.afisha {
	padding: 20px 0 60px;
}

.afisha-title {
	font-weight: 500;
	margin: 0;
}

.afisha-title_type_second {
	color: #000;
	text-align: center;
	font-size: 28px;
	font-weight: 700;
	line-height: 1.4;
}

.afisha-link {
	text-decoration: none;
	color: #1487C9;
}

.afisha-link:hover {
	text-decoration: underline;
}

.afisha-link:visited {
	color: #551A88;
}

.afisha-text {
	margin: 0;
	color: #000;
	font-size: 18px;
	font-weight: 300;
	line-height: 1.4; 
}

.afisha-text__promotion-period {
	text-align: center;
	font-size: 14px;
	margin-top: 20px;
}

.afisha-button {
	display: block;
	max-width: max-content;
	text-align: center;
	padding: 12px 72px;
	border-radius: 8px;
	margin: 0 auto;
	text-decoration: none;
	color: #FFF;
	overflow: hidden;
	position: relative;
}



.afisha-button__text {
	position: relative;
}

.afisha-list {
	color: #000;
	font-size: 18px;
	font-weight: 700;
	line-height: 1.4;
	margin: 0 0 20px;
	padding: 0;
}

.afisha__banner {
	margin-bottom: 60px;
}

.afisha-banner {
	padding: 55px 40px 40px;
	background: #000;
	background-image: url('../images/banner-bg.jpg');
	background-repeat: no-repeat;
	background-position: right;
	background-size: contain;
	border-radius: 36px;
}

.afisha-banner__logo {
	display: block;
	margin-bottom: 35px;
}

.afisha-banner__title {
	color: #FFF;
	font-size: 36px;
	font-weight: 500;
	line-height: 1.1;
	margin-bottom: 10px;
}

.afisha-banner__text {
	color: #FFF;
	font-size: 36px;
	font-weight: 300;
	line-height: 1.1;
	margin-bottom: 35px;
}

.afisha-banner__link {
	color: #FFF;
	font-size: 17px;
	font-weight: 500;
	line-height: 1.65;
	display: flex;
	align-items: center;
	gap: 8px;
	transition: .2s ease-in-out border-color, .2s ease-in-out color;
	border-radius: 32px;
	background: #0D0D0D;
	border-radius: 44px;
	border: 1px solid #606060;
	padding: 12px 20px;
	font-size: 17px;
	justify-content: center;
	max-width: max-content;
}

.afisha-banner__link:visited {
	color: #FFF;
}

.afisha-banner__link::after {
	content: url('../images/arrow-icon.svg');
	width: 20px;
	height: 20px;
	transition: .2s ease-in-out filter;
}

.afisha-banner__link:hover {
	opacity: .8;
	text-decoration: none;
}

.afisha-banner__link:hover::after {
	filter: hue-rotate(135deg) brightness(93%) contrast(102%);
}

.afisha__about {
	margin-bottom: 60px;
}

.afisha__how {
	margin-bottom: 80px;
}

.afisha-how__title {
	margin-bottom: 20px;
}

.afisha-how__content {
	display: flex;
	flex-direction: column;
	gap: 20px;
	align-items: center;
}

.afisha-how__icon {
	display: block;
	object-fit: cover;
	width: 100px;
	height: 100px;
	border-radius: 50%;
	background-color: #006848;
	padding: 14px;
}

.afisha-how__text {
	margin: 40px 0 40px;
}

.afisha-how__button {
	margin-top: 40px;
}

.afisha-faq__title {
	margin-bottom: 40px;
}

.afisha-faq__list {
	list-style-type: none;
}

.afisha-faq__item {
	margin-bottom: 20px;
	counter-increment: step-counter;
}

.afisha-faq__item::before {
	content: counter(step-counter)'. ';
}

.afisha-faq__text {
	display: block;
	font-weight: 300;
}

.afisha-faq__phone {
	display: flex;
	gap: 12px;
	align-items: center;
	margin-bottom: 20px;
	color: #006848;
	font-size: 18px;
	font-weight: 700;
	line-height: 1.4;
}

.afisha-faq__phone::before {
	content: url('../images/phone-icon.svg');
	width: 20px;
	height: 20px;
}

.afisha-faq__phone:hover {
	color: #551A88;
	text-decoration: none;
}

.afisha-faq__button {
	margin: 20px auto 40px;
}

.afisha-disclaimer {
	margin: 0;
}

.afisha-disclaimer__spacing {
	margin-bottom: 8px;
}

@media screen and (max-width: 1279px) {
	.afisha-text, .afisha-list, .afisha-faq__phone {
		font-size: 16px;
	}

	.afisha-banner {
		background-position: center;
		background-size: cover;
	}
}

@media screen and (max-width: 767px) {
	.afisha {
		padding: 0 0 60px;
	}

	.afisha-text, .afisha-list, .afisha-faq__phone {
		font-size: 14px;
	}

	.afisha-title {
		font-size: 28px;
	}

	.afisha-title_type_second {
		font-size: 24px;
	}

	.afisha__container {
		padding: 0;
	}

	.afisha__banner {
		margin-bottom: 20px;
		background-image: url('../images/banner-bg-mobile.jpg');
	}

	.afisha__about {
		margin-bottom: 40px;
	}

	.afisha__how {
		margin-bottom: 60px;
	}

	.afisha-banner {
		display: flex;
		flex-direction: column;
		justify-content: center;
		align-items: center;
		padding: 40px 16px 20px;
		background-size: auto 232px;
		background-position: bottom right;
		border-radius: 0 0 36px 36px;
	}

	.afisha-banner__logo {
		margin-bottom: 24px;
		max-width: 210px;
	}

	.afisha-banner__title {
		text-align: center;
		margin-bottom: 24px;
	}

	.afisha-banner__text {
		font-size: 28px;
		margin-bottom: 174px;
		text-align: center;
	}

	.afisha-banner__link {
		font-size: 14px;
	}

	.afisha-how__content {
		flex-direction: row;
		gap: 20px;
		margin-bottom: 20px;
	}

	.afisha-how__icon {
		width: 72x;
		height: 72px;
		border-radius: 50%;
		padding: 10px;
	}

	.afisha-how__text {
		margin: 0 0 40px;
	}
}

@media screen and (max-width: 374px) {
	.afisha-banner {
		padding: 40px 0 20px;
	}

	.afisha-banner__text {
		padding: 0 16px;
	}

	.afisha-banner__link {
		padding: 16px 8px;
	}
}