/*! normalize-scss | MIT/GPLv2 License | bit.ly/normalize-scss */
/**
 * 1. Set default font family to sans-serif.
 * 2. Prevent iOS and IE text size adjust after device orientation change,
 *    without disabling user zoom.
 */
html {
    font-size: 100%;
    font-family: sans-serif;
    /* 1 */
    -ms-text-size-adjust: 100%;
    /* 2 */
    -webkit-text-size-adjust: 100%;
    /* 2 */
}

/**
 * Remove default margin.
 */
body {
    margin: 0;
}

/* HTML5 display definitions
   ========================================================================== */
/**
 * Correct `block` display not defined for any HTML5 element in IE 8/9.
 * Correct `block` display not defined for `details` or `summary` in IE 10/11
 * and Firefox.
 * Correct `block` display not defined for `main` in IE 11.
 */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
    display: block;
}

/**
 * 1. Correct `inline-block` display not defined in IE 8/9.
 * 2. Normalize vertical alignment of `progress` in Chrome, Firefox, and Opera.
 */
audio,
canvas,
progress,
video {
    display: inline-block;
    /* 1 */
    *display: inline;
    *zoom: 1;
    vertical-align: baseline;
    /* 2 */
}

/**
 * Prevent modern browsers from displaying `audio` without controls.
 * Remove excess height in iOS 5 devices.
 */
audio:not([controls]) {
    display: none;
    height: 0;
}

/**
   * Address `[hidden]` styling not present in IE 8/9/10.
   */
[hidden] {
    display: none;
}

/**
 * Hide the `template` element in IE 8/9/10/11, Safari, and Firefox < 22.
 */
template {
    display: none;
}

/* Links
   ========================================================================== */
/**
   * Remove the gray background color from active links in IE 10.
   */
a {
    background-color: transparent;
}

/**
 * Improve readability of focused elements when they are also in an
 * active/hover state.
 */
a:active,
a:hover {
    outline: 0;
}

/* Text-level semantics
   ========================================================================== */
/**
 * Address styling not present in IE 8/9/10/11, Safari, and Chrome.
 */
abbr[title] {
    border-bottom: 1px dotted;
}

/**
 * Address style set to `bolder` in Firefox 4+, Safari, and Chrome.
 */
b,
strong {
    font-weight: bold;
}

/**
 * Address styling not present in Safari and Chrome.
 */
dfn {
    font-style: italic;
}

/**
 * Address variable `h1` font-size and margin within `section` and `article`
 * contexts in Firefox 4+, Safari, and Chrome.
 */
h1 {
    font-size: 2em;
    /* Set 1 unit of vertical rhythm on the top and bottom margins. */
    margin: 0.75em 0;
}

h2 {
    font-size: 1.5em;
    margin: 1em 0;
}

h3 {
    font-size: 1.17em;
    margin: 1.2820512821em 0;
}

h4 {
    font-size: 1em;
    margin: 1.5em 0;
}

h5 {
    font-size: 0.83em;
    margin: 1.8072289157em 0;
}

h6 {
    font-size: 0.67em;
    margin: 2.2388059701em 0;
}

/**
   * Address styling not present in IE 8/9.
   */
mark {
    background: #ff0;
    color: #000;
}

/**
 * Address inconsistent and variable font size in all browsers.
 */
small {
    font-size: 80%;
}

/**
 * Prevent `sub` and `sup` affecting `line-height` in all browsers.
 */
sub,
sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline;
}

sup {
    top: -0.5em;
}

sub {
    bottom: -0.25em;
}

/* Embedded content
   ========================================================================== */
/**
   * Remove border when inside `a` element in IE 8/9/10.
   */
img {
    border: 0;
    /* Improve image quality when scaled in IE 7. */
    -ms-interpolation-mode: bicubic;
}

/**
 * Correct overflow not hidden in IE 9/10/11.
 */
svg:not(:root) {
    overflow: hidden;
}

/* Grouping content
   ========================================================================== */
/**
   * Address margins set differently in IE 6/7.
   */
dl,
menu,
ol,
ul {
    margin: 1.5em 0;
}

dd {
    margin: 0 0 0 40px;
}

/**
   * Address paddings set differently in IE 6/7.
   */
menu,
ol,
ul {
    padding: 0 0 0 40px;
}

/**
   * Correct list images handled incorrectly in IE 7.
   */
nav ul,
nav ol {
    list-style: none;
    list-style-image: none;
}

/**
   * Set 1 unit of vertical rhythm on the top and bottom margin.
   */
blockquote {
    margin: 1.5em 40px;
}

/**
   * Address margin not present in IE 8/9 and Safari.
   */
figure {
    margin: 1.5em 40px;
}

/**
 * Address differences between Firefox and other browsers.
 */
hr {
    box-sizing: content-box;
    height: 0;
}

/**
   * Set 1 unit of vertical rhythm on the top and bottom margin.
   */
p,
pre {
    margin: 1.5em 0;
}

/**
 * Contain overflow in all browsers.
 */
pre {
    overflow: auto;
}

/**
 * Address odd `em`-unit font size rendering in all browsers.
 */
code,
kbd,
pre,
samp {
    font-family: monospace, monospace;
    _font-family: 'courier new', monospace;
    font-size: 1em;
}

/* Forms
   ========================================================================== */
/**
 * Known limitation: by default, Chrome and Safari on OS X allow very limited
 * styling of `select`, unless a `border` property is set.
 */
/**
   * Correct margin displayed oddly in IE 6/7.
   */
form {
    margin: 0;
}

/**
 * 1. Correct color not being inherited.
 *    Known issue: affects color of disabled elements.
 * 2. Correct font properties not being inherited.
 * 3. Address margins set differently in Firefox 4+, Safari, and Chrome.
 * 4. Address `font-family` inconsistency between `textarea` and other form in IE 7
 * 5. Improve appearance and consistency with IE 6/7.
 */
button,
input,
optgroup,
select,
textarea {
    color: inherit;
    /* 1 */
    font: inherit;
    /* 2 */
    margin: 0;
    /* 3 */
    *font-family: sans-serif;
    /* 4 */
    *vertical-align: middle;
    /* 5 */
}

/**
 * Address `overflow` set to `hidden` in IE 8/9/10/11.
 */
button {
    overflow: visible;
}

/**
 * Address inconsistent `text-transform` inheritance for `button` and `select`.
 * All other form control elements do not inherit `text-transform` values.
 * Correct `button` style inheritance in Firefox, IE 8/9/10/11, and Opera.
 * Correct `select` style inheritance in Firefox.
 */
button,
select {
    text-transform: none;
}

/**
 * 1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio`
 *    and `video` controls.
 * 2. Correct inability to style clickable `input` types in iOS.
 * 3. Improve usability and consistency of cursor style between image-type
 *    `input` and others.
 * 4. Remove inner spacing in IE 7 without affecting normal text inputs.
 *    Known issue: inner spacing remains in IE 6.
 */
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
    -webkit-appearance: button;
    /* 2 */
    cursor: pointer;
    /* 3 */
    *overflow: visible;
    /* 4 */
}

/**
 * Re-set default cursor for disabled elements.
 */
button[disabled],
html input[disabled] {
    cursor: default;
}

/**
 * Remove inner padding and border in Firefox 4+.
 */
button::-moz-focus-inner,
input::-moz-focus-inner {
    border: 0;
    padding: 0;
}

/**
 * Address Firefox 4+ setting `line-height` on `input` using `!important` in
 * the UA stylesheet.
 */
input {
    line-height: normal;
}

/**
   * It's recommended that you don't attempt to style these elements.
   * Firefox's implementation doesn't respect box-sizing, padding, or width.
   *
   * 1. Address box sizing set to `content-box` in IE 8/9/10.
   * 2. Remove excess padding in IE 8/9/10.
   * 3. Remove excess padding in IE 7.
   *    Known issue: excess padding remains in IE 6.
   */
input[type="checkbox"],
input[type="radio"] {
    box-sizing: border-box;
    /* 1 */
    padding: 0;
    /* 2 */
    *height: 13px;
    /* 3 */
    *width: 13px;
    /* 3 */
}

/**
 * Fix the cursor style for Chrome's increment/decrement buttons. For certain
 * `font-size` values of the `input`, it causes the cursor style of the
 * decrement button to change from `default` to `text`.
 */
input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
    height: auto;
}

/**
 * 1. Address `appearance` set to `searchfield` in Safari and Chrome.
 * 2. Address `box-sizing` set to `border-box` in Safari and Chrome.
 */
input[type="search"] {
    -webkit-appearance: textfield;
    /* 1 */
    box-sizing: content-box;
    /* 2 */
    /**
     * Remove inner padding and search cancel button in Safari and Chrome on OS X.
     * Safari (but not Chrome) clips the cancel button when the search input has
     * padding (and `textfield` appearance).
     */
}

input[type="search"]::-webkit-search-cancel-button, input[type="search"]::-webkit-search-decoration {
    -webkit-appearance: none;
}

/**
 * Define consistent border, margin, and padding.
 */
fieldset {
    border: 1px solid #c0c0c0;
    margin: 0 2px;
    padding: 0.35em 0.625em 0.75em;
}

/**
 * 1. Correct `color` not being inherited in IE 8/9/10/11.
 * 2. Remove padding so people aren't caught out if they zero out fieldsets.
 * 3. Correct alignment displayed oddly in IE 6/7.
 */
legend {
    border: 0;
    /* 1 */
    padding: 0;
    /* 2 */
    *margin-left: -7px;
    /* 3 */
}

/**
 * Remove default vertical scrollbar in IE 8/9/10/11.
 */
textarea {
    overflow: auto;
}

/**
 * Don't inherit the `font-weight` (applied by a rule above).
 * NOTE: the default cannot safely be changed in Chrome and Safari on OS X.
 */
optgroup {
    font-weight: bold;
}

/* Tables
   ========================================================================== */
/**
 * Remove most spacing between table cells.
 */
table {
    border-collapse: collapse;
    border-spacing: 0;
}

td,
th {
    padding: 0;
}

/*
SCSS variables are information about icon's compiled state, stored under its original file name

.icon-home {
  width: $icon-home-width;
}

The large array-like variables contain all information about a single icon
$icon-home: x y offset_x offset_y width height total_width total_height image_path;

At the bottom of this section, we provide information about the spritesheet itself
$spritesheet: width height image $spritesheet-sprites;
*/
/*
The provided mixins are intended to be used with the array-like variables

.icon-home {
  @include sprite-width($icon-home);
}

.icon-email {
  @include sprite($icon-email);
}
*/
/*
The `sprites` mixin generates identical output to the CSS template
  but can be overridden inside of SCSS

@include sprites($spritesheet-sprites);
*/
/* Slider */
.slick-slider {
    position: relative;
    display: block;
    box-sizing: border-box;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -ms-touch-action: pan-y;
    touch-action: pan-y;
    -webkit-tap-highlight-color: transparent;
}

.slick-list {
    position: relative;
    width: 100%;
    height: 100%;
    overflow: hidden;
    display: block;
    margin: 0;
    padding: 0;
}

.slick-list:focus {
    outline: none;
}

.slick-list.dragging {
    cursor: pointer;
    cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
}

.slick-track {
    position: relative;
    left: 0;
    top: 0;
    display: block;
}

.slick-track:before, .slick-track:after {
    content: "";
    display: table;
}

.slick-track:after {
    clear: both;
}

.slick-loading .slick-track {
    visibility: hidden;
}

.slick-slide {
    outline: none !important;
    float: left;
    height: 100%;
    min-height: 1px;
    display: none;
}

[dir="rtl"] .slick-slide {
    float: right;
}

.slick-slide img {
    display: inline-block;
}

.slick-slide.slick-loading img {
    display: none;
}

.slick-slide.dragging img {
    pointer-events: none;
}

.slick-initialized .slick-slide {
    display: block;
    position: relative;
	text-align: center;
}

.slick-loading .slick-slide {
    visibility: hidden;
}

.slick-vertical .slick-slide {
    display: block;
    height: auto;
    border: 1px solid transparent;
}

.slick-arrow.slick-hidden {
    display: none;
}

/* Arrows */
.slick-prev,
.slick-next {
    position: absolute;
    display: block;
    height: 20px;
    width: 20px;
    line-height: 0px;
    font-size: 0px;
    cursor: pointer;
    color: transparent;
    top: 37%;
    margin-top: -10px \9;
    /*lte IE 8*/
    background: transparent;
    padding: 0;
    border: none;
    outline: none;
    z-index: 999;
}

.slick-prev:hover, .slick-prev:focus,
.slick-next:hover,
.slick-next:focus {
    outline: none;
    color: transparent;
}

.slick-prev:hover:before, .slick-prev:focus:before,
.slick-next:hover:before,
.slick-next:focus:before {
    opacity: 1;
}

.slick-prev.slick-disabled:before,
.slick-next.slick-disabled:before {
    opacity: 0.25;
}

.slick-prev {
    left: -60px;
}

.slick-next {
    right: -60px;
}

/* Dots */
.slick-dots {
    position: absolute;
    bottom: -43px;
    list-style: none;
    display: block;
    text-align: center;
    padding: 0;
    width: 100%;
    text-align: left;
}

.slick-dots li {
    position: relative;
    display: inline-block;
    height: 14px;
    width: 14px;
    margin: 0 5px 0 0px;
    padding: 0;
    cursor: pointer;
}

.slick-dots li button {
    border: none;
    border-radius: 14px;
    background: #cacaca;
    display: block;
    height: 14px;
    width: 14px;
    outline: none;
    line-height: 0px;
    font-size: 0px;
    color: transparent;
    cursor: pointer;
}

.slick-dots li button:hover, .slick-dots li button:focus {
    outline: none;
}

.slick-dots li button:hover:before, .slick-dots li button:focus:before {
    opacity: 1;
}

.slick-dots li.slick-active button {
    position: relative;
    background: #325c92;
}

/**
 * @package		PickMeUp - jQuery datepicker plugin
 * @author		Nazar Mokrynskyi <nazar@mokrynskyi.com>
 * @author		Stefan Petre <www.eyecon.ro>
 * @copyright	Copyright (c) 2013-2015, Nazar Mokrynskyi
 * @copyright	Copyright (c) 2008-2009, Stefan Petre
 * @license		MIT License, see license.txt
 */
.pickmeup {
    width: 100%;
    background: #efefef;
    border-radius: 0;
    box-sizing: content-box;
    display: none;
    position: absolute;
}

.pickmeup * {
    box-sizing: border-box;
}

.pickmeup .pmu-instance {
    display: inline-block;
    height: 13.8em;
    padding: .5em;
    text-align: center;
    width: 237px;
}

.pickmeup .pmu-instance .pmu-button {
    color: #000;
    cursor: pointer;
    outline: none;
    text-decoration: none;
}

.pickmeup .pmu-instance .pmu-button.pmu-saturday, .pickmeup .pmu-instance .pmu-button.pmu-sunday {
    color: #a71515;
}

.pickmeup .pmu-instance .pmu-today {
    background: #17384d;
    color: #88c5eb;
}

.pickmeup .pmu-instance .pmu-button:hover {
    background: "transparent";
    color: #88c5eb;
}

.pickmeup .pmu-instance .pmu-not-in-month {
    color: #969595;
}

.pickmeup .pmu-instance .pmu-disabled,
.pickmeup .pmu-instance .pmu-disabled:hover {
    color: #333;
    cursor: default;
    opacity: 0.5;
}

.pickmeup .pmu-instance .pmu-selected {
    background: #136a9f;
    color: #fff !important;
}

.pickmeup .pmu-instance .pmu-not-in-month.pmu-selected {
    background: #17384d;
}

.pickmeup .pmu-instance nav {
    color: #000;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: -webkit-box;
    display: flex;
    line-height: 2em;
}

.pickmeup .pmu-instance nav *:first-child :hover {
    color: #88c5eb;
}

.pickmeup .pmu-instance nav .pmu-prev,
.pickmeup .pmu-instance nav .pmu-next {
    display: none;
    font: 0/0 a;
    width: 1em;
    height: 2em;
    position: relative;
}

.pickmeup .pmu-instance nav .pmu-prev:before,
.pickmeup .pmu-instance nav .pmu-next:before {
    content: '';
    position: absolute;
}

.pickmeup .pmu-instance nav .pmu-prev:before {
    left: 4px;
    top: 10px;
    border: 6px solid transparent;
    border-right: 6px solid #325c92;
}

.pickmeup .pmu-instance nav .pmu-next:before {
    right: 4px;
    top: 10px;
    border: 6px solid transparent;
    border-left: 6px solid #325c92;
}

.pickmeup .pmu-instance nav .pmu-month {
    width: 14em;
    color: #325c92;
    font-weight: bold;
}

.pickmeup .pmu-instance .pmu-years *,
.pickmeup .pmu-instance .pmu-months * {
    display: inline-block;
    line-height: 3.6em;
    width: 3.5em;
}

.pickmeup .pmu-instance .pmu-day-of-week {
    color: #000;
    cursor: default;
    display: block;
    font-weight: bold;
}

.pickmeup .pmu-instance .pmu-day-of-week *,
.pickmeup .pmu-instance .pmu-days * {
    display: inline-block;
    line-height: 1.5em;
    width: 2.25em;
}

.pickmeup .pmu-instance .pmu-day-of-week * {
    line-height: 1.8em;
}

.pickmeup .pmu-instance:first-child .pmu-prev,
.pickmeup .pmu-instance:last-child .pmu-next {
    display: block;
}

.pickmeup .pmu-instance:first-child .pmu-month,
.pickmeup .pmu-instance:last-child .pmu-month {
    width: 13em;
}

.pickmeup .pmu-instance:first-child:last-child .pmu-month {
    width: 15.6em;
}

.pickmeup:not(.pmu-view-days) .pmu-days,
.pickmeup:not(.pmu-view-days) .pmu-day-of-week,
.pickmeup:not(.pmu-view-months) .pmu-months,
.pickmeup:not(.pmu-view-years) .pmu-years {
    display: none;
}

.pmu-day-of-week > div:nth-child(6),
.pmu-day-of-week > div:nth-child(7) {
    color: #a71515;
}

/**** Line style ****/
/* Sticky Footer */
html, body {
    height: 100%;
}

.body-wrapper {
    min-height: 100%;
    width: 100%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
}

.main-content {
    -webkit-box-flex: 1 0 auto;
    -webkit-flex: 1 0 auto;
    -ms-flex: 1 0 auto;
    flex: 1 0 auto;
    position: relative;
}

.footer-content {
    display: block;
    position: relative;
}

/* -/ */
body {
    background: #e4e7f1;
    font-family: Arial, Helvetica, sans-serif;
    color: #232323;
    font-size: 14px;
}

a {
    color: inherit;
    outline: none;
    text-decoration: none;
}

a:hover {
    text-decoration: none;
}

a:focus {
    text-decoration: none;
    outline: none;
}

input, button,
input:focus, button:focus,
button, button:focus {
    outline: none !important;
}

.navi {
    padding: 0;
    margin: 0;
    list-style: none;
}

._table {
    display: table;
    vertical-align: middle;
    table-layout: fixed;
}

._table ._cell {
    display: table-cell;
    vertical-align: middle;
}

h1, h2, h3, h4, h5, h6, p {
    margin: 0;
    padding: 0;
}

.container {
    width: 1060px;
    margin: auto;
}

@media (max-width: 1100px) {
    .container {
        min-width: 1100px;
        padding: 0 20px;
    }
}

.clearfix, .head, .head-bottom, .head-bottom-nav, .main-container, .line-sky, .section-top, .section-form-lk, .section-main, .section-info-block-inner, .section-news-block, .vote-form, .subscribe-form, .container-bottom, .slder-bottom-wrap {
    clear: both;
}

.clearfix:before, .head:before, .head-bottom:before, .head-bottom-nav:before, .main-container:before, .line-sky:before, .section-top:before, .section-form-lk:before, .section-main:before, .section-info-block-inner:before, .section-news-block:before, .vote-form:before, .subscribe-form:before, .container-bottom:before, .slder-bottom-wrap:before {
    content: '';
    display: table;
}

.clearfix:after, .head:after, .head-bottom:after, .head-bottom-nav:after, .main-container:after, .line-sky:after, .section-top:after, .section-form-lk:after, .section-main:after, .section-info-block-inner:after, .section-news-block:after, .vote-form:after, .subscribe-form:after, .container-bottom:after, .slder-bottom-wrap:after {
    content: '';
    display: table;
    clear: both;
}

* {
    box-sizing: border-box;
}

* *:before,
* *:after {
    box-sizing: border-box;
}

::-webkit-input-placeholder {
    color: #9c9c9c;
    font-size: 14px;
    font-style: italic;
}

::-moz-placeholder {
    color: #9c9c9c;
    font-size: 14px;
    font-style: italic;
}

/* Firefox 19+ */
:-moz-placeholder {
    color: #9c9c9c;
    font-size: 14px;
    font-style: italic;
}

/* Firefox 18- */
:-ms-input-placeholder {
    color: #9c9c9c;
    font-size: 14px;
    font-style: italic;
}

/**** Header style ****/
.head {
    margin-bottom: -60px;
    position: fixed;
    z-index: 2;
    width: 100%;
}

.head .head-top {
    width: 100%;
    height: 33px;
    min-width: 1100px;
    line-height: 33px;
    background: #1a2f4e;
    text-align: right;
}

.head .head-top .link-top {
    display: inline-block;
    color: #93b3dc;
}

.head .head-top .link-top:first-child {
    padding-right: 20px;
}

.poor-vision {
    margin-left: 40px;
    padding-left: 35px;
    position: relative;
    color: #fff !important;
}

.poor-vision:before {
    content: '';
    position: absolute;
    background-image: url(images/sprite.png);
    background-position: -83px -140px;
    width: 27px;
    height: 16px;
    left: 0;
    top: 8px;
}

.head-bottom {
    width: 100%;
    height: 60px;
    min-width: 1100px;
}

.head-bottom-nav {
    background: rgba(50, 92, 146, 0.7);
}

.head-bottom-nav .list {
    height: 60px;
    float: left;
    padding: 0 15px;
    -webkit-transition: background 0.2s;
    transition: background 0.2s;
}

.head-bottom-nav .list:hover:not(.list-search) {
    background: #1a2f4e;
}

.head-bottom-nav .list.list-search {
    float: right;
    padding: 0;
    margin-right: 24px;
}

.head-bottom-nav .list .link {
    font-size: 16px;
    color: #fff;
}

.list-search {
    position: relative;
}

.list-search .field-search {
    width: 220px;
    height: 30px;
    background: #fff;
    border: 1px solid #c9c9c9;
    padding: 0 30px 0 10px;
}

.list-search .btn-search {
    position: absolute;
    width: 30px;
    height: 30px;
    right: 0;
    top: 15px;
    border: none;
    background-color: transparent;
}

.list-search .btn-search:before {
    content: '';
    position: absolute;
    background-image: url(images/sprite.png);
    background-position: -83px -156px;
    width: 15px;
    height: 15px;
    top: 7px;
    right: 7px;
}

/**** Main style ****/
.main-container {
    background: #fff;
    z-index: 1;
    position: relative;
    padding-bottom: 40px;
    margin-top: 33px;
}

.other-page {
    padding-top: 50px;
}

.line-sky {
    width: 100%;
    min-width: 1100px;
    position: fixed;
    z-index: 0;
    height: 60px;
    margin-bottom: -60px;
    background: #325c92;
    margin-top: 33px;
}

.section-top-left {
    width: 790px;
    height: 290px;
    float: left;
    background: url("images/top-bg.jpg") no-repeat;
    position: relative;
    background-size: 790px 290px;
}

.section-top-logo {
    background-image: url(images/sprite.png);
    background-position: -220px 0px;
    width: 80px;
    height: 99px;
    position: absolute;
    left: 15px;
    bottom: 10px;
    z-index: 2;
}

.section-top-title {
    color: #fff;
    text-align: center;
    text-transform: uppercase;
    font-family: Cambria;
    font-size: 40px;
    font-weight: bold;
    width: 100%;
    position: absolute;
    bottom: 0;
    left: 0;
    background: rgba(0, 0, 0, 0.5);
    padding: 10px 0 10px 60px;
    z-index: 1;
}

.section-top-right {
    width: 270px;
    height: 290px;
    float: right;
    background: #efefef;
    padding: 75px 30px 10px 30px;
}

.section-top-lk-title {
    text-align: center;
    text-transform: uppercase;
    font-size: 15px;
    margin-bottom: 15px;
}

.section-top-lk-text {
    text-align: center;
    font-size: 15px;
    margin-bottom: 15px;
}

.section-top-lk-link {
    text-align: center;
    color: #325c92;
    margin-bottom: 15px;
}

.input-field {
    width: 100%;
    height: 30px;
    background: #fff;
    border: 1px solid #c9c9c9;
    margin-bottom: 20px;
    padding: 0 10px;
    box-shadow: inset 0px 1px 3px rgba(0, 0, 0, 0.2);
}

.btn-enter, .vote-form-btn, .subscribe-btn {
    width: 120px;
    height: 34px;
    color: #fffefe;
    text-transform: uppercase;
    font-weight: bold;
    background: #325c92;
    border: none;
    margin: auto;
    display: block;
    -webkit-transition: background 0.3s;
    transition: background 0.3s;
}

.btn-enter {
    margin-top: 10px;
}

.btn-enter:hover, .vote-form-btn:hover, .subscribe-btn:hover {
    background: #1f406b;
}

.section-main {
    padding: 30px;
}

.section-info {
    width: 100%;
    height: 8em;
}

.section-info-block {
    width: 50%;
    display: table-cell;
    vertical-align: top;
}

.section-info-block.right-block .section-info-block-inner {
    float: right;
}

.section-info-block-inner {
    width: 480px;
    background: #efefef;
    padding: 10px;
    position: relative;
    height: 121px;
}

.section-info-img {
    width: 137px;
    height: 101px;
    float: left;
    margin-right: 10px;
}

.section-info-title {
    font-size: 17px;
    padding-bottom: 20px;
    color: #ac3232;
}

.section-info-title:hover {
    color: #232323;
}

.info-time {
    position: absolute;
    right: 20px;
    bottom: 8px;
    color: #676767;
    font-style: italic;
}

.link-more {
    display: inline-block;
    float: right;
    margin-top: 5px;
    text-transform: lowercase;
    text-decoration: underline;
    position: relative;
    color: #676767;
    padding-right: 10px;
}

.link-more:before {
    content: '';
    position: absolute;
    border: 4px solid transparent;
    border-left: 4px solid #676767;
    right: -1px;
    top: 5px;
}

.link-more:hover {
    text-decoration: underline;
    color: #ac3232;
}

.link-more:hover:before {
    border: 4px solid transparent;
    border-left: 4px solid #ac3232;
}

.section-news {
    float: left;
    width: 760px;
    padding-right: 50px;
    margin-top: 10px;
}

.section-sidebar {
    float: right;
    width: 240px;
    padding-top: 10px;
    margin-top: 10px;
    position: relative;
}

.section-news-title {
    color: #000;
    font-size: 30px;
    font-weight: bold;
    padding-bottom: 5px;
    border-bottom: 1px dotted #b4b4b4;
}

.section-news-block {
    margin: 10px 0;
}

.section-news-page:last-child .section-news-block:last-child .line-hr {
    display: none;
}

.news-date {
    font-style: italic;
    color: #676767;
    margin-bottom: 5px;
}

.news-block-text {
    line-height: 1.4;
}

.news-block-img {
    float: left;
    margin-right: 20px;
}

.news-block-title {
    font-size: 15px;
    font-weight: bold;
    color: #325c92;
    cursor: pointer;
    line-height: 1.5;
    margin-bottom: 5px;
}

.news-block-title:hover {
    color: #a71515;
}

.line-hr {
    width: 410px;
    height: 1px;
    background-color: #e1e1e1;
    display: block;
    margin: 30px auto 20px;
}

.sidebar-title {
    font-size: 16px;
    margin: 5px 0;
    font-weight: bold;
    color: #000;
}

.sidebar-banner-img {
    background-image: url(images/sprite.png);
    background-position: 0px 0px;
    width: 220px;
    height: 140px;
    margin: 15px 0;
}

.vote-text {
    color: #7b7b7b;
    font-style: italic;
    margin: 10px 0;
}

.radio-group {
    margin-bottom: 10px;
}

.radio-group input {
    vertical-align: middle;
}

.radio-group label {
    vertical-align: middle;
    padding-left: 2px;
}

.vote-form-btn, .subscribe-btn {
    width: 135px;
    margin-top: 15px;
}

.subscribe-form {
    margin-top: 30px;
    padding: 12px 20px 20px;
    background-color: #c9dbf3;
}

.subscribe-btn {
    background-color: #638dc3;
    margin-top: -5px;
}

.subscribe-btn:hover {
    background-color: #325c92;
}

.subscribe-form-title {
    color: #000;
    margin-bottom: 10px;
}

.container-bottom {
    background: #fff;
    margin-top: 4px;
    padding: 20px 30px 30px;
}

.bottom-title {
    font-size: 20px;
    font-weight: bold;
    color: #000;
    margin-bottom: 10px;
}

.video-slider-block,
.photo-slider-block {
    float: left;
    margin-right: 32px;
    width: 228px;
}

.video-slider,
.photo-slider {
    width: 228px;
    height: 145px;
}

.video-slider-slide,
.photo-slider-slide {
    position: relative;
}

.video-slider-slide img, .video-slider-slide iframe,
.photo-slider-slide img,
.photo-slider-slide iframe {
    width: 228px;
    height: 145px;
}

.video-slide-title {
    color: #fff;
    text-align: center;
    padding: 0 5px;
    position: absolute;
    top: 5px;
    font-size: 13px;
}

.photo-slide-ico {
    padding: 5px 10px;
    background: rgba(0, 0, 0, 0.6);
    position: absolute;
    right: 0;
    top: 0;
}

.photo-slide-ico span {
    padding-left: 25px;
    position: relative;
    color: #fff;
}

.photo-slide-ico span:before {
    content: '';
    position: absolute;
    background-image: url(images/sprite.png);
    background-position: -110px -140px;
    width: 19px;
    height: 14px;
    left: 0;
    top: 1px;
}

.photo-slide-text {
    position: absolute;
    bottom: 0;
    left: 0;
    background: rgba(0, 0, 0, 0.6);
    padding: 5px 10px;
    color: #fff;
    font-size: 13px;
}

.deputy-slider-block {
    float: left;
    width: 480px;
    height: 145px;
}

.deputy-slider {
    width: 480px;
    height: 145px;
    background: #efefef;
    padding: 10px;
}

.deputy-slider-slide img {
    float: left;
    width: 92px;
    height: 124px;
    margin-right: 15px;
}

.deputy-slide-name {
    color: #325c92;
    font-weight: bold;
    margin-bottom: 10px;
}

.deputy-slide-text {
    font-size: 13px;
    line-height: 1.4;
    margin-bottom: 10px;
}

.deputy-slide-region {
    color: #325c92;
    text-align: right;
    position: absolute;
    right: 0;
    bottom: 0;
}

.slder-bottom-wrap {
    height: 130px;
    background: #efefef;
    padding: 0 95px;
}

.slider-bottom-slide {
    height: 130px;
}

.slider-bottom-slide:before {
    content: '';
    display: inline-block;
    /*height: 100%;*/
    vertical-align: middle;
}

.slider-bottom-slide a > p {
    /*width: 90px;*/
    display: inline-block;
    vertical-align: middle;
}

.bottom-slide-text {
    font-size: 13px;
    margin-left: 5px;
    font-weight: bold;
    color: #325c92;
}

.slick-prev {
    background-image: url(images/sprite.png);
    background-position: -243px -99px;
    width: 23px;
    height: 39px;
}

.slick-prev:hover {
    background-position: -60px -140px;
    width: 23px;
    height: 39px;
}

.slick-next {
    background-image: url(images/sprite.png);
    background-position: -220px -99px;
    width: 23px;
    height: 39px;
}

.slick-next:hover {
    background-position: -266px -99px;
    width: 23px;
    height: 39px;
}

.date-picker-news {
    margin: 15px auto 30px;
}

/**** News ****/
.breadcrumbs-nav {
    margin-bottom: 10px;
}

.breadcrumbs-nav .list {
    display: inline-block;
    color: #325c92;
    padding-right: 20px;
    position: relative;
    margin-bottom: 10px;
}

.breadcrumbs-nav .list .link {
    border-bottom: 1px solid transparent;
}

.breadcrumbs-nav .list .link:hover {
    border-color: #325c92;
}

.breadcrumbs-nav .list:after {
    content: '';
    position: absolute;
    right: 0px;
    top: 4px;
    border: 5px solid transparent;
    border-left: 5px solid #676767;
}

.breadcrumbs-nav .list.active {
    color: #676767;
    padding-right: 0;
}

.breadcrumbs-nav .list.active:after {
    display: none;
}

.post-navigation {
    padding: 0px 0 3px;
    margin: 0px 0 15px;
    border-bottom: 4px solid #efefef;
}

.fixed .breadcrumbs-nav {
    margin-bottom: 47px;
}

.fixed .post-navigation {
    position: fixed;
    width: 63%;
    max-width: 710px;
    top: 93px;
    z-index: 999;
    background: #fff;
    padding-top: 10px;
}

/* .fixed .post-link {
  background: #fff;
  padding: 5px;
} */

.fixed .btn-rss {
    background: transparent;
    font-size: 13px;
    white-space: nowrap;
    cursor: default;
    font: 13px/13px a;
    font-family: 'Arial';
    z-index: 999;
    background: #fff;
    padding: 6px 5px 0px 5px;
    height: 25px;
    position: relative;
    left: 0px;
    font-weight: bold;
    width: auto;
}

/* .fixed .btn-rss {
  position: fixed;
  top: 97px;
  right: 39.4%;
  left: auto;
} */

.post-navigation-left {
    float: left;
}

.post-navigation-right {
    float: right;
}

.post-link {
    font-weight: bold;
    color: #325c92;
    padding-right: 20px;
}

.post-link.active {
    color: #a71515;
    /*padding-right: 0px;*/
}

.btn-rss {
    display: block;
    background: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABMAAAATCAYAAAByUDbMAAAABGdBTUEAALGPC/xhBQAAACBjSFJNAAB6JgAAgIQAAPoAAACA6AAAdTAAAOpgAAA6mAAAF3CculE8AAAABmJLR0QAAAAAAAD5Q7t/AAAACXBIWXMAAAsSAAALEgHS3X78AAACI0lEQVQ4y5WUTUhVQRTHf16VHkYfkJsXrSz6op4wICGVfYDRiyKCFoEDbZICZdoogugiCiKyFtMiadViCpEWUUjQKjKCEicwCCQozESiRyGGSFq2uHPpML2w/nDhzDnn/u4958xMhdK2CzgIfAYmgDfAM+/MBP+pKmAHcCjyzyhtnwMPgDvemdl/gSXhibUGKAI3gVGl7TmlbeVysMp8oZgDZoFpYBGoBSpEzjrgKLAnXyiOTI89Kv0NJl9CaVsN1ANHgBZgc5RfAlq9M/eXhUXg1cBJoCuCLgJt3plbf8CUtvWhR1PApHfmewStBfqA08L9E2jxzgzEMBdKmgc+kE7wrnfmVQTtAS4K1xyw3zszIqe5EOxcKKcDeKG0vaG0XZ8lemcuAZ0CVgPcVtqulbB5YCkqvxpoB4aVtnsFsA+4JvK2Az0S1gso4BQwGOCZ6oAhpe0+4esGRsW6TWm7pew0w0CuAs3CPQU0emcmQ85hYIjfG/6yd6a77NYIu70fOCPcD4Hj3pmlkPNYfPAjUEgEICd688M70wrcE7BjwAmxvi7sDcDuRGm7UmnbD7xW2r4MJWRqJz1mmc4L+2koP1NzEqZxFtgENACDStu68IefSA97pl1K220hNgcMi1hTAjRFLVsF7BTrAeBbsFcAB0TsibDzCTBeZgbvRf/eAu9EbGs05Uw1VcAF0gtyI+mZu+KdGYvg46HJkF6omUrAl2B//QVh16KC+tMBPQAAAABJRU5ErkJggg==');
    width: 19px;
    height: 19px;
    font: 0/0 a;
}

.btn-rss:hover {
    opacity: 0.7;
}

.line-hr {
    text-align: center
}

.line-hr .date-label {
    display: inline;
    padding: 5px 10px;
    background: #fff;
    color: #676767;
    position: relative;
    top: -8px;
}

.news-main .section-news-title {
    margin-bottom: 30px;
}

.modal-box {
    display: none;
}

.modal-news {
    width: 100%;
    max-width: 1060px;
    background: #fff;
    position: relative;
    padding: 30px;
}

.open .head {
    left: -8px;
}

.modal-news-head {
    padding-bottom: 10px;
    border-bottom: 1px dotted #b4b4b4;
}

.modal-news-title {
    font-size: 30px;
    font-weight: bold;
    color: #000;
}

.close-modal-btn {
    background: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABIAAAASCAYAAABWzo5XAAAABGdBTUEAALGPC/xhBQAAACBjSFJNAAB6JgAAgIQAAPoAAACA6AAAdTAAAOpgAAA6mAAAF3CculE8AAAABmJLR0QAAAAAAAD5Q7t/AAAACXBIWXMAAAsSAAALEgHS3X78AAAA4klEQVQ4y5XSyw3CMAyA4d/tRlHnAMECFMEcHJgDqWEBUA/dospGSFzcygp5FEu9OO7nODJozM7t+DPsP40mbsA4Ozf8gQz6zw1AVB1Nje9COG9AepPaN8AEeJPsSzdLIB6YRA9b4BEXxDfLINcuhI+YoiJWQgAk6pjElpFzyA9UwCghSaiCJRHQPYpDC1NNJIVkIX3YU+LolFsNySB2pOeC2BHj1WgqiAcu+nmT/1laqSDrw9b2TLYgplkWk9m5A/CqIRXs2HQhvIH7FgTW1biaN7ursXY6aLdNMTvX6jQAfAFEAoreeehFSAAAAABJRU5ErkJggg==');
    width: 18px;
    height: 18px;
    position: absolute;
    top: 10px;
    right: 10px;
    cursor: pointer;
}

.social-block {
    height: 25px;
    width: 100%;
    text-align: right;
    padding-top: 5px;
}

.social-block a {
    display: inline-block;
    margin-left: 5px;
    background: url('data:image/png;base64,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');
    width: 24px;
    height: 25px;
    background-repeat: no-repeat;
    background-position: -3px -2px;
}

.social-block a + a {
    background-position: -31px -2px;
}

.social-block a + a + a {
    background-position: -59px -2px;
}

.social-block a + a + a + a {
    background-position: -87px -2px;
}

.social-block a + a + a + a + a {
    background-position: -115px -2px;
}

.social-block a:hover {
    opacity: 0.7;
}

.news-date {
    padding-top: 15px;
}

.modal-news-block {
    position: relative;
}

.modal-news-pic,
.custom-pic {
    float: left;
    margin: 0 20px 4px 0;
    max-width: 337px;
    width: 100%;
    height: auto;
}

.modal-news-text, .modal-news-text p,
.custom-text {
    margin-bottom: 20px;
}

.tags-row {
    width: 100%;
    background: #efefef;
    padding: 5px 5px;
    margin-top: 10px;
}

.tags-title {
    padding-right: 5px;
    font-size: 14px;
}

.tags-link {
    color: #325c92;
    padding-right: 2px;
    font-size: 14px;
    border-bottom: 1px solid transparent;
}

.tags-link:hover {
    border-color: #325c92;
}

.modal-news-body .bottom-title {
    font-weight: normal;
    margin-top: 25px;
}

.deputy-table {
    background: #efefef;
    padding: 5px;
    text-align: center;
    width: 130px;
    height: 140px;
    display: inline-block;
    margin-right: 15px;
}

.deputy-table img {
    width: 69px;
    height: 94px;
    margin-bottom: 1px;
}

.deputy-table p {
    color: #325c92;
    font-size: 13px;
}

.row {
    width: 100%
}

.row-50 {
    float: left;
    width: 50%;
}

.inner-link {
    color: #325c92;
}

.inner-link:hover {
    color: #a71515;
}

.row-right {
    padding-left: 5px;
}

.row-left {
    padding-right: 5px;
}

.fixed-btn-up {
    position: fixed;
    right: 30px;
    bottom: 50px;
    border: 30px solid transparent;
    border-bottom: 30px solid #1a2f4e;
    z-index: 99999;
    display: none;
    cursor: pointer;
}

/**** Deputy ****/

.deputy-info-block {
    margin-top: 15px;
    margin-bottom: 40px;
}

.deputy-info-block .section-news-title {
    margin-bottom: 20px;
}

p.deputy-title-region a {
    font-size: 17px;
    font-weight: bold;
    color: #325c92;
    margin-bottom: 10px;
    text-decoration: none;
    display: inline-block;
}

p.deputy-title-region a:hover {
    text-decoration: underline;
}

.deputy-title-dark {
    font-size: 14px;
    font-weight: bold;
    color: #000;
    margin-bottom: 10px;
}

.deputy-note {
    line-height: 1.4;
}

.deputy-schedule {
    margin: 20px 0;
}

.schedule-text {
    margin-bottom: 5px;
}

.schedule-text span {
    color: #989898;
    padding-right: 10px;
    text-align: right;
    display: inline-block;
    width: 126px;
}

.deputy-helpers-block {
    width: 290px;
}

.deputy-helpers-block:last-child {
    padding-left: 10px;
}

.deputy-helpers-name {
    margin-bottom: 5px;
}

.deputy-helpers-block .schedule-text span {
    width: 76px;
}

.deputy-info-block .social-block {
    text-align: left;
    margin-top: 15px;
}

.social-block a {
    margin-left: 2px;
}

.sidebar-link-news {
    display: block;
    margin-bottom: 15px;
    color: #325c92;
}

.sidebar-link-news:hover {
    color: #a71515;
}

.deputy-send-form {
    padding: 20px;
    background: #efefef;
    margin-bottom: 20px;
}

.deputy-send-form textarea.input-field {
    resize: none;
    min-height: 230px;
    padding: 10px;
    outline: none!important;
}

.deputy-send-form .input-field {
    margin-bottom: 15px;
}

.deputy-send-title {
    margin: 15px 0;
    color: #325c92;
}

.img-deputy {
    width: 100%;
    height: auto;
}

.deputy-sidebar {
    top: auto!important;
}

.deputy-sidebar .video-slider-slide img, .deputy-sidebar .video-slider-slide iframe,
.deputy-sidebar .photo-slider-slide img,
.deputy-sidebar .photo-slider-slide iframe,
.deputy-sidebar .video-slider, .deputy-sidebar  .photo-slider {
    width: 100%;
    height: auto;
}

.deputy-sidebar .video-slider, .deputy-sidebar  .photo-slider {
    margin-top: 10px;
}

.section-list {
    padding-right: 0;
    width: 100%!important;
    float: none;
}

.section-news-title {
    position: relative;
}

.deputy-see-btn {
    display: inline-block;
    position: absolute;
    right: 0;
    top: -2px;
    padding: 9px 25px;
    font-size: 14px;
    text-transform: uppercase;
    color: #fff;
    font-weight: bold;
    background: #325c92;
    -webkit-transition: opacity 0.3s;
    transition: opacity 0.3s;
}

.deputy-see-btn:hover {
    opacity: 0.8;
}

.deputy-list-block {
    margin-top: 30px;
}

.deputy-list-block:last-child .line-hr {
    visibility: hidden;
}

.deputy-list-top {
    margin-bottom: 20px;
}

.deputy-list-bottom {
    line-height: 1.4;
    font-size: 13px;
}

.deputy-list-top ._cell {
    vertical-align: top;
}

.deputy-list-info {
    padding-left: 20px;
    width: 680px;
}

.deputy-list-img {
    width: 100px;
}

.deputy-list-img img {
    width: 100px;
    height: 140px;
}

a.deputy-list-title {
    font-weight: bold;
}

.deputy-list-title, p.deputy-list-sub a, p.deputy-list-sub a:hover, p.deputy-list-sub a:visited, p.deputy-list-sub a:active {
    margin-bottom: 6px;
    color: #325c92;
    display: block;
}

.deputy-list-title, p.deputy-list-sub a, p.deputy-list-sub a:visited, p.deputy-list-sub a:active {
    text-decoration: none;
}

a.deputy-list-title:hover, p.deputy-list-sub a:hover {
    text-decoration: underline;
}

.deputy-list-sub {
    font-weight: normal;
    margin-bottom: 10px;
}

.deputy-list-grey {
    padding: 6px;
    background: #efefef;
    font-size: 13px;
}

.deputy-list-text {
    margin-bottom: 5px;
    text-align: left;
}

.deputy-list-text b {
    width: 130px;
    padding-right: 15px;
    display: inline-block;
    text-align: right;
}
.deputy-list-text span {
    width: calc(100% - 130px);
}
/**** Duma ****/

.section-outer {
    padding-bottom: 0;
    margin-bottom: -30px;
}

.section-block-inner {
    padding-top: 15px;
}

.link-title-nav {
    padding-top: 10px;
}

.section-sidebar.documents {
    padding-top: 38px;
}

.link-title {
    margin-bottom: 10px;
    display: block;
}

.page-name-nav {
    padding-bottom: 5px;
    border-bottom: 4px solid #f0f0f0;
    text-align: right;
    font-weight: bold;
    font-size: 14px;
}

.documents-block {
    margin-bottom: -10px;
}

.custom-pic {
    max-width: 250px;
}

.custom-text {
    line-height: 1.4;
}

.custom-text b {
    display: block;
}

.custom-text a {
    color: #325c92;
}

.custom-text a:hover {
    color: #a71515;
}

.custom-text span {
    color: #676767;
}

.block-table-justify {
    text-align: center;
    line-height: 0;
    font-size: 1px;
    text-justify: newspaper;
    zoom:1;
    text-align-last: left;
}

.block-table-justify:after {
    width: 100%;
    height: 0px;
    visibility: hidden;
    overflow: hidden;
    content: '';
    display: inline-block;
}

.block-table-justify .deputy-table {
    vertical-align: top;
    line-height: normal;
    font-size: 13px;
    text-align-last: center;
    margin: 0 0.7% 10px;
    display: inline-block!important;
}

.block-table-justify .deputy-table:first-child,
.block-table-justify .deputy-table:nth-child(7n+1) {
    margin-left: 0;
}

.block-table-justify .deputy-table:last-child,
.block-table-justify .deputy-table:nth-child(7n) {
    margin-right: 0;
}

.deputy-table p {
    height: 35px;
    letter-spacing: -0.5px;
    overflow: hidden;
}

.row-table {
    display: table;
    width: 100%;
    table-layout: fixed;
    font-size: 15px;
    background: #f6f6f6;
    vertical-align: middle;
}

.row-path-row {
    display: table-row;
}

.row-path-row:nth-child(odd) .row-path--cell {
    background: #efefef;
}

.row-path--cell {
    display: table-cell;
    padding: 10px 0;
    vertical-align: middle;
}

.row-path--cell:nth-child(1) {
    width: 50%;
    padding-left: 20px;
    color: #676767;
}

.row-path--cell:nth-child(2) {
    width: 35%;
    text-align: center;
    color: #676767;
}

.row-path--cell:nth-child(3) {
    width: 120px;
    text-align: center;
}

.head-row .row-path--cell {
    color: #000;
}

.row-path--cell a {
    color: #325c92;
    border-bottom: 1px solid #325c92;
}

.row-path--cell a:hover {
    border-bottom-color: transparent;
}

.info-line-group {
    margin-top: 10px;
}

.info-line-group span {
    font-size: 14px;
    color: #676767;
    display: inline-block;
    width: 49%;
    margin-bottom: 10px;
}

.chairman-block {
    position: relative;
    padding-right: 290px;
    padding-top: 50px;
    margin: 10px 0 5px;
    min-height: 150px;
}

.hr-road {
    position: absolute;
    width: 100%;
    top: 0;
}

.chairman-table {
    width: 240px;
    height: 114px;
    position: absolute;
    right: 0;
    top: 60px;
    bottom: 0;
    margin: auto;
    text-align: left;
    padding: 10px;
}

.chairman-table img {
    float: left;
    margin-right: 10px;
}

.chairman-table p {
    height: auto;
    letter-spacing: 0;
    font-size: 14px;
}

.chairman-table .chairman-title {
    color: #676767;
    margin-bottom: 10px;
}

.chairman-block-wrap {
    margin-bottom: 40px;
}

/**** Footer style ****/

.footer-content {
    height: 112px;
    width: 100%;
    min-width: 1060px;
    background: #325c92;
}

.footer-block {
    width: 25%;
    float: left;
    height: 112px;
}

.footer-block-link {
    color: #93b3dc;
    display: block;
    text-decoration: underline;
    margin-bottom: 5px;
}

.footer-block-text {
    color: #fff;
    margin-bottom: 5px;
}

.footer-block-right {
    text-align: right;
}

.footer-block-inner {
    padding-right: 90px;
    position: relative;
}

.footer-block-inner:before {
    content: '';
    position: absolute;
    right: 0;
    top: -13px;
    background-image: url(images/sprite.png);
    background-position: 0px -140px;
    width: 60px;
    height: 74px;
}

/**** Media Quires ****/

.btn-collapse-ui {
    width: 40px;
    height: 30px;
    top: 1px;
    left: 20px;
    background: transparent;
    border: none;
    position: absolute;
    display: none;
}

.btn-collapse-ui span {
    display: block;
    width: 100%;
    height: 2px;
    background: #fff;
    margin: 4px 0;
}

@media (max-width: 1120px) {

    .head .head-top {
        width: 100%;
        padding: 0 10px;
        min-width: auto;
    }

    .section-top {
        position: relative;
    }

    .slick-next,
    .slick-prev {
        display: none!important;
    }

    .bottom-slide-text {
        font-size: 10px;
    }
}

@media (max-width: 1100px) {
    .section-top-left {
        width: -webkit-calc(100% - 270px);
        width: calc(100% - 270px);
    }

    .container,
    .head-bottom {
        min-width: auto;
        width: 100%;
        padding-right: 10px;
        padding-left: 10px;
    }

    .head-bottom {
        padding: 0;
    }

    .head-bottom .container {
        padding: 0;
    }

    .head-bottom-nav .list {
        padding: 0 10px;
    }

    .head-bottom-nav .list .link {
        font-size: 14px;
    }

    .section-info-block-inner {
        width: 98%;
    }

    .section-info-title {
        font-size: 14px;
    }

    .section-main {
        padding: 20px 0px;
    }

    .section-main {
        position: relative;
    }

    .section-news {
        width: -webkit-calc(100% - 270px);
        width: calc(100% - 270px);
        padding-left: 10px;
        padding-right: 0px;
    }

    .section-sidebar {
        width: 250px;
        padding-right: 10px;
    }

    .line-hr {
        width: 100%;
    }

    .deputy-slider-block {
        width: 100%;
        clear: both;
        float: none;
        padding-top: 30px;
    }

    .deputy-slider {
        width: 100%;
        margin-bottom: 30px;
    }

    .deputy-slider-slide {
        padding-left: 10px;
    }

    .video-slider-block,
    .photo-slider-block {
        width: 50%;
        margin-right: 0;
    }

    .video-slider-block {
        padding-right: 20px;
    }

    .video-slider, .photo-slider {
        width: 100%;
        height: auto;
    }

    .video-slider-slide img, .video-slider-slide iframe, .photo-slider-slide img, .photo-slider-slide iframe {
        width: 100%;
        height: auto;
    }

    .photo-slide-text {
        width: 100%;
    }

    .deputy-slider {
        height: auto;
    }

    .line-sky {
        background: #fff;
    }

    .footer-content {
        min-width: auto;
        width: 100%;
    }

    .footer-block {
        font-size: 12px;
    }

    .open {
        position: fixed;
        width: 100%;
    }

}

@media (min-width: 993px) {
    .head-bottom {
        display: block!important;
    }
}

@media (max-width: 992px) {

    .head-bottom-nav .list {
        padding: 0 13px;
    }

    .section-top-title {
        padding-left: 90px;
    }

    .head-bottom {
        display: none;
    }

    .head-bottom {
        height: auto;
    }

    .main-container {
        padding: 0 5px;
    }

    .head-bottom-nav {
        padding-top: 60px;
        position: relative;
        background: rgba(50, 92, 146, 1);
    }

    .head-bottom-nav .list.list-search {
        position: absolute;
        top: 0;
        left: 20px;
        width: 50%;
    }

    .list-search .field-search {
        width: 100%;
    }

    .head-bottom-nav .list {
        text-align: center;
        width: 100%;
    }

    .head-bottom-nav .list .link {
        font-size: 18px;
    }

    .btn-collapse-ui {
        display: block;
    }
    .fixed .post-navigation {
        top: 33px;
    }
}

@media (max-width: 767px) {
    .head-bottom-nav .list.list-search {
        width: 90%;
    }

    .head .head-top .link-top.poor-vision {
        display: none;
    }

    .head .head-top .link-top {
        font-size: 13px;
    }

    .section-top-left,
    .section-top-right {
        width: 100%;
        background-size: cover;
        background-position: right center;
    }

    .section-top-right {
        padding: 50px 30px 10px 30px;
    }

    .section-top-title {
        font-size: 6vw;
    }

    .section-info-block {
        width: 100%;
        display: block;
        margin-bottom: 20px;
    }

    .section-info-block-inner {
        width: 100%;
    }

    .date-picker-news {
        width: 235px;
        margin-left: 0;
    }

    .slder-bottom-wrap {
        display: none;
    }

    .footer-block {
        width: 100%;
        height: auto;
    }

    .footer-content {
        height: auto;
        padding: 20px 0;
    }

    .footer-block ._cell {
        text-align: center;
    }

    .footer-block-inner:before {
        display: none;
    }

    .footer-block-inner {
        padding-right: 0;
    }

    .footer-block-link {
        margin-bottom: 10px;
    }

    .modal-news {
        padding: 10px;
    }

    .section-sidebar {
        top: 0!important;
    }

    .fixed-btn-up {
        right: 10px;
        bottom: 30px;
        border: 20px solid transparent;
        border-bottom: 20px solid #1a2f4e;
    }

    .fixed .post-navigation {
        width: 53%;
    }

    .deputy-list-info {
        width: auto;
    }

    .deputy-list-text b {
        width: auto;
        padding-right: 5px;
        display: inline-block;
        text-align: left;
    }

}

@media (max-width: 599px) {
    .section-sidebar {
        margin: auto;
        float: none;
        padding: 0 10px;
        width: 100%;
        overflow: hidden;
    }

    .fixed .post-navigation {
        width: 95%;
    }

    .section-news {
        width: 100%;
        padding-right: 10px;
        margin-bottom: 50px;
    }

    .video-slider-block,
    .photo-slider-block {
        width: 100%;
        padding-right: 0;
        margin-bottom: 30px;
    }

    .modal-news-pic {
        float: none;
    }

    .row-50 {
        float: none;
        width: 100%;
        margin-bottom: 10px;
        padding: 0;
    }

    .deputy-table {
        margin: 10px auto;
        display: block;
    }

    .arcticmodal-container_i2 {
        padding: 5px !important;
    }

    .fixed .btn-rss {
        right: 10px;
    }

    .section-news-title {
        font-size: 25px;
    }

    .deputy-helpers-name,
    .schedule-text {
        font-size: 12px;
    }

    .deputy-helpers-block .schedule-text span,
    .schedule-text span {
        width: auto;
        display: block;
        text-align: left;
    }

    .section-list .section-news-title {
        margin-bottom: 70px;
    }

    .deputy-see-btn {
        right: auto;
        top: auto;
        left: 0;
        bottom: -45px;
    }

    .deputy-list-img._cell {
        width: 100px;
        display: block;
        margin: auto;
    }

    .deputy-list-info._cell {
        width: 100%;
        display: block;
        padding: 0;
        margin-top: 10px;
    }

    .custom-pic {
        max-width: none;
        width: 100%;
        margin-bottom: 10px;
    }

    .row-path--cell:nth-child(1) {
        padding-left: 10px;
    }

    .row-table {
        font-size: 13px;
    }

    .row-path--cell {
        padding-left: 5px;
        padding-right: 5px;
    }

    .row-path--cell:nth-child(3) {
        width: 95px;
    }

    .chairman-block {
        padding-right: 0;
    }

    .chairman-table {
        position: relative;
        top: auto;
    }

    .info-line-group span {
        width: 100%;
    }

}

@media (max-width: 450px) {

    .row-table {
        font-size: 12px;
    }

}