@charset "UTF-8";

/* MIXINS
   ========================================================================== */


/* VARS
   ========================================================================== */


/* IMPORT
   ========================================================================== */


/* montserrat-300 - cyrillic_latin */

@font-face {
    font-display: block;
    font-family: 'Montserrat';
    font-style: normal;
    font-weight: 300;
    src: url("../fonts/montserrat-v14-cyrillic_latin-300.eot");
    /* IE9 Compat Modes */
    src: local("Montserrat Light"), local("Montserrat-Light"), url("../fonts/montserrat-v14-cyrillic_latin-300.eot?#iefix") format("embedded-opentype"), url("../fonts/montserrat-v14-cyrillic_latin-300.woff2") format("woff2"), url("../fonts/montserrat-v14-cyrillic_latin-300.woff") format("woff"), url("../fonts/montserrat-v14-cyrillic_latin-300.ttf") format("truetype"), url("../fonts/montserrat-v14-cyrillic_latin-300.svg#Montserrat") format("svg");
    /* Legacy iOS */
}


/* montserrat-regular - cyrillic_latin */

@font-face {
    font-display: block;
    font-family: 'Montserrat';
    font-style: normal;
    font-weight: 400;
    src: url("../fonts/montserrat-v14-cyrillic_latin-regular.eot");
    /* IE9 Compat Modes */
    src: local("Montserrat Regular"), local("Montserrat-Regular"), url("../fonts/montserrat-v14-cyrillic_latin-regular.eot?#iefix") format("embedded-opentype"), url("../fonts/montserrat-v14-cyrillic_latin-regular.woff2") format("woff2"), url("../fonts/montserrat-v14-cyrillic_latin-regular.woff") format("woff"), url("../fonts/montserrat-v14-cyrillic_latin-regular.ttf") format("truetype"), url("../fonts/montserrat-v14-cyrillic_latin-regular.svg#Montserrat") format("svg");
    /* Legacy iOS */
}


/* montserrat-500 - cyrillic_latin */

@font-face {
    font-display: block;
    font-family: 'Montserrat';
    font-style: normal;
    font-weight: 500;
    src: url("../fonts/montserrat-v14-cyrillic_latin-500.eot");
    /* IE9 Compat Modes */
    src: local("Montserrat Medium"), local("Montserrat-Medium"), url("../fonts/montserrat-v14-cyrillic_latin-500.eot?#iefix") format("embedded-opentype"), url("../fonts/montserrat-v14-cyrillic_latin-500.woff2") format("woff2"), url("../fonts/montserrat-v14-cyrillic_latin-500.woff") format("woff"), url("../fonts/montserrat-v14-cyrillic_latin-500.ttf") format("truetype"), url("../fonts/montserrat-v14-cyrillic_latin-500.svg#Montserrat") format("svg");
    /* Legacy iOS */
}


/* montserrat-600 - cyrillic_latin */

@font-face {
    font-display: block;
    font-family: 'Montserrat';
    font-style: normal;
    font-weight: 600;
    src: url("../fonts/montserrat-v14-latin_cyrillic-600.eot");
    /* IE9 Compat Modes */
    src: local("Montserrat Medium"), local("Montserrat-Medium"), url("../fonts/montserrat-v14-latin_cyrillic-600.eot?#iefix") format("embedded-opentype"), url("../fonts/montserrat-v14-latin_cyrillic-600.woff2") format("woff2"), url("../fonts/montserrat-v14-latin_cyrillic-600.woff") format("woff"), url("../fonts/montserrat-v14-latin_cyrillic-600.ttf") format("truetype"), url("../fonts/montserrat-v14-latin_cyrillic-600.svg#Montserrat") format("svg");
    /* Legacy iOS */
}


/* montserrat-700 - cyrillic_latin */

@font-face {
    font-display: block;
    font-family: 'Montserrat';
    font-style: normal;
    font-weight: 700;
    src: url("../fonts/montserrat-v14-cyrillic_latin-700.eot");
    /* IE9 Compat Modes */
    src: local("Montserrat Bold"), local("Montserrat-Bold"), url("../fonts/montserrat-v14-cyrillic_latin-700.eot?#iefix") format("embedded-opentype"), url("../fonts/montserrat-v14-cyrillic_latin-700.woff2") format("woff2"), url("../fonts/montserrat-v14-cyrillic_latin-700.woff") format("woff"), url("../fonts/montserrat-v14-cyrillic_latin-700.ttf") format("truetype"), url("../fonts/montserrat-v14-cyrillic_latin-700.svg#Montserrat") format("svg");
    /* Legacy iOS */
}

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

[class^="icon-"]:before,
[class*=" icon-"]:before {
    font-family: "fontello";
    font-style: normal;
    font-weight: normal;
    speak: none;
    display: inline-block;
    text-decoration: inherit;
    width: 1em;
    margin-right: .2em;
    text-align: center;
    /* opacity: .8; */
    /* For safety - reset parent styles, that can break glyph codes*/
    font-variant: normal;
    text-transform: none;
    /* fix buttons height, for twitter bootstrap */
    line-height: 1em;
    /* Animation center compensation - margins should be symmetric */
    /* remove if not needed */
    margin-left: .2em;
    /* you can be more comfortable with increased icons size */
    /* font-size: 120%; */
    /* Font smoothing. That was taken from TWBS */
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    /* Uncomment for 3D effect */
    /* text-shadow: 1px 1px 1px rgba(127, 127, 127, 0.3); */
}

.icon-angle-right:before {
    content: '\f105';
}


/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */


/* Document
   ========================================================================== */


/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */

html {
    line-height: 1.15;
    /* 1 */
    -webkit-text-size-adjust: 100%;
    /* 2 */
}


/* Sections
   ========================================================================== */


/**
 * Remove the margin in all browsers.
 */

body {
    margin: 0;
}


/**
 * Render the `main` element consistently in IE.
 */

main {
    display: block;
}


/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */

h1 {
    font-size: 2em;
    margin: 0.67em 0;
}


/* Grouping content
   ========================================================================== */


/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */

hr {
    box-sizing: content-box;
    /* 1 */
    height: 0;
    /* 1 */
    overflow: visible;
    /* 2 */
}


/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */

pre {
    font-family: monospace, monospace;
    /* 1 */
    font-size: 1em;
    /* 2 */
}


/* Text-level semantics
   ========================================================================== */


/**
 * Remove the gray background on active links in IE 10.
 */

a {
    background-color: transparent;
}


/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */

abbr[title] {
    border-bottom: none;
    /* 1 */
    text-decoration: underline;
    /* 2 */
    text-decoration: underline dotted;
    /* 2 */
}


/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */

b,
strong {
    font-weight: bolder;
}


/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */

code,
kbd,
samp {
    font-family: monospace, monospace;
    /* 1 */
    font-size: 1em;
    /* 2 */
}


/**
 * Add the correct font size in all browsers.
 */

small {
    font-size: 80%;
}


/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */

sub,
sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline;
}

sub {
    bottom: -0.25em;
}

sup {
    top: -0.5em;
}


/* Embedded content
   ========================================================================== */


/**
 * Remove the border on images inside links in IE 10.
 */

img {
    border-style: none;
}


/* Forms
   ========================================================================== */


/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */

button,
input,
optgroup,
select,
textarea {
    font-family: inherit;
    /* 1 */
    font-size: 100%;
    /* 1 */
    line-height: 1.15;
    /* 1 */
    margin: 0;
    /* 2 */
}


/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */

button,
input {
    /* 1 */
    overflow: visible;
}


/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */

button,
select {
    /* 1 */
    text-transform: none;
}


/**
 * Correct the inability to style clickable types in iOS and Safari.
 */

button,
[type="button"],
[type="reset"],
[type="submit"] {
    -webkit-appearance: button;
}


/**
 * Remove the inner border and padding in Firefox.
 */

button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
    border-style: none;
    padding: 0;
}


/**
 * Restore the focus styles unset by the previous rule.
 */

button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
    outline: 1px dotted ButtonText;
}


/**
 * Correct the padding in Firefox.
 */

fieldset {
    padding: 0.35em 0.75em 0.625em;
}


/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */

legend {
    box-sizing: border-box;
    /* 1 */
    color: inherit;
    /* 2 */
    display: table;
    /* 1 */
    max-width: 100%;
    /* 1 */
    padding: 0;
    /* 3 */
    white-space: normal;
    /* 1 */
}


/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */

progress {
    vertical-align: baseline;
}


/**
 * Remove the default vertical scrollbar in IE 10+.
 */

textarea {
    overflow: auto;
}


/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */

[type="checkbox"],
[type="radio"] {
    box-sizing: border-box;
    /* 1 */
    padding: 0;
    /* 2 */
}


/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */

[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
    height: auto;
}


/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */

[type="search"] {
    -webkit-appearance: textfield;
    /* 1 */
    outline-offset: -2px;
    /* 2 */
}


/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */

[type="search"]::-webkit-search-decoration {
    -webkit-appearance: none;
}


/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */

::-webkit-file-upload-button {
    -webkit-appearance: button;
    /* 1 */
    font: inherit;
    /* 2 */
}


/* Interactive
   ========================================================================== */


/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */

details {
    display: block;
}


/*
 * Add the correct display in all browsers.
 */

summary {
    display: list-item;
}


/* Misc
   ========================================================================== */


/**
 * Add the correct display in IE 10+.
 */

template {
    display: none;
}


/**
 * Add the correct display in IE 10.
 */

[hidden] {
    display: none;
}

.search-i-h,
.search-i,
.subscribe-i-h,
.subscribe-i,
.lang-i-h,
.lang-i {
    display: inline-block;
    background: url("../../img/icon/header-actions.png") no-repeat;
    overflow: hidden;
    text-indent: -9999px;
    text-align: left;
}

.search-i-h {
    background-position: -10px -0px;
    width: 24px;
    height: 24px;
}

.search-i {
    position: relative;
    background-position: -10px -34px;
    width: 24px;
    height: 24px;
}

.search-i:before {
    position: absolute;
    display: block;
    top: 0;
    left: 0;
    width: inherit;
    height: inherit;
    background: inherit;
    background-position: -10px -0px;
    content: '';
    opacity: 0;
    -webkit-transition: all 0.2s ease;
    -moz-transition: all 0.2s ease;
    -ms-transition: all 0.2s ease;
    -o-transition: all 0.2s ease;
    transition: all 0.2s ease;
}

.search-i.active:hover:before {
    opacity: 1;
}

.subscribe-i-h {
    background-position: -10px -68px;
    width: 24px;
    height: 24px;
}

.subscribe-i {
    background-position: -10px -102px;
    width: 24px;
    height: 24px;
}

.lang-i-h {
    background-position: -10px -136px;
    width: 18px;
    height: 24px;
}

.lang-i {
    background-position: -10px -170px;
    width: 18px;
    height: 24px;
}

.datepicker {
    border: 1px solid #ccc !important;
    box-shadow: unset !important;
    border-radius: unset !important;
    border-top-left-radius: unset !important;
    border-top-right-radius: unset !important;
    border-bottom-right-radius: unset !important;
    border-bottom-left-radius: unset !important;
    font-size: 13px !important;
    color: #000;
}

.datepicker .datepicker--pointer {
    border-top: 1px solid #cccccc;
    border-right: 1px solid #cccccc;
}

.datepicker .datepicker--nav-title {
    border-radius: 0 !important;
    border-top-left-radius: 0 !important;
    border-top-right-radius: 0 !important;
    border-bottom-right-radius: 0 !important;
    border-bottom-left-radius: 0 !important;
}

.datepicker .datepicker--nav-action {
    border-radius: 0 !important;
    border-top-left-radius: 0 !important;
    border-top-right-radius: 0 !important;
    border-bottom-right-radius: 0 !important;
    border-bottom-left-radius: 0 !important;
}

.datepicker .datepicker--day-name {
    color: #999 !important;
}

.datepicker .datepicker--cell {
    border-radius: 0 !important;
    border-top-left-radius: 0 !important;
    border-top-right-radius: 0 !important;
    border-bottom-right-radius: 0 !important;
    border-bottom-left-radius: 0 !important;
}

.datepicker .datepicker--cell:focus {
    outline: none !important;
}

.datepicker .datepicker--cell.-current- {
    color: #00aeef !important;
}

.datepicker .datepicker--cell.-current-:hover {
    color: #ffffff !important;
}

.datepicker .datepicker--cell.-focus- {
    background: #00aeef !important;
    color: #ffffff !important;
}

.datepicker.active {
    transition: opacity .2s ease, left 0s 0s, -webkit-transform .2s ease !important;
    transition: opacity .2s ease, transform .2s ease, left 0s 0s !important;
    transition: opacity .2s ease, transform .2s ease, left 0s 0s, -webkit-transform .2s ease !important;
}

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

button.unstyled {
    border: 0;
    background: transparent;
    padding: 0;
    margin: 0;
    cursor: pointer;
}

button.unstyled:focus {
    outline: 0;
}

ul.unstyled {
    padding: 0;
    margin: 0;
    list-style-type: none;
}

input:focus,
textarea:focus {
    outline: 0;
}

a.full {
    position: absolute;
    display: block;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    z-index: 2;
}


/* jQueryFormStyler
	========================================================================== */

.jq-checkbox,
.jq-radio {
    vertical-align: -4px;
    width: 19px;
    height: 19px;
    margin: 0 4px 0 0;
    border: 1px solid #ebebeb;
    background: #ebebeb;
    cursor: pointer;
}

.jq-checkbox:hover,
.jq-checkbox:focus,
.jq-radio:hover,
.jq-radio:focus {
    border: 1px solid #00aeef;
}

.jq-checkbox:focus,
.jq-radio:focus {
    outline: 0 !important;
}

.jq-radio {
    vertical-align: middle;
}

.jq-checkbox.focused,
.jq-radio.focused {
    border: 1px solid #00aeef;
}

.jq-checkbox.disabled,
.jq-radio.disabled {
    opacity: .55;
}

.jq-checkbox {
    border-radius: 0px;
    -webkit-transition: all 0.2s ease;
    -moz-transition: all 0.2s ease;
    -ms-transition: all 0.2s ease;
    -o-transition: all 0.2s ease;
    transition: all 0.2s ease;
}

.jq-radio.checked,
.jq-checkbox.checked {
    background-color: #00aeef;
    border-color: #00aeef;
}

.jq-checkbox.checked .jq-checkbox__div {
    width: 8px;
    height: 4px;
    margin: 3px 0 0 3px;
    border-bottom: 2px solid #666;
    border-left: 2px solid #666;
    -webkit-transform: rotate(-50deg);
    transform: rotate(-50deg);
    display: none;
}

.jq-radio {
    border-radius: 50%;
}

.jq-file {
    width: 270px;
    border-radius: 4px;
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.1);
}

.jq-file input {
    cursor: pointer;
}

.jq-file__name {
    box-sizing: border-box;
    width: 100%;
    height: 34px;
    padding: 0 80px 0 10px;
    border: 1px solid #CCC;
    border-bottom-color: #B3B3B3;
    border-radius: 4px;
    background: #FFF;
    box-shadow: inset 1px 1px #F1F1F1;
    font: 14px/32px Arial, sans-serif;
    color: #333;
}

.jq-file__browse {
    position: absolute;
    top: 1px;
    right: 1px;
    padding: 0 10px;
    border-left: 1px solid #CCC;
    border-radius: 0 4px 4px 0;
    background: linear-gradient(#FFF, #E6E6E6);
    box-shadow: inset 1px -1px #F1F1F1, inset -1px 0 #F1F1F1, 0 1px 2px rgba(0, 0, 0, 0.1);
    font: 14px/32px Arial, sans-serif;
    color: #333;
    text-shadow: 1px 1px #FFF;
}

.jq-file:hover .jq-file__browse {
    background: linear-gradient(#F6F6F6, #E6E6E6);
}

.jq-file:active .jq-file__browse {
    background: #F5F5F5;
    box-shadow: inset 1px 1px 3px #DDD;
}

.jq-file.focused .jq-file__name {
    border: 1px solid #5794BF;
}

.jq-file.disabled,
.jq-file.disabled .jq-file__name,
.jq-file.disabled .jq-file__browse {
    border-color: #CCC;
    background: #F5F5F5;
    box-shadow: none;
    color: #888;
}

.jq-number {
    position: relative;
    vertical-align: middle;
    padding: 0 36px 0 0;
}

.jq-number__field {
    width: 100px;
    border: 1px solid #CCC;
    border-bottom-color: #B3B3B3;
    border-radius: 4px;
    box-shadow: inset 1px 1px #F1F1F1, 0 1px 2px rgba(0, 0, 0, 0.1);
}

.jq-number__field:hover {
    border-color: #B3B3B3;
}

.jq-number__field input {
    box-sizing: border-box;
    width: 100%;
    padding: 8px 9px;
    border: none;
    outline: none;
    background: none;
    font: 14px Arial, sans-serif;
    color: #333;
}

.jq-number__spin {
    position: absolute;
    top: 0;
    right: 0;
    width: 32px;
    height: 14px;
    border: 1px solid #CCC;
    border-bottom-color: #B3B3B3;
    border-radius: 4px;
    background: linear-gradient(#FFF, #E6E6E6);
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.1);
    box-shadow: inset 1px -1px #F1F1F1, inset -1px 0 #F1F1F1, 0 1px 2px rgba(0, 0, 0, 0.1);
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    text-shadow: 1px 1px #FFF;
    cursor: pointer;
}

.jq-number__spin.minus {
    top: auto;
    bottom: 0;
}

.jq-number__spin:hover {
    background: linear-gradient(#F6F6F6, #E6E6E6);
}

.jq-number__spin:active {
    background: #F5F5F5;
    box-shadow: inset 1px 1px 3px #DDD;
}

.jq-number__spin:after {
    content: '';
    position: absolute;
    top: 4px;
    left: 11px;
    width: 0;
    height: 0;
    border-right: 5px solid transparent;
    border-bottom: 5px solid #999;
    border-left: 5px solid transparent;
}

.jq-number__spin.minus:after {
    top: 5px;
    border-top: 5px solid #999;
    border-right: 5px solid transparent;
    border-bottom: none;
    border-left: 5px solid transparent;
}

.jq-number__spin.minus:hover:after {
    border-top-color: #000;
}

.jq-number__spin.plus:hover:after {
    border-bottom-color: #000;
}

.jq-number.focused .jq-number__field {
    border: 1px solid #5794BF;
}

.jq-number.disabled .jq-number__field,
.jq-number.disabled .jq-number__spin {
    border-color: #CCC;
    background: #F5F5F5;
    box-shadow: none;
    color: #888;
}

.jq-number.disabled .jq-number__spin:after {
    border-bottom-color: #AAA;
}

.jq-number.disabled .jq-number__spin.minus:after {
    border-top-color: #AAA;
}

.jq-selectbox {
    vertical-align: middle;
    cursor: pointer;
}

.jq-selectbox__select {
    height: 32px;
    padding: 0 45px 0 10px;
    border: 1px solid #CCC;
    border-bottom-color: #B3B3B3;
    border-radius: 4px;
    background: linear-gradient(#FFF, #E6E6E6);
    box-shadow: inset 1px -1px #F1F1F1, inset -1px 0 #F1F1F1, 0 1px 2px rgba(0, 0, 0, 0.1);
    font: 14px/32px Arial, sans-serif;
    color: #333;
    text-shadow: 1px 1px #FFF;
}

.jq-selectbox__select:hover {
    background: linear-gradient(#F6F6F6, #E6E6E6);
}

.jq-selectbox__select:active {
    background: #F5F5F5;
    box-shadow: inset 1px 1px 3px #DDD;
}

.jq-selectbox.focused .jq-selectbox__select {
    border: 1px solid #5794BF;
}

.jq-selectbox.disabled .jq-selectbox__select {
    border-color: #CCC;
    background: #F5F5F5;
    box-shadow: none;
    color: #888;
}

.jq-selectbox__select-text {
    display: block;
    width: 100%;
}

.jq-selectbox .placeholder {
    color: #888;
}

.jq-selectbox__trigger {
    position: absolute;
    top: 0;
    right: 0;
    width: 34px;
    height: 100%;
    border-left: 1px solid #CCC;
}

.jq-selectbox__trigger-arrow {
    position: absolute;
    top: 14px;
    right: 12px;
    width: 0;
    height: 0;
    border-top: 5px solid #999;
    border-right: 5px solid transparent;
    border-left: 5px solid transparent;
}

.jq-selectbox:hover .jq-selectbox__trigger-arrow {
    border-top-color: #000;
}

.jq-selectbox.disabled .jq-selectbox__trigger-arrow {
    border-top-color: #AAA;
}

.jq-selectbox__dropdown {
    box-sizing: border-box;
    width: 100%;
    margin: 2px 0 0;
    padding: 0;
    border: 1px solid #CCC;
    border-radius: 4px;
    background: #FFF;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.2);
    font: 14px/18px Arial, sans-serif;
}

.jq-selectbox__search {
    margin: 5px;
}

.jq-selectbox__search input {
    box-sizing: border-box;
    width: 100%;
    margin: 0;
    padding: 5px 27px 6px 8px;
    border: 1px solid #CCC;
    border-radius: 3px;
    outline: none;
    background: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABQAAAAMCAYAAABiDJ37AAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAO1JREFUeNqU078LAXEYx/FzYfNzk5TJaFNKYjFYSQZ/hvwBsvg1UCY2xT9gM8hukQGThWRjkcFw3pdnujhfT736Xn2fPvfc3fd07V0OFDDFAnM0ENYsZRiGLSc9OpqIYIA9fMhhjCrW2h9VlMlcH/aymMGtOqEugX08PwQucUZKdTozMIqdTc9WepQD7wjY9ARx+ydwhfyXfS+S0qMcOEQJGcueB3VccFINdMgal6NzkmPjRwJXxDBB7/2RDdtAp6wb+dpphHDASG5QQ0V6u2aoSqBZD/lDrNWRJynLK2qpBn4rc6K2XB9/Nb8EGABtf1thzY6X2AAAAABJRU5ErkJggg==") no-repeat 100% 50%;
    box-shadow: inset 1px 1px #F1F1F1;
    color: #333;
}

.jq-selectbox__not-found {
    margin: 5px;
    padding: 5px 8px 6px;
    background: #F0F0F0;
    font-size: 13px;
}

.jq-selectbox ul {
    margin: 0;
    padding: 0;
}

.jq-selectbox li {
    min-height: 18px;
    padding: 5px 10px 6px;
    color: #231F20;
}

.jq-selectbox li.selected {
    background-color: #A3ABB1;
    color: #FFF;
}

.jq-selectbox li:hover {
    background-color: #08C;
    color: #FFF;
}

.jq-selectbox li.disabled {
    color: #AAA;
}

.jq-selectbox li.disabled:hover {
    background: none;
}

.jq-selectbox li.optgroup {
    font-weight: bold;
}

.jq-selectbox li.optgroup:hover {
    background: none;
    color: #231F20;
    cursor: default;
}

.jq-selectbox li.option {
    padding-left: 25px;
}

.jq-select-multiple {
    box-sizing: border-box;
    padding: 1px;
    border: 1px solid #CCC;
    border-bottom-color: #B3B3B3;
    border-radius: 4px;
    background: #FFF;
    box-shadow: inset 1px 1px #F1F1F1, 0 1px 2px rgba(0, 0, 0, 0.1);
    font: 14px/18px Arial, sans-serif;
    color: #333;
    cursor: default;
}

.jq-select-multiple.focused {
    border: 1px solid #5794BF;
}

.jq-select-multiple.disabled {
    border-color: #CCC;
    background: #F5F5F5;
    box-shadow: none;
    color: #888;
}

.jq-select-multiple ul {
    margin: 0;
    padding: 0;
}

.jq-select-multiple li {
    padding: 3px 9px 4px;
    list-style: none;
}

.jq-select-multiple li:first-child {
    border-radius: 3px 3px 0 0;
}

.jq-select-multiple li:last-child {
    border-radius: 0 0 3px 3px;
}

.jq-select-multiple li.selected {
    background: #08C;
    color: #FFF;
}

.jq-select-multiple li.disabled {
    color: #AAA;
}

.jq-select-multiple li.optgroup {
    font-weight: bold;
}

.jq-select-multiple li.option {
    padding-left: 25px;
}

.jq-select-multiple.disabled li.selected,
.jq-select-multiple li.selected.disabled {
    background: #CCC;
    color: #FFF;
}

input[type='email'].styler,
input[type='password'].styler,
input[type='search'].styler,
input[type='tel'].styler,
input[type='text'].styler,
input[type='url'].styler,
textarea.styler {
    padding: 8px 9px;
    border: 1px solid #CCC;
    border-bottom-color: #B3B3B3;
    border-radius: 4px;
    box-shadow: inset 1px 1px #F1F1F1, 0 1px 2px rgba(0, 0, 0, 0.1);
    font: 14px Arial, sans-serif;
    color: #333;
}

input[type='search'].styler {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}

textarea.styler {
    overflow: auto;
}

input[type='email'].styler:hover,
input[type='password'].styler:hover,
input[type='search'].styler:hover,
input[type='tel'].styler:hover,
input[type='text'].styler:hover,
input[type='url'].styler:hover,
textarea.styler:hover {
    border-color: #B3B3B3;
}

input[type='email'].styler:hover:focus,
input[type='password'].styler:hover:focus,
input[type='search'].styler:hover:focus,
input[type='tel'].styler:hover:focus,
input[type='text'].styler:hover:focus,
input[type='url'].styler:hover:focus,
textarea.styler:hover:focus {
    border-color: #CCC;
    border-top-color: #B3B3B3;
    outline: none;
    box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
}

button.styler,
input[type='button'].styler,
input[type='submit'].styler,
input[type='reset'].styler {
    overflow: visible;
    padding: 8px 11px;
    border: 1px solid #CCC;
    border-bottom-color: #B3B3B3;
    border-radius: 4px;
    outline: none;
    background: linear-gradient(#FFF, #E6E6E6);
    box-shadow: inset 1px -1px #F1F1F1, inset -1px 0 #F1F1F1, 0 1px 2px rgba(0, 0, 0, 0.1);
    font: 14px Arial, sans-serif;
    color: #333;
    text-shadow: 1px 1px #FFF;
    cursor: pointer;
}

button.styler.styler::-moz-focus-inner,
input[type='button'].styler.styler::-moz-focus-inner,
input[type='submit'].styler.styler::-moz-focus-inner,
input[type='reset'].styler.styler::-moz-focus-inner {
    padding: 0;
    border: 0;
}

button.styler:not([disabled]):hover,
input[type='button'].styler:not([disabled]):hover,
input[type='submit'].styler:not([disabled]):hover,
input[type='reset'].styler:not([disabled]):hover,
input[type='reset'].styler:hover {
    background: linear-gradient(#F6F6F6, #E6E6E6);
}

button.styler:active,
input[type='button'].styler:active,
input[type='submit'].styler:active,
input[type='reset'].styler:active {
    background: #F5F5F5;
    box-shadow: inset 1px 1px 3px #DDD;
}

button.styler[disabled],
input[type='button'].styler[disabled],
input[type='submit'].styler[disabled] {
    border-color: #CCC;
    background: #F5F5F5;
    box-shadow: none;
    color: #888;
}

.selectize-dropdown {
    display: block !important;
    opacity: 0;
    -webkit-transform: translateY(8px);
    transform: translateY(8px);
    transition: opacity .2s ease, left 0s 0s, -webkit-transform .2s ease;
    transition: opacity .2s ease, transform .2s ease, left 0s 0s;
    transition: opacity .2s ease, transform .2s ease, left 0s 0s, -webkit-transform .2s ease;
    pointer-events: none;
}

.selectize-input.dropdown-active + .selectize-dropdown {
    opacity: 1;
    -webkit-transform: translate(0);
    transform: translate(0);
    pointer-events: auto;
}

.selectize-control.multi .selectize-input > div {
    cursor: pointer;
    margin: 0 3px 3px 0;
    padding: 3px 6px;
    background: #00aeef !important;
    color: #ffffff !important;
    border: 0 solid #00aeef !important;
}

.selectize-input {
    min-height: 32px;
    border: 1px solid #ccc;
    padding: 5px 5px 5px 8px;
    -webkit-box-shadow: unset;
    box-shadow: unset;
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    border-radius: 0px;
}

.selectize-input.focus {
    -webkit-box-shadow: none !important;
    -moz-box-shadow: none !important;
    box-shadow: none !important;
}

.selectize-input > input {
    margin: 1px 2px 0 0 !important;
}

.selectize-input.focus {
    -webkit-box-shadow: none !important;
    -moz-box-shadow: none !important;
    box-shadow: none !important;
}

.selectize-control.multi .selectize-input.has-items {
    padding: 3px 8px 0px;
}

#all input:not([type=radio]),
#all select {
    width: 100%;
    min-height: 32px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding: 5px 5px 5px 8px;
    border: 1px solid #ccc;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
}

.selectize-dropdown-content .create {
    padding: 5px;
}

.selectize-control.plugin-remove_button [data-value] .remove {
    border-left: 1px solid #ffffff;
    line-height: 21px !important;
}

.b-docs-item a {
    display: inline-block;
    min-height: 53px;
    position: relative;
    padding: 0 0 0 50px;
    line-height: 20px;
    text-decoration: none !important;
    margin-bottom: 15px;
}

.b-pdf-link {
    background: url(../../img/icon/pdf-ico.png) 0 3px no-repeat;
}

.b-jpg-link {
    background: url(../../img/icon/jpg-ico.png) 0 3px no-repeat;
}

.b-doc-link {
    background: url(../../img/icon/doc-ico.png) 0 3px no-repeat;
}

.b-png-link {
    background: url(../../img/icon/png-ico.png) 0 3px no-repeat;
}

.b-eps-link {
    background: url(../../img/icon/eps-ico.png) 0 3px no-repeat;
}

.b-ppt-link {
    background: url(../../img/icon/ppt-ico.png) 0 3px no-repeat;
}

.b-xls-link {
    background: url(../../img/icon/xls-ico.png) 0 3px no-repeat;
}

.b-docs-item a span {
    display: block;
    color: #00aeef;
    text-decoration: underline;
    font-weight: 500;
}

.b-docs-item a em {
    display: block;
    color: #a7a9ac;
    font-weight: 400;
}

.swiper-button-next.swiper-button-disabled,
.swiper-button-prev.swiper-button-disabled {
    pointer-events: unset !important;
}

.selectize-dropdown .optgroup-header,
.selectize-dropdown .option {
    cursor: pointer !important;
}


/* PRESET
   ========================================================================== */

#errorMessageBlock {
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #FFFFFF;
    z-index: 9999;
}

#errorMessageBlock a > * {
    vertical-align: middle;
}

#errorMessageBlock a span {
    margin-left: 15px;
}

#errorMessageBlock .f-col {
    margin-bottom: 15px;
}

#errorMessageBlock .f-col:first-child {
    margin-top: 15px;
}

aside,
nav,
footer,
header,
section {
    display: block;
}

html,
body {
    margin: 0px;
    width: 100%;
    color: #000;
    font-family: 'Montserrat', sans-serif;
    -webkit-font-smoothing: antialiased;
    background-color: #fff;
    overflow-x: hidden;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

body {
    overflow-x: hidden;
    min-width: 576px;
}

body.body-news-detail #breadcrumbs {
    background: #ebebeb;
}

body.body-news-detail #breadcrumbs .bx-breadcrumb {
    margin: 0 auto;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

body.body-news-detail .detail-container-wrp {
    background: #ebebeb;
    padding-bottom: 50px;
}

body.body-news-detail .events-block {
    background: unset;
}

body.body-news-detail .events-block_list {
    margin-top: 0px;
}

body.body-news-detail .last-news_list.last-news_list_theme li:last-child .article {
    margin-bottom: 0px !important;
}

body.body-news-detail .last-news_list.last-news_list_theme .article {
    display: block;
    overflow: visible;
    padding-bottom: 15px;
    padding-top: 0px;
    border: none;
    margin-bottom: 15px;
}

body.body-news-detail .last-news_list.last-news_list_theme .article.image-bg {
    min-height: 330px;
}

body.body-news-detail .last-news_list.last-news_list_theme .article.image-bg .article_title {
    bottom: 15px;
}

body.body-news-detail .last-news_list.last-news_list_theme .article.mb-0 {
    margin-bottom: 0;
}

body.body-news-detail .last-news_list.last-news_list_theme .article:not(.image-bg) .article_title {
    padding-left: 0px;
    padding-left: 0px;
    color: #000000;
    font-size: 14px;
    font-weight: 400;
    line-height: 1.5em;
}

body.body-news-detail .last-news_list.last-news_list_theme .article .article__image {
    height: 200px;
}

body.body-news-detail .last-news_list.last-news_list_theme .article .article__image a {
    line-height: 0;
    font-size: 0;
}

body.body-news-detail .last-news_list.last-news_list_theme .article__info {
    margin-top: 5px;
    display: flex;
    flex-direction: row;
    align-items: center;
    padding-left: 0px;
    padding-right: 0px;
}

body.body-news-detail .article-detail__title h1 {
    width: 80%;
}

body.body-news-detail footer {
    margin-top: 0;
    color: #231f20;
    background-color: #ffffff;
}

body.body-news-detail .events-block_list {
    overflow: visible;
}

body.body-news-detail #news-theme-block {
    position: relative;
    will-change: min-height;
}

body.body-news-detail #news-theme-block .events-block_container {
    transform: translate(0, 0);
    /* For browsers don't support translate3d. */
    transform: translate3d(0, 0, 0);
    will-change: position, transform;
}

body.body-news-detail .events-block_container {
    display: block;
    height: auto;
}

body.body-news-detail .article-detail__preview p {
    padding: 0;
    margin-block-start: 0em;
    margin-block-end: 0em;
}

body.body-main #last-news .last-news .more.main-more-link {
    text-align: center;
    padding-top: 30px;
}

body.body-main #last-news .last-news .more.main-more-link a {
    background: #00aeef;
    padding: 15px 50px;
    color: #fff;
    font-size: 14px;
    opacity: 0.8;
    -webkit-transition: all 0.2s ease;
    -moz-transition: all 0.2s ease;
    -ms-transition: all 0.2s ease;
    -o-transition: all 0.2s ease;
    transition: all 0.2s ease;
    display: inline-block;
    text-decoration: unset;
}

body.body-main #last-news .last-news .more.main-more-link a:hover {
    opacity: 1;
}

body.body-longread .footer {
    background: #d8d7d6 !important;
}

body.body-longread .article-detail-title_container {
    padding-top: 0px;
    padding-bottom: 0px;
}

body.body-longread .detail-container.detail-container-longread .article-detail__title h1 {
    margin: 0 !important;
    max-width: unset !important;
}

body.body-longread #breadcrumbs {
    background: #ebebeb;
    padding-bottom: 15px;
}

body.body-longread #breadcrumbs .bx-breadcrumb {
    justify-content: center;
}

body.body-longread .share-social-buttons {
    padding-bottom: 0px;
    padding-top: 20px;
    min-height: 20px;
}

body.body-longread .share-social-buttons .ya-share2__icon {
    width: 20px;
    height: 20px;
}

body.body-longread .share-social-buttons .ya-share2__counter {
    display: none;
}

body.body-longread .share-social-buttons .ya-share2__list {
    justify-content: center;
}

body.body-longread .detail-container.detail-container-longread {
    padding-top: 0;
}

body.body-longread .detail-container.detail-container-longread.container {
    padding-left: 0;
    padding-right: 0;
}

body.body-longread .detail-container.detail-container-longread .container {
    padding-left: 0;
    padding-right: 0;
}

body.body-longread .detail-container.detail-container-longread .article-detail > .container {
    max-width: 860px;
}

body.body-longread .detail-container.detail-container-longread .article-detail_text {
    padding-left: 25px;
    padding-right: 25px;
}

body.body-longread .detail-container.detail-container-longread .swiper-container__detail-wrp {
    max-width: 960px;
    margin: 0 auto;
}

body.body-longread .detail-container.detail-container-longread .article-detail__side {
    display: none;
    grid-area: auto /span 3;
    max-width: 960px;
    width: 100%;
    margin: 30px auto 0;
}

body.body-longread .detail-container.detail-container-longread .article-detail__title h1 {
    font-size: 30px;
    max-width: 700px;
    line-height: 1.23;
    margin: 35px auto;
}

body.body-longread .detail-container.detail-container-longread .article-detail__title .article-detail__preview {
    font-size: 16px;
    line-height: 1.5em;
}

body.body-longread .detail-container.detail-container-longread .category:before {
    display: none;
}

body.body-longread .detail-container.detail-container-longread .cat-n-views {
    justify-content: center;
}

body.body-longread .article {
    overflow: hidden;
    background: unset;
}

body.body-longread .read-also-container {
    max-width: 860px;
    width: 100%;
    margin: 0 auto;
    box-sizing: border-box;
}

body.body-longread .read-also-container .read-also {
    grid-area: auto /span 4;
}

body.body-longread .head-divider {
    width: 200px;
    margin: 0 auto;
    opacity: 0.2;
    padding: 10px 0 20px;
}

body .read-also-container .read-also .read-also__title {
    padding-bottom: 20px;
}

body .read-also-container .read-also .article {
    overflow: visible;
}

body .read-also-container .read-also .article__image {
    margin-right: 0;
}

body .read-also-container .read-also .article__info {
    padding: 15px;
}

body .read-also-container .read-also.left-border:before {
    display: none;
    content: unset;
}

.article-detail__preview {
    font-size: 16px;
    font-weight: 400;
    line-height: 1.5em;
}

.blockUI.blockOverlay {
    opacity: 0 !important;
}

.blockUI.blockMsg.blockElement {
    top: -73px !important;
    width: unset !important;
    left: 50% !important;
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    transform: translateX(-50%);
    border: none !important;
    background: unset !important;
}

section {
    width: 100%;
    margin-right: auto;
    margin-left: auto;
}

.news_list_page-content + .footer {
    background-color: #ffffff !important;
    margin-top: 0 !important;
}

.page-content:not(.news_list_page-content) {
    margin: 0 auto;
    max-width: 1440px;
    width: 100%;
    padding-top: 30px;
    color: #000000;
    font-size: 16px;
    font-weight: 400;
    line-height: 1.5em;
}

.page-content:not(.news_list_page-content) table {
    border-collapse: collapse;
    border-color: #e0e0e0;
}

.page-content:not(.news_list_page-content) table[border^="1"] {
    border: 1px solid #e0e0e0;
}

.page-content:not(.news_list_page-content) table tr {
    border-color: #e0e0e0;
}

.page-content:not(.news_list_page-content) table td {
    padding: 7px;
    border-color: #e0e0e0;
}

.container:not(.news_list_page-content) {
    position: relative;
    display: block;
    max-width: 1440px;
    width: 100%;
    padding-right: 25px;
    padding-left: 25px;
    margin-left: auto;
    margin-right: auto;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.container.three-block-list-container {
    display: grid;
    grid-column-gap: 30px;
    padding-top: 20px;
    grid-auto-columns: minmax(100px, 1fr);
    grid-template-areas: ". . . .";
    max-width: 1440px;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.container.three-block-list-container > div:nth-child(1) {
    grid-area: auto /span 3;
}

.container.three-block-list-container > div:nth-child(2) {
    grid-area: auto /span 1;
}

.container.three-block-list-container .button-wrapper {
    grid-area: auto /span 2;
}

.clear:before,
.clear:after {
    content: ' ';
    display: table;
}

.clear:after {
    clear: both;
}

.clear {
    *zoom: 1;
}

.a-title {
    -webkit-transition: all 0.2s ease;
    -moz-transition: all 0.2s ease;
    -ms-transition: all 0.2s ease;
    -o-transition: all 0.2s ease;
    transition: all 0.2s ease;
}

.a-title:hover {
    color: #00aeef !important;
}

button.swiper-nav {
    width: 36px;
    height: 36px;
    top: calc(50% - 15px);
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
    opacity: 0.8;
    -webkit-transition: all 0.2s ease;
    -moz-transition: all 0.2s ease;
    -ms-transition: all 0.2s ease;
    -o-transition: all 0.2s ease;
    transition: all 0.2s ease;
}

button.swiper-nav:hover {
    opacity: 1;
}

button.swiper-button-prev {
    background: url("../img/icon/slider-arrow-prev.png") no-repeat;
}

button.swiper-button-next {
    background: url("../img/icon/slider-arrow-next.png") no-repeat;
}

.remove-btn {
    display: none;
    position: absolute;
    top: 0;
    right: 0;
    height: calc(100% - 8px);
    z-index: 1;
    width: 17px;
    text-align: center;
    font-weight: 700;
    font-size: 12px;
    text-decoration: none;
    vertical-align: middle;
    padding: 0px 0 0 0 !important;
    border-left: 1px solid #d0d0d0 !important;
    box-sizing: border-box;
    background: #00aeef !important;
    color: #ffffff !important;
    margin-top: 4px !important;
    margin-bottom: 4px !important;
    margin-right: 4px !important;
}

.remove-btn.remove-sort-btn {
    display: none;
    top: 0;
    margin: 0 !important;
    padding: 0 !important;
    border: 0 !important;
    vertical-align: top;
}

.left-border {
    position: relative;
    padding-left: 15px;
}

.left-border:before {
    position: absolute;
    display: inline-block;
    width: 3px;
    height: 100%;
    left: 0;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
    background-color: #00aeef;
    content: "";
}

footer.footer {
    color: #231f20;
}

footer.footer .share-social-buttons li {
    margin-right: 15px;
}

footer.footer a {
    text-decoration: none;
    color: #231f20;
    -webkit-transition: all 0.2s ease;
    -moz-transition: all 0.2s ease;
    -ms-transition: all 0.2s ease;
    -o-transition: all 0.2s ease;
    transition: all 0.2s ease;
}

footer.footer a:hover {
    opacity: 1;
    color: #231f20;
}

footer.footer .footer__address {
    position: relative;
}

footer.footer .row-logo__title {
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-align-content: center;
    -ms-flex-line-pack: center;
    align-content: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}

footer.footer .row-logo__title .site-title {
    font-family: 'Montserrat', sans-serif;
    font-size: 18px;
    font-weight: 400;
    letter-spacing: -0.47px;
    text-transform: uppercase;
    margin: 0px;
    padding-left: 0;
}

footer.footer .row-logo__title .site-title:before {
    content: unset;
}

footer.footer .row-logo__title .site-title span {
    display: none;
}

footer.footer .row-logo__title svg {
    width: 95px;
    position: relative;
    margin-left: 15px;
    top: -5px;
}

footer.footer.footer-white {
    background-color: #ffffff;
}

footer.footer .row-logo__container {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-between;
}

footer.footer .row-logo__container .row-logo__menu {
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
    justify-content: center;
}

footer.footer .row-logo__container .bottom-menu {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    font-size: 18px;
    font-weight: 400;
    text-transform: uppercase;
    padding-top: 3px;
}

footer.footer .row-logo__container .bottom-menu li {
    margin-right: 50px;
}

footer.footer .row-logo__container .bottom-menu li:last-child {
    margin-right: 0;
}

footer.footer .row-logo {
    padding-bottom: 30px;
    padding-top: 30px;
}

footer.footer .footer-socials .share-social-buttons {
    padding-top: 15px;
}

footer.footer .row__menu {
    padding-top: 40px;
    line-height: 1.8em;
    color: #ffffff;
    font-weight: 400;
    background-color: #636464;
    padding-bottom: 100px;
}

footer.footer .row__menu a {
    color: #ffffff;
}

footer.footer .row__menu .col {
    flex-grow: 1;
    flex-basis: 33%;
}

footer.footer .container-menu {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
}

footer.footer.footer-gray {
    background-color: #d8d7d6;
    margin-top: 50px;
}

footer.footer._bgcolor-grey .row__menu {
    color: #636464;
    background-color: #d8d7d6;
}

footer.footer._bgcolor-grey .row__menu a {
    color: #636464;
}

rect {
    transform-origin: center;
}

.article-media .article__image {
    position: relative;
}

.article-media.image-bg .article_title {
    padding-right: 50px !important;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.article-media__photo.image-bg .media__count {
    position: absolute;
    display: block;
    bottom: 35px;
    right: 30px;
    width: 32px;
    height: 23px;
    background: url("../img/icon/media-photo-i.png") no-repeat center;
    -webkit-background-size: cover;
    background-size: cover;
    z-index: 2;
    color: #fff;
    font-size: 10px;
    line-height: 21px;
    text-align: center;
}

.article-media__photo .media__count {
    position: absolute;
    display: block;
    bottom: calc((100% / 2) + 35px);
    right: 30px;
    width: 32px;
    height: 23px;
    background: url("../img/icon/media-photo-i.png") no-repeat center;
    -webkit-background-size: cover;
    background-size: cover;
    z-index: 2;
    color: #fff;
    font-size: 10px;
    line-height: 21px;
    text-align: center;
}

.article-media__video.image-bg:before {
    position: absolute;
    display: block;
    bottom: 35px;
    right: 30px;
    width: 51px;
    height: 51px;
    background: url("../img/icon/media-video-i.png") no-repeat center;
    -webkit-background-size: cover;
    background-size: cover;
    z-index: 3;
    content: '';
    cursor: pointer;
    pointer-events: none;
}

.article-media__video .article__image:before {
    position: absolute;
    display: block;
    bottom: 35px;
    right: 30px;
    width: 51px;
    height: 51px;
    background: url("../img/icon/media-video-i.png") no-repeat center;
    -webkit-background-size: cover;
    background-size: cover;
    z-index: 3;
    content: '';
    cursor: pointer;
    pointer-events: none;
}

.article-media iframe {
    position: absolute;
    display: block;
    top: 50%;
    left: 50%;
    height: 200%;
    width: 300%;
    z-index: 1;
    transform: translate(-50%, -50%);
}

#all {
    position: relative;
    z-index: 1;
    -webkit-box-shadow: 0 0 20px 5px rgba(0, 0, 0, 0.2);
    -moz-box-shadow: 0 0 20px 5px rgba(0, 0, 0, 0.2);
    box-shadow: 0 0 20px 5px rgba(0, 0, 0, 0.2);
}

#all:after {
    display: block;
    position: absolute;
    top: 0;
    left: 0px;
    width: 100%;
    height: 100%;
    background: #000000;
    z-index: -1;
    content: '';
    opacity: 0;
    -webkit-transition: all 1s ease;
    -moz-transition: all 1s ease;
    -ms-transition: all 1s ease;
    -o-transition: all 1s ease;
    transition: all 1s ease;
}

#all.fixed {
    position: fixed;
    width: 100%;
}

#all.fixed:after {
    z-index: 100;
    opacity: 0.2;
}

::selection {
    background: rgba(0, 174, 239, 0.5);
    /* WebKit/Blink Browsers */
}

::-moz-selection {
    background: rgba(0, 174, 239, 0.5);
    /* Gecko Browsers */
}

.button-wrapper {
    padding-top: 30px;
    text-align: center;
}

.button-wrapper button {
    background: #00aeef;
    padding: 15px 50px;
    color: #fff;
    font-size: 14px;
    opacity: 0.8;
    -webkit-transition: all 0.2s ease;
    -moz-transition: all 0.2s ease;
    -ms-transition: all 0.2s ease;
    -o-transition: all 0.2s ease;
    transition: all 0.2s ease;
}

.button-wrapper button:hover {
    opacity: 1;
}

.loader-button {
    position: relative;
}

.loader-button .loader-spinner {
    position: absolute;
    display: none;
    top: 0;
    right: -5px;
    -webkit-transform: translate(100%, 0);
    -moz-transform: translate(100%, 0);
    -ms-transform: translate(100%, 0);
    -o-transform: translate(100%, 0);
    transform: translate(100%, 0);
    line-height: 0;
    font-size: 0;
    pointer-events: none;
}

.loader-button:disabled {
    cursor: wait;
}

.logo-img {
    font-size: 0;
    line-height: 0;
}

.logo-top {
    font-size: 0;
    line-height: 0;
}

.logo-bottom .st1 {
    fill: #00aeef;
}

.wow {
    opacity: 0;
}

.news-cats-listing {
    display: flex;
}

.news-cats-listing:first-child {
    padding-top: 0;
}

.news-cats-listing .title {
    margin-right: 15px;
    margin-bottom: 15px;
}

.news-cats-listing ul {
    position: relative;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
}

.news-cats-listing ul li {
    margin-right: 15px;
    margin-bottom: 15px;
}

.news-cats-listing ul li a {
    position: relative;
    display: inline-block;
    padding: 0px 5px;
    border: 1px solid #eaebec;
    font-size: 16px;
    color: #000 !important;
    text-decoration: none !important;
    font-weight: 100;
}

.news-cats-listing ul.ul-categories a {
    color: #fff !important;
    font-weight: 100;
}

.three-news-block {
    position: relative;
    display: grid;
    grid-template-columns: calc(((100% - 60px) / 3) * 2 + 30px) calc(((100% - 60px) / 3) * 1);
    grid-column-gap: 30px;
    height: 100%;
    min-height: 500px;
}

.three-news-block .list-wrapper {
    padding-top: 45px;
    grid-area: auto /span 2;
}

.three-news-block .important-news {
    position: relative;
    display: block;
}

.three-news-block .important-news .article__image {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 0;
    opacity: 0;
    -webkit-transition: all 0.2s ease;
    -moz-transition: all 0.2s ease;
    -ms-transition: all 0.2s ease;
    -o-transition: all 0.2s ease;
    transition: all 0.2s ease;
}

.three-news-block .important-news .article_title {
    position: relative;
    padding: 0 0 0 13px;
}

.three-news-block .important-news .article_title:before {
    position: absolute;
    display: inline-block;
    width: 3px;
    height: 100%;
    left: 0;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
    background-color: #00aeef;
    content: "";
}

.three-news-block .news-block {
    background: #fff;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-align-content: flex-start;
    -ms-flex-line-pack: start;
    align-content: flex-start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
}

.three-news-block .news-block article {
    flex: 1 1 auto;
    width: 100%;
    background: #fff;
    padding: 25px 0px 25px 0px;
    box-sizing: border-box;
}

.three-news-block .news-block article .article_title a {
    color: #000;
}

.three-news-block .news-block article:hover .article_title a {
    color: #00aeef;
}

.form-search {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    padding-bottom: 30px;
}

.form-search .form-group__search {
    flex: 1;
}

.form-search .form-group__search .form-control {
    width: 100%;
    padding: 10px !important;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    border: solid 1px #00aeef;
}

.form-search button {
    padding: 10px;
    background: #00aeef;
    color: #ffffff;
    border: solid 1px #00aeef;
}

.search__list h3 {
    line-height: 1.2em;
}

.main-paginator ul {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: center;
}

.main-paginator ul li {
    padding: 10px;
}

.main-paginator ul li a {
    color: #00aeef;
    text-decoration: none;
}

.main-paginator ul li.active {
    background: #00aeef;
    color: #ffffff;
}

.main-paginator ul li.active a {
    color: #ffffff;
    text-decoration: none;
}

.form {
    color: #231f20;
    font-size: 15px;
}

.form input[type='checkbox'] {
    opacity: 0;
    width: 25px !important;
    height: 17px;
    min-height: unset !important;
}

.form input[type='radio'] {
    opacity: 0;
    width: 25px !important;
    height: 21px;
    min-height: unset !important;
    vertical-align: middle;
}

.form .form-control__checkbox label {
    min-height: 21px;
    cursor: pointer;
    display: block;
    margin-bottom: 10px;
}

.form .form-control__checkbox label:last-child {
    margin-bottom: 0;
}

.form .form-control__checkbox label:hover .jq-checkbox,
.form .form-control__checkbox label:hover .jq-radio {
    border: 1px solid #00aeef;
}

.form .form-group__buttons {
    padding-top: 20px;
    display: flex;
}

.form .form-group__buttons > * {
    flex: 0 0 50%;
}

.form button[type="submit"],
.form input[type="submit"] {
    padding: 15px;
    color: #ffffff;
    font-size: 16px;
    font-weight: 400;
    line-height: 1em;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    background-color: #00aeef;
    border: 0;
    cursor: pointer;
    opacity: 0.8;
    border: none !important;
    -webkit-transition: all 0.2s ease;
    -moz-transition: all 0.2s ease;
    -ms-transition: all 0.2s ease;
    -o-transition: all 0.2s ease;
    transition: all 0.2s ease;
}

.form button[type="submit"]:hover,
.form input[type="submit"]:hover {
    opacity: 1;
}

.form input[type="reset"] {
    padding: 15px;
    color: #3a3a3a;
    font-size: 16px;
    font-weight: 400;
    line-height: 1em;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    background-color: #e1e1e1;
    border: 0;
    cursor: pointer;
    opacity: 0.8;
    border: none !important;
    -webkit-transition: all 0.2s ease;
    -moz-transition: all 0.2s ease;
    -ms-transition: all 0.2s ease;
    -o-transition: all 0.2s ease;
    transition: all 0.2s ease;
}

.form input[type="reset"]:hover {
    opacity: 1;
}

.top-filter {
    font-size: 13px;
    color: #303030;
}

.top-filter button {
    color: #303030;
}

.top-filter__row {
    display: grid;
    grid-template-areas: ". . . .";
    grid-auto-columns: minmax(100px, 1fr);
    grid-column-gap: 30px;
}

.top-filter .title {
    display: block;
    min-height: 14px;
    padding-bottom: 5px;
    line-height: 1em;
}

.top-filter select {
    height: 30px;
    opacity: 0;
}

.top-filter .top-filter__el-button button {
    position: relative;
    min-height: 32px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding: 5px 8px;
    border: 1px solid #ccc;
    -webkit-transition: all 0.2s ease;
    -moz-transition: all 0.2s ease;
    -ms-transition: all 0.2s ease;
    -o-transition: all 0.2s ease;
    transition: all 0.2s ease;
}

.top-filter .top-filter__el-button button:hover {
    background: #00aeef;
    border-color: #00aeef;
    color: #ffffff;
}

.top-filter .top-filter__el-button button.active {
    background: #00aeef;
    border-color: #00aeef;
    color: #ffffff;
    padding-right: 14px;
}

.top-filter .top-filter__el-button button.active::after {
    position: absolute;
    display: block;
    height: 100%;
    top: 0;
    right: 3px;
    font-size: 20px;
    font-family: 'PT Sans', sans-serif;
    line-height: 30px;
}

.top-filter .top-filter__el-button button.active.desc::after {
    content: "↓";
    padding-left: 5px;
}

.top-filter .top-filter__el-button button.active.asc::after {
    content: "↑";
    padding-left: 5px;
}

.top-filter .input-wrapper {
    position: relative;
}

.top-filter .top-filter__el-select .input-wrapper {
    position: relative;
    line-height: 0;
    min-height: 32px;
}

.top-filter .top-filter__el-select .input-wrapper:before {
    position: absolute;
    display: block;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    border: 1px solid #ccc;
    z-index: 0;
    content: '';
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    pointer-events: none;
}


/**
 * Overlay scroll
 */

.os-theme-dark > .os-scrollbar > .os-scrollbar-track > .os-scrollbar-handle {
    background: #00aeef;
}

.os-theme-dark > .os-scrollbar > .os-scrollbar-track > .os-scrollbar-handle,
.os-theme-light > .os-scrollbar > .os-scrollbar-track > .os-scrollbar-handle,
.os-theme-dark > .os-scrollbar > .os-scrollbar-track,
.os-theme-light > .os-scrollbar > .os-scrollbar-track {
    border-radius: 0;
}

.os-theme-dark > .os-scrollbar-vertical,
.os-theme-light > .os-scrollbar-vertical {
    width: 7px;
}

.os-theme-dark > .os-scrollbar-horizontal,
.os-theme-light > .os-scrollbar-horizontal {
    height: 7px;
}

.os-theme-dark > .os-scrollbar:hover > .os-scrollbar-track > .os-scrollbar-handle {
    background: rgba(0, 174, 239, 0.7);
}

.os-theme-dark > .os-scrollbar > .os-scrollbar-track > .os-scrollbar-handle.active {
    background: rgba(0, 174, 239, 0.7);
}

.os-scrollbar-vertical {
    top: 0;
    right: -2px;
}


/**
 * Swyper
 */

.opinions-list__container.swiper-container {
    overflow: visible;
}

.news-page-slider img {
    margin: 0 !important;
}

.swiper-container__detail-wrp {
    height: 500px;
    overflow: hidden;
    display: grid;
    grid-template-columns: 1fr 100px;
    grid-column-gap: 15px;
}

.swiper-lazy {
    opacity: 0;
    transition: opacity 0.3s ease;
}

.swiper-lazy-loaded {
    opacity: 1;
}

.swiper-container__detail-wrp .swiper-lazy-preloader {
    -webkit-animation: unset;
    -o-animation: unset;
    animation: unset;
}

.swiper-container__detail-wrp .swiper-lazy-preloader:after {
    display: none;
    content: unset;
}

.swiper-container__detail-wrp .swiper-slide a {
    position: relative;
    display: block;
    width: 100%;
    height: 100%;
    font-size: 0;
    line-height: 0;
}

.swiper-container__detail {
    height: inherit;
    overflow: hidden;
}

.article-detail_text .news-page-slider .swiper-container__detail img {
    padding: 0;
    margin: 0;
    width: 100%;
    height: 100%;
    -webkit-object-fit: cover;
    object-fit: cover;
    -o-object-fit: cover;
    margin: 0 !important;
}

.swiper-container__detail img.fit-contain {
    object-fit: contain !important;
    -o-object-fit: contain !important;
}

.swiper-container__detail-thumbs-wrp {
    position: relative;
    padding-top: 65px;
    padding-bottom: 65px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    height: inherit;
}

.swiper-container__detail-thumbs-wrp .swiper-wrapper {
    height: unset;
}

.swiper-container__detail-thumbs-wrp .swiper-slide {
    margin-bottom: 15px;
}

.swiper-container__detail-thumbs-wrp .swiper-slide img {
    opacity: 0.3;
    -webkit-transition: all 0.2s ease;
    -moz-transition: all 0.2s ease;
    -ms-transition: all 0.2s ease;
    -o-transition: all 0.2s ease;
    transition: all 0.2s ease;
    margin: 0 !important;
    padding: 0 !important;
}

.swiper-container__detail-thumbs-wrp .swiper-slide:hover {
    cursor: pointer;
}

.swiper-container__detail-thumbs-wrp .swiper-slide:hover img {
    opacity: 1;
}

.swiper-container__detail-thumbs-wrp .swiper-slide-thumb-active img {
    opacity: 1;
}

.swiper-container__detail-thumbs-wrp .navigation {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
}

.swiper-container__detail-thumbs-wrp .navigation button {
    position: absolute;
    top: 0;
    left: 0;
    width: 35px;
    height: 35px;
    background: url("../img/icon/swiper-up.svg") center no-repeat;
    left: 50%;
    transform: translateX(-50%);
    opacity: .8;
    -webkit-transition: all 0.2s ease;
    -moz-transition: all 0.2s ease;
    -ms-transition: all 0.2s ease;
    -o-transition: all 0.2s ease;
    transition: all 0.2s ease;
}

.swiper-container__detail-thumbs-wrp .navigation button:hover {
    opacity: 1;
    cursor: pointer;
}

.swiper-container__detail-thumbs-wrp .navigation button.swiper-button-disabled {
    cursor: default;
    opacity: 0;
}

.swiper-container__detail-thumbs-wrp .navigation button.swiper-thumbs-button-next {
    top: unset;
    bottom: 0;
    background: url("../img/icon/swiper-down.svg") center no-repeat;
}

.swiper-container__detail-thumbs {
    overflow: hidden;
    height: 100%;
}

.swiper-container__detail-thumbs .swiper-wrapper {
    width: 100%;
    height: 100%;
    flex-direction: column;
}

.swiper-container__detail-thumbs .swiper-wrapper .swiper-slide {
    max-width: 100px;
    height: calc(20% - 12px);
    max-height: calc(20% - 12px);
}

.swiper-container__detail-thumbs img {
    width: 100% !important;
    height: 100% !important;
    -webkit-object-fit: cover;
    object-fit: cover !important;
    -o-object-fit: cover;
}


/**
 * Headings
 */

.site-title {
    font-size: 2em;
    margin-block-start: 0.83em;
    margin-block-end: 0.83em;
}

h1 {
    font-size: 2em;
    margin-block-start: 0.83em;
    margin-block-end: 0.83em;
}

h2 {
    font-size: 1.85em;
    margin-block-start: 0.83em;
    margin-block-end: 0.83em;
}

h3 {
    font-size: 1.6em;
    margin-block-start: 0.83em;
    margin-block-end: 0.83em;
}

h4 {
    font-size: 1.3em;
    margin-block-start: 0.83em;
    margin-block-end: 0.83em;
}

h5 {
    font-size: 1.15em;
    margin-block-start: 0.83em;
    margin-block-end: 0.83em;
}

h6 {
    font-size: 1em;
    margin-block-start: 0.83em;
    margin-block-end: 0.83em;
}

h2.heading-block {
    position: relative;
    font-weight: 400;
    font-size: 1.3em;
    padding-left: 13px;
}

h2.heading-block:before {
    position: absolute;
    display: inline-block;
    width: 3px;
    height: 100%;
    left: 0;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
    background-color: #00aeef;
    content: "";
}


/**
 * Links
 */

a {
    color: #00aeef;
    text-decoration: underline;
}

a:hover {
    text-decoration: none;
    color: #00aeef;
}


/**
 * Colors and visuals
 */

.bg-cyan {
    background: #00aeef;
    color: #fff;
}


/**
 * Blocks
 */

#breadcrumbs {
    padding-top: 23px;
}

#breadcrumbs .divider {
    font-size: 10px;
    position: relative;
    top: 3px;
}

#breadcrumbs .bx-breadcrumb {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    color: #69717c;
}

#breadcrumbs .bx-breadcrumb > * {
    margin-right: 7px;
}

#breadcrumbs .bx-breadcrumb-item-link {
    color: #000000;
    text-decoration: none;
    -webkit-transition: all 0.2s ease;
    -moz-transition: all 0.2s ease;
    -ms-transition: all 0.2s ease;
    -o-transition: all 0.2s ease;
    transition: all 0.2s ease;
}

#breadcrumbs .bx-breadcrumb-item-link:hover {
    color: #00aeef;
}

#breadcrumbs .bx-breadcrumb-item {
    height: unset;
}

#breadcrumbs .bx-breadcrumb-item-text {
    font: unset;
    font-size: 14px;
}

.news-block {
    height: 100%;
    min-height: 500px;
}

#events-block .event {
    border-bottom: 1px solid #e0e0e0;
}

#news-theme-block.events-block {
    height: unset;
}

#news-theme-block .events-block_list {
    padding: 0;
    margin-bottom: 0;
}

#rek-block .article.event.events-block_item {
    height: unset;
    border-bottom: 1px solid #e0e0e0;
}

.events-block {
    height: 500px;
    background: #fff;
}

.events-block_container {
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-align-content: center;
    -ms-flex-line-pack: center;
    align-content: center;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
    height: 100%;
}

.events-block_container h2 {
    margin-top: 19px;
}

.events-block_list {
    color: #000000;
    font-size: 15px;
    font-weight: 300;
    line-height: 19.66px;
    padding: 0px 15px;
    overflow: hidden;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    width: 100%;
    margin-top: 35px;
    margin-bottom: 15px;
    height: 100%;
}

.events-block_list.smi-block_list article {
    -webkit-transition: unset;
    -moz-transition: unset;
    -ms-transition: unset;
    -o-transition: unset;
    transition: unset;
}

.events-block_list a {
    color: #000;
    text-decoration: none;
}

.events-block_list .event_date a {
    color: #69717c;
    text-decoration: none;
    -webkit-transition: all 0.2s ease;
    -moz-transition: all 0.2s ease;
    -ms-transition: all 0.2s ease;
    -o-transition: all 0.2s ease;
    transition: all 0.2s ease;
}

.events-block_list .event_date a:hover {
    color: #00aeef;
}

.events-block .event {
    padding-bottom: 5px;
    margin-top: 15px;
}

.events-block .event.event-hide {
    height: 0;
    width: 0;
    padding: 0;
    margin: 0;
    opacity: 0;
    background: rgba(0, 174, 239, 0.2);
}

.events-block .event:first-child {
    margin-top: 0;
}

.events-block .event_image {
    position: relative;
    text-align: center;
    padding-bottom: 5px;
    font-size: 0;
    line-height: 0;
}

.events-block .event_image .no-photo {
    display: inline-block;
    width: 30px;
    height: 30px;
    background: #e0e0e0;
}

.events-block .event_image:before {
    position: absolute;
    display: block;
    left: 0;
    height: 1px;
    width: 100%;
    background: #e0e0e0;
    content: '';
    top: 50%;
}

.events-block .event_image img {
    position: relative;
    max-width: 100%;
    width: auto;
    height: 30px;
    border-left: 5px solid #fff;
    border-right: 5px solid #fff;
}

.events-block .event_date {
    padding-top: 4px;
    font-size: 12px;
    color: #69717c;
}

.events-block h2 {
    color: #000;
    font-size: 1.3em;
}

article .article_photo.article_photo-preview {
    width: 350px;
    height: 230px;
}

article .article_photo.article_photo-preview img {
    width: 100%;
    height: 100%;
    -webkit-object-fit: cover;
    object-fit: cover;
    -o-object-fit: cover;
}

article {
    position: relative;
    -webkit-transition: all 0.2s ease;
    -moz-transition: all 0.2s ease;
    -ms-transition: all 0.2s ease;
    -o-transition: all 0.2s ease;
    transition: all 0.2s ease;
    z-index: 1;
    -webkit-transform: scale(1) translateZ(0);
    -moz-transform: scale(1) translateZ(0);
    -ms-transform: scale(1) translateZ(0);
    -o-transform: scale(1) translateZ(0);
    transform: scale(1) translateZ(0);
}

article img {
    -ms-transform: translateZ(0);
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
}

article .article_title a {
    color: #fff;
    text-decoration: none;
    -webkit-transition: all 0.2s ease;
    -moz-transition: all 0.2s ease;
    -ms-transition: all 0.2s ease;
    -o-transition: all 0.2s ease;
    transition: all 0.2s ease;
}

article .category {
    position: relative;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-align-content: flex-start;
    -ms-flex-line-pack: start;
    align-content: flex-start;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    line-height: 21px;
    font-size: 14px;
    font-weight: 400;
    color: #eff9fe;
    padding-bottom: 7px !important;
}

article .category.color-grey {
    color: #69717c;
}

article .category_title {
    flex: 1;
    text-transform: uppercase;
}

article .category .date {
    text-align: center;
    padding-right: 20px;
}

article .category .date .month {
    position: relative;
    top: 5px;
}

article .category .date .day {
    font-size: 30px;
    line-height: 1em;
}

article .category .date .year {
    position: relative;
    top: -4px;
}

article .article_date {
    position: relative;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-align-content: flex-start;
    -ms-flex-line-pack: start;
    align-content: flex-start;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    line-height: 21px;
    font-size: 14px;
    font-weight: 400;
    color: #eff9fe;
    padding-bottom: 7px !important;
}

article .article_date.color-grey {
    color: #69717c;
}

article .article_date_title {
    flex: 1;
    text-transform: uppercase;
}

article .article_date .date {
    text-align: center;
    padding-right: 20px;
}

article .article_date .date .month {
    position: relative;
    top: 5px;
}

article .article_date .date .day {
    font-size: 30px;
    line-height: 1em;
}

article .article_date .date .year {
    position: relative;
    top: -4px;
}

article .article_title {
    position: relative;
    padding-top: 20px;
    color: #000000;
    line-height: 1.25em;
    font-size: 18px;
    font-weight: 600;
}

article .article_title.long-string {
    font-size: 18px;
    padding-top: 16px;
}

article .article_title.very-long-string {
    font-size: 16px;
    padding-top: 18px;
}

article .opinion__name {
    -webkit-transition: all 0.2s ease;
    -moz-transition: all 0.2s ease;
    -ms-transition: all 0.2s ease;
    -o-transition: all 0.2s ease;
    transition: all 0.2s ease;
}

article img,
article .category,
article .article_title,
article a,
article .category_title,
article .month,
article .day,
article .year,
article .opinion__text,
article .opinion__name,
article .media__count {
    position: relative;
    z-index: 2;
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    -ms-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-transform: perspective(1px) translateZ(0) scale(1) translate3d(0, 0, 0);
    -moz-transform: perspective(1px) translateZ(0) scale(1) translate3d(0, 0, 0);
    -ms-transform: perspective(1px) translateZ(0) scale(1) translate3d(0, 0, 0);
    -o-transform: perspective(1px) translateZ(0) scale(1) translate3d(0, 0, 0);
    transform: perspective(1px) translateZ(0) scale(1) translate3d(0, 0, 0);
    -webkit-transform-style: preserve-3d;
    transform-style: preserve-3d;
}

article.hover:hover {
    -webkit-transform: scale(1.015) translateZ(0);
    -moz-transform: scale(1.015) translateZ(0);
    -ms-transform: scale(1.015) translateZ(0);
    -o-transform: scale(1.015) translateZ(0);
    transform: scale(1.015) translateZ(0);
    box-shadow: 0 0 20px rgba(0, 44, 73, 0.1);
    z-index: 11;
}

article.hover:hover .article_title a {
    color: #00aeef;
}

article.hover:hover .opinion__name {
    color: #00aeef;
}

.body-news-detail .has-not-category {
    display: flex;
    justify-content: flex-end;
    flex-flow: row-reverse;
    padding-bottom: 15px;
}

.body-news-detail .has-not-category h1 {
    margin-top: 0 !important;
}

.body-news-detail .has-not-preview-text h1 {
    padding-bottom: 0 !important;
}

.detail-container {
    display: grid;
    grid-column-gap: 30px;
    padding-top: 20px;
    grid-auto-columns: minmax(100px, 1fr);
    grid-template-areas: ". . . .";
    max-width: 1440px;
    width: 100%;
    padding-right: 25px;
    padding-left: 25px;
    margin-left: auto;
    margin-right: auto;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.detail-container.detail-container-opinions .cat-n-views {
    display: none;
}

.detail-container .article-detail__side {
    position: relative;
}

.detail-container .article-detail__side .events-block_list {
    font-size: 14px;
    font-weight: 500;
}

.detail-container.opinions-container .article-detail__title h1 {
    margin-top: 0 !important;
}

.detail-container.opinions-container .heading-block {
    margin-top: 14px !important;
}

.detail-container .events-block h2 {
    margin-top: 24px;
}

.detail-container .article {
    grid-area: auto /span 3;
}

.detail-container .cat-n-views {
    margin-bottom: 15px;
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: space-between;
}

.detail-container .article-detail-title_container .category {
    padding: 0px 0px 0px 0px !important;
}

.detail-container .article-detail-title_container .category .category_title {
    font-size: 16px;
}

.detail-container .article-detail-title_container .category:before {
    position: absolute;
    display: inline-block;
    width: 3px;
    height: 100%;
    left: 0;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
    background-color: #00aeef;
}

.detail-container .views {
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    align-items: center;
    align-content: center;
    justify-content: center;
    color: #00aeef;
    font-size: 20px;
    line-height: 1.4em;
    padding-right: 80px;
}

.detail-container .views .count {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
}

.detail-container .views .icon-eye {
    padding-right: 15px;
    line-height: 0;
    font-size: 0;
}

.detail-container .article-detail-title_container {
    max-width: 860px;
    margin: 0 auto;
}

.detail-container .article-detail__title h1 {
    margin-bottom: 0;
    padding-left: 0;
    margin-top: 20px;
    font-size: 30px;
    font-weight: 600;
    padding-right: 0px;
    line-height: 1.4em;
}

.detail-container .article-detail__title h1:before {
    content: none;
}

.detail-container .article-detail__block {
    padding-bottom: 30px;
}

.detail-container .article-detail_picture {
    font-size: 0;
    line-height: 0;
    position: relative;
    overflow: hidden;
}

.detail-container .article-detail_picture img {
    width: 100%;
    height: auto;
    -webkit-object-fit: cover;
    object-fit: cover;
    max-height: 500px;
    filter: blur(0px);
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
    opacity: 1;
}

.detail-container .article-detail_picture img.lazy {
    opacity: 0;
}

.detail-container .article-detail_picture img.loaded,
.detail-container .article-detail_picture img.lazy {
    position: absolute;
    display: block;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
}

.detail-container .article-detail_picture video {
    width: 100%;
    -webkit-object-fit: cover;
    object-fit: cover;
    filter: blur(0px);
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
    opacity: 0;
    z-index: 1;
}

.detail-container .article-detail_picture video.lazy {
    opacity: 0;
}

.detail-container .article-detail_picture video.loaded {
    opacity: 1;
}

.detail-container .article-detail_picture video.loaded,
.detail-container .article-detail_picture video.lazy {
    position: absolute;
    display: block;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
}

.detail-container .article-detail_text {
    max-width: 860px;
    margin: 0 auto;
    padding-top: 30px;
    color: #000000;
    font-size: 16px !important;
    font-weight: 400;
    line-height: 1.5em;
}

.detail-container .article-detail_text span {
    font-size: 16px !important;
}

.detail-container .article-detail_text.article-detail_text-sec {
    padding-top: 0;
}

.detail-container .article-detail_text a {
    color: #00aeef;
    text-decoration: underline;
}

.detail-container .article-detail_text img {
    padding: 15px 15px;
    max-width: 100%;
    height: auto;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.detail-container .article-detail_text blockquote {
    position: relative;
    margin: 0 !important;
    padding-left: 40px !important;
    font-style: italic;
}

.detail-container .article-detail_text blockquote:before {
    position: absolute;
    display: inline-block;
    width: 3px;
    height: 100%;
    left: 0;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
    background-color: #00aeef;
    content: "";
}

.detail-container .article-detail_text iframe {
    max-width: 100%;
    width: 100%;
    height: 500px;
}

.detail-container .article-detail_text table {
    border-collapse: collapse;
    border-color: #e0e0e0;
    border: 1px solid #e0e0e0;
}

.detail-container .article-detail_text table tr {
    border-color: #e0e0e0;
}

.detail-container .article-detail_text table td {
    border-color: #e0e0e0;
    padding: 10px;
}

.detail-container .article-detail_text table p {
    margin-block-end: unset;
    margin-block-start: unset;
}

.detail-container .article-detail_text p {
    margin-block-end: 20px;
    margin-block-start: 20px;
}

.detail-container.detail-container-longread {
    max-width: 100%;
    width: 100%;
    padding-left: 0;
    padding-right: 0;
}

.detail-container.detail-container-longread .longread-header-wrapper {
    padding-top: 1px;
    background: #ebebeb;
}

.detail-container.detail-container-longread .article-detail__title {
    max-width: 960px;
    width: 100%;
    text-align: center;
    margin: 0 auto;
    padding-left: 25px;
    padding-right: 25px;
    box-sizing: border-box;
}

.detail-container.detail-container-longread .article-detail_picture {
    max-width: 960px;
    width: 100%;
    margin: 0 auto;
    position: relative;
    overflow: hidden;
}

.detail-container.detail-container-longread .article {
    grid-area: auto /span 4;
}

.detail-container.detail-container-longread .article-detail__side .events-block_list {
    font-size: 16px;
    font-weight: 500;
}

.share-social-buttons {
    max-width: 860px;
    margin: 0 auto;
    padding-top: 30px;
}

.share-social-buttons a {
    text-decoration: none;
}

.share-social-buttons .ya-share2__item {
    opacity: 0.8;
    -webkit-transition: all 0.2s ease;
    -moz-transition: all 0.2s ease;
    -ms-transition: all 0.2s ease;
    -o-transition: all 0.2s ease;
    transition: all 0.2s ease;
}

.share-social-buttons .ya-share2__item:hover {
    opacity: 1;
}

.share-social-buttons .ya-share2__list {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    list-style-type: none;
    margin: 0;
    padding: 0;
    text-align: center;
}

.share-social-buttons .ya-share2__list > li {
    margin-right: 15px;
}

.share-social-buttons .ya-share2__list > li:last-child {
    margin-right: 0;
}

.share-social-buttons .ya-share2__title {
    display: none;
}

.share-social-buttons .ya-share2__counter {
    display: none;
    padding-top: 7px;
    color: #00aeef;
    font-size: 10px;
    font-weight: 400;
    line-height: 1.4;
    text-align: center;
    text-decoration: none;
}

.share-social-buttons .ya-share2__icon {
    position: relative;
    display: block;
    width: 25px;
    height: 25px;
}

.share-social-buttons .ya-share2__item_service_vkontakte .ya-share2__icon {
    background: url("../img/icon/vk.svg") no-repeat;
    background-position: center top;
}

.share-social-buttons .ya-share2__item_service_facebook .ya-share2__icon {
    background: url("../img/icon/fb.svg") no-repeat;
    background-position: center top;
}

.share-social-buttons .ya-share2__item_service_odnoklassniki .ya-share2__icon {
    background: url("../img/icon/ok.svg") no-repeat;
    background-position: center top;
}

.share-social-buttons .ya-share2__item_service_twitter .ya-share2__icon {
    background: url("../img/icon/tr.svg") no-repeat;
    background-position: center top;
}

.share-social-buttons .ya-share2__item_service_telegram .ya-share2__icon {
    background: url("../img/icon/tg.svg") no-repeat;
    background-position: center top;
}

.share-social-buttons._full-width {
    width: 100%;
    max-width: unset;
}

.flex-row {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
}

.icon-soc {
    position: relative;
    display: block;
    width: 25px;
    height: 25px;
}

.icon-vk {
    background: url("../img/icon/vk.svg") no-repeat;
    background-position: center top;
}

.icon-fb {
    background: url("../img/icon/fb.svg") no-repeat;
    background-position: center top;
}

.icon-ok {
    background: url("../img/icon/ok.svg") no-repeat;
    background-position: center top;
}

.icon-tr {
    background: url("../img/icon/tr.svg") no-repeat;
    background-position: center top;
}

.icon-tg {
    background: url("../img/icon/tg.svg") no-repeat;
    background-position: center top;
}

.icon-yt {
    background: url("../img/icon/yt.svg") no-repeat;
    background-position: center;
}

.icon-inst {
    background: url("../img/icon/inst.svg") no-repeat;
    background-position: center top;
}

.icon-rss {
    background: url("../img/icon/rss.svg") no-repeat;
    background-position: center top;
}

.article-detail__side {
    grid-row: 1 / 4;
    grid-column: 4;
}

.has-not-read-also .article-detail__side {
    grid-row: unset;
}

.read-also-container {
    grid-area: auto /span 3;
    padding-top: 30px;
}

.read-also-container .read-also__title {
    color: #00aeef;
    font-size: 20px;
    line-height: 1.4;
    font-weight: 500;
    padding-left: 15px;
}

.read-also-container .container {
    padding: 0;
}

.read-also-container section#last-news {
    margin-top: 0;
    padding-top: 30px;
    padding-bottom: 0;
}

.read-also-container #last-news .last-news_list.last-news_list_page-news {
    grid-template-areas: ". . .";
}

a.article-link {
    position: absolute;
    display: block;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: 3;
}

.news-big-block {
    min-height: 500px;
}

.news-big-block > article .article_title {
    font-size: 40px !important;
    line-height: 1.1em !important;
    color: #fff;
}

article.article.item-hide {
    opacity: 0.5;
}

.article.image-bg {
    width: 100%;
    height: inherit;
    min-height: inherit;
    padding: 15px;
    box-sizing: border-box;
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    -ms-backface-visibility: hidden;
}

.article.image-bg .article_title {
    font-size: 30px;
    font-weight: 700;
    line-height: 1.15em;
    color: #fff;
    padding-top: 0;
    position: absolute;
    bottom: 30px;
}

.article.image-bg:after {
    position: absolute;
    display: block;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    background: #000;
    opacity: 0.2;
    z-index: 1;
    -webkit-transition: all 0.2s ease;
    -moz-transition: all 0.2s ease;
    -ms-transition: all 0.2s ease;
    -o-transition: all 0.2s ease;
    transition: all 0.2s ease;
    content: '';
    pointer-events: none;
}

.article.image-bg .article_title a {
    color: #fff;
}

.article.image-bg:hover:after {
    opacity: 0.3;
}

.article.image-bg:hover .article_title a {
    color: #ffffff;
}

.article.image-bg .category {
    width: max-content;
    padding: 0px;
    color: #fff;
}

.article.image-bg .article_title {
    padding: 0px;
    width: calc(100% - 50px);
    z-index: 3;
}

.article.image-bg .article__image {
    position: absolute;
    display: block;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    -webkit-object-fit: cover;
    object-fit: cover;
    object-position: center;
    z-index: 1;
}

.article.image-bg .article__image img {
    width: 100%;
    height: 100%;
    -webkit-object-fit: cover;
    object-fit: cover;
    -o-object-fit: cover;
    z-index: 1;
}

.article.image-bg .category .category_title a {
    color: #ffffff;
}

.article.image-bg .category .day a {
    color: #ffffff;
}

.article {
    overflow: hidden;
    background: #fff;
}

.article .category {
    padding: 15px;
    color: #69717c;
    z-index: 3;
}

.article .category .category_title {
    position: relative;
    opacity: .99;
    z-index: 3;
}

.article .category .category_title a {
    color: #69717c;
    text-decoration: none;
    font-size: 14px;
    -webkit-transition: all 0.2s ease;
    -moz-transition: all 0.2s ease;
    -ms-transition: all 0.2s ease;
    -o-transition: all 0.2s ease;
    transition: all 0.2s ease;
}

.article .category .category_title a:hover {
    color: #00aeef;
}

.article .category .day {
    text-decoration: none;
}

.article .category .day a {
    text-decoration: none;
    color: #69717c;
    -webkit-transition: all 0.2s ease;
    -moz-transition: all 0.2s ease;
    -ms-transition: all 0.2s ease;
    -o-transition: all 0.2s ease;
    transition: all 0.2s ease;
}

.article .category .day a:hover {
    color: #00aeef;
}

.article .article_title {
    padding: 15px;
}

.article .article_title a {
    color: #000;
}

.article .article_text {
    padding: 0px 15px 15px;
}

.article .article_text p {
    padding: 0;
    margin: 0;
}

.article__image {
    position: relative;
    width: 100%;
    height: 250px;
    overflow: hidden;
}

.article__image > a {
    display: block;
    line-height: 0;
    font-size: 0;
    width: 100%;
    height: 100%;
}

.article__image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    -o-object-fit: cover;
    filter: blur(0px);
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
    opacity: 1;
}

.article__image img.lazy {
    opacity: 0;
}

.article__image img.loaded,
.article__image img.lazy {
    position: absolute;
    display: block;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
}

.article .lazy-preview-wrp {
    overflow: hidden;
    width: 100%;
    height: 100%;
    object-fit: cover;
    position: relative;
    z-index: 1;
}

.article .lazy-preview-wrp img {
    filter: blur(20px);
    backface-visibility: initial;
    -webkit-transform: initial;
    -moz-transform: initial;
    -ms-transform: initial;
    -o-transform: initial;
    transform: initial;
    z-index: 0;
}

#last-news .last-news_list.last-news_list_page-news.last-news_list-vote > li:nth-child(14n+1) {
    grid-area: unset;
}

#last-news .last-news_list.last-news_list_page-news.last-news_list-vote > li:nth-child(14n+10) {
    grid-area: unset;
}

.article.article-vote {
    padding: 15px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.article.article-vote .article__head {
    font-size: 12px;
}

.article.article-vote h4 {
    position: relative;
    color: #000000;
    line-height: 1.25em;
    font-size: 18px;
    font-weight: 600;
}

.article.article-vote label {
    font-size: 14px;
    font-weight: 300;
    line-height: 16px;
    color: #000000;
}

.block__title .more {
    font-size: 13px;
    font-weight: 400;
    line-height: 1em;
    text-decoration: underline;
    position: relative;
    width: 100%;
    text-align: right;
    box-sizing: border-box;
    display: inline;
    margin-left: 20px;
    padding: 0;
}

.block__title .more a {
    color: #00aeef;
}

.opinions-list li {
    height: 500px;
}

.opinions-list .opinion {
    width: 100%;
    height: 100%;
}

.opinions-list .opinion .full {
    z-index: 2;
}

.opinions-list .opinion__image {
    height: 50%;
    width: 100%;
    overflow: hidden;
    font-size: 0;
}

.opinions-list .opinion__image > a {
    display: block;
    line-height: 0;
    font-size: 0;
    width: 100%;
    height: 100%;
}

.opinions-list .opinion__image img {
    width: 100%;
    height: 100%;
    -webkit-object-fit: cover;
    object-fit: cover;
    -o-object-fit: cover;
    filter: blur(0px);
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
    opacity: 1;
}

.opinions-list .opinion__image img.lazy {
    opacity: 0;
}

.opinions-list .opinion__image img.loaded,
.opinions-list .opinion__image img.lazy {
    position: absolute;
    display: block;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
}

.opinions-list .opinion .lazy-preview-wrp {
    position: absolute;
    display: block;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    overflow: hidden;
}

.opinions-list .opinion .lazy-preview-wrp img {
    filter: blur(20px);
    backface-visibility: unset;
    -webkit-transform: unset;
    -moz-transform: unset;
    -ms-transform: unset;
    -o-transform: unset;
    transform: unset;
}

.opinions-list .opinion__name {
    padding: 40px 15px 0 15px;
    font-size: 18px;
    font-weight: 600;
    line-height: 1.25em;
}

.opinions-list .opinion__text {
    padding: 0 15px;
    font-size: 14px;
    line-height: 1.45em;
}

.side-nav__container {
    position: fixed;
    display: block;
    width: 400px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    top: 0;
    left: 0;
    background: #00aeef;
    z-index: 51;
    padding: 50px;
    height: 100vh;
    z-index: 0;
    -webkit-transform: translateX(-100%);
    -moz-transform: translateX(-100%);
    -ms-transform: translateX(-100%);
    -o-transform: translateX(-100%);
    transform: translateX(-100%);
}

.side-nav__container .os-theme-dark > .os-scrollbar > .os-scrollbar-track > .os-scrollbar-handle {
    background: #fff !important;
}

.side-nav__container .side-nav {
    height: 100%;
}

.side-nav__container .side-nav .side-nav_wrapper {
    padding-bottom: 30px;
    height: 100%;
    box-sizing: border-box;
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    justify-content: flex-start;
}

.side-nav__container .side-nav ul {
    padding-right: 5px;
}

.side-nav__container .side-nav .side-nav-form {
    flex: 1;
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    justify-content: flex-end;
}

.side-nav__container li {
    padding-top: 15px;
}

.side-nav__container a {
    color: #fff;
    text-decoration: none;
    -webkit-transition: all 0.2s ease;
    -moz-transition: all 0.2s ease;
    -ms-transition: all 0.2s ease;
    -o-transition: all 0.2s ease;
    transition: all 0.2s ease;
}

.side-nav__container a:hover {
    opacity: 1;
}

.side-nav__container .side-nav__li {
    position: relative;
}

.side-nav__container .side-nav__li:after {
    position: absolute;
    display: block;
    width: 100%;
    height: 1px;
    background: rgba(255, 255, 255, 0.55);
    content: '';
    bottom: -15px;
    left: 0;
}

.side-nav__container .side-nav__li:last-child:after {
    content: unset;
}

.side-nav__container .side-nav__li:first-child {
    padding-top: 0;
}

.side-nav__container .close-container {
    position: relative;
    padding-bottom: 15px;
}

.side-nav__container .close-container #close-side {
    position: absolute;
    display: block;
    top: 0;
    right: 0;
    opacity: 0;
}

.side-nav__container .side-nav__title {
    font-size: 1.3em;
    color: #fff;
}

.side-nav-menu__title {
    font-size: 18px;
    font-weight: 700;
    color: #ffffff;
    padding-top: 20px;
}

.row-menu__title {
    padding-top: 0;
}

.list-view.list-view_regular.ajax-content .article:first-child {
    padding-top: 30px;
}

.list-view.list-view_regular .article {
    padding-top: 30px;
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
}

.list-view.list-view_regular .article:first-child {
    padding-top: 0;
}

.list-view.list-view_regular .article_title {
    padding: 5px 0 0 0;
}

.list-view.list-view_regular .article_category_title {
    padding: 0px;
    color: #69717c;
    text-transform: uppercase;
    font-size: 16px;
}

.list-view.list-view_regular .article_category_title a {
    color: #69717c;
    text-decoration: none;
}

.list-view.list-view_regular .article_date {
    position: relative;
    top: -10px;
}

.list-view.list-view_regular .article_preview_text {
    padding-top: 5px;
    font-size: 16px;
    text-decoration: none;
    font-weight: 400;
    line-height: 20px;
}

.list-view.list-view_regular .article_preview_text a {
    text-decoration: none;
    color: #000;
}

#header {
    position: relative;
    padding-bottom: 15px;
    z-index: 6;
}

#header .header-title {
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-align-content: center;
    -ms-flex-line-pack: center;
    align-content: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    padding-top: 23px;
    padding-bottom: 0px;
}

#header .header-title_container {
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-align-content: center;
    -ms-flex-line-pack: center;
    align-content: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}

#header .header-title_container .site-title {
    font-family: 'Montserrat', sans-serif;
    font-size: 30px;
    font-weight: 400;
    letter-spacing: -0.47px;
    text-transform: lowercase;
    margin: 0px;
}

#header .header-title_container .site-title span {
    display: none;
}

#header .header-title_container .site-title a {
    color: #ffffff;
    text-decoration: none;
}

#header .header-title_container svg {
    width: 117px;
    height: auto;
    position: relative;
    margin-left: 15px;
    top: -4px;
}

#header .header-actions_container {
    position: relative;
    height: 24px;
    display: flex;
}

#header .header-actions_container .header-actions__block {
    position: relative;
    height: inherit;
}

#header .header-actions_container .header-actions__block.active {
    z-index: 4;
}

#header .header-actions_container .header-actions__block.active .action-search svg path {
    fill: #00aeef;
}

#header .header-actions_container .header-actions__block.active .action-search svg line {
    stroke: #00aeef;
}

#header .header-actions_container .header-actions__block.active .action-subscribe svg path {
    stroke: #00aeef;
}

#header .header-actions_container .header-actions__block.active .action-subscribe svg line {
    stroke: #00aeef;
}

#header .header-actions_container .header-actions__block.active .action-lang svg path {
    stroke: #00aeef;
}

#header .header-actions_container .header-actions__block.active .action-lang svg line {
    stroke: #00aeef;
}

#header .header-actions_container .header-actions__block.active .action-lang svg rect {
    fill: #00aeef;
    stroke: #00aeef;
}

#header .header-actions_container .header-actions__block .form {
    width: 0px;
    overflow: hidden;
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
    right: -10px;
}

#header .header-actions_container .header-actions__block input[type='text'] {
    border: 0;
    width: 380px;
    height: 14px;
    color: #7f807f;
    font-size: 14px;
    padding: 10px;
    font-weight: 400;
    border-radius: 0;
}

#header .header-actions_container .subscribe__container .button-wrp {
    position: absolute;
    display: block;
    background-color: #ebebeb;
    z-index: 1;
    top: 0;
    right: 0;
    color: #00aeef;
    height: 100%;
    line-height: 34px;
    padding: 0 42px 0 10px;
}

#header .header-actions_container .subscribe__container .button-wrp:disabled {
    color: #7f807f;
}

#header .header-actions_container .lang__container table {
    border-collapse: separate;
    border-spacing: 0px !important;
}

#header .header-actions_container .lang__container td {
    padding: 0;
}

#header .header-actions_container .lang__container td.active {
    background-color: #ebebeb;
}

#header .header-actions_container .lang__container a {
    display: block;
    padding: 0 10px;
    color: rgba(0, 1, 0, 0.5);
    text-decoration: none;
    line-height: 34px;
}

#header .header-actions_container .lang__container a:hover,
#header .header-actions_container .lang__container a.active {
    color: #00aeef;
}

#header .header-actions_container .lang__container .form {
    background-color: #fff;
}

#header .header-actions_container .lang__container .form .form-group {
    padding-right: 40px;
}

#header .header-actions_container button.header-actions__btn {
    position: relative;
    opacity: 0.8;
    margin-left: 30px;
    font-size: 0;
    line-height: 0;
    z-index: 2;
    -webkit-transition: all 0.2s ease;
    -moz-transition: all 0.2s ease;
    -ms-transition: all 0.2s ease;
    -o-transition: all 0.2s ease;
    transition: all 0.2s ease;
}

#header .header-actions_container button.header-actions__btn:hover {
    opacity: 1;
}

#header nav.navbar {
    height: 32px;
    overflow: hidden;
    position: relative;
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: flex-start;
    padding-top: 25px;
    font-family: 'Montserrat', sans-serif;
    line-height: 32px;
}

#header nav.navbar .burger-container {
    position: relative;
    font-size: 0;
    line-height: 0;
}

#header nav.navbar .burger {
    margin-right: 30px;
    opacity: 1;
}

#header nav.navbar .burger rect {
    fill: #fff;
}

#header nav.navbar .burger:hover {
    opacity: 1;
}

#header nav.navbar ul.navbar-nav {
    padding: 0;
    margin: 0;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-align-content: flex-start;
    -ms-flex-line-pack: start;
    align-content: flex-start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
    list-style-type: none;
}

#header nav.navbar ul.navbar-nav li {
    opacity: 1;
    -webkit-transition: all 0.2s ease;
    -moz-transition: all 0.2s ease;
    -ms-transition: all 0.2s ease;
    -o-transition: all 0.2s ease;
    transition: all 0.2s ease;
    margin-right: 24px;
}

#header nav.navbar ul.navbar-nav li a {
    color: #ffffff;
    text-decoration: none;
}

#header nav.navbar ul.navbar-nav li:hover {
    opacity: 1;
}

#header-news {
    padding-top: 50px;
}

#header-news .header-news .header-news_right-block {
    position: relative;
    grid-template-columns: 1fr;
    grid-template-rows: 1fr;
    grid-template-areas: ".";
    grid-gap: 30px;
}

#header-news .header-news .header-news_right-block .news-block {
    background: #fff;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-align-content: flex-start;
    -ms-flex-line-pack: start;
    align-content: flex-start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
}

#header-news .header-news .header-news_right-block .news-block article {
    flex: 1 1 auto;
    width: 100%;
    background: #fff;
    padding: 25px 0px 25px 30px;
    box-sizing: border-box;
}

#header-news .header-news .header-news_right-block .news-block article a {
    color: #000;
}

#header-news .header-news .header-news_right-block .news-block article:hover a {
    color: #00aeef;
}

#header-news .header-news_container {
    display: grid;
    grid-template-columns: calc(((100% - 90px) / 4) * 3 + 60px) calc(((100% - 90px) / 4) * 1);
    grid-column-gap: 30px;
}

#header-news .header-news .important-news {
    position: relative;
    display: block;
}

#header-news .header-news .important-news:not(.news-big-block) .article__image {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 0;
    opacity: 0;
    -webkit-transition: all 0.2s ease;
    -moz-transition: all 0.2s ease;
    -ms-transition: all 0.2s ease;
    -o-transition: all 0.2s ease;
    transition: all 0.2s ease;
}

#header-news .header-news .important-news:not(.news-big-block) .article_title {
    position: relative;
    padding: 0 0 0 13px;
}

#header-news .header-news .important-news:not(.news-big-block) .article_title:before {
    position: absolute;
    display: inline-block;
    width: 3px;
    height: 100%;
    left: 0;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
    background-color: #00aeef;
    content: "";
}

#header-news .header-news .important-news .article_title {
    padding: 0;
}

#header-news .header-news .news-big-block {
    height: 100%;
    display: grid;
    grid-template-columns: calc(((100% - 60px) / 3) * 2 + 30px) calc(((100% - 60px) / 3) * 1);
    grid-column-gap: 30px;
}

#header-news .header-news .news-big-block .news-block {
    background: #fff;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-align-content: flex-start;
    -ms-flex-line-pack: start;
    align-content: flex-start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
}

#header-news .header-news .news-big-block .news-block article {
    flex: 1 1 auto;
    width: 100%;
    background: #fff;
    padding: 25px 0px 25px 0px;
    box-sizing: border-box;
}

#header-news .header-news .news-big-block .news-block article .article_title a {
    color: #000;
}

#header-news .header-news .news-big-block .news-block article:hover .article_title a {
    color: #00aeef;
}

#last-news {
    margin-top: 25px;
    padding-top: 50px;
    padding-bottom: 50px;
    background-color: #ebebeb;
}

#last-news.last-opinions {
    background-color: unset;
    margin-top: 0;
}

#last-news.last-opinions .article.image-bg .article_text {
    display: none;
}

#last-news .block-title {
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-align-content: stretch;
    -ms-flex-line-pack: stretch;
    align-content: stretch;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
}

#last-news .block-title .block-actions {
    font-size: 15px;
    font-weight: 400;
    line-height: 22.12px;
    text-decoration: underline;
}

#last-news .last-news_list {
    display: grid;
    grid-gap: 30px;
    grid-auto-columns: minmax(100px, 1fr);
    grid-template-areas: "important_news important_news . ." ". . . .";
}

#last-news .last-news_list > li {
    min-height: 500px;
    height: 100%;
}

#last-news .last-news_list > li .article:not(.event) {
    min-height: inherit;
    height: 100%;
}

#last-news .last-news_list > li:nth-child(1) {
    grid-area: important_news;
}

#last-news .last-news_list > li:nth-child(10) {
    grid-area: important_news2;
}

#last-news .last-news_list.last-news_list_page-news {
    grid-template-areas: ". . . .";
}

#last-news .last-news_list.last-news_list_page-news .empty-content {
    grid-area: auto /span 4 !important;
    background: #fff;
    text-align: center;
    padding: 60px 0;
    font-size: 18px;
    min-height: unset;
    box-sizing: border-box;
}

#last-news .last-news_list.last-news_list_page-news > li:nth-child(14n+1) {
    grid-area: auto /span 2;
}

#last-news .last-news_list.last-news_list_page-news > li:nth-child(14n+10) {
    grid-area: auto /span 2;
}

#last-news .last-news_list.last-news_list_page-news.ajax-content {
    padding-top: 30px;
}

#opinions-main {
    overflow: hidden;
}

#opinions-main .block__title {
    margin-top: 50px;
    margin-bottom: 50px;
}

#opinions-main .opinions-list__container {
    width: auto;
    min-height: calc(500px + 30px);
}

#opinions-main .swiper-slide {
    width: 330px;
    margin-right: 30px;
}

#opinions-main .swiper-slide article {
    opacity: .3;
}

#opinions-main .swiper-slide-visible article {
    opacity: 1;
}

#media-news {
    margin-top: 20px;
}

#media-news .container > .block__title {
    margin-bottom: 50px;
}

#media-news .block-title {
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-align-content: stretch;
    -ms-flex-line-pack: stretch;
    align-content: stretch;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
}

#media-news .block-title .block-actions {
    font-size: 15px;
    font-weight: 400;
    line-height: 22.12px;
    text-decoration: underline;
}

#media-news .last-news_list {
    display: grid;
    grid-gap: 30px;
    grid-auto-columns: minmax(100px, 1fr);
    grid-template-areas: "important_news n2";
}

#media-news .last-news_list > li {
    height: 500px;
}

#media-news .last-news_list > li .article {
    min-height: inherit;
    height: inherit;
}

#media-news .last-news_list > li:nth-child(1) {
    grid-area: important_news;
}

#media-news .last-news_list > li:nth-child(2) {
    grid-area: n2;
}

#media-news .last-news_list > li:nth-child(3) {
    grid-area: n3;
}

#media-news .last-news_list > li:nth-child(4) {
    grid-area: n4;
}

#media-news .last-news_list > li:nth-child(5) {
    grid-area: n5;
}

#media-news .last-news_list > li:nth-child(6) {
    grid-area: n6;
}

#media-news .last-news_list > li:nth-child(7) {
    grid-area: n7;
}

.search__list h3 {
    line-height: 1em;
    font-size: 18px;
    text-decoration: unset;
    margin-bottom: 0;
}

.search__list h3 a {
    text-decoration: unset;
}

.search__list li {
    padding-bottom: 1px;
}

.scroll-to-top {
    display: none;
    position: fixed;
    bottom: 50px;
    right: 50px;
    width: 54px;
    height: 54px;
    background: #636464;
    z-index: 999;
    cursor: pointer;
}

.scroll-to-top .row-arrow {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 100%;
}

.scroll-to-top .scroll-to-top-arrow {
    width: 70%;
}

.scroll-to-top._bgcolor-grey {
    background: #d8d7d6;
}

.row-cats {
    padding-top: 30px;
    padding-bottom: 30px;
}

.scroll-section-list {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    color: #231f20;
    font-size: 41px;
    text-transform: uppercase;
    list-style-type: none;
    padding: 0;
    margin: 0;
    line-height: 1.4em;
    white-space: nowrap;
}

.scroll-section-list__item {
    position: relative;
    margin-right: 60px;
}

.scroll-section-list-item__count {
    position: absolute;
    top: 0;
    right: 0;
    transform: translate(20px, -100%);
    font-size: 16px;
    line-height: 1em;
    letter-spacing: 1px;
}

.slide-arrow {
    width: 36px;
    height: 36px;
    top: -webkit-calc(50% - 15px);
    top: -moz-calc(50% - 15px);
    top: calc(50% - 15px);
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
    opacity: 0.8;
    -webkit-transition: all 0.2s ease;
    -moz-transition: all 0.2s ease;
    -o-transition: all 0.2s ease;
    transition: all 0.2s ease;
    background: url(../img/icon/slider-arrow-prev.png) no-repeat;
}

.footer-search-form {
    padding-top: 15px;
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    height: 32px;
}

.footer-search-form .form-control {
    height: 32px;
    box-shadow: unset !important;
    border: unset !important;
    box-sizing: border-box;
    padding: 5px 5px 5px 8px;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    font-size: 16px;
}

.footer-search-form .form-control-btn {
    line-height: 0 !important;
}

.footer-search-form.footer-search-form-side .form-group {
    flex: 1 1 auto;
}

.footer-search-form.footer-search-form-side .form-control {
    width: 100%;
}

.footer-search-form.footer-search-form-side .button {
    background-color: #008bbf;
}

.blockquote.side-nav__blockquote {
    position: relative;
    display: block;
    margin-block-start: 1em;
    margin-block-end: 1em;
    margin-inline-start: 0px;
    margin-inline-end: 0px;
    margin-right: 0;
    margin-left: 0;
    color: #ffffff;
    line-height: 1.4em;
    font-style: italic;
}

.article__video {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    margin: 0;
    z-index: 2;
    opacity: 0;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
}

.article__video.loaded {
    opacity: 1;
}

.detail-container .cat-n-views {
    /*margin-top: 40px !important;*/
}

article .category .date {
    font-size: 14px !important;
}

.detail-container .article-detail-title_container .category .category_title {
    font-size: 14px !important;
}

.article .category .category_title a {
    text-transform: initial !important;
}

.article-detail__title {
    /*margin-bottom: 20px !important;*/
}

.detail-container .article-detail__title h1 {
    font-weight: 700 !important;
    margin-top: 0 !important;
    padding-bottom: 20px;
}

.detail-container .article-detail-title_container {
    display: flex;
    flex-direction: column-reverse;
    flex-wrap: nowrap;
    padding-top: 40px;
    padding-bottom: 40px;
}

.article-detail-title_container .year {
    position: relative;
    top: 0 !important;
    margin-left: 5px;
}

.article-detail-title_container .date {
    display: flex;
    flex-direction: row-reverse;
    font-size: 14px !important;
    align-items: center;
}

.article-detail-title_container .date .month {
    top: 0 !important;
}

.article-detail-title_container .date .day {
    font-size: 14px !important;
    margin-right: 5px;
}

.detail-container .article-detail_picture {
    /*height: unset !important;*/
}

.detail-container .article-detail_picture a {
    display: block;
}

.detail-container .article-detail_picture img {
    max-height: unset;
    /*height: 500px;*/
}

@media (max-width: 1299px) {
    .top-filter .top-filter__el-button button {
        padding: 5px 6px;
    }
}

@media (max-width: 1199px) {
    #header-news .header-news .news-big-block {
        grid-template-columns: 100%;
    }

    #header-news .header-news_container {
        display: grid;
        grid-column-gap: 30px;
        grid-template-columns: calc(((100% - 60px) / 3) * 2 + 30px) calc(((100% - 60px) / 3) * 1);
    }

    #header-news .header-news .news-big-block .news-block {
        display: grid;
        grid-column-gap: 30px;
        grid-template-columns: 1fr 1fr;
        min-height: unset;
    }

    #header-news .events-block {
        height: 100%;
    }

    #last-news .last-news_list {
        display: grid;
        grid-gap: 30px;
        grid-auto-columns: minmax(100px, 1fr);
        grid-template-areas: ". . events";
    }

    #last-news .last-news_list > li:nth-child(1) {
        grid-area: auto /span 2;
    }

    #last-news .last-news_list > li:nth-child(3) {
        grid-area: events;
    }

    #last-news .last-news_list > li:nth-child(7) {
        grid-area: auto /span 2;
    }

    #last-news .last-news_list.last-news_list_page-news {
        grid-template-areas: ". . events" ". . adv";
    }

    #last-news .last-news_list.last-news_list_page-news > li:nth-child(14n+1) {
        grid-area: auto /span 2;
    }

    #last-news .last-news_list.last-news_list_page-news > li:nth-child(14n+10) {
        grid-area: unset;
    }

    #last-news .last-news_list.last-news_list_page-news > li:nth-child(3) {
        grid-area: events;
    }

    #last-news .last-news_list.last-news_list_page-news > li:nth-child(7) {
        grid-area: adv;
    }

    #media-news .last-news_list {
        display: grid;
        grid-gap: 30px;
        grid-auto-columns: minmax(100px, 1fr);
        grid-template-areas: "a a" "b b";
    }

    #media-news .last-news_list > li:nth-child(1) {
        grid-area: a;
    }

    #media-news .last-news_list > li:nth-child(2) {
        grid-area: b;
    }

    #media-news .last-news_list > li:nth-child(3) {
        grid-area: events;
    }

    #media-news .last-news_list > li:nth-child(4) {
        grid-area: unset;
    }

    #media-news .last-news_list > li:nth-child(5) {
        grid-area: unset;
    }

    #media-news .last-news_list > li:nth-child(6) {
        grid-area: unset;
    }

    #media-news .last-news_list > li:nth-child(7) {
        grid-area: b;
    }

    #header-news .header-news .news-big-block .news-block article {
        padding: 0;
        height: 100%;
    }

    .footer {
        grid-template-areas: ". . a a";
    }

    .events-block_list.smi-block_list {
        margin-bottom: 0;
    }

    .detail-container {
        grid-auto-columns: minmax(100px, 1fr);
        grid-template-areas: ". . .";
    }

    .detail-container .article {
        grid-area: auto /span 2;
    }

    .detail-container .views {
        padding-right: 0;
    }

    .read-also {
        grid-area: auto /span 2;
    }

    .top-filter__row {
        grid-template-areas: ". . .";
    }

    .blockUI.blockMsg.blockElement .loader-spinner img {
        width: 30px;
    }

    #media-news {
        padding-top: 30px;
    }

    .container.three-block-list-container {
        grid-template-areas: ". . .";
    }

    .container.three-block-list-container > div:nth-child(1) {
        grid-area: auto /span 2;
    }

    .three-news-block > article.article {
        grid-area: auto /span 2;
    }

    .three-news-block > .important-news {
        display: grid;
        grid-column-gap: 15px;
        grid-area: auto /span 2;
        flex-direction: row;
        min-height: unset;
        grid-template-columns: 1fr 1fr;
    }

    .three-news-block > .important-news article.article {
        padding: unset;
    }

    .article-detail__side {
        -ms-grid-row: 1;
        -ms-grid-row-span: 3;
        grid-row: 1 / 3;
        -ms-grid-column: 3;
        grid-column: 3;
    }

    .read-also-container {
        grid-area: auto /span 2;
        padding-top: 30px;
    }

    .read-also-container #last-news .last-news_list.last-news_list_page-news {
        grid-template-areas: ". .";
    }

    .read-also-container #last-news .last-news_list.last-news_list_page-news li {
        grid-area: unset;
    }
}

@media (max-width: 992px) {
    #header-news {
        padding-top: 30px;
    }

    #last-news {
        padding-top: 30px;
        padding-bottom: 30px;
        background-color: #ebebeb;
    }

    #last-news .last-news_list {
        grid-gap: 15px;
    }

    #last-news .last-news_list.last-news_list_page-news.ajax-content {
        padding-top: 15px;
    }

    #header-news .header-news_container {
        grid-column-gap: 15px;
        grid-template-columns: calc(((100% - 30px) / 3) * 2 + 15px) calc(((100% - 30px) / 3) * 1);
    }

    #header-news .header-news .news-big-block .news-block {
        grid-column-gap: 15px;
    }

    #opinions-main .block__title {
        margin-top: 30px;
        margin-bottom: 30px;
    }

    #opinions-main .swiper-slide {
        margin-right: 15px;
    }

    #media-news {
        margin-top: 30px;
        padding-top: 0px;
    }

    #media-news .last-news_list {
        grid-gap: 15px;
    }

    footer,
    body.body-news-detail footer {
        margin-top: 30px;
    }

    body.body-news-detail .detail-container-wrp {
        padding-bottom: 30px;
    }

    .block__title .more {
        margin-left: 0;
        display: block;
        text-align: left;
        padding-top: 5px;
    }

    .article.image-bg .article_title {
        font-size: 26px;
    }

    .detail-container {
        grid-auto-columns: minmax(100px, 1fr);
        grid-template-areas: ".";
        padding-left: 0;
        padding-right: 0;
    }

    .detail-container article.article > .container {
        max-width: 860px;
    }

    .detail-container .article-detail__title h2 {
        margin-top: 22px;
        margin-bottom: 30px;
    }

    .detail-container .article-detail__side {
        grid-area: auto /span 2;
    }

    .detail-container .news-theme-block_list {
        margin-top: 15px;
        padding-bottom: 7px;
    }

    #news-theme-block.events-block {
        padding-top: 30px;
        max-width: 860px;
        margin: 0 auto;
    }

    #news-theme-block.events-block .last-news_list {
        display: flex;
        flex-direction: row;
        flex-wrap: nowrap;
        padding-bottom: 15px;
    }

    #news-theme-block.events-block .last-news_list .article {
        width: 350px;
        flex: 0 0 350px;
        margin-top: 0;
        margin-right: 15px;
        padding-bottom: 0px;
        border-bottom: none;
    }

    .top-filter__row {
        grid-column-gap: 15px;
    }

    #news-theme-block.events-block .last-news_list .article {
        margin-bottom: 0;
        height: 100%;
        padding-bottom: 15px;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
    }

    #news-theme-block.events-block .last-news_list li:first-child .article {
        margin-left: 25px;
    }

    #news-theme-block.events-block .last-news_list li:last-child .article {
        margin-right: 25px;
    }

    #news-theme-block.events-block .os-scrollbar.os-scrollbar-horizontal {
        padding-left: 25px;
        padding-right: 25px;
    }

    .blockUI.blockMsg.blockElement {
        top: -53px !important;
    }

    .container.three-block-list-container {
        grid-column-gap: 15px;
    }

    body.body-main #last-news .last-news .more.main-more-link {
        padding-top: 15px;
    }

    .detail-container .article-detail_text {
        padding-top: 15px;
    }

    .detail-container .article-detail__block {
        padding-bottom: 15px;
    }

    .read-also-container {
        max-width: 860px;
        margin: 0 auto;
        padding-left: 25px;
        padding-right: 25px;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
    }

    body.body-longread .detail-container.detail-container-longread .article-detail__title h1 {
        margin: 0px auto 15px;
    }

    body.body-longread .share-social-buttons {
        padding-top: 15px;
    }

    body.body-longread .head-divider {
        padding-bottom: 15px;
    }

    .detail-container.detail-container-longread .article-detail_picture {
        max-width: 100%;
    }

    body.body-news-detail #breadcrumbs > .container {
        padding-left: 0;
        padding-right: 0;
    }

    body.body-news-detail #breadcrumbs .bx-breadcrumb {
        max-width: 860px;
        margin: 0 auto;
        padding-left: 25px;
        padding-right: 25px;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
    }

    .container.three-block-list-container {
        grid-template-areas: "s . .";
    }

    .container.three-block-list-container > div:nth-child(1) {
        grid-area: auto /span 3;
    }

    .container.three-block-list-container > div:nth-child(2) {
        grid-area: s /span 3;
    }

    .events-block.sidebar-filter-block {
        height: unset;
    }

    .sidebar-form .form-control.form-control__checkbox {
        display: flex;
        flex-direction: row;
        flex-wrap: wrap;
    }

    .sidebar-form .form-control.form-control__checkbox label {
        margin-right: 15px;
    }

    .sidebar-form .form-group.form-group__buttons {
        width: 50%;
    }

    @supports not (display: grid) {
        .read-also img {
            display: none;
        }

        #last-news .last-news_list,
        #media-news .last-news_list {
            display: flex !important;
            flex-direction: row !important;
            flex-wrap: wrap !important;
            justify-content: space-between !important;
        }

        #last-news .last-news_list > li,
        #media-news .last-news_list > li {
            width: calc((100% / 2) - 7.5px) !important;
            margin-bottom: 15px !important;
        }

        #last-news .last-news_list > li:first-child,
        #media-news .last-news_list > li:first-child {
            width: 100% !important;
        }

        #last-news .last-news_list > li:nth-child(10),
        #media-news .last-news_list > li:nth-child(10) {
            width: 100% !important;
        }

        #last-news .last-news_list.last-news_list_page-news.ajax-content,
        #media-news .last-news_list.last-news_list_page-news.ajax-content {
            padding-top: 0px !important;
        }

        .top-filter__row {
            display: flex !important;
            flex-direction: row !important;
            flex-wrap: wrap !important;
            justify-content: space-between !important;
        }

        .top-filter__el {
            width: calc((100% / 2) - 7.5px) !important;
            margin-bottom: 15px !important;
        }

        .top-filter__el:nth-child(3) {
            order: 5;
            flex: 0 0 100%;
        }
    }
    .read-also-container {
        grid-area: auto /span 2;
        padding-top: 30px;
        max-width: unset;
    }

    .read-also-container #last-news .last-news_list.last-news_list_page-news {
        grid-template-areas: ". . .";
    }

    .read-also-container #last-news .last-news_list.last-news_list_page-news li {
        grid-area: unset;
    }

    .read-also-container #last-news .last-news_list.last-news_list_page-news li:first-child {
        grid-area: auto /span 2;
    }

    footer.footer .row-logo__container {
        flex-direction: column;
        align-content: center;
    }

    footer.footer .row-logo__title {
        margin-top: 30px;
    }

    footer.footer .row-logo__title {
        display: flex;
        justify-content: center;
    }
}

@media (max-width: 879px) {
    .top-filter__row {
        grid-auto-columns: minmax(100px, 1fr) minmax(100px, 1fr) 265px;
    }
}

@media (max-width: 767px) {
    .article.image-bg-sm {
        width: 100%;
        height: inherit;
        min-height: inherit;
        padding: 25px;
        box-sizing: border-box;
        -webkit-backface-visibility: hidden;
        -moz-backface-visibility: hidden;
        -ms-backface-visibility: hidden;
    }

    .article.image-bg-sm .article_title {
        font-size: 30px;
        font-weight: 700;
        line-height: 1.15em;
        color: #fff;
        padding-top: 0;
        position: absolute;
        bottom: 30px;
    }

    .article.image-bg-sm:before {
        position: absolute;
        display: block;
        width: 100%;
        height: 100%;
        left: 0;
        top: 0;
        background: #000;
        opacity: 0.2;
        z-index: 1;
        -webkit-transition: all 0.2s ease;
        -moz-transition: all 0.2s ease;
        -ms-transition: all 0.2s ease;
        -o-transition: all 0.2s ease;
        transition: all 0.2s ease;
        content: '';
    }

    .article.image-bg-sm .article_title a {
        color: #fff;
    }

    .article.image-bg-sm:hover:before {
        opacity: 0.3;
    }

    .article.image-bg-sm:hover .article_title a {
        color: #00aeef;
    }

    .article.image-bg-sm .category {
        padding: 0px;
        color: #fff;
    }

    .article.image-bg-sm .article_title {
        padding: 0px;
        width: calc(100% - 50px);
    }

    .article.image-bg-sm .article__image {
        position: absolute;
        display: block;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        object-fit: cover;
        object-position: center;
    }

    .article.image-bg-sm .article__image img {
        width: 100%;
        height: 100%;
        object-fit: cover;
        -o-object-fit: cover;
        z-index: 0;
    }

    .news-page-slider {
        margin-left: -15px;
        margin-right: -15px;
    }

    body.body-news-detail #breadcrumbs .bx-breadcrumb {
        padding-left: 15px;
        padding-right: 15px;
    }

    #header-news .header-news_container {
        grid-template-columns: 100%;
    }

    #header-news .header-news .header-news_right-block {
        padding-top: 30px;
    }

    #smi-block .events-block_container {
        flex-direction: row;
        flex-wrap: nowrap;
    }

    #smi-block .events-block_container .block__title {
        flex: 0 0 auto;
    }

    #smi-block .events-block_container .events-block_list {
        margin: 0 0 0 15px;
        padding-right: 0;
        padding-bottom: 15px;
        height: unset;
    }

    #smi-block .events-block_container .last-news_list {
        display: flex;
        flex-direction: row;
        flex-wrap: nowrap;
    }

    #smi-block .events-block_container .last-news_list .event {
        flex: 0 0 250px;
        padding-bottom: 5px;
        margin-top: 0;
        margin-right: 15px;
    }

    #smi-block .events-block_container .last-news_list .event.event-hide {
        height: 0;
        width: 0;
        flex: 0 0 0px;
    }

    #last-news .last-news_list {
        grid-template-areas: "a a" ". events" ". ." ". b";
    }

    #media-news .last-news_list {
        grid-template-areas: "a a" "b b";
    }

    .news-big-block > article .article_title {
        font-size: 30px !important;
        line-height: 1.2em !important;
    }

    article.article-detail .category {
        line-height: 21px;
        font-size: 14px;
    }

    article .article_title {
        font-size: 18px;
        line-height: 1.4em;
    }

    .opinions-list .opinion__name {
        font-size: 16px;
        line-height: 1.4em;
    }

    #last-news .last-news_list > li {
        min-height: 400px;
    }

    .article__image {
        width: 100%;
        height: 200px;
    }

    .events-block {
        height: 100%;
        background: #fff;
    }

    .opinions-list li {
        height: 400px;
    }

    #opinions-main .opinions-list__container {
        min-height: calc(400px + 15px);
    }

    #media-news .last-news_list > li {
        height: 400px;
    }

    .events-block {
        height: 400px;
        max-height: inherit;
    }

    .footer {
        display: block !important;
    }

    footer .footer__title {
        right: unset;
        left: 50%;
        transform: translateX(-50%);
    }

    .footer {
        font-size: 16px;
    }

    .footer li {
        padding-top: 16px;
    }

    .footer__menu {
        border-top: 1px solid #e0e0e0;
        padding-top: 20px;
        margin-top: 20px;
    }

    .footer__menu:first-child {
        border-top: 0;
        padding-top: 0px;
        margin-top: 0px;
    }

    .events-block_list {
        margin-bottom: 15px;
    }

    #last-news .last-news_list > li:nth-child(7) {
        grid-area: unset;
    }

    #last-news .last-news_list.last-news_list_page-news {
        grid-template-areas: ". ." ". ." ". adv";
    }

    #last-news .last-news_list.last-news_list_page-news > li:nth-child(1) {
        grid-area: auto /span 2;
    }

    #last-news .last-news_list.last-news_list_page-news > li:nth-child(3) {
        grid-area: unset;
    }

    #last-news .last-news_list.last-news_list_page-news > li:nth-child(7) {
        grid-area: adv;
    }

    .block__title .more {
        margin-left: 15px;
        display: inline;
        text-align: left;
        padding-top: 0px;
    }

    #last-news .last-news_list.last-news_list_page-news > li:nth-child(14n+10) {
        grid-area: auto /span 2;
    }

    .swiper-container__detail {
        height: 400px;
    }

    .swiper-container__detail-wrp {
        height: unset;
        display: block;
        grid-template-columns: unset;
        grid-column-gap: unset;
        width: 100%;
    }

    .swiper-container__detail-thumbs .swiper-wrapper {
        flex-direction: row;
    }

    .swiper-container__detail-thumbs-wrp .swiper-container__detail-thumbs .swiper-slide {
        margin-bottom: 0;
        margin-right: 15px;
        max-height: unset;
        height: 100px;
        width: calc(20% - 12px);
        max-width: calc(20% - 12px);
    }

    .swiper-container__detail-thumbs-wrp .swiper-container__detail-thumbs .swiper-slide:last-child {
        margin-right: 0px;
    }

    .swiper-container__detail-thumbs-wrp {
        padding-top: 15px;
        padding-bottom: 15px;
    }

    .swiper-container__detail-thumbs img {
        object-fit: cover;
        -o-object-fit: cover;
    }

    .swiper-container__detail-thumbs-wrp .navigation {
        display: none;
    }

    .detail-container .article-detail_text iframe {
        height: 400px;
        margin-left: -15px;
        margin-right: -15px;
        max-width: unset;
        width: calc(100% + 30px);
    }

    .top-filter__row {
        grid-auto-columns: minmax(100px, 1fr);
        grid-template-areas: ". ." ". ." "sort .";
    }

    .top-filter__row .top-filter__el:nth-child(3) {
        grid-area: sort /span 2;
        margin-top: 15px;
    }

    #news-theme-block.events-block .last-news_list li:first-child .article {
        margin-left: 15px;
    }

    #news-theme-block.events-block .last-news_list li:last-child .article {
        margin-right: 15px;
    }

    #news-theme-block.events-block .os-scrollbar.os-scrollbar-horizontal {
        padding-left: 15px;
        padding-right: 15px;
    }

    body.body-longread .detail-container.detail-container-longread .article-detail__title {
        padding-left: 15px;
        padding-right: 15px;
    }

    body.body-longread .detail-container.detail-container-longread .article-detail_text {
        padding-left: 15px;
        padding-right: 15px;
    }

    .read-also-container {
        padding-left: 0px;
        padding-right: 0px;
    }

    .container:not(.news_list_page-content) {
        padding-left: 15px;
        padding-right: 15px;
    }

    body.body-news-detail .article-detail__title {
        width: unset;
    }

    .read-also-container #last-news .last-news_list.last-news_list_page-news {
        grid-template-areas: ". .";
    }

    .read-also-container #last-news .last-news_list.last-news_list_page-news > li:nth-child(1) {
        grid-area: unset;
    }

    .read-also-container #last-news .last-news_list.last-news_list_page-news > li:nth-child(7) {
        grid-area: unset;
    }

    footer.footer .row__menu .col {
        margin-bottom: 30px;
    }

    footer.footer .row__menu .col:last-child {
        margin-bottom: 0;
    }

    footer.footer .container-menu {
        display: block;
    }

    footer.footer .footer__address {
        text-align: left;
    }
}

@media (max-width: 576px) {
    .read-also-container #last-news .last-news_list.last-news_list_page-news {
        grid-template-areas: ".";
    }
    #breadcrumbs {
        display: none;
    }

    .detail-container {
        padding-top: 0;
    }

    .article .category .category_title a, article .category .date, .article-detail-title_container .date .day, body.body-news-detail .last-news_list.last-news_list_theme .article:not(.image-bg) .article_title {
        font-size: 22px !important;
        line-height: normal;
    }

    #header-news .header-news .news-big-block .news-block {
        display: grid;
        grid-template-columns: unset;
        min-height: unset;
    }

    #header-news .header-news .news-big-block .news-block article {
        padding-top: 15px;
    }

    #header-news .header-news .news-big-block .news-block article:first-child {
        padding-top: 0;
    }

    #smi-block .events-block_container {
        flex-direction: column;
        flex-wrap: nowrap;
    }

    #smi-block .events-block_container .events-block_list {
        margin: 0;
        padding-right: 0;
        padding-left: 0;
        padding-bottom: 15px;
    }

    #smi-block .os-content {
        padding: 0 0 15px 0 !important;
    }

    #smi-block .events-block_container .block__title {
        margin-bottom: 15px;
    }

    #smi-block .block__title .more {
        margin-left: 20px;
        display: inline;
    }

    .news-big-block {
        min-height: 400px;
    }

    .opinions-list .opinion__name {
        padding: 15px 15px 0 15px;
        font-size: 18px;
        line-height: 1.4em;
    }

    .events-block_list {
        margin-top: 10px;
    }

    #header nav.navbar ul.navbar-nav li {
        opacity: 1 !important;
        font-size: 22px;
    }

    #header .header-actions_container button.header-actions__btn {
        opacity: 1 !important;
    }

    article.hover:hover {
        -webkit-transform: scale(1) translateZ(0);
        -moz-transform: scale(1) translateZ(0);
        -ms-transform: scale(1) translateZ(0);
        -o-transform: scale(1) translateZ(0);
        transform: scale(1) translateZ(0);
        box-shadow: unset;
        z-index: 11;
    }

    .side-nav__container li {
        font-size: 18px;
    }

    .side-nav__container a {
        opacity: 1;
    }

    .block__title .more {
        margin-left: 0px;
        display: block;
        text-align: left;
        padding-top: 5px;
    }

    .detail-container .article-detail__title h2 {
        font-size: 36px;
    }

    .article-detail__side .events-block h2 {
        font-size: 24px;
    }

    .article-detail__side .events-block .event_title {
        font-size: 16px;
        line-height: 1.4em;
    }

    .read-also__title {
        font-size: 24px;
    }

    .three-news-block > .important-news {
        grid-template-columns: 1fr;
    }

    footer.footer .row-logo__container .row-logo__menu {
        flex-direction: row;
    }

    .top-filter .top-filter__el-button button.active {
        padding-right: 22px;
    }

    .detail-container .article-detail__preview, .detail-container .article-detail_text, .detail-container .article-detail_text span, .news-cats-listing ul li a
    {
        font-size: 24px !important;
    }
    }