.white__border {
	border-radius: 10px;
	background: #fefefe;
	padding: 8px 15px 7px 15px;
}

/* -------------------------games-------------------------*/

.page__games {
	margin-bottom: 150px;
}

.games-top {
	max-width: 1008px;
}

.games__border {
	max-width: 125px;

	margin-bottom: 40px;
}

.games__inner {
	position: relative;
	z-index: 1;
}

.games-bg {
	position: absolute;
	top: -196px;
	right: -260px;
	max-width: 100%;
	z-index: -1;
}

.main__border {}

.games__title {
	font-family: var(--font-family);
	font-weight: 900;
	font-size: 40px;
	line-height: 120%;
	letter-spacing: -0.04em;
	text-transform: uppercase;
	color: #f04444;
	margin-bottom: 20px;
}

.h2-white {
	color: #fff;
}

.games__subtitle {
	font-family: var(--font-family);
	font-weight: 400;
	font-size: 15px;
	line-height: 130%;
	letter-spacing: -0.04em;
	color: #afafaf;

	margin-bottom: 20px;
}

.games__subtitle-white {
	color: #fff;
}

.games__desc {
	font-family: var(--font-family);
	font-weight: 400;
	font-size: 15px;
	line-height: 130%;
	letter-spacing: -0.04em;
	color: #fff;

	margin-bottom: 40px;
}

.games__tabs {
	display: flex;
	align-items: center;
	gap: 10px;
	margin-bottom: 70px;
}

.games__tab {
	border-radius: 10px;
	background: #fff;

	font-family: var(--font-family);
	font-weight: 500;
	font-size: 15px;
	line-height: 140%;
	letter-spacing: -0.04em;
	text-transform: uppercase;
	text-align: center;
	color: #1b1b1b;
	padding: 15px 0;
	max-width: 155px;
	width: 100%;
	text-align: center;

	transition: ease .2s;
}

@media(hover:hover) {
	.games__tab:hover {
		background: #f04444;
		color: #fff;
	}
}

.games__tab:active {
	background: #f04444;
	color: #fff;
}

.games__tab--active {
	background: #f04444;
	color: #fff;
}

.games__cards {
	position: relative;
	z-index: 1;
	margin-bottom: 10px;
}

.games__card-right {
	display: flex;
	justify-content: space-between;
	align-items: center;

	max-width: 963px;
	width: 100%;
}

.games__cards-content-wrapper {
	border-radius: 10px;
	box-shadow: 0 1px 2px 0 rgba(51, 51, 51, 0.1), 0 4px 4px 0 rgba(51, 51, 51, 0.09), 0 8px 5px 0 rgba(51, 51, 51, 0.05), 0 15px 6px 0 rgba(51, 51, 51, 0.01), 0 23px 6px 0 rgba(0, 0, 0, 0);
	background: #fff;

	margin-bottom: 10px;

	position: relative;
	z-index: 1;
}

.games__cards::after {
	content: '';

	position: absolute;
	top: -140px;
	transform: translateX(-50%);
	left: 50%;
	width: 550px;
	height: 550px;
	border-radius: 50%;

	background: rgba(240, 68, 68, 0.3);
	filter: blur(80px);
	z-index: -2;
	pointer-events: none;
}

.games__cards-content {
	display: none;
	overflow: hidden;

	transition: ease .3s;
}

.games__card-content-2 {
	max-height: 0;
	overflow: hidden;

	transition: ease .3s;

	border-top: 1px solid #ababab;
}

.games__cards-content--active {
	display: block;
}

.games__card-content--show {
	overflow: visible;
}

.games__cards-btn {
	border-radius: 10px;
	background: #f04444;
	padding: 15px 0;
	width: 100%;

	font-family: var(--font-family);
	font-weight: 500;
	font-size: 15px;
	line-height: 140%;
	letter-spacing: -0.04em;
	text-transform: uppercase;
	text-align: center;
	color: #fff;
}

.games__card {
	display: flex;
	flex-direction: column;
	gap: 30px;
	padding: 30px 20px;
}


.games__card:not(:last-child) {
	border-bottom: 1px solid #ababab;
}


.games__card:nth-of-type(5) {
	border-bottom: unset;
}


.games__card-row {

	display: flex;
	align-items: center;
	justify-content: space-between;

	gap: 20px;
}

.games__card-date {
	display: flex;
	align-items: center;
	gap: 11px;

	max-width: 187px;
	width: 100%;
}

.games__card-count {
	font-family: var(--font-family);
	font-weight: 900;
	font-size: 40px;
	line-height: 120%;
	letter-spacing: -0.04em;
	text-transform: uppercase;
	color: #333;
}

.games__card-mounth {
	display: flex;
	flex-direction: column;

	font-family: var(--font-family);
	font-weight: 700;
	font-size: 20px;
	line-height: 120%;
	letter-spacing: -0.04em;
	text-transform: uppercase;
	color: #333;
}

.games__card-mounth--media {
	display: none;

	font-family: var(--font-family);
	font-weight: 700;
	font-size: 20px;
	line-height: 120%;
	letter-spacing: -0.04em;
	text-transform: uppercase;
	text-align: center;
	color: #333;
}

.games__card-current-day {
	color: #ababab;
}

.games__card-place {
	display: flex;
	justify-content: space-between;
	align-items: center;
}

.games__card-time {
	font-family: var(--font-family);
	font-weight: 700;
	font-size: 20px;
	line-height: 120%;
	letter-spacing: -0.04em;
	text-transform: uppercase;
	color: #333;

	max-width: 132px;
	width: 100%;
}

.games__card-current-time-red--media {
	display: none;
	color: #ff5d5d;
}

.games__card-current-time--media {
	display: none;
	letter-spacing: -0.04em;
	line-height: 120%;
}

.games__card-image {
	max-width: 69px;
	border-radius: 10px;
}

.games__card-place {
	max-width: 357px;
	width: 100%;
}

.games__card-place-container {
	display: flex;
	align-items: center;
	gap: 20px;

}

.games__card-current-place {
	max-width: 129px;

	font-family: var(--font-family);
	font-weight: 400;
	font-size: 15px;
	line-height: 130%;
	letter-spacing: -0.04em;
	color: #333;
}

.games__card-current-place--media {
	display: none;
	font-family: var(--font-family);
	font-weight: 400;
	font-size: 15px;
	line-height: 130%;
	letter-spacing: -0.04em;
	color: #333;
	max-width: 129px;
}

.games__card-btn {
	font-family: var(--font-family);
	font-weight: 500;
	font-size: 15px;
	line-height: 140%;
	letter-spacing: -0.04em;
	text-transform: uppercase;
	text-align: right;
	color: #fff;

	border-radius: 10px;
	background: #f04444;
	padding: 15px 41px;

	transition: ease .2s;
}

.games__card-btn:active {
	background-color: #fff000;
}

.games__card-current-day-red {
	color: #ff5d5d;
}

/* -------------------------live-orchestra------------------------- */

.page__live-orchestra {}

.live-orchestra__container {}

.live-orchestra__inner {
	display: flex;
	align-items: start;
	justify-content: space-between;
	gap: 40px;
}

.live-orchestra__body {
	max-width: 602px;
	width: 100%;

	position: relative;
	z-index: 2;
}

.live-orchestra__head {
	margin: 0px 0px 40px 0px;

	display: flex;
	flex-direction: column;
	align-items: start;
}

.live-orchestra__item {
	display: inline-block;
	margin: 0px 0px 40px 0px;
}

.live-orchestra__title {
	font-weight: 900;
	font-size: 40px;
	line-height: 120%;
	letter-spacing: -0.04em;
	text-transform: uppercase;
	color: #fff;
}

.live-orchestra__title span {
	color: #f04444;
}

.live-orchestra__desc {
	display: flex;
	flex-direction: column;
	gap: 20px;
	max-width: 460px;
	margin: 0px 0px 30px 0px;
}

.live-orchestra__desc-name {
	font-weight: 700;
	font-size: 20px;
	line-height: 120%;
	letter-spacing: -0.04em;
	text-transform: uppercase;
	color: #fff;
}

.live-orchestra__desc-text {
	font-weight: 400;
	font-size: 15px;
	line-height: 130%;
	letter-spacing: -0.04em;
	color: #afafaf;
}

.live-orchestra__desc-text span {
	color: #fff;
}

.live-orchestra__list {
	display: flex;
	gap: 10px;
	flex-wrap: wrap;
}

.live-orchestra__list-item {
	font-weight: 500;
	font-size: 13px;
	line-height: 100%;
	letter-spacing: -0.04em;
	color: #333;

	border-radius: 8px;
	padding: 7px 15px 8px;
	background: #fefefe;
}

.live-orchestra__img {
	max-width: 685px;
	width: 100%;

	position: relative;
	z-index: 1;
}

.live-orchestra-bg {
	position: absolute;
	top: -170px;
	right: 150px;
	z-index: -1;
	pointer-events: none;
}

.live-orchestra__image {
	border-radius: 10px;
	width: 100%;
}

/* -------------------------media-------------------------*/

@media(max-width:1320px) {
	.games__card-right {
		max-width: 650px;
	}

	.games__card-place {
		max-width: 250px;
	}
}

@media(max-width:1020px) {
	.games__card-right {
		max-width: 527px;
	}






	.live-orchestra__inner {
		flex-direction: column;
		align-items: center;
	}

	.live-orchestra__body {
		max-width: unset;
	}
}

@media(max-width:860px) {
	.games__card-date {
		flex-direction: column;
		gap: unset;
		align-items: flex-start;
	}

	.games__card-left {
		max-width: 53px;
		width: 100%;

	}

	.games__card-place-container {
		flex-direction: column-reverse;
	}

	.games__card-right {
		flex-direction: column;
		align-items: flex-start;
		max-width: 299px;

		position: relative;
	}

	.games__card-row {
		align-items: flex-start;
	}

	.games__card-image {
		position: absolute;
		bottom: 0px;
		right: 0px;
		max-width: 103px;
	}

	.games__card-btn {
		margin: 19px 0 0 0;
	}

}

@media(max-width: 760px) {
	.games__card-current-place {
		display: none;
	}

	.games__card-current-place--media {
		display: block;
	}

	.games__card-current-time {
		display: none;
	}

	.games__card-current-time--media {
		display: block;
	}

	.games__card-current-day {
		display: none;
	}

	.games__card-current-day-red {
		display: none;
	}

	.games__card-current-time-red--media {
		display: inline;
	}

	.games__card-mounth {
		display: none;
	}

	.games__card-mounth--media {
		display: block;
	}

	.games__card-btn {
		padding: 10px 40px;
	}

	.games__card {
		padding: 30px 10px;
	}

	.games__card-right {
		max-width: 289px;
		margin: 5px 0 0 0;
		gap: 5px;
	}

	.games__card-btn {
		margin: 14px 0 0 0;
	}

	.games__tab {
		max-width: 144px;
	}

	.page__games {
		margin-bottom: 60px;
	}





	.live-orchestra__item {
		margin: 0px 0px 20px 0px;
	}

	.live-orchestra__head {
		margin: 0px 0px 20px 0px;
	}






	.games-bg {
		display: none;
	}
}

@media(max-width:530px) {
	.live-orchestra__title {
		font-size: 30px;
	}
}

@media(max-width: 403px) {
	.games__card-row {
		flex-direction: column;
	}

	.games__card-right {
		max-width: unset;
		width: 100%;
	}

	.games__card-btn {
		padding: 10px 25px;
	}
}