body.pdv-site {
	margin: 0;
	background: #ffffff;
	color: #10233f;
	font-family: "Rubik", "Roboto", Arial, Helvetica, sans-serif;
}

body.pdv-site [type=button]:focus,
body.pdv-site [type=button]:hover,
body.pdv-site [type=submit]:focus,
body.pdv-site [type=submit]:hover,
body.pdv-site button:focus,
body.pdv-site button:hover {
	background-color: #202020;
	color: #fff;
	text-decoration: none;
}

.pdv-site *,
.pdv-site *::before,
.pdv-site *::after {
	box-sizing: border-box;
}

.pdv-site a {
	color: #ffffff;
	text-decoration: none;
}

.pdv-shell {
	width: min(1140px, calc(100% - 48px));
	margin: 0 auto;
}

.pdv-topbar {
	background: #212121;
	color: #81858c;
	font-size: 16px;
	font-family: "Roboto", Arial, Helvetica, sans-serif;
}

.pdv-topbar .pdv-shell {
	display: flex;
	justify-content: flex-end;
	padding: 10px 0;
}

.pdv-header {
	background: #ffffff;
	border-bottom: 0;
}

.pdv-header__inner {
	display: grid;
	grid-template-columns: 390px minmax(0, 1fr) auto;
	column-gap: 58px;
	row-gap: 18px;
	align-items: center;
	padding: 0;
}

.pdv-header__logo {
	padding: 34px 0 34px 16px;
}

.pdv-header__logo img {
	display: block;
	width: 100%;
	max-width: 350px;
}

.pdv-header__contacts {
	display: flex;
	justify-content: flex-end;
	align-items: center;
	gap: 24px;
	margin-top: -10px;
	padding-right: 20px;
}

.pdv-header__unit {
	text-align: right;
	color: #1d4987;
	font-size: 18px;
	font-weight: 700;
	line-height: 1.2;
	text-transform: uppercase;
}

.pdv-header__unit span {
	display: block;
	font-size: 18px;
	font-weight: 700;
	color: #1d4987;
	margin-bottom: 2px;
}

.pdv-header__unit strong {
	display: block;
	font-size: 18px;
	font-weight: 700;
	color: #1d4987;
}

.pdv-header__phone-group span {
	display: block;
	font-size: 13px;
	font-weight: 400;
	color: #626262;
	margin-bottom: 5px;
}

.pdv-header__phone-group {
	font-size: 15px;
	line-height: 1.15;
	color: #262626;
}

.pdv-header__phone-group strong {
	display: block;
	font-size: 15px;
	font-weight: 500;
	color: #262626;
}

.pdv-header__cta {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-height: 0;
	padding: 25px 10px;
	border-radius: 10px;
	background: #008000;
	color: #ffffff;
	font-size: 15px;
	font-weight: 400;
	line-height: 1;
	box-shadow: none;
	margin: 10px;
}

.pdv-nav {
	background: #1d4987;
}

.pdv-nav__mobile-bar {
	display: none;
}

.pdv-nav__toggle {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	position: relative;
	width: 36px;
	height: 36px;
	padding: 0;
	border: 0;
	border-radius: 10px;
	background: #111111;
	cursor: pointer;
}

.pdv-nav__toggle span {
	position: absolute;
	left: 50%;
	width: 16px;
	height: 2px;
	background: #ffffff;
	border-radius: 999px;
	margin: 0;
	transform: translateX(-50%);
	transition: transform 0.25s ease, opacity 0.25s ease, top 0.25s ease;
}

.pdv-nav__toggle span:nth-child(1) {
	top: 12px;
}

.pdv-nav__toggle span:nth-child(2) {
	top: 17px;
}

.pdv-nav__toggle span:nth-child(3) {
	top: 22px;
}

.pdv-nav.is-open .pdv-nav__toggle span:nth-child(1) {
	top: 17px;
	transform: translateX(-50%) rotate(45deg);
}

.pdv-nav.is-open .pdv-nav__toggle span:nth-child(2) {
	opacity: 0;
}

.pdv-nav.is-open .pdv-nav__toggle span:nth-child(3) {
	top: 17px;
	transform: translateX(-50%) rotate(-45deg);
}

.pdv-nav__inner {
	display: flex;
	align-items: center;
	justify-content: flex-start;
}

.pdv-nav__link {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-height: 52px;
	padding: 16px 17px;
	color: #ffffff;
	font-size: 14px;
	font-weight: 600;
	text-transform: uppercase;
	line-height: 20px;
}

.pdv-nav__link.is-active {
	background: #2196f3;
	color: #212121;
}

.pdv-hero-slider {
	position: relative;
	height: 500px;
	overflow: hidden;
	background: #18365f;
}

.pdv-hero-slide {
	position: absolute;
	inset: 0;
	opacity: 0;
	visibility: hidden;
	background-position: center;
	background-size: cover;
	transition: opacity 0.45s ease, visibility 0.45s ease;
}

.pdv-hero-slide::before {
	content: "";
	position: absolute;
	inset: 0;
	background: linear-gradient(90deg, rgba(12, 33, 68, 0.82) 0%, rgba(12, 33, 68, 0.36) 52%, rgba(12, 33, 68, 0.18) 100%);
}

.pdv-hero-slide.is-active {
	opacity: 1;
	visibility: visible;
}

.pdv-hero-slide__inner {
	position: relative;
	z-index: 1;
	display: flex;
	align-items: center;
	height: 100%;
}

.pdv-hero-slide__content {
	max-width: 600px;
	color: #ffffff;
}

.pdv-hero-slide__eyebrow {
	display: inline-block;
	margin-bottom: 10px;
	font-size: 14px;
	font-weight: 700;
	letter-spacing: 0.06em;
	text-transform: uppercase;
}

.pdv-hero-slide h1 {
	margin: 0 0 12px;
	font-size: 42px;
	line-height: 1.08;
}

.pdv-hero-slide p {
	margin: 0 0 22px;
	max-width: 520px;
	font-size: 18px;
	line-height: 1.5;
}

.pdv-hero-slide a {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-height: 46px;
	padding: 0 22px;
	border: 1px solid rgba(255, 255, 255, 0.75);
	color: #ffffff;
	font-size: 14px;
	font-weight: 700;
	text-transform: uppercase;
}

.pdv-hero-slider__dots {
	position: absolute;
	right: 22px;
	bottom: 18px;
	display: flex;
	gap: 8px;
	z-index: 2;
}

.pdv-hero-slider__dot {
	width: 10px;
	height: 10px;
	border: 0;
	border-radius: 999px;
	background: rgba(255, 255, 255, 0.42);
	cursor: pointer;
}

.pdv-hero-slider__dot.is-active {
	background: #ffffff;
}

.pdv-top-cards,
.pdv-product-cards {
	padding: 0 0 50px;
}

.pdv-top-cards__grid,
.pdv-product-cards__grid {
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	gap: 0;
	margin-top: 24px;
}

.pdv-product-cards__grid {
	grid-template-columns: repeat(4, minmax(0, 1fr));
	margin-top: 0;
}

.pdv-card {
	position: relative;
	display: flex;
	align-items: flex-end;
	min-height: 224px;
	padding: 20px;
	background-position: center;
	background-size: cover;
	overflow: hidden;
}

.pdv-top-cards .pdv-card {
	min-height: 212px;
}

.pdv-product-card {
	min-height: 230px;
}

.pdv-card__overlay {
	position: absolute;
	inset: 0;
	background: linear-gradient(180deg, rgba(4, 11, 21, 0.08) 0%, rgba(4, 11, 21, 0.72) 100%);
}

.pdv-card h3 {
	position: relative;
	z-index: 1;
	margin: 0;
	color: #ffffff;
	font-size: 22px;
	line-height: 1.05;
	font-weight: 700;
	text-transform: uppercase;
}

.pdv-guarantees {
	border-top: 1px solid #ececec;
	border-bottom: 1px solid #ececec;
	background: #ffffff;
	margin-top: 28px;
}

.pdv-guarantees__grid {
	display: grid;
	grid-template-columns: repeat(4, minmax(0, 1fr));
	gap: 22px;
	padding: 24px 0;
}

.pdv-guarantee {
	display: flex;
	align-items: center;
	gap: 18px;
}

.pdv-guarantee img {
	width: 52px;
	height: 52px;
	object-fit: contain;
}

.pdv-guarantee h3 {
	margin: 0 0 4px;
	color: #103d78;
	font-size: 16px;
	line-height: 1.2;
	font-weight: 700;
	text-transform: uppercase;
}

.pdv-guarantee p {
	margin: 0;
	color: #7c8796;
	font-size: 14px;
	line-height: 1.3;
	text-transform: uppercase;
}

.pdv-section-title {
	display: flex;
	align-items: center;
	gap: 18px;
	margin: 48px 0 26px;
}

.pdv-section-title__icon {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 58px;
	height: 58px;
	background: #234f90;
	color: #ffffff;
}

.pdv-section-title__icon img,
.pdv-section-title__icon svg {
	width: 30px;
	height: 30px;
	object-fit: contain;
}

.pdv-section-title h2 {
	margin: 0;
	color: #154685;
	font-size: 56px;
	line-height: 1;
	font-weight: 700;
}

.pdv-installations {
	position: relative;
	padding: 54px 0 72px;
	overflow: hidden;
	background: linear-gradient(135deg, #f5f6f8 0%, #fbfbfc 50%, #eef1f4 100%);
}

.pdv-installations::after {
	content: "";
	position: absolute;
	inset: 0;
	background:
		linear-gradient(140deg, transparent 0%, transparent 68%, rgba(173, 180, 190, 0.18) 68%, rgba(173, 180, 190, 0.18) 69%, transparent 69%),
		linear-gradient(24deg, transparent 0%, transparent 20%, rgba(173, 180, 190, 0.12) 20%, rgba(173, 180, 190, 0.12) 21%, transparent 21%);
	pointer-events: none;
}

.pdv-installations__watermark {
	position: absolute;
	left: -24px;
	bottom: 18px;
	width: min(420px, 42vw);
	opacity: 0.08;
	filter: grayscale(1);
	pointer-events: none;
}

.pdv-installations__grid {
	position: relative;
	z-index: 1;
	display: grid;
	grid-template-columns: 300px minmax(0, 1fr);
	gap: 24px;
	align-items: center;
}

.pdv-installations__intro h2 {
	margin: 0 0 18px;
	color: #154685;
	font-size: 38px;
	line-height: 0.95;
}

.pdv-installations__intro a {
	display: inline-flex;
	padding: 16px 18px;
	background: #17a739;
	color: #ffffff;
	font-size: 14px;
	font-weight: 700;
	line-height: 1.2;
	box-shadow: 0 8px 18px rgba(23, 167, 57, 0.2);
}

.pdv-installations__slider {
	position: relative;
	min-height: 410px;
	overflow: hidden;
}

.pdv-installations__slide {
	position: absolute;
	inset: 0;
	opacity: 0;
	visibility: hidden;
	background-position: center;
	background-size: cover;
	transition: opacity 0.45s ease, visibility 0.45s ease, transform 0.45s ease;
	transform: scale(1.01);
}

.pdv-installations__slide.is-active {
	opacity: 1;
	visibility: visible;
	transform: scale(1);
}

.pdv-footer {
	background: #202020;
	color: #a9adb2;
}

.pdv-footer__grid {
	display: grid;
	grid-template-columns: repeat(4, minmax(0, 1fr));
	gap: 28px;
	padding: 44px 0 28px;
}

.pdv-footer h3 {
	margin: 0 0 16px;
	color: #ffffff;
	font-size: 18px;
}

.pdv-footer p,
.pdv-footer a,
.pdv-footer span {
	display: block;
	margin: 0 0 10px;
	color: #a9adb2;
	font-size: 14px;
	line-height: 1.45;
}

.pdv-footer__icon-row {
	display: flex;
	align-items: flex-start;
	gap: 10px;
	margin-bottom: 10px;
}

.pdv-footer__icon {
	flex-shrink: 0;
	width: 14px;
	height: 14px;
	margin-top: 2px;
	color: #a9adb2;
}

.pdv-footer__icon svg {
	width: 100%;
	height: 100%;
}

.pdv-footer__social {
	display: flex;
	align-items: center;
	gap: 8px;
	margin-top: 6px;
}

.pdv-footer__social-btn {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 36px;
	height: 36px;
	margin: 0;
	padding: 0;
	border-radius: 50%;
	background: #555a62;
	color: #ffffff;
	line-height: 0;
	flex-shrink: 0;
}

.pdv-footer__social-btn svg {
	display: block;
	width: 16px;
	height: 16px;
	margin: auto;
	flex: 0 0 16px;
}

.pdv-footer__copy {
	padding: 14px 24px;
	background: #171717;
	color: #8b8f95;
	text-align: center;
	font-size: 13px;
}

.pdv-inner-hero {
	position: relative;
	min-height: 161px;
	background-position: center;
	background-size: cover;
}

.pdv-page-title {
	padding: 20px 0 0;
	text-align: center;
}

.pdv-page-title h2 {
	margin: 0 0 28px;
	font-size: 32px;
	font-weight: 600;
	color: rgb(2, 1, 1);
	text-align: center;
}

.pdv-thanks h1 {
	margin: 0 0 14px;
	color: #020101;
	font-size: 32px;
	font-weight: 600;
	line-height: 1.2;
	text-transform: uppercase;
}

.pdv-copy-block,
.pdv-contact,
.pdv-thanks {
	padding: 56px 0;
}

.pdv-info-cards {
	padding: 50px 0 56px;
}

.pdv-info-cards__grid {
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	gap: 20px;
}

.pdv-info-card {
	padding: 28px 24px 26px;
	border-top: 4px solid #1d4f92;
	background: #f7f9fc;
	box-shadow: 0 16px 34px rgba(16, 35, 63, 0.08);
}

.pdv-info-card__icon {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 54px;
	height: 54px;
	margin-bottom: 16px;
	color: #1d4f92;
}

.pdv-info-card__icon svg {
	width: 100%;
	height: 100%;
}

.pdv-info-card h3 {
	margin: 0 0 12px;
	color: #154685;
	font-size: 21px;
	line-height: 1.15;
	font-weight: 700;
	text-transform: uppercase;
}

.pdv-info-card__body p {
	margin: 0;
	color: #4e5968;
	font-size: 16px;
	line-height: 1.7;
}

.pdv-info-cards--highlights .pdv-info-card {
	background: #ffffff;
}

.pdv-feature-columns {
	padding: 50px 0 56px;
}

.pdv-feature-columns__grid {
	display: grid;
	gap: 34px 42px;
}

.pdv-feature-columns--products .pdv-feature-columns__grid {
	grid-template-columns: repeat(3, minmax(0, 1fr));
}

.pdv-feature-columns--services .pdv-feature-columns__grid {
	grid-template-columns: repeat(2, minmax(0, 1fr));
}

.pdv-feature-column {
	text-align: center;
}

.pdv-feature-column__icon {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 65px;
	height: 65px;
	margin-bottom: 16px;
	color: #1d4987;
}

.pdv-feature-column__icon svg {
	width: 100%;
	height: 100%;
}

.pdv-feature-column h3 {
	margin: 0 0 12px;
	color: #000000;
	font-size: 16px;
	font-weight: 500;
	line-height: 1.35;
	text-transform: uppercase;
}

.pdv-feature-column__body p {
	margin: 0;
	color: #7a7a7a;
	font-size: 16px;
	line-height: 1.7;
}

.pdv-copy-block h2,
.pdv-contact__info h2 {
	margin: 0 0 18px;
	color: #154685;
	font-size: 34px;
}

.pdv-copy-block p,
.pdv-copy-block li,
.pdv-contact__info p,
.pdv-thanks p {
	font-size: 17px;
	line-height: 1.7;
	color: #3d4857;
}

.pdv-copy-block ol {
	padding-left: 22px;
	margin: 0;
}

.pdv-contact__grid {
	display: grid;
	grid-template-columns: minmax(0, 1.1fr) minmax(320px, 0.9fr);
	gap: 28px;
}

.pdv-contact__form,
.pdv-contact__info {
	padding: 30px;
	background: #f7f8fb;
}

.pdv-contact__info iframe {
	width: 100%;
	height: 100%;
	min-height: 360px;
	border: 0;
}

.pdv-contact__info {
	padding: 0;
}

.pdv-thanks {
	text-align: center;
}

.pdv-thanks p {
	margin: 0 0 28px;
}

.pdv-thanks a {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-height: 48px;
	padding: 0 24px;
	background: #008000;
	color: #ffffff;
	font-weight: 700;
}

.pdv-landing {
	position: relative;
	min-height: 100vh;
	overflow: hidden;
	background: #0d2440;
}

.pdv-landing__logo {
	position: absolute;
	top: -12px;
	left: 50%;
	transform: translateX(-50%);
	z-index: 3;
	width: min(640px, calc(100vw - 80px));
}

.pdv-landing__logo img {
	display: block;
	width: 100%;
	filter: drop-shadow(0 12px 22px rgba(0, 0, 0, 0.14));
}

.pdv-landing__split {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	min-height: 100vh;
}

.pdv-panel {
	position: relative;
	display: flex;
	align-items: center;
	justify-content: center;
	padding: 140px 84px 82px;
	background-position: center center;
	background-size: cover;
	overflow: hidden;
	transition: background-position 0.5s ease;
}

.pdv-panel--left {
	border-right: 4px solid rgba(0, 0, 0, 0.4);
}

.pdv-panel__overlay {
	position: absolute;
	inset: 0;
	transition: opacity 0.45s ease;
}

.pdv-panel--left .pdv-panel__overlay {
	background:
		linear-gradient(79deg, rgba(29, 73, 135, 0.34) 0%, rgba(29, 73, 135, 0.18) 34%, rgba(29, 73, 135, 0) 64%),
		linear-gradient(180deg, rgba(10, 34, 72, 0.38) 0%, rgba(10, 34, 72, 0.34) 100%);
}

.pdv-panel--right .pdv-panel__overlay {
	background:
		linear-gradient(180deg, rgba(8, 23, 46, 0.5) 0%, rgba(8, 23, 46, 0.56) 100%),
		linear-gradient(90deg, rgba(5, 25, 55, 0.08) 0%, rgba(5, 25, 55, 0.18) 100%);
}

.pdv-panel__content {
	position: relative;
	z-index: 1;
	width: min(440px, 100%);
	margin-top: 20px;
	transition: transform 0.45s ease;
	text-align: center;
}

.pdv-panel__content p {
	margin: 0 0 10px;
	color: #ffffff;
	font-size: 23px;
	line-height: 1.08;
	font-weight: 300;
	letter-spacing: 0.01em;
	text-transform: uppercase;
	text-align: center;
}

.pdv-panel__content h2 {
	margin: 0;
	color: #ffffff;
	font-size: clamp(32px, 3vw, 42px);
	line-height: 0.96;
	font-weight: 700;
	letter-spacing: 0.02em;
	text-transform: uppercase;
}

.pdv-panel:hover {
	background-position: calc(50% + 26px) center;
}

.pdv-panel:hover .pdv-panel__overlay {
	opacity: 0.18;
}

.pdv-panel:hover .pdv-panel__content {
	transform: translateY(-24px);
}

@media (max-width: 1100px) {
	.pdv-header__inner,
	.pdv-footer__grid,
	.pdv-guarantees__grid,
	.pdv-installations__grid,
	.pdv-info-cards__grid,
	.pdv-contact__grid {
		grid-template-columns: 1fr 1fr;
	}

	.pdv-feature-columns--products .pdv-feature-columns__grid {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}

	.pdv-feature-columns--services .pdv-feature-columns__grid {
		grid-template-columns: 1fr;
	}

	.pdv-header__inner {
		justify-items: center;
		grid-template-columns: 1fr;
		column-gap: 24px;
		padding: 24px 0;
	}

	.pdv-header__contacts,
	.pdv-nav__inner {
		flex-wrap: wrap;
		justify-content: center;
	}

	.pdv-installations__intro {
		grid-column: 1 / -1;
	}

	.pdv-header__logo {
		padding: 0;
	}

	.pdv-header__contacts {
		margin-top: 0;
		padding-right: 0;
	}

	.pdv-product-cards__grid {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}

	.pdv-section-title h2 {
		font-size: 44px;
	}
}

@media (max-width: 767px) {
	.pdv-shell {
		width: min(100% - 32px, 1140px);
	}

	.pdv-header__inner,
	.pdv-top-cards__grid,
	.pdv-product-cards__grid,
	.pdv-guarantees__grid,
	.pdv-footer__grid,
	.pdv-installations__grid,
	.pdv-info-cards__grid,
	.pdv-landing__split,
	.pdv-contact__grid {
		grid-template-columns: 1fr;
	}

	.pdv-topbar .pdv-shell {
		justify-content: center;
		text-align: center;
	}

	.pdv-header__contacts,
	.pdv-header__unit,
	.pdv-header__phone-group {
		text-align: center;
	}

	.pdv-hero-slider {
		height: 360px;
	}

	.pdv-hero-slide h1 {
		font-size: 30px;
	}

	.pdv-section-title h2 {
		font-size: 34px;
	}

	.pdv-installations__slider {
		min-height: 260px;
	}

	.pdv-panel {
		min-height: 50vh;
		padding: 150px 28px 48px;
	}

	.pdv-panel__content p {
		font-size: 18px;
	}

	.pdv-panel__content h2 {
		font-size: 28px;
	}

	.pdv-panel__content {
		margin-top: 28px;
	}

	.pdv-landing__logo {
		top: -6px;
		width: min(310px, calc(100vw - 40px));
	}

	.pdv-panel--left {
		border-right: 0;
	}

	.pdv-feature-columns--products .pdv-feature-columns__grid,
	.pdv-feature-columns--services .pdv-feature-columns__grid {
		grid-template-columns: 1fr;
	}

	.pdv-nav__mobile-bar {
		display: flex;
		align-items: center;
		justify-content: flex-end;
		min-height: 60px;
	}

	.pdv-nav__inner {
		display: none;
		flex-direction: column;
		align-items: stretch;
	}

	.pdv-nav.is-open .pdv-nav__inner {
		display: flex;
	}

	.pdv-nav__link {
		width: 100%;
		justify-content: flex-start;
		padding: 18px 20px;
	}
}
