@charset "UTF-8";
@font-face { font-family: "heading"; font-style: normal; font-weight: normal; src: url("../fonts/heading-regular.ttf"); }
@font-face { font-family: "heading"; font-style: normal; font-weight: 300; src: url("../fonts/heading-light.ttf"); }
@font-face { font-family: "heading"; font-style: normal; font-weight: bold; src: url("../fonts/heading-bold.otf"); }
@font-face { font-family: "Roboto"; font-style: normal; font-weight: 300; src: local("Roboto Light"), local("Roboto-Light"), url("../fonts/roboto-v16-latin_cyrillic_latin-ext-300.woff2") format("woff2"), url("../fonts/roboto-v16-latin_cyrillic_latin-ext-300.woff") format("woff"); }
@font-face { font-family: "Roboto"; font-style: italic; font-weight: 300; src: local("Roboto Light Italic"), local("Roboto-LightItalic"), url("../fonts/roboto-v16-latin_cyrillic_latin-ext-300italic.woff2") format("woff2"), url("../fonts/roboto-v16-latin_cyrillic_latin-ext-300italic.woff") format("woff"); }
@font-face { font-family: "Roboto"; font-style: normal; font-weight: 400; src: local("Roboto"), local("Roboto-Regular"), url("../fonts/roboto-v16-latin_cyrillic_latin-ext-regular.woff2") format("woff2"), url("../fonts/roboto-v16-latin_cyrillic_latin-ext-regular.woff") format("woff"); }
@font-face { font-family: "Roboto"; font-style: italic; font-weight: 400; src: local("Roboto Italic"), local("Roboto-Italic"), url("../fonts/roboto-v16-latin_cyrillic_latin-ext-italic.woff2") format("woff2"), url("../fonts/roboto-v16-latin_cyrillic_latin-ext-italic.woff") format("woff"); }
@font-face { font-family: "Roboto"; font-style: normal; font-weight: 700; src: local("Roboto Bold"), local("Roboto-Bold"), url("../fonts/roboto-v16-latin_cyrillic_latin-ext-700.woff2") format("woff2"), url("../fonts/roboto-v16-latin_cyrillic_latin-ext-700.woff") format("woff"); }
@font-face { font-family: "Roboto"; font-style: italic; font-weight: 700; src: local("Roboto Bold Italic"), local("Roboto-BoldItalic"), url("../fonts/roboto-v16-latin_cyrillic_latin-ext-700italic.woff2") format("woff2"), url("../fonts/roboto-v16-latin_cyrillic_latin-ext-700italic.woff") format("woff"); }
:root { --serif-fonts: "Liberation Serif", "Tinos", "Times New Roman", serif; --sans-serif-fonts: "Liberation Sans", "Arimo", "Arial", sans-serif; --monospace-fonts: "Liberation Mono", "Cousine", "Courier New", monospace; --cursive-fonts: "Monotype Corsiva", "URW Chancery L", cursive; --gothic-fonts: "Century Gothic", "URW Gothic L Book", "URW Gothic L"; --narrow-fonts: "Liberation Sans Narrow", "Arial Narrow", "PT Sans Narrow"; --base-fonts: "Roboto", var(--sans-serif-fonts); --heading-fonts: "heading", "Roboto", var(--serif-fonts); --sidebar-1-width: 250px; --sidebar-2-width: 250px; --sidebar-horizontal-gap: 16px; --sidebar-section-vertical-gap: 1rem; --vertical-space-base: 1rem; --blog-horizontal-gap: 1.5rem; --blog-vertical-gap: 1.5rem; --default-line-height: 1.22; }

* { font: inherit; margin: 0; padding: 0; }
a img { border: none; }
a { color: inherit; text-decoration: none; }
b, strong, th { font-weight: bold; }
i, em { font-style: italic; }
fieldset { border: none; }
input, textarea, select, option, button { box-sizing: border-box; }
[hidden] { display: none !important; }
sub, sup { font-size: smaller; }
button::-moz-focus-inner, input[type="submit"]::-moz-focus-inner { border: 0; padding: 0; }
html { background: #fff; color: #000; font: 12pt var(--base-fonts); line-height: var(--default-line-height); }
body { min-width: 1109px; max-width: 1920px; margin: 0 auto; }

.clearfix::after, .sidebar-1 > section::after, .sidebar-2 > section::after, .category-desc::after, .items-row.cols-2::after, .items-row.cols-3::after, .items-row.cols-4::after, .items-row.cols-5::after, .items-row.cols-6::after, .items-row.cols-7::after, .items-row.cols-8::after, .items-row.cols-9::after, .items-row.cols-10::after, .items-row.cols-11::after, .items-row.cols-12::after { content: ""; display: block; clear: both; }

.weather {
	margin: 32px 0 0 auto;
	width: 240px;
}

@supports (display: flow-root) { .clearfix, .sidebar-1 > section, .sidebar-2 > section, .category-desc, .items-row.cols-2, .items-row.cols-3, .items-row.cols-4, .items-row.cols-5, .items-row.cols-6, .items-row.cols-7, .items-row.cols-8, .items-row.cols-9, .items-row.cols-10, .items-row.cols-11, .items-row.cols-12 { display: flow-root; }
  .clearfix::after, .sidebar-1 > section::after, .sidebar-2 > section::after, .category-desc::after, .items-row.cols-2::after, .items-row.cols-3::after, .items-row.cols-4::after, .items-row.cols-5::after, .items-row.cols-6::after, .items-row.cols-7::after, .items-row.cols-8::after, .items-row.cols-9::after, .items-row.cols-10::after, .items-row.cols-11::after, .items-row.cols-12::after { content: none; display: none; clear: none; } }
table.equal-cage-top, table.equal-cage-middle, table.equal-cage-bottom { border-collapse: collapse; table-layout: fixed; width: 100%; }
table.equal-cage-top:not(:first-child), table.equal-cage-middle:not(:first-child), table.equal-cage-bottom:not(:first-child) { margin-top: 2em; }
table.equal-cage-top > tbody > tr > td { vertical-align: top; }
table.equal-cage-middle > tbody > tr > td { vertical-align: middle; }
table.equal-cage-bottom > tbody > tr > td { vertical-align: bottom; }

table.simple { border-collapse: collapse; margin-left: auto; margin-right: auto; }
table.simple:not(:first-child) { margin-top: 2em; }
table.simple > thead > tr > td, table.simple > thead > tr > th, table.simple > tbody > tr > td, table.simple > tbody > tr > th, table.simple > tfoot > tr > td, table.simple > tfoot > tr > th { border: 1px solid #AAA; padding: 8px; }
table.simple > thead > tr > td, table.simple > tbody > tr > td, table.simple > tfoot > tr > td { vertical-align: top; }
table.simple > thead > tr > th, table.simple > tbody > tr > th, table.simple > tfoot > tr > th { vertical-align: middle; }

table.bordered:not(:first-child) { margin-top: 2em; }
table.bordered > thead > tr > td, table.bordered > thead > tr > th, table.bordered > tbody > tr > td, table.bordered > tbody > tr > th, table.bordered > tfoot > tr > td, table.bordered > tfoot > tr > th { border: 1px solid #666; }

table.spaced-cells > thead > tr > td, table.spaced-cells > thead > tr > th, table.spaced-cells > tbody > tr > td, table.spaced-cells > tbody > tr > th, table.spaced-cells > tfood > tr > td, table.spaced-cells > tfood > tr > th { padding: 1em; }
table.spaced-cells > thead > tr > td:first-child, table.spaced-cells > thead > tr > th:first-child, table.spaced-cells > tbody > tr > td:first-child, table.spaced-cells > tbody > tr > th:first-child, table.spaced-cells > tfood > tr > td:first-child, table.spaced-cells > tfood > tr > th:first-child { padding-left: 0; }
table.spaced-cells > thead > tr > td:last-child, table.spaced-cells > thead > tr > th:last-child, table.spaced-cells > tbody > tr > td:last-child, table.spaced-cells > tbody > tr > th:last-child, table.spaced-cells > tfood > tr > td:last-child, table.spaced-cells > tfood > tr > th:last-child { padding-right: 0; }
table.spaced-cells > :first-child > tr:first-child > td, table.spaced-cells > :first-child > tr:first-child > th { padding-top: 0; }
table.spaced-cells > :last-child > tr:last-child > td, table.spaced-cells > :last-child > tr:last-child > th { padding-bottom: 0; }

table.spaced-rows > thead > tr > td, table.spaced-rows > thead > tr > th, table.spaced-rows tbody > tr > td, table.spaced-rows tbody > tr > th, table.spaced-rows tfood > tr > td, table.spaced-rows tfood > tr > th { padding-top: .5em; padding-bottom: .5em; }
table.spaced-rows > :first-child > tr:first-child > td, table.spaced-rows > :first-child > tr:first-child > th { padding-top: 0; }
table.spaced-rows > :last-child > tr:last-child > td, table.spaced-rows > :last-child > tr:last-child > th { padding-bottom: 0; }

table.symmetrical-aligned-cells > tbody > tr > td { text-align: center; }
table.symmetrical-aligned-cells > tbody > tr > td:first-child { text-align: left; }
table.symmetrical-aligned-cells > tbody > tr > td:last-child { text-align: right; }

table.wide { width: 100%; }

@media print { table.collapse-on-print > tbody, table.collapse-on-print > tbody > tr, table.collapse-on-print > tbody > tr > td { display: block !important; width: auto !important; text-align: left !important; }
  table.collapse-on-print > thead, table.collapse-on-print > tfoot { display: none !important; }
  table.collapse-on-print > tbody > tr:not(:first-child) > td { padding: 1em 0 0 0 !important; }
  table.collapse-on-print > tbody > tr:first-child > td:not(:first-child) { padding: 1em 0 0 0 !important; } }
.pull-right { float: right; margin-left: 2rem; }

.pull-left { float: left; margin-right: 2rem; }

input, textarea, select, option, button { line-height: var(--default-line-height); }

input:not([class]), input.default-styles, textarea:not([class]), textarea.default-styles, select:not([class]), select.default-styles, option:not([class]), option.default-styles { background: #fff; color: #000; }

input[type="button"]:not([class]), input[type="button"].default-styles, input[type="submit"]:not([class]), input[type="submit"].default-styles, button:not([class]), button.default-styles { background: #2f2f2f; border: none; color: #fff; padding: .5em 1em; transition: background-color 300ms ease-out; }
input[type="button"]:not([class]):hover, input[type="button"]:not([class]):focus, input[type="button"].default-styles:hover, input[type="button"].default-styles:focus, input[type="submit"]:not([class]):hover, input[type="submit"]:not([class]):focus, input[type="submit"].default-styles:hover, input[type="submit"].default-styles:focus, button:not([class]):hover, button:not([class]):focus, button.default-styles:hover, button.default-styles:focus { background-color: #000; }

a.as-button { display: inline-block; background: #2f2f2f; border: none; color: #fff; padding: .5em 1em; line-height: var(--default-line-height); text-decoration: none; transition: background-color 300ms ease-out; }
a.as-button:hover, a.as-button:focus { background-color: #000; }

h1, h2, h3, h4, h5, h6 { page-break-after: avoid; page-break-inside: avoid; font-family: var(--heading-fonts); line-height: var(--default-line-height); }
h1:not([class]):not(:first-child), h1.default-styles:not(:first-child), h2:not([class]):not(:first-child), h2.default-styles:not(:first-child), h3:not([class]):not(:first-child), h3.default-styles:not(:first-child), h4:not([class]):not(:first-child), h4.default-styles:not(:first-child), h5:not([class]):not(:first-child), h5.default-styles:not(:first-child), h6:not([class]):not(:first-child), h6.default-styles:not(:first-child) { margin-top: 2em; }

h1:not([class]), h1.default-styles, h2:not([class]), h2.default-styles { font-size: 29pt; font-weight: bold; text-align: center; }
h3:not([class]), h3.default-styles { font-size: 22pt; font-weight: bold; }
h4:not([class]), h4.default-styles { font-size: 18pt; font-weight: bold; }
h5:not([class]), h5.default-styles { font-size: 16pt; font-weight: bold; }
h6:not([class]), h6.default-styles { font-size: 14pt; font-weight: bold; }

hr { border: 1px solid #ddd; color: #ddd; }
hr:not(:first-child) { margin-top: 2em; }

.fullscreen-layout { position: fixed; z-index: 50; top: 0; left: 0; width: 100%; height: 100%; background: rgba(0, 0, 0, 0.5); overflow: auto; overscroll-behavior: contain; }

.l-basic { display: flex; flex-wrap: wrap; align-items: center; justify-content: space-between; }
.l-basic-start { display: flex; flex-wrap: wrap; align-items: flex-start; justify-content: space-between; }
.l-basic-end { display: flex; flex-wrap: wrap; align-items: flex-end; justify-content: space-between; }

.hidden-form-layout { 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; }

.space-above { margin-top: var(--vertical-space-base); }
.space-below { margin-bottom: var(--vertical-space-base); }
.space-above-2x { margin-top: calc(var(--vertical-space-base) * 2); }
.space-below-2x { margin-top: calc(var(--vertical-space-base) * 2); }
.space-above-3x { margin-top: calc(var(--vertical-space-base) * 3); }
.space-below-3x { margin-top: calc(var(--vertical-space-base) * 3); }
.space-above-4x { margin-top: calc(var(--vertical-space-base) * 4); }
.space-below-4x { margin-top: calc(var(--vertical-space-base) * 4); }
.space-above-5x { margin-top: calc(var(--vertical-space-base) * 5); }
.space-below-5x { margin-top: calc(var(--vertical-space-base) * 5); }

.sidebar-1 { float: left; width: var(--sidebar-1-width); }
.sidebar-1 ~ .content { margin-left: calc(var(--sidebar-1-width) + var(--sidebar-horizontal-gap)); }
.sidebar-1 > section:not(:first-child) { margin-top: var(--sidebar-section-vertical-gap); }

.sidebar-2 { float: right; width: var(--sidebar-2-width); }
.sidebar-2 ~ .content { margin-right: calc(var(--sidebar-2-width) + var(--sidebar-horizontal-gap)); }
.sidebar-2 > section:not(:first-child) { margin-top: var(--sidebar-section-vertical-gap); }

.limit-content,
.front-pictures > .wrap,
.front-links > .wrap,
.front-slider > .wrap {
	max-width: 1109px;
	box-sizing: border-box;
	margin-left: auto;
	margin-right: auto;
}
@media (max-width: 1140px) {
	.limit-content,
	.front-pictures > .wrap,
	.front-links > .wrap,
	.front-slider > .wrap {
		padding-left: 16px;
		padding-right: 16px;
	}
}

@media print { .hide-on-print { display: none !important; } }
@media not print { .show-on-print { display: none !important; } }
.tip-wrap { background: #fff; color: #000; border: 1px solid #999; padding: 3px; }

.tooltip { display: none !important; }

.blog .item-image { text-align: center; margin-top: 1em; }
@media (max-width: 640px) { .blog .item-image { float: none; margin-left: auto; margin-right: auto; } }

.blog .items-row:not(:first-child) {
	margin-top: 1em;
}
.option-com_content.view-article.layout-blog .article-info {
	margin-bottom: 1em;
}
.option-com_content.view-category.layout-blog .article-info {
	margin-top: 1em;
}

.article-icons { float: right; }
.article-icons-items { margin: 0; }
.article-icons-items > li { display: inline-block; }
.article-icons-items > li:not(:first-child) { margin-left: 1ex; }

span.highlight { background-color: #ffffcc; font-weight: bold; padding: 1px 4px; }

#article-index li { display: inline; border-left: 1px solid #d1d1d1; margin-left: .5ex; padding-left: .75ex; }

#article-index li:first-child { margin-left: 0; padding-left: 0; border-left: none; }

.category-desc + .cat-items { margin-top: 1em; }

.readmore:not(:first-child) { margin-top: 1em; }
.readmore > a {
	display: inline-block;
	border: none;
	border-radius: 2px;
	padding: 14px 40px;
	background: #0072bb;
	color: #fff;
	line-height: var(--default-line-height);
	font-size: 12pt;
	font-weight: 300;
	transition: background-color 300ms ease-out;
}
.readmore > a:hover,
.readmore > a:focus {
	background-color: #45a2df;
}

.navigation, .pagination { clear: both; padding-top: 1em; text-align: center; }
.navigation > ul, .pagination > ul { display: inline-block; margin: 0 !important; border: 1px solid #006198; border-radius: .2em; background: #006198; color: #fff; }
.navigation > ul > li, .pagination > ul > li { display: inline-block; margin: 0 !important; }
.navigation > ul > li > *, .pagination > ul > li > * { display: block; border-left: 1px solid #006198; padding: .3em .5em; text-decoration: none; }
.navigation > ul > li > a:hover, .navigation > ul > li > span, .pagination > ul > li > a:hover, .pagination > ul > li > span { background-color: #0070b0; color: #fff; }
.navigation > ul > li:first-child > *, .pagination > ul > li:first-child > * { border-left: none; }
.navigation > ul > li.pagination-start > *, .navigation > ul > li.pagination-prev > *, .navigation > ul > li.pagination-next > *, .navigation > ul > li.pagination-end > *, .pagination > ul > li.pagination-start > *, .pagination > ul > li.pagination-prev > *, .pagination > ul > li.pagination-next > *, .pagination > ul > li.pagination-end > * { background: transparent; color: inherit; }
.navigation > .counter, .pagination > .counter { display: inline-block; margin: 0; }

#system-message-container { position: relative; }
#system-message-container .alert { background: #fbf9f9; border: 1px solid #ccc; padding: 8px 14px; color: #000; }
#system-message-container .alert h4 { color: #000064; margin: 5px 0; }
#system-message-container .alert p { padding: 0; margin: 0; }
#system-message-container .close { position: absolute; right: 4px; top: 0; cursor: pointer; text-decoration: none; border: none; background: transparent; color: inherit; font-size: 16pt; }
#system-message-container .close:focus, #system-message-container .close:hover { text-shadow: 2px 2px 2px rgba(0, 0, 0, 0.3); }

.option-com_content.view-category .category-list .category { margin-top: 1em; width: 100%; border-collapse: collapse; }
.option-com_content.view-category .category-list .category > * > tr > td, .option-com_content.view-category .category-list .category > * > tr > th { vertical-align: top; padding: 8px 16px; border: 1px solid #ddd; }
.option-com_content.view-category .category-list .category a { text-decoration: none !important; }
.option-com_content.view-category .category-list .category a:hover, .option-com_content.view-category .category-list .category a:focus { text-decoration: underline !important; }

.item-page > .page-header { margin-bottom: 1rem; }

.login { margin-top: 1em; }
.login fieldset { display: table; }
.login .controls { margin-top: 1em; }
.login .control-label { float: left; width: 15ex; }
.login .control-group { clear: left; }

.icon-calendar { display: inline-block; background: transparent url("../../../media/system/images/calendar.png"); width: 16px; height: 16px; }

.content #searchForm { margin-top: 1em; }
.content #searchForm .btn-toolbar button::before { content: "➟"; }
.content #searchForm fieldset { margin-top: 1em; }
.content #searchForm legend { margin-bottom: .5em; }
.content #searchForm .ordering-box { margin-top: 1em; }
.content #searchForm + .error { margin-top: 1em; font-weight: bold; }
.content .search-results .result-title { margin-top: 1em; font-size: 1.2em; }
.content .search-results .result-category, .content .search-results .result-text { margin-top: .5em; }

.items-row.cols-2 > .item { float: left; width: calc((100% - var(--blog-horizontal-gap) * 1) / 2); }
.items-row.cols-2 > .item:not(:first-child) { margin-left: var(--blog-horizontal-gap); }
.items-row.cols-2:not(:first-child) { margin-top: var(--blog-vertical-gap); }

.items-row.cols-3 > .item { float: left; width: calc((100% - var(--blog-horizontal-gap) * 2) / 3); }
.items-row.cols-3 > .item:not(:first-child) { margin-left: var(--blog-horizontal-gap); }
.items-row.cols-3:not(:first-child) { margin-top: var(--blog-vertical-gap); }

.items-row.cols-4 > .item { float: left; width: calc((100% - var(--blog-horizontal-gap) * 3) / 4); }
.items-row.cols-4 > .item:not(:first-child) { margin-left: var(--blog-horizontal-gap); }
.items-row.cols-4:not(:first-child) { margin-top: var(--blog-vertical-gap); }

.items-row.cols-5 > .item { float: left; width: calc((100% - var(--blog-horizontal-gap) * 4) / 5); }
.items-row.cols-5 > .item:not(:first-child) { margin-left: var(--blog-horizontal-gap); }
.items-row.cols-5:not(:first-child) { margin-top: var(--blog-vertical-gap); }

.items-row.cols-6 > .item { float: left; width: calc((100% - var(--blog-horizontal-gap) * 5) / 6); }
.items-row.cols-6 > .item:not(:first-child) { margin-left: var(--blog-horizontal-gap); }
.items-row.cols-6:not(:first-child) { margin-top: var(--blog-vertical-gap); }

.items-row.cols-7 > .item { float: left; width: calc((100% - var(--blog-horizontal-gap) * 6) / 7); }
.items-row.cols-7 > .item:not(:first-child) { margin-left: var(--blog-horizontal-gap); }
.items-row.cols-7:not(:first-child) { margin-top: var(--blog-vertical-gap); }

.items-row.cols-8 > .item { float: left; width: calc((100% - var(--blog-horizontal-gap) * 7) / 8); }
.items-row.cols-8 > .item:not(:first-child) { margin-left: var(--blog-horizontal-gap); }
.items-row.cols-8:not(:first-child) { margin-top: var(--blog-vertical-gap); }

.items-row.cols-9 > .item { float: left; width: calc((100% - var(--blog-horizontal-gap) * 8) / 9); }
.items-row.cols-9 > .item:not(:first-child) { margin-left: var(--blog-horizontal-gap); }
.items-row.cols-9:not(:first-child) { margin-top: var(--blog-vertical-gap); }

.items-row.cols-10 > .item { float: left; width: calc((100% - var(--blog-horizontal-gap) * 9) / 10); }
.items-row.cols-10 > .item:not(:first-child) { margin-left: var(--blog-horizontal-gap); }
.items-row.cols-10:not(:first-child) { margin-top: var(--blog-vertical-gap); }

.items-row.cols-11 > .item { float: left; width: calc((100% - var(--blog-horizontal-gap) * 10) / 11); }
.items-row.cols-11 > .item:not(:first-child) { margin-left: var(--blog-horizontal-gap); }
.items-row.cols-11:not(:first-child) { margin-top: var(--blog-vertical-gap); }

.items-row.cols-12 > .item { float: left; width: calc((100% - var(--blog-horizontal-gap) * 11) / 12); }
.items-row.cols-12 > .item:not(:first-child) { margin-left: var(--blog-horizontal-gap); }
.items-row.cols-12:not(:first-child) { margin-top: var(--blog-vertical-gap); }

.top { box-sizing: border-box; min-height: 404px; padding-bottom: 31px; padding-top: 49px; background: #fff url("../images/top.jpg") center bottom no-repeat; color: #343434; }

.l-top { display: flex; }

.l-top > :last-child { margin-left: auto; }

.top-title { margin-left: 34pt; font-size: 20pt; font-weight: bold; }

.top-title-2 { color: #0072bb; }

.top-phone-label { font-size: 11pt; padding-left: 40px; }

.top-phone-icon { color: #0071bd; font-size: 26pt; }

.top-phone-data { font-size: 16pt; margin-top: -8px; }

.top-phone-numbers { font-weight: bold; }

.top-mail { margin-top: 16px; text-align: right; }
.top-mail a { color: #0072bd; font-weight: bold; text-decoration: underline; transition: color 200ms ease-out; }
.top-mail a:hover, .top-mail a:focus { color: #4090c5; }

.menu-horizontal li { list-style: none; position: relative; }
.menu-horizontal li:hover > ul, .menu-horizontal li:focus > ul { display: block; }
.menu-horizontal li > :first-child:focus + ul { display: block; }
.menu-horizontal > li { display: inline-block; }
.menu-horizontal > li ul { display: none; position: absolute; }
.menu-horizontal > li > ul { left: 0; top: 100%; }
.menu-horizontal > li > ul ul { left: 100%; top: 0; }
.menu-horizontal > li li > :first-child { display: block; padding: .2em 1ex; }

.jg_pathway, .jg_search, .jg_back, .jg_gallerystats, .jg_toplist, .jg_galcountcats, .jg-header, .jg_row, .jg-footer, .jg_rmsm_legend, .jg_category, .jg_catcountimg, .jg_poweredbydiv { padding: 0 !important; }
.jg_pathway:not(:first-child), .jg_search:not(:first-child), .jg_back:not(:first-child), .jg_gallerystats:not(:first-child), .jg_toplist:not(:first-child), .jg_galcountcats:not(:first-child), .jg-header:not(:first-child), .jg_row:not(:first-child), .jg-footer:not(:first-child), .jg_rmsm_legend:not(:first-child), .jg_category:not(:first-child), .jg_catcountimg:not(:first-child), .jg_poweredbydiv:not(:first-child) { margin-top: 1em !important; }

.jg_search .inputbox { width: 100% !important; padding-top: .5em !important; padding-bottom: .5em !important; margin: 0 !important; }

.jg_gallerystats { text-align: left !important; }

.jg_toplist { text-align: left !important; }

.jg_galcountcats { text-align: left !important; }

.jg-header.well-small { font-size: 1.2em; font-weight: bold; }

.jg_rm { padding: 0 !important; }

.jg_catcountimg { text-align: left !important; }

.jg_catorderlist { text-align: left !important; }
.jg_catorderlist .inputbox:disabled { opacity: .5; }

.jg_catelem_txt { padding-top: .5em !important; margin: 0 !important; }
.jg_catelem_txt ul { margin: 0 !important; padding: 0 !important; }
.jg_catelem_txt ul > li { margin: 0 !important; }
.jg_catelem_txt ul > li:nth-child(2) { margin-top: .5em !important; }
.jg_catelem_txt ul > li:not(:first-child) { font-size: .8em; }

.jg_photo { padding: 0 !important; border: none !important; margin: 0 !important; }

.jg_element_cat { box-sizing: border-box !important; padding: 0 !important; }
.jg_element_cat:not(:first-child) { padding-left: 16px !important; }

.jg_element_txt { padding-top: .5em !important; float: none !important; }

.jg_photo_container { float: none !important; }

.jg_subcat:not(:first-child) { margin-top: 1em; }
.jg_subcatelem_txt > ul { margin: .4em 0 0 0 !important; }

.qlform fieldset input, .qlform textarea, .qlform .captcha input, .qlform select, .qlform option { width: 100%; }
.qlform fieldset input[type="checkbox"] { width: auto; }
.qlform .submit.control-group { margin-top: 1em; }
.qlform textarea { height: 7em; resize: vertical; }
.qlform .message { margin-bottom: 1em; }
.qlform .additionalFields { margin-top: .5em; margin-bottom: .5em; }
.qlform .jform_sendcopy { display: inline-block; }

.menu-vertical li { list-style: none; position: relative; }
.menu-vertical li:hover > ul, .menu-vertical li:focus > ul { display: block; }
.menu-vertical li > :first-child:focus + ul { display: block; }
.menu-vertical > li ul { display: none; position: absolute; left: 100%; top: 0; }
.menu-vertical > li li > :first-child { display: block; padding: .2em 1ex; }

.wysiwyg-content p:not([class]):not(:first-child), .wysiwyg-content p.default-styles:not(:first-child) { margin-top: 2em; }
.wysiwyg-content ul:not([class]), .wysiwyg-content ul.default-styles, .wysiwyg-content ol:not([class]), .wysiwyg-content ol.default-styles { margin-top: 2em; margin-left: 3ex; }
.wysiwyg-content ul:not([class]) ul:not([class]), .wysiwyg-content ul:not([class]) ul.default-styles, .wysiwyg-content ul:not([class]) ol:not([class]), .wysiwyg-content ul:not([class]) ol.default-styles, .wysiwyg-content ul.default-styles ul:not([class]), .wysiwyg-content ul.default-styles ul.default-styles, .wysiwyg-content ul.default-styles ol:not([class]), .wysiwyg-content ul.default-styles ol.default-styles, .wysiwyg-content ol:not([class]) ul:not([class]), .wysiwyg-content ol:not([class]) ul.default-styles, .wysiwyg-content ol:not([class]) ol:not([class]), .wysiwyg-content ol:not([class]) ol.default-styles, .wysiwyg-content ol.default-styles ul:not([class]), .wysiwyg-content ol.default-styles ul.default-styles, .wysiwyg-content ol.default-styles ol:not([class]), .wysiwyg-content ol.default-styles ol.default-styles { margin-top: 1em; }
.wysiwyg-content ul:not([class]) > li:not(:first-child), .wysiwyg-content ul.default-styles > li:not(:first-child), .wysiwyg-content ol:not([class]) > li:not(:first-child), .wysiwyg-content ol.default-styles > li:not(:first-child) { margin-top: 1em; }
.wysiwyg-content td > :first-child:not([class]), .wysiwyg-content td > :first-child.default-styles, .wysiwyg-content th > :first-child:not([class]), .wysiwyg-content th > :first-child.default-styles { margin-top: 0; }
.wysiwyg-content a:not([class]), .wysiwyg-content a.default-styles { text-decoration: underline; }
.wysiwyg-content img { max-width: 100%; }
.wysiwyg-content blockquote:not([class]), .wysiwyg-content blockquote.default-styles { margin-top: 2em; margin-left: 1em; padding-left: 1ex; border-left: 2px solid #ddd; }
.wysiwyg-content a[href$=".doc"]:not([class])::before, .wysiwyg-content a[href$=".doc"].default-styles::before, .wysiwyg-content a[href$=".docx"]:not([class])::before, .wysiwyg-content a[href$=".docx"].default-styles::before { content: ""; display: inline-block; vertical-align: middle; background: transparent url("../../../media/media/images/mime-icon-32/doc.png") no-repeat left top; height: 32px; width: 32px; margin-right: 4px; }
.wysiwyg-content a[href$=".xls"]:not([class])::before, .wysiwyg-content a[href$=".xls"].default-styles::before, .wysiwyg-content a[href$=".xlsx"]:not([class])::before, .wysiwyg-content a[href$=".xlsx"].default-styles::before { content: ""; display: inline-block; vertical-align: middle; background: transparent url("../../../media/media/images/mime-icon-32/xls.png") no-repeat left top; height: 32px; width: 32px; margin-right: 4px; }
.wysiwyg-content a[href$=".pdf"]:not([class])::before, .wysiwyg-content a[href$=".pdf"].default-styles::before { content: ""; display: inline-block; vertical-align: middle; background: transparent url("../../../media/media/images/mime-icon-32/pdf.png") no-repeat left top; height: 32px; width: 32px; margin-right: 4px; }
.wysiwyg-content a[href$=".txt"]:not([class])::before, .wysiwyg-content a[href$=".txt"].default-styles::before, .wysiwyg-content a[href$=".odt"]:not([class])::before, .wysiwyg-content a[href$=".odt"].default-styles::before { content: ""; display: inline-block; vertical-align: middle; background: transparent url("../../../media/media/images/mime-icon-32/odt.png") no-repeat left top; height: 32px; width: 32px; margin-right: 4px; }
.wysiwyg-content a[href$=".zip"]:not([class])::before, .wysiwyg-content a[href$=".zip"].default-styles::before { content: ""; display: inline-block; vertical-align: middle; background: transparent url("../../../media/media/images/mime-icon-32/zip.png") no-repeat left top; height: 32px; width: 32px; margin-right: 4px; }
.wysiwyg-content a[href$=".rar"]:not([class])::before, .wysiwyg-content a[href$=".rar"].default-styles::before { content: ""; display: inline-block; vertical-align: middle; background: transparent url("../../../media/media/images/mime-icon-32/rar.png") no-repeat left top; height: 32px; width: 32px; margin-right: 4px; }
.wysiwyg-content a[href$=".ppt"]:not([class])::before, .wysiwyg-content a[href$=".ppt"].default-styles::before, .wysiwyg-content a[href$=".pptx"]:not([class])::before, .wysiwyg-content a[href$=".pptx"].default-styles::before { content: ""; display: inline-block; vertical-align: middle; background: transparent url("../../../media/media/images/mime-icon-32/ppt.png") no-repeat left top; height: 32px; width: 32px; margin-right: 4px; }
.wysiwyg-content > :first-child { margin-top: 0; }

.body {
	padding-top: 50px;
	padding-bottom: 50px;
	line-height: 1.7;
}

.nav-main {
	background: #0072bb;
	color: #fff;
	position: relative;
	z-index: 1;
}
.main-menu {
	font-weight: bold;
	font-size: 13pt;
}
.main-menu > li {
	border-left: 1px solid #044b79;
	box-shadow: -1px 0 0 0 #0889dc;
}
.main-menu > li:not(:first-child) {
	margin-left: 1px;
}
.main-menu > li > :first-child {
	display: block;
	padding: 12px 44px;
	transition: background-color 300ms ease-out;
}
.main-menu > .active > :first-child,
.main-menu > li > :first-child:hover,
.main-menu > li > :first-child:focus {
	background-color: #0f84d1;
}
.main-menu > li:first-child,
.main-menu > .active,
.main-menu > .active + li {
	border-left: none;
	box-shadow: none;
}
.main-menu ul {
	min-width: 300px;
	background: #0072bb;
	color: #fff;
	padding: 8px;
	box-shadow: 2px 2px 2px 0 rgba(0,0,0,.3);
}
.main-menu ul > li > :first-child {
	display: block;
	padding: 4px;
	transition: background-color 300ms ease-out, color 300ms ease-out;
}
.main-menu ul > .active > :first-child,
.main-menu ul > li > :first-child:hover,
.main-menu ul > li > :first-child:focus {
	background-color: #fff;
	color: #0072bb;
}
.main-menu ul > li:not(:first-child) {
	margin-top: 3px;
}

.button-1 {
	display: inline-block;
	border: 1px solid #a8a8a8;
	border-radius: 2px;
	padding: 14px 40px;
	background: #fff;
	color: #242424;
	line-height: var(--default-line-height);
	font-size: 12pt;
	transition: color 300ms ease-out;
}
.button-1:hover,
.button-1:focus {
	color: #025f9c;
}

.btn.submit {
	display: inline-block;
	border: none;
	border-radius: 2px;
	padding: 14px 40px;
	background: #0072bb;
	color: #fff;
	line-height: var(--default-line-height);
	font-size: 12pt;
	font-weight: bold;
	transition: background-color 300ms ease-out;
}
.btn.submit:hover,
.btn.submit:focus {
	background-color: #45a2df;
}

.feedback .submit.control-group {
	text-align: center;
	margin-top: 27px;
}

.feedback:not(:first-child) {
	margin-top: 63px;
}
.body + .feedback:not(:first-child) {
	margin-top: 0;
}
.feedback > .wrap {
	box-sizing: border-box;
	max-width: 1109px;
	margin-left: auto;
	margin-right: auto;
	border: 18px solid #e2e0e1;
	border-radius: 2px;
	padding: 55px 220px;
}
.form-feedback:not(:first-child) {
	margin-top: 23px;
}
.feedback .form-group .form-control {
	box-sizing: border-box;
	padding: 17px 22px;
	border: 1px solid #e1e1e1;
	border-radius: 2px;
	background: #fff;
	color: #000;
	font-size: 12pt;
	width: 100%;
	transition: border-color 300ms ease-out;
}
.feedback .form-group .form-control:hover,
.feedback .form-group .form-control:focus {
	border-color: #00aaff;
}
.feedback .form-group.jform_message {
	width: 100%;
	margin-top: 5px;
}
.feedback .form-group.jform_message .form-control {
	height: 109px;
	resize: vertical;
}
.feedback .form-group.jform_name,
.feedback .form-group.jform_email {
	width: calc((100% - 5px) / 2);
}
.feedback .fieldset-iw {
	display: flex;
	flex-wrap: wrap;
	align-items: flex-start;
	justify-content: space-between;
}

.bottom {
	clear: both;
	margin-top: 50px;
	background: #1b1b1b;
	color: #fff;
	padding-top: 42px;
	padding-bottom: 50px;
	line-height: 1.7;
	font-size: 10pt;
}
.bottom img {
	vertical-align: top;
}
.bottom a {
	color: #97d6ff;
	text-decoration: underline;
}
.l-bottom-1 {
	display: flex;
	align-items: flex-start;
	justify-content: space-between;
}
.l-bottom-1 > div {
	width: calc((100% - 45px) / 4);
}
/*
.l-bottom-1 > div:first-child {
	width: calc(40% - 15px);
}
.l-bottom-1 > div:not(:first-child) {
	width: calc((60% - 30px) / 3);
}
*/
.bottom-title {
	font-size: 12pt;
	font-weight: bold;
	line-height: var(--default-line-height);
}
.bottom .sep {
	margin-top: 22px;
}
.bottom-subtitle {
	color: #666;
	text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.3);
	padding-bottom: 8px;
	border-bottom: 1px dotted #3D3D3D;
	line-height: var(--default-line-height);
}

.front-news {
	padding-top: 52px;
}
.l-front-news {
	display: flex;
	align-items: stretch;
	justify-content: space-between;
	
}
.l-front-news:not(:first-child) {
	margin-top: 45px;
}
.front-news-subtitle {
	font-weight: 300;
	font-size: 14pt;
	color: #444;
	letter-spacing: 3px;
	text-align: center;
	line-height: var(--default-line-height);
}
.front-news-item {
	box-sizing: border-box;
	flex-basis: 350px;
	background: #fff;
	color: #242424;
	box-shadow: 0 0 12px 6px rgba(50,50,50,.2);
	padding: 28px 27px 37px 27px;
}
.front-news-count-1 > .front-news-item {
	flex-basis: 100%;
}
.front-news-count-2 > .front-news-item {
	flex-basis: 540px;
}
.front-news-item-title {
	font-size: 16pt;
	font-weight: bold;
	line-height: var(--default-line-height);
}
.front-news-item-title:not(:first-child) {
	margin-top: 4px;
}
.front-news-item-title a:hover,
.front-news-item-title a:focus {
	text-decoration: underline;
}
.front-news-item-date {
	color: #969696;
}
.front-news-item-date:not(:first-child) {
	margin-top: 5px;
}
.front-news-item-body {
	margin-top: 5px;
	line-height: 1.5;
	color: #454545;
	font-weight: 300;
}
.front-news-item-image {
	text-align: center;
}
.front-news-item-image img {
	max-width: 100%;
	vertical-align: top;
}
.front-news-controls {
	margin-top: 49px;
	text-align: center;
}
.news-feed-title {
	font-size: 14pt;
	font-weight: bold;
	line-height: var(--default-line-height);
	background: #0072bb;
	color: #fff;
	text-align: center;
	padding: 8px 4px;
}
.newsfeedfront-news-item > li {
	list-style: none;
}
.feedfront-news-item:not(:first-child) {
	margin-top: 1em;
}
.newsfeedfront-news-item > li:not(:first-child) {
	margin-top: 24px;
	border-top: 1px solid #ddd;
	padding-top: 16px;
}
.feed-item-date {
	margin: .5em 0;
	color: #555;
}

.front-pictures {
	background: #252525;
	color: #fff;
	padding-top: 40px;
	padding-bottom: 70px;
}

.l-front-pictures-items {
	display: flex;
	flex-wrap: wrap;
	align-items: flex-start;
	justify-content: space-between;
}
.l-front-pictures-items:not(:first-child) {
	margin-top: 26px;
}
.l-front-pictures-items > * {
	flex-basis: 351px;
	margin-top: 14px;
}

.front-page .page-header > h1,
.front-page .page-header > h2 {
	font-size: 19pt;
}

.front-links {
	background: #eceff4;
	color: #000;
	padding-top: 48px;
	padding-bottom: 51px;
}
.l-front-links {
	display: flex;
	align-items: flex-end;
	justify-content: space-between;
	text-align: center;
}
.l-front-links > div {
	flex-basis: calc((100% - 20px) / 3);
}
.front-link {
	display: block;
	background: #014d7f;
	background: linear-gradient(to bottom, #0281d2, #014d7f);
	color: #fff;
	border-radius: 2px;
	border: none;
	padding: 17px 0;
	line-height: var(--default-line-height);
}
.front-link:hover, .front-link:focus {
	background: #024e80;
	background: linear-gradient(to bottom, #37a3eb, #024e80);
}

.front-slider {
	background: #fff;
	background: linear-gradient(to bottom, #fff, #c1cdd9);
	color: #434343;
	line-height: 1.7;
	padding-top: 40px;
	padding-bottom: 41px;
	position: relative;
	z-index: 0;
}
.l-slider-text {
	display: flex;
	align-items: center;
	justify-content: space-between;
}
.l-slider-text > div:first-child {
	width: calc(100% - 626px);
}
.l-slider-text > div:last-child {
	width: 565px;
}
.l-slider-text .bt-introtext  {
	margin-top: 2em;
}

.l-person {
	display: flex;
	align-items: center;
	justify-content: space-between;
}
.l-person:not(:first-child) {
	margin-top: 2em;
}
.l-person img {
	vertical-align: top;
}
.l-person > div:first-child {
	flex-basis: 150px;
}
.l-person > div:last-child {
	flex-basis: calc(100% - 166px);
}

.bottom-data:not(:first-child) {
	margin-top: 1em;
}

.main-menu .item-105 > a .menu-label {
	position: relative;
	top: -8px;
}
.main-menu .item-105 > a::after {
	content: "наши события";
	position: absolute;
	bottom: 4px;
	left: 0;
	box-sizing: border-box;
	width: 100%;
	font-size: 9pt;
	text-align: center;
}
.ajax-form-result {
	display: none;
	background: #fbfbfb;
	color: #000;
	border: 1px 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;
}
