

/* 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/templates/sport/components/bitrix/news/team_news/style.css?17603609851163*/
/* Press center
------------------------------------------------------------------*/

/* Tags*/
.all-tags {
    margin-bottom: 2rem;
}

.all-tags .list {
    display: flex;
    gap: 1rem;
    flex-wrap: wrap;
}

.all-tags .list .tag {
    font-size: .875rem;
    color: #fff;
    background: var(--color-main);
    padding: .25rem .5rem;
    border-radius: 3px;
    text-transform: capitalize;
    text-decoration: none;
    transition: all .3s;
}

.all-tags .list .tag:hover {
    background: var(--color-black);
}

/* Search and filter section*/
.press-center .team-news .search-filter {
    margin-bottom: 2rem;
}

.press-center .team-news .search-filter .grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 0 2rem;
    align-items: start;
}


@media(max-width: 1199px) {
    .press-center .team-news .search-filter .grid {
        grid-template-columns: 2fr 2fr 1fr;
    }
}

@media(max-width: 991px) {
    .press-center .team-news .search-filter .grid {
        grid-template-columns: repeat(2, 1fr);
    }
}

@media(max-width: 767px) {
    .press-center .team-news .search-filter .grid {
        grid-template-columns: 1fr;
    }
}
/* End */


/* Start:/local/templates/sport/components/bitrix/news/team_news/bitrix/search.form/flat/style.css?1760360985610*/
.team-news .search-form {
    position: relative;
}

.team-news .search-form .form-control {
    border: 2px solid #0D0F0F;
    height: 41px;
    line-height: 41;
    font-size: .875rem;
    color: #8F8F8F;
    width: 100%;
    border-radius: 3px;
    padding: 0 1rem;
    color: #0D0F0F;
}

.team-news .search-form button {
    position: absolute;
    right: 1rem;
    background: transparent;
    border: 0;
    top: .7rem;
}

@media(max-width: 767px) {
    .team-news .search-form {
        max-width: 340px;
    }
}

@media(max-width: 575px) {
    .team-news .search-form {
        max-width: 100%;
    }
}
/* End */


/* Start:/local/templates/sport/components/bitrix/news/team_news/bitrix/catalog.filter/.default/style.css?1760360985964*/
.team-news .search-filter form {
    display: flex;
    align-items: center;
    gap: 0 .5rem;
    flex-wrap: wrap;
}

.team-news .search-filter form label {
    color: #8F8F8F;
    font-size: .875rem;
}

.team-news .search-filter form  .form-control {
    position: relative;
}

.team-news .search-filter form  .form-control img {
    position: absolute;
    right: .5rem;
    top: .75rem;
}

.team-news .search-filter form  .form-control input {
    padding: 0 .5rem;
    border: 2px solid #D7D7D7;
    border-radius: 3px;
    line-height: 41px;
    height: 41px;
    max-width: 130px;
}

@media(max-width: 575px) {
    .team-news .search-filter form .form-control {
        max-width: 100%;
        /*width: 100%;*/
        margin-bottom: 1rem;
    }

    .team-news .search-filter form .form-control input {
        max-width: 100%;
        width: 100%;
    }
}


@media(max-width: 450px) {
    .team-news .search-filter form {
        display: block;
    }
}

/* 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/news/team_news/bitrix/search.page/.default/style.css?1760360985203*/
.search-page {
	padding-bottom: 3rem;
}
a.search-page-params {
	border-bottom: 1px dashed blue;
	text-decoration: none;
}
div.search-page-params {
	margin-top: 6px;
}
.search-item-rate {font-size: 11px;}
/* End */


/* Start:/local/templates/sport/components/bitrix/news.list/team_news/style.css?17603609851843*/
.news-list .grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 2rem 1.5rem;
    margin-bottom: 3rem;
}

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

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

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

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

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

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

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



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

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

.news-list .grid .item .news-body {
    padding: 1rem 1rem 4rem;
}

.news-list .grid .item .news-body .name a {
    color: #0D0F0F;
    font-size: .875rem;
}

.news-list .grid .item .news-body .news-date {
    border-top: 1px solid #EDEDED;
    padding-top: .5rem;
    position: absolute;
    bottom: .5rem;
    left: 1rem;
    right: 1rem;
    color: #8F8F8F;
    font-size: .75rem;
    text-align: right;
}

.news-list .grid .item .news-body .news-date span {
    display: inline-block;
    padding-left: 1.5rem;
    background: url(/local/templates/sport/components/bitrix/news.list/team_news/images/icon_time.svg) left center no-repeat;
}
/* End */
/* /local/templates/sport/components/bitrix/menu/section/style.css?1760360985799 */
/* /local/templates/sport/components/bitrix/news/team_news/style.css?17603609851163 */
/* /local/templates/sport/components/bitrix/news/team_news/bitrix/search.form/flat/style.css?1760360985610 */
/* /local/templates/sport/components/bitrix/news/team_news/bitrix/catalog.filter/.default/style.css?1760360985964 */
/* /local/templates/sport/components/bitrix/system.pagenavigation/show_more_ajax/style.css?176036098663 */
/* /local/templates/sport/components/bitrix/news/team_news/bitrix/search.page/.default/style.css?1760360985203 */
/* /local/templates/sport/components/bitrix/news.list/team_news/style.css?17603609851843 */
