

/* Start:/local/templates/yplay/components/custom/news.detail/not_default/style.css?178487734116111*/
.teams-main__card-logo {
	display: flex;
	align-items: center;
}

a.teams-consist__card-img {
	display: block;
}

a.teams-main__card-site {
	word-break: break-all;
}

.achieve {
	display: none;
}

.achieve_popup {
	display: none;
	position: absolute;
	top: 70px;
	border: 1px solid #0065ff;
	left: 0;
	text-align: center;
	width: 100%;
	z-index: 999;
	background: #fff;
}

.teams-main__last-block-body {
	position: relative;
}

/*.sb-c1__block-1-tr{
	display:flex;justify-content:space-between;align-items:center;
}*/
.table_loading {
	display: flex;
	justify-content: center;
	align-items: center;
	height: 300px;
}

.table_loading img {
	max-width: 100px;
}

.schedule__main-center,
.game-block__teams-top-center-block,
.voting {
	cursor: pointer;
}

.big_pic_team {
	max-width: 100%;
	display: block;
	margin: 0 auto;
}

.schedule__main-team-img img {
	max-width: 40px;
}

.teams-main__card-logo img {
	max-width: 100px;
}

.game-block__teams-top-center-logo img {
	max-width: 40px;
}

.sb-c1__block-1-img img {
	max-width: 56px;
}

#ajax_gallery .slick-slide {
	height: 100%;
}

.teams-bg {
	width: 100%;
	height: 800px;
	/*background-size: cover;*/
	background-size: contain;
	background-position: top;
	background-repeat: no-repeat;
}

.bckg_item {
	width: 100%;
	height: 500px;
	background-size: cover;
	background-repeat: no-repeat;
	background-size: cover;
}

.gp__likes-img[data-liked=true] {
	background: #000;
}

.video-js {
	max-height: 500px;
}

.video-js.vjs-fluid {
	padding: 0;
	height: 500px !important;
}


@media (max-width: 850px) {
	.teams-main__card-logo img {
		max-width: 75px;
	}
}

@media(max-width:767px) {
	#ajax_gallery .bckg_item {
		height: 400px;
		background-position: center;
		background-size: contain;
	}
}

@media(max-width:600px) {
	.mob_hide {
		display: none;
	}

	.teams_width_100 {
		width: 100%;
	}
}

.tournament_schedule .sb-c1__block-1-tr:nth-child(2n + 2) {
	background: #fff;
}

.tournament_schedule .sb-c1__block-1-tr:nth-child(3),
.tournament_schedule .sb-c1__block-1-tr:nth-child(2) {
	background: #0052cc;
}

.tournament_schedule .sb-c1__block-1-tr:nth-child(3) .sb-c1__block-1-num {
	background: #02409d;
	color: var(--color-white);
}

.tournament_schedule .sb-c1__block-1-tr:nth-child(3) .sb-c1__block-1-text {
	color: var(--color-white);
}

.teams-leagues__btm-select.filter_names .main-tool__body-block {
	width: 375px;
	margin-bottom: 2em;
	max-width: 100%;
}


.game-block__teams-bottom-side-name {
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}


.page-team__tab-item {
	font-family: 'Gotham Pro';
	font-size: 18px;
	line-height: 32px;
	letter-spacing: 0.48px;
	color: #333333;
	position: relative;
	padding: 0 40px;
	cursor: pointer;
	transition: 0.3s;
	white-space: nowrap;
	user-select: none;
	font-weight: 700;
}

.page-team__tab-item.page-team__tab-item-active {
	background: #ebecf0;
}

.page-team__tab-content-item {
	display: none;
}



.page-team__tab-content-item {
	display: none;
}

.page-team__tab-content-item.page-team__tab-content-item-active {
	display: block;
}

.shape-skeleton-container {
	width: 34px;
	height: 54px;
	clip-path: polygon(0% 0%, 100% 0%, 100% 100%, 100% 100%, 0% 74%);
	margin-right: 12px;

	background-color: #b6b5b3;
	background-image: linear-gradient(90deg, #b6b5b3 0px, #e8e8e8 40px, #b6b5b3 80px);
	background-size: 600px;
	animation: shine-avatar 1.25s infinite linear;
	opacity: .25;
}

@keyframes shine-avatar {
	0% {
		background-position: -32px;
	}

	40%,
	100% {
		background-position: 208px;
	}
}

/*================================================================================================*/
.justify-space-between {
	justify-content: space-between !important;
}

.teams-statistic__card {
	background: white;
	/*width: 50%;*/
	padding: 2rem;
	margin: 10px;
	/*height: 280px;*/
}

.teams-statistic__card-text {
	font-weight: 600;
	font-size: 16px;
	border: 2px solid #ebecf0;
	padding: 30px 0px 20px 40px;
	margin-bottom: 10px;
}

.teams-statistic__card span {
	position: relative;
	top: 15px;
	left: 20px;
	font-family: 'Gotham Pro';
	font-size: 24px;
	line-height: 28px;
	letter-spacing: 0.576px;
	font-weight: 700;
	color: #0065ff;
	background: white;
	padding: 0 20px;
}

.teams-statistic__table {
	width: 100%;
}

.teams-statistic__table td {
	width: 12%;
	padding: 10px 0;
}

.teams-statistic__table tbody td {
	font-weight: 600;
}













.teams-statistic__shape-top {
	width: 260px;
	height: 110px;
	background-color: #ebecf0;
	clip-path: polygon(0% 20%, 100% 0%, 100% 100%, 100% 100%, 0% 80%);
	color: #0065ff;
	display: flex;
	margin-top: 10px;
}

.teams-statistic__shape-bottom {
	width: 260px;
	height: 110px;
	background-color: #0065ff;
	clip-path: polygon(0% 0%, 100% 20%, 100% 100%, 100% 80%, 0% 100%);
	color: #fff;
	display: flex;
	margin-top: -22px;
}

.shape-info {
	width: 100%;
	height: auto;
	margin: auto;
	text-align: center;
}

.shape-info .score {
	font-size: 32px;
	font-weight: 600;
}

.teams-statistic__shape-top .shape-info .score,
.teams-statistic__shape-top .shape-info .text {
	color: #0065ff;
}

.teams-statistic__shape-bottom .shape-info .score,
.teams-statistic__shape-bottom .shape-info .text {
	color: #fff;
}














.teams-statistic__pie-item {
	text-align: center;
	text-align: center;
	padding: 0 3rem;
}



.teams-statistic__pie-3 {
	width: 150px;
	height: 150px;
	border-radius: 50%;
	background: conic-gradient(#D1D1D1 50%, #E8E8E8 0);
}

.teams-statistic__pie-item {
	text-align: center;
	text-align: center;
	padding: 0 3rem;
}



.teams-statistic__pie-3 {
	width: 150px;
	height: 150px;
	border-radius: 50%;
	background: conic-gradient(#D1D1D1 50%, #E8E8E8 0);
}



.scale-text-top {
	color: #0065ff;
	margin-bottom: 5px;
	margin-top: 75px;
}

.scale-text-bottom {
	margin-top: 5px;
}

.teams-statistic__pie-3-box .pie-3-text-l {
	position: relative;
	left: 70px;
	top: 60px;
	font-weight: 600;
	text-align: center;
}

.teams-statistic__pie-3-box .pie-3-text-r {
	position: relative;
	right: 70px;
	top: 60px;
	font-weight: 600;
	text-align: center;
}

.teams-statistic__pie-3-box {
	justify-content: center;
	display: flex;
	margin-bottom: 25px;
	margin-top: 70px;
}

.teams-statistic__pie-3-text {
	display: flex;
	justify-content: space-between;
}

.teams-statistic__pie-3-text-l,
.teams-statistic__pie-3-text-r {
	width: 45%;
	font-weight: 600;
}

.teams-statistic__pie-3-text-l {
	text-align: right;
}


.teams-statistic__pie-item div {
	font-weight: 600;
}

.teams-statistic__pie-1,
.teams-statistic__pie-2 {
	margin-top: 25px;
	margin-bottom: 0;
}

.teams-statistic__pie-1_minuts,
.teams-statistic__pie-2_minuts {
	margin-bottom: 5px;
}


















/*================================================================================================*/
/* main */
.stat {
	background: #eee;
}

.stat__container {
	max-width: 1240px;
	/*padding: 24px 0;
	margin: auto;*/
}

.stat__container._two-grid {
	display: grid;
	grid-template-columns: 1fr 1fr;
	grid-gap: 24px;
}

.stat__item {
	display: flex;
	justify-content: center;
	align-items: center;
	width: 100%;
	padding: 15px;
	background: #fff;
}

.stat__item>div {
	width: 100%;
}

@media (max-width: 870px) {
	.stat__container._two-grid {
		grid-template-columns: 1fr;
	}
}

/* chart table */

.chart__detail {
	display: flex;
	gap: 24px;
	margin-top: 16px;
}

.chart__detail div {
	display: flex;
	align-items: center;
	gap: 12px;
}

.chart__detail span {
	width: 15px;
	height: 15px;
	border-radius: 50%;
}

.chart__table {
	display: flex;
}

.chart__table-values {
	flex: 1;
	position: relative;
	padding: 24px 23px 40px 10px;
}

.chart__table-percent {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	display: flex;
	justify-content: space-between;
}

.chart__table-percent span {
	position: relative;
	display: flex;
	align-items: flex-end;
	width: fit-content;
	height: 100%;
}

.chart__table-percent span:before {
	content: '';
	position: absolute;
	top: 0;
	left: 50%;
	width: 2px;
	height: calc(100% - 25px);
	background: #eee;
}

.chart__table-percent span:last-child:before {
	transform: translateX(-5px);
}

.chart__table-lines {
	position: relative;
	display: flex;
	flex-direction: column;
	gap: 24px;
	z-index: 2;
}

.chart__table-lines span {
	display: block;
	height: 8px;
}

.chart__table-lines span:first-child {
	background: #0065FF;
}

.chart__table-lines span:last-child {
	background: #D3D9E0;
}

.chart__table-title {
	max-width: 40%;
	display: flex;
	flex-direction: column;
	gap: 0px;
	padding: 16px 12px 0px 0;
}

.chart__table-title p {
	font-size: 14px;
	line-height: 10px;
	font-weight: 600;
}

.chart__table-title p:nth-child(2n + 1) {
	color: #000
}

.chart__table-title p:nth-child(2n + 2) {
	color: gray
}

@media (max-width: 500px) {
	.chart__table-title {
		max-width: 20%;
		gap: 12px;
	}

	.chart__table-title p {
		font-size: 10px;
		line-height: 11px;
		margin-top: 6px;
	}
}


/* victory-line */
.victory-line {
	padding: 24px 0;
}

.victory-line__text {
	display: flex;
	justify-content: space-between;
	gap: 12px;
}

.victory-line__text._blue p {
	color: #0065FF;
}

.victory-line__text._gray p {
	color: gray
}

.victory-line__line {
	position: relative;
	width: 100%;
	height: 10px;
	margin: 12px 0;
	border-radius: 20px;
	background: #eee;
}

.victory-line__line span {
	position: absolute;
	top: 0;
	left: 0;
	height: 100%;
	border-radius: 20px;
}

.victory-line__line-lose {
	background: gray;
	z-index: 2;
}

.victory-line__line-vic {
	background: #0065FF;
	z-index: 1;
}

/* season table */
.season-table {
	display: flex;
	flex-direction: column;
	gap: 24px;
}

.season-table__item {
	display: flex;
	gap: 12px;
}

.season-table__item._title span {
	display: inline-block;
	width: 9px;
	height: 12px;
	margin-right: 4px;
	transform: rotate(12deg);
	box-shadow: 4px 4px 8px 0 rgba(34, 60, 80, 0.2);
}

.season-table__item._title p {
	line-height: 1;
}

.season-table__item p {
	width: 120px;
	padding: 5px 0;
}

.season-table__item:not(._title) p {
	font-weight: 600;
}

.season-table__item:not(._title) span {
	display: none;
	font-weight: 400;
	color: gray;
}

@media (max-width: 1200px) {
	.season-table {
		width: 100%;
	}

	.season-table__item {
		justify-content: space-between;
	}

	.season-table__item p {
		width: 80px;
	}
}

@media (max-width: 870px) {
	.season-table__item._title {
		display: none;
	}

	.season-table__item p {
		width: auto;
	}

	.season-table__item:not(._title) span {
		display: block;
	}

	.season-table__item {
		flex-wrap: wrap;
		justify-content: flex-start;
		gap: 24px;
		padding: 12px;
		border: 1px solid gray;
	}

	.season-table__item p:first-of-type {
		width: 100%;
		padding: 0 0 32px 0;
		border-bottom: 1px solid gray;
		text-align: right;
	}
}























/* =============================================================================================== */

/* main */
.stat {
	background: #eee;
}

.stat__container {
	max-width: 1240px;
	padding: 24px 0;
	margin: auto;
}

.stat__container._two-grid {
	display: grid;
	grid-template-columns: 1fr 1fr;
	grid-gap: 24px;
}

.stat__item {
	display: flex;
	justify-content: center;
	align-items: center;
	width: 100%;
	padding: 15px;
	background: #fff;
}

.stat__item>div {
	width: 100%;
}

@media (max-width: 870px) {
	.stat__container._two-grid {
		grid-template-columns: 1fr;
	}
}

/* chart table */

.chart__detail {
	display: flex;
	gap: 24px;
	margin-top: 16px;
}

.chart__detail div {
	display: flex;
	align-items: center;
	gap: 12px;
}

.chart__detail span {
	width: 15px;
	height: 15px;
	border-radius: 50%;
}

.chart__table {
	display: flex;
}

.chart__table-values {
	flex: 1;
	position: relative;
	padding: 24px 23px 40px 10px;
}

.chart__table-percent {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	display: flex;
	justify-content: space-between;
}

.chart__table-percent span {
	position: relative;
	display: flex;
	align-items: flex-end;
	width: fit-content;
	height: 100%;
}

.chart__table-percent span:before {
	content: '';
	position: absolute;
	top: 0;
	left: 50%;
	width: 2px;
	height: calc(100% - 25px);
	background: #eee;
}

.chart__table-percent span:last-child:before {
	transform: translateX(-5px);
}

.chart__table-lines {
	position: relative;
	display: flex;
	flex-direction: column;
	gap: 24px;
	z-index: 2;
}

.chart__table-lines span {
	display: block;
	height: 8px;
}

.chart__table-title {
	max-width: 40%;
	display: flex;
	flex-direction: column;
	gap: 24px;
	padding: 20x 12px 40px 0;
}

.chart__table-title p {
	font-size: 14px;
	line-height: 0px;
	font-weight: 600;
}

.chart__table-title p:nth-child(2n + 1) {
	color: #000
}

.chart__table-title p:nth-child(2n + 2) {
	color: gray
}

@media (max-width: 500px) {
	.chart__table-title {
		max-width: 20%;
		gap: 12px;
	}

	.chart__table-title p {
		font-size: 10px;
		line-height: 11px;
		margin-top: 6px;
	}
}


/* victory-line */
.victory-line {
	padding: 24px 0;
}

.victory-line__text {
	display: flex;
	justify-content: space-between;
	gap: 12px;
}

.victory-line__text._blue p {
	color: #0065FF;
}

.victory-line__text._gray p {
	color: gray
}

.victory-line__line {
	position: relative;
	width: 100%;
	height: 10px;
	margin: 12px 0;
	border-radius: 20px;
	background: #eee;
}

.victory-line__line span {
	position: absolute;
	top: 0;
	left: 0;
	height: 100%;
	border-radius: 20px;
}

.victory-line__line-lose {
	background: #D3D9E0;
	z-index: 2;
}

.victory-line__line-vic {
	background: #0065FF;
	z-index: 1;
}

/* season table */
.season-table {
	display: flex;
	flex-direction: column;
	gap: 24px;
}

.season-table__item {
	display: flex;
	gap: 12px;
}

.season-table__item._title span {
	display: inline-block;
	width: 9px;
	height: 12px;
	margin-right: 4px;
	transform: rotate(12deg);
	box-shadow: 4px 4px 8px 0 rgba(34, 60, 80, 0.2);
}

.season-table__item._title p {
	line-height: 1;
}

.season-table__item p {
	width: 120px;
	padding: 5px 0;
}

.season-table__item:not(._title) p {
	font-weight: 600;
}

.season-table__item:not(._title) span {
	display: none;
	font-weight: 400;
	color: gray;
}



.chart__table-title p {
	margin-bottom: 2px;
}


@media (max-width: 1200px) {
	.season-table {
		width: 100%;
	}

	.season-table__item {
		justify-content: space-between;
	}

	.season-table__item p {
		width: 80px;
	}
}

@media (max-width: 870px) {
	.season-table__item._title {
		display: none;
	}

	.season-table__item p {
		width: auto;
	}

	.season-table__item:not(._title) span {
		display: block;
	}

	.season-table__item {
		flex-wrap: wrap;
		justify-content: flex-start;
		gap: 24px;
		padding: 12px;
		border: 1px solid gray;
	}

	.season-table__item p:first-of-type {
		width: 100%;
		padding: 0 0 32px 0;
		border-bottom: 1px solid gray;
		text-align: right;
	}
}

@media (max-width: 850px) {
	.rating2__list:not(.tournament_page) {
		display: flex !important;
	}

	/*.stat__item {*/
	/*	width: 65% !important;*/
	/*	margin-left: 10px !important;*/
	/*}*/

	/*.teams-statistic__card {*/
	/*	padding-left: 4rem !important;*/
	/*}*/
}

@media (max-width: 600px) {
	.teams-statistic__item {
		width: calc((100% / 3) - 4px) !important;
		margin-right: 0 !important;
	}
}























/* =============================================================================================== */
.team-score {
	display: flex;
	flex-direction: column;
	align-items: center;
}

.circle-stat-pie .teams-statistic__pie-item {
	display: flex;
	flex-direction: column;
	gap: 5px;
	align-items: center;
}

@media (max-width: 1200px) {
	.stat__container._two-grid {
		grid-template-columns: 1fr;
	}

	.stat__item {
		width: 780px;
		max-width: 100%;
		margin: 0 auto;
	}
}

@media (max-width: 790px) {
	.stat__item {
		width: 100%;
	}

	.circle-stat-pie {
		flex-direction: column;
		gap: 24px;
	}

	.team-score {
		padding: 2rem 0;
	}

	.teams-statistic__card {
		margin: 0;
	}
}





.teams-consist__card-img {
    width: 100%;
    height: 245px;
    background-size: contain !important;
    background-repeat: no-repeat;
    background-position: center !important;
    display: block;
    border: 2px solid #e4e9ef;
	/*background-color: #e4e9ef;*/
}
/* End */
/* /local/templates/yplay/components/custom/news.detail/not_default/style.css?178487734116111 */
