

/* Start:/local/templates/sport/components/d_life_org/news.list/main_slider_front/style.css?17603609862984*/
.slider-front{
	margin-bottom: 3rem;
}


.slider-front__item {
	position: relative;
}

.slider-front__img {
	position: relative;
	width: 100%;
	overflow: hidden;
	padding-bottom: 50%;
}

.slider-front__preview-picture {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.slider-front__info {
	left: 0;
	right: 0;
	padding: 3rem 3rem 4rem;
	bottom: 0;
	position: absolute;
	background: rgb(28,53,94);
	background: linear-gradient(0deg, rgba(28,53,94,1) 0%, rgba(28,53,94,0) 100%);
}

.slider-front__name-link {
	color: #fff;
	font-weight: 700;
	font-size: 2.5rem;
}

.slider-front__name {
	margin-bottom: 2rem;
}

.slider-front__name-link:hover {
	text-decoration: none;
	color: var(--color-secondary);
}

.slider-front__preview-text {
	color: #fff;
	font-size: 1.125rem;
	max-width: 600px;
}

.slider-front__readmore {
	display: none;
}

@media(max-width: 991px) {
	.slider-front__name-link {
		font-size: 2rem;
	}

	.slider-front__preview-text {
		font-size: 1rem;
	}
}

@media(max-width: 640px) {
	.slider-front__img {
		padding-bottom: 100%;
	}

	.slider-front__info {
		position: relative;
		background: transparent;
		padding: 0;
	}

	.slider-front__name {
		padding: 1rem 1rem 2rem;
		background: linear-gradient(0deg, rgba(28,53,94,1) 0%, rgba(28,53,94,0) 100%);
		margin-bottom: 0;

	}

	.slider-front__name-link  {
		font-size: 1.375rem;
	}

	.slider-front__preview-text {
		padding: 1rem 1rem 0;
		color: var(--color-grey2);
		font-size: .75rem;
		line-height: 1.5;
	}

	.slider-front__readmore {
		margin-top: 1rem;
		display: block;
		padding: 0 1rem;
	}
}


/* Controls */
.slider-front .tns-outer {
	position: relative;
}

.slider-front .tns-nav {
	position: absolute;
	bottom: 1.5rem;
	left: 0;
	right: 0;
	display: flex;
	gap: .5rem;
	justify-content: center;
}

.slider-front .tns-nav button {
	height: 4px;
	width: 50px;
	background: #fff;
	border: 0;
}

.slider-front .tns-nav button:hover,
.slider-front .tns-nav button.tns-nav-active {
	background: var(--color-secondary);
}


.slider-front .tns-controls {
	position: absolute;
	bottom: 3rem;
	right: 2rem;
	z-index: 1000;
	display: flex;
	justify-content: space-between;
	gap: 1rem;
}

.slider-front .tns-controls button {
	height: 42px;
	width: 42px;
	border: 0;
	position: relative;
	background: transparent;
	text-indent: -99999px;
}

.slider-front .tns-controls button:before {
	content: "";
	background: url(/local/templates/sport/components/d_life_org/news.list/main_slider_front/images/icon_arrow_left.svg) center no-repeat;
	display: block;
	height: 100%;
	width: 100%;
	position: absolute;
	object-fit: cover;
}

.slider-front .tns-controls button:hover:before {
	background: url(/local/templates/sport/components/d_life_org/news.list/main_slider_front/images/icon_arrow_right_orange.svg) center no-repeat;
	transform: rotate(180deg);
}

.slider-front .tns-controls button:last-child:hover:before{
	transform: rotate(0);
}

.slider-front .tns-controls button:last-child:before {
	transform: rotate(180deg);
}

@media(max-width: 1240px) {
	.news-list-front .tns-controls {
		left: -10px;
		right: -10px;
	}
}
/* End */


/* Start:/local/components/statistic.sport/statistic.sport.games.calendar/templates/short/style.css?17316828805937*/

/* Top */
.schedule .top .block-header {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    margin-bottom: 1.5rem;
}

.schedule .top .block-header .title {
    color: #0D0F0F;
    font-size: 1.75rem;
    font-family: "Montserrat";
    font-weight: 700;
}

.schedule .top .block-header .tabs {
    display: flex;
    align-items: center;
    justify-content: center;
}

.schedule .top .block-header .tabs .tab {
    border-radius: 3px;
    line-height: 31px;
    height: 35px;
    font-size: .875rem;
    border: 2px solid #D7D7D7;
    padding: 0 3.5rem;
    color: #0D0F0F;
    font-weight: 600;
}

.schedule .top .block-header .tabs .tab:hover,
.schedule .top .block-header .tabs .tab.active {
    color: #fff;
    background: var(--color-main);
    border-color: var(--color-main);
    cursor: pointer;
}

.schedule .top .block-header .all a {
    color: var(--color-main);
    font-size: .875rem;
}

.schedule .top .block-header .all {
    display: flex;
    align-items: center;
    justify-content: end;
}

@media(max-width: 767px) {
    .schedule .top .block-header {
        grid-template-columns: repeat(2, 1fr);
    }

    .schedule .top .block-header .title {
        order: 1;
    }

    .schedule .top .block-header .all {
        order: 2;
    }

    .schedule .top .block-header .tabs {
        margin-top: 1rem;
        order: 3;
        grid-column-start: 1;
        grid-column-end: 3;
        justify-content: start;
    }
}

/* Top line slider*/
.schedule .tabs-content {
    margin-bottom: 3rem;
    background: #212121;
    padding: 1rem 0 1.5rem;
}

.schedule .line-calendar-wrapper {
    background: var(--color-black2);
    background-size: cover;
    padding: 1rem 0 1.5rem;
}

.schedule .line {
    display: flex;
}

.schedule .line .item {
    display: flex;

}

.schedule .line .item .inner {
    height: 100%;
    width: 100px;
    background: #fff;
    padding: .25rem;
    position: relative;
}

.schedule .line .item .top {
    font-size: 0.6875rem;
    padding: 0 .5rem;
    display: flex;
    justify-content: space-between;
}

.schedule .line .item .teams {
    padding: 0 1rem;
}

.schedule .line .item .teams .team {
    display: flex;
    align-items: center;
}

.schedule .line .item .teams .team .score {
    font-family: "Montserrat";
    font-size: 1.25rem;
    margin-right: 1rem;
}

.schedule .line .item .teams .team .score.winner {
    color: var(--color-main);
}

.schedule .line .item .teams .team .logo {
    position: relative;
    width: 35px;
    height: 35px;
    flex-shrink: 0;
}

.schedule .line .item .teams .team .logo img {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.schedule .line .item .bottom {
    font-size: 0.6875rem;
    padding: 0 .5rem;
    text-align: right;
    position: absolute;
    bottom: 0.25rem;
    left: 0;
    right: 0;
}

/* Null*/
.schedule .line .item.null .inner {
    background: url(/local/components/statistic.sport/statistic.sport.games.calendar/templates/short/images/pattern_grey_wide.jpg) left center no-repeat;
    background-size: cover;
    min-height: 100px;
}

.schedule .line .item.null .bottom {
    position: absolute;
    bottom: .25rem;
    right: .25rem;
    color: #8F8F8F;
}

.schedule .line .item.null .top {
    color: #8F8F8F;
}


/* Single*/
.schedule .line .item.single-team .single {
    position: relative;
    height: 60px;
}

.schedule .line .item.single-team .single img {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    object-fit: contain;
}

/* Big */
.schedule .line .item.big {
    display: flex;
    padding: 0;
}

.schedule .line .item.big .inner{
    width: 310px;
    display: grid;
    grid-template-columns: 1fr 2fr;
    padding: 0;
}

.schedule .line .item.big .inner .left {
    padding: .5rem;
    border-right: 2px solid var(--color-main);
}

.schedule .line .item.big .inner .left .date {
    font-size: .875rem;
    font-family: "Montserrat";
    margin-bottom: .5rem;
}

.schedule .line .item.big .inner .left .option {
    color: #8F8F8F;
    font-size: 0.6875rem;
    margin-bottom: .5rem;
}

.schedule .line .item.big .inner .left .buy-ticket {
    color: var(--color-main);
    text-decoration: none;
    font-size: 0.6875rem;
    background: url(/local/components/statistic.sport/statistic.sport.games.calendar/templates/short/images/icon_puzzle_gold.svg) left center no-repeat;
    padding-left: 40px;
    display: block;
    position: relative;
}


.schedule .line .item.big .inner .right {
    padding: .5rem 1rem;
    margin: 0;
}

.schedule .line .item.big .inner .right .teams {
    padding: 0;
}

.schedule .line .item.big .inner .right .teams .team .logo {
    margin-right: 1rem;
}

.schedule .line .item.big .inner .right .teams .team:first-child {
    margin-bottom: 1rem;
}

.schedule .line .item.big .inner .right .teams .team .info .name {
    font-family: "Montserrat";
    font-size: .875rem;
}

.schedule .line .item.big .inner .right .teams .team .info .city {
    font-size: 0.6875rem;
    color: #8F8F8F;
}

.schedule #line_khl > .tns-item {
    display: flex;
    align-items: stretch;
}




/* Controls */
.line-calendar-container .tns-outer {
    position: relative;
}

.line-calendar-container .tns-controls {
    position: absolute;
    top: 45%;
    left: -40px;
    right: -40px;
    z-index: 1000;
    display: flex;
    justify-content: space-between;
}

.line-calendar-container .tns-controls button {
    height: 29px;
    width: 29px;
    border-radius: 50%;
    border: 0;
    background: #F2F2F2;
    color: #F2F2F2;
    position: relative;
}

.line-calendar-container .tns-controls button:before {
    content: "";
    background: url(/local/components/statistic.sport/statistic.sport.games.calendar/templates/short/images/icon_arrow_left.svg) center no-repeat;
    display: block;
    height: 13px;
    width: 8px;
    position: absolute;
    left: 10px;
}

.line-calendar-container .tns-controls button:last-child:before {
    transform: rotate(180deg);
}

@media(max-width: 1240px) {
    .line-calendar-container .tns-controls {
        left: -10px;
        right: -10px;
    }
}
/* End */


/* Start:/local/components/statistic.sport/statistic.sport.games.future/templates/.default/style.css?17316828815021*/
/* Upcoming
------------------------------------------------------------------*/
.upcoming-games {
    margin-bottom: 2rem;
}
/*
.upcoming-games .title {
    color: #7D7D7D;
    font-size: .875rem;
    margin-bottom: 1rem;
}*/

.upcoming-games .list {
    display: grid;
    grid-template-columns: 1fr;
    gap: 1rem;
}

.upcoming-games .list .item {
    box-shadow: 0 0 20px rgba(0, 0, 0, .2);
    background: #fff;
}

.upcoming-games .list .item .top {
    display: grid;
    grid-template-columns: 2fr 1fr;
}

.upcoming-games .list .item .top .part {
    display: flex;
    align-items: center;
    position: relative;
    padding: .5rem 1rem;
}

.upcoming-games .list .item .top .title {
    font-weight: 700;
    font-size: 1rem;
    justify-content: center;
    background: var(--color-main);
    color: #fff;
    height: 55px;
}

.upcoming-games .list .item .top .partner:before {
    border-bottom: 55px solid transparent;
    border-right: 15px solid transparent;
    border-left: 15px solid var(--color-main);
    left: 0;
    bottom: 0;
    content: "";
    width: 0;
    height: 0;
    position: absolute;
}

.upcoming-games .list .item .top .partner {
    background-size: cover;
    justify-content: center;
}

.upcoming-games .list .item .teams {
    display: grid;
    grid-template-columns: 42% 42%;
    justify-content: space-between;
    padding: 1rem 2rem;
    position: relative;
}
@media (max-width: 1150px) {
    .upcoming-games .list .item .teams {
        padding: 1rem;
    }
}


.upcoming-games .list .item .teams .info {
    position: absolute;
    max-width: 90px;
    left: 50%;
    transform: translate(-50%, 0);
    top: 0.5rem;
    text-align: center;
}

.upcoming-games .list .item .teams .info .datetime {
    color: var(--color-main);
    font-size: .75rem;
    margin-bottom: .5rem;
    text-align: center;
    font-weight: 700;
}

.upcoming-games .list .item .teams .info .tour,
.upcoming-games .list .item .teams .info .place {
    color: #7d7d7d;
    font-size: .625rem;
}


.upcoming-games .list .item .teams .team {
    text-align: center;
}

.upcoming-games .list .item .teams .team .img img {
    height: 95px;
    width: auto;
}

@media (max-width: 575px) {
    .upcoming-games .list .item .teams .team .img img {
        height: 80px;
        width: auto;
    }

}

.upcoming-games .list .item .teams .team .name {
    font-weight: 700;
}

.upcoming-games .list .item .teams .team .city {
    color: #7D7D7D;
    font-size: .75rem;
}

.upcoming-games .list .item .bottom {
    padding: 0 2rem 1.75rem;
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-gap: 0.25rem;
}
@media (max-width: 768px) {
    .upcoming-games .list .item .bottom {
        padding: 0 1rem 1.75rem;
    }
}

.upcoming-games .list .item .bottom .part:last-child {
    text-align: right;
}

.upcoming-games .list .item .bottom .btn {
    width: 100%;
    padding: 0 .5rem;
}

.upcoming-games .list .item .bottom .btn-outline-secondary {
    color: var(--color-black);
}

.upcoming-games .list .item .bottom .options {
    font-size: 0.6875rem;
    color: #7D7D7D;
    display: flex;
    justify-content: space-between;
    margin-top: .5rem;
}

.upcoming-games .list .item .bottom .options .option span {
    color: var(--color-main);
    margin-right: .25rem;
}

@media(max-width: 1199px) {
    .upcoming-games .list .item .top {
        grid-template-columns: 3fr 2fr;
    }

    .upcoming-games .list .item .top .title {
        font-size: 1rem;
    }
}

@media(max-width: 1050px) {
    .upcoming-games .list {
        grid-template-columns: 1fr;
    }
}


/* Season complete*/
.upcoming-games .season-complete {
    padding: 1rem 0;
    background: url(/local/components/statistic.sport/statistic.sport.games.future/templates/.default/images/bg_banner.jpg) left center no-repeat;
    background-size: cover;
    font-family: "Montserrat";
    color: #fff;
}

.upcoming-games .season-complete:before,
.upcoming-games .season-complete:after {
    background: url(/local/components/statistic.sport/statistic.sport.games.future/templates/.default/images/border_figured_white.svg) center center no-repeat;
    content: "";
    display: block;
    height: 10px;
}

.upcoming-games .season-complete .title {
    color: #fff;
    font-size: 2rem;
    margin-bottom: 2rem;
}

.upcoming-games .season-complete .subtitle {
    margin-bottom: 2rem;
}

.upcoming-games .season-complete .text {
    font-size: .75rem;
}

.upcoming-games .season-complete .season-complete-inner {
    padding: 2rem 1rem;
    margin: 0 auto;
    display: grid;
    grid-template-columns: 2fr 3fr;
}

.upcoming-games .season-complete .season-complete-inner .left {
    display: flex;
    align-items: center;
    justify-content: center;
}

@media(max-width: 1120px){
    .upcoming-games .season-complete .season-complete-inner {
        grid-template-columns: 1fr;
    }

    .upcoming-games .season-complete .season-complete-inner .left {
        margin-bottom: 2rem;
    }

    .upcoming-games .season-complete .season-complete-inner .right {
        text-align: center;
    }
}

@media(max-width: 767px){
    .upcoming-games .season-complete {
        display: none;
    }
}
/* End */


/* Start:/local/components/statistic.sport/statistic.sport.games/templates/.default/style.css?17316828803783*/


.past-games .list {
    display: grid;
    grid-template-columns: 1fr;
    grid-gap: 1rem;
}


.past-games .list .item .icons-wrapper {
    padding: .875rem;
}



.past-games .list .item .icons-wrapper .icons {
    display: flex;
    align-items: center;
    justify-content: center;
    grid-gap: 2rem;
}

.past-games .list .item .icons-wrapper .icons .icon {
    text-align: center;
    width: fit-content;
}


.past-games .list .item {
    box-shadow: 0 0 20px rgba(0, 0, 0, .2);
    background: #fff;
}

.past-games .list .item .top {
    display: grid;
    grid-template-columns: 2fr 1fr;
}

.past-games .list .item .top .part {
    display: flex;
    align-items: center;
    position: relative;
    padding: .5rem 1rem;
}

.past-games .list .item .top .title {
    font-weight: 700;
    font-size: 1rem;
    justify-content: center;
    background: var(--color-secondary);
    color: #fff;
    height: 55px;
}

.past-games .list .item .top .partner:before {
    border-bottom: 55px solid transparent;
    border-right: 15px solid transparent;
    border-left: 15px solid var(--color-secondary);
    left: 0;
    bottom: 0;
    content: "";
    width: 0;
    height: 0;
    position: absolute;
}

.past-games .list .item .top .partner {
    background-size: cover;
    justify-content: center;
}

.past-games .list .item .teams {
    display: grid;
    grid-template-columns: 42% 42%;
    justify-content: space-between;
    padding: 1rem 2rem;
    position: relative;
}
@media (max-width: 1150px) {
    .past-games .list .item .teams {
        padding: 1rem;
    }
}


.past-games .list .item .teams .info {
    position: absolute;
    max-width: 140px;
    left: 50%;
    transform: translate(-50%, 0);
    top: 1rem;
    text-align: center;
}

.past-games .list .item .teams .info .datetime {
    color: var(--color-main);
    font-size: .75rem;
    margin-bottom: .5rem;
    text-align: center;
    font-weight: 700;
}

.past-games .list .item .teams .info .tour,
.past-games .list .item .teams .info .place {
    color: #7d7d7d;
    font-size: .625rem;
}

.past-games .list .item .teams .score {
    font-weight: 700;
    font-size: 3rem;
}

@media (max-width: 991px) {
    .past-games .list .item .teams .score {
        font-size: 2.25rem;
    }
}

.past-games .list .item .teams .team {
    text-align: center;
}

.past-games .list .item .teams .team .img img {
    height: 95px;
    width: auto;
}

@media (max-width: 575px) {
    .past-games .list .item .teams .team .img img {
        height: 80px;
        width: auto;
    }
}

.past-games .list .item .teams .team .name {
    font-weight: 700;
}

.past-games .list .item .teams .team .city {
    color: #7D7D7D;
    font-size: .75rem;
}

.past-games .list .item .bottom {
    padding: 0 2rem 1.75rem;
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-gap: 0.25rem;
}
@media (max-width: 768px) {
    .past-games .list .item .bottom {
        padding: 0 1rem 1.75rem;
    }
}

.past-games .list .item .bottom .part:last-child {
    text-align: right;
}

.past-games .list .item .bottom .btn {
    width: 100%;
    padding: 0 .5rem;
}

.past-games .list .item .bottom .btn-outline-secondary {
    color: var(--color-black);
}

.past-games .list .item .bottom .options {
    font-size: 0.6875rem;
    color: #7D7D7D;
    display: flex;
    justify-content: space-between;
    margin-top: .5rem;
}

.past-games .list .item .bottom .options .option span {
    color: var(--color-main);
    margin-right: .25rem;
}

@media(max-width: 1199px) {
    .past-games .list .item .top {
        grid-template-columns: 3fr 2fr;
    }

    .past-games .list .item .top .title {
        font-size: 1rem;
    }
}

@media(max-width: 1050px) {
    .past-games .list {
        grid-template-columns: 1fr;
    }
}

/* End */


/* Start:/local/components/statistic.sport/statistic.sport.team.top/templates/.default/style.css?173168288112185*/
.team-stats {
    background: #fff;
}

.team-stats .table-header {
    display: flex;
    flex-direction: column;
    gap: 1rem;
    /* align-items: center;
    justify-content: space-between; */
    margin-bottom: 1rem;
    padding: 1.5rem 1rem 0;
}

.team-stats .table-header .title-wrapper {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 1rem;
}

.team-stats .table-header .title {
    font-size: 1rem;
    font-family: "Montserrat";
    font-weight: 700;
}

.team-stats .table-header .tabs {
    display: flex;
    /* justify-content: end; */
    flex-wrap: wrap;
    gap: 0.5rem;
}

.team-stats .table-header .tabs .tab {
    padding: .25rem .5rem;
    align-items: center;
    font-size: .75rem;
    border-radius: 3px;
    cursor: pointer;
}
.team-stats .table-header .tabs .tab.active {
    color: #fff;
    background: var(--color-main);
}

.team-stats .tabs-wrapper .tabs-content {
    background: transparent;
    padding: 0;
    margin-bottom: 0;
}
.team-stats .tabs-wrapper .tabs-content .tab-content {
    display: none;
    max-height: 500px;
    overflow: scroll;
}

.team-stats .tabs-wrapper .tabs-content .tab-content.active {
    display: block;
    margin-bottom: 1rem;
}
.team-stats .tabs-wrapper .tabs-content .tabs-content__btns{
    display: none;
    justify-content: center;
    padding: 1rem;
}
@media(max-width: 768px) {
    .team-stats .tabs-wrapper .tabs-content .tabs-content__btns{
        display: flex;
    }
}

@media(max-width: 575px) {
    .team-stats .tabs-wrapper .tabs-content .tab-content {
        max-height: none;
        overflow: visible;
    }
}

.team-stats .tabs-wrapper .tabs-content .tabs-content__btn{
    border: solid 2px var( --color-black);
    color: var( --color-black);
    padding: 1rem;
    font-size: 0.875rem;
    font-weight: 700;
    background: none;
}

.team-stats table {
    font-size: .875rem;
    color: #8F8F8F;
    width: 100%;
    border-collapse: collapse;
}

.team-stats table th {
    color: var( --color-black);
    font-size: .625rem;
    font-weight: 400;
}

.team-stats table td, .team-stats table th {
    padding: 8px 5px ;
    text-align: center;
}

.team-stats table th.th-team {
    text-align: left;
    padding-left: 3rem;
}

.team-stats table tbody tr td {
    color: var(--color-black);
    font-weight: 700;
    background: var(--color-light-grey1);
    border-bottom: 1px solid var(--color-middle-grey);
}

.team-stats table tbody tr.active td {
    background: #fff;
}

.team-stats table tbody tr td:first-child {
    font-weight: 400;
}

.team-stats table tbody tr.hidden-tr {
    display: none;
}

.team-stats table tbody tr.hidden-tr.showed {
    display: table-row;
}


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

.team-stats table td .team .logo img {
    height: 40px;
    width: auto;
}

.team-stats table td .team .info {
    text-align: left;
}

.team-stats table td .team .name {
    font-size: .875rem;
}

.team-stats table td .team .city {
    color: var(--color-grey2);
    font-size: .5rem;
}

.team-stats .show-more {
    margin-top: 1rem;
    padding-left: .5rem;
}

.team-stats .show-more a {
    cursor: pointer;
    color: var(--color-main);
    font-size: .875rem;
    border-bottom: 1px dashed;
    text-decoration: none;
}

.team-stats .controls {
    margin-top: 2rem;
}

.team-stats .controls .btn {
    width: 100%;
    padding-left: 0;
    padding-right: 0;
}

.tournament {
    margin-bottom: 4rem;
}

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

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

.tournament-statistics .group {
    margin-bottom: 3rem;
}

.tournament-statistics .group .h2 {
    margin-bottom: 1rem;
}

.tournament-statistics table {
    font-size: .75rem;
    border-collapse: collapse;
    min-width: 100%;
}

.tournament-statistics table th, .tournament-statistics td {
    padding: .5rem;
    background: #F0F0F0;
    border-bottom: 2px solid #fff;
}

.tournament-statistics table th {
    background: var( --color-black);
    color: #fff;
}

.tournament-statistics tr td:first-child,
.tournament-statistics tr th:first-child {
    text-align: center;
}

.tournament-statistics tr td{
    text-align: center;
}

.tournament-statistics tr:hover td {
    color: #fff;
    background: var(--color-main);
}

.tournament-statistics td .team {
    display: flex;
    align-items: center;
    font-size: .875rem;
    gap: 1rem;
}

.tournament-statistics td .team img {
    height: 40px;
    width: auto;
}


.playoff .east-west {
    display: flex;
    justify-content: space-between;
    font-family: "Montserrat";
    font-size: 1.375rem;
    margin-bottom: 2rem;
}

/* Grid */
.playoff {
    margin-bottom: 3rem;
}

.playoff .title {
    border-bottom: 4px solid var(--color-main);
    margin-bottom: 1.25rem;
    font-family: "Montserrat";
    text-align: center;
    padding-bottom: .25rem;
}

.playoff  .title .final{
    color: var(--color-main);
}

.playoff .inner {
    display: grid;
    grid-template-columns: repeat(7, 1fr);
}

.playoff .inner .column {
    display: flex;
    flex-direction: column;
    justify-content: center;
    gap: 2rem;
}

.playoff .inner .column .stage {
    height: 50%;
    width: 100%;
    display:  flex;
    flex-direction: column;
    gap: 2rem;
    align-items: stretch;
    justify-content: center;
}

/* Team */
.playoff .team {
    position: relative;
    padding-right: 12px;
    padding-bottom: 5px;
    padding-top: 18px;
    padding-left: 1rem;
    z-index: 10;
}

.playoff .right .team {
    padding-right: 1rem;
    padding-left: 12px;
}

.playoff .pair .team:last-child {
    padding-top: 5px;
    padding-bottom: 18px;
}

.playoff .team .team-inner {
    padding: 0 .25rem;
    position: relative;
    border-radius: 50px;
    border: 2px solid #d8d8d8;
    min-height: 50px;
    display: flex;
    align-items: center;
    background: #fff;
}

.playoff .team .text {
    font-size: .75rem;
    text-align: center;
}

.playoff .team img {
    width: auto;
    height: 40px;
    margin-left: 2.5rem;
}

.playoff .team .score {
    font-family: "Montserrat";
    font-size: 1.5rem;
    color: #d8d8d8;
    margin-left: 2rem;
}

.playoff .stage .team:before {
    position: absolute;
    display: block;
    content: "";
    height: 18px;
    top: 0;
    width: 50%;
    left: 0;
    border-radius: 0 3px 0 0;
    border-top: 2px solid ;
    border-right: 2px solid;
    border-color:  var(--color-main);
}

.playoff .stage .team:last-child:before {
    bottom: 0;
    top: auto;
    border-top: 0;
    border-radius: 0  0 3px 0;
    border-bottom: 2px solid;
    border-color:  var(--color-main);
}


.playoff .right .stage .team:before {
    right: 0;
    border-left: 2px solid;
    border-right: 0;
    left: auto;
    border-color:  var(--color-main);
    border-radius: 3px  0 0 0;
}

.playoff .right .stage .team:last-child:before {
    border-radius: 0 0 0 3px  ;
}

.playoff .column:first-child  .team:before,
.playoff .column:last-child  .team:before{
    display: none;
}

.playoff .column:first-child .team{
    padding-top: 0;
    padding-left: 0;
    padding-bottom: 5px;
}

.playoff .column:last-child .team {
    padding-top: 0;
    padding-right: 0;
    padding-bottom: 5px;
}

.playoff .column:first-child  .team:last-child,
.playoff .column:last-child  .team:last-child{
    padding-bottom: 0;
    padding-top: 5px;
}

.playoff .stage .team:after {
    position: absolute;
    display: block;
    content: "";
    height: 30px;
    bottom: 0;
    width: 12px;
    right: 0;
    border-radius: 0 3px 0 0;
    border-top: 2px solid ;
    border-right: 2px solid;
    border-color:  #d8d8d8;
}

.playoff .right .stage .team:after {
    left: 0;
    right: auto;
    border-left: 2px solid;
    border-right: 0;
    border-radius: 3px 0 0 0;
    border-color:  #d8d8d8;
}

.playoff  .stage .pair .team:last-child:after {
    top: 0;
    border-top: 0;
    border-radius: 0  0 3px 0;
    border-bottom: 2px solid;
    border-color:  #d8d8d8;
}

.playoff .right .stage .pair .team:last-child:after {
    border-radius: 0  0 0 3px ;

}

.playoff .team.winner .team-inner, .playoff .team.winner:after
, .playoff .team.winner:before{
    color: var(--color-main) !important;
    border-color: var(--color-main) !important;
}


/* final */
.playoff  .final .stage .team {
    padding-top: 89px;
    position: relative;

}

.playoff  .final .stage .team:last-child {
    padding-bottom: 89px;
    padding-top: 5px;
}

.playoff .final .stage .team:before {
    height: 88px;
}

.playoff .final .stage .team:after {
    border-color: #d8d8d8;
}

/* results */
.playoff .results {
    position: relative;
}

.playoff .results:after {
    content: "";
    width: 270px;
    height: 270px;
    position: absolute;
    top: calc(50% - 135px);
    left: calc(50% - 135px);
    border: 4px solid #f6f6f6;
    display: block;
    border-radius: 50%;
}

.playoff .results .pair:after,
.playoff .results .pair:before{
    content: "";
    height: 2px;
    width: 12px;
    background: #d8d8d8;
    position: absolute;
    display: block;
    top: calc(50% - 1px);
}

.playoff .results .pair:after {
    right: 0;
}

@media(max-width: 1199px) {
    .playoff {
        scale: .9;
    }
}

@media(max-width: 1080px) {
    .playoff {
        display: none;
    }
}

.playoff-mobile {
    display: none;
}

@media(max-width: 1079px) {
    .playoff-mobile {
        display: block;
    }
}

.playoff-mobile .conf {
    margin-bottom: 2rem;
}

.playoff-mobile .conf-title {
    font-family: "Montserrat";
    font-size: 1.375rem;
    margin-bottom: 1rem;

}

.playoff-mobile .group .title {
    margin-bottom: .5rem;
    position: relative;
    display: flex;
    justify-content: space-between;
    align-items: stretch;
    cursor: pointer;
}

.playoff-mobile .group .title:before {
    width: 100%;
    height: 2px;
    background: var(--color-black);
    position: absolute;
    left: 0;
    top: calc(50% - 1px);
    content: "";
}

.playoff-mobile .group.final .title:before {
    background: var(--color-main);
}

.playoff-mobile .group .title .caret {
    width: 45px;
    background: #FFF;
    z-index: 10;
    position: relative;
}

.playoff-mobile .group .title .caret:after {
    position: relative;
    background: url(/local/components/statistic.sport/statistic.sport.team.top/templates/.default/<?=SITE_TEMPLATE_PATH?>/images/icons/icon_arrow_left.svg) center no-repeat;
    background-size: contain;
    transform: rotate(-90deg);
    content: "";
    display: block;
    width: 12px;
    height: 12px;
    top: calc(50% - 6px);
    left: calc(50% - 6px);
}

.playoff-mobile .group.final .title .caret:after {
    background-image: url(/local/components/statistic.sport/statistic.sport.team.top/templates/.default/<?=SITE_TEMPLATE_PATH?>/images/icons/icon_arrow_up_blue.svg);
    transform: rotate(180deg);
}

.playoff-mobile .group.active .title .caret:after {
    transform: rotate(90deg);
}

.playoff-mobile .group.final.active .title .caret:after {
    transform: rotate(0deg);
}

.playoff-mobile .group .title .name {
    border: 2px solid;
    display: inline-block;
    padding: .25rem 1rem;
    font-family: "Montserrat";
    background: #fff;
    z-index: 10;
    position: relative;
}

.playoff-mobile .group.final .title .name {
    border-color: var(--color-main);
}

.playoff-mobile .group .items {
    display: none;
}

.playoff-mobile .group.active .items {
    display: block;
}

.playoff-mobile .pair {
    margin-bottom: 1.5rem;
}

.playoff-mobile .pair .team {
    border: 2px solid #d8d8d8;
    display: grid;
    grid-template-columns: 1fr 45px;
    margin-bottom: 3px;
}

.playoff-mobile .pair .team.winner {
    border-color: var(--color-main);
}

.playoff-mobile .pair .team .name {
    padding: .25rem 1rem;
    font-size: .875rem;
}

.playoff-mobile .pair .team .score {
    font-family: "Montserrat";
    color: #a4a4a4;
    border-left: 2px solid #d8d8d8;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: .25rem;
}

.playoff-mobile .pair .team.winner .score{
    border-color: var(--color-main);
    color: #fff;
    background: var(--color-main);
}
/* End */


/* Start:/local/templates/sport/components/d_life_org/news.list/news_front/style.css?17603609861606*/
.news-list-front .items {
	display: flex;
	gap: 1rem;
}

.news-list-front .news-item {
	padding-bottom: 1rem;
	position: relative;
}

.news-list-front .news-item .img {
	position: relative;
	padding-bottom: 66%;
	overflow: hidden;
	border-radius: 5px;
	margin-bottom: 1rem;
}

.news-list-front .news-item .img img {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	object-fit: cover;
	transition: all .3s;
}

.news-list-front .news-item:hover .img img {
	left: -5%;
	top: -5%;
	width: 110%;
	height: 110%;
}

.news-list-front .news-item .name {
	margin-bottom: .75rem;
}

.news-list-front .news-item .name a {
	color: #000;
	font-size: .875rem;
	font-weight: 700;
}

.news-list-front .news-item .news-date-time {
	font-size: .75rem;
	color: #BCBCBC;
	position: absolute;
	bottom: 0;
	left: 0;
}


/* Controls */
.news-list-front .tns-outer {
	position: relative;
}

.news-list-front .tns-controls {
	position: absolute;
	top: 45%;
	left: -30px;
	right: -30px;
	z-index: 1000;
	display: flex;
	justify-content: space-between;
}

.news-list-front .tns-controls button {
	height: 29px;
	width: 29px;
	border-radius: 50%;
	border: 0;
	background: #F2F2F2;
	color: #F2F2F2;
	position: relative;
}

.news-list-front .tns-controls button:before {
	content: "";
	background: url(/local/templates/sport/components/d_life_org/news.list/news_front/images/icon_arrow_left.svg) center no-repeat;
	display: block;
	height: 13px;
	width: 8px;
	position: absolute;
	left: 10px;
}

.news-list-front .tns-controls button:last-child:before {
	transform: rotate(180deg);
}

@media(max-width: 1240px) {
	.news-list-front .tns-controls {
		left: -10px;
		right: -10px;
	}
}
/* End */


/* Start:/local/templates/sport/components/bitrix/news.detail/banner_vertical/style.css?1760360985190*/
div.news-detail
{
	word-wrap: break-word;
}
div.news-detail img.detail_picture
{
	float:left;
	margin:0 8px 6px 1px;
}
.news-date-time
{
	color:#486DAA;
}

font.errortext {
	display: none;
}
/* End */


/* Start:/local/templates/sport/components/bitrix/news.list/media_front_video_slider/style.css?17603609856636*/
.media-video-slider__header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 2rem;
}

.media-video-slider__header-link {
    color: #fff;
    display: flex;
    align-items: center;
    gap: 1rem;
}

.media-video-slider__grid {
    display: grid;
    grid-template-columns: 2fr 1fr;
}

.media-video-slider .main-item {
    position: relative;
    margin-bottom: 1rem;
    overflow: hidden;
}


@media (max-width: 767px) {
    .media-video-slider .h1 {
        text-align: left;
    }

    .media-video-slider__grid {
        display: block;
    }
}


.media-video-slider .main-item a {
    z-index: 1000;
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
}

.media-video-slider .main-item .play-icon {
    position: absolute;
    width: auto;
    z-index: 100;
    top: calc(50% - 38px);
    left: calc(50% - 38px);
}

.media-video-slider .main-item .play-icon img {
    width: 76px;
}

@media(max-width: 767px) {
    .media-video-slider .main-item .play-icon img {
        width: 50px;
        .media-video-slider .main-item .play-icon {
            top: calc(50% - 25px);
            left: calc(50% - 25px);
        }
    }
}

@media(max-width: 575px) {
    .media-video-slider .main-item .play-icon {
        top: calc(40% - 20px);
        left: calc(50% - 20px);
    }

    .media-video-slider .main-item .play-icon img {
        width: 40px;
    }
}

.media-video-slider .main-item .image {
    position: relative;
    max-height: 600px;
    padding-bottom: 55%;
}

.media-video-slider .main-item .image img {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: all .3s;
}

.media-video-slider .main-item:hover .image img {
    left: -5%;
    top: -5%;
    width: 110%;
    height: 110%;
}

.media-video-slider .main-item .image .overlay {
    background: linear-gradient(180deg, rgba(13, 15, 15, 0) 0%, #0D0F0F 56.36%);
    opacity: 0.7;
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 50%;
    z-index: 1;
}

.media-video-slider .main-item .name {
    position: absolute;
    bottom: 3rem;
    font-size: 1.375rem;
    color: #fff;
    z-index: 100;
    text-align: center;
    width: 100%;
    font-weight: 700;
}

@media(max-width: 767px) {
    .media-video-slider .main-item .name {
        bottom: 2rem;
        font-size: 1.125rem;
    }
}

@media(max-width: 575px) {
    .media-video-slider .main-item .name {
        bottom: 1rem;
        font-size: .875rem;
    }
}

.media-video-slider .items {
    overflow-y: scroll;
}

@media (max-width: 767px) {
    .media-video-slider .items {
        overflow: unset;
    }
}

.media-video-slider .items .item {
    position: relative;
    cursor: pointer;
    padding: .5rem 1rem;
}

.media-video-slider .items .item:hover:before {
    content:"";
    z-index: 1;
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    background: var(--color-secondary);
    opacity: .4;
}

.media-video-slider .items .item .item-inner {
    position: relative;
    z-index: 10;
    display: grid;
    grid-template-columns: repeat(2, 1fr);
}

@media (max-width: 767px) {
    .media-video-slider .items .item .item-inner {
        display: block;
    }
}

.media-video-slider .items .item a {
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    z-index: 1000;
}

.media-video-slider .items .item .tags {
    position: absolute;
    left: .5rem;
    top: .5rem;
    z-index: 10;
    right: 2px;
    display: flex;
    flex-wrap: wrap;
    gap: .25rem;
}

.media-video-slider .items .item .tags .tag {
    font-size: .625rem;
    color: #0D0F0F;
    background: #fff;
    padding: .25rem .5rem;
    text-transform: uppercase;
}

.media-video-slider .items .item .preview-img {
    position: relative;
    height: 85px;
    overflow: hidden;
}

.media-video-slider .items .item .preview-img .overlay {
    background: rgba(0, 0, 0);
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
    opacity: .3;
}

.media-video-slider .items .item:hover .preview-img .overlay {
    opacity: 0;
}

@media (max-width: 767px) {
    .media-video-slider .items .item .preview-img  {
        height: 120px;
    }

    .media-video-slider .items .item .preview-img .overlay {
        opacity: .6;
    }
}

.media-video-slider .items .item .news-date {
    color: #fff;
    font-size: .75rem;
    position: absolute;
    right: 1rem;
    top: .25rem;
    z-index: 10;
}


.media-video-slider .items .item:hover .preview-img img {
    width: 110%;
    height: 110%;
    left: -5%;
    top: -5%;
}

.media-video-slider .items .item .preview-img a {
    width: 100%;
    display: block;
    height: 100%;
    z-index: 1000;
}

.media-video-slider .items .item .preview-img .preview_picture {
    transition: all .3s;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;

}

.media-video-slider .items .item .play-icon {
    position: absolute;
    bottom: .5rem;
    left: .5rem;
    z-index: 10;
}

.media-video-slider .items .item .news-body {

    width: 100%;
    padding: .75rem;
    grid-template-columns: 4fr 1fr;
    align-items: center;
    color: #000;
}

.media-video-slider .items .item .news-body .name {
    color: #fff;
    font-size: .875rem;
    font-weight: 600;
}

.media-video-slider .items .item .news-body  .play-icon {
    text-align: right;
}

@media(max-width: 575px) {
    .media-video-slider .items .item .preview-img {
        height: 150px;
    }
}


/* Controls */
.media-video-slider .tns-outer {
    position: relative;
    padding: 0 3rem !important;
}


.media-video-slider .tns-controls {
    position: absolute;
    top: 45%;
    left: 0;
    right: 0px;
    z-index: 1000;
    display: flex;
    justify-content: space-between;
}

.media-video-slider .tns-controls button {
    height: 29px;
    width: 29px;
    border-radius: 50%;
    border: 0;
    background: #F2F2F2;
    color: #F2F2F2;
    position: relative;
}

.media-video-slider .tns-controls button:before {
    content: "";
    background: url(/local/templates/sport/components/bitrix/news.list/media_front_video_slider/images/icon_arrow_left.svg) center no-repeat;
    display: block;
    height: 13px;
    width: 8px;
    position: absolute;
    left: 10px;
}

.media-video-slider .tns-controls button:last-child:before {
    transform: rotate(180deg);
}

@media (max-width: 767px) {
    .media-video-slider .tns-outer {
        padding: 0 !important;
    }

    .media-video-slider .tns-controls {
        top: 40%;
    }
}
/* End */


/* Start:/bitrix/components/bitrix/player/templates/.default/style.min.css?1801316076122*/
td.popupmenu div.popupitem .playlist-edit{background-image:url(/bitrix/components/bitrix/player/images/playlist_edit.gif)}
/* End */


/* Start:/local/templates/sport/components/bitrix/system.pagenavigation/show_more_ajax/style.css?176036098663*/
.load_more {
    text-align: center;
    margin-bottom: 3rem;
}
/* End */


/* Start:/local/templates/sport/components/bitrix/catalog.section.list/media_photo_front_slider/style.css?17603609853568*/
.media-photo-sections-slider {
    padding-bottom: 4rem;
}


.media-photo-sections-slider__header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 2rem;
}

.media-photo-sections-slider__header-link {
    color: #fff;
    display: flex;
    align-items: center;
    gap: 1rem;
}

.media-photo-sections-slider .divider {
    display: block;
    position: relative;
    background: url(/local/templates/sport/components/bitrix/catalog.section.list/media_photo_front_slider/images/border_figured.svg) left center repeat-x;
    height: 8px;
    width: 100%;
    content: "";
    margin-bottom: 4rem;
}



@media (max-width: 768px) {
    .media-photo-sections-slider .h1 {
        text-align: left;
    }

}



.media-photo-sections-slider .items {
    display: flex !important;
}

.media-photo-sections-slider .item {
    display: flex !important;
    align-items: stretch;
    padding: 1px;
}

.media-photo-sections-slider .item-inner {
    width: 100%;
    position: relative;
}

.media-photo-sections-slider .item-inner:before {
    content: "";
    z-index: 20;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: #000;
    opacity: .3;
}

.media-photo-sections-slider .item-inner .item-text {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 100;
}

.media-photo-sections-slider .item-inner .item-link {
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    z-index: 1000;
}


.media-photo-sections-slider .item-inner .title {
    padding: 1rem;
    font-weight: 600;
    font-size: .875rem;
    position: absolute;
    bottom: .75rem;
    color: #fff;
}

.media-photo-sections-slider .item-inner .image {
    position: relative;
    padding-bottom: 100%;
    overflow: hidden;
    z-index: 10;
}

.media-photo-sections-slider .item-inner .image img {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: all .3s;
}

.media-photo-sections-slider .item-inner:hover .image img {
    left: -5%;
    top: -5%;
    width: 110%;
    height: 110%;
}

.media-photo-sections-slider .item-inner .info {
    padding: .5rem;
    display: flex;
    justify-content: space-between;
    font-size: .75rem;
}

.media-photo-sections-slider .item-inner .info .count {
    padding-left: 1.5rem;
    background: url(/local/templates/sport/components/bitrix/catalog.section.list/media_photo_front_slider/images/icon_camera_white.svg) left center no-repeat;
    font-weight: 700;
    color: #fff;
}

.media-photo-sections-slider .item-inner .info .date {
    padding-left: 1.5rem;
    background: url(/local/templates/sport/components/bitrix/catalog.section.list/media_photo_front_slider/images/icon_clock.svg) left center no-repeat;
    color: #8F8F8F;
}


/* Controls */
.media-photo-sections-slider .tns-outer {
    position: relative;
}

.media-photo-sections-slider .tns-controls {
    position: absolute;
    top: 45%;
    left: -35px;
    right: -35px;
    z-index: 1000;
    display: flex;
    justify-content: space-between;
}

.media-photo-sections-slider .tns-controls button {
    height: 29px;
    width: 29px;
    border-radius: 50%;
    border: 0;
    background: #F2F2F2;
    color: #F2F2F2;
    position: relative;
}

.media-photo-sections-slider .tns-controls button:before {
    content: "";
    background: url(/local/templates/sport/components/bitrix/catalog.section.list/media_photo_front_slider/images/icon_arrow_left.svg) center no-repeat;
    display: block;
    height: 13px;
    width: 8px;
    position: absolute;
    left: 10px;
}

.media-photo-sections-slider .tns-controls button:last-child:before {
    transform: rotate(180deg);
}

@media(max-width: 1240px) {
    .media-photo-sections-slider .tns-controls {
        left: -10px;
        right: -10px;
    }
}
/* End */


/* Start:/local/templates/sport/components/bitrix/news.detail/banner_horizontal/style.css?1760360985190*/
div.news-detail
{
	word-wrap: break-word;
}
div.news-detail img.detail_picture
{
	float:left;
	margin:0 8px 6px 1px;
}
.news-date-time
{
	color:#486DAA;
}

font.errortext {
	display: none;
}
/* End */


/* Start:/local/components/statistic.sport/statistic.sport.top/templates/.default/style.css?17316828805791*/


/* Players stat
------------------------------------------------------------------*/
.player-stats {
    margin-bottom: 4rem;
    background: #F7F7F7;
}

.player-stats .block-header {
    background: #EDEDED;
    padding: 1.5rem 0;
}

.player-stats .block-header .grid {
    display: grid;
    grid-template-columns: 1fr 2fr 1fr;
}

.player-stats .block-header .title {
    color: #0D0F0F;
    font-size: 1.75rem;
    font-family: "Montserrat";
    position: relative;
    font-weight: 700;
}
.player-stats .block-header .title::after {
    content: "";
    position: absolute;
    top: 50%;
    transform: translate(0, -50%);
    width: 1.5rem;
    height: 1.5rem;
    background: url(/local/components/statistic.sport/statistic.sport.top/templates/.default/../../images/icon_arrow_right.svg) no-repeat center;
}



.player-stats .block-header .grid .tabs {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
}

.player-stats .block-header .grid .tabs .tab {
    border-radius: 3px;
    line-height: 31px;
    height: 35px;
    font-size: .875rem;
    border: 2px solid #D7D7D7;
    padding: 0 2.5rem;
    color: #0D0F0F;
    font-weight: 600;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}

.player-stats .block-header .grid .tabs .tab:hover,
.player-stats .block-header .grid .tabs .tab.active {
    color: #fff;
    background: var(--color-main);
    border-color: var(--color-main);
    cursor: pointer;
}

.player-stats .players {
    padding: 2rem 0 4rem;
}

.player-stats .players .subtitle {
    color: #0D0F0F;
    font-family: "Montserrat";
    font-size: 1.125rem;
    margin-bottom: 1rem;
    font-weight: 700;
}
.player-stats .players .tabs-pos {
    display: none;
    justify-content: space-between;
    margin-bottom: 1rem;
}
.player-stats .players .tabs-pos .tab-pos{
    padding: 0 .5rem;
    align-items: center;
    font-size: .875rem;
    color: #8F8F8F;
    height: 21px;
    border-radius: 5px;
    cursor: pointer;
}
.player-stats .players .tabs-pos .tab-pos.tns-nav-active,
.player-stats .players .tabs-pos .tab-pos.active {
    color: #fff;
    background: var(--color-main);
}

.player-stats .players .tabs-content .tab-content {
    display: none;
}

.player-stats .players .tabs-content .tab-content.active {
    display: block;
}

.player-stats .players .list .player .img {
    overflow: hidden;
    position: relative;
    padding-bottom: 130%;
}

.player-stats .players .list .player .img img {
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    z-index: 1;
    position: absolute;
}

.player-stats .players .list .player .img:before,
.player-stats .players .list .player .img:after {
    content: "";
    width: 0;
    height: 0;
    z-index: 2;
    position: absolute;
}

.player-stats .players .list .player .img:before {
    border-bottom: 30px solid transparent;
    border-right: 30px solid transparent;
    border-left: 30px solid #f7f7f7;
    left: 0;
    top: 0;
}

.player-stats .players .list .player .img:after {
    border-top: 30px solid transparent;
    border-left: 30px solid transparent;
    border-right: 30px solid #f7f7f7;
    right: 0;
    bottom: 0;
}

.player-stats .players .list .player .img .number {
    position: absolute;
    z-index: 10;
    color: var(--color-secondary);
    text-shadow: 0px 2px 0px #FFFFFF;
    font-size: 3rem;
    font-family: 'Montserrat';
    left: .75rem;
    top: 1rem;
    line-height: 1;
    font-weight: 700;
}

.player-stats .players .list .player .img .stat {
    background: var(--color-secondary);
    color: #fff;
    position: absolute;
    right: 0;
    z-index: 10;
    top: 1.25rem;
    line-height: 2rem;
    padding: .25rem 1rem;
    font-family: 'Montserrat';
    font-weight: 700;
}
.player-stats .players .list .player .img .name {
    position: absolute;
    z-index: 1;
    bottom: 0;
    color: #fff;
    font-size: 1.25rem;
    left: 0;
    width: 100%;
    text-align: center;
    padding-bottom: 1rem;
    padding-top: 2rem;
    font-weight: 700;
    background: linear-gradient(0deg, rgba(255, 81, 0,1) 0%, rgba(1255, 81, 0, 0.68) 70%, rgba(255,255,255,0) 100%);
    /*clip-path: polygon(100% 0, 100% 60%, 90% 100%, 0 100%, 0 0);*/
    /* background:linear-gradient(-45deg, transparent 15px, rgba(0,169,224,1) 0%, rgba(100, 169, 224, 0.68) 70%, rgba(255,255,255,0) 100%); */
}

.player-stats .players .list .player .info {
    padding: 1rem .5rem;
}

.player-stats .players .list .player .position {
    color: #0D0F0F;
    font-family: 'Montserrat';
    font-size: 1.125rem;
    font-weight: 700;
    margin-bottom: .5rem;
}

.player-stats .players .list .player .count {
    color: #8F8F8F;
    font-size: .75rem;
    margin-bottom: .5rem;
    text-align: left;
}

.player-stats .players .list .player .list .item {
    display: flex;
    justify-content: space-between;
    font-size: .875rem;
    margin-bottom: .5rem;
    color: var(--color-main);
}

.player-stats .players .list .player .list .item .number {
    margin-right: .5rem;
    width: 20px;
    display: inline-block;
    text-align: center;
}

.player-stats .players .list .player .list .item.top {
    font-weight: 700;
    /* color: #00A9E0; */
}

@media(max-width: 1023px) {
    .player-stats .block-header .grid {
        grid-template-columns: 2fr 2fr;
    }
}

@media(max-width: 767px) {
    .player-stats .block-header .grid {
        grid-template-columns: 1fr;
    }

    .player-stats .block-header .title {
        margin-bottom: 1rem;
    }

    .player-stats .block-header .grid .tabs {
        justify-content: start;
    }


}

@media(max-width: 575px) {
    .player-stats .players .tabs-pos {
        display: flex;
    }
    .player-stats .block-header .grid .tabs .tab {
        width: 100%;
        padding: 0 1rem;
        text-align: center;
    }
}
/* End */


/* Start:/local/templates/sport/components/bitrix/news.list/partners/style.css?17603609851267*/
.partners-list .group {
    margin-bottom: 5rem;
}

.partners-list .group .subtitle {
    font-size: 1.75rem;
    margin-bottom: 1rem;
    text-align: center;
    font-weight: 700;
}


@media(max-width: 575px) {
    .partners-list .group .subtitle {
        font-size: 1.125rem;
    }
}

.partners-list .group .items {
    gap: 2rem;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;

}

@media(max-width: 575px) {
    .partners-list .group .items {
        display: grid;
        grid-template-columns: repeat(2, 1fr);
    }
}

.partners-list .group .items .item {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
}

.partners-list .group .items .item .logo {
    height: 90px;
    width: 120px;
    position: relative;
}

.partners-list .group .items .item .logo img {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    object-fit: contain;
    filter: grayscale();
}

.partners-list .group .items .item:hover img,
.partners-list .group .items .item#bx_1373509569_169 img,
.partners-list .group .items .item#bx_1373509569_1949 img{
    opacity: 1;
    filter: none;
}

.partners-list .group .items .item .name {
    font-size: .875rem;
}
/* End */
/* /local/templates/sport/components/d_life_org/news.list/main_slider_front/style.css?17603609862984 */
/* /local/components/statistic.sport/statistic.sport.games.calendar/templates/short/style.css?17316828805937 */
/* /local/components/statistic.sport/statistic.sport.games.future/templates/.default/style.css?17316828815021 */
/* /local/components/statistic.sport/statistic.sport.games/templates/.default/style.css?17316828803783 */
/* /local/components/statistic.sport/statistic.sport.team.top/templates/.default/style.css?173168288112185 */
/* /local/templates/sport/components/d_life_org/news.list/news_front/style.css?17603609861606 */
/* /local/templates/sport/components/bitrix/news.detail/banner_vertical/style.css?1760360985190 */
/* /local/templates/sport/components/bitrix/news.list/media_front_video_slider/style.css?17603609856636 */
/* /bitrix/components/bitrix/player/templates/.default/style.min.css?1801316076122 */
/* /local/templates/sport/components/bitrix/system.pagenavigation/show_more_ajax/style.css?176036098663 */
/* /local/templates/sport/components/bitrix/catalog.section.list/media_photo_front_slider/style.css?17603609853568 */
/* /local/templates/sport/components/bitrix/news.detail/banner_horizontal/style.css?1760360985190 */
/* /local/components/statistic.sport/statistic.sport.top/templates/.default/style.css?17316828805791 */
/* /local/templates/sport/components/bitrix/news.list/partners/style.css?17603609851267 */
