@charset "UTF-8";
@font-face {
    font-family: 'PT Sans';
    src: url("../fonts/pts55f_w.eot");
    src: local('PT Sans'), url("../fonts/PTS55F_W.ttf") format('truetype')
}

@font-face {
    font-family: 'PT Sans';
    font-style: italic;
    src: url("../fonts/pts56f_w.eot");
    src: local('PT Sans Italic'),
        url("../fonts/PTS56F_W.woff") format('woff'),
        url("../fonts/PTS56F_W.ttf") format('truetype'),
        url('../fonts/PTS56F_W.svg#PTSans-Italic') format('svg')
}

@font-face {
    font-family: 'PT Sans';
    src: url("../fonts/pts75f_w.eot");
    font-style: normal;
    font-weight: bold;
    src: local('PT Sans Bold'),
        url("../fonts/PTS75F_W.woff") format('woff'),
        url("../fonts/PTS75F_W.ttf") format('truetype'),
        url('../fonts/PTS75F_W.svg#PTSans-Bold') format('svg')
}

@font-face {
    font-family: 'PT Sans';
    font-style: italic;
    font-weight: bold;
    src: url("../fonts/pts76f_w.eot");
    src: local('PT Sans Bold Italic'),
        url("../fonts/PTS76F_W.woff") format('woff'),
        url("../fonts/PTS76F_W.ttf") format('truetype'),
        url('../fonts/PTS76F_W.svg#PTSans-BoldItalic') format('svg')
}

@font-face {
    font-family: 'PT Sans Caption';
    src: url("../fonts/ptc55f_w.eot");
    src: local('PT Sans Caption'),
        url("../fonts/PTC55F_W.ttf") format('truetype')
}

@font-face {
    font-family: 'PT Sans Caption';
    font-weight: bold;
    src: url("../fonts/ptc75f_w.eot");
    src: local('PT Sans Caption Bold'),
        url("../fonts/PTC75F_W.woff") format('woff'),
        url("../fonts/PTC75F_W.ttf") format('truetype'),
        url('../fonts/PTC75F_W.svg#PTSans-CaptionBold') format('svg')
}

@font-face {
    font-family: 'PT Sans Narrow';
    src: url("../fonts/ptn57f_w.eot");
    src: local('PT Sans Narrow'), url("../fonts/PTN57F_W.ttf") format('truetype')
}

@font-face {
    font-family: 'PT Sans Narrow';
    font-weight: bold;
    src: url("../fonts/ptn77f_w.eot");
    src: local('PT Sans Narrow Bold'), url("../fonts/PTN77F_W.ttf") format('truetype')
}
html {
    box-sizing: border-box;
}

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

.link-m {
    text-decoration: none;
}
.b-form__field textarea {
    width: 100%;
    padding: 5px 5px;
    border: solid 1px #eaeaea;
    font-family: PT Sans;
    color: #ccc;
    -webkit-box-shadow: inset 0 1px 1px 0 #cbcbcb;
    -moz-box-shadow: inset 0 1px 1px 0 #cbcbcb;
    box-shadow: inset 0 1px 1px 0 #cbcbcb;
    margin: 0 0 0 -6px;
    color: #272727;
    font-size: 15px;
    height: 55px;
}
.b-form__field select,
.b-form__field input[type=text],
.b-form__field input[type=email],
.b-form__field input[type=password] {
    width: 100%;
    padding: 5px 5px;
    border: solid 1px #eaeaea;
    font-family: PT Sans;
    color: #ccc;
    -webkit-box-shadow: inset 0 1px 1px 0 #cbcbcb;
    -moz-box-shadow: inset 0 1px 1px 0 #cbcbcb;
    box-shadow: inset 0 1px 1px 0 #cbcbcb;
    margin: 0 0 0 -6px;
    color: #272727;
    font-size: 15px;
}
.b-form__field.has-error select,
.b-form__field.has-error textarea,
.b-form__field.has-error input[type=text],
.b-form__field.has-error input[type=email],
.b-form__field.has-error input[type=password] {
    border-color: #ba2821;
}
.b-form__button {
    margin: 40px 0 0;
}
.b-form__but-green {
    padding: 0 20px;
    margin: 0;
    border: 0;
    background: #17d459;
    background: -webkit-linear-gradient(top, #17d459, #13b84c);
    background: -moz-linear-gradient(top, #17d459, #13b84c);
    background: -o-linear-gradient(top, #17d459, #13b84c);
    border-bottom: 0;
    -webkit-box-shadow: 0 1px 1px 0 #337c4c;
    -moz-box-shadow: 0 1px 1px 0 #337c4c;
    box-shadow: 0 1px 1px 0 #337c4c;
    height: 40px;
    line-height: 40px;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    color: #fff;
    font-size: 25px;
    font-family: PT Sans Narrow;
}
.b-form__field label.control-label {
    padding-top: 0 !important;
}
.b-form__field .help-block {
    font-size: 14px;
    padding-top: 4px;
    height: 20px;
}
.b-form__field.has-error .help-block {
    color: #ba2821;
}
.b-form__captcha {
    margin: 20px 0 0;
}
.form-control {
    display: block;
    width: 100%;
    height: 34px;
    padding: 6px 12px;
    font-size: 14px;
    line-height: 1.42857143;
    color: #555;
    background-color: #fff;
    background-image: none;
    border: 1px solid #ccc;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
    -webkit-transition: border-color ease-in-out .15s, -webkit-box-shadow ease-in-out .15s;
    -o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
}

.control-label {
    font-size: 15px;
    color: #666;
    font-family: Arial;
    padding: 14px 0 11px 0;
    display: block;
}
.none {
    display: none;
}
.ev-btn {
    background-image: url(../images/sprite.png);
    background-position: 0px 0px;
    width: 21px;
    height: 20px;
}

.footer-lab-icon {
    background-image: url(../images/siteonic.png);
    width: 60px;
    height: 46px;
}

.footer-logo-icon {
    background-image: url(../images/sprite.png);
    background-position: 0px -57px;
    width: 179px;
    height: 37px;
}

.icon-1 {
    background-image: url(../images/sprite.png);
    background-position: 0px -99px;
    width: 16px;
    height: 16px;
}

.icon-2 {
    background-image: url(../images/sprite.png);
    background-position: 0px -120px;
    width: 16px;
    height: 16px;
}

.icon-3 {
    background-image: url(../images/sprite.png);
    background-position: 0px -141px;
    width: 16px;
    height: 16px;
}

.icon-4 {
    background-image: url(../images/sprite.png);
    background-position: 0px -162px;
    width: 16px;
    height: 16px;
}

.icon-burg {
    background-image: url(../images/sprite.png);
    background-position: 0px -183px;
    width: 43px;
    height: 38px;
}

.icon-comm {
    background-image: url(../images/sprite.png);
    background-position: 0px -226px;
    width: 68px;
    height: 65px;
}

.jm-head {
    background-image: url(../images/sprite.png);
    background-position: 0px -296px;
    width: 15px;
    height: 15px;
}

.lik-btn {
    background-image: url(../images/sprite.png);
    background-position: 0px -316px;
    width: 20px;
    height: 20px;
}

.mob-soz-1 {
    background-image: url(../images/sprite.png);
    background-position: 0px -341px;
    width: 25px;
    height: 25px;
}

.mob-soz-2 {
    background-image: url(../images/sprite.png);
    background-position: 0px -371px;
    width: 25px;
    height: 25px;
}

.mob-soz-3 {
    background-image: url(../images/sprite.png);
    background-position: 0px -401px;
    width: 25px;
    height: 25px;
}

.mob-soz-4 {
    background-image: url(../images/sprite.png);
    background-position: 0px -431px;
    width: 25px;
    height: 25px;
}

.report-slid-next {
    background-image: url(../images/sprite.png);
    background-position: 0px -461px;
    width: 15px;
    height: 20px;
}

.report-slid-prev {
    background-image: url(../images/sprite.png);
    background-position: 0px -486px;
    width: 15px;
    height: 20px;
}

.tw-btn {
    background-image: url(../images/sprite.png);
    background-position: 0px -511px;
    width: 20px;
    height: 20px;
}
.vk-btn{
    background-image: url(../images/sprite.png);
    background-position: 0 -624px;
    width: 20px;
    height: 20px;
}

.wath-icon-1 {
    background-image: url(../images/sprite.png);
    background-position: 0px -536px;
    width: 33px;
    height: 27px;
}

.wath-icon-2 {
    background-image: url(../images/sprite.png);
    background-position: 0px -568px;
    width: 27px;
    height: 26px;
}

.wath-icon-3 {
    background-image: url(../images/sprite.png);
    background-position: 0px -599px;
    width: 30px;
    height: 20px;
}

/**
 * modified version of eric meyer's reset 2.0
 * http://meyerweb.com/eric/tools/css/reset/
 */
/**
 * basic reset
 */
html, body, div, span, applet, object,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend, caption,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, main,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    font: inherit;
    vertical-align: baseline;
}

table, iframe, tbody, tfoot, thead, tr, th, td {
    border: 0;
    padding: 0;
    font-size: 100%;
    font: inherit;
    vertical-align: baseline;
}

/**
 * HTML5 display-role reset for older browsers
 */
article, aside, details, figcaption, figure,
footer, header, menu, nav, section,
main, summary {
    display: block;
}

body {
    line-height: 1;
}

ol, ul {
    list-style: none;
}

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

/**
 * modified version of normalize.css 3.0.2
 * http://necolas.github.io/normalize.css/
 */
/**
 * 1. Set default font family to sans-serif.
 * 2. Prevent iOS text size adjust after orientation change, without disabling
 *    user zoom.
 */
html {
    font-family: sans-serif;
    -ms-text-size-adjust: 100%;
    -webkit-text-size-adjust: 100%;
}

/**
 * HTML5 display definitions
 * =============================================================================
 */
/**
 * 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;
    vertical-align: baseline;
}

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

/**
 * 1. Address styling not present in Safari and Chrome.
 * 2. Set previously resetted italic font-style
 */
dfn,
i, em {
    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;
}

sup {
    top: -0.5em;
}

sub {
    bottom: -0.25em;
}

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

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

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

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

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

/**
 * 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;
    font: inherit;
    margin: 0;
}

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

/**
 * 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"] {
    padding: 0;
}

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

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

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

.container {
    margin-left: auto;
    margin-right: auto;
    padding-left: 0.625rem;
    padding-right: 0.625rem;
}

.container::after {
    content: "";
    display: table;
    clear: both;
}

@media (min-width: 544px) {
    .container {
        max-width: 576px;
    }
}

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

@media (min-width: 999px) {
    .container {
        max-width: 940px;
    }
}

@media (min-width: 1200px) {
    .container {
        max-width: 1220px;
    }
}

.container-fluid {
    margin-left: auto;
    margin-right: auto;
    padding-left: 0.625rem;
    padding-right: 0.625rem;
}

.container-fluid::after {
    content: "";
    display: table;
    clear: both;
}

.row {
    margin-left: -0.625rem;
    margin-right: -0.625rem;
}

.row::after {
    content: "";
    display: table;
    clear: both;
}

.col-xs-1, .col-xs-2, .col-xs-3, .col-xs-4, .col-xs-5, .col-xs-6, .col-xs-7, .col-xs-8, .col-xs-9, .col-xs-10, .col-xs-11, .col-xs-12, .col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12, .col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12, .col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11, .col-lg-12, .col-xl-1, .col-xl-2, .col-xl-3, .col-xl-4, .col-xl-5, .col-xl-6, .col-xl-7, .col-xl-8, .col-xl-9, .col-xl-10, .col-xl-11, .col-xl-12 {
    position: relative;
    min-height: 1px;
    padding-left: 0.625rem;
    padding-right: 0.625rem;
}

.col-xs-1, .col-xs-2, .col-xs-3, .col-xs-4, .col-xs-5, .col-xs-6, .col-xs-7, .col-xs-8, .col-xs-9, .col-xs-10, .col-xs-11, .col-xs-12 {
    float: left;
}

.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-pull-0 {
    right: auto;
}

.col-xs-pull-1 {
    right: 8.33333%;
}

.col-xs-pull-2 {
    right: 16.66667%;
}

.col-xs-pull-3 {
    right: 25%;
}

.col-xs-pull-4 {
    right: 33.33333%;
}

.col-xs-pull-5 {
    right: 41.66667%;
}

.col-xs-pull-6 {
    right: 50%;
}

.col-xs-pull-7 {
    right: 58.33333%;
}

.col-xs-pull-8 {
    right: 66.66667%;
}

.col-xs-pull-9 {
    right: 75%;
}

.col-xs-pull-10 {
    right: 83.33333%;
}

.col-xs-pull-11 {
    right: 91.66667%;
}

.col-xs-pull-12 {
    right: 100%;
}

.col-xs-push-0 {
    left: auto;
}

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

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

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

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

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

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

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

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

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

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

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

.col-xs-push-12 {
    left: 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: 544px) {
    .col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12 {
        float: left;
    }

    .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-pull-0 {
        right: auto;
    }

    .col-sm-pull-1 {
        right: 8.33333%;
    }

    .col-sm-pull-2 {
        right: 16.66667%;
    }

    .col-sm-pull-3 {
        right: 25%;
    }

    .col-sm-pull-4 {
        right: 33.33333%;
    }

    .col-sm-pull-5 {
        right: 41.66667%;
    }

    .col-sm-pull-6 {
        right: 50%;
    }

    .col-sm-pull-7 {
        right: 58.33333%;
    }

    .col-sm-pull-8 {
        right: 66.66667%;
    }

    .col-sm-pull-9 {
        right: 75%;
    }

    .col-sm-pull-10 {
        right: 83.33333%;
    }

    .col-sm-pull-11 {
        right: 91.66667%;
    }

    .col-sm-pull-12 {
        right: 100%;
    }

    .col-sm-push-0 {
        left: auto;
    }

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

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

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

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

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

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

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

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

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

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

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

    .col-sm-push-12 {
        left: 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: 768px) {
    .col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12 {
        float: left;
    }

    .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-pull-0 {
        right: auto;
    }

    .col-md-pull-1 {
        right: 8.33333%;
    }

    .col-md-pull-2 {
        right: 16.66667%;
    }

    .col-md-pull-3 {
        right: 25%;
    }

    .col-md-pull-4 {
        right: 33.33333%;
    }

    .col-md-pull-5 {
        right: 41.66667%;
    }

    .col-md-pull-6 {
        right: 50%;
    }

    .col-md-pull-7 {
        right: 58.33333%;
    }

    .col-md-pull-8 {
        right: 66.66667%;
    }

    .col-md-pull-9 {
        right: 75%;
    }

    .col-md-pull-10 {
        right: 83.33333%;
    }

    .col-md-pull-11 {
        right: 91.66667%;
    }

    .col-md-pull-12 {
        right: 100%;
    }

    .col-md-push-0 {
        left: auto;
    }

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

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

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

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

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

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

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

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

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

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

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

    .col-md-push-12 {
        left: 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: 999px) {
    .col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11, .col-lg-12 {
        float: left;
    }

    .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-pull-0 {
        right: auto;
    }

    .col-lg-pull-1 {
        right: 8.33333%;
    }

    .col-lg-pull-2 {
        right: 16.66667%;
    }

    .col-lg-pull-3 {
        right: 25%;
    }

    .col-lg-pull-4 {
        right: 33.33333%;
    }

    .col-lg-pull-5 {
        right: 41.66667%;
    }

    .col-lg-pull-6 {
        right: 50%;
    }

    .col-lg-pull-7 {
        right: 58.33333%;
    }

    .col-lg-pull-8 {
        right: 66.66667%;
    }

    .col-lg-pull-9 {
        right: 75%;
    }

    .col-lg-pull-10 {
        right: 83.33333%;
    }

    .col-lg-pull-11 {
        right: 91.66667%;
    }

    .col-lg-pull-12 {
        right: 100%;
    }

    .col-lg-push-0 {
        left: auto;
    }

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

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

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

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

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

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

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

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

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

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

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

    .col-lg-push-12 {
        left: 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%;
    }
}

@media (min-width: 1200px) {
    .col-xl-1, .col-xl-2, .col-xl-3, .col-xl-4, .col-xl-5, .col-xl-6, .col-xl-7, .col-xl-8, .col-xl-9, .col-xl-10, .col-xl-11, .col-xl-12 {
        float: left;
    }

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

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

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

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

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

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

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

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

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

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

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

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

    .col-xl-pull-0 {
        right: auto;
    }

    .col-xl-pull-1 {
        right: 8.33333%;
    }

    .col-xl-pull-2 {
        right: 16.66667%;
    }

    .col-xl-pull-3 {
        right: 25%;
    }

    .col-xl-pull-4 {
        right: 33.33333%;
    }

    .col-xl-pull-5 {
        right: 41.66667%;
    }

    .col-xl-pull-6 {
        right: 50%;
    }

    .col-xl-pull-7 {
        right: 58.33333%;
    }

    .col-xl-pull-8 {
        right: 66.66667%;
    }

    .col-xl-pull-9 {
        right: 75%;
    }

    .col-xl-pull-10 {
        right: 83.33333%;
    }

    .col-xl-pull-11 {
        right: 91.66667%;
    }

    .col-xl-pull-12 {
        right: 100%;
    }

    .col-xl-push-0 {
        left: auto;
    }

    .col-xl-push-1 {
        left: 8.33333%;
    }

    .col-xl-push-2 {
        left: 16.66667%;
    }

    .col-xl-push-3 {
        left: 25%;
    }

    .col-xl-push-4 {
        left: 33.33333%;
    }

    .col-xl-push-5 {
        left: 41.66667%;
    }

    .col-xl-push-6 {
        left: 50%;
    }

    .col-xl-push-7 {
        left: 58.33333%;
    }

    .col-xl-push-8 {
        left: 66.66667%;
    }

    .col-xl-push-9 {
        left: 75%;
    }

    .col-xl-push-10 {
        left: 83.33333%;
    }

    .col-xl-push-11 {
        left: 91.66667%;
    }

    .col-xl-push-12 {
        left: 100%;
    }

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

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

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

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

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

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

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

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

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

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

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

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

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

.hidden-xs-up {
    display: none !important;
}

@media (max-width: 543px) {
    .hidden-xs-down {
        display: none !important;
    }
}

@media (min-width: 544px) {
    .hidden-sm-up {
        display: none !important;
    }
}

@media (max-width: 767px) {
    .hidden-sm-down {
        display: none !important;
    }
}

@media (min-width: 768px) {
    .hidden-md-up {
        display: none !important;
    }
}

@media (max-width: 998px) {
    .hidden-md-down {
        display: none !important;
    }
}

@media (min-width: 999px) {
    .main-news .news-one__cont {
        width: 360px
    }
    .hidden-lg-up {
        display: none !important;
    }
}

@media (max-width: 1199px) {
    .hidden-lg-down {
        display: none !important;
    }
}

@media (min-width: 1200px) {
    .main-news .news-one__cont {
        width: 380px
    }
    .hidden-xl-up {
        display: none !important;
    }
    .big-slid {
        height: 300px !important;
    }
}

.hidden-xl-down {
    display: none !important;
}

.visible-print-block {
    display: none !important;
}

@media print {
    .visible-print-block {
        display: block !important;
    }
}

.visible-print-inline {
    display: none !important;
}

@media print {
    .visible-print-inline {
        display: inline !important;
    }
}

.visible-print-inline-block {
    display: none !important;
}

@media print {
    .visible-print-inline-block {
        display: inline-block !important;
    }
}

@media print {
    .hidden-print {
        display: none !important;
    }
}

.embed-responsive {
    position: relative;
    display: block;
    height: 0;
    padding: 0;
    overflow: hidden;
}

.embed-responsive .embed-responsive-item,
.embed-responsive iframe,
.embed-responsive embed,
.embed-responsive object,
.embed-responsive video {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: 0;
}

.embed-responsive-21by9 {
    padding-bottom: 42.85714%;
}

.embed-responsive-16by9 {
    padding-bottom: 56.25%;
}

.embed-responsive-4by3 {
    padding-bottom: 75%;
}

.embed-responsive-1by1 {
    padding-bottom: 100%;
}

html {
    font-size: 16px;
}

body {
    font-family: 'PT Sans Narrow', Tahoma, Arial, Verdana, sans-serif;
    font-size: 1.125rem;
}

h1 {
    font-size: 2.25rem;
}

h2 {
    font-size: 1.875rem;
}

h3 {
    font-size: 1.5rem;
}

h4 {
    font-size: 1.125rem;
}

h5 {
    font-size: 0.875rem;
}

h6 {
    font-size: 0.75rem;
}

i {
    display: inline-block;
}

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

a:hover {
    color: #232323;
    text-decoration: underline;
}
.news-one__text a, .news-one__text a:visited {
    color: #064287;
    text-decoration: underline;
}
.news-one__text a:hover, .news-one__text a:active {
    color: #ed1c24;
    text-decoration: underline;
}
.left {
    float: left;
}

.right {
    float: right;
}

.cr {
    float: none;
    clear: both;
    margin: 0;
    padding: 0;
    font-size: 0.1px;
}

.both:after {
    clear: both;
    content: "";
    display: block;
    float: none;
    margin: 0;
    padding: 0;
}

.grad-red {
    background: -webkit-linear-gradient(#d83b2c, #b72620) top repeat;
    background: linear-gradient(#d83b2c, #b72620) top repeat;
    color: #fff;
}

.grad-red:hover {
    color: #fff;
}

.grad-gray {
    background: -webkit-linear-gradient(#eee, #e0e0e0) top repeat;
    background: linear-gradient(#eee, #e0e0e0) top repeat;
    color: #000;
}

.grad-gray:hover {
    color: #000;
}

.grad-gray2 {
    background: -webkit-linear-gradient(#98999d, #98999d) top repeat;
    background: linear-gradient(#98999d, #98999d) top repeat;
    color: #fff;
}

.grad-gray2:hover {
    color: #fff;
}

.grad-dark {
    background: -webkit-linear-gradient(#747474, #323232) top repeat;
    background: linear-gradient(#747474, #323232) top repeat;
    color: #fff;
}

.grad-dark:hover {
    color: #fff;
}

.grad-blue {
    background: -webkit-linear-gradient(#8fb2ef, #4163a7) top repeat;
    background: linear-gradient(#8fb2ef, #4163a7) top repeat;
    color: #fff;
}

.grad-blue:hover {
    color: #fff;
}

.btn {
    display: inline-block;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-transition: all .3s ease;
    transition: all .3s ease;
    border-radius: 20px;
    padding: 7px 14px;
    font-size: 0.9375rem;
    text-decoration: none;
}

.btn:hover {
    text-decoration: underline;
}

.btn-lg {
    width: 180px;
    padding: 18px 0;
}

.btn-md {
    width: 150px;
    padding: 15px 0;
}

.btn-sm {
    width: 140px;
    padding: 8px 0;
    font-size: 0.9375rem;
}

.btn-xs {
    width: 100px;
    padding: 10px 0;
}

.btn-100 {
    width: 100%;
}

/*!
 *  Font Awesome 4.7.0 by @davegandy - http://fontawesome.io - @fontawesome
 *  License - http://fontawesome.io/license (Font: SIL OFL 1.1, CSS: MIT License)
 */
/* FONT PATH
 * -------------------------- */
@font-face {
    font-family: 'FontAwesome';
    src: url("../fonts/fontawesome-webfont.eot?v=4.7.0");
    src: url("../fonts/fontawesome-webfont.eot?#iefix&v=4.7.0") format("embedded-opentype"), url("../fonts/fontawesome-webfont.woff2?v=4.7.0") format("woff2"), url("../fonts/fontawesome-webfont.woff?v=4.7.0") format("woff"), url("../fonts/fontawesome-webfont.ttf?v=4.7.0") format("truetype"), url("../fonts/fontawesome-webfont.svg?v=4.7.0#fontawesomeregular") format("svg");
    font-weight: normal;
    font-style: normal;
}

.fa {
    display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

/* makes the font 33% larger relative to the icon container */
.fa-lg {
    font-size: 1.33333em;
    line-height: 0.75em;
    vertical-align: -15%;
}

.fa-2x {
    font-size: 2em;
}

.fa-3x {
    font-size: 3em;
}

.fa-4x {
    font-size: 4em;
}

.fa-5x {
    font-size: 5em;
}

.fa-fw {
    width: 1.28571em;
    text-align: center;
}

.fa-ul {
    padding-left: 0;
    margin-left: 2.14286em;
    list-style-type: none;
}

.fa-ul > li {
    position: relative;
}

.fa-li {
    position: absolute;
    left: -2.14286em;
    width: 2.14286em;
    top: 0.14286em;
    text-align: center;
}

.fa-li.fa-lg {
    left: -1.85714em;
}

.fa-border {
    padding: .2em .25em .15em;
    border: solid 0.08em #eee;
    border-radius: .1em;
}

.fa-pull-left {
    float: left;
}

.fa-pull-right {
    float: right;
}

.fa.fa-pull-left {
    margin-right: .3em;
}

.fa.fa-pull-right {
    margin-left: .3em;
}

/* Deprecated as of 4.4.0 */
.pull-right {
    float: right;
}

.pull-left {
    float: left;
}

.fa.pull-left {
    margin-right: .3em;
}

.fa.pull-right {
    margin-left: .3em;
}

.fa-spin {
    -webkit-animation: fa-spin 2s infinite linear;
    animation: fa-spin 2s infinite linear;
}

.fa-pulse {
    -webkit-animation: fa-spin 1s infinite steps(8);
    animation: fa-spin 1s infinite steps(8);
}

@-webkit-keyframes fa-spin {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    100% {
        -webkit-transform: rotate(359deg);
        transform: rotate(359deg);
    }
}

@keyframes fa-spin {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    100% {
        -webkit-transform: rotate(359deg);
        transform: rotate(359deg);
    }
}

.fa-rotate-90 {
    -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=1)";
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);
}

.fa-rotate-180 {
    -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2)";
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
}

.fa-rotate-270 {
    -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=3)";
    -webkit-transform: rotate(270deg);
    transform: rotate(270deg);
}

.fa-flip-horizontal {
    -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=0, mirror=1)";
    -webkit-transform: scale(-1, 1);
    transform: scale(-1, 1);
}

.fa-flip-vertical {
    -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1)";
    -webkit-transform: scale(1, -1);
    transform: scale(1, -1);
}

:root .fa-rotate-90,
:root .fa-rotate-180,
:root .fa-rotate-270,
:root .fa-flip-horizontal,
:root .fa-flip-vertical {
    -webkit-filter: none;
    filter: none;
}

.fa-stack {
    position: relative;
    display: inline-block;
    width: 2em;
    height: 2em;
    line-height: 2em;
    vertical-align: middle;
}

.fa-stack-1x, .fa-stack-2x {
    position: absolute;
    left: 0;
    width: 100%;
    text-align: center;
}

.fa-stack-1x {
    line-height: inherit;
}

.fa-stack-2x {
    font-size: 2em;
}

.fa-inverse {
    color: #fff;
}

/* Font Awesome uses the Unicode Private Use Area (PUA) to ensure screen
   readers do not read off random characters that represent icons */
.fa-glass:before {
    content: "";
}

.fa-music:before {
    content: "";
}

.fa-search:before {
    content: "";
}

.fa-envelope-o:before {
    content: "";
}

.fa-heart:before {
    content: "";
}

.fa-star:before {
    content: "";
}

.fa-star-o:before {
    content: "";
}

.fa-user:before {
    content: "";
}

.fa-film:before {
    content: "";
}

.fa-th-large:before {
    content: "";
}

.fa-th:before {
    content: "";
}

.fa-th-list:before {
    content: "";
}

.fa-check:before {
    content: "";
}

.fa-remove:before,
.fa-close:before,
.fa-times:before {
    content: "";
}

.fa-search-plus:before {
    content: "";
}

.fa-search-minus:before {
    content: "";
}

.fa-power-off:before {
    content: "";
}

.fa-signal:before {
    content: "";
}

.fa-gear:before,
.fa-cog:before {
    content: "";
}

.fa-trash-o:before {
    content: "";
}

.fa-home:before {
    content: "";
}

.fa-file-o:before {
    content: "";
}

.fa-clock-o:before {
    content: "";
}

.fa-road:before {
    content: "";
}

.fa-download:before {
    content: "";
}

.fa-arrow-circle-o-down:before {
    content: "";
}

.fa-arrow-circle-o-up:before {
    content: "";
}

.fa-inbox:before {
    content: "";
}

.fa-play-circle-o:before {
    content: "";
}

.fa-rotate-right:before,
.fa-repeat:before {
    content: "";
}

.fa-refresh:before {
    content: "";
}

.fa-list-alt:before {
    content: "";
}

.fa-lock:before {
    content: "";
}

.fa-flag:before {
    content: "";
}

.fa-headphones:before {
    content: "";
}

.fa-volume-off:before {
    content: "";
}

.fa-volume-down:before {
    content: "";
}

.fa-volume-up:before {
    content: "";
}

.fa-qrcode:before {
    content: "";
}

.fa-barcode:before {
    content: "";
}

.fa-tag:before {
    content: "";
}

.fa-tags:before {
    content: "";
}

.fa-book:before {
    content: "";
}

.fa-bookmark:before {
    content: "";
}

.fa-print:before {
    content: "";
}

.fa-camera:before {
    content: "";
}

.fa-font:before {
    content: "";
}

.fa-bold:before {
    content: "";
}

.fa-italic:before {
    content: "";
}

.fa-text-height:before {
    content: "";
}

.fa-text-width:before {
    content: "";
}

.fa-align-left:before {
    content: "";
}

.fa-align-center:before {
    content: "";
}

.fa-align-right:before {
    content: "";
}

.fa-align-justify:before {
    content: "";
}

.fa-list:before {
    content: "";
}

.fa-dedent:before,
.fa-outdent:before {
    content: "";
}

.fa-indent:before {
    content: "";
}

.fa-video-camera:before {
    content: "";
}

.fa-photo:before,
.fa-image:before,
.fa-picture-o:before {
    content: "";
}

.fa-pencil:before {
    content: "";
}

.fa-map-marker:before {
    content: "";
}

.fa-adjust:before {
    content: "";
}

.fa-tint:before {
    content: "";
}

.fa-edit:before,
.fa-pencil-square-o:before {
    content: "";
}

.fa-share-square-o:before {
    content: "";
}

.fa-check-square-o:before {
    content: "";
}

.fa-arrows:before {
    content: "";
}

.fa-step-backward:before {
    content: "";
}

.fa-fast-backward:before {
    content: "";
}

.fa-backward:before {
    content: "";
}

.fa-play:before {
    content: "";
}

.fa-pause:before {
    content: "";
}

.fa-stop:before {
    content: "";
}

.fa-forward:before {
    content: "";
}

.fa-fast-forward:before {
    content: "";
}

.fa-step-forward:before {
    content: "";
}

.fa-eject:before {
    content: "";
}

.fa-chevron-left:before {
    content: "";
}

.fa-chevron-right:before {
    content: "";
}

.fa-plus-circle:before {
    content: "";
}

.fa-minus-circle:before {
    content: "";
}

.fa-times-circle:before {
    content: "";
}

.fa-check-circle:before {
    content: "";
}

.fa-question-circle:before {
    content: "";
}

.fa-info-circle:before {
    content: "";
}

.fa-crosshairs:before {
    content: "";
}

.fa-times-circle-o:before {
    content: "";
}

.fa-check-circle-o:before {
    content: "";
}

.fa-ban:before {
    content: "";
}

.fa-arrow-left:before {
    content: "";
}

.fa-arrow-right:before {
    content: "";
}

.fa-arrow-up:before {
    content: "";
}

.fa-arrow-down:before {
    content: "";
}

.fa-mail-forward:before,
.fa-share:before {
    content: "";
}

.fa-expand:before {
    content: "";
}

.fa-compress:before {
    content: "";
}

.fa-plus:before {
    content: "";
}

.fa-minus:before {
    content: "";
}

.fa-asterisk:before {
    content: "";
}

.fa-exclamation-circle:before {
    content: "";
}

.fa-gift:before {
    content: "";
}

.fa-leaf:before {
    content: "";
}

.fa-fire:before {
    content: "";
}

.fa-eye:before {
    content: "";
}

.fa-eye-slash:before {
    content: "";
}

.fa-warning:before,
.fa-exclamation-triangle:before {
    content: "";
}

.fa-plane:before {
    content: "";
}

.fa-calendar:before {
    content: "";
}

.fa-random:before {
    content: "";
}

.fa-comment:before {
    content: "";
}

.fa-magnet:before {
    content: "";
}

.fa-chevron-up:before {
    content: "";
}

.fa-chevron-down:before {
    content: "";
}

.fa-retweet:before {
    content: "";
}

.fa-shopping-cart:before {
    content: "";
}

.fa-folder:before {
    content: "";
}

.fa-folder-open:before {
    content: "";
}

.fa-arrows-v:before {
    content: "";
}

.fa-arrows-h:before {
    content: "";
}

.fa-bar-chart-o:before,
.fa-bar-chart:before {
    content: "";
}

.fa-twitter-square:before {
    content: "";
}

.fa-facebook-square:before {
    content: "";
}

.fa-camera-retro:before {
    content: "";
}

.fa-key:before {
    content: "";
}

.fa-gears:before,
.fa-cogs:before {
    content: "";
}

.fa-comments:before {
    content: "";
}

.fa-thumbs-o-up:before {
    content: "";
}

.fa-thumbs-o-down:before {
    content: "";
}

.fa-star-half:before {
    content: "";
}

.fa-heart-o:before {
    content: "";
}

.fa-sign-out:before {
    content: "";
}

.fa-linkedin-square:before {
    content: "";
}

.fa-thumb-tack:before {
    content: "";
}

.fa-external-link:before {
    content: "";
}

.fa-sign-in:before {
    content: "";
}

.fa-trophy:before {
    content: "";
}

.fa-github-square:before {
    content: "";
}

.fa-upload:before {
    content: "";
}

.fa-lemon-o:before {
    content: "";
}

.fa-phone:before {
    content: "";
}

.fa-square-o:before {
    content: "";
}

.fa-bookmark-o:before {
    content: "";
}

.fa-phone-square:before {
    content: "";
}

.fa-twitter:before {
    content: "";
}

.fa-facebook-f:before,
.fa-facebook:before {
    content: "";
}

.fa-github:before {
    content: "";
}

.fa-unlock:before {
    content: "";
}

.fa-credit-card:before {
    content: "";
}

.fa-feed:before,
.fa-rss:before {
    content: "";
}

.fa-hdd-o:before {
    content: "";
}

.fa-bullhorn:before {
    content: "";
}

.fa-bell:before {
    content: "";
}

.fa-certificate:before {
    content: "";
}

.fa-hand-o-right:before {
    content: "";
}

.fa-hand-o-left:before {
    content: "";
}

.fa-hand-o-up:before {
    content: "";
}

.fa-hand-o-down:before {
    content: "";
}

.fa-arrow-circle-left:before {
    content: "";
}

.fa-arrow-circle-right:before {
    content: "";
}

.fa-arrow-circle-up:before {
    content: "";
}

.fa-arrow-circle-down:before {
    content: "";
}

.fa-globe:before {
    content: "";
}

.fa-wrench:before {
    content: "";
}

.fa-tasks:before {
    content: "";
}

.fa-filter:before {
    content: "";
}

.fa-briefcase:before {
    content: "";
}

.fa-arrows-alt:before {
    content: "";
}

.fa-group:before,
.fa-users:before {
    content: "";
}

.fa-chain:before,
.fa-link:before {
    content: "";
}

.fa-cloud:before {
    content: "";
}

.fa-flask:before {
    content: "";
}

.fa-cut:before,
.fa-scissors:before {
    content: "";
}

.fa-copy:before,
.fa-files-o:before {
    content: "";
}

.fa-paperclip:before {
    content: "";
}

.fa-save:before,
.fa-floppy-o:before {
    content: "";
}

.fa-square:before {
    content: "";
}

.fa-navicon:before,
.fa-reorder:before,
.fa-bars:before {
    content: "";
}

.fa-list-ul:before {
    content: "";
}

.fa-list-ol:before {
    content: "";
}

.fa-strikethrough:before {
    content: "";
}

.fa-underline:before {
    content: "";
}

.fa-table:before {
    content: "";
}

.fa-magic:before {
    content: "";
}

.fa-truck:before {
    content: "";
}

.fa-pinterest:before {
    content: "";
}

.fa-pinterest-square:before {
    content: "";
}

.fa-google-plus-square:before {
    content: "";
}

.fa-google-plus:before {
    content: "";
}

.fa-money:before {
    content: "";
}

.fa-caret-down:before {
    content: "";
}

.fa-caret-up:before {
    content: "";
}

.fa-caret-left:before {
    content: "";
}

.fa-caret-right:before {
    content: "";
}

.fa-columns:before {
    content: "";
}

.fa-unsorted:before,
.fa-sort:before {
    content: "";
}

.fa-sort-down:before,
.fa-sort-desc:before {
    content: "";
}

.fa-sort-up:before,
.fa-sort-asc:before {
    content: "";
}

.fa-envelope:before {
    content: "";
}

.fa-linkedin:before {
    content: "";
}

.fa-rotate-left:before,
.fa-undo:before {
    content: "";
}

.fa-legal:before,
.fa-gavel:before {
    content: "";
}

.fa-dashboard:before,
.fa-tachometer:before {
    content: "";
}

.fa-comment-o:before {
    content: "";
}

.fa-comments-o:before {
    content: "";
}

.fa-flash:before,
.fa-bolt:before {
    content: "";
}

.fa-sitemap:before {
    content: "";
}

.fa-umbrella:before {
    content: "";
}

.fa-paste:before,
.fa-clipboard:before {
    content: "";
}

.fa-lightbulb-o:before {
    content: "";
}

.fa-exchange:before {
    content: "";
}

.fa-cloud-download:before {
    content: "";
}

.fa-cloud-upload:before {
    content: "";
}

.fa-user-md:before {
    content: "";
}

.fa-stethoscope:before {
    content: "";
}

.fa-suitcase:before {
    content: "";
}

.fa-bell-o:before {
    content: "";
}

.fa-coffee:before {
    content: "";
}

.fa-cutlery:before {
    content: "";
}

.fa-file-text-o:before {
    content: "";
}

.fa-building-o:before {
    content: "";
}

.fa-hospital-o:before {
    content: "";
}

.fa-ambulance:before {
    content: "";
}

.fa-medkit:before {
    content: "";
}

.fa-fighter-jet:before {
    content: "";
}

.fa-beer:before {
    content: "";
}

.fa-h-square:before {
    content: "";
}

.fa-plus-square:before {
    content: "";
}

.fa-angle-double-left:before {
    content: "";
}

.fa-angle-double-right:before {
    content: "";
}

.fa-angle-double-up:before {
    content: "";
}

.fa-angle-double-down:before {
    content: "";
}

.fa-angle-left:before {
    content: "";
}

.fa-angle-right:before {
    content: "";
}

.fa-angle-up:before {
    content: "";
}

.fa-angle-down:before {
    content: "";
}

.fa-desktop:before {
    content: "";
}

.fa-laptop:before {
    content: "";
}

.fa-tablet:before {
    content: "";
}

.fa-mobile-phone:before,
.fa-mobile:before {
    content: "";
}

.fa-circle-o:before {
    content: "";
}

.fa-quote-left:before {
    content: "";
}

.fa-quote-right:before {
    content: "";
}

.fa-spinner:before {
    content: "";
}

.fa-circle:before {
    content: "";
}

.fa-mail-reply:before,
.fa-reply:before {
    content: "";
}

.fa-github-alt:before {
    content: "";
}

.fa-folder-o:before {
    content: "";
}

.fa-folder-open-o:before {
    content: "";
}

.fa-smile-o:before {
    content: "";
}

.fa-frown-o:before {
    content: "";
}

.fa-meh-o:before {
    content: "";
}

.fa-gamepad:before {
    content: "";
}

.fa-keyboard-o:before {
    content: "";
}

.fa-flag-o:before {
    content: "";
}

.fa-flag-checkered:before {
    content: "";
}

.fa-terminal:before {
    content: "";
}

.fa-code:before {
    content: "";
}

.fa-mail-reply-all:before,
.fa-reply-all:before {
    content: "";
}

.fa-star-half-empty:before,
.fa-star-half-full:before,
.fa-star-half-o:before {
    content: "";
}

.fa-location-arrow:before {
    content: "";
}

.fa-crop:before {
    content: "";
}

.fa-code-fork:before {
    content: "";
}

.fa-unlink:before,
.fa-chain-broken:before {
    content: "";
}

.fa-question:before {
    content: "";
}

.fa-info:before {
    content: "";
}

.fa-exclamation:before {
    content: "";
}

.fa-superscript:before {
    content: "";
}

.fa-subscript:before {
    content: "";
}

.fa-eraser:before {
    content: "";
}

.fa-puzzle-piece:before {
    content: "";
}

.fa-microphone:before {
    content: "";
}

.fa-microphone-slash:before {
    content: "";
}

.fa-shield:before {
    content: "";
}

.fa-calendar-o:before {
    content: "";
}

.fa-fire-extinguisher:before {
    content: "";
}

.fa-rocket:before {
    content: "";
}

.fa-maxcdn:before {
    content: "";
}

.fa-chevron-circle-left:before {
    content: "";
}

.fa-chevron-circle-right:before {
    content: "";
}

.fa-chevron-circle-up:before {
    content: "";
}

.fa-chevron-circle-down:before {
    content: "";
}

.fa-html5:before {
    content: "";
}

.fa-css3:before {
    content: "";
}

.fa-anchor:before {
    content: "";
}

.fa-unlock-alt:before {
    content: "";
}

.fa-bullseye:before {
    content: "";
}

.fa-ellipsis-h:before {
    content: "";
}

.fa-ellipsis-v:before {
    content: "";
}

.fa-rss-square:before {
    content: "";
}

.fa-play-circle:before {
    content: "";
}

.fa-ticket:before {
    content: "";
}

.fa-minus-square:before {
    content: "";
}

.fa-minus-square-o:before {
    content: "";
}

.fa-level-up:before {
    content: "";
}

.fa-level-down:before {
    content: "";
}

.fa-check-square:before {
    content: "";
}

.fa-pencil-square:before {
    content: "";
}

.fa-external-link-square:before {
    content: "";
}

.fa-share-square:before {
    content: "";
}

.fa-compass:before {
    content: "";
}

.fa-toggle-down:before,
.fa-caret-square-o-down:before {
    content: "";
}

.fa-toggle-up:before,
.fa-caret-square-o-up:before {
    content: "";
}

.fa-toggle-right:before,
.fa-caret-square-o-right:before {
    content: "";
}

.fa-euro:before,
.fa-eur:before {
    content: "";
}

.fa-gbp:before {
    content: "";
}

.fa-dollar:before,
.fa-usd:before {
    content: "";
}

.fa-rupee:before,
.fa-inr:before {
    content: "";
}

.fa-cny:before,
.fa-rmb:before,
.fa-yen:before,
.fa-jpy:before {
    content: "";
}

.fa-ruble:before,
.fa-rouble:before,
.fa-rub:before {
    content: "";
}

.fa-won:before,
.fa-krw:before {
    content: "";
}

.fa-bitcoin:before,
.fa-btc:before {
    content: "";
}

.fa-file:before {
    content: "";
}

.fa-file-text:before {
    content: "";
}

.fa-sort-alpha-asc:before {
    content: "";
}

.fa-sort-alpha-desc:before {
    content: "";
}

.fa-sort-amount-asc:before {
    content: "";
}

.fa-sort-amount-desc:before {
    content: "";
}

.fa-sort-numeric-asc:before {
    content: "";
}

.fa-sort-numeric-desc:before {
    content: "";
}

.fa-thumbs-up:before {
    content: "";
}

.fa-thumbs-down:before {
    content: "";
}

.fa-youtube-square:before {
    content: "";
}

.fa-youtube:before {
    content: "";
}

.fa-xing:before {
    content: "";
}

.fa-xing-square:before {
    content: "";
}

.fa-youtube-play:before {
    content: "";
}

.fa-dropbox:before {
    content: "";
}

.fa-stack-overflow:before {
    content: "";
}

.fa-instagram:before {
    content: "";
}

.fa-flickr:before {
    content: "";
}

.fa-adn:before {
    content: "";
}

.fa-bitbucket:before {
    content: "";
}

.fa-bitbucket-square:before {
    content: "";
}

.fa-tumblr:before {
    content: "";
}

.fa-tumblr-square:before {
    content: "";
}

.fa-long-arrow-down:before {
    content: "";
}

.fa-long-arrow-up:before {
    content: "";
}

.fa-long-arrow-left:before {
    content: "";
}

.fa-long-arrow-right:before {
    content: "";
}

.fa-apple:before {
    content: "";
}

.fa-windows:before {
    content: "";
}

.fa-android:before {
    content: "";
}

.fa-linux:before {
    content: "";
}

.fa-dribbble:before {
    content: "";
}

.fa-skype:before {
    content: "";
}

.fa-foursquare:before {
    content: "";
}

.fa-trello:before {
    content: "";
}

.fa-female:before {
    content: "";
}

.fa-male:before {
    content: "";
}

.fa-gittip:before,
.fa-gratipay:before {
    content: "";
}

.fa-sun-o:before {
    content: "";
}

.fa-moon-o:before {
    content: "";
}

.fa-archive:before {
    content: "";
}

.fa-bug:before {
    content: "";
}

.fa-vk:before {
    content: "";
}

.fa-weibo:before {
    content: "";
}

.fa-renren:before {
    content: "";
}

.fa-pagelines:before {
    content: "";
}

.fa-stack-exchange:before {
    content: "";
}

.fa-arrow-circle-o-right:before {
    content: "";
}

.fa-arrow-circle-o-left:before {
    content: "";
}

.fa-toggle-left:before,
.fa-caret-square-o-left:before {
    content: "";
}

.fa-dot-circle-o:before {
    content: "";
}

.fa-wheelchair:before {
    content: "";
}

.fa-vimeo-square:before {
    content: "";
}

.fa-turkish-lira:before,
.fa-try:before {
    content: "";
}

.fa-plus-square-o:before {
    content: "";
}

.fa-space-shuttle:before {
    content: "";
}

.fa-slack:before {
    content: "";
}

.fa-envelope-square:before {
    content: "";
}

.fa-wordpress:before {
    content: "";
}

.fa-openid:before {
    content: "";
}

.fa-institution:before,
.fa-bank:before,
.fa-university:before {
    content: "";
}

.fa-mortar-board:before,
.fa-graduation-cap:before {
    content: "";
}

.fa-yahoo:before {
    content: "";
}

.fa-google:before {
    content: "";
}

.fa-reddit:before {
    content: "";
}

.fa-reddit-square:before {
    content: "";
}

.fa-stumbleupon-circle:before {
    content: "";
}

.fa-stumbleupon:before {
    content: "";
}

.fa-delicious:before {
    content: "";
}

.fa-digg:before {
    content: "";
}

.fa-pied-piper-pp:before {
    content: "";
}

.fa-pied-piper-alt:before {
    content: "";
}

.fa-drupal:before {
    content: "";
}

.fa-joomla:before {
    content: "";
}

.fa-language:before {
    content: "";
}

.fa-fax:before {
    content: "";
}

.fa-building:before {
    content: "";
}

.fa-child:before {
    content: "";
}

.fa-paw:before {
    content: "";
}

.fa-spoon:before {
    content: "";
}

.fa-cube:before {
    content: "";
}

.fa-cubes:before {
    content: "";
}

.fa-behance:before {
    content: "";
}

.fa-behance-square:before {
    content: "";
}

.fa-steam:before {
    content: "";
}

.fa-steam-square:before {
    content: "";
}

.fa-recycle:before {
    content: "";
}

.fa-automobile:before,
.fa-car:before {
    content: "";
}

.fa-cab:before,
.fa-taxi:before {
    content: "";
}

.fa-tree:before {
    content: "";
}

.fa-spotify:before {
    content: "";
}

.fa-deviantart:before {
    content: "";
}

.fa-soundcloud:before {
    content: "";
}

.fa-database:before {
    content: "";
}

.fa-file-pdf-o:before {
    content: "";
}

.fa-file-word-o:before {
    content: "";
}

.fa-file-excel-o:before {
    content: "";
}

.fa-file-powerpoint-o:before {
    content: "";
}

.fa-file-photo-o:before,
.fa-file-picture-o:before,
.fa-file-image-o:before {
    content: "";
}

.fa-file-zip-o:before,
.fa-file-archive-o:before {
    content: "";
}

.fa-file-sound-o:before,
.fa-file-audio-o:before {
    content: "";
}

.fa-file-movie-o:before,
.fa-file-video-o:before {
    content: "";
}

.fa-file-code-o:before {
    content: "";
}

.fa-vine:before {
    content: "";
}

.fa-codepen:before {
    content: "";
}

.fa-jsfiddle:before {
    content: "";
}

.fa-life-bouy:before,
.fa-life-buoy:before,
.fa-life-saver:before,
.fa-support:before,
.fa-life-ring:before {
    content: "";
}

.fa-circle-o-notch:before {
    content: "";
}

.fa-ra:before,
.fa-resistance:before,
.fa-rebel:before {
    content: "";
}

.fa-ge:before,
.fa-empire:before {
    content: "";
}

.fa-git-square:before {
    content: "";
}

.fa-git:before {
    content: "";
}

.fa-y-combinator-square:before,
.fa-yc-square:before,
.fa-hacker-news:before {
    content: "";
}

.fa-tencent-weibo:before {
    content: "";
}

.fa-qq:before {
    content: "";
}

.fa-wechat:before,
.fa-weixin:before {
    content: "";
}

.fa-send:before,
.fa-paper-plane:before {
    content: "";
}

.fa-send-o:before,
.fa-paper-plane-o:before {
    content: "";
}

.fa-history:before {
    content: "";
}

.fa-circle-thin:before {
    content: "";
}

.fa-header:before {
    content: "";
}

.fa-paragraph:before {
    content: "";
}

.fa-sliders:before {
    content: "";
}

.fa-share-alt:before {
    content: "";
}

.fa-share-alt-square:before {
    content: "";
}

.fa-bomb:before {
    content: "";
}

.fa-soccer-ball-o:before,
.fa-futbol-o:before {
    content: "";
}

.fa-tty:before {
    content: "";
}

.fa-binoculars:before {
    content: "";
}

.fa-plug:before {
    content: "";
}

.fa-slideshare:before {
    content: "";
}

.fa-twitch:before {
    content: "";
}

.fa-yelp:before {
    content: "";
}

.fa-newspaper-o:before {
    content: "";
}

.fa-wifi:before {
    content: "";
}

.fa-calculator:before {
    content: "";
}

.fa-paypal:before {
    content: "";
}

.fa-google-wallet:before {
    content: "";
}

.fa-cc-visa:before {
    content: "";
}

.fa-cc-mastercard:before {
    content: "";
}

.fa-cc-discover:before {
    content: "";
}

.fa-cc-amex:before {
    content: "";
}

.fa-cc-paypal:before {
    content: "";
}

.fa-cc-stripe:before {
    content: "";
}

.fa-bell-slash:before {
    content: "";
}

.fa-bell-slash-o:before {
    content: "";
}

.fa-trash:before {
    content: "";
}

.fa-copyright:before {
    content: "";
}

.fa-at:before {
    content: "";
}

.fa-eyedropper:before {
    content: "";
}

.fa-paint-brush:before {
    content: "";
}

.fa-birthday-cake:before {
    content: "";
}

.fa-area-chart:before {
    content: "";
}

.fa-pie-chart:before {
    content: "";
}

.fa-line-chart:before {
    content: "";
}

.fa-lastfm:before {
    content: "";
}

.fa-lastfm-square:before {
    content: "";
}

.fa-toggle-off:before {
    content: "";
}

.fa-toggle-on:before {
    content: "";
}

.fa-bicycle:before {
    content: "";
}

.fa-bus:before {
    content: "";
}

.fa-ioxhost:before {
    content: "";
}

.fa-angellist:before {
    content: "";
}

.fa-cc:before {
    content: "";
}

.fa-shekel:before,
.fa-sheqel:before,
.fa-ils:before {
    content: "";
}

.fa-meanpath:before {
    content: "";
}

.fa-buysellads:before {
    content: "";
}

.fa-connectdevelop:before {
    content: "";
}

.fa-dashcube:before {
    content: "";
}

.fa-forumbee:before {
    content: "";
}

.fa-leanpub:before {
    content: "";
}

.fa-sellsy:before {
    content: "";
}

.fa-shirtsinbulk:before {
    content: "";
}

.fa-simplybuilt:before {
    content: "";
}

.fa-skyatlas:before {
    content: "";
}

.fa-cart-plus:before {
    content: "";
}

.fa-cart-arrow-down:before {
    content: "";
}

.fa-diamond:before {
    content: "";
}

.fa-ship:before {
    content: "";
}

.fa-user-secret:before {
    content: "";
}

.fa-motorcycle:before {
    content: "";
}

.fa-street-view:before {
    content: "";
}

.fa-heartbeat:before {
    content: "";
}

.fa-venus:before {
    content: "";
}

.fa-mars:before {
    content: "";
}

.fa-mercury:before {
    content: "";
}

.fa-intersex:before,
.fa-transgender:before {
    content: "";
}

.fa-transgender-alt:before {
    content: "";
}

.fa-venus-double:before {
    content: "";
}

.fa-mars-double:before {
    content: "";
}

.fa-venus-mars:before {
    content: "";
}

.fa-mars-stroke:before {
    content: "";
}

.fa-mars-stroke-v:before {
    content: "";
}

.fa-mars-stroke-h:before {
    content: "";
}

.fa-neuter:before {
    content: "";
}

.fa-genderless:before {
    content: "";
}

.fa-facebook-official:before {
    content: "";
}

.fa-pinterest-p:before {
    content: "";
}

.fa-whatsapp:before {
    content: "";
}

.fa-server:before {
    content: "";
}

.fa-user-plus:before {
    content: "";
}

.fa-user-times:before {
    content: "";
}

.fa-hotel:before,
.fa-bed:before {
    content: "";
}

.fa-viacoin:before {
    content: "";
}

.fa-train:before {
    content: "";
}

.fa-subway:before {
    content: "";
}

.fa-medium:before {
    content: "";
}

.fa-yc:before,
.fa-y-combinator:before {
    content: "";
}

.fa-optin-monster:before {
    content: "";
}

.fa-opencart:before {
    content: "";
}

.fa-expeditedssl:before {
    content: "";
}

.fa-battery-4:before,
.fa-battery:before,
.fa-battery-full:before {
    content: "";
}

.fa-battery-3:before,
.fa-battery-three-quarters:before {
    content: "";
}

.fa-battery-2:before,
.fa-battery-half:before {
    content: "";
}

.fa-battery-1:before,
.fa-battery-quarter:before {
    content: "";
}

.fa-battery-0:before,
.fa-battery-empty:before {
    content: "";
}

.fa-mouse-pointer:before {
    content: "";
}

.fa-i-cursor:before {
    content: "";
}

.fa-object-group:before {
    content: "";
}

.fa-object-ungroup:before {
    content: "";
}

.fa-sticky-note:before {
    content: "";
}

.fa-sticky-note-o:before {
    content: "";
}

.fa-cc-jcb:before {
    content: "";
}

.fa-cc-diners-club:before {
    content: "";
}

.fa-clone:before {
    content: "";
}

.fa-balance-scale:before {
    content: "";
}

.fa-hourglass-o:before {
    content: "";
}

.fa-hourglass-1:before,
.fa-hourglass-start:before {
    content: "";
}

.fa-hourglass-2:before,
.fa-hourglass-half:before {
    content: "";
}

.fa-hourglass-3:before,
.fa-hourglass-end:before {
    content: "";
}

.fa-hourglass:before {
    content: "";
}

.fa-hand-grab-o:before,
.fa-hand-rock-o:before {
    content: "";
}

.fa-hand-stop-o:before,
.fa-hand-paper-o:before {
    content: "";
}

.fa-hand-scissors-o:before {
    content: "";
}

.fa-hand-lizard-o:before {
    content: "";
}

.fa-hand-spock-o:before {
    content: "";
}

.fa-hand-pointer-o:before {
    content: "";
}

.fa-hand-peace-o:before {
    content: "";
}

.fa-trademark:before {
    content: "";
}

.fa-registered:before {
    content: "";
}

.fa-creative-commons:before {
    content: "";
}

.fa-gg:before {
    content: "";
}

.fa-gg-circle:before {
    content: "";
}

.fa-tripadvisor:before {
    content: "";
}

.fa-odnoklassniki:before {
    content: "";
}

.fa-odnoklassniki-square:before {
    content: "";
}

.fa-get-pocket:before {
    content: "";
}

.fa-wikipedia-w:before {
    content: "";
}

.fa-safari:before {
    content: "";
}

.fa-chrome:before {
    content: "";
}

.fa-firefox:before {
    content: "";
}

.fa-opera:before {
    content: "";
}

.fa-internet-explorer:before {
    content: "";
}

.fa-tv:before,
.fa-television:before {
    content: "";
}

.fa-contao:before {
    content: "";
}

.fa-500px:before {
    content: "";
}

.fa-amazon:before {
    content: "";
}

.fa-calendar-plus-o:before {
    content: "";
}

.fa-calendar-minus-o:before {
    content: "";
}

.fa-calendar-times-o:before {
    content: "";
}

.fa-calendar-check-o:before {
    content: "";
}

.fa-industry:before {
    content: "";
}

.fa-map-pin:before {
    content: "";
}

.fa-map-signs:before {
    content: "";
}

.fa-map-o:before {
    content: "";
}

.fa-map:before {
    content: "";
}

.fa-commenting:before {
    content: "";
}

.fa-commenting-o:before {
    content: "";
}

.fa-houzz:before {
    content: "";
}

.fa-vimeo:before {
    content: "";
}

.fa-black-tie:before {
    content: "";
}

.fa-fonticons:before {
    content: "";
}

.fa-reddit-alien:before {
    content: "";
}

.fa-edge:before {
    content: "";
}

.fa-credit-card-alt:before {
    content: "";
}

.fa-codiepie:before {
    content: "";
}

.fa-modx:before {
    content: "";
}

.fa-fort-awesome:before {
    content: "";
}

.fa-usb:before {
    content: "";
}

.fa-product-hunt:before {
    content: "";
}

.fa-mixcloud:before {
    content: "";
}

.fa-scribd:before {
    content: "";
}

.fa-pause-circle:before {
    content: "";
}

.fa-pause-circle-o:before {
    content: "";
}

.fa-stop-circle:before {
    content: "";
}

.fa-stop-circle-o:before {
    content: "";
}

.fa-shopping-bag:before {
    content: "";
}

.fa-shopping-basket:before {
    content: "";
}

.fa-hashtag:before {
    content: "";
}

.fa-bluetooth:before {
    content: "";
}

.fa-bluetooth-b:before {
    content: "";
}

.fa-percent:before {
    content: "";
}

.fa-gitlab:before {
    content: "";
}

.fa-wpbeginner:before {
    content: "";
}

.fa-wpforms:before {
    content: "";
}

.fa-envira:before {
    content: "";
}

.fa-universal-access:before {
    content: "";
}

.fa-wheelchair-alt:before {
    content: "";
}

.fa-question-circle-o:before {
    content: "";
}

.fa-blind:before {
    content: "";
}

.fa-audio-description:before {
    content: "";
}

.fa-volume-control-phone:before {
    content: "";
}

.fa-braille:before {
    content: "";
}

.fa-assistive-listening-systems:before {
    content: "";
}

.fa-asl-interpreting:before,
.fa-american-sign-language-interpreting:before {
    content: "";
}

.fa-deafness:before,
.fa-hard-of-hearing:before,
.fa-deaf:before {
    content: "";
}

.fa-glide:before {
    content: "";
}

.fa-glide-g:before {
    content: "";
}

.fa-signing:before,
.fa-sign-language:before {
    content: "";
}

.fa-low-vision:before {
    content: "";
}

.fa-viadeo:before {
    content: "";
}

.fa-viadeo-square:before {
    content: "";
}

.fa-snapchat:before {
    content: "";
}

.fa-snapchat-ghost:before {
    content: "";
}

.fa-snapchat-square:before {
    content: "";
}

.fa-pied-piper:before {
    content: "";
}

.fa-first-order:before {
    content: "";
}

.fa-yoast:before {
    content: "";
}

.fa-themeisle:before {
    content: "";
}

.fa-google-plus-circle:before,
.fa-google-plus-official:before {
    content: "";
}

.fa-fa:before,
.fa-font-awesome:before {
    content: "";
}

.fa-handshake-o:before {
    content: "";
}

.fa-envelope-open:before {
    content: "";
}

.fa-envelope-open-o:before {
    content: "";
}

.fa-linode:before {
    content: "";
}

.fa-address-book:before {
    content: "";
}

.fa-address-book-o:before {
    content: "";
}

.fa-vcard:before,
.fa-address-card:before {
    content: "";
}

.fa-vcard-o:before,
.fa-address-card-o:before {
    content: "";
}

.fa-user-circle:before {
    content: "";
}

.fa-user-circle-o:before {
    content: "";
}

.fa-user-o:before {
    content: "";
}

.fa-id-badge:before {
    content: "";
}

.fa-drivers-license:before,
.fa-id-card:before {
    content: "";
}

.fa-drivers-license-o:before,
.fa-id-card-o:before {
    content: "";
}

.fa-quora:before {
    content: "";
}

.fa-free-code-camp:before {
    content: "";
}

.fa-telegram:before {
    content: "";
}

.fa-thermometer-4:before,
.fa-thermometer:before,
.fa-thermometer-full:before {
    content: "";
}

.fa-thermometer-3:before,
.fa-thermometer-three-quarters:before {
    content: "";
}

.fa-thermometer-2:before,
.fa-thermometer-half:before {
    content: "";
}

.fa-thermometer-1:before,
.fa-thermometer-quarter:before {
    content: "";
}

.fa-thermometer-0:before,
.fa-thermometer-empty:before {
    content: "";
}

.fa-shower:before {
    content: "";
}

.fa-bathtub:before,
.fa-s15:before,
.fa-bath:before {
    content: "";
}

.fa-podcast:before {
    content: "";
}

.fa-window-maximize:before {
    content: "";
}

.fa-window-minimize:before {
    content: "";
}

.fa-window-restore:before {
    content: "";
}

.fa-times-rectangle:before,
.fa-window-close:before {
    content: "";
}

.fa-times-rectangle-o:before,
.fa-window-close-o:before {
    content: "";
}

.fa-bandcamp:before {
    content: "";
}

.fa-grav:before {
    content: "";
}

.fa-etsy:before {
    content: "";
}

.fa-imdb:before {
    content: "";
}

.fa-ravelry:before {
    content: "";
}

.fa-eercast:before {
    content: "";
}

.fa-microchip:before {
    content: "";
}

.fa-snowflake-o:before {
    content: "";
}

.fa-superpowers:before {
    content: "";
}

.fa-wpexplorer:before {
    content: "";
}

.fa-meetup:before {
    content: "";
}

.sr-only {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    border: 0;
}

.sr-only-focusable:active, .sr-only-focusable:focus {
    position: static;
    width: auto;
    height: auto;
    margin: 0;
    overflow: visible;
    clip: auto;
}

/*

!
 * jQuery UI CSS Framework 1.12.1
 * http://jqueryui.com
 *
 * Copyright jQuery Foundation and other contributors
 * Released under the MIT license.
 * http://jquery.org/license
 *
 * http://api.jqueryui.com/category/theming/
 *
 * To view and modify this theme, visit http://jqueryui.com/themeroller/?ffDefault=Arial%2CHelvetica%2Csans-serif&fsDefault=1em&fwDefault=normal&cornerRadius=3px&bgColorHeader=e9e9e9&bgTextureHeader=flat&borderColorHeader=dddddd&fcHeader=333333&iconColorHeader=444444&bgColorContent=ffffff&bgTextureContent=flat&borderColorContent=dddddd&fcContent=333333&iconColorContent=444444&bgColorDefault=f6f6f6&bgTextureDefault=flat&borderColorDefault=c5c5c5&fcDefault=454545&iconColorDefault=777777&bgColorHover=ededed&bgTextureHover=flat&borderColorHover=cccccc&fcHover=2b2b2b&iconColorHover=555555&bgColorActive=007fff&bgTextureActive=flat&borderColorActive=003eff&fcActive=ffffff&iconColorActive=ffffff&bgColorHighlight=fffa90&bgTextureHighlight=flat&borderColorHighlight=dad55e&fcHighlight=777620&iconColorHighlight=777620&bgColorError=fddfdf&bgTextureError=flat&borderColorError=f1a899&fcError=5f3f3f&iconColorError=cc0000&bgColorOverlay=aaaaaa&bgTextureOverlay=flat&bgImgOpacityOverlay=0&opacityOverlay=30&bgColorShadow=666666&bgTextureShadow=flat&bgImgOpacityShadow=0&opacityShadow=30&thicknessShadow=5px&offsetTopShadow=0px&offsetLeftShadow=0px&cornerRadiusShadow=8px
 */
/* Component containers
----------------------------------*/
.ui-widget .ui-widget {
    font-size: 1em;
}

.ui-widget.ui-widget-content {
    border: 1px solid transparent;
}

.ui-widget-content {
    border: 1px solid #dddddd;
    background: #ffffff;
    color: #333333;
}

.ui-widget-content a {
    color: #333333;
}

.ui-widget-header {
    color: #333333;
}

.ui-widget-header a {
    color: #333333;
}

/* Interaction states
----------------------------------*/
.ui-state-default,
.ui-widget-content .ui-state-default,
.ui-widget-header .ui-state-default,
.ui-button,
html .ui-button.ui-state-disabled:hover,
html .ui-button.ui-state-disabled:active {
    border: 1px solid #c5c5c5;
    font-weight: normal;
    color: #454545;
}

.ui-state-default a,
.ui-state-default a:link,
.ui-state-default a:visited,
a.ui-button,
a:link.ui-button,
a:visited.ui-button,
.ui-button {
    color: #454545;
    text-decoration: none;
}

.ui-state-hover,
.ui-widget-content .ui-state-hover,
.ui-widget-header .ui-state-hover,
.ui-state-focus,
.ui-widget-content .ui-state-focus,
.ui-widget-header .ui-state-focus,
.ui-button:hover,
.ui-button:focus {
    border: 1px solid transparent;
    font-weight: normal;
    color: #2b2b2b;
}

.ui-state-hover a,
.ui-state-hover a:hover,
.ui-state-hover a:link,
.ui-state-hover a:visited,
.ui-state-focus a,
.ui-state-focus a:hover,
.ui-state-focus a:link,
.ui-state-focus a:visited,
a.ui-button:hover,
a.ui-button:focus {
    color: #2b2b2b;
    text-decoration: none;
}

.ui-visual-focus {
    box-shadow: 0 0 3px 1px #5e9ed6;
}

.ui-state-active,
.ui-widget-content .ui-state-active,
.ui-widget-header .ui-state-active,
a.ui-button:active,
.ui-button:active,
.ui-button.ui-state-active:hover {
    border: 1px solid transparent;
    background: transparent;
    font-weight: normal;
    color: #dd3e2e !important;
}

.ui-icon-background,
.ui-state-active .ui-icon-background {
    border: #003eff;
    background-color: #ffffff;
}

.ui-state-active a,
.ui-state-active a:link,
.ui-state-active a:visited {
    color: #ffffff;
    text-decoration: none;
}

/* Interaction Cues
----------------------------------*/
.ui-state-highlight,
.ui-widget-content .ui-state-highlight,
.ui-widget-header .ui-state-highlight {
    border: 1px solid transparent;
    background: transparent;
    color: #dd3e2e !important;
    font-weight: bold;
}

.ui-state-checked {
    border: 1px solid #dad55e;
    background: #fffa90;
}

.ui-state-highlight a,
.ui-widget-content .ui-state-highlight a,
.ui-widget-header .ui-state-highlight a {
    color: #777620;
}

.ui-state-error,
.ui-widget-content .ui-state-error,
.ui-widget-header .ui-state-error {
    border: 1px solid #f1a899;
    background: #fddfdf;
    color: #5f3f3f;
}

.ui-state-error a,
.ui-widget-content .ui-state-error a,
.ui-widget-header .ui-state-error a {
    color: #5f3f3f;
}

.ui-state-error-text,
.ui-widget-content .ui-state-error-text,
.ui-widget-header .ui-state-error-text {
    color: #5f3f3f;
}

.ui-priority-primary,
.ui-widget-content .ui-priority-primary,
.ui-widget-header .ui-priority-primary {
    font-weight: bold;
}

.ui-priority-secondary,
.ui-widget-content .ui-priority-secondary,
.ui-widget-header .ui-priority-secondary {
    opacity: .7;
    filter: Alpha(Opacity=70);
    /* support: IE8 */
    font-weight: normal;
}

.ui-state-disabled,
.ui-widget-content .ui-state-disabled,
.ui-widget-header .ui-state-disabled {
    opacity: .35;
    filter: Alpha(Opacity=35);
    /* support: IE8 */
    background-image: none;
}

.ui-state-disabled .ui-icon {
    filter: Alpha(Opacity=35);
    /* support: IE8 - See #6059 */
}

/* Icons
----------------------------------*/
/* states and images */
.ui-icon {
    width: 16px;
    height: 16px;
}

.ui-icon,
.ui-widget-content .ui-icon {
    background-image: url("../images/ui-icons_444444_256x240.png");
}

.ui-widget-header .ui-icon {
    background-image: url("../images/ui-icons_444444_256x240.png");
}

.ui-state-hover .ui-icon,
.ui-state-focus .ui-icon,
.ui-button:hover .ui-icon,
.ui-button:focus .ui-icon {
    background-image: url("../images/ui-icons_555555_256x240.png");
}

.ui-state-active .ui-icon,
.ui-button:active .ui-icon {
    background-image: url("../images/ui-icons_ffffff_256x240.png");
}

.ui-state-highlight .ui-icon,
.ui-button .ui-state-highlight.ui-icon {
    background-image: url("../images/ui-icons_777620_256x240.png");
}

.ui-state-error .ui-icon,
.ui-state-error-text .ui-icon {
    background-image: url("../images/ui-icons_cc0000_256x240.png");
}

.ui-button .ui-icon {
    background-image: url("../images/ui-icons_777777_256x240.png");
}

/* positioning */
.ui-icon-blank {
    background-position: 16px 16px;
}

.ui-icon-caret-1-n {
    background-position: 0 0;
}

.ui-icon-caret-1-ne {
    background-position: -16px 0;
}

.ui-icon-caret-1-e {
    background-position: -32px 0;
}

.ui-icon-caret-1-se {
    background-position: -48px 0;
}

.ui-icon-caret-1-s {
    background-position: -65px 0;
}

.ui-icon-caret-1-sw {
    background-position: -80px 0;
}

.ui-icon-caret-1-w {
    background-position: -96px 0;
}

.ui-icon-caret-1-nw {
    background-position: -112px 0;
}

.ui-icon-caret-2-n-s {
    background-position: -128px 0;
}

.ui-icon-caret-2-e-w {
    background-position: -144px 0;
}

.ui-icon-triangle-1-n {
    background-position: 0 -16px;
}

.ui-icon-triangle-1-ne {
    background-position: -16px -16px;
}

.ui-icon-triangle-1-e {
    background-position: -32px -16px;
}

.ui-icon-triangle-1-se {
    background-position: -48px -16px;
}

.ui-icon-triangle-1-s {
    background-position: -65px -16px;
}

.ui-icon-triangle-1-sw {
    background-position: -80px -16px;
}

.ui-icon-triangle-1-w {
    background-position: -96px -16px;
}

.ui-icon-triangle-1-nw {
    background-position: -112px -16px;
}

.ui-icon-triangle-2-n-s {
    background-position: -128px -16px;
}

.ui-icon-triangle-2-e-w {
    background-position: -144px -16px;
}

.ui-icon-arrow-1-n {
    background-position: 0 -32px;
}

.ui-icon-arrow-1-ne {
    background-position: -16px -32px;
}

.ui-icon-arrow-1-e {
    background-position: -32px -32px;
}

.ui-icon-arrow-1-se {
    background-position: -48px -32px;
}

.ui-icon-arrow-1-s {
    background-position: -65px -32px;
}

.ui-icon-arrow-1-sw {
    background-position: -80px -32px;
}

.ui-icon-arrow-1-w {
    background-position: -96px -32px;
}

.ui-icon-arrow-1-nw {
    background-position: -112px -32px;
}

.ui-icon-arrow-2-n-s {
    background-position: -128px -32px;
}

.ui-icon-arrow-2-ne-sw {
    background-position: -144px -32px;
}

.ui-icon-arrow-2-e-w {
    background-position: -160px -32px;
}

.ui-icon-arrow-2-se-nw {
    background-position: -176px -32px;
}

.ui-icon-arrowstop-1-n {
    background-position: -192px -32px;
}

.ui-icon-arrowstop-1-e {
    background-position: -208px -32px;
}

.ui-icon-arrowstop-1-s {
    background-position: -224px -32px;
}

.ui-icon-arrowstop-1-w {
    background-position: -240px -32px;
}

.ui-icon-arrowthick-1-n {
    background-position: 1px -48px;
}

.ui-icon-arrowthick-1-ne {
    background-position: -16px -48px;
}

.ui-icon-arrowthick-1-e {
    background-position: -32px -48px;
}

.ui-icon-arrowthick-1-se {
    background-position: -48px -48px;
}

.ui-icon-arrowthick-1-s {
    background-position: -64px -48px;
}

.ui-icon-arrowthick-1-sw {
    background-position: -80px -48px;
}

.ui-icon-arrowthick-1-w {
    background-position: -96px -48px;
}

.ui-icon-arrowthick-1-nw {
    background-position: -112px -48px;
}

.ui-icon-arrowthick-2-n-s {
    background-position: -128px -48px;
}

.ui-icon-arrowthick-2-ne-sw {
    background-position: -144px -48px;
}

.ui-icon-arrowthick-2-e-w {
    background-position: -160px -48px;
}

.ui-icon-arrowthick-2-se-nw {
    background-position: -176px -48px;
}

.ui-icon-arrowthickstop-1-n {
    background-position: -192px -48px;
}

.ui-icon-arrowthickstop-1-e {
    background-position: -208px -48px;
}

.ui-icon-arrowthickstop-1-s {
    background-position: -224px -48px;
}

.ui-icon-arrowthickstop-1-w {
    background-position: -240px -48px;
}

.ui-icon-arrowreturnthick-1-w {
    background-position: 0 -64px;
}

.ui-icon-arrowreturnthick-1-n {
    background-position: -16px -64px;
}

.ui-icon-arrowreturnthick-1-e {
    background-position: -32px -64px;
}

.ui-icon-arrowreturnthick-1-s {
    background-position: -48px -64px;
}

.ui-icon-arrowreturn-1-w {
    background-position: -64px -64px;
}

.ui-icon-arrowreturn-1-n {
    background-position: -80px -64px;
}

.ui-icon-arrowreturn-1-e {
    background-position: -96px -64px;
}

.ui-icon-arrowreturn-1-s {
    background-position: -112px -64px;
}

.ui-icon-arrowrefresh-1-w {
    background-position: -128px -64px;
}

.ui-icon-arrowrefresh-1-n {
    background-position: -144px -64px;
}

.ui-icon-arrowrefresh-1-e {
    background-position: -160px -64px;
}

.ui-icon-arrowrefresh-1-s {
    background-position: -176px -64px;
}

.ui-icon-arrow-4 {
    background-position: 0 -80px;
}

.ui-icon-arrow-4-diag {
    background-position: -16px -80px;
}

.ui-icon-extlink {
    background-position: -32px -80px;
}

.ui-icon-newwin {
    background-position: -48px -80px;
}

.ui-icon-refresh {
    background-position: -64px -80px;
}

.ui-icon-shuffle {
    background-position: -80px -80px;
}

.ui-icon-transfer-e-w {
    background-position: -96px -80px;
}

.ui-icon-transferthick-e-w {
    background-position: -112px -80px;
}

.ui-icon-folder-collapsed {
    background-position: 0 -96px;
}

.ui-icon-folder-open {
    background-position: -16px -96px;
}

.ui-icon-document {
    background-position: -32px -96px;
}

.ui-icon-document-b {
    background-position: -48px -96px;
}

.ui-icon-note {
    background-position: -64px -96px;
}

.ui-icon-mail-closed {
    background-position: -80px -96px;
}

.ui-icon-mail-open {
    background-position: -96px -96px;
}

.ui-icon-suitcase {
    background-position: -112px -96px;
}

.ui-icon-comment {
    background-position: -128px -96px;
}

.ui-icon-person {
    background-position: -144px -96px;
}

.ui-icon-print {
    background-position: -160px -96px;
}

.ui-icon-trash {
    background-position: -176px -96px;
}

.ui-icon-locked {
    background-position: -192px -96px;
}

.ui-icon-unlocked {
    background-position: -208px -96px;
}

.ui-icon-bookmark {
    background-position: -224px -96px;
}

.ui-icon-tag {
    background-position: -240px -96px;
}

.ui-icon-home {
    background-position: 0 -112px;
}

.ui-icon-flag {
    background-position: -16px -112px;
}

.ui-icon-calendar {
    background-position: -32px -112px;
}

.ui-icon-cart {
    background-position: -48px -112px;
}

.ui-icon-pencil {
    background-position: -64px -112px;
}

.ui-icon-clock {
    background-position: -80px -112px;
}

.ui-icon-disk {
    background-position: -96px -112px;
}

.ui-icon-calculator {
    background-position: -112px -112px;
}

.ui-icon-zoomin {
    background-position: -128px -112px;
}

.ui-icon-zoomout {
    background-position: -144px -112px;
}

.ui-icon-search {
    background-position: -160px -112px;
}

.ui-icon-wrench {
    background-position: -176px -112px;
}

.ui-icon-gear {
    background-position: -192px -112px;
}

.ui-icon-heart {
    background-position: -208px -112px;
}

.ui-icon-star {
    background-position: -224px -112px;
}

.ui-icon-link {
    background-position: -240px -112px;
}

.ui-icon-cancel {
    background-position: 0 -128px;
}

.ui-icon-plus {
    background-position: -16px -128px;
}

.ui-icon-plusthick {
    background-position: -32px -128px;
}

.ui-icon-minus {
    background-position: -48px -128px;
}

.ui-icon-minusthick {
    background-position: -64px -128px;
}

.ui-icon-close {
    background-position: -80px -128px;
}

.ui-icon-closethick {
    background-position: -96px -128px;
}

.ui-icon-key {
    background-position: -112px -128px;
}

.ui-icon-lightbulb {
    background-position: -128px -128px;
}

.ui-icon-scissors {
    background-position: -144px -128px;
}

.ui-icon-clipboard {
    background-position: -160px -128px;
}

.ui-icon-copy {
    background-position: -176px -128px;
}

.ui-icon-contact {
    background-position: -192px -128px;
}

.ui-icon-image {
    background-position: -208px -128px;
}

.ui-icon-video {
    background-position: -224px -128px;
}

.ui-icon-script {
    background-position: -240px -128px;
}

.ui-icon-alert {
    background-position: 0 -144px;
}

.ui-icon-info {
    background-position: -16px -144px;
}

.ui-icon-notice {
    background-position: -32px -144px;
}

.ui-icon-help {
    background-position: -48px -144px;
}

.ui-icon-check {
    background-position: -64px -144px;
}

.ui-icon-bullet {
    background-position: -80px -144px;
}

.ui-icon-radio-on {
    background-position: -96px -144px;
}

.ui-icon-radio-off {
    background-position: -112px -144px;
}

.ui-icon-pin-w {
    background-position: -128px -144px;
}

.ui-icon-pin-s {
    background-position: -144px -144px;
}

.ui-icon-play {
    background-position: 0 -160px;
}

.ui-icon-pause {
    background-position: -16px -160px;
}

.ui-icon-seek-next {
    background-position: -32px -160px;
}

.ui-icon-seek-prev {
    background-position: -48px -160px;
}

.ui-icon-seek-end {
    background-position: -64px -160px;
}

.ui-icon-seek-start {
    background-position: -80px -160px;
}

/* ui-icon-seek-first is deprecated, use ui-icon-seek-start instead */
.ui-icon-seek-first {
    background-position: -80px -160px;
}

.ui-icon-stop {
    background-position: -96px -160px;
}

.ui-icon-eject {
    background-position: -112px -160px;
}

.ui-icon-volume-off {
    background-position: -128px -160px;
}

.ui-icon-volume-on {
    background-position: -144px -160px;
}

.ui-icon-power {
    background-position: 0 -176px;
}

.ui-icon-signal-diag {
    background-position: -16px -176px;
}

.ui-icon-signal {
    background-position: -32px -176px;
}

.ui-icon-battery-0 {
    background-position: -48px -176px;
}

.ui-icon-battery-1 {
    background-position: -64px -176px;
}

.ui-icon-battery-2 {
    background-position: -80px -176px;
}

.ui-icon-battery-3 {
    background-position: -96px -176px;
}

.ui-icon-circle-plus {
    background-position: 0 -192px;
}

.ui-icon-circle-minus {
    background-position: -16px -192px;
}

.ui-icon-circle-close {
    background-position: -32px -192px;
}

.ui-icon-circle-triangle-e {
    background-position: -48px -192px;
}

.ui-icon-circle-triangle-s {
    background-position: -64px -192px;
}

.ui-icon-circle-triangle-w {
    background-position: -80px -192px;
}

.ui-icon-circle-triangle-n {
    background-position: -96px -192px;
}

.ui-icon-circle-arrow-e {
    background-position: -112px -192px;
}

.ui-icon-circle-arrow-s {
    background-position: -128px -192px;
}

.ui-icon-circle-arrow-w {
    background-position: -144px -192px;
}

.ui-icon-circle-arrow-n {
    background-position: -160px -192px;
}

.ui-icon-circle-zoomin {
    background-position: -176px -192px;
}

.ui-icon-circle-zoomout {
    background-position: -192px -192px;
}

.ui-icon-circle-check {
    background-position: -208px -192px;
}

.ui-icon-circlesmall-plus {
    background-position: 0 -208px;
}

.ui-icon-circlesmall-minus {
    background-position: -16px -208px;
}

.ui-icon-circlesmall-close {
    background-position: -32px -208px;
}

.ui-icon-squaresmall-plus {
    background-position: -48px -208px;
}

.ui-icon-squaresmall-minus {
    background-position: -64px -208px;
}

.ui-icon-squaresmall-close {
    background-position: -80px -208px;
}

.ui-icon-grip-dotted-vertical {
    background-position: 0 -224px;
}

.ui-icon-grip-dotted-horizontal {
    background-position: -16px -224px;
}

.ui-icon-grip-solid-vertical {
    background-position: -32px -224px;
}

.ui-icon-grip-solid-horizontal {
    background-position: -48px -224px;
}

.ui-icon-gripsmall-diagonal-se {
    background-position: -64px -224px;
}

.ui-icon-grip-diagonal-se {
    background-position: -80px -224px;
}

/* Misc visuals
----------------------------------*/
/* Corner radius */
.ui-corner-all,
.ui-corner-top,
.ui-corner-left,
.ui-corner-tl {
    border-top-left-radius: 3px;
}

.ui-corner-all,
.ui-corner-top,
.ui-corner-right,
.ui-corner-tr {
    border-top-right-radius: 3px;
}

.ui-corner-all,
.ui-corner-bottom,
.ui-corner-left,
.ui-corner-bl {
    border-bottom-left-radius: 3px;
}

.ui-corner-all,
.ui-corner-bottom,
.ui-corner-right,
.ui-corner-br {
    border-bottom-right-radius: 3px;
}

/* Overlays */
.ui-widget-overlay {
    background: #aaaaaa;
    opacity: .3;
    filter: Alpha(Opacity=30);
    /* support: IE8 */
}

.ui-widget-shadow {
    box-shadow: 0px 0px 5px #666666;
}

/*!
 * jQuery UI Datepicker 1.12.1
 * http://jqueryui.com
 *
 * Copyright jQuery Foundation and other contributors
 * Released under the MIT license.
 * http://jquery.org/license
 *
 * http://api.jqueryui.com/datepicker/#theming
 */
.ui-datepicker {
    width: 100%;
    padding: .2em .2em 0;
    display: none;
}

.ui-datepicker .ui-datepicker-header {
    position: relative;
    padding: .2em 0;
}

.ui-datepicker .ui-datepicker-prev,
.ui-datepicker .ui-datepicker-next {
    position: absolute;
    top: 2px;
    width: 50%;
    height: 50%;
}

.ui-datepicker .ui-datepicker-prev-hover,
.ui-datepicker .ui-datepicker-next-hover {
    top: 1px;
}

.ui-datepicker .ui-datepicker-prev {
    left: 2px;
}

.ui-datepicker .ui-datepicker-next {
    right: 2px;
    text-align: right;
}

.ui-datepicker .ui-datepicker-prev-hover {
    left: 1px;
}

.ui-datepicker .ui-datepicker-next-hover {
    right: 1px;
}

.ui-icon {
    width: auto;
    height: 100%;
}

.ui-datepicker .ui-datepicker-prev span,
.ui-datepicker .ui-datepicker-next span {
    color: #064287;
    font-size: 15px;
    display: block;
    font-weight: normal;
    text-decoration: underline;
    cursor: pointer;
}

.ui-datepicker .ui-datepicker-title {
    margin: 28px auto 0;
    font-size: 35px;
    font-weight: normal;
}

.ui-datepicker .ui-datepicker-title select {
    font-size: 1em;
    margin: 1px 0;
}

.ui-datepicker select.ui-datepicker-month,
.ui-datepicker select.ui-datepicker-year {
    width: 45%;
}

.ui-datepicker table {
    width: 100%;
    font-size: .9em;
    border-collapse: collapse;
    margin: 0 0 .4em;
}

.ui-datepicker th {
    padding: .7em .3em;
    text-align: center;
    font-weight: bold;
    border: 0;
}

.ui-datepicker td {
    border: 0;
    padding: 1px;
}

.ui-datepicker td span,
.ui-datepicker td a {
    display: block;
    padding: .2em;
    text-align: center;
    color: #064287 !important;
    text-decoration: underline;
    border-color: transparent !important;
}

.ui-datepicker td span:hover,
.ui-datepicker td a:hover {
    color: #dd3e2e !important;
}

.ui-datepicker .ui-datepicker-buttonpane {
    background-image: none;
    margin: .7em 0 0 0;
    padding: 0 .2em;
    border-left: 0;
    border-right: 0;
    border-bottom: 0;
}

.ui-datepicker .ui-datepicker-buttonpane button {
    float: right;
    margin: .5em .2em .4em;
    cursor: pointer;
    padding: .2em .6em .3em .6em;
    width: auto;
    overflow: visible;
}

.ui-datepicker .ui-datepicker-buttonpane button.ui-datepicker-current {
    float: left;
}

/* with multiple calendars */
.ui-datepicker.ui-datepicker-multi {
    width: auto;
}

.ui-datepicker-multi .ui-datepicker-group {
    float: left;
}

.ui-datepicker-multi .ui-datepicker-group table {
    width: 95%;
    margin: 0 auto .4em;
}

.ui-datepicker-multi-2 .ui-datepicker-group {
    width: 50%;
}

.ui-datepicker-multi-3 .ui-datepicker-group {
    width: 33.3%;
}

.ui-datepicker-multi-4 .ui-datepicker-group {
    width: 25%;
}

.ui-datepicker-multi .ui-datepicker-group-last .ui-datepicker-header,
.ui-datepicker-multi .ui-datepicker-group-middle .ui-datepicker-header {
    border-left-width: 0;
}

.ui-datepicker-multi .ui-datepicker-buttonpane {
    clear: left;
}

.ui-datepicker-row-break {
    clear: both;
    width: 100%;
    font-size: 0;
}

/* RTL support */
.ui-datepicker-rtl {
    direction: rtl;
}

.ui-datepicker-rtl .ui-datepicker-prev {
    right: 2px;
    left: auto;
}

.ui-datepicker-rtl .ui-datepicker-next {
    left: 2px;
    right: auto;
}

.ui-datepicker-rtl .ui-datepicker-prev:hover {
    right: 1px;
    left: auto;
}

.ui-datepicker-rtl .ui-datepicker-next:hover {
    left: 1px;
    right: auto;
}

.ui-datepicker-rtl .ui-datepicker-buttonpane {
    clear: right;
}

.ui-datepicker-rtl .ui-datepicker-buttonpane button {
    float: left;
}

.ui-datepicker-rtl .ui-datepicker-buttonpane button.ui-datepicker-current,
.ui-datepicker-rtl .ui-datepicker-group {
    float: right;
}

.ui-datepicker-rtl .ui-datepicker-group-last .ui-datepicker-header,
.ui-datepicker-rtl .ui-datepicker-group-middle .ui-datepicker-header {
    border-right-width: 0;
    border-left-width: 1px;
}

/* Icons */
.ui-datepicker .ui-icon {
    display: block;
    overflow: hidden;
    background-repeat: no-repeat;
    left: .5em;
    top: .3em;
}

/**
 *  CONTENT
 * ======================================================================
 */
/**
 * header
 * ================================= */
.header {
    margin: 0 0 20px;
}

.header-top {
    overflow: hidden;
    margin: 0 0 5px;
}

.header-logo {
    float: left;
    margin: 11px 0 0;
    width: 260px;
}

.header-logo__img {
    width: 260px;
}

.header-burg {
    float: right;
    display: none;
    margin: 20px 0 0;
}

.icon-burg {
    display: inline-block;
}

.bookmarks-nav {
    border-radius: 20px;
    padding: 0 9px;
    float: left;
    margin: 30px 0 5px 18px;
    width: 790px;
    height: 30px;
}

.bookmarks-nav-list {
    float: left;
}

.bookmarks-nav-list__item {
    display: inline-block;
    padding: 0 12px;
    margin: 3px 0;
    border-radius: 12px;
}

.bookmarks-nav-list__item.active {
    background: -webkit-linear-gradient(#d3d3d3, #fdfdfd) top repeat;
    background: linear-gradient(#d3d3d3, #fdfdfd) top repeat;
}

.bookmarks-nav-list__item.active .bookmarks-nav-list__link {
    color: #000;
}

.bookmarks-nav-list__item.active .bookmarks-nav-list__link:hover {
    color: #000;
}

.bookmarks-nav-list__link {
    display: inline-block;
    color: #fff;
    line-height: 1.5625rem;
}

.bookmarks-nav-list__link:hover {
    color: #fff;
}

.head-link-news {
    color: #ffffff;
    display: block;
    background-color: #676767;
    padding: 10px 10px;
    font-size: 1.0625rem;
}

.head-link-news:hover {
    color: #ffffff;
    text-decoration: none;
}

.mob-serch-form {
    background-color: #575757;
    color: #fff;
    font-size: 1.0625rem;
}

.mob-serch-form__input {
    width: 80%;
    border: none;
    background-color: transparent;
    padding: 7px 10px;
}

.mob-serch-form__btn {
    width: 18%;
    text-align: right;
    background-color: transparent;
    border: none;
}

.bookmarks-links {
    border-radius: 15px;
    display: inline-block;
    background-color: #fff;
    padding: 0 5px;
    font-size: 1.0625rem;
    color: #dd3e2e;
    width: 100px;
    float: right;
    margin: 6px 0 0;
}

.bookmarks-links:hover {
    color: #dd3e2e;
    text-decoration: none;
}

.bookmarks-links i {
    margin: 0 5px 0 0;
}

.entrance {
    float: left;
    margin: 30px 0 0 5px;
}

.entrance-btn {
    color: #fff;
    line-height: 1.875rem;
    width: 165px;
    padding: 0 5px;
    font-size: 1.125rem;
}

.entrance-btn:hover {
    color: #fff;
}

.header-bottom {
    overflow: hidden;
}

.header-menu {
    border-radius: 15px;
    overflow: hidden;
    width: 1050px;
    float: left;
    border-bottom: solid 1px #afafaf;
    border-right: solid 1px #afafaf;
}

.header-menu-list {
    float: left;
    padding: 0 5px;
}

.header-menu-list__item {
    display: inline-block;
    border-radius: 12px;
    margin: 3px 0;
}

.header-menu-list__item.active {
    background: -webkit-linear-gradient(#d3d3d3, #fdfdfd) top repeat;
    background: linear-gradient(#d3d3d3, #fdfdfd) top repeat;
}

.header-menu-list__item.active .bookmarks-nav-list__link {
    color: #000;
}

.header-menu-list__item.active .bookmarks-nav-list__link:hover {
    color: #000;
}

.header-menu-list__link {
    display: inline-block;
    line-height: 1.4375rem;
    font-size: 1.125rem;
    padding: 0 10px;
}

.form-searh {
    float: right;
    box-shadow: inset 1px 1px 0 0 #b8b8b8;
    border-radius: 11px;
    background-color: #fff;
    padding: 1px 8px;
    height: 22px;
    margin: 3.5px 5px 0 0;
    width: 176px;
}

.form-searh__input {
    border: none;
    height: 19px;
    width: 88%;
    outline: none;
}

.form-searh__btn {
    border: none;
    background-color: transparent;
    font-size: 0.75rem;
    color: #dd3e2e;
    margin: -4px 0 0;
    padding: 0;
    vertical-align: middle;
}

.form-searh__btn:focus {
    outline: none;
}

.header-menu-two {
    display: none;
}

.header-menu-two__link {
    display: block;
    background-color: #676767;
    border-top: 1px solid #929292;
    padding: 10px;
    color: #ffffff;
}

.header-menu-two__link:hover {
    color: #ffffff;
    text-decoration: none;
}

.report-news {
    float: right;
    padding: 0 0 0 5px;
}

.report-news__btn {
    color: #fff;
    font-size: 1.125rem;
    width: 165px;
    padding: 0 5px;
    line-height: 1.875rem;
}

.report-news__btn:hover {
    color: #fff;
}

.weather-box {
    background-color: #f4f4f4;
    padding: 5px 10px;
    margin: 0 0 3px;
}

.weather__title {
    font-size: 1rem;
    color: #98999d;
}

.weather-list {
    padding: 10px 0 0;
    overflow: hidden;
}

.weather-list__item {
    width: 33.33%;
    float: left;
    border-right: 1px dashed #a4a5a9;
    padding: 0 10px;
}

.weather-list__item:last-child {
    border: none;
}

.weather-list__link {
    display: inline-block;
    width: 100%;
}

.weather-list__icon {
    display: inline-block;
    width: 50%;
    float: left;
    text-align: center;
}

.weather-list__day {
    display: inline-block;
    width: 50%;
    float: left;
    vertical-align: middle;
    font-size: 0.875rem;
}

.weather-list__day .weather-day {
    display: block;
    color: #a4a5a9;
    padding: 0 0 3px;
}

.weather-list__day .weather-cbig {
    font-size: 1.875rem;
}

/**
 * big-slid
 * ================================= */
.big-slid {
    border: solid 1px #e5e5e5;
    box-shadow: 0 0 16px 0 #e5e5e5;
    position: relative;
    border-radius: 5px;
    margin: 20px 0 40px;
}

.big-slid:after {
    content: '';
    background: url("../images/g-shadow.png") 50% 0 no-repeat;
    width: 100%;
    height: 38px;
    position: absolute;
    bottom: -38px;
    left: 0;
    right: 0;
}

.big-slid-nav {
    float: left;
    width: 50%;
    z-index: 10;
}

.big-slid-nav .slick-list {
    padding: 0 !important;
    overflow: visible;
}

.big-slid-nav .slick-track {
    width: 100% !important;
}

.big-slid-nav__item {
    background: url("../images/b-slider__slide-list__item.png") 0 0 repeat-x;
    height: 99px;
    float: none !important;
    width: 100% !important;
    outline: none !important;
}

.big-slid-nav__item.slick-current .big-slid-nav__link {
    color: #fff;
    text-decoration: none;
    background: url("../images/b-slider__slide-list__item_a.png") 0 0 repeat-x;
}

.big-slid-nav__item.slick-current .big-slid-nav__link:after {
    background: url("../images/b-slider__slide-list__item__ug.png") 0 0 no-repeat;
}
.b-slider__slide-list__item__text {
    vertical-align: middle;
    height: 100px;
    display: table-cell;
}
.b-slider__slide-list__item__text span {
    max-height: 60px;
    display: block;
    overflow: hidden;
}
.big-slid-nav__link {
    font-size: 1.125rem;
    line-height: 1.25rem;
    padding: 0 18px;
    vertical-align: middle;
    height: 100px;
    width: 100%;
    display: block;
    position: relative;
    outline: none !important;
}
.big-slid-nav__link span {
    max-height: 60px;
}
.big-slid-nav__link:after {
    content: '';
    width: 35px;
    height: 100px;
    position: absolute;
    top: 0;
    right: -35px;
    z-index: 9;
}

.big-slid-img {
    float: left;
    width: 50%;
}

.big-slid-img__cont {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    color: #fff;
    padding: 10px;
    height: 64px;
    overflow: hidden;
}

.big-slid-img__item {
    position: relative;
}

.big-slid-img__item img {
    width: 100%;
    height: 100%;
    margin: 0;
}

.big-slid .slick-dots {
    position: absolute;
    bottom: 70px;
    right: 0;
    height: 31px;
    width: auto;
    background-color: rgba(0, 0, 0, 0.5);
    border-radius: 15px 0 0 15px;
    padding: 0 6px 0 12px;
}

.big-slid .slick-dots li {
    width: 12px;
    height: 12px;
}

.big-slid .slick-dots li.slick-active button {
    background-color: #fff;
}

.big-slid .slick-dots li.slick-active button:before {
    opacity: 1;
}

.big-slid .slick-dots li button {
    width: 12px;
    height: 12px;
    border: 1px solid #fff;
    border-radius: 6px;
    padding: 0px;
}

.big-slid .slick-dots li button:before {
    width: 12px;
    height: 12px;
    line-height: 12px;
    color: #dd3e2e;
    opacity: 0;
    font-size: 6px;
}

.big-slid .slick-dotted.slick-slider {
    margin: 0;
}

.main-news-title {
    height: 68px;
    border-radius: 5px 5px 0 0;
    text-align: center;
    padding: 10px 0 0;
    margin: 0 0 30px;
}

.main-news-title__link {
    display: inline-block;
    font-size: 2.25rem;
    color: #fff;
    letter-spacing: -1px;
    padding: 0 0 3px;
}

.main-news-title__link:hover {
    color: #fff;
}

.main-news .news-one__cont {
    max-width: 100%;
}

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

.news-one__img {
    display: inline-block;
    float: left;
    width: 180px;
    height: 120px;
    overflow: hidden;
    position: relative;
}

.news-one__img img {
    width: 180px;
    height: 120px;
}

.news-one__img-wr {
    width: 193px;
    height: 132px;
}

.news-one__img-wr img {
    width: 191px;
    height: 130px;
}

.news-one__img-mask {
    width: 193px;
    height: 132px;
    position: absolute;
    left: 0;
    top: 0;
    background: url("../images/news-mask.png") left top no-repeat;
}

.news-one__cont {
    float: left;
    max-width: 610px;
    padding-left: 20px
}
.news-one-block__comm {
    margin-top: 8px
}
.news-one__date {
    font-size: 0.9375rem;
    margin-top: -4px;
    color: #999;
    line-height: 1.4;
}
.news-one__desc {
    margin: 3px 0
}
.news-one__desc a {
    display: inline-block;
    font-size: 1.125rem;
    color: #161616;
    line-height: 20px;
}

.news-one__dop {
    font-size: 0.9375rem;
    color: #666;
    line-height: 1.4;
}

.news-one__comm {
    height: 21px;
    border: 1px solid #e1e1e1;
    border-radius: 10px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    padding: 2px 6px;
    font-size: 0.9375rem;
    color: #494949;
    line-height: 21px;
    text-align: center;
}

.news-one__comm i {
    font-size: 1rem;
}

.news-one__comm:hover {
    text-decoration: none;
}

.news-one__comm:hover i {
    color: #dd3e2e;
}

.block-slider{
    display: none;
}
.block-slider.slick-initialized{
    display: block;
}
.subscribe {
    border: solid 1px #ddd;
    box-shadow: 0 1px 3px 0 #d7d7d7;
    border-radius: 16px;
    max-width: 547px;
    display: block;
    margin: 0 auto;
}

.subscribe__link {
    display: inline-block;
    line-height: 34px;
    font-size: 18px;
}
.subscribe .fa-envelope-o {
    font-weight: 900;
    margin-right: 5px;
    color: #393939;
}
.news-lab-art {
    display: inline-block;
    height: 19px;
    line-height: 19px;
    color: #fff;
    border-radius: 10px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    padding: 0 10px 0 20px;
    position: relative;
    margin: 0 0 0 10px;
}

.news-lab-art:after {
    content: '';
    background: url("../images/b-subjects-list__type.gif") 0 0 no-repeat;
    width: 7px;
    height: 7px;
    display: inline-block;
    position: absolute;
    left: 6px;
    top: 6px;
}

.news-more {
    text-align: center;
    border-radius: 15px;
    -webkit-border-radius: 15px;
    -moz-border-radius: 15px;
    font-size: 0.9375rem;
    line-height: 1.125rem;
    padding: 5px 10px 7px;
    margin: 20px 0;
    display: block;
    color: #666;
    display: none;
}
.blockimportant {
    display: block !important;
}

a.news-more {
    cursor: pointer;
}

.news-more .fa {
    font-weight: bold;
    font-size: 1.125rem;
}

.ya-direct {
    margin: 20px 0;
    font-size: 13px;
    font-family: Tahoma;
    overflow: hidden;
}

.b-subjects-all-link {
    text-align: center;
    border-radius: 15px;
    -webkit-border-radius: 15px;
    -moz-border-radius: 15px;
    font-size: 15px;
    line-height: 18px;
    padding: 5px 10px 7px;
    margin: 20px;
    clear: both;
    background: #e6e6e6;
    background: -webkit-linear-gradient(top, #eee, #e0e0e0);
    background: -moz-linear-gradient(top, #eee, #e0e0e0);
    background: -o-linear-gradient(top, #eee, #e0e0e0);
}

.interes-box {
    border: 1px solid #dd3e2e;
    border-radius: 5px;
}

.interes-title {
    text-align: center;
    padding: 16px;
    position: relative;
}

.interes-title__link {
    color: #fff;
    font-size: 2.25rem;
}

.interes-title__link:hover {
    color: #fff;
}

.interes-title__news {
    display: block;
    border-top: solid 1px #d6d6d6;
    border-bottom: solid 1px #dbdbdb;
    border-right: solid 1px #ddd;
    border-left: solid 1px #ddd;
    height: 32px;
    line-height: 32px;
    text-align: center;
    margin: 0 0 0 -135px;
    border-radius: 16px;
    -webkit-border-radius: 16px;
    -moz-border-radius: 16px;
    text-decoration: none;
    box-shadow: 0 1px 3px 0 #d7d7d7;
    position: absolute;
    bottom: -15px;
    left: 50%;
    width: 270px;
    font-size: 25px;
}

.interes-wr {
    padding: 12px 19px 0;
}

.interes-item {
    padding: 10px 0 13px;
}

.interes-item__img {
    display: block;
    padding: 0 0 3px;
}

.interes-item__img img {
    width: 100%;
}

.interes-item__link {
    font-size: 1.125rem;
    line-height: 1.25rem;
}

.interes-item__dop {
    font-size: 0.9375rem;
    color: #666;
    padding: 1px 0 0;
    line-height: 1.4;
}

.contest-box {
    padding: 0 0 54px;
}

.contest__name {
    color: #272727;
    line-height: 2.25rem;
    font-size: 2.25rem;
    text-decoration: underline;
}

.contest-nav {
    padding: 10px 0 20px;
}

.contest-item {
    display: block;
    overflow: hidden;
    padding: 10px 0 0;
    height: 70px;
}

.contest-item__img {
    width: 80px;
    float: left;
    display: block;
    margin: 0 10px 0 0;
}

.contest-item__img img {
    width: 100%;
}

.contest-item__desc {
    font-size: 1.125rem;
    line-height: 1.25rem;
}

.contest-btn {
    display: block;
}

.photoreport_to_change {
    position: absolute;
    top: 0;
    bottom: 0;
    width: 60px;
    font-size: 25px;
    text-align: center;
    vertical-align: middle;
    cursor: pointer;
    color: white;
    z-index: 10;
}
.photoreport_to_change:hover {
    background-color: rgba(0,0,0,0.1);
    text-decoration: none;
    color: white;
}
.photoreport_to_change > div {
    position: absolute;
    top: 50%;
    height: 1em;
    margin-top: -1em;
    text-align: center;
    margin-left: 25px;
    color: white;
}
.photoreport_to_left {
    left: 34px;
}
.photoreport_to_right {
    left: 821px;
}

.page_photoreport_to_right{
    right: 0;
    left: auto;
}

.page_photoreport_to_left{
    left: 0;
    right: auto;
}

.photoreports-box {
    background: #f4f4f4;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    padding: 15px 10px 0;
    position: relative;
}

.photoreports__name {
    color: #000;
    display: inline-block;
    line-height: 1.875rem;
    font-size: 2.25rem;
}

.b-photo-storys__img {
    margin: 15px 0 0 -5px;
    position: relative;
    width: 280px;
    height: 198px;
    overflow: hidden;
}

.b-photo-storys__img img {
    width: 246px;
    margin: 27px 0 0 7px;
}

.b-photo-storys__img span {
    position: absolute;
    left: 0;
    top: 0;
    z-index: 10;
    width: 280px;
    height: 198px;
    background: url(../images/b-photo-storys__img.png) left top no-repeat;
}

.b-photo-storys__desc {
    line-height: 20px;
    font-size: 15px;
    color: #343434;
    padding: 6px 0 17px 0;
}

.b-photo-storys__desc a {
    text-decoration: underline;
}

.b-photo-storys__desc a:hover {
    text-decoration: none;
}

.b-lead-image__caption {
    margin-top: 10px;
    padding: 0 0 0 10px;
    border-left: 3px solid #b8b8b8;
    color: #6d6d6d;
    font-size: 15px;
}

.photo-day {
    margin: 0;
    position: relative;
    box-shadow: 0 0 40px 0 #888;
}

.photo-day__mob-title {
    font-size: 1.4375rem;
    color: #ffffff;
    padding: 10px 20px 0;
}

.photo-day-box__title {
    margin: 0 20px;
    font-weight: normal;
    padding: 18px 0 17px;
    font-size: 2.25rem;
}

.photo-day-box__btn {
    float: right;
    margin: 10px 0;
}

.photo-day__head {
    width: 100%;
    overflow: hidden;
    position: relative;
    background: #555;
    background: -webkit-linear-gradient(top, #000, #7f7f7f);
    background: -o-linear-gradient(top, #000, #7f7f7f);
    outline: none;

}

.photo-day__footer {
    width: 100%;
    padding: 0 0 20px 0;
    overflow: hidden;
    position: relative;
    background: #555;
    background: -webkit-linear-gradient(top, #7f7f7f, #000);
    background: -o-linear-gradient(top, #7f7f7f, #000);
}

.photo-day__img {
    float: left;
    margin: 25px 0 0 35px;
    width: 850px;
    cursor: pointer;
}

.photo-day__img img {
    border: 1px solid #fff;
    width: 847px;
    height: 565px;
}

.photo-day-desc {
    color: #fff;
    float: left;
    width: 310px;
    margin: 25px 0 0;
    padding: 0 5px 0 20px;
}

.photo-day-desc__title {
    font-size: 2.25rem;
    line-height: 2.5rem;
}

.photo-day-desc__data {
    font-size: 1rem;
    line-height: 1.2rem;
}

.photo-day-desc__autor {
    font-size: 1rem;
    padding: 40px 0 60px;
    line-height: 1.4;
}

.photo-day-desc__autor span {
    display: block;
    color: #bbb;
}

.photo-day-buy__link {
    font-size: 1.5rem;
    color: #fff;
    display: block;
    text-decoration: underline;
    line-height: 1.4;
}

.photo-day-buy__link:hover {
    color: #fff;
}

.photo-day-slid {
    margin: 0 35px;
}

.photo-day-slid__item {
    width: 170px;
    margin: 20px 0;
    outline: none !important;
}

.photo-day-slid__item.slick-current .photo-day-slid__link,
.photo-day-slid__item.slick-current .photo-day-slid__text {
    color: #666;
}

.photo-day-slid__item.slick-current .photo-day-slid__link:hover,
.photo-day-slid__item.slick-current .photo-day-slid__text:hover {
    text-decoration: none;
}

.photo-day-slid__item.slick-current .photo-day-slid__img:before {
    content: '';
    height: 0;
    width: 0;
    border-bottom: 9px solid #fff;
    border-left: 9px solid transparent;
    border-right: 9px solid transparent;
    display: inline-block;
    position: absolute;
    top: -13px;
    left: 50%;
    margin: 0 0 0 -4px;
}

.photo-day-slid__item.slick-current .photo-day-slid__img {
    border: 5px solid #fff;
    border-radius: 5px;
}

.photo-day-slid__link {
    outline: none !important;
    color: #fff;
    font-size: 0.9375rem;
    line-height: 1.25rem;
}

.photo-day-slid__link:hover {
    color: #fff;
}

.photo-day-slid__img {
    position: relative;
    border: 1px solid #fff;
    width: 137px;
    vertical-align: top;
}

.photo-day-slid__img img {
    width: 100%;
    vertical-align: top;
}

.photo-day-slid__text {
    color: #fff;
    width: 170px;
    display: block;
    padding: 3px;
}

.photo-day-slid__text:hover {
    color: #fff;
}
.buy-photo-infoblock {
    padding: 0;
    font-size: 15px;
    line-height: 1.4;
}
.buy-photo-infoblock ul li {
    position: relative;
    padding: 4px 0 4px 30px;
    _height: 1%;
    list-style-type: none;
    background: url(../images/li.gif) 9px 9px no-repeat;
    font-size: 15px;
    font-family: PT Sans;
    color: #272727;
    line-height: 20px;
}

.from_news {
    margin: 0 0 20px;
    text-align: left;
    padding-left: 15px;
    /* line-height: 20px; */
    vertical-align: middle;
}

.add_subscribe {
    text-align: center;
    border-radius: 15px;
    -webkit-border-radius: 15px;
    -moz-border-radius: 15px;
    font-size: 15px;
    line-height: 18px;
    padding: 5px 10px 7px;
    background: #e6e6e6;
    background: -webkit-linear-gradient(top, #eee, #e0e0e0);
    background: linear-gradient(top, #eee, #e0e0e0);
    cursor: pointer;
    vertical-align: middle;
}

.add_subscribe img {
    vertical-align: middle;
    margin: 0 5px;
}

.add_subscribe a {
    color: #d83b2c;
    display: inline-block;
    vertical-align: middle;
}
.comments-header{
    padding: 15px 0;
    font-size: 2rem;
}
.comments-form__info-text{
    padding: 15px;
    text-align: center;
    border-radius: 15px;
    -webkit-border-radius: 15px;
    -moz-border-radius: 15px;
    background: #e6e6e6;
    background: -webkit-linear-gradient(top, #eee, #e0e0e0);
    background: linear-gradient(top, #eee, #e0e0e0);
}
.comments-form__info-text a{
    color: #d83b2c;
}
.comments-list .comments-list__item {
    padding: 20px 0;
}
.comments-list .comments-list__item::after {
    content: '';
    display: table;
    clear: both;
}
.comments-list .comment-img{
    float: left;
    width: 40px;
    margin-right: 20px;
}
.comments-list .comment-desc{
    float: left;
}
.comments-list .comment-text{
    font-size: 0.9375rem;
    color: #666;
}
.wr-like-horizontal{
    margin-top: 20px;
}
.wr-like-horizontal .wr-like > div {
    float: left;
    margin-right: 20px;
}
.wr-like-horizontal .wr-like::after {
    content: '';
    display: table;
    clear: both;
}
.wr-like{
    padding: 10px 0;
}
.slid-prev, .slid-next {
    position: absolute;
    top: 66px;
    font-size: 3.125rem;
    margin: -25px 0 0;
    color: #fff;
    cursor: pointer;
}

.slid-prev.slick-disabled, .slid-next.slick-disabled {
    opacity: 0;
}

.slid-prev {
    left: -25px;
}

.slid-next {
    right: -25px;
}

.news-setion {
    vertical-align: top;
    min-height: 230px;
    padding: 0 20px 20px 0;
    overflow: hidden;
}

.news-setion-box {
    padding: 20px 20px 50px;
}

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

.news-setion__name a {
    color: #dd3e2e;
    font-size: 1.875rem;
    line-height: 1.875rem;
}

.news-setion__text a {
    font-size: 0.9375rem;
    line-height: 1.25rem;
    display: block;
    padding: 0 0 10px;
}
.redtram-block {
    margin-top: 40px
}
.redtram-block h3 {
    margin: 0;
    padding: 0;
    font-size: 38px;
    color: #272727;
    font-weight: normal;
}
/**
 * footer
 * ================================= */
.footer {
    margin-top: 50px;
    background: -webkit-linear-gradient(#ededed, #fcfcfc) top repeat;
    background: linear-gradient(#ededed, #fcfcfc) top repeat;
}

.footer-nav {
    float: left;
}

.footer-nav-box {
    border-radius: 15px;
    padding: 0 8px;
    position: relative;
    top: -15px;
    left: 0;
    right: 0;
}

.footer-nav__item {
    display: inline-block;
}

.footer-nav__link {
    display: inline-block;
    color: #fff;
    font-size: 1.125rem;
    line-height: 2.125rem;
    padding: 0 12px;
}

.footer-nav__link:hover {
    color: #fff;
}

.footer-soch {
    float: right;
    min-width: 280px;
}

.footer-soch__item {
    display: inline-block;
    line-height: 1.875rem;
    padding: 0 10px 0 0;
}

.footer-soch__link {
    display: inline-block;
    vertical-align: middle;
}

.footer-two-nav {
    display: inline-block;
    vertical-align: middle;
}

.footer-two-nav__item {
    display: inline-block;
    padding: 0 0 0 17px;
}

.footer-two-nav__link {
    display: inline-block;
    font-size: 0.9375rem;
    color: #484848;
    text-decoration: none;
    border-bottom: solid 1px #bebebe;
    padding: 10px 0 0 0;
}

.footer-two-nav__link:hover {
    color: #484848;
    text-decoration: none;
    border-bottom: solid 1px #484848;
}

.footer .footer-logo-icon {
    margin: 0 0 10px 0;
}

.footer-logo-icon {
    vertical-align: middle;
}

.copy-dev {
    display: inline-block;
    max-width: 150px;
    color: #606060;
    font-size: 0.75rem;
    line-height: 1.0625rem;
}

.copy-dev a {
    color: #064287;
}

.copy-dev a:hover {
    color: #dd3e2e;
}

.footer-cont {
    font-size: 0.9375rem;
    color: #666;
    line-height: 1.25rem;
    /*padding: 12px 0 20px 20px;*/
}

.footer-cont p {
    padding: 0 0 15px;
}

.footer-cont a {
    color: #064287;
}

.footer-cont a:hover {
    color: #dd3e2e;
}

.dan-rek-box {
    padding: 0 0 20px;
}

.dan-rek-box__img {
    display: block;
    margin: 0 auto;
}

.weather-lebt {
    background-color: #f4f4f4;
    padding: 0;
    margin: 0 0 20px;
}

.weather-lebt .weather__title {
    font-size: 1.125rem;
    color: #dd3e2e;
}

.weather-lebt__img {
    text-align: center;
    overflow: hidden;
    padding: 0 0 15px;
}

.weather-lebt__img img {
    max-width: 100%;
}

.weather-lebt__text {
    font-size: 1.125rem;
    padding: 0 0 5px;
}

.weather-lebt__link {
    text-decoration: none;
}

.btn-tw-box {
    padding: 20px 0;
}

.btn-tw-box .btn {
    padding: 6px 14px;
    color: #666;
    vertical-align: middle;
}

.btn-tw-box .btn:hover {
    text-decoration: none;
}

.btn-tw-box .btn i {
    vertical-align: middle;
}

.btn-tw-box .tw-wr {
    display: inline-block;
    vertical-align: middle;
    width: 30px;
    height: 28px;
    border-radius: 15px;
    padding: 3px 0 0;
    margin: 0 3px;
}
/**
 * contests
 * ================================= */
h1, .h1 {
    font-size: 38px;
    color: #272727;
    font-weight: normal;
    padding: 15px 0 17px;
}

.contests-item {
    overflow: hidden;
    padding: 0 0 20px;
}

.contests-item__img {
    float: left;
    margin: 0 20px 0 0;
}

.contests-item__img img, .contest-img {
    border-radius: 5px;
}

.contests-item__title {
    font-size: 1.5rem;
    line-height: 2.25rem;
    text-decoration: none;
    display: block;
    padding: 0 0 5px;
}

.contests-item__desk {
    margin: 5px 0 10px;
    font-size: 0.9375rem;
}

.contests-item__desk .news-lab-art {
    margin: 0;
}

/**
 * latest-events
 * ================================= */
.latest-events {
    padding-bottom: 40px;
}

.latest-events-cast .latest-events-item {
    padding: 10px 0 0;
}

.latest-events-cast .contest-btn {
    margin-top: 15px;
}

.latest-events-poz {
    padding-top: 70px;
}

.latest-events__title {
    font-size: 2.25rem;
    line-height: 30px;
    text-decoration: none;
    position: relative;
    cursor: pointer;
}

.latest-events__title:after {
    content: '';
    width: 100%;
    height: 1px;
    background-color: #000;
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
}

.latest-events__title:hover {
    text-decoration: none;
}

.latest-events__title:hover:after {
    background-color: transparent;
}

.latest-events-item {
    padding: 20px 0 0;
}

.latest-events-item__img img {
    width: 80px;
}

.latest-events-item__img a {
    vertical-align: top;
}

.latest-events-item__link {
    text-decoration: none;
    display: inline-block;
    padding: 0 10px 0 0;
}

.latest-events-item__link:hover {
    text-decoration: none;
}

.latest-events-item__date {
    font-size: 0.9375rem;
    color: #999;
    padding: 10px 0 0;
}

.latest-events-item__desk {
    display: block;
    font-size: 1.125rem;
    line-height: 1.25rem;
    padding: 3px 0 0;
}

.latest-events-item__title {
    font-size: 0.9375rem;
    line-height: 1.4;
    color: #666;
    padding: 1px 0 0;
}

.tape-grup {
    padding: 20px 0;
    text-align: center;
}

.tape-grup-poz {
    position: absolute;
    top: 10px;
    right: 10px;
}

.tape-grup-min {
    height: 30px;
}

.tape-grup-min .btn-sm {
    padding: 0;
    line-height: 25px;
}

.tape-grup-btn .btn {
    vertical-align: middle;
}

.tape-grup-lin {
    background: url("../images/tape-grup-lin.png") 0 0 no-repeat;
    width: 17px;
    height: 31px;
    display: inline-block;
    vertical-align: middle;
}

.tape-grup-lin-min {
    background: url("../images/tape-grup-lin-min.png") 0 0 no-repeat;
    width: 14px;
    height: 27px;
    display: inline-block;
    vertical-align: middle;
}

.grup-left {
    border-radius: 20px 0 0 20px;
    margin: 0 -5px 0 0;
    width: 120px;
}

.grup-right {
    border-radius: 0 20px 20px 0;
    margin: 0 0 0 -5px;
    width: 120px;
}

.wr-int-cont {
    padding: 40px 20px 0;
}

.int-cont-item {
    padding: 0 0 20px;
}

.int-cont-item__img {
    max-width: 38px;
    max-height: 38px;
    margin: 0 10px 0 0;
    float: left;
}

.int-cont-item__img img {
    max-width: 38px;
    max-height: 38px;
}

.int-cont-item__date {
    display: block;
    font-size: 0.9375rem;
    color: #999;
}

.int-cont-item__name {
    font-size: 0.9375rem;
    color: #4a4a4a;
    line-height: 0.9375rem;
    display: block;
    height: 28px;
    padding: 5px 0 0;
    overflow: hidden;
}

.int-cont-item__name:hover {
    text-decoration: none;
}

.int-cont-item__desk {
    font-size: 0.9375rem;
    color: #4a4a4a;
    line-height: 1.125rem;
    display: block;
}

/**
 * bread-crumbs
 * ================================= */
.bread-crumbs {
    margin-top: 20px;
    display: inline-block;
}

.bread-crumbs__item {
    display: inline-block;
    /*background: url("../images/bread-crumbs.png") 100% 50% no-repeat;*/
    /*padding: 0 15px 0 0;*/
}
.bread-crumbs > li + li:before {
    content: "→";
    color: #ba2821;
    padding: 0 5px;
    font-size: 14px;
}

.bread-crumbs__item:last-child {
    background-image: none;
}

.bread-crumbs__item:last-child span.bread-crumbs__link {
    color: #999;
    cursor: default;
    font-size: 1rem;
}

.bread-crumbs__item:last-child .bread-crumbs__link:hover {
    /*color: #000;*/
    text-decoration: none;
}

.bread-crumbs__item a {
    display: inline-block;
    font-size: 1rem;
    color: #ba2821;
}

.bread-crumbs__link:hover {
    color: #dd3e2e;
}

.bread-crumbs__date {
    color: #999;
    margin: 0 0 0 25px;
    display: inline-block;
    font-size: 0.9375rem;
}

#blog-code {
    display: none;
    margin-top: 20px;
    font-size: 18px;
    border: 1px solid #c1c1c1;
    padding: 6px;
    border-radius: 2px;
    width: 100%;
    line-height: 150%;
}

/**
 * news
 * ================================= */
.hot-topics {
    background-color: #fffbeb;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    padding: 12px 9px 9px;
    line-height: 20px;
    margin-bottom: 20px;
}

.hot-topics-list__item {
    display: inline-block;
    color: #dd3e2e;
    font-size: 1.125rem;
    padding: 0 8px;
    line-height: 1.3125rem;
    margin: 0 17px 0 0;
}

.hot-topics-list__link {
    display: inline-block;
    font-size: 1.125rem;
    line-height: 1.3125rem;
}

.photo-all__title {
    padding: 0 0 10px;
}

.photo-all__title-name {
    display: inline-block;
    margin: 0 15px 0 0;
    font-size: 1.5625rem;
}

.photo-all__title-photo {
    display: inline-block;
    font-size: 15px;
}

.photo-all__title-photo:hover {
    text-decoration: none;
}

.dates-publik {
    font-size: 1.125rem;
    margin: 15px 0 0 25px;
    color: #999;
    font-weight: bold;
}

.photo-all-box .news-one__cont {
    max-width: 550px;
}

.datepicker-wr {
    padding: 10px;
}

.wid-photo {
    background: #f4f4f4;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    padding: 15px 20px;
    position: relative;
}

.wid-photo-wr {
    padding: 0 0 30px;
}

.wid-photo-h {
    padding: 0 0 5px;
}

.wid-photo-h__link {
    font-size: 38px;
}

.wid-photo-img {
    position: relative;
    width: 100%;
    height: 100%;
    overflow: hidden;
    margin: 0 0 5px;
}

.wid-photo-img img {
    width: 100%;
}

.wid-photo-img-wr {
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    right: 0;
    background: url("../images/wid-photo.png") left top no-repeat;
    background-size: cover;
}

.wid-photo__des {
    font-size: 0.9375rem;
    padding: 5px 5px 15px;
}

.wid-them {
    padding: 15px 0;
}

.wid-them-h {
    font-size: 2.25rem;
    line-height: 2.25rem;
}

.wid-them-wr {
    padding: 0 0 30px;
}

.wid-them__item {
    display: inline-block;
}

.wid-them__link {
    font-size: 1.25rem;
    line-height: 1.875rem;
}

.wid-them__link-big {
    font-size: 1.875rem;
}

.wid-them__link:hover {
    text-decoration: none;
}

.commtar-box {
    padding: 30px 18px;
}

.commtar-val {
    display: inline-block;
    font-size: 2.25rem;
    line-height: 4.0625rem;
    text-align: center;
}

.commtar-title {
    display: inline-block;
    font-size: 2.25rem;
    line-height: 4.0625rem;
}

.commtar__link {
    display: inline-block;
    color: #b5b5b5;
    font-size: 1.125rem;
}

.commtar__link a {
    text-decoration: none;
    border-bottom: dotted 1px #b5b5b5;
    color: #b5b5b5;
}

.wid-soz {
    padding: 0 18px;
}

.wid-soz-h {
    font-size: 2.25rem;
    color: #272727;
    font-weight: normal;
    padding: 10px 0;
}

.wid-soz__img {
    width: 100%;
}

.report-h {
    font-size: 1.5rem;
    font-weight: normal;
    padding: 20px 0;
}

.report-slid {
    padding: 0 0 10px;
}

.report-slid-wr {
    padding: 20px 0;
}

.report-slid-big {
    padding: 0 0 10px;
}

.report-slid-big__item {
    text-align: center;
}

.report-slid-big__item img {
    display: inline-block;
    max-width: 100%;
}

.report-slid-nav {
    padding: 0 20px;
    position: relative;
}

.report-slid-nav__item {
    text-align: center;
    padding: 0 5px;
}

.report-slid-nav__item img {
    display: inline-block;
    max-width: 100%;
}

.report-slid-next, .report-slid-prev {
    margin: -15px 0 0;
}

.report-slid-next {
    right: 0;
}

.report-slid-prev {
    left: 0;
}

.report-slid-nav1 {
    padding: 10px 0;
}

.report-slid-nav1 .report-slid-next {
    right: -20px;
    z-index: 9;
    cursor: pointer;
}

.report-slid-nav1 .report-slid-prev {
    left: -20px;
    z-index: 9;
    cursor: pointer;
}

.report-slid-nav1 .slick-slide {
    border: 3px solid transparent;
    border-radius: 5px;
    padding: 0;
    margin: 0 15px;
}

.report-slid-nav1 .slick-slide:focus {
    outline: none;
}

.report-slid-nav1 .slick-slide img {
    margin: 0 0 -4px;
}

.report-slid-nav1 .slick-current {
    border: 3px solid #D6D6D6;
}

.photor2-title {
    font-size: 1.4375rem;
    font-weight: normal;
    padding: 0 0 10px;
}

.photorepots-btn__title {
    font-size: 0.9375rem;
    padding: 0 0 10px;
}
.photorepots-description{
    padding: 10px 0 15px;
}
.photorepotrs-two {
    padding: 30px 0;
}

.photorepotrs-two__title {
    font-size: 2.25rem;
    font-weight: normal;
}

.photorepotrs-two .news-box {
    padding: 10px 0 10px 20px;
}

.report-name {
    font-size: 1.0625rem;
    color: #98999d;
}

.report {
    padding: 0 15px;
}

.report-btn {
    padding: 10px 0 20px;
}

.report-btn .btn {
    width: 130px;
}

/**
 * news-one
 * ================================= */
.news-one .photo-day-box__title {
    margin: 0;
}

.news-one-bg {
    background-color: #f1f1f1;
    border-radius: 5px;
    position: relative;
}

.news-one__title {
    font-size: 1.125rem;
    color: #666;
    margin: 0 0 20px;
    padding: 0;
    font-weight: bold;
}

.news-one-img img {
    max-width: 100%;
    border-radius: 5px;
}

.news-one__des {
    margin: 10px 0 0 10px;
    padding: 0 0 0 10px;
    border-left: 3px solid #b8b8b8;
    color: #6d6d6d;
    font-size: 0.9375rem;
}
.news-one__text.clearfix h1 {
    line-height: 1.69rem;
}
.news-one__text {
    max-width: 770px;
    padding: 0 0 0 10px;
    font-size: 1.1875rem;
    line-height: 1.625rem;
    margin-top: 20px;
}

.news-one__text img, .news-one__text table{
    max-width: 100%;
    width: auto !important;
    height: auto !important;
}
.news-one__text img{
    max-height: 400px;
}
.news-one__text ul{
    padding-left: 20px;
}
.news-one__text ul > li::before {
    content: '\f111';
    font-family: FontAwesome;
    display: inline-block;
    color: #c73927;
    margin-left: -1.3em;
    width: 1.3em;
    font-size: 12px;
}
.news-one__text ol{
    list-style-type: decimal;
}
.btn-list__item {
    padding: 10px 0 0;
}

.btn-list__item .btn {
    position: relative;
    text-decoration: none;
    padding: 9px 4px 9px 30px;
    width: 170px;
    text-align: left;
    white-space: normal;
}

.btn-list__item i {
    position: absolute;
    top: 50%;
    left: 5px;
    transform: translateY(-50%);
}

.news-one-img img {
    max-width: 100%;
}

.quote-box {
    position: relative;
    padding: 0 50px;
    margin: 25px 0;
    color: #272727;
    font-size: 1.0625rem;
    line-height: 1.5rem;
    font-family: 'Open Sans', sans-serif;
    font-style: italic;
}

.quote-box:before {
    content: '';
    background: url("../images/blockquote-l.gif") 0 0 no-repeat;
    width: 28px;
    height: 37px;
    position: absolute;
    top: 0;
    left: 0;
}

.quote-box:after {
    content: '';
    background: url("../images/blockquote-r.gif") 0 0 no-repeat;
    width: 28px;
    height: 37px;
    position: absolute;
    bottom: 0;
    right: 0;
}

.temses-list__item {
    display: inline-block;
}

.temses-list__name {
    font-size: 0.9375rem;
    font-weight: bold;
    padding: 1px 10px 2px 0;
}

.temses-list .news-lab-art {
    margin: 0;
}


.item_soc{
    margin-left: 5px;
}

@media screen and (max-width: 999px) { 
    .news-one-img {
        margin-bottom: 4%;
        padding: 0;
    }
    .item_soc{
        display: none;
    }
    .btn-list__item .btn {
        width: 50px;
    }
    .grad-dark {
        background: transparent;
    }
    .grad-blue {
        background: transparent;
    }
    .btn-list {
        display: flex;
    }
    .btn-list__item {
        padding-top: 10px;
    }
    i.fa.fa-telegram {
        color: black;
        font-size: 2em;
    }
    i.fa.fa-vk {
        color: black;
        font-size: 2em;
    }
    i.fa.fa-instagram {
        color: black;
        font-size: 2em;
    }
    i.fa.fa-facebook {
        color: black;
        font-size: 2em;
    }
    a.btn.btn-sm.grad-dark {
        display: none;
    }
}
/**
 * Tab
 * ================================= */
.contest-img img {
    max-width: 100%;
    border-radius: 5px;
}

.box-tabs {
    padding: 0 0 0 18px;
}

.nav-item {
    display: inline-block;
    padding: 0 10px 0 0;
}

.nav-link {
    padding: 5px;
    color: #dd3e2e;
    text-decoration: none;
    border-bottom: 1px solid #e9e9e9;
    line-height: 2.1875rem;
    font-size: 1.125rem;
}

.nav-link:hover {
    color: #dd3e2e;
    border-bottom: 1px solid #dd3e2e;
    text-decoration: none;
}

.nav-link.active {
    color: #000;
    background-color: #f2f2f2;
    border-radius: 4px;
    border-color: transparent;
}

.nav-link.active:hover {
    color: #000;
    border-color: transparent;
}

.tab-pane {
    display: none;
    padding: 20px;
    font-size: 1.125rem;
    line-height: 1;
    color: #666666;
    font-family: Raleway, HelveticaNeue, "Helvetica Neue", Helvetica, Arial, sans-serif;
}

.tab-pane a {
    color: #064287;
    text-decoration: underline;
}

.tab-pane a:hover {
    color: #dd3e2e;
}

.tab-pane p {
    margin: 0 0 20px;
}

.tab-pane.active {
    display: block;
}

.tab-video {
    max-width: 640px;
    margin: 0 auto;
    padding: 0 0 10px;
}

.list-boxes {
    padding: 45px 0 0;
}

.list-boxes p.list-boxes__title {
    margin: 0;
}

.list-boxes__title {
    font-size: 0.9375rem;
    font-family: "PT Sans";
    color: #272727;
    line-height: 1.25rem;
    font-weight: bold;
}

.boxes-list__item {
    position: relative;
    padding: 4px 0 4px 20px;
    list-style-type: none;
    background: url("../images/li.gif") no-repeat 0 8px;
    font-size: 0.9375rem;
    font-family: "PT Sans";
    color: #272727;
    line-height: 1.25rem;
}

.contest-img {
    padding: 0 0 20px 18px;
}

.photo-soz__item {
    display: inline-block;
    padding: 0 5px 0 0;
}

.photo-soz__link {
    display: inline-block;
}

.dayly {
    background-color: #f4f4f4;
    padding: 19px;
    margin: 0 0 5px;
}

.dayly-box {
    margin: 0 -10px;
}

.dayly__img {
    text-align: center;
    max-width: 100%;
    display: block;
    margin: 0 0 12px;
}

.dayly__title {
    font-size: 1.125rem;
    display: block;
    text-decoration: none;
    padding: 0 0 8px;
}

.dayly__autor {
    font-size: 1rem;
    color: #98999d;
}

.dayly-box-btn {
    padding: 15px 0 0;
}

.part {
    overflow: hidden;
    text-align: center;
    padding: 10px 0;
}

.part__item {
    display: inline-block;
    width: 125px;
    margin: 0 1%;
    text-align: center;
}

.part__item img {
    width: 86px;
    height: 86px;
}

.part__item p {
    font-weight: bold;
    padding: 5px 0;
    font-size: 0.75rem;
    line-height: 0.875rem;
    max-height: 48px;
    overflow: hidden;
    margin: 0 0 10px;
}

.b-form__remember-pass, .field-loginform-rememberme {
    margin-top: 5%;
}

.field-loginform-rememberme {
    margin-bottom: 5%;
}

.loader-box {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    background-color: #fff;
    opacity: 0.5;
    z-index: 999999;
}
.loader {
    position: absolute;
    top: 50%;
    left: 50%;
    margin: -32px 0 0 -32px;
    fill: #DD3E2E;
}
.b-header__logo {
    float: left;
    margin: 10px 0 0 0;
    background: url(../images/sprite_old.png) -17px -950px no-repeat;
    width: 240px;
    height: 50px;
    position: relative;
}
.b-header__logo a {
    display: block;
    height: 50px;
    width: 100%;
}
div.eythy {
    position: absolute;
    top: 0px;
    left: 232px;
    padding: 6px 4px;
    width: 25px;
    color: white;
    background: url(../images/eythy.png) no-repeat;
    font-size: 12px;
}
.b-header__menu__item_active {
    border-top: solid 1px #962b22;
    border-bottom: solid 1px #bc9f9e;
    height: 23px;
    line-height: 23px;
    border-radius: 12px;
    -webkit-border-radius: 12px;
    -moz-border-radius: 12px;
    background: #e8e8e8;
    background: -webkit-linear-gradient(top, #d3d3d3, #fdfdfd);
    background: -moz-linear-gradient(top, #d3d3d3, #fdfdfd);
    background: -o-linear-gradient(top, #d3d3d3, #fdfdfd);
    color: #161616;
}
.b-header__menu {
    display: block;
    margin: 0 100px 0 9px;
    overflow: hidden;
    padding-top: 3px;
    height: 27px;
    white-space: nowrap;
    list-style: none;
}
.b-header__menu__item {
    display: inline-block;
    font-family: 'PT Sans Narrow', sans-serif;
    font-size: 18px;
    padding: 0 12px;
}
.b-header__menu__item a, .b-header__menu__item a:visited {
    color: #fff;
    text-decoration: none;
}
.b-header__menu__item_active a, .b-header__menu__item_active a:visited {
    color: #161616;
    text-decoration: none;
}
.b-header__menu-box {
    position: relative;
    border-bottom: solid 1px #920800;
    background: #c73026;
    background: -webkit-linear-gradient(top, #d83b2c, #b72620);
    background: -moz-linear-gradient(top, #d83b2c, #b72620);
    background: -o-linear-gradient(top, #d83b2c, #b72620);
    border-radius: 15px;
    -webkit-border-radius: 15px;
    -moz-border-radius: 15px;
    height: 30px;
    line-height: 30px;
}
.b-header__menu-box .b-header__menu-ico {
    padding: 4px 0 0;
}
.b-header__menu-ico {
    float: right;
    list-style: none;
    padding: 8px 0 0;
    min-width: 80px;
}
.b-header__menu-ico__mem {
    float: right;
}
.b-header__menu-ico__mem a {
    background: url(../images/memoris.png) no-repeat;
    color: #d83b2c;
    text-decoration: none;
    width: 85px;
    height: 24px;
    font-size: 17px;
    padding: 0px 14px 0px 28px;
    margin-right: 7px;
}
.b-header__menu-pos {
    margin: 0 172px 0 258px;
    padding: 29px 0 0;
}
.content-fancybox-link {
    display: inline-block;
    position: relative;
}
.content-fancybox-link:hover .content-fancybox-lens {
    color: #1c1c1c
}
.content-fancybox-lens {
    position: absolute;
    cursor: pointer;
    width: 35px;
    height: 35px;
    display: block;
    top: 15px;
    left: 15px;
    color: #c1c1c1;
}
.b-element-tags {
    overflow: hidden;
    margin: 20px 0 0 0;
}
.b-element-tags__title {
    float: left;
    font-size: 15px;
    font-weight: bold;
    margin-bottom: 10px;
    padding: 1px 10px 2px 0;
}
.b-element-tags__link {
    position: relative;
    float: left;
    height: 24px;
    margin-right: 10px;
    margin-bottom: 10px;
    padding: 3px 12px 0 22px;
    -webkit-border-radius: 12px;
    -moz-border-radius: 12px;
    border-radius: 12px;
    background: #777;
    background: -moz-linear-gradient(top, #777 0, #333 100%);
    background: -webkit-linear-gradient(top, #777 0, #333 100%);
    background: -o-linear-gradient(top, #777 0, #333 100%);
    background: -ms-linear-gradient(top, #777 0, #333 100%);
    background: linear-gradient(top, #777 0, #333 100%);
}
.b-element-tags__link, .b-element-tags__link:visited {
    color: #fff;
    text-decoration: none;
    font-size: 15px;
}
.b-element-tags__link:before {
    position: absolute;
    top: 8px;
    left: 7px;
    width: 8px;
    height: 8px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    background: #fff;
    content: "";
}
.b-comphoto-main {
    margin: 0 20px;
    font-family: 'PT Sans Narrow', Tahoma, Arial, Verdana, sans-serif;
}
.b-comphoto-main-list__item {
    overflow: hidden;
    padding: 0 0 21px 0;
    font-size: 0.9375rem;
    line-height: 1.25rem;
}
.b-comphoto-main-list__img {
    position: relative;
    float: left;
    width: 270px;
    height: 180px;
    margin: 0 20px 0 0;
    color: #fff;
    float: left;
}
.b-comphoto-main-list__img img {
    width: 270px;
    height: 180px;
    border-radius: 5px;
}
.b-comphoto-tabs {
    height: 40px;
    list-style: none;
}
.b-comphoto-tabs__item {
    float: left;
    padding: 0 20px;
    line-height: 35px;
    font-size: 18px;
    color: #272727;
}
.b-comphoto-tabs__item_a {
    background: #f2f2f2;
    border-top-right-radius: 4px;
    -webkit-border-top-right-radius: 4px;
    -moz-border-radius-topright: 4px;
    border-top-left-radius: 4px;
    -webkit-border-top-left-radius: 4px;
    -moz-border-radius-topleft: 4px;
}
.b-comphoto-tabs__item a,
.b-comphoto-tabs__item a:visited,
.b-comphoto-tabs__item a:active,
.b-comphoto-tabs__item a:hover {
    color: #cb3327;
    border-bottom: solid 1px #e9e9e9;
    text-decoration: none;
}
.b-comphoto-tabs__item_a a,
.b-comphoto-tabs__item_a a:visited,
.b-comphoto-tabs__item_a a:active,
.b-comphoto-tabs__item_a a:hover {
    color: #272727;
    border-bottom: 0;
    cursor: default;
    text-decoration: none;
}

.b-comphoto-tabs__item:not(.b-comphoto-tabs__item_a) a:hover {
    color: #cb3327;
    border-bottom: solid 1px #cb3327;
}
.b-competition-list_main {
    padding-left: 20px;
}
.b-competition-list {
    list-style: none;
    padding-top: 10px;
}
.b-competition-list__item {
    overflow: hidden;
    padding: 10px 0 0;
    /*height: 60px;*/
}
.b-competition-list__title {
    font-size: 18px;
    color: #161616;
    line-height: 20px;
}
.b-competition-list__title a, .b-competition-list__title a:visited {
    color: #161616;
}

.b-competition-list__desc {
    font-size: 15px;
    color: #666;
    padding: 1px 0 0;
    line-height: 20px;
}
.b-other-subjects {
    padding: 20px;
    border-radius: 5px;
    background: #fffbeb;
}
.b-other-subjects__group {
    margin: -6px 0 3px;
    padding: 0;
    white-space: nowrap;
    font-weight: normal;
    font-size: 24px;
}
.b-other-subjects__group a, .b-other-subjects__group a:active, .b-other-subjects__group a:visited, .b-other-subjects__group a:hover {
    color: #000;
}
.b-other-subjects__title {
    margin: 0 0 12px;
    color: #161616;
    font-size: 36px;
    line-height: 36px;
}
.b-other-subjects__photo {
    float: left;
    overflow: hidden;
    margin: 3px 20px 0 0;
    width: 80px;
    height: 60px;
}
.b-other-subjects__photo img{
    width: 100%;
}
.b-other-subjects__count {
    margin: 0 0 0 100px;
    line-height: 1.4;
}
.b-other-subjects__count__item {
    display: block;
    color: #272727;
    list-style: none;
    font-size: 15px;
}
.b-other-subjects__count__item span {
    color: #b1221e;
}
.b-other-subjects__count__item a,
.b-other-subjects__count__item a:visited,
.b-other-subjects__count__item a:active,
.b-other-subjects__count__item a:hover {
    border-bottom: solid 1px #e9e9e9;
    color: #272727;
    text-decoration: none;
}
.b-other-subjects__count__item a:hover {
    border-bottom: solid 1px #272727;
}
.b-other-subjects-list {
    /*margin: -3px 0 0;*/
    list-style: none;
}
.b-other-subjects-list__item {
    overflow: hidden;
}
.b-other-subjects-list__date {
    padding: 14px 0 0;
    color: #999;
    font-size: 15px;
}
.b-other-subjects-list__title {
    padding: 3px 0 0;
    color: #161616;
    line-height: 20px;
    font-size: 18px;
}
.b-other-subjects-list__title a, .b-other-subjects-list__title a:visited {
    color: #161616;
}
.b-competition-list__title__photo-count {
    display: inline-block;
    position: relative;
    padding: 0 0 0 22px;
    margin: 0 0 0 15px;
    font-size: 15px;
}
.b-competition-list__title__photo-count span {
    position: absolute;
    left: 0;
    top: 2px;
    width: 16px;
    height: 15px;
    background: url(../images/bgs.png) -17px -72px no-repeat;
}
.instagram-media{
    margin: 0 auto !important;
}
@media screen and (max-width: 1250px) {
    .bookmarks-nav {
        width: 63%;
    }

    .header-menu {
        width: 84.7%;
    }

    .news-one__cont {
        max-width: 65%;
    }

    .photo-day-desc {
        max-width: 21%;
    }
}

@media screen and (max-width: 1200px) {
    .entrance-btn {
        width: 120px;
        margin-left: 10px;
    }
    .news-one__img {
        width: 34%;
    }

    .bookmarks-nav-list__item {
        padding: 0 5px;
    }

    .bookmarks-nav-list__link {
        font-size: 0.9375rem;
    }

    .bookmarks-nav {
        width: 58%;
    }

    .header-logo {
        float: left;
        margin: 11px 0 0;
        width: 23%;
    }

    .header-logo__img {
        width: 100%;
    }

    .header-menu {
        width: 81%;
    }

    .header-menu-list__link {
        font-size: 0.9375rem;
        padding: 0 5px;
    }

    .big-slid-img {
        width: 100%;
    }

    .big-slid:after {
        content: '';
        display: none;
    }

    .big-slid-img .big-slid-img__cont {
        display: none;
    }
    .big-slid-img.slick-initialized .big-slid-img__cont{
        display: block;
    }

    .photo-day__img {
        width: 60%;
    }

    .photo-day__img img {
        width: 100%;
        height: auto;
    }

    .photo-day-desc {
        max-width: 36%;
    }

    .photo-day-desc__title {
        font-size: 1.875rem;
        line-height: 1.875rem;
    }

    .photo-day-desc__autor {
        padding: 20px 0;
    }

    .news-setion {
        height: 300px;
    }

    .footer-nav__link {
        font-size: 0.9375rem;
        padding: 0 5px;
    }

    .photo-all-box .news-one__cont {
        max-width: 360px;
    }
}

@media screen and (max-width: 999px) {
    .news-one iframe {
        width: 100% !important;
    }

    .header-logo {
        width: 220px;
    }

    .header-top {
        padding: 0 20px 10px;
        margin: 0;
    }
    .big-slid {
        margin: 0;
    }
    .weather-lebt{
        margin: 0 -0.625rem;
        padding: 4px 10px;
    }

    .header-menu {
        width: 100%;
        border-radius: 0;
        border: none;
    }

    .header-menu-list {
        float: none;
        background-color: #777777;
        padding: 0;
    }

    .header-menu-list__item {
        -moz-column-count: 2;
        -webkit-column-count: 2;
        column-count: 2;
        display: block;
        border-top: 1px solid #929292;
    }

    .header-menu-list__link {
        display: block;
        color: #ffffff;
        font-size: 1.0625rem;
        padding: 5px 10px;
    }

    .header-burg {
        display: block;
    }

    .js-menu {
        display: none;
        /*position: absolute;*/
        z-index: 99;
        left: 0;
        right: 0;
    }

    .js-burg {
        position: relative;
    }

    .js-burg.active:before {
        content: '';
        border-bottom: 9px solid #575757;
        border-left: 9px solid transparent;
        border-right: 9px solid transparent;
        position: absolute;
        bottom: -15px;
        right: 10px;
    }

    .header-menu-list__item {
        border-radius: 0;
        margin: 0;
    }

    .header-menu-list__item.active {
        background: -webkit-linear-gradient(#777777, #777777) top repeat;
        background: linear-gradient(#777777, #777777) top repeat;
    }

    .header {
        margin: 0 0 10px;
    }

    .b-photo-storys__img span {
        display: none;
    }

    .b-photo-storys__img img {
        margin: 0 0 0 7px;
    }

    .b-photo-storys__img {
        margin: 5px 0;
        width: 280px;
        height: 100%;
    }

    .mob-h {
        display: block;
        font-size: 1.5rem;
        border-bottom: 1px solid #c0c0be;
        position: relative;
        margin: 0 0 10px;
        padding: 0 10px;
        text-decoration: none;
    }

    .mob-h:hover {
        text-decoration: none;
    }

    .mob-h:after {
        content: '';
        width: 135px;
        height: 1px;
        background-color: #dd3e2e;
        position: absolute;
        bottom: -1px;
        right: 0;
        left: 10px;
    }
    .photoreport_to_change{
        display: none !important;
    }
    .photoreports-box {
        margin: 0 -0.625rem 30px;
    }

    .photo-day {
        box-shadow: none;
        margin: 0 0 10px;
    }

    .photo-day__img {
        width: 100%;
        margin: 0;
        padding: 20px;
        float: none;
    }

    .photo-day-desc {
        max-width: 100%;
        margin: 0;
        float: none;
        padding: 0 20px 20px;
    }
    .photo-day-buy {
        display: none;
    }

    .photo-day-desc__autor {
        font-size: 1rem;
        color: #000;
        line-height: 1.25rem;
        padding: 5px 0;
    }

    .photo-day-desc__title{
        display: inline-block;
        font-size: 1.5rem;
    }

    .photo-day__head {
        color: #ffffff;
    }

    .photo-day-box-ind .photo-day__head {
        background: -webkit-linear-gradient(#f4f4f4, #f4f4f4) top repeat;
        background: linear-gradient(#f4f4f4, #f4f4f4) top repeat;
    }

    .photo-day-box-ind .photo-day__img {
        padding-bottom: 10px;
    }

    .photo-day-box-ind .photo-day__more {
        display: block;
        text-align: right;
        font-size: 1rem;
        color: #98999d;
    }

    .photo-day-desc__autor {
        color: #ffffff;
    }

    .photo-day-desc__autor span {
        display: inline-block;
        color: #ffffff;
    }

    .mob-btn {
        background: -webkit-linear-gradient(#98999d, #98999d) top repeat;
        background: linear-gradient(#98999d, #98999d) top repeat;
        color: #fff;
        font-size: 1.125rem;
        padding: 13px 0;
        border-radius: 25px;
        margin: 10px auto 20px;
    }

    .bread-crumbs__date {
        display: block;
        margin: 5px 0;
    }

    .bread-crumbs-poz {
        padding: 10px 0;
    }

    .news-one {
        padding: 20px 15px 5px;
    }

    .news-one__cont{
        padding: 0;
    }
    .news-one__title {
        margin: 10px 0;
    }
    .news-one__desc{
        margin: 0 25px 10px 0;
    }
    .temses-list {
        margin: 10px 0;
    }

    .news-one-img {
        text-align: center;
        padding: 0 10px;
    }

    .news-one__text {
        padding: 0 5px;
    }

    .news-one__dop {
        padding: 5px 0;
    }

    .report-slid-nav1 {
        padding: 10px 20px;
    }

    .report-slid-nav1 .report-slid-next {
        right: 0;
    }

    .report-slid-nav1 .report-slid-prev {
        left: 0;
    }

    .report-slid-nav1 .slick-slide {
        margin: 0 5px;
    }

    .report-slid-wr {
        padding: 0;
    }

    .photorepots-btn {
        padding: 0 0 20px;
    }

    .photorepots-btn__title {
        color: #98999d;
    }

    .wid-photo .wid-photo__des {
        padding-bottom: 0;
    }

    .wid-photo .btn {
        background-color: transparent;
        display: block;
        text-align: right;
        background: -webkit-linear-gradient(transparent, transparent) top repeat;
        background: linear-gradient(transparent, transparent) top repeat;
        color: #98999d;
    }

    .quote-box {
        background-color: transparent;
        padding: 10px;
        margin: 10px 0;
        font-size: 1.125rem;
        color: #98999d;
        font-style: italic;
        font-family: 'PT Sans Narrow', sans-serif;
    }

    .quote-box:before, .quote-box:after {
        display: none;
    }

    .latest-events-item__date {
        text-align: right;
        padding-right: 10px;
    }

    .latest-events-item {
        border-bottom: 1px solid #c0c0be;
        padding: 10px 0;
    }

    .latest-events {
        padding: 0;
    }

    .contest-img {
        padding: 0 0 10px;
    }

    .box-tabs {
        padding: 0;
    }

    .contest {
        padding: 10px 0;
    }

    .tab-pane {
        padding: 10px 0;
    }

    .header-menu-list__link {
        font-size: 1.125rem;
    }

    .header-menu-list__link:hover {
        color: #ffffff;
        text-decoration: none;
    }

    .header-menu-list__link.js-two {
        position: relative;
        padding-left: 25px;
    }

    .header-menu-list__link.js-two:before {
        content: '';
        background: url("../images/pod-menu.png") 0 0 no-repeat;
        width: 7px;
        height: 12px;
        display: inline-block;
        position: absolute;
        top: 50%;
        left: 10px;
        margin: -7px 0 0;
        -webkit-transition: all .5s ease;
        transition: all .5s ease;
    }

    .header-menu-list__link.js-two.js-two-active:before {
        -webkit-transform: rotate(90deg);
        transform: rotate(90deg);
    }

    .news-one__img:not(.news-one__img-wr) {
        display: none;
    }

    .news-one-interes {
        background-color: #f4f4f4;
    }

    .news-one-interes .news-one__img {
        display: block;
    }
    .redtram-block{
        overflow-x: hidden;
    }
    .footer{
        margin-top: 15px;
        padding-top: 15px;
    }
}

@media screen and (max-width: 1024px) {
    .margin-top-sm {
        margin-top: 5%;
    }
}

@media screen and (max-width: 768px) {
    .news-one {
        border-bottom: 1px solid #c0c0be;
    }

    .news-one__img {
        float: none;
        width: 100%;
        text-align: center;
        margin: 0 0 10px;
    }

    .news-one__cont {
        display: block;
        float: none;
        max-width: 100%;
    }
    .big-slid {
        margin-left: -0.625rem;
        margin-right: -0.625rem;
    }
    .big-slid-img__cont {
        font-size: 0.9375rem;
        height: 55px;
    }

    .news-one__comm {
        display: none;
    }

    .news-one__img-mask {
        display: none;
    }

    .photo-all__title-name {
        margin: 0;
        font-size: 1.0625rem;
    }

    .photo-all__title-photo {
        display: block;
        padding: 5px 0;
    }

    .tape-grup-poz {
        position: static;
    }

    .tape-grup-min {
        height: auto;
        padding: 5px 0;
    }

    .news-one__date {
        text-align: right;
        padding: 0 10px 0 0;
    }
}

@media screen and (max-width: 544px) {
    .contests-item__img {
        float: none;
        margin: 0;
        text-align: center;
    }

    .contests-item__title {
        font-size: 1.125rem;
        line-height: 1.375rem;
    }

    .contests-item__desk {
        color: #999;
    }

    .h1, .h1 {
        padding: 10px 0;
        font-size: 1.5625rem;
    }
}

.scroll-to-top_wrapper {
    position: fixed;
    display: block;
    bottom: 10px;
    right: 10px;
    width: 44px;
    height: 44px;
    pointer-events: none;
    transition: transform .25s;
    transform: scale(0) rotateY(0turn);
    transform-style: preserve-3d;
    z-index: 1000;
    cursor: pointer;
    border-radius: 50%;
}
.scroll-to-top_wrapper_active {
    transform: scale(1) rotateY(0turn);
    pointer-events: auto;
}
.scroll-to-top_wrapper .easter-egg, .scroll-to-top_wrapper .scroll-to-top {
    position: absolute;
    left: 0;
    top: 0;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
}
.scroll-to-top_wrapper .scroll-to-top {
    z-index: 1002;
    transform: rotateY(0deg) translateZ(1px);
}
.scroll-to-top_wrapper .easter-egg {
    z-index: 1001;
    transform: rotateY(180deg) translateZ(-1px);
}

div[id^='adfox_'] {
    display: flex !important;
    justify-content: center !important;
}
a[name],a[name]:hover {
    color:#000;
    text-decoration: none;
}

.footer-bottom--mobile{
    display: none;
}

@media screen and (max-width: 999px) {
    .footer-bottom--mobile{
        display: flex;
    }
    .footer-bottom--mobile a{
        display: inline-block;
        font-size: 0.9375rem;
        color: #484848;
        text-decoration: none;
        border-bottom: solid 1px #bebebe;
        padding: 10px 0 0 0;
        margin-right: 10px;
    }
    .footer-bottom--mobile a:hover{
        color: #484848;
        text-decoration: none;
        border-bottom: solid 1px #484848;
    }
}