

/* 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.game.video/templates/.default/style.css?17316828812216*/
.video-list .grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 2rem 1.5rem;
    margin-bottom: 3rem;
}

@media(max-width: 991px) {
    .video-list .grid {
        grid-template-columns: repeat(2, 1fr);
    }
}

@media(max-width: 575px) {
    .video-list .grid {
        grid-template-columns: 1fr;
    }
}

.video-list .grid .item {
    border: 1px solid #DADADA;
    position: relative;
}

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

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

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

.video-list .grid .item .preview-img {
    position: relative;
    height: 210px;
    width: 372px;
    overflow: hidden;
}

.video-list .grid .item .preview-img .overlay {
    background: rgba(0, 0, 0, .5);
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
}

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


.video-list .grid .item:hover .preview-img img {
    width: 110%;
    height: 110%;
    left: -5%;
    top: -5%;
}

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

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

.video-list .grid .item .news-body {
    position: absolute;
    z-index: 100;
    bottom: 0;
    left: 0;
    width: 100%;
    display: grid;
    padding: .75rem;
    grid-template-columns: 4fr 1fr;
    align-items: center;
    color: #000;
}

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

.video-list .grid .item .news-body  .play-icon {
    text-align: right;
}
/* End */
/* /local/templates/sport/components/bitrix/menu/section/style.css?1760360985799 */
/* /local/components/statistic.sport/statistic.sport.game.video/templates/.default/style.css?17316828812216 */
