/*!
 * OfficeLife v0.0.1
 * 2016-2018 Dmitry Sachko ()
 * Based on Bootstrap 3.3.0
 */
@font-face {
    font-family: NotoSans-Regular;
    font-style: normal;
    font-display: swap;
    font-weight: 400;
    src: local("NotoSans Regular"), local("NotoSans-Regular"), url(../fonts/NotoSans-Regular.woff2) format("woff2"), url(../fonts/NotoSans-Regular.woff) format("woff")
}

.noto-r {
    font-family: NotoSans-Regular, Arial, Helvetica, sans-serif
}

@font-face {
    font-family: NotoSans-Bold;
    font-style: normal;
    font-display: swap;
    font-weight: 400;
    src: local("NotoSans Bold"), local("NotoSans-Bold"), url(../fonts/NotoSans-Bold.woff2) format("woff2"), url(../fonts/NotoSans-Bold.woff) format("woff")
}

.noto-b {
    font-family: NotoSans-Bold, Arial, Helvetica, sans-serif
}

@font-face {
    font-family: NotoSerif-Italic;
    font-style: normal;
    font-display: swap;
    font-weight: 400;
    src: local("NotoSerif Italic"), local("NotoSerif-Italic"), url(../fonts/NotoSerif-Italic.woff2) format("woff2"), url(../fonts/NotoSerif-Italic.woff) format("woff")
}

.noto-i {
    font-family: NotoSerif-Italic, Arial, Helvetica, sans-serif
}

@font-face {
    font-family: OpenSans-Light;
    font-display: swap;
    font-style: normal;
    font-weight: 400;
    src: local("OpenSans Light"), local("OpenSans-Light"), url(../fonts/OpenSans-Light.woff2) format("woff2"), url(../fonts/OpenSans-Light.woff) format("woff")
}

.opens-l {
    font-family: OpenSans-Light, Arial, Helvetica, sans-serif
}

@font-face {
    font-family: OpenSans-Semibold;
    font-style: normal;
    font-display: swap;
    font-weight: 400;
    src: local("OpenSans Medium"), local("OpenSans-Semibold"), url(../fonts/OpenSans-Semibold.woff1) format("woff1"), url(../fonts/OpenSans-Semibold.woff) format("woff")
}

.opens-m {
    font-family: OpenSans-Semibold, Arial, Helvetica, sans-serif
}

@font-face {
    font-family: Xenia-Extended;
    font-style: normal;
    font-display: swap;
    font-weight: 400;
    src: local("Xenia Extended"), local("Xenia-Extended"), url(../fonts/Xenia-Extended.woff2) format("woff2"), url(../fonts/Xenia-Extended.woff) format("woff")
}

.xenia-e {
    font-family: Xenia-Extended, Arial, Helvetica, sans-serif
}

.form-group.focused .form-control, .form-group.focused .input-group-addon {
    background-color: #fff;
    border-color: #7783a0
}

.form-group.changed .input-group-addon {
    background-color: #fff
}

.form-group .input-group-addon {
    width: 50px;
    min-width: 50px;
    display: table-cell;
    background-color: #f6f6f6;
    border: 1px solid #dbe0e2;
    border-radius: 5px;
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
    border-right: none
}

/*! normalize.css v3.0.2 | MIT License | git.io/normalize */
html {
    font-family: sans-serif;
    -ms-text-size-adjust: 100%;
    -webkit-text-size-adjust: 100%
}

body {
    margin: 0
}

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

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

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

[hidden], template {
    display: none
}

a {
    background-color: transparent
}

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

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

b, strong {
    font-weight: 700
}

dfn {
    font-style: italic
}

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

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

small {
    font-size: 80%
}

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

sup {
    top: -.5em
}

sub {
    bottom: -.25em
}

img {
    border: 0
}

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

figure {
    margin: 1em 40px
}

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

pre {
    overflow: auto
}

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

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

button {
    overflow: visible
}

button, select {
    text-transform: none
}

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

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

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

input {
    line-height: normal
}

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

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

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

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

fieldset {
    border: 1px solid silver;
    margin: 0 2px;
    padding: .35em .625em .75em
}

legend {
    border: 0;
    padding: 0
}

textarea {
    overflow: auto
}

optgroup {
    font-weight: 700
}

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

td, th {
    padding: 0
}

* {
    box-sizing: border-box;
    -webkit-appearance: none
}

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

html {
    font-size: 10px;
    -webkit-tap-highlight-color: transparent
}

body {
    font-family: NotoSans-Regular, Helvetica, Arial, sans-serif;
    font-size: 16px;
    line-height: 1.8;
    color: #232937;
    background-color: #eff0f2
}

button, input, select, textarea {
    outline: 0;
    font-family: inherit;
    font-size: inherit;
    line-height: inherit
}

a {
    color: #4878da;
    text-decoration: underline;
    cursor: pointer
}

a:focus, a:hover {
    color: #6797f9;
    text-decoration: underline;
    outline: 0
}

a:active {
    outline: 0
}

.p a:not(.btn):visited, p a:not(.btn):visited, p a:not(.link-more):visited {
    color: #6c237e
}

.p a:not(.btn):focus, .p a:not(.btn):hover, p a:not(.btn):focus, p a:not(.btn):hover, p a:not(.link-more):focus, p a:not(.link-more):hover {
    color: #6797f9
}

.dash, .dot, .lnk, .lnk-pseudo, a {
    transition: all .15s ease
}

figure {
    margin: 0
}

img {
    vertical-align: middle
}

.img-responsive, .modal img {
    display: block;
    max-width: 100%;
    height: auto
}

.img-rounded {
    border-radius: 6px
}

.img-thumbnail {
    padding: 4px;
    line-height: 1.8;
    background-color: #eff0f2;
    border: 1px solid #ddd;
    border-radius: 0;
    transition: all .2s ease-in-out;
    display: inline-block;
    max-width: 100%;
    height: auto
}

.img-circle {
    border-radius: 50%
}

hr {
    margin-top: 28px;
    margin-bottom: 28px;
    border: 0;
    border-top: 1px solid #eee
}

.sr-only {
    position: absolute;
    width: 1px;
    height: 1px;
    margin: -1px;
    padding: 0;
    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
}

.p, p {
    margin: 0 0 1em
}

b, strong {
    font-weight: 400;
    font-family: NotoSans-Bold, Helvetica, Arial, sans-serif
}

i {
    font-style: normal;
    font-family: NotoSerif-Italic, Helvetica, Arial, sans-serif
}

.h1, .h2, .h3, .h4, .h5, .h6, h1, h2, h3, h4, h5, h6 {
    font-family: NotoSans-Bold, Helvetica, Arial, sans-serif;
    font-weight: 400;
    color: #232937;
    word-wrap: break-word;
    text-transform: uppercase
}

.h1, h1 {
    font-size: 36px;
    line-height: 1.1;
    margin: 0 0 1em
}

.h1.small, h1.small {
    font-size: 32px;
    line-height: 1.1;
    margin: 0 0 1em
}

.h2, h2 {
    font-size: 30px;
    line-height: 1.2;
    margin: 2.2em 0 1.85em
}

.h3, h3 {
    font-size: 24px;
    line-height: 1.2;
    margin: 2.2em 0 1.85em
}

.h4, h4 {
    font-size: 18px;
    line-height: 1.3;
    margin: 2em 0 1.2em
}

.h5, h5 {
    font-size: 16px;
    line-height: 1.4;
    margin: 2em 0 1.2em
}

.h6, h6 {
    font-size: 14px;
    line-height: 1.5;
    margin: 2em 0 1.2em
}

.lead {
    font-size: 20px;
    line-height: 1.5;
    margin-top: 1.2em;
    margin-bottom: 1.5em;
    color: #232937
}

.small, small {
    font-size: 87%
}

.mark, mark {
    background: #f5bf00;
    color: #fff;
    padding: 0 5px
}

.conf-mark {
    position: relative;
    background: #ff8b8b;
    color: #fff;
    font-size: 12px;
    padding: 0 5px;
    border-radius: 2px;
    text-transform: none;
    font-family: NotoSans-Regular, Helvetica, Arial, sans-serif
}

.text-left {
    text-align: left
}

.text-right {
    text-align: right
}

.text-center {
    text-align: center
}

.text-justify {
    text-align: justify
}

.text-nowrap {
    white-space: nowrap
}

.text-lowercase {
    text-transform: lowercase
}

.text-uppercase {
    text-transform: uppercase
}

.text-capitalize {
    text-transform: capitalize
}

.text-normal {
    text-transform: none
}

.text-muted {
    color: #777
}

.text-primary {
    color: #428bca
}

a.text-primary:hover {
    color: #3071a9
}

.text-success {
    color: #8ec157
}

a.text-success:hover {
    color: #74a73e
}

.text-info {
    color: #31708f
}

a.text-info:hover {
    color: #245269
}

.text-warning {
    color: #8a6d3b
}

a.text-warning:hover {
    color: #66512c
}

.text-danger {
    color: #d1424f
}

a.text-danger:hover {
    color: #b42c38
}

.bg-primary {
    color: #fff
}

.bg-primary {
    background-color: #428bca
}

a.bg-primary:hover {
    background-color: #3071a9
}

.bg-success {
    background-color: #dff0d8
}

a.bg-success:hover {
    background-color: #c1e2b3
}

.bg-info {
    background-color: #d9edf7
}

a.bg-info:hover {
    background-color: #afd9ee
}

.bg-warning {
    background-color: #fcf8e3
}

a.bg-warning:hover {
    background-color: #f7ecb5
}

.bg-danger {
    background-color: #f2dede
}

a.bg-danger:hover {
    background-color: #e4b9b9
}

.page-header {
    padding-bottom: 13px;
    margin: 56px 0 28px;
    border-bottom: 1px solid #eee
}

.g-wrap ol, .g-wrap ol.list-unstyled, .g-wrap ul, .g-wrap ul.list-unstyled {
    list-style: none;
    padding-left: 0
}

.g-wrap ol:not(.list-reset):not(.list-unstyled), .g-wrap ul:not(.list-reset):not(.list-unstyled) {
    position: relative;
    margin: 1em 0 1.5em;
    padding: 0 0 0 .2em;
    font-size: 16px;
    line-height: 1.46667
}

.g-wrap ol:not(.list-reset):not(.list-unstyled) li, .g-wrap ul:not(.list-reset):not(.list-unstyled) li {
    display: table;
    margin-bottom: .95em;
    border-collapse: separate
}

.ie .g-wrap ol:not(.list-reset):not(.list-unstyled) li, .ie .g-wrap ul:not(.list-reset):not(.list-unstyled) li {
    position: relative;
    padding-left: 1.5em
}

.g-wrap ol:not(.list-reset):not(.list-unstyled) li:before, .g-wrap ul:not(.list-reset):not(.list-unstyled) li:before {
    display: table-cell;
    padding-right: 14px
}

.ie .g-wrap ol:not(.list-reset):not(.list-unstyled) li:before, .ie .g-wrap ul:not(.list-reset):not(.list-unstyled) li:before {
    display: block;
    position: absolute;
    top: 0;
    left: 0
}

.g-wrap ol:not(.list-reset):not(.list-unstyled) ol, .g-wrap ol:not(.list-reset):not(.list-unstyled) ul, .g-wrap ul:not(.list-reset):not(.list-unstyled) ol, .g-wrap ul:not(.list-reset):not(.list-unstyled) ul {
    padding-left: 3px;
    margin: 1.1em 0 .4em
}

.g-wrap ol:not(.list-reset):not(.list-unstyled) ol li, .g-wrap ol:not(.list-reset):not(.list-unstyled) ul li, .g-wrap ul:not(.list-reset):not(.list-unstyled) ol li, .g-wrap ul:not(.list-reset):not(.list-unstyled) ul li {
    margin-bottom: .95em
}

.g-wrap ol:not(.list-reset):not(.list-unstyled) ol li:last-child, .g-wrap ol:not(.list-reset):not(.list-unstyled) ul li:last-child, .g-wrap ul:not(.list-reset):not(.list-unstyled) ol li:last-child, .g-wrap ul:not(.list-reset):not(.list-unstyled) ul li:last-child {
    margin-bottom: 0
}

.g-wrap ol:not(.list-reset):not(.list-unstyled) {
    padding-left: .1em;
    counter-reset: list 0
}

.g-wrap ol:not(.list-reset):not(.list-unstyled) > li:before {
    counter-increment: list;
    content: counter(list) ". ";
    color: #3a5896
}

.g-wrap ol:not(.list-reset):not(.list-unstyled) ol > li:before {
    content: counters(list, ".") ". ";
    color: #3a5896
}

.ie .g-wrap ol:not(.list-reset):not(.list-unstyled) ol > li {
    padding-left: 2.25em
}

.ie .g-wrap ol:not(.list-reset):not(.list-unstyled) ol ol > li {
    padding-left: 3em
}

.ie .g-wrap ol:not(.list-reset):not(.list-unstyled) ol ol ol > li {
    padding-left: 3.75em
}

.ie .g-wrap ol:not(.list-reset):not(.list-unstyled) ol ol ol ol > li {
    padding-left: 4.5em
}

.g-wrap ol:not(.list-reset):not(.list-unstyled).styled > li {
    position: relative;
    padding-left: 38px
}

.g-wrap ol:not(.list-reset):not(.list-unstyled).styled > li:before {
    content: counters(list, ".");
    background: #4878da;
    color: #fff;
    font-weight: 700;
    display: block;
    position: absolute;
    top: -3px;
    left: 0;
    height: 28px;
    line-height: 28px;
    width: 28px;
    padding: 0;
    text-align: center;
    font-size: 14px
}

.g-wrap ul:not(.list-reset):not(.list-unstyled) > li {
    position: relative;
    padding-left: 30px
}

.g-wrap ul:not(.list-reset):not(.list-unstyled) > li:before {
    content: '';
    display: block;
    width: 10px;
    height: 10px;
    border-radius: 50%;
    padding: 0;
    background: #3a5896;
    margin-right: 14px;
    position: absolute;
    top: 6px;
    left: 0
}

.g-wrap ul:not(.list-reset):not(.list-unstyled) ul > li:before {
    content: '';
    display: block;
    width: 10px;
    height: 10px;
    border-radius: 50%;
    padding: 0;
    border: 2px solid #3a5896;
    margin-right: 14px;
    background: 0 0;
    position: absolute;
    top: 6px;
    left: 0
}

.g-wrap ol[start="31"] {
    counter-reset: list 30
}

.g-wrap ol[start="26"] {
    counter-reset: list 25
}

.g-wrap ol[start="21"] {
    counter-reset: list 20
}

.g-wrap ol[start="16"] {
    counter-reset: list 15
}

.g-wrap ol[start="11"] {
    counter-reset: list 10
}

.g-wrap ol[start="6"] {
    counter-reset: list 5
}

.list-inline {
    padding-left: 0;
    list-style: none;
    margin-left: -5px
}

.list-inline > li {
    display: inline-block;
    padding-left: 5px;
    padding-right: 5px
}

dl {
    margin-top: 0;
    margin-bottom: 28px
}

dd, dt {
    line-height: 1.8
}

dt {
    font-family: NotoSans-Bold, Helvetica, Arial, sans-serif
}

dd {
    margin-left: 0
}

.dl-horizontal dd:after, .dl-horizontal dd:before {
    content: " ";
    display: table
}

.dl-horizontal dd:after {
    clear: both
}

abbr[data-original-title], abbr[title] {
    cursor: help;
    border-bottom: 1px dotted #777
}

.initialism {
    font-size: 90%;
    text-transform: uppercase
}

address {
    margin-bottom: 28px;
    font-style: normal;
    line-height: 1.8
}

.container {
    margin-right: auto;
    margin-left: auto;
    padding-left: 10px;
    padding-right: 10px
}

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

.container:after {
    clear: both
}

.container-fluid {
    margin-right: auto;
    margin-left: auto;
    padding-left: 10px;
    padding-right: 10px
}

.container-fluid:after, .container-fluid:before {
    content: " ";
    display: table
}

.container-fluid:after {
    clear: both
}

.row {
    margin-left: -10px;
    margin-right: -10px
}

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

.row:after {
    clear: both
}

.col-lg-1, .col-lg-10, .col-lg-11, .col-lg-12, .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-md-1, .col-md-10, .col-md-11, .col-md-12, .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-sm-1, .col-sm-10, .col-sm-11, .col-sm-12, .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-xs-1, .col-xs-10, .col-xs-11, .col-xs-12, .col-xs-2, .col-xs-3, .col-xs-4, .col-xs-5, .col-xs-6, .col-xs-7, .col-xs-8, .col-xs-9 {
    position: relative;
    min-height: 1px;
    padding-left: 10px;
    padding-right: 10px
}

.col-xs-1, .col-xs-10, .col-xs-11, .col-xs-12, .col-xs-2, .col-xs-3, .col-xs-4, .col-xs-5, .col-xs-6, .col-xs-7, .col-xs-8, .col-xs-9 {
    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%
}

.fade {
    opacity: 0;
    transition: opacity .15s linear
}

.fade.in {
    opacity: 1
}

.collapse {
    display: none;
    visibility: hidden
}

.collapse.in {
    display: block;
    visibility: visible
}

tr.collapse.in {
    display: table-row
}

tbody.collapse.in {
    display: table-row-group
}

.collapsing {
    position: relative;
    height: 0;
    overflow: hidden;
    transition-property: height, visibility;
    transition-duration: .35s;
    transition-timing-function: ease
}

.alert {
    padding: 15px;
    margin-bottom: 28px;
    border: 1px solid transparent;
    border-radius: 0
}

.alert h4 {
    margin-top: 0;
    color: inherit
}

.alert .alert-link {
    font-weight: 700
}

.alert > p, .alert > ul {
    margin-bottom: 0
}

.alert > p + p {
    margin-top: 5px
}

.alert-dismissable, .alert-dismissible {
    padding-right: 35px
}

.alert-dismissable .close, .alert-dismissible .close {
    position: relative;
    top: -2px;
    right: -21px;
    color: inherit
}

.alert-success {
    background-color: #dff0d8;
    border-color: #d6e9c6;
    color: #8ec157
}

.alert-success hr {
    border-top-color: #c9e2b3
}

.alert-success .alert-link {
    color: #74a73e
}

.alert-info {
    background-color: #d9edf7;
    border-color: #bce8f1;
    color: #31708f
}

.alert-info hr {
    border-top-color: #a6e1ec
}

.alert-info .alert-link {
    color: #245269
}

.alert-warning {
    background-color: #fcf8e3;
    border-color: #faebcc;
    color: #8a6d3b
}

.alert-warning hr {
    border-top-color: #f7e1b5
}

.alert-warning .alert-link {
    color: #66512c
}

.alert-danger {
    background-color: #f2dede;
    border-color: #ebccd1;
    color: #d1424f
}

.alert-danger hr {
    border-top-color: #e4b9c0
}

.alert-danger .alert-link {
    color: #b42c38
}

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

.embed-responsive::before {
    display: block;
    content: ""
}

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

.embed-responsive-21by9::before {
    padding-top: 42.85714%
}

.embed-responsive-16by9::before {
    padding-top: 56.25%
}

.embed-responsive-4by3::before {
    padding-top: 75%
}

.embed-responsive-1by1::before {
    padding-top: 100%
}

.media {
    margin-top: 15px
}

.media:first-child {
    margin-top: 0
}

.media-right, .media > .pull-right {
    padding-left: 10px
}

.media-left, .media > .pull-left {
    padding-right: 10px
}

.media-body, .media-left, .media-right {
    display: table-cell;
    vertical-align: top
}

.media-middle {
    vertical-align: middle
}

.media-bottom {
    vertical-align: bottom
}

.media-heading {
    margin-top: 0;
    margin-bottom: 5px
}

.media-list {
    padding-left: 0;
    list-style: none
}

.progress {
    overflow: hidden;
    height: 28px;
    margin-bottom: 28px;
    background-color: #f5f5f5;
    border-radius: 0;
    box-shadow: inset 0 1px 2px rgba(0, 0, 0, .1)
}

.progress-bar {
    float: left;
    width: 0%;
    height: 100%;
    font-size: 14px;
    line-height: 28px;
    color: #fff;
    text-align: center;
    background-color: #428bca;
    box-shadow: inset 0 -1px 0 rgba(0, 0, 0, .15);
    transition: width .6s ease
}

.progress-bar.active, .progress.active .progress-bar {
    -webkit-animation: progress-bar-stripes 2s linear infinite;
    animation: progress-bar-stripes 2s linear infinite
}

.tooltip {
    position: absolute;
    z-index: 1070;
    display: block;
    visibility: visible;
    font-size: 14px;
    line-height: 1.4;
    opacity: 0
}

.tooltip.in {
    opacity: .9
}

.tooltip.top {
    margin-top: -3px;
    padding: 5px 0
}

.tooltip.right {
    margin-left: 3px;
    padding: 0 5px
}

.tooltip.bottom {
    margin-top: 3px;
    padding: 5px 0
}

.tooltip.left {
    margin-left: -3px;
    padding: 0 5px
}

.tooltip-inner {
    max-width: 200px;
    padding: 3px 8px;
    color: #fff;
    text-align: center;
    text-decoration: none;
    background-color: #000;
    border-radius: 0
}

.tooltip-arrow {
    position: absolute;
    width: 0;
    height: 0;
    border-color: transparent;
    border-style: solid
}

.tooltip.top .tooltip-arrow {
    bottom: 0;
    left: 50%;
    margin-left: -5px;
    border-width: 5px 5px 0;
    border-top-color: #000
}

.tooltip.top-left .tooltip-arrow {
    bottom: 0;
    left: 5px;
    border-width: 5px 5px 0;
    border-top-color: #000
}

.tooltip.top-right .tooltip-arrow {
    bottom: 0;
    right: 5px;
    border-width: 5px 5px 0;
    border-top-color: #000
}

.tooltip.right .tooltip-arrow {
    top: 50%;
    left: 0;
    margin-top: -5px;
    border-width: 5px 5px 5px 0;
    border-right-color: #000
}

.tooltip.left .tooltip-arrow {
    top: 50%;
    right: 0;
    margin-top: -5px;
    border-width: 5px 0 5px 5px;
    border-left-color: #000
}

.tooltip.bottom .tooltip-arrow {
    top: 0;
    left: 50%;
    margin-left: -5px;
    border-width: 0 5px 5px;
    border-bottom-color: #000
}

.tooltip.bottom-left .tooltip-arrow {
    top: 0;
    left: 5px;
    border-width: 0 5px 5px;
    border-bottom-color: #000
}

.tooltip.bottom-right .tooltip-arrow {
    top: 0;
    right: 5px;
    border-width: 0 5px 5px;
    border-bottom-color: #000
}

.caret {
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: 2px;
    vertical-align: middle;
    border-top: 4px solid;
    border-right: 4px solid transparent;
    border-left: 4px solid transparent
}

.dropdown {
    position: relative
}

.dropdown-menu {
    position: absolute;
    top: 100%;
    left: 0;
    z-index: 1000;
    display: none;
    float: left;
    min-width: 160px;
    padding: 5px 0;
    margin: 2px 0 0;
    list-style: none;
    font-size: 16px;
    text-align: left;
    background-color: #fff;
    border: 1px solid #ccc;
    border: 1px solid rgba(0, 0, 0, .15);
    border-radius: 0;
    box-shadow: 0 3px 4px rgba(0, 0, 0, .175);
    background-clip: padding-box
}

.dropdown-menu.pull-right {
    right: 0;
    left: auto
}

.dropdown-menu .divider {
    height: 1px;
    margin: 13px 0;
    overflow: hidden;
    background-color: #e5e5e5
}

.dropdown-menu > li > a {
    display: block;
    padding: 3px 20px;
    clear: both;
    font-weight: 400;
    line-height: 1.8;
    color: #333;
    white-space: nowrap
}

.dropdown-menu > li > a:focus, .dropdown-menu > li > a:hover {
    text-decoration: none;
    color: #262626;
    background-color: #f5f5f5
}

.dropdown-menu > .active > a, .dropdown-menu > .active > a:focus, .dropdown-menu > .active > a:hover {
    color: #fff;
    text-decoration: none;
    outline: 0;
    background-color: #428bca
}

.dropdown-menu > .disabled > a, .dropdown-menu > .disabled > a:focus, .dropdown-menu > .disabled > a:hover {
    color: #777
}

.dropdown-menu > .disabled > a:focus, .dropdown-menu > .disabled > a:hover {
    text-decoration: none;
    background-color: transparent;
    background-image: none;
    cursor: not-allowed
}

.open > .dropdown-menu {
    display: block
}

.open > a {
    outline: 0
}

.dropdown-menu-right {
    left: auto;
    right: 0
}

.dropdown-menu-left {
    left: 0;
    right: auto
}

.dropdown-header {
    display: block;
    padding: 3px 20px;
    font-size: 14px;
    line-height: 1.8;
    color: #777;
    white-space: nowrap
}

.dropdown-backdrop {
    position: fixed;
    left: 0;
    right: 0;
    bottom: 0;
    top: 0;
    z-index: 990
}

.pull-right > .dropdown-menu {
    right: 0;
    left: auto
}

.dropup .caret, .navbar-fixed-bottom .dropdown .caret {
    border-top: 0;
    border-bottom: 4px solid;
    content: ""
}

.dropup .dropdown-menu, .navbar-fixed-bottom .dropdown .dropdown-menu {
    top: auto;
    bottom: 100%;
    margin-bottom: 1px
}

.tabs {
    margin: 0
}

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

.tabs:after {
    clear: both
}

.tabs > li {
    float: left;
    position: relative;
    display: block
}

.tabs > li > a {
    text-decoration: none;
    border-bottom: 1px dotted
}

.tabs > li.active > a, .tabs > li.active > a:focus, .tabs > li.active > a:hover {
    color: #000;
    cursor: default;
    border-bottom-color: transparent
}

.tab-cont > .tab-pan {
    display: none;
    visibility: hidden
}

.tab-cont > .active {
    display: block;
    visibility: visible
}

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

.clearfix:after {
    clear: both
}

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

.pull-right {
    float: right !important
}

.pull-left {
    float: left !important
}

.hide {
    display: none !important
}

.show {
    display: block !important
}

.invisible {
    visibility: hidden
}

.text-hide {
    font: 0/0 a;
    color: transparent;
    text-shadow: none;
    background-color: transparent;
    border: 0
}

.hidden {
    display: none !important;
    visibility: hidden !important
}

.affix {
    position: fixed
}

@-webkit-viewport {
    width: device-width
}

@-moz-viewport {
    width: device-width
}

@-ms-viewport {
    width: device-width
}

@-o-viewport {
    width: device-width
}

@viewport {
    width: device-width
}

.visible-lg, .visible-md, .visible-sm, .visible-xs {
    display: none !important
}

.visible-lg-block, .visible-lg-inline, .visible-lg-inline-block, .visible-md-block, .visible-md-inline, .visible-md-inline-block, .visible-sm-block, .visible-sm-inline, .visible-sm-inline-block, .visible-xs-block, .visible-xs-inline, .visible-xs-inline-block {
    display: none !important
}

.visible-print {
    display: none !important
}

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

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

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

[class*=sp-] {
    display: inline-block
}

[class*=sp-]:before {
    content: '';
    display: inline-block;
    background-image: url(../images/sprite.png?38780)
}

.sp-icon-clan-accountants:before {
    background-position: -80px 0;
    width: 22px;
    height: 28px
}

.sp-icon-clan-admin-staff:before {
    background-position: -80px -30px;
    width: 22px;
    height: 27px
}

.sp-icon-clan-admin:before {
    background-position: -27px 0;
    width: 25px;
    height: 29px
}

.sp-icon-clan-anon:before {
    background-position: 0 0;
    width: 25px;
    height: 29px
}

.sp-icon-clan-auto:before {
    background-position: -127px -83px;
    width: 19px;
    height: 26px
}

.sp-icon-clan-banks:before {
    background-position: -104px -58px;
    width: 21px;
    height: 26px
}

.sp-icon-clan-building:before {
    background-position: 0 -119px;
    width: 19px;
    height: 26px
}

.sp-icon-clan-civil:before {
    background-position: -23px -92px;
    width: 21px;
    height: 25px
}

.sp-icon-clan-consulting:before {
    background-position: 0 -31px;
    width: 21px;
    height: 30px
}

.sp-icon-clan-customer-relation:before {
    background-position: 0 -92px;
    width: 21px;
    height: 25px
}

.sp-icon-clan-household:before {
    background-position: -127px 0;
    width: 20px;
    height: 26px
}

.sp-icon-clan-it:before {
    background-position: -21px -119px;
    width: 19px;
    height: 26px
}

.sp-icon-clan-lawyer:before {
    background-position: -49px -31px;
    width: 23px;
    height: 26px
}

.sp-icon-clan-management:before {
    background-position: -73px -63px;
    width: 21px;
    height: 25px
}

.sp-icon-clan-marketing:before {
    background-position: -24px -63px;
    width: 22px;
    height: 27px
}

.sp-icon-clan-media:before {
    background-position: -54px 0;
    width: 24px;
    height: 28px
}

.sp-icon-clan-pharm:before {
    background-position: -104px 0;
    width: 21px;
    height: 27px
}

.sp-icon-clan-production:before {
    background-position: -48px -63px;
    width: 23px;
    height: 25px
}

.sp-icon-clan-purchase:before {
    background-position: -104px -29px;
    width: 21px;
    height: 27px
}

.sp-icon-clan-science:before {
    background-position: 0 -63px;
    width: 22px;
    height: 27px
}

.sp-icon-clan-sport:before {
    background-position: -46px -92px;
    width: 21px;
    height: 25px
}

.sp-icon-clan-staff-management:before {
    background-position: -127px -28px;
    width: 20px;
    height: 26px
}

.sp-icon-clan-tourism:before {
    background-position: -127px -56px;
    width: 20px;
    height: 25px
}

.sp-icon-clan-transport:before {
    background-position: -23px -31px;
    width: 24px;
    height: 26px
}

.sp-icon-clan-workers:before {
    background-position: -69px -92px;
    width: 19px;
    height: 22px
}

.sp-upload-close-hover:before {
    background-position: -78px -119px;
    width: 13px;
    height: 13px
}

.sp-upload-close:before {
    background-position: -93px -119px;
    width: 13px;
    height: 13px
}

.sp-upload:before {
    background-position: -149px 0;
    width: 8px;
    height: 16px
}

.sp-checkbox-checked:before {
    background-position: -90px -92px;
    width: 16px;
    height: 16px
}

.sp-checkbox:before {
    background-position: -108px -92px;
    width: 16px;
    height: 16px
}

.sp-radio-checked:before {
    background-position: -42px -119px;
    width: 16px;
    height: 16px
}

.sp-radio:before {
    background-position: -60px -119px;
    width: 16px;
    height: 16px
}

.sp-breadcrumb:before {
    background-position: -149px -18px;
    width: 4px;
    height: 7px
}

@font-face {
    font-family: sprite;
    src: url(../fonts/sprite.woff2) format("woff2"), url(../fonts/sprite.woff) format("woff")
}

.ic-arrow-check:before, .ic-arrow:before, .ic-calendar:before, .ic-chevron-down:before, .ic-chevron-left:before, .ic-chevron-right:before, .ic-chevron-up:before, .ic-facebook:before, .ic-google:before, .ic-instagram:before, .ic-loop:before, .ic-odnoklassniki:before, .ic-pager-next:before, .ic-pager-prev:before, .ic-pagin-next:before, .ic-pagin-prev:before, .ic-skype:before, .ic-time:before, .ic-twitter:before, .ic-vkontakte:before, .ic-youtube:before, .jq-checkbox:not(.formstyler-img).checked .jq-checkbox__div:before {
    font-family: sprite;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-style: normal;
    font-variant: normal;
    font-weight: 400;
    text-decoration: none;
    text-transform: none
}

.ic-pager-next:before {
    content: ""
}

.ic-pager-prev:before {
    content: ""
}

.ic-pagin-next:before {
    content: ""
}

.ic-pagin-prev:before {
    content: ""
}

.ic-arrow-check:before {
    content: ""
}

.ic-calendar:before {
    content: ""
}

.ic-chevron-down:before {
    content: ""
}

.ic-chevron-left:before {
    content: ""
}

.ic-chevron-right:before {
    content: ""
}

.ic-chevron-up:before {
    content: ""
}

.ic-time:before {
    content: ""
}

.ic-arrow:before {
    content: ""
}

.ic-facebook:before {
    content: ""
}

.ic-google:before {
    content: ""
}

.ic-instagram:before {
    content: ""
}

.ic-loop:before {
    content: ""
}

.ic-odnoklassniki:before {
    content: ""
}

.ic-skype:before {
    content: ""
}

.ic-twitter:before {
    content: ""
}

.ic-vkontakte:before {
    content: ""
}

.ic-youtube:before {
    content: ""
}

[class*=ic2-] {
    display: inline-block
}

[class*=ic2-]:before {
    content: ' ';
    display: inline-block;
    font-size: 10px;
    background-image: url(../images/sprite_svg.svg?38780);
    background-repeat: no-repeat;
    background-size: 6.8em 846.7em
}

.no-svg [class*=ic2-]:before {
    background-image: url(../images/sprite_svg.png?38780)
}

.ic2-aside-arrow-btn:before {
    background-position: -.2em -.2em;
    width: 2.6em;
    height: 2.6em
}

.ic2-big-arrow-next:before {
    background-position: -.2em -3.2em;
    width: 1.8em;
    height: 3em
}

.ic2-big-arrow-prev:before {
    background-position: -.2em -6.6000000000000005em;
    width: 1.8em;
    height: 3em
}

.ic2-breadcrumb-svg:before {
    background-position: -.2em -10em;
    width: 1.6em;
    height: 1.6em
}

.ic2-btn-icon-success:before {
    background-position: -.2em -12em;
    width: .8em;
    height: .6em
}

.ic2-cloudy:before {
    background-position: -.2em -13em;
    width: 6.4em;
    height: 6.4em
}

.ic2-cloudy-day-2:before {
    background-position: -.2em -19.8em;
    width: 6.4em;
    height: 6.4em
}

.ic2-cloudy-day-3:before {
    background-position: -.2em -26.599999999999998em;
    width: 6.4em;
    height: 6.4em
}

.ic2-cloudy-night-1:before {
    background-position: -.2em -33.400000000000006em;
    width: 6.4em;
    height: 6.4em
}

.ic2-cloudy-night-2:before {
    background-position: -.2em -40.2em;
    width: 6.4em;
    height: 6.4em
}

.ic2-cloudy-night-3:before {
    background-position: -.2em -47em;
    width: 6.4em;
    height: 6.4em
}

.ic2-day:before {
    background-position: -.2em -53.800000000000004em;
    width: 6.4em;
    height: 6.4em
}

.ic2-file-icon-check:before {
    background-position: -.2em -60.6em;
    width: .6em;
    height: .4em
}

.ic2-file-icon-info:before {
    background-position: -.2em -61.400000000000006em;
    width: .3em;
    height: .7em
}

.ic2-file-icon-people:before {
    background-position: -.2em -62.5em;
    width: .5em;
    height: .5em
}

.ic2-file-icon-question:before {
    background-position: -.2em -63.400000000000006em;
    width: .6em;
    height: .9em
}

.ic2-file-icon-share:before {
    background-position: -.2em -64.7em;
    width: .6em;
    height: .7em
}

.ic2-icon-404-del:before {
    background-position: -.2em -65.8em;
    width: 2.1969000000000003em;
    height: 2.1969000000000003em
}

.ic2-icon-404-home:before {
    background-position: -.2em -68.4em;
    width: 1.3969em;
    height: 1.3em
}

.ic2-icon-404-home-hover:before {
    background-position: -.2em -70.10000000000001em;
    width: 1.3969em;
    height: 1.3em
}

.ic2-icon-404-home-hover-2:before {
    background-position: -.2em -71.8em;
    width: 1.3969em;
    height: 1.3em
}

.ic2-icon-404-ufo:before {
    background-position: -.2em -73.5em;
    width: 2.2em;
    height: 2.5em
}

.ic2-icon-arr-right:before {
    background-position: -.2em -76.4em;
    width: 1.5em;
    height: 1.1em
}

.ic2-icon-arr-right-hover:before {
    background-position: -.2em -77.9em;
    width: 1.5em;
    height: 1.1em
}

.ic2-icon-arrow-accord:before {
    background-position: -.2em -79.4em;
    width: .4em;
    height: .8em
}

.ic2-icon-arrow-down:before {
    background-position: -.2em -80.60000000000001em;
    width: .9em;
    height: 1.3em
}

.ic2-icon-arrow-up:before {
    background-position: -.2em -82.3em;
    width: .9em;
    height: 1.3em
}

.ic2-icon-arrow-wind:before {
    background-position: -.2em -84em;
    width: .7em;
    height: 1.2em
}

.ic2-icon-arrow-wind-2:before {
    background-position: -.2em -85.60000000000001em;
    width: .7em;
    height: 1.2em
}

.ic2-icon-articles:before {
    background-position: -.2em -87.2em;
    width: 1.3380000000000003em;
    height: 2.0907em
}

.ic2-icon-articles-5:before {
    background-position: -.2em -89.7em;
    width: 1.3em;
    height: 2.0907em
}

.ic2-icon-articles-5-hover:before {
    background-position: -.2em -92.2em;
    width: 1.3em;
    height: 2.0907em
}

.ic2-icon-articles-hover:before {
    background-position: -.2em -94.7em;
    width: 1.3380000000000003em;
    height: 2.0907em
}

.ic2-icon-basket:before {
    background-position: -.2em -97.2em;
    width: 1.8030000000000002em;
    height: 1.7em
}

.ic2-icon-basket-hover:before {
    background-position: -.2em -99.3em;
    width: 1.8030000000000002em;
    height: 1.7em
}

.ic2-icon-basket-mob:before {
    background-position: -.2em -101.4em;
    width: 1.5em;
    height: 1.5em
}

.ic2-icon-bell:before {
    background-position: -.2em -103.3em;
    width: 1.2em;
    height: 1.5em
}

.ic2-icon-bookmark-article:before {
    background-position: -.2em -105.2em;
    width: 1.2em;
    height: 1.8em
}

.ic2-icon-bookmark-article-hover:before {
    background-position: -.2em -107.4em;
    width: 1.2em;
    height: 1.8em
}

.ic2-icon-chevron-down:before {
    background-position: -.2em -109.60000000000001em;
    width: .8029999999999999em;
    height: .5em
}

.ic2-icon-chevron-down-hover:before {
    background-position: -.2em -110.5em;
    width: .8029999999999999em;
    height: .5em
}

.ic2-icon-close:before {
    background-position: -.2em -111.4em;
    width: 1.3969999999999998em;
    height: 1.3969999999999998em
}

.ic2-icon-close-hover:before {
    background-position: -.2em -113.2em;
    width: 1.3969999999999998em;
    height: 1.3969999999999998em
}

.ic2-icon-comment:before {
    background-position: -.2em -115em;
    width: 1.8em;
    height: 1.3em
}

.ic2-icon-comment-active:before {
    background-position: -.2em -116.7em;
    width: 1.8em;
    height: 1.3em
}

.ic2-icon-comment-article:before {
    background-position: -.2em -118.4em;
    width: 1.8em;
    height: 1.3em
}

.ic2-icon-comment-hover:before {
    background-position: -.2em -120.10000000000001em;
    width: 1.8em;
    height: 1.3em
}

.ic2-icon-comment-light:before {
    background-position: -.2em -121.8em;
    width: 1.8em;
    height: 1.3em
}

.ic2-icon-comment-notify:before {
    background-position: -.2em -123.5em;
    width: 1.8em;
    height: 1.2em
}

.ic2-icon-comment-notify-active:before {
    background-position: -.2em -125.10000000000001em;
    width: 1.8em;
    height: 1.2em
}

.ic2-icon-comment-notify-hover:before {
    background-position: -.2em -126.7em;
    width: 1.8em;
    height: 1.2em
}

.ic2-icon-cross:before {
    background-position: -.2em -128.29999999999998em;
    width: 1em;
    height: 1em
}

.ic2-icon-dislike:before {
    background-position: -.2em -129.7em;
    width: 2.1em;
    height: 2em
}

.ic2-icon-dislike-hover:before {
    background-position: -.2em -132.1em;
    width: 2.1em;
    height: 2em
}

.ic2-icon-done:before {
    background-position: -.2em -134.5em;
    width: 1.906em;
    height: 2.1em
}

.ic2-icon-done-hover:before {
    background-position: -.2em -137em;
    width: 1.906em;
    height: 2.1em
}

.ic2-icon-down:before {
    background-position: -.2em -139.5em;
    width: 1.903em;
    height: 2.1em
}

.ic2-icon-down-hover:before {
    background-position: -.2em -142em;
    width: 1.903em;
    height: 2.1em
}

.ic2-icon-edit-pencil:before {
    background-position: -.2em -144.5em;
    width: 2.6em;
    height: 2.6em
}

.ic2-icon-eye-article:before {
    background-position: -.2em -147.5em;
    width: 1.797em;
    height: 1.1em
}

.ic2-icon-field-error:before {
    background-position: -.2em -149em;
    width: 1.5em;
    height: 1.5em
}

.ic2-icon-field-ok:before {
    background-position: -.2em -150.89999999999998em;
    width: 1.703em;
    height: 1.5em
}

.ic2-icon-gear:before {
    background-position: -.2em -152.79999999999998em;
    width: 1.4em;
    height: 1.4em
}

.ic2-icon-gear-hover:before {
    background-position: -.2em -154.6em;
    width: 1.4em;
    height: 1.4em
}

.ic2-icon-help:before {
    background-position: -.2em -156.39999999999998em;
    width: 1.7em;
    height: 1.7em
}

.ic2-icon-index-mobile:before {
    background-position: -.2em -158.5em;
    width: 3.1em;
    height: 3.7em
}

.ic2-icon-index-mobile-light:before {
    background-position: -.2em -162.6em;
    width: 3.1em;
    height: 3.7em
}

.ic2-icon-index-pizzа:before {
    background-position: -.2em -166.7em;
    width: 3.8em;
    height: 4.1em
}

.ic2-icon-index-pizzа-light:before {
    background-position: -.2em -171.2em;
    width: 3.8em;
    height: 4.1em
}

.ic2-icon-like:before {
    background-position: -.2em -175.7em;
    width: 2.097em;
    height: 2em
}

.ic2-icon-like-hover:before {
    background-position: -.2em -178.1em;
    width: 2.097em;
    height: 2em
}

.ic2-icon-login-calendar:before {
    background-position: -.2em -180.5em;
    width: 1.7em;
    height: 1.7em
}

.ic2-icon-login-calendar-error:before {
    background-position: -.2em -182.6em;
    width: 1.7em;
    height: 1.7em
}

.ic2-icon-login-calendar-light:before {
    background-position: -.2em -184.7em;
    width: 1.7em;
    height: 1.7em
}

.ic2-icon-login-calendar-ok:before {
    background-position: -.2em -186.79999999999998em;
    width: 1.7em;
    height: 1.7em
}

.ic2-icon-login-clan:before {
    background-position: -.2em -188.89999999999998em;
    width: 1.9em;
    height: 2.2em
}

.ic2-icon-login-clan-error:before {
    background-position: -.2em -191.5em;
    width: 1.9em;
    height: 2.2em
}

.ic2-icon-login-clan-ok:before {
    background-position: -.2em -194.1em;
    width: 1.9em;
    height: 2.2em
}

.ic2-icon-login-cross:before {
    background-position: -.2em -196.7em;
    width: 1.1em;
    height: 1.1em
}

.ic2-icon-login-email:before {
    background-position: -.2em -198.2em;
    width: 1.8em;
    height: 1.4em
}

.ic2-icon-login-email-error:before {
    background-position: -.2em -200em;
    width: 1.8em;
    height: 1.4em
}

.ic2-icon-login-email-ok:before {
    background-position: -.2em -201.79999999999998em;
    width: 1.8em;
    height: 1.4em
}

.ic2-icon-login-fb:before {
    background-position: -.2em -203.6em;
    width: 3.375em;
    height: 3.4em
}

.ic2-icon-login-goo:before {
    background-position: -.2em -207.39999999999998em;
    width: 3.372em;
    height: 3.4em
}

.ic2-icon-login-in:before {
    background-position: -.2em -211.2em;
    width: 3.4em;
    height: 3.4em
}

.ic2-icon-login-name:before {
    background-position: -.2em -215em;
    width: 1.8em;
    height: 1.9em
}

.ic2-icon-login-name-error:before {
    background-position: -.2em -217.29999999999998em;
    width: 1.8em;
    height: 1.9em
}

.ic2-icon-login-name-ok:before {
    background-position: -.2em -219.6em;
    width: 1.8em;
    height: 1.9em
}

.ic2-icon-login-password:before {
    background-position: -.2em -221.89999999999998em;
    width: 1.7em;
    height: 1.7em
}

.ic2-icon-login-password-error:before {
    background-position: -.2em -224em;
    width: 1.7em;
    height: 1.7em
}

.ic2-icon-login-password-ok:before {
    background-position: -.2em -226.1em;
    width: 1.7em;
    height: 1.7em
}

.ic2-icon-login-phone:before {
    background-position: -.2em -228.2em;
    width: 1.9em;
    height: 1.9em
}

.ic2-icon-login-phone-error:before {
    background-position: -.2em -230.5em;
    width: 1.9em;
    height: 1.9em
}

.ic2-icon-login-phone-ok:before {
    background-position: -.2em -232.79999999999998em;
    width: 1.9em;
    height: 1.9em
}

.ic2-icon-login-vk:before {
    background-position: -.2em -235.1em;
    width: 3.375em;
    height: 3.4em
}

.ic2-icon-mail:before {
    background-position: -.2em -238.89999999999998em;
    width: 1.8em;
    height: 1.4em
}

.ic2-icon-mail-5:before {
    background-position: -.2em -240.7em;
    width: 1.8em;
    height: 1.4em
}

.ic2-icon-mail-5-hover:before {
    background-position: -.2em -242.5em;
    width: 1.8em;
    height: 1.4em
}

.ic2-icon-mail-error:before {
    background-position: -.2em -244.29999999999998em;
    width: 1.8em;
    height: 1.4em
}

.ic2-icon-mistake:before {
    background-position: -.2em -246.1em;
    width: 1.9094000000000002em;
    height: 1.6719000000000002em
}

.ic2-icon-mistake-hover:before {
    background-position: -.2em -248.2em;
    width: 1.9094000000000002em;
    height: 1.6719000000000002em
}

.ic2-icon-navbar-dashboard:before {
    background-position: -.2em -250.29999999999998em;
    width: 1.9em;
    height: 1.9em
}

.ic2-icon-navbar-dashboard-hover:before {
    background-position: -.2em -252.6em;
    width: 1.9em;
    height: 1.9em
}

.ic2-icon-navbar-magazine:before {
    background-position: -.2em -254.89999999999998em;
    width: 2.178em;
    height: 2.3em
}

.ic2-icon-navbar-magazine-hover:before {
    background-position: -.2em -257.59999999999997em;
    width: 2.178em;
    height: 2.3em
}

.ic2-icon-navbar-mytab:before {
    background-position: -.2em -260.3em;
    width: 1.0470000000000002em;
    height: 1.6809999999999998em
}

.ic2-icon-navbar-mytab-hover:before {
    background-position: -.2em -262.4em;
    width: 1.0470000000000002em;
    height: 1.6809999999999998em
}

.ic2-icon-navbar-notice:before {
    background-position: -.2em -264.5em;
    width: 1.741em;
    height: 1.6781em
}

.ic2-icon-navbar-notice-hover:before {
    background-position: -.2em -266.59999999999997em;
    width: 1.741em;
    height: 1.6781em
}

.ic2-icon-no-alco:before {
    background-position: -.2em -268.7em;
    width: 4.9030000000000005em;
    height: 5em
}

.ic2-icon-order-status-pending:before {
    background-position: -.2em -274.09999999999997em;
    width: 1.4em;
    height: 1.3em
}

.ic2-icon-reply:before {
    background-position: -.2em -275.8em;
    width: 1.3em;
    height: 3.7em
}

.ic2-icon-search-loop:before {
    background-position: -.2em -279.9em;
    width: 1.797em;
    height: 1.9em
}

.ic2-icon-search-loop-gray:before {
    background-position: -.2em -282.2em;
    width: 1.4em;
    height: 1.4em
}

.ic2-icon-search-loop-gray-focus:before {
    background-position: -.2em -284em;
    width: 1.4em;
    height: 1.4em
}

.ic2-icon-search-loop-hover:before {
    background-position: -.2em -285.8em;
    width: 1.797em;
    height: 1.9em
}

.ic2-icon-sharing:before {
    background-position: -.2em -288.09999999999997em;
    width: 1.809em;
    height: 2.091em
}

.ic2-icon-sharing-5:before {
    background-position: -.2em -290.59999999999997em;
    width: 1.809em;
    height: 2.091em
}

.ic2-icon-sharing-5-hover:before {
    background-position: -.2em -293.09999999999997em;
    width: 1.809em;
    height: 2.091em
}

.ic2-icon-sharing-article:before {
    background-position: -.2em -295.59999999999997em;
    width: 1.6em;
    height: 1.7em
}

.ic2-icon-sharing-hover:before {
    background-position: -.2em -297.7em;
    width: 1.809em;
    height: 2.091em
}

.ic2-icon-sharing-small:before {
    background-position: -.2em -300.2em;
    width: 1.6em;
    height: 1.7em
}

.ic2-icon-sidebar-mag:before {
    background-position: -.2em -302.3em;
    width: 1.8em;
    height: 2.2em
}

.ic2-icon-sl-next:before {
    background-position: -.2em -304.9em;
    width: 1.4em;
    height: 1.1031em
}

.ic2-icon-sl-next-hover:before {
    background-position: -.2em -306.5em;
    width: 1.4em;
    height: 1.1031em
}

.ic2-icon-sl-prev:before {
    background-position: -.2em -308.09999999999997em;
    width: 1.425em;
    height: 1.1125em
}

.ic2-icon-sl-prev-hover:before {
    background-position: -.2em -309.7em;
    width: 1.425em;
    height: 1.1125em
}

.ic2-icon-soc-blog:before {
    background-position: -.2em -311.3em;
    width: 1.6em;
    height: 1.6em
}

.ic2-icon-soc-blog-1:before {
    background-position: -.2em -313.3em;
    width: 1.6em;
    height: 1.6em
}

.ic2-icon-soc-blog-hover:before {
    background-position: -.2em -315.3em;
    width: 1.6em;
    height: 1.6em
}

.ic2-icon-soc-blog-hover-3:before {
    background-position: -.2em -317.3em;
    width: 1.6em;
    height: 1.6em
}

.ic2-icon-soc-deli:before {
    background-position: -.2em -319.3em;
    width: 1.6em;
    height: 1.6em
}

.ic2-icon-soc-deli-1:before {
    background-position: -.2em -321.3em;
    width: 1.6em;
    height: 1.6em
}

.ic2-icon-soc-deli-hover:before {
    background-position: -.2em -323.3em;
    width: 1.6em;
    height: 1.6em
}

.ic2-icon-soc-deli-hover-3:before {
    background-position: -.2em -325.3em;
    width: 1.6em;
    height: 1.6em
}

.ic2-icon-soc-digg:before {
    background-position: -.2em -327.3em;
    width: 2.7em;
    height: 1.6em
}

.ic2-icon-soc-digg-1:before {
    background-position: -.2em -329.3em;
    width: 2.7em;
    height: 1.6em
}

.ic2-icon-soc-digg-hover:before {
    background-position: -.2em -331.3em;
    width: 2.7em;
    height: 1.6em
}

.ic2-icon-soc-digg-hover-3:before {
    background-position: -.2em -333.3em;
    width: 2.7em;
    height: 1.6em
}

.ic2-icon-soc-evernote:before {
    background-position: -.2em -335.3em;
    width: 1.5em;
    height: 1.9em
}

.ic2-icon-soc-evernote-1:before {
    background-position: -.2em -337.59999999999997em;
    width: 1.5em;
    height: 1.9em
}

.ic2-icon-soc-evernote-hover:before {
    background-position: -.2em -339.9em;
    width: 1.5em;
    height: 1.9em
}

.ic2-icon-soc-evernote-hover-3:before {
    background-position: -.2em -342.2em;
    width: 1.5em;
    height: 1.9em
}

.ic2-icon-soc-fb:before {
    background-position: -.2em -344.5em;
    width: 1.6em;
    height: 1.6em
}

.ic2-icon-soc-fb-1:before {
    background-position: -.2em -346.5em;
    width: 1.6em;
    height: 1.6em
}

.ic2-icon-soc-fb-hover:before {
    background-position: -.2em -348.5em;
    width: 1.6em;
    height: 1.6em
}

.ic2-icon-soc-fb-hover-3:before {
    background-position: -.2em -350.5em;
    width: 1.6em;
    height: 1.6em
}

.ic2-icon-soc-fb-profile:before {
    background-position: -.2em -352.5em;
    width: 1.6em;
    height: 1.6em
}

.ic2-icon-soc-goo:before {
    background-position: -.2em -354.5em;
    width: 2.5em;
    height: 1.7em
}

.ic2-icon-soc-goo-1:before {
    background-position: -.2em -356.59999999999997em;
    width: 2.5em;
    height: 1.7em
}

.ic2-icon-soc-goo-hover:before {
    background-position: -.2em -358.7em;
    width: 2.5em;
    height: 1.7em
}

.ic2-icon-soc-goo-hover-3:before {
    background-position: -.2em -360.8em;
    width: 2.5em;
    height: 1.7em
}

.ic2-icon-soc-goo-profile:before {
    background-position: -.2em -362.9em;
    width: 2.5em;
    height: 1.7em
}

.ic2-icon-soc-in:before {
    background-position: -.2em -365em;
    width: 1.7em;
    height: 1.6em
}

.ic2-icon-soc-in-1:before {
    background-position: -.2em -367em;
    width: 1.7em;
    height: 1.6em
}

.ic2-icon-soc-in-hover:before {
    background-position: -.2em -369em;
    width: 1.7em;
    height: 1.6em
}

.ic2-icon-soc-in-hover-3:before {
    background-position: -.2em -371em;
    width: 1.7em;
    height: 1.6em
}

.ic2-icon-soc-instagram:before {
    background-position: -.2em -373em;
    width: 1.6em;
    height: 1.6em
}

.ic2-icon-soc-instagram-1:before {
    background-position: -.2em -375em;
    width: 1.6em;
    height: 1.6em
}

.ic2-icon-soc-instagram-hover:before {
    background-position: -.2em -377em;
    width: 1.6em;
    height: 1.6em
}

.ic2-icon-soc-instagram-hover-3:before {
    background-position: -.2em -379em;
    width: 1.6em;
    height: 1.6em
}

.ic2-icon-soc-lj:before {
    background-position: -.2em -381em;
    width: 1.6969em;
    height: 1.6969999999999998em
}

.ic2-icon-soc-lj-1:before {
    background-position: -.2em -383.09999999999997em;
    width: 1.6969em;
    height: 1.6969999999999998em
}

.ic2-icon-soc-lj-hover:before {
    background-position: -.2em -385.2em;
    width: 1.6969em;
    height: 1.6969999999999998em
}

.ic2-icon-soc-lj-hover-3:before {
    background-position: -.2em -387.3em;
    width: 1.6969em;
    height: 1.6969999999999998em
}

.ic2-icon-soc-ok:before {
    background-position: -.2em -389.4em;
    width: 1em;
    height: 1.7em
}

.ic2-icon-soc-ok-1:before {
    background-position: -.2em -391.5em;
    width: 1em;
    height: 1.7em
}

.ic2-icon-soc-ok-hover:before {
    background-position: -.2em -393.59999999999997em;
    width: 1em;
    height: 1.7em
}

.ic2-icon-soc-ok-hover-3:before {
    background-position: -.2em -395.7em;
    width: 1em;
    height: 1.7em
}

.ic2-icon-soc-pin:before {
    background-position: -.2em -397.8em;
    width: 1.2em;
    height: 1.597em
}

.ic2-icon-soc-pin-1:before {
    background-position: -.2em -399.8em;
    width: 1.2em;
    height: 1.597em
}

.ic2-icon-soc-pin-hover:before {
    background-position: -.2em -401.8em;
    width: 1.2em;
    height: 1.597em
}

.ic2-icon-soc-pin-hover-3:before {
    background-position: -.2em -403.8em;
    width: 1.2em;
    height: 1.597em
}

.ic2-icon-soc-pocket:before {
    background-position: -.2em -405.8em;
    width: 1.8em;
    height: 1.7em
}

.ic2-icon-soc-pocket-1:before {
    background-position: -.2em -407.9em;
    width: 1.8em;
    height: 1.7em
}

.ic2-icon-soc-pocket-hover:before {
    background-position: -.2em -410em;
    width: 1.8em;
    height: 1.7em
}

.ic2-icon-soc-pocket-hover-3:before {
    background-position: -.2em -412.09999999999997em;
    width: 1.8em;
    height: 1.7em
}

.ic2-icon-soc-qzone:before {
    background-position: -.2em -414.2em;
    width: 1.8em;
    height: 1.7em
}

.ic2-icon-soc-qzone-1:before {
    background-position: -.2em -416.3em;
    width: 1.8em;
    height: 1.7em
}

.ic2-icon-soc-qzone-hover:before {
    background-position: -.2em -418.4em;
    width: 1.8em;
    height: 1.7em
}

.ic2-icon-soc-qzone-hover-3:before {
    background-position: -.2em -420.5em;
    width: 1.8em;
    height: 1.7em
}

.ic2-icon-soc-reddit:before {
    background-position: -.2em -422.59999999999997em;
    width: 1.6em;
    height: 1.6em
}

.ic2-icon-soc-reddit-1:before {
    background-position: -.2em -424.59999999999997em;
    width: 1.6em;
    height: 1.6em
}

.ic2-icon-soc-reddit-hover:before {
    background-position: -.2em -426.59999999999997em;
    width: 1.6em;
    height: 1.6em
}

.ic2-icon-soc-reddit-hover-3:before {
    background-position: -.2em -428.59999999999997em;
    width: 1.6em;
    height: 1.6em
}

.ic2-icon-soc-renren:before {
    background-position: -.2em -430.59999999999997em;
    width: 1.8em;
    height: 1.8em
}

.ic2-icon-soc-renren-1:before {
    background-position: -.2em -432.8em;
    width: 1.8em;
    height: 1.8em
}

.ic2-icon-soc-renren-hover:before {
    background-position: -.2em -435em;
    width: 1.8em;
    height: 1.8em
}

.ic2-icon-soc-renren-hover-3:before {
    background-position: -.2em -437.2em;
    width: 1.8em;
    height: 1.8em
}

.ic2-icon-soc-sirfb:before {
    background-position: -.2em -439.4em;
    width: 2.1em;
    height: 1.8em
}

.ic2-icon-soc-sirfb-1:before {
    background-position: -.2em -441.59999999999997em;
    width: 2.1em;
    height: 1.8em
}

.ic2-icon-soc-sirfb-hover:before {
    background-position: -.2em -443.8em;
    width: 2.1em;
    height: 1.8em
}

.ic2-icon-soc-sirfb-hover-3:before {
    background-position: -.2em -446em;
    width: 2.1em;
    height: 1.8em
}

.ic2-icon-soc-skype:before {
    background-position: -.2em -448.2em;
    width: 1.8em;
    height: 1.8em
}

.ic2-icon-soc-skype-1:before {
    background-position: -.2em -450.4em;
    width: 1.8em;
    height: 1.8em
}

.ic2-icon-soc-skype-hover:before {
    background-position: -.2em -452.59999999999997em;
    width: 1.8em;
    height: 1.8em
}

.ic2-icon-soc-skype-hover-3:before {
    background-position: -.2em -454.8em;
    width: 1.8em;
    height: 1.8em
}

.ic2-icon-soc-t:before {
    background-position: -.2em -457em;
    width: 1.2em;
    height: 2em
}

.ic2-icon-soc-t-1:before {
    background-position: -.2em -459.4em;
    width: 1.2em;
    height: 2em
}

.ic2-icon-soc-t-hover:before {
    background-position: -.2em -461.8em;
    width: 1.2em;
    height: 2em
}

.ic2-icon-soc-t-hover-3:before {
    background-position: -.2em -464.2em;
    width: 1.2em;
    height: 2em
}

.ic2-icon-soc-telegram:before {
    background-position: -.2em -466.59999999999997em;
    width: 1.6em;
    height: 1.6em
}

.ic2-icon-soc-telegram-1:before {
    background-position: -.2em -468.59999999999997em;
    width: 1.6em;
    height: 1.6em
}

.ic2-icon-soc-telegram-hover:before {
    background-position: -.2em -470.59999999999997em;
    width: 1.6em;
    height: 1.6em
}

.ic2-icon-soc-telegram-hover-3:before {
    background-position: -.2em -472.59999999999997em;
    width: 1.6em;
    height: 1.6em
}

.ic2-icon-soc-tw:before {
    background-position: -.2em -474.59999999999997em;
    width: 1.6em;
    height: 1.6em
}

.ic2-icon-soc-tw-1:before {
    background-position: -.2em -476.59999999999997em;
    width: 1.6em;
    height: 1.6em
}

.ic2-icon-soc-tw-hover:before {
    background-position: -.2em -478.59999999999997em;
    width: 1.6em;
    height: 1.6em
}

.ic2-icon-soc-tw-hover-3:before {
    background-position: -.2em -480.59999999999997em;
    width: 1.6em;
    height: 1.6em
}

.ic2-icon-soc-tw-profile:before {
    background-position: -.2em -482.59999999999997em;
    width: 1.6em;
    height: 1.6em
}

.ic2-icon-soc-tweibo:before {
    background-position: -.2em -484.59999999999997em;
    width: 2.2em;
    height: 1.9em
}

.ic2-icon-soc-tweibo-1:before {
    background-position: -.2em -486.9em;
    width: 2.2em;
    height: 1.9em
}

.ic2-icon-soc-tweibo-hover:before {
    background-position: -.2em -489.2em;
    width: 2.2em;
    height: 1.9em
}

.ic2-icon-soc-tweibo-hover-3:before {
    background-position: -.2em -491.5em;
    width: 2.2em;
    height: 1.9em
}

.ic2-icon-soc-viber:before {
    background-position: -.2em -493.8em;
    width: 1.5561999999999998em;
    height: 1.6em
}

.ic2-icon-soc-viber-1:before {
    background-position: -.2em -495.8em;
    width: 1.5561999999999998em;
    height: 1.6em
}

.ic2-icon-soc-viber-hover:before {
    background-position: -.2em -497.8em;
    width: 1.5561999999999998em;
    height: 1.6em
}

.ic2-icon-soc-viber-hover-3:before {
    background-position: -.2em -499.8em;
    width: 1.5561999999999998em;
    height: 1.6em
}

.ic2-icon-soc-vk:before {
    background-position: -.2em -501.8em;
    width: 2.8em;
    height: 1.6em
}

.ic2-icon-soc-vk-1:before {
    background-position: -.2em -503.8em;
    width: 2.8em;
    height: 1.6em
}

.ic2-icon-soc-vk-hover:before {
    background-position: -.2em -505.8em;
    width: 2.8em;
    height: 1.6em
}

.ic2-icon-soc-vk-hover-3:before {
    background-position: -.2em -507.8em;
    width: 2.8em;
    height: 1.6em
}

.ic2-icon-soc-vk-profile:before {
    background-position: -.2em -509.8em;
    width: 2.8em;
    height: 1.6em
}

.ic2-icon-soc-weibo:before {
    background-position: -.2em -511.8em;
    width: 2.3em;
    height: 2em
}

.ic2-icon-soc-weibo-1:before {
    background-position: -.2em -514.2em;
    width: 2.3em;
    height: 2em
}

.ic2-icon-soc-weibo-hover:before {
    background-position: -.2em -516.6em;
    width: 2.3em;
    height: 2em
}

.ic2-icon-soc-weibo-hover-3:before {
    background-position: -.2em -519em;
    width: 2.3em;
    height: 2em
}

.ic2-icon-soc-whatsapp:before {
    background-position: -.2em -521.4000000000001em;
    width: 2em;
    height: 2em
}

.ic2-icon-soc-whatsapp-1:before {
    background-position: -.2em -523.8000000000001em;
    width: 2em;
    height: 2em
}

.ic2-icon-soc-whatsapp-hover:before {
    background-position: -.2em -526.2em;
    width: 2em;
    height: 2em
}

.ic2-icon-soc-whatsapp-hover-3:before {
    background-position: -.2em -528.6em;
    width: 2em;
    height: 2em
}

.ic2-icon-soc-youtube:before {
    background-position: -.2em -531em;
    width: 2.2em;
    height: 1.6em
}

.ic2-icon-soc-youtube-1:before {
    background-position: -.2em -533em;
    width: 2.2em;
    height: 1.6em
}

.ic2-icon-soc-youtube-hover:before {
    background-position: -.2em -535em;
    width: 2.2em;
    height: 1.6em
}

.ic2-icon-soc-youtube-hover-3:before {
    background-position: -.2em -537em;
    width: 2.2em;
    height: 1.6em
}

.ic2-icon-subnews:before {
    background-position: -.2em -539em;
    width: 1.7em;
    height: 1.6em
}

.ic2-icon-title-blogs:before {
    background-position: -.2em -541em;
    width: 2.475em;
    height: 2.528em
}

.ic2-icon-title-books:before {
    background-position: -.2em -544em;
    width: 2.5594em;
    height: 2.353em
}

.ic2-icon-title-conf:before {
    background-position: -.2em -546.8000000000001em;
    width: 2.7em;
    height: 2.7em
}

.ic2-icon-title-directory:before {
    background-position: -.2em -549.9000000000001em;
    width: 2.1313em;
    height: 2.5309999999999997em
}

.ic2-icon-title-hitech:before {
    background-position: -.2em -552.9000000000001em;
    width: 2.4687em;
    height: 2.528em
}

.ic2-icon-title-live:before {
    background-position: -.2em -555.9000000000001em;
    width: 2.6437em;
    height: 2.9620000000000006em
}

.ic2-icon-title-money:before {
    background-position: -.2em -559.3000000000001em;
    width: 2.5em;
    height: 2.5em
}

.ic2-icon-title-news:before {
    background-position: -.2em -562.2em;
    width: 2.6437em;
    height: 2.356em
}

.ic2-icon-title-outside:before {
    background-position: -.2em -565em;
    width: 2.4718em;
    height: 2.79em
}

.ic2-icon-title-ratings:before {
    background-position: -.2em -568.2em;
    width: 2.6437em;
    height: 2.357em
}

.ic2-icon-title-reviews:before {
    background-position: -.2em -571em;
    width: 2.475em;
    height: 2.7030000000000003em
}

.ic2-icon-title-strategy:before {
    background-position: -.2em -574.2em;
    width: 2.2187em;
    height: 2.791em
}

.ic2-icon-title-tactics:before {
    background-position: -.2em -577.4000000000001em;
    width: 2.5530999999999997em;
    height: 2.6149999999999998em
}

.ic2-icon-title-tops:before {
    background-position: -.2em -580.5em;
    width: 2.6437em;
    height: 3.1399999999999997em
}

.ic2-icon-triangle-down:before {
    background-position: -.2em -584.1em;
    width: 1.2em;
    height: .7em
}

.ic2-icon-video-play:before {
    background-position: -.2em -585.2em;
    width: 3.2em;
    height: 3.2em
}

.ic2-icon-vote-like:before {
    background-position: -.2em -588.8000000000001em;
    width: 2.2em;
    height: 1.9em
}

.ic2-icon-vote-like-active:before {
    background-position: -.2em -591.1em;
    width: 2.2em;
    height: 1.9em
}

.ic2-icon-vote-zoom:before {
    background-position: -.2em -593.4000000000001em;
    width: 3.003em;
    height: 3.1em
}

.ic2-icon-widget-down:before {
    background-position: -.2em -596.9000000000001em;
    width: .5em;
    height: 1.3em
}

.ic2-icon-widget-up:before {
    background-position: -.2em -598.6em;
    width: .5em;
    height: 1.3em
}

.ic2-icon_homepage:before {
    background-position: -.2em -600.3000000000001em;
    width: 1.4969000000000001em;
    height: 1.3em
}

.ic2-life:before {
    background-position: -.2em -602em;
    width: 1.6em;
    height: 1.6em
}

.ic2-mood-1:before {
    background-position: -.2em -604em;
    width: 5.3094em;
    height: 6.2em
}

.ic2-mood-10:before {
    background-position: -.2em -610.6em;
    width: 5.8em;
    height: 6.2em
}

.ic2-mood-11:before {
    background-position: -.2em -617.2em;
    width: 5.309em;
    height: 6.2em
}

.ic2-mood-12:before {
    background-position: -.2em -623.8000000000001em;
    width: 5.309em;
    height: 6.2em
}

.ic2-mood-13:before {
    background-position: -.2em -630.4000000000001em;
    width: 5.309em;
    height: 6.2em
}

.ic2-mood-14:before {
    background-position: -.2em -637em;
    width: 5.309em;
    height: 6.2em
}

.ic2-mood-15:before {
    background-position: -.2em -643.6em;
    width: 5.309em;
    height: 6.2em
}

.ic2-mood-16:before {
    background-position: -.2em -650.2em;
    width: 5.309em;
    height: 6.2em
}

.ic2-mood-17:before {
    background-position: -.2em -656.8000000000001em;
    width: 5.309em;
    height: 6.2em
}

.ic2-mood-2:before {
    background-position: -.2em -663.4000000000001em;
    width: 5.3094em;
    height: 6.2em
}

.ic2-mood-3:before {
    background-position: -.2em -670em;
    width: 5.3094em;
    height: 6.2em
}

.ic2-mood-4:before {
    background-position: -.2em -676.6em;
    width: 5.309em;
    height: 6.2em
}

.ic2-mood-5:before {
    background-position: -.2em -683.2em;
    width: 5.309em;
    height: 6.2em
}

.ic2-mood-6:before {
    background-position: -.2em -689.8000000000001em;
    width: 5.309em;
    height: 6.2em
}

.ic2-mood-7:before {
    background-position: -.2em -696.4000000000001em;
    width: 5.309em;
    height: 6.2em
}

.ic2-mood-8:before {
    background-position: -.2em -703em;
    width: 5.309em;
    height: 6.2em
}

.ic2-mood-9:before {
    background-position: -.2em -709.6em;
    width: 5.309em;
    height: 6.2em
}

.ic2-mts:before {
    background-position: -.2em -716.2em;
    width: 1.6em;
    height: 1.6em
}

.ic2-night:before {
    background-position: -.2em -718.2em;
    width: 6.4em;
    height: 6.4em
}

.ic2-pager-next:before {
    background-position: -.2em -725em;
    width: 2.6em;
    height: .9029999999999999em
}

.ic2-pager-next-hover:before {
    background-position: -.2em -726.4000000000001em;
    width: 2.6em;
    height: .9029999999999999em
}

.ic2-pager-prev:before {
    background-position: -.2em -727.8000000000001em;
    width: 2.597em;
    height: .9em
}

.ic2-pager-prev-hover:before {
    background-position: -.2em -729.1em;
    width: 2.597em;
    height: .9em
}

.ic2-pagin-next:before {
    background-position: -.2em -730.4000000000001em;
    width: 2.1em;
    height: .5em
}

.ic2-pagin-prev:before {
    background-position: -.2em -731.3000000000001em;
    width: 2.1em;
    height: .5em
}

.ic2-pagination-next:before {
    background-position: -.2em -732.2em;
    width: .5969999999999999em;
    height: 1.103em
}

.ic2-pagination-next-hover:before {
    background-position: -.2em -733.8000000000001em;
    width: .5969999999999999em;
    height: 1.103em
}

.ic2-pagination-prev:before {
    background-position: -.2em -735.4000000000001em;
    width: .6em;
    height: 1.097em
}

.ic2-pagination-prev-hover:before {
    background-position: -.2em -736.9000000000001em;
    width: .6em;
    height: 1.097em
}

.ic2-rainy-1:before {
    background-position: -.2em -738.4000000000001em;
    width: 6.4em;
    height: 6.4em
}

.ic2-rainy-2:before {
    background-position: -.2em -745.2em;
    width: 6.4em;
    height: 6.4em
}

.ic2-rainy-3:before {
    background-position: -.2em -752em;
    width: 6.4em;
    height: 6.4em
}

.ic2-rainy-4:before {
    background-position: -.2em -758.8000000000001em;
    width: 6.4em;
    height: 6.4em
}

.ic2-rainy-5:before {
    background-position: -.2em -765.6em;
    width: 6.4em;
    height: 6.4em
}

.ic2-rainy-6:before {
    background-position: -.2em -772.4000000000001em;
    width: 6.4em;
    height: 6.4em
}

.ic2-rainy-7:before {
    background-position: -.2em -779.2em;
    width: 6.4em;
    height: 6.4em
}

.ic2-sidebar-chevron-down:before {
    background-position: -.2em -786em;
    width: .4em;
    height: .8029999999999999em
}

.ic2-sl-next:before {
    background-position: -.2em -787.3000000000001em;
    width: 2.275em;
    height: 1.6em
}

.ic2-sl-next-hover:before {
    background-position: -.2em -789.3000000000001em;
    width: 2.275em;
    height: 1.6em
}

.ic2-sl-prev:before {
    background-position: -.2em -791.3000000000001em;
    width: 2.272em;
    height: 1.597em
}

.ic2-sl-prev-hover:before {
    background-position: -.2em -793.3000000000001em;
    width: 2.272em;
    height: 1.597em
}

.ic2-snowy-1:before {
    background-position: -.2em -795.3000000000001em;
    width: 6.4em;
    height: 6.4em
}

.ic2-snowy-2:before {
    background-position: -.2em -802.1em;
    width: 6.4em;
    height: 6.4em
}

.ic2-snowy-3:before {
    background-position: -.2em -808.9000000000001em;
    width: 6.4em;
    height: 6.4em
}

.ic2-snowy-4:before {
    background-position: -.2em -815.7em;
    width: 6.4em;
    height: 6.4em
}

.ic2-snowy-5:before {
    background-position: -.2em -822.5em;
    width: 6.4em;
    height: 6.4em
}

.ic2-snowy-6:before {
    background-position: -.2em -829.3000000000001em;
    width: 6.4em;
    height: 6.4em
}

.ic2-thunder:before {
    background-position: -.2em -836.1em;
    width: 6.4em;
    height: 6.4em
}

.ic2-velcom:before {
    background-position: -.2em -842.9000000000001em;
    width: 1.6em;
    height: 1.6em
}

.ic2-viber:before {
    background-position: -.2em -844.9000000000001em;
    width: 1.6em;
    height: 1.6em
}

.close {
    position: relative;
    float: right;
    font-size: 20px;
    font-weight: 700;
    line-height: 1;
    color: #000;
    text-shadow: 0 1px 0 #fff;
    opacity: .5;
    outline: 0;
    z-index: 5
}

.close:before {
    content: ' ';
    display: inline-block;
    font-size: 10px;
    background-image: url(../images/sprite_svg.svg?38780);
    background-repeat: no-repeat;
    background-size: 6.8em 846.7em;
    background-position: -.2em -111.4em;
    width: 1.3969999999999998em;
    height: 1.3969999999999998em;
    display: block
}

.no-svg .close:before {
    background-image: url(../images/sprite_svg.png?38780)
}

.close:focus, .close:hover {
    color: #000;
    text-decoration: none;
    cursor: pointer;
    opacity: 1
}

button.close {
    padding: 0;
    cursor: pointer;
    background: 0 0;
    border: 0;
    -webkit-appearance: none
}

.row-clear .col-xs-3:nth-child(4n+1), .row-clear .col-xs-4:nth-child(3n+1), .row-clear .col-xs-6:nth-child(2n+1) {
    clear: both
}

html {
    height: 100%
}

html body {
    background-color: #f1f1f1;
    min-height: 100%
}

.g-wrap {
    overflow: hidden;
    min-width: 300px
}

.outer-bg {
    min-width: 300px
}

.g-wrap .outer-bg {
    background: #eff0f2;
    margin: 0 auto
}

.g-sidebar {
    position: fixed;
    z-index: 2;
    top: 0;
    left: 0;
    width: 250px;
    background: #232937;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0)
}

.g-sidebar.not-init .side-footer {
    opacity: 0;
    transition: none
}

.g-sidebar .side-body, .g-sidebar .side-header {
    position: relative;
    z-index: 1;
    padding: 1px 0
}

.g-sidebar .side-footer {
    position: absolute;
    z-index: 2;
    bottom: 0;
    left: 0;
    width: 100%;
    background: #232937;
    opacity: 1;
    transition: opacity .5s ease;
    overflow: hidden
}

.g-sidebar .side-footer.open .btn-toggle, .g-sidebar .side-footer.open .btn-toggle:active {
    background: #f5bf00
}

.g-sidebar .side-footer.open .btn-toggle:hover {
    background: #ffce20
}

.g-sidebar .side-footer.open .btn-toggle:before {
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg)
}

.g-sidebar .side-footer .mCSB_container {
    margin: 0
}

.g-sidebar .side-footer .mCSB_scrollTools {
    width: 8px;
    opacity: 0
}

.g-sidebar .side-footer .mCSB_draggerRail {
    opacity: 0
}

.g-sidebar .side-footer .mCSB_dragger .mCSB_dragger_bar {
    width: 2px;
    background: rgba(255, 255, 255, .5)
}

.g-sidebar .wrap-toggle {
    position: relative;
    z-index: 2
}

.g-sidebar .wrap-toggle .btn-toggle {
    display: block;
    width: 100%;
    background: #f5bf00;
    font-size: 14px;
    padding: 8px 0;
    outline: 0;
    border: none
}

.g-sidebar .wrap-toggle .btn-toggle:hover {
    background: #ffce20
}

.g-sidebar .wrap-toggle .btn-toggle:active {
    background: #f5bf00
}

.g-sidebar .wrap-toggle .btn-toggle:before {
    content: ' ';
    display: inline-block;
    font-size: 10px;
    background-image: url(../images/sprite_svg.svg?38780);
    background-repeat: no-repeat;
    background-size: 6.8em 846.7em;
    background-position: -.2em -.2em;
    width: 2.6em;
    height: 2.6em;
    display: block;
    margin: 0 auto;
    -webkit-transform: rotate(-90deg);
    transform: rotate(-90deg)
}

.no-svg .g-sidebar .wrap-toggle .btn-toggle:before {
    background-image: url(../images/sprite_svg.png?38780)
}

.g-sidebar .wrap-toggle .settings {
    text-align: right;
    padding: 10px;
    line-height: 1.2;
    box-shadow: 0 4px 10px rgba(0, 0, 0, .3)
}

.g-sidebar .wrap-toggle .link-settings {
    position: relative;
    display: inline-block;
    line-height: 14px;
    font-size: 12px;
    text-decoration: none;
    color: #67738d;
    padding-left: 20px;
    transition: none
}

.g-sidebar .wrap-toggle .link-settings:hover {
    color: #4878da
}

.g-sidebar .wrap-toggle .link-settings:hover:before {
    background-position: -.2em -154.6em;
    width: 1.4em;
    height: 1.4em
}

.g-sidebar .wrap-toggle .link-settings:before {
    content: ' ';
    display: inline-block;
    font-size: 10px;
    background-image: url(../images/sprite_svg.svg?38780);
    background-repeat: no-repeat;
    background-size: 6.8em 846.7em;
    background-position: -.2em -152.79999999999998em;
    width: 1.4em;
    height: 1.4em;
    display: block;
    position: absolute;
    top: -1px;
    left: 0
}

.no-svg .g-sidebar .wrap-toggle .link-settings:before {
    background-image: url(../images/sprite_svg.png?38780)
}

.g-sidebar .wrap-content {
    position: relative;
    z-index: 1;
    transition: height .4s ease;
    overflow: hidden
}

.g-sidebar .aside-corporate-links {
    padding: 0 30px;
    margin: 20px 0 20px;
}
.g-sidebar .aside-corporate-links li {
    margin-bottom: 8px;
    display: inline-block;
    width: 100%;
    text-align: center;
}
.g-sidebar .aside-corporate-links li a {
    padding: 5px 0;
    display: inline-block;
    transition: all .3s ease-in;
}
.g-sidebar .aside-corporate-links li a:hover {
    opacity: 0.8;
}

.g-wrapper {
    position: relative;
    padding-left: 250px
}

.g-wrapper:before {
    content: '';
    display: block;
    position: absolute;
    z-index: 1;
    width: 250px;
    height: 100%;
    top: 0;
    left: 0;
    background: #232937
}

.g-header {
    position: relative;
    z-index: 1
}

.g-header .scroller {
    position: absolute;
    z-index: -1;
    width: 0;
    height: 100%;
    top: 0;
    left: 0;
    background: #304265
}

.g-footer {
    position: relative
}

.g-footer .g-footer_i {
    position: relative;
    padding: 40px 0;
    border-top: 1px solid #e1e5f0
}

.no-border .g-footer .g-footer_i {
    border: none
}

.mm-open {
    overflow: hidden
}

.mm {
    display: block;
    overflow: hidden;
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background: rgba(0, 0, 0, .5);
    opacity: 0;
    transition: opacity .25s, z-index .5s;
    z-index: -1
}

.mm-open .mm {
    z-index: 1000;
    opacity: 1
}

.mm-backdrop {
    display: none;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0
}

.mm-open .mm-backdrop {
    display: block
}

.mm-wrap {
    width: 100%;
    background: #232937;
    height: 100%;
    position: absolute;
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
    transition: -webkit-transform .5s;
    transition: transform .5s;
    transition: transform .5s, -webkit-transform .5s;
    will-change: transform;
    max-width: 400px
}

.mm-open .mm-wrap {
    -webkit-transform: translateX(0);
    transform: translateX(0)
}

.mm-inner {
    position: relative;
    z-index: 1;
    overflow: auto;
    height: 100%;
    padding: 0 15px 50px;
    box-shadow: 2px 0 4px rgba(0, 0, 0, .15)
}

.mm-inner .mCSB_container {
    margin: 0
}

.mm-inner .mCSB_outside + .mCSB_scrollTools {
    right: 0
}

.mm-inner .mCSB_scrollTools {
    width: 8px
}

.mm-inner .mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
    width: 2px;
    background: rgba(255, 255, 255, .5)
}

.mm-inner .mCSB_draggerRail {
    opacity: 0
}

.bwWrapper {
    position: relative;
    display: block;
    opacity: .7;
    transition: opacity .5s ease
}

.bwWrapper:hover {
    opacity: 1
}

.mCustomScrollbar {
    -ms-touch-action: pinch-zoom;
    touch-action: pinch-zoom
}

.mCustomScrollbar.mCS_no_scrollbar, .mCustomScrollbar.mCS_touch_action {
    -ms-touch-action: auto;
    touch-action: auto
}

.mCustomScrollBox {
    position: relative;
    overflow: hidden;
    height: 100%;
    max-width: 100%;
    outline: 0;
    direction: ltr
}

.mCSB_container {
    overflow: hidden;
    width: auto;
    height: auto
}

.mCSB_inside > .mCSB_container {
    margin-right: 30px
}

.mCSB_container.mCS_no_scrollbar_y.mCS_y_hidden {
    margin-right: 0
}

.mCS-dir-rtl > .mCSB_inside > .mCSB_container {
    margin-right: 0;
    margin-left: 30px
}

.mCS-dir-rtl > .mCSB_inside > .mCSB_container.mCS_no_scrollbar_y.mCS_y_hidden {
    margin-left: 0
}

.mCSB_scrollTools {
    position: absolute;
    width: 16px;
    height: auto;
    left: auto;
    top: 0;
    right: 0;
    bottom: 0
}

.mCSB_outside + .mCSB_scrollTools {
    right: -26px
}

.mCS-dir-rtl > .mCSB_inside > .mCSB_scrollTools, .mCS-dir-rtl > .mCSB_outside + .mCSB_scrollTools {
    right: auto;
    left: 0
}

.mCS-dir-rtl > .mCSB_outside + .mCSB_scrollTools {
    left: -26px
}

.mCSB_scrollTools .mCSB_draggerContainer {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    height: auto
}

.mCSB_scrollTools a + .mCSB_draggerContainer {
    margin: 20px 0
}

.mCSB_scrollTools .mCSB_draggerRail {
    width: 2px;
    height: 100%;
    margin: 0 auto;
    border-radius: 16px
}

.mCSB_scrollTools .mCSB_dragger {
    cursor: pointer;
    width: 100%;
    height: 30px;
    z-index: 1
}

.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
    position: relative;
    width: 4px;
    height: 100%;
    margin: 0 auto;
    border-radius: 16px;
    text-align: center
}

.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_dragger.mCSB_dragger_onDrag_expanded .mCSB_dragger_bar, .mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_draggerContainer:hover .mCSB_dragger .mCSB_dragger_bar {
    width: 12px
}

.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_dragger.mCSB_dragger_onDrag_expanded + .mCSB_draggerRail, .mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_draggerContainer:hover .mCSB_draggerRail {
    width: 8px
}

.mCSB_scrollTools .mCSB_buttonDown, .mCSB_scrollTools .mCSB_buttonUp {
    display: block;
    position: absolute;
    height: 20px;
    width: 100%;
    overflow: hidden;
    margin: 0 auto;
    cursor: pointer
}

.mCSB_scrollTools .mCSB_buttonDown {
    bottom: 0
}

.mCSB_horizontal.mCSB_inside > .mCSB_container {
    margin-right: 0;
    margin-bottom: 30px
}

.mCSB_horizontal.mCSB_outside > .mCSB_container {
    min-height: 100%
}

.mCSB_horizontal > .mCSB_container.mCS_no_scrollbar_x.mCS_x_hidden {
    margin-bottom: 0
}

.mCSB_scrollTools.mCSB_scrollTools_horizontal {
    width: auto;
    height: 16px;
    top: auto;
    right: 0;
    bottom: 0;
    left: 0
}

.mCustomScrollBox + .mCSB_scrollTools + .mCSB_scrollTools.mCSB_scrollTools_horizontal, .mCustomScrollBox + .mCSB_scrollTools.mCSB_scrollTools_horizontal {
    bottom: -26px
}

.mCSB_scrollTools.mCSB_scrollTools_horizontal a + .mCSB_draggerContainer {
    margin: 0 20px
}

.mCSB_scrollTools.mCSB_scrollTools_horizontal .mCSB_draggerRail {
    width: 100%;
    height: 2px;
    margin: 7px 0
}

.mCSB_scrollTools.mCSB_scrollTools_horizontal .mCSB_dragger {
    width: 30px;
    height: 100%;
    left: 0
}

.mCSB_scrollTools.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar {
    width: 100%;
    height: 4px;
    margin: 6px auto
}

.mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand .mCSB_dragger.mCSB_dragger_onDrag_expanded .mCSB_dragger_bar, .mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand .mCSB_draggerContainer:hover .mCSB_dragger .mCSB_dragger_bar {
    height: 12px;
    margin: 2px auto
}

.mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand .mCSB_dragger.mCSB_dragger_onDrag_expanded + .mCSB_draggerRail, .mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand .mCSB_draggerContainer:hover .mCSB_draggerRail {
    height: 8px;
    margin: 4px 0
}

.mCSB_scrollTools.mCSB_scrollTools_horizontal .mCSB_buttonLeft, .mCSB_scrollTools.mCSB_scrollTools_horizontal .mCSB_buttonRight {
    display: block;
    position: absolute;
    width: 20px;
    height: 100%;
    overflow: hidden;
    margin: 0 auto;
    cursor: pointer
}

.mCSB_scrollTools.mCSB_scrollTools_horizontal .mCSB_buttonLeft {
    left: 0
}

.mCSB_scrollTools.mCSB_scrollTools_horizontal .mCSB_buttonRight {
    right: 0
}

.mCSB_container_wrapper {
    position: absolute;
    height: auto;
    width: auto;
    overflow: hidden;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin-right: 30px;
    margin-bottom: 30px
}

.mCSB_container_wrapper > .mCSB_container {
    padding-right: 30px;
    padding-bottom: 30px;
    box-sizing: border-box
}

.mCSB_vertical_horizontal > .mCSB_scrollTools.mCSB_scrollTools_vertical {
    bottom: 20px
}

.mCSB_vertical_horizontal > .mCSB_scrollTools.mCSB_scrollTools_horizontal {
    right: 20px
}

.mCSB_container_wrapper.mCS_no_scrollbar_x.mCS_x_hidden + .mCSB_scrollTools.mCSB_scrollTools_vertical {
    bottom: 0
}

.mCS-dir-rtl > .mCustomScrollBox.mCSB_vertical_horizontal.mCSB_inside > .mCSB_scrollTools.mCSB_scrollTools_horizontal, .mCSB_container_wrapper.mCS_no_scrollbar_y.mCS_y_hidden + .mCSB_scrollTools ~ .mCSB_scrollTools.mCSB_scrollTools_horizontal {
    right: 0
}

.mCS-dir-rtl > .mCustomScrollBox.mCSB_vertical_horizontal.mCSB_inside > .mCSB_scrollTools.mCSB_scrollTools_horizontal {
    left: 20px
}

.mCS-dir-rtl > .mCustomScrollBox.mCSB_vertical_horizontal.mCSB_inside > .mCSB_container_wrapper.mCS_no_scrollbar_y.mCS_y_hidden + .mCSB_scrollTools ~ .mCSB_scrollTools.mCSB_scrollTools_horizontal {
    left: 0
}

.mCS-dir-rtl > .mCSB_inside > .mCSB_container_wrapper {
    margin-right: 0;
    margin-left: 30px
}

.mCSB_container_wrapper.mCS_no_scrollbar_y.mCS_y_hidden > .mCSB_container {
    padding-right: 0
}

.mCSB_container_wrapper.mCS_no_scrollbar_x.mCS_x_hidden > .mCSB_container {
    padding-bottom: 0
}

.mCustomScrollBox.mCSB_vertical_horizontal.mCSB_inside > .mCSB_container_wrapper.mCS_no_scrollbar_y.mCS_y_hidden {
    margin-right: 0;
    margin-left: 0
}

.mCustomScrollBox.mCSB_vertical_horizontal.mCSB_inside > .mCSB_container_wrapper.mCS_no_scrollbar_x.mCS_x_hidden {
    margin-bottom: 0
}

.mCSB_scrollTools, .mCSB_scrollTools .mCSB_buttonDown, .mCSB_scrollTools .mCSB_buttonLeft, .mCSB_scrollTools .mCSB_buttonRight, .mCSB_scrollTools .mCSB_buttonUp, .mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
    transition: opacity .2s ease-in-out, background-color .2s ease-in-out
}

.mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand .mCSB_draggerRail, .mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand .mCSB_dragger_bar, .mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_draggerRail, .mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_dragger_bar {
    transition: width .2s ease-out .2s, height .2s ease-out .2s, margin-left .2s ease-out .2s, margin-right .2s ease-out .2s, margin-top .2s ease-out .2s, margin-bottom .2s ease-out .2s, opacity .2s ease-in-out, background-color .2s ease-in-out
}

.mCSB_scrollTools {
    opacity: .75;
    filter: "alpha(opacity=75)";
    -ms-filter: "alpha(opacity=75)"
}

.mCS-autoHide > .mCustomScrollBox > .mCSB_scrollTools, .mCS-autoHide > .mCustomScrollBox ~ .mCSB_scrollTools {
    opacity: 0;
    filter: "alpha(opacity=0)";
    -ms-filter: "alpha(opacity=0)"
}

.mCS-autoHide:hover > .mCustomScrollBox > .mCSB_scrollTools, .mCS-autoHide:hover > .mCustomScrollBox ~ .mCSB_scrollTools, .mCustomScrollBox:hover > .mCSB_scrollTools, .mCustomScrollBox:hover ~ .mCSB_scrollTools, .mCustomScrollbar > .mCustomScrollBox > .mCSB_scrollTools.mCSB_scrollTools_onDrag, .mCustomScrollbar > .mCustomScrollBox ~ .mCSB_scrollTools.mCSB_scrollTools_onDrag {
    opacity: 1;
    filter: "alpha(opacity=100)";
    -ms-filter: "alpha(opacity=100)"
}

.mCSB_scrollTools .mCSB_draggerRail {
    background-color: #000;
    background-color: rgba(0, 0, 0, .4);
    filter: "alpha(opacity=40)";
    -ms-filter: "alpha(opacity=40)"
}

.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
    background-color: #fff;
    background-color: rgba(255, 255, 255, .75);
    filter: "alpha(opacity=75)";
    -ms-filter: "alpha(opacity=75)"
}

.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar {
    background-color: #fff;
    background-color: rgba(255, 255, 255, .85);
    filter: "alpha(opacity=85)";
    -ms-filter: "alpha(opacity=85)"
}

.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar, .mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar {
    background-color: #fff;
    background-color: rgba(255, 255, 255, .9);
    filter: "alpha(opacity=90)";
    -ms-filter: "alpha(opacity=90)"
}

.mCSB_scrollTools .mCSB_buttonDown, .mCSB_scrollTools .mCSB_buttonLeft, .mCSB_scrollTools .mCSB_buttonRight, .mCSB_scrollTools .mCSB_buttonUp {
    background-image: url(mCSB_buttons.png);
    background-repeat: no-repeat;
    opacity: .4;
    filter: "alpha(opacity=40)";
    -ms-filter: "alpha(opacity=40)"
}

.mCSB_scrollTools .mCSB_buttonUp {
    background-position: 0 0
}

.mCSB_scrollTools .mCSB_buttonDown {
    background-position: 0 -20px
}

.mCSB_scrollTools .mCSB_buttonLeft {
    background-position: 0 -40px
}

.mCSB_scrollTools .mCSB_buttonRight {
    background-position: 0 -56px
}

.mCSB_scrollTools .mCSB_buttonDown:hover, .mCSB_scrollTools .mCSB_buttonLeft:hover, .mCSB_scrollTools .mCSB_buttonRight:hover, .mCSB_scrollTools .mCSB_buttonUp:hover {
    opacity: .75;
    filter: "alpha(opacity=75)";
    -ms-filter: "alpha(opacity=75)"
}

.mCSB_scrollTools .mCSB_buttonDown:active, .mCSB_scrollTools .mCSB_buttonLeft:active, .mCSB_scrollTools .mCSB_buttonRight:active, .mCSB_scrollTools .mCSB_buttonUp:active {
    opacity: .9;
    filter: "alpha(opacity=90)";
    -ms-filter: "alpha(opacity=90)"
}

.mCS-dark.mCSB_scrollTools .mCSB_draggerRail {
    background-color: #000;
    background-color: rgba(0, 0, 0, .15)
}

.mCS-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
    background-color: #000;
    background-color: rgba(0, 0, 0, .75)
}

.mCS-dark.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar {
    background-color: rgba(0, 0, 0, .85)
}

.mCS-dark.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar, .mCS-dark.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar {
    background-color: rgba(0, 0, 0, .9)
}

.mCS-dark.mCSB_scrollTools .mCSB_buttonUp {
    background-position: -80px 0
}

.mCS-dark.mCSB_scrollTools .mCSB_buttonDown {
    background-position: -80px -20px
}

.mCS-dark.mCSB_scrollTools .mCSB_buttonLeft {
    background-position: -80px -40px
}

.mCS-dark.mCSB_scrollTools .mCSB_buttonRight {
    background-position: -80px -56px
}

.mCS-dark-2.mCSB_scrollTools .mCSB_draggerRail, .mCS-light-2.mCSB_scrollTools .mCSB_draggerRail {
    width: 4px;
    background-color: #fff;
    background-color: rgba(255, 255, 255, .1);
    border-radius: 1px
}

.mCS-dark-2.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar, .mCS-light-2.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
    width: 4px;
    background-color: #fff;
    background-color: rgba(255, 255, 255, .75);
    border-radius: 1px
}

.mCS-dark-2.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar, .mCS-dark-2.mCSB_scrollTools_horizontal .mCSB_draggerRail, .mCS-light-2.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar, .mCS-light-2.mCSB_scrollTools_horizontal .mCSB_draggerRail {
    width: 100%;
    height: 4px;
    margin: 6px auto
}

.mCS-light-2.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar {
    background-color: #fff;
    background-color: rgba(255, 255, 255, .85)
}

.mCS-light-2.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar, .mCS-light-2.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar {
    background-color: #fff;
    background-color: rgba(255, 255, 255, .9)
}

.mCS-light-2.mCSB_scrollTools .mCSB_buttonUp {
    background-position: -32px 0
}

.mCS-light-2.mCSB_scrollTools .mCSB_buttonDown {
    background-position: -32px -20px
}

.mCS-light-2.mCSB_scrollTools .mCSB_buttonLeft {
    background-position: -40px -40px
}

.mCS-light-2.mCSB_scrollTools .mCSB_buttonRight {
    background-position: -40px -56px
}

.mCS-dark-2.mCSB_scrollTools .mCSB_draggerRail {
    background-color: #000;
    background-color: rgba(0, 0, 0, .1);
    border-radius: 1px
}

.mCS-dark-2.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
    background-color: #000;
    background-color: rgba(0, 0, 0, .75);
    border-radius: 1px
}

.mCS-dark-2.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar {
    background-color: #000;
    background-color: rgba(0, 0, 0, .85)
}

.mCS-dark-2.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar, .mCS-dark-2.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar {
    background-color: #000;
    background-color: rgba(0, 0, 0, .9)
}

.mCS-dark-2.mCSB_scrollTools .mCSB_buttonUp {
    background-position: -112px 0
}

.mCS-dark-2.mCSB_scrollTools .mCSB_buttonDown {
    background-position: -112px -20px
}

.mCS-dark-2.mCSB_scrollTools .mCSB_buttonLeft {
    background-position: -120px -40px
}

.mCS-dark-2.mCSB_scrollTools .mCSB_buttonRight {
    background-position: -120px -56px
}

.mCS-dark-thick.mCSB_scrollTools .mCSB_draggerRail, .mCS-light-thick.mCSB_scrollTools .mCSB_draggerRail {
    width: 4px;
    background-color: #fff;
    background-color: rgba(255, 255, 255, .1);
    border-radius: 2px
}

.mCS-dark-thick.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar, .mCS-light-thick.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
    width: 6px;
    background-color: #fff;
    background-color: rgba(255, 255, 255, .75);
    border-radius: 2px
}

.mCS-dark-thick.mCSB_scrollTools_horizontal .mCSB_draggerRail, .mCS-light-thick.mCSB_scrollTools_horizontal .mCSB_draggerRail {
    width: 100%;
    height: 4px;
    margin: 6px 0
}

.mCS-dark-thick.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar, .mCS-light-thick.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar {
    width: 100%;
    height: 6px;
    margin: 5px auto
}

.mCS-light-thick.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar {
    background-color: #fff;
    background-color: rgba(255, 255, 255, .85)
}

.mCS-light-thick.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar, .mCS-light-thick.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar {
    background-color: #fff;
    background-color: rgba(255, 255, 255, .9)
}

.mCS-light-thick.mCSB_scrollTools .mCSB_buttonUp {
    background-position: -16px 0
}

.mCS-light-thick.mCSB_scrollTools .mCSB_buttonDown {
    background-position: -16px -20px
}

.mCS-light-thick.mCSB_scrollTools .mCSB_buttonLeft {
    background-position: -20px -40px
}

.mCS-light-thick.mCSB_scrollTools .mCSB_buttonRight {
    background-position: -20px -56px
}

.mCS-dark-thick.mCSB_scrollTools .mCSB_draggerRail {
    background-color: #000;
    background-color: rgba(0, 0, 0, .1);
    border-radius: 2px
}

.mCS-dark-thick.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
    background-color: #000;
    background-color: rgba(0, 0, 0, .75);
    border-radius: 2px
}

.mCS-dark-thick.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar {
    background-color: #000;
    background-color: rgba(0, 0, 0, .85)
}

.mCS-dark-thick.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar, .mCS-dark-thick.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar {
    background-color: #000;
    background-color: rgba(0, 0, 0, .9)
}

.mCS-dark-thick.mCSB_scrollTools .mCSB_buttonUp {
    background-position: -96px 0
}

.mCS-dark-thick.mCSB_scrollTools .mCSB_buttonDown {
    background-position: -96px -20px
}

.mCS-dark-thick.mCSB_scrollTools .mCSB_buttonLeft {
    background-position: -100px -40px
}

.mCS-dark-thick.mCSB_scrollTools .mCSB_buttonRight {
    background-position: -100px -56px
}

.mCS-light-thin.mCSB_scrollTools .mCSB_draggerRail {
    background-color: #fff;
    background-color: rgba(255, 255, 255, .1)
}

.mCS-dark-thin.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar, .mCS-light-thin.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
    width: 2px
}

.mCS-dark-thin.mCSB_scrollTools_horizontal .mCSB_draggerRail, .mCS-light-thin.mCSB_scrollTools_horizontal .mCSB_draggerRail {
    width: 100%
}

.mCS-dark-thin.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar, .mCS-light-thin.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar {
    width: 100%;
    height: 2px;
    margin: 7px auto
}

.mCS-dark-thin.mCSB_scrollTools .mCSB_draggerRail {
    background-color: #000;
    background-color: rgba(0, 0, 0, .15)
}

.mCS-dark-thin.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
    background-color: #000;
    background-color: rgba(0, 0, 0, .75)
}

.mCS-dark-thin.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar {
    background-color: #000;
    background-color: rgba(0, 0, 0, .85)
}

.mCS-dark-thin.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar, .mCS-dark-thin.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar {
    background-color: #000;
    background-color: rgba(0, 0, 0, .9)
}

.mCS-dark-thin.mCSB_scrollTools .mCSB_buttonUp {
    background-position: -80px 0
}

.mCS-dark-thin.mCSB_scrollTools .mCSB_buttonDown {
    background-position: -80px -20px
}

.mCS-dark-thin.mCSB_scrollTools .mCSB_buttonLeft {
    background-position: -80px -40px
}

.mCS-dark-thin.mCSB_scrollTools .mCSB_buttonRight {
    background-position: -80px -56px
}

.mCS-rounded.mCSB_scrollTools .mCSB_draggerRail {
    background-color: #fff;
    background-color: rgba(255, 255, 255, .15)
}

.mCS-rounded-dark.mCSB_scrollTools .mCSB_dragger, .mCS-rounded-dots-dark.mCSB_scrollTools .mCSB_dragger, .mCS-rounded-dots.mCSB_scrollTools .mCSB_dragger, .mCS-rounded.mCSB_scrollTools .mCSB_dragger {
    height: 14px
}

.mCS-rounded-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar, .mCS-rounded-dots-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar, .mCS-rounded-dots.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar, .mCS-rounded.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
    width: 14px;
    margin: 0 1px
}

.mCS-rounded-dark.mCSB_scrollTools_horizontal .mCSB_dragger, .mCS-rounded-dots-dark.mCSB_scrollTools_horizontal .mCSB_dragger, .mCS-rounded-dots.mCSB_scrollTools_horizontal .mCSB_dragger, .mCS-rounded.mCSB_scrollTools_horizontal .mCSB_dragger {
    width: 14px
}

.mCS-rounded-dark.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar, .mCS-rounded-dots-dark.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar, .mCS-rounded-dots.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar, .mCS-rounded.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar {
    height: 14px;
    margin: 1px 0
}

.mCS-rounded-dark.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_dragger.mCSB_dragger_onDrag_expanded .mCSB_dragger_bar, .mCS-rounded-dark.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_draggerContainer:hover .mCSB_dragger .mCSB_dragger_bar, .mCS-rounded.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_dragger.mCSB_dragger_onDrag_expanded .mCSB_dragger_bar, .mCS-rounded.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_draggerContainer:hover .mCSB_dragger .mCSB_dragger_bar {
    width: 16px;
    height: 16px;
    margin: -1px 0
}

.mCS-rounded-dark.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_dragger.mCSB_dragger_onDrag_expanded + .mCSB_draggerRail, .mCS-rounded-dark.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_draggerContainer:hover .mCSB_draggerRail, .mCS-rounded.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_dragger.mCSB_dragger_onDrag_expanded + .mCSB_draggerRail, .mCS-rounded.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_draggerContainer:hover .mCSB_draggerRail {
    width: 4px
}

.mCS-rounded-dark.mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand .mCSB_dragger.mCSB_dragger_onDrag_expanded .mCSB_dragger_bar, .mCS-rounded-dark.mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand .mCSB_draggerContainer:hover .mCSB_dragger .mCSB_dragger_bar, .mCS-rounded.mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand .mCSB_dragger.mCSB_dragger_onDrag_expanded .mCSB_dragger_bar, .mCS-rounded.mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand .mCSB_draggerContainer:hover .mCSB_dragger .mCSB_dragger_bar {
    height: 16px;
    width: 16px;
    margin: 0 -1px
}

.mCS-rounded-dark.mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand .mCSB_dragger.mCSB_dragger_onDrag_expanded + .mCSB_draggerRail, .mCS-rounded-dark.mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand .mCSB_draggerContainer:hover .mCSB_draggerRail, .mCS-rounded.mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand .mCSB_dragger.mCSB_dragger_onDrag_expanded + .mCSB_draggerRail, .mCS-rounded.mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand .mCSB_draggerContainer:hover .mCSB_draggerRail {
    height: 4px;
    margin: 6px 0
}

.mCS-rounded.mCSB_scrollTools .mCSB_buttonUp {
    background-position: 0 -72px
}

.mCS-rounded.mCSB_scrollTools .mCSB_buttonDown {
    background-position: 0 -92px
}

.mCS-rounded.mCSB_scrollTools .mCSB_buttonLeft {
    background-position: 0 -112px
}

.mCS-rounded.mCSB_scrollTools .mCSB_buttonRight {
    background-position: 0 -128px
}

.mCS-rounded-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar, .mCS-rounded-dots-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
    background-color: #000;
    background-color: rgba(0, 0, 0, .75)
}

.mCS-rounded-dark.mCSB_scrollTools .mCSB_draggerRail {
    background-color: #000;
    background-color: rgba(0, 0, 0, .15)
}

.mCS-rounded-dark.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar, .mCS-rounded-dots-dark.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar {
    background-color: #000;
    background-color: rgba(0, 0, 0, .85)
}

.mCS-rounded-dark.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar, .mCS-rounded-dark.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar, .mCS-rounded-dots-dark.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar, .mCS-rounded-dots-dark.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar {
    background-color: #000;
    background-color: rgba(0, 0, 0, .9)
}

.mCS-rounded-dark.mCSB_scrollTools .mCSB_buttonUp {
    background-position: -80px -72px
}

.mCS-rounded-dark.mCSB_scrollTools .mCSB_buttonDown {
    background-position: -80px -92px
}

.mCS-rounded-dark.mCSB_scrollTools .mCSB_buttonLeft {
    background-position: -80px -112px
}

.mCS-rounded-dark.mCSB_scrollTools .mCSB_buttonRight {
    background-position: -80px -128px
}

.mCS-rounded-dots-dark.mCSB_scrollTools_vertical .mCSB_draggerRail, .mCS-rounded-dots.mCSB_scrollTools_vertical .mCSB_draggerRail {
    width: 4px
}

.mCS-rounded-dots-dark.mCSB_scrollTools .mCSB_draggerRail, .mCS-rounded-dots-dark.mCSB_scrollTools_horizontal .mCSB_draggerRail, .mCS-rounded-dots.mCSB_scrollTools .mCSB_draggerRail, .mCS-rounded-dots.mCSB_scrollTools_horizontal .mCSB_draggerRail {
    background-color: transparent;
    background-position: center
}

.mCS-rounded-dots-dark.mCSB_scrollTools .mCSB_draggerRail, .mCS-rounded-dots.mCSB_scrollTools .mCSB_draggerRail {
    background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAgAAAAICAYAAADED76LAAAANElEQVQYV2NkIAAYiVbw//9/Y6DiM1ANJoyMjGdBbLgJQAX/kU0DKgDLkaQAvxW4HEvQFwCRcxIJK1XznAAAAABJRU5ErkJggg==);
    background-repeat: repeat-y;
    opacity: .3;
    filter: "alpha(opacity=30)";
    -ms-filter: "alpha(opacity=30)"
}

.mCS-rounded-dots-dark.mCSB_scrollTools_horizontal .mCSB_draggerRail, .mCS-rounded-dots.mCSB_scrollTools_horizontal .mCSB_draggerRail {
    height: 4px;
    margin: 6px 0;
    background-repeat: repeat-x
}

.mCS-rounded-dots.mCSB_scrollTools .mCSB_buttonUp {
    background-position: -16px -72px
}

.mCS-rounded-dots.mCSB_scrollTools .mCSB_buttonDown {
    background-position: -16px -92px
}

.mCS-rounded-dots.mCSB_scrollTools .mCSB_buttonLeft {
    background-position: -20px -112px
}

.mCS-rounded-dots.mCSB_scrollTools .mCSB_buttonRight {
    background-position: -20px -128px
}

.mCS-rounded-dots-dark.mCSB_scrollTools .mCSB_draggerRail {
    background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAgAAAAICAYAAADED76LAAAALElEQVQYV2NkIAAYSVFgDFR8BqrBBEifBbGRTfiPZhpYjiQFBK3A6l6CvgAAE9kGCd1mvgEAAAAASUVORK5CYII=)
}

.mCS-rounded-dots-dark.mCSB_scrollTools .mCSB_buttonUp {
    background-position: -96px -72px
}

.mCS-rounded-dots-dark.mCSB_scrollTools .mCSB_buttonDown {
    background-position: -96px -92px
}

.mCS-rounded-dots-dark.mCSB_scrollTools .mCSB_buttonLeft {
    background-position: -100px -112px
}

.mCS-rounded-dots-dark.mCSB_scrollTools .mCSB_buttonRight {
    background-position: -100px -128px
}

.mCS-3d-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar, .mCS-3d-thick-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar, .mCS-3d-thick.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar, .mCS-3d.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
    background-repeat: repeat-y;
    background-image: linear-gradient(to right, rgba(255, 255, 255, .5) 0, rgba(255, 255, 255, 0) 100%)
}

.mCS-3d-dark.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar, .mCS-3d-thick-dark.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar, .mCS-3d-thick.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar, .mCS-3d.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar {
    background-repeat: repeat-x;
    background-image: linear-gradient(to bottom, rgba(255, 255, 255, .5) 0, rgba(255, 255, 255, 0) 100%)
}

.mCS-3d-dark.mCSB_scrollTools_vertical .mCSB_dragger, .mCS-3d.mCSB_scrollTools_vertical .mCSB_dragger {
    height: 70px
}

.mCS-3d-dark.mCSB_scrollTools_horizontal .mCSB_dragger, .mCS-3d.mCSB_scrollTools_horizontal .mCSB_dragger {
    width: 70px
}

.mCS-3d-dark.mCSB_scrollTools, .mCS-3d.mCSB_scrollTools {
    opacity: 1;
    filter: "alpha(opacity=30)";
    -ms-filter: "alpha(opacity=30)"
}

.mCS-3d-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar, .mCS-3d-dark.mCSB_scrollTools .mCSB_draggerRail, .mCS-3d.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar, .mCS-3d.mCSB_scrollTools .mCSB_draggerRail {
    border-radius: 16px
}

.mCS-3d-dark.mCSB_scrollTools .mCSB_draggerRail, .mCS-3d.mCSB_scrollTools .mCSB_draggerRail {
    width: 8px;
    background-color: #000;
    background-color: rgba(0, 0, 0, .2);
    box-shadow: inset 1px 0 1px rgba(0, 0, 0, .5), inset -1px 0 1px rgba(255, 255, 255, .2)
}

.mCS-3d-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar, .mCS-3d-dark.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar, .mCS-3d-dark.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar, .mCS-3d-dark.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar, .mCS-3d.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar, .mCS-3d.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar, .mCS-3d.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar, .mCS-3d.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar {
    background-color: #555
}

.mCS-3d-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar, .mCS-3d.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
    width: 8px
}

.mCS-3d-dark.mCSB_scrollTools_horizontal .mCSB_draggerRail, .mCS-3d.mCSB_scrollTools_horizontal .mCSB_draggerRail {
    width: 100%;
    height: 8px;
    margin: 4px 0;
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .5), inset 0 -1px 1px rgba(255, 255, 255, .2)
}

.mCS-3d-dark.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar, .mCS-3d.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar {
    width: 100%;
    height: 8px;
    margin: 4px auto
}

.mCS-3d.mCSB_scrollTools .mCSB_buttonUp {
    background-position: -32px -72px
}

.mCS-3d.mCSB_scrollTools .mCSB_buttonDown {
    background-position: -32px -92px
}

.mCS-3d.mCSB_scrollTools .mCSB_buttonLeft {
    background-position: -40px -112px
}

.mCS-3d.mCSB_scrollTools .mCSB_buttonRight {
    background-position: -40px -128px
}

.mCS-3d-dark.mCSB_scrollTools .mCSB_draggerRail {
    background-color: #000;
    background-color: rgba(0, 0, 0, .1);
    box-shadow: inset 1px 0 1px rgba(0, 0, 0, .1)
}

.mCS-3d-dark.mCSB_scrollTools_horizontal .mCSB_draggerRail {
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .1)
}

.mCS-3d-dark.mCSB_scrollTools .mCSB_buttonUp {
    background-position: -112px -72px
}

.mCS-3d-dark.mCSB_scrollTools .mCSB_buttonDown {
    background-position: -112px -92px
}

.mCS-3d-dark.mCSB_scrollTools .mCSB_buttonLeft {
    background-position: -120px -112px
}

.mCS-3d-dark.mCSB_scrollTools .mCSB_buttonRight {
    background-position: -120px -128px
}

.mCS-3d-thick-dark.mCSB_scrollTools, .mCS-3d-thick.mCSB_scrollTools {
    opacity: 1;
    filter: "alpha(opacity=30)";
    -ms-filter: "alpha(opacity=30)"
}

.mCS-3d-thick-dark.mCSB_scrollTools, .mCS-3d-thick-dark.mCSB_scrollTools .mCSB_draggerContainer, .mCS-3d-thick.mCSB_scrollTools, .mCS-3d-thick.mCSB_scrollTools .mCSB_draggerContainer {
    border-radius: 7px
}

.mCS-3d-thick-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar, .mCS-3d-thick.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
    border-radius: 5px
}

.mCSB_inside + .mCS-3d-thick-dark.mCSB_scrollTools_vertical, .mCSB_inside + .mCS-3d-thick.mCSB_scrollTools_vertical {
    right: 1px
}

.mCS-3d-thick-dark.mCSB_scrollTools_vertical, .mCS-3d-thick.mCSB_scrollTools_vertical {
    box-shadow: inset 1px 0 1px rgba(0, 0, 0, .1), inset 0 0 14px rgba(0, 0, 0, .5)
}

.mCS-3d-thick-dark.mCSB_scrollTools_horizontal, .mCS-3d-thick.mCSB_scrollTools_horizontal {
    bottom: 1px;
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .1), inset 0 0 14px rgba(0, 0, 0, .5)
}

.mCS-3d-thick-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar, .mCS-3d-thick.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
    box-shadow: inset 1px 0 0 rgba(255, 255, 255, .4);
    width: 12px;
    margin: 2px;
    position: absolute;
    height: auto;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0
}

.mCS-3d-thick-dark.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar, .mCS-3d-thick.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar {
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, .4)
}

.mCS-3d-thick.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar, .mCS-3d-thick.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar, .mCS-3d-thick.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar, .mCS-3d-thick.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar {
    background-color: #555
}

.mCS-3d-thick-dark.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar, .mCS-3d-thick.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar {
    height: 12px;
    width: auto
}

.mCS-3d-thick.mCSB_scrollTools .mCSB_draggerContainer {
    background-color: #000;
    background-color: rgba(0, 0, 0, .05);
    box-shadow: inset 1px 1px 16px rgba(0, 0, 0, .1)
}

.mCS-3d-thick.mCSB_scrollTools .mCSB_draggerRail {
    background-color: transparent
}

.mCS-3d-thick.mCSB_scrollTools .mCSB_buttonUp {
    background-position: -32px -72px
}

.mCS-3d-thick.mCSB_scrollTools .mCSB_buttonDown {
    background-position: -32px -92px
}

.mCS-3d-thick.mCSB_scrollTools .mCSB_buttonLeft {
    background-position: -40px -112px
}

.mCS-3d-thick.mCSB_scrollTools .mCSB_buttonRight {
    background-position: -40px -128px
}

.mCS-3d-thick-dark.mCSB_scrollTools {
    box-shadow: inset 0 0 14px rgba(0, 0, 0, .2)
}

.mCS-3d-thick-dark.mCSB_scrollTools_horizontal {
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .1), inset 0 0 14px rgba(0, 0, 0, .2)
}

.mCS-3d-thick-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
    box-shadow: inset 1px 0 0 rgba(255, 255, 255, .4), inset -1px 0 0 rgba(0, 0, 0, .2)
}

.mCS-3d-thick-dark.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar {
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, .4), inset 0 -1px 0 rgba(0, 0, 0, .2)
}

.mCS-3d-thick-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar, .mCS-3d-thick-dark.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar, .mCS-3d-thick-dark.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar, .mCS-3d-thick-dark.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar {
    background-color: #777
}

.mCS-3d-thick-dark.mCSB_scrollTools .mCSB_draggerContainer {
    background-color: #fff;
    background-color: rgba(0, 0, 0, .05);
    box-shadow: inset 1px 1px 16px rgba(0, 0, 0, .1)
}

.mCS-3d-thick-dark.mCSB_scrollTools .mCSB_draggerRail {
    background-color: transparent
}

.mCS-3d-thick-dark.mCSB_scrollTools .mCSB_buttonUp {
    background-position: -112px -72px
}

.mCS-3d-thick-dark.mCSB_scrollTools .mCSB_buttonDown {
    background-position: -112px -92px
}

.mCS-3d-thick-dark.mCSB_scrollTools .mCSB_buttonLeft {
    background-position: -120px -112px
}

.mCS-3d-thick-dark.mCSB_scrollTools .mCSB_buttonRight {
    background-position: -120px -128px
}

.mCSB_outside + .mCS-minimal-dark.mCSB_scrollTools_vertical, .mCSB_outside + .mCS-minimal.mCSB_scrollTools_vertical {
    right: 0;
    margin: 12px 0
}

.mCustomScrollBox.mCS-minimal + .mCSB_scrollTools + .mCSB_scrollTools.mCSB_scrollTools_horizontal, .mCustomScrollBox.mCS-minimal + .mCSB_scrollTools.mCSB_scrollTools_horizontal, .mCustomScrollBox.mCS-minimal-dark + .mCSB_scrollTools + .mCSB_scrollTools.mCSB_scrollTools_horizontal, .mCustomScrollBox.mCS-minimal-dark + .mCSB_scrollTools.mCSB_scrollTools_horizontal {
    bottom: 0;
    margin: 0 12px
}

.mCS-dir-rtl > .mCSB_outside + .mCS-minimal-dark.mCSB_scrollTools_vertical, .mCS-dir-rtl > .mCSB_outside + .mCS-minimal.mCSB_scrollTools_vertical {
    left: 0;
    right: auto
}

.mCS-minimal-dark.mCSB_scrollTools .mCSB_draggerRail, .mCS-minimal.mCSB_scrollTools .mCSB_draggerRail {
    background-color: transparent
}

.mCS-minimal-dark.mCSB_scrollTools_vertical .mCSB_dragger, .mCS-minimal.mCSB_scrollTools_vertical .mCSB_dragger {
    height: 50px
}

.mCS-minimal-dark.mCSB_scrollTools_horizontal .mCSB_dragger, .mCS-minimal.mCSB_scrollTools_horizontal .mCSB_dragger {
    width: 50px
}

.mCS-minimal.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
    background-color: #fff;
    background-color: rgba(255, 255, 255, .2);
    filter: "alpha(opacity=20)";
    -ms-filter: "alpha(opacity=20)"
}

.mCS-minimal.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar, .mCS-minimal.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar {
    background-color: #fff;
    background-color: rgba(255, 255, 255, .5);
    filter: "alpha(opacity=50)";
    -ms-filter: "alpha(opacity=50)"
}

.mCS-minimal-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
    background-color: #000;
    background-color: rgba(0, 0, 0, .2);
    filter: "alpha(opacity=20)";
    -ms-filter: "alpha(opacity=20)"
}

.mCS-minimal-dark.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar, .mCS-minimal-dark.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar {
    background-color: #000;
    background-color: rgba(0, 0, 0, .5);
    filter: "alpha(opacity=50)";
    -ms-filter: "alpha(opacity=50)"
}

.mCS-dark-3.mCSB_scrollTools .mCSB_draggerRail, .mCS-light-3.mCSB_scrollTools .mCSB_draggerRail {
    width: 6px;
    background-color: #000;
    background-color: rgba(0, 0, 0, .2)
}

.mCS-dark-3.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar, .mCS-light-3.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
    width: 6px
}

.mCS-dark-3.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar, .mCS-dark-3.mCSB_scrollTools_horizontal .mCSB_draggerRail, .mCS-light-3.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar, .mCS-light-3.mCSB_scrollTools_horizontal .mCSB_draggerRail {
    width: 100%;
    height: 6px;
    margin: 5px 0
}

.mCS-dark-3.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_dragger.mCSB_dragger_onDrag_expanded + .mCSB_draggerRail, .mCS-dark-3.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_draggerContainer:hover .mCSB_draggerRail, .mCS-light-3.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_dragger.mCSB_dragger_onDrag_expanded + .mCSB_draggerRail, .mCS-light-3.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_draggerContainer:hover .mCSB_draggerRail {
    width: 12px
}

.mCS-dark-3.mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand .mCSB_dragger.mCSB_dragger_onDrag_expanded + .mCSB_draggerRail, .mCS-dark-3.mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand .mCSB_draggerContainer:hover .mCSB_draggerRail, .mCS-light-3.mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand .mCSB_dragger.mCSB_dragger_onDrag_expanded + .mCSB_draggerRail, .mCS-light-3.mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand .mCSB_draggerContainer:hover .mCSB_draggerRail {
    height: 12px;
    margin: 2px 0
}

.mCS-light-3.mCSB_scrollTools .mCSB_buttonUp {
    background-position: -32px -72px
}

.mCS-light-3.mCSB_scrollTools .mCSB_buttonDown {
    background-position: -32px -92px
}

.mCS-light-3.mCSB_scrollTools .mCSB_buttonLeft {
    background-position: -40px -112px
}

.mCS-light-3.mCSB_scrollTools .mCSB_buttonRight {
    background-position: -40px -128px
}

.mCS-dark-3.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
    background-color: #000;
    background-color: rgba(0, 0, 0, .75)
}

.mCS-dark-3.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar {
    background-color: #000;
    background-color: rgba(0, 0, 0, .85)
}

.mCS-dark-3.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar, .mCS-dark-3.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar {
    background-color: #000;
    background-color: rgba(0, 0, 0, .9)
}

.mCS-dark-3.mCSB_scrollTools .mCSB_draggerRail {
    background-color: #000;
    background-color: rgba(0, 0, 0, .1)
}

.mCS-dark-3.mCSB_scrollTools .mCSB_buttonUp {
    background-position: -112px -72px
}

.mCS-dark-3.mCSB_scrollTools .mCSB_buttonDown {
    background-position: -112px -92px
}

.mCS-dark-3.mCSB_scrollTools .mCSB_buttonLeft {
    background-position: -120px -112px
}

.mCS-dark-3.mCSB_scrollTools .mCSB_buttonRight {
    background-position: -120px -128px
}

.mCS-inset-2-dark.mCSB_scrollTools .mCSB_draggerRail, .mCS-inset-2.mCSB_scrollTools .mCSB_draggerRail, .mCS-inset-3-dark.mCSB_scrollTools .mCSB_draggerRail, .mCS-inset-3.mCSB_scrollTools .mCSB_draggerRail, .mCS-inset-dark.mCSB_scrollTools .mCSB_draggerRail, .mCS-inset.mCSB_scrollTools .mCSB_draggerRail {
    width: 12px;
    background-color: #000;
    background-color: rgba(0, 0, 0, .2)
}

.mCS-inset-2-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar, .mCS-inset-2.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar, .mCS-inset-3-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar, .mCS-inset-3.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar, .mCS-inset-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar, .mCS-inset.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
    width: 6px;
    margin: 3px 5px;
    position: absolute;
    height: auto;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0
}

.mCS-inset-2-dark.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar, .mCS-inset-2.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar, .mCS-inset-3-dark.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar, .mCS-inset-3.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar, .mCS-inset-dark.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar, .mCS-inset.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar {
    height: 6px;
    margin: 5px 3px;
    position: absolute;
    width: auto;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0
}

.mCS-inset-2-dark.mCSB_scrollTools_horizontal .mCSB_draggerRail, .mCS-inset-2.mCSB_scrollTools_horizontal .mCSB_draggerRail, .mCS-inset-3-dark.mCSB_scrollTools_horizontal .mCSB_draggerRail, .mCS-inset-3.mCSB_scrollTools_horizontal .mCSB_draggerRail, .mCS-inset-dark.mCSB_scrollTools_horizontal .mCSB_draggerRail, .mCS-inset.mCSB_scrollTools_horizontal .mCSB_draggerRail {
    width: 100%;
    height: 12px;
    margin: 2px 0
}

.mCS-inset-2.mCSB_scrollTools .mCSB_buttonUp, .mCS-inset-3.mCSB_scrollTools .mCSB_buttonUp, .mCS-inset.mCSB_scrollTools .mCSB_buttonUp {
    background-position: -32px -72px
}

.mCS-inset-2.mCSB_scrollTools .mCSB_buttonDown, .mCS-inset-3.mCSB_scrollTools .mCSB_buttonDown, .mCS-inset.mCSB_scrollTools .mCSB_buttonDown {
    background-position: -32px -92px
}

.mCS-inset-2.mCSB_scrollTools .mCSB_buttonLeft, .mCS-inset-3.mCSB_scrollTools .mCSB_buttonLeft, .mCS-inset.mCSB_scrollTools .mCSB_buttonLeft {
    background-position: -40px -112px
}

.mCS-inset-2.mCSB_scrollTools .mCSB_buttonRight, .mCS-inset-3.mCSB_scrollTools .mCSB_buttonRight, .mCS-inset.mCSB_scrollTools .mCSB_buttonRight {
    background-position: -40px -128px
}

.mCS-inset-2-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar, .mCS-inset-3-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar, .mCS-inset-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
    background-color: #000;
    background-color: rgba(0, 0, 0, .75)
}

.mCS-inset-2-dark.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar, .mCS-inset-3-dark.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar, .mCS-inset-dark.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar {
    background-color: #000;
    background-color: rgba(0, 0, 0, .85)
}

.mCS-inset-2-dark.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar, .mCS-inset-2-dark.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar, .mCS-inset-3-dark.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar, .mCS-inset-3-dark.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar, .mCS-inset-dark.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar, .mCS-inset-dark.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar {
    background-color: #000;
    background-color: rgba(0, 0, 0, .9)
}

.mCS-inset-2-dark.mCSB_scrollTools .mCSB_draggerRail, .mCS-inset-3-dark.mCSB_scrollTools .mCSB_draggerRail, .mCS-inset-dark.mCSB_scrollTools .mCSB_draggerRail {
    background-color: #000;
    background-color: rgba(0, 0, 0, .1)
}

.mCS-inset-2-dark.mCSB_scrollTools .mCSB_buttonUp, .mCS-inset-3-dark.mCSB_scrollTools .mCSB_buttonUp, .mCS-inset-dark.mCSB_scrollTools .mCSB_buttonUp {
    background-position: -112px -72px
}

.mCS-inset-2-dark.mCSB_scrollTools .mCSB_buttonDown, .mCS-inset-3-dark.mCSB_scrollTools .mCSB_buttonDown, .mCS-inset-dark.mCSB_scrollTools .mCSB_buttonDown {
    background-position: -112px -92px
}

.mCS-inset-2-dark.mCSB_scrollTools .mCSB_buttonLeft, .mCS-inset-3-dark.mCSB_scrollTools .mCSB_buttonLeft, .mCS-inset-dark.mCSB_scrollTools .mCSB_buttonLeft {
    background-position: -120px -112px
}

.mCS-inset-2-dark.mCSB_scrollTools .mCSB_buttonRight, .mCS-inset-3-dark.mCSB_scrollTools .mCSB_buttonRight, .mCS-inset-dark.mCSB_scrollTools .mCSB_buttonRight {
    background-position: -120px -128px
}

.mCS-inset-2-dark.mCSB_scrollTools .mCSB_draggerRail, .mCS-inset-2.mCSB_scrollTools .mCSB_draggerRail {
    background-color: transparent;
    border-width: 1px;
    border-style: solid;
    border-color: #fff;
    border-color: rgba(255, 255, 255, .2);
    box-sizing: border-box
}

.mCS-inset-2-dark.mCSB_scrollTools .mCSB_draggerRail {
    border-color: #000;
    border-color: rgba(0, 0, 0, .2)
}

.mCS-inset-3.mCSB_scrollTools .mCSB_draggerRail {
    background-color: #fff;
    background-color: rgba(255, 255, 255, .6)
}

.mCS-inset-3-dark.mCSB_scrollTools .mCSB_draggerRail {
    background-color: #000;
    background-color: rgba(0, 0, 0, .6)
}

.mCS-inset-3.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
    background-color: #000;
    background-color: rgba(0, 0, 0, .75)
}

.mCS-inset-3.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar {
    background-color: #000;
    background-color: rgba(0, 0, 0, .85)
}

.mCS-inset-3.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar, .mCS-inset-3.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar {
    background-color: #000;
    background-color: rgba(0, 0, 0, .9)
}

.mCS-inset-3-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
    background-color: #fff;
    background-color: rgba(255, 255, 255, .75)
}

.mCS-inset-3-dark.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar {
    background-color: #fff;
    background-color: rgba(255, 255, 255, .85)
}

.mCS-inset-3-dark.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar, .mCS-inset-3-dark.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar {
    background-color: #fff;
    background-color: rgba(255, 255, 255, .9)
}

.not-found {
    background-color: #4878da;
    height: 100vh
}

.not-found .container {
    background-color: #4878da
}

.not-found .button-home {
    border-color: #fff;
    color: #fff;
    margin-bottom: 35px;
    margin-top: 70px
}

.not-found .button-home:before {
    content: ' ';
    display: inline-block;
    font-size: 10px;
    background-image: url(../images/sprite_svg.svg?38780);
    background-repeat: no-repeat;
    background-size: 6.8em 846.7em;
    background-position: -.2em -68.4em;
    width: 1.3969em;
    height: 1.3em;
    margin-right: 10px
}

.no-svg .not-found .button-home:before {
    background-image: url(../images/sprite_svg.png?38780)
}

.not-found .button-home:hover:before {
    background-position: -.2em -70.10000000000001em;
    width: 1.3969em;
    height: 1.3em
}

.not-found h1.title, .not-found h2.subtitle {
    font-size: 30px;
    color: #fff;
    text-transform: none;
    margin: 0
}

.not-found h2.subtitle {
    font-size: 24px;
    margin-bottom: 30px;
    font-family: NotoSans-Regular
}

.not-found p {
    font-size: 14px;
    color: #fff;
    line-height: 1.5;
    position: relative;
    padding-left: 40px
}

.not-found p.ufo:before {
    content: ' ';
    display: inline-block;
    font-size: 10px;
    background-image: url(../images/sprite_svg.svg?38780);
    background-repeat: no-repeat;
    background-size: 6.8em 846.7em;
    background-position: -.2em -73.5em;
    width: 2.2em;
    height: 2.5em;
    display: block;
    margin-right: 20px;
    position: absolute;
    left: 0;
    top: 5px
}

.no-svg .not-found p.ufo:before {
    background-image: url(../images/sprite_svg.png?38780)
}

.not-found p.error:before {
    content: ' ';
    display: inline-block;
    font-size: 10px;
    background-image: url(../images/sprite_svg.svg?38780);
    background-repeat: no-repeat;
    background-size: 6.8em 846.7em;
    background-position: -.2em -65.8em;
    width: 2.1969000000000003em;
    height: 2.1969000000000003em;
    display: block;
    margin-right: 20px;
    position: absolute;
    left: 0;
    top: 5px
}

.no-svg .not-found p.error:before {
    background-image: url(../images/sprite_svg.png?38780)
}

.not-found .search {
    position: relative;
    border-bottom: 1px solid #fff;
    margin-top: 40px;
    margin-bottom: 70px;
    padding-bottom: 10px
}

.not-found .search .input {
    border: none;
    background: 0 0;
    color: #fff;
    padding: 0 10px 0 40px
}

.not-found .search .input::-webkit-input-placeholder {
    color: #fff
}

.not-found .search .input:-ms-input-placeholder {
    color: #fff
}

.not-found .search .input::placeholder {
    color: #fff
}

.not-found .search .input:focus ~ .icon:before {
    content: ' ';
    display: inline-block;
    font-size: 10px;
    background-image: url(../images/sprite_svg.svg?38780);
    background-repeat: no-repeat;
    background-size: 6.8em 846.7em;
    background-position: -.2em -285.8em;
    width: 1.797em;
    height: 1.9em
}

.no-svg .not-found .search .input:focus ~ .icon:before {
    background-image: url(../images/sprite_svg.png?38780)
}

.not-found .search .icon {
    position: absolute;
    top: 5px
}

.not-found .search .icon:before {
    content: ' ';
    display: inline-block;
    font-size: 10px;
    background-image: url(../images/sprite_svg.svg?38780);
    background-repeat: no-repeat;
    background-size: 6.8em 846.7em;
    background-position: -.2em -279.9em;
    width: 1.797em;
    height: 1.9em
}

.no-svg .not-found .search .icon:before {
    background-image: url(../images/sprite_svg.png?38780)
}

.not-found .report {
    background: #3f6dca;
    padding: 30px 40px;
    border-radius: 4px;
    margin-bottom: 40px
}

.not-found .report .media-body {
    width: 100%
}

.not-found .report p {
    padding: 0;
    margin: 0
}

.not-found .report .btn {
    display: inline-block;
    border-color: #fff;
    color: #fff
}

.not-found .report .btn:hover {
    color: #5f7ec1
}

.not-found .foot p {
    padding: 0
}

.breadcrumb-svg {
    padding: 0;
    list-style: none;
    background-color: transparent;
    border-radius: 0;
    float: left;
    margin-bottom: 20px;
    line-height: 1
}

.g-wrap .breadcrumb-svg ol {
    font-size: 14px;
    margin: 0
}

.breadcrumb-svg li {
    float: left
}

.breadcrumb-svg li > a, .breadcrumb-svg li > span {
    text-decoration: none;
    display: inline-block;
    vertical-align: top
}

.breadcrumb-svg li > a {
    color: #f5bf00
}

.breadcrumb-svg li > a:hover {
    color: #ffce20
}

.breadcrumb-svg li + li {
    margin-left: 6px
}

.breadcrumb-svg li + li > a, .breadcrumb-svg li + li > span {
    margin-left: 10px
}

.breadcrumb-svg li + li:before {
    content: '';
    display: inline-block;
    vertical-align: top;
    width: 6px;
    height: 6px;
    position: relative;
    border-top: 2px solid #f5bf00;
    border-right: 2px solid #f5bf00;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    will-change: transform;
    top: 5px
}

.breadcrumb-svg .active {
    color: #fff
}

.article-switch {
    border: 1px solid #e1e5f0;
    padding: 16px 10px;
    background-color: #fff;
    position: relative;
    z-index: 10
}

.article-switch .ttl {
    text-transform: uppercase;
    font-size: 14px;
    color: #000;
    text-align: center
}

.article-switch label {
    position: relative;
    display: block;
    font-size: 14px;
    padding-top: 50px;
    cursor: pointer
}

.article-switch label:hover .dragger {
    background: #6797f9
}

.article-switch .checkbox {
    display: block;
    width: 0;
    height: 0;
    opacity: 0
}

.article-switch .switch {
    position: absolute;
    top: 15px;
    left: 50%;
    height: 24px;
    border: 1px solid #e1e5f0;
    width: 100px;
    margin-left: -50px;
    background: #f7f7f7;
    border-radius: 10px
}

.article-switch .switch .dragger {
    position: absolute;
    top: 0;
    left: -2px;
    background: #4878da;
    height: 34px;
    width: 34px;
    border-radius: 50%;
    margin-top: -5px;
    transition: all .2s ease
}

.article-switch .full, .article-switch .short {
    width: 50%;
    float: left;
    color: #7783a0
}

.article-switch .full {
    text-align: right;
    padding-right: 30px;
    color: #4878da
}

.article-switch .short {
    padding-left: 15px
}

.article-switch input[type=checkbox]:checked ~ .switch .dragger {
    left: 66px
}

.article-switch input[type=checkbox]:checked ~ .full {
    color: #7783a0
}

.article-switch input[type=checkbox]:checked ~ .short {
    color: #4878da
}

.content-short {
    background: #4878da;
    margin-bottom: 50px;
    color: #fff;
    border: 30px solid rgba(255, 255, 255, .3)
}

.content-short .cs-header {
    padding: 30px 40px 20px
}

.content-short .pic-logo {
    float: left;
    padding-top: 15px
}

.content-short .pic-logo img {
    display: block;
    margin: 0 auto
}

.content-short .description {
    float: right;
    width: 200px
}

.content-short .shock-label {
    line-height: 1.2;
    font-size: 16px;
    text-align: right
}

.content-short .shock-label span {
    display: inline-block;
    text-transform: uppercase;
    font-family: NotoSans-Bold, Helvetica, Arial, sans-serif;
    color: #fff;
    background: #232937;
    position: relative
}

.content-short .shock-label span:first-child {
    padding: 10px 14px 10px
}

.content-short .shock-label span:last-child {
    padding: 0 14px 8px;
    top: -6px
}

.content-short .cs-body {
    font-size: 18px;
    line-height: 1.4;
    padding: 20px 40px 40px
}

.content-short .pic-foot {
    position: relative;
    background: #1b2f57;
    height: 250px;
    overflow: hidden
}

.content-short .pic-foot img {
    position: absolute;
    display: block;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    min-width: 100%;
    min-height: 100%;
    width: auto;
    height: auto
}

.article-inset {
    position: relative
}

.article-inset .wrap {
    position: absolute;
    top: 0;
    left: 100%;
    padding-left: 65px
}

.article-inset .wrap_i {
    width: 225px;
    background: #f7f7f7 url(../images/bg-inset.svg) no-repeat right -15px bottom -10px;
    font-size: 14px;
    padding: 22px 20px;
    border-radius: 8px
}

.article-inset .wrap_i a {
    display: inline-block
}

.article-continued {
    clear: both;
    border: 1px dashed #999;
    color: #999;
    text-align: center;
    padding: 20px 0;
    border-radius: 10px
}

.article-tags {
    margin-bottom: 35px
}

.article-tags .list {
    margin-left: -4px;
    margin-right: -4px
}

.article-tags .item {
    float: left;
    margin: 4px
}

.article-tags .item > a {
    display: block;
    background: #f7f7f7;
    text-decoration: none;
    font-size: 14px;
    color: #67738d;
    padding: 0 18px;
    height: 36px;
    line-height: 36px;
    border-radius: 4px
}

.article-tags .item > a:hover {
    background: #e5edfd;
    color: #4878da
}

.article-controls .list {
    border-top: 1px solid #e1e5f0;
    padding-top: 25px
}

.article-controls .item {
    position: relative;
    display: block;
    text-decoration: none;
    height: 42px;
    line-height: 42px;
    font-size: 14px
}

.article-controls .bookmark, .article-controls .bugs {
    float: left;
    color: #4878da;
    padding-left: 25px;
    transition: color .2s ease
}

.article-controls .bookmark:hover, .article-controls .bugs:hover {
    color: #6797f9
}

.article-controls .bookmark:before, .article-controls .bugs:before {
    content: ' ';
    display: inline-block;
    font-size: 10px;
    background-image: url(../images/sprite_svg.svg?38780);
    background-repeat: no-repeat;
    background-size: 6.8em 846.7em;
    position: absolute;
    top: 50%;
    left: 0;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%)
}

.no-svg .article-controls .bookmark:before, .no-svg .article-controls .bugs:before {
    background-image: url(../images/sprite_svg.png?38780)
}

.article-controls .bookmark span, .article-controls .bugs span {
    display: block;
    line-height: 42px;
    height: 42px
}

.article-controls .bugs {
    margin-right: 40px
}

.article-controls .bugs:hover:before {
    background-position: -.2em -248.2em;
    width: 1.9094000000000002em;
    height: 1.6719000000000002em
}

.article-controls .bugs:before {
    background-position: -.2em -246.1em;
    width: 1.9094000000000002em;
    height: 1.6719000000000002em
}

.article-controls .bookmark:hover:before {
    background-position: -.2em -107.4em;
    width: 1.2em;
    height: 1.8em
}

.article-controls .bookmark:before {
    background-position: -.2em -105.2em;
    width: 1.2em;
    height: 1.8em
}

.article-controls .rating {
    float: right
}

.article-controls .rating .minus, .article-controls .rating .plus {
    display: block;
    float: left;
    text-decoration: none;
    height: 42px;
    padding: 0 10px;
    text-align: center;
    border-radius: 3px;
    min-width: 42px
}

.article-controls .rating .minus:hover, .article-controls .rating .plus:hover {
    background: #eff0f2
}

.article-controls .rating .plus {
    color: #69ec8b
}

.article-controls .rating .minus {
    color: #f74f4f;
    margin-left: 8px
}

.article-controls .control {
    position: relative;
    float: left;
    margin-right: 40px
}

.article-controls .control:before {
    content: ' ';
    display: inline-block;
    font-size: 10px;
    background-image: url(../images/sprite_svg.svg?38780);
    background-repeat: no-repeat;
    background-size: 6.8em 846.7em;
    background-position: -.2em -290.59999999999997em;
    width: 1.809em;
    height: 2.091em;
    display: none;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%)
}

.no-svg .article-controls .control:before {
    background-image: url(../images/sprite_svg.png?38780)
}

.article-controls .control .drop-actions .label {
    font-size: 14px;
    color: #7783a0;
    line-height: 42px;
    padding: 0 8px 0 0;
    float: left
}

.article-controls .control .drop-actions .wrap_i {
    overflow: hidden
}

.article-controls .control .drop-actions .sh-list a {
    display: block;
    padding: 13px 12px;
    transition: none;
    float: left
}

.article-controls .control .drop-actions .sh-list a.fb:before {
    content: ' ';
    display: inline-block;
    font-size: 10px;
    background-image: url(../images/sprite_svg.svg?38780);
    background-repeat: no-repeat;
    background-size: 6.8em 846.7em;
    background-position: -.2em -346.5em;
    width: 1.6em;
    height: 1.6em;
    display: block
}

.no-svg .article-controls .control .drop-actions .sh-list a.fb:before {
    background-image: url(../images/sprite_svg.png?38780)
}

.article-controls .control .drop-actions .sh-list a.vk:before {
    content: ' ';
    display: inline-block;
    font-size: 10px;
    background-image: url(../images/sprite_svg.svg?38780);
    background-repeat: no-repeat;
    background-size: 6.8em 846.7em;
    background-position: -.2em -503.8em;
    width: 2.8em;
    height: 1.6em;
    display: block
}

.no-svg .article-controls .control .drop-actions .sh-list a.vk:before {
    background-image: url(../images/sprite_svg.png?38780)
}

.article-controls .control .drop-actions .sh-list a.instagram:before {
    content: ' ';
    display: inline-block;
    font-size: 10px;
    background-image: url(../images/sprite_svg.svg?38780);
    background-repeat: no-repeat;
    background-size: 6.8em 846.7em;
    background-position: -.2em -375em;
    width: 1.6em;
    height: 1.6em;
    display: block
}

.no-svg .article-controls .control .drop-actions .sh-list a.instagram:before {
    background-image: url(../images/sprite_svg.png?38780)
}

.article-controls .control .drop-actions .sh-list a.youtube:before {
    content: ' ';
    display: inline-block;
    font-size: 10px;
    background-image: url(../images/sprite_svg.svg?38780);
    background-repeat: no-repeat;
    background-size: 6.8em 846.7em;
    background-position: -.2em -533em;
    width: 2.2em;
    height: 1.6em;
    display: block
}

.no-svg .article-controls .control .drop-actions .sh-list a.youtube:before {
    background-image: url(../images/sprite_svg.png?38780)
}

.article-controls .control .drop-actions .sh-list a.telegram:before {
    content: ' ';
    display: inline-block;
    font-size: 10px;
    background-image: url(../images/sprite_svg.svg?38780);
    background-repeat: no-repeat;
    background-size: 6.8em 846.7em;
    background-position: -.2em -468.59999999999997em;
    width: 1.6em;
    height: 1.6em;
    display: block
}

.no-svg .article-controls .control .drop-actions .sh-list a.telegram:before {
    background-image: url(../images/sprite_svg.png?38780)
}

.article-controls .control .drop-actions .sh-list a.viber:before {
    content: ' ';
    display: inline-block;
    font-size: 10px;
    background-image: url(../images/sprite_svg.svg?38780);
    background-repeat: no-repeat;
    background-size: 6.8em 846.7em;
    background-position: -.2em -495.8em;
    width: 1.5561999999999998em;
    height: 1.6em;
    display: block
}

.no-svg .article-controls .control .drop-actions .sh-list a.viber:before {
    background-image: url(../images/sprite_svg.png?38780)
}

.article-controls .control .drop-actions .sh-list a.tw:before {
    content: ' ';
    display: inline-block;
    font-size: 10px;
    background-image: url(../images/sprite_svg.svg?38780);
    background-repeat: no-repeat;
    background-size: 6.8em 846.7em;
    background-position: -.2em -476.59999999999997em;
    width: 1.6em;
    height: 1.6em;
    display: block
}

.no-svg .article-controls .control .drop-actions .sh-list a.tw:before {
    background-image: url(../images/sprite_svg.png?38780)
}

.article-controls .control .drop-actions .sh-list a:hover.fb:before {
    background-position: -.2em -348.5em;
    width: 1.6em;
    height: 1.6em
}

.article-controls .control .drop-actions .sh-list a:hover.vk:before {
    background-position: -.2em -505.8em;
    width: 2.8em;
    height: 1.6em
}

.article-controls .control .drop-actions .sh-list a:hover.instagram:before {
    background-position: -.2em -377em;
    width: 1.6em;
    height: 1.6em
}

.article-controls .control .drop-actions .sh-list a:hover.youtube:before {
    content: ' ';
    display: inline-block;
    font-size: 10px;
    background-image: url(../images/sprite_svg.svg?38780);
    background-repeat: no-repeat;
    background-size: 6.8em 846.7em;
    background-position: -.2em -535em;
    width: 2.2em;
    height: 1.6em;
    display: block
}

.no-svg .article-controls .control .drop-actions .sh-list a:hover.youtube:before {
    background-image: url(../images/sprite_svg.png?38780)
}

.article-controls .control .drop-actions .sh-list a:hover.telegram:before {
    background-position: -.2em -470.59999999999997em;
    width: 1.6em;
    height: 1.6em
}

.article-controls .control .drop-actions .sh-list a:hover.viber:before {
    background-position: -.2em -497.8em;
    width: 1.5561999999999998em;
    height: 1.6em
}

.article-controls .control .drop-actions .sh-list a:hover.tw:before {
    background-position: -.2em -478.59999999999997em;
    width: 1.6em;
    height: 1.6em
}

.article-controls .sharing-wrap {
    float: left;
    margin-bottom: 20px
}

.article-controls .sharing-wrap .ya-share2__link {
    display: block
}

.g-comments {
    position: relative;
    padding-top: 50px;
    padding-bottom: 50px
}

.g-comments:before {
    content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 50%;
    height: 100%;
    width: 10000px;
    margin-left: -5000px;
    background: #f7f7f7
}

.g-comments .title-comments {
    margin-bottom: 30px
}

.g-comments .title-comments .c-title {
    float: left;
    position: relative;
    color: #38383a;
    margin: 0;
    font-size: 24px;
    font-family: Xenia-Extended, Helvetica, Arial, sans-serif;
    line-height: 50px;
    height: 50px;
    text-transform: uppercase
}

.g-comments .title-comments .c-filter {
    float: right;
    margin-left: -12px
}

.g-comments .title-comments .c-filter a {
    display: block;
    float: left;
    margin: 0 0 8px 12px;
    text-decoration: none;
    height: 50px;
    line-height: 50px;
    color: #67738d;
    background: #fff;
    font-size: 14px;
    padding: 0 20px;
    border-radius: 4px;
    transition: background .2s ease
}

.g-comments .title-comments .c-filter a:hover {
    background: #e5edfd;
    color: #4878da
}

.g-comments .title-comments .c-filter a.active {
    color: #fff;
    background: #4878da
}

.g-comments .item {
    border-top: 1px solid #d1d4d9
}

.g-comments .item .comment + .comment:not(.feedback) {
    border-top: 1px solid #d1d4d9
}

.g-comments .comment.c-admin {
    background: linear-gradient(to right, rgba(255, 255, 255, 0) 0, #ecf2ed 50%, rgba(255, 255, 255, 0) 100%)
}

.g-comments .comment.c-top {
    border-top: 1px solid #d1d4d9;
    border-bottom: none;
    background: linear-gradient(to right, rgba(255, 255, 255, 0) 0, #e3e8ef 50%, rgba(255, 255, 255, 0) 100%)
}

.g-comments .comment-header {
    padding: 10px 0 5px
}

.g-comments .comment-header .reply-name {
    float: left;
    font-size: 16px;
    line-height: 30px;
    height: 30px;
    font-family: NotoSans-Bold, Helvetica, Arial, sans-serif;
    color: #7783a0;
    white-space: nowrap;
    overflow: hidden;
    max-width: 400px;
    text-overflow: ellipsis
}

.g-comments .drop-menu {
    position: relative;
    float: right
}

.g-comments .drop-menu.open .btn-drop {
    background: #eee
}

.g-comments .drop-menu.open .btn-drop span, .g-comments .drop-menu.open .btn-drop span:after, .g-comments .drop-menu.open .btn-drop span:before, .g-comments .drop-menu.open .btn-drop:hover span, .g-comments .drop-menu.open .btn-drop:hover span:after, .g-comments .drop-menu.open .btn-drop:hover span:before {
    background: #6797f9
}

.g-comments .drop-menu.open .drop-list {
    display: block
}

.g-comments .drop-menu .btn-drop {
    position: relative;
    height: 30px;
    width: 30px;
    border: none;
    display: block;
    padding: 0;
    outline: 0;
    border-radius: 2px;
    background: 0 0
}

.g-comments .drop-menu .btn-drop:hover span, .g-comments .drop-menu .btn-drop:hover span:after, .g-comments .drop-menu .btn-drop:hover span:before {
    background: #4878da
}

.g-comments .drop-menu .btn-drop span {
    position: absolute;
    display: block;
    width: 4px;
    height: 4px;
    border-radius: 50%;
    background: #ccc;
    top: 50%;
    left: 50%;
    margin-left: -2px;
    margin-top: -2px;
    transition: background .2s ease
}

.g-comments .drop-menu .btn-drop span:after, .g-comments .drop-menu .btn-drop span:before {
    content: '';
    position: absolute;
    display: block;
    width: 4px;
    height: 4px;
    border-radius: 50%;
    background: #ccc;
    left: 0;
    transition: background .2s ease
}

.g-comments .drop-menu .btn-drop span:before {
    bottom: 100%;
    margin-bottom: 3px
}

.g-comments .drop-menu .btn-drop span:after {
    top: 100%;
    margin-top: 3px
}

.g-comments .drop-menu .drop-list {
    display: none;
    position: absolute;
    z-index: 10;
    top: 0;
    right: 100%;
    padding-right: 15px
}

.g-comments .drop-menu .drop-list ul {
    position: relative;
    margin: 0;
    background: #fff;
    padding: 20px 25px;
    box-shadow: 0 4px 15px rgba(0, 0, 0, .1);
    width: 300px;
    border: 1px solid #d1d4d9
}

.g-comments .drop-menu .drop-list ul:before {
    content: '';
    display: block;
    width: 10px;
    height: 10px;
    position: absolute;
    top: 8px;
    right: -5px;
    background: #fff;
    border-top: 1px solid #d1d4d9;
    border-right: 1px solid #d1d4d9;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg)
}

.g-comments .drop-menu .drop-list ul li + li {
    margin-top: 12px
}

.g-comments .drop-menu .drop-list ul li > a {
    display: block;
    text-decoration: none;
    font-size: 14px;
    line-height: 1.2
}

.g-comments .comment-body .wrap-pic {
    position: relative;
    float: left;
    margin-right: 20px
}

.g-comments .comment-body .wrap-pic:before {
    content: ' ';
    display: inline-block;
    font-size: 10px;
    background-image: url(../images/sprite_svg.svg?38780);
    background-repeat: no-repeat;
    background-size: 6.8em 846.7em;
    background-position: -.2em -275.8em;
    width: 1.3em;
    height: 3.7em;
    display: none;
    position: absolute;
    top: -10px;
    left: 0
}

.no-svg .g-comments .comment-body .wrap-pic:before {
    background-image: url(../images/sprite_svg.png?38780)
}

.g-comments .comment-body .pic {
    width: 50px;
    height: 50px;
    overflow: hidden;
    border-radius: 50%
}

.g-comments .comment-body .pic img {
    display: block;
    width: 100%;
    height: 100%
}

.g-comments .comment-body .clan {
    position: absolute;
    top: 50%;
    right: -6px
}

.g-comments .comment-body .clan:before {
    display: block
}

.g-comments .comment-body .wrap-text {
    overflow: hidden
}

.g-comments .comment-body .profile {
    margin-bottom: 10px
}

.g-comments .comment-body .name {
    font-family: NotoSans-Bold, Helvetica, Arial, sans-serif;
    line-height: 20px;
    float: left;
    font-size: 16px;
    margin-right: 20px;
    white-space: nowrap;
    overflow: hidden;
    max-width: 350px;
    text-overflow: ellipsis
}

.g-comments .comment-body .date {
    float: left;
    line-height: 20px;
    font-size: 14px;
    color: #7783a0
}

.g-comments .comment-body .text {
    font-size: 16px;
    line-height: 1.8
}

.g-comments .comment-footer {
    padding: 15px 0
}

.g-comments .comment-footer .rating {
    float: right
}

.g-comments .comment-footer .rating .minus, .g-comments .comment-footer .rating .plus {
    display: block;
    float: left;
    font-size: 14px;
    text-decoration: none;
    height: 24px;
    min-width: 24px;
    padding: 0 4px;
    line-height: 24px;
    text-align: center;
    border-radius: 3px
}

.g-comments .comment-footer .rating .minus:hover, .g-comments .comment-footer .rating .plus:hover {
    background: #eee
}

.g-comments .comment-footer .rating .plus {
    color: #69ec8b
}

.g-comments .comment-footer .rating .minus {
    color: #f74f4f;
    margin-left: 12px
}

.g-comments .comment-footer .reply {
    float: right;
    margin-right: 30px
}

.g-comments .comment-footer .reply a {
    display: block;
    font-size: 14px;
    text-decoration: none;
    height: 24px;
    line-height: 24px
}

.g-comments .more-comment {
    position: relative;
    text-align: center;
    padding: 18px 0
}

.g-comments .more-comment:before {
    content: ''
}

.g-comments .more-comment.on button {
    visibility: hidden;
    opacity: 0
}

.g-comments .more-comment.on .preloader {
    display: block
}

.g-comments .more-comment button {
    display: inline-block;
    position: relative;
    padding: 0 15px 0 0;
    margin: 0;
    height: 22px;
    line-height: 22px;
    font-size: 14px;
    color: #4878da;
    border: none;
    background: 0 0
}

.g-comments .more-comment button:hover {
    color: #6797f9
}

.g-comments .more-comment button:hover:before {
    background-position: -.2em -110.5em;
    width: .8029999999999999em;
    height: .5em
}

.g-comments .more-comment button:before {
    content: ' ';
    display: inline-block;
    font-size: 10px;
    background-image: url(../images/sprite_svg.svg?38780);
    background-repeat: no-repeat;
    background-size: 6.8em 846.7em;
    background-position: -.2em -109.60000000000001em;
    width: .8029999999999999em;
    height: .5em;
    position: absolute;
    top: 8px;
    right: 0
}

.no-svg .g-comments .more-comment button:before {
    background-image: url(../images/sprite_svg.png?38780)
}

.g-comments .more-comment .preloader {
    display: none;
    position: absolute;
    z-index: 15;
    width: 40px;
    height: 40px;
    top: 50%;
    left: 50%;
    border: 4px solid #4878da;
    border-radius: 50%;
    -webkit-animation: spin 1s linear infinite;
    animation: spin 1s linear infinite;
    margin-top: -20px;
    margin-left: -20px;
    transition: opacity .3s ease
}

.g-comments .more-comment .preloader:before {
    content: '';
    display: block;
    height: 5px;
    width: 20px;
    position: relative;
    top: -4px;
    left: -10px;
    margin: 0 auto;
    background: linear-gradient(to right, rgba(255, 255, 255, 0) 0, #fff 80%)
}

.g-comments .more-comment .subscribe-link {
    position: absolute;
    left: 0;
    top: 22px;
    height: 22px;
    min-width: 22px;
    line-height: 22px;
    font-size: 14px;
    text-decoration: none;
    color: #4878da;
    padding-left: 25px
}

.g-comments .more-comment .subscribe-link:hover {
    color: #6797f9
}

.g-comments .more-comment .subscribe-link:hover:before {
    background-position: -.2em -242.5em;
    width: 1.8em;
    height: 1.4em
}

.g-comments .more-comment .subscribe-link:before {
    content: ' ';
    display: inline-block;
    font-size: 10px;
    background-image: url(../images/sprite_svg.svg?38780);
    background-repeat: no-repeat;
    background-size: 6.8em 846.7em;
    background-position: -.2em -240.7em;
    width: 1.8em;
    height: 1.4em;
    position: absolute;
    top: 50%;
    left: 0;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    margin-top: -1px
}

.no-svg .g-comments .more-comment .subscribe-link:before {
    background-image: url(../images/sprite_svg.png?38780)
}

.g-comments .reply-list {
    padding-left: 70px
}

.g-comments .reply-list .comment:last-child {
    border-bottom: none
}

.g-comments .reply-list .comment .comment-header {
    padding-top: 15px;
    padding-bottom: 20px
}

.g-comments .reply-list .comment .wrap-pic {
    padding-left: 30px
}

.g-comments .reply-list .comment .wrap-pic:before {
    display: block
}

.g-comments .comment-reply {
    margin-left: 70px
}

.g-comments .comment-reply .comment-header {
    padding-top: 15px;
    padding-bottom: 20px
}

.g-comments .comment-reply .wrap-pic {
    padding-left: 30px
}

.g-comments .comment-reply .wrap-pic:before {
    display: block
}

.g-comments .feedback {
    border-top: 1px solid #d1d4d9;
    border-bottom: none;
    padding: 35px 0
}

.g-comments .feedback.comment-reply {
    border-top: none
}

.g-comments .feedback .wrap-form {
    overflow: hidden
}

.g-comments .feedback .form-comment.open .submit-wrap {
    display: block
}

.g-comments .feedback .form-comment.in textarea {
    border-color: #d1d4d9;
    overflow: inherit;
    height: 140px
}

.g-comments .feedback .form-comment.in .submit-wrap {
    padding-top: 20px;
    opacity: 1
}

.g-comments .feedback textarea {
    display: block;
    resize: none;
    width: 100%;
    margin: 0;
    font-size: 14px;
    padding: 15px 40px 15px 20px;
    height: 55px;
    background: #fff;
    border-radius: 10px;
    overflow: hidden;
    border: 1px solid transparent;
    transition: all .3s ease
}

.g-comments .feedback textarea:-moz-placeholder {
    color: #7783a0;
    opacity: 1
}

.g-comments .feedback textarea::-moz-placeholder {
    color: #7783a0;
    opacity: 1
}

.g-comments .feedback textarea:-ms-input-placeholder {
    color: #7783a0
}

.g-comments .feedback textarea::-webkit-input-placeholder {
    color: #7783a0
}

.g-comments .feedback textarea.placeholder {
    color: #7783a0
}

.g-comments .feedback .submit-wrap {
    display: none;
    padding-top: 0;
    opacity: 0;
    transition: all .2s ease
}

.article-other {
    position: relative;
    padding-top: 50px
}

.article-other .title-icon {
    margin-bottom: 30px
}

.article-other + .grid-news {
    border-top: 1px solid #d1d4d9;
    padding-top: 50px;
    margin-top: 30px;
    margin-bottom: 0
}

.modal-sharing .modal-header {
    padding: 0;
    min-height: 20px
}

.modal-sharing .modal-body {
    padding-left: 20px;
    padding-right: 20px
}

.modal-sharing .modal-body h5 {
    text-align: center;
    margin-top: 0
}

.modal-sharing .modal-body .bookmarks {
    margin-bottom: 20px;
    padding-bottom: 20px;
    border-bottom: 1px solid #f2f4f9
}

.modal-sharing .modal-body .bookmarks a {
    position: relative;
    display: block;
    line-height: 22px;
    text-decoration: none;
    font-size: 14px;
    padding-left: 30px;
    color: #4878da;
    transition: none
}

.modal-sharing .modal-body .bookmarks a:hover {
    color: #6797f9
}

.modal-sharing .modal-body .bookmarks a:hover:before {
    background-position: -.2em -92.2em;
    width: 1.3em;
    height: 2.0907em
}

.modal-sharing .modal-body .bookmarks a:before {
    content: ' ';
    display: inline-block;
    font-size: 10px;
    background-image: url(../images/sprite_svg.svg?38780);
    background-repeat: no-repeat;
    background-size: 6.8em 846.7em;
    background-position: -.2em -89.7em;
    width: 1.3em;
    height: 2.0907em;
    display: block;
    position: absolute;
    top: 50%;
    left: 6px;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%)
}

.no-svg .modal-sharing .modal-body .bookmarks a:before {
    background-image: url(../images/sprite_svg.png?38780)
}

.modal-sharing .modal-body .sharing .label {
    font-size: 14px;
    margin-bottom: 6px
}

.modal-sharing .modal-body .sharing .sh-list {
    margin-left: -5px;
    margin-right: -5px
}

.modal-sharing .modal-body .sharing a {
    display: inline-block;
    padding: 6px 10px;
    transition: none
}

.modal-sharing .ya-share2 {
    text-align: center
}

.g-wrap .ya-share2.rounded-icons ul.ya-share2__list:not(.list-reset):not(.list-unstyled) .ya-share2__item_service_vkontakte .ya-share2__icon:before {
    content: ' ';
    display: inline-block;
    font-size: 10px;
    background-image: url(../images/sprite_svg.svg?38780);
    background-repeat: no-repeat;
    background-size: 6.8em 846.7em;
    background-position: -.2em -235.1em;
    width: 3.375em;
    height: 3.4em
}

.no-svg .g-wrap .ya-share2.rounded-icons ul.ya-share2__list:not(.list-reset):not(.list-unstyled) .ya-share2__item_service_vkontakte .ya-share2__icon:before {
    background-image: url(../images/sprite_svg.png?38780)
}

.g-wrap .ya-share2.rounded-icons ul.ya-share2__list:not(.list-reset):not(.list-unstyled) .ya-share2__item_service_vkontakte .ya-share2__icon:hover:before {
    opacity: .8;
    background-position: -.2em -235.1em;
    width: 3.375em;
    height: 3.4em
}

.g-wrap .ya-share2.rounded-icons ul.ya-share2__list:not(.list-reset):not(.list-unstyled) .ya-share2__item_service_facebook .ya-share2__icon:before {
    content: ' ';
    display: inline-block;
    font-size: 10px;
    background-image: url(../images/sprite_svg.svg?38780);
    background-repeat: no-repeat;
    background-size: 6.8em 846.7em;
    background-position: -.2em -203.6em;
    width: 3.375em;
    height: 3.4em
}

.no-svg .g-wrap .ya-share2.rounded-icons ul.ya-share2__list:not(.list-reset):not(.list-unstyled) .ya-share2__item_service_facebook .ya-share2__icon:before {
    background-image: url(../images/sprite_svg.png?38780)
}

.g-wrap .ya-share2.rounded-icons ul.ya-share2__list:not(.list-reset):not(.list-unstyled) .ya-share2__item_service_facebook .ya-share2__icon:hover:before {
    opacity: .8;
    background-position: -.2em -203.6em;
    width: 3.375em;
    height: 3.4em
}

.g-wrap .ya-share2.rounded-icons ul.ya-share2__list:not(.list-reset):not(.list-unstyled) .ya-share2__item_service_gplus .ya-share2__icon:before {
    content: ' ';
    display: inline-block;
    font-size: 10px;
    background-image: url(../images/sprite_svg.svg?38780);
    background-repeat: no-repeat;
    background-size: 6.8em 846.7em;
    background-position: -.2em -207.39999999999998em;
    width: 3.372em;
    height: 3.4em
}

.no-svg .g-wrap .ya-share2.rounded-icons ul.ya-share2__list:not(.list-reset):not(.list-unstyled) .ya-share2__item_service_gplus .ya-share2__icon:before {
    background-image: url(../images/sprite_svg.png?38780)
}

.g-wrap .ya-share2.rounded-icons ul.ya-share2__list:not(.list-reset):not(.list-unstyled) .ya-share2__item_service_gplus .ya-share2__icon:hover:before {
    opacity: .8;
    background-position: -.2em -207.39999999999998em;
    width: 3.372em;
    height: 3.4em
}

.g-wrap .ya-share2.white-icons ul.ya-share2__list:not(.list-reset):not(.list-unstyled) .ya-share2__item_service_vkontakte .ya-share2__icon:before {
    content: ' ';
    display: inline-block;
    font-size: 10px;
    background-image: url(../images/sprite_svg.svg?38780);
    background-repeat: no-repeat;
    background-size: 6.8em 846.7em;
    background-position: -.2em -501.8em;
    width: 2.8em;
    height: 1.6em;
}

.no-svg .g-wrap .ya-share2.white-icons ul.ya-share2__list:not(.list-reset):not(.list-unstyled) .ya-share2__item_service_vkontakte .ya-share2__icon:before {
    background-image: url(../images/sprite_svg.png?38780)
}

.g-wrap .ya-share2.white-icons ul.ya-share2__list:not(.list-reset):not(.list-unstyled) .ya-share2__item_service_facebook .ya-share2__icon:before {
    content: ' ';
    display: inline-block;
    font-size: 10px;
    background-image: url(../images/sprite_svg.svg?38780);
    background-repeat: no-repeat;
    background-size: 6.8em 846.7em;
    background-position: -.2em -344.5em;
    width: 1.6em;
    height: 1.6em
}

.no-svg .g-wrap .ya-share2.white-icons ul.ya-share2__list:not(.list-reset):not(.list-unstyled) .ya-share2__item_service_facebook .ya-share2__icon:before {
    background-image: url(../images/sprite_svg.png?38780)
}

.g-wrap .ya-share2.white-icons ul.ya-share2__list:not(.list-reset):not(.list-unstyled) .ya-share2__item_service_odnoklassniki .ya-share2__icon:before {
    content: ' ';
    display: inline-block;
    font-size: 10px;
    background-image: url(../images/sprite_svg.svg?38780);
    background-repeat: no-repeat;
    background-size: 6.8em 846.7em;
    background-position: -.2em -474.59999999999997em;
    width: 1.6em;
    height: 1.6em
}

.no-svg .g-wrap .ya-share2.white-icons ul.ya-share2__list:not(.list-reset):not(.list-unstyled) .ya-share2__item_service_odnoklassniki .ya-share2__icon:before {
    background-image: url(../images/sprite_svg.png?38780)
}

.g-wrap .ya-share2.white-icons ul.ya-share2__list:not(.list-reset):not(.list-unstyled) .ya-share2__item_service_twitter .ya-share2__icon:before {
    content: ' ';
    display: inline-block;
    font-size: 10px;
    background-image: url(../images/sprite_svg.svg?38780);
    background-repeat: no-repeat;
    background-size: 6.8em 846.7em;
    background-position: -.2em -474.59999999999997em;
    width: 1.6em;
    height: 1.6em
}

.no-svg .g-wrap .ya-share2.white-icons ul.ya-share2__list:not(.list-reset):not(.list-unstyled) .ya-share2__item_service_twitter .ya-share2__icon:before {
    background-image: url(../images/sprite_svg.png?38780)
}

.g-wrap .ya-share2.white-icons ul.ya-share2__list:not(.list-reset):not(.list-unstyled) .ya-share2__item_service_odnoklassniki .ya-share2__icon:before {
    content: ' ';
    display: inline-block;
    font-size: 10px;
    background-image: url(../images/sprite_svg.svg?38780);
    background-repeat: no-repeat;
    background-size: 6.8em 846.7em;
    background-position: -.2em -389.4em;
    width: 1em;
    height: 1.7em
}

.no-svg .g-wrap .ya-share2.white-icons ul.ya-share2__list:not(.list-reset):not(.list-unstyled) .ya-share2__item_service_odnoklassniki .ya-share2__icon:before {
    background-image: url(../images/sprite_svg.png?38780)
}

.g-wrap .ya-share2.white-icons ul.ya-share2__list:not(.list-reset):not(.list-unstyled) .ya-share2__item_service_gplus .ya-share2__icon:before {
    content: ' ';
    display: inline-block;
    font-size: 10px;
    background-image: url(../images/sprite_svg.svg?38780);
    background-repeat: no-repeat;
    background-size: 6.8em 846.7em;
    background-position: -.2em -354.5em;
    width: 2.5em;
    height: 1.7em
}

.no-svg .g-wrap .ya-share2.white-icons ul.ya-share2__list:not(.list-reset):not(.list-unstyled) .ya-share2__item_service_gplus .ya-share2__icon:before {
    background-image: url(../images/sprite_svg.png?38780)
}

.g-wrap .ya-share2.white-icons ul.ya-share2__list:not(.list-reset):not(.list-unstyled) .ya-share2__item_service_telegram .ya-share2__icon:before {
    content: ' ';
    display: inline-block;
    font-size: 10px;
    background-image: url(../images/sprite_svg.svg?38780);
    background-repeat: no-repeat;
    background-size: 6.8em 846.7em;
    background-position: -.2em -466.59999999999997em;
    width: 1.6em;
    height: 1.6em
}

.no-svg .g-wrap .ya-share2.white-icons ul.ya-share2__list:not(.list-reset):not(.list-unstyled) .ya-share2__item_service_telegram .ya-share2__icon:before {
    background-image: url(../images/sprite_svg.png?38780)
}

.g-wrap .ya-share2.white-icons ul.ya-share2__list:not(.list-reset):not(.list-unstyled) .ya-share2__item_service_viber .ya-share2__icon:before {
    content: ' ';
    display: inline-block;
    font-size: 10px;
    background-image: url(../images/sprite_svg.svg?38780);
    background-repeat: no-repeat;
    background-size: 6.8em 846.7em;
    background-position: -.2em -493.8em;
    width: 1.5561999999999998em;
    height: 1.6em
}

.no-svg .g-wrap .ya-share2.white-icons ul.ya-share2__list:not(.list-reset):not(.list-unstyled) .ya-share2__item_service_viber .ya-share2__icon:before {
    background-image: url(../images/sprite_svg.png?38780)
}

.g-wrap .ya-share2.white-icons ul.ya-share2__list:not(.list-reset):not(.list-unstyled) .ya-share2__item_service_whatsapp .ya-share2__icon:before {
    content: ' ';
    display: inline-block;
    font-size: 10px;
    background-image: url(../images/sprite_svg.svg?38780);
    background-repeat: no-repeat;
    background-size: 6.8em 846.7em;
    background-position: -.2em -521.4000000000001em;
    width: 2em;
    height: 2em
}

.no-svg .g-wrap .ya-share2.white-icons ul.ya-share2__list:not(.list-reset):not(.list-unstyled) .ya-share2__item_service_whatsapp .ya-share2__icon:before {
    background-image: url(../images/sprite_svg.png?38780)
}

.g-wrap .ya-share2.white-icons ul.ya-share2__list:not(.list-reset):not(.list-unstyled) .ya-share2__item_service_skype .ya-share2__icon:before {
    content: ' ';
    display: inline-block;
    font-size: 10px;
    background-image: url(../images/sprite_svg.svg?38780);
    background-repeat: no-repeat;
    background-size: 6.8em 846.7em;
    background-position: -.2em -448.2em;
    width: 1.8em;
    height: 1.8em
}

.no-svg .g-wrap .ya-share2.white-icons ul.ya-share2__list:not(.list-reset):not(.list-unstyled) .ya-share2__item_service_skype .ya-share2__icon:before {
    background-image: url(../images/sprite_svg.png?38780)
}

.g-wrap .ya-share2.white-icons ul.ya-share2__list:not(.list-reset):not(.list-unstyled) .ya-share2__item_service_blogger .ya-share2__icon:before {
    content: ' ';
    display: inline-block;
    font-size: 10px;
    background-image: url(../images/sprite_svg.svg?38780);
    background-repeat: no-repeat;
    background-size: 6.8em 846.7em;
    background-position: -.2em -311.3em;
    width: 1.6em;
    height: 1.6em
}

.no-svg .g-wrap .ya-share2.white-icons ul.ya-share2__list:not(.list-reset):not(.list-unstyled) .ya-share2__item_service_blogger .ya-share2__icon:before {
    background-image: url(../images/sprite_svg.png?38780)
}

.g-wrap .ya-share2.white-icons ul.ya-share2__list:not(.list-reset):not(.list-unstyled) .ya-share2__item_service_delicious .ya-share2__icon:before {
    content: ' ';
    display: inline-block;
    font-size: 10px;
    background-image: url(../images/sprite_svg.svg?38780);
    background-repeat: no-repeat;
    background-size: 6.8em 846.7em;
    background-position: -.2em -319.3em;
    width: 1.6em;
    height: 1.6em
}

.no-svg .g-wrap .ya-share2.white-icons ul.ya-share2__list:not(.list-reset):not(.list-unstyled) .ya-share2__item_service_delicious .ya-share2__icon:before {
    background-image: url(../images/sprite_svg.png?38780)
}

.g-wrap .ya-share2.white-icons ul.ya-share2__list:not(.list-reset):not(.list-unstyled) .ya-share2__item_service_digg .ya-share2__icon:before {
    content: ' ';
    display: inline-block;
    font-size: 10px;
    background-image: url(../images/sprite_svg.svg?38780);
    background-repeat: no-repeat;
    background-size: 6.8em 846.7em;
    background-position: -.2em -327.3em;
    width: 2.7em;
    height: 1.6em
}

.no-svg .g-wrap .ya-share2.white-icons ul.ya-share2__list:not(.list-reset):not(.list-unstyled) .ya-share2__item_service_digg .ya-share2__icon:before {
    background-image: url(../images/sprite_svg.png?38780)
}

.g-wrap .ya-share2.white-icons ul.ya-share2__list:not(.list-reset):not(.list-unstyled) .ya-share2__item_service_evernote .ya-share2__icon:before {
    content: ' ';
    display: inline-block;
    font-size: 10px;
    background-image: url(../images/sprite_svg.svg?38780);
    background-repeat: no-repeat;
    background-size: 6.8em 846.7em;
    background-position: -.2em -335.3em;
    width: 1.5em;
    height: 1.9em
}

.no-svg .g-wrap .ya-share2.white-icons ul.ya-share2__list:not(.list-reset):not(.list-unstyled) .ya-share2__item_service_evernote .ya-share2__icon:before {
    background-image: url(../images/sprite_svg.png?38780)
}

.g-wrap .ya-share2.white-icons ul.ya-share2__list:not(.list-reset):not(.list-unstyled) .ya-share2__item_service_linkedin .ya-share2__icon:before {
    content: ' ';
    display: inline-block;
    font-size: 10px;
    background-image: url(../images/sprite_svg.svg?38780);
    background-repeat: no-repeat;
    background-size: 6.8em 846.7em;
    background-position: -.2em -365em;
    width: 1.7em;
    height: 1.6em
}

.no-svg .g-wrap .ya-share2.white-icons ul.ya-share2__list:not(.list-reset):not(.list-unstyled) .ya-share2__item_service_linkedin .ya-share2__icon:before {
    background-image: url(../images/sprite_svg.png?38780)
}

.g-wrap .ya-share2.white-icons ul.ya-share2__list:not(.list-reset):not(.list-unstyled) .ya-share2__item_service_lj .ya-share2__icon:before {
    content: ' ';
    display: inline-block;
    font-size: 10px;
    background-image: url(../images/sprite_svg.svg?38780);
    background-repeat: no-repeat;
    background-size: 6.8em 846.7em;
    background-position: -.2em -381em;
    width: 1.6969em;
    height: 1.6969999999999998em
}

.no-svg .g-wrap .ya-share2.white-icons ul.ya-share2__list:not(.list-reset):not(.list-unstyled) .ya-share2__item_service_lj .ya-share2__icon:before {
    background-image: url(../images/sprite_svg.png?38780)
}

.g-wrap .ya-share2.white-icons ul.ya-share2__list:not(.list-reset):not(.list-unstyled) .ya-share2__item_service_pinterest .ya-share2__icon:before {
    content: ' ';
    display: inline-block;
    font-size: 10px;
    background-image: url(../images/sprite_svg.svg?38780);
    background-repeat: no-repeat;
    background-size: 6.8em 846.7em;
    background-position: -.2em -397.8em;
    width: 1.2em;
    height: 1.597em
}

.no-svg .g-wrap .ya-share2.white-icons ul.ya-share2__list:not(.list-reset):not(.list-unstyled) .ya-share2__item_service_pinterest .ya-share2__icon:before {
    background-image: url(../images/sprite_svg.png?38780)
}

.g-wrap .ya-share2.white-icons ul.ya-share2__list:not(.list-reset):not(.list-unstyled) .ya-share2__item_service_pocket .ya-share2__icon:before {
    content: ' ';
    display: inline-block;
    font-size: 10px;
    background-image: url(../images/sprite_svg.svg?38780);
    background-repeat: no-repeat;
    background-size: 6.8em 846.7em;
    background-position: -.2em -405.8em;
    width: 1.8em;
    height: 1.7em
}

.no-svg .g-wrap .ya-share2.white-icons ul.ya-share2__list:not(.list-reset):not(.list-unstyled) .ya-share2__item_service_pocket .ya-share2__icon:before {
    background-image: url(../images/sprite_svg.png?38780)
}

.g-wrap .ya-share2.white-icons ul.ya-share2__list:not(.list-reset):not(.list-unstyled) .ya-share2__item_service_qzone .ya-share2__icon:before {
    content: ' ';
    display: inline-block;
    font-size: 10px;
    background-image: url(../images/sprite_svg.svg?38780);
    background-repeat: no-repeat;
    background-size: 6.8em 846.7em;
    background-position: -.2em -414.2em;
    width: 1.8em;
    height: 1.7em
}

.no-svg .g-wrap .ya-share2.white-icons ul.ya-share2__list:not(.list-reset):not(.list-unstyled) .ya-share2__item_service_qzone .ya-share2__icon:before {
    background-image: url(../images/sprite_svg.png?38780)
}

.g-wrap .ya-share2.white-icons ul.ya-share2__list:not(.list-reset):not(.list-unstyled) .ya-share2__item_service_reddit .ya-share2__icon:before {
    content: ' ';
    display: inline-block;
    font-size: 10px;
    background-image: url(../images/sprite_svg.svg?38780);
    background-repeat: no-repeat;
    background-size: 6.8em 846.7em;
    background-position: -.2em -422.59999999999997em;
    width: 1.6em;
    height: 1.6em
}

.no-svg .g-wrap .ya-share2.white-icons ul.ya-share2__list:not(.list-reset):not(.list-unstyled) .ya-share2__item_service_reddit .ya-share2__icon:before {
    background-image: url(../images/sprite_svg.png?38780)
}

.g-wrap .ya-share2.white-icons ul.ya-share2__list:not(.list-reset):not(.list-unstyled) .ya-share2__item_service_renren .ya-share2__icon:before {
    content: ' ';
    display: inline-block;
    font-size: 10px;
    background-image: url(../images/sprite_svg.svg?38780);
    background-repeat: no-repeat;
    background-size: 6.8em 846.7em;
    background-position: -.2em -430.59999999999997em;
    width: 1.8em;
    height: 1.8em
}

.no-svg .g-wrap .ya-share2.white-icons ul.ya-share2__list:not(.list-reset):not(.list-unstyled) .ya-share2__item_service_renren .ya-share2__icon:before {
    background-image: url(../images/sprite_svg.png?38780)
}

.g-wrap .ya-share2.white-icons ul.ya-share2__list:not(.list-reset):not(.list-unstyled) .ya-share2__item_service_sinaWeibo .ya-share2__icon:before {
    content: ' ';
    display: inline-block;
    font-size: 10px;
    background-image: url(../images/sprite_svg.svg?38780);
    background-repeat: no-repeat;
    background-size: 6.8em 846.7em;
    background-position: -.2em -511.8em;
    width: 2.3em;
    height: 2em
}

.no-svg .g-wrap .ya-share2.white-icons ul.ya-share2__list:not(.list-reset):not(.list-unstyled) .ya-share2__item_service_sinaWeibo .ya-share2__icon:before {
    background-image: url(../images/sprite_svg.png?38780)
}

.g-wrap .ya-share2.white-icons ul.ya-share2__list:not(.list-reset):not(.list-unstyled) .ya-share2__item_service_surfingbird .ya-share2__icon:before {
    content: ' ';
    display: inline-block;
    font-size: 10px;
    background-image: url(../images/sprite_svg.svg?38780);
    background-repeat: no-repeat;
    background-size: 6.8em 846.7em;
    background-position: -.2em -439.4em;
    width: 2.1em;
    height: 1.8em
}

.no-svg .g-wrap .ya-share2.white-icons ul.ya-share2__list:not(.list-reset):not(.list-unstyled) .ya-share2__item_service_surfingbird .ya-share2__icon:before {
    background-image: url(../images/sprite_svg.png?38780)
}

.g-wrap .ya-share2.white-icons ul.ya-share2__list:not(.list-reset):not(.list-unstyled) .ya-share2__item_service_tencentWeibo .ya-share2__icon:before {
    content: ' ';
    display: inline-block;
    font-size: 10px;
    background-image: url(../images/sprite_svg.svg?38780);
    background-repeat: no-repeat;
    background-size: 6.8em 846.7em;
    background-position: -.2em -484.59999999999997em;
    width: 2.2em;
    height: 1.9em
}

.no-svg .g-wrap .ya-share2.white-icons ul.ya-share2__list:not(.list-reset):not(.list-unstyled) .ya-share2__item_service_tencentWeibo .ya-share2__icon:before {
    background-image: url(../images/sprite_svg.png?38780)
}

.g-wrap .ya-share2.white-icons ul.ya-share2__list:not(.list-reset):not(.list-unstyled) .ya-share2__item_service_tumblr .ya-share2__icon:before {
    content: ' ';
    display: inline-block;
    font-size: 10px;
    background-image: url(../images/sprite_svg.svg?38780);
    background-repeat: no-repeat;
    background-size: 6.8em 846.7em;
    background-position: -.2em -457em;
    width: 1.2em;
    height: 2em
}

.no-svg .g-wrap .ya-share2.white-icons ul.ya-share2__list:not(.list-reset):not(.list-unstyled) .ya-share2__item_service_tumblr .ya-share2__icon:before {
    background-image: url(../images/sprite_svg.png?38780)
}

.g-wrap .ya-share2 ul.ya-share2__list:not(.list-reset):not(.list-unstyled) {
    margin: 0;
    padding: 0
}

.g-wrap .ya-share2 ul.ya-share2__list:not(.list-reset):not(.list-unstyled) li.ya-share2__item {
    margin: 0;
    margin-right: 5px;
    display: inline-block;
    cursor: pointer;
    padding: 0
}

.g-wrap .ya-share2 ul.ya-share2__list:not(.list-reset):not(.list-unstyled) li.ya-share2__item:before {
    display: none
}

.g-wrap .ya-share2 ul.ya-share2__list:not(.list-reset):not(.list-unstyled) li.ya-share2__item:last-child {
    margin-right: 0
}

.g-wrap .ya-share2 ul.ya-share2__list:not(.list-reset):not(.list-unstyled) li.ya-share2__item .ya-share2__icon {
    background: 0 0;
    margin-top: 0
}

.g-wrap .ya-share2 ul.ya-share2__list:not(.list-reset):not(.list-unstyled) li.ya-share2__item_service_vkontakte .ya-share2__icon:before {
    content: ' ';
    display: inline-block;
    font-size: 10px;
    background-image: url(../images/sprite_svg.svg?38780);
    background-repeat: no-repeat;
    background-size: 6.8em 846.7em;
    background-position: -.2em -503.8em;
    width: 2.8em;
    height: 1.6em;
    transform: scale(0.9);
}

.no-svg .g-wrap .ya-share2 ul.ya-share2__list:not(.list-reset):not(.list-unstyled) li.ya-share2__item_service_vkontakte .ya-share2__icon:before {
    background-image: url(../images/sprite_svg.png?38780)
}

.g-wrap .ya-share2 ul.ya-share2__list:not(.list-reset):not(.list-unstyled) li.ya-share2__item_service_vkontakte .ya-share2__icon:hover:before {
    background-position: -.2em -505.8em;
    width: 2.8em;
    height: 1.6em
}

.g-wrap .ya-share2 ul.ya-share2__list:not(.list-reset):not(.list-unstyled) li.ya-share2__item_service_facebook .ya-share2__icon:before {
    content: ' ';
    display: inline-block;
    font-size: 10px;
    background-image: url(../images/sprite_svg.svg?38780);
    background-repeat: no-repeat;
    background-size: 6.8em 846.7em;
    background-position: -.2em -346.5em;
    width: 1.6em;
    height: 1.6em
}

.no-svg .g-wrap .ya-share2 ul.ya-share2__list:not(.list-reset):not(.list-unstyled) li.ya-share2__item_service_facebook .ya-share2__icon:before {
    background-image: url(../images/sprite_svg.png?38780)
}

.g-wrap .ya-share2 ul.ya-share2__list:not(.list-reset):not(.list-unstyled) li.ya-share2__item_service_facebook .ya-share2__icon:hover:before {
    background-position: -.2em -348.5em;
    width: 1.6em;
    height: 1.6em
}

.g-wrap .ya-share2 ul.ya-share2__list:not(.list-reset):not(.list-unstyled) li.ya-share2__item_service_twitter .ya-share2__icon:before {
    content: ' ';
    display: inline-block;
    font-size: 10px;
    background-image: url(../images/sprite_svg.svg?38780);
    background-repeat: no-repeat;
    background-size: 6.8em 846.7em;
    background-position: -.2em -476.59999999999997em;
    width: 1.6em;
    height: 1.6em
}

.no-svg .g-wrap .ya-share2 ul.ya-share2__list:not(.list-reset):not(.list-unstyled) li.ya-share2__item_service_twitter .ya-share2__icon:before {
    background-image: url(../images/sprite_svg.png?38780)
}

.g-wrap .ya-share2 ul.ya-share2__list:not(.list-reset):not(.list-unstyled) li.ya-share2__item_service_twitter .ya-share2__icon:hover:before {
    background-position: -.2em -478.59999999999997em;
    width: 1.6em;
    height: 1.6em
}

.g-wrap .ya-share2 ul.ya-share2__list:not(.list-reset):not(.list-unstyled) li.ya-share2__item_service_odnoklassniki .ya-share2__icon:before {
    content: ' ';
    display: inline-block;
    font-size: 10px;
    background-image: url(../images/sprite_svg.svg?38780);
    background-repeat: no-repeat;
    background-size: 6.8em 846.7em;
    background-position: -.2em -391.5em;
    width: 1em;
    height: 1.7em
}

.no-svg .g-wrap .ya-share2 ul.ya-share2__list:not(.list-reset):not(.list-unstyled) li.ya-share2__item_service_odnoklassniki .ya-share2__icon:before {
    background-image: url(../images/sprite_svg.png?38780)
}

.g-wrap .ya-share2 ul.ya-share2__list:not(.list-reset):not(.list-unstyled) li.ya-share2__item_service_odnoklassniki .ya-share2__icon:hover:before {
    background-position: -.2em -393.59999999999997em;
    width: 1em;
    height: 1.7em
}

.g-wrap .ya-share2 ul.ya-share2__list:not(.list-reset):not(.list-unstyled) li.ya-share2__item_service_gplus .ya-share2__icon:before {
    content: ' ';
    display: inline-block;
    font-size: 10px;
    background-image: url(../images/sprite_svg.svg?38780);
    background-repeat: no-repeat;
    background-size: 6.8em 846.7em;
    background-position: -.2em -356.59999999999997em;
    width: 2.5em;
    height: 1.7em
}

.no-svg .g-wrap .ya-share2 ul.ya-share2__list:not(.list-reset):not(.list-unstyled) li.ya-share2__item_service_gplus .ya-share2__icon:before {
    background-image: url(../images/sprite_svg.png?38780)
}

.g-wrap .ya-share2 ul.ya-share2__list:not(.list-reset):not(.list-unstyled) li.ya-share2__item_service_gplus .ya-share2__icon:hover:before {
    background-position: -.2em -358.7em;
    width: 2.5em;
    height: 1.7em
}

.g-wrap .ya-share2 ul.ya-share2__list:not(.list-reset):not(.list-unstyled) li.ya-share2__item_service_telegram .ya-share2__icon:before {
    content: ' ';
    display: inline-block;
    font-size: 10px;
    background-image: url(../images/sprite_svg.svg?38780);
    background-repeat: no-repeat;
    background-size: 6.8em 846.7em;
    background-position: -.2em -468.59999999999997em;
    width: 1.6em;
    height: 1.6em
}

.no-svg .g-wrap .ya-share2 ul.ya-share2__list:not(.list-reset):not(.list-unstyled) li.ya-share2__item_service_telegram .ya-share2__icon:before {
    background-image: url(../images/sprite_svg.png?38780)
}

.g-wrap .ya-share2 ul.ya-share2__list:not(.list-reset):not(.list-unstyled) li.ya-share2__item_service_telegram .ya-share2__icon:hover:before {
    background-position: -.2em -470.59999999999997em;
    width: 1.6em;
    height: 1.6em
}

.g-wrap .ya-share2 ul.ya-share2__list:not(.list-reset):not(.list-unstyled) li.ya-share2__item_service_viber .ya-share2__icon:before {
    content: ' ';
    display: inline-block;
    font-size: 10px;
    background-image: url(../images/sprite_svg.svg?38780);
    background-repeat: no-repeat;
    background-size: 6.8em 846.7em;
    background-position: -.2em -495.8em;
    width: 1.5561999999999998em;
    height: 1.6em
}

.no-svg .g-wrap .ya-share2 ul.ya-share2__list:not(.list-reset):not(.list-unstyled) li.ya-share2__item_service_viber .ya-share2__icon:before {
    background-image: url(../images/sprite_svg.png?38780)
}

.g-wrap .ya-share2 ul.ya-share2__list:not(.list-reset):not(.list-unstyled) li.ya-share2__item_service_viber .ya-share2__icon:hover:before {
    background-position: -.2em -497.8em;
    width: 1.5561999999999998em;
    height: 1.6em
}

.g-wrap .ya-share2 ul.ya-share2__list:not(.list-reset):not(.list-unstyled) li.ya-share2__item_service_whatsapp .ya-share2__icon:before {
    content: ' ';
    display: inline-block;
    font-size: 10px;
    background-image: url(../images/sprite_svg.svg?38780);
    background-repeat: no-repeat;
    background-size: 6.8em 846.7em;
    background-position: -.2em -523.8000000000001em;
    width: 2em;
    height: 2em
}

.no-svg .g-wrap .ya-share2 ul.ya-share2__list:not(.list-reset):not(.list-unstyled) li.ya-share2__item_service_whatsapp .ya-share2__icon:before {
    background-image: url(../images/sprite_svg.png?38780)
}

.g-wrap .ya-share2 ul.ya-share2__list:not(.list-reset):not(.list-unstyled) li.ya-share2__item_service_whatsapp .ya-share2__icon:hover:before {
    background-position: -.2em -526.2em;
    width: 2em;
    height: 2em
}

.g-wrap .ya-share2 ul.ya-share2__list:not(.list-reset):not(.list-unstyled) li.ya-share2__item_service_skype .ya-share2__icon:before {
    content: ' ';
    display: inline-block;
    font-size: 10px;
    background-image: url(../images/sprite_svg.svg?38780);
    background-repeat: no-repeat;
    background-size: 6.8em 846.7em;
    background-position: -.2em -450.4em;
    width: 1.8em;
    height: 1.8em
}

.no-svg .g-wrap .ya-share2 ul.ya-share2__list:not(.list-reset):not(.list-unstyled) li.ya-share2__item_service_skype .ya-share2__icon:before {
    background-image: url(../images/sprite_svg.png?38780)
}

.g-wrap .ya-share2 ul.ya-share2__list:not(.list-reset):not(.list-unstyled) li.ya-share2__item_service_skype .ya-share2__icon:hover:before {
    background-position: -.2em -452.59999999999997em;
    width: 1.8em;
    height: 1.8em
}

.g-wrap .ya-share2 ul.ya-share2__list:not(.list-reset):not(.list-unstyled) li.ya-share2__item_service_blogger .ya-share2__icon:before {
    content: ' ';
    display: inline-block;
    font-size: 10px;
    background-image: url(../images/sprite_svg.svg?38780);
    background-repeat: no-repeat;
    background-size: 6.8em 846.7em;
    background-position: -.2em -313.3em;
    width: 1.6em;
    height: 1.6em
}

.no-svg .g-wrap .ya-share2 ul.ya-share2__list:not(.list-reset):not(.list-unstyled) li.ya-share2__item_service_blogger .ya-share2__icon:before {
    background-image: url(../images/sprite_svg.png?38780)
}

.g-wrap .ya-share2 ul.ya-share2__list:not(.list-reset):not(.list-unstyled) li.ya-share2__item_service_blogger .ya-share2__icon:hover:before {
    background-position: -.2em -315.3em;
    width: 1.6em;
    height: 1.6em
}

.g-wrap .ya-share2 ul.ya-share2__list:not(.list-reset):not(.list-unstyled) li.ya-share2__item_service_delicious .ya-share2__icon:before {
    content: ' ';
    display: inline-block;
    font-size: 10px;
    background-image: url(../images/sprite_svg.svg?38780);
    background-repeat: no-repeat;
    background-size: 6.8em 846.7em;
    background-position: -.2em -321.3em;
    width: 1.6em;
    height: 1.6em
}

.no-svg .g-wrap .ya-share2 ul.ya-share2__list:not(.list-reset):not(.list-unstyled) li.ya-share2__item_service_delicious .ya-share2__icon:before {
    background-image: url(../images/sprite_svg.png?38780)
}

.g-wrap .ya-share2 ul.ya-share2__list:not(.list-reset):not(.list-unstyled) li.ya-share2__item_service_delicious .ya-share2__icon:hover:before {
    background-position: -.2em -323.3em;
    width: 1.6em;
    height: 1.6em
}

.g-wrap .ya-share2 ul.ya-share2__list:not(.list-reset):not(.list-unstyled) li.ya-share2__item_service_digg .ya-share2__icon:before {
    content: ' ';
    display: inline-block;
    font-size: 10px;
    background-image: url(../images/sprite_svg.svg?38780);
    background-repeat: no-repeat;
    background-size: 6.8em 846.7em;
    background-position: -.2em -329.3em;
    width: 2.7em;
    height: 1.6em
}

.no-svg .g-wrap .ya-share2 ul.ya-share2__list:not(.list-reset):not(.list-unstyled) li.ya-share2__item_service_digg .ya-share2__icon:before {
    background-image: url(../images/sprite_svg.png?38780)
}

.g-wrap .ya-share2 ul.ya-share2__list:not(.list-reset):not(.list-unstyled) li.ya-share2__item_service_digg .ya-share2__icon:hover:before {
    background-position: -.2em -331.3em;
    width: 2.7em;
    height: 1.6em
}

.g-wrap .ya-share2 ul.ya-share2__list:not(.list-reset):not(.list-unstyled) li.ya-share2__item_service_evernote .ya-share2__icon:before {
    content: ' ';
    display: inline-block;
    font-size: 10px;
    background-image: url(../images/sprite_svg.svg?38780);
    background-repeat: no-repeat;
    background-size: 6.8em 846.7em;
    background-position: -.2em -337.59999999999997em;
    width: 1.5em;
    height: 1.9em
}

.no-svg .g-wrap .ya-share2 ul.ya-share2__list:not(.list-reset):not(.list-unstyled) li.ya-share2__item_service_evernote .ya-share2__icon:before {
    background-image: url(../images/sprite_svg.png?38780)
}

.g-wrap .ya-share2 ul.ya-share2__list:not(.list-reset):not(.list-unstyled) li.ya-share2__item_service_evernote .ya-share2__icon:hover:before {
    background-position: -.2em -339.9em;
    width: 1.5em;
    height: 1.9em
}

.g-wrap .ya-share2 ul.ya-share2__list:not(.list-reset):not(.list-unstyled) li.ya-share2__item_service_linkedin .ya-share2__icon:before {
    content: ' ';
    display: inline-block;
    font-size: 10px;
    background-image: url(../images/sprite_svg.svg?38780);
    background-repeat: no-repeat;
    background-size: 6.8em 846.7em;
    background-position: -.2em -367em;
    width: 1.7em;
    height: 1.6em
}

.no-svg .g-wrap .ya-share2 ul.ya-share2__list:not(.list-reset):not(.list-unstyled) li.ya-share2__item_service_linkedin .ya-share2__icon:before {
    background-image: url(../images/sprite_svg.png?38780)
}

.g-wrap .ya-share2 ul.ya-share2__list:not(.list-reset):not(.list-unstyled) li.ya-share2__item_service_linkedin .ya-share2__icon:hover:before {
    background-position: -.2em -369em;
    width: 1.7em;
    height: 1.6em
}

.g-wrap .ya-share2 ul.ya-share2__list:not(.list-reset):not(.list-unstyled) li.ya-share2__item_service_lj .ya-share2__icon:before {
    content: ' ';
    display: inline-block;
    font-size: 10px;
    background-image: url(../images/sprite_svg.svg?38780);
    background-repeat: no-repeat;
    background-size: 6.8em 846.7em;
    background-position: -.2em -383.09999999999997em;
    width: 1.6969em;
    height: 1.6969999999999998em
}

.no-svg .g-wrap .ya-share2 ul.ya-share2__list:not(.list-reset):not(.list-unstyled) li.ya-share2__item_service_lj .ya-share2__icon:before {
    background-image: url(../images/sprite_svg.png?38780)
}

.g-wrap .ya-share2 ul.ya-share2__list:not(.list-reset):not(.list-unstyled) li.ya-share2__item_service_lj .ya-share2__icon:hover:before {
    background-position: -.2em -385.2em;
    width: 1.6969em;
    height: 1.6969999999999998em
}

.g-wrap .ya-share2 ul.ya-share2__list:not(.list-reset):not(.list-unstyled) li.ya-share2__item_service_pinterest .ya-share2__icon:before {
    content: ' ';
    display: inline-block;
    font-size: 10px;
    background-image: url(../images/sprite_svg.svg?38780);
    background-repeat: no-repeat;
    background-size: 6.8em 846.7em;
    background-position: -.2em -399.8em;
    width: 1.2em;
    height: 1.597em
}

.no-svg .g-wrap .ya-share2 ul.ya-share2__list:not(.list-reset):not(.list-unstyled) li.ya-share2__item_service_pinterest .ya-share2__icon:before {
    background-image: url(../images/sprite_svg.png?38780)
}

.g-wrap .ya-share2 ul.ya-share2__list:not(.list-reset):not(.list-unstyled) li.ya-share2__item_service_pinterest .ya-share2__icon:hover:before {
    background-position: -.2em -401.8em;
    width: 1.2em;
    height: 1.597em
}

.g-wrap .ya-share2 ul.ya-share2__list:not(.list-reset):not(.list-unstyled) li.ya-share2__item_service_pocket .ya-share2__icon:before {
    content: ' ';
    display: inline-block;
    font-size: 10px;
    background-image: url(../images/sprite_svg.svg?38780);
    background-repeat: no-repeat;
    background-size: 6.8em 846.7em;
    background-position: -.2em -407.9em;
    width: 1.8em;
    height: 1.7em
}

.no-svg .g-wrap .ya-share2 ul.ya-share2__list:not(.list-reset):not(.list-unstyled) li.ya-share2__item_service_pocket .ya-share2__icon:before {
    background-image: url(../images/sprite_svg.png?38780)
}

.g-wrap .ya-share2 ul.ya-share2__list:not(.list-reset):not(.list-unstyled) li.ya-share2__item_service_pocket .ya-share2__icon:hover:before {
    background-position: -.2em -410em;
    width: 1.8em;
    height: 1.7em
}

.g-wrap .ya-share2 ul.ya-share2__list:not(.list-reset):not(.list-unstyled) li.ya-share2__item_service_qzone .ya-share2__icon:before {
    content: ' ';
    display: inline-block;
    font-size: 10px;
    background-image: url(../images/sprite_svg.svg?38780);
    background-repeat: no-repeat;
    background-size: 6.8em 846.7em;
    background-position: -.2em -416.3em;
    width: 1.8em;
    height: 1.7em
}

.no-svg .g-wrap .ya-share2 ul.ya-share2__list:not(.list-reset):not(.list-unstyled) li.ya-share2__item_service_qzone .ya-share2__icon:before {
    background-image: url(../images/sprite_svg.png?38780)
}

.g-wrap .ya-share2 ul.ya-share2__list:not(.list-reset):not(.list-unstyled) li.ya-share2__item_service_qzone .ya-share2__icon:hover:before {
    background-position: -.2em -418.4em;
    width: 1.8em;
    height: 1.7em
}

.g-wrap .ya-share2 ul.ya-share2__list:not(.list-reset):not(.list-unstyled) li.ya-share2__item_service_reddit .ya-share2__icon:before {
    content: ' ';
    display: inline-block;
    font-size: 10px;
    background-image: url(../images/sprite_svg.svg?38780);
    background-repeat: no-repeat;
    background-size: 6.8em 846.7em;
    background-position: -.2em -424.59999999999997em;
    width: 1.6em;
    height: 1.6em
}

.no-svg .g-wrap .ya-share2 ul.ya-share2__list:not(.list-reset):not(.list-unstyled) li.ya-share2__item_service_reddit .ya-share2__icon:before {
    background-image: url(../images/sprite_svg.png?38780)
}

.g-wrap .ya-share2 ul.ya-share2__list:not(.list-reset):not(.list-unstyled) li.ya-share2__item_service_reddit .ya-share2__icon:hover:before {
    background-position: -.2em -426.59999999999997em;
    width: 1.6em;
    height: 1.6em
}

.g-wrap .ya-share2 ul.ya-share2__list:not(.list-reset):not(.list-unstyled) li.ya-share2__item_service_renren .ya-share2__icon:before {
    content: ' ';
    display: inline-block;
    font-size: 10px;
    background-image: url(../images/sprite_svg.svg?38780);
    background-repeat: no-repeat;
    background-size: 6.8em 846.7em;
    background-position: -.2em -432.8em;
    width: 1.8em;
    height: 1.8em
}

.no-svg .g-wrap .ya-share2 ul.ya-share2__list:not(.list-reset):not(.list-unstyled) li.ya-share2__item_service_renren .ya-share2__icon:before {
    background-image: url(../images/sprite_svg.png?38780)
}

.g-wrap .ya-share2 ul.ya-share2__list:not(.list-reset):not(.list-unstyled) li.ya-share2__item_service_renren .ya-share2__icon:hover:before {
    background-position: -.2em -435em;
    width: 1.8em;
    height: 1.8em
}

.g-wrap .ya-share2 ul.ya-share2__list:not(.list-reset):not(.list-unstyled) li.ya-share2__item_service_sinaWeibo .ya-share2__icon:before {
    content: ' ';
    display: inline-block;
    font-size: 10px;
    background-image: url(../images/sprite_svg.svg?38780);
    background-repeat: no-repeat;
    background-size: 6.8em 846.7em;
    background-position: -.2em -514.2em;
    width: 2.3em;
    height: 2em
}

.no-svg .g-wrap .ya-share2 ul.ya-share2__list:not(.list-reset):not(.list-unstyled) li.ya-share2__item_service_sinaWeibo .ya-share2__icon:before {
    background-image: url(../images/sprite_svg.png?38780)
}

.g-wrap .ya-share2 ul.ya-share2__list:not(.list-reset):not(.list-unstyled) li.ya-share2__item_service_sinaWeibo .ya-share2__icon:hover:before {
    background-position: -.2em -516.6em;
    width: 2.3em;
    height: 2em
}

.g-wrap .ya-share2 ul.ya-share2__list:not(.list-reset):not(.list-unstyled) li.ya-share2__item_service_surfingbird .ya-share2__icon:before {
    content: ' ';
    display: inline-block;
    font-size: 10px;
    background-image: url(../images/sprite_svg.svg?38780);
    background-repeat: no-repeat;
    background-size: 6.8em 846.7em;
    background-position: -.2em -441.59999999999997em;
    width: 2.1em;
    height: 1.8em
}

.no-svg .g-wrap .ya-share2 ul.ya-share2__list:not(.list-reset):not(.list-unstyled) li.ya-share2__item_service_surfingbird .ya-share2__icon:before {
    background-image: url(../images/sprite_svg.png?38780)
}

.g-wrap .ya-share2 ul.ya-share2__list:not(.list-reset):not(.list-unstyled) li.ya-share2__item_service_surfingbird .ya-share2__icon:hover:before {
    background-position: -.2em -443.8em;
    width: 2.1em;
    height: 1.8em
}

.g-wrap .ya-share2 ul.ya-share2__list:not(.list-reset):not(.list-unstyled) li.ya-share2__item_service_tencentWeibo .ya-share2__icon:before {
    content: ' ';
    display: inline-block;
    font-size: 10px;
    background-image: url(../images/sprite_svg.svg?38780);
    background-repeat: no-repeat;
    background-size: 6.8em 846.7em;
    background-position: -.2em -486.9em;
    width: 2.2em;
    height: 1.9em
}

.no-svg .g-wrap .ya-share2 ul.ya-share2__list:not(.list-reset):not(.list-unstyled) li.ya-share2__item_service_tencentWeibo .ya-share2__icon:before {
    background-image: url(../images/sprite_svg.png?38780)
}

.g-wrap .ya-share2 ul.ya-share2__list:not(.list-reset):not(.list-unstyled) li.ya-share2__item_service_tencentWeibo .ya-share2__icon:hover:before {
    background-position: -.2em -489.2em;
    width: 2.2em;
    height: 1.9em
}

.g-wrap .ya-share2 ul.ya-share2__list:not(.list-reset):not(.list-unstyled) li.ya-share2__item_service_tumblr .ya-share2__icon:before {
    content: ' ';
    display: inline-block;
    font-size: 10px;
    background-image: url(../images/sprite_svg.svg?38780);
    background-repeat: no-repeat;
    background-size: 6.8em 846.7em;
    background-position: -.2em -459.4em;
    width: 1.2em;
    height: 2em
}

.no-svg .g-wrap .ya-share2 ul.ya-share2__list:not(.list-reset):not(.list-unstyled) li.ya-share2__item_service_tumblr .ya-share2__icon:before {
    background-image: url(../images/sprite_svg.png?38780)
}

.g-wrap .ya-share2 ul.ya-share2__list:not(.list-reset):not(.list-unstyled) li.ya-share2__item_service_tumblr .ya-share2__icon:hover:before {
    background-position: -.2em -461.8em;
    width: 1.2em;
    height: 2em
}

.g-wrap .ya-share2 .ya-share2__link {
    padding: 10px
}

.g-wrap .ya-share2 .ya-share2__title {
    display: none
}

.article__categories .article-switch {
    width: 100%;
    border: none;
    background: #000;
    border-radius: 4px;
    display: block
}

.article__categories .article-switch .switch {
    width: 66px
}

.title-icon.article-cat {
    float: left;
    width: 66.66667%;
    padding-right: 20px
}

.no-padding {
    padding-left: 0;
    padding-right: 0
}

.article-switch.category {
    width: 100%;
    border: none;
    background: #fff;
    border-radius: 4px;
    display: block
}

.article-switch.category label {
    padding-top: 0
}

.article-switch.category .full, .article-switch.category .short {
    width: 75px;
    text-align: left
}

.article-switch.category .full {
    float: left;
    padding: 0
}

.article-switch.category .form-switch {
    max-width: 350px;
    margin: 0 auto
}

.article-switch.category .short {
    float: right;
    padding: 0
}

.article-switch.category .switch {
    width: 66px;
    margin: 0;
    -webkit-transform: translate(-50%, 0);
    transform: translate(-50%, 0);
    top: 5px
}

.article-switch.category input[type=checkbox]:checked ~ .switch .dragger {
    left: 40px
}

.article__categories .a-section__sep hr {
    margin-top: 13px;
    margin-bottom: 33px;
    border-top: 1px solid #e0e2e7
}

.article__categories .a-section__sep.last hr {
    margin-bottom: 0
}

.article__categories .a-section__sep.no-border hr {
    border: 0
}

.modal-subscribe .modal-content {
    background: #33a7e3;
    border-radius: 4px
}

.modal-subscribe .modal-header {
    padding: 0;
    min-height: 20px
}

.modal-subscribe .modal-body {
    padding: 0
}

.modal-subscribe .subscribe {
    display: block;
    background: 0 0;
    padding: 20px 45px 40px;
    margin: 0
}

.modal-subscribe .subscribe:before {
    display: none
}

.modal-subscribe .subscribe .title {
    float: none;
    padding: 0;
    margin-bottom: 15px
}

.modal-subscribe .subscribe .text {
    display: block;
    margin-bottom: 20px;
    padding: 0 25px
}

.modal-subscribe .subscribe .form-subscribe {
    float: none
}

.modal-subscribe .subscribe .input-wrap {
    display: block;
    width: auto;
    margin-bottom: 15px
}

.modal-subscribe .subscribe .input {
    padding-left: 45px
}

.modal-subscribe .subscribe .btn-wrap {
    display: block;
    margin-left: 0
}

.article-content {
    position: relative;
    padding-top: 30px;
    padding-bottom: 30px
}

.article-content:before {
    content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 50%;
    height: 100%;
    width: 10000px;
    margin-left: -5000px;
    background: #fff
}

.article-content .article-content_i {
    position: relative
}

.article-stat {
    color: #67738d;
    font-size: 14px;
    margin-bottom: 40px
}

.article-stat .row-1:after, .article-stat .row-2:after {
    content: '';
    display: table;
    width: 100%;
    height: 0;
    clear: both
}

.article-stat .row-1 {
    float: left
}

.article-stat .row-2 {
    float: right
}

.article-stat .row-2 .item {
    margin-left: 40px
}

.article-stat .row-2 .item:first-child {
    margin-left: 0
}

.article-stat .item {
    display: inline-block;
    vertical-align: top;
    line-height: 24px;
    height: 24px
}

.article-stat .item:before {
    display: inline-block;
    vertical-align: middle;
    margin-right: 10px
}

.article-stat .item span {
    display: inline-block;
    vertical-align: middle;
    line-height: 24px;
    height: 24px
}

.article-stat .date {
    margin-right: 40px
}

.article-stat .bookmarks {
    position: relative;
    text-decoration: none;
    color: #4878da;
    transition: none
}

.article-stat .bookmarks:hover {
    color: #6797f9
}

.article-stat .bookmarks:hover:before {
    background-position: -.2em -107.4em;
    width: 1.2em;
    height: 1.8em
}

.article-stat .bookmarks:before {
    content: ' ';
    display: inline-block;
    font-size: 10px;
    background-image: url(../images/sprite_svg.svg?38780);
    background-repeat: no-repeat;
    background-size: 6.8em 846.7em;
    background-position: -.2em -105.2em;
    width: 1.2em;
    height: 1.8em
}

.no-svg .article-stat .bookmarks:before {
    background-image: url(../images/sprite_svg.png?38780)
}

.article-stat .comment:before {
    content: ' ';
    display: inline-block;
    font-size: 10px;
    background-image: url(../images/sprite_svg.svg?38780);
    background-repeat: no-repeat;
    background-size: 6.8em 846.7em;
    background-position: -.2em -118.4em;
    width: 1.8em;
    height: 1.3em
}

.no-svg .article-stat .comment:before {
    background-image: url(../images/sprite_svg.png?38780)
}

.article-stat .views:before {
    content: ' ';
    display: inline-block;
    font-size: 10px;
    background-image: url(../images/sprite_svg.svg?38780);
    background-repeat: no-repeat;
    background-size: 6.8em 846.7em;
    background-position: -.2em -147.5em;
    width: 1.797em;
    height: 1.1em
}

.no-svg .article-stat .views:before {
    background-image: url(../images/sprite_svg.png?38780)
}

.article-stat .share:before {
    content: ' ';
    display: inline-block;
    font-size: 10px;
    background-image: url(../images/sprite_svg.svg?38780);
    background-repeat: no-repeat;
    background-size: 6.8em 846.7em;
    background-position: -.2em -295.59999999999997em;
    width: 1.6em;
    height: 1.7em
}

.no-svg .article-stat .share:before {
    background-image: url(../images/sprite_svg.png?38780)
}

.article-stat .addition {
    position: relative;
    display: inline-block;
    vertical-align: top;
    line-height: 24px;
    padding-left: 50px
}

.article-stat .addition > span {
    display: inline-block;
    vertical-align: middle;
    line-height: 24px;
    height: 24px
}

.article-stat .addition .file {
    position: absolute;
    left: 0;
    top: 0
}

.article-stat .addition .source {
    margin-right: 20px;
    max-width: 600px;
    height: auto;
    line-height: 1.2
}

.article-stat .addition .time {
    margin-right: 40px
}

.article-anchor {
    background: #4878da;
    padding: 10px;
    position: relative;
    top: 0
}

.article-anchor.sticky {
    position: fixed;
    max-width: 223.328px;
    top: 10px
}

.article-anchor .item {
    position: relative;
    padding: 10px 0 10px 24px;
    line-height: 1
}

.article-anchor .item + .item {
    border-top: 1px solid #6d93e1
}

.article-anchor .item .number {
    font-size: 18px;
    font-family: NotoSans-Bold, Helvetica, Arial, sans-serif;
    color: #fff;
    position: absolute;
    top: 9px;
    left: 2px
}

.article-anchor .item > a {
    display: inline-block;
    color: #fff;
    text-decoration: none;
    font-size: 14px;
    line-height: 1.2
}

.article-anchor .item > a:hover {
    color: #f5bf00
}

.content-full {
    margin-bottom: 55px
}

.content-full img {
    display: block;
    max-width: 100%;
    margin: 0 auto
}

.content-full .article-addition:last-child {
    border-bottom: 1px solid #e1e5f0
}

.flipbook {
    position: relative;
    padding: 50px 90px 60px;
    margin-bottom: 50px
}

.flipbook:before {
    content: '';
    display: block;
    height: 100%;
    width: 2000px;
    margin-left: -1000px;
    position: absolute;
    top: 0;
    left: 50%;
    background: #333;
    background: repeating-linear-gradient(-45deg, #f1f1f1, #fff 4px, #fff 4px, #f1f1f1 5px)
}

.flipbook .wrap_i {
    position: relative;
    transition: margin-left .6s ease, opacity .4s ease;
    opacity: 1
}

.flipbook .wrap_i.not-init {
    opacity: 0
}

.flipbook .wrap_i.not-init .item + .item {
    display: none
}

.flipbook .wrap_i.cursor {
    cursor: url(../images/cursor/openhand.cur), pointer !important
}

.flipbook .wrap_i.cursor:active {
    cursor: url(../images/cursor/closedhand.cur), pointer !important
}

.flipbook .shadow {
    box-shadow: 0 10px 20px -5px rgba(0, 0, 0, .5)
}

.flipbook .page-wrapper {
    left: 0
}

.flipbook .item {
    position: relative;
    overflow: hidden;
    background: #f1f1f1
}

.flipbook .page-pic {
    position: relative;
    display: block;
    z-index: 1;
    margin: auto;
    width: 100%;
    height: auto
}

.flipbook .zoom-trigger {
    position: absolute;
    z-index: 2;
    width: 60%;
    height: 70%;
    background: 0 0;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    cursor: pointer;
    text-align: center
}

.flipbook .zoom-trigger:hover .icon {
    opacity: 1
}

.flipbook .zoom-trigger .icon {
    display: block;
    position: relative;
    top: 50%;
    width: 60px;
    height: 60px;
    line-height: 60px;
    font-size: 30px;
    color: #fff;
    margin: -25px auto 0;
    background: rgba(0, 0, 0, .5);
    border-radius: 50%;
    box-shadow: 0 0 30px rgba(255, 255, 255, .3);
    opacity: 0;
    transition: opacity .4s ease
}

.flipbook .zoom-trigger .icon:before {
    display: block;
    position: relative;
    left: 2px;
    line-height: 64px
}

.flipbook .loader {
    position: absolute;
    z-index: 5;
    height: 100%;
    width: 100%;
    background: #f1f1f1;
    top: 0;
    left: 0
}

.flipbook .circularG_wrap {
    position: absolute;
    width: 58px;
    height: 58px;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%)
}

.flipbook .circularG {
    position: absolute;
    background-color: #c7c7c7;
    width: 14px;
    height: 14px;
    border-radius: 9px;
    -webkit-animation-name: bounce_circularG;
    animation-name: bounce_circularG;
    -webkit-animation-duration: 1.1s;
    animation-duration: 1.1s;
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
    -webkit-animation-direction: normal;
    animation-direction: normal
}

.flipbook .circularG_1 {
    left: 0;
    top: 23px;
    -webkit-animation-delay: .41s;
    animation-delay: .41s
}

.flipbook .circularG_2 {
    left: 6px;
    top: 6px;
    -webkit-animation-delay: .55s;
    animation-delay: .55s
}

.flipbook .circularG_3 {
    top: 0;
    left: 23px;
    -webkit-animation-delay: .69s;
    animation-delay: .69s
}

.flipbook .circularG_4 {
    right: 6px;
    top: 6px;
    -webkit-animation-delay: .83s;
    animation-delay: .83s
}

.flipbook .circularG_5 {
    right: 0;
    top: 23px;
    -webkit-animation-delay: .97s;
    animation-delay: .97s
}

.flipbook .circularG_6 {
    right: 6px;
    bottom: 6px;
    -webkit-animation-delay: 1.1s;
    animation-delay: 1.1s
}

.flipbook .circularG_7 {
    left: 23px;
    bottom: 0;
    -webkit-animation-delay: 1.24s;
    animation-delay: 1.24s
}

.flipbook .circularG_8 {
    left: 6px;
    bottom: 6px;
    -webkit-animation-delay: 1.38s;
    animation-delay: 1.38s
}

.flipbook .book-control {
    position: relative;
    margin-top: 30px;
    text-align: center
}

.flipbook .book-control .b-pages {
    color: #999;
    display: inline-block;
    font-size: 16px;
    line-height: 30px;
    font-family: NotoSans-Bold, Helvetica, Arial, sans-serif
}

.flipbook .book-control .b-next, .flipbook .book-control .b-prev {
    text-decoration: none;
    position: relative;
    display: block;
    height: 30px;
    width: 30px;
    background: #999;
    border-radius: 50%
}

.flipbook .book-control .b-next:hover, .flipbook .book-control .b-prev:hover {
    background: #888
}

.flipbook .book-control .b-next:active, .flipbook .book-control .b-prev:active {
    background: #777;
    box-shadow: inset 0 2px 5px rgba(0, 0, 0, .4)
}

.flipbook .book-control .b-next:before, .flipbook .book-control .b-prev:before {
    content: '';
    display: block;
    position: absolute;
    top: 7px;
    border: 8px solid transparent
}

.flipbook .book-control .b-prev {
    float: left
}

.flipbook .book-control .b-prev:before {
    border-right: 10px solid #fff;
    right: 12px
}

.flipbook .book-control .b-next {
    float: right
}

.flipbook .book-control .b-next:before {
    left: 12px;
    border-left: 10px solid #fff
}

.flipbook .begin-wrap {
    position: relative;
    text-align: center;
    margin-bottom: 25px;
    height: 20px
}

.flipbook .begin-wrap > a {
    position: relative;
    display: inline-block;
    line-height: 20px;
    text-decoration: none;
    color: #999;
    opacity: 1;
    visibility: visible;
    transition: opacity .4s ease;
    padding-left: 20px
}

.flipbook .begin-wrap > a:after, .flipbook .begin-wrap > a:before {
    content: '';
    display: block;
    position: absolute;
    top: 4px;
    border: 6px solid transparent;
    border-right: 6px solid #999;
    border-left: none
}

.flipbook .begin-wrap > a:before {
    left: 0
}

.flipbook .begin-wrap > a:after {
    left: 8px
}

.flipbook .begin-wrap > a.hidden {
    opacity: 0;
    visibility: hidden
}

.flipbook .begin-wrap > a:hover {
    color: #5e6e72
}

.flipbook .begin-wrap > a:hover:after, .flipbook .begin-wrap > a:hover:before {
    border-right: 6px solid #5e6e72
}

.flipbook .nav-tabs, .flipbook .tab-content {
    position: relative
}

.flipbook .nav-tabs {
    margin: 0 0 40px;
    padding: 0;
    list-style: none;
    text-align: center
}

.flipbook .nav-tabs li {
    display: inline-block;
    margin: 0 30px;
    float: none
}

.flipbook .nav-tabs li:hover .tab-pic {
    border-color: #8f99b1
}

.flipbook .nav-tabs li:hover .tab-text {
    color: #5e6a86
}

.flipbook .nav-tabs li.active .tab-pic {
    border: 8px solid #5e6a86
}

.flipbook .nav-tabs li.active .tab-text {
    color: #3e4659
}

.flipbook .nav-tabs .tab-head {
    display: block;
    text-decoration: none;
    margin: 0
}

.g-wrap .flipbook .nav-tabs .tab-head, .g-wrap .flipbook .nav-tabs .tab-head:focus, .g-wrap .flipbook .nav-tabs .tab-head:hover {
    background: 0 0
}

.flipbook .nav-tabs .tab-pic {
    margin-bottom: 10px;
    border: 8px solid transparent;
    transition: border .2s ease;
    height: 116px;
    width: 92px
}

.flipbook .nav-tabs .tab-pic img {
    display: block;
    max-width: 100%;
    height: auto;
    width: auto;
    max-height: 100%
}

.flipbook .nav-tabs .tab-text {
    font-family: NotoSans-Bold, Helvetica, Arial, sans-serif;
    color: #000;
    letter-spacing: 1px;
    font-size: 16px;
    transition: color .2s ease
}

.flipbook .tab-pane {
    display: none
}

.flipbook .tab-pane.active {
    display: block
}

.conf-notification {
    text-align: center;
    height: 16px;
    line-height: 16px
}

.conf-notification .notification-ttl {
    position: relative;
    padding-left: 28px;
    display: inline-block;
    font-size: 14px;
    color: #7783a0;
    margin-bottom: 8px
}

.conf-notification .notification-ttl:before {
    content: ' ';
    display: inline-block;
    font-size: 10px;
    background-image: url(../images/sprite_svg.svg?38780);
    background-repeat: no-repeat;
    background-size: 6.8em 846.7em;
    background-position: -.2em -180.5em;
    width: 1.7em;
    height: 1.7em;
    display: block;
    position: absolute;
    top: 50%;
    left: 0;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%)
}

.no-svg .conf-notification .notification-ttl:before {
    background-image: url(../images/sprite_svg.png?38780)
}

.conf-notification .notification-list {
    position: relative;
    padding-left: 30px;
    display: inline-block
}

.conf-notification .notification-list:before {
    content: ' ';
    display: inline-block;
    font-size: 10px;
    background-image: url(../images/sprite_svg.svg?38780);
    background-repeat: no-repeat;
    background-size: 6.8em 846.7em;
    background-position: -.2em -180.5em;
    width: 1.7em;
    height: 1.7em;
    display: block;
    position: absolute;
    top: 50%;
    left: 0;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%)
}

.no-svg .conf-notification .notification-list:before {
    background-image: url(../images/sprite_svg.png?38780)
}

.conf-notification .link-item {
    float: left
}

.conf-notification .link-item + .link-item {
    margin-left: 10px
}

.conf-notification .link-item a {
    font-size: 12px;
    display: block;
    text-decoration: none;
    color: #4878da;
    border-bottom: 1px solid rgba(72, 120, 218, .5);
    transition: color .2s ease, border .2s ease;
    height: 16px;
    line-height: 16px
}

.conf-notification .link-item a:hover {
    color: #6797f9;
    border-color: rgba(103, 151, 249, .5)
}

.conf-aside {
    margin-bottom: 40px
}

.conf-aside .item {
    border-top: 1px solid #e1e5f0;
    font-size: 14px;
    line-height: 1.4;
    padding: 40px 0
}

.conf-aside .item:last-child {
    border-bottom: 1px solid #e1e5f0
}

.conf-aside .item .btn-index-primary {
    font-size: 13px;
    padding-top: 14px
}

.conf-aside .item .p, .conf-aside .item p {
    margin-bottom: 6px
}

.conf-aside .item .p:last-child, .conf-aside .item p:last-child {
    margin-bottom: 0
}

.conf-aside .item .ttl {
    color: #98999c;
    font-size: 13px;
    margin-bottom: 15px
}

.conf-aside .organizer {
    position: relative;
    height: 54px
}

.conf-aside .organizer:after, .conf-aside .organizer:before {
    content: " ";
    display: table
}

.conf-aside .organizer:after {
    clear: both
}

.conf-aside .organizer + .organizer {
    margin-top: 20px
}

.conf-aside .organizer .photo {
    height: 54px;
    width: 54px;
    border-radius: 50%;
    overflow: hidden;
    float: left;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover
}

.conf-aside .organizer .name {
    margin-left: 80px;
    position: relative;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    font-family: NotoSans-Bold, Helvetica, Arial, sans-serif
}

.conf-aside .partner-item {
    position: relative;
    float: left;
    height: 100px;
    line-height: 100px;
    text-align: center;
    width: 33.33%
}

.conf-aside .partner-item img {
    display: inline-block;
    vertical-align: middle;
    max-height: 100%;
    max-width: 100%
}

.speakers {
    margin-top: 30px;
    margin-bottom: 30px
}

.speakers .s-title {
    margin-bottom: 10px;
    text-transform: uppercase;
    font-family: Xenia-Extended, Helvetica, Arial, sans-serif;
    font-size: 24px;
    line-height: 1.2
}

.speakers .s-item {
    position: relative;
    height: 280px;
    float: left
}

.speakers .s-item:after, .speakers .s-item:before {
    content: '';
    display: block;
    position: absolute;
    background: #e1e5f0
}

.speakers .s-item:before {
    width: 70%;
    height: 1px;
    top: 0;
    left: 15%
}

.speakers .s-item:after {
    height: 70%;
    width: 1px;
    left: 0;
    top: 15%
}

.speakers .s-item .item_i {
    position: relative;
    padding: 0 20px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%)
}

.speakers .s-item .photo {
    width: 74px;
    height: 74px;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    border-radius: 50%;
    margin: 0 auto 25px
}

.speakers .s-item .name {
    text-align: center;
    font-size: 16px;
    font-family: NotoSans-Bold, Helvetica, Arial, sans-serif;
    line-height: 1.2;
    margin-bottom: 10px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis
}

.speakers .s-item .description {
    text-align: center;
    line-height: 1.2;
    font-size: 13px;
    color: #7783a0;
    overflow: hidden;
    max-height: 3.6em;
    min-height: 3.6em
}

.conf-tabs {
    margin-bottom: 40px
}

.conf-tabs .nav-tabs {
    margin: 0 0 10px
}

.g-wrap .conf-tabs .nav-tabs > li {
    margin-bottom: 0
}

.conf-tabs .nav-tabs > li + li {
    margin-left: 10px
}

.conf-tabs .nav-tabs > li .tab-head {
    font-size: 14px;
    border: none;
    transition: background .2s ease, color .2s ease;
    background: #fff;
    color: #232937;
    height: 50px;
    line-height: 50px;
    border-radius: 3px;
    padding: 0 20px;
    margin: 0
}

.conf-tabs .nav-tabs > li .tab-head:hover {
    background: #e5edfd;
    color: #4878da
}

.conf-tabs .nav-tabs > li .tab-head span {
    border: none
}

.conf-tabs .tab-content {
    padding: 0
}

.conf-list .conf-item {
    margin-bottom: 10px
}

.conf-card {
    box-shadow: 0 1px 2px 0 rgba(102, 102, 102, .15);
    transition: box-shadow .3s ease;
    height: 130px;
    background: #fff;
    border-radius: 4px
}

.conf-card .card-wrap {
    position: relative;
    height: 100%
}

.conf-card .card-section.controls {
    position: relative;
    height: 100%;
    float: right
}

.conf-card .card-section.date {
    position: relative;
    height: 100%;
    float: left;
    margin-right: 30px
}

.conf-card .wrap-controls, .conf-card .wrap-date {
    position: relative;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%)
}

.conf-card .wrap-date {
    width: 120px;
    text-align: center;
    padding: 10px 0;
    border-right: 1px solid #e1e5f0;
    line-height: 1.2
}

.conf-card .wrap-date .number {
    font-size: 30px;
    color: #4878da;
    font-family: NotoSans-Bold, Helvetica, Arial, sans-serif
}

.conf-card .wrap-date .month {
    font-size: 13px;
    color: #4878da
}

.conf-card .wrap-controls {
    padding: 0 30px
}

.conf-card .wrap-controls .btn-wrap {
    margin-bottom: 14px
}

.conf-card .wrap-controls .btn-wrap .btn {
    font-size: 13px;
    padding-top: 14px
}

.conf-card .text-wrap {
    float: left;
    width: 520px;
    height: 130px;
    line-height: 1.2
}

.conf-card .text-wrap .text-wrap_i {
    position: relative;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%)
}

.conf-card .title {
    margin-bottom: 6px
}

.conf-card .title a {
    text-decoration: none;
    color: #232937;
    font-size: 16px;
    font-family: NotoSans-Bold, Helvetica, Arial, sans-serif;
    transition: color .2s ease
}

.conf-card .title a:hover {
    color: #4878da
}

.conf-card .description {
    color: #98999c;
    font-size: 13px
}

.conf-card-news {
    display: block;
    text-decoration: none;
    box-shadow: 0 1px 2px 0 rgba(102, 102, 102, .15);
    transition: box-shadow .3s ease;
    height: 420px;
    background: #fff;
    border-radius: 4px;
    margin-bottom: 20px
}

.conf-card-news .card-wrap {
    position: relative;
    height: 100%
}

.conf-card-news .wrap-pic {
    position: relative;
    z-index: 1;
    height: 190px
}

.conf-card-news .pic-link {
    position: relative;
    z-index: 1;
    display: block;
    text-decoration: none;
    border-radius: 4px 4px 0 0;
    overflow: hidden;
    height: 100%;
    background: #3a5896
}

.conf-card-news .pic-link.hover img, .conf-card-news .pic-link:hover img {
    opacity: .5
}

.conf-card-news .pic-link img {
    display: block;
    position: absolute;
    z-index: 1;
    top: 50%;
    left: 50%;
    min-width: 101%;
    min-height: 101%;
    width: auto;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    opacity: 1;
    transition: opacity .2s ease;
    will-change: opacity
}

.conf-card-news .conf-logo {
    position: absolute;
    z-index: 2;
    right: 10px;
    top: 100%;
    width: 90px;
    height: 90px;
    background: #fff;
    border-radius: 50%;
    margin-top: -45px;
    border: 10px solid #fff
}

.conf-card-news .conf-logo img {
    position: absolute;
    display: block;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    max-width: 100%;
    max-height: 100%
}

.conf-card-news .wrap-text {
    position: relative;
    z-index: 2;
    padding: 25px 25px 20px
}

.conf-card-news .date {
    font-size: 13px;
    line-height: 1.2;
    color: #a8a9ab;
    margin-bottom: 10px
}

.conf-card-news .title {
    margin-bottom: 10px;
    line-height: 1
}

.conf-card-news .title a, .conf-card-news .title span {
    text-decoration: none;
    display: inline-block;
    line-height: 1.3;
    font-size: 16px;
    color: #232937;
    font-family: NotoSans-Bold, Helvetica, Arial, sans-serif;
    max-height: 6.5em;
    min-height: 6.5em;
    overflow: hidden;
    transition: color .2s ease
}

.conf-card-news .title a.hover, .conf-card-news .title a:hover {
    color: #4878da
}

.conf-card-news .addition {
    line-height: 1
}

.conf-card-news .addition a {
    display: inline-block;
    line-height: 1.3;
    font-size: 13px;
    text-decoration: none;
    max-height: 3.9em;
    min-height: 3.9em;
    overflow: hidden;
    transition: color .2s ease
}

.conf-card-news.big:hover {
    text-decoration: none
}

.conf-card-news.big:hover .pic-link {
    opacity: .5
}

.conf-card-news.big .wrap-pic {
    height: 100%;
    background: #3a5896;
    border-radius: 4px
}

.conf-card-news.big .pic-link {
    border-radius: 4px;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    transition: opacity .2s ease;
    will-change: opacity
}

.conf-card-news.big .pic-link:before {
    content: '';
    display: block;
    position: absolute;
    width: 100%;
    height: 100%;
    background: linear-gradient(to bottom, transparent 0, #4878da 100%)
}

.conf-card-news.big .wrap-text {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    padding: 40px 25px 40px 160px
}

.conf-card-news.big .date {
    color: #d5d3d3
}

.conf-card-news.big .title {
    margin: 0
}

.conf-card-news.big .title a, .conf-card-news.big .title span {
    color: #fff;
    min-height: 2.6em
}

.conf-card-news.big .conf-logo {
    right: auto;
    left: 25px;
    top: 50%;
    width: 110px;
    height: 110px;
    margin-top: -55px
}

.modal-conf-notification .modal-header {
    padding: 0;
    min-height: 20px
}

.modal-conf-notification .modal-body {
    padding: 20px 35px 30px
}

.modal-conf-notification .conf-title {
    font-size: 16px;
    font-family: NotoSans-Bold, Helvetica, Arial, sans-serif;
    line-height: 1.2;
    margin-bottom: 25px;
    text-align: center
}

.modal-conf-notification .conf-notification {
    height: auto
}

.modal-conf-notification .conf-notification .notification-list {
    padding: 0
}

.modal-conf-notification .conf-notification .notification-list:before {
    display: none
}

.title-icon {
    position: relative;
    padding: 10px 0;
    margin-bottom: 40px
}

.title-icon .title {
    position: relative;
    color: #38383a;
    margin: 0 20px 0 0;
    float: left;
    font-size: 24px;
    font-family: Xenia-Extended, Helvetica, Arial, sans-serif;
    line-height: 1.1;
    text-transform: uppercase
}

.title-icon .title.icon {
    padding-left: 45px
}

.title-icon .title.icon:before {
    content: ' ';
    display: inline-block;
    font-size: 10px;
    background-image: url(../images/sprite_svg.svg?38780);
    background-repeat: no-repeat;
    background-size: 6.8em 846.7em;
    display: block;
    position: absolute;
    top: 50%;
    left: 0;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%)
}

.no-svg .title-icon .title.icon:before {
    background-image: url(../images/sprite_svg.png?38780)
}

.title-icon .title.icon.i-conf:before {
    background-position: -.2em -546.8000000000001em;
    width: 2.7em;
    height: 2.7em
}

.title-icon .title.icon.i-news:before {
    background-position: -.2em -562.2em;
    width: 2.6437em;
    height: 2.356em
}

.title-icon .title.icon.i-strategy:before {
    background-position: -.2em -574.2em;
    width: 2.2187em;
    height: 2.791em
}

.title-icon .title.icon.i-tactics:before {
    background-position: -.2em -577.4000000000001em;
    width: 2.5530999999999997em;
    height: 2.6149999999999998em
}

.title-icon .title.icon.i-money:before {
    background-position: -.2em -559.3000000000001em;
    width: 2.5em;
    height: 2.5em
}

.title-icon .title.icon.i-ratings:before {
    background-position: -.2em -568.2em;
    width: 2.6437em;
    height: 2.357em
}

.title-icon .title.icon.i-hitech:before {
    background-position: -.2em -552.9000000000001em;
    width: 2.4687em;
    height: 2.528em
}

.title-icon .title.icon.i-outside:before {
    background-position: -.2em -565em;
    width: 2.4718em;
    height: 2.79em
}

.title-icon .title.icon.i-live:before {
    background-position: -.2em -555.9000000000001em;
    width: 2.6437em;
    height: 2.9620000000000006em
}

.title-icon .title.icon.i-books:before {
    background-position: -.2em -544em;
    width: 2.5594em;
    height: 2.353em
}

.title-icon .title.icon.i-reviews:before {
    background-position: -.2em -571em;
    width: 2.475em;
    height: 2.7030000000000003em
}

.title-icon .title.icon.i-tops:before {
    background-position: -.2em -580.5em;
    width: 2.6437em;
    height: 3.1399999999999997em
}

.title-icon .title.icon.i-directory:before {
    background-position: -.2em -549.9000000000001em;
    width: 2.1313em;
    height: 2.5309999999999997em
}

.title-icon .title.icon.i-blogs:before {
    background-position: -.2em -541em;
    width: 2.475em;
    height: 2.528em
}

.title-icon .title.text-normal {
    text-transform: none
}

.title-icon .description {
    color: #232937;
    font-size: 14px;
    line-height: 1.8;
    font-family: NotoSerif-Italic, Helvetica, Arial, sans-serif;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    padding-left: 20px;
    border-left: 1px solid #000
}

.title-differ {
    margin-bottom: 22px
}

.title-differ .title {
    float: left;
    color: #38383a;
    margin: 0 20px 0 0;
    font-size: 20px;
    font-family: Xenia-Extended, Helvetica, Arial, sans-serif;
    line-height: 22px;
    text-transform: uppercase;
    letter-spacing: .5px
}

.title-differ .description {
    float: right;
    line-height: 22px
}

.title-differ .description a {
    display: inline-block;
    line-height: 24px;
    font-size: 13px
}

.title-differ-sl {
    margin-bottom: 30px
}

.title-differ-sl .title {
    color: #38383a;
    margin: 0 20px 0 0;
    font-size: 24px;
    font-family: Xenia-Extended, Helvetica, Arial, sans-serif;
    line-height: 22px;
    text-transform: uppercase;
    letter-spacing: .5px;
    overflow: hidden;
    padding-left: 2px
}

.title-differ-sl .navigation {
    float: right;
    margin-left: 50px
}

.title-differ-sl .navigation .next, .title-differ-sl .navigation .prev {
    position: relative;
    float: left;
    height: 22px;
    line-height: 22px;
    width: 30px
}

.title-differ-sl .navigation .next:before, .title-differ-sl .navigation .prev:before {
    content: ' ';
    display: inline-block;
    font-size: 10px;
    background-image: url(../images/sprite_svg.svg?38780);
    background-repeat: no-repeat;
    background-size: 6.8em 846.7em;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%)
}

.no-svg .title-differ-sl .navigation .next:before, .no-svg .title-differ-sl .navigation .prev:before {
    background-image: url(../images/sprite_svg.png?38780)
}

.title-differ-sl .navigation .prev:before {
    background-position: -.2em -791.3000000000001em;
    width: 2.272em;
    height: 1.597em
}

.title-differ-sl .navigation .prev:hover:before {
    background-position: -.2em -793.3000000000001em;
    width: 2.272em;
    height: 1.597em
}

.title-differ-sl .navigation .next {
    margin-left: 20px
}

.title-differ-sl .navigation .next:before {
    background-position: -.2em -787.3000000000001em;
    width: 2.275em;
    height: 1.6em
}

.title-differ-sl .navigation .next:hover:before {
    background-position: -.2em -789.3000000000001em;
    width: 2.275em;
    height: 1.6em
}

.comment-notify {
    position: relative;
    display: inline-block;
    vertical-align: top;
    font-size: 13px;
    text-decoration: none;
    margin-right: 10px
}

.comment-notify:hover {
    text-decoration: none
}

.comment-notify.count {
    padding-left: 22px
}

.comment-notify.count, .comment-notify.count:visited {
    color: #a8a9ab
}

.comment-notify.count:before {
    content: ' ';
    display: inline-block;
    font-size: 10px;
    background-image: url(../images/sprite_svg.svg?38780);
    background-repeat: no-repeat;
    background-size: 6.8em 846.7em;
    background-position: -.2em -123.5em;
    width: 1.8em;
    height: 1.2em;
    display: block;
    position: absolute;
    top: 50%;
    left: 0;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    height: 14px
}

.no-svg .comment-notify.count:before {
    background-image: url(../images/sprite_svg.png?38780)
}

.comment-notify.new {
    color: #4878da;
    padding-left: 20px
}

.comment-notify.new:before {
    content: ' ';
    display: inline-block;
    font-size: 10px;
    background-image: url(../images/sprite_svg.svg?38780);
    background-repeat: no-repeat;
    background-size: 6.8em 846.7em;
    background-position: -.2em -125.10000000000001em;
    width: 1.8em;
    height: 1.2em;
    display: block;
    position: absolute;
    top: 50%;
    left: 0;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    height: 13px
}

.no-svg .comment-notify.new:before {
    background-image: url(../images/sprite_svg.png?38780)
}

a.comment-notify.count:hover {
    color: #f5bf00
}

a.comment-notify.count:hover:before {
    background-position: -.2em -126.7em;
    width: 1.8em;
    height: 1.2em
}

.text-informer {
    border: 20px solid #fff;
    border-radius: 4px;
    padding: 38px 35px;
    margin-bottom: 2em
}

.text-informer .i-title {
    margin-top: 0;
    margin-bottom: 27px
}

.cite {
    color: #67738d;
    font-size: 14px;
    line-height: 1.6;
    border: 0 solid #7783a0
}

.cite.left {
    width: 33%;
    margin: 5px 40px 10px 0;
    padding: 0 28px 0 0;
    float: left;
    border-right-width: 3px
}

.cite.right {
    width: 33%;
    margin: 5px 0 10px 34px;
    padding: 0 0 0 28px;
    float: right;
    border-left-width: 3px
}

.cite .title {
    font-family: NotoSans-Bold, Helvetica, Arial, sans-serif;
    font-size: 16px;
    line-height: 1.3;
    margin: -3px 0 .75em;
    color: #232937
}

.cite p {
    margin: 0 0 .8em;
    font-family: NotoSerif-Italic, Helvetica, Arial, sans-serif
}

.cite p:last-child {
    margin-bottom: 0
}

.cite.style-1 {
    border-color: #4878da
}

.cite.style-2 {
    border-color: #f5bf00
}

.cite.style-3, .cite.style-4 {
    border-color: #4878da
}

.cite.style-3 .title, .cite.style-4 .title {
    margin-bottom: 2.2em
}

.cite.style-3 p, .cite.style-4 p {
    line-height: 2.15;
    font-family: NotoSans-Regular;
    color: #232937
}

.cite.style-4 .title {
    margin-bottom: 1em
}

.cite.style-4 .pic {
    width: 75px;
    height: 75px;
    border-radius: 50%;
    overflow: hidden;
    margin-bottom: 15px
}

.cite.style-4 .pic img {
    max-width: 100%
}

.cite.style-4 p {
    font-family: NotoSerif-Italic;
    font-size: 14px;
    color: #7783a0;
    line-height: 1.5
}

.cite-color {
    color: #67738d;
    font-size: 14px;
    line-height: 1.6;
    background: #f5f7fa;
    box-shadow: 0 15px 38px -12px rgba(21, 43, 78, .22);
    border-radius: 6px
}

.cite-color.left {
    width: 32%;
    margin: 5px 40px 25px 0;
    padding: 30px 28px;
    float: left;
    border-right-width: 1px
}

.cite-color.right {
    width: 32%;
    margin: 5px 0 25px 34px;
    padding: 30px 28px;
    float: right;
    border-left-width: 1px
}

.cite-color .title {
    font-family: Xenia-Extended, Helvetica, Arial, sans-serif;
    font-size: 16px;
    line-height: 1.3;
    margin: -5px 0 .75em;
    color: #555;
    text-transform: uppercase;
    letter-spacing: .5px
}

.cite-color p {
    margin: 0 0 .8em;
    font-family: NotoSerif-Italic, Helvetica, Arial, sans-serif
}

.cite-color p:last-child {
    margin-bottom: 0
}

.cite-color.style-1 {
    background: #eaf1ff;
    color: #4878da
}

.cite-color.style-1 .title {
    color: #4878da
}

.cite-color.style-2 {
    background: #4878da;
    color: #fff
}

.cite-color.style-2 .title {
    color: #fff
}

.cite-color.style-2 a {
    color: #fff
}

.cite-color.style-2 a:visited {
    color: #fff
}

.cite-color.style-2 a:hover {
    color: #f5bf00
}

blockquote.style-1 {
    padding-left: 120px
}

blockquote.style-1 .pic {
    display: block;
    position: absolute;
    max-width: 70px;
    max-height: 70px;
    height: auto;
    width: auto;
    top: 50%;
    left: 20px;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%)
}

blockquote.style-2 {
    color: #434a54;
    margin: 50px 0;
    padding: 40px 35px;
    font-size: 15px;
    line-height: 1.6;
    border-radius: 0;
    border: none;
    text-align: center
}

blockquote.style-2:before {
    content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    width: 85%;
    height: 100%;
    border-radius: 50%;
    box-shadow: 0 0 70px rgba(21, 43, 78, .3)
}

blockquote.style-2:after {
    content: '';
    background: #fff;
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%
}

blockquote.style-2 .title {
    color: #4878da;
    font-size: 24px;
    line-height: 1;
    font-family: Xenia-Extended, Helvetica, Arial, sans-serif;
    margin-bottom: 19px;
    text-transform: uppercase
}

blockquote.style-2 .title-medium {
    color: #000;
    font-size: 18px;
    line-height: 1.3;
    font-family: OpenSans-Semibold, Helvetica, Arial, sans-serif;
    margin-bottom: 5px
}

blockquote.style-2 .text, blockquote.style-2 .title, blockquote.style-2 .title-medium {
    position: relative;
    z-index: 1
}

blockquote.style-2 .text {
    color: #7783a0
}

blockquote.style-3 {
    color: #3a5896;
    margin: 40px 0;
    padding: 30px 37px 31px;
    font-size: 16px;
    line-height: 1.6;
    border-top: 1px solid #ccc;
    border-bottom: 1px solid #ccc;
    border-left: none
}

blockquote.style-3 .title {
    font-family: OpenSans-Semibold, Helvetica, Arial, sans-serif;
    font-size: 20px;
    line-height: 1;
    margin: 0 0 18px;
    color: #7783a0
}

blockquote.style-4 {
    margin: 30px 0;
    padding: 0;
    color: #434a54;
    border: none;
    position: relative;
    background: #d8dbe2;
    border-radius: 6px
}

blockquote.style-4 .title {
    width: 50%;
    float: left;
    padding: 25px 20px 25px 30px;
    font-family: Xenia-Extended, Helvetica, Arial, sans-serif;
    line-height: 1.3;
    font-size: 24px;
    text-transform: uppercase
}

blockquote.style-4 .text {
    width: 50%;
    float: left;
    font-size: 14px;
    color: #434a54;
    line-height: 1.6;
    padding: 25px 30px 25px 20px
}

blockquote.style-4.type-1 {
    background: #4878da
}

blockquote.style-4.type-1 .text, blockquote.style-4.type-1 .title {
    color: #fff
}

blockquote.style-4.type-2 {
    background: #f5bf00
}

blockquote.style-4.type-2 .text, blockquote.style-4.type-2 .title {
    color: #4878da
}

blockquote.style-5 {
    border: 3px solid #7783a0;
    color: #7783a0;
    margin: 52px 0 43px;
    padding: 50px 50px 40px;
    position: relative;
    font-size: 30px;
    line-height: 1.3;
    text-transform: uppercase;
    font-family: NotoSans-Bold, Helvetica, Arial, sans-serif
}

blockquote.style-5 .head-text {
    position: absolute;
    top: -11px;
    left: 100px;
    font-size: 16px;
    line-height: 1;
    color: #7783a0;
    background: #fff;
    padding: 0 30px;
    text-transform: lowercase;
    letter-spacing: .5px;
    font-family: NotoSans-Bold, Helvetica, Arial, sans-serif
}

blockquote.style-5.type-1 {
    color: #f5bf00;
    border-color: #f5bf00
}

blockquote.style-5.type-1 .head-text {
    color: #f5bf00
}

blockquote.style-5.type-2 {
    color: #4878da;
    border-color: #4878da
}

blockquote.style-5.type-2 .head-text {
    color: #4878da
}

blockquote.style-6 {
    padding: 0 40px 30px;
    margin: 30px 0 40px;
    overflow: hidden;
    font-size: 16px;
    line-height: 1.6;
    color: #434a54;
    border-bottom: 1px solid #ccc;
    text-align: center
}

blockquote.style-6 .title {
    font-size: 24px;
    font-family: NotoSans-Bold, Helvetica, Arial, sans-serif;
    text-transform: uppercase;
    margin-bottom: 15px;
    line-height: 1.2
}

blockquote.style-6 .title-small {
    padding: 0 25px;
    margin-bottom: 30px;
    display: inline-block;
    position: relative;
    text-transform: uppercase;
    font-family: OpenSans-Semibold, Helvetica, Arial, sans-serif;
    font-size: 14px;
    line-height: 1;
    color: #ccc
}

blockquote.style-6 .title-small:after, blockquote.style-6 .title-small:before {
    content: '';
    position: absolute;
    display: block;
    height: 1px;
    width: 1000%;
    top: 50%;
    background: #ccc
}

blockquote.style-6 .title-small:after {
    left: 100%
}

blockquote.style-6 .title-small:before {
    right: 100%
}

ul.text-list strong {
    display: block;
    margin-bottom: 20px;
    font-family: NotoSans-Bold
}

ul.text-list li {
    margin-bottom: 40px
}

ul.text-list li:last-child {
    margin-bottom: 0
}

ul.text-list.horizontal li {
    display: table;
    width: 100%
}

ul.text-list.horizontal span, ul.text-list.horizontal strong {
    display: table-cell
}

ul.text-list.horizontal strong {
    min-width: 150px;
    padding-right: 20px
}

.mark-drop {
    position: relative;
    display: inline-block;
    color: #7783a0;
    border: 1px solid #7783a0;
    cursor: pointer;
    background: #fff;
    padding: 0 10px;
    border-radius: 4px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none
}

.mark-drop:hover {
    background: #f7f7f7
}

.mark-drop:before {
    content: '';
    display: none;
    height: 7px;
    background: #f7f7f7;
    border-left: 1px solid #7783a0;
    border-right: 1px solid #7783a0;
    position: absolute;
    top: 100%;
    left: -1px;
    right: -1px;
    margin-top: -5px
}

.mark-drop.open {
    background: #f7f7f7
}

.mark-drop.open:before {
    display: block
}

.mark-drop.open + .mark-drop-text {
    display: table
}

.mark-drop-text {
    display: none;
    border: 1px solid #7783a0;
    border-radius: 4px;
    background: #f7f7f7;
    color: #7783a0;
    font-size: 14px;
    padding: 20px
}

.pagination {
    margin: 10px 0 30px
}

.pagination ul {
    margin: 0;
    text-align: center
}

.pagination li {
    display: inline-block;
    vertical-align: top;
    margin: 0 4px
}

.pagination li > a, .pagination li > span {
    position: relative;
    display: block;
    text-decoration: none;
    font-size: 16px;
    color: #4878da;
    height: 38px;
    width: 38px;
    line-height: 38px;
    border-radius: 50%;
    text-align: center
}

.pagination li > a:hover {
    color: #f5bf00
}

.pagination li.next > a, .pagination li.next > span, .pagination li.prev > a, .pagination li.prev > span {
    border-radius: 4px
}

.pagination li.next > a:before, .pagination li.next > span:before, .pagination li.prev > a:before, .pagination li.prev > span:before {
    content: ' ';
    display: inline-block;
    font-size: 10px;
    background-image: url(../images/sprite_svg.svg?38780);
    background-repeat: no-repeat;
    background-size: 6.8em 846.7em;
    display: block;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%)
}

.no-svg .pagination li.next > a:before, .no-svg .pagination li.next > span:before, .no-svg .pagination li.prev > a:before, .no-svg .pagination li.prev > span:before {
    background-image: url(../images/sprite_svg.png?38780)
}

.pagination li.prev {
    margin-left: 0;
    margin-right: 8px
}

.pagination li.prev > a:before, .pagination li.prev > span:before {
    background-position: -.2em -735.4000000000001em;
    width: .6em;
    height: 1.097em
}

.pagination li.prev > a:hover:before {
    background-position: -.2em -736.9000000000001em;
    width: .6em;
    height: 1.097em
}

.pagination li.prev.disabled > a:before, .pagination li.prev.disabled > a:hover:before {
    background-position: -.2em -735.4000000000001em;
    width: .6em;
    height: 1.097em
}

.pagination li.next {
    margin-right: 0;
    margin-left: 8px
}

.pagination li.next > a:before, .pagination li.next > span:before {
    background-position: -.2em -732.2em;
    width: .5969999999999999em;
    height: 1.103em
}

.pagination li.next > a:hover:before {
    background-position: -.2em -733.8000000000001em;
    width: .5969999999999999em;
    height: 1.103em
}

.pagination li.next.disabled > a:before, .pagination li.next.disabled > a:hover:before {
    background-position: -.2em -732.2em;
    width: .5969999999999999em;
    height: 1.103em
}

.pagination li.active > a, .pagination li.active > span {
    background: #4878da;
    color: #fff
}

.pagination li.disabled > a, .pagination li.disabled > a:focus, .pagination li.disabled > a:hover, .pagination li.disabled > span, .pagination li.disabled > span:focus, .pagination li.disabled > span:hover {
    color: #ccc;
    cursor: not-allowed;
    opacity: .3
}

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

.pager:after {
    clear: both
}

.g-wrap .pager {
    margin: 10px 0 20px
}

.pager li {
    display: inline-block
}

.pager li > a, .pager li > span {
    position: relative;
    display: inline-block;
    padding: 5px 14px;
    background-color: transparent;
    border: 1px solid transparent;
    border-radius: 15px;
    text-decoration: none;
    color: #4878da;
    transition: none
}

.pager li > a:focus, .pager li > a:hover {
    color: #f5bf00;
    background-color: transparent
}

.pager .next > a, .pager .next > span {
    float: right;
    padding-right: 35px
}

.pager .next > a:before, .pager .next > span:before {
    content: ' ';
    display: inline-block;
    font-size: 10px;
    background-image: url(../images/sprite_svg.svg?38780);
    background-repeat: no-repeat;
    background-size: 6.8em 846.7em;
    background-position: -.2em -725em;
    width: 2.6em;
    height: .9029999999999999em;
    display: block;
    position: absolute;
    right: 0;
    top: 15px
}

.no-svg .pager .next > a:before, .no-svg .pager .next > span:before {
    background-image: url(../images/sprite_svg.png?38780)
}

.pager .next > a:hover:before {
    background-position: -.2em -726.4000000000001em;
    width: 2.6em;
    height: .9029999999999999em
}

.pager .next.disabled > a:before, .pager .next.disabled > a:hover:before {
    background-position: -.2em -725em;
    width: 2.6em;
    height: .9029999999999999em
}

.pager .prev > a, .pager .prev > span {
    float: left;
    padding-left: 35px
}

.pager .prev > a:before, .pager .prev > span:before {
    content: ' ';
    display: inline-block;
    font-size: 10px;
    background-image: url(../images/sprite_svg.svg?38780);
    background-repeat: no-repeat;
    background-size: 6.8em 846.7em;
    background-position: -.2em -727.8000000000001em;
    width: 2.597em;
    height: .9em;
    display: block;
    position: absolute;
    left: 0;
    top: 15px
}

.no-svg .pager .prev > a:before, .no-svg .pager .prev > span:before {
    background-image: url(../images/sprite_svg.png?38780)
}

.pager .prev > a:hover:before {
    background-position: -.2em -729.1em;
    width: 2.597em;
    height: .9em
}

.pager .prev.disabled > a:before, .pager .prev.disabled > a:hover:before {
    background-position: -.2em -727.8000000000001em;
    width: 2.597em;
    height: .9em
}

.pager .disabled > a, .pager .disabled > a:focus, .pager .disabled > a:hover, .pager .disabled > span {
    color: #4878da;
    background-color: transparent;
    cursor: not-allowed;
    opacity: .3
}

.more-news, .preloader-wrap {
    position: relative;
    text-align: center
}

.more-news.on button, .preloader-wrap.on button {
    visibility: hidden;
    opacity: 0
}

.more-news.on .preloader, .preloader-wrap.on .preloader {
    display: block
}

.more-news .preloader, .preloader-wrap .preloader {
    display: none;
    position: absolute;
    z-index: 15;
    width: 40px;
    height: 40px;
    top: 50%;
    left: 50%;
    border: 4px solid #4878da;
    border-radius: 50%;
    -webkit-animation: spin 1s linear infinite;
    animation: spin 1s linear infinite;
    margin-top: -20px;
    margin-left: -20px;
    transition: opacity .3s ease
}

.more-news .preloader:before, .preloader-wrap .preloader:before {
    content: '';
    display: block;
    height: 5px;
    width: 20px;
    position: relative;
    top: -4px;
    left: -10px;
    margin: 0 auto;
    background: linear-gradient(to right, rgba(255, 255, 255, 0) 0, #eff0f2 80%)
}

.more-news {
    padding: 18px 0
}

.pic-mask {
    position: relative;
    margin-top: 30px;
    margin-bottom: 30px;
    display: inline-block
}

.pic-mask img {
    position: relative;
    z-index: 1;
    display: block;
    max-width: 100%;
    height: auto
}

.pic-mask .wrap {
    position: absolute;
    z-index: 2;
    width: 101%;
    height: 101%;
    top: 0;
    left: 0
}

.pic-mask .piece {
    position: relative;
    width: 33.33%;
    height: 33.33%;
    float: left;
    border: 8px solid #fff
}

.pic-mask .piece.watermark {
    background: #4878da
}

.pic-mask .piece.watermark img {
    position: absolute;
    top: 50%;
    left: 50%;
    max-width: 90%;
    max-height: 90%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%)
}

blockquote {
    position: relative;
    clear: both;
    color: #3a5896;
    margin: 3em 0;
    font-family: NotoSerif-Italic, Helvetica, Arial, sans-serif;
    padding: 20px 0 20px 50px
}

blockquote:not([class*=style]):before {
    display: block
}

blockquote:before {
    content: '“';
    display: none;
    color: #3a5896;
    font-size: 60px;
    position: absolute;
    top: 0;
    left: 0;
    line-height: 1;
    font-family: Xenia-Extended, Helvetica, Arial, sans-serif
}

blockquote .source .text {
    font-size: 14px;
    font-family: NotoSerif-Italic;
    color: #a8a9ab;
    margin-bottom: 0
}

blockquote .source .pic {
    display: inline-block;
    float: left;
    width: 25px;
    height: 25px;
    border-radius: 50%;
    overflow: hidden;
    margin-right: 10px
}

blockquote .source .pic img {
    display: block;
    margin: 0 auto;
    max-width: 100%
}

blockquote.style {
    border-left: 2px solid #4878da;
    padding: 15px 0 15px 40px;
    color: #232937
}

.caption {
    margin-top: 30px;
    margin-bottom: 30px
}

.caption img {
    display: block;
    max-width: 100%;
    margin: 0 auto
}

.caption .description {
    margin-top: 10px;
    color: #67738d;
    font-style: normal;
    font-size: 13px;
    line-height: 1.3;
    font-family: NotoSans-Regular, Helvetica, Arial, sans-serif
}

.caption.right .description {
    text-align: left
}

.caption.left .description {
    text-align: left
}

.caption.vertical .pic, .caption.vertical .text {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1
}

.caption.vertical .description {
    text-align: left
}

.article-addition {
    border-top: 1px solid #e1e5f0;
    margin-bottom: 40px
}

.article-addition + .article-addition {
    margin-top: -41px
}

.article-addition .addition-header {
    padding: 30px 0 10px;
    margin-left: -4px
}

.article-addition .date, .article-addition .source {
    font-size: 13px;
    color: #5b709c;
    display: inline-block;
}

.article-addition .source {
    margin-left: 5px;
    max-width: 50%
}

.article-addition .date {
    margin-left: 40px;
    vertical-align: middle !important;
}

.article-addition .addition-body {
    position: relative;
    padding: 35px 0 15px
}

.article-addition .count-num {
    position: absolute;
    top: 24px;
    left: 0;
    color: #fff;
    font-size: 18px;
    font-family: NotoSans-Bold, Helvetica, Arial, sans-serif;
    background: #4878da;
    width: 34px;
    height: 34px;
    text-align: center;
    line-height: 34px
}

.article-addition .count-num + p {
    text-indent: 50px
}

.article-addition .count-num + h1.addition-title, .article-addition .count-num + h2.addition-title, .article-addition .count-num + h3.addition-title, .article-addition .count-num + h4.addition-title, .article-addition .count-num + h5.addition-title, .article-addition .count-num + h6.addition-title {
    margin-top: -15px;
    margin-left: 50px;
    margin-bottom: 20px
}

.article-addition .count-num + h1.addition-title.short_title, .article-addition .count-num + h2.addition-title.short_title, .article-addition .count-num + h3.addition-title.short_title, .article-addition .count-num + h4.addition-title.short_title, .article-addition .count-num + h5.addition-title.short_title, .article-addition .count-num + h6.addition-title.short_title {
    margin-top: -5px
}

.file {
    position: relative;
    padding-left: 10px;
    padding-right: 12px;
    line-height: 1;
    display: inline-block;
    vertical-align: middle
}

.file .paper {
    position: relative;
    border-top: 2px solid #999;
    width: 24px;
    height: 40px;
    border-left: 2px solid #999;
    border-bottom: 2px solid #999
}

.file .paper:before {
    content: '';
    position: absolute;
    top: -2px;
    right: -10px;
    width: 10px;
    height: 30px;
    border-right: 2px solid #999;
    border-top: 2px solid #999
}

.file .paper:after {
    content: '';
    position: absolute;
    bottom: -2px;
    right: -10px;
    border-left: 10px solid #999;
    border-bottom: 10px solid transparent
}

.file .paper .i {
    position: absolute;
    height: 1px;
    width: 22px;
    right: -4px
}

.file .paper .i:before {
    content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 70%;
    background: #b3b3b3
}

.file .paper .i:after {
    content: '';
    display: block;
    position: absolute;
    top: 0;
    right: 10%;
    height: 100%;
    width: 10%;
    background: #b3b3b3
}

.file .paper .i:nth-child(1) {
    top: 4px
}

.file .paper .i:nth-child(2) {
    top: 8px
}

.file .paper .i:nth-child(3) {
    top: 12px
}

.file .txt {
    position: absolute;
    z-index: 1;
    border: 1px solid #999;
    white-space: nowrap;
    height: 20px;
    line-height: 18px;
    font-size: 12px;
    background: #fff;
    padding: 0 2px;
    top: 50%;
    left: -10px;
    margin-top: -10px;
    color: #999;
    border-radius: 2px
}

.file.short .paper {
    width: 14px;
    height: 24px;
    border-width: 1px
}

.file.short .paper:before {
    border-width: 1px;
    top: -1px;
    right: -6px;
    height: 18px;
    width: 6px
}

.file.short .paper:after {
    bottom: -1px;
    right: -6px;
    border-width: 6px
}

.file.short .txt {
    width: 18px;
    height: 18px;
    border-radius: 50%;
    margin-top: -9px
}

.file.short .txt:before {
    content: ' ';
    display: inline-block;
    font-size: 10px;
    background-image: url(../images/sprite_svg.svg?38780);
    background-repeat: no-repeat;
    background-size: 6.8em 846.7em;
    display: block;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%)
}

.no-svg .file.short .txt:before {
    background-image: url(../images/sprite_svg.png?38780)
}

.file.short.check .txt:before {
    background-position: -.2em -60.6em;
    width: .6em;
    height: .4em
}

.file.short.question .txt:before {
    background-position: -.2em -63.400000000000006em;
    width: .6em;
    height: .9em
}

.file.short.people .txt:before {
    background-position: -.2em -62.5em;
    width: .5em;
    height: .5em
}

.file.short.share .txt:before {
    background-position: -.2em -64.7em;
    width: .6em;
    height: .7em
}

.file.short.info .txt:before {
    background-position: -.2em -61.400000000000006em;
    width: .3em;
    height: .7em
}

.news-card {
    position: relative;
    box-shadow: 0 1px 2px 0 rgba(102, 102, 102, .15);
    transition: box-shadow .3s ease;
    border-radius: 4px;
    margin-bottom: 20px
}

.news-card:after {
    content: '';
    display: table;
    width: 100%;
    height: 0;
    clear: both
}

.news-card .wrap-pic {
    background: #3a5896
}

.news-card .wrap-pic:hover + .wrap-text .title a {
    color: #4878da
}

.news-card .wrap-pic_i {
    position: relative
}

.news-card .wrap-pic_i > a {
    position: relative;
    z-index: 1;
    display: flex;
    text-decoration: none;
    height: 260px;
    background: #3a5896;
}

.news-card .wrap-pic_i > a.hover img, .news-card .wrap-pic_i > a:hover img {
    opacity: .5
}

.news-card .wrap-pic_i > a img {
    display: block;
    position: absolute;
    top: 50%;
    left: 50%;
    min-width: 100%;
    min-height: 100%;
    height: auto;
    width: auto;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    opacity: 1;
    transition: opacity .2s ease;
    will-change: opacity;
    z-index: 1;
}

.news-card .wrap-pic_i .shock-label {
    position: absolute;
    top: 10px;
    right: 10px;
    z-index: 2;
    font-size: 12px;
    padding: 3px 5px
}

.news-card .wrap-pic_i .type {
    width: 260px;
    z-index: 2
}

.news-card .wrap-text {
    background: #fff;
    border-radius: 4px;
    height: auto;
}

.news-card .card-content {
    position: relative;
    height: 217px
}

.news-card .type {
    position: absolute;
    z-index: 1;
    -webkit-transform: rotate(-90deg);
    transform: rotate(-90deg);
    -webkit-transform-origin: left bottom 0;
    transform-origin: left bottom 0;
    left: 100%;
    bottom: 0;
    overflow: hidden;
    height: 40px;
    width: 187px;
    line-height: 40px;
    text-align: center
}

.news-card .type .type-txt {
    position: relative;
    display: inline-block;
    font-size: 13px;
    padding: 0 10px;
    color: #fc0;
    max-width: 100%;
    white-space: nowrap;
    letter-spacing: .4px;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0)
}

.news-card .type .type-txt:before {
    content: '';
    display: block;
    width: 600%;
    height: 1px;
    background: #fc0;
    position: absolute;
    top: 50%;
    right: 100%;
    margin-top: 1px
}

.news-card .card-body, .news-card .card-footer {
    padding: 0 45px 0 25px
}

.news-card .card-body .card-footer {
    padding: 0!important;
}

.news-card .card-header {
    position: relative;
    z-index: 2;
    padding: 12px 0
}

.news-card .card-header .date {
    font-size: 13px;
    line-height: 1.2;
    color: #a8a9ab;
    padding: 0 25px;
    margin-top: 10px
}

.news-card .card-header .control:hover .icon span, .news-card .card-header .control:hover .icon span:after, .news-card .card-header .control:hover .icon span:before {
    background: #4878da
}

.js-off .news-card .card-header .control:hover .drop-actions {
    display: block
}

.js-off .news-card .card-header .control:hover .drop-actions .wrap_i {
    top: 0;
    opacity: 1
}

.news-card .card-header .control.block .drop-actions {
    display: block
}

.news-card .card-header .control.block.animate .drop-actions .wrap_i {
    opacity: 1;
    top: 0
}

.news-card .card-header .icon {
    position: absolute;
    top: 5px;
    right: 5px;
    height: 30px;
    width: 28px;
    cursor: pointer;
    border-radius: 2px
}

.news-card .card-header .icon span {
    display: block;
    position: absolute;
    top: 50%;
    left: 50%;
    margin-left: -2px;
    margin-top: -2px
}

.news-card .card-header .icon span:after, .news-card .card-header .icon span:before {
    content: '';
    display: block;
    position: absolute;
    left: 0
}

.news-card .card-header .icon span:before {
    bottom: 100%;
    margin-bottom: 3px
}

.news-card .card-header .icon span:after {
    top: 100%;
    margin-top: 3px
}

.news-card .card-header .icon span, .news-card .card-header .icon span:after, .news-card .card-header .icon span:before {
    width: 5px;
    height: 5px;
    background: #e1e1e1;
    border-radius: 50%
}

.news-card .card-header .drop-actions {
    display: none;
    position: absolute;
    z-index: 10;
    top: 0;
    left: 0;
    padding: 45px 8px 0;
    width: 100%
}

.news-card .card-header .drop-actions .wrap_i {
    position: relative;
    background: #fff;
    border: 1px solid #dedede;
    box-shadow: 0 2px 10px rgba(0, 0, 0, .2);
    padding: 25px 20px 20px;
    opacity: 0;
    top: 20px;
    transition: opacity .2s ease, top .15s ease, -webkit-transform .15s ease;
    transition: opacity .2s ease, top .15s ease, transform .15s ease;
    transition: opacity .2s ease, top .15s ease, transform .15s ease, -webkit-transform .15s ease
}

.news-card .card-header .drop-actions .wrap_i:before {
    content: '';
    display: block;
    height: 8px;
    width: 8px;
    background: #fff;
    border: 1px solid #dedede;
    border-bottom: none;
    border-right: none;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    position: absolute;
    top: 0;
    right: 0;
    margin-top: -5px;
    margin-right: 6px
}

.news-card .card-header .drop-actions .bookmarks {
    margin-bottom: 20px;
    padding-bottom: 20px;
    border-bottom: 1px solid #f2f4f9
}

.news-card .card-header .drop-actions .bookmarks a {
    position: relative;
    display: block;
    line-height: 22px;
    text-decoration: none;
    font-size: 14px;
    padding-left: 30px;
    color: #4878da;
    transition: none
}

.news-card .card-header .drop-actions .bookmarks a:hover {
    color: #6797f9
}

.news-card .card-header .drop-actions .bookmarks a:hover:before {
    background-position: -.2em -92.2em;
    width: 1.3em;
    height: 2.0907em
}

.news-card .card-header .drop-actions .bookmarks a:before {
    content: ' ';
    display: inline-block;
    font-size: 10px;
    background-image: url(../images/sprite_svg.svg?38780);
    background-repeat: no-repeat;
    background-size: 6.8em 846.7em;
    background-position: -.2em -89.7em;
    width: 1.3em;
    height: 2.0907em;
    display: block;
    position: absolute;
    top: 50%;
    left: 6px;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%)
}

.no-svg .news-card .card-header .drop-actions .bookmarks a:before {
    background-image: url(../images/sprite_svg.png?38780)
}

.news-card .card-header .drop-actions .sharing .label {
    font-size: 14px;
    margin-bottom: 6px
}

.news-card .card-header .drop-actions .sharing .sh-list {
    margin-left: -5px;
    margin-right: -5px
}

.news-card .card-header .drop-actions .sharing a {
    display: inline-block;
    padding: 5px 10px;
    transition: none
}

.news-card .card-body .title {
    margin-bottom: 5px;
    line-height: 1
}

.news-card .card-body .title > a {
    text-decoration: none;
    display: inline-block;
    line-height: 1.3;
    font-size: 16px;
    color: #232937;
    font-family: NotoSans-Bold, Helvetica, Arial, sans-serif;
    max-height: 5.2em;
    min-height: 5.2em;
    overflow: hidden
}

.news-card .card-body .title > a.hover, .news-card .card-body .title > a:hover {
    color: #4878da
}

.news-card .card-body .description {
    font-size: 14px;
    line-height: 1.4;
    max-height: 4.2em;
    min-height: 4.2em;
    overflow: hidden
}

.news-card .card-footer {
    position: relative;
    border-top: 1px solid #eaebee;
    height: 43px
}

.news-card .card-footer:before {
    content: '';
    display: none;
    width: 20px;
    height: 1px;
    background: #e1e5f0;
    position: absolute;
    top: -1px;
    right: 100%
}

.news-card .card-footer .slide {
    display: none;
    padding: 8px 0 0
}

.news-card .card-footer .slide.active {
    display: block
}

.news-card .card-footer .comment {
    display: block;
    text-decoration: none;
    color: #232937
}

.news-card .card-footer .comment:hover {
    color: #f5bf00
}

.news-card .card-footer .comment .pic {
    width: 26px;
    height: 26px;
    overflow: hidden;
    border-radius: 50%;
    margin-right: 12px;
    float: left
}

.news-card .card-footer .comment .pic img {
    display: block;
    width: 26px;
    height: 26px
}

.news-card .card-footer .comment .text {
    overflow: hidden
}

.news-card .card-footer .comment .name {
    line-height: 1.2;
    font-size: 11px;
    font-family: NotoSans-Bold, Helvetica, Arial, sans-serif;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis
}

.news-card .card-footer .comment .txt {
    line-height: 1.1;
    font-size: 11px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis
}

.news-card .card-footer .comment-count {
    line-height: 1.6
}

.news-card .card-footer .c-item {
    display: inline-block;
    text-decoration: none;
    transition: none;
    color: #a8a9ab;
    font-size: 13px;
    line-height: 1
}

.news-card .card-footer .c-item + .c-item {
    margin-left: 12px
}

.news-card .card-footer .c-item .icon {
    display: inline-block;
    vertical-align: top;
    margin-right: 4px
}

.news-card .card-footer .c-item .icon:before {
    content: ' ';
    display: inline-block;
    font-size: 10px;
    background-image: url(../images/sprite_svg.svg?38780);
    background-repeat: no-repeat;
    background-size: 6.8em 846.7em;
    background-position: -.2em -115em;
    width: 1.8em;
    height: 1.3em;
    display: block
}

.no-svg .news-card .card-footer .c-item .icon:before {
    background-image: url(../images/sprite_svg.png?38780)
}

.news-card .card-footer .c-item .count {
    display: inline-block;
    vertical-align: top
}

.news-card .card-footer .c-item.add {
    color: #6f9eff
}

.news-card .card-footer .c-item.add .icon {
    margin-right: 3px
}

.news-card .card-footer .c-item.add .icon:before {
    background-position: -.2em -116.7em;
    width: 1.8em;
    height: 1.3em
}

.news-card .card-footer a.c-item:hover {
    color: #f5bf00
}

.news-card .card-footer a.c-item:hover .icon:before {
    background-position: -.2em -120.10000000000001em;
    width: 1.8em;
    height: 1.3em
}

.news-card.vertical .wrap-pic {
    padding-bottom: 0px;
    border-top-left-radius: 4px;
    border-top-right-radius: 4px
}

.news-card.vertical .wrap-pic_i > a {
    border-top-left-radius: 4px;
    border-top-right-radius: 4px
}

.news-card.vertical .wrap-text {
    border-top-left-radius: 0;
    border-top-right-radius: 0
}

.news-card.horizontal .wrap-pic {
    width: 50%;
    float: left;
    padding-right: 10px;
    border-top-left-radius: 4px;
    border-bottom-left-radius: 4px
}

.news-card.horizontal .wrap-pic_i > a {
    border-top-left-radius: 4px;
    border-bottom-left-radius: 4px
}

.news-card.horizontal .wrap-text {
    width: 50%;
    float: left;
    padding-left: 10px;
    border-top-left-radius: 0;
    border-bottom-left-radius: 0
}

.news-card.horizontal .card-footer:before {
    display: block
}

.news-card.no-footer:not(.vertical):not(.horizontal) .type {
    width: 230px
}

.news-card.no-footer .card-content {
    height: 260px
}

.news-card.no-footer.vertical .card-content {
    height: 280px
}

@media (max-width: 1599px) and (min-width: 1024px) {
    .news-card.no-footer.vertical .card-content {
        height: 240px;
    }
}


.news-card.no-footer .card-content .description {
    max-height: 7em;
    min-height: 7em
}

.news-card.no-footer .addition, .news-card.no-footer.horizontal .addition, .news-card.no-footer.vertical .addition {
    font-size: 13px;
    color: #4878da;
    line-height: 1
}

.news-card.no-footer .card-footer, .news-card.no-footer.horizontal .card-footer, .news-card.no-footer.vertical .card-footer {
    height: 0;
    border-color: transparent
}

.news-card.no-footer .card-footer:before, .news-card.no-footer.horizontal .card-footer:before, .news-card.no-footer.vertical .card-footer:before {
    display: none
}

.news-card.no-footer.set-height .wrap-pic, .news-card.set-height .wrap-pic {
    padding-bottom: 0
}

.news-card.no-footer.set-height .wrap-pic_i > a, .news-card.set-height .wrap-pic_i > a {
    height: auto
}

.news-card.no-footer.set-height .wrap-pic_i > a img,
.news-card.set-height .wrap-pic_i > a img {
    display: block;
    position: absolute;
    top: 50%;
    left: 50%;
    min-width: 100%;
    min-height: 100%;
    height: auto;
    width: auto;
    transform: translate(-50%, -50%);
}

.news-card.no-footer.set-height .wrap-text, .news-card.set-height .wrap-text {
    height: auto
}

.news-card.no-footer.set-height .card-content, .news-card.set-height .card-content {
    height: auto
}

.news-card.no-footer.set-height .card-body, .news-card.set-height .card-body {
    padding-bottom: 15px;
    overflow: hidden;
}

.news-card.no-footer.set-height .card-body .title > a, .news-card.set-height .card-body .title > a {
    max-height: none;
    min-height: inherit
}

.news-card.no-footer.set-height .card-body .addition, .news-card.set-height .card-body .addition {
    margin-bottom: 5px
}

.news-card.no-footer.set-height .card-body .addition > a, .news-card.set-height .card-body .addition > a {
    text-decoration: none;
    display: inline-block;
    line-height: 1.4
}

.news-card.question .wrap-text, .news-card.quote .wrap-text {
    background: 0 0
}

.news-card.question .card-content, .news-card.quote .card-content {
    position: relative;
    height: 200px
}

.news-card.question .card-header .control:hover .icon:before, .news-card.quote .card-header .control:hover .icon:before {
    background-position: -.2em -297.7em;
    width: 1.809em;
    height: 2.091em
}

.news-card.question .card-header .icon:before, .news-card.quote .card-header .icon:before {
    content: ' ';
    display: inline-block;
    font-size: 10px;
    background-image: url(../images/sprite_svg.svg?38780);
    background-repeat: no-repeat;
    background-size: 6.8em 846.7em;
    background-position: -.2em -288.09999999999997em;
    width: 1.809em;
    height: 2.091em;
    display: block;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%)
}

.no-svg .news-card.question .card-header .icon:before, .no-svg .news-card.quote .card-header .icon:before {
    background-image: url(../images/sprite_svg.png?38780)
}

.news-card.question .card-header .icon span, .news-card.quote .card-header .icon span {
    display: none
}

.news-card.question .type, .news-card.quote .type {
    width: 200px;
    opacity: .8
}

.news-card.question .type .type-txt, .news-card.quote .type .type-txt {
    color: #fff
}

.news-card.question .type .type-txt:before, .news-card.quote .type .type-txt:before {
    background: #fff
}

.news-card.question .card-body .title, .news-card.quote .card-body .title {
    line-height: 1.4;
    font-size: 16px;
    color: #fff;
    font-family: OpenSans-Semibold, Helvetica, Arial, sans-serif;
    max-height: 7em;
    overflow: hidden;
    text-transform: none
}

.news-card.question .card-body .description, .news-card.quote .card-body .description {
    color: #fff;
    display: block;
    min-height: inherit;
    max-height: 2.8em
}

.news-card.question .card-footer, .news-card.quote .card-footer {
    border-color: rgba(255, 255, 255, .5);
    height: 60px;
    padding-right: 15px
}

.news-card.question .wrap-links, .news-card.quote .wrap-links {
    padding-top: 12px
}

.news-card.question .wrap-links .choice, .news-card.quote .wrap-links .choice {
    float: left
}

.news-card.question .wrap-links .choice a, .news-card.question .wrap-links .choice span, .news-card.quote .wrap-links .choice a, .news-card.quote .wrap-links .choice span {
    position: relative;
    display: inline-block;
    vertical-align: top;
    text-decoration: none;
    font-size: 14px;
    color: #fff;
    line-height: 30px;
    height: 30px;
    transition: none
}

.news-card.question .wrap-links .choice a:hover, .news-card.quote .wrap-links .choice a:hover {
    color: #f5bf00
}

.news-card.question .wrap-links .choice .minus, .news-card.question .wrap-links .choice .plus, .news-card.quote .wrap-links .choice .minus, .news-card.quote .wrap-links .choice .plus {
    padding-left: 30px
}

.news-card.question .wrap-links .choice .minus:before, .news-card.question .wrap-links .choice .plus:before, .news-card.quote .wrap-links .choice .minus:before, .news-card.quote .wrap-links .choice .plus:before {
    position: absolute;
    left: 0;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    margin-top: -1px
}

.news-card.question .wrap-links .choice .sep, .news-card.quote .wrap-links .choice .sep {
    width: 1px;
    background: #fff;
    margin: 0 25px
}

.news-card.question .wrap-links .sharing, .news-card.quote .wrap-links .sharing {
    float: right
}

.news-card.question .wrap-links .sharing a, .news-card.quote .wrap-links .sharing a {
    display: inline-block;
    vertical-align: top;
    padding: 7px 14px;
    transition: none
}

.news-card.question .card-header .control {
    display: block
}

.news-card.question .sharing {
    display: none
}

.news-card.question .share {
    position: absolute;
    right: 15px;
    top: 5px;
    z-index: 10;
    cursor: pointer
}

.news-card.question .share span {
    font-size: 14px;
    color: #fc0;
    vertical-align: middle;
    margin-right: 15px;
    opacity: 0;
    display: inline-block;
    transition: all .15s ease-in;
    -webkit-transform: translateX(25px);
    transform: translateX(25px)
}

.news-card.question .share:after {
    content: ' ';
    display: inline-block;
    font-size: 10px;
    background-image: url(../images/sprite_svg.svg?38780);
    background-repeat: no-repeat;
    background-size: 6.8em 846.7em;
    background-position: -.2em -288.09999999999997em;
    width: 1.809em;
    height: 2.091em;
    vertical-align: middle
}

.no-svg .news-card.question .share:after {
    background-image: url(../images/sprite_svg.png?38780)
}

.news-card.question .share:hover span {
    -webkit-transform: translateX(0);
    transform: translateX(0);
    opacity: 1
}

.news-card.question .share:hover:after {
    background-position: -.2em -297.7em;
    width: 1.809em;
    height: 2.091em
}

.news-card.quote {
    background: #5abd74 url(../images/bg-quote.svg) no-repeat left 30px top -20px
}

.news-card.quote .wrap-links .choice .plus:before {
    content: ' ';
    display: inline-block;
    font-size: 10px;
    background-image: url(../images/sprite_svg.svg?38780);
    background-repeat: no-repeat;
    background-size: 6.8em 846.7em;
    background-position: -.2em -175.7em;
    width: 2.097em;
    height: 2em;
    display: block
}

.no-svg .news-card.quote .wrap-links .choice .plus:before {
    background-image: url(../images/sprite_svg.png?38780)
}

.news-card.quote .wrap-links .choice .plus:hover:before {
    background-position: -.2em -178.1em;
    width: 2.097em;
    height: 2em
}

.news-card.quote .wrap-links .choice .plus.active {
    color: #f5bf00
}

.news-card.quote .wrap-links .choice .plus.active:before {
    background-position: -.2em -178.1em;
    width: 2.097em;
    height: 2em
}

.news-card.quote .wrap-links .choice .minus:before {
    content: ' ';
    display: inline-block;
    font-size: 10px;
    background-image: url(../images/sprite_svg.svg?38780);
    background-repeat: no-repeat;
    background-size: 6.8em 846.7em;
    background-position: -.2em -129.7em;
    width: 2.1em;
    height: 2em;
    display: block
}

.no-svg .news-card.quote .wrap-links .choice .minus:before {
    background-image: url(../images/sprite_svg.png?38780)
}

.news-card.quote .wrap-links .choice .minus:hover:before {
    background-position: -.2em -132.1em;
    width: 2.1em;
    height: 2em
}

.news-card.quote .wrap-links .choice .minus.active {
    color: #f5bf00
}

.news-card.quote .wrap-links .choice .minus.active:before {
    background-position: -.2em -132.1em;
    width: 2.1em;
    height: 2em
}

.news-card.question {
    height: 445px;
    padding: 20px;
    background: #385692
}

.news-card.question .inner {
    background: #324f8a;
    height: 100%;
    position: relative
}

.news-card.question .card-content h3 {
    font-size: 18px;
    text-transform: uppercase;
    color: #fff;
    margin-top: 10px
}

.news-card.question .card-body .title {
    max-height: 19.3em
}

.news-card.question .card-footer {
    position: absolute;
    border-top: none;
    bottom: 0;
    left: 0;
    right: 0
}

.news-card.question .wrap-links .choice .plus:before {
    content: ' ';
    display: inline-block;
    font-size: 10px;
    background-image: url(../images/sprite_svg.svg?38780);
    background-repeat: no-repeat;
    background-size: 6.8em 846.7em;
    background-position: -.2em -134.5em;
    width: 1.906em;
    height: 2.1em;
    display: block
}

.no-svg .news-card.question .wrap-links .choice .plus:before {
    background-image: url(../images/sprite_svg.png?38780)
}

.news-card.question .wrap-links .choice .plus:hover:before {
    background-position: -.2em -137em;
    width: 1.906em;
    height: 2.1em
}

.news-card.question .wrap-links .choice .plus.active {
    color: #f5bf00
}

.news-card.question .wrap-links .choice .plus.active:before {
    background-position: -.2em -137em;
    width: 1.906em;
    height: 2.1em
}

.news-card.question .wrap-links .choice .minus:before {
    content: ' ';
    display: inline-block;
    font-size: 10px;
    background-image: url(../images/sprite_svg.svg?38780);
    background-repeat: no-repeat;
    background-size: 6.8em 846.7em;
    background-position: -.2em -139.5em;
    width: 1.903em;
    height: 2.1em;
    display: block
}

.no-svg .news-card.question .wrap-links .choice .minus:before {
    background-image: url(../images/sprite_svg.png?38780)
}

.news-card.question .wrap-links .choice .minus:hover:before {
    background-position: -.2em -142em;
    width: 1.903em;
    height: 2.1em
}

.news-card.question .wrap-links .choice .minus.active {
    color: #f5bf00
}

.news-card.question .wrap-links .choice .minus.active:before {
    background-position: -.2em -142em;
    width: 1.903em;
    height: 2.1em
}

.news-card-photo {
    height: 563px;
    overflow: hidden;
    border-radius: 3px;
    position: relative;
    background-color: #fff
}

.news-card-photo a {
    text-decoration: none
}

.news-card-photo .shock-label {
    float: right
}

.news-card-photo .image {
    position: relative;
    z-index: 1
}

.news-card-photo .pic-link {
    position: relative;
    z-index: 1;
    display: block;
    background: #4878da
}

.news-card-photo .pic-link.hover img, .news-card-photo .pic-link:hover img {
    opacity: .6
}

.news-card-photo .pic-link img {
    display: block;
    max-width: 100%;
    opacity: 1;
    transition: opacity .2s ease;
    will-change: opacity
}

.news-card-photo .content {
    background-color: #fff;
    position: absolute;
    left: 0;
    bottom: 0;
    right: 0;
    padding: 25px;
    padding-top: 20px;
    z-index: 2;
    color: #000
}

.news-card-photo .content .date {
    font-size: 14px;
    margin-bottom: 15px;
    color: #a8a9ab;
    text-decoration: none
}

.news-card-photo .content .title {
    font-size: 18px;
    line-height: 24px;
    font-family: NotoSans-Bold;
    color: #232937;
    transition: all .3s ease;
    text-decoration: none
}

.news-card-photo .content .title a {
    display: inline-block;
    color: #232937;
    transition: opacity .2s ease
}

.news-card-photo .content .title a.hover, .news-card-photo .content .title a:hover {
    color: #4878da
}

.news-card-banner {
    display: block;
    text-decoration: none;
    position: relative;
    box-shadow: 0 1px 2px 0 rgba(102, 102, 102, .15);
    transition: box-shadow .3s ease;
    border-radius: 4px;
    margin-bottom: 20px;
    overflow: hidden;
    min-height: 260px;
    background: #fff
}

.news-card-banner img {
    position: absolute;
    display: block;
    max-width: 100%;
    max-height: 100%;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%)
}

.has-success .jq-selectbox__select {
    border-color: #85e592
}

.has-success .jq-selectbox__select:before {
    content: ' ';
    display: inline-block;
    font-size: 10px;
    background-image: url(../images/sprite_svg.svg?38780);
    background-repeat: no-repeat;
    background-size: 6.8em 846.7em;
    background-position: -.2em -150.89999999999998em;
    width: 1.703em;
    height: 1.5em;
    position: absolute;
    top: 50%;
    right: 20px;
    margin-top: -.75em
}

.no-svg .has-success .jq-selectbox__select:before {
    background-image: url(../images/sprite_svg.png?38780)
}

.has-error .jq-selectbox__select {
    border-color: #ff7a7a
}

.has-error .jq-selectbox__select:before {
    content: ' ';
    display: inline-block;
    font-size: 10px;
    background-image: url(../images/sprite_svg.svg?38780);
    background-repeat: no-repeat;
    background-size: 6.8em 846.7em;
    background-position: -.2em -149em;
    width: 1.5em;
    height: 1.5em;
    position: absolute;
    top: 50%;
    right: 22px;
    margin-top: -.75em
}

.no-svg .has-error .jq-selectbox__select:before {
    background-image: url(../images/sprite_svg.png?38780)
}

.jq-selectbox {
    cursor: pointer;
    width: 100%
}

.js-on .jq-selectbox {
    height: auto;
    padding: 0;
    border: none
}

.g-wrap .jq-selectbox li {
    min-height: 18px;
    padding: 11px 12px;
    color: #232937;
    overflow: hidden;
    text-overflow: ellipsis
}

.jq-selectbox li.selected {
    background-color: #f1f1f1;
    color: #333
}

.jq-selectbox li:hover {
    background-color: #4878da;
    color: #eff0f2
}

.jq-selectbox li.disabled {
    color: #bec3cf
}

.jq-selectbox li.disabled:hover {
    background: 0 0
}

.jq-selectbox li.disabled.selected {
    background: #eff0f2
}

.jq-selectbox.focused .jq-selectbox__select, .jq-selectbox.opened .jq-selectbox__select {
    border-color: #7783a0;
    outline: 0;
    background: #fff
}

.jq-selectbox.focused .jq-selectbox__select:active, .jq-selectbox.focused .jq-selectbox__select:hover, .jq-selectbox.opened .jq-selectbox__select:active, .jq-selectbox.opened .jq-selectbox__select:hover {
    background: #fff
}

.jq-selectbox.focused .jq-selectbox__trigger-arrow, .jq-selectbox.opened .jq-selectbox__trigger-arrow {
    border-top-color: #b8c0c3
}

.jq-selectbox.changed .jq-selectbox__select {
    background-color: #fff
}

.jq-selectbox.opened .jq-selectbox__dropdown {
    border: 1px solid #7783a0
}

.jq-selectbox__select {
    display: block;
    width: 100%;
    height: 42px;
    padding: 11px 11px 11px 11px;
    font-size: 14px;
    line-height: 1.4;
    color: #000;
    background-color: #f6f6f6;
    background-image: none;
    border: 1px solid #dbe0e2;
    border-radius: 2px;
    transition: all ease-in-out .15s;
    padding-right: 38px
}

.jq-selectbox__select:hover {
    outline: 0;
    background-color: #fbfbfb
}

.jq-selectbox__select:focus {
    border-color: #7783a0;
    outline: 0;
    background: #fff
}

.jq-selectbox__select:-moz-placeholder {
    color: #adadad;
    opacity: 1
}

.jq-selectbox__select::-moz-placeholder {
    color: #adadad;
    opacity: 1
}

.jq-selectbox__select:-ms-input-placeholder {
    color: #adadad
}

.jq-selectbox__select::-webkit-input-placeholder {
    color: #adadad
}

.jq-selectbox__select.placeholder {
    color: #adadad
}

.jq-selectbox__select[disabled], .jq-selectbox__select[readonly], fieldset[disabled] .jq-selectbox__select {
    cursor: not-allowed;
    background-color: #eee;
    opacity: 1
}

.jq-selectbox__select:hover {
    outline: 0;
    background-color: #fbfbfb
}

.jq-selectbox__select:active, .jq-selectbox__select:focus {
    border-color: #7783a0;
    outline: 0;
    background: #fff
}

.jq-selectbox__select[disabled], .jq-selectbox__select[readonly], fieldset[disabled] .jq-selectbox__select {
    cursor: not-allowed;
    background-color: #eee;
    opacity: 1
}

.opened .jq-selectbox__select {
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0
}

.jq-selectbox__select.placeholder-color {
    color: #999
}

.jq-selectbox__select-text {
    display: block;
    width: 100%;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap
}

.jq-selectbox__trigger {
    position: absolute;
    top: 0;
    right: 0;
    width: 38px;
    height: 100%
}

.jq-selectbox__trigger-arrow {
    position: absolute;
    top: 50%;
    margin: -2px 0 -4px;
    left: 50%;
    width: 0;
    height: 0;
    overflow: hidden;
    border-top: 4px solid #000;
    border-right: 4px solid transparent;
    border-left: 4px solid transparent;
    opacity: .6
}

.jq-selectbox:hover .jq-selectbox__trigger-arrow {
    opacity: 1
}

.jq-selectbox.disabled .jq-selectbox__trigger-arrow {
    opacity: .3
}

.jq-selectbox__dropdown {
    width: 100%;
    background: #fff;
    max-width: 100%;
    margin-top: -1px;
    border: 1px solid #7783a0;
    border-top: none;
    border-radius: 0 0 2px 2px;
    overflow: hidden;
    min-height: 210px;
    max-height: 210px;
    bottom: auto !important
}

.jq-selectbox__dropdown ul {
    margin: 0;
    height: 210px
}

.jq-selectbox__search input {
    height: 38px;
    padding: 9px 35px 9px 10px;
    line-height: 18px;
    font-size: 14px;
    border-radius: 4px;
    color: #000;
    background: #fff;
    border: 1px solid #ccc;
    width: 100%;
    background-repeat: no-repeat;
    background-position: right 12px top 10px;
    border-radius: 0;
    border-right: 0;
    border-left: 0
}

.jq-selectbox__search input:-moz-placeholder {
    color: #adadad;
    opacity: 1
}

.jq-selectbox__search input::-moz-placeholder {
    color: #adadad;
    opacity: 1
}

.jq-selectbox__search input:-ms-input-placeholder {
    color: #adadad
}

.jq-selectbox__search input::-webkit-input-placeholder {
    color: #adadad
}

.jq-selectbox__search input:focus {
    border-color: #b3b3b3
}

.jq-selectbox__search ~ ul {
    margin-top: 0;
    margin-bottom: 0
}

.jq-selectbox__not-found {
    margin: 5px;
    padding: 5px 8px 6px;
    background: #fff;
    font-size: 16px
}

.jq-selectbox__dropdown {
    width: 100% !important
}

.jq-checkbox {
    vertical-align: middle;
    cursor: pointer;
    position: absolute !important;
    text-align: left;
    top: -2px
}

.jq-checkbox + label, .jq-checkbox + span {
    display: inline-block;
    padding: 0 0 0 32px
}

.jq-checkbox .jq-checkbox__div {
    width: 20px;
    height: 20px;
    margin: 0 9px 0 0;
    top: -1px
}

.jq-checkbox:not(.formstyler-img) .jq-checkbox__div {
    border: 1px solid #dbe0e2;
    border-radius: 2px;
    background: #f6f6f6
}

.jq-checkbox:not(.formstyler-img).checked .jq-checkbox__div {
    background: #4878da;
    border: 1px solid #4878da
}

.jq-checkbox:not(.formstyler-img).checked .jq-checkbox__div:before {
    content: ""
}

.jq-checkbox:not(.formstyler-img).checked .jq-checkbox__div:before {
    position: absolute;
    width: 13px;
    height: 10px;
    margin: 3px 0 0 3px;
    color: #fff;
    font-size: 10px
}

.jq-checkbox.disabled .jq-checkbox__div {
    cursor: not-allowed;
    border: 1px solid #e9eced
}

.jq-checkbox.disabled + span {
    color: #b0b2b5
}

.jq-checkbox.disabled.checked .jq-checkbox__div {
    background: #ced2d9;
    border: 1px solid #ced2d9
}

.jq-checkbox.formstyler-img .jq-checkbox__div {
    display: inline-block;
    height: 16px;
    content: '';
    display: inline-block;
    background-image: url(../images/sprite.png?38780);
    background-position: -108px -92px;
    width: 16px;
    height: 16px
}

.jq-checkbox.formstyler-img.checked .jq-checkbox__div {
    background-position: -90px -92px;
    width: 16px;
    height: 16px
}

.jq-radio {
    vertical-align: middle;
    cursor: pointer;
    position: absolute !important
}

.jq-radio + span {
    display: inline-block;
    padding: 0 0 0 32px
}

.jq-radio .jq-radio__div {
    top: 0;
    width: 20px;
    height: 20px;
    margin: -2px 10px 0 0
}

.jq-radio:not(.formstyler-img) .jq-radio__div {
    border: 1px solid #dbe0e2;
    border-radius: 50%;
    background: #f6f6f6
}

.jq-radio:not(.formstyler-img).checked .jq-radio__div {
    background: #fff
}

.jq-radio:not(.formstyler-img).checked .jq-radio__div:before {
    content: '';
    position: absolute;
    width: 10px;
    height: 10px;
    margin: 4px 0 0 4px;
    border-radius: 50%;
    background: #4878da
}

.jq-radio.disabled .jq-radio__div {
    border: 1px solid #e9eced
}

.jq-radio.disabled + span {
    color: #b0b2b5
}

.jq-radio.formstyler-img .jq-radio__div {
    display: inline-block;
    height: 16px;
    content: '';
    display: inline-block;
    background-image: url(../images/sprite.png?38780);
    background-position: -60px -119px;
    width: 16px;
    height: 16px
}

.jq-radio.formstyler-img.checked .jq-radio__div {
    background-position: -42px -119px;
    width: 16px;
    height: 16px
}

.jq-file {
    padding: 0
}

.jq-file:hover .jq-file__browse {
    background: #ddd;
    background: linear-gradient(#e9e9e9, #dddddd)
}

.jq-file:active .jq-file__browse {
    background: #e4e4e4;
    box-shadow: inset 1px 1px 3px #e1e5f0
}

.jq-file.focused .jq-file__name {
    border: 1px solid #5794bf
}

.jq-file.disabled, .jq-file.disabled .jq-file__browse, .jq-file.disabled .jq-file__name {
    border-color: #ccc;
    background: #f5f5f5;
    box-shadow: none;
    color: #888
}

.jq-file input {
    height: auto;
    line-height: 1em;
    cursor: pointer
}

.jq-file__name {
    padding: 11px 11px 10px 11px;
    font-size: 14px;
    line-height: 1.4;
    padding-left: 10px;
    padding-right: 80px;
    width: 100%;
    height: 100%;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis
}

.jq-file__browse {
    position: absolute;
    top: 0;
    right: 0;
    height: 100%;
    padding: 0 10px;
    border-left: 1px solid #dbe0e2;
    border-radius: 0 2px 2px 0;
    background: #e9e9e9;
    background: linear-gradient(#f6f6f6, #e9e9e9);
    font-size: 14px;
    line-height: 40px
}

.jq-number {
    position: relative;
    vertical-align: middle;
    padding: 0;
    max-width: 100px
}

.jq-number__field:hover {
    border-color: #b3b3b3
}

.jq-number__field input {
    -moz-appearance: textfield
}

.jq-number__field input::-webkit-inner-spin-button, .jq-number__field input::-webkit-outer-spin-button {
    margin: 0;
    -webkit-appearance: none
}

.jq-number__spin {
    position: absolute;
    top: 0;
    right: 0;
    width: 20px;
    height: 18px;
    border-bottom: 1px solid #4878da;
    background: #4878da;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    text-shadow: 1px 1px #fff;
    cursor: pointer
}

.jq-number__spin.minus {
    top: auto;
    bottom: 0;
    border-radius: 0
}

.jq-number__spin.plus {
    border-radius: 0
}

.jq-number__spin:after {
    content: '';
    position: absolute;
    top: 7px;
    left: 7px;
    width: 0;
    height: 0;
    border-right: 3px solid transparent;
    border-bottom: 3px solid #fff;
    border-left: 3px solid transparent
}

.jq-number__spin.minus:after {
    top: 8px;
    border-top: 3px solid #fff;
    border-right: 3px solid transparent;
    border-bottom: none;
    border-left: 3px solid transparent
}

.jq-number__spin.minus:hover:after {
    border-top-color: #ccc
}

.jq-number__spin.plus:hover:after {
    border-bottom-color: #ccc
}

.jq-number.disabled .jq-number__spin {
    border-color: #ccc;
    background: #f5f5f5;
    box-shadow: none;
    color: #888
}

.jq-number.disabled .jq-number__spin:after {
    border-bottom-color: #aaa
}

.jq-number.disabled .jq-number__spin.minus:after {
    border-top-color: #aaa
}

.control-group.form-group .controls {
    margin-bottom: 5px;
    line-height: 1
}

.control-group .controls {
    color: #67738d;
    font-style: normal;
    font-size: 13px;
    line-height: 1.3;
    font-family: NotoSans-Regular, Helvetica, Arial, sans-serif
}

.modal .control-group .controls {
    margin-top: 0
}

.control-group .controls .error {
    color: #d1424f;
    line-height: 1.1;
    min-height: 14px;
    margin-top: 12px;
    margin-bottom: 0
}

.control-group .controls .valid {
    color: #8ec157
}

.form-group .name {
    color: #595959;
    font-size: 15px;
    line-height: 1;
    margin-bottom: 5px;
    overflow-wrap: break-word;
    word-wrap: break-word;
    font-family: NotoSans-Regular, Helvetica, Arial, sans-serif
}

.form-group .label-pt {
    padding-top: 14px
}

.form-group .captcha_img {
    margin-bottom: 10px
}

.form-group .form_required {
    padding-top: 11px;
    display: inline-block
}

.form-group .btn_submit {
    margin-right: 3.7%;
    float: left
}

.modal .form-group .btn_submit {
    font-size: 15px;
    padding: 11px 25px 10px
}

.form-group .checkbox, .form-group .radio {
    padding-left: 2px;
    line-height: 15px;
    margin-bottom: 10px;
    margin-top: 0
}

.g-wrap .form-group .checkbox, .g-wrap .form-group .radio {
    padding-top: 0
}

.form-group .checkbox.fs, .form-group .radio.fs {
    padding-left: 0
}

.form-group .datepickerbutton {
    position: absolute;
    top: 0;
    right: 0;
    background: #aab1bc;
    font-size: 14px;
    padding: 7px 15px 5px;
    color: #fff;
    cursor: pointer;
    border-radius: 0 2px 2px 0
}

.form-group .datepickerbutton:hover {
    background: #4878da
}

.form-group .group-check, .form-group .single-check {
    padding-top: 10px
}

.form-group .group-check .checkbox, .form-group .group-check .radio {
    margin-bottom: 26px
}

.form-group.has-error .input-group-addon {
    border-color: #ff7a7a !important
}

.form-group.has-error .input-group-addon.addon-user:before {
    background-position: -.2em -217.29999999999998em;
    width: 1.8em;
    height: 1.9em
}

.form-group.has-error .input-group-addon.addon-envelope:before {
    background-position: -.2em -200em;
    width: 1.8em;
    height: 1.4em
}

.form-group.has-error .input-group-addon.addon-key:before {
    background-position: -.2em -224em;
    width: 1.7em;
    height: 1.7em
}

.form-group.has-error .input-group-addon.addon-clan:before {
    background-position: -.2em -191.5em;
    width: 1.9em;
    height: 2.2em
}

.form-group.has-success .input-group-addon {
    border-color: #85e592 !important
}

.form-group.has-success .input-group-addon.addon-user:before {
    background-position: -.2em -219.6em;
    width: 1.8em;
    height: 1.9em
}

.form-group.has-success .input-group-addon.addon-envelope:before {
    background-position: -.2em -201.79999999999998em;
    width: 1.8em;
    height: 1.4em
}

.form-group.has-success .input-group-addon.addon-key:before {
    background-position: -.2em -226.1em;
    width: 1.7em;
    height: 1.7em
}

.form-group.has-success .input-group-addon.addon-clan:before {
    background-position: -.2em -194.1em;
    width: 1.9em;
    height: 2.2em
}

.form-group .input-group-addon {
    transition: all .15s ease-in-out
}

.form-group .input-group-addon.focused {
    border-color: #7783a0;
    background-color: #fff
}

.form-group .input-group-addon.addon-user:before {
    content: "";
    content: ' ';
    display: inline-block;
    font-size: 10px;
    background-image: url(../images/sprite_svg.svg?38780);
    background-repeat: no-repeat;
    background-size: 6.8em 846.7em;
    background-position: -.2em -215em;
    width: 1.8em;
    height: 1.9em;
    position: relative;
    top: 3px
}

.no-svg .form-group .input-group-addon.addon-user:before {
    background-image: url(../images/sprite_svg.png?38780)
}

.form-group .input-group-addon.addon-envelope:before {
    content: "";
    content: ' ';
    display: inline-block;
    font-size: 10px;
    background-image: url(../images/sprite_svg.svg?38780);
    background-repeat: no-repeat;
    background-size: 6.8em 846.7em;
    background-position: -.2em -198.2em;
    width: 1.8em;
    height: 1.4em;
    position: relative;
    top: 3px
}

.no-svg .form-group .input-group-addon.addon-envelope:before {
    background-image: url(../images/sprite_svg.png?38780)
}

.form-group .input-group-addon.addon-key:before {
    content: "";
    content: ' ';
    display: inline-block;
    font-size: 10px;
    background-image: url(../images/sprite_svg.svg?38780);
    background-repeat: no-repeat;
    background-size: 6.8em 846.7em;
    background-position: -.2em -221.89999999999998em;
    width: 1.7em;
    height: 1.7em;
    position: relative;
    top: 3px
}

.no-svg .form-group .input-group-addon.addon-key:before {
    background-image: url(../images/sprite_svg.png?38780)
}

.form-group .input-group-addon.addon-clan:before {
    content: "";
    content: ' ';
    display: inline-block;
    font-size: 10px;
    background-image: url(../images/sprite_svg.svg?38780);
    background-repeat: no-repeat;
    background-size: 6.8em 846.7em;
    background-position: -.2em -188.89999999999998em;
    width: 1.9em;
    height: 2.2em;
    position: relative;
    top: 3px
}

.no-svg .form-group .input-group-addon.addon-clan:before {
    background-image: url(../images/sprite_svg.png?38780)
}

.input-group {
    position: relative
}

.input-group.date {
    max-width: 200px
}

.input-group.done:after {
    content: ' ';
    display: inline-block;
    font-size: 10px;
    background-image: url(../images/sprite_svg.svg?38780);
    background-repeat: no-repeat;
    background-size: 6.8em 846.7em;
    background-position: -.2em -150.89999999999998em;
    width: 1.703em;
    height: 1.5em;
    position: absolute;
    top: 50%;
    right: 20px;
    margin-top: -.75em
}

.no-svg .input-group.done:after {
    background-image: url(../images/sprite_svg.png?38780)
}

.input-group.done .form-control {
    border-color: #85e592
}

.input-group.error:after {
    content: ' ';
    display: inline-block;
    font-size: 10px;
    background-image: url(../images/sprite_svg.svg?38780);
    background-repeat: no-repeat;
    background-size: 6.8em 846.7em;
    background-position: -.2em -149em;
    width: 1.5em;
    height: 1.5em;
    position: absolute;
    top: 50%;
    right: 20px;
    margin-top: -.75em
}

.no-svg .input-group.error:after {
    background-image: url(../images/sprite_svg.png?38780)
}

.input-group.error .form-control {
    border-color: #ff7a7a
}

fieldset {
    padding: 0;
    margin: 0;
    border: 0;
    min-width: 0
}

legend {
    display: block;
    width: 100%;
    padding: 0;
    margin-bottom: 28px;
    font-size: 24px;
    line-height: inherit;
    color: #333;
    border: 0;
    border-bottom: 1px solid #e5e5e5
}

label {
    display: inline-block;
    max-width: 100%;
    margin-bottom: 5px
}

input {
    outline: 0
}

input[type=search] {
    box-sizing: border-box
}

input[type=checkbox], input[type=radio] {
    margin: 3px 0 0;
    line-height: normal
}

input[type=file] {
    display: block
}

input[type=range] {
    display: block;
    width: 100%
}

select[multiple], select[size] {
    height: auto
}

output {
    display: block;
    padding-top: 7px;
    font-size: 16px;
    line-height: 1.8;
    color: #000
}

.form-control {
    display: block;
    width: 100%;
    height: 42px;
    padding: 11px 11px 11px 11px;
    font-size: 14px;
    line-height: 1.4;
    color: #000;
    background-color: #f6f6f6;
    background-image: none;
    border: 1px solid #dbe0e2;
    border-radius: 2px;
    transition: all ease-in-out .15s
}

.form-control:hover {
    outline: 0;
    background-color: #fbfbfb
}

.form-control:focus {
    border-color: #7783a0;
    outline: 0;
    background: #fff
}

.form-control:-moz-placeholder {
    color: #adadad;
    opacity: 1
}

.form-control::-moz-placeholder {
    color: #adadad;
    opacity: 1
}

.form-control:-ms-input-placeholder {
    color: #adadad
}

.form-control::-webkit-input-placeholder {
    color: #adadad
}

.form-control.placeholder {
    color: #adadad
}

.form-control[disabled], .form-control[readonly], fieldset[disabled] .form-control {
    cursor: not-allowed;
    background-color: #eee;
    opacity: 1
}

.form-control.not-empty {
    background-color: #fff
}

textarea.form-control {
    height: auto;
    resize: vertical
}

input[type=search] {
    -webkit-appearance: none
}

input[type=date], input[type=datetime-local], input[type=month], input[type=time] {
    line-height: 42px
}

.form-horizontal .form-group-sm input[type=date].form-control, .form-horizontal .form-group-sm input[type=datetime-local].form-control, .form-horizontal .form-group-sm input[type=month].form-control, .form-horizontal .form-group-sm input[type=time].form-control, input[type=date].input-sm, input[type=datetime-local].input-sm, input[type=month].input-sm, input[type=time].input-sm {
    line-height: 33px
}

.form-horizontal .form-group-lg input[type=date].form-control, .form-horizontal .form-group-lg input[type=datetime-local].form-control, .form-horizontal .form-group-lg input[type=month].form-control, .form-horizontal .form-group-lg input[type=time].form-control, input[type=date].input-lg, input[type=datetime-local].input-lg, input[type=month].input-lg, input[type=time].input-lg {
    line-height: 46px
}

_:-ms-fullscreen, :root input[type="date"], _:-ms-fullscreen, :root input[type="time"], _:-ms-fullscreen, :root input[type="datetime-local"], _:-ms-fullscreen, :root input[type="month"] {
    line-height: 1.8
}

_:-ms-fullscreen.input-sm, .form-horizontal .form-group-sm _.form-control:-ms-fullscreen, :root input[type="date"].input-sm, :root .form-horizontal .form-group-sm input[type="date"].form-control, .form-horizontal .form-group-sm :root input[type="date"].form-control, _:-ms-fullscreen.input-sm, .form-horizontal .form-group-sm _.form-control:-ms-fullscreen, :root input[type="time"].input-sm, :root .form-horizontal .form-group-sm input[type="time"].form-control, .form-horizontal .form-group-sm :root input[type="time"].form-control, _:-ms-fullscreen.input-sm, .form-horizontal .form-group-sm _.form-control:-ms-fullscreen, :root input[type="datetime-local"].input-sm, :root .form-horizontal .form-group-sm input[type="datetime-local"].form-control, .form-horizontal .form-group-sm :root input[type="datetime-local"].form-control, _:-ms-fullscreen.input-sm, .form-horizontal .form-group-sm _.form-control:-ms-fullscreen, :root input[type="month"].input-sm, :root .form-horizontal .form-group-sm input[type="month"].form-control, .form-horizontal .form-group-sm :root input[type="month"].form-control {
    line-height: 1.5
}

_:-ms-fullscreen.input-lg, .form-horizontal .form-group-lg _.form-control:-ms-fullscreen, :root input[type="date"].input-lg, :root .form-horizontal .form-group-lg input[type="date"].form-control, .form-horizontal .form-group-lg :root input[type="date"].form-control, _:-ms-fullscreen.input-lg, .form-horizontal .form-group-lg _.form-control:-ms-fullscreen, :root input[type="time"].input-lg, :root .form-horizontal .form-group-lg input[type="time"].form-control, .form-horizontal .form-group-lg :root input[type="time"].form-control, _:-ms-fullscreen.input-lg, .form-horizontal .form-group-lg _.form-control:-ms-fullscreen, :root input[type="datetime-local"].input-lg, :root .form-horizontal .form-group-lg input[type="datetime-local"].form-control, .form-horizontal .form-group-lg :root input[type="datetime-local"].form-control, _:-ms-fullscreen.input-lg, .form-horizontal .form-group-lg _.form-control:-ms-fullscreen, :root input[type="month"].input-lg, :root .form-horizontal .form-group-lg input[type="month"].form-control, .form-horizontal .form-group-lg :root input[type="month"].form-control {
    line-height: 1.33
}

.form-group {
    margin-bottom: 17px
}

.modal .form-group {
    margin-bottom: 7px
}

.checkbox, .radio {
    position: relative;
    display: block;
    margin-top: 10px;
    margin-bottom: 10px
}

.checkbox label, .radio label {
    min-height: 15px;
    padding-left: 0;
    margin-bottom: 0;
    font-weight: 400;
    cursor: pointer
}

.checkbox input[type=checkbox], .checkbox-inline input[type=checkbox], .radio input[type=radio], .radio-inline input[type=radio] {
    position: absolute;
    margin-left: -20px
}

.checkbox + .checkbox, .radio + .radio {
    margin-top: -5px
}

.checkbox-inline, .radio-inline {
    display: inline-block;
    padding-left: 20px;
    margin-bottom: 0;
    vertical-align: middle;
    font-weight: 400;
    cursor: pointer
}

.checkbox-inline + .checkbox-inline, .radio-inline + .radio-inline {
    margin-top: 0;
    margin-left: 10px
}

fieldset[disabled] input[type=checkbox], fieldset[disabled] input[type=radio], input[type=checkbox].disabled, input[type=checkbox][disabled], input[type=radio].disabled, input[type=radio][disabled] {
    cursor: not-allowed
}

fieldset[disabled] input[type=checkbox] + span, fieldset[disabled] input[type=radio] + span, input[type=checkbox].disabled + span, input[type=checkbox][disabled] + span, input[type=radio].disabled + span, input[type=radio][disabled] + span {
    cursor: not-allowed;
    opacity: .4
}

.checkbox-inline.disabled, .radio-inline.disabled, fieldset[disabled] .checkbox-inline, fieldset[disabled] .radio-inline {
    cursor: not-allowed
}

.checkbox.disabled label, .radio.disabled label, fieldset[disabled] .checkbox label, fieldset[disabled] .radio label {
    cursor: not-allowed
}

.form-control-static {
    padding-top: 7px;
    padding-bottom: 7px;
    margin-bottom: 0
}

.form-control-static.input-lg, .form-control-static.input-sm, .form-horizontal .form-group-lg .form-control-static.form-control, .form-horizontal .form-group-sm .form-control-static.form-control {
    padding-left: 0;
    padding-right: 0
}

.form-group-sm .form-control, .form-horizontal .form-group-sm .form-control, .input-sm {
    height: 33px;
    padding: 5px 10px;
    font-size: 14px;
    line-height: 1.5;
    border-radius: 3px
}

.form-group-sm select.form-control, .form-horizontal .form-group-sm select.form-control, select.input-sm {
    height: 42px;
    line-height: 42px
}

.form-group-lg .form-control, .form-horizontal .form-group-lg .form-control, .input-lg {
    height: 46px;
    padding: 10px 16px;
    font-size: 18px;
    line-height: 1.33;
    border-radius: 6px
}

.form-group-lg select.form-control, .form-horizontal .form-group-lg select.form-control, select.input-lg {
    height: 46px;
    line-height: 46px
}

.form-group-lg select[multiple].form-control, .form-group-lg textarea.form-control, .form-group-sm select[multiple].form-control, .form-group-sm textarea.form-control, .form-horizontal .form-group-lg select[multiple].form-control, .form-horizontal .form-group-lg textarea.form-control, .form-horizontal .form-group-sm select[multiple].form-control, .form-horizontal .form-group-sm textarea.form-control, select[multiple].input-lg, select[multiple].input-sm, textarea.input-lg, textarea.input-sm {
    height: auto
}

.has-feedback {
    position: relative
}

.has-feedback .form-control {
    padding-right: 52.5px
}

.form-control-feedback {
    position: absolute;
    top: 0;
    right: 0;
    z-index: 2;
    display: block;
    width: 42px;
    height: 42px;
    line-height: 42px;
    text-align: center;
    pointer-events: none
}

.form-horizontal .form-group-lg .form-control + .form-control-feedback, .input-lg + .form-control-feedback {
    width: 46px;
    height: 46px;
    line-height: 46px
}

.form-horizontal .form-group-sm .form-control + .form-control-feedback, .input-sm + .form-control-feedback {
    width: 33px;
    height: 33px;
    line-height: 33px
}

.has-success .form-control {
    border-color: #85e592 !important
}

.has-warning .control-label, .has-warning .help-block, .has-warning.checkbox label, .has-warning.checkbox-inline label, .has-warning.radio label, .has-warning.radio-inline label {
    color: #8a6d3b
}

.has-warning .form-control {
    border-color: #8a6d3b
}

.has-warning .form-control:focus {
    border-color: #66512c
}

.has-warning .datepickerbutton, .has-warning .input-group-addon {
    color: #8a6d3b;
    border-color: #8a6d3b
}

.has-warning .form-control-feedback {
    color: #8a6d3b
}

.has-error .form-control {
    border-color: #ff7a7a !important
}

.has-feedback label ~ .form-control-feedback {
    top: 33px
}

.has-feedback label.sr-only ~ .form-control-feedback {
    top: 0
}

.help-block {
    display: block;
    margin-top: 8px;
    margin-bottom: 0;
    color: #989898;
    font-family: NotoSerif-Italic, Helvetica, Arial, sans-serif;
    font-size: 13px;
    line-height: 1.09091
}

.form-horizontal .checkbox-inline, .form-horizontal .radio-inline {
    margin-top: 0;
    margin-bottom: 0;
    padding-top: 7px
}

.form-horizontal .form-group {
    margin-left: -10px;
    margin-right: -10px
}

.form-horizontal .form-group:after, .form-horizontal .form-group:before {
    content: " ";
    display: table
}

.form-horizontal .form-group:after {
    clear: both
}

.form-horizontal .has-feedback .form-control-feedback {
    top: 0;
    right: 10px
}

.f-star {
    color: #d1424f;
    font-family: NotoSans-Regular, Helvetica, Arial, sans-serif
}

.forms {
    margin-bottom: 0
}

.forms-etalon {
    margin-bottom: 66px
}

.etalon-block {
    margin-bottom: 44px
}

.webform-field-upload-list {
    margin-top: .2em !important
}

#db .webform-field-upload-list {
    margin: 0 0 5px 0
}

.webform-field-upload-list a.delete-file {
    vertical-align: top;
    display: inline-block;
    width: 13px;
    height: 13px;
    margin: 5px 0 0 6px;
    outline: 0;
    background: 0 0
}

.webform-field-upload-list a.delete-file:before {
    content: '';
    display: inline-block;
    background-image: url(../images/sprite.png?38780);
    background-position: -93px -119px;
    width: 13px;
    height: 13px
}

.webform-field-upload-list a.delete-file:hover {
    background: 0 0
}

.webform-field-upload-list a.delete-file:hover:before {
    background-position: -78px -119px;
    width: 13px;
    height: 13px
}

.webform-field-upload-list i {
    vertical-align: top;
    display: none;
    width: 15px;
    height: 15px;
    background: url(../images/tmp/upload-waiting.gif) no-repeat 0 2px;
    margin: 0 0 0 8px
}

.webform-field-upload-list .hidden-caption {
    display: none
}

.webform-field-upload-list .upload-file-name {
    margin: 0 0 0 -4px;
    color: #4878da;
    text-decoration: underline
}

.webform-field-upload-list .upload-file-name:hover {
    color: #6797f9
}

.webform-field-upload-list li {
    white-space: nowrap;
    color: #67738d
}

.webform-field-upload-list .uploading .upload-file-name {
    cursor: default;
    opacity: .5
}

.webform-field-upload-list .uploading i {
    display: inline-block
}

.webform-field-upload {
    position: relative;
    overflow: hidden;
    width: 200px;
    height: 36px
}

.webform-field-upload:hover {
    color: #000;
    cursor: pointer !important
}

.webform-field-upload input {
    position: absolute;
    top: 0;
    left: 0;
    width: 180px;
    height: 100%;
    opacity: 0
}

.webform-field-upload .webform-small-button {
    position: relative;
    background: #f6f6f6;
    border: 1px solid #e1e5f0;
    border-radius: 0;
    box-shadow: 1px 1px 1px #e1e5f0;
    padding: 0 21px;
    font-size: 15px;
    color: #67738d
}

.webform-button-upload {
    cursor: pointer;
    content: '';
    display: inline-block;
    height: 35px;
    line-height: 35px;
    vertical-align: top
}

.webform-button-upload:before {
    content: '';
    display: inline-block;
    background-image: url(../images/sprite.png?38780);
    background-position: -149px 0;
    width: 8px;
    height: 16px;
    display: inline-block;
    margin-right: 8px
}

.webform-button-upload:after {
    display: none
}

.webform-button-upload .webform-button-left, .webform-button-upload .webform-button-right {
    display: none
}

.modal-open {
    overflow: hidden
}

.modal {
    display: none;
    overflow: hidden;
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1040;
    -webkit-overflow-scrolling: touch;
    outline: 0
}

.modal.fade .modal-dialog {
    -webkit-transform: translate(0, -25%);
    transform: translate(0, -25%);
    transition: -webkit-transform .3s ease-out;
    transition: transform .3s ease-out;
    transition: transform .3s ease-out, -webkit-transform .3s ease-out
}

.modal.in .modal-dialog {
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0)
}

.modal.vertical-center .modal-dialog {
    padding-top: 20px;
    padding-bottom: 20px
}

.modal-open .modal {
    overflow-x: hidden;
    overflow-y: auto
}

.modal-dialog {
    position: relative;
    width: auto;
    margin: 10px
}

.modal-dialog .title {
    margin-top: 0
}

.modal-content {
    position: relative;
    background-color: #fff;
    border: 1px solid rgba(0, 0, 0, .2);
    box-shadow: 0 3px 9px rgba(0, 0, 0, .5);
    background-clip: padding-box;
    outline: 0
}

.modal-backdrop {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background-color: #000;
    z-index: 1035
}

.modal-backdrop.fade {
    opacity: 0
}

.modal-backdrop.in {
    opacity: .5
}

.modal-header {
    padding: 15px 30px 0;
    min-height: 17px;
    position: relative
}

.modal-header .close {
    position: absolute;
    top: 10px;
    right: 10px
}

.modal-title {
    margin: 15px 0 0
}

.modal-title .modal-title-help {
    font-size: 15px;
    font-family: NotoSans-Regular, Helvetica, Arial, sans-serif;
    margin-top: 7px;
    margin-bottom: 13px
}

.modal-body {
    position: relative;
    padding: 10px 30px 15px
}

.modal-body > .h1, .modal-body > .h2, .modal-body > .h3, .modal-body > .h4, .modal-body > .h5 {
    margin-top: 0
}

.modal-footer {
    padding: 15px;
    text-align: right;
    border-top: 1px solid #e5e5e5
}

.modal-footer:after, .modal-footer:before {
    content: " ";
    display: table
}

.modal-footer:after {
    clear: both
}

.modal-footer .btn + .btn {
    margin-left: 5px;
    margin-bottom: 0
}

.modal-footer .btn-group .btn + .btn {
    margin-left: -1px
}

.modal-footer .btn-block + .btn-block {
    margin-left: 0
}

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

.btn {
    display: inline-block;
    margin-bottom: 0;
    font-family: NotoSans-Regular, Helvetica, Arial, sans-serif;
    text-align: center;
    vertical-align: middle;
    -ms-touch-action: manipulation;
    touch-action: manipulation;
    cursor: pointer;
    background-image: none;
    border: 1px solid transparent;
    text-decoration: none;
    max-width: 100%;
    padding: 15px 25px 14px;
    font-size: 13px;
    line-height: 1;
    border-radius: 3px;
    color: #fff;
    text-shadow: 1px 1px 0 rgba(0, 0, 0, .1);
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
    transition: none
}

.btn.focus, .btn:focus, .btn:hover {
    outline: 0;
    color: #fff;
    text-decoration: none
}

.btn.active, .btn:active {
    outline: 0;
    box-shadow: inset 0 1px 3px rgba(0, 0, 0, .1)
}

.btn.disabled, .btn[disabled], fieldset[disabled] .btn {
    cursor: not-allowed;
    pointer-events: none
}

.btn-default {
    border-color: transparent;
    background: #3a5896
}

.btn-default:focus, .btn-default:hover {
    background: #5f7ec1
}

.btn-default.active, .btn-default:active {
    background: #3a5896
}

.btn-default.disabled, .btn-default[disabled] {
    background: #dbdee2
}

.btn-primary {
    border-color: transparent;
    background: #4878da
}

.btn-primary:focus, .btn-primary:hover {
    background: #6797f9
}

.btn-primary.active, .btn-primary:active {
    background: #4878da
}

.btn-primary.disabled, .btn-primary[disabled] {
    background: #dbdee2
}

.btn-subscribe {
    position: relative;
    border-color: transparent;
    background: #18d726;
    border-radius: 22px;
    padding-left: 40px;
    padding-right: 30px
}

.btn-subscribe:before {
    content: ' ';
    display: inline-block;
    font-size: 10px;
    background-image: url(../images/sprite_svg.svg?38780);
    background-repeat: no-repeat;
    background-size: 6.8em 846.7em;
    background-position: -.2em -12em;
    width: .8em;
    height: .6em;
    display: block;
    position: absolute;
    top: 50%;
    left: 20px;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%)
}

.no-svg .btn-subscribe:before {
    background-image: url(../images/sprite_svg.png?38780)
}

.btn-subscribe:focus, .btn-subscribe:hover {
    background: #45ea51
}

.btn-subscribe.active, .btn-subscribe:active {
    background: #17c023;
    border-top-color: #15b221
}

.btn-subscribe.disabled, .btn-subscribe[disabled] {
    background: #dbdee2
}

.btn-form-submit {
    position: relative;
    border-color: transparent;
    background: #4878da;
    border-radius: 22px;
    padding-left: 30px;
    padding-right: 30px
}

.btn-form-submit:focus, .btn-form-submit:hover {
    background: #6797f9
}

.btn-form-submit.active, .btn-form-submit:active {
    background: #4878da;
    border-top-color: #3b6fd7
}

.btn-form-submit.disabled, .btn-form-submit[disabled] {
    background: #dbdee2
}

.btn-success {
    border-color: transparent;
    background: #18d726
}

.btn-success:focus, .btn-success:hover {
    background: #45ea51
}

.btn-success.active, .btn-success:active {
    background: #17c023
}

.btn-success.disabled, .btn-success[disabled] {
    background: #dbdee2
}

.btn-info {
    border-color: transparent;
    background: #86520f
}

.btn-info:focus, .btn-info:hover {
    background: #af7428
}

.btn-info.active, .btn-info:active {
    background: #774a0f
}

.btn-info.disabled, .btn-info[disabled] {
    background: #dbdee2
}

.btn-warning {
    border-color: transparent;
    background: #f5bf00
}

.btn-warning:focus, .btn-warning:hover {
    background: #ffce20
}

.btn-warning.active, .btn-warning:active {
    background: #f5bf00
}

.btn-warning.disabled, .btn-warning[disabled] {
    background: #dbdee2
}

.btn-link {
    border-color: transparent;
    background: #6c237e
}

.btn-link:focus, .btn-link:hover {
    background: #9b42b1
}

.btn-link.active, .btn-link:active {
    background: #853c97
}

.btn-link.disabled, .btn-link[disabled] {
    background: #dbdee2
}

.btn-index {
    border: 2px solid #3a5896;
    color: #3a5896;
    background: 0 0;
    font-weight: 400;
    font-size: 14px;
    padding-top: 13px;
    padding-bottom: 13px;
    border-radius: 22px
}

.btn-index:focus, .btn-index:hover {
    background: #eff2f9;
    color: #5f7ec1;
    border-color: #5f7ec1
}

.btn-index.active, .btn-index:active {
    background: #3a5896;
    border-color: #3a5896;
    color: #fff;
    border-top-color: #36528b
}

.btn-index.disabled, .btn-index[disabled] {
    opacity: .5
}

.btn-index-primary {
    border: 2px solid #4878da;
    color: #4878da;
    background: 0 0;
    font-weight: 400;
    font-size: 14px;
    padding-top: 13px;
    padding-bottom: 13px;
    border-radius: 22px;
    text-shadow: none
}

.btn-index-primary:focus, .btn-index-primary:hover {
    background: rgba(103, 151, 249, .1);
    color: #6797f9;
    border-color: #6797f9
}

.btn-index-primary.active, .btn-index-primary:active {
    background: #4878da;
    border-color: #4878da;
    color: #fff;
    border-top-color: #3b6fd7
}

.btn-index-primary.disabled, .btn-index-primary[disabled] {
    opacity: .5
}

.btn-index-success {
    border: 2px solid #18d726;
    color: #18d726;
    background: 0 0;
    font-weight: 400;
    font-size: 14px;
    padding-top: 13px;
    padding-bottom: 13px;
    border-radius: 22px;
    text-shadow: none
}

.btn-index-success:focus, .btn-index-success:hover {
    background: rgba(69, 234, 81, .1);
    color: #45ea51;
    border-color: #45ea51
}

.btn-index-success.active, .btn-index-success:active {
    background: #17c023;
    border-color: #17c023;
    color: #fff;
    border-top-color: #15b221
}

.btn-index-success.disabled, .btn-index-success[disabled] {
    opacity: .5
}

.btn-index-warning {
    border: 2px solid #f5bf00;
    color: #f5bf00;
    background: 0 0;
    font-weight: 400;
    font-size: 14px;
    padding-top: 13px;
    padding-bottom: 13px;
    border-radius: 22px;
    text-shadow: none
}

.btn-index-warning:focus, .btn-index-warning:hover {
    background: rgba(255, 206, 32, .1);
    color: #ffce20;
    border-color: #ffce20
}

.btn-index-warning.active, .btn-index-warning:active {
    background: #f5bf00;
    border-color: #f5bf00;
    color: #fff;
    border-top-color: #e6b300
}

.btn-index-warning.disabled, .btn-index-warning[disabled] {
    opacity: .5
}

.btn-download-pdf {
    border: 2px solid #f5bf00;
    background: #f5bf00;
    color: #fff;
    font-weight: 400;
    font-size: 14px;
    padding-top: 13px;
    padding-bottom: 13px;
    border-radius: 22px;
    text-shadow: none;
    text-transform: uppercase
}

.btn-download-pdf:focus, .btn-download-pdf:hover {
    background: #ffce20;
    border-color: #ffce20;
    color: #fff
}

.btn-download-pdf.active, .btn-download-pdf:active {
    background: #f5bf00;
    color: #fff;
    border-top-color: #e6b300
}

.btn-download-pdf.disabled, .btn-download-pdf[disabled] {
    opacity: .5
}

.btn-lg {
    padding: 21px 35px 20px;
    font-size: 18px;
    line-height: 1;
    border-radius: 4px
}

.btn-sm {
    padding: 13px 21px 12px;
    font-size: 11px;
    line-height: 1;
    border-radius: 3px
}

.btn-xs {
    padding: 11px 18px 10px;
    font-size: 9px;
    line-height: 1;
    border-radius: 2px
}

.btn-block {
    display: block;
    width: 100%
}

.btn-block + .btn-block {
    margin-top: 5px
}

input[type=button].btn-block, input[type=reset].btn-block, input[type=submit].btn-block {
    width: 100%
}

.accordion {
    margin-bottom: 50px;
    border-bottom: 1px solid #e1e5f0
}

.accordion .panel {
    border-top: 1px solid #e1e5f0
}

.accordion .acc-heading {
    padding: 26px 0 24px
}

.accordion .acc-body {
    padding-left: 40px;
    padding-bottom: 5px
}

.accordion .acc-link {
    position: relative;
    display: block;
    padding-left: 40px;
    text-decoration: none;
    margin: 0;
    color: #232937;
    transition: none
}

.accordion .acc-link .title {
    margin: 0;
    color: #232937;
    transition: color .2s ease;
    font-size: 16px;
    line-height: 1.2;
    font-family: Xenia-Extended, Helvetica, Arial, sans-serif
}

.accordion .acc-link:hover .title {
    color: #3a5896
}

.accordion .acc-link:hover .icon {
    border-color: #3a5896
}

.accordion .acc-link:hover .icon:after, .accordion .acc-link:hover .icon:before {
    background: #3a5896
}

.accordion .acc-link.collapsed .icon:after {
    -webkit-transform: rotate(0);
    transform: rotate(0)
}

.accordion .acc-link .icon {
    position: absolute;
    top: 50%;
    left: 0;
    height: 24px;
    width: 24px;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    transition: border-color .2s ease;
    margin-top: -1px
}

.accordion .acc-link .icon:after, .accordion .acc-link .icon:before {
    content: '';
    display: block;
    position: absolute;
    top: 50%;
    left: 50%;
    background: #232937;
    transition: background .2s ease, -webkit-transform .3s ease;
    transition: transform .3s ease, background .2s ease;
    transition: transform .3s ease, background .2s ease, -webkit-transform .3s ease
}

.accordion .acc-link .icon:before {
    width: 14px;
    height: 2px;
    margin-top: -1px;
    margin-left: -7px
}

.accordion .acc-link .icon:after {
    width: 2px;
    height: 14px;
    margin-top: -7px;
    margin-left: -1px;
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg)
}

.accordion .acc-preview {
    margin-top: 26px;
    padding-left: 40px
}

.accordion .acc-ttl {
    position: relative;
    overflow: hidden;
    padding-right: 100px;
    line-height: 1.4;
    margin: 20px 0 16px
}

.accordion .acc-ttl .ttl-txt {
    position: relative;
    display: inline-block;
    line-height: 1.4;
    margin: 0;
    padding-right: 40px;
    font-size: 16px
}

.accordion .acc-ttl .ttl-txt:before {
    content: '';
    display: block;
    height: 1px;
    width: 1000%;
    position: absolute;
    top: 50%;
    left: 100%;
    background: #e1e5f0
}

.accordion .accordion {
    margin: 0 0 10px 0
}

.accordion.default {
    border: none
}

.accordion.default .panel {
    border: none
}

.accordion.default .acc-heading {
    padding: 15px 0
}

.accordion.default .acc-body {
    padding-left: 40px;
    padding-top: 5px;
    padding-bottom: 5px
}

.accordion.default .acc-link {
    transition: color .2s ease
}

.accordion.default .acc-link:hover {
    color: #3a5896
}

.accordion.default .acc-link:hover .icon {
    background: #6797f9
}

.accordion.default .acc-link.collapsed .icon {
    background: #4878da
}

.accordion.default .acc-link.collapsed:hover .icon {
    background: #6797f9
}

.accordion.default .acc-link .icon {
    top: 3px;
    height: 24px;
    width: 24px;
    -webkit-transform: none;
    transform: none;
    transition: background .2s ease;
    background: #6797f9;
    border-radius: 3px
}

.accordion.default .acc-link .icon:after, .accordion.default .acc-link .icon:before {
    background: #fff
}

.nav {
    margin: 35px 0 0;
    padding-left: 0;
    list-style: none
}

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

.nav:after {
    clear: both
}

.nav > li {
    position: relative;
    display: block
}

.nav > li .tab-head, .nav > li > a {
    position: relative;
    display: block;
    padding: 5px 19px;
    text-decoration: none;
    color: #4878da
}

.nav > li .tab-head:focus, .nav > li .tab-head:hover, .nav > li > a:focus, .nav > li > a:hover {
    text-decoration: none
}

.nav > li.disabled .tab-head, .nav > li.disabled > a {
    color: #777
}

.nav > li.disabled .tab-head:focus, .nav > li.disabled .tab-head:hover, .nav > li.disabled > a:focus, .nav > li.disabled > a:hover {
    color: #777;
    text-decoration: none;
    background-color: transparent;
    cursor: not-allowed
}

.nav .open > a, .nav .open > a:focus, .nav .open > a:hover {
    background-color: #f0f0f0;
    border-color: #4878da
}

.nav .nav-divider {
    height: 1px;
    margin: 13px 0;
    overflow: hidden;
    background-color: #e5e5e5
}

.nav > li > a > img {
    max-width: none
}

.nav-tabs {
    border-bottom: none
}

.nav-tabs > li {
    float: left
}

.g-wrap .nav-tabs > li {
    margin-bottom: -1px
}

.nav-tabs > li .tab-head {
    font-size: 18px;
    line-height: 1.8;
    border: none;
    position: relative;
    transition: background ease .15s;
    cursor: pointer
}

.nav-tabs > li .tab-head > span {
    border-bottom: 1px dashed
}

.nav-tabs > li .tab-head:hover {
    color: #6797f9
}

.nav-tabs > li .tab-head:hover:after {
    content: none
}

.nav-tabs > li.active .tab-head, .nav-tabs > li.active .tab-head:focus, .nav-tabs > li.active .tab-head:hover {
    color: #fff;
    background-color: #4878da;
    border: none;
    border-bottom-color: transparent;
    cursor: default
}

.nav-tabs > li.active .tab-head:focus > span, .nav-tabs > li.active .tab-head:hover > span, .nav-tabs > li.active .tab-head > span {
    border-bottom: none
}

.nav-tabs > li.active .tab-head:after, .nav-tabs > li.active .tab-head:focus:after, .nav-tabs > li.active .tab-head:hover:after {
    content: none
}

.nav-pills > li {
    float: left
}

.nav-pills > li > a {
    border-radius: 0
}

.nav-pills > li + li {
    margin-left: 2px
}

.nav-pills > li.active > a, .nav-pills > li.active > a:focus, .nav-pills > li.active > a:hover {
    color: #fff;
    background-color: #428bca
}

.nav-stacked > li {
    float: none
}

.nav-stacked > li + li {
    margin-top: 2px;
    margin-left: 0
}

.nav-justified, .nav-tabs.nav-justified {
    width: 100%
}

.nav-justified > li, .nav-tabs.nav-justified > li {
    float: none
}

.nav-justified > li > a, .nav-tabs.nav-justified > li > a {
    text-align: center;
    margin-bottom: 5px
}

.nav-justified > .dropdown .dropdown-menu {
    top: auto;
    left: auto
}

.nav-tabs-justified, .nav-tabs.nav-justified {
    border-bottom: 0
}

.nav-tabs-justified > li > a, .nav-tabs.nav-justified > li > a {
    margin-right: 0;
    border-radius: 0
}

.nav-tabs-justified > .active > a, .nav-tabs-justified > .active > a:focus, .nav-tabs-justified > .active > a:hover, .nav-tabs.nav-justified > .active > a, .nav-tabs.nav-justified > .active > a:focus, .nav-tabs.nav-justified > .active > a:hover {
    border: 1px solid #ddd
}

.tab-content {
    border-top: none;
    padding: 20px 18px
}

.tab-content > .tab-pane {
    display: none;
    visibility: hidden
}

.tab-content > .tab-pane h1, .tab-content > .tab-pane h2, .tab-content > .tab-pane h3, .tab-content > .tab-pane h4, .tab-content > .tab-pane h5, .tab-content > .tab-pane > .h1, .tab-content > .tab-pane > .h2, .tab-content > .tab-pane > .h3, .tab-content > .tab-pane > .h4, .tab-content > .tab-pane > .h5 {
    margin-top: 0
}

.tab-content > .active {
    display: block;
    visibility: visible
}

.tab-content.no-styles {
    border: none;
    padding: 0;
    border-radius: 0
}

.tabs-acordeon {
    position: relative;
    border-top: none;
    border-radius: 0;
    margin-bottom: 30px
}

.tabs-acordeon .tab-pane {
    display: none;
    padding: 0 24px;
    position: absolute;
    left: 0;
    right: 0;
    overflow: hidden
}

.tabs-acordeon .tab-pane > .h4 {
    margin-top: 0
}

.tabs-acordeon .active {
    display: block
}

.tabs-acordeon.no-styles {
    border: none;
    padding: 0;
    border-radius: 0
}

.nav-tabs .dropdown-menu {
    margin-top: -1px;
    border-top-right-radius: 0;
    border-top-left-radius: 0
}

.g-wrap table:not(.table-reset):not(.table-condensed) {
    max-width: 100%;
    width: 100%;
    background-color: transparent;
    margin-bottom: 32px
}

.g-wrap table:not(.table-reset):not(.table-condensed) + .table-caption {
    color: #67738d;
    font-style: normal;
    font-size: 13px;
    line-height: 1.3;
    font-family: NotoSans-Regular, Helvetica, Arial, sans-serif
}

.g-content .g-wrap table:not(.table-reset):not(.table-condensed) + .table-caption {
    margin: -19px 0 50px
}

.g-wrap table:not(.table-reset):not(.table-condensed) th {
    padding: 9px 11px 12px;
    text-align: left;
    color: #232937;
    font-size: 13px;
    line-height: 1.26667;
    font-family: NotoSans-Bold, Helvetica, Arial, sans-serif;
    background: #f4f6f9
}

.g-wrap table:not(.table-reset):not(.table-condensed) tbody tr {
    font-size: 13px;
    line-height: 1.38462;
    border-bottom: 1px solid #e1e5f0
}

.g-wrap table:not(.table-reset):not(.table-condensed) tbody tr:hover {
    background: #f4f6f9;
    transition: all .15s
}

.g-wrap table:not(.table-reset):not(.table-condensed) td {
    vertical-align: top;
    padding: 18px 11px 20px
}

.g-wrap table.no-border:not(.table-reset) tbody tr {
    border-bottom: none
}

.g-wrap table.no-hover:not(.table-reset) tbody tr:hover {
    background: 0 0
}

.g-wrap table.table-numb thead {
    border-bottom: 2px solid #e1e5f0
}

.g-wrap table.table-numb th {
    padding: 5px 11px 8px;
    background: 0 0
}

.g-wrap table.table-numb .cost {
    padding-bottom: 9px;
    text-align: right
}

.g-wrap table.table-numb .quant th {
    padding-top: 0;
    min-width: 110px;
    text-align: right
}

.g-wrap table.table-numb td {
    padding: 9px 11px 11px
}

.table {
    width: 100%;
    max-width: 100%;
    margin-bottom: 28px
}

.table > tbody > tr > td, .table > tbody > tr > th, .table > tfoot > tr > td, .table > tfoot > tr > th, .table > thead > tr > td, .table > thead > tr > th {
    padding: 8px;
    line-height: 1.8;
    vertical-align: top;
    border-top: 1px solid #ddd
}

.table > thead > tr > th {
    vertical-align: bottom;
    border-bottom: 2px solid #ddd
}

.table > caption + thead > tr:first-child > td, .table > caption + thead > tr:first-child > th, .table > colgroup + thead > tr:first-child > td, .table > colgroup + thead > tr:first-child > th, .table > thead:first-child > tr:first-child > td, .table > thead:first-child > tr:first-child > th {
    border-top: 0
}

.table > tbody + tbody {
    border-top: 2px solid #ddd
}

.table .table {
    background-color: #eff0f2
}

.table-condensed > tbody > tr > td, .table-condensed > tbody > tr > th, .table-condensed > tfoot > tr > td, .table-condensed > tfoot > tr > th, .table-condensed > thead > tr > td, .table-condensed > thead > tr > th {
    padding: 5px
}

.table-bordered {
    border: 1px solid #ddd
}

.table-bordered > tbody > tr > td, .table-bordered > tbody > tr > th, .table-bordered > tfoot > tr > td, .table-bordered > tfoot > tr > th, .table-bordered > thead > tr > td, .table-bordered > thead > tr > th {
    border: 1px solid #ddd
}

.table-bordered > thead > tr > td, .table-bordered > thead > tr > th {
    border-bottom-width: 2px
}

.table-striped > tbody > tr:nth-child(odd) {
    background-color: #f9f9f9
}

.table-hover > tbody > tr:hover {
    background-color: #f4f6f9
}

table col[class*=col-] {
    position: static;
    float: none;
    display: table-column
}

table td[class*=col-], table th[class*=col-] {
    position: static;
    float: none;
    display: table-cell
}

.table > tbody > tr.active > td, .table > tbody > tr.active > th, .table > tbody > tr > td.active, .table > tbody > tr > th.active, .table > tfoot > tr.active > td, .table > tfoot > tr.active > th, .table > tfoot > tr > td.active, .table > tfoot > tr > th.active, .table > thead > tr.active > td, .table > thead > tr.active > th, .table > thead > tr > td.active, .table > thead > tr > th.active {
    background-color: #f4f6f9
}

.table-hover > tbody > tr.active:hover > td, .table-hover > tbody > tr.active:hover > th, .table-hover > tbody > tr:hover > .active, .table-hover > tbody > tr > td.active:hover, .table-hover > tbody > tr > th.active:hover {
    background-color: #e4e9f0
}

.table > tbody > tr.success > td, .table > tbody > tr.success > th, .table > tbody > tr > td.success, .table > tbody > tr > th.success, .table > tfoot > tr.success > td, .table > tfoot > tr.success > th, .table > tfoot > tr > td.success, .table > tfoot > tr > th.success, .table > thead > tr.success > td, .table > thead > tr.success > th, .table > thead > tr > td.success, .table > thead > tr > th.success {
    background-color: #dff0d8
}

.table-hover > tbody > tr.success:hover > td, .table-hover > tbody > tr.success:hover > th, .table-hover > tbody > tr:hover > .success, .table-hover > tbody > tr > td.success:hover, .table-hover > tbody > tr > th.success:hover {
    background-color: #d0e9c6
}

.table > tbody > tr.info > td, .table > tbody > tr.info > th, .table > tbody > tr > td.info, .table > tbody > tr > th.info, .table > tfoot > tr.info > td, .table > tfoot > tr.info > th, .table > tfoot > tr > td.info, .table > tfoot > tr > th.info, .table > thead > tr.info > td, .table > thead > tr.info > th, .table > thead > tr > td.info, .table > thead > tr > th.info {
    background-color: #d9edf7
}

.table-hover > tbody > tr.info:hover > td, .table-hover > tbody > tr.info:hover > th, .table-hover > tbody > tr:hover > .info, .table-hover > tbody > tr > td.info:hover, .table-hover > tbody > tr > th.info:hover {
    background-color: #c4e3f3
}

.table > tbody > tr.warning > td, .table > tbody > tr.warning > th, .table > tbody > tr > td.warning, .table > tbody > tr > th.warning, .table > tfoot > tr.warning > td, .table > tfoot > tr.warning > th, .table > tfoot > tr > td.warning, .table > tfoot > tr > th.warning, .table > thead > tr.warning > td, .table > thead > tr.warning > th, .table > thead > tr > td.warning, .table > thead > tr > th.warning {
    background-color: #fcf8e3
}

.table-hover > tbody > tr.warning:hover > td, .table-hover > tbody > tr.warning:hover > th, .table-hover > tbody > tr:hover > .warning, .table-hover > tbody > tr > td.warning:hover, .table-hover > tbody > tr > th.warning:hover {
    background-color: #faf2cc
}

.table > tbody > tr.danger > td, .table > tbody > tr.danger > th, .table > tbody > tr > td.danger, .table > tbody > tr > th.danger, .table > tfoot > tr.danger > td, .table > tfoot > tr.danger > th, .table > tfoot > tr > td.danger, .table > tfoot > tr > th.danger, .table > thead > tr.danger > td, .table > thead > tr.danger > th, .table > thead > tr > td.danger, .table > thead > tr > th.danger {
    background-color: #f2dede
}

.table-hover > tbody > tr.danger:hover > td, .table-hover > tbody > tr.danger:hover > th, .table-hover > tbody > tr:hover > .danger, .table-hover > tbody > tr > td.danger:hover, .table-hover > tbody > tr > th.danger:hover {
    background-color: #ebcccc
}

.table-responsive {
    overflow-x: auto;
    min-height: .01%
}

.sl-news-revert {
    position: relative
}

.sl-news-revert .slider {
    margin-left: -10px;
    margin-right: -10px
}

.sl-news-revert .slide {
    width: 25%;
    float: left;
    padding-left: 10px;
    padding-right: 10px
}

.sl-news-revert .sl-paginator {
    text-align: center;
    line-height: 1
}

.sl-news-revert .sl-paginator a {
    display: inline-block;
    width: 10px;
    height: 10px;
    border-radius: 50%;
    background: #d3d3d3;
    transition: background .2s ease;
    margin: 0 7px
}

.sl-news-revert .sl-paginator a.selected {
    background: #4c7bdb
}

.sl-news .navigation.not-init {
    display: none
}

.sl-news .wrap {
    margin-left: -10px;
    margin-right: -10px
}

.sl-news .wrap.not-init .slide + .slide {
    display: none
}

.sl-news .caroufredsel_wrapper {
    cursor: auto !important;
    overflow: visible !important
}

.sl-news .slide {
    width: 25%;
    float: left;
    padding-left: 10px;
    padding-right: 10px;
    opacity: 0;
    visibility: hidden;
    transition: opacity .4s ease, visibility .4s ease
}

.sl-news .slide.visible {
    opacity: 1;
    visibility: visible
}

.sl-news .sl-paginator {
    text-align: center;
    line-height: 1
}

.sl-news .sl-paginator a {
    display: inline-block;
    width: 10px;
    height: 10px;
    border-radius: 50%;
    background: #d3d3d3;
    transition: background .2s ease;
    margin: 0 7px
}

.sl-news .sl-paginator a.selected {
    background: #4c7bdb
}

.navbar .mCSB_scrollTools {
    visibility: hidden;
    opacity: 0
}

.navbar.navbar-default {
    height: 68px;
    background-color: #fff;
    border-radius: 4px;
    margin-bottom: 20px
}

.navbar.navbar-default .navbar-nav {
    width: 100%;
    padding: 0;
    margin: 0;
    line-height: 68px;
    list-style-type: none
}

.navbar.navbar-default .navbar-nav li {
    display: inline-block
}

.navbar.navbar-default .navbar-nav li.active a {
    color: #4878da
}

.navbar.navbar-default .navbar-nav li.active a.dashboard:before {
    background-position: -.2em -252.6em;
    width: 1.9em;
    height: 1.9em
}

.navbar.navbar-default .navbar-nav li.active a.mytab:before {
    background-position: -.2em -262.4em;
    width: 1.0470000000000002em;
    height: 1.6809999999999998em
}

.navbar.navbar-default .navbar-nav li.active a.subs:before {
    background-position: -.2em -257.59999999999997em;
    width: 2.178em;
    height: 2.3em
}

.navbar.navbar-default .navbar-nav li.active a.notice:before {
    background-position: -.2em -266.59999999999997em;
    width: 1.741em;
    height: 1.6781em
}

.navbar.navbar-default .navbar-nav li a {
    padding-top: 0;
    padding-bottom: 0;
    color: #4e5564;
    font-size: 14px;
    transition: none
}

.navbar.navbar-default .navbar-nav li a:hover {
    color: #4878da
}

.navbar.navbar-default .navbar-nav li a:before {
    margin-right: 10px;
    vertical-align: middle
}

.navbar.navbar-default .navbar-nav li a.dashboard:before {
    content: ' ';
    display: inline-block;
    font-size: 10px;
    background-image: url(../images/sprite_svg.svg?38780);
    background-repeat: no-repeat;
    background-size: 6.8em 846.7em;
    background-position: -.2em -250.29999999999998em;
    width: 1.9em;
    height: 1.9em
}

.no-svg .navbar.navbar-default .navbar-nav li a.dashboard:before {
    background-image: url(../images/sprite_svg.png?38780)
}

.navbar.navbar-default .navbar-nav li a.dashboard:hover:before {
    background-position: -.2em -252.6em;
    width: 1.9em;
    height: 1.9em
}

.navbar.navbar-default .navbar-nav li a.mytab:before {
    content: ' ';
    display: inline-block;
    font-size: 10px;
    background-image: url(../images/sprite_svg.svg?38780);
    background-repeat: no-repeat;
    background-size: 6.8em 846.7em;
    background-position: -.2em -260.3em;
    width: 1.0470000000000002em;
    height: 1.6809999999999998em
}

.no-svg .navbar.navbar-default .navbar-nav li a.mytab:before {
    background-image: url(../images/sprite_svg.png?38780)
}

.navbar.navbar-default .navbar-nav li a.mytab:hover:before {
    background-position: -.2em -262.4em;
    width: 1.0470000000000002em;
    height: 1.6809999999999998em
}

.navbar.navbar-default .navbar-nav li a.subs:before {
    content: ' ';
    display: inline-block;
    font-size: 10px;
    background-image: url(../images/sprite_svg.svg?38780);
    background-repeat: no-repeat;
    background-size: 6.8em 846.7em;
    background-position: -.2em -254.89999999999998em;
    width: 2.178em;
    height: 2.3em
}

.no-svg .navbar.navbar-default .navbar-nav li a.subs:before {
    background-image: url(../images/sprite_svg.png?38780)
}

.navbar.navbar-default .navbar-nav li a.subs:hover:before {
    background-position: -.2em -257.59999999999997em;
    width: 2.178em;
    height: 2.3em
}

.navbar.navbar-default .navbar-nav li a.notice:before {
    content: ' ';
    display: inline-block;
    font-size: 10px;
    background-image: url(../images/sprite_svg.svg?38780);
    background-repeat: no-repeat;
    background-size: 6.8em 846.7em;
    background-position: -.2em -264.5em;
    width: 1.741em;
    height: 1.6781em
}

.no-svg .navbar.navbar-default .navbar-nav li a.notice:before {
    background-image: url(../images/sprite_svg.png?38780)
}

.navbar.navbar-default .navbar-nav li a.notice:hover:before {
    background-position: -.2em -266.59999999999997em;
    width: 1.741em;
    height: 1.6781em
}

.news-filter {
    margin-bottom: 30px
}

.news-filter .form-group {
    width: 100%;
    max-width: 580px;
    float: right
}

.news-filter .form-group label {
    padding-top: 14px;
    font-size: 14px;
    text-align: right;
    color: #232937
}

.news-filter .form-group .jq-selectbox {
    display: inline-block;
    padding-left: 42px
}

.news-filter .form-group .jq-selectbox:before {
    content: "";
    width: 42px;
    height: 100%;
    border: 1px solid #dbe0e2;
    position: absolute;
    left: 0;
    border-right: none;
    border-top-left-radius: 2px;
    border-bottom-left-radius: 2px
}

.news-filter .form-group .jq-selectbox__dropdown {
    width: calc(100% - 42px) !important
}

.news-filter .form-group .jq-selectbox__select {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0
}

.news-filter .form-group .jq-selectbox__select-text {
    color: #7783a0
}

.news-filter span {
    margin: 12px 20px 12px;
    font-size: 14px;
    color: #232937;
    display: inline-block
}

.news-filter span:before {
    content: ' ';
    display: inline-block;
    font-size: 10px;
    background-image: url(../images/sprite_svg.svg?38780);
    background-repeat: no-repeat;
    background-size: 6.8em 846.7em
}

.no-svg .news-filter span:before {
    background-image: url(../images/sprite_svg.png?38780)
}

.filter-wrap {
    max-width: 460px;
    width: 100%;
    float: right
}

.filter-wrap .input-group {
    display: table;
    width: 100%;
    position: relative
}

.filter-wrap .input-group-addon {
    display: table-cell;
    width: 50px;
    border: 1px solid #dfe2e9;
    background-color: #f6f6f6;
    vertical-align: middle;
    border-top-left-radius: 4px;
    border-bottom-left-radius: 4px
}

.filter-wrap .input-group:after {
    content: "";
    content: ' ';
    display: inline-block;
    font-size: 10px;
    background-image: url(../images/sprite_svg.svg?38780);
    background-repeat: no-repeat;
    background-size: 6.8em 846.7em;
    position: absolute;
    display: block;
    top: 12px;
    right: 20px
}

.no-svg .filter-wrap .input-group:after {
    background-image: url(../images/sprite_svg.png?38780)
}

.filter-wrap select.form-control {
    display: table-cell;
    vertical-align: middle;
    height: 52px;
    background-color: #f6f6f6;
    border: 1px solid #dfe2e9;
    border-radius: 4px;
    border-left: none;
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
    color: #7783a0;
    font-size: 14px;
    padding: 0 40px 0 20px
}

.news-list {
    max-width: 870px;
    margin: 0 auto
}

.news-list.separated {
    border-radius: 0;
    background: 0 0;
    box-shadow: none
}

.news-list.separated .item-wrap {
    margin-bottom: 6px;
    box-shadow: 0 1px 2px 0 rgba(102, 102, 102, .15);
    transition: box-shadow .3s ease;
    border-radius: 3px;
    background-color: #fff
}

.news-list.separated .item {
    padding: 20px 0 20px 25px
}

.news-list.separated .wrap-pic {
    width: 170px;
    height: 122px
}

.subscribe-mob {
    overflow: hidden
}

.subscribe-mob .wrap {
    position: relative;
    padding: 10px 0
}

.subscribe-mob .wrap:before {
    content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 50%;
    width: 600%;
    height: 100%;
    margin-left: -300%;
    background: #eff0f2
}

.subscribe-mob .btn-close, .subscribe-mob .btn-open {
    outline: 0;
    position: relative;
    display: block;
    border: none;
    font-size: 14px;
    color: #232937;
    padding: 0;
    line-height: 40px;
    height: 40px;
    background: 0 0
}

.subscribe-mob .btn-open {
    padding: 0 10px
}

.subscribe-mob .btn-open:hover {
    color: #4878da
}

.subscribe-mob .btn-close {
    width: 40px;
    float: right
}

.subscribe-mob .btn-close:hover:before {
    background-position: -.2em -113.2em;
    width: 1.3969999999999998em;
    height: 1.3969999999999998em
}

.subscribe-mob .btn-close:before {
    content: ' ';
    display: inline-block;
    font-size: 10px;
    background-image: url(../images/sprite_svg.svg?38780);
    background-repeat: no-repeat;
    background-size: 6.8em 846.7em;
    background-position: -.2em -111.4em;
    width: 1.3969999999999998em;
    height: 1.3969999999999998em;
    display: block;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%)
}

.no-svg .subscribe-mob .btn-close:before {
    background-image: url(../images/sprite_svg.png?38780)
}

.main-banner {
    position: relative
}

.main-banner.not-init .wrap-pic .view {
    opacity: 0
}

.detail_news.main-banner.not-init .wrap-pic .view {
    opacity: 0.2
}

.main-banner .ya-share2 ul.ya-share2__list:not(.list-reset):not(.list-unstyled) li.ya-share2__item_service_vkontakte .ya-share2__icon:hover:before {
    background-position: -.2em -507.8em;
    width: 2.8em;
    height: 1.6em
}

.main-banner .ya-share2 ul.ya-share2__list:not(.list-reset):not(.list-unstyled) li.ya-share2__item_service_facebook .ya-share2__icon:hover:before {
    background-position: -.2em -350.5em;
    width: 1.6em;
    height: 1.6em
}

.main-banner .ya-share2 ul.ya-share2__list:not(.list-reset):not(.list-unstyled) li.ya-share2__item_service_odnoklassniki .ya-share2__icon:hover:before {
    background-position: -.2em -395.7em;
    width: 1em;
    height: 1.7em
}

.main-banner .ya-share2 ul.ya-share2__list:not(.list-reset):not(.list-unstyled) li.ya-share2__item_service_twitter .ya-share2__icon:hover:before {
    background-position: -.2em -480.59999999999997em;
    width: 1.6em;
    height: 1.6em
}

.main-banner .ya-share2 ul.ya-share2__list:not(.list-reset):not(.list-unstyled) li.ya-share2__item_service_gplus .ya-share2__icon:hover:before {
    background-position: -.2em -360.8em;
    width: 2.5em;
    height: 1.7em
}

.main-banner .ya-share2 ul.ya-share2__list:not(.list-reset):not(.list-unstyled) li.ya-share2__item_service_telegram .ya-share2__icon:hover:before {
    background-position: -.2em -472.59999999999997em;
    width: 1.6em;
    height: 1.6em
}

.main-banner .ya-share2 ul.ya-share2__list:not(.list-reset):not(.list-unstyled) li.ya-share2__item_service_viber .ya-share2__icon:hover:before {
    background-position: -.2em -499.8em;
    width: 1.5561999999999998em;
    height: 1.6em
}

.main-banner .ya-share2 ul.ya-share2__list:not(.list-reset):not(.list-unstyled) li.ya-share2__item_service_whatsapp .ya-share2__icon:hover:before {
    background-position: -.2em -528.6em;
    width: 2em;
    height: 2em
}

.main-banner .ya-share2 ul.ya-share2__list:not(.list-reset):not(.list-unstyled) li.ya-share2__item_service_skype .ya-share2__icon:hover:before {
    background-position: -.2em -454.8em;
    width: 1.8em;
    height: 1.8em
}

.main-banner .ya-share2 ul.ya-share2__list:not(.list-reset):not(.list-unstyled) li.ya-share2__item_service_blogger .ya-share2__icon:hover:before {
    background-position: -.2em -317.3em;
    width: 1.6em;
    height: 1.6em
}

.main-banner .ya-share2 ul.ya-share2__list:not(.list-reset):not(.list-unstyled) li.ya-share2__item_service_delicious .ya-share2__icon:hover:before {
    background-position: -.2em -325.3em;
    width: 1.6em;
    height: 1.6em
}

.main-banner .ya-share2 ul.ya-share2__list:not(.list-reset):not(.list-unstyled) li.ya-share2__item_service_digg .ya-share2__icon:hover:before {
    background-position: -.2em -333.3em;
    width: 2.7em;
    height: 1.6em
}

.main-banner .ya-share2 ul.ya-share2__list:not(.list-reset):not(.list-unstyled) li.ya-share2__item_service_evernote .ya-share2__icon:hover:before {
    background-position: -.2em -342.2em;
    width: 1.5em;
    height: 1.9em
}

.main-banner .ya-share2 ul.ya-share2__list:not(.list-reset):not(.list-unstyled) li.ya-share2__item_service_linkedin .ya-share2__icon:hover:before {
    background-position: -.2em -371em;
    width: 1.7em;
    height: 1.6em
}

.main-banner .ya-share2 ul.ya-share2__list:not(.list-reset):not(.list-unstyled) li.ya-share2__item_service_lj .ya-share2__icon:hover:before {
    background-position: -.2em -387.3em;
    width: 1.6969em;
    height: 1.6969999999999998em
}

.main-banner .ya-share2 ul.ya-share2__list:not(.list-reset):not(.list-unstyled) li.ya-share2__item_service_pinterest .ya-share2__icon:hover:before {
    background-position: -.2em -403.8em;
    width: 1.2em;
    height: 1.597em
}

.main-banner .ya-share2 ul.ya-share2__list:not(.list-reset):not(.list-unstyled) li.ya-share2__item_service_pocket .ya-share2__icon:hover:before {
    background-position: -.2em -412.09999999999997em;
    width: 1.8em;
    height: 1.7em
}

.main-banner .ya-share2 ul.ya-share2__list:not(.list-reset):not(.list-unstyled) li.ya-share2__item_service_qzone .ya-share2__icon:hover:before {
    background-position: -.2em -420.5em;
    width: 1.8em;
    height: 1.7em
}

.main-banner .ya-share2 ul.ya-share2__list:not(.list-reset):not(.list-unstyled) li.ya-share2__item_service_reddit .ya-share2__icon:hover:before {
    background-position: -.2em -428.59999999999997em;
    width: 1.6em;
    height: 1.6em
}

.main-banner .ya-share2 ul.ya-share2__list:not(.list-reset):not(.list-unstyled) li.ya-share2__item_service_renren .ya-share2__icon:hover:before {
    background-position: -.2em -437.2em;
    width: 1.8em;
    height: 1.8em
}

.main-banner .ya-share2 ul.ya-share2__list:not(.list-reset):not(.list-unstyled) li.ya-share2__item_service_sinaWeibo .ya-share2__icon:hover:before {
    background-position: -.2em -519em;
    width: 2.3em;
    height: 2em
}

.main-banner .ya-share2 ul.ya-share2__list:not(.list-reset):not(.list-unstyled) li.ya-share2__item_service_surfingbird .ya-share2__icon:hover:before {
    background-position: -.2em -446em;
    width: 2.1em;
    height: 1.8em
}

.main-banner .ya-share2 ul.ya-share2__list:not(.list-reset):not(.list-unstyled) li.ya-share2__item_service_tencentWeibo .ya-share2__icon:hover:before {
    background-position: -.2em -491.5em;
    width: 2.2em;
    height: 1.9em
}

.main-banner .ya-share2 ul.ya-share2__list:not(.list-reset):not(.list-unstyled) li.ya-share2__item_service_tumblr .ya-share2__icon:hover:before {
    background-position: -.2em -464.2em;
    width: 1.2em;
    height: 2em
}

.main-banner .wrap-full {
    position: absolute;
    left: 50%;
    width: 10000px;
    top: -80px;
    bottom: -100px;
    background: #7783a0;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%)
}

.main-banner .wrap-pic {
    position: relative;
    height: 100%;
    width: 100%;
    margin: 0 auto;
    max-width: 1920px
}

.main-banner .bg {
    position: absolute;
    z-index: 2;
    height: 100%;
    width: 1920px;
    top: 0;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%)
}

.main-banner .bg:after, .main-banner .bg:before {
    content: '';
    display: block;
    position: absolute;
    position: absolute;
    width: 200px;
    height: 100%
}

.main-banner .bg:before {
    top: 0;
    left: -1px;
    background: linear-gradient(to right, #7783a0 0, rgba(119, 131, 160, 0) 100%)
}

.main-banner .bg:after {
    top: 0;
    right: -1px;
    background: linear-gradient(to right, rgba(119, 131, 160, 0) 0, #7783a0 100%)
}

.main-banner .view {
    position: relative;
    z-index: 1;
    height: 100%;
    width: 100%;
    overflow: hidden;
    opacity: .2;
    transition: opacity 1s ease
}

.main-banner .view video {
    position: absolute;
    min-width: 100%;
    min-height: 100%;
    width: auto;
    height: auto;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%)
}

.main-banner .view img {
    position: absolute;
    display: block;
    max-width: none;
    width: auto;
    min-height: 100%;
    min-width: 100%;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%)
}

.main-banner .wrap-news {
    position: relative;
    z-index: 2
}

.main-banner .news {
    padding-top: 40px
}

.main-banner .news .news-body {
    min-height: 230px
}

.main .main-banner .news .news-body {
    min-height: 160px
}

.main-banner .news .news-footer {
    padding-bottom: 30px;
    min-height: 70px
}

.main .main-banner .news .news-footer {
    padding-bottom: 10px;
    min-height: 50px
}

.main-banner .news .description {
    color: #f5bf00;
    line-height: 1;
    font-size: 14px;
    margin-bottom: 20px;
    text-decoration: none
}

.inner .main-banner .news .description {
    float: right
}

.main-banner .news .description a {
    color: #f5bf00;
    text-decoration: none
}

.main-banner .news .description .sep {
    margin-left: 10px;
    margin-right: 10px
}

.main-banner .news .shock-label {
    line-height: 1.2;
    font-size: 16px
}

.main-banner .news .shock-label span {
    display: inline-block;
    text-transform: uppercase;
    font-family: NotoSans-Bold, Helvetica, Arial, sans-serif;
    color: #fff;
    background: #232937;
    position: relative
}

.main-banner .news .shock-label span:first-child {
    padding: 10px 14px 10px
}

.main-banner .news .shock-label span:last-child {
    padding: 0 14px 8px;
    top: -6px
}

.main-banner .news .text {
    position: relative;
    margin-bottom: 20px
}

.main-banner .news .text.long .h1, .main-banner .news .text.long .h2, .main-banner .news .text.long .h3, .main-banner .news .text.long .h4, .main-banner .news .text.long h1, .main-banner .news .text.long h2, .main-banner .news .text.long h3, .main-banner .news .text.long h4, .main-banner .news .text.long > a, .main-banner .news .text.long > span {
    font-size: 28px;
    line-height: 1.2
}

.main-banner .news .text .h1, .main-banner .news .text .h2, .main-banner .news .text .h3, .main-banner .news .text .h4, .main-banner .news .text h1, .main-banner .news .text h2, .main-banner .news .text h3, .main-banner .news .text h4, .main-banner .news .text > a, .main-banner .news .text > span {
    margin: 0;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    text-overflow: ellipsis;
    text-decoration: none;
    color: #fff;
    font-size: 38px;
    text-transform: uppercase;
    font-family: NotoSans-Bold, Helvetica, Arial, sans-serif;
    line-height: 1.2;
    overflow: hidden
}

.main-banner .news .text > a:hover {
    color: #ffce20;
    text-overflow: ellipsis
}

.main-banner .news .text .conf-mark {
    vertical-align: top;
    top: 10px
}

.main-banner .news .text.indexes {
    padding-left: 60px
}

.main-banner .news .text.indexes .icon {
    position: absolute;
    top: 50%;
    left: 0;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%)
}

.main-banner .news .text.indexes .icon img {
    position: relative;
    display: block;
    max-height: 48px;
    max-width: 48px
}

.main-banner .news .subtext {
    color: #fff;
    font-size: 16px;
    line-height: 1.4;
    overflow: hidden;
    max-height: 4.2em;
    margin-bottom: 30px
}

.main-banner .news .quote {
    overflow: hidden;
    color: #fff;
    font-size: 16px;
    line-height: 36px;
    font-family: NotoSerif-Italic, Helvetica, Arial, sans-serif
}

.main-banner .news .tag {
    display: block;
    float: left;
    text-decoration: none;
    color: #fff;
    background: rgba(72, 120, 218, .8);
    font-size: 14px;
    font-family: NotoSans-Regular, Helvetica, Arial, sans-serif;
    padding: 0 20px;
    border-radius: 3px;
    line-height: 36px;
    height: 36px
}

.main-banner .news .tag:hover {
    background: rgba(35, 41, 55, .5)
}

.main-banner .news .control {
    position: relative;
    float: right;
    margin: 0 -8px;
    margin-left: 50px;
    padding-top: 9px
}

.main-banner .news .control:before {
    content: ' ';
    display: inline-block;
    font-size: 10px;
    background-image: url(../images/sprite_svg.svg?38780);
    background-repeat: no-repeat;
    background-size: 6.8em 846.7em;
    background-position: -.2em -288.09999999999997em;
    width: 1.809em;
    height: 2.091em;
    display: none;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%)
}

.no-svg .main-banner .news .control:before {
    background-image: url(../images/sprite_svg.png?38780)
}

.main-banner .news .control .drop-actions .label {
    font-size: 14px;
    color: #fff;
    line-height: 1.3;
    padding: 0 8px;
    float: left;
    position: relative
}

.main-banner .news .control .drop-actions .wrap_i {
    overflow: hidden
}

.main-banner .news .control .drop-actions .sh-list a {
    display: block;
    padding: 7px;
    transition: none;
    float: left
}

.main-banner .news .conf-notification {
    overflow: hidden;
    text-align: left;
    height: 36px;
    line-height: 38px
}

.main-banner .news .conf-notification .notification-list:before {
    background-position: -.2em -184.7em;
    width: 1.7em;
    height: 1.7em
}

.main-banner .news .conf-notification .link-item a {
    color: #fff;
    border-color: rgba(255, 255, 255, .5)
}

.main-banner .news .conf-notification .link-item a:hover {
    color: #f5bf00;
    border-color: rgba(245, 191, 0, .5)
}

.banner-on .main-banner .wrap-full {
    bottom: 0
}

.today-mob {
    position: relative;
    background: #4878da;
    margin-left: -10px;
    margin-right: -10px;
    padding-left: 10px;
    padding-right: 10px
}

.today-mob:before {
    content: '';
    display: block;
    position: absolute;
    top: 100%;
    left: 0;
    width: 100%;
    height: 150px;
    background: #4878da
}

.today-mob .acc-link {
    position: relative;
    display: block;
    color: #f5bf00;
    text-decoration: none;
    font-size: 14px;
    padding: 14px 30px 12px 10px
}

.today-mob .acc-link.collapsed:before {
    -webkit-transform: translateY(-50%) rotate(0);
    transform: translateY(-50%) rotate(0)
}

.today-mob .acc-link:before {
    content: ' ';
    display: inline-block;
    font-size: 10px;
    background-image: url(../images/sprite_svg.svg?38780);
    background-repeat: no-repeat;
    background-size: 6.8em 846.7em;
    background-position: -.2em -80.60000000000001em;
    width: .9em;
    height: 1.3em;
    display: block;
    position: absolute;
    top: 50%;
    right: 10px;
    -webkit-transform: translateY(-50%) rotate(180deg);
    transform: translateY(-50%) rotate(180deg);
    transition: -webkit-transform .2s ease;
    transition: transform .2s ease;
    transition: transform .2s ease, -webkit-transform .2s ease
}

.no-svg .today-mob .acc-link:before {
    background-image: url(../images/sprite_svg.png?38780)
}

.today-mob .acc-body {
    padding: 10px 0 20px
}

.today-mob .btn-wrap {
    text-align: center;
    padding-top: 10px;
    padding-bottom: 10px
}

.today-mob .btn-close {
    position: relative;
    padding-top: 15px;
    border: none;
    color: #fff;
    outline: 0;
    background: 0 0;
    font-size: 16px
}

.today-mob .btn-close:hover {
    opacity: .8
}

.today-mob .btn-close:before {
    content: ' ';
    display: inline-block;
    font-size: 10px;
    background-image: url(../images/sprite_svg.svg?38780);
    background-repeat: no-repeat;
    background-size: 6.8em 846.7em;
    background-position: -.2em -82.3em;
    width: .9em;
    height: 1.3em;
    display: block;
    position: absolute;
    top: 0;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%)
}

.no-svg .today-mob .btn-close:before {
    background-image: url(../images/sprite_svg.png?38780)
}

.today-mob .news-card:not(.quote):not(.question) {
    box-shadow: none
}

.today-mob .news-card:not(.quote):not(.question) .wrap-text {
    background: 0 0
}

.today-mob .news-card:not(.quote):not(.question) .type .type-txt {
    color: #fff
}

.today-mob .news-card:not(.quote):not(.question) .type .type-txt:before {
    background: #fff
}

.today-mob .news-card:not(.quote):not(.question) .card-header .control:hover .icon:before {
    background-position: -.2em -297.7em;
    width: 1.809em;
    height: 2.091em
}

.today-mob .news-card:not(.quote):not(.question) .card-header .icon:before {
    content: ' ';
    display: inline-block;
    font-size: 10px;
    background-image: url(../images/sprite_svg.svg?38780);
    background-repeat: no-repeat;
    background-size: 6.8em 846.7em;
    background-position: -.2em -288.09999999999997em;
    width: 1.809em;
    height: 2.091em;
    display: block;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%)
}

.no-svg .today-mob .news-card:not(.quote):not(.question) .card-header .icon:before {
    background-image: url(../images/sprite_svg.png?38780)
}

.today-mob .news-card:not(.quote):not(.question) .card-body .title > a {
    color: #fff;
    font-family: NotoSans-Regular, Helvetica, Arial, sans-serif
}

.today-mob .news-card:not(.quote):not(.question) .card-body .description {
    display: block;
    color: #fff;
    min-height: inherit;
    max-height: none
}

.main-news-section {
    background-color: #fff;
    padding: 30px;
    border-radius: 3px;
    box-shadow: 0 1px 2px 0 rgba(102, 102, 102, .15);
    position: relative;
    margin-bottom: 20px;
    overflow: hidden
}

.main-news-section .main-article {
    border: 20px solid #eff0f2;
    border-radius: 3px;
    padding: 60px;
    margin-right: 10px;
    transition: opacity .3s ease;
    background-size: cover;
    background-repeat: no-repeat;
}

.main-news-section .main-article.init {
    opacity: 1
}

.main-news-section .main-article .shock-label {
    float: right
}

.main-news-section .main-article a:hover h3 {
    color: #4878da
}

.main-news-section .main-article .title h3 {
    margin-top: 15px;
    margin-bottom: 20px;
    text-decoration: none;
    color: #232937;
    font-size: 20px;
    text-transform: none;
    overflow: hidden;
    transition: all .15s ease-in
}

.main-news-section .article {
    margin-bottom: 30px;
    position: relative;
    min-height: 139px
}

.main-news-section .article a:hover h3 {
    color: #4878da
}

.main-news-section .article .content .shock-label {
    float: right;
    font-size: 10px;
    padding: 3px 5px
}

.main-news-section .article .title h3 {
    margin-top: 10px;
    margin-bottom: 15px;
    text-decoration: none;
    color: #232937;
    font-size: 16px;
    text-transform: none;
    overflow: hidden;
    transition: all .15s ease-in
}

.main-news-section .article .date {
    float: left
}

.main-news-section .content a {
    text-decoration: none
}

.main-news-section .content .addition {
    font-size: 13px;
    color: #4878da;
    line-height: 1;
    overflow: hidden
}

.main-news-section .content .date {
    font-size: 12px;
    color: #98999c;
    float: left
}

.entry-row {
    margin-bottom: 20px
}

.entry-row .news-card .description, .entry-row .news-card .description a {
    color: #4878da;
    font-family: NotoSans-Regular;
    font-size: 13px;
    text-decoration: none
}

.entry-row .news-card .card-content, .entry-row .news-card .wrap-text {
    height: 100%
}

.entry-row .news-card.no-footer .description, .entry-row .news-card.no-footer.vertical .description {
    max-height: 100%;
    min-height: 100%
}

.entry-row .news-card .card-body .description {
    margin-bottom: 0;
    padding-bottom: 18px
}

.grid-news {
    margin-bottom: 30px
}
div[id^="yandex_rtb_"] ~ .grid-news {
    margin-top: 20px;
}


.news-list {
    background: #fff;
    box-shadow: 0 1px 2px 0 rgba(102, 102, 102, .15);
    transition: box-shadow .3s ease;
    border-radius: 4px
}

.news-list .differ-title {
    padding: 28px 25px 24px;
    border-bottom: 1px solid #e1e5f0
}

.news-list .differ-title .wrap-link {
    float: right;
    margin-left: 40px
}

.news-list .differ-title .wrap-link a {
    display: block;
    line-height: 28px;
    text-decoration: none;
    font-size: 14px;
    color: #3a5896
}

.news-list .differ-title .wrap-link a:hover {
    color: #5f7ec1
}

.news-list .differ-title .g-title {
    font-size: 24px;
    text-transform: uppercase;
    font-family: Xenia-Extended, Helvetica, Arial, sans-serif;
    line-height: 28px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis
}

.news-list .item-wrap + .item-wrap {
    border-top: 1px solid #e1e5f0
}

.news-list .item-wrap:last-child .item-footer {
    border-bottom-left-radius: 4px;
    border-bottom-right-radius: 4px
}

.news-list .item {
    position: relative;
    padding: 30px 0 30px 25px;
    height: 187px
}

.news-list .item-footer {
    background: #fafafa;
    border-top: 1px solid #e1e5f0
}

.news-list .item-footer .addition {
    padding: 10px 25px;
    font-size: 13px;
    color: #a8a9ab;
    line-height: 1.2
}

.news-list .item-footer .addition:after {
    content: '';
    display: block;
    width: 100%;
    height: 0;
    clear: both
}

.news-list .item-footer .addition + .addition {
    border-top: 1px solid #e1e5f0
}

.news-list .item-footer .time {
    float: left;
    margin-right: 8px;
    min-width: 105px
}

.news-list .item-footer .ttl {
    overflow: hidden
}

.news-list .item-footer .ttl a {
    display: block;
    color: #3a5896;
    text-decoration: none
}

.news-list .item-footer .ttl a:hover {
    color: #4878da
}

.news-list .control:hover .icon span, .news-list .control:hover .icon span:after, .news-list .control:hover .icon span:before {
    background: #4878da
}

.news-list .control .icon {
    position: absolute;
    top: 5px;
    right: 5px;
    height: 30px;
    width: 28px;
    cursor: pointer;
    border-radius: 2px
}

.news-list .control .icon span {
    display: block;
    position: absolute;
    top: 50%;
    left: 50%;
    margin-left: -2px;
    margin-top: -2px
}

.news-list .control .icon span:after, .news-list .control .icon span:before {
    content: '';
    display: block;
    position: absolute;
    left: 0
}

.news-list .control .icon span:before {
    bottom: 100%;
    margin-bottom: 3px
}

.news-list .control .icon span:after {
    top: 100%;
    margin-top: 3px
}

.news-list .control .icon span, .news-list .control .icon span:after, .news-list .control .icon span:before {
    width: 5px;
    height: 5px;
    background: #e1e1e1;
    border-radius: 50%
}

.news-list .control .drop-actions {
    display: none
}

.news-list .wrap-pic {
    position: relative;
    float: right;
    margin-left: 40px;
    height: 126px;
    width: 210px;
    overflow: hidden
}

.news-list .wrap-pic a {
    position: absolute;
    display: block;
    right: 0;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    max-width: 100%;
    max-height: 100%
}

.news-list .wrap-pic a.hover:before, .news-list .wrap-pic a:hover:before {
    opacity: .5
}

.news-list .wrap-pic a:before {
    content: '';
    display: block;
    position: absolute;
    z-index: 2;
    height: 100%;
    width: 100%;
    background: #4878da;
    opacity: 0;
    transition: opacity .2s ease;
    will-change: opacity
}

.news-list .wrap-pic a img {
    position: relative;
    z-index: 1;
    display: block;
    max-width: 100%;
    max-height: 100%
}

.news-list .wrap-text {
    overflow: hidden;
    position: relative
}

.news-list .wrap-text .shock-label {
    font-size: 12px;
    float: right;
    padding: 3px 5px
}

.news-list .date {
    font-size: 13px;
    line-height: 1.2;
    color: #a8a9ab;
    margin-bottom: 10px
}

.news-list .title {
    line-height: 1
}

.news-list .title a {
    display: inline-block;
    text-decoration: none;
    color: #232937;
    font-family: NotoSans-Bold, Helvetica, Arial, sans-serif;
    font-size: 16px;
    line-height: 1.3;
    max-height: 3.9em;
    overflow: hidden
}

.news-list .title a.hover, .news-list .title a:hover {
    color: #4878da
}

.news-list .sub-news {
    position: relative;
    padding-left: 55px;
    margin-top: 10px
}

.news-list .sub-news .count {
    position: absolute;
    top: 50%;
    left: 0;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    font-size: 14px;
    color: #3a5896;
    line-height: 1
}

.news-list .sub-news .count:after {
    content: ' ';
    display: inline-block;
    font-size: 10px;
    background-image: url(../images/sprite_svg.svg?38780);
    background-repeat: no-repeat;
    background-size: 6.8em 846.7em;
    background-position: -.2em -539em;
    width: 1.7em;
    height: 1.6em;
    display: inline-block;
    vertical-align: middle;
    margin-left: 5px
}

.no-svg .news-list .sub-news .count:after {
    background-image: url(../images/sprite_svg.png?38780)
}

.news-list .sub-news .count span {
    display: inline-block;
    vertical-align: middle
}

.news-list .sub-news .ttl a {
    display: block;
    text-decoration: none;
    font-size: 13px;
    color: #3a5896;
    line-height: 1.2;
    max-height: 2.4em;
    overflow: hidden
}

.news-list .sub-news .ttl a:hover {
    color: #5f7ec1
}

.news-list .sub-news .ttl .time {
    margin-right: 8px
}

.news-list .wrap-btn {
    text-align: center;
    padding-top: 10px
}

.grid-news .wrap-btn {
    width: 100%;
    text-align: right;
}

.news-list .wrap-btn a {
    display: inline-block;
    font-size: 14px;
    text-decoration: none;
    line-height: 22px
}

.news-list.no-pic .item {
    height: auto;
    padding: 15px 25px
}

.news-list.no-pic .wrap-pic {
    display: none
}

.news-list.no-pic .title a {
    max-height: none
}

.news-list-short {
    border-top: 1px solid #e1e5f0;
    border-bottom: 1px solid #e1e5f0;
    margin-bottom: 20px
}

.news-list-short .item {
    padding: 12px 0;
    font-size: 13px;
    color: #888;
    line-height: 1.2
}

.news-list-short .item:after {
    content: '';
    display: block;
    width: 100%;
    height: 0;
    clear: both
}

.news-list-short .item + .item {
    border-top: 1px solid #e1e5f0
}

.news-list-short .time {
    float: left;
    margin-right: 8px
}

.news-list-short .ttl {
    overflow: hidden
}

.news-list-short .ttl a:not(.comment-notify) {
    color: #222;
    text-decoration: none;
    margin-right: 10px
}

.news-list-short .ttl a:not(.comment-notify):hover {
    color: #3a5896
}

.date-comment-cnt {
    line-height: 1;
    margin-top: 4px
}

.date-comment-cnt .comment-notify {
    line-height: 1.5
}

.sl-in-news {
    position: absolute;
    z-index: 2;
    top: 30px;
    right: 40px;
    width: 40%;
    height: 300px
}

.sl-in-news .wrap {
    height: 100%;
    opacity: 1;
    transition: opacity .3s ease
}

.sl-in-news .wrap.not-init {
    opacity: 0
}

.sl-in-news .wrap.not-init .slide:not(:first-child) {
    display: none
}

.sl-in-news .wrap.not-init .slide {
    width: 100%
}

.sl-in-news .caroufredsel_wrapper {
    height: 100% !important
}

.sl-in-news .slider {
    height: 100% !important
}

.sl-in-news .slide {
    position: relative;
    float: left;
    height: 100% !important
}

.sl-in-news .slide .pic {
    display: block;
    position: relative;
    height: 100%;
    width: 100%
}

.sl-in-news .slide .pic img {
    display: block;
    position: absolute;
    max-width: 100%;
    max-height: 100%;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%)
}

.news-card-slider {
    position: relative;
    box-shadow: 0 1px 2px 0 rgba(102, 102, 102, .15);
    transition: box-shadow .3s ease;
    background: #fff;
    border-radius: 4px;
    height: 563px;
    overflow: hidden
}

.news-card-slider .news-wrap-inner {
    display: block;
    text-decoration: none;
    position: relative
}

.news-card-slider a.news-wrap-inner:hover .pic-wrap img {
    opacity: .6
}

.news-card-slider .pic-wrap {
    position: relative;
    z-index: 1;
    background: #4878da;
    overflow: hidden
}

.news-card-slider .pic-wrap img {
    position: relative;
    display: block;
    opacity: 1;
    transition: opacity .2s ease;
    will-change: opacity
}

.news-card-slider .bg-wrap {
    position: absolute;
    width: 100%;
    height: 100%;
    z-index: 1;
    top: 0;
    left: 0;
    background: linear-gradient(to right, #a435ff 0, #8c21e3 100%)
}

.news-card-slider .slider-wrap {
    position: absolute;
    z-index: 2;
    display: block;
    text-decoration: none;
    height: 80%;
    width: 40%;
    right: 5%;
    top: 10%
}

.news-card-slider .slider-wrap.not-init .slide {
    width: 100%
}

.news-card-slider .slider-wrap.not-init .slide + .slide {
    display: none
}

.news-card-slider .slider-wrap.not-init .slide .pic, .news-card-slider .slider-wrap.not-init .slide .text-wrap {
    opacity: 0
}

.news-card-slider .slider-wrap.not-init .sl-pagination {
    opacity: 0
}

.news-card-slider:not(.full) .caroufredsel_wrapper {
    height: 100% !important
}

.news-card-slider:not(.full) .text-wrap {
    position: relative;
    z-index: 2;
    float: left;
    width: 55%;
    padding-left: 5%;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    opacity: 1;
    transition: opacity .4s ease;
    font-size: 16px;
    color: #fff;
    line-height: 1.3
}

.news-card-slider:not(.full) .text-wrap .lead {
    color: #f0bf76;
    line-height: 1.3;
    font-size: 22px;
    margin: 0 0 1em;
    letter-spacing: 1px
}

.news-card-slider:not(.full) .text-wrap .ttl {
    font-size: 32px;
    font-family: NotoSans-Bold, Helvetica, Arial, sans-serif;
    letter-spacing: 1px
}

.news-card-slider:not(.full) .text-wrap .ttl a {
    color: #fff;
    text-decoration: none
}

.news-card-slider:not(.full) .text-wrap a {
    color: #f5bf00
}

.news-card-slider:not(.full) .text-wrap a:hover {
    color: #ffce20
}

.news-card-slider .slider {
    height: 100% !important
}

.news-card-slider .slide {
    position: relative;
    float: left;
    height: 100% !important
}

.news-card-slider .slide .pic {
    display: block;
    position: relative;
    height: 100%;
    width: 100%;
    opacity: 1;
    transition: opacity .4s ease
}

.news-card-slider .slide .pic img {
    display: block;
    position: absolute;
    max-width: 100%;
    max-height: 100%;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%)
}

.news-card-slider .sl-pagination {
    position: absolute;
    z-index: 2;
    opacity: 1;
    transition: opacity .4s ease;
    bottom: 20px;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%)
}

.news-card-slider .sl-pagination:after {
    content: '';
    display: block;
    width: 100%;
    height: 0;
    clear: both
}

.news-card-slider .sl-pagination span {
    display: block;
    background: #f1f1f1;
    width: 10px;
    height: 10px;
    float: left;
    margin: 0 5px;
    border-radius: 50%;
    box-shadow: 0 1px 10px rgba(0, 0, 0, .3);
    cursor: pointer
}

.news-card-slider .sl-pagination span.selected {
    background: #4878da
}

.news-card-slider.full .slider-wrap {
    position: relative;
    z-index: 1;
    height: 100%;
    width: 100%;
    right: auto;
    top: auto
}

.news-card-slider.full .slide {
    background: linear-gradient(to right, #fcc400 0, #ffd800 100%);
    height: 100%
}

.news-card-slider.full .text-wrap {
    position: relative;
    float: left;
    width: 55%;
    padding-left: 10%;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    opacity: 1;
    transition: opacity .4s ease
}

.news-card-slider.full .pic-link {
    position: relative;
    display: block;
    text-decoration: none;
    float: left;
    width: 40%;
    height: 100%
}

.news-card-slider.full .pic-link img {
    position: absolute;
    display: block;
    max-width: 100%;
    max-height: 100%;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%)
}

.news-card-slider.full .s-title {
    font-size: 24px;
    text-transform: uppercase;
    font-family: NotoSans-Bold, Helvetica, Arial, sans-serif;
    line-height: 1.2;
    margin-bottom: 20px
}

.news-card-slider.full .s-title a {
    display: inline-block;
    color: #4878da;
    text-decoration: none
}

.news-card-slider.full .s-title a:hover {
    color: #6797f9
}

.news-card-slider.full .s-description {
    color: #4878da;
    line-height: 1.4;
    margin-bottom: 20px
}

.news-conf-slider {
    position: relative;
    box-shadow: 0 1px 2px 0 rgba(102, 102, 102, .15);
    transition: box-shadow .3s ease;
    background: #fff;
    border-radius: 4px;
    height: 563px
}

.news-conf-slider .pic-wrap {
    display: block;
    text-decoration: none;
    position: relative;
    height: 290px;
    border-radius: 4px 4px 0 0;
    background: #3a5896
}

.news-conf-slider .pic-wrap:hover .bg {
    opacity: .5
}

.news-conf-slider .pic-wrap .bg {
    position: absolute;
    z-index: 1;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    overflow: hidden;
    border-radius: 4px 4px 0 0;
    background: linear-gradient(45deg, #4b79d8 0, #8a5a92 100%);
    transition: opacity .2s ease
}

.news-conf-slider .pic-wrap .bg img {
    display: block;
    position: absolute;
    top: 50%;
    left: 50%;
    min-width: 100%;
    min-height: 100%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%)
}

.news-conf-slider .pic-wrap .type {
    position: absolute;
    z-index: 2;
    width: 290px;
    text-align: center;
    overflow: hidden;
    -webkit-transform: rotate(-90deg);
    transform: rotate(-90deg);
    -webkit-transform-origin: left bottom 0;
    transform-origin: left bottom 0;
    left: 100%;
    bottom: 0;
    height: 40px;
    line-height: 40px
}

.news-conf-slider .pic-wrap .type .type-txt {
    position: relative;
    display: inline-block;
    font-size: 13px;
    color: #f5bf00;
    white-space: nowrap;
    letter-spacing: .4px;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    padding: 0 10px
}

.news-conf-slider .pic-wrap .type .type-txt:before {
    content: '';
    display: block;
    width: 600%;
    height: 1px;
    background: #fc0;
    position: absolute;
    top: 50%;
    right: 100%;
    margin-top: 1px
}

.news-conf-slider .pic-wrap .text-wrap {
    position: relative;
    z-index: 3;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    margin: 0 40px 0 30px
}

.news-conf-slider .pic-wrap .conf-logo {
    position: absolute;
    top: 50%;
    left: 0;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    width: 110px;
    height: 110px;
    background: #fff;
    border-radius: 50%
}

.news-conf-slider .pic-wrap .conf-logo img {
    display: block;
    position: absolute;
    z-index: 1;
    max-width: 100%;
    max-height: 100%;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%)
}

.news-conf-slider .pic-wrap .date {
    position: absolute;
    z-index: 2;
    right: 0;
    top: 100%;
    width: 64px;
    height: 64px;
    line-height: 64px;
    margin-top: -32px;
    border-radius: 50%;
    background: #eff0f2;
    text-align: center;
    box-shadow: 0 1px 10px rgba(0, 0, 0, .3)
}

.news-conf-slider .pic-wrap .date .date-wrap {
    position: relative;
    display: inline-block;
    vertical-align: middle;
    line-height: 1;
    top: -1px
}

.news-conf-slider .pic-wrap .date .number {
    color: #4878da;
    font-family: NotoSans-Bold, Helvetica, Arial, sans-serif;
    font-size: 28px;
    line-height: 1
}

.news-conf-slider .pic-wrap .date .month {
    color: #4878da;
    font-size: 14px
}

.news-conf-slider .pic-wrap .description, .news-conf-slider .pic-wrap .title {
    margin-left: 140px
}

.news-conf-slider .pic-wrap .title {
    margin-bottom: 10px
}

.news-conf-slider .pic-wrap .title a, .news-conf-slider .pic-wrap .title span {
    display: inline-block;
    font-size: 18px;
    color: #fff;
    text-decoration: none;
    line-height: 1.3;
    font-family: NotoSans-Bold, Helvetica, Arial, sans-serif
}

.news-conf-slider .pic-wrap .title a {
    transition: color .2s ease
}

.news-conf-slider .pic-wrap .title a:hover {
    color: #ffce20
}

.news-conf-slider .pic-wrap .description {
    line-height: 1.4;
    font-size: 13px;
    color: #d5d3d3
}

.news-conf-slider .slider-wrap {
    position: relative;
    z-index: 1
}

.news-conf-slider .slider-wrap.not-init .slide {
    width: 33.33%
}

.news-conf-slider .slider-wrap.not-init .slide + .slide:not(:nth-child(2)):not(:nth-child(3)) {
    display: none
}

.news-conf-slider .slider {
    position: relative
}

.news-conf-slider .slide {
    padding: 20px;
    float: left;
    height: 240px
}

.news-conf-slider .slide .date {
    margin-bottom: 10px
}

.news-conf-slider .slide .date .number {
    font-family: NotoSans-Bold, Helvetica, Arial, sans-serif;
    color: #4878da;
    font-size: 30px;
    line-height: 1
}

.news-conf-slider .slide .date .month {
    font-size: 13px;
    color: #4878da;
    line-height: 1
}

.news-conf-slider .slide .ttl {
    margin-bottom: 10px
}

.news-conf-slider .slide .ttl a, .news-conf-slider .slide .ttl span:not(.conf-mark) {
    display: inline-block;
    vertical-align: middle;
    text-decoration: none;
    font-size: 14px;
    color: #232937;
    line-height: 1.3;
    font-family: NotoSans-Bold, Helvetica, Arial, sans-serif;
    overflow: hidden;
    max-height: 6.5em
}

.news-conf-slider .slide .ttl a {
    transition: color .2s ease
}

.news-conf-slider .slide .ttl a:hover {
    color: #4878da
}

.news-conf-slider .slide .ttl .conf-mark {
    vertical-align: top
}

.news-conf-slider .slide .description {
    line-height: 1.3;
    font-size: 13px;
    color: #98999c
}

.news-conf-slider .control-wrap {
    position: absolute;
    z-index: 2;
    bottom: 0;
    right: 0;
    width: 100%;
    text-align: right;
    line-height: 1;
    padding: 0 20px;
    height: 40px
}

.news-conf-slider .control-wrap.not-init .next, .news-conf-slider .control-wrap.not-init .prev {
    display: none
}

.news-conf-slider .next, .news-conf-slider .prev {
    position: relative;
    display: inline-block;
    vertical-align: top;
    width: 30px;
    height: 40px;
    border: none;
    background: 0 0
}

.news-conf-slider .next:before, .news-conf-slider .prev:before {
    content: ' ';
    display: inline-block;
    font-size: 10px;
    background-image: url(../images/sprite_svg.svg?38780);
    background-repeat: no-repeat;
    background-size: 6.8em 846.7em;
    display: block;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%)
}

.no-svg .news-conf-slider .next:before, .no-svg .news-conf-slider .prev:before {
    background-image: url(../images/sprite_svg.png?38780)
}

.news-conf-slider .prev:before {
    background-position: -.2em -308.09999999999997em;
    width: 1.425em;
    height: 1.1125em
}

.news-conf-slider .prev:hover:before {
    background-position: -.2em -309.7em;
    width: 1.425em;
    height: 1.1125em
}

.news-conf-slider .next:before {
    background-position: -.2em -304.9em;
    width: 1.4em;
    height: 1.1031em
}

.news-conf-slider .next:hover:before {
    background-position: -.2em -306.5em;
    width: 1.4em;
    height: 1.1031em
}

.mood-hero {
    position: relative;
    padding: 50px 0;
    margin-bottom: 50px
}

.mood-hero__inner {
    position: relative
}

.mood-hero .heading {
    max-width: 500px;
    margin: 0 auto;
    margin-bottom: 40px
}

.mood-hero:before {
    content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 50%;
    width: 10000px;
    height: 100%;
    background: #4878da;
    margin-left: -5000px
}

.mood-hero .icons {
    position: relative;
    width: 65px;
    height: 65px
}

.mood-hero .title {
    font-family: Xenia-Extended, Helvetica, Arial, sans-serif;
    color: #fff;
    font-size: 24px;
    text-transform: uppercase;
    padding-left: 10px;
    line-height: 24px
}

.mood-hero .mood-icon {
    position: absolute;
    display: none
}

.mood-hero .mood-icon:before {
    content: ' ';
    display: inline-block;
    font-size: 10px;
    background-image: url(../images/sprite_svg.svg?38780);
    background-repeat: no-repeat;
    background-size: 6.8em 846.7em
}

.no-svg .mood-hero .mood-icon:before {
    background-image: url(../images/sprite_svg.png?38780)
}

.mood-hero .mood-icon.mood-1 {
    display: block
}

.mood-hero .mood-icon.mood-1:before {
    background-position: -.2em -604em;
    width: 5.3094em;
    height: 6.2em
}

.mood-hero .mood-icon.mood-2:before {
    background-position: -.2em -663.4000000000001em;
    width: 5.3094em;
    height: 6.2em
}

.mood-hero .mood-icon.mood-3:before {
    background-position: -.2em -670em;
    width: 5.3094em;
    height: 6.2em
}

.mood-hero .mood-icon.mood-4:before {
    background-position: -.2em -676.6em;
    width: 5.309em;
    height: 6.2em
}

.mood-hero .mood-icon.mood-6:before {
    background-position: -.2em -689.8000000000001em;
    width: 5.309em;
    height: 6.2em
}

.mood-hero .mood-icon.mood-7:before {
    background-position: -.2em -696.4000000000001em;
    width: 5.309em;
    height: 6.2em
}

.mood-hero .mood-icon.mood-8:before {
    background-position: -.2em -703em;
    width: 5.309em;
    height: 6.2em
}

.mood-hero .mood-icon.mood-9:before {
    background-position: -.2em -709.6em;
    width: 5.309em;
    height: 6.2em
}

.mood-hero .mood-icon.mood-10:before {
    background-position: -.2em -610.6em;
    width: 5.8em;
    height: 6.2em
}

.mood-hero .mood-icon.mood-11:before {
    background-position: -.2em -617.2em;
    width: 5.309em;
    height: 6.2em
}

.mood-hero .mood-icon.mood-12:before {
    background-position: -.2em -623.8000000000001em;
    width: 5.309em;
    height: 6.2em
}

.mood-hero .mood-icon.mood-13:before {
    background-position: -.2em -630.4000000000001em;
    width: 5.309em;
    height: 6.2em
}

.mood-hero .mood-icon.mood-14:before {
    background-position: -.2em -637em;
    width: 5.309em;
    height: 6.2em
}

.mood-hero .mood-icon.mood-15:before {
    background-position: -.2em -643.6em;
    width: 5.309em;
    height: 6.2em
}

.mood-hero .mood-icon.mood-16:before {
    background-position: -.2em -650.2em;
    width: 5.309em;
    height: 6.2em
}

.mood-hero .mood-icon.mood-17:before {
    background-position: -.2em -656.8000000000001em;
    width: 5.309em;
    height: 6.2em
}

.video-cite {
    height: 445px;
    border-radius: 3px;
    position: relative;
    overflow: hidden;
    z-index: 10
}

.video-cite .control .sharing {
    display: none
}

.video-cite:after {
    content: "";
    display: block;
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    height: 80px;
    background-image: linear-gradient(to top, #8e96a7, transparent);
    z-index: 11
}

.video-cite .share {
    position: absolute;
    right: 25px;
    top: 25px;
    z-index: 10;
    cursor: pointer
}

.video-cite .share span {
    font-size: 14px;
    color: #fc0;
    vertical-align: middle;
    margin-right: 15px;
    opacity: 0;
    display: inline-block;
    transition: all .15s ease-in;
    -webkit-transform: translateX(25px);
    transform: translateX(25px)
}

.video-cite .share:after {
    content: ' ';
    display: inline-block;
    font-size: 10px;
    background-image: url(../images/sprite_svg.svg?38780);
    background-repeat: no-repeat;
    background-size: 6.8em 846.7em;
    background-position: -.2em -288.09999999999997em;
    width: 1.809em;
    height: 2.091em;
    vertical-align: middle
}

.no-svg .video-cite .share:after {
    background-image: url(../images/sprite_svg.png?38780)
}

.video-cite .share:hover span {
    -webkit-transform: translateX(0);
    transform: translateX(0);
    opacity: 1
}

.video-cite .share:hover:after {
    background-position: -.2em -297.7em;
    width: 1.809em;
    height: 2.091em
}

.video-cite video {
    position: absolute;
    min-width: 100%;
    min-height: 100%;
    width: auto;
    height: auto;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    z-index: 9;
    opacity: .4
}

.video-cite .quote-wrap {
    position: absolute;
    z-index: 12;
    text-align: left;
    bottom: 25px;
    left: 25px;
    right: 25px
}

.video-cite .quote-wrap span {
    display: inline-block;
    padding: 12px 15px;
    background-color: #000;
    color: #fff;
    font-size: 18px;
    text-transform: uppercase
}

.video-cite .quote-wrap span.author {
    padding: 15px 12px;
    padding-top: 8px;
    font-family: NotoSerif-Italic;
    font-size: 14px;
    text-transform: none
}

.video-cite .quote-wrap .wrap-links {
    padding-top: 12px
}

.video-cite .quote-wrap .wrap-links .choice {
    float: left
}

.video-cite .quote-wrap .wrap-links .choice a, .video-cite .quote-wrap .wrap-links .choice span {
    position: relative;
    display: inline-block;
    vertical-align: top;
    text-decoration: none;
    font-size: 14px;
    color: #fff;
    line-height: 30px;
    height: 30px;
    transition: none
}

.video-cite .quote-wrap .wrap-links .choice a:hover {
    color: #f5bf00
}

.video-cite .quote-wrap .wrap-links .choice .minus, .video-cite .quote-wrap .wrap-links .choice .plus {
    padding-left: 30px
}

.video-cite .quote-wrap .wrap-links .choice .minus:before, .video-cite .quote-wrap .wrap-links .choice .plus:before {
    position: absolute;
    left: 0;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    margin-top: -1px
}

.video-cite .quote-wrap .wrap-links .choice .plus:before {
    content: ' ';
    display: inline-block;
    font-size: 10px;
    background-image: url(../images/sprite_svg.svg?38780);
    background-repeat: no-repeat;
    background-size: 6.8em 846.7em;
    background-position: -.2em -175.7em;
    width: 2.097em;
    height: 2em
}

.no-svg .video-cite .quote-wrap .wrap-links .choice .plus:before {
    background-image: url(../images/sprite_svg.png?38780)
}

.video-cite .quote-wrap .wrap-links .choice .plus:hover:before {
    background-position: -.2em -178.1em;
    width: 2.097em;
    height: 2em
}

.video-cite .quote-wrap .wrap-links .choice .minus:before {
    content: ' ';
    display: inline-block;
    font-size: 10px;
    background-image: url(../images/sprite_svg.svg?38780);
    background-repeat: no-repeat;
    background-size: 6.8em 846.7em;
    background-position: -.2em -129.7em;
    width: 2.1em;
    height: 2em;
    margin-top: 3px
}

.no-svg .video-cite .quote-wrap .wrap-links .choice .minus:before {
    background-image: url(../images/sprite_svg.png?38780)
}

.video-cite .quote-wrap .wrap-links .choice .minus:hover:before {
    background-position: -.2em -132.1em;
    width: 2.1em;
    height: 2em
}

.video-cite .quote-wrap .wrap-links .choice span.sep {
    width: 1px;
    background: #fff;
    margin: 0 25px;
    padding: 0
}

.a-banner.last img {
    margin-bottom: 0
}

.a-banner img {
    max-width: 100%
}

.news-card.poll .wrapper {
    background-color: #facb24;
    padding: 20px;
    border-radius: 4px
}

.news-card.poll .wrap-text {
    background-color: #f5bf00;
    height: 500px;
    border-radius: 0
}

.news-card.poll .wrap-text .media {
    padding-top: 30px;
    margin-bottom: 20px
}

.news-card.poll .type {
    bottom: 20px;
    left: 95%
}

.news-card.poll button {
    float: left;
    margin-right: 25px
}

.news-card.poll .wrap-links {
    float: right;
    margin-top: 12px
}

.news-card.poll .own-answer {
    float: left;
    margin-top: 6px
}

.news-card.poll .own-answer a {
    color: #86520f;
    font-size: 14px
}

.news-card.poll .own-answer a:hover {
    text-decoration: none
}

.news-card.poll .type-txt {
    color: #fff
}

.news-card.poll .type-txt:before {
    background-color: #fff
}

.news-card.poll .card-content {
    height: 425px
}

.news-card.poll .card-footer {
    border-top: none
}

.news-card.poll .card-body .title {
    color: #86520f;
    font-size: 16px;
    font-family: NotoSans-Bold;
    line-height: 24px
}

.news-card.poll .answer {
    margin-bottom: 10px
}

.news-card.poll .answer .option {
    color: #86520f;
    font-family: NotoSerif-Italic;
    font-size: 14px
}

.news-card.poll .answer .option span {
    display: inline-block;
    float: right
}

.news-card.poll .progress {
    background: #dead00;
    height: 7px;
    border-radius: 2px;
    box-shadow: none;
    margin-bottom: 20px
}

.news-card.poll .progress .progress-bar {
    box-shadow: none;
    background-color: #86520f;
    border-radius: 2px
}

.news-card.poll .control .icon span, .news-card.poll .control .icon span:after, .news-card.poll .control .icon span:before {
    background-color: #fff
}

.news-card.poll .radio {
    margin-bottom: 30px
}

.news-card.poll .radio label {
    font-family: NotoSerif-Italic;
    color: #86520f;
    font-size: 14px
}

.news-card.gift {
    box-shadow: none
}

.news-card.gift.no-holiday {
    border: 1px dashed #a7a7a7
}

.news-card.gift.no-holiday:hover {
    box-shadow: none
}

.news-card.gift.no-holiday .media-left .icon:before {
    content: ' ';
    display: inline-block;
    font-size: 10px;
    background-image: url(../images/sprite_svg.svg?38780);
    background-repeat: no-repeat;
    background-size: 6.8em 846.7em;
    background-position: -.2em -268.7em;
    width: 4.9030000000000005em;
    height: 5em
}

.no-svg .news-card.gift.no-holiday .media-left .icon:before {
    background-image: url(../images/sprite_svg.png?38780)
}

.news-card.gift.no-holiday .media-body p.text {
    font-size: 15px;
    font-family: NotoSans-Bold;
    color: #232937;
    margin-bottom: 0
}

.news-card.gift.no-holiday .card-body .media-body.last {
    width: auto;
    padding-top: 0
}

.news-card.gift.no-holiday .wrap-text {
    background: 0 0
}

.news-card.gift .wrap-text {
    background: url(../images/tmp/gift-card-bg.png) center center/cover no-repeat
}

.news-card.gift .card-content {
    width: 100%;
    height: 100%;
    display: table
}

.news-card.gift .card-body {
    padding: 0 25px;
    display: table-cell;
    vertical-align: middle
}

.news-card.gift .card-body .gift-text, .news-card.gift .card-body .info, .news-card.gift .card-body .num {
    opacity: 0
}

.news-card.gift .card-body h3 {
    color: #fff;
    text-transform: none;
    margin-bottom: 15px
}

.news-card.gift .card-body p.text {
    font-family: NotoSerif-Italic;
    font-size: 14px;
    color: #fff;
    line-height: 18px
}

.news-card.gift .card-body .btn.btn-white {
    background-color: #fff;
    color: #000;
    opacity: 1;
    transition: opacity .3s ease-in
}

.news-card.gift .card-body .btn.btn-white:hover {
    opacity: .8
}

.news-card.gift .card-body .media-left {
    padding-right: 25px
}

.news-card.gift .card-body .media-body.last {
    width: 220px;
    vertical-align: middle;
    padding-left: 30px;
    padding-top: 20px
}

.news-card.gift .card-body .media-body.last p.text {
    margin-bottom: 30px
}

.section-tops .title-icon {
    margin-bottom: 20px
}

.modal-add-holiday {
    text-align: center
}

.modal-add-holiday .modal-body {
    padding: 0 60px;
    padding-bottom: 30px
}

.modal-add-holiday .modal-body .form-group {
    margin-bottom: 20px
}

.modal-add-holiday .modal-body .btn-form-submit {
    margin-top: 10px
}

.modal-add-holiday h3 {
    font-size: 24px;
    margin-bottom: 20px
}

.modal-add-holiday p {
    max-width: 400px;
    margin: 0 auto;
    margin-bottom: 25px
}

.modal-choose-clan, .modal-login {
    overflow-y: auto
}

.modal-choose-clan .close:before, .modal-login .close:before {
    content: ' ';
    display: inline-block;
    font-size: 10px;
    background-image: url(../images/sprite_svg.svg?38780);
    background-repeat: no-repeat;
    background-size: 6.8em 846.7em
}

.no-svg .modal-choose-clan .close:before, .no-svg .modal-login .close:before {
    background-image: url(../images/sprite_svg.png?38780)
}

.modal-choose-clan .modal-header, .modal-login .modal-header {
    min-height: 0;
    padding: 0
}

.modal-choose-clan .modal-body, .modal-login .modal-body {
    padding: 0
}

.modal-choose-clan .modal-socials, .modal-login .modal-socials {
    margin: 0;
    margin-bottom: 15px;
    padding: 0;
    list-style-type: none
}

.modal-choose-clan .modal-socials .item, .modal-login .modal-socials .item {
    display: inline-block;
    vertical-align: middle;
    padding: 0;
    margin: 0 14px
}

.modal-choose-clan .modal-socials .item:before, .modal-login .modal-socials .item:before {
    display: none
}

.modal-choose-clan .modal-socials .item a, .modal-login .modal-socials .item a {
    content: ' ';
    display: inline-block;
    font-size: 10px;
    background-image: url(../images/sprite_svg.svg?38780);
    background-repeat: no-repeat;
    background-size: 6.8em 846.7em;
    transition: all .25s ease-in
}

.no-svg .modal-choose-clan .modal-socials .item a, .no-svg .modal-login .modal-socials .item a {
    background-image: url(../images/sprite_svg.png?38780)
}

.modal-choose-clan .modal-socials .item a:hover, .modal-login .modal-socials .item a:hover {
    opacity: .7
}

.modal-choose-clan .modal-socials .item a.goo, .modal-login .modal-socials .item a.goo {
    background-position: -.2em -207.39999999999998em;
    width: 3.372em;
    height: 3.4em;
    width: 35px
}

.modal-choose-clan .modal-socials .item a.fb, .modal-login .modal-socials .item a.fb {
    background-position: -.2em -203.6em;
    width: 3.375em;
    height: 3.4em;
    width: 35px
}

.modal-choose-clan .modal-socials .item a.vk, .modal-login .modal-socials .item a.vk {
    background-position: -.2em -235.1em;
    width: 3.375em;
    height: 3.4em;
    width: 35px
}

.modal-choose-clan .tab-content, .modal-login .tab-content {
    padding: 0 70px;
    text-align: center
}

.modal-choose-clan .tab-content a, .modal-login .tab-content a {
    font-size: 14px;
    display: inline-block;
    color: #4878da;
    margin-top: 15px
}

.modal-choose-clan .tab-content button.btn, .modal-login .tab-content button.btn {
    display: block;
    margin: 40px auto
}

.modal-choose-clan .tab-content .tab-pane, .modal-login .tab-content .tab-pane {
    padding-top: 50px
}

.modal-choose-clan .tab-content .tab-pane .form-group, .modal-login .tab-content .tab-pane .form-group {
    margin-bottom: 40px
}

.modal-choose-clan .tab-content .tab-pane .form-group.last, .modal-login .tab-content .tab-pane .form-group.last {
    margin-bottom: 0
}

.modal-choose-clan .tab-content .tab-pane .form-group.last.has-error .help-block, .modal-choose-clan .tab-content .tab-pane .form-group.last.has-success .help-block, .modal-login .tab-content .tab-pane .form-group.last.has-error .help-block, .modal-login .tab-content .tab-pane .form-group.last.has-success .help-block {
    position: static
}

.modal-choose-clan .tab-content .tab-pane .form-group.has-success .help-block, .modal-login .tab-content .tab-pane .form-group.has-success .help-block {
    text-align: left;
    color: #85e592;
    position: absolute
}

.modal-choose-clan .tab-content .tab-pane .form-group.has-error .help-block, .modal-login .tab-content .tab-pane .form-group.has-error .help-block {
    text-align: left;
    color: #ff7a7a;
    position: absolute
}

.modal-choose-clan .tab-content .tab-pane .input-group, .modal-login .tab-content .tab-pane .input-group {
    display: table;
    width: 100%
}

.modal-choose-clan .tab-content .tab-pane .input-group .form-control, .modal-login .tab-content .tab-pane .input-group .form-control {
    display: table-cell;
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
    font-size: 14px;
    color: #7783a0
}

.modal-choose-clan .jq-checkbox, .modal-login .jq-checkbox {
    position: relative !important
}

.modal-choose-clan .jq-checkbox + span, .modal-login .jq-checkbox + span {
    padding: 0;
    font-size: 14px;
    color: #7783a0
}

.modal-choose-clan .jq-checkbox:not(.formstyler-img).checked .jq-checkbox__div:before, .modal-login .jq-checkbox:not(.formstyler-img).checked .jq-checkbox__div:before {
    margin: 0 0 0 3px
}

.modal-choose-clan .separator-container, .modal-login .separator-container {
    width: 100%;
    margin: 0 auto;
    overflow: hidden
}

.modal-choose-clan span.modal-separator, .modal-login span.modal-separator {
    display: block;
    color: #7783a0;
    font-size: 14px;
    vertical-align: middle;
    position: relative
}

.modal-choose-clan span.modal-separator:after, .modal-choose-clan span.modal-separator:before, .modal-login span.modal-separator:after, .modal-login span.modal-separator:before {
    content: "";
    width: 41%;
    height: 1px;
    display: inline-block;
    vertical-align: middle;
    background-color: #dfe2e9;
    position: absolute;
    left: 0;
    top: 14px
}

.modal-choose-clan span.modal-separator:after, .modal-login span.modal-separator:after {
    left: auto;
    right: 0
}

.modal-choose-clan ul.nav-tabs, .modal-login ul.nav-tabs {
    margin: 0;
    padding: 0;
    display: table;
    width: 100%
}

.modal-choose-clan ul.nav-tabs > li, .modal-login ul.nav-tabs > li {
    display: table-cell;
    padding: 0;
    background-color: #fafafa;
    box-shadow: inset 1px -1px 3px 0 rgba(101, 114, 141, .31);
    margin-bottom: 0;
    text-align: center
}

.modal-choose-clan ul.nav-tabs > li a, .modal-login ul.nav-tabs > li a {
    color: #7783a0;
    font-size: 24px;
    font-weight: 700;
    text-transform: uppercase;
    padding: 38px 60px;
    letter-spacing: 2px
}

.modal-choose-clan ul.nav-tabs > li.active, .modal-login ul.nav-tabs > li.active {
    background-color: #fff;
    box-shadow: none
}

.modal-choose-clan ul.nav-tabs > li.active a, .modal-login ul.nav-tabs > li.active a {
    color: #232937
}

.modal-choose-clan ul.nav-tabs > li:before, .modal-login ul.nav-tabs > li:before {
    display: none
}

.modal-choose-clan ul.nav-tabs > li.nav-login, .modal-login ul.nav-tabs > li.nav-login {
    width: 40%;
    box-shadow: inset -1px -1px 3px 0 rgba(101, 114, 141, .31)
}

.modal-choose-clan ul.nav-tabs > li.nav-login.active, .modal-login ul.nav-tabs > li.nav-login.active {
    box-shadow: none
}

.modal-choose-clan ul.nav-tabs > li.nav-reg, .modal-login ul.nav-tabs > li.nav-reg {
    width: 60%;
    box-shadow: inset 1px -1px 3px 0 rgba(101, 114, 141, .31)
}

.modal-choose-clan ul.nav-tabs > li.nav-reg.active, .modal-login ul.nav-tabs > li.nav-reg.active {
    box-shadow: none
}

.modal-choose-clan {
    overflow-y: auto
}

.modal-choose-clan .modal-body {
    padding: 10px 20px 15px
}

.modal-choose-clan h3.heading {
    text-align: center;
    margin-bottom: 25px
}

.modal-choose-clan .clans .jq-selectbox {
    margin-bottom: 15px
}

.modal-choose-clan .clans .jq-selectbox__select {
    background-color: #fff
}

.modal-choose-clan .clans .jq-selectbox__dropdown .list-reset {
    max-height: 100% !important
}

.modal-choose-clan .clans .clan-icon {
    display: block;
    margin: 0 auto;
    width: 60px
}

.modal-choose-clan .clans .clan-title {
    font-family: NotoSans-Bold
}

.modal-choose-clan .clans .tab-pane {
    text-align: center
}

.modal-choose-clan .clans .btn {
    display: block;
    margin: 0 auto;
    margin-bottom: 15px
}

.modal-edit-profile h3.heading {
    text-align: center;
    margin-bottom: 30px
}

.modal-edit-profile .modal-body {
    padding-left: 60px;
    padding-right: 60px
}

.modal-edit-profile .form-group {
    margin-bottom: 40px
}

.modal-edit-profile .form-group.last {
    margin-bottom: 0
}

.modal-edit-profile .form-group.last.has-error .help-block, .modal-edit-profile .form-group.last.has-success .help-block {
    position: static
}

.modal-edit-profile .form-group.has-success .help-block {
    text-align: left;
    color: #85e592;
    position: absolute
}

.modal-edit-profile .form-group.has-success .input-group:after {
    content: ' ';
    display: inline-block;
    font-size: 10px;
    background-image: url(../images/sprite_svg.svg?38780);
    background-repeat: no-repeat;
    background-size: 6.8em 846.7em;
    background-position: -.2em -150.89999999999998em;
    width: 1.703em;
    height: 1.5em;
    position: absolute;
    top: 50%;
    right: 20px;
    margin-top: -.75em
}

.no-svg .modal-edit-profile .form-group.has-success .input-group:after {
    background-image: url(../images/sprite_svg.png?38780)
}

.modal-edit-profile .form-group.has-success .input-group-addon {
    border-color: #85e592
}

.modal-edit-profile .form-group.has-success .input-group .addon-user:before {
    background-position: -.2em -219.6em;
    width: 1.8em;
    height: 1.9em
}

.modal-edit-profile .form-group.has-success .input-group .addon-envelope:before {
    background-position: -.2em -201.79999999999998em;
    width: 1.8em;
    height: 1.4em
}

.modal-edit-profile .form-group.has-success .input-group .addon-key:before {
    background-position: -.2em -226.1em;
    width: 1.7em;
    height: 1.7em
}

.modal-edit-profile .form-group.has-success .input-group .addon-clan:before {
    background-position: -.2em -194.1em;
    width: 1.9em;
    height: 2.2em
}

.modal-edit-profile .form-group.has-success .input-group input {
    border-color: #85e592
}

.modal-edit-profile .form-group.has-error .help-block {
    text-align: left;
    color: #ff7a7a;
    position: absolute
}

.modal-edit-profile .form-group.has-error .input-group:after {
    content: ' ';
    display: inline-block;
    font-size: 10px;
    background-image: url(../images/sprite_svg.svg?38780);
    background-repeat: no-repeat;
    background-size: 6.8em 846.7em;
    background-position: -.2em -149em;
    width: 1.5em;
    height: 1.5em;
    position: absolute;
    top: 50%;
    right: 20px;
    margin-top: -.75em
}

.no-svg .modal-edit-profile .form-group.has-error .input-group:after {
    background-image: url(../images/sprite_svg.png?38780)
}

.modal-edit-profile .form-group.has-error .input-group-addon {
    border-color: #ff7a7a
}

.modal-edit-profile .form-group.has-error .input-group .addon-user:before {
    background-position: -.2em -217.29999999999998em;
    width: 1.8em;
    height: 1.9em
}

.modal-edit-profile .form-group.has-error .input-group .addon-envelope:before {
    background-position: -.2em -200em;
    width: 1.8em;
    height: 1.4em
}

.modal-edit-profile .form-group.has-error .input-group .addon-key:before {
    background-position: -.2em -224em;
    width: 1.7em;
    height: 1.7em
}

.modal-edit-profile .form-group.has-error .input-group .addon-clan:before {
    background-position: -.2em -191.5em;
    width: 1.9em;
    height: 2.2em
}

.modal-edit-profile .form-group.has-error .input-group input {
    border-color: #ff7a7a
}

.modal-edit-profile .jq-selectbox select, .modal-edit-profile .jq-selectbox__select {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0
}

.modal-edit-profile .jq-selectbox__dropdown ul.list-reset {
    max-height: 100% !important
}

.modal-edit-profile .userpic {
    display: inline-block;
    text-align: center;
    position: relative
}

.modal-edit-profile .userpic-wrap {
    text-align: center
}

.modal-edit-profile .userpic .overlay {
    display: none;
    visibility: hidden;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background-color: rgba(72, 120, 218, .74)
}

.modal-edit-profile .userpic .overlay:before {
    content: ' ';
    display: inline-block;
    font-size: 10px;
    background-image: url(../images/sprite_svg.svg?38780);
    background-repeat: no-repeat;
    background-size: 6.8em 846.7em;
    background-position: -.2em -144.5em;
    width: 2.6em;
    height: 2.6em;
    position: absolute;
    top: 30%;
    left: 50%;
    -webkit-transform: translate(-50%, 30%);
    transform: translate(-50%, 30%)
}

.no-svg .modal-edit-profile .userpic .overlay:before {
    background-image: url(../images/sprite_svg.png?38780)
}

.modal-edit-profile .userpic .clan {
    position: absolute;
    bottom: 30px;
    right: 5px;
    z-index: 10
}

.modal-edit-profile .userpic .pic {
    display: inline-block;
    width: 115px;
    height: 115px;
    overflow: hidden;
    border-radius: 50%;
    margin-bottom: 30px;
    position: relative;
    cursor: pointer
}

.modal-edit-profile .userpic .pic:hover .overlay {
    display: block;
    visibility: visible;
    cursor: pointer
}

.modal-edit-profile .userpic .pic img {
    display: block;
    margin: 0 auto;
    max-width: 100%
}

.modal-edit-profile .input-group {
    display: table;
    width: 100%
}

.modal-edit-profile .input-group-addon {
    width: 50px;
    min-width: 50px;
    display: table-cell;
    background-color: #f6f6f6;
    border: 1px solid #dbe0e2;
    border-radius: 5px;
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
    border-right: none;
    text-align: center
}

.modal-edit-profile .input-group .addon-user:before {
    content: "";
    content: ' ';
    display: inline-block;
    font-size: 10px;
    background-image: url(../images/sprite_svg.svg?38780);
    background-repeat: no-repeat;
    background-size: 6.8em 846.7em;
    background-position: -.2em -215em;
    width: 1.8em;
    height: 1.9em;
    position: relative;
    top: 3px
}

.no-svg .modal-edit-profile .input-group .addon-user:before {
    background-image: url(../images/sprite_svg.png?38780)
}

.modal-edit-profile .input-group .addon-envelope:before {
    content: "";
    content: ' ';
    display: inline-block;
    font-size: 10px;
    background-image: url(../images/sprite_svg.svg?38780);
    background-repeat: no-repeat;
    background-size: 6.8em 846.7em;
    background-position: -.2em -198.2em;
    width: 1.8em;
    height: 1.4em;
    position: relative;
    top: 3px
}

.no-svg .modal-edit-profile .input-group .addon-envelope:before {
    background-image: url(../images/sprite_svg.png?38780)
}

.modal-edit-profile .input-group .addon-key:before {
    content: "";
    content: ' ';
    display: inline-block;
    font-size: 10px;
    background-image: url(../images/sprite_svg.svg?38780);
    background-repeat: no-repeat;
    background-size: 6.8em 846.7em;
    background-position: -.2em -221.89999999999998em;
    width: 1.7em;
    height: 1.7em;
    position: relative;
    top: 3px
}

.no-svg .modal-edit-profile .input-group .addon-key:before {
    background-image: url(../images/sprite_svg.png?38780)
}

.modal-edit-profile .input-group .addon-clan:before {
    content: "";
    content: ' ';
    display: inline-block;
    font-size: 10px;
    background-image: url(../images/sprite_svg.svg?38780);
    background-repeat: no-repeat;
    background-size: 6.8em 846.7em;
    background-position: -.2em -188.89999999999998em;
    width: 1.9em;
    height: 2.2em;
    position: relative;
    top: 3px
}

.no-svg .modal-edit-profile .input-group .addon-clan:before {
    background-image: url(../images/sprite_svg.png?38780)
}

.modal-edit-profile .input-group .form-control {
    display: table-cell;
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
    font-size: 14px;
    color: #7783a0
}

.modal-edit-profile .btn {
    display: block;
    margin: 30px auto
}

.modal-giftcard {
    padding: 25px
}

.giftcard-wrap {
    overflow-x: hidden;
    text-align: center
}

.giftcard-wrap .h3 {
    margin-top: 0
}

.giftcard-wrap span.modal-separator {
    margin-bottom: 15px
}

.giftcard-wrap span.pre-header {
    display: inline-block;
    color: #7783a0;
    font-size: 14px;
    margin-bottom: 10px
}

.giftcard-wrap img {
    margin: 20px auto 15px auto
}

.meteo-content {
    max-width: 870px;
    padding-top: 40px;
    margin: 0 auto 40px
}

.meteo-tabs {
    margin-bottom: 40px
}

.meteo-tabs .city-wrap {
    margin-bottom: 30px
}

.meteo-tabs .date-wrap {
    text-align: right;
    margin-bottom: 20px;
    color: #7783a0;
    font-size: 14px
}

.meteo-tabs .nav-tabs-wrap.not-init .nav-tabs {
    opacity: 0
}

.meteo-tabs .nav-tabs-wrap .mCSB_scrollTools.mCSB_scrollTools_horizontal {
    height: 0
}

.meteo-tabs .nav-tabs-wrap .mCSB_scrollTools .mCSB_draggerRail {
    margin: 0;
    height: 0
}

.meteo-tabs .nav-tabs-wrap .mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
    margin: 0;
    height: 0
}

.meteo-tabs .nav-tabs-wrap .mCSB_horizontal.mCSB_inside > .mCSB_container {
    margin-bottom: 0
}

.meteo-tabs .nav-tabs-wrap.triple .nav-tabs > li {
    width: 33.33%;
    min-width: inherit;
    float: left
}

.meteo-tabs .nav-tabs {
    margin: 0;
    padding-top: 170px;
    height: 0
}

.meteo-tabs .nav-tabs > li {
    float: left;
    position: relative;
    margin: 0;
    width: 14.28%;
    min-height: 1px;
    min-width: 122px
}

.meteo-tabs .nav-tabs > li + li .tab-head {
    left: 2px
}

.meteo-tabs .nav-tabs > li.active .tab-head {
    background: #fff;
    color: #000;
    padding-bottom: 10px
}

.meteo-tabs .nav-tabs > li.active .tab-head .ttl {
    text-transform: uppercase;
    font-family: NotoSans-Bold, Helvetica, Arial, sans-serif;
    margin-bottom: 8px
}

.meteo-tabs .nav-tabs > li.active .tab-head .t-day {
    font-size: 24px
}

.meteo-tabs .nav-tabs > li.active .tab-head .t-night {
    font-size: 14px
}

.meteo-tabs .nav-tabs > li.active .tab-head .t-day, .meteo-tabs .nav-tabs > li.active .tab-head .t-night {
    margin-right: 0
}

.meteo-tabs .nav-tabs > li.active .tab-head .pic {
    margin-top: 0;
    width: 60px;
    height: 60px
}

.meteo-tabs .nav-tabs .tab-head {
    position: absolute;
    margin: 0;
    padding: 20px 10px;
    background: #fafbfb;
    bottom: 0;
    left: 0;
    right: 0;
    color: #000;
    line-height: 1.4;
    transition: padding .2s ease
}

.g-wrap .meteo-tabs .nav-tabs .tab-head {
    border-top-left-radius: 4px;
    border-top-right-radius: 4px
}

.meteo-tabs .nav-tabs .tab-head .ttl {
    font-size: 13px;
    color: #7783a0;
    margin-bottom: 30px;
    transition: all .2s ease
}

.meteo-tabs .nav-tabs .tab-head .t-day {
    font-size: 18px;
    font-family: NotoSans-Bold, Helvetica, Arial, sans-serif;
    transition: all .2s ease
}

.meteo-tabs .nav-tabs .tab-head .t-night {
    color: #7783a0;
    font-size: 12px;
    transition: all .2s ease
}

.meteo-tabs .nav-tabs .tab-head .t-day, .meteo-tabs .nav-tabs .tab-head .t-night {
    margin-right: 40px
}

.meteo-tabs .nav-tabs .tab-head .pic {
    float: right;
    width: 40px;
    height: 40px;
    margin-top: -40px;
    transition: all .2s ease
}

.meteo-tabs .nav-tabs .tab-head .pic img {
    display: block;
    max-width: 100%
}

.meteo-tabs .tab-content {
    padding: 0
}

.meteo-tabs .tab-pane {
    background: #fff;
    border-bottom-left-radius: 4px;
    border-bottom-right-radius: 4px;
    padding-top: 10px
}

.meteo-tabs .line-row {
    margin-left: -5px;
    margin-right: -5px
}

.meteo-tabs .line-row:after, .meteo-tabs .line-row:before {
    content: " ";
    display: table
}

.meteo-tabs .line-row:after {
    clear: both
}

.meteo-tabs .line-row.preview-line .line-col {
    text-align: center
}

.meteo-tabs .line-row.preview-line .line-cell {
    float: none;
    width: auto;
    padding-top: 20px;
    padding-bottom: 0
}

.meteo-tabs .line-col {
    width: 25%;
    float: left;
    min-height: 1px;
    padding: 0 5px;
    font-size: 14px;
    line-height: 1.3;
    color: #000;
    text-align: center
}

.meteo-tabs .line-col:after, .meteo-tabs .line-col:before {
    content: " ";
    display: table
}

.meteo-tabs .line-col:after {
    clear: both
}

.meteo-tabs .line-cell {
    padding: 15px 40px
}

.meteo-tabs .line-cell.cell-ttl {
    color: #7783a0;
    display: none
}

.meteo-tabs .line-cell .ttl {
    color: #7783a0;
    margin-bottom: 10px
}

.meteo-tabs .line-cell .pic {
    width: 60px;
    height: 60px;
    margin: 0 auto 10px
}

.meteo-tabs .line-cell .pic img {
    display: block;
    max-width: 100%
}

.meteo-tabs .accordion-meteo {
    border-top: 1px solid #e1e5f0
}

.meteo-tabs .accordion-meteo.all-is-closed .btn-control-all .txt-all-open {
    display: none
}

.meteo-tabs .accordion-meteo.all-is-closed .btn-control-all .icon:before {
    -webkit-transform: translate(-50%, -50%) rotate(0);
    transform: translate(-50%, -50%) rotate(0)
}

.meteo-tabs .accordion-meteo.all-is-open .btn-control-all .txt-all-closed {
    display: none
}

.meteo-tabs .accordion-meteo.all-is-open .btn-control-all .icon:before {
    -webkit-transform: translate(-50%, -50%) rotate(90deg);
    transform: translate(-50%, -50%) rotate(90deg)
}

.meteo-tabs .accordion-meteo .btn-control-all {
    position: relative;
    display: block;
    width: 100%;
    background: #fbfbfc;
    line-height: 1.2;
    font-size: 14px;
    color: #7783a0;
    text-transform: uppercase;
    border: none;
    padding: 20px 40px;
    text-align: left;
    text-shadow: none;
    box-shadow: none
}

.meteo-tabs .accordion-meteo .btn-control-all .icon {
    position: absolute;
    height: 100%;
    top: 0;
    right: 10px;
    width: 40px
}

.meteo-tabs .accordion-meteo .btn-control-all .icon:before {
    content: ' ';
    display: inline-block;
    font-size: 10px;
    background-image: url(../images/sprite_svg.svg?38780);
    background-repeat: no-repeat;
    background-size: 6.8em 846.7em;
    background-position: -.2em -79.4em;
    width: .4em;
    height: .8em;
    display: block;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    transition: -webkit-transform .3s ease;
    transition: transform .3s ease;
    transition: transform .3s ease, -webkit-transform .3s ease
}

.no-svg .meteo-tabs .accordion-meteo .btn-control-all .icon:before {
    background-image: url(../images/sprite_svg.png?38780)
}

.meteo-tabs .accordion-meteo .panel {
    border-top: 1px solid #e1e5f0
}

.meteo-tabs .accordion-meteo .acc-link {
    position: relative;
    text-decoration: none;
    display: block;
    line-height: 1.2;
    font-size: 14px;
    color: #7783a0;
    padding: 20px 60px 20px 40px
}

.meteo-tabs .accordion-meteo .acc-link .icon {
    position: absolute;
    height: 100%;
    top: 0;
    right: 10px;
    width: 40px
}

.meteo-tabs .accordion-meteo .acc-link .icon:before {
    content: ' ';
    display: inline-block;
    font-size: 10px;
    background-image: url(../images/sprite_svg.svg?38780);
    background-repeat: no-repeat;
    background-size: 6.8em 846.7em;
    background-position: -.2em -79.4em;
    width: .4em;
    height: .8em;
    display: block;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%) rotate(90deg);
    transform: translate(-50%, -50%) rotate(90deg);
    transition: -webkit-transform .3s ease;
    transition: transform .3s ease;
    transition: transform .3s ease, -webkit-transform .3s ease
}

.no-svg .meteo-tabs .accordion-meteo .acc-link .icon:before {
    background-image: url(../images/sprite_svg.png?38780)
}

.meteo-tabs .accordion-meteo .acc-link.collapsed .icon:before {
    -webkit-transform: translate(-50%, -50%) rotate(0);
    transform: translate(-50%, -50%) rotate(0)
}

.meteo-tabs .accordion-meteo .acc-body {
    background: #fbfbfc
}

.meteo-tabs .temperature {
    position: relative;
    height: 60px;
    line-height: 60px;
    font-family: NotoSans-Bold, Helvetica, Arial, sans-serif;
    font-size: 24px
}

.meteo-tabs .temperature > span {
    position: relative;
    z-index: 2
}

.meteo-tabs .temperature:before {
    content: '';
    display: block;
    position: absolute;
    z-index: 1;
    bottom: 0;
    left: 0;
    right: 0;
    min-height: 2px;
    opacity: .8;
    border-top-left-radius: 3px;
    border-top-right-radius: 3px
}

.meteo-tabs .temperature.sup-zero:before {
    background: #f5bf00
}

.meteo-tabs .temperature.sub-zero:before {
    background: #4878da
}

.meteo-tabs .temperature.height-0:before {
    height: 2px;
    opacity: .5;
    border-radius: 0
}

.meteo-tabs .temperature.height-10:before {
    height: 10%;
    opacity: .5
}

.meteo-tabs .temperature.height-20:before {
    height: 20%;
    opacity: .5
}

.meteo-tabs .temperature.height-30:before {
    height: 30%;
    opacity: .5
}

.meteo-tabs .temperature.height-40:before {
    height: 40%;
    opacity: .5
}

.meteo-tabs .temperature.height-50:before {
    height: 50%;
    opacity: .5
}

.meteo-tabs .temperature.height-60:before {
    height: 60%;
    opacity: .6
}

.meteo-tabs .temperature.height-70:before {
    height: 70%;
    opacity: .7
}

.meteo-tabs .temperature.height-80:before {
    height: 80%;
    opacity: .8
}

.meteo-tabs .temperature.height-90:before {
    height: 90%;
    opacity: .9
}

.meteo-tabs .temperature.height-100:before {
    height: 100%;
    opacity: 1
}

.meteo-tabs .precipitation {
    position: relative;
    height: 60px;
    line-height: 60px;
    font-family: NotoSans-Bold, Helvetica, Arial, sans-serif;
    margin-top: 20px;
    font-size: 16px
}

.meteo-tabs .precipitation > span {
    position: relative;
    z-index: 2
}

.meteo-tabs .precipitation:before {
    content: '';
    display: block;
    position: absolute;
    z-index: 1;
    bottom: 0;
    left: 0;
    right: 0;
    background: #4878da;
    min-height: 2px;
    opacity: .8
}

.meteo-tabs .precipitation:after {
    content: '';
    display: block;
    position: absolute;
    z-index: 1;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 18px;
    background: #ccc;
    background: url(../images/bg-precipitation.svg) center bottom no-repeat;
    background-size: cover;
    opacity: .8
}

.meteo-tabs .precipitation.height-0:before {
    height: 2px
}

.meteo-tabs .precipitation.height-0:after {
    display: none
}

.meteo-tabs .precipitation.height-10:before {
    height: 10%
}

.meteo-tabs .precipitation.height-10:after {
    bottom: 10%
}

.meteo-tabs .precipitation.height-20:before {
    height: 20%
}

.meteo-tabs .precipitation.height-20:after {
    bottom: 20%
}

.meteo-tabs .precipitation.height-30:before {
    height: 30%
}

.meteo-tabs .precipitation.height-30:after {
    bottom: 30%
}

.meteo-tabs .precipitation.height-40:before {
    height: 40%
}

.meteo-tabs .precipitation.height-40:after {
    bottom: 40%
}

.meteo-tabs .precipitation.height-50:before {
    height: 50%
}

.meteo-tabs .precipitation.height-50:after {
    bottom: 50%
}

.meteo-tabs .precipitation.height-60:before {
    height: 60%
}

.meteo-tabs .precipitation.height-60:after {
    bottom: 60%
}

.meteo-tabs .precipitation.height-70:before {
    height: 70%
}

.meteo-tabs .precipitation.height-70:after {
    bottom: 70%
}

.meteo-tabs .precipitation.height-80:before {
    height: 80%
}

.meteo-tabs .precipitation.height-80:after {
    bottom: 80%
}

.meteo-tabs .precipitation.height-90:before {
    height: 90%
}

.meteo-tabs .precipitation.height-90:after {
    bottom: 90%
}

.meteo-tabs .precipitation.height-100:before {
    height: 100%
}

.meteo-tabs .precipitation.height-100:after {
    bottom: 100%
}

.indexes-controls {
    padding-top: 40px;
    margin-bottom: 40px;
    line-height: 1
}

.indexes-controls .switcher {
    float: left;
    text-align: center
}

.indexes-controls .switcher .checkbox-wrap {
    display: inline-block;
    position: relative;
    margin: 0;
    cursor: pointer;
    height: 24px;
    line-height: 24px
}

.indexes-controls .switcher input[type=checkbox] {
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
    opacity: 0
}

.indexes-controls .switcher input[type=checkbox] ~ .text.first {
    color: #4878da
}

.indexes-controls .switcher input[type=checkbox]:checked ~ .switch .dragger {
    left: 36px
}

.indexes-controls .switcher input[type=checkbox]:checked ~ .text.first {
    color: #67738d
}

.indexes-controls .switcher input[type=checkbox]:checked ~ .text.second {
    color: #4878da
}

.indexes-controls .switcher .switch, .indexes-controls .switcher .text {
    display: inline-block;
    vertical-align: top;
    line-height: 24px;
    height: 24px
}

.indexes-controls .switcher .switch {
    position: relative;
    height: 24px;
    border: 1px solid #e1e5f0;
    width: 70px;
    background: #f7f7f7;
    border-radius: 10px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none
}

.indexes-controls .switcher .switch .dragger {
    position: absolute;
    top: 0;
    left: -2px;
    background: #4878da;
    height: 34px;
    width: 34px;
    border-radius: 50%;
    margin-top: -5px;
    transition: all .2s ease
}

.indexes-controls .switcher .text {
    text-transform: uppercase;
    color: #67738d;
    font-size: 14px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none
}

.indexes-controls .switcher .text.first {
    margin-right: 10px
}

.indexes-controls .switcher .text.second {
    margin-left: 10px
}

.indexes-controls .status {
    float: right;
    white-space: nowrap;
    font-size: 14px;
    color: #67738d
}

.indexes-controls .status .item {
    display: inline-block;
    vertical-align: top;
    line-height: 24px;
    height: 24px
}

.indexes-controls .status .item:before {
    content: ' ';
    display: inline-block;
    font-size: 10px;
    background-image: url(../images/sprite_svg.svg?38780);
    background-repeat: no-repeat;
    background-size: 6.8em 846.7em;
    display: inline-block;
    vertical-align: middle;
    margin-right: 10px
}

.no-svg .indexes-controls .status .item:before {
    background-image: url(../images/sprite_svg.png?38780)
}

.indexes-controls .status .item.comment:before {
    background-position: -.2em -118.4em;
    width: 1.8em;
    height: 1.3em
}

.indexes-controls .status .item.share:before {
    background-position: -.2em -295.59999999999997em;
    width: 1.6em;
    height: 1.7em
}

.indexes-controls .status .item.views:before {
    background-position: -.2em -147.5em;
    width: 1.797em;
    height: 1.1em
}

.indexes-controls .status .item span {
    display: inline-block;
    vertical-align: middle;
    line-height: 24px;
    height: 24px
}

.news-content + .article-other:before {
    content: '';
    display: block;
    width: 10000px;
    height: 1px;
    background: #e1e5f0;
    position: absolute;
    top: 0;
    left: 50%;
    margin-left: -5000px
}

.news-content .grid-item {
    margin-bottom: 50px
}

.news-content .col-left.clear {
    clear: left
}

.news-content .news-list {
    margin-bottom: 0
}

.news-content .banner-pic {
    margin-top: 20px;
    margin-bottom: 0
}

.news-important {
    background: #fff;
    box-shadow: 0 1px 2px 0 rgba(102, 102, 102, .15);
    transition: box-shadow .3s ease;
    border-radius: 4px
}

.news-important .wrap-foot, .news-important .wrap-pic, .news-important .wrap-text {
    padding: 25px 35px
}

.news-important .wrap-pic {
    position: relative;
    border-top-left-radius: 4px;
    border-top-right-radius: 4px;
    overflow: hidden;
    height: 200px;
    background: #3a5896
}

.news-important .control {
    display: none;
    position: absolute;
    top: 0;
    right: 0;
    z-index: 3;
    height: 30px;
    width: 30px
}

.news-important .control:hover .icon span, .news-important .control:hover .icon span:after, .news-important .control:hover .icon span:before {
    background: #f5bf00
}

.news-important .control .icon {
    position: absolute;
    top: 5px;
    right: 5px;
    height: 30px;
    width: 28px;
    cursor: pointer;
    border-radius: 2px
}

.news-important .control .icon span {
    display: block;
    position: absolute;
    top: 50%;
    left: 50%;
    margin-left: -2px;
    margin-top: -2px
}

.news-important .control .icon span:after, .news-important .control .icon span:before {
    content: '';
    display: block;
    position: absolute;
    left: 0
}

.news-important .control .icon span:before {
    bottom: 100%;
    margin-bottom: 3px
}

.news-important .control .icon span:after {
    top: 100%;
    margin-top: 3px
}

.news-important .control .icon span, .news-important .control .icon span:after, .news-important .control .icon span:before {
    width: 5px;
    height: 5px;
    background: #e1e1e1;
    border-radius: 50%
}

.news-important .control .drop-actions {
    display: none
}

.news-important .pic {
    position: absolute;
    z-index: 1;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%
}

.news-important .pic img {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    opacity: .3
}

.news-important .title {
    position: relative;
    z-index: 2
}

.news-important .title a {
    display: inline-block;
    text-decoration: none;
    color: #fff;
    text-transform: uppercase;
    line-height: 1.4;
    font-family: NotoSans-Bold, Helvetica, Arial, sans-serif;
    font-size: 24px;
    max-height: 5.6em;
    overflow: hidden
}

.news-important .title a:hover {
    color: #f5bf00
}

.news-important .wrap-text {
    font-size: 14px;
    line-height: 1.3;
    font-family: NotoSerif-Italic, Helvetica, Arial, sans-serif
}

.news-important .wrap-text .p, .news-important .wrap-text p {
    margin-bottom: 1.3em
}

.news-important .wrap-text .p:last-child, .news-important .wrap-text p:last-child {
    margin-bottom: 0
}

.news-important .wrap-foot {
    border-top: 1px solid #e1e5f0;
    padding-top: 20px;
    padding-bottom: 20px
}

.news-important .wrap-foot .ya-share2 {
    margin-top: 3px;
    float: left
}

.news-important .social {
    float: left
}

.news-important .social .txt {
    font-size: 14px;
    color: #7783a0;
    float: left;
    line-height: 26px
}

.news-important .social .list {
    overflow: hidden
}

.news-important .social .item {
    display: block;
    float: left;
    margin: 0 5px
}

.news-important .social .item a {
    display: block;
    padding: 5px;
    opacity: .5
}

.news-important .social .item a:hover {
    opacity: .7
}

.news-important .social .item a.fb:before {
    content: ' ';
    display: inline-block;
    font-size: 10px;
    background-image: url(../images/sprite_svg.svg?38780);
    background-repeat: no-repeat;
    background-size: 6.8em 846.7em;
    background-position: -.2em -346.5em;
    width: 1.6em;
    height: 1.6em;
    display: block
}

.no-svg .news-important .social .item a.fb:before {
    background-image: url(../images/sprite_svg.png?38780)
}

.news-important .social .item a.vk:before {
    content: ' ';
    display: inline-block;
    font-size: 10px;
    background-image: url(../images/sprite_svg.svg?38780);
    background-repeat: no-repeat;
    background-size: 6.8em 846.7em;
    background-position: -.2em -503.8em;
    width: 2.8em;
    height: 1.6em;
    display: block
}

.no-svg .news-important .social .item a.vk:before {
    background-image: url(../images/sprite_svg.png?38780)
}

.news-important .social .item a.instagram:before {
    content: ' ';
    display: inline-block;
    font-size: 10px;
    background-image: url(../images/sprite_svg.svg?38780);
    background-repeat: no-repeat;
    background-size: 6.8em 846.7em;
    background-position: -.2em -375em;
    width: 1.6em;
    height: 1.6em;
    display: block
}

.no-svg .news-important .social .item a.instagram:before {
    background-image: url(../images/sprite_svg.png?38780)
}

.news-important .social .item a.youtube:before {
    content: ' ';
    display: inline-block;
    font-size: 10px;
    background-image: url(../images/sprite_svg.svg?38780);
    background-repeat: no-repeat;
    background-size: 6.8em 846.7em;
    background-position: -.2em -533em;
    width: 2.2em;
    height: 1.6em;
    display: block
}

.no-svg .news-important .social .item a.youtube:before {
    background-image: url(../images/sprite_svg.png?38780)
}

.news-important .social .item a.telegram:before {
    content: ' ';
    display: inline-block;
    font-size: 10px;
    background-image: url(../images/sprite_svg.svg?38780);
    background-repeat: no-repeat;
    background-size: 6.8em 846.7em;
    background-position: -.2em -468.59999999999997em;
    width: 1.6em;
    height: 1.6em;
    display: block
}

.no-svg .news-important .social .item a.telegram:before {
    background-image: url(../images/sprite_svg.png?38780)
}

.news-important .social .item a.viber:before {
    content: ' ';
    display: inline-block;
    font-size: 10px;
    background-image: url(../images/sprite_svg.svg?38780);
    background-repeat: no-repeat;
    background-size: 6.8em 846.7em;
    background-position: -.2em -495.8em;
    width: 1.5561999999999998em;
    height: 1.6em;
    display: block
}

.no-svg .news-important .social .item a.viber:before {
    background-image: url(../images/sprite_svg.png?38780)
}

.news-important .social .item a.tw:before {
    content: ' ';
    display: inline-block;
    font-size: 10px;
    background-image: url(../images/sprite_svg.svg?38780);
    background-repeat: no-repeat;
    background-size: 6.8em 846.7em;
    background-position: -.2em -476.59999999999997em;
    width: 1.6em;
    height: 1.6em;
    display: block
}

.no-svg .news-important .social .item a.tw:before {
    background-image: url(../images/sprite_svg.png?38780)
}

.news-important .more {
    float: right
}

.news-important .more a {
    text-decoration: none;
    font-size: 14px;
    display: block;
    line-height: 26px
}

.index-state {
    margin-bottom: 30px
}

.index-state.theme-pizza .state-item.big {
    color: #c03a3a
}

.index-state.theme-pizza .state-item.big .price-item {
    border-color: #c03a3a
}

.index-state.theme-pizza .state-item:not(.big) {
    background: #c03a3a
}

.index-state.theme-mobile .state-item.big {
    color: #232937
}

.index-state.theme-mobile .state-item.big .price-item {
    border-color: #232937
}

.index-state.theme-mobile .state-item:not(.big) {
    background: #bdece9;
    color: #232937
}

.index-state.theme-mobile .state-item:not(.big) .price-item {
    border-color: #232937
}

.index-state .state-list {
    margin-left: -10px;
    margin-right: -10px
}

.index-state .item-wrap {
    margin-bottom: 20px;
    padding-left: 10px;
    padding-right: 10px;
    float: left;
    width: 33.33%
}

.index-state .item-wrap.current {
    width: 100%
}

.index-state .state-item {
    border-radius: 4px;
    line-height: 1.2
}

.index-state .state-item:not(.big) {
    padding: 20px;
    color: #fff;
    background: #777
}

.index-state .state-item:not(.big) .title-wrap {
    position: relative;
    margin-bottom: 25px
}

.index-state .state-item:not(.big) .text {
    font-size: 14px
}

.index-state .state-item:not(.big) .middle-price {
    line-height: 1;
    margin-bottom: 30px
}

.index-state .state-item:not(.big) .middle-price .val {
    font-size: 48px;
    font-family: NotoSans-Bold, Helvetica, Arial, sans-serif
}

.index-state .state-item:not(.big) .middle-price .cur {
    text-transform: uppercase;
    font-size: 14px;
    opacity: .7
}

.index-state .state-item:not(.big) .price-item {
    border-left: 1px solid rgba(255, 255, 255, .5);
    padding-left: 10px;
    float: left;
    width: 50%
}

.index-state .state-item:not(.big) .price-item .ttl {
    text-transform: uppercase;
    font-size: 11px;
    margin-bottom: 4px
}

.index-state .state-item:not(.big) .price-item .price {
    line-height: 1
}

.index-state .state-item:not(.big) .price-item .val {
    font-size: 22px
}

.index-state .state-item:not(.big) .price-item .cur {
    text-transform: uppercase;
    font-size: 10px;
    opacity: .7
}

.index-state .state-item.big {
    background: #fff;
    padding: 30px;
    color: #777
}

.index-state .state-item.big .title-wrap {
    position: relative;
    margin-bottom: 25px;
    padding-left: 55px
}

.index-state .state-item.big .title-wrap .icon {
    position: absolute;
    top: 3px;
    left: 0;
    height: 48px;
    width: 48px
}

.index-state .state-item.big .title-wrap .icon img {
    display: block;
    max-width: 100%;
    max-height: 100%
}

.index-state .state-item.big .title {
    text-transform: uppercase;
    font-family: NotoSans-Bold, Helvetica, Arial, sans-serif;
    font-size: 24px;
    margin-bottom: 4px
}

.index-state .state-item.big .text {
    font-size: 14px
}

.index-state .state-item.big .middle-price {
    float: left;
    width: 65%;
    line-height: 1;
    padding-top: 20px
}

.index-state .state-item.big .middle-price .val {
    font-size: 85px;
    font-family: NotoSans-Bold, Helvetica, Arial, sans-serif
}

.index-state .state-item.big .middle-price .cur {
    text-transform: uppercase;
    font-size: 40px
}

.index-state .state-item.big .wrap-price {
    float: left;
    width: 35%
}

.index-state .state-item.big .price-item {
    border-left: 1px solid #777;
    padding-left: 10px
}

.index-state .state-item.big .price-item .ttl {
    text-transform: uppercase;
    font-size: 12px;
    margin-bottom: 4px
}

.index-state .state-item.big .price-item .price {
    line-height: 1
}

.index-state .state-item.big .price-item .val {
    font-size: 40px
}

.index-state .state-item.big .price-item .cur {
    text-transform: uppercase;
    font-size: 12px
}

.user-profile .panel {
    position: relative;
    box-shadow: 0 1px 2px 0 rgba(102, 102, 102, .15);
    border-radius: 4px;
    margin-bottom: 20px;
    background-color: #fff
}

.user-profile .panel .title-differ {
    padding: 30px 25px;
    padding-bottom: 0
}

.user-profile .panel .description a {
    text-decoration: none;
    position: relative;
    bottom: 5px
}

.user-profile h2.title {
    font-size: 24px
}

.user-profile .mCustomScrollbar .mCSB_scrollTools_onDrag .mCSB_dragger_bar {
    background-color: rgba(0, 0, 0, .4)
}

.user-profile .mCustomScrollbar .mCSB_dragger:hover .mCSB_dragger_bar {
    background-color: rgba(0, 0, 0, .4)
}

.user-profile .mCustomScrollbar .mCSB_scrollTools_vertical .mCSB_draggerContainer {
    padding: 10px 0
}

.user-profile .mCustomScrollbar .mCSB_scrollTools_vertical .mCSB_dragger {
    padding: 10px 0
}

.user-profile .mCustomScrollbar .mCSB_scrollTools_vertical .mCSB_dragger_bar {
    width: 4px;
    background-color: rgba(0, 0, 0, .2)
}

.user-profile .mCustomScrollbar .mCSB_scrollTools_vertical .mCSB_draggerRail {
    width: 4px
}

.user-profile .mCustomScrollbar .mCSB_scrollTools_horizontal .mCSB_draggerContainer {
    padding: 0 10px
}

.user-profile .mCustomScrollbar .mCSB_scrollTools_horizontal .mCSB_dragger {
    padding: 0 10px
}

.user-profile .mCustomScrollbar .mCSB_scrollTools_horizontal .mCSB_dragger_bar {
    height: 4px;
    background-color: rgba(0, 0, 0, .2)
}

.user-profile .mCustomScrollbar .mCSB_scrollTools_horizontal .mCSB_draggerRail {
    height: 4px
}

.user-profile .mCustomScrollbar .mCSB_inside > .mCSB_container {
    margin-right: 0
}

.u-profile .info-wrap {
    padding: 25px;
    padding-bottom: 15px
}

.u-profile .pic {
    width: 116px;
    height: 116px;
    border-radius: 50%;
    overflow: hidden
}

.u-profile .userpic-wrap {
    position: relative;
    display: inline-block;
    padding-right: 15px
}

.u-profile .clan-img {
    position: absolute;
    right: 15px;
    bottom: 0
}

.u-profile .credentials {
    margin-top: 10px;
    overflow: hidden
}

.u-profile .credentials p {
    margin: 0;
    padding: 0
}

.u-profile .credentials p.rating {
    font-family: NotoSans-Bold;
    font-size: 14px;
    color: #f5bf00;
    margin-bottom: 15px;
    line-height: 1
}

.u-profile .credentials p.name {
    max-width: 400px;
    overflow: hidden;
    font-family: NotoSans-Bold;
    font-size: 24px;
    color: #232937;
    text-transform: uppercase;
    line-height: 1.2;
    white-space: nowrap;
    text-overflow: ellipsis
}

.u-profile .credentials p.clan, .u-profile .credentials p.occupation {
    font-size: 14px;
    color: #8794ae;
    line-height: 1.5
}

.u-profile .progress {
    margin-top: 30px;
    height: 12px;
    border-radius: 4px;
    background: #eaeaea;
    box-shadow: none
}

.u-profile .progress .progress-bar {
    background-color: #4878da;
    box-shadow: none;
    text-align: right;
    line-height: 12px;
    border-top-right-radius: 4px;
    border-bottom-right-radius: 4px
}

.u-profile .progress .progress-bar span {
    position: relative;
    right: -34px;
    font-family: NotoSans-Bold;
    font-size: 14px;
    color: #4878da
}

.u-profile .socials {
    float: right;
    margin: 0
}

.u-profile .socials li {
    display: inline-block;
    margin-left: 12px
}

.u-profile .socials li:first-child {
    margin-left: 0
}

.u-profile .socials a.fb.active:before {
    content: ' ';
    display: inline-block;
    font-size: 10px;
    background-image: url(../images/sprite_svg.svg?38780);
    background-repeat: no-repeat;
    background-size: 6.8em 846.7em;
    background-position: -.2em -350.5em;
    width: 1.6em;
    height: 1.6em
}

.no-svg .u-profile .socials a.fb.active:before {
    background-image: url(../images/sprite_svg.png?38780)
}

.u-profile .socials a.fb:before {
    content: ' ';
    display: inline-block;
    font-size: 10px;
    background-image: url(../images/sprite_svg.svg?38780);
    background-repeat: no-repeat;
    background-size: 6.8em 846.7em;
    background-position: -.2em -352.5em;
    width: 1.6em;
    height: 1.6em
}

.no-svg .u-profile .socials a.fb:before {
    background-image: url(../images/sprite_svg.png?38780)
}

.u-profile .socials a.fb:hover:before {
    background-position: -.2em -350.5em;
    width: 1.6em;
    height: 1.6em
}

.u-profile .socials a.vk.active:before {
    content: ' ';
    display: inline-block;
    font-size: 10px;
    background-image: url(../images/sprite_svg.svg?38780);
    background-repeat: no-repeat;
    background-size: 6.8em 846.7em;
    background-position: -.2em -507.8em;
    width: 2.8em;
    height: 1.6em
}

.no-svg .u-profile .socials a.vk.active:before {
    background-image: url(../images/sprite_svg.png?38780)
}

.u-profile .socials a.vk:before {
    content: ' ';
    display: inline-block;
    font-size: 10px;
    background-image: url(../images/sprite_svg.svg?38780);
    background-repeat: no-repeat;
    background-size: 6.8em 846.7em;
    background-position: -.2em -509.8em;
    width: 2.8em;
    height: 1.6em
}

.no-svg .u-profile .socials a.vk:before {
    background-image: url(../images/sprite_svg.png?38780)
}

.u-profile .socials a.vk:hover:before {
    background-position: -.2em -507.8em;
    width: 2.8em;
    height: 1.6em
}

.u-profile .socials a.tw.active:before {
    content: ' ';
    display: inline-block;
    font-size: 10px;
    background-image: url(../images/sprite_svg.svg?38780);
    background-repeat: no-repeat;
    background-size: 6.8em 846.7em;
    background-position: -.2em -480.59999999999997em;
    width: 1.6em;
    height: 1.6em
}

.no-svg .u-profile .socials a.tw.active:before {
    background-image: url(../images/sprite_svg.png?38780)
}

.u-profile .socials a.tw:before {
    content: ' ';
    display: inline-block;
    font-size: 10px;
    background-image: url(../images/sprite_svg.svg?38780);
    background-repeat: no-repeat;
    background-size: 6.8em 846.7em;
    background-position: -.2em -482.59999999999997em;
    width: 1.6em;
    height: 1.6em
}

.no-svg .u-profile .socials a.tw:before {
    background-image: url(../images/sprite_svg.png?38780)
}

.u-profile .socials a.tw:hover:before {
    background-position: -.2em -480.59999999999997em;
    width: 1.6em;
    height: 1.6em
}

.u-profile .socials a.goo.active:before {
    content: ' ';
    display: inline-block;
    font-size: 10px;
    background-image: url(../images/sprite_svg.svg?38780);
    background-repeat: no-repeat;
    background-size: 6.8em 846.7em;
    background-position: -.2em -360.8em;
    width: 2.5em;
    height: 1.7em
}

.no-svg .u-profile .socials a.goo.active:before {
    background-image: url(../images/sprite_svg.png?38780)
}

.u-profile .socials a.goo:before {
    content: ' ';
    display: inline-block;
    font-size: 10px;
    background-image: url(../images/sprite_svg.svg?38780);
    background-repeat: no-repeat;
    background-size: 6.8em 846.7em;
    background-position: -.2em -362.9em;
    width: 2.5em;
    height: 1.7em
}

.no-svg .u-profile .socials a.goo:before {
    background-image: url(../images/sprite_svg.png?38780)
}

.u-profile .socials a.goo:hover:before {
    background-position: -.2em -360.8em;
    width: 2.5em;
    height: 1.7em
}

.u-profile .test table {
    min-width: 380px;
    width: 100%
}

.u-profile .test table th {
    font-family: NotoSans-Regular;
    font-weight: 400;
    background: #fff;
    font-size: 13px;
    color: #8794ae;
    text-align: left;
    padding-left: 25px;
    padding-bottom: 14px
}

.u-profile .test table tr {
    border-bottom: 1px solid #eaebee
}

.u-profile .test table tr.last {
    border-bottom: none
}

.u-profile .test table td {
    color: #232937;
    font-size: 14px;
    padding: 30px 25px;
    vertical-align: middle
}

.u-profile .test table td:first-child {
    width: 150px
}

.u-profile .test table td:last-child {
    text-align: right
}

.u-profile .test i {
    vertical-align: middle;
    margin-left: 7px;
    position: relative;
    top: 2px
}

.u-profile .test i.icon-q {
    cursor: help
}

.u-profile .test i.icon-q:before {
    content: ' ';
    display: inline-block;
    font-size: 10px;
    background-image: url(../images/sprite_svg.svg?38780);
    background-repeat: no-repeat;
    background-size: 6.8em 846.7em;
    background-position: -.2em -156.39999999999998em;
    width: 1.7em;
    height: 1.7em
}

.no-svg .u-profile .test i.icon-q:before {
    background-image: url(../images/sprite_svg.png?38780)
}

.u-profile .test a.icon-lnk:before {
    content: ' ';
    display: inline-block;
    font-size: 10px;
    background-image: url(../images/sprite_svg.svg?38780);
    background-repeat: no-repeat;
    background-size: 6.8em 846.7em;
    background-position: -.2em -290.59999999999997em;
    width: 1.809em;
    height: 2.091em
}

.no-svg .u-profile .test a.icon-lnk:before {
    background-image: url(../images/sprite_svg.png?38780)
}

.u-magazine {
    padding: 25px
}

.u-magazine .link {
    float: right;
    margin-bottom: 25px
}

.u-magazine .link a {
    text-decoration: none;
    font-size: 14px
}

.u-magazine .btn-download-pdf {
    margin-bottom: 20px
}

.u-magazine .magazine {
    margin-left: 40px
}

.u-magazine .description .title {
    margin: 0;
    font-size: 24px
}

.u-magazine .description .date {
    font-size: 14px;
    color: #8794ae
}

.u-magazine .description .desc-text {
    font-size: 14px;
    color: #232937;
    font-family: NotoSerif-Italic;
    margin-bottom: 0;
    margin-top: 24px
}

.u-magazine .sub-wrap {
    background-color: #f8f9fb;
    border-radius: 4px;
    padding: 20px 25px;
    margin-top: 15px
}

.u-magazine .sub-wrap p {
    margin: 0;
    font-size: 14px;
    max-width: 210px;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden
}

.u-magazine .sub-wrap a {
    font-size: 14px;
    line-height: .8
}

.u-notifications .notifications-wrap {
    max-height: 425px;
    overflow: hidden
}

.u-notifications .notification {
    border-top: 1px solid #efefef;
    padding: 25px;
    font-size: 14px;
    color: #232937
}

.u-notifications .notification .pic-wrap {
    position: relative
}

.u-notifications .notification .pic-wrap .pic {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    overflow: hidden
}

.u-notifications .notification .pic-wrap .pic img {
    max-width: 100%
}

.u-notifications .notification .pic-wrap .clan {
    position: absolute;
    right: -8px;
    top: 23px
}

.u-notifications .notification .media-body {
    padding-left: 15px;
    line-height: 1.5
}

.u-notifications .notification .time {
    color: #8794ae;
    margin-left: 5px
}

.u-notifications .notification .user {
    color: #232937;
    text-decoration: none;
    font-family: NotoSans-Bold;
    transition: color .3s ease
}

.u-notifications .notification .user:hover {
    color: #6797f9
}

.u-notifications .notification .admin {
    color: #608adf;
    text-decoration: none;
    font-family: NotoSans-Bold;
    transition: color .3s ease
}

.u-notifications .notification .admin:hover {
    color: #6797f9
}

.u-notifications .notification em {
    font-style: normal;
    font-family: NotoSerif-Italic
}

.u-questions .questions-wrap {
    max-height: 425px;
    overflow: hidden
}

.u-questions .question {
    border-top: 1px solid #efefef;
    padding: 25px 0 0 0
}

.u-questions .question-title {
    display: table-cell;
    font-family: NotoSans-Bold;
    color: #232937;
    font-size: 16px;
    vertical-align: middle;
    padding: 20px 25px;
    padding-top: 10px;
    text-decoration: none
}

.u-questions .question-title:hover {
    text-decoration: underline
}

.u-questions .question-info {
    padding: 0 25px
}

.u-questions .question-info .time {
    color: #a8a9ab;
    font-size: 13px
}

.u-questions .question-info .type {
    color: #f5bf00;
    font-size: 13px
}

.u-questions .comment-notify {
    font-family: NotoSans-Regular
}

.u-orders .title-differ {
    padding: 30px 25px;
    padding-bottom: 0
}

.u-orders .description a {
    text-decoration: none;
    position: relative;
    bottom: 5px
}

.u-orders .orders-wrap {
    max-height: 425px;
    overflow-y: hidden
}

.u-orders .orders-wrap td:first-child, .u-orders .orders-wrap th:first-child {
    padding-left: 25px
}

.u-orders .orders-wrap table {
    min-width: 380px;
    width: 100%
}

.u-orders .orders-wrap th {
    font-size: 13px;
    color: #8794ae;
    font-weight: 400;
    padding-bottom: 14px;
    text-align: left
}

.u-orders .orders-wrap tr {
    border-top: 1px solid #efefef
}

.u-orders .orders-wrap td {
    padding: 18px 10px;
    color: #232937;
    font-size: 14px;
    vertical-align: top
}

.u-orders .orders-wrap td .status {
    color: #8f8f8f
}

.u-orders .orders-wrap td .status:before {
    content: ' ';
    display: inline-block;
    font-size: 10px;
    background-image: url(../images/sprite_svg.svg?38780);
    background-repeat: no-repeat;
    background-size: 6.8em 846.7em;
    vertical-align: middle;
    margin-right: 10px
}

.no-svg .u-orders .orders-wrap td .status:before {
    background-image: url(../images/sprite_svg.png?38780)
}

.u-orders .orders-wrap td .status.pending:before {
    background-position: -.2em -274.09999999999997em;
    width: 1.4em;
    height: 1.3em
}

.u-orders .orders-wrap thead tr {
    border-top: none
}

.u-subscriptions .sub-items {
    padding: 0 25px;
    padding-bottom: 25px
}

.u-subscriptions .jq-checkbox {
    top: 4px
}

.u-subscriptions .jq-checkbox + span {
    font-size: 14px
}

.u-subscriptions .jq-checkbox:not(.formstyler-img).checked .jq-checkbox__div:before {
    margin: 0 0 0 3px
}

.u-articles .articles-wrap {
    max-height: 425px;
    overflow: hidden
}

.u-articles .article {
    border-top: 1px solid #efefef;
    padding: 25px 0 0 0
}

.u-articles .article-title {
    display: table-cell;
    font-family: NotoSans-Bold;
    color: #232937;
    font-size: 16px;
    vertical-align: middle;
    padding: 20px 25px;
    padding-right: 50px;
    padding-top: 10px;
    text-decoration: none
}

.u-articles .article-title:hover {
    text-decoration: underline
}

.u-articles .article-info {
    padding: 0 25px
}

.u-articles .article-info .time {
    color: #a8a9ab;
    font-size: 13px
}

.u-articles .article-info .type {
    color: #f5bf00;
    font-size: 13px;
    margin-right: 30px
}

.u-articles .article-info .close {
    position: absolute;
    right: 0;
    top: 0;
    background: #f7f7f7;
    border-radius: 4px;
    padding: 8px
}

.u-articles .article-info .close:before {
    background-position: -.2em -128.29999999999998em;
    width: 1em;
    height: 1em
}

.u-articles .searchbar {
    padding: 0 25px;
    padding-bottom: 25px
}

.u-articles .searchbar input {
    background-color: #fff;
    padding-left: 35px
}

.u-articles .searchbar input:focus + .icon {
    background-position: -.2em -284em;
    width: 1.4em;
    height: 1.4em
}

.u-articles .searchbar .icon {
    content: ' ';
    display: inline-block;
    font-size: 10px;
    background-image: url(../images/sprite_svg.svg?38780);
    background-repeat: no-repeat;
    background-size: 6.8em 846.7em;
    background-position: -.2em -282.2em;
    width: 1.4em;
    height: 1.4em;
    position: absolute;
    top: 50%;
    left: 25px;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%)
}

.no-svg .u-articles .searchbar .icon {
    background-image: url(../images/sprite_svg.png?38780)
}

.u-articles .searchbar .tag {
    display: block;
    background: #f7f7f7;
    text-align: center;
    text-decoration: none;
    font-size: 14px;
    color: #67738d;
    padding: 0 18px;
    height: 42px;
    line-height: 42px;
    border-radius: 4px;
    transition: all .15s ease
}

.u-articles .searchbar .tag:hover {
    background: #e5edfd;
    color: #4878da
}

.u-articles .comment-notify {
    font-family: NotoSans-Regular
}

.u-battle .chart-wrap {
    padding: 0 25px
}

.u-battle .users-wrap {
    max-height: 425px;
    overflow: hidden;
    border-bottom: 1px solid #efefef
}

.u-battle .users-wrap a, .u-battle .users-wrap a:link {
    text-decoration: none
}

.u-battle .users-wrap .user {
    border-top: 1px solid #efefef;
    padding: 15px 25px;
    display: table;
    width: 100%;
    transition: background-color .3s ease
}

.u-battle .users-wrap .user:hover {
    background-color: #fbfcfd;
    cursor: pointer
}

.u-battle .users-wrap .user > div {
    display: table-cell;
    vertical-align: middle
}

.u-battle .users-wrap .user .pic-wrap {
    position: relative
}

.u-battle .users-wrap .user .pic-wrap .pic {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    overflow: hidden
}

.u-battle .users-wrap .user .pic-wrap .pic img {
    max-width: 100%
}

.u-battle .users-wrap .user .pic-wrap .clan {
    position: absolute;
    right: -8px;
    top: 23px
}

.u-battle .users-wrap .user .num {
    text-decoration: none;
    color: #232937;
    width: 50px;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow-x: hidden
}

.u-battle .users-wrap .user .name {
    padding-left: 20px;
    text-decoration: none;
    color: #232937;
    text-overflow: ellipsis;
    white-space: nowrap;
    max-width: 300px;
    overflow-x: hidden
}

.u-battle .users-wrap .user .rating {
    min-width: 60px;
    text-align: right;
    text-decoration: none;
    color: #232937
}

.u-battle .users-wrap .user.toggle {
    text-align: center
}

.u-battle .users-wrap .user .toggler, .u-battle .users-wrap .user .toggler:after, .u-battle .users-wrap .user .toggler:before {
    position: relative;
    display: inline-block;
    width: 6px;
    height: 6px;
    border-radius: 50%;
    background-color: #dadada
}

.u-battle .users-wrap .user .toggler:after, .u-battle .users-wrap .user .toggler:before {
    position: absolute;
    content: ""
}

.u-battle .users-wrap .user .toggler:before {
    right: 13px
}

.u-battle .users-wrap .user .toggler:after {
    left: 13px
}

.u-battle .button {
    padding: 25px;
    padding-left: 0
}

.u-battle .description .tag {
    display: inline-block;
    background: #f7f7f7;
    text-align: center;
    text-decoration: none;
    font-size: 14px;
    color: #67738d;
    padding: 0 15px;
    height: 42px;
    line-height: 42px;
    border-radius: 4px;
    transition: all .15s ease
}

.u-battle .description .tag:hover {
    background: #e5edfd;
    color: #4878da
}

.u-comments .title-differ {
    padding: 30px 25px;
    padding-bottom: 0
}

.u-comments .description a {
    text-decoration: none;
    position: relative;
    bottom: 5px
}

.u-comments .comments-wrap {
    max-height: 425px;
    overflow: hidden
}

.u-comments .comment {
    border-top: 1px solid #efefef;
    display: table;
    width: 100%
}

.u-comments .news-title {
    display: table-cell;
    font-family: NotoSans-Bold;
    color: #232937;
    font-size: 16px;
    vertical-align: middle;
    padding: 20px 25px;
    text-decoration: none
}

.u-comments .news-title:hover {
    text-decoration: underline
}

.u-comments .comment-info {
    display: table-cell;
    vertical-align: middle;
    padding: 20px 25px;
    width: 30%
}

.u-comments .comment-info .time {
    display: inline-block;
    max-width: 130px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    font-size: 14px;
    color: #4878da;
    text-decoration: none
}

.u-comments .comment-info .rating {
    float: right
}

.u-comments .comment-info .rating .like {
    color: #69ec8b;
    font-size: 14px
}

.u-comments .comment-info .rating .dis {
    color: #f74f4f;
    font-size: 14px;
    margin-left: 10px
}

.u-comments .comment-text {
    margin-top: 15px;
    font-size: 16px;
    color: #1b2130;
    text-decoration: none
}

.u-comments .comment-text:hover {
    text-decoration: underline
}

.u-comments .comment-text .icon {
    font-size: 13px;
    color: #a8a9ab;
    font-family: NotoSans-Regular;
    margin-left: 8px;
    vertical-align: middle
}

.u-comments .comment-text .icon:before {
    content: ' ';
    display: inline-block;
    font-size: 10px;
    background-image: url(../images/sprite_svg.svg?38780);
    background-repeat: no-repeat;
    background-size: 6.8em 846.7em;
    background-position: -.2em -115em;
    width: 1.8em;
    height: 1.3em;
    margin-right: 5px;
    vertical-align: middle
}

.no-svg .u-comments .comment-text .icon:before {
    background-image: url(../images/sprite_svg.png?38780)
}

#map-wrapper {
    height: 600px;
    margin-bottom: 30px;
    width: 10000px;
    left: 50%;
    -webkit-transform: translate(-50%);
    transform: translate(-50%)
}

.media-kit.proto {
    width: 30%;
    height: 200px;
    line-height: 200px;
    color: #fafafa;
    float: right;
    margin: 1.5em 2.2em;
    margin-bottom: 0;
    margin-right: 0;
    margin-top: 0;
    text-align: center;
    border-radius: 4px;
    border: 1px dashed #999
}

.newsline {
    margin: 4em 0;
    margin-bottom: 50px
}

.newsline .item {
    padding: 20px 0
}

.newsline .item .title {
    text-transform: none
}

.newsline .title-icon {
    margin-bottom: 15px
}

.search-results .panel {
    position: relative;
    box-shadow: 0 1px 2px 0 rgba(102, 102, 102, .15);
    border-radius: 4px;
    margin-bottom: 20px;
    background-color: #fff;
    padding: 45px 35px 35px
}

.search-results .panel .label {
    position: absolute;
    display: block;
    top: 0;
    left: 0;
    background-color: #4878da;
    font-size: 18px;
    font-family: NotoSans-Bold;
    color: #fff;
    padding: 12px;
    line-height: 1;
    border-top-left-radius: 4px
}

.search-results .panel .date {
    margin: 0;
    font-size: 13px;
    color: #98999c
}

.search-results .panel h5 {
    margin-top: 5px;
    margin-bottom: 20px;
    text-transform: none
}

.search-results .panel .mark {
    font-family: NotoSans-Regular
}

.search-results .panel .tag {
    display: inline-block;
    margin-right: 8px;
    margin-bottom: 8px;
    font-size: 14px;
    color: #67738d;
    background-color: #f7f7f7;
    border-radius: 4px;
    padding: 5px 15px;
    text-decoration: none
}

.search-results .panel .tag:last-child {
    margin-right: 0
}

.search-results .panel .tag:hover {
    background-color: #fafafa
}

.search-results .search {
    border-bottom: 1px solid #ccc;
    position: relative
}

.search-results .search input.input {
    position: relative;
    z-index: 2;
    display: inline-block;
    height: 40px;
    width: 55%;
    border: none;
    background: 0 0;
    color: #38383a;
    padding: 0 10px 0 40px;
    font-size: 14px
}

.search-results .search .icon {
    position: absolute;
    z-index: 1;
    top: 11px
}

.search-results .search .icon:before {
    content: ' ';
    display: inline-block;
    font-size: 10px;
    background-image: url(../images/sprite_svg.svg?38780);
    background-repeat: no-repeat;
    background-size: 6.8em 846.7em;
    background-position: -.2em -285.8em;
    width: 1.797em;
    height: 1.9em
}

.no-svg .search-results .search .icon:before {
    background-image: url(../images/sprite_svg.png?38780)
}

.search-results .search .btn {
    float: right;
    padding-top: 9px;
    padding-bottom: 9px;
    margin-bottom: 10px
}

.search-results .info {
    margin: 30px 0
}

.search-results .found {
    font-family: NotoSans-Bold;
    font-size: 16px;
    color: #232937
}

.search-results .sort {
    text-align: right;
    color: #9198a5;
    font-size: 14px;
    padding: 0;
    margin: 0;
    margin-top: 3px
}

.search-results .article-switch {
    background: 0 0;
    width: 100%;
    border: none;
    padding: 0;
    display: block
}

.search-results .article-switch label {
    padding-top: 0
}

.search-results .article-switch .full, .search-results .article-switch .short {
    width: 75px;
    text-align: left
}

.search-results .article-switch .full {
    float: left;
    padding: 0
}

.search-results .article-switch .form-switch {
    max-width: 350px;
    margin: 0 auto
}

.search-results .article-switch .short {
    float: right;
    padding: 0;
    width: 130px
}

.search-results .article-switch .switch {
    width: 100px;
    margin: 0;
    -webkit-transform: translate(-50%, 0);
    transform: translate(-50%, 0);
    top: 5px;
    left: 40%
}

.search-results .article-switch input[type=checkbox]:checked ~ .switch .dragger {
    left: 66px
}

.search-result__text h5 a.label__link:link, .search-result__text h5 a.label__link:visited {
    color: #000;
    text-decoration: none
}

.search-result__text h5 a.label__link:link:hover, .search-result__text h5 a.label__link:visited:hover {
    text-decoration: underline
}

.search-result__video .video-item {
    position: relative;
    width: 100%;
    max-width: 280px;
    height: 140px;
    background: url(../images/tmp/video.png) center center/cover no-repeat;
    border-radius: 3px
}

.search-result__video .video-item .cover {
    position: absolute;
    background-color: rgba(26, 40, 51, .5);
    top: 0;
    right: 0;
    bottom: 0;
    left: 0
}

.search-result__video .video-item .timing {
    display: inline-block;
    position: absolute;
    left: 0;
    bottom: 0;
    color: #fff;
    background-color: rgba(26, 40, 51, .9);
    font-size: 14px;
    font-family: NotoSans-Bold;
    border-top-right-radius: 4px;
    border-bottom-left-radius: 4px;
    padding: 10px 15px;
    line-height: 1
}

.search-result__video .video-item .play-icon {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    z-index: 2
}

.search-result__video .video-item .play-icon:before {
    content: ' ';
    display: inline-block;
    font-size: 10px;
    background-image: url(../images/sprite_svg.svg?38780);
    background-repeat: no-repeat;
    background-size: 6.8em 846.7em;
    background-position: -.2em -585.2em;
    width: 3.2em;
    height: 3.2em
}

.no-svg .search-result__video .video-item .play-icon:before {
    background-image: url(../images/sprite_svg.png?38780)
}

.search-result__video .video-info {
    margin-top: 20px
}

.search-result__video .video-info h5 {
    margin-bottom: 10px
}

.search-result__video .video-info .mark {
    font-family: NotoSans-Regular
}

.search-result__person {
    overflow: hidden
}

.search-result__person .media h5 {
    margin-bottom: 5px;
    text-transform: uppercase
}

.search-result__person .media small {
    display: block;
    line-height: 1.2;
    font-size: 12px;
    color: #7783a0;
    margin-bottom: 3px
}

.search-result__person .type {
    position: absolute;
    z-index: 1;
    -webkit-transform: rotate(-90deg);
    transform: rotate(-90deg);
    -webkit-transform-origin: left bottom 0;
    transform-origin: left bottom 0;
    left: 100%;
    bottom: 0;
    overflow: hidden;
    height: 40px;
    width: 150px;
    line-height: 40px;
    font-size: 13px;
    color: #fc0;
    text-align: center
}

.search-result__person .type:before {
    content: '';
    display: block;
    width: 600%;
    height: 1px;
    background: #fc0;
    position: absolute;
    top: 50%;
    right: 70%;
    margin-top: 1px
}

.search-result__magazine .magazine-wrap .cover img {
    margin: 0 auto
}

.search-result__magazine .magazine-info .date {
    font-size: 13px;
    color: #98999c
}

.search-result__magazine .magazine-info h6 {
    text-transform: none;
    margin-top: 5px;
    margin-bottom: 15px
}

.search-result__magazine .magazine-info .desc {
    font-size: 14px;
    color: #232937;
    font-family: NotoSerif-Italic
}

.my-subscriptions {
    padding: 25px
}

.my-subscriptions .sub-items {
    margin-bottom: 30px
}

.my-subscriptions .sub-items .checkbox {
    min-width: 120px;
    max-width: 300px;
    display: block;
    float: left;
    margin-right: 10px
}

.my-subscriptions .sub-items .checkbox + .checkbox {
    margin-top: 10px
}

.my-subscriptions .sub-items .jq-checkbox {
    top: 4px
}

.my-subscriptions .sub-items .jq-checkbox + span {
    font-size: 14px
}

.my-subscriptions .sub-items .jq-checkbox:not(.formstyler-img).checked .jq-checkbox__div:before {
    margin: 0 0 0 3px
}

.my-subscriptions .switcher .text {
    float: left;
    font-size: 14px;
    color: #7783a0;
    margin-right: 20px;
    margin-left: 40px;
    margin-top: 7px
}

.my-subscriptions .switcher .article-switch {
    width: 100%;
    max-width: 350px;
    float: left;
    border: none;
    padding: 0;
    margin-top: 4px
}

.my-subscriptions .switcher .article-switch label {
    padding-top: 0
}

.my-subscriptions .switcher .article-switch .full {
    padding-right: 70px
}

.my-subscriptions .switcher .article-switch .short {
    padding-left: 70px
}

.my-subscriptions .switcher .article-switch .switch {
    top: auto
}

.my-subscriptions .input-group {
    display: table;
    width: 100%
}

.my-subscriptions .input-group-addon {
    text-align: center
}

.my-subscriptions .form-control {
    display: table-cell;
    border-bottom-left-radius: 0;
    border-top-left-radius: 0
}

.magazines_wrap {
    margin-top: 70px
}

.magazines_wrap .img-responsive {
    margin: 0 auto
}

.magazine {
    margin-left: 80px;
    margin-bottom: 70px
}

.magazine :after, .magazine :before {
    content: ""
}

.magazine .magazine-book {
    position: relative;
    width: 160px;
    height: 220px;
    -webkit-perspective: 1000px;
    perspective: 1000px;
    -webkit-transform-style: preserve-3d;
    transform-style: preserve-3d
}

.magazine .cover-front li:first-child {
    background-color: #eee;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden
}

.magazine .cover-front li:last-child {
    background: #fff
}

.magazine .cover-back li:first-child {
    background: #fff
}

.magazine .cover-back li:last-child {
    background: #fff
}

.magazine .spine li:first-child {
    background: #fff
}

.magazine .spine li:last-child {
    background: #fff
}

.magazine .cover-back li:first-child:after, .magazine .cover-back li:first-child:before, .magazine .cover-back li:last-child:after, .magazine .cover-back li:last-child:before, .magazine .cover-front li:first-child:after, .magazine .cover-front li:first-child:before, .magazine .cover-front li:last-child:after, .magazine .cover-front li:last-child:before, .magazine .spine li:first-child:after, .magazine .spine li:first-child:before, .magazine .spine li:last-child:after, .magazine .spine li:last-child:before {
    background: #fff
}

.magazine .page .btn {
    margin-top: 80px;
    margin-left: 20px;
    padding: 10px 15px;
    text-transform: none
}

.magazine .page > li {
    background: linear-gradient(to left, #fff 0, #ddd 100%);
    box-shadow: inset 0 -1px 2px rgba(50, 50, 50, .1), inset -1px 0 1px rgba(150, 150, 150, .2);
    border-radius: 0 5px 5px 0
}

.magazine .cover-front {
    -webkit-transform: rotateY(-34deg) translateZ(8px);
    transform: rotateY(-34deg) translateZ(8px);
    z-index: 100
}

.magazine .cover-back {
    -webkit-transform: rotateY(-15deg) translateZ(-8px);
    transform: rotateY(-15deg) translateZ(-8px)
}

.magazine .page li:nth-child(1) {
    -webkit-transform: rotateY(-28deg);
    transform: rotateY(-28deg)
}

.magazine .page li:nth-child(2) {
    -webkit-transform: rotateY(-30deg);
    transform: rotateY(-30deg)
}

.magazine .page li:nth-child(3) {
    -webkit-transform: rotateY(-32deg);
    transform: rotateY(-32deg)
}

.magazine .page li:nth-child(4) {
    -webkit-transform: rotateY(-34deg);
    transform: rotateY(-34deg)
}

.magazine .page li:nth-child(5) {
    -webkit-transform: rotateY(-36deg);
    transform: rotateY(-36deg)
}

.magazine .cover-back, .magazine .cover-back li, .magazine .cover-front, .magazine .cover-front li, .magazine .spine, .magazine .spine li {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    -webkit-transform-style: preserve-3d;
    transform-style: preserve-3d
}

.magazine .cover-back, .magazine .cover-front {
    -webkit-transform-origin: 0 100%;
    transform-origin: 0 100%
}

.magazine .cover-front {
    transition: all .8s ease, z-index .6s
}

.magazine .cover-front li:first-child {
    cursor: default;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-transform: translateZ(2px);
    transform: translateZ(2px)
}

.magazine .cover-front li:last-child {
    -webkit-transform: rotateY(180deg) translateZ(2px);
    transform: rotateY(180deg) translateZ(2px)
}

.magazine .cover-back li:first-child {
    -webkit-transform: translateZ(2px);
    transform: translateZ(2px)
}

.magazine .cover-back li:last-child {
    -webkit-transform: translateZ(-2px);
    transform: translateZ(-2px)
}

.magazine .cover-back li:first-child:after, .magazine .cover-back li:first-child:before, .magazine .cover-back li:last-child:after, .magazine .cover-back li:last-child:before, .magazine .cover-front li:first-child:after, .magazine .cover-front li:first-child:before, .magazine .cover-front li:last-child:after, .magazine .cover-front li:last-child:before, .magazine .spine li:first-child:after, .magazine .spine li:first-child:before, .magazine .spine li:last-child:after, .magazine .spine li:last-child:before {
    position: absolute;
    top: 0;
    left: 0
}

.magazine .cover-front li:first-child:after, .magazine .cover-front li:first-child:before {
    width: 4px;
    height: 100%
}

.magazine .cover-front li:first-child:after {
    -webkit-transform: rotateY(90deg) translateZ(-2px) translateX(2px);
    transform: rotateY(90deg) translateZ(-2px) translateX(2px)
}

.magazine .cover-front li:first-child:before {
    -webkit-transform: rotateY(90deg) translateZ(158px) translateX(2px);
    transform: rotateY(90deg) translateZ(158px) translateX(2px)
}

.magazine .cover-front li:last-child:after, .magazine .cover-front li:last-child:before {
    width: 4px;
    height: 160px
}

.magazine .cover-front li:last-child:after {
    -webkit-transform: rotateX(90deg) rotateZ(90deg) translateZ(80px) translateX(-2px) translateY(-78px);
    transform: rotateX(90deg) rotateZ(90deg) translateZ(80px) translateX(-2px) translateY(-78px)
}

.magazine .cover-front li:last-child:before {
    box-shadow: 0 0 30px 5px #333;
    -webkit-transform: rotateX(90deg) rotateZ(90deg) translateZ(-140px) translateX(-2px) translateY(-78px);
    transform: rotateX(90deg) rotateZ(90deg) translateZ(-140px) translateX(-2px) translateY(-78px)
}

.magazine .cover-back li:first-child:after, .magazine .cover-back li:first-child:before {
    width: 4px;
    height: 100%
}

.magazine .cover-back li:first-child:after {
    -webkit-transform: rotateY(90deg) translateZ(-2px) translateX(2px);
    transform: rotateY(90deg) translateZ(-2px) translateX(2px)
}

.magazine .cover-back li:first-child:before {
    -webkit-transform: rotateY(90deg) translateZ(158px) translateX(2px);
    transform: rotateY(90deg) translateZ(158px) translateX(2px)
}

.magazine .cover-back li:last-child:after, .magazine .cover-back li:last-child:before {
    width: 4px;
    height: 160px
}

.magazine .cover-back li:last-child:after {
    -webkit-transform: rotateX(90deg) rotateZ(90deg) translateZ(80px) translateX(2px) translateY(-78px);
    transform: rotateX(90deg) rotateZ(90deg) translateZ(80px) translateX(2px) translateY(-78px)
}

.magazine .cover-back li:last-child:before {
    box-shadow: 10px -1px 80px 20px #666;
    -webkit-transform: rotateX(90deg) rotateZ(90deg) translateZ(-140px) translateX(2px) translateY(-78px);
    transform: rotateX(90deg) rotateZ(90deg) translateZ(-140px) translateX(2px) translateY(-78px)
}

.magazine .spine {
    -webkit-transform: rotateY(60deg) translateX(3px) translateZ(-12px);
    transform: rotateY(60deg) translateX(3px) translateZ(-12px);
    width: 16px;
    z-index: 0
}

.magazine .spine li:first-child {
    -webkit-transform: translateZ(2px);
    transform: translateZ(2px)
}

.magazine .spine li:last-child {
    -webkit-transform: translateZ(-2px);
    transform: translateZ(-2px)
}

.magazine .spine li:first-child:after, .magazine .spine li:first-child:before {
    width: 4px;
    height: 100%;
    background: #eff0f2
}

.magazine .spine li:first-child:after {
    -webkit-transform: rotateY(90deg) translateZ(-2px) translateX(2px);
    transform: rotateY(90deg) translateZ(-2px) translateX(2px)
}

.magazine .spine li:first-child:before {
    -webkit-transform: rotateY(-90deg) translateZ(-12px);
    transform: rotateY(-90deg) translateZ(-12px)
}

.magazine .spine li:last-child:after, .magazine .spine li:last-child:before {
    width: 4px;
    height: 16px;
    background: #eff0f2
}

.magazine .spine li:last-child:after {
    -webkit-transform: rotateX(90deg) rotateZ(90deg) translateZ(8px) translateX(2px) translateY(-6px);
    transform: rotateX(90deg) rotateZ(90deg) translateZ(8px) translateX(2px) translateY(-6px)
}

.magazine .spine li:last-child:before {
    -webkit-transform: rotateX(90deg) rotateZ(90deg) translateZ(-210px) translateX(2px) translateY(-6px);
    transform: rotateX(90deg) rotateZ(90deg) translateZ(-210px) translateX(2px) translateY(-6px)
}

.magazine .page, .magazine .page > li {
    position: absolute;
    top: 0;
    left: 0;
    -webkit-transform-style: preserve-3d;
    transform-style: preserve-3d
}

.magazine .page {
    width: 100%;
    height: 98%;
    top: 1%;
    left: 3%;
    z-index: 10
}

.magazine .page > li {
    width: 100%;
    height: 100%;
    -webkit-transform-origin: left center;
    transform-origin: left center;
    transition-property: -webkit-transform;
    transition-property: transform;
    transition-property: transform, -webkit-transform;
    transition-timing-function: ease
}

.magazine .page > li:nth-child(1) {
    transition-duration: .6s
}

.magazine .page > li:nth-child(2) {
    transition-duration: .6s
}

.magazine .page > li:nth-child(3) {
    transition-duration: .4s
}

.magazine .page > li:nth-child(4) {
    transition-duration: .5s
}

.magazine .page > li:nth-child(5) {
    transition-duration: .6s
}

.magazine .magazine-book:hover > .cover-front {
    -webkit-transform: rotateY(-145deg) translateZ(0);
    transform: rotateY(-145deg) translateZ(0);
    z-index: 0
}

.magazine .magazine-book:hover > .page li:nth-child(1) {
    -webkit-transform: rotateY(-30deg);
    transform: rotateY(-30deg);
    transition-duration: 1.5s
}

.magazine .magazine-book:hover > .page li:nth-child(2) {
    -webkit-transform: rotateY(-35deg);
    transform: rotateY(-35deg);
    transition-duration: 1.8s
}

.magazine .magazine-book:hover > .page li:nth-child(3) {
    -webkit-transform: rotateY(-118deg);
    transform: rotateY(-118deg);
    transition-duration: 1.6s
}

.magazine .magazine-book:hover > .page li:nth-child(4) {
    -webkit-transform: rotateY(-130deg);
    transform: rotateY(-130deg);
    transition-duration: 1.4s
}

.magazine .magazine-book:hover > .page li:nth-child(5) {
    -webkit-transform: rotateY(-140deg);
    transform: rotateY(-140deg);
    transition-duration: 1.2s
}

.magazine .cover {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    overflow: hidden;
    z-index: 1;
    background: url(../images/tmp/cover-1.jpg) center center/cover no-repeat;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden
}

.magazine .cover:after {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0
}

.magazine figcaption .title {
    margin: 0
}

.magazine figcaption .date {
    font-size: 14px;
    color: #8794ae
}

.magazine figcaption .desc-text {
    font-size: 14px;
    color: #232937;
    font-family: NotoSerif-Italic;
    margin-bottom: 0;
    margin-top: 24px
}

.main-banner.video .bg:after, .main-banner.video .bg:before {
    background: 0 0
}

.main-banner.video .view {
    opacity: 1
}

.main-banner.video .wrap-news .description {
    float: none
}

.video-main {
    max-width: 860px;
    margin: 0 auto;
    position: relative
}

.video-main .wrap-full {
    position: absolute;
    width: 1920px;
    height: calc(100% + 20px);
    left: 50%;
    top: -20px;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%)
}

.video-main .wrap-full.style-1 {
    background: #fff url(../images/video-pattern-1.png) top left
}

.video-main .video-item {
    position: relative;
    background-color: #fff;
    margin-top: 20px
}

.video-main .stats {
    padding-top: 20px;
    padding-left: 10px;
    padding-right: 10px
}

.video-main .g-comments {
    overflow: hidden
}

.video-main .g-comments:before {
    background-color: #fff
}

.video-main .g-comments .title-comments {
    padding-left: 10px;
    padding-right: 10px
}

.video-main .g-comments .c-title .icon {
    margin-left: 10px
}

.video-main .g-comments .c-title .icon:before {
    content: ' ';
    display: inline-block;
    font-size: 10px;
    background-image: url(../images/sprite_svg.svg?38780);
    background-repeat: no-repeat;
    background-size: 6.8em 846.7em;
    background-position: -.2em -584.1em;
    width: 1.2em;
    height: .7em
}

.no-svg .video-main .g-comments .c-title .icon:before {
    background-image: url(../images/sprite_svg.png?38780)
}

.video-main .g-comments .comment {
    padding-left: 10px;
    padding-right: 10px
}

.video-main .g-comments .c-filter a, .video-main .g-comments .c-filter a:link {
    text-decoration: underline;
    height: auto;
    font-size: 14px;
    line-height: 1.5;
    border-radius: 0;
    background: 0 0;
    float: none;
    color: #4878da;
    margin: 10px 0 0 0;
    padding: 0 10px
}

.video-main .g-comments .c-filter a:hover, .video-main .g-comments .c-filter a:link:hover {
    color: #6797f9
}

.video-main .tags {
    padding-left: 10px;
    padding-right: 10px
}

.video-main .article-controls .list {
    padding: 20px 10px;
    border-top: 1px solid #e5e5e5;
    border-bottom: 1px solid #e5e5e5;
    background-color: #fff
}

.video-main .article-controls .bookmark {
    float: right;
    margin-right: 20px
}

.video-main .article-controls .drop-actions .wrap_i {
    position: relative;
    top: 10px
}

.video-main .article-controls .rating a, .video-main .article-controls .rating a:link {
    display: block;
    float: left;
    text-decoration: none;
    height: 42px;
    padding: 0 10px;
    text-align: center;
    border-radius: 3px;
    min-width: 42px
}

.video-main .article-controls .rating a:hover, .video-main .article-controls .rating a:link:hover {
    background-color: #eff0f2
}

.slider.video {
    padding-top: 45px
}

.slider.video-top {
    padding-top: 25px;
    max-width: 860px;
    margin: 0 auto
}

.slider.video-top .caroufredsel_wrapper {
    max-height: 300px
}

.slider.video-top .slide {
    width: 20%;
    padding-left: 10px;
    padding-right: 10px
}

.slider.video-top .slide .date {
    color: #98999c;
    font-size: 13px;
    margin-bottom: 0;
    margin-top: 10px
}

.slider.video-top .slide h5 {
    margin-top: 5px;
    font-size: 14px;
    text-transform: none;
    transition: all .3s ease;
    -webkit-line-clamp: 4;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    text-overflow: ellipsis;
    overflow: hidden;
    max-height: 5.6em
}

.slider.video-top .video-card {
    min-height: auto
}

.slider.video-top .video-card .video-item {
    height: 140px
}

.slider.video-top .video-card:hover h5 {
    color: #4878da;
    text-decoration: none
}

.slider.video-top .navigation {
    float: none
}

.slider.video-top .navigation .prev {
    position: absolute;
    left: -30px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%)
}

.slider.video-top .navigation .next {
    position: absolute;
    right: -30px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    z-index: 2
}

.sl-videos {
    padding-bottom: 30px
}

.sl-videos .wrap {
    margin-left: -10px;
    margin-right: -10px
}

.sl-videos .wrap.not-init .slide + .slide {
    display: none
}

.sl-videos .caroufredsel_wrapper {
    cursor: auto !important;
    overflow: visible !important
}

.sl-videos .slide {
    width: 25%;
    float: left;
    padding-left: 20px;
    padding-right: 20px;
    opacity: 0;
    visibility: hidden;
    transition: opacity .4s ease, visibility .4s ease
}

.sl-videos .slide.visible {
    opacity: 1;
    visibility: visible
}

.sl-videos .navigation {
    float: right
}

.sl-videos .navigation .prev {
    position: relative;
    float: left;
    height: 22px;
    line-height: 22px;
    width: 30px
}

.sl-videos .navigation .prev:before {
    content: ' ';
    display: inline-block;
    font-size: 10px;
    background-image: url(../images/sprite_svg.svg?38780);
    background-repeat: no-repeat;
    background-size: 6.8em 846.7em;
    background-position: -.2em -791.3000000000001em;
    width: 2.272em;
    height: 1.597em
}

.no-svg .sl-videos .navigation .prev:before {
    background-image: url(../images/sprite_svg.png?38780)
}

.sl-videos .navigation .prev:hover:before {
    background-position: -.2em -793.3000000000001em;
    width: 2.272em;
    height: 1.597em
}

.sl-videos .navigation .next {
    position: relative;
    float: left;
    height: 22px;
    line-height: 22px;
    margin-left: 20px
}

.sl-videos .navigation .next:before {
    content: ' ';
    display: inline-block;
    font-size: 10px;
    background-image: url(../images/sprite_svg.svg?38780);
    background-repeat: no-repeat;
    background-size: 6.8em 846.7em;
    background-position: -.2em -787.3000000000001em;
    width: 2.275em;
    height: 1.6em
}

.no-svg .sl-videos .navigation .next:before {
    background-image: url(../images/sprite_svg.png?38780)
}

.sl-videos .navigation .next:hover:before {
    background-position: -.2em -789.3000000000001em;
    width: 2.275em;
    height: 1.6em
}

.sl-videos .sl-paginator {
    text-align: center;
    line-height: 1;
    margin-top: 13px
}

.sl-videos .sl-paginator a {
    display: inline-block;
    width: 10px;
    height: 10px;
    border-radius: 50%;
    background: #d3d3d3;
    transition: background .2s ease;
    margin: 0 7px
}

.sl-videos .sl-paginator a.selected {
    background: #4c7bdb
}

.grid-news.bordered {
    border-top: 1px solid #d1d4d9;
    padding-top: 50px;
    margin-top: 30px;
    margin-bottom: 0
}

.videos-top-wrap {
    position: relative;
    background-color: #eff0f2;
    padding-bottom: 90px
}

.videos-top-wrap .wrap-full {
    position: absolute;
    left: 50%;
    width: 10000px;
    height: 100%;
    top: -80px;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    background: #fff
}

.videos-top-wrap .video-card {
    height: 375px;
    border-radius: 4px;
    overflow-y: hidden;
    transition: all .3s ease;
    position: relative
}

.videos-top-wrap .video-card:hover hr {
    display: none
}

.videos-top-wrap .video-card:hover figcaption:after {
    background: #3a5896
}

.videos-top-wrap .video-card:hover figcaption .text {
    -webkit-transform: translateX(0);
    transform: translateX(0);
    opacity: 1
}

.videos-top-wrap .video-card:hover figure .cover {
    -webkit-transform: scale(1.2);
    transform: scale(1.2)
}

.videos-top-wrap .video-card figure .cover {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: url(../images/tmp/video-banner-1.png) center center/cover no-repeat;
    transition: all .3s ease
}

.videos-top-wrap .video-card figcaption {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    padding: 40px 30px
}

.videos-top-wrap .video-card figcaption:after {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background: 0 0;
    opacity: .5;
    transition: all .3s ease
}

.videos-top-wrap .video-card figcaption .text {
    -webkit-transform: translateX(-20px);
    transform: translateX(-20px);
    transition: all .35s ease;
    opacity: 0
}

.videos-top-wrap .video-card:hover {
    box-shadow: 0 3px 3px 0 rgba(34, 34, 34, .2);
    cursor: pointer
}

.videos-top-wrap .video-card h3 {
    margin-top: 0;
    color: #fff;
    position: relative;
    z-index: 2
}

.videos-top-wrap .video-card hr {
    border-color: #fff;
    position: relative;
    z-index: 2
}

.videos-top-wrap .video-card .text {
    font-size: 14px;
    font-family: NotoSerif-Italic;
    line-height: 18px;
    color: #fff;
    max-height: 183px;
    overflow: hidden;
    position: relative;
    z-index: 2
}

.videos-grid-wrap {
    position: relative;
    padding-bottom: 90px
}

.videos-grid-wrap .wrap-full {
    position: absolute;
    left: 50%;
    width: 10000px;
    height: 100%;
    top: -80px;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    background: #dee0e4
}

.videos-grid-wrap .hero {
    width: 50%;
    float: left;
    padding-left: 10px;
    padding-right: 10px
}

.videos-grid-wrap .slide {
    position: relative;
    overflow: hidden;
    width: 50%;
    float: left
}

.videos-grid-wrap .slide.hero {
    width: 50%;
    float: left;
    padding-right: 10px;
    padding-left: 10px
}

.videos-grid-wrap .slide.first {
    border-top-right-radius: 4px;
    border-top-left-radius: 4px
}

.videos-grid-wrap .slide.last {
    border-bottom-right-radius: 4px;
    border-bottom-left-radius: 4px
}

.videos-grid-wrap .pair-slides {
    position: relative;
    background-color: #fff;
    overflow: hidden;
    float: left;
    border-radius: 4px
}

.videos-grid-wrap .pair-slides .video-card {
    padding: 25px
}

.videos-grid-wrap .banner-section {
    width: 25%;
    position: relative;
    float: left;
    padding-left: 10px;
    padding-right: 10px
}

.video-card-hero {
    background-color: #fff;
    border-radius: 4px;
    overflow: hidden
}

.video-card-hero.is-slide .video-item {
    height: 220px;
    min-height: 1px;
    border-radius: 4px
}

.video-card-hero.is-slide .video-item .play-icon:before {
    -webkit-transform: scale(1);
    transform: scale(1)
}

.video-card-hero.is-slide .video-info {
    padding-top: 15px
}

.video-card-hero.is-slide .video-info h4 {
    margin-top: 10px;
    text-transform: none;
    font-size: 16px;
    max-height: 3.9em;
    overflow: hidden
}

.video-card-hero:hover {
    cursor: pointer
}

.video-card-hero:hover .video-item .cover:before {
    background-color: rgba(58, 88, 150, .5)
}

.video-card-hero a:link {
    text-decoration: none
}

.video-card-hero a:hover h4 {
    color: #4878da
}

.video-card-hero .video-info {
    position: relative;
    background-color: #fff;
    padding: 25px 20px
}

.video-card-hero .video-info .date {
    color: #98999c;
    font-size: 13px;
    margin-bottom: 0
}

.video-card-hero .video-info h4 {
    margin-top: 18px;
    transition: all .3s ease
}

.video-card-hero .video-info .text {
    font-size: 16px;
    font-family: NotoSerif-Italic;
    color: #232937;
    line-height: 24px;
    text-decoration: none;
    margin-top: 25px
}

.video-card-hero .video-item {
    overflow: hidden;
    position: relative;
    width: 100%;
    min-height: 390px;
    border-top-left-radius: 4px;
    border-top-right-radius: 4px;
    background-color: #fff
}

.video-card-hero .video-item img.preview {
    width: 100%;
    height: 100%;
    position: absolute;
    -o-object-fit: cover;
    object-fit: cover
}

.video-card-hero .video-item .play-icon {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    z-index: 2;
    pointer-events: none
}

.video-card-hero .video-item .play-icon:before {
    content: ' ';
    display: inline-block;
    font-size: 10px;
    background-image: url(../images/sprite_svg.svg?38780);
    background-repeat: no-repeat;
    background-size: 6.8em 846.7em;
    background-position: -.2em -585.2em;
    width: 3.2em;
    height: 3.2em;
    -webkit-transform: scale(2);
    transform: scale(2)
}

.no-svg .video-card-hero .video-item .play-icon:before {
    background-image: url(../images/sprite_svg.png?38780)
}

.video-card-hero .video-item .cover {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0
}

.video-card-hero .video-item .cover:before {
    content: "";
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background-color: rgba(26, 40, 51, .5);
    position: absolute;
    transition: all .3s ease
}

.video-card-hero .video-item .cover.is-hidden {
    background: 0 0
}

.video-card {
    min-height: 300px;
    position: relative;
    overflow-x: hidden
}

.video-card img.preview {
    position: absolute;
    -o-object-fit: cover;
    object-fit: cover;
    width: 100%;
    height: 100%
}

.video-card:hover .video-info h5 {
    color: #4878da;
    text-decoration: none
}

.video-card:hover .video-item {
    pointer-events: none
}

.video-card:hover .video-item .cover:before {
    background-color: rgba(58, 88, 150, .5)
}

.video-card .control:hover .icon span, .video-card .control:hover .icon span:after, .video-card .control:hover .icon span:before {
    background: #4878da
}

.js-off .video-card .control:hover .drop-actions {
    display: block
}

.js-off .video-card .control:hover .drop-actions .wrap_i {
    top: 0;
    opacity: 1
}

.video-card .control.block .drop-actions {
    display: block
}

.video-card .control.block.animate .drop-actions .wrap_i {
    opacity: 1;
    top: 0
}

.video-card .icon {
    position: absolute;
    top: 0;
    right: -10px;
    height: 30px;
    width: 28px;
    cursor: pointer;
    border-radius: 2px
}

.video-card .icon span {
    display: block;
    position: absolute;
    top: 50%;
    left: 50%;
    margin-left: -2px;
    margin-top: -2px
}

.video-card .icon span:after, .video-card .icon span:before {
    content: '';
    display: block;
    position: absolute;
    left: 0
}

.video-card .icon span:before {
    bottom: 100%;
    margin-bottom: 3px
}

.video-card .icon span:after {
    top: 100%;
    margin-top: 3px
}

.video-card .icon span, .video-card .icon span:after, .video-card .icon span:before {
    width: 5px;
    height: 5px;
    background: #e1e1e1;
    border-radius: 50%
}

.video-card .drop-actions {
    display: none;
    position: absolute;
    z-index: 10;
    top: 0;
    left: 0;
    padding: 45px 8px 0;
    width: 100%
}

.video-card .drop-actions .wrap_i {
    position: relative;
    background: #fff;
    border: 1px solid #dedede;
    box-shadow: 0 2px 10px rgba(0, 0, 0, .2);
    padding: 25px 20px 20px;
    opacity: 0;
    top: 20px;
    transition: opacity .2s ease, top .15s ease, -webkit-transform .15s ease;
    transition: opacity .2s ease, top .15s ease, transform .15s ease;
    transition: opacity .2s ease, top .15s ease, transform .15s ease, -webkit-transform .15s ease
}

.video-card .drop-actions .wrap_i:before {
    content: '';
    display: block;
    height: 8px;
    width: 8px;
    background: #fff;
    border: 1px solid #dedede;
    border-bottom: none;
    border-right: none;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    position: absolute;
    top: 0;
    right: 0;
    margin-top: -5px;
    margin-right: 6px
}

.video-card .drop-actions .bookmarks {
    margin-bottom: 20px;
    padding-bottom: 20px;
    border-bottom: 1px solid #f2f4f9
}

.video-card .drop-actions .bookmarks a {
    position: relative;
    display: block;
    line-height: 22px;
    text-decoration: none;
    font-size: 14px;
    padding-left: 30px;
    color: #4878da;
    transition: none
}

.video-card .drop-actions .bookmarks a:hover {
    color: #6797f9
}

.video-card .drop-actions .bookmarks a:hover:before {
    background-position: -.2em -92.2em;
    width: 1.3em;
    height: 2.0907em
}

.video-card .drop-actions .bookmarks a:before {
    content: ' ';
    display: inline-block;
    font-size: 10px;
    background-image: url(../images/sprite_svg.svg?38780);
    background-repeat: no-repeat;
    background-size: 6.8em 846.7em;
    background-position: -.2em -89.7em;
    width: 1.3em;
    height: 2.0907em;
    display: block;
    position: absolute;
    top: 50%;
    left: 6px;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%)
}

.no-svg .video-card .drop-actions .bookmarks a:before {
    background-image: url(../images/sprite_svg.png?38780)
}

.video-card .drop-actions .sharing .label {
    font-size: 14px;
    margin-bottom: 6px
}

.video-card .drop-actions .sharing .sh-list {
    margin-left: -5px;
    margin-right: -5px
}

.video-card .drop-actions .sharing a {
    display: inline-block;
    padding: 5px 10px;
    transition: none
}

.video-card a:link {
    text-decoration: none
}

.video-card a:hover h5 {
    text-decoration: underline
}

.video-card hr {
    border-color: #e7e7e7;
    margin: 10px 0
}

.video-card .video-footer {
    position: absolute;
    bottom: 0;
    width: 100%
}

.video-card .comment {
    display: block;
    text-decoration: none;
    color: #232937
}

.video-card .comment:hover {
    color: #f5bf00
}

.video-card .comment .pic {
    width: 26px;
    height: 26px;
    overflow: hidden;
    border-radius: 50%;
    margin-right: 12px;
    float: left
}

.video-card .comment .pic img {
    display: block;
    width: 26px;
    height: 26px
}

.video-card .comment .text {
    overflow: hidden
}

.video-card .comment .name {
    line-height: 1.2;
    font-size: 11px;
    font-family: NotoSans-Bold, Helvetica, Arial, sans-serif;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis
}

.video-card .comment .txt {
    line-height: 1.1;
    font-size: 11px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis
}

.video-card .video-item {
    position: relative;
    width: 100%;
    height: 140px;
    border-radius: 4px;
    overflow: hidden
}

.video-card .video-item .play-icon {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    z-index: 2;
    pointer-events: none
}

.video-card .video-item .play-icon:before {
    content: ' ';
    display: inline-block;
    font-size: 10px;
    background-image: url(../images/sprite_svg.svg?38780);
    background-repeat: no-repeat;
    background-size: 6.8em 846.7em;
    background-position: -.2em -585.2em;
    width: 3.2em;
    height: 3.2em
}

.no-svg .video-card .video-item .play-icon:before {
    background-image: url(../images/sprite_svg.png?38780)
}

.video-card .video-item .cover {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0
}

.video-card .video-item .cover:before {
    content: "";
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background-color: rgba(26, 40, 51, .5);
    position: absolute;
    transition: all .3s ease
}

.video-card .video-item .cover.is-hidden {
    background: 0 0
}

.video-card .video-item .timing {
    display: inline-block;
    position: absolute;
    left: 0;
    bottom: 0;
    color: #fff;
    background-color: rgba(26, 40, 51, .9);
    font-size: 14px;
    font-family: NotoSans-Bold;
    border-top-right-radius: 4px;
    border-bottom-right-radius: 4px;
    padding: 10px 15px;
    line-height: 1
}

.video-card .video-info {
    position: relative;
    overflow: hidden
}

.video-card .video-info .date {
    color: #98999c;
    font-size: 13px;
    margin-top: 14px;
    margin-bottom: 0
}

.video-card .video-info h5 {
    margin-top: 10px;
    text-transform: none;
    transition: all .3s ease;
    -webkit-line-clamp: 3;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    text-overflow: ellipsis;
    overflow: hidden;
    max-height: 4.5em
}

.sl-related-videos.wrap {
    position: relative;
    padding-left: 10px;
    padding-right: 10px;
    float: left;
    width: 50%
}

.sl-related-videos .sl-paginator {
    position: absolute;
    text-align: center;
    line-height: 1;
    margin-top: 13px;
    height: 20px;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    bottom: 0
}

.sl-related-videos .sl-paginator a {
    display: inline-block;
    width: 10px;
    height: 10px;
    border-radius: 50%;
    background: #d3d3d3;
    transition: background .2s ease;
    margin: 0 7px
}

.sl-related-videos .sl-paginator a.selected {
    background: #4c7bdb
}

.vote-inst .vote-list {
    margin-left: -10px;
    margin-right: -10px
}

.vote-inst .vote-item {
    float: left;
    width: 33.33%;
    padding: 0 10px;
    margin-bottom: 20px
}

.vote-inst .v-card {
    position: relative;
    background: #fff;
    padding: 30px 20px;
    border-radius: 4px
}

.vote-inst:not(.simple) .v-card {
    box-shadow: 0 1px 2px 0 rgba(102, 102, 102, .15);
    transition: box-shadow .3s ease
}

.vote-inst .v-likes {
    text-align: center;
    color: #4878da;
    font-size: 24px;
    line-height: 1.2;
    margin-bottom: 20px
}

.vote-inst .v-likes.active:before {
    background-position: -.2em -591.1em;
    width: 2.2em;
    height: 1.9em
}

.vote-inst .v-likes:before {
    content: ' ';
    display: inline-block;
    font-size: 10px;
    background-image: url(../images/sprite_svg.svg?38780);
    background-repeat: no-repeat;
    background-size: 6.8em 846.7em;
    background-position: -.2em -588.8000000000001em;
    width: 2.2em;
    height: 1.9em;
    display: inline-block;
    vertical-align: middle;
    margin-right: 8px
}

.no-svg .vote-inst .v-likes:before {
    background-image: url(../images/sprite_svg.png?38780)
}

.vote-inst .v-likes .count {
    display: inline-block;
    vertical-align: middle
}

.vote-inst .btn-wrap {
    position: relative;
    text-align: center;
    margin-bottom: 30px;
    height: 44px;
    line-height: 44px;
    font-size: 16px;
    color: #4878da
}

.vote-inst .btn-wrap > * {
    vertical-align: top
}

.vote-inst .pic {
    position: relative;
    display: block;
    text-decoration: none;
    width: 100%;
    height: 310px;
    overflow: hidden;
    border-radius: 4px;
    margin-bottom: 20px;
    transition: none
}

.vote-inst .pic:before {
    content: ' ';
    display: inline-block;
    font-size: 10px;
    background-image: url(../images/sprite_svg.svg?38780);
    background-repeat: no-repeat;
    background-size: 6.8em 846.7em;
    background-position: -.2em -593.4000000000001em;
    width: 3.003em;
    height: 3.1em;
    display: block;
    position: absolute;
    z-index: 2;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%) scale(.8);
    transform: translate(-50%, -50%) scale(.8);
    opacity: 0;
    transition: opacity .3s ease, -webkit-transform .3s ease;
    transition: opacity .3s ease, transform .3s ease;
    transition: opacity .3s ease, transform .3s ease, -webkit-transform .3s ease
}

.no-svg .vote-inst .pic:before {
    background-image: url(../images/sprite_svg.png?38780)
}

.vote-inst .pic img {
    position: absolute;
    z-index: 1;
    display: block;
    min-width: 102%;
    min-height: 102%;
    top: 51%;
    left: 51%;
    -webkit-transform: translate(-51%, -51%);
    transform: translate(-51%, -51%);
    opacity: 1;
    transition: opacity .3s ease;
    will-change: opacity
}

.vote-inst .v-user {
    margin-bottom: 15px
}

.vote-inst .v-user .photo {
    position: relative;
    width: 50px;
    height: 50px;
    border-radius: 50%;
    overflow: hidden;
    float: left;
    margin-right: 15px
}

.vote-inst .v-user .photo img {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%)
}

.vote-inst .v-user .info {
    overflow: hidden;
    line-height: 1.3;
    padding-top: 5px
}

.vote-inst .v-user .name {
    font-size: 18px;
    font-family: NotoSans-Bold, Helvetica, Arial, sans-serif;
    margin-bottom: 5px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis
}

.vote-inst .v-user .date {
    color: #ccc;
    font-size: 13px
}

.vote-inst .description {
    font-size: 14px;
    line-height: 1.3;
    overflow: hidden;
    height: 124px
}

.vote-inst .description .mCSB_scrollTools {
    width: 5px
}

.vote-inst .description .mCSB_scrollTools .mCSB_draggerRail {
    background: #f6f6f6;
    width: 5px
}

.vote-inst .description .mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
    width: 5px;
    background: #e1e1e1
}

.vote-inst .description .mCSB_vertical.mCSB_inside > .mCSB_container {
    margin-right: 10px
}

.vote-inst-detail {
    position: relative;
    height: 680px;
    margin-bottom: 20px;
    box-shadow: 0 1px 2px 0 rgba(102, 102, 102, .15);
    transition: box-shadow .3s ease;
    border-radius: 4px
}

.vote-inst-detail .text-informer {
    position: relative;
    float: left;
    width: 66.66%;
    margin: 0
}

.vote-inst-detail .text-informer .text-wrap {
    position: relative
}

.vote-inst-detail .vote-inst {
    float: left;
    width: 33.33%
}

.vote-inst-detail .vote-inst .v-likes {
    padding-top: 20px;
    margin-bottom: 45px
}

.modal-insta .modal-dialog {
    width: 920px
}

.modal-insta .modal-header {
    padding: 0;
    min-height: inherit
}

.modal-insta .modal-body {
    padding: 0
}

.modal-insta .wrap {
    position: relative
}

.modal-insta .wrap.not-init .slide:not(:first-child) {
    display: none
}

.modal-insta .wrap.not-init .next, .modal-insta .wrap.not-init .prev {
    display: none
}

.modal-insta .slider {
    position: relative;
    z-index: 1
}

.modal-insta .slide {
    float: left
}

.modal-insta .pic {
    position: relative;
    width: 600px;
    height: 600px;
    background: #f1f1f1;
    overflow: hidden;
    float: left
}

.modal-insta .pic img {
    display: block;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    max-width: 100%;
    max-height: 100%
}

.modal-insta .wrap-text {
    overflow: hidden;
    padding: 30px
}

.modal-insta .v-user {
    margin-bottom: 15px
}

.modal-insta .v-user .photo {
    position: relative;
    width: 50px;
    height: 50px;
    border-radius: 50%;
    overflow: hidden;
    float: left;
    margin-right: 15px
}

.modal-insta .v-user .photo img {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%)
}

.modal-insta .v-user .info {
    overflow: hidden;
    line-height: 1.3;
    padding-top: 5px
}

.modal-insta .v-user .name {
    font-size: 16px;
    font-family: NotoSans-Bold, Helvetica, Arial, sans-serif;
    margin-bottom: 5px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis
}

.modal-insta .v-user .date {
    color: #ccc;
    font-size: 13px
}

.modal-insta .description {
    font-size: 14px;
    line-height: 1.3;
    overflow: hidden;
    height: 340px;
    margin-bottom: 30px
}

.modal-insta .description .mCSB_scrollTools {
    width: 5px
}

.modal-insta .description .mCSB_scrollTools .mCSB_draggerRail {
    background: #f6f6f6;
    width: 5px
}

.modal-insta .description .mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
    width: 5px;
    background: #e1e1e1
}

.modal-insta .description .mCSB_vertical.mCSB_inside > .mCSB_container {
    margin-right: 10px
}

.modal-insta .v-likes {
    text-align: center;
    color: #4878da;
    font-size: 24px;
    line-height: 1.2;
    margin-bottom: 20px
}

.modal-insta .v-likes.active:before {
    background-position: -.2em -591.1em;
    width: 2.2em;
    height: 1.9em
}

.modal-insta .v-likes:before {
    content: ' ';
    display: inline-block;
    font-size: 10px;
    background-image: url(../images/sprite_svg.svg?38780);
    background-repeat: no-repeat;
    background-size: 6.8em 846.7em;
    background-position: -.2em -588.8000000000001em;
    width: 2.2em;
    height: 1.9em;
    display: inline-block;
    vertical-align: middle;
    margin-right: 8px
}

.no-svg .modal-insta .v-likes:before {
    background-image: url(../images/sprite_svg.png?38780)
}

.modal-insta .v-likes .count {
    display: inline-block;
    vertical-align: middle
}

.modal-insta .btn-wrap {
    position: relative;
    text-align: center;
    height: 44px;
    line-height: 44px;
    font-size: 16px;
    color: #4878da
}

.modal-insta .btn-wrap > * {
    vertical-align: top
}

.modal-insta .next, .modal-insta .prev {
    position: absolute;
    z-index: 10;
    display: inline-block;
    top: 50%;
    border: none;
    background: 0 0;
    padding: 10px 20px;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%)
}

.modal-insta .next:before, .modal-insta .prev:before {
    content: ' ';
    display: inline-block;
    font-size: 10px;
    background-image: url(../images/sprite_svg.svg?38780);
    background-repeat: no-repeat;
    background-size: 6.8em 846.7em;
    display: block
}

.no-svg .modal-insta .next:before, .no-svg .modal-insta .prev:before {
    background-image: url(../images/sprite_svg.png?38780)
}

.modal-insta .next.disabled, .modal-insta .prev.disabled {
    opacity: .2;
    cursor: default
}

.modal-insta .prev {
    right: 100%
}

.modal-insta .prev:before {
    background-position: -.2em -6.6000000000000005em;
    width: 1.8em;
    height: 3em
}

.modal-insta .next {
    left: 100%
}

.modal-insta .next:before {
    background-position: -.2em -3.2em;
    width: 1.8em;
    height: 3em
}

.aside-logo {
    margin-bottom: 15px
}

.aside-logo .pic {
    padding: 30px 0 10px
}

.aside-logo .logo-link {
    display: block;
    text-decoration: none
}

.aside-logo .logo-link img {
    margin: 0 auto
}

.aside-social {
    padding: 0 10px;
    text-align: center;
    margin-bottom: 10px
}

.aside-social .list {
    display: inline-block
}

.aside-social .item {
    display: block;
    float: left;
    margin: 0 8px
}

.aside-social .item a {
    display: block;
    padding: 5px;
    opacity: .3
}

.aside-social .item a:hover {
    opacity: .7
}

.aside-social .item a.fb:before {
    content: ' ';
    display: inline-block;
    font-size: 10px;
    background-image: url(../images/sprite_svg.svg?38780);
    background-repeat: no-repeat;
    background-size: 6.8em 846.7em;
    background-position: -.2em -344.5em;
    width: 1.6em;
    height: 1.6em;
    display: block
}

.no-svg .aside-social .item a.fb:before {
    background-image: url(../images/sprite_svg.png?38780)
}

.aside-social .item a.vk:before {
    content: ' ';
    display: inline-block;
    font-size: 10px;
    background-image: url(../images/sprite_svg.svg?38780);
    background-repeat: no-repeat;
    background-size: 6.8em 846.7em;
    background-position: -.2em -501.8em;
    width: 2.8em;
    height: 1.6em;
    display: block
}

.no-svg .aside-social .item a.vk:before {
    background-image: url(../images/sprite_svg.png?38780)
}

.aside-social .item a.instagram:before {
    content: ' ';
    display: inline-block;
    font-size: 10px;
    background-image: url(../images/sprite_svg.svg?38780);
    background-repeat: no-repeat;
    background-size: 6.8em 846.7em;
    background-position: -.2em -373em;
    width: 1.6em;
    height: 1.6em;
    display: block
}

.no-svg .aside-social .item a.instagram:before {
    background-image: url(../images/sprite_svg.png?38780)
}

.aside-social .item a.youtube:before {
    content: ' ';
    display: inline-block;
    font-size: 10px;
    background-image: url(../images/sprite_svg.svg?38780);
    background-repeat: no-repeat;
    background-size: 6.8em 846.7em;
    background-position: -.2em -531em;
    width: 2.2em;
    height: 1.6em;
    display: block
}

.no-svg .aside-social .item a.youtube:before {
    background-image: url(../images/sprite_svg.png?38780)
}

.aside-social .item a.telegram:before {
    content: ' ';
    display: inline-block;
    font-size: 10px;
    background-image: url(../images/sprite_svg.svg?38780);
    background-repeat: no-repeat;
    background-size: 6.8em 846.7em;
    background-position: -.2em -466.59999999999997em;
    width: 1.6em;
    height: 1.6em;
    display: block
}

.no-svg .aside-social .item a.telegram:before {
    background-image: url(../images/sprite_svg.png?38780)
}

.aside-social .item a.viber:before {
    content: ' ';
    display: inline-block;
    font-size: 10px;
    background-image: url(../images/sprite_svg.svg?38780);
    background-repeat: no-repeat;
    background-size: 6.8em 846.7em;
    background-position: -.2em -493.8em;
    width: 1.5561999999999998em;
    height: 1.6em;
    display: block
}

.no-svg .aside-social .item a.viber:before {
    background-image: url(../images/sprite_svg.png?38780)
}

.aside-social .item a.tw:before {
    content: ' ';
    display: inline-block;
    font-size: 10px;
    background-image: url(../images/sprite_svg.svg?38780);
    background-repeat: no-repeat;
    background-size: 6.8em 846.7em;
    background-position: -.2em -474.59999999999997em;
    width: 1.6em;
    height: 1.6em;
    display: block
}

.no-svg .aside-social .item a.tw:before {
    background-image: url(../images/sprite_svg.png?38780)
}

.mm .aside-social {
    padding: 12px 0;
    border-top: 1px solid #2a303e;
    line-height: 1;
    margin-bottom: 0
}

.mm .aside-social .item {
    margin: 0 12px
}

.aside-catalog-button {
    display: block;
    width: 100%;
    background: #f5bf00;
    padding: 8px 0;
    text-align: center;
    color: #232937;
    margin: 30px 0 15px 0;
}
.aside-catalog-button a {
    color: #232937;
    text-decoration: none;
    font-weight: bold;
}
.aside-catalog-button a:hover {
    opacity: 0.7;
    transition: all .3s ease-in;
}
.aside-catalog-button i {
    margin-right: 5px;
}
.aside-catalog-button i::before {
    content: ' ';
    /*display: inline-block;*/
    display: none;
    width: 1.8em;
    height: 1.8em;
    background-repeat: no-repeat;
    /*background-image: url(../images/icon_sideber_catalog.png);*/
    vertical-align: middle;
}

.user-panel .catalog-mob {
    float: right;
    margin-right: 4%;
    box-sizing: border-box;
}
.user-panel .catalog-mob a {
    border: 2px solid #f5bf00;
    color: #f5bf00;
    font-size: 14px;
    border-radius: 22px;
    display: inline-block;
    padding: 10px 25px 9px;
    min-width: 150px;
    line-height: 1;
    text-decoration: none;
    text-align: center;
}

.aside-main-menu {
    padding: 0 30px;
    margin-bottom: 30px
}

.aside-main-menu .menu_level_1 {
    margin: 0
}

.aside-main-menu .item_1 {
    line-height: 1.3
}

.aside-main-menu .item_1 + .item_1 {
    margin-top: 10px
}

.aside-main-menu .item_1 > a, .aside-main-menu .item_1 > span {
    display: inline-block;
    text-decoration: none;
    line-height: 1.2;
    font-size: 14px;
    color: #fff
}

.aside-main-menu .item_1 > a:hover {
    color: #6797f9
}

.aside-main-menu .item_1.active > a, .aside-main-menu .item_1.active > span {
    color: #4878da
}

.aside-main-menu .item_1.active > a:hover {
    color: #3865c2
}

.aside-main-menu .item_1.second > a, .aside-main-menu .item_1.second > span {
    color: #9ca0ab
}

.aside-main-menu .item_1.second > a:hover {
    color: #5f7ec1
}

.aside-main-menu .item_1.second.active > a, .aside-main-menu .item_1.second.active > span {
    color: #3a5896
}

.aside-main-menu .item_1.second.active > a:hover {
    color: #2e4982
}

.aside-button {
    display: block;
    text-align: center;
    margin: 10px;
    margin-top: 15px;
    border: 1px dashed #393f4b;
    border-radius: 3px;
    padding: 15px 13px;
    font-size: 14px;
    color: #fff;
    text-decoration: none;
    transition: all .3s ease-in
}

.aside-button:focus {
    color: #fff;
    text-decoration: none
}

.aside-button:hover {
    text-decoration: none;
    color: #9ca0ab;
    box-shadow: inset 0 0 3px 1px rgba(0, 0, 0, .3)
}

.aside-button:hover i {
    opacity: .6
}

.aside-button i {
    margin-right: 15px;
    transition: all .3s ease-in
}

.aside-button i:before {
    content: ' ';
    display: inline-block;
    font-size: 10px;
    background-image: url(../images/sprite_svg.svg?38780);
    background-repeat: no-repeat;
    background-size: 6.8em 846.7em;
    background-position: -.2em -302.3em;
    width: 1.8em;
    height: 2.2em;
    vertical-align: middle
}

.no-svg .aside-button i:before {
    background-image: url(../images/sprite_svg.png?38780)
}

.aside-widgets {
    margin: 0 auto
}

.aside-widgets .widget {
    width: 100%;
    border-radius: 3px;
    background-color: #1b2130;
    color: #fff;
    padding: 12px 14px
}

.aside-widgets .widget table.widget__table {
    margin-bottom: 0
}

.aside-widgets .widget table.widget__table tbody tr {
    font-size: 13px;
    border: none;
    line-height: 1
}

.aside-widgets .widget table.widget__table tbody tr:hover {
    background: 0 0;
    transition: none
}

.aside-widgets .widget table.widget__table tbody td {
    padding: 7px 0
}

.aside-widgets .widget__currency {
    font-size: 13px
}

.aside-widgets .widget__currency span.up {
    color: #69ec8b
}

.aside-widgets .widget__currency span.up:after {
    content: ' ';
    display: inline-block;
    font-size: 10px;
    background-image: url(../images/sprite_svg.svg?38780);
    background-repeat: no-repeat;
    background-size: 6.8em 846.7em;
    background-position: -.2em -598.6em;
    width: .5em;
    height: 1.3em;
    vertical-align: middle;
    margin-left: 5px
}

.no-svg .aside-widgets .widget__currency span.up:after {
    background-image: url(../images/sprite_svg.png?38780)
}

.aside-widgets .widget__currency span.down {
    color: #f74f4f
}

.aside-widgets .widget__currency span.down:after {
    content: ' ';
    display: inline-block;
    font-size: 10px;
    background-image: url(../images/sprite_svg.svg?38780);
    background-repeat: no-repeat;
    background-size: 6.8em 846.7em;
    background-position: -.2em -596.9000000000001em;
    width: .5em;
    height: 1.3em;
    vertical-align: middle;
    margin-left: 5px
}

.no-svg .aside-widgets .widget__currency span.down:after {
    background-image: url(../images/sprite_svg.png?38780)
}

.aside-widgets .widget__weather {
    display: table
}

.aside-widgets .widget .weather__icon {
    display: table-cell;
    vertical-align: middle;
    text-align: center
}

.aside-widgets .widget .weather__icon i.icon:before {
    width: 32px;
    height: 32px;
    text-align: center
}

.aside-widgets .widget .weather__info {
    display: table-cell;
    line-height: 1;
    vertical-align: middle
}

.aside-widgets .widget .weather__info .city {
    font-size: 14px
}

.aside-widgets .widget .weather__info .weather {
    font-size: 12px;
    color: #7783a0
}

.aside-widgets .list {
    padding: 10px 10px
}

.aside-widgets .item {
    margin-bottom: 10px
}

.aside-widgets .item img {
    display: block;
    margin: 0 auto;
    max-width: 100%
}

.aside-widgets .indexes {
    display: block;
    text-decoration: none;
    line-height: 1.2;
    padding-top: 20px;
    padding-bottom: 20px
}

.aside-widgets .indexes.pizza {
    background: #3c2c37
}

.aside-widgets .indexes.mobile {
    background: #3c4854
}

.aside-widgets .indexes .title-wrap {
    position: relative;
    margin-bottom: 25px;
    padding-left: 55px
}

.aside-widgets .indexes .title-wrap .icon {
    position: absolute;
    top: 3px;
    left: 0;
    height: 38px;
    width: 38px
}

.aside-widgets .indexes .title-wrap .icon img {
    display: block;
    max-width: 100%;
    max-height: 100%
}

.aside-widgets .indexes .title {
    text-transform: uppercase;
    font-size: 18px;
    margin-bottom: 4px
}

.aside-widgets .indexes .text {
    font-size: 13px;
    color: #7783a0
}

.aside-widgets .indexes .middle-price {
    line-height: 1;
    margin-bottom: 30px
}

.aside-widgets .indexes .middle-price .val {
    font-size: 48px;
    font-family: NotoSans-Bold, Helvetica, Arial, sans-serif
}

.aside-widgets .indexes .middle-price .cur {
    text-transform: uppercase;
    font-size: 14px;
    opacity: .7
}

.aside-widgets .indexes .price-item {
    border-left: 1px solid rgba(255, 255, 255, .5);
    padding-left: 10px;
    float: left;
    width: 50%
}

.aside-widgets .indexes .price-item .ttl {
    text-transform: uppercase;
    font-size: 11px;
    margin-bottom: 4px
}

.aside-widgets .indexes .price-item .price {
    line-height: 1
}

.aside-widgets .indexes .price-item .val {
    font-size: 22px
}

.aside-widgets .indexes .price-item .cur {
    text-transform: uppercase;
    font-size: 10px;
    opacity: .7
}

.aside-widgets .meteo {
    position: relative;
    display: block;
    text-decoration: none;
    font-size: 12px;
    line-height: 20px
}

.aside-widgets .meteo:hover .bg {
    visibility: visible;
    opacity: 1
}

.aside-widgets .meteo .bg {
    visibility: hidden;
    position: absolute;
    z-index: 10;
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
    background: rgba(119, 131, 160, .8);
    border-radius: 3px;
    font-size: 14px;
    color: #fff;
    text-align: center;
    opacity: 0;
    transition: opacity .2s ease
}

.aside-widgets .meteo .bg > span {
    display: block;
    position: relative;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%)
}

.aside-widgets .meteo .pic {
    float: left;
    width: 40px;
    height: 40px;
    margin-right: 10px
}

.aside-widgets .meteo .pic img {
    display: block;
    max-width: 100%
}

.aside-widgets .meteo .wrap {
    margin-left: 50px
}

.aside-widgets .meteo .text {
    font-size: 14px;
    color: #fff;
    margin-bottom: 5px
}

.aside-widgets .meteo .text > span {
    display: inline-block;
    vertical-align: top
}

.aside-widgets .meteo .text-descr {
    color: #7783a0;
    line-height: 16px
}

.aside-widgets .meteo .wind-direction {
    height: 16px
}

.aside-widgets .meteo .wind-direction:before {
    left: 3px
}

.aside-widgets .money {
    line-height: 1.3;
    color: #fff;
    font-size: 12px
}

.aside-widgets .money .title {
    padding-top: 4px;
    font-size: 14px
}

.aside-widgets .money .title + .line {
    border-top: none;
    margin-top: 0
}

.aside-widgets .money .line {
    color: #7783a0;
    padding: 12px 14px;
    border-top: 1px solid #232937;
    border-bottom: 1px solid #232937;
    margin: 10px -14px
}

.aside-widgets .money .text {
    float: left
}

.aside-widgets .money .date {
    float: right
}

.aside-widgets .money table {
    width: 100%
}

.aside-widgets .money table thead th {
    font-weight: 400;
    color: #7783a0;
    padding: 5px;
    text-align: left
}

.aside-widgets .money table thead th:first-child {
    padding-left: 0
}

.aside-widgets .money table thead th:last-child {
    padding-right: 0
}

.aside-widgets .money table thead th.th-cur {
    width: 18%
}

.aside-widgets .money table thead th.th-count {
    width: 22%
}

.aside-widgets .money table thead th.th-buy {
    width: 30%
}

.aside-widgets .money table thead th.th-sell {
    width: 30%
}

.aside-widgets .money table tbody td {
    padding: 5px;
    vertical-align: top
}

.aside-widgets .money table tbody td:first-child {
    padding-left: 0
}

.aside-widgets .money table tbody td:last-child {
    padding-right: 0
}

.aside-widgets .money table tbody td.td-cur {
    width: 18%
}

.aside-widgets .money table tbody td.td-count {
    width: 52%
}

.aside-widgets .money table tbody td.td-price {
    width: 30%
}

.wind-direction {
    position: relative;
    height: 20px;
    display: inline-block;
    vertical-align: top;
    padding-left: 18px;
    margin-right: 5px
}

.wind-direction:before {
    content: ' ';
    display: inline-block;
    font-size: 10px;
    background-image: url(../images/sprite_svg.svg?38780);
    background-repeat: no-repeat;
    background-size: 6.8em 846.7em;
    background-position: -.2em -84em;
    width: .7em;
    height: 1.2em;
    display: block;
    position: absolute;
    top: 50%;
    left: 0;
    margin-top: -6px
}

.no-svg .wind-direction:before {
    background-image: url(../images/sprite_svg.png?38780)
}

.meteo-tabs .wind-direction {
    color: #d41111
}

.meteo-tabs .wind-direction:before {
    background-position: -.2em -85.60000000000001em;
    width: .7em;
    height: 1.2em
}

.wind-direction.s:before {
    -webkit-transform: rotate(0);
    transform: rotate(0)
}

.wind-direction.n:before {
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg)
}

.wind-direction.w:before {
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg)
}

.wind-direction.e:before {
    -webkit-transform: rotate(-90deg);
    transform: rotate(-90deg)
}

.wind-direction.s-e:before {
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg)
}

.wind-direction.s-w:before {
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg)
}

.wind-direction.n-e:before {
    -webkit-transform: rotate(-135deg);
    transform: rotate(-135deg)
}

.wind-direction.n-w:before {
    -webkit-transform: rotate(135deg);
    transform: rotate(135deg)
}

.user-panel {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0)
}

.user-panel .wrap {
    padding: 10px 0
}

.user-panel .section {
    line-height: 50px
}

.user-panel .search {
    float: left
}

.user-panel .search .search-desk-form {
    width: 350px
}

.user-panel .search fieldset {
    margin: 0;
    padding: 7px 0 3px;
    border: none;
    position: relative
}

.user-panel .search .input {
    position: relative;
    z-index: 2;
    display: block;
    height: 40px;
    width: 100%;
    border: none;
    background: 0 0;
    color: #fff;
    padding: 0 10px 0 40px;
    font-size: 14px
}

.user-panel .search .input:-moz-placeholder {
    color: #fff;
    opacity: 1
}

.user-panel .search .input::-moz-placeholder {
    color: #fff;
    opacity: 1
}

.user-panel .search .input:-ms-input-placeholder {
    color: #fff
}

.user-panel .search .input::-webkit-input-placeholder {
    color: #fff
}

.user-panel .search .input.placeholder {
    color: #fff
}

.user-panel .search .input:focus ~ .icon:before {
    background-position: -.2em -285.8em;
    width: 1.797em;
    height: 1.9em
}

.user-panel .search .input:focus ~ .line {
    width: 100%
}

.user-panel .search .icon {
    position: absolute;
    z-index: 1;
    top: 50%;
    left: 5px;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    margin-top: 2px
}

.user-panel .search .icon:before {
    content: ' ';
    display: inline-block;
    font-size: 10px;
    background-image: url(../images/sprite_svg.svg?38780);
    background-repeat: no-repeat;
    background-size: 6.8em 846.7em;
    background-position: -.2em -279.9em;
    width: 1.797em;
    height: 1.9em;
    display: block
}

.no-svg .user-panel .search .icon:before {
    background-image: url(../images/sprite_svg.png?38780)
}

.user-panel .search .line {
    margin-top: -1px;
    width: 0;
    height: 1px;
    background: #fff;
    transition: width .3s ease
}

.user-panel .login {
    position: relative;
    float: right;
    margin-left: 90px
}

.user-panel .login .rate {
    float: left;
    margin-right: 10px;
    line-height: 1;
    top: 0;
    left: 0;
    color: #f5bf00;
    font-size: 14px;
    font-family: NotoSans-Bold, Helvetica, Arial, sans-serif;
    letter-spacing: 1px;
    white-space: nowrap;
    max-width: 100px;
    overflow: hidden;
    text-overflow: ellipsis
}

.user-panel .login .wrap-pic {
    position: relative;
    z-index: 1;
    float: left;
    margin-right: 25px
}

.user-panel .login .pic {
    position: relative;
    z-index: 1;
    border-radius: 50%;
    overflow: hidden;
    height: 50px;
    width: 50px
}

.user-panel .login .pic a {
    display: block;
    text-decoration: none;
    width: 100%;
    height: 100%
}

.user-panel .login .pic img {
    display: block;
    max-width: none;
    width: 100%;
    height: 100%
}

.user-panel .login .clan {
    position: absolute;
    z-index: 2;
    right: -6px;
    top: 50%
}

.user-panel .login .clan:before {
    display: block
}

.user-panel .login .control {
    overflow: hidden
}

.user-panel .login .control .item {
    line-height: 24px
}

.user-panel .login .control .item > a, .user-panel .login .control .item > span {
    display: inline-block;
    vertical-align: middle;
    line-height: 1.2;
    text-decoration: none;
    max-width: 200px;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    font-size: 14px;
    color: #fff
}

.user-panel .login .control .item > a.hover, .user-panel .login .control .item > a:hover {
    color: #ffce20
}

.user-panel .notification {
    float: right
}

.user-panel .notification .item {
    float: left;
    padding: 12px 0 8px
}

.user-panel .notification .item + .item {
    margin-left: 60px
}

.user-panel .notification .item.articles .icon:before {
    content: ' ';
    display: inline-block;
    font-size: 10px;
    background-image: url(../images/sprite_svg.svg?38780);
    background-repeat: no-repeat;
    background-size: 6.8em 846.7em;
    background-position: -.2em -87.2em;
    width: 1.3380000000000003em;
    height: 2.0907em;
    display: block;
    margin-top: -1px
}

.no-svg .user-panel .notification .item.articles .icon:before {
    background-image: url(../images/sprite_svg.png?38780)
}

.user-panel .notification .item.basket .icon:before {
    content: ' ';
    display: inline-block;
    font-size: 10px;
    background-image: url(../images/sprite_svg.svg?38780);
    background-repeat: no-repeat;
    background-size: 6.8em 846.7em;
    background-position: -.2em -97.2em;
    width: 1.8030000000000002em;
    height: 1.7em;
    display: block;
    margin-top: 1px
}

.no-svg .user-panel .notification .item.basket .icon:before {
    background-image: url(../images/sprite_svg.png?38780)
}

.user-panel .notification .link {
    position: relative;
    display: block;
    text-decoration: none;
    font-size: 14px;
    color: #fff;
    line-height: 30px;
    height: 30px;
    padding-left: 40px
}

.user-panel .notification .link:hover {
    color: #ffce20
}

.user-panel .notification .icon {
    position: absolute;
    width: 30px;
    height: 30px;
    top: 0;
    left: 0
}

.user-panel .notification .icon:before {
    position: relative;
    z-index: 1;
    margin: 0 auto;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%)
}

.user-panel .notification .icon .notify {
    position: absolute;
    z-index: 2;
    top: 0;
    right: 1px
}

.user-panel .notification .icon .notify.notice {
    width: 6px;
    height: 6px;
    border-radius: 50%;
    background: #f5bf00
}

.user-panel .notification .icon .notify.notice:after, .user-panel .notification .icon .notify.notice:before {
    content: '';
    display: block;
    height: 0;
    width: 0;
    border: 3px solid #f5bf00;
    border-radius: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    position: absolute;
    top: 50%;
    left: 50%;
    opacity: .8;
    -webkit-animation: impulse 2s linear infinite;
    animation: impulse 2s linear infinite
}

.user-panel .notification .icon .notify.notice:after {
    -webkit-animation-delay: 1s;
    animation-delay: 1s
}

.user-panel .notification .icon .notify.count {
    height: 15px;
    line-height: 16px;
    width: auto;
    padding: 0 4px;
    text-align: center;
    font-size: 9px;
    color: #232937;
    background: #f5bf00;
    border-radius: 4px;
    right: auto;
    left: 50%;
    font-family: OpenSans-Semibold, Helvetica, Arial, sans-serif
}

.user-panel .search-mob {
    float: right;
    margin-right: 30px
}

.user-panel .search-mob.open .wrap-link:before {
    display: block
}

.user-panel .search-mob.open .icon:before {
    background-position: -.2em -285.8em;
    width: 1.797em;
    height: 1.9em
}

.user-panel .search-mob.open .drop-block {
    display: block
}

.user-panel .search-mob .wrap-link {
    position: relative;
    z-index: 1;
    padding: 12px 0 8px
}

.user-panel .search-mob .wrap-link:before {
    content: '';
    display: none;
    position: absolute;
    top: -10px;
    bottom: -10px;
    background: #7783a0;
    width: 100%;
    left: 0
}

.user-panel .search-mob .link {
    position: relative;
    display: block;
    text-decoration: none;
    font-size: 14px;
    color: #fff;
    line-height: 30px;
    height: 30px;
    padding: 0 20px
}

.user-panel .search-mob .link:hover .icon:before {
    background-position: -.2em -285.8em;
    width: 1.797em;
    height: 1.9em
}

.user-panel .search-mob .icon {
    position: relative;
    width: 30px;
    height: 30px
}

.user-panel .search-mob .icon:before {
    content: ' ';
    display: inline-block;
    font-size: 10px;
    background-image: url(../images/sprite_svg.svg?38780);
    background-repeat: no-repeat;
    background-size: 6.8em 846.7em;
    background-position: -.2em -279.9em;
    width: 1.797em;
    height: 1.9em;
    display: block;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    margin-top: -1px
}

.no-svg .user-panel .search-mob .icon:before {
    background-image: url(../images/sprite_svg.png?38780)
}

.user-panel .search-mob .drop-block {
    display: none;
    position: absolute;
    top: 100%;
    left: 0;
    z-index: 2;
    width: 100%
}

.user-panel .search-mob .drop-block:before {
    content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 50%;
    height: 100%;
    width: 600%;
    margin-left: -300%;
    background: #7783a0;
    box-shadow: 0 7px 10px rgba(0, 0, 0, .3)
}

.user-panel .search-mob .search-form-mob {
    position: relative;
    padding: 10px 0
}

.user-panel .search-mob fieldset {
    position: relative;
    border: none;
    margin: 0;
    padding: 0
}

.user-panel .search-mob .input {
    display: block;
    outline: 0;
    border: none;
    height: 40px;
    width: 100%;
    padding: 10px 80px 10px 20px;
    font-family: NotoSans-Regular, Helvetica, Arial, sans-serif;
    font-size: 14px;
    border-radius: 3px
}

.user-panel .search-mob .btn-submit {
    position: absolute;
    top: 0;
    right: 0;
    display: block;
    outline: 0;
    height: 40px;
    width: 70px;
    padding: 0;
    border-top-right-radius: 2px;
    border-bottom-right-radius: 2px;
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
    border: none;
    background: #3a5896
}

.user-panel .search-mob .btn-submit:hover {
    background: #4a6eb9
}

.user-panel .search-mob .btn-submit:active {
    background: #4163a8
}

.user-panel .hamburger {
    float: left;
    height: 50px;
    line-height: 50px;
    margin-right: 50px
}

.user-panel .hamburger .wrap-hamburger {
    position: relative;
    top: -1px;
    display: inline-block;
    vertical-align: middle
}

.user-panel .hamburger .mm-opener {
    display: block;
    border: none;
    cursor: pointer;
    height: 30px;
    width: 30px;
    transition: .3s;
    padding: 0;
    background: 0 0;
    outline: 0;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    position: relative
}

.user-panel .hamburger .mm-opener .ico {
    top: 50%;
    border: none;
    margin-top: -2px
}

.user-panel .hamburger .mm-opener .ico, .user-panel .hamburger .mm-opener .ico:after, .user-panel .hamburger .mm-opener .ico:before {
    position: absolute;
    height: 4px;
    left: 0;
    width: 100%;
    transition: none;
    background: #fff;
    border-radius: 2px
}

.user-panel .hamburger .mm-opener .ico:after, .user-panel .hamburger .mm-opener .ico:before {
    content: '';
    -webkit-transform-origin: 3px center;
    transform-origin: 3px center
}

.user-panel .hamburger .mm-opener .ico:before {
    top: 10px
}

.user-panel .hamburger .mm-opener .ico:after {
    top: -10px
}

.user-panel .hamburger .mm-opener:hover .ico, .user-panel .hamburger .mm-opener:hover .ico:after, .user-panel .hamburger .mm-opener:hover .ico:before {
    background: #f5bf00
}

.user-panel .hamburger .mm-opener.opened .ico {
    -webkit-transform: scale3d(.8, .8, .8);
    transform: scale3d(.8, .8, .8);
    background: 0 0;
    transition: opacity .3s ease
}

.user-panel .hamburger .mm-opener.opened .ico:after, .user-panel .hamburger .mm-opener.opened .ico:before {
    -webkit-transform-origin: 50% 50%;
    transform-origin: 50% 50%;
    top: 0;
    background: #f5bf00;
    transition: -webkit-transform .3s ease;
    transition: transform .3s ease;
    transition: transform .3s ease, -webkit-transform .3s ease
}

.user-panel .hamburger .mm-opener.opened .ico:before {
    -webkit-transform: rotate3d(0, 0, 1, 45deg);
    transform: rotate3d(0, 0, 1, 45deg)
}

.user-panel .hamburger .mm-opener.opened .ico:after {
    -webkit-transform: rotate3d(0, 0, 1, -45deg);
    transform: rotate3d(0, 0, 1, -45deg)
}

.user-panel .logo-mob {
    float: left;
    margin-right: 4%;
}

.user-panel .logo-mob .pic {
    display: none
}

.user-panel .logo-mob .pic.big {
    padding-top: 13px
}

.user-panel .logo-mob .pic.small {
    padding-top: 16px
}

.user-panel .logo-mob .logo-link {
    display: block
}

.subscribe {
    position: relative;
    background: #33a7e3;
    border-radius: 4px;
    padding: 30px 45px 35px
}

.subscribe:before {
    content: '';
    display: none;
    width: 600%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 50%;
    margin-left: -300%;
    background: #33a7e3
}

.subscribe .inner-wrap {
    position: relative
}

.subscribe .title {
    color: #fff;
    font-size: 18px;
    font-family: NotoSans-Bold, Helvetica, Arial, sans-serif;
    line-height: 1.2;
    text-align: center;
    margin-bottom: 16px;
    letter-spacing: .5px
}

.subscribe .text {
    color: #fff;
    font-size: 14px;
    font-family: NotoSerif-Italic, Helvetica, Arial, sans-serif;
    line-height: 1.4;
    text-align: center;
    margin-bottom: 20px
}

.subscribe .input-wrap {
    margin-bottom: 14px
}

.subscribe .input-wrap.error .icon:before {
    background-position: -.2em -244.29999999999998em;
    width: 1.8em;
    height: 1.4em
}

.subscribe .input-wrap.error .help-block {
    color: #920808
}

.subscribe .input-group {
    position: relative;
    background: #fff;
    border-radius: 3px;
    border: 1px solid #fff;
    margin-bottom: 5px
}

.subscribe .icon {
    position: absolute;
    z-index: 1;
    top: 50%;
    left: 15px;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%)
}

.subscribe .icon:before {
    content: ' ';
    display: inline-block;
    font-size: 10px;
    background-image: url(../images/sprite_svg.svg?38780);
    background-repeat: no-repeat;
    background-size: 6.8em 846.7em;
    background-position: -.2em -238.89999999999998em;
    width: 1.8em;
    height: 1.4em;
    display: block
}

.no-svg .subscribe .icon:before {
    background-image: url(../images/sprite_svg.png?38780)
}

.subscribe .input {
    position: relative;
    z-index: 2;
    display: block;
    border: none;
    background: 0 0;
    height: 42px;
    width: 100%;
    font-size: 13px;
    padding: 12px 20px 12px 50px;
    line-height: 20px
}

.subscribe .input:-moz-placeholder {
    color: #b9c3cb;
    opacity: 1
}

.subscribe .input::-moz-placeholder {
    color: #b9c3cb;
    opacity: 1
}

.subscribe .input:-ms-input-placeholder {
    color: #b9c3cb
}

.subscribe .input::-webkit-input-placeholder {
    color: #b9c3cb
}

.subscribe .input.placeholder {
    color: #b9c3cb
}

.subscribe .help-block {
    font-size: 12px;
    line-height: 1;
    min-height: 1em;
    color: #f1f1f1;
    padding: 0 12px
}

.subscribe .btn-wrap {
    text-align: center
}

.menu-foot {
    margin-bottom: 40px
}

.menu-foot.not-init .accord-wrap {
    transition: none
}

.menu-foot .accord-wrap {
    overflow: hidden;
    height: auto;
    transition: height .3s ease
}

.menu-foot .accord-link {
    position: relative
}

.menu-foot .link-icon {
    position: absolute;
    display: block;
    text-decoration: none;
    color: #7783a0;
    width: 30px;
    height: 30px;
    text-align: center;
    float: left;
    left: 0;
    top: 50%;
    margin-top: -16px
}

.menu-foot .link-icon:after, .menu-foot .link-icon:before {
    content: '';
    display: block;
    position: absolute;
    top: 50%;
    left: 50%;
    background: #6797f9;
    transition: background .2s ease, -webkit-transform .3s ease;
    transition: transform .3s ease, background .2s ease;
    transition: transform .3s ease, background .2s ease, -webkit-transform .3s ease
}

.menu-foot .link-icon:before {
    width: 14px;
    height: 2px;
    margin-top: -1px;
    margin-left: -7px
}

.menu-foot .link-icon:after {
    width: 2px;
    height: 14px;
    margin-top: -7px;
    margin-left: -1px;
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg)
}

.menu-foot .link-ttl {
    text-transform: uppercase;
    color: #7783a0;
    font-size: 18px;
    font-family: NotoSans-Bold, Helvetica, Arial, sans-serif;
    line-height: 1.2;
    margin-bottom: 25px
}

.menu-foot .list_level_1 {
    margin: 0
}

.menu-foot .item_1 {
    line-height: 1.1
}

.menu-foot .item_1 + .item_1 {
    margin-top: 13px
}

.menu-foot .item_1 > a, .menu-foot .item_1 > span {
    display: inline-block;
    font-size: 14px;
    text-decoration: none;
    color: #7783a0
}

.menu-foot .item_1 > a:hover {
    color: #6797f9
}

.menu-foot .item_1.active > a, .menu-foot .item_1.active > span {
    color: #4878da
}

.menu-foot .item_1.active > a:hover {
    color: #3865c2
}

.logo-foot .pic {
    display: block;
    margin-bottom: 8px
}

.logo-foot .pic img {
    display: block;
    max-width: 100%
}

.logo-foot .copyright {
    color: #7783a0;
    font-size: 14px;
    line-height: 1.8
}

.media-kit a {
    display: inline-block;
    height: 52px;
    line-height: 52px;
    text-decoration: none;
    font-size: 14px;
    color: #7783a0;
    border: 1px solid #7783a0;
    transition: color .2s ease, border-color .2s ease;
    padding: 0 30px;
    border-radius: 2px
}

.media-kit a:hover {
    border-color: #6797f9;
    color: #6797f9
}

.social-foot .label {
    line-height: 1.4;
    font-size: 14px;
    color: #7783a0;
    margin-bottom: 8px
}

.social-foot .list {
    margin-left: -10px;
    margin-right: -10px
}

.social-foot .item {
    display: block;
    float: left;
    color: #fff;
    font-size: 14px
}

.social-foot .item a {
    display: block;
    padding: 5px 10px;
    transition: none
}

.social-foot .item a.fb:before {
    content: ' ';
    display: inline-block;
    font-size: 10px;
    background-image: url(../images/sprite_svg.svg?38780);
    background-repeat: no-repeat;
    background-size: 6.8em 846.7em;
    background-position: -.2em -346.5em;
    width: 1.6em;
    height: 1.6em;
    display: block
}

.no-svg .social-foot .item a.fb:before {
    background-image: url(../images/sprite_svg.png?38780)
}

.social-foot .item a.vk:before {
    content: ' ';
    display: inline-block;
    font-size: 10px;
    background-image: url(../images/sprite_svg.svg?38780);
    background-repeat: no-repeat;
    background-size: 6.8em 846.7em;
    background-position: -.2em -503.8em;
    width: 2.8em;
    height: 1.6em;
    display: block
}

.no-svg .social-foot .item a.vk:before {
    background-image: url(../images/sprite_svg.png?38780)
}

.social-foot .item a.instagram:before {
    content: ' ';
    display: inline-block;
    font-size: 10px;
    background-image: url(../images/sprite_svg.svg?38780);
    background-repeat: no-repeat;
    background-size: 6.8em 846.7em;
    background-position: -.2em -375em;
    width: 1.6em;
    height: 1.6em;
    display: block
}

.no-svg .social-foot .item a.instagram:before {
    background-image: url(../images/sprite_svg.png?38780)
}

.social-foot .item a.youtube:before {
    content: ' ';
    display: inline-block;
    font-size: 10px;
    background-image: url(../images/sprite_svg.svg?38780);
    background-repeat: no-repeat;
    background-size: 6.8em 846.7em;
    background-position: -.2em -533em;
    width: 2.2em;
    height: 1.6em;
    display: block
}

.no-svg .social-foot .item a.youtube:before {
    background-image: url(../images/sprite_svg.png?38780)
}

.social-foot .item a.telegram:before {
    content: ' ';
    display: inline-block;
    font-size: 10px;
    background-image: url(../images/sprite_svg.svg?38780);
    background-repeat: no-repeat;
    background-size: 6.8em 846.7em;
    background-position: -.2em -468.59999999999997em;
    width: 1.6em;
    height: 1.6em;
    display: block
}

.no-svg .social-foot .item a.telegram:before {
    background-image: url(../images/sprite_svg.png?38780)
}

.social-foot .item a.viber:before {
    content: ' ';
    display: inline-block;
    font-size: 10px;
    background-image: url(../images/sprite_svg.svg?38780);
    background-repeat: no-repeat;
    background-size: 6.8em 846.7em;
    background-position: -.2em -495.8em;
    width: 1.5561999999999998em;
    height: 1.6em;
    display: block
}

.no-svg .social-foot .item a.viber:before {
    background-image: url(../images/sprite_svg.png?38780)
}

.social-foot .item a.tw:before {
    content: ' ';
    display: inline-block;
    font-size: 10px;
    background-image: url(../images/sprite_svg.svg?38780);
    background-repeat: no-repeat;
    background-size: 6.8em 846.7em;
    background-position: -.2em -476.59999999999997em;
    width: 1.6em;
    height: 1.6em;
    display: block
}

.no-svg .social-foot .item a.tw:before {
    background-image: url(../images/sprite_svg.png?38780)
}

.social-foot .item a:hover.fb:before {
    background-position: -.2em -348.5em;
    width: 1.6em;
    height: 1.6em
}

.social-foot .item a:hover.vk:before {
    background-position: -.2em -505.8em;
    width: 2.8em;
    height: 1.6em
}

.social-foot .item a:hover.instagram:before {
    background-position: -.2em -377em;
    width: 1.6em;
    height: 1.6em
}

.social-foot .item a:hover.youtube:before {
    content: ' ';
    display: inline-block;
    font-size: 10px;
    background-image: url(../images/sprite_svg.svg?38780);
    background-repeat: no-repeat;
    background-size: 6.8em 846.7em;
    background-position: -.2em -535em;
    width: 2.2em;
    height: 1.6em;
    display: block
}

.no-svg .social-foot .item a:hover.youtube:before {
    background-image: url(../images/sprite_svg.png?38780)
}

.social-foot .item a:hover.telegram:before {
    background-position: -.2em -470.59999999999997em;
    width: 1.6em;
    height: 1.6em
}

.social-foot .item a:hover.viber:before {
    background-position: -.2em -497.8em;
    width: 1.5561999999999998em;
    height: 1.6em
}

.social-foot .item a:hover.tw:before {
    background-position: -.2em -478.59999999999997em;
    width: 1.6em;
    height: 1.6em
}

.slam-copy,
.count_liveinternet,
.belkanton-logo {
    margin-top: 15px;
    display: flex;
    justify-content: flex-start;
}

.slam-copy img {
    margin-right: 10px
}

.slam-copy a, .slam-copy span {
    font-size: 14px;
    text-decoration: none;
    color: #7783a0;
    transition: all .15s ease
}

.slam-copy a:hover {
    color: #6797f9
}

.login-mob {
    position: relative;
    padding: 20px 0;
    border-top: 1px solid #2a303e
}

.login-mob .rate {
    float: left;
    margin-right: 10px;
    line-height: 1;
    color: #f5bf00;
    font-size: 13px;
    font-family: NotoSans-Bold, Helvetica, Arial, sans-serif;
    letter-spacing: 1px;
    white-space: nowrap;
    max-width: 50px;
    overflow: hidden;
    text-overflow: ellipsis
}

.login-mob .wrap-pic {
    position: relative;
    z-index: 1;
    float: left;
    margin-right: 20px
}

.login-mob .pic {
    position: relative;
    z-index: 1;
    border-radius: 50%;
    overflow: hidden;
    height: 50px;
    width: 50px
}

.login-mob .pic a {
    display: block;
    text-decoration: none;
    width: 100%;
    height: 100%
}

.login-mob .pic img {
    display: block;
    max-width: none;
    width: 100%;
    height: 100%
}

.login-mob .clan {
    position: absolute;
    z-index: 2;
    right: -6px;
    top: 50%
}

.login-mob .clan:before {
    display: block
}

.login-mob .control {
    overflow: hidden
}

.login-mob .control .item {
    line-height: 24px
}

.login-mob .control .item > a, .login-mob .control .item > span {
    display: inline-block;
    vertical-align: middle;
    line-height: 1.2;
    text-decoration: none;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    font-size: 14px;
    color: #fff;
    width: 100%
}

.login-mob .control .item > a.hover, .login-mob .control .item > a:hover {
    color: #ffce20
}

.login-mob .btn-login-wrap {
    text-align: center
}

.login-mob .btn-login-wrap .btn {
    min-width: 200px
}

.menu-mob {
    border-top: 1px solid #2a303e
}

.menu-mob .menu_level_1 {
    margin: 0
}

.menu-mob .item_1 {
    line-height: 1.3;
    border-bottom: 1px solid #2a303e;
    padding: 12px 10px
}

.menu-mob .item_1:after {
    content: '';
    display: block;
    width: 100%;
    height: 0;
    clear: both
}

.menu-mob .item_1 > a, .menu-mob .item_1 > span {
    display: block;
    text-decoration: none;
    line-height: 24px;
    font-size: 16px;
    color: #fff;
    overflow: hidden
}

.menu-mob .item_1 > a:hover {
    color: #6797f9
}

.menu-mob .item_1.active > a, .menu-mob .item_1.active > span {
    color: #4878da
}

.menu-mob .item_1.active > a:hover {
    color: #3865c2
}

.menu-mob .item_1.second > a, .menu-mob .item_1.second > span {
    color: #9ca0ab
}

.menu-mob .item_1.second > a:hover {
    color: #5f7ec1
}

.menu-mob .item_1.second.active > a, .menu-mob .item_1.second.active > span {
    color: #3a5896
}

.menu-mob .item_1.second.active > a:hover {
    color: #2e4982
}

.menu-mob .count {
    float: right;
    color: #fff;
    margin-left: 20px;
    height: 24px;
    min-width: 24px;
    text-align: center;
    line-height: 24px;
    font-size: 14px;
    background: #3b4358;
    border-radius: 3px;
    padding: 0 5px
}

.basket-mob {
    padding: 20px 10px
}

.basket-mob .wrap {
    position: relative;
    display: block;
    text-decoration: none;
    padding-left: 60px;
    transition: none
}

.basket-mob a.wrap:hover .icon:before {
    background-position: -.2em -99.3em;
    width: 1.8030000000000002em;
    height: 1.7em
}

.basket-mob a.wrap:hover .info {
    background: #1d2333
}

.basket-mob .icon {
    position: absolute;
    height: 30px;
    width: 30px;
    left: 0;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    text-align: center;
    line-height: 28px
}

.basket-mob .icon:before {
    content: ' ';
    display: inline-block;
    font-size: 10px;
    background-image: url(../images/sprite_svg.svg?38780);
    background-repeat: no-repeat;
    background-size: 6.8em 846.7em;
    background-position: -.2em -97.2em;
    width: 1.8030000000000002em;
    height: 1.7em;
    vertical-align: middle
}

.no-svg .basket-mob .icon:before {
    background-image: url(../images/sprite_svg.png?38780)
}

.basket-mob .icon .count {
    position: absolute;
    z-index: 1;
    color: #fff;
    font-size: 10px;
    margin-left: 20px;
    height: 20px;
    min-width: 20px;
    text-align: center;
    line-height: 20px;
    background: #3b4358;
    border-radius: 3px;
    padding: 0 5px;
    top: -10px;
    right: -12px
}

.basket-mob .info {
    position: relative;
    color: #9ca0ab;
    border-radius: 4px;
    background: #1b2130;
    font-size: 13px;
    line-height: 1.3;
    padding: 10px 10px 10px 50px
}

.basket-mob .info:before {
    content: ' ';
    display: inline-block;
    font-size: 10px;
    background-image: url(../images/sprite_svg.svg?38780);
    background-repeat: no-repeat;
    background-size: 6.8em 846.7em;
    background-position: -.2em -101.4em;
    width: 1.5em;
    height: 1.5em;
    position: absolute;
    top: 50%;
    left: 18px;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%)
}

.no-svg .basket-mob .info:before {
    background-image: url(../images/sprite_svg.png?38780)
}

.widgets-mob {
    position: absolute;
    z-index: 3;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #232937;
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
    transition: -webkit-transform .3s ease;
    transition: transform .3s ease;
    transition: transform .3s ease, -webkit-transform .3s ease;
    overflow: hidden;
    padding-top: 50px;
    padding-bottom: 50px
}

.widgets-mob.open {
    -webkit-transform: translateX(0);
    transform: translateX(0)
}

.widgets-mob .widgets-mob-btn {
    padding-left: 50px
}

.widgets-mob .widgets-mob-btn:before {
    -webkit-transform: translateY(-50%) rotate(180deg);
    transform: translateY(-50%) rotate(180deg);
    right: auto;
    left: 25px
}

.widgets-mob .wrap_i {
    position: relative;
    height: 100%;
    overflow: hidden
}

.widgets-mob .wrap_i .mCSB_container {
    margin: 0
}

.widgets-mob .wrap_i .mCSB_scrollTools {
    width: 8px
}

.widgets-mob .wrap_i .mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
    width: 2px;
    background: rgba(255, 255, 255, .5)
}

.widgets-mob .wrap_i .mCSB_draggerRail {
    opacity: 0
}

.widgets-mob-btn {
    display: block;
    position: absolute;
    z-index: 2;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 50px;
    line-height: 50px;
    color: #fff;
    text-align: left;
    padding: 0 25px;
    font-size: 14px;
    text-shadow: none;
    background: #1b2130;
    border-radius: 0;
    border-top: 1px solid #17191f
}

.widgets-mob-btn:before {
    content: ' ';
    display: inline-block;
    font-size: 10px;
    background-image: url(../images/sprite_svg.svg?38780);
    background-repeat: no-repeat;
    background-size: 6.8em 846.7em;
    background-position: -.2em -77.9em;
    width: 1.5em;
    height: 1.1em;
    display: block;
    position: absolute;
    right: 25px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    margin-top: 1px
}

.no-svg .widgets-mob-btn:before {
    background-image: url(../images/sprite_svg.png?38780)
}

.widgets-mob-btn:hover {
    background: #1f2537
}

.widgets-mob-btn:active {
    box-shadow: inset 0 3px 10px rgba(0, 0, 0, .2)
}

.cursor .caroufredsel_wrapper {
    cursor: url(data:application/octet-stream;base64,AAACAAEAICACAAcABQAwAQAAFgAAACgAAAAgAAAAQAAAAAEAAQAAAAAAAAEAAAAAAAAAAAAAAgAAAAAAAAAAAAAA////AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAD8AAAA/AAAAfwAAAP+AAAH/gAAB/8AAA//AAAd/wAAGf+AAAH9gAADbYAAA2yAAAZsAAAGbAAAAGAAAAAAAAA//////////////////////////////////////////////////////////////////////////////////////gH///4B///8Af//+AD///AA///wAH//4AB//8AAf//AAD//5AA///gAP//4AD//8AF///AB///5A////5///8=), move !important
}

.cursor .caroufredsel_wrapper:active {
    cursor: url(data:application/octet-stream;base64,AAACAAEAICACAAcABQAwAQAAFgAAACgAAAAgAAAAQAAAAAEAAQAAAAAAAAEAAAAAAAAAAAAAAgAAAAAAAAAAAAAA////AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAD8AAAA/AAAAfwAAAP+AAAH/gAAB/8AAAH/AAAB/wAAA/0AAANsAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA//////////////////////////////////////////////////////////////////////////////////////gH///4B///8Af//+AD///AA///wAH//+AB///wAf//4AH//+AD///yT/////////////////////////////8=), move !important
}

.g-content {
    padding-top: 30px;
    padding-bottom: 40px
}

.banner-on .g-content, .main .g-content {
    padding-top: 0
}

.js-vertical-align {
    top: 50%;
    opacity: 0
}

.js-vertical-align.js-init {
    opacity: 1
}

.banner-pic {
    margin-bottom: 20px
}

.banner-pic .link {
    display: block;
    text-decoration: none
}

.banner-pic img {
    display: block;
    max-width: 100%;
    height: auto
}

span.modal-separator {
    display: inline-block;
    color: #7783a0;
    font-size: 14px;
    vertical-align: middle;
    position: relative
}

span.modal-separator:after, span.modal-separator:before {
    content: "";
    width: 10000px;
    height: 1px;
    display: inline-block;
    vertical-align: middle;
    background-color: #dfe2e9;
    position: absolute;
    top: 14px
}

span.modal-separator:before {
    right: 100%;
    margin-right: 20px
}

span.modal-separator:after {
    left: 100%;
    margin-left: 20px
}

.link-more {
    color: #4878da;
    text-decoration: none
}

.link-more:visited {
    color: #4878da !important
}

.link-more:after {
    content: '';
    content: ' ';
    display: inline-block;
    font-size: 10px;
    background-image: url(../images/sprite_svg.svg?38780);
    background-repeat: no-repeat;
    background-size: 6.8em 846.7em;
    background-position: -.2em -725em;
    width: 2.6em;
    height: .9029999999999999em;
    margin-left: 7px;
    transition: all .3s ease-in;
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0)
}

.no-svg .link-more:after {
    background-image: url(../images/sprite_svg.png?38780)
}

.link-more:hover:after {
    -webkit-transform: translate(4px, 0);
    transform: translate(4px, 0)
}

span.shock-label {
    background-color: #232937;
    padding: 5px 10px;
    color: #fff;
    font-family: NotoSans-Bold;
    font-size: 16px;
    line-height: 1;
    display: inline-block
}

.drop-actions {
    display: none
}

input[type=file] {
    cursor: pointer
}

hr {
    border-color: #ccc
}

.white-panel {
    position: relative;
    box-shadow: 0 1px 2px 0 rgba(102, 102, 102, .15);
    border-radius: 4px;
    margin-bottom: 20px;
    background-color: #fff
}

.expand-all {
    text-align: center
}

.expand-all span {
    font-size: 14px;
    color: #4878da;
    vertical-align: middle;
    cursor: pointer
}

.expand-all span:after {
    margin-left: 7px;
    content: ' ';
    display: inline-block;
    font-size: 10px;
    background-image: url(../images/sprite_svg.svg?38780);
    background-repeat: no-repeat;
    background-size: 6.8em 846.7em;
    background-position: -.2em -109.60000000000001em;
    width: .8029999999999999em;
    height: .5em;
    transition: all .3s ease-in;
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0);
    vertical-align: middle
}

.no-svg .expand-all span:after {
    background-image: url(../images/sprite_svg.png?38780)
}

.expand-all span:hover:after {
    -webkit-transform: translate(0, 2px);
    transform: translate(0, 2px)
}

@media (min-width: 320px) {
    .modal-edit-profile .jq-selectbox {
        display: table-cell !important
    }
}

@media (min-width: 480px) {
    .modal-sharing .modal-dialog {
        width: 340px;
        margin: 30px auto
    }

    .modal-subscribe .modal-dialog {
        width: 340px;
        margin: 30px auto
    }

    .modal-conf-notification .modal-dialog {
        width: 430px;
        margin: 30px auto
    }
}

@media (max-width: 1599px) and (min-width: 1024px)
{
    .news-card.horizontal .wrap-pic {
        height: 240px;
    }
}

@media (min-width: 601px) and (max-width: 767px) {
    .news-card.horizontal .card-header, .news-card.vertical .card-header {
        padding: 12px 0
    }

    .news-card.horizontal .card-header .date, .news-card.vertical .card-header .date {
        padding: 0;
        margin-bottom: 0
    }

    .news-card.horizontal .card-body .title > a, .news-card.vertical .card-body .title > a {
        max-height: 5.6em
    }

    .news-card.no-footer.horizontal .card-body .title > a, .news-card.no-footer.vertical .card-body .title > a {
        max-height: 8.4em
    }
}

@media (min-width: 768px) {
    .container {
        width: 730px
    }


    .news-list .wrap-btn {
        display: block !important;
    }

    .col-sm-1, .col-sm-10, .col-sm-11, .col-sm-12, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9 {
        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%
    }

    .order-sm-2 {
        -ms-flex-order: 2;
        order: 2
    }

    .row-clear .col-xs-3.col-sm-3, .row-clear .col-xs-3.col-sm-4, .row-clear .col-xs-3.col-sm-6, .row-clear .col-xs-4.col-sm-3, .row-clear .col-xs-4.col-sm-4, .row-clear .col-xs-4.col-sm-6, .row-clear .col-xs-6.col-sm-3, .row-clear .col-xs-6.col-sm-4, .row-clear .col-xs-6.col-sm-6 {
        clear: none
    }

    .row-clear .col-sm-3:nth-child(4n+1), .row-clear .col-sm-4:nth-child(3n+1), .row-clear .col-sm-6:nth-child(2n+1) {
        clear: both
    }

    .caption .description {
        text-align: center
    }

    .caption.right {
        float: right;
        max-width: 40%;
        margin-left: 20px;
        padding-left: 10px;
        margin-top: 6px
    }

    .caption.left {
        float: left;
        max-width: 40%;
        margin-right: 20px;
        padding-right: 10px;
        margin-top: 6px
    }

    .news-card.question .card-header .control, .news-card.quote .card-header .control {
        display: none
    }

    .news-card.question .card-header .control {
        display: block
    }

    .control-group.form-group .controls {
        float: right
    }

    .form-inline .form-group {
        display: inline-block;
        margin-bottom: 0;
        vertical-align: middle
    }

    .form-inline .form-control {
        display: inline-block;
        width: auto;
        vertical-align: middle
    }

    .form-inline .form-control-static {
        display: inline-block
    }

    .form-inline .input-group {
        display: inline-table;
        vertical-align: middle
    }

    .form-inline .input-group .form-control, .form-inline .input-group .input-group-addon, .form-inline .input-group .input-group-btn {
        width: auto
    }

    .form-inline .input-group > .form-control {
        width: 100%
    }

    .form-inline .control-label {
        margin-bottom: 0;
        vertical-align: middle
    }

    .form-inline .checkbox, .form-inline .radio {
        display: inline-block;
        margin-top: 0;
        margin-bottom: 0;
        vertical-align: middle
    }

    .form-inline .checkbox label, .form-inline .radio label {
        padding-left: 0
    }

    .form-inline .checkbox input[type=checkbox], .form-inline .radio input[type=radio] {
        position: relative;
        margin-left: 0
    }

    .form-inline .has-feedback .form-control-feedback {
        top: 0
    }

    .form-horizontal .control-label {
        text-align: right;
        margin-bottom: 0;
        padding-top: 7px
    }

    .form-horizontal .form-group-lg .control-label {
        padding-top: 14.3px
    }

    .form-horizontal .form-group-sm .control-label {
        padding-top: 6px
    }

    .modal-dialog {
        width: 600px;
        margin: 30px auto
    }

    .modal-content {
        box-shadow: 0 5px 15px rgba(0, 0, 0, .5)
    }

    .modal-sm {
        width: 300px
    }

    .modal-fluid {
        max-width: 430px
    }

    .nav-tabs > li .tab-head {
        margin-right: 5px;
        border-radius: 0
    }

    .nav-justified > li, .nav-tabs.nav-justified > li {
        display: table-cell;
        width: 1%
    }

    .nav-justified > li > a, .nav-tabs.nav-justified > li > a {
        margin-bottom: 0
    }

    .nav-tabs-justified > li > a, .nav-tabs.nav-justified > li > a {
        border-bottom: 1px solid #ddd;
        border-radius: 0
    }

    .nav-tabs-justified > .active > a, .nav-tabs-justified > .active > a:focus, .nav-tabs-justified > .active > a:hover, .nav-tabs.nav-justified > .active > a, .nav-tabs.nav-justified > .active > a:focus, .nav-tabs.nav-justified > .active > a:hover {
        border-bottom-color: #eff0f2
    }

    .sl-news .sl-paginator {
        display: none !important
    }

    .subscribe-mob {
        display: none
    }

    .today-mob {
        display: none
    }

    .news-list .control {
        display: none
    }

    .news-list .wrap-btn {
        display: none
    }

    .meteo-tabs .line-cell .txt {
        min-height: 5.2em
    }

    .indexes-controls .status .item + .item {
        margin-left: 30px
    }

    .index-state .state-item.big .price-item + .price-item {
        margin-top: 33px
    }

    .sl-videos .sl-paginator {
        display: none !important
    }

    .menu-foot {
        margin-left: -10px;
        margin-right: -10px
    }

    .menu-foot .accord-section {
        padding: 0 10px;
        float: left;
        width: 33.33%
    }

    .menu-foot .link-icon {
        display: none
    }

    .basket-mob {
        display: none
    }
}

@media (min-width: 768px) and (max-width: 1599px) {
    .speakers .s-item {
        width: 50%
    }

    .speakers .s-item:nth-child(1):before, .speakers .s-item:nth-child(2):before {
        display: none
    }

    .speakers .s-item:nth-child(2n+1):after {
        display: none
    }

    .news-conf-slider .slider-wrap.not-init .slide {
        width: 50%
    }

    .news-conf-slider .slider-wrap.not-init .slide + .slide:not(:nth-child(2)) {
        display: none
    }
}

@media (min-width: 768px) and (max-width: 1023px) {
    .visible-sm {
        display: block !important
    }

    table.visible-sm {
        display: table
    }

    tr.visible-sm {
        display: table-row !important
    }

    td.visible-sm, th.visible-sm {
        display: table-cell !important
    }

    .visible-sm-block {
        display: block !important
    }

    .visible-sm-inline {
        display: inline !important
    }

    .visible-sm-inline-block {
        display: inline-block !important
    }

    .hidden-sm {
        display: none !important
    }

    .vote-inst .v-card {
        padding-top: 20px;
        padding-bottom: 20px
    }

    .vote-inst .v-card-head {
        float: right;
        width: 50%
    }

    .vote-inst .v-card-body {
        float: left;
        width: 50%
    }

    .vote-inst .v-card-foot {
        float: right;
        width: 50%;
        padding-left: 30px
    }

    .vote-inst .pic {
        margin: 0
    }
}

@media (min-width: 1024px) and (max-width: 1359px) {
    .visible-md {
        display: block !important
    }

    table.visible-md {
        display: table
    }

    tr.visible-md {
        display: table-row !important
    }

    td.visible-md, th.visible-md {
        display: table-cell !important
    }

    .visible-md-block {
        display: block !important
    }

    .visible-md-inline {
        display: inline !important
    }

    .visible-md-inline-block {
        display: inline-block !important
    }

    .hidden-md {
        display: none !important
    }
}

@media (min-width: 1024px) and (max-width: 1599px) {
    .conf-card-news .wrap-pic {
        height: 150px
    }

    .conf-card-news .wrap-text {
        padding-left: 15px;
        padding-right: 15px
    }

    .conf-card-news .title a, .conf-card-news .title span {
        font-size: 14px;
        max-height: 9.1em
    }

    .conf-card-news .addition a {
        max-height: 5.2em
    }

    .conf-card-news.big .wrap-text {
        padding-left: 140px
    }

    .conf-card-news.big .conf-logo {
        width: 90px;
        height: 90px;
        margin-top: -45px
    }

    .news-card .wrap-pic_i > a {
        height: 240px
    }

    .news-card .wrap-pic_i .type {
        width: 240px
    }

    .news-card .wrap-text {
        height: 240px
    }

    .news-card .card-content {
        height: 197px
    }

    .news-card .type {
        width: 167px
    }

    .news-card .card-body, .news-card .card-footer {
        padding: 0 40px 0 15px
    }

    .news-card .card-header {
        padding: 8px 0
    }

    .news-card .card-header .date {
        padding: 0 40px 0 15px;
        margin-bottom: 6px
    }

    .news-card .card-body .title > a {
        font-size: 14px;
        max-height: 9.1em
    }

    .news-card .card-body .description {
        max-height: 4.2em;
        min-height: 4.2em;
        display: none
    }

    .news-card.no-footer:not(.vertical):not(.horizontal) .type {
        width: 210px
    }

    .news-card.no-footer .card-content {
        height: 240px
    }

    .news-card.no-footer .card-content .title > a {
        max-height: 11.7em
    }

    .news-card.question .card-content, .news-card.quote .card-content {
        height: 180px
    }

    .news-card.question .type, .news-card.quote .type {
        width: 180px
    }

    .news-card.question .card-body .title, .news-card.quote .card-body .title {
        font-size: 14px;
        max-height: 8.4em
    }

    .news-card.question .wrap-links .choice .minus, .news-card.question .wrap-links .choice .plus, .news-card.quote .wrap-links .choice .minus, .news-card.quote .wrap-links .choice .plus {
        padding-left: 26px
    }

    .news-card.question .wrap-links .choice .sep, .news-card.quote .wrap-links .choice .sep {
        margin-left: 15px;
        margin-right: 15px
    }

    .news-card.question .wrap-links .sharing a, .news-card.quote .wrap-links .sharing a {
        padding-left: 8px;
        padding-right: 8px
    }

    .news-card.question .card-body .title {
        max-height: 22.5em
    }

    .news-card-banner {
        min-height: 240px
    }

    .news-list .differ-title {
        padding: 26px 20px 20px
    }

    .news-list .item {
        height: 164px;
        padding-left: 20px
    }

    .news-list .item-footer .addition {
        padding-left: 20px;
        padding-right: 20px
    }

    .news-list .wrap-pic {
        width: 140px;
        height: 86px;
        margin-left: 30px
    }

    .news-list .title a {
        font-size: 14px
    }

    .news-list .sub-news {
        padding-left: 45px
    }

    .news-list.no-pic .item {
        padding-left: 20px;
        padding-right: 20px
    }

    .news-card-slider .pic-wrap img {
        -webkit-transform: translate(-40%, -50%);
        transform: translate(-40%, -50%)
    }

    .news-card-slider:not(.full) .text-wrap .lead {
        font-size: 16px
    }

    .news-card-slider:not(.full) .text-wrap .ttl {
        font-size: 26px
    }

    .news-conf-slider .pic-wrap {
        height: 220px
    }

    .news-conf-slider .pic-wrap .type {
        width: 220px
    }

    .news-conf-slider .pic-wrap .conf-logo {
        width: 90px;
        height: 90px
    }

    .news-conf-slider .pic-wrap .date {
        width: 50px;
        height: 50px;
        line-height: 50px;
        margin-top: -25px
    }

    .news-conf-slider .pic-wrap .date .number {
        font-size: 22px
    }

    .news-conf-slider .pic-wrap .date .month {
        font-size: 13px
    }

    .news-conf-slider .pic-wrap .description, .news-conf-slider .pic-wrap .title {
        margin-left: 110px
    }

    .news-conf-slider .pic-wrap .title a, .news-conf-slider .pic-wrap .title span {
        font-size: 16px
    }

    .video-cite .quote-wrap .wrap-links .choice .minus, .video-cite .quote-wrap .wrap-links .choice .plus {
        padding-left: 26px
    }

    .video-cite .quote-wrap .wrap-links .choice span.sep {
        margin-left: 15px;
        margin-right: 15px
    }

    .news-card.gift .card-body h3 {
        font-size: 20px
    }

    .news-card.gift .card-body .media-left {
        padding-right: 15px
    }

    .news-card.gift .card-body .media-body.last {
        padding-left: 10px
    }

    .news-important .wrap-foot, .news-important .wrap-pic, .news-important .wrap-text {
        padding-left: 25px;
        padding-right: 25px
    }

    .news-important .title a {
        font-size: 18px
    }

    .vote-inst .pic {
        height: 260px
    }
}

@media (min-width: 1024px) {
    .dl-horizontal dt {
        float: left;
        width: 160px;
        clear: left;
        text-align: right;
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap
    }

    .dl-horizontal dd {
        margin-left: 180px
    }

    .container {
        width: 980px
    }

    .col-md-1, .col-md-10, .col-md-11, .col-md-12, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9 {
        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%
    }

    .navbar-right .dropdown-menu {
        left: auto;
        right: 0
    }

    .navbar-right .dropdown-menu-left {
        left: 0;
        right: auto
    }

    .row-clear .col-sm-3.col-md-2, .row-clear .col-sm-3.col-md-3, .row-clear .col-sm-3.col-md-4, .row-clear .col-sm-3.col-md-6, .row-clear .col-sm-4.col-md-2, .row-clear .col-sm-4.col-md-3, .row-clear .col-sm-4.col-md-4, .row-clear .col-sm-4.col-md-6, .row-clear .col-sm-6.col-md-2, .row-clear .col-sm-6.col-md-3, .row-clear .col-sm-6.col-md-4, .row-clear .col-sm-6.col-md-6, .row-clear .col-xs-3.col-md-2, .row-clear .col-xs-3.col-md-3, .row-clear .col-xs-3.col-md-4, .row-clear .col-xs-3.col-md-6, .row-clear .col-xs-4.col-md-2, .row-clear .col-xs-4.col-md-3, .row-clear .col-xs-4.col-md-4, .row-clear .col-xs-4.col-md-6, .row-clear .col-xs-6.col-md-2, .row-clear .col-xs-6.col-md-3, .row-clear .col-xs-6.col-md-4, .row-clear .col-xs-6.col-md-6 {
        clear: none
    }

    .row-clear .col-md-2:nth-child(6n+1), .row-clear .col-md-3:nth-child(4n+1), .row-clear .col-md-4:nth-child(3n+1), .row-clear .col-md-6:nth-child(2n+1) {
        clear: both
    }

    .inner:not(.banner-on) .g-header {
        background: #4878da
    }

    .g-header .scroller {
        display: none
    }

    .article-content .col-right {
        float: right
    }

    .article-content .col-left {
        float: left
    }

    .conf-aside {
        padding-left: 20px
    }

    .conf-card-news:hover {
        box-shadow: 0 3px 3px 0 rgba(34, 34, 34, .2)
    }

    .columns [class^=col-] {
        padding-left: 20px;
        padding-right: 20px
    }

    .columns [class^=col-]:first-child {
        padding-left: 10px
    }

    .columns [class^=col-]:last-child {
        padding-right: 10px
    }

    .caption.vertical {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center
    }

    .caption.vertical .text {
        padding-left: 20px
    }

    .news-card:hover {
        box-shadow: 0 3px 3px 0 rgba(34, 34, 34, .2)
    }

    .news-card-banner:hover {
        box-shadow: 0 3px 3px 0 rgba(34, 34, 34, .2)
    }

    .modal-lg {
        width: 900px
    }

    .news-list.separated .item-wrap:hover {
        box-shadow: 0 3px 3px 0 rgba(34, 34, 34, .2)
    }

    .main-banner .news .shock-label {
        text-align: right;
        padding-left: 50px
    }

    /*off Alexandr-Mi*/
    /*.main-news-section .main-article {*/
    /*opacity: 0*/
    /*}*/
    .news-card-slider:hover {
        box-shadow: 0 3px 3px 0 rgba(34, 34, 34, .2)
    }

    .news-card-slider .news-wrap-inner {
        height: 100%
    }

    .news-card-slider .pic-wrap {
        height: 100%
    }

    .news-card-slider .pic-wrap img {
        position: absolute;
        top: 50%;
        left: 50%;
        min-width: 101%;
        min-height: 101%
    }

    .news-card-slider.full .caroufredsel_wrapper {
        height: 100% !important
    }

    .news-content .col-right {
        float: right
    }

    .news-content .col-left {
        float: left
    }

    .sl-related-videos .sl-paginator {
        display: none !important
    }

    .vote-inst:not(.simple) .pic {
        cursor: pointer;
        background: #4878da
    }

    .vote-inst:not(.simple) .pic:hover:before {
        opacity: 1;
        -webkit-transform: translate(-50%, -50%) scale(1);
        transform: translate(-50%, -50%) scale(1)
    }

    .vote-inst:not(.simple) .pic:hover img {
        opacity: .5
    }

    .vote-inst-detail .text-informer {
        height: 100%;
        border-top-right-radius: 0;
        border-bottom-right-radius: 0;
        border-right: none
    }

    .vote-inst-detail .text-informer .text-wrap {
        top: 50%;
        -webkit-transform: translateY(-50%);
        transform: translateY(-50%)
    }

    .vote-inst-detail .vote-inst {
        height: 100%
    }

    .vote-inst-detail .vote-inst .v-card {
        height: 100%;
        border-top-left-radius: 0;
        border-bottom-left-radius: 0
    }

    .user-panel .logo-mob .pic.big {
        display: block
    }

    .login-mob {
        display: none
    }
}

@media (min-width: 1360px) {
    .container {
        width: 980px
    }

    .col-lg-1, .col-lg-10, .col-lg-11, .col-lg-12, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9 {
        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%
    }

    .visible-lg {
        display: block !important
    }

    table.visible-lg {
        display: table
    }

    tr.visible-lg {
        display: table-row !important
    }

    td.visible-lg, th.visible-lg {
        display: table-cell !important
    }

    .visible-lg-block {
        display: block !important
    }

    .visible-lg-inline {
        display: inline !important
    }

    .visible-lg-inline-block {
        display: inline-block !important
    }

    .hidden-lg {
        display: none !important
    }

    .row-clear .col-md-2.col-lg-2, .row-clear .col-md-2.col-lg-3, .row-clear .col-md-2.col-lg-4, .row-clear .col-md-2.col-lg-6, .row-clear .col-md-3.col-lg-2, .row-clear .col-md-3.col-lg-3, .row-clear .col-md-3.col-lg-4, .row-clear .col-md-3.col-lg-6, .row-clear .col-md-4.col-lg-2, .row-clear .col-md-4.col-lg-3, .row-clear .col-md-4.col-lg-4, .row-clear .col-md-4.col-lg-6, .row-clear .col-md-6.col-lg-2, .row-clear .col-md-6.col-lg-3, .row-clear .col-md-6.col-lg-4, .row-clear .col-md-6.col-lg-6, .row-clear .col-sm-3.col-lg-2, .row-clear .col-sm-3.col-lg-3, .row-clear .col-sm-3.col-lg-4, .row-clear .col-sm-3.col-lg-6, .row-clear .col-sm-4.col-lg-2, .row-clear .col-sm-4.col-lg-3, .row-clear .col-sm-4.col-lg-4, .row-clear .col-sm-4.col-lg-6, .row-clear .col-sm-6.col-lg-2, .row-clear .col-sm-6.col-lg-3, .row-clear .col-sm-6.col-lg-4, .row-clear .col-sm-6.col-lg-6, .row-clear .col-xs-3.col-lg-2, .row-clear .col-xs-3.col-lg-3, .row-clear .col-xs-3.col-lg-4, .row-clear .col-xs-3.col-lg-6, .row-clear .col-xs-4.col-lg-2, .row-clear .col-xs-4.col-lg-3, .row-clear .col-xs-4.col-lg-4, .row-clear .col-xs-4.col-lg-6, .row-clear .col-xs-6.col-lg-2, .row-clear .col-xs-6.col-lg-3, .row-clear .col-xs-6.col-lg-4, .row-clear .col-xs-6.col-lg-6 {
        clear: none
    }

    .row-clear .col-lg-2:nth-child(6n+1), .row-clear .col-lg-3:nth-child(4n+1), .row-clear .col-lg-4:nth-child(3n+1), .row-clear .col-lg-6:nth-child(2n+1) {
        clear: both
    }

    .user-panel .search-mob {
        display: none
    }

    .user-panel .hamburger {
        display: none
    }

    .user-panel .logo-mob {
        display: none
    }

    .user-panel .catalog-mob {
        display: none
    }
}

@media (max-width: 1599px) and (min-width: 768px) {
    .entry-row .news-card .card-body .description {
        max-height: 100%;
        min-height: 100%
    }
}

@media (max-width: 1599px) and (min-width: 1024px) {
    .news-card.poll .wrap-text {
        height: 461px
    }

    .news-card.poll .card-content {
        height: 392px
    }
}

@media (min-width: 1600px) {
    .container {
        width: 1260px
    }

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

    .col-xm-1 {
        width: 8.33333%
    }

    .col-xm-2 {
        width: 16.66667%
    }

    .col-xm-3 {
        width: 25%
    }

    .col-xm-4 {
        width: 33.33333%
    }

    .col-xm-5 {
        width: 41.66667%
    }

    .col-xm-6 {
        width: 50%
    }

    .col-xm-7 {
        width: 58.33333%
    }

    .col-xm-8 {
        width: 66.66667%
    }

    .col-xm-9 {
        width: 75%
    }

    .col-xm-10 {
        width: 83.33333%
    }

    .col-xm-11 {
        width: 91.66667%
    }

    .col-xm-12 {
        width: 100%
    }

    .col-xm-pull-0 {
        right: auto
    }

    .col-xm-pull-1 {
        right: 8.33333%
    }

    .col-xm-pull-2 {
        right: 16.66667%
    }

    .col-xm-pull-3 {
        right: 25%
    }

    .col-xm-pull-4 {
        right: 33.33333%
    }

    .col-xm-pull-5 {
        right: 41.66667%
    }

    .col-xm-pull-6 {
        right: 50%
    }

    .col-xm-pull-7 {
        right: 58.33333%
    }

    .col-xm-pull-8 {
        right: 66.66667%
    }

    .col-xm-pull-9 {
        right: 75%
    }

    .col-xm-pull-10 {
        right: 83.33333%
    }

    .col-xm-pull-11 {
        right: 91.66667%
    }

    .col-xm-pull-12 {
        right: 100%
    }

    .col-xm-push-0 {
        left: auto
    }

    .col-xm-push-1 {
        left: 8.33333%
    }

    .col-xm-push-2 {
        left: 16.66667%
    }

    .col-xm-push-3 {
        left: 25%
    }

    .col-xm-push-4 {
        left: 33.33333%
    }

    .col-xm-push-5 {
        left: 41.66667%
    }

    .col-xm-push-6 {
        left: 50%
    }

    .col-xm-push-7 {
        left: 58.33333%
    }

    .col-xm-push-8 {
        left: 66.66667%
    }

    .col-xm-push-9 {
        left: 75%
    }

    .col-xm-push-10 {
        left: 83.33333%
    }

    .col-xm-push-11 {
        left: 91.66667%
    }

    .col-xm-push-12 {
        left: 100%
    }

    .col-xm-offset-0 {
        margin-left: 0
    }

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

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

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

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

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

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

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

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

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

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

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

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

    .conf-aside {
        padding-left: 70px
    }

    .speakers .s-item {
        width: 33.33%
    }

    .speakers .s-item:nth-child(1):before, .speakers .s-item:nth-child(2):before, .speakers .s-item:nth-child(3):before {
        display: none
    }

    .speakers .s-item:nth-child(3n+1):after {
        display: none
    }

    .vote-inst-detail .text-informer {
        padding-left: 100px;
        padding-right: 100px
    }
}

@media (min-width: 1600px) and (max-width: 1799px) {
    .news-card .card-body .title > a {
        max-height: 6.5em
    }

    .news-card .card-body .description {
        max-height: 2.8em;
        min-height: 2.8em
    }

    .news-card.no-footer .card-content .description {
        max-height: 5.6em;
        min-height: 5.6em
    }

    .news-list .differ-title {
        padding-top: 16px;
        padding-bottom: 11px
    }

    .news-card-slider .pic-wrap img {
        -webkit-transform: translate(-44%, -50%);
        transform: translate(-44%, -50%)
    }
}

@media (min-width: 1800px) {
    .container {
        width: 1460px
    }

    .col-xl-1, .col-xl-10, .col-xl-11, .col-xl-12, .col-xl-2, .col-xl-3, .col-xl-4, .col-xl-5, .col-xl-6, .col-xl-7, .col-xl-8, .col-xl-9 {
        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%
    }

    .content-short {
        max-width: 700px;
        margin: 0 auto 50px
    }

    .article-anchor .item {
        padding-top: 15px;
        padding-bottom: 15px
    }

    .article-anchor .item .number {
        top: 14px
    }

    .content-full {
        max-width: 865px;
        margin: 0 auto 0px
    }

    .news-card-slider .pic-wrap img {
        -webkit-transform: translate(-50%, -50%);
        transform: translate(-50%, -50%)
    }

    .news-card-slider:not(.full) .text-wrap {
        padding-left: 7%
    }

    .menu-foot .item_1 {
        padding-right: 40px
    }
}

@media (max-width: 1800px) and (min-width: 1024px) {
    .news-list.separated .item {
        padding-left: 25px
    }
}

@media (max-width: 1799px) {
    .main-banner .news .text.long .h1, .main-banner .news .text.long .h2, .main-banner .news .text.long .h3, .main-banner .news .text.long .h4, .main-banner .news .text.long h1, .main-banner .news .text.long h2, .main-banner .news .text.long h3, .main-banner .news .text.long h4, .main-banner .news .text.long > a, .main-banner .news .text.long > span {
        font-size: 25px
    }

    .main-banner .news .text .h1, .main-banner .news .text .h2, .main-banner .news .text .h3, .main-banner .news .text .h4, .main-banner .news .text h1, .main-banner .news .text h2, .main-banner .news .text h3, .main-banner .news .text h4, .main-banner .news .text > a, .main-banner .news .text > span {
        font-size: 32px
    }

    .u-magazine .magazine .magazine-book {
        margin: 0 auto
    }
}

@media (max-width: 1599px) {
    .article-inset .wrap {
        padding-left: 20px
    }

    .article-stat .addition .source {
        max-width: 300px
    }

    .article-anchor {
        margin-bottom: 40px
    }

    .news-card .card-header .drop-actions .wrap_i {
        padding: 20px 12px 15px
    }

    .news-card .card-body .title {
        margin-bottom: 10px
    }

    .news-card-photo {
        height: 494px
    }

    .sl-news .slide {
        width: 33.33%
    }

    .news-card-slider {
        height: 494px
    }

    .news-conf-slider {
        height: 494px
    }

    .u-profile .credentials p.name {
        max-width: 200px;
        font-size: 18px
    }

    .u-orders .title-differ .title {
        max-width: 400px
    }

    .my-subscriptions .switcher .text {
        text-align: center;
        float: none;
        margin: 0;
        margin-bottom: 5px
    }

    .my-subscriptions .switcher .article-switch {
        max-width: 100%
    }

    .my-subscriptions .input-group {
        margin-top: 15px
    }

    .my-subscriptions button {
        margin-top: 28px
    }

    .sl-videos .slide {
        width: 33.33%
    }

    .video-card .drop-actions .wrap_i {
        padding: 20px 12px 15px
    }

    .vote-inst-detail {
        height: 630px
    }

    .user-panel .search .search-desk-form {
        width: 250px
    }

    .user-panel .login {
        margin-left: 60px
    }

    .user-panel .login .rate {
        max-width: 50px
    }

    .user-panel .login .control .item > a, .user-panel .login .control .item > span {
        max-width: 160px
    }

    .user-panel .notification .item + .item {
        margin-left: 40px
    }

    .subscribe {
        padding: 25px 12px 30px
    }

    .subscribe .title {
        margin-bottom: 14px
    }

    .subscribe .input-wrap {
        margin-bottom: 10px
    }

    .subscribe .icon {
        left: 10px
    }

    .subscribe .input {
        padding: 12px 12px 12px 40px
    }
}

@media (max-width: 1359px) {
    .g-sidebar {
        display: none
    }

    .g-wrapper {
        padding-left: 0
    }

    .g-wrapper:before {
        display: none
    }

    .g-header {
        position: fixed;
        z-index: 1010;
        top: 0;
        left: 0;
        width: 100%;
        background: #232937
    }

    .title-icon.article-cat {
        width: 100%
    }

    .article-switch.category {
        margin-bottom: 20px
    }

    .flipbook {
        padding-left: 40px;
        padding-right: 40px
    }

    .catalog-page .caption.vertical {
        display: block
    }

    .catalog-page .caption.vertical .pic {
        margin-bottom: 30px
    }

    .catalog-page .caption.vertical .text {
        padding-left: 0
    }

    .main-banner .wrap-full {
        top: 0
    }

    .main-banner .news {
        padding-top: 70px
    }

    .magazine {
        margin-bottom: 50px
    }

    .magazine figcaption .title {
        margin-top: 70px
    }

    .user-panel .search {
        display: none
    }

    .user-panel .notification .text {
        display: none
    }

    .g-main {
        padding-top: 70px
    }
}

@media (max-width: 1024px) {
    .u-profile .credentials p.name {
        max-width: 400px
    }

    .u-comments .comment-info {
        display: block;
        padding-top: 0;
        width: auto
    }
}

@media (max-width: 1023px) {
    .lead {
        margin-top: 0;
        font-size: 18px
    }

    .g-footer .g-footer_i {
        border: none;
        padding-bottom: 25px;
        padding-top: 0
    }

    .not-found .button-home {
        margin-top: 20px
    }

    .not-found .img-responsive {
        margin: 0 auto;
        margin-bottom: 50px
    }

    .not-found .report .media-body {
        text-align: center
    }

    .not-found .report .media-left {
        display: block;
        text-align: center
    }

    .not-found .report .btn {
        margin-top: 20px
    }

    .breadcrumb-svg {
        display: none
    }

    .article-switch {
        margin-bottom: 20px;
        padding-top: 10px
    }

    .article-switch .ttl {
        margin-bottom: 10px
    }

    .article-switch label {
        padding-top: 0;
        text-align: center
    }

    .article-switch .switch {
        display: inline-block;
        vertical-align: middle;
        position: relative;
        top: auto;
        left: auto;
        margin: 0 15px
    }

    .article-switch .full, .article-switch .short {
        padding: 0;
        float: none;
        text-align: center;
        display: inline-block;
        vertical-align: middle;
        width: 60px
    }

    .article-inset {
        margin-bottom: 1em
    }

    .article-inset .wrap {
        position: relative;
        padding-left: 0;
        left: auto
    }

    .article-inset .wrap_i {
        width: auto
    }

    .article-controls .rating .minus, .article-controls .rating .plus {
        background: #eff0f2
    }

    .article-controls .control {
        width: 42px;
        height: 42px;
        padding: 0;
        cursor: pointer;
        background: #eff0f2;
        border-radius: 3px
    }

    .article-controls .control:hover:before {
        background-position: -.2em -293.09999999999997em;
        width: 1.809em;
        height: 2.091em
    }

    .article-controls .control:before {
        display: block
    }

    .article-controls .control .drop-actions {
        display: none
    }

    .article-switch.category {
        margin: 0;
        margin-bottom: 20px
    }

    .article-switch.category .switch {
        position: absolute;
        left: 50%
    }

    .article-stat {
        margin-bottom: 20px
    }

    .article-stat.type-2 .row-1 {
        float: none;
        margin-bottom: 25px
    }

    .article-stat.type-2 .row-2 {
        float: none
    }

    .article-stat.type-2 .row-2 .item {
        float: left;
        width: 33.33%;
        margin: 0
    }

    .article-stat.type-2 .row-2 .views {
        text-align: center
    }

    .article-stat.type-2 .row-2 .share {
        text-align: right
    }

    .article-stat .addition {
        display: block;
        padding-left: 0
    }

    .article-stat .addition .file {
        margin-top: -5px
    }

    .article-stat .addition .source {
        display: block;
        max-width: none;
        padding-left: 50px;
        margin-bottom: 20px
    }

    .article-stat .addition .time {
        float: left
    }

    .article-stat .addition .bookmarks {
        float: right
    }

    .flipbook {
        padding-left: 0;
        padding-right: 0
    }

    .flipbook .zoom-trigger .icon {
        opacity: 1
    }

    .conf-aside .item {
        padding: 20px 0
    }

    .conf-card {
        height: 150px
    }

    .conf-card .card-section.date {
        margin-right: 20px
    }

    .conf-card .wrap-date {
        width: 90px
    }

    .conf-card .wrap-date .number {
        font-size: 24px
    }

    .conf-card .wrap-controls {
        padding: 0 20px
    }

    .conf-card .text-wrap {
        width: 380px;
        height: 150px
    }

    .cite.left {
        width: 38%
    }

    .cite.right {
        width: 38%
    }

    .cite-color.left {
        width: 40%;
        padding: 25px 20px
    }

    .cite-color.right {
        width: 40%;
        padding: 25px 20px
    }

    blockquote.style-5 {
        font-size: 24px;
        padding: 35px 30px
    }

    .caption.vertical .pic {
        margin-bottom: 30px
    }

    .g-wrap .news-card .card-header .control:hover .drop-actions {
        display: none
    }

    .news-card.question .card-body .title {
        font-size: 12px;
        max-height: 26.8em
    }

    .news-card-photo {
        height: auto
    }

    .news-card-photo .content {
        position: relative
    }

    .sl-news-revert .slide {
        width: 50%
    }

    .sl-news .slide {
        width: 50%
    }

    .main-banner .news .description {
        font-size: 13px
    }

    .inner .main-banner .news .description {
        float: none
    }

    .main-banner .news .shock-label {
        margin-bottom: 15px;
        font-size: 14px
    }

    .main-banner .news .shock-label span:first-child {
        padding-right: 3px
    }

    .main-banner .news .shock-label span:last-child {
        padding-left: 3px;
        padding-top: 10px;
        padding-bottom: 10px;
        top: auto
    }

    .main-banner .news .text.long .h1, .main-banner .news .text.long .h2, .main-banner .news .text.long .h3, .main-banner .news .text.long .h4, .main-banner .news .text.long h1, .main-banner .news .text.long h2, .main-banner .news .text.long h3, .main-banner .news .text.long h4, .main-banner .news .text.long > a, .main-banner .news .text.long > span {
        font-size: 22px
    }

    .main-banner .news .text .h1, .main-banner .news .text .h2, .main-banner .news .text .h3, .main-banner .news .text .h4, .main-banner .news .text h1, .main-banner .news .text h2, .main-banner .news .text h3, .main-banner .news .text h4, .main-banner .news .text > a, .main-banner .news .text > span {
        font-size: 24px;
        line-height: 1.3
    }

    .main-banner .news .subtext {
        font-size: 14px;
        max-height: 5.6em
    }

    .main-banner .news .control {
        width: 36px;
        height: 36px;
        margin-right: 5px;
        padding: 0;
        cursor: pointer
    }

    .main-banner .news .control:hover:before {
        background-position: -.2em -297.7em;
        width: 1.809em;
        height: 2.091em
    }

    .main-banner .news .control:before {
        display: block
    }

    .main-banner .news .control .drop-actions {
        display: none
    }

    .main-news-section {
        padding: 15px
    }

    .main-news-section .main-article {
        padding: 30px;
        margin-right: 0;
        margin-bottom: 30px
    }

    .main-news-section .main-article .title h3 {
        font-size: 16px
    }

    .main-news-section .article {
        margin-bottom: 30px;
        min-height: 100%
    }

    .main-news-section .article:before {
        content: "";
        width: 200%;
        height: 1px;
        background-color: #eff0f2;
        position: absolute;
        left: -100px;
        top: -15px;
        right: 0
    }

    .main-news-section .article .title h3 {
        max-height: 100%
    }

    .news-list {
        margin-bottom: 20px
    }

    .sl-in-news {
        height: 80%;
        top: 10%
    }

    .news-card-slider {
        height: auto
    }

    .news-card-slider .pic-wrap img {
        width: 100%
    }

    .news-card-slider:not(.full) .text-wrap {
        top: auto;
        -webkit-transform: none;
        transform: none;
        padding-top: 40px;
        padding-bottom: 40px;
        float: none
    }

    .news-card-slider.full .slide {
        padding: 40px 0;
        min-height: 400px
    }

    .news-conf-slider {
        height: auto
    }

    .news-conf-slider .control-wrap {
        position: relative;
        bottom: auto;
        right: auto
    }

    .video-cite .quote-wrap .wrap-links .choice a, .video-cite .quote-wrap .wrap-links .choice span {
        font-size: 11px
    }

    .a-banner img {
        display: block;
        margin: 20px auto
    }

    .news-card.poll .wrap-text .media .media-body, .news-card.poll .wrap-text .media .media-left {
        display: block
    }

    .news-card.poll .wrap-text .media .media-left {
        margin-bottom: 15px
    }

    .news-card.poll .wrap-text {
        height: 100%
    }

    .news-card.poll .card-content {
        height: 100%
    }

    .news-card.poll .card-footer {
        margin-bottom: 26px
    }

    .news-card.gift.no-holiday .media-body .gift-text {
        padding: 30px 0
    }

    .meteo-tabs .nav-tabs {
        white-space: nowrap
    }

    .g-wrap .meteo-tabs .nav-tabs > li {
        display: inline-block;
        vertical-align: top;
        float: none;
        width: 122px
    }

    .meteo-tabs .line-cell {
        padding-left: 30px;
        padding-right: 30px
    }

    .media-kit.proto {
        width: 100%;
        float: none;
        margin-left: 0;
        margin-right: 0
    }

    .media-kit.proto a {
        display: inline-block
    }

    .newsline {
        margin: 1.5em 0
    }

    .search-results .sort {
        text-align: left
    }

    .search-results .article-switch {
        margin: 0
    }

    .search-results .article-switch .switch {
        position: absolute;
        width: 80px;
        left: 40%
    }

    .search-results .article-switch input[type=checkbox]:checked ~ .switch .dragger {
        left: 50px
    }

    .search-result__video .video-info {
        margin-top: 0
    }

    .my-subscriptions .switcher .article-switch .full {
        width: 100px;
        padding: 0;
        margin-top: 30px
    }

    .my-subscriptions .switcher .article-switch .short {
        width: 100px;
        padding: 0;
        margin-top: 30px
    }

    .my-subscriptions .switcher .article-switch .switch {
        width: 100px;
        position: absolute;
        left: 50%;
        margin-left: -50px
    }

    .my-subscriptions button {
        display: block;
        margin: 0 auto
    }

    .magazine {
        margin-left: 0;
        pointer-events: none !important
    }

    .magazine .magazine-book {
        margin: 0 auto
    }

    .magazine figcaption .title {
        text-align: center
    }

    .magazine figcaption .date {
        text-align: center
    }

    .magazine figcaption .desc-text {
        display: none
    }

    .sl-videos .slide {
        width: 50%
    }

    .videos-top-wrap .wrap-full {
        background-color: #eff0f2
    }

    .videos-top-wrap .video-card {
        height: 320px
    }

    .videos-grid-wrap .wrap-full {
        background-color: #fff
    }

    .videos-grid-wrap .hero {
        width: 100%
    }

    .videos-grid-wrap .slide {
        float: left !important;
        padding-left: 5px;
        padding-right: 5px
    }

    .videos-grid-wrap .slide.hero .cover {
        border-radius: 4px
    }

    .videos-grid-wrap .pair-slides {
        padding: 0
    }

    .videos-grid-wrap .pair-slides .video-card {
        min-height: 0;
        padding: 0
    }

    .videos-grid-wrap .banner-section {
        width: 100%;
        margin-top: 30px;
        text-align: center
    }

    .video-card-hero.is-slide .video-info {
        padding-left: 0;
        padding-right: 0
    }

    .video-card-hero .video-info .text {
        font-size: 14px
    }

    .g-wrap .video-card .control:hover .drop-actions {
        display: none
    }

    .sl-related-videos.wrap {
        width: 100% !important;
        background-color: #fff;
        margin-bottom: 20px
    }

    .vote-inst .vote-item {
        width: auto;
        float: none
    }

    .vote-inst .btn-wrap:not(.on) {
        height: auto
    }

    .vote-inst .description {
        height: auto
    }

    .vote-inst-detail {
        height: auto
    }

    .vote-inst-detail .text-informer {
        width: auto;
        float: none;
        border-bottom: none;
        border-bottom-left-radius: 0;
        border-bottom-right-radius: 0
    }

    .vote-inst-detail .vote-inst {
        width: auto;
        float: none
    }

    .vote-inst-detail .vote-inst .v-card {
        border-top-left-radius: 0;
        border-top-right-radius: 0
    }

    .user-panel .wrap {
        padding: 0
    }

    .user-panel .login {
        display: none
    }

    .user-panel .search-mob {
        margin-right: 40px
    }

    .user-panel .search-mob .link {
        padding-left: 12px;
        padding-right: 12px
    }

    .user-panel .hamburger .wrap-hamburger {
        top: -2px
    }

    .user-panel .hamburger .mm-opener {
        width: 28px
    }

    .user-panel .hamburger .mm-opener .ico {
        margin-top: -1px
    }

    .user-panel .hamburger .mm-opener .ico, .user-panel .hamburger .mm-opener .ico:after, .user-panel .hamburger .mm-opener .ico:before {
        height: 3px
    }

    .user-panel .hamburger .mm-opener .ico:before {
        top: 9px
    }

    .user-panel .hamburger .mm-opener .ico:after {
        top: -9px
    }

    .user-panel .logo-mob .pic.small {
        display: block
    }

    .subscribe {
        margin-bottom: 35px;
        padding: 30px 0 10px
    }

    .subscribe:before {
        display: block
    }

    .subscribe .title {
        float: left;
        margin-bottom: 0;
        padding-top: 10px
    }

    .subscribe .text {
        display: none
    }

    .subscribe .form-subscribe {
        float: right
    }

    .subscribe .input-wrap {
        display: inline-block;
        vertical-align: top;
        width: 280px;
        margin-bottom: 0
    }

    .subscribe .icon {
        left: 15px
    }

    .subscribe .input {
        padding: 12px 20px 12px 50px
    }

    .subscribe .btn-wrap {
        display: inline-block;
        vertical-align: top;
        margin-left: 20px
    }

    .widgets-mob .wrap_i {
        overflow: auto
    }

    .g-main {
        padding-top: 50px
    }
}

@media (max-width: 768px) {
    .news-filter .form-group {
        max-width: 100%;
        float: none
    }

    .news-list.separated .item {
        padding: 15px
    }

    .entry-row .news-card .card-content, .entry-row .news-card .wrap-text {
        height: 210px !important
    }

    .news-card.poll .type {
        bottom: auto;
        left: 20px;
        width: 300px
    }

    .modal-choose-clan .tab-content, .modal-login .tab-content {
        padding: 0 20px
    }

    .modal-choose-clan .jq-checkbox + span, .modal-login .jq-checkbox + span {
        font-size: 12px
    }

    .modal-choose-clan ul.nav-tabs > li a, .modal-login ul.nav-tabs > li a {
        font-size: 20px
    }

    .u-profile .media-body, .u-profile .media-left {
        display: block;
        padding: 0;
        text-align: center
    }

    .u-profile .userpic-wrap img {
        padding-right: 0
    }

    .u-profile .credentials p.name {
        max-width: 300px;
        margin: 0 auto
    }

    .u-profile .socials {
        float: none;
        text-align: center;
        margin-top: 10px
    }    
    .title-icon {
        margin-top: 45px;
    }
}

@media (max-width: 767px) {
    .form-group .input-group-addon {
        display: none
    }

    .h1, h1 {
        font-size: 32px
    }

    .h1.small, h1.small {
        font-size: 30px
    }

    .h2, h2 {
        font-size: 26px
    }

    .g-wrap ol:not(.list-reset):not(.list-unstyled), .g-wrap ul:not(.list-reset):not(.list-unstyled) {
        padding: 0
    }

    .g-wrap ol:not(.list-reset):not(.list-unstyled) {
        padding-left: 0
    }

    .tooltip {
        display: none
    }

    .visible-xs {
        display: block !important
    }

    table.visible-xs {
        display: table
    }

    tr.visible-xs {
        display: table-row !important
    }

    td.visible-xs, th.visible-xs {
        display: table-cell !important
    }

    .visible-xs-block {
        display: block !important
    }

    .visible-xs-inline {
        display: inline !important
    }

    .visible-xs-inline-block {
        display: inline-block !important
    }

    .hidden-xs {
        display: none !important
    }

    .outer-bg {
        overflow-x: hidden;
        height: 100%
    }

    .article-switch {
        border-left: none;
        border-right: none;
        margin-left: -10px;
        margin-right: -10px;
        padding-left: 10px;
        padding-right: 10px
    }

    .content-short {
        border-width: 15px;
        margin-bottom: 30px
    }

    .content-short .cs-header {
        padding-left: 20px;
        padding-right: 20px
    }

    .content-short .cs-body {
        padding-left: 10px;
        padding-right: 10px;
        font-size: 16px;
        text-align: center
    }

    .article-continued {
        padding: 15px 0
    }

    .article-tags {
        margin-bottom: 25px
    }

    .article-controls .bookmark, .article-controls .bugs {
        width: 42px;
        text-align: center;
        background: #eff0f2;
        border-radius: 3px;
        padding-left: 0
    }

    .article-controls .bookmark:before, .article-controls .bugs:before {
        left: 50%;
        -webkit-transform: translate(-50%, -50%);
        transform: translate(-50%, -50%)
    }

    .article-controls .bookmark span, .article-controls .bugs span {
        display: none
    }

    .article-controls .bugs {
        margin-right: 10px
    }

    .article-controls .control {
        margin-right: 10px
    }

    .g-comments .title-comments .c-title {
        float: none;
        margin-bottom: 20px;
        height: auto;
        line-height: 1.2
    }

    .g-comments .title-comments .c-filter {
        float: none
    }

    .g-comments .title-comments .c-filter a {
        height: 40px;
        line-height: 40px;
        padding-left: 15px;
        padding-right: 15px
    }

    .g-comments .comment-header .reply-name {
        float: none;
        clear: both;
        max-width: none
    }

    .g-comments .comment-body .name {
        float: none;
        max-width: none;
        margin-right: 0
    }

    .g-comments .comment-body .date {
        font-size: 13px
    }

    .g-comments .comment-body .text {
        font-size: 14px;
        line-height: 1.6
    }

    .g-comments .more-comment .subscribe-link {
        padding-left: 0
    }

    .g-comments .more-comment .subscribe-link span {
        display: none
    }

    .g-comments .reply-list {
        padding-left: 30px
    }

    .g-comments .comment-reply {
        margin-left: 30px
    }

    .g-comments .feedback textarea {
        padding-left: 15px;
        padding-right: 20px
    }

    .article__categories .a-section__sep {
        padding-left: 0;
        padding-right: 0
    }

    .article__categories .a-section__sep hr {
        margin-bottom: 23px
    }

    .article-stat .row-1 {
        margin-bottom: 25px
    }

    .article-stat .row-2 .item {
        float: left;
        margin: 0
    }

    .article-stat .date {
        float: left;
        margin-right: 0
    }

    .article-stat .bookmarks {
        float: right
    }

    .article-stat .views {
        text-align: center
    }

    .article-stat .share {
        text-align: right
    }

    .content-full {
        margin-bottom: 0px
    }

    .flipbook .nav-tabs li {
        margin: 0 15px
    }

    .g-wrap .flipbook .nav-tabs li {
        width: auto;
        display: inline-block
    }

    .speakers .s-item {
        width: auto;
        float: none;
        height: auto
    }

    .speakers .s-item:after {
        display: none
    }

    .speakers .s-item:before {
        width: 100%;
        left: 0
    }

    .speakers .s-item:first-child:before {
        display: none
    }

    .speakers .s-item .item_i {
        top: auto;
        -webkit-transform: none;
        transform: none;
        padding: 30px 0
    }

    .speakers .s-item .description {
        max-height: none;
        min-height: inherit
    }

    .g-wrap .conf-tabs .nav-tabs > li {
        width: auto
    }

    .conf-tabs .nav-tabs > li:first-child .tab-head {
        border-radius: 3px
    }

    .conf-tabs .nav-tabs > li .tab-head {
        padding: 0 16px
    }

    .conf-card {
        height: auto
    }

    .conf-card .card-wrap {
        padding: 20px 20px 30px
    }

    .conf-card .card-section.date {
        margin-right: 10px
    }

    .conf-card .card-section.text {
        clear: both
    }

    .conf-card .wrap-controls, .conf-card .wrap-date {
        top: auto;
        -webkit-transform: none;
        transform: none;
        margin-bottom: 25px
    }

    .conf-card .wrap-date {
        border: none;
        width: 70px
    }

    .conf-card .wrap-controls {
        padding: 0
    }

    .conf-card .text-wrap {
        height: auto;
        width: auto;
        float: none
    }

    .conf-card .text-wrap .text-wrap_i {
        top: auto;
        -webkit-transform: none;
        transform: none
    }

    .conf-card-news {
        height: auto
    }

    .conf-card-news .wrap-text {
        padding-left: 15px;
        padding-right: 15px
    }

    .conf-card-news .title a, .conf-card-news .title span {
        min-height: inherit;
        max-height: none
    }

    .conf-card-news .addition a {
        min-height: inherit
    }

    .conf-card-news.big .wrap-pic {
        position: absolute;
        top: 0;
        left: 0;
        height: 100%;
        width: 100%
    }

    .conf-card-news.big .wrap-text {
        position: relative;
        padding: 25px 15px
    }

    .conf-card-news.big .title a, .conf-card-news.big .title span {
        min-height: inherit
    }

    .conf-card-news.big .conf-logo {
        position: relative;
        margin: 0 0 20px;
        top: auto;
        left: auto;
        width: 90px;
        height: 90px
    }

    .modal-conf-notification .modal-body {
        padding-left: 25px;
        padding-right: 25px
    }

    .modal-conf-notification .conf-title {
        font-size: 14px
    }

    .title-icon {
        padding: 0;
        margin-bottom: 30px;
    }

    .title-icon .description {
        display: none
    }

    .title-differ .title {
        float: none
    }

    .title-differ .description {
        float: none
    }

    .title-differ-sl .navigation {
        display: none
    }

    .text-informer {
        padding: 30px 20px
    }

    .cite.left {
        width: 100%;
        margin-bottom: 20px
    }

    .cite.right {
        width: 100%;
        margin-bottom: 20px
    }

    .cite-color.left {
        width: 100%;
        margin-bottom: 20px
    }

    .cite-color.right {
        width: 100%;
        margin-bottom: 20px
    }

    blockquote.style-1 {
        padding-left: 0
    }

    blockquote.style-1 .pic {
        left: auto;
        position: relative;
        top: auto;
        -webkit-transform: none;
        transform: none;
        margin: 0 auto 20px
    }

    blockquote.style-2 {
        margin-left: 10px;
        margin-right: 10px;
        padding-left: 15px;
        padding-right: 15px
    }

    blockquote.style-2 .title {
        font-size: 22px
    }

    blockquote.style-2 .title-medium {
        font-size: 16px
    }

    blockquote.style-3 {
        padding: 30px 25px 25px
    }

    blockquote.style-3 .title {
        font-size: 18px
    }

    blockquote.style-4 .title {
        float: none;
        width: auto;
        padding: 25px 20px 10px;
        font-size: 20px
    }

    blockquote.style-4 .text {
        float: none;
        width: auto;
        padding: 0 20px 25px
    }

    blockquote.style-5 {
        font-size: 20px;
        padding: 25px 15px
    }

    blockquote.style-5 .head-text {
        left: 20px;
        padding: 0 20px;
        font-size: 14px;
        top: -10px
    }

    blockquote.style-6 {
        padding: 0 15px 25px
    }

    blockquote.style-6 .title {
        font-size: 20px
    }

    ul.text-list.horizontal span, ul.text-list.horizontal strong {
        display: block
    }

    .pagination li {
        display: none
    }

    .pagination li.next, .pagination li.prev {
        display: inline-block
    }

    .pagination li.next > a, .pagination li.next > span, .pagination li.prev > a, .pagination li.prev > span {
        background: #e5edfd
    }

    .pagination li.prev {
        float: left
    }

    .pagination li.next {
        float: right
    }

    .pagination li.active {
        display: inline-block
    }

    .pic-mask .piece {
        border-width: 4px
    }

    .article-addition .file {
        display: block;
        float: left;
        margin-right: 20px;
        top: 2px
    }

    .article-addition .source {
        display: block;
        overflow: hidden;
        margin-left: 0;
        margin-bottom: 6px;
        max-width: none
    }

    .article-addition .date {
        display: block;
        margin-left: 55px
    }

    .article-addition .addition-body {
        padding-bottom: 5px
    }

    .news-card {
        margin-bottom: 10px!important;
    }

    .news-card .wrap-pic_i .shock-label {
        top: auto;
        bottom: 10px
    }

    .news-card .wrap-pic_i .type {
        width: 100%
    }

    .news-card .wrap-text {
        height: auto
    }

    .news-card .card-content {
        height: auto
    }

    .news-card .type {
        -webkit-transform: none;
        transform: none;
        bottom: auto;
        left: 0;
        top: 0;
        width: 100%;
        padding-right: 40px;
        height: 38px;
        line-height: 38px
    }

    .news-card .card-body, .news-card .card-footer {
        padding: 0 30px 0 15px
    }

    .news-card .card-header {
        padding: 20px 0 15px
    }

    .news-card .card-header .date {
        margin-top: 14px
    }

    .news-card .card-header .date {
        padding: 0 30px 0 15px
    }

    .news-card .card-body {
        padding-bottom: 1px
    }

    .news-card .card-body .title {
        margin-bottom: 14px
    }

    .news-card .card-body .title > a {
        line-height: 1.4;
        text-transform: none;
        font-size: 16px;
        max-height: none;
        min-height: inherit
    }

    .news-card .card-body .description {
        display: none
    }

    .news-card.vertical .wrap-pic {
        width: 50%;
        float: left;
        padding-bottom: 0;
        padding-right: 10px;
        border-top-right-radius: 0;
        border-bottom-left-radius: 4px
    }

    .news-card.vertical .wrap-pic_i > a {
        border-top-right-radius: 0;
        border-bottom-left-radius: 4px
    }

    .news-card.vertical .wrap-text {
        width: 50%;
        float: left;
        padding-left: 10px;
        border-top-left-radius: 0;
        border-bottom-left-radius: 0;
        border-top-right-radius: 4px
    }

    .news-card.vertical .card-footer:before {
        display: block
    }

    .news-card.horizontal .wrap-pic, .news-card.vertical .wrap-pic {
        width: 40%
    }

    .news-card.horizontal .wrap-pic_i > a, .news-card.vertical .wrap-pic_i > a {
        height: 210px
    }

    .news-card.horizontal .wrap-pic_i .type, .news-card.vertical .wrap-pic_i .type {
        padding-right: 0
    }

    .news-card.horizontal .wrap-text, .news-card.vertical .wrap-text {
        height: 210px !important;
        width: 60%
    }

    .news-card.horizontal .card-content, .news-card.vertical .card-content {
        height: 167px
    }

    .news-card.horizontal .card-body, .news-card.horizontal .card-footer, .news-card.vertical .card-body, .news-card.vertical .card-footer {
        padding-left: 0
    }

    .news-card.horizontal .card-body .title, .news-card.vertical .card-body .title {
        margin-bottom: 0
    }

    .news-card.no-footer:not(.vertical):not(.horizontal) .type {
        width: 100%
    }

    .news-card.no-footer:not(.vertical):not(.horizontal) .card-content .title {
        margin-bottom: 18px
    }

    .news-card.no-footer .card-content {
        height: auto
    }

    .news-card.no-footer.set-height .wrap-pic, .news-card.set-height .wrap-pic {
        display: none
    }

    .news-card.no-footer.set-height .wrap-text, .news-card.set-height .wrap-text {
        width: auto;
        float: none;
        padding: 0;
        border-radius: 4px;
        background: #fff
    }

    .news-card.no-footer.set-height .card-header, .news-card.set-height .card-header {
        padding: 12px 0
    }

    .news-card.no-footer.set-height .card-header .date, .news-card.set-height .card-header .date {
        padding-left: 15px;
        color: #a8a9ab
    }

    .news-card.no-footer.set-height .card-body, .news-card.set-height .card-body {
        padding-left: 15px
    }

    .news-card.no-footer.set-height .card-body .title, .news-card.set-height .card-body .title {
        margin-bottom: 12px
    }

    .news-card.no-footer.set-height .card-body .title > a, .news-card.set-height .card-body .title > a {
        color: #232937
    }

    .news-card.no-footer.set-height .card-body .title > a.hover, .news-card.no-footer.set-height .card-body .title > a:hover, .news-card.set-height .card-body .title > a.hover, .news-card.set-height .card-body .title > a:hover {
        color: #4878da
    }

    .news-card.question .card-content, .news-card.quote .card-content {
        height: auto
    }

    .news-card.question .type, .news-card.quote .type {
        width: 100%;
        opacity: 1
    }

    .news-card.question .card-body .title, .news-card.quote .card-body .title {
        max-height: none;
        margin-bottom: 18px
    }

    .news-card.question .card-body .description, .news-card.quote .card-body .description {
        max-height: none
    }

    .news-card.question .card-footer, .news-card.quote .card-footer {
        border-color: transparent;
        height: auto
    }

    .news-card.question .wrap-links, .news-card.quote .wrap-links {
        padding-bottom: 30px
    }

    .news-card.question .wrap-links .choice, .news-card.quote .wrap-links .choice {
        float: none;
        text-align: center
    }

    .news-card.question .wrap-links .sharing, .news-card.quote .wrap-links .sharing {
        display: none
    }

    .news-card.quote {
        background-position: left -10px top -30px
    }

    .news-card.question {
        height: auto
    }

    .news-card.question .title {
        overflow: hidden;
        text-overflow: ellipsis
    }

    .news-card.question .wrap-links {
        padding-bottom: 0
    }

    .news-card.question .wrap-links .choice .sep {
        margin: 0 15px
    }

    .news-card.question .card-body .title {
        max-height: 100%
    }

    .news-card.question .card-footer {
        position: static;
        margin-bottom: 15px
    }

    .news-card.question {
        background-position: right -60px bottom -50px
    }

    .news-card-photo .shock-label {
        font-size: 12px;
        padding: 3px 5px;
        margin-top: 3px
    }

    .news-card-photo .content .title {
        font-size: 14px
    }

    .news-card-banner {
        min-height: 210px;
        height: 210px
    }

    .form-group .group-check, .form-group .single-check {
        padding-top: 6px
    }

    .accordion .acc-body {
        padding-left: 35px
    }

    .accordion .acc-link {
        padding-left: 35px
    }

    .accordion .acc-preview {
        padding-left: 35px
    }

    .accordion .acc-ttl {
        padding-right: 0
    }

    .accordion .acc-ttl .ttl-txt {
        padding-right: 20px
    }

    .accordion.default .acc-body {
        padding-left: 35px
    }

    .g-wrap .nav-tabs > li {
        display: block;
        width: 100%
    }

    .nav-tabs > li:first-child .tab-head {
        border-radius: 0
    }

    .nav-tabs > li.active .tab-head, .nav-tabs > li.active .tab-head:focus, .nav-tabs > li.active .tab-head:hover {
        border-bottom: none
    }

    .tabs-acordeon .tab-item {
        position: relative;
        overflow: hidden
    }

    .tabs-acordeon .tab-pane {
        top: 40px
    }

    .table-responsive {
        width: 100%;
        margin-bottom: 21px;
        overflow-y: hidden;
        -ms-overflow-style: -ms-autohiding-scrollbar;
        border: 1px solid #ddd
    }

    .table-responsive > .table {
        margin-bottom: 0
    }

    .table-responsive > .table > tbody > tr > td, .table-responsive > .table > tbody > tr > th, .table-responsive > .table > tfoot > tr > td, .table-responsive > .table > tfoot > tr > th, .table-responsive > .table > thead > tr > td, .table-responsive > .table > thead > tr > th {
        white-space: nowrap
    }

    .table-responsive > .table-bordered {
        border: 0
    }

    .table-responsive > .table-bordered > tbody > tr > td:first-child, .table-responsive > .table-bordered > tbody > tr > th:first-child, .table-responsive > .table-bordered > tfoot > tr > td:first-child, .table-responsive > .table-bordered > tfoot > tr > th:first-child, .table-responsive > .table-bordered > thead > tr > td:first-child, .table-responsive > .table-bordered > thead > tr > th:first-child {
        border-left: 0
    }

    .table-responsive > .table-bordered > tbody > tr > td:last-child, .table-responsive > .table-bordered > tbody > tr > th:last-child, .table-responsive > .table-bordered > tfoot > tr > td:last-child, .table-responsive > .table-bordered > tfoot > tr > th:last-child, .table-responsive > .table-bordered > thead > tr > td:last-child, .table-responsive > .table-bordered > thead > tr > th:last-child {
        border-right: 0
    }

    .table-responsive > .table-bordered > tbody > tr:last-child > td, .table-responsive > .table-bordered > tbody > tr:last-child > th, .table-responsive > .table-bordered > tfoot > tr:last-child > td, .table-responsive > .table-bordered > tfoot > tr:last-child > th {
        border-bottom: 0
    }

    .sl-news-revert .wrap.not-init .slide + .slide {
        display: none
    }

    .sl-news-revert .slider {
        margin-left: 0;
        margin-right: 0
    }

    .sl-news-revert .slide {
        width: 100%;
        padding-left: 5px;
        padding-right: 5px
    }

    .sl-news .wrap {
        margin-left: 0;
        margin-right: 0
    }

    .sl-news .caroufredsel_wrapper {
        overflow: hidden !important
    }

    .sl-news .slide {
        width: 100%;
        padding-left: 5px;
        padding-right: 5px
    }

    .news-filter .form-group label {
        text-align: left;
        padding-left: 0;
        padding-bottom: 10px
    }

    .main-banner .wrap-full {
        bottom: 0
    }

    .main-banner .news {
        margin-left: -10px;
        margin-right: -10px;
        margin-bottom: 0;
        padding: 70px 10px 0
    }

    .main-banner .news .news-footer {
        padding-bottom: 15px
    }

    .main-banner .news .text.long .h1, .main-banner .news .text.long .h2, .main-banner .news .text.long .h3, .main-banner .news .text.long .h4, .main-banner .news .text.long h1, .main-banner .news .text.long h2, .main-banner .news .text.long h3, .main-banner .news .text.long h4, .main-banner .news .text.long > a, .main-banner .news .text.long > span {
        max-height: none;
        text-transform: none;
        font-size: 18px
    }

    .main-banner .news .text .h1, .main-banner .news .text .h2, .main-banner .news .text .h3, .main-banner .news .text .h4, .main-banner .news .text h1, .main-banner .news .text h2, .main-banner .news .text h3, .main-banner .news .text h4, .main-banner .news .text > a, .main-banner .news .text > span {
        max-height: none;
        text-transform: none;
        font-size: 18px
    }

    .main-banner .news .text .conf-mark {
        top: 5px
    }

    .main-banner .news .subtext {
        max-height: none
    }

    .news-list {
        background: 0 0;
        box-shadow: none;
        margin-bottom: 25px
    }

    .news-list .differ-title {
        display: none
    }

    .news-list .item {
        padding: 25px 30px 20px 15px;
        background: #fff;
        height: auto
    }

    .news-list .item-footer .addition {
        padding-left: 15px;
        padding-right: 15px
    }

    .news-list .wrap-pic {
        display: none
    }

    .news-list .title a {
        max-height: inherit
    }

    .news-list .sub-news .ttl a {
        max-height: none
    }

    .news-list.no-pic .item {
        padding-left: 15px;
        padding-right: 30px
    }

    .sl-in-news {
        width: 35%;
        right: 30px
    }

    .news-card-slider .slider-wrap {
        width: 35%
    }

    .news-card-slider:not(.full) .text-wrap {
        font-size: 14px;
        width: 60%;
        padding-top: 30px;
        padding-bottom: 30px
    }

    .news-card-slider:not(.full) .text-wrap .lead {
        font-size: 14px
    }

    .news-card-slider:not(.full) .text-wrap .ttl {
        font-size: 20px
    }

    .news-card-slider .sl-pagination {
        bottom: 10px
    }

    .news-card-slider .sl-pagination span {
        width: 8px;
        height: 8px
    }

    .news-card-slider.full .slide {
        min-height: inherit
    }

    .news-card-slider.full .text-wrap {
        padding-left: 5%
    }

    .news-card-slider.full .s-title {
        font-size: 18px
    }

    .news-card-slider.full .s-description {
        font-size: 14px
    }

    .news-conf-slider .pic-wrap {
        height: auto
    }

    .news-conf-slider .pic-wrap .type {
        -webkit-transform: none;
        transform: none;
        bottom: auto;
        left: 0;
        width: 100%
    }

    .news-conf-slider .pic-wrap .text-wrap {
        top: auto;
        -webkit-transform: none;
        transform: none;
        padding: 40px 20px 30px;
        margin: 0
    }

    .news-conf-slider .pic-wrap .conf-logo {
        position: relative;
        -webkit-transform: none;
        transform: none;
        top: auto;
        left: auto;
        width: 80px;
        height: 80px;
        margin-bottom: 15px
    }

    .news-conf-slider .pic-wrap .date {
        width: 44px;
        height: 44px;
        line-height: 44px;
        margin-top: -22px;
        top: 50%;
        right: auto;
        left: 100%;
        margin-left: -10px
    }

    .news-conf-slider .pic-wrap .date .number {
        font-size: 18px
    }

    .news-conf-slider .pic-wrap .date .month {
        font-size: 12px
    }

    .news-conf-slider .pic-wrap .description, .news-conf-slider .pic-wrap .title {
        margin-left: 0
    }

    .news-conf-slider .pic-wrap .title a, .news-conf-slider .pic-wrap .title span {
        font-size: 16px
    }

    .news-conf-slider .slider-wrap.not-init .slide {
        width: 100%
    }

    .news-conf-slider .slider-wrap.not-init .slide + .slide {
        display: none
    }

    .news-conf-slider .slide {
        height: auto
    }

    .news-conf-slider .slide .ttl a, .news-conf-slider .slide .ttl span:not(.conf-mark) {
        max-height: none
    }

    .news-conf-slider .prev {
        float: left
    }

    .news-conf-slider .next {
        float: right
    }

    .mood-hero {
        padding: 25px 15px;
        margin-bottom: 10px
    }

    .video-cite {
        margin-bottom: 15px
    }

    .video-cite .quote-wrap span {
        font-size: 16px
    }

    .video-cite .quote-wrap span.author {
        font-size: 12px
    }

    .video-cite .quote-wrap .wrap-links {
        padding-bottom: 30px
    }

    .video-cite .quote-wrap .wrap-links .choice {
        float: none;
        text-align: center
    }

    .video-cite .quote-wrap .wrap-links .choice .minus, .video-cite .quote-wrap .wrap-links .choice .plus {
        display: block;
        margin: 0 auto;
        width: 130px
    }

    .video-cite .quote-wrap .wrap-links .choice span.sep {
        display: none
    }

    .news-card.poll .card-body .title {
        font-size: 14px
    }

    .news-card.poll .progress {
        margin-bottom: 12px
    }

    .news-card.gift .card-body {
        padding: 25px
    }

    .news-card.gift .card-body .media-left {
        display: block;
        text-align: center;
        margin: 0 auto;
        padding: 0
    }

    .news-card.gift .card-body .media-body {
        display: block;
        margin: 0 auto;
        text-align: center;
        padding: 0
    }

    .news-card.gift .card-body .media-body.last {
        padding-left: 0;
        padding-top: 10px
    }

    .modal-add-holiday .modal-body {
        padding-left: 30px;
        padding-right: 30px
    }

    .modal-choose-clan h3.heading {
        font-size: 20px
    }

    .giftcard-wrap .h3 {
        margin-bottom: 10px
    }

    .meteo-tabs .line-row.preview-line {
        margin: 0
    }

    .meteo-tabs .line-row.preview-line .line-col {
        padding: 0
    }

    .meteo-tabs .line-row.preview-line .line-col + .line-col {
        border-top: 1px solid #e1e5f0
    }

    .meteo-tabs .line-row.preview-line .line-cell {
        text-align: left
    }

    .meteo-tabs .line-row.preview-line .line-cell:after, .meteo-tabs .line-row.preview-line .line-cell:before {
        content: " ";
        display: table
    }

    .meteo-tabs .line-row.preview-line .line-cell:after {
        clear: both
    }

    .meteo-tabs .line-row.preview-line .line-cell .ttl {
        margin-left: 80px
    }

    .meteo-tabs .line-row.preview-line .line-cell .pic {
        float: left;
        margin-top: -30px;
        margin-right: 20px;
        margin-bottom: 0
    }

    .meteo-tabs .line-row.preview-line .line-cell .txt {
        margin-left: 80px
    }

    .meteo-tabs .line-col {
        text-align: left;
        width: auto;
        float: none
    }

    .meteo-tabs .line-cell {
        float: left;
        padding: 10px 20px;
        width: 70%
    }

    .meteo-tabs .line-cell.cell-ttl {
        display: block;
        width: 30%
    }

    .meteo-tabs .accordion-meteo .btn-control-all {
        padding-left: 20px
    }

    .meteo-tabs .accordion-meteo .acc-link {
        padding-left: 20px
    }

    .meteo-tabs .temperature {
        font-size: 18px;
        clear: both;
        line-height: 20px;
        height: auto;
        padding-bottom: 20px;
        text-align: left;
        padding-left: 100px
    }

    .meteo-tabs .temperature:before {
        display: none
    }

    .meteo-tabs .precipitation {
        margin-top: 0;
        float: left;
        width: 70%;
        height: auto;
        line-height: 1.3;
        padding: 10px 20px;
        font-size: 14px;
        font-family: NotoSans-Regular, Helvetica, Arial, sans-serif
    }

    .meteo-tabs .precipitation:before {
        display: none
    }

    .meteo-tabs .precipitation:after {
        display: none
    }

    .indexes-controls .switcher {
        float: none;
        margin-bottom: 30px
    }

    .indexes-controls .switcher + .status {
        border-top: 1px solid #e1e5f0
    }

    .indexes-controls .status {
        float: none;
        padding-top: 15px
    }

    .indexes-controls .status .item {
        float: left;
        width: 33.33%;
        text-align: center
    }

    .news-important .wrap-foot, .news-important .wrap-pic, .news-important .wrap-text {
        padding-left: 15px;
        padding-right: 40px
    }

    .news-important .wrap-pic {
        border-bottom-left-radius: 4px;
        border-bottom-right-radius: 4px
    }

    .news-important .control {
        display: block
    }

    .news-important .title a {
        font-size: 16px;
        line-height: 1.5;
        max-height: 7.5em
    }

    .news-important .wrap-text {
        display: none
    }

    .news-important .wrap-foot {
        display: none
    }

    .index-state .item-wrap {
        width: 100%
    }

    .index-state .state-item.big {
        padding: 20px
    }

    .index-state .state-item.big .title {
        font-size: 20px
    }

    .index-state .state-item.big .middle-price {
        width: auto;
        float: none;
        padding-top: 0;
        margin-bottom: 30px
    }

    .index-state .state-item.big .middle-price .val {
        font-size: 48px
    }

    .index-state .state-item.big .middle-price .cur {
        font-size: 14px
    }

    .index-state .state-item.big .wrap-price {
        width: auto;
        float: none
    }

    .index-state .state-item.big .price-item {
        float: left;
        width: 50%
    }

    .index-state .state-item.big .price-item .ttl {
        font-size: 11px
    }

    .index-state .state-item.big .price-item .val {
        font-size: 22px
    }

    .index-state .state-item.big .price-item .cur {
        font-size: 10px
    }

    #map-wrapper {
        height: 300px
    }

    .search-result__video .video-info {
        margin-top: 20px
    }

    .search-result__person .video-info {
        margin-top: 20px
    }

    .main-banner.video .wrap-news h1 {
        font-size: 18px;
        text-transform: uppercase
    }

    .slider.video-top .caroufredsel_wrapper {
        max-height: 250px
    }

    .slider.video-top .wrap:after, .slider.video-top .wrap:before {
        content: "";
        position: absolute;
        left: 0;
        top: 0;
        z-index: 1;
        display: block;
        width: 40px;
        height: 100%;
        background: linear-gradient(to right, #fff, rgba(255, 255, 255, 0))
    }

    .slider.video-top .wrap:after {
        left: auto;
        right: 0;
        background: linear-gradient(to right, rgba(255, 255, 255, 0), #fff)
    }

    .slider.video-top .navigation .prev {
        left: 10px;
        z-index: 2
    }

    .slider.video-top .navigation .next {
        right: 10px
    }

    .sl-videos .wrap {
        margin-left: 0;
        margin-right: 0
    }

    .sl-videos .caroufredsel_wrapper {
        overflow: hidden !important
    }

    .sl-videos .slide {
        width: 100%;
        padding-left: 5px;
        padding-right: 5px
    }

    .videos-top-wrap {
        padding-bottom: 80px
    }

    .videos-top-wrap .video-card:hover hr {
        display: block
    }

    .videos-top-wrap .video-card figcaption .text {
        opacity: 1;
        -webkit-transform: translateX(0);
        transform: translateX(0)
    }

    .videos-top-wrap .video-card {
        margin-bottom: 12px;
        height: 266px
    }

    .videos-top-wrap .video-card .text {
        max-height: 127px
    }

    .video-card .video-item {
        max-width: none
    }

    .user-panel .notification .item.basket {
        display: none
    }

    .user-panel .search-mob {
        margin-right: 4%
    }

    .user-panel .search-mob .link {
        padding-left: 8px;
        padding-right: 8px
    }

    .user-panel .hamburger {
        margin-right: 4%
    }

    .user-panel .catalog-mob a {
        min-width: initial;
    }

    .subscribe {
        display: none
    }

    .menu-foot {
        border-bottom: 1px solid #e1e5f0
    }

    .menu-foot .accord-section {
        padding-top: 20px;
        border-top: 1px solid #e1e5f0;
        margin-bottom: 0
    }

    .menu-foot .accord-section.closed .accord-wrap {
        height: 0 !important
    }

    .menu-foot .accord-section.closed .accord-link:hover .link-icon:after, .menu-foot .accord-section.closed .accord-link:hover .link-icon:before {
        background: #6797f9
    }

    .menu-foot .accord-section.closed .accord-link:hover .link-ttl {
        color: #6797f9
    }

    .menu-foot .accord-section.closed .accord-link .link-icon:after, .menu-foot .accord-section.closed .accord-link .link-icon:before {
        background: #7783a0
    }

    .menu-foot .accord-section.closed .accord-link .link-icon:after {
        -webkit-transform: rotate(0);
        transform: rotate(0)
    }

    .menu-foot .accord-section.closed .accord-link .link-ttl {
        color: #7783a0
    }

    .menu-foot .accord-wrap_i {
        border-top: 1px solid #e1e5f0;
        padding: 20px 10px
    }

    .menu-foot .accord-link {
        cursor: pointer
    }

    .menu-foot .link-ttl {
        margin-left: 42px;
        color: #6797f9;
        margin-bottom: 18px
    }

    .logo-foot {
        margin-bottom: 15px
    }

    .logo-foot .pic img {
        margin: 0 auto
    }

    .logo-foot .copyright {
        text-align: center
    }

    .media-kit a {
        display: none
    }

    .social-foot {
        text-align: center;
        line-height: 1
    }

    .social-foot .label {
        display: none
    }

    .social-foot .list {
        display: inline-block
    }

    .slam-copy {
        text-align: center
    }

    .js-vertical-align.xs {
        top: auto;
        -webkit-transform: translateY(0) !important;
        transform: translateY(0) !important
    }

    .banner-pic {
        margin-bottom: 10px
    }
}

@media (max-width: 640px) {
    .news-filter span {
        margin-left: 0;
        text-align: left;
        display: block
    }

    .filter-wrap {
        max-width: 100%
    }
}

@media (max-width: 600px) {
    .news-card.horizontal .wrap-pic, .news-card.vertical .wrap-pic {
        width: 100%;
        padding-right: 0;
        position: absolute;
        z-index: 1;
        top: 0;
        left: 0
    }

    .news-card.horizontal .wrap-pic_i > a, .news-card.vertical .wrap-pic_i > a {
        border-top-right-radius: 4px;
        border-bottom-right-radius: 4px
    }

    .news-card.horizontal .wrap-pic_i > a img, .news-card.vertical .wrap-pic_i > a img {
        opacity: .3;
        transition: none
    }

    .news-card.horizontal .wrap-pic_i .type, .news-card.vertical .wrap-pic_i .type {
        padding-right: 40px
    }

    .news-card.horizontal .wrap-text, .news-card.vertical .wrap-text {
        position: relative;
        z-index: 2;
        padding: 0;
        width: 100%;
        border-top-left-radius: 4px;
        border-bottom-left-radius: 4px;
        background: 0 0
    }

    .news-card.horizontal .card-body, .news-card.horizontal .card-footer, .news-card.vertical .card-body, .news-card.vertical .card-footer {
        padding-left: 15px
    }

    .news-card.horizontal .card-header .date, .news-card.vertical .card-header .date {
        color: #eee
    }

    .news-card.horizontal .card-header .control:hover span, .news-card.horizontal .card-header .control:hover span:after, .news-card.horizontal .card-header .control:hover span:before, .news-card.vertical .card-header .control:hover span, .news-card.vertical .card-header .control:hover span:after, .news-card.vertical .card-header .control:hover span:before {
        background: #f5bf00
    }

    .news-card.horizontal .card-header .control span, .news-card.horizontal .card-header .control span:after, .news-card.horizontal .card-header .control span:before, .news-card.vertical .card-header .control span, .news-card.vertical .card-header .control span:after, .news-card.vertical .card-header .control span:before {
        background: #fff
    }

    .news-card.horizontal .card-body .title > a, .news-card.vertical .card-body .title > a {
        color: #fff !important;
        max-height: 5.6em
    }

    .news-card.horizontal .card-body .title > a.hover, .news-card.horizontal .card-body .title > a:hover, .news-card.vertical .card-body .title > a.hover, .news-card.vertical .card-body .title > a:hover {
        color: #f5bf00
    }

    .news-card.horizontal .card-footer, .news-card.vertical .card-footer {
        border-color: #fff
    }

    .news-card.horizontal .card-footer:before, .news-card.vertical .card-footer:before {
        display: none
    }

    .news-card.horizontal .card-footer .comment, .news-card.vertical .card-footer .comment {
        color: #fff
    }

    .news-card.horizontal .card-footer .comment:hover, .news-card.vertical .card-footer .comment:hover {
        color: #f5bf00
    }

    .news-card.horizontal .card-footer .c-item, .news-card.vertical .card-footer .c-item {
        color: #fff
    }

    .news-card.horizontal .card-footer .c-item .icon:before, .news-card.vertical .card-footer .c-item .icon:before {
        background-position: -.2em -121.8em;
        width: 1.8em;
        height: 1.3em
    }

    .news-card.horizontal .card-footer .c-item.add, .news-card.vertical .card-footer .c-item.add {
        color: #fff
    }

    .news-card.horizontal .card-footer .c-item.add .icon:before, .news-card.vertical .card-footer .c-item.add .icon:before {
        background-position: -.2em -121.8em;
        width: 1.8em;
        height: 1.3em
    }

    .news-card.no-footer.horizontal .card-body .title > a, .news-card.no-footer.vertical .card-body .title > a {
        max-height: 8.4em
    }
}

@media (max-width: 480px) {
    .modal-choose-clan .jq-checkbox, .modal-login .jq-checkbox {
        display: table-cell !important
    }

    .modal-choose-clan .jq-checkbox + span, .modal-login .jq-checkbox + span {
        display: table-cell;
        vertical-align: middle;
        text-align: left
    }

    .modal-choose-clan ul.nav-tabs > li a, .modal-login ul.nav-tabs > li a {
        font-size: 14px;
        padding: 20px 30px
    }
}

@media (max-width: 479px) {
    .content-short .cs-header {
        padding-left: 10px;
        padding-right: 10px;
        padding-bottom: 10px
    }

    .content-short .pic-logo {
        float: none;
        clear: both;
        padding-top: 0;
        margin-bottom: 30px
    }

    .g-comments .drop-menu .drop-list ul {
        width: 250px;
        padding-left: 15px;
        padding-right: 15px
    }

    .g-comments .comment-body .wrap-pic {
        margin-right: 15px
    }

    .g-comments .reply-list .comment .wrap-pic {
        float: none;
        margin-bottom: 10px;
        padding-left: 35px;
        display: inline-block
    }

    .g-comments .reply-list .comment .wrap-text {
        padding-left: 35px
    }

    .g-comments .comment-reply .wrap-pic {
        float: none;
        margin-bottom: 10px;
        padding-left: 35px;
        display: inline-block
    }

    .g-comments .comment-reply .wrap-text {
        padding-left: 35px
    }

    .modal-sharing .modal-body {
        padding-left: 15px;
        padding-right: 15px
    }

    .modal-subscribe .subscribe {
        padding-left: 25px;
        padding-right: 25px
    }

    .modal-edit-profile .modal-body {
        padding-left: 30px;
        padding-right: 30px
    }

    .u-battle .users-wrap .user {
        font-size: 70%
    }

    .u-battle .users-wrap .user .num {
        width: 30px
    }

    .u-battle .users-wrap .user .name {
        max-width: 100px
    }

    .user-panel .search-mob {
        margin-right: 0%
    }
    .user-panel .hamburger {
        margin-right: 2%;
    }
    .user-panel .search-mob .link {
        padding-left: 5px;
        padding-right: 5px;
    }
    .user-panel .logo-mob {
        margin-right: 0%;
    }
    .user-panel .catalog-mob {
        margin-right: 2%;
    }
    .user-panel .catalog-mob a {
        display: block;
        width: 105px;
        padding: 5px 0px 4px;
        margin-top: 5px;
    }
}

@media (max-width: 340px) {
    .user-panel .catalog-mob a {
        width: 90px;
    }
}

@media (max-width: 320px) {
    .article-switch.category {
        margin: 0;
        margin-bottom: 20px
    }

    .article-switch.category .full, .article-switch.category .short {
        text-align: center
    }

    .article-switch.category .short {
        padding-right: 25px
    }

    .article-switch.category .full {
        padding-left: 65px
    }

    .article-switch.category .full {
        padding: 0
    }

    .article-switch.category .short {
        padding: 0
    }

    .modal-choose-clan ul.nav-tabs > li a, .modal-login ul.nav-tabs > li a {
        font-size: 12px;
        padding: 20px 15px
    }

    .modal-edit-profile .input-group-addon {
        display: none
    }

    .search-results .article-switch {
        margin: 0
    }

    .search-results .article-switch .full, .search-results .article-switch .short {
        text-align: center
    }

    .search-results .article-switch .short {
        padding-right: 25px
    }

    .search-results .article-switch .full {
        padding-left: 65px
    }

    .search-results .article-switch .full {
        padding: 0;
        text-align: left
    }

    .search-results .article-switch .short {
        padding: 0
    }

    .user-panel .catalog-mob {
        display: none;
    }
}

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

    table.visible-print {
        display: table
    }

    tr.visible-print {
        display: table-row !important
    }

    td.visible-print, th.visible-print {
        display: table-cell !important
    }

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

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

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

    .hidden-print {
        display: none !important
    }
}

@-webkit-keyframes progress-bar-stripes {
    from {
        background-position: 40px 0
    }
    to {
        background-position: 0 0
    }
}

@keyframes progress-bar-stripes {
    from {
        background-position: 40px 0
    }
    to {
        background-position: 0 0
    }
}

@-webkit-keyframes spin {
    from {
        -webkit-transform: rotate(0);
        transform: rotate(0)
    }
    to {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg)
    }
}

@keyframes spin {
    from {
        -webkit-transform: rotate(0);
        transform: rotate(0)
    }
    to {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg)
    }
}

@-webkit-keyframes bounce_circularG {
    0% {
        -webkit-transform: scale(1);
        transform: scale(1)
    }
    100% {
        -webkit-transform: scale(.3);
        transform: scale(.3)
    }
}

@keyframes bounce_circularG {
    0% {
        -webkit-transform: scale(1);
        transform: scale(1)
    }
    100% {
        -webkit-transform: scale(.3);
        transform: scale(.3)
    }
}

@keyframes spin {
    from {
        -webkit-transform: rotate(0);
        transform: rotate(0)
    }
    to {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg)
    }
}

@-webkit-keyframes impulse {
    to {
        height: 30px;
        width: 30px;
        opacity: 0
    }
}

@keyframes impulse {
    to {
        height: 30px;
        width: 30px;
        opacity: 0
    }
}

/* new style start */
.main-news-section .main-article {
    background-color: #fff;
    border: 20px solid #eff0f2;
    border-radius: 3px;
    padding: 60px;
    transition: opacity .3s ease;
    height: 440px;
    margin-bottom: 20px;
}

.news-card .wrap-pic {
    background: #3a5896;
    max-height: 424px;
    overflow: hidden;
}

.news-card.vertical .wrap-text {
    height: auto;
}

.news-article-list .news-card.vertical .card-content {
    max-height: 180px !important;
}

.news-card .card-content {
    padding-top: 20px;
}

.news-card .card-header {
    padding: 0;
}

.news-card .card-header .date {
    margin-top: 0;
    padding: 0 25px 8px;
}

.news-card.horizontal .card-body, .news-card.vertical .card-body {
    height: 90px;
}

.news-card.news-card--size_lg.horizontal .card-body, .news-card.news-card--size_lg.vertical .card-body {
    height: 90px;
}

.dfl {
    display: flex;
}

.flww {
    flex-wrap: wrap;
}


.aic {
    align-items: center;
}

.news-card .card-body .title > a {
    max-height: 3.9em;
    min-height: 3.9em;
}

.news-card.news-card--size_lg .wrap-pic_i > a {
    height: 403px !important;
}

.news-list .item {
    height: 179.33px;
}

.sl-news-revert {
    margin-bottom: 20px;
}

.news-card.quote {
    height: 540px;
    overflow: hidden;
    background: #385692;
    padding: 20px;
}

.news-card.quote .wrap-text {
    position: relative;
    background: #324f8a;
    height: 100%;
}

.news-card.quote .share {
    position: absolute;
    right: 25px;
    top: 25px;
    z-index: 10;
    cursor: pointer;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
}

.news-card.quote .share:after {
    content: ' ';
    display: inline-block;
    font-size: 10px;
    background-image: url(../images/sprite_svg.svg?38780);
    background-repeat: no-repeat;
    background-size: 6.8em 846.7em;
    background-position: -.2em -288.09999999999997em;
    width: 1.809em;
    height: 2.091em;
}

.news-card.quote .share span {
    font-size: 14px;
    color: #fc0;
    vertical-align: middle;
    margin-right: 15px;
    opacity: 0;
    display: inline-block;
    transition: all .15s ease-in;
    transform: translateX(25px);
}

.news-card.quote .share:hover span {
    opacity: 1;
    transform: translateX(0);
}

.news-card.quote .card-body {
    padding: 25px !important;
    position: relative;
    z-index: 1;
    line-height: 1.4;
}

.news-card.quote .control:before {
    display: block;
}

.news-card.quote .wrap_i {
    display: none;
    width: 0;
    height: 0;
    overflow: hidden;
}

.news-card.quote .title {
    font-size: 18px;
    text-transform: uppercase !important;
    color: #fff;
    margin: 10px 0 33px;
}

.news-card.quote .description {
    line-height: 1.4;
    font-size: 16px;
    color: #fff;
    font-family: OpenSans-Semibold, Helvetica, Arial, sans-serif;
    overflow: hidden;
    text-transform: none !important;
    max-height: 21em !important;
}

.news-card.quote.quote--number .description {
    max-height: 16.5em !important;
}

.news-card.quote .author {
    color: #fff;
    font-family: NotoSerif-Italic;
    font-size: 14px;
    text-transform: none;
    display: inline-block;
    margin-top: 10px;
    max-height: 60px;
    overflow: hidden;
}

.news-card.quote .day-number {
    position: absolute;
    bottom: 0;
    right: 0;
    display: none;
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-flex-align: end;
    align-items: flex-end;
    margin: 0 25px 25px 0;
}

.news-card.quote .day-number__number {
    font-size: 85px;
    font-weight: 700;
    color: #5674b0;
    line-height: 1;
}

.news-card.quote .day-number__description {
    font-size: 31px;
    font-weight: 700;
    color: #5674b0;
    line-height: 1;
}

.news-card.quote .quote__img {
    position: absolute;
    bottom: 0;
    right: 0;
    max-width: 80%;
    max-height: 50%;
    opacity: .4;
}

.news-card.quote.quote--number .quote__img,
.news-card.quote.quote--number .card-body .title{
    display: none
}

.news-card.quote.quote--number .day-number {
    display: flex;
    position: static;
    padding: 50px 0px 0px 30px;
    align-items: flex-start;
}

.news-card.quote.quote--number .day-number .title {
    margin-bottom: 10px;
}

.news-card.quote.quote--number .author {
    display: none
}

.news-card.quote.quote--number .card-body{
    bottom: 0;
    position: absolute;
}


.ya-share2.white-icons ul.ya-share2__list:not(.list-reset):not(.list-unstyled) .ya-share2__item_service_vkontakte .ya-share2__icon:before {
    transform: scale(0.9);
}

@media (max-width: 1600px) {
    .news-card.news-card--size_lg .wrap-pic_i > a {
        height: 357px !important;
    }

    .news-card.quote {
        height: 500px;
    }
    .news-card.news-card--size_lg .wrap-pic_i > a {
        height: 357px !important;
    }

    .news-card.quote .day-number__number {
        font-size: 60px;
    }

    .news-card.quote .description {
        font-size: 13px;
    }

    .news-card.quote .author {
        font-size: 12px;
        max-height: 64px;
    }
}

@media (max-width: 1024px) {
    .main-news-section .main-article {
        padding: 30px;
        height: auto;
    }

    .news-card.quote {
        height: 540px;
    }

    .news-card.quote .day-number__number {
        font-size: 85px;
    }

    .news-card.quote .description {
        font-size: 16px;
    }

    .news-card.quote .author {
        font-size: 14px;
    }
}

@media (max-width: 1599px) and (min-width: 1024px) {
    .news-list .item {
        height: 166px;
        padding-left: 20px;
    }



    .news-card .wrap-pic_i > a {
        height: 260px;
    }

    .news-card.no-footer .card-content {
        height: 237px;
    }
}

.count_liveinternet_16 {
    margin-right: 15px;
}


@media (max-width: 768px) {
    .news-card.no-footer.set-height .wrap-pic, .news-card.set-height .wrap-pic {
        display: block;
    }

    .news-card.no-footer.set-height.horizontal .wrap-text, .news-card.set-height .wrap-text {
        width: 60%;
        float: right;
    }

    .news-card .card-content,
    .news-card.horizontal .card-content {
        padding-top: 40px!important;
    }

    .fdc-md {
        flex-direction: column;
    }

    .slam-copy,
    .count_liveinternet,
    .belkanton-logo {
        justify-content: center;
    }
}

@media (max-width: 767px) {
    .news-card.news-card--size_lg.horizontal .wrap-pic_i > a,
    .news-card.news-card--size_lg.vertical .wrap-pic_i > a {
        height: 210px !important;
    }
}

@media (max-width: 600px) {
    .news-card.horizontal .wrap-text, .news-card.vertical .wrap-text {
        width: 100%!important;
        background-color: transparent !important;
    }
}




.slider-comparison {
    position: relative;
    overflow: hidden;
    margin-bottom: 20px
}

.slider-comparison img {
    width: 100%;
    display: block;
    max-width: none !important;
}

.slider-comparison__resize {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 50%;
    overflow: hidden
}

.slider-comparison__handle {
    position: absolute;
    left: 50%;
    top: 0;
    bottom: 0;
    width: 1px;
    background: rgba(0, 0, 0, .5);
    cursor: ew-resize
}

.slider-comparison__handle:hover:after {
    transform: scale(1, 2) translateX(-3px)
}

.slider-comparison__handle:hover:before {
    transform: scale(1, 2) translateX(3px)
}

.slider-comparison__handle:after {
    position: absolute;
    top: calc(50% - 31px);
    left: -37px;
    width: 64px;
    height: 64px;
    content: '<';
    color: #fff;
    font-size: 16px;
    text-align: center;
    line-height: 64px;
    transform: scale(1, 2)
}

.slider-comparison__handle:before {
    position: absolute;
    top: calc(50% - 31px);
    left: -26px;
    width: 64px;
    height: 64px;
    content: '>';
    color: #fff;
    font-size: 16px;
    text-align: center;
    line-height: 64px;
    transform: scale(1, 2)
}

.sl-img {
    width: 100%;
    margin-bottom: 20px
}

.sl-img__slider {
    width: 100%
}

.sl-img__slide-img {
    width: 100%
}

.sl-img__slide-img--popup {
    cursor: zoom-in
}

.sl-img__nav .slick-slide {
    padding: 0 5px;
    cursor: pointer
}

.sl-img__nav .slick-slide:hover {
    opacity: .7
}

.sl-img__title {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 44px;
    padding: 4px;
    margin-bottom: 12px;
    overflow: auto;
    font-family: NotoSans-Regular, Helvetica, Arial, sans-serif;
    font-weight: bold;
    font-size: 20px;
    color: #fff;
    background-color: #232937;
    
}
@media (max-width: 768px) {
    .sl-img__title {
        height: 56px;
        font-size: 14px;
    }
}

.sl-img__title::-webkit-scrollbar {
    opacity: 0.1;
}

.sl-img__title-text {
    margin: auto;
    overflow: auto;
    text-align: center;
}

.sl-img__info {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: justify;
    justify-content: space-between
}

.sl-img__info-item {
    font-size: 14px;
    color: #5b709c;
    vertical-align: middle;
    line-height: 1.2;
    text-decoration: none
}

.slick-slider {
    position: relative;
    position: relative;
    display: block;
    box-sizing: border-box;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -ms-touch-action: pan-y;
    touch-action: pan-y;
    -webkit-tap-highlight-color: transparent
}

.slick-slider .slick-arrow {
    background-color: transparent;
    border: none;
    padding: 0;
    margin: 0;
    width: 44px;
    height: 44px;
    position: absolute;
    top: 50%;
    z-index: 999;
    cursor: pointer
}

.slick-slider .slick-arrow:hover {
    opacity: .8
}

.slick-slider .slick-arrow.slick-prev {
    transform: translateY(-50%) rotate(180deg);
    left: 0
}

.slick-slider .slick-arrow.slick-next {
    transform: translateY(-50%);
    right: 0
}

.slick-list {
    position: relative;
    overflow: hidden;
    display: block;
    margin: 0;
    padding: 0
}

.slick-list:focus {
    outline: 0
}

.slick-list.dragging {
    cursor: pointer;
    cursor: hand
}

.slick-slider .slick-list, .slick-slider .slick-track {
    transform: translate3d(0, 0, 0)
}

.slick-track {
    position: relative;
    left: 0;
    top: 0;
    display: -ms-flexbox;
    display: flex;
    margin-left: auto;
    margin-right: auto
}

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

.slick-track:after {
    clear: both
}

.slick-loading .slick-track {
    visibility: hidden
}

.slick-slide {
    float: left;
    height: 100%;
    min-height: 1px;
    outline: 0 !important;
    display: none
}

[dir=rtl] .slick-slide {
    float: right
}

.slick-slide img {
    display: block
}

.slick-slide.slick-loading img {
    display: none
}

.slick-slide.dragging img {
    pointer-events: none
}

.slick-initialized .slick-slide {
    display: block
}

.slick-loading .slick-slide {
    visibility: hidden
}

.slick-vertical .slick-slide {
    display: block;
    height: auto;
    border: 1px solid transparent
}

.slick-arrow.slick-hidden {
    display: none
}

.main-news-section .main-article .title h3 {
    font-size: 30px;
    text-align: center;
    max-height: 180px;
}

@media (max-width: 1023px) {
    .main-news-section .main-article .title h3 {
        font-size: 16px;
    }
}


/* START: Type s2 */
.news-card .type.type-s2 {
    -webkit-transform: none;
    -moz-transform: none;
    -ms-transform: none;
    -o-transform: none;
    transform: none;
    right: 0;
    left: auto;
}

.news-card .type.type-s2 .type-txt {
    display: flex;
    align-items: center;
    padding: 0;
}

.news-card .type.type-s2 .type-txt:before {
    display: none;
}

.news-card .type.type-s2 .type-txt:after {
    content: '';
    display: block;
    width: 600%;
    height: 1px;
    background: #fc0;
    margin-top: 1px;
    margin-left: 10px;
}

@media (max-width: 767px) {
    .news-card .type.type-s2 {
        -webkit-transform: none;
        transform: none;
        bottom: auto;
        left: auto;
        top: 0;
        right: 0;
        width: 30%;
        padding-right: 0px;
        height: 38px;
        line-height: 38px;
    }
}

.content .wrap-full.ajax_block{
    top: 0!important;
}
.content .main-banner .news{
    padding-top: 110px;
}

.news-card.no-footer .card-body{
    height: 175px;
}

/* FINISH: Type s2 */

/* new style finish */

/*шапка новостей*/
.news-card--lg {
    height: 495px;
    width: 100%;
    position: relative;
    overflow: hidden;
}

.news-list .news-card.news-card--columnist,
.news-list .news-card.news-card--columnist:hover {
    box-shadow: none;
    margin: 0;
    padding: 0!important;
}


.news-list .news-card.news-card--columnist .card-title,
.news-list .news-card.news-card--columnist .card-title a{
    text-decoration: none;
    text-transform: none;
    color: #232937;
    font-family: NotoSans-Bold, Helvetica, Arial, sans-serif;
    font-size: 16px;
    line-height: 1.3;
    font-weight: 400;
}
.card-body {
    position: relative;
}

.news-card--columnist {
    overflow: hidden;
}
.news-card--columnist-horizontal .news-card-i{
    display: flex;
    min-height: 160px;
    align-items: stretch;
    flex-wrap: wrap;
}

.news-card--columnist-horizontal .card-body,
.news-card--columnist-horizontal .card-columnist {
    width: 50%;
}

@media (max-width: 767px) {
    .news-card--columnist-horizontal.news-card .type,
    .news-card--columnist.news-card .type{
        left: 100%;
        bottom: 0;
        top: auto;
        width: 167px;
        -webkit-transform: rotate(-90deg);
        transform: rotate(-90deg);
        -webkit-transform-origin: left bottom 0;
        transform-origin: left bottom 0;
    }

    .news-card--columnist-horizontal .card-body,
    .news-card--columnist-horizontal .card-columnist {
        width: 100%;
    }
    .card-columnist {
        display: none;
    }
}
.news-card--columnist .card-body {
    min-height: 160px;
}

.news-card--columnist .card-title {
    max-height: 4em;
}

.card-columnist-ava {
    width: 70px;
    min-width: 70px;
    height: 70px;
    overflow: hidden;
    border-radius: 50%;
    margin-right: 15px;
}

.card-columnist-ava-img {
    width: 100%;
}

.card-columnist {
    position: relative;
    padding: 5px 25px 15px 25px;
}
.card-columnist--border-bottom:before {
    content: '';
    position: absolute;
    bottom: -1px;
    left: 0;
    width: 100%;
    height: 1px;
    background-color: #fff;
}

/*.card-columnist--border-left:after {
    content: '';
    position: absolute;
    top: 0;
    right: -1px;
    width: 1px;
    height: 100%;
    background-color: #fff;
}*/

.card-columnist-i {
    display: flex;
    align-items: center;
}

.card-columnist-name {
    margin: 0 0 5px 0;
    max-height: 45px;
    overflow: hidden;
}

@media (max-width: 1024px) {
    .card-columnist-name {
        font-size: 14px;
        max-height: 35px;
    }
}

.card-columnist-name-link {
    text-decoration: none;
    color: #232937;
}

.card-columnist-name-link:hover {
    text-decoration: none;
}

.card-columnist-position {
    font-size: 12px;
    color: rgb(119, 131, 160);
    line-height: 1.4;
    max-height: 34px;
    overflow: hidden;
}

.header-columnist-i {
    display: flex;
    align-items: stretch;
    overflow: hidden;
}

.header-columnist-i .control {
    display: none;
}

.header-columnist .card-columnist {
    min-width: 385px;
    width: 385px;
    padding: 20px 50px 20px 0;
    flex-direction: column;
    justify-content: center;
}

.header-columnist .header-columnist-text {
    overflow: hidden;
    -webkit-transition: height .3s;
    -moz-transition: height .3s;
    -ms-transition: height .3s;
    -o-transition: height .3s;
    transition: height .3s;
}

.header-columnist-text-accordion.is_close .header-columnist-text{
    height: 0px;
}


.header-columnist .header-columnist-text-i {
    font-size: 16px;
    line-height: 30px;
    color: #fff;
    width: auto;
    font-family: NotoSerif-Italic, Helvetica, Arial, sans-serif;
    font-style: italic;
    display: inline-block;
}
.header-columnist .header-columnist-text--title {
    margin: 0;
}

.header-columnist .card-columnist__wrap {
    display: flex;
    align-items: center;
}

.header-columnist-text-wrap {
    padding: 20px 50px;
}

@media (max-width: 768px) {
    .header-columnist-text-wrap {
        padding: 15px;
    }
}

.header-columnist .header-columnist-text--title .header-columnist-text-i{
    font-size: 36px;
    font-family: NotoSans-Bold, Helvetica, Arial, sans-serif;
    font-weight: 700;
    line-height: 1;
    font-style: normal;
    margin-bottom: 0;
    text-align: left;
}




.header-columnist .card-columnist-name-link,
.header-columnist .card-columnist-position{
    color: #fff;
}

.header-columnist .card-columnist-name-link:hover {
    color: #6797f9;
}

.header-columnist-text-accordion-btn-toggle {
    display: none;
    align-items: center;
    justify-content: center;
    color: #fff;
    height: 60px;
    line-height: 60px;
    cursor: pointer;
}

.header-columnist-text-accordion-btn-toggle-text {
    margin-right: 10px;
    pointer-events: none;
}

.header-columnist-text-accordion-btn-toggle-icon {
    width: 5px;
    height: 5px;
    position: relative;
    transform: translateY(-2px);
}

.header-columnist-text-accordion.open .header-columnist-text-accordion-btn-toggle-icon {
    transform: translateY(0px);
}

.header-columnist-text-accordion.open .header-columnist-text-accordion-btn-toggle-icon:after {
    -webkit-transform: rotate(135deg);
    -moz-transform: rotate(135deg);
    -ms-transform: rotate(135deg);
    -o-transform: rotate(135deg);
    transform: rotate(135deg);
}

.header-columnist-text-accordion-btn-toggle-icon:after {
    content: '';
    position: absolute;
    top: 50%;
    left: 50%;
    width: 100%;
    height: 100%;
    display: block;
    background-color: transparent;
    border-left: 1px solid #fff;
    border-bottom: 1px solid #fff;
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    transform: rotate(-45deg);
    transition: transform .3s;
}

@media (max-width: 1024px) and (max-width: 1023px) {
    .lg-show {
        display: block!important;
    }

    .lg-hidden {
        display: none!important;
    }
}

@media (max-width: 768px) and (max-width: 767px) {
    .md-show {
        display: block!important;
    }

    .md-hidden {
        display: none!important;
    }

    .header-columnist-text-accordion-btn-toggle {
        display: flex;
    }
}


@media (max-width: 1024px) {
    .header-columnist .card-columnist {
        padding: 0 25px 0 0;
        min-width: 300px;
        width: 300px;
    }
    .header-columnist .header-columnist-text-i {
        padding: 0 25px;
    }
}

@media (max-width: 768px) {
    .header-columnist-i {
        flex-wrap: wrap;
    }

    .header-columnist .card-columnist {
        min-width: auto;
        width: 100%;
        padding: 0 10px 0;
    }

    .header-columnist .card-columnist-no-share {
        padding: 0 10px 20px;
    }

    .header-columnist .header-columnist-text-i {
        padding: 25px 0 25px 0;
    }
}


.card-img-overlay {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    padding: 30px;
}

.card-img-overlay--bottom {
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
}
.news-card--light .card-title,
.news-card--light .card-title a,
.news-card--light .card-text {
    color: #fff;
}

.news-card--dark .card-title,
.news-card--dark .card-title a,
.news-card--dark .card-text {
    color: #232937;
}

.card-title,
.card-title a {
    font-size: 18px;
    font-weight: 700;
    text-decoration: none;
    text-transform: uppercase;
    line-height: 1.4;
}

.card-title {
    max-height: 3em;
    overflow: hidden;
}

.card-title a {
    cursor: pointer;
    margin-bottom: 20px;
}

.card-title a:hover {
    color: #4878da!important;
    transition: color .3s;
}

.card-title a.hover {
    color: #4878da;
}

.news-card {
    background-color: #fff;
}

.news-card--column {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.news-card--light {
    background-color: black;
}

.news-card--light .date,
.news-card--dark .date{
    color: #a8a9ab;
}

.news-card .date{
    line-height: 1;
}

.card-img {
    position: relative;
    display: block;
    width: 100%;
    height: 100%;
    background-size: cover;
    background-position: center;
    transition: opacity .3s;
}

.card-img:hover:before {
    opacity: .8;
}

.card-img:before {
    content: '';
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background-color: #3a5896;
    opacity: .5;
}

.card-img.hover:before {
    content: '';
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background-color: #4878da;
    opacity: .5;
}

.card-img-i {
    position: relative;
    width: 100%;
}

.card-img-i--h260 {
    height: 260px;
}

.card-text {
    font-size: 14px;
    line-height: 18px;
    max-height: 6.6em;
    overflow: hidden;
}
.card-text--italic {
    font-family: NotoSerif-Italic, "Times New Roman", Times, serif;
    font-style: italic;
}

@media (max-width: 768px) {
    .news-list .item.news-card--columnist {
        height: auto!important;
        border-radius: 0;
        margin-bottom: 0!important;
    }
}


.main-article--columnist {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: flex-start;
}
.main-article--columnist .card-columnist {
    padding: 0;
}
.p-25 {
    padding: 25px !important;
}

.justify-content-center {
    -ms-flex-pack: center !important;
    justify-content: center !important;
}
.flex-column {
    -ms-flex-direction: column !important;
    flex-direction: column !important;
}
.d-flex {
    display: -ms-flexbox !important;
    display: flex !important;
}



/* START: Quote */
.news-card.quote-s2 {
    padding: 0;
    background-color: #fff;
}

.news-card .wrap-text {
    display: flex;
    flex-direction: column;
    align-items: stretch;
    justify-content: flex-start;
}



.news-card.quote-s2 .news-card__header {
    padding: 25px;
    background: #3D8DD7;
}

.news-card.quote-s2--number .news-card__header {
    background: #4859A1;
}

.news-card.quote-s2 .news-card__header-top {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.news-card.quote-s2 .news-card__header-top .title {
    margin: 0;
}

.quote-s2__number {
    margin-top: 15px;
    margin-bottom: -5px;
}

.quote-s2__number .quote-s2__number-num {
    font-size: 76px;
    font-family: NotoSans-Regular,Helvetica,Arial,sans-serif;
    margin: 0;
    color: white;
    line-height: 1;
}

.quote-s2__number .quote-s2__number-text {
    font-size: 20px;
    font-family: NotoSans-Regular,Helvetica,Arial,sans-serif;
    margin: 0;
    color: white;
    line-height: 1;
}

.quote-s2 .card-body {
    background-color: #fff;
    flex-grow: 1;
}

.news-card.quote-s2 .card-body {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-start;
}


.news-card.quote-s2 .card-body .description {
    color: #191D32;
    font-family: NotoSans-Regular,Helvetica,Arial,sans-serif;
    max-height: 16.5em!important;
    word-wrap: break-word;
    width: 100%;
}

.news-card.quote-s2 .card-body  .author {
    color: #191D32;
    font-size: 16px;
    max-height: 56px;
    overflow: hidden;
    width: 100%;
}

.news-card.quote-s2 .author-s2 {
    display: flex;
    align-items: flex-end;
    color: #191D32;
    font-size: 16px;
    flex-grow: 1;
    font-family: NotoSerif-Italic;
    text-transform: none;
    width: 100%;
}

.news-card.quote-s2 .author-s2 .author-s2__i {
    display: flex;
    align-items: center;
}

.news-card.quote-s2 .author-s2 .author-avatar {
    width: 80px;
    min-width: 80px;
    height: 80px;
    border-radius: 50%;
    overflow: hidden;
    margin-right: 25px;
}

@media (max-width: 1600px) and (min-width: 1024px) {
    .news-card.quote-s2 .author-s2 .author-avatar {
        display: none;
    }
}


@media (max-width: 768px) {
    .news-card.quote-s2 .card-body {
        margin-bottom: 0px;
    }
}




@media (max-width: 1600px) {
    .news-card.quote.quote-s2 .author,
    .news-card.quote.quote-s2 .author-s2 {
        font-size: 13px;
    }

    .quote-s2__number .quote-s2__number-num {
        font-size: 38px;
    }
}

@media (max-width: 1024px) {
    .news-card.quote.quote-s2 .author,
    .news-card.quote.quote-s2 .author-s2 {
        font-size: 16px;
    }

    .quote-s2__number .quote-s2__number-num {
        font-size: 76px;
    }
}

.row.dfl:after,
.row.dfl:before {
    display: none;
}

.article-content .top_banner a {
    background-repeat: no-repeat;
    margin: 0 auto;
    position: relative;
    display: inline-block;
}

.article-content .top_banner a {
    background-repeat: no-repeat;
    margin: 0 auto;
    position: relative;
    display: inline-block;
}

.category-top-banner {
    position: absolute;
    left: 0px;
    top: 20px;
}

.article-content .top_banner a {
    background-repeat: no-repeat;
    margin: 0 auto;
    position: relative;
    display: inline-block;
}

.article-rtb-right {
    position: absolute;
    top: 0;
    left: 100%;
    padding-left: 25px;
}
@media (min-width: 1024px) {
    .article-inset {
        position: absolute;
        top: 420px;
        right: 50px;
    }
    .article-inset .wrap {
        padding-left: 82px;
    }
}
@media (max-width: 1024px) {
    .article-rtb-right, .article-rtb-bottom {
        display: none;
    }
}

.mobile-rtb-top {
    padding: 0 0 28px 0px;
    margin-top: -20px;
}
.mobile-rtb-inner {
    margin-bottom: 1em;
}
.mobile-rtb-bottom {
    border-top: 1px solid #e1e5f0;
    padding-top: 25px;
    margin-bottom: 25px;
}

div[id^="yandex_rtb_"] ~ .content_banner_list {
    margin-top: 20px;
}

/* FINISH:  Quote */