

/* Start:/bitrix/components/bitrix/system.show_message/templates/.default/style.min.css?154393736351*/
font.errortext{color:red}font.notetext{color:green}
/* End */


/* Start:/local/templates/saratov24/styles.css?1753342166587*/
.mobile_broadcast .header-buttons a.btn
{
    display: flex;
}
@media only screen and (max-width: 575px)
{
    .header-buttons .button-radio
    {
        padding: 4px 8px 3px;
    }
}
@media only screen and (max-width: 340px)
{
    .header-buttons .button-radio
    {
        padding: 3px 4px ;
    }
    .header-buttons img
    {
        max-width: 65px;
    }
    .mobile_menu .header-nav--search .header-nav--search-btn
    {
        right: 42px;
    }
}
@media (max-width: 879px)
{
    .article-layout .article-body
    {
        font-size: 18px;
        line-height: 24px;
    }
}

/* End */


/* Start:/local/templates/saratov24/template_styles.css?1753343220146326*/
/* Start:/local/templates/saratov24/template_styles.css?144195972073520*/
/* @copyright 2015 nopreset http://nopreset.ru */

@font-face {
  font-family: 'icomoon';
  src: url("/local/templates/saratov24/fonts/icomoon.eot?5guxj");
  src: url("/local/templates/saratov24/fonts/icomoon.eot?#iefix5guxj") format("embedded-opentype"), url("/local/templates/saratov24/fonts/icomoon.ttf?5guxj") format("truetype"), url("/local/templates/saratov24/fonts/icomoon.woff?5guxj") format("woff"), url("/local/templates/saratov24/fonts/icomoon.svg?5guxj#icomoon") format("svg");
  font-weight: normal;
  font-style: normal; }

/*   Path to sinle image
-------------------------------------------------*/
/*   Bootstrap fluid grid
-------------------------------------------------*/
/*   Ultimate arrow mixin
/*   Docs: http://codepen.io/kirkas/pen/otqyJ
-------------------------------------------------*/
/*! normalize.css v3.0.2 | MIT License | git.io/normalize */
/**
 * 1. Set default font family to sans-serif.
 * 2. Prevent iOS text size adjust after orientation change, without disabling
 *    user zoom.
 */
html {
    -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: -0.5em;
}

sub {
    bottom: -0.25em;
}

b, strong {
    font-weight: 500;
}

/* 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 margin not present in IE 8/9 and Safari.
 */
figure {
    margin: 1em 40px;
}

/**
 * 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: 0.35em 0.625em 0.75em;
}

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

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

/**
 * 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;
}

/* Grid
------------------------------------------*/
.grid-layout {
    font-size: 0;
    margin: 0 -10px;
}

.col-block {
    display: block;
}

.col-xs-1, .col-sm-1, .col-md-1, .col-lg-1, .col-xs-2, .col-sm-2, .col-md-2, .col-lg-2, .col-xs-3, .col-sm-3, .col-md-3, .col-lg-3, .col-xs-4, .col-sm-4, .col-md-4, .col-lg-4, .col-xs-5, .col-sm-5, .col-md-5, .col-lg-5, .col-xs-6, .col-sm-6, .col-md-6, .col-lg-6, .col-xs-7, .col-sm-7, .col-md-7, .col-lg-7, .col-xs-8, .col-sm-8, .col-md-8, .col-lg-8, .col-xs-9, .col-sm-9, .col-md-9, .col-lg-9, .col-xs-10, .col-sm-10, .col-md-10, .col-lg-10, .col-xs-11, .col-sm-11, .col-md-11, .col-lg-11, .col-xs-12, .col-sm-12, .col-md-12, .col-lg-12 {
    min-height: 1px;
    padding: 0 10px;
    display: inline-block;
    box-sizing: border-box;
    vertical-align: top;
}

.col-xs-1 {
    width: 8.33333%;
}

.col-xs-2 {
    width: 16.66667%;
}

.col-xs-3 {
    width: 25%;
}

.col-xs-4 {
    width: 33.33333%;
}

.col-xs-5 {
    width: 41.66667%;
}

.col-xs-6 {
    width: 50%;
}

.col-xs-7 {
    width: 58.33333%;
}

.col-xs-8 {
    width: 66.66667%;
}

.col-xs-9 {
    width: 75%;
}

.col-xs-10 {
    width: 83.33333%;
}

.col-xs-11 {
    width: 91.66667%;
}

.col-xs-12 {
    width: 100%;
}

.col-xs-offset-0 {
    margin-left: 0%;
}

.col-xs-offset-1 {
    margin-left: 8.33333%;
}

.col-xs-offset-2 {
    margin-left: 16.66667%;
}

.col-xs-offset-3 {
    margin-left: 25%;
}

.col-xs-offset-4 {
    margin-left: 33.33333%;
}

.col-xs-offset-5 {
    margin-left: 41.66667%;
}

.col-xs-offset-6 {
    margin-left: 50%;
}

.col-xs-offset-7 {
    margin-left: 58.33333%;
}

.col-xs-offset-8 {
    margin-left: 66.66667%;
}

.col-xs-offset-9 {
    margin-left: 75%;
}

.col-xs-offset-10 {
    margin-left: 83.33333%;
}

.col-xs-offset-11 {
    margin-left: 91.66667%;
}

.col-xs-offset-12 {
    margin-left: 100%;
}

@media (min-width: 720px) {
    .col-sm-1 {
        width: 8.33333%;
    }

    .col-sm-2 {
        width: 16.66667%;
    }

    .col-sm-3 {
        width: 25%;
    }

    .col-sm-4 {
        width: 33.33333%;
    }

    .col-sm-5 {
        width: 41.66667%;
    }

    .col-sm-6 {
        width: 50%;
    }

    .col-sm-7 {
        width: 58.33333%;
    }

    .col-sm-8 {
        width: 66.66667%;
    }

    .col-sm-9 {
        width: 75%;
    }

    .col-sm-10 {
        width: 83.33333%;
    }

    .col-sm-11 {
        width: 91.66667%;
    }

    .col-sm-12 {
        width: 100%;
    }

    .col-sm-offset-0 {
        margin-left: 0%;
    }

    .col-sm-offset-1 {
        margin-left: 8.33333%;
    }

    .col-sm-offset-2 {
        margin-left: 16.66667%;
    }

    .col-sm-offset-3 {
        margin-left: 25%;
    }

    .col-sm-offset-4 {
        margin-left: 33.33333%;
    }

    .col-sm-offset-5 {
        margin-left: 41.66667%;
    }

    .col-sm-offset-6 {
        margin-left: 50%;
    }

    .col-sm-offset-7 {
        margin-left: 58.33333%;
    }

    .col-sm-offset-8 {
        margin-left: 66.66667%;
    }

    .col-sm-offset-9 {
        margin-left: 75%;
    }

    .col-sm-offset-10 {
        margin-left: 83.33333%;
    }

    .col-sm-offset-11 {
        margin-left: 91.66667%;
    }

    .col-sm-offset-12 {
        margin-left: 100%;
    }
}

@media (min-width: 1000px) {
    .col-md-1 {
        width: 8.33333%;
    }

    .col-md-2 {
        width: 16.66667%;
    }

    .col-md-3 {
        width: 25%;
    }

    .col-md-4 {
        width: 33.33333%;
    }

    .col-md-5 {
        width: 41.66667%;
    }

    .col-md-6 {
        width: 50%;
    }

    .col-md-7 {
        width: 58.33333%;
    }

    .col-md-8 {
        width: 66.66667%;
    }

    .col-md-9 {
        width: 75%;
    }

    .col-md-10 {
        width: 83.33333%;
    }

    .col-md-11 {
        width: 91.66667%;
    }

    .col-md-12 {
        width: 100%;
    }

    .col-md-offset-0 {
        margin-left: 0%;
    }

    .col-md-offset-1 {
        margin-left: 8.33333%;
    }

    .col-md-offset-2 {
        margin-left: 16.66667%;
    }

    .col-md-offset-3 {
        margin-left: 25%;
    }

    .col-md-offset-4 {
        margin-left: 33.33333%;
    }

    .col-md-offset-5 {
        margin-left: 41.66667%;
    }

    .col-md-offset-6 {
        margin-left: 50%;
    }

    .col-md-offset-7 {
        margin-left: 58.33333%;
    }

    .col-md-offset-8 {
        margin-left: 66.66667%;
    }

    .col-md-offset-9 {
        margin-left: 75%;
    }

    .col-md-offset-10 {
        margin-left: 83.33333%;
    }

    .col-md-offset-11 {
        margin-left: 91.66667%;
    }

    .col-md-offset-12 {
        margin-left: 100%;
    }
}

@media (min-width: 1280px) {
    .col-lg-1 {
        width: 8.33333%;
    }

    .col-lg-2 {
        width: 16.66667%;
    }

    .col-lg-3 {
        width: 25%;
    }

    .col-lg-4 {
        width: 33.33333%;
    }

    .col-lg-5 {
        width: 41.66667%;
    }

    .col-lg-6 {
        width: 50%;
    }

    .col-lg-7 {
        width: 58.33333%;
    }

    .col-lg-8 {
        width: 66.66667%;
    }

    .col-lg-9 {
        width: 75%;
    }

    .col-lg-10 {
        width: 83.33333%;
    }

    .col-lg-11 {
        width: 91.66667%;
    }

    .col-lg-12 {
        width: 100%;
    }

    .col-lg-offset-0 {
        margin-left: 0%;
    }

    .col-lg-offset-1 {
        margin-left: 8.33333%;
    }

    .col-lg-offset-2 {
        margin-left: 16.66667%;
    }

    .col-lg-offset-3 {
        margin-left: 25%;
    }

    .col-lg-offset-4 {
        margin-left: 33.33333%;
    }

    .col-lg-offset-5 {
        margin-left: 41.66667%;
    }

    .col-lg-offset-6 {
        margin-left: 50%;
    }

    .col-lg-offset-7 {
        margin-left: 58.33333%;
    }

    .col-lg-offset-8 {
        margin-left: 66.66667%;
    }

    .col-lg-offset-9 {
        margin-left: 75%;
    }

    .col-lg-offset-10 {
        margin-left: 83.33333%;
    }

    .col-lg-offset-11 {
        margin-left: 91.66667%;
    }

    .col-lg-offset-12 {
        margin-left: 100%;
    }
}

/* Headings */
h1, h2, h3, h4, h5, h6 {
    margin: 0 0 0.5em;
}

h1 {
    font-size: 30px;
}

h2 {
    font-size: 26px;
}

h3 {
    font-size: 22px;
}

h4 {
    font-size: 20px;
}

h5 {
    font-size: 18px;
}

h6 {
    font-size: 16px;
}

/* Basic typograpic */
em {
    font-style: italic;
}

p {
    margin: 0;
}

blockquote, q {
    quotes: none;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
    content: '';
    content: none;
}

/* MISC */
.align-center {
    text-align: center;
}

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

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

.col-middle {
    display: block;
    margin-left: auto;
    margin-right: auto;
}

.pull-left {
    float: left;
}

.pull-right {
    float: right;
}

/* Lists */
dl, dd, menu, ol, ul {
    margin: 0;
}

menu, ol, ul {
    padding: 0;
    list-style-type: none;
}

.b-list-unstyled {
    list-style: none;
}

.b-list-unstyled li {
    padding-bottom: 1em;
}

.g-justify {
    text-align: justify;
    width: 100%;
}

.g-justify li {
    display: inline-block;
    vertical-align: top;
}

.g-justify li.jusfix {
    position: relative;
    top: -10px;
    display: inline-block;
    width: 100%;
    height: 0;
    font-size: 0;
}

/* Placeholder text color */
input[type="text"]:-moz-placeholder,
textarea:-moz-placeholder {
    color: #7d7b6d;
}

input[type="text"]::-moz-placeholder,
textarea::-moz-placeholder {
    color: #7d7b6d;
}

input[type="text"]::-webkit-input-placeholder,
textarea::-webkit-input-placeholder {
    color: #7d7b6d;
}

input:-ms-input-placeholder,
textarea:-ms-input-placeholder {
    color: #7d7b6d;
}

label {
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

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

/*   Text Styles
--------------------- */
.align-vertical {
    display: table;
}

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

/* Helpers */
.clearfix {
    *zoom: 1;
}

.clearfix:before,
.clearfix:after {
    content: " ";
    display: table;
}

.clearfix:after {
    clear: both;
}

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

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

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

At the bottom of this section, we provide information about the spritesheet itself
$spritesheet: width height image $spritesheet-sprites;
*/
/*
These "retina group" variables are mappings for the naming and pairing of normal and retina sprites.

The list formatted variables are intended for mixins like `retina-sprite` and `retina-sprites`.
*/
/*
The provided mixins are intended to be used with the array-like variables

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

.icon-email {
  @include sprite($icon-email);
}
*/
/*
The `retina-sprite` mixin sets up rules and a media query for a sprite/retina sprite.
  It should be used with a "retina group" variable.

The media query is from CSS Tricks: https://css-tricks.com/snippets/css/retina-display-media-query/

$icon-home-group: ('icon-home', $icon-home, $icon-home-2x, );

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

@include sprites($spritesheet-sprites);
*/
/*
The `retina-sprites` mixin generates a CSS rule and media query for retina groups
  This yields the same output as CSS retina template but can be overridden in SCSS

@include retina-sprites($retina-groups);
*/
html {
    position: relative;
    min-height: 100%;
}

body {
    background: #fff;
    color: #383838;
    margin: 0 auto 210px;
    font: 16px/1.428 "Inter", Georgia, "Times New Roman", Times, serif;
    /*width: 1020px;*/
}

a {
    text-decoration: none;
    color: #242424;
}

a:hover {
    text-decoration: none;
    color: #3181c6;
}

/*  Structure

    1. Layout
    2. Basic blocks
------------------------------------------------------------------------------ */
/*   Layout
-----------------------------*/
.page-layout {
    position: relative;
    padding: 36px 0 72px;
}

.row {
    position: relative;
}

.row-cont {
    margin: auto;
    position: relative;
    max-width: 1020px;
}

@media (min-width: 1280px) {

    .row-cont {
        max-width: 1240px;
    }
}

/*   Basic blocks
-----------------------------*/
.b-list-vert li {
    margin: 0 0 0 0;
}

.b-list-vert li:first-child {
    margin: 0 0 0 0;
}

.b-list-inline {
    font-size: 0;
}

.b-list-inline li {
    display: inline-block;
    margin: 0 0 0 24px;
}

.b-list-inline li:first-child {
    margin-left: 0;
}

/*   Decorations
-----------------------------*/
.i-link {
    color: #242424;
    border-bottom: 1px solid;
    text-decoration: none;
}

.i-link__pseudo {
    color: inherit;
    text-decoration: none;
    border-bottom: 1px dashed inherit;
}

.i-link__pseudo:hover {
    color: inherit;
    border-color: inherit;
}

/*  Header
------------------------------------------------------------------------------ */
.row-header {
    position: relative;
    padding: 0 0 0 132px;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.2);
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.header-logo {
    background: #FFF;
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    text-align: center;
    line-height: 108px;
    width: 132px;
}

.site-logo {
    display: inline-block;
    vertical-align: middle;
    text-decoration: none;
    color: transparent;
    /*background-image: url(/local/templates/saratov24/images/logo-9may-2.jpg);*/
    background-image: url(/local/templates/saratov24/images/logo-ru.png);
    /*background-image: url(/local/templates/saratov24/images/logo-ru-mediaholding-new-year.png);*/
    /*background-image: url(/local/templates/saratov24/images/logo_home.svg);*/
    background-position: 50% 50%;
    background-size: contain;
    background-repeat: no-repeat;
    width: 100px;
    /*height: 123px;*/
}

@media (-webkit-min-device-pixel-ratio: 2) {
    /*.site-logo {
        background-image: url(/local/templates/saratov24/images/sprite-2x.png);
        background-size: 162px 142px;
    }*/
}

.site-logo:focus {
    outline: none;
}

.header-social {
    position: absolute;
    top: 10px;
    right: 12px;
}

.icon-social {
    display: inline-block;
    vertical-align: middle;
    border-radius: 50%;
    box-shadow: inset 0 0 0 2px #FFF;
    margin: 0 8px;
    opacity: .5;
}

.icon-social:hover {
    opacity: 1;
}

.icon-social:active {
    opacity: .7;
}

.icon-vk {
    background-image: url(/local/templates/saratov24/images/sprite.png);
    background-position: -97px -82px;
    width: 32px;
    height: 32px;
}

@media (-webkit-min-device-pixel-ratio: 2) {
    .icon-vk {
        background-image: url(/local/templates/saratov24/images/sprite-2x.png);
        background-size: 162px 142px;
    }
}

.icon-tg {
    background-image: url(/local/templates/saratov24/images/icons/telegram.svg);
    width: 32px;
    height: 32px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
}

.icon-youtube {
    background-image: url(/local/templates/saratov24/images/sprite.png);
    background-position: -128px -82px;
    width: 32px;
    height: 32px;
}

@media (-webkit-min-device-pixel-ratio: 2) {
    .icon-youtube {
        background-image: url(/local/templates/saratov24/images/sprite-2x.png);
        background-size: 162px 142px;
    }
}

.icon-facebook {
    background-image: url(/local/templates/saratov24/images/sprite.png);
    background-position: 0px -82px;
    width: 32px;
    height: 32px;
}

@media (-webkit-min-device-pixel-ratio: 2) {
    .icon-facebook {
        background-image: url(/local/templates/saratov24/images/sprite-2x.png);
        background-size: 162px 142px;
    }
}

.icon-twitter {
    background-image: url(/local/templates/saratov24/images/sprite.png);
    background-position: -64px -82px;
    width: 32px;
    height: 32px;
}

@media (-webkit-min-device-pixel-ratio: 2) {
    .icon-twitter {
        background-image: url(/local/templates/saratov24/images/sprite-2x.png);
        background-size: 162px 142px;
    }
}

.icon-ok {
    background-image: url(/local/templates/saratov24/images/sprite.png);
    background-position: -32px -82px;
    width: 32px;
    height: 32px;
}

@media (-webkit-min-device-pixel-ratio: 2) {
    .icon-ok {
        background-image: url(/local/templates/saratov24/images/sprite-2x.png);
        background-size: 162px 142px;
    }
}

/*   Navigation
-----------------------------*/
.header-nav {
    background: #10a0d9;
    height: 54px;
}

.menu-primary {
    font-size: 0;
    margin-left: 15px;
}

.menu-primary--item {
    display: inline-block;
    font-size: 18px;
    font-weight: 500;
}

.menu-primary--item:first-child {
    margin-left: 0;
}

.menu-primary a {
    color: #FFF;
    display: block;
    padding: 14px 15px 12px;
    -webkit-transition: 300ms;
    -moz-transition: 300ms;
    -o-transition: 300ms;
}

.menu-primary .corona {
	color: #fb5050;
}

.menu-primary a:hover {
    color: #b8e3f4;
}

.menu-primary .active a {
    text-decoration: none;
    color: #b8e3f4;
}

.header-panel--top {
    background: #13a9e4;
    color: #FFF;
}

.header-broadcast {
    padding: 16px 0 0 30px;
}

.header-broadcast--label {
    font-size: 14px;
    text-transform: uppercase;
    letter-spacing: .1em;
}

.header-broadcast--text {
    font-size: 16px;
    padding-top: 18px;
    color: #FFF;
}

a.header-broadcast--text:hover {
    color: #FFF;
    opacity: .85;
}

/*  Sections
------------------------------------------------------------------------------ */
.section-header {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    border-top: 4px solid #10a0d9;
    padding-top: 14px;
    margin-bottom: 28px;
    line-height: 1;
}

.section-header--title {
    display: inline-block;
    vertical-align: bottom;
    font-size: 26px;
    margin: 0 26px 0 0;
}

.section-title__item {
    display: inline-block;
}

.section-title__item:first-child:before {
    display: none;
}

.section-title__item:before {
    display: inline-block;
    vertical-align: middle;
    color: #1a1a1a;
    content: '/';
    font-size: 26px;
    font-weight: 300;
    padding: 0 10px;
}

.section-header--nav {
    font-size: 0;
    display: inline-block;
    vertical-align: bottom;
    margin-bottom: 4px;
    text-transform: lowercase;
}

.section-header--nav li {
    display: inline-block;
    vertical-align: top;
}

.section-header--nav-link {
    font-size: 16px;
    margin-right: 20px;
}

.section-header--nav-link.active {
    color: #10a0d9;
    font-weight: 500;
    cursor: default;
}

.owl-loaded .slider-layout--nav {
    display: block;
}

.slider-layout .active {
    opacity: 1;
}

.slider-layout {
    outline: none;
    margin: 0 0 42px;
    overflow: hidden;
}

.slider-layout--wrap {
    background: #333;
    box-shadow: 0 16px 42px rgba(2, 44, 80, 0.2);
    margin-bottom: 18px;
    height: 470px;
    overflow: hidden;
}

.slider-layout--viewer {
    text-align: center;
    font-size: 0;
    white-space: nowrap;
    height: 470px;
}

.slider-layout--viewer-item {
    position: relative;
    display: inline-block;
    vertical-align: top;
    width: 1280px;
}

.slider-layout--viewer img {
    display: block;
}

.slider-layout--nav {
    text-align: center;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    height: 20px;
}

.slider-layout--nav li {
    display: inline-block;
    vertical-align: middle;
    width: 26px;
}

.slider-layout--viewer-item {
    opacity: .4;
    z-index: 99;
}

@media (max-width: 1279px) {

    .slider-layout--viewer-item {
        max-width: 1020px;
    }

    .slider-layout--wrap {
        height: 375px;
    }
}

.header-panel--top .btn div {
    position: relative;
    bottom: -2px;
}

.center .slider-layout--viewer-item {
    opacity: 1;
    transition: all 1s ease;
    z-index: 99;
}

.slider-layout .owl-controls {

}

.slider-layout .owl-nav {
    width: calc(100% - 1280px);
}

.slider-layout .owl-prev {
    position: absolute;
    top: 0;
    left: 0;
    width: calc(50% - 640px);
    height: 470px;
    opacity: 0;
}

.slider-layout .owl-next {
    position: absolute;
    top: 0;
    right: 0;
    width: calc(50% - 640px);
    height: 470px;
    opacity: 0;
}

.slider-layout--viewer-text {
    position: absolute;
    left: 40px;
    bottom: 32px;
    z-index: 3;
    color: #FFF;
    font-size: 18px;
    line-height: 24px;
    text-align: left;
    white-space: normal;
    width: 528px;
}

.slider-layout--viewer-text h3 {
    font-size: 48px;
    line-height: 1;
    text-shadow: 0 3px #3181c6;
}

/* CHANGED */
.slider-layout--nav-item span {
    border: 2px solid #919191;
    display: inline-block;
    border-radius: 50%;
    height: 10px;
    width: 10px;
}

.slider-layout--nav-item:hover span {
    border-color: #3181c6;
}

.slider-layout--nav-item.active span {
    background: #12a4de;
    border-color: #3181c6;
    height: 14px;
    width: 14px;
}

/* /CHANGED */

.post-layout {
    font-size: 0;
}

.post-layout__news {
    position: relative;
    padding: 0 0 0 346px;
    margin: 0 -10px 44px 0;
    min-height: 410px;
}

.post-block {
    color: #242424;
    font-size: 16px;
    line-height: 26px;
    position: relative;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.post-block:hover {
    color: #242424;
}

.post-block:hover .post-block--preview {
    box-shadow: 0 4px 26px rgba(2, 44, 80, 0.25);
}

.post-block:hover .post-block--preview img {
    -webkit-transform: scale(1.05);
    transform: scale(1.05);
    transition: -webkit-transform 2s ease-in-out;
    transition: transform 2s ease-in-out;
}

.post-block:hover .post-block--title {
    color: #3181c6;
}

.post-block--preview {
    overflow: hidden;
    margin-bottom: 16px;
    transition: box-shadow 300ms ease;
	text-align: center;
}

.post-block--preview img {
    transition: -webkit-transform 1s ease-in-out;
    transition: transform 1s ease-in-out;
    vertical-align: top;
    max-width: 100%;
	height: 235px;
}

.onhome-container .post-block--preview img {
	height: auto;
}

@media screen and (min-width: 990px) {
    .post-layout__news > .col-xs-6 .post-block--preview img{
        width: 432px!important;
        height: 252px!important;
    }
}

@media(min-width: 990px) and (max-width: 1279px){
	.post-block--preview img {
		max-height: 182px;
	}
}

@media screen and (max-width: 1023px) {
	.post-block--preview img {
		height: auto;
	}
}

.post-block--title {
    font-size: 18px;
    font-weight: 500;
    line-height: 23px;
    margin-bottom: 4px;
}

.post-block--text {
    margin-bottom: 6px;
}

.post-block--date {
    text-transform: uppercase;
    letter-spacing: .1em;
    font-size: 12px;
    color: #7a7a7a;
}

.announcement-layout {
    font-size: 0;
    margin: 0 -10px 10px -10px;
}

.post-block__featured {
    float: left;
}

.post-block__announcement .post-block--preview {
    margin-bottom: 10px;
}

.post-block__announcement .post-block--title {
    color: #10a0d9;
    margin-bottom: 0;
}

.post-block__announcement .post-block--text {
    font-size: 14px;
}

.post-block__announcement:hover .post-block--title {
    color: #3181c6;
}

.post-block--content {
    height: 64px;
}

/*
.post-block--content__program {
  height: 61px; }*/

.post-block--time {
    text-align: right;
    float: right;
    color: #7a7a7a;
    text-transform: uppercase;
    letter-spacing: .1em;
    font-size: 12px;
}

.post-block--badge {
    position: absolute;
    top: 0;
    z-index: 2;
    right: 10px;
    background: #7ca53f;
    box-shadow: 0 3px #597f21;
    padding: 7px 0 5px;
    text-align: center;
    width: 156px;
}

.post-block--badge:after,
.post-block--badge:before {
    content: '';
    position: absolute;
    right: 10px;
    width: 0;
    height: 0;
    border-style: solid;
}

.post-block--badge:before {
    border-width: 0 20px 15px 0;
    border-color: transparent #597f21 transparent transparent;
    bottom: -15px;
}

.post-block--badge:after {
    border-width: 0 20px 16px 0;
    border-color: transparent #7ca53f transparent transparent;
    bottom: -12px;
}

.post-block--badge .post-block--badge-label {
    color: #FFF;
    text-transform: uppercase;
    letter-spacing: .1em;
    font-size: 14px;
    font-weight: 500;
}

.post-block--badge__new {
    background: #773993;
    box-shadow: 0 3px #5c157c;
    width: 176px;
}

.post-block--badge__new:before {
    border-color: transparent #5c157c transparent transparent;
}

.post-block--badge__new:after {
    border-color: transparent #773993 transparent transparent;
}

@media only screen and (min-width: 1280px) {
    .post-block--content {
        height: 86px;
    }

    .post-block--content__program {
        height: 80px;
    }
}

.wg-fastnews {
    border: 2px solid #f8f8f8;
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    overflow: hidden;
    padding: 14px 26px 0 18px;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    /*width: 284px;*/
}

.wg-fastnews--title {
    font-size: 24px;
    margin-bottom: 8px;
}

.wg-fastnews--title a {
    color: #242424;
}

.wg-fastnews--title a:hover {
    color: #3181c6;
}

/*.wg-fastnews:after {
  background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 0%, white 100%);
  content: '';
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  height: 96px; }*/

.wg-fastnews--list-item {
    font-size: 0;
    display: block;
    padding: 8px 0;
    position: relative;
}

.wg-fastnews--list-item:after {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    z-index: 2;
    content: '';
}

.wg-fastnews--list-item + .wg-fastnews--list-item {
    border-top: 1px solid #f0f0f0;
}

.wg-fastnews--list-item--date {
    display: inline-block;
    vertical-align: top;
    font-size: 14px;
    margin: 1px 0 0;
    color: #388fcc;
    width: 48px;
}

.wg-fastnews--list-item--title {
    display: inline-block;
    vertical-align: top;
    font-size: 15px;
    line-height: 24px;
    width: 236px;
}

.section-tvprogram {
    margin-bottom: 52px;
}

.tvprogramm-fast {
    font-size: 0;
    margin: 0 -10px;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.tvprogramm-fast__col {
    padding: 0 0 0 20px;
}

.tvprogramm-list__item {
    position: relative;
    padding: 0 0 0 58px;
    height: 52px;
}

.tvprogramm-list__item__time {
    position: absolute;
    left: 0;
    line-height: 20px;
    top: 0px;
    width: 48px;
    text-align: right;
    font-size: 16px;
    color: #22a9e0;
}

.tvprogramm-list__item__title {
    font-size: 18px;
    line-height: 20px;
    margin-bottom: 4px;
    display: block;
}

.tvprogramm-list__item__text {
    display: block;
    font-size: 14px;
    color: #7a7a7a;
}

.tvprogramm-fast {
	display: flex;
	flex-direction: row;
}

.tvprogramm-fast .post-block {
	display: flex;
	order: 1;
	flex-direction: column;
}

.tvprogramm-fast .tvprogramm-fast__col {
	display: flex;
	order: 2;
}

.tvprogramm-fast .google-auto-placed {
	display: flex;
	order: 3;
}

header .google-auto-placed {
	display: none !important;
}

.icon-play {
    font-family: 'icomoon';
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    vertical-align: middle;
}

.icon-play:before {
    content: "\e600";
    font-size: 18px;
    position: relative;
    top: -1px;
}

.section-watch {
    background: url(/local/templates/saratov24/images/watch.jpg) no-repeat 50% #00709d;
    color: #FFF;
    height: 542px;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    margin-bottom: 52px;
}

.section-watch .row-cont {
    height: 100%;
}

.section-watch--header {
    text-align: center;
    padding: 56px 0 0;
}

.section-watch--header h4 {
    text-transform: uppercase;
    letter-spacing: .1em;
    font-size: 26px;
    margin-bottom: 2px;
}

.section-watch--header span {
    font-size: 20px;
}

.section-watch--tv {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 38px;
    font-size: 0;
    cursor: default;
}

.section-watch--tv-item {
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    display: inline-block;
    vertical-align: middle;
    text-align: center;
    width: 16.66666666%;
}

.section-watch--tv-logo {
    height: 36px;
    line-height: 36px;
    margin-bottom: 10px;
}

.section-watch--tv-logo img {
    vertical-align: middle;
}

.section-watch--tv-channel {
    font-size: 16px;
}

.content-layout {
    padding: 54px 0 0;
    position: relative;
}

.content-section {
    position: relative;
    padding-right: 346px;
}

.content-section__offset {
    margin: 52px 0;
}

.content-section--main {
    font-size: 0;
}

.content-grid {
    font-size: 0;
    margin: 0 -10px;
}

.content-section--posts-col .post-block__news {
    display: block;
    margin-bottom: 32px;
    padding: 0;
}

.post-block__news .post-block--title {
    height: 75px;
}

.content-section--aside {
    position: absolute;
    top: 0;
    right: 0;
    /*bottom: 0;*/
    border: 2px solid #f8f8f8;
    padding: 0 20px 0 20px;
    text-align: center;
    width: 284px;
}

.content-text {
    padding-right: 20px;
}


.news-list-block {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.news-list-block .post-block__news {
    width: calc(50% - 20px);
    margin-right: 0;
    padding: 0 10px;
}

.news-list-block .post-block__news:nth-child(2n) {
    margin-right: 0;
}

.news-page__block {
    display: flex;
    flex-direction: row-reverse;
}

@media (max-width: 880px) {
    .news-list-block .post-block__news {
        width: 50%;
    }    
    .news-page__block {
        display: block;
    }
    .news-page__block .content-grid {
        margin: 0;
    }
}

/* Youtube ------------------------------------ */
.video-wrapper {
    position: relative;
    padding-bottom: 56.25%;
    padding-top: 25px;
    height: 0;
}

.video-wrapper iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.contacts-layout {
    margin: 52px -10px 32px;
    font-size: 0;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.contacts-block {
    font-size: 16px;
    line-height: 24px;
}

.contacts-block--title {
    font-size: 16px;
    font-weight: 500;
    text-transform: uppercase;
    letter-spacing: .1em;
    margin-bottom: 4px;
}

.font-weight__bold {
    font-weight: bold !important;
}

.contacts-block--address {
    margin-bottom: 5px;
}

.contacts-block a {
    color: #10a0d9;
}

.contacts-block a:hover {
    color: #3181c6;
}

.contacts-map {
    background: #f7f1d9;
    height: 500px;
}

.program-presenter {
    padding-top: 32px;
    margin-bottom: 42px;
}

.program-presenter--title {
    font-size: 20px;
    font-weight: 500;
    margin-bottom: 24px;
}

.program-presenter--title:before {
    display: inline-block;
    content: '';
    border-top: 3px solid #10a0d9;
    margin-right: 14px;
    vertical-align: middle;
    width: 24px;
}

.program-presenter--list {
    font-size: 0;
    margin: 0 -15px;
}

.program-presenter--list-item {
    display: inline-block;
    margin: 0 15px 30px;
    text-align: center;
    color: #10a0d9;
    width: 148px;
}

.program-presenter--list-item:hover {
    color: #3181c6;
}

.program-presenter--list-item--photo {
    border-radius: 50%;
    overflow: hidden;
    margin-bottom: 10px;
    height: 148px;
    width: 148px;
}

.program-presenter--list-item--photo img {
    display: block;
}

.program-presenter--list-item--name {
    font-size: 16px;
    font-weight: 500;
}

.program-subscribe {
    background: #f8f8f8;
    padding: 24px 20px;
}

.program-subscribe--panel {
    font-size: 0;
}

.program-subscribe--panel .btn-action {
    border-radius: 0 8px 8px 0;
    padding-left: 25px;
    margin-left: -4px;
}

.program-subscribe--title {
    font-size: 20px;
    font-weight: 500;
    margin-bottom: 14px;
}

.program-subscribe--field {
    border: 0;
    border-radius: 8px 0 0 8px;
    box-shadow: 0 3px 4px rgba(0, 0, 0, 0.1) inset;
    padding: 18px 0 15px 22px;
    font-size: 16px;
    font-weight: 500;
    outline: none;
    width: 400px;
    text-overflow: ellipsis;
}

.events-layout {
    margin-bottom: 62px;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.events-item {
    color: #FFF;
    font-size: 0;
    display: block;
    margin-bottom: 24px;
    position: relative;
}

.events-item .col-xs-6 {
    padding: 0;
}

.events-item .post-block--badge {
    right: 0;
}

.events-item:hover {
    color: #FFF;
}

.events-item:hover .event-item__cover img {
    -webkit-transform: scale(1.05);
    transform: scale(1.05);
    transition: -webkit-transform 2s ease-in-out;
    transition: transform 2s ease-in-out;
}

.events-item__blue {
    background: #13a9e4;
}

.events-item__blue .btn-default {
    color: #13a9e4;
}

.events-item__special {
    background-position: 100%;
    background-repeat: no-repeat;
    height: 476px;
}

.events-item__green {
    background: #7ca53f;
}

.events-item__green .btn-default {
    color: #7ca53f;
}

.events-item__yellow {
    background: #fad322;
    color: #333;
}

.events-item__yellow:hover {
    color: #333;
}

.events-item__violet {
    background: #773993;
}

.events-item__violet .btn-default {
    color: #773993;
}

.events-item__gray {
    background-color: #f7f7f7;
    color: #333;
}

.events-item__gray:hover {
    color: #333;
}

.events-item__gray .btn-basic {
    background: #13a9e4;
    color: #fff;
}

.events-item__gray .btn-basic:hover {
    background: #3181c6;
    color: #FFF;
}

.event-item__cover {
    overflow: hidden;
}

.event-item__cover img {
    transition: -webkit-transform 1s ease-in-out;
    transition: transform 1s ease-in-out;
    display: block;
    min-width: 520px;
    width: 100%;
}

.event-item__content {
    padding: 52px 30px;
    font-size: 18px;
    line-height: 28px;
}

.event-item__content h3 {
    font-size: 42px;
    font-weight: 700;
    line-height: 52px;
    text-transform: uppercase;
    letter-spacing: .1em;
}

.event-item__action {
    padding: 42px 0 0;
}

.event-item__action .btn-basic {
    border: 0;
    border-radius: 10px;
    font-weight: 500;
    padding: 16px 24px 15px;
}

.tvprogramm-timeline {
    padding: 32px 0 0;
    margin-bottom: 32px;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.tvprogramm-timeline__item {
    position: relative;
    padding: 0 0 24px 108px;
    font-size: 16px;
    line-height: 26px;
}

.tvprogramm-timeline__item:last-child .tvprogramm-timeline__item__time:after {
    display: none;
}

.tvprogramm-timeline__item__block {
    padding-left: 220px;
    overflow: hidden;
}

.tvprogramm-timeline__item__preview {
    float: left;
    margin: 4px 0 0 -220px;
    width: 200px;
}

.tvprogramm-timeline__item__preview img {
    vertical-align: top;
    width: 100%;
}

.tvprogramm-timeline__item__header {
    margin-bottom: 12px;
}

.tvprogramm-timeline__item__header h4 {
    margin-bottom: 0;
}

.tvprogramm-timeline__item__time {
    position: absolute;
    left: 0;
    bottom: 0;
    top: 0;
    font-size: 18px;
    font-weight: 700;
    text-align: right;
    width: 58px;
}

.tvprogramm-timeline__item__time:before, .tvprogramm-timeline__item__time:after {
    position: absolute;
    content: '';
    border-color: #dedede;
    border-style: solid;
}

.tvprogramm-timeline__item__time:before {
    left: 68px;
    border-radius: 50%;
    top: 3px;
    width: 10px;
    height: 10px;
    border-width: 3px;
}

.tvprogramm-timeline__item__time:after {
    bottom: 0;
    top: 22px;
    border-width: 0 0 0 2px;
    left: 75px;
}

.tvprogramm-timeline__item--past {
    opacity: .4;
    transition: opacity 350ms ease;
}

.tvprogramm-timeline__item--past:hover {
    opacity: 1;
}

.tvprogramm-timeline__item--blue .tvprogramm-timeline__item__time:before, .tvprogramm-timeline__item--blue .tvprogramm-timeline__item__time:after {
    border-color: #10a0d9;
}

.tvprogramm-timeline__item--yellow .tvprogramm-timeline__item__time:before, .tvprogramm-timeline__item--yellow .tvprogramm-timeline__item__time:after {
    border-color: #face0a;
}

.tvprogramm-timeline__item--purpel .tvprogramm-timeline__item__time:before, .tvprogramm-timeline__item--purpel .tvprogramm-timeline__item__time:after {
    border-color: #773993;
}

.tvprogramm-timeline__item--green .tvprogramm-timeline__item__time:before, .tvprogramm-timeline__item--green .tvprogramm-timeline__item__time:after {
    border-color: #7ca53f;
}

/*  Page 404
------------------------------------------------------------------------------ */
.page-404 {
    margin: 62px auto 24px;
    text-align: center;
    width: 80%;
}

.page-404-header {
    padding-bottom: 24px;
}

.page-404-hero {
    font-weight: 700;
    margin-bottom: .2em;
    font-size: 192px;
    line-height: 1;
    color: #13a9e4;
    margin-bottom: 0;
}

.page-404-subtitle {
    font-weight: 400;
    margin-bottom: 42px;
}

.page-404-button .btn-basic {
    border-radius: 50px;
    padding: 16px 32px;
}

/*  Footer
------------------------------------------------------------------------------ */
.footer-row {
    background: #773993;
    position: absolute;
    left: 0;
    bottom: 0;
    right: 0;
    height: 84px;
    /*min-width: 1000px;*/
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.footer-row .grid-layout {
    padding: 22px 0 0;
    margin: 0;
}

.footer-row .col-xs-3 {
    padding: 0;
}

.footer-copyright {
    color: #FFF;
    font-size: 14px;
}

.footer-nav {
    font-size: 0;
    margin-top: -4px;
    line-height: 26px;
}

.footer-nav li {
    display: inline-block;
    margin-right: 15px;
    font-size: 14px;
    font-weight: 500;
}

.footer-nav a {
    color: #FFF;
}

.footer-nav a:hover {
    color: #d6c4df;
}

/*  Aurora copyright
------------------------------------------------------------------------------ */
.nps-block, .aurora-block {
    float: right;
    color: #fff;
    font-size: 14px;
}

.nps-link, .aurora-block__link {
    text-decoration: none;
    color: #FFF;
}

.nps-link:hover, .aurora-block__link:hover {
    text-decoration: none;
    color: #d6c4df;
}

.aurora-block img {
    width: 29px;
    vertical-align: middle;
    margin-left: 5px;
}

/*   Buttons
-----------------------------*/
.btn {
    display: inline-block;
    text-align: center;
    cursor: pointer;
    border: 0;
    padding: 0;
    margin: 0;
    outline: inherit;
    line-height: 1.428571429;
    white-space: nowrap;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.btn[disabled],
.btn.disabled,
.btn[disabled]:hover,
.btn.disabled:hover {
    box-shadow: none;
    cursor: default;
    opacity: .5;
}

a.btn {
    text-decoration: none;
}

.btn-basic {
    background: #FFF;
    border: 1px solid #dedede;
    border-radius: 3px;
    color: #383838;
}

.btn-basic:hover {
    background: #fafafa;
    color: #222;
}

.btn-basic:active {
    box-shadow: inset 0 2px 3px rgba(0, 0, 0, 0.125);
}

.btn-basic.disabled:hover,
.btn-basic[disabled] {
    background: #FFF;
    color: #383838;
}

.btn-action {
    background: #13a9e4;
    border-radius: 30px;
    color: #FFF;
}

.btn-action:hover {
    background: #3181c6;
}

.btn-action:active {
    box-shadow: inset 0 2px 3px rgba(0, 0, 0, 0.325);
    background: #3181c6;
}

.btn-action.disabled:hover,
.btn-action[disabled]:hover {
    color: #FFF;
    background: #4a6da8;
    border: 1px solid #426092;
}

.btn-ghost {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    background: transparent;
    padding: 22px 28px 20px;
    border: 3px solid #773993;
    color: #773993;
    font-size: 16px;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: .1em;
    box-sizing: border-box;
    width: 100%;
}

.btn-ghost:hover {
    background: #773993;
    color: #FFF;
}

.btn-ghost:active {
    background: #5c157c;
    border-color: #5c157c;
    color: #FFF;
}

.btn-load {
    text-align: left;
    position: relative;
}

.btn-load:after {
    content: '';
    position: absolute;
    top: 18px;
    right: 28px;
    background-image: url(/local/templates/saratov24/images/sprite.png);
    background-position: 0px -114px;
    width: 34px;
    height: 28px;
    -webkit-transform-origin: 14px 50%;
    transform-origin: 14px 50%;
}

@media (-webkit-min-device-pixel-ratio: 2) {
    .btn-load:after {
        background-image: url(/local/templates/saratov24/images/sprite-2x.png);
        background-size: 162px 142px;
    }
}

.btn-load:hover:after {
    background-image: url(/local/templates/saratov24/images/sprite.png);
    background-position: -34px -114px;
    width: 34px;
    height: 28px;
}

@media (-webkit-min-device-pixel-ratio: 2) {
    .btn-load:hover:after {
        background-image: url(/local/templates/saratov24/images/sprite-2x.png);
        background-size: 162px 142px;
    }
}

.btn-load.active:after {
    background-image: url(/local/templates/saratov24/images/sprite.png);
    background-position: -34px -114px;
    width: 34px;
    height: 28px;
    -webkit-animation: load 1s infinite;
    animation: load 1s infinite;
}

@media (-webkit-min-device-pixel-ratio: 2) {
    .btn-load:active:after, .btn-load.active:after {
        background-image: url(/local/templates/saratov24/images/sprite-2x.png);
        background-size: 162px 142px;
    }
}

@-webkit-keyframes load {
    0% {
        -webkit-transform: rotate(0);
        transform: rotate(0);
    }
    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

@keyframes load {
    0% {
        -webkit-transform: rotate(0);
        transform: rotate(0);
    }
    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

/*   Button size
-----------------------------*/
.btn-block {
    display: block;
    width: 100%;
}

.btn-small {
    padding: 0.5em 1.6em;
    font-size: 12px;
}

.btn-normal {
    font-size: 14px;
    text-transform: uppercase;
    letter-spacing: .1em;
    padding: 18px 32px 15px;
    overflow: hidden;
}

.btn-medium {
    padding: 0.68em 1.6em;
    line-height: 1.33;
    font-size: 16px;
}

.btn-large {
    padding: 0.5em 1.6em;
    line-height: 1.33;
    font-size: 20px;
}

/*   Button set
-----------------------------*/
.btn-group {
    font-size: 0;
}

.btn-group-right {
    text-align: right;
}

.btn + .btn {
    margin-left: 1em;
}

/*  Form 0.1

    1. Layouts
    2. Elements
------------------------------------------------------------------------------ */
/*  Basic article  ------------------------------------ */
.form-group {
    margin-left: -24px;
}

.form-group .form-block {
    padding-left: 24px;
    box-sizing: border-box;
}

.form-row {
    margin-bottom: 24px;
    font-size: 0;
}

.form-block + .form-block {
    padding-left: 24px;
    box-sizing: border-box;
}

/*  Elements  ------------------------------------ */
.form-label {
    display: block;
    cursor: pointer;
    padding: 8px 0;
    font-size: 15px;
}

.form-field {
    border: 1px solid #cecece;
    outline: none;
    border-radius: 3px;
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.2);
    text-indent: .5em;
    font-size: 16px;
    padding: 8px 0;
    box-sizing: border-box;
    width: 100%;
}

.form-field:focus {
    border-color: #969696;
}

.field-required {
    position: relative;
}

.field-required:before {
    content: '*';
    position: absolute;
    color: #b20000;
    font-size: 16px;
    top: .3em;
    left: -.6em;
}

input[type="checkbox"],
input[type="radio"] {
    margin-right: 4px;
}

.form-field-note {
    display: block;
    padding: 4px 0 0;
    font-size: 13px;
    color: #737373;
}

/*  Article 0.1

    1. Basic text
    2. Pagination
    3. Article Sibling
------------------------------------------------------------------------------ */
/*  Basic article  ------------------------------------ */
.article-layout {
    font-size: 18px;
    line-height: 32px;
}

.article-body p {
    font-size: inherit;
    margin: .85em 0 0 0;
}

.article-body ul {
    list-style: disc outside;
    padding: 0 0 0 20px;
    margin-top: 1em;
}

.article-body ul li + li {
    margin-top: .7em;
}

.article-body figure {
    padding: 2.5em 0 1.7em;
    margin: 0;
}

.article-body figure img {
    margin: 0 0 0.5em;
}

.article-body figcaption {
    font-style: italic;
}

.article-body img {
    display: block;
    max-width: 100%;
    margin: 0.5em 1em 0.7em;
    height: auto;
}
@media screen and (max-width: 880px) {

    .article-body img {
        margin:1em 0;
    }

}

.article-body blockquote {
    border-left: 4px solid #dedede;
    padding: 0 0 0 20px;
    margin-left: 0;
    font-size: 21px;
    font-weight: 300;
    line-height: 1.48;
}

.article-body strong, .article-body b {
    font-weight: bolder;
}

.article-body h3, .article-body h4, .article-body h5 {
    margin: 52px 0 0;
    line-height: 1.25;
}

.article-body h3:first-child, .article-body h4:first-child, .article-body h5:first-child {
    margin-top: 0;
}

/* Header ------------------------------------ */
.article-header {
    margin-bottom: 18px;
}

.article-header .intro {
    font-size: 24px;
    font-weight: 500;
    text-transform: uppercase;
    letter-spacing: .1em;
    line-height: 32px;
    margin-bottom: 18px;
}

.article-header h3 {
    font-size: 32px;
}

.article-header h4 {
    font-weight: 500;
    font-size: 26px;
    margin-bottom: 0;
}

.article-cover {
    margin-bottom: 32px;
}

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

/* About ------------------------------------ */
.about-section {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.about-section--row {
    max-width: 1066px;
    padding: 0 20px;
    box-sizing: border-box;
    margin: 0 auto;
}

.about-hero__left {
    max-height: 1066px;
}

.about-section--panel {
    background: #f5f5f5;
    padding: 32px 40px;
    margin: 52px 0 68px;
}

.about-hero--intro {
    font-size: 42px;
    font-weight: 600;
    line-height: 52px;
    margin-bottom: 24px;
    color: #10a0d9;
    max-width: 1026px;
}

.about-intro--block {
    position: relative;
    padding: 0 352px 0 30px;
}

.about-intro--text {
    font-size: 18px;
    line-height: 32px;
}

.about-intro--text p {
    padding-top: 1em;
}

.about-intro--text p:first-child {
    padding-top: 0;
}

.about-intro--text .lg-text {
    font-size: 26px;
    line-height: 40px;
    position: relative;
}

.about-intro--text .lg-text:before {
    content: '';
    border-top: 6px solid #10a0d9;
    position: absolute;
    left: -30px;
    top: 15px;
    width: 16px;
}

.abount-intro--feature {
    background: #773993;
    box-shadow: 10px 10px #5c157c;
    position: absolute;
    color: #FFF;
    right: 0;
    bottom: 0;
    padding: 24px 20px;
    width: 282px;
}

.abount-intro--feature h3 {
    font-size: 28px;
    line-height: 32px;
}

.abount-intro--feature p {
    font-size: 16px;
    line-height: 26px;
}

.col-item__bottom {
    vertical-align: bottom;
}

.about-tv-content--text {
    font-size: 24px;
    font-weight: 600;
    line-height: 36px;
    text-transform: uppercase;
    letter-spacing: .1em;
    color: #13a9e4;
}

.icon-tv-content {
    display: block;
    margin-bottom: 16px;
}

.icon-tv-content:before {
    background-image: url(/local/templates/saratov24/images/sprite.png);
    background-position: -82px 0px;
    width: 80px;
    height: 74px;
    content: '';
    display: inline-block;
}

@media (-webkit-min-device-pixel-ratio: 2) {
    .icon-tv-content:before {
        background-image: url(/local/templates/saratov24/images/sprite-2x.png);
        background-size: 162px 142px;
    }
}

.about-section--row-panel {
    padding: 68px 0;
}

.about-section--row-panel h3 {
    font-size: 28px;
    line-height: 36px;
    color: #13a9e4;
    margin-bottom: 6px;
}

.about-image {
    display: inline-block;
    box-shadow: 10px 10px #f2f2f2;
}

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

.article-body__col {
    font-size: 18px;
    margin-bottom: 42px;
}

.about-section--details {
    padding: 52px 40px;
    margin-bottom: -42px;
}

.about-section--details .about-tv-content--text {
    margin-bottom: 24px;
}

.about-guests {
    vertical-align: bottom;
    margin-bottom: -40px;
}

.about-section--presenter {
    font-size: 0;
    text-align: center;
    padding-top: 42px;
}

.about-section--presenter-title {
    font-size: 42px;
    margin-bottom: 52px;
    color: #10a0d9;
}

.about-section--presenter .program-presenter--list-item {
    padding-left: 40px;
    padding-right: 40px;
    height: 220px;
}

/*  Modal

  1. Layouts
  2. Elements
  3. Animation
  4. Scrollbar compensation
------------------------------------------------------------------------------ */
/*  Layout  ------------------------------------ */
.modal,
.modal-backdrop {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
}

.modal {
    display: none;
    overflow: auto;
    overflow-y: scroll;
    text-align: center;
    z-index: 1040;
    -webkit-overflow-scrolling: touch;
    outline: 0;
}

.modal:before {
    content: '';
    display: inline-block;
    vertical-align: middle;
    height: 100%;
}

.modal-backdrop {
    background: #000000;
    transition: opacity 0.3s ease-in;
    z-index: 1030;
}

.modal-dialog {
    display: inline-block;
    vertical-align: middle;
    text-align: left;
    padding: 30px 0;
    position: relative;
    z-index: 1010;
    width: 860px;
}

.modal-body {
    background: #FFF;
    box-shadow: 0 8px 30px -5px rgba(0, 0, 0, 0.5);
}

.modal-header {
    padding: 20px 20px 15px;
    position: relative;
}

.modal-content {
    padding: 0 20px 15px;
}

.modal-footer {
    border-top: 1px solid #dedede;
    margin-top: 20px;
    padding: 15px 20px;
}

/*  Elements  ------------------------------------ */
.modal-title {
    font-weight: 300;
}

.btn-modal-close {
    background: transparent;
    position: absolute;
    right: 0;
    top: 0;
    font-size: 24px;
    color: #000;
    padding: 3px 12px;
}

.btn-modal-close:hover {
    opacity: .6;
}

.btn-modal-close:active {
    opacity: 1;
}

/*  Animation  ------------------------------------ */
.modal.fade .modal-dialog {
    opacity: 0;
    transition: opacity 0.2s ease-out;
}

.modal.in .modal-dialog {
    opacity: 1;
}

.modal-backdrop.fade {
    opacity: 0;
    filter: alpha(opacity=0);
}

.modal-backdrop.in {
    opacity: 0.5;
    filter: alpha(opacity=50);
}

/*  Tools
----------------------------------------- */
.modal-open {
    overflow: hidden;
}

.modal-scrollbar-measure {
    position: absolute;
    top: -9999px;
    width: 50px;
    height: 50px;
    overflow: scroll;
}

/*
 *  Owl Carousel - Animate Plugin
 */
.owl-carousel .animated {
    -webkit-animation-duration: 1000ms;
    animation-duration: 1000ms;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
}

.owl-carousel .owl-animated-in {
    z-index: 0;
}

.owl-carousel .owl-animated-out {
    z-index: 1;
}

.owl-carousel .fadeOut {
    -webkit-animation-name: fadeOut;
    animation-name: fadeOut;
}

@-webkit-keyframes fadeOut {
    0% {
        opacity: 1;
    }

    100% {
        opacity: 0;
    }
}

@keyframes fadeOut {
    0% {
        opacity: 1;
    }

    100% {
        opacity: 0;
    }
}

/*
 *  Owl Carousel - Auto Height Plugin
 */
.owl-height {
    -webkit-transition: height 500ms ease-in-out;
    -moz-transition: height 500ms ease-in-out;
    -ms-transition: height 500ms ease-in-out;
    -o-transition: height 500ms ease-in-out;
    transition: height 500ms ease-in-out;
}

/*
 *  Core Owl Carousel CSS File
 */
.owl-carousel {
    display: none;
    width: 100%;
    -webkit-tap-highlight-color: transparent;
    /* position relative and z-index fix webkit rendering fonts issue */
    position: relative;
    z-index: 1;
}

.owl-carousel .owl-stage {
    position: relative;
    -ms-touch-action: pan-Y;
}

.owl-carousel .owl-stage:after {
    content: ".";
    display: block;
    clear: both;
    visibility: hidden;
    line-height: 0;
    height: 0;
}

.owl-carousel .owl-stage-outer {
    position: relative;
    overflow: hidden;
    /* fix for flashing background */
    -webkit-transform: translate3d(0px, 0px, 0px);
}

.owl-carousel .owl-controls .owl-nav .owl-prev,
.owl-carousel .owl-controls .owl-nav .owl-next,
.owl-carousel .owl-controls .owl-dot {
    cursor: pointer;
    cursor: hand;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.owl-carousel.owl-loaded {
    display: block;
}

.owl-carousel.owl-loading {
    opacity: 0;
    display: block;
}

.owl-carousel.owl-hidden {
    opacity: 0;
}

.owl-carousel .owl-refresh .owl-item {
    display: none;
}

.owl-carousel .owl-item {
    position: relative;
    min-height: 1px;
    float: left;
    /*-webkit-backface-visibility: hidden;*/
    -webkit-tap-highlight-color: transparent;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.owl-carousel .owl-item img {
    display: block;
    width: 100%;
    /*-webkit-transform-style: preserve-3d;*/
}

.owl-carousel.owl-text-select-on .owl-item {
    -webkit-user-select: auto;
    -moz-user-select: auto;
    -ms-user-select: auto;
    user-select: auto;
}

.owl-carousel .owl-grab {
    cursor: move;
    cursor: -webkit-grab;
    cursor: -o-grab;
    cursor: -ms-grab;
    cursor: grab;
}

.owl-carousel.owl-rtl {
    direction: rtl;
}

.owl-carousel.owl-rtl .owl-item {
    float: right;
}

/* No Js */
.no-js .owl-carousel {
    display: block;
}

/*
 *  Owl Carousel - Lazy Load Plugin
 */
.owl-carousel .owl-item .owl-lazy {
    opacity: 0;
    -webkit-transition: opacity 400ms ease;
    -moz-transition: opacity 400ms ease;
    -ms-transition: opacity 400ms ease;
    -o-transition: opacity 400ms ease;
    transition: opacity 400ms ease;
}

.owl-carousel .owl-item img {
    /*transform-style: preserve-3d;*/
}

/*
 *  Owl Carousel - Video Plugin
 */
.owl-carousel .owl-video-wrapper {
    position: relative;
    height: 100%;
    background: #000;
}

.owl-carousel .owl-video-play-icon {
    position: absolute;
    height: 80px;
    width: 80px;
    left: 50%;
    top: 50%;
    margin-left: -40px;
    margin-top: -40px;
    background: url("/local/templates/saratov24/owl.video.play.png") no-repeat;
    cursor: pointer;
    z-index: 1;
    -webkit-backface-visibility: hidden;
    -webkit-transition: scale 100ms ease;
    -moz-transition: scale 100ms ease;
    -ms-transition: scale 100ms ease;
    -o-transition: scale 100ms ease;
    transition: scale 100ms ease;
}

.owl-carousel .owl-video-play-icon:hover {
    -webkit-transition: scale(1.3, 1.3);
    -moz-transition: scale(1.3, 1.3);
    -ms-transition: scale(1.3, 1.3);
    -o-transition: scale(1.3, 1.3);
    transition: scale(1.3, 1.3);
}

.owl-carousel .owl-video-playing .owl-video-tn,
.owl-carousel .owl-video-playing .owl-video-play-icon {
    display: none;
}

.owl-carousel .owl-video-tn {
    opacity: 0;
    height: 100%;
    background-position: center center;
    background-repeat: no-repeat;
    -webkit-background-size: contain;
    -moz-background-size: contain;
    -o-background-size: contain;
    background-size: contain;
    -webkit-transition: opacity 400ms ease;
    -moz-transition: opacity 400ms ease;
    -ms-transition: opacity 400ms ease;
    -o-transition: opacity 400ms ease;
    transition: opacity 400ms ease;
}

.owl-carousel .owl-video-frame {
    position: relative;
    z-index: 1;
}

/*fix 28.06.2016
*/

.header-panel--top .btn {
    position: relative;
    top: -2px;
    margin: 12px;
    border: none;
    box-shadow: 0 3px #3181c6;
    text-transform: uppercase;
}

.header-broadcast {
    display: inline-block;
}

.tag-badge-body {
    position: absolute;
    display: inline-block;
    margin: 12px;
	z-index: 100;
}

.tag-badge {
    display: inline-block;
    padding: 2px 12px;
    border-radius: 4px;
    color: #fff;
    z-index: 1000;
}

.tag-badge--blog {
    background: #54bdf5;
}

.tag-badge--photo {
    background: #8d54a2;
}

.tag-badge--video {
    background: #7ba03f;
}

.tag-badge--main {
    background: #f8c915;
}

.tag-badge--audio {
    background: #42aaff;
	color: #fff;
}

.tag {
    margin: 12px auto;
}

.tag-item {
    display: inline-block;
    background: rgba(46, 162, 208, 0.2);
    border-radius: 4px;
    margin-right: 12px;
    margin-bottom: 12px;
    padding: 2px 12px;
    color: #10a0d9;
}

.online-translation {
    position: relative;
    display: inline-block;
    height: 630px;
    width: 100%;
    background: #f5f5f5;
    /*margin-bottom: 60px;*/
}

/* поиск по сайту */

.btn-search {
    display: none;
    border: 0;
    outline: 0;
}

.header-nav--search-btn {
    position: absolute;
    top: 4px;
    left: 6px;
    background: 0 0;
    border: 0;
    outline: 0;
    transition: all .4s ease;
}

.header-nav--search-btn:before {
    content: '';
    position: relative;
    display: inline-block;
    width: 24px;
    height: 24px;
    background: url("/local/templates/saratov24/images/search.svg") no-repeat;
}

.header-nav--search-btn.active {
    right: -30px;
    top: 4px;
    left: auto;
}

.header-nav--search-btn.active:before {
    background: url("/local/templates/saratov24/images/dismiss.svg") no-repeat;
}

.header-nav--search {
    position: relative;
    display: inline-block;
    height: 30px;
    vertical-align: middle;
    border: 0;
    background: 0 0;
}

.header-nav--search-field {
    display: inline-block;
    width: 0px;
    background: #fff;
    color: #333;
    font-size: 14px;
    border-radius: 4px;
    border: 0;
    outline: 0;
    opacity: 0;
    visibility: hidden;
    padding: 7px 6px 5px 6px;
    text-indent: 30px;
    transition: all .4s ease;

}

.header-nav--search.active .header-nav--search-field {
    width: 200px;
    opacity: 1;
    visibility: visible;
}

.header-nav--search.active .btn-search {
    position: absolute;
    display: inline-block;
    top: 4px;
    left: 6px;
    width: 24px;
    height: 24px;
    background: url("/local/templates/saratov24/images/search-blue.svg") no-repeat;

}

.content-search {
    margin-top: 24px;
}

.content-search .post-block--preview {
    display: inline-block;
    width: 240px;
    height: auto;
    float: left;
    margin-right: 24px;
}

.content-search .post-block--preview img {
	height: auto;
}

.content-search .post-block {
    display: inline-block;
    width: 100%;
    margin-bottom: 24px;
}

.calendar-layout {
    position: absolute;
    left: 0;
    right: 0;
    margin: 0 auto;
    width: 280px;
}

.glyphicon-chevron-right:before {
    content: '';
    position: absolute;
    top: 20px;
    right: 25px;
    box-sizing: border-box;
    border-left: 2px solid #333;
    border-top: 2px solid #333;
    width: 8px;
    height: 8px;
    -webkit-transform: rotate(135deg);
    transform: rotate(135deg);
}

.glyphicon-chevron-left:before {
    content: '';
    position: absolute;
    top: 20px;
    left: 25px;
    box-sizing: border-box;
    border-left: 2px solid #333;
    border-top: 2px solid #333;
    width: 8px;
    height: 8px;
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
}

.section-updates {
    margin-bottom: 40px;
}

.swiper-slide {
    margin: 0;
    width: 360px !important;
    padding: 24px;
    background: #f5f5f5;
}

.swiper-slide.active {
    background: rgba(19, 169, 228, 1);
}

.swiper-slide.active:hover .post-block--title, .swiper-slide.active:hover .post-block--text {
    color: #fff;
}

.colorama-block {
    overflow: hidden;
    height: 40px;
}

.colorama-title {
    color: #fff;
    font-size: 18px;
    font-weight: 600;
    z-index: 1000;
    position: relative;
    text-transform: uppercase;
    letter-spacing: .1em;
    text-align: center;
    line-height: 40px;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;

}

.colorama {
    background: url("/local/templates/saratov24/images/colorama-r.png");
    position: absolute;
    width: 100%;
    height: 50px;
    left: 0;
    top: 0;

}

/**
 * Zabuto Calendar
 */

div.zabuto_calendar {
    margin: 0;
    padding: 0;
}

div.zabuto_calendar .table {
    width: 100%;
    margin: 0;
    padding: 0;
}

div.zabuto_calendar .table th,
div.zabuto_calendar .table td {
    padding: 4px 2px;
    text-align: center;
}

div.zabuto_calendar .table tr th,
div.zabuto_calendar .table tr td {
    background-color: #ffffff;
}

div.zabuto_calendar .table tr.calendar-month-header th {
    background-color: #fafafa;
}

div.zabuto_calendar .table tr.calendar-month-header th span {
    cursor: pointer;
    display: inline-block;
    padding-bottom: 10px;
}

div.zabuto_calendar .table tr.calendar-dow-header th {
    background-color: #f0f0f0;
}

div.zabuto_calendar .table tr:last-child {
    border-bottom: 1px solid #dddddd;
}

div.zabuto_calendar .table tr.calendar-month-header th {
    padding-top: 12px;
    padding-bottom: 4px;
}

div.zabuto_calendar .table tr td.dow-disable div.day {
    background-color: #EEE;
    border-radius: 4px;
    color: #bababa;
}

div.zabuto_calendar .table-bordered tr.calendar-month-header th {
    border-left: 0;
    border-right: 0;
}

div.zabuto_calendar .table-bordered tr.calendar-month-header th:first-child {
    border-left: 1px solid #dddddd;
}

div.zabuto_calendar div.calendar-month-navigation {
    cursor: pointer;
    margin: 0;
    padding: 0;
    padding-top: 5px;
}

div.zabuto_calendar tr.calendar-dow-header th,
div.zabuto_calendar tr.calendar-dow td {
    width: 14%;
}

div.zabuto_calendar .table tr td div.day {
    margin: 0;
    padding-top: 7px;
    padding-bottom: 7px;
}

/* actions and events */
div.zabuto_calendar .table tr td.event div.day,
div.zabuto_calendar ul.legend li.event {
    background-color: rgba(19, 169, 228, 0.2);
    border-radius: 4px;
}

div.zabuto_calendar .table tr td.dow-clickable,
div.zabuto_calendar .table tr td.event-clickable {
    cursor: pointer;
}

/* badge */
div.zabuto_calendar .badge-today,
div.zabuto_calendar div.legend span.badge-today {
    background-color: #357ebd;
    padding: 6px;
    border-radius: 4px;
    color: #ffffff;
    text-shadow: none;
}

div.zabuto_calendar .badge-event,
div.zabuto_calendar div.legend span.badge-event {
    background-color: #ff9b08;
    color: #ffffff;
    text-shadow: none;
}

div.zabuto_calendar .badge-event {
    font-size: 0.95em;
    padding-left: 8px;
    padding-right: 8px;
    padding-bottom: 4px;
}

/* legend */
div.zabuto_calendar div.legend {
    margin-top: 5px;
    text-align: right;
}

div.zabuto_calendar div.legend span {
    color: #999999;
    font-size: 10px;
    font-weight: normal;
}

div.zabuto_calendar div.legend span.legend-text:after,
div.zabuto_calendar div.legend span.legend-block:after,
div.zabuto_calendar div.legend span.legend-list:after,
div.zabuto_calendar div.legend span.legend-spacer:after {
    content: ' ';
}

div.zabuto_calendar div.legend span.legend-spacer {
    padding-left: 25px;
}

div.zabuto_calendar ul.legend > span {
    padding-left: 2px;
}

div.zabuto_calendar ul.legend {
    display: inline-block;
    list-style: none outside none;
    margin: 0;
    padding: 0;
}

div.zabuto_calendar ul.legend li {
    display: inline-block;
    height: 11px;
    width: 11px;
    margin-left: 5px;
}

div.zabuto_calendar ul.legend
div.zabuto_calendar ul.legend li:first-child {
    margin-left: 7px;
}

div.zabuto_calendar ul.legend li:last-child {
    margin-right: 5px;
}

div.zabuto_calendar div.legend span.badge {
    font-size: 0.9em;
    border-radius: 5px 5px 5px 5px;
    padding-left: 5px;
    padding-right: 5px;
    padding-top: 2px;
    padding-bottom: 3px;
}

/* responsive */
@media (max-width: 979px) {
    div.zabuto_calendar .table th,
    div.zabuto_calendar .table td {
        padding: 2px 1px;
    }
}
    /**
      * Swiper 3.3.1
      * Most modern mobile touch slider and framework with hardware accelerated transitions
      *
      * http://www.idangero.us/swiper/
      *
      * Copyright 2016, Vladimir Kharlampidi
      * The iDangero.us
      * http://www.idangero.us/
      *
      * Licensed under MIT
      *
      * Released on: February 7, 2016
      */
.swiper-container {
    margin: 0 auto;
    position: relative;
    overflow: hidden;
    /* Fix of Webkit flickering */
    z-index: 1;
}

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

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

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

.swiper-container-android .swiper-slide,
.swiper-wrapper {
    -webkit-transform: translate3d(0px, 0, 0);
    -moz-transform: translate3d(0px, 0, 0);
    -o-transform: translate(0px, 0px);
    -ms-transform: translate3d(0px, 0, 0);
    transform: translate3d(0px, 0, 0);
}

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

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

.swiper-slide {
    -webkit-flex-shrink: 0;
    -ms-flex: 0 0 auto;
    flex-shrink: 0;
    width: 100%;
    height: 100%;
    position: relative;
}

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

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

.swiper-container {
    overflow: hidden;
}

/* 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;
}

/* Arrows */
.swiper-button-prev,
.swiper-button-next {
    position: absolute;
    top: 50%;
    width: 27px;
    height: 44px;
    margin-top: -22px;
    z-index: 10;
    cursor: pointer;
    -moz-background-size: 27px 44px;
    -webkit-background-size: 27px 44px;
    background-size: 27px 44px;
    background-position: center;
    background-repeat: no-repeat;
}

.swiper-button-prev.swiper-button-disabled,
.swiper-button-next.swiper-button-disabled {
    opacity: 0.35;
    cursor: auto;
    pointer-events: none;
}

.swiper-button-prev,
.swiper-container-rtl .swiper-button-next {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23007aff'%2F%3E%3C%2Fsvg%3E");
    left: 10px;
    right: auto;
}

.swiper-button-prev.swiper-button-black,
.swiper-container-rtl .swiper-button-next.swiper-button-black {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23000000'%2F%3E%3C%2Fsvg%3E");
}

.swiper-button-prev.swiper-button-white,
.swiper-container-rtl .swiper-button-next.swiper-button-white {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23ffffff'%2F%3E%3C%2Fsvg%3E");
}

.swiper-button-next,
.swiper-container-rtl .swiper-button-prev {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23007aff'%2F%3E%3C%2Fsvg%3E");
    right: 10px;
    left: auto;
}

.swiper-button-next.swiper-button-black,
.swiper-container-rtl .swiper-button-prev.swiper-button-black {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23000000'%2F%3E%3C%2Fsvg%3E");
}

.swiper-button-next.swiper-button-white,
.swiper-container-rtl .swiper-button-prev.swiper-button-white {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23ffffff'%2F%3E%3C%2Fsvg%3E");
}

/* Pagination Styles */
.swiper-pagination {
    position: absolute;
    text-align: center;
    -webkit-transition: 300ms;
    -moz-transition: 300ms;
    -o-transition: 300ms;
    transition: 300ms;
    -webkit-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    -o-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    z-index: 10;
}

.swiper-pagination.swiper-pagination-hidden {
    opacity: 0;
}

/* Common Styles */
.swiper-pagination-fraction,
.swiper-pagination-custom,
.swiper-container-horizontal > .swiper-pagination-bullets {
    bottom: 10px;
    left: 0;
    width: 100%;
}

/* Bullets */
.swiper-pagination-bullet {
    width: 8px;
    height: 8px;
    display: inline-block;
    border-radius: 100%;
    background: #000;
    opacity: 0.2;
}

button.swiper-pagination-bullet {
    border: none;
    margin: 0;
    padding: 0;
    box-shadow: none;
    -moz-appearance: none;
    -ms-appearance: none;
    -webkit-appearance: none;
    appearance: none;
}

.swiper-pagination-clickable .swiper-pagination-bullet {
    cursor: pointer;
}

.swiper-pagination-white .swiper-pagination-bullet {
    background: #fff;
}

.swiper-pagination-bullet-active {
    opacity: 1;
    background: #007aff;
}

.swiper-pagination-white .swiper-pagination-bullet-active {
    background: #fff;
}

.swiper-pagination-black .swiper-pagination-bullet-active {
    background: #000;
}

.swiper-container-vertical > .swiper-pagination-bullets {
    right: 10px;
    top: 50%;
    -webkit-transform: translate3d(0px, -50%, 0);
    -moz-transform: translate3d(0px, -50%, 0);
    -o-transform: translate(0px, -50%);
    -ms-transform: translate3d(0px, -50%, 0);
    transform: translate3d(0px, -50%, 0);
}

.swiper-container-vertical > .swiper-pagination-bullets .swiper-pagination-bullet {
    margin: 5px 0;
    display: block;
}

.swiper-container-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet {
    margin: 0 5px;
}

/* Progress */
.swiper-pagination-progress {
    background: rgba(0, 0, 0, 0.25);
    position: absolute;
}

.swiper-pagination-progress .swiper-pagination-progressbar {
    background: #007aff;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    -webkit-transform: scale(0);
    -ms-transform: scale(0);
    -o-transform: scale(0);
    transform: scale(0);
    -webkit-transform-origin: left top;
    -moz-transform-origin: left top;
    -ms-transform-origin: left top;
    -o-transform-origin: left top;
    transform-origin: left top;
}

.swiper-container-rtl .swiper-pagination-progress .swiper-pagination-progressbar {
    -webkit-transform-origin: right top;
    -moz-transform-origin: right top;
    -ms-transform-origin: right top;
    -o-transform-origin: right top;
    transform-origin: right top;
}

.swiper-container-horizontal > .swiper-pagination-progress {
    width: 100%;
    height: 4px;
    left: 0;
    top: 0;
}

.swiper-container-vertical > .swiper-pagination-progress {
    width: 4px;
    height: 100%;
    left: 0;
    top: 0;
}

.swiper-pagination-progress.swiper-pagination-white {
    background: rgba(255, 255, 255, 0.5);
}

.swiper-pagination-progress.swiper-pagination-white .swiper-pagination-progressbar {
    background: #fff;
}

.swiper-pagination-progress.swiper-pagination-black .swiper-pagination-progressbar {
    background: #000;
}

/* 3D Container */
.swiper-container-3d {
    -webkit-perspective: 1200px;
    -moz-perspective: 1200px;
    -o-perspective: 1200px;
    perspective: 1200px;
}

.swiper-container-3d .swiper-wrapper,
.swiper-container-3d .swiper-slide,
.swiper-container-3d .swiper-slide-shadow-left,
.swiper-container-3d .swiper-slide-shadow-right,
.swiper-container-3d .swiper-slide-shadow-top,
.swiper-container-3d .swiper-slide-shadow-bottom,
.swiper-container-3d .swiper-cube-shadow {
    -webkit-transform-style: preserve-3d;
    -moz-transform-style: preserve-3d;
    -ms-transform-style: preserve-3d;
    transform-style: preserve-3d;
}

.swiper-container-3d .swiper-slide-shadow-left,
.swiper-container-3d .swiper-slide-shadow-right,
.swiper-container-3d .swiper-slide-shadow-top,
.swiper-container-3d .swiper-slide-shadow-bottom {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    pointer-events: none;
    z-index: 10;
}

.swiper-container-3d .swiper-slide-shadow-left {
    background-image: -webkit-gradient(linear, left top, right top, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0)));
    /* Safari 4+, Chrome */
    background-image: -webkit-linear-gradient(right, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
    /* Chrome 10+, Safari 5.1+, iOS 5+ */
    background-image: -moz-linear-gradient(right, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
    /* Firefox 3.6-15 */
    background-image: -o-linear-gradient(right, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
    /* Opera 11.10-12.00 */
    background-image: linear-gradient(to left, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
    /* Firefox 16+, IE10, Opera 12.50+ */
}

.swiper-container-3d .swiper-slide-shadow-right {
    background-image: -webkit-gradient(linear, right top, left top, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0)));
    /* Safari 4+, Chrome */
    background-image: -webkit-linear-gradient(left, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
    /* Chrome 10+, Safari 5.1+, iOS 5+ */
    background-image: -moz-linear-gradient(left, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
    /* Firefox 3.6-15 */
    background-image: -o-linear-gradient(left, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
    /* Opera 11.10-12.00 */
    background-image: linear-gradient(to right, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
    /* Firefox 16+, IE10, Opera 12.50+ */
}

.swiper-container-3d .swiper-slide-shadow-top {
    background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0)));
    /* Safari 4+, Chrome */
    background-image: -webkit-linear-gradient(bottom, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
    /* Chrome 10+, Safari 5.1+, iOS 5+ */
    background-image: -moz-linear-gradient(bottom, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
    /* Firefox 3.6-15 */
    background-image: -o-linear-gradient(bottom, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
    /* Opera 11.10-12.00 */
    background-image: linear-gradient(to top, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
    /* Firefox 16+, IE10, Opera 12.50+ */
}

.swiper-container-3d .swiper-slide-shadow-bottom {
    background-image: -webkit-gradient(linear, left bottom, left top, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0)));
    /* Safari 4+, Chrome */
    background-image: -webkit-linear-gradient(top, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
    /* Chrome 10+, Safari 5.1+, iOS 5+ */
    background-image: -moz-linear-gradient(top, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
    /* Firefox 3.6-15 */
    background-image: -o-linear-gradient(top, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
    /* Opera 11.10-12.00 */
    background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
    /* Firefox 16+, IE10, Opera 12.50+ */
}

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

/* Cube + Flip */
.swiper-container-cube,
.swiper-container-flip {
    overflow: visible;
}

.swiper-container-cube .swiper-slide,
.swiper-container-flip .swiper-slide {
    pointer-events: none;
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    -ms-backface-visibility: hidden;
    backface-visibility: hidden;
    z-index: 1;
}

.swiper-container-cube .swiper-slide .swiper-slide,
.swiper-container-flip .swiper-slide .swiper-slide {
    pointer-events: none;
}

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

.swiper-container-cube .swiper-slide-shadow-top,
.swiper-container-flip .swiper-slide-shadow-top,
.swiper-container-cube .swiper-slide-shadow-bottom,
.swiper-container-flip .swiper-slide-shadow-bottom,
.swiper-container-cube .swiper-slide-shadow-left,
.swiper-container-flip .swiper-slide-shadow-left,
.swiper-container-cube .swiper-slide-shadow-right,
.swiper-container-flip .swiper-slide-shadow-right {
    z-index: 0;
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    -ms-backface-visibility: hidden;
    backface-visibility: hidden;
}

/* Cube */
.swiper-container-cube .swiper-slide {
    visibility: hidden;
    -webkit-transform-origin: 0 0;
    -moz-transform-origin: 0 0;
    -ms-transform-origin: 0 0;
    transform-origin: 0 0;
    width: 100%;
    height: 100%;
}

.swiper-container-cube.swiper-container-rtl .swiper-slide {
    -webkit-transform-origin: 100% 0;
    -moz-transform-origin: 100% 0;
    -ms-transform-origin: 100% 0;
    transform-origin: 100% 0;
}

.swiper-container-cube .swiper-slide-active,
.swiper-container-cube .swiper-slide-next,
.swiper-container-cube .swiper-slide-prev,
.swiper-container-cube .swiper-slide-next + .swiper-slide {
    pointer-events: auto;
    visibility: visible;
}

.swiper-container-cube .swiper-cube-shadow {
    position: absolute;
    left: 0;
    bottom: 0px;
    width: 100%;
    height: 100%;
    background: #000;
    opacity: 0.6;
    -webkit-filter: blur(50px);
    filter: blur(50px);
    z-index: 0;
}

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

.swiper-container-fade .swiper-slide {
    pointer-events: none;
    -webkit-transition-property: opacity;
    -moz-transition-property: opacity;
    -o-transition-property: opacity;
    transition-property: opacity;
}

.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, 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, 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%;
    -moz-transform-origin: 50%;
    transform-origin: 50%;
    -webkit-animation: swiper-preloader-spin 1s steps(12, end) infinite;
    -moz-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%;
    -webkit-background-size: 100%;
    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);
    }
}

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

.article-body .fotorama {
    margin: 24px 0;
}

.article-body .fotorama img {
    margin: 0;
}

.fotorama__arr:focus:after, .fotorama__fullscreen-icon:focus:after, .fotorama__html, .fotorama__img, .fotorama__nav__frame:focus .fotorama__dot:after, .fotorama__nav__frame:focus .fotorama__thumb:after, .fotorama__stage__frame, .fotorama__stage__shaft, .fotorama__video iframe {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0
}

.fotorama--fullscreen, .fotorama__img {
    max-width: 99999px !important;
    max-height: 99999px !important;
    min-width: 0 !important;
    min-height: 0 !important;
    border-radius: 0 !important;
    box-shadow: none !important;
    padding: 0 !important
}

.fotorama__wrap .fotorama__grab {
    cursor: move;
    cursor: -webkit-grab;
    cursor: -o-grab;
    cursor: -ms-grab;
    cursor: grab
}

.fotorama__grabbing * {
    cursor: move;
    cursor: -webkit-grabbing;
    cursor: -o-grabbing;
    cursor: -ms-grabbing;
    cursor: grabbing
}

.fotorama__spinner {
    position: absolute !important;
    top: 50% !important;
    left: 50% !important
}

.fotorama__wrap--css3 .fotorama__arr, .fotorama__wrap--css3 .fotorama__fullscreen-icon, .fotorama__wrap--css3 .fotorama__nav__shaft, .fotorama__wrap--css3 .fotorama__stage__shaft, .fotorama__wrap--css3 .fotorama__thumb-border, .fotorama__wrap--css3 .fotorama__video-close, .fotorama__wrap--css3 .fotorama__video-play {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0)
}

.fotorama__caption, .fotorama__nav:after, .fotorama__nav:before, .fotorama__stage:after, .fotorama__stage:before, .fotorama__wrap--css3 .fotorama__html, .fotorama__wrap--css3 .fotorama__nav, .fotorama__wrap--css3 .fotorama__spinner, .fotorama__wrap--css3 .fotorama__stage, .fotorama__wrap--css3 .fotorama__stage .fotorama__img, .fotorama__wrap--css3 .fotorama__stage__frame {
    -webkit-transform: translateZ(0);
    transform: translateZ(0)
}

.fotorama__arr:focus, .fotorama__fullscreen-icon:focus, .fotorama__nav__frame {
    outline: 0
}

.fotorama__arr:focus:after, .fotorama__fullscreen-icon:focus:after, .fotorama__nav__frame:focus .fotorama__dot:after, .fotorama__nav__frame:focus .fotorama__thumb:after {
    content: '';
    border-radius: inherit;
    background-color: rgba(0, 175, 234, .5)
}

.fotorama__wrap--video .fotorama__stage, .fotorama__wrap--video .fotorama__stage__frame--video, .fotorama__wrap--video .fotorama__stage__frame--video .fotorama__html, .fotorama__wrap--video .fotorama__stage__frame--video .fotorama__img, .fotorama__wrap--video .fotorama__stage__shaft {
    -webkit-transform: none !important;
    transform: none !important
}

.fotorama__wrap--css3 .fotorama__nav__shaft, .fotorama__wrap--css3 .fotorama__stage__shaft, .fotorama__wrap--css3 .fotorama__thumb-border {
    transition-property: -webkit-transform, width;
    transition-property: transform, width;
    transition-timing-function: cubic-bezier(0.1, 0, .25, 1);
    transition-duration: 0ms
}

.fotorama__arr, .fotorama__fullscreen-icon, .fotorama__no-select, .fotorama__video-close, .fotorama__video-play, .fotorama__wrap {
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none
}

.fotorama__select {
    -webkit-user-select: text;
    -moz-user-select: text;
    -ms-user-select: text;
    user-select: text
}

.fotorama__nav, .fotorama__nav__frame {
    margin: auto;
    padding: 0
}

.fotorama__caption__wrap, .fotorama__nav__frame, .fotorama__nav__shaft {
    -moz-box-orient: vertical;
    display: inline-block;
    vertical-align: middle;
    *display: inline;
    *zoom: 1
}

.fotorama__nav__frame, .fotorama__thumb-border {
    box-sizing: content-box
}

.fotorama__caption__wrap {
    box-sizing: border-box
}

.fotorama--hidden, .fotorama__load {
    position: absolute;
    left: -99999px;
    top: -99999px;
    z-index: -1
}

.fotorama__arr, .fotorama__fullscreen-icon, .fotorama__nav, .fotorama__nav__frame, .fotorama__nav__shaft, .fotorama__stage__frame, .fotorama__stage__shaft, .fotorama__video-close, .fotorama__video-play {
    -webkit-tap-highlight-color: transparent
}

.fotorama__arr, .fotorama__fullscreen-icon, .fotorama__video-close, .fotorama__video-play {
    background: url(/local/templates/saratov24/images/fotorama.png) no-repeat
}

@media (-webkit-min-device-pixel-ratio: 1.5),(min-resolution: 2dppx) {
    .fotorama__arr, .fotorama__fullscreen-icon, .fotorama__video-close, .fotorama__video-play {
        background: url(/local/templates/saratov24/images/fotorama@2x.png) 0 0/96px 160px no-repeat
    }
}

.fotorama__thumb {
    background-color: #7f7f7f;
    background-color: rgba(127, 127, 127, .2)
}

@media print {
    .fotorama__arr, .fotorama__fullscreen-icon, .fotorama__thumb-border, .fotorama__video-close, .fotorama__video-play {
        background: none !important
    }
}

.fotorama {
    min-width: 1px;
    overflow: hidden
}

.fotorama:not(.fotorama--unobtrusive) > *:not(:first-child) {
    display: none
}

.fullscreen {
    width: 100% !important;
    height: 100% !important;
    max-width: 100% !important;
    max-height: 100% !important;
    margin: 0 !important;
    padding: 0 !important;
    overflow: hidden !important;
    background: #000
}

.fotorama--fullscreen {
    position: absolute !important;
    top: 0 !important;
    left: 0 !important;
    right: 0 !important;
    bottom: 0 !important;
    float: none !important;
    z-index: 2147483647 !important;
    background: #000;
    width: 100% !important;
    height: 100% !important;
    margin: 0 !important
}

.fotorama--fullscreen .fotorama__nav, .fotorama--fullscreen .fotorama__stage {
    background: #000
}

.fotorama__wrap {
    -webkit-text-size-adjust: 100%;
    position: relative;
    direction: ltr;
    z-index: 0
}

.fotorama__wrap--rtl .fotorama__stage__frame {
    direction: rtl
}

.fotorama__nav, .fotorama__stage {
    overflow: hidden;
    position: relative;
    max-width: 100%
}

.fotorama__wrap--pan-y {
    -ms-touch-action: pan-y
}

.fotorama__wrap .fotorama__pointer {
    cursor: pointer
}

.fotorama__wrap--slide .fotorama__stage__frame {
    opacity: 1 !important
}

.fotorama__stage__frame {
    overflow: hidden
}

.fotorama__stage__frame.fotorama__active {
    z-index: 8
}

.fotorama__wrap--fade .fotorama__stage__frame {
    display: none
}

.fotorama__wrap--fade .fotorama__fade-front, .fotorama__wrap--fade .fotorama__fade-rear, .fotorama__wrap--fade .fotorama__stage__frame.fotorama__active {
    display: block;
    left: 0;
    top: 0
}

.fotorama__wrap--fade .fotorama__fade-front {
    z-index: 8
}

.fotorama__wrap--fade .fotorama__fade-rear {
    z-index: 7
}

.fotorama__wrap--fade .fotorama__fade-rear.fotorama__active {
    z-index: 9
}

.fotorama__wrap--fade .fotorama__stage .fotorama__shadow {
    display: none
}

.fotorama__img {
    -ms-filter: "alpha(Opacity=0)";
    filter: alpha(opacity=0);
    opacity: 0;
    border: none !important
}

.fotorama__error .fotorama__img, .fotorama__loaded .fotorama__img {
    -ms-filter: "alpha(Opacity=100)";
    filter: alpha(opacity=100);
    opacity: 1
}

.fotorama--fullscreen .fotorama__loaded--full .fotorama__img, .fotorama__img--full {
    display: none
}

.fotorama--fullscreen .fotorama__loaded--full .fotorama__img--full {
    display: block
}

.fotorama__wrap--only-active .fotorama__nav, .fotorama__wrap--only-active .fotorama__stage {
    max-width: 99999px !important
}

.fotorama__wrap--only-active .fotorama__stage__frame {
    visibility: hidden
}

.fotorama__wrap--only-active .fotorama__stage__frame.fotorama__active {
    visibility: visible
}

.fotorama__nav {
    font-size: 0;
    line-height: 0;
    text-align: center;
    display: none;
    white-space: nowrap;
    z-index: 5
}

.fotorama__nav__shaft {
    position: relative;
    left: 0;
    top: 0;
    text-align: left
}

.fotorama__nav__frame {
    position: relative;
    cursor: pointer
}

.fotorama__nav--dots {
    display: block
}

.fotorama__nav--dots .fotorama__nav__frame {
    width: 18px;
    height: 30px
}

.fotorama__nav--dots .fotorama__nav__frame--thumb, .fotorama__nav--dots .fotorama__thumb-border {
    display: none
}

.fotorama__nav--thumbs {
    display: block
}

.fotorama__nav--thumbs .fotorama__nav__frame {
    padding-left: 0 !important
}

.fotorama__nav--thumbs .fotorama__nav__frame:last-child {
    padding-right: 0 !important
}

.fotorama__nav--thumbs .fotorama__nav__frame--dot {
    display: none
}

.fotorama__dot {
    display: block;
    width: 4px;
    height: 4px;
    position: relative;
    top: 12px;
    left: 6px;
    border-radius: 6px;
    border: 1px solid #7f7f7f
}

.fotorama__nav__frame:focus .fotorama__dot:after {
    padding: 1px;
    top: -1px;
    left: -1px
}

.fotorama__nav__frame.fotorama__active .fotorama__dot {
    width: 0;
    height: 0;
    border-width: 3px
}

.fotorama__nav__frame.fotorama__active .fotorama__dot:after {
    padding: 3px;
    top: -3px;
    left: -3px
}

.fotorama__thumb {
    overflow: hidden;
    position: relative;
    width: 100%;
    height: 100%
}

.fotorama__nav__frame:focus .fotorama__thumb {
    z-index: 2
}

.fotorama__thumb-border {
    position: absolute;
    z-index: 9;
    top: 0;
    left: 0;
    border-style: solid;
    border-color: #13a9e4;
    background-image: linear-gradient(to bottom right, rgba(255, 255, 255, .25), rgba(64, 64, 64, .1))
}

.fotorama__caption {
    position: absolute;
    z-index: 12;
    bottom: 0;
    left: 0;
    right: 0;
    font-family: 'Helvetica Neue', Arial, sans-serif;
    font-size: 14px;
    line-height: 1.5;
    color: #000
}

.fotorama__caption a {
    text-decoration: none;
    color: #000;
    border-bottom: 1px solid;
    border-color: rgba(0, 0, 0, .5)
}

.fotorama__caption a:hover {
    color: #333;
    border-color: rgba(51, 51, 51, .5)
}

.fotorama__wrap--rtl .fotorama__caption {
    left: auto;
    right: 0
}

.fotorama__wrap--no-captions .fotorama__caption, .fotorama__wrap--video .fotorama__caption {
    display: none
}

.fotorama__caption__wrap {
    background-color: #fff;
    background-color: rgba(255, 255, 255, .9);
    padding: 5px 10px
}

@-webkit-keyframes spinner {
    0% {
        -webkit-transform: rotate(0);
        transform: rotate(0)
    }
    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg)
    }
}

@keyframes spinner {
    0% {
        -webkit-transform: rotate(0);
        transform: rotate(0)
    }
    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg)
    }
}

.fotorama__wrap--css3 .fotorama__spinner {
    -webkit-animation: spinner 24s infinite linear;
    animation: spinner 24s infinite linear
}

.fotorama__wrap--css3 .fotorama__html, .fotorama__wrap--css3 .fotorama__stage .fotorama__img {
    transition-property: opacity;
    transition-timing-function: linear;
    transition-duration: .3s;
	top: 0 !important;
	max-height: 492px !important;
	width: auto !important;
	/*margin-left: auto;
    margin-right: auto;*/
    transform: translateX(-50%);
    left: 50% !important;
}

.fotorama__wrap--slide .fotorama__stage,
.fotorama__wrap--slide .fotorama__stage__frame,
.fotorama__wrap .fotorama__pointer {
	max-height: 492px !important;
}

.fotorama__wrap--video .fotorama__stage__frame--video .fotorama__html, .fotorama__wrap--video .fotorama__stage__frame--video .fotorama__img {
    -ms-filter: "alpha(Opacity=0)";
    filter: alpha(opacity=0);
    opacity: 0
}

.fotorama__select {
    cursor: auto
}

.fotorama__video {
    top: 32px;
    right: 0;
    bottom: 0;
    left: 0;
    position: absolute;
    z-index: 10
}

@-moz-document url-prefix() {
    .fotorama__active {
        box-shadow: 0 0 0 transparent
    }
}

.fotorama__arr, .fotorama__fullscreen-icon, .fotorama__video-close, .fotorama__video-play {
    position: absolute;
    z-index: 11;
    cursor: pointer
}

.fotorama__arr {
    position: absolute;
    width: 32px;
    height: 32px;
    top: 50%;
    margin-top: -16px
}

.fotorama__arr--prev {
    left: 2px;
    background-position: 0 0
}

.fotorama__arr--next {
    right: 2px;
    background-position: -32px 0
}

.fotorama__arr--disabled {
    pointer-events: none;
    cursor: default;
    *display: none;
    opacity: .1
}

.fotorama__fullscreen-icon {
    width: 32px;
    height: 32px;
    top: 2px;
    right: 2px;
    background-position: 0 -32px;
    z-index: 20
}

.fotorama__arr:focus, .fotorama__fullscreen-icon:focus {
    border-radius: 50%
}

.fotorama--fullscreen .fotorama__fullscreen-icon {
    background-position: -32px -32px
}

.fotorama__video-play {
    width: 96px;
    height: 96px;
    left: 50%;
    top: 50%;
    margin-left: -48px;
    margin-top: -48px;
    background-position: 0 -64px;
    opacity: 0
}

.fotorama__wrap--css2 .fotorama__video-play, .fotorama__wrap--video .fotorama__stage .fotorama__video-play {
    display: none
}

.fotorama__error .fotorama__video-play, .fotorama__loaded .fotorama__video-play, .fotorama__nav__frame .fotorama__video-play {
    opacity: 1;
    display: block
}

.fotorama__nav__frame .fotorama__video-play {
    width: 32px;
    height: 32px;
    margin-left: -16px;
    margin-top: -16px;
    background-position: -64px -32px
}

.fotorama__video-close {
    width: 32px;
    height: 32px;
    top: 0;
    right: 0;
    background-position: -64px 0;
    z-index: 20;
    opacity: 0
}

.fotorama__wrap--css2 .fotorama__video-close {
    display: none
}

.fotorama__wrap--css3 .fotorama__video-close {
    -webkit-transform: translate3d(32px, -32px, 0);
    transform: translate3d(32px, -32px, 0)
}

.fotorama__wrap--video .fotorama__video-close {
    display: block;
    opacity: 1
}

.fotorama__wrap--css3.fotorama__wrap--video .fotorama__video-close {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0)
}

.fotorama__wrap--no-controls.fotorama__wrap--toggle-arrows .fotorama__arr, .fotorama__wrap--no-controls.fotorama__wrap--toggle-arrows .fotorama__fullscreen-icon {
    opacity: 0
}

.fotorama__wrap--no-controls.fotorama__wrap--toggle-arrows .fotorama__arr:focus, .fotorama__wrap--no-controls.fotorama__wrap--toggle-arrows .fotorama__fullscreen-icon:focus {
    opacity: 1
}

.fotorama__wrap--video .fotorama__arr, .fotorama__wrap--video .fotorama__fullscreen-icon {
    opacity: 0 !important
}

.fotorama__wrap--css2.fotorama__wrap--no-controls.fotorama__wrap--toggle-arrows .fotorama__arr, .fotorama__wrap--css2.fotorama__wrap--no-controls.fotorama__wrap--toggle-arrows .fotorama__fullscreen-icon {
    display: none
}

.fotorama__wrap--css2.fotorama__wrap--no-controls.fotorama__wrap--toggle-arrows .fotorama__arr:focus, .fotorama__wrap--css2.fotorama__wrap--no-controls.fotorama__wrap--toggle-arrows .fotorama__fullscreen-icon:focus {
    display: block
}

.fotorama__wrap--css2.fotorama__wrap--video .fotorama__arr, .fotorama__wrap--css2.fotorama__wrap--video .fotorama__fullscreen-icon {
    display: none !important
}

.fotorama__wrap--css3.fotorama__wrap--no-controls.fotorama__wrap--slide.fotorama__wrap--toggle-arrows .fotorama__fullscreen-icon:not(:focus) {
    -webkit-transform: translate3d(32px, -32px, 0);
    transform: translate3d(32px, -32px, 0)
}

.fotorama__wrap--css3.fotorama__wrap--no-controls.fotorama__wrap--slide.fotorama__wrap--toggle-arrows .fotorama__arr--prev:not(:focus) {
    -webkit-transform: translate3d(-48px, 0, 0);
    transform: translate3d(-48px, 0, 0)
}

.fotorama__wrap--css3.fotorama__wrap--no-controls.fotorama__wrap--slide.fotorama__wrap--toggle-arrows .fotorama__arr--next:not(:focus) {
    -webkit-transform: translate3d(48px, 0, 0);
    transform: translate3d(48px, 0, 0)
}

.fotorama__wrap--css3.fotorama__wrap--video .fotorama__fullscreen-icon {
    -webkit-transform: translate3d(32px, -32px, 0) !important;
    transform: translate3d(32px, -32px, 0) !important
}

.fotorama__wrap--css3.fotorama__wrap--video .fotorama__arr--prev {
    -webkit-transform: translate3d(-48px, 0, 0) !important;
    transform: translate3d(-48px, 0, 0) !important
}

.fotorama__wrap--css3.fotorama__wrap--video .fotorama__arr--next {
    -webkit-transform: translate3d(48px, 0, 0) !important;
    transform: translate3d(48px, 0, 0) !important
}

.fotorama__wrap--css3 .fotorama__arr:not(:focus), .fotorama__wrap--css3 .fotorama__fullscreen-icon:not(:focus), .fotorama__wrap--css3 .fotorama__video-close:not(:focus), .fotorama__wrap--css3 .fotorama__video-play:not(:focus) {
    transition-property: -webkit-transform, opacity;
    transition-property: transform, opacity;
    transition-duration: .3s
}

.fotorama__nav:after, .fotorama__nav:before, .fotorama__stage:after, .fotorama__stage:before {
    content: "";
    display: block;
    position: absolute;
    text-decoration: none;
    top: 0;
    bottom: 0;
    width: 10px;
    height: auto;
    z-index: 10;
    pointer-events: none;
    background-repeat: no-repeat;
    background-size: 1px 100%, 5px 100%
}

.fotorama__nav:before, .fotorama__stage:before {
    background-image: linear-gradient(transparent, rgba(0, 0, 0, .2) 25%, rgba(0, 0, 0, .3) 75%, transparent), radial-gradient(farthest-side at 0 50%, rgba(0, 0, 0, .4), transparent);
    background-position: 0 0, 0 0;
    left: -10px
}

.fotorama__nav.fotorama__shadows--left:before, .fotorama__stage.fotorama__shadows--left:before {
    left: 0
}

.fotorama__nav:after, .fotorama__stage:after {
    background-image: linear-gradient(transparent, rgba(0, 0, 0, .2) 25%, rgba(0, 0, 0, .3) 75%, transparent), radial-gradient(farthest-side at 100% 50%, rgba(0, 0, 0, .4), transparent);
    background-position: 100% 0, 100% 0;
    right: -10px
}

.fotorama__nav.fotorama__shadows--right:after, .fotorama__stage.fotorama__shadows--right:after {
    right: 0
}

.fotorama--fullscreen .fotorama__nav:after, .fotorama--fullscreen .fotorama__nav:before, .fotorama--fullscreen .fotorama__stage:after, .fotorama--fullscreen .fotorama__stage:before, .fotorama__wrap--fade .fotorama__stage:after, .fotorama__wrap--fade .fotorama__stage:before, .fotorama__wrap--no-shadows .fotorama__nav:after, .fotorama__wrap--no-shadows .fotorama__nav:before, .fotorama__wrap--no-shadows .fotorama__stage:after, .fotorama__wrap--no-shadows .fotorama__stage:before {
    display: none
}

/* End */
/* /local/templates/saratov24/template_styles.css?144195972073520 */

/*Responsive*/
.chanel_list__item {
    display: inline-block;
}

.chanel_list__item > * {
    margin-right: 10px;
    display: inline-block;
}

.chanel-block .owl-dots {
    text-align: center;
    user-select: none;
    height: 20px;
    margin-top: 30px;
}

.chanel-block .owl-dots > div {
    display: inline-block;
    vertical-align: middle;
    width: 26px;
}

.chanel-block .owl-dots > div.active {
    opacity: 1;
}

.chanel-block .owl-dots > div span {
    border: 2px solid #919191;
    display: inline-block;
    border-radius: 50%;
    height: 10px;
    width: 10px;
}

.chanel-block .owl-dots > div.active span {
    background: #12a4de;
    border-color: #3181c6;
    height: 14px;
    width: 14px;
}

.chanel-block .chanel_list img {
    display: inline-block;
    width: auto;
}

.header-panel--top {
    background: #10a0d9;
}

.header-nav {
    background-color: #54bdf5;
}

.is-desktop {
    display: flex !important;
}

.is-mobile {
    display: none !important;
}

#__okGroup0, #__okGroup1{
    width:100% !important;
}

@media screen and (max-width: 992px) {
    .is-mobile {
        display: flex !important;
    }

    .is-desktop {
        display: none !important;
    }
}

@media screen and (min-width: 481px) {
    /*
  .footer-row, .colorama, .colorama-block, #smartbanner {
    min-width: 1050px;
  }
  .page-layout {
    min-width: 1020px;
  }
  .row-header {
    min-width: 918px;
  }*/
    .mobile-visible {
        display: none;
    }
}

/*1280 to ~*/
@media only screen and (min-width: 1280px) {

}

/*0 to 1279*/
@media only screen and (max-width: 1280px) {
    .content-section--aside {
        box-sizing: border-box;
    }

    .page-layout {
        padding-left: 15px;
        padding-right: 15px;
        padding-bottom: 115px;
    }

    div.mm-body__line--horizontal {
        width: 16.66667% !important;
        margin: 0px 0px 35px !important;
        padding: 5px !important;
        box-sizing: border-box;
    }
}

/*881 to 1021*/
@media only screen and (min-width: 880px) and (max-width: 1280px) {
    .menu-primary a {
        padding-left: 6px;
        padding-right: 6px;
    }

    .footer-row {
        padding: 0px 15px;
    }

    .content-section--aside {
        width: 100%;
        position: static;
        padding: 20px 10px;
    }

    .content-section {
        padding-right: 0;
    }

    .header-nav--search.active {
        background: #10a0d9;
        right: 0;
        padding: 0px 45px 0px 10px;
        box-sizing: border-box;
    }

    .header-nav--search .header-nav--search-field {
        display: none;
    }

    .header-nav--search.active .header-nav--search-field {
        width: 100%;
        box-sizing: border-box;
        display: inline-block;
    }

    .header-panel--top {
        position: relative;
    }

    .header-nav--search.active .btn-search {
        left: 16px;
    }

    .header-nav--search-btn.active {
        right: 8px;
        top: 3px;
    }

    .calendar-layout {
        position: static;
    }

    .section-block .block-small img {
        max-width: 100%;
    }

    .section-block .block-small h3 {
        margin-top: 10px;
        padding-top: 10px;
    }

    .aside-featured {
        position: static !important;
    }

    .slider-layout--wrap:not(.owl-carousel), .slider-layout--wrap:not(.owl-carousel) + .slider-layout--nav {
        display: none;
    }
}

/*1000 to 0*/
@media screen and (max-width: 1000px) {
    .chanel_list__item {
        padding: 20px 0px;
    }
}

/*881 to ~*/
@media only screen and (min-width: 881px) {
    .mobile_menu, .footer-aurora {
        display: none;
    }

    .mm-body__inner .mm-body__line img {
        max-width: 100%;
        height: auto !important;
    }

    .mm-body__inner .mm-body__line a {
        width: 100% !important;
    }
}

/*0 to 880*/
@media only screen and (max-width: 880px) {
    * {
        box-sizing: border-box;
    }

    div#sticky-wrapper.sticky-wrapper {
        height: 100% !important;
    }

    .mobile-hidden {
        display: none;
    }

    .post-layout > .wg-fastnews--title {
        margin-bottom: 25px;
    }

    .footer-aurora {
        text-align: center;
        color: #fff;
        padding: 10px;
        vertical-align: middle;
        background: #773993;
        font-size: 13px;
    }

    .footer-aurora a {
        color: #fff;
    }

    .footer-aurora .footer-aurora__link-image img {
        vertical-align: middle;
        width: 40px;
        margin-left: 5px;
    }

    .footer-row, .row-header .header-nav--search {
        display: none;
    }

    .row-header {
        box-sizing: border-box;
    }

    .aside-featured {
        position: static !important;
    }

    .mobile_menu {
        background: #12a4de;
        position: fixed;
        top: 0;
        left: 0;
        width: 100%;
        z-index: 1000;
        height: 55px;
        box-shadow: 0px 1px 2px 0px #787878;
    }

    .menu-btn {
        margin: 20px 20px 0px 0px;
        box-sizing: border-box;
        width: 25px;
        position: absolute;
        top: 0;
        right: 0;
    }

    .menu-btn .icon-bar {
        display: block;
        width: 25px;
        height: 2px;
        border-radius: 1px;
        background-color: #fff;
        margin-left: auto;
        margin-right: auto;
    }

    .menu-btn .icon-bar + .icon-bar {
        margin-top: 4px;
    }

    .logo_mobile {
        display: inline-block;
        background: #fff;
        padding: 5px;
        position: absolute;
        top: 0;
        left: 0;
    } 

    .logo_mobile span {
        display: inline-block;
        vertical-align: middle;
        text-decoration: none;
        color: transparent;
        /*background-image: url(/local/templates/saratov24/images/logo_blue.png);*/
        background-image: url(/local/templates/saratov24/images/logo-ru.png);
        /*background-image: url(/local/templates/saratov24/images/logo-ru-mediaholding-new-year.png);*/
        background-position: 0px 0px;
        background-size: contain;
        background-repeat: no-repeat;
        width: 45px;
        height: 45px;
		background-position: center;
    }

    .header-broadcast {
        position: fixed;
    }

    .content-section--aside {
        width: 100%;
        position: static;
        padding: 20px 10px;
    }

    .content-section {
        padding-right: 0;
    }

    .mobile_broadcast {
        text-align: center;
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis;
        color: #fff !important;
        display: flex;
        justify-content: center;
        align-items: center;
        height: 100%;
    }

    .mobile_menu .header-nav--search-btn {
        right: 50px;
        left: auto;
        top: -48px;
    }

    .mobile_menu .header-nav--search {
        position: absolute;
        top: 65px;
        width: 100%;
        right: 0;
        padding: 0px 10px;
        box-sizing: border-box;
    }

    .header-nav--search.active .header-nav--search-field {
        width: 100%;
        border: 1px solid #12a4de;
        padding: 11px 6px;
        box-sizing: border-box;
        box-shadow: 0px 0px 3px 0px #787878;
    }

    .header-nav--search.active .btn-search {
        left: 18px;
        top: 9px;
    }

    .row-header {
        padding: 0px 15px 15px 15px;
        box-shadow: none;
    }

    .row-header .header-logo, .header-panel--top .btn, .row-header .header-broadcast {
        display: none;
    }

    .header-social a {
        display: inline-block;
        opacity: 1;
    }

    .header-panel--top {
        height: auto;
        margin: 0px -15px;
        text-align: center;
    }

    .header-social {
        position: static;
        padding: 11px 0px 12px 0px;
    }

    .mm-body__inner .mm-body__line {
        width: 50% !important;
        margin: 0px !important;
        padding: 8px !important;
    }

    .block-text-overflow-image-full {
        font-size: 13px;
        margin-top: 10px;
    }

    .mm-body__inner .mm-body__line img {
        max-width: 100%;
        height: auto !important;
    }

    .mm-body__inner .mm-body__line a {
        width: 100% !important;
    }

    div.mm-body__inner > div {
        -webkit-box-align: end;
        -ms-flex-align: end;
        align-items: end;
    }

    .tvprogramm-fast {
        margin: 0;
    }

    .menu-primary--item {
        display: block;
    }

    .menu-primary a, .menu-primary a:hover {
        display: block;
        color: #242424;
    }

    .header-nav {
        background: none;
    }

    .section-announcements .post-block {
        width: 50%;
    }

    .announcement-layout {
        margin: 0;
    }

    .section-tvprogram .post-block__announcement {
        width: 100%;
        max-width: 400px;
        display: block;
        margin: 10px auto;
    }

    .tvprogramm-fast__col {
        width: 100%;
        padding-left: 0;
    }

    .section-header {
        /*padding-left: 15px;
    padding-right: 15px;*/
    }

    body {
        margin-bottom: 0;
    }

    .page-layout {
        overflow: hidden;
    }

    .post-block__news .post-block--title {
        height: auto;
    }

    .slider-layout--viewer-item {
        width: 100%;
    }

    .slider-layout--wrap {
        height: auto;
    }

    .colorama-block {
        display: none;
    }

    .page-layout {
        padding-top: 70px;
    }

    .slider-layout {
        margin-top: -15px;
        margin-bottom: 10px;
        margin-left: -15px;
        margin-right: -15px;
    }

    .section-header--nav {
        display: block;
        overflow-x: auto;
        overflow-y: hidden;
        white-space: nowrap;
        height: auto;
        padding: 20px 0px;
        position: relative;

    }

    /*About us*/
    .page-layout .logo-about {
        padding: 60px 0px;
        display: block;
    }

    .logo-about .logo-image {
        text-align: center;
    }

    .logo-about .logo-image img {
        width: 110px;
    }

    .logo-about .logo-title {
        margin-left: 0;
        text-align: center;
    }

    .logo-title h1 {
        margin-left: 0;
    }

    .logo-about .logo-title span {
        font-size: 45px;
    }

    h1 {
        font-size: 26px;
    }

    .page-layout .section-content h2, .page-layout .section-mobi h2,
    .page-layout .section-chanels h2 {
        font-size: 33px;
        margin-top: 50px;
        margin-bottom: 30px;
    }

    .section-chanels .chanel_list {
        /*overflow-x: auto;
    overflow-y: hidden;
    white-space: nowrap;
    height: auto;
    display: block;
    padding: 10px 15px;*/
    }

    .section-chanels .chanel_list img {
        display: inline-block;
        width: auto;
    }

    .section-chanels .chanel_list > * {
        display: inline-block;
    }

    .page-layout .section-block .block-small, .page-layout .section-block .block {
        max-width: 320px;
        width: 100%;
        margin: 25px auto;
    }

    .page-layout .section-block {
        display: block;
    }

    .page-layout .section-content h3 {
        margin-top: 10px;
    }

    .page-layout .section-block .block-small h3 {
        padding-top: 10px;
    }

    .page-layout .section-block .block img {
        float: none;
        display: block;
        margin: 10px auto;
    }

    .page-layout .section-block .block p {
        padding-left: 0;
    }

    .page-layout {
        padding-left: 15px;
        padding-right: 15px;
    }

    .store {
        padding-top: 30px;
    }

    .store .col-xs-3 {
        width: 49%;
    }

    .store .col-xs-3 img {
        max-width: 100%;
    }

    .page-layout .section-mobi > p {
        margin-bottom: 0;
    }

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

    .tvprogramm-timeline__item__preview {
        float: none;
        margin: 4px 0px 20px 0px;
    }

    .tvprogramm-timeline__item__block {
        padding-left: 0;
        font-size: 14px;
        line-height: 20px;
    }

    .tvprogramm-timeline__item {
        padding-left: 80px;
    }

    .tvprogramm-timeline__item__time {
        font-size: 14px;
        width: 40px;
    }

    .tvprogramm-timeline__item__time:before {
        left: 53px;
    }

    .tvprogramm-timeline__item__time:after {
        left: 60px;
    }

    .about-hero__left {
        max-height: inherit;
    }

    .about-intro--block {
        padding: 0;
    }

    body .page-layout .about-hero .contacts-block img {
        float: none;
        max-width: 100%;
        display: block;
        margin: 20px auto;
    }

    .about-hero--intro {
        font-size: 24px;
        line-height: 30px;
    }

    .section-header--title {
        font-size: 22px;
        vertical-align: middle;
    }

    .about-section--details {
        padding: 10px;
    }

    .article-body__col {
        width: 100%;
        padding: 0;
    }

    .article-body .grid-layout {
        margin: 0;
    }

    .post-block--content__program {
        height: auto;
    }

    .contacts-map {
        height: 350px;
    }

    .calendar-layout {
        position: static;
    }

    .page-layout .online-translation iframe,
    .article-body iframe {
        width: 100%;
        height: 420px !important;
        position: static !important;
    }

    .online-translation {
        height: auto;
    }

    .wg-fastnews {
        width: 340px;
    }

    .content-section--posts-col .post-block__news {
        /*min-height: 345px;*/
    }

    #OnlineViewport.online-translation {
        background: none;
    }

    .calend_btn {
        display: inline-block;
        width: 35px;
        height: 30px;
        background: url("/local/templates/saratov24/images/calendar.png") center center no-repeat;
        vertical-align: middle;
    }

    .content-section--calendar {
        display: none;
    }

    .aside-featured {
        position: static !important;
    }

    .content-text {
        padding-right: 0;
    }

    .slider-layout--wrap:not(.owl-carousel), .slider-layout--wrap:not(.owl-carousel) + .slider-layout--nav {
        display: none;
    }

    .content-layout {
        padding-top: 0;
    }

    .post-layout__news {
        padding: 0;
        margin: 25px 0px 0px;
    }

    .wg-fastnews--list-item--title {
        width: 100%;
    }

    .wg-fastnews {
        position: static;
        width: 100%;
        border: none;
        padding: 0;
        margin-bottom: 20px;
    }

    .program-subscribe--panel {
        position: relative;
    }

    .program-subscribe--panel .btn-normal {
        position: absolute;
        top: 0;
        right: 0;
    }

    .program-subscribe--panel .program-subscribe--field {
        padding-right: 115px;
        width: 100%;
    }

    .section-header--title span {
        display: inline;
    }

    .post-block--content__program {
        height: auto;
        margin-bottom: 15px;
    }

}

/*0 to 480*/
@media only screen and (max-width: 480px) {
    .article-body iframe {
        height: 200px !important;
    }

    .tvprogramm-fast__col .col-xs-6 {
        width: 100%;
        padding-left: 0;
    }

    .tvprogramm-list__item {
        height: auto;
        margin-bottom: 15px;
    }

    .section-mobi > p {
        font-size: 15px;
    }

    .section-watch {
        margin-bottom: 0px;
    }

    .page-layout .post-block--title, .page-layout .section-content > p, .page-layout .section-mobi > p {
        font-size: 16px;
        line-height: 1.4em;
        word-wrap: break-word;
    }

    .page-layout .section-block .block p {
        line-height: 1.4em;
    }

    .section-tvprogram {
        margin-bottom: 25px;
    }

    .img_section {
        margin-top: 20px;
    }

    .page-layout .section-content h2, .page-layout .section-mobi h2, .page-layout .section-chanels h2 {
        font-size: 25px;
        margin-top: 40px;
        margin-bottom: 20px;
    }

    .page-layout .section-content h3 {
        font-size: 22px;
    }

    .section-announcements .post-block {
        width: 100%;
    }

    .post-block--content__program {
        height: auto;
        margin-bottom: 15px;
    }

    .article-body__col {
        font-size: 16px;
        line-height: 22px;
    }

    .contacts-block {
        width: 100%;
    }

    .contacts-map {
        height: 250px;
    }

    .content-section--posts-col .post-block__news {
        width: 100%;
    }

    .content-grid .post-block__news {
        width: 100%;
    }

    .content-layout {
        padding-top: 0;
    }

    .content-section--posts-col .post-block__news {
        /*min-height: 290px;*/
        margin-bottom: 10px;
    }

    .btn-ghost {
        font-size: 12px;
        padding: 13px 28px 10px;
    }

    .btn-load:after {
        top: 6px;
        right: 12px;
    }

    .tag-badge-body {
        margin: 3px;
    }

    .tag-badge {
        font-size: 12px;
        line-height: 15px;
    }

    .content-section--calendar {
        padding: 0;
    }

    .calendar-layout {
        max-width: 280px;
        width: 100%;
    }

    .tag-item {
        font-size: 14px;
    }

    .article-layout {
        line-height: 27px; /*29 to 27 */
    }

    .content-search .post-block--preview {
        float: none;
        margin-left: auto;
        margin-right: auto;
        display: block;
    }

    .program-subscribe--panel .program-subscribe--field,
    .program-subscribe--panel .btn-normal {
        padding-top: 10px;
        padding-bottom: 10px;
    }

    .program-subscribe--panel .btn-normal {
        padding-left: 20px;
        padding-right: 20px;
    }

    .section-header--title {
        font-size: 16px;
    }

    .swiper-slide {
        width: 250px !important;
    }

    .fotorama__img, .fotorama__stage__shaft, .fotorama__stage, .fotorama__nav {
        max-width: 100% !important;
        width: 100% !important;
    }

    .fotorama__nav img {
        left: 0 !important;
    }

    .fotorama__nav__shaft {
        text-align: center;
    }
}

.mm-body {
    min-height: 0 !important;
}

/*
@media (min-width: 768px) and (max-width: 1200px){
  .mm-body__inner > div{
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
  }
  .mm-body__line{
    width: 50%!important;
  }
}
*/

.relap-default-wrapper {
    font: 16px/1.428 "Inter", Georgia, "Times New Roman", Times, serif !important;
}

.relap-default__top-container {
    max-width: none !important;
}

.relap-default__with-under-header-line .relap-default__items-container {
    margin: 0 -15px !important;
    border-top: none !important;
}

.relap-default__item, .relap-default__fake-item {
    min-width: 0 !important;
    max-width: none !important;
}

@media screen and (max-width: 768px) {
    .relap-default__item {
        width: 100% !important;
    }
}

.relap-default__block-title {
    font-size: 26px !important;
    font-weight: 600 !important;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    border-top: 4px solid #10a0d9;
    padding-top: 14px;
    margin-bottom: 10px;
    line-height: 1;
    padding-bottom: 0;
}

.relap-default__full-item-link .relap-default__item-inner {
    padding: 0 !important;
}

.relap-default__full-item-link .relap-default__item-inner a {
    margin: 15px;
}

.relap-default__full-item-link .relap-default__item-inner:hover {
    background: none !important;
}

.widget-comments {
    font-size: 16px;
    display: inline-block;
    float: right;
    position: relative;
}

@media screen and (max-width: 768px) {
    .widget-comments {
        display: none;
    }
}

.widget-comments:before {
    content: "";
    width: 17px;
    height: 17px;
    position: absolute;
    display: inline-block;
    background-image: url("data:image/svg+xml;base64,PHN2ZyB3aWR0aD0nMjAwJyBoZWlnaHQ9JzIwMCcgZmlsbD0iIzAwMDAwMCIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB4bWxuczp4bGluaz0iaHR0cDovL3d3dy53My5vcmcvMTk5OS94bGluayIgdmVyc2lvbj0iMS4xIiB4PSIwcHgiIHk9IjBweCIgdmlld0JveD0iMCAwIDEwMCAxMDAiIGVuYWJsZS1iYWNrZ3JvdW5kPSJuZXcgMCAwIDEwMCAxMDAiIHhtbDpzcGFjZT0icHJlc2VydmUiPjxwYXRoIGQ9Ik01MC42OSwxNi4xMjdjMjMuMzA5LDAsNDIuMjcxLDEyLjg5LDQyLjI3MSwyOC43MzVjMCwxNS44NDMtMTguOTYzLDI4LjczNS00Mi4yNzEsMjguNzM1bC0xLjQyNiwwLjAwNmwtMS4wNzUsMC4wMDMgIGMtMS42NTcsMC0yLjc0NC0wLjA0MS00LjQ0My0wLjI4NWwtMy4zODItMC40NmwtMi4xNzEsMi41MDFjLTAuOTk5LDEuMTQ3LTYuMDkyLDUuMTI5LTExLjcxMSw3LjY5MiAgYzEuMTQ0LTIuODc4LDEuOTg3LTYuMDE3LDIuMDYtOS4xMjFsMC4wMzItMC4xNzJWNzMuMjd2LTMuNTE5bC0zLjI5LTEuNTk4QzE0LjU2OCw2Mi45MzgsOC40MTksNTQuNDQ2LDguNDE5LDQ0Ljg2MiAgQzguNDE5LDI5LjAxNywyNy4zODIsMTYuMTI3LDUwLjY5LDE2LjEyNyBNNTAuNjksMTAuMzhjLTI2LjY4MSwwLTQ4LjMxLDE1LjQzOS00OC4zMSwzNC40ODFjMCwxMS44Niw3LjM4NSwyMi4xOTIsMjAuMTU1LDI4LjQwOCAgYzAsMC4wNzItMC4wMjUsMC4xMjYtMC4wMjUsMC4yMDZjMCw1LjE1My0zLjAzMywxMC44MTctNC44MTEsMTMuNzMzaDAuMDAzYy0wLjE0LDAuMzEzLTAuMjI1LDAuNjU2LTAuMjI1LDEuMDIzICBjMCwxLjQ0NSwxLjIyMywyLjYwNSwyLjczOCwyLjYwNWMwLjIyOSwwLDAuNTg5LTAuMDQ1LDAuNzIzLTAuMDQ1YzAuMDMyLDAsMC4wNTEsMCwwLjA0OCwwLjAwNyAgYzkuNDM1LTEuNDY4LDE5LjgwOS05LjQsMjEuODcyLTExLjc5NGMyLjEyNCwwLjMwMiwzLjU1NiwwLjM0Nyw1LjMzMSwwLjM0N2MwLjc0OCwwLDEuNTU3LTAuMDExLDIuNTAxLTAuMDExICBjMjYuNjgyLDAsNDguMzEtMTUuNDM2LDQ4LjMxLTM0LjQ4Qzk5LDI1LjgxOSw3Ny4zNzIsMTAuMzgsNTAuNjksMTAuMzhMNTAuNjksMTAuMzh6Ii8+PC9zdmc+");
    background-position: center;
    background-size: cover;
    left: -25px;
    bottom: 6px;
}

.onhome-container .post-block--title {
    font-size: 16px;
    font-weight: 300;
    line-height: 21px;
}

/*
.ya-share2{
  display: inline-block;
  position: absolute;
  top: 73px;
  right: 0;
}*/
.age-restriction {
    float: left;
    padding: 4px;
    border: 2px solid #ffffff;
    border-radius: 50%;
    font-weight: 600;
    width: 24px;
    height: 24px;
}

.age-restriction span {
    position: relative;
    top: 3px;
}

.hc__right {
    padding-left: 0 !important;
}

.fasnews-icons {
    display: inline-block;
    margin-right: 2px;
}

.fasnews-icons img {
    display: inline-block;
    height: 12px;
    width: auto;
}

.fasnews-icons img + img {
    margin-left: 5px;
}

.footer-warning {
    font-size: 14px;
    padding: 7px 15px;
    color: #ffffff;
    /*font-weight: 600;*/
}

.bx-ios .article-body .hcc.hc__ht {
    display: block !important;
}

.bx-ios .article-body {
    padding-bottom: 15px;
}

.promo {
    position: fixed;
    bottom: 1.875rem;
    right: 6.25rem;
    padding: 1.25rem 1.875rem;
    background: #fff;
    z-index: 99;
    border-radius: .3125rem;
    box-shadow: 0 5px 5px rgba(0, 0, 0, 0.2);
    cursor: pointer;
}

.promo-title {
    font-size: 1.25rem;
    font-weight: bold;
}

.promo-close {
    position: absolute;
    top: .3125rem;
    right: .3125rem;
    width: 30px;
    height: 30px;
    background-repeat: no-repeat;
    background-position: center;
    background-image: url('/local/templates/saratov24/images/close.svg');
    border: 0;
    z-index: 101;
    background-color: rgba(0, 0, 0, 0);
}

.adfox-banner a {
    display: block;
    margin: 14px 0;
}

.adfox-banner img {
    width: 100%;
    height: auto;
    vertical-align: middle;
    max-width: 1920px;
    border: 0;
}

.adfox-banner.--vertical a {
    margin: 0;
    margin-top: 10px;
}

.mobile-banner {
    display: none;
}

@media only screen and (max-width: 880px) {
    .content-section--calendar .adfox-banner {
        display: none;
    }

    .mobile-banner {
        display: block;
        position: fixed;
        top: 55px;
    }
}

.content-section--aside {
    border: none;
}

@media only screen and (min-width: 881px) {
    .calendar-layout {
        position: relative;
    }
}

@media only screen and (max-width: 881px) {
    .calendar-layout {
        display: none;
    }
}

#vk_poll {
    position: absolute;
    left: 0;
    bottom: 0;
    right: 0;
    width: 320px;
    z-index: 1000;
}

@media only screen and (max-width: 880px) {
    /*.btn-maps{
    display: none;
  }*/
    #vk_poll {
        position: relative;
        width: 100% !important;
        text-align: center;
        margin-bottom: 20px;
    }

    .announcement-layout .post-block:last-child {
        display: none;
    }

    .mobile-hidden {
        display: none;
    }

    .header-nav--search.active {
        z-index: 1000;
        display: block;
    }

    .mobile-banner {
        z-index: 999;
    }

    .age-restriction {
        width: 28px;
        height: 28px;
        padding: 3px;
        font-size: 10px;
    }

    .age-restriction span {
        top: 3px;
    }

    .footer-warning {
        padding: 0 15px;
    }

    .adfox-header .--header {
        display: none;
    }
}

.btn-maps {
    color: #fff !important;
    padding: 10px 15px;
    margin: 10px 0;
}

.js-relap-custom-iframe-rec {
    margin: 15px;
}

.menu-primary--item .btn {
    padding: 0.5em 1.6em;
    text-transform: uppercase;
    color: #000;
    box-shadow: 0 3px #3181c6;
    border: 0;
}

.form-box {
    max-width: 620px;
    margin-top: 1.25rem;
    background: #f8f8f8;
    padding: 24px 20px;
}

.form-layout {

}

.form-row {
    position: relative;
}

.form-field--upload {
    position: absolute;
    height: 54px;
    width: 100%;
    font-size: 16px;
    opacity: 0;
}

.upload-file-list {
    display: flex;
    flex-flow: row wrap;
}

.upload-file-item {
    position: relative;
    display: flex;
    flex-flow: row;
    align-items: center;
    border: 1px solid #d0d0d0;
    border-radius: 3px;
    padding: 5px 10px;
    background-color: #e4e4e4;

    font-size: 14px;
    cursor: pointer;

    margin-top: 10px;
    margin-right: 10px;
}

.upload-file-item:hover:after {
    opacity: 1;
}

.upload-file-item:after {
    content: '';
    position: relative;
    display: inline-block;
    width: 20px;
    height: 20px;
    margin-left: 5px;
    background-position: center;
    background-repeat: no-repeat;
    background-image: url('/local/templates/saratov24/images/delete.svg');
    opacity: .5;
}

.upload-file-btn {
    background-color: #13a9e4;
    border-radius: 3px;
    padding: 9px 15px;

    font-size: 14px;
    color: #fff;
    cursor: pointer;
    margin-right: 10px;
}

.upload-file-btn:hover {
    background-color: #3181c6;
}

.upload-block {
    display: flex;
    flex-flow: row wrap;
    align-items: center;

    border-radius: 3px;
    border: 1px solid #cecece;
    background-color: #fff;

    font-size: 15px;
    padding: .625rem;
}

.bad-file {
    border-color: #d27400;
    background-color: #ff7455;
    color: white;
}

/* New */
.btn-s24-live {
    width: 123px;
    height: 29px;
    box-shadow: 0 3px #3181c6;
    border-radius: 3px;
    display: flex;
}
.btn-s24-live img {
    width: 100%;
    border-radius: 3px;
}

.btn-iz-live {
    width: 110px;
    height: 29px;
    box-shadow: 0 3px #3181c6;
    border-radius: 3px;
    display: flex;
}
.btn-iz-live img {
    width: 100%;
    border-radius: 3px;
}

.btn-telegraf-live {
    background: #02C4AA;
    width: 110px;
    height: 29px;
    box-shadow: 0 3px #3181c6;
    border-radius: 3px;
    display: flex;
    justify-content: center;
    align-items: center;
}
.btn-telegraf-live img {
    width: 100%;
    border-radius: 3px;
    padding: 8px;
    box-sizing: border-box;
}

.header-buttons {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
}

.header-panel--top {
    min-height: 55px;
    display: flex;
    justify-content: space-between;
    padding-left: 18px;
}

@media only screen and (max-width: 879px) {
    .header-buttons {
        flex-wrap: wrap;
        width: calc(100% - 95px);
        gap: 6px 0;
    } 
}

@media only screen and (max-width: 1024px) {
    .header-panel--top {
        padding-left: 0px;
    }
}

@media (min-width: 880px) and (max-width: 1400px) {
    .header-nav {
        height: 50px;
    }
}

@media (max-width: 720px) {
	.side-addnews {
		display:none;
	}
}

@media only screen and (max-width: 450px) {
    .mobile_broadcast {
        justify-content: flex-start;
        padding-left: 70px;
    }
    .header-buttons {
        align-items: flex-start;
    }
    .btn-s24-live, .btn-iz-live {
        width: 29px;
        height: 29px;
    }
    .btn-s24-live img, .btn-iz-live img {
        object-fit: cover;
        object-position: left;
    }
}



.open_registration {
    display: block;
    width: 160px;
    margin: 0 auto;
    text-align: center;
    margin-top: 15px;
    margin-bottom: 15px;
}

.registration_box {
    text-align: center;
    border: 1px solid #10a0d9;
    border-radius: 3px;
    padding: 15px;
    padding-bottom: 25px;
    margin-bottom: 20px;
}

.registration_box h5 {
    font-weight: 100;
    color: #10a0d9;
}

.registration_box a {
    margin-right: 10px;
}

.registration_box a:last-child {
    margin-right: 0;
}

#voting_box {
    margin-top: 80px;
}

#voting_box h4 {
    margin-bottom: 15px;
    text-align: center;
}

#voting_box button {
    margin-top: 15px;
    margin-bottom: 15px;
    border: none;
}

#voting_box div {
    position: relative;
}

#voting_box input {
    width: 0;
    height: 0;
    opacity: 0;
}

#voting_box label {
    margin-bottom: 15px;
    display: inline-block;
    vertical-align: middle;
}

#voting_box label:before {
    content: "";
    display: inline-block;
    width: 20px;
    height: 20px;
    border-radius: 50%;
    background: #fff;
    border: 2px solid #10a0d9;
    -webkit-transition: all .4s;
    -o-transition: all .4s;
    transition: all .4s;
    vertical-align: middle;
    margin-right: 15px;
}

#voting_box input:checked + label:before {
    background: #10a0d9;
}

.voting_item_wrapper {
    margin-top: 1.5rem;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    -o-flex-wrap: wrap;
    align-items: center;
    flex-wrap: wrap;
    justify-content: flex-start;

}

.voting_item_wrapper h4 {
    text-align: center;
    margin-bottom: 20px;
    flex-basis: 100%;
}

.voting_item {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    -o-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-bottom: 30px;
    justify-content: space-between;
    flex-basis: calc(50% - 15px);
    margin-right: 30px;
    box-shadow: 0 10px 30px -10px rgba(0, 0, 0, 0.1);
    text-align: center;
    padding: 15px;
    box-sizing: border-box;
	flex-basis:calc(32% - 15px);
	align-items:flex-start;
}

.voting_item:nth-child(odd) {
    margin-right: 0px;

}

.voting_item p {
    margin: 0 !important;
    margin-top: 10px !important;
    flex-basis: 100%;
    order: 2;

}

.voting_item span {
    margin: 0 !important;
    flex-basis: 100%;
    order: 3;
}

.voting_item span span {
    padding: 0;
    flex-basis: auto;
}

.voting_item img {
    margin: 0 auto !important;
    padding: 15px;
    border: 1px solid rgba(0, 0, 0, 0.1);
    max-width: 100%;
}

.voting_item_page {
    flex-wrap: wrap;
}

.voting_item_page .content-section--main {
    width: 100% !important;
}

.voting_item_page .content-text {
    padding-right: 0;
}

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

@media only screen and (max-width: 1200px) {
    .voting_item {
        flex-basis: calc(50% - 15px);

    }
}

@media only screen and (max-width: 880px) {
	.menu-primary {
		display:flex;
		flex-direction:column-reverse;
	}
	.menu-primary-block {
		display:block;
	}
	.page-banner {
		display:none;
	}
	.row-cont {
		padding-left: 2px !important;
		padding-right: 2px !important;
	}
}

@media only screen and (max-width: 736px) {
    .voting_item {
        flex-basis: 100%;

    }

}


.article-body br+br {
    content: "";
    margin: 2em;
    display: block;
    font-size: 25%;
}

@media only screen and (max-width: 400px) {
	#voting {
		flex-wrap:wrap;
	}
	#voting-box {
		flex-shrink:0;
		flex-grow:1;
		flex-basis:100%
	}
    .article-body br {
        line-height: 2;
    }
    .article-body br+br {
        content: "";
        margin: 2.1em; /* 2 to 2.1 */
        display: block;
        font-size: 25%;
    }
}
.menu-primary-block {
	display: inline-block;
}
.form-terms{
    font-size: 16px;
    float: right;
    margin: 18px 32px 15px;
    color: #10a0d9;
}

#vote{
	width:190px;
}

#voting-btn{
	margin-left:30px;
}

.smile-text {
	color: #ef5350;
	text-shadow:
   -1px -1px 0 #fff,
    1px -1px 0 #fff,
   -1px 1px 0 #fff,
    1px 1px 0 #fff;
}
.wg-fastnews{
	text-align: left;
}
.article-body h4 {
    font-smoothing: antialiased;
    -moz-osx-font-smoothing: antialiased;
    -webkit-font-smoothing: antialiased;
}
.article-body h3,
.article-body h4,
.article-body p{
	text-align: justify;
}
.adfox-header {
    margin: 0 auto;
    max-width: 1920px;
}

.article-layout .box {
	position: relative;
}

.article-layout .bg_color {
	position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: calc(100% - 68px);
}

.otvet ol {
	list-style-type: decimal;
	padding-left: 30px;
}

.kit_popup_bg {
	z-index: -1;
	opacity: 0;
	background-color: rgba(0,0,0,0.6);
	position: fixed;
	top: 0;
	left: 0;
	width: 100vw;
	height: 100vh;
	transition: .4s;
	cursor: pointer;
}

.kit_popup_bg.shown {
	z-index: 1000;
	opacity: 1;
}

.kit_popup_window {
	background-color: white;
    width: 360px;
    min-height: 200px;
    box-shadow: 0px 0px 10px 3px rgba(0,0,0,0.5);
    position: fixed;
    z-index: 1000;
    border-radius: 4px;
    top: 0;
    left: 0;
    right: 0;
    margin: auto;
    margin-top: 20%;
    display: flex;
    flex-direction: column;
    justify-content: center;
	z-index: -1;
	opacity: 0;
	transition: .4s;
	padding: 30px;
	text-align: center;
    font-size: 18px;
}

.kit_popup_window.shown {
	z-index: 1100;
	opacity: 1;
}

.ruble {
	font-size: 17px;
}

.ruble .form_btn {
	background-color: #0781b1;
	color: white;
	padding: 12px;
	margin-top: 30px;
	display: inline-block;
	cursor: pointer;
}

.ruble .title {
	font-size: 30px;
    font-weight: bold;
}

.hid_form {
	display: none;
}

.kit_popup_window .hid_form {
	display: block;
}

.hid_form input {
	display: block;
	background: none;
	outline: none;
	margin-bottom: 30px;
	border: none;
	border-bottom: 1px solid lightgray;
	transition: .4s;
	padding: 12px;
	font-size: 18px;
	width: 100%;
	box-sizing: border-box;
}

.hid_form input:focus,
.hid_form input:hover {
	border-color: #0781b1;
}

.hid_form input[type="submit"] {
	border: none !important;
	display: block;
    width: auto;
    margin: auto;
	background-color: #0781b1;
	color: white;
} 

.kit_popup_window span {
	font-weight: bold;
	color: #0781b1;
}


/* vote-block */
.vote-block__item {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    margin-bottom: 30px;
}

.vote-block__item:last-child {
    margin-bottom: 0;
}

.vote-block__image {
    width: 230px;
    margin-right: 15px;
}

.vote-block__image img {
    width: 100%;
    margin: 0;
}

.vote-block__desc {
    flex: 1;
}

.vote-block__desc p {
    margin-top: 0;
    margin-bottom: .85em;
}

.vote-block__desc p:last-child {
    margin-bottom: 0;
}

@media (max-width: 992px) {
    .vote-block__image {
        width: 165px;
    }
}

@media (max-width: 640px) {
    .vote-block__item {
        flex-direction: column;
    }

    .vote-block__image {
        width: 100%;
        margin-right: 0;
        margin-bottom: 15px;
    }
}
/* End: vote-block */

.button-up {
    display: none;
    padding: 12px;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    border-radius: 50%;
    background: #13A9E4; 
    gap: 10px; 
    z-index: 12;
    position: fixed;
    bottom: 15px;
    left: 15px;
    cursor: pointer;
}

.button-up:hover {
    background: #0781b1; 
}

.button-up.show {
    display: flex;
}
/* End */
/* /bitrix/components/bitrix/system.show_message/templates/.default/style.min.css?154393736351 */
/* /local/templates/saratov24/styles.css?1753342166587 */
/* /local/templates/saratov24/template_styles.css?1753343220146326 */
