@charset "UTF-8";
.jarallax {
	position: relative;
	z-index: 0;
}
.jarallax > .jarallax-img,
picture.jarallax-img img {
	position: absolute;
	object-fit: cover;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: -1;
}
html {
	line-height: 1.15;
	-webkit-text-size-adjust: 100%;
}
body {
	margin: 0;
}
main {
	display: block;
}
h1 {
	font-size: 2em;
	margin: 0.67em 0;
}
hr {
	box-sizing: content-box;
	height: 0;
	overflow: visible;
}
pre {
	font-family: monospace, monospace;
	font-size: 1em;
}
a {
	background-color: transparent;
}
abbr[title] {
	border-bottom: none;
	text-decoration: underline;
	text-decoration: underline dotted;
}
b,
strong {
	font-weight: bolder;
}
code,
kbd,
samp {
	font-family: monospace, monospace;
	font-size: 1em;
}
small {
	font-size: 80%;
}
sub,
sup {
	font-size: 75%;
	line-height: 0;
	position: relative;
	vertical-align: baseline;
}
sub {
	bottom: -0.25em;
}
sup {
	top: -0.5em;
}
img {
	border-style: none;
}
button,
input,
optgroup,
select,
textarea {
	font-family: inherit;
	font-size: 100%;
	line-height: 1.15;
	margin: 0;
}
button,
input {
	overflow: visible;
}
button,
select {
	text-transform: none;
}
button,
[type="button"],
[type="reset"],
[type="submit"] {
	-webkit-appearance: button;
}
button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
	border-style: none;
	padding: 0;
}
button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
	outline: 1px dotted ButtonText;
}
fieldset {
	padding: 0.35em 0.75em 0.625em;
}
legend {
	box-sizing: border-box;
	color: inherit;
	display: table;
	max-width: 100%;
	padding: 0;
	white-space: normal;
}
progress {
	vertical-align: baseline;
}
textarea {
	overflow: auto;
}
[type="checkbox"],
[type="radio"] {
	box-sizing: border-box;
	padding: 0;
}
[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
	height: auto;
}
[type="search"] {
	-webkit-appearance: textfield;
	outline-offset: -2px;
}
[type="search"]::-webkit-search-decoration {
	-webkit-appearance: none;
}
::-webkit-file-upload-button {
	-webkit-appearance: button;
	font: inherit;
}
details {
	display: block;
}
summary {
	display: list-item;
}
template {
	display: none;
}
[hidden] {
	display: none;
}
:root {
	--color-black: #000;
	--color-white: #fff;
	--color-light: #f5f7fa;
	--color-dark: #1c1c1e;
	--color-gray: #666666;
	--color-accent: #fcd500;
	--color-blue: #0047ab;
	--color-blue-hover: #0057c2;
	--header-height: clamp(6.875rem, 3.125rem + 4.1666666667vw, 8.125rem);
}
@media (max-width: 64.06125em) {
	:root {
		--header-height: 67px;
	}
}
:root {
	--hero-form-height: 160px;
	--section-padding: clamp(1.25rem, 0.9615384615rem + 1.2820512821vw, 2.5rem);
	--container-width: 1200px;
	--container-padding: 10px;
	--font-size-html: 100%;
	--font-size: clamp(1rem, 0.9711538462rem + 0.1282051282vw, 1.125rem);
	--font-family-main: "Roboto", sans-serif;
	--font-family-title: "Exo2", sans-serif;
	--line-height: 120%;
}
:root {
	--duration-fast: 0.3s;
	--duration-medium: 0.5s;
	--duration-slow: 0.8s;
}
*,
*:before,
*:after {
	box-sizing: inherit;
	line-height: inherit;
}
input,
button,
label,
textarea,
select,
option {
	font: inherit;
	color: inherit;
	cursor: pointer;
}
input::-ms-clear {
	display: none;
}
img,
picture,
video,
svg,
source {
	max-width: 100%;
	width: auto;
	height: auto;
}
html {
	box-sizing: border-box;
	font-size: var(--font-size-html);
	min-height: 100%;
	scroll-behavior: smooth;
	scrollbar-gutter: stable;
}
body {
	min-width: 22.5rem;
	min-height: 100dvh;
	font-family: var(--font-family-main);
	font-size: var(--font-size);
	font-weight: 400;
	color: var(--color-dark);
	background: var(--color-white);
	line-height: var(--line-height);
}
.open-header-menu body,
.open-header-info body,
.active-modal body,
.open-menu body {
	overflow: hidden;
}
.wrapper {
	display: flex;
	flex-direction: column;
	min-height: 100dvh;
	position: relative;
}
.wrapper > main {
	flex: 1 1 auto;
}
.container {
	max-width: calc(var(--container-width) + var(--container-padding) * 2);
	padding-inline: var(--container-padding);
	margin: 0 auto;
}
.container--wide {
	--container-width: 1360px;
}
.section {
	padding-block: var(--section-padding);
	position: relative;
}
.section-bg.image-box {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: -1;
}
.section-bg.image-box:after {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: var(--color-black);
	opacity: 0.8;
}
.none {
	display: none !important;
}
.no-scroll {
	overflow: hidden;
}
.visually-hidden {
	position: absolute !important;
	width: 1px !important;
	height: 1px !important;
	margin: -1px !important;
	border: 0 !important;
	padding: 0 !important;
	white-space: nowrap !important;
	clip-path: inset(100%) !important;
	clip: rect(0 0 0 0) !important;
	overflow: hidden !important;
}
@media (max-width: 64.06125em) {
	.hidden-mobile {
		display: none !important;
	}
}
@media (min-width: 64.06125em) {
	.visible-mobile {
		display: none !important;
	}
}
.no-break {
	break-inside: avoid;
}
@media (max-width: 48.06125em) {
	.full-bg {
		display: none;
	}
}
@media (min-width: 48.06125em) {
	.mobile-bg {
		display: none;
	}
}
.btn {
	text-decoration: none;
	border: none;
	background: transparent;
	display: inline-flex;
	padding: unset;
	margin: unset;
	border: 4px solid var(--color-accent);
	border-radius: 12px;
	background: var(--color-accent);
	padding: clamp(0.625rem, 0.5673076923rem + 0.2564102564vw, 0.875rem);
	max-width: 270px;
	width: 100%;
	font-family: var(--font-family-title);
	font-weight: 600;
	font-size: 1rem;
	line-height: 120%;
	text-align: center;
	color: var(--color-dark);
	justify-content: center;
	align-items: center;
	transition: all 0.3s;
}
@media (any-hover: hover) {
	.btn:hover {
		box-shadow: 0 0 10px 1px #ffd900cb;
	}
}
@media (any-hover: none) {
	.btn:active {
		box-shadow: 0 0 10px 1px #ffd900cb;
	}
}
@media (max-width: 36.06125em) {
	.btn {
		width: 100%;
		max-width: 100%;
	}
}
.btn--blue {
	background: var(--color-blue);
	border-color: var(--color-blue);
	color: var(--color-light);
}
@media (any-hover: hover) {
	.btn--blue:hover {
		background: var(--color-blue-hover);
		border-color: var(--color-blue-hover);
		box-shadow: 0 0 20px 1px #0073ffb3;
	}
}
@media (any-hover: none) {
	.btn--blue:active {
		background: var(--color-blue-hover);
		border-color: var(--color-blue-hover);
		box-shadow: 0 0 20px 1px #0073ffb3;
	}
}
.btn--stroke {
	background: transparent;
	color: var(--color-dark);
}
.phone-btn {
	margin: 0;
	background: transparent;
	border: none;
	width: 45px;
	height: 45px;
	padding: 6px;
	flex-shrink: 0;
	color: var(--color-blue);
	transition: all 0.3s;
	position: relative;
	z-index: 4;
}
@media (min-width: 64.06125em) {
	.phone-btn {
		display: none;
	}
}
.open-header-info .phone-btn {
	transform: rotate(90deg);
}
.burger-btn {
	padding: 0;
	margin: 0;
	background: transparent;
	border: none;
	height: 32px;
	width: 32px;
	flex-shrink: 0;
	display: flex;
	justify-content: center;
	align-items: center;
	flex-direction: column;
	gap: 10px;
	position: relative;
}
@media (min-width: 64.06125em) {
	.burger-btn {
		display: none;
	}
}
.open-header-menu .burger-btn {
	width: 45px;
	height: 45px;
}
.open-header-menu .burger-btn span {
	width: 0;
}
.burger-btn span,
.burger-btn:before,
.burger-btn:after {
	width: 65%;
	background: var(--color-dark);
	height: 2px;
	transition: all 0.3s;
}
.burger-btn:before,
.burger-btn:after {
	content: "";
	position: absolute;
	z-index: 3;
	top: 6px;
	left: 50%;
	transform: translate(-50%);
}
.open-header-menu .burger-btn:before,
.open-header-menu .burger-btn:after {
	background: var(--color-blue);
	height: 4px;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%) rotate(45deg);
}
.burger-btn:after {
	top: unset;
	bottom: 6px;
}
.open-header-menu .burger-btn:after {
	position: absolute;
	bottom: unset;
	top: 50%;
	left: 50%;
	transform: translate(-50%) rotate(-45deg);
}
.link {
	padding: 0;
	margin: 0;
	background: transparent;
	border: none;
	text-align: left;
	display: inline-flex;
	text-decoration: none;
	color: inherit;
	transition: all 0.3s;
	font-family: inherit;
	position: relative;
	padding-block: 0.1em;
	margin-block: -0.1em;
	overflow: hidden;
}
.link:after {
	content: "";
	position: absolute;
	bottom: 0;
	opacity: 0;
	left: 50%;
	right: 50%;
	height: 0.1em;
	background: var(--color-accent);
	border-radius: 0;
	opacity: 1;
	transition: all var(--duration-fast);
}
@media (any-hover: hover) {
	.link:hover:after {
		left: 0;
		right: 0;
	}
}
@media (any-hover: none) {
	.link:active:after {
		left: 0;
		right: 0;
	}
}
.link-hover {
	position: relative;
	padding-block: 3px;
	margin-block: -3px;
	overflow: hidden;
}
.link-hover:after {
	content: "";
	position: absolute;
	bottom: 0;
	opacity: 0;
	left: 50%;
	right: 50%;
	height: 3px;
	background: var(--color-accent);
	border-radius: 0;
	opacity: 1;
	transition: all var(--duration-fast);
}
@media (any-hover: hover) {
	.link-hover:hover:after {
		left: 0;
		right: 0;
	}
}
@media (any-hover: none) {
	.link-hover:active:after {
		left: 0;
		right: 0;
	}
}
@media (any-hover: hover) {
	.link-hover:hover {
		color: var(--color-accent);
	}
}
@media (any-hover: none) {
	.link-hover:active {
		color: var(--color-accent);
	}
}
@media (max-width: 64.06125em) {
	.link-hover:after {
		display: none;
	}
	.footer-menu .link-hover:after {
		display: flex;
	}
}
.icon {
	--width: 20px;
	--height: var(--width);
	display: inline-flex;
	align-items: center;
	gap: 10px;
}
.icon:before {
	content: "";
	flex-shrink: 0;
	width: var(--width);
	height: var(--height);
	background-position: center;
	background-size: contain;
	background-repeat: no-repeat;
}
.icon--arrow:before {
	background-image: url("data:image/svg+xml,%3csvg%20width='32'%20height='64'%20viewBox='0%200%2032%2064'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3cpath%20d='M6.53863%2046.4534L9.36797%2049.28L24.7786%2033.8747C25.027%2033.6278%2025.2242%2033.3343%2025.3587%2033.011C25.4932%2032.6876%2025.5625%2032.3409%2025.5625%2031.9907C25.5625%2031.6405%2025.4932%2031.2937%2025.3587%2030.9704C25.2242%2030.6471%2025.027%2030.3535%2024.7786%2030.1067L9.36797%2014.6934L6.5413%2017.52L21.0053%2031.9867L6.53863%2046.4534Z'%20fill='%23FAFAF2'/%3e%3c/svg%3e");
}
.icon--arrow-down:before {
	background-image: url("data:image/svg+xml,%3csvg%20width='24'%20height='12'%20viewBox='0%200%2024%2012'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3cg%20clip-path='url(%23clip0_22_31)'%3e%3cpath%20d='M17.42%202.45199L18.48%203.51299L12.703%209.29199C12.6104%209.38514%2012.5004%209.45907%2012.3791%209.50952C12.2579%209.55997%2012.1278%209.58594%2011.9965%209.58594C11.8652%209.58594%2011.7352%209.55997%2011.6139%209.50952C11.4927%209.45907%2011.3826%209.38514%2011.29%209.29199L5.51001%203.51299L6.57001%202.45299L11.995%207.87699L17.42%202.45199Z'%20fill='%231C1C1E'/%3e%3c/g%3e%3cdefs%3e%3cclipPath%20id='clip0_22_31'%3e%3crect%20width='12'%20height='24'%20fill='white'%20transform='translate(24%201.04907e-06)%20rotate(90)'/%3e%3c/clipPath%3e%3c/defs%3e%3c/svg%3e");
}
.icon--phone:before {
	background-image: url("data:image/svg+xml,%3csvg%20width='43'%20height='43'%20viewBox='0%200%2043%2043'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3cpath%20d='M12.5564%200.00585938C14.8969%200.113848%2016.9659%201.82633%2017.3406%204.2373L17.3718%204.48145V4.48242C17.5032%205.72795%2017.7363%206.96091%2018.0681%208.16797L18.2166%208.68359L18.2185%208.68945C18.5833%209.91931%2018.6083%2011.2258%2018.2908%2012.4688C17.9737%2013.7094%2017.3262%2014.8408%2016.4187%2015.7441L16.4197%2015.7451L14.4343%2017.7285C16.9831%2021.9362%2020.5232%2025.476%2024.7312%2028.0244L26.7156%2026.041C27.6193%2025.1333%2028.7518%2024.4868%2029.9929%2024.1699C31.1583%2023.8725%2032.3794%2023.8762%2033.5408%2024.1787L33.7722%2024.2432L33.7771%2024.2451C35.1481%2024.6563%2036.5558%2024.9382%2037.9792%2025.0879H37.9802C39.3061%2025.2286%2040.4872%2025.8935%2041.3015%2026.9941C42.0958%2028.0681%2042.4607%2029.4385%2042.4607%2030.9238V37.3408C42.4603%2040.4022%2039.8187%2042.7031%2036.8435%2042.4414H36.8425C17.3055%2040.7144%201.74642%2025.1554%200.0202637%205.61816C-0.242338%202.63933%202.06794%200.000115328%205.12573%200H12.322L12.5564%200.00585938ZM5.12573%204.00098C4.48179%204.00109%203.94256%204.56039%204.00464%205.2666L4.08667%206.08887C5.99929%2023.3077%2019.8637%2036.925%2037.1951%2038.457H37.1941C37.9054%2038.5195%2038.4603%2037.9804%2038.4607%2037.3408V36.3457C33.3813%2036.0548%2028.5977%2034.6634%2024.3445%2032.4043C24.1795%2032.3422%2024.0219%2032.2576%2023.8748%2032.1504C18.1744%2029.0081%2013.4617%2024.2961%2010.3171%2018.5977C10.203%2018.4435%2010.1137%2018.2774%2010.0496%2018.1035C8.7732%2015.6983%207.77245%2013.1243%207.09253%2010.4229V10.4219C6.5711%208.34881%206.23999%206.20126%206.11401%204.00098H5.12573ZM32.6287%2028.0752C32.0929%2027.9172%2031.5235%2027.9078%2030.9822%2028.0459C30.4391%2028.1846%2029.9437%2028.4677%2029.5486%2028.8652L29.5447%2028.8691L28.4666%2029.9463C31.5663%2031.2783%2034.9313%2032.1098%2038.4607%2032.3389V30.9238C38.4607%2030.0684%2038.2506%2029.5963%2038.0857%2029.373C37.9409%2029.1773%2037.776%2029.0887%2037.5603%2029.0654C35.8894%2028.8896%2034.238%2028.5588%2032.6287%2028.0762V28.0752ZM10.1218%204.00098C10.2429%205.86813%2010.5303%207.6887%2010.9724%209.44629L11.1335%2010.0625C11.504%2011.4132%2011.9673%2012.7256%2012.5125%2013.9941L13.5955%2012.9121C13.993%2012.5171%2014.276%2012.0215%2014.4148%2011.4785C14.5535%2010.9355%2014.5429%2010.3645%2014.3835%209.82715V9.82617C13.9017%208.21933%2013.5702%206.57064%2013.3943%204.90234L13.3806%204.81445C13.2957%204.40972%2012.9268%204.05204%2012.4304%204.00586L12.322%204.00098H10.1218Z'%20fill='%231C1C1E'/%3e%3c/svg%3e");
}
.icon--address:before {
	background-image: url("data:image/svg+xml,%3csvg%20width='14'%20height='19'%20viewBox='0%200%2014%2019'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3cpath%20d='M6.625%200C10.2353%200%2013.25%202.79951%2013.25%206.35156C13.25%208.33269%2012.1901%2010.7286%2011.0781%2012.7363C9.93839%2014.7942%208.62756%2016.6445%207.92676%2017.5908L7.92578%2017.5898C7.77653%2017.7928%207.58295%2017.9589%207.3584%2018.0732C7.13133%2018.1888%206.87977%2018.249%206.625%2018.249C6.37022%2018.249%206.11867%2018.1888%205.8916%2018.0732C5.66688%2017.9588%205.47254%2017.793%205.32324%2017.5898V17.5908C4.62248%2016.6441%203.31158%2014.7934%202.17188%2012.7354C1.05999%2010.7275%200%208.33143%200%206.35156C0%202.79951%203.01467%200%206.625%200ZM6.625%202C4.0244%202%202%203.99659%202%206.35156C2%207.77005%202.81462%209.76612%203.92188%2011.7656C4.85347%2013.4479%205.9172%2014.9963%206.625%2015.9766C7.33275%2014.9967%208.39658%2013.4495%209.32812%2011.7676C10.4354%209.76836%2011.25%207.77155%2011.25%206.35156C11.25%203.99659%209.2256%202%206.625%202ZM6.625%203.75C8.21282%203.75%209.5%205.03718%209.5%206.625C9.5%208.21282%208.21282%209.5%206.625%209.5C5.03718%209.5%203.75%208.21282%203.75%206.625C3.75%205.03718%205.03718%203.75%206.625%203.75ZM6.625%205.75C6.14175%205.75%205.75%206.14175%205.75%206.625C5.75%207.10825%206.14175%207.5%206.625%207.5C7.10825%207.5%207.5%207.10825%207.5%206.625C7.5%206.14175%207.10825%205.75%206.625%205.75Z'%20fill='%231C1C1E'/%3e%3c/svg%3e");
}
.icon--address-white:before {
	background-image: url("data:image/svg+xml,%3csvg%20width='13'%20height='18'%20viewBox='0%200%2013%2018'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3cpath%20d='M6.125%200C9.4829%200%2012.25%202.59878%2012.25%205.85156C12.25%207.69242%2011.2514%209.98857%2010.1406%2011.9941C9.01731%2014.0223%207.72162%2015.85%207.02637%2016.7891C6.92282%2016.9313%206.78767%2017.0481%206.63086%2017.1279C6.47414%2017.2076%206.30082%2017.249%206.125%2017.249C5.94918%2017.249%205.77586%2017.2076%205.61914%2017.1279C5.46339%2017.0487%205.32789%2016.9339%205.22461%2016.793C4.52994%2015.8545%203.23387%2014.0237%202.10938%2011.9932C0.998623%209.98741%200%207.69111%200%205.85156C0%202.59878%202.7671%200%206.125%200ZM6.125%201C3.27196%201%201%203.19732%201%205.85156C1%207.41035%201.876%209.50627%202.98438%2011.5078C3.80527%2012.9901%204.72333%2014.3691%205.41895%2015.3545L6.0293%2016.1982L6.03125%2016.2012C6.04197%2016.2159%206.05605%2016.228%206.07227%2016.2363C6.08856%2016.2446%206.10671%2016.249%206.125%2016.249C6.1433%2016.249%206.16144%2016.2446%206.17773%2016.2363C6.19395%2016.228%206.20802%2016.2159%206.21875%2016.2012L6.22168%2016.1982C6.90401%2015.2768%208.17114%2013.4859%209.26562%2011.5098C10.3741%209.50842%2011.25%207.41185%2011.25%205.85156C11.25%203.19732%208.97804%201%206.125%201ZM6.125%203.75C7.43668%203.75%208.5%204.81332%208.5%206.125C8.5%207.43668%207.43668%208.5%206.125%208.5C4.81332%208.5%203.75%207.43668%203.75%206.125C3.75%204.81332%204.81332%203.75%206.125%203.75ZM6.125%204.75C5.36561%204.75%204.75%205.36561%204.75%206.125C4.75%206.88439%205.36561%207.5%206.125%207.5C6.88439%207.5%207.5%206.88439%207.5%206.125C7.5%205.36561%206.88439%204.75%206.125%204.75Z'%20fill='%23F5F7FA'/%3e%3c/svg%3e");
}
.icon--email:before {
	background-image: url("data:image/svg+xml,%3csvg%20width='42'%20height='34'%20viewBox='0%200%2042%2034'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3cpath%20d='M34.333%200.5L34.668%200.507812C36.3363%200.590552%2037.9197%201.28988%2039.1064%202.47656C40.3723%203.74243%2041.083%205.45979%2041.083%207.25V26C41.083%2027.7902%2040.3723%2029.5076%2039.1064%2030.7734C37.8406%2032.0392%2036.1231%2032.75%2034.333%2032.75H7.25C5.45979%2032.75%203.74243%2032.0393%202.47656%2030.7734C1.21069%2029.5076%200.5%2027.7902%200.5%2026V7.25L0.507812%206.91504C0.59063%205.24677%201.28986%203.66326%202.47656%202.47656C3.74243%201.21069%205.45979%200.5%207.25%200.5H34.333ZM21.0635%2017.4824L20.792%2017.6582L20.5195%2017.4824L3.65332%206.54004C3.60843%206.77282%203.58301%207.01227%203.58301%207.25V26C3.58301%2026.9725%203.96959%2027.9051%204.65723%2028.5928C5.34486%2029.2804%206.27754%2029.667%207.25%2029.667H34.333C35.3054%2029.667%2036.2382%2029.2803%2036.9258%2028.5928C37.6134%2027.9051%2038%2026.9725%2038%2026V7.25C38%207.01219%2037.9736%206.77289%2037.9287%206.54004L21.0635%2017.4824ZM7.25%203.58301C6.58401%203.58301%205.98426%203.7473%205.4707%204.04102L20.791%2013.9463L36.1113%204.04102C35.598%203.74765%2034.9986%203.58301%2034.333%203.58301H7.25Z'%20fill='black'%20stroke='%231C1C1E'/%3e%3c/svg%3e");
}
.icon--time:before {
	background-image: url(components/images/icons/time.svg);
}
.form-input,
.cf-select-custom__field {
	border-radius: 12px;
	border: 2px solid var(--color-light);
	color: var(--color-light);
	background: transparent;
	line-height: 1;
	width: 100%;
	padding: 18px 24px;
	font-size: 16px;
}
.form-input--wide {
	min-width: 280px;
	width: 100%;
}
.modal-call__form .form-input,
.modal-call__form .cf-select-custom__field,
.services-cta .form-input,
.services-cta .cf-select-custom__field,
.jobs-form .form-input,
.jobs-form .cf-select-custom__field {
	color: var(--color-dark);
	border-color: currentColor;
}
.form-input::placeholder,
.cf-select-custom__field::placeholder {
	color: inherit;
}
.form-textarea {
	resize: none;
	height: clamp(5.625rem, 4.1826923077rem + 6.4102564103vw, 11.875rem);
}
.hero-input,
.hero-form .cf-select-custom__field {
	color: var(--color-dark);
	border-color: var(--color-blue);
	text-align: center;
	padding: 11px 12px;
}
.form-checkbox {
	display: flex;
	align-items: center;
	gap: clamp(0.75rem, 0.5769230769rem + 0.7692307692vw, 1.5rem);
	text-align: left;
}
.form-checkbox__input {
	display: none;
}
.form-checkbox__input:checked ~ .form-checkbox__checkbox:before {
	opacity: 1;
}
.form-checkbox__checkbox {
	flex-shrink: 0;
	display: flex;
	width: 30px;
	height: 30px;
	border: 1px solid var(--color-dark);
	border-radius: 4px;
	background-color: var(--color-light);
	position: relative;
}
.form-checkbox__checkbox:before {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-image: url("data:image/svg+xml,%3csvg%20width='17'%20height='13'%20viewBox='0%200%2017%2013'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3cpath%20d='M14.999%200.501953C15.2507%200.518642%2015.4654%200.636306%2015.6318%200.803711C15.7896%200.962401%2015.9082%201.16515%2015.9365%201.40527L15.9434%201.51074L15.9375%201.61719C15.911%201.86053%2015.791%202.06547%2015.6309%202.22461L15.6299%202.22363L6.6875%2011.1729C6.43846%2011.4219%206.12547%2011.5624%205.76855%2011.5625C5.4115%2011.5625%205.09775%2011.422%204.84863%2011.1729L0.798828%207.12305C0.614054%206.93827%200.507914%206.70262%200.5%206.4375C0.491252%206.14445%200.614192%205.89478%200.803711%205.7041C0.986269%205.52045%201.2272%205.3916%201.51562%205.3916L1.62109%205.39746C1.86234%205.42457%202.066%205.54297%202.22559%205.70312L5.76758%209.25L14.2168%200.802734C14.3976%200.621988%2014.6276%200.514235%2014.8887%200.500977L14.999%200.501953Z'%20fill='%231C1C1E'%20stroke='%231C1C1E'/%3e%3c/svg%3e");
	background-position: center center;
	background-size: 70%;
	background-repeat: no-repeat;
	transition: all 0.3s;
	opacity: 0;
}
.form-checkbox__text {
	padding-top: 6px;
}
.form-checkbox__text a {
	color: inherit;
	text-decoration: none;
	transition: all 0.3s;
	position: relative;
	padding-block: 0.1em;
	margin-block: -0.1em;
	overflow: hidden;
}
.form-checkbox__text a:after {
	content: "";
	position: absolute;
	bottom: 0;
	opacity: 0;
	left: 50%;
	right: 50%;
	height: 0.1em;
	background: var(--color-accent);
	border-radius: 0;
	opacity: 1;
	transition: all var(--duration-fast);
}
@media (any-hover: hover) {
	.form-checkbox__text a:hover:after {
		left: 0;
		right: 0;
	}
}
@media (any-hover: none) {
	.form-checkbox__text a:active:after {
		left: 0;
		right: 0;
	}
}
@media (any-hover: hover) {
	.form-checkbox__text a:hover {
		color: var(--color-accent);
	}
}
@media (any-hover: none) {
	.form-checkbox__text a:active {
		color: var(--color-accent);
	}
}
.jobs-form__form-wrapper .form-input,
.jobs-form__form-wrapper .cf-select-custom__field,
.services-cta .services-cta__form .form-input,
.services-cta .services-cta__form .cf-select-custom__field {
	border-color: var(--color-blue) !important;
}
.title-1,
.title-2,
.title-3,
.title-4 {
	padding: 0;
	margin: 0;
	font-family: var(--font-family-title);
	font-weight: 700;
	line-height: 130%;
	color: var(--color-dark);
}
.title-1 em,
.title-2 em,
.title-3 em,
.title-4 em {
	font-style: normal;
	color: var(--color-accent);
}
.title-1 {
	font-size: clamp(1.75rem, 1.3461538462rem + 1.7948717949vw, 3.5rem);
}
.title-2 {
	font-size: clamp(1.375rem, 1.1153846154rem + 1.1538461538vw, 2.5rem);
}
.title-3 {
	font-size: clamp(1.25rem, 1.1923076923rem + 0.2564102564vw, 1.5rem);
}
.title-4 {
	font-size: clamp(1.25rem, 1.1634615385rem + 0.3846153846vw, 1.625rem);
	font-weight: 500;
	text-transform: none;
}
.upcase {
	text-transform: uppercase;
}
.hint {
	color: var(--color-gray);
}
.color-blue {
	color: var(--color-blue);
}
.card-list {
	padding: 0;
	margin: 0;
	list-style-type: none;
	--gap: clamp(1.5rem, 0.5480769231rem + 4.2307692308vw, 5.625rem);
	--column: 3;
	--width: calc((100% - var(--gap) * (var(--column) - 1)) / var(--column));
	--min-width: 340px;
	width: 100%;
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	gap: clamp(1.5rem, 1.2692307692rem + 1.0256410256vw, 2.5rem) var(--gap);
}
.card-list.card-list-4 {
	--column: 4;
}
@media (max-width: 75.06125em) {
	.card-list {
		--column: 2;
	}
}
@media (max-width: 48.06125em) {
	.card-list {
		--column: 1;
	}
}
.card-list__item {
	min-width: var(--min-width);
	flex: 0 1 var(--width);
}
.image-box {
	position: relative;
	padding: 0;
	margin: 0;
	--object-fit: cover;
	--object-pos: top;
}
.image-box--contain {
	--object-fit: contain;
}
.image-box img,
.image-box source,
.image-box picture {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	object-fit: var(--object-fit);
	object-position: var(--object-pos);
}
.descr-box h1,
.descr-box h2,
.descr-box h3,
.descr-box h4,
.descr-box h5,
.descr-box h6 {
	font-family: var(--font-family-title);
}
.descr-box a {
	color: inherit;
	text-decoration: none;
}
@media (any-hover: hover) {
	.descr-box a:hover {
		color: var(--color-accent);
	}
}
@media (any-hover: none) {
	.descr-box a:active {
		color: var(--color-accent);
	}
}
.descr-box *:first-child {
	padding-top: unset;
	margin-top: unset;
}
.descr-box *:last-child {
	padding-bottom: unset;
	margin-bottom: unset;
}
.cta-wrapper {
	padding-top: 32px;
}
.cta-wrapper__title {
	text-align: left;
	text-transform: none;
}
.pt-0 {
	padding-top: 0;
}
.mb-44 {
	margin-bottom: clamp(1.5rem, 1.2115384615rem + 1.2820512821vw, 2.75rem) !important;
}
.mb-24 {
	margin-bottom: clamp(1.25rem, 1.1923076923rem + 0.2564102564vw, 1.5rem) !important;
}
.grid {
	--min: 300px;
	--gap: 24px;
	padding: 0;
	margin: 0;
	list-style-type: none;
	display: grid;
	grid-template-columns: repeat(auto-fit, minmax(var(--min), 1fr));
	gap: var(--gap);
}
.grid-mansonry {
	padding: 0;
	margin: 0;
	list-style-type: none;
	display: grid;
	grid-template-columns: repeat(2, 1fr);
	gap: 24px;
	grid-auto-rows: clamp(21.25rem, 16.9554870282rem + 6.7037608098vw, 25rem);
	grid-auto-flow: dense;
}
@media (max-width: 48.06125em) {
	.grid-mansonry {
		grid-template-columns: 1fr;
		width: 100%;
	}
}
.grid-mansonry__item:nth-child(8n + 2),
.grid-mansonry__item:nth-child(8n + 3),
.grid-mansonry__item:nth-child(8n + 6),
.grid-mansonry__item:nth-child(8n + 7) {
	grid-row: span 2;
}
@media (max-width: 48.06125em) {
	.grid-mansonry__item:nth-child(8n + 2),
	.grid-mansonry__item:nth-child(8n + 3),
	.grid-mansonry__item:nth-child(8n + 6),
	.grid-mansonry__item:nth-child(8n + 7) {
		grid-row: auto;
	}
}
.hero-form .cf-select-custom__field {
	text-align: left;
}
.cf-select-custom {
	flex-shrink: 0;
	color: var(--color-dark);
	max-width: 200px;
	position: relative;
	z-index: 2;
}
.cf-select-custom {
	overflow-wrap: break-word;
	word-wrap: break-word;
	word-break: break-all;
	word-break: break-word;
	-webkit-hyphens: auto;
	hyphens: auto;
}
.jobs-form .cf-select-custom,
.services-cta .cf-select-custom,
.record .cf-select-custom {
	max-width: 100%;
}
.jobs-form .cf-select-custom,
.services-cta .cf-select-custom {
	color: var(--color-dark);
}
.cf-select-custom:after {
	content: "";
	color: var(--color-gray);
	position: absolute;
	height: 12px;
	width: 24px;
	right: 4px;
	line-height: 1;
	top: 50%;
	transform: translateY(-50%);
	pointer-events: none;
	padding-left: 6px;
	background-color: var(--color-light);
	background-image: url("data:image/svg+xml,%3csvg%20width='24'%20height='12'%20viewBox='0%200%2024%2012'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3cg%20clip-path='url(%23clip0_22_31)'%3e%3cpath%20d='M17.42%202.45199L18.48%203.51299L12.703%209.29199C12.6104%209.38514%2012.5004%209.45907%2012.3791%209.50952C12.2579%209.55997%2012.1278%209.58594%2011.9965%209.58594C11.8652%209.58594%2011.7352%209.55997%2011.6139%209.50952C11.4927%209.45907%2011.3826%209.38514%2011.29%209.29199L5.51001%203.51299L6.57001%202.45299L11.995%207.87699L17.42%202.45199Z'%20fill='%231C1C1E'/%3e%3c/g%3e%3cdefs%3e%3cclipPath%20id='clip0_22_31'%3e%3crect%20width='12'%20height='24'%20fill='white'%20transform='translate(24%201.04907e-06)%20rotate(90)'/%3e%3c/clipPath%3e%3c/defs%3e%3c/svg%3e");
	background-repeat: no-repeat;
	background-position: center;
	background-size: contain;
}
.record .cf-select-custom:after {
	background-color: transparent;
	background-image: url("data:image/svg+xml,%3csvg%20width='24'%20height='12'%20viewBox='0%200%2024%2012'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3cg%20clip-path='url(%23clip0_22_31)'%3e%3cpath%20d='M17.42%202.45199L18.48%203.51299L12.703%209.29199C12.6104%209.38514%2012.5004%209.45907%2012.3791%209.50952C12.2579%209.55997%2012.1278%209.58594%2011.9965%209.58594C11.8652%209.58594%2011.7352%209.55997%2011.6139%209.50952C11.4927%209.45907%2011.3826%209.38514%2011.29%209.29199L5.51001%203.51299L6.57001%202.45299L11.995%207.87699L17.42%202.45199Z'%20fill='%23F5F7FA'/%3e%3c/g%3e%3cdefs%3e%3cclipPath%20id='clip0_22_31'%3e%3crect%20width='12'%20height='24'%20fill='white'%20transform='translate(24%201.04907e-06)%20rotate(90)'/%3e%3c/clipPath%3e%3c/defs%3e%3c/svg%3e");
	right: clamp(0.25rem, 0.0192307692rem + 1.0256410256vw, 1.25rem);
}
.services-cta .cf-select-custom:after,
.jobs-form .cf-select-custom:after {
	background-color: transparent;
	right: clamp(0.25rem, 0.0192307692rem + 1.0256410256vw, 1.25rem);
}
.cf-select-custom__field {
	width: 100%;
}
.cf-select-custom__field {
	padding-right: 30px;
}
.services-cta .cf-select-custom__field,
.jobs-form .cf-select-custom__field {
	border-color: var(--color-dark) !important;
	color: var(--color-dark) !important;
}
.cf-select-custom__list {
	padding: 0;
	margin: 0;
	list-style-type: none;
	position: absolute;
	z-index: 6;
	bottom: 0;
	left: 0;
	width: 100%;
	max-height: 200px;
	overflow-y: auto;
	overflow-x: hidden;
	transform: translateY(100%);
	display: none;
	border: 2px solid var(--color-blue);
	border-radius: 12px;
	background: var(--color-white);
}
.record .cf-select-custom__list {
	border-color: var(--color-light);
}
.services-cta .cf-select-custom__list,
.jobs-form .cf-select-custom__list {
	border-color: var(--color-dark) !important;
	color: var(--color-dark) !important;
}
.active .cf-select-custom__list {
	display: block;
}
.cf-select-custom__btn {
	text-align: left;
	border: 1px solid var(--color-gray-2);
	background: var(--color-light);
	padding: 6px 12px;
	width: 100%;
}
.cf-select-custom__btn.active {
	background: #cecece;
}
.jobs-form .cf-select-custom__field {
	border-color: var(--color-blue) !important;
}
.modal {
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	height: 100dvh;
	z-index: 1000;
	background: #0000001a;
	-webkit-backdrop-filter: blur(50px);
	backdrop-filter: blur(50px);
	display: flex;
	justify-content: center;
	align-items: center;
	flex-direction: column;
	padding: 10px;
	opacity: 0;
	pointer-events: none;
	transition: opacity 0.35s ease;
}
.modal.active-modal {
	opacity: 1;
	pointer-events: auto;
}
.modal__box {
	background-color: var(--color-light);
	background-position: center center;
	background-size: contain;
	background-repeat: no-repeat;
	padding: 20px 10px;
	overflow: auto;
	border-radius: 12px;
	transform: scale(0.8);
	opacity: 0;
	transition:
		transform 0.35s cubic-bezier(0.17, 0.67, 0.55, 1.39),
		opacity 0.3s ease;
}
.modal.active-modal .modal__box {
	opacity: 1;
	transform: scale(1);
}
.modal__close-btn {
	margin: 0;
	background: transparent;
	color: var(--color-blue);
	border: none;
	padding: 10px;
	position: absolute;
	top: 0;
	right: 0;
	transition: all 0.3s;
	width: 45px;
	height: 45px;
}
.modal__close-btn svg {
	width: 100%;
	height: 100%;
	transition: all 0.3s;
}
@media (any-hover: hover) {
	.modal__close-btn:hover {
		opacity: 0.8;
	}
	.modal__close-btn:hover svg {
		transform: rotate(90deg);
	}
}
@media (any-hover: none) {
	.modal__close-btn:active {
		opacity: 0.8;
	}
	.modal__close-btn:active svg {
		transform: rotate(90deg);
	}
}
.modal__box {
	max-width: 520px;
	width: 100%;
	padding: clamp(1.25rem, 0.9615384615rem + 1.2820512821vw, 2.5rem);
}
.modal-call {
	display: flex;
	justify-content: center;
	align-items: center;
	flex-direction: column;
	gap: 24px;
}
.modal-call__title {
	text-align: center;
}
.modal-call__form-wrapper {
	display: flex;
	flex-direction: column;
	gap: 24px;
}
.modal-call__form-wrapper .btn {
	max-width: 100%;
}
.cookie-banner {
	position: fixed;
	bottom: 0;
	left: 0;
	right: 0;
	background: var(--color-light);
	color: inherit;
	z-index: 9999;
}
.cookie-banner.hide {
	display: none;
}
.cookie-banner__container {
	padding-block: clamp(0.625rem, 0.4807692308rem + 0.641025641vw, 1.25rem);
	display: flex;
	gap: clamp(0.625rem, 0.4230769231rem + 0.8974358974vw, 1.5rem);
	justify-content: space-between;
	align-items: center;
}
@media (max-width: 64.06125em) {
	.cookie-banner__container {
		flex-wrap: wrap;
	}
}
.cookie-banner__content {
	padding: 0;
	margin: 0;
	font-family: var(--font-family-title);
	font-weight: 400;
	font-size: 14px;
}
.cookie-banner__content a {
	text-decoration: none;
	transition: all 0.3s;
	color: inherit;
	position: relative;
	padding-block: 0.1em;
	margin-block: -0.1em;
	overflow: hidden;
}
.cookie-banner__content a:after {
	content: "";
	position: absolute;
	bottom: 0;
	opacity: 0;
	left: 50%;
	right: 50%;
	height: 0.1em;
	background: var(--color-accent);
	border-radius: 0;
	opacity: 1;
	transition: all var(--duration-fast);
}
@media (any-hover: hover) {
	.cookie-banner__content a:hover:after {
		left: 0;
		right: 0;
	}
}
@media (any-hover: none) {
	.cookie-banner__content a:active:after {
		left: 0;
		right: 0;
	}
}
.cookie-banner__buttons {
	display: flex;
	gap: 10px;
}
@media (max-width: 36.06125em) {
	.cookie-banner__buttons {
		flex-wrap: wrap;
		width: 100%;
	}
}
.cookie-banner__btn.btn {
	width: 270px;
}
@media (max-width: 36.06125em) {
	.cookie-banner__btn.btn {
		flex: 1 1 100%;
		width: 100%;
	}
}
.breadcrumbs-section {
	padding-bottom: unset;
}
.breadcrumbs {
	display: flex;
	flex-wrap: wrap;
	gap: 6px;
	font-family: var(--font-family-main);
	color: var(--color-dark);
}
.breadcrumbs > span {
	display: flex;
	gap: 6px;
}
.breadcrumbs > span:not(:last-child):after {
	content: "/";
}
.breadcrumbs > span a {
	color: inherit;
	text-decoration: none;
	transition: all 0.3s;
}
@media (any-hover: hover) {
	.breadcrumbs > span a:hover {
		color: var(--color-accent);
	}
}
@media (any-hover: none) {
	.breadcrumbs > span a:active {
		color: var(--color-accent);
	}
}
.breadcrumbs .current-item {
	color: var(--color-gray);
}
.wp-block-table table {
	border-collapse: separate;
	border-spacing: 0;
	border: 1px solid #000;
	border-radius: 12px;
}
.wp-block-table table thead tr:first-child th:first-child {
	border-top-left-radius: 12px;
}
.wp-block-table table thead tr:first-child th:last-child {
	border-top-right-radius: 12px;
}
.wp-block-table table tbody tr:last-child td:first-child {
	border-bottom-left-radius: 12px;
}
.wp-block-table table tbody tr:last-child td:last-child {
	border-bottom-right-radius: 12px;
}
.wp-block-table table td,
.wp-block-table table th {
	text-align: center;
}
.header {
	position: absolute;
	top: clamp(0.625rem, -2.9537608098rem + 5.5864673415vw, 3.75rem);
	left: 0;
	width: 100%;
	z-index: 55;
}
@media (max-width: 64.06125em) {
	.header {
		top: 0;
	}
}
.header__container {
	background: var(--color-light);
	display: flex;
	gap: clamp(1rem, -1.4335573507rem + 3.7987977922vw, 3.125rem);
	align-items: center;
	justify-content: space-between;
	border-radius: 12px;
	padding-block: clamp(0.5rem, 0.4134615385rem + 0.3846153846vw, 0.875rem);
}
@media (max-width: 64.06125em) {
	.header__container {
		padding-top: 4px;
		border-radius: 0;
		gap: 30px;
		align-items: flex-start;
	}
}
.header__info {
	flex: 1;
}
.header__burger-btn {
	margin-top: -4px;
}
.header__phone-mobile {
	margin-left: auto;
	font-size: 14px;
}
.logo {
	flex-shrink: 0;
	transition: all 0.3s;
}
@media (any-hover: hover) {
	.logo:hover {
		opacity: 0.8;
	}
}
@media (any-hover: none) {
	.logo:active {
		opacity: 0.8;
	}
}
.logo a {
	display: inline-flex;
	height: clamp(1.5rem, 1.1826923077rem + 1.4102564103vw, 2.875rem);
}
.header-info {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 24px;
}
.header-info__address {
	flex: 0 1 300px;
}
@media (max-width: 64.06125em) {
	.header-info__address {
		flex-basis: auto;
	}
}
.header-info__links {
	flex: 0 1 auto;
	padding: 0;
	margin: 0;
	list-style-type: none;
	display: inline-flex;
	flex-wrap: wrap;
	gap: clamp(0.625rem, 0.4519230769rem + 0.7692307692vw, 1.375rem);
}
@media (max-width: 64.06125em) {
	.header-info__links {
		flex-basis: auto;
	}
}
.header-info__links-link {
	transition: all 0.3s;
	display: inline-flex;
	width: 32px;
	height: 32px;
}
@media (any-hover: hover) {
	.header-info__links-link:hover {
		opacity: 0.8;
	}
}
@media (any-hover: none) {
	.header-info__links-link:active {
		opacity: 0.8;
	}
}
.header-info__phone {
	flex-shrink: 0;
	color: inherit;
	text-decoration: none;
	transition: all 0.3s;
}
.header-info__btn {
	flex-shrink: 0;
}
.header-menu {
	margin-top: 20px;
	max-width: 800px;
	padding: 6px 30px;
	border-radius: 30px;
	background: #0003;
	border: 1px solid rgba(255, 255, 255, 0.25);
	box-shadow:
		inset 0 0 10px #fff3,
		0 4px 20px #00000040;
	backdrop-filter: blur(30px) saturate(180%);
	-webkit-backdrop-filter: blur(30px) saturate(180%);
	color: var(--color-light);
	font-family: var(--font-family-title);
	font-weight: 600;
}
@media (max-width: 64.06125em) {
	.header-menu {
		position: fixed !important;
		z-index: 2 !important;
		top: var(--header-height);
		left: 0;
		width: 100%;
		padding: 80px 10px 60px;
		height: calc(100dvh - var(--header-height));
		background: var(--color-light);
		color: var(--color-dark);
		display: flex;
		flex-direction: column;
		gap: 10px;
		overflow: auto;
		transform: translateY(-100%);
		pointer-events: none;
		visibility: hidden;
		transition: all 0.3s;
		top: 0;
		height: 100dvh;
	}
	.open-header-menu .header-menu {
		transform: translateY(0);
		pointer-events: all;
		visibility: visible;
	}
	.header-menu ul {
		display: flex;
		flex-direction: column;
		flex-wrap: wrap;
		text-align: center;
		align-items: center;
		width: 100%;
	}
}
@media (max-width: 64.06125em) {
	.header-menu {
		margin-top: unset;
		max-width: 100%;
		border-radius: 0 0 12px 12px;
		font-family: var(--font-family-main);
		font-weight: 400;
	}
	.header-menu ul {
		gap: 12px;
	}
}
.header-menu ul {
	padding: 0;
	margin: 0;
	list-style-type: none;
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	align-items: center;
	gap: 10px clamp(1.25rem, -0.1815043239rem + 2.2345869366vw, 2.5rem);
}
.header-menu a {
	color: inherit;
	text-decoration: none;
	transition: all 0.3s;
}
@media (any-hover: hover) {
	.header-menu a:hover {
		opacity: 0.6;
	}
}
@media (any-hover: none) {
	.header-menu a:active {
		opacity: 0.6;
	}
}
.header-nav-info {
	display: flex;
	flex-direction: column;
	padding-top: 20px;
}
.header-nav-info__address:not(:last-child) {
	margin-bottom: 20px;
}
.header-nav-info__phone:not(:last-child) {
	margin-bottom: 20px;
}
.header-nav-info__time span:first-child {
	display: inline-flex;
	font-size: 14px;
	color: var(--color-gray);
	margin-bottom: 24px;
}
.header-nav-info__time:not(:last-child) {
	margin-bottom: 20px;
}
.hero {
	position: relative;
	box-shadow: 0 8px 12px #00000040;
}
.hero__body {
	--padding-top: clamp(1.5rem, 0.8365384615rem + 2.9487179487vw, 4.375rem);
}
@media (max-width: 64.06125em) {
	.hero__body {
		--padding-top: 0px;
	}
}
.hero__body {
	position: relative;
	display: flex;
	align-items: center;
	flex-direction: column;
	min-height: clamp(20rem, 14.8076923077rem + 23.0769230769vw, 42.5rem);
	padding-block: calc(var(--header-height) + var(--padding-top)) var(--hero-form-height);
	color: var(--color-light);
}
.hero__body:before {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: #1c1c1e;
	opacity: 0.4;
	z-index: 1;
}
@media (max-width: 64.06125em) {
	.hero__body {
		padding-bottom: var(--section-padding);
	}
}
.hero__container {
	position: relative;
	z-index: 2;
	display: flex;
	flex-direction: column;
	align-items: center;
}
.hero__address {
	margin: 0;
	margin-bottom: clamp(1.5rem, 1.2692307692rem + 1.0256410256vw, 2.5rem);
	font-size: clamp(0.875rem, 0.8461538462rem + 0.1282051282vw, 1rem);
	display: inline-flex;
	padding: 6px 16px;
	border-radius: 30px;
	background: #0003;
	border: 1px solid rgba(255, 255, 255, 0.25);
	box-shadow:
		inset 0 0 10px #fff3,
		0 4px 20px #00000040;
	backdrop-filter: blur(30px) saturate(180%);
	-webkit-backdrop-filter: blur(30px) saturate(180%);
}
.hero__title {
	text-align: center;
	color: var(--color-light);
}
.hero__title:not(:last-child) {
	margin-bottom: 20px;
}
.hero-page .hero__title {
	padding-top: 20px;
}
.hero__descr-box {
	font-family: var(--font-family-title);
	font-size: clamp(1.25rem, 1.1346153846rem + 0.5128205128vw, 1.75rem);
	font-weight: 600;
	text-align: center;
	line-height: 110%;
}
.hero__descr-box:not(:last-child) {
	margin-bottom: 24px;
}
.hero__form {
	position: absolute;
	bottom: -1px;
	width: 100%;
}
.hero__thank-you-form {
	display: flex;
	flex-direction: column;
	align-items: center;
	gap: 20px;
	max-width: 420px;
	width: 100%;
}
.hero-form {
	border-radius: 12px 12px 0 0;
	background: var(--color-light);
}
@media (max-width: 64.06125em) {
	.hero-form {
		display: none;
	}
}
.hero-form__container {
	padding-block: 20px;
}
.hero-form__title {
	padding: 0;
	margin: 0 0 20px;
	font-family: var(--font-family-title);
	font-size: 18px;
	font-weight: 700;
}
.hero-form__form-wrapper {
	display: flex;
	align-items: center;
	gap: 20px;
}
@media (max-width: 75.06125em) {
	.hero-form__form-wrapper {
		flex-wrap: wrap;
	}
	.hero-form__form-wrapper .cf-select-custom {
		max-width: unset;
	}
	.hero-form__form-wrapper .cf-select-custom,
	.hero-form__form-wrapper .hero-input {
		flex: 1 1 250px;
		width: 100%;
	}
}
.hero-form .btn {
	flex-shrink: 0;
	padding-block: 10px;
	max-width: 285px;
}
.hero-404 .hero__title {
	margin-top: unset;
}
.hero-404__404 {
	padding: 0;
	margin: 0;
	font-family: var(--font-family-title);
	font-weight: 700;
	font-size: clamp(7.5rem, 6.3461538462rem + 5.1282051282vw, 12.5rem);
	line-height: 1;
}
.benefits {
	text-align: center;
}
@media (max-width: 48.06125em) {
	.benefits__title {
		padding-bottom: 20px;
	}
}
.benefits__list {
	padding: 0;
	margin: 0;
	list-style-type: none;
	--gap: clamp(0.625rem, -0.3846153846rem + 4.4871794872vw, 5rem);
	--column: 3;
	--width: calc((100% - var(--gap) * (var(--column) - 1)) / var(--column));
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	gap: clamp(0.625rem, 0.3942307692rem + 1.0256410256vw, 1.625rem) var(--gap);
}
.benefits__list > * {
	min-width: clamp(6.25rem, 3.3653846154rem + 12.8205128205vw, 18.75rem);
	flex: 0 1 var(--width);
}
.benefits-item {
	padding: clamp(0rem, -0.1442307692rem + 0.641025641vw, 0.625rem);
	display: flex;
	flex-direction: column;
	gap: 12px;
	align-items: center;
}
.benefits-item__image {
	width: clamp(10.3125rem, 10.0384615385rem + 1.2179487179vw, 11.5rem);
	display: flex;
	justify-content: center;
	align-items: center;
	height: 120px;
}
.benefits-item__image img {
	height: 100%;
}
.benefits-item__title {
	font-family: var(--font-family-main);
	font-weight: 400;
	font-size: 24px;
}
@media (max-width: 36.06125em) {
	.benefits-item__title {
		font-size: 18px;
		font-family: var(--font-family-title);
		font-weight: 500;
	}
}
.benefits-item__text {
	padding: 0;
	margin: 0;
	text-align: center;
	font-weight: 500;
	font-size: clamp(0.75rem, 0.6634615385rem + 0.3846153846vw, 1.125rem);
	flex-grow: 1;
	max-width: 250px;
}
@media (max-width: 48.06125em) {
	.benefits-item__text {
		font-weight: 400;
		font-size: 16px;
	}
}
.benefits-swiper__btn {
	border: none;
	background: transparent;
	width: 45px;
	height: 45px;
	position: absolute;
	z-index: 2;
	top: 15%;
}
.benefits-swiper__btn-prev {
	left: 24px;
}
.benefits-swiper__btn-next {
	right: 24px;
}
.benefits-slide {
	display: flex;
	justify-content: center;
}
@media (max-width: 36.06125em) {
	.benefits-slide__wrapper {
		max-width: 190px;
	}
}
.services-section__container {
	display: flex;
	flex-direction: column;
	align-items: center;
}
.services-section__title {
	align-self: start;
}
.services-section__link {
	max-width: 360px;
}
.services-card {
	position: relative;
	display: flex;
	justify-content: space-between;
	flex-direction: column;
	align-items: center;
	min-height: 340px;
	padding: 20px;
	border-radius: 12px;
	overflow: hidden;
	text-align: center;
}
@media (any-hover: hover) {
	.services-card:hover .services-card__image-box {
		transform: scale(1.05);
	}
}
@media (any-hover: none) {
	.services-card:active .services-card__image-box {
		transform: scale(1.05);
	}
}
.services-card__title {
	margin: 0;
	padding: 18px;
	border-radius: 12px;
	color: var(--color-light);
	font-weight: 500;
	font-size: 18px;
	width: 100%;
	background: #0003;
	border: 1px solid rgba(255, 255, 255, 0.25);
	box-shadow:
		inset 0 0 10px #fff3,
		0 4px 20px #00000040;
	backdrop-filter: blur(30px) saturate(180%);
	-webkit-backdrop-filter: blur(30px) saturate(180%);
}
.services-card__link {
	width: 100%;
	max-width: 100%;
}
.services-card__link:before {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
.services-card__image-box {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: -1;
	transition: all 0.3s;
}
.services-card__image-box:before {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: #1c1c1e;
	opacity: 0.4;
	z-index: 1;
}
.pr0mo__container {
	position: relative;
	z-index: 2;
	display: flex;
	flex-direction: column;
}
.pr0mo__wrapper {
	padding-block: var(--section-padding);
	position: relative;
	color: var(--color-light);
}
.pr0mo__wrapper:before {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: var(--color-dark);
	opacity: 0.5;
	z-index: 1;
}
.pr0mo__subtitle {
	color: var(--color-light);
	margin-bottom: 24px;
}
.pr0mo__descr-box {
	font-size: clamp(1rem, 0.9711538462rem + 0.1282051282vw, 1.125rem);
	margin-bottom: 10px;
}
.pr0mo__form {
	max-width: 500px;
	width: 100%;
	margin-left: auto;
	margin-bottom: 20px;
}
.pr0mo__form-wrapper {
	display: flex;
	flex-direction: column;
	gap: 20px;
}
.pr0mo__form-wrapper .btn {
	max-width: 100%;
}
.pr0mo__small {
	padding: 0;
	margin: 0;
	font-size: clamp(0.875rem, 0.8461538462rem + 0.1282051282vw, 1rem);
}
.pr0mo__image-box {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: -1;
}
.swiper-review {
	position: relative;
}
.swiper-review__wrapper {
	height: 100%;
}
.swiper-review__btn {
	border: none;
	width: 45px;
	height: 45px;
	background: transparent;
	position: absolute;
	z-index: 2;
	top: 50%;
	transform: translateY(-50%);
	color: var(--color-blue);
	transition: all 0.3s;
}
@media (min-width: 48.06125em) {
	.swiper-review__btn {
		display: none;
	}
}
.swiper-review__btn-prev {
	left: 0;
}
@media (any-hover: hover) {
	.swiper-review__btn-prev:hover {
		transform: translate(-4px) translateY(-50%);
	}
}
@media (any-hover: none) {
	.swiper-review__btn-prev:active {
		transform: translate(-4px) translateY(-50%);
	}
}
.swiper-review__btn-next {
	right: 0;
}
@media (any-hover: hover) {
	.swiper-review__btn-next:hover {
		transform: translate(4px) translateY(-50%);
	}
}
@media (any-hover: none) {
	.swiper-review__btn-next:active {
		transform: translate(4px) translateY(-50%);
	}
}
.review-slide {
	box-sizing: border-box;
}
.review-slide__wrapper {
	box-shadow: 0 8px 12px #00000040;
	border: 2px solid var(--color-blue);
	background: var(--color-light);
	border-radius: 12px;
	padding: 40px;
	display: flex;
	justify-content: center;
	align-items: center;
	flex-direction: column;
	height: 100%;
	gap: clamp(1.5rem, 1.2692307692rem + 1.0256410256vw, 2.5rem);
	min-height: 350px;
	text-align: center;
	position: relative;
}
@media (max-width: 36.06125em) {
	.review-slide__wrapper {
		min-height: 390px;
	}
}
.review-slide__wrapper:before,
.review-slide__wrapper:after {
	content: '"';
	font-size: 80px;
	line-height: 1;
	font-weight: 400;
	position: absolute;
	transform: rotate(180deg);
}
.review-slide__wrapper:before {
	top: -20px;
	left: 20px;
}
.review-slide__wrapper:after {
	bottom: 20px;
	right: 20px;
}
.review-slide__descr-box {
	flex: 1 1 100%;
}
.review-slide__stars {
	display: flex;
	gap: 8px;
}
.record__container {
	position: relative;
	z-index: 2;
	display: flex;
	flex-direction: column;
}
.record__wrapper {
	padding-block: var(--section-padding);
	position: relative;
	color: var(--color-light);
}
.record__wrapper:before {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: var(--color-dark);
	opacity: 0.5;
	z-index: 1;
}
.record__wrapper {
	display: flex;
	flex-direction: column;
	align-items: center;
	text-align: center;
}
.record__subtitle {
	color: var(--color-light);
	margin-bottom: 24px;
}
.record__descr-box {
	font-size: clamp(1rem, 0.9711538462rem + 0.1282051282vw, 1.125rem);
	margin-bottom: 10px;
}
.record__form {
	width: 800px;
}
@media (max-width: 64.06125em) {
	.record__form {
		width: 100%;
	}
}
.record__form-wrapper {
	display: flex;
	flex-direction: column;
	gap: 20px;
}
.record .btn {
	max-width: 100%;
}
.contacts-section__list {
	padding: 0;
	margin: 0;
	list-style-type: none;
	display: flex;
	align-items: center;
	gap: 24px;
	justify-content: space-around;
}
@media (max-width: 48.06125em) {
	.contacts-section__list {
		flex-direction: column;
		justify-content: flex-start;
		align-items: flex-start;
	}
}
.contacts-section__item {
	flex: 0 1 320px;
	font-weight: 500;
}
@media (max-width: 48.06125em) {
	.contacts-section__item {
		flex: 1;
	}
}
.contacts-section__item.icon {
	gap: clamp(0.625rem, 0.3076923077rem + 1.4102564103vw, 2rem);
	--width: clamp(1.25rem, 0.9615384615rem + 1.2820512821vw, 2.5rem);
}
.contacts-section__address {
	font-style: normal;
}
.contacts-section__map {
	overflow: hidden;
	border-radius: 12px;
}
.contacts-section__map iframe {
	height: clamp(18.75rem, 14.4230769231rem + 19.2307692308vw, 37.5rem);
}
.footer {
	background: var(--color-light);
	font-size: clamp(0.875rem, 0.8461538462rem + 0.1282051282vw, 1rem);
}
.footer__container {
	display: grid;
	gap: clamp(1.5rem, 1.2115384615rem + 1.2820512821vw, 2.75rem);
}
.footer__top,
.footer__middle {
	display: grid;
	grid-template-columns: 0.65fr 1fr 0.45fr;
	gap: 20px;
	align-items: center;
}
@media (max-width: 48.06125em) {
	.footer__top,
	.footer__middle {
		grid-template-columns: 0.7fr 1fr;
	}
}
@media (max-width: 36.06125em) {
	.footer__top,
	.footer__middle {
		grid-template-columns: 1fr;
	}
}
.footer__bottom {
	display: flex;
	justify-content: space-around;
	flex-wrap: wrap;
	align-items: center;
	padding-top: clamp(1.5rem, 1.2115384615rem + 1.2820512821vw, 2.75rem);
	gap: 12px;
	border-top: 2px solid var(--color-dark);
	border-radius: 2px;
}
@media (max-width: 48.06125em) {
	.footer__bottom {
		flex-direction: column;
		justify-content: flex-start;
		align-items: center;
		text-align: center;
	}
}
.footer-top__logo a {
	height: clamp(3.125rem, 2.4038461538rem + 3.2051282051vw, 6.25rem);
}
.footer-top__menu {
	grid-column: 2/-1;
}
@media (max-width: 36.06125em) {
	.footer-top__menu {
		grid-column: auto;
	}
}
.footer-top-menu {
	font-size: 16px;
}
.footer-top-menu ul {
	padding: 0;
	margin: 0;
	list-style-type: none;
	display: flex;
	gap: 10px 24px;
	align-items: center;
	flex-wrap: wrap;
	font-family: var(--font-family-title);
	font-weight: 600;
}
@media (max-width: 36.06125em) {
	.footer-top-menu ul {
		flex-direction: column;
		align-items: flex-start;
	}
}
.footer-top-menu ul a {
	text-decoration: none;
	color: inherit;
	position: relative;
	padding-block: 3px;
	margin-block: -3px;
	overflow: hidden;
}
.footer-top-menu ul a:after {
	content: "";
	position: absolute;
	bottom: 0;
	opacity: 0;
	left: 50%;
	right: 50%;
	height: 3px;
	background: var(--color-accent);
	border-radius: 0;
	opacity: 1;
	transition: all var(--duration-fast);
}
@media (any-hover: hover) {
	.footer-top-menu ul a:hover:after {
		left: 0;
		right: 0;
	}
}
@media (any-hover: none) {
	.footer-top-menu ul a:active:after {
		left: 0;
		right: 0;
	}
}
.footer-middle__services-list {
	padding: 0;
	margin: 0;
	list-style-type: none;
	display: flex;
	flex-direction: column;
	gap: 10px;
}
@media (max-width: 36.06125em) {
	.footer-middle__services-list {
		display: none;
	}
}
.footer-middle__services-list a {
	text-decoration: none;
	color: inherit;
	position: relative;
	padding-block: 2.5px;
	margin-block: -2.5px;
	overflow: hidden;
}
.footer-middle__services-list a:after {
	content: "";
	position: absolute;
	bottom: 0;
	opacity: 0;
	left: 50%;
	right: 50%;
	height: 2.5px;
	background: var(--color-accent);
	border-radius: 0;
	opacity: 1;
	transition: all var(--duration-fast);
}
@media (any-hover: hover) {
	.footer-middle__services-list a:hover:after {
		left: 0;
		right: 0;
	}
}
@media (any-hover: none) {
	.footer-middle__services-list a:active:after {
		left: 0;
		right: 0;
	}
}
.footer-middle__contacts {
	flex-direction: column;
	align-items: start;
}
.footer-middle__contacts .contacts-section__item {
	flex: 1;
}
.footer-middle__links {
	justify-content: center;
}
.footer-bottom__links {
	padding: 0;
	margin: 0;
	list-style-type: none;
	display: flex;
	gap: 12px;
	flex-wrap: wrap;
	justify-content: center;
}
.footer-bottom__link {
	text-decoration: none;
	color: inherit;
	position: relative;
	padding-block: 3px;
	margin-block: -3px;
	overflow: hidden;
}
.footer-bottom__link:after {
	content: "";
	position: absolute;
	bottom: 0;
	opacity: 0;
	left: 50%;
	right: 50%;
	height: 3px;
	background: var(--color-accent);
	border-radius: 0;
	opacity: 1;
	transition: all var(--duration-fast);
}
@media (any-hover: hover) {
	.footer-bottom__link:hover:after {
		left: 0;
		right: 0;
	}
}
@media (any-hover: none) {
	.footer-bottom__link:active:after {
		left: 0;
		right: 0;
	}
}
.footer-bottom__copy {
	font-size: inherit;
}
.footer-bottom__unp {
	padding: 0;
	margin: 0;
}
.services-grid__container {
	display: grid;
	align-items: start;
	grid-template-columns: 0.35fr 1fr;
	gap: 24px;
}
@media (max-width: 48.06125em) {
	.services-grid__container {
		grid-template-columns: 1fr;
	}
}
@media (max-width: 48.06125em) {
	.services-grid__sidebar {
		display: none;
	}
}
.services-grid__link {
	text-decoration: none;
	display: inline-flex;
	gap: 16px;
	align-items: center;
	color: var(--color-blue);
	font-weight: 600;
	font-family: var(--font-family-title);
	line-height: 100%;
	transition: all 0.3s;
}
.services-grid__link svg {
	transition: all 0.3s;
}
.services-grid__link span:last-child {
	margin-top: -2px;
}
@media (any-hover: hover) {
	.services-grid__link:hover {
		color: var(--color-blue-hover);
	}
	.services-grid__link:hover svg {
		transform: translate(-4px);
	}
}
@media (any-hover: none) {
	.services-grid__link:active {
		color: var(--color-blue-hover);
	}
	.services-grid__link:active svg {
		transform: translate(-4px);
	}
}
.services-card-2 {
	position: relative;
	min-height: clamp(12.5rem, 11.7788461538rem + 3.2051282051vw, 15.625rem);
	overflow: hidden;
	border-radius: 12px;
	padding: 20px;
	display: flex;
	justify-content: flex-end;
	flex-direction: column;
	color: var(--color-light);
}
@media (any-hover: hover) {
	.services-card-2:hover .services-card-2__image-box {
		transform: scale(1.05);
	}
	.services-card-2:hover .services-card-2__link {
		opacity: 0.7;
	}
	.services-card-2:hover .services-card-2__link:before {
		transform: translate(4px);
	}
}
@media (any-hover: none) {
	.services-card-2:active .services-card-2__image-box {
		transform: scale(1.05);
	}
	.services-card-2:active .services-card-2__link {
		opacity: 0.7;
	}
	.services-card-2:active .services-card-2__link:before {
		transform: translate(4px);
	}
}
.services-card-2__image-box {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: -1;
}
.services-card-2__image-box:before {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: #1c1c1e;
	opacity: 0.4;
	z-index: 1;
}
.services-card-2__image-box {
	transition: all 0.3s;
}
.services-card-2__link {
	display: flex;
	justify-content: space-between;
	text-decoration: none;
	color: inherit;
	width: 100%;
	transition: all 0.3s;
}
.services-card-2__link:after {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
.services-card-2__link.icon {
	--width: clamp(1.5rem, 1.125rem + 1.6666666667vw, 3.125rem);
}
.services-card-2__link.icon:before {
	order: 2;
	transition: all 0.3s;
}
.services-price__title {
	margin-bottom: 24px;
}
.services-price__list {
	padding: 0;
	margin: 0 0 20px;
	list-style-type: none;
	display: grid;
	gap: clamp(0.625rem, 0.4807692308rem + 0.641025641vw, 1.25rem);
}
.services-price__item {
	display: flex;
	justify-content: space-between;
	align-items: flex-end;
	gap: clamp(0.625rem, 0.3076923077rem + 1.4102564103vw, 2rem);
}
.services-price__item:after {
	content: "";
	flex: 1;
	height: 1px;
	border-bottom: 3px dotted var(--color-dark);
}
.services-price__text {
	line-height: 1;
	flex: 0 1 35%;
}
@media (max-width: 48.06125em) {
	.services-price__text {
		flex: 0 1 220px;
	}
}
.services-price__small {
	font-size: inherit;
	font-weight: 500;
}
.services-price__price {
	order: 3;
	line-height: 1;
}
.sidebar {
	border: 1px solid var(--color-dark);
	border-radius: 12px;
}
.sidebar__list {
	padding: 0;
	margin: 0;
	list-style-type: none;
}
.sidebar__item:not(:last-child) {
	border-bottom: 1px solid var(--color-dark);
}
.sidebar__link {
	text-decoration: none;
	color: inherit;
	transition: all 0.3s;
}
@media (any-hover: hover) {
	.sidebar__link:hover {
		color: var(--color-blue);
	}
}
@media (any-hover: none) {
	.sidebar__link:active {
		color: var(--color-blue);
	}
}
.sidebar__link-no-cat {
	display: flex;
	padding: 16px 8px;
}
.sidebar__sublist {
	padding: 0;
	margin: 0;
	list-style-type: none;
	display: flex;
	flex-direction: column;
	gap: 10px;
}
.sidebar__sublist a {
	display: inline-flex;
	padding: 16px 8px;
}
.sidebar__sublist a:first-child {
	padding-top: unset;
}
.sidebar__sublist li {
	border: none !important;
}
.sidebar__btn {
	border: none;
	background: transparent;
	width: 100%;
	text-align: left;
	padding: 16px 8px;
	display: flex;
	justify-content: space-between;
	gap: 4px;
}
.sidebar__btn.icon:before {
	order: 2;
}
.spoiler-active .sidebar__btn > a {
	color: var(--color-blue);
}
.services-cta {
	color: var(--color-dark);
	text-align: center;
}
.services-cta__subtitle,
.services-cta__descr-box {
	margin-bottom: 20px;
}
.services-cta__form .form-input {
	color: var(--color-dark);
	border-color: var(--color-dark);
}
.services-cta__form .btn {
	max-width: 100%;
}
.contacts-section-2__container {
	display: flex;
	gap: 24px;
}
@media (max-width: 48.06125em) {
	.contacts-section-2__container {
		flex-direction: column;
	}
}
.contacts-section-2__map {
	flex: 0 1 58%;
	overflow: hidden;
	border-radius: 12px;
}
.contacts-section-2__map iframe {
	min-height: clamp(18.75rem, 14.4230769231rem + 19.2307692308vw, 37.5rem);
}
@media (max-width: 48.06125em) {
	.contacts-section-2__map {
		flex: 1;
		order: 2;
	}
}
.contacts-section-2__content {
	flex: 1;
}
.contacts-section-2__descr-box {
	margin-bottom: 20px;
}
.contacts-section-2__list {
	flex-direction: column;
	align-items: flex-start;
	margin-bottom: 20px;
}
.contacts-section-2__list > * {
	flex: 1;
}
.contacts-section-2__time-title {
	font-family: var(--font-family-title);
}
.payments,
.process {
	text-align: center;
}
.process__container {
	display: flex;
	flex-direction: column;
	justify-content: center;
}
.process__list {
	padding: 0;
	margin: 0;
	list-style-type: none;
	counter-reset: order;
}
.process__list > *:before {
	counter-increment: order;
	content: counter(order);
}
.process__list {
	display: grid;
	gap: clamp(1.5rem, 1.125rem + 1.6666666667vw, 3.125rem);
	justify-content: center;
}
@media (max-width: 48.06125em) {
	.process__list {
		display: flex;
		overflow-y: auto;
		justify-content: start;
	}
}
.process__item {
	max-width: 220px;
}
@media (any-hover: hover) {
	.process__item:hover:before {
		background: var(--color-accent);
		border-color: var(--color-accent);
	}
}
@media (any-hover: none) {
	.process__item:active:before {
		background: var(--color-accent);
		border-color: var(--color-accent);
	}
}
@media (max-width: 48.06125em) {
	.process__item {
		position: relative;
	}
	.process__item:last-child:after {
		display: none;
	}
	.process__item:after {
		content: "";
		position: absolute;
		top: 20px;
		right: -5px;
		width: 15px;
		height: 30px;
		transform: translate(100%);
		background-image: url("data:image/svg+xml,%3csvg%20width='15'%20height='28'%20viewBox='0%200%2015%2028'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3cpath%20d='M6.93517e-07%202.22926L2.23088%200.000485594L14.3819%2012.1473C14.5778%2012.342%2014.7332%2012.5734%2014.8393%2012.8284C14.9454%2013.0833%2015%2013.3567%2015%2013.6328C15%2013.909%2014.9454%2014.1824%2014.8393%2014.4373C14.7332%2014.6922%2014.5778%2014.9237%2014.3819%2015.1183L2.23088%2027.2715L0.00210457%2025.0427L11.4067%2013.636L6.93517e-07%202.22926Z'%20fill='black'%20/%3e%3c/svg%3e");
		background-position: center;
		background-size: 100%;
		background-repeat: no-repeat;
	}
}
.process-item {
	display: flex;
	align-items: center;
	flex-direction: column;
	gap: clamp(0.75rem, 0.3894230769rem + 1.6025641026vw, 2.3125rem);
}
.process-item:before {
	font-size: clamp(1.75rem, 1.3461538462rem + 1.7948717949vw, 3.5rem);
	line-height: 1;
	font-weight: 700;
	font-family: var(--font-family-title);
	width: clamp(4.0625rem, 3.2692307692rem + 3.5256410256vw, 7.5rem);
	height: clamp(4.0625rem, 3.2692307692rem + 3.5256410256vw, 7.5rem);
	display: inline-flex;
	justify-content: center;
	align-items: center;
	border: 2px solid var(--color-dark);
	border-radius: 50%;
	transition: all 0.3s;
}
.process-item__text {
	font-size: clamp(1rem, 0.9711538462rem + 0.1282051282vw, 1.125rem);
}
.jobs__list {
	display: grid;
	grid-template-columns: repeat(2, 1fr);
	gap: clamp(2.5rem, 1.9230769231rem + 2.5641025641vw, 5rem) 24px;
}
@media (max-width: 36.06125em) {
	.jobs__list {
		grid-template-columns: 1fr;
	}
}
.jobs__item {
	height: 100%;
}
.jobs-item {
	display: flex;
	flex-direction: column;
	height: 100%;
	border-left: 4px solid var(--color-blue);
	padding-left: clamp(1.5rem, 0.2648601659rem + 3.4251165284vw, 4.375rem);
}
@media (max-width: 36.06125em) {
	.jobs-item {
		border-left: unset;
		padding-left: unset;
		border-bottom: 4px solid var(--color-blue);
		padding-bottom: 24px;
	}
}
.jobs-item__title {
	margin-bottom: 20px;
}
.jobs-item__descr {
	flex: 1;
}
.jobs-form__container {
	color: var(--color-dark);
	text-align: center;
}
.jobs-form__descr-box {
	margin-bottom: 20px;
}
.jobs-form__form .form-input {
	color: var(--color-dark);
	border-color: var(--color-dark);
}
.jobs-form__form .btn {
	max-width: 100%;
}
.cta-block {
	max-width: 800px;
	margin: 0 auto;
}
