.pg-rental {
	--rtl-content-width: min(100%, clamp(72rem, 90vw, 120rem));
	--rtl-section-width: min(var(--rtl-content-width), 75rem);
	--rtl-section-gap: clamp(2.2rem, 5vw, 3.8rem);
	--rtl-section-gap-lg: calc(var(--rtl-section-gap) * 1.2);
	--rtl-size-intro-lead: clamp(1.35rem, 2.2vw, 1.8rem);
	--rtl-size-intro-title: clamp(1.8rem, 3.3vw, 2.35rem);
}

.pg-rental .ly-lower {
	padding: 0 0 var(--rtl-section-gap-lg);
	background: #ececec;
	overflow: hidden;
}






.rtl-intro {
	width: var(--rtl-section-width);
	margin: var(--rtl-section-gap) auto 0;
}

.rtl-intro__inner {
	width: 100%;
	max-width: min(100%, 75rem);
	margin-inline: auto;
	display: grid;
	grid-template-columns: minmax(0, 1fr) minmax(20rem, 45%);
	gap: clamp(1.2rem, 2.6vw, 2.6rem);
	align-items: center;
	padding-bottom: clamp(1.2rem, 2.2vw, 2rem);
}

.rtl-intro__content {
	align-self: center;
}

.rtl-intro__lead {
	margin: 0;
	color: #d61f26;
	font-family: var(--lower-font-corporate-bold);
	font-size: var(--rtl-size-intro-lead);
	font-weight: 700;
	line-height: 1.3;
}

.rtl-intro__title {
	margin: clamp(0.2rem, 0.8vw, 0.6rem) 0 0;
	padding-bottom: clamp(0.6rem, 1.2vw, 1rem);
	border-bottom: 1px solid #1f1b1a;
	font-family: var(--lower-font-corporate-bold);
	font-size: var(--rtl-size-intro-title);
	font-weight: 700;
	line-height: 1.3;
	color: #000;
}

.rtl-intro__text {
	margin: clamp(1rem, 2vw, 1.5rem) 0 0;
	font-family: var(--lower-font-noto);
	font-size: clamp(1.1rem, 2vw, 1.35rem);
	font-weight: 400;
	line-height: 1.65;
	color: #000;
}

.rtl-intro__media {
	margin: 0;
}

.rtl-intro__media img {
	display: block;
	width: 100%;
	height: auto;
	border-radius: clamp(1rem, 2vw, 1.6rem);
}

.rtl-reasons {
	width: var(--rtl-section-width);
	margin: calc(var(--rtl-section-gap) * 0.85) auto 0;
}

.rtl-reasons__media {
	margin: 0;
}

.rtl-reasons__media img {
	display: block;
	width: 100%;
	height: auto;
}

.rtl-profit {
	margin-top: calc(var(--rtl-section-gap) * 0.85);
	background: #c8c9ca;
	padding: clamp(1.05rem, 2.4vw, 1.8rem) 0;
}

.rtl-profit__inner {
	width: var(--rtl-content-width);
	margin-inline: auto;
}

.rtl-profit__title {
	margin: 0;
	text-align: center;
	font-family: var(--lower-font-corporate-bold);
	font-size: clamp(1.3rem, 2.6vw, 2.1rem);
	font-weight: 700;
	line-height: 1.2;
	color: #231815;
}

.rtl-profit__title span {
	font-size: clamp(0.72rem, 1.2vw, 0.92rem);
	font-family: var(--lower-font-noto);
	font-weight: 700;
	color: #3f3a38;
}

.rtl-profit__cards {
	margin-top: clamp(0.8rem, 1.8vw, 1.3rem);
	width: var(--rtl-section-width);
	margin-inline: auto;
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: clamp(0.35rem, 0.8vw, 0.7rem);
}

.rtl-profit__card {
	margin: 0;
}

.rtl-profit__card img {
	display: block;
	width: 100%;
	height: auto;
}

.rtl-space {
	width: var(--rtl-section-width);
	margin: var(--rtl-section-gap) auto 0;
}

.rtl-space__title {
	margin: 0;
	display: block;
	width: 100%;
	background: var(--color-base-red);
	color: #fff;
	font-family: var(--lower-font-corporate-bold);
	font-size: 1.5rem;
	font-weight: 700;
	line-height: 1.2;
	border-radius: clamp(0.8rem, 1.9vw, 1.2rem);
	padding: clamp(0.8rem, 2vw, 1.2rem) clamp(1.2rem, 2.8vw, 1.9rem);
	box-shadow: clamp(0.22rem, 0.7vw, 0.36rem) clamp(0.22rem, 0.7vw, 0.36rem) 0 #f2b328;
}

.rtl-space__grid {
	margin-top: clamp(0.9rem, 2vw, 1.35rem);
	display: grid;
	grid-template-columns: minmax(0, 0.43fr) minmax(0, 0.57fr);
	gap: clamp(0.55rem, 1.3vw, 1rem);
	align-items: start;
}

.rtl-space__media,
.rtl-space__recommend {
	margin: 0;
}

.rtl-space__media img,
.rtl-space__recommend img {
	display: block;
	width: 100%;
	height: auto;
}

.rtl-flow {
	width: var(--rtl-content-width);
	margin: var(--rtl-section-gap-lg) auto 0;
}

.rtl-flow__inner {
	position: relative;
	background: transparent;
	padding: clamp(2rem, 4.4vw, 3.2rem) clamp(1rem, 2.8vw, 2rem) clamp(2.4rem, 5.2vw, 3.8rem);
	isolation: isolate;
	margin-inline: auto;
}

.rtl-flow__inner::before {
	content: '';
	position: absolute;
	top: 0;
	bottom: 0;
	left: 50%;
	width: 100vw;
	transform: translateX(-50%);
	background: #efc04a;
	border-radius: clamp(2rem, 5vw, 3.5rem);
	z-index: -1;
}

.rtl-flow__title {
	margin: 0;
	text-align: center;
	font-family: var(--lower-font-corporate-bold);
	font-size: clamp(1.3rem, 2.8vw, 2rem);
	font-weight: 700;
	line-height: 1.2;
	color: #fff;
}

.rtl-flow__list {
	list-style: none;
	margin: clamp(1rem, 2.4vw, 1.7rem) 0 0;
	padding: 0;
	display: grid;
	grid-template-columns: repeat(5, minmax(0, 1fr));
	gap: clamp(0.8rem, 1.5vw, 1.2rem);
}

.rtl-flow__item {
	position: relative;
	background: transparent;
	padding: 0;
	line-height: 0;
}

.rtl-flow__item:not(:last-child)::after {
	content: '';
	position: absolute;
	right: clamp(-0.82rem, -1.3vw, -0.58rem);
	top: 50%;
	transform: translateY(-50%);
	width: 0;
	height: 0;
	border-top: clamp(0.38rem, 0.8vw, 0.5rem) solid transparent;
	border-bottom: clamp(0.38rem, 0.8vw, 0.5rem) solid transparent;
	border-left: clamp(0.44rem, 0.9vw, 0.62rem) solid #1f1b1a;
}

.rtl-flow__item img {
	margin: 0;
	display: block;
	width: 100%;
	height: auto;
}

.rtl-flow__lead {
	margin: clamp(1rem, 2.3vw, 1.6rem) 0 0;
	font-size: clamp(1.2rem, 2.7vw, 2rem);
	font-weight: 800;
	line-height: 1.45;
	text-align: center;
	color: #1f1b1a;
}

.rtl-support {
	width: var(--rtl-section-width);
	margin: var(--rtl-section-gap) auto 0;
}

.rtl-support__title {
	margin: 0;
	text-align: center;
	font-family: var(--lower-font-corporate-bold);
	font-size: clamp(1.3rem, 2.6vw, 1.9rem);
	font-weight: 700;
	line-height: 1.25;
	color: #231815;
}

.rtl-support__cards {
	margin-top: clamp(0.85rem, 1.9vw, 1.4rem);
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: clamp(0.35rem, 0.95vw, 0.75rem);
}

.rtl-support__card {
	margin: 0;
}

.rtl-support__card img {
	display: block;
	width: 100%;
	height: auto;
}

.rtl-support__note {
	margin: clamp(0.75rem, 1.7vw, 1.1rem) 0 0;
	font-size: clamp(0.93rem, 1.55vw, 1.08rem);
	line-height: 1.75;
	font-weight: 700;
	color: #231815;
}

.rtl-contact {
	width: var(--rtl-content-width);
	margin: var(--rtl-section-gap) auto 0;
}

.rtl-contact__title {
	margin: 0;
	text-align: center;
	font-family: var(--lower-font-corporate-bold);
	font-size: clamp(1.35rem, 2.7vw, 2rem);
	font-weight: 700;
	line-height: 1.25;
	color: var(--color-base-red);
}

.rtl-contact__actions {
	margin: clamp(0.9rem, 2vw, 1.4rem) auto 0;
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: clamp(0.48rem, 1.15vw, 0.85rem);
	width: min(100%, 52rem);
}

.rtl-contact__button {
	display: block;
	line-height: 0;
}

.rtl-contact__button img {
	display: block;
	width: 100%;
	height: auto;
}

.rtl-page-top {
	position: fixed;
	right: clamp(0.6rem, 1.8vw, 1.4rem);
	bottom: clamp(0.6rem, 1.8vw, 1.4rem);
	width: clamp(3.6rem, 6.2vw, 5.2rem);
	line-height: 0;
	z-index: 60;
}

.rtl-page-top img {
	width: 100%;
	height: auto;
	display: block;
}

@media (max-width: 1024px) {
	.rtl-intro__inner {
		grid-template-columns: 1fr;
	}

	.rtl-intro__media {
		max-width: min(100%, 44rem);
		margin-inline: auto;
	}

	.rtl-flow__list {
		grid-template-columns: repeat(3, minmax(0, 1fr));
	}

	.rtl-flow__item:not(:last-child)::after {
		display: none;
	}

	.rtl-support__note {
		text-align: left;
	}
}

@media (max-width: 768px) {
	.pg-rental {
		--rtl-content-width: min(100%, calc(100% - 1.2rem));
		--rtl-section-gap: clamp(1.55rem, 6vw, 2.2rem);
	}




	.rtl-intro__title {
		font-size: clamp(1.35rem, 6vw, 2rem);
	}

	.rtl-intro__inner {
		gap: 0.75rem;
	}

	.rtl-intro__lead {
		font-size: clamp(1.2rem, 5.4vw, 1.55rem);
	}

	.rtl-intro__text {
		font-size: clamp(1rem, 3.9vw, 1.12rem);
		line-height: 1.66;
	}

	.rtl-reasons {
		width: 100%;
	}

	.rtl-profit {
		padding-block: clamp(0.75rem, 3.2vw, 1.1rem);
	}

	.rtl-profit__title {
		font-size: clamp(1.02rem, 4.4vw, 1.42rem);
	}

	.rtl-profit__title span {
		display: block;
		margin-top: 0.15rem;
		font-size: clamp(0.63rem, 2.7vw, 0.78rem);
	}

	.rtl-space__title {
		padding-inline: clamp(0.95rem, 3.8vw, 1.25rem);
		font-size: clamp(1.08rem, 4.9vw, 1.45rem);
	}

	.rtl-space__grid {
		grid-template-columns: 1fr;
		gap: 0.45rem;
	}

	.rtl-flow__list {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}

	.rtl-support__title {
		font-size: clamp(1.3rem, 5.7vw, 1.74rem);
	}

	.rtl-support__cards {
		gap: 0.35rem;
	}

	.rtl-support__note {
		font-size: clamp(0.78rem, 3.5vw, 0.92rem);
		line-height: 1.6;
	}

	.rtl-contact__title {
		font-size: clamp(1.36rem, 5.8vw, 1.85rem);
	}

	.rtl-contact__actions {
		width: min(100%, 22.8rem);
		gap: 0.45rem;
	}

	.rtl-page-top {
		width: clamp(3.2rem, 16vw, 4.2rem);
		right: clamp(0.5rem, 2.6vw, 0.9rem);
		bottom: clamp(0.5rem, 2.6vw, 0.9rem);
	}
}
