.pr4-header {
	display: grid;
	align-items: center;
	grid-template-columns: auto 550px;
	grid-gap: 50px;
	min-height: 100dvh;
	padding: 40px 0;
}

.pr4-header__suptitle {
	margin-bottom: 27px;
	font-size: 22px;
	line-height: 115%;
}

.pr4-header__title {
	margin-bottom: 20px;
	font-size: 60px;
	line-height: 130%;
	font-weight: 900;
	text-transform: uppercase;
}

.pr4-header__title > span {
	color: #295cc9;
}

.pr4-header__subtitle {
	margin-bottom: 60px;
	font-size: 22px;
	line-height: 115%;
}

.pr4-header__subtitle > li {
	position: relative;
	padding-left: 15px;
}

.pr4-header__subtitle > li:not(:last-child) {
	margin-bottom: 4px;
}

.pr4-header__subtitle > li::before {
	--s: 5px;

	position: absolute;
	width: var(--s);
	height: var(--s);
	left: 2px;
	top: 10px;
	background-color: #333;
	border-radius: 50%;
	content: '';
}

.pr4-header__link {
	display: inline-flex;
	align-items: center;
	height: 80px;
	padding: 16px 22px;
	margin-bottom: 20px;
	background-color: #295cc9;
	color: #ffffff;
	border-radius: 8px;
	border: 0;
	cursor: pointer;
	text-align: left;
	transition: background-color 0.2s;
}

.pr4-header__link-name {
	font-size: 20px;
	line-height: 115%;
	font-weight: 700;
}

.pr4-header__link > span {
	--s: 24px;

	background-color: #ffffff;
	-webkit-mask-image: url('/img/promo/arrow.svg');
	mask-image: url('/img/promo/arrow.svg');
}

.pr3-header__image {
	width: 100%;
}

.pr3-header__image-inner {
	position: relative;
	padding-bottom: calc(610 / 550 * 100%);
}

.pr3-header__image-inner > img {
	position: absolute;
	width: 100%;
	height: 100%;
	filter: drop-shadow(10px -12px 20px rgba(51, 51, 51, 0.2));
	object-fit: contain;
}

.pr1-header__quote {
	max-width: 420px;
}

.pr5-footer {
	padding: 100px 0;
	background-color: #141414;
	color: #ffffff;
}

.pr5-footer_header__inner {
	display: flex;
	flex-direction: column;
	align-items: center;
}

.pr5-footer__logo {
	width: 179px;
	height: 40px;
	margin-bottom: 31px;
	background-image: url("/img/promo/edler.svg");
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center;
}

.pr5-footer__text {
	max-width: 763px;
	margin-bottom: 30px;
	text-align: center;
}

.pr5-footer__list {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	max-width: 1080px;
	margin: -5px;
}

.pr5-footer__item {
	display: flex;
	align-items: center;
	justify-content: center;
	padding: 15px 22px;
	margin: 5px;
	font-size: 14px;
	line-height: 115%;
	font-weight: 500;
	color: #333;
	background-color: #fff;
	border-radius: 31px;
}

.pr4-modal__aside {
	position: relative;
	display: flex;
	flex: 0 0 294px;
	flex-direction: column;
	padding: 20px 60px 0 30px;
	margin-right: 20px;
	background-color: #f7f8fa;
	border-radius: 20px;
	overflow: hidden;
}

.pr4-modal__slide-header {
	padding-right: 220px;
	margin-bottom: 58px;
	font-size: 24px;
	line-height: 115%;
	font-weight: 700;
}

@media (max-width: 1440px) {
	.pr4-header__title {
		font-size: 54px;
		line-height: 130%;
	}
}

@media (max-width: 1280px) {
	.pr3-header {
		grid-template-columns: auto 400px;
	}
	.pr4-header__title {
		font-size: 34px;
		line-height: 130%;
	}
	.pr3-header__image-inner > img {
		width: 550px;
		height: 550px;
		left: 0;
		top: 50%;
		transform: translateY(-50%);
	}
}

@media (max-width: 1180px) {
	.pr4-header {
		grid-template-columns: auto 450px;
	}
}

@media (max-width: 1080px) {
	.pr4-header__title {
		font-size: 34px;
		line-height: 130%;
	}
}

@media (max-width: 980px) {
	.pr4-header {
		grid-template-columns: auto;
	}
}

@media (max-width: 960px) {
	.pr3-header {
		display: flex;
		flex-direction: column;
	}
}

@media (max-width: 880px) {
	.pr4-modal__aside {
		padding: 20px;
		flex-basis: auto;
		margin-bottom: 30px;
		margin-right: 0;
	}
	.pr4-modal__slide-header {
		margin-bottom: 20px;
	}
}

@media (max-width: 580px) {
	.pr4-header {
		display: block;
		min-height: auto;
		padding: 40px 0 0;
	}
	.pr4-header__title {
		font-size: 30px;
		line-height: 110%;
	}
	.pr4-header__subtitle,
	.pr4-header__suptitle {
		font-size: 16px;
		line-height: 115%;
	}
	.pr5-footer {
		padding: 50px 0;
	}
	.pr5-footer__logo {
		width: 40px;
		height: 40px;
		margin-bottom: 20px;
		background-image: url("/img/promo/edler-logo.svg");
	}
	.pr5-footer__text {
		margin-bottom: 20px;
		font-size: 14px;
		line-height: 115%;
		font-weight: 700;
	}
	.pr4-modal__slide-header {
		padding-right: 0;
		font-size: 18px;
		line-height: 115%;
	}
}

@media (max-width: 560px) {
	.pr3-header {
		grid-gap: 0;
		padding: 40px 0 0;
		min-height: auto;
	}

	.pr1-header__data {
		margin-bottom: 0;
	}

	.pr3-header__image {
		width: calc(100% + 40px);
		margin: 0 -20px;
		overflow: hidden;
	}

	.pr3-header__image-inner {
		padding-bottom: 300px;
	}

	.pr3-header__image-inner > img {
		width: 100%;
		top: 0;
		transform: translateY(0);
	}
}

@media (max-width: 428px) {
	.pr4-header__link {
		justify-content: space-between;
		width: 100%;
	}
}
