@charset 'UTF-8';
@import url(https://fonts.googleapis.com/css?family=Open+Sans:400,300,600,700,400italic&subset=latin,cyrillic&display=swap);

html, body, h2, h3, h4, input, textarea, ul, ol, p, a, a img, button, figure {
    margin: 0;
    padding: 0;
    outline: none;
}

li {
    list-style: none;
}

a img {
    border: none;
}

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

/*! normalize.css v3.0.2 | MIT License | github.com/necolas/normalize.css */
/**
 * 1. Set default font family to sans-serif.
 * 2. Prevent iOS text size adjust after orientation change, without disabling
 *    user zoom.
 */
html {
    font-family: sans-serif;
    /* 1 */
    -ms-text-size-adjust: 100%;
    /* 2 */
    -webkit-text-size-adjust: 100%;
    /* 2 */
}

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

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

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

/**
 * Address `[hidden]` styling not present in IE 8/9/10.
 * Hide the `template` element in IE 8/9/11, Safari, and Firefox < 22.
 */
[hidden], template {
    display: none;
}

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

/**
 * Improve readability when focused and also mouse hovered in all browsers.
 */
a:active, a:hover {
    outline: 0;
}

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

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

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

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

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

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

sup {
    top: -.5em;
}

sub {
    bottom: -.25em;
}

/* Embedded content
   ========================================================================== */
/**
 * Remove border when inside `a` element in IE 8/9/10.
 */
img {
    border: 0;
}

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

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

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

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

/* Forms
   ========================================================================== */
/**
 * Known limitation: by default, Chrome and Safari on OS X allow very limited
 * styling of `select`, unless a `border` property is set.
 */
/**
 * 1. Correct color not being inherited.
 *    Known issue: affects color of disabled elements.
 * 2. Correct font properties not being inherited.
 * 3. Address margins set differently in Firefox 4+, Safari, and Chrome.
 */
button, input, optgroup, select, textarea {
    color: inherit;
    /* 1 */
    font: inherit;
    /* 2 */
    margin: 0;
    /* 3 */
}

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

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

/**
 * 1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio`
 *    and `video` controls.
 * 2. Correct inability to style clickable `input` types in iOS.
 * 3. Improve usability and consistency of cursor style between image-type
 *    `input` and others.
 */
button, html input[type='button'], input[type='reset'], input[type='submit'] {
    -webkit-appearance: button;
    /* 2 */
    cursor: pointer;
    /* 3 */
}

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

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

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

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

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

/**
 * 1. Address `appearance` set to `searchfield` in Safari and Chrome.
 * 2. Address `box-sizing` set to `border-box` in Safari and Chrome
 *    (include `-moz` to future-proof).
 */
input[type='search'] {
    -webkit-appearance: textfield;
    /* 1 */
    /* 2 */
    box-sizing: content-box;
}

/**
 * Remove inner padding and search cancel button in Safari and Chrome on OS X.
 * Safari (but not Chrome) clips the cancel button when the search input has
 * padding (and `textfield` appearance).
 */
input[type='search']::-webkit-search-cancel-button, input[type='search']::-webkit-search-decoration {
    -webkit-appearance: none;
}

/**
 * Define consistent border, margin, and padding.
 */
fieldset {
    border: 1px solid #c0c0c0;
    margin: 0 2px;
    padding: .35em .625em .75em;
}

/**
 * 1. Correct `color` not being inherited in IE 8/9/10/11.
 * 2. Remove padding so people aren't caught out if they zero out fieldsets.
 */
legend {
    border: 0;
    /* 1 */
    padding: 0;
    /* 2 */
}

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

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

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

td, th {
    padding: 0;
}

.article-text table td {
    border: 1px solid #CCCCCC;
    border-collapse: collapse;
    padding: 5px;
}

.article-text table {
    display: block;
    overflow: auto;
}
.article-text a {
    color: #fe6638;
}

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

[class^='icon-']:before, [class*=' icon-']:before {
    font-family: 'fontello';
    font-style: normal;
    font-weight: normal;
    speak: none;
    display: inline-block;
    text-decoration: inherit;
    text-align: center;
    /* For safety — reset parent styles, that can break glyph codes*/
    font-variant: normal;
    text-transform: none;
    /* Font smoothing. That was taken from TWBS */
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.icon-bookmark:before {
    content: '\e800';
}

.icon-search:before {
    content: '\e801';
}

.icon-arrow-prev:before {
    content: '\e802';
}

.icon-arrow-next:before {
    content: '\e803';
}

/* end fontello */
/* base */
* {
    box-sizing: border-box;
}

body {
    background: #fff;
    font-family: 'Open Sans', 'Trebuchet MS', sans-serif;
    font-size: 14px;
    line-height: 18px;
    font-weight: 400;
    color: #222;
    min-width: 1000px;
}

.input, textarea {
    width: 290px;
}

.input {
    padding: 7px 15px;
}

textarea {
    padding: 10px 15px;
}

a {
    color: #222;
    text-decoration: none;
    -o-transition: all .3s;
    transition: all .3s;
}

a:hover, a:active, a.colored {
    color: #fe6638;
}

h1 {
    font-size: 44px;
    line-height: 50px;
    font-weight: 300;
    text-transform: uppercase;
    /*padding: 20px 0 5px;*/
}

h2 {
    font-size: 24px;
    line-height: 30px;
    font-weight: 300;
    text-transform: uppercase;
}

h3 {
    font-size: 16px;
    line-height: 18px;
    font-weight: 700;
}

.text-semibold {
    font-weight: 600;
}

p {
    font-size: 16px;
    line-height: 25px;
    margin: 17px 0 25px;
}

p.content-announce, p.content-quote, p.content-highlight {
    font-size: 24px;
    line-height: 30px;
}

p.content-announce {
    margin: 10px 0 20px;
}

p.content-quote {
    font-weight: 300;
    width: 550px;
    margin: 33px auto;
}

p.content-quote:before,
p.content-quote:after {
    font-size: 44px;
    color: #fe6638;
}

p.content-quote:before {
    content: '«';
    margin-top: -5px;
    margin-right: 13px;
}

p.content-quote:after {
    content: '»';
    margin-top: -4px;
    margin-left: 13px;
}

p.content-quote:before,
p.content-quote:after,
p.content-quote span {
    display: inline-block;
    vertical-align: top;
}

p.content-quote span {
    width: 515px;
}

p.content-highlight {
    font-weight: 300;
    border: 1px solid #dbdbdb;
    border-top: 2px solid #fe6638;
    width: 620px;
    margin: 40px auto;
    padding: 16px 20px;
}

p.center {
    text-align: center;
}

p img {
    /*max-width: 940px;*/
    max-width: 100%;
    display: block;
    margin: 0 auto;
    height: auto !important;
}

p > iframe {
    margin: 45px auto;
    display: block;
    max-width: 100%;
}

@media screen and (max-width: 769px) {
    p > iframe:not(.vertical) {
        max-height: 60vw;
    }

    p > iframe:not(.vertical)[src*="vk.com"] {
        max-height: 56.3vw;
    }
}

div.liru-counter {
    position: absolute;
    bottom: 0;
    right: 0;
}

.content-main .content ul {
    margin: 17px 0 25px 20px;
}

.content-main .content ul li {
    font-size: 16px;
    line-height: 25px;
    list-style: disc inside;
}

.content-main .content p a, a.underline {
    text-decoration: underline;
}

.separator {
    height: 1px;
    background: #aaa;
    margin: 20px 0;
}

.form-feedback {
    margin: 0 auto;
}

.form-feedback h2 {
    text-transform: none;
    margin: 40px 0;
}

.form-feedback .col-2 {
    margin-bottom: 25px;
}

.form-feedback textarea {
    width: 620px;
    height: 88px;
    display: block;
}

.form-feedback .button-wrapper {
    text-align: right;
    margin-top: 25px;
}

/* end base */
/* elements */
.browse-happy-wrapper {
    position: fixed;
    top: 0;
    right: 0;
    left: 0;
    text-align: center;
    font-size: 16px;
    line-height: 20px;
    background: #fff;
    border-bottom: 2px solid #636466;
    z-index: 5;
}

.browse-happy-wrapper a {
    color: #fe6638;
    text-decoration: underline;
}

.browse-happy-wrapper a:hover {
    text-decoration: none;
}

.button {
    text-decoration: none;
    text-align: center;
    display: inline-block;
    text-transform: uppercase;
    -o-transition: all .3s;
    transition: all .3s;
}

.button.orange {
    background: #fff;
    border: 1px solid #fe6638;
    color: #fe6638;
}

.button.orange:hover {
    border: 1px solid #222;
    color: #222;
}

.button.default {
    font-size: 16px;
    line-height: 20px;
    padding: 7px 90px;
}

.icon-bookmark {
    position: absolute;
    top: 27px;
    left: 4px;
    -webkit-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    -o-transform: rotate(-90deg);
    transform: rotate(-90deg);
    color: #fe6638;
}

.icon-bookmark:before {
    font-size: 19px;
}

.col-border {
    border: 1px solid #dbdbdb;
    position: relative;
}

.col-border .grid-col-wrapper .news-content {
    padding-bottom: 0;
}

.col-border.col-1 img {
    display: block;
    width: 298px;
}

.col-orange {
    border-top: 2px solid #fe6638;
}

.col-orange .icon-bookmark {
    color: #fe6638;
}

.col-blue {
    border-top: 2px solid #3585c3;
}

.col-blue .icon-bookmark {
    color: #3585c3;
}

.col-banner {
    height: fit-content;
}

/* end elements */
/* template */
.b-top-wrapper {
    background: #f1f1f1;
    padding: 10px 0;
    text-align: center;
    height: 170px;
}

.b-top-wrapper .b-top {
    width: 990px;
    height: 90px;
    background: #636466;
    margin: 0 auto;
}

.b-index {
    background: #aaaaaa;
}

.b-content {
    /*background: #f1f1f1;*/
}

.b-content {
    height: 110px;
}

.underlay {
    display: none;
    position: fixed;
    z-index: 0;
    width: 100%;
    height: 100vh;
    left: 0;
    top: 0;
    /*background: url(/images/b/atlant.jpg) top center;*/
    background-position: top center;
}

@media all and (max-width: 1319px) and (min-width: 960px) {
    .underlay {
        background-size: 2549px;
    }

    .b-top-wrapper {
        width: 940px;
        height: 132px;
    }

    .b-top-wrapper video {
        max-width: 100%;
    }
}

.b-top-wrapper {
    background: none;
    max-width: 1260px;
    margin: 0 auto;
}

@media all and (min-width: 960px) {
    .underlay {
        display: block;
    }
}

.container {
    position: relative;
    z-index: 1;
    width: 1260px;
    margin: 0 auto;
}

.header-main {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    height: 120px;
}

.header-main .info-block, .header-main .info-block-weather {
    text-align: right;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}

.header-main .info-block {
    text-transform: uppercase;
}

.header-main .info-block-date {
    margin-left: 40px;
    font-size: 12px;
    line-height: 18px;
}

.header-main .info-block-weather span {
    margin: 0 3px 0 5px;
}

.header-main .info-block-weather span img {
    display: block;
}

.header-main .exchange-rates-wrapper {
    font-size: 16px;
    margin-right: 15px;
}

.header-main .exchange-rates-wrapper span {

    /*margin-left: 15px;*/
}

.navigation-wrapper {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    position: relative;
    border-top: 2px solid #636466;
    border-bottom: 2px solid #636466;
    padding: 18px 0;
}

.navigation-wrapper.fixed {
    position: fixed;
    top: 0;
    z-index: 20;
    background-color: #fafafa;
}

div#test {
    display: none;
}

.navigation-wrapper ul {
    display: -webkit-inline-flex;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-flex-flow: row wrap;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
}

.navigation-wrapper li {
    margin-left: 20px;
}

.navigation-wrapper li.active a {
    font-weight: bold;
    color: #fe6638;
}

.navigation-wrapper li a {
    text-transform: uppercase;
    font-weight: 700;
    line-height: 24px;
}

.navigation-wrapper li a :hover {
    color: #fe6638;
}

.navigation-wrapper li:first-child {
    margin-left: 0;
}

.navigation-wrapper .navigation-main-menu {
    /*padding-bottom: 6px;*/
    display: flex;
}

.navigation-wrapper .navigation-sub-menu {
    border-top: 1px solid #fe6638;
}

.navigation-wrapper .navigation-sub-menu li {
    padding-top: 2px;
}

.navigation-wrapper .navigation-main-menu li:nth-child(5) {
    order: 6;
}

.navigation-wrapper .navigation-main-menu li:nth-child(6) {
    order: 5;
}

.navigation-wrapper .navigation-main-menu li.navigation-menu-hide {
    display: none;
}

.navigation-wrapper .navigation-sub-menu li.active {
    border-top: 1px solid #fe6638;
}

.navigation-wrapper .navigation-sub-menu li a {
    font-weight: 400;
}

.navigation-wrapper .icon-search {
    font-size: 19px;
    line-height: 26px;
    margin-right: 15px;
}

.navigation-index-middle {
    width: 100%;
    margin-bottom: 20px;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.content-index {
    padding: 20px 0;
}

.content-index .index-seo {
    margin: 20px 0 0 0;
}

.content-index .index-seo p {
    font-size: 12px;
    line-height: 14px;
    margin: 10px 0 0 0;
}

.content-main {
    padding: 20px 0;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.footer-main {
    padding: 35px 0 50px;
    margin-top: 65px;
    position: relative;
}

.footer-main.footer-index {
    background: #f1f1f1;
}

.footer-main .navigation-wrapper {
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.footer-info-block {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
    padding-bottom: 35px;
}

.footer-info-block .footer-logo {
    margin-right: 40px;
}

.footer-info-block .footer-copyright {
    margin-right: 65px;
    width: 570px;
}

.footer-info-block .footer-copyright p {
    font-size: 14px;
    line-height: 18px;
    margin: 0 0 7px 0;
}

/* end template */
/* grid*/
.grid-block-wrapper, .grid-col-wrapper {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-flow: row wrap;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.col-1, .col-2, .col-3, .col-4 {
    margin-bottom: 20px;
}

.col-1 {
    width: 300px;
}

.col-1 img {
    width: 300px;
}

.col-2 {
    width: 620px;
}

.col-3 {
    width: 940px;
}

.col-4 {
    width: 1260px;
}

.col-1-dummy {
    width: 300px;
}

.grid-block-index-page .grid-col-wrapper.col-3 {
    margin-bottom: 0;
}

/* end grid */
/* adaptive */
.grid-items-6 .col-1:nth-child(5), .grid-items-6 .col-1:nth-child(6) {
    display: none;
}

.grid-items-9 .col-1:nth-child(9) {
    display: none;
}

.grid-items-col1:after {
    content: '';
    width: 300px;
}

/* adaptive end */
/* content */
.button-wrapper {
    text-align: center;
}

.col-border > h3 {
    text-transform: uppercase;
    padding: 28px 20px 23px;
}

.caricat h2 {
    font-size: 24px;
    line-height: 30px;
    font-weight: 300;
    text-transform: uppercase;
    color: #fff;
    text-shadow: 1px 1px 2px black, 0 0 1em #000;
}

.caricat .news-before-title a {
    color: #fff;
    text-shadow: 1px 1px 2px black, 0 0 1em #000;
}

.caricat .news-data {
    text-shadow: 1px 1px 2px black, 0 0 1em #000;
}

.caricat p {
    color: #fff;
    text-shadow: 1px 1px 2px black, 0 0 1em #000;
}

.news-content {
    margin: 0 20px;
    padding-bottom: 20px;
}

#index-left .news-content {
    margin: 0;
}

#index-left .news-content li {
    margin: 20px 0 0 0;
    padding: 0 20px;
}

@media (min-width: 770px) {
    #index-left .news-content li:first-child {
        margin-top: 10px;
    }
}

#index-left-mobile {
    display: none;
}

#newsblock-1, #newsblock-2, #newsblock-3 {
    width: 100%;
    width: -moz-available;
}

#newsblock-1 > div,
#newsblock-2 > div,
#newsblock-3 > div{
    width: 100%;
}

.news-content li {
    margin: 20px 0 0 0;
}

.news-content li:first-child {
    margin-top: 15px;
}

.news-content p {
    font-size: 14px;
    line-height: 18px;
    margin: 10px auto 0;
}

.news-content .news-content__b {
    margin-left: -20px !important;
    padding: 0;
}

.news-data {
    color: #fe6638;
    margin-right: 13px;
    text-transform: uppercase;
}

.news-viewcount {
    margin-left: 13px;
}

.news-col1-img-link {
    display: block;
    margin-bottom: 15px;
    height: 200px;
    overflow: hidden;
}

.news-col1-img-link .news-col1-img {
    margin-bottom: 0;
}

.news-col1-img {
    margin-bottom: 15px;
}

.news-col2-img, .news-col2-img img {
    width: 618px;
    display: block;
    height: auto;
}

.news-col2-img {
    margin-bottom: 10px;
    display: block;
    height: 350px;
}

.news-before-title {
    text-transform: uppercase;
    margin-bottom: 10px;
    color: #aaa;
}

.news-before-title a {
    color: #aaa;
}


.news-img-main > img {
    display: block;
}

.news-img-main .grid-col-wrapper {
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 20px 0;
}

.news-before-main-title {
    text-transform: uppercase;
    margin-bottom: 10px;
    color: #aaa;
}

.news-before-main-title .news-data {
    color: #222;
}

.news-before-main-title a,
.news-before-main-title .news-viewcount {
    color: #aaa;
}

.news-img-caption {
    align-items: center;
    display: flex;
    justify-content: space-between;
    padding-top: 3px;
}

.news-img-before-title {
    text-transform: uppercase;
    align-self: start;
}

.news-img-before-title .news-author {
    color: #fe6638;
    margin-left: 13px;
}

.news-img-source {
    color: #949494;
    font-size: 10px;
    text-align: right;
}

.comments-wrapper {
    margin: 45px auto;
}

.news-similar {
    background: #efefef;
    margin-top: 20px;
}

.news-similar .news-content ul {
    margin: 0;
}

.news-similar .news-content ul li {
    list-style: none;
    font-size: 14px;
    line-height: 18px;
}

.slider-wrapper {
    margin: 45px auto;
}

.slider-wrapper .sign {
    text-align: right;
}

.slider-wrapper-thumbs {
    border-top: 1px solid #aaa;
}

.map-wrapper {
    height: 237px;
}

.button-more {
    color: #fe6638;
    text-transform: uppercase;
    margin-bottom: 20px;
    display: inline-block;
}

.figure-image-wrapper {
    text-align: center;
    margin: 45px 0;
}

.figure-image-wrapper .image {
    display: inline-block;
    text-align: left;
}

.figure-image-wrapper img {
    display: block;
    max-width: 100%;
}

.figure-image-wrapper figcaption {
    padding: 15px 0;
    font-size: 12px;
    line-height: 14px;
    color: #aaa;
    border-bottom: 1px solid #aaa;
}

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

.search-instruction {
    border:1px solid; 
    padding:15px;
    margin-bottom:15px;
}

.search-instruction>h3 {
    margin-bottom:10px;
}

.search-instruction>p {
    margin:0;
}

.news-img-soc.col-2 {
    margin-bottom: 0;
}

/* end content */
/* fancybox*/
/*! fancyBox v2.1.5 fancyapps.com | fancyapps.com/fancybox/#license */
.fancybox-wrap, .fancybox-skin, .fancybox-outer, .fancybox-inner, .fancybox-image, .fancybox-wrap iframe, .fancybox-wrap object, .fancybox-nav, .fancybox-nav span, .fancybox-tmp {
    padding: 0;
    margin: 0;
    border: 0;
    outline: none;
    vertical-align: top;
}

.fancybox-wrap {
    position: absolute;
    top: 0;
    left: 0;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    z-index: 8020;
}

.fancybox-skin {
    position: relative;
    background: #f9f9f9;
    color: #444;
    text-shadow: none;
    border-radius: 4px;
}

.fancybox-opened {
    z-index: 8030;
}

.fancybox-opened .fancybox-skin {
    box-shadow: 0 0 50px rgba(0, 0, 0, .5);
}

.fancybox-outer, .fancybox-inner {
    position: relative;
}

.fancybox-inner {
    overflow: hidden;
}

.fancybox-type-iframe .fancybox-inner {
    -webkit-overflow-scrolling: touch;
}

.fancybox-error {
    color: #444;
    font-size: 14px;
    line-height: 20px;
    margin: 0;
    padding: 15px;
    white-space: nowrap;
}

.fancybox-image, .fancybox-iframe {
    display: block;
    width: 100%;
    height: 100%;
}

.fancybox-image {
    max-width: 100%;
    max-height: 100%;
}

#fancybox-loading, .fancybox-close, .fancybox-prev span, .fancybox-next span {
    background-image: url(../images/fancybox/fancybox_sprite.png);
}

#fancybox-loading {
    position: fixed;
    top: 50%;
    left: 50%;
    margin-top: -22px;
    margin-left: -22px;
    background-position: 0 -108px;
    opacity: .8;
    cursor: pointer;
    z-index: 8060;
}

#fancybox-loading div {
    width: 44px;
    height: 44px;
    background: url(../images/fancybox/fancybox_loading.gif) center center no-repeat;
}

.fancybox-close {
    position: absolute;
    top: -18px;
    right: -18px;
    width: 36px;
    height: 36px;
    cursor: pointer;
    z-index: 8040;
}

.fancybox-nav {
    position: absolute;
    top: 0;
    width: 40%;
    height: 100%;
    cursor: pointer;
    text-decoration: none;
    background: transparent;
    /* helps IE */
    -webkit-tap-highlight-color: transparent;
    z-index: 8040;
}

.fancybox-prev {
    left: 0;
}

.fancybox-next {
    right: 0;
}

.fancybox-nav span {
    position: absolute;
    top: 50%;
    width: 36px;
    height: 34px;
    margin-top: -18px;
    cursor: pointer;
    z-index: 8040;
    visibility: hidden;
}

.fancybox-prev span {
    left: 10px;
    background-position: 0 -36px;
}

.fancybox-next span {
    right: 10px;
    background-position: 0 -72px;
}

.fancybox-nav:hover span {
    visibility: visible;
}

.fancybox-tmp {
    position: absolute;
    top: -99999px;
    left: -99999px;
    max-width: 99999px;
    max-height: 99999px;
    overflow: visible !important;
}

/* Overlay helper */
.fancybox-lock {
    overflow: visible !important;
    width: auto;
}

.fancybox-lock body {
    overflow: hidden !important;
}

.fancybox-lock-test {
    overflow-y: hidden !important;
}

.fancybox-overlay {
    position: absolute;
    top: 0;
    left: 0;
    overflow: hidden;
    display: none;
    z-index: 8010;
}

.fancybox-overlay-fixed {
    position: fixed;
    bottom: 0;
    right: 0;
}

.fancybox-lock .fancybox-overlay {
    overflow: auto;
    overflow-y: scroll;
}

/* Title helper */
.fancybox-title {
    visibility: hidden;
    font-style: normal;
    font-size: 13px;
    line-height: 20px;
    position: relative;
    text-shadow: none;
    z-index: 8050;
}

.fancybox-opened .fancybox-title {
    visibility: visible;
}

.fancybox-title-float-wrap {
    position: absolute;
    bottom: 0;
    right: 50%;
    margin-bottom: -35px;
    z-index: 8050;
    text-align: center;
}

.fancybox-title-float-wrap .child {
    display: inline-block;
    margin-right: -100%;
    padding: 2px 20px;
    background: transparent;
    /* Fallback for web browsers that doesn't support RGBa */
    background: rgba(0, 0, 0, .8);
    border-radius: 15px;
    text-shadow: 0 1px 2px #222;
    color: #fff;
    font-weight: bold;
    line-height: 24px;
    white-space: nowrap;
}

.fancybox-title-outside-wrap {
    position: relative;
    margin-top: 10px;
    color: #fff;
}

.fancybox-title-inside-wrap {
    padding-top: 10px;
}

.fancybox-title-over-wrap {
    position: absolute;
    bottom: 0;
    left: 0;
    color: #fff;
    padding: 10px;
    background: #000;
    background: rgba(0, 0, 0, .8);
}

/*Retina graphics!*/
@media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min--moz-device-pixel-ratio: 1.5), only screen and (min-device-pixel-ratio: 1.5) {
    #fancybox-loading, .fancybox-close, .fancybox-prev span, .fancybox-next span {
        background-image: url(../images/fancybox/fancybox_sprite@2x.png);
        background-size: 44px 152px;
        /*The size of the normal image, half the size of the hi-res image*/
    }

    #fancybox-loading div {
        background-image: url(../images/fancybox/fancybox_loading@2x.gif);
        background-size: 24px 24px;
        /*The size of the normal image, half the size of the hi-res image*/
    }
}

.banner-adaptive-m {
    display: none;
}

@media all and (max-width: 770px) {
    .banner-adaptive-d {
        display: none;
    }

    .banner-adaptive-m {
        display: block;
    }
}

/* end fancybox*/

.col-border .grid-col-wrapper .col-1:nth-child(4) {
    display: none;
}

@media all and (max-width: 1319px) {
    /* grid */
    .col-4 {
        width: 940px;
    }

    .col-3 {
        width: 620px;
    }

    /* end grid */
    /* template */
    .container, .b-top-wrapper .b-top {
        width: 940px;
    }

    .container, .b-top-wrapper img {
        max-width: 940px;
    }

    .header-main {
        height: 90px;
    }

    .logo img {
        width: 350px;
    }

    .navigation-wrapper li {
        margin: 0 5px;
    }

    .navigation-wrapper li a {
        font-size: 12px;
    }

    .navigation-wrapper .icon-search {
        margin-right: 5px;
    }

    .footer-info-block .footer-copyright {
        margin-right: 40px;
    }

    /* end template */
    .grid-items-6 .col-1:nth-child(5), .grid-items-6 .col-1:nth-child(6) {
        display: inline-block;
    }

    .grid-items-9 .col-1:nth-child(9) {
        display: inline-block;
    }

    .col-border .grid-col-wrapper .col-1:nth-child(4) {
        display: block;
    }

    .b-index {
        width: 300px;
    }

    .news-similar .grid-col-wrapper .col-1:last-child {
        display: none;
    }

    /* adaptive end */
}

@media all and (max-width: 768px) {
    .col-border .grid-col-wrapper .col-1:nth-child(4) {
        display: none;
    }
}

/*ie*/
.no-flexbox .header-main, .no-flexbox .info-block {
    text-align: justify;
}

.no-flexbox .header-main > div, .no-flexbox .info-block > div {
    display: inline-block;
    vertical-align: middle;
}

.no-flexbox .header-main:after, .no-flexbox .info-block:after {
    content: '';
    width: 100%;
    display: inline-block;
}

.no-flexbox .header-main {
    padding: 20px 0;
}

.no-flexbox .info-block {
    height: 22px;
}

.no-flexbox .info-block-weather span {
    display: inline-block;
    vertical-align: middle;
}

.no-flexbox .navigation-wrapper {
    text-align: left;
}

.no-flexbox .navigation-wrapper ul {
    float: left;
}

.no-flexbox .navigation-wrapper li {
    display: inline-block;
    vertical-align: middle;
}

.no-flexbox .navigation-wrapper:after {
    content: '';
    width: 100%;
    display: block;
    clear: both;
}

.no-flexbox .icon-search {
    float: right;
}

.no-flexbox .grid-block-wrapper, .no-flexbox .grid-col-wrapper, .no-flexbox .content-main {
    text-align: justify;
}

.no-flexbox .grid-block-wrapper > div, .no-flexbox .grid-block-wrapper > aside, .no-flexbox .grid-col-wrapper > div, .no-flexbox .grid-col-wrapper > aside, .no-flexbox .content-main > div, .no-flexbox .content-main > aside {
    display: inline-block;
    vertical-align: top;
}

.no-flexbox .grid-block-wrapper:after, .no-flexbox .grid-col-wrapper:after, .no-flexbox .content-main:after {
    content: '';
    width: 100%;
    display: inline-block;
}

.no-flexbox .grid-block-wrapper .col-border, .no-flexbox .grid-block-wrapper .col-1, .no-flexbox .grid-col-wrapper .col-border, .no-flexbox .grid-col-wrapper .col-1, .no-flexbox .content-main .col-border, .no-flexbox .content-main .col-1 {
    text-align: left;
}

.no-flexbox .content-main .col-3 {
    text-align: left;
}

.no-flexbox .footer-main .navigation-wrapper ul {
    display: block;
    width: 100%;
    text-align: center;
}

.no-flexbox .footer-info-block {
    text-align: center;
}

.no-flexbox .footer-info-block a, .no-flexbox .footer-info-block > div {
    display: inline-block;
    vertical-align: top;
}

.no-flexbox .footer-info-block .footer-copyright {
    text-align: left;
}

.no-flexbox .form-feedback .grid-col-wrapper > .input:first-child {
    margin-right: 40px;
}

/**
 * Swiper 3.2.5
 * Most modern mobile touch slider and framework with hardware accelerated transitions
 *
 * http://www.idangero.us/swiper/
 *
 * Copyright 2015, Vladimir Kharlampidi
 * The iDangero.us
 * http://www.idangero.us/
 *
 * Licensed under MIT
 *
 * Released on: November 21, 2015
 */
/* swiper */
.swiper-container {
    margin: 0 auto;
    position: relative;
    overflow: hidden;
    z-index: 1;
}

.swiper-container-no-flexbox .swiper-slide {
    float: left;
}

.swiper-container-vertical > .swiper-wrapper {
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
}

.swiper-wrapper {
    position: relative;
    width: 100%;
    z-index: 1;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    transition-property: -webkit-transform;
    -o-transition-property: transform, -o-transform;
    transition-property: transform;
    transition-property: transform, -webkit-transform, -o-transform;
    box-sizing: content-box;
}

.swiper-wrapper .news-content {
    margin-top: 10px;
}

.swiper-container-android .swiper-slide, .swiper-wrapper {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
}

.swiper-container-multirow > .swiper-wrapper {
    -webkit-box-lines: multiple;
    -moz-box-lines: multiple;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.swiper-container-free-mode > .swiper-wrapper {
    -o-transition-timing-function: ease-out;
    transition-timing-function: ease-out;
    margin: 0 auto;
}

.swiper-slide {
    position: relative;
    background: #fff;
    -webkit-flex-shrink: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    width: 100%;
}

.swiper-img {
    width: 100%;
    height: 410px;
}

.swiper-img img {
    display: block;
    height: 100%;
    margin: 0 auto;
}

.swiper-img a {
    display: inline-block;
    height: 100%;
    width: 100%;
}

.swiper-img-descr {
    width: 810px;
    padding: 15px 0;
}

.swiper-img-descr p {
    font-size: 12px;
    line-height: 14px;
    color: #aaa;
    margin: 0;
}

.swiper-pagination-wrapper {
    position: absolute;
    right: 0;
    bottom: 0;
    width: 130px;
    height: 44px;
    background: #fff;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    font-size: 16px;
    line-height: 20px;
    z-index: 1;
}

.swiper-pagination-wrapper .swiper-pagination {
    margin: 0 20px;
}

.swiper-button-prev, .swiper-button-next {
    cursor: pointer;
    font-size: 18px;
}

.swiper-button-prev.swiper-button-disabled, .swiper-button-next.swiper-button-disabled {
    opacity: .5;
    filter: progid:DXImageTransform.Microsoft.Alpha opacity=50;
    cursor: auto;
    pointer-events: none;
}

.swiper-pagination-point {
    position: absolute;
    top: 375px;
    right: 20px;
    z-index: 1;
}

.swiper-pagination-point span {
    width: 14px;
    height: 14px;
    border-radius: 50%;
    border: 2px solid #fff;
    display: inline-block;
    vertical-align: middle;
    margin: 0 2px;
    position: relative;
    cursor: pointer;
}

.swiper-pagination-point .swiper-pagination-bullet-active:before {
    content: '';
    display: block;
    width: 6px;
    height: 6px;
    position: absolute;
    top: 2px;
    left: 2px;
    background: #fff;
    border-radius: 50%;
}

/* Auto Height */
.swiper-container-autoheight, .swiper-container-autoheight .swiper-slide {
    height: auto;
}

.swiper-container-autoheight .swiper-wrapper {
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
    transition-property: height, -webkit-transform;
    -o-transition-property: transform, height, -o-transform;
    transition-property: transform, height;
    transition-property: transform, height, -webkit-transform, -o-transform;
}

/* a11y */
.swiper-container .swiper-notification {
    position: absolute;
    left: 0;
    top: 0;
    pointer-events: none;
    opacity: 0;
    z-index: -1000;
}

/* IE10 Windows Phone 8 Fixes */
.swiper-wp8-horizontal {
    -ms-touch-action: pan-y;
    touch-action: pan-y;
}

.swiper-wp8-vertical {
    -ms-touch-action: pan-x;
    touch-action: pan-x;
}

.swiper-thumbs-items-wrapper {
    margin: 30px 0;
    position: relative;
}

.swiper-thumbs-items-wrapper .swiper-container {
    width: 880px;
    margin: 0 auto;
}

.swiper-thumbs-items-wrapper .swiper-slide {
    width: 90px;
    height: 60px;
}

.swiper-thumbs-items-wrapper .swiper-slide img {
    height: 60px;
    max-width: 90px;
}

.swiper-thumbs-items-wrapper .swiper-button-prev, .swiper-thumbs-items-wrapper .swiper-button-next {
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
}

.swiper-thumbs-items-wrapper .swiper-button-prev {
    position: absolute;
    top: 50%;
    left: 7px;
}

.swiper-thumbs-items-wrapper .swiper-button-next {
    position: absolute;
    top: 50%;
    right: 7px;
}

.swiper-thumbs-items-wrapper .swiper-slide-active {
    border-left: 3px solid red;
}

/* Coverflow */
.swiper-container-coverflow .swiper-wrapper {
    /* Windows 8 IE 10 fix */
    -ms-perspective: 1200px;
}

/* Fade */
.swiper-container-fade.swiper-container-free-mode .swiper-slide {
    -o-transition-timing-function: ease-out;
    transition-timing-function: ease-out;
}

.swiper-container-fade .swiper-slide {
    pointer-events: none;
}

.swiper-container-fade .swiper-slide .swiper-slide {
    pointer-events: none;
}

.swiper-container-fade .swiper-slide-active, .swiper-container-fade .swiper-slide-active .swiper-slide-active {
    pointer-events: auto;
}

/* Scrollbar */
.swiper-scrollbar {
    border-radius: 10px;
    position: relative;
    -ms-touch-action: none;
    background: rgba(0, 0, 0, .1);
}

.swiper-container-horizontal > .swiper-scrollbar {
    position: absolute;
    left: 1%;
    bottom: 3px;
    z-index: 50;
    height: 5px;
    width: 98%;
}

.swiper-container-vertical > .swiper-scrollbar {
    position: absolute;
    right: 3px;
    top: 1%;
    z-index: 50;
    width: 5px;
    height: 98%;
}

.swiper-scrollbar-drag {
    height: 100%;
    width: 100%;
    position: relative;
    background: rgba(0, 0, 0, .5);
    border-radius: 10px;
    left: 0;
    top: 0;
}

.swiper-scrollbar-cursor-drag {
    cursor: move;
}

/* Preloader */
.swiper-lazy-preloader {
    width: 42px;
    height: 42px;
    position: absolute;
    left: 50%;
    top: 50%;
    margin-left: -21px;
    margin-top: -21px;
    z-index: 10;
    -webkit-transform-origin: 50%;
    -ms-transform-origin: 50%;
    -o-transform-origin: 50%;
    transform-origin: 50%;
    -webkit-animation: swiper-preloader-spin 1s steps(12, end) infinite;
    -o-animation: swiper-preloader-spin 1s steps(12, end) infinite;
    animation: swiper-preloader-spin 1s steps(12, end) infinite;
}

.swiper-lazy-preloader:after {
    display: block;
    content: '';
    width: 100%;
    height: 100%;
    background-image: url('data:image/svg+xml;charset=utf-8,%3Csvg%20viewBox%3D\'0%200%20120%20120\'%20xmlns%3D\'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg\'%20xmlns%3Axlink%3D\'http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink\'%3E%3Cdefs%3E%3Cline%20id%3D\'l\'%20x1%3D\'60\'%20x2%3D\'60\'%20y1%3D\'7\'%20y2%3D\'27\'%20stroke%3D\'%236c6c6c\'%20stroke-width%3D\'11\'%20stroke-linecap%3D\'round\'%2F%3E%3C%2Fdefs%3E%3Cg%3E%3Cuse%20xlink%3Ahref%3D\'%23l\'%20opacity%3D\'.27\'%2F%3E%3Cuse%20xlink%3Ahref%3D\'%23l\'%20opacity%3D\'.27\'%20transform%3D\'rotate(30%2060%2C60)\'%2F%3E%3Cuse%20xlink%3Ahref%3D\'%23l\'%20opacity%3D\'.27\'%20transform%3D\'rotate(60%2060%2C60)\'%2F%3E%3Cuse%20xlink%3Ahref%3D\'%23l\'%20opacity%3D\'.27\'%20transform%3D\'rotate(90%2060%2C60)\'%2F%3E%3Cuse%20xlink%3Ahref%3D\'%23l\'%20opacity%3D\'.27\'%20transform%3D\'rotate(120%2060%2C60)\'%2F%3E%3Cuse%20xlink%3Ahref%3D\'%23l\'%20opacity%3D\'.27\'%20transform%3D\'rotate(150%2060%2C60)\'%2F%3E%3Cuse%20xlink%3Ahref%3D\'%23l\'%20opacity%3D\'.37\'%20transform%3D\'rotate(180%2060%2C60)\'%2F%3E%3Cuse%20xlink%3Ahref%3D\'%23l\'%20opacity%3D\'.46\'%20transform%3D\'rotate(210%2060%2C60)\'%2F%3E%3Cuse%20xlink%3Ahref%3D\'%23l\'%20opacity%3D\'.56\'%20transform%3D\'rotate(240%2060%2C60)\'%2F%3E%3Cuse%20xlink%3Ahref%3D\'%23l\'%20opacity%3D\'.66\'%20transform%3D\'rotate(270%2060%2C60)\'%2F%3E%3Cuse%20xlink%3Ahref%3D\'%23l\'%20opacity%3D\'.75\'%20transform%3D\'rotate(300%2060%2C60)\'%2F%3E%3Cuse%20xlink%3Ahref%3D\'%23l\'%20opacity%3D\'.85\'%20transform%3D\'rotate(330%2060%2C60)\'%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E');
    background-position: 50%;
    background-size: 100%;
    background-repeat: no-repeat;
}

.swiper-lazy-preloader-white:after {
    background-image: url('data:image/svg+xml;charset=utf-8,%3Csvg%20viewBox%3D\'0%200%20120%20120\'%20xmlns%3D\'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg\'%20xmlns%3Axlink%3D\'http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink\'%3E%3Cdefs%3E%3Cline%20id%3D\'l\'%20x1%3D\'60\'%20x2%3D\'60\'%20y1%3D\'7\'%20y2%3D\'27\'%20stroke%3D\'%23fff\'%20stroke-width%3D\'11\'%20stroke-linecap%3D\'round\'%2F%3E%3C%2Fdefs%3E%3Cg%3E%3Cuse%20xlink%3Ahref%3D\'%23l\'%20opacity%3D\'.27\'%2F%3E%3Cuse%20xlink%3Ahref%3D\'%23l\'%20opacity%3D\'.27\'%20transform%3D\'rotate(30%2060%2C60)\'%2F%3E%3Cuse%20xlink%3Ahref%3D\'%23l\'%20opacity%3D\'.27\'%20transform%3D\'rotate(60%2060%2C60)\'%2F%3E%3Cuse%20xlink%3Ahref%3D\'%23l\'%20opacity%3D\'.27\'%20transform%3D\'rotate(90%2060%2C60)\'%2F%3E%3Cuse%20xlink%3Ahref%3D\'%23l\'%20opacity%3D\'.27\'%20transform%3D\'rotate(120%2060%2C60)\'%2F%3E%3Cuse%20xlink%3Ahref%3D\'%23l\'%20opacity%3D\'.27\'%20transform%3D\'rotate(150%2060%2C60)\'%2F%3E%3Cuse%20xlink%3Ahref%3D\'%23l\'%20opacity%3D\'.37\'%20transform%3D\'rotate(180%2060%2C60)\'%2F%3E%3Cuse%20xlink%3Ahref%3D\'%23l\'%20opacity%3D\'.46\'%20transform%3D\'rotate(210%2060%2C60)\'%2F%3E%3Cuse%20xlink%3Ahref%3D\'%23l\'%20opacity%3D\'.56\'%20transform%3D\'rotate(240%2060%2C60)\'%2F%3E%3Cuse%20xlink%3Ahref%3D\'%23l\'%20opacity%3D\'.66\'%20transform%3D\'rotate(270%2060%2C60)\'%2F%3E%3Cuse%20xlink%3Ahref%3D\'%23l\'%20opacity%3D\'.75\'%20transform%3D\'rotate(300%2060%2C60)\'%2F%3E%3Cuse%20xlink%3Ahref%3D\'%23l\'%20opacity%3D\'.85\'%20transform%3D\'rotate(330%2060%2C60)\'%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E');
}

@-webkit-keyframes swiper-preloader-spin {
    100% {
        -webkit-transform: rotate(360deg);
    }
}

@-o-keyframes swiper-preloader-spin {
    100% {
        -o-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

@keyframes swiper-preloader-spin {
    100% {
        -webkit-transform: rotate(360deg);
        -o-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

/* end swiper */
@media all and (max-width: 1319px) {
    .swiper-img-descr {
        width: 490px;
    }
}

.rg-image-wrapper {
    position: relative;
}

.rg-image {
    width: 100%;
    overflow: hidden;
}

.rg-image img {
    /*    height: 530px;*/
    width: 100%;
    height: auto;
    display: block;
    margin: 0 auto;
}

.rg-image-title {
    background: rgba(0, 0, 0, .5);
    font-size: 20px;
    font-style: italic;
    padding: 4px 0;
    text-align: center;
    margin-top: -31px;
    position: relative;
    color: #fff;
}

.rg-image-nav {
    position: absolute;
    right: 0;
    bottom: 0;
    width: 130px;
    height: 44px;
    background: #fff;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    font-size: 16px;
    line-height: 20px;
    z-index: 1;
}

.rg-image-nav .rg-image-pagination {
    margin: 0 20px;
}

.rg-image-nav-prev, .rg-image-nav-next {
    cursor: pointer;
    font-size: 18px;
}

.nav-button-disabled {
    opacity: .5;
    filter: progid:DXImageTransform.Microsoft.Alpha opacity=50;
    cursor: auto;
    pointer-events: none;
}

.rg-caption {
    width: 810px;
    padding: 15px 0;
}

.rg-caption p {
    font-size: 12px;
    line-height: 14px;
    color: #aaa;
    margin: 0;
    min-height: 14px;
}

.rg-loading {
    width: 46px;
    height: 46px;
    position: absolute;
    top: 50%;
    left: 50%;
    background: #000 url(../images/ajax-loader.gif) no-repeat center center;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
    z-index: 100;
    border-radius: 10px;
    opacity: .7;
    filter: progid:DXImageTransform.Microsoft.Alpha opacity=70;
}

.rg-gallery {
    width: 100%;
}

/* Стили плагина Elastislide */
.es-carousel-wrapper {
    padding: 0 30px;
    border-radius: 10px;
    position: relative;
}

.es-carousel {
    overflow: hidden;
}

.content-main .es-carousel ul {
    display: none;
    margin: 30px 0;
    height: 60px;
}

.content-main .es-carousel ul li {
    height: 100%;
    float: left;
    display: block;
    opacity: .5;
    filter: progid:DXImageTransform.Microsoft.Alpha opacity=50;
    cursor: pointer;
    -o-transition: all .3s;
    transition: all .3s;
}

.content-main .es-carousel ul li:hover, .content-main .es-carousel ul li.selected {
    opacity: 1;
    filter: progid:DXImageTransform.Microsoft.Alpha opacity=100;
}

.content-main .es-carousel ul li img {
    width: 90px;
    height: 60px;
}

.content-main .es-carousel ul:after {
    content: '';
    display: block;
    width: 100%;
    clear: both;
}

.es-nav span {
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
    cursor: pointer;
    font-size: 18px;
    line-height: 60px;
    display: block;
    height: 60px;
    width: 12px;
}

.es-nav .es-nav-prev {
    position: absolute;
    top: 50%;
    left: 7px;
}

.es-nav .es-nav-next {
    position: absolute;
    top: 50%;
    right: 7px;
}

@media all and (max-width: 1319px) {
    .slider-wrapper-thumbs {
        width: 620px;
    }

    .rg-caption {
        width: 490px;
    }
}

.rub {
    background-image: url("/images/b/rub.png");
    background-repeat: no-repeat;
    display: inline-block;
    height: 20px;
    width: 20px;
}

.star {
    background-image: url("/images/b/star.png");
    background-repeat: no-repeat;
    display: inline-block;
    height: 20px;
    width: 20px;
}

@media (min-width: 770px) {
    .newday {
        margin: 10px 21px 0px;
    }
}

.newday {
    margin: 10px 15px;
}

.newday + h3 { 
    display: none;
    visibility: hidden;
}

.newday li {
    padding: 5px 0;
    margin: 5px;
    border-bottom: dotted 1px #adadad;
}

.colred li a {
    color: #fe6638;
}

/*@charset 'UTF-8';
@import url(https://fonts.googleapis.com/css?family=Open+Sans:400,300,600,700,400italic&subset=latin,cyrillic);
.mcp-content {
	font-family: "Open Sans" !important;
}*/

.b-after-main-menu {
    margin-top: 20px
}

.b-after-main-menu__left,
.b-after-main-menu__centered,
.b-after-main-menu__right {
    margin-bottom: 0px
}

.b-after-main-menu__left > a,
.b-after-main-menu__centered > a,
.b-after-main-menu__right > a {
    background-size: cover;
    background-repeat: no-repeat;
    display: block;
    margin: 0 auto;
}

.b-after-main-menu__centered > a.sb {
    width: 450px;
    height: 80px;
}

.b-main__upcoming, .b-main__important {
    display: block;
    overflow: hidden;
}

.b-main__upcoming img, .b-main__important img {
    width: 298px;
}

/* цифра дня на главной */
.number-of-the-day-wrapper .nod-container {
    height: 200px;
    background-color: #fe6638;
    margin-bottom: 15px;
}

.number-of-the-day {
    font-weight: 600;
    font-size: 14px;
    text-align: center;
    height: 100%;
}

.number-of-the-day span {
    line-height: 188px;
    height: 100%;
    display: inline-block;
}

.quote-of-the-day-author {
    text-align: right;
    font-style: italic;
}

.news-img-contain {
    background-repeat: no-repeat;
    background-size: contain;
    display: block;
    height: 401px;
    width: 298px;
}

/*  */
.navigation-wrapper .navigation-main-menu span, .navigation-wrapper span {
    display: block;
    text-transform: uppercase;
    margin-top: -3px;
    font-size: 11px;
    line-height: 3px;
}

div.logo {
    position: relative;
}

div.logo_inner {
    position: absolute;
    background: url(/images/oneyear.png) no-repeat;
    width: 163px;
    height: 95px;
    top: 10px;
    right: -40px;
    background-size: cover;
}

/* lit contest */
.participant-data.hidden {
    display: none;
}

.participant-data .participant-photo {
    float: left;
    width: 150px;
    margin-right: 20px;
}

.participant-data .participant-photo img {
    width: 100%;
}

.participant-data .participant-about {
    float: right;
    width: 770px;
}

@media all and (max-width: 1319px) {
    .participant-data .participant-about {
        width: 450px;
    }

    div.logo_inner {
        width: 120px;
        height: 70px;
        top: 10px;
        right: -35px;
    }
}

.participant-data .clear {
    clear: both;
}

p.contest-sponsors img {
    max-height: 150px;
    max-width: 230px;
    vertical-align: middle;
    margin-bottom: 20px;
}

p.contest-sponsors a {
    margin-right: 20px;
}

div.rambler-counter {
    display: inline-block;
}

/* реклама партнеров */
.mpuls-title {
    margin-top: 23px !important;
}

div.congratulate {

}

.congratulate-content {
    padding: 20px;
}

.congratulate-content textarea,
.congratulate-content input,
.congratulate-content select {
    width: 100%;
}

.congratulate-content select {
    padding: 7px 15px;
}

.congratulate-content .button.default {
    padding: 7px 0px;
    width: 100%;
}

.congratulate-content > form > p {
    margin: 10px 0;
}

.congratulate-content .radio input[type="radio"] {
    margin: 2px 0 0 -20px;
    position: absolute;
    width: inherit;
}

.congratulate-content .radio label {
    cursor: pointer;
    min-height: 20px;
    padding: 0 20px;
}

.congratulate-content > form > .publication_period,
.congratulate-content > form > .contact_types {
    margin-bottom: 20px;
}

.congratulate-content > form > .contact_types p {
    margin-bottom: 0;
}

.button.disabled {
    color: #666;
    border-color: #777;
    cursor: default;
}

.button.disabled:hover {
    color: #666;
    border-color: #777;
    cursor: default;
}

.congratulate-content .congrtas-vars {
    font-size: 14px;
    line-height: 1.4;
}

.congratulation-list .congratulation-text.crop {
    max-height: 50px;
    overflow: hidden;
    position: relative;
}

.congratulation-list .congratulation-text.crop .over {
    position: absolute;
    z-index: 5;
    /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#ffffff+0,ffffff+100&0+0,1+100 */
    background: -moz-linear-gradient(top, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 1) 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(top, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 1) 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00ffffff', endColorstr='#ffffff', GradientType=0); /* IE6-9 */
    width: 100%;
    height: 30px;
    bottom: 0;
}

.congratulation-list .congrat {
    cursor: pointer;
}

div.congratulation-overlay {
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    background: #fff;
    box-shadow: 0 0 10px rgba(0, 0, 0, .5);
    z-index: 10;
    max-height: 80%;
    overflow: auto;
    display: none;
}

div.congratulation-overlay .content-main {
    padding: 40px;
}

div.congratulation-overlay p.congrat-nav {
    text-align: center;
}

div.congratulation-overlay p.congrat-nav span {
    cursor: pointer;
    margin: 10px;
}

div.congratulation-overlay p.congrat-nav span:hover {
    color: #fe6638;
}

span.news-sv-icon {
    display: inline-block;
    width: 16px;
    height: 16px;
    vertical-align: middle;
    margin-left: 5px;
}

span.news-video-icon {
    background: url(/images/icon_video.png) center center no-repeat;
}

span.news-swallow-icon {
    background: url(/images/icon_swallow.png) center center no-repeat;
}

h3 span.news-sv-icon {
    margin-top: -3px;
}

h2 span.news-sv-icon {
    margin-top: -4px;
}

input.congrat-pubtype {
    width: auto;
}

div.soc-iconsN {
    margin-top: -1px;
    /*text-align: right;*/
    /*margin-right: -5px;*/
}

.main-menu div.soc-iconsN {
    text-align: right;
}

.social-icon {
    display: inline-flex;
    width: 30px;
    height: 30px;
    align-items: center;
    justify-content: center;
    margin-right: 3px;
}
.social-icon > img {
    max-width: 14px;
}

.social-vk {
    background-color: #4e74a4;
}
.social-fb {
    background-color: #3b5698;
}
.social-ok {
    background-color: #e47d39;
}
.social-tg {
    background-color: #48ade1;
}
.social-ig {
    background-color: #e33f58;
}
.social-tt {
    background-color: #000000;
    display: none;
}
.social-whatsapp {
    background-color: #25D366;
}
.social-viber {
    background-color: #7360f2;
}

.main-menu .header-social-icons {
    text-align: right;
}
.header-social-icons .social-icon {
    width: 20px;
    height: 20px;
}


.like-socials {
    height: 25px;
    margin: 0 auto !important;
    position: relative;
    width: 480px;
}

.like-socials li {
    display: inline-block;
    list-style-type: none;
    position: absolute;
}

.vk-like-social {
    left: 0;
    width: 120px;
    top: 0;
}

.fb-like-social {
    left: 125px;
    top: -4px;
    width: 120px;
}

.ok-like-social {
    left: 280px;
    width: 120px;
    top: 0;
}

.gp-like-social {
    left: 405px;
    width: 120px;
    top: 0;
}

.ribbon-may9 {
    width: 175px;
    position: fixed;
    left: 0;
    bottom: 0px;
    z-index: 50;
    max-width: 35vw;
}

.qa-form {
    margin-bottom: 60px;
}

.qa-form .button {
    margin-right: 15px;
}

.qa-form textarea,
.qa-form input[type="text"] {
    width: 100%;
}


.input_email-text{
    margin-top: 5px;
    margin-bottom: 0;
    font-size: 16px;
    line-height: 25px;
    font-family: 'Open Sans', 'Trebuchet MS', sans-serif;
}

.qa {
    border: 1px solid #dbdbdb;
    border-top: 2px solid #fe6638;
    margin-bottom: 25px;
}

.qa .col-1,
.qa .col-2 {
    padding: 15px;
}

.qa .col-1 {
    width: 7%;
}

.qa .col-2 {
    width: 93%;
}

.qa_person_photo {
    float: left;
    margin: 25px 25px 0 0;
}

.cz_highlight {
    text-align: center;
    padding: 0px 20px;
    background: #fe6638;
    font-size: 13px;
}

.cz_highlight a, .cz_highlight a:hover {
    color: #fff;
}

.cz_highlight.blue {
    background: #325685;
    -webkit-animation: bg 2s infinite linear;
    -moz-animation: bg 2s infinite linear;
    animation: bg 2s infinite linear;
}

.qa-btn-row {
    display: flex;
    margin-top: 20px
}

.qa-btn-item {
    align-items: center;
    display: flex;
    flex: 1;
    text-align: center;
    justify-content: center;
}

.qa-btn-item__karavan {
    align-items: center;
    border: 1px solid #fe6638;
    display: flex;
    flex: 1;
    background-color: #fff !important;
}

.qa-btn-item__mediametrics {
    background-color: #000 !important;
    text-transform: uppercase;
    font-weight: bold;
}

.qa-btn-item__karavan > a {
    align-items: center;
    color: #ff0000 !important;
    display: flex;
}

.qa-btn-item__karavan-logo {
    display: flex;
    align-items: center;
    width: 80px;
    height: 80px
}

.qa-btn-item__karavan-logo img {
    height: 55px;
    width: 80px;
}

@-webkit-keyframes bg {
    0% {
        background: #325685;
    }
    50% {
        background: #FF0000;
    }
    100% {
        background: #325685;
    }
}

@-moz-keyframes bg {
    0% {
        background: #325685;
    }
    50% {
        background: #FF0000;
    }
    100% {
        background: #325685;
    }
}

@keyframes bg {
    0% {
        background: #325685;
    }
    50% {
        background: #FF0000;
    }
    100% {
        background: #325685;
    }
}

.btn-animation-blue {
    background: #325685;
    -webkit-animation: animateblue 2s infinite linear;
    -moz-animation: bg 2s infinite linear;
    animation: bg 2s infinite linear;
}

@-webkit-keyframes animateblue {
    0% {
        background: #325685;
    }
    50% {
        background: #FF0000;
    }
    100% {
        background: #325685;
    }
}

@-moz-keyframes animateblue {
    0% {
        background: #325685;
    }
    50% {
        background: #FF0000;
    }
    100% {
        background: #325685;
    }
}

@keyframes animateblue {
    0% {
        background: #325685;
    }
    50% {
        background: #FF0000;
    }
    100% {
        background: #325685;
    }
}

.btn-main-rating-smi {
    display: block;
    font-size: 16px;
    padding: 40px;
    text-align: center;
    text-decoration: none;
}

.btn-main-rating-smi,
.btn-main-rating-smi:active,
.btn-main-rating-smi:hover,
.btn-main-rating-smi:focus {
    color: #ffffff;
}

.main-gorozhanin > a:first-child {
    display: block;
    overflow: hidden;
    height: auto;
    /*height: 378px;*/
}

@media all and (min-width: 1000px) {
    .main-gorozhanin > a:first-child {
        height: 370px;
    }
}

.main-gorozhanin > a:first-child img {
    /*height: 380px;*/
    height: auto;
    width: 100%;
    display: block;
    max-height: 100%;
}

.header-main {
    background-size: contain;
}

canvas {
    position: fixed;
    border: 0px solid #c00;
    z-index: -1;
    top: 0;
    left: -100px;
    /*    width: 600px;
	height: 600px;*/
}

div.mainmenu-ads {
    width: 100%;
    margin-top: 20px;
    overflow: hidden;
    display: flex;
    flex-wrap: nowrap;
    justify-content: space-between;
    height: 90px;
}

div.mainmenu-ads a {
    margin-right: 20px;
}

div.mainmenu-ads a:last-child {
    margin-right: 0px;
}

@media all and (max-width: 1319px) and (min-width: 960px) {
    div.mainmenu-ads {
        height: 68px;
    }
}

.mainmenu-ads img {
    max-width: 100%;
}

.gray-button {
    text-align: center;
    background-color: #dddddd;
    font-weight: bold;
    text-transform: uppercase;
}

.gray-button a {
    display: block;
    padding: 20px;
}

table.currencies {
    width: 100%;
    margin-top: 20px;
}

table.currencies * {
    font-weight: normal;
    font-size: 14px;
}

table.currencies td {
    color: #545454;
    text-align: center;
    padding: 5px 0px;
}

table.currencies th {
    cursor: pointer;
    padding-bottom: 5px;
    padding-left: 5px;
}

table.currencies th > span {
    display: block;
}

table.currencies th.headerSortUp span.down {
    color: #fe6638;
}

table.currencies th.headerSortDown span.up {
    color: #fe6638;
}

table.currencies td.bankname {
    text-align: left;
    padding: 5px 10px;
    width: 165px;
}

table.currencies td.bankname a, table.currencies td.bankname {
    font-weight: bold;
}

table.currencies td.bankname span {
    font-weight: normal;
    display: block;
    margin: 0;
    padding: 0;
}

table.currencies tbody tr:nth-child(2n+1) {
    background-color: #ededed;
}

table.currencies td span {
    padding: 3px 10px;
    display: inline-block;
}

table.currencies td.highlighted span {
    background-color: #fe6638;
    color: #ffffff;
    font-weight: bold;
}

table.currencies input {
    width: 80px;
    padding: 5px;
    text-align: center;
}

table.currencies div.calc {
    position: absolute;
    /*display: none;*/
    background-color: #ffffff;
    padding: 10px;
    display: flex;
    justify-content: space-between;
    width: 300px;
    text-align: left;
    border: 1px solid #cccccc;
}

table.currencies div.calc > div > div {
    padding-bottom: 10px;
}

table.currencies div.calc > div > div:last-child {
    padding-bottom: 0px;
}

span.icon-calc {
    height: 22px;
    width: 20px;
    display: inline-block;
    background: url(/images/icon-calc.png) center center no-repeat;
    background-size: contain;
    margin: 3px 0 1px 0;
    cursor: pointer;
}

table.currencies div.calc input {
    width: 80px;
}

.expiration-selector {
    padding: 20px 0;
    font-weight: bold;
}

.bankpanel h1 sup {
    text-transform: none;
    margin-left: 10px;
}

.bankpanel .button {
    padding: 10px 20px;
}

.currencies-login {
    text-align: center;
    padding: 40px;
}

.form__fieldset{
    border: 1px solid gray;
    margin-bottom: 10px;
    margin-top: 20px;
}

.pirsonal-kabinet__title{
    color: rgb(254, 102, 56);
    cursor: pointer;
    margin-bottom: 15px;
    font-size: 17px;
    font-weight: 600;
    margin-top: 10px;
}
.pirsonal-kabinet__list{
    margin-bottom: 10px;
    margin-left: 15px;
}

.pirsonal-kabinet__list li{
    list-style: decimal;
    font-size: 14px;
    padding-bottom: 10px;
}

.hidden__instruction{
    cursor: pointer;
    color: rgb(254, 102, 56);
    font-family: 'Open Sans', 'Trebuchet MS', sans-serif;
    font-size: 14px;
    line-height: 18px;
    font-weight: 600;
}

.p-2 {
    padding: 10px;
}

.mt-2 {
    margin-top: 10px;
}

.currencies-login input {
    font-size: 16px;
    margin-top: 10px;
}

.currencies-login input[type="submit"] {
    padding: 10px 20px;
}

.currencies-login div {
    margin: 10px;
    text-align: left;
    width: 350px;
    font-size: 16px;
}

table.currencies-widget * {
    font-size: 14px;
}

.currencies-title {
    font-size: 14px;
    text-transform: uppercase;
    font-weight: 700;
    margin: 5px;
    text-align: center;
}

table.currencies-widget a {
    white-space: nowrap;
    display: inline-block;
    width: 121px;
    overflow: hidden;
    text-overflow: ellipsis;
}

table.currencies-widget .header {
    font-weight: bold;
    font-size: 14px;
    text-transform: uppercase;
}

table.currencies-widget td.center {
    text-align: center;
    border-left: 10px solid #fff;
    width: 80px;
    padding-bottom: 5px;
}

table.currencies-widget tr:first-child td {
    vertical-align: top;
}

table.currencies-widget td.sum {
    color: #ffffff;
    background-color: #fe6638;
    padding: 5px 0;
}

.currencies-hint {
    font-size: 12px;
    margin-top: 20px;
    font-style: italic;
    color: #999;
}

.currencies-hint.seo {
    padding-top: 80px;
}

.currencies-hint.seo p, .currencies-hint.seo ul, .currencies-hint.seo li {
    line-height: 1.4 !important;
    font-size: 12px !important;
    margin: 15px 0 0 0;
}

.currencies-hint h3 {
    font-size: 16px;
    font-weight: bold;
}

.currencies-hint h4 {
    font-size: 14px;
    font-weight: bold;
}

.subscribe_form button {
    background-color: #00A8ED;
    padding: 3px 10px;
    color: #fff;
    border: 0;
    font-weight: bold;
}

@media all and (max-width: 769px) {
    .smi2-article {
        display: none;
    }

    #unit_89058 .list-container-item:nth-child(2),
    #unit_89058 .list-container-item:nth-child(3),
    #unit_89058 .list-container-item:nth-child(4),
    #unit_89058 .list-container-item:nth-child(5) {
        display: none;
    }

    .golos-passagira-news {
        display: none;
    }
}

@media all and (min-width: 770px) {
    .grid-col-wrapper.grid-items-6 .col-1 ul,
    #index-left .news-content ul {
        overflow: hidden;
        display: flex;
        flex-flow: column wrap;
    }

    .grid-col-wrapper.grid-items-6 .col-1 ul {
        height: 500px;
    }

    .grid-col-wrapper.grid-items-6 .col-1 ul > li,
    #index-left .news-content ul > li {
        width: 100%;
    }

    .grid-col-wrapper.grid-items-6 .col-1 span.news-data.date {
        display: block;
        margin-bottom: 20px;
    }
}

@media all and (min-width: 770px) {
    #index-left .news-content ul {
        height: 3122px;
    }

    .navigation-wrapper.navigation-index-middle li:first-child {
        margin-left: 5px;
    }

    .navigation-wrapper.navigation-index-middle li a {
        font-size: 14px;
        margin-right: 5px;
    }
}

@media all and (min-width: 1350px) {
    #index-left .news-content ul {
        height: 1750px;
    }
}

#yandex_rtb_R-A-240311-4, #yandex_rtb_R-A-240311-5 {
    display: none;
    margin-bottom: 20px;
}

@media all and (min-width: 940px) {
    #yandex_rtb_R-A-240311-4 {
        display: block;
    }
}

.w1200plus {
    display: none;
}

@media all and (min-width: 1260px) {
    #yandex_rtb_R-A-240311-5 {
        display: block;
    }

    .w1200plus {
        display: block;
    }
}

@media all and (max-width: 5800px) {
    .banner-dummy_m {
        display: none !important;
    }
}

@media all and (max-width: 769px) {
    .currencies-hint.seo {
        display: none;
    }

    .banner-notmob {
        display: none !important;
    }

    .banner-dummy_m {
        max-width: 100% !important;
        width: 100% !important;
        display: inline !important;
    }
}

.footer-main.tilda {
    margin: 0;
    padding: 0;
}

.footer-main.tilda .liru-counter {
    position: absolute;
    bottom: 0;
    right: 0;
}

/****************** search *****************/
.searchresults .col-1 {
    width: auto;
    display: flex;
    min-width: 300px;
}

.searchresults .news-col1-img-link {
    width: 280px;
    min-width: 280px;
    margin: 0;
    max-height: 200px;
}

.searchresults .col-1 .news-content {
    padding: 0;
    margin: 20px;
}

.searchform .button {
    padding: 7px 15px;
}

.searchform input[type="text"] {
    padding: 6px;
    margin-right: 10px;
    margin-bottom: 15px;
    width: 400px;
    border: 1px solid #AAAAAA;
}

.searchform {
    padding: 20px;
    min-width: 300px;
}

.searchform .options {
    margin-top: 10px;
}

.searchform .options select, .searchform .options label, .searchform .options input[type="radio"] {
    margin-left: 7px;
}

.searchform .options span:first-child {
    margin-right: 20px;
}

.searchform .options label {
    margin-right: 13px;
}

.searchform nobr {
    display: inline-block;
}

.searchresultscount {
    margin: 20px 0;
}

aside.searchpage {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

@media all and (max-width: 769px) {
    aside.searchpage {
        display: none;
    }

    .search-wrapper {
        width: 100% !important;
    }

    .searchresults .news-col1-img-link {
        width: 40vw;
        min-width: 40vw;
    }

    .searchform input[type="text"] {
        width: 60vw;
    }

    .searchform .options select {
        margin-top: 10px;
    }
}

@media all and (max-width: 450px) {
    .searchresults .news-col1-img-link {
        display: none;
    }

    .searchform input[type="text"] {
        width: 100%;
    }

    .searchform .options select {
        width: 50vw;
        margin-top: 10px;
    }
}

#comments-form {
    padding-top: 85px;
    margin-top: -85px;
}

a.button {
    padding: 10px 20px;
    text-transform: none;
    font-size: 18px;
    margin: 10px 0;
    background-color: #EEEEEE;
}

a.button.green {
    background-color: #00cc55;
    color: #ffffff;
}

a.button:hover {
    opacity: .8;
}

.article-social-buttons-wrapper {
    text-align: left;
    margin-bottom: 10px;
}

.article-social-buttons-wrapper .share {
    font-size: 16px;
    font-weight: bold;
}

@media all and (min-width: 769px) {

    .aside-scroll-fixed {
        position: fixed;
        top: 100px;
    }

    .aside-scroll-absolute {
        position: absolute;
        bottom: 0;
    }

    aside {
        position: relative;
    }
}

#yandex_rtb_R-A-240311-4 {
    overflow: hidden;
}

.clear {
    clear: both;
}

/*** calendar.css ***/
.IndexCalendar {
    width: 100%;
    table-layout: fixed;
}
.IndexCalendar th {
    text-align: center;
    border: 1px solid #ccc;
    padding: 8px 5px;
    font-size: 15px;
    line-height: 1;
}
.IndexCalendar tr.month th {
    color: #fff;
    background: #1f4faf;
    background: -moz-linear-gradient(top,  #1f4faf 0%, #0335a0 100%);
    background: -webkit-linear-gradient(top,  #1f4faf 0%,#0335a0 100%);
    background: linear-gradient(to bottom,  #1f4faf 0%,#0335a0 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#1f4faf', endColorstr='#0335a0',GradientType=0 );
    border-radius: 0 0 0 0;
    border-color: transparent;
    border:1px solid #ccc;
}
.IndexCalendar tr.month a {
    display: block;
    color: #fff;
    transition: color .25s ease-out;
    font-family: Arial;
}
.IndexCalendar td {
    font-family: Arial;
}
.IndexCalendar tr.month a:hover {
    color: #ccc;
    text-decoration: none;
}
.IndexCalendar .weekend {
    background-color: #ffeeee;
}
.IndexCalendar td {
    border: 1px solid #ccc;
    text-align: center;
}
.IndexCalendar td a {
    display: block;
    text-decoration: none;
    transition: all .25s ease-out;
}
.IndexCalendar td a, .IndexCalendar td.future {
    color: #333;
    padding: 7px 5px;
    font-size: 14px;
    line-height: 1;
    font-family: Arial;
}
.IndexCalendar td.future, .IndexCalendar td.other {
    color: #999;
}
.IndexCalendar td.now a {
    background-color: #1f4faf;
    color: #fff;
}
.IndexCalendar td.sel a {
    background-color: #ccc;
    color: #000;
}

.IndexCalendar td.other a {
    color: #ccc;
}
.IndexCalendar td a:hover {
    background-color: #ccc;
    color: #000;
}

/** adaptive.css **/

.map-h1 {
}

.navigation-wrapper .logo {
    display: none;
}

.mobile-only.banners-article-page {
    display: flex;
    flex-wrap: nowrap;
    justify-content: space-between;
    margin-top: 10px;
}

.banners-article-page div {
    width: 47%
}

#flex-position {
    height: 546px;
}

#flex-relative, #flex-relative-2, #index-right-bottom {
    height: 400px;
}

#news-col4-1-mobile {
    display: none;
}

.navigation-menus-mobile {
    display: none;
}

.mt-15 {
    margin-top: 15px;
}

@media all and (max-width: 1320px) {
    li.hide-on-tablet {
        display: none;
    }
}

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

.desktop-only {
    display: block;
}
tr.desktop-only {
    display: table-row;
}
@media all and (max-width: 1319px) {
    .m_hide_1319 {
        display: none;
    }
}
@media all and (max-width: 769px) {

    .swiper-container {
        margin: 0 auto -20px 0;
    }

    .mobile-only {
        display: block;
    }
    tr.mobile-only {
        display: table-row;
    }

    .mt-15 {
        margin-top: 0;
    }

    div.mainmenu-ads {
        height: auto;
    }

    .desktop-only,
    .slick-slider.desktop-only,
    .mainmenu-ads.desktop-only {
        display: none !important;
    }

    li.hide-on-tablet {
        display: block;
    }

    .banner-notmob {
        display: none;
    }

    .news-col1-img-link {
        height: 400px !Important;
    }

    .rg-caption {
        width: 100%;
    }

    body > div.container > div.content-index > div:nth-child(12) > div:nth-child(1) {
        width: 100%;

    }

    .grid-col-wrapper .news-col2-img {
        min-height: 470px !important;
    }

    .grid-items-col1 .col-1 {
        float: left;
    }

    .grid-items-col1 .col-1:nth-child(odd) {
        margin-right: 2%;
    }

    .news-img-caption {
        flex-direction: column-reverse;
    }

    .news-img-caption > div {
        width: 100%;
    }

    #index-left {
        border: 0 !Important;
    }

    .caricat {
        position: absolute;
        bottom: 0;
    }

    div.content-index .photovzglyad {
        min-height: 300px;
        width: 100%;
    }

    table.currencies * {
        font-weight: normal;
        font-size: 9px;
    }

    table.currencies td span.value {
        font-size: 12px;
    }

    #ya-site-results .b-pager {
        font-size: 1em !important;
        max-width: 100%;
    }

    body .g-gap-horizontal {
        display: block;
        margin-left: 0px !important;
    }

    .m_hide {
        display: none !Important;
    }

    .col-1-dummy {
        width: 100%;
        margin-bottom: 20px;
    }

    #news-col4-1 .news-content ul li {
        display: None !important;
    }

    #news-col4-1 .news-content ul li:nth-child(1) {
        display: block !important;
    }

    .news-block + #news-col4-1 {
        margin-top: 0 !important;
    }

    #index-right-bottom, #flex-position, #flex-relative, #flex-relative-2 {

        z-index: 99;
        position: relative;
    }

    .content p {
        word-wrap: break-word;
    }

    .navigation-wrapper li {
        margin: 0;
        margin-right: 10px;
    }

    .main-gorozhanin > a:first-child img {
        height: auto;
        width: 100%;
    }

    .article-social-buttons-wrapper .social-button-vk,
    .article-social-buttons-wrapper .social-button-ok
    {
        /*width: 105px !important;*/
        margin-left: 0;
    }

    .article-social-buttons-wrapper .social-button-fb {
        /*width: 120px !important;*/
        margin-left: 0;
    }

    .main-gorozhanin {
        width: 100% !important;
    }

    body > div.container > nav:nth-child(2) {
        min-height: 48px;
        border: 0;
        margin-top: 0px;
        margin-bottom: -20px;
        padding-top: 0;
    }

    .navigation-wrapper .icon-search {
        line-height: 30px;
    }

    #index-top-middle {
        border: 0;
    }

    #index-right-bottom, #flex-position, #flex-relative, #flex-relative-2 {
        border: 0 !Important;
    }

    #index-right-bottom img, #flex-position img, #flex-relative img, #flex-relative-2 img {
        border: 1px solid #dbdbdb;
    }

    .grid-block-wrapper .col-3 {
        width: 100% !Important;
    }

    .yiiLog {
        display: none;
    }

    iframe {
        max-width: 100%;
    }

    body {
        width: 95%;
        min-width: 95%;
        margin: 0 2.5%;
        max-width: 95%;
        overflow-x: hidden;
    }

    .container, .b-top-wrapper .b-top {
        width: 100%;
    }

    .b-top-wrapper {
        height: auto;
    }

    #index-left {
        width: 30%;
        margin-right: 5%;
    }

    #index-right {
        width: 65%;
    }

    .col-border.col-1 img {
        width: 100%;
    }

    #index-top-middle {
        width: 100%;
    }

    .col-4 {
        width: 100%;
    }

    .grid-col-wrapper .col-1 {
        width: 32%;
    }

    footer {
        margin: 0 -2.5%;
    }

    #index-right-bottom, #flex-position, #flex-relative, #flex-relative-2 {
        width: 48%;
    }

    .col-2 {
        width: 49%;
    }

    .b-index {
        width: 49%;
    }

    .header-main {
        height: 105px;
        display: block !important;
    }

    .exchange-rates-wrapper {
        text-align: center;
        width: 50%;
        float: left;
        margin-right: 0 !important;
    }

    .logo {
        width: 45%;
        float: left;
        margin: 16px 2%;
    }

    .logo img {
        width: 100%;
    }

    .header-main .info-block {
        width: 100%;
        position: absolute;
        bottom: -34px;
    }

    .header-main .info-block-date {
        margin: 5px auto !Important;
    }

    .news-data {
        margin-right: 0px;
    }

    .news-col1-img-link {
        background-position: top center !important;
    }

    .grid-block-wrapper .col-1 {

    }

    #map {
        height: 415px !important;
        width: 80%;
        overflow: Hidden;
    }

    #news {
        width: 100%;
    }

    .news-col1-img-link {
        display: block;
        margin-bottom: 15px;
        height: 300px;
        overflow: hidden;
    }

    #index-right-bottom {
        float: left;

    }

    .news-data {
        margin-right: 10px;
    }

    .mgbox {
        display: none !important;
    }

    .mshow {
        display: block !important;
        text-align: center;
        margin-bottom: -50px;
    }

    .navigation-index-middle {
        display: none;
    }

    .footer-main .navigation-wrapper {
        display: none;
    }

    #flex-position {
        float: right;
    }

    #flex-relative a {
        min-height: auto !important;
    }

    .grid-block-wrapper, .grid-col-wrapper > div {
        width: 100%;
    }

    .icon-search {
        position: absolute;
        right: 14%;
    }

    .navigation-wrapper {
        min-height: 67px;
    }

    .navigation-wrapper.fixed {
        position: fixed;
        z-index: 200;
        width: 100% !important;
        background-color: #fafafa;
        top: 0px;
        left: 0;
        margin: 0 !important;
        border-bottom: 2px solid #636466 !important;
        /*min-height: 167px !important;*/
    }

    .navigation-wrapper.fixed .logo {
        display: block;
        position: absolute;
        width: 100vw;
        margin-top: -3px;
        margin-bottom: -5px;
        text-align: center;
    }

    .navigation-wrapper.fixed .logo img {
        width: 40vw;
    }

    .navigation-wrapper.fixed .navigation-menus {
        padding: 0 15px;
    }

    .navigation-wrapper .navigation-menus:nth-child(1) {
        margin-top: 50px;
    }

    .navigation-wrapper .navigation-menus:nth-child(2) {
        margin-top: 55px;
    }

    .navigation-wrapper .menu {
        position: absolute;
        left: 14%;
    }

    .navigation-menus {
        display: None;
    }

    .exchange-rates-wrapper {
        display: none;
    }

    .col-blue .grid-col-wrapper .col-1,
    .news-block .grid-col-wrapper .col-1 {
        display: none;
    }

    .news-list-js #news-col4-2 {
        display: none;
    }

    .news-list-js #news-col4-3 {
        display: none;
    }

    .news-list-js #news-col4-4 {
        display: none;
    }

    .news-list-js #news-col4-5 {
        display: none;
    }

    .index-seo {
        display: None;
    }

    .col-blue .grid-col-wrapper .col-1::nth-child(1) {
        display: block !important;
    }

    .content-main {
        display: block;
    }

    .grid-block-wrapper img {
        max-width: 100%;
    }

    .qa__col {
        padding: 0px 20px;
        width: 100%;
    }

    .qa__list {
        display: block;
        justify-content: space-around;
        margin: 0 -20px;
        width: 100%;
    }

    .content-main .col-3 {
        width: 100%;
    }

    .content-main .col-1 {
        width: 100%;
    }

    .news-col2-img, .news-col2-img img {
        width: 100%;
        display: block;
        height: auto;
        height: 100% !important;
    }

    .banner-dummy {
        max-width: 100% !important;
        width: 100% !important;
    }

    body > div.container > div > div > div.news-img-main.col-3 > div > div:nth-child(2) {
        width: 100%;
    }

    .sidebar .col-1 {
        width: 48% !Important;
        float: left;
        margin-right: 2%;
    }

    .footer-info-block {
        display: block;
    }

    .footer-info-block .footer-copyright {

        width: 95%;
        margin: 2.5%;
    }

    .qa_person_photo {
        width: 100%;
    }

    .footer-info-block .footer-logo {

        width: 95%;
        margin: 2.5%;
    }

    .navigation-wrapper ul {
        width: 95%;
    }

    .footer-info-block div:nth-child(1) {
        display: none !Important;
    }

    .type-e, .list-container-item {
        width: 100% !important;
        margin: 5px auto !important;
    }

    #null, .mgbox {
        width: 100% !important;
        max-width: 100% !important;
    }

    #index-left {
        width: 100%;
        margin-right: 0;
    }

    #index-right {
        width: 100%;
    }

    .news-content > ul {
        min-height: 600px;
    }

    .currencies-news .news-content > ul {
        min-height: 300px;
    }

    .news-content li {
        display: none !important;
    }

    .news-content li:nth-child(1) {
        display: block !important;
    }

    .news-content li:nth-child(2) {
        display: block !important;
    }

    .news-content li:nth-child(3) {
        display: block !important;
    }

    .news-content li:nth-child(4) {
        display: block !important;
    }

    .news-content li:nth-child(5) {
        display: block !important;
    }

    .news-content li:nth-child(6) {
        display: block !important;
    }

    .news-content li:nth-child(7) {
        display: block !important;
    }

    .news-content li:nth-child(8) {
        display: block !important;
    }

    .news-content li:nth-child(9) {
        display: block !important;
    }

    .news-content li:nth-child(10) {
        display: block !important;
    }

    .col-1 img {
        width: 100%;
    }

    .swiper-pagination-point {
        position: absolute;
        top: 380px;
        right: 20px;
        z-index: 1;
    }

    .news-similar .col-1 {
        display: block !important;
    }

    body > div.container > div.content-index > div.grid-col-wrapper.grid-items-6.news-list-js {
        display: none;
    }

    body > div.container > div.content-index > div.grid-col-wrapper.grid-items-9.grid-items-col1 {
        display: none;
    }

    p.content-announce, p.content-quote, p.content-highlight {
        font-size: 16px;
        line-height: 22px !Important;
        width: 300px;
    }

    body > div.container > div.content-index > div:nth-child(8) > div:nth-child(1) {
        height: 255px;
    }

    body > div.container > div.content-main > aside > div:nth-child(6) {
        width: 48% !important;
        float: left;
    }

    body > div.container > div.content-main > aside > div:nth-child(5) {
        width: 48% !important;
        margin-right: 2%;
        float: left;
    }

    h2 {
        font-size: 18px;
        line-height: 20px;
    }

    #index-right-bottom {
        height: 214px;
    }

    .grid-col-wrapper .col-1 {
        width: 48%;
    }

    .col-border .grid-col-wrapper .col-1:nth-child(1) {
        display: block;
        width: 100%;
    }

    .exchange-rates-wrapper {
        width: 100%;
        float: none;
        margin: 5px auto;
    }

    table.currencies-widget {
        width: 100%;
        max-width: 350px;
        display: block;
        margin: 0 auto;
    }

    table.currencies-widget tbody {
        display: flex;
        flex-direction: column;
        width: 100%;
    }

    table.currencies-widget tr {
        display: flex;
        align-items: center;
    }

    table.currencies-widget tr #yw1-bank1 {
        width: 100%;
        min-width: 0;
    }

    table.currencies-widget a {
        width: 100%;
    }

    table.currencies-widget .header {
        width: 100%;
    }

    table.currencies-widget td.center {
        width: 70px;
        min-width: 70px;
        border-left: none;
        margin-left: 10px;
    }

    .logo {
        width: 80%;
        float: none;
        margin: 5px auto;
    }

    .header-main {
        height: auto;
        position: relative;
    }

    h1 {
        font-size: 22px;
        line-height: 30px;
        font-weight: 300;
        text-transform: uppercase;
        /* padding: 20px 0 5px; */
    }

    .news-col2-img, .news-col2-img img {
        width: 100%;
        display: block;
        height: auto;
        min-height: 200px;
    }

    .news-col2-img {

        background-size: 100% !important;
    }

    .swiper-img {
        width: 100%;
        height: 415px;
    }

    #index-right-bottom {
        width: 45%;
    }

    body > div.container > div.content-index > div:nth-child(11) > div:nth-child(1) {
        min-height: 420px;
    }

    #index-left {
        display: none;
    }

    #index-top-middle {
        border: 0;
        order: 1;
    }

    .grid-col-wrapper.grid-items-col1 > .first-news {
        order: unset !important;
        border: 1px solid #dbdbdb !important;
    }

    .grid-col-wrapper.grid-items-col1 > .first-news > .news-col2-img {
        background-size: cover !important;
        min-height: 250px !important;
        height: 300px !important;
    }

    #flex-position {
        order: 3;
        height: auto;
    }

    #index-left-mobile {
        display: block;
        width: 100%;
        order: 4;
    }

    #index-right-bottom {
        order: 2;
        height: auto;
    }

    #flex-relative {
        order: 5;
        height: auto;
    }

    #flex-relative-2 {
        order: 6;
        height: auto;
    }

    #newsblock-1 {
        order: 7;
    }

    #newsblock-2 {
        order: 8;
    }

    #newsblock-3 {
        order: 10;
    }

    #news-col4-1-mobile {
        display: block;
        width: 100%;
        order: 9;
    }

    #news-col4-1-mobile .news-content li:not(:first-child) {
        display: none !important;
    }

    #news-col4-1-mobile .button-wrapper {
        display: none;
    }

    .navigation-menus-mobile {
        display: block;
        text-align: center;
        margin-bottom: -50px;
    }

    .bus58 {
        flex-direction: column-reverse;
    }

    .flex-column {
        display: flex;
        flex-direction: column;
    }

    .m-width-100 {
        width: 100% !important;
    }

    .m-order-1 {
        order: 1;
    }

    .m-order-2 {
        order: 2;
    }

    .m-order-3 {
        order: 3;
    }

    .interview-block {
        position: relative;
        margin-bottom: 0;
    }

    .interview-block .news-content ul {
        min-height: auto;
    }

    .interview-block .news-content li:first-child a {
        display: block;
        font-weight: bold;
        margin-top: 5px;
    }
}

@media all and (max-width: 450px) {
    .news-col1-img-link {
        height: 240px !Important;
    }

    .grid-col-wrapper .news-col2-img {
        min-height: 250px !important;
    }

    .col-2 {
        width: 49%;
    }

    .swiper-img {
        width: 100%;
        height: 66vw;
    }

    .swiper-pagination-point {
        position: absolute;
        top: 57vw;
        right: 20px;
        z-index: 1;
    }

    .news-col1-img-link {
        display: block;
        margin-bottom: 15px;
        height: 200px;
        overflow: hidden;
    }

    body > div.container > div.content-main > aside > div.col-orange:nth-child(1) {
        display: none
    }

    /*body > div.container > div.content-main > aside > div.col-orange:nth-child(3) {
        display:none
    }*/
    #null {
        display: block !important;
    }

    .sidebar-ads {
        display: None !Important;
    }

    .news-img-main div:nth-child(0) {
        align-items: center;

        justify-content: space-between;
    }

    #index-right-bottom, #flex-position, #flex-relative, #flex-relative-2 {
        width: 48%;
    }

    .grid-col-wrapper .col-1 {
        width: 100%;
    }

    .col-2 {
        width: 100%;
    }

    .main-gorozhanin > a:first-child img {
        height: auto;
        width: 100%;
    }

    .grid-col-wrapper.grid-items-col1 > .first-news {
        order: unset !important;
        border: 1px solid #dbdbdb !important;
    }

    .grid-col-wrapper.grid-items-col1 > .first-news > .news-col2-img {
        background-size: cover !important;
        min-height: 240px !important;
        height: 240px !important;
    }

}

@media all and (max-width: 1321px) {
    .subscribe_form .btn {
        display: block;
        margin-top: 20px;
    }
}

@media all and (max-width: 769px) {
    .subscribe_form img {
        display: inline;
        width: 40px;
        position: relative;
        top: 0px !important;
        margin: 0 10px 0 0;
        float: left;
    }

    .subscribe_form label {
        color: #000;
        display: block;
        font-size: 20px;
        text-align: center;
        margin-top: 0;
        height: 40px;
        float: left;
        width: 80%;
        margin-bottom: 10px;
    }

    .subscribe_form input {
        border: 1px solid #000;
        display: block;
        width: 100%;
        margin: 0 !important;
        box-sizing: border-box;
    }

    .subscribe_form button {
        width: 100%;
        height: 35px;
        color: #fff;
        background: #05aaec;
        border: 0;
        margin-top: 10px;
    }
}

@media all and (max-width: 450px) {
    .subscribe_form img {
        display: inline;
        width: 40px;
        position: relative;
        top: 4px !important;
        margin: 0 10px 0 0;
        float: left;
    }

    .subscribe_form label {
        color: #000;
        display: block;
        font-size: 20px;
        text-align: center;
        margin-top: 0;
        float: left;
        width: 80%;
        margin-bottom: 10px;
    }

    .subscribe_form input {
        border: 1px solid #000;
        display: block;
        width: 100%;
        margin: 0 !important;
        box-sizing: border-box;
    }

    .subscribe_form button {
        width: 100%;
        height: 35px;
        color: #fff;
        background: #05aaec;
        border: 0;
        margin-top: 10px;
    }

    .navigation-wrapper.fixed .logo {
        margin-top: 3px;
    }
}


/*** slick.css ***/
/* Slider */
.slick-slider
{
    position: relative;

    display: block;
    box-sizing: border-box;

    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;

    -webkit-touch-callout: none;
    -khtml-user-select: none;
    -ms-touch-action: pan-y;
    touch-action: pan-y;
    -webkit-tap-highlight-color: transparent;
}

.slick-list
{
    position: relative;

    display: block;
    overflow: hidden;

    margin: 0;
    padding: 0;
}
.slick-list:focus
{
    outline: none;
}
.slick-list.dragging
{
    cursor: pointer;
    cursor: hand;
}

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

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

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

    content: '';
}
.slick-track:after
{
    clear: both;
}
.slick-loading .slick-track
{
    visibility: hidden;
}

.slick-slide
{
    display: none;
    float: left;

    height: 100%;
    min-height: 1px;
}
[dir='rtl'] .slick-slide
{
    float: right;
}
.slick-slide img
{
    display: block;
}
.slick-slide.slick-loading img
{
    display: none;
}
.slick-slide.dragging img
{
    pointer-events: none;
}
.slick-initialized .slick-slide
{
    display: block;
}
.slick-loading .slick-slide
{
    visibility: hidden;
}
.slick-vertical .slick-slide
{
    display: block;

    height: auto;

    border: 1px solid transparent;
}
.slick-arrow.slick-hidden {
    display: none;
}

.recommendations {
    margin-top: 20px;
}
.recommendations h3 {
    padding: 10px 0;
}
.recommendations > h3 {
    font-weight: normal;
    text-transform: uppercase;
}
.recommendations .items {
    margin-bottom: 24px;
}
.recommendations .items a {
    display: flex;
}
.recommendations .items a > div > span {
    display: block;
}
.recommendations .items a > div > span:first-child {
    font-size: 16px;
    line-height: 22px;
    font-weight: 700;
    margin-bottom: 2px;
}
#mobile-recommendations-index .items a > div > span:first-child {
    font-weight: 400;
}
.recommendations .items img {
    margin-left: 15px;
    width: 69px;
    height: 46px;
    object-fit: cover;
}
.recommendations .items .news-data {
    color: #949494;
    font-size: 10px;
    text-transform: none;
}

.desktop-only .recommendations {
    display: flex;
    margin-bottom: -15px;
}

.desktop-only .recommendations .news-content {
    padding-top: 20px;
}

@media all and (max-width: 1319px) {
    .desktop-only .recommendations > div:nth-child(3) {
        display: none;
    }
}

.signature {
    text-align: right;
}

.content-main.author h1 {
    text-align: center;
    font-size: 30px;
    line-height: 32px;
    text-transform: none;
}

.content-main.author .article-text {
    text-align: center;
}

.content-main.author .article-text > p:first-child {
    margin-top: 0;
}

.content-main.author .author-avatar {
    display: flex;
    flex-direction: row;
    margin: 15px 0;
}
.content-main.author .author-avatar img {
    width: 100px;
    height: 100px;
    object-fit: cover;
    border-radius: 50%;
    margin: 0 auto;
}

.col-4.author #before {
    display: none;
}

p.maintenance {
    font-weight: bold;
}

p.maintenance a {
    color: #fe6638;
    text-decoration: underline;
}

.top-rtb {
    margin: 10px;
}

.banner-big-full {
    min-height: 548px;
}

.banner-full {
    min-height: 399px;
    height: fit-content;
}

.currencies-banners div {
    min-height: 399px;
}

.currencies-banners div:last-child {
    margin-right: 0;
}

.currencies-banners div:first-child {
    margin-right: 4%;
}

.wrapper_mobile_yandex {
    display: none;
}

@media screen and (max-width: 769px) {
    .wrapper_mobile_yandex {
        display: block;
        height: 250px;
    }
}

@media screen and (max-width: 428px) and (min-width: 375px) {
    .b-top-wrapper {
        min-height: 87px;
    }
    .logo {
        min-height: 43px;
    }
    div.mainmenu-ads {
        min-height: 34px;
    }
    #flex-position {
        min-height: 311px;
    }
    #index-right-bottom, #flex-relative, #flex-relative-2 {
        min-height: 227px;
    }
}

@media screen and (max-width: 374px) {
    .b-top-wrapper {
        min-height: 77px;
    }
    .logo {
        min-height: 37px;
    }
    div.mainmenu-ads {
        min-height: 32px;
    }
    #flex-position {
        min-height: 265px;
    }
    #index-right-bottom, #flex-relative, #flex-relative-2 {
        min-height: 194px;
    }
}

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

.news-img-main > img {
    min-height: 600px;
}

@media screen and (max-width: 1319px) {
    .news-img-main > img {
        min-height: 400px;
    }
}

@media screen and (max-width: 769px) {
    .news-img-main > img {
        min-height: 270px;
    }

    .currencies-banners div {
        min-height: 260px;
    }
}

@media screen and (max-width: 428px) {
    .news-img-main > img {
        min-height: 260px;
    }

    .currencies-banners div {
        min-height: 251px;
    }
}
@media screen and (max-width: 414px) {
    .news-img-main > img {
        min-height: 245px;
    }

    .currencies-banners div {
        min-height: 237px;
    }
}
@media screen and (max-width: 390px) {
    .news-img-main > img {
        min-height: 237px;
    }

    .currencies-banners div {
        min-height: 227px;
    }
}
@media screen and (max-width: 375px) {
    .news-img-main > img {
        min-height: 227px;
    }

    .currencies-banners div {
        min-height: 218px;
    }
}
@media screen and (max-width: 360px) {
    .news-img-main > img {
        min-height: 200px;
    }

    .currencies-banners div {
        min-height: 193px;
    }
}

.bankruptcy-bookmark {
    top: 26px;
    left: 8px;
}

.bankruptcy-bookmark::before {
    font-size: 30px;
}

.bankruptcy-bookmark-title {
    position: absolute;
    font-size: 24px;
    top: 28px;
    letter-spacing: -1.2px;
    left: 37px;
    text-transform: uppercase;
}

@media screen and (max-width: 1319px) {
    .bankruptcy-bookmark {
        top: 10px;
        left: 2px;
    }
    
    .bankruptcy-bookmark::before {
        font-size: 14px;
    }
    
    .bankruptcy-bookmark-title {
        font-size: 12px;
        top: 10px;
        letter-spacing: -1.1px;
        left: 18px;
    }
}

@media screen and (max-width: 769px) {
    .bankruptcy-bookmark {
        top: 29px;
    }
    
    .bankruptcy-bookmark-title {
        top: 29px;
    }
}

li.currencies-widget {
    width: 100%;
    border-top: 1px solid #dbdbdb;
    border-bottom: 1px solid #dbdbdb;
    padding: 5px 0 10px !important;
    margin-left: 0 !important;
    margin-right: 0 !important;
}

#index-left li.currencies-widget {
    display: none;
    width: calc(100% - 40px) !important;
    border-top: 1px solid #dbdbdb;
    border-bottom: 1px solid #dbdbdb;
    padding: 5px 0 10px !important;
    margin-left: 20px !important;
    margin-right: 20px !important;
}

#index-left li.currencies-widget.active {
    display: block;
}

@media (min-width: 1320px) {
    li.currencies-widget {
        margin-top: 20px;
    }
}

@media (min-width: 770px) and (max-width: 1319px) {
    li.currencies-widget {
        margin-top: 20px;
    }
}

@media (max-width: 769px) {
    li.currencies-widget {
        width: 100% !important;
        margin-left: 0 !important;
        margin-right: 0 !important;
    }
}

.news-content h2, .article-body h1 {
    font-size: 18px;
    font-weight: bold;
    text-transform: none;
}

.article-body h1 {
    font-size: 23px;
}

@media (max-width: 769px) {
    .article-body h1 {
        font-size: 18px;
    }
}