﻿@font-face {font-family:fontawesome;src:url(fonts/fontawesome-webfont.otf);}
.qq-uploader {
    position: relative;
    width: 100%}
.qq-upload-button {
    display: block;
    width: 105px;
    padding: 7px 0;
    text-align: center;
    background: #880000;
    border-bottom: 1px solid #ddd;
    color: #fff;
}
.qq-upload-button-hover {
    background: #cc0000;
}
.qq-upload-button-focus {
    outline: 2px solid cyan;
}
.qq-upload-drop-area {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    min-height: 70px;
    z-index: 2;
    background: #FF9797;
    text-align: center;
}
.qq-upload-drop-area span {
    display: block;
    position: absolute;
    top: 50%;
    width: 100%;
    margin-top: -8px;
    font-size: 16px;
}
.qq-upload-drop-area-active {
    background: #FF7171;
}
.qq-upload-list {
    padding: 0;
    list-style: disc;
}
.qq-upload-list li {
    margin: 0;
    padding: 0;
    line-height: 15px;
    font-size: 12px;
}
.qq-upload-file, .qq-upload-spinner, .qq-upload-size, .qq-upload-cancel, .qq-upload-failed-text {
    margin-right: 7px;
}
.qq-upload-spinner {
    display: inline-block;
    background: url("images/fileuploader/loading.gif");
    width: 15px;
    height: 15px;
    vertical-align: text-bottom;
}
.qq-upload-size, .qq-upload-cancel {
    font-size: 11px;
}
.qq-upload-failed-text {
    display: none;
}
.qq-upload-fail .qq-upload-failed-text {
    display: inline;
}
@media print {
    *, *: before, *:after, *:first-letter, *:first-line {
    background: transparent !important;
    color: #000 !important;
    box-shadow: none !important;
    text-shadow: none !important;
}
a, a:visited {
    text-decoration: underline;
}
a[href]:after {
    content: " (" attr(href) ")"}
abbr[title]:after {
    content: " (" attr(title) ")"}
a[href^="#"]:after, a[href^="javascript:"]:after {
    content: ""}
pre, blockquote {
    border: 1px solid #999;
    page-break-inside: avoid;
}
thead {
    display: table-header-group;
}
tr, img {
    page-break-inside: avoid;
}
img {
    max-width: 100% !important;
}
p, h2, h3 {
    orphans: 3;
    widows: 3;
}
h2, h3 {
    page-break-after: avoid;
}
}
.select2-container {
    margin: 0;
    position: relative;
    display: inline-block;
    zoom: 1;
    *display: inline;
    vertical-align: middle;
}
.select2-container, .select2-drop, .select2-search, .select2-search input {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.select2-container .select2-choice {
    display: block;
    height: 26px;
    padding: 0 0 0 8px;
    overflow: hidden;
    position: relative;
    border: 1px solid #aaa;
    white-space: nowrap;
    line-height: 26px;
    color: #444;
    text-decoration: none;
    border-radius: 4px;
    background-clip: padding-box;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background-color: #fff;
    background-image: -webkit-gradient(linear, left bottom, left top, color-stop(0, #eee), color-stop(0.5, #fff));
    background-image: -webkit-linear-gradient(center bottom, #eee 0%, #fff 50%);
    background-image: -moz-linear-gradient(center bottom, #eee 0%, #fff 50%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr = '#ffffff', endColorstr = '#eeeeee', GradientType = 0);
    background-image: linear-gradient(to bottom, #ffffff 0%, #eeeeee 50%);
}
.select2-container.select2-drop-above .select2-choice {
    border-bottom-color: #aaa;
    border-radius: 0 0 4px 4px;
    background-image: -webkit-gradient(linear, left bottom, left top, color-stop(0, #eee), color-stop(0.9, #fff));
    background-image: -webkit-linear-gradient(center bottom, #eee 0%, #fff 90%);
    background-image: -moz-linear-gradient(center bottom, #eee 0%, #fff 90%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#eeeeee', GradientType=0);
    background-image: linear-gradient(to bottom, #eeeeee 0%, #ffffff 90%);
}
.select2-container.select2-allowclear .select2-choice .select2-chosen {
    margin-right: 42px;
}
.select2-container .select2-choice>.select2-chosen {
    margin-right: 26px;
    display: block;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}
.select2-container .select2-choice abbr {
    display: none;
    width: 12px;
    height: 12px;
    position: absolute;
    right: 24px;
    top: 8px;
    font-size: 1px;
    text-decoration: none;
    border: 0;
    background: url("images/select2/select2.png") right top no-repeat;
    cursor: pointer;
    outline: 0;
}
.select2-container.select2-allowclear .select2-choice abbr {
    display: inline-block;
}
.select2-container .select2-choice abbr:hover {
    background-position: right -11px;
    cursor: pointer;
}
.select2-drop-mask {
    border: 0;
    margin: 0;
    padding: 0;
    position: fixed;
    left: 0;
    top: 0;
    min-height: 100%;
    min-width: 100%;
    height: auto;
    width: auto;
    opacity: 0;
    z-index: 9998;
    background-color: #fff;
    filter: alpha(opacity=0);
}
.select2-drop {
    width: 100%;
    margin-top: -1px;
    position: absolute;
    z-index: 9999;
    top: 100%;
    background: #fff;
    color: #000;
    border: 1px solid #aaa;
    border-top: 0;
    border-radius: 0 0 4px 4px;
    -webkit-box-shadow: 0 4px 5px rgba(0, 0, 0, 0.15);
    box-shadow: 0 4px 5px rgba(0, 0, 0, 0.15);
}
.select2-drop-auto-width {
    border-top: 1px solid #aaa;
    width: auto;
}
.select2-drop-auto-width .select2-search {
    padding-top: 4px;
}
.select2-drop.select2-drop-above {
    margin-top: 1px;
    border-top: 1px solid #aaa;
    border-bottom: 0;
    border-radius: 4px 4px 0 0;
    -webkit-box-shadow: 0 -4px 5px rgba(0, 0, 0, 0.15);
    box-shadow: 0 -4px 5px rgba(0, 0, 0, 0.15);
}
.select2-drop-active {
    border: 1px solid #5897fb;
    border-top: none;
}
.select2-drop.select2-drop-above.select2-drop-active {
    border-top: 1px solid #5897fb;
}
.select2-container .select2-choice .select2-arrow {
    display: inline-block;
    width: 18px;
    height: 100%;
    position: absolute;
    right: 0;
    top: 0;
    border-left: 1px solid #aaa;
    border-radius: 0 4px 4px 0;
    background-clip: padding-box;
    background: #ccc;
    background-image: -webkit-gradient(linear, left bottom, left top, color-stop(0, #ccc), color-stop(0.6, #eee));
    background-image: -webkit-linear-gradient(center bottom, #ccc 0%, #eee 60%);
    background-image: -moz-linear-gradient(center bottom, #ccc 0%, #eee 60%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr = '#eeeeee', endColorstr = '#cccccc', GradientType = 0);
    background-image: linear-gradient(to bottom, #cccccc 0%, #eeeeee 60%);
}
.select2-container .select2-choice .select2-arrow b {
    display: block;
    width: 100%;
    height: 100%;
    background: url("images/select2/select2.png") no-repeat 0 1px;
}
.select2-search {
    display: inline-block;
    width: 100%;
    min-height: 26px;
    margin: 0;
    padding-left: 4px;
    padding-right: 4px;
    position: relative;
    z-index: 10000;
    white-space: nowrap;
}
.select2-search input {
    width: 100%;
    height: auto !important;
    min-height: 26px;
    padding: 4px 20px 4px 5px;
    margin: 0;
    outline: 0;
    font-family: sans-serif;
    font-size: 1em;
    border: 1px solid #aaa;
    border-radius: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
    background: #fff url("images/select2/select2.png") no-repeat 100% -22px;
    background: url("images/select2/select2.png") no-repeat 100% -22px, -webkit-gradient(linear, left bottom, left top, color-stop(0.85, #fff), color-stop(0.99, #eee));
    background: url("images/select2/select2.png") no-repeat 100% -22px, -webkit-linear-gradient(center bottom, #fff 85%, #eee 99%);
    background: url("images/select2/select2.png") no-repeat 100% -22px, -moz-linear-gradient(center bottom, #fff 85%, #eee 99%);
    background: url("images/select2/select2.png") no-repeat 100% -22px, linear-gradient(to bottom, #ffffff 85%, #eeeeee 99%);
}
.select2-drop.select2-drop-above .select2-search input {
    margin-top: 4px;
}
.select2-search input.select2-active {
    background: #fff url("images/select2/select2-spinner.gif") no-repeat 100%;
    background: url("images/select2/select2-spinner.gif") no-repeat 100%, -webkit-gradient(linear, left bottom, left top, color-stop(0.85, #fff), color-stop(0.99, #eee));
    background: url("images/select2/select2-spinner.gif") no-repeat 100%, -webkit-linear-gradient(center bottom, #fff 85%, #eee 99%);
    background: url("images/select2/select2-spinner.gif") no-repeat 100%, -moz-linear-gradient(center bottom, #fff 85%, #eee 99%);
    background: url("images/select2/select2-spinner.gif") no-repeat 100%, linear-gradient(to bottom, #ffffff 85%, #eeeeee 99%);
}
.select2-container-active .select2-choice, .select2-container-active .select2-choices {
    border: 1px solid #5897fb;
    outline: none;
    -webkit-box-shadow: 0 0 5px rgba(0, 0, 0, 0.3);
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.3);
}
.select2-dropdown-open .select2-choice {
    border-bottom-color: transparent;
    -webkit-box-shadow: 0 1px 0 #fff inset;
    box-shadow: 0 1px 0 #fff inset;
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
    background-color: #eee;
    background-image: -webkit-gradient(linear, left bottom, left top, color-stop(0, #fff), color-stop(0.5, #eee));
    background-image: -webkit-linear-gradient(center bottom, #fff 0%, #eee 50%);
    background-image: -moz-linear-gradient(center bottom, #fff 0%, #eee 50%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#eeeeee', endColorstr='#ffffff', GradientType=0);
    background-image: linear-gradient(to bottom, #ffffff 0%, #eeeeee 50%);
}
.select2-dropdown-open.select2-drop-above .select2-choice, .select2-dropdown-open.select2-drop-above .select2-choices {
    border: 1px solid #5897fb;
    border-top-color: transparent;
    background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0, #fff), color-stop(0.5, #eee));
    background-image: -webkit-linear-gradient(center top, #fff 0%, #eee 50%);
    background-image: -moz-linear-gradient(center top, #fff 0%, #eee 50%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#eeeeee', endColorstr='#ffffff', GradientType=0);
    background-image: linear-gradient(to top, #ffffff 0%, #eeeeee 50%);
}
.select2-dropdown-open .select2-choice .select2-arrow {
    background: transparent;
    border-left: none;
    filter: none;
}
.select2-dropdown-open .select2-choice .select2-arrow b {
    background-position: -18px 1px;
}
.select2-results {
    max-height: 200px;
    padding: 0 0 0 4px;
    margin: 4px 4px 4px 0;
    position: relative;
    overflow-x: hidden;
    overflow-y: auto;
    -webkit-tap-highlight-color: transparent;
}
.select2-results ul.select2-result-sub {
    margin: 0;
    padding-left: 0;
}
.select2-results ul.select2-result-sub>li .select2-result-label {
    padding-left: 20px;
}
.select2-results ul.select2-result-sub ul.select2-result-sub>li .select2-result-label {
    padding-left: 40px;
}
.select2-results ul.select2-result-sub ul.select2-result-sub ul.select2-result-sub>li .select2-result-label {
    padding-left: 60px;
}
.select2-results ul.select2-result-sub ul.select2-result-sub ul.select2-result-sub ul.select2-result-sub>li .select2-result-label {
    padding-left: 80px;
}
.select2-results ul.select2-result-sub ul.select2-result-sub ul.select2-result-sub ul.select2-result-sub ul.select2-result-sub>li .select2-result-label {
    padding-left: 100px;
}
.select2-results ul.select2-result-sub ul.select2-result-sub ul.select2-result-sub ul.select2-result-sub ul.select2-result-sub ul.select2-result-sub>li .select2-result-label {
    padding-left: 110px;
}
.select2-results ul.select2-result-sub ul.select2-result-sub ul.select2-result-sub ul.select2-result-sub ul.select2-result-sub ul.select2-result-sub ul.select2-result-sub>li .select2-result-label {
    padding-left: 120px;
}
.select2-results li {
    list-style: none;
    display: list-item;
    background-image: none;
}
.select2-results li.select2-result-with-children>.select2-result-label {
    font-weight: bold;
}
.select2-results .select2-result-label {
    padding: 3px 7px 4px;
    margin: 0;
    cursor: pointer;
    min-height: 1em;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}
.select2-results .select2-highlighted {
    background: #3875d7;
    color: #fff;
}
.select2-results li em {
    background: #feffde;
    font-style: normal;
}
.select2-results .select2-highlighted em {
    background: transparent;
}
.select2-results .select2-highlighted ul {
    background: #fff;
    color: #000;
}
.select2-results .select2-no-results, .select2-results .select2-searching, .select2-results .select2-selection-limit {
    background: #f4f4f4;
    display: list-item;
}
.select2-results .select2-disabled.select2-highlighted {
    color: #666;
    background: #f4f4f4;
    display: list-item;
    cursor: default;
}
.select2-results .select2-disabled {
    background: #f4f4f4;
    display: list-item;
    cursor: default;
}
.select2-results .select2-selected {
    display: none;
}
.select2-more-results.select2-active {
    background: #f4f4f4 url("images/select2/select2-spinner.gif") no-repeat 100%}
.select2-more-results {
    background: #f4f4f4;
    display: list-item;
}
.select2-container.select2-container-disabled .select2-choice {
    background-color: #f4f4f4;
    background-image: none;
    border: 1px solid #ddd;
    cursor: default;
}
.select2-container.select2-container-disabled .select2-choice .select2-arrow {
    background-color: #f4f4f4;
    background-image: none;
    border-left: 0;
}
.select2-container.select2-container-disabled .select2-choice abbr {
    display: none;
}
.select2-container-multi .select2-choices {
    height: auto !important;
    height: 1%;
    margin: 0;
    padding: 0;
    position: relative;
    border: 1px solid #aaa;
    cursor: text;
    overflow: hidden;
    background-color: #fff;
    background-image: -webkit-gradient(linear, 0% 0%, 0% 100%, color-stop(1%, #eee), color-stop(15%, #fff));
    background-image: -webkit-linear-gradient(top, #eee 1%, #fff 15%);
    background-image: -moz-linear-gradient(top, #eee 1%, #fff 15%);
    background-image: linear-gradient(to bottom, #eeeeee 1%, #ffffff 15%);
}
.select2-locked {
    padding: 3px 5px 3px 5px !important;
}
.select2-container-multi .select2-choices {
    min-height: 26px;
}
.select2-container-multi.select2-container-active .select2-choices {
    border: 1px solid #5897fb;
    outline: none;
    -webkit-box-shadow: 0 0 5px rgba(0, 0, 0, 0.3);
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.3);
}
.select2-container-multi .select2-choices li {
    float: left;
    list-style: none;
}
.select2-container-multi .select2-choices .select2-search-field {
    margin: 0;
    padding: 0;
    white-space: nowrap;
}
.select2-container-multi .select2-choices .select2-search-field input {
    padding: 5px;
    margin: 1px 0;
    font-family: sans-serif;
    font-size: 100%;
    color: #666;
    outline: 0;
    border: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
    background: transparent !important;
}
.select2-container-multi .select2-choices .select2-search-field input.select2-active {
    background: #fff url("images/select2/select2-spinner.gif") no-repeat 100% !important;
}
.select2-default {
    color: #999 !important;
}
.select2-container-multi .select2-choices .select2-search-choice {
    padding: 3px 5px 3px 18px;
    margin: 3px 0 3px 5px;
    position: relative;
    line-height: 13px;
    color: #333;
    cursor: default;
    border: 1px solid #aaaaaa;
    border-radius: 3px;
    -webkit-box-shadow: 0 0 2px #fff inset, 0 1px 0 rgba(0, 0, 0, 0.05);
    box-shadow: 0 0 2px #fff inset, 0 1px 0 rgba(0, 0, 0, 0.05);
    background-clip: padding-box;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background-color: #e4e4e4;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#eeeeee', endColorstr='#f4f4f4', GradientType=0);
    background-image: -webkit-gradient(linear, 0% 0%, 0% 100%, color-stop(20%, #f4f4f4), color-stop(50%, #f0f0f0), color-stop(52%, #e8e8e8), color-stop(100%, #eee));
    background-image: -webkit-linear-gradient(top, #f4f4f4 20%, #f0f0f0 50%, #e8e8e8 52%, #eee 100%);
    background-image: -moz-linear-gradient(top, #f4f4f4 20%, #f0f0f0 50%, #e8e8e8 52%, #eee 100%);
    background-image: linear-gradient(to bottom, #f4f4f4 20%, #f0f0f0 50%, #e8e8e8 52%, #eeeeee 100%);
}
.select2-container-multi .select2-choices .select2-search-choice .select2-chosen {
    cursor: default;
}
.select2-container-multi .select2-choices .select2-search-choice-focus {
    background: #d4d4d4;
}
.select2-search-choice-close {
    display: block;
    width: 12px;
    height: 13px;
    position: absolute;
    right: 3px;
    top: 4px;
    font-size: 1px;
    outline: none;
    background: url("images/select2/select2.png") right top no-repeat;
}
.select2-container-multi .select2-search-choice-close {
    left: 3px;
}
.select2-container-multi .select2-choices .select2-search-choice .select2-search-choice-close:hover {
    background-position: right -11px;
}
.select2-container-multi .select2-choices .select2-search-choice-focus .select2-search-choice-close {
    background-position: right -11px;
}
.select2-container-multi.select2-container-disabled .select2-choices {
    background-color: #f4f4f4;
    background-image: none;
    border: 1px solid #ddd;
    cursor: default;
}
.select2-container-multi.select2-container-disabled .select2-choices .select2-search-choice {
    padding: 3px 5px 3px 5px;
    border: 1px solid #ddd;
    background-image: none;
    background-color: #f4f4f4;
}
.select2-container-multi.select2-container-disabled .select2-choices .select2-search-choice .select2-search-choice-close {
    display: none;
    background: none;
}
.select2-result-selectable .select2-match, .select2-result-unselectable .select2-match {
    text-decoration: underline;
}
.select2-offscreen, .select2-offscreen:focus {
    clip: rect(0 0 0 0) !important;
    width: 1px !important;
    height: 1px !important;
    border: 0 !important;
    margin: 0 !important;
    padding: 0 !important;
    overflow: hidden !important;
    position: absolute !important;
    outline: 0 !important;
    left: 0px !important;
    top: 0px !important;
}
.select2-display-none {
    display: none;
}
.select2-measure-scrollbar {
    position: absolute;
    top: -10000px;
    left: -10000px;
    width: 100px;
    height: 100px;
    overflow: scroll;
}
@media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min-resolution: 144dpi) {
    .select2-search input, .select2-search-choice-close, .select2-container .select2-choice abbr, .select2-container .select2-choice .select2-arrow b {
    background-image: url("images/select2/select2x2.png") !important;
    background-repeat: no-repeat !important;
    background-size: 60px 40px !important;
}
.select2-search input {
    background-position: 100% -21px !important;
}
}
html {
    font-family: sans-serif;
    -ms-text-size-adjust: 100%;
    -webkit-text-size-adjust: 100%}
body {
    margin: 0;
}
article, aside, details, figcaption, figure, footer, header, main, menu, nav, section, summary {
    display: block;
}
audio, canvas, progress, video {
    display: inline-block;
}
audio:not([controls]) {
    display: none;
    height: 0;
}
progress {
    vertical-align: baseline;
}
template, [hidden] {
    display: none;
}
a {
    background-color: transparent;
    -webkit-text-decoration-skip: objects;
}
a:active, a:hover {
    outline-width: 0;
}
abbr[title] {
    border-bottom: none;
    text-decoration: underline;
    text-decoration: underline dotted;
}
b, strong {
    font-weight: inherit;
}
b, strong {
    font-weight: bolder;
}
dfn {
    font-style: italic;
}
h1 {
    font-size: 2em;
    margin: 0.67em 0;
}
mark {
    background-color: #ff0;
    color: #000;
}
small {
    font-size: 80%}
sub, sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline;
}
sub {
    bottom: -0.25em;
}
sup {
    top: -0.5em;
}
img {
    border-style: none;
}
svg:not(:root) {
    overflow: hidden;
}
code, kbd, pre, samp {
    font-family: monospace, monospace;
    font-size: 1em;
}
figure {
    margin: 1em 40px;
}
hr {
    box-sizing: content-box;
    height: 0;
    overflow: visible;
}
button, input, select, textarea {
    font: inherit;
    margin: 0;
}
optgroup {
    font-weight: bold;
}
button, input {
    overflow: visible;
}
button, select {
    text-transform: none;
}
button, html [type="button"], [type="reset"], [type="submit"] {
    -webkit-appearance: button;
}
button::-moz-focus-inner, [type="button"]::-moz-focus-inner, [type="reset"]::-moz-focus-inner, [type="submit"]::-moz-focus-inner {
    border-style: none;
    padding: 0;
}
button:-moz-focusring, [type="button"]:-moz-focusring, [type="reset"]:-moz-focusring, [type="submit"]:-moz-focusring {
    outline: 1px dotted ButtonText;
}
fieldset {
    border: 1px solid #c0c0c0;
    margin: 0 2px;
    padding: 0.35em 0.625em 0.75em;
}
legend {
    box-sizing: border-box;
    color: inherit;
    display: table;
    max-width: 100%;
    padding: 0;
    white-space: normal;
}
textarea {
    overflow: auto;
}
[type="checkbox"], [type="radio"] {
    box-sizing: border-box;
    padding: 0;
}
[type="number"]::-webkit-inner-spin-button, [type="number"]::-webkit-outer-spin-button {
    height: auto;
}
[type="search"] {
    -webkit-appearance: textfield;
    outline-offset: -2px;
}
[type="search"]::-webkit-search-cancel-button, [type="search"]::-webkit-search-decoration {
    -webkit-appearance: none;
}
::-webkit-input-placeholder {
    color: inherit;
    opacity: 0.54;
}
::-webkit-file-upload-button {
    -webkit-appearance: button;
    font: inherit;
}
html {
    color: #222;
    font-size: 1em;
    line-height: 1.4;
}
::-moz-selection {
    background: #b3d4fc;
    text-shadow: none;
}
::selection {
    background: #b3d4fc;
    text-shadow: none;
}
hr {
    display: block;
    height: 1px;
    border: 0;
    border-top: 1px solid #ccc;
    margin: 1em 0;
    padding: 0;
}
audio, canvas, iframe, img, svg, video {
    vertical-align: middle;
}
fieldset {
    border: 0;
    margin: 0;
    padding: 0;
}
textarea {
    resize: vertical;
}
.hidden {
    display: none !important;
}
.visuallyhidden, .sr-only, .page_aside_calendar_events_event_content_date_time_year, .page_calendar_list_item_aside_date_time_year, .page_calendar_content_data_date_time_year {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    border: 0;
    margin-top: -1px;
    clip: rect(0 0 0 0) !important;
    overflow: hidden;
}
.visuallyhidden--focusable:active, .visuallyhidden--focusable:focus {
    clip: auto !important;
    width: auto;
    height: auto;
    margin: 0;
    overflow: visible;
}
.invisible {
    visibility: hidden;
}
.clearfix:before, .header_top:before, .header_bottom:before, .header_bottom_menu:before, .page_footer_pagination_list:before, .clearfix:after, .header_top:after, .header_bottom:after, .header_bottom_menu:after, .page_footer_pagination_list:after {
    content: " ";
    display: table;
}
.clearfix:after, .header_top:after, .header_bottom:after, .header_bottom_menu:after, .page_footer_pagination_list:after {
    clear: both;
}
* {
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}
*::-moz-selection {
    color: #FFF;
    background: #999;
    text-shadow: none;
}
*::selection {
    color: #FFF;
    background: #999;
    text-shadow: none;
}
*[data-href] {
    cursor: pointer;
}
*::before, *::after {
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}
*[tabindex="0"]:focus {
    outline: 2px solid cyan;
}
.anchor:focus, .more:focus, .more--investments:focus, .page_contents_list_item_main_content_paragraph_more--investments:focus, .page_subpage_sliders_scrollable_items_item_main_content_paragraph_more--investments:focus, .more--ngo:focus, .page_contents_list_item_main_content_paragraph_more--ngo:focus, .page_subpage_sliders_scrollable_items_item_main_content_paragraph_more--ngo:focus, .page_aside_contents-slider_content_scrollable_items_item_more:focus, .page_aside_galleries_content_scrollable_items_item_more:focus, .page_galleries_groups_list_item_more:focus, .page_calendar_list_item_main_content_paragraph_more:focus, .page_contents_list_item_main_content_paragraph_more:focus, .page_subpage_sliders_scrollable_items_item_main_content_paragraph_more:focus, .page_subpage_tabs_panes_pane_footer_more:focus, .page_subpage_tabs_panes_pane_footer_more--investments:focus, .page_subpage_tabs_panes_pane_footer_more--ngo:focus, .form_fieldset_paragraph_button:focus, .page_form_fieldset_paragraph_button:focus, .page_aside_calendar_footer_button:focus, .cookies_button:focus, .page_footer_pagination_list_item_anchor--prev:focus, .page_footer_pagination_list_item_anchor--next:focus, .box_header_resize--small:focus, .header_bottom_nav_list_item_anchor--resize-small:focus, .box_header_resize--normal:focus, .header_bottom_nav_list_item_anchor--resize-normal:focus, .box_header_resize--big:focus, .header_bottom_nav_list_item_anchor--resize-big:focus, .box_header_head_anchor:focus, .page_aside_contents-slider_content_scrollable_items_item_header_head_anchor:focus, .page_aside_galleries_content_scrollable_items_item_header_head_anchor:focus, .page_galleries_groups_list_item_header_head_anchor:focus, .page_aside_menu_nav_level-1_item_header_head_anchor:focus, .form_fieldset_paragraph_anchor:focus, .page_form_fieldset_paragraph_anchor:focus, .page_form_fieldset_paragraph_anchor--reset-password:focus, .form_fieldset_paragraph_fancybox-anchor:focus, .page_form_fieldset_paragraph_fancybox-anchor:focus, .uploader_file_anchor--delete:focus, .browse:focus, .browse--gallery:focus, .browse-prev--gallery:focus, .browse-next--gallery:focus, .browse-prev:focus, .browse-prev--bottom:focus, .browse-next:focus, .browse-next--bottom:focus, .navigator_item_anchor:focus, .header_top_banner_animation_cycle_item_anchor:focus, .page_aside_banner-animation_cycle_item_anchor:focus, .footer_banner-animation_cycle_item_anchor:focus, .page_banner-animation_cycle_item_anchor:focus, .header_top_banner_simple_anchor--flash:focus, .header_top_banner_animation_cycle_item_anchor--flash:focus, .page_aside_banner_anchor--flash:focus, .footer_banner_anchor--flash:focus, .page_banner_anchor--flash:focus, .header_top_banner_simple_anchor:focus, .page_aside_banner_anchor:focus, .page_aside_bannerM_content_item_anchor:focus, .footer_banner_anchor:focus, .page_banner_anchor:focus, .page_calendar_list_item_main_content_paragraph_value_anchor:focus, .page_calendar_content_data_paragraph_value_anchor:focus, .header_goto_item_anchor:focus, .header_top_name_anchor:focus, .header_bottom_menu_level-1_item_anchor:focus, .header_bottom_menu_level-1_item_anchor--home:focus, .header_bottom_nav_list_item_anchor:focus, .header_bottom_nav_list_item_anchor--contrast:focus, .header_bottom_nav_list_item_anchor--sitemap:focus, .header_bottom_nav_list_item_anchor--resize:focus, .header_bottom_nav_list_item_anchor--bip:focus, .header_bottom_nav_list_item_anchor--gt:focus, .header_bottom_nav_list_item_anchor--gt-pl:focus, .header_bottom_nav_list_item_anchor--gt-en:focus, .main_breadcrumbs_nav_list_item_anchor:focus, .main_breadcrumbs_nav_list_item_anchor--home:focus, .page_aside_categories_list_item_anchor:focus, .page_aside_menu_nav_level-2_item_anchor:focus, .page_aside_menu_nav_level-2_item_anchor--current:focus, .page_aside_menu_nav_level-3_item_anchor:focus, .page_aside_menu_nav_level-3_item_anchor--current:focus, .page_aside_menu_nav_level-4_item_anchor:focus, .page_aside_menu_nav_level-4_item_anchor--current:focus, .page_aside_menu_nav_level-5_item_anchor:focus, .page_aside_menu_nav_level-5_item_anchor--current:focus, .footer_main_contact_address a:focus, .footer_main_work-hours_content a:focus, .footer_main_management_content a:focus, .footer_main_site-info_nav a:focus, .footer_copyright_list_item_anchor:focus, .page_aside_contents_list_item_header_head_anchor:focus, .page_calendar_list_item_main_header_head_anchor:focus, .page_contents_list_item_main_header_head_anchor:focus, .page_subpage_sliders_scrollable_items_item_main_header_head_anchor:focus, .page_wysiwyg_anchor:focus, .page_wysiwyg_gallery_scrollable_items_item_anchor:focus, .page_footer_pagination_list_item_anchor--active:focus, .page_footer_pagination_list_item_anchor:focus, .page_footer_history-back:focus, .page_footer_print_share:focus, .page_footer_print_printer:focus, .page_footer_print_pdf:focus, .page_contents_content_tags_list_item_anchor:focus, .page_galleries_images_pictures_scrollable_items_item_anchor:focus, .page_galleries_images_navigation_scrollable_items_item_anchor:focus, .page_sitemap_content_level-1_item_anchor:focus, .page_sitemap_content_level-2_item_anchor:focus, .page_sitemap_content_level-3_item_anchor:focus, .page_tags_content_list_item_tag:focus, .page_tags_content_list_item_tag--2:focus, .page_tags_content_list_item_tag--3:focus, .page_tags_content_list_item_tag--4:focus, .page_tags_content_list_item_tag--5:focus {
    outline: 2px solid cyan;
}
input[class$="input--checkbox"]:focus {
    outline: 2px solid cyan;
}
input[class$="input--radio"]:focus {
    outline: 2px solid cyan;
}
input[class$="input--submit"]:focus {
    outline: 2px solid cyan;
}
.html {
    font-size: 10px;
}
.body {
    width: 100%;
    min-width: 320px;
    font-family: Roboto, Verdana, sans-serif;
    font-size: 1.3rem;
    font-weight: 400;
    color: #FFF;
    line-height: 1.4;
    background: #000;
    padding: 0 10px;
}
.body::before {
    display: none;
}
@media screen and (min-width: 320px) and (max-width: 529px) {
    .body: :before {
    content: "smartphone"}
}
@media screen and (min-width: 530px) and (max-width: 649px) {
    .body: :before {
    content: "smartphone-wide"}
}
@media screen and (min-width: 650px) and (max-width: 899px) {
    .body: :before {
    content: "tablet"}
}
@media screen and (min-width: 900px) and (max-width: 1099px) {
    .body: :before {
    content: "tablet-wide"}
}
@media screen and (min-width: 1100px) {
    .body: :before {
    content: "desktop"}
}
.wrapper {
    max-width: 1138px;
    margin: 0 auto;
}
.anchor, .more, .more--investments, .page_contents_list_item_main_content_paragraph_more--investments, .page_subpage_sliders_scrollable_items_item_main_content_paragraph_more--investments, .more--ngo, .page_contents_list_item_main_content_paragraph_more--ngo, .page_subpage_sliders_scrollable_items_item_main_content_paragraph_more--ngo, .page_aside_contents-slider_content_scrollable_items_item_more, .page_aside_galleries_content_scrollable_items_item_more, .page_galleries_groups_list_item_more, .page_calendar_list_item_main_content_paragraph_more, .page_contents_list_item_main_content_paragraph_more, .page_subpage_sliders_scrollable_items_item_main_content_paragraph_more, .page_subpage_tabs_panes_pane_footer_more, .page_subpage_tabs_panes_pane_footer_more--investments, .page_subpage_tabs_panes_pane_footer_more--ngo, .form_fieldset_paragraph_button, .page_form_fieldset_paragraph_button, .page_aside_calendar_footer_button, .cookies_button, .page_footer_pagination_list_item_anchor--prev, .page_footer_pagination_list_item_anchor--next, .box_header_resize--small, .header_bottom_nav_list_item_anchor--resize-small, .box_header_resize--normal, .header_bottom_nav_list_item_anchor--resize-normal, .box_header_resize--big, .header_bottom_nav_list_item_anchor--resize-big, .box_header_head_anchor, .page_aside_contents-slider_content_scrollable_items_item_header_head_anchor, .page_aside_galleries_content_scrollable_items_item_header_head_anchor, .page_galleries_groups_list_item_header_head_anchor, .page_aside_menu_nav_level-1_item_header_head_anchor, .form_fieldset_paragraph_anchor, .page_form_fieldset_paragraph_anchor, .page_form_fieldset_paragraph_anchor--reset-password, .form_fieldset_paragraph_fancybox-anchor, .page_form_fieldset_paragraph_fancybox-anchor, .uploader_file_anchor--delete, .browse, .browse--gallery, .browse-prev--gallery, .browse-next--gallery, .browse-prev, .browse-prev--bottom, .browse-next, .browse-next--bottom, .navigator_item_anchor, .header_top_banner_animation_cycle_item_anchor, .page_aside_banner-animation_cycle_item_anchor, .footer_banner-animation_cycle_item_anchor, .page_banner-animation_cycle_item_anchor, .header_top_banner_simple_anchor--flash, .header_top_banner_animation_cycle_item_anchor--flash, .page_aside_banner_anchor--flash, .footer_banner_anchor--flash, .page_banner_anchor--flash, .header_top_banner_simple_anchor, .page_aside_banner_anchor, .page_aside_bannerM_content_item_anchor, .footer_banner_anchor, .page_banner_anchor, .page_calendar_list_item_main_content_paragraph_value_anchor, .page_calendar_content_data_paragraph_value_anchor, .header_goto_item_anchor, .header_top_name_anchor, .header_bottom_menu_level-1_item_anchor, .header_bottom_menu_level-1_item_anchor--home, .header_bottom_nav_list_item_anchor, .header_bottom_nav_list_item_anchor--contrast, .header_bottom_nav_list_item_anchor--sitemap, .header_bottom_nav_list_item_anchor--resize, .header_bottom_nav_list_item_anchor--bip, .header_bottom_nav_list_item_anchor--gt, .header_bottom_nav_list_item_anchor--gt-pl, .header_bottom_nav_list_item_anchor--gt-en, .main_breadcrumbs_nav_list_item_anchor, .main_breadcrumbs_nav_list_item_anchor--home, .page_aside_categories_list_item_anchor, .page_aside_menu_nav_level-2_item_anchor, .page_aside_menu_nav_level-2_item_anchor--current, .page_aside_menu_nav_level-3_item_anchor, .page_aside_menu_nav_level-3_item_anchor--current, .page_aside_menu_nav_level-4_item_anchor, .page_aside_menu_nav_level-4_item_anchor--current, .page_aside_menu_nav_level-5_item_anchor, .page_aside_menu_nav_level-5_item_anchor--current, .footer_main_contact_address a, .footer_main_work-hours_content a, .footer_main_management_content a, .footer_main_site-info_nav a, .footer_copyright_list_item_anchor, .page_aside_contents_list_item_header_head_anchor, .page_calendar_list_item_main_header_head_anchor, .page_contents_list_item_main_header_head_anchor, .page_subpage_sliders_scrollable_items_item_main_header_head_anchor, .page_wysiwyg_anchor, .page_wysiwyg_gallery_scrollable_items_item_anchor, .page_footer_pagination_list_item_anchor--active, .page_footer_pagination_list_item_anchor, .page_footer_history-back, .page_footer_print_share, .page_footer_print_printer, .page_footer_print_pdf, .page_contents_content_tags_list_item_anchor, .page_galleries_images_pictures_scrollable_items_item_anchor, .page_galleries_images_navigation_scrollable_items_item_anchor, .page_sitemap_content_level-1_item_anchor, .page_sitemap_content_level-2_item_anchor, .page_sitemap_content_level-3_item_anchor, .page_tags_content_list_item_tag, .page_tags_content_list_item_tag--2, .page_tags_content_list_item_tag--3, .page_tags_content_list_item_tag--4, .page_tags_content_list_item_tag--5 {
    color: #F8FF1C;
    text-decoration: underline;
}
.anchor:hover, .more:hover, .more--investments:hover, .page_contents_list_item_main_content_paragraph_more--investments:hover, .page_subpage_sliders_scrollable_items_item_main_content_paragraph_more--investments:hover, .more--ngo:hover, .page_contents_list_item_main_content_paragraph_more--ngo:hover, .page_subpage_sliders_scrollable_items_item_main_content_paragraph_more--ngo:hover, .page_aside_contents-slider_content_scrollable_items_item_more:hover, .page_aside_galleries_content_scrollable_items_item_more:hover, .page_galleries_groups_list_item_more:hover, .page_calendar_list_item_main_content_paragraph_more:hover, .page_contents_list_item_main_content_paragraph_more:hover, .page_subpage_sliders_scrollable_items_item_main_content_paragraph_more:hover, .page_subpage_tabs_panes_pane_footer_more:hover, .page_subpage_tabs_panes_pane_footer_more--investments:hover, .page_subpage_tabs_panes_pane_footer_more--ngo:hover, .form_fieldset_paragraph_button:hover, .page_form_fieldset_paragraph_button:hover, .page_aside_calendar_footer_button:hover, .cookies_button:hover, .page_footer_pagination_list_item_anchor--prev:hover, .page_footer_pagination_list_item_anchor--next:hover, .box_header_resize--small:hover, .header_bottom_nav_list_item_anchor--resize-small:hover, .box_header_resize--normal:hover, .header_bottom_nav_list_item_anchor--resize-normal:hover, .box_header_resize--big:hover, .header_bottom_nav_list_item_anchor--resize-big:hover, .box_header_head_anchor:hover, .page_aside_contents-slider_content_scrollable_items_item_header_head_anchor:hover, .page_aside_galleries_content_scrollable_items_item_header_head_anchor:hover, .page_galleries_groups_list_item_header_head_anchor:hover, .page_aside_menu_nav_level-1_item_header_head_anchor:hover, .form_fieldset_paragraph_anchor:hover, .page_form_fieldset_paragraph_anchor:hover, .page_form_fieldset_paragraph_anchor--reset-password:hover, .form_fieldset_paragraph_fancybox-anchor:hover, .page_form_fieldset_paragraph_fancybox-anchor:hover, .uploader_file_anchor--delete:hover, .browse:hover, .browse--gallery:hover, .browse-prev--gallery:hover, .browse-next--gallery:hover, .browse-prev:hover, .browse-prev--bottom:hover, .browse-next:hover, .browse-next--bottom:hover, .navigator_item_anchor:hover, .header_top_banner_animation_cycle_item_anchor:hover, .page_aside_banner-animation_cycle_item_anchor:hover, .footer_banner-animation_cycle_item_anchor:hover, .page_banner-animation_cycle_item_anchor:hover, .header_top_banner_simple_anchor--flash:hover, .header_top_banner_animation_cycle_item_anchor--flash:hover, .page_aside_banner_anchor--flash:hover, .footer_banner_anchor--flash:hover, .page_banner_anchor--flash:hover, .header_top_banner_simple_anchor:hover, .page_aside_banner_anchor:hover, .page_aside_bannerM_content_item_anchor:hover, .footer_banner_anchor:hover, .page_banner_anchor:hover, .page_calendar_list_item_main_content_paragraph_value_anchor:hover, .page_calendar_content_data_paragraph_value_anchor:hover, .header_goto_item_anchor:hover, .header_top_name_anchor:hover, .header_bottom_menu_level-1_item_anchor:hover, .header_bottom_menu_level-1_item_anchor--home:hover, .header_bottom_nav_list_item_anchor:hover, .header_bottom_nav_list_item_anchor--contrast:hover, .header_bottom_nav_list_item_anchor--sitemap:hover, .header_bottom_nav_list_item_anchor--resize:hover, .header_bottom_nav_list_item_anchor--bip:hover, .header_bottom_nav_list_item_anchor--gt:hover, .header_bottom_nav_list_item_anchor--gt-pl:hover, .header_bottom_nav_list_item_anchor--gt-en:hover, .main_breadcrumbs_nav_list_item_anchor:hover, .main_breadcrumbs_nav_list_item_anchor--home:hover, .page_aside_categories_list_item_anchor:hover, .page_aside_menu_nav_level-2_item_anchor:hover, .page_aside_menu_nav_level-2_item_anchor--current:hover, .page_aside_menu_nav_level-3_item_anchor:hover, .page_aside_menu_nav_level-3_item_anchor--current:hover, .page_aside_menu_nav_level-4_item_anchor:hover, .page_aside_menu_nav_level-4_item_anchor--current:hover, .page_aside_menu_nav_level-5_item_anchor:hover, .page_aside_menu_nav_level-5_item_anchor--current:hover, .footer_main_contact_address a:hover, .footer_main_work-hours_content a:hover, .footer_main_management_content a:hover, .footer_main_site-info_nav a:hover, .footer_copyright_list_item_anchor:hover, .page_aside_contents_list_item_header_head_anchor:hover, .page_calendar_list_item_main_header_head_anchor:hover, .page_contents_list_item_main_header_head_anchor:hover, .page_subpage_sliders_scrollable_items_item_main_header_head_anchor:hover, .page_wysiwyg_anchor:hover, .page_wysiwyg_gallery_scrollable_items_item_anchor:hover, .page_footer_pagination_list_item_anchor--active:hover, .page_footer_pagination_list_item_anchor:hover, .page_footer_history-back:hover, .page_footer_print_share:hover, .page_footer_print_printer:hover, .page_footer_print_pdf:hover, .page_contents_content_tags_list_item_anchor:hover, .page_galleries_images_pictures_scrollable_items_item_anchor:hover, .page_galleries_images_navigation_scrollable_items_item_anchor:hover, .page_sitemap_content_level-1_item_anchor:hover, .page_sitemap_content_level-2_item_anchor:hover, .page_sitemap_content_level-3_item_anchor:hover, .page_tags_content_list_item_tag:hover, .page_tags_content_list_item_tag--2:hover, .page_tags_content_list_item_tag--3:hover, .page_tags_content_list_item_tag--4:hover, .page_tags_content_list_item_tag--5:hover {
    text-decoration: none;
}
.anchor--mail::before {
    content: attr(data-mail-local) "@"}
.anchor--mail::after {
    content: attr(data-mail-domain);
}
.more, .more--investments, .page_contents_list_item_main_content_paragraph_more--investments, .page_subpage_sliders_scrollable_items_item_main_content_paragraph_more--investments, .more--ngo, .page_contents_list_item_main_content_paragraph_more--ngo, .page_subpage_sliders_scrollable_items_item_main_content_paragraph_more--ngo, .page_aside_contents-slider_content_scrollable_items_item_more, .page_aside_galleries_content_scrollable_items_item_more, .page_galleries_groups_list_item_more, .page_calendar_list_item_main_content_paragraph_more, .page_contents_list_item_main_content_paragraph_more, .page_subpage_sliders_scrollable_items_item_main_content_paragraph_more, .page_subpage_tabs_panes_pane_footer_more, .page_subpage_tabs_panes_pane_footer_more--investments, .page_subpage_tabs_panes_pane_footer_more--ngo, .form_fieldset_paragraph_button, .page_form_fieldset_paragraph_button, .page_aside_calendar_footer_button, .cookies_button, .page_footer_pagination_list_item_anchor--prev, .page_footer_pagination_list_item_anchor--next {
    display: block;
    font-size: 1.4rem;
    color: #000;
    text-decoration: none;
    text-transform: lowercase;
    text-align: center;
    line-height: 4rem;
    background: #F8FF1C;
    padding: 0 35px;
    border: none;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    border-radius: 3px;
}
.more:hover, .more--investments:hover, .page_contents_list_item_main_content_paragraph_more--investments:hover, .page_subpage_sliders_scrollable_items_item_main_content_paragraph_more--investments:hover, .more--ngo:hover, .page_contents_list_item_main_content_paragraph_more--ngo:hover, .page_subpage_sliders_scrollable_items_item_main_content_paragraph_more--ngo:hover, .page_aside_contents-slider_content_scrollable_items_item_more:hover, .page_aside_galleries_content_scrollable_items_item_more:hover, .page_galleries_groups_list_item_more:hover, .page_calendar_list_item_main_content_paragraph_more:hover, .page_contents_list_item_main_content_paragraph_more:hover, .page_subpage_sliders_scrollable_items_item_main_content_paragraph_more:hover, .page_subpage_tabs_panes_pane_footer_more:hover, .page_subpage_tabs_panes_pane_footer_more--investments:hover, .page_subpage_tabs_panes_pane_footer_more--ngo:hover, .form_fieldset_paragraph_button:hover, .page_form_fieldset_paragraph_button:hover, .page_aside_calendar_footer_button:hover, .cookies_button:hover, .page_footer_pagination_list_item_anchor--prev:hover, .page_footer_pagination_list_item_anchor--next:hover {
    background: #f8ff0d;
}
@media print {
    .more, .more--investments, .page_contents_list_item_main_content_paragraph_more--investments, .page_subpage_sliders_scrollable_items_item_main_content_paragraph_more--investments, .more--ngo, .page_contents_list_item_main_content_paragraph_more--ngo, .page_subpage_sliders_scrollable_items_item_main_content_paragraph_more--ngo, .page_aside_contents-slider_content_scrollable_items_item_more, .page_aside_galleries_content_scrollable_items_item_more, .page_galleries_groups_list_item_more, .page_calendar_list_item_main_content_paragraph_more, .page_contents_list_item_main_content_paragraph_more, .page_subpage_sliders_scrollable_items_item_main_content_paragraph_more, .page_subpage_tabs_panes_pane_footer_more, .page_subpage_tabs_panes_pane_footer_more--investments, .page_subpage_tabs_panes_pane_footer_more--ngo {
    display: none;
}
}
.box_header_resize--small, .header_bottom_nav_list_item_anchor--resize-small {
    font-size: 11px !important;
}
.box_header_resize--normal, .header_bottom_nav_list_item_anchor--resize-normal {
    font-size: 14px !important;
}
.box_header_resize--big, .header_bottom_nav_list_item_anchor--resize-big {
    font-size: 17px !important;
}
.box_header_resize_wcag {
    position: absolute;
    clip: rect(1px, 1px, 1px, 1px);
}
.pause-resume-btns {position: absolute;z-index: 4;top: 5px;left: 5px;}
.pause-btn, .resume-btn { border-radius: 0; border: none; padding: 5px 10px; background: #000; color: #ffff00;border-radius: 5px;border: 2px solid #ff0;}
.play-icon::before, .pause-icon::before {font-family: 'fontawesome';}
.play-icon::before{content: "\f04b";}
.pause-icon::before{content: "\f04c";}

.navigator, .navigator--bottom, .navigator--sliders, .header_goto, .header_bottom_menu_level-1, .header_bottom_nav_list, .page_aside_categories_list, .page_aside_menu_nav_level-1, .page_aside_menu_nav_level-2, .page_aside_menu_nav_level-3, .page_aside_menu_nav_level-4, .page_aside_menu_nav_level-5, .footer_main_site-info_nav_list, .footer_copyright_list, .page_wysiwyg_tabs_buttons, .page_footer_pagination_list, .page_contents_content_tags_list, .page_galleries_groups_list, .page_sitemap_content_level-1, .page_sitemap_content_level-2, .page_sitemap_content_level-3, .page_tags_content_list {
    list-style: none;
    padding: 0;
    margin: 0;
}
.box {
    width: auto;
    background: #282828;
    border: 1px solid #000;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    margin-bottom: 20px;
}
.box_header, .box_header--investments, .box_header--ngo, .box_header--page, .page_aside_galleries_content_scrollable_items_item_header, .page_galleries_groups_list_item_header, .page_aside_contents-slider_content_scrollable_items_item_header, .page_aside_menu_nav_level-1_item_header, .page_aside_menu_nav_level-1_item_header--investments, .page_aside_menu_nav_level-1_item_header--ngo {
    font-size: 1.6rem;
    font-weight: 500;
    color: #FFF;
    text-transform: uppercase;
    background: #3E3E3E;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    position: relative;
}
.box_header--page {
    color: #FFF;
    text-transform: none;
    background: #3E3E3E;
    border-bottom: 1px solid transparent;
    -moz-border-radius-bottomright: 0;
    -webkit-border-bottom-right-radius: 0;
    border-bottom-right-radius: 0;
    -moz-border-radius-bottomleft: 0;
    -webkit-border-bottom-left-radius: 0;
    border-bottom-left-radius: 0;
}
.box_header_head, .page_aside_contents-slider_content_scrollable_items_item_header_head, .page_aside_galleries_content_scrollable_items_item_header_head, .page_galleries_groups_list_item_header_head, .page_aside_menu_nav_level-1_item_header_head, .page_aside_menu_nav_level-1_item_header_head--investments, .page_aside_menu_nav_level-1_item_header_head--ngo {
    font-size: inherit;
    font-weight: inherit;
    padding: 15px 20px;
    margin: 0;
}
.box_header_head_anchor, .page_aside_contents-slider_content_scrollable_items_item_header_head_anchor, .page_aside_galleries_content_scrollable_items_item_header_head_anchor, .page_galleries_groups_list_item_header_head_anchor, .page_aside_menu_nav_level-1_item_header_head_anchor {
    text-decoration: none;
}
.box_header_head_anchor:hover, .page_aside_contents-slider_content_scrollable_items_item_header_head_anchor:hover, .page_aside_galleries_content_scrollable_items_item_header_head_anchor:hover, .page_galleries_groups_list_item_header_head_anchor:hover, .page_aside_menu_nav_level-1_item_header_head_anchor:hover {
    text-decoration: underline;
}
.box_header_time {
    position: absolute;
    top: 50%;
    right: 0;
    left: auto;
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    font-size: 1.3rem;
    font-weight: 400;
    color: #FFF;
    padding: 0 20px;
}
.box_header_time::before {
    position: absolute;
    top: -18px;
    right: auto;
    bottom: -18px;
    left: 0;
    content: "";
    width: 1px;
    height: auto;
    z-index: auto;
    background: transparent;
}
.box_header_time_added {
    position: absolute;
    clip: rect(1px, 1px, 1px, 1px);
}
.box_header_resize {
    display: none;
}
.box_content, .page_aside_calendar_events {
    padding: 15px 10px;
}
.box_content--page, .page_none, .page_search, .page_wysiwyg, .page_wysiwyg--list, .page_calendar_content_data, .page_contact_form, .page_contents_content_map, .page_contents_content_tags, .page_error_content, .page_galleries_groups, .page_galleries_images, .page_maps_map, .page_maps_form, .page_newsletter_form, .page_sitemap_content, .page_tags_content {
    padding: 20px;
}
.box_footer, .page_footer, .page_footer--pagination, .page_subpage_tabs_panes_pane_footer {
    padding: 15px 20px;
    border-top: 1px solid #F8FF1C;
}
.ajax-response {
    text-align: center;
    line-height: 1.4;
    color: #000;
    background-color: #CBEBA2;
    padding: 1rem;
    border: 1px solid #CBEBA2;
    margin-bottom: 4rem;
}
.ajax-response--error {
    color: #000;
    background-color: #FFEBE8;
    border-color: #FFEBE8;
}
.ajax-response_paragraph {
    float: none;
    font-weight: 500;
    margin: 0;
}
.ajax-response_paragraph+.ajax-response_paragraph {
    font-weight: 400;
}
.ajax-loader, .form_fieldset_paragraph_ajax-loader, .page_form_fieldset_paragraph_ajax-loader {
    display: block;
    width: 16px;
    height: 11px;
    background: url("images/sprite-contrast.png") 0 0;
    text-indent: 1000%;
    white-space: nowrap;
    overflow: hidden;
    display: inline-block;
    line-height: 4rem;
    background: url(images/ajax-loader.gif);
    margin: 1.4rem 1rem 0 0;
}
.form_fieldset_paragraph_input--text, .header_bottom_search_fieldset_paragraph_input--text, .page_form_fieldset_paragraph_input--text, .page_form_fieldset_paragraph_input--text--short, .page_form_fieldset_paragraph_input--text--long, .form_fieldset_paragraph_select, .page_form_fieldset_paragraph_select, .page_form_fieldset_paragraph_select--long, .page_footer_per-page_form_fieldset_paragraph_select, .form_fieldset_paragraph_textarea, .page_form_fieldset_paragraph_textarea {
    height: 3.5rem;
    color: #FFF;
    background: #000;
    padding: 0 1rem;
    border: 1px solid transparent;
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
    box-shadow: none;
}
.form_fieldset_paragraph_input--text:focus, .header_bottom_search_fieldset_paragraph_input--text:focus, .page_form_fieldset_paragraph_input--text:focus, .page_form_fieldset_paragraph_input--text--short:focus, .page_form_fieldset_paragraph_input--text--long:focus, .form_fieldset_paragraph_select:focus, .page_form_fieldset_paragraph_select:focus, .page_form_fieldset_paragraph_select--long:focus, .page_footer_per-page_form_fieldset_paragraph_select:focus, .form_fieldset_paragraph_textarea:focus, .page_form_fieldset_paragraph_textarea:focus {
    border-color: #F8FF1C;
}
.form_fieldset_paragraph_input--text:focus:valid, .header_bottom_search_fieldset_paragraph_input--text:focus:valid, .page_form_fieldset_paragraph_input--text:focus:valid, .page_form_fieldset_paragraph_input--text--short:focus:valid, .page_form_fieldset_paragraph_input--text--long:focus:valid, .form_fieldset_paragraph_select:focus:valid, .page_form_fieldset_paragraph_select:focus:valid, .page_form_fieldset_paragraph_select--long:focus:valid, .page_footer_per-page_form_fieldset_paragraph_select:focus:valid, .form_fieldset_paragraph_textarea:focus:valid, .page_form_fieldset_paragraph_textarea:focus:valid {
    border-color: #F8FF1C;
}
.form_fieldset_paragraph_input--text:focus:invalid, .header_bottom_search_fieldset_paragraph_input--text:focus:invalid, .page_form_fieldset_paragraph_input--text:focus:invalid, .page_form_fieldset_paragraph_input--text--short:focus:invalid, .page_form_fieldset_paragraph_input--text--long:focus:invalid, .form_fieldset_paragraph_select:focus:invalid, .page_form_fieldset_paragraph_select:focus:invalid, .page_form_fieldset_paragraph_select--long:focus:invalid, .page_footer_per-page_form_fieldset_paragraph_select:focus:invalid, .form_fieldset_paragraph_textarea:focus:invalid, .page_form_fieldset_paragraph_textarea:focus:invalid {
    border-color: #F8FF1C;
}
.form_fieldset_paragraph_input--text:-moz-placeholder, .header_bottom_search_fieldset_paragraph_input--text:-moz-placeholder, .page_form_fieldset_paragraph_input--text:-moz-placeholder, .page_form_fieldset_paragraph_input--text--short:-moz-placeholder, .page_form_fieldset_paragraph_input--text--long:-moz-placeholder, .form_fieldset_paragraph_select:-moz-placeholder, .page_form_fieldset_paragraph_select:-moz-placeholder, .page_form_fieldset_paragraph_select--long:-moz-placeholder, .page_footer_per-page_form_fieldset_paragraph_select:-moz-placeholder, .form_fieldset_paragraph_textarea:-moz-placeholder, .page_form_fieldset_paragraph_textarea:-moz-placeholder {
    color: #FFF;
    opacity: 1;
}
.form_fieldset_paragraph_input--text::-moz-placeholder, .header_bottom_search_fieldset_paragraph_input--text::-moz-placeholder, .page_form_fieldset_paragraph_input--text::-moz-placeholder, .page_form_fieldset_paragraph_input--text--short::-moz-placeholder, .page_form_fieldset_paragraph_input--text--long::-moz-placeholder, .form_fieldset_paragraph_select::-moz-placeholder, .page_form_fieldset_paragraph_select::-moz-placeholder, .page_form_fieldset_paragraph_select--long::-moz-placeholder, .page_footer_per-page_form_fieldset_paragraph_select::-moz-placeholder, .form_fieldset_paragraph_textarea::-moz-placeholder, .page_form_fieldset_paragraph_textarea::-moz-placeholder {
    color: #FFF;
    opacity: 1;
}
.form_fieldset_paragraph_input--text:-ms-input-placeholder, .header_bottom_search_fieldset_paragraph_input--text:-ms-input-placeholder, .page_form_fieldset_paragraph_input--text:-ms-input-placeholder, .page_form_fieldset_paragraph_input--text--short:-ms-input-placeholder, .page_form_fieldset_paragraph_input--text--long:-ms-input-placeholder, .form_fieldset_paragraph_select:-ms-input-placeholder, .page_form_fieldset_paragraph_select:-ms-input-placeholder, .page_form_fieldset_paragraph_select--long:-ms-input-placeholder, .page_footer_per-page_form_fieldset_paragraph_select:-ms-input-placeholder, .form_fieldset_paragraph_textarea:-ms-input-placeholder, .page_form_fieldset_paragraph_textarea:-ms-input-placeholder {
    color: #FFF;
    opacity: 1;
}
.form_fieldset_paragraph_input--text::-webkit-input-placeholder, .header_bottom_search_fieldset_paragraph_input--text::-webkit-input-placeholder, .page_form_fieldset_paragraph_input--text::-webkit-input-placeholder, .page_form_fieldset_paragraph_input--text--short::-webkit-input-placeholder, .page_form_fieldset_paragraph_input--text--long::-webkit-input-placeholder, .form_fieldset_paragraph_select::-webkit-input-placeholder, .page_form_fieldset_paragraph_select::-webkit-input-placeholder, .page_form_fieldset_paragraph_select--long::-webkit-input-placeholder, .page_footer_per-page_form_fieldset_paragraph_select::-webkit-input-placeholder, .form_fieldset_paragraph_textarea::-webkit-input-placeholder, .page_form_fieldset_paragraph_textarea::-webkit-input-placeholder {
    color: #FFF;
    opacity: 1;
}
.form, .page_form {
    width: 100%}
.form_fieldset, .page_form_fieldset, .page_form_fieldset--sub {
    width: 100%}
.form_fieldset_legend, .header_bottom_search_fieldset_legend, .page_form_fieldset_legend {
    position: absolute;
    clip: rect(1px, 1px, 1px, 1px);
}
.form_fieldset_paragraph, .page_form_fieldset_paragraph, .page_form_fieldset_paragraph--antispam, .page_form_fieldset_paragraph--sub, .page_form_fieldset_paragraph_map {
    width: 100%}
.form_fieldset_paragraph--info, .page_form_fieldset_paragraph--info {
    width: 100%}
.form_fieldset_paragraph--error .form_fieldset_paragraph_input--text, .form_fieldset_paragraph--error .header_bottom_search_fieldset_paragraph_input--text, .form_fieldset_paragraph--error .page_form_fieldset_paragraph_input--text, .form_fieldset_paragraph--error .page_form_fieldset_paragraph_input--text--short, .form_fieldset_paragraph--error .page_form_fieldset_paragraph_input--text--long, .form_fieldset_paragraph--error .form_fieldset_paragraph_select, .form_fieldset_paragraph--error .page_form_fieldset_paragraph_select, .form_fieldset_paragraph--error .page_form_fieldset_paragraph_select--long, .form_fieldset_paragraph--error .page_footer_per-page_form_fieldset_paragraph_select, .form_fieldset_paragraph--error .form_fieldset_paragraph_textarea, .form_fieldset_paragraph--error .page_form_fieldset_paragraph_textarea {
    border: 1px solid #F8FF1C !important;
}
.form_fieldset_paragraph--error .select2-choice, .form_fieldset_paragraph--error .select2-choices {
    border: none !important;
}
.form_fieldset_paragraph--error .select2-choice input, .form_fieldset_paragraph--error .select2-choices input {
    border: none !important;
}
.form_fieldset_paragraph_description, .page_form_fieldset_paragraph_description {
    width: 100%}
.form_fieldset_paragraph_label, .page_form_fieldset_paragraph_label {
    width: 100%}
.form_fieldset_paragraph_input--checkbox, .page_form_fieldset_paragraph_input--checkbox {
    margin: 0;
}
.form_fieldset_paragraph_input--radio, .page_form_fieldset_paragraph_input--radio {
    margin: 0;
}
.form_fieldset_paragraph_input--submit {
    width: auto;
}
.form_fieldset_paragraph_select, .page_form_fieldset_paragraph_select, .page_form_fieldset_paragraph_select--long, .page_footer_per-page_form_fieldset_paragraph_select {
    padding: 0;
}
.form_fieldset_paragraph_textarea, .page_form_fieldset_paragraph_textarea {
    height: 12rem;
    padding: 0.7rem 1rem;
}
.form_fieldset_paragraph_required, .page_form_fieldset_paragraph_required {
    font-size: 2rem;
    color: #FFF;
}
.form_fieldset_paragraph_fancybox-anchor, .page_form_fieldset_paragraph_fancybox-anchor {
    color: #F8FF1C;
}
.uploader_file {
    float: left;
    line-height: 3.5rem;
}
@media screen and (min-width: 320px) and (max-width: 529px) {
    .uploader_file {
    float: none;
}
}
.uploader_file_name {
    color: #FFF;
}
.uploader_file_name_anchor--download {
    color: inherit;
}
.uploader_file_anchor--delete {
    margin-left: 1rem;
}
.uploader_button {
    float: left;
}
@media screen and (min-width: 320px) and (max-width: 529px) {
    .uploader_button {
    float: none;
}
}
.uploader_button .qq-upload-button {
    height: 3.5rem;
    color: #000;
    line-height: 3.5rem;
    background: #F8FF1C;
    padding: 0 .8rem;
    border: 0;
}
.uploader_button .qq-upload-list {
    display: none;
}
.select2-container .select2-choice {
    height: 3.3rem;
    color: #FFF;
    line-height: 3.3rem;
    background: #000;
    filter: none;
    padding: 0 1rem;
    border: 0;
    -moz-border-radius: 0;
    -webkit-border-radius: 0;
    border-radius: 0;
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
    box-shadow: none;
}
.select2-container .select2-choice .select2-arrow {
    width: 35px;
    filter: none;
    border-left: none;
}
.select2-container .select2-choice .select2-arrow b {
    background: #000;
    position: relative;
}
.select2-container .select2-choice .select2-arrow b::after {
    position: absolute;
    top: 50%;
    right: auto;
    bottom: auto;
    left: 50%;
    content: "";
    width: 7px;
    height: 4px;
    background: url("images/sprite-contrast.png") -69px -10px;
    z-index: auto;
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}
.select2-container-active {
    border-color: #F8FF1C;
}
.select2-container-active .select2-choice, .select2-container-active .select2-choices {
    border-color: #F8FF1C !important;
    border-width: 1px;
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
    box-shadow: none;
}
.select2-container-active .select2-default {
    border-color: #F8FF1C;
    border-width: 1px;
}
.select2-container-multi {
    width: 100%}
.select2-container-multi .select2-choices {
    min-height: 3.3rem;
    background: #000;
    filter: none;
    padding: 1rem;
    padding-top: 0;
    padding-bottom: 0;
    border: 0 !important;
    -moz-box-shadow: none !important;
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
}
.select2-container-multi .select2-choices .select2-search-choice {
    margin-top: 6px;
    margin-left: 0;
}
.select2-container-multi .select2-choices .select2-search-choice+.select2-search-choice {
    margin-left: 5px;
}
.select2-drop {
    color: #FFF;
    background: #000;
}
.select2-drop-active {
    border: 1px solid transparent;
    -moz-border-radius: 0;
    -webkit-border-radius: 0;
    border-radius: 0;
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
    box-shadow: none;
}
.select2-search {
    margin-top: .4rem;
}
.select2-search .select2-input {
    color: #FFF;
    background: #000;
}
.select2-results .select2-highlighted {
    color: #F8FF1C;
    background: #000;
}
.select2-results .select2-no-results {
    color: #FFF;
    background: none;
    padding: .2rem;
}
.tabs_panes {
    position: relative;
    top: -100%}
.browse, .browse--gallery, .browse-prev--gallery, .browse-next--gallery, .browse-prev, .browse-prev--bottom, .browse-next, .browse-next--bottom {
    position: absolute;
    top: 50%;
    right: auto;
    left: auto;
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    display: block;
    width: 15px;
    height: 15px;
    text-indent: 100%;
    white-space: nowrap;
    border: 0;
    overflow: hidden;
    z-index: 300;
    cursor: pointer;
}
.browse--gallery, .browse-prev--gallery, .browse-next--gallery {
    top: 5px;
    bottom: 5px;
    width: 35px;
    height: auto;
    background: rgba(0, 0, 0, 0.9);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -webkit-transform: translateY(0);
    transform: translateY(0);
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
    opacity: 0;
    -moz-transition: opacity .5s ease;
    -o-transition: opacity .5s ease;
    -webkit-transition: opacity .5s ease;
    transition: opacity .5s ease;
}
.browse--gallery:hover, .browse-prev--gallery:hover, .browse-next--gallery:hover {
    filter: progid:DXImageTransform.Microsoft.Alpha(enabled=false);
    opacity: 1;
}
.browse-prev, .browse-prev--bottom {
    left: 10px;
    background: transparent;
    padding: 0;
}
.browse-prev::before, .browse-prev--bottom::before {
    position: absolute;
    top: 50%;
    right: auto;
    bottom: auto;
    left: 50%;
    content: "";
    width: 4px;
    height: 7px;
    background: url("images/sprite-contrast.png") -103px -10px;
    z-index: auto;
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}
.browse-prev--bottom {
    top: auto;
    bottom: 10px;
}
.browse-prev--gallery {
    left: 5px;
}
.browse-prev--gallery::before {
    position: absolute;
    top: 50%;
    right: auto;
    bottom: auto;
    left: 50%;
    content: "";
    width: 4px;
    height: 7px;
    background: url("images/sprite-contrast.png") -117px -10px;
    z-index: auto;
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}
.browse-next, .browse-next--bottom {
    right: 10px;
    background: transparent;
    padding: 0;
}
.browse-next::before, .browse-next--bottom::before {
    position: absolute;
    top: 50%;
    right: auto;
    bottom: auto;
    left: 50%;
    content: "";
    width: 4px;
    height: 7px;
    background: url("images/sprite-contrast.png") -131px -10px;
    z-index: auto;
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}
.browse-next--bottom {
    top: auto;
    bottom: 10px;
}
.browse-next--gallery {
    right: 5px;
}
.browse-next--gallery::before {
    position: absolute;
    top: 50%;
    right: auto;
    bottom: auto;
    left: 50%;
    content: "";
    width: 4px;
    height: 7px;
    background: url("images/sprite-contrast.png") -145px -10px;
    z-index: auto;
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}
.navigator, .navigator--bottom, .navigator--sliders {
    position: absolute;
    top: 10px;
    right: 10px;
    z-index: 300;
}
.navigator--bottom {
    position: absolute;
    top: auto;
    bottom: 18px;
    left: 50%;
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    right: auto;
}
.navigator--sliders {
    position: absolute;
    top: auto;
    bottom: 20px;
    left: 50%;
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    left: 79%;
    right: auto;
}
@media screen and (min-width: 650px) and (max-width: 899px) {
    .navigator--sliders {
    left: 69%}
}
@media screen and (min-width: 530px) and (max-width: 649px) {
    .navigator--sliders {
    left: 50%}
}
@media screen and (min-width: 320px) and (max-width: 529px) {
    .navigator--sliders {
    left: 50%}
}
.navigator_item {
    float: left;
    background: #FFF;
    border: 1px solid transparent;
    -moz-border-radius: 12px;
    -webkit-border-radius: 12px;
    border-radius: 12px;
    cursor: pointer;
}
.navigator_item.active {
    background: #F8FF1C;
    border-color: transparent;
}
.navigator_item+.navigator_item {
    margin-left: 6px;
}
.navigator_item_anchor {
    display: block;
    width: 12px;
    height: 12px;
    text-indent: 100%;
    white-space: nowrap;
    overflow: hidden;
    padding: 0;
    background: transparent;
    border: none;
}
.page_aside_contents-slider_content_scrollable, .page_aside_galleries_content_scrollable, .page_wysiwyg_gallery_scrollable, .page_galleries_images_pictures_scrollable, .page_galleries_images_navigation_scrollable, .page_subpage_sliders_scrollable {
    position: relative;
    overflow: hidden;
}
.page_aside_contents-slider_content_scrollable_items, .page_aside_galleries_content_scrollable_items, .page_wysiwyg_gallery_scrollable_items, .page_galleries_images_pictures_scrollable_items, .page_galleries_images_navigation_scrollable_items, .page_subpage_sliders_scrollable_items {
    clear: both;
    width: 20000em;
    position: absolute;
}
.page_aside_contents-slider_content_scrollable_items_item, .page_aside_galleries_content_scrollable_items_item, .page_wysiwyg_gallery_scrollable_items_item, .page_galleries_images_pictures_scrollable_items_item, .page_galleries_images_navigation_scrollable_items_item, .page_subpage_sliders_scrollable_items_item {
    float: left;
    position: relative;
}
.header_top_banner_animation_cycle, .page_aside_banner-animation_cycle, .footer_banner-animation_cycle, .page_banner-animation_cycle {
    width: 100% !important;
}
.header_top_banner_animation_cycle_item, .page_aside_banner-animation_cycle_item, .footer_banner-animation_cycle_item, .page_banner-animation_cycle_item {
    width: 100% !important;
}
.header_top_banner_animation_cycle_item_anchor, .page_aside_banner-animation_cycle_item_anchor, .footer_banner-animation_cycle_item_anchor, .page_banner-animation_cycle_item_anchor {
    width: 100% !important;
}
*[class^="fancybox-"], *[id^="fancybox-"] {
    -moz-box-sizing: content-box;
    -webkit-box-sizing: content-box;
    box-sizing: content-box;
}
.fancybox-content {
    width: 60rem;
}
.banner-fancybox {
    position: fixed;
    top: 100%}
@media print {
    .banner-fancybox {
    display: none;
}
}
.banner-fancybox_anchor {
    display: block;
    font-size: 0;
}
.banner-fancybox_anchor_img {
    width: 100%;
    max-width: 640px;
    height: auto;
}
.header_top_banner_animation_cycle, .page_aside_banner-animation_cycle, .footer_banner-animation_cycle, .page_banner-animation_cycle, .header_top_banner_simple, .page_aside_banner, .page_aside_bannerM_content_item, .footer_banner, .page_banner {
    position: relative;
}
@media print {
    .header_top_banner_animation_cycle, .page_aside_banner-animation_cycle, .footer_banner-animation_cycle, .page_banner-animation_cycle, .header_top_banner_simple, .page_aside_banner, .page_aside_bannerM_content_item, .footer_banner, .page_banner {
    display: none;
}
}
.header_top_banner_simple_anchor--flash, .header_top_banner_animation_cycle_item_anchor--flash, .page_aside_banner_anchor--flash, .footer_banner_anchor--flash, .page_banner_anchor--flash, .header_top_banner_animation_cycle_item_anchor, .page_aside_banner-animation_cycle_item_anchor, .footer_banner-animation_cycle_item_anchor, .page_banner-animation_cycle_item_anchor, .header_top_banner_simple_anchor, .page_aside_banner_anchor, .page_aside_bannerM_content_item_anchor, .footer_banner_anchor, .page_banner_anchor {
    display: table;
    width: 100%}
[href="#"].header_top_banner_simple_anchor--flash, [href="#"].header_top_banner_animation_cycle_item_anchor--flash, [href="#"].page_aside_banner_anchor--flash, [href="#"].footer_banner_anchor--flash, [href="#"].page_banner_anchor--flash, [href="#"].header_top_banner_animation_cycle_item_anchor, [href="#"].page_aside_banner-animation_cycle_item_anchor, [href="#"].footer_banner-animation_cycle_item_anchor, [href="#"].page_banner-animation_cycle_item_anchor, [href="#"].header_top_banner_simple_anchor, [href="#"].page_aside_banner_anchor, [href="#"].page_aside_bannerM_content_item_anchor, [href="#"].footer_banner_anchor, [href="#"].page_banner_anchor {
    cursor: default;
}
.header_top_banner_simple_anchor--flash, .header_top_banner_animation_cycle_item_anchor--flash, .page_aside_banner_anchor--flash, .footer_banner_anchor--flash, .page_banner_anchor--flash {
    position: absolute;
    top: 0;
    bottom: auto;
    left: 50%;
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
}
.page_aside_banner_anchor_img, .footer_banner_anchor_img, .page_banner_anchor_img {
    display: none;
}
.page_aside_banner-animation_cycle_item_anchor_name, .footer_banner-animation_cycle_item_anchor_name, .page_banner-animation_cycle_item_anchor_name, .header_top_banner_simple_anchor_name, .header_top_banner_animation_cycle_item_anchor_name, .page_aside_banner_anchor_name, .footer_banner_anchor_name, .page_banner_anchor_name {
    display: table-cell;
    height: 130px;
    font-size: 2.3rem;
    font-weight: 500;
    text-align: center;
    vertical-align: middle;
}
.header_top_banner_animation, .page_aside_banner-animation, .footer_banner-animation, .page_banner-animation {
    position: relative;
}
@media print {
    .header_top_banner_animation, .page_aside_banner-animation, .footer_banner-animation, .page_banner-animation {
    display: none;
}
}
.header_top_banner_animation_cycle_item_anchor, .page_aside_banner-animation_cycle_item_anchor, .footer_banner-animation_cycle_item_anchor, .page_banner-animation_cycle_item_anchor {
    background: none !important;
}
.page_aside_calendar_events_event_content_date, .page_calendar_list_item_aside_date, .page_calendar_content_data_date {
    float: left;
    display: table;
    height: 64px;
    color: #000;
    background: #F8FF1C;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    border-radius: 3px;
}
.page_aside_calendar_events_event_content_date_time, .page_calendar_list_item_aside_date_time, .page_calendar_content_data_date_time {
    display: table-cell;
    font-weight: 500;
    text-transform: uppercase;
    text-align: center;
    vertical-align: middle;
}
.page_aside_calendar_events_event_content_date_time_day, .page_calendar_list_item_aside_date_time_day, .page_calendar_content_data_date_time_day {
    font-size: 23px;
    line-height: 1;
}
.page_aside_calendar_events_event_content_date_time_month, .page_calendar_list_item_aside_date_time_month, .page_calendar_content_data_date_time_month {
    font-size: 10px;
    text-transform: none;
}
.page_calendar_list_item_main_content {
    width: 100%}
.page_aside_calendar_events_event_content_main_data_paragraph--hour, .page_calendar_list_item_main_content_paragraph--hour, .page_calendar_content_data_paragraph--hour, .page_aside_calendar_events_event_content_main_data_paragraph--place, .page_calendar_list_item_main_content_paragraph--place, .page_calendar_content_data_paragraph--place, .page_aside_calendar_events_event_content_main_data_paragraph, .page_calendar_list_item_main_content_paragraph, .page_calendar_content_data_paragraph {
    margin: 1px 0 0;
}
@media print {
    .page_aside_calendar_events_event_content_main_data_paragraph--hour, .page_calendar_list_item_main_content_paragraph--hour, .page_calendar_content_data_paragraph--hour, .page_aside_calendar_events_event_content_main_data_paragraph--place, .page_calendar_list_item_main_content_paragraph--place, .page_calendar_content_data_paragraph--place {
    padding: 0;
}
}
.page_aside_calendar_events_event_content_main_data_paragraph_title::after, .page_calendar_list_item_main_content_paragraph_title::after, .page_calendar_content_data_paragraph_title::after {
    content: ":"}
.page_aside_calendar_events_event_content_main_data_paragraph_value, .page_calendar_list_item_main_content_paragraph_value, .page_calendar_content_data_paragraph_value {
    color: #FFF;
}
.page_aside_contents-slider_content_scrollable_items_item, .page_aside_galleries_content_scrollable_items_item, .page_galleries_groups_list_item, .page_galleries_groups_list_item--wide {
    height: 196px;
    position: relative;
    background: #474747 !important;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    border-radius: 3px;
}
.page_aside_galleries_content_scrollable_items_item_header, .page_galleries_groups_list_item_header, .page_aside_contents-slider_content_scrollable_items_item_header {
    height: 43.68px;
    font-size: 13px;
    text-transform: none;
    -moz-border-radius-bottomleft: 0;
    -webkit-border-bottom-left-radius: 0;
    border-bottom-left-radius: 0;
    -moz-border-radius-bottomright: 0;
    -webkit-border-bottom-right-radius: 0;
    border-bottom-right-radius: 0;
    overflow: hidden;
}
.page_aside_galleries_content_scrollable_items_item_header, .page_galleries_groups_list_item_header {
    position: relative;
    padding-left: 5px;
}
.page_aside_contents-slider_content_scrollable_items_item_header_head, .page_aside_galleries_content_scrollable_items_item_header_head, .page_galleries_groups_list_item_header_head {
    display: table;
    height: 43.68px;
    padding: 0;
}
.page_aside_contents-slider_content_scrollable_items_item_header_head_anchor, .page_aside_galleries_content_scrollable_items_item_header_head_anchor, .page_galleries_groups_list_item_header_head_anchor {
    display: table-cell;
    vertical-align: middle;
    padding: 5px 0;
}
.page_aside_contents-slider_content_scrollable_items_item_aside, .page_aside_galleries_content_scrollable_items_item_aside, .page_galleries_groups_list_item_aside {
    height: 130px;
    -moz-background-size: cover;
    -o-background-size: cover;
    -webkit-background-size: cover;
    background-size: cover;
    -moz-border-radius-bottomleft: 3px;
    -webkit-border-bottom-left-radius: 3px;
    border-bottom-left-radius: 3px;
    -moz-border-radius-bottomright: 3px;
    -webkit-border-bottom-right-radius: 3px;
    border-bottom-right-radius: 3px;
    background: none !important;
}
.page_aside_contents-slider_content_scrollable_items_item_more, .page_aside_galleries_content_scrollable_items_item_more, .page_galleries_groups_list_item_more {
    position: absolute;
    top: auto;
    bottom: 10%;
    left: 50%;
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    display: none;
    font-size: 13px;
    text-align: center;
    padding: 0;
    margin: 0;
}
.header, .header--index {
    padding-top: 60px;
    position: relative;
}
@media screen and (min-width: 650px) and (max-width: 899px) {
    .header, .header--index {
    padding-top: 0;
}
}
@media screen and (min-width: 530px) and (max-width: 649px) {
    .header, .header--index {
    padding-top: 0;
}
}
@media screen and (min-width: 320px) and (max-width: 529px) {
    .header, .header--index {
    padding-top: 0;
}
}
@media print {
    .header, .header--index {
    display: none;
}
}
.header--index {
    padding-bottom: 20px;
}
.header_goto_item_anchor {
    position: fixed;
    top: 0;
    left: 0;
    display: inline-block;
    width: 25rem;
    font-size: 2rem;
    font-weight: 600;
    color: #F8FF1C;
    text-decoration: none;
    text-align: center;
    background: #000;
    padding: .8rem 1rem .7rem;
    z-index: 10000;
}
.header_goto_item_anchor:focus {
    outline: none;
}
.header_top {
    height: 268px;
    background: #282828;
    padding: 4px;
    border: 1px solid transparent;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    position: relative;
    z-index: 100;
}
@media screen and (min-width: 650px) and (max-width: 899px) {
    .header_top {
    margin: 10px auto;
}
}
@media screen and (min-width: 530px) and (max-width: 649px) {
    .header_top {
    margin: 10px auto;
}
}
@media screen and (min-width: 320px) and (max-width: 529px) {
    .header_top {
    margin: 10px auto;
}
}
@media screen and (min-width: 530px) and (max-width: 649px) {
    .header_top {
    width: 287px;
}
}
@media screen and (min-width: 320px) and (max-width: 529px) {
    .header_top {
    width: 287px;
}
}
.header_top_name {
    float: left;
    width: 24.55674%;
    height: 258px;
    text-align: center;
    margin: 0;
}
@media screen and (min-width: 650px) and (max-width: 899px) {
    .header_top_name {
    width: 34.55674%}
}
@media screen and (min-width: 530px) and (max-width: 649px) {
    .header_top_name {
    display: block;
    float: none;
    width: auto;
}
}
@media screen and (min-width: 320px) and (max-width: 529px) {
    .header_top_name {
    display: block;
    float: none;
    width: auto;
}
}
.header_top_name_anchor {
    display: block;
    height: inherit;
    text-decoration: none;
    text-transform: uppercase;
    position: relative;
}
.header_top_name_anchor::before {
    position: absolute;
    top: 85px;
    right: auto;
    bottom: auto;
    left: 50%;
    content: "";
    width: 115px;
    height: 127px;
    background: url("images/sprite-contrast.png") -201px -10px;
    z-index: auto;
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
}
.header_top_name_anchor--investments {
    display: block;
    width: 236px;
    height: 169px;
    text-indent: 100%;
    white-space: nowrap;
    overflow: hidden;
    position: relative;
    width: 100%;
    height: inherit;
}
.header_top_name_anchor--investments::before {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    content: "";
    width: 236px;
    height: 169px;
    background: url("images/sprite-contrast.png") -10px -147px;
    z-index: auto;
}
.header_top_name_anchor--investments::before {
    position: absolute;
    top: 50%;
    left: 50%;
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}
.header_top_name_anchor--ngo {
    display: block;
    width: 181px;
    height: 83px;
    text-indent: 100%;
    white-space: nowrap;
    overflow: hidden;
    position: relative;
    width: 100%;
    height: inherit;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    border-radius: 3px;
}
.header_top_name_anchor--ngo::before {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    content: "";
    width: 181px;
    height: 83px;
    background: url("images/sprite-contrast.png") -10px -54px;
    z-index: auto;
}
.header_top_name_anchor--ngo::before {
    position: absolute;
    top: 50%;
    left: 50%;
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}
.header_top_name_anchor_paragraph {
    position: absolute;
}
.header_top_name_anchor_paragraph:first-child {
    position: absolute;
    top: 30px;
    bottom: auto;
    left: 50%;
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    width: 115px;
    font-size: 24px;
    font-weight: 500;
    line-height: 24px;
}
.header_top_name_anchor_paragraph:last-child {
    right: 0;
    bottom: 10px;
    left: 0;
    font-size: 12px;
    color: #F8FF1C;
}
.header_top_banner {
    float: right;
    width: 75%;
    height: 258px;
}
.header_top_banner .header_top_banner_simple_anchor, .header_top_banner .header_top_banner_animation_cycle_item_anchor {
    height: 258px;
    background-position: center top;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    border-radius: 3px;
}
@media screen and (min-width: 650px) and (max-width: 899px) {
    .header_top_banner {
    width: 65%}
}
@media screen and (min-width: 530px) and (max-width: 649px) {
    .header_top_banner {
    display: none;
}
}
@media screen and (min-width: 320px) and (max-width: 529px) {
    .header_top_banner {
    display: none;
}
}
.header_top_banner_default, .header_top_banner_default--investments, .header_top_banner_default--ngo {
    height: 258px;
    background: url(images/header-banner-default-communy.png) no-repeat center top;
    display: none;
}
.header_top_banner_default--investments {
    background-image: url(images/header-banner-default-investments.png);
}
.header_top_banner_default--ngo {
    background-image: url(images/header-banner-default-ngo.png);
}
.header_top_banner_simple_anchor--flash {
    height: 258px;
}
.header_top_banner_animation_cycle {
    height: 258px;
}
.header_top_banner_animation_cycle_item_anchor--flash {
    height: 258px;
}
.header_bottom {
    position: absolute;
    top: 10px;
    width: 100%}
@media screen and (min-width: 650px) and (max-width: 899px) {
    .header_bottom {
    position: static;
}
}
@media screen and (min-width: 530px) and (max-width: 649px) {
    .header_bottom {
    position: static;
}
}
@media screen and (min-width: 320px) and (max-width: 529px) {
    .header_bottom {
    position: static;
}
}
.header_bottom_menu {
    float: left;
    width: 33%}
@media screen and (min-width: 900px) and (max-width: 1099px) {
    .header_bottom_menu {
    width: 44%}
}
@media screen and (min-width: 650px) and (max-width: 899px) {
    .header_bottom_menu {
    float: none;
    width: 100%;
    text-align: center;
}
}
@media screen and (min-width: 530px) and (max-width: 649px) {
    .header_bottom_menu {
    float: none;
    width: 100%;
    text-align: center;
}
}
@media screen and (min-width: 320px) and (max-width: 529px) {
    .header_bottom_menu {
    float: none;
    width: 100%;
    text-align: center;
}
}
.header_bottom_menu_level-1 {
    float: left;
    height: 55px;
    background: #3E3E3E;
    -moz-border-radius: 3px 3px 0 0;
    -webkit-border-radius: 3px;
    border-radius: 3px 3px 0 0;
}
@media screen and (min-width: 650px) and (max-width: 899px) {
    .header_bottom_menu_level-1 {
    float: none;
    display: inline-block;
    height: 50px;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    border-radius: 3px;
}
}
@media screen and (min-width: 530px) and (max-width: 649px) {
    .header_bottom_menu_level-1 {
    float: none;
    display: inline-block;
    height: 50px;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    border-radius: 3px;
}
}
@media screen and (min-width: 320px) and (max-width: 529px) {
    .header_bottom_menu_level-1 {
    float: none;
    display: inline-block;
    height: 50px;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    border-radius: 3px;
}
}
@media screen and (min-width: 320px) and (max-width: 529px) {
    .header_bottom_menu_level-1 {
    height: 40px;
}
}
.header_bottom_menu_level-1_item, .header_bottom_menu_level-1_item--communy, .header_bottom_menu_level-1_item--investments, .header_bottom_menu_level-1_item--ngo {
    float: left;
    color: #F8FF1C;
}
.header_bottom_menu_level-1_item+.header_bottom_menu_level-1_item, .header_bottom_menu_level-1_item--communy+.header_bottom_menu_level-1_item, .header_bottom_menu_level-1_item--investments+.header_bottom_menu_level-1_item, .header_bottom_menu_level-1_item--ngo+.header_bottom_menu_level-1_item, .header_bottom_menu_level-1_item+.header_bottom_menu_level-1_item--communy, .header_bottom_menu_level-1_item--communy+.header_bottom_menu_level-1_item--communy, .header_bottom_menu_level-1_item--investments+.header_bottom_menu_level-1_item--communy, .header_bottom_menu_level-1_item--ngo+.header_bottom_menu_level-1_item--communy, .header_bottom_menu_level-1_item+.header_bottom_menu_level-1_item--investments, .header_bottom_menu_level-1_item--communy+.header_bottom_menu_level-1_item--investments, .header_bottom_menu_level-1_item--investments+.header_bottom_menu_level-1_item--investments, .header_bottom_menu_level-1_item--ngo+.header_bottom_menu_level-1_item--investments, .header_bottom_menu_level-1_item+.header_bottom_menu_level-1_item--ngo, .header_bottom_menu_level-1_item--communy+.header_bottom_menu_level-1_item--ngo, .header_bottom_menu_level-1_item--investments+.header_bottom_menu_level-1_item--ngo, .header_bottom_menu_level-1_item--ngo+.header_bottom_menu_level-1_item--ngo {
    border-left: 1px solid rgba(255, 255, 255, 0.2);
}
.header_bottom_menu_level-1_item--communy {
    color: #000;
    background: #F8FF1C;
}
.header_bottom_menu_level-1_item--investments {
    color: #000;
    background: #F8FF1C;
}
.header_bottom_menu_level-1_item--ngo {
    -moz-border-radius-topright: 3px;
    -webkit-border-top-right-radius: 3px;
    border-top-right-radius: 3px;
    color: #000;
    background: #F8FF1C;
}
.header_bottom_menu_level-1_item_anchor, .header_bottom_menu_level-1_item_anchor--home {
    display: block;
    font-size: 14px;
    font-weight: 500;
    text-decoration: none;
    text-transform: uppercase;
    color: inherit;
    white-space: nowrap;
    line-height: 50px;
    padding: 0 20px;
}
.header_bottom_menu_level-1_item_anchor:hover, .header_bottom_menu_level-1_item_anchor--home:hover {
    color: #000;
    background: #F8FF1C;
}
@media screen and (min-width: 320px) and (max-width: 529px) {
    .header_bottom_menu_level-1_item_anchor, .header_bottom_menu_level-1_item_anchor--home {
    line-height: 40px;
    padding: 0 10px;
}
}
.header_bottom_menu_level-1_item_anchor--home {
    width: 58px;
    text-indent: 300%;
    -moz-border-radius-topleft: 3px;
    -webkit-border-top-left-radius: 3px;
    border-top-left-radius: 3px;
    overflow: hidden;
    position: relative;
}
.header_bottom_menu_level-1_item_anchor--home::after {
    position: absolute;
    top: 50%;
    right: auto;
    bottom: auto;
    left: 50%;
    content: "";
    width: 16px;
    height: 17px;
    background: url("images/sprite-contrast.png") -131px -27px;
    z-index: auto;
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}
@media screen and (min-width: 320px) and (max-width: 529px) {
    .header_bottom_menu_level-1_item_anchor--home {
    width: 38px;
}
}
.header_bottom_nav {
    float: left;
    width: 48%;
    height: 50px;
    text-align: center;
    line-height: 50px;
    padding-inline-end: 0px;
    padding-inline-start: 0px;
}
@media screen and (min-width: 900px) and (max-width: 1099px) {
    .header_bottom_nav {
    width: 31%}
}
@media screen and (min-width: 650px) and (max-width: 899px) {
    .header_bottom_nav {
    width: 70%;
    text-align: initial;
    padding-left: 10px;
}
}
@media screen and (min-width: 530px) and (max-width: 649px) {
    .header_bottom_nav {
    float: none;
    width: 100%}
}
@media screen and (min-width: 320px) and (max-width: 529px) {
    .header_bottom_nav {
    float: none;
    width: 100%}
}
.header_bottom_nav_list_item {
    display: inline;
    font-size: 13px;
    color: #F8FF1C;
    text-transform: lowercase;
}
.header_bottom_nav_list_item+.header_bottom_nav_list_item {
    margin-left: 15px;
}
.header_bottom_nav_list_item_anchor, .header_bottom_nav_list_item_anchor--contrast, .header_bottom_nav_list_item_anchor--sitemap, .header_bottom_nav_list_item_anchor--resize, .header_bottom_nav_list_item_anchor--resize-small, .header_bottom_nav_list_item_anchor--resize-normal, .header_bottom_nav_list_item_anchor--resize-big, .header_bottom_nav_list_item_anchor--bip, .header_bottom_nav_list_item_anchor--gt, .header_bottom_nav_list_item_anchor--gt-pl, .header_bottom_nav_list_item_anchor--gt-en {
    text-decoration: none;
    padding-left: 25px;
    position: relative;
}
.header_bottom_nav_list_item_anchor:hover, .header_bottom_nav_list_item_anchor--contrast:hover, .header_bottom_nav_list_item_anchor--sitemap:hover, .header_bottom_nav_list_item_anchor--resize:hover, .header_bottom_nav_list_item_anchor--resize-small:hover, .header_bottom_nav_list_item_anchor--resize-normal:hover, .header_bottom_nav_list_item_anchor--resize-big:hover, .header_bottom_nav_list_item_anchor--bip:hover, .header_bottom_nav_list_item_anchor--gt:hover, .header_bottom_nav_list_item_anchor--gt-pl:hover, .header_bottom_nav_list_item_anchor--gt-en:hover {
    text-decoration: underline;
}
@media screen and (min-width: 900px) and (max-width: 1099px) {
    .header_bottom_nav_list_item_anchor, .header_bottom_nav_list_item_anchor--contrast, .header_bottom_nav_list_item_anchor--sitemap, .header_bottom_nav_list_item_anchor--resize, .header_bottom_nav_list_item_anchor--resize-small, .header_bottom_nav_list_item_anchor--resize-normal, .header_bottom_nav_list_item_anchor--resize-big, .header_bottom_nav_list_item_anchor--bip, .header_bottom_nav_list_item_anchor--gt, .header_bottom_nav_list_item_anchor--gt-pl, .header_bottom_nav_list_item_anchor--gt-en {
    display: inline-block;
    width: 25px;
    white-space: nowrap;
    overflow: hidden;
}
}
@media screen and (min-width: 650px) and (max-width: 899px) {
    .header_bottom_nav_list_item_anchor, .header_bottom_nav_list_item_anchor--contrast, .header_bottom_nav_list_item_anchor--sitemap, .header_bottom_nav_list_item_anchor--resize, .header_bottom_nav_list_item_anchor--resize-small, .header_bottom_nav_list_item_anchor--resize-normal, .header_bottom_nav_list_item_anchor--resize-big, .header_bottom_nav_list_item_anchor--bip, .header_bottom_nav_list_item_anchor--gt, .header_bottom_nav_list_item_anchor--gt-pl, .header_bottom_nav_list_item_anchor--gt-en {
    display: inline-block;
    width: 25px;
    white-space: nowrap;
    overflow: hidden;
}
}
@media screen and (min-width: 530px) and (max-width: 649px) {
    .header_bottom_nav_list_item_anchor, .header_bottom_nav_list_item_anchor--contrast, .header_bottom_nav_list_item_anchor--sitemap, .header_bottom_nav_list_item_anchor--resize, .header_bottom_nav_list_item_anchor--resize-small, .header_bottom_nav_list_item_anchor--resize-normal, .header_bottom_nav_list_item_anchor--resize-big, .header_bottom_nav_list_item_anchor--bip, .header_bottom_nav_list_item_anchor--gt, .header_bottom_nav_list_item_anchor--gt-pl, .header_bottom_nav_list_item_anchor--gt-en {
    display: inline-block;
    width: 25px;
    white-space: nowrap;
    overflow: hidden;
}
}
@media screen and (min-width: 320px) and (max-width: 529px) {
    .header_bottom_nav_list_item_anchor, .header_bottom_nav_list_item_anchor--contrast, .header_bottom_nav_list_item_anchor--sitemap, .header_bottom_nav_list_item_anchor--resize, .header_bottom_nav_list_item_anchor--resize-small, .header_bottom_nav_list_item_anchor--resize-normal, .header_bottom_nav_list_item_anchor--resize-big, .header_bottom_nav_list_item_anchor--bip, .header_bottom_nav_list_item_anchor--gt, .header_bottom_nav_list_item_anchor--gt-pl, .header_bottom_nav_list_item_anchor--gt-en {
    display: inline-block;
    width: 25px;
    white-space: nowrap;
    overflow: hidden;
}
}
.header_bottom_nav_list_item_anchor_abbr {
    text-transform: uppercase;
    text-decoration: none !important;
}
.header_bottom_nav_list_item_anchor--contrast::before {
    position: absolute;
    top: 50%;
    right: auto;
    bottom: auto;
    left: 0;
    content: "";
    width: 16px;
    height: 17px;
    background: url("images/sprite-contrast.png") -105px -27px;
    z-index: auto;
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
}
.header_bottom_nav_list_item_anchor--sitemap::before {
    position: absolute;
    top: 50%;
    right: auto;
    bottom: auto;
    left: 0;
    content: "";
    width: 16px;
    height: 17px;
    background: url("images/sprite-contrast.png") -256px -170px;
    z-index: auto;
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
}
.header_bottom_nav_list_item_anchor--resize, .header_bottom_nav_list_item_anchor--resize-small, .header_bottom_nav_list_item_anchor--resize-normal, .header_bottom_nav_list_item_anchor--resize-big {
    text-transform: uppercase;
    padding: 0;
    background: transparent;
    border: none;
}
.header_bottom_nav_list_item_anchor--bip::before {
    position: absolute;
    top: 50%;
    right: auto;
    bottom: auto;
    left: 0;
    content: "";
    width: 17px;
    height: 19px;
    background: url("images/sprite-contrast.png") -52px -24px;
    z-index: auto;
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
}
.header_bottom_nav_list_item_anchor--gt, .header_bottom_nav_list_item_anchor--gt-pl, .header_bottom_nav_list_item_anchor--gt-en {
    text-transform: uppercase;
    padding-left: 20px;
}
.header_bottom_nav_list_item_anchor--gt::before, .header_bottom_nav_list_item_anchor--gt-pl::before, .header_bottom_nav_list_item_anchor--gt-en::before {
    position: absolute;
    top: 50%;
    right: auto;
    bottom: auto;
    left: 0;
    content: "";
    width: 14px;
    height: 14px;
    background: url("images/sprite-contrast.png") -304px -168px;
    z-index: auto;
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
}
.header_bottom_nav_list_item_anchor--gt-en {
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=50);
    opacity: .5;
}
.header_bottom_nav_list_item_info {
    margin-left: 5px;
}
@media screen and (min-width: 900px) and (max-width: 1099px) {
    .header_bottom_nav_list_item_info {
    position: absolute;
    clip: rect(1px, 1px, 1px, 1px);
}
}
@media screen and (min-width: 650px) and (max-width: 899px) {
    .header_bottom_nav_list_item_info {
    position: absolute;
    clip: rect(1px, 1px, 1px, 1px);
}
}
@media screen and (min-width: 530px) and (max-width: 649px) {
    .header_bottom_nav_list_item_info {
    position: absolute;
    clip: rect(1px, 1px, 1px, 1px);
}
}
@media screen and (min-width: 320px) and (max-width: 529px) {
    .header_bottom_nav_list_item_info {
    position: absolute;
    clip: rect(1px, 1px, 1px, 1px);
}
}
.header_bottom_nav_list_item_gt-original {
    display: none;
}
.header_bottom_search {
    float: right;
    width: 18%}
@media screen and (min-width: 900px) and (max-width: 1099px) {
    .header_bottom_search {
    width: 25%}
}
@media screen and (min-width: 650px) and (max-width: 899px) {
    .header_bottom_search {
    width: 30%;
    padding-right: 10px;
}
}
@media screen and (min-width: 530px) and (max-width: 649px) {
    .header_bottom_search {
    float: none;
    width: 50%;
    margin: 0 auto;
}
}
@media screen and (min-width: 320px) and (max-width: 529px) {
    .header_bottom_search {
    float: none;
    width: 50%;
    margin: 0 auto;
}
}
@media screen and (min-width: 320px) and (max-width: 529px) {
    .header_bottom_search {
    width: 75%}
}
.header_bottom_search_fieldset_paragraph {
    height: 50px;
    margin: 0;
    position: relative;
}
.header_bottom_search_fieldset_paragraph_label {
    position: absolute;
    clip: rect(1px, 1px, 1px, 1px);
}
.header_bottom_search_fieldset_paragraph_input--text {
    position: absolute;
    top: 50%;
    right: auto;
    left: auto;
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    width: 100%;
    color: #000;
    background: #FFF;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    border-radius: 3px;
}
.header_bottom_search_fieldset_paragraph_input--text:-moz-placeholder {
    color: #000;
}
.header_bottom_search_fieldset_paragraph_input--text::-moz-placeholder {
    color: #000;
}
.header_bottom_search_fieldset_paragraph_input--text:-ms-input-placeholder {
    color: #000;
}
.header_bottom_search_fieldset_paragraph_input--text::-webkit-input-placeholder {
    color: #000;
}
.header_bottom_search_fieldset_paragraph_input--submit {
    position: absolute;
    top: 50%;
    right: 10px;
    left: auto;
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    display: block;
    width: 13px;
    height: 13px;
    background: url("images/sprite-contrast.png") -256px -147px;
    text-indent: 1000%;
    white-space: nowrap;
    overflow: hidden;
    border: 0;
    cursor: pointer;
}
.main_breadcrumbs {
    padding: 2rem;
}
@media print {
    .main_breadcrumbs {
    display: none;
}
}
.main_breadcrumbs_nav_list {
    padding: 0;
    margin: 0;
}
.main_breadcrumbs_nav_list_item {
    display: inline;
    color: #FFF;
}
.main_breadcrumbs_nav_list_item:first-child::after {
    content: ":"}
.main_breadcrumbs_nav_list_item+.main_breadcrumbs_nav_list_item {
    margin-left: 2rem;
    position: relative;
}
.main_breadcrumbs_nav_list_item+.main_breadcrumbs_nav_list_item::before {
    position: absolute;
    top: 50%;
    right: auto;
    bottom: auto;
    left: -1.2rem;
    content: "";
    width: 4px;
    height: 7px;
    background: url("images/sprite-contrast.png") -131px -10px;
    z-index: auto;
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
}
.main_breadcrumbs_nav_list_item_anchor, .main_breadcrumbs_nav_list_item_anchor--home {
    text-decoration: none;
    color: #F8FF1C;
}
.main_breadcrumbs_nav_list_item_anchor:hover, .main_breadcrumbs_nav_list_item_anchor--home:hover {
    text-decoration: underline;
}
.page_aside_categories_list {
    padding: 10px;
}
.page_aside_categories_list_item, .page_aside_menu_nav_level-2_item, .page_aside_menu_nav_level-3_item, .page_aside_menu_nav_level-4_item, .page_aside_menu_nav_level-5_item {
    border-top: 1px solid #FFF;
}
.page_aside_categories_list_item:hover+.page_aside_categories_list_item, .page_aside_menu_nav_level-2_item:hover+.page_aside_categories_list_item, .page_aside_menu_nav_level-3_item:hover+.page_aside_categories_list_item, .page_aside_menu_nav_level-4_item:hover+.page_aside_categories_list_item, .page_aside_menu_nav_level-5_item:hover+.page_aside_categories_list_item, .page_aside_categories_list_item:hover+.page_aside_menu_nav_level-2_item, .page_aside_menu_nav_level-2_item:hover+.page_aside_menu_nav_level-2_item, .page_aside_menu_nav_level-3_item:hover+.page_aside_menu_nav_level-2_item, .page_aside_menu_nav_level-4_item:hover+.page_aside_menu_nav_level-2_item, .page_aside_menu_nav_level-5_item:hover+.page_aside_menu_nav_level-2_item, .page_aside_categories_list_item:hover+.page_aside_menu_nav_level-3_item, .page_aside_menu_nav_level-2_item:hover+.page_aside_menu_nav_level-3_item, .page_aside_menu_nav_level-3_item:hover+.page_aside_menu_nav_level-3_item, .page_aside_menu_nav_level-4_item:hover+.page_aside_menu_nav_level-3_item, .page_aside_menu_nav_level-5_item:hover+.page_aside_menu_nav_level-3_item, .page_aside_categories_list_item:hover+.page_aside_menu_nav_level-4_item, .page_aside_menu_nav_level-2_item:hover+.page_aside_menu_nav_level-4_item, .page_aside_menu_nav_level-3_item:hover+.page_aside_menu_nav_level-4_item, .page_aside_menu_nav_level-4_item:hover+.page_aside_menu_nav_level-4_item, .page_aside_menu_nav_level-5_item:hover+.page_aside_menu_nav_level-4_item, .page_aside_categories_list_item:hover+.page_aside_menu_nav_level-5_item, .page_aside_menu_nav_level-2_item:hover+.page_aside_menu_nav_level-5_item, .page_aside_menu_nav_level-3_item:hover+.page_aside_menu_nav_level-5_item, .page_aside_menu_nav_level-4_item:hover+.page_aside_menu_nav_level-5_item, .page_aside_menu_nav_level-5_item:hover+.page_aside_menu_nav_level-5_item, .page_aside_categories_list_item:first-child, .page_aside_menu_nav_level-2_item:first-child, .page_aside_menu_nav_level-3_item:first-child, .page_aside_menu_nav_level-4_item:first-child, .page_aside_menu_nav_level-5_item:first-child {
    border-top-color: transparent;
}
.page_aside_categories_list_item:hover, .page_aside_menu_nav_level-2_item:hover, .page_aside_menu_nav_level-3_item:hover, .page_aside_menu_nav_level-4_item:hover, .page_aside_menu_nav_level-5_item:hover {
    border-top-color: #3E3E3E;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    border-radius: 3px;
}
.page_aside_categories_list_item_anchor, .page_aside_menu_nav_level-2_item_anchor, .page_aside_menu_nav_level-2_item_anchor--current, .page_aside_menu_nav_level-3_item_anchor, .page_aside_menu_nav_level-3_item_anchor--current, .page_aside_menu_nav_level-4_item_anchor, .page_aside_menu_nav_level-4_item_anchor--current, .page_aside_menu_nav_level-5_item_anchor, .page_aside_menu_nav_level-5_item_anchor--current {
    display: block;
    text-decoration: none;
    color: #F8FF1C;
    padding: 5px 10px 5px 25px;
    position: relative;
}
.page_aside_categories_list_item_anchor::before, .page_aside_menu_nav_level-2_item_anchor::before, .page_aside_menu_nav_level-2_item_anchor--current::before, .page_aside_menu_nav_level-3_item_anchor::before, .page_aside_menu_nav_level-3_item_anchor--current::before, .page_aside_menu_nav_level-4_item_anchor::before, .page_aside_menu_nav_level-4_item_anchor--current::before, .page_aside_menu_nav_level-5_item_anchor::before, .page_aside_menu_nav_level-5_item_anchor--current::before {
    position: absolute;
    top: 50%;
    right: auto;
    bottom: auto;
    left: 10px;
    content: "";
    width: 4px;
    height: 7px;
    background: url("images/sprite-contrast.png") -131px -10px;
    z-index: auto;
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
}
.page_aside_categories_list_item_anchor:hover, .page_aside_menu_nav_level-2_item_anchor:hover, .page_aside_menu_nav_level-2_item_anchor--current:hover, .page_aside_menu_nav_level-3_item_anchor:hover, .page_aside_menu_nav_level-3_item_anchor--current:hover, .page_aside_menu_nav_level-4_item_anchor:hover, .page_aside_menu_nav_level-4_item_anchor--current:hover, .page_aside_menu_nav_level-5_item_anchor:hover, .page_aside_menu_nav_level-5_item_anchor--current:hover, .page_aside_menu_nav_level-2_item_anchor--current, .page_aside_menu_nav_level-3_item_anchor--current, .page_aside_menu_nav_level-4_item_anchor--current, .page_aside_menu_nav_level-5_item_anchor--current {
    color: #F8FF1C;
    background: #3E3E3E;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    border-radius: 3px;
}
.page_aside_contents-slider, .page_aside_galleries {
    width: 100%}
.page_aside_contents-slider_content, .page_aside_galleries_content {
    padding: 5px 5px 50px;
    position: relative;
}
.page_aside_contents-slider_content_scrollable, .page_aside_galleries_content_scrollable {
    height: 196px;
}
.page_aside_contents-slider_content_scrollable_items_item, .page_aside_galleries_content_scrollable_items_item {
    width: 255px;
}
.page_aside {
    float: left;
    width: 23.46221%}
.page_aside ~ .page_aside {
    float: right;
}
@media screen and (min-width: 650px) and (max-width: 899px) {
    .page_aside {
    float: none;
    width: 100%}
.page_aside ~ .page_aside {
    float: none;
}
}
@media screen and (min-width: 530px) and (max-width: 649px) {
    .page_aside {
    float: none;
    width: 100%}
.page_aside ~ .page_aside {
    float: none;
}
}
@media screen and (min-width: 320px) and (max-width: 529px) {
    .page_aside {
    float: none;
    width: 100%}
.page_aside ~ .page_aside {
    float: none;
}
}
@media print {
    .page_aside {
    display: none;
}
}
.page_aside_banner {
    border: 1px solid #000;
}
.page_aside_banner+.page_aside_banner {
    margin-top: 20px;
}
.page_aside_bannerM_content {
    padding: 0;
}
.page_aside_bannerM_content_item {
    border-top: 1px solid #000;
    margin-top: -1px;
}
.page_aside_bannerM_content_item_anchor {
    display: table;
    width: 100%;
    height: 5rem;
    text-decoration: none;
}
.page_aside_bannerM_content_item_anchor:not([href="#"]):hover {
    text-decoration: underline;
}
.page_aside_bannerM_content_item_anchor_img {
    display: none;
}
.page_aside_bannerM_content_item_anchor_name {
    display: table-cell;
    font-size: 1.3rem;
    color: inherit;
    text-transform: uppercase;
    vertical-align: middle;
    padding: 10px 10px 10px 80px;
    padding-left: 20px;
}
.page_aside_banner-animation {
    padding-bottom: 50px;
    border: 1px solid #000;
}
.page_aside_banner-animation_cycle {
    height: 130px;
}
.page_aside_banner-animation_cycle_item_anchor {
    height: 130px;
}
.page_aside_calendar_events_event:nth-child(n+2), .page_aside_calendar_events_event--today:nth-child(n+2) {
    border-top: 1px solid #FFF;
}
.page_aside_calendar_events_event:last-child, .page_aside_calendar_events_event--today:last-child {
    border-bottom: 1px solid #FFF;
}
.page_aside_calendar_events_event--today {
    border: 1px solid #FFF;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    border-radius: 3px;
}
.page_aside_calendar_events_event--today+.page_aside_calendar_events_event, .page_aside_calendar_events_event--today+.page_aside_calendar_events_event--today {
    border-top: 0;
}
.page_aside_calendar_events_event_aside {
    height: 115px;
    -moz-background-size: cover;
    -o-background-size: cover;
    -webkit-background-size: cover;
    background-size: cover;
}
.page_aside_calendar_events_event_content, .page_aside_calendar_events_event_content--today {
    padding: 10px;
    overflow: hidden;
}
.page_aside_calendar_events_event_content--today {
    background: none;
}
.page_aside_calendar_events_event_content_date {
    width: 28.5%}
.page_aside_calendar_events_event_content_main {
    float: left;
    width: 58%;
    margin-left: 9%}
.page_aside_calendar_events_event_content_main_header_head {
    line-height: 1.5rem;
    margin: -.2rem 0 0;
}
.page_aside_calendar_events_event_content_main_header_head_anchor {
    font-size: 1.3rem;
    font-weight: 500;
    color: #F8FF1C;
    text-decoration: none;
}
.page_aside_calendar_events_event_content_main_header_head_anchor:hover {
    text-decoration: underline;
}
.page_aside_calendar_footer_button {
    width: 11rem;
    margin: 5px auto 20px;
}
.page_aside_contents_list {
    padding: 2px 20px;
}
.page_aside_contents_list_item {
    padding: 18px 0;
}
.page_aside_contents_list_item+.page_aside_contents_list_item {
    border-top: 1px solid #FFF;
}
.page_aside_contents_list_item_header_head {
    font-size: 1.4rem !important;
}
.page_aside_contents-slider_content::before {
    position: absolute;
    top: auto;
    right: auto;
    bottom: 10px;
    left: 35px;
    content: "";
    width: 1px;
    height: 30px;
    z-index: auto;
    background: #F8FF1C;
}
.page_aside_contents-slider_content::after {
    position: absolute;
    top: auto;
    right: 35px;
    bottom: 10px;
    left: auto;
    content: "";
    width: 1px;
    height: 30px;
    z-index: auto;
    background: #F8FF1C;
}
.page_aside_contents-slider_content_scrollable_items_item_more {
    width: 110px;
}
.page_aside_galleries_content_scrollable_items_item_more {
    width: 180px;
}
.page_aside_menu_nav_level-1_item+.page_aside_menu_nav_level-1_item {
    margin-top: 1px;
}
.page_aside_menu_nav_level-1_item_header, .page_aside_menu_nav_level-1_item_header--investments, .page_aside_menu_nav_level-1_item_header--ngo {
    padding-right: 30px;
}
.page_aside_menu_nav_level-1_item_header_head, .page_aside_menu_nav_level-1_item_header_head--investments, .page_aside_menu_nav_level-1_item_header_head--ngo {
    position: relative;
}
.page_aside_menu_nav_level-1_item_header_head::after, .page_aside_menu_nav_level-1_item_header_head--investments::after, .page_aside_menu_nav_level-1_item_header_head--ngo::after {
    position: absolute;
    top: 50%;
    right: -10px;
    bottom: auto;
    left: auto;
    content: "";
    width: 7px;
    height: 4px;
    background: url("images/sprite-contrast.png") -86px -10px;
    z-index: auto;
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
}
.page_aside_menu_nav_level-1_item_header_head_wcag {
    position: absolute;
    clip: rect(1px, 1px, 1px, 1px);
}
.page_aside_menu_nav_level-2 {
    padding: 10px;
}
.page_aside_menu_nav_level-3_item_anchor, .page_aside_menu_nav_level-3_item_anchor--current {
    padding-left: 35px;
}
.page_aside_menu_nav_level-3_item_anchor::before, .page_aside_menu_nav_level-3_item_anchor--current::before {
    left: 20px;
}
.page_aside_menu_nav_level-4_item_anchor, .page_aside_menu_nav_level-4_item_anchor--current {
    padding-left: 45px;
}
.page_aside_menu_nav_level-4_item_anchor::before, .page_aside_menu_nav_level-4_item_anchor--current::before {
    left: 30px;
}
.page_aside_menu_nav_level-5_item_anchor, .page_aside_menu_nav_level-5_item_anchor--current {
    padding-left: 55px;
}
.page_aside_menu_nav_level-5_item_anchor::before, .page_aside_menu_nav_level-5_item_anchor--current::before {
    left: 40px;
}
@media screen and (min-width: 650px) and (max-width: 899px) {
    .footer {
    margin-top: 20px;
}
}
@media screen and (min-width: 530px) and (max-width: 649px) {
    .footer {
    margin-top: 20px;
}
}
@media screen and (min-width: 320px) and (max-width: 529px) {
    .footer {
    margin-top: 20px;
}
}
@media print {
    .footer {
    display: none;
}
}
.footer_banner {
    border: 1px solid #000;
    margin-bottom: 10px;
}
.footer_banner-animation {
    border: 1px solid #000;
    margin-bottom: 10px;
}
.footer_banner-animation_cycle {
    height: 200px;
}
.footer_banner-animation_cycle_item_anchor {
    height: 200px;
}
.footer_main_contact, .footer_main_contact--wide, .footer_main_work-hours, .footer_main_management, .footer_main_site-info {
    float: left;
    width: 25%;
    min-height: 315px;
    font-size: 1.2rem;
    color: #FFF;
    padding: 20px 0;
    position: relative;
}
.footer_main_contact::before, .footer_main_contact--wide::before, .footer_main_work-hours::before, .footer_main_management::before, .footer_main_site-info::before {
    position: absolute;
    top: 20px;
    right: auto;
    bottom: auto;
    left: auto;
    content: "";
    width: 0;
    height: auto;
    z-index: auto;
    height: 275px;
    border-left: 1px solid #FFF;
}
@media screen and (min-width: 650px) and (max-width: 899px) {
    .footer_main_contact, .footer_main_contact--wide, .footer_main_work-hours, .footer_main_management, .footer_main_site-info {
    width: 50%}
.footer_main_contact:nth-child(n+3), .footer_main_contact--wide:nth-child(n+3), .footer_main_work-hours:nth-child(n+3), .footer_main_management:nth-child(n+3), .footer_main_site-info:nth-child(n+3) {
    border-top: 1px solid #FFF;
}
.footer_main_contact:nth-child(2n+1), .footer_main_contact--wide:nth-child(2n+1), .footer_main_work-hours:nth-child(2n+1), .footer_main_management:nth-child(2n+1), .footer_main_site-info:nth-child(2n+1) {
    clear: left;
}
}
@media screen and (min-width: 530px) and (max-width: 649px) {
    .footer_main_contact, .footer_main_contact--wide, .footer_main_work-hours, .footer_main_management, .footer_main_site-info {
    width: 50%}
.footer_main_contact:nth-child(n+3), .footer_main_contact--wide:nth-child(n+3), .footer_main_work-hours:nth-child(n+3), .footer_main_management:nth-child(n+3), .footer_main_site-info:nth-child(n+3) {
    border-top: 1px solid #FFF;
}
.footer_main_contact:nth-child(2n+1), .footer_main_contact--wide:nth-child(2n+1), .footer_main_work-hours:nth-child(2n+1), .footer_main_management:nth-child(2n+1), .footer_main_site-info:nth-child(2n+1) {
    clear: left;
}
}
@media screen and (min-width: 320px) and (max-width: 529px) {
    .footer_main_contact, .footer_main_contact--wide, .footer_main_work-hours, .footer_main_management, .footer_main_site-info {
    float: none;
    width: 100%}
.footer_main_contact:nth-child(n+2), .footer_main_contact--wide:nth-child(n+2), .footer_main_work-hours:nth-child(n+2), .footer_main_management:nth-child(n+2), .footer_main_site-info:nth-child(n+2) {
    border-top: 1px solid #FFF;
}
}
.footer_main_contact_head, .footer_main_work-hours_head, .footer_main_management_head, .footer_main_site-info_head {
    font-size: 1.8rem;
    font-weight: 500;
    color: #FFF;
    margin: 0 0 20px 30px;
}
.footer_main_contact_address, .footer_main_work-hours_content, .footer_main_management_content, .footer_main_site-info_nav {
    padding: 0 30px;
}
.footer_main_contact_address a:not([href^="mailto"]), .footer_main_work-hours_content a:not([href^="mailto"]), .footer_main_management_content a:not([href^="mailto"]), .footer_main_site-info_nav a:not([href^="mailto"]) {
    position: relative;
}
.footer_main_contact_address a:not([href^="mailto"])::after, .footer_main_work-hours_content a:not([href^="mailto"])::after, .footer_main_management_content a:not([href^="mailto"])::after, .footer_main_site-info_nav a:not([href^="mailto"])::after {
    position: absolute;
    top: 50%;
    right: -10px;
    bottom: auto;
    left: auto;
    content: "";
    width: 3px;
    height: 5px;
    background: url("images/sprite-contrast.png") -168px -10px;
    z-index: auto;
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
}
.footer_main {
    background: #282828;
    border: 1px solid transparent;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    overflow: hidden;
}
.footer_main_contact::before, .footer_main_contact--wide::before {
    content: none;
}
.footer_main_contact--wide {
    width: 50%}
.footer_main_contact_address {
    font-style: normal;
}
.footer_main_site-info {
    float: right;
}
.footer_copyright {
    padding: 0 3rem;
}
.footer_copyright_list {
    line-height: 4rem;
    overflow: hidden;
}
.footer_copyright_list_item {
    float: left;
    color: #FFF;
}
.footer_copyright_list_item:last-child {
    float: right;
}
@media screen and (min-width: 320px) and (max-width: 529px) {
    .footer_copyright_list_item {
    float: none !important;
    text-align: center;
    line-height: 3rem;
}
}
.footer_copyright_list_item_anchor {
    color: inherit;
}
.cookies {
    background: #282828;
    padding: 1rem;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    margin: 0 auto 1rem !important;
    overflow: hidden;
    border-top: 1px solid #F8FF1C;
}
@media print {
    .cookies {
    display: none;
}
}
.cookies_info {
    text-align: justify;
    margin: 0;
}
.cookies_button {
    float: right;
    margin: 1rem;
}
.page_calendar, .page_contact, .page_contents, .page_error, .page_galleries, .page_index, .page_maps, .page_newsletter, .page_sitemap, .page_subpage, .page_tags {
    float: left;
    width: 49.56063%;
    margin-left: 1.75747%}
@media screen and (min-width: 650px) and (max-width: 899px) {
    .page_calendar, .page_contact, .page_contents, .page_error, .page_galleries, .page_index, .page_maps, .page_newsletter, .page_sitemap, .page_subpage, .page_tags {
    float: none !important;
    width: 100% !important;
    margin: 10px 0 0 !important;
}
}
@media screen and (min-width: 530px) and (max-width: 649px) {
    .page_calendar, .page_contact, .page_contents, .page_error, .page_galleries, .page_index, .page_maps, .page_newsletter, .page_sitemap, .page_subpage, .page_tags {
    float: none !important;
    width: 100% !important;
    margin: 10px 0 0 !important;
}
}
@media screen and (min-width: 320px) and (max-width: 529px) {
    .page_calendar, .page_contact, .page_contents, .page_error, .page_galleries, .page_index, .page_maps, .page_newsletter, .page_sitemap, .page_subpage, .page_tags {
    float: none !important;
    width: 100% !important;
    margin: 10px 0 0 !important;
}
}
@media print {
    .page_calendar, .page_contact, .page_contents, .page_error, .page_galleries, .page_index, .page_maps, .page_newsletter, .page_sitemap, .page_subpage, .page_tags {
    float: none !important;
    width: 100% !important;
    margin: 10px 0 0 !important;
}
}
.page_content--wide {
    float: right;
    width: 74.78032%}
.page_content--full {
    float: none;
    width: 100%;
    margin-left: 0;
}
.page_none {
    font-weight: 600;
    text-align: center;
}
.page_banner {
    border: 1px solid #000;
}
.page_banner-animation {
    border: 1px solid #000;
}
.page_banner-animation_cycle {
    height: 200px;
}
.page_banner-animation_cycle_item_anchor {
    height: 200px;
}
@media print {
    .page_search {
    display: none;
}
}
.page_form_fieldset_paragraph_input--text, .page_form_fieldset_paragraph_input--text--short, .page_form_fieldset_paragraph_input--text--long, .page_form_fieldset_paragraph_select, .page_form_fieldset_paragraph_select--long, .page_footer_per-page_form_fieldset_paragraph_select, .page_form_fieldset_paragraph_textarea {
    float: left;
    width: 65%}
@media screen and (min-width: 320px) and (max-width: 529px) {
    .page_form_fieldset_paragraph_input--text, .page_form_fieldset_paragraph_input--text--short, .page_form_fieldset_paragraph_input--text--long, .page_form_fieldset_paragraph_select, .page_form_fieldset_paragraph_select--long, .page_footer_per-page_form_fieldset_paragraph_select, .page_form_fieldset_paragraph_textarea {
    float: none;
    width: 100%;
    margin-top: .5rem;
}
}
@media print {
    .page_form {
    display: none;
}
}
.page_form_fieldset {
    width: 85%;
    margin: 0 auto;
}
@media screen and (min-width: 320px) and (max-width: 529px) {
    .page_form_fieldset {
    width: 100%}
}
.page_form_fieldset_legend--sub {
    float: left;
    width: 30%;
    font-weight: 500;
    text-align: right;
    padding-right: .8rem;
}
.page_form_fieldset_legend--sub::after {
    content: ":"}
@media screen and (min-width: 320px) and (max-width: 529px) {
    .page_form_fieldset_legend--sub {
    float: none;
    width: 100%;
    text-align: unset;
    padding-bottom: .5rem;
}
}
.page_form_fieldset_paragraph, .page_form_fieldset_paragraph--antispam, .page_form_fieldset_paragraph--sub, .page_form_fieldset_paragraph_map {
    padding: .7rem 0;
    margin: 0;
    overflow: hidden;
    position: relative;
}
.page_form_fieldset_paragraph--info {
    margin: 2rem 0;
}
.page_form_fieldset_paragraph--antispam {
    padding-bottom: 2rem;
    position: relative;
}
.page_form_fieldset_paragraph--sub {
    float: right;
    width: 70%;
    padding-top: 0;
}
@media screen and (min-width: 320px) and (max-width: 529px) {
    .page_form_fieldset_paragraph--sub {
    float: none;
    width: 100%}
}
.page_form_fieldset_paragraph_description {
    clear: both;
    padding-top: 1rem;
    margin: 0 0 0.5rem 30%}
@media screen and (min-width: 320px) and (max-width: 529px) {
    .page_form_fieldset_paragraph_description {
    padding-top: .5rem;
    margin: 0;
}
}
.page_form_fieldset_paragraph_label {
    float: left;
    width: 30%;
    text-align: right;
    padding-right: .8rem;
    margin-top: .8rem;
}
.page_form_fieldset_paragraph_label::after {
    content: ":";
    margin-left: -.3rem;
}
@media screen and (min-width: 320px) and (max-width: 529px) {
    .page_form_fieldset_paragraph_label {
    float: none;
    width: 100%}
}
.page_form_fieldset_paragraph_label_title {
    font-weight: 500;
}
.page_form_fieldset_paragraph_label_question {
    position: absolute;
    bottom: 0;
    left: 30%}
@media screen and (min-width: 320px) and (max-width: 529px) {
    .page_form_fieldset_paragraph_label_question {
    left: 0;
}
}
.page_form_fieldset_paragraph_label_required {
    position: absolute;
    top: 1.5rem;
    right: 2%;
    font-size: 1.7rem;
    color: #FFF;
}
@media screen and (min-width: 320px) and (max-width: 529px) {
    .page_form_fieldset_paragraph_label_required {
    position: static;
}
}
.page_form_fieldset_paragraph_input--text--short {
    width: 35%}
.page_form_fieldset_paragraph_input--text--long {
    width: 95%}
.page_form_fieldset_paragraph_input--checkbox {
    float: left;
    margin-right: .7rem;
}
.page_form_fieldset_paragraph_input--radio {
    float: left;
    margin-right: .7rem;
}
.page_form_fieldset_paragraph_select--long {
    width: 95%}
.page_form_fieldset_paragraph_required {
    margin: 0 0.5rem 0 30%}
@media screen and (min-width: 320px) and (max-width: 529px) {
    .page_form_fieldset_paragraph_required {
    margin-left: 0;
}
}
.page_form_fieldset_paragraph_anchor--reset-password {
    color: #F8FF1C;
}
.page_form_fieldset_paragraph_fancybox-anchor {
    float: left;
    margin-left: .5rem;
}
.page_form_fieldset_paragraph_map {
    height: 300px;
}
.page_form_fieldset_paragraph_button {
    float: right;
    margin: 0 5.2% 0 0;
}
.page_form_fieldset_paragraph_ajax-loader {
    float: right;
}
.page_form_fieldset_fancybox-content {
    display: none;
    padding: 0;
}
.page_calendar_list, .page_contents_list {
    width: auto;
}
.page_calendar_list_item, .page_contents_list_item {
    padding: 5px;
    overflow: hidden;
}
.page_calendar_list_item_aside, .page_contents_list_item_aside, .page_subpage_sliders_scrollable_items_item_aside {
    float: left;
    width: 218px;
    height: 182px;
    background-position: 50% 50%;
    -moz-background-size: cover;
    -o-background-size: cover;
    -webkit-background-size: cover;
    background-size: cover;
    border: 1px solid transparent;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    margin-right: 5px;
    background: #474747 !important;
}
@media screen and (min-width: 320px) and (max-width: 529px) {
    .page_calendar_list_item_aside, .page_contents_list_item_aside, .page_subpage_sliders_scrollable_items_item_aside {
    float: none;
    margin: 0 auto !important;
}
}
@media print {
    .page_calendar_list_item_aside, .page_contents_list_item_aside, .page_subpage_sliders_scrollable_items_item_aside {
    display: none;
}
}
.page_calendar_list_item_main, .page_contents_list_item_main {
    padding: 15px;
}
.page_aside_contents_list_item_header, .page_calendar_list_item_main_header, .page_contents_list_item_main_header, .page_subpage_sliders_scrollable_items_item_main_header {
    margin-top: 0;
}
.page_aside_contents_list_item_header_head, .page_calendar_list_item_main_header_head, .page_contents_list_item_main_header_head, .page_subpage_sliders_scrollable_items_item_main_header_head {
    font-size: 1.8rem;
    margin: 0;
}
.page_aside_contents_list_item_header_head_anchor, .page_calendar_list_item_main_header_head_anchor, .page_contents_list_item_main_header_head_anchor, .page_subpage_sliders_scrollable_items_item_main_header_head_anchor {
    color: #F8FF1C;
    text-decoration: none;
}
.page_aside_contents_list_item_header_head_anchor:hover, .page_calendar_list_item_main_header_head_anchor:hover, .page_contents_list_item_main_header_head_anchor:hover, .page_subpage_sliders_scrollable_items_item_main_header_head_anchor:hover {
    text-decoration: underline;
}
.page_aside_contents_list_item_header_time, .page_contents_list_item_main_header_time, .page_subpage_sliders_scrollable_items_item_main_header_time {
    display: inline-block;
    color: #FFF;
    margin-top: .4rem;
}
.page_contents_list_item_main_header_time_added, .page_subpage_sliders_scrollable_items_item_main_header_time_added {
    position: absolute;
    clip: rect(1px, 1px, 1px, 1px);
}
.page_contents_list_item_main_header_tags {
    display: none;
}
.page_aside_contents_list_item_content, .page_calendar_list_item_main_content, .page_contents_list_item_main_content, .page_subpage_sliders_scrollable_items_item_main_content {
    width: 100%}
.page_aside_contents_list_item_content_paragraph, .page_contents_list_item_main_content_paragraph, .page_subpage_sliders_scrollable_items_item_main_content_paragraph {
    max-height: 3.64rem;
    margin: .5rem 0 0;
    overflow: hidden;
}
@media screen and (min-width: 320px) and (max-width: 529px) {
    .page_aside_contents_list_item_content_paragraph, .page_contents_list_item_main_content_paragraph, .page_subpage_sliders_scrollable_items_item_main_content_paragraph {
    max-height: none;
}
}
.page_aside_contents_list_item_content_paragraph:last-child, .page_contents_list_item_main_content_paragraph:last-child, .page_subpage_sliders_scrollable_items_item_main_content_paragraph:last-child {
    max-height: none;
}
.page_contents_list_item_main_content_paragraph_more--investments, .page_subpage_sliders_scrollable_items_item_main_content_paragraph_more--investments, .page_contents_list_item_main_content_paragraph_more--ngo, .page_subpage_sliders_scrollable_items_item_main_content_paragraph_more--ngo, .page_calendar_list_item_main_content_paragraph_more, .page_contents_list_item_main_content_paragraph_more, .page_subpage_sliders_scrollable_items_item_main_content_paragraph_more {
    width: 11rem;
    text-align: center;
    margin-top: 1.5rem;
}
.page_calendar_list_item_aside+.page_calendar_list_item_main, .page_contents_list_item_aside+.page_calendar_list_item_main, .page_subpage_sliders_scrollable_items_item_aside+.page_calendar_list_item_main, .page_calendar_list_item_aside+.page_contents_list_item_main, .page_contents_list_item_aside+.page_contents_list_item_main, .page_subpage_sliders_scrollable_items_item_aside+.page_contents_list_item_main {
    float: left;
    width: calc(100% - 223px);
}
@media screen and (min-width: 320px) and (max-width: 529px) {
    .page_calendar_list_item_aside+.page_calendar_list_item_main, .page_contents_list_item_aside+.page_calendar_list_item_main, .page_subpage_sliders_scrollable_items_item_aside+.page_calendar_list_item_main, .page_calendar_list_item_aside+.page_contents_list_item_main, .page_contents_list_item_aside+.page_contents_list_item_main, .page_subpage_sliders_scrollable_items_item_aside+.page_contents_list_item_main {
    float: none;
    width: 100%}
}
@media print {
    .page_calendar_list_item_aside+.page_calendar_list_item_main, .page_contents_list_item_aside+.page_calendar_list_item_main, .page_subpage_sliders_scrollable_items_item_aside+.page_calendar_list_item_main, .page_calendar_list_item_aside+.page_contents_list_item_main, .page_contents_list_item_aside+.page_contents_list_item_main, .page_subpage_sliders_scrollable_items_item_aside+.page_contents_list_item_main {
    float: none;
    width: 100%}
}
.page_wysiwyg--list {
    border: 1px solid #000;
}
.page_wysiwyg--list p {
    margin: 0;
}
.page_wysiwyg--list p+.page_wysiwyg--list p {
    margin-top: 1rem;
}
.page_wysiwyg_anchor {
    color: #F8FF1C;
}
.page_wysiwyg_charts, .page_wysiwyg_charts--wide {
    width: 100%;
    height: 400px;
    margin: 0 auto 2rem;
    overflow: hidden;
    overflow-x: auto;
}
.page_wysiwyg_charts--wide {
    width: 85%}
@media screen and (min-width: 530px) and (max-width: 649px) {
    .page_wysiwyg_charts--wide {
    width: 100%}
}
@media screen and (min-width: 320px) and (max-width: 529px) {
    .page_wysiwyg_charts--wide {
    width: 100%}
}
.page_wysiwyg_charts-table {
    text-align: center;
    margin-bottom: 2rem;
    overflow: hidden;
}
.page_wysiwyg_forms {
    margin-bottom: 2rem;
}
.page_wysiwyg_forms_header {
    position: absolute;
    clip: rect(1px, 1px, 1px, 1px);
}
.page_wysiwyg_gallery {
    width: 100%;
    max-width: 522px;
    background: #3E3E3E;
    padding: 5px;
    margin: 2rem auto;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    position: relative;
}
@media screen and (min-width: 320px) and (max-width: 529px) {
    .page_wysiwyg_gallery {
    display: none;
}
}
@media print {
    .page_wysiwyg_gallery {
    display: none;
}
}
.page_wysiwyg_gallery:hover .browse-prev--gallery, .page_wysiwyg_gallery:hover .browse-next--gallery {
    filter: progid:DXImageTransform.Microsoft.Alpha(enabled=false);
    opacity: 1;
}
.page_wysiwyg_gallery_scrollable {
    width: 100%;
    height: 137px;
    padding: 2px 0;
    margin: 0 auto;
}
.page_wysiwyg_gallery_scrollable_items_item {
    width: 512px;
    padding-left: 2px;
}
.page_wysiwyg_gallery_scrollable_items_item_anchor {
    float: left;
    width: 32.5%;
    height: 133px;
    -moz-background-size: cover;
    -o-background-size: cover;
    -webkit-background-size: cover;
    background-size: cover;
    background-position: 50% 50%}
.page_wysiwyg_gallery_scrollable_items_item_anchor+.page_wysiwyg_gallery_scrollable_items_item_anchor {
    margin-left: 1.2%}
.page_wysiwyg_gallery_scrollable_items_item_anchor_img {
    display: none;
}
.page_wysiwyg_highlight {
    color: #FFF;
    background: #000;
    padding: 1rem;
    border: 1px solid #FFF;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    border-radius: 3px;
}
.page_wysiwyg_image {
    max-width: 100%;
    height: auto;
}
.page_wysiwyg_qrcode {
    max-width: 100%;
    height: auto;
}
.page_wysiwyg_table {
    table-layout: fixed;
    border-collapse: collapse;
    overflow: hidden;
}
.page_wysiwyg_table_caption {
    position: absolute;
    clip: rect(1px, 1px, 1px, 1px);
}
.page_wysiwyg_table_head {
    padding: .5rem;
    border: solid #BBB;
    border-width: 1px 1px 0;
}
.page_wysiwyg_table_content {
    padding: .5rem;
    border: 1px solid #BBB;
}
.page_wysiwyg_tabs {
    margin-top: 2rem;
}
.page_wysiwyg_tabs_buttons_button {
    display: inline-block;
    color: #F8FF1C;
    border: 1px solid #DBDAD9;
}
.page_wysiwyg_tabs_buttons_button+.page_wysiwyg_tabs_buttons_button {
    border-left: 0;
}
.page_wysiwyg_tabs_buttons_button.tabs_buttons_button--active {
    color: #000;
    background: #F8FF1C;
}
.page_wysiwyg_tabs_buttons_button_anchor {
    display: block;
    color: inherit;
    text-decoration: none;
    line-height: 4rem;
    padding: 0 2.5rem;
}
.page_wysiwyg_tabs_panes {
    padding: .5rem 0;
    border-top: 1px solid #DBDAD9;
    margin-top: -1px;
}
.page_wysiwyg_tabs_panes_pane_head {
    position: absolute;
    clip: rect(1px, 1px, 1px, 1px);
}
.page_wysiwyg_vertical-line {
    table-layout: fixed;
    word-wrap: break-word;
}
.page_footer_pagination_list_item, .page_footer_pagination_list_item--dots {
    float: left;
    line-height: 33px;
}
.page_footer_pagination_list_item+.page_footer_pagination_list_item, .page_footer_pagination_list_item--dots+.page_footer_pagination_list_item, .page_footer_pagination_list_item+.page_footer_pagination_list_item--dots, .page_footer_pagination_list_item--dots+.page_footer_pagination_list_item--dots {
    margin-left: .7rem;
}
.page_footer_pagination_list_item_anchor--active, .page_footer_pagination_list_item_anchor {
    color: #F8FF1C;
    text-align: center;
    padding: 0.7rem !important;
}
.page_footer_pagination_list_item_anchor--active {
    color: #F8FF1C;
    font-weight: 900;
}
.page_subpage_tabs_panes_pane_footer_more--investments, .page_subpage_tabs_panes_pane_footer_more--ngo, .page_footer_pagination_list_item_anchor--prev, .page_footer_pagination_list_item_anchor--next, .page_subpage_tabs_panes_pane_footer_more {
    line-height: 33px;
    padding: 0 15px;
}
@media screen and (min-width: 320px) and (max-width: 529px) {
    .page_subpage_tabs_panes_pane_footer_more--investments, .page_subpage_tabs_panes_pane_footer_more--ngo, .page_footer_pagination_list_item_anchor--prev, .page_footer_pagination_list_item_anchor--next, .page_subpage_tabs_panes_pane_footer_more {
    display: none;
}
}
.page_footer, .page_footer--pagination, .page_subpage_tabs_panes_pane_footer {
    font-size: 13px;
    overflow: hidden;
}
@media print {
    .page_footer, .page_footer--pagination, .page_subpage_tabs_panes_pane_footer {
    display: none;
}
}
.page_footer--pagination, .page_subpage_tabs_panes_pane_footer {
    background: none;
    margin-top: 20px;
}
.page_footer_per-page {
    float: left;
}
@media screen and (min-width: 320px) and (max-width: 529px) {
    .page_footer_per-page {
    display: none;
}
}
.page_footer_per-page_form_fieldset_legend {
    float: left;
    line-height: 33px;
}
.page_footer_per-page_form_fieldset_legend::after {
    content: ":"}
.page_footer_per-page_form_fieldset_paragraph {
    float: left;
    margin: 0 0 0 10px;
}
.page_footer_per-page_form_fieldset_paragraph_select {
    float: none;
    width: auto;
}
.page_footer_per-page_form_fieldset_paragraph_select .select2-choice {
    height: 33px;
    line-height: 33px;
}
.page_footer_pagination {
    float: right;
}
@media screen and (min-width: 320px) and (max-width: 529px) {
    .page_footer_pagination {
    float: none;
    padding-top: 10px;
    border-top: 1px solid #F8FF1C;
    margin-top: 10px;
}
}
.page_footer_pagination_list_item_anchor--prev {
    margin-right: .7rem;
}
.page_footer_pagination_list_item_anchor--next {
    margin-left: .7rem;
}
.page_footer_history-back {
    line-height: 23px;
    padding-left: 10px;
    position: relative;
}
.page_footer_history-back::before {
    position: absolute;
    top: 50%;
    right: auto;
    bottom: auto;
    left: 0;
    content: "";
    width: 4px;
    height: 7px;
    background: url("images/sprite-contrast.png") -103px -10px;
    z-index: auto;
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
}
.page_footer_per-page+.page_footer_history-back {
    display: none;
}
@media screen and (min-width: 320px) and (max-width: 529px) {
    .page_footer_per-page+.page_footer_history-back {
    display: inline;
}
}
.page_footer_print {
    float: right;
    margin: 0;
}
@media screen and (min-width: 320px) and (max-width: 529px) {
    .page_footer_print {
    display: none;
}
}
.page_footer_print_share {
    display: inline-block;
    padding-left: 15px;
    margin-left: 20px;
    position: relative;
}
.page_footer_print_share::before {
    position: absolute;
    top: 50%;
    right: auto;
    bottom: auto;
    left: 0;
    content: "";
    width: 7px;
    height: 17px;
    background: url("images/sprite-contrast.png") -183px -10px;
    z-index: auto;
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
}
.page_footer_print_printer {
    display: inline-block;
    padding-left: 25px;
    margin-left: 20px;
    position: relative;
}
.page_footer_print_printer::before {
    position: absolute;
    top: 50%;
    right: auto;
    bottom: auto;
    left: 0;
    content: "";
    width: 16px;
    height: 17px;
    background: url("images/sprite-contrast.png") -157px -27px;
    z-index: auto;
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
}
.page_footer_print_pdf {
    display: inline-block;
    padding-left: 20px;
    margin-left: 20px;
    position: relative;
}
.page_footer_print_pdf::before {
    position: absolute;
    top: 50%;
    right: auto;
    bottom: auto;
    left: 0;
    content: "";
    width: 12px;
    height: 17px;
    background: url("images/sprite-contrast.png") -282px -169px;
    z-index: auto;
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
}
.page_calendar_list_item_aside {
    width: 208px;
    height: 150px;
    margin-right: 10px;
    position: relative;
}
.page_calendar_list_item_aside_date {
    position: absolute;
    top: 10px;
    left: 10px;
    width: 31%}
.page_calendar_content_data {
    padding-left: 94px;
    border-bottom: 1px solid #F8FF1C;
    position: relative;
}
.page_calendar_content_data_date {
    position: absolute;
    top: 20px;
    left: 20px;
    width: 64px;
}
.page_contents_content_map {
    background: #282828;
}
.page_contents_content_map_content {
    height: 422px;
    background: #282828 !important;
    border: 1px solid transparent;
}
.page_contents_content_tags_info::after {
    content: ":"}
.page_contents_content_tags_list {
    display: inline;
}
.page_contents_content_tags_list_item {
    display: inline;
}
.page_contents_content_tags_list_item+.page_contents_content_tags_list_item {
    margin-left: -.2rem;
}
.page_contents_content_tags_list_item+.page_contents_content_tags_list_item::before {
    content: ", "}
.page_error_content_header_head {
    font-size: 1.4rem;
}
.page_error_content_main_paragraph {
    margin: 1rem 0;
}
.page_galleries_groups_info {
    position: absolute;
    clip: rect(1px, 1px, 1px, 1px);
}
.page_galleries_groups_list_item {
    float: left;
    width: 48.8%}
.page_galleries_groups_list_item+.page_galleries_groups_list_item {
    margin-left: 2.3%}
.page_galleries_groups_list_item:nth-child(2n+1) {
    margin-left: 0;
}
.page_galleries_groups_list_item:nth-child(n+3) {
    margin-top: 10px;
}
@media screen and (min-width: 320px) and (max-width: 529px) {
    .page_galleries_groups_list_item {
    float: none;
    width: 90%;
    margin: 0 auto !important;
}
.page_galleries_groups_list_item+.page_galleries_groups_list_item {
    margin-top: 20px !important;
}
}
.page_galleries_groups_list_item--wide {
    float: left;
    width: 31.8%}
.page_galleries_groups_list_item--wide+.page_galleries_groups_list_item--wide {
    margin-left: 2.3%}
.page_galleries_groups_list_item--wide:nth-child(3n+1) {
    margin-left: 0;
}
.page_galleries_groups_list_item--wide:nth-child(n+4) {
    margin-top: 2.3%}
@media screen and (min-width: 530px) and (max-width: 649px) {
    .page_galleries_groups_list_item--wide {
    float: left;
    width: 48.8%}
.page_galleries_groups_list_item--wide+.page_galleries_groups_list_item--wide {
    margin-left: 2.3%}
.page_galleries_groups_list_item--wide:nth-child(2n+1) {
    margin-left: 0;
}
.page_galleries_groups_list_item--wide:nth-child(n+3) {
    margin-top: 10px;
}
}
@media screen and (min-width: 320px) and (max-width: 529px) {
    .page_galleries_groups_list_item--wide {
    float: none;
    width: 90%;
    margin: 0 auto !important;
}
.page_galleries_groups_list_item--wide+.page_galleries_groups_list_item--wide {
    margin-top: 20px !important;
}
}
.page_galleries_groups_list_item_more {
    width: 70%}
.page_galleries_images {
    position: relative;
}
@media print {
    .page_galleries_images {
    display: none;
}
}
.page_galleries_images_pictures {
    background: #474747;
    padding: 5px;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    position: relative;
}
.page_galleries_images_pictures:hover .browse-prev--gallery, .page_galleries_images_pictures:hover .browse-next--gallery, .page_galleries_images_pictures:hover .page_galleries_images_pictures_scrollable_items_item_content {
    filter: progid:DXImageTransform.Microsoft.Alpha(enabled=false);
    opacity: 1;
}
.page_galleries_images_pictures_legend {
    display: none;
}
.page_galleries_images_pictures_scrollable {
    width: 100%;
    height: 337px;
    margin: 0 auto;
}
.page_galleries_images_pictures_scrollable_items_item {
    width: 512px;
    height: 337px;
}
.page_galleries_images_pictures_scrollable_items_item_anchor {
    display: block;
    height: inherit;
    font-size: 0;
    background-repeat: no-repeat;
    -moz-background-size: cover;
    -o-background-size: cover;
    -webkit-background-size: cover;
    background-size: cover;
    background-position: 50% 50%}
.page_galleries_images_pictures_scrollable_items_item_anchor_img {
    display: none;
}
.page_galleries_images_pictures_scrollable_items_item_content {
    position: absolute;
    bottom: 0;
    left: 35px;
    right: 35px;
    color: #FFF;
    text-align: justify;
    background: #282828;
    padding: 1.5rem;
    margin: 0;
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
    opacity: 0;
    -moz-transition: opacity .5s ease;
    -o-transition: opacity .5s ease;
    -webkit-transition: opacity .5s ease;
    transition: opacity .5s ease;
}
.page_galleries_images_navigation {
    width: 100%;
    max-width: 522px;
    background: #474747;
    padding: 5px;
    margin: 5px auto 0;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    position: relative;
}
@media screen and (min-width: 320px) and (max-width: 529px) {
    .page_galleries_images_navigation {
    display: none;
}
}
.page_galleries_images_navigation:hover .browse-prev--gallery, .page_galleries_images_navigation:hover .browse-next--gallery {
    filter: progid:DXImageTransform.Microsoft.Alpha(enabled=false);
    opacity: 1;
}
.page_galleries_images_navigation_scrollable {
    width: 100%;
    height: 137px;
    padding: 2px 0;
    margin: 0 auto;
}
.page_galleries_images_navigation_scrollable_items_item {
    width: 512px;
    padding-left: 2px;
}
.page_galleries_images_navigation_scrollable_items_item_anchor {
    float: left;
    width: 31.5%;
    height: 133px;
    -moz-background-size: cover;
    -o-background-size: cover;
    -webkit-background-size: cover;
    background-size: cover;
    background-position: 50% 50%;
    border: 1px solid transparent;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    border-radius: 3px;
}
.page_galleries_images_navigation_scrollable_items_item_anchor+.page_galleries_images_navigation_scrollable_items_item_anchor {
    margin-left: 2.7%}
.page_galleries_images_navigation_scrollable_items_item_anchor.active {
    border-color: #F8FF1C;
}
.page_galleries_images_navigation_scrollable_items_item_anchor_img {
    display: none;
}
.page_maps_map {
    background: #282828;
}
.page_maps_map_content {
    height: 592px;
    background: #282828 !important;
    border: 1px solid transparent;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    border-radius: 3px;
}
.page_maps_form {
    border-top: 1px solid #F8FF1C;
}
.page_maps_form_content {
    margin: 0;
}
.page_sitemap_content_level-1_item {
    margin-top: 1rem;
}
.page_sitemap_content_level-1_item_anchor {
    text-decoration: none;
    font-size: 1.6rem;
    text-transform: uppercase;
}
.page_sitemap_content_level-1_item_anchor:hover {
    text-decoration: underline;
}
.page_sitemap_content_level-2_item {
    margin-top: 1rem;
    padding-left: 30px;
}
.page_sitemap_content_level-2_item_anchor {
    text-decoration: none;
    color: #FFF;
    position: relative;
}
.page_sitemap_content_level-2_item_anchor:hover {
    text-decoration: underline;
}
.page_sitemap_content_level-2_item_anchor:hover {
    color: #F8FF1C;
}
.page_sitemap_content_level-2_item_anchor::before {
    position: absolute;
    top: 50%;
    right: auto;
    bottom: auto;
    left: -15px;
    content: "";
    width: 4px;
    height: 7px;
    background: url("images/sprite-contrast.png") -131px -10px;
    z-index: auto;
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
}
.page_sitemap_content_level-3_item {
    margin-top: 1rem;
    padding-left: 30px;
}
.page_sitemap_content_level-3_item_anchor {
    text-decoration: none;
    color: #FFF;
    position: relative;
}
.page_sitemap_content_level-3_item_anchor:hover {
    text-decoration: underline;
}
.page_sitemap_content_level-3_item_anchor:hover {
    color: #F8FF1C;
}
.page_sitemap_content_level-3_item_anchor::before {
    position: absolute;
    top: 50%;
    right: auto;
    bottom: auto;
    left: -15px;
    content: "";
    width: 4px;
    height: 7px;
    background: url("images/sprite-contrast.png") -131px -10px;
    z-index: auto;
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
}
.page_subpage_sliders {
    padding: 5px;
    position: relative;
}
@media print {
    .page_subpage_sliders {
    display: none;
}
}
.page_subpage_sliders_scrollable {
    height: 282px !important;
}
.page_subpage_sliders_scrollable_items_item {
    width: 552px;
    height: 282px !important;
}
.page_subpage_sliders_scrollable_items_item_aside {
    width: 57.42754%;
    height: inherit;
    margin-right: .9058%}
@media screen and (min-width: 650px) and (max-width: 899px) {
    .page_subpage_sliders_scrollable_items_item_aside {
    width: 45%}
}
@media screen and (min-width: 530px) and (max-width: 649px) {
    .page_subpage_sliders_scrollable_items_item_aside {
    display: none;
}
}
@media screen and (min-width: 320px) and (max-width: 529px) {
    .page_subpage_sliders_scrollable_items_item_aside {
    display: none;
}
}
.page_subpage_sliders_scrollable_items_item_main {
    float: left;
    width: 41.66667%;
    height: 220px;
    padding: 15px;
    position: relative;
}
@media screen and (min-width: 650px) and (max-width: 899px) {
    .page_subpage_sliders_scrollable_items_item_main {
    width: 54%}
}
@media screen and (min-width: 530px) and (max-width: 649px) {
    .page_subpage_sliders_scrollable_items_item_main {
    float: none;
    width: 100%;
    height: 210px;
}
}
@media screen and (min-width: 320px) and (max-width: 529px) {
    .page_subpage_sliders_scrollable_items_item_main {
    float: none;
    width: 100%;
    height: 210px;
}
}
@media print {
    .page_subpage_sliders_scrollable_items_item_main {
    float: none;
    width: 100%;
    height: 210px;
}
}
.page_subpage_sliders_scrollable_items_item_main::after {
    position: absolute;
    top: auto;
    right: 20px;
    bottom: -20px;
    left: 15px;
    content: "";
    width: auto;
    height: 1px;
    z-index: auto;
    background: transparent;
}
.page_subpage_sliders_scrollable_items_item_main_header_head {
    max-height: 5rem;
    overflow: hidden;
}
.page_subpage_sliders_scrollable_items_item_main_content_paragraph {
    max-height: 5.46rem;
}
.page_subpage_sliders_scrollable_items_item_main_content_paragraph_more, .page_subpage_sliders_scrollable_items_item_main_content_paragraph_more--investments, .page_subpage_sliders_scrollable_items_item_main_content_paragraph_more--ngo {
    margin-left: auto;
    margin-right: auto;
}
.page_subpage_tabs_panes_pane_footer_more, .page_subpage_tabs_panes_pane_footer_more--investments, .page_subpage_tabs_panes_pane_footer_more--ngo {
    float: right;
}
@media screen and (min-width: 320px) and (max-width: 529px) {
    .page_subpage_tabs_panes_pane_footer_more, .page_subpage_tabs_panes_pane_footer_more--investments, .page_subpage_tabs_panes_pane_footer_more--ngo {
    display: initial;
}
}
.page_tags_content_list {
    line-height: 2.5rem;
}
.page_tags_content_list_item {
    display: inline;
}
.page_tags_content_list_item+.page_tags_content_list_item {
    margin-left: 1rem;
}
.page_tags_content_list_item_tag--2 {
    font-size: 1.4rem;
}
.page_tags_content_list_item_tag--3 {
    font-size: 1.7rem;
}
.page_tags_content_list_item_tag--4 {
    font-size: 1.9rem;
}
.page_tags_content_list_item_tag--5 {
    font-size: 2.2rem;
}

.datepicker .datepickerDialog {
    border: 2px solid #0ff;
    background-color: #000;
}
.datepicker .header {
    background-color: #3e3e3e;
}
.datepicker .message {
    background: #3e3e3e;
}
.datepicker .dialogButton {
    background-color: #3e3e3e;
    border: 1px solid #3e3e3e;
}
.datepicker .dateButton[tabindex="0"] {
    background-color: #3e3e3e;
}
.datepicker .dateButton:focus, .datepicker .dateButton:hover {
    background-color: #3e3e3e;
}
