.afisha {
	padding-top: 40px;
	padding-bottom: 80px;

	background: url('../img/afisha-bg-right.png') no-repeat center right,
		url('../img/afisha-bg-left.png') no-repeat center left;
	background-size: contain;
}

.afisha__wrap {
}

.afisha__title {
	margin-bottom: 40px;
	position: relative;
	display: inline-block;
}

.afisha__title-img {
	content: url('../img/afisha-header.png');
	position: absolute;
	bottom: 0px;
	right: -135px;
}

.afisha__slider-inner {
	position: relative;
}

.afisha__slider-inner.active {
	padding: 0 80px;
}

.afisha-slider__controls button {
	top: 50%;
}

.afisha__slider-wrap {
	display: flex;
}

.afisha__slider-slide {
}

.afisha-slider {
	overflow: hidden;
}

.afisha-item {
	flex: 1 0 auto;
	height: max-content;
	width: 430px;
	min-height: 560px;
	padding: 80px 70px 50px 70px;
	border-radius: 40px;
	display: flex;
	flex-direction: column;
	align-items: center;
	gap: 16px;
	background-size: 110% !important;
}

.afisha-item * {
	margin: 0;
	padding: 0;
}

.afisha-item__pretitle {
	font-family: var(--font-family);
	font-weight: 700;
	font-size: 19px;
	line-height: 145%;
	letter-spacing: 0.1em;
	text-transform: uppercase;
	text-align: center;
	color: #a30200;
}

.afisha-item__title {
	max-width: 430px;
	font-family: var(--second-family);
	font-weight: 700;
	line-height: 1;
	text-transform: uppercase;
	text-align: center;
	color: #192a43;
}

.afisha-item__title h3 {
	font-size: 32px;
	letter-spacing: 0.02em;
}

.afisha-item__title h2 {
	font-size: 36px;
	letter-spacing: 0.02em;
}

.afisha-item__content {
	font-family: var(--font-family);
	max-width: 430px;
	font-size: 16px;
	line-height: 145%;
	text-align: center;
	color: #151515;
}

.afisha-item__content h4 {
	font-family: var(--font-family);
	font-weight: 800;
}

@media all and (max-width: 1750px) {
	.afisha-item {
		padding: 80px 55px 50px 55px;
	}
}

@media all and (max-width: 700px) {
	.afisha__slider-inner.active {
		padding: 0 40px;
	}
}

@media all and (max-width: 600px) {
	.afisha__title-img {
		content: url('../img/afisha-header.png');
		position: absolute;
		width: 70px;
		height: auto;
		object-fit: contain;
		bottom: -15px;
		right: -85px;
	}
	.afisha-item {
		flex: 1 0 auto;
		width: 288px;
		min-height: 374px;
		border-radius: 20px;
		padding: 47px 36px 47px 36px;
		display: flex;
		flex-direction: column;
		align-items: center;
		gap: 16px;
	}

	.afisha-item__pretitle {
		font-size: 13px;
	}

	.afisha-item__title h3 {
		font-size: 20px;
		letter-spacing: 0.02em;
	}
	.afisha-item__title h2 {
		font-size: 24px;
		letter-spacing: 0.02em;
	}

	.afisha-item__content {
		font-family: var(--font-family);
		max-width: 430px;
		font-size: 12px;
		line-height: 136%;
		text-align: center;
		color: #151515;
	}

	.afisha-item__content h4 {
		font-family: var(--font-family);
	}
}
