@font-face{
	font-family: "Source Sans 3";
	src: url("../assets/sourcesans3-regular.woff2") format("woff2"), url("../assets/SourceSans3-Regular.ttf") format("truetype");
	font-weight: 400;
	font-style: normal;
	font-display: swap;
}
@font-face{
	font-family: "Source Sans 3";
	src: url("../assets/sourcesans3-bold.woff2") format("woff2"), url("../assets/SourceSans3-Bold.ttf") format("truetype");
	font-weight: 700;
	font-style: normal;
	font-display: swap;
}
:root{
	--paper: #f9f9f7;
	--white: #ffffff;
	--blue: #1e3f74;
	--blue-dark: #071d3b;
	--red: #9b2f2f;
	--gold: #c78c24;
	--steel: #bac9d7;
	--text: #1a1a1c;
	--muted: rgba(26, 26, 28, 0.68);
	--blue-muted: rgba(30, 63, 116, 0.68);
	--line: rgba(30, 63, 116, 0.16);
	--container: 1720px;
	--scrollbar-gap: 0px;
}
*{
	box-sizing: border-box;
}
::selection{
	color: var(--white);
	background: var(--red);
}
html{
	overflow-x: clip;
	scroll-behavior: smooth;
	scrollbar-gutter: stable;
}
body{
	margin: 0;
	overflow-x: clip;
	background: var(--paper);
	color: var(--text);
	font-family: "Source Sans 3", Arial, sans-serif;
	font-size: 17px;
	line-height: 1.55;
}
body.is-menu-open{
	overflow: hidden;
}
html.is-popup-open,
body.is-popup-open{
	overflow: hidden;
}
body.compensate-for-scrollbar{
	margin-right: 0 !important;
	padding-right: 0 !important;
}
img,
video{
	display: block;
	max-width: 100%;
}
button{
	cursor: pointer;
	font: inherit;
}
a,
a:focus{
	color: inherit;
	text-decoration: none;
}
h1,
h2,
h3,
p{
	margin: 0;
}
h1,
h2,
h3{
	max-width: 100%;
	color: var(--blue);
	font-weight: 400;
	letter-spacing: 0;
	overflow-wrap: anywhere;
}
h1{
	max-width: 870px;
	font-size: 34px;
	line-height: 1.08;
}
h2{
	max-width: 860px;
	font-size: 30px;
	line-height: 1.08;
}
h3{
	font-size: 24px;
	line-height: 1.08;
}
.container{
	width: min(var(--container), calc(100% - 40px));
	margin: 0 auto;
}
.container,
.content-head,
.section-head,
.content-grid > *,
.about-layout > *,
.contact-grid > *,
.project-detail-layout > *,
.work-grid > *,
.help-order-grid > *,
.project-card,
.active-project-card,
.project-body,
.page-form,
.contact-form,
.contact-panel,
.contact-list,
.contact-requisites,
.content-card{
	min-width: 0;
	max-width: 100%;
}
.eyebrow{
	display: inline-flex;
	width: fit-content;
	min-height: 0;
	padding: 0;
	align-items: center;
	color: var(--red);
	background: transparent;
	font-size: 14px;
	font-weight: 700;
	line-height: 1.25;
	letter-spacing: 0.14em;
	text-transform: uppercase;
}
.lead,
.section-note{
	max-width: 680px;
	color: var(--blue-muted);
	font-size: 20px;
	line-height: 1.45;
	overflow-wrap: anywhere;
}
.btn,
.btn:focus{
	position: relative;
	display: inline-flex;
	min-height: 48px;
	padding: 0 22px;
	align-items: center;
	justify-content: center;
	overflow: hidden;
	border: 1px solid var(--blue);
	border-radius: 0;
	background: var(--paper);
	color: var(--blue);
	font-size: 16px;
	font-weight: 400;
	line-height: 1;
	text-align: center;
	white-space: nowrap;
	outline: none;
	transition: color 1s ease, background-color 1s ease, border-color 1s ease;
}
@media (max-width: 389px){
	.btn,
	.btn:focus{
		padding: 0 13px;
	}
}
.btn-primary,
.btn-primary:focus{
	border-color: var(--blue);
	background: var(--blue);
	color: var(--paper);
}
.btn-secondary,
.btn-secondary:focus{
	border-color: var(--blue);
	background: var(--paper);
	color: var(--blue);
}
.btn-primary:hover,
.btn-primary:focus-visible{
	border-color: var(--blue);
	background: var(--paper);
	color: var(--blue);
}
.btn-secondary:hover,
.btn-secondary:focus-visible{
	border-color: var(--blue);
	background: var(--blue);
	color: var(--paper);
}
.text-link,
.text-link:focus,
.news-all-link,
.news-all-link:focus,
.project-card .project-body > a,
.project-card .project-body > a:focus,
.news-grid article > a,
.news-grid article > a:focus,
.support-card-link,
.support-card-link:focus,
.active-project-card a,
.active-project-card a:focus{
	position: relative;
	display: inline-flex;
	width: fit-content;
	align-items: center;
	gap: 9px;
	border: 0;
	color: currentColor;
	font-weight: 700;
	line-height: 1.25;
}
.text-link::after,
.news-all-link::after,
.project-card .project-body > a::after,
.news-grid article > a::after,
.support-card-link::after,
.active-project-card a::after{
	content: "\2192";
	transform: translateY(-1px);
	transition: transform 220ms ease;
}
.text-link::before,
.news-all-link::before,
.project-card .project-body > a::before,
.news-grid article > a::before,
.support-card-link::before,
.active-project-card a::before{
	content: "";
	position: absolute;
	left: 0;
	right: 26px;
	bottom: -5px;
	height: 1px;
	background: currentColor;
	transform: scaleX(0);
	transform-origin: left center;
	transition: transform 240ms ease;
}
.text-link:hover::before,
.text-link:focus-visible::before,
.news-all-link:hover::before,
.news-all-link:focus-visible::before,
.project-card .project-body > a:hover::before,
.project-card .project-body > a:focus-visible::before,
.news-grid article > a:hover::before,
.news-grid article > a:focus-visible::before,
.active-project-card a:hover::before,
.active-project-card a:focus-visible::before{
	transform: scaleX(1);
}
.text-link:hover::after,
.text-link:focus-visible::after,
.news-all-link:hover::after,
.news-all-link:focus-visible::after,
.project-card .project-body > a:hover::after,
.project-card .project-body > a:focus-visible::after,
.news-grid article > a:hover::after,
.news-grid article > a:focus-visible::after,
.active-project-card a:hover::after,
.active-project-card a:focus-visible::after{
	transform: translate(4px, -1px);
}
.brand,
.desktop-menu{
	display: none;
}
.menu-toggle,
.menu-toggle:focus{
	position: fixed;
	top: 8px;
	right: 10px;
	z-index: 40;
	display: flex;
	width: 44px;
	height: 44px;
	align-items: center;
	justify-content: center;
	padding: 0;
	border: 0;
	border-radius: 5px;
	background: rgba(249, 249, 247, 0.3);
	color: var(--blue);
	outline: none;
}
.menu-toggle span,
.menu-toggle::before,
.menu-toggle::after{
	content: "";
	position: absolute;
	left: 11px;
	display: block;
	height: 2px;
	background: currentColor;
	transition: top 220ms ease, transform 220ms ease, opacity 180ms ease, width 180ms ease;
}
.menu-toggle::before{
	top: 14px;
	width: 22px;
}
.menu-toggle span{
	top: 21px;
	width: 17px;
}
.menu-toggle::after{
	top: 28px;
	width: 12px;
}
.site-header.is-menu-open .menu-toggle span{
	opacity: 0;
}
.site-header.is-menu-open .menu-toggle::before{
	top: 21px;
	width: 22px;
	transform: rotate(45deg);
}
.site-header.is-menu-open .menu-toggle::after{
	top: 21px;
	width: 22px;
	transform: rotate(-45deg);
}
.mobile-menu{
	position: fixed;
	inset: 0 0 0 auto;
	z-index: 35;
	display: flex;
	width: min(100%, 390px);
	padding: 28px 28px 34px;
	flex-direction: column;
	align-items: center;
	gap: 28px;
	background: var(--paper);
	box-shadow: none;
	transform: translateX(100%);
	transition: transform 280ms cubic-bezier(0.22, 1, 0.36, 1), box-shadow 280ms cubic-bezier(0.22, 1, 0.36, 1);
}
.site-header.is-menu-open .mobile-menu{
	box-shadow: -24px 0 60px rgba(10, 18, 28, 0.18);
	transform: translateX(0);
}
.mobile-menu-logo{
	width: 190px;
}
.mobile-menu .nav{
	display: flex;
	flex-direction: column;
	flex-wrap: nowrap;
	align-items: center;
	justify-content: center;
	gap: 18px;
	margin-top: 20px;
	color: var(--blue);
	font-size: 22px;
	font-weight: 700;
	line-height: 1.1;
	text-align: center;
}
.mobile-menu .header-action{
	width: 200px;
	margin-top: auto;
}
.nav a,
.nav a:focus{
	position: relative;
	display: inline-flex;
	min-height: 34px;
	align-items: center;
	color: inherit;
	white-space: nowrap;
	outline: none;
	transition: color 180ms ease;
}
.nav a::after{
	content: "";
	position: absolute;
	left: 0;
	right: 0;
	bottom: 0;
	height: 1px;
	background: currentColor;
	transform: scaleX(0);
	transform-origin: left center;
	transition: transform 200ms ease;
}
.nav a:hover,
.nav a:focus-visible{
	color: var(--red);
}
.nav a.is-active,
.nav a.is-active:focus{
	color: var(--red);
}
.nav a:hover::after,
.nav a:focus-visible::after{
	transform: scaleX(1);
}
.nav a.is-active::after,
.nav a.is-active:focus::after{
	transform: scaleX(0);
}
.hero{
	position: relative;
	display: flex;
	height: auto;
	min-height: 0;
	padding: 54px 0 114px;
	flex-direction: column;
	overflow: hidden;
	background: var(--paper);
}
.hero-architecture,
.hero-visual{
	display: none;
}
.hero-grid{
	position: relative;
	z-index: 3;
	display: grid;
	height: 100%;
	align-items: center;
}
.hero-content{
	max-width: 950px;
	margin: 0;
	text-align: left;
}
.hero-mobile-logo{
	width: 200px;
	margin: 0 auto 30px;
}
.hero-content h1{
	max-width: 950px;
	margin-top: 0;
	color: #3c3c3c;
	font-size: 40px;
	font-weight: 400;
	line-height: 125%;
	letter-spacing: 0.01em;
	text-wrap: balance;
}
.hero-content h1 b{
	font-weight: 700;
}
.hero-content .lead{
	max-width: 950px;
	margin-top: 22px;
	color: #413c42;
}
.hero-media{
	position: relative;
	display: flex;
	height: 330px;
	margin-top: min(240px, 20vw);
	align-items: center;
	justify-content: center;
	overflow: visible;
}
.hero-media-home{
	height: 90vh !important;
	margin-top: 0;
}
.hero-media video{
	width: 100%;
	height: 100%;
	object-fit: cover;
}
.is-edit-mode .hero{
	height: auto;
	min-height: 0;
	padding-bottom: 110px;
	overflow: visible;
}
.is-edit-mode .hero-media-home{
	margin-top: 88px;
}
.is-edit-mode .hero-content > [id^="bx_incl_area"],
.is-edit-mode .actions > [id^="bx_incl_area"]{
	display: contents;
}
.is-edit-mode .hero-media > [id^="bx_incl_area"]{
	display: block;
	width: 100%;
	height: 100%;
}
.is-edit-mode .content-grid > [id^="comp_"],
.is-edit-mode .content-grid > [id^="bx_"],
.is-edit-mode .content-grid > [id^="bx_incl_area"]{
	display: contents;
}
.actions{
	display: flex;
	flex-wrap: wrap;
	justify-content: flex-start;
	gap: 14px;
	margin-top: 38px;
}
.section{
	margin: 50px 0;
	padding: 0;
	background: var(--paper);
}
.section-paper{
	background: var(--paper);
}
.section-white{
	padding: 40px 0;
	background: var(--white);
}
.section-blue,
.footer{
	background: var(--blue);
	color: var(--paper);
}
.section-blue{
	overflow: hidden;
}
.content-head{
	max-width: 1080px;
}
.content-head .hdr{
	display: inline-flex;
	width: fit-content;
	min-height: 0;
	margin: 0;
	padding: 0;
	align-items: center;
	color: var(--red);
	background: transparent;
	font-size: 14px;
	font-weight: 700;
	line-height: 1.25;
	letter-spacing: 0.14em;
	text-transform: uppercase;
}
.content-title{
	margin-top: 24px;
	color: var(--blue);
	text-wrap: balance;
	overflow-wrap: anywhere;
}
.content-text{
	max-width: 680px;
	margin-top: 24px;
	color: var(--blue-muted);
	font-size: 20px;
	line-height: 1.45;
	overflow-wrap: anywhere;
}
.section-head{
	max-width: 1080px;
}
.section-head h2{
	margin-top: 24px;
	text-wrap: balance;
}
.section-head h2,
.section-head .hdr{
	margin-top: 0;
}
.section-head .section-note,
.project-head .section-note{
	margin-top: 24px;
}
h2.hdr{
	margin: 25px 0 10px;
	color: #413c42;
	font-size: 24px;
	line-height: 130%;
}
.project-head{
	max-width: none;
}
.projects,
.projects .container,
.projects .project-head,
.projects .project-grid,
.projects .slick-list,
.projects .slick-track,
.projects .slick-slide,
.projects .slick-slide > div,
.projects .project-card,
.projects .project-media{
	border: 0;
	box-shadow: none;
}
.leadership{
	background: var(--white);
}
.projects{
	background: var(--paper);
}
.projects .container{
	position: relative;
}
.project-head .section-note{
	max-width: 580px;
	margin-top: 0;
	color: #413c42;
}
.section-blue h2,
.section-blue h3,
.section-blue .eyebrow,
.footer h3{
	color: var(--paper);
}
.section-blue .eyebrow{
	background: transparent;
	color: rgba(249, 249, 247, 0.74);
}
.section-blue .section-note,
.section-blue .project-head .section-note{
	color: rgba(249, 249, 247, 0.74);
}
.content-grid{
	display: grid;
	gap: 24px;
	margin-top: 46px;
}
.project-grid.content-grid{
	margin-top: 0;
}
.support-grid{
	gap: 64px;
	margin-top: 44px;
}
.leadership .section-head{
	max-width: 460px;
}
.leadership .section-head .section-note{
	margin-top: 18px;
	color: #413c42;
	font-size: 18px;
	line-height: 1.5;
}
.leader-card{
	display: grid;
	gap: 18px;
	align-content: start;
}
.leader-card.content-card{
	border: 0;
}
.leader-photo{
	width: 100%;
	aspect-ratio: 1 / 1;
	overflow: hidden;
	background: var(--steel);
}
.leader-photo img{
	display: block;
	width: 100%;
	height: 100%;
	object-fit: cover;
	object-position: center top;
	transform: scale(1);
	transform-origin: center;
	transition: transform 700ms cubic-bezier(0.22, 1, 0.36, 1);
}
.leader-grid.slick-initialized{
	display: block;
}
.leader-grid.slick-initialized .leader-card{
	display: grid !important;
}
.leader-card:hover .leader-photo img{
	transform: scale(1.04);
}
.leader-card h3{
	margin-top: 12px;
	color: #413c42;
	font-size: 28px;
	font-weight: 400;
	line-height: 1.12;
}
.leader-role{
	margin-top: -6px;
	color: var(--red);
	font-size: 13px;
	font-weight: 700;
	line-height: 1.45;
	letter-spacing: 0.12em;
	text-transform: uppercase;
}
.section-blue .leader-role{
	color: rgba(249, 249, 247, 0.72);
}
.section-blue .leader-card p{
	color: rgba(249, 249, 247, 0.74);
}
.support-card{
	position: relative;
	display: grid;
	min-height: 0;
	padding: 0;
	overflow: hidden;
	gap: 28px;
	border: 0;
	border-radius: 0;
	color: #413c42;
	background: transparent;
}
.support-card::before{
	display: none;
}
.support-card-image{
	position: relative;
	width: 100%;
	max-width: none;
	height: min(82vw, 520px);
	min-height: 0;
	object-fit: cover;
	object-position: left top;
}
.support-card-content,
.support-card-link,
.support-card-link:focus{
	position: relative;
	z-index: 1;
}
.support-card-content{
	display: flex;
	padding: 0;
	flex-direction: column;
	align-items: flex-start;
	justify-content: flex-start;
}
.support-card h3{
	max-width: 680px;
	color: #3c3c3c;
	font-weight: 400;
	text-transform: none;
	font-size: 42px;
	line-height: 1.08;
}
.support-card p{
	max-width: 680px;
	margin-top: 28px;
	color: #413c42;
	font-size: 18px;
	line-height: 1.48;
}
.support-card-link,
.support-card-link:focus{
	min-height: 48px;
	margin-top: 40px;
	padding: 0 48px;
	border: 1px solid var(--blue);
	align-items: center;
	justify-content: center;
	background: var(--blue);
	color: var(--paper);
	font-weight: 400;
	outline: none;
	transition: color 1s ease, background-color 1s ease, border-color 1s ease;
}
.support-card-link::before,
.support-card-link::after{
	display: none;
}
@media (max-width: 760px){
	.support-card-image{
		order: 1;
	}
	.support-card-content{
		order: 2;
	}
	.support-card h3{
		font-size: 32px;
	}
	.support-card-link,
	.support-card-link:focus{
		margin-top: 24px;
	}
}
.support-card-link:hover,
.support-card-link:focus-visible{
	border-color: var(--blue);
	background: var(--paper);
	color: var(--blue);
}
.support-detail-grid{
	display: grid;
	gap: 42px;
	align-items: start;
}
.support-detail-text{
	max-width: 760px;
	margin-top: 32px;
	color: var(--muted);
	font-size: 18px;
	line-height: 1.5;
}
.support-detail-text p + p{
	margin-top: 18px;
}
.support-detail-media{
	overflow: hidden;
	background: var(--steel);
}
.support-detail-media img{
	display: block;
	width: 100%;
	height: 100%;
	min-height: 320px;
	object-fit: cover;
	object-position: left top;
}
.project-card,
.news-grid article,
.active-project-card{
	display: flex;
	min-height: 100%;
	flex-direction: column;
	overflow: hidden;
	border: 1px solid var(--line);
	border-radius: 4px;
	background: var(--white);
	color: var(--blue);
}
.projects .project-card{
	position: relative;
	min-height: 0;
	overflow: visible;
	border: 0;
	border-radius: 0;
	background: transparent;
	color: #413c42;
	cursor: pointer;
}
.projects .project-card:focus-visible{
	outline: 1px solid var(--blue);
	outline-offset: 10px;
}
.projects .project-card::after{
	content: "";
	position: absolute;
	top: 0;
	right: -20px;
	display: none;
	width: 1px;
	height: 100%;
	background: rgba(65, 60, 66, 0.18);
	pointer-events: none;
}
.section-blue .project-card{
	border-color: rgba(255, 255, 255, 0.22);
	box-shadow: 0 18px 34px rgba(0, 0, 0, 0.12);
}
.project-media{
	position: relative;
	display: block;
	min-height: 240px;
	overflow: hidden;
	background: var(--steel);
}
.projects .project-media{
	height: 312px;
	min-height: 312px;
	overflow: hidden;
	background: transparent;
}
.active-project-card .project-media{
	height: auto;
	min-height: 0;
	aspect-ratio: 16 / 9;
	align-self: start;
	overflow: hidden;
	background: transparent;
}
.projects .project-media::after{
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: #00185a;
	opacity: 0;
	transition: opacity 300ms ease-out;
}
.projects .project-card:hover .project-media::after,
.projects .project-card:focus-visible .project-media::after{
	opacity: 0.2;
}
.project-media img{
	width: 100%;
	height: 100%;
	min-height: 240px;
	object-fit: cover;
	object-position: center;
	filter: saturate(0.9) contrast(0.96);
	transition: transform 700ms cubic-bezier(0.22, 1, 0.36, 1);
}
.projects .project-media img{
	display: block;
	height: 312px;
	min-height: 312px;
	filter: none;
}
.active-project-card .project-media img{
	display: block;
	height: 100%;
	min-height: 0;
	filter: none;
}
.project-card:hover .project-media img,
.project-card:focus-within .project-media img{
	transform: scale(1.04);
}
.project-media::before,
.project-media::after{
	content: "";
	position: absolute;
	border: 10px solid rgba(255, 255, 255, 0.56);
	transform: rotate(-20deg);
	display: none;
}
.project-media::before{
	inset: 28px;
}
.project-media::after{
	inset: 90px -56px 42px 68px;
}
.projects .project-media::after{
	inset: 0;
	display: block;
	width: auto;
	height: auto;
	border: 0;
	transform: none;
}
.media-blue{
	background: var(--blue);
}
.media-red{
	background: var(--red);
}
.media-steel{
	background: var(--steel);
}
.project-body{
	display: flex;
	min-height: 310px;
	padding: 30px;
	flex: 1;
	flex-direction: column;
}
.projects .project-body{
	min-height: 0;
	max-width: 443px;
	padding: 32px 0 0;
	flex: 0 0 auto;
}
.projects .project-tags{
	display: none;
}
.project-tags{
	display: flex;
	flex-wrap: wrap;
	gap: 0;
	margin-bottom: 24px;
}
.tag{
	display: inline-flex;
	align-items: center;
	color: var(--red);
	font-size: 13px;
	font-weight: 700;
	line-height: 1.2;
	letter-spacing: 0.12em;
	text-transform: uppercase;
}
.tag + .tag::before{
	content: "";
	width: 5px;
	height: 5px;
	margin: 0 9px;
	border-radius: 50%;
	background: currentColor;
}
.project-card p,
.news-grid p,
.active-project-card p{
	margin-top: 18px;
	color: var(--blue-muted);
}
.projects .project-card h3{
	color: #413c42;
	font-size: 28px;
	line-height: 130%;
	transition: color 700ms ease;
}
.projects .project-card p{
	margin-top: 14px;
	color: #413c42;
	font-size: 18px;
	line-height: 150%;
	overflow-wrap: anywhere;
}
.projects .project-card:hover h3,
.projects .project-card:focus-visible h3{
	color: var(--blue);
}
.project-read-more,
.project-read-more:focus{
	position: relative;
	display: inline-flex;
	width: fit-content;
	align-items: center;
	gap: 8px;
	color: #413c42;
	font-size: 18px;
	font-weight: 400;
	line-height: 1.55;
	letter-spacing: 0;
	outline: none;
}
.project-read-more::after{
	content: "\2192";
	font-size: 22px;
	transform: translateY(-1px);
	transition: transform 220ms ease;
}
.project-read-more::before{
	content: "";
	position: absolute;
	left: 0;
	right: 0;
	bottom: 0;
	height: 1px;
	background: currentColor;
	transform: scaleX(0);
	transform-origin: left center;
	transition: transform 240ms ease;
}
.project-read-more:hover::before,
.project-read-more:focus-visible::before{
	transform: scaleX(1);
}
.projects .project-all-link,
.projects .project-all-link:focus,
.projects .project-read-more,
.projects .project-read-more:focus{
	position: relative;
	display: inline-flex;
	width: fit-content;
	align-items: center;
	gap: 8px;
	color: #413c42;
	font-size: 18px;
	font-weight: 400;
	line-height: 1.55;
	letter-spacing: 0;
}
.projects .project-read-more,
.projects .project-read-more:focus{
	margin-top: 34px;
	padding-top: 0;
}
.projects .project-all-link::after,
.projects .project-read-more::after{
	content: "\2192";
	font-size: 22px;
	transform: translateY(-1px);
	transition: transform 220ms ease;
}
.projects .project-all-link::before,
.projects .project-read-more::before{
	content: "";
	position: absolute;
	left: 0;
	right: 0;
	bottom: 0;
	height: 1px;
	background: currentColor;
	transform: scaleX(0);
	transform-origin: left center;
	transition: transform 240ms ease;
}
.projects .project-all-link:hover::before,
.projects .project-all-link:focus-visible::before,
.projects .project-card:hover .project-read-more::before,
.projects .project-card:focus-visible .project-read-more::before{
	transform: scaleX(1);
}
.project-card .project-body > a,
.project-card .project-body > a:focus,
.news-grid article > a,
.news-grid article > a:focus,
.active-project-card a,
.active-project-card a:focus{
	margin-top: auto;
	padding-top: 28px;
	color: var(--blue);
}
.project-card .project-body > a,
.project-card .project-body > a:focus,
.active-project-card > .project-body > a,
.active-project-card > .project-body > a:focus{
	min-height: 0;
	padding: 0;
	align-items: center;
	justify-content: flex-start;
	background: transparent;
	color: var(--blue);
	font-weight: 700;
	outline: none;
}
.active-project-card h3 a,
.active-project-card h3 a:focus{
	min-height: 0;
	padding-top: 0;
	padding-right: 0;
	padding-left: 0;
	justify-content: flex-start;
	background: transparent;
	color: var(--blue);
}
.active-project-card h3 a::before,
.active-project-card h3 a::after{
	display: none;
}
.project-actions{
	display: flex;
	align-items: center;
	justify-content: flex-start;
	flex-wrap: wrap;
	gap: 0;
	margin-top: 24px;
}
.projects .project-slider-arrow{
	display: none;
}
.project-slider-arrow,
.project-slider-arrow:focus{
	position: relative;
	width: 30px;
	height: 71px;
	padding: 0;
	border: 0;
	border-radius: 0;
	background: transparent;
	color: #413c42;
	font-size: 28px;
	font-weight: 400;
	line-height: 1;
	opacity: 1;
	outline: none;
	transition: color 220ms ease, opacity 220ms ease;
}
.project-slider-arrow.slick-disabled{
	opacity: 0.35;
}
.project-slider-arrow:not(.slick-disabled):hover,
.project-slider-arrow:not(.slick-disabled):focus-visible{
	color: var(--blue);
}
.partners-slider-arrow,
.partners-slider-arrow:focus{
	position: relative;
	width: 52px;
	height: 52px;
	padding: 0;
	border: 1px solid currentColor;
	border-radius: 50%;
	background: transparent;
	color: currentColor;
	opacity: 0.82;
	outline: none;
}
.partners-slider-arrow::before{
	content: "";
	position: absolute;
	top: 50%;
	left: 50%;
	width: 11px;
	height: 11px;
	border-top: 2px solid currentColor;
	border-right: 2px solid currentColor;
}
.partners-slider-next::before{
	transform: translate(-65%, -50%) rotate(45deg);
}
.partners-slider-prev::before{
	transform: translate(-35%, -50%) rotate(225deg);
}
.work-grid{
	display: grid;
	gap: 34px;
}
.steps{
	display: grid;
	margin-top: 0;
	gap: 18px;
	border-top: 0;
}
.steps article{
	display: flex;
	min-height: 100%;
	padding: 28px;
	flex-direction: column;
	border: 1px solid var(--line);
	background: var(--white);
}
.steps span{
	display: flex;
	width: 50px;
	height: 50px;
	align-items: center;
	justify-content: center;
	border: 2px solid currentColor;
	border-radius: 50%;
	color: var(--blue);
	font-size: 24px;
	line-height: 1;
}
.steps span img{
	width: 26px;
	height: 26px;
	filter: brightness(0) saturate(100%) invert(22%) sepia(38%) saturate(1282%) hue-rotate(182deg) brightness(91%) contrast(91%);
}
.steps h3{
	margin-top: 34px;
	font-size: 28px;
}
.steps p{
	margin-top: 18px;
	color: var(--blue-muted);
}
.work-reference .content-head{
	max-width: 620px;
}
.work-reference .content-title{
	margin-top: 28px;
	font-size: 42px;
	line-height: 1.08;
}
.work-reference .content-text{
	margin-top: 28px;
	font-size: 20px;
	line-height: 1.5;
}
.work-read-more{
	position: relative;
	display: inline-flex;
	width: fit-content;
	margin-top: 42px;
	align-items: center;
	gap: 8px;
	color: #413c42;
	font-size: 18px;
	font-weight: 400;
	line-height: 1.55;
}
.work-read-more::after{
	content: "\2192";
	font-size: 22px;
	transform: translateY(-1px);
}
.work-read-more::before{
	content: "";
	position: absolute;
	left: 0;
	right: 0;
	bottom: 0;
	height: 1px;
	background: currentColor;
	transform: scaleX(0);
	transform-origin: left center;
	transition: transform 240ms ease;
}
.work-read-more:hover::before,
.work-read-more:focus-visible::before{
	transform: scaleX(1);
}
.work-reference .steps{
	display: grid;
	margin-top: 48px;
	gap: 0;
	border-top: 1px solid rgba(65, 60, 66, 0.2);
	outline: none;
}
.work-reference .steps a,
.work-reference .steps a:focus{
	position: relative;
	display: grid;
	grid-template-columns: minmax(0, 1fr);
	padding: 26px 38px 26px 0;
	border-bottom: 1px solid rgba(65, 60, 66, 0.2);
	color: #413c42;
	outline: none;
}
.work-reference .steps a::after{
	content: "\2192";
	position: absolute;
	top: 26px;
	right: 0;
	font-size: 22px;
	line-height: 1;
}
.work-reference .steps h3{
	margin-top: 0;
	color: #413c42;
	font-size: 26px;
	font-weight: 400;
	line-height: 1.12;
	transition: color 240ms ease;
}
.work-reference .steps p{
	max-width: 560px;
	margin-top: 16px;
	color: #413c42;
	font-size: 18px;
	line-height: 1.5;
}
.work-reference .steps a:hover h3,
.work-reference .steps a:focus-visible h3{
	color: var(--blue);
}
.numbers-grid{
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: 34px 24px;
	margin-top: 72px;
	padding-top: 0;
	border-top: 0;
}
.numbers-item{
	padding-top: 26px;
	border-top: 1px solid rgba(65, 60, 66, 0.2);
}
.numbers-value{
	display: block;
	color: #413c42;
	font-size: 68px;
	line-height: 0.9;
	font-weight: 400;
}
.numbers-label{
	display: block;
	max-width: 220px;
	margin-top: 22px;
	color: #413c42;
	font-size: 18px;
	line-height: 1.45;
}
.news{
	margin-top: 0;
}
.news .section-head{
	display: flex;
	max-width: none;
	align-items: flex-start;
	justify-content: space-between;
	gap: 24px;
}
.news .section-head h2.hdr{
	margin: 0 0 16px;
}
.news-grid{
	gap: 0;
	margin-top: 0;
}
.news-card{
	position: relative;
	display: flex;
	width: auto;
	margin-top: 48px;
	margin-left: 0;
	padding-top: 0;
	flex-direction: column;
	border: 0;
	color: #413c42;
	font-weight: 400;
	line-height: inherit;
	text-decoration: none;
}
.news-card::before,
.news-card::after{
	display: none;
}
.news-image-wrapper{
	position: relative;
	display: block;
	width: 100%;
	overflow: hidden;
	aspect-ratio: 16 / 9;
}
.news-image-wrapper::after{
	content: "";
	position: absolute;
	inset: 0;
	background: var(--blue);
	opacity: 0;
	transition: opacity 300ms ease-out;
}
.news-image{
	display: block;
	width: 100%;
	height: 100%;
	object-fit: cover;
	object-position: center;
	filter: saturate(0.9) contrast(0.96);
	transition: transform 300ms ease-out;
}
.news-card:hover .news-image,
.news-card:focus-visible .news-image{
	transform: scale(1.02);
}
.news-card:hover .news-image-wrapper::after,
.news-card:focus-visible .news-image-wrapper::after{
	opacity: 0.2;
}
.news-card-wrapper{
	display: flex;
	padding-bottom: 48px;
	flex: 1;
	flex-direction: column;
	border-bottom: 1px solid #f0f0eb;
	text-align: left;
}
.news-card-content{
	flex: 1;
}
.news-grid time{
	display: block;
	margin-top: 24px;
	color: rgba(65, 60, 66, 0.5);
	font-size: 14px;
	line-height: 1.4;
	text-transform: uppercase;
}
.news-grid h3{
	margin-top: 16px;
	color: #413c42;
	font-size: 24px;
	font-weight: 400;
	line-height: 1.3;
	letter-spacing: 0.01em;
}
.news-card-read-more{
	position: relative;
	display: inline-flex;
	width: fit-content;
	margin-top: 32px;
	align-items: center;
	gap: 8px;
	color: #413c42;
	font-size: 18px;
	font-weight: 400;
	line-height: 1.55;
}
.news-card-read-more::after{
	content: "\2192";
	font-size: 22px;
	transform: translateY(-1px);
	transition: transform 220ms ease;
}
.news-card-read-more::before{
	content: "";
	position: absolute;
	left: 0;
	right: 0;
	bottom: 0;
	height: 1px;
	background: currentColor;
	transform: scaleX(0);
	transform-origin: left center;
	transition: transform 240ms ease;
}
.news-card:hover .news-card-read-more::before,
.news-card:focus-visible .news-card-read-more::before{
	transform: scaleX(1);
}
.news-card:hover .news-card-read-more::after,
.news-card:focus-visible .news-card-read-more::after{
	transform: translate(8px, -1px);
}
.news .news-all-link,
.news .news-all-link:focus{
	gap: 8px;
	margin-top: 24px;
	color: #413c42;
	font-size: 18px;
	font-weight: 400;
	line-height: 1.55;
	outline: none;
}
.news .news-all-link::before{
	right: 0;
	bottom: 0;
}
.news .news-all-link::after{
	font-size: 22px;
	transform: translateY(-1px);
}
.news .news-all-link:hover::after,
.news .news-all-link:focus-visible::after{
	transform: translate(8px, -1px);
}
.news-all-link-desktop{
	display: none;
}
.news-mobile-more{
	display: flex;
	justify-content: center;
	margin-top: 18px;
}
.news-mobile-more .news-all-link::before{
	display: none;
}
.news-detail-card{
	display: grid;
	gap: 36px;
}
.news-detail-media,
.news-detail-media:focus{
	display: block;
	color: inherit;
	outline: none;
}
.news-detail-image{
	display: block;
	width: 100%;
	aspect-ratio: 16 / 7;
	object-fit: cover;
}
.news-detail-date + .news-detail-text{
	margin-top: 30px;
}
.news-detail-text{
	max-width: 920px;
	color: var(--text);
	font-size: 20px;
	line-height: 1.55;
}
.news-detail-text p + p{
	margin-top: 18px;
}
.news-detail-text + .project-read-more{
	margin-top: 36px;
}
.partners-grid{
	display: grid;
	gap: 38px;
}
.partners .content-head.split{
	display: block;
	max-width: 520px;
}
.partners-carousel{
	position: relative;
}
.logos{
	margin-top: 0;
}
.partner-card{
	display: grid;
	grid-template-rows: 136px minmax(76px, auto);
	align-items: center;
	background: transparent;
}
.partner-logo{
	display: flex;
	height: 136px;
	align-items: center;
	justify-content: center;
}
.partner-logo img{
	max-height: 118px;
	margin: 0 auto;
	object-fit: contain;
	filter: grayscale(1) saturate(0.25);
	opacity: 0.78;
	transition: filter 240ms ease, opacity 240ms ease;
}
.partner-card:hover .partner-logo img{
	filter: grayscale(0) saturate(0.9);
	opacity: 1;
}
.partner-card h3{
	display: flex;
	min-height: 76px;
	align-items: center;
	justify-content: center;
	color: var(--blue);
	font-size: 22px;
	line-height: 1.14;
	text-align: center;
}
.partners-slider-prev,
.partners-slider-next{
	position: absolute;
	top: 50%;
	z-index: 3;
	margin-top: -26px;
	color: var(--blue);
}
.partners-slider-prev{
	left: -8px;
}
.partners-slider-next{
	right: -8px;
}
.page-main{
	background: var(--paper);
}
.page-hero,
.project-hero,
.about-hero{
	padding: 92px 0 0;
	background: var(--paper);
	color: var(--blue);
}
.page-hero h1,
.project-hero h1,
.about-hero h1{
	margin-top: 24px;
}
.page-hero .lead,
.project-hero .lead,
.about-hero .lead{
	margin-top: 24px;
}
.error-page{
	min-height: 520px;
	display: flex;
	align-items: center;
}
.error-content{
	max-width: 860px;
}
.error-code{
	color: var(--blue);
	font-size: 112px;
	font-weight: 700;
	line-height: 0.85;
	letter-spacing: 0.02em;
}
.error-content h1{
	margin-top: 34px;
	color: var(--blue);
	font-size: 34px;
	line-height: 1.08;
}
.error-content .lead{
	margin-top: 24px;
}
.error-content .btn{
	margin-top: 34px;
}
.about-layout,
.contact-grid,
.project-detail-layout{
	display: grid;
	gap: 28px;
}
.project-detail-main.content-grid{
	margin-top: 0;
}
.project-detail-layout{
	overflow: visible;
}
.project-detail-grid{
	display: grid;
	gap: 38px;
}
.project-detail-grid .content-card{
	padding: 0;
	border: 0;
	border-radius: 0;
	background: transparent;
}
.content-card{
	padding: 30px 0;
	border: 1px solid var(--line);
	border-radius: 4px;
	background: var(--white);
}
.page-form{
	padding: 30px;
	border: 1px solid var(--line);
	border-radius: 4px;
	background: var(--white);
}
.content-card p:not(.eyebrow){
	color: var(--blue-muted);
}
.about-panel{
	padding: 30px 0;
	border: 0;
	border-radius: 0;
	background: transparent;
}
.about-panel p{
	color: #1a1a1c;
	font-size: 24px;
	line-height: 1.2;
}
.about-panel p + p{
	margin-top: 15px;
}
.about-timeline-content{
	display: grid;
	gap: 28px;
}
.about-timeline article span{
	display: inline-flex;
	padding: 5px 8px 4px;
	background: var(--red);
	color: var(--white);
	font-size: 14px;
	font-weight: 700;
	line-height: 1.2;
	letter-spacing: 0.08em;
}
.about-timeline h3{
	margin-top: 28px;
	margin-bottom: 22px;
}
.about-timeline-note{
	max-width: 620px;
	color: var(--muted);
	font-size: 16px;
	line-height: 1.5;
}
.about-timeline-note p + p{
	margin-top: 12px;
}
.about-principles ul{
	display: grid;
	margin: 0;
	padding: 0;
	list-style: none;
}
.about-principles li{
	position: relative;
	padding: 18px 0 18px 28px;
	border-top: 1px solid rgba(30, 63, 116, 0.16);
	color: #1a1a1c;
	font-size: 18px;
	line-height: 1.45;
}
.about-principles li::before{
	position: absolute;
	top: 29px;
	left: 0;
	width: 8px;
	height: 8px;
	content: "";
	background: var(--red);
}
.about-principles li:first-child{
	border-top: 0;
}
.about-principles li:last-child{
	padding-bottom: 0;
}
.project-photo{
	aspect-ratio: 16 / 7;
	overflow: hidden;
	border-radius: 4px;
	background: var(--steel);
}
.project-photo-link,
.project-photo-link:focus{
	display: block;
	width: 100%;
	height: 100%;
	color: inherit;
	outline: none;
}
.project-photo img{
	width: 100%;
	height: 100%;
	object-fit: cover;
}
.project-detail-tags{
	display: flex;
	flex-wrap: wrap;
	gap: 0;
	margin-top: 28px;
}
.project-result-grid,
.project-media-grid{
	margin-top: 28px;
}
.project-slider{
	display: block;
}
.slick-dots{
	display: none !important;
}
.leader-grid .slick-dots,
.partners .logos .slick-dots{
	display: flex !important;
	width: 100%;
	margin-top: 22px;
	margin-right: 0;
	margin-left: 0;
	padding: 0;
	align-items: center;
	justify-content: center;
	gap: 10px;
	list-style: none;
}
.leader-grid .slick-dots li,
.partners .logos .slick-dots li{
	display: block;
	margin: 0;
	padding: 0;
}
.leader-grid .slick-dots button,
.leader-grid .slick-dots button:focus,
.partners .logos .slick-dots button,
.partners .logos .slick-dots button:focus{
	display: block;
	width: 9px;
	height: 9px;
	padding: 0;
	overflow: hidden;
	border: 1px solid var(--blue);
	border-radius: 50%;
	background: var(--blue);
	color: transparent;
	font-size: 0;
	outline: none;
}
.leader-grid .slick-dots .slick-active button,
.leader-grid .slick-dots .slick-active button:focus,
.partners .logos .slick-dots .slick-active button,
.partners .logos .slick-dots .slick-active button:focus{
	border-color: var(--red);
	background: var(--red);
}
.projects .project-slider{
	margin-top: 32px;
}
.project-slider .slick-list{
	overflow: hidden;
}
.projects .project-slider .slick-list{
	overflow: visible;
}
.projects .project-slider .slick-slide,
.projects .project-slider .slick-slide > div,
.projects .project-slider .project-card{
	height: auto !important;
}
.projects .project-slider .project-card{
	padding-bottom: 30px;
	margin-right: 40px;
}
.project-result-grid article,
.project-media-grid a,
.project-media-grid a:focus,
.project-media-grid div{
	padding: 24px;
	background: var(--paper);
	outline: none;
}
.project-media-grid .project-media-link,
.project-media-grid .project-media-link:focus{
	display: block;
	padding: 0;
	background: transparent;
	color: inherit;
	outline: none;
}
.project-media-grid img,
.project-media-grid video{
	display: block;
	width: 100%;
	aspect-ratio: 4 / 3;
	object-fit: cover;
}
.project-media-grid p{
	margin-top: 18px;
	line-height: 1.2;
}
.project-detail-list{
	display: grid;
	gap: 12px;
	margin: 18px 0 0;
	padding: 0;
	list-style: none;
	color: var(--blue-muted);
}
.project-detail-list li{
	position: relative;
	padding-left: 18px;
}
.project-detail-list li::before{
	content: "";
	position: absolute;
	top: 0.58em;
	left: 0;
	width: 6px;
	height: 6px;
	border-radius: 50%;
	background: var(--red);
}
.project-side-card{
	align-self: start;
	border-left: 4px solid var(--red);
}
.project-side-card h3{
	margin-top: 0;
	color: var(--blue);
	font-size: 26px;
	line-height: 1.2;
}
.project-side-card .project-detail-list + h3{
	margin-top: 34px;
}
.project-side-card p{
	margin-top: 16px;
}
.project-nav{
	display: grid;
	gap: 12px;
	margin-top: 30px;
}
.project-filter{
	display: flex;
	flex-wrap: wrap;
	gap: 10px;
	margin-top: 34px;
}
.project-filter button,
.project-filter button:focus{
	min-height: 42px;
	padding: 0 16px;
	border: 1px solid var(--line);
	border-radius: 0;
	background: transparent;
	color: var(--blue);
	outline: none;
}
.project-filter button:hover,
.project-filter button:focus-visible,
.project-filter button.is-active{
	border-color: var(--blue);
	background: var(--blue);
	color: var(--paper);
}
.project-card.is-hidden,
.active-project-card.is-hidden{
	display: none;
}
.active-project-grid{
	grid-template-columns: 1fr;
}
.page-form,
.contact-form{
	max-width: 760px;
	margin-left: auto;
	margin-right: auto;
}
.contact-grid > .contact-form{
	max-width: none;
	margin-left: 0;
	margin-right: 0;
}
.work-grid > .page-form{
	max-width: 850px;
	margin-left: 0;
	margin-right: 0;
	padding: 0;
	border: 0;
	background: transparent;
}
.work-grid > .content-head{
	max-width: 850px;
}
.help-order-grid{
	display: grid;
	gap: 34px;
}
.help-details-card{
	margin-top: 34px;
	width: 100%;
	padding-left: 20px;
	padding-right: 20px;
	overflow: hidden;
}
.help-details-card ul{
	padding-left: 18px;
}
.help-details-card li{
	padding-left: 20px;
	overflow-wrap: anywhere;
}
.request-form{
	display: grid;
	gap: 18px;
	margin-top: 28px;
}
.form-spam-field{
	position: absolute;
	left: -10000px;
	width: 1px;
	height: 1px;
	overflow: hidden;
	opacity: 0;
	pointer-events: none;
}
.request-form label{
	display: grid;
	gap: 8px;
	color: var(--blue);
	font-weight: 700;
}
.request-form input,
.request-form select,
.request-form textarea{
	width: 100%;
	min-height: 54px;
	padding: 0 16px;
	border: 1px solid rgba(30, 63, 116, 0.24);
	border-radius: 0;
	background: var(--white);
	color: var(--text);
	font: inherit;
	outline: none;
}
.request-form textarea{
	min-height: 128px;
	padding-top: 14px;
	resize: vertical;
}
.request-form input:focus,
.request-form select:focus,
.request-form textarea:focus{
	border-color: var(--blue);
}
.request-form .is-error,
.request-form-field.has-error input,
.request-form-field.has-error select,
.request-form-field.has-error textarea,
.form-field.has-error input,
.form-field.has-error select,
.form-field.has-error textarea{
	border-color: var(--red);
}
.form-checkbox{
	display: grid;
	grid-template-columns: auto 1fr;
	gap: 10px;
	align-items: start;
	color: var(--blue-muted);
	font-size: 15px;
	line-height: 1.35;
}
.form-checkbox input,
.form-checkbox input:focus{
	width: 18px;
	min-height: 18px;
	height: 18px;
	margin-top: 2px;
	padding: 0;
	border-color: rgba(30, 63, 116, 0.36);
}
.form-checkbox label{
	display: block;
	color: inherit;
	font-weight: 400;
}
.form-checkbox a,
.form-checkbox a:focus{
	color: var(--blue);
	text-decoration: underline;
	text-underline-offset: 3px;
}
.form-checkbox.has-error input{
	border-color: var(--red);
}
.form-success{
	display: none;
	color: var(--blue);
}
.request-form.is-success .form-success{
	display: block;
}
.modal-form{
	display: none;
	width: min(100%, 760px);
	padding: 34px;
	background: var(--paper);
}
.modal-form h2{
	margin-top: 22px;
	font-size: 30px;
}
.modal-form .section-note,
.modal-form .content-text{
	margin-top: 18px;
}
.contact-panel{
	margin-top: 0;
}
.contact-list{
	margin-top: 0;
}
.contact-requisites{
	margin-top: 0;
}
.contact-item{
	display: grid;
	gap: 8px;
	padding-top: 24px;
	border-top: 1px solid rgba(65, 60, 66, 0.18);
	color: #413c42;
}
.contact-name{
	display: inline-flex;
	min-height: 24px;
	align-items: center;
	gap: 10px;
	line-height: 24px;
}
.contact-item img{
	display: block;
	width: 24px;
	height: 24px;
	transform: translateY(-1px);
	filter: brightness(0) saturate(100%) invert(22%) sepia(38%) saturate(1282%) hue-rotate(182deg) brightness(91%) contrast(91%);
}
.contact-item img[src*="icon-brand-vk"]{
	transform: translateY(-2px);
}
.contact-name b{
	display: block;
	font-weight: 400;
	line-height: 24px;
}
.contact-value{
	display: block;
	color: #413c42;
	font-size: 18px;
	font-weight: 700;
	line-height: 150%;
	overflow-wrap: anywhere;
}
.cookie-widget{
	position: fixed;
	left: 20px;
	bottom: 20px;
	z-index: 50;
	display: flex;
	width: 54px;
	height: 54px;
	min-height: 54px;
	align-items: center;
	overflow: hidden;
	background: var(--white);
	box-shadow: 0 12px 44px rgba(10, 18, 28, 0.12);
	transition: width 320ms ease, min-height 320ms ease, padding 320ms ease, border-radius 320ms ease;
}
.cookie-widget-button,
.cookie-widget-button:focus{
	width: 54px;
	height: 54px;
	flex: 0 0 54px;
	border: 0;
	background: url("../assets/message-exclamation.svg") center / 24px 24px no-repeat;
	outline: none;
}
.cookie-widget-button span{
	display: none;
}
.cookie-notice{
	display: grid;
	width: calc(100dvw - 100px);
	flex: 0 0 calc(100dvw - 100px);
	gap: 12px;
	padding: 0;
	opacity: 0;
	transform: translateX(-10px);
	transition: opacity 220ms ease, transform 220ms ease;
}
.cookie-notice p{
	color: var(--blue);
	font-size: 15px;
	line-height: 1.35;
}
.cookie-notice .btn,
.cookie-notice .btn:focus{
	width: calc(100% - 10px);
	min-height: 44px;
}
.cookie-widget.is-opening,
.cookie-widget.is-open{
	width: min(100% - 40px, 770px);
	height: auto;
	padding: 14px 16px 14px 0;
	border-radius: 0;
}
.cookie-widget.is-opening .cookie-notice{
	transform: translateX(0);
}
.cookie-widget.is-open .cookie-notice{
	opacity: 1;
	transform: translateX(0);
}
.cookie-widget.is-hidden{
	opacity: 0;
	pointer-events: none;
}
.footer{
	margin-top: 80px;
	padding: 72px 0 28px;
	background: var(--blue-dark);
}
body:has(main > .section-white:last-child) .footer{
	margin-top: 0;
	border-top: 80px solid var(--white);
}
.footer-grid{
	display: grid;
	gap: 36px;
	text-align: center;
}
.footer img{
	max-width: 230px;
	margin-left: auto;
	margin-right: auto;
}
.footer-about p{
	max-width: 390px;
	margin-left: auto;
	margin-top: 24px;
	margin-right: auto;
	color: rgba(249, 249, 247, 0.78);
}
.footer-about p + p{
	color: rgba(249, 249, 247, 0.58);
}
.footer h3{
	width: 100%;
	margin: 0 0 18px;
	color: rgba(255, 255, 255, 0.62);
	font-size: 16px;
	font-weight: 400;
	letter-spacing: 0.16em;
	text-transform: uppercase;
}
.footer-nav,
.footer-legal > div{
	display: grid;
	justify-content: center;
	gap: 14px;
}
.footer-legal > div{
	justify-content: center;
	gap: 18px;
}
.footer-legal p{
	margin: 0;
	color: rgba(249, 249, 247, 0.72);
}
.footer a,
.footer a:focus{
	position: relative;
	display: inline-flex;
	width: fit-content;
	margin-left: auto;
	margin-right: auto;
	color: var(--paper);
	outline: none;
}
.footer a::after{
	content: "";
	position: absolute;
	left: 0;
	right: 0;
	bottom: -4px;
	height: 1px;
	background: currentColor;
	transform: scaleX(0);
	transform-origin: left center;
	transition: transform 220ms ease;
}
.footer a:hover,
.footer a:focus-visible{
	color: var(--white);
}
.footer a:hover::after,
.footer a:focus-visible::after{
	transform: scaleX(1);
}
.footer-contact-link{
	align-items: center;
	gap: 9px;
}
.footer-contact-link::before{
	content: "";
	display: block;
	width: 24px;
	height: 24px;
	flex: 0 0 24px;
	background-color: currentColor;
	-webkit-mask: var(--footer-icon) center / 24px 24px no-repeat;
	mask: var(--footer-icon) center / 24px 24px no-repeat;
}
.footer-contact-mail::before{
	--footer-icon: url("../assets/icon-mail.svg");
	transform: translateY(2px);
}
.footer-contact-vk::before{
	--footer-icon: url("../assets/icon-brand-vk.svg");
}
.footer-contact-ok::before{
	--footer-icon: url("../assets/icon-brand-ok-ru.svg");
}
.footer-copy,
.footer-copy:focus{
	display: inline-flex;
	width: 28px;
	height: 28px;
	margin-left: 8px;
	padding: 0;
	border: 0;
	background-color: currentColor;
	color: rgba(249, 249, 247, 0.72);
	-webkit-mask: url("../assets/icon-copy.svg") center / 22px 22px no-repeat;
	mask: url("../assets/icon-copy.svg") center / 22px 22px no-repeat;
	vertical-align: middle;
}
.footer-copy span{
	display: none;
}
.footer-bottom{
	display: flex;
	justify-content: space-between;
	gap: 18px;
	margin-top: 48px;
	padding-top: 22px;
	border-top: 1px solid rgba(249, 249, 247, 0.18);
	color: rgba(249, 249, 247, 0.58);
	text-align: left;
}
.fancybox-slide--html,
.fancybox-slide--inline{
	padding: 20px;
	overflow: hidden;
}
.fancybox-container.is-popup-scrollable .fancybox-slide--html,
.fancybox-container.is-popup-scrollable .fancybox-slide--inline{
	overflow-y: auto;
}
.fancybox-content{
	background: transparent;
	overflow: visible;
}
.fancybox-slide .modal-form{
	margin: 0;
	overflow: visible;
}
.fancybox-container.is-popup-scrollable .modal-form{
	margin: 20px 0;
	vertical-align: top;
}
