

/* Start:/local/templates/tournaments/components/bitrix/news.detail/tours-detail/style.css?175396210444010*/
.tournament-offer__logo{
	margin-top: 15px;
}


.tournament-offer__addfav {
    position: absolute;
    top: 10px;
    right: 0px;
    z-index: 200;
    cursor: pointer;
}

.tournament {
	padding-top: 24px;
	padding-bottom: 104px;
}

.tournament-offer {
	display: flex;
	column-gap: 16px;
	padding-bottom: 80px;
}

.tournament-offer__img {
	flex: 0 0 840px;
}

.tournament-offer__img > img {
	width: 100%;
}

.tournament-offer__content {
	position: relative;
	width: 100%;
	padding-top: 10px;
}

.tournament-offer__title {
	color: #000;
	font-size: 35px;
	font-style: normal;
	line-height: 44px;
	letter-spacing: -2.2px;
	max-width: 528px;
	margin-bottom: 20px;
	margin-left: 4px;
    font-weight: 400;
}

.tournament-offer__reviews {
	display: flex;
	align-items: center;
	color: #0E0E11;
	font-size: 18px;
	font-style: normal;
	line-height: 22px;
	letter-spacing: -0.54px;
	column-gap: 6px;
	margin-bottom: 40px;
	margin-left: 4px;
}

.tournament-offer__score {
	display: flex;
	align-items: center;
	column-gap: 4px;
}

.tournament-offer__score, .tournament-offer__decor {
	padding-bottom: 4px;
}

.tournament-offer__num {
	padding-bottom: 3px;
	border-bottom: 1px solid #F0F0F0;
}

.tournament-offer__wrap {
	margin-left: 4px;
}

.tournament-offer__date {
	color: #FF4C37;
	font-size: 35px;
	line-height: 44px;
	letter-spacing: -2.2px;
	margin-bottom: 16px;
}

.tournament-offer__location {
	color: #0E0E11;
	font-size: 18px;
	font-style: normal;
	font-weight: 400;
	line-height: 22px;
	letter-spacing: -0.54px;
	width: fit-content;
	padding-bottom: 4px;
	border-bottom: 1px solid #F0F0F0;
}

.tournament-offer__btns {
	margin-top: 40px;
	display: flex;
	column-gap: 12px;
	align-items: center;
}

.tournament-offer__btn {
	width: 100%;
	height: 72px;
	display: flex;
	align-items: center;
	justify-content: center;
	font-size: 18px;
	font-style: normal;
	line-height: 24px;
	letter-spacing: -0.66px;
	text-decoration: none;
	border-radius: 40px;
}

.tournament-offer__btn_text {
	overflow: hidden;
	white-space: nowrap;
	max-width: calc(100% - 150px);
}

.tournament-offer__btn_play {
	color: #FFF;
	background: #FF4C37;
}

.tournament-offer__btn_condition {
	color: #0E0E11;
	background: #FFF;
	border: 1px solid #B7B7B8;
	column-gap: 6px;
}

.tournament-infoitem {
	padding-bottom: 70px;
	padding-top: 24px;
	border-top: 1px solid #E1E1E1;
	display: flex;
	flex-wrap: wrap;
	column-gap: 159px;
}

.tournament-infoitem__maintitle {
	flex: 0 0 340px;
	color: #000;
	font-size: 35px;
	line-height: 44px;
	letter-spacing: -2.2px;
	word-wrap: break-word;
}

.tournament-infoitem__list {
	max-width: 696px;
	display: flex;
	flex-wrap: wrap;
	column-gap: 16px;
}

.tournament-infoitem__item {
	width: 340px;
	padding-bottom: 30px;
	padding-top: 12px;
	border-bottom: 1px solid #E1E1E1;
}

.tournament-offer__img__src{
	display: block;
}

.tournament-infoitem__item:nth-child(-n+2) {
	padding-top: 0;
}

.tournament-infoitem__item:nth-last-child(-n+2) {
	padding-bottom: 0px;
	border-bottom: none;
}

.tournament-infoitem__title {
	margin-bottom: 12px;
	color: #B0B0B0;
	font-size: 18px;
	line-height: 22px;
	letter-spacing: -0.54px;
}

.tournament-infoitem__text {
	color: #0E0E11;
	font-size: 18px;
	line-height: 28px;
	letter-spacing: -0.66px;
}

.tournament-infoitem__link {
    color: #FF4C37;
    font-size: 18px;
    line-height: 28px;
    letter-spacing: -0.66px;
    text-decoration: none;
    overflow: hidden;
}

.tournament-infoitem__textblock {
	max-width: 696px;
}

.tournament-infoitem__textblock_text {
	overflow: hidden;
	color: #0E0E11;
	font-size: 18px;
	font-style: normal;
	line-height: 28px;
	letter-spacing: -0.66px;
	display: -webkit-box;
	-webkit-line-clamp: 12;
	-webkit-box-orient: vertical;
}

.tournament-infoitem__textblock_text {
    overflow: hidden;
    color: #0E0E11;
    font-size: 18px;
    font-style: normal;
    line-height: 28px;
    letter-spacing: -0.66px;
    display: block;
    max-height: 500px;
    -webkit-line-clamp: 12;
    -webkit-box-orient: vertical;
}

.tournament-infoitem__textblock_more {
	margin-top: 12px;
	color: #FF4C37;
	font-size: 18px;
	font-style: normal;
	line-height: 28px;
	letter-spacing: -0.66px;
	cursor: pointer;
}

.tournament-infoitem__location {
	display: flex;
	flex-direction: column;
	row-gap: 60px;
	margin-bottom: 60px;
}

.tournament-infoitem__location_wrap {
	display: flex;
	column-gap: 12px;
}

.tournament-infoitem__location_flag {
	flex: 0 0 26px;
}

.tournament-infoitem__location_flag > img {
	width: 100%;
}

.tournament-infoitem__add {
	color: #0E0E11;
	font-size: 18px;
	line-height: 24px;
	letter-spacing: -0.66px;
}

.tournament-infoitem__add > span {
	margin-top: 12px;
	display: block;
	color: #B0B0B0;
	font-size: 18px;
	line-height: 22px;
	letter-spacing: -0.54px;
}

.tournament-infoitem__map {
	width: 100%;
	height: 640px;
}

.tournament-reviews {
	border-top: 1px solid #E1E1E1;
	padding-bottom: 70px;
	padding-top: 24px;
}

[class*="copyrights-pane"] {
	display: none !important;
}

.tournament-reviews-info {
	position: relative;
	display: flex;
	align-items: flex-start;
	justify-content: space-between;
	margin-bottom: 55px;
}

.tournament-reviews-info-wrap {
	display: flex;
	align-items: flex-start;
	column-gap: 16px;
}

.tournament-reviews-title {
	color: #000;
	font-size: 35px;
	font-style: normal;
	line-height: 30px;
	letter-spacing: -2.2px;
}

.tournament-reviews-btn {
	width: 151px;
	height: 36px;
	display: flex;
	align-items: center;
	justify-content: center;
	color: #0E0E11;
	font-size: 16px;
	font-style: normal;
	line-height: 24px;
	letter-spacing: -0.48px;
	text-decoration: none;
	border: 1px solid #B7B7B8;
	border-radius: 20px;
}

.tournament-reviews-more {
	display: flex;
	align-items: center;
	column-gap: 4px;
	color: #0E0E11;
	font-size: 18px;
	font-style: normal;
	line-height: 24px;
	letter-spacing: -0.66px;
	text-decoration: none;
}

.tournament-reviews-items {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	align-items: flex-start;
}

.tournament-reviews-item {
	max-width: 458px;
}

.tournament-reviews-item__info {
	display: flex;
	align-items: center;
	column-gap: 6px;
	margin-bottom: 16px;
}

.tournament-reviews-item__score {
	display: flex;
	align-items: center;
	column-gap: 5px;
}

.tournament-reviews-item__score_number {
	color: #0E0E11;
	font-size: 18px;
	font-style: normal;
	font-weight: 400;
	line-height: 22px;
	letter-spacing: -0.54px;
}

.tournament-reviews-item__name, .tournament-reviews-item__decor {
	color: #B0B0B0;
	font-size: 18px;
	font-style: normal;
	font-weight: 400;
	line-height: 22px;
	letter-spacing: -0.54px;
}

.tournament-reviews-item__review {
	position: relative;
	padding: 24px;
	background: #E0DFDF;
	max-height: 335px;
}

.tournament-reviews-item__text {
	overflow: hidden;
	color: #0E0E11;
	font-size: 18px;
	font-style: normal;
	font-weight: 400;
	line-height: 22px;
	letter-spacing: -0.54px;
	display: -webkit-box;
	-webkit-line-clamp: 11;
	-webkit-box-orient: vertical;  
}

.tournament-reviews-item__text_auto {
	display: block;
}

.tournament-reviews-item__more {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 168px;
	height: 36px;
	color: #0E0E11;
	font-size: 16px;
	font-style: normal;
	font-weight: 400;
	line-height: 24px;
	letter-spacing: -0.48px;
	border: 1px solid rgba(14, 14, 17, 0.3);
	border-radius: 20px;
	margin-top: 16px;
	cursor: pointer;
}

.tournament-reviews-item__review_full {
	padding-bottom: 30px;
}

.tournament-reviews-item__review_full .tournament-reviews-item__more {
	display: none;
}

.tournament-reviews-item:nth-child(1) .tournament-reviews-item__review {
	background: #C0AF9F;
}

.tournament-reviews-item:nth-child(2) .tournament-reviews-item__review {
	background: #FFD859;
}

.tournament-reviews-item:nth-child(3) .tournament-reviews-item__review {
	background: #E0DFDF;
}

.tournament-articles-info {
	margin-bottom: 50px;
	display: flex;
	align-items: center;
	justify-content: space-between;
}

.tournament-articles-title {
	color: #000;
	font-size: 35px;
	font-style: normal;
	font-weight: 400;
	line-height: 44px;
	letter-spacing: -2.2px;
}

.tournament-articles-more {
	display: flex;
	align-items: center;
	column-gap: 4px;
	color: #0E0E11;
	font-size: 18px;
	font-style: normal;
	line-height: 24px;
	letter-spacing: -0.66px;
	text-decoration: none;
}

.tournament-articles-more > svg, 
.tournament-reviews-more > svg {
	margin-top: 3px;
}

.tournament-articles-items {
	display: flex;
	align-items: flex-start;
	justify-content: space-between;
	column-gap: 16px;
}

.tournament-articles-item {
	position: relative;
	display: flex;
	align-items: flex-start;
	column-gap: 40px;
}

.tournament-articles-item::before {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 1px;
	background: #DDDDDD;
	z-index: -1;
}

.tournament-articles-item__info {
	display: flex;
	flex-direction: column;
	max-width: 316px;
	margin-top: 24px;
}

.tournament-articles-item__title {
	color: #0E0E11;
	font-size: 24px;
	font-style: normal;
	font-weight: 400;
	line-height: 32px;
	letter-spacing: -0.9px;
	margin-bottom: 12px;
	text-decoration: none;
}

.tournament-articles-item__date {
	color: #FF4C37;
	font-size: 13px;
	font-style: normal;
	font-weight: 400;
	line-height: 16px;
	letter-spacing: -0.26px;
}

.tournament-articles-item__img {
	max-width: 340px;
	width: 340px;
}

.tournament-articles-item__img > img {
	width: 100%;
}

.tournament-reviews-more_mob {
	display: none;
}

.tournament-infoitem__schedule {
	display: flex;
	align-items: flex-start;
}

.tournament-schedule__item {
	width: 136px;
	min-width: 136px;
}

.tournament-schedule__time {
	position: relative;
	max-width: 100%;
	min-height: 78px;
	max-height: 78px;
	padding-bottom: 16px;
	border-bottom: 2px solid #FFDBD7;
}

.tournament-schedule__time::after {
	content: '';
	position: absolute;
	bottom: -4px;
	left: 0px;
	width: 6px;
	height: 6px;
	background: #FF4C37;
	border-radius: 50%;
}

.tournament-schedule__date {
	margin-bottom: 12px;
	color: #0E0E11;
	font-size: 18px;
	line-height: 28px;
	height: 28px;
	letter-spacing: -0.66px;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
	max-width: 100%;
}

.tournament-schedule__hour {
	max-width: 100%;
	color: #B0B0B0;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
	font-size: 18px;
	line-height: 22px;
	height: 22px;
	letter-spacing: -0.54px;
}

.tournament-schedule__event {
	margin-top: 16px;
	color: #0E0E11;
	font-size: 18px;
	line-height: 22px;
	height: 22px;
	letter-spacing: -0.54px;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
}

@media screen and (max-width: 1439px) {
	.tournament-offer__img {
		flex: 0 0 636px;
	}

	.tournament-offer__title {
		font-size: 24px;
		line-height: 35px;
		letter-spacing: -1.5px;
		max-width: 312px;
		margin-bottom: 8px;
	}

	.tournament-offer__reviews {
		margin-bottom: 20px;
	}

	.tournament-offer__date {
		font-size: 24px;
		line-height: 35px;
		letter-spacing: -1.5px;
		margin-bottom: 0px;
	}

	.tournament-offer__btns {
		margin-top: 40px;
		flex-direction: column;
		row-gap: 12px;
	}

	.tournament-offer__btn_text {
		max-width: none;
	}

	.tournament-infoitem {
		column-gap: 47px;
	}

	.tournament-infoitem__maintitle {
		flex: 0 0 146px;
		max-width: 146px;
		font-size: 21px;
		line-height: 30px;
		letter-spacing: -1.5px;
	}

	.tournament-reviews-item {
		max-width: 320px;
	}

	.tournament-articles-item {
		column-gap: 16px;
	}

	.tournament-articles-item__info {
		max-width: 236px;
		width: 236px;
		margin-top: 20px;
	}

	.tournament-articles-item__title {
		font-size: 19px;
		line-height: 26px;
		letter-spacing: -0.72px;
		margin-bottom: 14px;
	}

	.tournament-articles-item__img {
		max-width: 236px;
		width: 236px;
	}

	.tournament-schedule__item {
		width: 132px;
		min-width: 132px;
	}

	.tournament-schedule__event {
		font-size: 17px;
	}
}

@media screen and (max-width: 1023px) {
	.tournament-offer {
		flex-direction: column;
		row-gap: 40px;
	}

	.tournament-offer__content {
		padding-top: 0;
	}

	.tournament-offer__img {
		flex: 0 0 100%;
	}

	.tournament-offer__title {
		max-width: 500px;
		margin-bottom: 20px;
	}

	.tournament-offer__reviews {
		position: absolute;
		top: 45px;
		right: 0px;
		flex-direction: column;
		align-items: flex-end;
	}

	.tournament-offer__decor {
		display: none;
	}

	.tournament-offer__btns {
		flex-direction: row;
	}

	.tournament-infoitem {
		flex-direction: column;
	}

	.tournament-infoitem__maintitle {
		flex: auto;
		margin-bottom: 40px;
		max-width: none;
		font-size: 24px;
		line-height: 35px;
	}

	.tournament-reviews-items {
		row-gap: 24px;
	}

	.tournament-reviews-item {
		max-width: 360px;
	}

	.tournament-articles-items {
		flex-direction: column;
		row-gap: 50px;
	}

	.tournament-articles-item__info {
		max-width: 360px;
		width: 360px;
	}

	.tournament-articles-item__img {
		max-width: 360px;
		width: 360px;
	}

	.tournament-articles-item:nth-child(2) {
		flex-direction: row-reverse;
	}

	.tournament-articles-item__title {
		max-width: 320px;
		font-size: 24px;
		line-height: 32px;
		letter-spacing: -0.9px;
	}

	.tournament-infoitem__location {
		margin-bottom: 40px;
		row-gap: 40px;
	}

	.tournament-schedule__item {
		width: 122px;
		min-width: 122px;
	}

	.tournament-schedule__date {
		font-size: 18px;
	}

	.tournament-schedule__event {
		font-size: 16px;
	}

	.tournament-schedule__hour {
		font-size: 16px;
	}
}

@media screen and (max-width: 767px) {
	.tournament {
		padding-bottom: 64px;
	}

	.tournament-offer {
		row-gap: 18px;
		padding-bottom: 60px;
	}

	.tournament-offer__title {
		max-width: 312px;
		margin-bottom: 0px;
		margin-left: 2px;
	}

	.tournament-offer__reviews {
		position: relative;
		flex-direction: row;
		align-items: center;
		margin-left: 2px;
		top: 10px;
	}

	.tournament-offer__decor {
		display: block;
	}

	.tournament-offer__num {
		padding-bottom: 2px;
	}

	.tournament-offer__wrap {
		margin-left: 2px;
	}

	.tournament-offer__reviews {
		margin-bottom: 30px;
	}

	.tournament-offer__location {
		padding-bottom: 2px;
	}

	.tournament-offer__btns {
		margin-top: 32px;
		flex-direction: column;
	}

	.tournament-offer__btn {
		height: 56px;
		font-size: 18px;
		line-height: 24px;
		letter-spacing: -0.54px;
	}

	.tournament-offer__btn_condition > img {
		width: 20px;
	}

	.tournament-infoitem {
		padding-top: 20px;
		padding-bottom: 60px;
	}

	.tournament-infoitem__maintitle {
		margin-bottom: 30px;
		max-width: 224px;
		font-size: 18px;
		line-height: 26px;
		letter-spacing: -0.72px;
	}

	.tournament-infoitem__item {
		width: 163px;
		padding-bottom: 24px;
		padding-top: 12px;
	}

	.tournament-infoitem__title {
		font-size: 13px;
		line-height: 16px;
		letter-spacing: -0.26px;
	}

	.tournament-infoitem__text {
		font-size: 16px;
		line-height: 22px;
		letter-spacing: -0.48px;
	}

	.tournament-infoitem__link {
		font-size: 16px;
		line-height: 22px;
		letter-spacing: -0.48px;
	}

	.tournament-infoitem__link > svg {
		display: none;
	}

	.tournament-infoitem__textblock_text {
		font-size: 16px;
		line-height: 22px;
		letter-spacing: -0.48px;
	}

	.tournament-infoitem__textblock_more {
		font-size: 16px;
		line-height: 22px;
		letter-spacing: -0.48px;
	}

	.tournament-infoitem__location_flag {
		flex: 0 0 20px;
	}

	.tournament-infoitem__add {
		font-size: 16px;
		line-height: 22px;
		letter-spacing: -0.48px;
	}

	.tournament-infoitem__add > span {
		font-size: 16px;
		line-height: 22px;
		letter-spacing: -0.48px;
	}

	.tournament-infoitem__location {
		row-gap: 30px;
		margin-bottom: 60px;
	}

	.tournament-infoitem__map {
		height: 523px;
	}

	.tournament-reviews {
		padding-top: 20px;
	}

	.tournament-reviews-more {
		display: none;
	}

	.tournament-reviews-info {
		flex-direction: column;
		margin-bottom: 25px;
	}

	.tournament-reviews-info-wrap {
		flex-direction: column;
		row-gap: 24px;
		width: 100%;
	}

	.tournament-reviews-title {
		font-size: 19px;
		line-height: 26px;
		letter-spacing: -0.72px;
	}

	.tournament-reviews-btn {
		width: 100%;
	}

	.tournament-reviews-more_mob {
		display: flex;
		position: absolute;
		top: 0;
		right: 0;
		font-size: 18px;
		line-height: 24px;
		letter-spacing: -0.54px;
	}

	.tournament-reviews-item__score_number,
	.tournament-reviews-item__decor,
	.tournament-reviews-item__name {
		font-size: 13px;
	}

	.tournament-reviews-item__score > img {
		width: 12px;
	}

	.tournament-reviews-item__info {
		margin-bottom: 10px;
	}

	.tournament-reviews-item__review {
		padding-left: 16px;
		padding-right: 16px;
	}

	.tournament-reviews-item__text {
		font-size: 16px;
		line-height: 22px;
		letter-spacing: -0.48px;
	}

	.tournament-articles-more {
		display: none;
	}

	.tournament-articles-title {
		font-size: 19px;
		line-height: 26px;
		letter-spacing: -0.72px;
	}

	.tournament-articles-info {
		margin-bottom: 30px;
	}

	.tournament-articles-item__info {
		max-width: 197px;
		width: 197px;
	}

	.tournament-articles-item__img {
		max-width: 130px;
		width: 130px;
	}

	.tournament-articles-item:nth-child(2) {
		flex-direction: row;
	}

	.tournament-articles-item__info {
		margin-top: 0;
	}

	.tournament-articles-item {
		padding-top: 16px;
	}

	.tournament-articles-item__title {
		font-size: 18px;
		line-height: 22px;
		letter-spacing: -0.54px;
		margin-bottom: 12px;
	}

	.tournament-infoitem__schedule {
		flex-direction: column;
		row-gap: 30px;
	}

	.tournament-schedule__item {
		position: relative;
		display: flex;
		column-gap: 25px;
		width: 100%;
		min-width: auto;
		padding-left: 24px;
	}

	.tournament-schedule__item::before {
		content: '';
		position: absolute;
		top: 10px;
		left: 2px;
		width: 2px;
		height: calc(100% + 30px);
		background: #FFDBD7;
	}

	.tournament-schedule__item:last-child:before {
		display: none;
	}

	.tournament-schedule__item::after {
		content: '';
		position: absolute;
		top: 9px;
		left: 0px;
		width: 6px;
		height: 6px;
		background: #FF4C37;
		border-radius: 50%;
	}

	.tournament-schedule__item:last-child {
		border-color: transparent;
	}

	.tournament-schedule__item:last-child .tournament-schedule__time {
		border-color: transparent;
	}

	.tournament-schedule__time {
		display: flex;
		column-gap: 24px;
		align-items: flex-start;
		position: relative;
		min-height: auto;
		max-height: fit-content;
		padding-bottom: 0;
		border-bottom: none;
	}

	.tournament-schedule__time::after {
		display: none;
	}

	.tournament-schedule__date {
		margin-bottom: 0;
		height: auto;
		overflow: hidden;
		text-overflow: initial;
		white-space: initial;
		color: #0E0E11;
		font-size: 16px;
		line-height: 22px;
		letter-spacing: -0.48px;
		max-width: 74px;
		min-width: 74px;
		word-break: break-all;
	}

	.tournament-schedule__hour {
		height: auto;
		overflow: hidden;
		text-overflow: initial;
		white-space: initial;
		color: #B0B0B0;
		font-size: 16px;
		line-height: 22px;
		height: auto;
		letter-spacing: -0.48px;
		max-width: 44px;
		min-width: 44px;
		word-break: break-all;
	}

	.tournament-schedule__event {
		height: auto;
		overflow: hidden;
		text-overflow: initial;
		white-space: initial;
		margin-top: 0;
		color: #0E0E11;
		font-size: 16px;
		line-height: 22px;
		letter-spacing: -0.48px;
		max-width: 100px;
		min-width: 100px;
		word-break: break-all;
	}

}























/* CSS нотации */





	.move-active {
		background: rgba(255, 76, 55, 0.30);
	}

    .singlebroadcast {
        padding-top: 10px;
        padding-bottom: 70px;
    }

    .singlebroadcast-back {
        color: #0E0E11;
        font-size: 22px;
        font-style: normal;
        font-weight: 400;
        line-height: 24px;
        letter-spacing: -0.66px;
        text-decoration: none;
        padding-bottom: 16px;
        border-bottom: 1px solid #E1E0E0;
    }

    .singlebroadcast-info {
        display: flex;
        align-items: flex-start;
        column-gap: 37px;
        margin: 24px 0 40px;
    }

    .singlebroadcast-info__players {
        width: 674px;
        color: #000;
        font-size: 44px;
        font-style: normal;
        font-weight: 400;
        line-height: 44px;
        letter-spacing: -2.2px;
    }

    .singlebroadcast-info__menu {
        display: flex;
        flex-direction: column;
        row-gap: 10px;
    }

    .singlebroadcast-info__item {
        color: #0E0E11;
        font-size: 18px;
        font-style: normal;
        font-weight: 400;
        line-height: 22px;
        letter-spacing: -0.54px;
        cursor: pointer;
    }

    .singlebroadcast-info__item_favorite[data-favorite="true"] {
        color: #FF4C37;
    }

    .singlebroadcast-info__item_favorite[data-favorite="true"] > svg {
        fill: #FF4C37;
        stroke: #FF4C37;
    }

    .singlebroadcast-info__item_favorite[data-favorite="full"] {
        color: #0E0E11;
        opacity: 0.3;
    }

    .singlebroadcast-info__item_favorite[data-favorite="full"] svg,
    .singlebroadcast-info__item_favorite[data-favorite="full"] path {
        fill: #fff;
        stroke: #0E0E11;
    }

    .singlebroadcast-info__item_favorite[data-favorite="false"] {
        color: #0E0E11;
    }

    .singlebroadcast-info__item_favorite[data-favorite="false"] svg,
    .singlebroadcast-info__item_favorite[data-favorite="false"] path {
        fill: #fff;
        stroke: #0E0E11;
    }


    .singlebroadcast-maincontent-col {
        display: flex;
        flex-direction: column;
    }

    .singlebroadcast-maincontent-game {
        margin-bottom: 24px;
    }

    .maincontent-game-info {
        width: 648px;
        display: flex;
        align-items: center;
    }

    .maincontent-game-info__wrap {
        width: 100%;
        display: flex;
        align-items: center;
        justify-content: space-between;
    }

	.maincontent-game-info__player {
		display: flex;
		align-items: center;
		column-gap: 4px;
		max-width: 550px;
		flex: 0 0 550px;
	}

    .maincontent-game-info__flag {
        display: block;
        width: 32px;
        height: 32px;
        border-radius: 50%;
    }

	.maincontent-game-info__name {
		color: #0E0E11;
		white-space: nowrap;
		overflow: hidden;
		font-family: "Golos Text";
		font-size: 22px;
		font-style: normal;
		font-weight: 400;
		line-height: 24px;
		letter-spacing: -0.66px;
	}

	.maincontent-game-info__time {
		color: #000;
		font-variant-numeric: lining-nums proportional-nums;
		font-family: "Golos Text";
		font-size: 22px;
		font-style: normal;
		font-weight: 400;
		line-height: 24px;
		letter-spacing: -0.66px;
	}

    .maincontent-game-info__wrapper {
        display: flex;
        align-items: center;
        column-gap: 50px;
        color: #0E0E11;
        font-size: 13px;
        font-style: normal;
        font-weight: 600;
        line-height: 16px;
        letter-spacing: -0.26px;
    }

    .maincontent-game-position {
        width: 674px;
        margin: 12px 0;
    }

    /* test */
    .maincontent-game-position > img {
        width: 100%;
    }
    /*  */

	.singlebroadcast-maincontent-eval {
		width: 381px;
		padding: 15px;
		border-radius: 6px;
		border: 1px solid #E1E1E1;
	}

	.eval-showposition {
		display: none;
		overflow: hidden;
		position: absolute;
		width: 256px;
		height: 256px;
		background-size: 100%;
		border-radius: 6px;
		z-index: 2;
	}

	.eval-info {
		display: flex;
		align-items: center;
		justify-content: space-between;
		margin-bottom: 6px;
		gap: 10px;
	}

	.eval-info__title {
		color: #0E0E11;
		font-size: 22px;
		font-style: normal;
		font-weight: 400;
		line-height: 15px;
		letter-spacing: -0.66px;
	}

	.eval-info__wrap {
		display: flex;
		align-items: center;
		gap: 10px;
		line-height: 15px;
	}

	.eval-info__about {
		color: #AEAEAE;
		font-size: 13px;
		font-style: normal;
		font-weight: 400;
		line-height: 9px;
		letter-spacing: -0.39px;
	}

    .eval-info__show {
        cursor: pointer;
    }

    .singlebroadcast-maincontent-eval[data-show="hide"] .eval-info__show path {
        fill: #FF4C37;
    }

    .singlebroadcast-maincontent-eval[data-show="hide"] .eval-lines {
        display: none;
    }

    .singlebroadcast-maincontent-eval[data-show="hide"] .eval-lines_hide {
        display: flex;
    }

    .eval-lines_hide {
        display: none;
        min-height: 80px;
        align-items: center;
        justify-content: center;
        color: #0E0E11;
        font-size: 18px;
        font-style: normal;
        font-weight: 400;
        line-height: 22px;
        letter-spacing: -0.54px;
        opacity: 0.3;
    }

    .eval-lines {
        display: flex;
        flex-direction: column;
        min-height: 80px;
    }

    .eval-line {
        padding: 0;
        border-bottom: 1px solid #E1E1E1;
        display: flex;
        align-items: center;
        max-width: 640px;
        overflow-x: hidden;
    }

    .eval-line:last-child {
        border-bottom: none;
    }

    .eval-line__num {
        color: #000;
        font-family: 'DM Mono', monospace;
        font-size: 13px;
        font-style: normal;
        font-weight: 400;
        line-height: 33px;
        letter-spacing: -0.39px;
        margin-right: 8px;
    }

    .eval-line__move {
        display: flex;
        align-items: center;
        color: #000;
        font-family: 'DM Mono', monospace;
        font-size: 13px;
        font-style: normal;
        font-weight: 400;
        line-height: 33px;
        letter-spacing: -0.39px;
    }

    .eval-line__move_num {
        color: #B0B0B0;
        font-family: 'DM Mono', monospace;
        font-size: 13px;
        font-style: normal;
        font-weight: 400;
        line-height: 33px;
        letter-spacing: -0.39px;
        margin-right: 4px;
    }

    .eval-line__move_white {
        color: #000;
        font-family: 'DM Mono', monospace;
        font-size: 13px;
        font-style: normal;
        font-weight: 400;
        line-height: 33px;
        letter-spacing: -0.39px;
        margin-right: 4px;
        cursor: pointer;
    }

    .eval-line__move_white:hover,
    .eval-line__move_black:hover {
        color: #ED4734;
    }

    .eval-line__move_black {
        color: #000;
        font-family: 'DM Mono', monospace;
        font-size: 13px;
        font-style: normal;
        font-weight: 400;
        line-height: 33px;
        letter-spacing: -0.39px;
        margin-right: 20px;
        cursor: pointer;
    }

    .singlebroadcast-maincontent-commentators {
        max-width: 381px;
        margin-top: 8px;
        margin-bottom: 16px;
        display: flex;
        align-items: flex-start;
        flex-wrap: wrap;
        justify-content: space-between;        
    }

    .maincontent-commentator {
        color: #0E0E11;
        font-size: 13px;
        font-style: normal;
        font-weight: 600;
        line-height: 15px;
        letter-spacing: -0.26px;
        max-width: 104px;
        display: -webkit-box;
        -webkit-line-clamp: 2;
        -webkit-box-orient: vertical;
        overflow: hidden;
        cursor: pointer;
    }

    .maincontent-commentator_active {
        color: #FF4C37;
    }

    .maincontent-commentator_active svg path {
        fill: #FF4C37;
    }

    .singlebroadcast-maincontent-notation {
        position: relative;
        width: 381px;
        border-radius: 6px;
        border: 1px solid #E1E1E1;
        margin-bottom: 24px;
    }

    .notation-hide {
        display: flex;
        position: absolute;
        width: 16px;
        height: 16px;
        top: 16px;
        right: 16px;
        cursor: pointer;
    }

    .singlebroadcast-maincontent-notation[data-show="hide"] .notation-hide {
        display: none;
    }

    .notation-show {
        display: none;
        position: absolute;
        width: 18px;
        height: 18px;
        top: 14px;
        right: 14px;
        cursor: pointer;
    }

    .singlebroadcast-maincontent-notation[data-show="hide"] .notation-show {
        display: flex;
    }

    .notation__title {
        color: #0E0E11;
        font-size: 22px;
        font-style: normal;
        font-weight: 400;
        line-height: 24px;
        letter-spacing: -0.66px;
        margin-bottom: 16px;
        margin-left: 15px;
    }

    .notation__moves {
        display: flex;
        flex-direction: column;
    }

    .notation__moves::-webkit-scrollbar {
        width: 0;
    }

    .notation__move {
        display: flex;
        align-items: center;
        border-bottom: 1px solid;
        padding: 0px 15px;
        cursor: pointer;
        border-image-slice: 1;
        border-image-source: linear-gradient(to left, transparent 15px, #E1E1E1 15px 365px, transparent 365px);
    }

    .notation__move_active {
        background-color: #FFCAC3;
        border-bottom: none;
    }

    .notation__move:last-child {
        border-bottom: none;
    }

    .notation__move_num {
        width: 25px;
        text-align: left;
        color: #000;
        font-family: 'DM Mono', monospace;
        font-size: 14px;
        font-style: normal;
        font-weight: 400;
        line-height: 34px;
        letter-spacing: -0.42px;
        margin-right: 8px;
    }

    .notation__move-stat {
        width: 155px;
        max-width: 155px;
        display: flex;
        align-items: center;
        justify-content: space-between;
        color: #000;
        font-family: 'DM Mono', monospace;
        font-size: 14px;
        font-style: normal;
        font-weight: 400;
        line-height: 34px;
        letter-spacing: -0.42px;
		white-space: nowrap;
		overflow: hidden;
    }

		.notation__move-stat_white {
			margin-right: 8px;
		
			color: rgba(0, 0, 0, 0.3);
		}

	.notation__player {
		width: calc(100% + 1px);
		height: 36px;
		display: flex;
		align-items: center;
	}

    .notation__player-btn {
        height: 100%;
        width: 20%;
        border-bottom: 1px solid #E1E1E1;
        border-left: 1px solid #E1E1E1;
        display: flex;
        align-items: flex-start;
        justify-content: flex-start;
        padding-top: 11px;
        padding-left: 12px;
        cursor: pointer;
    }

    .notation__player-current {
        height: 100%;
        width: 20%;
        border-bottom: 1px solid #E1E1E1;
        border-left: 1px solid #E1E1E1;
        color: #000;
        font-family: 'DM Mono', monospace;
        font-size: 14px;
        font-style: normal;
        font-weight: 400;
        line-height: 22px;
        letter-spacing: -0.42px;
        display: flex;
        align-items: center;
        justify-content: center;
    }

    .notation__player-first {
        border-left: none;
    }

    .notation__player-last {
    }


    .singlebroadcast-maincontent-chat {
        position: relative;
        width: 381px;
        border-radius: 6px;
        border: 1px solid #E1E1E1;
        padding-top: 16px;
    }

    .chat-hide {
        display: flex;
        position: absolute;
        width: 16px;
        height: 16px;
        top: 16px;
        right: 16px;
        cursor: pointer;
    }

    .singlebroadcast-maincontent-chat[data-show="hide"] .notation-hide {
        display: none;
    }

    .chat-show {
        display: none;
        position: absolute;
        width: 18px;
        height: 18px;
        top: 14px;
        right: 14px;
        cursor: pointer;
    }

    .singlebroadcast-maincontent-chat[data-show="hide"] .notation-show {
        display: flex;
    }

    .notation-expand, .notation-rollup,
    .chat-expand, .chat-rollup {
        display: none;
    }

    .chat__title {
        color: #0E0E11;
        font-size: 22px;
        font-style: normal;
        font-weight: 400;
        line-height: 24px;
        letter-spacing: -0.66px;
        margin-bottom: 16px;
        margin-left: 16px;
    }

    .chat-content {
        min-height: 252px;
        margin-bottom: 16px;
        display: flex;
        flex-direction: column;
        align-items: flex-start;
        justify-content: flex-end;
        row-gap: 16px;
        margin-left: 16px;
    }

    .chat-message {
        display: flex;
        flex-direction: column;
        column-gap: 8px;
    }

    .chat-message__info {
        display: flex;
        align-items: center;
        column-gap: 6px;
    }

    .chat-content__message_user {
        color: #0E0E11;
        font-family: 'Golos Text', sans-serif;
        font-size: 13px;
        font-style: normal;
        font-weight: 600;
        line-height: 16px;
        letter-spacing: -0.26px;
    }

    .chat-content__message_ago {
        color: #0E0E11;
        font-family: 'Golos Text', sans-serif;
        font-size: 13px;
        font-style: normal;
        font-weight: 400;
        line-height: 16px;
        letter-spacing: -0.26px;
    }

    .chat-message__text {
        padding: 10px;
        border-radius: 10px 10px 10px 0px;
        background: #E4E4E4;
        color: #000;
        font-family: 'Golos Text', sans-serif;
        font-size: 18px;
        font-style: normal;
        font-weight: 400;
        line-height: 22px;
        letter-spacing: -0.54px;
    }

    .chat-mymessage {
        border-top: 1px solid #E1E1E1;;
    }

    .chat-mymessage__form {
        padding: 8px 8px 8px 16px;
        display: flex;
        align-items: center;
        justify-content: space-between;
    }

    .chat-mymessage__text {
        width: 230px;
        height: 22px;
        outline: none;
        border: none;
        color: #000;
        font-family: 'Golos Text', sans-serif;
        font-size: 18px;
        font-style: normal;
        font-weight: 400;
        line-height: 22px;
        letter-spacing: -0.54px;
    }

    .chat-mymessage__send {
        width: 112px;
        height: 36px;
        display: flex;
        align-items: center;
        justify-content: center;
        color: #FF4C37;
        font-family: 'Golos Text', sans-serif;
        font-size: 16px;
        font-style: normal;
        font-weight: 400;
        line-height: 24px;
        letter-spacing: -0.48px;
        border-radius: 58px;
        border: 1px solid #FF4C37;
        background: #FFF;
        cursor: pointer;
    }

    @media screen and (max-width: 1439px) {

		.eval-info {
			margin-bottom: 4px;
		}


        .singlebroadcast-info__players {
            font-size: 30px;
            line-height: 35px;
            letter-spacing: -1.5px;
        }

        .singlebroadcast-maincontent-game {
            margin-bottom: 32px;
        }

		.maincontent-game-info {
			width: 552px;
		}

        .maincontent-game-position {
            width: 580px;
        }

		.maincontent-game-info__player {
			display: flex;
			align-items: center;
			column-gap: 4px;
			max-width: 470px;
			flex: 0 0 470px;
		}

		.singlebroadcast-maincontent-eval {
			width: 381px;
			padding-bottom: 4px;
			padding-top: 13px;
		}

        .eval-line {
            max-width: 530px;
        }



    }

    @media screen and (max-width: 1023px) {

		.singlebroadcast-maincontent-game {
			margin-bottom: 16px;
		}

        .singlebroadcast {
            padding-top: 24px;
			padding-bottom: 16px;
        }

        .singlebroadcast-back {
            padding-bottom: 0;
            border-bottom: none;
        }

        .singlebroadcast-info {
            margin-bottom: 32px;
            flex-direction: column;
            row-gap: 20px;
        }

        .singlebroadcast-info__menu {
            flex-direction: row;
            column-gap: 24px;
            overflow-x: scroll;
            width: 100%;
        }

        .singlebroadcast-info__item {
            flex-shrink: 0;
        }

        .singlebroadcast-info__menu::-webkit-scrollbar {
            display: none;
            width: 0;
        }

		.singlebroadcast-maincontent {
			flex-direction: column;
			row-gap: 0px;
		}

        .singlebroadcast-maincontent-commentators {
            display: none;
        }

        .singlebroadcast-info__players {
            width: 100%;
        }

		.singlebroadcast-maincontent-eval {
			width: 539px;
		}

		.eval-info__title {
			color: #0E0E11;
			font-family: "Golos Text";
			font-size: 13px;
			font-style: normal;
			font-weight: 600;
			line-height: 15px;
			letter-spacing: -0.26px;
		}

        .singlebroadcast-maincontent-notation {
            width: 100%;
            max-width: 343px;
        }

		.maincontent-game-info__time {
			color: #000;
			font-variant-numeric: lining-nums proportional-nums;
			font-family: "Golos Text";
			font-size: 13px;
			font-style: normal;
			font-weight: 600;
			line-height: 9px;
			letter-spacing: -0.26px;
		}

		.maincontent-game-info__name {
			color: #0E0E11;
			white-space: nowrap;
			overflow: hidden;
			font-family: "Golos Text";
			font-size: 13px;
			font-style: normal;
			font-weight: 600;
			line-height: 9px;
			letter-spacing: -0.26px;
		}

		.notation__move {
			border-image-source: linear-gradient(to left, transparent 15px, #E1E1E1 15px 327px, transparent 327px);
		}

		.notation__player {
			height: 38px;
		}

    }

    @media screen and (max-width: 767px) {

		.partya{
			width: 343px;
		}

		.eval-info {
			justify-content: flex-start;
			gap: 78px;
		}

        .singlebroadcast-back {
			display: flex;
            font-size: 16px;
            line-height: 19px;
            letter-spacing: -0.48px;
        }

        .singlebroadcast-back > svg {
            transform: scale(0.67);
        }

        .maincontent-game-info {
            width: 100%;
            max-width: 580px;
        }

        .maincontent-game-position {
            width: 100%;
            max-width: 580px;
        }

        .maincontent-game-info__wrap {
            justify-content: flex-start;
        }

        .maincontent-game-info__wrapper {
            flex-direction: column;
            row-gap: 2px;
            margin-left: auto;
            margin-right: 16px;
        }

		.maincontent-game-info__player {
			display: flex;
			align-items: center;
			column-gap: 4px;
			max-width: 260px;
			flex: 0 0 260px;
		}

        .singlebroadcast-maincontent-eval-wrapper {
            overflow-x: scroll;
        }

        .singlebroadcast-maincontent-eval-wrapper::-webkit-scrollbar {
            display: none;
            width: 0;
        }

		.singlebroadcast-maincontent-col_l {
			overflow-x: scroll;
			width: 100%;
			display: block;
		}

        .singlebroadcast-maincontent-col_r {
            width: 100%;
        }

        .singlebroadcast-maincontent-col_l::-webkit-scrollbar {
            display: none;
            width: 0;
        }

		.singlebroadcast-maincontent-notation {
			width: 100%;
			max-width: 580px;
			margin-bottom: 16px;
		}

        .chat-content {
            min-height: 228px;
        }

        .singlebroadcast-maincontent-notation {
            width: 100%;
            max-width: 580px;
        }

        .singlebroadcast-maincontent-chat {
            width: 100%;
            max-width: 580px;
        }

        .chat-mymessage__text {
            width: 190px;
        }

        .notation-show, .notation-hide,
        .chat-show, .chat-hide {
            display: none1;
        }

        .notation-expand, .chat-expand {
            display: flex1;
        }

        .notation-expand, .chat-expand,
        .notation-rollup, .chat-rollup {
            position: absolute;
            width: 16px;
            height: 16px;
            top: 16px;
            right: 16px;
            cursor: pointer;
        }

        .singlebroadcast-info__item {
            font-size: 13px;
            line-height: 16px;
            letter-spacing: -0.39px;
            display: flex;
        }

        .singlebroadcast-info__item > svg {
            margin-right: 4px;
        }
    }






















.list-move{
    padding-bottom: 0px;
}

.list-move-name {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    height: 32px;
    line-height: 32px;
    margin: 0 10px;
}

.list-move-name-item {
    color: rgba(255, 255, 255, 0.3);
    font-family: 'Inter';
    font-size: 13px;
    font-style: normal;
    font-weight: 500;
    line-height: 16px;
    letter-spacing: -0.39px;
}

.list-move-name-item_m {
    width: 62px;
}

.list-move-name-item_w {
    width: 72px;
}

.list-move-name-item_b {
    width: 66px;
}

.list-move-content {
    display: flex;
    flex-direction: column;
    max-height: 260px;
    overflow-y: auto;
}

.list-move-content::-webkit-scrollbar {
    width: 0;
}

.move {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    padding: 7px 0;
    border-bottom: 1px solid rgba(255, 255, 255, 0.15);
    margin: 0 10px;
}

.move:first-child {
    border-top: 1px solid rgba(255, 255, 255, 0.15);
}

.move-number {
    width: 62px;
    color: rgba(255, 255, 255, 0.3);
    font-family: 'Inter';
    font-size: 13px;
    font-style: normal;
    font-weight: 500;
    line-height: 16px;
    letter-spacing: -0.39px;
}

.move-white {
    width: 72px;
}

.move-black {
    width: 66px;
}

.list-move span {
    padding: 5px 3px;
}

.move-white, .move-black {
    color: #FFF;
    font-family: 'Inter';
    font-size: 13px;
    font-style: normal;
    font-weight: 500;
    line-height: 16px;
    letter-spacing: -0.39px;
    cursor: pointer;
}

.list-secondline {
    display: flex;
    align-items: flex-start;
    flex-wrap: wrap;
    padding: 8px 10px;
    background: #0C0C0D;
    border-radius: 6px;
    margin-top: -1px;
    gap: 6px;
}

.secondline-move {
    display: flex;
    font-family: 'Inter';
    font-size: 11px;
    font-style: normal;
    font-weight: 500;
    line-height: 13px;
    letter-spacing: -0.33px;
    column-gap: 4px;
}

.secondline-move-white, .secondline-move-black {
    cursor: pointer;
}

.secondline-move-number {
    color: #666;
}

.move-active span {
    background: #D7A03D;
    border-radius: 5px;
    padding: 5px 8px;
}




@media screen and (max-width: 1439px) {
    .list-move {
        padding-bottom: 0px;
    }

	.list-move-content {
		max-height: 198px;
	}
}

@media screen and (max-width: 1023px) {

	.notation {
		width: 100%;
		padding: 0 0px;
	}

    .list-move {
        max-width: 100%;
    }

    .list-move-name {
        display: none;
    }

	.list-move-content {
		max-height: 130px;
		padding-bottom: 0px;
	}

	.secondline-move-number {
		color: #666;
	}

	.move {
		display: flex;
		align-items: center;
		justify-content: flex-start;
		height: auto;
		border-bottom: none;
		margin: 0 2px;
	}

	.move:first-child {
		border-top: none;
	}

	.move-number {
		width: auto;
		color: #666;
		margin-right: 2px;
	}

    .move-white, .move-black {
        width: auto;
    }

	.move-white {
		margin-right: 0px;
	}

	.list-secondline {
		min-width: 100%;
		margin: 0 -6px;
	}

    .move-white > span, .move-black > span {
        padding: 3px 4px;
        border-radius: 4px;
    }

	.list-move span {
		padding: 2px;
		border-radius: 4px;
	}

	.notation__move_num {
		font-family: "DM Mono";
		font-size: 12px;
		font-style: normal;
		font-weight: 400;
		line-height: 32px;
		letter-spacing: -0.36px;
	}
	.notation__move-stat {
		line-height: 32px;
		font-family: "DM Mono";
		font-size: 12px;
		font-style: normal;
		font-weight: 400;
		letter-spacing: -0.36px;
	}



}


@media screen and (max-width: 767px) {
	.notation {
		width: 100%;
		padding: 0 0px;
	}


    .list-move {
        max-width: 100%;
    }

    .list-move-name {
        display: none;
    }

	.secondline-move-number {
		color: #666;
	}

	.move {
		display: flex;
		align-items: center;
		justify-content: flex-start;
		height: auto;
		border-bottom: none;
		margin: 0 2px;
	}

	.move:first-child {
		border-top: none;
	}

	.move-number {
		width: auto;
		color: #666;
		margin-right: 2px;
	}

    .move-white, .move-black {
        width: auto;
    }

	.move-white {
		margin-right: 0px;
	}

	.list-secondline {
		min-width: 100%;
		margin: 0 -6px;
	}

    .move-white > span, .move-black > span {
        padding: 3px 4px;
        border-radius: 4px;
    }

	.list-move span {
		padding: 2px;
		border-radius: 4px;
	}

}


/* End */


/* Start:/live/css/chessboard-1.0.0.css?1743177889940*/
/*! chessboard.js v1.0.0 | (c) 2019 Chris Oakman | MIT License chessboardjs.com/license */

.clearfix-7da63 {
  clear: both;
}

.board-b72b1 {
  border: 0px solid #404040;
  box-sizing: content-box;
}

.square-55d63 {
  float: left;
  position: relative;

  /* disable any native browser highlighting */
  -webkit-touch-callout: none;
    -webkit-user-select: none;
     -khtml-user-select: none;
       -moz-user-select: none;
        -ms-user-select: none;
            user-select: none;
}

.white-1e1d7 {
  background-color: #f0d9b5;
  color: #b58863;
}

.black-3c85d {
  background-color: #b58863;
  color: #f0d9b5;
}

.highlight1-32417, .highlight2-9c5d2 {
  box-shadow: inset 0 0 3px 3px yellow;
}

.notation-322f9 {
  cursor: default;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 14px;
  position: absolute;
}

.alpha-d2270 {
  bottom: 1px;
  right: 3px;
}

.numeric-fc462 {
  top: 2px;
  left: 2px;
}

/* End */


/* Start:/live/css/board.css?17431778891438*/
.black-3c85d {
    background: rgba(124, 85, 59, 1);
}
.white-1e1d7 {
    background: rgba(166, 127, 89, 1);
}
.board-b72b1 {
    border: 0;
}

.row-5277c:nth-child(1) .square-55d63:nth-child(1) {
    border-radius: 8px 0px 0px 0px;
}
.row-5277c:nth-child(1) .square-55d63:nth-child(8) {
    border-radius: 0px 8px 0px 0px;
}
.row-5277c:nth-child(8) .square-55d63:nth-child(1) {
    border-radius: 0px 0px 0px 8px;
}
.row-5277c:nth-child(8) .square-55d63:nth-child(8) {
    border-radius: 0px 0px 8px 0px;
}
.square-55d63 {
    color: #f0d9b5!important;
}
.boardsection .board-b72b1 , .boardsection-game .board-b72b1, .boardsection-game-play .board-b72b1 {
    border: 0;
    box-shadow: 0px 4px 74px rgb(0 0 0 / 30%);
    border-radius: 8px;
}
.dopboardsel {
    width: 158px;
    height: 158px;
}
.dopboardsel .numeric-fc462, .dopboardsel .alpha-d2270 {
    font-size: 0px;
}
.dopboardsel .black-3c85d {
    background: #CDCDCD;
}
.dopboardsel .white-1e1d7 {
    background: #E5E5E5;
}
.dopboardsel-active .black-3c85d {
    background: #7C553B;
}
.dopboardsel-active .white-1e1d7 {
    background: #A67F59;
}
.highlight1-32417, .highlight2-9c5d2 {
    box-shadow: inset 0 0 0px 1.6px #dfb34c;
}
.allowsq{
    background-image: url(/probn/img/center-sq.png);
    background-position: center center;
    background-repeat: no-repeat;
}

.movesqor {
    background: #CB8D30 !important;
}
.movesqred {
    background: #C36256 !important;
}
/* End */


/* Start:/local/templates/tournaments/components/bitrix/news.list/read-also-in-tour/style.css?16972021792261*/
.articles-more{
    margin-top: 60px;
}

.articles-more-title {
	color: #000;
	font-size: 35px;
	font-style: normal;
	font-weight: 400;
	line-height: 24px;
	letter-spacing: -2.2px;
	margin-bottom: 60px;
}

.articles-more-items {
	display: flex;
	align-items: flex-start;
	justify-content: space-between;
	column-gap: 16px;
}

.articles-more-item {
	position: relative;
	display: flex;
	align-items: flex-start;
	column-gap: 40px;
}

.articles-more-item::before {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 1px;
	background: #DDDDDD;
	z-index: -1;
}

.articles-more-item__info {
	display: flex;
	flex-direction: column;
	max-width: 316px;
	margin-top: 24px;
}

.articles-more-item__title {
	color: #0E0E11;
	font-size: 24px;
	font-style: normal;
	font-weight: 400;
	line-height: 32px;
	letter-spacing: -0.9px;
	margin-bottom: 12px;
	text-decoration: none;
}

.articles-more-item__date {
	color: #FF4C37;
	font-size: 13px;
	font-style: normal;
	font-weight: 400;
	line-height: 16px;
	letter-spacing: -0.26px;
}

.articles-more-item__img {
	max-width: 340px;
	width: 340px;
}

.articles-more-item__img > img {
	width: 100%;
}



@media screen and (max-width: 1439px) {
	.articles-more-item {
		column-gap: 16px;
	}

	.articles-more-item__info {
		max-width: 236px;
		width: 236px;
		margin-top: 20px;
	}

	.articles-more-item__title {
		font-size: 19px;
		line-height: 26px;
		letter-spacing: -0.72px;
		margin-bottom: 14px;
	}

	.articles-more-item__img {
		max-width: 236px;
		width: 236px;
	}
}

@media screen and (max-width: 1023px) {
	.articles-more-item__info {
		max-width: 172px;
		width: 172px;
		margin-top: 16px;
	}

	.articles-more-item__title {
		font-size: 18px;
		line-height: 22px;
		letter-spacing: -0.54px;
	}

	.articles-more-item__img {
		max-width: 172px;
		width: 172px;
	}

}

@media screen and (max-width: 767px) {
	.articles-more-title {
		font-size: 19px;
		line-height: 24px;
		letter-spacing: -0.72px;
		margin-bottom: 40px;
	}

	.articles-more-items {
		flex-direction: column;
		row-gap: 30px;
	}

	.articles-more-item {
		padding-top: 16px;
	}

	.articles-more-item__info {
		margin-top: 0;
		max-width: 197px;
		width: 197px;
	}

	.articles-more-item__img {
		max-width: 130px;
		width: 130px;
	}
}
/* End */
/* /local/templates/tournaments/components/bitrix/news.detail/tours-detail/style.css?175396210444010 */
/* /live/css/chessboard-1.0.0.css?1743177889940 */
/* /live/css/board.css?17431778891438 */
/* /local/templates/tournaments/components/bitrix/news.list/read-also-in-tour/style.css?16972021792261 */
