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

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%;
}

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);
}

.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 {
    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;
}

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

.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;
}

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

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

    .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: 110px;
}

.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-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;
}

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

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

.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 {
    border-bottom: 2px solid #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-before-title {
    text-transform: uppercase;
}

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

.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;
    border-bottom: 1px solid #aaa;
}

.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;
}

.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: 350px;
}

.swiper-img img {
    display: block;
    height: 350px;
    margin: 0 auto;
}

.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: 320px;
    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;
}

.newday {
    margin: 10px 21px 0px;
}

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

.colred li a {
    color: #fe6638;
}

