@charset "utf-8";
/* CSS Document */
html {
	height: 100%;
	overflow-y: scroll;
	scrollbar-gutter: stable;
}
BODY {
	background-color: #fff;
	text-align: center;
	color: #111;
	font-family: 'museo_sans_cyrl300', sans-serif;
	min-width: 0;
	display: flex;
	flex-direction: column;
	min-height: 100vh;
	box-sizing: border-box;
	--top-h: 166px;
	padding-top: var(--top-h);
	--footer-h: 0px;
	transition: padding-top 220ms ease;
}
div.stretched {
	min-height: 100%;
	height: auto !important;
	height: 100%;
	margin: 0 auto -5px;
	position: relative;
}
A, A:active, A:visited {
	color: #3397DA;
	text-decoration: none;
	cursor: pointer;
}

/* Safety: in case the document is served as XHTML (case-sensitive selectors) */
a, a:active, a:visited {
	cursor: pointer !important;
}

/* Force link cursor everywhere (overrides inherited/embedded defaults) */
a[href], area[href], a[href] *, area[href] * {
	cursor: pointer !important;
}
A:hover {
	color: #FFA742;
	border-color: #FFA742;
}
B, STRONG {
	font-family: 'museo_sans_cyrl500', sans-serif;
	font-weight: 500;
}
P {
	font: 15px/18px 'museo_sans_cyrl300', sans-serif;
	margin: 0 0 18px 2px;
}
H1:first-child {
	font: normal 32px/38px museo_sans_cyrl300;
	margin: 38px 0 21px 2px;
}
H1 {
	font: normal 32px/38px museo_sans_cyrl300;
	margin: 48px 0 21px 2px;
}

/* Unified heading color on all content pages except calculator (page-main). */
#content .wrap:not(.page-main) h1,
#content .wrap:not(.page-main) h2,
#content .wrap:not(.page-main) h3,
#content .wrap:not(.page-main) h4 {
	color: #f68b1e;
}
.title {
	color: #3397da;
	font: 32px/38px museo_sans_cyrl300;
	margin: 30px 0 5px 2px;
}
.empty {
	height: 0;
	overflow: hidden;
	clear: both;
}
.left {
	float: left;
	text-align: left;
}
.right {
	float: right;
	text-align: right;
}
.wrap {
	width: 960px;
	text-align: left;
	margin: 0px auto
}
.wrap p {
	text-align: justify;
}
.page-contacts p {
	text-align: left;
}

.page-envelope p,
.page-actions p {
	text-align: left;
}
.page-main p {
	text-align:left;
}
#content .wrap {
	padding-bottom: 0px;
}
/* Стили шапки */
#top {
	background: #F5F5F5;
	z-index: 949;
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	height: 165px;
	border-bottom: 1px solid #DDDDDD;
	margin-bottom:15px;
	transition: height 220ms ease, box-shadow 220ms ease;
	--top-menu-h: 56px;
}

#top .wrap {
	position: relative;
	height: 165px;
}

#logo, #top-contacts, #top-phone, #menu {
	transition: all 220ms ease;
}

/* Desktop compact header feature removed */
#logo {
	display: block;
	width: 123px;
	float: left;
	margin: 25px 43px 0 0;
}
#logo .logo-img, #logo IMG {
	display: block;
	width: 123px;
	height: auto;
	max-height: 55px;
}
#top-contacts {
	font-size: 13px;
	color: #878787;
	line-height: 18px;
	margin: 34px 0 0 0;
	width: 300px;
	float: left;
}
#top-contacts B {
	font-size: 16px;
	color: #333;
}
#top-phone {
	width: 320px;
	float: right;
	letter-spacing: -0.025em;
	text-align: right;
	margin: 22px 3px 0 0;
}

.menu-toggle {
	display: none;
	border: 0;
	background: transparent;
	padding: 10px;
	border-radius: 6px;
	cursor: pointer;
}

.menu-toggle .material-symbols-outlined {
	font-size: 26px;
	color: #878787;
	font-variation-settings: 'FILL' 0, 'wght' 300, 'GRAD' 0, 'opsz' 26;
}

.menu-toggle:hover {
	background: #E9E9E9;
}

.mobile-contacts {
	display: none;
}

.mobile-header-contacts {
	display: none;
}
#top-phone .top-phone-main {
	color: #111;
	font-size: 30px;
	line-height: 32px;
	display: inline-flex;
	align-items: baseline;
	justify-content: flex-end;
	gap: 8px;
}
#top-phone .top-phone-code {
	color: #878787;
	font-size: 13px;
	letter-spacing: normal;
}

#top-phone .top-phone-secondary {
	font-size: 18px;
	line-height: 20px;
	color: #878787;
	letter-spacing: normal;
}

#top-phone .top-email {
	display: inline-flex;
	align-items: center;
	justify-content: flex-end;
	gap: 8px;
	margin-top: 1px;
	font-size: 16px;
	line-height: 18px;
	letter-spacing: normal;
	font-family: 'museo_sans_cyrl500', sans-serif;
	font-weight: 500;
	color: #3397DA;
}

#top-phone .top-email:hover {
	color: #FFA742;
}

#top-phone .top-social {
	margin-top: 6px;
	font-size: 12px;
	line-height: 14px;
	letter-spacing: normal;
	color: #878787;
}

#top-phone .top-social-link {
	display: inline-flex;
	align-items: center;
	gap: 6px;
	color: #878787;
}

#top-phone .top-social-link:hover {
	color: #3397DA;
}

#top-phone .top-social-icon {
	display: block;
	height: 12px;
	width: 12px;
	object-fit: contain;
	filter: grayscale(1) brightness(0.75);
}

#top-phone .top-social-link:hover .top-social-icon {
	filter: none;
}

/* MAX icon needs blue hover tint (SVG is monochrome) */
#top-phone .top-social-link:hover .top-social-icon--max {
	filter: brightness(0) saturate(100%) invert(47%) sepia(86%) saturate(2042%) hue-rotate(182deg) brightness(98%) contrast(93%);
}

#top-phone .top-social-sep {
	margin: 0 8px;
	color: #DDDDDD;
}

#top-phone .top-contact-icon {
	font-size: 18px;
	vertical-align: 0;
	color: #878787;
	font-variation-settings: 'FILL' 0, 'wght' 300, 'GRAD' 0, 'opsz' 18;
}
#menu {
	display: flex;
	justify-content: space-between;
	align-items: stretch;
	gap: 0;
	position: absolute;
	left: 0;
	right: 0;
	bottom: 0;
	height: var(--top-menu-h);
	margin: 0;
	padding: 0;
	border-top: none;
}

#top:after {
	content: '';
	position: absolute;
	left: 0;
	right: 0;
	top: calc(100% - var(--top-menu-h));
	height: 1px;
	background: #DDDDDD;
}
#menu > LI {
	height: 100%;
	display: flex;
	align-items: center;
	font-size: 16px;
	padding: 0;
	position: relative;
}
.menu-item__main {
	height: 100%;
	display: inline-flex;
	align-items: center;
	gap: 0;
}

.menu-item__link,
.menu-item__link:visited,
.menu-item__link:active {
	color: #878787;
	display: inline-flex;
	align-items: center;
	white-space: nowrap;
	padding: 10px 8px;
	border-radius: 6px;
	transition: background-color 160ms ease, color 160ms ease;
	cursor: pointer;
}

.menu-item__link--toggle {
	gap: 8px;
}

.menu-item__label {
	display: inline-flex;
	align-items: center;
}

.menu-caret {
	font-size: 18px;
	vertical-align: 0;
	transition: transform 160ms ease;
}

.menu-item--has-submenu.is-open > .menu-item__main > .menu-item__link--toggle .menu-caret {
	transform: rotate(180deg);
}

.menu-item__link:hover {
	color: #111;
	background: #E9E9E9;
}

#menu > LI.active > .menu-item__main > .menu-item__link,
#menu > LI.active > .menu-item__main > .menu-item__link:visited,
#menu > LI.active > .menu-item__main > .menu-item__link:active {
	color: #FFA742;
	font-family: 'museo_sans_cyrl500', sans-serif;
	font-weight: 500;
	background: transparent;
}

#menu > LI.active > .menu-item__main > .menu-item__link:hover {
	color: #FFA742;
	background: #E9E9E9;
}

.menu-submenu {
	position: absolute;
	top: calc(100% - 2px);
	left: 0;
	right: auto;
	min-width: 0;
	width: max-content;
	max-width: calc(100vw - 24px);
	display: none;
	margin: 0;
	padding: 8px;
	background: #FFFFFF;
	border: 1px solid #DDDDDD;
	border-radius: 10px;
	box-shadow: 0 10px 24px rgba(0, 0, 0, 0.08);
	z-index: 210;
}

.menu-item--has-submenu.is-open > .menu-submenu {
	display: block;
}

.menu-item--submenu-right > .menu-submenu {
	left: auto;
	right: 0;
}

.menu-submenu LI {
	height: auto;
	display: block;
	font-size: 15px;
	padding: 0;
}

.menu-submenu A {
	display: flex;
	align-items: center;
	color: #555555;
	padding: 9px 10px;
	white-space: nowrap;
	border-radius: 8px;
	transition: background-color 160ms ease, color 160ms ease;
}

.menu-submenu A:hover {
	color: #111111;
	background: #F3F3F3;
}

.menu-submenu LI.active A {
	color: #FFA742;
	font-family: 'museo_sans_cyrl500', sans-serif;
	font-weight: 500;
}

.material-symbols-outlined {
	font-family: 'Material Symbols Outlined';
	font-weight: normal;
	font-style: normal;
	font-size: 20px;
	line-height: 1;
	display: inline-block;
	width: 1em;
	min-width: 1em;
	overflow: hidden;
	white-space: nowrap;
	vertical-align: -4px;
	-webkit-font-smoothing: antialiased;
	text-rendering: optimizeLegibility;
	font-variation-settings: 'FILL' 0, 'wght' 300, 'GRAD' 0, 'opsz' 20;
}

html.icons-loading .material-symbols-outlined {
	color: transparent !important;
}

.ui-chevron {
	display: inline-block;
	width: 12px;
	height: 12px;
	border-top: 2px solid currentColor;
	border-right: 2px solid currentColor;
	box-sizing: border-box;
}

.ui-chevron--right {
	transform: rotate(45deg);
}

.ui-chevron--left {
	transform: rotate(-135deg);
}

#menu .menu-icon {
	margin-right: 5px;
	color: currentColor;
}
/* стили подвала */
#footer {
	position: static;
	background: #F5F5F5;
	border-top: 1px solid #DDDDDD;
}
#footer .wrap {
	font-size: 13px;
	color: #878787;
	padding: 16px 0 16px 0;
}

.footer-inner {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 24px;
}

.footer-col {
	min-width: 0;
}

.footer-line {
	margin: 0 0 8px 0;
}

.footer-phones {
	display: flex;
	align-items: center;
	flex-wrap: wrap;
	gap: 6px;
	font-size: 15px;
	color: #111;
}

.footer-email,
.footer-address {
	display: flex;
	align-items: center;
	gap: 8px;
}

.footer-address {
	color: #878787;
}

.footer-address .footer-link {
	white-space: nowrap;
}

.footer-icon {
	font-size: 18px;
	color: #878787;
	font-variation-settings: 'FILL' 0, 'wght' 300, 'GRAD' 0, 'opsz' 18;
}

.footer-phone-code {
	font-size: 12px;
	color: #878787;
	letter-spacing: normal;
}

.footer-link {
	color: inherit;
}

.footer-link:hover {
	color: #3397DA;
}

.footer-link--phone {
	color: #111;
	font-family: 'museo_sans_cyrl500', sans-serif;
	font-weight: 500;
}

.footer-link--phone:hover {
	color: #111;
}

.footer-social {
	text-align: right;
	display: flex;
	flex-direction: column;
	align-items: flex-end;
	gap: 8px;
}

.footer-social-row {
	display: flex;
	align-items: center;
	gap: 10px 16px;
	flex-wrap: wrap;
	justify-content: flex-end;
	margin-bottom: 6px;
	width: 100%;
}

.footer-legal {
	display: inline-flex;
	width: 100%;
	justify-content: flex-end;
}

.footer-social-link {
	display: inline-flex;
	align-items: center;
	gap: 10px;
	margin: 0;
	color: #878787;
}

.footer-social-link:hover {
	color: #3397DA;
}

.footer-social-link IMG {
	display: block;
}

.footer-social-icon {
	height: 18px;
	width: 18px;
	object-fit: contain;
	filter: grayscale(1) brightness(0.75);
}

.footer-social-link:hover .footer-social-icon {
	filter: none;
}

.footer-social-link:hover .footer-social-icon--max {
	filter: brightness(0) saturate(100%) invert(47%) sepia(86%) saturate(2042%) hue-rotate(182deg) brightness(98%) contrast(93%);
}

.footer-qr-link {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 18px;
	height: 18px;
	opacity: 0.7;
}

.footer-qr-link:hover {
	opacity: 1;
}

.footer-qr-icon {
	font-size: 18px;
	color: #878787;
	line-height: 1;
	font-variation-settings: 'FILL' 0, 'wght' 300, 'GRAD' 0, 'opsz' 18;
}

.footer-qr-link:hover .footer-qr-icon {
	color: #3397DA;
}

.footer-legal {
	font-size: 12px;
	display: flex;
	align-items: center;
	gap: 8px 14px;
	flex-wrap: wrap;
	justify-content: flex-end;
	width: 100%;
}

.footer-legal-link {
	display: inline-flex;
	align-items: center;
	gap: 6px;
	padding: 0;
	font-size: 12px;
	line-height: 1.3;
	color: #878787;
	text-decoration: none;
	transition: color .2s ease;
}

.footer-legal-link:hover {
	color: #f68b1e;
}

.footer-legal-icon {
	font-size: 15px;
	line-height: 1;
	color: currentColor;
}

.cookie-banner {
	position: fixed;
	left: 50%;
	bottom: 16px;
	transform: translateX(-50%) translateY(18px);
	width: min(1120px, calc(100% - 28px));
	z-index: 1200;
	opacity: 0;
	pointer-events: none;
	transition: opacity .22s ease, transform .22s ease;
}

.cookie-banner.is-visible {
	opacity: 1;
	pointer-events: auto;
	transform: translateX(-50%) translateY(0);
}

.cookie-banner__inner {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 18px;
	padding: 14px 18px;
	border: 1px solid rgba(246, 139, 30, 0.18);
	border-radius: 18px;
	background: rgba(255, 255, 255, 0.96);
	box-shadow: 0 20px 44px rgba(34, 34, 34, 0.14);
	backdrop-filter: blur(10px);
}

.cookie-banner__text {
	display: flex;
	align-items: flex-start;
	gap: 12px;
	min-width: 0;
}

.cookie-banner__icon {
	flex: 0 0 auto;
	font-size: 24px;
	line-height: 1;
	color: #f68b1e;
	margin-top: 1px;
}

.cookie-banner__copy {
	min-width: 0;
}

.cookie-banner__title {
	font: 500 16px/1.2 'museo_sans_cyrl500', sans-serif;
	color: #222;
	margin-bottom: 4px;
}

.cookie-banner__copy p {
	margin: 0;
	font: 300 13px/1.45 'museo_sans_cyrl300', sans-serif;
	color: #555;
	text-align: left;
}

.cookie-banner__copy a {
	color: #f68b1e;
	text-decoration: underline;
}

.cookie-banner__actions {
	display: flex;
	align-items: center;
	gap: 10px;
	flex: 0 0 auto;
}

.cookie-banner__btn {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-height: 40px;
	padding: 0 16px;
	border-radius: 999px;
	font: 500 14px/1 'museo_sans_cyrl500', sans-serif;
	cursor: pointer;
	transition: background-color .2s ease, color .2s ease, border-color .2s ease;
}

.cookie-banner__btn--ghost {
	border: 1px solid #d8d8d8;
	background: #fff;
	color: #666;
}

.cookie-banner__btn--ghost:hover {
	border-color: #c7c7c7;
	color: #333;
}

.cookie-banner__btn--primary {
	border: 1px solid #f68b1e;
	background: #f68b1e;
	color: #fff;
}

.cookie-banner__btn--primary:hover {
	background: #ee8215;
	border-color: #ee8215;
}

/* Classic / offset page */
.page-classic {
	padding: 30px 0 10px 0;
}

.classic-lead {
	font-size: 16px;
	line-height: 22px;
	color: #333;
	margin: 12px 0 24px 2px;
	text-align: left;
}

.classic-mascot {
	float: right;
	width: 312px;
	max-width: 46%;
	height: auto;
	margin: 17px 0 6px 18px;
}

.classic-h2 {
	margin: 28px 0 12px 2px;
	font: normal 24px/30px museo_sans_cyrl300;
	color: #111;
}

.classic-grid {
	display: flex;
	gap: 14px;
	margin: 10px 0 24px 0;
}

.classic-card {
	flex: 1;
	border: 1px solid #DDDDDD;
	background: #FAFAFA;
	padding: 14px 14px 10px 14px;
	border-radius: 4px;
}

.classic-card-title {
	display: flex;
	align-items: center;
	gap: 8px;
	font-family: 'museo_sans_cyrl500', sans-serif;
	font-weight: 500;
	color: #111;
	margin: 0 0 8px 0;
}

.classic-card .material-symbols-outlined {
	font-size: 20px;
	color: #FFA742;
	font-variation-settings: 'FILL' 0, 'wght' 400, 'GRAD' 0, 'opsz' 20;
}

.classic-card P {
	margin: 0 0 8px 0;
	text-align: left;
}

.classic-list, .classic-steps {
	margin: 10px 0 18px 22px;
	padding: 0;
	text-align: left;
}

.classic-list {
	list-style: disc;
}

.classic-steps {
	list-style: decimal;
}

.classic-list LI, .classic-steps LI {
	margin: 0 0 8px 0;
}

.classic-note {
	border-left: 4px solid #FFA742;
	background: #F5F5F5;
	padding: 14px 16px;
	margin: 18px 0 8px 0;
}

.classic-note-title {
	font-family: 'museo_sans_cyrl500', sans-serif;
	font-weight: 500;
	color: #111;
	margin: 0 0 6px 0;
}

.classic-note P {
	margin: 0;
}


.classic-disclaimer {
	font-size: 12px;
	color: #878787;
	margin: 12px 0 0 2px;
}

/* Envelope page */
.page-envelope {
	padding: 30px 0 10px 0;
}

.envelope-lead {
	font-size: 16px;
	line-height: 22px;
	color: #333;
	margin: 12px 0 18px 2px;
}

.envelope-mascot {
	float: right;
	width: 346px;
	max-width: 52%;
	height: auto;
	margin: -12px 0 6px 18px;
}

.envelope-grid {
	display: flex;
	gap: 14px;
	margin: 10px 0 24px 0;
}

.envelope-card {
	flex: 1;
	border: 1px solid #DDDDDD;
	background: #FAFAFA;
	padding: 14px 14px 10px 14px;
	border-radius: 4px;
}

.envelope-card-title {
	display: flex;
	align-items: center;
	gap: 8px;
	font-family: 'museo_sans_cyrl500', sans-serif;
	font-weight: 500;
	color: #111;
	margin: 0 0 8px 0;
}

.envelope-card .material-symbols-outlined {
	font-size: 20px;
	color: #FFA742;
	font-variation-settings: 'FILL' 0, 'wght' 400, 'GRAD' 0, 'opsz' 20;
}

.envelope-card P {
	margin: 0 0 8px 0;
}

.envelope-h2 {
	margin: 26px 0 12px 2px;
	font: normal 24px/30px museo_sans_cyrl300;
	color: #111;
}

.envelope-list {
	margin: 10px 0 18px 22px;
	padding: 0;
	text-align: left;
	list-style: disc;
}

.envelope-list LI {
	margin: 0 0 8px 0;
}

.envelope-price {
	width: 100%;
	margin: 12px 0 10px 0;
	border: 1px solid #DDDDDD;
	border-radius: 10px;
	overflow: hidden;
	background: #fff;
	box-shadow: 0 10px 24px rgba(0,0,0,0.06);
}

.wrap .envelope-price TH, .wrap .envelope-price TD {
	padding: 14px 16px;
	text-align: left;
	border-bottom: 1px solid #EEEEEE;
}

.envelope-price THEAD TH {
	background: #F5F5F5;
	color: #111;
	font-family: 'museo_sans_cyrl500', sans-serif;
	font-weight: 500;
	border-bottom: 1px solid #DDDDDD;
}

.envelope-price THEAD TH:first-child {
	border-right: 1px solid #EEEEEE;
}

.envelope-price TBODY TD:first-child {
	font-family: 'museo_sans_cyrl500', sans-serif;
	font-weight: 500;
	color: #111;
	border-right: 1px solid #F0F0F0;
	width: 48%;
}

.envelope-price TH:not(:first-child),
.envelope-price TD:not(:first-child) {
	text-align: center;
	width: 17.3%;
}

.envelope-price TBODY TD:not(:first-child) {
	font-family: 'museo_sans_cyrl500', sans-serif;
	font-weight: 500;
	color: #FFA742;
}

.envelope-price TBODY TR {
	transition: background-color 160ms ease;
}

.envelope-price TBODY TR:hover TD {
	background: #FFF7EE;
}

.envelope-price TBODY TR:last-child TD {
	border-bottom: none;
}

.envelope-subtext {
	color: #878787;
	font-size: 13px;
	margin: 0 0 10px 2px;
}

.envelope-note {
	border-left: 4px solid #FFA742;
	background: #F5F5F5;
	padding: 14px 16px;
	margin: 18px 0 8px 0;
}

.envelope-note-title {
	font-family: 'museo_sans_cyrl500', sans-serif;
	font-weight: 500;
	color: #111;
	margin: 0 0 6px 0;
}

.envelope-note P {
	margin: 0;
}


.envelope-disclaimer {
	font-size: 12px;
	color: #878787;
	margin: 12px 0 0 2px;
}

/* About page */
.page-about {
	padding: 30px 0 10px 0;
}

.about-mascot {
	float: right;
	width: 260px;
	max-width: 44%;
	height: auto;
	margin: -40px 0 10px 18px;
}

.about-lead {
	font-size: 16px;
	line-height: 22px;
	color: #333;
	margin: 12px 0 18px 2px;
	text-align: left;
}

.about-grid {
	display: flex;
	gap: 14px;
	margin: 10px 0 24px 0;
	text-align: left;
}

.about-card {
	flex: 1;
	border: 1px solid #DDDDDD;
	background: #FAFAFA;
	padding: 14px 14px 10px 14px;
	border-radius: 4px;
	text-align: left;
}

.about-card-title {
	display: flex;
	align-items: center;
	gap: 8px;
	font-family: 'museo_sans_cyrl500', sans-serif;
	font-weight: 500;
	color: #111;
	margin: 0 0 8px 0;
}

.about-card .material-symbols-outlined {
	font-size: 20px;
	color: #FFA742;
	font-variation-settings: 'FILL' 0, 'wght' 400, 'GRAD' 0, 'opsz' 20;
}

.about-card P {
	margin: 0 0 8px 0;
	text-align: left;
}

.about-h2 {
	margin: 26px 0 12px 2px;
	font: normal 24px/30px museo_sans_cyrl300;
	color: #111;
}

.about-list {
	margin: 10px 0 18px 22px;
	padding: 0;
	text-align: left;
	list-style: disc;
}

.about-list LI {
	margin: 0 0 8px 0;
}

.about-note {
	border-left: 4px solid #FFA742;
	background: #F5F5F5;
	padding: 14px 16px;
	margin: 18px 0 8px 0;
	text-align: left;
}

.about-note-title {
	font-family: 'museo_sans_cyrl500', sans-serif;
	font-weight: 500;
	color: #111;
	margin: 0 0 6px 0;
}

.wrap .about-note P {
	margin: 0;
	text-align: left;
}

.about-disclaimer {
	font-size: 12px;
	color: #878787;
	margin: 12px 0 0 2px;
}

/* Actions page */
.page-actions {
	padding: 30px 0 10px 0;
}

/* Legal pages: same nav посадка as promo pages */
.page-legal {
	padding: 30px 0 10px 0;
}

.page-legal .legal-page,
.page-legal .privacy-page {
	padding-top: 0;
}

.promo-nav {
	margin: 8px 0 18px;
	padding: 0;
	border: none;
	border-radius: 0;
	background: transparent;
}

.promo-nav__list {
	display: flex;
	gap: 8px;
	flex-wrap: wrap;
	list-style: none;
	margin: 0;
	padding: 0;
}

.promo-nav__item {
	margin: 0;
	padding: 0;
}

.promo-nav__link,
.promo-nav__link:visited,
.promo-nav__link:active {
	display: inline-block;
	padding: 8px 12px;
	border: 1px solid #FFA742;
	border-radius: 999px;
	color: #FFA742;
	background: #fff;
	text-decoration: none;
	font-family: 'museo_sans_cyrl500', sans-serif;
	font-weight: 500;
	font-size: 14px;
	line-height: 1.2;
	white-space: nowrap;
}

.promo-nav__link:hover,
.promo-nav__link:focus {
	color: #fff;
	background: #FFA742;
}

.promo-nav__link.is-active,
.promo-nav__link.is-active:visited,
.promo-nav__link.is-active:active {
	color: #fff;
	background: #FFA742;
}

.actions-lead {
	font-size: 16px;
	line-height: 22px;
	color: #333;
	margin: 12px 0 18px 2px;
}

	.actions-mascot {
		float: right;
		width: 255px;
		max-width: 46%;
		height: auto;
		margin: -18px 0 6px 18px;
	}

.actions-grid {
	display: flex;
	gap: 14px;
	margin: 10px 0 24px 0;
}

.actions-card {
	flex: 1;
	border: 1px solid #DDDDDD;
	background: #FAFAFA;
	padding: 14px 14px 10px 14px;
	border-radius: 4px;
}

.actions-card-title {
	display: flex;
	align-items: center;
	gap: 8px;
	font-family: 'museo_sans_cyrl500', sans-serif;
	font-weight: 500;
	color: #111;
	margin: 0 0 8px 0;
}

.actions-card .material-symbols-outlined {
	font-size: 20px;
	color: #FFA742;
	font-variation-settings: 'FILL' 0, 'wght' 400, 'GRAD' 0, 'opsz' 20;
}

.actions-card P {
	margin: 0 0 8px 0;
}

.actions-mascot-side {
	float: right;
	width: 300px;
	max-width: 44%;
	height: auto;
	margin: 8px 0 12px 24px;
}

.actions-h2 {
	margin: 26px 0 12px 2px;
	font: normal 24px/30px museo_sans_cyrl300;
	color: #111;
}

.actions-list, .actions-steps {
	margin: 10px 0 18px 22px;
	padding: 0;
	text-align: left;
}

.actions-list {
	list-style: disc;
}

.actions-steps {
	list-style: decimal;
}

.actions-list LI, .actions-steps LI {
	margin: 0 0 8px 0;
}

.actions-note {
	border-left: 4px solid #FFA742;
	background: #F5F5F5;
	padding: 14px 16px;
	margin: 18px 0 8px 0;
}

.actions-note-title {
	font-family: 'museo_sans_cyrl500', sans-serif;
	font-weight: 500;
	color: #111;
	margin: 0 0 6px 0;
}

.actions-note P {
	margin: 0 0 8px 0;
}

.actions-note P:last-child {
	margin-bottom: 0;
}

.actions-small {
	font-size: 12px;
	line-height: 16px;
	color: #878787;
}

.actions-disclaimer {
	font-size: 12px;
	color: #878787;
	margin: 12px 0 0 2px;
}

.actions-cta {
	display: flex;
	flex-wrap: wrap;
	gap: 10px;
	margin: 18px 0 8px;
}

.actions-cta__btn {
	display: inline-block;
	padding: 11px 16px;
	border: 1px solid #FFA742;
	border-radius: 6px;
	color: #FFA742;
	text-decoration: none;
	font-family: 'museo_sans_cyrl500', sans-serif;
	font-weight: 500;
}

.actions-cta__btn:visited,
.actions-cta__btn:active {
	color: #FFA742;
	border-color: #FFA742;
}

.actions-cta__btn:hover,
.actions-cta__btn:focus {
	background: #FFA742;
	color: #fff;
}

.actions-faq {
	display: grid;
	gap: 10px;
	margin: 0 0 6px;
}

.actions-faq__item {
	border: 1px solid #DDDDDD;
	border-radius: 6px;
	padding: 10px 12px;
	background: #FAFAFA;
	line-height: 1.55;
}
/* контакты */
.page-contacts {
	padding: 30px 0 10px 0;
	text-align: left;
}
/* портфолио */
.page-portfolio {
	width: 974px;
	position: relative;
	left: 7px;
	padding-top: 38px;
}
.work {
	width: 230px;
	height: 223px;
	float: left;
	margin-right: 13px;
}
.work P {
	color: #888;
	margin: 12px 0 0 0;
}
/* главная */
#content .page-main {
	padding-bottom: 0px;
}

.home-seo {
	margin: 22px 0 8px;
	padding: 18px 20px;
	border: 1px solid #E5E5E5;
	border-radius: 12px;
	background: #FAFAFA;
	clear: both;
}

.home-seo__title {
	margin: 0 0 10px;
	font: normal 30px/36px museo_sans_cyrl300;
	color: #111;
}

.home-seo__lead,
.home-seo__text,
.home-seo__note {
	margin: 0 0 12px;
	line-height: 1.6;
	color: #333;
}

.home-seo__grid {
	display: grid;
	grid-template-columns: 1fr 1fr;
	gap: 14px;
	margin: 10px 0 12px;
}

.home-seo__card {
	border: 1px solid #E5E5E5;
	border-radius: 10px;
	background: #fff;
	padding: 12px 14px;
}

.home-seo__h2 {
	margin: 0 0 8px;
	font: normal 22px/28px museo_sans_cyrl300;
	color: #111;
}

.home-seo__services,
.home-seo__links {
	margin: 0;
	padding-left: 18px;
	line-height: 1.6;
}

.home-seo__services li,
.home-seo__links li {
	margin: 0 0 6px;
}

.home-seo__links a,
.home-seo__links a:visited,
.home-seo__links a:active,
.home-seo a,
.home-seo a:visited,
.home-seo a:active,
.home-seo__note a,
.home-seo__note a:visited,
.home-seo__note a:active {
	color: #FFA742;
	text-decoration: underline;
}

.home-seo__links a:hover,
.home-seo a:hover,
.home-seo__note a:hover {
	color: #e57f17;
}

.home-seo__row {
	margin: 0 0 9px;
	display: flex;
	align-items: flex-start;
	gap: 10px;
}

.home-seo__row--last {
	margin-bottom: 6px;
}

.home-seo__icon {
	flex: 0 0 auto;
	font-size: 20px;
	line-height: 20px;
	color: #F68B1E;
	margin-top: 2px;
}

.home-seo__row-text {
	display: block;
	flex: 1 1 auto;
	line-height: 1.55;
	color: #333;
}

.home-seo__promo-line {
	margin: 0 0 9px 30px;
	line-height: 1.55;
	color: #333;
}

.home-seo__promo-link {
	white-space: nowrap;
}

.home-seo--compact {
	margin: 14px 0 6px;
	padding: 10px 0 2px;
	border: none;
	border-top: 1px solid #E5E5E5;
	border-radius: 0;
	background: transparent;
}

.home-seo--compact .home-seo__title {
	margin: 0 0 6px;
	font: normal 24px/30px museo_sans_cyrl300;
}

.home-seo--compact .home-seo__lead,
.home-seo--compact .home-seo__note {
	margin: 0 0 8px;
}

.home-reviews {
	clear: both;
	position: relative;
	z-index: 2;
	margin: 16px 0 14px;
	padding: 16px 0 6px;
	border-top: 1px solid #E5E5E5;
	background: #fff;
	text-align: center;
}

.home-reviews__intro {
	margin: 0 0 8px;
	display: flex;
	flex-direction: column;
	align-items: center;
	text-align: center;
}

.home-reviews__title {
	margin: 0 0 2px;
	font: normal 18px/24px museo_sans_cyrl300;
	color: #111;
}

.home-reviews__text {
	margin: 0;
	font-size: 13px;
	line-height: 1.45;
	color: #444;
	text-align: center;
	max-width: 720px;
}

.home-reviews__widgets {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, auto));
	gap: 8px;
	align-items: center;
	justify-content: center;
}

.home-reviews__card {
	display: flex;
	flex-direction: row;
	align-items: center;
	gap: 8px;
	min-height: 0;
	padding: 9px 12px;
	border: 1px solid #E1E1E1;
	border-radius: 999px;
	background: #f3f3f3;
	box-sizing: border-box;
	transition: border-color .18s ease, box-shadow .18s ease, transform .18s ease;
}

.home-reviews__card:hover {
	border-color: #F68B1E;
	box-shadow: 0 10px 24px rgba(0, 0, 0, 0.08);
	transform: translateY(-1px);
}

.home-reviews__card--2gis {
	background: #f3f3f3;
}

.home-reviews__card--yandex {
	gap: 8px;
	min-width: 0;
}

.home-reviews__badge {
	display: inline-flex;
	align-items: center;
	width: fit-content;
	margin: 0;
	padding: 4px 8px;
	border-radius: 999px;
	background: #e7e7e7;
	font: 500 11px/1 'museo_sans_cyrl500', sans-serif;
	color: #666;
}

.home-reviews__card--2gis .home-reviews__badge {
	background: #D7F17A;
	color: #355300;
}

.home-reviews__card-title {
	margin: 0;
	font: 500 14px/1.2 'museo_sans_cyrl500', sans-serif;
	color: #111;
}

.home-reviews__iframe {
	display: block;
	max-width: 100%;
	border: 0;
	flex: 0 0 auto;
}

.home-reviews__iframe--2gis {
	overflow: hidden;
	border-radius: 8px;
}

.calc-main {
	width: 701px;
	float: left;
}

#xCalc {
	position: relative;
}

#xCalc::after {
	content: "";
	display: block;
	clear: both;
}

#menu-types {
	border-bottom: 1px solid #DDDDDD;
	margin-top: 7px;
	overflow: hidden;
}

/* Product types arrows are mobile-only */
.product-types-arrow {
	display: none;
}
#menu-types LI {
	float: left;
	text-align: center;
}
#menu-types LI A, #menu-types LI SPAN {
	display: block;
	height: 60px;
	padding-top: 68px;
	background: url(../img/icons.png) no-repeat top center;
	font: 15px/18px;
	color: #888888;
}
#menu-types LI.active SPAN, #menu-types LI.active A {
	font-family: 'museo_sans_cyrl500', sans-serif;
	font-weight: 500;
	color: #111;
}
#menu-types .type-list {
	width: 128px;
	/*margin-left: 15px;*/
}
#menu-types .type-multi {
	background-position: center -150px;
	width: 146px;
}
#menu-types .type-buklet {
	background-position: center -300px;
	width: 128px;
}
#menu-types .type-card {
	background-position: center -450px;
	width: 128px;
}
#menu-types .type-calendar {
	background: url(../img/calendar_off.png.jpeg) no-repeat center top;
	width: 128px
}
#menu-types .type-calendar-lite {
	background: url(../img/calendar_lite_off.png.jpeg) no-repeat center top;
	width: 146px;
}
#menu-types .type-spine {
	background-position: center -750px;
	width: 146px;
}
#menu-types .type-universal {
	background: url(../img/universal_calc_off.png.jpeg) no-repeat center top;
	width: 128px;
}
#menu-types .type-list:hover, #menu-types LI.active .type-list {
	background-position: center -1050px;
}
#menu-types .type-multi:hover, #menu-types LI.active .type-multi {
	background-position: center -1200px;
}
#menu-types .type-buklet:hover, #menu-types LI.active .type-buklet {
	background-position: center -1350px;
}
#menu-types .type-card:hover, #menu-types LI.active .type-card {
	background-position: center -1500px;
}
#menu-types .type-calendar:hover, #menu-types LI.active .type-calendar {
	background: url(../img/calendar_on.png.jpeg) no-repeat center top;
}
#menu-types .type-calendar-lite:hover, #menu-types LI.active .type-calendar-lite {
	background: url(../img/calendar_lite_on.png.jpeg) no-repeat center top;
}
#menu-types .type-spine:hover, #menu-types LI.active .type-spine {
	background-position: center -1800px;
}
#menu-types .type-universal:hover, #menu-types LI.active .type-universal {
	background: url(../img/universal_calc_on.png.jpeg) no-repeat center top;
}
.col-paper {
	width: 184px;
	margin-right: 38px;
	float: left;
	padding-top: 25px;
}
span.paper-header {
	display: block;
	float: left;
	position: relative;
	top: 10px;
	right: -12px;
}
span.paper-header a {
	color: #ffa641;
	font-family: "museo_sans_cyrl500",sans-serif;
	font-weight: 500;
}
span.paper-header a:active, span.paper-header a:visited {
	color: #ffa641;
}
.paper-block {
	border: 1px solid #DDDDDD;
	/*background: #FAFAFA;*/
	padding: 31px 0px 0 12px;
	height: 101px;
	cursor: pointer;
}

/* Selected paper preview: make background image fill the whole rectangle */
#xCalc #product-paper .paper-block,
#xCalc #product-paper1 .paper-block {
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center;
}
.paper-block:hover {
	border-color: #FFA742;
}
.paper-block P EM {
	font-style: normal;
	font-size: 13px;
	color: #777777;
}
.paper-block P {
	margin: 0;
	font-size: 13px;
	color: #333333;
	clear: both;
	max-width: 145px;
}
.paper-block P EM SUP {
	font-size: 8px;
	position: relative;
	top: -5px;
}
.btn-more {
	float: right;
	display: block;
	width: 16px;
	height: 9px;
	overflow: hidden;
	background: url(../img/btns.png) no-repeat left -25px;
	position: relative;
	top: 15px;
	right: 12px;
	/*margin: 0 5px;*/
}
#paper-choose, #paper1-choose, #category-preview {
	width: 970px;
	margin: 0 auto;
	display: none;
	padding: 10px 10px 0 0px;
}
#paper-choose .paper-block, #paper1-choose .paper-block {
	float: left;
	margin: 0 0px 10px 10px;
	width: 170px;
	text-align: left;
	height: 121px;
    padding: 11px 0 0 12px;
}
#paper-choose .paper-group, #paper1-choose .paper-group {
	clear: both;
	margin: 0 0 8px 0;
}
#paper-choose .paper-group-title, #paper1-choose .paper-group-title {
	margin: 6px 0 6px 10px;
	font-size: 12px;
	color: #878787;
	text-transform: uppercase;
	letter-spacing: 0.04em;
}
#paper-choose .paper-group-items:after, #paper1-choose .paper-group-items:after {
	content: "";
	display: block;
	clear: both;
}
#paper-choose .paper-block:hover P, #paper-choose .paper-block:hover EM, 
#paper1-choose .paper-block:hover P, #paper1-choose .paper-block:hover EM {
	color: #FFA64D;
}
#paper-choose .white, #paper1-choose .white {
	background-color: #fff;
}
#paper-choose .gray, #paper1-choose .gray {
	background-color: #FAFAFA;
}
#paper9 {
	background-image: url(../img/paper-9.png)
}
#paper10 {
	background-image: url(../img/paper-10.png)
}
#paper13 {
	background-image: url(../img/paper-13.png)
}
#paper14 {
	background-image: url(../img/paper-14.png)
}
#paper15 {
	background-image: url(../img/paper-15.png)
}
#paper16 {
	background-image: url(../img/paper-16.png)
}
#paper17 {
	background-image: url(../img/paper-17.png)
}
#paper18 {
	background-image: url(../img/paper-18.png)
}
#paper19 {
	background-image: url(../img/paper-19.png)
}
.col-properties {
	width: 478px;
	float: left;
	border-right: none;
	padding: 25px 0 87px 0;
}
div.col-label {
	display: table;
	height: 37px;
	/*line-height: 37px;*/
	width: 100px;
	font-size: 15px;
	color: #111111;
	float: left;
	clear: left;
	margin: 0px;
	text-align: left;
}
div.col-label span {
	display: table-cell;
	vertical-align: middle;
	line-height: 1.2em;
}
/*.col-label {
	line-height: 37px;
	width: 100px;
	font-size: 15px;
	color: #111111;
	float: left;
	clear: left;
	margin: 0px;
}*/
.col-select {
	float: left;
}
.rect {
	line-height: 37px;
	margin-bottom: 16px;
}
.rect-l {
	margin-bottom: 15px;
}
.rect A, .rect A:active, .rect A:visited {
	display: block;
	float: left;
	font-size: 15px;
	color: #888;
	height: 37px;
	text-align: center;
	margin-right: 2px;
	padding: 0 10px 0 9px;
}
.rect A:hover {
	padding: 0 9px 0 8px;
	height: 35px;
	line-height: 35px;
	border-color: rgb(255,166,77);
	border-width: 1px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
	border-style: solid;
	color: #FFA742;
}
.rect A.active {
	padding: 0 9px 0 8px;
	background-color: rgb(255,166,77);
	height: 35px;
	line-height: 35px;
	border-color: rgb(255,166,77);
	border-width: 1px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
	border-style: solid;
	color: #fff;
}
.rect-l A, .rect-l A:active, .rect-l A:visited {
	padding: 0 11px 0 11px
}
.rect-l A:hover {
	padding: 0 10px 0 10px
}
.rect-l A.active {
	padding: 0 10px 0 10px
}
.form-element {
	height: 36px;
	margin-bottom: 15px;
}
.amount {
	height: 26px;
	padding-top: 9px;
	float: left;
	width: 74px;
	border: 1px solid #DDDDDD;
	border-left: none;
	background: #F5F5F5;
	-moz-border-top-right-radius: 3px;
	-webkit-border-top-right-radius: 3px;
	border-top-right-radius: 3px;
	-moz-border-bottom-right-radius: 3px;
	-webkit-border-bottom-right-radius: 3px;
	border-bottom-right-radius: 3px;
	margin-right: 4px;
}
.amount A {
	display: block;
	width: 36px;
	float: left;
	height: 17px;
}
.amount A.btn-m {
	background: url(../img/amount.png) no-repeat 9px 1px;
	border-right: 1px solid #CCCCCC;
}
.amount A.btn-m:hover {
	background-position: 9px -28px
}
.amount A.btn-p {
	background: url(../img/amount.png) no-repeat -28px 1px;
}
.amount A.btn-p:hover {
	background-position: -28px -28px
}
A.amount-change, A.amount-change:active, A.amount-change:visited {
	line-height: 38px;
	font-size: 15px;
	color: #888888;
	padding: 0 0 0 13px
}
A.amount-change:hover {
	color: #FFA742;
}
.form-check {
	padding-top: 15px;
}
.form-check LABEL {
	line-height: 19px;
	margin-bottom: 14px;
	display: block;
	float: left;
	color: #333;
	font-size: 15px;
}
.form-check-tooltip {
	display: block;
    float: left;
    margin: 0 5px;
    position: relative;
    top: 1px;
}
.col-price {
	width: 230px;
	float: left;
	padding: 27px 0 0 29px;
}
.price i {
	font-style: normal;
	font-family: 'rouble';
}
.price-full {
	font-size: 36px;
	color: #FFA641;
	margin: 0 0 14px -1px;
}
.price-full i {
	font-size: 34px;
}
.price-one {
	font-size: 15px;
	color: #777777;
	margin: 0 0 11px -1px;
}
.price-one i {
	font-size: 14px;
}
.price-dogovor {
	font-size: 15px;
	color: #AAAAAA;
	font-family: 'museo_sans_cyrl500', sans-serif;
	font-weight: 500;
}
.price-dogovor i {
	font-size: 15px;
}
.price-dogovor-txt {
	font-style: normal;
	font-size: 13px;
	margin: 0px;
	color: #AAAAAA;
	border-top: 1px solid #DDDDDD;
	padding-top: 6px;
	margin: 0 0 31px 0;
}

.calc-cta {
	margin-top: 10px;
	margin-bottom: 20px;
	display: flex;
	flex-direction: column;
	gap: 6px;
}

.calc-cta__btn {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	gap: 8px;
	padding: 12px 16px;
	border-radius: 8px;
	border: 1px solid #FFA742;
	background: #FFA742;
	color: #fff;
	font-size: 16px;
	font-family: 'museo_sans_cyrl500', sans-serif;
	font-weight: 500;
	cursor: pointer;
	transition: transform 0.15s ease, box-shadow 0.15s ease, background 0.15s ease;
	box-shadow: 0 10px 18px rgba(255, 167, 66, 0.28);
}

.calc-cta__btn:hover {
	background: #ff9a2f;
}

.calc-cta__btn:disabled {
	background: #f0f0f0;
	border-color: #e0e0e0;
	color: #b0b0b0;
	box-shadow: none;
	cursor: not-allowed;
}

.calc-cta-modal {
	position: fixed;
	inset: 0;
	z-index: 9999;
	display: none;
	align-items: center;
	justify-content: center;
	padding: 20px;
}

.calc-cta-modal.is-open {
	display: flex;
}

.calc-cta-modal__overlay {
	position: absolute;
	inset: 0;
	background: rgba(0, 0, 0, 0.45);
}

.calc-cta-modal__dialog {
	position: relative;
	width: 520px;
	max-width: 96vw;
	background: #fff;
	border-radius: 14px;
	padding: 22px 22px 18px 22px;
	box-shadow: 0 30px 60px rgba(0,0,0,0.2);
	z-index: 2;
	overflow: hidden;
}

.calc-cta-modal__title {
	font-size: 20px;
	font-family: 'museo_sans_cyrl500', sans-serif;
	margin-bottom: 12px;
	color: #333;
}

.calc-cta-modal__desc {
	font-size: 13px;
	color: #777;
	margin-bottom: 18px;
}

.calc-cta-form {
	display: grid;
	gap: 18px;
}

.calc-cta-field {
	display: grid;
	gap: 6px;
}

.calc-cta-field--consent {
	gap: 0;
	width: 100%;
}

.calc-cta-consent {
	display: flex;
	align-items: flex-start;
	gap: 10px;
	width: 100%;
	font-size: 12px;
	line-height: 1.45;
	color: #666;
	text-align: left;
	justify-content: flex-start;
}

.calc-cta-consent input[type="checkbox"] {
	margin: 2px 0 0 0;
	width: 16px;
	height: 16px;
	flex: 0 0 auto;
	-webkit-appearance: none;
	appearance: none;
	border: 1px solid #f6a147;
	border-radius: 4px;
	background: #fff;
	cursor: pointer;
	display: inline-block;
	position: relative;
	transition: background-color 0.15s ease, border-color 0.15s ease, box-shadow 0.15s ease;
}

.calc-cta-consent input[type="checkbox"]:hover {
	border-color: #f68b1e;
	box-shadow: 0 0 0 2px rgba(246, 139, 30, 0.12);
}

.calc-cta-consent input[type="checkbox"]:focus-visible {
	outline: none;
	border-color: #f68b1e;
	box-shadow: 0 0 0 3px rgba(246, 139, 30, 0.2);
}

.calc-cta-consent input[type="checkbox"]:checked {
	background: #f68b1e;
	border-color: #f68b1e;
}

.calc-cta-consent input[type="checkbox"]:checked::after {
	content: '';
	position: absolute;
	left: 4px;
	top: 1px;
	width: 5px;
	height: 9px;
	border: solid #fff;
	border-width: 0 2px 2px 0;
	transform: rotate(45deg);
}

.calc-cta-consent span {
	display: block;
	flex: 1 1 auto;
	text-align: left;
}

.calc-cta-consent a {
	color: #3397DA;
	text-decoration: underline;
}

.calc-cta-consent a:hover {
	color: #FFA742;
}

.calc-cta-label {
	font-size: 13px;
	color: #555;
	margin-bottom: 2px;
}

.calc-cta-options {
	display: flex;
	flex-wrap: nowrap;
	gap: 8px;
	width: 100%;
}

.calc-cta-option__box {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	gap: 6px;
	min-height: 36px;
	border-radius: 10px;
	border: 1px solid #e4e4e4;
	background: #f9f9f9;
	color: #555;
	transition: border-color 0.15s ease, background 0.15s ease, color 0.15s ease, transform 0.15s ease;
	text-align: center;
	padding: 6px 10px;
	cursor: pointer;
	flex: 1 1 0;
}

.calc-cta-option__icon {
	font-size: 16px;
	line-height: 1;
	color: #888;
}

.calc-cta-option__icon-img {
	width: 16px;
	height: 16px;
	object-fit: contain;
	filter: grayscale(1) brightness(0.65);
}

.calc-cta-option__icon-img--max {
	filter: grayscale(1) brightness(0.6);
}

.calc-cta-option__text {
	font-size: 12px;
}

.calc-cta-option__box.is-active {
	border-color: #FFA742;
	background: #FFA742;
	color: #fff;
}

.calc-cta-option__box.is-active .calc-cta-option__icon {
	color: #fff;
}

.calc-cta-option__box.is-active .calc-cta-option__icon-img {
	filter: brightness(0) invert(1);
}

.calc-cta-input,
.calc-cta-textarea {
	width: 100%;
	border-radius: 10px;
	border: 1px solid #e5e5e5;
	padding: 10px 12px;
	font-size: 13px;
	color: #333;
	background: #fafafa;
	box-sizing: border-box;
}

.calc-cta-textarea {
	resize: vertical;
	min-height: 72px;
}

.calc-cta-textarea--summary {
	min-height: 120px;
}

.calc-cta-field--summary .calc-cta-textarea {
	background: #f2f2f2;
}

.calc-cta-sublabel {
	font-size: 12px;
	color: #777;
	margin: 6px 0 2px 0;
}

.calc-cta-contact-group {
	display: none;
	flex-direction: column;
	gap: 8px;
}

.calc-cta-contact-group.is-active {
	display: flex;
}

.calc-cta-contact-group--telegram.is-active {
	display: grid;
	grid-template-columns: 1fr 1fr;
	gap: 8px 12px;
	align-items: center;
}

.calc-cta-honey {
	position: absolute;
	left: -9999px;
	opacity: 0;
	pointer-events: none;
	height: 0;
}

.calc-cta-form__actions {
	display: flex;
	align-items: center;
	gap: 12px;
}

.calc-cta-submit {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	padding: 10px 16px;
	border-radius: 8px;
	border: 1px solid #FFA742;
	background: #FFA742;
	color: #fff;
	font-size: 14px;
	cursor: pointer;
	transition: background 0.15s ease;
}

.calc-cta-submit:disabled {
	background: #f0f0f0;
	border-color: #e0e0e0;
	color: #b0b0b0;
	cursor: not-allowed;
}

.calc-cta-status {
	font-size: 12px;
	color: #66a463;
}

.calc-cta-status.is-error {
	color: #d45b49;
}

.calc-cta-modal__close {
	position: absolute;
	top: 12px;
	right: 12px;
	border: none;
	background: transparent;
	font-size: 20px;
	cursor: pointer;
	color: #666;
}

.site-send-progress {
	position: fixed;
	inset: 0;
	z-index: 1350;
	display: flex;
	align-items: center;
	justify-content: center;
	padding: 16px;
}

.site-send-progress[hidden] {
	display: none;
}

.site-send-progress__overlay {
	position: absolute;
	inset: 0;
	background: rgba(0, 0, 0, 0.36);
}

.site-send-progress__dialog {
	position: relative;
	width: min(520px, 100%);
	background: #fff;
	border: 1px solid #f3dfc7;
	border-radius: 18px;
	padding: 26px 24px 22px;
	box-shadow: 0 20px 44px rgba(0, 0, 0, 0.16);
	text-align: center;
	overflow: hidden;
}

.site-send-progress__brand {
	display: flex;
	justify-content: center;
	margin: 0 0 14px;
}

.site-send-progress__brand img {
	display: block;
	width: 150px;
	max-width: 62%;
	height: auto;
}

.site-send-progress__spinner {
	width: 42px;
	height: 42px;
	border-radius: 50%;
	border: 3px solid rgba(246, 139, 30, 0.2);
	border-top-color: #f68b1e;
	animation: calcCtaSpin 0.85s linear infinite;
	margin: 0 auto 16px;
}

.site-send-progress__title {
	font: normal 28px/32px museo_sans_cyrl300, sans-serif;
	color: #f68b1e;
	margin: 0 0 8px;
}

.site-send-progress__text {
	font: 15px/24px museo_sans_cyrl300, sans-serif;
	color: #5d5d5d;
	margin: 0 0 18px;
	text-align: center;
}

.site-send-progress__list {
	list-style: none;
	margin: 0;
	padding: 0;
	display: grid;
	gap: 10px;
}

.site-send-progress__item {
	display: flex;
	align-items: center;
	gap: 12px;
	padding: 11px 12px;
	border-radius: 10px;
	background: #faf7f2;
	color: #7b6e61;
	font: 14px/20px museo_sans_cyrl300, sans-serif;
	text-align: left;
}

.site-send-progress__mark {
	width: 20px;
	height: 20px;
	border-radius: 50%;
	border: 2px solid #d7c7b4;
	flex: 0 0 auto;
	position: relative;
}

.site-send-progress__item.is-active {
	background: #fff4e7;
	color: #8a5520;
}

.site-send-progress__item.is-active .site-send-progress__mark {
	border-color: #f68b1e;
}

.site-send-progress__item.is-active .site-send-progress__mark::after {
	content: '';
	position: absolute;
	inset: 4px;
	border-radius: 50%;
	background: #f68b1e;
}

.site-send-progress__item.is-done {
	background: #f5fbf6;
	color: #2f6f35;
}

.site-send-progress__item.is-done .site-send-progress__mark {
	border-color: #4caf50;
	background: #4caf50;
}

.site-send-progress__item.is-done .site-send-progress__mark::after {
	content: '✓';
	position: absolute;
	inset: 0;
	display: flex;
	align-items: center;
	justify-content: center;
	color: #ffffff;
	font-size: 12px;
	font-family: 'museo_sans_cyrl500', sans-serif;
}

.site-send-progress__item.is-warn {
	background: #fff6f5;
	color: #b15a4f;
}

.site-send-progress__item.is-warn .site-send-progress__mark {
	border-color: #d97f75;
	background: #d97f75;
}

.site-send-progress__item.is-warn .site-send-progress__mark::after {
	content: '!';
	position: absolute;
	inset: 0;
	display: flex;
	align-items: center;
	justify-content: center;
	color: #ffffff;
	font-size: 12px;
	font-family: 'museo_sans_cyrl500', sans-serif;
}

@keyframes calcCtaSpin {
	to {
		transform: rotate(360deg);
	}
}
.summary {
	margin: 0 0 18px 0;
	font: normal 13px/1.5 museo_sans_cyrl300, sans-serif;
}

.summary-box {
	position: relative;
}

.summary-copy-btn {
	position: absolute;
	top: 8px;
	right: 8px;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 24px;
	height: 24px;
	border: 1px solid #e6e6e6;
	border-radius: 6px;
	background: #fff;
	color: #999;
	cursor: pointer;
	z-index: 2;
	transition: border-color .15s ease, color .15s ease, background-color .15s ease;
}

.summary-copy-btn .material-symbols-outlined {
	font-size: 16px;
	line-height: 1;
}

.summary-copy-btn:hover,
.summary-copy-btn:focus-visible {
	border-color: #FFA742;
	color: #d77f23;
	background: #fff6ec;
}

.summary-copy-btn.is-copied {
	border-color: #FFA742;
	color: #d77f23;
	background: #fff1e0;
}

.summary-copy-btn:disabled {
	opacity: .45;
	cursor: default;
}

.summary-copy-btn::after {
	content: attr(data-tooltip);
	position: absolute;
	right: 0;
	bottom: calc(100% + 6px);
	padding: 4px 8px;
	border-radius: 6px;
	background: rgba(34, 34, 34, 0.92);
	color: #fff;
	font-size: 11px;
	line-height: 1.2;
	white-space: nowrap;
	opacity: 0;
	visibility: hidden;
	transform: translateY(2px);
	pointer-events: none;
	transition: opacity .15s ease, transform .15s ease, visibility .15s ease;
}

.summary-copy-btn:hover::after,
.summary-copy-btn:focus-visible::after,
.summary-copy-btn.is-copied::after {
	opacity: 1;
	visibility: visible;
	transform: translateY(0);
}

html.icons-loading .summary-copy-btn .material-symbols-outlined {
	color: transparent !important;
}

.summary SUP {
	font: italic 8px/8px museo_sans_cyrl300_italic;
	position: relative;
	top: -5px;
	margin: 0;
}
.summary-rich {
	display: block;
	padding: 11px 12px;
	padding-right: 40px;
	border: 1px solid #e5e5e5;
	border-radius: 12px;
	background: #fff;
	font: normal 13px/1.5 museo_sans_cyrl300, sans-serif;
	color: #555;
}

.summary-chip {
	display: flex;
	align-items: flex-start;
	gap: 7px;
	margin: 0 0 5px 0;
	padding: 0;
	color: #444;
	font-family: 'museo_sans_cyrl300', sans-serif;
	font-size: 13px;
	line-height: 1.45;
}

.summary-chip:last-child {
	margin-bottom: 0;
}

.summary-chip::before {
	font-family: "Material Symbols Outlined";
	font-size: 16px;
	line-height: 1;
	color: #f59a34;
	margin-top: 1px;
	flex: 0 0 auto;
}

html.icons-loading .summary-chip::before {
	content: "";
	width: 16px;
}

.summary-chip--plain::before { content: "done"; }

.summary-chip--qty::before { content: "inventory_2"; }
.summary-chip--format::before { content: "crop_free"; }
.summary-chip--color::before { content: "palette"; }
.summary-chip--paper::before { content: "description"; }
.summary-chip--time::before { content: "schedule"; }
.summary-chip--delivery::before { content: "local_shipping"; }
.btn-delete {
	width: 17px;
	height: 17px;
	overflow: hidden;
	background: url(../img/btns.png) no-repeat left top;
	float: right;
	display: block;
	margin-right: -2px;
}
.btn-send {
	display: block;
	background-color: rgb(255,255,255);
	width: 228px;
	height: 45px;
	border-color: rgb(255,167,66);
	border-width: 1px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	border-style: solid;
	color: #FFA742;
	font-size: 16px;
	text-align: center;
	line-height: 45px;
}
.btn-send:active, .btn-send:visited {
	color: #FFA742;
}
.btn-send:hover {
	background: rgb(255,167,66);
	color: #fff;
}

/* Banner */
#banner-wrap {
	width: 750px;
	height: 180px;
	margin: 30px auto 30px;
	position: relative;
}

#banner-wrap #my-slideshow {
	margin: 0 auto;
}

.banner-mobile-strip {
	display: none;
}

.banner-mobile-slider {
	display: none;
}

.banner-slide {
	display: flex;
	align-items: center;
	justify-content: center;
}

.banner-content {
	text-align: center;
	width: 750px;
	height: 180px;
	max-width: 100%;
	margin: 0 auto;
	display: flex;
	align-items: center;
	justify-content: center;
}

.banner-text,
.banner-text:visited,
.banner-text:active,
.banner-text:hover {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	font-family: 'museo_sans_cyrl500', sans-serif;
	font-weight: 500;
	width: 100%;
	height: 100%;
	padding: 0 22px;
	box-sizing: border-box;
	text-align: center;
	flex-direction: column;
	gap: 6px;
}

.banner-text__title {
	font-size: 28px;
	line-height: 36px;
	color: inherit;
}

.banner-text__subtitle {
	font-size: 16px;
	line-height: 22px;
	font-family: 'museo_sans_cyrl300', sans-serif;
	color: inherit;
}

.banner-text--plain .banner-text__title {
	color: #FFA742;
}

.banner-text--plain .banner-text__subtitle {
	color: #666;
}

.banner-text--orange,
.banner-text--orange:visited,
.banner-text--orange:active,
.banner-text--orange:hover {
	background: #FFA742;
	color: #fff;
	border-radius: 8px;
}

.banner-text--red,
.banner-text--red:visited,
.banner-text--red:active,
.banner-text--red:hover {
	background: #E74C3C;
	color: #fff;
	border-radius: 8px;
}

.banner-image {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 100%;
	height: 100%;
}

.banner-image img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	border-radius: 8px;
	display: block;
}

#banner-wrap .bjqs-controls.v-centered li a {
	opacity: 0.95;
	background: transparent;
	border-radius: 0;
	width: 72px;
	height: 72px;
	display: flex;
	align-items: center;
	justify-content: center;
	color: #E9E9E9;
	text-decoration: none;
}

#banner-wrap .bjqs-controls.v-centered li a:hover {
	opacity: 1;
	background: transparent;
}

#banner-wrap .bjqs-controls.v-centered li.bjqs-prev a,
#banner-wrap .bjqs-controls.v-centered li.bjqs-next a {
	background-image: none !important;
}

#banner-wrap .bjqs-controls.v-centered li.bjqs-prev a::before,
#banner-wrap .bjqs-controls.v-centered li.bjqs-next a::before {
	content: "";
	display: block;
	width: 32px;
	height: 32px;
	border-top: 6px solid currentColor;
	border-right: 6px solid currentColor;
	box-sizing: border-box;
}

#banner-wrap .bjqs-controls.v-centered li.bjqs-prev a::before {
	transform: rotate(-135deg);
}

#banner-wrap .bjqs-controls.v-centered li.bjqs-next a::before {
	transform: rotate(45deg);
}

#banner-wrap .bjqs-controls.v-centered li.bjqs-prev a {
	left: -92px;
}

#banner-wrap .bjqs-controls.v-centered li.bjqs-next a {
	right: -92px;
}

/* #banner-close removed */

/* Banner page */
.banner-page {
	padding: 24px 0 48px;
}

.banner-page__content {
	max-width: 860px;
}

.banner-page__content h1,
.banner-page__content h2,
.banner-page__content h3 {
	margin: 0 0 16px;
}

.banner-page__content p {
	margin: 0 0 16px;
	line-height: 1.6;
}

.banner-page__content ul,
.banner-page__content ol {
	margin: 0 0 16px 20px;
	line-height: 1.6;
}

/* QR page */
.qr-page {
	padding: 24px 0 40px;
}

.page-requisites {
	padding: 24px 0 40px;
}

.qr-title {
	margin: 0 0 18px;
	font-size: 28px;
	line-height: 34px;
	color: #111;
}

.qr-layout {
	display: flex;
	gap: 24px;
	align-items: flex-start;
	flex-wrap: wrap;
}

.qr-image img {
	width: 260px;
	height: auto;
	border-radius: 12px;
	border: 1px solid #e5e5e5;
	background: #fff;
	padding: 10px;
	display: block;
}

.qr-steps {
	flex: 1 1 420px;
	min-width: 260px;
}

.qr-list {
	margin: 0;
	padding-left: 20px;
	line-height: 1.6;
	color: #333;
}

.qr-list li {
	margin-bottom: 12px;
}

.qr-bank-list {
	margin: 8px 0 0 16px;
	padding-left: 16px;
	color: #555;
}

.qr-check {
	margin-top: 6px;
	font-weight: 600;
	color: #111;
}

.qr-warning {
	margin-top: 4px;
	color: #E74C3C;
	font-weight: 600;
}

.requisites-h2 {
	margin: 0 0 10px;
	font-size: 24px;
	line-height: 1.3;
	color: #111;
}

.requisites-note {
	display: flex;
	align-items: flex-start;
	gap: 8px;
	border-left: 4px solid #FFA742;
	background: #F5F5F5;
	padding: 10px 12px;
	margin: 10px 0 12px;
	font-size: 13px;
	line-height: 1.65;
}

.requisites-note .material-symbols-outlined {
	color: #FFA742;
	font-size: 18px;
	margin-top: 1px;
}

.requisites-legal {
	margin-top: 18px;
}

.requisites-banks {
	display: grid;
	grid-template-columns: repeat(2, minmax(280px, 1fr));
	gap: 14px;
}

.requisites-bank {
	border: 1px solid #E5E5E5;
	border-radius: 12px;
	background: #fff;
	padding: 14px 16px;
	position: relative;
	transition: border-color .2s ease, box-shadow .2s ease;
}

.requisites-bank.is-copied {
	border-color: #FFA742;
	box-shadow: 0 0 0 2px rgba(255, 167, 66, .17);
}

.requisites-copy-btn {
	position: absolute;
	top: 12px;
	right: 12px;
	display: inline-flex;
	align-items: center;
	gap: 6px;
	padding: 6px 10px;
	border: 1px solid #FFD0A0;
	border-radius: 999px;
	background: #fff;
	color: #D77F23;
	font-size: 12px;
	font-weight: 600;
	line-height: 1.1;
	cursor: pointer;
	white-space: nowrap;
	transition: background-color .2s ease, border-color .2s ease, color .2s ease;
}

.requisites-copy-btn:hover,
.requisites-copy-btn:focus-visible {
	background: #FFF4E7;
	border-color: #FFA742;
	color: #C86C13;
}

.requisites-copy-btn .material-symbols-outlined {
	font-size: 16px;
	line-height: 1;
}

.requisites-copy-btn::after {
	content: attr(data-tooltip);
	position: absolute;
	right: 0;
	bottom: calc(100% + 7px);
	padding: 6px 9px;
	border-radius: 8px;
	background: #222;
	color: #fff;
	font-size: 11px;
	line-height: 1.2;
	opacity: 0;
	visibility: hidden;
	transform: translateY(3px);
	pointer-events: none;
	white-space: nowrap;
	transition: opacity .18s ease, transform .18s ease, visibility .18s ease;
}

.requisites-copy-btn:hover::after,
.requisites-copy-btn:focus-visible::after,
.requisites-copy-btn.is-copied::after {
	opacity: 1;
	visibility: visible;
	transform: translateY(0);
}

.requisites-copy-btn.is-copied {
	border-color: #FFA742;
	background: #FFF4E7;
	color: #C86C13;
}

.requisites-bank h3 {
	margin: 0 0 12px;
	font-size: 20px;
	line-height: 1.3;
	color: #111;
	display: flex;
	align-items: center;
	gap: 7px;
	padding-right: 146px;
}

.requisites-list {
	display: grid;
	grid-template-columns: 130px 1fr;
	gap: 6px 10px;
	margin: 20px 0 0;
}

.requisites-list dt {
	color: #878787;
}

.requisites-list dd {
	margin: 0;
	color: #111;
}

@media (max-width: 700px) {
	.qr-image img {
		width: 220px;
	}

	.requisites-banks {
		grid-template-columns: 1fr;
	}

	.requisites-list {
		grid-template-columns: 1fr;
		gap: 2px 0;
	}

	.requisites-list dt {
		margin-top: 8px;
	}

	.requisites-copy-btn {
		position: static;
		margin-bottom: 10px;
	}

	.requisites-bank h3 {
		padding-right: 0;
	}
}

table.int-vertical {
	clear: both;
}

table.int-vertical tr td {
	text-align: center;
	vertical-align: middle;
	padding: 2px;
}

div.categories {
	margin: 0;
	padding: 20px 0 0 0px;
}

A.categories {
	margin: 0 10px 0 0;
	padding: 0 9px 0 8px;
	height: 35px;
	line-height: 35px;
	border-color: rgb(255,166,77);
	border-width: 1px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
	border-style: solid;
	/*color: #FFA742;*/
}

.col-buttons {
	clear: both;
	float: left;
	width: 700px;
	border-right: 1px solid #DDD;
}

p.category-preview {
	cursor: pointer;
	width: 184px;
	height: 260px;
	display: flex;
	align-items: center;
	justify-content: center;
	margin: 0 auto;
	overflow: hidden;
}

#product-category {
	text-align: center;
	margin-top: -19px;
}

#product-category .category-preview img {
	display: block;
	width: auto !important;
	height: auto !important;
	max-width: 100%;
	max-height: 100%;
	border-radius: 3px;
}

	div.rect.categories {
		display: flex;
		flex-wrap: wrap;
		gap: 6px;
	}

div.rect.categories a,
div.rect.categories a:active,
div.rect.categories a:visited {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	float: none;
	font-size: 15px;
	font-weight: 400;
	color: #888;
	height: 35px;
	line-height: 35px;
	text-align: center;
	margin: 0;
	padding: 0 12px;
	border: 1px solid #ddd;
	border-radius: 3px;
	box-sizing: border-box;
	background: #fff;
}

div.rect.categories a:hover {
	color: #FFA742;
	border-color: rgb(255,166,77);
	background: #fff;
}

div.rect.categories a.active {
	color: #fff;
	background-color: rgb(255,166,77);
	border-color: rgb(255,166,77);
}

div.rect.categories a:active {
	transform: none;
}

.category-preview-link {
	display: inline-block;
	font-size: 12px;
	color: #888;
	text-align: center;
	margin-top: 6px;
	text-decoration: underline;
}

.category-preview-link:hover {
	color: #555;
}

#category-preview.calendar-preview-modal {
	width: auto;
	max-width: none;
	max-height: none;
	padding: 0;
	background: #fff;
	border-radius: 12px;
	display: none;
	align-items: center;
	justify-content: center;
	box-sizing: border-box;
}

.calendar-fancybox-modal #category-preview.calendar-preview-modal {
	display: inline-flex !important;
}

#category-preview.calendar-preview-modal img {
	display: block;
	width: auto;
	height: auto;
	max-width: none;
	max-height: none;
	border-radius: 10px;
	border: 1px solid #ececec;
	box-shadow: 0 12px 26px rgba(0, 0, 0, 0.12);
	object-fit: contain;
}

.calendar-fancybox-modal .fancybox-inner {
	overflow: visible !important;
}

.calendar-fancybox-modal .calendar-preview-modal {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	padding: 0 !important;
}

.calendar-fancybox-modal .calendar-preview-modal img {
	width: auto !important;
	height: auto !important;
	max-width: calc(100vw - 70px) !important;
	max-height: calc(100vh - 70px) !important;
	object-fit: contain;
}

/* Basic jQuery Slider essential styles */

ul.bjqs{position:relative; list-style:none;padding:0;margin:0;overflow:hidden; display:none;}
li.bjqs-slide{position:absolute; display:block;}
li.bjqs-slide a{color:#fff;}
ul.bjqs-controls{list-style:none;margin:0;padding:0;z-index:9999;}
ul.bjqs-controls.v-centered li a{position:absolute;
display: block;
width: 24px;
height: 46px;opacity:0.5}
ul.bjqs-controls.v-centered li a:hover {
	opacity: 1;}
ul.bjqs-controls.v-centered li.bjqs-next a{right:32px;
background: url(../img/slider-nav.png) no-repeat -30px top;
}
ul.bjqs-controls.v-centered li.bjqs-prev a{left:32px;
background: url(../img/slider-nav.png) no-repeat 0px top;
}
ol.bjqs-markers{list-style: none; padding: 0; margin: 0; width:100%;
position: relative;
top: -33px;}
ol.bjqs-markers.h-centered{text-align: center;}
ol.bjqs-markers li{display:inline;}
ol.bjqs-markers li a{display:inline-block;
width: 13px;
height: 0px;
overflow: hidden;
padding-top: 13px;
background: url(../img/slider-markers.png) no-repeat -50px top;
margin: 0 5px 0 6px
}
ol.bjqs-markers li.active-marker a, ol.bjqs-markers li a:hover{
	background-position: left top;}
p.bjqs-caption{display:block;width:96%;margin:0;padding:2%;position:absolute;bottom:0;}

.wrap table td{
	padding:5px 0;
}
span.price{
	font-family:'PT Sans', serif;
}
.cont_wrap{
	margin-bottom:0;
	box-sizing: border-box;
	flex: 1 0 auto;
	padding-bottom: 0;
}

#content {
	padding-bottom: 12px;
	box-sizing: border-box;
}

/* Calculator divider helper (desktop): extends the vertical line to the footer without changing layout height */
#calc-divider {
	position: absolute;
	width: 1px;
	background: #DDDDDD;
	z-index: 1;
	pointer-events: none;
	display: none;
}

tr.bg{
	background-color:#f5f5f5;
}
.f_center{
	float:left;
	margin-left:340px;
}

/* Contacts page (new layout) */
.wrap .contacts-lead {
	font-size: 16px;
	line-height: 22px;
	color: #333;
	margin: 12px 0 18px 2px;
	text-align: left;
}

.contacts-h2 {
	margin: 26px 0 12px 2px;
	font: normal 24px/30px museo_sans_cyrl300;
	color: #111;
}

.contacts-grid {
	display: flex;
	gap: 14px;
	margin: 10px 0 22px 0;
	text-align: left;
}

.contacts-card {
	flex: 1;
	border: 1px solid #DDDDDD;
	background: #FAFAFA;
	padding: 14px 14px 12px 14px;
	border-radius: 4px;
	text-align: left;
}

.contacts-card-title {
	display: flex;
	align-items: center;
	gap: 8px;
	font-family: 'museo_sans_cyrl500', sans-serif;
	font-weight: 500;
	color: #111;
	margin: 0 0 10px 0;
}

.contacts-card .material-symbols-outlined {
	font-size: 20px;
	color: #FFA742;
	font-variation-settings: 'FILL' 0, 'wght' 400, 'GRAD' 0, 'opsz' 20;
}

.contacts-big {
	font-size: 22px;
	line-height: 26px;
	font-family: 'museo_sans_cyrl500', sans-serif;
	font-weight: 500;
	color: #111;
	margin: 0 0 10px 0;
}

.contacts-line {
	display: flex;
	align-items: center;
	gap: 8px;
	margin: 0 0 8px 0;
	color: #333;
}

.contacts-email {
	font-family: 'museo_sans_cyrl500', sans-serif;
	font-weight: 500;
}

.contacts-icon {
	font-size: 18px;
	color: #878787;
	font-variation-settings: 'FILL' 0, 'wght' 300, 'GRAD' 0, 'opsz' 18;
}

.contacts-small {
	color: #878787;
	font-size: 13px;
	line-height: 18px;
	margin: 0;
}

.contacts-social-link {
	display: inline-flex;
	align-items: center;
	gap: 10px;
	margin: 0 0 10px 0;
	color: #878787;
}

.contacts-social-link.is-block {
	display: flex;
}

.contacts-social-icon {
	height: 16px;
	width: 16px;
	object-fit: contain;
	filter: grayscale(1) brightness(0.75);
}

.contacts-social-link:hover {
	color: #3397DA;
}

.contacts-social-link:hover .contacts-social-icon {
	filter: none;
}

.contacts-social-link:hover .contacts-social-icon--max {
	filter: brightness(0) saturate(100%) invert(47%) sepia(86%) saturate(2042%) hue-rotate(182deg) brightness(98%) contrast(93%);
}

.contacts-map {
	border: 1px solid #DDDDDD;
	border-radius: 10px;
	overflow: hidden;
	background: #fff;
	box-shadow: 0 10px 24px rgba(0,0,0,0.06);
	margin: 8px 0 10px 0;
}

.contacts-map-embed {
	width: 100%;
	height: 369px;
	border: 0;
	display: block;
}

.contacts-map-note {
	margin: 0 0 16px 2px;
}

.contacts-note {
	border-left: 4px solid #FFA742;
	background: #F5F5F5;
	padding: 14px 16px;
	margin: 18px 0 8px 0;
	text-align: left;
}

.contacts-note-title {
	font-family: 'museo_sans_cyrl500', sans-serif;
	font-weight: 500;
	color: #111;
	margin: 0 0 6px 0;
}

.contacts-note P {
	margin: 0 0 10px 0;
}

.wrap .contacts-note P {
	text-align: left;
}

.contacts-director {
	border: 1px solid #e5e5e5;
	border-radius: 12px;
	padding: 16px 18px;
	background: #fafafa;
	color: #111;
	text-align: left;
	margin-top: 25px;
}

.contacts-director-title {
	font-family: 'museo_sans_cyrl500', sans-serif;
	font-weight: 500;
	color: #111;
	margin-bottom: 6px;
}

.contacts-director-text {
	color: #555;
	line-height: 1.5;
}

/* Help page */
.page-help .help {
	max-width: 980px;
	margin: 0 auto;
	padding: 20px 0 60px;
	font-size: 15px;
}
.page-help .help-hero h1 {
	font-size: 33px;
	margin-bottom: 10px;
	color: #222;
}
.page-help .help-hero p {
	color: #666;
	font-size: 15px;
	max-width: 760px;
}
.page-help .help-toc {
	margin: 24px 0 32px;
	padding: 18px 20px;
	border: 1px solid #e5e5e5;
	border-radius: 12px;
	background: #fafafa;
}
.page-help .help-toc__title {
	font-weight: 600;
	margin-bottom: 10px;
	display: flex;
	align-items: center;
	gap: 8px;
}
.page-help .help-toc__list {
	display: grid;
	grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
	gap: 6px 18px;
	list-style: none;
	padding: 0;
	margin: 0;
}
.page-help .help-toc__list a {
	color: #f68b1e;
}
.page-help .help-block {
	margin: 28px 0;
}
.page-help .help-block h2 {
	font-size: 25px;
	margin-bottom: 12px;
	display: flex;
	align-items: center;
	gap: 8px;
}
.page-help .help-grid {
	display: grid;
	grid-template-columns: repeat(auto-fit, minmax(240px, 1fr));
	gap: 16px;
	margin: 18px 0 6px;
}
.page-help .help-card {
	border: 1px solid #e5e5e5;
	border-radius: 14px;
	padding: 16px 18px;
	background: #fff;
}
.page-help .help-card h3 {
	font-size: 19px;
	margin-bottom: 8px;
	display: flex;
	align-items: center;
	gap: 8px;
}
.page-help .help-card p {
	text-align: left;
}
.page-help .help-icon {
	font-size: 21px;
	color: #f68b1e;
	vertical-align: middle;
}
.page-help .help-card ul {
	margin: 10px 0 0 18px;
}
.page-help .help-list {
	margin: 0 0 0 18px;
	line-height: 1.6;
}
.page-help .help-list--checks {
	list-style: none;
	margin: 0;
	padding: 0;
}
.page-help .help-list--checks li {
	display: flex;
	align-items: flex-start;
	gap: 8px;
	margin-bottom: 6px;
}
.page-help .help-check {
	color: #f68b1e;
	font-size: 19px;
	line-height: 1;
	margin-top: 2px;
}
.page-help .help-faq {
	display: grid;
	gap: 14px;
}
.page-help .help-faq__item {
	border: 1px solid #e5e5e5;
	border-radius: 14px;
	padding: 14px 16px;
	background: #fff;
}
.page-help .help-faq__item h4 {
	font-size: 17px;
	margin-bottom: 6px;
}
.page-help .help-links {
	list-style: none;
	padding: 0;
	margin: 8px 0 6px;
	display: flex;
	gap: 14px;
	flex-wrap: wrap;
}
.page-help .help-links a {
	color: #f68b1e;
}
.page-help .help-figure {
	margin: 16px 0 0;
	display: flex;
	flex-direction: column;
	align-items: center;
	gap: 10px;
}
.page-help .help-figure img {
	max-width: 100%;
	border-radius: 10px;
	box-shadow: none;
	background: transparent;
}
.page-help .help-figure figcaption {
	font-size: 13px;
	color: #666;
	text-align: left;
	max-width: 760px;
	margin-top: 15px;
}

/* Help: malotirazh hub/articles */
.page-malotirazh {
	padding-top: 30px;
}

.page-malotirazh .promo-nav {
	margin-top: 0;
	margin-bottom: 18px;
}

.page-malotirazh .promo-nav__link,
.page-malotirazh .promo-nav__link:visited,
.page-malotirazh .promo-nav__link:active {
	font-size: 13px;
	padding: 7px 11px;
	white-space: normal;
	text-align: center;
}

.page-malotirazh .malotirazh-page {
	max-width: 980px;
	margin: 0 auto;
}

.page-malotirazh .malotirazh-hero h1 {
	font-size: 33px;
	margin-bottom: 10px;
	color: #222;
}

.page-malotirazh .malotirazh-lead {
	font-size: 16px;
	line-height: 1.5;
	color: #555;
	max-width: 820px;
}

.page-malotirazh .malotirazh-grid {
	display: grid;
	grid-template-columns: repeat(auto-fit, minmax(240px, 1fr));
	gap: 12px;
}

.page-malotirazh .malotirazh-card {
	display: block;
	border: 1px solid #e5e5e5;
	border-radius: 12px;
	padding: 14px 15px;
	background: #fff;
	text-decoration: none;
	transition: border-color 0.18s ease, box-shadow 0.18s ease;
}

.page-malotirazh .malotirazh-card:hover,
.page-malotirazh .malotirazh-card:focus {
	border-color: #f68b1e;
	box-shadow: 0 6px 18px rgba(246, 139, 30, 0.13);
}

.page-malotirazh .malotirazh-card__title {
	display: block;
	font-family: 'museo_sans_cyrl500', sans-serif;
	font-weight: 500;
	color: #222;
	margin-bottom: 6px;
}

.page-malotirazh .malotirazh-card__text {
	display: block;
	font-size: 14px;
	line-height: 1.45;
	color: #666;
}

.page-malotirazh .malotirazh-cta {
	display: flex;
	flex-wrap: wrap;
	gap: 10px;
}

.page-malotirazh .malotirazh-cta .actions-cta__btn {
	min-width: 0;
}

/* Help: proverka maketa */
.page-help-checker {
	padding-top: 30px;
}

.page-help-checker .help-checker {
	max-width: 980px;
	margin: 0 auto;
	padding: 0 0 50px;
}

.page-help-checker .help-checker__hero p {
	max-width: 820px;
}

.page-help-checker .help-checker__panel {
	border: 1px solid #e5e5e5;
	border-radius: 12px;
	background: #fff;
	padding: 16px 18px;
	margin: 0 0 16px;
}

.page-help-checker .help-checker__title {
	font-size: 21px;
	margin: 0 0 12px;
	display: flex;
	align-items: center;
	gap: 8px;
}

.page-help-checker .help-checker__targets {
	display: flex;
	flex-wrap: wrap;
	gap: 8px;
	margin: 0 0 14px;
}

.page-help-checker .help-checker__orientation {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	gap: 8px;
	margin: 0 0 14px;
}

.page-help-checker .help-checker__orientation-label {
	font-size: 14px;
	color: #666;
}

.page-help-checker .help-checker__orientation-btn {
	border: 1px solid #d7d7d7;
	background: #f9f9f9;
	color: #555;
	border-radius: 999px;
	padding: 7px 12px;
	font-family: 'museo_sans_cyrl300', sans-serif;
	font-size: 14px;
	cursor: pointer;
}

.page-help-checker .help-checker__orientation-btn.is-active {
	border-color: #FFA742;
	color: #fff;
	background: #FFA742;
}

.page-help-checker .help-checker__target {
	border: 1px solid #d7d7d7;
	background: #f9f9f9;
	color: #555;
	border-radius: 999px;
	padding: 8px 12px;
	font-family: 'museo_sans_cyrl300', sans-serif;
	font-size: 14px;
	cursor: pointer;
}

.page-help-checker .help-checker__target.is-active {
	border-color: #FFA742;
	color: #fff;
	background: #FFA742;
}

.page-help-checker .help-checker__dropzone {
	border: 1px dashed #cfcfcf;
	border-radius: 10px;
	padding: 18px 16px;
	background: #fafafa;
	text-align: center;
	outline: none;
}

.page-help-checker .help-checker__dropzone .material-symbols-outlined {
	font-size: 30px;
	color: #FFA742;
}

.page-help-checker .help-checker__dropzone.is-dragover {
	border-color: #FFA742;
	background: #fff6ec;
}

.page-help-checker .help-checker__drop-text {
	margin: 7px 0 3px;
	color: #333;
}

.page-help-checker .help-checker__drop-types {
	margin: 0 0 12px;
	font-size: 13px;
	color: #777;
}

.page-help-checker .help-checker__pick {
	min-width: 160px;
}

.page-help-checker .help-checker__privacy {
	font-size: 13px;
	color: #666;
	margin: 10px 0 6px;
}

.page-help-checker .help-checker__meta {
	font-size: 14px;
	line-height: 1.45;
	color: #444;
}

.page-help-checker .help-checker__preview-wrap {
	display: flex;
	justify-content: center;
	margin: 2px 0 12px;
	padding: 8px;
	border: 1px solid #ececec;
	border-radius: 10px;
	background: #fafafa;
	overflow: auto;
}

.page-help-checker .help-checker__preview-stage {
	position: relative;
	flex: 0 0 auto;
	max-width: 100%;
}

.page-help-checker .help-checker__preview-stage canvas {
	display: block;
	max-width: 100%;
	border-radius: 8px;
}

.page-help-checker .help-checker__overlay {
	position: absolute;
	inset: 0;
	pointer-events: none;
	border-radius: 8px;
}

.page-help-checker .help-checker__overlay.is-mismatch::before {
	content: '';
	position: absolute;
	inset: 0;
	background: repeating-linear-gradient(
		45deg,
		rgba(214, 40, 40, 0.08) 0,
		rgba(214, 40, 40, 0.08) 8px,
		rgba(214, 40, 40, 0.02) 8px,
		rgba(214, 40, 40, 0.02) 16px
	);
	border-radius: 8px;
}

.page-help-checker .help-checker__rect {
	position: absolute;
	box-sizing: border-box;
}

.page-help-checker .help-checker__rect--bleed {
	border: 2px dashed #f68b1e;
}

.page-help-checker .help-checker__rect--bleed.is-virtual {
	border-style: dotted;
	opacity: 0.65;
}

.page-help-checker .help-checker__rect--trim {
	border: 2px solid #222;
}

.page-help-checker .help-checker__rect--safe {
	border: 2px dashed #2e7d32;
}

.page-help-checker .help-checker__legend {
	display: flex;
	flex-wrap: wrap;
	gap: 10px 18px;
	font-size: 13px;
	color: #555;
	margin-bottom: 10px;
}

.page-help-checker .help-checker__legend span {
	display: inline-flex;
	align-items: center;
	gap: 7px;
}

.page-help-checker .help-checker__legend-line {
	width: 20px;
	height: 0;
	border-top-width: 2px;
	border-top-style: solid;
}

.page-help-checker .help-checker__legend-line--bleed {
	border-top-style: dashed;
	border-top-color: #f68b1e;
}

.page-help-checker .help-checker__legend-line--trim {
	border-top-color: #222;
}

.page-help-checker .help-checker__legend-line--safe {
	border-top-style: dashed;
	border-top-color: #2e7d32;
}

.page-help-checker .help-checker__size-alert {
	display: inline-flex;
	align-items: center;
	gap: 8px;
	padding: 8px 10px;
	border: 1px solid #f0b3b3;
	border-radius: 8px;
	background: #fff3f3;
	color: #8f1f1f;
	font-size: 13px;
	line-height: 1.35;
}

.page-help-checker .help-checker__size-alert[hidden] {
	display: none !important;
}

.page-help-checker .help-checker__size-alert .material-symbols-outlined {
	font-size: 18px;
	line-height: 1;
}

.page-help-checker .help-checker__size-info {
	font-size: 13px;
	line-height: 1.4;
	color: #555;
	margin-bottom: 9px;
}

.page-help-checker .help-checker__results {
	margin-top: 14px;
}

.page-help-checker .help-checker__result-list {
	list-style: none;
	margin: 0 0 14px;
	padding: 0;
	display: flex;
	flex-direction: column;
	gap: 10px;
}

.page-help-checker .help-checker__result-item {
	display: grid;
	grid-template-columns: 44px 1fr;
	gap: 10px;
	border: 1px solid #e5e5e5;
	border-radius: 10px;
	background: #fff;
	padding: 11px 12px;
}

.page-help-checker .help-checker__result-icon-wrap {
	display: flex;
	align-items: flex-start;
	justify-content: center;
	padding-top: 2px;
}

.page-help-checker .help-checker__result-icon {
	font-size: 28px;
	line-height: 1;
}

.page-help-checker .help-checker__result-item.is-ok .help-checker__result-icon {
	color: #2e7d32;
}

.page-help-checker .help-checker__result-item.is-warn .help-checker__result-icon {
	color: #f68b1e;
}

.page-help-checker .help-checker__result-item.is-error .help-checker__result-icon {
	color: #d62828;
}

.page-help-checker .help-checker__result-body {
	min-width: 0;
}

.page-help-checker .help-checker__result-top {
	display: flex;
	align-items: center;
	gap: 8px;
	margin-bottom: 5px;
}

.page-help-checker .help-checker__result-title {
	font-family: 'museo_sans_cyrl500', sans-serif;
	font-weight: 500;
	font-size: 19px;
	line-height: 1.2;
	color: #222;
	margin: 0;
	flex: 1 1 auto;
	min-width: 0;
}

.page-help-checker .help-checker__result-status {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	padding: 3px 10px;
	border-radius: 999px;
	font-family: 'museo_sans_cyrl500', sans-serif;
	font-size: 12px;
	line-height: 1.2;
	white-space: nowrap;
	flex: 0 0 auto;
	border: 1px solid transparent;
}

.page-help-checker .help-checker__result-item.is-ok .help-checker__result-status {
	color: #2e7d32;
	border-color: #2e7d32;
	background: #eef7ef;
}

.page-help-checker .help-checker__result-item.is-warn .help-checker__result-status {
	color: #b96d00;
	border-color: #f3c27b;
	background: #fff6ea;
}

.page-help-checker .help-checker__result-item.is-error .help-checker__result-status {
	color: #b71c1c;
	border-color: #e9a3a3;
	background: #fff1f1;
}

.page-help-checker .help-checker__result-text {
	margin: 0;
	font-size: 18px;
	line-height: 1.45;
	color: #444;
}

.page-help-checker .help-checker__fixes h3 {
	font-size: 18px;
	margin: 0 0 10px;
}

.page-help-checker .help-checker__fixes .actions-list {
	margin-top: 0;
}

.page-help-checker .help-checker__note {
	font-size: 13px;
	color: #666;
	margin: 10px 0 0;
}

.page-help-checker .help-checker__tip {
	margin-top: 6px;
	border-left: none;
	background: transparent;
	padding: 0;
}

.page-help-checker .help-checker__cta {
	margin-top: 12px;
}

.page-help-checker .help-checker__tip-body {
	display: flex;
	align-items: flex-end;
	justify-content: space-between;
	gap: 18px;
}

.page-help-checker .help-checker__tip-image {
	width: 176px;
	height: 176px;
	object-fit: contain;
	flex: 0 0 auto;
	transform: translateX(-30px);
}

.page-help-checker .help-checker__tip-bubble {
	position: relative;
	flex: 1 1 auto;
	max-width: 700px;
	padding: 12px 14px;
	border-radius: 14px;
	border: 1px solid #f3c27b;
	background: #fff6ea;
	transform: translateY(-90px);
}

.page-help-checker .help-checker__tip-bubble::after {
	content: '';
	position: absolute;
	right: -10px;
	top: 54%;
	width: 16px;
	height: 16px;
	background: #fff6ea;
	border-top: 1px solid #f3c27b;
	border-right: 1px solid #f3c27b;
	transform: rotate(45deg) translateY(-50%);
}

.page-help-checker .help-checker__tip-bubble p {
	margin: 0;
	font-size: 15px;
	line-height: 1.45;
}

@media (max-width: 980px) {
	.page-help-checker .help-checker__panel {
		padding: 14px;
	}

	.page-help-checker .help-checker__preview-wrap {
		padding: 6px;
	}

	.page-help-checker .help-checker__result-item {
		grid-template-columns: 38px 1fr;
		padding: 10px 11px;
	}

	.page-help-checker .help-checker__result-title {
		font-size: 17px;
	}

	.page-help-checker .help-checker__result-text {
		font-size: 16px;
	}
}

@media (max-width: 520px) {
	.page-help-checker .help-checker__targets {
		display: grid;
		grid-template-columns: 1fr 1fr;
	}

	.page-help-checker .help-checker__target {
		text-align: center;
	}

	.page-help-checker .help-checker__orientation {
		display: grid;
		grid-template-columns: 1fr 1fr;
	}

	.page-help-checker .help-checker__orientation-label {
		grid-column: 1 / -1;
	}

	.page-help-checker .help-checker__orientation-btn {
		text-align: center;
	}

	.page-help-checker .help-checker__tip-body {
		flex-direction: column-reverse;
		align-items: flex-end;
		gap: 10px;
	}

	.page-help-checker .help-checker__tip-bubble {
		max-width: none;
		width: 100%;
		transform: none;
	}

	.page-help-checker .help-checker__tip-bubble::after {
		display: none;
	}

	.page-help-checker .help-checker__tip-image {
		width: 128px;
		height: 128px;
		transform: none;
	}
}

/* Portfolio */
.page-portfolio .portfolio {
	max-width: 980px;
	margin: 0 auto;
	padding: 20px 0 60px;
}
.page-portfolio .portfolio-hero h1 {
	font-size: 34px;
	margin-bottom: 8px;
	color: #222;
}
.page-portfolio .portfolio-hero p {
	color: #666;
	font-size: 16px;
	max-width: 760px;
}
.page-portfolio .portfolio-filter {
	margin-top: 16px;
	margin-bottom: 10px;
}
.page-portfolio .portfolio-filter .promo-nav__link {
	cursor: pointer;
}
.page-portfolio .portfolio-filter button.promo-nav__link {
	appearance: none;
	-webkit-appearance: none;
}
.page-portfolio .portfolio-grid {
	margin-top: 24px;
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	gap: 16px;
}
.page-portfolio .portfolio-grid--items {
	margin-top: 18px;
}
.page-portfolio .portfolio-card {
	background: transparent;
	text-align: left;
}
.page-portfolio .portfolio-fancybox {
	display: block;
}
.page-portfolio .portfolio-fancybox:hover {
	color: inherit;
}
.page-portfolio .portfolio-card__image {
	width: 100%;
	aspect-ratio: 1 / 1;
	overflow: hidden;
	border-radius: 14px;
	margin-bottom: 10px;
	background: #f5f5f5;
	border: 1px solid #e5e5e5;
	transition: box-shadow 180ms ease, border-color 180ms ease;
}
.page-portfolio .portfolio-card__image img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	display: block;
	transition: transform 240ms ease;
}
.page-portfolio .portfolio-card__image--empty {
	display: flex;
	align-items: center;
	justify-content: center;
	color: #999;
	font-size: 14px;
}
.page-portfolio .portfolio-card__caption {
	display: grid;
	gap: 3px;
}
.page-portfolio .portfolio-card__title {
	font-family: 'museo_sans_cyrl500', sans-serif;
	font-weight: 500;
	font-size: 17px;
	line-height: 1.28;
	color: #111;
}
.page-portfolio .portfolio-card__type {
	font-size: 12px;
	line-height: 1.3;
	color: #f68b1e;
}
.page-portfolio .portfolio-card:hover .portfolio-card__image {
	border-color: #d9d9d9;
	box-shadow: 0 10px 24px rgba(0, 0, 0, 0.10);
}
.page-portfolio .portfolio-card:hover .portfolio-card__image img {
	transform: scale(1.04);
}
.page-portfolio .portfolio-card--hidden {
	display: none;
}
.page-portfolio .portfolio-load-sentinel {
	height: 1px;
}
.page-portfolio .portfolio-load-sentinel.is-done {
	display: none;
}
.page-portfolio .portfolio-empty {
	margin-top: 16px;
	padding: 12px 14px;
	border: 1px solid #e8dfd3;
	border-radius: 10px;
	background: #fffaf3;
	color: #7b6a53;
	font-size: 14px;
}
.page-portfolio .portfolio-cta {
	margin-top: 28px;
	text-align: left;
}
.page-portfolio .portfolio-cta__btn {
	display: inline-block;
	background: #f68b1e;
	color: #fff;
	padding: 12px 22px;
	border-radius: 12px;
	font-weight: 600;
}
.page-portfolio .portfolio-cta__btn:hover {
	background: #e07a0f;
}

/* Portfolio image modal */
.portfolio-fancybox-modal .fancybox-skin {
	background: #fff;
	border: 1px solid #e6e6e6;
	border-radius: 18px;
	box-shadow: 0 24px 64px rgba(0, 0, 0, 0.30), 0 10px 22px rgba(0, 0, 0, 0.15);
}
.portfolio-fancybox-modal .fancybox-outer,
.portfolio-fancybox-modal .fancybox-inner {
	border-radius: 14px;
}
.portfolio-fancybox-modal .fancybox-image {
	border-radius: 12px;
}
.portfolio-fancybox-modal .fancybox-nav {
	display: none !important;
}
.portfolio-fancybox-modal .fancybox-close {
	top: 10px;
	right: 10px;
	width: 38px;
	height: 38px;
	background: #fff !important;
	border: 1px solid #d8d8d8;
	border-radius: 999px;
	box-shadow: 0 8px 18px rgba(0, 0, 0, 0.14);
	text-decoration: none;
	font-size: 0;
}
.portfolio-fancybox-modal .fancybox-close:before {
	content: '\00D7';
	display: block;
	color: #6f6f6f;
	font: 300 32px/36px 'museo_sans_cyrl300', sans-serif;
	text-align: center;
}
.portfolio-fancybox-modal .fancybox-close:hover {
	border-color: #f68b1e;
}
.portfolio-fancybox-modal .fancybox-close:hover:before {
	color: #f68b1e;
}
.portfolio-fancybox-modal .fancybox-title-float-wrap {
	left: 50% !important;
	right: auto !important;
	bottom: 0;
	margin-bottom: -10px;
	height: auto;
	transform: translateX(-50%);
	z-index: 8060;
}
.portfolio-fancybox-modal .fancybox-title-float-wrap .child {
	margin-right: 0;
	display: inline-block;
	max-width: min(92vw, 900px);
	padding: 7px 12px;
	border-radius: 10px;
	background: #f68b1e;
	color: #fff;
	font: 500 16px/1.2 'museo_sans_cyrl500', sans-serif;
	box-shadow: 0 8px 18px rgba(0, 0, 0, 0.2);
	text-align: center;
	white-space: normal;
	word-break: break-word;
}

@media (max-width: 768px) {
	.page-help .help-hero h1 {
		font-size: 28px;
	}
	.page-help .help-toc {
		padding: 14px 16px;
	}
	.page-portfolio .portfolio-hero h1 {
		font-size: 28px;
	}
	.page-portfolio .portfolio-grid {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}
	.portfolio-fancybox-modal .fancybox-close {
		top: 8px;
		right: 8px;
		width: 34px;
		height: 34px;
	}
	.portfolio-fancybox-modal .fancybox-close:before {
		font-size: 28px;
		line-height: 32px;
	}
	.portfolio-fancybox-modal .fancybox-title-float-wrap {
		margin-bottom: -6px;
		max-width: calc(100% - 24px);
	}
	.portfolio-fancybox-modal .fancybox-title-float-wrap .child {
		font-size: 14px;
		padding: 6px 10px;
		border-radius: 9px;
	}
}

@media (max-width: 520px) {
	.page-portfolio .portfolio-grid {
		grid-template-columns: 1fr;
	}
}

/* -------------------- */
/* Responsive (mobile)  */
/* -------------------- */
@media (max-width: 980px) {
	BODY {
		overflow-x: hidden;
		transition: none;
	}

	.wrap {
		width: 100%;
		padding: 0 16px;
		box-sizing: border-box;
	}

	.wrap p {
		text-align: left;
	}

	H1:first-child {
		font: normal 26px/32px museo_sans_cyrl300;
		margin: 26px 0 16px 0;
	}

	H1 {
		font: normal 26px/32px museo_sans_cyrl300;
		margin: 30px 0 16px 0;
	}

	/* Header */
	#top {
		height: auto;
	}

	#top .wrap {
		height: auto;
		padding-top: 12px;
		padding-bottom: 12px;
	}

	#logo {
		margin: 8px 0 0 0;
	}

	.mobile-header-contacts {
		display: block;
		text-align: center;
		margin: 6px 56px 0 56px;
	}

	.mobile-header-phone {
		font-family: 'museo_sans_cyrl500', sans-serif;
		font-weight: 500;
		color: #111;
		font-size: 20px;
		line-height: 24px;
	}

	.mobile-header-phone-code {
		font-family: 'museo_sans_cyrl300', sans-serif;
		font-weight: 300;
		font-size: 12px;
		color: #878787;
		vertical-align: baseline;
	}

	.mobile-header-email {
		display: inline-block;
		margin-top: 2px;
		font-family: 'museo_sans_cyrl500', sans-serif;
		font-weight: 500;
		font-size: 14px;
		line-height: 16px;
		color: #3397DA;
	}

	/* On very small screens the header contacts crowd the logo/menu. Keep contacts only in the burger panel. */
	@media (max-width: 420px) {
		.mobile-header-contacts {
			display: none;
		}
	}

	#top-contacts {
		display: none;
	}

	#top-phone {
		display: none;
	}

	#top-phone .top-phone-main {
		font-size: 24px;
		line-height: 28px;
		justify-content: flex-start;
	}

	#top-phone .top-phone-secondary {
		font-size: 16px;
	}

	#top-phone .top-email {
		justify-content: flex-start;
	}

	.menu-toggle {
		display: inline-flex;
		align-items: center;
		justify-content: center;
		position: absolute;
		top: 12px;
		right: 16px;
		transform: scale(1.5);
		transform-origin: top right;
	}

	#top:after {
		display: none;
	}

	#menu {
		position: static;
		display: none;
		flex-direction: column;
		align-items: stretch;
		gap: 6px;
		height: auto;
		margin-top: 22px;
		padding: 12px 0 16px 0;
		border-top: 1px solid #DDDDDD;
	}

	body.menu-open #menu {
		display: flex;
	}

	.mobile-contacts {
		display: none;
		border-top: 1px solid #DDDDDD;
		padding: 18px 0 18px 0;
		text-align: right;
	}

	body.menu-open .mobile-contacts {
		display: block;
	}

	.mobile-contacts-title {
		font-family: 'museo_sans_cyrl500', sans-serif;
		font-weight: 500;
		color: #111;
		margin: 0 0 10px 0;
	}

	.mobile-contacts-phone,
	.mobile-contacts-email,
	.mobile-contacts-address {
		display: flex;
		align-items: center;
		gap: 8px;
		margin: 0 0 10px 0;
		color: #333;
		justify-content: flex-end;
	}

	.mobile-contacts-phone .material-symbols-outlined,
	.mobile-contacts-email .material-symbols-outlined {
		color: #878787;
		font-size: 18px;
		font-variation-settings: 'FILL' 0, 'wght' 300, 'GRAD' 0, 'opsz' 18;
	}

	.mobile-contacts-email {
		font-family: 'museo_sans_cyrl500', sans-serif;
		font-weight: 500;
		color: #3397DA;
	}

	.mobile-contacts-social {
		display: flex;
		gap: 16px;
		flex-wrap: wrap;
		margin: 2px 0 10px 0;
		justify-content: flex-end;
	}

	.mobile-contacts-social a {
		display: inline-flex;
		align-items: center;
		gap: 8px;
		color: #878787;
	}

	.mobile-contacts-icon {
		filter: grayscale(1) brightness(0.75);
	}

	.mobile-contacts-social a:hover .mobile-contacts-icon {
		filter: none;
	}

	.mobile-contacts-social a:hover .mobile-contacts-icon--max {
		filter: brightness(0) saturate(100%) invert(47%) sepia(86%) saturate(2042%) hue-rotate(182deg) brightness(98%) contrast(93%);
	}

	.mobile-contacts-social a:hover {
		color: #3397DA;
	}

	.mobile-contacts-address {
		color: #878787;
		margin-bottom: 0;
	}

	#menu > LI {
		height: auto;
		justify-content: stretch;
	}

	.menu-item__main {
		width: 100%;
		justify-content: flex-end;
	}

	.menu-item__link {
		width: auto;
		flex: 1 1 auto;
		justify-content: flex-end;
		text-align: right;
		padding: 12px 12px;
	}

	.menu-item__link--toggle {
		gap: 6px;
	}

	.menu-item__label {
		justify-content: flex-end;
	}

	.menu-item--has-submenu > .menu-submenu {
		position: static;
		display: none;
		min-width: 0;
		width: 100%;
		box-shadow: none;
		border: 0;
		background: transparent;
		padding: 2px 0 8px 0;
	}

	.menu-item--has-submenu:hover > .menu-submenu,
	.menu-item--has-submenu:focus-within > .menu-submenu {
		display: none;
	}

	.menu-item--has-submenu.is-open > .menu-submenu {
		display: block;
	}

	.menu-submenu LI {
		display: flex;
		justify-content: flex-end;
	}

	.menu-submenu A {
		width: auto;
		justify-content: flex-end;
		text-align: right;
		margin-right: 8px;
		padding: 8px 12px;
	}

		/* header-compact feature removed */

		/* Footer */
		/* Footer remains fixed on mobile too */

	#footer .wrap {
		padding: 10px 16px;
	}

		.footer-inner {
			flex-direction: column;
			gap: 6px;
		}

		.footer-social {
			text-align: left;
			align-items: flex-start;
		}

		.footer-social-row {
			justify-content: flex-start;
		}

		/* Mobile footer: hide secondary contact lines */
		.footer-email,
		.footer-address {
			display: none;
		}

		.footer-legal {
			display: flex;
			justify-content: flex-start;
		}

		/* Keep bottom padding so content doesn't hide behind the fixed footer */

	/* Grids → column */
	.classic-grid,
	.envelope-grid,
	.actions-grid,
	.about-grid,
	.contacts-grid {
		flex-direction: column;
	}

	.home-seo {
		padding: 14px;
	}

	.home-seo__title {
		font: normal 24px/30px museo_sans_cyrl300;
	}

	.home-seo__h2 {
		font: normal 20px/26px museo_sans_cyrl300;
	}

	.home-seo__grid {
		grid-template-columns: 1fr;
	}

	.home-seo__row {
		gap: 8px;
	}

	.home-seo__icon {
		font-size: 18px;
		line-height: 18px;
	}

	.home-seo__promo-line {
		margin-left: 0;
	}

	.home-reviews {
		margin: 16px 0 14px;
		padding: 14px 0 4px;
	}

	.home-reviews__title {
		font: normal 17px/22px museo_sans_cyrl300;
	}

	.home-reviews__widgets {
		grid-template-columns: 1fr;
		justify-content: stretch;
	}

	.home-reviews__card {
		padding: 9px 11px;
		border-radius: 14px;
	}

	.home-reviews__card--yandex {
		min-width: 0;
		flex-wrap: wrap;
	}

	.home-reviews__card--2gis {
		flex-wrap: wrap;
	}

	.actions-cta__btn {
		width: 100%;
		text-align: center;
	}

	/* Mascots */
		.classic-mascot,
		.envelope-mascot,
		.actions-mascot,
		.actions-mascot-side,
		.about-mascot {
			float: none;
			width: min(320px, 70%);
			max-width: 100%;
			margin: 0 auto 14px auto !important;
			display: block;
	}

	.envelope-price {
		display: block;
		overflow-x: auto;
	}

	.envelope-price TH,
	.envelope-price TD {
		white-space: nowrap;
	}

	.contacts-map-embed {
		height: 280px;
	}

	.cookie-banner {
		width: calc(100% - 22px);
		bottom: 12px;
	}

	.cookie-banner__inner {
		flex-direction: column;
		align-items: stretch;
		gap: 14px;
		padding: 14px 16px;
	}

	.cookie-banner__actions {
		width: 100%;
	}

	.cookie-banner__btn {
		flex: 1 1 0;
	}

	/* Mobile banner (compact) */
	#banner-wrap {
		display: none;
	}

	.banner-mobile-strip {
		display: flex;
		width: 100%;
		transition: transform 0.28s ease;
	}

	.banner-mobile-slider {
		display: flex;
		align-items: center;
		gap: 10px;
		margin: 12px 0 18px;
		padding: 0 8px;
		box-sizing: border-box;
	}

	.banner-mobile-slider__viewport {
		flex: 1 1 auto;
		min-width: 0;
		overflow: hidden;
		padding: 0 4px;
		box-sizing: border-box;
	}

	.banner-mobile-slider__arrow {
		flex: 0 0 40px;
		width: 40px;
		height: 40px;
		border: 1px solid #e5e5e5;
		border-radius: 999px;
		background: #fff;
		color: #9f9f9f;
		display: inline-flex;
		align-items: center;
		justify-content: center;
		box-shadow: 0 6px 16px rgba(34, 34, 34, 0.08);
	}

	.banner-mobile-slider__arrow .material-symbols-outlined {
		font-size: 28px;
		line-height: 1;
	}

	.banner-mobile-slider__arrow .ui-chevron {
		width: 12px;
		height: 12px;
		color: #9f9f9f;
	}

	.banner-mobile-card,
	.banner-mobile-card:visited,
	.banner-mobile-card:hover,
	.banner-mobile-card:active {
		display: flex;
		flex: 0 0 100%;
		width: 100%;
		min-height: 122px;
		padding: 4px 6px;
		box-sizing: border-box;
		text-decoration: none;
		flex-direction: column;
		justify-content: center;
		align-items: center;
		gap: 8px;
		background: transparent;
		border: none;
		border-radius: 0;
		box-shadow: none;
	}

	.banner-mobile-card--plain,
	.banner-mobile-card--plain:visited,
	.banner-mobile-card--plain:hover,
	.banner-mobile-card--plain:active {
		color: #222;
	}

	.banner-mobile-card--orange,
	.banner-mobile-card--orange:visited,
	.banner-mobile-card--orange:hover,
	.banner-mobile-card--orange:active {
		background: transparent;
		color: #222;
	}

	.banner-mobile-card--red,
	.banner-mobile-card--red:visited,
	.banner-mobile-card--red:hover,
	.banner-mobile-card--red:active {
		background: transparent;
		color: #222;
	}

	.banner-mobile-card--image,
	.banner-mobile-card--image:visited,
	.banner-mobile-card--image:hover,
	.banner-mobile-card--image:active {
		background-color: transparent;
		background-image: none !important;
		color: #222;
	}

	.banner-mobile-card__label {
		display: none;
	}

	.banner-mobile-card__title {
		font: 500 20px/1.2 'museo_sans_cyrl500', sans-serif;
		color: #f68b1e;
		text-align: center;
	}

	.banner-mobile-card__subtitle {
		font: 300 13px/1.35 'museo_sans_cyrl300', sans-serif;
		color: #666;
		opacity: 1;
		text-align: center;
	}

	/* Popups */
	#paper-choose, #paper1-choose, #category-preview {
		width: 100%;
		box-sizing: border-box;
	}

	/* Calculator */
		#xCalc {
			display: flex !important;
			flex-direction: column;
		}

	.product-types-scroller {
		order: 1;
	}

	.calc-main {
		width: 100%;
		float: none;
		order: 3;
	}

	.col-buttons {
		width: auto;
		float: none;
		border-right: none;
		display: flex;
		flex-direction: column;
		align-items: center;
		text-align: center;
	}

	.col-buttons .categories {
		justify-content: center;
		width: 100%;
	}

	.col-paper {
		width: auto;
		float: none;
		margin-right: 0;
		padding-top: 0;
		display: flex;
		flex-direction: column;
		align-items: center;
		text-align: center;
	}

	#xCalc .col-paper > br {
		display: none;
	}

		/* Paper selectors: moved into the flow on mobile (right after qty) */
		.mobile-paper-wrap {
			clear: both;
			margin: 0 0 16px 0;
		}

		.mobile-paper-wrap #product-paper,
		.mobile-paper-wrap #product-paper1 {
			width: 224px;
			max-width: calc(100% - 100px);
			margin-left: 100px;
		}

		.mobile-paper-wrap #product-paper {
			margin-bottom: 10px;
		}

	#xCalc #product-category {
		flex: 1 1 100%;
		max-width: 100%;
	}

	#product-category {
		margin-top: 16px;
	}

	p.category-preview {
		width: min(240px, 100%);
		height: auto;
	}

	#product-category .category-preview img {
		width: 100% !important;
		height: auto !important;
		max-height: none;
	}

	.col-properties {
		width: auto;
		float: none;
		border-right: none;
		padding-bottom: 22px;
		max-width: 520px;
		margin: 0 auto;
	}

	.col-price {
		width: auto;
		float: none;
		order: 2;
		padding: 12px 12px 10px 12px;
		border: 1px solid #DDDDDD;
		border-radius: 10px;
		background: #FAFAFA;
		box-shadow: 0 10px 24px rgba(0,0,0,0.06);
		margin-top: 12px;
	}

	.price-full {
		font-size: 28px;
		margin: 0 0 6px 0;
	}

	.price-full i {
		font-size: 26px;
	}

	.price-one {
		font-size: 14px;
		margin: 0 0 8px 0;
	}

	.price-dogovor-txt {
		font-size: 12px;
		margin: 0;
		padding-top: 8px;
	}

	.summary {
		margin: 8px 0 10px 0;
	}

	.calc-cta__btn {
		width: 100%;
	}

	.calc-cta-options {
		flex-wrap: wrap;
	}

	#menu-types {
		display: flex;
		overflow-x: auto;
		-webkit-overflow-scrolling: touch;
		gap: 6px;
		padding: 0 40px 8px 40px;
		margin-top: 0;
		border-bottom: none;
	}

	#menu-types LI {
		float: none;
		flex: 0 0 auto;
	}

	#menu-types LI A, #menu-types LI SPAN {
		width: 118px;
	}

	.product-types-scroller {
		position: relative;
		margin-top: 18px;
		border-bottom: 1px solid #DDDDDD;
	}

	.product-types-arrow {
		position: absolute;
		top: 50%;
		transform: translateY(-50%);
		width: 32px;
		height: 32px;
		border-radius: 16px;
		border: 1px solid #DDDDDD;
		background: rgba(245,245,245,0.95);
		box-shadow: 0 6px 14px rgba(0,0,0,0.08);
		display: inline-flex;
		align-items: center;
		justify-content: center;
		padding: 0;
		cursor: pointer;
	}

	.product-types-arrow .ui-chevron {
		width: 10px;
		height: 10px;
		color: #878787;
	}

	.product-types-arrow--left { left: 6px; }
	.product-types-arrow--right { right: 6px; }

	.product-types-scroller:before,
	.product-types-scroller:after {
		content: '';
		position: absolute;
		top: 0;
		bottom: 0;
		width: 34px;
		pointer-events: none;
	}

	.product-types-scroller:before {
		left: 0;
		background: linear-gradient(90deg, rgba(255,255,255,1), rgba(255,255,255,0));
	}

	.product-types-scroller:after {
		right: 0;
		background: linear-gradient(270deg, rgba(255,255,255,1), rgba(255,255,255,0));
	}

	.product-types-scroller.is-start:before { opacity: 0; }
	.product-types-scroller.is-end:after { opacity: 0; }

	.product-types-scroller.no-scroll .product-types-arrow,
	.product-types-scroller.no-scroll:before,
	.product-types-scroller.no-scroll:after {
		display: none;
	}

	#paper-choose, #paper1-choose, #category-preview {
		padding: 10px 10px 0 10px;
	}

	#paper-choose .paper-block, #paper1-choose .paper-block {
		width: calc((100% - 20px) / 3);
		height: 98px;
		padding: 8px 8px 0 8px;
		margin: 0 0 10px 10px;
		float: left;
		box-sizing: border-box;
		background-size: cover;
		background-position: center top;
	}

	#paper-choose .paper-block:nth-child(3n+1),
	#paper1-choose .paper-block:nth-child(3n+1) {
		margin-left: 0;
	}

	#paper-choose .paper-block P,
	#paper1-choose .paper-block P {
		max-width: none;
		font-size: 12px;
		line-height: 14px;
	}

	#paper-choose .paper-group-title,
	#paper1-choose .paper-group-title {
		margin-left: 0;
		font-size: 11px;
	}

	/* Fancybox close button: use simple text X for mobile */
	.lite-fancybox .fancybox-close {
		top: 10px;
		right: 10px;
		width: 32px;
		height: 32px;
		background: none !important;
		border: 1px solid #DDDDDD;
		border-radius: 16px;
		background-color: rgba(245,245,245,0.95) !important;
		box-shadow: 0 6px 14px rgba(0,0,0,0.08);
		color: #878787;
		font-size: 26px;
		line-height: 30px;
		text-align: center;
		text-decoration: none;
	}

	.lite-fancybox .fancybox-close:hover {
		color: #111;
	}
}

@media (max-width: 520px) {
	/* Calculator: single-column controls */
	#xCalc .col-properties .col-label,
	#xCalc .col-properties .col-select {
		float: none;
		width: 100%;
		height: auto;
	}

	#xCalc .col-properties .col-label {
		display: block;
		margin: 0 0 6px 0;
		text-align: left;
	}

	#xCalc .col-properties .col-label span {
		display: block;
		vertical-align: baseline;
	}

	/* Left-align calculator blocks on small screens */
	#xCalc .col-paper {
		align-items: flex-start;
		text-align: left;
	}

	/* Rect buttons (format/print) */
	#xCalc .col-properties .col-select.rect,
	#xCalc .col-properties .col-select.rect-l {
		display: flex;
		flex-wrap: wrap;
		gap: 6px;
	}

	#xCalc .col-properties .col-select.rect a,
	#xCalc .col-properties .col-select.rect-l a {
		margin-right: 0;
		float: none;
		font-size: 13px;
		height: 30px;
		line-height: 30px;
		padding: 0 7px;
	}

	/* Int controls (qty) */
	#xCalc .col-properties .col-select:not(.rect):not(.rect-l):not(.form-check) {
		display: flex;
		flex-wrap: wrap;
		align-items: center;
		gap: 8px;
	}

	#xCalc .col-properties .form-check {
		padding-top: 7px;
	}

	#xCalc .col-properties .form-check label {
		font-size: 13px;
		line-height: 18px;
		margin-bottom: 27px;
	}

	#xCalc .col-properties .form-check label:last-of-type {
		margin-bottom: 0;
	}

	#xCalc .col-properties .form-check-tooltip {
		margin: 0 4px;
		top: 0;
	}

	#xCalc .col-properties .col-select input.styler {
		width: 74px;
		flex: 0 0 74px;
	}

	#xCalc .col-properties .col-select .amount {
		float: none;
		margin-right: 0;
		flex: 0 0 70px;
		display: flex;
		align-items: center;
		padding-top: 0;
		height: 34px;
	}

	#xCalc .col-properties .col-select .amount a {
		float: none;
		width: 35px;
		height: 17px;
		display: block;
	}

	#xCalc .col-properties .col-select .amount a.btn-m {
		background-position: 9px 1px;
	}

	#xCalc .col-properties .col-select .amount a.btn-p {
		background-position: -28px 1px;
	}

	#xCalc .col-properties .col-select .amount a.btn-m:hover {
		background-position: 9px -28px;
	}

	#xCalc .col-properties .col-select .amount a.btn-p:hover {
		background-position: -28px -28px;
	}

	#xCalc .col-properties .col-select .amount-change {
		display: inline-flex;
		align-items: center;
		margin-right: 4px;
		font-size: 13px;
		line-height: 30px;
		padding: 0 2px;
	}

	#xCalc .col-properties .col-select .amount-change:last-child {
		margin-right: 0;
	}

	/* Hide large qty presets on small screens */
	#xCalc .col-properties .col-select .amount-change:nth-of-type(4),
	#xCalc .col-properties .col-select .amount-change:nth-of-type(5) {
		display: none;
	}

	/* Mobile paper block: center without left offset */
	.mobile-paper-wrap {
		width: 100%;
		margin: 8px 0 16px 0;
		display: flex;
		flex-direction: column;
		align-items: flex-start;
		gap: 10px;
	}

	.mobile-paper-wrap #product-paper,
	.mobile-paper-wrap #product-paper1 {
		width: 100%;
		max-width: 320px;
		margin: 0;
	}
}

/* MAX mini-app mode */
body.is-max-app {
	padding-top: 0;
	--top-h: 0px;
	--footer-h: 0px;
}
body.is-max-app #panel,
body.is-max-app #top,
body.is-max-app #footer {
	display: none !important;
}
body.is-max-app #banner-wrap {
	display: none !important;
}
body.is-max-app #content {
	padding-bottom: 16px !important;
}

/* Privacy page */
.legal-page {
	max-width: 980px;
	margin: 0 auto;
	padding: 40px 20px 34px;
}

.legal-page__title {
	margin: 0 0 14px;
	font-size: 38px;
	line-height: 1.15;
	color: #f68b1e;
}

.legal-page__lead {
	margin: 0 0 18px;
	line-height: 1.55;
}

.legal-page__nav {
	display: flex;
	flex-wrap: wrap;
	gap: 10px;
	margin: 0 0 18px;
}

.legal-page__nav-link {
	display: inline-flex;
	align-items: center;
	padding: 8px 12px;
	border: 1px solid #f68b1e;
	border-radius: 999px;
	color: #f68b1e;
	text-decoration: none;
	line-height: 1.2;
}

.legal-page__nav-link:hover {
	background: #f68b1e;
	color: #fff;
}

.legal-block {
	scroll-margin-top: 110px;
}

.legal-list {
	margin: 0 0 8px 20px;
	padding: 0;
	display: grid;
	gap: 8px;
	line-height: 1.5;
}

.legal-subtitle {
	margin: 14px 0 10px;
	font-size: 20px;
	line-height: 1.3;
	color: #111;
}

.privacy-page {
	max-width: 980px;
	margin: 0 auto;
	padding: 40px 20px 34px;
}

.privacy-page__title {
	margin: 0 0 18px;
	font-size: 38px;
	line-height: 1.15;
	color: #f68b1e;
}

.privacy-page__hero {
	display: grid;
	grid-template-columns: 1fr 400px;
	gap: 24px;
	align-items: start;
	margin-bottom: 20px;
}

.privacy-page__intro {
	background: #fafafa;
	border: 1px solid #e6e6e6;
	border-radius: 12px;
	padding: 16px 18px;
}

.privacy-page__intro p {
	margin: 0 0 12px;
	text-align: left;
	line-height: 1.55;
}

.privacy-page__intro p:last-child {
	margin-bottom: 0;
}

.privacy-page__figure {
	margin: 0;
}

.privacy-page__figure img {
	display: block;
	width: 400px;
	height: 400px;
	max-width: 100%;
	object-fit: cover;
	border-radius: 12px;
	border: 1px solid #ececec;
}

.privacy-block {
	background: #fff;
	border: 1px solid #e8e8e8;
	border-radius: 12px;
	padding: 16px 18px;
	margin-bottom: 14px;
}

.privacy-block h2 {
	margin: 0 0 10px;
	font-size: 24px;
	line-height: 1.25;
	display: flex;
	align-items: center;
	gap: 8px;
	color: #f68b1e;
}

.privacy-block p {
	margin: 0 0 10px;
	line-height: 1.55;
	text-align: left;
}

.privacy-block p:last-child {
	margin-bottom: 0;
}

.privacy-icon {
	font-size: 24px;
	color: #f68b1e;
}

.privacy-list {
	margin: 0;
	padding: 0;
	list-style: none;
	display: grid;
	gap: 8px;
}

.privacy-list li {
	position: relative;
	padding-left: 26px;
	line-height: 1.5;
	text-align: left;
}

.privacy-list li .material-symbols-outlined {
	position: absolute;
	left: 0;
	top: 2px;
	font-size: 17px;
	line-height: 1;
	color: #f68b1e;
}

@media (max-width: 980px) {
	.privacy-page__hero {
		grid-template-columns: 1fr;
	}

	.privacy-page__figure img {
		width: min(400px, 100%);
		height: auto;
		aspect-ratio: 1 / 1;
		margin: 0 auto;
	}
}

@media (max-width: 640px) {
	.banner-mobile-strip {
		grid-template-columns: 1fr;
	}

	.page-legal {
		padding: 20px 0 10px 0;
	}

	.page-legal .legal-page,
	.page-legal .privacy-page {
		padding-top: 0;
	}

	.legal-page {
		padding: 26px 0 20px;
	}

	.legal-page__title {
		font-size: 31px;
	}

	.legal-subtitle {
		font-size: 19px;
	}

	.privacy-page {
		padding: 26px 0 20px;
	}

	.privacy-page__title {
		font-size: 31px;
	}

	.privacy-block h2 {
		font-size: 21px;
	}
}

/* Error pages */
.error-page{
	max-width: 780px;
	margin: 40px auto 60px;
	padding: 28px;
	border-radius: 14px;
	background: #fff;
	border: 1px solid #e6e6e6;
	box-shadow: 0 8px 24px rgba(0,0,0,0.06);
	text-align: left;
}
.error-page__image{
	display: block;
	max-width: 100%;
	height: auto;
	margin: 0 auto 18px;
	border-radius: 10px;
}
.error-page__code{
	font-size: 56px;
	line-height: 1;
	font-weight: 700;
	color: #f68b1e;
	letter-spacing: 0.5px;
	margin-bottom: 10px;
}
.error-page__title{
	font-size: 34px;
	line-height: 1.15;
	margin: 0 0 10px 0;
}
.error-page__text{
	font-size: 18px;
	line-height: 1.5;
	color: #444;
	margin: 0 0 18px 0;
}
.error-page__actions{
	display: flex;
	gap: 14px;
	align-items: center;
	flex-wrap: wrap;
	justify-content: center;
}
.error-page__btn{
	display: inline-flex;
	align-items: center;
	justify-content: center;
	padding: 12px 18px;
	border-radius: 12px;
	background: #f68b1e;
	color: #fff;
	text-decoration: none;
	font-weight: 600;
}
.error-page a.error-page__btn,
.error-page a.error-page__btn:visited,
.error-page a.error-page__btn:active{
	color: #fff !important;
	background: #f68b1e;
	border: none;
}
.error-page__btn:hover{
	filter: brightness(0.95);
}
.error-page__link{
	color: #f68b1e;
	text-decoration: none;
	font-weight: 600;
}
.error-page a.error-page__link,
.error-page a.error-page__link:visited,
.error-page a.error-page__link:active{
	color: #f68b1e !important;
	border: none;
}
.error-page__link:hover{
	text-decoration: underline;
}
