

/* Start:/local/templates/sport/components/bitrix/menu/section/style.css?1721250973799*/
.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/coaches/bitrix/news.detail/.default/style.css?17225146113472*/
.coach-detail .presentation {
	display: grid;
	grid-template-columns: 1.5fr 1fr 1.5fr;
	position: relative;
	margin-bottom: 2rem;
	grid-gap: 1rem;
}

.coach-detail .presentation .part {
	position: relative;
}

.coach-detail .presentation .part.right {
	text-align: right;
}

.coach-detail .presentation .part .top {
	border-bottom: 1px solid #EDEDED;
	font-size: .875rem;
	height: 2rem;
	margin-bottom: 1.5rem;
}

.coach-detail .presentation .part .top a {
	color: var(--color-main);
}

.coach-detail .presentation .photo {
	z-index: 10;
	position: relative;
	height: 400px;
}

.coach-detail .presentation .photo img {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.coach-detail .presentation .photo:before,
.coach-detail .presentation .photo:after {
	content: "";
	width: 0;
	height: 0;
	z-index: 2;
	position: absolute;
}

.coach-detail .presentation .photo:before {
	border-bottom: 30px solid transparent;
	border-right: 30px solid transparent;
	border-left: 30px solid #fff;
	left: 0;
	top: 0;
}

.coach-detail .presentation .photo:after {
	border-top: 30px solid transparent;
	border-left: 30px solid transparent;
	border-right: 30px solid #fff;
	right: 0;
	bottom: 0;
}

.coach-detail .presentation h2 {
	font-size: 2rem;
	line-height: 1.1;
	margin-bottom: 1rem;
}

.coach-detail .presentation .position {
	font-family: 'Montserrat';
	color: var(--color-main);
	font-weight: 700;
}

.coach-detail .presentation .part .flag {
	margin-bottom: 3.5rem;
}

.coach-detail .presentation .part .bitrhday {
	font-size: .875rem;
}

.coach-detail .presentation .line {
	position: absolute;
	left: 0;
	width: 100%;
	border-bottom: 4px solid var(--color-main);
	top: 45%;
	border-top: 1px solid #EDEDED;
	height: .6rem;
}

.coach-detail .tabs-wrapper .tabs {
	display: flex;
	border-top: 1px solid #EDEDED;
	border-bottom: 2px solid #EDEDED;
}

.coach-detail .tabs-wrapper .tabs .tab {
	font-weight: 700;
	padding: 1.5rem 2rem;
	cursor: pointer;
	margin-bottom: -2px;
	border-bottom: 2px solid transparent;
	transition: all .3s;
}

.coach-detail .tabs-wrapper .tabs .tab.active, .coach-detail .tabs-wrapper .tabs .tab:hover {
	border-color: var(--color-secondary);
	color: var(--color-secondary);
}

.coach-detail .tabs-wrapper .tabs-content .tab-content {
	padding: 3rem 0;
	line-height: 2;
	display: none;
}

.coach-detail .tabs-wrapper .tabs-content .tab-content.active {
	display: block;
}



@media(max-width: 1023px) {
	.coach-detail .presentation {
		grid-template-columns: repeat(3, 1fr);
	}

	.coach-detail .presentation .line {
		top: 55%;
	}
}

@media(max-width: 767px) {
	.coach-detail .presentation {
		grid-template-columns: 1fr;
		justify-items: center;
	}

	.coach-detail .presentation .photo {
		order: 1;
		max-width: 300px;
		width: 100%;
	}

	.coach-detail .presentation .part.left {
		order: 2;
		text-align: center;
	}

	.coach-detail .presentation .part.left .top, .coach-detail .presentation .part.right .top {
		display: none;
	}

	.coach-detail .presentation .part.right {
		order: 3;
		display: flex;
		justify-content: space-between;
		width: 100%;
		max-width: 500px;
	}

	.coach-detail .presentation .part .bitrhday {
		order: 1;
	}

	.coach-detail .presentation .part .flag {
		margin-bottom: 0;
		order: 2;
	}

	.coach-detail .presentation .line {
		position: relative;
		left: auto;
		top: auto;
		order: 4;
	}
}

@media(max-width: 575px) {
	.coach-detail .presentation h1 {
		font-size: 1.5rem;
	}
}
/* End */


/* Start:/local/templates/sport/components/bitrix/news.list/coaches_slider/style.css?17225146112274*/
.another-coaches {
    margin-bottom: 4rem;
}

.another-coaches .divider {
    display: block;
    position: relative;
    background: var(--color-secondary);
    height: 4px;
    width: 100%;
    content: "";
    margin-bottom: 4rem;
}

.another-coaches .h3 {
    margin-bottom: 2rem;
}

.another-coaches .items {
    display: flex;
    gap: 0 .5rem;
}

.another-coaches .item {
    position: relative;
    overflow: hidden;
}

.another-coaches .item:hover .photo img {
    width: 110%;
    height: 110%;
    left: -5%;
    top: -5%;
}

.another-coaches .item .photo {
    height: 405px;
    position: relative;
    background: #000;
}

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

.another-coaches .item .info {
    font-family: 'Montserrat';
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    text-align: center;
    background: linear-gradient(180deg, rgba(13, 15, 15, 0) 5.28%, #181818 47.28%);
    padding: 3rem 0 1.5rem;
    font-weight: 700;
}

.another-coaches .item .info .name {
    max-width: 200px;
    margin: 0 auto 1rem;
}

.another-coaches .item .info .name a {
    color: #fff;
    text-decoration: none;
}

.another-coaches .item .info .position {
    color: var(--color-secondary);
    font-size: .875rem;
}

/* Controls */
.another-coaches .tns-outer {
    position: relative;
}

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

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

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

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

@media(max-width: 1240px) {
    .another-coaches .tns-controls {
        left: -10px;
        right: -10px;
    }
}
/* End */
/* /local/templates/sport/components/bitrix/menu/section/style.css?1721250973799 */
/* /local/templates/sport/components/bitrix/news/coaches/bitrix/news.detail/.default/style.css?17225146113472 */
/* /local/templates/sport/components/bitrix/news.list/coaches_slider/style.css?17225146112274 */
