

/* Start:/local/templates/stereogorod/components/bitrix/news/past-shows/bitrix/news.list/.default/style.css?17805526954414*/
.past-shows {
	padding: 52px 0;
}

.past-shows h1 {
	font-size: 40px;
	line-height: calc(48 / 40);
	margin-bottom: 60px;
	font-weight: bold;
}

.show__filter {
	margin-bottom: 80px;
}

.show__artists {
	display: flex;
	justify-content: flex-start;
	align-items: center;
	gap: 14px;
	margin-bottom: 32px;
}

.show__city,
.show__date,
.show__artist {
	background: var(--sg-pink);
	color: var(--sg-violet);
	border-radius: 40px;
	font-size: 16px;
	line-height: calc(24 / 16);
	padding: 4px 18px;
}

.show__city-active,
.show__date-active,
.show__artist-active {
	background: var(--sg-violet);
	color: var(--sg-white);
}

.show__artists input {
	border: 1px solid var(--sg-violet);
	padding: 5px 16px;
	font-size: 16px;
	line-height: 1;
	border-radius: 40px;
	outline: none;
	width: 100%;
	max-width: 400px;
}

.show__dates {
	display: flex;
	justify-content: flex-start;
	align-items: center;
	gap: 14px;
	margin-bottom: 16px;
	flex-wrap: wrap;
}

.show__cities {
	display: flex;
	justify-content: space-between;
	align-items: center;
	gap: 8px;
}

.show__swiper .swiper-slide {
	display: inline-block;
	width: auto;
}

.past-show__slider {
	margin-bottom: 80px;
}

.past-show__slider .swiper-slide {
	width: auto;
}

.show-item {
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	align-items: flex-start;
	width: 290px;
	height: 310px;
	padding: 24px;
	background-image: var(--bg-show);
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center;
	border-radius: 40px;
	color: var(--sg-white);
}

.show-item__date {
	font-size: 28px;
	line-height: calc(34 / 28);
}

.show-item__artist {
	font-size: 40px;
	line-height: calc(48 / 40);
	font-weight: bold;
	margin-top: auto;
}

.show-item__place,
.show-item__city {
	font-size: 16px;
	line-height: calc(24 / 16);
}

.past-shows__content h2 {
	font-size: 40px;
	line-height: calc(48 / 40);
	font-weight: bold;
	margin-bottom: 38px;
}

.past-show__slider {
	--swiper-navigation-size: 32px;
	--swiper-navigation-color: var(--sg-violet);
	--swiper-navigation-sides-offset: 42px;
}

.photo-slider {
	--swiper-navigation-size: 32px;
	--swiper-navigation-color: var(--sg-violet);
	--swiper-navigation-sides-offset: 42px;
	margin-bottom: 40px;
}

.past-show__slider .swiper-button-next,
.past-show__slider .swiper-button-prev,
.photo-slider .swiper-button-next,
.photo-slider .swiper-button-prev {
	width: 32px;
	height: 32px;
}

.past-show__slider .swiper-button-next::before,
.past-show__slider .swiper-button-prev::before,
.photo-slider .swiper-button-next::before,
.photo-slider .swiper-button-prev::before {
	content: '';
	width: 64px;
	height: 64px;
	display: block;
	position: absolute;
	top: -16px;
	left: -16px;
	background: var(--sg-lightviolet);
	border-radius: 100%;
	z-index: 1;
}

.past-show__slider .swiper-button-next svg,
.past-show__slider .swiper-button-prev svg,
.photo-slider .swiper-button-next svg,
.photo-slider .swiper-button-prev svg {
	position: relative;
	z-index: 2;
}

.photo-slider .swiper-slide {
	display: flex;
	justify-content: center;
	align-items: center;
	height: auto;
	display: flex;
	justify-content: center;
	align-items: center;

}

.thumb-slider .swiper-slide {
	aspect-ratio: 1;
	border-radius: 20px;
	overflow: hidden;
	height: auto;
	display: flex;
	justify-content: center;
	align-items: center;
}

.thumb-slider .swiper-slide img {
	max-width: 10000%;
	height: 100%;
}

@media(max-width:960px) {
	.past-shows h1 {
		font-size: 20px;
		line-height: calc(24 / 20);
		margin-bottom: 30px;
	}

	.past-show__slider,
	.show__filter {
		margin-bottom: 43px;
	}

	.past-shows__content h2 {
		font-size: 20px;
		line-height: calc(24 / 20);
		margin-bottom: 24px;
	}

	.past-show__slider .past-show-next,
	.past-show__slider .past-show-prev {
		display: none;
	}

	.photo-slider .swiper-button-next,
	.photo-slider .swiper-button-prev {
		width: 12px;
		height: 12px;
	}

	.photo-slider .swiper-button-next::before,
	.photo-slider .swiper-button-prev::before {
		width: 32px;
		height: 32px;
		top: -10px;
		left: -10px;
	}

	.photo-slider {
		--swiper-navigation-size: 12px;
		--swiper-navigation-sides-offset: 20px;
		margin-bottom: 16px;
	}

	.show-item__place,
	.show-item__city {
		font-size: 12px;
		line-height: calc(16 / 12);
	}

	.show-item__artist {
		font-size: 20px;
		line-height: calc(24 / 20);
	}

	.show-item__date {
		font-size: 20px;
		line-height: calc(24 / 20);
	}
}
/* End */
/* /local/templates/stereogorod/components/bitrix/news/past-shows/bitrix/news.list/.default/style.css?17805526954414 */
