/*schedule-page*/

.schedule-page .main {
	min-height: 100vh;
	margin: 0;
	padding: 0;
}

/*new-container*/
.new-container {
	margin: 0 auto;
	max-width: 100%;
	width: 1468px;
	padding: 0 20px;
}
/*schedule*/

.schedule {
	font-family: "Lora", "Arial", sans-serif;
	color: #ffffff;

	background-color: #151B0E;
}

.schedule__top {
	margin-bottom: 193px;
	padding-top: 83px;
	padding-bottom: 72px;

	background-image: url("/local/templates/europolis/img/schedule-top.jpg");
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
}

.schedule__all-time {
	font-size: 95px;
	margin: 29px 0 136px;
}


.schedule__all-time sup {
	font-size: 60%;
}

.schedule__top .new-container {
	display: flex;
	align-items: self-end;
	justify-content: space-between;
}

.schedule__top a {
	display: block;
}

.schedule__top img {
	display: block;
}

.schedule__top h1 {
	margin: 0;
	width: 530px;
	max-width: 100%;

	font-weight: 400;
	text-align: right;
	font-size: 40px;
	line-height: normal;
	text-transform: lowercase;
}

.schedule__caption-row {
	display: flex;
	justify-content: space-between;
}

.schedule__caption {
	margin: 0;

	color: #4D6238;
	font-size: 40px;
	font-weight: 400;
}

.schedule__caption-row svg {
	display: block;
	margin-top: 5px;
}

.schedule__all-tenants {
	margin-top: 90px;
}

.schedule__footer {
	margin-top: 200px;
	padding-top: 61px;
	padding-bottom: 109px;

	background-image: url("/local/templates/europolis/img/schedule-bottom.jpg");
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
}

.schedule__footer-row {
	display: flex;
	align-items: center;
	justify-content: space-between;
	flex-wrap: wrap;
}

.schedule__social-list {
	list-style: none;
	margin: 0;
	padding: 0;

	display: flex;
	align-items: center;
	justify-content: center;
	flex-wrap: wrap;
	gap: 59px;
}

@media screen and (max-width: 768px) {
	.schedule__footer-row {
		justify-content: flex-start;
		align-items: center;
		flex-direction: column;
		gap: 30px;
	}

	.schedule__footer {
		margin-top: 112px;
		padding-top: 38px;
		padding-bottom: 55px;

		background-image: url("/local/templates/europolis/img/schedule-bottom-mobile.jpg");
	}

	.schedule__footer-row > a img {
		width: 170px;
	}

	.schedule__social-list {
		gap: 22px;
	}

	.schedule__social-list img {
		width: 35px;
		height: 35px;
	}

	.schedule__caption-row {
		align-items: center;
	}
}

@media screen and (max-width: 576px) {
	.schedule__top {
		margin-bottom: 106px;
		padding-top: 20px;
		padding-bottom: 20px;

		background-image: url("/local/templates/europolis/img/schedule-top-mobile.jpg");
	}

	.schedule__all-time {
		font-size: 52px;
	}

	.schedule__top h1 {
		width: 167px;

		font-size: 21px;
		line-height: 1.1;
	}

	.schedule__top img {
		width: 60px;
		height: 350px;
	}

	.schedule__caption {
		font-size: 30px;
		line-height: 1.4;
	}

	.schedule__all-tenants {
		margin-top: 50px;
	}
}

/*general-operating*/

.general-operating {
	margin: 57px auto 166px;
}

.general-operating__row {
	display: grid;
	grid-template-columns: repeat(12, 1fr);
	gap: 20px;
}

.general-operating__year {
	position: absolute;
	z-index: -1;
	bottom: 11px;
	left: -6%;
}

.general-operating__year span {
	position: absolute;
	bottom: 16px;
	right: -63px;

	font-size: 120px;
	color: #4D6238;

	transform-origin: top;
	transform: rotate(-90deg);
}

.general-operating__card {
	position: relative;
	z-index: 1;
	grid-column: span 4;

	padding: 53px 20px 53px 20px;
	min-height: 550px;
	display: flex;
	flex-direction: column;
}

.general-operating__card::after {
	content: "";
	position: absolute;
	z-index: -1;
	top: 0;
	left: 0;

	display: block;
	width: 100%;
	height: 100%;

	border-radius: 10px;
	background-color: rgba(235, 255, 220, 0.10);
	backdrop-filter: blur(23px);
}

.general-operating__card--min {
	grid-column: span 3;
}

.general-operating__card img {
	width: 100%;
	max-width: 100%;
	height: auto;
}

.general-operating__card sup {
	top: 0.2em;
	margin-left: 8px;

	font-size: 0.7em;
	line-height: 0.5;
	vertical-align: super;
}

.general-operating__date {
	margin-bottom: 29px;

	font-size: 25px;
	font-weight: 400;
}

.general-operating__time {
	position: relative;
	flex: 0 0 257px;
	font-size: 55px;
	font-weight: 400;
}

.general-operating__time span {
	position: relative;
	z-index: 1;
}

.general-operating__time.active::after {
	content: "";
	position: absolute;
	z-index: 0;
	top: -3%;
	left: 16px;

	display: block;
	width: 85px;
	height: 85px;

	border-radius: 50%;
	background-color: #4D6238;
}

.general-operating__card:first-child .general-operating__time.active::after {
	left: 45%;
}

.general-operating__card-row {
	display: grid;
	grid-template-columns: auto minmax(0, 46%);
	gap: 12px;
	padding-top: 52px;

	font-size: 23px;
	font-weight: 400;
	line-height: 1.3;

	background-image: url("/local/templates/europolis/img/icon-snow-row.png");
	background-repeat: repeat-x;
	background-size: auto;
	background-position: left -10px top;
}

.general-operating__card-row strong {
	grid-column: span 2;
	display: block;
	margin-bottom: -12px;

	font-size: 25px;
	font-weight: 400;
	color: rgba(255, 255, 255, 0.7);
}

.general-operating__card-row strong + span {
	grid-column: span 2;
}

@media screen and (max-width: 1730px) {
	.general-operating__time {
		font-size: 3vw;
	}

	.general-operating__time.active::after {
		width: 4vw;
		height: 4vw;
		top: -2%;
	}
}

@media screen and (max-width: 1600px) {
	.general-operating {
		padding-left: 70px;
	}
}

@media screen and (max-width: 1360px) {
	.general-operating__date {
		font-size: 20px;
	}

	.general-operating__row {
		gap: 10px;
	}

	.general-operating__card {
		padding-left: 15px;
		padding-right: 15px;
	}

	.general-operating__card-row {
		font-size: 15px;
	}
}

@media screen and (max-width: 1024px) {
	.general-operating {
		padding-left: 0;
	}

	.general-operating__row {
		grid-template-columns: repeat(2, 1fr);
		gap: 20px;
	}

	.general-operating__card {
		grid-column: span 1;
		padding: 20px 15px;
		min-height: 358px;
		margin-top: 50px;
	}

	.general-operating__empty {
		display: none;
	}

	.general-operating__card--min {
		margin-top: 0;
		grid-column: 2 / 3;
	}

	.general-operating__year {
		top: -156px;
		left: 0%;
	}

	.general-operating__year span {
		position: relative;
		bottom: -56px;
		right: auto;
		left: 0;

		transform: none;
	}

	.general-operating__time {
		flex: 0 0 155px;

		font-size: 8vw;
	}

	.general-operating__time.active::after {
		top: -2%;
		width: 11vw;
		height: 11vw;
	}

	.general-operating__date {
		font-size: 25px;
	}

	.general-operating__card-row {
		padding-top: 38px;

		font-size: 24px;
	}
}

@media screen and (max-width: 576px) {
	.general-operating {
		margin-top: 83px;
		margin-bottom: 131px;
	}

	.general-operating__row {
		grid-template-columns: 1fr;
	}

	.general-operating__card {
		padding: 33px 21px 33px 26px;
	}

	.general-operating__card--min {
		grid-column: span 1;
	}

	.general-operating__year span {
		bottom: -86px;
		right: auto;
		left: 12px;

		font-size: 109px;
		line-height: 1;
	}

	.general-operating__card-row {
		padding-top: 52px;
	}

	.general-operating__card img {
		margin: 0 auto;
	}

	.general-operating__time {
		font-size: 14vw;
	}

	.general-operating__time.active::after {
		width: 16vw;
		height: 16vw;
	}
}

@media screen and (max-width: 390px) {
	.general-operating__time {
		font-size: 13vw;
	}

	.general-operating__time.active::after {
		width: 60px;
		height: 60px;
	}
}
/*all-tenants*/

.all-tenants__row {
	margin-bottom: 22px;
	padding: 23px 30px;
	display: grid;
	grid-template-columns: repeat(5, 1fr);
	align-items: center;
	gap: 20px;

	border-radius: 10px;
	background: rgba(235, 255, 220, 0.05);
}

.all-tenants__column {
	color: #FFF;
	font-size: 25px;
	line-height: 1;
}

.all-tenants__column + .all-tenants__column {
	padding-left: 22px;
}

.all-tenants__column span {
	font-size: 0.7em;
}

@media screen and (max-width: 1360px) {
	.all-tenants__row {
		margin-bottom: 15px;
		padding: 15px;
		gap: 15px;
	}

	.all-tenants__column {
		font-size: 20px;
	}
}

@media screen and (max-width: 900px) {
	.all-tenants__row {
		margin-bottom: 15px;
		padding: 10px;
		gap: 10px;
	}

	.all-tenants__column {
		font-size: 14px;
	}

	.all-tenants__column + .all-tenants__column {
		padding-left: 0;
	}
}

@media screen and (max-width: 576px) {
	.all-tenants__row {
		margin-bottom: 15px;
		padding: 24px 20px;
		grid-template-columns: repeat(2, 1fr);
	}

	.all-tenants__column {
		display: none;

		font-size: 19px;
	}

	.all-tenants__column.active,
	.all-tenants__column--caption {
		display: block;
	}
}

/*tenants-date*/

.tenants-date {
	opacity: 0.7;

	background: none;
}

.tenants-date__item {
	color: #ffffff;
	font-size: 25px;
	font-weight: 400;
}

.tenants-date__item + .tenants-date__item {
	padding-left: 22px;
}

@media screen and (max-width: 1360px) {
	.tenants-date__item {
		font-size: 20px;
	}
}

@media screen and (max-width: 900px) {
	.tenants-date__item {
		font-size: 15px;
	}

	.tenants-date__item + .tenants-date__item {
		padding-left: 0;
	}
}

@media screen and (max-width: 576px) {
	.tenants-date {
		position: relative;
		padding: 0;
		display: block;
		margin-bottom: 26px;

		opacity: 1;
		border-radius: 10px;
		background: rgba(77, 98, 56, 0.50);
	}

	.tenants-date.active::after {
		transform: rotate(180deg);
		transform-origin: center;
		transition: transform 0.5s ease-in;
	}

	.tenants-date::after {
		position: absolute;
		top: 15px;
		right: 14px;

		content: url("/local/templates/main2022/img/icon-triangle.svg");
		display: block;
		height: 18px;
		width: 18px;
		transform: rotate(0deg);
		transform-origin: center;
		transition: transform 0.5s ease-in;
	}

	.tenants-date__item--empty {
		display: none;
	}

	.tenants-date__item + .tenants-date__item,
	.tenants-date__item {
		padding: 12px 10px;
	}

	.tenants-date__item {
		color: #0E0F0D;
		font-size: 20px;
	}

	.tenants-date__item.active {
		color: #FFFFFF;
	}

	.tenants-date:not(.active) .tenants-date__item:not(.active) {
		display: none;
	}
}
