:root {
	--vacancy-primary-color: #565452;
	--vacancy-accent-color: #e4002b;
	--section-spacing: 60px 0;
	--fz-title: 30px;
}

@media (max-width: 575.98px) {
	:root {
		--section-spacing: 40px 0;
		--fz-title: 24px;
	}
}

.btn-vacancy {
	color: #fff;
	background-color: var(--vacancy-accent-color);
}

.btn-vacancy:hover {
	background-color: #ff1f2e;
}

/* ##### INFO-KFC SECTION ##### */
.info-kfc {
	padding: 100px 0 60px;
}

.info-kfc__content {
	display: grid;
	grid-template-columns: auto 1fr;
	align-items: center;
	grid-gap: 36px;
	font-family: 'Montserrat';
	font-size: 20px;
	font-weight: 400;
	line-height: 175%;
	letter-spacing: -0.03em;
	color: #000;
}

.info-kfc__content::before {
	--image-scale: 1;
	content: '';
	width: calc(var(--image-scale) * 130px);
	height: calc(var(--image-scale) * 98px);
	background: url("../../img/vakansii/kfc/logo-kfc-detailed.png") 0 0/contain no-repeat;
}

@media (max-width: 991px) {
	.info-kfc {
		padding: var(--section-spacing);
	}

	.info-kfc__content {
		grid-gap: 25px;
		font-size: 18px;
	}

	.info-kfc__content::before {
		--image-scale: 0.85;
	}
}

@media (max-width: 767.98px) {
	.info-kfc__content {
		position: relative;
		grid-template-columns: 100%;
		font-size: 16px;
	}

	.info-kfc__content::before {
		--image-scale: 0.6;
		/* position: absolute;
		right: 0;
		bottom: 0;
		opacity: 0.6; */
	}
}

/* ##### BENEFITS-KFC ##### */
.benefits-kfc {
	padding: 60px 0;
	font-family: 'Yandex Sans Text', sans-serif;
	color: #21201f;
	background-color: #f7f6f5;
}

.benefits-kfc__title {
	margin-bottom: 40px;
	font-size: 34px;
	font-weight: 500;
	letter-spacing: -1px;
	text-align: center;
}

.benefits-kfc__par {
	margin-bottom: 20px;
	font-size: 20px;
	line-height: 1.8;
	letter-spacing: 0.48px;
	color: #565452;
}

.benefits-kfc__list {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	gap: 15px;
}

.benefits-kfc__item {
	min-height: 230px;
	padding: 20px 36px;
	border-radius: 20px;
	background-color: #fff;
}

.benefits-kfc__item-inner {
	display: grid;
	grid-template-areas:
		"icon title"
		"desc desc";
	grid-template-columns: 64px 1fr;
	grid-template-rows: 64px min-content;
	align-content: center;
	gap: 20px 10px;
	height: 100%;
}

.benefits-kfc__item-icon {
	grid-area: icon;
	display: block;
	width: 64px;
	height: 64px;
	;
}

.benefits-kfc__item-title {
	grid-area: title;
	align-self: center;
	font-size: 22px;
	line-height: 1.27;
}

.benefits-kfc__item-desc {
	grid-area: desc;
	font-family: 'Montserrat';
	font-size: 16px;
	line-height: 1.56;
	letter-spacing: -0.02em;
	color: #939290;
}

@media (max-width: 1199.98px) {
	.benefits-kfc__list {
		grid-template-columns: repeat(2, 1fr);
	}
}

@media (max-width: 991px) {
	.benefits-kfc {
		padding: var(--section-spacing);
	}

	.benefits-kfc__title {
		font-size: var(--fz-title);
	}

	.benefits-kfc__par {
		font-size: 18px;
	}

	.benefits-kfc__item-title {
		font-size: 20px;
	}
}

@media (max-width: 767.98px) {
	.benefits-kfc__item-title--5 br {
		display: none;
	}

	.benefits-kfc__item {
		min-height: 210px;
		padding: 15px 20px;
	}

	.benefits-kfc__item-inner {
		grid-template-columns: 55px 1fr;
		grid-template-rows: 55px min-content;
		align-content: start;
		gap: 15px 10px;
	}

	.benefits-kfc__item-icon {
		width: 55px;
		height: 55px;
	}

	.benefits-kfc__item-title {
		font-size: 16px;
	}

	.benefits-kfc__item-desc {
		font-size: 14px;
	}
}

@media (max-width: 575px) {
	.benefits-kfc__par {
		font-size: 16px;
	}

	.benefits-kfc__list {
		grid-template-columns: 100%;
	}

	.benefits-kfc__item {
		min-height: auto;
	}
}

/* ##### OPP-KFC ##### */
.opp-kfc {
	padding: 60px 0;
	font-family: 'Yandex Sans Text', sans-serif;
	color: var(--vacancy-primary-color);
	background-color: #f7f6f5;
}

.opp-kfc__title {
	margin-bottom: 40px;
	font-size: 34px;
	font-weight: 500;
	letter-spacing: -1px;
	text-align: center;
}

.opp-kfc__list {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	gap: 15px;
}

.opp-kfc__item {
	position: relative;
	display: flex;
	flex-direction: column;
	padding: 24px 24px 0 24px;
	height: 100%;
	border-radius: 20px;
	background-color: #fff;
	overflow: hidden;
}

.opp-kfc__item::after {
	--image-scale: 1;
	content: '';
	display: block;
	margin-left: auto;
}

.opp-kfc__item--1::after {
	width: calc(var(--image-scale) * 185px);
	height: calc(var(--image-scale) * 117px);
	margin-right: auto;
	background: url(../../img/vakansii/kfc/opp-image-1.png) center/contain no-repeat;
}

.opp-kfc__item--2::after {
	width: calc(var(--image-scale) * 93px);
	height: calc(var(--image-scale) * 94px);
	background: url(../../img/vakansii/kfc/opp-image-2.png) center/contain no-repeat;
}

.opp-kfc__item--3::after {
	width: calc(var(--image-scale) * 125px);
	height: calc(var(--image-scale) * 104px);
	background: url(../../img/vakansii/kfc/opp-image-3.png) center/contain no-repeat;
}

.opp-kfc__item-title {
	margin-bottom: 22px;
	font-size: 22px;
	line-height: 1.14;
	font-weight: 500;
}

.opp-kfc__item-desc {
	flex: 1 1 auto;
	font-size: 16px;
	line-height: 1.56;
}

@media (max-width: 1246px) {
	.opp-kfc__item-desc {
		margin-bottom: 15px;
	}
}

@media (max-width: 991px) {
	.opp-kfc {
		padding: var(--section-spacing);
	}

	.opp-kfc__title {
		font-size: var(--fz-title);
	}

	.opp-kfc__list {
		grid-template-columns: repeat(2, 1fr);
	}

	.opp-kfc__item {
		padding: 30px 30px 0;
		min-height: 270px;
	}

	.opp-kfc__item::after {
		--image-scale: 0.8;
		opacity: 1;
	}

	.opp-kfc__item-title {
		font-size: 20px;
	}

	.opp-kfc__item-desc {
		font-size: 14px;
	}
}

@media (max-width: 767.98px) {}

@media (max-width: 575px) {
	.opp-kfc__item {
		padding: 25px 25px 0;
	}

	.opp-kfc__item-title {
		margin-bottom: 15px;
		font-size: 18px;
	}
}

@media (max-width: 480px) {
	.opp-kfc__list {
		grid-template-columns: 100%;
	}

	.opp-kfc__item {
		min-height: 200px;
	}

	.opp-kfc__item--2::after {
		--image-scale: 0.75;
	}
}

/* ##### STEPS-KFC ##### */
.steps-kfc {
	padding: 60px 0;
	font-family: 'Montserrat';
	color: #21201f;
}

.steps-kfc__title {
	margin-bottom: 40px;
	font-size: 34px;
	letter-spacing: -0.06em;
	text-align: center;
}

.steps-kfc__list {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	gap: 15px;
}

.steps-kfc__item {
	padding: 24px;
	background-color: #f7f6f5;
	border-radius: 20px;
}

.steps-kfc__item-inner {
	display: grid;
	grid-template:
		"icon title"
		"desc desc";
	grid-template-columns: auto 1fr;
	gap: 12px;
}

.steps-kfc__item-icon {
	grid-area: icon;
	display: block;
	width: 120px;
	height: 120px;
}

.steps-kfc__item-title {
	grid-area: title;
	font-weight: 500;
	font-size: 22px;
	line-height: 1.14;
	letter-spacing: -0.04em;
	align-self: center;
}

.steps-kfc__item-desc {
	grid-area: desc;
	font-size: 16px;
	line-height: 1.56;
	letter-spacing: -0.03em;
}

@media (max-width: 1199.98px) {
	.steps-kfc__item-icon {
		width: 100px;
		height: 100px;
	}
}

@media (max-width: 991px) {
	.steps-kfc {
		padding: var(--section-spacing);
	}

	.steps-kfc__title {
		font-size: var(--fz-title);
	}

	.steps-kfc__list {
		grid-template-columns: repeat(2, 1fr);
	}

	.steps-kfc__item-title {
		font-size: 20px;
	}

	.steps-kfc__item-icon {
		width: 80px;
		height: 80px;
	}
}

@media (max-width: 767.98px) {
	.steps-kfc__item-icon {
		width: 60px;
		height: 60px;
	}

	.steps-kfc__item-title {
		font-size: 18px;
	}

	.steps-kfc__item-desc {
		font-size: 14px;
	}
}

@media (max-width: 575px) {
	.steps-kfc__list {
		grid-template-columns: 100%;
	}

	.steps-kfc__item {
		padding: 20px;
	}

	.steps-kfc__item-title {
		font-size: 16px;
	}

	.steps-kfc__item-icon {
		width: 50px;
		height: 50px;
	}
}

@media (max-width: 480px) {}