@import url("/css/_font-montserrat.css");
@import url("/css/_font-rum-raisin-cyrillic.css");
@import url("_base.css");
@import url("_editor-site.css");
@import url("_joomla.css");
@import url("_horizontal-menu.css");
@import url("_mobile-menu.css");
/* Page */
html {
	background: #f9e9c2;
	color: #000;
	font: 500 16px / 1.3 var(--base-fonts);
}
@media all and (min-width: 1280px) {
	html {
		font-size: 22px;
	}
}
body {
	min-width: 320px;
	max-width: 1920px;
	margin: 0 auto;
}
/* Vector icons */
.icon {
	width: 1em;
	height: 1em;
}
/* Form popup */
.fullscreen-layout {
	position: fixed;
	z-index: 50;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: rgba(0,0,0,.5);
	overflow: auto;
	overscroll-behavior: contain;
}
.hidden-form-layout {
	width: 100%;
	max-width: 600px;
	height: 100%;
	table-layout: fixed;
	border-spacing: 0;
	margin: 0 auto;
}
.hidden-form-layout > tbody > tr > td {
	vertical-align: middle;
}
.hidden-form-layout > tbody > tr > td > div {
	background: #fff;
	background: linear-gradient(to bottom, #ededed, #fff, #ededed);
	color: #000;
	padding: 16px;
	border-radius: 3px;
}
.fullscreen-layout-close {
	position: absolute;
	z-index: 1;
	right: 0;
	top: 0;
}
.fullscreen-layout-close-button {
	background: transparent;
	color: inherit;
	border: none;
	border-radius: 3px;
	cursor: pointer;
	font-size: 1.3em;
	text-align: center;
	width: 1.5em;
	height: 1.5em;
	transition: background-color 300ms ease-out, color 300ms ease-out;
}
.fullscreen-layout-close-button:hover,
.fullscreen-layout-close-button:focus {
	background-color: #b24539;
	color: #fff;
}
/* A wrapper for normal content, which needs padding on narrow screens */
.limit-content {
	display: flow-root;
	max-width: var(--content-max-width);
	padding-left: 16px;
	padding-right: 16px;
	margin-left: auto;
	margin-right: auto;
}
@media print {
	.limit-content { padding-left: 0; padding-right: 0; }
}
/* A wrapper for content with no padding (image slideshow, etc.) */
.sheet {
	display: flow-root;
	max-width: var(--content-max-width);
	margin-left: auto;
	margin-right: auto;
}
/* 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 */
.bottom {
	background: #88ace2;
	color: #526d97;
	text-align: center;
	padding-top: 32px;
	padding-bottom: 32px;
}
.l-bottom {
	line-height: 2;
}
.l-bottom:not(:first-child) {
	margin-top: 15px;
}
@media all and (min-width: 1280px) {
	.bottom {
		padding-top: 52px;
		padding-bottom: 52px;
	}
}
.top {
	background: #fdf1ed;
	color: #b5968c;
	padding-top: 32px;
	padding-bottom: 32px;
}
.l-top {
	border: 2px solid #3f3e3d;
	padding: 22px;
	border-radius: 51px;
	background: #fffdf8;
	color: #000;
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	justify-content: space-between;
	gap: 16px;
}
@media all and (min-width: 1280px) {
	.top {
		padding-top: 52px;
		padding-bottom: 40px;
	}
	.l-top {
		padding: 22px 38px;
	}
}
@media not all and (min-width: 1660px) {
	.l-top {
		justify-content: space-evenly;
	}
}
.main-menu > li {
	list-style: none;
	display: inline;
}
.main-menu > li:not(:first-child) {
	margin-left: 16px;
}
.main-menu a:hover,
.main-menu a:focus {
	text-decoration: underline;
}
.secondary-nav {
	display: flex;
	flex-wrap: wrap;
	gap: 16px;
}
.secondary-nav > li {
	list-style: none;
}
@media all and (max-width: 484px) {
	.secondary-nav > li,
	.secondary-nav > li > a {
		box-sizing: border-box;
		width: 100%;
	}
}
.button-1,
.button-2,
.button-3 {
	display: inline-block;
	border: 1px solid #4b4a49;
	border-radius: 27px;
	padding: 11px;
}
.button-1 {
	background: #fff;
	color: #000;
}
.button-2 {
	background: #f9e9c2;
	color: #2f2f2f;
}
.button-3 {
	background: #e2f3f1;
	color: #000;
}
@media all and (min-width: 1284px) {
	.button-1,
	.button-2,
	.button-3 {
		padding: 11px 30px;
	}
}
.main-body {
	padding-top: 32px;
	padding-bottom: 32px;
}
.form-unit:not(:first-child) {
	margin-top: 1em;
}
.form-reg form:not(:first-child) {
	margin-top: 1em;
}
@media all and (min-width: 1058px) {
	.hide-when-full {
		display: none !important;
	}
}
@media not all and (min-width: 1058px) {
	.show-when-full {
		display: none !important;
	}
}
