@font-face {
    font-family: 'Gotham Pro';
    src: url(/fonts/subset-GothamPro-Medium.woff2) format('woff2'), url(/fonts/subset-GothamPro-Medium.woff) format('woff');
    font-weight: 500;
    font-style: normal
}

@font-face {
    font-family: 'Gotham Pro';
    font-weight: 700;
    font-style: normal;
    font-display: swap
}

@font-face {
    font-family: KazimirText;
    src: url(/fonts/subset-KazimirText-Medium.woff2) format('woff2'), url(/fonts/subset-KazimirText-Medium.woff) format('woff');
    font-weight: 500;
    font-style: normal
}

@font-face {
    font-family: 'Gotham Pro';
    font-weight: 400;
    font-style: normal;
    font-display: swap
}

@font-face {
    font-family: KazimirText;
    src: url(/fonts/subset-KazimirText-Light.woff2) format('woff2'), url(/fonts/subset-KazimirText-Light.woff) format('woff');
    font-weight: 300;
    font-style: normal
}

@font-face {
    font-family: KazimirText;
    src: url(/fonts/subset-KazimirText-Bold.woff2) format('woff2'), url(/fonts/subset-KazimirText-Bold.woff) format('woff');
    font-weight: 700;
    font-style: normal
}

@font-face {
    font-family: 'Gotham Pro';
    src: url(/fonts/subset-GothamPro-Black.woff2) format('woff2'), url(/fonts/subset-GothamPro-Black.woff) format('woff');
    font-weight: 900;
    font-style: normal
}

@font-face {
    font-family: KazimirText;
    src: url(/fonts/subset-KazimirText-Regular.woff2) format('woff2'), url(/fonts/subset-KazimirText-Regular.woff) format('woff');
    font-weight: 400;
    font-style: normal
}

a, abbr, acronym, address, applet, article, aside, audio, b, big, blockquote, body, canvas, caption, center, cite, code, dd, del, details, dfn, div, dl, dt, em, embed, fieldset, figcaption, figure, footer, form, h1, h2, h3, h4, h5, h6, header, hgroup, html, i, iframe, img, ins, kbd, label, legend, li, mark, menu, nav, object, ol, output, p, pre, q, ruby, s, samp, section, small, span, strike, strong, sub, summary, sup, table, tbody, td, tfoot, th, thead, time, tr, tt, u, ul, var, video {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    font: inherit;
    vertical-align: baseline
}

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

body {
    line-height: 1
}

ol, ul {
    list-style: none
}

blockquote, q {
    quotes: none
}

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

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

body, html {
    margin: 0;
    padding: 0;
    width: 100%;
    -webkit-font-smoothing: antialiased;
    -webkit-text-size-adjust: 100%;
    font-weight: 300
}

html {
    font-family: 'Gotham Pro', sans;
    font-size: 17px;
    line-height: 1.5;
    color: #000;
    height: 100%;
    min-height: 320px;
    min-width: 320px;
    position: relative;
    box-sizing: border-box
}

html.mobile {
    overflow-x: hidden
}

body {
    position: relative;
    width: 100%;
    height: 100%
}

._noscroll {
    overflow: hidden
}

._noscroll.mobile body {
    overflow: hidden;
    height: 100% !important
}

@media(max-width: 767px) {
    ._sticky-adfox .footer{
        padding-bottom: 62.5px;
    }
}

::-moz-selection {
    background: #e20a0a;
    color: #fff
}

::selection {
    background: #e20a0a;
    color: #fff
}

::-webkit-input-placeholder {
    color: rgba(0, 0, 0, .5);
    opacity: 1
}

::-moz-placeholder {
    color: rgba(0, 0, 0, .5);
    opacity: 1
}

input:-ms-input-placeholder {
    color: rgba(0, 0, 0, .5)
}

::-ms-clear {
    display: none
}

::-ms-reveal {
    display: none
}

:disabled {
    cursor: default;
    pointer-events: none;
    opacity: .7;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none
}

img {
    margin: 0
}

a {
    text-decoration: none;
    cursor: pointer;
    transition: .2s ease;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none
}

input[type=checkbox], input[type=radio] {
    cursor: pointer
}

fieldset {
    border: 0;
    margin: 0;
    padding: 0
}

figcaption, figure {
    margin: 0;
    padding: 0
}

button {
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    cursor: pointer
}

.btn {
    background: #000;
    font-size: 18px;
    letter-spacing: -.01em;
    color: #fff;
    font-weight: 600;
    display: inline-block;
    padding: 20px 46px;
    cursor: pointer;
    transition: .2s ease;
    white-space: nowrap
}

.btn:hover {
    background: #e20a0a
}

.btn._border {
    background: 0 0;
    color: #000;
    border: 2px solid #e20a0a
}

.btn._border:hover {
    background: #000;
    color: #fff;
    border-color: #000
}

.btn._disabled {
    pointer-events: none;
    opacity: .5
}

.all-categories {
    text-align: center;
    margin: 100px auto
}

.wrap-page {
    min-height: 100%;
    margin-left: auto;
    margin-right: auto;
    overflow: hidden;
	z-index: 1;
	position: relative;
    max-width: 1320px;
    background: #f3f4f4;
}

.wrap-page:after {
    display: block;
    width: 100%;
    height: 90px
}

.content {
    position: relative;
    padding: 0 80px 10px
}

.page-main .content {
    padding-top: 10px
}

.text {
    max-width: 760px;
    box-sizing: border-box;
    font-size: 16px;
    line-height: 22px
}

._scrollable-wrap {
    overflow-y: auto;
    overflow-x: hidden
}

.desktop ._scrollable-wrap::-webkit-scrollbar {
    width: 4px
}

.desktop ._scrollable-wrap::-webkit-scrollbar-thumb {
    border-radius: 4px;
    opacity: .4
}

.toggle-item {
    width: 100%;
    padding: 10px 130px 25px 0;
    margin: 80px 0;
    border-top: 1px solid #000;
    border-bottom: 1px solid #000;
    box-sizing: border-box
}

.toggle-content {
    position: relative;
    overflow: hidden;
    transition: .5s ease
}

.toggle-content:after {
    background: linear-gradient(to bottom, rgba(243, 244, 244, 0) 0, #f3f4f4 80%);
    height: 130px;
    width: 100%;
    display: block;
    position: absolute;
    bottom: 0;
    left: 0;
    content: '';
    transition: .5s ease
}

._toggle .toggle-content:after {
    opacity: 0
}

.toggle-link {
    position: relative;
    padding-right: 37px;
    font-weight: 600;
    font-size: 18px;
    color: #000;
    transition: .2s ease
}

.toggle-link:after {
    background: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTciIGhlaWdodD0iMTIiIHZpZXdCb3g9IjAgMCAxNyAxMiIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPHBhdGggZD0iTTE1IDJMOC41IDhMMiAyIiBzdHJva2U9ImJsYWNrIiBzdHJva2Utd2lkdGg9IjUiLz4KPC9zdmc+Cg==) no-repeat;
    background-size: contain;
    width: 19px;
    height: 14px;
    display: block;
    position: absolute;
    top: 5px;
    right: 0;
    content: '';
    transition: .2s ease
}

._toggle .toggle-link:after {
    transform: rotate(180deg)
}

.desktop .toggle-link:hover {
    opacity: .5
}

.ui-state-highlight, .ui-widget-content .ui-state-highlight, .ui-widget-header .ui-state-highlight {
    border: 1px solid #992d2d !important;
    background: #e20a0a !important;
    color: #fff !important
}

.ui-button.ui-state-active:hover, .ui-button:active, .ui-state-active, .ui-widget-content .ui-state-active, .ui-widget-header .ui-state-active, a.ui-button:active {
    border: 1px solid #e20a0a !important;
    background: #fff !important;
    font-weight: 400;
    color: #e20a0a !important
}

.date-input {
    height: 50px;
    line-height: 50px;
    position: relative
}

.date-input input {
    cursor: pointer;
    border-radius: 0
}

.date-input input::-webkit-input-placeholder {
    color: #000
}

.date-input input::-moz-placeholder {
    color: #000
}

.date-input input input:-ms-input-placeholder {
    color: #000
}

.date-input:after {
    background: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTQiIGhlaWdodD0iOSIgdmlld0JveD0iMCAwIDE0IDkiIGZpbGw9Im5vbmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+DQo8cGF0aCBkPSJNMTMgMUw3IDdMMSAwLjk5OTk5OSIgc3Ryb2tlPSJibGFjayIgc3Ryb2tlLXdpZHRoPSIyIi8+DQo8L3N2Zz4NCg==) no-repeat;
    width: 14px;
    height: 9px;
    display: block;
    content: '';
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 15px;
    pointer-events: none
}

.select {
    position: relative
}

.select select {
    background: #f3f4f4;
    height: 50px;
    line-height: 50px;
    padding: 0 20px;
    font-size: 16px;
    border: 1px solid #f3f4f4;
    box-sizing: border-box;
    transition: .2s ease;
    cursor: pointer;
    -webkit-appearance: none;
    border-radius: 0
}

.select select:hover {
    border: 1px solid #000
}

.select:after {
    background: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTQiIGhlaWdodD0iOSIgdmlld0JveD0iMCAwIDE0IDkiIGZpbGw9Im5vbmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+DQo8cGF0aCBkPSJNMTMgMUw3IDdMMSAwLjk5OTk5OSIgc3Ryb2tlPSJibGFjayIgc3Ryb2tlLXdpZHRoPSIyIi8+DQo8L3N2Zz4NCg==) no-repeat 0 0;
    width: 14px;
    height: 9px;
    display: block;
    content: '';
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 15px;
    pointer-events: none
}

.pseudo-select {
    position: relative
}

.pseudo-select__btn {
    background: #f3f4f4;
    padding: 10px 20px;
    border: 1px solid #f3f4f4;
    box-sizing: border-box;
    font-size: 16px;
    transition: .2s ease;
    position: relative
}

.pseudo-select__btn:after {
    background: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTQiIGhlaWdodD0iOSIgdmlld0JveD0iMCAwIDE0IDkiIGZpbGw9Im5vbmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+DQo8cGF0aCBkPSJNMTMgMUw3IDdMMSAwLjk5OTk5OSIgc3Ryb2tlPSJibGFjayIgc3Ryb2tlLXdpZHRoPSIyIi8+DQo8L3N2Zz4NCg==) no-repeat 0 0;
    width: 14px;
    height: 9px;
    display: block;
    content: '';
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 19px
}

.pseudo-select__btn:hover {
    border: 1px solid #000
}

.pseudo-select__dropdown {
    background: #fff;
    position: absolute;
    width: 860px;
    padding: 30px;
    box-sizing: border-box;
    opacity: 0;
    pointer-events: none;
    transition: opacity .3s ease;
    right: 0;
    top: 60px;
    z-index: 2
}

.pseudo-select._open .pseudo-select__dropdown {
    opacity: 1;
    pointer-events: auto
}

.close-btn {
    background: 0 0;
    width: 40px;
    height: 40px;
    position: absolute;
    display: block;
    border: none;
    top: 42px;
    right: 55px;
    transition: .5s ease;
    z-index: 2
}

.close-btn svg {
    width: 24px;
    height: 24px;
    position: absolute;
    pointer-events: none;
    top: 50%;
    left: 50%;
    margin: -12px 0 0 -12px
}

.button-link {
    background: #000;
    border-radius: 30px;
    display: inline-block;
    min-width: 125px;
    box-sizing: border-box;
    padding: 23px 30px;
    font-size: 11px;
    font-weight: 500;
    letter-spacing: .13em;
    text-transform: uppercase;
    box-shadow: 0 15px 60px rgba(0, 50, 109, 0);
    text-align: center;
    color: #fff !important;
    border: none;
    transition: .5s ease !important;
    white-space: nowrap
}

.button-link._disabled, .button-link[disabled] {
    background: rgba(0, 0, 0, .2)
}

.button-link._no-border {
    background: 0 0 !important;
    border: none;
    box-shadow: none !important
}

.button-link._white {
    background: 0 0
}

.desktop .button-link:hover {
    background: #fff;
    box-shadow: 0 15px 60px rgba(0, 50, 109, .15);
    color: #000 !important
}

.desktop .button-link:hover._white {
    border: 1px solid #fff
}

.desktop .button-link:hover._no-border {
    color: #000 !important
}

.checkbox {
    min-height: 34px;
    position: relative;
    box-sizing: border-box;
    cursor: pointer
}

.checkbox ._p, .checkbox p {
    margin-top: 0;
    margin-bottom: 0
}

.checkbox .error {
    margin-top: 25px !important;
    left: 30px !important
}

.checkbox input {
    width: 100%;
    height: 100%;
    position: absolute;
    margin: 0;
    padding: 0;
    display: block;
    left: -9999px;
    top: -40px;
    opacity: 0;
    z-index: 2
}

.checkbox input + span {
    width: 12px;
    height: 12px;
    border: 1px solid rgba(0, 0, 0, .5);
    box-sizing: border-box;
    display: block;
    position: absolute;
    top: 6px;
    left: 0;
    cursor: pointer
}

.checkbox input + span:after {
    background: #e20a0a;
    content: '';
    display: block;
    width: 6px;
    height: 6px;
    position: absolute;
    left: 2px;
    top: 2px;
    opacity: 0;
    transition: .2s ease opacity
}

.checkbox input + span:hover:not(:disabled):after {
    opacity: 1
}

.checkbox input._error + span {
    border-color: #e20a0a !important
}

.checkbox input:checked + span:after {
    opacity: 1
}

.checkbox input:focus:not(:disabled) + span {
    border-color: #000
}

.checkbox input:disabled + span {
    background: rgba(0, 0, 0, .1);
    cursor: default
}

.checkbox input:disabled + span:before {
    opacity: .5
}

.checkbox input:disabled ~ .checkbox-text {
    cursor: default;
    opacity: .6
}

.checkbox .checkbox-text {
    font-size: 15px;
    line-height: 14px
}

.checkbox label {
    min-height: 24px;
    transition: background-color .2s ease;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    position: relative;
    z-index: 1;
    font-size: 0;
    padding-left: 20px
}

.preloader, .preloader:after {
    border-radius: 50%;
    width: 10em;
    height: 10em
}

.preloader {
    margin: 60px auto;
    font-size: 10px;
    position: relative;
    text-indent: -9999em;
    border-top: .4em solid rgba(0, 0, 0, .1);
    border-right: .4em solid rgba(0, 0, 0, .1);
    border-bottom: .4em solid rgba(0, 0, 0, .1);
    transform: translateZ(0);
    animation: load8 1.1s infinite linear;
    opacity: 0;
    pointer-events: none
}

.preloader._active {
    opacity: 1
}

h1, h2, h3, h4, h5, h6 {
    line-height: 1.5;
    font-weight: 500;
    color: #000
}

.title-h1, h1 {
    margin: 80px 0 30px 0;
    font-weight: 600;
    font-family: Georgia, sans;
    font-size: 35px;
    line-height: 1.3;
    letter-spacing: -.01em
}

.title-h2, h2 {
    position: relative;
    margin: 50px 0 40px 0;
    font-style: normal;
    font-weight: 700;
    font-size: 20px;
    line-height: 25px;
    letter-spacing: -.005em
}

.title-h3, .title-h4, .title-h5, .title-h6, h3, h4, h5, h6 {
    margin: 50px 0 40px 0;
    font-size: 16px;
    line-height: 1.3;
    font-weight: 600
}

.title-h3 + ._p, .title-h3 + p, .title-h4 + ._p, .title-h4 + p, .title-h5 + ._p, .title-h5 + p, .title-h6 + ._p, .title-h6 + p, h3 + ._p, h3 + p, h4 + ._p, h4 + p, h5 + ._p, h5 + p, h6 + ._p, h6 + p {
    margin-top: 20px
}

._p, p {
    font-family: 'Gotham Pro', sans;
    font-style: normal;
    margin: 22px 0;
    font-weight: 400;
    font-size: 16px;
    line-height: 22px;
    letter-spacing: -.005em
}

b, strong {
    font-weight: 700
}

.text a:not([class]) {
    text-decoration: underline;
    color: #000;
    -webkit-text-decoration-color: rgba(0, 0, 0, .35);
    text-decoration-color: rgba(0, 0, 0, .35)
}

html.desktop .text a:not([class]):hover {
    -webkit-text-decoration-color: #e20a0a;
    text-decoration-color: #e20a0a
}

.text ol:not([class]), .text ul:not([class]) {
    margin: 40px 0 40px 0;
    display: block;
    padding: 0;
    counter-reset: ol;
    list-style-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAEAAAABCAQAAAC1HAwCAAAAC0lEQVR42mNkYAAAAAYAAjCB0C8AAAAASUVORK5CYII=)
}

.text ol:not([class]) ol, .text ol:not([class]) ul, .text ul:not([class]) ol, .text ul:not([class]) ul {
    margin: 20px 0
}

.text ol:not([class]) li, .text ul:not([class]) li {
    position: relative;
    padding-left: 50px;
    margin-bottom: 20px
}

.text ol:not([class]) li li, .text ul:not([class]) li li {
    padding-left: 50px
}

.text ol:not([class]) li:before, .text ul:not([class]) li:before {
    position: absolute;
    font-weight: 600;
    font-family: Georgia, sans
}

.text ol:not([class]) li:before {
    top: 1px;
    left: 0;
    counter-increment: ol;
    content: counters(ol, '')
}

.text ol:not([class]) ol {
    counter-reset: olin
}

.text ol:not([class]) ol li:before {
    content: counters(ol, '') '.' counters(olin, '');
    counter-increment: olin
}

.text ul:not([class]) li:before {
    background: #000;
    display: block;
    width: 20px;
    height: 2px;
    top: 12px;
    left: 0;
    content: ''
}

blockquote {
    position: relative;
    margin: 60px 0;
    padding: 5px 60px 0 60px;
    box-sizing: border-box
}

blockquote p {
    margin-top: 0;
    max-width: 400px
}

blockquote p:before {
    background: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMzYiIGhlaWdodD0iMzAiIHZpZXdCb3g9IjAgMCAzNiAzMCIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPHBhdGggZD0iTTE2IDBIMVYxNUg5QzkgMTUgOS4xNTkxNSAxOS40OTE2IDcuNSAyMS41QzUuNTMzNzEgMjMuODgwMiAwIDI0IDAgMjRMMSAzMEMxIDMwIDkuMDg0MzEgMjkuOTE1NyAxMi41IDI2LjVDMTUuOTE1NyAyMy4wODQzIDE2IDE1IDE2IDE1VjBaIiBmaWxsPSJibGFjayIvPgo8cGF0aCBkPSJNMzYgMEgyMVYxNUgyOUMyOSAxNSAyOS4xNTkyIDE5LjQ5MTYgMjcuNSAyMS41QzI1LjUzMzcgMjMuODgwMiAyMCAyNCAyMCAyNEwyMSAzMEMyMSAzMCAyOS4wODQzIDI5LjkxNTcgMzIuNSAyNi41QzM1LjkxNTcgMjMuMDg0MyAzNiAxNSAzNiAxNVYwWiIgZmlsbD0iYmxhY2siLz4KPC9zdmc+Cg==) no-repeat center;
    width: 36px;
    height: 30px;
    content: '';
    position: absolute;
    left: -2px;
    top: 11px
}

blockquote cite {
    margin-top: 20px;
    display: block;
    font-weight: 700;
    letter-spacing: -.005em;
    max-width: 400px
}

.table {
    margin: 60px 0
}

.table {
    overflow-x: auto;
    margin: 60px 0 80px 0;
    -webkit-overflow-scrolling: touch
}

.table table {
    min-width: 100%;
    font-size: 16px;
    line-height: 22px
}

.table table tbody tr td {
    font-style: normal;
    font-weight: 400;
    padding: 20px 20px 20px 0;
    border-bottom: 1px solid #000;
    vertical-align: middle
}

.table table tbody tr td._red {
    color: #e20a0a;
    font-weight: 600
}

.table table tbody tr td:first-child {
    font-weight: 600
}

.table table tbody tr td:last-child {
    padding-right: 0
}

.table table tbody tr th {
    font-weight: 600;
    border-bottom: 2px solid #000;
    padding: 20px 20px 20px 0;
    vertical-align: bottom;
    text-align: left
}

.table table tbody tr th:first-child {
    padding-left: 0
}

p.lead {
    font-size: 27px;
    line-height: 1.3;
    font-weight: 700;
    letter-spacing: -.01em
}

.sym-16 {
    width: 64px;
    height: 34px
}

.sym-blockqoute {
    width: 36px;
    height: 30px
}

.sym-cats-str {
    width: 38px;
    height: 33px
}

.sym-close-search {
    width: 13px;
    height: 12px
}

.sym-close {
    width: 50px;
    height: 52px
}

.sym-copyright {
    width: 24px;
    height: 21px
}

.sym-facebook {
    width: 11px;
    height: 24px
}

.sym-filters-btn {
    width: 30px;
    height: 18px
}

.sym-logo-mini {
    width: 190.9px;
    height: 65px
}

.sym-logo {
    width: 1760px;
    height: 134px
}

.sym-next {
    width: 15px;
    height: 24px
}

.sym-not-visible-icon {
    width: 32px;
    height: 32px
}

.sym-search {
    width: 50px;
    height: 50px
}

.sym-select {
    width: 17px;
    height: 12px
}

.sym-star {
    width: 60px;
    height: 40px
}

.sym-telegram {
    width: 512px;
    height: 512px
}

.sym-twitter {
    width: 22px;
    height: 20px
}

.sym-visible-icon {
    width: 32px;
    height: 32px
}

.sym-vk {
    width: 24px;
    height: 14px
}

.swiper-container {
    margin: 0 auto;
    position: relative;
    overflow: hidden;
    list-style: none;
    padding: 0;
    z-index: 1
}

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

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

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

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

.swiper-container-multirow > .swiper-wrapper {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
}

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

.swiper-slide {
    -ms-flex-negative: 0;
    flex-shrink: 0;
    width: 100%;
    height: 100%;
    position: relative;
    transition-property: transform
}

.swiper-invisible-blank-slide {
    visibility: hidden
}

.swiper-container-autoheight, .swiper-container-autoheight .swiper-slide {
    height: auto
}

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

.swiper-container-3d {
    perspective: 1200px
}

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

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

.swiper-container-3d .swiper-slide-shadow-left {
    background-image: linear-gradient(to left, rgba(0, 0, 0, .5), rgba(0, 0, 0, 0))
}

.swiper-container-3d .swiper-slide-shadow-right {
    background-image: linear-gradient(to right, rgba(0, 0, 0, .5), rgba(0, 0, 0, 0))
}

.swiper-container-3d .swiper-slide-shadow-top {
    background-image: linear-gradient(to top, rgba(0, 0, 0, .5), rgba(0, 0, 0, 0))
}

.swiper-container-3d .swiper-slide-shadow-bottom {
    background-image: linear-gradient(to bottom, rgba(0, 0, 0, .5), rgba(0, 0, 0, 0))
}

.swiper-container-wp8-horizontal, .swiper-container-wp8-horizontal > .swiper-wrapper {
    -ms-touch-action: pan-y;
    touch-action: pan-y
}

.swiper-container-wp8-vertical, .swiper-container-wp8-vertical > .swiper-wrapper {
    -ms-touch-action: pan-x;
    touch-action: pan-x
}

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

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

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

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

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

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

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

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

.swiper-pagination {
    position: absolute;
    text-align: center;
    transition: .3s opacity;
    transform: translate3d(0, 0, 0);
    z-index: 10
}

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

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

.swiper-pagination-bullets-dynamic {
    overflow: hidden;
    font-size: 0
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
    transform: scale(.33);
    position: relative
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active {
    transform: scale(1)
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev {
    transform: scale(.66)
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev-prev {
    transform: scale(.33)
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next {
    transform: scale(.66)
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next-next {
    transform: scale(.33)
}

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

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

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

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

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

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

.swiper-container-vertical > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
    top: 50%;
    transform: translateY(-50%);
    width: 8px
}

.swiper-container-vertical > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
    display: inline-block;
    transition: .2s transform, .2s top
}

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

.swiper-container-horizontal > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
    left: 50%;
    transform: translateX(-50%);
    white-space: nowrap
}

.swiper-container-horizontal > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
    transition: .2s transform, .2s left
}

.swiper-container-horizontal.swiper-container-rtl > .swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
    transition: .2s transform, .2s right
}

.swiper-pagination-progressbar {
    background: rgba(0, 0, 0, .25);
    position: absolute
}

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

.swiper-container-rtl .swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
    transform-origin: right top
}

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

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

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

.swiper-pagination-progressbar.swiper-pagination-white {
    background: rgba(255, 255, 255, .25)
}

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

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

.swiper-pagination-progressbar.swiper-pagination-black {
    background: rgba(0, 0, 0, .25)
}

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

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

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

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

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

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

.swiper-zoom-container {
    width: 100%;
    height: 100%;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-align: center;
    align-items: center;
    text-align: center
}

.swiper-zoom-container > canvas, .swiper-zoom-container > img, .swiper-zoom-container > svg {
    max-width: 100%;
    max-height: 100%;
    object-fit: contain
}

.swiper-slide-zoomed {
    cursor: move
}

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

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

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

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

.swiper-container-fade.swiper-container-free-mode .swiper-slide {
    transition-timing-function: ease-out
}

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

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

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

.swiper-container-cube {
    overflow: visible
}

.swiper-container-cube .swiper-slide {
    pointer-events: none;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    z-index: 1;
    visibility: hidden;
    transform-origin: 0 0;
    width: 100%;
    height: 100%
}

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

.swiper-container-cube.swiper-container-rtl .swiper-slide {
    transform-origin: 100% 0
}

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

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

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

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

.swiper-container-flip {
    overflow: visible
}

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

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

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

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

.swiper-container-coverflow .swiper-wrapper {
    -ms-perspective: 1200px
}

.scroll-wrapper {
    overflow: hidden !important;
    padding: 0 !important;
    position: relative
}

.scroll-wrapper > .scroll-content {
    border: none !important;
    box-sizing: content-box !important;
    height: auto;
    left: 0;
    margin: 0;
    max-height: none;
    max-width: none !important;
    overflow: scroll !important;
    padding: 0;
    position: relative !important;
    top: 0;
    width: auto !important
}

.scroll-wrapper > .scroll-content::-webkit-scrollbar {
    height: 0;
    width: 0
}

.scroll-element {
    display: none
}

.scroll-element, .scroll-element div {
    box-sizing: content-box
}

.scroll-element.scroll-x.scroll-scrollx_visible, .scroll-element.scroll-y.scroll-scrolly_visible {
    display: block
}

.scroll-element .scroll-arrow, .scroll-element .scroll-bar {
    cursor: default
}

.scroll-textarea {
    border: 1px solid #ccc;
    border-top-color: #999
}

.scroll-textarea > .scroll-content {
    overflow: hidden !important
}

.scroll-textarea > .scroll-content > textarea {
    border: none !important;
    box-sizing: border-box;
    height: 100% !important;
    margin: 0;
    max-height: none !important;
    max-width: none !important;
    overflow: scroll !important;
    outline: 0;
    padding: 2px;
    position: relative !important;
    top: 0;
    width: 100% !important
}

.scroll-textarea > .scroll-content > textarea::-webkit-scrollbar {
    height: 0;
    width: 0
}

.scrollbar-inner > .scroll-element, .scrollbar-inner > .scroll-element div {
    border: none;
    margin: 0;
    padding: 0;
    position: absolute;
    z-index: 10
}

.scrollbar-inner > .scroll-element div {
    display: block;
    height: 100%;
    left: 0;
    top: 0;
    width: 100%
}

.scrollbar-inner > .scroll-element.scroll-x {
    bottom: 2px;
    height: 8px;
    left: 0;
    width: 100%
}

.scrollbar-inner > .scroll-element.scroll-y {
    height: 100%;
    right: 2px;
    top: 0;
    width: 8px
}

.scrollbar-inner > .scroll-element .scroll-element_outer {
    overflow: hidden
}

.scrollbar-inner > .scroll-element .scroll-bar, .scrollbar-inner > .scroll-element .scroll-element_outer, .scrollbar-inner > .scroll-element .scroll-element_track {
    border-radius: 8px
}

.scrollbar-inner > .scroll-element .scroll-bar, .scrollbar-inner > .scroll-element .scroll-element_track {
    opacity: .4
}

.scrollbar-inner > .scroll-element .scroll-element_track {
    background-color: #e0e0e0
}

.scrollbar-inner > .scroll-element .scroll-bar {
    background-color: #c2c2c2
}

.scrollbar-inner > .scroll-element:hover .scroll-bar {
    background-color: #919191
}

.scrollbar-inner > .scroll-element.scroll-draggable .scroll-bar {
    background-color: #919191
}

.scrollbar-inner > .scroll-element.scroll-x.scroll-scrolly_visible .scroll-element_track {
    left: -12px
}

.scrollbar-inner > .scroll-element.scroll-y.scroll-scrollx_visible .scroll-element_track {
    top: -12px
}

.scrollbar-inner > .scroll-element.scroll-x.scroll-scrolly_visible .scroll-element_size {
    left: -12px
}

.scrollbar-inner > .scroll-element.scroll-y.scroll-scrollx_visible .scroll-element_size {
    top: -12px
}

.scrollbar-outer > .scroll-element, .scrollbar-outer > .scroll-element div {
    border: none;
    margin: 0;
    padding: 0;
    position: absolute;
    z-index: 10
}

.scrollbar-outer > .scroll-element {
    background-color: #fff
}

.scrollbar-outer > .scroll-element div {
    display: block;
    height: 100%;
    left: 0;
    top: 0;
    width: 100%
}

.scrollbar-outer > .scroll-element.scroll-x {
    bottom: 0;
    height: 12px;
    left: 0;
    width: 100%
}

.scrollbar-outer > .scroll-element.scroll-y {
    height: 100%;
    right: 0;
    top: 0;
    width: 12px
}

.scrollbar-outer > .scroll-element.scroll-x .scroll-element_outer {
    height: 8px;
    top: 2px
}

.scrollbar-outer > .scroll-element.scroll-y .scroll-element_outer {
    left: 2px;
    width: 8px
}

.scrollbar-outer > .scroll-element .scroll-element_outer {
    overflow: hidden
}

.scrollbar-outer > .scroll-element .scroll-element_track {
    background-color: #eee
}

.scrollbar-outer > .scroll-element .scroll-bar, .scrollbar-outer > .scroll-element .scroll-element_outer, .scrollbar-outer > .scroll-element .scroll-element_track {
    border-radius: 8px
}

.scrollbar-outer > .scroll-element .scroll-bar {
    background-color: #d9d9d9
}

.scrollbar-outer > .scroll-element .scroll-bar:hover {
    background-color: #c2c2c2
}

.scrollbar-outer > .scroll-element.scroll-draggable .scroll-bar {
    background-color: #919191
}

.scrollbar-outer > .scroll-content.scroll-scrolly_visible {
    left: -12px;
    margin-left: 12px
}

.scrollbar-outer > .scroll-content.scroll-scrollx_visible {
    top: -12px;
    margin-top: 12px
}

.scrollbar-outer > .scroll-element.scroll-x .scroll-bar {
    min-width: 10px
}

.scrollbar-outer > .scroll-element.scroll-y .scroll-bar {
    min-height: 10px
}

.scrollbar-outer > .scroll-element.scroll-x.scroll-scrolly_visible .scroll-element_track {
    left: -14px
}

.scrollbar-outer > .scroll-element.scroll-y.scroll-scrollx_visible .scroll-element_track {
    top: -14px
}

.scrollbar-outer > .scroll-element.scroll-x.scroll-scrolly_visible .scroll-element_size {
    left: -14px
}

.scrollbar-outer > .scroll-element.scroll-y.scroll-scrollx_visible .scroll-element_size {
    top: -14px
}

.scrollbar-macosx > .scroll-element, .scrollbar-macosx > .scroll-element div {
    background: 0 0;
    border: none;
    margin: 0;
    padding: 0;
    position: absolute;
    z-index: 10
}

.scrollbar-macosx > .scroll-element div {
    display: block;
    height: 100%;
    left: 0;
    top: 0;
    width: 100%
}

.scrollbar-macosx > .scroll-element .scroll-element_track {
    display: none
}

.scrollbar-macosx > .scroll-element .scroll-bar {
    background-color: #6c6e71;
    display: block;
    opacity: 0;
    border-radius: 7px;
    transition: opacity .2s linear
}

.scrollbar-macosx:hover > .scroll-element .scroll-bar, .scrollbar-macosx > .scroll-element.scroll-draggable .scroll-bar {
    opacity: .7
}

.scrollbar-macosx > .scroll-element.scroll-x {
    bottom: 0;
    height: 0;
    left: 0;
    min-width: 100%;
    overflow: visible;
    width: 100%
}

.scrollbar-macosx > .scroll-element.scroll-y {
    height: 100%;
    min-height: 100%;
    right: 0;
    top: 0;
    width: 0
}

.scrollbar-macosx > .scroll-element.scroll-x .scroll-bar {
    height: 7px;
    min-width: 10px;
    top: -9px
}

.scrollbar-macosx > .scroll-element.scroll-y .scroll-bar {
    left: -9px;
    min-height: 10px;
    width: 7px
}

.scrollbar-macosx > .scroll-element.scroll-x .scroll-element_outer {
    left: 2px
}

.scrollbar-macosx > .scroll-element.scroll-x .scroll-element_size {
    left: -4px
}

.scrollbar-macosx > .scroll-element.scroll-y .scroll-element_outer {
    top: 2px
}

.scrollbar-macosx > .scroll-element.scroll-y .scroll-element_size {
    top: -4px
}

.scrollbar-macosx > .scroll-element.scroll-x.scroll-scrolly_visible .scroll-element_size {
    left: -11px
}

.scrollbar-macosx > .scroll-element.scroll-y.scroll-scrollx_visible .scroll-element_size {
    top: -11px
}

.scrollbar-light > .scroll-element, .scrollbar-light > .scroll-element div {
    border: none;
    margin: 0;
    overflow: hidden;
    padding: 0;
    position: absolute;
    z-index: 10
}

.scrollbar-light > .scroll-element {
    background-color: #fff
}

.scrollbar-light > .scroll-element div {
    display: block;
    height: 100%;
    left: 0;
    top: 0;
    width: 100%
}

.scrollbar-light > .scroll-element .scroll-element_outer {
    border-radius: 10px
}

.scrollbar-light > .scroll-element .scroll-element_size {
    background: #dbdbdb;
    background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIxMDAlIiB5Mj0iMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2RiZGJkYiIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNlOGU4ZTgiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
    background: linear-gradient(to right, #dbdbdb 0, #e8e8e8 100%);
    border-radius: 10px
}

.scrollbar-light > .scroll-element.scroll-x {
    bottom: 0;
    height: 17px;
    left: 0;
    min-width: 100%;
    width: 100%
}

.scrollbar-light > .scroll-element.scroll-y {
    height: 100%;
    min-height: 100%;
    right: 0;
    top: 0;
    width: 17px
}

.scrollbar-light > .scroll-element .scroll-bar {
    background: #fefefe;
    background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIxMDAlIiB5Mj0iMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2ZlZmVmZSIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNmNWY1ZjUiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
    background: linear-gradient(to right, #fefefe 0, #f5f5f5 100%);
    border: 1px solid #dbdbdb;
    border-radius: 10px
}

.scrollbar-light > .scroll-content.scroll-scrolly_visible {
    left: -17px;
    margin-left: 17px
}

.scrollbar-light > .scroll-content.scroll-scrollx_visible {
    top: -17px;
    margin-top: 17px
}

.scrollbar-light > .scroll-element.scroll-x .scroll-bar {
    height: 10px;
    min-width: 10px;
    top: 0
}

.scrollbar-light > .scroll-element.scroll-y .scroll-bar {
    left: 0;
    min-height: 10px;
    width: 10px
}

.scrollbar-light > .scroll-element.scroll-x .scroll-element_outer {
    height: 12px;
    left: 2px;
    top: 2px
}

.scrollbar-light > .scroll-element.scroll-x .scroll-element_size {
    left: -4px
}

.scrollbar-light > .scroll-element.scroll-y .scroll-element_outer {
    left: 2px;
    top: 2px;
    width: 12px
}

.scrollbar-light > .scroll-element.scroll-y .scroll-element_size {
    top: -4px
}

.scrollbar-light > .scroll-element.scroll-x.scroll-scrolly_visible .scroll-element_size {
    left: -19px
}

.scrollbar-light > .scroll-element.scroll-y.scroll-scrollx_visible .scroll-element_size {
    top: -19px
}

.scrollbar-light > .scroll-element.scroll-x.scroll-scrolly_visible .scroll-element_track {
    left: -19px
}

.scrollbar-light > .scroll-element.scroll-y.scroll-scrollx_visible .scroll-element_track {
    top: -19px
}

.scrollbar-rail > .scroll-element, .scrollbar-rail > .scroll-element div {
    border: none;
    margin: 0;
    overflow: hidden;
    padding: 0;
    position: absolute;
    z-index: 10
}

.scrollbar-rail > .scroll-element {
    background-color: #fff
}

.scrollbar-rail > .scroll-element div {
    display: block;
    height: 100%;
    left: 0;
    top: 0;
    width: 100%
}

.scrollbar-rail > .scroll-element .scroll-element_size {
    background-color: #999;
    background-color: rgba(0, 0, 0, .3)
}

.scrollbar-rail > .scroll-element .scroll-element_outer:hover .scroll-element_size {
    background-color: #666;
    background-color: rgba(0, 0, 0, .5)
}

.scrollbar-rail > .scroll-element.scroll-x {
    bottom: 0;
    height: 12px;
    left: 0;
    min-width: 100%;
    padding: 3px 0 2px;
    width: 100%
}

.scrollbar-rail > .scroll-element.scroll-y {
    height: 100%;
    min-height: 100%;
    padding: 0 2px 0 3px;
    right: 0;
    top: 0;
    width: 12px
}

.scrollbar-rail > .scroll-element .scroll-bar {
    background-color: #d0b9a0;
    border-radius: 2px;
    box-shadow: 1px 1px 3px rgba(0, 0, 0, .5)
}

.scrollbar-rail > .scroll-element .scroll-element_outer:hover .scroll-bar {
    box-shadow: 1px 1px 3px rgba(0, 0, 0, .6)
}

.scrollbar-rail > .scroll-content.scroll-scrolly_visible {
    left: -17px;
    margin-left: 17px
}

.scrollbar-rail > .scroll-content.scroll-scrollx_visible {
    margin-top: 17px;
    top: -17px
}

.scrollbar-rail > .scroll-element.scroll-x .scroll-bar {
    height: 10px;
    min-width: 10px;
    top: 1px
}

.scrollbar-rail > .scroll-element.scroll-y .scroll-bar {
    left: 1px;
    min-height: 10px;
    width: 10px
}

.scrollbar-rail > .scroll-element.scroll-x .scroll-element_outer {
    height: 15px;
    left: 5px
}

.scrollbar-rail > .scroll-element.scroll-x .scroll-element_size {
    height: 2px;
    left: -10px;
    top: 5px
}

.scrollbar-rail > .scroll-element.scroll-y .scroll-element_outer {
    top: 5px;
    width: 15px
}

.scrollbar-rail > .scroll-element.scroll-y .scroll-element_size {
    left: 5px;
    top: -10px;
    width: 2px
}

.scrollbar-rail > .scroll-element.scroll-x.scroll-scrolly_visible .scroll-element_size {
    left: -25px
}

.scrollbar-rail > .scroll-element.scroll-y.scroll-scrollx_visible .scroll-element_size {
    top: -25px
}

.scrollbar-rail > .scroll-element.scroll-x.scroll-scrolly_visible .scroll-element_track {
    left: -25px
}

.scrollbar-rail > .scroll-element.scroll-y.scroll-scrollx_visible .scroll-element_track {
    top: -25px
}

.scrollbar-dynamic > .scroll-element, .scrollbar-dynamic > .scroll-element div {
    background: 0 0;
    border: none;
    margin: 0;
    padding: 0;
    position: absolute;
    z-index: 10
}

.scrollbar-dynamic > .scroll-element div {
    display: block;
    height: 100%;
    left: 0;
    top: 0;
    width: 100%
}

.scrollbar-dynamic > .scroll-element.scroll-x {
    bottom: 2px;
    height: 7px;
    left: 0;
    min-width: 100%;
    width: 100%
}

.scrollbar-dynamic > .scroll-element.scroll-y {
    height: 100%;
    min-height: 100%;
    right: 2px;
    top: 0;
    width: 7px
}

.scrollbar-dynamic > .scroll-element .scroll-element_outer {
    opacity: .3;
    border-radius: 12px
}

.scrollbar-dynamic > .scroll-element .scroll-element_size {
    background-color: #ccc;
    opacity: 0;
    border-radius: 12px;
    transition: opacity .2s
}

.scrollbar-dynamic > .scroll-element .scroll-bar {
    background-color: #6c6e71;
    border-radius: 7px
}

.scrollbar-dynamic > .scroll-element.scroll-x .scroll-bar {
    bottom: 0;
    height: 7px;
    min-width: 24px;
    top: auto
}

.scrollbar-dynamic > .scroll-element.scroll-y .scroll-bar {
    left: auto;
    min-height: 24px;
    right: 0;
    width: 7px
}

.scrollbar-dynamic > .scroll-element.scroll-x .scroll-element_outer {
    bottom: 0;
    top: auto;
    left: 2px;
    transition: height .2s
}

.scrollbar-dynamic > .scroll-element.scroll-y .scroll-element_outer {
    left: auto;
    right: 0;
    top: 2px;
    transition: width .2s
}

.scrollbar-dynamic > .scroll-element.scroll-x .scroll-element_size {
    left: -4px
}

.scrollbar-dynamic > .scroll-element.scroll-y .scroll-element_size {
    top: -4px
}

.scrollbar-dynamic > .scroll-element.scroll-x.scroll-scrolly_visible .scroll-element_size {
    left: -11px
}

.scrollbar-dynamic > .scroll-element.scroll-y.scroll-scrollx_visible .scroll-element_size {
    top: -11px
}

.scrollbar-dynamic > .scroll-element.scroll-draggable .scroll-element_outer, .scrollbar-dynamic > .scroll-element:hover .scroll-element_outer {
    overflow: hidden;
    opacity: .7
}

.scrollbar-dynamic > .scroll-element.scroll-draggable .scroll-element_outer .scroll-element_size, .scrollbar-dynamic > .scroll-element:hover .scroll-element_outer .scroll-element_size {
    opacity: 1
}

.scrollbar-dynamic > .scroll-element.scroll-draggable .scroll-element_outer .scroll-bar, .scrollbar-dynamic > .scroll-element:hover .scroll-element_outer .scroll-bar {
    height: 100%;
    width: 100%;
    border-radius: 12px
}

.scrollbar-dynamic > .scroll-element.scroll-x.scroll-draggable .scroll-element_outer, .scrollbar-dynamic > .scroll-element.scroll-x:hover .scroll-element_outer {
    height: 20px;
    min-height: 7px
}

.scrollbar-dynamic > .scroll-element.scroll-y.scroll-draggable .scroll-element_outer, .scrollbar-dynamic > .scroll-element.scroll-y:hover .scroll-element_outer {
    min-width: 7px;
    width: 20px
}

.scrollbar-chrome > .scroll-element, .scrollbar-chrome > .scroll-element div {
    border: none;
    margin: 0;
    overflow: hidden;
    padding: 0;
    position: absolute;
    z-index: 10
}

.scrollbar-chrome > .scroll-element {
    background-color: #fff
}

.scrollbar-chrome > .scroll-element div {
    display: block;
    height: 100%;
    left: 0;
    top: 0;
    width: 100%
}

.scrollbar-chrome > .scroll-element .scroll-element_track {
    background: #f1f1f1;
    border: 1px solid #dbdbdb
}

.scrollbar-chrome > .scroll-element.scroll-x {
    bottom: 0;
    height: 16px;
    left: 0;
    min-width: 100%;
    width: 100%
}

.scrollbar-chrome > .scroll-element.scroll-y {
    height: 100%;
    min-height: 100%;
    right: 0;
    top: 0;
    width: 16px
}

.scrollbar-chrome > .scroll-element .scroll-bar {
    background-color: #d9d9d9;
    border: 1px solid #bdbdbd;
    cursor: default;
    border-radius: 2px
}

.scrollbar-chrome > .scroll-element .scroll-bar:hover {
    background-color: #c2c2c2;
    border-color: #a9a9a9
}

.scrollbar-chrome > .scroll-element.scroll-draggable .scroll-bar {
    background-color: #919191;
    border-color: #7e7e7e
}

.scrollbar-chrome > .scroll-content.scroll-scrolly_visible {
    left: -16px;
    margin-left: 16px
}

.scrollbar-chrome > .scroll-content.scroll-scrollx_visible {
    top: -16px;
    margin-top: 16px
}

.scrollbar-chrome > .scroll-element.scroll-x .scroll-bar {
    height: 8px;
    min-width: 10px;
    top: 3px
}

.scrollbar-chrome > .scroll-element.scroll-y .scroll-bar {
    left: 3px;
    min-height: 10px;
    width: 8px
}

.scrollbar-chrome > .scroll-element.scroll-x .scroll-element_outer {
    border-left: 1px solid #dbdbdb
}

.scrollbar-chrome > .scroll-element.scroll-x .scroll-element_track {
    height: 14px;
    left: -3px
}

.scrollbar-chrome > .scroll-element.scroll-x .scroll-element_size {
    height: 14px;
    left: -4px
}

.scrollbar-chrome > .scroll-element.scroll-y .scroll-element_outer {
    border-top: 1px solid #dbdbdb
}

.scrollbar-chrome > .scroll-element.scroll-y .scroll-element_track {
    top: -3px;
    width: 14px
}

.scrollbar-chrome > .scroll-element.scroll-y .scroll-element_size {
    top: -4px;
    width: 14px
}

.scrollbar-chrome > .scroll-element.scroll-x.scroll-scrolly_visible .scroll-element_size {
    left: -19px
}

.scrollbar-chrome > .scroll-element.scroll-y.scroll-scrollx_visible .scroll-element_size {
    top: -19px
}

.scrollbar-chrome > .scroll-element.scroll-x.scroll-scrolly_visible .scroll-element_track {
    left: -19px
}

.scrollbar-chrome > .scroll-element.scroll-y.scroll-scrollx_visible .scroll-element_track {
    top: -19px
}

/*! jQuery UI - v1.12.1 - 2016-09-14
* http://jqueryui.com
* Includes: core.css, accordion.css, autocomplete.css, menu.css, button.css, controlgroup.css, checkboxradio.css, datepicker.css, dialog.css, draggable.css, resizable.css, progressbar.css, selectable.css, selectmenu.css, slider.css, sortable.css, spinner.css, tabs.css, tooltip.css, theme.css
* To view and modify this theme, visit http://jqueryui.com/themeroller/?ffDefault=Arial%2CHelvetica%2Csans-serif&fsDefault=1em&fwDefault=normal&cornerRadius=3px&bgColorHeader=e9e9e9&bgTextureHeader=flat&borderColorHeader=dddddd&fcHeader=333333&iconColorHeader=444444&bgColorContent=ffffff&bgTextureContent=flat&borderColorContent=dddddd&fcContent=333333&iconColorContent=444444&bgColorDefault=f6f6f6&bgTextureDefault=flat&borderColorDefault=c5c5c5&fcDefault=454545&iconColorDefault=777777&bgColorHover=ededed&bgTextureHover=flat&borderColorHover=cccccc&fcHover=2b2b2b&iconColorHover=555555&bgColorActive=007fff&bgTextureActive=flat&borderColorActive=003eff&fcActive=ffffff&iconColorActive=ffffff&bgColorHighlight=fffa90&bgTextureHighlight=flat&borderColorHighlight=dad55e&fcHighlight=777620&iconColorHighlight=777620&bgColorError=fddfdf&bgTextureError=flat&borderColorError=f1a899&fcError=5f3f3f&iconColorError=cc0000&bgColorOverlay=aaaaaa&bgTextureOverlay=flat&bgImgOpacityOverlay=0&opacityOverlay=30&bgColorShadow=666666&bgTextureShadow=flat&bgImgOpacityShadow=0&opacityShadow=30&thicknessShadow=5px&offsetTopShadow=0px&offsetLeftShadow=0px&cornerRadiusShadow=8px
* Copyright jQuery Foundation and other contributors; Licensed MIT */
.ui-helper-hidden {
    display: none
}

.ui-helper-hidden-accessible {
    border: 0;
    clip: rect(0 0 0 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px
}

.ui-helper-reset {
    margin: 0;
    padding: 0;
    border: 0;
    outline: 0;
    line-height: 1.3;
    text-decoration: none;
    font-size: 100%;
    list-style: none
}

.ui-helper-clearfix:after, .ui-helper-clearfix:before {
    content: "";
    display: table;
    border-collapse: collapse
}

.ui-helper-clearfix:after {
    clear: both
}

.ui-helper-zfix {
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    position: absolute;
    opacity: 0
}

.ui-front {
    z-index: 100
}

.ui-state-disabled {
    cursor: default !important;
    pointer-events: none
}

.ui-icon {
    display: inline-block;
    vertical-align: middle;
    margin-top: -.25em;
    position: relative;
    text-indent: -99999px;
    overflow: hidden;
    background-repeat: no-repeat
}

.ui-widget-icon-block {
    left: 50%;
    margin-left: -8px;
    display: block
}

.ui-widget-overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%
}

.ui-accordion .ui-accordion-header {
    display: block;
    cursor: pointer;
    position: relative;
    margin: 2px 0 0 0;
    padding: .5em .5em .5em .7em;
    font-size: 100%
}

.ui-accordion .ui-accordion-content {
    padding: 1em 2.2em;
    border-top: 0;
    overflow: auto
}

.ui-autocomplete {
    position: absolute;
    top: 0;
    left: 0;
    cursor: default
}

.ui-menu {
    list-style: none;
    padding: 0;
    margin: 0;
    display: block;
    outline: 0
}

.ui-menu .ui-menu {
    position: absolute
}

.ui-menu .ui-menu-item {
    margin: 0;
    cursor: pointer;
    list-style-image: url(data:image/gif;base64,R0lGODlhAQABAIAAAAAAAP///yH5BAEAAAAALAAAAAABAAEAAAIBRAA7)
}

.ui-menu .ui-menu-item-wrapper {
    position: relative;
    padding: 3px 1em 3px .4em
}

.ui-menu .ui-menu-divider {
    margin: 5px 0;
    height: 0;
    font-size: 0;
    line-height: 0;
    border-width: 1px 0 0 0
}

.ui-menu .ui-state-active, .ui-menu .ui-state-focus {
    margin: -1px
}

.ui-menu-icons {
    position: relative
}

.ui-menu-icons .ui-menu-item-wrapper {
    padding-left: 2em
}

.ui-menu .ui-icon {
    position: absolute;
    top: 0;
    bottom: 0;
    left: .2em;
    margin: auto 0
}

.ui-menu .ui-menu-icon {
    left: auto;
    right: 0
}

.ui-button {
    padding: .4em 1em;
    display: inline-block;
    position: relative;
    line-height: normal;
    margin-right: .1em;
    cursor: pointer;
    vertical-align: middle;
    text-align: center;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    overflow: visible
}

.ui-button, .ui-button:active, .ui-button:hover, .ui-button:link, .ui-button:visited {
    text-decoration: none
}

.ui-button-icon-only {
    width: 2em;
    box-sizing: border-box;
    text-indent: -9999px;
    white-space: nowrap
}

input.ui-button.ui-button-icon-only {
    text-indent: 0
}

.ui-button-icon-only .ui-icon {
    position: absolute;
    top: 50%;
    left: 50%;
    margin-top: -8px;
    margin-left: -8px
}

.ui-button.ui-icon-notext .ui-icon {
    padding: 0;
    width: 2.1em;
    height: 2.1em;
    text-indent: -9999px;
    white-space: nowrap
}

input.ui-button.ui-icon-notext .ui-icon {
    width: auto;
    height: auto;
    text-indent: 0;
    white-space: normal;
    padding: .4em 1em
}

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

.ui-controlgroup {
    vertical-align: middle;
    display: inline-block
}

.ui-controlgroup > .ui-controlgroup-item {
    float: left;
    margin-left: 0;
    margin-right: 0
}

.ui-controlgroup > .ui-controlgroup-item.ui-visual-focus, .ui-controlgroup > .ui-controlgroup-item:focus {
    z-index: 9999
}

.ui-controlgroup-vertical > .ui-controlgroup-item {
    display: block;
    float: none;
    width: 100%;
    margin-top: 0;
    margin-bottom: 0;
    text-align: left
}

.ui-controlgroup-vertical .ui-controlgroup-item {
    box-sizing: border-box
}

.ui-controlgroup .ui-controlgroup-label {
    padding: .4em 1em
}

.ui-controlgroup .ui-controlgroup-label span {
    font-size: 80%
}

.ui-controlgroup-horizontal .ui-controlgroup-label + .ui-controlgroup-item {
    border-left: none
}

.ui-controlgroup-vertical .ui-controlgroup-label + .ui-controlgroup-item {
    border-top: none
}

.ui-controlgroup-horizontal .ui-controlgroup-label.ui-widget-content {
    border-right: none
}

.ui-controlgroup-vertical .ui-controlgroup-label.ui-widget-content {
    border-bottom: none
}

.ui-controlgroup-vertical .ui-spinner-input {
    width: 75%;
    width: calc(97.6%)
}

.ui-controlgroup-vertical .ui-spinner .ui-spinner-up {
    border-top-style: solid
}

.ui-checkboxradio-label .ui-icon-background {
    box-shadow: inset 1px 1px 1px #ccc;
    border-radius: .12em;
    border: none
}

.ui-checkboxradio-radio-label .ui-icon-background {
    width: 16px;
    height: 16px;
    border-radius: 1em;
    overflow: visible;
    border: none
}

.ui-checkboxradio-radio-label.ui-checkboxradio-checked .ui-icon, .ui-checkboxradio-radio-label.ui-checkboxradio-checked:hover .ui-icon {
    background-image: none;
    width: 8px;
    height: 8px;
    border-width: 4px;
    border-style: solid
}

.ui-checkboxradio-disabled {
    pointer-events: none
}

.ui-datepicker {
    width: 17em;
    padding: .2em .2em 0;
    display: none
}

.ui-datepicker .ui-datepicker-header {
    position: relative;
    padding: .2em 0
}

.ui-datepicker .ui-datepicker-next, .ui-datepicker .ui-datepicker-prev {
    position: absolute;
    top: 2px;
    width: 1.8em;
    height: 1.8em
}

.ui-datepicker .ui-datepicker-next-hover, .ui-datepicker .ui-datepicker-prev-hover {
    top: 1px
}

.ui-datepicker .ui-datepicker-prev {
    left: 2px
}

.ui-datepicker .ui-datepicker-next {
    right: 2px
}

.ui-datepicker .ui-datepicker-prev-hover {
    left: 1px
}

.ui-datepicker .ui-datepicker-next-hover {
    right: 1px
}

.ui-datepicker .ui-datepicker-next span, .ui-datepicker .ui-datepicker-prev span {
    display: block;
    position: absolute;
    left: 50%;
    margin-left: -8px;
    top: 50%;
    margin-top: -8px
}

.ui-datepicker .ui-datepicker-title {
    margin: 0 2.3em;
    line-height: 1.8em;
    text-align: center
}

.ui-datepicker .ui-datepicker-title select {
    font-size: 1em;
    margin: 1px 0
}

.ui-datepicker select.ui-datepicker-month, .ui-datepicker select.ui-datepicker-year {
    width: 45%
}

.ui-datepicker table {
    width: 100%;
    font-size: .9em;
    border-collapse: collapse;
    margin: 0 0 .4em
}

.ui-datepicker th {
    padding: .7em .3em;
    text-align: center;
    font-weight: 700;
    border: 0
}

.ui-datepicker td {
    border: 0;
    padding: 1px
}

.ui-datepicker td a, .ui-datepicker td span {
    display: block;
    padding: .2em;
    text-align: right;
    text-decoration: none
}

.ui-datepicker .ui-datepicker-buttonpane {
    background-image: none;
    margin: .7em 0 0 0;
    padding: 0 .2em;
    border-left: 0;
    border-right: 0;
    border-bottom: 0
}

.ui-datepicker .ui-datepicker-buttonpane button {
    float: right;
    margin: .5em .2em .4em;
    cursor: pointer;
    padding: .2em .6em .3em .6em;
    width: auto;
    overflow: visible
}

.ui-datepicker .ui-datepicker-buttonpane button.ui-datepicker-current {
    float: left
}

.ui-datepicker.ui-datepicker-multi {
    width: auto
}

.ui-datepicker-multi .ui-datepicker-group {
    float: left
}

.ui-datepicker-multi .ui-datepicker-group table {
    width: 95%;
    margin: 0 auto .4em
}

.ui-datepicker-multi-2 .ui-datepicker-group {
    width: 50%
}

.ui-datepicker-multi-3 .ui-datepicker-group {
    width: 33.3%
}

.ui-datepicker-multi-4 .ui-datepicker-group {
    width: 25%
}

.ui-datepicker-multi .ui-datepicker-group-last .ui-datepicker-header, .ui-datepicker-multi .ui-datepicker-group-middle .ui-datepicker-header {
    border-left-width: 0
}

.ui-datepicker-multi .ui-datepicker-buttonpane {
    clear: left
}

.ui-datepicker-row-break {
    clear: both;
    width: 100%;
    font-size: 0
}

.ui-datepicker-rtl {
    direction: rtl
}

.ui-datepicker-rtl .ui-datepicker-prev {
    right: 2px;
    left: auto
}

.ui-datepicker-rtl .ui-datepicker-next {
    left: 2px;
    right: auto
}

.ui-datepicker-rtl .ui-datepicker-prev:hover {
    right: 1px;
    left: auto
}

.ui-datepicker-rtl .ui-datepicker-next:hover {
    left: 1px;
    right: auto
}

.ui-datepicker-rtl .ui-datepicker-buttonpane {
    clear: right
}

.ui-datepicker-rtl .ui-datepicker-buttonpane button {
    float: left
}

.ui-datepicker-rtl .ui-datepicker-buttonpane button.ui-datepicker-current, .ui-datepicker-rtl .ui-datepicker-group {
    float: right
}

.ui-datepicker-rtl .ui-datepicker-group-last .ui-datepicker-header, .ui-datepicker-rtl .ui-datepicker-group-middle .ui-datepicker-header {
    border-right-width: 0;
    border-left-width: 1px
}

.ui-datepicker .ui-icon {
    display: block;
    text-indent: -99999px;
    overflow: hidden;
    background-repeat: no-repeat;
    left: .5em;
    top: .3em
}

.ui-dialog {
    position: absolute;
    top: 0;
    left: 0;
    padding: .2em;
    outline: 0
}

.ui-dialog .ui-dialog-titlebar {
    padding: .4em 1em;
    position: relative
}

.ui-dialog .ui-dialog-title {
    float: left;
    margin: .1em 0;
    white-space: nowrap;
    width: 90%;
    overflow: hidden;
    text-overflow: ellipsis
}

.ui-dialog .ui-dialog-titlebar-close {
    position: absolute;
    right: .3em;
    top: 50%;
    width: 20px;
    margin: -10px 0 0 0;
    padding: 1px;
    height: 20px
}

.ui-dialog .ui-dialog-content {
    position: relative;
    border: 0;
    padding: .5em 1em;
    background: 0 0;
    overflow: auto
}

.ui-dialog .ui-dialog-buttonpane {
    text-align: left;
    border-width: 1px 0 0 0;
    background-image: none;
    margin-top: .5em;
    padding: .3em 1em .5em .4em
}

.ui-dialog .ui-dialog-buttonpane .ui-dialog-buttonset {
    float: right
}

.ui-dialog .ui-dialog-buttonpane button {
    margin: .5em .4em .5em 0;
    cursor: pointer
}

.ui-dialog .ui-resizable-n {
    height: 2px;
    top: 0
}

.ui-dialog .ui-resizable-e {
    width: 2px;
    right: 0
}

.ui-dialog .ui-resizable-s {
    height: 2px;
    bottom: 0
}

.ui-dialog .ui-resizable-w {
    width: 2px;
    left: 0
}

.ui-dialog .ui-resizable-ne, .ui-dialog .ui-resizable-nw, .ui-dialog .ui-resizable-se, .ui-dialog .ui-resizable-sw {
    width: 7px;
    height: 7px
}

.ui-dialog .ui-resizable-se {
    right: 0;
    bottom: 0
}

.ui-dialog .ui-resizable-sw {
    left: 0;
    bottom: 0
}

.ui-dialog .ui-resizable-ne {
    right: 0;
    top: 0
}

.ui-dialog .ui-resizable-nw {
    left: 0;
    top: 0
}

.ui-draggable .ui-dialog-titlebar {
    cursor: move
}

.ui-draggable-handle {
    -ms-touch-action: none;
    touch-action: none
}

.ui-resizable {
    position: relative
}

.ui-resizable-handle {
    position: absolute;
    font-size: .1px;
    display: block;
    -ms-touch-action: none;
    touch-action: none
}

.ui-resizable-autohide .ui-resizable-handle, .ui-resizable-disabled .ui-resizable-handle {
    display: none
}

.ui-resizable-n {
    cursor: n-resize;
    height: 7px;
    width: 100%;
    top: -5px;
    left: 0
}

.ui-resizable-s {
    cursor: s-resize;
    height: 7px;
    width: 100%;
    bottom: -5px;
    left: 0
}

.ui-resizable-e {
    cursor: e-resize;
    width: 7px;
    right: -5px;
    top: 0;
    height: 100%
}

.ui-resizable-w {
    cursor: w-resize;
    width: 7px;
    left: -5px;
    top: 0;
    height: 100%
}

.ui-resizable-se {
    cursor: se-resize;
    width: 12px;
    height: 12px;
    right: 1px;
    bottom: 1px
}

.ui-resizable-sw {
    cursor: sw-resize;
    width: 9px;
    height: 9px;
    left: -5px;
    bottom: -5px
}

.ui-resizable-nw {
    cursor: nw-resize;
    width: 9px;
    height: 9px;
    left: -5px;
    top: -5px
}

.ui-resizable-ne {
    cursor: ne-resize;
    width: 9px;
    height: 9px;
    right: -5px;
    top: -5px
}

.ui-progressbar {
    height: 2em;
    text-align: left;
    overflow: hidden
}

.ui-progressbar .ui-progressbar-value {
    margin: -1px;
    height: 100%
}

.ui-progressbar .ui-progressbar-overlay {
    background: url(data:image/gif;base64,R0lGODlhKAAoAIABAAAAAP///yH/C05FVFNDQVBFMi4wAwEAAAAh+QQJAQABACwAAAAAKAAoAAACkYwNqXrdC52DS06a7MFZI+4FHBCKoDeWKXqymPqGqxvJrXZbMx7Ttc+w9XgU2FB3lOyQRWET2IFGiU9m1frDVpxZZc6bfHwv4c1YXP6k1Vdy292Fb6UkuvFtXpvWSzA+HycXJHUXiGYIiMg2R6W459gnWGfHNdjIqDWVqemH2ekpObkpOlppWUqZiqr6edqqWQAAIfkECQEAAQAsAAAAACgAKAAAApSMgZnGfaqcg1E2uuzDmmHUBR8Qil95hiPKqWn3aqtLsS18y7G1SzNeowWBENtQd+T1JktP05nzPTdJZlR6vUxNWWjV+vUWhWNkWFwxl9VpZRedYcflIOLafaa28XdsH/ynlcc1uPVDZxQIR0K25+cICCmoqCe5mGhZOfeYSUh5yJcJyrkZWWpaR8doJ2o4NYq62lAAACH5BAkBAAEALAAAAAAoACgAAAKVDI4Yy22ZnINRNqosw0Bv7i1gyHUkFj7oSaWlu3ovC8GxNso5fluz3qLVhBVeT/Lz7ZTHyxL5dDalQWPVOsQWtRnuwXaFTj9jVVh8pma9JjZ4zYSj5ZOyma7uuolffh+IR5aW97cHuBUXKGKXlKjn+DiHWMcYJah4N0lYCMlJOXipGRr5qdgoSTrqWSq6WFl2ypoaUAAAIfkECQEAAQAsAAAAACgAKAAAApaEb6HLgd/iO7FNWtcFWe+ufODGjRfoiJ2akShbueb0wtI50zm02pbvwfWEMWBQ1zKGlLIhskiEPm9R6vRXxV4ZzWT2yHOGpWMyorblKlNp8HmHEb/lCXjcW7bmtXP8Xt229OVWR1fod2eWqNfHuMjXCPkIGNileOiImVmCOEmoSfn3yXlJWmoHGhqp6ilYuWYpmTqKUgAAIfkECQEAAQAsAAAAACgAKAAAApiEH6kb58biQ3FNWtMFWW3eNVcojuFGfqnZqSebuS06w5V80/X02pKe8zFwP6EFWOT1lDFk8rGERh1TTNOocQ61Hm4Xm2VexUHpzjymViHrFbiELsefVrn6XKfnt2Q9G/+Xdie499XHd2g4h7ioOGhXGJboGAnXSBnoBwKYyfioubZJ2Hn0RuRZaflZOil56Zp6iioKSXpUAAAh+QQJAQABACwAAAAAKAAoAAACkoQRqRvnxuI7kU1a1UU5bd5tnSeOZXhmn5lWK3qNTWvRdQxP8qvaC+/yaYQzXO7BMvaUEmJRd3TsiMAgswmNYrSgZdYrTX6tSHGZO73ezuAw2uxuQ+BbeZfMxsexY35+/Qe4J1inV0g4x3WHuMhIl2jXOKT2Q+VU5fgoSUI52VfZyfkJGkha6jmY+aaYdirq+lQAACH5BAkBAAEALAAAAAAoACgAAAKWBIKpYe0L3YNKToqswUlvznigd4wiR4KhZrKt9Upqip61i9E3vMvxRdHlbEFiEXfk9YARYxOZZD6VQ2pUunBmtRXo1Lf8hMVVcNl8JafV38aM2/Fu5V16Bn63r6xt97j09+MXSFi4BniGFae3hzbH9+hYBzkpuUh5aZmHuanZOZgIuvbGiNeomCnaxxap2upaCZsq+1kAACH5BAkBAAEALAAAAAAoACgAAAKXjI8By5zf4kOxTVrXNVlv1X0d8IGZGKLnNpYtm8Lr9cqVeuOSvfOW79D9aDHizNhDJidFZhNydEahOaDH6nomtJjp1tutKoNWkvA6JqfRVLHU/QUfau9l2x7G54d1fl995xcIGAdXqMfBNadoYrhH+Mg2KBlpVpbluCiXmMnZ2Sh4GBqJ+ckIOqqJ6LmKSllZmsoq6wpQAAAh+QQJAQABACwAAAAAKAAoAAAClYx/oLvoxuJDkU1a1YUZbJ59nSd2ZXhWqbRa2/gF8Gu2DY3iqs7yrq+xBYEkYvFSM8aSSObE+ZgRl1BHFZNr7pRCavZ5BW2142hY3AN/zWtsmf12p9XxxFl2lpLn1rseztfXZjdIWIf2s5dItwjYKBgo9yg5pHgzJXTEeGlZuenpyPmpGQoKOWkYmSpaSnqKileI2FAAACH5BAkBAAEALAAAAAAoACgAAAKVjB+gu+jG4kORTVrVhRlsnn2dJ3ZleFaptFrb+CXmO9OozeL5VfP99HvAWhpiUdcwkpBH3825AwYdU8xTqlLGhtCosArKMpvfa1mMRae9VvWZfeB2XfPkeLmm18lUcBj+p5dnN8jXZ3YIGEhYuOUn45aoCDkp16hl5IjYJvjWKcnoGQpqyPlpOhr3aElaqrq56Bq7VAAAOw==);
    height: 100%;
    opacity: .25
}

.ui-progressbar-indeterminate .ui-progressbar-value {
    background-image: none
}

.ui-selectable {
    -ms-touch-action: none;
    touch-action: none
}

.ui-selectable-helper {
    position: absolute;
    z-index: 100;
    border: 1px dotted #000
}

.ui-selectmenu-menu {
    padding: 0;
    margin: 0;
    position: absolute;
    top: 0;
    left: 0;
    display: none
}

.ui-selectmenu-menu .ui-menu {
    overflow: auto;
    overflow-x: hidden;
    padding-bottom: 1px
}

.ui-selectmenu-menu .ui-menu .ui-selectmenu-optgroup {
    font-size: 1em;
    font-weight: 700;
    line-height: 1.5;
    padding: 2px .4em;
    margin: .5em 0 0 0;
    height: auto;
    border: 0
}

.ui-selectmenu-open {
    display: block
}

.ui-selectmenu-text {
    display: block;
    margin-right: 20px;
    overflow: hidden;
    text-overflow: ellipsis
}

.ui-selectmenu-button.ui-button {
    text-align: left;
    white-space: nowrap;
    width: 14em
}

.ui-selectmenu-icon.ui-icon {
    float: right;
    margin-top: 0
}

.ui-slider {
    position: relative;
    text-align: left
}

.ui-slider .ui-slider-handle {
    position: absolute;
    z-index: 2;
    width: 1.2em;
    height: 1.2em;
    cursor: default;
    -ms-touch-action: none;
    touch-action: none
}

.ui-slider .ui-slider-range {
    position: absolute;
    z-index: 1;
    font-size: .7em;
    display: block;
    border: 0;
    background-position: 0 0
}

.ui-slider.ui-state-disabled .ui-slider-handle, .ui-slider.ui-state-disabled .ui-slider-range {
    filter: inherit
}

.ui-slider-horizontal {
    height: .8em
}

.ui-slider-horizontal .ui-slider-handle {
    top: -.3em;
    margin-left: -.6em
}

.ui-slider-horizontal .ui-slider-range {
    top: 0;
    height: 100%
}

.ui-slider-horizontal .ui-slider-range-min {
    left: 0
}

.ui-slider-horizontal .ui-slider-range-max {
    right: 0
}

.ui-slider-vertical {
    width: .8em;
    height: 100px
}

.ui-slider-vertical .ui-slider-handle {
    left: -.3em;
    margin-left: 0;
    margin-bottom: -.6em
}

.ui-slider-vertical .ui-slider-range {
    left: 0;
    width: 100%
}

.ui-slider-vertical .ui-slider-range-min {
    bottom: 0
}

.ui-slider-vertical .ui-slider-range-max {
    top: 0
}

.ui-sortable-handle {
    -ms-touch-action: none;
    touch-action: none
}

.ui-spinner {
    position: relative;
    display: inline-block;
    overflow: hidden;
    padding: 0;
    vertical-align: middle
}

.ui-spinner-input {
    border: none;
    background: 0 0;
    color: inherit;
    padding: .222em 0;
    margin: .2em 0;
    vertical-align: middle;
    margin-left: .4em;
    margin-right: 2em
}

.ui-spinner-button {
    width: 1.6em;
    height: 50%;
    font-size: .5em;
    padding: 0;
    margin: 0;
    text-align: center;
    position: absolute;
    cursor: default;
    display: block;
    overflow: hidden;
    right: 0
}

.ui-spinner a.ui-spinner-button {
    border-top-style: none;
    border-bottom-style: none;
    border-right-style: none
}

.ui-spinner-up {
    top: 0
}

.ui-spinner-down {
    bottom: 0
}

.ui-tabs {
    position: relative;
    padding: .2em
}

.ui-tabs .ui-tabs-nav {
    margin: 0;
    padding: .2em .2em 0
}

.ui-tabs .ui-tabs-nav li {
    list-style: none;
    float: left;
    position: relative;
    top: 0;
    margin: 1px .2em 0 0;
    border-bottom-width: 0;
    padding: 0;
    white-space: nowrap
}

.ui-tabs .ui-tabs-nav .ui-tabs-anchor {
    float: left;
    padding: .5em 1em;
    text-decoration: none
}

.ui-tabs .ui-tabs-nav li.ui-tabs-active {
    margin-bottom: -1px;
    padding-bottom: 1px
}

.ui-tabs .ui-tabs-nav li.ui-state-disabled .ui-tabs-anchor, .ui-tabs .ui-tabs-nav li.ui-tabs-active .ui-tabs-anchor, .ui-tabs .ui-tabs-nav li.ui-tabs-loading .ui-tabs-anchor {
    cursor: text
}

.ui-tabs-collapsible .ui-tabs-nav li.ui-tabs-active .ui-tabs-anchor {
    cursor: pointer
}

.ui-tabs .ui-tabs-panel {
    display: block;
    border-width: 0;
    padding: 1em 1.4em;
    background: 0 0
}

.ui-tooltip {
    padding: 8px;
    position: absolute;
    z-index: 9999;
    max-width: 300px
}

body .ui-tooltip {
    border-width: 2px
}

.ui-widget {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 1em
}

.ui-widget .ui-widget {
    font-size: 1em
}

.ui-widget button, .ui-widget input, .ui-widget select, .ui-widget textarea {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 1em
}

.ui-widget.ui-widget-content {
    border: 1px solid #c5c5c5
}

.ui-widget-content {
    border: 1px solid #ddd;
    background: #fff;
    color: #333
}

.ui-widget-content a {
    color: #333
}

.ui-widget-header {
    border: 1px solid #ddd;
    background: #e9e9e9;
    color: #333;
    font-weight: 700
}

.ui-widget-header a {
    color: #333
}

.ui-button, .ui-state-default, .ui-widget-content .ui-state-default, .ui-widget-header .ui-state-default, html .ui-button.ui-state-disabled:active, html .ui-button.ui-state-disabled:hover {
    border: 1px solid #c5c5c5;
    background: #f6f6f6;
    font-weight: 400;
    color: #454545
}

.ui-button, .ui-state-default a, .ui-state-default a:link, .ui-state-default a:visited, a.ui-button, a:link.ui-button, a:visited.ui-button {
    color: #454545;
    text-decoration: none
}

.ui-button:focus, .ui-button:hover, .ui-state-focus, .ui-state-hover, .ui-widget-content .ui-state-focus, .ui-widget-content .ui-state-hover, .ui-widget-header .ui-state-focus, .ui-widget-header .ui-state-hover {
    border: 1px solid #ccc;
    background: #ededed;
    font-weight: 400;
    color: #2b2b2b
}

.ui-state-focus a, .ui-state-focus a:hover, .ui-state-focus a:link, .ui-state-focus a:visited, .ui-state-hover a, .ui-state-hover a:hover, .ui-state-hover a:link, .ui-state-hover a:visited, a.ui-button:focus, a.ui-button:hover {
    color: #2b2b2b;
    text-decoration: none
}

.ui-visual-focus {
    box-shadow: 0 0 3px 1px #5e9ed6
}

.ui-button.ui-state-active:hover, .ui-button:active, .ui-state-active, .ui-widget-content .ui-state-active, .ui-widget-header .ui-state-active, a.ui-button:active {
    border: 1px solid #003eff;
    background: #007fff;
    font-weight: 400;
    color: #fff
}

.ui-icon-background, .ui-state-active .ui-icon-background {
    border: #003eff;
    background-color: #fff
}

.ui-state-active a, .ui-state-active a:link, .ui-state-active a:visited {
    color: #fff;
    text-decoration: none
}

.ui-state-highlight, .ui-widget-content .ui-state-highlight, .ui-widget-header .ui-state-highlight {
    border: 1px solid #dad55e;
    background: #fffa90;
    color: #777620
}

.ui-state-checked {
    border: 1px solid #dad55e;
    background: #fffa90
}

.ui-state-highlight a, .ui-widget-content .ui-state-highlight a, .ui-widget-header .ui-state-highlight a {
    color: #777620
}

.ui-state-error, .ui-widget-content .ui-state-error, .ui-widget-header .ui-state-error {
    border: 1px solid #f1a899;
    background: #fddfdf;
    color: #5f3f3f
}

.ui-state-error a, .ui-widget-content .ui-state-error a, .ui-widget-header .ui-state-error a {
    color: #5f3f3f
}

.ui-state-error-text, .ui-widget-content .ui-state-error-text, .ui-widget-header .ui-state-error-text {
    color: #5f3f3f
}

.ui-priority-primary, .ui-widget-content .ui-priority-primary, .ui-widget-header .ui-priority-primary {
    font-weight: 700
}

.ui-priority-secondary, .ui-widget-content .ui-priority-secondary, .ui-widget-header .ui-priority-secondary {
    opacity: .7;
    font-weight: 400
}

.ui-state-disabled, .ui-widget-content .ui-state-disabled, .ui-widget-header .ui-state-disabled {
    opacity: .35;
    background-image: none
}

.ui-icon {
    width: 16px;
    height: 16px
}

.ui-icon, .ui-widget-content .ui-icon {
    background-image: url(images/ui-icons_444444_256x240.png)
}

.ui-widget-header .ui-icon {
    background-image: url(images/ui-icons_444444_256x240.png)
}

.ui-button:focus .ui-icon, .ui-button:hover .ui-icon, .ui-state-focus .ui-icon, .ui-state-hover .ui-icon {
    background-image: url(images/ui-icons_555555_256x240.png)
}

.ui-button:active .ui-icon, .ui-state-active .ui-icon {
    background-image: url(images/ui-icons_ffffff_256x240.png)
}

.ui-button .ui-state-highlight.ui-icon, .ui-state-highlight .ui-icon {
    background-image: url(images/ui-icons_777620_256x240.png)
}

.ui-state-error .ui-icon, .ui-state-error-text .ui-icon {
    background-image: url(images/ui-icons_cc0000_256x240.png)
}

.ui-button .ui-icon {
    background-image: url(images/ui-icons_777777_256x240.png)
}

.ui-icon-blank {
    background-position: 16px 16px
}

.ui-icon-caret-1-n {
    background-position: 0 0
}

.ui-icon-caret-1-ne {
    background-position: -16px 0
}

.ui-icon-caret-1-e {
    background-position: -32px 0
}

.ui-icon-caret-1-se {
    background-position: -48px 0
}

.ui-icon-caret-1-s {
    background-position: -65px 0
}

.ui-icon-caret-1-sw {
    background-position: -80px 0
}

.ui-icon-caret-1-w {
    background-position: -96px 0
}

.ui-icon-caret-1-nw {
    background-position: -112px 0
}

.ui-icon-caret-2-n-s {
    background-position: -128px 0
}

.ui-icon-caret-2-e-w {
    background-position: -144px 0
}

.ui-icon-triangle-1-n {
    background-position: 0 -16px
}

.ui-icon-triangle-1-ne {
    background-position: -16px -16px
}

.ui-icon-triangle-1-e {
    background-position: -32px -16px
}

.ui-icon-triangle-1-se {
    background-position: -48px -16px
}

.ui-icon-triangle-1-s {
    background-position: -65px -16px
}

.ui-icon-triangle-1-sw {
    background-position: -80px -16px
}

.ui-icon-triangle-1-w {
    background-position: -96px -16px
}

.ui-icon-triangle-1-nw {
    background-position: -112px -16px
}

.ui-icon-triangle-2-n-s {
    background-position: -128px -16px
}

.ui-icon-triangle-2-e-w {
    background-position: -144px -16px
}

.ui-icon-arrow-1-n {
    background-position: 0 -32px
}

.ui-icon-arrow-1-ne {
    background-position: -16px -32px
}

.ui-icon-arrow-1-e {
    background-position: -32px -32px
}

.ui-icon-arrow-1-se {
    background-position: -48px -32px
}

.ui-icon-arrow-1-s {
    background-position: -65px -32px
}

.ui-icon-arrow-1-sw {
    background-position: -80px -32px
}

.ui-icon-arrow-1-w {
    background-position: -96px -32px
}

.ui-icon-arrow-1-nw {
    background-position: -112px -32px
}

.ui-icon-arrow-2-n-s {
    background-position: -128px -32px
}

.ui-icon-arrow-2-ne-sw {
    background-position: -144px -32px
}

.ui-icon-arrow-2-e-w {
    background-position: -160px -32px
}

.ui-icon-arrow-2-se-nw {
    background-position: -176px -32px
}

.ui-icon-arrowstop-1-n {
    background-position: -192px -32px
}

.ui-icon-arrowstop-1-e {
    background-position: -208px -32px
}

.ui-icon-arrowstop-1-s {
    background-position: -224px -32px
}

.ui-icon-arrowstop-1-w {
    background-position: -240px -32px
}

.ui-icon-arrowthick-1-n {
    background-position: 1px -48px
}

.ui-icon-arrowthick-1-ne {
    background-position: -16px -48px
}

.ui-icon-arrowthick-1-e {
    background-position: -32px -48px
}

.ui-icon-arrowthick-1-se {
    background-position: -48px -48px
}

.ui-icon-arrowthick-1-s {
    background-position: -64px -48px
}

.ui-icon-arrowthick-1-sw {
    background-position: -80px -48px
}

.ui-icon-arrowthick-1-w {
    background-position: -96px -48px
}

.ui-icon-arrowthick-1-nw {
    background-position: -112px -48px
}

.ui-icon-arrowthick-2-n-s {
    background-position: -128px -48px
}

.ui-icon-arrowthick-2-ne-sw {
    background-position: -144px -48px
}

.ui-icon-arrowthick-2-e-w {
    background-position: -160px -48px
}

.ui-icon-arrowthick-2-se-nw {
    background-position: -176px -48px
}

.ui-icon-arrowthickstop-1-n {
    background-position: -192px -48px
}

.ui-icon-arrowthickstop-1-e {
    background-position: -208px -48px
}

.ui-icon-arrowthickstop-1-s {
    background-position: -224px -48px
}

.ui-icon-arrowthickstop-1-w {
    background-position: -240px -48px
}

.ui-icon-arrowreturnthick-1-w {
    background-position: 0 -64px
}

.ui-icon-arrowreturnthick-1-n {
    background-position: -16px -64px
}

.ui-icon-arrowreturnthick-1-e {
    background-position: -32px -64px
}

.ui-icon-arrowreturnthick-1-s {
    background-position: -48px -64px
}

.ui-icon-arrowreturn-1-w {
    background-position: -64px -64px
}

.ui-icon-arrowreturn-1-n {
    background-position: -80px -64px
}

.ui-icon-arrowreturn-1-e {
    background-position: -96px -64px
}

.ui-icon-arrowreturn-1-s {
    background-position: -112px -64px
}

.ui-icon-arrowrefresh-1-w {
    background-position: -128px -64px
}

.ui-icon-arrowrefresh-1-n {
    background-position: -144px -64px
}

.ui-icon-arrowrefresh-1-e {
    background-position: -160px -64px
}

.ui-icon-arrowrefresh-1-s {
    background-position: -176px -64px
}

.ui-icon-arrow-4 {
    background-position: 0 -80px
}

.ui-icon-arrow-4-diag {
    background-position: -16px -80px
}

.ui-icon-extlink {
    background-position: -32px -80px
}

.ui-icon-newwin {
    background-position: -48px -80px
}

.ui-icon-refresh {
    background-position: -64px -80px
}

.ui-icon-shuffle {
    background-position: -80px -80px
}

.ui-icon-transfer-e-w {
    background-position: -96px -80px
}

.ui-icon-transferthick-e-w {
    background-position: -112px -80px
}

.ui-icon-folder-collapsed {
    background-position: 0 -96px
}

.ui-icon-folder-open {
    background-position: -16px -96px
}

.ui-icon-document {
    background-position: -32px -96px
}

.ui-icon-document-b {
    background-position: -48px -96px
}

.ui-icon-note {
    background-position: -64px -96px
}

.ui-icon-mail-closed {
    background-position: -80px -96px
}

.ui-icon-mail-open {
    background-position: -96px -96px
}

.ui-icon-suitcase {
    background-position: -112px -96px
}

.ui-icon-comment {
    background-position: -128px -96px
}

.ui-icon-person {
    background-position: -144px -96px
}

.ui-icon-print {
    background-position: -160px -96px
}

.ui-icon-trash {
    background-position: -176px -96px
}

.ui-icon-locked {
    background-position: -192px -96px
}

.ui-icon-unlocked {
    background-position: -208px -96px
}

.ui-icon-bookmark {
    background-position: -224px -96px
}

.ui-icon-tag {
    background-position: -240px -96px
}

.ui-icon-home {
    background-position: 0 -112px
}

.ui-icon-flag {
    background-position: -16px -112px
}

.ui-icon-calendar {
    background-position: -32px -112px
}

.ui-icon-cart {
    background-position: -48px -112px
}

.ui-icon-pencil {
    background-position: -64px -112px
}

.ui-icon-clock {
    background-position: -80px -112px
}

.ui-icon-disk {
    background-position: -96px -112px
}

.ui-icon-calculator {
    background-position: -112px -112px
}

.ui-icon-zoomin {
    background-position: -128px -112px
}

.ui-icon-zoomout {
    background-position: -144px -112px
}

.ui-icon-search {
    background-position: -160px -112px
}

.ui-icon-wrench {
    background-position: -176px -112px
}

.ui-icon-gear {
    background-position: -192px -112px
}

.ui-icon-heart {
    background-position: -208px -112px
}

.ui-icon-star {
    background-position: -224px -112px
}

.ui-icon-link {
    background-position: -240px -112px
}

.ui-icon-cancel {
    background-position: 0 -128px
}

.ui-icon-plus {
    background-position: -16px -128px
}

.ui-icon-plusthick {
    background-position: -32px -128px
}

.ui-icon-minus {
    background-position: -48px -128px
}

.ui-icon-minusthick {
    background-position: -64px -128px
}

.ui-icon-close {
    background-position: -80px -128px
}

.ui-icon-closethick {
    background-position: -96px -128px
}

.ui-icon-key {
    background-position: -112px -128px
}

.ui-icon-lightbulb {
    background-position: -128px -128px
}

.ui-icon-scissors {
    background-position: -144px -128px
}

.ui-icon-clipboard {
    background-position: -160px -128px
}

.ui-icon-copy {
    background-position: -176px -128px
}

.ui-icon-contact {
    background-position: -192px -128px
}

.ui-icon-image {
    background-position: -208px -128px
}

.ui-icon-video {
    background-position: -224px -128px
}

.ui-icon-script {
    background-position: -240px -128px
}

.ui-icon-alert {
    background-position: 0 -144px
}

.ui-icon-info {
    background-position: -16px -144px
}

.ui-icon-notice {
    background-position: -32px -144px
}

.ui-icon-help {
    background-position: -48px -144px
}

.ui-icon-check {
    background-position: -64px -144px
}

.ui-icon-bullet {
    background-position: -80px -144px
}

.ui-icon-radio-on {
    background-position: -96px -144px
}

.ui-icon-radio-off {
    background-position: -112px -144px
}

.ui-icon-pin-w {
    background-position: -128px -144px
}

.ui-icon-pin-s {
    background-position: -144px -144px
}

.ui-icon-play {
    background-position: 0 -160px
}

.ui-icon-pause {
    background-position: -16px -160px
}

.ui-icon-seek-next {
    background-position: -32px -160px
}

.ui-icon-seek-prev {
    background-position: -48px -160px
}

.ui-icon-seek-end {
    background-position: -64px -160px
}

.ui-icon-seek-start {
    background-position: -80px -160px
}

.ui-icon-seek-first {
    background-position: -80px -160px
}

.ui-icon-stop {
    background-position: -96px -160px
}

.ui-icon-eject {
    background-position: -112px -160px
}

.ui-icon-volume-off {
    background-position: -128px -160px
}

.ui-icon-volume-on {
    background-position: -144px -160px
}

.ui-icon-power {
    background-position: 0 -176px
}

.ui-icon-signal-diag {
    background-position: -16px -176px
}

.ui-icon-signal {
    background-position: -32px -176px
}

.ui-icon-battery-0 {
    background-position: -48px -176px
}

.ui-icon-battery-1 {
    background-position: -64px -176px
}

.ui-icon-battery-2 {
    background-position: -80px -176px
}

.ui-icon-battery-3 {
    background-position: -96px -176px
}

.ui-icon-circle-plus {
    background-position: 0 -192px
}

.ui-icon-circle-minus {
    background-position: -16px -192px
}

.ui-icon-circle-close {
    background-position: -32px -192px
}

.ui-icon-circle-triangle-e {
    background-position: -48px -192px
}

.ui-icon-circle-triangle-s {
    background-position: -64px -192px
}

.ui-icon-circle-triangle-w {
    background-position: -80px -192px
}

.ui-icon-circle-triangle-n {
    background-position: -96px -192px
}

.ui-icon-circle-arrow-e {
    background-position: -112px -192px
}

.ui-icon-circle-arrow-s {
    background-position: -128px -192px
}

.ui-icon-circle-arrow-w {
    background-position: -144px -192px
}

.ui-icon-circle-arrow-n {
    background-position: -160px -192px
}

.ui-icon-circle-zoomin {
    background-position: -176px -192px
}

.ui-icon-circle-zoomout {
    background-position: -192px -192px
}

.ui-icon-circle-check {
    background-position: -208px -192px
}

.ui-icon-circlesmall-plus {
    background-position: 0 -208px
}

.ui-icon-circlesmall-minus {
    background-position: -16px -208px
}

.ui-icon-circlesmall-close {
    background-position: -32px -208px
}

.ui-icon-squaresmall-plus {
    background-position: -48px -208px
}

.ui-icon-squaresmall-minus {
    background-position: -64px -208px
}

.ui-icon-squaresmall-close {
    background-position: -80px -208px
}

.ui-icon-grip-dotted-vertical {
    background-position: 0 -224px
}

.ui-icon-grip-dotted-horizontal {
    background-position: -16px -224px
}

.ui-icon-grip-solid-vertical {
    background-position: -32px -224px
}

.ui-icon-grip-solid-horizontal {
    background-position: -48px -224px
}

.ui-icon-gripsmall-diagonal-se {
    background-position: -64px -224px
}

.ui-icon-grip-diagonal-se {
    background-position: -80px -224px
}

.ui-corner-all, .ui-corner-left, .ui-corner-tl, .ui-corner-top {
    border-top-left-radius: 3px
}

.ui-corner-all, .ui-corner-right, .ui-corner-top, .ui-corner-tr {
    border-top-right-radius: 3px
}

.ui-corner-all, .ui-corner-bl, .ui-corner-bottom, .ui-corner-left {
    border-bottom-left-radius: 3px
}

.ui-corner-all, .ui-corner-bottom, .ui-corner-br, .ui-corner-right {
    border-bottom-right-radius: 3px
}

.ui-widget-overlay {
    background: #aaa;
    opacity: .3
}

.ui-widget-shadow {
    box-shadow: 0 0 5px #666
}

.header-wrap {
    position: relative;
    z-index: 3
}

html.page-main .header._secondary {
    display: none
}

html:not(.page-main) .header._main {
    display: none
}

html:not(.page-main) .header._secondary {
    display: block
}

.header._main .header-search-wrap {
    right: 0;
    left: 82px;
    top: 6px;
    height: 60px
}

.header._main .header-menu__lang {
    width: 77px;
    -ms-flex-pack: end;
    justify-content: flex-end
}

.header._main .header-menu__lang:after {
    display: none !important
}

.header._main .header-menu__wrap {
    min-height: 70px
}

.header._main .header-menu__wrap > div:after {
    height: 50px
}

.header._main .header-menu__logo {
    width: 100%;
    padding: 0 40px;
    box-sizing: border-box
}

.header._main .logo-link {
    width: 464px;
    height: 35px;
    position: absolute;
    left: 50%;
    top: 16px;
    margin-left: -295px
}

.header._main .logo-link__svg {
    width: 100%;
    height: 100%;
    position: relative
}

.header._main .header-currencies-line-wrap {
    width: 100%
}

.header._main .header-menu__rubrics {
    margin: 9px 0 5px 0
}

.header._main .header-menu__rubrics ul li:first-child {
    margin-left: 0
}

.header._secondary .header-menu__wrap {
    margin-top: -10px;
    border-bottom: 2px solid #000
}

.header._secondary .header-menu__wrap .logo-link {
    display: none
}

.header._secondary .logo-line {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-line-pack: center;
    align-content: center;
    -ms-flex-align: center;
    align-items: center;
    width: 100%;
    -ms-flex-pack: justify;
    justify-content: space-between
}

.header._secondary .header-currencies-line-wrap {
    width: calc(100% - 250px);
    position: relative;
    margin: 30px 0 19px 0
}

.header._secondary .logo-link {
    width: 105px;
    height: 35px;
    position: relative;
    margin: 16px 0 0 0
}

.header._secondary .logo-link__svg {
    width: 100%;
    height: 100%
}

.header._secondary .header-search-wrap {
    right: 0;
    left: 82px;
    height: 66px;
    top: 5px
}

.header._secondary .header-menu__lang {
    width: 115px
}

.header-content {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -ms-flex-align: center;
    align-items: center;
    position: relative;
    padding: 0 80px;
    z-index: 2
}

.header-news-wrap {
    display: -ms-flexbox;
    display: flex;
    margin-left: 80px;
    border-bottom: 1px solid #000
}

.header-news__item {
    width: 23.7%;
    -ms-flex-negative: 0;
    flex-shrink: 0
}

.header-news__item a {
    display: block;
    position: relative;
    padding: 32px 18px;
    min-height: 85px;
    color: #000
}

.header-news__item a:before {
    background: #000;
    width: 1px;
    height: calc(100% - 20px);
    position: absolute;
    right: 0;
    top: 0;
    display: block;
    content: ''
}

.header-news__item:first-child a {
    padding-left: 0
}

.header-news__item-time {
    font-size: 10px;
    margin-bottom: 12px
}

.header-news__item-text {
    font-size: 15px;
    line-height: 20px
}

.logo-link {
    width: 100%;
    transition: none;
    overflow: hidden
}

.logo-link__svg {
    max-width: 100%
}

.logo-lang-wrap {
    -ms-flex-negative: 0;
    flex-shrink: 0;
    width: 100%;
    margin: 22px auto
}

.header-menu__wrap {
    width: 100%;
    min-height: 75px;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    display: -ms-flexbox;
    display: flex;
    position: relative;
    margin-top: 10px;
    padding-bottom: 10px
}

.header-menu__wrap > div {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-line-pack: center;
    align-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    position: relative
}

.header-menu__wrap > div:after {
    background: #000;
    width: 2px;
    height: 50px;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 0;
    content: '';
    display: block
}

.header-menu__burger-wrap {
    width: 84px;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    -ms-flex-pack: start !important;
    justify-content: flex-start !important
}

.search-btn {
    background: 0 0;
    border: none;
    transition: .2s ease
}

.search-btn:hover {
    opacity: .5
}

.header-menu__burger {
    background: 0 0;
    width: 42px;
    height: 42px;
    cursor: pointer;
    display: block;
    position: relative;
    border: none
}

.header-menu__burger:after, .header-menu__burger:before {
    background: #000;
    width: 100%;
    height: 4px;
    display: block;
    content: '';
    position: absolute;
    top: 50%;
    left: 0;
    transform: translateY(-50%) translateZ(0);
    transition: .2s ease
}

.header-menu__burger:before {
    margin-top: -11px
}

.header-menu__burger:after {
    margin-top: 11px
}

.header-menu__burger span {
    background: #000;
    width: 24px;
    height: 4px;
    display: block;
    content: '';
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translateX(-50%) translateY(-50%) translateZ(0)
}

.header-menu__burger:hover:before {
    transform: translateY(calc(50% - 9px)) translateZ(0)
}

.header-menu__burger:hover:after {
    transform: translateY(calc(50% + 1px)) translateZ(0)
}

.search__svg {
    width: 38px;
    height: 38px
}

.header-menu__lang {
    width: 150px;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    font-size: 28px;
    font-weight: 600
}

.header-menu__lang a {
    color: #000
}

.header-menu__lang a:hover {
    color: #e20a0a
}

.header-menu__rubrics {
    width: 100%;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none
}

.header-menu__rubrics:after {
    display: none !important
}

.header-menu__rubrics ul {
    width: 100%;
    height: 56px;
    overflow: hidden;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-pack: justify;
    justify-content: space-between
}

.header-menu__rubrics ul li {
    height: 56px;
    line-height: 56px;
    margin-left: 40px
}

.header-menu__rubrics ul a {
    font-weight: 600;
    font-size: 20px;
    line-height: 25px;
    color: #000
}

.header-menu__rubrics ul a:hover {
    color: #e20a0a
}

.header-menu__rubrics ul span {
    font-weight: 600;
    font-size: 20px;
    line-height: 25px;
    color: rgba(0, 0, 0, .3)
}

.header-menu__search-wrap {
    width: 114px;
    -ms-flex-negative: 0;
    flex-shrink: 0
}

.header-super-news {
    color: #e20a0a;
    font-size: 27px;
    line-height: 32px;
    letter-spacing: .01em;
    font-weight: 600;
    font-family: Georgia, sans;
    padding: 0 180px;
    position: relative;
    width: 100%
}

.header-super-news:after, .header-super-news:before {
    background: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iNjAiIGhlaWdodD0iNDAiIHZpZXdCb3g9IjAgMCA2MCA0MCIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPHBhdGggZD0iTTMwIDBMMzEuNjUzNyAxNC4xMDIyTDQwLjgzNzIgMS4zNTA1NkwzNC43Mzc5IDE0Ljg5ODdMNTAuMjEwOSA1LjIxOTgyTDM3LjE4MjIgMTYuMzg0Mkw1Ni44NTQ5IDExLjA4NTJMMzguNjU2NCAxOC4zNThMNTkuODcyIDE4LjE1NDZMMzguOTYxNiAyMC41NTM2TDU4Ljg1NDggMjUuNDczM0wzOC4wNTY1IDIyLjY3NDRMNTMuOTQwNSAzMi4wNTI3TDM2LjA2MzMgMjQuNDM0MUw0NS43OTMgMzcuMDA0M0wzMy4yNTEyIDI1LjU5NDhMMzUuNTEyNSAzOS42NTk1TDMwIDI2TDI0LjQ4NzUgMzkuNjU5NUwyNi43NDg4IDI1LjU5NDhMMTQuMjA3IDM3LjAwNDNMMjMuOTM2NyAyNC40MzQxTDYuMDU5NDggMzIuMDUyN0wyMS45NDM1IDIyLjY3NDRMMS4xNDUyMyAyNS40NzMzTDIxLjAzODQgMjAuNTUzNkwwLjEyNzk3NSAxOC4xNTQ2TDIxLjM0MzYgMTguMzU4TDMuMTQ1MSAxMS4wODUyTDIyLjgxNzggMTYuMzg0Mkw5Ljc4OTEzIDUuMjE5ODJMMjUuMjYyMSAxNC44OTg3TDE5LjE2MjggMS4zNTA1NkwyOC4zNDYzIDE0LjEwMjJMMzAgMFoiIGZpbGw9IiNFMjBBMEEiLz4KPC9zdmc+Cg==) no-repeat center;
    width: 60px;
    height: 40px;
    position: absolute;
    display: block;
    content: ''
}

.header-super-news:before {
    left: 40px
}

.header-super-news:after {
    right: 40px
}

.header-currencies {
    width: 130px;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    text-align: right;
    border: none !important
}

.header-currencies > div {
    width: 100%;
    font-size: 17px;
    line-height: 20px;
    font-weight: 600
}

.header-search-wrap {
    background: #fff;
    position: absolute !important;
    left: 128px;
    right: 0;
    border: none;
    height: 100%;
    opacity: 0;
    transition: .5s ease;
    pointer-events: none;
    z-index: 2
}

.header-search-wrap:after {
    display: none !important
}

.header-search-wrap._open {
    opacity: 1;
    pointer-events: auto
}

.header-search-wrap form {
    width: 100%;
    height: 100%
}

.header-search-field {
    width: 100%;
    height: 100%
}

.header-search-field input[type=text] {
    width: 100%;
    height: 100%;
    font-size: 20px;
    padding: 0 70px 0 125px;
    box-sizing: border-box;
    border: none
}

.header-search-field input[type=text]::-webkit-input-placeholder {
    color: #000
}

.header-search-field input[type=text]::-moz-placeholder {
    color: #000
}

.header-search-field input[type=text] input:-ms-input-placeholder {
    color: #000
}

.header-search-btn {
    background: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iNTAiIGhlaWdodD0iNTAiIHZpZXdCb3g9IjAgMCA1MCA1MCIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPHBhdGggZmlsbC1ydWxlPSJldmVub2RkIiBjbGlwLXJ1bGU9ImV2ZW5vZGQiIGQ9Ik0zNSAyMkMzNSAyNi43MDggMzAuMDcyIDMyIDIyIDMyQzEzLjkyOCAzMiA5IDI2LjcwOCA5IDIyQzkgMTcuMjkyIDEzLjkyOCAxMiAyMiAxMkMzMC4wNzIgMTIgMzUgMTcuMjkyIDM1IDIyWk0zMi43MTQ0IDM0LjA1NDNDMjkuNzIwOCAzNS45MDUyIDI2LjAxMzggMzcgMjIgMzdDMTIuMDU4OSAzNyA0IDMwLjI4NDMgNCAyMkM0IDEzLjcxNTcgMTIuMDU4OSA3IDIyIDdDMzEuOTQxMSA3IDQwIDEzLjcxNTcgNDAgMjJDNDAgMjUuMjkxMyAzOC43Mjc5IDI4LjMzNTEgMzYuNTcxMiAzMC44MDg0TDQ2LjE5MjYgMzkuNjYwMkw0Mi44MDc0IDQzLjMzOTlMMzIuNzE0NCAzNC4wNTQzWiIgZmlsbD0iYmxhY2siLz4KPC9zdmc+Cg==) no-repeat center right 8px;
    position: absolute;
    width: 110px;
    height: 100%;
    top: 0;
    left: 0;
    transition: .2s ease
}

.header-search-btn:hover {
    opacity: .6
}

.header-search-btn button {
    background: 0 0;
    border: none;
    width: 100%;
    height: 100%;
    cursor: pointer
}

.close-search {
    background: #fff url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iNTAiIGhlaWdodD0iMzYiIHZpZXdCb3g9IjAgMCA1MCAzNiIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4NCjxnIGNsaXAtcGF0aD0idXJsKCNjbGlwMCkiPg0KPHBhdGggZD0iTTEgMS44NTY0NUw0OSAzMy44NTY0IiBzdHJva2U9ImJsYWNrIiBzdHJva2Utd2lkdGg9IjMiLz4NCjxwYXRoIGQ9Ik00OSAxLjg1NjQ1TDEgMzMuODU2NCIgc3Ryb2tlPSJibGFjayIgc3Ryb2tlLXdpZHRoPSIzIi8+DQo8L2c+DQo8ZGVmcz4NCjxjbGlwUGF0aCBpZD0iY2xpcDAiPg0KPHJlY3Qgd2lkdGg9IjUwIiBoZWlnaHQ9IjM2IiBmaWxsPSJ3aGl0ZSIvPg0KPC9jbGlwUGF0aD4NCjwvZGVmcz4NCjwvc3ZnPg0K) center no-repeat;
    width: 120px;
    height: 100%;
    position: absolute;
    right: 0;
    top: 0;
    transition: .2s ease;
    border: none;
    border-left: 2px solid #000
}

.close-search:hover {
    opacity: .6
}

.header-menu__popup {
    background: rgba(0, 0, 0, .2);
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 999;
    overflow-y: auto;
    overflow-x: hidden;
    opacity: 0;
    pointer-events: none;
    transition: .5s ease
}

.header-menu__popup .header-search-wrap {
    top: 0;
    left: 0;
    width: 100%
}

.header-menu__popup .footer-rubrics {
    width: 100%;
    max-width: 100%;
    border-bottom: 2px solid #000
}

.header-menu__popup._open {
    opacity: 1;
    pointer-events: auto
}

.header-menu__popup-top {
    background: #f3f4f4;
    height: 90px;
    padding: 0 20px;
    box-sizing: border-box;
    position: relative
}

.header-menu__popup-top .search-btn {
    display: inline-block;
    vertical-align: top;
    margin-left: 45px;
    position: relative;
    top: 26px
}

.header-menu__popup-middle {
    background: #f3f4f4
}

.header-menu__popup-bottom {
    background: #f3f4f4;
    padding: 60px 80px
}

.header-menu__popup-bottom .footer__inner-top {
    border: none
}

.header-menu__popup-bottom .main-menu-text {
    margin: 57px 0;
    font-size: 18px
}

.close-menu-btn {
    background: 0 0;
    width: 55px;
    height: 55px;
    padding: 0;
    margin: 20px 0 0 0;
    border: none;
    transition: .2s ease
}

.close-menu-btn:hover {
    opacity: .5
}

.close-menu-btn svg {
    max-width: 100%;
    max-height: 100%
}

.main-menu-list li:first-child a {
    border-top: 1px solid #000
}

.main-menu-list li:nth-child(1) a {
    padding-left: 22.2%
}

.main-menu-list li:nth-child(2) a {
    padding-left: 62.2%
}

.main-menu-list li:nth-child(3) a {
    padding-left: 42.6%
}

.main-menu-list li:nth-child(4) a {
    padding-left: 29.4%
}

.main-menu-list li:nth-child(5) a {
    padding-left: 13%
}

.main-menu-list li:nth-child(6) a {
    padding-left: 37%
}

.main-menu-list li:nth-child(7) a {
    padding-left: 61.2%
}

.main-menu-list li:nth-child(8) a {
    padding-left: 52.2%
}

.main-menu-list li:nth-child(9) a {
    padding-left: 26.8%
}

.main-menu-list li:nth-child(10) a {
    padding-left: 7.2%
}

.main-menu-list li:nth-child(11) a {
    padding-left: 71%
}

.main-menu-list li a {
    width: 100%;
    display: inline-block;
    padding: 15px 0 15px 22%;
    font-size: 29px;
    font-weight: 600;
    letter-spacing: -.04em;
    border-bottom: 1px solid #000;
    color: #000;
    position: relative
}

.main-menu-list li a span {
    display: inline-block;
    position: relative
}

.main-menu-list li a span:after, .main-menu-list li a span:before {
    background-position: center;
    background-repeat: no-repeat;
    width: 40px;
    height: 40px;
    top: 50%;
    left: -50px;
    position: absolute;
    transform: translateY(-50%) translateZ(0);
    display: block;
    content: '';
    transition: .5s ease
}

.main-menu-list li a span:before {
    background-image: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMzIiIGhlaWdodD0iMzIiIHZpZXdCb3g9IjAgMCAzMiAzMiIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPGcgaWQ9ImljX3Zpc2liaWxpdHlfMjRweCI+CjxnIGlkPSJHcm91cCI+CjxwYXRoIGlkPSJTaGFwZSIgZmlsbC1ydWxlPSJldmVub2RkIiBjbGlwLXJ1bGU9ImV2ZW5vZGQiIGQ9Ik0xNS45OTk3IDZDOS4zMzMwMSA2IDMuNjM5NjcgMTAuMTQ2NyAxLjMzMzAxIDE2QzMuNjM5NjcgMjEuODUzMyA5LjMzMzAxIDI2IDE1Ljk5OTcgMjZDMjIuNjY2MyAyNiAyOC4zNTk3IDIxLjg1MzMgMzAuNjY2MyAxNkMyOC4zNTk3IDEwLjE0NjcgMjIuNjY2MyA2IDE1Ljk5OTcgNlpNMTUuOTk5NSAyMi42NjY3QzEyLjMxOTUgMjIuNjY2NyA5LjMzMjg1IDE5LjY4IDkuMzMyODUgMTZDOS4zMzI4NSAxMi4zMiAxMi4zMTk1IDkuMzMzMzMgMTUuOTk5NSA5LjMzMzMzQzE5LjY3OTUgOS4zMzMzMyAyMi42NjYyIDEyLjMyIDIyLjY2NjIgMTZDMjIuNjY2MiAxOS42OCAxOS42Nzk1IDIyLjY2NjcgMTUuOTk5NSAyMi42NjY3Wk0xNS45OTk1IDEyQzEzLjc4NjIgMTIgMTEuOTk5NSAxMy43ODY3IDExLjk5OTUgMTZDMTEuOTk5NSAxOC4yMTMzIDEzLjc4NjIgMjAgMTUuOTk5NSAyMEMxOC4yMTI4IDIwIDE5Ljk5OTUgMTguMjEzMyAxOS45OTk1IDE2QzE5Ljk5OTUgMTMuNzg2NyAxOC4yMTI4IDEyIDE1Ljk5OTUgMTJaIiBmaWxsPSJibGFjayIvPgo8L2c+CjwvZz4KPC9zdmc+Cg==);
    opacity: 0
}

.main-menu-list li a span:after {
    background-image: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMzIiIGhlaWdodD0iMzIiIHZpZXdCb3g9IjAgMCAzMiAzMiIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPHBhdGggZmlsbC1ydWxlPSJldmVub2RkIiBjbGlwLXJ1bGU9ImV2ZW5vZGQiIGQ9Ik0xNS45OTkyIDkuMzMzMzNDMTkuNjc5MiA5LjMzMzMzIDIyLjY2NTkgMTIuMzIgMjIuNjY1OSAxNkMyMi42NjU5IDE2Ljg2NjcgMjIuNDkyNSAxNy42OCAyMi4xODU5IDE4LjQ0TDI2LjA3OTIgMjIuMzMzM0MyOC4wOTI1IDIwLjY1MzMgMjkuNjc5MiAxOC40OCAzMC42NTI1IDE2QzI4LjM0NTkgMTAuMTQ2NyAyMi42NTI1IDYgMTUuOTg1OSA2QzE0LjExOTIgNiAxMi4zMzI1IDYuMzMzMzMgMTAuNjc5MiA2LjkzMzMzTDEzLjU1OTIgOS44MTMzM0MxNC4zMTkyIDkuNTA2NjcgMTUuMTMyNSA5LjMzMzMzIDE1Ljk5OTIgOS4zMzMzM1pNMi42NjYzNCA1LjY5MzMzTDUuNzA2MzQgOC43MzMzM0w2LjMxOTY3IDkuMzQ2NjdDNC4xMDYzNCAxMS4wNjY3IDIuMzczMDEgMTMuMzYgMS4zMzMwMSAxNkMzLjYzOTY3IDIxLjg1MzMgOS4zMzMwMSAyNiAxNS45OTk3IDI2QzE4LjA2NjMgMjYgMjAuMDM5NyAyNS42IDIxLjgzOTcgMjQuODhMMjIuMzk5NyAyNS40NEwyNi4zMDYzIDI5LjMzMzNMMjcuOTk5NyAyNy42NEw0LjM1OTY3IDRMMi42NjYzNCA1LjY5MzMzWk0xMC4wMzk1IDEzLjA2NjdMMTIuMTA2MiAxNS4xMzMzQzEyLjAzOTUgMTUuNDEzMyAxMS45OTk1IDE1LjcwNjcgMTEuOTk5NSAxNkMxMS45OTk1IDE4LjIxMzMgMTMuNzg2MiAyMCAxNS45OTk1IDIwQzE2LjI5MjggMjAgMTYuNTg2MiAxOS45NiAxNi44NjYyIDE5Ljg5MzNMMTguOTMyOCAyMS45NkMxOC4wMzk1IDIyLjQgMTcuMDUyOCAyMi42NjY2IDE1Ljk5OTUgMjIuNjY2NkMxMi4zMTk1IDIyLjY2NjYgOS4zMzI4NSAxOS42OCA5LjMzMjg1IDE2QzkuMzMyODUgMTQuOTQ2NyA5LjU5OTUxIDEzLjk2IDEwLjAzOTUgMTMuMDY2N1pNMTUuNzg2IDEyLjAyNjdMMTkuOTg2IDE2LjIyNjdMMjAuMDEyNiAxNi4wMTMzQzIwLjAxMjYgMTMuOCAxOC4yMjYgMTIuMDEzMyAxNi4wMTI2IDEyLjAxMzNMMTUuNzg2IDEyLjAyNjdaIiBmaWxsPSJibGFjayIgZmlsbC1vcGFjaXR5PSIwLjUiLz4KPC9zdmc+Cg==);
    opacity: 1
}

.main-menu-list li a._switch {
    background: #fff
}

.main-menu-list li a._switch span:before {
    opacity: 1
}

.main-menu-list li a._switch span:after {
    opacity: 0
}

.visible-sign {
    background: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMzIiIGhlaWdodD0iMzIiIHZpZXdCb3g9IjAgMCAzMiAzMiIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPGcgaWQ9ImljX3Zpc2liaWxpdHlfMjRweCI+CjxnIGlkPSJHcm91cCI+CjxwYXRoIGlkPSJTaGFwZSIgZmlsbC1ydWxlPSJldmVub2RkIiBjbGlwLXJ1bGU9ImV2ZW5vZGQiIGQ9Ik0xNS45OTk3IDZDOS4zMzMwMSA2IDMuNjM5NjcgMTAuMTQ2NyAxLjMzMzAxIDE2QzMuNjM5NjcgMjEuODUzMyA5LjMzMzAxIDI2IDE1Ljk5OTcgMjZDMjIuNjY2MyAyNiAyOC4zNTk3IDIxLjg1MzMgMzAuNjY2MyAxNkMyOC4zNTk3IDEwLjE0NjcgMjIuNjY2MyA2IDE1Ljk5OTcgNlpNMTUuOTk5NSAyMi42NjY3QzEyLjMxOTUgMjIuNjY2NyA5LjMzMjg1IDE5LjY4IDkuMzMyODUgMTZDOS4zMzI4NSAxMi4zMiAxMi4zMTk1IDkuMzMzMzMgMTUuOTk5NSA5LjMzMzMzQzE5LjY3OTUgOS4zMzMzMyAyMi42NjYyIDEyLjMyIDIyLjY2NjIgMTZDMjIuNjY2MiAxOS42OCAxOS42Nzk1IDIyLjY2NjcgMTUuOTk5NSAyMi42NjY3Wk0xNS45OTk1IDEyQzEzLjc4NjIgMTIgMTEuOTk5NSAxMy43ODY3IDExLjk5OTUgMTZDMTEuOTk5NSAxOC4yMTMzIDEzLjc4NjIgMjAgMTUuOTk5NSAyMEMxOC4yMTI4IDIwIDE5Ljk5OTUgMTguMjEzMyAxOS45OTk1IDE2QzE5Ljk5OTUgMTMuNzg2NyAxOC4yMTI4IDEyIDE1Ljk5OTUgMTJaIiBmaWxsPSJibGFjayIvPgo8L2c+CjwvZz4KPC9zdmc+Cg==) no-repeat center;
    display: inline-block;
    width: 39px;
    height: 21px;
    position: relative;
    top: 6px
}

.header-currencies-line-wrap {
    border-top: 2px solid #000;
    border-bottom: 2px solid #000;
    overflow: hidden;
    font-size: 0;
    white-space: nowrap
}

.header-currencies-line {
    display: inline-block;
    vertical-align: top;
    position: relative;
    overflow: hidden;
    font-size: 0;
    white-space: nowrap;
    animation: marquee 50s linear infinite .5s;
    animation-play-state: paused;
    animation-duration: inherit
}

.header-currencies-line-wrap._active .header-currencies-line {
    animation-play-state: running
}

.header-currencies-line-wrap:hover .header-currencies-line {
    animation-play-state: paused !important
}

.header-currencies-line b {
    font-weight: 700
}

.header-currencies-item {
    display: inline-block;
    vertical-align: top;
    position: relative;
    margin-right: 30px;
    font-size: 17px;
    padding: 10px 0;
    transform: translate3d(0, 0, 0)
}

.header-currencies-item.up {
    padding-left: 15px
}

.header-currencies-item.up:before {
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 0 4px 6px 4px;
    border-color: transparent transparent #29d10e transparent;
    display: block;
    content: '';
    position: absolute;
    top: 50%;
    left: 0;
    transform: translateY(-50%)
}

.header-currencies-item.down {
    padding-left: 15px
}

.header-currencies-item.down:before {
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 6px 4px 0 4px;
    border-color: #e20a0a transparent transparent transparent;
    display: block;
    content: '';
    position: absolute;
    top: 50%;
    left: 0;
    transform: translateY(-50%)
}

html._header-fixed .header._main .header-menu__wrap {
    position: fixed;
    background: #fff;
    margin-top: 0;
    left: 0;
    top: 0;
    z-index: 9;
    box-sizing: border-box;
    padding: 0;
    height: 70px;
    min-height: 0;
    border-bottom: 2px solid #000;
    animation: headerIn .2s ease 1
}

html._header-fixed .header._main .header-content {
    padding-top: 90px
}

html._header-fixed .header._main .header-menu__burger-wrap {
    -ms-flex-negative: 0;
    flex-shrink: 0;
    width: 165px;
    -ms-flex-pack: center !important;
    justify-content: center !important
}

html._header-fixed .header._main .header-menu__burger-wrap:after {
    height: 50px
}

html._header-fixed .header._main .header-menu__search-wrap {
    -ms-flex-negative: 0;
    flex-shrink: 0;
    width: 155px
}

html._header-fixed .header._main .header-menu__search-wrap:after {
    height: 50px
}

html._header-fixed .header._main .header-search-wrap {
    left: 163px;
    right: 0;
    top: 0;
    height: 100%
}

html._header-fixed .header._main .header-menu__lang {
    -ms-flex-negative: 0;
    flex-shrink: 0;
    margin-left: auto;
    width: 155px;
    -ms-flex-pack: center;
    justify-content: center
}

html._header-fixed .header._main .header-menu__lang:after {
    height: 50px;
    background: #000;
    width: 2px;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 0;
    content: '';
    display: block !important
}

html._header-fixed .header._main .header-menu__logo {
    width: 410px;
    height: 50px;
    position: absolute;
    left: 50%;
    top: 17px;
    transform: translateX(-50%);
    padding: 0
}

html._header-fixed .header._main .header-menu__logo:after {
    content: none
}

html._header-fixed .header._main .header-menu__logo .logo-link {
    width: 328px;
    height: 25px;
    top: 5px;
    margin-left: -165px
}

html._header-fixed .header._secondary .header-menu__wrap {
    -ms-flex-pack: end;
    justify-content: flex-end
}

html._header-fixed .header._secondary .header-menu__wrap {
    position: fixed;
    background: #fff;
    margin-top: 0;
    left: 0;
    top: 0;
    z-index: 9;
    box-sizing: border-box;
    padding: 0 0 0 80px;
    height: 70px;
    min-height: 0;
    border-bottom: 2px solid #000;
    animation: headerIn .2s ease 1
}

html._header-fixed .header._secondary .header-menu__wrap .logo-link {
    display: block;
    width: 91px;
    height: 31px;
    left: 0;
    top: 19px;
    margin-right: auto;
    margin-top: 0
}

html._header-fixed .header._secondary .header-menu__wrap .logo-link svg {
    height: 100%
}

html._header-fixed .header._secondary .header-content {
    padding-top: 77px
}

html._header-fixed .header._secondary .header-menu__burger-wrap {
    -ms-flex-negative: 0;
    flex-shrink: 0
}

html._header-fixed .header._secondary .header-menu__burger-wrap:after {
    height: 60px
}

html._header-fixed .header._secondary .header-menu__search-wrap {
    -ms-flex-negative: 0;
    flex-shrink: 0
}

html._header-fixed .header._secondary .header-menu__search-wrap:after {
    height: 60px
}

html._header-fixed .header._secondary .header-search-wrap {
    left: 208px;
    right: 0;
    height: 100%;
    top: 0
}

html._header-fixed .header._secondary .header-menu__lang {
    -ms-flex-negative: 0;
    flex-shrink: 0;
    width: 190px
}

html._header-fixed .header._secondary .header-menu__lang:after {
    content: none
}

html._header-fixed .header._secondary .header-menu__logo {
    width: 410px;
    height: 50px;
    position: absolute;
    left: 50%;
    top: 17px;
    transform: translateX(-50%);
    padding: 0
}

html._header-fixed .header._secondary .header-menu__logo:after {
    content: none
}

html._header-fixed .header._secondary .header-menu__logo .logo-link {
    width: 100%
}

html._header-fixed .header._secondary .header-menu__rubrics {
    display: none
}

.footer {
    padding: 0 80px;
    margin-left: auto;
    margin-right: auto;
    max-width: 1160px;
    z-index: 1;
    position: relative;
}

.footer a:not([class]) {
    color: #000;
    border-bottom: 1px solid #e20a0a;
    transition: .2s ease
}

.footer a:not([class]):hover {
    border-bottom-color: transparent
}

.footer__inner-top {
    border-top: 2px solid #000;
    border-bottom: 2px solid #000;
    padding: 30px 0;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-line-pack: center;
    align-content: center
}

.footer__inner-top > div {
    padding: 0 110px;
    box-sizing: border-box
}

.footer__inner-top > div:first-child {
    padding-left: 0;
    padding-right: 80px
}

.footer__inner-top > div:nth-child(2) {
    padding-left: 0
}

.footer-age-marker {
    width: 100px;
    min-width: 100px;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    font-family: Georgia, sans;
    font-size: 40px;
    line-height: 62px;
    letter-spacing: -.01em;
    font-weight: 600
}

.footer-information {
    max-width: 930px;
    margin: 0 auto;
    text-align: center;
    padding: 50px 60px;
    box-sizing: border-box
}

.footer-information > div:first-child p:first-child {
    margin-top: 0
}

.footer-information > div:last-child {
    width: 630px;
    margin: 34px auto 0;
    position: relative;
    padding-top: 20px
}

.footer-information > div:last-child:before {
    background: #000;
    width: 89%;
    height: 2px;
    display: block;
    position: absolute;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    content: ''
}

.footer-information p {
    font-size: 14px;
    line-height: 20px;
    margin: 22px 0
}

.footer-copyright {
    width: 31%;
    font-size: 15px;
    line-height: 23px;
    padding-right: 80px !important
}

.footer-social {
    width: 290px;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    padding: 0 !important
}

.footer-social a {
    display: inline-block;
    margin-bottom: 10px;
    width: 50%;
    font-size: 19px;
    line-height: 18px;
    text-transform: lowercase;
    font-weight: 600;
    color: #000;
    transition: .2s ease
}

.footer-social a:last-child {
    margin-bottom: 0 !important
}

.footer-social a:hover {
    color: #e20a0a
}

.footer-feedback {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: end;
    justify-content: flex-end;
    padding: 0 !important;
    margin-left: auto;
    width: 34%
}

.footer-rubrics {
    background: #fff;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    position: relative;
    box-sizing: border-box;
    width: calc(100% - 160px);
    max-width: 1160px;
    margin: 25px auto 0;
    overflow: hidden;
    z-index: 1;
}

.footer-rubrics-item {
    background: #fff;
    box-sizing: border-box;
    position: relative;
    text-align: center;
    padding: 0 60px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none
}

.footer-rubrics-item:before {
    background: #000;
    width: 300vw;
    height: 2px;
    display: block;
    content: '';
    position: absolute;
    top: 0;
    left: -40vw
}

.footer-rubrics-item a, .footer-rubrics-item span {
    padding: 21px 47px 21px 0;
    display: inline-block;
    font-size: 20px;
    font-weight: 600;
    color: #000;
    position: relative;
    text-decoration: none
}

.footer-rubrics-item a:after, .footer-rubrics-item span:after {
    background: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMzAiIGhlaWdodD0iMjciIHZpZXdCb3g9IjAgMCAzMCAyNyIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4NCjxwYXRoIGZpbGwtcnVsZT0iZXZlbm9kZCIgY2xpcC1ydWxlPSJldmVub2RkIiBkPSJNMTUgMjRDMjEuOTMyNiAyNCAyNyAxOS4wMDk1IDI3IDEzLjVDMjcgNy45OTA1MSAyMS45MzI2IDMgMTUgM0M4LjA2NzQ1IDMgMyA3Ljk5MDUxIDMgMTMuNUMzIDE5LjAwOTUgOC4wNjc0NSAyNCAxNSAyNFpNMTUgMjdDMjMuMjg0MyAyNyAzMCAyMC45NTU4IDMwIDEzLjVDMzAgNi4wNDQxNiAyMy4yODQzIDAgMTUgMEM2LjcxNTczIDAgMCA2LjA0NDE2IDAgMTMuNUMwIDIwLjk1NTggNi43MTU3MyAyNyAxNSAyN1oiIGZpbGw9ImJsYWNrIi8+DQo8cGF0aCBkPSJNMTIgOEwxOCAxMy41TDEyIDE5IiBzdHJva2U9IiNFMjBBMEEiIHN0cm9rZS13aWR0aD0iMyIvPg0KPC9zdmc+DQo=) no-repeat 0 0;
    background-size: 100% 100%;
    width: 30px;
    height: 27px;
    position: absolute;
    display: block;
    content: '';
    right: 5px;
    top: 53%;
    transform: translateY(-50%)
}

.footer-rubrics-item a:hover, .footer-rubrics-item span:hover {
    color: #e20a0a
}

.footer-rubrics-item span {
    pointer-events: none;
    opacity: .3
}

.form-title {
    width: 100%;
    left: auto;
    margin-top: 0 !important;
    margin-bottom: 20px !important;
    text-align: left
}

.form__descr {
    margin-bottom: 50px
}

.form {
    width: 100%;
    box-sizing: border-box;
    margin: 0 auto;
    position: relative
}

.form._error .form__error {
    display: -ms-flexbox;
    display: flex
}

.form._error .form__inner {
    opacity: 0
}

.form._success .form__inner {
    opacity: 0
}

.form._success .form__success {
    display: -ms-flexbox;
    display: flex
}

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

.form .input-wrap {
    margin: 0 0 33px 0;
    position: relative
}

.form .form__input, .form .form__textarea {
    background: #fff;
    display: block;
    width: 100%;
    height: 60px;
    padding: 0 20px;
    box-sizing: border-box;
    border: none;
    border-bottom: 2px solid #000;
    font-size: 16px;
    color: #000;
    outline: 0;
    font-family: 'Gotham Pro', sans;
    font-style: normal;
    font-weight: 300;
    transition: none
}

.form .form__input::-webkit-input-placeholder, .form .form__textarea::-webkit-input-placeholder {
    color: #000
}

.form .form__input::-moz-placeholder, .form .form__textarea::-moz-placeholder {
    color: #000
}

.form .form__input input:-ms-input-placeholder, .form .form__textarea input:-ms-input-placeholder {
    color: #000
}

.form .form__input._error, .form .form__textarea._error {
    border-bottom-color: #e20a0a
}

.form .form__textarea {
    min-height: 120px;
    overflow: auto;
    padding-top: 20px;
    padding-bottom: 20px;
    resize: vertical
}

.form__submit {
    border: 0;
    width: 100%
}

.form__submit:disabled {
    opacity: .4
}

.form__inner {
    margin-top: -10px;
    transition: .5s ease;
    position: relative;
    z-index: 1
}

.form__error, .form__success {
    width: 100%;
    display: none;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: center;
    justify-content: center;
    position: absolute;
    top: 0;
    left: 0;
    box-sizing: border-box;
    height: 100%;
    z-index: 2;
    background: #f3f4f4
}

.form__error .btn, .form__success .btn {
    min-width: 160px;
    border: 0;
    margin-top: 15px
}

.form__message-inner {
    width: 100%
}

.form-agreement {
    min-height: 24px;
    box-sizing: border-box;
    position: relative;
    margin: 40px 0 55px 0;
    text-align: left
}

.checkbox__label {
    display: inline-block;
    vertical-align: top;
    position: relative;
    width: 20px;
    height: 20px;
    background: #fff;
    border: 1px solid rgba(0, 0, 0, .5);
    box-sizing: border-box;
    margin-right: 6px;
    cursor: pointer
}

.checkbox__label input {
    position: absolute;
    left: 0;
    top: 0;
    opacity: 0
}

.checkbox__label input:checked ~ i {
    opacity: 1
}

.checkbox__label i {
    display: block;
    width: 8px;
    height: 8px;
    position: absolute;
    top: 5px;
    left: 5px;
    background: #000;
    opacity: 0;
    transition: opacity .2s ease;
    pointer-events: none
}

.checkbox__text {
    display: inline-block;
    vertical-align: top;
    font-size: 16px;
    line-height: 22px;
    width: calc(100% - 40px)
}

.checkbox__text a {
    color: #000;
    text-decoration: underline
}

.checkbox__text a:hover {
    text-decoration: none
}

.form__label {
    position: absolute;
    top: 100%;
    left: 0;
    color: #e20a0a
}

.form__message-title {
    font-family: Georgia, sans;
    font-size: 24px;
    line-height: 30px;
    font-weight: 700
}

.slider-wrap {
    width: 860px;
    position: relative
}

.slider-wrap__inner {
    width: 100%;
    height: 100%;
    position: relative;
    overflow: hidden;
    z-index: 1;
    border-top: 2px solid #000
}

.slider {
    left: 0;
    top: 0;
    width: 100%;
    z-index: 2;
    cursor: pointer;
    transition: transform .2s ease;
    overflow: visible !important
}

.slide__inner {
    width: 100%;
    height: 100%;
    overflow: hidden;
    padding-top: 20px
}

.swiper-slide {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-line-pack: center;
    align-content: center
}

.slider-navigation {
    position: absolute;
    width: 60px;
    height: 40px;
    top: -50px;
    right: 0
}

.slider-navigation .swiper-button-next, .slider-navigation .swiper-button-prev {
    background: 0 0;
    width: 22px;
    height: 22px;
    margin-top: -12px;
    transition: opacity .2s ease
}

.slider-navigation .swiper-button-next svg, .slider-navigation .swiper-button-prev svg {
    max-width: 100%;
    max-height: 100%
}

.slider-navigation .swiper-button-next:hover, .slider-navigation .swiper-button-prev:hover {
    opacity: .5
}

.slider-navigation .swiper-button-prev {
    left: 0
}

.slider-navigation .swiper-button-prev svg {
    transform: rotate(-180deg)
}

.slider-navigation .swiper-button-next {
    right: -4px
}

.styles-slider {
    width: 100% !important;
    border-bottom: 1px solid #000;
    margin: 80px 0 0 0;
}

.styles-slider.descr_border {
    border-bottom: none;
}

.descr_border .slider-description {
    border-bottom: 1px solid #000;
}

.slider-description__author {
    width: 100%;
    display: block;
    font-size: 12px;
    line-height: 1;
    color: rgba(0, 0, 0, 0.5);
    padding: 5px 0px 5px;
}

.slider-description__title {
    width: 100%;
    display: block;
    font-size: 15px;
    line-height: 1;
    font-weight: bold;
    padding: 5px 0px 5px;
}

.styles-slider .slider-wrap__inner {
    border: 0;
    position: relative
}

.styles-slider .slide__inner {
    padding: 0
}

.styles-slider .slide {
    position: relative;
    padding-top: 60%;
    background: #ccc
}

.styles-slider .slide__inner {
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0
}

.styles-slider .slide__img {
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    background-size: cover;
    background-position: center center
}

.styles-slider .slide__img img {
    width: 100%;
    height: 100%;
    opacity: 0
}

.styles-slider .slider-pagination {
    position: absolute;
    left: 0;
    bottom: 0;
    line-height: 60px;
    font-size: 15px;
    font-weight: 700;
    opacity: .5
}

.styles-slider .slider-description {
    display: block;
    left: 100px;
    right: 100px;
    bottom: 0;
    list-style: none
}

.styles-slider .slider-description li {
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    opacity: 0;
    pointer-events: none;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    line-height: 60px;
    color: rgba(0, 0, 0, .5);
    font-size: 15px;
    transition: opacity .2s ease
}

.styles-slider .slider-description li._active {
    opacity: 1;
    pointer-events: auto
}

.styles-slider .slider-nav {
    position: inherit;
    bottom: -5px;
    right: 0;
    z-index: 2;
    margin: auto;
    width: 60px;
    height: 40px
}

.styles-slider .slider-next, .styles-slider .slider-prev {
    background: 0 0;
    width: 22px;
    height: 22px;
    transition: opacity .2s ease;
    border: 0;
    padding: 0;
    position: absolute;
    top: 0
}

.styles-slider .slider-next svg, .styles-slider .slider-prev svg {
    width: 100%;
    height: 100%
}

.styles-slider .slider-next:hover, .styles-slider .slider-prev:hover {
    color: red;
}

.styles-slider .slider-prev {
    left: 0
}

.styles-slider .slider-prev svg {
    transform: rotate(-180deg)
}

.styles-slider .slider-next {
    right: -4px
}

._scrollable-wrap {
    overflow-y: auto;
    overflow-x: hidden
}

.desktop ._scrollable-wrap::-webkit-scrollbar {
    width: 4px
}

.desktop ._scrollable-wrap::-webkit-scrollbar-thumb {
    border-radius: 4px;
    background-color: #000;
    background-color: rgba(0, 0, 0, .4);
    opacity: .4
}

.files {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    list-style: none;
    padding: 0;
    box-sizing: border-box;
    margin: 80px 0
}

.files li {
    display: block;
    width: calc(50% - 20px);
    margin-bottom: 60px
}

.files li:nth-last-child(1) {
    margin-bottom: 0
}

.files li:nth-last-child(2) {
    margin-bottom: 0
}

.files .file {
    max-width: 100%;
    margin-top: 0;
    margin-bottom: 0
}

.file {
    display: block;
    text-decoration: none;
    position: relative;
    padding-left: 125px;
    max-width: 50%;
    font-size: 15px;
    line-height: 22px;
    min-height: 142px;
    box-sizing: border-box;
    margin-top: 60px;
    margin-bottom: 60px;
    color: #000
}

.file:before {
    content: '.' attr(data-ext);
    font-size: 28px;
    font-weight: 700;
    color: #000;
    line-height: 1;
    text-transform: lowercase;
    position: absolute;
    left: 0;
    top: 90px;
    z-index: 2;
    width: 112px;
    text-align: center;
    font-family: Georgia, sans
}

html.desktop .file:hover {
    color: #e20a0a
}

table .file {
    margin: 0;
    max-width: 100%
}

.file__name {
    display: block
}

.file__size {
    display: block;
    color: #e20a0a;
    font-weight: 700;
    margin-top: 10px
}

.file__icon {
    display: block;
    width: 112px;
    height: 142px;
    position: absolute;
    left: 0;
    top: 2px;
    background: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTEyIiBoZWlnaHQ9IjE0MiIgdmlld0JveD0iMCAwIDExMiAxNDIiIGZpbGw9Im5vbmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+DQo8cGF0aCBkPSJNODEgMUgxVjE0MUgxMTFWMzEiIHN0cm9rZT0iYmxhY2siIHN0cm9rZS13aWR0aD0iMiIvPg0KPHBhdGggZD0iTTExMiAzMUw4MC45OTk5IDMxTDgwLjk5OTkgLTguMDI3NjRlLTA3TDExMiAzMVoiIGZpbGw9IiNFMjBBMEEiLz4NCjwvc3ZnPg0K) no-repeat 0 0;
    z-index: 1
}

/* adfox banners start*/
@media(min-width: 1025px) {
    .banner__horiz-wrap {
        width: 100%;
    }
    .banner__horiz-wrap div[id^="adfox"]:not(:empty) {
        margin: 20px auto !important;
    }

    .page-search .sidebar-media ~ .banner__horiz-wrap {
        width: calc(100% - 350px);
        margin-right: 350px;
    }
}

@media(max-width: 767px) {
    .banner__horiz-wrap {
        width: 100%;
    }
    .banner__horiz-wrap img {
        max-width: 100%!important;
    }
}
/* adfox banners end */

.media-banner-wrap {
    position: relative;
    left: 50%;
    width: 100vw;
    max-width: 1280px;
    transform: translateX(-50%);
    margin-bottom: 40px;
    overflow: hidden
}

.banner__horiz-wrap {
    width: 100%;
}

.media-banner-wrap a {
    display: block;
    width: 100%
}

.media-banner-wrap img {
    position: relative;
    left: 50%;
    width: 100%;
    transform: translateX(-50%)
}

.wide-media-wrap {
    position: relative;
    left: 50%;
    width: 100vw;
    height: 228px;
    max-width: 1280px;
    transform: translateX(-50%);
    margin-bottom: 60px;
    margin-top: 40px;
    overflow: hidden
}

.media-wrap__link {
    display: block !important;
    width: 100%;
    height: 100%;
    overflow: hidden
}

.media-wrap__link > * {
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    width: 100% !important;
    height: 100% !important
}

.media-wrap__img-big, .media-wrap__img-small {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: auto 100%
}

.vertical-media-wrap {
    width: 100%;
    max-width: 300px;
    box-sizing: border-box;
    position: relative
}

.vertical-media-wrap .media-wrap__link {
    position: relative;
    padding-top: 200%
}

.sidebar-popular .vertical-media-wrap {
    margin-bottom: 80px
}

.sidebar-media {
    position: absolute;
    top: 0;
    right: 80px;
    width: 300px;
    height: 600px;
    overflow: hidden
}

.sidebar-media--without-content {
    height: 0;
}

.page-styles body {
    background: #f3f4f4
}

.page-styles .text {
    max-width: 760px
}

.page-styles .content {
    padding-bottom: 0
}

.style-img-wrap {
    position: relative;
    margin-top: 50px;
    margin-bottom: 50px;
    width: 100%
}

.style-img-wrap img {
    max-width: 100%;
    margin-top: 0 !important
}

.style-img-wrap img + small {
    width: 100%;
    display: block;
    font-size: 15px;
    line-height: 1;
    color: rgba(0, 0, 0, .5);
    padding: 15px 0 19px;
    border-bottom: 1px solid #000
}

.img {
    margin: 80px 0;
    max-width: 100%
}

.img img {
    max-width: 100%
}

.img img + small {
    width: 100%;
    display: block;
    font-size: 15px;
    line-height: 1;
    color: rgba(0, 0, 0, .5);
    padding: 15px 0 19px;
    border-bottom: 1px solid #000
}

.img a:not([class]) {
    color: #000;
    border-bottom: 1px solid #e20a0a;
    transition: .2s ease
}

.img a:not([class]):hover {
    border-bottom-color: transparent
}

.interview-wrap {
    margin: 80px 0
}

.interview-line {
    position: relative;
    margin-bottom: 50px
}

.interview-line._copy-after:after {
    background: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMjQiIGhlaWdodD0iMjEiIHZpZXdCb3g9IjAgMCAyNCAyMSIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4NCjxwYXRoIGQ9Ik0yNCAxMC40ODYzQzIzLjg3NzggMy4yMzYwMiAyMC4yMDM3IDAgMTIuMTAxOSAwSDExLjg5ODFDMy43OTYyNyAwIDAuMTIyMjQxIDMuMjQyODUgMCAxMC41MTM3QzAuMTIyMjQxIDE3Ljc2NCAzLjc5NjI3IDIxIDExLjg5ODEgMjFIMTIuMTAxOUMyMC4yMDM3IDIxIDIzLjg3NzggMTcuNzY0IDI0IDEwLjUwNjhWMTAuNDg2M1pNMjIuMTg2OCAxMC40ODYzQzIyLjExODkgMTQuNTI4IDIwLjk1MDggMTkuMTkwOCAxMi40Njg2IDE5LjMxMzdIMTEuNTMxNEMzLjA0OTI2IDE5LjE5MDggMS44ODExOCAxNC41MzQ4IDEuODEzMjcgMTAuNUMxLjg4MTE4IDYuNDU4MzkgMy4wNDkyNyAxLjc5NTUxIDExLjUzODIgMS42NjU4SDEyLjQ2ODZDMjAuOTg0NyAxLjgwMjM0IDIyLjExODkgNi40NTgzOSAyMi4xODY4IDEwLjQ5MzJWMTAuNDg2M1oiIGZpbGw9ImJsYWNrIi8+DQo8cGF0aCBkPSJNMTEuODc4OCA3Ljc5NTMySDEyLjE5MDNDMTMuOTE2OSA3Ljc5NTMyIDE1LjAwMDMgOC4zMzkxOCAxNS40MTM0IDkuMzM5MThMMTUuNDgxMSA5LjUwMjkySDE4TDE3LjkzMjMgOS4yMDQ2OEMxNy40NTgzIDcuMDE3NTQgMTUuNjAzIDYgMTIuMDk1NSA2SDExLjk4NzJDNi43NTk3OCA2IDYuMDQyMDUgOC40MDkzNiA2LjAwMTQzIDEwLjUxNDZDNS45NjA4IDEyLjYxOTkgNi43NTk3OCAxNSAxMS45ODcyIDE1SDEyLjA5NTVDMTUuNjAzIDE1IDE3LjQ1ODMgMTMuOTgyNSAxNy45MzIzIDExLjgwMTJMMTggMTEuNTAyOUgxNS40ODExTDE1LjQxMzQgMTEuNjY2N0MxNS4wMDAzIDEyLjY2NjcgMTMuOTE3IDEzLjE4NzEgMTIuMTk3MSAxMy4yMTA1SDExLjg5MjRDOS41NzY2IDEzLjIxMDUgOC41MDY3NyAxMi4zMjE2IDguNDQ1ODMgMTAuNTE0NkM4LjM4NDg4IDguNzA3NiA5LjU2OTg1IDcuODI0NTYgMTEuODc4OCA3Ljc5NTMyWiIgZmlsbD0iYmxhY2siLz4NCjwvc3ZnPg0K) no-repeat;
    background-size: contain;
    width: 20px;
    height: 18px;
    display: inline-block;
    content: '';
    margin-left: 8px;
    position: relative;
    top: 3px
}

.interview-line._copy-after {
    font-family: Georgia, sans;
    font-weight: 600;
    font-size: 16px;
    line-height: 22px;
    margin-bottom: 15px
}

.interview-line._copy-after:before {
    content: '— '
}

.interview-line:not(._copy-after) {
    margin-bottom: 30px;
    letter-spacing: -.01em
}

.interview-line:last-child {
    margin-bottom: 0
}

.page-styles__hashtags {
    margin: 80px 0
}

.page-styles__hashtag {
    font-weight: 600;
    font-size: 17px;
    letter-spacing: -.02em;
    margin-right: 55px;
    color: #000
}

.page-styles__hashtag:before {
    content: "#";
    color: #e20a0a;
    margin-right: 5px
}

.page-styles__hashtag:last-child {
    margin-right: 0
}

html.desktop .page-styles__hashtag:hover {
    color: #e20a0a
}

.more-news-wrap {
    margin: 80px 0 0 0;
    border-top: 2px solid #000
}

.more-news {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-align: start;
    align-items: flex-start;
    position: relative;
    left: -20px;
    width: calc(100% + 40px);
    margin-top: 48px
}

.more-news-title {
    position: relative;
    padding-top: 15px
}

.more-news-title h2 {
    font-size: 24px;
    line-height: 30px;
    margin: 0;
    text-transform: lowercase
}

.more-news__show-all {
    text-align: center
}

.more-news__item {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    width: 50%;
    box-sizing: border-box;
    padding: 0 20px;
    position: relative;
    margin-bottom: 48px
}

.more-news__item a:not(.news-tag) {
    display: contents;
}

.text .more-news__item a {
    text-decoration: none;
}

.more-news__item a div {
    max-width: 100%
}

.more-news__item-title {
    font-family: Georgia, sans;
    font-size: 24px;
    line-height: 30px;
    letter-spacing: .01em;
    margin-bottom: 15px;
    font-weight: 600;
    transition: color .2s ease
}

html.desktop a:hover .more-news__item-title {
    color: #e20a0a
}

.more-news__item-text {
    font-size: 16px;
    line-height: 22px;
    font-weight: 400;
    margin-bottom: 20px
}

.more-news__item-text p {
    margin: 0 !important
}

.more-news__item-img {
    order: -1;
    display: none;
}

.text .more-news__item-img {
    display: block;
    position: relative;
    padding-top: 56.83%;
    width: 100%;   
    margin-bottom: 16px;
}

.text .more-news__item-img img {
    position: absolute;
    top: 0;
    left: 0;
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.popular-news-wrap {
    margin-top: 20px
}

.popular-news-item {
    display: block;
    margin-top: 60px;
    color: #000
}

.desktop .popular-news-item:hover .popular-news-item__title {
    color: #e20a0a
}

.popular-news-item__title {
    width: 100%;
    font-family: Georgia, sans;
    font-weight: 700;
    font-size: 24px;
    line-height: 30px;
    letter-spacing: .01em;
    transition: .2s ease
}

.popular-news-item__tag {
    margin-bottom: 15px
}

.popular-news-item__text {
    margin-top: 13px
}

.popular-news-item__text p {
    font-size: 16px;
    line-height: 22px;
    margin: 16px 0
}

.sidebar-popular {
    width: 300px;
    position: absolute;
    right: 80px;
    top: 600px;
}

.sidebar-media--without-content ~ .sidebar-popular {
    top: 0;
}

.sidebar-popular .title-h3 {
    margin-top: 30px;
    margin-bottom: 30px
}

.popular-news-item__img img {
    display: block;
    max-width: 100%
}

.social-buttons-wrap {
    position: relative;
    top: auto;
    right: auto;
    margin-top: -18px;
    margin-bottom: 50px;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-line-pack: center;
    align-content: center;
    transform: none
}

.social-buttons-title {
    font-weight: 600;
    font-size: 16px;
    text-transform: lowercase
}

.social-buttons {
    width: auto;
    display: -ms-flexbox;
    display: flex;
    margin-top: 0;
    margin-left: 20px
}

.social-buttons a {
    width: 45px;
    height: 40px;
    display: inline-block;
    border: 2px solid #e20a0a !important;
    box-sizing: border-box;
    border-radius: 50%;
    position: relative;
    margin-right: 20px
}

.social-buttons a:last-child {
    margin-bottom: 0
}

.social-buttons a svg {
    max-width: 50%;
    max-height: 50%;
    position: absolute;
    left: 50%;
    top: 50%;
    color: #000;
    transform: translate(-50%, -50%);
    transition: .2s ease
}

.social-buttons a:hover svg {
    color: #e20a0a
}

.numbers {
    margin: 75px 0
}

.numbers ul {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
}

.numbers li {
    width: 31%;
    margin-right: 3.5%
}

.numbers li:nth-child(3n) {
    margin-right: 0
}

.numbers li span {
    display: block;
    width: 100%
}

.numbers li span:first-child {
    font-size: 60px;
    line-height: 1;
    font-weight: 600;
    color: #e20a0a;
    letter-spacing: -.04em
}

.numbers li span:nth-child(2) {
    font-size: 16px;
    line-height: 22px;
    font-weight: 600;
    margin-top: 15px
}

.numbers li p {
    width: 70%;
    margin-top: 10px
}

.tip {
    position: relative;
    margin: 70px 0;
    border-left: 4px solid #e20a0a;
    padding: 0 300px 0 20px
}

.tip span {
    font-family: Georgia, sans;
    font-size: 24px;
    line-height: 30px;
    font-weight: 600;
    margin-top: 4px;
    display: inline-block
}

.tip p {
    margin-top: 10px;
    margin-bottom: 0
}

.page-styles__news-date {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    font-size: 15px;
    -ms-flex-align: center;
    align-items: center
}

.page-styles__news-date .search-result__tag {
    padding-top: 0 !important;
    padding-bottom: 0 !important
}

.page-styles__news-date > div {
    margin-right: 8px;
    position: relative;
    height: 28px;
    line-height: 28px;
    box-sizing: border-box;
    padding-right: 8px
}

.page-styles__author a {
    font-size: 14px
}

.page-styles__news-date > div:last-child {
    padding-right: 0;
    margin-right: 0
}

.page-styles__news-date > div:last-child:after {
    display: none
}

.page-styles__news-date > div:after {
    content: '';
    height: 28px;
    border-left: 1px solid #000;
    margin-left: 22px;
    width: 0;
    position: absolute;
    right: 0;
    top: 50%;
    margin-top: -14px
}

.page-styles__tag {
    padding: 0
}

.page-styles__date b {
    margin-right: 11px
}

.tabs-content {
    position: relative;
    width: 100%
}

.tabs-content-tab {
    display: none;
    /* position: absolute;
    opacity: 0;
    pointer-events: none;
    transition: .5s ease;
    width: 100% */
}

.tabs-content-tab._active {
    display: block;
    /* opacity: 1;
    pointer-events: auto */
}

.tabs-titles {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: justify;
    justify-content: space-between;
    border-top: 2px solid #000;
    padding-top: 15px
}

.tabs-title {
    display: block;
    opacity: .5;
    text-align: center;
    box-sizing: border-box;
    font-weight: 600;
    color: #000;
    font-size: 20px;
    height: 35px;
    line-height: 35px;
    letter-spacing: -.015em;
    position: relative;
    text-transform: lowercase
}

.tabs-title:after {
    background: #000;
    width: 2px;
    height: calc(100% - 35px);
    position: absolute;
    display: block;
    right: -12px;
    top: 50%;
    transform: translateY(-50%)
}

.tabs-title:last-child:after {
    display: none
}

.tabs-title:not(._active):hover {
    opacity: 1
}

.tabs-title._active {
    opacity: 1
}

.tabs-titles__separator {
    display: block;
    background: #000;
    width: 2px;
    height: 35px
}

.popular-news-item__link {
    display: block;
    color: #000
}

.subscribe-slider {
    margin-top: 140px;
    margin-bottom: 140px
}

.subscribe-slider .slide {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: start;
    align-items: flex-start;
    padding-top: 20px
}

.subscribe-slider .slide .title {
    font-size: 23px;
    line-height: 30px;
    font-weight: 600
}

.subscribe-slider .slide p {
    margin: 10px 0;
    font-size: 18px;
    line-height: 26px
}

.subscribe-slider .slide__inner {
    padding-top: 0;
    padding-right: 40px
}

.subscribe-slider .slider-wrap {
    width: 100%
}

.incut {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: justify;
    justify-content: space-between;
    border-left: 4px solid #e20a0a;
    padding-left: 20px;
    color: #000;
    margin: 80px 0;
    padding-top: 4px
}

.incut__tag {
    margin-bottom: 10px;
    color: rgba(0, 0, 0, .5);
    font-size: 16px;
    line-height: 22px
}

.incut__title {
    font-family: Georgia, sans;
    font-weight: 700;
    font-size: 24px;
    line-height: 30px;
    transition: color .2s ease
}

html.desktop a:hover .incut__title {
    color: #e20a0a
}

.incut__text {
    font-size: 16px;
    line-height: 22px;
    margin-top: 13px;
    padding-bottom: 4px
}

.incut__img {
    width: 260px;
    -ms-flex-negative: 0;
    flex-shrink: 0
}

.incut__img img {
    width: 100%
}

.incut__content {
    width: calc(100% - 300px)
}

.incut-white {
    display: block;
    -ms-flex-align: center;
    align-items: center;
    padding: 50px 80px;
    background: #fff;
    text-align: center;
    color: #000;
    font-size: 16px;
    line-height: 22px;
    margin: 80px 0
}

.incut-white__tag {
    font-size: 15px;
    line-height: 22px;
    margin-bottom: 15px;
    color: rgba(0, 0, 0, .5)
}

.incut-white__title {
    font-family: Georgia, sans;
    font-weight: 700;
    font-size: 24px;
    line-height: 30px;
    font-feature-settings: 'cpsp' on, 'swsh' on, 'ordn' on;
    transition: color .2s ease
}

html.desktop a:hover .incut-white__title {
    color: #e20a0a
}

.incut-white__text {
    margin-top: 13px;
    font-size: 16px;
    line-height: 22px;
    padding: 0 80px
}

.video {
    position: relative;
    margin: 55px 0;
    overflow: hidden
}

.video._play .video-wrap__play {
    opacity: 0;
    pointer-events: none
}

.video._play .video-wrap:after, .video._play .video-wrap:before {
    opacity: 0
}

.video._play .video-wrap + span {
    opacity: 0;
    pointer-events: none
}

.video iframe {
    width: 100%;
    height: 100%
}

.video-wrap {
    height: 430px;
    overflow: hidden;
    position: relative
}

.desktop .video-wrap:hover:after {
    border-color: transparent transparent transparent #e20a0a
}

.video-wrap:before {
    background: #e20a0a;
    width: 30px;
    height: 100%;
    position: absolute;
    display: block;
    left: 0;
    top: 0;
    content: '';
    z-index: 4
}

.video-wrap:after {
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 40px 0 40px 75px;
    border-color: transparent transparent transparent #fff;
    position: absolute;
    content: '';
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    margin-left: 15px;
    z-index: 3;
    transition: .5s ease
}

.video-wrap + span {
    width: 100%;
    display: block;
    font-size: 15px;
    line-height: 1;
    color: rgba(0, 0, 0, .5);
    padding: 15px 0 19px;
    border-bottom: 1px solid #000
}

.video-wrap__play {
    background-repeat: no-repeat;
    background-position: 50% 50%;
    background-size: cover;
    overflow: hidden;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    cursor: pointer;
    z-index: 3;
    transition: opacity .5s ease
}

.video-wrap__play:after {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background: #000;
    opacity: .2;
    display: block;
    content: '';
    z-index: 3
}

.page-main {
    background: #f3f4f4
}

/* .page-main .content {
    padding-bottom: 50px
} */

.page-main .wide-media-wrap {
    margin-top: 0
}

.main-news__top-news {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-pack: justify;
    justify-content: space-between
}

.main-news__top-news-item {
    width: 50%;
    position: relative
}

.main-news__top-news-item a {
    display: -ms-flexbox;
    display: flex;
    color: #000
}

.main-news__top-news-item .main-news__top-news-img {
    background-size: cover;
    width: calc(50% - 19px);
    -ms-flex-negative: 0;
    flex-shrink: 0;
    min-height: 300px
}

.main-news__top-news-item .main-news__top-news-content {
    padding: 0 40px
}

.main-news__top-news-item .main-news__top-news-title {
    font-family: Georgia, sans;
    font-weight: 700;
    font-size: 32px;
    line-height: 38px;
    margin-bottom: 20px
}

.main-news__top-news-item .main-news__top-news-text {
    font-size: 18px;
    line-height: 25px
}

.main-news__top-news-item._super-big {
    width: 100%;
    padding-top: 34%;
    margin-bottom: 100px
}

.main-news__top-news-item._super-big a {
    width: 100%;
    height: 100%;
    position: absolute;
    display: block;
    top: 0;
    left: 0
}

.main-news__top-news-item._super-big .main-news__top-news-img {
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    width: 100%;
    height: 100%;
    min-height: auto;
    position: absolute;
    display: inline-block;
    top: 0;
    left: 0
}

.main-news__top-news-item._super-big .main-news__top-news-content {
    background: #fff;
    position: absolute;
    box-sizing: border-box;
    width: 49%;
    padding: 70px 40px;
    color: #000;
    bottom: 40px;
    left: 40px;
    font-weight: 700;
    font-size: 40px;
    line-height: 45px;
    font-family: Georgia, sans;
    z-index: 2
}

.main-news__top-news-item._super-big .main-news__top-news-title {
    font-size: 40px;
    line-height: 43px;
    margin: 20px 0
}

.main-news__top-news-item._big {
    width: calc(50% - 20px);
    margin-bottom: 100px;
    display: block
}

.main-news__top-news-item._big a {
    display: block
}

.main-news__top-news-item._big .main-news__top-news-content {
    padding: 0
}

.main-news__top-news-item._big .main-news__top-news-img {
    padding-top: 60%;
    width: 100%;
    height: auto;
    min-height: auto
}

.main-news__top-news-item._big .main-news__top-news-title {
    font-family: Georgia, sans;
    font-weight: 700;
    font-size: 40px;
    line-height: 45px;
    margin: 20px 0
}

.main-news__top-news-item._big .main-news__top-news-text {
    font-size: 18px;
    line-height: 25px
}

.main-news__category-wrap {
    margin-top: 105px
}

.main-news__category-title {
    padding-left: 70px;
    position: relative;
    margin-bottom: 60px
}

.main-news__category-title span {
    background: #000;
    width: 45px;
    height: 40px;
    position: absolute;
    left: 0;
    top: 50%;
    border-radius: 50%;
    text-align: center;
    font-weight: 600;
    line-height: 40px;
    color: #fff;
    transform: translateY(-50%)
}

.main-news__category-news {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
}

.main-news__category-news .main-news__category-news-item {
    width: calc(25% - 20px);
    box-sizing: border-box;
    margin-right: 20px
}

.main-news__category-news .main-news__category-news-item a {
    color: #000
}

.main-news__category-news .main-news__category-news-item._super-big {
    width: calc(75% - 12px);
    margin-bottom: 100px
}

.main-news__category-news .main-news__category-news-item._super-big .main-news__category-news-title {
    font-size: 41px;
    line-height: 44px;
    padding-right: 380px
}

.main-news__category-news .main-news__category-news-item._super-big .main-news__category-news-img {
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    height: 500px
}

.main-news__category-news .main-news__category-news-item._super-big + .main-news__category-news-item {
    margin-right: 0
}

.main-news__category-news .main-news__category-news-item:last-child {
    margin-right: 0
}

.main-news__category-news .main-news__category-news-item._horizontal {
    width: calc(50% - 13px);
    position: relative;
    margin-right: 0;
    margin-bottom: 100px
}

.main-news__category-news .main-news__category-news-item._horizontal a {
    display: -ms-flexbox;
    display: flex
}

.main-news__category-news .main-news__category-news-item._horizontal .main-news__category-news-title {
    margin-top: 0
}

.main-news__category-news .main-news__category-news-item._horizontal .main-news__category-news-img {
    background-repeat: no-repeat;
    background-size: cover;
    width: calc(50% - 19px);
    -ms-flex-negative: 0;
    flex-shrink: 0;
    min-height: 300px
}

.main-news__category-news .main-news__category-news-item._horizontal .main-news__category-news-content {
    padding: 0 40px
}

.main-news__category-news-img img {
    max-width: 100%
}

.main-news__category-news-title {
    font-family: Georgia, sans;
    font-size: 33px;
    margin-top: 20px;
    margin-bottom: 27px;
    font-weight: 600;
    line-height: 37px
}

.main-news__category-news-text {
    padding-right: 20px;
    font-size: 18px;
    line-height: 24px
}

.main-top-news {
    margin-top: 40px
}

.main-top-news:after {
    display: table;
    clear: both;
    content: ''
}

.main-top-news__top-item {
    width: calc(75% - 10px);
    float: right;
    margin-top: 15px;
    color: #000
}

.top-news-title {
    font-size: 20px;
    line-height: 25px;
    font-weight: 600;
    margin-bottom: 25px;
    text-transform: lowercase
}

.top-news-list {
    width: calc(25% - 30px);
    float: left;
    margin-top: 6px
}

.other-news-list {
    width: calc(75% - 10px);
    float: right;
    font-size: 0;
    margin-top: 95px
}

.other-news-list__item-tag {
    margin-bottom: 15px
}

.other-news-list__item-link {
    color: #000
}

html.desktop .other-news-list__item-link:hover .other-news-list__item-title {
    color: #e20a0a
}

.main-top-news__top-item-img img {
    width: 100%
}

.main-top-news__top-item-content {
    background: #fff;
    padding: 45px 40px 1px 40px;
    box-sizing: border-box
}

.main-top-news__top-item-content p {
    font-size: 16px;
    line-height: 25px;
    margin: 10px 0 21px 0
}

.main-top-news__top-item-title {
    font-size: 35px;
    line-height: 1.3;
    font-family: Georgia, sans;
    font-weight: 600;
    transition: color .2s ease
}

html.desktop a:hover .main-top-news__top-item-title {
    color: #e20a0a
}

.top-news-list__item {
    display: block;
    border-bottom: 2px solid #000;
    padding-bottom: 23px;
    margin-bottom: 22px;
    color: #000
}

.top-news-list__item:first-child {
    border-top: 2px solid #000;
    padding-top: 20px
}

.top-news-list__item:hover .top-news-list__item-title {
    color: #e20a0a
}

.top-news-all-news {
    width: 100%;
    margin-top: 20px;
    margin-bottom: 20px
}

.top-news-all-news a {
    display: inline-block;
    box-sizing: border-box;
    font-weight: 700;
    font-size: 16px;
    line-height: 25px;
    letter-spacing: -.01em;
    color: #000
}

.top-news-all-news a:after {
    content: '';
    display: inline-block;
    vertical-align: top;
    width: 11px;
    height: 18px;
    background: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTEiIGhlaWdodD0iMTgiIHZpZXdCb3g9IjAgMCAxMSAxOCIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4NCjxwYXRoIGQ9Ik0xLjcwMDM4IDJMOCA5TDEuNzAwMzggMTYiIHN0cm9rZT0iI0UyMEEwQSIgc3Ryb2tlLXdpZHRoPSI0Ii8+DQo8L3N2Zz4NCg==) no-repeat 0 0;
    margin-left: 7px;
    position: relative;
    top: 4px
}

html.desktop .top-news-all-news a:hover {
    color: #e20a0a
}

.top-news-list__item-title {
    font-size: 16px;
    line-height: 22px;
    letter-spacing: -.01em;
    transition: .2s ease
}

.top-news-list__item-date {
    font-size: 10px;
    line-height: 20px;
    margin-top: 11px
}

.top-news-list__item-date b {
    font-weight: 700;
    margin-right: 12px
}

.other-news-list__item {
    width: 35%;
    display: inline-block;
    color: #000;
    vertical-align: top;
    box-sizing: border-box;
    padding-right: 50px
}

.other-news-list__item:nth-child(3) {
    width: 30%;
    padding-right: 0
}

.other-news-list__item .other-news-list__item-title {
    font-family: Georgia, sans;
    font-size: 24px;
    line-height: 1.25;
    font-weight: 600;
    letter-spacing: -.01em;
    transition: color .2s ease;
    hyphens: auto;
    -webkit-hyphens: auto;
    -ms-hyphens: auto;
    -moz-hyphens: auto
}

.other-news-list__item p {
    font-size: 16px;
    line-height: 22px;
    margin-top: 13px;
    letter-spacing: -.02em
}

.main-news-list {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    position: relative;
    margin-top: 65px;
    margin-left: -20px;
    margin-right: -20px
}

.main-news-list .news-item__content {
    margin-bottom: 16px
}

.main-news-list .news-item__img {
    background: 0 0 !important
}

.main-news-list .news-item__img img {
    width: 100%
}

.main-news-list .news-item {
    padding: 0 20px;
    margin-bottom: 95px;
    margin-left: 0;
    margin-right: 0;
    width: 25%
}

.main-news-list .news-item .news-item__title {
    font-size: 24px;
    line-height: 1.25
}

.main-news-list .news-item .news-item__text {
    font-size: 16px;
    line-height: 22px;
    margin-top: 13px;
    letter-spacing: -.015em
}

.main-news-list .news-item.news-item--quote .news-item__content {
    padding-left: 75px;
    position: relative;
    margin-bottom: 21px
}

.main-news-list .news-item.news-item--quote .news-item__content:before {
    background: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMzYiIGhlaWdodD0iMzAiIHZpZXdCb3g9IjAgMCAzNiAzMCIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPHBhdGggZD0iTTE2IDBIMVYxNUg5QzkgMTUgOS4xNTkxNSAxOS40OTE2IDcuNSAyMS41QzUuNTMzNzEgMjMuODgwMiAwIDI0IDAgMjRMMSAzMEMxIDMwIDkuMDg0MzEgMjkuOTE1NyAxMi41IDI2LjVDMTUuOTE1NyAyMy4wODQzIDE2IDE1IDE2IDE1VjBaIiBmaWxsPSJibGFjayIvPgo8cGF0aCBkPSJNMzYgMEgyMVYxNUgyOUMyOSAxNSAyOS4xNTkyIDE5LjQ5MTYgMjcuNSAyMS41QzI1LjUzMzcgMjMuODgwMiAyMCAyNCAyMCAyNEwyMSAzMEMyMSAzMCAyOS4wODQzIDI5LjkxNTcgMzIuNSAyNi41QzM1LjkxNTcgMjMuMDg0MyAzNiAxNSAzNiAxNVYwWiIgZmlsbD0iYmxhY2siLz4KPC9zdmc+Cg==) no-repeat center;
    width: 36px;
    height: 30px;
    content: '';
    position: absolute;
    left: -2px;
    top: 7px
}

.main-news-list .news-item.news-item--quote .news-item__title {
    position: relative
}

.main-news-list .news-item.news-item--quote .news-item__img {
    margin-left: 60px;
    margin-top: 40px
}

.main-news-list .news-item:nth-child(3) {
    width: 50%
}

.main-news-list .news-item:nth-child(4) {
    width: 50%
}

.main-news-list .news-item:nth-child(4) .news-item__content {
    margin-bottom: 21px
}

.main-news-list .news-item:last-child {
    width: calc(50% - 16px);
    position: relative
}

.main-news-list .news-item:last-child .news-item__content {
    margin-bottom: 21px
}

.main-category-title {
    font-weight: 600;
    font-size: 24px;
    line-height: 1;
    position: relative;
    display: inline-block;
    padding-right: 57px;
    margin-bottom: 75px;
    color: #000;
    text-transform: lowercase
}

.main-category-title:after {
    background: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iNDEiIGhlaWdodD0iMzUiIHZpZXdCb3g9IjAgMCA0MSAzNSIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4NCjxwYXRoIGZpbGwtcnVsZT0iZXZlbm9kZCIgY2xpcC1ydWxlPSJldmVub2RkIiBkPSJNMjAuNSAzMUMzMC4yMjk3IDMxIDM3IDI0LjM4NTYgMzcgMTcuNUMzNyAxMC42MTQ0IDMwLjIyOTcgNCAyMC41IDRDMTAuNzcwMyA0IDQgMTAuNjE0NCA0IDE3LjVDNCAyNC4zODU2IDEwLjc3MDMgMzEgMjAuNSAzMVpNMjAuNSAzNUMzMS44MjE4IDM1IDQxIDI3LjE2NSA0MSAxNy41QzQxIDcuODM1MDIgMzEuODIxOCAwIDIwLjUgMEM5LjE3ODE2IDAgMCA3LjgzNTAyIDAgMTcuNUMwIDI3LjE2NSA5LjE3ODE2IDM1IDIwLjUgMzVaIiBmaWxsPSJibGFjayIvPg0KPHBhdGggZD0iTTE3LjcwMDQgMTBMMjQgMTdMMTcuNzAwNCAyNCIgc3Ryb2tlPSIjRTIwQTBBIiBzdHJva2Utd2lkdGg9IjQiLz4NCjwvc3ZnPg0K) no-repeat;
    background-size: contain;
    width: 41px;
    height: 35px;
    position: absolute;
    display: block;
    content: '';
    right: 0;
    top: 56%;
    transform: translateY(-50%)
}

html.desktop .main-category-title:hover {
    color: #e20a0a
}

.main-category-news {
    margin-top: 5px;
    padding-top: 15px;
    border-top: 2px solid #000
}

.main-category-news-list {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    width: calc(100% + 24px);
    left: -12px;
    position: relative
}

.main-category-news-list .news-item__title {
    font-size: 24px;
    line-height: 1.25;
    margin-bottom: 13px
}

.main-category-news-list .news-item__text {
    font-size: 16px;
    line-height: 22px;
    margin-top: 13px;
    letter-spacing: -.015em;
    margin-bottom: 16px
}

.main-category-news-list .news-item__img img {
    display: block
}

.main-category-news-list .news-item__content:last-child .news-item__text {
    margin-bottom: 0
}

.main-category-news-list .news-item {
    width: calc(25% - 12px);
    margin-left: 16px;
    margin-bottom: 80px
}

._type1 .main-category-news-list .news-item:first-child, ._type2 .main-category-news-list .news-item:first-child {
    width: 75%;
    position: relative;
    margin-left: 0
}

._type1 .main-category-news-list .news-item:first-child .news-item__text, ._type2 .main-category-news-list .news-item:first-child .news-item__text {
    margin-bottom: 25px
}

._type1 .main-category-news-list .news-item:nth-child(2), ._type2 .main-category-news-list .news-item:nth-child(2) {
    margin-left: 12px
}

._type1 .main-category-news-list .news-item:nth-child(3) {
    background: #fff;
    width: calc(50% - 24px);
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-align: center;
    align-items: center;
    box-sizing: border-box;
    padding: 25px 0 0 0
}

._type1 .main-category-news-list .news-item:nth-child(3) .news-item__link {
    padding-bottom: 25px
}

._type1 .main-category-news-list .news-item:nth-child(3) .news-item__content {
    height: 100%;
    padding: 0 40px;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-line-pack: center;
    align-content: center;
    text-align: center
}

._type1 .main-category-news-list .news-item:nth-child(3) .news-item__text {
    padding: 0 20%;
    margin: 0
}

._type1 .main-category-news-list .news-item:nth-child(3), ._type1 .main-category-news-list .news-item:nth-child(4), ._type1 .main-category-news-list .news-item:nth-child(5) {
    margin-left: 16px
}

._type1 .main-category-news-list .news-item:nth-child(6) {
    margin-left: 0
}

._type2 .main-category-news-list .news-item:nth-child(3), ._type2 .main-category-news-list .news-item:nth-child(4), ._type2 .main-category-news-list .news-item:nth-child(5), ._type2 .main-category-news-list .news-item:nth-child(6) {
    margin-left: 16px;
    width: calc(25% - 19px);
    box-sizing: border-box
}

._type2 .main-category-news-list .news-item:nth-child(3) {
    margin-left: 0
}

._type3 .main-category-news-list .news-item:nth-child(1), ._type3 .main-category-news-list .news-item:nth-child(3) {
    margin-left: 0
}

._type3 .main-category-news-list .news-item:nth-child(1), ._type3 .main-category-news-list .news-item:nth-child(2) {
    width: calc(50% - 12px)
}

._type3 .main-category-news-list .news-item:nth-child(1) .news-item__text, ._type3 .main-category-news-list .news-item:nth-child(2) .news-item__text {
    margin-bottom: 21px
}

.news-tag {
    display: inline-block;
    height: 28px;
    line-height: 28px;
    background: #e1e1e6;
    color: rgba(0, 0, 0, .8);
    font-size: 15px;
    margin-bottom: 15px;
    padding: 0 10px;
    transition: all .3s ease;
    text-transform: lowercase
}

html.desktop .news-tag:hover {
    background: #000;
    color: #fff
}

.page-news {
    background: #f3f4f4
}

.news-wrapper {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-top: 75px;
    margin-left: -20px;
    margin-right: -20px;
    position: relative;
    transition: .5s ease
}

.news-wrapper._showen {
    opacity: 1
}

.news-wrapper .news-item {
    margin-bottom: 80px;
    margin-left: 0;
    width: 25%;
}

.news-wrapper .news-item:first-child {
    width: 75%
}

.news-wrapper .news-item:nth-of-type(12), .news-wrapper .news-item:nth-of-type(5), .news-wrapper .news-item:nth-of-type(6), .news-wrapper .news-item:nth-of-type(7) {
    width: 50%
}

.news-wrapper .news-item:nth-of-type(12) {
    width: 50%;
    padding: 0 12px;
}

.news-wrapper .news-item._subscribe-item {
    width: calc(100% - 40px);
    padding: 30px 120px;
    margin: 20px 20px 100px 20px;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-line-pack: center;
    align-content: center;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: center;
    justify-content: center;
    border: 2px solid #000
}

.news-wrapper .news-item .subscribe-item__btn .btn {
    color: #fff
}

.news-wrapper .news-item .subscribe-item__text {
    font-size: 20px;
    line-height: 25px;
    color: #e20a0a;
    margin-right: 80px;
    font-weight: 700
}

/*
.news-wrapper .news-item:nth-of-type(1) .news-item__img {
    margin-top: 25px
}
*/

.news-item__title {
    width: 100%;
    font-weight: 700;
    font-size: 24px;
    line-height: 30px;
    letter-spacing: .03em;
    font-family: Georgia, sans;
    overflow-wrap: break-word;
    transition: color .2s ease
}

html.desktop a:hover .news-item__title {
    color: #e20a0a
}

.news-item__text {
    font-size: 16px;
    line-height: 22px
}

.news-item__text p {
    margin: 0 !important
}

.news-item__img {
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center
}

.news-item__img img {
    display: block;
    max-width: 100%
}

._small .news-item__img {
    background-image: none !important
}

._grid21 .news-item__img img, ._grid22 .news-item__img img, ._grid31 .news-item__img img {
    opacity: 0
}

.news-item {
    width: calc(25% - 12px);
    box-sizing: border-box;
    padding: 0 12px;
    display: inline-block;
    vertical-align: top;
    margin-bottom: 20px;
    white-space: normal;
    margin-left: 12px
}

.news-item._grid21 {
    width: 50%
}

.news-item._grid31 {
    width: 75%
}

.news-item._grid22 {
    width: 50%
}

.news-item a {
    text-decoration: none;
    color: #000;
}

.news-title-and-filter {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-line-pack: center;
    align-content: center;
    -ms-flex-align: start;
    align-items: flex-start;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin: 80px 0
}

.news-title-and-filter .search-filter-btn {
    margin-top: 10px;
    cursor: pointer
}

.news-title h1 {
    width: auto;
    font-family: 'Gotham Pro', sans;
    font-size: 35px;
    line-height: 45px;
    margin: 0
}

.news-filter {
    padding-left: 40px
}

.news-filter .pseudo-select__btn, .news-filter select {
    background: #fff;
    min-width: 200px;
    height: 60px;
    line-height: 60px;
    box-sizing: border-box;
    cursor: pointer;
    padding-top: 0;
    padding-bottom: 0
}

.news-filter .close-search-filter {
    background: 0 0;
    position: absolute;
    top: 10px;
    right: 9px;
    border: none;
    display: none
}

.news-filter .search-filter-btn {
    margin-top: 0
}

.news-filter-form {
    display: -ms-flexbox;
    display: flex
}

.news-filter-item {
    margin-right: 40px
}

.news-filter-item:last-child {
    margin-right: 0
}

.news-filter__reset {
    font-size: 18px;
    line-height: 26px;
    font-weight: 700;
    color: #000;
    float: right;
    margin-top: 20px;
    text-transform: lowercase
}

html.desktop .news-filter__reset:hover {
    color: #e20a0a
}

.news-filter__reset._disabled {
    opacity: .3;
    pointer-events: none
}

.filter-tag-item {
    width: 25%;
    box-sizing: border-box;
    padding-right: 25px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none
}

.filter-tags {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
	margin-bottom: 10px;
	height: 300px;
	overflow-y: scroll

}

.news-next-page-wrap {
    text-align: center
}

.page-search {
    background: #f3f4f4
}

.page-search .sidebar-media {
    top: 80px
}

.page-search .sidebar-media ~ .sidebar-popular {
    top: 600px
}


.page-search .sidebar-popular {
    position: relative;
    right: auto;
    top: 0
}

.page-search .content {
    display: -ms-flexbox;
    display: flex;
    flex-wrap: wrap;
    flex-direction: row-reverse;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding-top: 80px
}

.search-wrapper__fields {
    background: #fff;
    display: -ms-flexbox;
    display: flex;
    border-bottom: 2px solid #000
}

.search-filter-btn {
    background: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMzAiIGhlaWdodD0iMTgiIHZpZXdCb3g9IjAgMCAzMCAxOCIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4NCjxyZWN0IHdpZHRoPSIzMCIgaGVpZ2h0PSI0IiBmaWxsPSJibGFjayIvPg0KPHJlY3QgeD0iNCIgeT0iNyIgd2lkdGg9IjIyIiBoZWlnaHQ9IjQiIGZpbGw9ImJsYWNrIi8+DQo8cmVjdCB4PSIxMCIgeT0iMTQiIHdpZHRoPSIxMCIgaGVpZ2h0PSI0IiBmaWxsPSJibGFjayIvPg0KPC9zdmc+DQo=) no-repeat center left;
    font-size: 18px;
    line-height: 17px;
    letter-spacing: -.01em;
    display: none;
    font-weight: 600;
    padding: 15px 0 15px 47px
}

.search-wrapper__filters {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
    margin-top: 40px;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
}

.search-wrapper__filters .close-search-filter {
    background: 0 0;
    position: absolute;
    right: 9px;
    border: none
}

.search-filter-item {
    width: calc(25% - 15px);
    margin-left: 20px
}

.search-filter-item:nth-child(1), .search-filter-item:nth-child(2) {
    margin-left: 0 !important
}

.search-filter-item .date-input {
    height: 60px;
    line-height: 60px
}

.search-filter-item input {
    width: 100%;
    height: 100%;
    border: none;
    padding: 0 25px;
    box-sizing: border-box;
    font-size: 16px;
    color: #000
}

.search-filter-item select {
    background: #fff;
    width: 100%;
    height: 60px;
    padding: 0 15px
}

.search-wrapper__form-field {
    width: calc(100% - 110px)
}

.search-wrapper__form-field input[type=text] {
    background: 0 0;
    width: 100%;
    height: 72px;
    border: none;
    padding-right: 35px;
    padding-left: 35px;
    box-sizing: border-box;
    font-size: 16px
}

.search-wrapper__form-btn {
    width: 110px
}

.search-wrapper__form-btn button {
    background: 0 0;
    width: 100%;
    height: 100%;
    border: none;
    position: relative
}

.search-wrapper__form-btn button svg {
    transition: .2s ease
}

.search-wrapper__form-btn button:hover svg {
    opacity: .5
}

.search-wrapper__form-btn button span {
    background: #000;
    width: 2px;
    height: calc(100% - 20px);
    position: absolute;
    left: 0;
    top: 10px;
    content: '';
    display: block
}

.search-result-wrap {
    margin-top: 80px
}

.search-result-item {
    padding-bottom: 30px;
    margin-bottom: 30px;
    border-bottom: 1px solid rgba(0, 0, 0, .25)
}

.search-result__title {
    margin-top: 15px
}

.search-result__text {
    margin-top: 13px
}

.search-result__img {
    width: 260px;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    position: relative;
    margin-top: -20px
}

.search-result__img img {
    width: 100%;
    margin-top: 0
}

.search-result__date {
    font-size: 10px;
    color: #000;
    font-weight: 700
}

.search-result__date span {
    font-weight: 400;
    display: inline-block;
    margin-left: 15px
}

.search-result__tag {
    background: #e1e1e6;
    padding: 6px 10px;
    display: inline-block;
    font-size: 15px;
    text-transform: lowercase;
    color: rgba(0, 0, 0, .8)
}

html.desktop a.search-result__tag:hover {
    background: #000;
    color: #fff
}

.search-result-item__tag {
    margin-right: 15px
}

.search-result-pagination {
    text-align: center;
    margin: 80px auto 160px
}

.search-result-pagination .btn {
    text-transform: lowercase
}

.search-result-pagination .btn._hidden {
    display: none
}

.search-filter-popup__titles {
    display: none
}

.search-result-item__link {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: justify;
    justify-content: space-between;
    color: #000
}

.search-result-item__content {
    width: calc(100% - 300px)
}

.search-filter__reset {
    font-size: 18px;
    line-height: 26px;
    font-weight: 700;
    color: #000;
    margin-top: 20px;
    margin-left: auto;
    text-transform: lowercase
}

html.desktop .search-filter__reset:hover {
    color: #e20a0a
}

.search-filter__reset._disabled {
    opacity: .3;
    pointer-events: none
}

.page-feedback body {
    background: #f3f4f4
}

.page-feedback .text {
    padding-right: 0;
    margin-left: auto;
    margin-right: auto
}

.page-feedback .feedback-form {
    width: 560px;
    margin: 0 auto 80px auto;
    text-align: center
}

.page-feedback h1 {
    width: auto
}

.float-left {
    float: left
}

.float-right {
    float: right
}

.clearfix {
    height: 0
}

.clearfix:after, .clearfix:before {
    content: '';
    display: table;
    clear: both
}

.caps {
    text-transform: uppercase
}

._only-desktop {
    display: block
}

.fullspace-pseudo {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    content: '';
    display: block
}

@media (min-width: 768px) {
    .media-wrap__img-small {
        display: none;
        background-image: none !important
    }

    ._only-mobile {
        display: none
    }
}

@media (max-width: 1023px) and (min-width: 768px) {
    .main-news-list .news-item:nth-child(3) {
        width: 100% !important
    }

    .main-news-list .news-item:nth-child(3) .news-item__link {
        display: -ms-flexbox;
        display: flex;
        -ms-flex-pack: justify;
        justify-content: space-between
    }

    .main-news-list .news-item:nth-child(3) .news-item__link > div {
        width: calc(50% - 20px);
        box-sizing: border-box
    }

    .news-wrapper .news-item__img {
        width: 100%;
    }

    .news-wrapper .news-item__img img {
        max-width: none;
        width: 100%;
    }

    /*.news-wrapper .news-item:nth-of-type(12) {
        width: calc(100% - 40px);
        padding-left: 50%;
        padding-top: 30px;
        text-align: center
    }

    .news-wrapper .news-item:nth-of-type(12) .news-item__link {
        padding-top: 0;
        position: static
    }

    .news-wrapper .news-item:nth-of-type(12) .news-item__img {
        width: calc(50% - 20px);
        height: 100%;
        padding: 0;
        top: 50%;
        transform: translateY(-50%)
    }

    .news-wrapper .news-item:nth-of-type(12) .news-item__tag {
        position: relative;
        margin-top: 0;
        transform: none;
        left: 0;
        margin-bottom: 0
    }

    .news-wrapper .news-item:nth-of-type(12) .news-item__content {
        padding-bottom: 30px
    }*/
}

@media (max-width: 1440px) {
    .header-news__item a {
        padding: 23px 18px
    }

    .logo-lang-wrap {
        margin: 0 auto
    }

    .header-currencies {
        width: 80px
    }

    .main-news__top-news-item {
        width: calc(50% - 20px)
    }

    .main-news__top-news-item .main-news__top-news-img {
        height: 180px;
        min-height: 180px
    }

    .main-news__top-news-item .main-news__top-news-title {
        font-size: 24px;
        line-height: 30px
    }

    .main-news__top-news-item .main-news__top-news-text {
        font-size: 17px;
        line-height: 24px
    }

    .main-news__top-news-item._super-big {
        padding-top: 41%;
        margin-bottom: 200px
    }

    .main-news__top-news-item._super-big .main-news__top-news-img {
        position: relative;
        top: -40px;
        height: 85%
    }

    .main-news__top-news-item._super-big .main-news__top-news-content {
        width: 100%;
        left: 0;
        position: relative;
        padding: 20px 40px;
        margin-top: 40px
    }

    .main-news__top-news-item._super-big .main-news__top-news-title {
        font-size: 34px
    }

    .main-news__top-news-item._super-big .main-news__top-news-title {
        font-size: 18px;
        line-height: 22px;
        letter-spacing: .01em
    }

    .main-news__top-news-item._big .main-news__top-news-title {
        font-size: 34px;
        line-height: 40px
    }

    .main-news__top-news-item._big .main-news__top-news-text {
        font-size: 16px
    }

    .main-news__category-wrap {
        margin-top: 75px
    }

    .main-news__category-news .main-news__category-news-item._super-big .main-news__category-news-title {
        font-size: 36px;
        line-height: 38px;
        padding-right: 0
    }

    .main-news__category-news .main-news__category-news-item._super-big .main-news__category-news-img {
        height: 320px
    }

    .main-news__category-news .main-news__category-news-item._horizontal .main-news__category-news-img {
        min-height: 180px;
        height: 180px
    }

    .main-news__category-news .main-news__category-news-item._horizontal .main-news__category-news-img {
        width: 100%
    }

    .main-news__category-news-title {
        font-size: 25px;
        line-height: 32px;
        margin-top: 15px;
        margin-bottom: 20px
    }

    .main-news__category-news-text {
        font-size: 16px
    }

    .page-feedback .feedback-form {
        width: 616px
    }
}

@media (max-width: 1279px) {
    .content {
        padding: 0 40px
    }

    .date-input input[type=date] {
        padding: 0 17px;
        font-size: 17px
    }

    .select:after {
        right: 20px
    }

    .select select {
        padding: 0 17px
    }

    .pseudo-select__dropdown {
        width: 680px
    }

    blockquote {
        padding: 0 60px 0
    }

    blockquote p {
        max-width: 390px;
        margin-bottom: 16px
    }

    .table {
        width: calc(100vw - 90px)
    }

    p.lead {
        font-size: 24px
    }

    .header-content {
        padding: 0 40px
    }

    .header-news-wrap {
        margin-left: 40px
    }

    .header-news__item {
        width: 31.3%
    }

    .header-news__item a {
        padding-bottom: 37px
    }

    .header-super-news {
        font-size: 18px;
        font-weight: 500;
        padding: 0 120px
    }

    .header-search-field input[type=text] {
        padding-left: 95px
    }

    .header-search-btn {
        width: 93px
    }

    .close-search {
        width: 112px
    }

    .header-menu__popup-bottom {
        padding: 40px 80px
    }

    html._header-fixed .header._secondary .header-menu__wrap {
        padding: 0 0 0 40px
    }

    html._header-fixed .header._secondary .header-search-wrap {
        left: 163px
    }

    html._header-fixed .header._secondary .header-menu__lang {
        width: 115px
    }

    .footer {
        padding: 0 40px
    }

    .footer-rubrics {
        width: calc(100% - 80px)
    }

    .footer-rubrics-item {
        padding: 0 30px
    }

    .styles-slider .slider-description {
        left: 80px
    }

    .sidebar-media {
        display: none
    }
    #banner-wrapper.sidebar-media{
        position: relative;
        width: auto;
        height: auto;
        display:block;
        right: auto;
        margin-bottom: 20px;
    }

    .page-styles .text {
        max-width: 780px
    }

    .style-img-wrap {
        width: calc(100vw - 90px)
    }

    .popular-news-item {
        margin-bottom: 50px
    }

    .popular-news-item__title {
        font-size: 25px;
        line-height: 30px;
        margin-top: 16px;
        padding-right: 0
    }

    .popular-news-item__text {
        margin-top: 19px;
        padding-right: 20px
    }

    .popular-news-item__text p {
        font-size: 16px;
        line-height: 23px;
        margin-top: 0
    }

    .sidebar-popular {
        display: none
    }

    .tabs-title {
        padding: 29px 0
    }

    .tabs-title:after {
        height: calc(100% - 40px)
    }

    .incut__img {
        width: 205px
    }

    .incut__content {
        width: calc(100% - 245px)
    }

    .main-top-news__top-item-content {
        padding-top: 40px
    }

    .top-news-list__item:nth-child(4) ~ .top-news-list__item {
        display: none
    }

    .other-news-list__item {
        padding-right: 30px
    }

    .other-news-list__item .other-news-list__item-title {
        overflow-wrap: break-word
    }

    .main-news-list .news-item .news-item__title {
        margin-bottom: 0
    }

    .main-news-list .news-item.news-item--quote .news-item__content {
        padding-left: 60px
    }

    ._type1 .main-category-news-list .news-item:nth-child(3) .news-item__content {
        padding: 0 20px
    }

    /* ._type3 .main-category-news-list .news-item:nth-child(3) .news-item__content {
        padding: 20px 20px 0 20px
    } */

    .page-news .content {
        padding-bottom: 100px
    }

    .news-wrapper .news-item._subscribe-item {
        padding: 30px 60px
    }

    .news-item__title {
        font-size: 20px;
        line-height: 26px
    }

    .news-title-and-filter {
        display: block
    }

    .news-filter {
        padding-left: 0;
        margin-top: 30px
    }

    .news-filter form {
        display: inline-block;
        vertical-align: top;
        margin-right: 36px
    }

    .news-filter__reset {
        float: none;
        display: inline-block;
        vertical-align: top;
        margin-top: 15px
    }

    .filter-tag-item {
        width: 33.3%
    }

    .page-search .sidebar-popular {
        display: none
    }

    .page-search .text {
        width: 100%;
        max-width: 100%
    }

    .search-filter-item {
        width: calc(25% - 30px);
        margin-left: 40px
    }

    .search-filter-item input {
        font-size: 17px;
        padding: 0 17px
    }

    .search-result__img {
        width: 290px
    }

    .search-result-item__content {
        width: calc(100% - 330px)
    }
}

@media (max-width: 1024px) {
    .table {
        width: calc(100vw - 80px)
    }

    .header._main .header-search-wrap {
        height: 50px;
        top: 10px
    }

    .header._main .logo-link {
        margin-left: -256px
    }

    .header._main .header-currencies-line-wrap {
        margin-top: -10px
    }

    .header._main .header-menu__rubrics {
        margin: 7px 0 15px
    }

    .header._secondary .header-currencies-line-wrap {
        width: calc(100% - 197px)
    }

    .header._secondary .header-search-wrap {
        top: 0;
        height: 56px
    }

    .header-menu__wrap {
        min-height: 45px;
        margin-top: 0;
        padding-bottom: 10px;
        margin-bottom: 0
    }

    .header-menu__popup-bottom {
        padding: 70px 80px
    }

    html._header-fixed .header._main .header-content {
        padding-top: 80px
    }

    html._header-fixed .header._main .header-menu__burger-wrap {
        width: 125px
    }

    html._header-fixed .header._main .header-menu__search-wrap {
        width: 115px
    }

    html._header-fixed .header._main .header-search-wrap {
        left: 123px
    }

    html._header-fixed .header._main .header-menu__lang {
        width: 120px
    }

    html._header-fixed .header._secondary .header-content {
        padding-top: 58px
    }

    .footer__inner-top {
        padding: 22px 0
    }

    .footer-information {
        padding: 40px 20px
    }

    .footer-copyright {
        width: 34%
    }

    .footer-social {
        width: 195px
    }

    .footer-social a {
        width: 100%;
        margin-bottom: 13px
    }

    .style-img-wrap {
        width: calc(100vw - 80px)
    }

    .incut__content {
        width: calc(100% - 250px)
    }

    .main-news__top-news-item .main-news__top-news-content {
        width: 50%;
        padding: 0 0 0 40px;
        box-sizing: border-box
    }

    .main-news__top-news-item._super-big .main-news__top-news-content {
        width: auto;
        padding: 0 40px
    }

    .main-news__top-news-item._big .main-news__top-news-content {
        width: auto
    }

    .main-news__category-news .main-news__category-news-item._super-big .main-news__category-news-img {
        height: 270px
    }

    .main-top-news__top-item {
        margin-top: 0
    }

    .top-news-list {
        margin-top: -2px
    }

    .other-news-list {
        margin-top: 50px
    }

    .main-news-list {
        margin-top: 68px
    }

    ._type3 .main-category-news-list .news-item:nth-child(3) .news-item__content {
        padding: 20px 10px 0 10px
    }

    .news-item {
        width: calc(25% - 12px)
    }
}

@media (max-width: 1023px) {
    .all-categories {
        margin: 0 auto
    }

    .content {
        padding: 0 30px 130px 30px
    }

    .text {
        padding-right: 0
    }

    .toggle-item {
        padding-right: 0
    }

    .pseudo-select__dropdown {
        width: 708px
    }

    .table {
        width: 100%
    }

    .table table {
        min-width: 150%;
        margin-bottom: 10px
    }

    .header._main .header-search-wrap {
        left: 73px
    }

    .header._main .header-menu__lang {
        width: 67px
    }

    .header._main .logo-link {
        margin-left: -166px;
        width: 334px;
        height: 25px;
        top: 22px
    }

    .header._main .header-currencies-line-wrap {
        margin-top: 0
    }

    .header._secondary .header-currencies-line-wrap {
        width: calc(100% - 170px)
    }

    .header._secondary .header-search-wrap {
        left: 73px
    }

    .header._secondary .header-menu__lang {
        width: 95px
    }

    .header-content {
        padding: 0 30px
    }

    .header-news-wrap {
        margin-left: 30px;
        padding-bottom: 0
    }

    .header-news__item {
        width: 39.3%
    }

    .header-news__item a {
        padding-bottom: 20px
    }

    .header-news__item a:before {
        height: 100%
    }

    .logo-lang-wrap {
        margin-top: -17px
    }

    .header-menu__burger-wrap {
        width: 75px
    }

    .header-menu__search-wrap {
        width: 95px
    }

    .header-super-news {
        padding: 0 100px;
        text-align: center;
        line-height: 19px
    }

    .header-super-news:before {
        left: 20px
    }

    .header-super-news:after {
        right: 20px
    }

    html._header-fixed .header._main .header-menu__burger-wrap {
        width: 105px
    }

    html._header-fixed .header._main .header-menu__search-wrap {
        width: 95px
    }

    html._header-fixed .header._main .header-search-wrap {
        left: 103px
    }

    html._header-fixed .header._main .header-menu__lang {
        width: 100px
    }

    html._header-fixed .header._main .header-menu__logo {
        transform: none;
        width: 100%;
        padding: 0 40px;
        left: auto;
        top: auto;
        height: 100%;
        position: relative
    }

    html._header-fixed .header._main .header-menu__logo .logo-link {
        top: 22px;
        margin-left: -162px
    }

    html._header-fixed .header._secondary .header-menu__wrap {
        padding: 0 0 0 30px
    }

    html._header-fixed .header._secondary .header-search-wrap {
        left: 150px
    }

    html._header-fixed .header._secondary .header-menu__logo {
        transform: none;
        width: 100%;
        padding: 0 40px;
        left: auto;
        top: auto;
        height: 100%;
        position: relative
    }

    .footer {
        padding: 0 30px
    }

    .footer__inner-top {
        padding: 50px 0 15px 0;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap
    }

    .footer-copyright {
        width: 49%
    }

    .footer-social {f
        width: 245px;
        margin-left: auto;
        margin-top: 20px
    }

    .footer-social a {
        width: 50%
    }

    .footer-feedback {
        width: 100%;
        -ms-flex-pack: center;
        justify-content: center;
        margin-top: 40px;
        margin-bottom: 35px
    }

    .footer-rubrics {
        width: calc(100% - 60px)
    }

    .page-styles .text {
        max-width: 100%
    }

    .style-img-wrap {
        width: 100%
    }

    .more-news__item {
        width: 50%
    }

    .tip {
        padding-right: 200px
    }

    .incut__img {
        width: 210px
    }

    .main-news__top-news-item {
        width: 100%
    }

    .main-news__category-news .main-news__category-news-item {
        width: calc(33.333333% - 20px);
        margin-right: 20px !important;
        margin-bottom: 50px
    }

    .main-news__category-news .main-news__category-news-item._super-big {
        width: 100%
    }

    .main-news__category-news .main-news__category-news-item._horizontal {
        width: 100%
    }

    .main-news__category-news .main-news__category-news-item._horizontal .main-news__category-news-content {
        padding: 0 0 0 40px
    }

    .top-news-list__item:nth-child(4) ~ .top-news-list__item {
        display: block
    }

    .top-news-all-news {
        margin-bottom: 90px
    }

    .other-news-list__item {
        width: 50%;
        padding-right: 20px;
        margin-bottom: 50px
    }

    .other-news-list__item:nth-child(2n) {
        padding-left: 20px;
        padding-right: 0 !important
    }

    .other-news-list__item:nth-child(3) {
        width: 100%
    }

    .main-news-list .news-item {
        width: 50% !important;
        margin-bottom: 80px
    }

    .main-news-list .news-item.news-item--quote .news-item__content {
        margin-bottom: 16px
    }

    .main-news-list .news-item.news-item--quote .news-item__img {
        margin-top: 0;
        margin-left: 0
    }

    .main-news-list .news-item:nth-child(4) .news-item__content {
        margin-bottom: 16px
    }

    .main-news-list .news-item:last-child .news-item__content {
        margin-bottom: 16px
    }

    .main-news-list {
        margin-left: -5px;
        margin-right: -5px;
        margin-top: 0
    }

    ._type1 .main-category-news-list .news-item:first-child .news-item__text, ._type2 .main-category-news-list .news-item:first-child .news-item__text {
        margin-bottom: 21px
    }

    ._type3 .main-category-news-list .news-item:nth-child(1) .news-item__text, ._type3 .main-category-news-list .news-item:nth-child(2) .news-item__text {
        margin-bottom: 16px
    }

    .news-wrapper .news-item {
        width: 50%
    }

    .news-wrapper .news-item:first-child {
        width: 100%
    }

    .news-wrapper .news-item:nth-of-type(5) .news-item__content {
        padding: 0 20px 30px 20px
    }

    .news-wrapper .news-item:nth-of-type(12) .news-item__content {
        padding-left: 20px;
        padding-right: 20px
    }

    .news-wrapper .news-item._subscribe-item {
        padding: 30px 50px;
        margin-top: 0;
        margin-bottom: 70px
    }

    .news-wrapper .news-item .subscribe-item__text {
        margin-right: 20px
    }

    .news-wrapper .news-item:nth-child(19) {
        width: calc(50% - 40px)
    }

    .news-wrapper .news-item:nth-child(19) .news-item__content {
        padding-left: 20px;
        padding-right: 20px
    }

    .news-item__title {
        font-size: 24px;
        line-height: 30px
    }

    .news-title-and-filter {
        margin-bottom: 125px
    }

    .news-filter form {
        display: block;
        margin-right: 0
    }

    .news-filter-form {
        -ms-flex-pack: justify;
        justify-content: space-between
    }

    .news-filter__reset {
        float: right;
        margin-top: 20px
    }

    .search-filter-item {
        width: calc(35.1% - 40px);
        margin-left: 40px;
        margin-bottom: 20px
    }

    .search-filter-item:nth-child(5) {
        margin-left: 0
    }

    .search-result__img {
        width: 210px
    }

    .search-result-pagination {
        margin: 60px auto 100px
    }

    .search-result-item__content {
        width: calc(100% - 250px)
    }

    .search-filter__reset {
        margin-left: 40px;
        margin-top: 14px
    }

    .page-feedback .feedback-form {
        width: 584px;
        margin-bottom: 0
    }
}

@media (max-width: 768px) {
    .all-categories {
        margin: 50px auto
    }

    .header-menu__popup-bottom {
        padding: 70px 15px
    }

    .page-styles__author {
        font-size: 14px
    }

    .video-wrap {
        height: 400px
    }

    .main-news__top-news-item {
        margin-bottom: 35px
    }

    .main-news__top-news-item a {
        display: block
    }

    .main-news__top-news-item .main-news__top-news-img {
        width: 100%
    }

    .main-news__top-news-item .main-news__top-news-content {
        width: 100%;
        padding: 10px 0;
        box-sizing: border-box
    }

    .main-news__top-news-item .main-news__top-news-title {
        font-size: 18px;
        line-height: 22px;
        margin-top: 5px;
        margin-bottom: 10px
    }

    .main-news__top-news-item .main-news__top-news-text {
        font-size: 14px;
        line-height: 22px
    }

    .main-news__top-news-item._super-big .main-news__top-news-img {
        height: 135%
    }

    .main-news__top-news-item._super-big .main-news__top-news-content {
        padding: 1px 20px;
        margin-top: 25px
    }

    .main-news__top-news-item._big {
        width: 100%;
        margin-bottom: 45px
    }

    .main-news__top-news-item._big .main-news__top-news-title {
        font-size: 18px;
        line-height: 23px;
        margin-top: 12px;
        margin-bottom: 10px
    }

    .main-news__top-news-item._big .main-news__top-news-text {
        font-size: 14px
    }

    .main-news__category-wrap {
        margin-top: 30px
    }

    .main-news__category-title {
        padding-left: 45px;
        margin-bottom: 40px
    }

    .main-news__category-title span {
        width: 35px;
        height: 30px;
        line-height: 30px
    }

    .main-news__category-news .main-news__category-news-item {
        width: 100%;
        margin-right: 0 !important
    }

    .main-news__category-news .main-news__category-news-item:last-child {
        margin-bottom: 0
    }

    .main-news__category-news .main-news__category-news-item a {
        display: block
    }

    .main-news__category-news .main-news__category-news-item._super-big {
        margin-bottom: 45px
    }

    .main-news__category-news .main-news__category-news-item._super-big .main-news__category-news-title {
        font-size: 18px;
        line-height: 23px;
        margin-top: 13px;
        margin-bottom: 12px
    }

    .main-news__category-news .main-news__category-news-item._super-big .main-news__category-news-img {
        height: 115px
    }

    .main-news__category-news .main-news__category-news-item._horizontal {
        margin-bottom: 45px
    }

    .main-news__category-news .main-news__category-news-item._horizontal a {
        display: block
    }

    .main-news__category-news .main-news__category-news-item._horizontal .main-news__category-news-title {
        font-size: 18px;
        line-height: 23px;
        margin-top: 13px;
        margin-bottom: 12px
    }

    .main-news__category-news .main-news__category-news-item._horizontal .main-news__category-news-content {
        padding: 0
    }

    .main-news__category-news-title {
        font-size: 18px;
        line-height: 23px;
        margin-top: 13px;
        margin-bottom: 12px
    }

    .main-news__category-news-text {
        font-size: 14px
    }

    .main-top-news {
        margin: 50px 15px 0
    }

    .main-top-news__top-item {
        width: 100%;
        float: none
    }

    .top-news-list {
        width: 100%;
        float: none;
        margin-top: 65px
    }

    .other-news-list {
        width: 100%;
        float: none
    }

    .main-top-news__top-item-title {
        font-size: 28px
    }

    .main-category-news {
        margin: 0 15px
    }

    .main-category-news-list .news-item__text {
        padding-right: 0
    }

    .main-category-news-list .news-item {
        margin-bottom: 50px
    }

    ._type1 .main-category-news-list .news-item, ._type2 .main-category-news-list .news-item {
        width: calc(50% - 11px) !important;
        margin-bottom: 80px
    }

    ._type1 .main-category-news-list .news-item:nth-child(2n), ._type2 .main-category-news-list .news-item:nth-child(2n) {
        margin-left: 0
    }

    ._type1 .main-category-news-list .news-item:nth-child(2n+1), ._type2 .main-category-news-list .news-item:nth-child(2n+1) {
        margin-left: 22px !important
    }

    ._type1 .main-category-news-list .news-item:first-child, ._type2 .main-category-news-list .news-item:first-child {
        width: 100% !important;
        margin-left: 0 !important
    }

    ._type1 .main-category-news-list .news-item:nth-child(3) {
        width: calc(50% - 32px) !important;
        margin-left: 28px !important
    }

    ._type1 .main-category-news-list .news-item:nth-child(3) .news-item__text {
        padding: 0 20px
    }

    ._type3 .main-category-news-list .news-item {
        width: calc(50% - 12px) !important;
        margin-bottom: 80px
    }

    ._type3 .main-category-news-list .news-item:nth-child(2n) {
        margin-left: 16px !important;
        margin-right: 0 !important
    }

    ._type3 .main-category-news-list .news-item:nth-child(2n+1) {
        margin-left: 0 !important;
        margin-right: 0 !important
    }

    ._type3 .main-category-news-list .news-item:nth-child(3) {
        width: calc(50% - 36px) !important;
        margin-right: 19px !important
    }

    ._type3 .main-category-news-list .news-item:nth-child(3) .news-item__content {
        padding-right: 40px;
        padding-left: 40px
    }
}

@media (max-width: 767px) {
    .wide-media-wrap {
        height: 250px
    }

    .btn {
        width: 100%;
        padding: 13px;
        font-size: 16px;
        text-align: center;
        box-sizing: border-box
    }

    .content {
        padding: 0 15px
    }

    .text {
        font-size: 15px
    }

    .toggle-item {
        margin: 60px 0;
        padding: 0 0 20px 0
    }

    .toggle-link {
        font-size: 16px
    }

    .date-input input[type=date] {
        font-size: 17px;
        padding: 0 24px
    }

    .select select {
        padding: 0 24px
    }

    .pseudo-select._open .pseudo-select__dropdown {
        display: block
    }

    .pseudo-select__dropdown {
        position: relative;
        display: none;
        opacity: 1;
        pointer-events: auto;
        top: 0;
        width: 100%;
        padding: 30px 24px
    }

    .close-btn {
        top: 12px;
        right: 12px
    }

    .button-link {
        width: 100%
    }

    .title-h1, h1 {
        font-size: 30px;
        line-height: 35px;
        margin: 20px 0 25px 0
    }

    .title-h2, h2 {
        margin: 40px 0 30px 0;
        font-size: 18px;
        line-height: 22px
    }

    .title-h3, .title-h4, .title-h5, .title-h6, h3, h4, h5, h6 {
        margin: 40px 0 30px 0
    }

    ._p, p {
        font-size: 15px
    }

    .text ol:not([class]) li, .text ul:not([class]) li {
        padding-left: 30px
    }

    .text ol:not([class]) li li, .text ul:not([class]) li li {
        padding-left: 40px
    }

    .text ol:not([class]) li:before {
        top: 0;
        left: -3px;
        font-size: 16px
    }

    .text ul:not([class]) li {
        padding-left: 40px
    }

    .text ul:not([class]) li:before {
        width: 20px
    }

    blockquote {
        margin: 40px 0;
        padding: 0 0 0 34px
    }

    blockquote p:before {
        width: 20px;
        height: 16px;
        background-size: contain;
        top: 7px
    }

    blockquote cite {
        margin-top: 0
    }

    .table {
        width: 100%;
        overflow-x: auto
    }

    .table {
        margin: 40px 0
    }

    .table table {
        font-size: 15px
    }

    p.lead {
        font-size: 18px
    }

    .header._main .header-search-wrap {
        width: 100% !important;
        left: 0;
        height: 50px;
        top: 0
    }

    .header._main .header-menu__lang {
        -ms-flex-pack: center;
        justify-content: center;
        width: 30%
    }

    .header._main .header-menu__wrap {
        min-height: 103px
    }

    .header._main .header-menu__wrap > div {
        top: 58px
    }

    .header._main .header-menu__wrap > div:after {
        height: 100%
    }

    .header._main .header-menu__search-wrap {
        width: 40%
    }

    .header._main .header-menu__burger-wrap {
        width: 30%
    }

    .header._main .header-menu__logo {
        position: absolute;
        width: 100% !important;
        left: 50%;
        transform: translateX(-50%);
        top: 0 !important;
        padding: 0
    }

    .header._main .header-menu__logo:after {
        display: none
    }

    .header._main .logo-link {
        width: 100%;
        margin: 0;
        left: 0;
        top: 15px
    }

    .header._main .header-currencies-line-wrap {
        margin-top: 5px;
        margin-bottom: 10px
    }

    .header._secondary {
        margin-bottom: 105px
    }

    .header._secondary .header-menu__wrap {
        width: calc(100% - 108px);
        -ms-flex-negative: 0;
        flex-shrink: 0;
        position: absolute;
        right: 0;
        margin-top: 20px;
        border-bottom: 0
    }

    .header._secondary .header-menu__wrap:before {
        background: #000;
        width: 2px;
        height: 50px;
        content: '';
        display: block;
        position: absolute;
        top: 0;
        left: 0
    }

    .header._secondary .header-menu__wrap > div:not(.header-search-wrap) {
        width: 33.333333% !important;
        min-width: 33.333333% !important
    }

    .header._secondary .header-menu__wrap .header-menu__lang:after {
        display: none !important
    }

    .header._secondary .logo-line {
        width: 91px;
        -ms-flex-negative: 0;
        flex-shrink: 0
    }

    .header._secondary .header-currencies-line-wrap {
        position: absolute;
        width: calc(100% - 30px);
        margin-top: 75px
    }

    .header._secondary .logo-link {
        width: 64px;
        height: 22px;
        margin-top: 29px
    }

    .header._secondary .header-search-wrap {
        width: auto !important;
        left: -93px;
        height: 50px;
        right: 15px;
        top: 0
    }

    .header-content {
        padding: 0 15px
    }

    .header-news-wrap {
        margin-left: 15px
    }

    .header-news__item {
        width: 100%
    }

    .header-news__item a {
        padding: 18px 18px 23px 18px
    }

    .logo-link__svg {
        width: calc(100% - 10px)
    }

    .logo-lang-wrap {
        margin-top: -47px
    }

    .header-menu__wrap > div {
        height: 50px
    }

    .header-menu__burger-wrap {
        width: 90px
    }

    .header-menu__burger {
        width: 30px;
        margin: 0 auto
    }

    .header-menu__burger:before {
        height: 4px;
        margin-top: -8px
    }

    .header-menu__burger:after {
        height: 4px;
        margin-top: 8px
    }

    .header-menu__burger span {
        width: 16px;
        height: 4px
    }

    .header-menu__lang {
        font-size: 24px
    }

    .header-menu__rubrics {
        display: none !important
    }

    .header-menu__search-wrap {
        min-width: 110px
    }

    .header-super-news {
        font-size: 0;
        padding: 0
    }

    .header-super-news:after, .header-super-news:before {
        display: none
    }

    .header-search-field input[type=text] {
        padding-left: 55px
    }

    .header-search-btn {
        width: 50px;
        background-position: center center;
        background-size: 30px auto
    }

    .close-search {
        width: 65px;
        background-size: 32px auto
    }

    .header-menu__popup-top {
        height: 65px
    }

    .header-menu__popup-top .search-btn {
        margin-left: 5px;
        height: 55px;
        position: absolute;
        right: 63px;
        top: 7px
    }

    .header-menu__popup-bottom {
        padding: 10px 15px
    }

    .close-menu-btn {
        width: 34px;
        height: 34px;
        background-size: 32px auto;
        position: absolute;
        right: 15px;
        top: 17px;
        margin-top: 0
    }

    html._header-fixed .header._main {
        display: none !important
    }

    html._header-fixed .header._secondary {
        display: block !important
    }

    html._header-fixed .header._secondary .header-menu__wrap {
        width: 100%;
        height: 52px;
        min-height: 0;
        padding: 0 0 0 15px
    }

    html._header-fixed .header._secondary .header-menu__wrap:before {
        content: none
    }

    html._header-fixed .header._secondary .header-menu__wrap > div {
        top: 0
    }

    html._header-fixed .header._secondary .header-menu__wrap .logo-link {
        top: 15px;
        width: 64px;
        height: 22px
    }

    html._header-fixed .header._secondary .header-content {
        height: 80px;
        padding-top: 0
    }

    html._header-fixed .header._secondary .header-content .logo-line {
        display: none
    }

    html._header-fixed .header._secondary .header-menu__burger-wrap {
        width: 23% !important;
        min-width: 23% !important
    }

    html._header-fixed .header._secondary .header-menu__burger-wrap:before {
        background: #000;
        width: 2px;
        height: 50px;
        position: absolute;
        left: 0;
        top: 0;
        display: block;
        content: ''
    }

    html._header-fixed .header._secondary .header-menu__burger-wrap:after {
        height: 50px
    }

    html._header-fixed .header._secondary .header-menu__burger {
        margin: 0 auto
    }

    html._header-fixed .header._secondary .header-menu__search-wrap {
        width: 23% !important;
        min-width: 23% !important
    }

    html._header-fixed .header._secondary .header-menu__search-wrap:after {
        height: 50px
    }

    html._header-fixed .header._secondary .header-search-wrap {
        left: 15px;
        right: 15px;
        height: 50px
    }

    html._header-fixed .header._secondary .header-search-wrap .close-search {
        right: -15px
    }

    html._header-fixed .header._secondary .header-menu__lang {
        width: 23% !important;
        min-width: 23% !important;
        font-size: 24px
    }

    .footer {
        padding: 0 15px
    }

    .footer__inner-top {
        padding-top: 15px;
        border-top: 0
    }

    .footer-age-marker {
        width: 100%;
        padding-right: 0 !important;
        text-align: center;
        font-size: 30px
    }

    .footer-information {
        padding: 20px 10px
    }

    .footer-information > div:last-child {
        width: 100%;
        margin: 0 auto 0
    }

    .footer-information > div:last-child::before {
        width: 100%;
        height: 1px
    }

    .footer-information > div:last-child p {
        margin-top: 0
    }

    .footer-copyright {
        width: 100%;
        padding: 0 !important;
        text-align: center;
        margin-top: 3px
    }

    .footer-social {
        width: 100%;
        margin-top: 40px;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-pack: center;
        justify-content: center
    }

    .footer-social a {
        width: 33%;
        font-size: 16px;
        margin-bottom: 25px
    }

    .footer-social a:nth-child(2n) {
        text-align: center
    }

    .footer-social a:nth-child(3n) {
        text-align: right
    }

    .footer-feedback {
        margin-top: 40px;
        margin-bottom: 10px
    }

    .footer-feedback .btn {
        width: 100%;
        font-size: 16px;
        padding: 17px 20px;
        text-align: center
    }

    .footer-rubrics {
        display: block;
        width: 100%;
        border-bottom: 2px solid #000
    }

    .footer-rubrics-item {
        width: 100%;
        text-align: left;
        padding: 0
    }

    .footer-rubrics-item a, .footer-rubrics-item span {
        width: 100%;
        box-sizing: border-box;
        padding: 18px 15px;
        font-size: 16px
    }

    .footer-rubrics-item a:after, .footer-rubrics-item span:after {
        right: 15px
    }

    .form-title {
        margin-bottom: 27px !important
    }

    .form__descr {
        margin-bottom: 40px
    }

    .form .input-wrap {
        margin-bottom: 20px
    }

    .form .form__input, .form .form__textarea {
        padding: 0 15px;
        font-size: 15px
    }

    .form .form__textarea {
        padding: 20px 15px
    }

    .form__inner {
        width: 100%;
        margin-top: 0
    }

    .form__error, .form__success {
        width: 100%;
        left: auto;
        margin-left: auto
    }

    .form-agreement {
        margin: 20px 0 30px 0
    }

    .checkbox__text {
        font-size: 15px
    }

    .form__message-title {
        font-size: 20px;
        line-height: 26px
    }

    .styles-slider {
        margin: 60px 0;
        padding-bottom: 0
    }

    .styles-slider .slider-pagination {
        line-height: 50px;
        width: 100%;
        position: relative;
        text-align: center
    }

    .styles-slider .slider-description {
        left: 0;
        right: 0;
        position: relative;
        overflow: hidden
    }

    .styles-slider .slider-description li {
        height: 40px;
        line-height: 20px;
        font-size: 14px;
        text-align: center;
        white-space: normal;
        overflow: hidden
    }

    .styles-slider .slider-nav {
        height: 50px;
        bottom: auto;
        width: 100%;
    }

    .styles-slider .slider-next, .styles-slider .slider-prev {
        top: 50%;
        margin-top: -11px;
        right: auto;
        left: 50%
    }

    .styles-slider .slider-prev {
        margin-left: -60px
    }

    .styles-slider .slider-next {
        right: auto;
        margin-left: 38px
    }

    .files {
        display: block;
        margin: 60px 0
    }

    .files li:nth-last-child(2) {
        margin-bottom: 40px
    }

    .files li {
        width: 100%;
        margin-bottom: 40px
    }

    .file {
        padding-left: 95px;
        max-width: 100%;
        font-size: 14px;
        line-height: 20px;
        min-height: 102px
    }

    .file:before {
        font-size: 18px;
        width: 80px;
        top: 60px
    }

    .file__icon {
        width: 80px;
        height: 102px;
        background-size: contain
    }

    .wide-media-wrap {
        width: 300px;
        margin: 0 auto 40px auto;
        left: 0;
        transform: none
    }

    .vertical-media-wrap .media-wrap__link {
        padding-top: 0;
        height: 250px
    }

    .vertical-media-wrap {
        margin: 0 auto
    }

    .page-styles .content {
        padding-bottom: 80px
    }

    .style-img-wrap {
        margin-bottom: 40px;
        margin-top: 40px
    }

    .style-img-wrap img + small {
        font-size: 14px;
        padding: 7px 0 14px 0
    }

    .img {
        margin: 60px 0
    }

    .img img + small {
        font-size: 14px;
        padding: 7px 0 14px 0
    }

    .interview-wrap {
        margin: 50px 0
    }

    .interview-line._copy-after:after {
        width: 20px;
        height: 16px;
        top: 2px;
        margin-left: 8px
    }

    .interview-line {
        margin-bottom: 10px
    }

    .interview-line._copy-after {
        font-size: 15px;
        line-height: 22px
    }

    .page-styles__hashtags {
        margin: 40px 0
    }

    .page-styles__hashtag {
        display: inline-block;
        font-size: 16px;
        letter-spacing: 0;
        margin-right: 20px;
        margin-bottom: 20px
    }

    .more-news-wrap {
        margin: 60px 0 0 0
    }

    .more-news {
        width: 100%;
        margin-top: 50px;
        left: auto
    }

    .more-news-title h2 {
        font-size: 20px;
        line-height: 25px
    }

    .more-news__show-all {
        margin-top: 40px
    }

    .more-news__item {
        padding: 0;
        width: 100% !important;
        margin-bottom: 50px
    }

    .more-news__item:last-child {
        margin-bottom: 0
    }

    .more-news__item-title {
        font-size: 20px;
        line-height: 25px;
        margin-bottom: 10px
    }

    .social-buttons-wrap {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        margin-bottom: 40px
    }

    .social-buttons {
        margin-top: 15px;
        margin-left: 0
    }

    .numbers {
        margin: 40px 0
    }

    .numbers ul {
        display: block
    }

    .numbers li {
        width: 100%;
        margin-bottom: 30px
    }

    .numbers li:last-child {
        margin-bottom: 0
    }

    .numbers li span:first-child {
        font-size: 40px
    }

    .numbers li span:nth-child(2) {
        font-size: 15px;
        margin-top: 8px
    }

    .tip {
        padding: 0 0 0 20px;
        margin: 60px 0
    }

    .tip span {
        font-size: 20px;
        line-height: 26px
    }

    .page-styles__news-date {
        font-size: 14px;
        display: block
    }

    .page-styles__news-date > div {
        height: 33px
    }

    .page-styles__news-date > div:after {
        content: none
    }

    .page-styles__tag {
        display: none
    }

    .subscribe-slider {
        margin-top: 70px;
        margin-bottom: 70px
    }

    .subscribe-slider .slide {
        display: block
    }

    .subscribe-slider .slide .title {
        font-size: 18px;
        line-height: 22px
    }

    .subscribe-slider .slide p {
        font-size: 16px;
        line-height: 22px
    }

    .subscribe-slider .slide__inner {
        margin-bottom: 20px
    }

    .incut {
        display: block;
        margin: 60px 0
    }

    .incut__tag {
        font-size: 15px;
        line-height: 21px
    }

    .incut__title {
        font-size: 20px;
        line-height: 24px
    }

    .incut__text {
        font-size: 15px;
        line-height: 21px
    }

    .incut__img {
        width: 100%;
        margin-top: 14px
    }

    .incut__content {
        width: 100%
    }

    .incut-white {
        margin: 60px 0;
        padding: 40px 20px
    }

    .incut-white__tag {
        font-size: 14px;
        line-height: 20px;
        margin-bottom: 15px
    }

    .incut-white__title {
        font-size: 20px;
        line-height: 26px
    }

    .incut-white__text {
        padding: 0;
        font-size: 15px
    }

    .video-wrap {
        height: 52vw
    }

    .video-wrap:before {
        width: 15px
    }

    .video-wrap:after {
        border-width: 20px 0 20px 40px;
        margin-left: 5px
    }

    .video-wrap + span {
        font-size: 14px;
        padding: 7px 0 14px 0
    }

    .main-top-news {
        margin: 40px 0 0
    }

    .top-news-list {
        margin-top: 40px
    }

    .other-news-list {
        margin-top: 40px
    }

    .main-top-news__top-item-content p {
        margin-bottom: 16px
    }

    .main-top-news__top-item-content {
        padding: 17px 15px 1px 15px
    }

    .top-news-all-news {
        width: 100%;
        margin-bottom: 70px
    }

    .top-news-all-news a {
        width: 100%
    }

    .other-news-list__item {
        width: 100% !important;
        padding-left: 0 !important;
        padding-right: 0 !important;
        margin-bottom: 24px
    }

    .other-news-list__item .other-news-list__item-title {
        font-size: 23px;
        line-height: 31px
    }

    .main-news-list .news-item__img {
        margin-bottom: 24px
    }

    .main-news-list .news-item {
        width: 100% !important;
        padding: 0 !important;
        margin-bottom: 35px !important
    }

    .main-news-list .news-item:last-child {
        width: 100% !important;
        left: 0 !important
    }

    .main-news-list .news-item.news-item--quote .news-item__content {
        padding-left: 34px
    }

    .main-news-list .news-item.news-item--quote .news-item__content:before {
        width: 23px;
        height: 18px;
        background-size: cover
    }

    .main-news-list .news-item.news-item--quote .news-item__img {
        margin-top: 20px
    }

    .main-news-list {
        margin-left: 0;
        margin-right: 0
    }

    .main-news-list .news-item__text {
        padding-right: 0 !important
    }

    .main-category-title {
        padding-right: 50px;
        width: 100%;
        box-sizing: border-box;
        margin-bottom: 45px
    }

    .main-category-news {
        margin: 0
    }

    .main-category-news-list .news-item__img {
        margin-bottom: 15px
    }

    .main-category-news-list .news-item {
        margin-bottom: 35px
    }

    ._type1 .main-category-news-list .news-item:first-child .news-item__text, ._type2 .main-category-news-list .news-item:first-child .news-item__text {
        margin-bottom: 16px
    }

    ._type1 .main-category-news-list .news-item, ._type2 .main-category-news-list .news-item {
        width: 100% !important;
        margin-bottom: 35px !important
    }

    ._type1 .main-category-news-list .news-item:nth-child(2n), ._type1 .main-category-news-list .news-item:nth-child(2n+1), ._type2 .main-category-news-list .news-item:nth-child(2n), ._type2 .main-category-news-list .news-item:nth-child(2n+1) {
        margin-left: 0 !important
    }

    ._type1 .main-category-news-list .news-item:nth-child(3) {
        width: 100% !important;
        margin-left: 12px !important;
        margin-right: 12px !important;
        padding-top: 35px;
        margin-bottom: 50px !important
    }

    ._type1 .main-category-news-list .news-item:nth-child(3) .news-item__text {
        margin: 0
    }

    ._type1 .main-category-news-list .news-item:nth-child(3) .news-item__link {
        padding-bottom: 15px
    }

    ._type1 .main-category-news-list .news-item:nth-child(3) .news-item__text, ._type1 .main-category-news-list .news-item:nth-child(4) .news-item__text, ._type1 .main-category-news-list .news-item:nth-child(5) .news-item__text {
        margin-bottom: 0
    }

    ._type1 .main-category-news-list .news-item:nth-child(3) .news-item__content:last-child .news-item__text, ._type1 .main-category-news-list .news-item:nth-child(4) .news-item__content:last-child .news-item__text, ._type1 .main-category-news-list .news-item:nth-child(5) .news-item__content:last-child .news-item__text {
        margin-bottom: 15px
    }

    ._type3 .main-category-news-list .news-item:nth-child(3) .news-item__content {
        padding: 20px 20px 0 20px
    }

    ._type3 .main-category-news-list .news-item {
        width: 100% !important;
        margin-left: 0 !important;
        margin-right: 0 !important;
        margin-bottom: 35px !important
    }

    ._type3 .main-category-news-list .news-item:nth-child(1), ._type3 .main-category-news-list .news-item:nth-child(2), ._type3 .main-category-news-list .news-item:nth-child(2n), ._type3 .main-category-news-list .news-item:nth-child(2n+1), ._type3 .main-category-news-list .news-item:nth-child(3) {
        width: 100% !important;
        margin-left: 0 !important;
        margin-right: 0 !important
    }

    ._type3 .main-category-news-list .news-item:nth-child(3) {
        margin-right: 24px !important;
        margin-bottom: 50px !important
    }

    .news-tag {
        font-size: 14px
    }

    .news-wrapper {
        margin-left: 0;
        margin-right: 0;
        margin-top: 40px
    }

    .news-wrapper .news-item {
        margin-bottom: 50px;
        padding: 0
    }

    .news-wrapper .news-item:nth-of-type(5) {
        margin-left: 0
    }

    .news-wrapper .news-item:nth-of-type(5) .news-item__text {
        padding: 0
    }

    .news-wrapper .news-item:nth-of-type(12) {
        margin-left: 0;
        margin-right: 0
    }

    .news-wrapper .news-item:nth-of-type(12) .news-item__link {
        padding-top: calc(75% + 48px)
    }

    .news-wrapper .news-item:nth-of-type(12) .news-item__tag {
        margin-top: calc(75% + 25px)
    }

    .news-wrapper .news-item:nth-of-type(12) .news-item__content {
        padding-bottom: 30px
    }

    .news-wrapper .news-item._subscribe-item {
        margin-left: 0;
        margin-right: 0;
        display: block;
        padding: 20px;
        text-align: center
    }

    .news-wrapper .news-item .subscribe-item__btn .btn {
        width: 100%;
        margin-top: 20px
    }

    .news-wrapper .news-item .subscribe-item__text {
        margin-right: 0
    }

    .news-wrapper .news-item:nth-of-type(1) .news-item__img {
        margin-top: 13px
    }

    .news-wrapper .news-item:nth-child(19) {
        width: 100%;
        margin-left: 0
    }

    .news-wrapper .news-item:nth-child(19) .news-item__link {
        padding-top: calc(75% + 48px)
    }

    .news-wrapper .news-item:nth-child(19) .news-item__tag {
        margin-top: calc(75% + 25px)
    }

    .news-wrapper .news-item:nth-child(19) .news-item__content {
        padding-bottom: 30px
    }

    .news-item__title {
        font-size: 20px;
        line-height: 26px
    }

    .news-item__text {
        font-size: 15px
    }

    .news-item {
        width: 100% !important;
        min-height: auto !important
    }

    .news-title-and-filter {
        margin-bottom: 40px
    }

    .news-title h1 {
        font-size: 28px;
        line-height: 35px
    }

    .news-filter {
        background: #f3f4f4;
        width: 100vw;
        height: 100vh;
        position: fixed;
        top: 0;
        left: 0;
        transition: .5s ease;
        z-index: 99;
        margin: 0;
        -ms-flex-align: start;
        align-items: flex-start;
        -ms-flex-line-pack: start;
        align-content: flex-start;
        padding: 8px 15px 30px 15px;
        box-sizing: border-box;
        opacity: 0;
        pointer-events: none
    }

    .news-filter._open {
        opacity: 1;
        pointer-events: auto;
        overflow-y: auto
    }

    .news-filter .pseudo-select__btn, .news-filter select {
        width: 100%
    }

    .news-filter .close-search-filter {
        display: block
    }

    .news-filter-form {
        display: block;
        margin-top: 30px
    }

    .news-filter-item {
        margin-right: 0;
        margin-bottom: 30px
    }

    .news-filter__reset {
        float: none;
        margin-top: 10px;
        font-size: 16px;
        line-height: 26px;
        position: relative;
        left: 50%;
        transform: translateX(-50%)
    }

    .filter-tag-item {
        width: 100%;
        padding-right: 0
    }

    .filter-tags {
        display: block;
        margin-bottom: 20px
    }

    .page-search .content {
        padding-top: 10px
    }

    .page-search .news-item__text {
        font-size: 15px;
        line-height: 22px
    }

    .search-wrapper__form .search__svg {
        max-height: 34px;
        max-width: 31px;
        top: 2px;
        position: relative
    }

    .search-wrapper__fields {
        margin-bottom: 5px
    }

    .search-filter-btn {
        display: inline-block
    }

    .search-wrapper__filters {
        background: #f3f4f4;
        width: 100vw;
        height: 100vh;
        position: fixed;
        top: 0;
        left: 0;
        opacity: 0;
        pointer-events: none;
        transition: .5s ease;
        z-index: 99;
        margin: 0;
        -ms-flex-align: start;
        align-items: flex-start;
        -ms-flex-line-pack: start;
        align-content: flex-start;
        padding: 8px 15px 30px 15px;
        box-sizing: border-box
    }

    .search-wrapper__filters._open {
        opacity: 1;
        pointer-events: auto
    }

    .search-filter-item {
        min-width: 100%;
        margin-top: 0 !important;
        margin-bottom: 30px;
        margin-left: 0
    }

    .search-filter-item input {
        font-size: 17px;
        padding: 15px 17px
    }

    .search-wrapper__form-field {
        width: calc(100% - 60px)
    }

    .search-wrapper__form-field input[type=text] {
        height: 58px;
        padding-right: 15px;
        padding-left: 15px
    }

    .search-wrapper__form-btn {
        width: 60px
    }

    .search-result-wrap {
        margin-top: 40px
    }

    .search-result-item {
        margin-bottom: 25px;
        padding-bottom: 25px
    }

    .search-result__img {
        width: 100%;
        margin-top: 16px
    }

    .search-result__tag {
        padding: 6px 12px;
        font-size: 14px
    }

    .search-result-pagination {
        margin-top: 50px
    }

    .search-filter-popup__titles {
        display: block;
        margin-bottom: 35px
    }

    .search-result-item__link {
        display: block
    }

    .search-result-item__content {
        width: 100%
    }

    .search-filter__reset {
        margin-top: 10px;
        font-size: 16px;
        line-height: 26px;
        margin-left: 0;
        position: relative;
        left: 50%;
        transform: translateX(-50%)
    }

    .page-feedback .feedback-form {
        width: 100%;
        margin-top: 115px;
        margin-bottom: 60px
    }

    ._only-desktop {
        display: none
    }
}

@keyframes load8 {
    0% {
        transform: rotate(0)
    }
    100% {
        transform: rotate(360deg)
    }
}

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

@keyframes headerIn {
    0% {
        transform: translateY(-100%)
    }
    100% {
        transform: translateY(0)
    }
}

@keyframes marquee {
    from {
        transform: translateX(0)
    }
    to {
        transform: translateX(-100%)
    }
}

@media screen and (max-width: 640px) {
    .text iframe {
        width: 100%
    }
}


.footer-rubrics.smi2 {
    background: none;
    display: block;
}

.page-main .footer-rubrics.smi2 {
    margin-top: 0;
}

.adfox__sticky-mobile {
    display: none;
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    z-index: 10000;
}

@media(max-width: 767px) {
    .adfox__sticky-mobile._active {
        display: block;
    }
}

/* adfox-banner-background start */
.adfox-banner-background {
    z-index: -1;
}
/* adfox-banner-background end */

/* question start */
.question {
    margin-top: 48px;
}

.question .g-recaptcha {
    transform-origin: left bottom;
    transform: scale(.75);
}

@media(max-width: 767px) {
    .question .g-recaptcha {
        transform: none;
    }
}

.question__title {
    margin: 0;
    margin-bottom: 24px;
    font-size: 20px;
    line-height: 1;
    font-weight: 700;
}

.question__textarea {
    width: 100%;
    height: 150px;
    margin-bottom: 24px;
    padding: 20px 32px;
    background: #FFFFFF;
    border-radius: 3px;
    border: 0;
    font-family: inherit;
    font-size: 16px;
    line-height: 22px;
    letter-spacing: -0.005em;
    box-sizing: border-box;
}

@media(max-width: 767px) {
    .question__textarea {
        font-size: 15px;
    }
}

.question__textarea::placeholder {
    color: #808080;
}

.question__form-bottom {
    display: flex;
    align-items: flex-end;
}

@media(max-width: 767px) {
    .question__form-bottom {
        display: block;
    }
}

.question__submit-btn {
    margin-right: 24px;
    letter-spacing: 0;
    line-height: 1;
    padding-top: 18px;
    padding-bottom: 18px;
    font-family: 'Gotham Pro', sans;
}

@media(max-width: 767px) {
    .question__submit-btn {
        margin-bottom: 15px;
        margin-right: 0;
        width: 100%;
        box-sizing: border-box;
    }
}

/* subscribe */
.subscribe {
    display: flex;
    margin-top: -32px;
    align-items: center;
}
.subscribe__img{
    padding: 15px 30px;
    margin-left: 40px;
    width: 205px;
    height: 37px;
    background: #fff;
}

.subscribe__text {
    margin: 0;
    font-size: 25px;
    line-height: 33px;
    font-weight: bold;
    color: #E20C0E;
    margin-top: -4px;
}

.subscribe__list {
    display: flex;
}

.subscribe__item {
    padding: 0 24px;
    border-right: 1px solid #D8D8DD;
}

.subscribe__item:first-child {
    padding-left: 0;
}

.subscribe__item:last-child {
    padding-right: 0;
    border: 0;
}

@media(max-width: 767px) {
    .subscribe {
       flex-direction: column;
        align-items: normal;
    }

    .subscribe__text {
        font-size: 18px;
        line-height: 26px;
        margin-bottom: 20px;
    }
    .subscribe__img{
        margin-left: 0px;
    }
}
/* /subscribe */

/* card restyle */
.news-item {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
}

.main-news-list .news-item:last-child {
    width: 50%;
}

.news-item__link {
    display: contents;
}

.main-news-list .news-item__content {
    margin-bottom: 0;
}

.news-item__img {
    order: -1;
    margin-bottom: 16px;
}

.wide-media-wrap {
    display: none;
}

/* news & articles grid */
@media (min-width: 1280px) {
    .page-search .content-grid {
        padding-top: 0;
    }

    .content-grid {
        display: grid;
        grid-template-columns: 760px auto;
        justify-content: space-between;
        grid-gap: 40px;
        padding-top: 80px;
        width: 100%;
    }

    .content-grid .sidebar {
        grid-column: 2 / span 1;
        grid-row: 1 / span 1;
        max-width: 300px;
    }

    .content-grid .content-grid__text-wrap {
        grid-column: 1 / span 1;
        grid-row: 1 / span 1;
    }

    .content-grid h1 {
        margin-top: 0;
    }

    .content-grid .more-news-wrap {
        grid-column: 1 / span 2;
    }

    .content-grid .sidebar-media {
        position: static;
        width: auto;
        height: auto;
    }

    .content-grid .sidebar-media {
        position: static;
        width: auto;
        max-width: 100%;
        height: auto;
    }

    .content-grid .sidebar-popular {
        position: static;
        width: auto;
        height: auto;
    }
}


.news-wrapper > .news-item:nth-child(4),
.news-wrapper > .news-item:nth-child(13) {
    position: relative;
    z-index: 1;
}
.news-wrapper > .news-item:nth-child(4):after,
.news-wrapper > .news-item:nth-child(13):after {
    position: absolute;
    content: '';
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 100%;
    height: calc(100% + 24px);
    background-color: #fff;
    z-index: -1;
}

@media (max-width: 1023px) {
    .news-wrapper > .news-item:nth-child(4):after,
    .news-wrapper > .news-item:nth-child(13):after {
        display: none;
    }
}

.js-slider-description__wrap-hidden {
    display: none;
}
.js-slider-description__wrap-active {
    display: block;
}

h1.slider,h2.slider,h3.slider,h4.slider {
    margin: 0 0 0 0;
}