.szAboutPage {
	--sz-about-navy: #052d46;
	--sz-about-deep: #031f31;
	--sz-about-blue: #0789c8;
	--sz-about-sky: #14a9eb;
	--sz-about-soft: #edf8fd;
	--sz-about-light: #f6f9fb;
	--sz-about-ink: #142c3a;
	--sz-about-text: #536772;
	--sz-about-line: #dce8ed;
	--sz-about-wrap: 1240px;
	--sz-about-shadow: 0 24px 58px rgba(3, 31, 49, .12);
	color: var(--sz-about-ink);
	background: #fff;
	overflow: hidden
}
.szAboutWrap {
	width: min(calc(100% - 48px), var(--sz-about-wrap));
	margin-inline: auto
}
.szAboutKicker {
	display: inline-flex;
	align-items: center;
	gap: 11px;
	color: var(--sz-about-blue);
	font-size: 12px;
	font-weight: 800;
	letter-spacing: .2em
}
.szAboutKicker:before {
	content: "";
	width: 30px;
	height: 2px;
	background: currentColor
}
.szAboutTitleGroup {
	max-width: 760px
}
.szAboutTitleGroup h2, .szAboutIntroText h2, .szAboutReasonsText h2, .szAboutCallInner h2 {
	margin: 13px 0 0;
	color: var(--sz-about-ink);
	font-size: clamp(32px, 4vw, 48px);
	line-height: 1.35;
	letter-spacing: -.04em
}
.szAboutTitleGroup p, .szAboutIntroText p, .szAboutReasonsLead {
	color: var(--sz-about-text)
}
.szAboutTitleCenter {
	margin: 0 auto 50px;
	text-align: center
}
.szAboutTitleCenter .szAboutKicker {
	justify-content: center
}


.szAboutIntroBlock {
	padding: 110px 0
}
.szAboutIntroGrid {
	display: grid;
	grid-template-columns: .95fr 1.05fr;
	gap: 90px;
	align-items: center
}
.szAboutIntroText p {
	margin: 20px 0 0;
	line-height: 1.95
}
.szAboutIntroStats {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	gap: 12px;
	margin-top: 32px
}
.szAboutIntroStats div {
	padding: 18px 15px;
	border: 1px solid var(--sz-about-line);
	border-radius: 12px;
	background: var(--sz-about-light);
	text-align: center
}
.szAboutIntroStats strong, .szAboutIntroStats span {
	display: block
}
.szAboutIntroStats strong {
	color: var(--sz-about-blue);
	font-size: 18px
}
.szAboutIntroStats span {
	margin-top: 3px;
	color: #71838d;
	font-size: 11px
}
.szAboutIntroVisual {
	position: relative;
	min-height: 610px
}
.szAboutIntroMainPhoto {
	width: 78%;
	height: 320px;
	overflow: hidden;
	border-radius: 18px;
	box-shadow: var(--sz-about-shadow)
}
.szAboutIntroMainPhoto img, .szAboutIntroSubPhoto img, .szAboutReasonsVisual>img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}
.szAboutCertPhoto img {
	width: 100%;
	height: 100%;
	object-fit: contain;
}
.szAboutIntroSubPhoto {
	position: absolute;
	right: 0;
	bottom: 0;
	width: 45%;
	height: 285px;
	overflow: hidden;
	border: 10px solid #fff;
	border-radius: 16px;
	box-shadow: 0 20px 45px rgba(3, 31, 49, .13)
}
.szAboutIntroBadge {
	position: absolute;
	left: 5%;
	bottom: 46px;
	min-width: 170px;
	padding: 24px 18px;
	border-radius: 16px;
	color: #fff;
	background: linear-gradient(135deg, var(--sz-about-blue), var(--sz-about-sky));
	box-shadow: 0 18px 40px rgba(7, 137, 200, .28);
	text-align: center
}
.szAboutIntroBadge strong, .szAboutIntroBadge span {
	display: block
}
.szAboutIntroBadge strong {
	font-size: 20px
}
.szAboutIntroBadge span {
	font-size: 11px
}
.szAboutValuesBlock {
	padding: 100px 0;
	background: radial-gradient(circle at 15% 15%, rgba(20, 169, 235, .08), transparent 30%), var(--sz-about-light)
}
.szAboutValueGrid {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	gap: 22px
}
.szAboutValueCard {
	position: relative;
	min-height: 310px;
	padding: 34px;
	overflow: hidden;
	border: 1px solid #e0eaef;
	border-radius: 16px;
	background: #fff;
	transition: .3s
}
.szAboutValueCard:hover {
	transform: translateY(-6px);
	box-shadow: var(--sz-about-shadow)
}
.szAboutValueCard>span {
	position: absolute;
	top: 12px;
	right: 18px;
	color: #edf4f7;
	font-size: 60px;
	font-weight: 900;
	line-height: 1
}
.szAboutValueIcon {
	width: 58px;
	height: 58px;
	display: grid;
	place-items: center;
	border-radius: 14px;
	color: var(--sz-about-blue);
	background: var(--sz-about-soft)
}
.szAboutValueIcon svg {
	width: 32px;
	fill: none;
	stroke: currentColor;
	stroke-width: 1.8;
	stroke-linecap: round;
	stroke-linejoin: round
}
.szAboutValueCard h3 {
	margin: 24px 0 10px;
	font-size: 19px
}
.szAboutValueCard p {
	margin: 0;
	color: var(--sz-about-text);
	font-size: 14px;
	line-height: 1.9
}
.szAboutReasonsBlock {
	padding: 110px 0
}
.szAboutReasonsGrid {
	display: grid;
	grid-template-columns: .95fr 1.05fr;
	gap: 90px;
	align-items: center
}
.szAboutReasonsVisual {
	position: relative;
	height: 670px;
	overflow: hidden;
	border-radius: 20px;
	box-shadow: var(--sz-about-shadow)
}
.szAboutReasonsVisual:after {
	content: "";
	position: absolute;
	inset: 0;
	background: linear-gradient(180deg, transparent 55%, rgba(3, 31, 49, .72))
}
.szAboutReasonsCaption {
	position: absolute;
	left: 34px;
	right: 34px;
	bottom: 30px;
	z-index: 2;
	color: #fff
}
.szAboutReasonsCaption span, .szAboutReasonsCaption strong {
	display: block
}
.szAboutReasonsCaption span {
	color: #75d8ff;
	font-size: 11px;
	font-weight: 800;
	letter-spacing: .18em
}
.szAboutReasonsCaption strong {
	margin-top: 7px;
	font-size: 24px
}
.szAboutReasonsLead {
	margin: 18px 0 0;
	line-height: 1.9
}
.szAboutReasonList {
	display: grid;
	margin-top: 26px
}
.szAboutReasonList article {
	display: grid;
	grid-template-columns: 55px 1fr;
	gap: 18px;
	padding: 20px 0;
	border-bottom: 1px solid var(--sz-about-line)
}
.szAboutReasonList article:first-child {
	border-top: 1px solid var(--sz-about-line)
}
.szAboutReasonNo {
	width: 44px;
	height: 44px;
	display: grid;
	place-items: center;
	border-radius: 50%;
	color: #fff;
	background: var(--sz-about-blue);
	font-size: 12px;
	font-weight: 800
}
.szAboutReasonList h3 {
	margin: 0 0 6px;
	font-size: 17px
}
.szAboutReasonList p {
	margin: 0;
	color: var(--sz-about-text);
	font-size: 13px;
	line-height: 1.8
}
.szAboutCertBlock {
	padding: 110px 0;
	background: linear-gradient(rgba(3, 31, 49, .96), rgba(3, 31, 49, .96)), url("../images/cert_bg.jpg") center/cover no-repeat;
	color: #fff
}
.szAboutCertBlock .szAboutTitleGroup h2 {
	color: #fff
}
.szAboutCertBlock .szAboutTitleGroup p {
	color: rgba(255, 255, 255, .66)
}
.szAboutCertBlock .szAboutKicker {
	color: #72d7ff
}
.szAboutCertInfo {
	display: grid;
	grid-template-columns: repeat(2, 1fr);
	gap: 12px;
	margin-bottom: 50px
}
.szAboutCertInfo article {
	display: grid;
	grid-template-columns: 46px 1fr;
	gap: 15px;
	align-items: center;
	min-height: 92px;
	padding: 18px 20px;
	border: 1px solid rgba(255, 255, 255, .12);
	border-radius: 12px;
	background: rgba(255, 255, 255, .045)
}
.szAboutCertInfo article>span {
	width: 38px;
	height: 38px;
	display: grid;
	place-items: center;
	border-radius: 50%;
	color: #fff;
	background: var(--sz-about-blue);
	font-size: 11px;
	font-weight: 800
}
.szAboutCertInfo h3 {
	margin: 0 0 3px;
	font-size: 15px
}
.szAboutCertInfo p {
	margin: 0;
	color: rgba(255, 255, 255, .58);
	font-size: 12px
}
.szAboutCertGallery {
	display: grid;
	grid-template-columns: repeat(4, 1fr);
	gap: 18px
}
.szAboutCertPhoto {
	position: relative;
	/*aspect-ratio: .72/1;*/
	overflow: hidden;
	border: 8px solid #fff;
	border-radius: 10px;
	background: #fff;
	box-shadow: 0 18px 40px rgba(0, 0, 0, .22)
}
.szAboutCertPhoto:after {
	content: "";
	position: absolute;
	inset: 0;
	background: rgba(3, 31, 49, .66);
	opacity: 0;
	transition: .3s
}
.szAboutCertPhoto img {
	transition: .4s
}
.szAboutCertPhoto span {
	position: absolute;
	left: 50%;
	top: 50%;
	z-index: 2;
	padding: 8px 13px;
	border: 1px solid rgba(255, 255, 255, .55);
	border-radius: 5px;
	color: #fff;
	font-size: 12px;
	opacity: 0;
	transform: translate(-50%, -40%);
	transition: .3s
}
.szAboutCertPhoto:hover:after, .szAboutCertPhoto:hover span {
	opacity: 1
}
.szAboutCertPhoto:hover span {
	transform: translate(-50%, -50%)
}
.szAboutCertPhoto:hover img {
	transform: scale(1.04)
}
.szAboutCertNote {
	margin: 24px 0 0;
	color: rgba(255, 255, 255, .52);
	font-size: 11px;
	text-align: center
}
.szAboutAreaBlock {
	padding: 100px 0;
	background: radial-gradient(circle at 50% 100%, rgba(7, 137, 200, .09), transparent 36%), #fff
}
.szAboutAreaGrid {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	gap: 22px
}
.szAboutAreaGrid article {
	position: relative;
	min-height: 250px;
	padding: 34px;
	overflow: hidden;
	border: 1px solid var(--sz-about-line);
	border-radius: 16px;
	background: var(--sz-about-light);
	transition: .3s
}
.szAboutAreaGrid article:after {
	content: "";
	position: absolute;
	right: -45px;
	bottom: -45px;
	width: 150px;
	height: 150px;
	border-radius: 50%;
	background: rgba(7, 137, 200, .08)
}
.szAboutAreaGrid article:hover {
	color: #fff;
	border-color: var(--sz-about-blue);
	background: var(--sz-about-blue);
	transform: translateY(-5px)
}
.szAboutAreaGrid article:hover p, .szAboutAreaGrid article:hover span {
	color: rgba(255, 255, 255, .78)
}
.szAboutAreaGrid span {
	color: var(--sz-about-blue);
	font-size: 11px;
	font-weight: 800;
	letter-spacing: .18em
}
.szAboutAreaGrid h3 {
	margin: 14px 0 10px;
	font-size: 28px
}
.szAboutAreaGrid p {
	position: relative;
	z-index: 1;
	margin: 0;
	color: var(--sz-about-text);
	font-size: 13px;
	line-height: 1.85
}
.szAboutCallBlock {
	position: relative;
	min-height: 500px;
	display: grid;
	place-items: center;
	overflow: hidden;
	color: #fff;
	text-align: center
}
.szAboutCallBg {
	position: absolute;
	inset: 0;
	background: linear-gradient(rgba(3, 31, 49, .9), rgba(3, 31, 49, .92)), url("../images/about_cta.jpg") center/cover no-repeat
}
.szAboutCallInner {
	position: relative;
	z-index: 2;
	padding: 80px 0
}
.szAboutCallInner>span {
	color: #72d7ff;
	font-size: 11px;
	font-weight: 800;
	letter-spacing: .2em
}
.szAboutCallInner h2 {
	color: #fff
}
.szAboutCallInner>p {
	margin: 18px 0 26px;
	color: rgba(255, 255, 255, .7)
}
.szAboutCallPhones {
	display: flex;
	justify-content: center;
	align-items: center;
	gap: 36px;
	margin-bottom: 30px
}
.szAboutCallPhones a, .szAboutCallPhones small, .szAboutCallPhones strong {
	display: block
}
.szAboutCallPhones small {
	color: rgba(255, 255, 255, .5)
}
.szAboutCallPhones strong {
	font-size: 27px;
	letter-spacing: .04em
}
.szAboutCallPhones i {
	width: 1px;
	height: 48px;
	background: rgba(255, 255, 255, .23)
}
.szAboutCallButton {
	min-height: 52px;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	padding: 0 26px;
	border-radius: 7px;
	color: #fff;
	background: linear-gradient(135deg, var(--sz-about-blue), var(--sz-about-sky));
	box-shadow: 0 14px 34px rgba(7, 137, 200, .3);
	font-size: 14px;
	font-weight: 700;
	transition: .3s
}
.szAboutCallButton:hover {
	transform: translateY(-3px);
	box-shadow: 0 18px 38px rgba(7, 137, 200, .38)
}
@media(max-width:1100px) {
	.szAboutIntroGrid, .szAboutReasonsGrid {
		gap: 55px
	}
	.szAboutCertGallery {
		grid-template-columns: repeat(3, 1fr)
	}
}
@media(max-width:900px) {
	.szAboutIntroBlock, .szAboutReasonsBlock, .szAboutCertBlock {
		padding: 90px 0
	}
	.szAboutIntroGrid, .szAboutReasonsGrid {
		grid-template-columns: 1fr
	}
	.szAboutIntroText, .szAboutReasonsText {
		max-width: 760px
	}
	.szAboutIntroVisual {
		max-width: 760px
	}
	.szAboutReasonsVisual {
		height: 540px
	}
	.szAboutValueGrid {
		grid-template-columns: 1fr
	}
	.szAboutValueCard {
		min-height: 0
	}
	.szAboutCertInfo {
		grid-template-columns: 1fr
	}
	.szAboutAreaGrid {
		grid-template-columns: 1fr
	}
}
@media(max-width:767px) {
	.szAboutWrap {
		width: min(calc(100% - 32px), var(--sz-about-wrap))
	}
	.szAboutIntroBlock, .szAboutValuesBlock, .szAboutReasonsBlock, .szAboutCertBlock, .szAboutAreaBlock {
		padding: 72px 0
	}
	.szAboutTitleGroup h2, .szAboutIntroText h2, .szAboutReasonsText h2, .szAboutCallInner h2 {
		font-size: 30px
	}
	.szAboutTitleCenter {
		margin-bottom: 34px
	}
	.szAboutIntroGrid, .szAboutReasonsGrid {
		gap: 42px
	}
	.szAboutIntroStats {
		grid-template-columns: 1fr
	}
	.szAboutIntroVisual {
		min-height: 430px
	}
	.szAboutIntroMainPhoto {
		width: 88%;
		height: 360px
	}
	.szAboutIntroSubPhoto {
		width: 48%;
		height: 185px;
		border-width: 6px
	}
	.szAboutIntroBadge {
		left: 4%;
		bottom: 18px;
		min-width: 145px;
		padding: 18px 13px
	}
	.szAboutValueCard {
		padding: 28px 24px
	}
	.szAboutReasonsVisual {
		height: 410px
	}
	.szAboutReasonsCaption {
		left: 22px;
		right: 22px;
		bottom: 20px
	}
	.szAboutReasonList article {
		grid-template-columns: 44px 1fr;
		gap: 14px
	}
	.szAboutReasonNo {
		width: 38px;
		height: 38px
	}
	.szAboutCertGallery {
		grid-template-columns: repeat(2, 1fr);
		gap: 12px
	}
	.szAboutCertPhoto {
		border-width: 5px
	}
	.szAboutAreaGrid article {
		min-height: 0;
		padding: 28px 24px
	}
	.szAboutCallBlock {
		min-height: 500px
	}
	.szAboutCallPhones {
		display: grid;
		gap: 10px
	}
	.szAboutCallPhones i {
		width: 54px;
		height: 1px;
		margin: auto
	}
	.szAboutCallPhones strong {
		font-size: 24px
	}
}
@media(max-width:420px) {
	.szAboutIntroVisual {
		min-height: 390px
	}
	.szAboutIntroMainPhoto {
		height: 325px
	}
	.szAboutIntroSubPhoto {
		height: 160px
	}
	.szAboutCertGallery {
		gap: 9px
	}
}