@font-face {
	font-family: "Roboto";
	font-style: normal;
	font-weight: 100;
	font-display: swap;
	src: local("Roboto Thin"), local("Roboto-Thin"),
		url("../fonts/roboto/thin.woff2") format("woff2");
}
@font-face {
	font-family: "Roboto";
	font-style: italic;
	font-weight: 100;
	font-display: swap;
	src: local("Roboto Thin Italic"), local("Roboto-ThinItalic"),
		url("../fonts/roboto/thinitalic.woff2") format("woff2");
}
@font-face {
	font-family: "Roboto";
	font-style: normal;
	font-weight: 300;
	font-display: swap;
	src: local("Roboto Light"), local("Roboto-Light"),
		url("../fonts/roboto/light.woff2") format("woff2");
}
@font-face {
	font-family: "Roboto";
	font-style: italic;
	font-weight: 300;
	font-display: swap;
	src: local("Roboto Light Italic"), local("Roboto-LightItalic"),
		url("../fonts/roboto/lightitalic.woff2") format("woff2");
}
@font-face {
	font-family: "Roboto";
	font-style: normal;
	font-weight: normal;
	font-display: swap;
	src: local("Roboto"), local("Roboto-Regular"),
		url("../fonts/roboto/regular.woff2") format("woff2");
}
@font-face {
	font-family: "Roboto";
	font-style: italic;
	font-weight: normal;
	font-display: swap;
	src: local("Roboto Italic"), local("Roboto-Italic"),
		url("../fonts/roboto/italic.woff2") format("woff2");
}
@font-face {
	font-family: "Roboto";
	font-style: normal;
	font-weight: 500;
	font-display: swap;
	src: local("Roboto Medium"), local("Roboto-Medium"),
		url("../fonts/roboto/medium.woff2") format("woff2");
}
@font-face {
	font-family: "Roboto";
	font-style: italic;
	font-weight: 500;
	font-display: swap;
	src: local("Roboto Medium Italic"), local("Roboto-MediumItalic"),
		url("../fonts/roboto/mediumitalic.woff2") format("woff2");
}
@font-face {
	font-family: "Roboto";
	font-style: normal;
	font-weight: bold;
	font-display: swap;
	src: local("Roboto Bold"), local("Roboto-Bold"),
		url("../fonts/roboto/bold.woff2") format("woff2");
}
@font-face {
	font-family: "Roboto";
	font-style: italic;
	font-weight: bold;
	font-display: swap;
	src: local("Roboto Bold Italic"), local("Roboto-BoldItalic"),
		url("../fonts/roboto/bolditalic.woff2") format("woff2");
}
@font-face {
	font-family: "Roboto";
	font-style: normal;
	font-weight: 900;
	font-display: swap;
	src: local("Roboto Black"), local("Roboto-Black"),
		url("../fonts/roboto/bold.woff2") format("woff2");
}
@font-face {
	font-family: "Roboto";
	font-style: italic;
	font-weight: 900;
	font-display: swap;
	src: local("Roboto Black Italic"), local("Roboto-BlackItalic"),
		url("../fonts/roboto/blackitalic.woff2") format("woff2");
}
@font-face {
	font-family: "Unbounded";
	font-style: normal;
	font-display: swap;
	src: local("Unbounded"),
		url("../fonts/unbounded/regular-var.woff2") format("woff2-variations");
}
* {
	font: inherit;
	margin: 0;
	padding: 0;
}
html {
	--base-fonts: "Roboto", "Liberation Sans", "Arial", sans-serif;
	--heading-fonts: "Unbounded", "Roboto", "Liberation Sans", "Arial", sans-serif;
	--content-max-width: 1420px;
	background: #fff;
	color: #000;
	font: 18px / 1.3 var(--base-fonts);
	color-scheme: light dark;
}
@media all and (max-width: 500px) {
	html {
		hyphens: auto;
	}
}
html.alt-appearance {
	font-size: max(1rem, 22px);
}
body {
	min-width: 320px;
	max-width: 1920px;
	margin: 0 auto;
}
[hidden] {
	display: none !important;
}
/* Hierarchy */
article,
aside,
main,
section,
header,
footer {
	display: flow-root;
}
figure {
	max-width: 100%;
	overflow: auto;
}
hr {
	margin: 2em auto;
	color: inherit;
	border: none;
	border-top: .2em dashed currentColor;
	max-width: 90%;
}
/* Line spacing */
:where(h1, h2, h3, h4, h5, h6, p, ul, ol, blockquote, dl, fieldset, table, figure, details):not([class]):not(:first-child) {
	margin-block-start: 1em;
}
/* Inline content */
b,
strong {
	font-weight: bold;
}
i,
em {
	font-style: italic;
}
sub,
sup {
	font-size: smaller;
}
img {
	vertical-align: middle;
	max-width: 100%;
	height: auto;
}
video {
	max-width: 100%;
	height: auto;
}
iframe {
	border: none;
}
/* Headings */
h1, h2, h3, h4, h5, h6 {
	overflow-wrap: break-word;
	break-after: avoid-page;
	break-inside: avoid-page;
}
:where(h2, h3, h4, h5, h6):not([class]) {
	font-family: var(--heading-fonts);
	line-height: normal;
}
:is(h1, h2, h3, h4, h5, h6) > a {
	text-decoration: none;
	color: inherit;
}
:is(h1, h2, h3, h4, h5, h6) > a:focus-visible {
	text-decoration: underline;
}
h1 {
	font-family: var(--heading-fonts);
	font-size: 1.5rem;
	line-height: 1.29;
}
h2:not([class]) {
	font-size: 1.35rem;
}
@media all and (min-width: 1420px) {
	h1 {
		font-size: 54px;
	}
	h2:not([class]) {
		font-size: 54px;
	}
}
/* Links */
a img {
	border: none;
}
a {
	color: inherit;
	text-decoration: underline;
}
:where(.main-body) a {
	color: #0e3add;
}
@media all and (prefers-color-scheme: dark) {
	:where(.main-body) a {
		color: #f3e699;
	}
}
/* Lists */
:where(ul, ol):not([class]) {
	margin-inline-start: 1.5em;
}
:where(ul, ol):not([class]) > li:not(:first-child) {
	margin-block-start: .5em;
}
/* Dialogs */
dialog {
	border: none;
	box-sizing: border-box;
	padding: 0;
}
dialog::backdrop {
	background: rgba(0,0,0,.75);
}
@media all and (prefers-color-scheme: light) and (prefers-reduced-transparency: reduce) and (not (prefers-contrast: more)) {
	dialog::backdrop { background: #f0f0f0; }
}
@media all and (prefers-color-scheme: light) and (prefers-reduced-transparency: reduce) and (prefers-contrast: more) {
	dialog::backdrop { background: #fff; }
}
@media all and (prefers-color-scheme: dark) and (prefers-reduced-transparency: reduce) and (not (prefers-contrast: more)) {
	dialog::backdrop { background: #333; }
}
@media all and (prefers-color-scheme: dark) and (prefers-reduced-transparency: reduce) and (prefers-contrast: more) {
	dialog::backdrop { background: #000; }
}
@media print {
	dialog { display: none; }
}
/* Forms */
fieldset {
	border: 1px dashed #ccc;
	padding: 1em;
}
input,
textarea,
select,
option,
button {
	box-sizing: border-box;
}
@media all and (prefers-color-scheme: light) and (prefers-contrast: more) {
	fieldset { border-color: #000; }
}
@media all and (prefers-color-scheme: dark) and (not (prefers-contrast: more)) {
	fieldset { border-color: #a9a9a9; }
}
@media all and (prefers-color-scheme: dark) and (prefers-contrast: more) {
	fieldset { border-color: #fff; }
}
/* Tables */
table {
	border-collapse: collapse;
	margin-left: auto;
	margin-right: auto;
}
caption {
	text-align: start;
	padding: .15em .5em;
}
td, th {
	padding: .15em .5em;
}
th {
	font-weight: bold;
}
thead {
	border-bottom: .1em solid #7e7e7e;
}
tfoot {
	border-top: .1em solid #7e7e7e;
}
thead > tr > th {
	vertical-align: bottom;
}
@supports (margin-trim: block) {
	td, th {
		margin-trim: block;
	}
}
@supports not (margin-trim: block) {
	:where(td, th) > :first-child {
		margin-block-start: 0 !important;
	}
	:where(td, th) > :last-child {
		margin-block-end: 0 !important;
	}
}
@media all and (prefers-color-scheme: light) and (prefers-contrast: more) {
	thead { border-bottom-color: #000; }
	tfoot { border-top-color: #000; }
}
@media all and (prefers-color-scheme: dark) and (not (prefers-contrast: more)) {
	thead { border-bottom-color: #e6e6e6; }
	tfoot { border-top-color: #e6e6e6; }
}
@media all and (prefers-color-scheme: dark) and (prefers-contrast: more) {
	thead { border-bottom-color: #fff; }
	tfoot { border-top-color: #fff; }
}
/* Quotations */
blockquote:not([class]) {
	padding-inline-start: 1em;
	border-inline-start: 4px solid #ddd;
}
@media all and (prefers-color-scheme: light) and (prefers-contrast: more) {
	blockquote:not([class]) { border-inline-start-color: #000; }
}
@media all and (prefers-color-scheme: dark) and (not (prefers-contrast: more)) {
	blockquote:not([class]) { border-inline-start-color: #909090; }
}
@media all and (prefers-color-scheme: dark) and (prefers-contrast: more) {
	blockquote:not([class]) { border-inline-start-color: #fff; }
}
/* When to show what */
.mobile-nav-button {
	display: none;
}
@media not all and (min-width: 1108px) {
	.top-nav {
		display: none;
	}
	.mobile-nav-button {
		display: block;
	}
}
/* Command panel */
.page-controls {
	font-size: 20px;
	position: fixed;
	z-index: 9;
	inset-block-start: 16px;
	inset-inline-end: 16px;
	display: flex;
	flex-direction: column;
	align-items: end;
	gap: 16px;
}
.page-controls-button {
	box-sizing: border-box;
	padding: 9px 12px;
	background: #fff;
	color: #000;
	border: .1em solid #333;
	line-height: normal;
	cursor: pointer;
	transition: background-color 200ms ease-out, color 200ms ease-out, border-color 200ms ease-out;
}
.page-controls-button:hover,
.page-controls-button:focus {
	background-color: #333;
	color: #fff;
}
.page-controls-button > svg {
	vertical-align: -.15em;
}
@media all and (prefers-color-scheme: light) and (prefers-contrast: more) {
	.page-controls-button {
		border-color: #000;
	}
	.page-controls-button:hover,
	.page-controls-button:focus {
		background-color: #000;
	}
}
@media all and (prefers-color-scheme: dark) and (not (prefers-contrast: more)) {
	.page-controls-button {
		background: #000;
		color: #fff;
		border-color: #ccc;
	}
	.page-controls-button:hover,
	.page-controls-button:focus {
		background-color: #ccc;
		color: #000;
	}
}
@media all and (prefers-color-scheme: dark) and (prefers-contrast: more) {
	.page-controls-button {
		border-color: #fff;
	}
	.page-controls-button:hover,
	.page-controls-button:focus {
		background-color: #fff;
	}
}
/* Menu dialog */
.dialog-mobile-menu {
	box-sizing: border-box;
	background: transparent;
	max-width: none;
	max-height: none;
	width: 100%;
	height: 100%;
}
.mobile-menu {
	box-sizing: border-box;
	padding: 16px;
	max-width: 400px;
	background: #f8f8f8;
	color: #000;
	box-shadow: 2px 0 2px 0 rgba(0,0,0,.2);
	height: 100%;
	overflow: auto;
	overscroll-behavior: contain;
}
@media all and (prefers-color-scheme: dark) and (not (prefers-contrast: more)) {
	.mobile-menu {
		background: #64625b;
		color: #fff;
	}
}
@media all and (prefers-color-scheme: dark) and (prefers-contrast: more) {
	.mobile-menu {
		background: #2a2926;
		color: #fff;
	}
}
/* Menu dialog content */
.mobile-menu-itself {
	font-weight: normal;
	padding: 0;
}
.mobile-menu-itself li {
	list-style: none;
	position: relative;
}
.mobile-menu-itself li:hover > ul,
.mobile-menu-itself li:focus > ul {
	display: block;
}
.mobile-menu-itself li > :first-child:focus + ul {
	display: block;
}
.mobile-menu-itself > li ul {
	margin-left: 1.2em;
}
.mobile-menu-itself .separator::after {
	content: ":";
}
.mobile-menu-itself li > a,
.button-mobile-menu-close {
	display: block;
	box-sizing: border-box;
	padding: 6px 12px 5px 12px;
	outline: none;
	border: none;
	width: 100%;
	cursor: pointer;
	background: transparent;
	color: inherit;
	text-align: left;
	transition: background-color 300ms ease-out, color 300ms ease-out;
}
.mobile-menu-itself li > a:hover,
.mobile-menu-itself li > a:focus,
.button-mobile-menu-close:hover,
.button-mobile-menu-close:focus {
	background-color: #7c7c7c;
	color: #fff;
}
@media all and (prefers-color-scheme: light) and (prefers-contrast: more) {
	.mobile-menu-itself li > a:hover,
	.mobile-menu-itself li > a:focus,
	.button-mobile-menu-close:hover,
	.button-mobile-menu-close:focus {
		background-color: #000;
	}
}
@media all and (prefers-color-scheme: dark) and (not (prefers-contrast: more)) {
	.mobile-menu-itself li > :first-child:hover,
	.mobile-menu-itself li > :first-child:focus,
	.button-mobile-menu-close:hover,
	.button-mobile-menu-close:focus {
		background-color: #fafafa;
		color: #000;
	}
}
@media all and (prefers-color-scheme: dark) and (prefers-contrast: more) {
	.mobile-menu-itself li > :first-child:hover,
	.mobile-menu-itself li > :first-child:focus,
	.button-mobile-menu-close:hover,
	.button-mobile-menu-close:focus {
		background-color: #fff;
		color: #000;
	}
}
.ajax-form-result {
	display: none;
	background: #fbfbfb;
	color: #000;
	border: .1em solid #999;
	padding: .5em 1em;
}
.ajax-form-result[data-state="positive"] {
	display: block;
	background-color: #f4f9ee;
	border-color: #99bf7f;
}
.ajax-form-result[data-state="negative"] {
	display: block;
	background-color: #f9f3ee;
	border-color: #bf857f;
}
.ajax-form-result:not(:first-child) {
	margin-top: 1em;
}
/* Vector icons */
.icon {
	width: 1em;
	height: 1em;
}
/* Dialog layout */
.dialog-layout[open] {
	background: transparent;
	max-width: none;
	max-height: none;
	width: 100%;
	height: 100%;
	padding: 1em;
	display: grid;
	place-content: safe center;
}
.dialog-layout-inner {
	box-sizing: border-box;
	background: #fff;
	color: #000;
	padding: 1.5em;
	box-shadow: 0 0 3px 3px rgba(255,255,255,.15);
	border-radius: 4px;
	position: relative;
	overflow: auto;
	scrollbar-width: thin;
}
@media all and (prefers-color-scheme: dark) {
	.dialog-layout-inner {
		background: #333;
		color: #fff;
	}
}
@media all and (prefers-color-scheme: dark) and (prefers-contrast: more) {
	.dialog-layout-inner {
		background: #000;
	}
}
.form-close-dialog {
	position: absolute;
	z-index: 1;
	inset-block-start: .5em;
	inset-inline-end: .5em;
}
.form-close-dialog-button {
	background: transparent;
	color: #b24539;
	border: none;
	cursor: pointer;
	width: 1.5em;
	height: 1.5em;
	line-height: 1.5em;
	text-align: center;
	padding: 0;
	transition: background-color 300ms ease-out, color 300ms ease-out;
}
.form-close-dialog-button:hover,
.form-close-dialog-button:focus {
	background-color: #b24539;
	color: #fff;
}
/* Main content: all */
.main-body {
	display: flex;
	max-width: var(--content-max-width);
	padding-left: 16px;
	padding-right: 16px;
	margin-left: auto;
	margin-right: auto;
	gap: 16px;
}
.content {
	flex-grow: 1;
	max-width: 100%;
}
.sidebar {
	flex-shrink: 0;
	flex-grow: 0;
}
.sidebar > section:not(:first-child) {
	margin-top: 1rem;
}
/* Main content: wide */
@media all and (min-width: 1108px) {
	.content {
		order: 1;
	}
	.sidebar-1 {
		width: 250px;
		order: 0;
	}
	.sidebar-2 {
		width: 250px;
		order: 2;
	}
}
/* Main content: narrow */
@media not all and (min-width: 1108px) {
	.main-body {
		flex-direction: column;
	}
	.content {
		order: 0;
	}
	.sidebar-1 {
		width: 100%;
		order: 1;
	}
	.sidebar-2 {
		width: 100%;
		order: 2;
	}
}
/* .limit-content is a wrapper for normal content, which needs padding on narrow screens. */
/* .sheet is a wrapper for content with no padding (image slideshow, etc.). */
.limit-content,
.sheet {
	display: flow-root;
	max-width: var(--content-max-width);
	margin-left: auto;
	margin-right: auto;
}
@media not print {
	.limit-content {
		padding-left: 1rem;
		padding-right: 1rem;
	}
}
/* Hide on print. */
@media print {
	.hide-on-print { display: none !important; }
}
/* Show only on print. */
@media not print {
	.show-on-print { display: none !important; }
}
/* Template */
.top {
	padding-top: 1.43em;
	padding-bottom: 1.43em;
}
.l-top {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	justify-content: space-between;
	gap: 1em;
}
.top-logo {
	display: flex;
	gap: 18px;
	align-items: center;
}
.site-title {
	font-family: var(--heading-fonts);
	font-size: 1.33rem;
	color: #242424;
	line-height: normal;
}
@media all and (prefers-contrast: more) {
	.site-title {
		color: #000;
	}
}
.site-slogan {
	font-size: .83rem;
	color: #7b7b7b;
}
@media all and (prefers-contrast: more) {
	.site-slogan {
		color: #000;
	}
}
.main-menu {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	gap: 43px;
	list-style: none;
	font-size: .94rem;
}
.main-menu a {
	text-decoration: none;
	transition: color 300ms ease-out;
}
.main-menu a:hover,
.main-menu a:focus {
	text-decoration: underline;
}
@media all and (not (prefers-contrast: more)) {
	.main-menu a:hover,
	.main-menu a:focus {
		color: #ffc121;
	}
}
.top-nav-2 {
	display: flex;
	gap: 10px;
	align-items: center;
}
.top-nav-3 {
	border: 1px solid #e3e3e3;
	border-radius: .3em;
	background: transparent;
	color: inherit;
	padding: .25em .5em;
	cursor: pointer;
}
.front-info {
	color: #fff;
	position: relative;
	overflow: hidden;
}
@media not all and (min-width: 1200px) {
	.front-info {
		background: linear-gradient(to bottom, rgba(44,36,25,.75), rgba(44,36,25,.75)), url("../images/city.webp") center / cover no-repeat #2c2419;
	}
	@media all and (prefers-reduced-transparency: reduce), all and (prefers-contrast: more) {
		.front-info {
			background: linear-gradient(to bottom, rgba(44,36,25,.9), rgba(44,36,25,.9)), url("../images/city.webp") center / cover no-repeat #2c2419;
		}
	}
}
@media all and (min-width: 1200px) {
	.front-info {
		background: url("../images/city.webp") right center / auto 100% no-repeat, linear-gradient(to bottom, #2c2419, #42310b) #2c2419;
	}
	.front-info-payments {
		position: absolute;
		z-index: 1;
		left: max(50%, 75% - 209px);
		bottom: 125px;
	}
	.front-info::before {
		content: "";
		pointer-events: none;
		position: absolute;
		top: 100px;
		left: -260px;
		background: linear-gradient(to bottom, rgba(158,153,100,.13), rgba(81,76,33,0));
		width: 866px;
		height: 866px;
		border-radius: 50%;
	}
}
.front-info-text {
	box-sizing: border-box;
	padding: 2rem 1em 2rem 0;
}
@media all and (min-width: 1200px) {
	.front-info-text {
		width: 600px;
		max-width: 100%;
		background: linear-gradient(to bottom, #2c2419, #42310b) #282218;
		border-radius: 0 22px 22px 0;
	}
}
@media all and (min-width: 1420px) {
	.front-info-text {
		padding-top: 6rem;
		padding-bottom: 6rem;
	}
}
.front-info-text p:not(:first-child) {
	margin-top: 2em;
}
.front-info-list {
	font-size: 1.22rem;
	line-height: 2;
	margin-top: 1em;
	margin-left: 1.6em;
}
.front-info-list > li {
	list-style-image: url("../images/arrow.svg");
}
.front-info-list > li::marker {
	color: #ffc121;
}
.button-1 {
	display: inline-block;
	background: #ffc121;
	color: #fff;
	font-family: var(--heading-fonts);
	font-size: .88rem;
	padding: 1.37em 2.5em;
	border: none;
	border-radius: 3em;
	cursor: pointer;
	line-height: 1.3;
	text-decoration: none;
	transition: background-color 300ms ease-out;
}
.button-1:hover,
.button-1:focus {
	background-color: #ffa621;
}
@media all and (prefers-contrast: more) {
	.button-1 {
		background-color: #937e48;
	}
	.button-1:hover,
	.button-1:focus {
		background-color: #847755;
	}
}
.bottom {
	padding-block: 2rem;
	line-height: 1.7;
}
@media all and (min-width: 1420px) {
	.bottom {
		padding-block: 2.95rem;
	}
}
.l-bottom {
	display: flex;
	flex-wrap: wrap;
	gap: 2rem;
}
.l-bottom > * {
	flex-grow: 1;
}
.bottom-menu > li {
	list-style: none;
}
.bottom-menu > li:not(:first-child) {
	margin-top: .5em;
}
.bottom a {
	text-decoration: none;
	transition: color 300ms ease-out;
}
.bottom a:not([class]):hover,
.bottom a:not([class]):focus {
	text-decoration: underline;
}
.bottom-heading {
	font-family: var(--heading-fonts);
}
@media not all and (prefers-contrast: more) {
	.bottom {
		color: #7b7b7b;
	}
	.bottom-heading,
	.bottom-menu a:not([class]) {
		color: #242424;
	}
	.bottom a:not([class]):hover,
	.bottom a:not([class]):focus {
		color: #ffc121;
	}
}
@media all and (prefers-contrast: more) {
	.bottom a:not([class]):hover,
	.bottom a:not([class]):focus {
		color: #000;
	}
}
.bottom-links {
	display: flex;
	flex-wrap: wrap;
	gap: 15px;
}
.bottom-links:not(:first-child) {
	margin-top: 1em;
}
.bottom-link {
	font-size: .88rem;
	color: #242424;
	border: 1px solid currentColor;
	border-radius: 3em;
	padding: .5em;
	transition: color 300ms ease-out;
}
.bottom-link._wa {
	border-color: #60d669;
}
.bottom-link._te {
	border-color: #2aabee;
}
.bottom-link._wa:hover,
.bottom-link._wa:focus {
	color: #60d669;
}
.bottom-link._te:hover,
.bottom-link._te:focus {
	color: #2aabee;
}
.contact {
	padding-block: 2rem;
	color: #fff;
}
.contact-form {
	box-sizing: border-box;
	font-size: .88rem;
	background: #fff;
	color: #000;
	padding: 2rem;
	border-radius: 1rem;
}
@media all and (min-width: 1200px) {
	.contact {
		padding-block: 3.06rem;
		background: url("../images/contact.webp") center / cover no-repeat #31291d;
	}
	.l-contact {
		display: flex;
		justify-content: space-between;
		gap: 1rem;
	}
	.contact-text {
		width: 628px;
		flex-shrink: 0;
		flex-grow: 0;
	}
	.contact-form {
		width: 660px;
		max-width: 100%;
	}
}
@media not all and (min-width: 1200px) {
	.contact {
		background: linear-gradient(to bottom, #31291d, #6a4d0c) #31291d;
	}
	.contact-form {
		margin-top: 2rem;
	}
}
.contact-form-input {
	margin-top: .4em;
	width: 100%;
	padding: .5em;
	border: 1px solid #e8e7d2;
	border-radius: .5em;
	background: #f9f8f6;
	color: #000;
}
.contact-form-input:focus {
	background: #fefefe;
}
@media all and (min-width: 1420px) {
	.contact-form-input {
		padding: .86em;
	}
}
textarea.contact-form-input {
	resize: vertical;
	min-height: 93px;
}
.l-contact-form:not(:first-child) {
	margin-top: 1em;
}
@media all and (min-width: 700px) {
	.l-contact-form {
		display: flex;
		flex-wrap: wrap;
		justify-content: space-between;
		gap: 1em;
	}
	.l-contact-form > .form-unit {
		flex-shrink: 0;
		flex-grow: 0;
		width: calc(50% - 10px);
	}
	.l-contact-form > .form-unit._w {
		width: 100%;
	}
}
@media not all and (min-width: 700px) {
	.form-unit:not(:first-child) {
		margin-top: .5em;
	}
}
.contact-title-1,
.contact-title-2 {
	font-family: var(--heading-fonts);
	font-size: 1.35rem;
	line-height: normal;
}
.contact-title-2 {
	display: flex;
	align-items: center;
	gap: 30px;
	color: #242424;
}
.contact-title-2 > span:first-child {
	width: 50px;
	flex-shrink: 0;
	flex-grow: 0;
}
@media all and (min-width: 1200px) {
	.contact-title-1 {
		font-size: 50px;
	}
	.contact-title-2 {
		font-size: 34px;
	}
}
.contact-links {
	font-size: 20px;
}
@media all and (max-width: 340px) {
	.contact-links {
		font-size: 19px;
	}
}
.contact-links:not(:first-child) {
	margin-top: 2em;
}
.contact-link {
	font-family: var(--heading-fonts);
	display: block;
	box-sizing: border-box;
	width: 16em;
	max-width: 100%;
	padding: 1em;
	border: 1px solid #fff;
	border-radius: 3em;
	text-decoration: none;
	outline: none;
	transition: background-color 400ms ease-out, color 400ms ease-out;
}
.contact-link:hover,
.contact-link:focus {
	background-color: #fff;
	color: #251d14;
}
.contact-link:focus-visible {
	text-decoration: underline;
}
.contact-link > img {
	margin-right: .5em;
}
.contact-link._mail > img {
	vertical-align: baseline;
}
.hl {
	color: #ffc121;
}
@media all and (prefers-contrast: more) {
	.hl {
		color: #b58813;
	}
}
.services {
	padding-block: 2rem;
}
@media all and (not (prefers-contrast: more)) {
	.services {
		color: #242424;
	}
}
@media all and (min-width: 1420px) {
	.services {
		padding-block: 4rem;
	}
}
.services-info {
	display: grid;
	grid-template-columns: 1fr;
	line-height: 1.5;
	outline: 1px solid #e8e7d2;
	border-radius: 1.5rem;
	overflow: hidden;
}
.services-info:not(:first-child) {
	margin-top: 2rem;
}
.services-info > li {
	list-style: none;
	box-sizing: border-box;
	display: flex;
	align-items: center;
	gap: 22px;
	padding: 2em;
	outline: 1px solid #e8e7d2;
}
.services-info > li > span:first-child {
	width: 40px;
	flex-shrink: 0;
}
.services-info > li:first-child {
	border-top-left-radius: 1.5rem;
}
.services-info > li:last-child {
	border-bottom-right-radius: 1.5rem;
}
@media not all and (max-width: 1419px) {
	.services-info {
		grid-template-columns: 1fr 1fr 1fr 1fr;
	}
	.services h2 .hl {
		display: block;
	}
}
@media all and (min-width: 1100px) and (max-width: 1419px) {
	.services-info {
		grid-template-columns: 1fr 1fr 1fr;
	}
}
@media all and (808px < width < 1100px) {
	.services-info {
		grid-template-columns: 1fr 1fr;
	}
}
@media all and (max-width: 500px) {
	.services-info > li {
		padding: 1rem;
	}
}
.services h2 {
	display: flex;
	flex-wrap: wrap;
	align-items: end;
	justify-content: space-between;
	gap: 2rem;
}
.services h2 > a {
	font-size: 1rem;
	font-weight: normal;
	text-decoration: underline;
}
.services h2 > a > img {
	margin-left: .5em;
}
.l-tariffs {
	display: flex;
	align-items: center;
	gap: 70px 140px;
}
@media all and (max-width: 1000px) {
	.l-tariffs {
		flex-direction: column;
		gap: 2rem;
	}
	.tariffs-text {
		padding-inline: 16px;
	}
	.tariffs-links:not(:first-child) {
		margin-top: 1em;
	}
}
@media not all and (max-width: 1000px) {
	.tariffs-picture {
		width: 50%;
	}
	.tariffs-picture > img {
		border-radius: 0 24px 24px 0;
	}
	.tariffs-text {
		width: 420px;
		padding-right: 32px;
		line-height: 1.44;
	}
	.tariffs-links:not(:first-child) {
		margin-top: 2em;
	}
}
.objects {
	padding-block: 2rem;
}
@media all and (min-width: 1420px) {
	.objects {
		padding-block: 4rem;
	}
	.objects h2 {
		display: flex;
		align-items: end;
		justify-content: space-between;
		gap: 1em;
	}
	.objects h2 .hl {
		display: block;
	}
}
@media not all and (min-width: 1420px) {
	.objects-controls {
		margin-top: 2rem;
	}
}
.objects-companies {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	gap: 4px;
}
.objects-companies:not(:first-child) {
	margin-top: 2em;
}
.c-objects-list {
	width: 100%;
	overflow: hidden;
	scroll-behavior: smooth;
	scroll-snap-type: inline mandatory;
}
.c-objects-list:not(:first-child) {
	margin-top: 2em;
}
.objects-list {
	width: 200%;
	display: flex;
	align-items: stretch;
}
.objects-list > li {
	width: 25%;
	list-style: none;
	text-align: center;
	flex-shrink: 0;
	flex-grow: 0;
	scroll-snap-align: start;
}
.objects-list > li > img {
	border-radius: 24px;
}
@media not all and (min-width: 1420px) {
	.objects-list {
		width: 400%;
	}
}
.objects-controls {
	display: flex;
	gap: 20px;
}
.objects-controls > button {
	display: flex;
	align-items: center;
	justify-content: center;
	border: 1px solid #e8e7d2;
	border-radius: 50%;
	background: transparent;
	color: #ffc121;
	width: 50px;
	height: 50px;
	padding: 0;
	cursor: pointer;
	transition: background-color 300ms ease-out;
}
.objects-controls > button:hover,
.objects-controls > button:focus {
	background-color: #fefdfa;
}
@media all and (prefers-color-scheme: dark) {
	html {
		background: #333;
		color: #fff;
	}
	.site-title,
	.services,
	.bottom,
	.bottom-heading,
	.bottom-menu a:not([class]),
	.bottom-link {
		 color: #fff;
	}
	.site-slogan {
		color: #cecece;
	}
	.contact-form {
		background: #615b57;
		color: #fff;
	}
	.contact-title-2 {
		color: #fff;
	}
	.contact-form-input {
		background: #494949;
		color: #fff;
	}
	.contact-form-input:focus {
		background-color: #333;
		outline: none;
	}
	@media all and (prefers-contrast: more) {
		html {
			background: #000;
		}
		.contact-form-input:focus {
			background-color: #000;
		}
	}
}
/* Offer */
.dialog-offer > .dialog-layout-inner {
	box-sizing: border-box;
	padding: 16px;
	background: rgba(65,53,26,.5) right top no-repeat;
	backdrop-filter: blur(15px);
	color: #fff;
	position: relative;
	max-width: 923px;
}
.dialog-offer-title {
	font-size: 21px;
	font-weight: bold;
	line-height: 1.17;
	color: #fc9715;
}
.dialog-offer-subtitle {
	margin-top: 17px;
	font-size: 21px;
	font-weight: bold;
	line-height: normal;
}
.dialog-offer-sum {
	box-sizing: border-box;
	margin-top: 45px;
	box-sizing: border-box;
	background: #fc9715;
	color: #fff;
	padding: 16px;
	border-radius: 5px;
	font-size: 20px;
	font-weight: bold;
}
.dialog-offer-sum del {
	text-decoration: line-through;
	text-decoration-thickness: 2px;
}
.dialog-offer-contact-label {
	margin-top: 50px;
	font-size: 18px;
	font-weight: bold;
}
.dialog-offer-contact-links {
	margin-top: 18px;
}
.dialog-offer .soc-icon {
	display: inline-block;
	outline: none;
}
.dialog-offer .soc-icon:focus-visible {
	filter: drop-shadow(0 0 2px rgba(255,255,255,.75))
}
@media all and (min-width: 1000px) {
	.dialog-offer > .dialog-layout-inner {
		padding: 59px 407px 32px 65px;
		background-image: url("../images/dialog-1.webp");
	}
	.dialog-offer-title {
		font-size: 42px;
	}
	.dialog-offer-sum {
		padding: 28px 34px 24px 34px;
		font-size: 26px;
	}
	.dialog-offer-subtitle {
		font-size: 26px;
	}
}
@media not all and (min-width: 1000px) {
	.dialog-offer-sum {
		width: 100%;
	}
}
.site-contacts {
	position: fixed;
	z-index: 8;
	right: 16px;
	bottom: 64px;
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	gap: 1em;
	font-size: 20px;
}
.site-contacts > a {
	display: inline-block;
	box-sizing: border-box;
	background: #c13443;
	color: #fff;
	padding: .5em;
	border: 2px solid #fff;
	border-radius: 2em;
	box-shadow: 2px 2px 2px 0 rgba(0,0,0,.2);
	text-decoration: none;
	transition: background-color 300ms ease-out;
}
.site-contacts > a:hover,
.site-contacts > a:focus {
	background: #242424;
}
.site-contacts > a:focus-visible {
	text-decoration: underline;
	outline: none;
}
@media all and (max-width: 400px) {
	body {
		padding-bottom: 60px;
	}
	.site-contacts {
		width: 100%;
		right: 0;
		bottom: 0;
	}
	.site-contacts > a {
		width: 100%;
		flex-shrink: 0;
		text-align: center;
		border-radius: 0;
		box-shadow: 0 -2px 2px 0 rgba(0,0,0,.2);
		border-left: none;
		border-right: none;
		border-bottom: none;
	}
}
