@import url(fontawesome-all.min.css);
@import url("https://fonts.googleapis.com/css?family=Source+Sans+Pro:300,400,300i,400i");

/*
	Ethereal by HTML5 UP
	html5up.net | @ajlkn
	Free for personal and commercial use under the CCA 3.0 license (html5up.net/license)
*/

html, body, div, span, applet, object,
iframe, h1, h2, h3, h4, h5, h6, p, blockquote,
pre, a, abbr, acronym, address, big, cite,
code, del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var, b,
u, i, center, dl, dt, dd, ol, ul, li, fieldset,
form, label, legend, table, caption, tbody,
tfoot, thead, tr, th, td, article, aside,
canvas, details, embed, figure, figcaption,
footer, header, hgroup, menu, nav, output, ruby,
section, summary, time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;}

article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
	display: block;}

body {
	line-height: 1;
}

ol, ul {
	list-style: none;
}

blockquote, q {
	quotes: none;
}

	blockquote:before, blockquote:after, q:before, q:after {
		content: '';
		content: none;
	}

table {
	border-collapse: collapse;
	border-spacing: 0;
}

body {
	-webkit-text-size-adjust: none;
}

mark {
	background-color: transparent;
	color: inherit;
}

input::-moz-focus-inner {
	border: 0;
	padding: 0;
}

input, select, textarea {
	-moz-appearance: none;
	-webkit-appearance: none;
	-ms-appearance: none;
	appearance: none;
}

/* Page */

	@-moz-keyframes load-spinner {
		0% {
			-moz-transform: rotate(0deg);
			-webkit-transform: rotate(0deg);
			-ms-transform: rotate(0deg);
			transform: rotate(0deg);
		}

		100% {
			-moz-transform: rotate(360deg);
			-webkit-transform: rotate(360deg);
			-ms-transform: rotate(360deg);
			transform: rotate(360deg);
		}
	}

	@-webkit-keyframes load-spinner {
		0% {
			-moz-transform: rotate(0deg);
			-webkit-transform: rotate(0deg);
			-ms-transform: rotate(0deg);
			transform: rotate(0deg);
		}

		100% {
			-moz-transform: rotate(360deg);
			-webkit-transform: rotate(360deg);
			-ms-transform: rotate(360deg);
			transform: rotate(360deg);
		}
	}

	@-ms-keyframes load-spinner {
		0% {
			-moz-transform: rotate(0deg);
			-webkit-transform: rotate(0deg);
			-ms-transform: rotate(0deg);
			transform: rotate(0deg);
		}

		100% {
			-moz-transform: rotate(360deg);
			-webkit-transform: rotate(360deg);
			-ms-transform: rotate(360deg);
			transform: rotate(360deg);
		}
	}

	@keyframes load-spinner {
		0% {
			-moz-transform: rotate(0deg);
			-webkit-transform: rotate(0deg);
			-ms-transform: rotate(0deg);
			transform: rotate(0deg);
		}

		100% {
			-moz-transform: rotate(360deg);
			-webkit-transform: rotate(360deg);
			-ms-transform: rotate(360deg);
			transform: rotate(360deg);
		}
	}

	@-ms-viewport {
		width: device-width;
	}

	html {
		width: 100%;
		height: 100%;
	}

	html {
		box-sizing: border-box;
	}

	*, *:before, *:after {
		box-sizing: inherit;
	}

	/* Global thin scrollbar (тон accent2 / зелёный). */
	* {
		scrollbar-width: thin;
		scrollbar-color: #7fb30f rgba(102, 153, 0, 0.18);
	}

	*::-webkit-scrollbar {
		width: 0.75rem;
		height: 0.75rem;
		background: transparent;
	}

	*::-webkit-scrollbar-track {
		background: rgba(102, 153, 0, 0.18);
		border-radius: 999px;
	}

	*::-webkit-scrollbar-thumb {
		background: linear-gradient(180deg, #9ec94a 0%, #669900 100%);
		border-radius: 999px;
		border: 2px solid transparent;
		background-clip: padding-box;
	}

	*::-webkit-scrollbar-thumb:hover {
		background: linear-gradient(180deg, #85a82e 0%, #4d7300 100%);
		border: 2px solid transparent;
		background-clip: padding-box;
	}

	*::-webkit-scrollbar-button {
		display: none;
		width: 0;
		height: 0;
	}

	body {
		display: -moz-flex;
		display: -webkit-flex;
		display: -ms-flex;
		display: flex;
		-moz-align-items: center;
		-webkit-align-items: center;
		-ms-align-items: center;
		align-items: center;
		-moz-justify-content: -moz-flex-start;
		-webkit-justify-content: -webkit-flex-start;
		-ms-justify-content: -ms-flex-start;
		justify-content: flex-start;
		-ms-overflow-style: scrollbar;
		width: 100%;
		height: 100%;
		min-height: 30rem;
		overflow: hidden;
	}

		body:before {
			-moz-animation: load-spinner 1s infinite linear;
			-webkit-animation: load-spinner 1s infinite linear;
			-ms-animation: load-spinner 1s infinite linear;
			animation: load-spinner 1s infinite linear;
			-moz-transition: opacity 0.25s ease;
			-webkit-transition: opacity 0.25s ease;
			-ms-transition: opacity 0.25s ease;
			transition: opacity 0.25s ease;
			-moz-transition-delay: 0s;
			-webkit-transition-delay: 0s;
			-ms-transition-delay: 0s;
			transition-delay: 0s;
			pointer-events: none;
			content: '';
			display: block;
			position: absolute;
			top: 50%;
			left: 50%;
			width: 4rem;
			height: 4rem;
			margin: -2rem 0 0 -2rem;
			background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' width='96px' height='96px' viewBox='0 0 96 96' zoomAndPan='disable'%3E%3Cstyle%3Ecircle %7Bfill: transparent%3B stroke: %232e2b37%3B stroke-width: 1.5px%3B %7D%3C/style%3E%3Cdefs%3E%3CclipPath id='corner'%3E%3Cpolygon points='0,0 48,0 48,48 96,48 96,96 0,96' /%3E%3C/clipPath%3E%3C/defs%3E%3Cg clip-path='url(%23corner)'%3E%3Ccircle cx='48' cy='48' r='32'/%3E%3C/g%3E%3C/svg%3E");
			background-position: center;
			background-repeat: no-repeat;
			background-size: 4rem;
			opacity: 0;
		}

		body:after {
			pointer-events: none;
			content: '';
			display: block;
			position: fixed;
			top: 0;
			left: 0;
			width: 100%;
			height: 100%;
			min-height: 100vh;
			min-height: 100dvh;
			z-index: -1;
			background-attachment: fixed;
			background-color: #2e2b37;
			background-image: url("../../images/overlay.png"), url("../../images/background/main-night.png");
			background-repeat: repeat, no-repeat;
			background-position: 0 0, calc(50% + var(--bg-parallax-x, 0px)) calc(50% + var(--bg-parallax-y, 0px));
			/* Крупнее viewport: запас под медленный параллакс на всю длину прокрутки */
			background-size: 128px 128px, 156% 156%;
		}

		@media (prefers-reduced-motion: reduce) {

			body:after {
				background-position: 0 0, center center;
				background-size: 128px 128px, cover;
			}

		}

	#tunnel-bg-host {
		pointer-events: none;
		position: absolute;
		top: 0;
		left: 0;
		width: 100%;
		height: 100%;
		z-index: 0;
		overflow: hidden;
		opacity: 0;
		transition: opacity 0.8s ease;
	}

		#tunnel-bg-host.is-ready {
			opacity: 0.58;
		}

		#tunnel-bg-host canvas {
			display: block;
			width: 100%;
			height: 100%;
		}

	@media screen and (max-width: 980px), (prefers-reduced-motion: reduce) {

		#tunnel-bg-host {
			display: none;
		}

	}

		body.is-preload *, body.is-preload *:before, body.is-preload *:after {
			-moz-animation: none !important;
			-webkit-animation: none !important;
			-ms-animation: none !important;
			animation: none !important;
			-moz-transition: none !important;
			-webkit-transition: none !important;
			-ms-transition: none !important;
			transition: none !important;
		}

		body.is-preload:before {
			-moz-transition: opacity 1s ease;
			-webkit-transition: opacity 1s ease;
			-ms-transition: opacity 1s ease;
			transition: opacity 1s ease;
			-moz-transition-delay: 0.75s;
			-webkit-transition-delay: 0.75s;
			-ms-transition-delay: 0.75s;
			transition-delay: 0.75s;
			opacity: 0.25;
		}

	@media screen and (max-width: 736px) {

		html {
			height: auto;
		}

		body {
			height: auto;
			overflow-x: hidden;
			overflow-y: auto;
		}

	}

	@media screen and (max-width: 480px) {

		html, body {
			min-width: 320px;
		}

	}

/* Typography */

	html {
		font-size: 18pt;
		font-size: 1vmax;
	}

		@media screen and (max-width: 1680px) {

			html {
				font-size: 12pt;
				font-size: 1.1vmax;
			}

		}

		@media screen and (max-width: 1280px) {

			html {
				font-size: 11pt;
				font-size: 1.5vmax;
			}

		}

	body, input, select, textarea {
		color: rgba(255, 255, 255, 0.75);
		font-family: "Source Sans Pro", Helvetica, sans-serif;
		font-size: 1rem;
		font-weight: 300;
		line-height: 1.65;
	}

	a {
		-moz-transition: color 0.2s ease-in-out, border-bottom-color 0.2s ease-in-out;
		-webkit-transition: color 0.2s ease-in-out, border-bottom-color 0.2s ease-in-out;
		-ms-transition: color 0.2s ease-in-out, border-bottom-color 0.2s ease-in-out;
		transition: color 0.2s ease-in-out, border-bottom-color 0.2s ease-in-out;
		color: inherit;
		text-decoration: none;
	}

		a:hover {
			border-bottom-color: transparent;
			color: #bc4f2c;
		}

	strong, b {
		color: rgba(255, 255, 255, 0.875);
		font-weight: 400;
	}

	em, i {
		font-style: italic;
	}

	p {
		margin: 0 0 1.5rem 0;
	}

		body.is-ie p {
			width: 100%;
		}

	h1, h2, h3, h4, h5, h6 {
		color: rgba(255, 255, 255, 0.875);
		font-family: Arial, Helvetica, sans-serif;
		font-weight: 700;
		line-height: 1.3;
		margin: 0 0 0.75rem 0;
		letter-spacing: -0.05em;
	}

		h1 a, h2 a, h3 a, h4 a, h5 a, h6 a {
			color: inherit;
			text-decoration: none;
		}

	h1.major, h2.major, h3.major {
		position: relative;
	}

		h1.major:after, h2.major:after, h3.major:after {
			content: '';
			position: absolute;
			left: 0;
			width: 3.5rem;
			height: 0.1rem;
			background-color: rgba(255, 255, 255, 0.25);
		}

	h1 {
		font-size: 3rem;
		line-height: 1.2;
	}

		h1.major {
			margin: 0 0 2.625rem 0;
		}

			h1.major:after {
				bottom: -1.325rem;
			}

	h2 {
		font-size: 1.75rem;
		line-height: 1.2;
	}

		h2.major {
			margin: 0 0 1.9875rem 0;
		}

			h2.major:after {
				bottom: -1.2rem;
			}

	h3 {
		font-size: 1.325rem;
	}

		h3.major {
			margin: 0 0 1.875rem 0;
		}

			h3.major:after {
				bottom: -0.75rem;
			}

	h4 {
		font-size: 1rem;
	}

	h5 {
		font-size: 0.9rem;
	}

	h6 {
		font-size: 0.7rem;
	}

	sub {
		font-size: 0.8rem;
		position: relative;
		top: 0.5rem;
	}

	sup {
		font-size: 0.8rem;
		position: relative;
		top: -0.5rem;
	}

	blockquote {
		border-left: solid 0.25rem rgba(255, 255, 255, 0.25);
		font-style: italic;
		margin: 0 0 1.5rem 0;
		padding: 0.375rem 0 0.375rem 1.5rem;
	}

	code {
		background: rgba(255, 255, 255, 0.075);
		border-radius: 1rem;
		font-family: "Courier New", monospace;
		font-size: 0.8rem;
		margin: 0 0.25rem;
		padding: 0.25rem 0.65rem;
	}

	pre {
		-webkit-overflow-scrolling: touch;
		font-family: "Courier New", monospace;
		font-size: 0.8rem;
		margin: 0 0 1.5rem 0;
		white-space: pre-wrap;
	}

		pre code {
			display: block;
			line-height: 1.625;
			padding: 1rem 1.5rem;
			overflow-x: auto;
			margin: 0;
		}

	hr {
		border: 0;
		border-bottom: solid 2px rgba(255, 255, 255, 0.25);
		margin: 1.875rem 0;
	}

	.align-left {
		text-align: left;
	}

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

	.align-right {
		text-align: right;
	}

	@media screen and (max-width: 736px) {

		html {
			font-size: 12pt;
		}

		h1 {
			font-size: 2.25rem;
			line-height: 1.2;
		}

			h1.major {
				margin: 0 0 2.625rem 0;
			}

				h1.major:after {
					bottom: -1.325rem;
				}

		h2 {
			font-size: 1.5rem;
			line-height: 1.2;
		}

			h2.major {
				margin: 0 0 1.9875rem 0;
			}

				h2.major:after {
					bottom: -1.2rem;
				}

		h3 {
			font-size: 1rem;
		}

			h3.major {
				margin: 0 0 1.875rem 0;
			}

				h3.major:after {
					bottom: -0.75rem;
				}

		h4 {
			font-size: 1rem;
		}

		h5 {
			font-size: 0.9rem;
		}

		h6 {
			font-size: 0.7rem;
		}

		h1 br, h2 br, h3 br, h4 br, h5 br, h6 br {
			display: none;
		}

	}

	@media screen and (max-width: 360px) {

		html {
			font-size: 11pt;
		}

	}

/* Form */

	form {
		margin: 0 0 1.5rem 0;
	}

		form > :last-child {
			margin-bottom: 0;
		}

		form > .fields {
			display: -moz-flex;
			display: -webkit-flex;
			display: -ms-flex;
			display: flex;
			-moz-flex-wrap: wrap;
			-webkit-flex-wrap: wrap;
			-ms-flex-wrap: wrap;
			flex-wrap: wrap;
			width: calc(100% + 3rem);
			margin: -1.5rem 0 1.5rem -1.5rem;
		}

			form > .fields > .field {
				-moz-flex-grow: 0;
				-webkit-flex-grow: 0;
				-ms-flex-grow: 0;
				flex-grow: 0;
				-moz-flex-shrink: 0;
				-webkit-flex-shrink: 0;
				-ms-flex-shrink: 0;
				flex-shrink: 0;
				padding: 1.5rem 0 0 1.5rem;
				width: calc(100% - 1.5rem);
			}

				form > .fields > .field.half {
					width: calc(50% - 0.75rem);
				}

				form > .fields > .field.third {
					width: calc(100%/3 - 0.5rem);
				}

				form > .fields > .field.quarter {
					width: calc(25% - 0.375rem);
				}

		@media screen and (max-width: 736px) {

			form > .fields {
				width: calc(100% + 2.25rem);
				margin: -1.125rem 0 1.5rem -1.125rem;
			}

				form > .fields > .field {
					padding: 1.125rem 0 0 1.125rem;
					width: calc(100% - 1.125rem);
				}

					form > .fields > .field.half {
						width: calc(100% - 1.125rem);
					}

					form > .fields > .field.third {
						width: calc(100% - 1.125rem);
					}

					form > .fields > .field.quarter {
						width: calc(100% - 1.125rem);
					}

		}

	label {
		color: rgba(255, 255, 255, 0.875);
		display: block;
		font-family: Arial, Helvetica, sans-serif;
		font-size: 0.8rem;
		font-weight: 700;
		margin: 0 0 0.4875rem 0;
	}

	input[type="text"],
	input[type="password"],
	input[type="email"],
	input[type="tel"],
	input[type="search"]:not(.part-search__input),
	select,
	textarea {
		-moz-appearance: none;
		-webkit-appearance: none;
		-ms-appearance: none;
		appearance: none;
		background: transparent;
		border: solid 2px rgba(255, 255, 255, 0.25);
		border-radius: 1rem;
		color: inherit;
		display: block;
		outline: 0;
		padding: 0 0.75rem;
		text-decoration: none;
		width: 100%;
	}

		input[type="text"]:invalid,
		input[type="password"]:invalid,
		input[type="email"]:invalid,
		input[type="tel"]:invalid,
		input[type="search"]:not(.part-search__input):invalid,
		select:invalid,
		textarea:invalid {
			box-shadow: none;
		}

		input[type="text"]:focus,
		input[type="password"]:focus,
		input[type="email"]:focus,
		input[type="tel"]:focus,
		input[type="search"]:not(.part-search__input):focus,
		select:focus,
		textarea:focus {
			border-color: #f2d49a;
		}

	option {
		background-color: rgba(255, 255, 255, 0.875);
		color: #2e2b37;
	}

	select {
		background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='40' height='40' preserveAspectRatio='none' viewBox='0 0 40 40'%3E%3Cpath d='M9.4,12.3l10.4,10.4l10.4-10.4c0.2-0.2,0.5-0.4,0.9-0.4c0.3,0,0.6,0.1,0.9,0.4l3.3,3.3c0.2,0.2,0.4,0.5,0.4,0.9 c0,0.4-0.1,0.6-0.4,0.9L20.7,31.9c-0.2,0.2-0.5,0.4-0.9,0.4c-0.3,0-0.6-0.1-0.9-0.4L4.3,17.3c-0.2-0.2-0.4-0.5-0.4-0.9 c0-0.4,0.1-0.6,0.4-0.9l3.3-3.3c0.2-0.2,0.5-0.4,0.9-0.4S9.1,12.1,9.4,12.3z' fill='rgba(255, 255, 255, 0.25)' /%3E%3C/svg%3E");
		background-size: 1.25rem;
		background-repeat: no-repeat;
		background-position: calc(100% - 1rem) center;
		height: 2.5rem;
		padding-right: 2.5rem;
		text-overflow: ellipsis;
	}

		select option {
			color: rgba(255, 255, 255, 0.875);
			background: #2e2b37;
		}

		select:focus::-ms-value {
			background-color: transparent;
		}

		select::-ms-expand {
			display: none;
		}

	input[type="text"],
	input[type="password"],
	input[type="email"],
	input[type="search"]:not(.part-search__input),
	select {
		height: 2.5rem;
	}

	textarea {
		padding: 0.75rem 1rem;
	}

	input[type="checkbox"],
	input[type="radio"] {
		-moz-appearance: none;
		-webkit-appearance: none;
		-ms-appearance: none;
		appearance: none;
		display: block;
		float: left;
		margin-right: -2rem;
		opacity: 0;
		width: 1rem;
		z-index: -1;
	}

		input[type="checkbox"] + label,
		input[type="radio"] + label {
			text-decoration: none;
			position: relative;
			color: rgba(255, 255, 255, 0.75);
			cursor: pointer;
			display: inline-block;
			font-size: 1rem;
			font-weight: 300;
			margin-bottom: 0;
			padding-left: 2.5rem;
			padding-right: 1rem;
		}

			input[type="checkbox"] + label:before,
			input[type="radio"] + label:before {
				-moz-osx-font-smoothing: grayscale;
				-webkit-font-smoothing: antialiased;
				display: inline-block;
				font-style: normal;
				font-variant: normal;
				text-rendering: auto;
				line-height: 1;
				text-transform: none !important;
				font-family: 'Font Awesome 5 Free';
				font-weight: 900;
			}

			input[type="checkbox"] + label:before,
			input[type="radio"] + label:before {
				content: '';
				display: inline-block;
				font-size: 0.8rem;
				position: absolute;
				top: 0;
				left: 0;
				width: 1.6875rem;
				height: 1.6875rem;
				line-height: 1.6875rem;
				background: rgba(255, 255, 255, 0.075);
				border: solid 1px rgba(255, 255, 255, 0.25);
				border-radius: 1rem;
				color: #2e2b37;
				text-align: center;
			}

				body.is-ie input[type="checkbox"] + label:before, body.is-ie
				input[type="radio"] + label:before {
					line-height: 1.5;
				}

		input[type="checkbox"]:checked + label:before,
		input[type="radio"]:checked + label:before {
			content: '\f00c';
			background: rgba(255, 255, 255, 0.875);
			border-color: rgba(255, 255, 255, 0.875);
		}

		input[type="checkbox"]:focus + label:before,
		input[type="radio"]:focus + label:before {
			border-color: #f2d49a;
			box-shadow: 0 0 0 1px #f2d49a;
		}

		input[type="checkbox"]:focus:checked + label:before,
		input[type="radio"]:focus:checked + label:before {
			background: #f2d49a;
		}

		input[type="checkbox"].color1 + label:before,
		input[type="radio"].color1 + label:before {
			color: #789bd4;
		}

		input[type="checkbox"].color2 + label:before,
		input[type="radio"].color2 + label:before {
			color: #669900;
		}

		input[type="checkbox"].color3 + label:before,
		input[type="radio"].color3 + label:before {
			color: #f2d49a;
		}

		input[type="checkbox"].color4 + label:before,
		input[type="radio"].color4 + label:before {
			color: #243d5c;
		}

	input[type="checkbox"] + label:before {
		border-radius: 1rem;
	}

	input[type="radio"] + label:before {
		border-radius: 100%;
	}

	::-webkit-input-placeholder {
		color: rgba(255, 255, 255, 0.5) !important;
		opacity: 1.0;
	}

	:-moz-placeholder {
		color: rgba(255, 255, 255, 0.5) !important;
		opacity: 1.0;
	}

	::-moz-placeholder {
		color: rgba(255, 255, 255, 0.5) !important;
		opacity: 1.0;
	}

	:-ms-input-placeholder {
		color: rgba(255, 255, 255, 0.5) !important;
		opacity: 1.0;
	}

/* Icon */

	.icon {
		text-decoration: none;
		position: relative;
		border-bottom: none;
	}

		.icon:before {
			-moz-osx-font-smoothing: grayscale;
			-webkit-font-smoothing: antialiased;
			display: inline-block;
			font-style: normal;
			font-variant: normal;
			text-rendering: auto;
			line-height: 1;
			text-transform: none !important;
			font-family: 'Font Awesome 5 Free';
			font-weight: 400;
		}

		.icon > .label {
			display: none;
		}

		.icon:before {
			line-height: inherit;
		}

		.icon.solid:before {
			font-weight: 900;
		}

		.icon.brands:before {
			font-family: 'Font Awesome 5 Brands';
		}

/* Image */

	.image {
		display: inline-block;
		position: relative;
		border: 0;
	}

		.image.filtered:after {
			background-image: url("../../images/overlay.png"), linear-gradient(45deg, rgba(120, 155, 212, 0.25) 25%, rgba(102, 153, 0, 0.25) 50%, rgba(188, 79, 44, 0.25));
			background-size: 128px 128px, auto;
			pointer-events: none;
			content: '';
			position: absolute;
			top: 0;
			left: 0;
			width: 100%;
			height: 100%;
			opacity: 1;
			z-index: 1;
		}

		.image.filtered.tinted:after {
			background-image: url("../../images/overlay.png"), linear-gradient(45deg, rgba(120, 155, 212, 0.25) 25%, rgba(102, 153, 0, 0.25) 50%, rgba(188, 79, 44, 0.25)), linear-gradient(0deg, rgba(0, 0, 0, 0.125), rgba(0, 0, 0, 0.125));
			background-size: 128px 128px, auto, auto;
		}

		/* #home: оверлей на логотипе — только терракота (accent3), без голубого и зелёного */
		#home.panel.banner .image.filtered:after {
			background-image: url("../../images/overlay.png"), linear-gradient(125deg, rgba(210, 105, 72, 0.14) 0%, rgba(188, 79, 44, 0.3) 48%, rgba(148, 58, 32, 0.26) 100%);
			background-size: 128px 128px, auto;
		}

		#home.panel.banner .image.filtered.tinted:after {
			background-image: url("../../images/overlay.png"), linear-gradient(125deg, rgba(210, 105, 72, 0.14) 0%, rgba(188, 79, 44, 0.3) 48%, rgba(148, 58, 32, 0.26) 100%), linear-gradient(0deg, rgba(0, 0, 0, 0.125), rgba(0, 0, 0, 0.125));
			background-size: 128px 128px, auto, auto;
		}

		/* Spotlight «тормозной диск»: без зелёного в оверлее (только на .large.left) */
		.panel.spotlight.large.left .image.filtered.tinted:after {
			background-image: url("../../images/overlay.png"), linear-gradient(45deg, rgba(120, 155, 212, 0.25) 25%, rgba(100, 145, 205, 0.22) 50%, rgba(188, 79, 44, 0.25)), linear-gradient(0deg, rgba(0, 0, 0, 0.125), rgba(0, 0, 0, 0.125));
			background-size: 128px 128px, auto, auto;
		}

		.image[data-position] img {
			-moz-object-fit: cover;
			-webkit-object-fit: cover;
			-ms-object-fit: cover;
			object-fit: cover;
			display: block;
			position: absolute;
			top: 0;
			left: 0;
			width: 100%;
			height: 100%;
		}

		.image[data-position="top left"] img {
			-moz-object-position: top left;
			-webkit-object-position: top left;
			-ms-object-position: top left;
			object-position: top left;
		}

		.image[data-position="top"] img {
			-moz-object-position: top;
			-webkit-object-position: top;
			-ms-object-position: top;
			object-position: top;
		}

		.image[data-position="top right"] img {
			-moz-object-position: top right;
			-webkit-object-position: top right;
			-ms-object-position: top right;
			object-position: top right;
		}

		.image[data-position="right"] img {
			-moz-object-position: right;
			-webkit-object-position: right;
			-ms-object-position: right;
			object-position: right;
		}

		.image[data-position="bottom right"] img {
			-moz-object-position: bottom right;
			-webkit-object-position: bottom right;
			-ms-object-position: bottom right;
			object-position: bottom right;
		}

		.image[data-position="bottom"] img {
			-moz-object-position: bottom;
			-webkit-object-position: bottom;
			-ms-object-position: bottom;
			object-position: bottom;
		}

		.image[data-position="bottom left"] img {
			-moz-object-position: bottom left;
			-webkit-object-position: bottom left;
			-ms-object-position: bottom left;
			object-position: bottom left;
		}

		.image[data-position="left"] img {
			-moz-object-position: left;
			-webkit-object-position: left;
			-ms-object-position: left;
			object-position: left;
		}

		.image[data-position="center"] img {
			-moz-object-position: center;
			-webkit-object-position: center;
			-ms-object-position: center;
			object-position: center;
		}

		.image[data-position="25% 25%"] img {
			-moz-object-position: 25% 25%;
			-webkit-object-position: 25% 25%;
			-ms-object-position: 25% 25%;
			object-position: 25% 25%;
		}

		.image[data-position="75% 25%"] img {
			-moz-object-position: 75% 25%;
			-webkit-object-position: 75% 25%;
			-ms-object-position: 75% 25%;
			object-position: 75% 25%;
		}

		.image[data-position="75% 75%"] img {
			-moz-object-position: 75% 75%;
			-webkit-object-position: 75% 75%;
			-ms-object-position: 75% 75%;
			object-position: 75% 75%;
		}

		.image[data-position="25% 75%"] img {
			-moz-object-position: 25% 75%;
			-webkit-object-position: 25% 75%;
			-ms-object-position: 25% 75%;
			object-position: 25% 75%;
		}

		.image img {
			display: block;
		}

		.image.left, .image.right {
			max-width: 40%;
		}

			.image.left img, .image.right img {
				width: 100%;
			}

		.image.left {
			float: left;
			padding: 0 1.5rem 1rem 0;
			top: 0.25rem;
		}

		.image.right {
			float: right;
			padding: 0 0 1rem 1.5rem;
			top: 0.25rem;
		}

		.image.fit {
			display: block;
			margin: 0 0 1.5rem 0;
			width: 100%;
		}

			.image.fit img {
				width: 100%;
			}

		.image.main {
			display: block;
			margin: 0 0 2.25rem 0;
			width: 100%;
		}

			.image.main img {
				width: 100%;
			}

/* List */

	ol {
		list-style: decimal;
		margin: 0 0 1.5rem 0;
		padding-left: 1.25rem;
	}

		ol li {
			padding-left: 0.25rem;
		}

	ul {
		list-style: disc;
		margin: 0 0 1.5rem 0;
		padding-left: 1rem;
	}

		ul li {
			padding-left: 0.5rem;
		}

		ul.alt {
			list-style: none;
			padding-left: 0;
		}

			ul.alt li {
				border-top: solid 1px rgba(255, 255, 255, 0.25);
				padding: 0.5rem 0;
			}

				ul.alt li:first-child {
					border-top: 0;
					padding-top: 0;
				}

	dl {
		margin: 0 0 1.5rem 0;
	}

		dl dt {
			display: block;
			font-weight: 400;
			margin: 0 0 0.75rem 0;
		}

		dl dd {
			margin-left: 1.5rem;
		}

/* Actions */

	ul.actions {
		display: -moz-flex;
		display: -webkit-flex;
		display: -ms-flex;
		display: flex;
		cursor: default;
		list-style: none;
		margin-left: -0.75rem;
		padding-left: 0;
	}

		ul.actions li {
			padding: 0 0 50 0.75rem;
			vertical-align: middle;
		}

		ul.actions.special {
			-moz-justify-content: center;
			-webkit-justify-content: center;
			-ms-justify-content: center;
			justify-content: center;
			width: 100%;
			margin-left: 0;
		}

			ul.actions.special li:first-child {
				padding-left: 0;
			}

		ul.actions.stacked {
			-moz-flex-direction: column;
			-webkit-flex-direction: column;
			-ms-flex-direction: column;
			flex-direction: column;
			margin-left: 0;
		}

			ul.actions.stacked li {
				padding: 0.975rem 0 0 0;
			}

				ul.actions.stacked li:first-child {
					padding-top: 0;
				}

		ul.actions.fit {
			width: calc(100% + 0.75rem);
		}

			ul.actions.fit li {
				-moz-flex-grow: 1;
				-webkit-flex-grow: 1;
				-ms-flex-grow: 1;
				flex-grow: 1;
				-moz-flex-shrink: 1;
				-webkit-flex-shrink: 1;
				-ms-flex-shrink: 1;
				flex-shrink: 1;
				width: 100%;
			}

				ul.actions.fit li > * {
					width: 100%;
				}

			ul.actions.fit.stacked {
				width: 100%;
			}

/* Icons */

	ul.icons {
		cursor: default;
		list-style: none;
		padding-left: 0;
	}

		ul.icons li {
			display: inline-block;
			padding: 0 1rem 0 0;
		}

			ul.icons li:last-child {
				padding-right: 0;
			}

			ul.icons li .icon:before {
				font-size: 1.25em;
			}

/* Grid Icons */

	ul.grid-icons {
		display: -moz-flex;
		display: -webkit-flex;
		display: -ms-flex;
		display: flex;
		-moz-flex-wrap: wrap;
		-webkit-flex-wrap: wrap;
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
		-moz-justify-content: center;
		-webkit-justify-content: center;
		-ms-justify-content: center;
		justify-content: center;
		list-style: none;
		margin: 0 0 1.5rem 0;
		padding-left: 0;
	}

		ul.grid-icons .icon {
			display: block;
			position: relative;
			width: 100%;
			text-align: center;
		}

			ul.grid-icons .icon:before {
				display: block;
				width: 6rem;
				height: 6rem;
				line-height: 6rem;
				border-radius: 6rem;
				box-shadow: inset 0 0 0 2px rgba(255, 255, 255, 0.25);
				font-size: 2.5rem;
				margin: 0 auto;
				text-align: center;
			}

				body.is-ie ul.grid-icons .icon:before {
					line-height: 2.375;
				}

		ul.grid-icons > li {
			-moz-flex-grow: 0;
			-webkit-flex-grow: 0;
			-ms-flex-grow: 0;
			flex-grow: 0;
			-moz-flex-shrink: 0;
			-webkit-flex-shrink: 0;
			-ms-flex-shrink: 0;
			flex-shrink: 0;
			position: relative;
			margin: 1.5rem 0 0 1.5rem;
			padding-left: 0;
		}

		ul.grid-icons.connected > li:before {
			content: '';
			display: block;
			position: absolute;
			width: 1.5rem;
			height: 2px;
			top: 50%;
			left: -1.5rem;
			background-color: rgba(255, 255, 255, 0.25);
		}

		ul.grid-icons.connected > li:after {
			content: '';
			display: block;
			position: absolute;
			width: 2px;
			height: 1.5rem;
			top: -1.5rem;
			left: 50%;
			background-color: rgba(255, 255, 255, 0.25);
		}

		ul.grid-icons.two {
			width: 14rem;
		}

			ul.grid-icons.two > li:nth-child(-n + 2) {
				margin-top: 0;
			}

				ul.grid-icons.two > li:nth-child(-n + 2):after {
					display: none;
				}

			ul.grid-icons.two > li:nth-child(2n - 1) {
				margin-left: 0;
			}

				ul.grid-icons.two > li:nth-child(2n - 1):before {
					display: none;
				}

		ul.grid-icons.three {
			width: 21.5rem;
		}

			ul.grid-icons.three > li:nth-child(-n + 3) {
				margin-top: 0;
			}

				ul.grid-icons.three > li:nth-child(-n + 3):after {
					display: none;
				}

			ul.grid-icons.three > li:nth-child(3n - 2) {
				margin-left: 0;
			}

				ul.grid-icons.three > li:nth-child(3n - 2):before {
					display: none;
				}

		ul.grid-icons.four {
			width: 29rem;
		}

			ul.grid-icons.four > li:nth-child(-n + 4) {
				margin-top: 0;
			}

				ul.grid-icons.four > li:nth-child(-n + 4):after {
					display: none;
				}

			ul.grid-icons.four > li:nth-child(4n - 3) {
				margin-left: 0;
			}

				ul.grid-icons.four > li:nth-child(4n - 3):before {
					display: none;
				}

		@media screen and (max-width: 736px) {

			ul.grid-icons {
				-moz-justify-content: -moz-flex-start;
				-webkit-justify-content: -webkit-flex-start;
				-ms-justify-content: -ms-flex-start;
				justify-content: flex-start;
				width: 100% !important;
				margin: -1rem 0 1.5rem -1rem;
			}

				ul.grid-icons .icon:before {
					width: 4.5rem;
					height: 4.5rem;
					line-height: 4.5rem;
					font-size: 1.75rem;
				}

				ul.grid-icons > li {
					margin: 1rem 0 0 1rem !important;
				}

					ul.grid-icons > li:before {
						display: none !important;
					}

					ul.grid-icons > li:after {
						display: none !important;
					}

		}

	/* Цветная панель с сеткой иконок (блок «Почему нам доверяют»): подсветка при наведении */
	@media (hover: hover) {
		.panel.color1 > .inner ul.grid-icons > li .icon:before {
			transition: color 0.22s ease, box-shadow 0.22s ease, filter 0.22s ease;
		}

		.panel.color1 > .inner ul.grid-icons > li:hover .icon:before {
			color: #ffffff;
			filter: brightness(1.12);
			box-shadow: inset 0 0 0 2px rgba(255, 255, 255, 0.48), 0 0 0.9rem rgba(255, 255, 255, 0.18);
		}
	}

/* Contact Icons */

	ul.contact-icons {
		list-style: none;
		padding-left: 0;
	}

		ul.contact-icons > li {
			margin: 1.25rem 0 0 0;
			padding-left: 0;
		}

			ul.contact-icons > li:before {
				display: inline-block;
				width: 2.25rem;
				height: 2.25rem;
				line-height: 2.25rem;
				border-radius: 2.25rem;
				background-color: white;
				color: #2e2b37;
				cursor: default;
				font-size: 1.125rem;
				margin-right: 1rem;
				text-align: center;
				vertical-align: middle;
			}

				body.is-ie ul.contact-icons > li:before {
					line-height: 2.125;
				}

			ul.contact-icons > li a {
				border-bottom: 0;
			}

		ul.contact-icons.color1 > li:before {
			color: #789bd4;
		}

		ul.contact-icons.color2 > li:before {
			color: #669900;
		}

		ul.contact-icons.color3 > li:before {
			color: #bc4f2c;
		}

		ul.contact-icons.color4 > li:before {
			color: #243d5c;
		}

/* Table */

	.table-wrapper {
		-webkit-overflow-scrolling: touch;
		overflow-x: auto;
	}

	table {
		margin: 0 0 1.5rem 0;
		width: 100%;
	}

		table tbody tr {
			border: solid 1px rgba(255, 255, 255, 0.25);
			border-left: 0;
			border-right: 0;
		}

			table tbody tr:nth-child(2n + 1) {
				background-color: rgba(255, 255, 255, 0.075);
			}

		table td {
			padding: 0.75rem 0.75rem;
		}

		table th {
			color: rgba(255, 255, 255, 0.875);
			font-size: 0.9rem;
			font-weight: 400;
			padding: 0 0.75rem 0.75rem 0.75rem;
			text-align: left;
		}

		table thead {
			border-bottom: solid 2px rgba(255, 255, 255, 0.25);
		}

		table tfoot {
			border-top: solid 2px rgba(255, 255, 255, 0.25);
		}

		table.alt {
			border-collapse: separate;
		}

			table.alt tbody tr td {
				border: solid 1px rgba(255, 255, 255, 0.25);
				border-left-width: 0;
				border-top-width: 0;
			}

				table.alt tbody tr td:first-child {
					border-left-width: 1px;
				}

			table.alt tbody tr:first-child td {
				border-top-width: 1px;
			}

			table.alt thead {
				border-bottom: 0;
			}

			table.alt tfoot {
				border-top: 0;
			}

/* Button */

	input[type="submit"],
	input[type="reset"],
	input[type="button"],
	button,
	.button {
		-moz-appearance: none;
		-webkit-appearance: none;
		-ms-appearance: none;
		appearance: none;
		-moz-transition: background-color 0.2s ease-in-out, box-shadow 0.2s ease-in-out, color 0.2s ease-in-out;
		-webkit-transition: background-color 0.2s ease-in-out, box-shadow 0.2s ease-in-out, color 0.2s ease-in-out;
		-ms-transition: background-color 0.2s ease-in-out, box-shadow 0.2s ease-in-out, color 0.2s ease-in-out;
		transition: background-color 0.2s ease-in-out, box-shadow 0.2s ease-in-out, color 0.2s ease-in-out;
		background-color: transparent;
		border: 0;
		border-radius: 999rem;
		box-shadow: inset 0 0 0 2px rgba(255, 255, 255, 0.25);
		color: rgba(255, 255, 255, 0.875) !important;
		cursor: pointer;
		display: inline-block;
		font-family: Arial, Helvetica, sans-serif;
		font-size: 0.6rem;
		font-weight: 700;
		height: 2.75rem;
		letter-spacing: 0.15rem;
		line-height: 2.75rem;
		padding: 0 1.5rem 0 1.65rem;
		text-align: center;
		text-decoration: none;
		text-transform: uppercase;
		white-space: nowrap;
	}

		input[type="submit"]:hover,
		input[type="reset"]:hover,
		input[type="button"]:hover,
		button:hover,
		.button:hover {
			box-shadow: inset 0 0 0 2px #f2d49a;
			color: #f2d49a !important;
		}

		input[type="submit"]:active,
		input[type="reset"]:active,
		input[type="button"]:active,
		button:active,
		.button:active {
			background-color: rgba(242, 212, 154, 0.125);
		}

		input[type="submit"].icon:before,
		input[type="reset"].icon:before,
		input[type="button"].icon:before,
		button.icon:before,
		.button.icon:before {
			display: inline-block;
			position: relative;
			top: -0.075rem;
			vertical-align: middle;
			font-size: 0.8rem;
			margin: 0 0.375rem 0 -0.325rem;
		}

		input[type="submit"].icon.circle,
		input[type="reset"].icon.circle,
		input[type="button"].icon.circle,
		button.icon.circle,
		.button.icon.circle {
			position: relative;
			width: 3.125rem;
			height: 3.125rem;
			line-height: 3.125rem;
			text-indent: 3.125rem;
			border-radius: 100%;
			overflow: hidden;
			padding: 0;
			letter-spacing: 0;
		}

			input[type="submit"].icon.circle:before,
			input[type="reset"].icon.circle:before,
			input[type="button"].icon.circle:before,
			button.icon.circle:before,
			.button.icon.circle:before {
				display: block;
				position: absolute;
				top: 0;
				left: 0;
				width: inherit;
				height: inherit;
				font-size: 1.25rem;
				line-height: inherit;
				margin: 0;
				text-indent: 0;
			}

			input[type="submit"].icon.circle.fa-angle-left:before,
			input[type="reset"].icon.circle.fa-angle-left:before,
			input[type="button"].icon.circle.fa-angle-left:before,
			button.icon.circle.fa-angle-left:before,
			.button.icon.circle.fa-angle-left:before {
				position: relative;
				left: -0.1rem;
				font-size: 1.75rem;
			}

			input[type="submit"].icon.circle.fa-angle-right:before,
			input[type="reset"].icon.circle.fa-angle-right:before,
			input[type="button"].icon.circle.fa-angle-right:before,
			button.icon.circle.fa-angle-right:before,
			.button.icon.circle.fa-angle-right:before {
				position: relative;
				left: 0.1rem;
				font-size: 1.75rem;
			}

		input[type="submit"].fit,
		input[type="reset"].fit,
		input[type="button"].fit,
		button.fit,
		.button.fit {
			width: 100%;
		}

		input[type="submit"].small,
		input[type="reset"].small,
		input[type="button"].small,
		button.small,
		.button.small {
			font-size: 0.4rem;
			height: 1.875rem;
			line-height: 1.875rem;
			padding: 0 1.25rem 0 1.4rem;
		}

		input[type="submit"].large,
		input[type="reset"].large,
		input[type="button"].large,
		button.large,
		.button.large {
			font-size: 0.8rem;
			height: 3.3125rem;
			line-height: 3.3125rem;
			padding: 0 2rem 0 2.15rem;
		}

		input[type="submit"].primary,
		input[type="reset"].primary,
		input[type="button"].primary,
		button.primary,
		.button.primary {
			background-color: white;
			box-shadow: none;
			color: #2e2b37 !important;
		}

			input[type="submit"].primary.color1,
			input[type="reset"].primary.color1,
			input[type="button"].primary.color1,
			button.primary.color1,
			.button.primary.color1 {
				color: #789bd4 !important;
			}

			input[type="submit"].primary.color2,
			input[type="reset"].primary.color2,
			input[type="button"].primary.color2,
			button.primary.color2,
			.button.primary.color2 {
				color: #669900 !important;
			}

			input[type="submit"].primary.color3,
			input[type="reset"].primary.color3,
			input[type="button"].primary.color3,
			button.primary.color3,
			.button.primary.color3 {
				color: #f2d49a !important;
			}

			input[type="submit"].primary.color4,
			input[type="reset"].primary.color4,
			input[type="button"].primary.color4,
			button.primary.color4,
			.button.primary.color4 {
				color: #243d5c !important;
			}

			input[type="submit"].primary:hover,
			input[type="reset"].primary:hover,
			input[type="button"].primary:hover,
			button.primary:hover,
			.button.primary:hover {
				background-color: #f2d49a;
			}

			input[type="submit"].primary:active,
			input[type="reset"].primary:active,
			input[type="button"].primary:active,
			button.primary:active,
			.button.primary:active {
				background-color: #c7af84;
			}

		input[type="submit"].disabled, input[type="submit"]:disabled,
		input[type="reset"].disabled,
		input[type="reset"]:disabled,
		input[type="button"].disabled,
		input[type="button"]:disabled,
		button.disabled,
		button:disabled,
		.button.disabled,
		.button:disabled {
			pointer-events: none;
			cursor: default;
			opacity: 0.5;
		}

/* Gallery */

	@-moz-keyframes gallery-modal-spinner {
		0% {
			-moz-transform: rotate(0deg);
			-webkit-transform: rotate(0deg);
			-ms-transform: rotate(0deg);
			transform: rotate(0deg);
		}

		100% {
			-moz-transform: rotate(360deg);
			-webkit-transform: rotate(360deg);
			-ms-transform: rotate(360deg);
			transform: rotate(360deg);
		}
	}

	@-webkit-keyframes gallery-modal-spinner {
		0% {
			-moz-transform: rotate(0deg);
			-webkit-transform: rotate(0deg);
			-ms-transform: rotate(0deg);
			transform: rotate(0deg);
		}

		100% {
			-moz-transform: rotate(360deg);
			-webkit-transform: rotate(360deg);
			-ms-transform: rotate(360deg);
			transform: rotate(360deg);
		}
	}

	@-ms-keyframes gallery-modal-spinner {
		0% {
			-moz-transform: rotate(0deg);
			-webkit-transform: rotate(0deg);
			-ms-transform: rotate(0deg);
			transform: rotate(0deg);
		}

		100% {
			-moz-transform: rotate(360deg);
			-webkit-transform: rotate(360deg);
			-ms-transform: rotate(360deg);
			transform: rotate(360deg);
		}
	}

	@keyframes gallery-modal-spinner {
		0% {
			-moz-transform: rotate(0deg);
			-webkit-transform: rotate(0deg);
			-ms-transform: rotate(0deg);
			transform: rotate(0deg);
		}

		100% {
			-moz-transform: rotate(360deg);
			-webkit-transform: rotate(360deg);
			-ms-transform: rotate(360deg);
			transform: rotate(360deg);
		}
	}

	.gallery {
		-moz-align-items: -moz-stretch;
		-webkit-align-items: -webkit-stretch;
		-ms-align-items: -ms-stretch;
		align-items: stretch;
		display: -moz-flex;
		display: -webkit-flex;
		display: -ms-flex;
		display: flex;
		height: 100%;
	}

		.gallery > * {
			width: 20rem;
			height: 100%;
		}

		.gallery .image {
			display: block;
			position: relative;
			border-bottom: 0;
			overflow: hidden;
		}

			.gallery .image img {
				position: relative;
				z-index: 0;
				-moz-transition: -moz-transform 0.2s ease-in-out;
				-webkit-transition: -webkit-transform 0.2s ease-in-out;
				-ms-transition: -ms-transform 0.2s ease-in-out;
				transition: transform 0.2s ease-in-out;
			}

			.gallery .image:after {
				-moz-transition: opacity 0.2s ease-in-out;
				-webkit-transition: opacity 0.2s ease-in-out;
				-ms-transition: opacity 0.2s ease-in-out;
				transition: opacity 0.2s ease-in-out;
			}

			.gallery .image:hover img {
				-moz-transform: scale(1.025);
				-webkit-transform: scale(1.025);
				-ms-transform: scale(1.025);
				transform: scale(1.025);
			}

			.gallery .image:hover:after {
				opacity: 0;
			}

		/* Gallery hover: затемнение на весь кадр без движения; текст выезжает отдельно (JS: .gallery-hover-from-*) */
			.gallery .image .gallery-hover {
				position: absolute;
				top: 0;
				left: 0;
				width: 100%;
				height: 100%;
				z-index: 2;
				box-sizing: border-box;
				pointer-events: none;
				display: -moz-flex;
				display: -webkit-flex;
				display: -ms-flex;
				display: flex;
				-moz-align-items: center;
				-webkit-align-items: center;
				-ms-align-items: center;
				align-items: center;
				-moz-justify-content: center;
				-webkit-justify-content: center;
				-ms-justify-content: center;
				justify-content: center;
			}

			.gallery .image .gallery-hover__shade {
				position: absolute;
				top: -1px;
				left: -1px;
				width: calc(100% + 2px);
				height: calc(100% + 2px);
				background: rgba(20, 18, 28, 0.72);
				opacity: 0;
				-moz-transition: opacity 0.28s ease;
				-webkit-transition: opacity 0.28s ease;
				-ms-transition: opacity 0.28s ease;
				transition: opacity 0.28s ease;
			}

			.gallery .image.is-hovered .gallery-hover__shade {
				opacity: 1;
			}

			.gallery .image .gallery-hover__caption {
				position: relative;
				z-index: 1;
				box-sizing: border-box;
				max-width: 100%;
				padding: 1rem 1.25rem;
				text-align: center;
				line-height: 1.35;
				font-size: 0.85rem;
				font-weight: 600;
				color: #ffffff;
				text-shadow: 0 0.08em 0.35em rgba(0, 0, 0, 0.45);
				opacity: 0;
				-moz-transform: translate3d(0, 1.2rem, 0);
				-webkit-transform: translate3d(0, 1.2rem, 0);
				-ms-transform: translate3d(0, 1.2rem, 0);
				transform: translate3d(0, 1.2rem, 0);
				will-change: opacity, transform;
				-moz-transition: opacity 0.18s linear, -moz-transform 0.4s cubic-bezier(0.22, 1, 0.36, 1);
				-webkit-transition: opacity 0.18s linear, -webkit-transform 0.4s cubic-bezier(0.22, 1, 0.36, 1);
				-ms-transition: opacity 0.18s linear, -ms-transform 0.4s cubic-bezier(0.22, 1, 0.36, 1);
				transition: opacity 0.18s linear, transform 0.4s cubic-bezier(0.22, 1, 0.36, 1);
			}

			.gallery .image.gallery-hover-reset .gallery-hover__caption {
				-moz-transition: none !important;
				-webkit-transition: none !important;
				-ms-transition: none !important;
				transition: none !important;
			}

			.gallery .image.gallery-hover-from-top .gallery-hover__caption {
				-moz-transform: translate3d(0, -1.2rem, 0);
				-webkit-transform: translate3d(0, -1.2rem, 0);
				-ms-transform: translate3d(0, -1.2rem, 0);
				transform: translate3d(0, -1.2rem, 0);
			}

			.gallery .image.gallery-hover-from-bottom .gallery-hover__caption {
				-moz-transform: translate3d(0, 1.2rem, 0);
				-webkit-transform: translate3d(0, 1.2rem, 0);
				-ms-transform: translate3d(0, 1.2rem, 0);
				transform: translate3d(0, 1.2rem, 0);
			}

			.gallery .image.gallery-hover-from-left .gallery-hover__caption {
				-moz-transform: translate3d(-1.2rem, 0, 0);
				-webkit-transform: translate3d(-1.2rem, 0, 0);
				-ms-transform: translate3d(-1.2rem, 0, 0);
				transform: translate3d(-1.2rem, 0, 0);
			}

			.gallery .image.gallery-hover-from-right .gallery-hover__caption {
				-moz-transform: translate3d(1.2rem, 0, 0);
				-webkit-transform: translate3d(1.2rem, 0, 0);
				-ms-transform: translate3d(1.2rem, 0, 0);
				transform: translate3d(1.2rem, 0, 0);
			}

			.gallery .image.is-hovered .gallery-hover__caption {
				opacity: 1;
				-moz-transform: translate3d(0, 0, 0);
				-webkit-transform: translate3d(0, 0, 0);
				-ms-transform: translate3d(0, 0, 0);
				transform: translate3d(0, 0, 0);
			}

		@media (prefers-reduced-motion: reduce) {

			.gallery .image .gallery-hover__shade {
				-moz-transition: opacity 0.2s ease;
				-webkit-transition: opacity 0.2s ease;
				-ms-transition: opacity 0.2s ease;
				transition: opacity 0.2s ease;
			}

			.gallery .image .gallery-hover__caption,
			.gallery .image.gallery-hover-from-top .gallery-hover__caption,
			.gallery .image.gallery-hover-from-right .gallery-hover__caption,
			.gallery .image.gallery-hover-from-bottom .gallery-hover__caption,
			.gallery .image.gallery-hover-from-left .gallery-hover__caption,
			.gallery .image.is-hovered .gallery-hover__caption {
				-moz-transform: none !important;
				-webkit-transform: none !important;
				-ms-transform: none !important;
				transform: none !important;
				-moz-transition: opacity 0.2s ease;
				-webkit-transition: opacity 0.2s ease;
				-ms-transition: opacity 0.2s ease;
				transition: opacity 0.2s ease;
			}

		}

		.gallery .group {
			display: -moz-flex;
			display: -webkit-flex;
			display: -ms-flex;
			display: flex;
			-moz-flex-wrap: wrap;
			-webkit-flex-wrap: wrap;
			-ms-flex-wrap: wrap;
			flex-wrap: wrap;
		}

			.gallery .group > * {
				height: 50%;
			}

		.gallery .modal {
			display: -moz-flex;
			display: -webkit-flex;
			display: -ms-flex;
			display: flex;
			-moz-align-items: center;
			-webkit-align-items: center;
			-ms-align-items: center;
			align-items: center;
			-moz-justify-content: center;
			-webkit-justify-content: center;
			-ms-justify-content: center;
			justify-content: center;
			pointer-events: none;
			-moz-user-select: none;
			-webkit-user-select: none;
			-ms-user-select: none;
			user-select: none;
			-moz-transition: opacity 0.5s ease, visibility 0.5s, z-index 0.5s;
			-webkit-transition: opacity 0.5s ease, visibility 0.5s, z-index 0.5s;
			-ms-transition: opacity 0.5s ease, visibility 0.5s, z-index 0.5s;
			transition: opacity 0.5s ease, visibility 0.5s, z-index 0.5s;
			-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
			position: fixed;
			top: 0;
			left: 0;
			width: 100%;
			height: 100%;
			background-color: rgba(46, 43, 55, 0.875);
			opacity: 0;
			outline: 0;
			visibility: none;
			z-index: 0;
		}

			.gallery .modal:before {
				-moz-animation: gallery-modal-spinner 1s infinite linear;
				-webkit-animation: gallery-modal-spinner 1s infinite linear;
				-ms-animation: gallery-modal-spinner 1s infinite linear;
				animation: gallery-modal-spinner 1s infinite linear;
				-moz-transition: opacity 0.25s ease;
				-webkit-transition: opacity 0.25s ease;
				-ms-transition: opacity 0.25s ease;
				transition: opacity 0.25s ease;
				-moz-transition-delay: 0.5s;
				-webkit-transition-delay: 0.5s;
				-ms-transition-delay: 0.5s;
				transition-delay: 0.5s;
				content: '';
				display: block;
				position: absolute;
				top: 50%;
				left: 50%;
				width: 4rem;
				height: 4rem;
				margin: -2rem 0 0 -2rem;
				background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' width='96px' height='96px' viewBox='0 0 96 96' zoomAndPan='disable'%3E%3Cstyle%3Ecircle %7Bfill: transparent%3B stroke: rgba(255, 255, 255, 0.875)%3B stroke-width: 1.5px%3B %7D%3C/style%3E%3Cdefs%3E%3CclipPath id='corner'%3E%3Cpolygon points='0,0 48,0 48,48 96,48 96,96 0,96' /%3E%3C/clipPath%3E%3C/defs%3E%3Cg clip-path='url(%23corner)'%3E%3Ccircle cx='48' cy='48' r='32'/%3E%3C/g%3E%3C/svg%3E");
				background-position: center;
				background-repeat: no-repeat;
				background-size: 4rem;
				opacity: 0;
			}

			.gallery .modal:after {
				content: '';
				display: block;
				position: absolute;
				top: 0.5rem;
				right: 0.5rem;
				width: 4rem;
				height: 4rem;
				background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' width='64px' height='64px' viewBox='0 0 64 64' zoomAndPan='disable'%3E%3Cstyle%3Eline %7Bstroke: rgba(255, 255, 255, 0.875)%3Bstroke-width: 1.5px%3B%7D%3C/style%3E%3Cline x1='20' y1='20' x2='44' y2='44' /%3E%3Cline x1='20' y1='44' x2='44' y2='20' /%3E%3C/svg%3E");
				background-position: center;
				background-repeat: no-repeat;
				background-size: 3rem;
				cursor: pointer;
			}

			.gallery .modal .inner {
				-moz-transform: translateY(0.75rem);
				-webkit-transform: translateY(0.75rem);
				-ms-transform: translateY(0.75rem);
				transform: translateY(0.75rem);
				-moz-transition: opacity 0.25s ease, -moz-transform 0.25s ease;
				-webkit-transition: opacity 0.25s ease, -webkit-transform 0.25s ease;
				-ms-transition: opacity 0.25s ease, -ms-transform 0.25s ease;
				transition: opacity 0.25s ease, transform 0.25s ease;
				opacity: 0;
			}

				.gallery .modal .inner img {
					display: block;
					max-width: 90vw;
					max-height: 85vh;
					box-shadow: 0 1rem 3rem 0 rgba(0, 0, 0, 0.35);
				}

			.gallery .modal.visible {
				pointer-events: auto;
				opacity: 1;
				visibility: visible;
				z-index: 11000;
			}

				.gallery .modal.visible:before {
					opacity: 1;
				}

			.gallery .modal.loaded .inner {
				-moz-transform: translateY(0);
				-webkit-transform: translateY(0);
				-ms-transform: translateY(0);
				transform: translateY(0);
				-moz-transition: opacity 0.5s ease, -moz-transform 0.5s ease;
				-webkit-transition: opacity 0.5s ease, -webkit-transform 0.5s ease;
				-ms-transition: opacity 0.5s ease, -ms-transform 0.5s ease;
				transition: opacity 0.5s ease, transform 0.5s ease;
				opacity: 1;
			}

			.gallery .modal.loaded:before {
				-moz-transition-delay: 0s;
				-webkit-transition-delay: 0s;
				-ms-transition-delay: 0s;
				transition-delay: 0s;
				opacity: 0;
			}

	@media screen and (max-width: 980px) {

		.gallery .modal .inner img {
			max-width: 100vw;
		}

	}

	@media screen and (max-width: 736px) {

		.gallery {
			-moz-flex-direction: column;
			-webkit-flex-direction: column;
			-ms-flex-direction: column;
			flex-direction: column;
			height: auto;
		}

			.gallery > * {
				height: auto;
				width: 100%;
			}

			.gallery .image {
				width: 100%;
				height: 40rem;
			}

			.gallery .group .span-0-25 {
				width: 8.33333%;
			}

			.gallery .group .span-0-5 {
				width: 16.66666%;
			}

			.gallery .group .span-0-75 {
				width: 25.0%;
			}

			.gallery .group .span-1 {
				width: 33.33333%;
			}

			.gallery .group .span-1-25 {
				width: 41.66666%;
			}

			.gallery .group .span-1-5 {
				width: 49.99999%;
			}

			.gallery .group .span-1-75 {
				width: 58.33333%;
			}

			.gallery .group .span-2 {
				width: 66.66666%;
			}

			.gallery .group .span-2-25 {
				width: 74.99999%;
			}

			.gallery .group .span-2-5 {
				width: 83.33332%;
			}

			.gallery .group .span-2-75 {
				width: 91.66666%;
			}

			.gallery .group .span-3 {
				width: 99.99999%;
			}

			.gallery .group .span-3-25 {
				width: 108.33332%;
			}

			.gallery .group .span-3-5 {
				width: 116.66665%;
			}

			.gallery .group .span-3-75 {
				width: 124.99999%;
			}

			.gallery .group .span-4 {
				width: 133.33332%;
			}

			.gallery .group .span-4-25 {
				width: 141.66665%;
			}

			.gallery .group .span-4-5 {
				width: 149.99998%;
			}

			.gallery .group .span-4-75 {
				width: 158.33332%;
			}

			.gallery .group .span-5 {
				width: 166.66665%;
			}

			.gallery .group .span-5-25 {
				width: 174.99998%;
			}

			.gallery .group .span-5-5 {
				width: 183.33331%;
			}

			.gallery .group .span-5-75 {
				width: 191.66665%;
			}

			.gallery .group .span-6 {
				width: 199.99998%;
			}

			.gallery .group .span-6-25 {
				width: 208.33331%;
			}

			.gallery .group .span-6-5 {
				width: 216.66664%;
			}

			.gallery .group .span-6-75 {
				width: 224.99998%;
			}

			.gallery .group .span-7 {
				width: 233.33331%;
			}

			.gallery .group .span-7-25 {
				width: 241.66664%;
			}

			.gallery .group .span-7-5 {
				width: 249.99997%;
			}

			.gallery .group .span-7-75 {
				width: 258.33331%;
			}

			.gallery .group .span-8 {
				width: 266.66664%;
			}

			.gallery .group .span-8-25 {
				width: 274.99997%;
			}

			.gallery .group .span-8-5 {
				width: 283.3333%;
			}

			.gallery .group .span-8-75 {
				width: 291.66664%;
			}

			.gallery .group .span-9 {
				width: 299.99997%;
			}

			.gallery .group .span-9-25 {
				width: 308.3333%;
			}

			.gallery .group .span-9-5 {
				width: 316.66663%;
			}

			.gallery .group .span-9-75 {
				width: 324.99997%;
			}

			.gallery .group .span-10 {
				width: 333.3333%;
			}

			.gallery .group .image {
				height: 20rem;
			}

	}

	@media screen and (max-width: 480px) {

		.gallery .image {
			height: 30rem;
		}

		.gallery .group .image {
			height: 12.5rem;
		}

	}

/* Panel */

	.panel {
		display: -moz-flex;
		display: -webkit-flex;
		display: -ms-flex;
		display: flex;
		-moz-flex-grow: 0;
		-webkit-flex-grow: 0;
		-ms-flex-grow: 0;
		flex-grow: 0;
		-moz-flex-shrink: 0;
		-webkit-flex-shrink: 0;
		-ms-flex-shrink: 0;
		flex-shrink: 0;
		-moz-justify-content: center;
		-webkit-justify-content: center;
		-ms-justify-content: center;
		justify-content: center;
		-moz-align-items: -moz-stretch;
		-webkit-align-items: -webkit-stretch;
		-ms-align-items: -ms-stretch;
		align-items: stretch;
		height: 100%;
		overflow-x: hidden;
		overflow-y: auto;
	}

		.panel > * {
			position: relative;
			min-width: 10rem;
		}

			.panel > *.color0 {
				background-image: url("../../images/overlay.png"), linear-gradient(45deg, #789bd4 20%, #669900 60%, #bc4f2c);
				background-size: 128px 128px, auto;
			}

			/* Главный баннер: только голубой + зелёный, без терракоты (color0 глобально остаётся для других мест) */
			#home.panel.banner > .content.color0 {
				background-image: url("../../images/overlay.png"), linear-gradient(118deg, #b0ccee 0%, #8eb2e0 0%, #6d9bc9 0%, #6a8f4f 100%, #5a8018 100%);
				background-size: 128px 128px, auto;
			}

			#home.panel.banner .content ul.alt a.home-feature-link {
				color: #ffffff;
				cursor: pointer;
				display: inline;
				text-decoration: none;
			}

				#home.panel.banner .content ul.alt a.home-feature-link:hover {
					color: #f2d49a;
				}

			.panel > *.color1 {
				background-image: url("../../images/overlay.png"), linear-gradient(45deg, rgba(120, 155, 212, 0.25) 25%, rgba(102, 153, 0, 0.25) 50%, rgba(188, 79, 44, 0.25));
				background-size: 128px 128px, auto;
				background-color: #789bd4;
			}

			.panel > *.color2 {
				background-image: url("../../images/overlay.png"), linear-gradient(45deg, rgba(120, 155, 212, 0.25) 25%, rgba(102, 153, 0, 0.25) 50%, rgba(188, 79, 44, 0.25));
				background-size: 128px 128px, auto;
				background-color: #669900;
			}

			.panel > *.color3 {
				background-image: url("../../images/overlay.png"), linear-gradient(45deg, rgba(120, 155, 212, 0.25) 25%, rgba(102, 153, 0, 0.25) 50%, rgba(188, 79, 44, 0.25));
				background-size: 128px 128px, auto;
				background-color: #bc4f2c;
			}

			.panel > *.color4 {
				background-image: url("../../images/overlay.png"), linear-gradient(45deg, rgba(120, 155, 212, 0.25) 25%, rgba(102, 153, 0, 0.25) 50%, rgba(188, 79, 44, 0.25));
				background-size: 128px 128px, auto;
				background-color: #243d5c;
			}

			.panel > *.color1-alt {
				background-image: url("../../images/overlay.png"), linear-gradient(45deg, rgba(120, 155, 212, 0.175) 25%, rgba(102, 153, 0, 0.175) 50%, rgba(188, 79, 44, 0.175));
				background-size: 128px 128px, auto;
				background-color: #7093cd;
			}

			.panel > *.color2-alt {
				background-image: url("../../images/overlay.png"), linear-gradient(45deg, rgba(120, 155, 212, 0.175) 25%, rgba(102, 153, 0, 0.175) 50%, rgba(188, 79, 44, 0.175));
				background-size: 128px 128px, auto;
				background-color: #5c8200;
			}

			.panel > *.color3-alt {
				background-image: url("../../images/overlay.png"), linear-gradient(45deg, rgba(120, 155, 212, 0.175) 25%, rgba(102, 153, 0, 0.175) 50%, rgba(188, 79, 44, 0.175));
				background-size: 128px 128px, auto;
				background-color: #ac4b2c;
			}

			.panel > *.color4-alt {
				background-image: url("../../images/overlay.png"), linear-gradient(45deg, rgba(120, 155, 212, 0.175) 25%, rgba(102, 153, 0, 0.175) 50%, rgba(188, 79, 44, 0.175));
				background-size: 128px 128px, auto;
				background-color: #21364f;
			}

		.panel > .intro {
			padding: 3.5rem 3.5rem 2rem 3.5rem ;
			display: -moz-flex;
			display: -webkit-flex;
			display: -ms-flex;
			display: flex;
			-moz-flex-grow: 0;
			-webkit-flex-grow: 0;
			-ms-flex-grow: 0;
			flex-grow: 0;
			-moz-flex-shrink: 0;
			-webkit-flex-shrink: 0;
			-ms-flex-shrink: 0;
			flex-shrink: 0;
			-moz-justify-content: center;
			-webkit-justify-content: center;
			-ms-justify-content: center;
			justify-content: center;
			-moz-align-items: -moz-flex-start;
			-webkit-align-items: -webkit-flex-start;
			-ms-align-items: -ms-flex-start;
			align-items: flex-start;
			-moz-flex-direction: column;
			-webkit-flex-direction: column;
			-ms-flex-direction: column;
			flex-direction: column;
			width: 22rem;
		}

			.panel > .intro.joined {
				width: 18.5rem;
				padding-right: 0;
			}

				.panel > .intro.joined + .inner {
					padding-left: 2.625rem;
				}

		.panel > .inner {
			padding: 3.5rem 3.5rem 2rem 3.5rem ;
			display: -moz-flex;
			display: -webkit-flex;
			display: -ms-flex;
			display: flex;
			-moz-flex-grow: 1;
			-webkit-flex-grow: 1;
			-ms-flex-grow: 1;
			flex-grow: 1;
			-moz-flex-shrink: 1;
			-webkit-flex-shrink: 1;
			-ms-flex-shrink: 1;
			flex-shrink: 1;
			-moz-justify-content: center;
			-webkit-justify-content: center;
			-ms-justify-content: center;
			justify-content: center;
			-moz-align-items: -moz-flex-start;
			-webkit-align-items: -webkit-flex-start;
			-ms-align-items: -ms-flex-start;
			align-items: flex-start;
			-moz-flex-direction: column;
			-webkit-flex-direction: column;
			-ms-flex-direction: column;
			flex-direction: column;
			position: relative;
			width: 100%;
		}

			.panel > .inner.columns {
				display: -moz-flex;
				display: -webkit-flex;
				display: -ms-flex;
				display: flex;
				-moz-justify-content: center;
				-webkit-justify-content: center;
				-ms-justify-content: center;
				justify-content: center;
				-moz-align-items: center;
				-webkit-align-items: center;
				-ms-align-items: center;
				align-items: center;
				-moz-flex-direction: row;
				-webkit-flex-direction: row;
				-ms-flex-direction: row;
				flex-direction: row;
			}

				.panel > .inner.columns > * {
					-moz-flex-grow: 0;
					-webkit-flex-grow: 0;
					-ms-flex-grow: 0;
					flex-grow: 0;
					-moz-flex-shrink: 0;
					-webkit-flex-shrink: 0;
					-ms-flex-shrink: 0;
					flex-shrink: 0;
					margin-left: 3.5rem;
				}

				.panel > .inner.columns > :first-child {
					margin-left: 0;
				}

				.panel > .inner.columns.divided > * {
					margin-left: 7rem;
				}

					.panel > .inner.columns.divided > *:before {
						content: '';
						position: absolute;
						top: 3.5rem;
						width: 2px;
						height: calc(100% - 7rem);
						margin-left: -3.5rem;
						background-color: rgba(255, 255, 255, 0.25);
					}

				.panel > .inner.columns.divided > :first-child {
					margin-left: 0;
				}

					.panel > .inner.columns.divided > :first-child:before {
						display: none;
					}

				.panel > .inner.columns.aligned {
					-moz-align-items: -moz-flex-start;
					-webkit-align-items: -webkit-flex-start;
					-ms-align-items: -ms-flex-start;
					align-items: flex-start;
				}

		.panel .span-0-25 {
			width: 2.5rem;
		}

		.panel .span-0-5 {
			width: 5rem;
		}

		.panel .span-0-75 {
			width: 7.5rem;
		}

		.panel .span-1 {
			width: 10rem;
		}

		.panel .span-1-25 {
			width: 12.5rem;
		}

		.panel .span-1-5 {
			width: 15rem;
		}

		.panel .span-1-75 {
			width: 29rem;
		}

		.panel .span-2 {
			width: 20rem;
		}

		.panel .span-2-25 {
			width: 22.5rem;
		}

		.panel .span-2-5 {
			width: 25rem;
		}

		.panel .span-2-75 {
			width: 27.5rem;
		}

		.panel .span-3 {
			width: 30rem;
		}

		.panel .span-3-25 {
			width: 32.5rem;
		}

		.panel .span-3-5 {
			width: 35rem;
		}

		.panel .span-3-75 {
			width: 37.5rem;
		}

		.panel .span-4 {
			width: 40rem;
		}

		.panel .span-4-25 {
			width: 42.5rem;
		}

		.panel .span-4-5 {
			width: 45rem;
		}

		.panel .span-4-75 {
			width: 47.5rem;
		}

		.panel .span-5 {
			width: 50rem;
		}

		.panel .span-5-25 {
			width: 52.5rem;
		}

		.panel .span-5-5 {
			width: 55rem;
		}

		.panel .span-5-75 {
			width: 57.5rem;
		}

		.panel .span-6 {
			width: 60rem;
		}

		.panel .span-6-25 {
			width: 62.5rem;
		}

		.panel .span-6-5 {
			width: 65rem;
		}

		.panel .span-6-75 {
			width: 67.5rem;
		}

		.panel .span-7 {
			width: 70rem;
		}

		.panel .span-7-25 {
			width: 72.5rem;
		}

		.panel .span-7-5 {
			width: 75rem;
		}

		.panel .span-7-75 {
			width: 77.5rem;
		}

		.panel .span-8 {
			width: 80rem;
		}

		.panel .span-8-25 {
			width: 82.5rem;
		}

		.panel .span-8-5 {
			width: 85rem;
		}

		.panel .span-8-75 {
			width: 87.5rem;
		}

		.panel .span-9 {
			width: 90rem;
		}

		.panel .span-9-25 {
			width: 92.5rem;
		}

		.panel .span-9-5 {
			width: 95rem;
		}

		.panel .span-9-75 {
			width: 97.5rem;
		}

		.panel .span-10 {
			width: 100rem;
		}

		.panel.small {
			width: 35rem;
		}

		.panel.medium {
			width: 50rem;
		}

		.panel.large {
			width: 65rem;
		}

		.panel.small .span-0-25, .panel.medium .span-0-25, .panel.large .span-0-25 {
			width: 2.5%;
		}

		.panel.small .span-0-5, .panel.medium .span-0-5, .panel.large .span-0-5 {
			width: 5%;
		}

		.panel.small .span-0-75, .panel.medium .span-0-75, .panel.large .span-0-75 {
			width: 7.5%;
		}

		.panel.small .span-1, .panel.medium .span-1, .panel.large .span-1 {
			width: 10%;
		}

		.panel.small .span-1-25, .panel.medium .span-1-25, .panel.large .span-1-25 {
			width: 12.5%;
		}

		.panel.small .span-1-5, .panel.medium .span-1-5, .panel.large .span-1-5 {
			width: 15%;
		}

		.panel.small .span-1-75, .panel.medium .span-1-75, .panel.large .span-1-75 {
			width: 17.5%;
		}

		.panel.small .span-2, .panel.medium .span-2, .panel.large .span-2 {
			width: 20%;
		}

		.panel.small .span-2-25, .panel.medium .span-2-25, .panel.large .span-2-25 {
			width: 22.5%;
		}

		.panel.small .span-2-5, .panel.medium .span-2-5, .panel.large .span-2-5 {
			width: 25%;
		}

		.panel.small .span-2-75, .panel.medium .span-2-75, .panel.large .span-2-75 {
			width: 27.5%;
		}

		.panel.small .span-3, .panel.medium .span-3, .panel.large .span-3 {
			width: 30%;
		}

		.panel.small .span-3-25, .panel.medium .span-3-25, .panel.large .span-3-25 {
			width: 32.5%;
		}

		.panel.small .span-3-5, .panel.medium .span-3-5, .panel.large .span-3-5 {
			width: 35%;
		}

		.panel.small .span-3-75, .panel.medium .span-3-75, .panel.large .span-3-75 {
			width: 37.5%;
		}

		.panel.small .span-4, .panel.medium .span-4, .panel.large .span-4 {
			width: 40%;
		}

		.panel.small .span-4-25, .panel.medium .span-4-25, .panel.large .span-4-25 {
			width: 42.5%;
		}

		.panel.small .span-4-5, .panel.medium .span-4-5, .panel.large .span-4-5 {
			width: 45%;
		}

		.panel.small .span-4-75, .panel.medium .span-4-75, .panel.large .span-4-75 {
			width: 47.5%;
		}

		.panel.small .span-5, .panel.medium .span-5, .panel.large .span-5 {
			width: 50%;
		}

		.panel.small .span-5-25, .panel.medium .span-5-25, .panel.large .span-5-25 {
			width: 52.5%;
		}

		.panel.small .span-5-5, .panel.medium .span-5-5, .panel.large .span-5-5 {
			width: 55%;
		}

		.panel.small .span-5-75, .panel.medium .span-5-75, .panel.large .span-5-75 {
			width: 57.5%;
		}

		.panel.small .span-6, .panel.medium .span-6, .panel.large .span-6 {
			width: 60%;
		}

		.panel.small .span-6-25, .panel.medium .span-6-25, .panel.large .span-6-25 {
			width: 62.5%;
		}

		.panel.small .span-6-5, .panel.medium .span-6-5, .panel.large .span-6-5 {
			width: 65%;
		}

		.panel.small .span-6-75, .panel.medium .span-6-75, .panel.large .span-6-75 {
			width: 67.5%;
		}

		.panel.small .span-7, .panel.medium .span-7, .panel.large .span-7 {
			width: 70%;
		}

		.panel.small .span-7-25, .panel.medium .span-7-25, .panel.large .span-7-25 {
			width: 72.5%;
		}

		.panel.small .span-7-5, .panel.medium .span-7-5, .panel.large .span-7-5 {
			width: 75%;
		}

		.panel.small .span-7-75, .panel.medium .span-7-75, .panel.large .span-7-75 {
			width: 77.5%;
		}

		.panel.small .span-8, .panel.medium .span-8, .panel.large .span-8 {
			width: 80%;
		}

		.panel.small .span-8-25, .panel.medium .span-8-25, .panel.large .span-8-25 {
			width: 82.5%;
		}

		.panel.small .span-8-5, .panel.medium .span-8-5, .panel.large .span-8-5 {
			width: 85%;
		}

		.panel.small .span-8-75, .panel.medium .span-8-75, .panel.large .span-8-75 {
			width: 87.5%;
		}

		.panel.small .span-9, .panel.medium .span-9, .panel.large .span-9 {
			width: 90%;
		}

		.panel.small .span-9-25, .panel.medium .span-9-25, .panel.large .span-9-25 {
			width: 92.5%;
		}

		.panel.small .span-9-5, .panel.medium .span-9-5, .panel.large .span-9-5 {
			width: 95%;
		}

		.panel.small .span-9-75, .panel.medium .span-9-75, .panel.large .span-9-75 {
			width: 97.5%;
		}

		.panel.small .span-10, .panel.medium .span-10, .panel.large .span-10 {
			width: 100%;
		}

		.panel.color0 {
			background-image: url("../../images/overlay.png"), linear-gradient(45deg, #789bd4 20%, #669900 60%, #bc4f2c);
			background-size: 128px 128px, auto;
		}

		.panel.color1 {
			background-image: url("../../images/overlay.png"), linear-gradient(45deg, rgba(120, 155, 212, 0.25) 25%, rgba(102, 153, 0, 0.25) 50%, rgba(188, 79, 44, 0.25));
			background-size: 128px 128px, auto;
			background-color: #789bd4;
		}

		/* Каталог + блок «Почему нам доверяют»: без зелёного в градиенте панели color1 */
		#catalog.panel.color1,
		#catalog-mobile.panel.color1,
		section.panel.color1:not(.part-search) {
			background-image: url("../../images/overlay.png"), linear-gradient(45deg, rgba(120, 155, 212, 0.25) 25%, rgba(100, 145, 205, 0.22) 50%, rgba(188, 79, 44, 0.25));
			background-size: 128px 128px, auto;
		}

		.panel.color2 {
			background-image: url("../../images/overlay.png"), linear-gradient(45deg, rgba(120, 155, 212, 0.25) 25%, rgba(102, 153, 0, 0.25) 50%, rgba(188, 79, 44, 0.25));
			background-size: 128px 128px, auto;
			background-color: #669900;
		}

		.panel.color3 {
			background-image: url("../../images/overlay.png"), linear-gradient(45deg, rgba(120, 155, 212, 0.25) 25%, rgba(102, 153, 0, 0.25) 50%, rgba(188, 79, 44, 0.25));
			background-size: 128px 128px, auto;
			background-color: #bc4f2c;
		}

		.panel.color4 {
			background-image: url("../../images/overlay.png"), linear-gradient(45deg, rgba(120, 155, 212, 0.25) 25%, rgba(102, 153, 0, 0.25) 50%, rgba(188, 79, 44, 0.25));
			background-size: 128px 128px, auto;
			background-color: #243d5c;
		}

		.panel.color1-alt {
			background-image: url("../../images/overlay.png"), linear-gradient(45deg, rgba(120, 155, 212, 0.175) 25%, rgba(102, 153, 0, 0.175) 50%, rgba(188, 79, 44, 0.175));
			background-size: 128px 128px, auto;
			background-color: #7093cd;
		}

		.panel.color2-alt {
			background-image: url("../../images/overlay.png"), linear-gradient(45deg, rgba(120, 155, 212, 0.175) 25%, rgba(102, 153, 0, 0.175) 50%, rgba(188, 79, 44, 0.175));
			background-size: 128px 128px, auto;
			background-color: #5c8200;
		}

		.panel.color3-alt {
			background-image: url("../../images/overlay.png"), linear-gradient(45deg, rgba(120, 155, 212, 0.175) 25%, rgba(102, 153, 0, 0.175) 50%, rgba(188, 79, 44, 0.175));
			background-size: 128px 128px, auto;
			background-color: #ac4b2c;
		}

		.panel.color4-alt {
			background-image: url("../../images/overlay.png"), linear-gradient(45deg, rgba(120, 155, 212, 0.175) 25%, rgba(102, 153, 0, 0.175) 50%, rgba(188, 79, 44, 0.175));
			background-size: 128px 128px, auto;
			background-color: #21364f;
		}

	@media screen and (max-width: 736px) {

		.panel {
			-moz-flex-direction: column;
			-webkit-flex-direction: column;
			-ms-flex-direction: column;
			flex-direction: column;
			height: auto;
		}

			.panel > *.color1 {
				background-image: url("../../images/overlay.png"), linear-gradient(135deg, rgba(120, 155, 212, 0.25) 25%, rgba(102, 153, 0, 0.25) 50%, rgba(188, 79, 44, 0.25));
				background-size: 128px 128px, auto;
				background-color: #789bd4;
			}

			.panel > *.color2 {
				background-image: url("../../images/overlay.png"), linear-gradient(135deg, rgba(120, 155, 212, 0.25) 25%, rgba(102, 153, 0, 0.25) 50%, rgba(188, 79, 44, 0.25));
				background-size: 128px 128px, auto;
				background-color: #669900;
			}

			.panel > *.color3 {
				background-image: url("../../images/overlay.png"), linear-gradient(135deg, rgba(120, 155, 212, 0.25) 25%, rgba(102, 153, 0, 0.25) 50%, rgba(188, 79, 44, 0.25));
				background-size: 128px 128px, auto;
				background-color: #bc4f2c;
			}

			.panel > *.color4 {
				background-image: url("../../images/overlay.png"), linear-gradient(135deg, rgba(120, 155, 212, 0.25) 25%, rgba(102, 153, 0, 0.25) 50%, rgba(188, 79, 44, 0.25));
				background-size: 128px 128px, auto;
				background-color: #243d5c;
			}

			.panel > *.color1-alt {
				background-image: url("../../images/overlay.png"), linear-gradient(135deg, rgba(120, 155, 212, 0.175) 25%, rgba(102, 153, 0, 0.175) 50%, rgba(188, 79, 44, 0.175));
				background-size: 128px 128px, auto;
				background-color: #7093cd;
			}

			.panel > *.color2-alt {
				background-image: url("../../images/overlay.png"), linear-gradient(135deg, rgba(120, 155, 212, 0.175) 25%, rgba(102, 153, 0, 0.175) 50%, rgba(188, 79, 44, 0.175));
				background-size: 128px 128px, auto;
				background-color: #5c8200;
			}

			.panel > *.color3-alt {
				background-image: url("../../images/overlay.png"), linear-gradient(135deg, rgba(120, 155, 212, 0.175) 25%, rgba(102, 153, 0, 0.175) 50%, rgba(188, 79, 44, 0.175));
				background-size: 128px 128px, auto;
				background-color: #ac4b2c;
			}

			.panel > *.color4-alt {
				background-image: url("../../images/overlay.png"), linear-gradient(135deg, rgba(120, 155, 212, 0.175) 25%, rgba(102, 153, 0, 0.175) 50%, rgba(188, 79, 44, 0.175));
				background-size: 128px 128px, auto;
				background-color: #21364f;
			}

			.panel > .intro {
				padding: 2.8875rem 1.75rem 1.3875rem 1.75rem ;
				width: 100% !important;
			}

				.panel > .intro.joined {
					padding-bottom: 0;
					padding-right: 1.75rem;
				}

					.panel > .intro.joined + .inner {
						padding-top: 0;
						padding-left: 1.75rem;
					}

			.panel > .inner {
				padding: 2.8875rem 1.75rem 1.3875rem 1.75rem ;
			}

				.panel > .inner.columns {
					-moz-flex-direction: column;
					-webkit-flex-direction: column;
					-ms-flex-direction: column;
					flex-direction: column;
				}

					.panel > .inner.columns > * {
						margin-left: 0;
						margin-top: 0;
					}

					.panel > .inner.columns > :first-child {
						margin-top: 0;
					}

					.panel > .inner.columns.divided > * {
						margin-left: 0;
						margin-top: 3.5rem;
					}

						.panel > .inner.columns.divided > *:before {
							content: '';
							position: absolute;
							top: auto;
							left: 1.75rem;
							width: calc(100% - 3.5rem);
							height: 2px;
							margin-left: 0;
							margin-top: -1.75rem;
						}

					.panel > .inner.columns.divided > :first-child {
						margin-top: 0;
					}

			.panel .span-0-25 {
				width: 100%;
			}

			.panel .span-0-5 {
				width: 100%;
			}

			.panel .span-0-75 {
				width: 100%;
			}

			.panel .span-1 {
				width: 100%;
			}

			.panel .span-1-25 {
				width: 100%;
			}

			.panel .span-1-5 {
				width: 100%;
			}

			.panel .span-1-75 {
				width: 100%;
			}

			.panel .span-2 {
				width: 100%;
			}

			.panel .span-2-25 {
				width: 100%;
			}

			.panel .span-2-5 {
				width: 100%;
			}

			.panel .span-2-75 {
				width: 100%;
			}

			.panel .span-3 {
				width: 100%;
			}

			.panel .span-3-25 {
				width: 100%;
			}

			.panel .span-3-5 {
				width: 100%;
			}

			.panel .span-3-75 {
				width: 100%;
			}

			.panel .span-4 {
				width: 100%;
			}

			.panel .span-4-25 {
				width: 100%;
			}

			.panel .span-4-5 {
				width: 100%;
			}

			.panel .span-4-75 {
				width: 100%;
			}

			.panel .span-5 {
				width: 100%;
			}

			.panel .span-5-25 {
				width: 100%;
			}

			.panel .span-5-5 {
				width: 100%;
			}

			.panel .span-5-75 {
				width: 100%;
			}

			.panel .span-6 {
				width: 100%;
			}

			.panel .span-6-25 {
				width: 100%;
			}

			.panel .span-6-5 {
				width: 100%;
			}

			.panel .span-6-75 {
				width: 100%;
			}

			.panel .span-7 {
				width: 100%;
			}

			.panel .span-7-25 {
				width: 100%;
			}

			.panel .span-7-5 {
				width: 100%;
			}

			.panel .span-7-75 {
				width: 100%;
			}

			.panel .span-8 {
				width: 100%;
			}

			.panel .span-8-25 {
				width: 100%;
			}

			.panel .span-8-5 {
				width: 100%;
			}

			.panel .span-8-75 {
				width: 100%;
			}

			.panel .span-9 {
				width: 100%;
			}

			.panel .span-9-25 {
				width: 100%;
			}

			.panel .span-9-5 {
				width: 100%;
			}

			.panel .span-9-75 {
				width: 100%;
			}

			.panel .span-10 {
				width: 100%;
			}

			.panel.small, .panel.medium, .panel.large {
				width: 100% !important;
			}

				.panel.small .span-0-25, .panel.medium .span-0-25, .panel.large .span-0-25 {
					width: 100%;
				}

				.panel.small .span-0-5, .panel.medium .span-0-5, .panel.large .span-0-5 {
					width: 100%;
				}

				.panel.small .span-0-75, .panel.medium .span-0-75, .panel.large .span-0-75 {
					width: 100%;
				}

				.panel.small .span-1, .panel.medium .span-1, .panel.large .span-1 {
					width: 100%;
				}

				.panel.small .span-1-25, .panel.medium .span-1-25, .panel.large .span-1-25 {
					width: 100%;
				}

				.panel.small .span-1-5, .panel.medium .span-1-5, .panel.large .span-1-5 {
					width: 100%;
				}

				.panel.small .span-1-75, .panel.medium .span-1-75, .panel.large .span-1-75 {
					width: 100%;
				}

				.panel.small .span-2, .panel.medium .span-2, .panel.large .span-2 {
					width: 100%;
				}

				.panel.small .span-2-25, .panel.medium .span-2-25, .panel.large .span-2-25 {
					width: 100%;
				}

				.panel.small .span-2-5, .panel.medium .span-2-5, .panel.large .span-2-5 {
					width: 100%;
				}

				.panel.small .span-2-75, .panel.medium .span-2-75, .panel.large .span-2-75 {
					width: 100%;
				}

				.panel.small .span-3, .panel.medium .span-3, .panel.large .span-3 {
					width: 100%;
				}

				.panel.small .span-3-25, .panel.medium .span-3-25, .panel.large .span-3-25 {
					width: 100%;
				}

				.panel.small .span-3-5, .panel.medium .span-3-5, .panel.large .span-3-5 {
					width: 100%;
				}

				.panel.small .span-3-75, .panel.medium .span-3-75, .panel.large .span-3-75 {
					width: 100%;
				}

				.panel.small .span-4, .panel.medium .span-4, .panel.large .span-4 {
					width: 100%;
				}

				.panel.small .span-4-25, .panel.medium .span-4-25, .panel.large .span-4-25 {
					width: 100%;
				}

				.panel.small .span-4-5, .panel.medium .span-4-5, .panel.large .span-4-5 {
					width: 100%;
				}

				.panel.small .span-4-75, .panel.medium .span-4-75, .panel.large .span-4-75 {
					width: 100%;
				}

				.panel.small .span-5, .panel.medium .span-5, .panel.large .span-5 {
					width: 100%;
				}

				.panel.small .span-5-25, .panel.medium .span-5-25, .panel.large .span-5-25 {
					width: 100%;
				}

				.panel.small .span-5-5, .panel.medium .span-5-5, .panel.large .span-5-5 {
					width: 100%;
				}

				.panel.small .span-5-75, .panel.medium .span-5-75, .panel.large .span-5-75 {
					width: 100%;
				}

				.panel.small .span-6, .panel.medium .span-6, .panel.large .span-6 {
					width: 100%;
				}

				.panel.small .span-6-25, .panel.medium .span-6-25, .panel.large .span-6-25 {
					width: 100%;
				}

				.panel.small .span-6-5, .panel.medium .span-6-5, .panel.large .span-6-5 {
					width: 100%;
				}

				.panel.small .span-6-75, .panel.medium .span-6-75, .panel.large .span-6-75 {
					width: 100%;
				}

				.panel.small .span-7, .panel.medium .span-7, .panel.large .span-7 {
					width: 100%;
				}

				.panel.small .span-7-25, .panel.medium .span-7-25, .panel.large .span-7-25 {
					width: 100%;
				}

				.panel.small .span-7-5, .panel.medium .span-7-5, .panel.large .span-7-5 {
					width: 100%;
				}

				.panel.small .span-7-75, .panel.medium .span-7-75, .panel.large .span-7-75 {
					width: 100%;
				}

				.panel.small .span-8, .panel.medium .span-8, .panel.large .span-8 {
					width: 100%;
				}

				.panel.small .span-8-25, .panel.medium .span-8-25, .panel.large .span-8-25 {
					width: 100%;
				}

				.panel.small .span-8-5, .panel.medium .span-8-5, .panel.large .span-8-5 {
					width: 100%;
				}

				.panel.small .span-8-75, .panel.medium .span-8-75, .panel.large .span-8-75 {
					width: 100%;
				}

				.panel.small .span-9, .panel.medium .span-9, .panel.large .span-9 {
					width: 100%;
				}

				.panel.small .span-9-25, .panel.medium .span-9-25, .panel.large .span-9-25 {
					width: 100%;
				}

				.panel.small .span-9-5, .panel.medium .span-9-5, .panel.large .span-9-5 {
					width: 100%;
				}

				.panel.small .span-9-75, .panel.medium .span-9-75, .panel.large .span-9-75 {
					width: 100%;
				}

				.panel.small .span-10, .panel.medium .span-10, .panel.large .span-10 {
					width: 100%;
				}

			.panel.color1 {
				background-image: url("../../images/overlay.png"), linear-gradient(135deg, rgba(120, 155, 212, 0.25) 25%, rgba(102, 153, 0, 0.25) 50%, rgba(188, 79, 44, 0.25));
				background-size: 128px 128px, auto;
				background-color: #789bd4;
			}

			#catalog.panel.color1,
			#catalog-mobile.panel.color1,
			section.panel.color1:not(.part-search) {
				background-image: url("../../images/overlay.png"), linear-gradient(135deg, rgba(120, 155, 212, 0.25) 25%, rgba(100, 145, 205, 0.22) 50%, rgba(188, 79, 44, 0.25));
				background-size: 128px 128px, auto;
			}

			.panel.color2 {
				background-image: url("../../images/overlay.png"), linear-gradient(135deg, rgba(120, 155, 212, 0.25) 25%, rgba(102, 153, 0, 0.25) 50%, rgba(188, 79, 44, 0.25));
				background-size: 128px 128px, auto;
				background-color: #669900;
			}

			.panel.color3 {
				background-image: url("../../images/overlay.png"), linear-gradient(135deg, rgba(120, 155, 212, 0.25) 25%, rgba(102, 153, 0, 0.25) 50%, rgba(188, 79, 44, 0.25));
				background-size: 128px 128px, auto;
				background-color: #bc4f2c;
			}

			.panel.color4 {
				background-image: url("../../images/overlay.png"), linear-gradient(135deg, rgba(120, 155, 212, 0.25) 25%, rgba(102, 153, 0, 0.25) 50%, rgba(188, 79, 44, 0.25));
				background-size: 128px 128px, auto;
				background-color: #243d5c;
			}

			.panel.color1-alt {
				background-image: url("../../images/overlay.png"), linear-gradient(135deg, rgba(120, 155, 212, 0.175) 25%, rgba(102, 153, 0, 0.175) 50%, rgba(188, 79, 44, 0.175));
				background-size: 128px 128px, auto;
				background-color: #7093cd;
			}

			.panel.color2-alt {
				background-image: url("../../images/overlay.png"), linear-gradient(135deg, rgba(120, 155, 212, 0.175) 25%, rgba(102, 153, 0, 0.175) 50%, rgba(188, 79, 44, 0.175));
				background-size: 128px 128px, auto;
				background-color: #5c8200;
			}

			.panel.color3-alt {
				background-image: url("../../images/overlay.png"), linear-gradient(135deg, rgba(120, 155, 212, 0.175) 25%, rgba(102, 153, 0, 0.175) 50%, rgba(188, 79, 44, 0.175));
				background-size: 128px 128px, auto;
				background-color: #ac4b2c;
			}

			.panel.color4-alt {
				background-image: url("../../images/overlay.png"), linear-gradient(135deg, rgba(120, 155, 212, 0.175) 25%, rgba(102, 153, 0, 0.175) 50%, rgba(188, 79, 44, 0.175));
				background-size: 128px 128px, auto;
				background-color: #21364f;
			}

	}

/* Panel (Banner) */

	.panel.banner {
		-moz-align-items: -moz-stretch;
		-webkit-align-items: -webkit-stretch;
		-ms-align-items: -ms-stretch;
		align-items: stretch;
	}

		.panel.banner .content {
			padding: 3.5rem 3.5rem 2rem 3.5rem ;
			display: -moz-flex;
			display: -webkit-flex;
			display: -ms-flex;
			display: flex;
			-moz-flex-direction: column;
			-webkit-flex-direction: column;
			-ms-flex-direction: column;
			flex-direction: column;
			-moz-justify-content: flex-start;
			-webkit-justify-content: flex-start;
			-ms-justify-content: flex-start;
			justify-content: flex-start;
			-moz-flex-grow: 0;
			-webkit-flex-grow: 0;
			-ms-flex-grow: 0;
			flex-grow: 0;
			-moz-flex-shrink: 0;
			-webkit-flex-shrink: 0;
			-ms-flex-shrink: 0;
			flex-shrink: 0;
		}

			.panel.banner .content > .actions:last-child {
				margin-bottom: 0;
			}

		.panel.banner .image {
			-moz-flex-grow: 0;
			-webkit-flex-grow: 0;
			-ms-flex-grow: 0;
			flex-grow: 0;
			-moz-flex-shrink: 0;
			-webkit-flex-shrink: 0;
			-ms-flex-shrink: 0;
			flex-shrink: 0;
			position: relative;
		}

			.panel.banner .image img {
				-moz-object-fit: cover;
				-webkit-object-fit: cover;
				-ms-object-fit: cover;
				object-fit: cover;
				display: block;
				position: absolute;
				top: 0;
				left: 0;
				width: 100%;
				height: 100%;
			}

			#home.panel.banner .image img[src="images/logo/logo.svg"] {
				background-color: rgba(255, 255, 255, 1);
			}

		.panel.banner.left {
			-moz-flex-direction: row;
			-webkit-flex-direction: row;
			-ms-flex-direction: row;
			flex-direction: row;
		}

		.panel.banner.right {
			-moz-flex-direction: row-reverse;
			-webkit-flex-direction: row-reverse;
			-ms-flex-direction: row-reverse;
			flex-direction: row-reverse;
		}

	@media screen and (max-width: 736px) {

		#home.panel.banner > .content.color0 {
			border-radius: 1rem 1rem 0 0;
		}

		.panel.banner .content {
			padding: 2.8875rem 1.75rem 1.3875rem 1.75rem ;
			-moz-flex-basis: 60%;
			-webkit-flex-basis: 60%;
			-ms-flex-basis: 60%;
			flex-basis: 60%;
		}

			.panel.banner .content > .actions:last-child {
				margin-bottom: 1.5rem;
			}

		.panel.banner .image {
			-moz-flex-basis: 40%;
			-webkit-flex-basis: 40%;
			-ms-flex-basis: 40%;
			flex-basis: 40%;
		}

	}

	@media screen and (max-width: 736px) and (orientation: portrait) {

		.panel.banner .content {
			-moz-flex-basis: auto;
			-webkit-flex-basis: auto;
			-ms-flex-basis: auto;
			flex-basis: auto;
		}

		.panel.banner .image {
			-moz-flex-basis: auto;
			-webkit-flex-basis: auto;
			-ms-flex-basis: auto;
			flex-basis: auto;
			height: 18rem;
		}

		.panel.banner.left {
			-moz-flex-direction: column;
			-webkit-flex-direction: column;
			-ms-flex-direction: column;
			flex-direction: column;
		}

		.panel.banner.right {
			-moz-flex-direction: column-reverse;
			-webkit-flex-direction: column-reverse;
			-ms-flex-direction: column-reverse;
			flex-direction: column-reverse;
		}

	}

/* Panel (Spotlight) */

	.panel.spotlight {
		-moz-align-items: -moz-stretch;
		-webkit-align-items: -webkit-stretch;
		-ms-align-items: -ms-stretch;
		align-items: stretch;
		position: relative;
	}

		.panel.spotlight > * {
			z-index: 1;
		}

		.panel.spotlight .content {
			display: -moz-flex;
			display: -webkit-flex;
			display: -ms-flex;
			display: flex;
			-moz-flex-direction: column;
			-webkit-flex-direction: column;
			-ms-flex-direction: column;
			flex-direction: column;
			-moz-justify-content: center;
			-webkit-justify-content: center;
			-ms-justify-content: center;
			justify-content: center;
			padding: 3.5rem 3.5rem 2rem 3.5rem ;
		}

		.panel.spotlight .image {
			position: absolute;
			top: 0;
			left: 0;
			width: 100%;
			height: 100%;
			z-index: 0;
			overflow: hidden;
		}

			.panel.spotlight .image img {
				-moz-object-fit: cover;
				-webkit-object-fit: cover;
				-ms-object-fit: cover;
				object-fit: cover;
				display: block;
				position: absolute;
				top: 0;
				left: 0;
				width: 100%;
				height: 100%;
			}

			.panel.spotlight .image img.scroll-parallax-image {
				-moz-transform: scale(1.16);
				-webkit-transform: scale(1.16);
				-ms-transform: scale(1.16);
				transform: scale(1.16);
				will-change: transform;
			}

		.panel.spotlight.left {
			-moz-justify-content: -moz-flex-start;
			-webkit-justify-content: -webkit-flex-start;
			-ms-justify-content: -ms-flex-start;
			justify-content: flex-start;
		}

			.panel.spotlight.left .content {
				background-image: linear-gradient(-90deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.125) 30%, rgba(0, 0, 0, 0.175) 50%);
			}

		.panel.spotlight.right {
			-moz-justify-content: -moz-flex-end;
			-webkit-justify-content: -webkit-flex-end;
			-ms-justify-content: -ms-flex-end;
			justify-content: flex-end;
		}

			.panel.spotlight.right .content {
				background-image: linear-gradient(90deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.125) 30%, rgba(0, 0, 0, 0.175) 50%);
			}

	@media screen and (max-width: 736px) {

		.panel.spotlight .content {
			padding: 2.8875rem 1.75rem 1.3875rem 1.75rem ;
			-moz-flex-direction: column !important;
			-webkit-flex-direction: column !important;
			-ms-flex-direction: column !important;
			flex-direction: column !important;
			background-image: linear-gradient(0deg, rgba(0, 0, 0, 0.25) 70%, rgba(0, 0, 0, 0.175)) !important;
			min-height: 25rem;
		}

	}

	@media screen and (max-width: 480px) {

		.panel.spotlight .content {
			min-height: 30rem;
		}

	}

	.panel.spotlight .content.spotlight-first {
		display: grid;
		grid-template-columns: minmax(0, 1fr) minmax(14rem, 20rem);
		gap: 2rem 2.25rem;
		align-items: start;
		width: 100%;
	}

	.spotlight-first__text {
		min-width: 0;
	}

	.spotlight-first__faq {
		min-width: 0;
		padding: 1rem;
		border: solid 1px rgba(255, 255, 255, 0.2);
		border-radius: 1rem;
		background: linear-gradient(145deg, rgba(18, 16, 28, 0.52), rgba(120, 155, 212, 0.28));
		box-shadow: 0 0.9rem 2rem rgba(18, 16, 28, 0.28), inset 0 1px 0 rgba(255, 255, 255, 0.1);
	}

	.spotlight-first__faq-title {
		margin: 0 0 0.8rem 0;
		font-size: 0.72rem;
		font-weight: 700;
		text-transform: uppercase;
		letter-spacing: 0.08em;
		color: rgba(255, 255, 255, 0.88);
	}

	.spotlight-first__faq-item {
		margin-top: 0.45rem;
		border: solid 1px rgba(255, 255, 255, 0.12);
		border-radius: 1rem;
		background: rgba(255, 255, 255, 0.06);
		overflow: hidden;
		transition: background-color 0.2s ease-in-out, box-shadow 0.2s ease-in-out, border-color 0.2s ease-in-out;
	}

	.spotlight-first__faq-item:hover {
		box-shadow: inset 0 0 0 2px #f2d49a;
		border-color: transparent;
	}

	.spotlight-first__faq-item:first-of-type {
		margin-top: 0;
	}

	details.spotlight-first__faq-item[open] {
		border-color: rgba(188, 79, 44, 0.36);
		background: rgba(255, 255, 255, 0.1);
	}

	.spotlight-first__faq-summary {
		position: relative;
		display: flex;
		align-items: center;
		gap: 0.65rem;
		padding: 0.65rem 2.35rem 0.65rem 0.85rem;
		font-size: 0.78rem;
		font-weight: 600;
		line-height: 1.35;
		cursor: pointer;
		list-style: none;
		color: rgba(255, 255, 255, 0.92);
		transition: color 0.2s ease-in-out;
	}

	.spotlight-first__faq-item:hover .spotlight-first__faq-summary {
		color: #f2d49a;
	}

	.spotlight-first__faq-item:hover .spotlight-first__faq-summary::after {
		box-shadow: inset 0 0 0 1px #f2d49a;
		border-color: #f2d49a;
		color: #f2d49a;
	}

	.spotlight-first__faq-summary::-webkit-details-marker {
		display: none;
	}

	.spotlight-first__faq-summary::after {
		content: '+';
		position: absolute;
		right: 0.75rem;
		top: 50%;
		width: 1.2rem;
		height: 1.2rem;
		line-height: 1.13rem;
		margin-top: -0.6rem;
		border: solid 1px rgba(255, 255, 255, 0.18);
		border-radius: 999rem;
		background: rgba(255, 255, 255, 0.08);
		color: rgba(255, 255, 255, 0.72);
		font-size: 0.82rem;
		font-weight: 700;
		text-align: center;
		transition: transform 0.24s cubic-bezier(0.25, 0.1, 0.25, 1), background-color 0.2s ease, color 0.2s ease;
	}

	details.spotlight-first__faq-item[open] .spotlight-first__faq-summary::after {
		background: rgba(188, 79, 44, 0.2);
		color: #bc4f2c;
		transform: rotate(45deg);
	}

	.spotlight-first__faq-panel {
		display: block;
	}

	.spotlight-first__faq-answer {
		margin: 0;
		padding: 0 0.85rem 0.75rem 0.85rem;
		font-size: 0.72rem;
		line-height: 1.5;
		color: rgba(255, 255, 255, 0.78);
	}

	.spotlight-first__faq-answer a {
		color: #bc4f2c;
	}

	@media screen and (max-width: 980px) {

		.panel.spotlight .content.spotlight-first {
			grid-template-columns: minmax(0, 1fr);
			gap: 1.5rem;
		}

	}

/* Site Header */

	body.has-site-header {
		--site-header-top: 1.5rem;
		--site-header-bar: 58px;
		--site-header-body-gap: 20px;
	}

	.site-header {
		position: fixed;
		top: 1.5rem;
		left: 50%;
		z-index: 10200;
		display: -moz-flex;
		display: -webkit-flex;
		display: -ms-flex;
		display: flex;
		-moz-align-items: center;
		-webkit-align-items: center;
		-ms-align-items: center;
		align-items: center;
		-moz-justify-content: space-between;
		-webkit-justify-content: space-between;
		-ms-justify-content: space-between;
		justify-content: space-between;
		width: min(70rem, calc(100vw - 4rem));
		gap: 1rem;
		padding: 0.7rem 1rem;
		border: solid 1px rgba(255, 255, 255, 0.18);
		border-radius: 999rem;
		background: rgba(37, 36, 46, 0.72);
		box-shadow: 0 1rem 2rem rgba(18, 16, 28, 0.2);
		-moz-transform: translateX(-50%);
		-webkit-transform: translateX(-50%);
		-ms-transform: translateX(-50%);
		transform: translateX(-50%);
		backdrop-filter: blur(16px);
		-moz-transition: padding 0.28s ease, gap 0.28s ease, border-radius 0.28s ease, box-shadow 0.28s ease, background 0.28s ease;
		-webkit-transition: padding 0.28s ease, gap 0.28s ease, border-radius 0.28s ease, box-shadow 0.28s ease, background 0.28s ease;
		-ms-transition: padding 0.28s ease, gap 0.28s ease, border-radius 0.28s ease, box-shadow 0.28s ease, background 0.28s ease;
		transition: padding 0.28s ease, gap 0.28s ease, border-radius 0.28s ease, box-shadow 0.28s ease, background 0.28s ease;
	}

		.site-header a {
			border-bottom: 0;
			color: rgba(255, 255, 255, 0.86);
			text-decoration: none;
		}

			.site-header a:hover {
				color: #ffffff;
			}

		.site-header__brand {
			display: -moz-flex;
			display: -webkit-flex;
			display: -ms-flex;
			display: flex;
			-moz-align-items: center;
			-webkit-align-items: center;
			-ms-align-items: center;
			align-items: center;
			-moz-flex-shrink: 0;
			-webkit-flex-shrink: 0;
			-ms-flex-shrink: 0;
			flex-shrink: 0;
			width: 9rem;
			height: 1.8rem;
			overflow: visible;
		}

			.site-header__brand img {
				display: block;
				width: 100%;
				height: 100%;
				object-fit: contain;
				-moz-transition: filter 0.28s ease;
				-webkit-transition: filter 0.28s ease;
				-ms-transition: filter 0.28s ease;
				transition: filter 0.28s ease;
			}

				.site-header__brand:hover img {
					filter: drop-shadow(0 0 0.28rem rgba(255, 255, 255, 0.42)) drop-shadow(0 0 0.6rem rgba(255, 255, 255, 0.2));
				}

		.site-header__nav {
			display: -moz-flex;
			display: -webkit-flex;
			display: -ms-flex;
			display: flex;
			-moz-align-items: center;
			-webkit-align-items: center;
			-ms-align-items: center;
			align-items: center;
			-moz-justify-content: flex-end;
			-webkit-justify-content: flex-end;
			-ms-justify-content: flex-end;
			justify-content: flex-end;
			-moz-flex-wrap: wrap;
			-webkit-flex-wrap: wrap;
			-ms-flex-wrap: wrap;
			flex-wrap: wrap;
			gap: 0.35rem;
		-moz-transition: max-height 0.28s ease, opacity 0.24s ease, -moz-transform 0.28s ease, margin 0.28s ease;
		-webkit-transition: max-height 0.28s ease, opacity 0.24s ease, -webkit-transform 0.28s ease, margin 0.28s ease;
		-ms-transition: max-height 0.28s ease, opacity 0.24s ease, -ms-transform 0.28s ease, margin 0.28s ease;
		transition: max-height 0.28s ease, opacity 0.24s ease, transform 0.28s ease, margin 0.28s ease;
		}

	.site-header__collapse-toggle {
		display: none;
	}

	.site-header__collapse-toggle-icon {
		position: relative;
		display: block;
		width: 0.58rem;
		height: 0.58rem;
		border-right: solid 2px currentColor;
		border-bottom: solid 2px currentColor;
		-moz-transform: translateY(-0.06rem) rotate(45deg);
		-webkit-transform: translateY(-0.06rem) rotate(45deg);
		-ms-transform: translateY(-0.06rem) rotate(45deg);
		transform: translateY(-0.06rem) rotate(45deg);
	}

			.site-header__nav a {
				display: block;
				position: relative;
				padding: 0.52rem 0.9rem;
				border: solid 1px rgba(255, 255, 255, 0.12);
				border-radius: 999rem;
				font-size: 0.72rem;
				font-weight: 700;
				letter-spacing: 0.12rem;
				line-height: 1;
				text-transform: uppercase;
				white-space: nowrap;
				overflow: hidden;
			}

				.site-header__nav a:hover {
					background: rgba(255, 255, 255, 0.1);
				}

				.site-header__nav a.is-letter-roll-active {
					color: rgba(255, 255, 255, 0.86);
				}

				.site-header__nav a[href="blog.html"] {
					background: #FFE4B4;
					box-shadow: 0 4px 12px 0 rgba(0, 0, 0, 0.15);
					border-color: rgba(53, 56, 101, 0.18);
					color: #243d5c;
					-moz-transition: background 0.28s ease, color 0.28s ease, box-shadow 0.28s ease, border-color 0.28s ease;
					-webkit-transition: background 0.28s ease, color 0.28s ease, box-shadow 0.28s ease, border-color 0.28s ease;
					-ms-transition: background 0.28s ease, color 0.28s ease, box-shadow 0.28s ease, border-color 0.28s ease;
					transition: background 0.28s ease, color 0.28s ease, box-shadow 0.28s ease, border-color 0.28s ease;
				}

					.site-header__nav a[href="blog.html"]:hover {
						background: #f2d49a;
						color: #25242e;
					}

					.site-header__nav a[href="blog.html"].is-letter-roll-active {
						color: #243d5c;
					}

					.site-header__nav a[href="blog.html"] .letter-roll__line--hover {
						color: #b8484c;
					}

			.site-header__cart {
				position: relative;
				display: none;
			}

			button.site-header__cart-button {
				position: relative;
				display: -moz-inline-flex;
				display: -webkit-inline-flex;
				display: -ms-inline-flex;
				display: inline-flex;
				align-items: center;
				justify-content: center;
				width: 2rem;
				height: 2rem;
				min-height: 0;
				margin: 0;
				padding: 0;
				border: solid 1px rgba(255, 255, 255, 0.12);
				border-radius: 999rem;
				background: #ffffff;
				box-shadow: 0 4px 12px 0 rgba(0, 0, 0, 0.15);
				color: #ff5e5e !important;
				font-size: 1rem;
				line-height: 1;
				letter-spacing: 0;
				text-transform: none;
				white-space: nowrap;
				cursor: pointer;
				-moz-transition: background 0.2s ease, color 0.2s ease, transform 0.2s ease, box-shadow 0.2s ease;
				-webkit-transition: background 0.2s ease, color 0.2s ease, transform 0.2s ease, box-shadow 0.2s ease;
				-ms-transition: background 0.2s ease, color 0.2s ease, transform 0.2s ease, box-shadow 0.2s ease;
				transition: background 0.2s ease, color 0.2s ease, transform 0.2s ease, box-shadow 0.2s ease;
			}

				button.site-header__cart-button:hover,
				.site-header__cart:focus-within button.site-header__cart-button,
				.site-header__cart.is-open button.site-header__cart-button {
					background: #f4f6fc;
					color: #e84848 !important;
					transform: translateY(-1px);
				}

				button.site-header__cart-button:focus {
					outline: none;
				}

				button.site-header__cart-button:focus-visible {
					box-shadow: 0 0 0 3px rgba(242, 212, 154, 0.9), 0 4px 12px 0 rgba(0, 0, 0, 0.15);
				}

			.site-header__cart-icon {
				display: block;
				width: 1rem;
				height: 1rem;
				stroke: currentColor;
			}

			.site-header__cart-count {
				position: absolute;
				top: -0.32rem;
				right: -0.34rem;
				display: inline-flex;
				align-items: center;
				justify-content: center;
				min-width: 1.1rem;
				height: 1.1rem;
				padding: 0 0.2rem;
				border-radius: 999rem;
				background: #ff5e5e;
				color: #ffffff;
				box-shadow: 0 0.2rem 0.6rem rgba(255, 94, 94, 0.4);
				font-size: 0.62rem;
				font-weight: 700;
				line-height: 1;
				letter-spacing: 0;
			}

			.site-header__cart-dropdown {
				position: absolute;
				top: 100%;
				right: 0;
				width: min(24rem, calc(100vw - 2rem));
				padding-top: 0.7rem;
				box-sizing: border-box;
				opacity: 0;
				visibility: hidden;
				pointer-events: none;
				-moz-transform: translateY(-0.4rem);
				-webkit-transform: translateY(-0.4rem);
				-ms-transform: translateY(-0.4rem);
				transform: translateY(-0.4rem);
				-moz-transition: opacity 0.2s ease, visibility 0.2s ease, -moz-transform 0.2s ease;
				-webkit-transition: opacity 0.2s ease, visibility 0.2s ease, -webkit-transform 0.2s ease;
				-ms-transition: opacity 0.2s ease, visibility 0.2s ease, -ms-transform 0.2s ease;
				transition: opacity 0.2s ease, visibility 0.2s ease, transform 0.2s ease;
			}

				.site-header__cart:hover .site-header__cart-dropdown,
				.site-header__cart:focus-within .site-header__cart-dropdown,
				.site-header__cart.is-open .site-header__cart-dropdown {
					opacity: 1;
					visibility: visible;
					pointer-events: auto;
					-moz-transform: translateY(0);
					-webkit-transform: translateY(0);
					-ms-transform: translateY(0);
					transform: translateY(0);
				}

			.site-header__cart-panel.part-search__cart {
				margin: 0;
				padding: 1rem;
				max-height: min(34rem, calc(100vh - 7rem));
				border: solid 1px rgba(255, 255, 255, 0.18);
				background: #789bd4;
				box-shadow: 0 1.2rem 2.7rem rgba(18, 16, 28, 0.35), inset 0 1px 0 rgba(255, 255, 255, 0.16);
				color: #ffffff;
				overflow: hidden;
			}

				.site-header__cart-panel .part-search__cart-body {
					overflow: hidden;
				}

				.site-header__cart-panel .part-search__cart-table-wrap {
					max-height: min(18rem, calc(100vh - 16rem));
				}

			.site-header__account {
				position: relative;
				display: none;
			}

			button.site-header__account-button {
				display: -moz-inline-flex;
				display: -webkit-inline-flex;
				display: -ms-inline-flex;
				display: inline-flex;
				align-items: center;
				justify-content: center;
				width: 2rem;
				height: 2rem;
				min-height: 0;
				margin: 0;
				padding: 0;
				border: solid 1px rgba(255, 255, 255, 0.12);
				border-radius: 999rem;
				background: #ffffff;
				box-shadow: 0 4px 12px 0 rgba(0, 0, 0, 0.15);
				color: #789bd4 !important;
				font-size: 1rem;
				line-height: 1;
				letter-spacing: 0;
				text-transform: none;
				white-space: nowrap;
				cursor: pointer;
				-moz-transition: background 0.2s ease, color 0.2s ease, transform 0.2s ease, box-shadow 0.2s ease;
				-webkit-transition: background 0.2s ease, color 0.2s ease, transform 0.2s ease, box-shadow 0.2s ease;
				-ms-transition: background 0.2s ease, color 0.2s ease, transform 0.2s ease, box-shadow 0.2s ease;
				transition: background 0.2s ease, color 0.2s ease, transform 0.2s ease, box-shadow 0.2s ease;
			}

				button.site-header__account-button:hover,
				.site-header__account:focus-within button.site-header__account-button {
					background: #f4f6fc;
					color: #5f84b8 !important;
					transform: translateY(-1px);
				}

				button.site-header__account-button:focus {
					outline: none;
				}

				button.site-header__account-button:focus-visible {
					box-shadow: 0 0 0 3px rgba(242, 212, 154, 0.9), 0 4px 12px 0 rgba(0, 0, 0, 0.15);
				}

			.site-header__account-icon {
				display: block;
				width: 1rem;
				height: 1rem;
				stroke: currentColor;
			}

			.site-header__account-tooltip {
				position: absolute;
				top: 100%;
				right: 0;
				z-index: 2;
				width: min(18.5rem, calc(100vw - 2rem));
				margin-top: 0.7rem;
				padding: 0.9rem 1rem;
				border: solid 1px rgba(255, 255, 255, 0.18);
				border-radius: 1rem;
				background: rgba(37, 36, 46, 0.96);
				box-shadow: 0 1rem 2rem rgba(18, 16, 28, 0.28);
				color: rgba(255, 255, 255, 0.9);
				font-size: 0.78rem;
				font-weight: 400;
				line-height: 1.5;
				letter-spacing: 0;
				text-transform: none;
				white-space: normal;
				opacity: 0;
				visibility: hidden;
				pointer-events: none;
				-moz-transform: translateY(-0.35rem);
				-webkit-transform: translateY(-0.35rem);
				-ms-transform: translateY(-0.35rem);
				transform: translateY(-0.35rem);
				-moz-transition: opacity 0.2s ease, visibility 0.2s ease, -moz-transform 0.2s ease;
				-webkit-transition: opacity 0.2s ease, visibility 0.2s ease, -webkit-transform 0.2s ease;
				-ms-transition: opacity 0.2s ease, visibility 0.2s ease, -ms-transform 0.2s ease;
				transition: opacity 0.2s ease, visibility 0.2s ease, transform 0.2s ease;
			}

				.site-header__account:hover .site-header__account-tooltip,
				.site-header__account:focus-within .site-header__account-tooltip {
					opacity: 1;
					visibility: visible;
					pointer-events: auto;
					-moz-transform: translateY(0);
					-webkit-transform: translateY(0);
					-ms-transform: translateY(0);
					transform: translateY(0);
				}

			@media screen and (min-width: 737px) {
				.site-header__cart {
					display: block;
				}

				.site-header__account {
					display: block;
				}
			}

			body.is-blog-page .site-header__nav a[href="blog.html"] {
				background: #CF6C6F;
				box-shadow: 0 4px 12px 0 rgba(0, 0, 0, 0.15);
				border-color: rgba(255, 255, 255, 0.28);
				color: #ffffff;
			}

				body.is-blog-page .site-header__nav a[href="blog.html"]:hover {
					background: #c45f62;
					color: #ffffff;
				}

				body.is-blog-page .site-header__nav a[href="blog.html"].is-letter-roll-active {
					color: #ffffff;
				}

				body.is-blog-page .site-header__nav a[href="blog.html"] .letter-roll__line--hover {
					color: #ffe4e5;
				}

			.letter-roll {
				position: relative;
				display: inline-block;
				overflow: hidden;
				line-height: 1;
				vertical-align: top;
			}

				.letter-roll__line {
					display: inline-flex;
					line-height: 1;
					white-space: pre;
				}

				.letter-roll__line--hover {
					position: absolute;
					top: 0;
					left: 0;
					color: #FEE1AB;
				}

				.letter-roll__char {
					display: inline-block;
					-moz-transform: translateY(0);
					-webkit-transform: translateY(0);
					-ms-transform: translateY(0);
					transform: translateY(0);
					-moz-transition: -moz-transform 0.38s cubic-bezier(0.22, 1, 0.36, 1);
					-webkit-transition: -webkit-transform 0.38s cubic-bezier(0.22, 1, 0.36, 1);
					-ms-transition: -ms-transform 0.38s cubic-bezier(0.22, 1, 0.36, 1);
					transition: transform 0.38s cubic-bezier(0.22, 1, 0.36, 1);
				}

				.letter-roll__line--hover .letter-roll__char {
					-moz-transform: translateY(115%);
					-webkit-transform: translateY(115%);
					-ms-transform: translateY(115%);
					transform: translateY(115%);
				}

				.site-header__nav a.is-letter-roll-active .letter-roll__line--base .letter-roll__char {
					-moz-transform: translateY(-115%);
					-webkit-transform: translateY(-115%);
					-ms-transform: translateY(-115%);
					transform: translateY(-115%);
				}

				.site-header__nav a.is-letter-roll-active .letter-roll__line--hover .letter-roll__char {
					-moz-transform: translateY(0);
					-webkit-transform: translateY(0);
					-ms-transform: translateY(0);
					transform: translateY(0);
				}

	@media (prefers-reduced-motion: reduce) {

		.letter-roll__char {
			-moz-transition: none;
			-webkit-transition: none;
			-ms-transition: none;
			transition: none;
		}

		.site-header__brand img {
			-moz-transition: none;
			-webkit-transition: none;
			-ms-transition: none;
			transition: none;
		}

		.site-header,
		.site-header__nav,
		.site-header__collapse-toggle {
			-moz-transition: none;
			-webkit-transition: none;
			-ms-transition: none;
			transition: none;
		}

	}

	@media screen and (max-width: 736px) {

		body.has-site-header {
			--site-header-top: 0.75rem;
			--site-header-bar: 236px;
		}

		.site-header {
			top: 0.75rem;
			width: calc(100vw - 2rem);
			gap: 0.85rem;
			-moz-flex-direction: column;
			-webkit-flex-direction: column;
			-ms-flex-direction: column;
			flex-direction: column;
			-moz-align-items: stretch;
			-webkit-align-items: stretch;
			-ms-align-items: stretch;
			align-items: stretch;
			padding: 1rem 0.9rem;
			border-radius: 1.1rem;
			overflow: hidden;
		}

			.site-header__nav {
				-moz-justify-content: flex-start;
				-webkit-justify-content: flex-start;
				-ms-justify-content: flex-start;
				justify-content: flex-start;
				-moz-align-items: stretch;
				-webkit-align-items: stretch;
				-ms-align-items: stretch;
				align-items: stretch;
				width: 100%;
				gap: 0.5rem;
				max-height: 28rem;
				opacity: 1;
				-moz-transform: translateY(0);
				-webkit-transform: translateY(0);
				-ms-transform: translateY(0);
				transform: translateY(0);
				-moz-transform-origin: top center;
				-webkit-transform-origin: top center;
				-ms-transform-origin: top center;
				transform-origin: top center;
				overflow: hidden;
			}

			.site-header__brand {
				align-self: center;
				width: 10.5rem;
				height: 2rem;
				-moz-transition: width 0.32s ease, height 0.32s ease, -moz-transform 0.32s ease;
				-webkit-transition: width 0.32s ease, height 0.32s ease, -webkit-transform 0.32s ease;
				-ms-transition: width 0.32s ease, height 0.32s ease, -ms-transform 0.32s ease;
				transition: width 0.32s ease, height 0.32s ease, transform 0.32s ease;
			}

			.site-header__collapse-toggle {
				display: -moz-inline-flex;
				display: -webkit-inline-flex;
				display: -ms-inline-flex;
				display: inline-flex;
				position: absolute;
				right: 0.9rem;
				top: 50%;
				-moz-align-items: center;
				-webkit-align-items: center;
				-ms-align-items: center;
				align-items: center;
				-moz-justify-content: center;
				-webkit-justify-content: center;
				-ms-justify-content: center;
				justify-content: center;
				width: 2rem;
				height: 2rem;
				padding: 0;
				border: solid 1px rgba(255, 255, 255, 0.28);
				border-radius: 999rem;
				background: rgba(255, 255, 255, 0.08);
				color: rgba(255, 255, 255, 0.9);
				opacity: 0;
				pointer-events: none;
				-moz-transform: translateY(-50%) scale(0.88);
				-webkit-transform: translateY(-50%) scale(0.88);
				-ms-transform: translateY(-50%) scale(0.88);
				transform: translateY(-50%) scale(0.88);
				-moz-transition: opacity 0.24s ease, -moz-transform 0.28s ease, background 0.2s ease;
				-webkit-transition: opacity 0.24s ease, -webkit-transform 0.28s ease, background 0.2s ease;
				-ms-transition: opacity 0.24s ease, -ms-transform 0.28s ease, background 0.2s ease;
				transition: opacity 0.24s ease, transform 0.28s ease, background 0.2s ease;
			}

				.site-header__collapse-toggle:hover {
					background: rgba(255, 255, 255, 0.16);
				}

			.site-header.is-collapsed {
				-moz-align-items: center;
				-webkit-align-items: center;
				-ms-align-items: center;
				align-items: center;
				gap: 0.4rem;
				padding: 0.9rem 0.9rem 0.75rem;
				border-radius: 1.15rem;
			}

				.site-header.is-collapsed .site-header__brand {
					align-self: center;
					margin: 0;
					width: 21rem;
					height: 4rem;
					-moz-transform: scale(1);
					-webkit-transform: scale(1);
					-ms-transform: scale(1);
					transform: scale(1);
				}

				.site-header.is-collapsed .site-header__nav {
					max-height: 0;
					opacity: 0;
					pointer-events: none;
					margin: 0;
					-moz-transform: translateY(-0.35rem);
					-webkit-transform: translateY(-0.35rem);
					-ms-transform: translateY(-0.35rem);
					transform: translateY(-0.35rem);
				}

				.site-header.is-collapsed .site-header__collapse-toggle {
					width: 4rem;
					height: 4rem;
					right: 0.9rem;
					pointer-events: auto;
					opacity: 1;
					-moz-transform: translateY(-50%) scale(1);
					-webkit-transform: translateY(-50%) scale(1);
					-ms-transform: translateY(-50%) scale(1);
					transform: translateY(-50%) scale(1);
				}

				.site-header.is-collapsed .site-header__collapse-toggle-icon {
					width: 1.16rem;
					height: 1.16rem;
					border-right-width: 3px;
					border-bottom-width: 3px;
				}

				.site-header__nav a {
					-moz-flex: 1 1 calc(50% - 0.25rem);
					-webkit-flex: 1 1 calc(50% - 0.25rem);
					-ms-flex: 1 1 calc(50% - 0.25rem);
					flex: 1 1 calc(50% - 0.25rem);
					min-width: calc(50% - 0.25rem);
					box-sizing: border-box;
					display: -moz-flex;
					display: -webkit-flex;
					display: -ms-flex;
					display: flex;
					-moz-align-items: center;
					-webkit-align-items: center;
					-ms-align-items: center;
					align-items: center;
					-moz-justify-content: center;
					-webkit-justify-content: center;
					-ms-justify-content: center;
					justify-content: center;
					min-height: 3.2rem;
					padding: 0.8rem 0.65rem;
					font-size: 0.82rem;
					letter-spacing: 0.11rem;
					text-align: center;
				}

				.site-header__nav a:last-child:nth-child(odd) {
					-moz-flex: 1 1 100%;
					-webkit-flex: 1 1 100%;
					-ms-flex: 1 1 100%;
					flex: 1 1 100%;
					min-width: 100%;
				}

				.site-header__nav a[href$="blog.html"] {
					-moz-flex: 1 1 100%;
					-webkit-flex: 1 1 100%;
					-ms-flex: 1 1 100%;
					flex: 1 1 100%;
					min-width: 100%;
				}

				.site-header__cart,
				.site-header__account {
					display: none !important;
				}

				.site-header__nav a .letter-roll {
					-moz-transform: scale(1.75);
					-webkit-transform: scale(1.75);
					-ms-transform: scale(1.75);
					transform: scale(1.75);
					-moz-transform-origin: center center;
					-webkit-transform-origin: center center;
					-ms-transform-origin: center center;
					transform-origin: center center;
				}

	}

	@media screen and (max-width: 480px) {

		body.has-site-header {
			--site-header-top: 0.5rem;
			--site-header-bar: 242px;
		}

		.site-header {
			top: 0.5rem;
			width: calc(100vw - 1rem);
			padding: 0.95rem 0.8rem;
		}

			.site-header__nav a {
				min-height: 3.3rem;
				padding: 0.82rem 0.52rem;
				font-size: 0.8rem;
				letter-spacing: 0.1rem;
			}

			.site-header__collapse-toggle {
				width: 2.1rem;
				height: 2.1rem;
			}

			.site-header.is-collapsed .site-header__collapse-toggle {
				width: 4.2rem;
				height: 4.2rem;
			}

	}

/* Legal Page */

	.legal-page {
		display: block;
		width: 100%;
		height: auto;
		min-height: 100vh;
		overflow-y: auto;
	}

		.legal-page > .inner {
			display: block;
			max-width: 50rem;
			height: auto;
			margin: 0 auto;
			padding: 4rem 2rem;
		}

/* Blog Page — отдельная страница blog.html: вертикальный скролл документа */

	body.is-blog-page {
		display: block;
		height: auto;
		min-height: 100vh;
		overflow-x: hidden;
		overflow-y: auto;
	}

	body.is-blog-page #page-wrapper {
		display: block;
		height: auto;
		min-height: 100vh;
		padding: 0;
	}

		@media screen and (max-width: 736px) {

			body.is-blog-page #page-wrapper {
				padding-top: var(
					--site-header-content-offset,
					calc(var(--site-header-top) + var(--site-header-bar) + var(--site-header-body-gap))
				);
				padding-left: 1rem;
				padding-right: 1rem;
				padding-bottom: 1rem;
			}

		}

		@media screen and (max-width: 480px) {

			body.is-blog-page #page-wrapper {
				padding-left: 0;
				padding-right: 0;
			}

		}

	#wrapper.blog-page {
		display: block;
		width: 100%;
		height: auto;
		min-height: 100vh;
		overflow: visible;
		box-shadow: none;
		-moz-perspective: none;
		-webkit-perspective: none;
		-ms-perspective: none;
		perspective: none;
		-moz-transform-style: flat;
		-webkit-transform-style: flat;
		-ms-transform-style: flat;
		transform-style: flat;
		cursor: default;
		/* зазор до контента: при наличии JS — по реальной высоте шапки + --site-header-body-gap */
		padding-top: var(
			--site-header-content-offset,
			calc(var(--site-header-top) + var(--site-header-bar) + var(--site-header-body-gap))
		);
		box-sizing: border-box;
	}

		#wrapper.blog-page .blog-page__panel.panel {
			display: block;
			box-sizing: border-box;
			width: min(70rem, calc(100vw - 4rem));
			max-width: min(70rem, calc(100vw - 4rem));
			height: auto;
			margin-left: auto;
			margin-right: auto;
			padding-top: 2rem;
			padding-right: 2rem;
			padding-bottom: 4rem;
			padding-left: 2rem;
			border: solid 1px rgba(255, 255, 255, 0.18);
			border-radius: 1.25rem;
			box-shadow: 0 1rem 2rem rgba(18, 16, 28, 0.2);
			overflow: hidden;
			backdrop-filter: blur(16px);
			-webkit-backdrop-filter: blur(16px);
			-moz-justify-content: flex-start;
			-webkit-justify-content: flex-start;
			-ms-justify-content: flex-start;
			justify-content: flex-start;
		}

			#wrapper.blog-page .blog-page__panel > .inner {
				display: block;
				width: 100%;
				max-width: 100%;
				min-width: 0;
				margin-left: auto;
				margin-right: auto;
				padding: 1rem 0;
			}

			#wrapper.blog-page .blog-page__panel > .intro {
				display: block;
				width: 100%;
				max-width: 100%;
				min-width: 0;
				margin-left: auto;
				margin-right: auto;
				margin-bottom: 0.5rem;
				padding: 1.15rem 1.5rem 1.25rem;
				border: solid 1px rgba(255, 255, 255, 0.18);
				border-radius: 1rem;
				box-shadow: 0 0.5rem 1.25rem rgba(18, 16, 28, 0.12);
			}

		/* Блог использует спокойный тёмно-синий фон, как блок заказа. */
		#wrapper.blog-page .blog-page__panel > .intro.color2 {
			background: #243d5c;
			background-image: none;
			border: solid 1px rgba(255, 255, 255, 0.28);
			border-radius: 1.25rem;
			box-shadow: 0 4px 12px 0 rgba(0, 0, 0, 0.15);
			color: #ffffff;
			text-align: center;
		}

			#wrapper.blog-page .blog-page__panel > .intro.color2 h1.major,
			#wrapper.blog-page .blog-page__panel > .intro.color2 h2.major {
				color: #ffffff;
			}

			#wrapper.blog-page .blog-page__panel > .intro.color2 h1.major:after,
			#wrapper.blog-page .blog-page__panel > .intro.color2 h2.major:after {
				display: none;
			}

			#wrapper.blog-page .blog-page__panel > .intro.color2 h1.major {
				margin-bottom: 0;
			}

			#wrapper.blog-page .blog-page__panel > .intro.color2 p {
				color: rgba(255, 255, 255, 0.9);
			}

		#wrapper.blog-page .blog-intro__divider {
			display: flex;
			align-items: center;
			justify-content: center;
			gap: 0.75rem;
			width: min(100%, 14rem);
			margin: 0.6rem auto 1rem;
		}

		#wrapper.blog-page .blog-intro__divider-line {
			flex: 1;
			height: 1px;
			min-width: 2rem;
			background: linear-gradient(
				90deg,
				transparent,
				rgba(255, 255, 255, 0.55) 18%,
				rgba(255, 255, 255, 0.55) 82%,
				transparent
			);
		}

		#wrapper.blog-page .blog-intro__divider-mark {
			flex-shrink: 0;
			width: 0.35rem;
			height: 0.35rem;
			transform: rotate(45deg);
			border: 1px solid rgba(255, 255, 255, 0.7);
			background-color: transparent;
		}

	/* Блог: спокойный фон вместо пёстрого градиента .color2-alt */
	#wrapper.blog-page .blog-page__panel.panel.color2-alt {
		background-color: #243d5c;
		background-image: none;
	}

	body.is-blog-page .blog-feed__toolbar,
	body.is-blog-page .blog-feed__main {
		max-width: none;
		width: 100%;
	}

	@media screen and (max-width: 736px) {

		#wrapper.blog-page {
			padding-top: 0;
		}

		#wrapper.blog-page .blog-page__panel.panel {
			width: 100%;
			max-width: 100%;
			/* отступ сверху уже даёт #page-wrapper (calc под шапку + 20px) */
			padding-top: 1rem;
			padding-right: 1rem;
			padding-bottom: 3rem;
			padding-left: 1rem;
			border-radius: 1rem;
		}

		#wrapper.blog-page .blog-page__panel.panel.color2-alt {
			background-color: #243d5c;
			background-image: none;
		}

			#wrapper.blog-page .blog-page__panel > .intro {
				border-radius: 1rem;
			}

			#wrapper.blog-page .blog-page__panel > .intro.color2 {
				border-radius: 1rem;
			}

	}

	@media screen and (max-width: 480px) {

		#wrapper.blog-page .blog-page__panel.panel {
			width: calc(100vw - 1rem);
			max-width: calc(100vw - 1rem);
		}

	}

/* Page Wrapper */

	#page-wrapper {
		display: -moz-flex;
		display: -webkit-flex;
		display: -ms-flex;
		display: flex;
		position: relative;
		z-index: 1;
		-moz-align-items: center;
		-webkit-align-items: center;
		-ms-align-items: center;
		align-items: center;
		-moz-justify-content: -moz-flex-start;
		-webkit-justify-content: -webkit-flex-start;
		-ms-justify-content: -ms-flex-start;
		justify-content: flex-start;
		-moz-flex-grow: 1;
		-webkit-flex-grow: 1;
		-ms-flex-grow: 1;
		flex-grow: 1;
		-moz-flex-shrink: 1;
		-webkit-flex-shrink: 1;
		-ms-flex-shrink: 1;
		flex-shrink: 1;
		height: 100%;
		padding: 5rem;
	}

		@media screen and (orientation: portrait) {

			#page-wrapper {
				padding-left: 2rem;
				padding-right: 2rem;
			}

		}

		@media screen and (min-aspect-ratio: 16 / 7) {

			#page-wrapper {
				padding: 6vh;
			}

		}

		@media screen and (min-aspect-ratio: 16 / 6) {

			#page-wrapper {
				padding: 0;
			}

		}

	@media screen and (max-width: 736px) {

		#page-wrapper {
			height: auto;
			padding: 1rem;
		}

		body.has-site-header #page-wrapper {
			padding-top: var(
				--site-header-content-offset,
				calc(var(--site-header-top) + var(--site-header-bar) + var(--site-header-body-gap))
			);
		}

	}

	@media screen and (max-width: 480px) {

		#page-wrapper {
			padding: 0;
		}

		body.has-site-header #page-wrapper {
			padding-top: var(
				--site-header-content-offset,
				calc(var(--site-header-top) + var(--site-header-bar) + var(--site-header-body-gap))
			);
		}

	}

/* Wrapper */

	#wrapper {
		display: -moz-flex;
		display: -webkit-flex;
		display: -ms-flex;
		display: flex;
		-moz-flex-direction: row;
		-webkit-flex-direction: row;
		-ms-flex-direction: row;
		flex-direction: row;
		-moz-transition: opacity 1s ease-out, -moz-transform 0.75s ease-out;
		-webkit-transition: opacity 1s ease-out, -webkit-transform 0.75s ease-out;
		-ms-transition: opacity 1s ease-out, -ms-transform 0.75s ease-out;
		transition: opacity 1s ease-out, transform 0.75s ease-out;
		-moz-transition-delay: 0.25s;
		-webkit-transition-delay: 0.25s;
		-ms-transition-delay: 0.25s;
		transition-delay: 0.25s;
		cursor: default;
		position: relative;
		z-index: 1;
		height: 32rem;
		box-shadow: 0 2rem 4rem 0.25rem rgba(46, 43, 55, 0.575);
		-moz-perspective: 90rem;
		-webkit-perspective: 90rem;
		-ms-perspective: 90rem;
		perspective: 90rem;
		-moz-transform-style: preserve-3d;
		-webkit-transform-style: preserve-3d;
		-ms-transform-style: preserve-3d;
		transform-style: preserve-3d;
	}

		#wrapper > .scrollZone {
			position: fixed;
			width: 6rem;
			height: inherit;
			cursor: -moz-grab;
			cursor: -webkit-grab;
			cursor: -ms-grab;
			cursor: grab;
			z-index: 10100;
		}

			#wrapper > .scrollZone.left {
				left: 0;
			}

			#wrapper > .scrollZone.right {
				right: 0;
			}

		#wrapper > .copyright {
			position: absolute;
			bottom: -3rem;
			right: 0;
			font-size: 0.8rem;
			color: rgba(46, 43, 55, 0.375);
			margin-bottom: 0;
		}

			#wrapper > .copyright a:hover {
				color: inherit;
			}

		#wrapper.is-dragging {
			-moz-user-select: none;
			-webkit-user-select: none;
			-ms-user-select: none;
			user-select: none;
			cursor: -moz-grab;
			cursor: -webkit-grab;
			cursor: -ms-grab;
			cursor: grab;
		}

			#wrapper.is-dragging * {
				-moz-user-select: none;
				-webkit-user-select: none;
				-ms-user-select: none;
				user-select: none;
			}

			#wrapper.is-dragging * {
				cursor: -moz-grab;
				cursor: -webkit-grab;
				cursor: -ms-grab;
				cursor: grab;
			}

		#wrapper.is-dragged * {
			pointer-events: none;
		}

		body.is-preload #wrapper {
			-moz-transform: translateX(2rem);
			-webkit-transform: translateX(2rem);
			-ms-transform: translateX(2rem);
			transform: translateX(2rem);
			opacity: 0;
		}

	@media screen and (max-width: 736px) {

		#wrapper {
			-moz-flex-direction: column;
			-webkit-flex-direction: column;
			-ms-flex-direction: column;
			flex-direction: column;
			height: auto;
			margin: 0 0 5rem 0;
			box-shadow: 0 0.25rem 1.5rem 0.25rem rgba(46, 43, 55, 0.5);
		}

			#wrapper > .scrollZone {
				display: none;
			}

			#wrapper > .copyright {
				display: block;
				width: 100%;
				text-align: center;
			}

			body.is-preload #wrapper {
				-moz-transform: translateY(1rem);
				-webkit-transform: translateY(1rem);
				-ms-transform: translateY(1rem);
				transform: translateY(1rem);
			}

	}

	@media screen and (max-width: 480px) {

		#wrapper {
			box-shadow: none;
		}

			body.is-preload #wrapper {
				-moz-transform: none;
				-webkit-transform: none;
				-ms-transform: none;
				transform: none;
			}

	}

/* Scroll stagger */

	.scroll-stagger-item {
		opacity: 0.03;
		-moz-transform: translate3d(0, 1.2rem, 0);
		-webkit-transform: translate3d(0, 1.2rem, 0);
		-ms-transform: translate3d(0, 1.2rem, 0);
		transform: translate3d(0, 1.2rem, 0);
		will-change: opacity, transform;
		-moz-transition: opacity 0.18s linear, -moz-transform 0.4s cubic-bezier(0.22, 1, 0.36, 1);
		-webkit-transition: opacity 0.18s linear, -webkit-transform 0.4s cubic-bezier(0.22, 1, 0.36, 1);
		-ms-transition: opacity 0.18s linear, -ms-transform 0.4s cubic-bezier(0.22, 1, 0.36, 1);
		transition: opacity 0.18s linear, transform 0.4s cubic-bezier(0.22, 1, 0.36, 1);
	}

	@media (prefers-reduced-motion: reduce) {

		.scroll-stagger-item {
			opacity: 1 !important;
			-moz-transform: none !important;
			-webkit-transform: none !important;
			-ms-transform: none !important;
			transform: none !important;
			-moz-transition: none;
			-webkit-transition: none;
			-ms-transition: none;
			transition: none;
		}

		.panel.spotlight .image img.scroll-parallax-image {
			-moz-transform: none !important;
			-webkit-transform: none !important;
			-ms-transform: none !important;
			transform: none !important;
		}

	}

/* Blog — стеклянные блоки как у корзины каталога (.part-search__cart / .blog-glass) */

	body.blog-modal-is-open {
		overflow: hidden;
	}

	.blog-feed__toolbar {
		max-width: 68rem;
		margin-left: auto;
		margin-right: auto;
		padding: 1.25rem 1.35rem 1.35rem;
		margin-bottom: 1.35rem;
		border: none;
		border-radius: 0;
		background: transparent;
		box-shadow: none;
		border-bottom: solid 1px rgba(255, 255, 255, 0.12);
	}

	.blog-toolbar__row {
		display: flex;
		flex-wrap: wrap;
		align-items: flex-end;
		gap: 1rem 1.5rem;
		margin-bottom: 1rem;
	}

	.blog-toolbar__field {
		display: flex;
		flex-direction: column;
		gap: 0.35rem;
	}

		.blog-toolbar__field--search {
			flex: 1 1 16rem;
			min-width: min(100%, 14rem);
		}

		.blog-toolbar__field--sort {
			flex: 0 1 12rem;
		}

	.blog-toolbar__label {
		font-size: 0.62rem;
		font-weight: 700;
		letter-spacing: 0.1em;
		text-transform: uppercase;
		color: rgba(255, 255, 255, 0.62);
	}

	.blog-toolbar__search,
	.blog-toolbar__sort {
		width: 100%;
		padding: 0.55rem 0.85rem;
		border-radius: 0.65rem;
		border: solid 1px rgba(255, 255, 255, 0.2);
		background: rgba(18, 16, 28, 0.2);
		color: rgba(255, 255, 255, 0.95);
		font-family: inherit;
		font-size: 0.9rem;
	}

	.blog-toolbar__search:focus,
	.blog-toolbar__sort:focus {
		outline: none;
		border-color: rgba(242, 212, 154, 0.55);
		box-shadow: 0 0 0 0.15rem rgba(242, 212, 154, 0.2);
	}

	.blog-toolbar__sort {
		cursor: pointer;
		appearance: none;
		background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='8' viewBox='0 0 12 8'%3E%3Cpath fill='%23ffffff' fill-opacity='0.55' d='M1 1.5l5 5 5-5'/%3E%3C/svg%3E");
		background-repeat: no-repeat;
		background-position: right 0.75rem center;
		padding-right: 2rem;
	}

	.blog-tags {
		display: flex;
		flex-wrap: wrap;
		gap: 0.45rem 0.55rem;
	}

	/* Сброс глобального `button` (иначе height: 2.75rem / line-height: 2.75rem и inset-тень) */
	button.blog-tag,
	a.blog-card__read,
	button.blog-card__read,
	button.blog-load-more,
	button#blog-modal-share {
		height: auto;
		min-height: 0;
		line-height: 1;
		box-shadow: none;
		vertical-align: baseline;
	}

	.blog-tag {
		display: inline-flex;
		align-items: center;
		justify-content: center;
		padding: 0.45rem 0.8rem;
		line-height: 1;
		border-radius: 999px;
		border: solid 1px rgba(255, 255, 255, 0.12);
		background: rgba(255, 255, 255, 0.08);
		color: rgba(255, 255, 255, 0.85);
		font-family: inherit;
		font-size: 0.68rem;
		font-weight: 700;
		letter-spacing: 0.12rem;
		text-transform: uppercase;
		cursor: pointer;
		transition: background 0.2s ease, border-color 0.2s ease;
	}

		.blog-tag:hover {
			background: rgba(255, 255, 255, 0.14);
			box-shadow: none;
		}

		.blog-tag.is-active {
			border-color: rgba(230, 81, 74, 0.65);
			background: rgba(230, 81, 74, 0.2);
			color: #fff;
		}

		.blog-tag--all.is-active {
			border-color: rgba(188, 79, 44, 0.45);
			background: rgba(255, 255, 255, 0.12);
		}

	.blog-feed__main {
		max-width: 72rem;
		margin-left: auto;
		margin-right: auto;
	}

	.blog-preview__grid {
		display: grid;
		grid-template-columns: repeat(auto-fill, minmax(17.5rem, 1fr));
		gap: 1rem;
		align-items: stretch;
	}

	.blog-preview__card.blog-card.blog-glass {
		width: auto;
		margin: 0;
		padding: 1.15rem 1.2rem 1.25rem;
		display: flex;
		flex-direction: column;
		min-height: 100%;
		text-align: left;
		transition: transform 0.2s ease, box-shadow 0.2s ease;
	}

		.blog-preview__card.blog-card.blog-glass:hover {
			box-shadow:
				0 1.35rem 2.6rem rgba(18, 16, 28, 0.22),
				inset 0 1px 0 rgba(255, 255, 255, 0.2);
			transform: translateY(-2px);
		}

	@media (prefers-reduced-motion: reduce) {

		.blog-preview__card.blog-card.blog-glass:hover {
			transform: none;
		}

	}

	.blog-card__date {
		display: block;
		margin-bottom: 0.5rem;
		font-size: 0.62rem;
		font-weight: 700;
		letter-spacing: 0.1em;
		text-transform: uppercase;
		color: rgba(255, 255, 255, 0.68);
	}

	.blog-card__title {
		margin: 0 0 0.65rem 0;
		font-size: 1.02rem;
		font-weight: 700;
		line-height: 1.35;
		color: #fff;
	}

	.blog-card__title a {
		color: inherit;
		text-decoration: none;
		border-bottom: dotted 1px rgba(255, 255, 255, 0.35);
	}

	.blog-card__title a:hover {
		border-bottom-color: rgba(230, 81, 74, 0.75);
	}

	.blog-card__excerpt {
		flex-grow: 1;
		margin: 0 0 0.85rem 0;
		font-size: 0.82rem;
		line-height: 1.5;
		color: rgba(255, 255, 255, 0.78);
	}

	.blog-card__tags {
		display: flex;
		flex-wrap: wrap;
		gap: 0.35rem;
		margin-bottom: 0.9rem;
	}

	.blog-card__tag {
		font-size: 0.58rem;
		font-weight: 700;
		letter-spacing: 0.07em;
		text-transform: uppercase;
		padding: 0.2rem 0.45rem;
		border-radius: 0.35rem;
		background: rgba(18, 16, 28, 0.2);
		border: solid 1px rgba(255, 255, 255, 0.12);
		color: rgba(255, 255, 255, 0.75);
	}

	a.blog-card__read {
		text-decoration: none;
		color: inherit;
	}

	.blog-card__read {
		display: inline-flex;
		align-items: center;
		justify-content: center;
		align-self: flex-start;
		margin-top: auto;
		padding: 0.45rem 0.8rem;
		line-height: 1;
		border-radius: 999px;
		border: solid 1px rgba(255, 255, 255, 0.12);
		background: rgba(255, 255, 255, 0.1);
		color: rgba(255, 255, 255, 0.95);
		font-family: inherit;
		font-size: 0.68rem;
		font-weight: 700;
		letter-spacing: 0.12rem;
		text-transform: uppercase;
		cursor: pointer;
		transition: background 0.2s ease, border-color 0.2s ease;
	}

		.blog-card__read:hover {
			background: rgba(230, 81, 74, 0.35);
			border-color: rgba(230, 81, 74, 0.55);
			box-shadow: none;
		}

	.blog-load-more {
		display: inline-flex;
		align-items: center;
		justify-content: center;
		margin-top: 1.5rem;
		padding: 0.45rem 0.8rem;
		line-height: 1;
		border-radius: 999px;
		border: solid 1px rgba(255, 255, 255, 0.12);
		background: rgba(255, 255, 255, 0.08);
		color: rgba(255, 255, 255, 0.9);
		font-family: inherit;
		font-size: 0.68rem;
		font-weight: 700;
		letter-spacing: 0.12rem;
		text-transform: uppercase;
		cursor: pointer;
	}

		.blog-load-more:hover {
			background: rgba(255, 255, 255, 0.14);
			box-shadow: none;
		}

	.blog-empty {
		grid-column: 1 / -1;
		margin: 0;
		padding: 2rem;
		text-align: center;
		color: rgba(255, 255, 255, 0.72);
		border-radius: 1rem;
		border: dashed 1px rgba(255, 255, 255, 0.22);
		background: rgba(18, 16, 28, 0.13);
	}

	.blog-modal {
		padding: 0;
		border: none;
		max-width: min(36rem, calc(100vw - 1.5rem));
		width: 100%;
		background: transparent;
		color: inherit;
	}

		.blog-modal::backdrop {
			background: rgba(12, 10, 18, 0.55);
			backdrop-filter: blur(6px);
			-webkit-backdrop-filter: blur(6px);
		}

		.blog-modal__panel.blog-glass {
			display: flex;
			flex-direction: column;
			max-height: min(88vh, 44rem);
			overflow: hidden;
		}

		.blog-modal__head {
			position: relative;
			padding: 1.15rem 4.5rem 1rem 1.2rem;
			border-bottom: solid 1px rgba(255, 255, 255, 0.15);
			flex-shrink: 0;
		}

		.blog-modal__eyebrow {
			margin: 0 0 0.35rem 0;
			font-size: 0.62rem;
			font-weight: 700;
			letter-spacing: 0.12em;
			text-transform: uppercase;
			color: rgba(188, 79, 44, 0.88);
		}

		.blog-modal__title {
			font-size: 1.15rem;
			font-weight: 700;
			line-height: 1.3;
			margin: 0 0 0.5rem 0;
			color: #fff;
		}

		.blog-modal__meta {
			font-size: 0.78rem;
			display: flex;
			flex-wrap: wrap;
			align-items: center;
			gap: 0.45rem 0.6rem;
			color: rgba(255, 255, 255, 0.72);
		}

		.blog-modal__chips {
			display: inline-flex;
			flex-wrap: wrap;
			gap: 0.35rem;
			padding-left: 0.65rem;
			position: relative;
		}

			.blog-modal__chips::before {
				content: '';
				position: absolute;
				left: 0;
				top: 50%;
				margin-top: -2px;
				width: 3px;
				height: 3px;
				border-radius: 50%;
				background: rgba(255, 255, 255, 0.35);
			}

		.blog-modal__chip {
			display: inline-block;
			padding: 0.18rem 0.45rem;
			border-radius: 0.35rem;
			font-size: 0.58rem;
			font-weight: 700;
			letter-spacing: 0.06em;
			text-transform: uppercase;
			background: rgba(255, 255, 255, 0.1);
			border: solid 1px rgba(255, 255, 255, 0.15);
			color: rgba(255, 255, 255, 0.8);
		}

		.blog-modal__actions {
			position: absolute;
			top: 0.85rem;
			right: 0.75rem;
			display: flex;
			align-items: center;
			gap: 0.35rem;
		}

		.blog-modal__share {
			display: inline-flex;
			align-items: center;
			justify-content: center;
			padding: 0.45rem 0.8rem;
			line-height: 1;
			border-radius: 999px;
			border: solid 1px rgba(255, 255, 255, 0.12);
			background: rgba(255, 255, 255, 0.08);
			color: rgba(255, 255, 255, 0.92);
			font-family: inherit;
			font-size: 0.68rem;
			font-weight: 700;
			letter-spacing: 0.12rem;
			text-transform: uppercase;
			cursor: pointer;
		}

			.blog-modal__share:hover {
				background: rgba(230, 81, 74, 0.25);
				border-color: rgba(230, 81, 74, 0.45);
				box-shadow: none;
			}

		.blog-modal__close {
			display: flex;
			align-items: center;
			justify-content: center;
			width: 2rem;
			height: 2rem;
			padding: 0;
			border-radius: 999px;
			border: solid 1px rgba(255, 255, 255, 0.18);
			background: rgba(255, 255, 255, 0.08);
			color: rgba(255, 255, 255, 0.85);
			cursor: pointer;
		}

			.blog-modal__close:hover {
				background: rgba(255, 255, 255, 0.16);
			}

		.blog-modal__close-icon {
			display: block;
			width: 12px;
			height: 12px;
			position: relative;
		}

			.blog-modal__close-icon::before,
			.blog-modal__close-icon::after {
				content: '';
				position: absolute;
				left: 50%;
				top: 50%;
				width: 12px;
				height: 1.5px;
				background: currentColor;
				border-radius: 1px;
			}

			.blog-modal__close-icon::before {
				transform: translate(-50%, -50%) rotate(45deg);
			}

			.blog-modal__close-icon::after {
				transform: translate(-50%, -50%) rotate(-45deg);
			}

		.blog-modal__body-wrap {
			flex: 1;
			min-height: 0;
			overflow: hidden;
		}

		.blog-modal__body {
			max-height: 100%;
			overflow-y: auto;
			-webkit-overflow-scrolling: touch;
			padding: 1.1rem 1.2rem 1.35rem;
			font-size: 0.9rem;
			line-height: 1.65;
			color: rgba(255, 255, 255, 0.88);
		}

			.blog-modal__body h4 {
				font-size: 0.78rem;
				font-weight: 700;
				letter-spacing: 0.06em;
				text-transform: uppercase;
				margin: 1.1rem 0 0.45rem;
				color: rgba(188, 79, 44, 0.92);
			}

			.blog-modal__body h4:first-child {
				margin-top: 0;
			}

			.blog-modal__body p {
				margin: 0 0 0.85rem 0;
			}

		.blog-modal__note {
			font-size: 0.82rem;
			line-height: 1.5;
			padding: 0.75rem 0.9rem;
			border-radius: 0.65rem;
			border: dashed 1px rgba(255, 255, 255, 0.22);
			background: rgba(18, 16, 28, 0.15);
			color: rgba(255, 255, 255, 0.85);
		}

	@media screen and (max-width: 736px) {

		.blog-toolbar__row {
			flex-direction: column;
			align-items: stretch;
		}

		/* flex-basis 16rem/12rem — ширина в ряду; в колонке даёт лишнюю высоту */
		.blog-toolbar__field--search,
		.blog-toolbar__field--sort {
			flex: 0 0 auto;
			width: 100%;
			min-width: 0;
		}

		.blog-feed__toolbar {
			padding: 1rem 1rem 1.25rem;
		}

		.blog-modal__head {
			padding: 2.75rem 1rem 1rem 1rem;
		}

		.blog-modal__actions {
			top: 0.65rem;
			right: 0.55rem;
		}

	}

/* Part search (артикул) */

	.part-search h2.major:after {
		display: none;
	}

	.part-search--mobile {
		display: none;
	}

	.part-search--desktop {
		display: none;
	}

	.part-search__field {
		padding: 0;
	}

	.part-search__panel,
	.part-search__cart,
	.blog-glass {
		border: solid 1px rgba(255, 255, 255, 0.18);
		border-radius: 1rem;
		background: linear-gradient(145deg, rgba(255, 255, 255, 0.14), rgba(255, 255, 255, 0.055));
		box-shadow: 0 1.2rem 2.4rem rgba(18, 16, 28, 0.18), inset 0 1px 0 rgba(255, 255, 255, 0.16);
	}

	.part-search__eyebrow {
		display: inline-flex;
		align-items: center;
		width: fit-content;
		margin-bottom: 0.65rem;
		padding: 0.28rem 0.65rem;
		border: solid 1px rgba(255, 255, 255, 0.18);
		border-radius: 999px;
		background: rgba(255, 255, 255, 0.1);
		color: rgba(255, 255, 255, 0.84);
		font-size: 0.62rem;
		font-weight: 700;
		line-height: 1.2;
		letter-spacing: 0.08em;
		text-transform: uppercase;
	}

	.part-search__mobile-note {
		margin: 1.1rem 0 0 0;
		color: rgba(255, 255, 255, 0.78);
		font-size: 0.85rem;
		line-height: 1.5;
	}

	.part-search__promo[hidden] {
		display: none !important;
	}

	.part-search__promo {
		margin-top: 1rem;
	}

	.part-search__promo-title {
		margin: 0 0 0.75rem 0;
		color: rgba(255, 255, 255, 0.88);
		font-size: 0.72rem;
		font-weight: 700;
		letter-spacing: 0.1em;
		line-height: 1.2;
		text-transform: uppercase;
	}

	.part-search__promo-grid {
		--part-search-promo-gap: 0.7rem;
		--part-search-promo-shadow-inset: 0.85rem;
		display: flex;
		flex-direction: column;
		gap: var(--part-search-promo-gap);
		padding-bottom: var(--part-search-promo-gap);
	}

	.part-search__promo-card {
		display: flex;
		flex-direction: column;
		gap: 0.45rem;
		padding: 0.85rem 0.9rem;
		border: solid 1px rgba(255, 255, 255, 0.18);
		border-radius: 1rem;
		background: linear-gradient(145deg, rgba(255, 255, 255, 0.14), rgba(255, 255, 255, 0.055));
		box-shadow: 0 0.8rem 1.6rem rgba(18, 16, 28, 0.16), inset 0 1px 0 rgba(255, 255, 255, 0.16);
	}

	.part-search__promo-card-badge {
		display: inline-flex;
		align-items: center;
		width: fit-content;
		padding: 0.2rem 0.5rem;
		border-radius: 999px;
		background: rgba(255, 228, 180, 0.22);
		color: #ffe4b4;
		font-size: 0.58rem;
		font-weight: 700;
		letter-spacing: 0.08em;
		line-height: 1.2;
		text-transform: uppercase;
	}

	.part-search__promo-card-article {
		color: #ffffff;
		font-size: 0.82rem;
		font-weight: 700;
		line-height: 1.3;
	}

	.part-search__promo-card-name {
		color: rgba(255, 255, 255, 0.88);
		font-size: 0.78rem;
		line-height: 1.45;
	}

	.part-search__promo-card-foot {
		display: flex;
		flex-wrap: nowrap;
		align-items: flex-end;
		justify-content: space-between;
		gap: 0.5rem 0.65rem;
		margin-top: 0.2rem;
	}

	.part-search__promo-card-prices {
		display: flex;
		flex-direction: column;
		gap: 0.15rem;
		min-width: 0;
	}

	.part-search__promo-card-price-old {
		color: rgba(255, 255, 255, 0.55);
		font-size: 0.72rem;
		line-height: 1.2;
		text-decoration: line-through;
	}

	.part-search__promo-card-price {
		color: #ffffff;
		font-size: 1.05rem;
		font-weight: 700;
		line-height: 1.2;
	}

	.part-search__promo-card-foot .part-search__add {
		flex: 0 0 auto;
		width: auto;
		margin: 0;
	}

	.part-search__controls {
		display: -moz-flex;
		display: -webkit-flex;
		display: -ms-flex;
		display: flex;
		-moz-align-items: stretch;
		-webkit-align-items: stretch;
		-ms-align-items: stretch;
		align-items: stretch;
		gap: 0.65rem;
		width: 100%;
	}

	.part-search__input-wrap {
		position: relative;
		-moz-flex: 1;
		-webkit-flex: 1;
		-ms-flex: 1;
		flex: 1;
		min-width: 0;
		display: block;
		height: 2.7rem;
		box-sizing: border-box;
		-moz-transition: transform 0.2s ease;
		-webkit-transition: transform 0.2s ease;
		-ms-transition: transform 0.2s ease;
		transition: transform 0.2s ease;
	}

		.part-search__input-wrap:focus-within {
			-moz-transform: translateY(-1px);
			-webkit-transform: translateY(-1px);
			-ms-transform: translateY(-1px);
			transform: translateY(-1px);
		}

	@media (prefers-reduced-motion: reduce) {

		.part-search__input-wrap {
			-moz-transition: none;
			-webkit-transition: none;
			-ms-transition: none;
			transition: none;
		}

			.part-search__input-wrap:focus-within {
				-moz-transform: none;
				-webkit-transform: none;
				-ms-transform: none;
				transform: none;
			}

	}

	button.part-search__clear {
		position: absolute;
		right: 0.45rem;
		top: 50%;
		-moz-transform: translateY(-50%);
		-webkit-transform: translateY(-50%);
		-ms-transform: translateY(-50%);
		transform: translateY(-50%);
		z-index: 2;
		display: -moz-inline-flex;
		display: -webkit-inline-flex;
		display: -ms-inline-flexbox;
		display: inline-flex;
		-moz-align-items: center;
		-webkit-align-items: center;
		-ms-flex-align: center;
		align-items: center;
		-moz-justify-content: center;
		-webkit-justify-content: center;
		-ms-flex-pack: center;
		justify-content: center;
		width: 1.65rem;
		height: 1.65rem;
		margin: 0;
		padding: 0;
		border: 0;
		border-radius: 999px;
		background: rgba(46, 43, 55, 0.07);
		color: rgba(46, 43, 55, 0.55);
		cursor: pointer;
		box-shadow: none;
		min-height: 0;
		line-height: 1;
		letter-spacing: 0;
		font-size: 0;
		-moz-transition: background-color 0.15s ease, color 0.15s ease;
		-webkit-transition: background-color 0.15s ease, color 0.15s ease;
		-ms-transition: background-color 0.15s ease, color 0.15s ease;
		transition: background-color 0.15s ease, color 0.15s ease;
	}

		button.part-search__clear[hidden] {
			display: none !important;
		}

		button.part-search__clear:hover {
			background: rgba(46, 43, 55, 0.12);
			color: rgba(46, 43, 55, 0.85);
		}

		button.part-search__clear:focus {
			outline: none;
		}

		button.part-search__clear:focus-visible {
			box-shadow: 0 0 0 2px rgba(242, 212, 154, 0.85);
		}

	input.part-search__input {
		-moz-appearance: none;
		-webkit-appearance: none;
		appearance: none;
		display: block;
		box-sizing: border-box;
		width: 100%;
		height: 100%;
		min-height: 0;
		line-height: normal;
		padding: 0 2.55rem 0 2.55rem;
		margin: 0;
		background-color: #fbfcff;
		background-image:
			url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='18' height='18' viewBox='0 0 24 24' fill='none' stroke='%235c5568' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Ccircle cx='11' cy='11' r='7'/%3E%3Cline x1='16.5' y1='16.5' x2='21' y2='21'/%3E%3C/svg%3E"),
			linear-gradient(165deg, #ffffff 0%, #f3f6fd 45%, #e6ecf8 100%);
		background-position: 0.9rem center, 0 0;
		background-repeat: no-repeat, repeat;
		background-size: 1.05rem 1.05rem, auto;
		color: #2e2b37;
		border: solid 1px rgba(255, 255, 255, 0.55);
		border-radius: 1rem;
		outline: 0;
		box-shadow:
			0 0 0 1px rgba(46, 43, 55, 0.08),
			0 1rem 2.1rem rgba(18, 16, 28, 0.18),
			inset 0 1px 0 rgba(255, 255, 255, 1);
		font-family: Arial, Helvetica, sans-serif;
		font-size: 0.82rem;
		font-weight: 400;
		letter-spacing: 0.03rem;
		transition: border-color 0.2s ease, box-shadow 0.2s ease;
	}

		input.part-search__input::placeholder {
			color: rgba(46, 43, 55, 0.45) !important;
			opacity: 1;
		}

		input.part-search__input::-webkit-input-placeholder {
			color: rgba(46, 43, 55, 0.45) !important;
			opacity: 1;
		}

		input.part-search__input:-moz-placeholder {
			color: rgba(46, 43, 55, 0.45) !important;
			opacity: 1;
		}

		input.part-search__input::-moz-placeholder {
			color: rgba(46, 43, 55, 0.45) !important;
			opacity: 1;
		}

		input.part-search__input:-ms-input-placeholder {
			color: rgba(46, 43, 55, 0.45) !important;
			opacity: 1;
		}

		input.part-search__input::-webkit-search-cancel-button {
			-webkit-appearance: none;
			appearance: none;
			display: none;
		}

		input.part-search__input:focus {
			border-color: rgba(242, 212, 154, 0.95);
			box-shadow:
				0 0 0 0.2rem rgba(242, 212, 154, 0.25),
				0 0.8rem 1.8rem rgba(18, 16, 28, 0.18),
				0 0 0 1px rgba(46, 43, 55, 0.06),
				inset 0 1px 0 rgba(255, 255, 255, 1);
		}

	@media screen and (max-width: 736px) {

		.part-search--mobile {
			display: -moz-flex;
			display: -webkit-flex;
			display: -ms-flex;
			display: flex;
		}

			.part-search--mobile.panel > .intro.part-search__panel {
				padding: 1.25rem 0.75rem 0.5rem 0.75rem;
				border-radius: 0;
				background: none;
				border: none;
				box-shadow: none;
				align-items: stretch;
				width: 100% !important;
			}

			.part-search--mobile .part-search__panel .fields,
			.part-search--mobile .part-search__panel .part-search__field,
			.part-search--mobile .part-search__panel .part-search__controls,
			.part-search--mobile .part-search__panel .part-search__input-wrap {
				width: 100%;
				max-width: 100%;
				box-sizing: border-box;
			}

			.part-search--mobile .part-search__panel .part-search__input-wrap {
				height: 2.85rem;
			}

			.part-search--mobile .part-search__panel input.part-search__input {
				width: 100%;
			}

			.part-search--mobile .part-search__cart {
				padding: 1rem;
				margin: 0 auto 0.75rem;
				width: 100%;
				max-width: 33.5rem;
				align-self: center;
			}

			.part-search--mobile .part-search__cart.is-empty {
				display: none !important;
			}

			.part-search--mobile .part-search__promo {
				width: 100%;
				max-width: 33.5rem;
				margin-left: auto;
				margin-right: auto;
			}

			.part-search--mobile .part-search__promo-title {
				font-size: 0.88rem;
				margin-bottom: 0.85rem;
			}

			.part-search--mobile .part-search__promo-card {
				gap: 0.55rem;
				padding: 1rem;
			}

			.part-search--mobile .part-search__promo-card-foot {
				flex-wrap: wrap;
				align-items: flex-end;
			}

			.part-search--mobile .part-search__promo-card-prices {
				flex: 1 1 auto;
				min-width: 0;
			}

			.part-search--mobile .part-search__promo-card-badge {
				font-size: 0.72rem;
				padding: 0.28rem 0.62rem;
			}

			.part-search--mobile .part-search__promo-card-article {
				font-size: 1.22rem;
				line-height: 1.42;
			}

			.part-search--mobile .part-search__promo-card-name {
				font-size: 1.15rem;
				line-height: 1.52;
			}

			.part-search--mobile .part-search__promo-card-price-old {
				font-size: 1.02rem;
				line-height: 1.35;
			}

			.part-search--mobile .part-search__promo-card-price {
				font-size: 1.28rem;
				line-height: 1.3;
			}

			.part-search--mobile .part-search__promo-card-foot .part-search__add {
				flex: 1 1 auto;
				max-width: 12rem;
			}

	}

	@media screen and (min-width: 737px) {

		.part-search--desktop {
			display: -moz-flex;
			display: -webkit-flex;
			display: -ms-flex;
			display: flex;
			position: relative;
			left: auto;
			top: auto;
			-moz-transform: none;
			-webkit-transform: none;
			-ms-transform: none;
			transform: none;
			width: 83.34vw;
			max-width: 70rem;
			z-index: auto;
			margin: 0;
			padding: 0;
			-moz-flex-shrink: 0;
			-webkit-flex-shrink: 0;
			-ms-flex-shrink: 0;
			flex-shrink: 0;
		}

			.part-search--desktop .part-search__inner {
				width: 100%;
				-moz-justify-content: flex-start;
				-webkit-justify-content: flex-start;
				-ms-justify-content: flex-start;
				justify-content: flex-start;
				padding: 1.35rem;
				display: grid;
				grid-template-columns: minmax(0, 1.18fr) minmax(18rem, 0.82fr);
				gap: 1rem;
				align-items: stretch;
			}

				.part-search--desktop .part-search__inner:has([data-part-search-promo][hidden]) {
					grid-template-columns: minmax(0, 1fr);
				}

				.part-search--desktop .part-search__promo {
					grid-column: 2;
					grid-row: 1;
					align-self: stretch;
					display: flex;
					flex-direction: column;
					min-width: 0;
					min-height: 0;
					margin-top: 0;
					padding: 1.05rem 1.05rem;
					border: solid 1px rgba(255, 255, 255, 0.18);
					border-radius: 1rem;
					background: linear-gradient(145deg, rgba(255, 255, 255, 0.14), rgba(255, 255, 255, 0.055));
					box-shadow: 0 1.2rem 2.4rem rgba(18, 16, 28, 0.18), inset 0 1px 0 rgba(255, 255, 255, 0.16);
				}

				.part-search--desktop .part-search__promo-title {
					flex: 0 0 auto;
					margin-bottom: 0.85rem;
				}

				.part-search--desktop .part-search__promo-grid {
					flex: 1 1 auto;
					min-height: 0;
					max-height: 100%;
					overflow-y: auto;
					scrollbar-gutter: stable;
					box-sizing: border-box;
					width: calc(100% + (var(--part-search-promo-shadow-inset) * 2));
					max-width: calc(100% + (var(--part-search-promo-shadow-inset) * 2));
					margin-left: calc(var(--part-search-promo-shadow-inset) * -1);
					margin-right: calc(var(--part-search-promo-shadow-inset) * -1);
					padding: 0.2rem var(--part-search-promo-shadow-inset) var(--part-search-promo-gap);
				}

				.part-search--desktop .part-search__promo-card-foot {
					flex-wrap: nowrap;
					align-items: flex-end;
					justify-content: space-between;
					gap: 0.45rem 0.55rem;
				}

				.part-search--desktop .part-search__promo-card-prices {
					flex: 1 1 auto;
					min-width: 0;
				}

				.part-search--desktop .part-search__promo-card-foot .part-search__add {
					flex: 0 0 auto;
					width: auto;
					min-width: 10.75rem;
					max-width: 12rem;
				}

				.part-search--desktop .part-search__header {
					margin: 0 0 1rem 0;
				}

				.part-search--desktop .part-search__title {
					margin: 0 0 0.45rem 0;
					font-size: 1.55rem;
					line-height: 1.15;
				}

				.part-search--desktop .part-search__controls--desktop {
					-moz-flex: 1;
					-webkit-flex: 1;
					-ms-flex: 1;
					flex: 1;
					min-width: 0;
				}

				.part-search--desktop .part-search__panel--search {
					display: flex;
					flex-direction: column;
					min-width: 0;
					min-height: 0;
					padding: 1.15rem;
				}

				.part-search--desktop .part-search__controls--desktop .part-search__input-wrap {
					width: 100%;
				}

				.part-search--desktop .part-search__lead {
					margin: 0.7rem 0 0 0;
					line-height: 1.55;
					color: rgba(255, 255, 255, 0.78);
					font-size: 0.85rem;
				}

					.part-search--desktop .part-search__lead a {
						color: #f2d49a;
						text-decoration: underline;
						text-underline-offset: 0.15em;
					}

						.part-search--desktop .part-search__lead a:hover {
							color: #ffe8b8;
						}

				.part-search--desktop .part-search__content {
					grid-column: 1;
					display: flex;
					flex-direction: column;
					align-self: start;
					min-width: 0;
					min-height: 0;
				}

				.part-search--desktop .part-search__inner label {
					color: rgba(255, 255, 255, 0.875);
				}

				.part-search--desktop .part-search__output {
					margin-top: 1rem;
					min-width: 0;
					max-height: 18.5rem;
					overflow-y: auto;
					padding-right: 0.45rem;
				}

	}

	@media screen and (min-width: 737px) and (max-width: 1280px) {

		.part-search--desktop .part-search__header {
			gap: 0.75rem;
		}

		.part-search--desktop .part-search__inner {
			grid-template-columns: minmax(0, 1fr) minmax(17rem, 0.9fr);
			gap: 0.75rem 1rem;
		}

			.part-search--desktop .part-search__inner:has([data-part-search-promo][hidden]) {
				grid-template-columns: minmax(0, 1fr);
			}

	}

	.part-search__output {
		margin-top: 1.1rem;
		min-height: 1.5rem;
		line-height: 1.55;
		scrollbar-width: thin;
		scrollbar-color: rgba(255, 255, 255, 0.35) transparent;
	}

	.part-search__output.is-empty {
		display: none;
		margin: 0;
		min-height: 0;
	}

	.part-search__lead-note {
		display: inline-block;
		font-size: 0.92em;
		line-height: 1.5;
		opacity: 0.92;
	}

	.part-search__add {
		margin-top: 0;
		white-space: nowrap;
		width: 100%;
		text-align: center;
	}

	.part-search__matches {
		margin: 0.75rem 0 0 0;
		padding-left: 0;
		list-style: none;
	}

	.part-search__matches li {
		margin: 0.65rem 0;
		padding: 0.8rem;
		border: solid 1px rgba(255, 255, 255, 0.18);
		border-radius: 1rem;
		background: rgba(255, 255, 255, 0.075);
		box-shadow: 0 0.7rem 1.5rem rgba(18, 16, 28, 0.12);
		transition: background-color 0.2s ease, border-color 0.2s ease, transform 0.2s ease;
	}

	.part-search__matches li:hover {
		border-color: rgba(255, 255, 255, 0.3);
		background: rgba(255, 255, 255, 0.11);
		transform: translateY(-1px);
	}

	.part-search__match-main {
		min-width: 0;
		display: flex;
		flex-wrap: wrap;
		align-items: baseline;
		gap: 0.25rem;
		line-height: 0.8;
	}

	.part-search__match-main strong,
	.part-search__match-main span {
		overflow-wrap: anywhere;
	}

	.part-search__match-separator {
		opacity: 0.75;
	}

	.part-search__match-action,
	.part-search__single-result-action {
		display: flex;
		justify-content: flex-end;
		align-items: flex-start;
	}

	.part-search__result-block + .part-search__result-block {
		margin-top: 1rem;
	}

	.part-search__result-block--analogs .part-search__matches--grid-2 {
		display: grid;
		grid-template-columns: repeat(2, minmax(0, 1fr));
		column-gap: 1rem;
		row-gap: 0.65rem;
	}

	.part-search__result-block--analogs .part-search__matches--grid-2 > li {
		margin: 0;
		min-width: 0;
	}

	.part-search__result-title {
		font-size: 0.78rem;
		text-transform: uppercase;
		letter-spacing: 0.06em;
		opacity: 0.85;
		margin: 0 0 0.45rem 0;
	}

	.part-search__result-subtitle {
		font-size: 0.72rem;
		line-height: 1.45;
		opacity: 0.8;
	}

	.part-search__offer-card {
		display: grid;
		grid-template-columns: minmax(0, 1fr) minmax(7.25rem, 9rem);
		gap: 0.75rem 1rem;
		align-items: stretch;
		width: 100%;
	}

	.part-search__offer-main {
		min-width: 0;
	}

	.part-search__offer-side {
		display: flex;
		flex-direction: column;
		align-items: stretch;
		gap: 0.5rem;
		min-width: 0;
	}

	.part-search__offer-title {
		font-weight: 700;
		line-height: 1.3;
		overflow-wrap: anywhere;
		color: #fff;
	}

	.part-search__offer-name {
		margin-top: 0.2rem;
		line-height: 1.45;
		overflow-wrap: anywhere;
	}

	.part-search__offer-meta,
	.part-search__cart-note {
		margin-top: 0.25rem;
		font-size: 0.72rem;
		line-height: 1.5;
		opacity: 0.82;
		overflow-wrap: anywhere;
	}

	.part-search__offer-price {
		display: flex;
		align-items: center;
		justify-content: center;
		min-height: 2.75rem;
		padding: 0.55rem 0.7rem;
		border-radius: 999rem;
		background: rgba(255, 255, 255, 0.16);
		box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.14);
		font-size: 1.05rem;
		font-weight: 700;
		line-height: 1.2;
		text-align: center;
		letter-spacing: 0.01em;
	}

	.part-search__load-more-wrap {
		margin-top: 0.75rem;
	}

	.part-search__load-more {
		min-width: 14rem;
	}

	.part-search__load-more-note {
		margin-top: 0.4rem;
		font-size: 0.72rem;
		line-height: 1.45;
		color: rgba(255, 255, 255, 0.82);
	}

	.part-search__single-result {
		display: grid;
		grid-template-columns: minmax(0, 1fr) auto;
		gap: 0.9rem 1rem;
		align-items: start;
	}

	.part-search__single-result-main {
		min-width: 0;
	}

	.part-search__cart {
		margin-top: 1.25rem;
		padding: 1rem;
		border-top: solid 1px rgba(255, 255, 255, 0.25);
		display: flex;
		flex-direction: column;
		gap: 0.85rem;
		min-height: 0;
	}

	.part-search__cart-title {
		display: flex;
		align-items: center;
		justify-content: space-between;
		gap: 0.75rem;
		font-size: 0.78rem;
		text-transform: uppercase;
		letter-spacing: 0.08em;
		margin: 0;
	}

	.part-search__cart-badge {
		display: inline-flex;
		align-items: center;
		justify-content: center;
		min-width: 1.65rem;
		height: 1.65rem;
		padding: 0 0.5rem;
		border-radius: 999px;
		background: rgba(255, 255, 255, 0.16);
		font-size: 0.68rem;
		letter-spacing: 0;
	}

	.part-search__cart-empty {
		margin: 0;
		opacity: 0.9;
	}

	.part-search__cart-empty-state {
		display: flex;
		flex-direction: column;
		align-items: flex-start;
		justify-content: center;
		min-height: 10rem;
		padding: 1.1rem;
		border: dashed 1px rgba(255, 255, 255, 0.22);
		border-radius: 1rem;
		background: rgba(18, 16, 28, 0.13);
	}

	.part-search__cart-empty-icon {
		display: inline-flex;
		align-items: center;
		justify-content: center;
		width: 2.35rem;
		height: 2.35rem;
		margin-bottom: 0.8rem;
		border-radius: 1rem;
		background: rgba(255, 255, 255, 0.12);
		font-weight: 700;
	}

	.part-search__cart-empty-title {
		margin-bottom: 0.3rem;
		color: #fff;
		font-weight: 700;
		line-height: 1.35;
	}

	.part-search__cart-body {
		flex: 1 1 auto;
		min-height: 0;
	}

	.part-search__cart-table-wrap {
		height: 100%;
		overflow-x: hidden;
		overflow-y: auto;
		min-height: 0;
	}

	.part-search__cart-list {
		display: flex;
		flex-direction: column;
		gap: 0.7rem;
		margin: 0;
		padding: 0;
		list-style: none;
	}

	.part-search__cart-item {
		position: relative;
		margin: 0;
		padding: 0.8rem;
		border: solid 1px rgba(255, 255, 255, 0.16);
		border-radius: 1rem;
		background: rgba(255, 255, 255, 0.075);
	}

	.part-search__cart-item-head {
		display: flex;
		gap: 0.75rem;
		justify-content: space-between;
		align-items: flex-start;
	}

	.part-search__cart-article {
		color: #fff;
		font-weight: 700;
		line-height: 1.25;
		overflow-wrap: anywhere;
	}

	.part-search__cart-name {
		margin-top: 0.3rem;
		font-size: 0.72rem;
		line-height: 1.45;
		overflow-wrap: anywhere;
	}

	.part-search__cart-row {
		display: flex;
		flex-wrap: wrap;
		gap: 0.65rem 0.9rem;
		align-items: center;
		justify-content: space-between;
		margin-top: 0.75rem;
	}

	.part-search__cart-price {
		font-weight: 700;
	}

	.part-search__cart-sum {
		font-size: 0.78rem;
		opacity: 0.9;
	}

	.part-search__cart-count {
		white-space: nowrap;
	}

	.part-search__cart-btn {
		display: inline-block;
		width: 1.45rem;
		height: 1.45rem;
		line-height: 1.35rem;
		text-align: center;
		padding: 0;
		border: 1px solid rgba(255, 255, 255, 0.25);
		background: rgba(255, 255, 255, 0.08);
		color: #fff;
		border-radius: 999px;
		cursor: pointer;
		font-size: 0.8rem;
		vertical-align: middle;
	}

	.part-search__cart-btn:hover {
		background-color: rgba(255, 255, 255, 0.1);
	}

	.part-search__cart-count span {
		display: inline-block;
		min-width: 1.1rem;
		text-align: center;
		vertical-align: middle;
	}

	.part-search__cart-remove-btn {
		position: relative;
		display: inline-flex;
		align-items: center;
		justify-content: center;
		flex-shrink: 0;
		width: 1.75rem;
		height: 1.75rem;
		padding: 0;
		margin: 0;
		border: none;
		border-radius: 999px;
		background: rgba(245, 106, 106, 0.16);
		color: #fff !important;
		cursor: pointer;
		font-size: 0;
		line-height: 0;
		letter-spacing: 0;
		text-transform: none;
		font-weight: 400;
		box-shadow: none;
		vertical-align: middle;
	}

	.part-search__cart-remove-btn::before,
	.part-search__cart-remove-btn::after {
		content: '';
		position: absolute;
		top: 50%;
		left: 50%;
		width: 0.58rem;
		height: 1.5px;
		background: currentColor;
		border-radius: 1px;
		transform-origin: center center;
	}

	.part-search__cart-remove-btn::before {
		transform: translate(-50%, -50%) rotate(45deg);
	}

	.part-search__cart-remove-btn::after {
		transform: translate(-50%, -50%) rotate(-45deg);
	}

	.part-search__cart-remove-btn:hover {
		background: rgba(245, 106, 106, 1);
		color: #fff !important;
		box-shadow: none;
	}

	.part-search__cart-total {
		margin-top: auto;
		display: flex;
		align-items: baseline;
		justify-content: space-between;
		gap: 0.75rem;
		font-size: 0.95rem;
		padding: 0.8rem 0.9rem;
		border: solid 1px rgba(255, 255, 255, 0.16);
		border-radius: 1rem;
		background: rgba(18, 16, 28, 0.13);
	}

	.part-search__cart-total strong {
		color: #fff;
		font-size: 1.15em;
	}

	.part-search__cart-checkout {
		width: 100%;
		margin-top: 0.1rem;
	}

	.part-search__checkout-modal[hidden] {
		display: none;
	}

	.part-search__checkout-modal {
		position: fixed;
		z-index: 10002;
		inset: 0;
		display: flex;
		align-items: center;
		justify-content: center;
		padding: 1.25rem;
		color: #fff;
	}

	.part-search__checkout-backdrop {
		position: absolute;
		inset: 0;
		background: rgba(21, 18, 32, 0.78);
		backdrop-filter: blur(0.2rem);
	}

	.part-search__checkout-dialog {
		position: relative;
		z-index: 1;
		width: min(44rem, 100%);
		max-height: min(44rem, calc(100vh - 2.5rem));
		overflow-x: hidden;
		overflow-y: auto;
		display: flex;
		flex-direction: column;
		padding: 1.6rem;
		border-radius: 1rem;
		background: #789bd4;
		box-shadow: 0 1.2rem 3rem rgba(0, 0, 0, 0.35), inset 0 0 0 1px rgba(255, 255, 255, 0.18);
	}

	.part-search__checkout-close {
		position: absolute;
		top: 0.65rem;
		right: 0.65rem;
		width: 2rem;
		height: 2rem;
		line-height: 1.9rem;
		padding: 0;
		border-radius: 100%;
		background: rgba(255, 255, 255, 0.12);
		box-shadow: none;
		color: #fff !important;
		font-size: 1.25rem;
		letter-spacing: 0;
	}

	.part-search__checkout-title {
		margin: 0 2.5rem 1rem 0;
		color: #fff;
	}

	.part-search__checkout-form {
		margin: 0;
		flex: 0 0 auto;
	}

	.part-search__checkout-form textarea {
		min-height: 6rem;
		resize: vertical;
	}

	.part-search__checkout-summary {
		margin-top: 1.2rem;
		padding-top: 1rem;
		border-top: solid 1px rgba(255, 255, 255, 0.22);
		display: flex;
		flex-direction: column;
		min-height: 0;
		flex: 1 1 auto;
	}

	.part-search__checkout-summary-title {
		margin-top: 1rem;
		margin-bottom: 0.7rem;
		font-size: 0.8rem;
		text-transform: uppercase;
		letter-spacing: 0.08em;
		opacity: 0.88;
	}

	.part-search__checkout-items-wrap {
		max-height: min(14rem, 35vh);
		flex: 0 1 auto;
		min-height: 3.5rem;
		overflow-y: auto;
		overscroll-behavior: contain;
		-webkit-overflow-scrolling: touch;
	}

	.part-search__checkout-submit-row {
		align-items: center;
		flex-wrap: nowrap;
		gap: 0.85rem 1rem;
	}

	.part-search__checkout-submit-row .part-search__checkout-submit {
		width: auto;
		flex: 0 0 auto;
		margin: 0;
		white-space: nowrap;
	}

	.part-search__checkout-submit-row .form-consent {
		flex: 1 1 0;
		min-width: 0;
		max-width: none;
	}

	.part-search__checkout-meta {
		display: flex;
		flex-wrap: wrap;
		gap: 0.7rem 1.2rem;
		align-items: baseline;
	}

	.part-search__checkout-items {
		margin: 0;
		padding: 0;
		list-style: none;
	}

	.part-search__checkout-item {
		margin: 0;
		padding: 0.7rem 0;
		border-bottom: solid 1px rgba(255, 255, 255, 0.16);
	}

	.part-search__checkout-item:first-child {
		padding-top: 0;
	}

	.part-search__checkout-item-title {
		font-weight: 700;
		line-height: 1.35;
		overflow-wrap: anywhere;
	}

	.part-search__checkout-item-total {
		margin-top: 0.25rem;
		font-size: 0.82rem;
		line-height: 1.45;
	}

	.part-search__checkout-total,
	.part-search__checkout-delivery {
		margin-top: 0.7rem;
		font-size: 0.95rem;
	}

	.part-search__checkout-summary > .part-search__checkout-meta:first-child {
		margin-top: 0;
	}

	.part-search__checkout-meta .part-search__checkout-total,
	.part-search__checkout-meta .part-search__checkout-delivery {
		margin-top: 0;
	}

	.part-search--desktop .part-search__inner {
		min-height: 0;
	}

		.part-search__output.is-muted {
			opacity: 0.85;
			font-style: italic;
		}

		.part-search__output .part-search__dl {
			margin: 0;
		}

			.part-search__output .part-search__dl dt {
				font-size: 0.75rem;
				text-transform: uppercase;
				letter-spacing: 0.06em;
				margin: 0.75rem 0 0.2rem 0;
				opacity: 0.85;
			}

			.part-search__output .part-search__dl dt:first-child {
				margin-top: 0;
			}

			.part-search__output .part-search__dl dd {
				margin: 0;
				font-size: 1rem;
			}

	@media screen and (max-width: 736px) {

		.part-search__result-block--analogs .part-search__matches--grid-2 {
			grid-template-columns: minmax(0, 1fr);
		}

		.part-search__matches li,
		.part-search__single-result {
			grid-template-columns: minmax(0, 1fr);
		}

		.part-search__match-action,
		.part-search__single-result-action {
			justify-content: flex-start;
		}

		.part-search__offer-card {
			grid-template-columns: minmax(0, 1fr);
		}

		.part-search__offer-title {
			font-size: 1.22rem;
			line-height: 1.42;
		}

		.part-search__offer-name {
			font-size: 1.15rem;
			line-height: 1.52;
		}

		.part-search__offer-meta {
			font-size: 1.05rem;
			line-height: 1.58;
			opacity: 0.94;
		}

		.part-search__offer-side {
			flex-direction: row;
			align-items: center;
			justify-content: space-between;
			gap: 1rem;
			margin-top: 0.8rem;
			padding-top: 0.8rem;
			border-top: 1px solid rgba(255, 255, 255, 0.08);
			width: 100%;
		}

		.part-search__offer-price {
			width: auto;
			min-height: 0;
			padding: 0;
			background: none;
			box-shadow: none;
			font-size: 1.25rem;
			color: #ffffff;
			font-weight: 700;
			justify-content: flex-start;
		}

		.part-search__add {
			width: auto;
			flex: 1;
			max-width: 12rem;
			margin: 0;
		}

		.part-search__load-more {
			width: 100%;
			min-width: 0;
		}

		.part-search__checkout-modal {
			align-items: stretch;
			padding: 0.75rem;
		}

		.part-search__checkout-dialog {
			max-height: calc(100vh - 1.5rem);
			padding: 1.2rem;
		}

		.part-search__cart-checkout {
			white-space: normal;
		}
	}

/* Mobile Cart Sheet */

	.part-search__mobile-cart-sheet[hidden] {
		display: none;
	}

	.part-search__mobile-cart-sheet {
		position: fixed;
		inset: 0;
		z-index: 10100;
		display: flex;
		align-items: flex-end;
		justify-content: center;
		color: #ffffff;
	}

	.part-search__mobile-cart-backdrop {
		position: absolute;
		inset: 0;
		background: rgba(21, 18, 32, 0.62);
		backdrop-filter: blur(0.16rem);
		opacity: 0;
		-moz-transition: opacity 0.24s ease;
		-webkit-transition: opacity 0.24s ease;
		-ms-transition: opacity 0.24s ease;
		transition: opacity 0.24s ease;
	}

	.part-search__mobile-cart-dialog {
		position: relative;
		z-index: 1;
		width: 100%;
		max-height: min(82vh, 42rem);
		display: flex;
		flex-direction: column;
		padding: 1.1rem 1rem calc(1rem + env(safe-area-inset-bottom, 0px));
		border-radius: 1.35rem 1.35rem 0 0;
		background: #789bd4;
		box-shadow: 0 -1rem 2.4rem rgba(18, 16, 28, 0.36), inset 0 1px 0 rgba(255, 255, 255, 0.18);
		-moz-transform: translateY(100%);
		-webkit-transform: translateY(100%);
		-ms-transform: translateY(100%);
		transform: translateY(100%);
		-moz-transition: -moz-transform 0.28s cubic-bezier(0.16, 1, 0.3, 1);
		-webkit-transition: -webkit-transform 0.28s cubic-bezier(0.16, 1, 0.3, 1);
		-ms-transition: -ms-transform 0.28s cubic-bezier(0.16, 1, 0.3, 1);
		transition: transform 0.28s cubic-bezier(0.16, 1, 0.3, 1);
	}

	.part-search__mobile-cart-sheet.is-open .part-search__mobile-cart-backdrop {
		opacity: 1;
	}

	.part-search__mobile-cart-sheet.is-open .part-search__mobile-cart-dialog {
		-moz-transform: translateY(0);
		-webkit-transform: translateY(0);
		-ms-transform: translateY(0);
		transform: translateY(0);
	}

	.part-search__mobile-cart-title {
		margin: 0 2.5rem 0.85rem 0;
		color: #ffffff;
	}

	.part-search__mobile-cart-close {
		position: absolute;
		top: 0.8rem;
		right: 0.8rem;
		width: 2rem;
		height: 2rem;
		line-height: 1.9rem;
		padding: 0;
		border-radius: 100%;
		background: rgba(255, 255, 255, 0.12);
		box-shadow: none;
		color: #ffffff !important;
		font-size: 1.25rem;
		letter-spacing: 0;
	}

	.part-search__mobile-cart-content.part-search__cart {
		margin: 0;
		padding: 0;
		border: 0;
		background: none;
		box-shadow: none;
		overflow: hidden;
	}

	.part-search__mobile-cart-content .part-search__cart-body {
		overflow: hidden;
	}

	.part-search__mobile-cart-content .part-search__cart-table-wrap {
		max-height: min(44vh, 20rem);
	}

	@media (prefers-reduced-motion: reduce) {

		.part-search__mobile-cart-backdrop,
		.part-search__mobile-cart-dialog {
			-moz-transition: none;
			-webkit-transition: none;
			-ms-transition: none;
			transition: none;
		}

	}

/* Floating Cart FAB */

	button.part-search__floating-cart {
		position: fixed;
		bottom: 1.5rem;
		right: 1.5rem;
		z-index: 100;
		display: -moz-flex;
		display: -webkit-flex;
		display: -ms-flex;
		display: flex;
		align-items: center;
		justify-content: center;
		width: 3.5rem;
		height: 3.5rem;
		border: 0;
		border-radius: 9999px;
		background: #ffffff;
		color: #ff5e5e !important;
		box-shadow: 0 0.5rem 1.5rem rgba(18, 16, 28, 0.35);
		cursor: pointer;
		letter-spacing: 0;
		text-transform: none;
		font-size: inherit;
		opacity: 0;
		transform: scale(0.8) translateY(1rem);
		pointer-events: none;
		-moz-transition: opacity 0.3s cubic-bezier(0.16, 1, 0.3, 1), transform 0.3s cubic-bezier(0.16, 1, 0.3, 1), background-color 0.15s ease;
		-webkit-transition: opacity 0.3s cubic-bezier(0.16, 1, 0.3, 1), transform 0.3s cubic-bezier(0.16, 1, 0.3, 1), background-color 0.15s ease;
		-ms-transition: opacity 0.3s cubic-bezier(0.16, 1, 0.3, 1), transform 0.3s cubic-bezier(0.16, 1, 0.3, 1), background-color 0.15s ease;
		transition: opacity 0.3s cubic-bezier(0.16, 1, 0.3, 1), transform 0.3s cubic-bezier(0.16, 1, 0.3, 1), background-color 0.15s ease;
		padding: 0;
		margin: 0;
		line-height: 1;
	}

		.part-search__floating-cart:focus {
			outline: none;
		}

		.part-search__floating-cart:focus-visible {
			box-shadow: 0 0 0 3px rgba(242, 212, 154, 0.95), 0 0.5rem 1.5rem rgba(18, 16, 28, 0.35);
		}

		.part-search__floating-cart.is-visible {
			opacity: 1;
			transform: scale(1) translateY(0);
			pointer-events: auto;
		}

		button.part-search__floating-cart:hover {
			transform: scale(1.05);
			background: #f4f6fc;
			color: #e84848 !important;
			box-shadow: 0 0.5rem 1.5rem rgba(18, 16, 28, 0.35);
		}

		.part-search__floating-cart:active {
			transform: scale(0.95);
		}

	.part-search__floating-cart-icon {
		display: block;
		stroke: #ff5e5e;
	}

	button.part-search__floating-cart:hover .part-search__floating-cart-icon {
		stroke: #e84848;
	}

	.part-search__floating-cart-badge {
		position: absolute;
		top: -0.25rem;
		right: -0.25rem;
		display: -moz-flex;
		display: -webkit-flex;
		display: -ms-flex;
		display: flex;
		align-items: center;
		justify-content: center;
		min-width: 1.35rem;
		height: 1.35rem;
		padding: 0 0.25rem;
		border-radius: 9999px;
		background: #ff5e5e;
		color: #ffffff;
		font-family: Arial, Helvetica, sans-serif;
		font-size: 0.72rem;
		font-weight: 700;
		box-shadow: 0 0.2rem 0.6rem rgba(255, 94, 94, 0.4);
		line-height: 1;
	}

	@media screen and (max-width: 736px) {

		button.part-search__floating-cart {
			width: 5.25rem;
			height: 5.25rem;
		}

		.part-search__floating-cart-icon {
			width: 2.06rem;
			height: 2.06rem;
		}

		.part-search__floating-cart-badge {
			top: -0.3rem;
			right: -0.3rem;
			min-width: 1.65rem;
			height: 1.65rem;
			padding: 0 0.3rem;
			font-size: 0.82rem;
		}

	}

	@media screen and (min-width: 737px) {
		.part-search__floating-cart {
			display: none !important;
		}
	}

/* Form consent + submit row */

	.form-submit-row {
		display: flex;
		flex-wrap: wrap;
		align-items: center;
		gap: 0.9rem 1.25rem;
		margin-top: 0.35rem;
	}

	.form-submit-row--stacked {
		flex-direction: column;
		align-items: stretch;
		gap: 0.85rem;
	}

	.form-submit-row__actions {
		display: flex;
		align-items: center;
		margin-left: 0;
		flex: 0 0 auto;
	}

	.form-submit-row__actions li {
		display: flex;
		align-items: center;
		padding: 0;
	}

	.form-submit-row__submit {
		width: 100%;
	}

	.form-consent {
		position: relative;
		display: flex;
		align-items: center;
		flex: 1 1 12rem;
		min-width: min(100%, 12rem);
		max-width: 24rem;
		margin: 0;
	}

	.form-submit-row .form-consent input[type="checkbox"] {
		float: none;
		position: absolute;
		left: 0;
		top: 50%;
		width: 1.2rem;
		height: 1.2rem;
		margin: 0;
		-moz-transform: translateY(-50%);
		-webkit-transform: translateY(-50%);
		-ms-transform: translateY(-50%);
		transform: translateY(-50%);
		z-index: 1;
	}

	.form-consent input[type="checkbox"] + label {
		position: relative;
		display: block;
		font-size: 0.72rem;
		line-height: 1.45;
		padding-left: 1.85rem;
		padding-right: 0;
		color: rgba(255, 255, 255, 0.68);
	}

	.form-consent input[type="checkbox"] + label:before {
		width: 1.2rem;
		height: 1.2rem;
		line-height: 1.2rem;
		font-size: 0.62rem;
		top: 50%;
		-moz-transform: translateY(-50%);
		-webkit-transform: translateY(-50%);
		-ms-transform: translateY(-50%);
		transform: translateY(-50%);
		border-radius: 0.35rem;
	}

	.form-consent a {
		color: inherit;
		text-decoration: underline;
		text-underline-offset: 0.12em;
	}

	.form-consent a:hover {
		color: #fff;
	}

/* Lead form */

	.lead-form__submit-row {
		align-items: center;
		flex-wrap: nowrap;
		gap: 0.85rem 1rem;
	}

	.lead-form__submit-row .lead-form__submit {
		width: auto;
		flex: 0 0 auto;
		margin: 0;
		white-space: nowrap;
	}

	.lead-form__submit-row .form-submit-row__actions {
		flex: 0 0 auto;
	}

	.lead-form__submit-row .form-consent {
		flex: 1 1 0;
		min-width: 0;
		max-width: none;
		align-self: center;
	}

	.lead-form__status {
		margin-top: 1rem;
		padding: 0.85rem 1rem;
		border-radius: 1rem;
		font-size: 0.9rem;
		line-height: 1.6;
	}

	.lead-form__status a {
		text-decoration: underline;
	}

	.lead-form__status--hidden {
		display: none;
	}

	.lead-form__status.is-loading {
		display: block;
		background: rgba(255, 255, 255, 0.08);
		color: inherit;
	}

	.lead-form__status.is-success {
		display: block;
		background: rgba(66, 197, 130, 0.18);
		color: #f7fff9;
	}

	.lead-form__status.is-error {
		display: block;
		background: rgba(255, 112, 112, 0.18);
		color: #fff5f5;
	}

/* Order — без градиента */
#order > .intro.color4 {
	background-color: #243d5c;
	background-image: none;
}

#order > .inner {
	background-color: #21364f;
	background-image: none;
}

@media screen and (max-width: 736px) {
	#order.panel.color4-alt {
		overflow: hidden;
		border-radius: 0 0 1rem 1rem;
		background-image: none;
		background-color: #21364f;
	}

	#order > .inner.columns.divided {
		border-radius: 0;
	}
}

/* Delivery — галерея без градиента */
#delivery > .gallery {
	background-color: #669900;
	background-image: none;
}

#delivery .gallery .image.filtered:after {
	background-image: url("../../images/overlay.png");
	background-size: 128px 128px;
}

/* Blog article (static pages) */

	body.blog-article-page {
		display: block;
		height: auto;
		min-height: 100vh;
		overflow-x: hidden;
		overflow-y: auto;
	}

	body.blog-article-page #page-wrapper {
		display: block;
		height: auto;
		min-height: 100vh;
		padding: 0;
	}

	body.blog-article-page #wrapper {
		display: block;
		width: 100%;
		height: auto;
		min-height: 100vh;
		overflow: visible;
		box-shadow: none;
		-moz-perspective: none;
		-webkit-perspective: none;
		-ms-perspective: none;
		perspective: none;
		-moz-transform-style: flat;
		-webkit-transform-style: flat;
		-ms-transform-style: flat;
		transform-style: flat;
		padding-top: var(
			--site-header-content-offset,
			calc(var(--site-header-top) + var(--site-header-bar) + var(--site-header-body-gap))
		);
		box-sizing: border-box;
	}

	.blog-article__panel.panel {
		display: block;
		box-sizing: border-box;
		width: min(70rem, calc(100vw - 4rem));
		max-width: min(70rem, calc(100vw - 4rem));
		height: auto;
		min-height: calc(100vh - 4rem);
		margin-left: auto;
		margin-right: auto;
		padding: 2rem;
		border: solid 1px rgba(255, 255, 255, 0.18);
		border-radius: 1.25rem;
		box-shadow: 0 1rem 2rem rgba(18, 16, 28, 0.2);
		overflow: hidden;
		backdrop-filter: blur(16px);
		-webkit-backdrop-filter: blur(16px);
	}

	/* Статья блога: тот же спокойный фон, что на странице блога */
	body.blog-article-page .blog-article__panel.panel.color2-alt {
		background-color: #243d5c;
		background-image: none;
	}

	.blog-article__inner {
		max-width: 46rem;
		padding: 1.25rem 0 1rem;
		margin: 0 auto;
		height: auto;
		display: block;
	}

	.blog-article__breadcrumb {
		font-size: 0.78rem;
		margin: 0 0 1.5rem;
		opacity: 0.85;
		word-break: break-word;
	}

	.blog-article__breadcrumb a {
		border-bottom: dotted 1px;
	}

	.blog-article__breadcrumb span[aria-hidden="true"] {
		margin: 0 0.35em;
		opacity: 0.6;
	}

	.blog-article__breadcrumb > span:last-child {
		opacity: 0.95;
	}

	.blog-article__eyebrow {
		font-size: 0.72rem;
		font-weight: 700;
		letter-spacing: 0.12em;
		text-transform: uppercase;
		margin: 0 0 0.5rem;
		opacity: 0.75;
	}

	.blog-article__title {
		margin-bottom: 0.75rem;
	}

	.blog-article__meta {
		display: flex;
		flex-wrap: wrap;
		align-items: center;
		gap: 0.65rem 1rem;
		margin-bottom: 1.75rem;
		font-size: 0.85rem;
		opacity: 0.9;
	}

	.blog-article__tags {
		display: flex;
		flex-wrap: wrap;
		gap: 0.35rem;
		align-items: center;
	}

	.blog-article__tag {
		font-size: 0.72rem;
		padding: 0.2rem 0.55rem;
		border-radius: 999px;
		border: 1px solid rgba(255, 255, 255, 0.22);
		background: rgba(18, 16, 28, 0.2);
	}

	.blog-article__body {
		font-size: 0.95rem;
		line-height: 1.7;
		margin-bottom: 2rem;
	}

	.blog-article__body p {
		margin: 0 0 1rem;
	}

	.blog-article__h {
		font-size: 0.85rem;
		font-weight: 700;
		letter-spacing: 0.06em;
		text-transform: uppercase;
		margin: 1.5rem 0 0.6rem;
		color: rgba(188, 79, 44, 0.92);
	}

	.blog-article__h:first-child {
		margin-top: 0;
	}

	.blog-article__note {
		font-size: 0.88rem;
		line-height: 1.55;
		padding: 0.85rem 1rem;
		border-radius: 0.65rem;
		border: dashed 1px rgba(255, 255, 255, 0.22);
		background: rgba(18, 16, 28, 0.12);
		margin: 0 0 1rem;
	}

	.blog-article__related {
		margin: 0 0 2rem;
		padding: 1rem 1.05rem;
		border: 1px solid rgba(255, 255, 255, 0.14);
		border-radius: 0.85rem;
		background: rgba(18, 16, 28, 0.16);
	}

	.blog-article__related .alt li {
		margin-bottom: 0.45rem;
	}

	.blog-article__related .alt li:last-child {
		margin-bottom: 0;
	}

	.blog-article__related-title {
		font-size: 0.9rem;
		margin: 0 0 0.75rem;
	}

	.blog-article__actions {
		margin-top: 0;
	}

	@media screen and (max-width: 736px) {

		body.blog-article-page #page-wrapper {
			padding-top: var(
				--site-header-content-offset,
				calc(var(--site-header-top) + var(--site-header-bar) + var(--site-header-body-gap))
			);
			padding-left: 1rem;
			padding-right: 1rem;
			padding-bottom: 1rem;
		}

		body.blog-article-page #wrapper {
			padding-top: 0;
		}

		.blog-article__panel.panel {
			width: 100%;
			max-width: 100%;
			min-height: auto;
			padding: 1rem;
			border-radius: 1rem;
		}

		body.blog-article-page .blog-article__panel.panel.color2-alt {
			background-color: #243d5c;
			background-image: none;
		}

		.blog-article__inner {
			padding-top: 0.75rem;
		}

	}

	@media screen and (max-width: 480px) {

		body.blog-article-page #page-wrapper {
			padding-left: 0;
			padding-right: 0;
		}

		.blog-article__panel.panel {
			width: calc(100vw - 1rem);
			max-width: calc(100vw - 1rem);
		}

	}

/* Landing — единая высота заголовков h2.major в секциях (только верх, без сдвига по горизонтали) */

	#wrapper > section.panel > .intro {
		-moz-justify-content: -moz-flex-start;
		-webkit-justify-content: -webkit-flex-start;
		-ms-justify-content: -ms-flex-start;
		justify-content: flex-start;
	}

	#wrapper > section.panel.spotlight > .content {
		-moz-justify-content: -moz-flex-start;
		-webkit-justify-content: -webkit-flex-start;
		-ms-justify-content: -ms-flex-start;
		justify-content: flex-start;
	}

/* Home — блок статей блога */

	#articles.home-articles-panel {
		position: relative;
		overflow: hidden;
		align-items: stretch;
	}

		#articles.home-articles-panel::before,
		#articles.home-articles-panel::after {
			content: '';
			position: absolute;
			pointer-events: none;
			z-index: 0;
		}

		#articles.home-articles-panel::before {
			top: 18%;
			right: 10%;
			width: 11rem;
			height: 11rem;
			border: 1px solid rgba(242, 212, 154, 0.22);
			border-radius: 50%;
			box-shadow: inset 0 0 0 1.35rem rgba(255, 255, 255, 0.06);
		}

		#articles.home-articles-panel::after {
			bottom: 14%;
			left: 38%;
			width: 0.55rem;
			height: 0.55rem;
			transform: rotate(45deg);
			border: 1px solid rgba(242, 212, 154, 0.45);
			background: rgba(242, 212, 154, 0.12);
		}

		#articles.home-articles-panel > .intro.joined {
			width: 24rem;
			padding-left: 2.25rem;
			padding-right: 2.25rem;
			align-self: stretch;
		}

			#articles.home-articles-panel > .intro.joined + .inner {
				padding-left: 2.25rem;
			}

	#articles.home-articles-panel > .intro,
	#articles.home-articles-panel > .inner {
		position: relative;
		z-index: 1;
	}

	#articles.home-articles-panel > .inner.home-articles {
		display: flex;
		flex-direction: column;
		align-items: center;
		align-self: stretch;
		width: auto;
		max-width: 100%;
		min-width: 0;
		flex-grow: 0;
		flex-shrink: 0;
		overflow: hidden;
	}

	#articles.home-articles-panel > .intro.home-articles-panel__intro {
		-moz-align-items: center;
		-webkit-align-items: center;
		-ms-align-items: center;
		align-items: center;
		text-align: center;
	}

	.home-articles-panel__intro h2.major:after {
		display: none;
	}

	.home-articles-panel__divider {
		display: flex;
		align-items: center;
		justify-content: center;
		gap: 0.65rem;
		width: min(100%, 12rem);
		margin: 0.35rem auto 0.9rem;
	}

	.home-articles-panel__intro p {
		margin-bottom: 1rem;
		line-height: 1.55;
		color: rgba(255, 255, 255, 0.84);
		text-align: center;
	}

	.home-articles-panel__illustration {
		display: block;
		width: min(100%, 13.5rem);
		height: auto;
		margin: 0.35rem auto 0;
		opacity: 0.78;
		filter: drop-shadow(0 0.75rem 1.4rem rgba(18, 16, 28, 0.18));
	}

	.home-articles-panel__divider-line {
		flex: 1;
		height: 1px;
		background: linear-gradient(
			90deg,
			transparent,
			rgba(242, 212, 154, 0.55) 20%,
			rgba(242, 212, 154, 0.55) 80%,
			transparent
		);
	}

	.home-articles-panel__divider-mark {
		flex-shrink: 0;
		width: 0.35rem;
		height: 0.35rem;
		transform: rotate(45deg);
		border: 1px solid rgba(242, 212, 154, 0.75);
		background-color: rgba(242, 212, 154, 0.18);
	}

	.home-articles__grid {
		display: grid;
		grid-template-columns: repeat(3, minmax(12.5rem, 13.75rem));
		grid-auto-rows: auto;
		gap: 0.55rem;
		width: max-content;
		max-width: 100%;
		flex-shrink: 0;
		align-items: stretch;
	}

	.home-articles__card.blog-glass {
		border-radius: 0.65rem;
		box-shadow: 0 0.6rem 1.2rem rgba(18, 16, 28, 0.18), inset 0 1px 0 rgba(255, 255, 255, 0.16);
	}

	.home-articles__card {
		display: flex;
		flex-direction: column;
		height: auto;
		min-width: 0;
		overflow: hidden;
		padding: 0;
		transform-origin: center center;
		transition: transform 0.2s ease, box-shadow 0.2s ease;
	}

		.home-articles__card:hover {
			transform: translateY(-2px) scale(1.03);
			box-shadow:
				0 1.35rem 2.6rem rgba(18, 16, 28, 0.22),
				inset 0 1px 0 rgba(255, 255, 255, 0.2);
			z-index: 2;
		}

	@media (prefers-reduced-motion: reduce) {

		.home-articles__card:hover {
			transform: none;
		}

	}

	.home-articles__card-media {
		display: block;
		flex-shrink: 0;
		overflow: hidden;
		line-height: 0;
		border-bottom: solid 1px rgba(255, 255, 255, 0.1);
	}

		.home-articles__card-media img {
			display: block;
			width: 100%;
			height: auto;
			aspect-ratio: 7 / 6;
			object-fit: cover;
			object-position: left center;
		}

	.home-articles__card-body {
		display: flex;
		flex-direction: column;
		flex-shrink: 0;
		gap: 0.35rem;
		padding: 0.65rem 0.7rem 0.75rem;
	}

	.home-articles__card-tag {
		display: inline-flex;
		width: fit-content;
		padding: 0.15rem 0.45rem;
		border-radius: 999px;
		background: rgba(242, 212, 154, 0.16);
		color: #f2d49a;
		font-size: 0.55rem;
		font-weight: 700;
		letter-spacing: 0.06em;
		line-height: 1.2;
		text-transform: uppercase;
	}

	.home-articles__card-title {
		margin: 0;
		font-size: 0.72rem;
		font-weight: 700;
		line-height: 1.35;
		display: -webkit-box;
		-webkit-box-orient: vertical;
		-webkit-line-clamp: 4;
		line-clamp: 4;
		overflow: hidden;
	}

		.home-articles__card-title a {
			color: #ffffff;
			text-decoration: none;
			border-bottom: dotted 1px rgba(255, 255, 255, 0.28);
		}

			.home-articles__card-title a:hover {
				color: #f2d49a;
				border-bottom-color: rgba(242, 212, 154, 0.65);
			}

	.home-articles__card-excerpt {
		margin: 0;
		font-size: 0.65rem;
		line-height: 1.4;
		color: rgba(255, 255, 255, 0.74);
		display: -webkit-box;
		-webkit-box-orient: vertical;
		-webkit-line-clamp: 2;
		line-clamp: 2;
		overflow: hidden;
	}

	.home-articles__actions {
		display: flex;
		justify-content: center;
		width: 100%;
		margin-top: 0.75rem;
		margin-left: 0;
		flex-shrink: 0;
	}

	@media screen and (max-width: 1280px) {

		#articles.home-articles-panel > .intro.joined {
			width: 21rem;
		}

		.home-articles__card-title {
			font-size: 0.68rem;
			-webkit-line-clamp: 3;
			line-clamp: 3;
		}

	}

	@media screen and (max-width: 980px) {

		#articles.home-articles-panel > .intro.joined {
			width: 100% !important;
			padding-left: 1.75rem;
			padding-right: 1.75rem;
		}

			#articles.home-articles-panel > .intro.joined + .inner {
				padding-left: 1.75rem;
				padding-top: 0;
			}

		#articles.home-articles-panel::before {
			top: 4%;
			right: 4%;
			width: 7rem;
			height: 7rem;
		}

		#articles.home-articles-panel::after {
			display: none;
		}

		#articles.home-articles-panel > .inner.home-articles {
			width: 100%;
			align-items: center;
		}

		.home-articles__grid {
			width: max-content;
			max-width: 100%;
			grid-template-columns: repeat(3, minmax(10.5rem, 13.75rem));
			overflow-x: auto;
			padding-bottom: 0.2rem;
			scrollbar-width: thin;
		}

	}

	@media screen and (max-width: 736px) {

		#articles.home-articles-panel > .inner.home-articles {
			display: grid;
			grid-template-columns: 1fr 1fr;
			gap: 0.4rem;
			width: 100%;
			max-width: 100%;
			align-items: stretch;
		}

		.home-articles__grid {
			display: contents;
			width: 100%;
			max-width: 100%;
			overflow: visible;
			padding-bottom: 0;
		}

		.home-articles__card {
			min-width: 0;
		}

		.home-articles__card-title {
			font-size: 0.65rem;
			-webkit-line-clamp: 3;
			line-clamp: 3;
		}

		.home-articles__card-excerpt {
			-webkit-line-clamp: 1;
			line-clamp: 1;
		}

		.home-articles__actions {
			grid-column: 2;
			grid-row: 2;
			align-self: center;
			justify-content: center;
			width: auto;
			margin-top: 0;
			margin-left: 0;
		}

	}

/* Blog card thumb + article cover */

	.blog-card__thumb-link {
		display: block;
		margin: 0 0 0.85rem;
		border-radius: 0.55rem;
		overflow: hidden;
		line-height: 0;
	}

	.blog-card__thumb {
		display: block;
		width: 100%;
		height: auto;
		aspect-ratio: 16 / 9;
		object-fit: cover;
	}

	.blog-article__cover {
		margin: 0 0 1.75rem;
		border-radius: 0.65rem;
		overflow: hidden;
		line-height: 0;
	}

	.blog-article__cover img {
		display: block;
		width: 100%;
		height: auto;
		aspect-ratio: 16 / 9;
		object-fit: cover;
	}