.pereezd-pod-kluch-page .page-main {
	background: #fff;
}

.ppk-page {
	padding: 48px 0 80px;
	color: #000;
}

.ppk-hero {
	display: grid;
	grid-template-columns: minmax(0, 1fr) minmax(420px, 620px);
	align-items: stretch;
	width: min(1270px, calc(100% - 32px));
	min-height: 500px;
	margin: 0 auto;
	overflow: hidden;
	background: #f5f5f5;
	border-radius: 20px;
}

.ppk-hero__content {
	display: flex;
	flex-direction: column;
	align-items: flex-start;
	justify-content: center;
	max-width: 471px;
	margin-left: 61px;
	padding: 48px 0;
}

.ppk-hero__title {
	margin: 0 0 16px;
	font-family: "FuturaDemiC", "Roboto", Arial, sans-serif;
	font-size: 32px;
	line-height: 1.1;
	color: #000;
}

.ppk-hero__text {
	margin: 0;
	font-size: 16px;
	line-height: 1.5;
	color: #000;
}

.ppk-button {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 300px;
	min-height: 54px;
	margin-top: 40px;
	padding: 14px 24px;
	border: 1px solid #f58220;
	border-radius: 100px;
	background: #f58220;
	color: #fff;
	font-size: 18px;
	font-weight: 500;
	line-height: 1.2;
	text-align: center;
	transition: color .2s ease, background-color .2s ease, border-color .2s ease;
}

.ppk-button:hover,
.ppk-button:focus {
	background: transparent;
	color: #f58220;
	text-decoration: none;
}

.ppk-hero__media {
	position: relative;
	min-height: 500px;
	overflow: hidden;
	border-radius: 0 20px 20px 0;
}

.ppk-hero__media img {
	position: absolute;
	top: -17.9%;
	left: 0;
	width: 100%;
	height: 124%;
	max-width: none;
	object-fit: cover;
	object-position: center;
}

.ppk-included {
	width: min(1270px, calc(100% - 32px));
	margin: 80px auto 0;
}

.ppk-section-head {
	margin-bottom: 30px;
}

.ppk-section-title {
	margin: 0;
	font-family: "FuturaDemiC", "Roboto", Arial, sans-serif;
	font-size: 32px;
	line-height: 1.15;
	color: #453640;
}

.ppk-section-lead {
	margin: 16px 0 0;
	font-size: 18px;
	line-height: 1.5;
	color: rgba(69, 54, 64, .64);
}

.ppk-included__grid {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: 32px 30px;
}

.ppk-included-card {
	display: flex;
	align-items: center;
	gap: 20px;
	min-height: 136px;
	margin: 0;
	padding: 16px;
	border: 1px solid #e3e3e3;
	border-radius: 8px;
	background: #fff;
}

.ppk-included-card__image {
	position: relative;
	flex: 0 0 170px;
	width: 170px;
	aspect-ratio: 170 / 103;
	overflow: hidden;
	border-radius: 6px;
	background: #f5f5f5;
}

.ppk-included-card__image img {
	position: absolute;
	inset: 0;
	width: 100%;
	height: 100%;
	max-width: none;
	object-fit: cover;
}

.ppk-included-card__image--pack img {
	width: 201.3%;
	height: 331.55%;
	object-fit: fill;
	object-position: left top;
}

.ppk-included-card__image--wrap img {
	left: -100.37%;
	width: 201.3%;
	height: 331.55%;
	object-fit: fill;
	object-position: left top;
}

.ppk-included-card__image--arrange img {
	top: -101.88%;
	left: -96.64%;
	width: 201.3%;
	height: 331.55%;
	object-fit: fill;
	object-position: left top;
}

.ppk-check-list {
	display: flex;
	flex-direction: column;
	gap: 24px;
	min-width: 0;
	margin: 0;
	padding: 0;
	list-style: none;
}

.ppk-check-list li {
	position: relative;
	margin: 0;
	padding-left: 21px;
	font-size: 14px;
	line-height: 1.4;
	color: #453640;
}

.ppk-check-list li::before {
	content: "";
	position: absolute;
	top: .42em;
	left: 0;
	width: 12px;
	height: 12px;
	background: url("data:image/svg+xml,%3Csvg width='13' height='13' viewBox='0 0 13 13' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M3.06 6.54L5.3 8.78L9.84 4.24' stroke='%23F58220' stroke-width='1.4' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E") center / contain no-repeat;
}

.ppk-process {
	margin-top: 80px;
	padding: 80px 0;
	background: #f5f5f5;
}

.ppk-process__inner {
	display: grid;
	grid-template-columns: minmax(0, 510px) minmax(0, 523px);
	justify-content: space-between;
	align-items: start;
	width: min(1270px, calc(100% - 32px));
	margin: 0 auto;
}

.ppk-process__text .ppk-section-lead {
	max-width: 510px;
}

.ppk-process__steps {
	display: flex;
	flex-direction: column;
	gap: 33px;
	margin: 0;
	padding: 0;
	list-style: none;
	counter-reset: ppk-process;
}

.ppk-process__steps li {
	position: relative;
	display: grid;
	grid-template-columns: 50px minmax(0, 1fr);
	align-items: center;
	gap: 16px;
	min-height: 50px;
	margin: 0;
}

.ppk-process__steps li:not(:last-child)::after {
	content: "";
	position: absolute;
	top: 50px;
	left: 24px;
	width: 1px;
	height: 33px;
	background: #d9d9d9;
}

.ppk-process__number {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 50px;
	height: 50px;
	border: 1px solid #d9d9d9;
	border-radius: 50%;
	background: #f5f5f5;
	color: #f58220;
	font-size: 16px;
	line-height: 1;
}

.ppk-process__label {
	font-size: 18px;
	line-height: 1.3;
	color: #453640;
}

.ppk-features {
	width: min(1270px, calc(100% - 32px));
	margin: 80px auto 0;
}

.ppk-features__grid {
	display: grid;
	grid-template-columns: repeat(6, minmax(0, 1fr));
	gap: 30px;
	margin-top: 30px;
}

.ppk-feature-card {
	display: flex;
	flex-direction: column;
	align-items: flex-start;
	min-height: 228px;
	margin: 0;
	padding: 24px;
	border: 1px solid #e3e3e3;
	border-radius: 8px;
	background: #fff;
}

.ppk-feature-card:nth-child(-n+3) {
	grid-column: span 2;
}

.ppk-feature-card:nth-child(4) {
	grid-column: 2 / span 2;
}

.ppk-feature-card:nth-child(5) {
	grid-column: 4 / span 2;
}

.ppk-feature-card__icon {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 58px;
	height: 58px;
	border-radius: 50%;
	background: #f5f5f5;
}

.ppk-feature-card__icon img {
	display: block;
	width: 29px;
	height: 29px;
}

.ppk-feature-card__title {
	margin: 24px 0 0;
	font-size: 18px;
	font-weight: 500;
	line-height: 1.3;
	color: #453640;
}

.ppk-feature-card__text {
	margin: 16px 0 0;
	font-size: 14px;
	line-height: 1.3;
	color: rgba(69, 54, 64, .64);
}

.ppk-details-cta {
	position: relative;
	display: flex;
	align-items: center;
	width: min(1270px, calc(100% - 32px));
	min-height: 300px;
	margin: 160px auto 0;
	padding: 45px 50px;
	overflow: visible;
	background: #f5f5f5;
	border-radius: 8px;
}

.ppk-details-cta__content {
	position: relative;
	z-index: 2;
	max-width: 658px;
}

.ppk-details-cta__button {
	width: 197px;
	min-height: 51px;
	margin-top: 26px;
	font-size: 16px;
}

.ppk-details-cta__visual {
	position: absolute;
	right: 62px;
	bottom: -15px;
	width: 354px;
	height: 440px;
	pointer-events: none;
}

.ppk-details-cta__visual img {
	display: block;
	width: 100%;
	height: auto;
}

.ppk-price {
	display: grid;
	grid-template-columns: 620px minmax(0, 620px);
	gap: 30px;
	align-items: start;
	width: min(1270px, calc(100% - 32px));
	margin: 80px auto 0;
}

.ppk-price__media {
	position: relative;
	width: 620px;
	height: 378px;
	overflow: hidden;
}

.ppk-price__media img {
	display: block;
	width: 100%;
	height: 100%;
	max-width: none;
	object-fit: cover;
	object-position: center;
}

.ppk-price__content {
	padding-top: 39.5px;
	padding-right: 0;
	padding-left: 0;
	display: flex;
	flex-direction: column;
	justify-content: center;
	font-family: "Roboto", Arial, sans-serif;
}

.ppk-price__content .ppk-section-title {
	margin: 0 0 16px;
	color: #000;
}

.ppk-price__text p {
	margin: 0 0 18px;
	font-size: 16px;
	line-height: 1.5;
	color: rgba(69, 54, 64, .64);
}

.ppk-price__text p:last-child {
	margin-bottom: 0;
}

.ppk-price__text .ppk-price__highlight {
	margin-top: 12px;
	font-size: 24px;
	font-weight: 500;
	line-height: 1.5;
	color: #FF9557;
}

.ppk-costs {
	display: grid;
	grid-template-columns: minmax(0, 1fr);
	width: min(1270px, calc(100% - 32px));
	margin: 80px auto 0;
	padding: 40px;
	box-sizing: border-box;
	border-radius: 8px;
	background: #f5f5f5;
}

.ppk-costs__inner {
	display: grid;
	grid-template-columns: minmax(0, 1fr) 575px;
	gap: 30px;
	align-items: start;
}

.ppk-costs__content {
	min-width: 0;
}

.ppk-costs__list {
	display: flex;
	flex-direction: column;
	gap: 32px;
	margin: 32px 0 0;
	padding: 0;
	list-style: none;
}

.ppk-costs__item {
	display: flex;
	align-items: flex-start;
	gap: 12px;
	font-family: "Roboto", Arial, sans-serif;
	font-size: 20px;
	font-weight: 500;
	line-height: 1.4;
	color: #453640;
}

.ppk-costs__item img {
	flex: 0 0 25px;
	width: 25px;
	height: 25px;
	margin-top: 1px;
}

.ppk-costs__item span {
	display: block;
}

.ppk-costs__visual {
	width: 575px;
	height: 336px;
	overflow: hidden;
	border-radius: 8px;
}

.ppk-costs__visual picture {
	display: block;
	width: 100%;
	height: 100%;
}

.ppk-costs__visual img {
	display: block;
	width: 100%;
	height: 100%;
	max-width: none;
	object-fit: cover;
	object-position: center;
}

.ppk-ways {
	width: min(1270px, calc(100% - 32px));
	margin: 80px auto 0;
}

.ppk-ways__inner {
	display: flex;
	flex-direction: column;
	gap: 30px;
}

.ppk-ways__grid {
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	gap: 30px;
	align-items: stretch;
}

.ppk-ways__card {
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	min-height: 222px;
	padding: 24px;
	border-radius: 8px;
	background: #f5f5f5;
	box-sizing: border-box;
}

.ppk-ways__body {
	display: flex;
	flex-direction: column;
	gap: 16px;
	min-width: 0;
}

.ppk-ways__title {
	margin: 0;
	font-family: "Roboto", Arial, sans-serif;
	font-size: 18px;
	font-weight: 700;
	line-height: 1.3;
	color: #453640;
}

.ppk-ways__text {
	margin: 0;
	font-family: "Roboto", Arial, sans-serif;
	font-size: 14px;
	line-height: 1.3;
	color: rgba(69, 54, 64, .64);
}

.ppk-ways__link {
	color: #fa8227;
	text-decoration: underline;
	text-decoration-skip-ink: none;
	text-underline-position: from-font;
}

.ppk-ways__link:hover,
.ppk-ways__link:focus {
	color: #fa8227;
	text-decoration: underline;
}

.ppk-ways__action {
	align-self: flex-start;
	margin-top: 20px;
	font-family: "Roboto", Arial, sans-serif;
	font-size: 18px;
	font-weight: 700;
	line-height: 1.3;
	color: #fa8227;
	text-decoration: none;
}

.ppk-ways__icons {
	display: flex;
	align-items: center;
	gap: 8px;
	margin-top: 18px;
}

.ppk-ways__icon-link {
	display: block;
	width: 32px;
	height: 32px;
	flex: 0 0 32px;
	line-height: 0;
}

.ppk-ways__icon-link:focus {
	outline: none;
}

.ppk-ways__icon-link img {
	display: block;
	width: 100%;
	height: 100%;
}

.ppk-ways__icons img {
	display: block;
	width: 32px;
	height: 32px;
	flex: 0 0 32px;
}

.ppk-bottom-cta {
	display: grid;
	grid-template-columns: minmax(0, 1fr) minmax(420px, 620px);
	align-items: stretch;
	width: min(1270px, calc(100% - 32px));
	min-height: 322px;
	margin: 48px auto 0;
	overflow: hidden;
	background: #f5f5f5;
	border-radius: 20px;
}

.ppk-bottom-cta__content {
	display: flex;
	flex-direction: column;
	justify-content: center;
	max-width: 471px;
	margin-left: 61px;
	padding: 32px 0;
}

.ppk-bottom-cta__title {
	margin: 0 0 16px;
	font-family: "FuturaDemiC", "Roboto", Arial, sans-serif;
	font-size: 32px;
	line-height: 1.1;
	color: #000;
}

.ppk-bottom-cta__text {
	margin: 0;
	font-size: 16px;
	line-height: 1.5;
	color: #000;
}

.ppk-bottom-cta__button {
	width: 250px;
	min-height: 42px;
	margin-top: 36px;
	font-size: 16px;
}

.ppk-bottom-cta__media {
	position: relative;
	overflow: hidden;
}

.ppk-bottom-cta__media img {
	display: block;
	width: 100%;
	height: 100%;
	max-width: none;
	object-fit: cover;
	object-position: center;
}

.ppk-situations {
	background: #f5f5f5;
	padding: 80px 0 60px;
	width: 100%;
	margin: 80px 0 0;
}

.ppk-situations .ppk-section-head,
.ppk-situations__layout {
	width: min(1270px, calc(100% - 32px));
	margin-left: auto;
	margin-right: auto;
}

.ppk-situations__layout {
	display: grid;
	grid-template-columns: minmax(0, 619px) minmax(0, 621px);
	gap: 30px;
	align-items: start;
}

.ppk-situations__cards {
	display: grid;
	height: 441px;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	grid-template-rows: repeat(2, minmax(0, 1fr));
	gap: 24px 29px;
}

.ppk-situation-card {
	display: flex;
	flex-direction: column;
	align-items: flex-start;
	justify-content: space-between;
	height: 100%;
	padding: 24px;
	border-radius: 8px;
	background: #fff;
}

.ppk-situation-card__icon {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 58px;
	height: 58px;
	border-radius: 50%;
	background: #f5f5f5;
}

.ppk-situation-card__icon img {
	display: block;
	width: 29px;
	height: 29px;
}

.ppk-situation-card__text {
	width: 100%;
	margin: 0;
	color: #453640;
	font-size: 14px;
	line-height: 1.3;
}

.ppk-situations__media {
	position: relative;
	height: 441px;
	overflow: hidden;
	border-radius: 8px;
	background: #f5f5f5;
}

.ppk-situations__media img {
	display: block;
	width: 100%;
	height: 100%;
	object-fit: cover;
	object-position: center;
}

.ppk-reviews {
	width: min(1270px, calc(100% - 32px));
	margin: 80px auto 0;
	overflow: hidden;
}

.ppk-reviews__header {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 24px;
	margin-bottom: 30px;
}

.ppk-reviews__sources {
	display: flex;
	align-items: center;
	gap: 16px;
}

.ppk-reviews-source {
	display: inline-flex;
	align-items: center;
	gap: 6px;
	min-height: 31.87px;
	padding: 5.31px 8px;
	border: 1px solid #e1e1e1;
	border-radius: 5.31px;
	background: #fff;
	color: #453640;
	text-decoration: none;
	transition: border-color .2s ease, background-color .2s ease;
}

.ppk-reviews-source:hover,
.ppk-reviews-source:focus {
	border-color: #f58220;
	background: #fff;
	color: #453640;
	text-decoration: none;
}

.ppk-reviews-source__icon {
	display: block;
	flex: 0 0 auto;
	width: auto;
	height: 18px;
	max-width: none;
	object-fit: contain;
}

.ppk-reviews-source--yandex .ppk-reviews-source__icon {
	width: 18px;
}

.ppk-reviews-source--twogis .ppk-reviews-source__icon {
	width: 56px;
}

.ppk-reviews-source__rating {
	font-size: 16px;
	font-weight: 500;
	line-height: 1;
	color: #453640;
}

.ppk-reviews-source__divider {
	color: rgba(69, 54, 64, .64);
	font-size: 10px;
	line-height: 1;
}

.ppk-reviews-source__count {
	font-size: 10px;
	line-height: 1;
	color: rgba(69, 54, 64, .64);
	white-space: nowrap;
}

.ppk-reviews__slider {
	margin: 0 -15px;
}

.ppk-reviews__slide {
	height: auto;
	padding: 0 15px;
}

.ppk-reviews__slider .slick-track {
	display: flex;
}

.ppk-reviews__slider .slick-slide {
	height: auto;
}

.ppk-reviews__slider .slick-slide>div,
.ppk-reviews__slide {
	height: 100%;
}

.ppk-review-card {
	display: flex;
	flex-direction: column;
	min-height: 230px;
	height: 100%;
	margin: 0;
	padding: 16px;
	border: 1px solid #e3e3e3;
	border-radius: 8px;
	background: #fff;
	color: #453640;
}

.ppk-review-card__head {
	display: flex;
	flex-direction: column;
	gap: 4px;
	margin-bottom: 16px;
	padding: 0;
	border: 0;
}

.ppk-review-card__name {
	margin: 0;
	color: #453640;
	font-size: 18px;
	font-weight: 500;
	line-height: 1.25;
}

.ppk-review-card__date {
	overflow: hidden;
	color: rgba(69, 54, 64, .64);
	font-size: 14px;
	line-height: 1.3;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.ppk-review-card__text {
	overflow: hidden;
	color: #453640;
	font-size: 14px;
	line-height: 1.3;
	text-overflow: ellipsis;
}

.ppk-review-card__text.is-collapsible {
	display: -webkit-box;
	overflow: hidden;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 6;
}

.ppk-review-card.is-expanded .ppk-review-card__text.is-collapsible {
	display: block;
	overflow: visible;
}

.ppk-review-card__toggle {
	align-self: flex-start;
	margin: 16px 0 0;
	padding: 0;
	border: 0;
	background: transparent;
	color: #f5a520;
	font-size: 14px;
	font-weight: 400;
	line-height: 1.3;
	cursor: pointer;
}

.ppk-review-card__toggle-less,
.ppk-review-card.is-expanded .ppk-review-card__toggle-more {
	display: none;
}

.ppk-review-card.is-expanded .ppk-review-card__toggle-less {
	display: inline;
}

.ppk-reviews__slider .slick-dots {
	position: static;
	display: flex;
	justify-content: center;
	gap: 8px;
	margin: 26px 0 0;
	padding: 0;
	list-style: none;
}

.ppk-reviews__slider .slick-dots li {
	width: auto;
	height: auto;
	margin: 0;
}

.ppk-reviews__slider .slick-dots button {
	display: block;
	width: 8px;
	height: 8px;
	padding: 0;
	border: 0;
	border-radius: 50%;
	background: #d9d9d9;
	font-size: 0;
	line-height: 0;
	transition: width .2s ease, background-color .2s ease;
}

.ppk-reviews__slider .slick-dots .slick-active button {
	width: 24px;
	border-radius: 999px;
	background: #f58220;
}

@media (max-width: 1199.98px) {
	.ppk-hero {
		grid-template-columns: minmax(0, 1fr) minmax(360px, 48%);
	}

	.ppk-hero__content {
		margin-left: 48px;
		padding-right: 32px;
	}

	.ppk-included-card {
		align-items: flex-start;
	}

	.ppk-included-card__image {
		flex-basis: 150px;
		width: 150px;
	}

	.ppk-process__inner {
		grid-template-columns: minmax(0, 44%) minmax(0, 50%);
	}

	.ppk-feature-card {
		min-height: 0;
	}

	.ppk-details-cta__content {
		max-width: 560px;
	}

	.ppk-details-cta__visual {
		right: 16px;
		transform: scale(.88);
		transform-origin: right bottom;
	}

	.ppk-situations__layout {
		grid-template-columns: minmax(0, 619px) minmax(0, 621px);
	}

	.ppk-situations__cards,
	.ppk-situations__media {
		height: 441px;
	}

	.ppk-bottom-cta {
		grid-template-columns: minmax(0, 1fr) minmax(360px, 48%);
		min-height: 300px;
	}

	.ppk-bottom-cta__content {
		max-width: 470px;
		margin-left: 48px;
		padding-right: 28px;
	}
}

@media (max-width: 991.98px) {
	.ppk-page {
		padding-top: 32px;
	}

	.ppk-hero {
		grid-template-columns: 1fr;
		min-height: 0;
	}

	.ppk-hero__content {
		order: 2;
		max-width: none;
		margin-left: 0;
		padding: 34px 32px 40px;
	}

	.ppk-hero__media {
		order: 1;
		min-height: clamp(260px, 58vw, 430px);
		border-radius: 20px 20px 0 0;
	}

	.ppk-included {
		margin-top: 56px;
	}

	.ppk-section-lead br {
		display: none;
	}

	.ppk-included__grid {
		grid-template-columns: 1fr;
		gap: 20px;
	}

	.ppk-included-card {
		min-height: 0;
	}

	.ppk-process {
		margin-top: 56px;
		padding: 56px 0;
	}

	.ppk-process__inner {
		grid-template-columns: 1fr;
		gap: 36px;
	}

	.ppk-process__text .ppk-section-lead {
		max-width: none;
	}

	.ppk-features {
		margin-top: 56px;
	}

	.ppk-features__grid {
		grid-template-columns: repeat(2, minmax(0, 1fr));
		gap: 20px;
	}

	.ppk-feature-card:nth-child(n) {
		grid-column: auto;
	}

	.ppk-feature-card:nth-child(5) {
		grid-column: 1 / -1;
	}

	.ppk-details-cta {
		margin-top: 56px;
		padding: 36px 32px;
	}

	.ppk-details-cta__content {
		max-width: 52%;
	}

	.ppk-details-cta__visual {
		right: -18px;
		transform: scale(.72);
	}

	.ppk-situations {
		margin-top: 56px;
		width: 100%;
		padding: 56px 0 48px;
	}

	.ppk-situations__layout {
		grid-template-columns: 1fr;
		gap: 20px;
	}

	.ppk-situations__cards {
		height: auto;
		gap: 16px;
		grid-template-rows: none;
	}

	.ppk-situation-card {
		min-height: 0;
	}

	.ppk-situations__media {
		height: 360px;
		  order: -1;
	}

	.ppk-reviews {
		margin-top: 56px;
	}

	.ppk-review-card {
		min-height: 300px;
	}

	.ppk-bottom-cta {
		grid-template-columns: 1fr;
		min-height: 0;
	}

	.ppk-bottom-cta__content {
		order: 2;
		max-width: none;
		margin-left: 0;
		padding: 34px 32px 40px;
	}

	.ppk-bottom-cta__media {
		order: 1;
		min-height: clamp(260px, 58vw, 430px);
	}
}

@media (min-width: 576px) and (max-width: 991.98px) {
	.ppk-price {
		grid-template-columns: 1fr;
		gap: 24px;
		width: min(100% - 32px, 1270px);
		margin-top: 56px;
	}

	.ppk-price__media {
		width: 100%;
		height: 320px;
		min-height: 320px;
		border-radius: 18px;
	}

	.ppk-price__content {
		padding: 0 4px;
	}

	.ppk-price__content .ppk-section-title {
		margin-bottom: 14px;
	}

	.ppk-price__text p {
		margin-bottom: 16px;
		font-size: 15px;
	}

	.ppk-costs {
		width: min(100% - 32px, 1270px);
		margin-top: 56px;
		padding: 32px 28px;
	}

	.ppk-costs__inner {
		grid-template-columns: 1fr;
		gap: 24px;
	}

	.ppk-costs__list {
		gap: 20px;
		margin-top: 28px;
	}

	.ppk-costs__item {
		font-size: 18px;
		line-height: 1.45;
	}

	.ppk-costs__item img {
		flex-basis: 24px;
		width: 24px;
		height: 24px;
	}

	.ppk-costs__visual {
		width: 100%;
		height: 320px;
	}

	.ppk-ways {
		width: min(100% - 32px, 1270px);
		margin-top: 56px;
	}

	.ppk-ways__grid {
		grid-template-columns: repeat(2, minmax(0, 1fr));
		gap: 20px;
	}

	.ppk-ways__card {
		min-height: 206px;
	}

	.ppk-ways__card--manager {
		grid-column: 1 / -1;
	}
}

@media (max-width: 575.98px) {
	.ppk-page {
		padding: 24px 0 56px;
	}

	.ppk-hero {
		width: min(100% - 24px, 1270px);
		border-radius: 16px;
	}

	.ppk-hero__content {
		padding: 28px 20px 32px;
	}

	.ppk-hero__title {
		font-size: 26px;
	}

	.ppk-hero__text {
		font-size: 15px;
	}

	.ppk-button {
		width: 100%;
		margin-top: 28px;
		font-size: 16px;
	}

	.ppk-hero__media {
		min-height: 245px;
		border-radius: 16px 16px 0 0;
	}

	.ppk-included {
		width: min(100% - 24px, 1270px);
		margin-top: 48px;
	}

	.ppk-section-title {
		font-size: 26px;
	}

	.ppk-section-lead {
		font-size: 16px;
	}

	.ppk-included-card {
		flex-direction: column;
		gap: 16px;
		padding: 14px;
	}

	.ppk-included-card__image {
		display: none;
	}

	.ppk-check-list {
		gap: 16px;
	}

	.ppk-check-list li br {
		display: none;
	}

	.ppk-process {
		margin-top: 48px;
		padding: 48px 0;
	}

	.ppk-process__inner {
		width: min(100% - 24px, 1270px);
		gap: 30px;
	}

	.ppk-process__text .ppk-section-title br {
		display: none;
	}

	.ppk-process__steps {
		gap: 24px;
	}

	.ppk-process__steps li {
		grid-template-columns: 44px minmax(0, 1fr);
		gap: 14px;
		min-height: 44px;
	}

	.ppk-process__steps li:not(:last-child)::after {
		top: 44px;
		left: 21px;
		height: 24px;
	}

	.ppk-process__number {
		width: 44px;
		height: 44px;
		font-size: 14px;
	}

	.ppk-process__label {
		font-size: 16px;
	}

	.ppk-features {
		width: min(100% - 24px, 1270px);
		margin-top: 48px;
	}

	.ppk-features__grid {
		grid-template-columns: 1fr;
		gap: 16px;
		margin-top: 24px;
	}

	.ppk-feature-card:nth-child(n) {
		grid-column: auto;
	}

	.ppk-feature-card {
		padding: 20px;
	}

	.ppk-feature-card__title {
		font-size: 17px;
	}

	.ppk-details-cta {
		flex-direction: column;
		align-items: flex-start;
		width: min(100% - 24px, 1270px);
		min-height: 0;
		margin-top: 48px;
		padding: 28px 20px 0;
		overflow: hidden;
	}

	.ppk-price {
		grid-template-columns: 1fr;
		gap: 0;
		margin-top: 48px;
		width: min(100% - 24px, 1270px);
	}

	.ppk-price__media {
		min-height: 240px;
		width: 100%;
		height: 240px;
	}

	.ppk-price__content {
		padding: 28px 20px;
	}

	.ppk-costs {
		width: min(100% - 24px, 1270px);
		margin-top: 48px;
		padding: 28px 20px;
	}

	.ppk-costs__inner {
		grid-template-columns: 1fr;
		gap: 20px;
	}

	.ppk-costs__list {
		gap: 18px;
		margin-top: 24px;
	}

	.ppk-costs__item {
		font-size: 16px;
	}

	.ppk-costs__item img {
		flex-basis: 22px;
		width: 22px;
		height: 22px;
		margin-top: 0;
	}

	.ppk-costs__visual {
		width: 100%;
		height: 240px;
	}

	.ppk-costs__visual img {
		object-position: center center;
		transform: none;
	}

	.ppk-ways {
		width: min(100% - 24px, 1270px);
		margin-top: 48px;
	}

	.ppk-ways__inner {
		gap: 24px;
	}

	.ppk-ways__grid {
		grid-template-columns: 1fr;
		gap: 12px;
	}

	.ppk-ways__card {
		min-height: 0;
		padding: 18px;
	}

	.ppk-ways__title {
		font-size: 17px;
	}

	.ppk-ways__action {
		font-size: 16px;
	}

	.ppk-details-cta__content {
		max-width: none;
	}

	.ppk-details-cta__content .ppk-section-title br {
		display: none;
	}

	.ppk-details-cta__button {
		width: 100%;
		margin-top: 22px;
	}

	.ppk-details-cta__visual {
		position: relative;
		right: auto;
		bottom: -10px;
		align-self: center;
		width: min(100%, 354px);
		height: auto;
		margin-top: 32px;
		transform: none;
	}

	.ppk-situations {
		width: 100%;
		margin-top: 48px;
		padding: 48px 0 40px;
	}

	.ppk-situations__cards {
		grid-template-columns: 1fr;
		gap: 12px;
	}

	.ppk-situation-card {
		min-height: 0;
		padding: 18px;
		justify-content: flex-start;
	}

	.ppk-situation-card__text {
		margin-top: 24px;
	}

	.ppk-situations__media {
		height: 240px;
	}

	.ppk-reviews {
		width: 100%;
		margin-top: 48px;
		padding: 0 12px;
	}

	.ppk-reviews__header {
		display: block;
		margin-bottom: 24px;
	}

	.ppk-reviews__header .ppk-section-title {
		padding: 0;
	}

	.ppk-reviews__sources {
		display: grid;
		grid-template-columns: repeat(2, minmax(0, 1fr));
		gap: 8px;
		margin-top: 18px;
	}

	.ppk-reviews-source {
		min-width: 0;
		gap: 5px;
		padding: 5px 7px;
	}

	.ppk-reviews-source__count {
		font-size: 9px;
	}

	.ppk-reviews__slider {
		margin: 0 -4px;
		overflow: visible;
	}

	.ppk-reviews__slider .slick-list {
		overflow: visible;
	}

	.ppk-reviews__slide {
		padding: 0 6px;
	}

	.ppk-review-card {
		min-height: 230px;
		padding: 16px;
	}

	.ppk-review-card__head {
		margin-bottom: 16px;
	}

	.ppk-review-card__text {
		font-size: 14px;
	}

	.ppk-bottom-cta {
		width: min(100% - 24px, 1270px);
		border-radius: 16px;
		margin-top: 48px;
	}

	.ppk-bottom-cta__content {
		padding: 28px 20px 32px;
	}

	.ppk-bottom-cta__title {
		font-size: 26px;
	}

	.ppk-bottom-cta__text {
		font-size: 15px;
	}

	.ppk-bottom-cta__button {
		width: 100%;
		margin-top: 28px;
		font-size: 16px;
	}

	.ppk-bottom-cta__media {
		min-height: 245px;
	}
}
