@font-face {
  font-family: 'Merriweather';
  src: url('../fonts/Merriweather/regular/eot.eot');
  src: url('../fonts/Merriweather/regular/eot.eot?#iefix') format('embedded-opentype'),
       url('../fonts/Merriweather/regular/woff.woff') format('woff'),
       url('../fonts/Merriweather/regular/ttf.ttf') format('truetype'),
       url('../fonts/Merriweather/regular/svg.svg#Merriweather-Regular') format('svg');
  font-style: normal;
  font-weight: 400;
}

@font-face {
  font-family: 'Merriweather';
  src: url('../fonts/Merriweather/bold/eot.eot');
  src: url('../fonts/Merriweather/bold/eot.eot?#iefix') format('embedded-opentype'),
       url('../fonts/Merriweather/bold/woff.woff') format('woff'),
       url('../fonts/Merriweather/bold/ttf.ttf') format('truetype'),
       url('../fonts/Merriweather/bold/svg.svg#Merriweather-Regular') format('svg');
  font-style: italic;
  font-weight: 400;
}

@font-face {
  font-family: 'Merriweather';
  src: url('../fonts/Merriweather/bold/eot.eot');
  src: url('../fonts/Merriweather/bold/eot.eot?#iefix') format('embedded-opentype'),
       url('../fonts/Merriweather/bold/woff.woff') format('woff'),
       url('../fonts/Merriweather/bold/ttf.ttf') format('truetype'),
       url('../fonts/Merriweather/bold/svg.svg#Merriweather-Regular') format('svg');
  font-style: normal;
  font-weight: 700;
}

*,
*:before,
*:after {
    box-sizing: border-box;
    outline: none;
    border: none;
    border-width: 0;
    padding: 0;
    margin: 0;
}

::-moz-selection {
    background-color: #d1a341;
    color: #fff;
}

::selection {
    background-color: #d1a341;
    color: #fff;
}

#p404 {
    width: 100%;
    text-align: center;
    margin: auto;
    font-size: 33px;
    margin-bottom: 40px;
}

#p404 h1 {
    font-size: 200px;
}

#p404 a {
    display: block;
    font-size: 18px;
    margin-top: 10px;
}

html {
    width: 100%;
    min-height: 100%;
    background: #f0e4c2 url('../images/interface/bg.png');
    /*background: url('../images/interface/bg-snow.jpg');*/
}

body {
    width: 1200px;
    min-height: 100vh;
    font-family: 'Roboto', sans-serif;
    font-size: 14px;
    background-color: #fff;
    margin: 0 auto;
}

a {
    color: #232120;
}

a:hover {
    text-decoration: none;
}

a.gold-to-dark {
    color: #d1a341;
}

a.gold-to-dark:hover {
    color: #232120;
}

a.dark-to-gold {
    color: #232120;
}

a.dark-to-gold:hover {
    color: #d1a341;
}

a.white-to-gold {
    color: #fff;
}

a.white-to-gold:hover {
    color: #d1a341;
}

h1,
h2,
.font-merriweather {
    font-family: 'Merriweather', serif;
    word-break: break-word;
}

.flex {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
}

.flex-column {
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
}

.flex-wrap {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.flex-align-center {
    -webkit-align-items: center;
    -ms-flex-align: center;
    -ms-grid-row-align: center;
    align-items: center;
}

.flex-justify-between {
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.flex-justify-around {
    -webkit-justify-content: space-around;
    -ms-flex-pack: distribute;
    justify-content: space-around;
}

.flex-justify-center {
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.flex-no-shrink {
    -webkit-flex-shrink: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
}

.flex-grow-one {
    -webkit-flex-grow: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
}

.cba:after {
    content: '';
    clear: both;
    display: block;
}

a:not([href]) {
    cursor: default;
    opacity: .8;
}

h1 {
    font-size: 18px;
    margin-bottom: 25px;
}

.icon {
    background-size: 100% 100%;
    background-position: center center;
    background-repeat: no-repeat;
}

.icon-r {
    background-image: url('../images/interface/icons/icon-r.svg');
}

.padded-content {
    padding-left: 40px;
    padding-right: 40px;
}

#header-top {
    height: 75px;
    background-color: #444241;
    border-left: 1px #646160 solid;
    border-right: 1px #646160 solid;
}

#header-top:before {
    content: '';
    width: 100%;
    height: 75px;
    background-color: #444241;
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
}

#logo {
    width: 380px;
    text-decoration: none;
    color: #fff;
    font-weight: 400;
    font-size: 16px;
    /*border-right: 1px #646160 solid;*/
    background: url('../images/interface/logo.png') no-repeat left center;
    margin-left: 40px;
    padding-left: 70px;
}

#logo p {
    line-height: 23px;
}

#header-top > div {
    width: 100%;
    color: #fff;
}

#esia-panel {
    min-height: 27px;
    margin-left: 30px;
    padding-left: 33px;
    background: url('../images/interface/icons/icon-esia.svg') no-repeat left 2px;
}

.link-blind-mode-wrap {
    margin-left: auto;
}

.link-blind-mode {
    font-size: 18px;
    padding-left: 33px;
    margin-right: 40px;
    background: url('../images/interface/icons/icon-glasses.svg') no-repeat left center;
}

.menu-main {
    margin: 20px 0;
}

.menu-main nav span {
    display: block;
}

.menu-main nav {
    width: 1070px;
    height: 52px;
    line-height: 52px;
    border: 1px #e1e1e1 solid;
    border-left: none;
    padding-right: 30px;
}

.menu-main nav a {
    text-decoration: none;
}

.menu-main .menu-main-item-root {
    border-bottom: 4px transparent solid;
    height: 52px;
    position: relative;
}

.menu-main .menu-main-item-root:last-of-type {
    margin-right: 0;
}

.menu-main .menu-main-item-root:hover {
    border-color: #d1a341;
}

.menu-main .menu-main-item-root > a {
    width: 100%;
    height: 100%;
    display: block;
}

.menu-main .menu-main-item-root:hover > a {
    color: #d1a341;
}

.menu-main .menu-main-item-list {
    background-color: #444341;
    z-index: 100;
    position: relative;
}

.menu-main .menu-main-item-rootlist {
    position: absolute;
    top: 100%;
    left: 0;
    margin-top: 4px;
    padding: 20px 0 20px 20px;
}

.menu-main .menu-main-item-rootlist {
    display: none;
}

.menu-main a:hover + .menu-main-item-rootlist.with-sublist,
.menu-main-item-rootlist.with-sublist:hover,
.menu-main .menu-main-item-root:hover > .menu-main-item-rootlist {
    display: block;
}

.menu-main .menu-main-item-rootlist.with-sublist {
    top: -20px;
    left: 100%;
    margin: 0;
}

.menu-main .menu-main-item-list a {
    display: block;
    white-space: nowrap;
    font-size: 14px;
    line-height: 35px;
    position: relative;
    padding-left: 8px;
    padding-right: 20px;
    width: 100%;
}

.menu-main .menu-main-item-list a:not(:hover) {
    padding-left: 0;
    padding-right: 28px;
}

.menu-main .menu-main-item-list a:before {
    content: '';
    width: 3px;
    height: 3px;
    background-color: #d1a341;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    margin: auto 0;
}

.menu-main .menu-main-item-list a:not(:hover):before {
    display: none;
}

.menu-main nav b {
    position: absolute;
    text-align: center;
    width: 20px;
    height: 35px;
    line-height: 35px;
    top: 0;
    bottom: 0;
    right: 5px;
    cursor: default;
}

.menu-main nav a:hover b {
    opacity: .5;
}

input[id^="search-toggle"] {
    display: none;
}

label[for^="search-toggle"] {
    width: 50px;
    height: 52px;
    background: url('../images/interface/icons/icon-search.svg') no-repeat center center;
    border-top: 1px #e1e1e1 solid;
    border-bottom: 1px #e1e1e1 solid;
    cursor: pointer;
}

input[id^="search-toggle"]:checked + label {
    background-image: url('../images/interface/icons/icon-cross.svg');
    background-size: 20px 20px;
}

.generic-form {
    width: 100%;
}

.generic-form .form-field {
    display: block;
}

.generic-form input[type="text"],
.generic-form input[type="password"],
.generic-form textarea,
.generic-form select {
    width: 100%;
    height: 35px;
    color: #232120;
    border: 2px #e1e1e1 solid;
    padding: 5px 10px;
    border-radius: 3px;
    margin: 5px 0 15px;
    background-color: #fff;
}

.generic-form input[type="text"]:focus,
.generic-form input[type="password"]:focus,
.generic-form textarea:focus,
.generic-form select:focus {
    border-color: #cecece;
}

.generic-form input[type="text"]:disabled,
.generic-form input[type="password"]:disabled,
.generic-form textarea:disabled,
.generic-form select:disabled {
    background-color: #fff;
    cursor: not-allowed;
}

.generic-form .form-field.form-field-error input[type="text"],
.generic-form .form-field.form-field-error input[type="password"],
.generic-form .form-field.form-field-error textarea,
.generic-form .form-field.form-field-error select {
    border-color: #b00;
}

.generic-form textarea {
    display: block;
    width: 100%;
    min-height: 100px;
    max-height: 500px;
    resize: vertical;
}

.form-search {
    margin-top: 20px;
    overflow: hidden;
}

.form-search input[type="text"] {
    width: 100%;
    margin: 0;
}

.generic-button > .ui-icon {
    margin: auto;
    margin-right: 5px;
    display: inline-block;
    vertical-align: sub;
}

.generic-button:hover > .ui-icon {
    background-image: url('../../css/images/ui-icons_fff_256x240.png');
}

.generic-form.ui-dialog .ui-dialog-buttonpane .ui-button,
.generic-button {
    width: 100%;
    height: 35px;
    line-height: 33px;
    background-color: #fff;
    border-radius: 3px;
    border: 2px #d1a341 solid;
    color: #232120;
    cursor: pointer;
    padding: 0 10px;
    margin: 0;
}

.generic-form.ui-dialog .ui-dialog-buttonpane .ui-button:hover,
.generic-button:hover {
    background-color: #d1a341;
    color: #fff;
}

.generic-form.ui-dialog .ui-dialog-buttonpane .ui-button {
    margin-right: 10px;
    width: auto;
}

.generic-form.ui-dialog {
    padding: 25px 30px 20px;
    border: 0;
    border-radius: 3px;
}

.generic-form.ui-dialog .ui-dialog-titlebar {
    height: 40px;
    padding: 0;
    border: 0;
}

.generic-form.ui-dialog .ui-dialog-title {
    margin: 0;
    font-family: 'Merriweather', serif;
    font-size: 18px;
    font-weight: 500;
}

.generic-form.ui-dialog .ui-dialog-titlebar .ui-button {
    font-size: 0;
    width: 20px;
    height: 20px;
    background: transparent url('../images/interface/icons/icon-cross-black.svg') no-repeat center center;
    background-size: 20px 20px;
    top: 2px;
    right: 0;
    margin: 0;
}

.generic-form.ui-dialog .ui-dialog-titlebar .ui-button:hover {
    background-image: url('../images/interface/icons/icon-cross.svg');
}

.generic-form.ui-dialog .ui-dialog-titlebar .ui-button span {
    display: none;
}

.generic-form.ui-dialog .ui-dialog-content {
    padding: 0;
    width: 100%;
    overflow: hidden;
}

.generic-form.ui-dialog .ui-dialog-buttonpane {
    padding: 0;
    margin: 5px 0 0 0;
    border: 0;
}

.generic-form.ui-dialog .ui-dialog-buttonpane .ui-dialog-buttonset {
    float: left;
}

#form-feedback textarea {
    height: 150px;
    max-height: 200px;
}

#form-feedback .slider-captcha {
    margin-bottom: 10px;
}

.slider-captcha .ui-slider {
    display: block;
    width: 100%;
    height: 40px;
    border-color: #e1e1e1;
    border-radius: 3px;
    margin-top: 5px;
}

.slider-captcha .ui-slider .ui-slider-handle {
    width: 170px;
    height: 40px;
    background: #d1a341 url('../images/interface/icons/icon-page-last-white.svg') no-repeat center center;
    border-radius: 3px;
    margin: 0;
    border: 0;
    top: -1px;
    cursor: pointer;
}

.form-search .generic-button {
    width: 80px;
    margin-left: 10px;
}

input[id^="search-toggle"]:not(:checked) ~ .form-search {
    max-height: 0;
    margin-top: 0;
}

#footer-middle {
    height: 130px;
    padding-top: 10px;
}

#footer-contacts {
    margin-right: 50px;
}

#footer-contacts p {
    line-height: 22px;
}

#footer-middle > p {
    width: 260px;
}

#footer-phone {
    padding-left: 45px;
    background: url('../images/interface/icons/icon-phone.svg') no-repeat left top;
}

#footer-phone span {
    font-size: 30px;
}

#footer-mail {
    font-size: 20px;
    margin-top: 8px;
    padding-left: 45px;
    background: url('../images/interface/icons/icon-mail.svg') no-repeat left top;
}

#footer-social-links .generic-button {
    width: 50px;
    height: 50px;
    margin-left: 10px;
    background-repeat: no-repeat;
    background-position: center center;
}

#footer-social-links .social-facebook {
    background-image: url('../images/interface/icons/icon-facebook.svg');
}

#footer-social-links .social-instagram {
    background-image: url('../images/interface/icons/icon-instagram.svg');
}

#footer-social-links .social-twitter {
    background-image: url('../images/interface/icons/icon-twitter.svg');
}

#footer-social-links .social-facebook:hover {
    background-image: url('../images/interface/icons/icon-facebook-white.svg');
}

#footer-social-links .social-instagram:hover {
    background-image: url('../images/interface/icons/icon-instagram-white.svg');
}

#footer-social-links .social-twitter:hover {
    background-image: url('../images/interface/icons/icon-twitter-white.svg');
}

/* --------------------------------------------- */
#footer-social-links .social-telegram {
    background-image: url('../images/interface/icons/icon-telegram.svg');
    background-size: 24px 24px;
}

#footer-social-links .social-vk {
    background-image: url('../images/interface/icons/icon-vk.svg');
    background-size: 24px 24px;
}

#footer-social-links .social-ok {
    background-image: url('../images/interface/icons/icon-ok.svg');
}

#footer-social-links .social-telegram:hover {
    background-image: url('../images/interface/icons/icon-telegram-white.svg');
}

#footer-social-links .social-vk:hover {
    background-image: url('../images/interface/icons/icon-vk-white.svg');
}

#footer-social-links .social-ok:hover {
    background-image: url('../images/interface/icons/icon-ok-white.svg');
}
/* --------------------------------------------- */

#footer-bottom {
    height: 60px;
    background-color: #444241;
    color: #fff;
}

#magneex {
    width: 755px;
}

#footer-bottom a {
    font-size: 14px;
}


.link-old-site {
    padding-left: 30px;
    margin-right: 30px;
    background: url('../images/interface/icons/icon-arrow-back.svg') no-repeat left center;
    background-size: 20px;
}

.link-site-map {
    padding-left: 27px;
    margin-right: 30px;
    background: url('../images/interface/icons/icon-site-map.svg') no-repeat left center;
}

.link-rss {
    padding-left: 27px;
    margin-right: 30px;
    background: url('../images/interface/icons/icon-rss.svg') no-repeat left center;
    background-size: 16px;
}

#footer-bottom .link-blind-mode {
    margin-right: 0;
}

#news-main-top {
    width: 100%;
}

#news-main-top .news-snippet,
#calendar-wrap {
    width: 265px;
    height: auto;
    margin-bottom: 20px;
}

.news-snippet {
    position: relative;
    border-bottom: 1px #e1e1e1 solid;
    padding-bottom: 30px;
    margin-bottom: 20px;
}

.news-snippet:last-of-type {
    border-bottom-color: transparent;
    margin-bottom: 0;
}

#news-main-top .news-snippet {
    border: 1px transparent solid;
    border-radius: 3px;
    overflow: hidden;
    padding: 0;
    margin-right: 20px;
}

#news-main-top .news-snippet:nth-child(3n+3) {
    margin-right: 0;
}

#news-main-top .news-snippet:hover {
    border-color: #e1e1e1
}

#news-main-top .news-snippet > div {
    margin-top: -10px;
    padding: 0 20px;
}

.news-snippet img {
    display: block;
    width: 265px;
    height: 170px;
    margin-right: 20px;
}

#news-main-top img {
    border-radius: 3px 3px 0 0;
    margin: -1px 0 0 -1px;
    height: 170px;
}

.news-date {
    color: #fff;
    font-size: 12px;
    width: 80px;
    height: 20px;
    line-height: 20px;
    text-align: center;
    background-color: #d1a341;
    display: inline-block;
    vertical-align: middle;
}

#news-main-top .news-snippet .news-date {
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
}

.news-snippet .news-link {
    display: block;
    font-weight: bold;
    margin: 20px 0;
}

#news-main-top .news-snippet .news-link {
    margin: 10px 0 20px;
}

#news-main-top .news-snippet .news-learn-more {
    position: absolute;
    bottom: 0;
    left: 20px;
    width: 100%;
    height: 50px;
    line-height: 50px;
    background-color: #fff;
    z-index: 2;
}

#news-main-top .news-snippet .news-learn-more:before {
    content: '';
    position: absolute;
    top: -50px;
    left: 0;
    width: 100%;
    height: 50px;
    background: linear-gradient(to top, rgba(255, 255, 255, 1) 0%, rgba(255, 255, 255, 0) 100%)
}

.news-learn-more a {
    display: inline-block;
    height: 20px;
    line-height: 20px;
}

.news-learn-more a:after {
    display: inline-block;
    vertical-align: top;
    content: '\00bb';
    margin-left: 3px;
    font-size: 18px;
    text-decoration: none;
}

#news-main {
    margin-bottom: 20px;
    border-bottom: 1px #e1e1e1 solid;
}

#news-main .news-snippet {
    margin: 0;
    border: none;
    padding: 20px 20px 30px 0;
    width: 50%;
    border-top: 1px #e1e1e1 solid;
}

#news-main .news-snippet:nth-of-type(2n) {
    padding-left: 20px;
    border-left: 1px #e1e1e1 solid;
}

.news-time {
    font-size: 12px;
    color: #a49b96;
    height: 20px;
    line-height: 20px;
    margin-left: 8px;
    padding-left: 20px;
    display: inline-block;
    background: url('../images/interface/icons/icon-clock.svg') no-repeat left center;
}

.news-month {
    font-size: 16px;
    font-weight: bold;
    height: 15px;
    line-height: 15px;
    padding-left: 25px;
    background: url('../images/interface/icons/icon-calendar.svg') no-repeat left top;
    background-size: auto 100%;
}

#news-main .news-snippet .news-link {
    margin: 20px 0 30px;
}

.news-snippet .news-descr {
    margin-bottom: 20px;
}

.news-snippet .news-categories {
    font-size: 12px;
    margin-bottom: 20px;
}

#news-main .news-snippet .news-categories {
    margin-bottom: 30px;
}

.news-counters {
    position: absolute;
    right: 20px;
    bottom: 30px;
}

.news-counters p {
    display: inline-block;
    vertical-align: middle;
    font-size: 12px;
}

.news-counters .news-views {
    color: #a49b96;
    height: 15px;
    line-height: 15px;
    padding-left: 21px;
    background: url('../images/interface/icons/icon-views.svg') no-repeat left center;
}

.news-counters .news-comments {
    color: #a49b96;
    height: 15px;
    margin-left: 40px;
    line-height: 15px;
    padding-left: 21px;
    background: url('../images/interface/icons/icon-comments.svg') no-repeat left center;
}

#calendar-wrap {
    margin-left: 20px;
}

.side-block {
    margin-bottom: 20px;
}

.side-block > p {
    height: 45px;
    text-align: center;
    line-height: 45px;
    font-size: 16px;
    background-color: #444241;
    border-radius: 3px 3px 0 0;
    color: #d1a341;
    text-transform: uppercase;
}

.side-block > div,
.side-block > nav {
    border: 1px #e1e1e1 solid;
    border-radius: 0 0 3px 3px;
    padding: 0 20px 20px;
}

.side-block > nav a {
    display: block;
    margin-top: 17px;
    line-height: 20px;
}

.side-block > nav a.is-active {
    font-weight: bold;
    text-decoration: none;
}

.side-block > nav a b {
    font-size: 12px;
    width: 100%;
    display: inline-block;
    text-decoration: none;
    margin-bottom: 8px;
}

.calendar {
    min-height: 280px;
    position: relative;
}

.calendar > div {
    min-height: 235px;
}

.calendar .calendar-all-dates {
    position: absolute;
    display: block;
    width: 100%;
    text-align: right;
    bottom: 6px;
    right: 6px;
    font-size: 12px;
}

.ui-datepicker {
    border-color: #cecece;
    border-width: 2px;
    padding: 10px 15px 15px;
    width: auto;
    border-radius: 0 0 3px 3px;
    margin-top: -2px;
}

.calendar .ui-datepicker {
    width: 100%;
    padding: 0;
    margin-top: 0;
    border: none;
}

.ui-datepicker .ui-datepicker-header {
    padding: 0;
    height: 50px;
    line-height: 50px;
    border: none;
    margin-bottom: 12px;
}

.ui-datepicker .ui-datepicker-header > a {
    top: 0;
    bottom: 0;
    margin: auto 0;
    cursor: pointer;
    width: 20px;
    height: 20px;
    background: url('../images/interface/icons/icon-datepicker-arrow.svg') no-repeat center center;
}

.ui-datepicker .ui-datepicker-header > a.ui-datepicker-prev {
    -webkit-transform: rotateY(180deg);
    transform: rotateY(180deg);
    left: 0;
}

.ui-datepicker .ui-datepicker-header > a.ui-datepicker-next {
    right: 0;
}

.ui-datepicker .ui-datepicker-header > a span {
    display: none;
}

.ui-datepicker .ui-datepicker-header > a:hover {
    border: none;
}

.ui-datepicker .ui-datepicker-title {
    font-weight: bold;
    font-size: 16px;
    margin: 0;
    line-height: 50px;
}

.ui-datepicker table {
    margin: 0;
}

.ui-datepicker table thead {
    display: none;
}

.ui-datepicker td {
    padding: 0 8px 8px 0;
}

.ui-datepicker td .ui-state-default {
    text-align: center;
    border: 2px transparent solid;
    border-radius: 3px;
}

.ui-datepicker td .ui-state-default:not(.ui-state-highlight):not(.ui-state-active):hover {
    background-color: #ede9e0;
    border-color: #ede9e0;
}

.ui-datepicker td .ui-state-highlight {
    background-color: #444341;
    color: #fff;
}

.ui-datepicker tr td:last-child {
    padding-right: 0;
}

.ui-datepicker tr:last-child td {
    padding-bottom: 0;
}

.ui-datepicker td.marks-past .ui-state-default {
    border-color: #ede9e0;
}

.ui-datepicker td.marks-future .ui-state-default {
    border-color: #d1a341;
}

#link-survey {
    display: block;
    height: 140px;
    background: url('../images/interface/survey.jpg') no-repeat center center;
    border: 1px #e1e1e1 solid;
    border-radius: 3px;
}

#link-control {
	display: block;
	background-size: contain !important;
	height: 140px;
	width: 265px;
    background: url('../images/interface/control.jpg') no-repeat center center;
    border: 1px #e1e1e1 solid;
    border-radius: 3px;
	margin: 10px 0;
}

#link-banner {
    display: block;
	/* height: 100px; */
	text-align: center;
	color: red;
    border: 1px #e1e1e1 solid;
	border-radius: 3px;
	padding: 10px 8px;
}

#button-all-news {
    width: 160px;
    margin: 0 0 20px 0;
    text-align: center;
	float: left;
	margin-top: 60px;
}

#button-all-news span {
    height: 100%;
    display: inline-block;
    padding-left: 32px;
    background: url('../images/interface/icons/icon-all-news.svg') no-repeat left center;
}

#button-all-news:hover span {
    background-image: url('../images/interface/icons/icon-all-news-white.svg');
}

#news-slider-wrap {
    margin-bottom: 40px;
    height: 330px;
    clear: both;
}

#news-slider {
    width: 700px;
    position: relative;
}

#news-slider .slick-arrow,
#news-slider .slick-dots {
    position: absolute;
}

#news-slider .slick-arrow {
    width: 48px;
    height: 48px;
    top: 0;
    bottom: 0;
    margin: auto 0;
    z-index: 5;
    cursor: pointer;
    background-color: transparent;
    color: transparent;
    opacity: .5;
    background: url('../images/interface/icons/icon-slider-arrow.svg') no-repeat center center;
}

#news-slider .slick-arrow:hover {
    opacity: 1;
}

#news-slider .slick-prev {
    left: 20px;
    -webkit-transform: rotateY(180deg);
    transform: rotateY(180deg);
}

#news-slider .slick-next {
    right: 20px;
}

#news-slider .slick-dots {
    bottom: 26px;
    left: 0;
    right: 0;
    text-align: center;
}

#news-slider .slick-dots li {
    display: inline-block;
    margin: 0 5px;
    width: 12px;
    height: 12px;
    border-radius: 50%;
    color: #fff;
    background-color: #fff;
    opacity: .5;
    cursor: pointer;
}

#news-slider .slick-dots li button {
    display: none;
}

#news-slider .slick-dots li:hover,
#news-slider .slick-dots li.slick-active {
    opacity: 1;
}

#news-slider .slick-slide {
    height: 330px;
}

#news-slide-content {
    min-width: 420px;
    padding: 20px 40px 30px 20px;
    position: relative;
    overflow: hidden;
    border: none;
}

#news-slide-content .overlay {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #fff;
}

#news-slide-content .news-link {
    margin-bottom: 20px;
}

#news-slide-content .news-link:not([href]) {
    color: #000;
}

#news-slide-content .news-learn-more {
    position: absolute;
    left: 20px;
    bottom: 0;
    height: 60px;
    line-height: 50px;
    width: 100%;
    background-color: #fff;
}

#news-slide-content .news-learn-more:before {
    content: '';
    position: absolute;
    top: -100%;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(to top, rgba(255, 255, 255, 1) 0%, rgba(255, 255, 255, 0) 100%)
}

#news-slide-content .news-learn-more a:not([href]) {
    display: none;
}

.breadcrumbs {
    width: 100%;
    margin-top: 20px;
    line-height: 23px;
}

.breadcrumbs span {
    margin: 0;
}

.breadcrumbs a:after,
.breadcrumbs span:after {
    content: '';
    margin: 0px 10px;
    width: 4px;
    height: 9px;
    display: inline-block;
    background: url('../images/interface/icons/icon-bread-arrow.svg') no-repeat center center;
}

.breadcrumbs span:last-child:after {
    display: none;
}

body > div {
    -webkit-flex-grow: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
}

aside {
    width: 265px;
}

main {
    width: 100%;
    -webkit-flex-grow: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
}

aside + main {
    width: 825px;
    margin-bottom: 30px;
    -webkit-flex-grow: 0;
    -ms-flex-positive: 0;
    flex-grow: 0;
}

.generic-pages {
    margin: 20px 0 40px;
    font-size: 0;
}

.generic-pages .generic-page {
    display: inline-block;
    vertical-align: top;
    width: auto;
    min-width: 34px;
    height: 34px;
    line-height: 34px;
    text-align: center;
    text-decoration: none;
    font-size: 14px;
    margin-right: 10px;
    background-repeat: no-repeat;
    background-position: center center;
}

.generic-pages .generic-page:only-child {
    display: none;
}

.generic-pages .generic-page.generic-page-current {
    border-color: transparent;
    cursor: default;
}

.generic-pages .generic-page.generic-page-previous,
.generic-pages .generic-page.generic-page-next,
.generic-pages .generic-page.generic-page-first,
.generic-pages .generic-page.generic-page-last {
    width: 34px;
    color: transparent !important;
}

.generic-pages .generic-page.generic-page-previous,
.generic-pages .generic-page.generic-page-next {
    background-image: url('../images/interface/icons/icon-page-next.svg');
}

.generic-pages .generic-page.generic-page-previous:hover,
.generic-pages .generic-page.generic-page-next:hover {
    background-image: url('../images/interface/icons/icon-page-next-white.svg');
}

.generic-pages .generic-page.generic-page-first,
.generic-pages .generic-page.generic-page-last {
    background-image: url('../images/interface/icons/icon-page-last.svg');
}

.generic-pages .generic-page.generic-page-first:hover,
.generic-pages .generic-page.generic-page-last:hover {
    background-image: url('../images/interface/icons/icon-page-last-white.svg');
}

.generic-pages .generic-page.generic-page-previous,
.generic-pages .generic-page.generic-page-first {
    -webkit-transform: rotateY(-180deg);
    transform: rotateY(-180deg);
}

#news-events .news-snippet .news-link {
    margin: 15px 0;
}

#news-events .news-snippet .news-descr {
    margin-bottom: 30px;
}

.important-event {
    margin-bottom: 10px;
}

#news-events .news-snippet.important-event {
    margin-bottom: 30px;
}

#news-events .news-snippet.important-event .event-info {
    width: 825px;
    height: 400px;
    position: relative;
}

#news-events .news-snippet.important-event .event-info img {
    width: 100%;
    height: 400px;
}

#news-events .news-snippet.important-event .event-info > div {
    width: 580px;
    position: absolute;
    bottom: 30px;
    left: 0;
    background-color: rgba(255, 255, 255, .9);
    padding: 20px;
}

.important-event .news-month {
    font-size: 20px;
    height: 23px;
    line-height: 26px;
    padding-left: 35px;
}

.news-place {
    font-size: 16px;
    margin-top: 5px;
    padding-left: 35px;
}

#news-events .news-snippet.important-event .event-info .news-link {
    font-size: 20px;
    margin-bottom: 0;
    line-height: 30px;
}

#news-events .news-snippet.important-event .news-descr {
    margin: 20px 0 30px;
}

.image-wrap {
    position: relative;
    overflow: hidden;
}

.image-wrap img {
    display: block;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    width: 100%;
}

.content-data {
    position: relative;
    padding-bottom: 60px;
    margin-bottom: 30px;
    border-bottom: 1px #e1e1e1 solid;
}

.content-data .news-time {
    margin-bottom: 25px;
}

.ckeditor-wysiwyg p {
    display: inline-block;
    width: 100%;
    margin-bottom: 20px;
}

.ckeditor-wysiwyg ul,
.ckeditor-wysiwyg ol {
    margin-bottom: 20px;
    padding-left: 15px;
}

.ckeditor-wysiwyg ul li,
.ckeditor-wysiwyg ol li {
    margin-bottom: 10px;
}

.ckeditor-wysiwyg p + ul,
.ckeditor-wysiwyg p + ol {
    margin-top: -10px;
}

.ckeditor-wysiwyg img {
    display: block;
    text-align: center;
    margin: 0 auto;
}

h2,
.ckeditor-wysiwyg table caption {
    margin-bottom: 20px;
    font-weight: bold;
    font-size: 14px;
}

.ckeditor-wysiwyg blockquote {
    background-color: #ececec;
    border-radius: 3px;
    padding: 20px;
    margin-bottom: 20px;
    font-style: italic;
    line-height: 20px;
}

.ckeditor-wysiwyg blockquote:before,
.ckeditor-wysiwyg blockquote:after {
    font-size: 24px;
    display: inline-block;
    vertical-align: baseline;
}

.ckeditor-wysiwyg blockquote:before {
    content: open-quote;
    margin-right: 7px;
}

.ckeditor-wysiwyg blockquote:after {
    content: close-quote;
    margin-left: 7px;
}

.ckeditor-wysiwyg blockquote p {
    display: inline;
}

.content-data .news-categories {
    margin: 50px 0 30px;
}

.content-data .share-links {
    position: absolute;
    left: 0;
    bottom: 30px;
    font-size: 0;
}

.content-data .share-links .ya-share2__container {
    display: inline-block;
    vertical-align: middle;
}

.content-data .share-links:before {
    content: 'Поделиться';
    color: #a49b96;
    margin-right: 10px;
    font-size: 14px;
    line-height: 30px;
    display: inline-block;
    vertical-align: middle;
}

.content-data .share-links .ya-share2__item {
    display: inline-block;
    vertical-align: middle;
    width: 30px;
    height: 30px;
    margin-right: 2px;
}

.content-data .share-links .ya-share2__item a {
    display: block;
    width: 100%;
    height: 100%;
    background-repeat: no-repeat;
    background-position: center center;
}

.content-data .share-links .ya-share2__item_service_vkontakte a {
    background-image: url('../images/interface/icons/icon-share-vk.svg');
}

.content-data .share-links .ya-share2__item_service_odnoklassniki a {
    background-image: url('../images/interface/icons/icon-share-ok.svg');
}

.content-data .share-links .ya-share2__item_service_facebook a {
    background-image: url('../images/interface/icons/icon-share-facebook.svg');
    display: none !important;
}

.content-data .share-links .ya-share2__item_service_twitter a {
    background-image: url('../images/interface/icons/icon-share-twitter.svg');
    display: none !important;
}

.content-data .share-links .ya-share2__item_service_gplus a {
    background-image: url('../images/interface/icons/icon-share-google.svg');
}

.content-comments,
.content-comments h2 {
    margin-bottom: 20px;
}

.content-comments form + h2 {
    margin-bottom: 30px;
    font-size: 16px;
}

.content-comments form textarea {
    display: block;
    margin: 10px 0;
}

.content-comments form .generic-button {
    width: 130px;
}

.content-comments .content-comment {
    margin-bottom: 35px;
    position: relative;
    word-break: break-word;
}

.content-comments .content-comment b {
    display: block;
    margin: 20px 0;
}

.content-comments .content-comment .news-time {
    margin-bottom: 0;
}

.content-comment-list {
    margin-top: 40px;
    min-height: 40px;
    position: relative;
}

.content-comments #esia-panel {
    margin-left: 0;
}

.generic-button.comment-list-refresh {
    position: absolute;
    top: -10px;
    right: 0;
    width: 35px;
    height: 35px;
    background-image: url('../images/interface/icons/icon-refresh-black.svg');
    background-repeat: no-repeat;
    background-position: center center;
    background-size: 50% 50%;
    padding: 0;
}

.generic-button.comment-list-refresh:hover {
    background-image: url('../images/interface/icons/icon-refresh-white.svg');
}

.ckeditor-wysiwyg table {
    width: 100%;
    border-collapse: collapse;
    table-layout: fixed;
}

.ckeditor-wysiwyg table caption {
    text-align: left;
    font-size: 14px;
}

.ckeditor-wysiwyg table th {
    padding-bottom: 12px;
    text-align: left;
    border-bottom: 1px #e1e1e1 solid;
}

.ckeditor-wysiwyg table td {
    padding: 10px 0 20px;
}

.ckeditor-wysiwyg table th + th,
.ckeditor-wysiwyg table td + td {
    padding-left: 10px;
    padding-right: 10px;
}

.ckeditor-wysiwyg table p {
    margin-bottom: 0;
}

.video-counter {
    display: block;
    font-size: 14px;
    text-align: center;
}

#video-player-holder {
    width: 825px;
    height: 465px;
	overflow: hidden;
    background-color: #000;
}

.video-player {
	display: block;
    width: 100%;
    height: 100%;
}

.video-slider {
    margin: 0 -5px 50px;
}

.video-slider .video-slide {
    width: 157px;
    height: 86px;
    margin: 0 5px;
    border: 2px #d1a341 solid;
    border-radius: 3px;
    position: relative;
}

.video-slider .video-slide .video-player {
    display: block;
    width: 100%;
    height: 100%;
    opacity: .95;
    background: #000 url('../images/interface/icons/icon-play.svg') no-repeat center center;
}

.video-slider .video-slide:hover .video-player,
.video-slider .video-slide .video-player.is-active {
    opacity: .5;
}

.video-slider-arrows {
    height: 35px;
    margin: 20px 0 25px;
}

.video-slider-arrows .generic-page {
    margin: 0;
}

.generic-checkbox {
    display: none;
}

.generic-checkbox + label {
    display: inline-block;
    vertical-align: middle;
    margin: 0 20px 15px 0;
    cursor: pointer;
}

.generic-checkbox + label:before {
    content: '\2713';
    color: #e1e1e1;
    display: inline-block;
    vertical-align: middle;
    width: 16px;
    height: 16px;
    line-height: 16px;
    text-align: center;
    background-color: #e1e1e1;
    margin-right: 7px;
    border-radius: 3px;
    font-size: 10px;
}

.generic-checkbox:checked + label:before {
    background-color: #d1a341;
    color: #fff;
}

.generic-checkbox:disabled + label:before {
    color: #e1e1e1;
    opacity: .5;
}

.generic-form [class^='select2'] {
    border-color: #e1e1e1 !important;
    color: #000 !important;
}

.generic-form .select2-selection__choice {
    color: #fff !important;
    background-color: #d1a341 !important;
    height: 35px !important;
    line-height: 35px;
}

.generic-form .select2-container {
    border-radius: 3px !important;
    margin: 5px 0 15px 0;
}

.generic-form .select2-selection__arrow {
    height: 35px !important;
}

.generic-form .select2-selection__arrow b {
    border-color: #d1a341 transparent transparent transparent !important;
    left: 40% !important;
}

.generic-form .select2-container--open .select2-selection__arrow b {
    border-color: transparent transparent #d1a341 transparent !important;
}

.generic-form .select2-selection__choice__remove {
    color: #fff !important;
}

.generic-form .select2-container .select2-selection,
.select2-dropdown {
    border-width: 2px;
}

.select2-dropdown {
    border-color: #e1e1e1 !important;
}

.select2-search--dropdown {
    padding: 10px;
}

.select2-container--default .select2-search--dropdown .select2-search__field {
    border: 2px #e1e1e1 solid;
}

.generic-form .select2-container .select2-selection--single {
    height: 35px !important;
}

.generic-form .select2-container .select2-selection--multiple {
    min-height: 35px !important;
}

.generic-tabs.ui-tabs,
.generic-tabs.ui-tabs .ui-tabs-nav {
    padding: 0;
    border: none;
}

.generic-tabs.ui-tabs .ui-tabs-nav {
    border-bottom: 2px #d1a341 solid;
}

.generic-tabs.ui-tabs .ui-tabs-nav li {
    height: 30px;
}

.generic-tabs.ui-tabs .ui-tabs-nav li.ui-state-default {
    border: none;
}

.generic-tabs.ui-tabs .ui-tabs-nav li.ui-tabs-active {
    margin-bottom: -2px;
}

.generic-tabs.ui-tabs .ui-tabs-nav li.ui-tabs-active .ui-tabs-anchor {
    cursor: default;
}

.generic-tabs.ui-tabs .ui-tabs-panel {
    padding: 15px 0 0 0;
}

.image-popup {
    display: inline-block;
    width: 825px;
    height: 400px;
    position: relative;
    margin-bottom: 10px;
    color: #d1a341;
}

.image-popup img {
    display: block;
    width: 100%;
    height: 100%;
}

.image-popup:after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    line-height: 400px;
    text-align: center;
    background: rgba(255, 255, 255, 0) url('../images/interface/icons/icon-search.svg') no-repeat center center;
    background-size: 100px;
    transition: .15s ease-out;
    opacity: 0;
}

.image-popup:hover:after {
    background-color: rgba(255, 255, 255, .65);
    opacity: .95;
}

.search-group {
    margin-bottom: 30px;
}

.search-group-head {
    border-bottom: 2px #d1a341 solid;
    margin-bottom: 10px;
    padding-bottom: 10px;
}

.search-group-title {
    margin-right: 5px;
}

.search-group-count {
    opacity: .5;
}

.search-group-item {
    margin: 10px 0;
}

.search-group-item > div {
    position: relative;
}

.search-group-preview {
    margin-right: 10px;
}

.search-group-item-name {
    margin-bottom: 5px;
    display: inline-block;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
    max-width: 840px;
    font-size: 18px;
}

.search-group-item-descr {
    min-height: 45px;
    overflow: hidden;
    padding-bottom: 5px;
    position: relative;
}

.search-group-item-descr:after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    height: 25px;
    background: linear-gradient(to top, rgba(255, 255, 255, 1) 0%, rgba(255, 255, 255, 0) 100%)
}

.search-group .news-learn-more {
    position: absolute;
    left: 0;
    bottom: 0;
}

#form-admin-login {
    width: 300px;
    margin: 50px auto;
}

#form-admin-login h1 {
    font-size: 15px;
    text-align: center;
    font-weight: bold;
    border-top: 2px #d1a341 solid;
    border-bottom: 2px #d1a341 solid;
    margin-bottom: 10px;
    padding: 15px 0 10px;
}

#form-admin-login input[type="submit"] {
    width: 50%;
    margin-right: 20px;
}

#form-rollback {
    font-size: 15px;
    text-align: center;
}

.form-rollback.generic-form.ui-dialog .ui-dialog-titlebar {
    display: none;
}

.form-rollback.generic-form.ui-dialog {
    border: 2px #d1a341 solid;
}

#form-rollback-new.generic-button {
    margin-bottom: 10px;
    height: 50px;
    border-color: #d1a341;
    background-color: #d1a341;
    color: #fff;
    font-weight: bold;
    transition: .25s ease-out;
}

#form-rollback-new.generic-button:hover {
    border-color: #b98c2d;
    background-color: #b98c2d;
}

#form-rollback-old.generic-button {
    color: #000;
    border-color: #fff;
    background-color: #fff;
    opacity: .8;
    text-decoration: underline;
}

#form-rollback-old.generic-button:hover {
    text-decoration: none;
}

.document {
    min-height: 60px;
    background-color: #ececec;
    background-image: url('../images/interface/icons/icon-file.svg');
    background-repeat: no-repeat;
    background-position: 20px center;
    padding: 0 20px 0 70px;
}

.document span {
    line-height: 18px;
}

.document + .document {
    margin: 20px 0;
}


#partners a img {
    max-width: 100%;
}

.widget-vybor {
    width: 100%;
    margin-top: 20px;

}
.widget-vybor iframe {
    width: 100%;
}

/* + Сбор метаданных */

.privacy-policy-popup {
    position: fixed;
    right: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 90px;
    z-index: 100;
    background-color: #fff;
    box-shadow: 0 -2px 20px rgba(0, 0, 0, .15);
    transition: 350ms ease-out;
    transition-property: bottom, box-shadow;
    user-select: none;
    font-size: 12px;
    -webkit-transform: translateZ(0);
}

.privacy-policy-popup div {
    display: flex;
    align-items: center;
    width: 1000px;
    height: 100%;
    margin: 0 auto;
}

.privacy-policy-popup p {
    color: #232120;
    flex-grow: 1;
    text-align: center;
}

.privacy-policy-popup span {
    height: 30px;
    line-height: 30px;
    padding: 0 8px;
    font-weight: bold;
    text-align: center;
    margin-left: auto;
    cursor: pointer;
    transition: 150ms ease-out;
    background-color: #d1a341;
    color: #fff;
    margin-left: 10px;
}

.privacy-policy-popup:not([data-shown]) {
    bottom: -100px;
    box-shadow: none;
}

/* - Сбор метаданных */