@charset "UTF-8";

/*! normalize.css v3.0.0 | MIT License | git.io/normalize */


/*! normalize.css v3.0.0 | HTML5 Display Definitions | MIT License | git.io/normalize */

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section,
summary {
    display: block;
}

audio,
canvas,
progress,
video {
    display: inline-block;
    vertical-align: baseline;
}

audio:not([controls]) {
    display: none;
    height: 0;
}

[hidden],
template {
    display: none;
}


/*! normalize.css v3.0.0 | Base | MIT License | git.io/normalize */

html {
    font-family: sans-serif;
    -webkit-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%;
}

body {
    margin: 0;
}


/*! normalize.css v3.0.0 | Links | MIT License | git.io/normalize */

a {
    background: transparent;
}

a:active,
a:hover {
    outline: 0;
}


/*! normalize.css v3.0.0 | Typography | MIT License | git.io/normalize */

abbr[title] {
    border-bottom: 1px dotted;
}

b,
strong {
    font-weight: bold;
}

dfn {
    font-style: italic;
}

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

mark {
    background: #ff0;
    color: #000;
}

small {
    font-size: 80%;
}

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

sup {
    top: -0.5em;
}

sub {
    bottom: -0.25em;
}


/*! normalize.css v3.0.0 | Embedded Content | MIT License | git.io/normalize */

img {
    border: 0;
}

svg:not(:root) {
    overflow: hidden;
}


/*! normalize.css v3.0.0 | Figures | MIT License | git.io/normalize */

figure {
    margin: 1em 40px;
}

hr {
    box-sizing: content-box;
    height: 0;
}

pre {
    overflow: auto;
}

code,
kbd,
pre,
samp {
    font-family: monospace, monospace;
    font-size: 1em;
}


/*! normalize.css v3.0.0 | Forms | MIT License | git.io/normalize */

button,
input,
optgroup,
select,
textarea {
    color: inherit;
    font: inherit;
    margin: 0;
}

button {
    overflow: visible;
}

button,
select {
    text-transform: none;
}

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

button[disabled],
html input[disabled] {
    cursor: default;
}

button::-moz-focus-inner,
input::-moz-focus-inner {
    border: 0;
    padding: 0;
}

input {
    line-height: normal;
}

input[type="checkbox"],
input[type="radio"] {
    box-sizing: border-box;
    padding: 0;
}

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

input[type="search"] {
    -webkit-appearance: textfield;
    box-sizing: content-box;
}

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

fieldset {
    border: 1px solid #c0c0c0;
    margin: 0 2px;
    padding: 0.35em 0.625em 0.75em;
}

legend {
    border: 0;
    padding: 0;
}

textarea {
    overflow: auto;
}

optgroup {
    font-weight: bold;
}


/*! normalize.css v3.0.0 | Tables | MIT License | git.io/normalize */

table {
    border-collapse: collapse;
    border-spacing: 0;
}

td,
th {
    padding: 0;
}

.clearlist,
.comments__list li ul {
    margin: 0;
    padding: 0;
    list-style-type: none;
}

.clearfix:after,
.container-row:after,
.header__container:after,
.footer__container:after,
.articles__item:after,
.comments__controls:after,
.news-container__control:after {
    content: '';
    display: table;
    clear: both;
}

.text-center {
    text-align: center;
}

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

.text-right {
    text-align: right !important;
}

.pull-left {
    float: left !important;
}

.pull-right {
    float: right !important;
}

.show {
    display: block;
}

.hidden {
    display: none;
}

.img {
    display: block;
    max-width: 100%;
    margin: auto;
    -ms-flex-item-align: center;
    -ms-grid-row-align: center;
    align-self: center;
}

.col-100,
.col-80,
.col-75,
.col-66,
.col-60,
.col-50,
.col-40,
.col-33,
.col-30,
.col-25,
.col-t-33,
.col-20 {
    width: 100%;
    padding: 0 10px;
    position: relative;
}

@media (min-width: 760px) {
    .col-100,
    .col-80,
    .col-75,
    .col-66,
    .col-60,
    .col-50,
    .col-40,
    .col-33,
    .col-30,
    .col-25,
    .col-t-33,
    .col-20 {
        padding: 0 5px;
    }
    /* .col-40,
    .col-t-33 {
        padding: 0 5px;
        width: 100%;
        display: table;
    } */
}

@media (min-width: 1200px) {
    .col-100,
    .col-80,
    .col-75,
    .col-66,
    .col-60,
    .col-50,
    .col-40,
    .col-33,
    .col-30,
    .col-25,
    .col-t-33,
    .col-20 {
        float: left;
    }
}

@media (min-width: 760px) {
    .col-t-33 {
        width: 33.33333333333%;
        float: left;
    }
}

@media (min-width: 1200px) {
    .col-80 {
        width: 80%;
    }
    .col-75 {
        width: 75%;
    }
    .col-66 {
        width: 66.666666666666%;
    }
    .col-60 {
        width: 60%;
    }
    .col-50 {
        width: 50%;
    }
    .col-40 {
        width: 40%;
    }
    .col-33 {
        width: 33.3333333333%;
    }
    .col-30 {
        width: 30%;
    }
    .col-25 {
        width: 25%;
    }
    .col-20 {
        width: 20%;
    }
    .col-offset-20 {
        margin-left: 20%;
    }
    .col-offset-25 {
        margin-left: 25%;
    }
}

.mb30 {
    margin-bottom: 30px !important;
}

.mb20 {
    margin-bottom: 20px !important;
}

.mt25 {
    margin-top: 25px !important;
}

.mt20 {
    margin-top: 20px !important;
}

.pt20 {
    padding-top: 20px !important;
}

.pt0 {
    padding-top: 0 !important;
}

.mb0 {
    margin-bottom: 0 !important;
}

.mt0 {
    margin-top: 0 !important;
}

@media (min-width: 1200px) {
    .col--height {
        position: absolute;
        height: 100%;
    }
}

@media (min-width: 760px) {
    .only-mobile {
        display: none !important;
    }
}

.only-tablet {
    display: none !important;
}

@media (min-width: 760px) {
    .only-tablet {
        display: block !important;
    }
}

.only-screen {
    display: none !important;
}

@media (min-width: 1200px) {
    .only-screen {
        display: inherit !important;
    }
}

.exac-tablet {
    display: none !important;
}

@media (min-width: 760px) {
    .exac-tablet {
        display: block !important;
    }
}

@media (min-width: 1200px) {
    .exac-tablet {
        display: none !important;
    }
}

@media (min-width: 1030px) {
    .only-device {
        display: none !important;
    }
}

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

html,
body {
    background-color: #f5f5f5;
    position: relative;
}

body {
    font-size: 14px;
    font-family: 'PT Sans';
    color: #272727;
}

div[class~=title] {
    font-weight: bold;
}

a {
    text-decoration: none;
}

.container {
    margin: auto;
    background-color: #fff;
    box-shadow: rgba(4, 4, 4, 0.1) 0 0 5px;
    padding: 0 10px 20px 10px;
    position: relative;
    z-index: 1;
}

@media (min-width: 760px) {
    .container {
        max-width: 768px;
    }
}

@media (min-width: 1000px) {
    .container {
        max-width: 1024px;
    }
}

@media (min-width: 1200px) {
    .container {
        padding: 0 38px 50px 38px;
        max-width: 1430px;
    }
}

.container-row {
    margin: 0 -10px;
    position: relative;
}

@media (min-width: 760px) {
    .container-row {
        margin: 0 -5px 0px;
    }
}

.container-opac {
    padding-bottom: 30px;
    background-color: #f0f3f4;
}

h1,
.h1 {
    font-size: 24px;
    font-weight: bold;
}

h2,
.h2 {
    font-size: 20px;
    font-weight: bold;
}

h3,
.h3 {
    font-size: 18px;
    font-weight: bold;
}

h4,
.h3 {
    font-size: 16px;
    font-weight: bold;
}

h5,
.h5 {
    font-size: 14px;
    font-weight: bold;
}

h6,
.h6 {
    font-size: 12px;
    font-weight: bold;
}

figure {
    margin: 0;
}

hr {
    margin: 30px 0;
    display: block;
    border: 0;
    height: 1px;
    background-color: #d8d8d8;
}

hr.thin {
    margin: 20px 0;
}

input,
textarea,
select,
button {
    outline: none;
}

input,
textarea {
    border: 1px solid #bbbdbf;
    box-shadow: rgba(0, 0, 0, 0.1) 5px 5px 0 inset;
    padding-left: 10px;
    width: 100%;
}

input {
    height: 30px;
}

textarea {
    height: 70px;
    padding-top: 5px;
}

button {
    background-color: #0071ad;
    color: #fff;
    text-transform: uppercase;
    border: 0;
    height: 38px;
    padding: 0 15px;
    font-weight: bold;
    font-size: 14px;
}

.header {
    background-color: #fff;
}

.header__banner {
    background-color: #005988;
    padding: 15px 20px;
}

.header__banner-img {
    background-color: #c6d4db;
 /*   height: 70px; */
    margin: auto;
    max-width: 1000px;
    overflow: hidden;
}

@media (min-width: 1200px) {
    .header__banner-img {
       /* height: 90px;*/
    }
}

@media (min-width: 760px) {
    .header__banner {
        padding: 5px 10px;
    }
}

.header__content {
    position: relative;
}

.header__content:after {
    content: '';
    display: block;
    position: absolute;
    bottom: 0;
    left: 0;
    height: 50px;
    width: 100%;
    background-color: #0071ad;
    z-index: 0;
}

.header__container {
    padding: 0 10px;
    position: relative;
}

@media (min-width: 1200px) {
    .header__container {
        padding: 0 40px;
        max-width: 1340px;
        margin: auto;
    }
}

.header__controls {
    width: 100%;
    float: left;
}

.header__logo {
    padding: 8px 0 15px;
    float: left;
}

.header__logo img {
    display: block;
    max-width: 100%;
}

@media (min-width: 1200px) {
    .header__logo {
        padding-top: 20px;
    }
}

.header__left {
    float: left;
    width: 42%;
    text-align: center;
    position: relative;
    z-index: 1;
}

@media (min-width: 760px) {
    .header__left {
        width: 25%;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-pack: justify;
        justify-content: space-between;
        -ms-flex-align: start;
        align-items: flex-start;
        -ms-flex-direction: row-reverse;
        flex-direction: row-reverse;
    }
}

@media (min-width: 1200px) {
    .header__left {
        width: 215px;
        padding: 0 20px;
    }
}

.header__right {
    width: 55%;
    float: right;
    position: relative;
    height: 154px;
}

@media (min-width: 760px) {
    .header__right {
        width: 70%;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        -ms-flex-align: center;
        align-items: center;
        -ms-flex-pack: justify;
        justify-content: space-between;
        padding-bottom: 40px;
        height: 130px;
    }
}

@media (min-width: 1200px) {
    .header__right {
        width: calc(100% - 248px);
        height: 152px;
    }
}

.header__lang {
    padding: 15px 0;
}

.header__lang a {
    display: inline-block;
    padding: 3px 5px;
    color: #272727;
    position: relative;
    left: -10px;
}

.header__lang a:hover {
    text-decoration: underline;
    color: #5a5456;
}

@media (min-width: 760px) {
    .header__lang {
        margin-top: 10px;
    }
    .header__lang a {
        left: 0;
        display: block;
    }
}

.header__search {
    position: relative;
    margin: 12px 0 15px;
    margin-bottom: -5px;
}

.header__search input[type="text"] {
    width: 100%;
    border: 1px solid #cfdbe2;
    height: 30px;
    padding: 0 27px 0 10px;
    box-shadow: none;
}

.header__search input[type="submit"] {
    border: none;
    width: 21px;
    height: 21px;
    position: absolute;
    right: 5px;
    top: 5px;
    background: transparent url(../images/icon-search.png) 0 0 no-repeat;
    box-shadow: none;
}

@media (min-width: 760px) {
    .header__search {
        width: 55%;
    }
}

@media (min-width: 1200px) {
    .header__search {
        width: 350px;
    }
}

.header__date {
    font-size: 12px;
    margin-bottom: 5px;
}

.header__weather {
    font-weight: bold;
}

.header__weather a {
    color: inherit;
    display: inline-block;
    margin-right: 7px;
}

.header__weather a:hover {
    text-decoration: underline;
}

.header__weather b {
    font-size: 12px;
}

@media (max-width: 730px) {
    .header__news {
        /*margin-top: -25px;*/
    }
}

.header__news a {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    max-width: 155px;
}

.header__news-icon {
    max-width: 55px;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    margin-right: 10px;
}

.header__news-title {
    font-size: 13px;
    font-weight: bold;
    text-transform: uppercase;
}

.header__news-title span {
    background-color: #005988;
    padding: 0 2px;
    color: #fff;
    line-height: 20px;
}

.header__news-title:hover span {
    text-decoration: underline;
}

.header__exchange {
    position: relative;
    right: 20px;
}

.header__exchange ul li {
    display: inline-block;
    margin: 0 15px;
    font-size: 12px;
}

.header__exchange ul li span {
    display: block;
    font-size: 14px;
    padding: 7px 0 0;
}

.header__nav {
    margin-top: 26px;
    width: 100%;
    position: absolute;
    bottom: 0;
    left: 0;
    z-index: 55;
}
.noBorder{
    border: unset!important;
}

@media (min-width: 760px) {
    .header__nav {
        margin-top: 14px;
    }
}

.header__menu {
    float: left;
    overflow: hidden;
    /*max-width: 815px;*/
    height: 50px;
    position: relative;
    left: -9px;
}


.header__menu li {
    display: inline-block;
}

.header__menu li:nth-child(10) {
    display: none;
}

.header__menu li a {
    padding: 16px 4px;
    display: block;
    text-transform: uppercase;
    color: #fff;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    transition: all 0.3s;
    font-weight: bold;
}

.header__menu li a:hover {
    text-decoration: none;
    background-color: #006093;
}

.header__menu-switcher {
    float: right;
    display: block;
    text-decoration: none;
    border: 2px solid #fff;
    width: 171px;
    height: 30px;
    line-height: 27px;
    margin-top: 9px;
    text-align: center;
    color: #fff;
    /*top: 41px;*/
    text-transform: uppercase;
    font-weight: bold;
    position: relative;
    z-index: 56;
    background: url(../images/icon-menu-switcher.png) 10px center no-repeat;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    transition: all 0.5s;
}

@media (max-width: 730px) {
    .header__menu-switcher {
        margin-bottom: -6px;
    }
}

.header__menu-switcher:hover {
    text-decoration: none;
}

.header__menu-switcher.active+.header__hidden-menu {
    opacity: 1;
    visibility: visible;
}

@media (min-width: 500px) {
    .header__menu-switcher.active {
        border-color: transparent;
        background-image: url(../images/icon-close-menu.png);
    }
}

.header__hidden-menu {
    position: absolute;
    background-color: #0071ad;
    max-width: 423px;
    width: 100%;
    min-width: 271px;
    top: 39px;
    border: 2px solid #fff;
    right: 0;
    padding: 25px 10px;
    z-index: 55;
    box-shadow: rgba(0, 0, 0, 0.45) 0 10px 20px;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    transition: all 0.5s;
    opacity: 0;
    visibility: hidden;
    -moz-columns: 2;
    columns: 2;
}

@media (min-width: 500px) {
    .header__hidden-menu {
        width: 423px;
        border-width: 0 2px 2px 2px;
    }
    .header__hidden-menu:before {
        content: '';
        display: block;
        width: 433px;
        height: 38px;
        position: absolute;
        left: 0;
        top: -38px;
        background: url(../images/menu-bg.png) 0 0 no-repeat;
    }
}

.header__hidden-menu li a {
    text-transform: uppercase;
    color: #fff;
    font-weight: bold;
    font-size: 14px;
    display: block;
    line-height: 30px;
    padding: 0 15px;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    transition: all 0.3s;
}

.header__hidden-menu li a:hover {
    text-decoration: none;
    background-color: #006093;
}

@media (min-width: 1024px) {
    .header__info {
        position: relative;
        display: block !important;
        z-index: 60;
    }
}

.header .city-list {
    position: absolute;
    width: 310px;
    border: 3px solid #fff;
    background-color: #0071ad;
    color: #fff;
    font-weight: bold;
    z-index: 7777;
    top: 7px;
    left: -16px;
    padding-bottom: 10px;
    box-shadow: rgba(0, 0, 0, 0.65) 0 0 50px;
    display: none;
}

.header .city-list__title {
    padding: 10px 10px 10px 20px;
}

.header .city-list__body {
    -moz-columns: 2;
    columns: 2;
}

.header .city-list__body li {
    margin-bottom: 3px;
}

.header .city-list__body li a {
    display: block;
    color: #fff;
    text-decoration: underline;
    padding: 3px 0px 3px 20px;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    transition: all 0.3s;
}

.header .city-list__body li a:hover {
    text-decoration: none;
    background-color: #006499;
}

.header .city-list__close {
    display: inline-block;
    width: 13px;
    height: 13px;
    background: url(../images/icon-close-3.png) 0 0 no-repeat;
    position: absolute;
    top: 7px;
    right: 7px;
}

.main {
    position: relative;
}

.main.media {
    margin-top: -20px;
}

.main.index>.container {
    padding-bottom: 0 !important;
}

.main.ajax {
    overflow: hidden;
}

.main.ajax>.container {
    box-shadow: none;
}

.main__banner {
    height: 220px;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-direction: column;
    flex-direction: column;
    overflow: hidden;
    position: relative;
}

.main__banner--top {
    -ms-flex-pack: start;
    justify-content: flex-start;
}

.main__banner img {
    display: block;
    max-width: 100%;
    -ms-flex-item-align: center;
    -ms-grid-row-align: center;
    align-self: center;
}

.main__banner--pdf img {
    max-height: 100%;
    max-width: none;
}

@media (min-width: 760px) {
    .main__banner {
        max-height: none;
        height: 410px;
    }
}

@media (min-width: 1200px) {
    .main__banner {
        height: 580px;
        margin-bottom: -70px;
    }
}

.main__banner--adv img {
    max-width: none;
    max-height: 100%;
}

@media (min-width: 1200px) {
    .main__banner--adv {
        height: 606px;
        margin-bottom: -100px;
    }
}

.main__banner--about img {
    max-height: 100%;
    max-width: none;
}

@media (min-width: 500px) {
    .main__banner--about img {
        max-width: 100%;
        max-height: none;
    }
}

.main__map {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.main__title {
    margin: 0;
    font-size: 24px;
    color: #303030;
    padding: 30px 0 0 0;
    max-width: 250px;
}

.main__title.capitalize {
    text-transform: capitalize;
}

.main__title--resp {
    font-size: 18px;
}

@media (min-width: 760px) {
    .main__title--resp {
        font-size: 24px;
    }
}

.main__title--full {
    max-width: none;
}

.main__title--border {
    border-bottom: 1px solid #c0d1dc;
    padding-bottom: 20px;
    font-size: 20px;
}

@media (min-width: 760px) {
    .main__title--border {
        font-size: 24px;
    }
}

@media (min-width: 1200px) {
    .main__title--border {
        border-bottom: 0;
    }
}

.main__article {
    color: #202020;
    padding-bottom: 60px;
    padding-top: 20px;
}

.main__article h1,
.main__article h2,
.main__article h3,
.main__article h4,
.main__article h5,
.main__article h6 {
    margin: 0 0 20px;
}

.main__article blockquote {
    margin: 25px 0;
    padding: 15px 0;
    font-weight: bold;
    font-style: italic;
    border-style: solid;
    border-color: #cccccc;
    border-width: 1px 0;
    font-size: 18px;
}

@media (min-width: 760px) {
    .main__article {
        font-size: 18px;
    }
}

@media (min-width: 1200px) {
    .main__article {
        padding-top: 30px;
        padding-right: 20%;
    }
    .main__article--contacts {
        padding-right: 90px;
    }
}

.main__article a {
    color: #0071ad;
    text-decoration: underline;
}

.main__article a:hover {
    text-decoration: none;
}

.main__article-block {
    border-bottom: 1px solid #adb5bc;
    padding-top: 30px;
}

.main__article-block:first-child {
    padding-top: 0;
}

.main__article-block:last-child {
    border-bottom: 0;
}

@media (min-width: 760px) {
    .main__article--contacts .main__contacts li:first-child {
        width: 35%;
    }
    .main__article--contacts .main__contacts li:nth-child(2) {
        width: 63%;
        margin: 0;
    }
}

.main__contacts {
    margin-bottom: 30px;
    margin-top: -10px;
}

.main__contacts li {
    position: relative;
    padding-left: 20px;
    margin-bottom: 15px;
}

.main__contacts li .icon {
    position: absolute;
    top: 5px;
    left: 0;
}

.main__contacts li .phones {
    width: 95px;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-pack: end;
    justify-content: flex-end;
}

.main__contacts li .phones span {
    display: block;
}

@media (min-width: 760px) {
    .main__contacts li {
        display: inline-block;
        width: 32%;
        padding-left: 30px;
        vertical-align: top;
    }
    .main__contacts li .phones {
        width: 130px;
    }
    .main__contacts li:nth-child(2) {
        width: 150px;
        margin: 0 40px 0 50px;
    }
}

.main__breadcrumbs {
    background-color: #61acd4;
}

.main__breadcrumbs ul {
    border-left: 1px solid #91c5e1;
    display: block;
    margin: auto;
    max-width: 1430px;
}

.main__breadcrumbs ul li {
    display: inline-block;
    border-right: 1px solid #91c5e1;
}

.main__breadcrumbs ul li:first-child a {
    color: #fff;
}

.main__breadcrumbs ul li:hover a {
    color: #fff;
}

.main__breadcrumbs ul li a {
    display: block;
    padding: 13px 18px;
    font-weight: bold;
    color: #c1e5f8;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    transition: all 0.3s;
}

.main__social {
    border-top: 1px solid #c0d1dc;
    border-bottom: 1px solid #c0d1dc;
    padding: 15px 0 5px;
    margin: auto;
    max-width: 80%;
}

.main__social a {
    display: inline-block;
    vertical-align: top;
    margin-right: 10px;
    margin-bottom: 10px;
}

.main__social a:hover {
    opacity: 0.8;
}

.main__social a img {
    display: block;
}

@media (min-width: 760px) {
    .main__social {
        margin: 0;
    }
    .main__social div {
        display: inline-block;
    }
}

@media (min-width: 1200px) {
    .main__social {
        margin-top: 35px;
    }
}

.main__social--full {
    max-width: 100%;
}

.main__social--news {
    border: 0;
}

.main__flex {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

@media (max-width: 730px) {
    .only-device.ff-count .news__statistic--inline {
        margin: 0;
        width: 100%;
    }
    .only-device.ff-count a {
        color: #959595;
    }
    .only-device.ff-count .news__statistic .stat-comments {
        color: #959595;
    }
    .only-device.ff-count .stat-views {
        width: 100%;
        padding-top: 0 !important;
        margin-bottom: 0 !important;
    }
}

.main__flex .news__statistic .stat {
    padding: 20px 0;
    position: relative;
    margin-bottom: 20px;
}

.main__flex .news__statistic span {
    position: absolute !important;
    bottom: 0;
    left: 0;
    top: auto !important;
}

@media (min-width: 760px) {
    .main__flex .news__statistic .stat {
        padding: 0;
        margin-bottom: 0;
        color: #959595;
    }
    .main__flex .news__statistic .stat a {
        color: #959595;
    }
    .main__flex .news__statistic span {
        position: relative !important;
        top: 1px !important;
    }
}

.main__tags {
    display: -ms-flexbox;
    display: flex;
    margin-top: 5px;
}

.main__tags .updated {
    background-color: #7b7b7b;
    font-size: 11px;
    text-transform: none;
    color: #fff;
    display: inline-block;
    padding: 2px 5px;
}

.main__tags a {
    display: inline-block;
    color: #fff;
    font-size: 12px;
    text-transform: uppercase;
    padding: 2px 5px;
    background-color: #679ec1;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    transition: all 0.3s;
    margin-left: 5px;
}

.main__tags a:hover {
    text-decoration: none;
    background-color: #347299;
}

@media (min-width: 760px) {
    .main__tags {
        margin-top: 0;
        position: absolute;
        right: 8px;
        bottom: 8px;
        z-index: 1;
    }
}

.main-news {
    overflow: hidden;
    position: relative;
    margin-bottom: 10px;
}

.main-news__img {
    position: relative;
}

.main-news__img:before {
    content: '';
    display: block;
    width: 100%;
    height: 105%;
    position: absolute;
    top: 0;
    left: 0;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    transition: all 0.3s;
    background-color: black;
    opacity: 0;
}

.main-news__content {
    background-color: #014f80;
    color: #fff;
    padding: 15px 10px 10px;
    position: relative;
}

.main-news__content:before {
    content: '';
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    transition: all 0.3s;
    background-color: black;
    opacity: 0;
}

.main-news__title {
    font-weight: bold;
    font-size: 20px;
    margin-bottom: 12px;
    display: block;
    text-decoration: none;
    position: relative;
    z-index: 1;
    color: #fff;
}

.main-news__title a {
    text-decoration: none;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    transition: all 0.3s;
    color: #fff;
    border-bottom: 1px solid transparent;
}

.main-news__title a:hover {
    text-decoration: none;
    border-bottom-color: #fff;
}

.main-news__text {
    padding-bottom: 12px;
}

.main-news__tag {
    text-transform: uppercase;
    font-size: 12px;
    display: block;
    color: #fff;
    padding: 12px 0;
    border-top: 1px solid #0f6297;
    position: relative;
    z-index: 1;
}

.main-news__tag:hover {
    text-decoration: underline;
}

.main-news__info {
    font-weight: bold;
    color: #66abd6;
    font-size: 10px;
    float: right;
    margin-top: -26px;
}

.main-news__info span {
    display: inline-block;
    margin-right: 5px;
}

@media (min-width: 760px) {
    .main-news__content {
        position: absolute;
        left: 0;
        top: 0;
        width: 33.33333333%;
        height: 100%;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-direction: column;
        flex-direction: column;
        -ms-flex-pack: justify;
        justify-content: space-between;
    }
    .main-news__img {
        float: right;
        width: 66.66666666%;
    }
    .main-news__img img {
        width: 100%;
        max-height: 100%;
        max-width: none;
    }
}

@media (min-width: 1200px) {
    .main-news {
        height: 340px;
        background-color: #014f80;
    }
    .main-news__content {
        padding: 25px 18px;
    }
    .image-news.news-block-image-news--big {
        height: 601px;
    }
    .news-block-image-news--big .image-news__img img {
        height: 100%;
    }
}

.main-news--live .main-news__title,
.main-news--live .image-news__title {
    position: relative;
    padding-left: 23px;
}

.main-news--live .main-news__title:before,
.main-news--live .image-news__title:before {
    content: 'Live /';
    display: inline-block;
    margin-right: 3px;
    font-size: 20px;
    color: #5fa1cb;
    font-weight: bold;
    vertical-align: top;
    position: relative;
    top: -1px;
}

.news-block--exclusive .main-news__title a:before {
    content: 'склюзив:';
    display: block;
    margin-right: 5px;
    text-transform: uppercase;
    font-size: 14px;
    color: #378fc7;
    font-weight: bold;
    margin-left: 17px;
}

.news-block--exclusive .main-news__title a:after {
    content: 'ЭК';
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    color: #ca4d88;
    font-size: 14px;
    text-transform: uppercase;
    font-weight: bold;
}

.colored.main-news--live .main-news__title:before,
.colored.main-news--live .image-news__title:before {
    color: #CCC;
}

.main-news--live .main-news__title:after,
.main-news--live .image-news__title:after {
    content: '';
    display: block;
    position: absolute;
    top: 3px;
    left: 0;
    width: 17px;
    height: 17px;
    border-radius: 50%;
    background-color: #fff;
    animation: live 1s ease infinite;
}


/*.index__top-news .main-news--video .main-news__title:before {
  content: '';
  display: inline-block;
  width: 26px;
  height: 15px;
  background: url(../images/icon-video-2.png) 0 0 no-repeat;
  margin-right: 20px;
}
.index__top-news .main-news--video .main-news__title:after {
  content: '/';
  display: block;
  position: absolute;
  top: -2px;
  left: 30px;
  color: #FFF;
  font-weight: bold; 
}*/

.main-news--video .main-news__img:after {
    content: '';
    position: absolute;
    background: url(../images/icon-play.png) center center no-repeat;
    opacity: 1;
    transition: transform 300ms cubic-bezier(0.25, 0.46, 0.45, 0.94);
    -webkit-transform 300ms cubic-bezier(0.25, 0.46, 0.45, 0.94);
    width: 68px;
    height: 68px;
    top: 50%;
    left: 50%;
    margin: -34px 0 0 -34px;
}

.main-news--video .main-news__img:hover::after {
    transform: scale(1.15);
}

.main-news:hover .main-news__img:before,
.main-news:hover .main-news__content:before {
    opacity: .4;
}

@keyframes live {
    0% {
        background-color: #fff;
    }
    50% {
        background-color: red;
    }
}

.popular li {
    page-break-inside: avoid;
    break-inside: avoid;
    padding-bottom: 20px;
}

.popular li .num {
    font-size: 48px;
    color: #afb4b8;
    line-height: 40px;
    padding: 0 15px 0px 10px;
}

@media (min-width: 760px) {
    .popular li .num {
        padding: 0 25px;
    }
}

.popular__content {
    background-color: #f6f6f6;
    border-top: 2px solid #dee7ed;
    display: -ms-flexbox;
    display: flex;
    padding: 15px 5px 25px 0;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    transition: all 0.3s;
    position: relative;
}

.popular__content:before {
    content: '';
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    transition: all 0.3s;
    background-color: #fff;
    opacity: 0;
}

.popular__content:hover:before {
    opacity: .3;
}

.popular__title {
    position: relative;
    z-index: 1;
}

.popular__title a {
    text-decoration: none;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    transition: all 0.3s;
    color: #202020;
    border-bottom: 1px solid transparent;
}

.popular__title a:hover {
    text-decoration: none;
    border-bottom-color: #202020;
}

@media (min-width: 760px) {
    .popular {
        -moz-columns: 2;
        columns: 2;
    }
}

@media (min-width: 990px) {
    .popular {
        -moz-columns: 3;
        columns: 3;
    }
}

.popular--video .popular__title {
    position: relative;
}

.popular--video .popular__title a:before {
    content: '';
    display: inline-block;
    width: 26px;
    height: 15px;
    background: url(../images/icon-video-1.png) 0 0 no-repeat;
    margin-right: 20px;
    position: relative;
    top: 3px;
}

.popular--video .popular__title a:after {
    content: '/';
    display: block;
    position: absolute;
    top: 1px;
    left: 30px;
    color: #3f77a7;
    font-weight: bold;
}

@media (min-width: 1200px) {
    .video-article {
        padding-right: 100px;
    }
}

@media (min-width: 760px) {
    .video-article__text {
        font-size: 18px;
    }
}

.video-article__text .lx_news__cite {
    float: left;
    width: 30%;
    margin-left: -38%;
    margin-top: 0;
}

.colored .main-news__tag {
    border-top: 1px solid #FFF;
}

.colored .main-news__info,
.colored .simple-news__title a {
    color: #fff !important;
}

.colored,
.news-block--live {
    color: #f0b9d3 !important;
    background-color: #951c55 !important;
    border-top-color: #951c55 !important;
}

.video__news-block--live.news-block--live .news-block__title a {
    color: #FFF;
    font-weight: bold;
}

.news-block__preview {
    margin-bottom: 10px;
}

.news-block.colored .news-block__title a {
    color: #FFF;
}

.main-news.colored .main-news__content {
    background-color: #951c55 !important;
}

.news-block--live.cs_news-block--live .simple-news__title a {
    color: #FFF;
    font-size: 18px;
    line-height: 1.2;
}

.colored .simple-news__content,
.news-block--live .simple-news__content {
    border-bottom: 0;
}

.colored .articles__content,
.news-block--live .articles__content {
    background-color: #951c55 !important;
}

.colored a,
.news-block--live a,
{
    color: #fff !important;
    text-decoration: none;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    transition: all 0.3s;
    color: #fff !important;
    border-bottom: 1px solid transparent;
}

.colored a:hover,
.news-block--live a:hover {
    border-bottom-color: #fff !important;
}

.colored .articles__info li,
.news-block--live .articles__info li,
.colored .articles__preview,
.news-block--live .articles__preview {
    color: #e6b4cc;
}

.colored .articles__info li .news-info,
.news-block--live .articles__info li .news-info,
.colored .articles__preview .news-info,
.news-block--live .articles__preview .news-info {
    color: #e6b4cc;
}

.colored .news-info,
.news-block--live .news-info {
    color: #fff;
}

.colored .main__tags a,
.news-block--live .main__tags a {
    border-bottom: 0 !important;
    background-color: #b73e77;
}

.colored .main__tags a:hover,
.news-block--live .main__tags a:hover {
    border-bottom: 0 !important;
    background-color: #9d406b;
}

.ontop-link {
    position: fixed;
    right: 65px;
    bottom: 150px;
    z-index: 5555;
    display: none;
    visibility: hidden;
    opacity: 0;
}

.ontop-link--abs {
    position: absolute;
    bottom: 750px;
}

@media (min-width: 1200px) {
    .ontop-link {
        display: block;
        visibility: visible;
        opacity: 1;
        display: none;
    }
}

.footer__top {
    background-color: #005988;
}

.footer__middle,
.footer__bottom {
    background-color: #003c5b;
}

.footer__middle {
    border-top: 1px solid #1a73a1;
    border-bottom: 1px solid #084f73;
}

@media (min-width: 1200px) {
    .footer__middle .footer__container {
        padding: 3px 40px;
    }
}

.footer__container {
    position: relative;
    margin: auto;
    padding: 10px;
}

@media (min-width: 1200px) {
    .footer__container {
        padding: 20px 40px 10px;
        max-width: 1440px;
    }
}

.footer__title {
    font-size: 14px;
    text-transform: uppercase;
    color: #fff;
    margin: 10px 0 20px;
}

@media (min-width: 750px) {
    .footer__title--mobile {
        display: none;
    }
}

.footer__categories {
    margin-bottom: 25px;
}

@media (min-width: 760px) {
    .footer__archive {
        float: left;
        margin-right: 15px;
    }
}

@media (min-width: 760px) {
    .footer__social {
        float: left;
    }
}

@media (min-width: 1200px) {
    .footer__social .social-tabs {
        margin-bottom: 30px;
    }
}

.footer__social .social-tabs ul {
    display: -ms-flexbox;
    display: flex;
}

.footer__social .social-tabs ul li {
    color: #fff;
    font-size: 18px;
    background-color: #0573ad;
    width: 37px;
    text-align: center;
    height: 34px;
    line-height: 34px;
    margin-right: 1px;
}

.footer__social .social-tabs ul li:hover,
.footer__social .social-tabs ul li:hover a {
    cursor: pointer;
    color: #102440;
    background-color: #fff;
}

.footer__social .social-tabs ul li.active {}

.footer__social .social-tabs ul li.active .fa-mailru,
.footer__social .social-tabs ul li:hover .fa-mailru {
    background-image: url(../images/icon-mailru-active.png);
}

.footer__social .social-tabs ul li .fa-mailru {
    display: inline-block;
    width: 17px;
    height: 16px;
    background: url(../images/icon-mailru.png) 0 0 no-repeat;
    background-size: contain;
    position: relative;
    top: 2px;
}

.footer__social .social-tabs ul li a {
    color: #fff;
}

.footer__social .social-tabs ul li a:hover {
    color: #102440;
}

.footer__social .social-tabs__panes {
    background-color: #fff;
    padding: 5px;
    max-width: 260px;
}

.footer__social .social-tabs__panes .pane {
    display: none;
    overflow: hidden;
    max-width: 260px;
}

.footer__social .social-tabs__panes .pane-active {
    display: block;
}

.footer__categories-list {
    -moz-columns: 2;
    columns: 2;
}

.footer__categories-list li h4 {
    font-weight: normal;
    margin: 10px 0;
    font-size: 14px;
    font-weight: bold;
}

.footer__categories-list li h4 a {
    display: block;
    text-decoration: none;
    color: #97bed2;
    text-transform: uppercase;
}

.footer__categories-list li h4 a:hover {
    text-decoration: underline;
}

@media (min-width: 760px) {
    .footer__categories-list li h4 a {
        color: #fff;
    }
}

.footer__categories-list li ul {
    display: none;
}

@media (min-width: 760px) {
    .footer__categories-list {
        -moz-columns: 1;
        columns: 1;
    }
    .footer__categories-list>li {
        width: 24%;
        vertical-align: top;
        display: inline-block;
        margin-bottom: 10px;
    }
    .footer__categories-list>li ul {
        display: block;
    }
    .footer__categories-list>li ul li a {
        color: #97bed2;
        line-height: 24px;
    }
    .footer__categories-list>li ul li a:hover {
        text-decoration: underline;
    }
}

@media (min-width: 1200px) {
    .footer__categories-list>li {
        width: 19%;
    }
}

.footer__news-feed {
    margin-bottom: 25px;
    padding-left: 5px;
}

.footer__news-feed a {
    display: inline-block;
    text-transform: uppercase;
    text-decoration: none;
    color: #fff;
    font-size: 18px;
    font-weight: bold;
    background: #ce4a88 url(../images/icon-newsfeed.png) 10px center no-repeat;
    border: 3px solid #fff;
    height: 52px;
    line-height: 48px;
    padding: 0 15px 0 50px;
}

.footer__news-feed a:hover {
    background: #be2d72 url(../images/icon-newsfeed.png) 10px center no-repeat;
}

@media (min-width: 760px) {
    .footer__news-feed {
        float: right;
    }
}

@media (min-width: 1200px) {
    .footer__news-feed {
        float: none;
        position: absolute;
        top: 280px;
        left: -250px;
    }
}

@media (min-width: 1200px) {
    .footer__nav {
        float: left;
    }
}

.footer__menu li a {
    display: inline-block;
    text-transform: uppercase;
    color: #97bed2;
    font-size: 12px;
    line-height: 24px;
}

.footer__menu li a:hover {
    text-decoration: underline;
}

@media (min-width: 760px) {
    .footer__menu {
        padding: 5px 0;
    }
    .footer__menu li {
        display: inline-block;
        margin-right: 30px;
    }
}

@media (min-width: 1200px) {
    .footer__menu li a {
        padding: 9px 0 3px;
    }
}

@media (min-width: 760px) {
    .footer__invision {
        float: right;
        margin-right: 10px;
    }
}

.footer__counters {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    padding: 10px 0 0;
}

@media (min-width: 1200px) {
    .footer__counters {
        float: right;
        padding: 0;
    }
}


.footer__age-limit {
    color: #97bed2;
    width: 41px;
    height: 46px;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    font-weight: bold;
    font-size: 18px;
    text-align: center;
    line-height: 40px;
    margin: 0 20px 0 10px;
    position: relative;
    cursor: pointer;
    margin-top: 5px;
    margin-bottom: 1px;
}

.footer__age-limit:after {
    content: '';
    width: 35px;
    height: 35px;
    border: 2px solid #97bed2;
    background: transparent;
    position: absolute;
    top: calc(50% - 2px);
    left: calc(50% - 1px);
    transform: translate(-50%, -50%) rotate(45deg);
}


.header__age-limit {
    color: #97bed2;
    width: 46px;
    height: 46px;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    font-weight: bold;
    font-size: 20px;
    text-align: center;
    line-height: 40px;
    margin: 0 20px 0 10px;
    position: absolute;
    top: 33px;
    left: 210px;
    z-index: 100;
    cursor: pointer;
    margin-top: 5px;
    margin-bottom: 1px;
}

.header__age-limit:after {
    content: '';
    width: 41px;
    height: 41px;
    border: 2px solid #97bed2;
    background: transparent;
    position: absolute;
    top: calc(50% - 2px);
    left: calc(50% - 1px);
    transform: translate(-50%, -50%) rotate(45deg);
}
@media (max-width: 1200px){
    .header__age-limit{
        top: 20px; 
    }
}   

@media (max-width: 600px){
    .header__age-limit{
        left: 25%;
    }
}
@media (max-width: 1000px) {
    .header__age-limit {
    color: #97bed2;
    width: 46px;
    height: 46px;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    font-weight: bold;
    font-size: 20px;
    text-align: center;
    line-height: 40px;
    margin: 0 20px 0 10px;
    position: absolute;
    top: 15px;
    left: 150px;
    margin-top: 5px;
    margin-bottom: 1px;}

    .header__age-limit:after {
    content: '';
    width: 41px;
    height: 41px;
    border: 2px solid #97bed2;
    background: transparent;
    position: absolute;
    top: calc(50% - 2px);
    left: calc(50% - 1px);
    transform: translate(-50%, -50%) rotate(45deg);
}
}

@media (max-width: 759px) {
    .header__age-limit {
    color: #97bed2;
    width: 46px;
    height: 46px;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    font-weight: bold;
    font-size: 20px;
    text-align: center;
    line-height: 40px;
    margin: 0 20px 0 10px;
    position: absolute;
    top: 52px;
    left: 28%;
    margin-top: 5px;
    margin-bottom: 1px;}

    .header__age-limit:after {
    content: '';
    width: 41px;
    height: 41px;
    border: 2px solid #97bed2;
    background: transparent;
    position: absolute;
    top: calc(50% - 2px);
    left: calc(50% - 1px);
    transform: translate(-50%, -50%) rotate(45deg);
}

}
@media (max-width: 759px){
    .header__age-limit{
        top: 52px;
        left: 28%;
    }
}

@media (max-width: 460px) {

    .header__age-limit {
    display: none;
    }

    .header__age-limit:after {
    display: none;
    }

}

.footer__counter {
    width: 88px;
    margin-right: 15px;
}

.footer__copy {
    color: #82aec6;
    font-size: 11px;
    line-height: 16px;
    margin-bottom: 10px;
}

.footer__copy span {
    display: block;
}

.footer__copy a {
    color: #82aec6;
    text-decoration: underline;
    cursor: pointer;
}

.footer__copy a:hover {
    text-decoration: none;
}

@media (min-width: 760px) {
    .footer__copy {
        float: left;
    }
}

.footer__datepicker {
    margin-bottom: 25px;
}

.footer__datepicker .ui-datepicker {
    background-color: transparent;
    box-shadow: none;
}

.footer__datepicker .ui-datepicker-calendar td {
    padding: 1px;
}

.footer__datepicker .ui-datepicker-calendar a {
    border: 1px solid transparent;
}

.index__newsline {
    padding: 15px 40px 15px 0;
    border-bottom: 1px solid #b2b2b2;
}

.index__newsline a {
    color: #272727;
    font-weight: bold;
    text-decoration: none;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    transition: all 0.3s;
    color: #272727;
    border-bottom: 1px solid transparent;
    line-height: 1.4;
}

.index__newsline a:hover {
    text-decoration: none;
    border-bottom-color: #272727;
}

.index__newsline-controls {
    position: absolute;
    top: 15px;
    right: 12px;
}

.index__newsline-controls a {
    display: inline-block;
    width: 15px;
    height: 15px;
    border-style: solid;
    border-color: #acacac;
    border-width: 3px 0 0 3px;
}

.index__newsline-controls a.prev {
    transform: rotate(-45deg);
}

.index__newsline-controls a.next {
    transform: rotate(135deg);
}

@media (min-width: 1200px) {
    .index__newsline {
        max-height: 50px;
        overflow: hidden;
    }
}

.index__breaking {
    margin-top: 15px;
    position: relative;
    background-color: #951c55;
    overflow: hidden;
}

.index__breaking-news {
    padding: 10px 0px;
}

.index__breaking-news a {
    font-weight: bold;
    color: #fff;
    /*padding: 0 15px 0 0;*/
    text-decoration: none;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    transition: all 0.3s;
    color: #fff;
    border-bottom: 1px solid transparent;
    line-height: 1.4;
}

.index__breaking-news a:hover {
    text-decoration: none;
    border-bottom-color: #fff;
}

@media (min-width: 1200px) {
    .index__breaking-news {
        font-size: 15px;
    }
    .index__breaking-news .slick-track {
        display: -ms-flexbox;
        display: flex;
        -ms-flex-align: center;
        align-items: center;
    }
}

.index__breaking-title {
    text-transform: uppercase;
    background-color: #0071ad;
    color: #fff;
    position: absolute;
    left: 0;
    top: 0;
    font-size: 18px;
    width: 260px;
    text-align: center;
    height: 100%;
    z-index: 1;
}

.index__breaking-title b {
    display: block;
}

.index__breaking-title div {
    height: 100%;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.index__breaking-title:after {
    content: '';
    width: 14px;
    height: 100%;
    position: absolute;
    top: 0;
    right: -13px;
    background: url(../images/icon-after.png) 0 0 no-repeat;
    background-size: contain;
}

@media (min-width: 760px) {
    .index__breaking {
        padding: 0 0 0 40px;
    }
    .index__breaking-title {
        left: -240px;
    }
}

@media (min-width: 1200px) {
    .index__breaking {
        padding: 0 0 0 300px;
    }
    .index__breaking-title {
        left: 0;
    }
}

.index__top-news {
    padding-top: 25px;
}

.index-video {
    margin: 10px -10px;
    padding-bottom: 10px;
    position: relative;
    max-height: 440px;
    overflow: hidden;
}

.index-video__title {
    font-size: 24px;
    color: #272727;
    padding: 0 0 15px 10px;
    margin: 0;
}

.index-video__title a {
    color: #FFF;
    text-decoration: none;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    transition: all 0.3s;
    border-bottom: 1px solid transparent
}

.index-video__title a:hover {
    text-decoration: none;
    border-bottom-color: #FFF;
}

@media (min-width: 760px) {
    .index-video__title {
        position: absolute;
        width: 13%;
        left: 0;
        top: 0;
        height: 100%;
        z-index: 555;
        background: #014f80 url(../images/icon-video.png) 10px 60px no-repeat;
        background-size: 60px auto;
        color: #fff;
        padding: 20px 0 0 10px;
    }
}

@media (min-width: 1200px) {
    .index-video__title {
        background-position: 38px 70px;
        background-size: auto;
        width: 20%;
        padding: 20px 0 0 38px;
    }
}

.index-video__m-controls a {
    display: block;
    width: 30px;
    height: 29px;
    position: absolute;
    top: calc(50% - 15px);
}

.index-video__m-controls a.prev {
    left: 10px;
    background: url(../images/icon-prev.png) 0 0 no-repeat;
}

.index-video__m-controls a.next {
    right: 10px;
    background: url(../images/icon-next.png) 0 0 no-repeat;
}

.index-video__controls {
    display: none;
    position: absolute;
    width: 13%;
    top: 0;
    right: 0;
    height: 100%;
    z-index: 56;
}

.index-video__controls a.next {
    display: block;
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background: url(../images/icon-next-big.png) left center no-repeat;
}

@media (min-width: 760px) {
    .index-video__controls {
        display: block;
    }
}

@media (min-width: 1200px) {
    .index-video__controls {
        width: 43px;
        height: 42px;
        margin-right: 16%;
        top: 50%;
        margin-top: -21px;
    }
    .index-video__controls a {
        background-position: 30px center;
    }
}

@media (min-width: 760px) {
    .index-video {
        padding-bottom: 0;
        margin: 0 -10px 20px;
    }
}

@media (min-width: 1200px) {
    .index-video {
        margin: 20px -38px;
    }
}

.index-video--page {
    margin: 0 -10px 30px;
}

@media (min-width: 1200px) {
    .index-video--page {
        margin: 0 -38px;
    }
}

.index-video--page .index-video__title {
    padding-top: 20px;
}

.index-special {
    margin: 0px -10px;
    background-color: #1e6896;
    position: relative;
}

.index-special__title {
    font-size: 24px;
    font-weight: bold;
    color: #272727;
    padding: 0 0 15px 10px;
    margin: 0;
    background-color: #fff;
}

.index-special__title a {
    color: #FFF;
    text-decoration: none;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    transition: all 0.3s;
    border-bottom: 1px solid transparent
}

.index-special__title a:hover {
    text-decoration: none;
    border-bottom-color: #FFF;
}

@media (min-width: 760px) {
    .index-special__title {
        background-color: transparent;
        color: #fff;
    }
}

@media (min-width: 1200px) {
    .index-special__title {
        float: left;
        width: 20%;
        padding-left: 18px;
    }
}

.index-special__container {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: center;
    justify-content: center;
}

@media (min-width: 1200px) {
    .index-special__container {
        margin-left: 20%;
    }
}

.index-special__control {
    width: 14%;
    -ms-flex-negative: 0;
    flex-shrink: 0;
}

.index-special__control--prev {
    background: url(../images/icon-prev.png) 65% center no-repeat;
}

.index-special__control--next {
    background: url(../images/icon-next.png) 35% center no-repeat;
}

.index-special__slider {
    width: 72%;
    padding: 15px 0;
}

@media (min-width: 760px) {
    .index-special__slider {
        width: 96%;
        padding: 0;
    }
    .index-special__control {
        width: 4%;
    }
}

.index-special__slide {
    position: relative;
}

@media (min-width: 760px) {
    .index-special__slide {
        margin: 0 10px;
    }
}

.index-special__name {
    position: absolute;
    width: 100%;
    bottom: 0;
    left: 0;
    padding: 5px 10px;
    font-weight: bold;
    line-height: 14px;
    background-color: rgba(0, 0, 0, 0.5);
}

@media (min-width: 760px) {
    .index-special__name {
        font-size: 18px;
        line-height: 20px;
    }
}

.index-special__name a {
    color: #FFF;
    text-decoration: none;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    transition: all 0.3s;
    border-bottom: 1px solid transparent
}

.index-special__name a:hover {
    text-decoration: none;
    border-bottom-color: #FFF;
}

@media (min-width: 760px) {
    .index-special {
        padding: 20px 20px;
    }
}

@media (min-width: 1200px) {
    .index-special {
        background: #1e6896 url(../images/icon-spec.png) 38px 80px no-repeat;
        margin: 0 -38px;
    }
}

.index-readable {
    background-color: #f6f6f6;
    padding: 10px 12px;
    margin-top: 10px;
}

.index-readable__title {
    margin: 0 0 10px;
    font-size: 18px;
}

.index-readable__tabs {
    margin-bottom: 10px;
}

.index-readable__tabs ul li {
    display: inline-block;
    padding: 3px 5px;
    margin-right: 5px;
}

.index-readable__tabs ul li:hover,
.index-readable__tabs ul li.active {
    background-color: #e1e1e1;
}

.index-readable__tabs ul li:hover a,
.index-readable__tabs ul li.active a {
    border-bottom-color: transparent;
}

.index-readable__tabs ul li a {
    display: inline-block;
    border-bottom: 1px dashed #014f80;
    color: #014f80;
    text-decoration: none;
}

.index-readable__pane {
    display: none;
}

.index-readable__pane.active {
    display: block;
}

.index-readable__news {
    border-bottom: 1px solid #d3d3d3;
    padding-bottom: 10px;
    margin-bottom: 10px;
}

.index-readable__news:last-child {
    border-bottom: 0;
    margin-bottom: 0;
}

.index-readable__news-title {
    padding: 0 0 10px 0;
}

.index-readable__news-title a {
    text-decoration: none;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    transition: all 0.3s;
    color: #202020;
    border-bottom: 1px solid transparent;
}

.index-readable__news-title a:hover {
    text-decoration: none;
    border-bottom-color: #202020;
}

@media (min-width: 1200px) {
    .index-readable {
        margin-top: 0;
    }
}

.index-quiz {
    border-top: 2px solid #014f80;
    margin-top: 15px;
    padding: 10px 12px 15px;
    background-color: #f6f6f6;
    color: #202020;
    overflow: auto;
}

.index-quiz__title {
    margin: 0 0 10px;
    font-size: 18px;
}

.index-quiz__result-button {
    display: block;
    float: right;
    font-size: 0.7em;
    padding-top: 10px;
    text-transform: uppercase;
    text-align: right;
    text-decoration: none;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    transition: all 0.3s;
    color: #03457c;
    border-bottom: 1px solid transparent;
}

.index-quiz__result-button:hover {
    text-decoration: none;
    border-bottom-color: #03457c;
}

.index-quiz .form-group {
    margin-bottom: 8px;
}

.index-quiz__question {
    margin-bottom: 10px;
}

.index-quiz input[type="radio"] {
    display: none;
}

.index-quiz input[type="radio"]:checked+label:after {
    display: block;
}

.index-quiz label {
    display: inline-block;
    font-weight: bold;
    position: relative;
}

.index-quiz label:hover {
    cursor: pointer;
}

.index-quiz label:after {
    content: '';
    display: none;
    width: 10px;
    height: 10px;
    border-radius: 50%;
    background-color: #df4704;
    position: absolute;
    left: 3px;
    top: 4px;
}

.index-quiz label:before {
    content: '';
    display: inline-block;
    width: 16px;
    height: 16px;
    vertical-align: top;
    border-radius: 50%;
    background-color: #fff;
    margin-right: 5px;
    box-shadow: rgba(0, 0, 0, 0.2) 1px 2px 0px inset;
}

.index-quiz button {
    color: #fff;
    background-color: #ff7639;
    width: 100%;
    height: 30px;
    border: 0;
    text-transform: uppercase;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    transition: all 0.3s;
    margin-top: 15px;
}

.index-quiz button:hover,
.index-quiz button:active {
    background-color: #df4704;
}

.index__banner {
    margin: auto;
    max-width: 960px;
    height: 90px;
    font-size: 18px;
    line-height: 90px;
    text-align: center;
    font-weight: bold;
    overflow: hidden;
    color: #fff;
    background-color: #7a9db3;
}

.index__banner-2 {
    background-color: #7a9db3;
    height: 300px;
    overflow: hidden;
    font-size: 18px;
    color: #fff;
    font-weight: bold;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-align: center;
    align-items: center;
}

.index .news-container__title {
    margin: -35px 0 10px;
    padding-top: 0;
}

@media (min-width: 1200px) {
    .index .news-container__title {
        margin: 0;
    }
}

@media (min-width: 1200px) {
    .index {
        padding-top: 30px;
    }
}

.image-news {
    margin-bottom: 10px;
    position: relative;
}

.image-news__img {
    position: relative;
    color: #fff;
    height: 138px;
    overflow: hidden;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: center;
    justify-content: center;
}

@media (max-width: 760px) {
    .image-news__img {
        height: 250px;
    }
    .news-block-image-news--big .image-news__img {
        height: 350px;
    }
    .news-block-image-news--big .image-news__img img {
        height: 100%;
    }
}

.image-news__dark:after{
    content: '';
    position: absolute;
    display: block;
    height: 50%;
    width: 100%;
    bottom: 0;
    left: 0;
    background-image: linear-gradient(transparent, rgba(0, 0, 0, 0.8) 80%);
}

.image-news__img:before {
    content: '';
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    transition: all 0.3s;
    background-color: black;
    opacity: 0;
}

.image-news__img:after {
    content: '';
    position: absolute;
    display: block;
    height: 50%;
    width: 100%;
    bottom: 0;
    left: 0;
    background-image: linear-gradient(transparent, rgba(0, 0, 0, 0.8) 80%);
}

.msize .image-news__img img {
    max-height: 100%;
    max-width: none;
}

.image-news__img img {
    margin: 0;
}

@media (min-width: 760px) {
    .image-news__img {
        height: 340px;
    }
    .news-block-image-news--big .image-news__img {
        height: 601px;
    }
    .news-block-image-news--big .image-news__img img {
        height: 100%;
    }
}

@media (min-width: 1200px) {
    .image-news__img img {
        /*max-width: none;
    max-height: 100%;*/
    }
}

@media (min-width: 1500px) {
    .image-news__img img {
        /*max-height: none;
    max-width: 100%; */
    }
}

.image-news__update {
    position: absolute;
    bottom: 0;
    left: 0;
    padding: 2px 10px;
    background-color: rgba(0, 0, 0, 0.5);
    font-size: 11px;
    z-index: 1;
    color: #fff;
}

@media (min-width: 760px) {
    .image-news__update {
        bottom: auto;
        top: 0;
    }
}

.image-news__limit {
    font-size: 22px;
    font-weight: bold;
    background-color: #cd0000;
    position: absolute;
    top: 0;
    right: 0;
    padding: 2px 6px;
    z-index: 1;
    color: #fff;
}

.image-news__title {
    padding: 15px 0;
    position: relative;
    z-index: 1;
    border-bottom: 1px solid #8e8e8e;
}

.image-news__title a {
    color: #272727;
}

@media (min-width: 760px) {
    .image-news__title {
        font-size: 22px;
        line-height: 1;
    }
    .image-news__title a {
        color: #fff;
        text-decoration: none;
        -webkit-backface-visibility: hidden;
        backface-visibility: hidden;
        transition: all 0.3s;
        color: rgba(255, 255, 255, 0.9);
        border-bottom: 1px solid transparent;
    }
    .image-news__title a:hover {
        text-decoration: none;
        border-bottom-color: rgba(255, 255, 255, 0.9);
    }
}

.image-news__statistic {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding: 5px 0;
}

@media (min-width: 760px) {
    .image-news__statistic {
        padding: 10px 0 5px;
    }
}

.image-news__tag {
    font-size: 12px;
    text-transform: uppercase;
    color: #202020;
    font-weight: bold;
}

@media (min-width: 760px) {
    .image-news__tag {
        color: #fff;
    }
}

.image-news__tag:hover {
    text-decoration: underline;
}

.image-news .news-info {
    font-size: 12px;
}

@media (min-width: 760px) {
    .image-news__content {
        position: absolute;
        width: 100%;
        left: 0;
        bottom: 0;
        padding: 0 20px 10px;
        z-index: 1;
    }
}

.image-news:hover .image-news__img:before {
    opacity: .4;
}

.image-news.image-block--video .image-news__img:before {
    /*opacity: 0.8;*/
    z-index: 1;
}

.simple-news {
    background-color: #f6f6f6;
    margin: 0 -10px;
}

.simple-news__title {
    margin-bottom: 10px;
    position: relative;
    z-index: 1;
}

.simple-news__title a {
    color: #202020;
}

@media (max-width: 730px) {
    .simple-news__title a {
        font-size: 16px;
    }
}

@media (min-width: 760px) {
    .simple-news__title {
        font-size: 16px;
        padding-right: 10px;
    }
    .simple-news__title a {
        text-decoration: none;
        -webkit-backface-visibility: hidden;
        backface-visibility: hidden;
        transition: all 0.3s;
        color: #03457c;
        border-bottom: 1px solid transparent;
    }
    .simple-news__title a:hover {
        text-decoration: none;
        border-bottom-color: #03457c;
    }
}

.simple-news__container {
    overflow: hidden;
    padding: 10px 10px 0;
}

@media (min-width: 760px) {
    .simple-news__container {
        height: 105px;
        padding: 0;
    }
}

@media (min-width: 1200px) {
    .simple-news__container {
        height: auto;
    }
}

.simple-news__content {
    border-bottom: 1px solid #d3d3d3;
    padding-bottom: 10px;
    position: relative;
    min-height: 170px;
}

@media (max-width: 730px) {
    .simple-news__content {
        min-height: auto;
    }
}

.simple-news__content:before {
    content: '';
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    transition: all 0.3s;
    /*background-color: #fff;*/
    opacity: 0;
}


/* .news-block--live.simple-news .simple-news__content:before {
    content: '';
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    transition: all 0.3s;
    background-color: black;
    opacity: 0;
} */

.simple-news__content .news-info {
    font-size: 10px;
}

@media (min-width: 760px) {
    .simple-news__content {
        margin-left: 145px;
        border-bottom: 0;
        padding: 10px 0;
        height: 100%;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-direction: column;
        flex-direction: column;
        -ms-flex-pack: justify;
        justify-content: space-between;
    }
}

@media (min-width: 1200px) {
    .simple-news__content {
        height: auto;
        margin-left: 0;
        min-height: 180px;
        padding: 10px;
    }
}

.simple-news__preview {
    margin-bottom: 10px;
}

.simple-news__img {
    float: left;
    width: 125px;
    height: 105px;
    overflow: hidden;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: center;
    justify-content: center;
    position: relative;
}

@media (max-width: 730px) {
    .simple-news__img {
        width: 100%;
        height: auto;
        margin-bottom: 10px;
    }
}

.simple-news__img:before {
    content: '';
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    transition: all 0.3s;
    background-color: black;
    opacity: 0;
}

@media (min-width: 760px) {
    .simple-news__img {
        display: -ms-flexbox !important;
        display: flex !important;
    }
    .simple-news.simple-news--inline.simple-news--big .simple-news__img {
        display: -ms-flexbox !important;
        display: flex !important;
    }
}

.simple-news__img img {
    display: block;
    max-height: 100%;
    -ms-flex-item-align: center;
    -ms-grid-row-align: center;
    align-self: center;
}

@media (min-width: 1200px) {
    .simple-news__img {
        width: 100%;
        height: 160px;
        float: none;
    }
    .simple-news__img img {
        width: 100%;
        max-height: 170px;
    }
}

@media (min-width: 1500px) {
    .simple-news__img img {
        max-height: none;
        max-width: 100%;
    }
}

.simple-news--last .simple-news__content {
    border-bottom: 0;
}

@media (min-width: 760px) {
    .simple-news {
        margin: 0 0 10px;
    }
    .simple-news .news-info span {
        margin-left: 0;
        margin-right: 10px;
    }
    .simple-news--colored {
        background-color: #951c55;
    }
    .simple-news--colored .simple-news__title a {
        text-decoration: none;
        -webkit-backface-visibility: hidden;
        backface-visibility: hidden;
        transition: all 0.3s;
        color: #fff;
        border-bottom: 1px solid transparent;
    }
    .simple-news--colored .simple-news__title a:hover {
        text-decoration: none;
        border-bottom-color: #fff;
    }
    .simple-news--colored .news-info {
        color: #fff;
    }
    .simple-news--colored .simple-news__preview {
        color: #fff;
    }
}

@media (min-width: 1200px) {
    .simple-news {
        min-height: 340px;
    }
}

@media (min-width: 1200px) {
    .simple-news--inline.news-block--exclusive .simple-news__title a:after {
        top: -2px;
    }
    .news-block--exclusive.nbx .news-block__title a:after {
        top: 1px;
    }
    .simple-news--inline {
        min-height: auto;
    }
    .simple-news.simple-news--inline.simple-news--big .simple-news__container {
        height: 145px;
        padding: 0;
    }
    .simple-news--inline .simple-news__container {
        height: 107px;
        padding: 0;
    }
    .simple-news--inline .simple-news__img {
        width: 165px;
        height: 110px;
        float: left;
    }
    .simple-news.simple-news--inline.simple-news--big .simple-news__img {
        width: 215px;
        height: 143px;
        float: left;
    }
    .simple-news--inline .simple-news__img img {
        max-width: none;
        max-height: 100%;
    }
    .simple-news.simple-news--inline.simple-news--big {
        height: 143px;
    }
    .simple-news--inline .simple-news__content {
        margin-left: 125px;
        height: 100%;
        min-height: 110px;
        padding: 10px 0 10px 20px;
    }
    .simple-news--inline .simple-news__preview {
        display: none !important;
    }
}

.simple-news:hover .simple-news__img:before,
.simple-news:hover .simple-news__content:before {
    opacity: .4;
}

.more-news {
    color: #fff;
    background-color: #0071ad;
    text-decoration: none;
    border-radius: 3em;
    padding: 9px 20px 9px 15px;
    margin: 15px 0;
    display: inline-block;
    font-weight: bold;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    transition: all 0.3s;
}

.more-news img {
    display: none;
    vertical-align: top;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    transition: all 0.3s;
}

.more-news span {
    display: inline-block;
    vertical-align: top;
    position: relative;
    top: -1px;
}

@media (min-width: 1200px) {
    .more-news span {
        margin-left: 11px;
    }
}

.more-news span.close {
    display: none;
}

.more-news--show img {
    transform: rotate(45deg);
}

.more-news--show span.open {
    display: none;
}

.more-news--show span.close {
    display: inline-block;
}

.more-news:hover {
    background-color: #014f80;
}

@media (min-width: 760px) {
    .more-news img {
        display: inline-block;
    }
}

.more-news--full span {
    margin-left: 11px;
}

.more-news--full img {
    display: inline-block;
}

.more-news--event {
    background-image: none;
    margin: 30px 0 60px;
    padding: 8px 15px 10px;
}

.more-news--archive {
    max-width: 150px;
    display: block;
    padding: 7px 8px 6px 50px;
    height: 36px;
    background: #fff url(../images/icon-archive.png) 15px center no-repeat;
    border: 2px solid #0071ad;
    color: #0071ad;
    margin: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
}

.more-news--archive:hover {
    color: #fff;
}

.more-news--archive img {
    display: none;
}

.video-slide {
    position: relative;
    min-height: 280px;
    cursor: pointer;
}

.video-slide.slick-current {
    cursor: default;
}

.video-slide.inside_video {
    margin-left: 265px;
}

.inside_video.active .play,
.inside_video.active .video-slide__info {
    display: none;
}

.inside_video.active:after {
    content: none;
}

.video-slide__title {
    font-size: 20px;
    line-height: 20px;
    margin-bottom: 15px;
    font-weight: bold;
    max-height: 40px;
}

.video-slide__title a {
    color: #FFF;
    text-decoration: none;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    transition: all 0.3s;
    border-bottom: 1px solid transparent
}

.video-slide__title a:hover {
    text-decoration: none;
    border-bottom-color: #FFF;
}

.video-slide__info {
    background-color: #000;
    color: #fff;
    padding: 10px 18px;
    min-height: 88px;
    position: relative;
    z-index: 56;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    transition: all 0.5;
}

@media (min-width: 760px) {
    .video-slide__info {
        position: absolute;
        width: 50%;
        bottom: 16px;
        left: 18px;
        background-color: rgba(0, 0, 0, 0.5);
        display: -ms-flexbox;
        display: flex;
        -ms-flex-direction: column;
        flex-direction: column;
        -ms-flex-pack: justify;
        justify-content: space-between;
    }
}

.video-slide__content {
    height: 280px;
}

.video-slide__content iframe {
    width: 100%;
    height: 100%;
}

@media (min-width: 760px) {
    .video-slide__content {
        height: 350px;
    }
}

@media (min-width: 1200px) {
    .video-slide__content {
        height: 440px;
    }
}

.video-slide .news-info span {
    margin-left: 0;
    margin-right: 5px;
}

.video-slide .play {
    position: absolute;
    top: calc(50% - 74px);
    left: calc(50% - 44px);
    z-index: 57;
}

@media (min-width: 1200px) {
    .video-slide .play {
        top: calc(50% - 44px);
    }
}

.video-slide:after {
    content: '';
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background-color: rgba(0, 0, 0, 0.5);
    z-index: 55;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    transition: all 0.7s;
}

.video-slide:hover:after {
    transition: all 0.7s;
    background-color: rgba(0, 0, 0, 0.1);
}

.video-slide--played:after {
    visibility: hidden;
    opacity: 0;
}

.video-slide--played .video-slide__info {
    visibility: hidden;
    opacity: 0;
}

.articles__list {
    padding-top: 20px;
}

@media (min-width: 1200px) {
    .articles__list {
        padding-top: 35px;
    }
}

.articles__item {
    border-bottom: 1px solid #d8d8d8;
    padding-bottom: 15px;
    margin-bottom: 15px;
}

.articles__item--color .articles__content {
    border: 0;
}

.articles__item:last-of-type {
    margin: 0;
}

@media (min-width: 760px) {
    .articles__item {
        margin-bottom: 25px;
        padding-bottom: 25px;
    }
}

.articles__item--color .articles__content {
    background-color: #951c55;
    border-top-color: #951c55;
}

.articles__item--color .articles__title a {
    text-decoration: none;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    transition: all 0.3s;
    color: #fff;
    border-bottom: 1px solid transparent;
}

.articles__item--color .articles__title a:hover {
    text-decoration: none;
    border-bottom-color: #fff;
}

.articles__item--color .articles__preview {
    color: #ebaac8;
}

.articles__item--color .news-info {
    color: #c27499;
}

.articles__item--color .articles__info li {
    color: #c27499;
}

.articles__item--color .articles__info li a {
    color: #c27499;
}

.articles__item:hover .articles__content:before,
.articles__item:hover .articles__img:before {
    opacity: .2;
}

.articles__img {
    position: relative;
    overflow: hidden;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: center;
    justify-content: center;
    height: 170px;
}

.articles__img img {
    margin: 0;
}

@media (min-width: 760px) {
    .articles__img {
        float: left;
        width: 370px;
        height: 205px;
    }
}

@media (min-width: 1200px) {
    .articles__img:before {
        content: '';
        display: block;
        width: 100%;
        height: 100%;
        position: absolute;
        top: 0;
        left: 0;
        -webkit-backface-visibility: hidden;
        backface-visibility: hidden;
        transition: all 0.3s;
        background-color: #000;
        opacity: 0;
    }
}

@media (min-width: 990px) {
    .articles__img {
        width: 520px;
        height: 290px;
    }
}

.articles__img--video {
    position: relative;
}

.articles__img--video:after {
    content: '';
    position: absolute;
    width: 68px;
    height: 68px;
    top: 50%;
    left: 50%;
    margin: -34px 0 0 -34px;
    background: url(../images/icon-play.png) center center no-repeat;
    transition: transform 300ms cubic-bezier(0.25, 0.46, 0.45, 0.94);
    -webkit-transform 300ms cubic-bezier(0.25, 0.46, 0.45, 0.94);
}

.articles__img--video:hover:after {
    transform: scale(1.15);
}

@media (min-width: 760px) {
    .articles__img--archive {
        width: 260px;
        height: 180px;
    }
    .articles__img--archive img {
        max-height: 100%;
        max-width: none;
        min-height: 180px;
    }
}

.articles__content {
    padding: 10px 10px 12px;
    background-color: #f6f6f6;
    position: relative;
}

.articles__content a:hover {
    text-decoration: underline;
}

@media (min-width: 760px) {
    .articles__content {
        margin-left: 370px;
        min-height: 205px;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-direction: column;
        flex-direction: column;
        -ms-flex-pack: justify;
        justify-content: space-between;
        padding: 15px 13px;
    }
}

@media (min-width: 1200px) {
    .articles__content:before {
        content: '';
        display: block;
        width: 100%;
        height: 100%;
        position: absolute;
        top: 0;
        left: 0;
        -webkit-backface-visibility: hidden;
        backface-visibility: hidden;
        transition: all 0.3s;
        opacity: 0;
    }
}

@media (min-width: 990px) {
    .articles__content {
        margin-left: 520px;
        height: 290px;
    }
}

@media (min-width: 760px) {
    .articles__content--archive {
        margin-left: 260px;
        min-height: 180px;
        height: 180px;
        border-top: 2px solid #014f80;
    }
}

.articles__title {
    font-size: 18px;
    font-weight: bold;
    line-height: 1.2;
    margin-bottom: 10px;
    position: relative;
    z-index: 1;
}

.articles__title a {
    text-decoration: none;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    transition: all 0.3s;
    color: #272727;
    border-bottom: 1px solid transparent;
    line-height: 1.4;
}

.articles__title a:hover {
    text-decoration: none;
    border-bottom-color: #272727;
}

@media (min-width: 760px) {
    .articles__title {
        overflow: hidden;
        min-height: 50px;
        max-height: 105px;
    }
}

@media (min-width: 990px) {
    .articles__title {
        font-size: 24px;
        -ms-flex-negative: 0;
        flex-shrink: 0;
    }
}

.articles__title--archive {
    font-size: 20px;
}

.articles__title--archive a {
    text-decoration: none;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    transition: all 0.3s;
    color: #003d70;
    border-bottom: 1px solid transparent;
}

.articles__title--archive a:hover {
    text-decoration: none;
    border-bottom-color: #003d70;
}

.articles__preview {
    color: #858a95;
    margin-bottom: 10px;
    overflow: hidden;
    max-height: 50px;
}

@media (min-width: 760px) {
    .articles__preview {
        margin-bottom: 0;
    }
}

@media (min-width: 990px) {
    .articles__preview {
        max-height: 100px;
    }
}

.articles__preview--archive {
    color: #5e5e5e;
}

.articles__info {
    position: relative;
}

.articles__info li {
    display: inline-block;
    font-size: 12px;
    color: #858a95;
    padding-right: 10px;
    margin-right: 6px;
    margin-bottom: 3px;
}

.articles__info li:first-child {
    display: block;
}

.articles__info li:nth-child(2) {
    border-right: 1px solid #858a95;
}

.articles__info li a {
    color: #858a95;
}

.articles__info li a:hover {
    text-decoration: none;
}

.articles__info li a i {
    margin-right: 5px;
}

.articles__info li .fa-clock-o:hover {
    cursor: pointer;
}

.articles__info li>i {
    margin-right: 5px;
}

.articles__info li .news-info {
    font-size: 12px;
}

@media (min-width: 1200px) {
    .articles__info li:first-child {
        display: inline-block;
    }
    .articles__info li:nth-child(2) {
        border-right: none;
    }
}

@media (min-width: 990px) {
    .articles__info li {
        border-right: 1px solid #858a95;
    }
    .articles__info li:last-child {
        border-right: 0;
    }
}

.articles__hashtag {
    display: inline-block;
    text-transform: uppercase;
    font-size: 10px;
    color: #fff !important;
    background-color: #679ec1;
    padding: 2px 5px;
    margin-top: 10px;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    transition: all 0.3s;
}

.articles__hashtag:hover {
    background-color: #347299;
}

@media (min-width: 990px) {
    .articles__hashtag {
        position: absolute;
        top: 0;
        right: 0;
        margin-top: 0;
    }
}

.articles__body+.expert-slider__controls {
    display: none;
}

.articles__body--slider+.expert-slider__controls {
    display: -ms-flexbox;
    display: flex;
}

@media (min-width: 760px) {
    .articles__body--compact {
        display: -ms-flexbox;
        display: flex;
        -ms-flex-pack: justify;
        justify-content: space-between;
    }
    .articles__body--compact .articles__item .articles__img {
        float: none;
        width: auto;
        height: auto;
    }
    .articles__body--compact .articles__item .articles__content {
        margin-left: 0;
        height: auto;
        min-height: auto;
    }
    .articles__body--compact .articles__item .articles__title {
        font-size: 20px;
        max-height: none;
    }
    .articles__body--compact .articles__item .articles__preview {
        margin-bottom: 20px;
    }
}

@media (min-width: 760px) {
    .articles__body.two .articles__item {
        width: 49%;
    }
}

@media (min-width: 760px) {
    .articles__body.three .articles__item {
        width: 32%;
    }
}

.articles__body--slider {
    display: block;
}

.articles__body ul {
    display: none !important;
}

.articles__body--slider .articles__item {
    margin: 0 5px;
}

.archive__item {
    padding: 10px 0;
}

.archive__item .ads__date {
    padding-top: 0;
}

.archive__item .articles__item {
    padding-bottom: 0;
    border-bottom: 0;
}

.archive__item .articles__info li {
    margin-right: 5px;
    padding-right: 5px;
}

@media (min-width: 760px) {
    .archive__item .articles__info li:first-child {
        border-right: 1px solid #959595;
    }
}

.archive__item .articles__info li .news-info {
    font-size: 10px;
}

@media (min-width: 1200px) {
    .archive {
        padding-top: 20px;
    }
}

.paginator {
    margin: 20px 0 50px;
}

.paginator ul li {
    display: inline-block;
    vertical-align: middle;
    margin-right: 5px;
}

.paginator ul li a {
    display: block;
    text-decoration: none;
    color: #003d70;
    font-weight: bold;
    width: 30px;
    height: 30px;
    line-height: 30px;
    text-align: center;
    cursor: pointer;
    border-radius: 50%;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    transition: all 0.3s;
}

.paginator ul li.next a {
    background: url(../images/icon-next-page.png) 0 0 no-repeat;
}

.paginator ul li.prev a {
    background: url(../images/icon-prev-page.png) 0 0 no-repeat;
}

.paginator ul li.active a,
.paginator ul li.slick-active a,
.paginator ul li:hover a {
    color: #fff;
    background-color: #7b7b7b;
}

.paginator--comments {
    margin: 0;
}

.paginator--comments ul li {
    margin-right: 0;
}

.paginator--comments ul li a {
    color: #5e5e5e;
}

.paginator--comments ul li.active a,
.paginator--comments ul li:hover a {
    background-color: #5e5e5e;
}

.paginator--video {
    margin: 20px 0 0;
}

.expert-container {
    padding-top: 20px;
}

.expert-container:last-of-type {
    padding-bottom: 50px;
}

.expert-container__title {
    font-size: 24px;
    color: #303030;
    font-weight: bold;
    margin: 0 0 20px 0;
    position: relative;
}

.expert-container__title:after {
    content: '';
    display: block;
    position: absolute;
    width: 100%;
    height: 1px;
    background-color: #b2b2b2;
    right: 0;
    top: 18px;
    z-index: -1;
}

.expert-container__title span {
    background-color: #fff;
    display: inline-block;
    padding-right: 15px;
}

@media (min-width: 1200px) {
    .expert-container__title:after {
        content: none;
    }
}

.expert__item {
    background-color: #f6f6f6;
    position: relative;
    border-top: 2px solid #014f80;
    padding: 10px 15px;
    height: 340px;
    margin-bottom: 10px;
}

.expert__title {
    font-weight: bold;
    font-size: 18px;
    margin-bottom: 10px;
}

.expert__title a {
    text-decoration: none;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    transition: all 0.3s;
    color: #003d70;
    border-bottom: 1px solid transparent;
}

.expert__title a:hover {
    text-decoration: none;
    border-bottom-color: #003d70;
}

.expert__author {
    font-weight: bold;
    font-size: 12px;
}

.expert__author a {
    color: #202020;
    text-decoration: underline;
}

.expert__author a:hover {
    text-decoration: none;
}

.expert__img {
    width: 150px;
    height: 150px;
    overflow: hidden;
    position: absolute;
    bottom: 0;
    right: 0;
}

@media (min-width: 500px) {
    .expert-slider .expert__item {
        margin: 0 5px;
    }
}

.expert-slider__controls {
    width: 100%;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: end;
    justify-content: flex-end;
    padding-top: 10px;
}

.expert-slider__controls a {
    width: 30px;
    height: 30px;
    border-radius: 50%;
    border: 1px solid #cfdadb;
    margin: 0 3px;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    transition: all 0.3s;
}

.expert-slider__controls a:after {
    content: '';
    width: 10px;
    height: 10px;
    display: block;
    border-style: solid;
    border-color: #cfdadb;
    border-width: 2px 2px 0 0;
    position: relative;
}

.expert-slider__controls a.prev:after {
    transform: rotate(-135deg);
    left: 2px;
}

.expert-slider__controls a.next:after {
    right: 2px;
    transform: rotate(45deg);
}

@media (min-width: 1200px) {
    .expert-slider__controls {
        padding-top: 0;
    }
    .expert-slider__controls a {
        position: absolute;
        background-color: #b7b7b7;
        border-color: #b7b7b7;
        top: 50%;
    }
    .expert-slider__controls a:hover {
        background-color: #951c55;
        border-color: #951c55;
    }
    .expert-slider__controls a:after {
        border-color: #fff;
    }
    .expert-slider__controls a.prev {
        left: -30px;
    }
    .expert-slider__controls a.next {
        right: -30px;
    }
}

@media (min-width: 1500px) {
    .expert-slider__controls a.prev {
        left: -40px;
    }
    .expert-slider__controls a.next {
        right: -40px;
    }
}

.expert-slider__controls--analog {
    padding-top: 20px;
}

.expert-slider__controls--analog a {
    position: relative;
}

.expert-slider__controls--analog a.prev {
    left: auto !important;
}

.expert-slider__controls--analog a.next {
    right: auto !important;
}

.expert-slider__controls--analog a:hover {
    border-color: #005988;
    background-color: #005988;
}

@media (min-width: 1200px) {
    .expert-slider {
        margin-top: 15px;
    }
}

@media (min-width: 1200px) {
    .expert-slider--mt0 {
        margin-top: 0;
    }
}

.expert-slider .news-block {
    margin: 0 5px;
    border-top: 0;
    min-height: auto;
}

.event-banner {
    overflow: hidden;
    position: relative;
    padding: 40px 0 20px;
    background-color: #fff;
}

.event-banner__container {
    padding: 0 15px;
    position: relative;
    max-width: 1430px;
    z-index: 1;
}

@media (min-width: 1200px) {
    .event-banner__container {
        display: -ms-flexbox;
        display: flex;
        -ms-flex-align: start;
        align-items: flex-start;
        margin: auto;
    }
}

.event-banner__bg {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 320px;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: center;
    justify-content: center;
    background-size: cover;
    background-position: center center;
}

.event-banner__bg img {
    display: block;
    max-height: 100%;
}

@media (min-width: 760px) {
    .event-banner__bg {
        height: 600px;
    }
}

.event-banner__img {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: center;
    justify-content: center;
    overflow: hidden;
    border: 5px solid #fff;
    height: 235px;
    box-shadow: rgba(0, 0, 0, 0.13) 0 0 5px;
    margin-bottom: 60px;
}

.event-banner__img img {
    display: block;
    max-height: 100%;
}

@media (min-width: 760px) {
    .event-banner__img {
        max-width: 570px;
        height: 440px;
        margin: 0 auto 100px;
    }
}

@media (min-width: 1200px) {
    .event-banner__img {
        margin: 0 60px 0 0;
    }
}

.event-banner__icon {
    margin-bottom: 15px;
}

.event-banner__icon img {
    max-width: 100%;
}

.event-banner__content {
    text-align: center;
}

@media (min-width: 760px) {
    .event-banner__content {
        display: -ms-flexbox;
        display: flex;
        -ms-flex-align: center;
        align-items: center;
        -ms-flex-pack: center;
        justify-content: center;
    }
}

@media (min-width: 1200px) {
    .event-banner__content {
        margin-top: 20px;
    }
}

.event-banner__title {
    font-size: 24px;
    color: #272727;
    font-weight: bold;
}

@media (min-width: 760px) {
    .event-banner__title {
        margin-left: 20px;
        font-size: 30px;
    }
}

@media (min-width: 1200px) {
    .event-banner__title {
        margin-left: 30px;
    }
}

@media (min-width: 760px) {
    .event-banner {
        padding: 80px 0 30px;
    }
}

@media (min-width: 1200px) {
    .event-banner {
        padding: 60px 0;
    }
}

.event-other__item {
    background-color: #f6f6f6;
    margin: 0 5px;
    position: relative;
}

.event-other__item:before {
    content: '';
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    transition: all 0.3s;
    background-color: #fff;
    opacity: 0;
}

.event-other__item:hover:before {
    opacity: .2;
}

.event-other__item.sub_category:before {
    content: none !important;
}

.event-other__title {
    font-size: 18px;
    padding: 10px 15px;
    font-weight: bold;
    position: relative;
    z-index: 1;
}

.event-other__title a {
    text-decoration: none;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    transition: all 0.3s;
    color: #272727;
    border-bottom: 1px solid transparent;
}

.event-other__title a:hover {
    text-decoration: none;
    border-bottom-color: #272727;
}

.event-other__content {
    padding: 10px 15px 15px;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.event-other__text {
    color: #858a95;
    margin-bottom: 10px;
    position: relative;
    z-index: 1;
}

.event-other__text a {
    text-decoration: none;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    transition: all 0.3s;
    color: #202020;
    border-bottom: 1px solid transparent;
}

.event-other__text a:hover {
    text-decoration: none;
    border-bottom-color: #202020;
}

.event-other__simple {
    background-color: #f6f6f6;
    padding: 15px 15px;
    margin: 0 5px;
    border-top: 1px solid #dadde1;
    position: relative;
}

.event-other__simple:before {
    content: '';
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    transition: all 0.3s;
    background-color: #fff;
    opacity: 0;
}

.event-other__simple:hover:before {
    opacity: .3;
}

.event-other--colored {
    color: #fff;
    background-color: #951c55;
}

.event-other--colored .event-other__text a {
    text-decoration: none;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    transition: all 0.3s;
    color: #fff;
    border-bottom: 1px solid transparent;
}

.event-other--colored .event-other__text a:hover {
    text-decoration: none;
    border-bottom-color: #fff;
}

.event-other--colored a {
    color: #fff;
}

.event-other--colored .news-info {
    color: #fff;
}

.search-form {
    border-top: 1px solid #ddd4d4;
    border-bottom: 1px solid #ddd4d4;
    padding: 5px 0;
    margin-top: 25px;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
}

@media (min-width: 760px) {
    .search-form {
        -ms-flex-direction: row;
        flex-direction: row;
        -ms-flex-align: center;
        align-items: center;
    }
}

.search-form h3 {
    margin: 0 0 10px;
    -ms-flex-negative: 0;
    flex-shrink: 0;
}

@media (min-width: 760px) {
    .search-form h3 {
        width: 20%;
        margin-bottom: 0;
    }
}

@media (min-width: 1200px) {
    .search-form h3 {
        width: 15%;
    }
}

.search-form form {
    display: block;
    position: relative;
    -ms-flex-negative: 0;
    flex-shrink: 0;
}

@media (min-width: 760px) {
    .search-form form {
        width: 80%;
    }
}

@media (min-width: 1200px) {
    .search-form form {
        width: 85%;
    }
}

.search-form input {
    box-shadow: none;
}

.search-form input[type="text"] {
    width: 100%;
    border: 1px solid #cfdbe2;
    height: 30px;
    padding: 0 27px 0 10px;
}

.search-form input[type="submit"] {
    border: none;
    width: 21px;
    height: 21px;
    position: absolute;
    right: 5px;
    top: 5px;
    background: transparent url(../images/icon-search.png) 0 0 no-repeat;
}

.search-info {
    padding: 15px 0;
    line-height: 20px;
}

.search-info a {
    display: inline-block;
    font-weight: bold;
    color: #0071ad;
}

.search-info span {
    display: inline-block;
    margin-bottom: 5px;
}

.search-results {
    width: 100%;
    margin-bottom: 25px;
}

.search-results td {
    vertical-align: top;
    padding-top: 10px;
    padding-bottom: 10px;
}

.search-results .num {
    padding-right: 15px;
    padding-top: 12px;
}

@media (min-width: 760px) {
    .search-results .num {
        padding-right: 35px;
    }
}

.search-results__img {
    padding-right: 25px;
}

.search-results__img .img {
    max-width: 125px;
}

.search-results__title {
    font-size: 18px;
    margin-bottom: 10px;
    line-height: 1.4;
}

.search-results__title a {
    text-decoration: none;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    transition: all 0.3s;
    color: #003d70;
    border-bottom: 1px solid transparent;
}

.search-results__title a:hover {
    text-decoration: none;
    border-bottom-color: #003d70;
}

.search-results__preview {
    margin-bottom: 10px;
}

.quiz-item__title {
    margin: 0 0 20px;
}

.quiz-item__title.lowercase {
    text-transform: lowercase;
}

.quiz-item__content {
    border-top: 2px solid #aeaeae;
    background-color: #f6f6f6;
    padding: 20px 15px;
    position: relative;
}

@media (min-width: 1200px) {
    .quiz-item__content {
        min-height: 175px;
        overflow: auto;
    }
}

.quiz-item__img {
    position: absolute;
    width: 150px;
    height: 150px;
    overflow: hidden;
    top: 10px;
    right: 30px;
    opacity: .5;
}

.quiz-item__question {
    margin: 0 0 15px;
}

.quiz-item__option {
    margin-bottom: 10px;
}

.quiz-item__option h5 {
    display: inline-block;
    margin: 0 5px 0 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
}

.quiz-item__option:first-of-type .quiz-item__scale {
    background-color: #464646;
}

.quiz-item__option:nth-of-type(2) .quiz-item__scale {
    background-color: #989898;
}

.quiz-item__option:last-of-type .quiz-item__scale {
    background-color: #cfcfcf;
}

.quiz-item__option.after h5 {
    width: 75% !important;
}

@media (min-width: 760px) {
    .quiz-item__option {
        display: -ms-flexbox;
        display: flex;
        width: 60%;
        -ms-flex-align: center;
        align-items: center;
    }
    .quiz-item__option h5 {
        width: 160px;
    }
}

.quiz-item__scale {
    position: relative;
    height: 7px;
    background-color: #464646;
    margin-top: 5px;
}

.quiz-item__scale span {
    position: absolute;
    left: calc(100% + 15px);
    top: -7px;
    white-space: nowrap;
}

.quiz-item--active .quiz-item__img {
    opacity: 1;
}

.quiz-item--active .quiz-item__content {
    border-top-color: #014f80;
}

.quiz-item--active .quiz-item__option:first-of-type .quiz-item__scale {
    background-color: #0071ad;
}

.quiz-item--active .quiz-item__option:nth-of-type(2) .quiz-item__scale {
    background-color: #4dacdf;
}

.quiz-item--active .quiz-item__option:last-of-type .quiz-item__scale {
    background-color: #8dd7fe;
}

.quiz-item .articles__item {
    padding-bottom: 0;
    border-bottom: 0;
}

.pdf__title {
    font-weight: bold;
    font-size: 18px;
    margin: 20px 0 5px;
}

@media (min-width: 1200px) {
    .pdf__title {
        font-size: 24px;
    }
    .pdf__title span {
        display: block;
        text-transform: lowercase;
    }
}

.pdf-list {
    margin-bottom: 50px;
}

.pdf-item {
    padding: 20px 0 15px;
    border-bottom: 1px solid #cfe6f2;
}

.pdf-item__content {
    overflow: hidden;
    margin-bottom: 15px;
}

@media (min-width: 500px) {
    .pdf-item__content {
        margin-bottom: 0;
    }
}

.pdf-item__img {
    width: 94px;
    height: 76px;
    overflow: hidden;
    float: left;
}

.pdf-item__info {
    margin-left: 114px;
    color: #5e5e5e;
}

.pdf-item__info .num {
    color: #202020;
    margin-bottom: 5px;
}

.pdf-item__info .type {
    margin-bottom: 5px;
}

.pdf-item__link {
    display: block;
    font-size: 18px;
    font-weight: bold;
    padding: 5px 20px 6px 38px;
    background: url(../images/icon-pdf.png) 0 0 no-repeat;
}

@media (min-width: 500px) {
    .pdf-item {
        display: -ms-flexbox;
        display: flex;
        -ms-flex-pack: justify;
        justify-content: space-between;
        -ms-flex-align: center;
        align-items: center;
        padding: 20px 0;
    }
}

.ads__date {
    color: #626366;
    padding-top: 15px;
    margin-bottom: 15px;
}

@media (min-width: 1200px) {
    .ads__date {
        padding-top: 30px;
    }
}

.ads__name {
    font-size: 18px;
    font-weight: bold;
    line-height: 1.1;
    margin-bottom: 10px;
}

@media (min-width: 760px) {
    .ads__name {
        font-size: 24px;
    }
}

.ads__name a {
    color: #272727;
}

.ads__item:nth-child(even) .container {
    background-color: #f0f3f4 !important;
}

.ads-list li {
    padding: 0px 0 10px;
    border-bottom: 1px solid #cfe6f2;
    margin-bottom: 25px;
}

.ads-list li:last-child {
    margin-bottom: 0;
    border-bottom: 0;
}

@media (min-width: 1200px) {
    .ads-list {
        padding-top: 30px;
    }
}

.ads__show-more {
    padding: 20px 0 50px;
}

@media (min-width: 760px) {
    .ads__show-more {
        display: -ms-flexbox;
        display: flex;
        -ms-flex-pack: justify;
        justify-content: space-between;
        -ms-flex-align: center;
        align-items: center;
    }
}

.comments {
    margin-bottom: 30px;
}

.comments__controls {
    border-bottom: 1px solid #cecece;
    padding-bottom: 15px;
}

@media (min-width: 760px) {
    .comments__controls .paginator {
        float: right;
    }
}

.comments__add-link {
    background-color: #0071ad;
    display: inline-block;
    font-weight: bold;
    text-transform: uppercase;
    color: #fff;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    transition: all 0.3s;
    padding: 7px 15px;
    margin-bottom: 15px;
}

.comments__add-link:hover {
    text-decoration: none;
    background-color: #748a96;
}

@media (min-width: 760px) {
    .comments__add-link {
        float: left;
        margin-bottom: 0;
    }
}

.comments__sort {
    color: #5e5e5e;
    margin-bottom: 10px;
    position: relative;
}

.comments__sort>a {
    display: inline-block;
    font-weight: bold;
    color: #5e5e5e;
    position: relative;
}

.comments__sort>a:after {
    content: '';
    display: inline-block;
    width: 8px;
    height: 8px;
    border-width: 4px;
    border-style: solid;
    border-color: #5e5e5e transparent transparent transparent;
    position: relative;
    top: 3px;
    margin-left: 5px;
}

.comments__sort .slide-menu {
    display: none;
}

@media (min-width: 760px) {
    .comments__sort {
        float: left;
        margin-left: 25px;
        margin-top: 7px;
    }
}

.comments__list li ul {
    padding-left: 20px;
}

@media (min-width: 760px) {
    .comments__list li ul {
        padding-left: 40px;
    }
}

@media (min-width: 1200px) {
    .comments__list {
        max-width: 750px;
        margin-bottom: 20px;
    }
}

.comments__item {
    padding: 15px 0;
    border-bottom: 1px solid #cecece;
    overflow: hidden;
}

.comments__content {
    position: relative;
}

@media (min-width: 760px) {
    .comments__content {
        /*margin-left: 100px;*/
    }
}

.comments__title {
    font-weight: bold;
    color: #0071ad;
    margin-bottom: 8px;
}

.comments__title span {
    display: inline-block;
    font-weight: normal;
    color: #979ea2;
    font-size: 12px;
    margin-left: 10px;
}

.comments__text {
    color: #5e5e5e;
}

.manager_comments__text {
    background-color: #f1f1f1;
    padding: 7px 15px;
    margin: 5px 1px;
    -webkit-border-radius: 7px;
    -moz-border-radius: 7px;
    border-radius: 7px;
}

.manager_comments__text:before {
    content: 'Текст комментария (Только для администраторов):';
    float: left;
    margin-right: 7px;
    font-size: 0.7em;
    width: 100%;
    font-weight: bold;
}

.comments__likes {
    position: absolute;
    top: 0;
    right: 0;
}

.comments__likes span {
    display: inline-block;
    margin-left: 5px;
    font-size: 12px;
    color: #979ea2;
}

.comments__likes span a {
    display: inline-block;
    margin-right: 3px;
}

.comments__res-link {
    text-align: right;
}

.comments__res-link a {
    display: inline-block;
    color: #0071ad;
    border-bottom: 1px dashed #0071ad;
}

.comments__res-link a:hover {
    text-decoration: none;
}

.comments__img {
    width: 60px;
    overflow: hidden;
    height: 60px;
    border-radius: 50%;
    float: left;
}

.comments__menu {
    position: absolute;
    z-index: 55;
    left: 100px;
    top: 20px;
    background-color: #fff;
    padding: 5px 15px;
    box-shadow: rgba(0, 0, 0, 0.3) 0 0 20px;
    display: none;
    min-width: 150px;
}

.comments__menu a {
    display: block;
    line-height: 30px;
}

.comments__form {
    width: 100%;
    padding-top: 20px;
    max-width: 790px;
    display: none;
}

.comments__form span.red {
    color: #dc4e41;
    font-weight: bold;
}

.comments__form .form-group {
    margin-bottom: 10px;
}

@media (min-width: 500px) {
    .comments__form .form-group {
        display: -ms-flexbox;
        display: flex;
    }
    .comments__form .form-group label {
        width: 35%;
        margin-top: 6px;
        -ms-flex-negative: 0;
        flex-shrink: 0;
    }
    .comments__form .form-group button {
        margin-left: 35%;
    }
}

@media (min-width: 990px) {
    .comments__form .form-group label {
        width: 25%;
    }
    .comments__form .form-group button {
        margin-left: 25%;
    }
}

.comments__form label {
    display: block;
    margin-bottom: 3px;
}

@media (min-width: 760px) {
    .comments__form {
        float: left;
    }
}

.advertisers__scheme-title {
    text-transform: uppercase;
    color: #fff;
    display: inline-block;
    padding: 3px 10px;
    background-color: #0071ad;
    font-weight: bold;
    margin-bottom: 10px;
    -ms-flex-item-align: start;
    align-self: flex-start;
}

.advertisers__scheme-text {
    margin-bottom: 20px;
}

@media (min-width: 1200px) {
    .advertisers__scheme-text {
        margin: 0;
        padding: 0 10px 0 20px;
        min-height: 36px;
    }
}

@media (min-width: 760px) {
    .advertisers__scheme-block {
        max-width: 225px;
        padding-right: 30px;
    }
    .advertisers__scheme-block:last-of-type {
        max-width: none;
    }
}

@media (min-width: 1200px) {
    .advertisers__scheme-block {
        max-width: none;
        display: -ms-flexbox;
        display: flex;
        padding-right: 0px;
    }
}

.advertisers__scheme-subblock {
    position: relative;
    z-index: 1;
    color: #303030;
}

@media (min-width: 1200px) {
    .advertisers__scheme-subblock {
        min-width: 240px;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-direction: column;
        flex-direction: column;
        height: 175px;
        -ms-flex-pack: justify;
        justify-content: space-between;
        border-left: 3px solid #0071ad;
    }
}

.advertisers__scheme-subblock span {
    position: absolute;
    font-size: 30px;
    font-weight: bold;
    width: 65px;
    height: 65px;
    border-radius: 50%;
    display: none;
    background-color: #fff;
    border: 8px solid #0071ad;
    text-align: center;
    line-height: 50px;
    top: calc(50% - 28px);
    left: -34px;
}

@media (min-width: 1200px) {
    .advertisers__scheme-subblock span {
        display: block;
    }
}

@media (min-width: 760px) {
    .advertisers__scheme {
        display: -ms-flexbox;
        display: flex;
        margin-bottom: 30px;
    }
}

@media (min-width: 1200px) {
    .advertisers__scheme {
        position: relative;
        padding: 20px 0 0 30px;
        margin-bottom: 50px;
    }
    .advertisers__scheme:after {
        content: '';
        display: block;
        position: absolute;
        width: 100%;
        height: 10px;
        background-color: #0071ad;
        left: 0;
        top: calc(50% + 10px);
        border-radius: 10px;
    }
}

.advertisers__article {
    max-width: 940px;
}

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

.advertisers__table .tr {
    margin: 0 -10px;
}

@media (min-width: 760px) {
    .advertisers__table .tr {
        margin: 0;
    }
}

.advertisers__table .th {
    padding: 10px 15px;
    color: #fff;
    font-weight: bold;
    background-color: #0071ad;
}

@media (min-width: 1200px) {
    .advertisers__table .th {
        min-width: 350px;
    }
}

.advertisers__table .td {
    padding: 10px;
}

.advertisers__table .td b {
    display: block;
    margin-bottom: 5px;
}

@media (min-width: 760px) {
    .advertisers__table .td {
        padding: 10px 15px;
    }
    .advertisers__table .td b {
        font-weight: normal;
        margin: 0;
    }
}

.advertisers__table .tr:nth-of-type(odd) {
    background-color: #e8eef1;
}

@media (min-width: 600px) {
    .advertisers__table {
        display: table;
    }
    .advertisers__table .tr {
        display: table-row;
    }
    .advertisers__table .td,
    .advertisers__table .th {
        display: table-cell;
    }
}

.advertisers__attention {
    position: relative;
    background-color: #f0e1df;
    font-weight: bold;
    padding: 10px 15px 10px 80px;
    margin-bottom: 30px;
    min-height: 65px;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
}

.advertisers__attention b {
    display: block;
    width: 44px;
    height: 46px;
    line-height: 44px;
    background-color: #ff0000;
    color: #fff;
    font-size: 48px;
    text-align: center;
    position: absolute;
    top: 9px;
    left: 12px;
}

.advertisers__attention em {
    display: block;
}

@media (min-width: 760px) {
    .advertisers__attention {
        margin-bottom: 50px;
        font-size: 18px;
    }
}

.advertisers__subtitle {
    color: #303030;
    font-weight: bold;
    margin-bottom: 30px;
}

@media (min-width: 760px) {
    .advertisers__subtitle {
        font-size: 18px;
        margin-bottom: 20px;
    }
}

.advertisers table {
    margin-bottom: 35px;
    width: 100%;
}

.advertisers table tr:nth-child(odd) td {
    background-color: #e8eef1;
}

.advertisers table th {
    text-align: left;
    color: #fff;
    background-color: #0071ad;
    padding: 8px 6px 8px 13px;
}

.advertisers table td {
    padding: 8px 6px 8px 13px;
}

.news-info {
    font-size: 10px;
    color: #959595;
}

.news-info span {
    display: inline-block;
    margin-left: 5px;
}

.news-info--one span {
    margin-left: 0;
}

.news-info--one span .fa {
    margin-right: 5px;
}

.news-container__control {
    position: relative;
    margin: 10px 0;
}

.news-container__control:before {
    content: '';
    position: absolute;
    display: block;
    width: 100%;
    height: 1px;
    background-color: #acacac;
    left: 0;
    top: 10px;
}

.news-container__control a {
    display: inline-block;
    float: right;
    position: relative;
    z-index: 1;
    padding: 0 0px 0 20px;
    color: #202020;
    text-decoration: none;
}

.news-container__control a.hide {
    background: #fff url(../images/icon-close.png) 5px 5px no-repeat;
}

.news-container__control a.show {
    display: none;
    background: #fff url(../images/icon-open.png) 3px 5px no-repeat;
}

.news-container__control--closed .hidden-title {
    display: block !important;
}

.news-container__control--closed a.hide {
    display: none;
}

.news-container__control--closed a.show {
    display: inline-block;
}

.news-container__title {
    font-size: 24px;
    color: #303030;
    font-weight: bold;
    padding-top: 10px;
    margin-bottom: 10px;
}

.news-container__title span {
    background-color: #fff;
    position: relative;
    padding: 0 15px 0 0;
    display: inline-block;
}

.news-container__title span:hover {
    cursor: pointer;
}

@media (min-width: 1200px) {
    .news-container__title span {
        padding: 0 30px 0 0;
    }
    .news-container__title span:after {
        content: '';
        display: block;
        width: 12px;
        height: 12px;
        position: absolute;
        right: 10px;
        top: 15px;
        border-style: solid;
        border-width: 6px;
        border-color: #303030 transparent transparent transparent;
    }
}

.news-container__title--open span:after {
    top: 8px;
    border-color: transparent transparent #303030 transparent;
}

.news-container__title--open .news-container__tags {
    opacity: 1;
    visibility: visible;
}

.news-container__social {
    margin-bottom: 10px;
    display: none !important;
    background-color: #fff;
}

.news-container__social a {
    display: inline-block;
    margin-right: 5px;
}

.news-container__social a img {
    display: block;
}

@media (min-width: 760px) {
    .news-container__social {
        position: absolute;
        top: 3px;
        right: 0;
        padding: 0 15px;
    }
}

@media (min-width: 1200px) {
    .news-container__social {
        position: relative;
        top: 0;
        padding: 10px 0 5px;
        min-width: 215px;
        display: inline-block;
        -ms-flex-item-align: start;
        align-self: flex-start;
        border-top: 1px solid #c0d1dc;
        border-bottom: 1px solid #c0d1dc;
    }
}

.news-container__sidebar {
    position: relative;
    width: calc(100% - 60px);
}

@media (min-width: 760px) {
    .news-container__sidebar {
        margin-bottom: 25px;
    }
}

@media (min-width: 1200px) {
    .news-container__sidebar {
        width: 100%;
        height: 100%;
        margin: 0;
        padding-top: 30px;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-direction: column;
        flex-direction: column;
        -ms-flex-pack: justify;
        justify-content: space-between;
        overflow: hidden;
    }
}

@media (min-width: 760px) {
    .news-container {
        padding-top: 20px;
    }
}

.news-container__tags {
    margin-top: 20px;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    transition: all 0.3s;
    display: none;
}

@media (min-width: 1200px) {
    .news-container__tags {
        display: block;
        opacity: 0;
        visibility: hidden;
    }
}

.news-container__tags li {
    margin-bottom: 11px;
}

.news-container__tags li a {
    display: inline-block;
    color: #347299;
    font-size: 14px;
    font-weight: normal;
    line-height: 28px;
    border: 1px solid #347299;
    padding: 0 13px;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    transition: all 0.3s;
}

.news-container__tags li a:hover {
    background-color: #347299;
    color: #fff;
    text-decoration: none;
}

.news-block {
    border-top: 2px solid #dee7ed;
    background-color: #f6f6f6;
    color: #202020;
    display: block;
    text-decoration: none;
}

.news-block__img {
    overflow: hidden;
    position: relative;
}

.news-block__img:before {
    content: '';
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    transition: all 0.3s;
    background-color: black;
    opacity: 0;
}

@media (min-width: 1200px) {
    .news-block__img {
        height: 160px;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-pack: center;
        justify-content: center;
        -ms-flex-align: center;
        align-items: center;
        max-height: 200px;
        min-height: 160px;
    }
    .video__news-block .news-block__img {
        height: 155px;
        min-height: 155px;
    }
    .news-block__img img {
        width: 100%;
        margin: 0;
        max-width: none;
    }
}

.news-block__title {
    font-size: 18px;
    color: #003d70;
    line-height: normal;
    margin: 10px 0;
    position: relative;
    z-index: 1;
    line-height: 1.2;
}

.news-block__title--bold {
    font-weight: bold;
}

.news-block__title a {
    text-decoration: none;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    transition: all 0.3s;
    color: #003d70;
    border-bottom: 1px solid transparent;
}

.news-block__title a:hover {
    text-decoration: none;
    border-bottom-color: #003d70;
}

@media (min-width: 760px) {
    .news-block__title {
        max-height: 62px;
        overflow: hidden;
    }
}

@media (min-width: 1200px) {
    .news-block__title {
        margin: 5px 0 10px;
        /*height: 47px;*/
        overflow: hidden;
        -ms-flex-negative: 0;
        flex-shrink: 0;
        min-height: 45px;
    }
}

@media (min-width: 760px) {
    .news-block__text {
        height: 72px;
        overflow: hidden;
    }
}

.news-block__content {
    padding: 10px 8px;
    overflow: hidden;
    position: relative;
}

@media (min-width: 1200px) {
    .news-block__content {
        height: 180px;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-direction: column;
        flex-direction: column;
        -ms-flex-pack: justify;
        justify-content: space-between;
    }
    .news-block__content:before {
        content: '';
        display: block;
        width: 100%;
        height: 100%;
        position: absolute;
        top: 0;
        left: 0;
        -webkit-backface-visibility: hidden;
        backface-visibility: hidden;
        transition: all 0.3s;
        background-color: #fff;
        opacity: 0;
    }
}

.news-block__read {
    color: #a6d6ef !important;
    line-height: 21px;
    padding-right: 28px;
    background: url(../images/icon-arr.png) 100% 0 no-repeat;
    -ms-flex-item-align: end;
    align-self: flex-end;
    position: relative;
    z-index: 1;
}

.news-block__read:hover {
    text-decoration: underline;
}

.news-block .news-info {
    padding: 10px 0 5px;
    position: relative;
    z-index: 1;
}

.news-block--video {
    /*margin: 0 5px;*/
    border-top: 0;
}

.news-block--video .news-block__content {
    padding: 10px;
}

.news-block--video .news-block__title,
.news-block--video .index-readable__news-title,
.news-block--video .news-list__title {
    position: relative;
    min-height: 90px;
}

.news-block--video .news-block__title a,
.news-block--video .index-readable__news-title a,
.news-block--video .news-list__title a {
    color: #003d70;
}


/*.news-block--video .news-block__title a:before, .news-block--video .index-readable__news-title a:before, .news-block--video .news-list__title a:before {
  content: '';
  display: inline-block;
  width: 26px;
  height: 15px;
  background: url(../images/icon-video-1.png) 0 0 no-repeat;
  margin-right: 20px; }
.news-block--video .news-block__title a:after, .news-block--video .index-readable__news-title a:after, .news-block--video .news-list__title a:after {
  content: '/';
  display: block;
  position: absolute;
  top: -2px;
  left: 30px;
  color: #3f77a7;
  font-weight: bold; } */

.image-block--video .image-news__img:after {
    content: '';
    position: absolute;
    width: 68px;
    height: 68px;
    top: 50%;
    left: 50%;
    margin: -34px 0 0 -34px;
    background: url(../images/icon-play.png) center center no-repeat;
    transition: transform 300ms cubic-bezier(0.25, 0.46, 0.45, 0.94);
    -webkit-transform 300ms cubic-bezier(0.25, 0.46, 0.45, 0.94);
}

.image-block--video .image-news__img:hover::after {
    transform: scale(1.15);
}


@media (min-width: 420px) {
    .news-block--video .simple-news__title a {
        color: #003d70;
        /*font-size: 18px;*/
    }
    .simple-news--inline.news-block--video .simple-news__title a {
        color: #003d70;
        font-size: 16px;
        font-weight: normal;
    }
}


/*.simple-news--inline.news-block--video .simple-news__title a:before{
  content: '';
  display: inline-block;
  width: 26px;
  height: 15px;
  background: url(../images/icon-video-1.png) 0 0 no-repeat;
  margin-right: 20px; }

.simple-news--inline.news-block--video .simple-news__title a:after{
  content: '/';
  display: block;
  position: absolute;
  top: -2px;
  left: 30px;
  color: #3f77a7;
  font-weight: bold; }

.colored.news-block--video .simple-news__title a:before{
  background: url(../images/icon-video-2.png) 0 0 no-repeat;
}
.colored.news-block--video .simple-news__title a:after{
  color: #FFF;
}*/

.news-block--video .index-readable__news-title,
.news-block--video .news-list__title {
    font-weight: normal;
}

.news-block--video .index-readable__news-title a:before,
.news-block--video .news-list__title a:before {
    margin-right: 15px;
    position: relative;
    top: 3px;
}

.news-block--video .index-readable__news-title a:after,
.news-block--video .news-list__title a:after {
    top: 0;
}

.news-block--video .news-block__img {
    position: relative;
}

.news-block--video .news-block__img:after {
    content: '';
    position: absolute;
    width: 68px;
    height: 68px;
    top: 50%;
    left: 50%;
    margin: -34px 0 0 -34px;
    background: url(../images/icon-play.png) center center no-repeat;
    transition: transform 300ms cubic-bezier(0.25, 0.46, 0.45, 0.94);
    -webkit-transform 300ms cubic-bezier(0.25, 0.46, 0.45, 0.94);
}

.news-block--video .news-block__img:hover::after {
    transform: scale(1.15);
}

.news-block--video .simple-news__img:after {
    content: '';
    position: absolute;
    width: 68px;
    height: 68px;
    top: 50%;
    left: 50%;
    margin: -34px 0 0 -34px;
    background: url(../images/icon-play.png) center center no-repeat;
    opacity: 0.7;
    transition: transform 300ms cubic-bezier(0.25, 0.46, 0.45, 0.94);
    -webkit-transform 300ms cubic-bezier(0.25, 0.46, 0.45, 0.94);
}

.news-block--video .simple-news__img:hover::after {
    transform: scale(1.15);
}

.news-block--video.colored .news-block__title a:before,
.news-block--video.news-block--live .news-block__title a:before {
    background: url(../images/icon-video-1-active.png) 0 0 no-repeat;
}

.news-block--video.colored .news-block__title a:after,
.news-block--video.news-block--live .news-block__title a:after {
    color: #fff;
}

.news-block--important {
    min-height: auto !important;
}

.news-block--important .news-block__content {
    background-color: #0071ad;
    padding: 10px 15px;
    height: auto;
}

.news-block--important .news-block__title {
    color: #fff;
    font-weight: bold;
    margin: 0 0 10px;
}

.news-block--blue .news-block__content {
    background-color: #0071ad;
}

.news-block--blue .news-block__title a {
    color: #fff !important;
}

.news-block--blue .news-info span {
    color: #99c3da;
}

@media (min-width: 420px) {
    .news-block__video {
        margin: 0 0 10px;
    }
}

@media (min-width: 1200px) {
    .news-block {
        min-height: 340px;
        border-top: 0;
    }
}

.lx_next-news-block {
    width: 245px;
    margin-left: -305px;
    float: left;
    font-size: 18px;
}

.lx_next-news-block a {
    font-size: 14px;
}

.lx_next-news-block a:hover {
    border-bottom: 0;
    text-decoration: underline !important;
}

.lx_next-news-block .news-block__img:before {
    content: none;
}

.news-block:hover .news-block__img:before,
.news-block:hover .news-block__content:before {
    opacity: .4;
}

.news-block--exclusive .news-block__title a,
.news-block--exclusive .image-news__title a,
.news-block--exclusive .simple-news__title a {
    position: relative;
    padding-left: 18px;
}

.news-block--exclusive .news-block__title a:before,
.news-block--exclusive .image-news__title a:before,
.news-block--exclusive .simple-news__title a:before {
    content: 'склюзив:';
    display: inline-block;
    margin-right: 3px;
    text-transform: uppercase;
    font-size: 14px;
    color: #378fc7;
    font-weight: bold;
}

.news-block--exclusive .news-block__title a:after,
.news-block--exclusive .image-news__title a:after,
.news-block--exclusive .simple-news__title a:after {
    content: 'ЭК';
    display: block;
    position: absolute;
    left: 0;
    top: 7px;
    color: #ca4d88;
    font-size: 14px;
    text-transform: uppercase;
    font-weight: bold;
}

@media (min-width: 760px) {
    .news-block--exclusive .news-block__title a,
    .news-block--exclusive .image-news__title a,
    .news-block--exclusive .simple-news__title a {
        padding-left: 22px;
    }
    .news-block--exclusive .news-block__title a:before,
    .news-block--exclusive .news-block__title a:after,
    .news-block--exclusive .image-news__title a:before,
    .news-block--exclusive .image-news__title a:after,
    .news-block--exclusive .simple-news__title a:before,
    .news-block--exclusive .simple-news__title a:after {
        font-size: 18px;
    }
}

.news-block--exclusive .image-news__title a:after {
    top: 0;
}

@media (min-width: 760px) {
    .news-block--exclusive .image-news__title a:after {
        top: 8px;
    }
}

@media (min-width: 1200px) {
    .news-block--exclusive .image-news__title a:after {
        top: 7px;
    }
}

.news-block--exclusive .simple-news__title a:after {
    top: 0;
}

@media (min-width: 760px) {
    .news-block--exclusive .simple-news__title a:after {
        top: -2px;
    }
}

.news-block--live .news-block__title a,
.news-block--live .image-news__title a,
.news-block--live .simple-news__title a {
    position: relative;
    padding-left: 20px;
}

.news-block--live .news-block__title a:before,
.news-block--live .image-news__title a:before,
.news-block--live .simple-news__title a:before {
    content: 'Live /';
    display: inline-block;
    margin-right: 5px;
    font-size: 20px;
    color: #5fa1cb;
    font-weight: bold;
}

.news-block--live .news-block__title a:after,
.news-block--live .image-news__title a:after,
.news-block--live .simple-news__title a:after {
    content: '';
    display: block;
    position: absolute;
    top: 3px;
    left: 0;
    width: 17px;
    height: 17px;
    border-radius: 50%;
    background-color: #fff;
    animation: live 1s ease infinite;
}
.news-block--exclusive.news-block--live .news-block__title a:after,
.news-block--exclusive.news-block--live .image-news__title a:after,
.news-block--exclusive.news-block--live .simple-news__title a:after {
    top: 6px;
}

.news-block--colored {
    background-color: #0071ad;
}

.news-block--colored .news-block__title a {
    text-decoration: none;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    transition: all 0.3s;
    color: #fff !important;
    border-bottom: 1px solid transparent;
}

.news-block--colored .news-block__title a:hover {
    text-decoration: none;
    border-bottom-color: #fff !important;
}

.news-block--colored .news-info span {
    color: #99c3da;
}

.news-list {
    margin: 0 -10px;
}

.news-list__item {
    background-color: #f6f6f6;
    border-top: 2px solid #dee7ed;
    padding: 13px 12px 0;
    height: 115px;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    transition: all 0.3s;
    position: relative;
}

@media (max-width: 730px) {
    .news-list__item {
        width: 100%;
        padding-bottom: 10px;
        height: auto;
        border-top: 1px solid #dee7ed;
    }
    .clearlist li:nth-child(1) {
        border-top: 0;
    }
    .clearlist li:nth-child(1)>h4 {
        margin-top: 0;
    }
}

.news-list__item:hover {
    background-color: #e7e9ea;
}

.news-list__item.colored {
    color: #FFF;
}

.news-list__item.colored a {
    color: #FFF !important;
}

.news-list__item.news-list--live .news-list__title:before {
    content: 'Live /';
    display: inline-block;
    margin-right: 3px;
    font-size: 14px;
    color: #5fa1cb;
    font-weight: bold;
    vertical-align: top;
    position: relative;
    top: -1px;
}

.news-list__item.news-list--live.colored .news-list__title:before {
    color: #CCC;
}

.news-list__item.news-list--live .news-list__title:after {
    content: '';
    display: block;
    position: absolute;
    top: 3px;
    left: 0;
    width: 17px;
    height: 17px;
    border-radius: 50%;
    background-color: #fff;
    animation: live 1s ease infinite;
}

.news-list__item.news-list--video .news-list__title:before {
    content: '';
    display: inline-block;
    width: 26px;
    height: 15px;
    background: url(../images/icon-video-1.png) 0 0 no-repeat;
    margin-right: 20px;
}

.news-list__item.news-list--video.colored .news-list__title:before {
    background: url(../images/icon-video-2.png) 0 0 no-repeat;
}

.news-list__item.news-list--video .news-list__title:after {
    content: '/';
    display: block;
    position: absolute;
    top: 12px;
    left: 45px;
    color: #5fa1cb;
    font-weight: bold;
}

@media (min-width: 1200px) {
    .news-list__item {
        margin-bottom: 13px;
    }
}

.news-list__title {
    margin-bottom: 13px;
    overflow: hidden;
    height: 55px;
}

.news-list__title a {
    text-decoration: none;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    transition: all 0.3s;
    color: #202020;
    border-bottom: 1px solid transparent;
}

.news-list__title a:hover {
    text-decoration: none;
    border-bottom-color: #202020;
}

.news-list--inline {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

@media (min-width: 760px) {
    .news-list--inline .news-list__item {
        width: 49%;
    }
}

.news-list--w3 {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

@media (min-width: 760px) {
    .news-list--w3 .news-list__item {
        width: 32.5%;
    }
}

.news-list--mod .news-list__item {
    border-top-color: #d8dee5;
}

.news-list--mod .news-list__title {
    height: 65px;
    margin-bottom: 8px;
}

.news-list--mod .news-list__title a {
    color: #03457c;
    font-size: 16px;
}

@media (max-width: 730px) {
    .news-list--mod .news-list__title a {
        font-size: 14px;
        color: #272727;
    }
    .news-list--mod .news-list__title {
        height: auto;
    }
}

@media (min-width: 1200px) {
    .news-list {
        margin: 0;
    }
}

.news__info {
    border-top: 1px solid #c1c5cf;
    border-bottom: 1px solid #c1c5cf;
    padding: 15px 0;
}

.news__info span {
    display: block;
    color: #959595;
}

.news__info--inline {
    padding: 10px 0;
}

.news__info--inline span {
    margin-right: 15px;
    display: inline-block;
}

.news__readable {
    padding-top: 30px;
}

.news__readable .news-block {
    margin-top: 0;
    margin-bottom: 20px;
    min-height: auto;
}

.news__readable .h1 {
    margin-bottom: 20px;
}

.news__readable .news-block__content {
    padding: 10px 15px;
    height: auto;
}

.news__readable .news-block__title {
    font-weight: bold;
    margin: 0;
    height: auto;
    max-height: none;
    overflow: visible;
}

.news__readable .news-block__title a {
    text-decoration: none;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    transition: all 0.3s;
    color: #202020;
    border-bottom: 1px solid transparent;
    color: #202020;
}

.news__readable .news-block__title a:hover {
    text-decoration: none;
    border-bottom-color: #202020;
}

@media (min-width: 1200px) {
    .news__content {
        padding: 0 50px;
    }
}

.news__img {
    margin-bottom: 15px;
}

.news__img>a {
    display: block;
    position: relative;
}

.news__img>a:after {
    content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #000;
    opacity: 0;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    transition: all 0.3s;
}

.news__img:hover>a:after {
    opacity: .4;
}

.news__img figcaption {
    font-size: 12px;
    color: #7f848b;
    padding: 10px 12px;
    background-color: #e7eaee;
    margin-top: -4px;
    text-align: left;
    overflow: hidden;
}

.news__img figcaption b {
    color: #003d70;
    display: block;
    margin-bottom: 10px;
    font-size: 14.5px;
}

.news__img>a img {
    width: 100%;
}

.news__img-link {
    display: inline-block;
    float: right;
    color: #fff !important;
    text-transform: uppercase;
    line-height: 31px;
    height: 31px;
    padding: 0 40px 0 15px;
    border-radius: 3em;
    margin-bottom: 5px;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    transition: all 0.3s;
    background: #0071ad url(../images/icon-arr-1.png) calc(100% - 4px) center no-repeat;
}

.news__img-link:hover {
    background-color: #58a9d5;
    border-bottom: 0;
}

@media (min-width: 500px) {
    .news__img--small {
        width: 50%;
        max-width: 340px;
    }
}

@media (min-width: 1200px) {
    .news__img--large {
        width: 145%;
    }
    .news__img--large.news__img--left {
        /*float: left;*/
        margin-right: 15px;
        margin-left: -45%;
    }
    .news__img--large.news__img--right {
        float: right;
        margin-left: 15px;
        margin-right: -45%;
    }
}

@media (min-width: 500px) {
    .news__img--pull-left {
        float: left;
        margin-right: 15px;
    }
}

@media (min-width: 1200px) {
    .news__img--pull-left.news__img--small {
        margin-left: -170px;
    }
}

@media (min-width: 500px) {
    .news__img--pull-right {
        float: right;
        margin-left: 15px;
    }
}

@media (min-width: 1200px) {
    .news__img--pull-right.news__img--small {
        margin-right: -170px;
    }
}

.news__img--full {
    margin: 0 -10px;
}

@media (min-width: 1200px) {
    .news__img--full {
        margin: 0;
    }
}

.news__img--video__content {
    cursor: pointer;
    position: relative;
}

.news__img--video__content iframe {
    width: 100%;
    min-height: 220px;
}

.news__img--video__content:before {
    content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: url(../images/icon-play-2.png) center center no-repeat;
}

.news__img--video__content.active:before {
    content: none;
}

.news__img--video.news__img--pull-center.news__img--full .news__img--video__content iframe {
    min-height: 350px;
}

.news__article bloquote {
    display: block;
    padding: 15px 5px 15px 15px;
    font-style: italic;
    background-color: #edf2f6;
    font-family: Georgia;
    border-left: 4px solid #36a6f5;
    margin-bottom: 15px;
}

@media (min-width: 760px) {
    .news__article bloquote {
        background: #edf2f6 url(../images/icon-quotes.png) 20px 15px no-repeat;
        padding: 15px 15px 15px 100px;
        font-size: 18px;
        line-height: 24px;
    }
}

.news__article a {
    text-decoration: none;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    transition: all 0.3s;
    color: #0071ad;
    border-bottom: 1px solid transparent;
}

.news__article a:hover {
    text-decoration: none;
    border-bottom-color: #0071ad;
}

@media (min-width: 760px) {
    .news__article {
        font-size: 18px;
    }
}

.news__social {
    background-color: #eaf2f1;
    padding: 20px 15px;
}

.news__social .main__social {
    max-width: none;
    border: 0;
    padding: 5px 0 0;
}

@media (min-width: 1200px) {
    .news__social--shift {
        width: 100%;
        /*margin-left: -50px;*/
    }
}

.news__tags {
    padding-bottom: 20px;
    margin-bottom: 10px;
    border-bottom: 1px solid #d2dfdd;
}

@media (min-width: 530px) {
    .news__tags {
        padding-bottom: 10px;
    }
}

.news__tags a {
    display: inline-block;
    border-radius: 5em;
    font-size: 12px;
    color: #4d4d4d;
    background-color: #d0ddde;
    padding: 3px 10px;
    margin-left: 5px;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    transition: all 0.3s;
}

.news__tags a:hover {
    background-color: #5e7987;
    color: #fff;
    text-decoration: none;
}

.news__likes {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    padding-bottom: 20px;
    margin-bottom: 10px;
    border-bottom: 1px solid #d2dfdd;
}

@media (min-width: 530px) {
    .news__likes {
        padding-bottom: 10px;
    }
}

.news__likes .like {
    border: 1px solid #c3ced4;
    display: -ms-flexbox;
    display: flex;
    width: 100px;
    margin-right: 10px;
    margin-bottom: 10px;
}

.news__likes .like.line_sub-item {
    width: 52px;
}

.news__likes .like.line_sub-item .like__link {
    border: none;
}

@media (min-width: 530px) {
    .news__likes .like {
        margin-bottom: 0;
    }
}

.news__likes .like__count {
    height: 48px;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    width: 48px;
    background-color: #fff;
    text-align: center;
    line-height: 48px;
}

.news__likes .like__link {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 50px;
    border-left: 1px solid #c3ced4;
    background-color: transparent;
    height: auto;
    -ms-flex-negative: 0;
    flex-shrink: 0;
}

.news__likes .like__link.jsCopyToClipboard {
    background: url(../images/icon-copy.png) center center no-repeat;
    height: 48px;
}

.news__likes .like__link--print {
    background: url(../images/icon-print.png) center center no-repeat;
}

.news__likes .like__link img {
    outline: none;
}

.news__likes .like__link a {
    color: #acb5c4;
    font-size: 28px;
}

.news__likes .like__link--success {
    background: #fff url(../images/icon-ok.png) center center no-repeat;
}

.news__likes .like__link--success a {
    display: none;
}

.news__likes .copy {
    display: -ms-flexbox;
    display: flex;
    max-width: 230px;
    width: 32%;
    border: 1px solid #c3ced4;
    height: 50px;
    margin-right: 10px;
}

@media (max-width: 1024px) {
    .news__likes .copy {
        width: 100%;
    }
}

@media (max-width: 1024px) {
    .news__likes .copy {
        width: 50%;
    }
    .news__likes .copy span {
        max-width: 105px !important;
    }
}

@media (max-width: 380px) {
    .news__likes .copy {
        width: 44%;
    }
    .news__likes .copy span {
        max-width: 75px !important;
    }
}

.news__likes .copy .like__link a {
    font-size: 0;
}

.news__likes .copy__url {
    height: 48px;
    background-color: #fff;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    padding: 5px 5px 5px 12px;
    -ms-flex-positive: 1;
    flex-grow: 1;
    font-size: 11px;
    color: #717f95;
}

.news__likes .copy span {
    -webkit-user-select: all;
    -moz-user-select: all;
    -ms-user-select: all;
    user-select: all;
    max-width: 125px;
    overflow: hidden;
}

.news__likes .print {
    display: -ms-flexbox;
    display: flex;
    max-width: 230px;
    width: 30%;
    border: 1px solid #c3ced4;
    height: 50px;
}

@media (max-width: 760px) {
    .news__likes .print {
        width: 50%;
    }
}

.news__likes .print__url {
    -ms-flex-positive: 1;
    flex-grow: 1;
    background-color: #fff;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    padding: 0 5px 0 15px;
}

.news__likes .print__url a {
    color: #727f95;
    font-size: 13px;
    text-decoration: underline;
}

.news__likes .print__url a:hover {
    text-decoration: none;
}

.news__likes--sidebar {
    border-bottom: 0;
}

.news__likes--sidebar .copy {
    width: 100%;
}

.news__likes--sidebar .copy__url {
    width: calc(100% - 50px);
}

.news__likes--sidebar .like__link {
    background-color: #edf1f8;
}

.news__likes--news {
    border-bottom: 0;
    padding-bottom: 0;
    margin-bottom: 0;
}

.news__likes--news .like__link {
    background-color: #edf1f8;
}

.news__statistic {
    margin: 20px 0;
}

.news__statistic .stat {
    display: inline-block;
    margin-right: 10px;
    font-size: 12px;
    color: #959595;
}

.news__statistic .stat a {
    text-decoration: underline;
}

.news__statistic .stat i {
    margin-right: 5px;
}

.news__statistic .stat-comments {
    color: #0071ad;
}

.news__statistic .stat span {
    display: block;
    font-size: 14px;
    margin-top: 5px;
}

.news__statistic--inline {
    display: -ms-flexbox;
    display: flex;
    margin: 0 30px 0 0;
}

.news__statistic--inline .stat span,
.news__statistic--inline .stat i {
    position: relative;
    top: 1px;
}

.news__statistic--inline .stat span {
    display: inline-block;
    margin-right: 10px;
    margin-top: 0;
}

.news__slider {
    margin-bottom: 30px;
    padding-top: 15px;
}

.news__slider .popup-link>img {
    width: auto;
}

.news__slider .h1 {
    margin-bottom: 10px;
}

.news__slider-container {
    position: relative;
}

.news__slider-pager {
    background-color: #c1d0d8;
    padding: 10px 20px;
}

.news__slider-pager .slick-slide {
    margin: 0 2px;
    position: relative;
    overflow: hidden;
}

.news__slider-pager .slick-slide:after {
    content: '';
    display: block;
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    border: 3px solid transparent;
}

.news__slider-pager .slick-slide.slick-current:after {
    border-color: #005988;
}

.news__slider-pager .slick-slide img {
    max-width: 100%;
    display: block;
}

.news__slider-controls a {
    position: absolute;
    top: calc(50% - 15px);
}

.news__slider-controls a.prev {
    left: 10px;
}

.news__slider-controls a.next {
    right: 10px;
}

.news__slider-nav a {
    position: absolute;
    bottom: 40px;
}

.news__slider-nav a.prev {
    left: 5px;
}

.news__slider-nav a.next {
    right: 5px;
}

@media (min-width: 1200px) {
    .news__slider {
        width: 100%;
    }
}

.news__chronics {
    padding-top: 10px;
}

.news__chronics .chronics-list__date {
    font-weight: bold;
    color: #aeb2b7;
    margin-bottom: 10px;
}

.news__chronics .chronics-list__date span {
    color: #272727;
    display: inline-block;
    margin-left: 5px;
}

.news__chronics .chronics-list li {
    padding: 0 0 20px 20px;
    position: relative;
}

.news__chronics .chronics-list li a {
    color: #003d70;
}

.news__chronics .chronics-list li a:hover {
    text-decoration: underline;
}

.news__chronics .chronics-list li:before {
    content: '';
    display: block;
    width: 15px;
    height: 1px;
    background-color: #d8e0e5;
    position: absolute;
    top: 8px;
    left: 0;
}

.news__chronics .chronics-list li:after {
    content: '';
    display: block;
    width: 1px;
    height: 100%;
    background-color: #d8e0e5;
    position: absolute;
    left: 0;
    top: 8px;
}

.news__chronics .chronics-list li:last-child:after {
    content: none;
}

.news__cite {
    font-size: 18px;
    display: block;
    margin-top: 30px;
    position: relative;
    padding: 30px 0;
    text-align: center;
}

.lx_news__cite {
    float: left;
    width: 45%;
    margin-left: -50%;
    margin-top: 0;
}

.news__cite i {
    display: block;
    position: absolute;
    left: 0;
    font-size: 100px;
    line-height: 30px;
    height: 30px;
    color: #c0d1dc;
    width: 100%;
    font-style: normal;
}

.news__cite i:before,
.news__cite i:after {
    content: '';
    display: block;
    position: absolute;
    height: 1px;
    width: 35%;
    top: -15px;
    background-color: #c0d1dc;
}

.news__cite i:before {
    left: 0;
}

.news__cite i:after {
    right: 0;
}

.news__cite i.top {
    top: 30px;
}

.news__cite i.bottom {
    bottom: -30px;
}

.news__cite b {
    display: block;
    padding: 20px 0;
}

.news__mega-title {
    background-color: #005988;
    color: #fff;
    padding: 10px 0 30px;
}

.news__mega-title h1 {
    margin: 20px 0;
}

@media (min-width: 1200px) {
    .news__mega-title h1 {
        margin: 30px 0 40px;
    }
}

.news__mega-title .news__info {
    border-color: #2a7ba5;
}

.news__mega-title .news__info span {
    color: #61acd4;
}

.news__mega-title .container {
    background-color: transparent;
    padding-bottom: 0;
}

.news__controls a {
    display: block;
    width: 34px;
    height: 67px;
    overflow: hidden;
    position: fixed;
    top: 400px;
    z-index: 22;
}

.news__controls a:hover:after {
    background-color: #0071ad;
}

.news__controls a:after {
    content: '';
    display: block;
    position: absolute;
    width: 67px;
    height: 67px;
    border-radius: 50%;
    background-color: #c4d0d6;
    top: 0;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    transition: all 0.3s;
}

.news__controls a:before {
    content: '';
    display: block;
    width: 22px;
    height: 22px;
    position: absolute;
    border-style: solid;
    border-color: #fff;
    border-width: 2px 2px 0 0;
    top: 22px;
    z-index: 1;
}

.news__controls a.prev {
    left: 0;
}

.news__controls a.prev:after {
    left: -33px;
}

.news__controls a.prev:before {
    transform: rotate(-135deg);
    right: 3px;
}

.news__controls a.next {
    right: 0;
}

.news__controls a.next:after {
    right: -33px;
}

.news__controls a.next:before {
    transform: rotate(45deg);
    left: 3px;
}

.hidden-title {
    position: absolute;
    top: -8px;
    left: 0;
    padding: 0 15px 0 0;
    background-color: #fff;
    font-weight: bold;
    font-size: 24px;
    display: none;
}

.calendar {
    position: relative;
    display: -ms-flexbox;
    display: flex;
}

@media (min-width: 760px) {
    .calendar {
        padding-top: 30px;
    }
}

.calendar__title {
    padding-top: 25px;
}

@media (min-width: 1200px) {
    .calendar__title {
        margin-top: 25px;
        padding-top: 0;
    }
}

.calendar__date {
    text-align: center;
    max-width: 175px;
    display: inline-block;
    font-weight: bold;
    color: #0071ad;
    font-size: 18px;
    margin: 0 5px;
}

.calendar__date:hover {
    cursor: pointer;
}

.calendar__date i {
    width: 20px;
    margin-right: 5px;
}

@media (min-width: 1200px) {
    .calendar__date i {
        display: none;
    }
}

.calendar__date span {
    border-bottom: 1px dashed #0071ad;
}

@media (min-width: 1200px) {
    .calendar__date {
        max-width: 160px;
    }
}

.calendar__input {
    position: absolute;
    bottom: 5px;
    right: 10px;
}

.calendar__input>i {
    display: inline-block;
    width: 7px;
    height: 11px;
}

.calendar__input>i:hover {
    cursor: pointer;
}

.calendar__input>i.prev {
    background: url(../images/icon-prev-cal.png) 0 0 no-repeat;
}

.calendar__input>i.next {
    background: url(../images/icon-next-cal.png) 0 0 no-repeat;
}

.calendar__input input {
    border: 0;
    background-color: transparent;
    box-shadow: none;
}

.calendar__input--rel {
    position: relative;
    right: 0;
}

@media (max-width: 1024px) {
    .calendar__input--rel {
        margin-top: 20px;
    }
}

@media (min-width: 1200px) {
    .calendar__input--rel {
        float: right;
    }
}

@media (min-width: 1200px) {
    .calendar__input {
        bottom: 0;
    }
}

.calendar__row {
    display: inline-block;
}

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

.calendar__container .day {
    text-align: center;
    position: relative;
    -ms-flex: 1 auto;
    flex: 1 auto;
}

.calendar__container .day b {
    display: block;
    color: #fff;
    background-color: #0071ad;
    padding: 5px 8px;
}

.calendar__container .day span {
    display: block;
    padding: 5px 8px;
}

.calendar__container .day.mon b {
    background-color: #61acd4;
}

.calendar__container .day.today b,
.calendar__container .day.today span {
    background-color: #ff3d10;
    color: #fff;
}

.calendar__container .day.today:after {
    content: '';
    display: block;
    position: absolute;
    width: 100%;
    height: 11px;
    left: 0;
    bottom: -10px;
    background: url(../images/icon-arr-2.png) 0 0 no-repeat;
    background-size: 100% 11px;
}

.calendar__container .day:hover,
.calendar__container .day.selected {
    cursor: pointer;
}

.calendar__container .day:hover b,
.calendar__container .day:hover span,
.calendar__container .day.selected b,
.calendar__container .day.selected span {
    background-color: #61acd4;
}

.calendar__container .day:hover:after,
.calendar__container .day.selected:after {
    content: '';
    display: block;
    position: absolute;
    width: 100%;
    height: 11px;
    left: 0;
    bottom: -10px;
    background: url(../images/icon-arr-3.png) 0 0 no-repeat;
    background-size: 100% 11px;
}

.calendar--bottom {
    padding-top: 0;
}

.ui-datepicker {
    background-color: #fff;
    width: 230px;
    color: #fff;
    padding: 2px;
    box-shadow: rgba(0, 0, 0, 0.75) 0 0 30px;
    z-index: 666 !important;
}

.ui-datepicker-next span {
    width: 10px;
    height: 10px;
    border-style: solid;
    border-width: 5px;
    border-color: transparent transparent transparent #fff;
    margin-top: -5px !important;
    margin-left: -4px !important;
}

.ui-datepicker-prev span {
    width: 10px;
    height: 10px;
    border-style: solid;
    border-width: 5px;
    border-color: transparent #fff transparent transparent;
    margin-top: -5px !important;
    margin-left: -6px !important;
}

.ui-datepicker table {
    margin: 0;
}

.ui-datepicker th {
    display: none;
}

.ui-datepicker-header {
    background-color: #ce4a88;
}

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

.ui-datepicker-calendar a {
    color: #fff;
    padding: 5px 5px !important;
    font-size: 14px;
    background-color: #126fa1;
    border: 1px solid #005988;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    transition: all 0.3s;
}

.ui-datepicker-calendar a:hover {
    background-color: #ce4a88;
}

.ui-datepicker-other-month a {
    color: #97bed2;
}

.ui-datepicker-today a {
    background-color: #036092;
    border: 1px solid #217eb0;
}

.ui-datepicker-current-day a {
    background-color: #ce4a88;
}

.popup-link {
    display: block;
    position: relative;
}

.popup-link:before {
    content: '';
    display: block;
    position: absolute;
    top: 10px;
    right: 10px;
    width: 48px;
    height: 48px;
    background: url(../images/icon-zoom.png) 0 0 no-repeat;
    background-size: contain;
}

.popup-link:hover::before {
    width: 52px;
    height: 52px;
}

.popup-link>img {
    width: 100%;
    height: auto;
}

.popup__wrapper {
    background-color: #fff;
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    z-index: 9999;
    display: none;
}

.popup__dialog {
    margin: auto;
    max-width: 1805px;
    padding: 0 15px;
}

.popup__close {
    position: absolute;
    top: 0;
    right: 0;
}

.popup__header {
    padding: 10px 0 20px;
}

@media (min-width: 760px) {
    .popup__header {
        padding: 20px 0 30px;
    }
}

.popup__title {
    font-size: 16px;
    float: left;
    width: 80%;
}

.popup__counter {
    font-size: 18px;
    font-weight: bold;
    width: 20%;
    float: right;
}

@media (min-width: 760px) {
    .popup__title {
        padding-left: 80px;
        font-size: 24px;
    }
}

.popup__img {
    max-height: 400px;
    overflow: hidden;
}

@media (min-width: 760px) {
    .popup__img {
        max-height: 700px;
    }
}

@media (min-width: 990px) {
    .popup__img {
        max-height: 550px;
    }
    .slick-slide img {
        max-height: 85vh;
    }
}

@media (min-width: 1500px) {
    .popup__img {
        max-height: 1000px;
    }
    .slick-slide img {
        max-height: 94vh;
    }
}

.popup__controls a {
    display: block;
    width: 34px;
    height: 67px;
    overflow: hidden;
    position: absolute;
    top: calc(50% - 17px);
    z-index: 22;
}

.popup__controls a:hover:after {
    background-color: #0071ad;
}

.popup__controls a:after {
    content: '';
    display: block;
    position: absolute;
    width: 67px;
    height: 67px;
    border-radius: 50%;
    background-color: #c4d0d6;
    top: 0;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    transition: all 0.3s;
}

.popup__controls a:before {
    content: '';
    display: block;
    width: 22px;
    height: 22px;
    position: absolute;
    border-style: solid;
    border-color: #fff;
    border-width: 2px 2px 0 0;
    top: 22px;
    z-index: 1;
}

.popup__controls a.prev {
    left: 0;
}

.popup__controls a.prev:after {
    left: -33px;
}

.popup__controls a.prev:before {
    transform: rotate(-135deg);
    right: 3px;
}

.popup__controls a.next {
    right: 0;
}

.popup__controls a.next:after {
    right: -33px;
}

.popup__controls a.next:before {
    transform: rotate(45deg);
    left: 3px;
}

.ff .image-news__img,
.ff .simple-news__img {
    display: block;
}

.search-page a {
    color: #03457c;
}

.detail_404 {
    text-align: center;
    min-height: 200px;
}

.detail_404 h1 {
    margin-top: 50px;
}


/*ACCORDION*/

.accordion {
    background: #f1f1f1;
    position: relative;
    padding: 15px 20px;
    border-top: 4px solid #37a5f2;
    margin-bottom: 20px;
}

.accordion>.acc_content {
    padding-top: 20px;
    padding-bottom: 30px;
    display: none;
    position: relative;
}

.accordion .acc_title {
    position: relative;
}

.accordion button {
    position: relative;
    float: left;
    top: -12px;
    height: 35px;
    left: -5px;
}


/*GREY BACK*/

.grey_back {
    background: #f1f1f1;
    position: relative;
    padding: 15px 20px;
    border-top: 4px solid #37a5f2;
}

.grey_back .grey_back_title {
    margin-bottom: 10px;
}

.big_char {
    float: left;
    line-height: 83%;
    font-size: 106px;
    vertical-align: top;
    padding-right: 5px;
}


/*Telegram*/

.telegramm {
    background: #d4eef9;
    position: relative;
    padding: 15px 20px;
    display: flex;
    justify-content: flex-start;
    flex-direction: row;
    font-size: 16px;
    margin-bottom: 10px;
}

.telegramm i {
    line-height: 54px;
}

.telegramm img {
    margin-left: 10px;
    width: 50px;
    height: 50px;
}

@media (max-width: 767px) {
    .telegramm i {
        line-height: normal;
    }
}
.gray-site{
    filter: gray;
    filter: gray; filter: url("data:image/svg+xml;utf8,<svg xmlns=\'http://www.w3.org/2000/svg\'><filter id=\'grayscale\'><feColorMatrix type=\'matrix\' values=\'0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0 0 0 1 0\'/></filter></svg>#grayscale");
    -webkit-filter: grayscale(100%);
}
.header__gray-site{
    display:none;
}
.header__gray-site .checkbox {
    position: absolute;
    z-index: -1;
    opacity: 0;
    margin: 10px 0 0 20px;
}
.header__gray-site .checkbox + label {
    position: relative;
    padding: 0 0 0 60px;
    cursor: pointer;
}
.header__gray-site .checkbox + label:before {
    content: '';
    position: absolute;
    top: -4px;
    left: 0;
    width: 50px;
    height: 26px;
    border-radius: 13px;
    background: #CDD1DA;
    box-shadow: inset 0 2px 3px rgba(0,0,0,.2);
    transition: .2s;
}
.header__gray-site .checkbox + label:after {
    content: '';
    position: absolute;
    top: -2px;
    left: 2px;
    width: 22px;
    height: 22px;
    border-radius: 10px;
    background: #FFF;
    box-shadow: 0 2px 5px rgba(0,0,0,.3);
    transition: .2s;
}
.header__gray-site .checkbox:checked + label:before {
    background: #9FD468;
}
.header__gray-site .checkbox:checked + label:after {
    left: 26px;
}
.header__gray-site .checkbox:focus + label:before {
    box-shadow: inset 0 2px 3px rgba(0,0,0,.2), 0 0 0 3px rgba(255,255,0,.7);
}
@media (max-width: 768px){
    .header__gray-site{
        display: none;
    }
}

/*CROSS CSS*/


/*.accordion .close{*/


/*font-size: 18px;*/


/*position: absolute;*/


/*left: 15px;*/


/*bottom: 5px;*/


/*}*/


/*.accordion .open_acc_content .open{*/


/*font-size: 32px;*/


/*position: absolute;*/


/*left: 15px;*/


/*font-weight: bold;*/


/*bottom: -2px;*/


/*}*/
.fixsed-media {
    position: fixed;
    right: -20px;
    top: 50px;
    display: block !important;
    border-right: unset;
    background: #0071ad;
    padding-bottom: 16px !important;
}
.fixsed-media .sound{
    margin-left: -10px;
}

section.footer__news-feed.news__top {
    position: unset;
    float: left;
    margin-top: 20px;
}
.index-special__slide.slick-slide {
    height: 189px;
}

@media (min-width: 1200px){
    .live-news .container {
        padding: unset;
        position: relative;
    }

}
.live-news {
    background-color: #0071ad;
}
.live-news_title{
    position: absolute;
    bottom: 60px;
    color: white;
    font-size: 31px;
    width: 100%;
    text-align: center;
}
.live-news .news__img>a:after{
    opacity: 0.3;

}
.live-news .news__img:hover>a:after{
    opacity: 0.4;

}

.live{
}
.live-block{
    display: flex;
    margin-top: 50px;
    padding-top: 20px;
    border-top: 1px solid rgba(4, 4, 4, 1);
}

.live-block__date-time{
    width: 20%;
    text-align: right;
    padding-right: 20px;
}
.live-block__date {
    font-size: 20px;
    font-weight: bold;
    padding-top: 8px;
}
.live-block__content{
    width: 60%;
}
.live-block__title{
    text-align: center;
    font-size: 30px;
    font-weight: bold;
    padding-bottom: 20px;
}
.live-block__image img{
    width: 100%;
}
.live-block__description{
    font-size: 18px;
}
.live-block__read-more svg{
    fill: #c70000;
}
.read-more__arrow{
    display: inline-block;
}

.live-block__read-more-text{
    display: inline-block;
    height: 1.875rem;
    line-height: 1.950rem;
    color: #c70000;
    padding-left: 0.125rem;
    vertical-align: top;
}
@media (min-width: 1200px)
{
    .live-block__content{
        padding: 0 50px;
    }

}

@media (max-width: 1024px) {
    .live-block__title{
        font-size: 24px;
    }
    .live-block__date{
        font-size: 16px;
    }
}
@media (max-width: 768px) {
    .live-block__content{
        width: 80%;
    }
}
@media (max-width: 425px) {
    .live-news_title{
        font-size: 27px;
    }
    .live-block__date{
        font-size: 14px;
    }
    .live-block__date-time {
        text-align: center;
    }
    .live-block__description{
        font-size: 14px;
    }
}
.gray__icon{

}
