@charset "UTF-8";
* {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    scroll-margin-top: 70px;
}

body {
    font-family: opensans;
    font-size: 15px;
    line-height: 20px;
    letter-spacing: 0;
    font-weight: 600;
    -webkit-font-smoothing: subpixel-antialiased;
    font-smoothing: subpixel-antialiased
}

body.onload {
    overflow: hidden
}

p {
    margin-bottom: 0;
    line-height: 24px
}

a {
    text-decoration: none
}

a:hover, .widget-imgs-cont section .title a:hover, a:focus, a:active {
    text-decoration: none
}

audio, canvas, img, video {
    vertical-align: middle
}

form input, form select, form textarea {
    -webkit-appearance: none;
    text-overflow: ellipsis;
    outline: none
}

form input:focus, form input:active, form select:focus, form select:active, form textarea:focus, form textarea:active {
    text-overflow: ellipsis
}

form textarea {
    resize: vertical
}

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

::-moz-selection {
    background: #ca0002;
    text-shadow: none
}

::selection {
    background: #ca0002;
    text-shadow: none
}

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, 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
}

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

ul {
    list-style: none
}

blockquote, q {
    quotes: none
}

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

html {
    -ms-text-size-adjust: 100%;
    -webkit-text-size-adjust: 100%
}

body {
    margin: 0
}

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

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

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

[hidden], template {
    display: none
}

a {
    background-color: transparent
}

a:active, a:hover, .widget-imgs-cont section .title a:hover {
    outline: 0
}

b, strong {
    font-weight: 700
}

sub, sup {
    position: relative;
    vertical-align: baseline
}

img {
    border: 0
}

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

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

button {
    overflow: visible
}

button, select {
    text-transform: none
}

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

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

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

input {
    line-height: normal
}

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

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

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

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

legend {
    border: 0;
    padding: 0
}

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

td, th {
    padding: 0
}

/*!* Bootstrap Reboot v4.1.3 (https://getbootstrap.com/)
* Copyright 2011-2018 The Bootstrap Authors
* Copyright 2011-2018 Twitter, Inc.
* Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
* Forked from Normalize.css, licensed MIT (https://github.com/necolas/normalize.css/blob/master/LICENSE.md)*/
@-ms-viewport {
    width: device-width;
}

.container {
    width: 100%;
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto
}

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

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

@media (min-width: 992px) {
    .container {
        max-width: 960px
    }
}

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

.container-fluid {
    width: 100%;
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto
}

.row {
    display: -ms-flexbox;
    display: -webkit-box;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-right: -15px;
    margin-left: -15px
}

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

.col {
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -ms-flex-positive: 1;
    -webkit-box-flex: 1;
    flex-grow: 1;
    max-width: 100%
}

.col-auto {
    -ms-flex: 0 0 auto;
    -webkit-box-flex: 0;
    flex: 0 0 auto;
    width: auto;
    max-width: none
}

.col-1 {
    -ms-flex: 0 0 8.33333%;
    -webkit-box-flex: 0;
    flex: 0 0 8.33333%;
    max-width: 8.33333%
}

.col-2 {
    -ms-flex: 0 0 16.66667%;
    -webkit-box-flex: 0;
    flex: 0 0 16.66667%;
    max-width: 16.66667%
}

.col-3 {
    -ms-flex: 0 0 25%;
    -webkit-box-flex: 0;
    flex: 0 0 25%;
    max-width: 25%
}

.col-4 {
    -ms-flex: 0 0 33.33333%;
    -webkit-box-flex: 0;
    flex: 0 0 33.33333%;
    max-width: 33.33333%
}

.col-5 {
    -ms-flex: 0 0 41.66667%;
    -webkit-box-flex: 0;
    flex: 0 0 41.66667%;
    max-width: 41.66667%
}

.col-6 {
    -ms-flex: 0 0 50%;
    -webkit-box-flex: 0;
    flex: 0 0 50%;
    max-width: 50%
}

.col-7 {
    -ms-flex: 0 0 58.33333%;
    -webkit-box-flex: 0;
    flex: 0 0 58.33333%;
    max-width: 58.33333%
}

.col-8 {
    -ms-flex: 0 0 66.66667%;
    -webkit-box-flex: 0;
    flex: 0 0 66.66667%;
    max-width: 66.66667%
}

.col-9 {
    -ms-flex: 0 0 75%;
    -webkit-box-flex: 0;
    flex: 0 0 75%;
    max-width: 75%
}

.col-10 {
    -ms-flex: 0 0 83.33333%;
    -webkit-box-flex: 0;
    flex: 0 0 83.33333%;
    max-width: 83.33333%
}

.col-11 {
    -ms-flex: 0 0 91.66667%;
    -webkit-box-flex: 0;
    flex: 0 0 91.66667%;
    max-width: 91.66667%
}

.col-12 {
    -ms-flex: 0 0 100%;
    -webkit-box-flex: 0;
    flex: 0 0 100%;
    max-width: 100%
}

.order-first {
    -ms-flex-order: -1;
    -webkit-box-ordinal-group: 0;
    order: -1
}

.order-last {
    -ms-flex-order: 13;
    -webkit-box-ordinal-group: 14;
    order: 13
}

.order-0 {
    -ms-flex-order: 0;
    -webkit-box-ordinal-group: 1;
    order: 0
}

.order-1 {
    -ms-flex-order: 1;
    -webkit-box-ordinal-group: 2;
    order: 1
}

.order-2 {
    -ms-flex-order: 2;
    -webkit-box-ordinal-group: 3;
    order: 2
}

.order-3 {
    -ms-flex-order: 3;
    -webkit-box-ordinal-group: 4;
    order: 3
}

.order-4 {
    -ms-flex-order: 4;
    -webkit-box-ordinal-group: 5;
    order: 4
}

.order-5 {
    -ms-flex-order: 5;
    -webkit-box-ordinal-group: 6;
    order: 5
}

.order-6 {
    -ms-flex-order: 6;
    -webkit-box-ordinal-group: 7;
    order: 6
}

.order-7 {
    -ms-flex-order: 7;
    -webkit-box-ordinal-group: 8;
    order: 7
}

.order-8 {
    -ms-flex-order: 8;
    -webkit-box-ordinal-group: 9;
    order: 8
}

.order-9 {
    -ms-flex-order: 9;
    -webkit-box-ordinal-group: 10;
    order: 9
}

.order-10 {
    -ms-flex-order: 10;
    -webkit-box-ordinal-group: 11;
    order: 10
}

.order-11 {
    -ms-flex-order: 11;
    -webkit-box-ordinal-group: 12;
    order: 11
}

.order-12 {
    -ms-flex-order: 12;
    -webkit-box-ordinal-group: 13;
    order: 12
}

.offset-1 {
    margin-left: 8.33333%
}

.offset-2 {
    margin-left: 16.66667%
}

.offset-3 {
    margin-left: 25%
}

.offset-4 {
    margin-left: 33.33333%
}

.offset-5 {
    margin-left: 41.66667%
}

.offset-6 {
    margin-left: 50%
}

.offset-7 {
    margin-left: 58.33333%
}

.offset-8 {
    margin-left: 66.66667%
}

.offset-9 {
    margin-left: 75%
}

.offset-10 {
    margin-left: 83.33333%
}

.offset-11 {
    margin-left: 91.66667%
}

@media (min-width: 576px) {
    .col-sm {
        -ms-flex-preferred-size: 0;
        flex-basis: 0;
        -ms-flex-positive: 1;
        -webkit-box-flex: 1;
        flex-grow: 1;
        max-width: 100%
    }

    .col-sm-auto {
        -ms-flex: 0 0 auto;
        -webkit-box-flex: 0;
        flex: 0 0 auto;
        width: auto;
        max-width: none
    }

    .col-sm-1 {
        -ms-flex: 0 0 8.33333%;
        -webkit-box-flex: 0;
        flex: 0 0 8.33333%;
        max-width: 8.33333%
    }

    .col-sm-2 {
        -ms-flex: 0 0 16.66667%;
        -webkit-box-flex: 0;
        flex: 0 0 16.66667%;
        max-width: 16.66667%
    }

    .col-sm-3 {
        -ms-flex: 0 0 25%;
        -webkit-box-flex: 0;
        flex: 0 0 25%;
        max-width: 25%
    }

    .col-sm-4 {
        -ms-flex: 0 0 33.33333%;
        -webkit-box-flex: 0;
        flex: 0 0 33.33333%;
        max-width: 33.33333%
    }

    .col-sm-5 {
        -ms-flex: 0 0 41.66667%;
        -webkit-box-flex: 0;
        flex: 0 0 41.66667%;
        max-width: 41.66667%
    }

    .col-sm-6 {
        -ms-flex: 0 0 50%;
        -webkit-box-flex: 0;
        flex: 0 0 50%;
        max-width: 50%
    }

    .col-sm-7 {
        -ms-flex: 0 0 58.33333%;
        -webkit-box-flex: 0;
        flex: 0 0 58.33333%;
        max-width: 58.33333%
    }

    .col-sm-8 {
        -ms-flex: 0 0 66.66667%;
        -webkit-box-flex: 0;
        flex: 0 0 66.66667%;
        max-width: 66.66667%
    }

    .col-sm-9 {
        -ms-flex: 0 0 75%;
        -webkit-box-flex: 0;
        flex: 0 0 75%;
        max-width: 75%
    }

    .col-sm-10 {
        -ms-flex: 0 0 83.33333%;
        -webkit-box-flex: 0;
        flex: 0 0 83.33333%;
        max-width: 83.33333%
    }

    .col-sm-11 {
        -ms-flex: 0 0 91.66667%;
        -webkit-box-flex: 0;
        flex: 0 0 91.66667%;
        max-width: 91.66667%
    }

    .col-sm-12 {
        -ms-flex: 0 0 100%;
        -webkit-box-flex: 0;
        flex: 0 0 100%;
        max-width: 100%
    }

    .order-sm-first {
        -ms-flex-order: -1;
        -webkit-box-ordinal-group: 0;
        order: -1
    }

    .order-sm-last {
        -ms-flex-order: 13;
        -webkit-box-ordinal-group: 14;
        order: 13
    }

    .order-sm-0 {
        -ms-flex-order: 0;
        -webkit-box-ordinal-group: 1;
        order: 0
    }

    .order-sm-1 {
        -ms-flex-order: 1;
        -webkit-box-ordinal-group: 2;
        order: 1
    }

    .order-sm-2 {
        -ms-flex-order: 2;
        -webkit-box-ordinal-group: 3;
        order: 2
    }

    .order-sm-3 {
        -ms-flex-order: 3;
        -webkit-box-ordinal-group: 4;
        order: 3
    }

    .order-sm-4 {
        -ms-flex-order: 4;
        -webkit-box-ordinal-group: 5;
        order: 4
    }

    .order-sm-5 {
        -ms-flex-order: 5;
        -webkit-box-ordinal-group: 6;
        order: 5
    }

    .order-sm-6 {
        -ms-flex-order: 6;
        -webkit-box-ordinal-group: 7;
        order: 6
    }

    .order-sm-7 {
        -ms-flex-order: 7;
        -webkit-box-ordinal-group: 8;
        order: 7
    }

    .order-sm-8 {
        -ms-flex-order: 8;
        -webkit-box-ordinal-group: 9;
        order: 8
    }

    .order-sm-9 {
        -ms-flex-order: 9;
        -webkit-box-ordinal-group: 10;
        order: 9
    }

    .order-sm-10 {
        -ms-flex-order: 10;
        -webkit-box-ordinal-group: 11;
        order: 10
    }

    .order-sm-11 {
        -ms-flex-order: 11;
        -webkit-box-ordinal-group: 12;
        order: 11
    }

    .order-sm-12 {
        -ms-flex-order: 12;
        -webkit-box-ordinal-group: 13;
        order: 12
    }

    .offset-sm-0 {
        margin-left: 0
    }

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

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

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

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

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

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

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

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

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

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

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

@media (min-width: 768px) {
    .col-md {
        -ms-flex-preferred-size: 0;
        flex-basis: 0;
        -ms-flex-positive: 1;
        -webkit-box-flex: 1;
        flex-grow: 1;
        max-width: 100%
    }

    .col-md-auto {
        -ms-flex: 0 0 auto;
        -webkit-box-flex: 0;
        flex: 0 0 auto;
        width: auto;
        max-width: none
    }

    .col-md-1 {
        -ms-flex: 0 0 8.33333%;
        -webkit-box-flex: 0;
        flex: 0 0 8.33333%;
        max-width: 8.33333%
    }

    .col-md-2 {
        -ms-flex: 0 0 16.66667%;
        -webkit-box-flex: 0;
        flex: 0 0 16.66667%;
        max-width: 16.66667%
    }

    .col-md-3 {
        -ms-flex: 0 0 25%;
        -webkit-box-flex: 0;
        flex: 0 0 25%;
        max-width: 25%
    }

    .col-md-4 {
        -ms-flex: 0 0 33.33333%;
        -webkit-box-flex: 0;
        flex: 0 0 33.33333%;
        max-width: 33.33333%
    }

    .col-md-5 {
        -ms-flex: 0 0 41.66667%;
        -webkit-box-flex: 0;
        flex: 0 0 41.66667%;
        max-width: 41.66667%
    }

    .col-md-6 {
        -ms-flex: 0 0 50%;
        -webkit-box-flex: 0;
        flex: 0 0 50%;
        max-width: 50%
    }

    .col-md-7 {
        -ms-flex: 0 0 58.33333%;
        -webkit-box-flex: 0;
        flex: 0 0 58.33333%;
        max-width: 58.33333%
    }

    .col-md-8 {
        -ms-flex: 0 0 66.66667%;
        -webkit-box-flex: 0;
        flex: 0 0 66.66667%;
        max-width: 66.66667%
    }

    .col-md-9 {
        -ms-flex: 0 0 75%;
        -webkit-box-flex: 0;
        flex: 0 0 75%;
        max-width: 75%
    }

    .col-md-10 {
        -ms-flex: 0 0 83.33333%;
        -webkit-box-flex: 0;
        flex: 0 0 83.33333%;
        max-width: 83.33333%
    }

    .col-md-11 {
        -ms-flex: 0 0 91.66667%;
        -webkit-box-flex: 0;
        flex: 0 0 91.66667%;
        max-width: 91.66667%
    }

    .col-md-12 {
        -ms-flex: 0 0 100%;
        -webkit-box-flex: 0;
        flex: 0 0 100%;
        max-width: 100%
    }

    .order-md-first {
        -ms-flex-order: -1;
        -webkit-box-ordinal-group: 0;
        order: -1
    }

    .order-md-last {
        -ms-flex-order: 13;
        -webkit-box-ordinal-group: 14;
        order: 13
    }

    .order-md-0 {
        -ms-flex-order: 0;
        -webkit-box-ordinal-group: 1;
        order: 0
    }

    .order-md-1 {
        -ms-flex-order: 1;
        -webkit-box-ordinal-group: 2;
        order: 1
    }

    .order-md-2 {
        -ms-flex-order: 2;
        -webkit-box-ordinal-group: 3;
        order: 2
    }

    .order-md-3 {
        -ms-flex-order: 3;
        -webkit-box-ordinal-group: 4;
        order: 3
    }

    .order-md-4 {
        -ms-flex-order: 4;
        -webkit-box-ordinal-group: 5;
        order: 4
    }

    .order-md-5 {
        -ms-flex-order: 5;
        -webkit-box-ordinal-group: 6;
        order: 5
    }

    .order-md-6 {
        -ms-flex-order: 6;
        -webkit-box-ordinal-group: 7;
        order: 6
    }

    .order-md-7 {
        -ms-flex-order: 7;
        -webkit-box-ordinal-group: 8;
        order: 7
    }

    .order-md-8 {
        -ms-flex-order: 8;
        -webkit-box-ordinal-group: 9;
        order: 8
    }

    .order-md-9 {
        -ms-flex-order: 9;
        -webkit-box-ordinal-group: 10;
        order: 9
    }

    .order-md-10 {
        -ms-flex-order: 10;
        -webkit-box-ordinal-group: 11;
        order: 10
    }

    .order-md-11 {
        -ms-flex-order: 11;
        -webkit-box-ordinal-group: 12;
        order: 11
    }

    .order-md-12 {
        -ms-flex-order: 12;
        -webkit-box-ordinal-group: 13;
        order: 12
    }

    .offset-md-0 {
        margin-left: 0
    }

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

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

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

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

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

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

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

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

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

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

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

@media (min-width: 992px) {
    .col-lg {
        -ms-flex-preferred-size: 0;
        flex-basis: 0;
        -ms-flex-positive: 1;
        -webkit-box-flex: 1;
        flex-grow: 1;
        max-width: 100%
    }

    .col-lg-auto {
        -ms-flex: 0 0 auto;
        -webkit-box-flex: 0;
        flex: 0 0 auto;
        width: auto;
        max-width: none
    }

    .col-lg-1 {
        -ms-flex: 0 0 8.33333%;
        -webkit-box-flex: 0;
        flex: 0 0 8.33333%;
        max-width: 8.33333%
    }

    .col-lg-2 {
        -ms-flex: 0 0 16.66667%;
        -webkit-box-flex: 0;
        flex: 0 0 16.66667%;
        max-width: 16.66667%
    }

    .col-lg-3 {
        -ms-flex: 0 0 25%;
        -webkit-box-flex: 0;
        flex: 0 0 25%;
        max-width: 25%
    }

    .col-lg-4 {
        -ms-flex: 0 0 33.33333%;
        -webkit-box-flex: 0;
        flex: 0 0 33.33333%;
        max-width: 33.33333%
    }

    .col-lg-5 {
        -ms-flex: 0 0 41.66667%;
        -webkit-box-flex: 0;
        flex: 0 0 41.66667%;
        max-width: 41.66667%
    }

    .col-lg-6 {
        -ms-flex: 0 0 50%;
        -webkit-box-flex: 0;
        flex: 0 0 50%;
        max-width: 50%
    }

    .col-lg-7 {
        -ms-flex: 0 0 58.33333%;
        -webkit-box-flex: 0;
        flex: 0 0 58.33333%;
        max-width: 58.33333%
    }

    .col-lg-8 {
        -ms-flex: 0 0 66.66667%;
        -webkit-box-flex: 0;
        flex: 0 0 66.66667%;
        max-width: 66.66667%
    }

    .col-lg-9 {
        -ms-flex: 0 0 75%;
        -webkit-box-flex: 0;
        flex: 0 0 75%;
        max-width: 75%
    }

    .col-lg-10 {
        -ms-flex: 0 0 83.33333%;
        -webkit-box-flex: 0;
        flex: 0 0 83.33333%;
        max-width: 83.33333%
    }

    .col-lg-11 {
        -ms-flex: 0 0 91.66667%;
        -webkit-box-flex: 0;
        flex: 0 0 91.66667%;
        max-width: 91.66667%
    }

    .col-lg-12 {
        -ms-flex: 0 0 100%;
        -webkit-box-flex: 0;
        flex: 0 0 100%;
        max-width: 100%
    }

    .order-lg-first {
        -ms-flex-order: -1;
        -webkit-box-ordinal-group: 0;
        order: -1
    }

    .order-lg-last {
        -ms-flex-order: 13;
        -webkit-box-ordinal-group: 14;
        order: 13
    }

    .order-lg-0 {
        -ms-flex-order: 0;
        -webkit-box-ordinal-group: 1;
        order: 0
    }

    .order-lg-1 {
        -ms-flex-order: 1;
        -webkit-box-ordinal-group: 2;
        order: 1
    }

    .order-lg-2 {
        -ms-flex-order: 2;
        -webkit-box-ordinal-group: 3;
        order: 2
    }

    .order-lg-3 {
        -ms-flex-order: 3;
        -webkit-box-ordinal-group: 4;
        order: 3
    }

    .order-lg-4 {
        -ms-flex-order: 4;
        -webkit-box-ordinal-group: 5;
        order: 4
    }

    .order-lg-5 {
        -ms-flex-order: 5;
        -webkit-box-ordinal-group: 6;
        order: 5
    }

    .order-lg-6 {
        -ms-flex-order: 6;
        -webkit-box-ordinal-group: 7;
        order: 6
    }

    .order-lg-7 {
        -ms-flex-order: 7;
        -webkit-box-ordinal-group: 8;
        order: 7
    }

    .order-lg-8 {
        -ms-flex-order: 8;
        -webkit-box-ordinal-group: 9;
        order: 8
    }

    .order-lg-9 {
        -ms-flex-order: 9;
        -webkit-box-ordinal-group: 10;
        order: 9
    }

    .order-lg-10 {
        -ms-flex-order: 10;
        -webkit-box-ordinal-group: 11;
        order: 10
    }

    .order-lg-11 {
        -ms-flex-order: 11;
        -webkit-box-ordinal-group: 12;
        order: 11
    }

    .order-lg-12 {
        -ms-flex-order: 12;
        -webkit-box-ordinal-group: 13;
        order: 12
    }

    .offset-lg-0 {
        margin-left: 0
    }

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

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

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

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

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

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

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

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

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

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

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

@media (min-width: 1200px) {
    .col-xl {
        -ms-flex-preferred-size: 0;
        flex-basis: 0;
        -ms-flex-positive: 1;
        -webkit-box-flex: 1;
        flex-grow: 1;
        max-width: 100%
    }

    .col-xl-auto {
        -ms-flex: 0 0 auto;
        -webkit-box-flex: 0;
        flex: 0 0 auto;
        width: auto;
        max-width: none
    }

    .col-xl-1 {
        -ms-flex: 0 0 8.33333%;
        -webkit-box-flex: 0;
        flex: 0 0 8.33333%;
        max-width: 8.33333%
    }

    .col-xl-2 {
        -ms-flex: 0 0 16.66667%;
        -webkit-box-flex: 0;
        flex: 0 0 16.66667%;
        max-width: 16.66667%
    }

    .col-xl-3 {
        -ms-flex: 0 0 25%;
        -webkit-box-flex: 0;
        flex: 0 0 25%;
        max-width: 25%
    }

    .col-xl-4 {
        -ms-flex: 0 0 33.33333%;
        -webkit-box-flex: 0;
        flex: 0 0 33.33333%;
        max-width: 33.33333%
    }

    .col-xl-5 {
        -ms-flex: 0 0 41.66667%;
        -webkit-box-flex: 0;
        flex: 0 0 41.66667%;
        max-width: 41.66667%
    }

    .col-xl-6 {
        -ms-flex: 0 0 50%;
        -webkit-box-flex: 0;
        flex: 0 0 50%;
        max-width: 50%
    }

    .col-xl-7 {
        -ms-flex: 0 0 58.33333%;
        -webkit-box-flex: 0;
        flex: 0 0 58.33333%;
        max-width: 58.33333%
    }

    .col-xl-8 {
        -ms-flex: 0 0 66.66667%;
        -webkit-box-flex: 0;
        flex: 0 0 66.66667%;
        max-width: 66.66667%
    }

    .col-xl-9 {
        -ms-flex: 0 0 75%;
        -webkit-box-flex: 0;
        flex: 0 0 75%;
        max-width: 75%
    }

    .col-xl-10 {
        -ms-flex: 0 0 83.33333%;
        -webkit-box-flex: 0;
        flex: 0 0 83.33333%;
        max-width: 83.33333%
    }

    .col-xl-11 {
        -ms-flex: 0 0 91.66667%;
        -webkit-box-flex: 0;
        flex: 0 0 91.66667%;
        max-width: 91.66667%
    }

    .col-xl-12 {
        -ms-flex: 0 0 100%;
        -webkit-box-flex: 0;
        flex: 0 0 100%;
        max-width: 100%
    }

    .order-xl-first {
        -ms-flex-order: -1;
        -webkit-box-ordinal-group: 0;
        order: -1
    }

    .order-xl-last {
        -ms-flex-order: 13;
        -webkit-box-ordinal-group: 14;
        order: 13
    }

    .order-xl-0 {
        -ms-flex-order: 0;
        -webkit-box-ordinal-group: 1;
        order: 0
    }

    .order-xl-1 {
        -ms-flex-order: 1;
        -webkit-box-ordinal-group: 2;
        order: 1
    }

    .order-xl-2 {
        -ms-flex-order: 2;
        -webkit-box-ordinal-group: 3;
        order: 2
    }

    .order-xl-3 {
        -ms-flex-order: 3;
        -webkit-box-ordinal-group: 4;
        order: 3
    }

    .order-xl-4 {
        -ms-flex-order: 4;
        -webkit-box-ordinal-group: 5;
        order: 4
    }

    .order-xl-5 {
        -ms-flex-order: 5;
        -webkit-box-ordinal-group: 6;
        order: 5
    }

    .order-xl-6 {
        -ms-flex-order: 6;
        -webkit-box-ordinal-group: 7;
        order: 6
    }

    .order-xl-7 {
        -ms-flex-order: 7;
        -webkit-box-ordinal-group: 8;
        order: 7
    }

    .order-xl-8 {
        -ms-flex-order: 8;
        -webkit-box-ordinal-group: 9;
        order: 8
    }

    .order-xl-9 {
        -ms-flex-order: 9;
        -webkit-box-ordinal-group: 10;
        order: 9
    }

    .order-xl-10 {
        -ms-flex-order: 10;
        -webkit-box-ordinal-group: 11;
        order: 10
    }

    .order-xl-11 {
        -ms-flex-order: 11;
        -webkit-box-ordinal-group: 12;
        order: 11
    }

    .order-xl-12 {
        -ms-flex-order: 12;
        -webkit-box-ordinal-group: 13;
        order: 12
    }

    .offset-xl-0 {
        margin-left: 0
    }

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

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

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

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

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

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

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

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

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

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

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

@font-face {
    font-family: 'cs-icon';
    src:  url('fonts/cs-icon/cs-icon.eot?u7sq3h');
    src:  url('fonts/cs-icon/cs-icon.eot?u7sq3h#iefix') format('embedded-opentype'),
    url('fonts/cs-icon/cs-icon.ttf?u7sq3h') format('truetype'),
    url('fonts/cs-icon/cs-icon.woff?u7sq3h') format('woff'),
    url('fonts/cs-icon/cs-icon.svg?u7sq3h#cs-icon') format('svg');
    font-weight: normal;
    font-style: normal;
    font-display: swap
}

[class^=cs-icon-], [class*=" cs-icon-"] {
    font-family: cs-icon !important;
    speak: none;
    font-style: normal;
    font-weight: 400;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    display: inline-block;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale
}

.cs-icon-hightime:before {
    content: "\e901"
}

.cs-icon-lowtime:before {
    content: "\e907"
}

.cs-icon-percentage:before {
    content: "\e902"
}

.cs-icon-newspaper:before {
    content: "\e950"
}

.cs-icon-shout:before {
    content: "\e92b"
}

.cs-icon-statistics1:before {
    content: "\e93a"
}

.cs-icon-icon-copy:before {
    content: "\e957"
}

.cs-icon-reddit-alien:before {
    content: "\e93c"
}

.cs-icon-plus-thin:before {
    content: "\e94f"
}

.cs-icon-phone-receiver:before {
    content: "\e914"
}

.cs-icon-request:before {
    content: "\e915"
}

.cs-icon-settings:before {
    content: "\e916"
}

.cs-icon-contract:before {
    content: "\e918"
}

.cs-icon-date:before {
    content: "\e91a"
}

.cs-icon-instagram:before, .cs-icon-instagram-logo:before {
    content: "\e91b"
}

.cs-icon-maps-and-flags:before {
    content: "\e91c"
}

.cs-icon-visitor1:before {
    content: "\e91d"
}

.cs-icon-earnings-1:before {
    content: "\e924"
}

.cs-icon-link:before {
    content: "\e92f"
}

.cs-icon-statistics:before {
    content: "\e930"
}

.cs-icon-discord:before {
    content: "\e931"
}

.cs-icon-message-closed:before {
    content: "\e913"
}

.cs-icon-hours-delivery:before {
    content: "\e932"
}

.cs-icon-algorithm:before {
    content: "\e933"
}

.cs-icon-bars-graphic:before {
    content: "\e934"
}

.cs-icon-bank-building:before {
    content: "\e935"
}

.cs-icon-blockchain-2:before {
    content: "\e936"
}

.cs-icon-blockchain-4:before {
    content: "\e937"
}

.cs-icon-blog:before {
    content: "\e938"
}

.cs-icon-circle-of-four-arrows:before {
    content: "\e939"
}

.cs-icon-github:before {
    content: "\e93b"
}

.cs-icon-megaphone:before {
    content: "\e93d"
}

.cs-icon-security:before {
    content: "\e93e"
}

.cs-icon-slack:before {
    content: "\e93f"
}

.cs-icon-stack-exchange-symbol:before {
    content: "\e940"
}

.cs-icon-talk:before {
    content: "\e941"
}

.cs-icon-world-web:before {
    content: "\e942"
}

.cs-icon-youtube:before, .cs-icon-youtube-1:before {
    content: "\e943"
}

.cs-icon-pinterest:before {
    content: "\e912"
}

.cs-icon-reddit:before {
    content: "\e900"
}

.cs-icon-bitcoin-logo:before {
    content: "\e903"
}

.cs-icon-chart:before {
    content: "\e904"
}

.cs-icon-arrow:before {
    content: "\e905"
}

.cs-icon-earnings:before {
    content: "\e906"
}

.cs-icon-facebook:before {
    content: "\e908"
}

.cs-icon-IOTA:before {
    content: "\e90b"
}

.cs-icon-twitter:before {
    content: "\e917"
}

.cs-icon-linkedin:before {
    content: "\e90d"
}

.cs-icon-plus:before {
    content: "\e90e"
}

.cs-icon-rss-symbol:before {
    content: "\e90f"
}

.cs-icon-search:before {
    content: "\e910"
}

.cs-icon-telegram:before {
    content: "\e911"
}

.cs-icon-medium:before {
    content: "\e944"
}

.cs-icon-arrow-double:before {
    content: "\e94d"
}

.cs-icon-arrow-bkt:before {
    content: "\e94e"
}

.cs-icon-gitter:before {
    content: "\e956"
}

.click-icon {
    cursor: pointer
}

.popup-search {
    display: none;
    position: fixed;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    z-index: 2147483001;
    background: rgba(0, 0, 0, .9)
}

.popup-search .close-search {
    position: absolute;
    right: 50px;
    top: 50px;
    cursor: pointer
}

.popup-search .close-search:before {
    content: '+';
    font-size: 40px;
    color: #fff;
    font-weight: 400;
    position: absolute;
    right: 0;
    top: 0;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg)
}

.popup-search .search {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: distribute;
    justify-content: space-around;
    position: absolute;
    left: 50%;
    top: 50%;
    width: 800px;
    margin: 0 auto;
    border-bottom: 2px solid rgba(230, 230, 230, .6);
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%)
}

.popup-search .search-body {
    width: 780px;
    position: relative
}

.popup-search .search-body .input-search {
    color: #fff;
    font-size: 17px;
    letter-spacing: .7px;
    width: 100%;
    padding-bottom: 5px;
    background: 0 0;
    border: none
}

.popup-search .search-body .input-search::-webkit-input-placeholder {
    color: #fff;
    font-size: 17px;
    letter-spacing: .7px
}

.popup-search .search-body .input-search::-moz-placeholder {
    color: #fff;
    font-size: 17px;
    letter-spacing: .7px
}

.popup-search .search-body .input-search:-ms-input-placeholder {
    color: #fff;
    font-size: 17px;
    letter-spacing: .7px
}

.popup-search .search-body .input-search::-ms-input-placeholder {
    color: #fff;
    font-size: 17px;
    letter-spacing: .7px
}

.popup-search .search-body .input-search::placeholder {
    color: #fff;
    font-size: 17px;
    letter-spacing: .7px
}

.popup-search .search-body .error {
    color: #f7102b;
    font-size: 14px;
    position: absolute;
    left: 0;
    bottom: -26px
}

.popup-search .search #searchsubmit {
    background: 0 0;
    border: none
}

.popup-search .search #searchsubmit i {
    color: #fff;
    font-size: 22px;
    font-weight: 800
}

@media (min-width: 768px) and (max-width: 991.98px) {
    .popup-search .search {
        width: 600px
    }

    .popup-search .search-body {
        width: 560px
    }
}

@media (min-width: 576px) and (max-width: 767.98px) {
    .popup-search .close-search {
        right: 25px;
        top: 25px
    }

    .popup-search .search {
        width: 500px
    }

    .popup-search .search-body {
        width: 480px
    }
}

@media (max-width: 575.98px) {
    .popup-search .close-search {
        right: 15px;
        top: 15px
    }

    .popup-search .search {
        width: 80%;
        display: block
    }

    .popup-search .search-body {
        width: 82%;
        float: left
    }

    .popup-search .search #searchsubmit {
        float: right;
        padding-top: 5px
    }
}

header.header {
    padding-top: 10px
}

@media (max-width: 575.98px) {
    header.header {
        padding-top: 0
    }

    header.header .container {
        padding: 0
    }
}

.header-top:after {
    content: '';
    display: block;
    clear: both
}

.header_price-widget {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: 55%;
    float: left
}

.header_price-widget li {
    color: #8f9698;
    vertical-align: middle;
    font-size: 14px;
    margin-right: 20px
}

.header_price-widget li:last-child {
    margin-right: 0
}

.header_price-widget li a {
    color: #8f9698;
    font-size: 14px
}

.header_price-widget li a:hover, .header_price-widget li .widget-imgs-cont section .title a:hover, .widget-imgs-cont section .title .header_price-widget li a:hover {
    color: #f7102b
}

.header_price-widget li i {
    color: #f7102b;
    font-size: 15px;
    vertical-align: middle;
    margin-right: 5px;
    -webkit-transform: translateY(-2px);
    transform: translateY(-2px)
}

.header_price-widget li span {
    color: #6b7376;
    letter-spacing: -.3px
}

@media (min-width: 992px) and (max-width: 1199.98px) {
    .header_price-widget {
        width: 80%
    }
}

@media (min-width: 768px) and (max-width: 991.98px) {
    .header_price-widget {
        width: 100%;
        float: none
    }
}

@media (min-width: 576px) and (max-width: 767.98px) {
    .header_price-widget {
        width: 100%;
        float: none;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between
    }

    .header_price-widget li {
        margin-right: 25px
    }

    .header_price-widget li svg {
        margin-right: 5px
    }

    .header_price-widget li a {
        font-size: 13px
    }

    .header_price-widget li span {
        display: block
    }
}

@media (max-width: 575.98px) {
    .header_price-widget {
        display: none
    }
}

.top-right {
    float: right;
    width: 45%
}

.top-right .nav-top {
    position: relative;
    padding-right: 15px
}

.top-right .nav-top:after {
    content: '';
    position: absolute;
    right: 0;
    top: 2px;
    display: block;
    height: 17px;
    width: 1px;
    background: #e6e6e6
}

.top-right .nav-top a {
    color: #8f9698;
    font-size: 14px;
    vertical-align: middle;
    margin: 0 19px
}

.top-right .nav-top a:hover, .top-right .nav-top .widget-imgs-cont section .title a:hover, .widget-imgs-cont section .title .top-right .nav-top a:hover {
    color: #f7102b
}

@media (min-width: 992px) and (max-width: 1199.98px) {
    .top-right .nav-top {
        display: none
    }
}

@media (min-width: 768px) and (max-width: 991.98px) {
    .top-right .nav-top {
        display: none
    }
}

@media (min-width: 576px) and (max-width: 767.98px) {
    .top-right .nav-top {
        display: none
    }
}

@media (max-width: 575.98px) {
    .top-right .nav-top {
        display: none
    }
}

@media (min-width: 992px) and (max-width: 1199.98px) {
    .top-right {
        width: 20%
    }
}

.top_social {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding-left: 5px
}

.top_social li {
    margin-left: 23px
}

.top_social li i {
    font-size: 14px;
    vertical-align: middle
}

.top_social li a {
    color: #8f9698
}

.top_social li a:hover, .top_social li .widget-imgs-cont section .title a:hover, .widget-imgs-cont section .title .top_social li a:hover {
    color: #f7102b
}

@media (min-width: 768px) and (max-width: 991.98px) {
    .top_social {
        display: none
    }

    .top_social li {
        margin-left: 30px
    }

    .top_social li svg {
        width: 19px
    }

    .top_social li svg.i-rss {
        width: 17px
    }

    .top_social li svg.i-google-plus {
        width: 24px
    }
}

@media (min-width: 576px) and (max-width: 767.98px) {
    .top_social {
        display: none
    }
}

@media (max-width: 575.98px) {
    .top_social {
        display: none
    }
}

.header-nav_mb0 .wrapp_header-nav {
    margin-bottom: 0;
    border-bottom: none
}

.wrapp_header-nav {
    margin: 10px 0;
    padding: 15px 0;
    border-top: 1px solid #e6e6e6;
    border-bottom: 1px solid #e6e6e6;
    -webkit-transition: padding .4s ease;
    transition: padding .4s ease
}

.wrapp_header-nav.fixed {
    position: fixed;
    left: 0;
    top: 0;
    z-index: 9999;
    padding: 13px 0;
    margin-top: 0;
    width: 100%;
    -webkit-box-shadow: 0 6px 5px 0 rgba(0, 0, 0, .16);
    box-shadow: 0 6px 5px 0 rgba(0, 0, 0, .16);
    background: rgba(255, 255, 255, .96)
}

.wrapp_header-nav.fixed .container_header-nav {
    max-width: 1200px;
    padding: 0 15px;
    margin: 0 auto
}

.wrapp_header-nav.fixed .logo {
    font-size: 23px
}

.wrapp_header-nav.fixed.open-menu {
    right: 17px
}

.wrapp_header-nav .container_header-nav {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    width: 100%
}

.wrapp_header-nav .header-right {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    position: relative
}

.wrapp_header-nav .header-right .top_social {
    display: none
}

@media (min-width: 992px) and (max-width: 1199.98px) {
    .wrapp_header-nav {
        padding: 15px 0
    }

    .wrapp_header-nav .header-right .top_social {
        display: none
    }
}

@media (min-width: 768px) and (max-width: 991.98px) {
    .wrapp_header-nav {
        padding: 15px 0;
        margin: 10px 0
    }

    .wrapp_header-nav .header-right {
        position: relative
    }

    .wrapp_header-nav .header-right .show-search {
        -webkit-transform: translateY(2px);
        transform: translateY(2px)
    }

    .wrapp_header-nav .header-right .top_social {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex
    }

    .wrapp_header-nav .header-right .top_social li {
        margin-left: 0;
        padding: 0 15px
    }

    .wrapp_header-nav .header-right .top_social li a i {
        font-size: 20px
    }
}

@media (min-width: 576px) and (max-width: 767.98px) {
    .wrapp_header-nav .header-right {
        position: relative;
        float: none
    }

    .wrapp_header-nav .header-right .show-search {
        margin-right: 3px
    }
}

@media (max-width: 575.98px) {
    .wrapp_header-nav {
        padding: 8px 15px;
        margin: 0 0 10px;
        position: relative;
        border-top: none;
        float: none
    }

    .wrapp_header-nav .header-right {
        position: absolute;
        float: none;
        padding-left: 17px;
        padding-right: 32px;
        width: 100%
    }

    .wrapp_header-nav .header-right .show-search {
        position: relative
    }

    .wrapp_header-nav .header-right .show-search.active {
        top: -50px;
        opacity: 0;
        pointer-events: none
    }
}

.header-left {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    float: left
}

.header-right {
    float: right
}

.header .nav-burger {
    margin-right: 20px;
    padding-top: 2px;
    position: relative;
    z-index: 10;
    cursor: pointer
}

.header .nav-burger span {
    background: #000
}

@media (min-width: 992px) and (max-width: 1199.98px) {
    .header .nav-burger {
        margin-right: 15px
    }
}

@media (max-width: 575.98px) {
    .header .nav-burger {
        margin-right: 15px
    }
}

.header .nav-header > ul {
    position: relative
}

.header .nav-header > ul > li {
    font-size: 15px;
    display: inline-block;
    margin-right: 15px;
    position: relative
}

.header .nav-header > ul > li:last-child {
    margin-right: 0
}

.header .nav-header > ul > li a {
    line-height: 26px
}

.header .nav-header > ul > li > span {
    cursor: pointer
}

.header .nav-header > ul > li > span.menu-arrow {
    display: none
}

.header .nav-header > ul > li > ul {
    display: none;
    position: absolute;
    left: 0;
    top: 30px;
    z-index: 3;
    background: rgba(255, 255, 255, .98);
    -webkit-box-shadow: 0 3px 5px 0 rgba(0, 0, 0, .5);
    box-shadow: 0 3px 5px 0 rgba(0, 0, 0, .5)
}

.header .nav-header > ul > li > ul > li {
    font-size: 15px;
    display: block
}

.header .nav-header > ul > li > ul > li > a {
    white-space: nowrap;
    display: block;
    padding: 5px 10px
}

.header .nav-header > ul > li > ul > li {
    position: relative
}

.header .nav-header > ul > li > ul > li > ul {
    position: absolute;
    right: 0;
    transform: translateX(90%) !important;
    background: rgba(255, 255, 255, .98) !important;
    -webkit-box-shadow: 0 3px 5px 0 rgba(0, 0, 0, .5);
    box-shadow: 0 3px 5px 0 rgba(0, 0, 0, .5);
    top: 0;
    opacity: 0 !important;
    visibility: hidden !important;
    transition: .3s;
    display: block !important
}

.header .nav-header > ul > li > ul > li:hover > ul {
    opacity: 1 !important;
    visibility: visible !important;
    transform: translateX(100%) !important
}

.header .nav-header > ul > li > ul > li > ul a {
    white-space: nowrap;
    display: block;
    padding: 5px 10px
}

.header .nav-header > ul > li > ul > li.has-sub-menu > a {
    position: relative;
    display: flex;
    align-items: center;
    width: 100%;
    justify-content: space-between
}

.header .nav-header > ul > li > ul > li.has-sub-menu > a:after {
    font-family: cs-icon !important;
    speak: none;
    font-style: normal;
    font-weight: 400;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    display: inline-block;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    content: "\e94e";
    font-size: 10px
}

.header .nav-header > ul > li > ul > li > a:hover, .header .widget-imgs-cont section .title .nav-header > ul > li > ul > li > a:hover {
    background: rgba(158, 165, 168, .15)
}

@media (min-width: 992px) and (max-width: 1199.98px) {
    .header .nav-header {
        padding-top: 2px;
        margin-right: 6px
    }

    .header .nav-header > ul > li {
        font-size: 13px;
        line-height: 26px;
        margin-right: 13px;
        padding-right: 15px
    }

    .header .nav-header > ul > li:nth-child(6), .header .nav-header > ul > li:nth-child(7) {
        padding-right: 0
    }

    .header .nav-header > ul > li:last-child {
        margin-right: 13px
    }

    .header .nav-header > ul > li:last-child > ul {
        left: auto;
        right: -43px
    }

    .header .nav-header > ul > li > span.menu-arrow {
        font-size: 12px;
        color: #f7102b;
        display: block;
        position: absolute;
        right: 0;
        top: 1px;
        z-index: 2
    }

    .header .nav-header > ul > li > span.menu-arrow i {
        -webkit-transform: rotate(90deg);
        transform: rotate(90deg);
        -webkit-transition: all .4s ease;
        transition: all .4s ease
    }

    .header .nav-header > ul > li > span.menu-arrow.active i {
        -webkit-transform: rotate(-90deg);
        transform: rotate(-90deg)
    }
}

@media (min-width: 768px) and (max-width: 991.98px) {
    .header .nav-header {
        display: none
    }
}

@media (min-width: 576px) and (max-width: 767.98px) {
    .header .nav-header {
        display: none
    }
}

@media (max-width: 575.98px) {
    .header .nav-header {
        display: none
    }
}

@media (min-width: 768px) and (max-width: 991.98px) {
    .header .container {
        position: relative
    }
}

.currency-button-top {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    font-size: 13px;
    text-transform: uppercase;
    width: 140px;
    background: 0 0;
    border: 1px solid #e6e6e6;
    padding: 5px 10px
}

.currency-button-top:hover, .currency-button-top.open {
    background: -webkit-gradient(linear, right top, left top, from(#b7081c), to(#f7102b));
    background: linear-gradient(-90deg, #b7081c 0%, #f7102b 100%)
}

.currency-button-top:hover svg path, .currency-button-top.open svg path {
    fill: #fff
}

.currency-button-top:hover svg path.fil2, .currency-button-top.open svg path.fil2 {
    fill: #f7102b
}

.currency-button-top:hover span, .currency-button-top.open span {
    color: #fff
}

.currency-button-top span {
    color: #f7102b;
    font-weight: 700;
    font-size: 15px;
    line-height: 17px;
    text-align: left;
    text-transform: capitalize
}

@media (min-width: 992px) and (max-width: 1199.98px) {
    .currency-button-top {
        width: 45px;
        padding: 5px
    }

    .currency-button-top span {
        display: none
    }
}

@media (min-width: 768px) and (max-width: 991.98px) {
    .currency-button-top {
        margin-left: 15px
    }
}

@media (min-width: 576px) and (max-width: 767.98px) {
    .currency-button-top {
        margin-left: 20px
    }
}

@media (max-width: 575.98px) {
    .currency-button-top {
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        padding: 0;
        border: none;
        margin-left: 15px;
        width: 35px
    }

    .currency-button-top span {
        display: none
    }
}

.show-search {
    margin-left: 25px;
    margin-right: 20px;
    cursor: pointer
}

.show-search:hover i {
    color: #f7102b
}

@media (min-width: 992px) and (max-width: 1199.98px) {
    .show-search {
        margin-left: 10px;
        padding-top: 6px
    }
}

@media (max-width: 575.98px) {
    .show-search {
        margin: 0
    }
}

.main-conteiner_banners {
    width: 100%
}

.main-conteiner_banners .container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between
}

@media (min-width: 768px) and (max-width: 991.98px) {
    .main-conteiner_banners.top-banner {
        background: 0 0
    }

    .main-conteiner_banners .container {
        padding: 0
    }

    .main-conteiner_banners .grey-bg {
        background: 0 0
    }
}

@media (max-width: 575.98px) {
    .main-conteiner_banners.top-banner {
        padding-bottom: 10px;
        margin-bottom: 0;
        border-bottom: 1px solid #e6e6e6;
        background: 0 0
    }

    .main-conteiner_banners.top-banner .grey-bg {
        background: 0 0
    }
}

.main-conteiner_banners div.banner1170 {
    display: block;
    width: 100%;
    height: 90px;
    text-align: center;
    background: #6aac0e
}

.main-conteiner_banners div.banner960, .main-conteiner_banners div.banner720, .main-conteiner_banners div.banner290 {
    display: none
}

@media (min-width: 992px) and (max-width: 1199.98px) {
    .main-conteiner_banners div.banner960 {
        display: block;
        width: 100%;
        height: 90px;
        text-align: center;
        background: #6aac0e
    }

    .main-conteiner_banners div.banner1170, .main-conteiner_banners div.banner720, .main-conteiner_banners div.banner290 {
        display: none
    }
}

@media (min-width: 768px) and (max-width: 991.98px) {
    .main-conteiner_banners div.banner720 {
        width: 100%;
        text-align: center;
        background: #6aac0e;
        display: block
    }

    .main-conteiner_banners div.banner1170, .main-conteiner_banners div.banner960, .main-conteiner_banners div.banner200, .main-conteiner_banners div.banner290 {
        display: none
    }
}

@media (min-width: 576px) and (max-width: 767.98px) {
    .main-conteiner_banners div.banner290 {
        display: block;
        width: 100%;
        height: 90px;
        text-align: center;
        background: #6aac0e
    }

    .main-conteiner_banners div.banner1170, .main-conteiner_banners div.banner960, .main-conteiner_banners div.banner720 {
        display: none
    }
}

@media (max-width: 575.98px) {
    .main-conteiner_banners div.banner290 {
        display: block;
        width: 100%;
        height: 90px;
        text-align: center;
        background: #6aac0e
    }

    .main-conteiner_banners div.banner1170, .main-conteiner_banners div.banner960, .main-conteiner_banners div.banner720 {
        display: none
    }
}

.header-content {
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover
}

.header-content_info {
    position: relative;
    overflow: hidden
}

.header-content_info .bg-image {
    position: absolute;
    left: 50%;
    top: 50%;
    -o-object-fit: cover;
    object-fit: cover;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%)
}

.header-content_info .container {
    position: relative;
    z-index: 2;
    padding: 22px 15px 40px
}

.header-content_info .top {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-bottom: 40px
}

.header-content_info .top .breadcrumbs {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 5px 10px;
    background: rgba(0, 0, 0, .15);
    border-radius: 3px
}

.header-content_info .top .breadcrumbs.transparent {
    background: 0 0
}

.header-content_info .top .breadcrumbs li {
    color: rgba(255, 255, 255, .7);
    font-size: 15px;
    line-height: 18px;
    font-weight: 600;
    position: relative;
    padding-right: 27px;
    margin-right: 10px
}

.header-content_info .top .breadcrumbs li:after {
    content: '\203A';
    color: rgba(255, 255, 255, .7);
    font-size: 28px;
    font-weight: 300;
    line-height: inherit;
    margin: 0 5px;
    position: absolute;
    right: 0;
    top: -2px
}

.header-content_info .top .breadcrumbs li:last-child {
    padding-right: 0;
    margin-right: 0
}

.header-content_info .top .breadcrumbs li:last-child:after {
    display: none;
    line-height: inherit
}

.header-content_info .top .breadcrumbs li a {
    color: #fff;
    line-height: inherit;
    display: inline-block;
    position: relative
}

.header-content_info .top .breadcrumbs li a:after {
    content: '';
    width: 0;
    height: 1px;
    display: block;
    position: absolute;
    left: 0;
    bottom: 0;
    background: #fff
}

.header-content_info .top .breadcrumbs li a:hover:after {
    width: 100%
}

@media (min-width: 576px) and (max-width: 767.98px) {
    .header-content_info .top .breadcrumbs {
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        width: 100%
    }
}

.header-content_info .top .social {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.header-content_info .top .social li {
    margin-left: 13px
}

.header-content_info .top .social li:first-child {
    margin-left: 0
}

.header-content_info .top .social li a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 25px;
    height: 25px;
    background: rgba(0, 0, 0, .15);
    border-radius: 50%
}

.header-content_info .top .social li a:hover {
    background: rgba(255, 255, 255, .15)
}

.header-content_info .top .social li a:hover i {
    color: #b3071b
}

.header-content_info .top .social li a i {
    color: #fff;
    font-size: 14px
}

.header-content_info .info {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.header-content_info .info figure {
    -ms-flex-negative: 0;
    flex-shrink: 0;
    width: 150px;
    height: 150px;
    margin-right: 48px;
    overflow: hidden;
    border-radius: 50%;
    border: 3px solid #e6e6e6;
    -webkit-box-shadow: 0 0 3px 0 #e6e6e6 inset, 0 0 1px 0 #e6e6e6, 0 0 3px 0 #e6e6e6 inset, 0 0 1px 0 #e6e6e6, 0 0 3px 0 #e6e6e6 inset, 0 0 1px 0 #e6e6e6, 0 0 3px 0 #e6e6e6 inset, 0 0 1px 0 #e6e6e6, 0 0 3px 0 #e6e6e6 inset, 0 0 1px 0 #e6e6e6, 0 0 3px 0 #e6e6e6 inset, 0 0 1px 0 #e6e6e6;
    box-shadow: 0 0 3px 0 #e6e6e6 inset, 0 0 1px 0 #e6e6e6, 0 0 3px 0 #e6e6e6 inset, 0 0 1px 0 #e6e6e6, 0 0 3px 0 #e6e6e6 inset, 0 0 1px 0 #e6e6e6, 0 0 3px 0 #e6e6e6 inset, 0 0 1px 0 #e6e6e6, 0 0 3px 0 #e6e6e6 inset, 0 0 1px 0 #e6e6e6, 0 0 3px 0 #e6e6e6 inset, 0 0 1px 0 #e6e6e6
}

.header-content_info .info figure img {
    max-width: 100%;
    max-height: 100%
}

.header-content_info .info section {
    padding-right: 10px;
    width: 100%
}

.header-content_info .info section .item-info {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-bottom: 5px
}

.header-content_info .info section .item-info .coin-status {
    margin-bottom: 0;
    margin-right: 25px
}

.header-content_info .info section .item-info .oval-info {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    color: #fff;
    text-transform: uppercase;
    font-size: 12px;
    letter-spacing: .2px;
    padding: 0 15px;
    height: 38px;
    background: rgba(0, 0, 0, .1);
    border: 2px solid rgba(255, 255, 255, .35);
    border-radius: 20px
}

.header-content_info .info section .item-info .oval-info i {
    color: #8f9698;
    font-size: 22px;
    font-weight: 300;
    margin-right: 5px
}

.header-content_info .info section .header-content_title span {
    color: #8f9698;
    font-size: 20px
}

.header-content_info .info section .rank {
    color: #fff;
    font-size: 12px;
    text-transform: uppercase;
    display: block;
    margin-bottom: 10px
}

.header-content_info .info section .rank i {
    color: rgba(255, 255, 255, .6);
    font-size: 14px;
    margin-right: 5px
}

.header-content_info .info section p {
    font-weight: 800;
    font-size: 16px;
    margin-bottom: 7px;
    padding-left: 2px
}

.header-content_info .info section p i {
    margin-right: 5px
}

.header-content_info .info section .meta-tags {
    letter-spacing: .1px;
    padding-left: 4px
}

@media (min-width: 768px) and (max-width: 991.98px) {
    .header-content_info .info figure {
        margin-right: 0
    }
}

@media (min-width: 576px) and (max-width: 767.98px) {
    .header-content_info .info figure {
        margin-right: 0
    }
}

@media (max-width: 575.98px) {
    .header-content_info .info figure {
        margin-right: 0
    }
}

.header-content_info-body {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start
}

.header-content_info-body .rating {
    -ms-flex-negative: 0;
    flex-shrink: 0;
    width: 19%;
    padding-bottom: 15px
}

.header-content_info-body .rating-by {
    font-weight: 800;
    color: #fff
}

.header-content_info-body .rating-by span {
    font-size: 9px;
    line-height: 1;
    display: inline-block;
    padding: 5px 2px;
    border: 1px solid #fff;
    -webkit-transform: translate(0, -1px);
    transform: translate(0, -1px)
}

.header-content_info-body .rating.in-frame {
    width: 22%;
    padding: 25px 20px;
    border: 2px solid rgba(255, 255, 255, .35);
    border-radius: 2px;
    background: rgba(0, 0, 0, .25)
}

.header-content_info-body .rating section {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
    margin-bottom: 10px
}

.header-content_info-body .rating section i {
    color: rgba(255, 255, 255, .6);
    margin-right: 8px
}

.header-content_info-body .rating section p {
    color: #fff;
    line-height: 1;
    font-size: 12px;
    font-weight: 600;
    text-transform: uppercase;
    margin-right: 13px
}

.header-content_info-body .rating section span {
    color: #1cc892;
    font-size: 32px;
    font-weight: 800
}

.header-content_info-body .rating p {
    color: rgba(255, 255, 255, .7);
    font-size: 14px;
    letter-spacing: .2px
}

@media (min-width: 768px) and (max-width: 991.98px) {
    .header-content_info .container {
        padding: 22px 15px 86px
    }

    .header-content_info .top {
        text-align: center;
        display: block;
        margin-bottom: 25px !important
    }

    .header-content_info .top .breadcrumbs {
        display: inline-block
    }

    .header-content_info .top .breadcrumbs li {
        float: left
    }

    .header-content_info .top .breadcrumbs li a {
        font-size: 14px
    }

    .header-content_info .top .social {
        position: absolute;
        bottom: -25px;
        left: 50%;
        -webkit-transform: translateX(-50%);
        transform: translateX(-50%)
    }

    .header-content_info.md-table-right {
        padding-bottom: 20px
    }

    .header-content_info.md-table-right .top {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
        text-align: left;
        margin-bottom: 40px
    }

    .header-content_info.md-table-right .top .social {
        position: static;
        -webkit-transform: translateX(0);
        transform: translateX(0)
    }

    .header-content_info.md-table-right .top .social li {
        margin-left: 23px
    }

    .header-content_info.md-table-right .header-content_info-body {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
        -webkit-box-align: start;
        -ms-flex-align: start;
        align-items: flex-start
    }

    .header-content_info.md-table-right .header-content_info-body .info {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row;
        text-align: left;
        display: block;
        width: 470px;
        min-height: 120px;
        margin-bottom: 0
    }

    .header-content_info.md-table-right .header-content_info-body .info:after {
        content: '';
        display: block;
        clear: both
    }

    .header-content_info.md-table-right .header-content_info-body .info figure {
        float: left;
        margin-right: 40px
    }

    .header-content_info.md-table-right .header-content_info-body .info section .item-info {
        margin-bottom: 20px
    }

    .header-content_info.md-table-right .header-content_info-body .info section p {
        width: 100%;
        clear: both
    }

    .header-content_info.md-table-right .header-content_info-body .rating.in-frame {
        width: 230px;
        padding: 25px 15px;
        margin-top: 0
    }

    .header-content_info-body {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center
    }

    .header-content_info-body .rating {
        width: 223px !important;
        padding: 15px 10px 13px;
        margin: 38px auto 30px;
        border: 1px solid #fff
    }

    .header-content_info .info {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        text-align: center;
        width: 100%;
        margin-bottom: 20px
    }

    .header-content_info .info figure {
        margin-right: 0;
        margin-bottom: 18px;
        width: 113px;
        height: 113px
    }

    .header-content_info .info section .header-content_title {
        margin-bottom: 14px
    }

    .header-content_info .info section .header-content_title span {
        color: #8f9698;
        font-size: 20px
    }

    .header-content_info .info section .rank {
        margin-bottom: 14px
    }

    .header-content_info .info section p {
        margin-bottom: 4px;
        padding-left: 0
    }

    .header-content_info .info section .location_info {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center
    }

    .header-content_info .info section .location_info p {
        font-weight: 400;
        font-size: 14px
    }

    .header-content_info .info section .location_info p.date {
        padding-right: 20px
    }

    .header-content_info .info section .location_info p.location {
        padding-left: 20px
    }

    .header-content_info .info section .location_info p.location i {
        font-size: 17px
    }
}

@media (min-width: 576px) and (max-width: 767.98px) {
    .header-content {
        padding: 22px 0 75px
    }

    .header-content_title {
        font-size: 24px;
        line-height: 32px;
        margin-bottom: 10px
    }

    .header-content p {
        font-size: 13px;
        line-height: 22px;
        letter-spacing: .2px
    }

    .header-content_info .container {
        padding: 22px 15px 25px
    }

    .header-content_info .top {
        text-align: center;
        display: block;
        margin-bottom: 20px !important
    }

    .header-content_info .top .breadcrumbs {
        display: inline-block
    }

    .header-content_info .top .breadcrumbs li {
        float: left
    }

    .header-content_info .top .breadcrumbs li a {
        font-size: 14px
    }

    .header-content_info .top .social {
        position: absolute;
        bottom: -25px;
        left: 50%;
        -webkit-transform: translateX(-50%);
        transform: translateX(-50%)
    }

    .header-content_info .top .social li {
        margin-left: 23px
    }

    .header-content_info-body {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center
    }

    .header-content_info-body .rating {
        width: 223px !important;
        padding: 15px 10px 13px;
        margin: 38px auto 30px;
        border: 1px solid #fff
    }

    .header-content_info-body .rating.in-frame {
        width: 250px;
        margin-top: 0
    }

    .header-content_info .info {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        text-align: center;
        width: 100%;
        margin-bottom: 20px
    }

    .header-content_info .info figure {
        margin-right: 0;
        margin-bottom: 12px;
        width: 88px;
        height: 88px
    }

    .header-content_info .info section .header-content_title {
        font-size: 24px;
        margin-bottom: 14px
    }

    .header-content_info .info section .rank {
        margin-bottom: 44px
    }

    .header-content_info .info section .item-info {
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        margin-bottom: 20px
    }

    .header-content_info .info section .location_info {
        margin-top: 25px
    }

    .header-content_info .info section .location_info p {
        margin-bottom: 10px
    }

    .header-content_info .info section .location_info p:last-child {
        margin-bottom: 0
    }

    .header-content_info .info section p {
        font-size: 14px;
        line-height: 20px;
        margin-bottom: 4px;
        padding-left: 0
    }
}

@media (max-width: 575.98px) {
    .header-content {
        padding: 22px 0 25px
    }

    .header-content_title {
        font-size: 24px;
        line-height: 32px;
        margin-bottom: 10px
    }

    .header-content p {
        font-size: 14px;
        line-height: 22px;
        letter-spacing: .2px
    }

    .header-content_info .container {
        padding: 20px 15px 40px
    }

    .header-content_info .top {
        text-align: center;
        display: block;
        margin-bottom: 20px
    }

    .header-content_info .top .breadcrumbs {
        display: inline-block
    }

    .header-content_info .top .breadcrumbs li {
        float: left
    }

    .header-content_info .top .breadcrumbs li a {
        font-size: 14px
    }

    .header-content_info .top .social {
        position: absolute;
        bottom: -25px;
        left: 50%;
        -webkit-transform: translateX(-50%);
        transform: translateX(-50%)
    }

    .header-content_info .top .social li {
        margin-left: 23px
    }

    .header-content_info-body {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center
    }

    .header-content_info-body .rating {
        width: 223px !important;
        padding: 15px 10px 13px;
        margin: 38px auto 30px;
        border: 1px solid #fff
    }

    .header-content_info-body .rating.in-frame {
        width: 250px;
        margin-top: 0
    }

    .header-content_info .info {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        text-align: center;
        width: 100%;
        margin-bottom: 20px
    }

    .header-content_info .info figure {
        margin-right: 0;
        margin-bottom: 12px;
        width: 88px;
        height: 88px
    }

    .header-content_info .info section .header-content_title {
        font-size: 24px;
        margin-bottom: 14px
    }

    .header-content_info .info section .rank {
        margin-bottom: 14px
    }

    .header-content_info .info section .item-info {
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        margin-bottom: 20px
    }

    .header-content_info .info section .location_info {
        margin-top: 25px
    }

    .header-content_info .info section .location_info p {
        margin-bottom: 10px
    }

    .header-content_info .info section .location_info p:last-child {
        margin-bottom: 0
    }

    .header-content_info .info section p {
        font-size: 14px;
        line-height: 20px;
        font-weight: 400;
        margin-bottom: 4px;
        padding-left: 0
    }
}

.header-content_text {
    color: #fff;
    text-align: left;
    position: relative;
    overflow: hidden;
    background: url('/wp-content/themes/cs/images/bg/news-back-mob.png') no-repeat center/cover
}

.header-content_text .bg-image {
    position: absolute;
    left: 50%;
    top: 0;
    width: 100.5%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%)
}

.header-content_text > .container {
    padding: 45px 15px 34px
}

@media (min-width: 768px) and (max-width: 991.98px) {
    .header-content_text > .container {
        padding-bottom: 22px
    }
}

@media (min-width: 576px) and (max-width: 767.98px) {
    .header-content_text > .container {
        padding-bottom: 22px
    }
}

@media (max-width: 575.98px) {
    .header-content_text > .container {
        padding: 10px 15px 0
    }

    .header-content_text .header-content_title {
        font-size: 24px;
        line-height: 30px
    }

    .header-content_text p {
        font-size: 13px
    }
}

.header-content_text_table {
    text-align: left;
    width: 100%;
    margin-top: 25px
}

.header-content_text_table tr {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
}

.header-content_text_table tr td {
    padding: 13px 15px;
    text-align: center;
    width: 25%;
    border: 1px solid #fff;
    border-right: none
}

.header-content_text_table tr td:nth-child(n+5) {
    border-top: none
}

.header-content_text_table tr td:nth-child(4n) {
    border-right: 1px solid #fff
}

.header-content_text_table tr td span {
    font-weight: 600
}

.header-content_text_table tr td p {
    letter-spacing: .4px;
    margin-bottom: 0
}

@media (min-width: 1200px) {
    .header-content_text_table {
        background-size: initial
    }
}

@media (min-width: 768px) and (max-width: 991.98px) {
    .header-content_text_table tr {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap
    }

    .header-content_text_table tr td {
        display: block;
        width: 50%;
        margin-top: -1px;
        margin-right: -1px
    }

    .header-content_text_table tr td:nth-child(2n) {
        border-right: 1px solid #fff
    }
}

@media (min-width: 576px) and (max-width: 767.98px) {
    .header-content_text_table {
        text-align: center
    }

    .header-content_text_table tr {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap
    }

    .header-content_text_table tr td {
        display: block;
        width: 50%;
        margin-top: -1px;
        margin-right: -1px
    }

    .header-content_text_table tr td:nth-child(2n) {
        border-right: 1px solid #fff
    }
}

@media (max-width: 575.98px) {
    .header-content_text_table {
        text-align: center
    }

    .header-content_text_table tr {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap
    }

    .header-content_text_table tr td {
        display: block;
        width: 50%;
        margin-top: -1px;
        margin-right: -1px;
        padding: 13px 9px
    }

    .header-content_text_table tr td:nth-child(2n) {
        border-right: 1px solid #fff
    }

    .header-content_text_table tr td:nth-child(7), .header-content_text_table tr td:nth-child(8) {
        display: none
    }
}

.header-content_title, .header-content p {
    color: #fff
}

.header-content_title {
    font-size: 32px;
    line-height: 36px;
    font-weight: 800;
    margin-bottom: 10px
}

.header-content p {
    font-size: 15px;
    line-height: 24px;
    font-weight: 400
}

@media (min-width: 992px) and (max-width: 1199.98px) {
    .header-content_info-body .rating.in-frame {
        width: 25%
    }
}

@media (max-width: 575.98px) {
    .header-content_title {
        font-size: 24px;
        line-height: 30px
    }
}

.header-content_button {
    padding: 190px 0
}

.header-content_button p {
    margin-bottom: 25px
}

.header-content_button .header-button {
    color: #fff;
    text-align: center;
    display: inline-block;
    min-width: 260px;
    padding: 10px;
    border: 2px solid #fff
}

.header-content_button .header-button:hover {
    color: #142025;
    border-color: #fff;
    background: #fff
}

@media (min-width: 768px) and (max-width: 991.98px) {
    .header-content_button {
        text-align: center;
        padding: 150px 0;
        margin-bottom: 30px
    }
}

@media (min-width: 576px) and (max-width: 767.98px) {
    .header-content_button {
        text-align: center;
        padding: 150px 0;
        margin-bottom: 30px
    }
}

@media (max-width: 575.98px) {
    .header-content_button {
        text-align: center;
        padding: 50px 0;
        margin-bottom: 20px
    }

    .header-content_button .header-button {
        width: 100%
    }
}

.top_main {
}

.top_main-news {
    margin-bottom: 20px
}

.top_main-news .container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between
}

.top_main-news figure, .top_main-news img {
    width: 100%;
    height: auto
}

.top_main-news figure > a {
    display: block
}

.top_main-news figure:hover figcaption .title {
    color: #f7102b
}

.top_main-news figure.bg-shadow:after {
    pointer-events: none
}

.top_main-news figure figcaption .title, .top_main-news figure figcaption span, .top_main-news figure figcaption .title a {
    color: #fff
}

.top_main-news figure figcaption span {
    font-size: 16px;
    line-height: 18px
}

.top_main-news .column-left {
    margin-right: 2px;
    width: 780px;
    height: 520px
}

.top_main-news .column-right {
    width: 388px
}

.top_main-news .column-right figure {
    margin-bottom: 2px;
    height: 259px
}

.top_main-news .column-right figure:last-child {
    margin-bottom: 0
}

.top_main-news .column-right figure img {
    max-width: 100%
}

@media (min-width: 992px) and (max-width: 1199.98px) {
    .top_main-news .column-left {
        width: 605px
    }

    .top_main-news .column-left img {
        height: 540px;
        width: auto
    }

    .top_main-news .column-right {
        width: 385px
    }

    .top_main-news .column-right img {
        height: 259px;
        max-width: 200%;
        width: auto
    }

    .top_main-news figure figcaption .title {
        font-size: 24px;
        line-height: 34px
    }

    .topic-links {
        padding-top: 15px
    }
}

@media (min-width: 768px) and (max-width: 991.98px) {
    .top_main-news .container {
        padding: 0
    }

    .top_main-news figure figcaption {
        padding-bottom: 18px;
        padding-left: 30px
    }

    .top_main-news figure figcaption span {
        font-size: 12px
    }

    .top_main-news .column-left {
        width: 480px;
        height: 320px
    }

    .top_main-news .column-right {
        width: 238px
    }

    .top_main-news .column-right figure {
        height: 159px
    }

    .top_main-news .column-right figure figcaption {
        padding-left: 15px;
        padding-bottom: 15px
    }

    .top_main-news .column-right figure figcaption .title {
        font-size: 14px;
        line-height: 22px;
        margin-bottom: 10px
    }

    .top_main-news .column-right figure figcaption span {
        font-size: 12px;
        line-height: 18px
    }
}

@media (min-width: 576px) and (max-width: 767.98px) {
    .top_main-news .container {
        display: block
    }

    .top_main-news .column-left, .top_main-news .column-right {
        width: 100%
    }

    .top_main-news .column-left {
        margin-bottom: 2px;
        height: auto
    }

    .top_main-news figure figcaption {
        padding-bottom: 18px;
        padding-left: 30px
    }

    .top_main-news figure figcaption .title {
        font-size: 24px;
        line-height: 32px;
        margin-bottom: 12px
    }

    .top_main-news figure figcaption span {
        font-size: 12px
    }
}

@media (max-width: 575.98px) {
    .top_main-news .container {
        padding: 0;
        display: inline-block
    }

    .top_main-news .column-left {
        margin-bottom: 2px;
        height: auto
    }
}

.top_main_price-widget {
    margin-bottom: 30px
}

.top_main_price-widget .container .trading-etoro-tablet {
    display: none
}

.top_main_price-widget ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

.top_main_price-widget ul li {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 20%;
    padding: 15px 10px;
    border: 1px solid #e6e6e6;
    border-left: none
}

.top_main_price-widget ul li:first-child {
    border-left: 1px solid #e6e6e6
}

.top_main_price-widget ul li .price-widget {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.top_main_price-widget ul li .price-widget > i {
    margin-right: 15px
}

.top_main_price-widget ul li .price-widget > img {
    -ms-flex-negative: 0;
    flex-shrink: 0;
    width: 32px;
    height: auto;
    display: block;
    margin-right: 10px;
    -webkit-filter: grayscale(100%);
    filter: grayscale(100%)
}

.top_main_price-widget ul li .price-widget:hover > img {
    -webkit-filter: grayscale(0);
    filter: grayscale(0)
}

.top_main_price-widget .wrapp_view-all {
    padding-left: 0
}

.top_main_price-widget .wrapp_view-all .trading-etoro {
    color: #fff;
    font-size: 13px;
    padding: 5px 15px;
    display: block;
    float: left;
    background: -webkit-gradient(linear, right top, left top, from(#b7081c), to(#f7102b));
    background: linear-gradient(-90deg, #b7081c 0%, #f7102b 100%)
}

@media (min-width: 992px) and (max-width: 1199.98px) {
    .top_main_price-widget .container .trading-etoro-tablet {
        display: none
    }

    .top_main_price-widget ul li .price-widget {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column
    }

    .top_main_price-widget ul li .price-widget > img {
        margin-bottom: 5px;
        margin-right: 0
    }
}

@media (min-width: 768px) and (max-width: 991.98px) {
    .top_main_price-widget {
        margin-bottom: 35px
    }

    .top_main_price-widget .container {
        padding: 0;
        position: relative
    }

    .top_main_price-widget .container .trading-etoro-tablet {
        color: #fff;
        font-size: 13px;
        display: inline-block;
        padding: 5px 15px;
        margin-top: 15px;
        background-image: -webkit-gradient(linear, right top, left top, from(#b7081c), to(#f7102b));
        background-image: linear-gradient(-90deg, #b7081c 0%, #f7102b 100%)
    }

    .top_main_price-widget ul {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap
    }

    .top_main_price-widget ul li {
        -webkit-box-pack: start;
        -ms-flex-pack: start;
        justify-content: flex-start;
        width: 33.333%;
        padding: 15px 20px 11px
    }

    .top_main_price-widget ul li:nth-child(4) {
        border-left: 1px solid #e6e6e6
    }

    .top_main_price-widget ul li:nth-child(4), .top_main_price-widget ul li:nth-child(5) {
        border-top: none
    }

    .top_main_price-widget ul li .price-widget_title span {
        margin-left: 3px
    }

    .top_main_price-widget .wrapp_view-all {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        width: 33.333%;
        padding: 25px 0;
        position: absolute;
        right: 1px;
        bottom: 0;
        border: 1px solid #e6e6e6;
        border-top: none;
        border-left: none
    }

    .top_main_price-widget .wrapp_view-all .trading-etoro {
        display: none
    }

    .top_main_price-widget .wrapp_view-all .view-all {
        -webkit-transform: translate(-9px, 0);
        transform: translate(-9px, 0)
    }
}

@media (min-width: 576px) and (max-width: 767.98px) {
    .top_main_price-widget {
        margin-bottom: 35px
    }

    .top_main_price-widget .container {
        position: relative
    }

    .top_main_price-widget .container .trading-etoro-tablet {
        color: #fff;
        font-size: 13px;
        display: inline-block;
        padding: 5px 15px;
        margin-top: 15px;
        background-image: -webkit-gradient(linear, right top, left top, from(#b7081c), to(#f7102b));
        background-image: linear-gradient(-90deg, #b7081c 0%, #f7102b 100%)
    }

    .top_main_price-widget ul {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap
    }

    .top_main_price-widget ul li {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-pack: start;
        -ms-flex-pack: start;
        justify-content: flex-start;
        width: 33.333%;
        padding: 15px 20px 11px
    }

    .top_main_price-widget ul li:nth-child(4) {
        border-left: 1px solid #e6e6e6
    }

    .top_main_price-widget ul li:nth-child(4), .top_main_price-widget ul li:nth-child(5) {
        border-top: none
    }

    .top_main_price-widget ul li i {
        margin-right: 0;
        margin-bottom: 10px
    }

    .top_main_price-widget ul li .price-widget {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        margin-bottom: 3px;
        margin-right: 0
    }

    .top_main_price-widget ul li .price-widget_title span {
        margin-left: 3px
    }

    .top_main_price-widget ul li p {
        font-size: 15px
    }

    .top_main_price-widget ul li p span {
        font-size: 14px
    }

    .top_main_price-widget .wrapp_view-all {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        width: 33.333%;
        margin: 0;
        padding: 50px 0;
        position: absolute;
        right: 1px;
        bottom: 0;
        border: 1px solid #e6e6e6;
        border-top: none;
        border-left: none
    }

    .top_main_price-widget .wrapp_view-all .view-all {
        -webkit-transform: translate(-9px, 0);
        transform: translate(-9px, 0)
    }

    .top_main_price-widget .wrapp_view-all .trading-etoro {
        display: none
    }
}

@media (max-width: 575.98px) {
    .top_main_price-widget {
        margin-bottom: 25px
    }

    .top_main_price-widget ul {
        display: inline-block;
        width: 100%
    }

    .top_main_price-widget ul li {
        -webkit-box-pack: start;
        -ms-flex-pack: start;
        justify-content: flex-start;
        width: 100%;
        padding: 13px 20px;
        border-left: 1px solid #e6e6e6;
        border-top: none
    }

    .top_main_price-widget ul li:first-child {
        border-top: 1px solid #e6e6e6
    }

    .top_main_price-widget ul li i {
        margin-right: 15px
    }

    .top_main_price-widget ul li section h4 {
        margin-bottom: 0
    }

    .top_main_price-widget .wrapp_view-all {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        -webkit-box-orient: vertical;
        -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
        flex-direction: column-reverse;
        width: 100%;
        padding: 26px 15px;
        margin-top: 0;
        border: 1px solid #e6e6e6;
        border-top: none
    }

    .top_main_price-widget .wrapp_view-all .view-all {
        font-size: 13px;
        -webkit-transform: translate(-9px, 0);
        transform: translate(-9px, 0)
    }

    .top_main_price-widget .wrapp_view-all .trading-etoro {
        text-transform: uppercase;
        text-align: center;
        float: none;
        width: 100%;
        margin-top: 17px
    }

    .top_main_price-widget .trading-etoro-tablet {
        display: none
    }
}

@media (min-width: 768px) and (max-width: 991.98px) {
    .wrapp_main-releases .container {
        padding: 0
    }
}

@media (min-width: 576px) and (max-width: 767.98px) {
    .wrapp_main-releases .container > .row > div {
        margin-bottom: 10px;
        width: 100%
    }

    .wrapp_main-releases .container > .row > div:last-child {
        margin-bottom: 0
    }
}

@media (max-width: 575.98px) {
    .wrapp_main-releases .container > .row > div:last-child .main-releases {
        margin-bottom: 0
    }
}

.main-releases {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start
}

.main-releases figure {
    margin-right: 20px
}

.main-releases figure img {
    width: 115px
}

.main-releases section {
    font-size: 16px;
    font-weight: 800;
    line-height: 24px;
    position: relative;
    top: -4px
}

@media (min-width: 768px) and (max-width: 991.98px) {
    .main-releases {
        display: block
    }

    .main-releases figure {
        margin-right: 0;
        margin-bottom: 20px
    }

    .main-releases figure img {
        width: 100%
    }

    .main-releases section {
        line-height: 22px;
        max-height: 90px;
        overflow: hidden
    }
}

@media (max-width: 575.98px) {
    .main-releases {
        margin-bottom: 20px
    }

    .main-releases figure {
        margin-right: 10px
    }

    .main-releases section {
        font-size: 13px;
        line-height: 18px
    }
}

.wrapp_main-conteiner {
    padding: 40px 0
}

@media (min-width: 768px) and (max-width: 991.98px) {
    .wrapp_main-conteiner {
        padding: 40px 0 10px
    }
}

@media (min-width: 576px) and (max-width: 767.98px) {
    .wrapp_main-conteiner {
        padding: 40px 0 10px
    }
}

@media (max-width: 575.98px) {
    .wrapp_main-conteiner {
        padding: 40px 0 10px
    }
}

.main-content {
    padding-right: 50px;
    margin-bottom: 50px
}

@media (min-width: 768px) and (max-width: 991.98px) {
    .main-content {
        padding-right: 0;
        padding-left: 0
    }
}

@media (min-width: 576px) and (max-width: 767.98px) {
    .main-content {
        padding-right: 15px
    }
}

@media (max-width: 575.98px) {
    .main-content {
        padding-right: 15px
    }
}

.wrapp_news-preview.new-mobile .news-preview section .news-preview_title, .wrapp_news-preview.new-mobile .news-preview section .news-autor {
    margin-bottom: 10px
}

@media (min-width: 576px) and (max-width: 767.98px) {
    .wrapp_news-preview.new-mobile .excerpt {
        display: none
    }
}

@media (max-width: 575.98px) {
    .wrapp_news-preview.new-mobile .news-preview {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row
    }

    .wrapp_news-preview.new-mobile .news-preview figure {
        width: 120px;
        margin-right: 10px
    }

    .wrapp_news-preview.new-mobile .news-preview section .news-preview_title {
        margin-bottom: 5px
    }

    .wrapp_news-preview.new-mobile .news-preview section .news-autor {
        font-size: 12px;
        margin-bottom: 0
    }

    .wrapp_news-preview.new-mobile .news-preview section .excerpt {
        display: none
    }
}

.news-preview {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    padding-bottom: 25px;
    margin-bottom: 30px;
    border-bottom: 1px solid #e6e6e6
}

.news-preview .no-loaded {
    margin-bottom: 20px;
    background-size: 35%;
    min-height: 100px
}

.news-preview.last {
    margin-bottom: 0
}

.news-preview_bottom {
    margin-bottom: 40px
}

@media (min-width: 576px) and (max-width: 767.98px) {
    .news-preview_bottom {
        margin-bottom: 20px
    }
}

@media (max-width: 575.98px) {
    .news-preview_bottom {
        margin-bottom: 20px
    }
}

.news-preview .autor > span {
    color: #142025;
    display: inline-block
}

.news-preview figure {
    -ms-flex-negative: 0;
    flex-shrink: 0;
    margin-right: 30px;
    width: 170px
}

.news-preview figure a img {
    width: 100%;
    height: auto;
    margin-bottom: 15px
}

.news-preview figure figcaption {
    color: #8f9698;
    font-size: 14px;
}

.news-preview figure figcaption span {
    display: block;
    margin-bottom: 5px
}

.news-preview figure figcaption span:last-child {
    margin-bottom: 0
}

.news-preview section .meta-tags {
    vertical-align: top;
    margin-bottom: 10px
}

.news-preview section .news-preview_title {
    font-size: 24px;
    line-height: 32px;
    margin-bottom: 13px;
    display: block;
}

.news-preview section .news-preview_title.little {
    font-size: 16px;
    line-height: 22px
}

.news-preview section .news-preview_title a {
    color: #142025;
    font-weight: 800;
    display: inline-block
}

.news-preview section p {
    line-height: 24px
}

.news-preview section .autor-time-mobile {
    display: none
}

@media (min-width: 768px) and (max-width: 991.98px) {
    .news-preview figure {
        width: 220px
    }

    .news-preview figure span {
        font-size: 14px;
        margin-bottom: 0
    }

    .news-preview section .meta-tags {
        margin-bottom: 12px
    }

    .news-preview section .news-preview_title {
        font-size: 18px;
        line-height: 24px;
        margin-bottom: 20px
    }

    .news-preview section p {
        font-size: 14px;
        line-height: 22px
    }
}

@media (max-width: 575.98px) {
    .news-preview {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        padding-bottom: 15px;
        margin-bottom: 20px
    }

    .news-preview figure {
        width: 100%;
        margin-right: 0
    }

    .news-preview figure .no-loaded {
        min-height: 300px
    }

    .news-preview figure img {
        margin-bottom: 20px
    }

    .news-preview figure figcaption {
        display: none
    }

    .news-preview section {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column
    }

    .news-preview section .meta-tags {
        font-size: 10px
    }

    .news-preview section .news-preview_title {
        -webkit-box-ordinal-group: 0;
        -ms-flex-order: -1;
        order: -1;
        font-size: 16px;
        margin-bottom: 11px
    }

    .news-preview section .news-preview_title a {
        line-height: 20px
    }

    .news-preview section .autor-time-mobile {
        display: block;
        margin-bottom: 10px
    }

    .news-preview section .autor-time-mobile span {
        color: #8f9698;
        font-size: 13px
    }

    .news-preview section p {
        font-size: 13px;
        line-height: 18px
    }
}

.top-news-preview {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin-bottom: 55px
}

.top-news-preview .column-left {
    width: 470px
}

.top-news-preview .column-left figure {
    width: 100%;
    margin-bottom: 25px
}

.top-news-preview .column-left figure .no-loaded {
    min-height: 313px
}

.top-news-preview .column-left figure a {
    display: block
}

.top-news-preview .column-left figure img {
    width: 100%
}

.top-news-preview .column-left section .title {
    font-size: 24px;
    line-height: 32px;
    font-weight: 800;
    margin-bottom: 6px
}

.top-news-preview .column-right {
    -ms-flex-negative: 0;
    flex-shrink: 0;
    width: 270px
}

.top-news-preview .column-right article {
    width: 100%;
    margin-bottom: 25px
}

.top-news-preview .column-right article:last-child {
    margin-bottom: 0
}

.top-news-preview .column-right article figure {
    width: 100%;
    overflow: hidden;
    margin-bottom: 14px
}

.top-news-preview .column-right article figure .no-loaded {
    min-height: 145px;
    background-size: 35%
}

.top-news-preview .column-right article figure img {
    width: 100%
}

.top-news-preview .column-right article .title {
    font-size: 16px;
    line-height: 24px;
    font-weight: 800;
    margin-bottom: 5px
}

.top-news-preview .column-right article .date {
    color: #8f9698
}

@media (min-width: 992px) and (max-width: 1199.98px) {
    .top-news-preview .column-left {
        width: 390px
    }

    .top-news-preview .column-right {
        width: 190px
    }
}

@media (min-width: 768px) and (max-width: 991.98px) {
    .top-news-preview .column-left {
        width: 420px
    }

    .top-news-preview .column-right {
        width: 270px
    }
}

@media (min-width: 576px) and (max-width: 767.98px) {
    .top-news-preview {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column
    }

    .top-news-preview .column-left, .top-news-preview .column-right {
        width: 100%
    }

    .top-news-preview .column-left {
        margin-bottom: 25px
    }

    .top-news-preview .column-right article .title {
        margin-bottom: 15px
    }

    .top-news-preview .column-right article figure {
        max-height: 100%
    }

    .top-news-preview .show-tablet .meta-tags {
        font-size: 11px;
        display: block
    }

    .top-news-preview .show-tablet .autor, .top-news-preview .show-tablet .time {
        color: #8f9698;
        font-size: 13px
    }
}

@media (max-width: 575.98px) {
    .top-news-preview {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column
    }

    .top-news-preview .column-left, .top-news-preview .column-right {
        width: 100%
    }

    .top-news-preview .column-left {
        margin-bottom: 25px
    }

    .top-news-preview .column-left figure .no-loaded {
        min-height: 313px
    }

    .top-news-preview .column-left section .title {
        font-size: 16px;
        line-height: 24px
    }

    .top-news-preview .column-left section p {
        font-size: 13px
    }

    .top-news-preview .column-right article figure {
        max-height: 100%
    }

    .top-news-preview .column-right article .title {
        margin-bottom: 15px
    }

    .top-news-preview .column-right article .date {
        font-size: 13px
    }

    .top-news-preview .show-tablet .meta-tags {
        font-size: 11px;
        display: block
    }

    .top-news-preview .show-tablet .autor, .top-news-preview .show-tablet .time {
        color: #8f9698;
        font-size: 13px
    }
}

.top-news-preview.massonry .left-side {
    margin-right: 15px;
    border-right: 1px solid #e6e6e6
}

.top-news-preview.massonry .left-side .bottom {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding-top: 15px;
    padding-right: 20px;
    border-top: 1px solid #e6e6e6
}

.top-news-preview.massonry .left-side .bottom figure {
    -ms-flex-negative: 0;
    flex-shrink: 0;
    width: 220px;
    padding-right: 30px
}

.top-news-preview.massonry .left-side .bottom figure img {
    max-width: 100%
}

.top-news-preview.massonry .left-side .bottom section {
    padding-top: 10px
}

.top-news-preview.massonry .left-side .bottom section .title {
    font-weight: 800;
    margin-bottom: 10px
}

.top-news-preview.massonry .left-side .column-left {
    margin-right: 0;
    margin-bottom: 30px;
    padding-right: 30px
}

@media (min-width: 768px) and (max-width: 991.98px) {
    .top-news-preview.massonry .left-side .column-left {
        padding-right: 0
    }
}

@media (min-width: 576px) and (max-width: 767.98px) {
    .top-news-preview.massonry .left-side {
        margin-right: 0;
        border-right: none
    }

    .top-news-preview.massonry .left-side .column-left {
        padding-right: 0;
        margin-right: 0
    }

    .top-news-preview.massonry .left-side .bottom {
        padding-bottom: 15px;
        padding-right: 0;
        margin-bottom: 20px;
        border-bottom: 1px solid #e6e6e6
    }
}

@media (max-width: 575.98px) {
    .top-news-preview.massonry .left-side {
        margin-right: 0;
        border-right: none
    }

    .top-news-preview.massonry .left-side .column-left {
        padding-right: 0;
        margin-right: 0;
        margin-bottom: 25px
    }

    .top-news-preview.massonry .left-side .bottom {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        padding-top: 0;
        padding-right: 0;
        margin-bottom: 25px;
        border: none
    }

    .top-news-preview.massonry .left-side .bottom figure {
        padding-right: 0;
        width: 100%
    }

    .top-news-preview.massonry .left-side .bottom figure img {
        width: 100%
    }
}

.news-block {
    margin-bottom: 40px
}

@media (max-width: 575.98px) {
    .news-block {
        margin-bottom: 30px
    }
}

.news-block .align-c {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.news-block .title {
    font-size: 16px;
    line-height: 22px;
    font-weight: 800;
    margin-bottom: 10px
}

.news-block img {
    max-width: 100%
}

.news-block article:hover .title, .news-block section:hover .title {
    color: #f7102b
}

.news-block .top-guides-articles {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding-bottom: 10px
}

@media (min-width: 576px) and (max-width: 767.98px) {
    .news-block .top-guides-articles {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        border-bottom: none
    }
}

@media (max-width: 575.98px) {
    .news-block .top-guides-articles {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        border-bottom: none
    }
}

.news-block .top-block {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between
}

.news-block .top-block figure {
    -ms-flex-negative: 0;
    flex-shrink: 0;
    width: 240px
}

.news-block .top-block figure > img {
    max-width: 100%
}

.news-block .top-block section {
    padding-right: 10px
}

.news-block .top-block section .title {
    font-size: 16px;
    line-height: 24px;
    font-weight: 800;
    margin-bottom: 10px
}

.news-block .top-block.right {
    -ms-flex-negative: 0;
    flex-shrink: 0;
    width: 250px;
    padding-left: 15px
}

.news-block .top-block.img-left figure {
    margin-right: 20px;
    min-height: 160px
}

.news-block .top-block.img-right figure {
    margin-left: 20px;
    min-height: 160px
}

@media (min-width: 992px) and (max-width: 1199.98px) {
    .news-block .top-block figure {
        width: 155px
    }

    .news-block .top-block.right {
        width: 210px
    }
}

@media (min-width: 576px) and (max-width: 767.98px) {
    .news-block .top-block {
        margin-bottom: 20px
    }

    .news-block .top-block figure {
        -webkit-box-ordinal-group: 1;
        -ms-flex-order: 0;
        order: 0;
        margin-left: 0 !important;
        margin-right: 0;
        margin-bottom: 15px
    }

    .news-block .top-block section {
        -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
        order: 1
    }

    .news-block .top-block.right {
        width: 100%;
        padding-left: 0;
        padding-bottom: 0
    }
}

@media (max-width: 575.98px) {
    .news-block .top-block {
        padding-top: 15px
    }

    .news-block .top-block figure {
        width: 100%
    }

    .news-block .top-block figure img {
        width: 100%
    }

    .news-block .top-block section .title {
        font-size: 16px;
        line-height: 24px
    }

    .news-block .top-block.img-left figure {
        min-height: 0;
        margin-right: 15px;
        width: 160px
    }

    .news-block .top-block.img-right section {
        margin-bottom: 15px
    }

    .news-block .top-block.img-right figure {
        margin-left: 0;
        margin-bottom: 0
    }

    .news-block .top-block.right {
        width: 100%;
        border-left: none;
        padding-left: 0;
        padding-bottom: 0
    }
}

@media (max-width: 479.98px) {
    .news-block .top-block.img-left {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column
    }

    .news-block .top-block.img-left figure {
        min-height: 0;
        margin-right: 0;
        margin-bottom: 15px;
        width: 100%
    }
}

.news-block .three-column {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding: 15px 0
}

.news-block .three-column article {
    width: 33.3333%
}

.news-block .three-column article:first-child {
    padding-right: 15px
}

.news-block .three-column article:nth-child(2) {
    padding-left: 15px;
    padding-right: 0;
    margin-right: 15px
}

.news-block .three-column article:nth-child(3) {
    padding-left: 15px
}

.news-block .three-column article:hover .title {
    color: #f7102b
}

@media (min-width: 576px) and (max-width: 767.98px) {
    .news-block .three-column {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        padding-top: 0
    }

    .news-block .three-column article {
        width: 100%;
        padding: 0;
        margin-bottom: 20px
    }

    .news-block .three-column article:nth-child(n) {
        padding: 0
    }

    .news-block .three-column article:last-child {
        margin-bottom: 0
    }
}

@media (max-width: 575.98px) {
    .news-block .three-column {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        padding-top: 0
    }

    .news-block .three-column article {
        width: 100%;
        padding: 0;
        margin-bottom: 20px
    }

    .news-block .three-column article:nth-child(n) {
        padding: 0
    }

    .news-block .three-column article:last-child {
        margin-bottom: 0
    }
}

.subscribe {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
    margin: 60px 0
}

.subscribe_title {
    font-size: 24px;
    line-height: 32px;
    font-weight: 800;
    margin-right: 48px;
    margin-bottom: 0;
    display: block
}

.subscribe form {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
    padding-bottom: 5px
}

.subscribe .wrapp_subs-inp {
    position: relative;
    width: 370px;
    margin-right: 30px;
    border-bottom: 1px solid #e6e6e6
}

.subscribe .wrapp_subs-inp input {
    height: 30px;
    width: 100%;
    padding: 0 5px;
    border: none
}

.subscribe .wrapp_subs-inp label {
    color: #8f9698;
    font-size: 18px;
    position: absolute;
    top: 0;
    left: 0
}

.subscribe .wrapp_subs-inp label sup {
    color: #f7102b;
    font-size: 14px;
    font-weight: 800;
    position: relative;
    top: 0;
    left: -4px
}

.subscribe .wrapp_subs-inp.focused label {
    font-size: 15px;
    top: -20px
}

@media (min-width: 992px) and (max-width: 1199.98px) {
    .subscribe .wrapp_subs-inp {
        width: 210px
    }
}

@media (min-width: 768px) and (max-width: 991.98px) {
    .subscribe h4 {
        font-size: 18px;
        line-height: 28px;
        margin-right: 70px
    }

    .subscribe .wrapp_subs-inp {
        width: 345px
    }
}

@media (min-width: 576px) and (max-width: 767.98px) {
    .subscribe {
        display: block;
        margin: 25px 0
    }

    .subscribe form {
        display: block
    }

    .subscribe form .wrapp_subs-inp {
        width: 100%;
        margin-bottom: 18px
    }

    .subscribe form .wrapp_subs-inp.fly-lab.focused label {
        top: -30px;
        font-size: 16px
    }

    .subscribe form .wrapp_subs-inp label {
        font-size: 13px;
        top: -12px
    }

    .subscribe form .wrapp_subs-inp input {
        height: 25px
    }

    .subscribe form .button-form {
        width: 100%;
        padding: 15px auto
    }

    .subscribe .subscribe_title {
        width: 100%;
        margin-bottom: 39px
    }

    .subscribe .subscribe_title br {
        display: none
    }
}

@media (max-width: 575.98px) {
    .subscribe {
        display: block;
        margin: 25px 0
    }

    .subscribe form {
        display: block
    }

    .subscribe form .wrapp_subs-inp {
        width: 100%;
        margin-bottom: 18px
    }

    .subscribe form .wrapp_subs-inp.fly-lab.focused label {
        top: -30px;
        font-size: 16px
    }

    .subscribe form .wrapp_subs-inp label {
        font-size: 13px;
        top: -12px
    }

    .subscribe form .wrapp_subs-inp input {
        height: 25px
    }

    .subscribe form .button-form {
        width: 100%;
        padding: 15px auto
    }

    .subscribe .subscribe_title {
        font-size: 16px;
        width: 100%;
        margin-bottom: 30px
    }

    .subscribe .subscribe_title br {
        display: none
    }
}

.main-organizations {
    margin-bottom: 30px
}

.main-organizations.full-width ul {
    display: block;
    border-bottom: none
}

.main-organizations.full-width ul li {
    width: auto
}

.main-organizations.full-width .organizations-item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    padding-bottom: 25px;
    margin-bottom: 25px;
    border-bottom: 1px solid #e6e6e6
}

.main-organizations.full-width .organizations-item figure {
    -ms-flex-negative: 0;
    flex-shrink: 0;
    height: 75px;
    width: 75px;
    margin-right: 25px
}

.main-organizations.full-width .organizations-item section span {
    margin-bottom: 5px;
    display: block
}

.main-organizations.full-width .organizations-item section .title {
    font-size: 24px;
    font-weight: 800;
    line-height: 28px;
    margin-bottom: 17px
}

.main-organizations.full-width .organizations-item section p {
    color: #142025;
    margin-bottom: 12px
}

@media (min-width: 768px) and (max-width: 991.98px) {
    .main-organizations.full-width .organizations-item figure {
        width: 53px;
        height: 53px
    }

    .main-organizations.full-width .organizations-item section .title {
        font-size: 16px;
        margin-bottom: 13px
    }
}

@media (max-width: 575.98px) {
    .main-organizations.full-width .organizations-item figure {
        height: 45px;
        width: 45px
    }
}

.main-organizations.double ul li {
    width: 50%
}

.main-organizations.double ul li:nth-child(odd) {
    padding-right: 15px
}

.main-organizations.double ul li:nth-child(even) {
    padding-left: 15px
}

.main-organizations.double ul li .title {
    font-size: 16px;
    line-height: 20px;
    margin-bottom: 6px
}

@media (min-width: 576px) and (max-width: 767.98px) {
    .main-organizations.double {
        margin-bottom: 50px
    }

    .main-organizations.double ul li {
        width: 100%;
        padding-left: 0;
        padding-right: 0;
        padding-bottom: 0
    }

    .main-organizations.double ul li:nth-child(odd) {
        padding-right: 0
    }

    .main-organizations.double ul li:nth-child(even) {
        padding-left: 0
    }
}

@media (max-width: 575.98px) {
    .main-organizations.double {
        margin-bottom: 50px
    }

    .main-organizations.double ul li {
        width: 100%;
        padding-left: 0;
        padding-right: 0;
        padding-bottom: 0
    }

    .main-organizations.double ul li:nth-child(odd) {
        padding-right: 0
    }

    .main-organizations.double ul li:nth-child(even) {
        padding-left: 0
    }
}

.main-organizations.three li {
    width: 33.333%;
    padding-left: 10px
}

.main-organizations.three li:first-child {
    padding-left: 0
}

@media (min-width: 768px) and (max-width: 991.98px) {
    .main-organizations.three li {
        width: 50%;
        padding: 0
    }

    .main-organizations.three li:nth-child(2n) {
        padding-left: 15px
    }
}

@media (min-width: 576px) and (max-width: 767.98px) {
    .main-organizations.three li {
        width: 100%;
        padding-left: 0
    }
}

@media (max-width: 575.98px) {
    .main-organizations.three li {
        width: 100%;
        padding-left: 0
    }
}

.main-organizations ul, .main-organizations li, .main-organizations .organizations-item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

.main-organizations ul {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    border-bottom: 1px solid #e6e6e6
}

.main-organizations ul li {
    width: 50%;
    padding-right: 10px;
    margin-bottom: 25px
}

.main-organizations ul li:last-child {
    margin-right: 0
}

.main-organizations ul li figure {
    -ms-flex-negative: 0;
    flex-shrink: 0;
    margin-right: 22px;
    width: 50px;
    height: 50px
}

.main-organizations ul li section .title {
    font-size: 24px;
    font-weight: 800;
    line-height: 28px;
    margin-bottom: 10px
}

.main-organizations ul li section p {
    color: #8f9698;
    word-break: break-word;
    overflow-wrap: break-word;
    hyphens: auto;
}

.main-organizations .wrapp_view-all .view-all {
    margin-top: 5px
}

@media (min-width: 768px) and (max-width: 991.98px) {
    .main-organizations ul {
        padding-bottom: 40px
    }

    .main-organizations ul li {
        width: 320px
    }

    .main-organizations ul li section .title {
        font-size: 18px;
        line-height: 22px;
        margin-bottom: 5px
    }

    .main-organizations ul li section p {
        font-size: 14px;
        line-height: 20px
    }
}

@media (min-width: 576px) and (max-width: 767.98px) {
    .main-organizations {
        margin: 37px 0 19px
    }

    .main-organizations ul {
        display: block;
        margin-bottom: 0;
        padding-bottom: 0
    }

    .main-organizations ul li {
        width: 100%;
        padding-bottom: 20px
    }

    .main-organizations ul li:last-child {
        margin-bottom: 0
    }

    .main-organizations ul li section .title {
        font-size: 18px;
        line-height: 22px;
        margin-bottom: 5px
    }

    .main-organizations ul li section p {
        font-size: 14px;
        line-height: 20px
    }
}

@media (max-width: 575.98px) {
    .main-organizations {
        margin: 37px 0 19px
    }

    .main-organizations ul {
        display: block;
        margin-bottom: 0;
        padding-bottom: 0
    }

    .main-organizations ul li {
        width: 100%;
        padding-bottom: 20px
    }

    .main-organizations ul li:last-child {
        margin-bottom: 0
    }

    .main-organizations ul li section .title {
        font-size: 16px;
        line-height: 20px;
        margin-bottom: 2px
    }

    .main-organizations ul li section p {
        font-size: 13px;
        line-height: 20px
    }
}

.video-block {
    text-align: center;
    width: 100%;
    margin-bottom: 35px;
    background: #333
}

.video-block .video-block_content iframe {
    margin-bottom: -4px;
    height: 380px
}

@media (max-width: 575.98px) {
    .video-block .video-block_content iframe {
        height: 310px
    }
}

.logos-table {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    border-left: 1px solid #e6e6e6;
    border-bottom: 1px solid #e6e6e6
}

.logos-table li {
    width: 25%;
    border-right: 1px solid #e6e6e6;
    border-top: 1px solid #e6e6e6
}

.logos-table li a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    position: relative;
    height: 76px;
    z-index: 1
}

.logos-table li a:hover:before, .logos-table li .widget-imgs-cont section .title a:hover:before, .widget-imgs-cont section .title .logos-table li a:hover:before, .logos-table li a:hover:after, .logos-table li .widget-imgs-cont section .title a:hover:after, .widget-imgs-cont section .title .logos-table li a:hover:after {
    opacity: 1
}

.logos-table li a img {
    display: inline-block;
    max-height: 62px;
    position: relative;
    z-index: 0
}

.logos-table li a:before {
    content: '';
    display: block;
    height: 100%;
    width: 100%;
    position: absolute;
    z-index: 1;
    top: 0;
    left: 0;
    -webkit-box-shadow: inset 0 0 17px 6px #ffeeef;
    box-shadow: inset 0 0 17px 6px #ffeeef;
    opacity: 0
}

.logos-table li a:after {
    content: '\e92f';
    font-family: cs-icon;
    color: #f83d4d;
    font-size: 15px;
    font-weight: 300;
    display: block;
    position: absolute;
    top: 7px;
    right: 16px;
    z-index: 2;
    opacity: 0
}

@media (min-width: 576px) and (max-width: 767.98px) {
    .logos-table {
        border-left: 0
    }

    .logos-table li {
        width: 50%
    }

    .logos-table li:first-child {
        border-left: 0
    }

    .logos-table li:nth-child(2n) {
        border-right: 0
    }
}

@media (max-width: 575.98px) {
    .logos-table {
        border-left: 0
    }

    .logos-table li {
        width: 50%
    }

    .logos-table li:first-child {
        border-left: 0
    }

    .logos-table li:nth-child(2n) {
        border-right: 0
    }
}

@media (min-width: 768px) and (max-width: 991.98px) {
    aside.aside .wrapp_aside-explore-city {
        width: 100%;
        margin-bottom: 30px
    }
}

.wrapp_aside-explore-city {
    margin-bottom: 17px
}

.explore-city .title {
    font-weight: 800;
    font-size: 16px
}

.explore-city img {
    width: 100%;
    height: auto;
    margin-bottom: 25px
}

.explore-city p {
    font-size: 15px
}

@media (min-width: 768px) and (max-width: 991.98px) {
    .explore-city .title {
        padding-left: 250px
    }

    .explore-city section {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: start;
        -ms-flex-align: start;
        align-items: flex-start
    }

    .explore-city section img {
        -ms-flex-negative: 0;
        flex-shrink: 0;
        width: 220px;
        margin-right: 30px;
        margin-bottom: 0;
        -webkit-transform: translateY(-27px);
        transform: translateY(-27px)
    }
}

@media (max-width: 575.98px) {
    .explore-city img {
        margin-bottom: 15px
    }

    .explore-city p {
        font-size: 13px
    }
}

.aside {
}

.aside-share {
    padding-left: 3px
}

.aside-share li {
    margin-bottom: 15px;
    position: relative
}

.aside-share li:last-child {
    margin-bottom: 0
}

.aside-share li > a:hover, .aside-share .widget-imgs-cont section .title li > a:hover, .widget-imgs-cont section .title .aside-share li > a:hover, .aside-share li > a:hover i, .aside-share .widget-imgs-cont section .title li > a:hover i, .widget-imgs-cont section .title .aside-share li > a:hover i {
    color: #f7102b
}

.aside-share li a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    color: #142025;
    vertical-align: middle
}

.aside-share li a i {
    color: #8f9698;
    font-size: 14px;
    vertical-align: middle;
    margin-right: 16px
}

.aside-share li .copy-link:hover, .aside-share li .copy-link:hover i {
    color: #f7102b
}

.aside-share li .copy-link i {
    color: #8f9698;
    margin-right: 11px
}

.aside-share li .alert-copy {
    font-size: 10px;
    text-transform: uppercase;
    z-index: 2;
    right: 5px;
    top: 0
}

.aside-border-grid-widget {
    margin-bottom: 45px
}

.aside-info {
    padding: 50px 60px;
    margin-left: -15px;
    margin-right: -15px;
    background: #e6e6e6;
    -webkit-transform: translateX(-15px);
    transform: translateX(-15px)
}

.aside-info .title {
    font-size: 20px;
    line-height: 26px;
    font-weight: 800;
    margin-bottom: 15px
}

.aside-info .wrapp_view-all {
    padding-top: 20px
}

@media (min-width: 768px) and (max-width: 991.98px) {
    .aside-info {
        margin-right: 0;
        margin-left: 0;
        -webkit-transform: translateX(0);
        transform: translateX(0)
    }
}

@media (min-width: 576px) and (max-width: 767.98px) {
    .aside-info {
        margin-right: 0;
        margin-left: 0;
        -webkit-transform: translateX(0);
        transform: translateX(0)
    }
}

@media (max-width: 575.98px) {
    .aside-info {
        margin-right: 0;
        margin-left: 0;
        padding: 30px 25px;
        -webkit-transform: translateX(0);
        transform: translateX(0)
    }

    .aside-info .title {
        font-size: 16px
    }

    .aside-info p {
        font-size: 13px
    }
}

aside.aside .btn-gradient_border {
    margin-bottom: 25px
}

@media (min-width: 576px) and (max-width: 767.98px) {
    aside.aside .aside-banner {
        margin-bottom: 20px
    }
}

@media (min-width: 768px) and (max-width: 991.98px) {
    aside.aside {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        margin-left: -30px;
        margin-right: -30px
    }

    aside.aside > * {
        width: 50%;
        padding: 0 15px
    }

    aside.aside.all-100 > * {
        width: 100%
    }

    aside.aside .btn-gradient_border {
        margin-left: 15px;
        margin-right: 15px;
        padding: 11px;
        width: 100%
    }

    aside.aside .aside-banner {
        margin: 0 auto
    }

    aside.aside .wrapp_widget-imgs {
        width: 100%;
        padding-top: 20px
    }

    aside.aside .wrapp_preview-texts > .aside-last {
        display: none
    }
}

@media (min-width: 576px) and (max-width: 767.98px) {
    aside.aside {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap
    }

    aside.aside > * {
        width: 100%
    }

    aside.aside .wrapp_widget-imgs {
        width: 100%
    }

    aside.aside .wrapp_preview-texts > .aside-last {
        display: none
    }
}

@media (max-width: 575.98px) {
    aside.aside {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap
    }

    aside.aside > * {
        width: 100%
    }

    aside.aside .wrapp_tab-aside {
        margin-bottom: 15px
    }

    aside.aside .wrapp_tab-aside .tab-cont {
        overflow: hidden
    }

    aside.aside .wrapp_widget-imgs {
        width: 100%;
        margin-bottom: 28px
    }

    aside.aside .wrapp_preview-texts > .aside-last {
        display: none
    }
}

aside.aside .border-grid.two ul {
    border-left: 1px solid #e6e6e6
}

aside.aside .border-grid.two ul li {
    width: 50%;
    padding-left: 10px;
    padding-right: 10px;
    border-right: 1px solid #e6e6e6
}

aside.aside .border-grid.two ul li:nth-child(2n) {
    padding-left: 0
}

@media (min-width: 768px) and (max-width: 991.98px) {
    aside.aside.post-main .wrapp_news-widget {
        width: 100% !important
    }

    aside.aside.post-main .wrapp_news-widget .news-widget .body article {
        width: 50%
    }
}

.aside-banner {
    text-align: center;
    margin-bottom: 30px
}

.aside-banner.width-auto img {
    width: auto;
    max-width: 100%
}

@media (min-width: 992px) and (max-width: 1199.98px) {
    .aside-banner {
        width: 100%
    }

    .aside-banner img {
        width: 100%
    }
}

@media (min-width: 768px) and (max-width: 991.98px) {
    .aside-banner {
        width: 100%
    }

    .aside-banner.width-auto {
        padding-top: 0
    }

    .aside-banner img {
        width: 100%
    }
}

@media (min-width: 576px) and (max-width: 767.98px) {
    .aside-banner {
        text-align: left;
        width: 100%
    }

    .aside-banner img {
        width: 100%
    }
}

@media (max-width: 575.98px) {
    .aside-banner {
        width: 100%;
        margin-bottom: 28px
    }

    .aside-banner_second {
        margin-bottom: 43px
    }

    .aside-banner img {
        width: 100%
    }
}

.tab-nav {
    border-bottom: 1px solid #e6e6e6;
    margin-bottom: 20px
}

.tab-nav li {
    font-size: 20px;
    font-weight: 800;
    color: #8f9698;
    display: block;
    float: left;
    position: relative;
    padding: 0 15px 15px;
    cursor: pointer
}

.tab-nav li.active span, .tab-nav li.active h2, .tab-nav li:hover span, .tab-nav li:hover h2 {
    color: transparent;
    text-shadow: none;
    display: inline-block;
    background-image: linear-gradient(45deg, #b7081c 0%, #f7102b 100%);
    -webkit-background-clip: text;
    background-clip: text
}

.tab-nav li.active span:after, .tab-nav li.active h2:after, .tab-nav li:hover span:after, .tab-nav li:hover h2:after {
    width: 100%
}

.tab-nav li span, .tab-nav li h2 {
    color: #8f9698;
    text-transform: uppercase;
    text-shadow: 1px -1px 3px #fff, 1px -1px 3px #fff;
    background-image: linear-gradient(45deg, #f41128 0%, #b3071b 100%);
    background-position: 100% 0;
    -webkit-background-clip: text;
    background-clip: text
}

.tab-nav li span:after, .tab-nav li h2:after {
    content: '';
    display: inline-block;
    width: 100%;
    height: 2px;
    position: absolute;
    left: 0;
    bottom: -1px;
    background: #f7102b;
    width: 0
}

@media (min-width: 768px) and (max-width: 991.98px) {
    .tab-nav li {
        font-size: 18px
    }
}

@media (min-width: 576px) and (max-width: 767.98px) {
    .tab-nav li {
        font-size: 18px
    }
}

@media (max-width: 575.98px) {
    .tab-nav {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between
    }

    .tab-nav li {
        font-size: 16px
    }
}

.tab-cont {
    opacity: 0;
    height: 0;
    padding: 0;
    overflow: hidden;
    -webkit-transition: height .2s ease, opacity .2s ease .1s;
    transition: height .2s ease, opacity .2s ease .1s;
    pointer-events: none
}

.tab-cont.active {
    opacity: 1;
    height: auto;
    padding-bottom: 20px;
    pointer-events: auto
}

.tab-cont .aside-post {
    width: 100%;
    padding: 2px
}

.aside-post {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 20px
}

.aside-post:last-child {
    margin-bottom: 0
}

.aside-post figure {
    -ms-flex-negative: 0;
    flex-shrink: 0;
    margin-right: 25px;
    width: 50px;
    height: 50px
}

.aside-post section .aside-post_title {
    font-size: 16px;
    font-weight: 800;
    margin-bottom: 0
}

.aside-post section p {
    color: #8f9698
}

.aside-post section p span {
    color: #142025
}

@media (min-width: 768px) and (max-width: 991.98px) {
    .aside-post {
        margin-bottom: 35px
    }

    .aside-post:last-child {
        margin-bottom: 20px
    }

    .aside-post section h4 {
        margin-bottom: 10px
    }

    .aside-post section p {
        font-size: 14px;
        line-height: 22px
    }
}

@media (max-width: 575.98px) {
    .aside-post {
        margin-bottom: 25px
    }

    .aside-post section h4 {
        font-size: 16px
    }

    .aside-post section p {
        font-size: 13px;
        line-height: 20px
    }
}

.wrapp_widget-imgs {
    margin-bottom: 40px
}

.wrapp_widget-imgs .wrapp_view-all {
    margin-top: 0;
    padding-top: 0
}

.wrapp_widget-imgs.widget-imgs_content .app_widget-imgs {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between
}

.wrapp_widget-imgs .wrapp_events .event-item:nth-child(4), .wrapp_widget-imgs .wrapp_events .event-item:nth-child(5), .wrapp_widget-imgs .wrapp_events .event-item:nth-child(6) {
    display: none
}

@media (min-width: 768px) and (max-width: 991.98px) {
    .wrapp_widget-imgs .app_widget-imgs {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between
    }

    .wrapp_widget-imgs .app_widget-imgs .widget-imgs:nth-child(2) {
        float: right
    }
}

.wrapp_aside-person {
    margin-bottom: 25px
}

@media (max-width: 575.98px) {
    .wrapp_aside-person {
        margin-bottom: 30px
    }

    .wrapp_aside-person h3 {
        margin-bottom: 34px
    }
}

.wrapp_preview-texts {
    margin-bottom: 40px
}

@media (max-width: 575.98px) {
    .wrapp_preview-texts .wrapp_view-all {
        margin-top: 0
    }
}

.wrapp_aside-contact {
    margin-bottom: 55px
}

@media (max-width: 575.98px) {
    .wrapp_aside-contact {
        margin-bottom: 40px
    }
}

.aside-contact {
    margin-bottom: 20px;
    border-bottom: 1px solid #e6e6e6
}

.aside-contact li {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-bottom: 20px
}

.aside-contact li span {
    color: #8f9698;
    text-overflow: ellipsis;
    white-space: nowrap;
    display: inline-block;
    width: 170px;
    position: relative;
    padding-left: 30px;
    padding-right: 10px;
    overflow: hidden
}

.aside-contact li span i {
    font-size: 16px;
    position: absolute;
    left: 0;
    top: 2px
}

.aside-contact li a {
    text-overflow: ellipsis;
    white-space: nowrap;
    max-width: 192px;
    overflow: hidden
}

.aside-contact li p {
    color: #142025
}

@media (max-width: 575.98px) {
    .aside-contact li {
        font-size: 13px
    }

    .aside-contact li span {
        width: 150px
    }
}

.wrapp_aside-location {
    margin-bottom: 55px
}

.wrapp_aside-location .title-grey {
    margin-bottom: 0
}

.aside-location .info-top, .aside-location .info-bottom {
    display: block;
    width: 100%;
    line-height: 22px
}

.aside-location .info-top {
    padding: 22px 10px;
    background: #fff3f4
}

.aside-location .info-bottom {
    line-height: 26px;
    padding: 10px;
    margin-top: -5px;
    background: #fafafb
}

@media (max-width: 575.98px) {
    .aside-location .info-bottom {
        font-size: 13px
    }
}

.aside-little {
}

.aside-little .audio-article {
    width: 100%;
    height: 75px;
    margin-bottom: 35px;
    background: url(img/audio-article.png) no-repeat center
}

@media (min-width: 576px) and (max-width: 767.98px) {
    .aside-little .audio-article {
        background: url(img/audio-article_xs.png) no-repeat;
        margin-bottom: 20px
    }
}

@media (max-width: 575.98px) {
    .aside-little .audio-article {
        background: url(img/audio-article_xs.png) no-repeat;
        margin-bottom: 20px
    }
}

.aside-little_price-widget {
    padding-top: 40px;
    padding-bottom: 20px;
    border-bottom: 1px solid #e6e6e6
}

.aside-little_price-widget.border {
    border-bottom: none;
    padding-bottom: 10px
}

.aside-little_price-widget .price-widget > i {
    font-size: 23px;
    margin-right: 10px;
    -webkit-transform: translateY(-3px);
    transform: translateY(-3px)
}

.aside-little_price-widget .price-widget .price-widget_title {
    margin-bottom: 5px
}

.aside-little_price-widget .price-widget p {
    font-size: 15px
}

.aside-little_price-widget .price-widget p span {
    display: block;
    margin-left: 0
}

.aside-little_price-widget .price-widget.border {
    display: block;
    padding: 10px;
    position: relative;
    padding: 15px 10px;
    border: 1px solid #e6e6e6;
    overflow: hidden
}

.aside-little_price-widget .price-widget.border * {
    position: relative;
    z-index: 1
}

.aside-little_price-widget .price-widget.border .img-bg {
    width: 100%;
    height: auto;
    position: absolute;
    z-index: 0;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    opacity: .03
}

.aside-little_price-widget .price-widget.border .figure-wrapp {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-bottom: 8px
}

.aside-little_price-widget .price-widget.border .figure-wrapp section {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.aside-little_price-widget .price-widget.border .figure-wrapp section figure {
    -ms-flex-negative: 0;
    flex-shrink: 0;
    width: 25px;
    height: 25px;
    margin-right: 5px
}

.aside-little_price-widget .price-widget.border .figure-wrapp section figure img {
    max-width: 100%
}

.aside-little_price-widget .price-widget.border .figure-wrapp section p {
    font-weight: 600;
    margin-bottom: 0
}

.aside-little_price-widget .price-widget.border .figure-wrapp span {
    color: #8f9698;
    line-height: 1;
    display: inline-block;
    float: right;
    padding: 2px 5px;
    border: 1px solid #e6e6e6;
    background: #fff
}

.aside-little_price-widget .price-widget.border > section {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between
}

.aside-little_price-widget .price-widget.border > section p {
    margin-bottom: 0
}

.aside-little_price-widget .price-widget.border > section span {
    color: #8f9698
}

@media (min-width: 576px) and (max-width: 767.98px) {
    .aside-little_price-widget .price-widget.border .figure-wrapp section {
        -webkit-box-pack: start;
        -ms-flex-pack: start;
        justify-content: flex-start
    }

    .aside-little_price-widget .price-widget.border > section {
        -webkit-box-pack: start;
        -ms-flex-pack: start;
        justify-content: flex-start
    }

    .aside-little_price-widget .price-widget.border > section p {
        margin-right: 10px
    }
}

@media (max-width: 575.98px) {
    .aside-little_price-widget .price-widget.border .figure-wrapp section {
        -webkit-box-pack: start;
        -ms-flex-pack: start;
        justify-content: flex-start
    }

    .aside-little_price-widget .price-widget.border > section {
        -webkit-box-pack: start;
        -ms-flex-pack: start;
        justify-content: flex-start
    }

    .aside-little_price-widget .price-widget.border > section p {
        margin-right: 10px
    }
}

@media (min-width: 576px) and (max-width: 767.98px) {
    .aside-little_price-widget {
        padding-top: 10px;
        padding-bottom: 10px
    }

    .aside-little_price-widget .price-widget {
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between
    }

    .aside-little_price-widget .price-widget > i {
        margin-right: 10px
    }

    .aside-little_price-widget .price-widget section {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
        width: 100%
    }

    .aside-little_price-widget .price-widget .price-widget_title {
        margin-bottom: 0
    }

    .aside-little_price-widget .price-widget p span {
        font-size: 15px;
        margin-left: 9px;
        display: inline-block
    }
}

@media (max-width: 575.98px) {
    .aside-little_price-widget {
        padding-top: 10px;
        padding-bottom: 10px
    }

    .aside-little_price-widget .price-widget {
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between
    }

    .aside-little_price-widget .price-widget > i {
        margin-right: 10px
    }

    .aside-little_price-widget .price-widget section {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
        width: 100%
    }

    .aside-little_price-widget .price-widget .price-widget_title {
        margin-bottom: 0
    }

    .aside-little_price-widget .price-widget p span {
        font-size: 15px;
        margin-left: 9px;
        display: inline-block
    }
}

.aside-little_post {
    padding-top: 20px
}

.aside-little_post.border {
    padding-top: 0;
    border-top: 0;
    margin-bottom: 30px
}

.aside-little_post.border .little_post {
    position: relative;
    overflow: hidden;
    padding: 15px 5px 15px 10px;
    border: 1px solid #e6e6e6;
    margin-bottom: 10px
}

.aside-little_post.border .little_post * {
    position: relative;
    z-index: 1
}

.aside-little_post.border .little_post > .img-bg {
    position: absolute;
    z-index: 0;
    width: 100%;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    opacity: .03
}

.aside-little_post.border .little_post figure img {
    width: 30px;
    height: 30px;
    margin-right: 5px
}

.aside-little_post.border .little_post p {
    margin-bottom: 0;
    padding-left: 0
}

@media (min-width: 576px) and (max-width: 767.98px) {
    .aside-little_post.border figure {
        display: block
    }
}

@media (max-width: 575.98px) {
    .aside-little_post {
        padding-top: 15px
    }

    .aside-little_post.border figure {
        display: block
    }
}

.aside-little_newsletter {
    border: 1px solid #f41128;
    padding: 10px 15px
}

.aside-little_newsletter .title-grey {
    margin-bottom: 0 !important;
    border-bottom: none
}

.aside-little_newsletter .newsletter-input {
    position: relative;
    margin-bottom: 10px;
    width: 190px;
    float: left
}

.aside-little_newsletter .newsletter-input.focused label {
    font-size: 12px;
    top: -20px;
    left: 0
}

.aside-little_newsletter .newsletter-input input {
    width: 100%;
    padding: 8px 12px;
    border: 1px solid #e6e6e6
}

.aside-little_newsletter .newsletter-input label {
    color: #8f9698;
    position: absolute;
    left: 13px;
    top: 9px
}

.aside-little_newsletter .newsletter-input label sup {
    color: #f7102b;
    font-size: 15px;
    position: absolute;
    right: -9px;
    top: 0
}

.aside-little_newsletter button {
    text-transform: uppercase;
    font-weight: 800;
    font-size: 11px;
    text-align: center;
    display: block;
    width: 100px;
    height: 38px;
    margin: 0 auto;
    position: relative;
    padding: 3px 15px;
    float: right;
    border: 1px solid transparent;
    -o-border-image: linear-gradient(45deg, #f41128 0%, #b3071b 100%);
    border-image: linear-gradient(45deg, #f41128 0%, #b3071b 100%);
    border-image-slice: 1;
    background-color: transparent
}

.aside-little_newsletter button:after {
    content: '';
    background: 0 0;
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 0;
    -webkit-transition: .4s linear;
    transition: .4s linear
}

.aside-little_newsletter button span {
    display: inline-block;
    position: relative;
    z-index: 1;
    -webkit-transition: .4s linear;
    transition: .4s linear
}

.aside-little_newsletter button:hover:after {
    background: linear-gradient(45deg, #f41128 0%, #b3071b 100%)
}

.aside-little_newsletter button:hover span {
    color: #fff
}

@media (min-width: 992px) and (max-width: 1199px) {
    .aside-little_newsletter .newsletter-input, .aside-little_newsletter button {
        width: 100%
    }
}

@media (min-width: 768px) and (max-width: 991.98px) {
    .aside-little_newsletter .newsletter-input, .aside-little_newsletter button {
        width: 100%
    }

    .aside-little_newsletter .newsletter-input {
        margin-bottom: 20px
    }

    .aside-little_newsletter button:hover span {
        color: transparent
    }

    .aside-little_newsletter button:after {
        display: none
    }
}

@media (min-width: 576px) and (max-width: 767.98px) {
    .aside-little_newsletter .newsletter-input, .aside-little_newsletter button {
        width: 100%
    }

    .aside-little_newsletter .newsletter-input {
        margin-bottom: 20px
    }
}

@media (max-width: 575.98px) {
    .aside-little_newsletter {
        border: none;
        padding-left: 0;
        padding-right: 0
    }

    .aside-little_newsletter .newsletter-input, .aside-little_newsletter button {
        width: 100%
    }

    .aside-little_newsletter .newsletter-input {
        margin-bottom: 20px
    }

    .aside-little_newsletter .title-grey.little {
        border-bottom: none;
        padding-bottom: 0
    }

    .aside-little_newsletter .newsletter-input input {
        border: none;
        border-bottom: 1px solid #e6e6e6
    }

    .aside-little_newsletter .newsletter-input label {
        left: 0
    }
}

.little_post {
    margin-bottom: 15px;
    padding-bottom: 15px;
    border-bottom: 1px solid #e6e6e6
}

.little_post:last-child {
    border-bottom: none
}

.little_post figure {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-bottom: 8px
}

.little_post figure img {
    width: 25px;
    height: 25px;
    margin-right: 10px
}

.little_post figcaption {
    display: inline-block
}

.little_post p {
    color: #8f9698;
    font-size: 14px;
    line-height: 22px;
    padding-left: 3px
}

@media (min-width: 576px) and (max-width: 767.98px) {
    .little_post {
        position: relative;
        padding-left: 33px
    }

    .little_post figure {
        display: inline-block;
        margin-bottom: 0
    }

    .little_post figure img {
        position: absolute;
        left: 0;
        top: -1px
    }

    .little_post figure figcaption {
        font-size: 14px;
        display: inline-block
    }

    .little_post p {
        font-size: 14px;
        line-height: 21px;
        display: inline;
        padding-left: 3px
    }
}

@media (max-width: 575.98px) {
    .little_post {
        position: relative;
        padding-left: 33px
    }

    .little_post figure {
        display: inline-block;
        margin-bottom: 0
    }

    .little_post figure img {
        position: absolute;
        left: 0;
        top: -1px
    }

    .little_post figure figcaption {
        font-size: 14px;
        display: inline-block
    }

    .little_post p {
        font-size: 14px;
        line-height: 21px;
        display: inline;
        padding-left: 3px
    }
}

@media (min-width: 768px) and (max-width: 991.98px) {
    .wrapp_events > .row > div:nth-child(3) {
        display: none
    }
}

@media (min-width: 576px) and (max-width: 767.98px) {
    .wrapp_events > .row > div:nth-child(3) {
        display: none
    }
}

@media (min-width: 768px) and (max-width: 991.98px) {
    .wrapp_events.top {
        margin-bottom: 45px
    }
}

.events {
    position: relative
}

.events img {
    width: 100%
}

.events.bg-shadow:after {
    pointer-events: none
}

.events:hover .title {
    color: #f7102b
}

.events > a {
    display: block
}

.events-aside .event-wrapp .events:nth-child(4), .events-aside .event-wrapp .events:nth-child(5), .events-aside .event-wrapp .events:nth-child(6) {
    display: none
}

.events-aside article {
    margin-bottom: 30px
}

.events section {
    color: #f0f0f0;
    padding-bottom: 15px;
    padding-right: 25px;
    position: absolute;
    left: 35px;
    top: 100px;
    z-index: 2;
    pointer-events: none
}

.events section .date {
    display: block;
    margin-bottom: 5px
}

.events section .title {
    font-size: 24px;
    font-weight: 800;
    line-height: 32px;
    color: #f0f0f0;
    margin-bottom: 0;
    overflow: hidden
}

.events section .city {
    white-space: nowrap;
    text-overflow: ellipsis;
    position: absolute;
    left: 0;
    bottom: -7px;
    max-width: 100%;
    overflow: hidden
}

@media (min-width: 992px) and (max-width: 1199.98px) {
    .events img {
        width: 100%
    }

    .events-aside article a img {
        max-width: 100%
    }

    .events section {
        bottom: 25px;
        top: auto
    }

    .events section .title {
        font-size: 16px;
        line-height: 24px
    }
}

@media (min-width: 768px) and (max-width: 991.98px) {
    .events {
        width: 100%
    }

    .events img {
        width: 100%
    }

    .events section {
        padding-bottom: 22px;
        left: 30px;
        top: auto;
        bottom: 50px;
        padding-bottom: 0
    }

    .events section .date, .events section .city {
        font-size: 14px
    }

    .events section .title {
        font-size: 18px;
        line-height: 26px
    }

    .events section .city {
        bottom: -25px
    }
}

@media (min-width: 576px) and (max-width: 767.98px) {
    .events {
        margin-bottom: 20px
    }

    .events img {
        width: 100%
    }

    .events section {
        left: 25px;
        top: 50px;
        bottom: auto;
        padding-bottom: 0
    }

    .events section .date {
        margin-bottom: 0
    }

    .events section .title {
        font-size: 16px;
        line-height: 24px;
        padding-bottom: 20px
    }

    .events section .title a {
        font: inherit
    }

    .events section .title a br {
        display: none
    }

    .events section .date, .events section .city {
        font-size: 13px
    }

    .events section .city {
        bottom: -25px
    }
}

@media (max-width: 575.98px) {
    .events {
        margin-bottom: 20px
    }

    .events img {
        width: 100%
    }

    .events section {
        left: 25px;
        top: auto;
        bottom: 40px;
        padding-bottom: 0
    }

    .events section .date {
        margin-bottom: 0
    }

    .events section .title {
        font-size: 16px;
        line-height: 24px;
        padding-bottom: 30px
    }

    .events section .title a {
        font: inherit
    }

    .events section .title a br {
        display: none
    }

    .events section .date, .events section .city {
        font-size: 13px
    }

    .events section .city {
        bottom: -25px
    }
}

footer.footer {
    background: #142025;
    padding-bottom: 50px
}

footer.footer p {
    color: #8f9698;
    font-weight: 400;
    font-size: 12px
}

footer.footer > .container > .row > div {
    border-right: 1px solid #293338
}

footer.footer > .container > .row > div.copyright {
    border-right: 0
}

footer.footer > .container > .row > div:last-child {
    border: none
}

footer.footer > .container > .row > div:first-child .footer-menu {
    padding-left: 0
}

footer.footer .footer-menu {
    padding-left: 7px;
    padding-top: 50px
}

footer.footer .footer-menu a {
    display: inline-block;
    position: relative
}

footer.footer .footer-menu a:after {
    content: '';
    width: 0;
    height: 1px;
    display: inline-block;
    position: absolute;
    left: 0;
    bottom: -2px
}

footer.footer .footer-menu a:hover:after {
    width: 100%
}

footer.footer .footer-menu .title {
    margin-bottom: 22px;
    display: block;
    color: #8f9698;
    font-size: 12px;
    font-weight: 700;
    text-transform: uppercase
}

footer.footer .footer-menu .title > a {
    color: #8f9698
}

footer.footer .footer-menu .title > a:after {
    background: #8f9698
}

footer.footer .footer-menu ul > li {
    line-height: 24px;
    margin-bottom: 10px
}

footer.footer .footer-menu ul > li:last-child {
    margin-bottom: 0
}

footer.footer .footer-menu ul > li > a {
    color: #fff;
    font-size: 15px;
    font-weight: 400
}

footer.footer .footer-menu ul > li > a:after {
    background: #fff
}

footer.footer .footer-menu ul > li > a i {
    color: #bbbec0;
    font-size: 18px;
    vertical-align: middle;
    margin-right: 12px;
    position: relative;
    top: -2px
}

footer.footer .footer-menu ul > li > a i.cs-icon-google-plus {
    margin-right: 7px
}

footer.footer .copyright {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    width: 100%;
    padding: 50px 15px 0;
    border-right: 0
}

footer.footer .copyright ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

footer.footer .copyright ul li {
    margin-right: 30px
}

footer.footer .copyright ul li:last-child {
    margin-right: 0
}

footer.footer .copyright ul li a {
    position: relative
}

footer.footer .copyright ul li a:after {
    content: '';
    width: 0;
    height: 1px;
    display: inline-block;
    position: absolute;
    left: 0;
    bottom: -2px;
    background: #fff
}

footer.footer .copyright ul li a:hover {
    color: #fff
}

footer.footer .copyright ul li a:hover:after {
    width: 100%
}

footer.footer .copyright a {
    color: #fff;
    font-weight: 400;
    font-size: 12px
}

footer.footer .copyright a:hover {
    color: #f7102b
}

footer.footer .footer-info {
    width: 100%;
    padding-left: 15px
}

footer.footer .footer-info p {
    display: inline-block;
    margin-right: 10px
}

footer.footer .footer-info p:last-child {
    margin-right: 0
}

footer.footer .social-mobile {
    display: none
}

@media (min-width: 768px) and (max-width: 991.98px) {
    footer.footer > .container > .row > div:nth-child(4) {
        border-right: 0
    }
}

@media (min-width: 576px) and (max-width: 767.98px) {
    footer.footer {
        padding-bottom: 25px
    }

    /*footer.footer .footer-menu {
        display: none
    }*/

    footer.footer .social-mobile {
        display: block;
        width: 100%;
        padding: 25px 15px 18px;
        border-right: none !important
    }

    footer.footer .social-mobile ul {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        width: 100%
    }

    footer.footer .social-mobile ul > li {
        margin-right: 25px
    }

    footer.footer .social-mobile ul > li:last-child {
        margin-bottom: 0
    }

    footer.footer .social-mobile ul > li > a i {
        color: #bbbec0;
        font-size: 20px;
        vertical-align: middle
    }

    footer.footer .copyright {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
        flex-direction: column-reverse;
        padding: 0 15px
    }

    footer.footer .copyright .copy {
        font-size: 13px;
        line-height: 18px;
        font-weight: 400
    }

    footer.footer .copyright ul {
        margin-bottom: 23px
    }

    footer.footer .copyright ul li {
        font-size: 13px;
        font-weight: 400;
        float: left;
        margin-right: 33px
    }

    footer.footer .copyright ul li:last-child {
        margin-right: 0
    }
}

@media (max-width: 575.98px) {
    footer.footer {
        padding-bottom: 25px
    }

    /*footer.footer .footer-menu {
        display: none
    }*/

    footer.footer .social-mobile {
        display: block;
        width: 100%;
        padding: 25px 15px 18px;
        border-right: none !important
    }

    footer.footer .social-mobile ul {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-pack: distribute;
        justify-content: space-around;
        width: 100%
    }

    footer.footer .social-mobile ul > li {
        margin-right: 25px
    }

    footer.footer .social-mobile ul > li:last-child {
        margin-bottom: 0;
        margin-right: 0
    }

    footer.footer .social-mobile ul > li > a i {
        color: #bbbec0;
        font-size: 20px;
        vertical-align: middle
    }

    footer.footer .copyright {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
        flex-direction: column-reverse;
        padding: 0 15px
    }

    footer.footer .copyright .copy {
        font-size: 13px;
        line-height: 18px;
        font-weight: 400
    }

    footer.footer .copyright ul {
        margin-bottom: 23px
    }

    footer.footer .copyright ul li {
        font-size: 13px;
        font-weight: 400;
        float: left;
        margin-right: 33px
    }

    footer.footer .copyright ul li:last-child {
        margin-right: 0
    }
}

.wrapp_main-menu {
    position: fixed;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    z-index: 100;
    background: rgba(20, 32, 37, .52);
    pointer-events: none;
    opacity: 0;
    -webkit-transition: all .4s ease .2s;
    transition: all .4s ease .2s
}

.wrapp_main-menu.active {
    pointer-events: auto;
    opacity: 1;
    -webkit-transition: all .4s ease .2s;
    transition: all .4s ease .2s
}

.wrapp_main-menu.active .main-menu {
    -webkit-transform: translateX(0) !important;
    transform: translateX(0) !important;
    -webkit-transition: all .4s ease .2s;
    transition: all .4s ease .2s;
    pointer-events: auto
}

.main-menu {
    width: 400px;
    height: 100%;
    min-height: 100vh;
    overflow-y: auto;
    background: #142025;
    pointer-events: none
}

.main-menu header, .main-menu .main-menu_block {
    width: 100%;
    border-bottom: 1px solid #293338
}

.main-menu header {
    padding-top: 60px;
    padding-left: 51px;
    padding-bottom: 23px
}

.main-menu header .close-btn {
    color: #fff;
    font-size: 28px;
    font-weight: 800;
    line-height: 1;
    position: relative;
    display: inline-block;
    padding-left: 35px
}

.main-menu header .cross {
    display: inline-block;
    position: absolute;
    top: 9px;
    left: 0;
    z-index: 5;
    width: 22px;
    height: 22px;
    cursor: pointer
}

.main-menu header .cross:before, .main-menu header .cross:after {
    content: '';
    display: block;
    position: absolute;
    left: 0;
    top: 4px;
    width: 22px;
    height: 3px;
    background: #f6f7fb
}

.main-menu header .cross:before {
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg)
}

.main-menu header .cross:after {
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg)
}

.main-menu header a {
    color: #fff
}

.main-menu .main-menu_block {
    padding-top: 24px;
    padding-bottom: 15px
}

.main-menu .main-menu_block:last-child {
    border-bottom: none
}

.main-menu .main-menu_block .title {
    color: #8f9698;
    font-size: 15px;
    letter-spacing: .3px;
    text-transform: uppercase;
    font-weight: 400;
    padding-left: 51px;
    margin-bottom: 8px;
    display: block
}

.main-menu .main-menu_block .title a {
    color: #8f9698
}

.main-menu .main-menu_block > ul > li {
    font-size: 15px;
    font-weight: 400;
    padding: 6px 0;
    z-index: 0;
    position: relative
}

.main-menu .main-menu_block > ul > li a {
    color: #fff;
    font-weight: 400;
    font-size: inherit;
    position: relative;
    z-index: 0;
    display: inline-block;
    padding-left: 85px;
    padding-bottom: 2px
}

.main-menu .main-menu_block > ul > li a:after {
    content: '';
    width: 0;
    height: 1px;
    display: inline-block;
    position: absolute;
    left: 85px;
    bottom: 2px;
    z-index: 1;
    background: #fff
}

.main-menu .main-menu_block > ul > li a:hover {
    color: #fff
}

.main-menu .main-menu_block > ul > li a:hover:after {
    width: calc(100% - 85px)
}

.main-menu .main-menu_block > ul > li .no-link {
    color: #fff;
    font-weight: 400;
    font-size: inherit;
    display: inline-block;
    padding-left: 85px;
    padding-bottom: 2px
}

.main-menu .main-menu_block > ul > li.has-list {
    position: relative
}

.main-menu .main-menu_block > ul > li.has-list .plus {
    position: absolute;
    z-index: 2;
    left: 0;
    top: 0;
    width: 90px;
    height: 33px;
    cursor: pointer
}

.main-menu .main-menu_block > ul > li.has-list .plus:before, .main-menu .main-menu_block > ul > li.has-list .plus:after {
    content: '';
    position: absolute;
    left: 53px;
    top: 17px;
    width: 12px;
    height: 1px;
    background: #fff
}

.main-menu .main-menu_block > ul > li.has-list .plus:after {
    -webkit-transform: rotate(-90deg);
    transform: rotate(-90deg)
}

.main-menu .main-menu_block > ul > li.has-list .plus.active:after {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg)
}

.main-menu .main-menu_block > ul > li.has-list > ul {
    margin-top: 7px;
    display: none
}

.main-menu .main-menu_block > ul > li.has-list > ul > li {
    padding: 6px 0;
    margin-bottom: 2px;
    background: #101d22
}

.main-menu .main-menu_block > ul > li.has-list > ul > li:last-child {
    margin-bottom: 0
}

.main-menu .main-menu_block > ul > li.has-list > ul > li > a {
    font-weight: 400;
    opacity: .5
}

.main-menu .main-menu_block > ul > li.has-list > ul > li > a:hover, .main-menu .widget-imgs-cont section .title .main-menu_block > ul > li.has-list > ul > li > a:hover {
    font-weight: 400
}

.main-menu footer {
    font-size: 13px;
    font-weight: 400;
    padding-left: 51px;
    padding-top: 113px;
    padding-bottom: 130px
}

.main-menu footer ul {
    padding-bottom: 72px
}

.main-menu footer ul li {
    margin-bottom: 14px
}

.main-menu footer ul li a {
    color: #fff;
    position: relative
}

.main-menu footer ul li a:after {
    content: '';
    width: 0;
    height: 1px;
    display: inline-block;
    position: absolute;
    left: 0;
    bottom: 0;
    background: #fff
}

.main-menu footer ul li a:hover, .main-menu footer ul li .widget-imgs-cont section .title a:hover, .widget-imgs-cont section .title .main-menu footer ul li a:hover {
    color: #fff
}

.main-menu footer ul li a:hover:after, .main-menu footer ul li .widget-imgs-cont section .title a:hover:after, .widget-imgs-cont section .title .main-menu footer ul li a:hover:after {
    width: 100%
}

.main-menu footer p {
    color: #8f9698;
    line-height: 1
}

.main-menu footer p span {
    display: block;
    margin-bottom: 20px
}

.main-menu footer p span:last-child {
    margin-bottom: 0
}

@media (max-width: 575.98px) {
    .main-menu {
        -webkit-transform: translateX(-100%) !important;
        transform: translateX(-100%) !important;
        width: 100%
    }

    .main-menu header .close-btn {
        font-size: 32px !important;
        padding-left: 38px !important
    }

    .main-menu header .cross:before, .main-menu header .cross:after {
        width: 26px;
        top: 7px
    }

    .main-menu .main-menu_block .title {
        font-size: 19px;
        margin-bottom: 12px
    }

    .main-menu .main-menu_block > ul > li {
        font-size: 19px;
        padding: 12px 0
    }

    .main-menu .main-menu_block > ul > li.has-list .plus:before, .main-menu .main-menu_block > ul > li.has-list .plus:after {
        top: 21px;
        width: 18px
    }

    .main-menu .main-menu_block > ul > li.has-list > ul > li {
        padding: 12px 0
    }
}

@media (max-width: 575.98px) {
    .wrapp_main-menu.active .main-menu {
        -webkit-transform: translateX(0) !important;
        transform: translateX(0) !important
    }
}

.body-lock {
    overflow-y: hidden
}

.prev-position {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 25px
}

.prev-position figure {
    -ms-flex-negative: 0;
    flex-shrink: 0;
    width: 50px;
    padding-top: 5px;
    margin-right: 5px
}

.prev-position figure i {
    font-size: 40px;
    color: #8f9698
}

.prev-position figure img {
    max-width: 100%
}

.prev-position section .title {
    font-size: 16px;
    line-height: 24px;
    font-weight: 800;
    color: #142025;
    margin-bottom: 5px
}

.prev-position section p {
    color: #8f9698
}

.prev-position section .wrapp_view-all {
    margin-top: 0
}

@media (max-width: 575.98px) {
    .prev-position section p {
        font-size: 13px
    }
}

.content-search_top {
    width: 770px;
    margin: 0 auto 50px
}

.content-search_input {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    width: 100%;
    padding: 14px 14px 14px 20px;
    margin-bottom: 40px;
    border: 1px solid #e6e6e6
}

.content-search_input input {
    font-size: 15px;
    width: 90%;
    border: none
}

.content-search_input button {
    color: #e6e6e6;
    background: 0 0;
    border: none
}

.content-search_filter .filter-letters {
    margin-bottom: 35px
}

@media (max-width: 575.98px) {
    .content-search_filter .filter-letters {
        margin-bottom: 15px
    }
}

.content-search_result > ul li {
    list-style: none;
    margin-bottom: 50px
}

.content-search_result > ul li article {
    margin-bottom: 30px
}

.content-search_result > ul li article .title {
    font-size: 16px;
    line-height: 24px;
    font-weight: 800;
    display: inline-block;
    margin-bottom: 5px
}

.content-search_result > ul li article .title a {
    color: #8f9698;
    text-transform: uppercase;
    text-decoration: underline;
    font-size: 11px;
    font-weight: 600;
    display: inline-block;
    margin-left: 20px
}

.content-search_result > ul li article .title a:hover, .widget-imgs-cont section .content-search_result > ul li article .title a:hover {
    text-decoration: none
}

.content-search_result > ul li article .result {
    font-weight: 800;
    line-height: 1;
    display: inline-block;
    padding: 1px 3px;
    background: #e6e6e6
}

.content-search_result > ul li article:last-of-type {
    margin-bottom: 0
}

@media (max-width: 575.98px) {
    .content-search_result section {
        margin-bottom: 30px
    }
}

@media (min-width: 768px) and (max-width: 991.98px) {
    .content-search_top {
        width: 100%
    }
}

@media (min-width: 576px) and (max-width: 767.98px) {
    .content-search_top {
        width: 100%
    }
}

@media (max-width: 575.98px) {
    .content-search_top {
        width: 100%;
        margin-bottom: 20px
    }

    .content-search_input input {
        font-size: 13px
    }
}

.filter-letters {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between
}

.filter-letters li {
    color: #8f9698;
    font-size: 24px;
    text-transform: uppercase;
    font-weight: 800
}

.filter-letters li a {
    color: #3e4548;
    position: relative;
    padding-bottom: 2px
}

.filter-letters li a:after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    height: 3px;
    width: 100%;
    background: -webkit-gradient(linear, right top, left top, from(#b7081c), to(#f7102b));
    background: linear-gradient(-90deg, #b7081c 0%, #f7102b 100%);
    opacity: 0;
    -webkit-transition: all .4s ease;
    transition: all .4s ease
}

.filter-letters li.active a:after, .filter-letters li a:hover:after, .filter-letters li .widget-imgs-cont section .title a:hover:after, .widget-imgs-cont section .title .filter-letters li a:hover:after {
    opacity: 1
}

@media (min-width: 576px) and (max-width: 767.98px) {
    .filter-letters {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        width: 90%;
        margin-left: auto;
        margin-right: auto
    }

    .filter-letters li {
        margin: 10px
    }
}

@media (max-width: 575.98px) {
    .filter-letters {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        width: 100%;
        margin-left: auto;
        margin-right: auto
    }

    .filter-letters li {
        margin: 10px 6px
    }
}

.filter-categories {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    text-transform: uppercase;
    font-weight: 800;
    padding-top: 20px;
    border-top: 1px solid #e6e6e6
}

.filter-categories .name {
    font-size: 12px;
    line-height: 17px;
    color: #8f9698;
    margin-right: 17px
}

.filter-categories ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
}

.filter-categories ul li {
    font-size: 11px;
    line-height: 17px;
    margin-right: 11px
}

.filter-categories ul li:last-child {
    margin-right: 0
}

.filter-categories ul li.active a, .filter-categories ul li a:hover, .filter-categories ul li .widget-imgs-cont section .title a:hover, .widget-imgs-cont section .title .filter-categories ul li a:hover {
    color: #fff;
    border-color: transparent
}

.filter-categories ul li.active a:after, .filter-categories ul li a:hover:after, .filter-categories ul li .widget-imgs-cont section .title a:hover:after, .widget-imgs-cont section .title .filter-categories ul li a:hover:after {
    opacity: 1
}

.filter-categories ul li a {
    color: #3e4548;
    display: inline-block;
    padding: 5px 20px;
    position: relative;
    z-index: 1;
    overflow: hidden;
    border: 1px solid #e6e6e6;
    border-radius: 20px
}

.filter-categories ul li a:after {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    z-index: -1;
    width: 100%;
    height: 100%;
    display: block;
    background: -webkit-gradient(linear, right top, left top, from(#b7081c), to(#f7102b));
    background: linear-gradient(-90deg, #b7081c 0%, #f7102b 100%);
    opacity: 0
}

@media (min-width: 576px) and (max-width: 767.98px) {
    .filter-categories .name {
        margin-bottom: 15px
    }

    .filter-categories ul li {
        margin-bottom: 10px
    }
}

@media (max-width: 575.98px) {
    .filter-categories .name {
        text-align: center;
        display: block;
        margin-bottom: 20px;
        margin-right: 0;
        width: 100%
    }

    .filter-categories ul li {
        margin-bottom: 7px
    }
}

.contact-form .wpuf-form-add.wpuf-style ul.wpuf-form li {
    padding: 0;
    margin-bottom: 20px
}

.contact-form .wpuf-form-add.wpuf-style ul.wpuf-form li.wrapp-select {
    position: relative
}

.contact-form .wpuf-form-add.wpuf-style ul.wpuf-form li.wrapp-select:after {
    content: '\2039';
    font-size: 40px;
    color: #f7102b;
    font-weight: 300;
    display: block;
    width: 20px;
    height: 20px;
    position: absolute;
    right: 15px;
    top: 9px;
    -webkit-transform: rotate(-90deg);
    transform: rotate(-90deg);
    pointer-events: none
}

.contact-form .wpuf-form-add.wpuf-style ul.wpuf-form .wpuf-label {
    display: none
}

.contact-form .wpuf-form-add.wpuf-style ul.wpuf-form .wpuf-fields input[type=text], .contact-form .wpuf-form-add.wpuf-style ul.wpuf-form .wpuf-fields input[type=email], .contact-form .wpuf-form-add.wpuf-style ul.wpuf-form .wpuf-fields select, .contact-form .wpuf-form-add.wpuf-style ul.wpuf-form .wpuf-fields textarea {
    width: 100%;
    padding: 12px 14px;
    border: 1px solid #e6e6e6;
    background: #fff;
    -webkit-box-shadow: none;
    box-shadow: none
}

.contact-form .wpuf-form-add.wpuf-style ul.wpuf-form .wpuf-fields input[type=text]::-webkit-input-placeholder, .contact-form .wpuf-form-add.wpuf-style ul.wpuf-form .wpuf-fields input[type=email]::-webkit-input-placeholder, .contact-form .wpuf-form-add.wpuf-style ul.wpuf-form .wpuf-fields select::-webkit-input-placeholder, .contact-form .wpuf-form-add.wpuf-style ul.wpuf-form .wpuf-fields textarea::-webkit-input-placeholder {
    color: #8f9698;
    opacity: .5
}

.contact-form .wpuf-form-add.wpuf-style ul.wpuf-form .wpuf-fields input[type=text]::-moz-placeholder, .contact-form .wpuf-form-add.wpuf-style ul.wpuf-form .wpuf-fields input[type=email]::-moz-placeholder, .contact-form .wpuf-form-add.wpuf-style ul.wpuf-form .wpuf-fields select::-moz-placeholder, .contact-form .wpuf-form-add.wpuf-style ul.wpuf-form .wpuf-fields textarea::-moz-placeholder {
    color: #8f9698;
    opacity: .5
}

.contact-form .wpuf-form-add.wpuf-style ul.wpuf-form .wpuf-fields input[type=text]:-ms-input-placeholder, .contact-form .wpuf-form-add.wpuf-style ul.wpuf-form .wpuf-fields input[type=email]:-ms-input-placeholder, .contact-form .wpuf-form-add.wpuf-style ul.wpuf-form .wpuf-fields select:-ms-input-placeholder, .contact-form .wpuf-form-add.wpuf-style ul.wpuf-form .wpuf-fields textarea:-ms-input-placeholder {
    color: #8f9698;
    opacity: .5
}

.contact-form .wpuf-form-add.wpuf-style ul.wpuf-form .wpuf-fields input[type=text]::-ms-input-placeholder, .contact-form .wpuf-form-add.wpuf-style ul.wpuf-form .wpuf-fields input[type=email]::-ms-input-placeholder, .contact-form .wpuf-form-add.wpuf-style ul.wpuf-form .wpuf-fields select::-ms-input-placeholder, .contact-form .wpuf-form-add.wpuf-style ul.wpuf-form .wpuf-fields textarea::-ms-input-placeholder {
    color: #8f9698;
    opacity: .5
}

.contact-form .wpuf-form-add.wpuf-style ul.wpuf-form .wpuf-fields input[type=text]::placeholder, .contact-form .wpuf-form-add.wpuf-style ul.wpuf-form .wpuf-fields input[type=email]::placeholder, .contact-form .wpuf-form-add.wpuf-style ul.wpuf-form .wpuf-fields select::placeholder, .contact-form .wpuf-form-add.wpuf-style ul.wpuf-form .wpuf-fields textarea::placeholder {
    color: #8f9698;
    opacity: .5
}

.contact-form .wpuf-form-add.wpuf-style ul.wpuf-form .wpuf-fields select {
    height: auto;
    border-radius: 0
}

.contact-form .wpuf-form-add.wpuf-style ul.wpuf-form .dropdown {
    position: relative
}

.contact-form .wpuf-form-add.wpuf-style ul.wpuf-form .dropdown .wpuf-fields:before {
    content: '\203A';
    color: #f7102b;
    font-size: 38px;
    font-weight: 400;
    position: absolute;
    right: 10px;
    top: 14px;
    pointer-events: none;
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg)
}

.contact-form .wpuf-form-add.wpuf-style ul.wpuf-form .wpuf-submit {
    margin-bottom: 0
}

.contact-form .wpuf-form-add.wpuf-style ul.wpuf-form .wpuf-submit input[type=submit]:disabled {
    cursor: not-allowed
}

.contact-form .wpuf-form-add.wpuf-style ul.wpuf-form .wpuf-submit .weforms_submit_btn {
    width: 300px;
    padding: 14px 10px;
    color: #fff;
    font-weight: 800;
    text-transform: uppercase;
    padding: 14px 38px;
    position: relative;
    z-index: 1;
    overflow: hidden;
    background: linear-gradient(45deg, #f41128 0%, #b3071b 100%);
    border: none;
    border-radius: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
    text-shadow: none
}

.contact-form .intro-text {
    margin-bottom: 25px
}

.contact-form .intro-text .title {
    font-size: 20px;
    line-height: 28px;
    font-weight: 800;
    display: block;
    margin-bottom: 3px
}

.contact-form .intro-text p {
    color: #8f9698
}

.contact-form form {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end
}

.contact-form form .wrapp-select {
    position: relative;
    width: 100%
}

.contact-form form .wrapp-select > span {
    text-align: center;
    display: block;
    padding: 13px 18px 12px 5px;
    height: 35px;
    position: absolute;
    right: 1px;
    top: 1px;
    bottom: 1px;
    z-index: 2;
    background: #fff;
    pointer-events: none
}

.contact-form form .wrapp-select > span i {
    color: #f7102b;
    font-weight: 300;
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg)
}

.contact-form form .wrapp-select select {
    padding-right: 30px
}

.contact-form form input, .contact-form form select, .contact-form form textarea {
    width: 100%;
    padding: 12px 14px;
    border: 1px solid #e6e6e6
}

.contact-form form input::-webkit-input-placeholder, .contact-form form select::-webkit-input-placeholder, .contact-form form textarea::-webkit-input-placeholder {
    color: #8f9698;
    opacity: .5
}

.contact-form form input::-moz-placeholder, .contact-form form select::-moz-placeholder, .contact-form form textarea::-moz-placeholder {
    color: #8f9698;
    opacity: .5
}

.contact-form form input:-ms-input-placeholder, .contact-form form select:-ms-input-placeholder, .contact-form form textarea:-ms-input-placeholder {
    color: #8f9698;
    opacity: .5
}

.contact-form form input::-ms-input-placeholder, .contact-form form select::-ms-input-placeholder, .contact-form form textarea::-ms-input-placeholder {
    color: #8f9698;
    opacity: .5
}

.contact-form form input::placeholder, .contact-form form select::placeholder, .contact-form form textarea::placeholder {
    color: #8f9698;
    opacity: .5
}

.contact-form form select, .contact-form form option {
    cursor: pointer
}

.contact-form form select {
    background: #fff
}

.contact-form form .wrapp-textarea {
    position: relative;
    width: 100%
}

.contact-form form .wrapp-textarea .symbol {
    color: #8f9698;
    opacity: .5;
    font-size: 15px;
    display: inline-block;
    position: absolute;
    right: 20px;
    bottom: 30px;
    background: #fff
}

.contact-form form .wrapp-textarea.js-symbols.limit textarea {
    border-color: #f41128
}

.contact-form form .wrapp-textarea.js-symbols.limit .symbol span {
    color: #f41128
}

.contact-form form textarea {
    height: 120px
}

.contact-form form button {
    width: 300px;
    float: right;
    padding: 14px 10px
}

@media (min-width: 768px) and (max-width: 991.98px) {
    .contact-form form button {
        width: 100%
    }
}

@media (min-width: 576px) and (max-width: 767.98px) {
    .contact-form {
        margin-bottom: 40px
    }

    .contact-form form button {
        width: 100%
    }
}

@media (max-width: 575.98px) {
    .contact-form .wpuf-form-add.wpuf-style ul.wpuf-form .wpuf-submit .weforms_submit_btn {
        width: 100%
    }

    .contact-form .wpuf-form-add.wpuf-style ul.wpuf-form .recaptcha #recaptcha > div {
        width: 100% !important;
        -webkit-transform: translateX(-6px);
        transform: translateX(-6px)
    }

    .contact-form form input, .contact-form form select, .contact-form form textarea {
        font-size: 13px;
        padding-left: 20px;
        padding-right: 20px
    }

    .contact-form form button {
        width: 100%
    }
}

.contact-info {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-top: 50px;
    margin-bottom: 30px;
    border: 1px solid #e6e6e6
}

.contact-info-main {
    width: 50%
}

.contact-info-main .title, .contact-info-blocks .title {
    display: block;
    position: relative
}

.contact-info-main .title i, .contact-info-blocks .title i {
    color: #8f9698;
    font-size: 15px;
    position: absolute;
    left: -25px;
    top: 2px
}

.contact-info-main a, .contact-info-blocks a {
    display: inline-block;
    position: relative
}

.contact-info-main a:after, .contact-info-blocks a:after {
    content: '';
    display: block;
    width: 100%;
    height: 1px;
    position: absolute;
    left: 0;
    bottom: 0
}

.contact-info-main a:hover, .contact-info-main .widget-imgs-cont section .title a:hover, .widget-imgs-cont section .title .contact-info-main a:hover, .contact-info-blocks a:hover, .contact-info-blocks .widget-imgs-cont section .title a:hover, .widget-imgs-cont section .title .contact-info-blocks a:hover {
    color: #f7102b
}

.contact-info-main a:hover:after, .contact-info-main .widget-imgs-cont section .title a:hover:after, .widget-imgs-cont section .title .contact-info-main a:hover:after, .contact-info-blocks a:hover:after, .contact-info-blocks .widget-imgs-cont section .title a:hover:after, .widget-imgs-cont section .title .contact-info-blocks a:hover:after {
    opacity: 0
}

.contact-info-main {
    padding: 40px 70px
}

.contact-info-main .title {
    margin-bottom: 13px
}

.contact-info-main a {
    font-size: 32px;
    line-height: 40px
}

.contact-info-main a:after {
    height: 2px
}

.contact-info-blocks {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    width: 100%;
    padding: 26px 3px 35px;
    background: #eeeeef;
    border-top: 1px solid #e6e6e6
}

.contact-info-blocks article {
    padding-left: 65px;
    margin-right: 50px
}

.contact-info-blocks article:last-child {
    margin-right: 0
}

.contact-info-blocks article .title {
    margin-bottom: 3px
}

@media (min-width: 992px) and (max-width: 1199.98px) {
    .contact-info-main {
        padding: 40px 20px 40px 55px
    }

    .contact-info-main a {
        font-size: 26px;
        line-height: 34px
    }

    .contact-info-blocks article {
        padding-left: 50px
    }
}

@media (min-width: 768px) and (max-width: 991.98px) {
    .contact-info {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        margin-top: 0
    }

    .contact-info-main {
        width: 100%
    }

    .contact-info-main a, .contact-info-blocks a {
        font-size: 15px;
        line-height: 23px
    }

    .contact-info-main, .contact-info-blocks article {
        padding-left: 60px;
        padding-right: 20px
    }

    .contact-info-main {
        padding-top: 25px;
        padding-bottom: 27px
    }

    .contact-info-main .title {
        margin-bottom: 3px
    }

    .contact-info-blocks {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        padding-left: 0;
        padding-right: 0
    }

    .contact-info-blocks article {
        margin-right: 0;
        margin-bottom: 20px
    }

    .contact-info-blocks article:last-child {
        margin-bottom: 0
    }
}

@media (min-width: 576px) and (max-width: 767.98px) {
    .contact-info {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        margin-top: 0
    }

    .contact-info-main {
        width: 100%
    }

    .contact-info-main a, .contact-info-blocks a {
        font-size: 15px;
        line-height: 23px
    }

    .contact-info-main a:after, .contact-info-blocks a:after {
        height: 1px
    }

    .contact-info-main, .contact-info-blocks article {
        padding-left: 60px;
        padding-right: 20px
    }

    .contact-info-main {
        padding-top: 25px;
        padding-bottom: 27px
    }

    .contact-info-main .title {
        margin-bottom: 3px
    }

    .contact-info-blocks {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        padding-left: 0;
        padding-right: 0
    }

    .contact-info-blocks article {
        margin-right: 0;
        margin-bottom: 20px
    }

    .contact-info-blocks article:last-child {
        margin-bottom: 0
    }
}

@media (max-width: 575.98px) {
    .contact-info {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        margin-top: 0
    }

    .contact-info-main {
        width: 100%
    }

    .contact-info-main .title, .contact-info-blocks .title {
        font-size: 13px;
        line-height: 19px
    }

    .contact-info-main a, .contact-info-blocks a {
        font-size: 13px;
        line-height: 23px
    }

    .contact-info-main a:after, .contact-info-blocks a:after {
        height: 1px
    }

    .contact-info-main, .contact-info-blocks article {
        padding-left: 45px;
        padding-right: 25px
    }

    .contact-info-main {
        padding-top: 25px;
        padding-bottom: 27px
    }

    .contact-info-main .title {
        margin-bottom: 3px
    }

    .contact-info-blocks {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        padding-left: 0;
        padding-right: 0
    }

    .contact-info-blocks article {
        margin-right: 0;
        margin-bottom: 20px
    }

    .contact-info-blocks article:last-child {
        margin-bottom: 0
    }
}

.contact-social {
    padding: 40px 52px;
    width: 50%;
    background: #142025
}

.contact-social .title {
    color: #fff;
    display: block;
    margin-bottom: 20px
}

.contact-social ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

.contact-social ul li {
    margin-right: 35px
}

.contact-social ul li:last-child {
    margin-right: 0
}

.contact-social ul li a {
    color: #fff;
    font-size: 25px
}

.contact-social ul li a:hover, .contact-social ul li .widget-imgs-cont section .title a:hover, .widget-imgs-cont section .title .contact-social ul li a:hover {
    color: #f7102b
}

@media (min-width: 992px) and (max-width: 1199.98px) {
    .contact-social {
        padding: 40px 30px
    }

    .contact-social ul li {
        margin-right: 25px
    }
}

@media (min-width: 768px) and (max-width: 991.98px) {
    .contact-social {
        padding: 42px 20px 43px;
        margin-left: -1px;
        margin-right: -1px;
        width: calc(100% + 2px)
    }

    .contact-social .title {
        text-align: center
    }

    .contact-social ul {
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between
    }

    .contact-social ul li {
        margin-right: 0
    }
}

@media (min-width: 576px) and (max-width: 767.98px) {
    .contact-social {
        padding: 42px 20px 43px;
        margin-left: -1px;
        margin-right: -1px;
        width: calc(100% + 2px)
    }

    .contact-social .title {
        text-align: center
    }

    .contact-social ul {
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between
    }

    .contact-social ul li {
        margin-right: 0
    }
}

@media (max-width: 575.98px) {
    .contact-social {
        padding: 42px 20px 43px;
        margin-left: -1px;
        margin-right: -1px;
        width: calc(100% + 2px)
    }

    .contact-social .title {
        text-align: center;
        font-size: 13px;
        line-height: 19px
    }

    .contact-social ul {
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between
    }

    .contact-social ul li {
        margin-right: 0
    }

    .contact-social ul li a {
        font-size: 20px
    }
}

.contact-address {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    width: 100%;
    height: 210px;
    border: 1px solid #e6e6e6
}

.contact-address address {
    -ms-flex-negative: 0;
    flex-shrink: 0;
    width: 370px;
    padding: 49px 20px 20px 44px
}

.contact-address address .title {
    font-size: 20px;
    line-height: 28px;
    font-weight: 800;
    display: block;
    margin-bottom: 13px
}

.contact-address .map {
    width: calc(100% - 370px)
}

@media (min-width: 768px) and (max-width: 991.98px) {
    .contact-address {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        height: auto
    }

    .contact-address address, .contact-address .map {
        width: 100%
    }

    .contact-address address {
        text-align: center
    }

    .contact-address address br {
        display: none
    }

    .contact-address .map {
        height: 270px
    }
}

@media (min-width: 576px) and (max-width: 767.98px) {
    .contact-address {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        height: auto
    }

    .contact-address address, .contact-address .map {
        width: 100%
    }

    .contact-address address {
        text-align: center
    }

    .contact-address address br {
        display: none
    }

    .contact-address .map {
        height: 270px
    }
}

@media (max-width: 575.98px) {
    .contact-address {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        height: auto
    }

    .contact-address address, .contact-address .map {
        width: 100%
    }

    .contact-address address {
        text-align: center;
        padding: 30px 20px;
        margin-bottom: 0
    }

    .contact-address address br {
        display: none
    }

    .contact-address address .title {
        font-size: 16px;
        line-height: 22px
    }

    .contact-address address p {
        font-size: 13px;
        margin-bottom: 0
    }

    .contact-address .map {
        height: 290px
    }
}

.author-info {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-bottom: 30px
}

.author-info figure {
    -ms-flex-negative: 0;
    flex-shrink: 0;
    width: 140px;
    height: 140px;
    margin-right: 50px
}

.author-info figure img {
    width: auto;
    min-height: 100%
}

.author-info section .title {
    font-size: 32px;
    font-weight: 800;
    line-height: 40px;
    margin-bottom: 0
}

.author-info section .author-about {
    font-size: 16px;
    font-weight: 800;
    line-height: 24px;
    color: #8f9698;
    display: block;
    margin-bottom: 10px
}

.author-info section .author-social {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 10px
}

.author-info section .author-social li {
    margin-right: 10px
}

.author-info section .author-social li:last-child {
    margin-right: 0
}

.author-info section .author-social li a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    color: #fff;
    text-align: center;
    font-size: 16px;
    width: 30px;
    height: 30px;
    background: #000;
    opacity: .15;
    border-radius: 50%
}

.author-info section .author-social li a:hover {
    opacity: 1
}

@media (min-width: 576px) and (max-width: 767.98px) {
    .author-info {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        padding-top: 20px
    }

    .author-info figure {
        margin-right: 0
    }

    .author-info section {
        text-align: center
    }

    .author-info .author-social {
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center
    }

    .author-info .author-social li {
        margin: 0 5px
    }
}

@media (max-width: 575.98px) {
    .author-info {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        padding-top: 20px
    }

    .author-info figure {
        margin-right: 0
    }

    .author-info section {
        text-align: center
    }

    .author-info section .title {
        font-size: 24px;
        line-height: 32px
    }

    .author-info .author-social {
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center
    }

    .author-info .author-social li {
        margin: 0 5px
    }
}

.aside-info_link article {
    line-height: 24px;
    padding: 15px 15px 15px 20px;
    width: 230px;
    margin-bottom: 10px;
    border: 1px solid #e6e6e6
}

.aside-info_link article:last-child {
    margin-bottom: 0
}

.aside-info_link article .title {
    font-weight: 800;
    display: block;
    margin-bottom: 5px
}

@media (min-width: 768px) and (max-width: 991.98px) {
    .aside-info_link article {
        float: left;
        width: 350px;
        min-height: 125px;
        margin-bottom: 25px
    }

    .aside-info_link article:nth-child(2n) {
        float: right
    }
}

@media (min-width: 576px) and (max-width: 767.98px) {
    .aside-info_link article {
        float: left;
        width: 246px;
        min-height: 135px;
        margin-bottom: 25px
    }

    .aside-info_link article:nth-child(2n) {
        float: right
    }
}

@media (max-width: 575.98px) {
    .aside-info_link article {
        width: 100%;
        margin-bottom: 25px
    }
}

.person-list-title {
    font-size: 12px;
    text-transform: uppercase;
    color: #8f9698;
    padding-bottom: 15px;
    margin-bottom: 15px;
    display: block;
    border-bottom: 1px solid #e6e6e6
}

.person-list .person {
    padding-bottom: 15px;
    margin-bottom: 15px;
    border-bottom: 1px solid #e6e6e6
}

.person-list .person figure {
    width: 70px;
    height: 70px
}

.person-list .person section .person-title {
    margin-bottom: 0
}

.person-list .person section .about {
    color: #8f9698;
    font-weight: 400;
    display: block;
    margin-bottom: 5px
}

.person-list .person section .about a {
    color: inherit
}

.person-list .person section .about a:hover {
    color: #f7102b
}

@media (max-width: 575.98px) {
    .person-list .person figure {
        margin-right: 15px
    }

    .person-list .person section .about {
        font-size: 13px;
        margin-bottom: 10px
    }
}

.company-features {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin: 25px 0 30px
}

.company-features article {
    width: 375px;
    padding: 20px 15px 25px 40px;
    border: 1px solid #e6e6e6
}

.company-features article .title {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
    margin-bottom: 15px
}

.company-features article .title .only-color {
    color: #f7102b;
    opacity: 0;
    -webkit-transition: ease .4s;
    transition: ease .4s
}

.company-features article .title .only-color.run {
    opacity: 1
}

.company-features article .title .number {
    font-size: 32px;
    line-height: 40px;
    font-weight: 800;
    margin-right: 18px
}

.company-features article .title .text {
    font-size: 12px;
    text-transform: uppercase;
    color: #8f9698;
    font-weight: 700;
    line-height: 20px;
    display: inline-block;
    padding-bottom: 2px
}

.company-features article p {
    margin-bottom: 0
}

@media (min-width: 992px) and (max-width: 1199.98px) {
    .company-features article {
        width: 300px
    }
}

@media (min-width: 768px) and (max-width: 991.98px) {
    .company-features article {
        width: 220px;
        padding: 20px
    }

    .company-features article .title {
        -webkit-box-orient: vertical;
        -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
        flex-direction: column-reverse;
        -webkit-box-align: start;
        -ms-flex-align: start;
        align-items: flex-start;
        margin-bottom: 5px
    }

    .company-features article .title .text {
        min-height: 40px
    }
}

@media (min-width: 576px) and (max-width: 767.98px) {
    .company-features {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column
    }

    .company-features article {
        margin-bottom: 25px;
        width: 100%
    }

    .company-features article:last-child {
        margin-bottom: 0
    }
}

@media (max-width: 575.98px) {
    .company-features {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column
    }

    .company-features article {
        margin-bottom: 25px;
        width: 100%
    }

    .company-features article:last-child {
        margin-bottom: 0
    }
}

.company-quote {
    font-size: 15px;
    padding: 35px 85px 25px 75px;
    margin-bottom: 25px;
    background: url(images/company-quote_bg.png) no-repeat right center
}

.company-quote p {
    font-style: normal;
    color: #fff
}

.company-quote p:before, .company-quote p:after {
    display: none
}

.company-quote .autor {
    color: #fff;
    display: inline-block;
    float: right;
    position: relative;
    padding: 2px 155px 0 135px
}

.company-quote .autor:before {
    content: '';
    position: absolute;
    left: 0;
    top: 14px;
    width: 120px;
    height: 1px;
    background: #fff
}

@media (min-width: 768px) and (max-width: 991.98px) {
    .company-quote .autor {
        padding-right: 0
    }
}

@media (min-width: 576px) and (max-width: 767.98px) {
    .company-quote .autor {
        padding-right: 0
    }
}

@media (max-width: 575.98px) {
    .company-quote {
        padding: 35px 25px;
        margin-right: -15px;
        margin-left: -15px
    }

    .company-quote .autor {
        padding: 2px 0 0 110px
    }

    .company-quote .autor:before {
        width: 95px
    }
}

.company-info_button {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    padding: 15px 77px 18px;
    margin-top: 30px
}

.company-info_button p {
    font-size: 24px;
    line-height: 32px;
    font-weight: 800;
    letter-spacing: -.5px;
    margin-bottom: 0
}

.company-info_button .btn {
    color: #fff;
    text-align: center;
    font-size: 15px;
    text-transform: uppercase;
    font-weight: 800;
    padding: 18px 48px;
    -webkit-transform: translateY(6px);
    transform: translateY(6px)
}

@media (min-width: 768px) and (max-width: 991.98px) {
    .company-info_button {
        padding: 20px 30px
    }

    .company-info_button br {
        display: none
    }

    .company-info_button .btn {
        margin-top: 10px
    }
}

@media (min-width: 576px) and (max-width: 767.98px) {
    .company-info_button {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        text-align: center
    }

    .company-info_button br {
        display: none
    }

    .company-info_button .btn {
        margin: 10px auto 0
    }
}

@media (max-width: 575.98px) {
    .company-info_button {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        text-align: center;
        padding: 25px 15px
    }

    .company-info_button p {
        font-size: 16px;
        line-height: 26px;
        margin-bottom: 10px
    }

    .company-info_button br {
        display: none
    }

    .company-info_button .btn {
        width: 100%;
        padding: 12px 10px
    }
}

.company-numbers {
    padding: 80px 0 20px
}

.company-numbers > .title {
    text-align: center;
    font-size: 24px;
    line-height: 32px;
    font-weight: 800;
    display: block;
    margin-bottom: 55px
}

.company-numbers ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between
}

.company-numbers ul li {
    text-align: center;
    margin-right: 60px;
    margin-bottom: 60px;
    min-width: 160px
}

.company-numbers ul li:nth-child(5n) {
    margin-right: 0
}

.company-numbers ul li .title {
    font-size: 0;
    line-height: 64px;
    display: inline-block;
    padding-top: 30px;
    width: 100%;
    background-repeat: no-repeat;
    background-position: center top
}

.company-numbers ul li .title .only-color {
    color: #f7102b;
    font-weight: 800;
    -webkit-transition: ease .4s;
    transition: ease .4s;
    opacity: 0
}

.company-numbers ul li .title .only-color.run {
    opacity: 1
}

.company-numbers ul li .title span {
    font-size: 56px
}

.company-numbers ul li p {
    font-size: 23px
}

@media (min-width: 992px) and (max-width: 1199.98px) {
    .company-numbers ul {
        -webkit-box-pack: start;
        -ms-flex-pack: start;
        justify-content: flex-start
    }

    .company-numbers ul li {
        text-align: center;
        width: 25%;
        margin-right: 0
    }
}

@media (min-width: 768px) and (max-width: 991.98px) {
    .company-numbers ul {
        -webkit-box-pack: start;
        -ms-flex-pack: start;
        justify-content: flex-start
    }

    .company-numbers ul li {
        text-align: center;
        width: 33.3333%;
        margin-right: 0
    }
}

@media (min-width: 576px) and (max-width: 767.98px) {
    .company-numbers ul {
        -webkit-box-pack: start;
        -ms-flex-pack: start;
        justify-content: flex-start
    }

    .company-numbers ul li {
        text-align: center;
        width: 50%;
        margin-right: 0
    }
}

@media (max-width: 575.98px) {
    .company-numbers {
        padding: 50px 0 20px
    }

    .company-numbers > .title {
        margin-bottom: 25px
    }

    .company-numbers ul {
        -webkit-box-pack: start;
        -ms-flex-pack: start;
        justify-content: flex-start
    }

    .company-numbers ul li {
        width: 50%;
        margin-right: 0;
        min-width: 0;
        margin-bottom: 30px;
        padding: 0 20px
    }

    .company-numbers ul li .title {
        line-height: normal;
        width: 105px;
        margin-bottom: 0;
        padding-top: 55px;
        background-position: right 8px
    }

    .company-numbers ul li .title span {
        font-size: 32px;
        line-height: 40px
    }

    .company-numbers ul li p {
        font-size: 13px;
        line-height: 21px
    }
}

.company-info_wrapp {
    position: relative;
    padding: 90px 0 60px;
    background: url(images/company-info_bg.png) no-repeat center top
}

.company-info_wrapp:after {
    content: '';
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    z-index: 0;
    opacity: .84;
    background: -webkit-gradient(linear, right top, left top, from(#b3071b), to(#f7102b));
    background: linear-gradient(-90deg, #b3071b 0%, #f7102b 100%)
}

.company-info_wrapp .container {
    position: relative;
    z-index: 2
}

@media (min-width: 768px) and (max-width: 991.98px) {
    .company-info_wrapp .title.tablet {
        color: #fff;
        display: block;
        text-align: center;
        font-size: 32px;
        line-height: 40px;
        font-weight: 800;
        margin-bottom: 40px
    }
}

@media (min-width: 576px) and (max-width: 767.98px) {
    .company-info_wrapp .title.tablet {
        color: #fff;
        display: block;
        text-align: center;
        font-size: 32px;
        line-height: 40px;
        font-weight: 800;
        margin-bottom: 40px
    }

    .company-info_wrapp .title.hide-tablet {
        display: none !important
    }
}

@media (max-width: 575.98px) {
    .company-info_wrapp .title.tablet {
        color: #fff;
        display: block;
        text-align: center;
        font-size: 32px;
        line-height: 40px;
        font-weight: 800;
        margin-bottom: 40px
    }

    .company-info_wrapp .title.hide-tablet {
        display: none !important
    }
}

.company-info_main {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between
}

.company-info_main .company-info {
    width: 700px
}

.company-info_main .company-info > .title {
    color: #fff;
    text-align: center;
    font-size: 32px;
    line-height: 40px;
    font-weight: 800;
    margin-bottom: 40px
}

.company-info_main .company-info section {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
}

.company-info_main .company-info section * {
    color: #fff
}

.company-info_main .company-info section article {
    width: 50%;
    padding-right: 30px;
    margin-bottom: 30px
}

.company-info_main .company-info section article .title {
    font-size: 16px;
    line-height: 24px;
    font-weight: 800;
    margin-bottom: 8px
}

.company-info_main .company-info section article p {
    font-size: 13px;
    line-height: 21px
}

.company-info_main .company-social {
    -ms-flex-negative: 0;
    flex-shrink: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    width: 375px;
    height: 230px;
    padding: 20px 25px;
    background: rgba(255, 255, 255, .1);
    border: 2px solid rgba(255, 255, 255, .3);
    -webkit-transform: translateY(10px);
    transform: translateY(10px)
}

.company-info_main .company-social .title {
    color: #fff;
    font-size: 20px;
    line-height: 28px;
    font-weight: 800;
    display: block;
    text-align: center;
    margin-bottom: 30px
}

.company-info_main .company-social ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between
}

.company-info_main .company-social ul li a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    color: #fff;
    vertical-align: middle;
    text-align: center;
    font-size: 26px;
    width: 55px;
    height: 55px;
    background: rgba(255, 255, 255, .1);
    border: 2px solid rgba(255, 255, 255, .3)
}

.company-info_main .company-social ul li a:hover {
    color: #f7102b;
    background: rgba(255, 255, 255, .5)
}

@media (min-width: 768px) and (max-width: 991.98px) {
    .company-info_main .company-info_main > .title {
        color: #fff;
        font-size: 20px;
        line-height: 28px;
        font-weight: 800;
        display: block;
        text-align: center;
        margin-bottom: 30px
    }

    .company-info_main .company-info section article {
        width: 100%
    }

    .company-info_main .company-info section article .title {
        text-align: left
    }
}

@media (min-width: 576px) and (max-width: 767.98px) {
    .company-info_main {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column
    }

    .company-info_main .company-info {
        width: 100%
    }

    .company-info_main .company-social {
        width: 100%
    }
}

@media (max-width: 575.98px) {
    .company-info_main {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column
    }

    .company-info_main .company-info {
        width: 100%
    }

    .company-info_main .company-info section article {
        width: 100%
    }

    .company-info_main .company-social {
        width: 100%;
        height: auto;
        padding: 20px 15px
    }

    .company-info_main .company-social ul li a {
        font-size: 20px;
        width: 45px;
        height: 45px
    }
}

.company-team {
    padding: 50px 0
}

.company-team .title-grey {
    margin-bottom: 0
}

.company-team ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
}

.company-team ul li {
    text-align: center;
    width: 20%;
    padding: 30px 0;
    border-right: 1px solid #e6e6e6
}

.company-team ul li:last-child {
    border-right: none
}

@media (min-width: 768px) and (max-width: 991.98px) {
    .company-team ul li {
        width: 33.3333%;
        border-bottom: 1px solid #e6e6e6
    }

    .company-team ul li:first-child {
        border-left: 1px solid #e6e6e6
    }

    .company-team ul li:nth-child(3n+1) {
        border-left: 1px solid #e6e6e6
    }

    .company-team ul li:last-child {
        border-right: 1px solid #e6e6e6
    }
}

@media (min-width: 576px) and (max-width: 767.98px) {
    .company-team ul li {
        width: 50%;
        border-bottom: 1px solid #e6e6e6
    }

    .company-team ul li:first-child {
        border-left: 1px solid #e6e6e6
    }

    .company-team ul li:nth-child(2n+1) {
        border-left: 1px solid #e6e6e6
    }

    .company-team ul li:last-child {
        border-right: 1px solid #e6e6e6
    }
}

@media (max-width: 575.98px) {
    .company-team ul li {
        width: 100%;
        border-bottom: 1px solid #e6e6e6;
        border-left: 1px solid #e6e6e6 !important
    }

    .company-team ul li:last-child {
        border-right: 1px solid #e6e6e6
    }
}

.company-partners {
    margin-bottom: 50px
}

.company-partners_list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-bottom: 30px
}

.company-partners_list li {
    text-align: center;
    width: 25%;
    padding-top: 50px
}

@media (min-width: 992px) and (max-width: 1199.98px) {
    .company-partners_list li img {
        max-width: 80%
    }
}

@media (min-width: 768px) and (max-width: 991.98px) {
    .company-partners_list li img {
        max-width: 80%
    }
}

@media (min-width: 576px) and (max-width: 767.98px) {
    .company-partners_list li {
        width: 50%
    }

    .company-partners_list li img {
        max-width: 80%
    }
}

@media (max-width: 575.98px) {
    .company-partners_list li {
        width: 50%
    }

    .company-partners_list li img {
        max-width: 85%
    }
}

.company-info_bottom {
    padding: 40px 0;
    background: url(images/company-info_bottom_bg.png) no-repeat center 100%
}

.company-info_bottom section {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.company-info_bottom section * {
    color: #fff
}

.company-info_bottom section article .title {
    font-size: 24px;
    line-height: 32px;
    font-weight: 800;
    margin-bottom: 5px
}

.company-info_bottom section article p {
    opacity: .6;
    font-weight: 500
}

.company-info_bottom section .btn {
    -ms-flex-negative: 0;
    flex-shrink: 0;
    color: #fff;
    font-size: 15px;
    line-height: 23px;
    text-transform: uppercase;
    font-weight: 800;
    padding: 10px 40px;
    border: 1px solid #fff
}

.company-info_bottom section .btn:hover {
    color: #f7102b;
    background: #fff
}

@media (min-width: 768px) and (max-width: 991.98px) {
    .company-info_bottom {
        background-size: cover
    }
}

@media (min-width: 576px) and (max-width: 767.98px) {
    .company-info_bottom {
        background-size: cover
    }
}

@media (max-width: 575.98px) {
    .company-info_bottom {
        background-size: cover
    }

    .company-info_bottom section {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        text-align: center
    }

    .company-info_bottom section article {
        margin-bottom: 20px
    }

    .company-info_bottom section .btn {
        text-align: center;
        width: 220px
    }
}

.advertise_connect-block {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding-top: 30px;
    margin-bottom: 95px
}

.advertise_connect-block section {
    width: 50%;
    padding-right: 35px;
    padding-top: 45px
}

.advertise_connect-block section .title {
    font-size: 32px;
    line-height: 40px;
    font-weight: 800;
    margin-bottom: 10px
}

.advertise_connect-block section p {
    font-size: 16px;
    line-height: 24px;
    color: #8f9698;
    margin-bottom: 30px
}

.advertise_connect-block section ul li {
    font-size: 16px;
    line-height: 24px;
    position: relative;
    padding-left: 60px;
    margin-bottom: 25px
}

.advertise_connect-block section ul li:last-child {
    margin-bottom: 0
}

.advertise_connect-block section ul li:before {
    content: '';
    position: absolute;
    left: 0;
    top: 4px;
    display: block;
    width: 31px;
    height: 31px;
    background: url(images/check-img.png) no-repeat
}

.advertise_connect-block figure {
    text-align: center;
    width: 50%;
    padding-left: 30px
}

@media (min-width: 768px) and (max-width: 991.98px) {
    .advertise_connect-block {
        -webkit-box-align: end;
        -ms-flex-align: end;
        align-items: flex-end;
        margin-bottom: 50px
    }

    .advertise_connect-block section {
        padding-right: 0;
        width: auto;
        padding-top: 0
    }

    .advertise_connect-block section .title {
        font-size: 30px;
        line-height: 38px
    }

    .advertise_connect-block figure {
        -ms-flex-negative: 0;
        flex-shrink: 0;
        width: 230px;
        padding-left: 0
    }

    .advertise_connect-block figure img {
        max-width: 100%
    }
}

@media (min-width: 576px) and (max-width: 767.98px) {
    .advertise_connect-block {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        margin-bottom: 50px
    }

    .advertise_connect-block section {
        padding-right: 0;
        width: 100%;
        margin-bottom: 30px;
        padding-top: 0
    }

    .advertise_connect-block section .title {
        font-size: 30px;
        line-height: 38px
    }

    .advertise_connect-block figure {
        width: 100%
    }

    .advertise_connect-block figure img {
        max-width: 100%
    }
}

@media (max-width: 575.98px) {
    .advertise_connect-block {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        margin-bottom: 30px
    }

    .advertise_connect-block section {
        padding-right: 0;
        width: 100%;
        margin-bottom: 30px;
        padding-top: 0
    }

    .advertise_connect-block section .title {
        font-size: 24px;
        line-height: 32px
    }

    .advertise_connect-block section p {
        font-size: 13px;
        line-height: 21px;
        margin-bottom: 20px
    }

    .advertise_connect-block section ul li {
        font-size: 13px;
        line-height: 21px;
        padding-left: 50px;
        margin-bottom: 17px
    }

    .advertise_connect-block section ul li:before {
        top: 7px
    }

    .advertise_connect-block figure {
        width: 100%
    }

    .advertise_connect-block figure img {
        max-width: 100%
    }
}

.advertise-block {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    padding-top: 77px
}

.advertise-block .map_wrapp {
    width: 66.666667%
}

.advertise-block .map {
    width: 679px;
    height: 407px;
    position: relative;
    margin-bottom: 30px;
    background: url(images/world-map.png) no-repeat
}

.advertise-block .map .round-diagram {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    width: 85px;
    height: 85px;
    position: absolute;
    border: 1px solid #e6e6e6;
    background: #fff
}

.advertise-block .map .round-diagram canvas {
    position: absolute;
    width: 100% !important;
    height: 100% !important
}

.advertise-block .map .round-diagram .procent {
    font-size: 24px;
    line-height: 28px;
    font-weight: 800;
    color: #f00f2a;
    height: 29px
}

.advertise-block .map .round-diagram p {
    font-size: 12px;
    line-height: 14px;
    text-transform: uppercase;
    font-weight: 700;
    color: #8f9698;
    margin-bottom: 0
}

.advertise-block .map .americas {
    top: 104px;
    left: 29px
}

.advertise-block .map .europe {
    top: 50px;
    right: 264px
}

.advertise-block .map .africa {
    left: 300px;
    bottom: 107px
}

.advertise-block .map .asia {
    right: 75px;
    top: 128px
}

.advertise-block .map .oceania {
    bottom: 27px;
    right: 0
}

.advertise-block .values ul li span {
    font-weight: 800;
    display: block;
    margin-bottom: 5px
}

.advertise-block .values ul li p {
    font-size: 16px;
    line-height: 24px
}

.advertise-block .values.big {
    width: 33.333333%;
    padding-top: 55px;
    padding-left: 35px
}

.advertise-block .values.big ul li {
    margin-bottom: 35px
}

.advertise-block .values.big ul li:last-child {
    margin-bottom: 0
}

.advertise-block .values.big ul li span {
    font-size: 26px;
    line-height: 32px;
    display: inline-block
}

.advertise-block .values.little {
    width: 33.333333%
}

.advertise-block .values.little ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
}

.advertise-block .values.little ul li {
    width: 50%;
    margin-bottom: 25px;
    padding-right: 15px
}

.advertise-block .values.little ul li span {
    font-size: 20px;
    line-height: 28px
}

.advertise-block .values-two-part ul li {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin-bottom: 10px
}

.advertise-block .values-two-part ul li:last-child {
    margin-bottom: 0
}

.advertise-block .values-two-part ul li span {
    color: #8f9698
}

.advertise-block .values-two-part ul li p {
    font-weight: 800;
    font-size: 16px;
    margin-bottom: 0
}

.advertise-block .values-two-part.age {
    width: 16.666667%;
    margin: 0 97px
}

.advertise-block .values-two-part.interests {
    width: 33.333333%;
    float: right
}

@media (min-width: 992px) and (max-width: 1199.98px) {
    .advertise-block .map_wrapp {
        width: 100%
    }

    .advertise-block .map_wrapp .map {
        margin-left: auto;
        margin-right: auto
    }

    .advertise-block .values.big {
        width: 100%;
        padding-left: 0;
        margin-bottom: 50px
    }

    .advertise-block .values.big ul {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between
    }

    .advertise-block .values.big ul li {
        padding-right: 15px;
        margin-bottom: 0
    }

    .advertise-block .values.big ul li:last-child {
        padding-right: 0
    }

    .advertise-block .values-two-part.age {
        margin: 0 77px
    }
}

@media (min-width: 768px) and (max-width: 991.98px) {
    .advertise-block {
        padding-top: 0
    }

    .advertise-block .map_wrapp {
        -webkit-box-ordinal-group: 1;
        -ms-flex-order: 0;
        order: 0;
        width: 100%;
        margin-bottom: 40px
    }

    .advertise-block .map_wrapp .map {
        margin-left: auto;
        margin-right: auto
    }

    .advertise-block .values.big {
        -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
        order: 1;
        width: 50%;
        margin-bottom: 40px;
        padding-right: 100px;
        padding-top: 0;
        padding-left: 0
    }

    .advertise-block .values.little {
        -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
        order: 3;
        width: 51%
    }

    .advertise-block .values-two-part.interests {
        -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
        order: 2;
        width: 50%;
        margin-bottom: 40px
    }

    .advertise-block .values-two-part.age {
        -webkit-box-ordinal-group: 5;
        -ms-flex-order: 4;
        order: 4;
        width: 25%;
        margin-right: 0;
        margin-left: 70px
    }
}

@media (min-width: 576px) and (max-width: 767.98px) {
    .advertise-block {
        padding-top: 0
    }

    .advertise-block .map_wrapp {
        -webkit-box-ordinal-group: 1;
        -ms-flex-order: 0;
        order: 0;
        width: 100%;
        margin-bottom: 40px
    }

    .advertise-block .map_wrapp .map {
        margin-left: auto;
        margin-right: auto;
        width: 100%;
        height: 310px;
        background-size: 100%
    }

    .advertise-block .map_wrapp .map .round-diagram {
        width: 60px;
        height: 60px
    }

    .advertise-block .map_wrapp .map .round-diagram .procent {
        font-size: 18px;
        line-height: 22px;
        height: 20px
    }

    .advertise-block .map_wrapp .map .round-diagram p {
        font-size: 9px
    }

    .advertise-block .map_wrapp .map .round-diagram.americas {
        top: 53px;
        left: 41px
    }

    .advertise-block .map_wrapp .map .round-diagram.europe {
        top: 68px;
        right: 188px
    }

    .advertise-block .map_wrapp .map .round-diagram.africa {
        left: 235px;
        bottom: 90px
    }

    .advertise-block .map_wrapp .map .round-diagram.asia {
        right: 53px;
        top: 101px
    }

    .advertise-block .values.big {
        -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
        order: 1;
        width: 50%;
        margin-bottom: 40px;
        padding-right: 100px;
        padding-top: 0;
        padding-left: 0
    }

    .advertise-block .values.little {
        -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
        order: 3;
        width: 51%
    }

    .advertise-block .values-two-part.interests {
        -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
        order: 2;
        width: 50%;
        margin-bottom: 40px
    }

    .advertise-block .values-two-part.age {
        -webkit-box-ordinal-group: 5;
        -ms-flex-order: 4;
        order: 4;
        width: 25%;
        margin-right: 0;
        margin-left: 70px
    }
}

@media (max-width: 575.98px) {
    .advertise-block {
        padding-top: 0
    }

    .advertise-block .map_wrapp {
        width: 100%;
        margin-bottom: 40px
    }

    .advertise-block .map_wrapp .map {
        margin-left: auto;
        margin-right: auto;
        margin-bottom: 0;
        width: 320px;
        height: 200px;
        background-size: 100%
    }

    .advertise-block .map_wrapp .map .round-diagram {
        width: 50px;
        height: 50px
    }

    .advertise-block .map_wrapp .map .round-diagram .procent {
        font-size: 14px;
        line-height: 18px;
        height: 15px
    }

    .advertise-block .map_wrapp .map .round-diagram p {
        font-size: 7px
    }

    .advertise-block .map_wrapp .map .round-diagram.americas {
        top: 25px;
        left: 15px
    }

    .advertise-block .map_wrapp .map .round-diagram.europe {
        top: 13px;
        right: 95px
    }

    .advertise-block .map_wrapp .map .round-diagram.africa {
        left: 137px;
        bottom: 53px
    }

    .advertise-block .map_wrapp .map .round-diagram.asia {
        right: 19px;
        top: 48px
    }

    .advertise-block .map_wrapp .map .round-diagram.oceania {
        bottom: 12px;
        right: 4px
    }

    .advertise-block .values.big {
        width: 100%;
        margin-bottom: 20px;
        padding-right: 0;
        padding-top: 0;
        padding-left: 0
    }

    .advertise-block .values.big ul li {
        margin-bottom: 10px
    }

    .advertise-block .values.big ul li span {
        font-size: 16px;
        line-height: 22px;
        display: inline-block;
        margin-bottom: 0
    }

    .advertise-block .values.big ul li p {
        font-size: 13px;
        line-height: 19px
    }

    .advertise-block .values.little {
        width: 100%
    }

    .advertise-block .values.little ul li {
        padding-right: 37px
    }

    .advertise-block .values.little ul li span {
        font-size: 16px;
        line-height: 22px;
        display: inline-block;
        margin-bottom: 0
    }

    .advertise-block .values.little ul li p {
        font-size: 13px;
        line-height: 19px
    }

    .advertise-block .values-two-part.interests {
        width: 100%;
        margin-bottom: 40px
    }

    .advertise-block .values-two-part.age {
        width: 100%;
        margin-right: 0;
        margin-left: 0;
        margin-bottom: 30px
    }

    .advertise-block .values-two-part.interests ul li span {
        font-size: 13px
    }
}

@media (max-width: 340px) {
    .advertise-block .map_wrapp {
        margin-left: -15px
    }
}

.publicity_location {
    padding: 90px 0
}

.publicity_location .title-center_big {
    margin-bottom: 55px
}

.publicity_location .section {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start
}

.publicity_location .section .nav-wrapp {
    -ms-flex-negative: 0;
    flex-shrink: 0;
    width: 33.3333%;
    margin-right: 50px
}

.publicity_location .section .nav-wrapp li {
    cursor: pointer;
    position: relative;
    padding: 15px 27px;
    border: 1px solid transparent;
    -webkit-transition: .4s ease;
    transition: .4s ease
}

.publicity_location .section .nav-wrapp li .title, .publicity_location .section .nav-wrapp li p {
    color: #8f9698;
    -webkit-transition: .4s ease;
    transition: .4s ease
}

.publicity_location .section .nav-wrapp li .title {
    font-size: 18px;
    line-height: 26px;
    font-weight: 800;
    text-shadow: 0 0 3px #fff, 0 0 3px #fff;
    background-image: -webkit-gradient(linear, right top, left top, from(#b7081c), to(#f7102b));
    background-image: linear-gradient(-90deg, #b7081c 0%, #f7102b 100%);
    -webkit-background-clip: text;
    background-clip: text;
    background-position: 100% 0
}

.publicity_location .section .nav-wrapp li.active, .publicity_location .section .nav-wrapp li:hover {
    border-color: #e6e6e6;
    -webkit-box-shadow: 10px 13px 35px -6px rgba(0, 0, 0, .2);
    box-shadow: 10px 13px 35px -6px rgba(0, 0, 0, .2)
}

.publicity_location .section .nav-wrapp li.active .title, .publicity_location .section .nav-wrapp li:hover .title {
    color: transparent;
    text-shadow: none
}

.publicity_location .section .nav-wrapp li.active p, .publicity_location .section .nav-wrapp li:hover p {
    color: #142025
}

.publicity_location .section .nav-wrapp li.active:before, .publicity_location .section .nav-wrapp li:hover:before {
    opacity: 1
}

.publicity_location .section .nav-wrapp li:before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    display: block;
    width: 7px;
    height: 100%;
    background-image: -webkit-gradient(linear, right top, left top, from(#b7081c), to(#f7102b));
    background-image: linear-gradient(-90deg, #b7081c 0%, #f7102b 100%);
    opacity: 0;
    -webkit-transition: .4s ease;
    transition: .4s ease
}

.publicity_location .section .wrapp_tab-cont {
    padding-top: 20px;
    width: 100%
}

.publicity_location .section article figure {
    padding: 30px 120px;
    background: #f5fafa
}

.publicity_location .section article p {
    padding: 50px;
    border: 1px solid #e6e6e6;
    background: #f5fafa
}

@media (min-width: 992px) and (max-width: 1199.98px) {
    .publicity_location .section article figure {
        padding: 30px 70px
    }

    .publicity_location .section article figure img {
        max-width: 400px
    }
}

@media (min-width: 768px) and (max-width: 991.98px) {
    .publicity_location {
        padding: 50px 0
    }

    .publicity_location .section {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column
    }

    .publicity_location .section .nav-wrapp {
        width: 100%;
        padding: 20px 30px;
        border: 2px solid #e6e6e6
    }

    .publicity_location .section .nav-wrapp > section .title {
        color: transparent;
        text-shadow: none;
        font-weight: 800;
        font-size: 18px;
        line-height: 26px;
        background-image: -webkit-gradient(linear, right top, left top, from(#b7081c), to(#f7102b));
        background-image: linear-gradient(-90deg, #b7081c 0%, #f7102b 100%);
        -webkit-background-clip: text;
        background-clip: text;
        background-position: 100% 0
    }

    .publicity_location .section .nav-wrapp > section p {
        color: #142025;
        margin-bottom: 0
    }

    .publicity_location .section .wrapp_tab-cont {
        padding-top: 30px
    }

    .publicity_location .section article {
        text-align: center;
        width: 100%
    }
}

@media (min-width: 576px) and (max-width: 767.98px) {
    .publicity_location {
        padding: 50px 0
    }

    .publicity_location .section {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column
    }

    .publicity_location .section .nav-wrapp {
        width: 100%;
        padding: 20px 30px;
        border: 2px solid #e6e6e6
    }

    .publicity_location .section .nav-wrapp > section .title {
        color: transparent;
        text-shadow: none;
        font-weight: 800;
        font-size: 18px;
        line-height: 26px;
        background-image: -webkit-gradient(linear, right top, left top, from(#b7081c), to(#f7102b));
        background-image: linear-gradient(-90deg, #b7081c 0%, #f7102b 100%);
        -webkit-background-clip: text;
        background-clip: text;
        background-position: 100% 0
    }

    .publicity_location .section .nav-wrapp > section p {
        color: #142025;
        margin-bottom: 0
    }

    .publicity_location .section .wrapp_tab-cont {
        padding-top: 30px
    }

    .publicity_location .section article {
        text-align: center;
        width: 100%
    }

    .publicity_location .section article figure {
        padding: 30px 0
    }

    .publicity_location .section article figure img {
        max-width: 400px
    }
}

@media (max-width: 575.98px) {
    .publicity_location {
        padding: 20px 0
    }

    .publicity_location .section {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column
    }

    .publicity_location .section .nav-wrapp {
        width: 100%;
        padding: 15px 20px;
        border: 1px solid #e6e6e6
    }

    .publicity_location .section .nav-wrapp > section {
        padding-right: 30px
    }

    .publicity_location .section .nav-wrapp > section .title {
        color: transparent;
        text-shadow: none;
        font-weight: 800;
        font-size: 16px;
        line-height: 24px;
        background-image: -webkit-gradient(linear, right top, left top, from(#b7081c), to(#f7102b));
        background-image: linear-gradient(-90deg, #b7081c 0%, #f7102b 100%);
        -webkit-background-clip: text;
        background-clip: text;
        background-position: 100% 0
    }

    .publicity_location .section .nav-wrapp > section p {
        color: #142025;
        margin-bottom: 0
    }

    .publicity_location .section .nav-wrapp ul li .title {
        font-weight: 800;
        font-size: 16px;
        line-height: 24px
    }

    .publicity_location .section .nav-wrapp ul li:before {
        display: none
    }

    .publicity_location .section .wrapp_tab-cont {
        padding-top: 30px
    }

    .publicity_location .section article {
        text-align: center;
        width: 100%
    }

    .publicity_location .section article figure {
        padding: 30px 0
    }

    .publicity_location .section article figure img {
        max-width: 245px
    }
}

.publicity-info {
    padding-top: 70px
}

.publicity-info article {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

.publicity-info article:last-child {
    margin-bottom: 0
}

.publicity-info article .figure_wrapp {
    position: relative;
    padding-right: 50px;
    width: 620px
}

.publicity-info article .figure_wrapp figure {
    width: 570px
}

.publicity-info article .figure_wrapp figure img {
    max-width: 100%
}

.publicity-info article .figure_wrapp .figure-block {
    width: 305px;
    height: 190px;
    position: absolute;
    top: 103px;
    right: 0;
    background-image: -webkit-gradient(linear, right top, left top, from(#b7081c), to(#f7102b));
    background-image: linear-gradient(-90deg, #b7081c 0%, #f7102b 100%)
}

.publicity-info article .figure_wrapp.right {
    padding-right: 0;
    padding-left: 50px
}

.publicity-info article .figure_wrapp.right .figure-block {
    left: 0;
    right: auto
}

.publicity-info article section {
    padding: 50px 60px
}

.publicity-info article section .title {
    font-size: 24px;
    line-height: 32px;
    font-weight: 800;
    display: block;
    margin-bottom: 20px
}

.publicity-info article section p {
    font-size: 16px;
    line-height: 24px;
    margin-bottom: 20px
}

@media (min-width: 992px) and (max-width: 1199.98px) {
    .publicity-info {
        padding-top: 50px
    }

    .publicity-info article {
        margin-bottom: 30px
    }

    .publicity-info article .figure_wrapp {
        width: 500px
    }

    .publicity-info article .figure_wrapp figure {
        width: 450px
    }

    .publicity-info article .figure_wrapp .figure-block {
        width: 220px;
        height: 130px
    }
}

@media (min-width: 768px) and (max-width: 991.98px) {
    .publicity-info {
        padding-top: 50px
    }

    .publicity-info article {
        margin-bottom: 0
    }

    .publicity-info article .figure_wrapp {
        -ms-flex-negative: 0;
        flex-shrink: 0;
        padding-top: 60px;
        width: 305px;
        padding-right: 20px
    }

    .publicity-info article .figure_wrapp.right {
        padding-right: 0;
        padding-left: 20px
    }

    .publicity-info article .figure_wrapp figure {
        width: 285px
    }

    .publicity-info article .figure_wrapp .figure-block {
        width: 150px;
        height: 95px;
        top: 112px
    }

    .publicity-info article section {
        padding-top: 0
    }

    .publicity-info article section.right {
        padding-right: 0
    }

    .publicity-info article section.left {
        padding-left: 0
    }
}

@media (min-width: 576px) and (max-width: 767.98px) {
    .publicity-info {
        padding-top: 30px
    }

    .publicity-info article {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        margin-bottom: 50px
    }

    .publicity-info article .figure_wrapp {
        -ms-flex-negative: 0;
        flex-shrink: 0;
        width: 500px;
        margin-bottom: 30px
    }

    .publicity-info article .figure_wrapp.right {
        padding-right: 0;
        padding-left: 50px
    }

    .publicity-info article .figure_wrapp figure {
        width: 450px
    }

    .publicity-info article .figure_wrapp .figure-block {
        width: 250px;
        height: 140px;
        top: 105px
    }

    .publicity-info article section {
        -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
        order: 1;
        padding-top: 0;
        padding: 0
    }

    .publicity-info article section.right {
        padding-right: 0
    }

    .publicity-info article section.left {
        padding-left: 0
    }
}

@media (max-width: 575.98px) {
    .publicity-info {
        padding-top: 30px
    }

    .publicity-info article {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        margin-bottom: 30px
    }

    .publicity-info article .figure_wrapp {
        -ms-flex-negative: 0;
        flex-shrink: 0;
        width: 290px;
        margin-bottom: 30px
    }

    .publicity-info article .figure_wrapp.right {
        padding-right: 0;
        padding-left: 15px
    }

    .publicity-info article .figure_wrapp figure {
        width: 275px
    }

    .publicity-info article .figure_wrapp .figure-block {
        width: 150px;
        height: 90px;
        top: 65px
    }

    .publicity-info article section {
        -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
        order: 1;
        padding-top: 0;
        padding: 0
    }

    .publicity-info article section.right {
        padding-right: 0
    }

    .publicity-info article section .title {
        font-size: 16px;
        line-height: 24px;
        margin-bottom: 10px
    }

    .publicity-info article section p {
        font-size: 13px;
        line-height: 21px
    }
}

.people-crypto_wrapp {
    padding: 90px 0
}

@media (min-width: 768px) and (max-width: 991.98px) {
    .people-crypto_wrapp {
        padding: 60px 0
    }
}

@media (max-width: 575.98px) {
    .people-crypto_wrapp {
        padding: 30px 0 50px
    }

    .people-crypto_wrapp .title-center_big {
        margin-bottom: 0
    }
}

.people-crypto {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 570px;
    margin: 0 auto;
    padding: 40px;
    -webkit-box-shadow: 0 0 20px 6px rgba(0, 0, 0, .1);
    box-shadow: 0 0 20px 6px rgba(0, 0, 0, .1)
}

.people-crypto figure {
    -ms-flex-negative: 0;
    flex-shrink: 0;
    width: 100px;
    height: 100px;
    margin-right: 30px;
    overflow: hidden;
    border-radius: 50%
}

.people-crypto section {
    padding-top: 5px
}

.people-crypto section > p {
    color: #666;
    font-size: 16px;
    line-height: 26px;
    font-weight: 500;
    margin-bottom: 20px
}

.people-crypto section .autor .name {
    font-weight: 800;
    font-size: 16px;
    line-height: 24px;
    margin-bottom: 5px
}

.people-crypto section .autor p {
    color: #8f9698;
    font-weight: 500;
    font-size: 14px;
    margin-bottom: 0
}

.people-crypto_carousel {
    width: 730px;
    margin: 0 auto;
    position: relative
}

.people-crypto_carousel .owl-stage-outer {
    padding: 30px 0
}

.people-crypto_carousel .owl-nav {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    width: 100%;
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%)
}

.people-crypto_carousel .owl-nav button span {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    color: #b3071b;
    width: 40px;
    height: 40px;
    padding-bottom: 3px;
    border: 2px solid #e6e6e6
}

.people-crypto_carousel .owl-nav button.owl-prev {
    font-size: 20px
}

.people-crypto_carousel .owl-nav button.owl-next {
    font-size: 30px
}

.people-crypto_carousel .owl-dots {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center
}

.people-crypto_carousel .owl-dots .owl-dot {
    width: 25px;
    height: 3px;
    margin: 0 5px;
    background: #e6e6e6
}

.people-crypto_carousel .owl-dots .owl-dot.active {
    background-image: -webkit-gradient(linear, left top, left bottom, color-stop(1%, #b3071b), to(#f7102b));
    background-image: linear-gradient(to bottom, #b3071b 1%, #f7102b 100%)
}

@media (min-width: 576px) and (max-width: 767.98px) {
    .people-crypto {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        text-align: center;
        width: 350px
    }

    .people-crypto figure {
        margin-right: 0;
        margin-bottom: 20px
    }

    .people-crypto_carousel {
        width: 100%
    }
}

@media (max-width: 575.98px) {
    .people-crypto {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        text-align: center;
        width: 100%;
        padding: 30px 20px;
        -webkit-box-shadow: 0 0 15px 3px rgba(0, 0, 0, .05);
        box-shadow: 0 0 15px 3px rgba(0, 0, 0, .05)
    }

    .people-crypto figure {
        margin-right: 0;
        margin-bottom: 20px
    }

    .people-crypto section p {
        font-size: 13px;
        line-height: 21px;
        margin-bottom: 10px
    }

    .people-crypto_carousel {
        width: 100%
    }

    .people-crypto_carousel .owl-stage-outer {
        overflow: inherit
    }

    .people-crypto_carousel .owl-nav {
        padding: 0 20px;
        bottom: -20px;
        top: auto;
        -webkit-transform: translateY(0);
        transform: translateY(0)
    }

    .people-crypto_carousel .owl-nav button {
        background: #fff
    }

    .people-crypto_carousel .owl-dots {
        padding-top: 10px
    }
}

.bottom-info {
    padding: 50px 0
}

.bottom-info section {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.bottom-info section article .title, .bottom-info section article p {
    color: #fff
}

.bottom-info section article .title {
    font-size: 32px;
    line-height: 40px;
    font-weight: 700;
    opacity: .9
}

.bottom-info section .btn {
    color: #fff;
    font-size: 15px;
    line-height: 23px;
    text-transform: uppercase;
    text-align: center;
    display: inline-block;
    padding: 13px 30px;
    min-width: 230px;
    border: 1px solid #fff
}

.bottom-info section .btn:hover {
    background: #fff;
    color: #f7102b
}

@media (min-width: 768px) and (max-width: 991.98px) {
    .bottom-info section {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column
    }

    .bottom-info section .title {
        margin-bottom: 30px;
        text-align: center
    }
}

@media (min-width: 576px) and (max-width: 767.98px) {
    .bottom-info section {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column
    }

    .bottom-info section article .title {
        text-align: center;
        font-size: 28px;
        line-height: 36px;
        margin-bottom: 30px
    }
}

@media (max-width: 575.98px) {
    .bottom-info {
        padding: 30px 0;
        background-position: right center
    }

    .bottom-info section {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column
    }

    .bottom-info section article .title {
        text-align: center;
        font-size: 24px;
        line-height: 32px;
        margin-bottom: 20px
    }

    .bottom-info section .btn {
        width: 240px;
        padding: 10px 0
    }
}

.search-sontent .title-gradient_line {
    margin-bottom: 50px
}

.search-sontent .title-gradient_line:after {
    height: 2px
}

.search-sontent .title-gradient_line p {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.search-sontent .title-gradient_line .label {
    color: #8f9698;
    position: relative;
    z-index: 1;
    padding-right: 10px;
    background: #fff;
    font-size: 20px;
    display: inline-block
}

.search-sontent .search-results li {
    margin-bottom: 30px;
    padding-bottom: 15px;
    border-bottom: 1px solid #e6e6e6
}

.search-sontent .search-results li .title {
    font-size: 20px;
    font-weight: 800
}

.wrapp_site-map {
    padding: 20px 25px;
    margin: 0 0 50px;
    border: 3px solid #e6e6e6
}

.wrapp_site-map > .title {
    text-align: center;
    font-size: 36px;
    line-height: 42px;
    font-weight: 800;
    margin-bottom: 15px
}

.site-map {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    width: 80%;
    margin: 0 auto;
    padding-top: 40px;
    border-top: 2px solid #e6e6e6
}

.site-map .column .title {
    font-weight: 700;
    font-size: 18px;
    margin-bottom: 15px;
    margin-top: 10px;
    padding-right: 10px
}

.site-map .column ul {
    padding-left: 15px;
    padding-right: 10px;
    margin-bottom: 25px
}

.site-map .column ul li {
    margin-bottom: 5px
}

.site-map .column ul li > ul {
    margin: 10px 0
}

.top_main_price-widget ul li .price-widget:hover .icon-coins:before {
    opacity: 0
}

.subscribe_tg {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 20px 30px;
    margin-top: 30px;
    border: 1px solid #f7102b
}

.subscribe_tg .icon {
    width: 59px;
    -ms-flex-negative: 0;
    flex-shrink: 0
}

.subscribe_tg a {
    color: #fff !important;
    display: block;
    padding: 10px 30px;
    background: -webkit-gradient(linear, right top, left top, from(#b7081c), to(#f7102b));
    background: linear-gradient(-90deg, #b7081c 0%, #f7102b 100%)
}

@media (min-width: 992px) and (max-width: 1199.98px) {
    .subscribe_tg {
        padding: 20px 15px
    }

    .subscribe_tg a {
        padding: 10px 20px
    }
}

@media (min-width: 576px) and (max-width: 767.98px) {
    .subscribe_tg {
        margin-top: 0
    }
}

@media (max-width: 575.98px) {
    .subscribe_tg {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        margin-top: 0;
        border: none;
        padding-left: 0;
        padding-right: 0
    }

    .subscribe_tg .text {
        width: calc(100% - 80px)
    }

    .subscribe_tg a {
        text-align: center;
        width: 100%;
        margin-top: 15px
    }
}

.wrapp_news-preview.news-color .news-preview {
    color: #fff
}

h1, h2, h3, h4, h5, p {
    color: #142025
}

h1, h2, h3, h4, h5 {
    margin-bottom: 0
}

h2, h3 {
    font-size: inherit
}

a {
    color: #142025
}

a:hover, .widget-imgs-cont section .title a:hover {
    color: #f7102b
}

.edit-link {
    text-align: center;
    text-transform: none;
    display: block;
    width: 60px;
    margin-top: 8px;
    padding: 3px 5px;
    background: -webkit-gradient(linear, right top, left top, from(#b7081c), to(#f7102b));
    background: linear-gradient(-90deg, #b7081c 0%, #f7102b 100%)
}

.edit-link .post-edit-link {
    position: relative;
    display: inline-block
}

.edit-link .post-edit-link a {
    color: #fff
}

.edit-link .post-edit-link:after {
    content: '';
    position: absolute;
    left: 0;
    bottom: -2px;
    height: 1px;
    width: 0
}

.edit-link .post-edit-link:hover:after {
    width: 100%
}

.post-edit-link:hover {
    color: rgba(255, 255, 255, .7)
}

p {
    margin-bottom: 10px
}

@media (max-width: 575.98px) {
    p {
        font-size: 13px;
        line-height: 21px
    }
}

p:last-child {
    margin-bottom: 0
}

blockquote {
    font-size: 14px;
    padding: 20px 55px;
    position: relative;
    background: #f5f6f6
}

blockquote p {
    color: #3e4548;
    font-style: italic;
    opacity: .9
}

blockquote p:last-child {
    margin-bottom: 0
}

@media (min-width: 768px) and (max-width: 991.98px) {
    blockquote {
        padding: 20px 55px 9px
    }

    blockquote p {
        font-size: 14px
    }
}

@media (max-width: 575.98px) {
    blockquote {
        padding: 20px 25px
    }

    blockquote:before, blockquote:after {
        content: '';
        width: 15px;
        height: 100%;
        position: absolute;
        top: 0;
        display: block;
        background: #f5f6f6
    }

    blockquote:before {
        left: -15px
    }

    blockquote:after {
        right: -15px
    }

    blockquote p {
        font-size: 13px;
        letter-spacing: .2px
    }

    blockquote p:before {
        left: 0
    }

    blockquote p:after {
        right: 6px
    }
}

img.lazy-image {
    opacity: .1;
    will-change: opacity;
    -webkit-transition: .2s all ease .2s;
    transition: .2s all ease .2s
}

img.lazy-image.loaded {
    opacity: 1
}

ol {
    counter-reset: myCounter;
    list-style: none;
    padding-left: 0
}

ol li {
    line-height: 23px;
    margin-bottom: 10px;
    padding-left: 25px;
    position: relative
}

ol li:before {
    counter-increment: myCounter;
    content: counter(myCounter);
    color: #8f9698;
    text-align: center;
    line-height: 20px;
    font-size: 16px;
    font-weight: 700;
    width: 20px;
    height: 20px;
    display: inline-block;
    position: absolute;
    left: -4px;
    top: 2px
}

@media (max-width: 575.98px) {
    ol li {
        font-size: 13px;
        line-height: 21px
    }

    ol li:before {
        font-size: 14px;
        left: -2px;
        top: 1px
    }
}

.no-loaded {
    width: 100%;
    height: 100%;
    display: inline-block;
    background: url(images/no-image.png) no-repeat center #e6e6e6
}

.no-loaded > img {
    opacity: 0
}

@media (min-width: 992px) and (max-width: 1199.98px) {
    .container {
        padding: 0
    }
}

@media (min-width: 576px) and (max-width: 767.98px) {
    .container {
        padding: 0
    }
}

.blue_bg {
    padding: 90px 0;
    background: #f5fafa
}

@media (min-width: 768px) and (max-width: 991.98px) {
    .blue_bg {
        padding: 50px 0
    }
}

@media (min-width: 576px) and (max-width: 767.98px) {
    .blue_bg {
        padding: 50px 0
    }
}

@media (max-width: 575.98px) {
    .blue_bg {
        padding: 20px 0
    }
}

.blur {
    -webkit-filter: blur(4px);
    filter: blur(4px)
}

.round-diagram {
    border-radius: 50%;
    -webkit-box-shadow: 10px 13px 35px -6px rgba(0, 0, 0, .2);
    box-shadow: 10px 13px 35px -6px rgba(0, 0, 0, .2)
}

.no-active {
    opacity: .45;
    pointer-events: none
}

button.copy-link {
    background: 0 0;
    border: none;
    padding: 0
}

.copy-link {
    position: relative
}

.alert-copy {
    margin: 0;
    padding: 2px 6px;
    position: absolute;
    display: inline-block;
    background: #fff;
    -webkit-box-shadow: 0 -1px 5px 1px rgba(0, 0, 0, .19);
    box-shadow: 0 -1px 5px 1px rgba(0, 0, 0, .19)
}

.disclaimer {
    color: #8f9698;
    font-size: 11px;
    line-height: 17px;
    padding-bottom: 25px;
    padding-top: 20px;
    border-bottom: 1px solid #e6e6e6;
    border-top: 1px solid #e6e6e6
}

.disclaimer span {
    text-transform: uppercase;
    font-weight: 700;
    font-size: 12px;
    background: 0 0
}

@media (max-width: 575.98px) {
    .disclaimer {
        font-size: 14px;
        letter-spacing: .2px
    }
}

.explanaton-text {
    color: #8f9698;
    font-size: 11px;
    line-height: 14px
}

.main-text, .header_price-widget li, .header_price-widget li a, .top-right .nav-top a, .header .nav-header > ul > li a {
    font-family: opensans;
    font-weight: 600
}

.color-text {
    color: #f7102b
}

.gradient-text, .subscribe_title > span, .aside-little_newsletter button span, .contact-info-main a, .contact-info-blocks a, .advertise-block .values ul li span, .title-gradient_line span.white-bg span, .btn-plus, .btn-gradient_border span, .wrapp_view-all .view-all, .js-see_more span.hide:after, .grad-link, .gradient-letter, .pagination_coins .nav .prev span, .pagination_coins .nav .next span, .alm-btn-wrap .alm-load-more-btn {
    background-image: -webkit-gradient(linear, right top, left top, from(#b7081c), to(#f7102b));
    background-image: linear-gradient(-90deg, #b7081c 0%, #f7102b 100%);
    -webkit-background-clip: text;
    background-clip: text;
    color: transparent
}

.gradient-text.hover, .subscribe_title > span.hover, .aside-little_newsletter button span.hover, .contact-info-main a.hover, .contact-info-blocks a.hover, .advertise-block .values ul li span.hover, .title-gradient_line span.white-bg span.hover, .hover.btn-plus, .btn-gradient_border span.hover, .wrapp_view-all .hover.view-all, .js-see_more span.hover.hide:after, .hover.grad-link, .hover.gradient-letter, .pagination_coins .nav .prev span.hover, .pagination_coins .nav .next span.hover, .alm-btn-wrap .hover.alm-load-more-btn {
    text-shadow: 0 0 3px #fff, 0 0 3px #fff;
    color: inherit;
    background-position: 100% 0
}

.gradient-text.hover:hover, .subscribe_title > span.hover:hover, .aside-little_newsletter button span.hover:hover, .contact-info-main a.hover:hover, .contact-info-main .widget-imgs-cont section .title a.hover:hover, .widget-imgs-cont section .title .contact-info-main a.hover:hover, .contact-info-blocks a.hover:hover, .contact-info-blocks .widget-imgs-cont section .title a.hover:hover, .widget-imgs-cont section .title .contact-info-blocks a.hover:hover, .advertise-block .values ul li span.hover:hover, .title-gradient_line span.white-bg span.hover:hover, .hover.btn-plus:hover, .btn-gradient_border span.hover:hover, .wrapp_view-all .hover.view-all:hover, .js-see_more span.hover.hide:hover:after, .hover.grad-link:hover, .hover.gradient-letter:hover, .pagination_coins .nav .prev span.hover:hover, .pagination_coins .nav .next span.hover:hover, .alm-btn-wrap .hover.alm-load-more-btn:hover {
    color: transparent;
    text-shadow: none
}

.gradient-bg_left, .contact-info-main a:after, .contact-info-blocks a:after {
    background: -webkit-gradient(linear, right top, left top, from(#b7081c), to(#f7102b));
    background: linear-gradient(-90deg, #b7081c 0%, #f7102b 100%)
}

.link-red, .aside-contact li a, p a, .content a {
    color: #f7102b;
    font: inherit;
    display: inline-block;
    position: relative !important
}

.link-red:after, .aside-contact li a:after, p a:after, .content a:after {
    content: '';
    width: 0;
    height: 1px;
    display: block;
    position: absolute;
    left: 0;
    bottom: 0;
    background: #f7102b
}

.link-red:hover:after, .aside-contact li a:hover:after, .aside-contact li .widget-imgs-cont section .title a:hover:after, .widget-imgs-cont section .title .aside-contact li a:hover:after, p a:hover:after, p .widget-imgs-cont section .title a:hover:after, .widget-imgs-cont section .title p a:hover:after, .content a:hover:after, .content .widget-imgs-cont section .title a:hover:after, .widget-imgs-cont section .title .content a:hover:after {
    width: 100%
}

.fly-lab label {
    pointer-events: none
}

#button-up {
    color: #fff;
    font-size: 22px;
    font-weight: 800;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    position: fixed;
    right: 10px;
    bottom: 10px;
    height: 40px;
    width: 50px;
    border-radius: 5px;
    background: -webkit-gradient(linear, left bottom, left top, from(#b7081cb5), to(#f7102beb));
    background: linear-gradient(0deg, #b7081cb5 0%, #f7102beb 100%);
    -webkit-box-shadow: -1px 2px 3px 1px rgba(0, 0, 0, .3);
    box-shadow: -1px 2px 3px 1px rgba(0, 0, 0, .3);
    opacity: 0;
    pointer-events: none;
    cursor: pointer;
    -webkit-transition: all .4s ease;
    transition: all .4s ease
}

#button-up i {
    -webkit-transform: rotate(-90deg);
    transform: rotate(-90deg)
}

#button-up.active {
    opacity: 1;
    pointer-events: auto
}

@media (max-width: 575.98px) {
    #button-up {
        font-size: 18px;
        width: 40px;
        height: 30px
    }
}

.wrapp_tooltip-button {
    position: relative
}

.wrapp_tooltip-button .tooltip {
    color: #f7102b;
    text-align: center;
    font-size: 14px;
    display: block;
    width: 100%;
    padding: 10px;
    height: auto;
    position: absolute;
    left: 0;
    z-index: 2;
    top: -110%;
    -webkit-box-shadow: 0 0 5px rgba(0, 0, 0, .6);
    box-shadow: 0 0 5px rgba(0, 0, 0, .6);
    background: #fff;
    opacity: 0;
    border: 2px solid #f7102b;
    pointer-events: none;
    -webkit-transition: .4s ease;
    transition: .4s ease
}

.wrapp_tooltip-button .tooltip.active {
    top: -120%;
    opacity: 1;
    pointer-events: auto;
    cursor: pointer
}

.wrapp_tooltip-button .tooltip a:hover, .wrapp_tooltip-button .tooltip .widget-imgs-cont section .title a:hover, .widget-imgs-cont section .title .wrapp_tooltip-button .tooltip a:hover {
    color: inherit
}

.wrapp_tooltip-button .btn-tooltip {
    cursor: pointer
}

.wrapp_tooltip-button .tooltip-close {
    font-size: 18px;
    line-height: 1;
    text-align: center;
    display: inline-block;
    position: absolute;
    top: -23px;
    right: 0;
    padding: 1px 6px 4px;
    background: #ca0002;
    cursor: pointer
}

@media (min-width: 768px) and (max-width: 991.98px) {
    .wrapp_tooltip-button .tooltip.active {
        top: -75%
    }

    .wrapp_tooltip-button .btn-tooltip.btn-gradient_border {
        margin-left: 0;
        margin-right: 0
    }
}

@media (min-width: 576px) and (max-width: 767.98px) {
    .wrapp_tooltip-button .tooltip.active {
        top: -75%
    }

    .wrapp_tooltip-button .btn-tooltip.btn-gradient_border {
        margin-left: 0;
        margin-right: 0
    }
}

@media (max-width: 575.98px) {
    .wrapp_tooltip-button .tooltip.active {
        top: -75%
    }

    .wrapp_tooltip-button .btn-tooltip.btn-gradient_border {
        margin-left: 0;
        margin-right: 0
    }
}

.title-grey {
    color: #8f9698;
    font-family: opensans;
    font-size: 20px;
    line-height: 24px;
    letter-spacing: 0;
    text-transform: uppercase;
    font-weight: 800;
    width: 100%;
    padding-bottom: 15px;
    margin-bottom: 30px;
    display: block;
    border-bottom: 1px solid #e6e6e6
}

.title-grey a {
    color: #8f9698
}

.title-grey.little {
    text-transform: none;
    font-size: 16px;
    margin-bottom: 20px;
    padding-bottom: 12px
}

@media (min-width: 768px) and (max-width: 991.98px) {
    .title-grey {
        font-size: 18px
    }
}

@media (min-width: 576px) and (max-width: 767.98px) {
    .title-grey {
        font-size: 18px
    }
}

@media (max-width: 575.98px) {
    .title-grey {
        font-size: 14pt;
        line-height: 20px;
        margin-bottom: 25px
    }

    .title-grey.little {
        margin-bottom: 12px
    }

    .title-grey a {
        font-size: 14pt
    }
}

.title-main {
    font-size: 32px;
    line-height: 40px;
    font-weight: 800;
    margin-bottom: 12px
}

.title-content_little {
    text-transform: uppercase;
    color: #717171;
    font-size: 15px;
    font-weight: 600;
    display: inline-block;
    margin-bottom: 15px
}

.title-gradient_line {
    position: relative;
    display: block;
    margin-bottom: 25px
}

.title-gradient_line span.white-bg {
    display: inline-block;
    padding-right: 30px;
    position: relative;
    z-index: 1;
    background: #fff
}

.title-gradient_line span.white-bg span {
    font-size: 32px;
    line-height: 38px;
    text-transform: uppercase;
    font-weight: 800;
    display: inline-block;
    position: relative;
    z-index: 1
}

.title-gradient_line:after {
    content: '';
    display: block;
    width: 100%;
    height: 1px;
    position: absolute;
    left: 0;
    top: 50%;
    z-index: 0;
    background: #e6e6e6
}

@media (max-width: 575.98px) {
    .title-gradient_line {
        margin-bottom: 15px
    }

    .title-gradient_line span.white-bg span {
        font-size: 24px;
        line-height: 32px
    }
}

.cursor_p {
    cursor: pointer
}

.title-center_big {
    text-align: center;
    font-size: 32px;
    line-height: 40px;
    font-weight: 800;
    margin-bottom: 40px
}

@media (max-width: 575.98px) {
    .title-center_big {
        font-size: 24px;
        line-height: 32px
    }
}

.subtitle-center {
    text-align: center;
    color: #8f9698;
    font-size: 18px;
    font-weight: 26px;
    font-weight: 800
}

@media (max-width: 575.98px) {
    .subtitle-center {
        font-size: 16px;
        line-height: 24px
    }
}

.big_title-grey {
    font-size: 32px;
    line-height: 42px;
    font-weight: 800;
    color: #6b7376;
    padding-bottom: 7px;
    margin-bottom: 15px;
    border-bottom: 1px solid #e6e6e6
}

.big_title-grey span {
    font-size: 16px;
    text-transform: uppercase;
    color: #8f9698;
    float: right;
    display: inline-block;
    margin-left: 5px
}

@media (min-width: 576px) and (max-width: 767.98px) {
    .big_title-grey {
        font-size: 24px;
        line-height: 32px
    }

    .big_title-grey span {
        display: block;
        float: none;
        margin-left: 0
    }
}

@media (max-width: 575.98px) {
    .big_title-grey {
        font-size: 24px;
        line-height: 32px
    }

    .big_title-grey span {
        display: block;
        float: none;
        margin-left: 0
    }
}

.button-form {
    color: #fff;
    font-size: 15px;
    font-weight: 800;
    text-transform: uppercase;
    padding: 15px 25px;
    background: #8f9698;
    border: none
}

.button-form:hover {
    background: #f7102b
}

@media (min-width: 768px) and (max-width: 991.98px) {
    .button-form {
        padding: 15px 37px
    }
}

@media (max-width: 575.98px) {
    .button-form {
        font-size: 13px
    }
}

.wrapp_btn_copy-link {
    position: relative
}

.wrapp_btn_copy-link .alert {
    position: absolute;
    top: 0;
    right: -70px;
    z-index: 5;
    display: block;
    padding: 5px;
    background: #fff;
    -webkit-box-shadow: 2px 2px 5px 0 rgba(0, 0, 0, .38);
    box-shadow: 2px 2px 5px 0 rgba(0, 0, 0, .38)
}

.btn-plus {
    font-size: 11px;
    font-weight: 700;
    letter-spacing: .2px;
    text-transform: uppercase;
    position: relative;
    padding-left: 20px
}

.btn-plus:before {
    content: '+';
    color: #f7102b;
    font-size: 25px;
    font-size: 25px;
    position: absolute;
    left: 0;
    bottom: 1px
}

@media (max-width: 575.98px) {
    .btn-plus {
        font-size: 13px
    }
}

.btn-gradient {
    color: #fff;
    font-weight: 800;
    text-transform: uppercase;
    padding: 14px 38px;
    position: relative;
    z-index: 1;
    overflow: hidden;
    background: #f41128 0%;
    border: none
}

.btn-gradient:after {
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 1px;
    z-index: -1;
    background: linear-gradient(45deg, #f41128 0%, #b3071b 100%)
}

.btn-gradient:hover:after {
    -webkit-transform: translateX(100%);
    transform: translateX(100%)
}

.btn-gradient_border {
    text-transform: uppercase;
    text-align: center;
    font-size: 15px;
    display: block;
    padding: 11px;
    position: relative;
    border: 2px solid transparent;
    -o-border-image: linear-gradient(45deg, #f41128 0%, #b3071b 100%);
    border-image: linear-gradient(45deg, #f41128 0%, #b3071b 100%);
    border-image-slice: 1;
    background: linear-gradient(45deg, #f41128 0%, #b3071b 100%)
}

.btn-gradient_border:after {
    content: '';
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    display: block;
    background: #fff;
    opacity: 1
}

.btn-gradient_border:hover:after {
    opacity: 0;
    background: 0 0
}

.btn-gradient_border:hover i {
    color: #fff
}

.btn-gradient_border:hover span {
    color: #fff
}

.btn-gradient_border i {
    color: #f41128;
    font-weight: 600;
    margin-right: 10px;
    position: relative;
    z-index: 1
}

.btn-gradient_border span {
    font-weight: 800;
    display: inline-block;
    position: relative;
    z-index: 1
}

.btn-gradient_border-top {
    border: 1px solid transparent;
    -o-border-image: linear-gradient(to top, #f41128 0%, #b3071b 100%);
    border-image: -webkit-gradient(linear, left bottom, left top, from(#f41128), to(#b3071b));
    border-image: linear-gradient(to top, #f41128 0%, #b3071b 100%);
    border-image-slice: 1
}

.btn_copy-link {
    color: #fff;
    text-transform: uppercase;
    font-size: 14px;
    width: 100%;
    padding: 5px;
    background: linear-gradient(45deg, #f41128 0%, #b3071b 100%);
    border: none
}

.btns-wrapp {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between
}

.btns-wrapp .wrapp_view-all {
    margin-top: 0;
    padding-top: 0
}

.btns-wrapp .wrapp_view-all .view-all {
    padding-top: 0;
    margin-top: 0;
    float: left
}

.img-round_border {
    border: 2px solid #e6e6e6;
    border-radius: 50%;
    overflow: hidden
}

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

.img-round_border .no-loaded {
    background-size: 50%
}

.img-round_border a img {
    border-radius: 50%
}

.logo-tablet {
    display: none
}

@media (min-width: 992px) and (max-width: 1199.98px) {
    .logo {
        font-size: 20px
    }
}

@media (min-width: 576px) and (max-width: 767.98px) {
    .logo-tablet {
        display: inline-block
    }
}

@media (max-width: 575.98px) {
    .logo-tablet {
        display: inline-block
    }
}

.cs-icon-arrow {
    font-size: 13px
}

.cs-icon-arrow.up {
    color: #26c891;
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg)
}

.cs-icon-arrow {
    color: #f7102b
}

.icon-round {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    font-size: 12px;
    color: #fff;
    text-align: center;
    vertical-align: middle;
    line-height: 1.5;
    width: 20px;
    height: 20px;
    border-radius: 50%;
    margin-right: 3px;
    background: #000
}

.icon-round:last-child {
    margin-right: 1
}

.icon-round:hover {
    background: #b3071b !important;
    color: #fff
}

.icon-round.facebook {
    background: #1460ca
}

.icon-round.twitter {
    background: #49c1f7
}

.icon-round.linkedin {
    background: #007bb6
}

.icon-round.website {
    background: #006499
}

.icon-round.medium {
    background: #0ae370
}

.icon-round.telegram {
    background: #00a0fe
}

.icon-round.slack {
    background: #481550
}

.icon-round.blog {
    background: #ffc626
}

.icon-round.youtube {
    background: red
}

.icon-round i {
    vertical-align: middle
}

.cs-icon-search {
    color: #8f9698;
    font-size: 22px
}

.wrapp_view-all {
    text-align: right;
    padding-left: 22px;
    margin-top: 15px
}

.wrapp_view-all .view-all {
    font-size: 11px;
    font-family: opensans;
    text-transform: uppercase;
    font-weight: 800;
    letter-spacing: .1px;
    display: inline-block;
    position: relative;
    -webkit-transform: translateX(-22px);
    transform: translateX(-22px)
}

.wrapp_view-all .view-all:hover, .wrapp_view-all .view-all:hover svg {
    color: #f7102b
}

.wrapp_view-all .view-all i {
    font-size: 12px;
    color: #b3071b;
    font-weight: 800;
    position: absolute;
    right: -22px;
    top: 5px
}

@media (max-width: 575.98px) {
    .wrapp_view-all .view-all {
        font-size: 13px
    }
}

.see-all {
    color: #f7102b;
    text-transform: uppercase;
    font-size: 11px;
    font-weight: 800;
    display: inline-block;
    width: 100%;
    text-align: right
}

.see-all i {
    font-weight: 800;
    margin-left: 7px;
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg)
}

.js-see_more span.hide {
    position: relative
}

.js-see_more span.hide:before {
    content: '';
    text-align: center;
    position: absolute;
    z-index: 1;
    background: #fff;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%
}

.js-see_more span.hide:after {
    content: 'click to Hide';
    position: absolute;
    left: 0;
    top: 0;
    z-index: 2;
    width: 100%;
    height: 100%
}

.see-more_border-bg {
    text-align: center;
    display: block;
    position: relative
}

.see-more_border-bg:after {
    content: '';
    width: 100%;
    height: 1px;
    position: absolute;
    left: 0;
    top: 12px;
    z-index: 0;
    background: #e6e6e6
}

.see-more_border-bg a {
    color: #f7102b;
    font-size: 11px;
    text-transform: uppercase;
    font-weight: 800;
    display: inline-block;
    padding: 0 7px;
    position: relative;
    z-index: 1;
    background: #fff
}

.see-more_border-bg a i {
    font-size: 10px;
    font-weight: 800;
    margin-left: 5px;
    -webkit-transform: rotate(90deg) translateX(0);
    transform: rotate(90deg) translateX(0)
}

.grad-link {
    font-size: 16px;
    font-weight: 800;
    text-transform: uppercase;
    display: inline-block
}

.grad-link.little {
    font-size: 11px;
    letter-spacing: .2px;
    padding-top: 4px
}

.bg-shadow {
    position: relative
}

.bg-shadow:after {
    content: '';
    display: block;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    background: -webkit-gradient(linear, left top, left bottom, color-stop(-20%, rgba(255, 255, 255, 0)), to(black));
    background: linear-gradient(180deg, rgba(255, 255, 255, 0) -20%, black 100%);
    z-index: 1
}

.price-block {
    font-size: 24px
}

.price-block .price-old, .price-block .price-new {
    position: relative;
    padding-left: 10px
}

.price-block .price-old:before, .price-block .price-new:before {
    content: '$';
    color: inherit;
    font-size: 14px;
    position: absolute;
    left: 1px;
    top: 4px
}

.price-block .price-old {
    color: #f0f0f0;
    text-decoration: line-through;
    font-weight: 400;
    margin-right: 10px
}

.price-block .price-new {
    color: #b3071b;
    font-weight: 800
}

@media (max-width: 575.98px) {
    .price-block .price-old:before, .price-block .price-new:before {
        font-size: 10px;
        left: 4px;
        top: -1px
    }
}

.hover_gradient {
    background: linear-gradient(45deg, #f41128 0%, #b3071b 100%);
    -webkit-background-clip: text;
    background-clip: text;
    -webkit-transition: all .1s;
    transition: all .1s
}

.hover_gradient:hover {
    color: transparent;
    background: linear-gradient(45deg, #f41128 0%, #b3071b 100%);
    -webkit-background-clip: text;
    background-clip: text;
    -webkit-transition: all .1s;
    transition: all .1s
}

.grey-bg {
    background: #ececed
}

.meta-tags {
    color: #8f9698;
    font-size: 12px;
    font-weight: 700;
    line-height: 20px;
    text-transform: uppercase;
    vertical-align: top;
    display: inline-block
}

.meta-tags.black-text {
    color: #142025
}

.meta-tags.top {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    margin-bottom: 30px
}

.meta-tags.top li {
    padding: 3px 7px;
    margin-right: 10px;
    margin-bottom: 10px;
    border: 1px solid #e6e6e6
}

.meta-tags.top li:last-child {
    margin-right: 0
}

.meta-tags.top li a {
    color: #142025
}

.meta-tags.top li a:hover {
    color: #f7102b
}

.meta-tags.top li.title {
    padding: 0;
    border: none
}

@media (min-width: 768px) and (max-width: 991.98px) {
    .meta-tags.top li {
        padding: 2px 5px
    }

    .meta-tags.top li a {
        font-size: 11px
    }
}

.meta-tags a {
    color: #8f9698;
    font: inherit
}

.meta-tags a:hover, .meta-tags .widget-imgs-cont section .title a:hover, .widget-imgs-cont section .title .meta-tags a:hover {
    color: #f7102b
}

.meta-tags span {
    color: #142025
}

.meta-tags_border {
    margin-right: -3px;
    margin-bottom: -5px
}

.meta-tags_border li {
    display: inline-block;
    margin-right: 9px;
    margin-bottom: 7px
}

.meta-tags_border li a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    color: #3e4548;
    font-size: 11px;
    text-transform: uppercase;
    font-weight: 800;
    padding: 2px 10px;
    border: 1px solid #e6e6e6
}

.meta-tags_border li a:hover, .meta-tags_border li .widget-imgs-cont section .title a:hover, .widget-imgs-cont section .title .meta-tags_border li a:hover {
    color: #f7102b;
    border-color: #f7102b
}

.meta-tags_border li a:hover i, .meta-tags_border li .widget-imgs-cont section .title a:hover i, .widget-imgs-cont section .title .meta-tags_border li a:hover i {
    color: #f7102b
}

.meta-tags_border li a i {
    color: #8f9698;
    font-size: 20px;
    margin-right: 8px
}

.company-location {
    font-size: 15px;
    color: #8f9698
}

.news-autor {
    color: #8f9698
}

.img-round {
    border-radius: 50%;
    border: none;
    background: #fff;
    overflow: hidden;
    -webkit-box-shadow: 0 0 0 2px rgba(255, 255, 255, .3);
    box-shadow: 0 0 0 2px rgba(255, 255, 255, .3)
}

.img-round .no-loaded {
    background-size: 50%
}

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

.img-round-grey {
    overflow: hidden;
    display: inline-block;
    border-radius: 50%;
    -webkit-box-shadow: 0 0 0 2px #e6e6e6;
    box-shadow: 0 0 0 2px #e6e6e6
}

.img-round-grey .no-loaded {
    background-size: 50%
}

.img-round-grey img {
    max-width: 100%
}

.coin-status {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    font-size: 12px;
    margin-bottom: 10px;
    display: block
}

.coin-status.active {
    color: #24ce40;
    text-transform: uppercase
}

.coin-status.active i {
    margin-right: 5px;
    line-height: inherit
}

.gradient-letter {
    font-weight: 800;
    display: inline-block
}

.shadow-bottom {
    position: relative;
    padding-bottom: 50px
}

.shadow-bottom * {
    position: relative;
    z-index: 1
}

.shadow-bottom:after {
    content: '';
    display: block;
    width: 100%;
    height: 70px;
    position: absolute;
    bottom: 0;
    left: 0;
    z-index: 0;
    background: -webkit-gradient(linear, left top, left bottom, from(white), color-stop(92%, whitesmoke), color-stop(99%, whitesmoke));
    background: linear-gradient(to bottom, white 0%, whitesmoke 92%, whitesmoke 99%)
}

.border-grid {
}

.border-grid .title-grey {
    margin-bottom: 0;
    border-bottom: none
}

.border-grid li {
    border: 1px solid #e6e6e6;
    border-left: none
}

.border-grid-content {
    margin-bottom: 55px
}

.border-grid-content.eight .border-grid-widget li {
    width: 12.5%;
    padding: 7px 0 10px;
    border-bottom: none;
    border-top: none
}

.border-grid-content.eight .border-grid-widget li:last-child {
    border-right: 0
}

.border-grid-content.nine .border-grid-widget li {
    font-size: 14px;
    width: 11.1111%;
    padding: 7px 0 10px;
    border-bottom: none;
    border-top: none
}

.border-grid-content.nine .border-grid-widget li:last-child {
    border-right: 0
}

.border-grid-content .title-grey {
    margin-bottom: 22px;
    border-bottom: 1px solid #e6e6e6
}

@media (min-width: 768px) and (max-width: 991.98px) {
    .border-grid-content .title-grey {
        border-bottom: none;
        margin-bottom: 0
    }

    .border-grid-content.eight .border-grid-widget li {
        width: 16.6666%;
        padding: 20px 0;
        border-top: 1px solid #e6e6e6;
        border-bottom: 1px solid #e6e6e6
    }

    .border-grid-content.eight .border-grid-widget li:nth-child(6n) {
        border-right: none
    }

    .border-grid-content.eight .border-grid-widget li:last-child {
        border-right: 1px solid #e6e6e6
    }

    .border-grid-content.nine .border-grid-widget li {
        width: 16.6666%;
        padding: 20px 0;
        border-top: 1px solid #e6e6e6;
        border-bottom: 1px solid #e6e6e6
    }

    .border-grid-content.nine .border-grid-widget li:nth-child(6n) {
        border-right: none
    }

    .border-grid-content.nine .border-grid-widget li:last-child {
        border-right: 1px solid #e6e6e6
    }
}

@media (min-width: 576px) and (max-width: 767.98px) {
    .border-grid-content .title-grey {
        border-bottom: none;
        margin-bottom: 0
    }

    .border-grid-content.eight .border-grid-widget li {
        width: 25%;
        padding: 20px 0;
        border-top: 1px solid #e6e6e6;
        border-bottom: 1px solid #e6e6e6
    }

    .border-grid-content.eight .border-grid-widget li:last-child {
        border-right: 1px solid #e6e6e6
    }

    .border-grid-content.eight .border-grid-widget li:nth-child(4n) {
        border-right: none
    }

    .border-grid-content.nine .border-grid-widget li {
        width: 25%;
        padding: 20px 0;
        border-top: 1px solid #e6e6e6;
        border-bottom: 1px solid #e6e6e6
    }

    .border-grid-content.nine .border-grid-widget li:last-child {
        border-right: 1px solid #e6e6e6
    }

    .border-grid-content.nine .border-grid-widget li:nth-child(4n) {
        border-right: none
    }
}

@media (max-width: 575.98px) {
    .border-grid-content .title-grey {
        border-bottom: none;
        margin-bottom: 0
    }

    .border-grid-content.eight .border-grid-widget li {
        width: 33.3333%;
        padding: 20px 0;
        border-top: 1px solid #e6e6e6;
        border-bottom: 1px solid #e6e6e6
    }

    .border-grid-content.eight .border-grid-widget li:last-child {
        border-right: 1px solid #e6e6e6
    }

    .border-grid-content.eight .border-grid-widget li:nth-child(3n) {
        border-right: none
    }

    .border-grid-content.nine .border-grid-widget li {
        width: 33.3333%;
        padding: 20px 0;
        border-top: 1px solid #e6e6e6;
        border-bottom: 1px solid #e6e6e6
    }

    .border-grid-content.nine .border-grid-widget li:last-child {
        border-right: 1px solid #e6e6e6
    }

    .border-grid-content.nine .border-grid-widget li:nth-child(3n) {
        border-right: none
    }
}

.border-grid.two li {
    width: 50%;
    padding-right: 7px
}

.border-grid.two li:nth-child(2n) {
    border-right: none
}

.border-grid.three li {
    width: 33.3333%
}

.border-grid.three li:nth-child(3n) {
    border-right: none
}

.border-grid.four li {
    width: 25%
}

.border-grid.four li:nth-child(4n) {
    border-right: none
}

.border-grid-masonry {
    width: 100%;
    display: block;
    position: relative;
    overflow: hidden
}

.border-grid-masonry:after {
    content: '';
    display: block;
    width: 1px;
    height: 100%;
    position: absolute;
    right: 0;
    top: 0;
    z-index: 1;
    background: #fff
}

.border-grid-masonry > li {
    display: inline-block;
    padding: 33px 15px 26px 20px;
    position: relative;
    border-bottom: 1px solid #e6e6e6;
    border-right: 1px solid #e6e6e6
}

.border-grid-masonry > li:after {
    content: '';
    position: absolute;
    left: -1px;
    top: 0;
    width: 1px;
    height: 100%;
    background: #e6e6e6
}

.border-grid-masonry > li > .title {
    color: #8f9698;
    text-transform: uppercase;
    display: block;
    margin-bottom: 29px
}

.border-grid-masonry > li > ul {
    width: 100%
}

.border-grid-masonry > li > ul li {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    width: 100%;
    margin-bottom: 18px
}

.border-grid-masonry > li > ul li:last-child {
    margin-bottom: 0
}

.border-grid-masonry > li > ul li span, .border-grid-masonry > li > ul li p {
    line-height: 18px
}

.border-grid-masonry > li > ul li span {
    -ms-flex-negative: 0;
    flex-shrink: 0;
    color: #8f9698;
    display: inline-block;
    width: 58%
}

.border-grid-masonry.double {
    -webkit-column-count: 2;
    -moz-column-count: 2;
    column-count: 2;
    -webkit-column-gap: 0;
    -moz-column-gap: 0;
    column-gap: 0
}

.border-grid-masonry.double > li {
    width: 100%
}

@media (min-width: 576px) and (max-width: 767.98px) {
    .border-grid-masonry:after {
        display: none
    }

    .border-grid-masonry > li {
        padding: 28px 15px 35px 18px
    }

    .border-grid-masonry > li > .title {
        font-size: 13px;
        margin-bottom: 20px
    }

    .border-grid-masonry > li > ul li {
        font-size: 13px;
        margin-bottom: 14px
    }

    .border-grid-masonry > li > ul li span, .border-grid-masonry > li > ul li p {
        width: 50%
    }

    .border-grid-masonry > li > ul li p {
        padding-left: 10px
    }

    .border-grid-masonry.double {
        -webkit-column-count: 1;
        -moz-column-count: 1;
        column-count: 1
    }

    .border-grid-masonry.double > li {
        border: 1px solid #e6e6e6;
        border-bottom: 0
    }

    .border-grid-masonry.double > li:first-child {
        border-top: 0
    }

    .border-grid-masonry.double > li:last-child {
        border-bottom: 1px solid #e6e6e6
    }
}

@media (max-width: 575.98px) {
    .border-grid-masonry:after {
        display: none
    }

    .border-grid-masonry > li {
        padding: 28px 15px 35px 18px
    }

    .border-grid-masonry > li > .title {
        font-size: 13px;
        margin-bottom: 20px
    }

    .border-grid-masonry > li > ul li {
        font-size: 13px;
        margin-bottom: 14px
    }

    .border-grid-masonry > li > ul li span, .border-grid-masonry > li > ul li p {
        width: 50%
    }

    .border-grid-masonry > li > ul li p {
        padding-left: 10px
    }

    .border-grid-masonry.double {
        -webkit-column-count: 1;
        -moz-column-count: 1;
        column-count: 1
    }

    .border-grid-masonry.double > li {
        border: 1px solid #e6e6e6;
        border-bottom: 0
    }

    .border-grid-masonry.double > li:first-child {
        border-top: 0
    }

    .border-grid-masonry.double > li:last-child {
        border-bottom: 1px solid #e6e6e6
    }
}

.border-grid-table:first-of-type {
    padding-top: 33px
}

.border-grid-table .title-content_little {
    margin-bottom: 28px
}

.border-grid-table > div {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
}

.border-grid-table > div.child100 ul {
    width: 100%
}

.border-grid-table.one-column ul {
    width: 100%;
    padding-left: 0;
    border-bottom: none
}

.border-grid-table.one-column ul:last-child {
    padding-left: 0
}

.border-grid-table > div {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 33px
}

.border-grid-table > div ul {
    width: 50%;
    padding: 0 15px 33px 0;
    border-bottom: 1px solid #e6e6e6
}

.border-grid-table > div ul:nth-child(2n) {
    padding-left: 20px
}

.border-grid-table > div ul.border-right {
    border-right: 1px solid #e6e6e6
}

.border-grid-table > div ul li {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 12px
}

.border-grid-table > div ul li:last-child {
    margin-bottom: 0
}

.border-grid-table > div ul li span {
    -ms-flex-negative: 0;
    flex-shrink: 0;
    color: #8f9698;
    line-height: 24px;
    display: inline-block;
    width: 200px;
    padding-right: 5px
}

@media (min-width: 992px) and (max-width: 1199.98px) {
    .border-grid-table > div ul li {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column
    }
}

@media (min-width: 768px) and (max-width: 991.98px) {
    .border-grid-table {
        border: 1px solid #e6e6e6;
        border-bottom: 0
    }

    .border-grid-table:first-of-type {
        padding-top: 0
    }

    .border-grid-table:last-of-type {
        border-bottom: 1px solid #e6e6e6
    }

    .border-grid-table.one-column {
        border: none
    }

    .border-grid-table.one-column > div ul {
        border-right: none
    }

    .border-grid-table.one-column > div ul:first-child {
        border-right: none
    }

    .border-grid-table > div {
        margin-bottom: 0
    }

    .border-grid-table > div ul {
        padding-top: 33px;
        padding-left: 20px;
        border-bottom: 0
    }

    .border-grid-table > div ul:first-child {
        border-right: 1px solid #e6e6e6
    }

    .border-grid-table > div ul li span {
        width: 160px
    }
}

@media (min-width: 576px) and (max-width: 767.98px) {
    .border-grid-table {
        border: 1px solid #e6e6e6;
        border-bottom: 0;
        border-top: 0
    }

    .border-grid-table:first-of-type {
        padding-top: 0
    }

    .border-grid-table:last-of-type {
        border-bottom: 1px solid #e6e6e6
    }

    .border-grid-table.one-column {
        border: none
    }

    .border-grid-table.one-column > div ul {
        border-right: none
    }

    .border-grid-table.one-column > div ul:first-child {
        border-right: none
    }

    .border-grid-table > div {
        margin-bottom: 0;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column
    }

    .border-grid-table > div ul {
        padding-top: 33px;
        padding-left: 20px;
        width: 100%;
        border-bottom: 1px solid #e6e6e6
    }

    .border-grid-table > div ul.border-right {
        border-right: 0
    }

    .border-grid-table > div ul li span {
        width: 160px
    }

    .border-grid-table > div ul li.pt48 {
        padding-top: 0
    }
}

@media (max-width: 575.98px) {
    .border-grid-table {
        border: 1px solid #e6e6e6;
        border-bottom: 0;
        border-top: 0
    }

    .border-grid-table:first-of-type {
        padding-top: 0
    }

    .border-grid-table:last-of-type {
        border-bottom: 1px solid #e6e6e6
    }

    .border-grid-table .title-content_little {
        margin-bottom: 15px
    }

    .border-grid-table.one-column {
        border: none
    }

    .border-grid-table.one-column > div ul {
        border-right: none
    }

    .border-grid-table.one-column > div ul:first-child {
        border-right: none
    }

    .border-grid-table > div {
        margin-bottom: 0;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column
    }

    .border-grid-table > div ul {
        padding-top: 25px;
        padding-left: 20px;
        width: 100%;
        border-bottom: 1px solid #e6e6e6
    }

    .border-grid-table > div ul.border-right {
        border-right: 0
    }

    .border-grid-table > div ul li {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column
    }

    .border-grid-table > div ul li.pt48 {
        padding-top: 0
    }
}

@media (max-width: 575.98px) {
    .border-grid.two li {
        width: 100%;
        border-right: 0
    }

    .border-grid.two li:nth-child(2n) {
        padding-left: 0
    }

    .border-grid.three li {
        width: 50%;
        border-right: 1px solid #e6e6e6
    }

    .border-grid.three li:nth-child(3n) {
        border-right: 1px solid #e6e6e6
    }

    .border-grid.three li:nth-child(odd) {
        border-left: none
    }

    .border-grid.three li:nth-child(even) {
        border-right: none
    }
}

.value-down, .value-up {
    font-size: 15px;
    border-radius: 3px
}

.value-down {
    color: #f7102b
}

.value-up {
    color: #1cc892
}

.value-growth {
    color: #1cc892
}

.value-fall {
    color: #f7102b
}

.js-slide-choose {
    width: 220px;
    height: 48px;
    padding: 12px 25px 11px 35px;
    position: relative;
    border: 1px solid #e6e6e6
}

.js-slide-choose_body {
    position: relative
}

.js-slide-choose_body > div {
    text-align: center;
    position: absolute;
    width: 150px;
    display: none;
    background: #fff
}

.js-slide-choose_body > div.active {
    display: block
}

.js-slide-choose button {
    color: #142025;
    position: absolute;
    background: 0 0;
    border: none;
    cursor: pointer
}

.js-slide-choose button:hover {
    color: #f7102b
}

.js-slide-choose button:hover.prev {
    -webkit-transform: translateX(-3px);
    transform: translateX(-3px)
}

.js-slide-choose button:hover.next {
    -webkit-transform: translateX(3px);
    transform: translateX(3px)
}

.js-slide-choose button.prev {
    left: 9px;
    top: 13px
}

.js-slide-choose button.prev i {
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg)
}

.js-slide-choose button.next {
    right: 9px;
    top: 13px
}

.js-dropdown {
    text-align: left;
    width: 370px;
    position: relative;
    padding: 12px 13px 14px;
    border: 1px solid #e6e6e6;
    cursor: pointer
}

.js-dropdown.open {
    border-bottom: none
}

.js-dropdown.open > i {
    -webkit-transform: rotate(-90deg);
    transform: rotate(-90deg)
}

.js-dropdown > span {
    color: #8f9698
}

.js-dropdown > i {
    color: #f7102b;
    font-size: 15px;
    position: absolute;
    top: 17px;
    right: 16px;
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg)
}

.js-dropdown > ul {
    position: absolute;
    top: 46px;
    left: -1px;
    right: -1px;
    max-height: 0;
    overflow: hidden;
    background: #fff;
    border-color: #e6e6e6
}

.js-dropdown > ul.open {
    max-height: 1000%;
    z-index: 5;
    border: 1px solid #e6e6e6;
    border-top: none;
    -webkit-box-shadow: 3px 7px 8px rgba(0, 0, 0, .15);
    box-shadow: 3px 7px 8px rgba(0, 0, 0, .15)
}

.js-dropdown > ul > li {
    padding: 12px 15px
}

.js-dropdown > ul > li.active, .js-dropdown > ul > li:hover {
    background: #e6e6e6
}

@media (min-width: 992px) and (max-width: 1199.98px) {
    .js-dropdown {
        width: 240px
    }
}

@media (min-width: 768px) and (max-width: 991.98px) {
    .js-dropdown {
        width: 315px
    }
}

.js-dropdown_mobile.open > section > i.js-drop-arrow {
    -webkit-transform: rotate(-90deg);
    transform: rotate(-90deg)
}

.js-dropdown_mobile > section {
    display: none
}

@media (min-width: 576px) and (max-width: 767.98px) {
    .js-dropdown_mobile {
        border: 1px solid #e6e6e6
    }

    .js-dropdown_mobile .js-options_mobile {
        display: none
    }

    .js-dropdown_mobile > section {
        display: block;
        position: relative;
        padding: 10px 11px 8px 15px
    }

    .js-dropdown_mobile > section > span {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        width: 100%;
        font-size: 13px
    }

    .js-dropdown_mobile > section > span i {
        font-size: 20px;
        margin-right: 9px
    }

    .js-dropdown_mobile > section > i.js-drop-arrow {
        color: #f7102b;
        font-weight: 300;
        display: block;
        position: absolute;
        right: 15px;
        top: 13px;
        -webkit-transform: rotate(90deg);
        transform: rotate(90deg);
        -webkit-transition: all .4s ease;
        transition: all .4s ease
    }
}

@media (max-width: 575.98px) {
    .js-dropdown_mobile .js-options_mobile {
        display: none
    }

    .js-dropdown_mobile > section {
        display: block;
        position: relative;
        padding: 10px 11px 8px 15px;
        border: 1px solid #e6e6e6
    }

    .js-dropdown_mobile > section > span {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        width: 100%;
        font-size: 13px
    }

    .js-dropdown_mobile > section > span i {
        font-size: 20px;
        margin-right: 9px
    }

    .js-dropdown_mobile > section > i.js-drop-arrow {
        color: #f7102b;
        font-weight: 300;
        display: block;
        position: absolute;
        right: 15px;
        top: 13px;
        -webkit-transform: rotate(90deg);
        transform: rotate(90deg);
        -webkit-transition: all .4s ease;
        transition: all .4s ease
    }
}

.main-menu::-webkit-scrollbar {
    width: 7px;
    height: 3px
}

.main-menu::-webkit-scrollbar-button {
    display: none
}

.main-menu::-webkit-scrollbar-track-piece {
    background-color: rgba(0, 0, 0, .3)
}

.main-menu::-webkit-scrollbar-thumb {
    height: 50px;
    background-color: rgba(0, 0, 0, .75);
    border-radius: 5px;
    cursor: pointer
}

.wrapp_faq .faq_group {
    padding-bottom: 15px;
    margin-bottom: 15px;
    border-bottom: 1px solid #e6e6e6;
    cursor: pointer
}

.wrapp_faq .faq_group:last-child {
    margin-bottom: 0
}

.wrapp_faq .faq_question {
    color: #142025;
    font-size: 16px;
    font-weight: 600;
    position: relative;
    padding-top: 0;
    margin-bottom: 0
}

.wrapp_faq .faq_question .faq_plus {
    position: absolute;
    right: 0;
    top: 0;
    width: 13px;
    height: 13px
}

.wrapp_faq .faq_question .faq_plus:before, .wrapp_faq .faq_question .faq_plus:after {
    content: '';
    width: 13px;
    height: 2px;
    display: block;
    position: absolute;
    left: 0;
    top: 10px;
    background: #8f9698
}

.wrapp_faq .faq_question .faq_plus:after {
    -webkit-transform: rotate(-90deg);
    transform: rotate(-90deg)
}

.wrapp_faq .faq_question .faq_plus.rotate:after {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg)
}

.wrapp_faq .faq_answer {
    color: #8f9698;
    font-weight: 400;
    display: none;
    padding-left: 20px;
    padding-top: 15px
}

.wrapp_faq .faq_answer p {
    color: #8f9698
}

.show-tablet {
    display: none
}

@media (min-width: 768px) and (max-width: 991.98px) {
    .show-tablet {
        display: block
    }
}

@media (min-width: 576px) and (max-width: 767.98px) {
    .show-tablet {
        display: block
    }
}

@media (max-width: 575.98px) {
    .show-tablet {
        display: block
    }
}

.conten_button-link-mobile {
    display: none
}

@media (min-width: 768px) and (max-width: 991.98px) {
    .conten_button-link-mobile {
        display: block;
        margin-bottom: 30px
    }
}

@media (min-width: 576px) and (max-width: 767.98px) {
    .conten_button-link-mobile {
        display: block;
        margin-bottom: 17px
    }
}

@media (max-width: 575.98px) {
    .conten_button-link-mobile {
        display: block;
        margin-bottom: 17px
    }
}

.js-dropdown_tablet.open section i {
    -webkit-transform: rotate(-90deg);
    transform: rotate(-90deg)
}

.js-dropdown_tablet section {
    display: none;
    position: relative
}

.js-dropdown_tablet section i {
    color: #f7102b;
    position: absolute;
    right: 0;
    top: 2px;
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);
    -webkit-transition: .4s ease;
    transition: .4s ease
}

@media (min-width: 768px) and (max-width: 991.98px) {
    .js-dropdown_tablet section {
        display: block
    }

    .js-dropdown_tablet .js-options_tablet {
        display: none
    }
}

@media (min-width: 576px) and (max-width: 767.98px) {
    .js-dropdown_tablet section {
        display: block
    }

    .js-dropdown_tablet .js-options_tablet {
        display: none
    }
}

@media (max-width: 575.98px) {
    .js-dropdown_tablet section {
        display: block
    }

    .js-dropdown_tablet .js-options_tablet {
        display: none
    }
}

.banner_in-content {
    width: 100%;
    text-align: center
}

@media (min-width: 576px) and (max-width: 767.98px) {
    .banner_in-content figure {
        text-align: center;
        display: inline-block;
        width: auto
    }

    .banner_in-content figure img {
        width: auto
    }
}

@media (max-width: 575.98px) {
    .banner_in-content figure {
        text-align: center;
        display: inline-block;
        width: auto
    }

    .banner_in-content figure img {
        width: auto;
        max-width: 100%
    }
}

body, html {
    height: 100%
}

.app {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    min-width: 320px;
    -min-height: 100%;
    overflow-x: hidden;
    pointer-events: auto;
    background: #fff;
    -webkit-transition: all .4s ease;
    transition: all .4s ease
}

@media (min-width: 768px) and (max-width: 991.98px) {
    .app-content {
        margin-bottom: 10px
    }
}

@media (min-width: 576px) and (max-width: 767.98px) {
    .app-content {
        margin-bottom: 10px
    }
}

@media (max-width: 575.98px) {
    .app-content {
        margin-bottom: 10px
    }
}

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

@media (min-width: 768px) and (max-width: 991.98px) {
    .header .container {
        padding: 0
    }
}

figure {
    margin: 0
}

ul, ol {
    margin-bottom: 0
}

button:active, button:focus {
    outline: none
}

.person {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 37px
}

.person:last-child {
    margin-bottom: 0
}

.person figure {
    -ms-flex-negative: 0;
    flex-shrink: 0;
    margin-right: 20px
}

.person figure img {
    width: 105%;
    height: 105%;
    -webkit-transform: translate(-2.5%, -2.5%);
    transform: translate(-2.5%, -2.5%)
}

.person figure a {
    display: inline-block;
    border-radius: 50%;
    height: 100%;
    width: 100%
}

.person section .person-title {
    color: #142025;
    font-size: 16px;
    line-height: 24px;
    font-weight: 800
}

.person section .person-title span {
    color: #8f9698
}

.person section .person-title a {
    color: #142025
}

.person section .person-title span.title {
    color: #142025
}

.person.width-icon p {
    margin-bottom: 10px
}

.person.width-icon .icons {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
}

@media (min-width: 768px) and (max-width: 991.98px) {
    .person.last-child {
        display: none
    }

    .person p {
        font-size: 14px;
        line-height: 22px
    }
}

@media (max-width: sn) {
    .person.last-child {
        display: none
    }
}

@media (max-width: 575.98px) {
    .person {
        margin-bottom: 23px
    }

    .person.last-child {
        display: none
    }

    .person > figure {
        margin-right: 24px
    }

    .person section .person-title {
        line-height: 22px;
        margin-bottom: 7px
    }

    .person section p {
        font-size: 13px;
        line-height: 20px
    }
}

.widget-texts {
    margin-bottom: 20px
}

.widget-texts:last-of-type {
    margin-bottom: 0
}

.widget-texts:last-child {
    margin-bottom: 0
}

.widget-texts .title {
    color: #142025;
    font-size: 16px;
    line-height: 24px;
    font-weight: 800
}

.widget-texts span.date {
    color: #8f9698;
    font-size: 15px;
    font-weight: 600;
    display: block;
    margin-bottom: 20px
}

.widget-texts.with-img figure {
    width: 100%;
    height: 195px;
    margin-bottom: 20px;
    overflow: hidden
}

.widget-texts.with-img figure img {
    width: 100%
}

@media (min-width: 768px) and (max-width: 991.98px) {
    .widget-texts {
        margin-bottom: 30px
    }

    .widget-texts:last-of-type {
        margin-bottom: 0
    }

    .widget-texts:last-child {
        margin-bottom: 0
    }

    .widget-texts h4 {
        margin-bottom: 12px
    }

    .widget-texts span.date {
        font-size: 14px;
        margin-bottom: 9px
    }

    .widget-texts p {
        font-size: 14px;
        line-height: 22px
    }

    .widget-texts.with-img figure {
        height: auto
    }
}

@media (min-width: 576px) and (max-width: 767.98px) {
    .widget-texts.with-img figure {
        height: auto
    }
}

@media (max-width: 575.98px) {
    .widget-texts {
        margin-bottom: 25px
    }

    .widget-texts h4 {
        font-size: 16px;
        line-height: 24px;
        margin-bottom: 5px
    }

    .widget-texts span.date, .widget-texts p {
        font-size: 13px;
        line-height: 18px
    }

    .widget-texts span.date {
        margin-bottom: 13px
    }

    .widget-texts.with-img figure {
        height: auto
    }
}

@media (min-width: 768px) and (max-width: 991.98px) {
    .wrapp_bottom-widget-texts .col-lg-4 {
        margin-bottom: 30px
    }

    .wrapp_bottom-widget-texts .col-lg-4:last-child {
        margin-bottom: 0
    }
}

@media (min-width: 576px) and (max-width: 767.98px) {
    .wrapp_bottom-widget-texts .col-lg-4 {
        margin-bottom: 30px
    }

    .wrapp_bottom-widget-texts .col-lg-4:last-child {
        margin-bottom: 0
    }
}

@media (max-width: 575.98px) {
    .wrapp_bottom-widget-texts .col-lg-4 {
        margin-bottom: 15px
    }

    .wrapp_bottom-widget-texts .col-lg-4:last-child {
        margin-bottom: 0
    }
}

.price-widget {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

.price-widget > i {
    color: #8f9698;
    font-size: 30px
}

.price-widget_title span, .price-widget p span {
    color: #8f9698;
    font-weight: 600
}

.price-widget_title {
    margin-bottom: 5px
}

.price-widget p {
    font-size: 15px;
    line-height: 24px;
    font-weight: 800;
    margin-bottom: 0
}

.price-widget p span {
    margin-left: 5px
}

.price-widget p span i.cs-icon-arrow.up {
    -webkit-transform: rotate(180deg) translateY(1px);
    transform: rotate(180deg) translateY(1px)
}

@media (min-width: 768px) and (max-width: 991.98px) {
    .price-widget_title {
        font-size: 14px;
        margin-bottom: 0
    }

    .price-widget p {
        font-size: 15px
    }

    .price-widget p span {
        font-size: 14px
    }
}

@media (min-width: 576px) and (max-width: 767.98px) {
    .price-widget_title {
        font-size: 14px;
        margin-bottom: 0
    }

    .price-widget p {
        font-size: 15px
    }

    .price-widget p span {
        font-size: 14px
    }
}

.price-widget_table {
    margin-bottom: 20px
}

.price-widget_table .item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 10px 0 10px 2px;
    border-bottom: 1px solid #e6e6e6
}

.price-widget_table .item:first-child {
    padding-top: 0
}

.price-widget_table .item .name {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: 58%;
    padding-right: 15px
}

.price-widget_table .item .name i {
    color: #8f9698;
    font-size: 30px;
    margin-right: 12px
}

.price-widget_table .item .name img {
    width: 32px;
    margin-right: 12px;
    -webkit-filter: grayscale(100%);
    filter: grayscale(100%)
}

.price-widget_table .item .name .name-coin {
    font-weight: 700;
    font-size: 14px
}

.price-widget_table .item .name .name-coin span {
    color: #8f9698;
    margin-left: 7px
}

.price-widget_table .item .name:hover img {
    -webkit-filter: grayscale(0);
    filter: grayscale(0)
}

.price-widget_table .item .name:hover .icon-coins:before {
    opacity: 0
}

.price-widget_table .item .price {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    font-weight: 800;
    font-size: 14px;
    line-height: 24px;
    width: 150px
}

.price-widget_table .item .price span.price-numbr {
    color: inherit;
    font: inherit;
    width: auto
}

.price-widget_table .item .price i {
    margin: 0 8px;
    width: 14px
}

.price-widget_table .item .price span {
    color: #8f9698;
    font-weight: 600;
    font-size: 15px;
    display: inline-block;
    width: 55px
}

@media (min-width: 992px) and (max-width: 1199.98px) {
    .price-widget_table .item .price {
        font-size: 13px
    }

    .price-widget_table .item .price i {
        font-size: 10px;
        margin: 0
    }

    .price-widget_table .item .price span {
        font-size: inherit
    }

    .price-widget_table .item .name img {
        margin-right: 9px
    }

    .price-widget_table .item .name .name-coin {
        font-size: 13px
    }

    .price-widget_table .item .name .name-coin span {
        margin-left: 0;
        display: block
    }
}

@media (max-width: 575.98px) {
    .price-widget_table .item {
        padding: 13px 0 11px
    }

    .price-widget_table .item .name {
        width: 140px;
        position: relative;
        overflow: hidden
    }

    .price-widget_table .item .name:after {
        content: '';
        position: absolute;
        right: 0;
        top: 0;
        height: 100%;
        width: 15px;
        background: -webkit-gradient(linear, left top, right top, from(rgba(255, 255, 255, 0)), color-stop(1%, rgba(255, 255, 255, 0.01)), color-stop(44%, rgba(255, 255, 255, 0.55)), color-stop(65%, rgba(255, 255, 255, 0.81)), color-stop(99%, rgba(255, 255, 255, 0.81)));
        background: linear-gradient(to right, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.01) 1%, rgba(255, 255, 255, 0.55) 44%, rgba(255, 255, 255, 0.81) 65%, rgba(255, 255, 255, 0.81) 99%)
    }

    .price-widget_table .item .name i {
        font-size: 23px
    }

    .price-widget_table .item .name img {
        width: 25px
    }

    .price-widget_table .item .name .name-coin {
        white-space: nowrap;
        letter-spacing: -.4px
    }

    .price-widget_table .item .name .name-coin span {
        margin-left: 5px
    }

    .price-widget_table .item .price {
        font-size: 15px
    }

    .price-widget_table .item .price i {
        font-size: 12px;
        display: inline-block
    }

    .price-widget_table .item .price span {
        font-size: 14px
    }
}

.app_widget-imgs.img-background {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

.app_widget-imgs.img-background article {
    height: 215px;
    margin-right: 30px;
    border: 1px solid #e6e6e6
}

.app_widget-imgs.img-background article:nth-child(3) {
    margin-right: 0
}

.app_widget-imgs.img-background article a {
    display: inline-block;
    width: 100%;
    height: 100%;
    position: relative
}

.app_widget-imgs.img-background article a:after {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
    background: -webkit-gradient(linear, right top, left top, from(#f7102b), to(#b7081c));
    background: linear-gradient(-90deg, #f7102b 0%, #b7081c 100%);
    opacity: 0;
    pointer-events: none
}

.app_widget-imgs.img-background article a:hover:after {
    opacity: 1
}

.app_widget-imgs.img-background article a:hover section .title, .app_widget-imgs.img-background article a:hover section p {
    color: #f7102b
}

.app_widget-imgs.img-background article a:hover .status {
    color: #fff
}

.app_widget-imgs.img-background article a > figure {
    height: 100%;
    background-repeat: no-repeat;
    background-size: 100%
}

.app_widget-imgs.img-background article a > figure.diffuse-logo {
    background-color: #faf8fe;
    background-position: 0 -59px;
    background-blend-mode: overlay;
    -webkit-filter: grayscale(100) blur(4px);
    filter: grayscale(100) blur(4px);
    opacity: .7
}

.app_widget-imgs.img-background article a section .title, .app_widget-imgs.img-background article a section p {
    color: #142025
}

.app_widget-imgs.img-background article .status {
    color: #8f9698;
    z-index: 2
}

@media (min-width: 992px) and (max-width: 1199.98px) {
    .app_widget-imgs.img-background article {
        width: 300px
    }

    .app_widget-imgs.img-background article .widget-imgs-cont {
        left: 20px
    }

    .app_widget-imgs.img-background article .widget-imgs-cont figure {
        margin-right: 20px
    }
}

@media (min-width: 768px) and (max-width: 991.98px) {
    .app_widget-imgs.img-background article {
        width: 220px;
        height: 167px
    }

    .app_widget-imgs.img-background article a > figure {
        background-size: cover;
        background-position: 0
    }

    .app_widget-imgs.img-background article a .widget-imgs-cont {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        left: 18px;
        bottom: 10px
    }

    .app_widget-imgs.img-background article a .widget-imgs-cont figure {
        margin-bottom: 15px;
        margin-right: 0
    }

    .app_widget-imgs.img-background article a .status {
        right: 15px;
        top: 10px
    }
}

@media (min-width: 576px) and (max-width: 767.98px) {
    .app_widget-imgs.img-background article {
        height: 215px
    }

    .app_widget-imgs.img-background article figure img {
        width: 100%
    }

    .app_widget-imgs.img-background article .widget-imgs-cont {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        left: 18px;
        bottom: 15px
    }

    .app_widget-imgs.img-background article .widget-imgs-cont figure {
        margin-bottom: 15px;
        margin-right: 0;
        width: 70px;
        height: 70px
    }

    .app_widget-imgs.img-background article .widget-imgs-cont section .title {
        font-size: 20px;
        line-height: 26px
    }

    .app_widget-imgs.img-background article .widget-imgs-cont section p {
        font-size: 16px;
        line-height: 22px
    }
}

@media (max-width: 575.98px) {
    .app_widget-imgs.img-background article {
        height: 200px;
        margin-bottom: 20px;
        margin-right: 0
    }

    .app_widget-imgs.img-background article .widget-imgs-cont {
        left: 10px;
        bottom: 15px
    }

    .app_widget-imgs.img-background article .widget-imgs-cont figure {
        margin-bottom: 0;
        margin-right: 10px
    }

    .app_widget-imgs.img-background article .widget-imgs-cont figure img {
        width: 100%;
        height: auto
    }
}

@media (min-width: 576px) and (max-width: 767.98px) {
    .app_widget-imgs.img-background {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column
    }
}

@media (max-width: 575.98px) {
    .app_widget-imgs.img-background {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column
    }
}

.app_widget-imgs.border-imgs figure {
    border: 2px solid #e6e6e6
}

.app_widget-imgs.white-title article a section .title {
    color: #fff
}

.app_widget-imgs.title-only article a section .title {
    color: #fff;
    margin-bottom: 0
}

.aside-product_wrapp .widget-imgs > figure {
    width: 100%
}

.widget-imgs {
    width: 370px;
    height: auto;
    margin-bottom: 20px;
    position: relative;
    overflow: hidden
}

.widget-imgs figure img {
    width: 100%
}

.widget-imgs a:hover section .title {
    color: #f7102b !important
}

@media (min-width: 992px) and (max-width: 1199.98px) {
    .widget-imgs {
        width: 100%;
        height: auto
    }
}

@media (min-width: 768px) and (max-width: 991.98px) {
    .widget-imgs {
        width: 220px;
        height: auto;
        float: left;
        overflow: hidden
    }

    .widget-imgs .title {
        white-space: nowrap;
        text-overflow: ellipsis;
        max-width: 100%;
        overflow: hidden
    }

    .widget-imgs.last-child {
        display: none
    }

    .widget-imgs.img-empty {
        margin-bottom: 0 !important
    }
}

@media (min-width: 576px) and (max-width: 767.98px) {
    .widget-imgs {
        width: 100%;
        height: auto
    }

    .widget-imgs.last-child {
        display: none
    }

    .widget-imgs > figure {
        width: 100%
    }

    .widget-imgs > figure img {
        width: 100%
    }
}

@media (max-width: 575.98px) {
    .widget-imgs {
        width: 100%;
        height: auto
    }

    .widget-imgs.last-child {
        display: none
    }

    .widget-imgs > figure {
        width: 100%
    }

    .widget-imgs > figure img {
        width: 100%
    }
}

.widget-imgs.colorize {
    height: 215px;
    margin-right: 30px
}

.widget-imgs.colorize:last-child {
    margin-right: 0
}

.widget-imgs > figure img {
    width: 100%
}

.widget-imgs-cont {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    position: absolute;
    top: 98px;
    left: 25px;
    right: 25px;
    z-index: 2
}

.widget-imgs-cont figure {
    -ms-flex-negative: 0;
    flex-shrink: 0;
    margin-right: 25px;
    width: 50px;
    height: 50px
}

.widget-imgs-cont figure img {
    width: 103%;
    height: 103%;
    max-width: 105%;
    -webkit-transform: translate(-1.5%, -1.5%);
    transform: translate(-1.5%, -1.5%)
}

.widget-imgs-cont section .title, .widget-imgs-cont section p {
    color: #f0f0f0
}

.widget-imgs-cont section .title {
    font-size: 24px;
    font-weight: 800;
    line-height: 32px;
    margin-bottom: 15px
}

.widget-imgs-cont section .title a {
    color: inherit
}

.widget-imgs-cont section .price-block {
    margin-bottom: 10px
}

.widget-imgs-cont section p {
    font-weight: 400;
    letter-spacing: .2px
}

@media (min-width: 992px) and (max-width: 1199.98px) {
    .widget-imgs-cont {
        bottom: 40px
    }

    .widget-imgs-cont section .title {
        font-size: 16px;
        line-height: 24px;
        margin-bottom: 13px
    }

    .widget-imgs-cont section .price-block {
        font-size: 22px
    }

    .widget-imgs-cont section p {
        font-size: 14px
    }
}

@media (min-width: 768px) and (max-width: 991.98px) {
    .widget-imgs-cont {
        bottom: 20px;
        top: auto
    }

    .widget-imgs-cont section {
        max-width: 100%
    }

    .widget-imgs-cont section .title {
        font-size: 16px;
        line-height: 24px;
        white-space: nowrap;
        text-overflow: ellipsis;
        display: block;
        margin-bottom: 13px;
        max-width: 100%;
        overflow: hidden
    }

    .widget-imgs-cont section .price-block {
        font-size: 22px
    }

    .widget-imgs-cont section p {
        font-size: 14px;
        white-space: nowrap;
        text-overflow: ellipsis;
        overflow: hidden
    }
}

@media (min-width: 576px) and (max-width: 767.98px) {
    .widget-imgs-cont {
        bottom: 25px;
        top: auto
    }

    .widget-imgs-cont section .title, .widget-imgs-cont section .price-block {
        font-size: 16px;
        line-height: 24px
    }

    .widget-imgs-cont section .title {
        margin-bottom: 12px
    }

    .widget-imgs-cont section .price-block {
        margin-bottom: 2px
    }

    .widget-imgs-cont section p {
        font-size: 13px;
        line-height: 20px
    }
}

@media (max-width: 575.98px) {
    .widget-imgs-cont {
        bottom: 25px;
        top: auto
    }

    .widget-imgs-cont section .title, .widget-imgs-cont section .price-block {
        font-size: 16px;
        line-height: 24px
    }

    .widget-imgs-cont section .title {
        margin-bottom: 12px
    }

    .widget-imgs-cont section .price-block {
        margin-bottom: 2px
    }

    .widget-imgs-cont section p {
        font-size: 13px;
        line-height: 20px
    }
}

.widget-imgs.img-empty {
    height: auto;
    position: static;
    padding: 10px 25px
}

.widget-imgs.img-empty figure {
    -webkit-transform: translateY(-9px);
    transform: translateY(-9px)
}

.widget-imgs.img-empty section .title {
    color: #142025;
    margin-bottom: 10px
}

.widget-imgs.img-empty section p {
    color: #8f9698
}

.widget-imgs .status {
    text-transform: uppercase;
    color: #fff;
    font-size: 12px;
    display: block;
    position: absolute;
    right: 15px;
    top: 10px
}

@media (min-width: 992px) and (max-width: 1199.98px) {
    .widget-imgs_content .app_widget-imgs {
        margin-left: -15px;
        margin-right: -15px
    }

    .widget-imgs_content .app_widget-imgs .widget-imgs figure.img-round {
        margin-right: 0;
        margin-bottom: 10px
    }

    .widget-imgs_content .app_widget-imgs .widget-imgs .status {
        top: 10px;
        right: 33px
    }

    .widget-imgs_content .app_widget-imgs .widget-imgs .widget-imgs-cont {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        top: 33px;
        left: 35px
    }

    .widget-imgs_content .app_widget-imgs .widget-imgs .widget-imgs-cont section .title {
        font-size: 18px;
        line-height: 24px;
        margin-bottom: 2px
    }

    .widget-imgs_content .app_widget-imgs .widget-imgs .widget-imgs-cont section p {
        white-space: nowrap;
        text-overflow: ellipsis;
        overflow: hidden;
        width: 90%
    }

    .widget-imgs_content .app_widget-imgs .widget-imgs .widget-imgs-cont section p br {
        display: none
    }
}

@media (min-width: 768px) and (max-width: 991.98px) {
    .widget-imgs_content .app_widget-imgs {
        margin-left: -15px;
        margin-right: -15px
    }

    .widget-imgs_content .app_widget-imgs .widget-imgs {
        width: 33.333%;
        height: 130px;
        padding: 0 15px;
        margin-bottom: 0;
        margin-right: 0
    }

    .widget-imgs_content .app_widget-imgs .widget-imgs figure.img-round {
        margin-right: 0;
        margin-bottom: 10px
    }

    .widget-imgs_content .app_widget-imgs .widget-imgs .status {
        top: 10px;
        right: 33px
    }

    .widget-imgs_content .app_widget-imgs .widget-imgs .widget-imgs-cont {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        top: 13px;
        left: 35px
    }

    .widget-imgs_content .app_widget-imgs .widget-imgs .widget-imgs-cont section .title {
        font-size: 18px;
        line-height: 24px;
        margin-bottom: 2px
    }

    .widget-imgs_content .app_widget-imgs .widget-imgs .widget-imgs-cont section p {
        white-space: nowrap;
        text-overflow: ellipsis;
        overflow: hidden;
        width: 90%
    }

    .widget-imgs_content .app_widget-imgs .widget-imgs .widget-imgs-cont section p br {
        display: none
    }
}

@media (min-width: 576px) and (max-width: 767.98px) {
    .widget-imgs_content .app_widget-imgs {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column
    }

    .widget-imgs_content .app_widget-imgs .widget-imgs {
        width: 100%;
        height: auto;
        margin-bottom: 25px
    }

    .widget-imgs_content .app_widget-imgs .widget-imgs:last-child {
        margin-bottom: 0
    }

    .widget-imgs_content .app_widget-imgs .widget-imgs figure.img-round {
        width: 70px;
        height: 70px
    }

    .widget-imgs_content .app_widget-imgs .widget-imgs .status {
        font-size: 14px
    }

    .widget-imgs_content .app_widget-imgs .widget-imgs .widget-imgs-cont {
        top: auto;
        bottom: 55px;
        left: 20px;
        z-index: 1
    }

    .widget-imgs_content .app_widget-imgs .widget-imgs .widget-imgs-cont section .title {
        font-size: 26px;
        line-height: 34px;
        margin-bottom: 10px
    }

    .widget-imgs_content .app_widget-imgs .widget-imgs .widget-imgs-cont section p {
        font-size: 16px;
        line-height: 24px
    }
}

@media (max-width: 575.98px) {
    .widget-imgs_content .app_widget-imgs {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column
    }

    .widget-imgs_content .app_widget-imgs .widget-imgs {
        width: 100%;
        height: auto;
        margin-bottom: 25px
    }

    .widget-imgs_content .app_widget-imgs .widget-imgs:last-child {
        margin-bottom: 0
    }

    .widget-imgs_content .app_widget-imgs .widget-imgs figure.img-round {
        margin-right: 10px;
        margin-bottom: 0
    }

    .widget-imgs_content .app_widget-imgs .widget-imgs .status {
        top: 12px;
        right: 15px;
        z-index: 1
    }

    .widget-imgs_content .app_widget-imgs .widget-imgs .widget-imgs-cont {
        top: auto;
        left: 10px;
        z-index: 1
    }

    .widget-imgs_content .app_widget-imgs .widget-imgs .widget-imgs-cont section .title {
        font-size: 18px;
        margin-bottom: 2px
    }

    .widget-imgs_content .app_widget-imgs .widget-imgs .widget-imgs-cont section p {
        white-space: nowrap;
        text-overflow: ellipsis;
        overflow: hidden;
        width: 90%
    }

    .widget-imgs_content .app_widget-imgs .widget-imgs .widget-imgs-cont section p br {
        display: none
    }
}

.wrapp_news-widget {
    width: 100%
}

.news-widget {
    margin-bottom: 20px
}

.news-widget article {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    margin-bottom: 30px
}

.news-widget article:last-child {
    margin-bottom: 0
}

.news-widget article .img {
    -ms-flex-negative: 0;
    flex-shrink: 0;
    display: block;
    width: 100px;
    margin-right: 15px
}

.news-widget article .img img {
    max-width: 100%
}

.news-widget article section {
    -webkit-transform: translateY(-5px);
    transform: translateY(-5px)
}

.news-widget article section .news-widget_title {
    line-height: 23px;
    margin-bottom: 3px
}

.news-widget article section .news-widget_title a {
    font-size: 14px;
    line-height: 24px;
    font-weight: 800;
    display: inline-block
}

.news-widget article section p {
    color: #8f9698;
    font-size: 14px
}

@media (min-width: 768px) and (max-width: 991.98px) {
    .news-widget {
        width: 100%
    }

    .news-widget .body {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap
    }

    .news-widget .body article {
        width: 50%
    }

    .news-widget .body article:nth-child(4), .news-widget .body article:nth-child(5), .news-widget .body article:nth-child(6) {
        display: none
    }
}

@media (max-width: 575.98px) {
    .news-widget article .img {
        padding-top: 7px;
        margin-right: 10px
    }
}

.aside-border-grid-widget.two li a.block i {
    font-size: 30px
}

@media (min-width: 768px) and (max-width: 991.98px) {
    .aside-border-grid-widget.four .border-grid-widget li {
        width: 16.6666%
    }

    .aside-border-grid-widget.four .border-grid-widget li:nth-child(4n) {
        border-right: 1px solid #e6e6e6
    }

    .aside-border-grid-widget.four .border-grid-widget li:nth-child(6n) {
        border-right: none
    }
}

@media (max-width: 575.98px) {
    .aside-border-grid-widget.two {
        margin-bottom: 25px
    }

    .aside-border-grid-widget.two .border-grid-widget li a.block i {
        margin-bottom: 5px
    }

    .aside-border-grid-widget.two .border-grid-widget li a.block span {
        font-size: 14px;
        line-height: 18px
    }

    .aside-border-grid-widget.four .border-grid-widget li {
        width: 33.333%
    }

    .aside-border-grid-widget.four .border-grid-widget li:nth-child(4n) {
        border-right: 1px solid #e6e6e6
    }

    .aside-border-grid-widget.four .border-grid-widget li:nth-child(3n) {
        border-right: none
    }
}

.border-grid-widget {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
}

@media (min-width: 768px) and (max-width: 991.98px) {
    .border-grid-widget li a.block i {
        margin-bottom: 5px
    }

    .border-grid-widget li a.block span {
        font-size: 14px
    }
}

.border-grid-widget li {
    margin-bottom: -1px;
    padding: 30px 0 20px
}

.border-grid-widget li a.block {
    color: #142025;
    text-align: center;
    display: block
}

.border-grid-widget li a.block:hover {
    color: #f7102b
}

.border-grid-widget li a.block:hover i {
    color: #142025
}

.border-grid-widget li a.block:hover i.cs-icon-world-web {
    color: #006499
}

.border-grid-widget li a.block:hover i.cs-icon-blog {
    color: #ffc626
}

.border-grid-widget li a.block:hover i.cs-icon-medium {
    color: #0ae370
}

.border-grid-widget li a.block:hover i.cs-icon-slack {
    color: #481550
}

.border-grid-widget li a.block:hover i.cs-icon-facebook {
    color: #1460ca
}

.border-grid-widget li a.block:hover i.cs-icon-twitter {
    color: #49c1f7
}

.border-grid-widget li a.block:hover i.cs-icon-linkedin {
    color: #007bb6
}

.border-grid-widget li a.block:hover i.cs-icon-telegram {
    color: #00a0fe
}

.border-grid-widget li a.block:hover i.cs-icon-instagram {
    color: #5851db
}

.border-grid-widget li a.block:hover i.cs-icon-youtube, .border-grid-widget li a.block:hover i.cs-icon-gitter {
    color: #e10353
}

.border-grid-widget li a.block i {
    color: #8f9698;
    font-size: 24px;
    display: inline-block;
    margin-bottom: 15px
}

.border-grid-widget li a.block span {
    display: block
}

.border-grid-widget.coins-detail li {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    padding-top: 25px;
    padding-left: 20px
}

.border-grid-widget.coins-detail li:nth-child(3n+1) {
    padding-left: 0
}

.border-grid-widget.coins-detail li i {
    color: #8f9698;
    font-size: 24px;
    margin-right: 20px;
    margin-top: 2px
}

.border-grid-widget.coins-detail li i.cs-icon-arrow {
    font-size: 20px
}

.border-grid-widget.coins-detail li section {
    -webkit-transform: translateY(-3px);
    transform: translateY(-3px)
}

.border-grid-widget.coins-detail li section span {
    display: block
}

.border-grid-widget.coins-detail li section .title {
    color: #8f9698
}

.border-grid-widget.coins-detail li section .value {
    margin-bottom: 0
}

.border-grid-widget.coins-detail li section .value span {
    display: inline
}

.border-grid-widget.coins-detail li section .value span > span {
    color: #8f9698
}

@media (min-width: 768px) and (max-width: 991.98px) {
    .border-grid-widget.coins-detail li {
        padding-left: 27px
    }
}

@media (min-width: 576px) and (max-width: 767.98px) {
    .border-grid-widget.coins-detail li {
        padding-left: 0;
        width: 50%;
        border-right: 0
    }

    .border-grid-widget.coins-detail li:first-child {
        border-right: 1px solid #e6e6e6
    }

    .border-grid-widget.coins-detail li:nth-child(2n+1) {
        border-right: 1px solid #e6e6e6
    }

    .border-grid-widget.coins-detail li:nth-child(2n) {
        padding-left: 20px
    }
}

@media (max-width: 575.98px) {
    .border-grid-widget.coins-detail li {
        padding-left: 0;
        width: 100%;
        border-right: 0;
        border-left: 0
    }

    .border-grid-widget.coins-detail li:nth-child(3n) {
        border-right: 0
    }
}

.guides-bottom {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin: 0 -15px
}

.guides-bottom .widget-texts {
    padding: 0 15px
}

@media (min-width: 768px) and (max-width: 991.98px) {
    .guides-bottom {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        margin: 0
    }

    .guides-bottom .widget-texts {
        padding: 0
    }

    .guides-bottom .widget-texts:nth-child(2) {
        margin-bottom: 0
    }
}

@media (min-width: 576px) and (max-width: 767.98px) {
    .guides-bottom {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        margin: 0
    }
}

@media (max-width: 575.98px) {
    .guides-bottom {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        margin: 0
    }
}

.organizations-widget .main-organizations ul {
    display: block;
    border-bottom: none
}

.organizations-widget .main-organizations ul li {
    width: 100%
}

@media (min-width: 768px) and (max-width: 991.98px) {
    .wrapp-content {
        margin-bottom: 40px
    }
}

.content {
    margin-bottom: 55px
}

.content p, .content blockquote {
    margin-bottom: 15px
}

.content p[style^=font], .content p span[style^=font] {
    font-weight: 600 !important
}

.content em {
    font-style: italic
}

.content div {
    max-width: 100%
}

.content h1 {
    font-size: 32px;
    font-weight: 900;
    line-height: 36px;
    margin-bottom: 20px
}

.content h2, .content h3 {
    line-height: 28px;
    font-weight: 800;
    margin-bottom: 10px;
    padding-top: 14px
}

.content h2 {
    font-size: 20px
}

.content h3 {
    font-size: 18px
}

.content-little-title {
    font-weight: 800;
    font-size: 16px;
    display: block;
    margin-bottom: 30px
}

.content img {
    max-width: 100%;
    height: auto;
    margin-bottom: 10px
}

.content .twitt-commit {
    margin-bottom: 20px
}

@media (min-width: 768px) and (max-width: 991.98px) {
    .content-infographic img {
        width: 100%
    }
}

@media (min-width: 576px) and (max-width: 767.98px) {
    .content-infographic img {
        width: 100%
    }
}

@media (max-width: 575.98px) {
    .content-infographic img {
        width: 100%
    }
}

.content ul {
    padding: 10px 0 10px 20px
}

.content ul li {
    line-height: 24px;
    position: relative;
    padding-left: 20px;
    margin-bottom: 10px
}

.content ul li:before {
    content: '';
    position: absolute;
    left: 0;
    top: 9px;
    display: block;
    width: 7px;
    height: 7px;
    border-radius: 50%;
    background: #a8aeb0
}

@media (max-width: 575.98px) {
    .content ul {
        padding-left: 0;
        padding-top: 0
    }

    .content ul li {
        font-size: 13px;
        line-height: 21px;
        margin-bottom: 15px
    }

    .content ul li:last-child {
        margin-bottom: 0
    }

    .content ul li:before {
        width: 6px;
        height: 6px;
        top: 8px
    }
}

.content-news {
    margin-bottom: 40px
}

.content.ul-red-line ul {
    margin-bottom: 20px;
    padding-top: 9px;
    padding-left: 9px
}

.content.ul-red-line ul li {
    position: relative;
    padding-left: 32px;
    margin-bottom: 16px;
    line-height: 24px
}

.content.ul-red-line ul li:last-child {
    margin-bottom: 0
}

.content.ul-red-line ul li:before {
    content: '';
    position: absolute;
    left: 0;
    top: 12px;
    width: 20px;
    height: 2px;
    background: #f7102b
}

@media (max-width: 575.98px) {
    .content.ul-red-line ul {
        padding-left: 0;
        padding-top: 0
    }

    .content.ul-red-line ul li {
        font-size: 13px;
        line-height: 21px;
        margin-bottom: 15px
    }

    .content.ul-red-line ul li:last-child {
        margin-bottom: 0
    }

    .content.ul-red-line ul li:before {
        width: 6px;
        height: 6px;
        top: 8px
    }
}

.content .meta-tags {
    margin-bottom: 25px;
    display: block;
    padding-top: 16px
}

.content .meta-tags-border {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-bottom: 20px
}

.content .meta-tags-border span {
    font-size: 12px;
    text-transform: uppercase;
    color: #8f9698;
    margin-right: 10px
}

.content .meta-tags-border a {
    font-size: 11px;
    line-height: 1;
    color: #3e4548;
    text-transform: uppercase;
    font-weight: 700;
    display: inline-block;
    padding: 5px;
    margin-right: 10px;
    margin-bottom: 5px;
    border: 1px solid #e6e6e6
}

.content .meta-tags-border a:hover, .content .meta-tags-border .widget-imgs-cont section .title a:hover, .widget-imgs-cont section .title .content .meta-tags-border a:hover {
    color: #f7102b;
    border-color: #f7102b
}

@media (max-width: 575.98px) {
    .content .meta-tags-border {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column
    }

    .content .meta-tags-border a {
        margin-bottom: 10px
    }
}

.content-border-grid-masonry > .title-grey, .content-border-grid-table > .title-grey {
    margin-bottom: 0
}

@media (min-width: 768px) and (max-width: 991.98px) {
    .content p {
        margin-bottom: 24px
    }

    .content blockquote {
        margin: 34px 0
    }
}

@media (max-width: 575.98px) {
    .content {
        margin-bottom: 40px
    }

    .content ul {
        padding-left: 0
    }

    .content h1 {
        font-size: 24px;
        line-height: 32px;
        margin-bottom: 10px
    }

    .content h2, .content h3 {
        margin-bottom: 10px;
        font-size: 16px;
        line-height: 24px
    }
}

.content .twitter-tweet p {
    font-size: 14px
}

.content {
}

@media (max-width: 575.98px) {
    .content p {
        font-size: 13px;
        background: 0 0
    }
}

.content iframe {
    max-width: 100%
}

.content-info {
    margin-bottom: 63px
}

.content-info li {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    line-height: 24px;
    margin-bottom: 18px
}

.content-info li:last-child {
    margin-bottom: 0
}

.content-info li .title {
    width: 25%
}

.content-info li .value {
    width: 75%;
    padding-left: 20px
}

@media (max-width: 575.98px) {
    .content-info li {
        font-size: 13px;
        line-height: 16px;
        margin-bottom: 21px
    }

    .content-info li .title {
        width: 42%
    }

    .content-info li .value {
        width: 58%
    }
}

.content .wp-caption img {
    margin-bottom: 0
}

.content .wp-caption-text {
    font-size: 13px;
    font-style: italic;
    color: #6b7376
}

.content-services {
    margin-bottom: 75px
}

.content-services li {
    margin-bottom: 25px
}

.content-services li:last-child {
    margin-bottom: 0
}

.content-services li .title {
    font-weight: 800;
    font-size: 16px;
    margin-bottom: 3px
}

@media (max-width: 575.98px) {
    .content-services {
        margin-bottom: 50px
    }

    .content-services li .title {
        font-size: 15px;
        margin-bottom: 5px
    }

    .content-services li p {
        font-size: 13px;
        line-height: 18px
    }
}

@media (min-width: 768px) and (max-width: 991.98px) {
    .content-news {
        margin-bottom: 20px
    }
}

.content-person.double {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
}

.content-person.double .person {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: 50%;
    padding-top: 20px;
    margin-bottom: 25px
}

.content-person.double .person:nth-child(odd) {
    padding-right: 15px
}

.content-person.double .person:nth-child(even) {
    padding-left: 15px
}

.content-person.double .person figure {
    margin-right: 25px
}

.content-person.double .person section .person-title {
    line-height: 22px
}

.content-person.double .person section p {
    margin-bottom: 5px
}

@media (min-width: 576px) and (max-width: 767.98px) {
    .content-person.double {
        margin-bottom: 40px
    }

    .content-person.double .person {
        width: 100%
    }

    .content-person.double .person:nth-child(even) {
        padding-left: 0
    }

    .content-person.double .person:nth-child(odd) {
        padding-right: 0
    }

    .content-person.double .person:last-child {
        margin-bottom: 0
    }
}

@media (max-width: 575.98px) {
    .content-person.double {
        margin-bottom: 40px
    }

    .content-person.double .person {
        width: 100%
    }

    .content-person.double .person:nth-child(even) {
        padding-left: 0
    }

    .content-person.double .person:nth-child(odd) {
        padding-right: 0
    }

    .content-person.double .person:last-child {
        margin-bottom: 0
    }
}

.content-person.single {
    padding-top: 15px;
    margin-top: 15px;
    border-top: 3px solid #e6e6e6
}

.content-person.single .person-title .icons {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    float: right;
    margin-top: 10px;
    margin-bottom: 10px
}

.content-person.single .person-title .icons a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    color: #8f9698;
    vertical-align: middle;
    font-size: 18px;
    margin-left: 22px
}

.content-person.single .person-title .icons a:first-child {
    margin-left: 0
}

.content-person.single .person-title .icons a:after {
    display: none
}

.content-person.single .person-title .icons a:hover {
    color: #f7102b
}

.content-person.single .person-title .icons a i.cs-icon-twitter, .content-person.single .person-title .icons a i.cs-icon-message-closed {
    -webkit-transform: translateY(2px);
    transform: translateY(2px)
}

.content-person.single p {
    color: #3e4548;
    font-weight: 400;
    font-style: italic
}

@media (max-width: 575.98px) {
    .content-person.single {
        margin-bottom: 10px
    }

    .content-person.single .person {
        position: relative;
        display: block
    }

    .content-person.single .person > figure {
        position: absolute
    }

    .content-person.single .person section .person-title {
        font-size: 16px;
        line-height: 24px;
        padding-left: 90px;
        padding-top: 15px;
        min-height: 75px;
        width: 100%;
        display: inline-block;
        margin-bottom: 10px
    }
}

.content-person.text-center li {
    padding: 30px 13px 33px
}

.content-person.text-center li .person {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.content-person.text-center li .person figure {
    margin-right: 0;
    margin-bottom: 20px
}

.content-person.text-center li .person section .person-title {
    margin-bottom: 0
}

.content-person.text-center li .person section .icons {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center
}

.content-person-grid-two li:nth-child(2n) {
    padding-left: 20px
}

.content-person-grid-two li section .person-title {
    margin-bottom: 0
}

@media (max-width: 575.98px) {
    .content-person .person section .person-title {
        font-size: 14px;
        line-height: 20px
    }
}

.content-coins-detail {
    margin-bottom: 52px
}

.content-coins-info {
    margin-bottom: 35px
}

.content-coins-info .chartTypeTabLinks-wrapp {
    overflow: visible;
    height: 32px;
    border-bottom: 1px solid #e6e6e6
}

.content-coins-info .chartTable {
    border: none !important;
    padding: 30px 0 0 !important
}

.content-coins-info .chartTypeTabLinks {
    color: #8f9698;
    font-size: 20px;
    text-transform: uppercase;
    text-shadow: 1px -1px 3px #fff, 1px -1px 3px #fff;
    font-weight: 800;
    font-family: opensans;
    position: relative;
    background-image: linear-gradient(45deg, #f41128 0%, #b3071b 100%);
    background-position: 100% 0;
    -webkit-background-clip: text;
    background-clip: text;
    background-color: #fff
}

.content-coins-info .chartTypeTabLinks:after {
    content: '';
    display: inline-block;
    width: 100%;
    height: 2px;
    position: absolute;
    left: 0;
    bottom: -1px;
    background: #f7102b;
    width: 0
}

.content-coins-info .chartTypeTabLinks:hover, .content-coins-info .chartTypeTabLinks.cTypeTabActive {
    color: transparent;
    text-shadow: none;
    display: inline-block;
    background-image: linear-gradient(45deg, #b7081c 0%, #f7102b 100%);
    -webkit-background-clip: text;
    background-clip: text;
    background-color: #fff
}

.content-coins-info .chartTypeTabLinks:hover:after, .content-coins-info .chartTypeTabLinks.cTypeTabActive:after {
    width: 100%
}

@media (max-width: 575.98px) {
    .content-coins-info .chartTypeTabLinks {
        padding: 5px 13px
    }
}

.content-logos-table {
    margin-bottom: 55px
}

.content-logos-table .title-grey {
    margin-bottom: 0;
    border-bottom: none
}

.content-intro-text {
    margin-bottom: 40px
}

.content-intro-text p {
    font-size: 20px;
    line-height: 28px
}

@media (max-width: 575.98px) {
    .content-intro-text {
        margin-bottom: 20px
    }

    .content-intro-text p {
        font-size: 13px;
        line-height: 22px
    }
}

.content-main-text {
    margin-bottom: 40px;
    padding-top: 20px
}

.content-main-text .title {
    font-size: 32px;
    line-height: 40px;
    font-weight: 800
}

.content-main-text p {
    font-weight: 800
}

.content-share {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.content-share span {
    font-size: 16px;
    color: #8f9698;
    font-weight: 800;
    display: inline-block;
    margin-right: 25px
}

.content-share ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding-left: 0
}

.content-share ul li {
    font-size: 18px;
    color: #8f9698;
    margin-right: 25px;
    margin-bottom: 0
}

.content-share ul li:last-child {
    margin-right: 0
}

.content-share ul li a {
    color: inherit
}

.content-share ul li a:hover, .content-share ul li .widget-imgs-cont section .title a:hover, .widget-imgs-cont section .title .content-share ul li a:hover {
    color: #f7102b
}

.content-share ul li .copy-link {
    color: inherit
}

.content-share ul li .copy-link:hover {
    color: #f7102b
}

.content-share ul li .copy-link .alert-copy {
    color: #142025;
    font-size: 10px;
    top: -3px;
    right: -54px;
    margin: 0;
    margin-right: 0
}

.content-share ul li .copy-link .alert-copy span {
    color: inherit;
    font-size: inherit;
    margin: 0;
    padding: 0
}

.content-share ul li:before {
    display: none
}

@media (min-width: 576px) and (max-width: 767.98px) {
    .content-share .title-grey.little {
        border-bottom: none
    }

    .content-share ul li a, .content-share ul li button i {
        font-size: 22px
    }

    .content-share ul li a:hover, .content-share ul li .widget-imgs-cont section .title a:hover, .widget-imgs-cont section .title .content-share ul li a:hover, .content-share ul li button i:hover {
        color: inherit
    }

    .content-share ul li a:hover:after, .content-share ul li .widget-imgs-cont section .title a:hover:after, .widget-imgs-cont section .title .content-share ul li a:hover:after, .content-share ul li button i:hover:after {
        display: none
    }

    .content-share.fix-social.fixed ul {
        position: fixed;
        bottom: 0;
        left: 50%;
        z-index: 90;
        width: 575px;
        padding: 13px 15px 10px;
        -webkit-transform: translateX(-50%);
        transform: translateX(-50%);
        background: rgba(255, 255, 255, .7)
    }

    .content-share.fix-social.fixed ul li a, .content-share.fix-social.fixed ul li button i {
        color: #f7102b
    }

    .content-share.fix-social.fixed ul li a:hover, .content-share.fix-social.fixed ul li button i:hover {
        color: inherit
    }

    .content-share.fix-social.fixed ul li a:hover:after, .content-share.fix-social.fixed ul li button i:hover:after {
        display: none
    }

    .content-share.fix-social.fixed.unfix ul {
        position: static;
        width: 100%;
        -webkit-transform: translateX(0);
        transform: translateX(0)
    }

    .content-share.fix-social.fixed.unfix ul li a, .content-share.fix-social.fixed.unfix ul li button {
        color: #8f9698
    }
}

@media (max-width: 575.98px) {
    .content-share {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-align: start;
        -ms-flex-align: start;
        align-items: flex-start;
        margin-bottom: 25px;
        padding-top: 10px;
        border-bottom: 1px solid #e6e6e6
    }

    .content-share span {
        margin-bottom: 10px
    }

    .content-share .title-grey.little {
        border-bottom: none
    }

    .content-share ul {
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
        width: 100%
    }

    .content-share ul li {
        margin-right: 0;
        padding-left: 0
    }

    .content-share ul li a, .content-share ul li button i {
        font-size: 22px
    }

    .content-share ul li a:hover, .content-share ul li .widget-imgs-cont section .title a:hover, .widget-imgs-cont section .title .content-share ul li a:hover, .content-share ul li button i:hover {
        color: inherit
    }

    .content-share ul li a:hover:after, .content-share ul li .widget-imgs-cont section .title a:hover:after, .widget-imgs-cont section .title .content-share ul li a:hover:after, .content-share ul li button i:hover:after {
        display: none
    }

    .content-share.fix-social.fixed ul {
        position: fixed;
        bottom: 0;
        left: 50%;
        z-index: 90;
        padding: 13px 15px;
        -webkit-transform: translateX(-50%);
        transform: translateX(-50%);
        background: rgba(255, 255, 255, .7)
    }

    .content-share.fix-social.fixed ul li a, .content-share.fix-social.fixed ul li button i {
        color: #f7102b
    }

    .content-share.fix-social.fixed ul li a:hover, .content-share.fix-social.fixed ul li button i:hover {
        color: inherit
    }

    .content-share.fix-social.fixed ul li a:hover:after, .content-share.fix-social.fixed ul li button i:hover:after {
        display: none
    }

    .content-share.fix-social.fixed.unfix ul {
        position: static;
        width: 100%;
        -webkit-transform: translateX(0);
        transform: translateX(0)
    }

    .content-share.fix-social.fixed.unfix ul li a, .content-share.fix-social.fixed.unfix ul li button {
        color: #8f9698
    }

    .content-share.fix-social.fixed.unfix ul li a:hover, .content-share.fix-social.fixed.unfix ul li button:hover {
        color: inherit
    }

    .content-share.fix-social.fixed.unfix ul li a:hover:after, .content-share.fix-social.fixed.unfix ul li button:hover:after {
        display: none
    }
}

.content_share-mobile {
    display: none;
    margin-top: 22px
}

.content_share-mobile ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding: 0 5px 12px 0;
    border-bottom: 1px solid #e6e6e6
}

.content_share-mobile ul > li {
    padding-left: 0;
    margin-bottom: 0
}

.content_share-mobile ul > li:before {
    display: none
}

.content_share-mobile ul > li a, .content_share-mobile ul > li button i {
    color: #8f9698;
    font-size: 20px
}

.content_share-mobile ul > li a:hover, .content_share-mobile ul > li .widget-imgs-cont section .title a:hover, .widget-imgs-cont section .title .content_share-mobile ul > li a:hover, .content_share-mobile ul > li button i:hover {
    color: #142025
}

.content_share-mobile ul > li .copy-link i {
    color: #8f9698
}

.content_share-mobile ul > li .alert-copy {
    top: -30px;
    left: -37px
}

@media (min-width: 576px) and (max-width: 767.98px) {
    .content_share-mobile {
        display: block
    }

    .content_share-mobile .title-grey.little {
        margin-bottom: 0;
        display: none;
        border-bottom: none
    }

    .content_share-mobile ul > li a {
        font-size: 22px
    }

    .content_share-mobile ul > li a:hover, .content_share-mobile ul > li .widget-imgs-cont section .title a:hover, .widget-imgs-cont section .title .content_share-mobile ul > li a:hover {
        color: inherit
    }

    .content_share-mobile ul > li a:hover:after, .content_share-mobile ul > li .widget-imgs-cont section .title a:hover:after, .widget-imgs-cont section .title .content_share-mobile ul > li a:hover:after {
        display: none
    }

    .content_share-mobile.fix-social.fixed ul {
        position: fixed;
        bottom: 0;
        left: 0;
        z-index: 5;
        padding: 13px 15px;
        width: 100%;
        background: rgba(255, 255, 255, .7)
    }

    .content_share-mobile.fix-social.fixed ul li a, .content_share-mobile.fix-social.fixed ul li button i {
        color: #f7102b
    }

    .content_share-mobile.fix-social.fixed.unfix ul {
        position: static;
        width: 100%;
        -webkit-transform: translateX(0);
        transform: translateX(0)
    }

    .content_share-mobile.fix-social.fixed.unfix ul li a, .content_share-mobile.fix-social.fixed.unfix ul li button {
        color: #8f9698
    }

    .content_share-mobile.fix-social.fixed.unfix ul li a:hover, .content_share-mobile.fix-social.fixed.unfix ul li button:hover {
        color: inherit
    }

    .content_share-mobile.fix-social.fixed.unfix ul li a:hover:after, .content_share-mobile.fix-social.fixed.unfix ul li button:hover:after {
        display: none
    }
}

@media (max-width: 575.98px) {
    .content_share-mobile {
        display: block
    }

    .content_share-mobile .title-grey.little {
        margin-bottom: 0;
        display: none;
        border-bottom: none
    }

    .content_share-mobile ul > li a, .content_share-mobile ul > li button i {
        font-size: 22px
    }

    .content_share-mobile ul > li a:hover, .content_share-mobile ul > li .widget-imgs-cont section .title a:hover, .widget-imgs-cont section .title .content_share-mobile ul > li a:hover, .content_share-mobile ul > li button i:hover {
        color: inherit
    }

    .content_share-mobile ul > li a:hover:after, .content_share-mobile ul > li .widget-imgs-cont section .title a:hover:after, .widget-imgs-cont section .title .content_share-mobile ul > li a:hover:after, .content_share-mobile ul > li button i:hover:after {
        display: none
    }

    .content_share-mobile.fix-social.fixed ul {
        position: fixed;
        bottom: 0;
        left: 50%;
        z-index: 90;
        width: 100%;
        padding: 13px 15px;
        -webkit-transform: translateX(-50%);
        transform: translateX(-50%);
        background: rgba(255, 255, 255, .7)
    }

    .content_share-mobile.fix-social.fixed ul li a, .content_share-mobile.fix-social.fixed ul li button i {
        color: #f7102b
    }

    .content_share-mobile.fix-social.fixed.unfix ul {
        position: static;
        width: 100%;
        -webkit-transform: translateX(0);
        transform: translateX(0)
    }

    .content_share-mobile.fix-social.fixed.unfix ul li a, .content_share-mobile.fix-social.fixed.unfix ul li button {
        color: #8f9698
    }

    .content_share-mobile.fix-social.fixed.unfix ul li a:hover, .content_share-mobile.fix-social.fixed.unfix ul li button:hover {
        color: inherit
    }

    .content_share-mobile.fix-social.fixed.unfix ul li a:hover:after, .content_share-mobile.fix-social.fixed.unfix ul li button:hover:after {
        display: none
    }
}

.content_subscribe-mobile {
    display: none
}

.content_subscribe-mobile .aside-little_newsletter {
    position: relative;
    padding-right: 75px
}

.content_subscribe-mobile .title-grey {
    border-bottom: none;
    margin-bottom: 7px
}

.content_subscribe-mobile .newsletter-input {
    margin-bottom: 0
}

.content_subscribe-mobile button {
    position: absolute;
    right: -2px;
    bottom: 8px;
    display: inline-block;
    width: auto
}

@media (min-width: 576px) and (max-width: 767.98px) {
    .content_subscribe-mobile {
        display: block
    }
}

@media (max-width: 575.98px) {
    .content_subscribe-mobile {
        display: block
    }
}

.content_excerpt {
    font-weight: 800
}

@media (max-width: 575.98px) {
    .main .tab-nav li {
        font-size: 14px
    }
}

.wrapp_content-repeat {
    padding-top: 30px
}

.wrapp_content-repeat .main-conteiner_banners {
    background: #6aac0e;
    height: 90px
}

.wrapp_content-repeat .main-conteiner_banners .container {
    padding: 0
}

.wrapp_content-repeat .main-conteiner_banners .container .banner720 {
    display: block;
    margin: 0 auto
}

@media (min-width: 992px) and (max-width: 1199.98px) {
    .wrapp_content-repeat .main-conteiner_banners .container .banner720 {
        display: none
    }

    .wrapp_content-repeat .main-conteiner_banners .container .banner290 {
        display: block;
        margin: 0 auto
    }
}

@media (min-width: 768px) and (max-width: 991.98px) {
    .wrapp_content-repeat .main-conteiner_banners .container .banner720 {
        display: none
    }

    .wrapp_content-repeat .main-conteiner_banners .container .banner290 {
        display: block;
        margin: 0 auto
    }
}

@media (min-width: 576px) and (max-width: 767.98px) {
    .wrapp_content-repeat .main-conteiner_banners .container .banner720 {
        display: none
    }

    .wrapp_content-repeat .main-conteiner_banners .container .banner290 {
        display: block;
        margin: 0 auto
    }
}

@media (max-width: 575.98px) {
    .wrapp_content-repeat .main-conteiner_banners .container .banner720 {
        display: none
    }

    .wrapp_content-repeat .main-conteiner_banners .container .banner290 {
        display: block;
        margin: 0 auto
    }
}

.content-repeat {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column
}

.content-repeat_title {
    font-size: 32px;
    line-height: 38px;
    font-weight: 800;
    margin-bottom: 20px
}

.content-repeat .news-preview_title {
    font-size: 24px;
    line-height: 30px;
    font-weight: 800;
    margin-bottom: 20px
}

.content-repeat .main-article-repeat-img {
    width: 100%;
    margin-right: 0;
    margin-bottom: 10px
}

.content-repeat .main-article-repeat-img img {
    margin-bottom: 15px;
    max-width: 100%
}

.content-repeat .main-article-repeat-img figcaption span {
    display: inline-block
}

.content-repeat .main-article-repeat-img figcaption span.meta-tags {
    display: block;
    margin-top: 5px
}

.content-repeat .content-share {
    margin-top: 40px;
    padding-bottom: 15px;
    border-bottom: 3px solid #e6e6e6
}

.content-repeat .content-share span {
    font-size: 15px
}

.content-repeat .content-share ul {
    padding: 0
}

.content-repeat .content-share ul li {
    font-size: 18px;
    margin-right: 15px
}

.content-repeat .subscribe {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin: 40px 0
}

.content-repeat_related-articles .wrapp_related-articles {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between
}

.content-repeat_related-articles .wrapp_related-articles .news-preview {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    width: 30%;
    border-bottom: 0;
    margin-bottom: 0
}

.content-repeat_related-articles .wrapp_related-articles .news-preview:nth-child(4) {
    display: none
}

.content-repeat_related-articles .wrapp_related-articles .news-preview figure {
    margin-right: 0;
    width: 100%
}

.content-repeat_related-articles .wrapp_related-articles .news-preview figure a.no-loaded {
    min-height: 154px
}

.content-repeat_related-articles .wrapp_related-articles .news-preview figure a img {
    width: 100%
}

.content-repeat_related-articles .wrapp_related-articles .news-preview figure figcaption span:last-child {
    margin-bottom: 10px
}

@media (min-width: 992px) and (max-width: 1199.98px) {
    .content-repeat .main-article-repeat-img img {
        width: 100%
    }
}

@media (min-width: 768px) and (max-width: 991.98px) {
    .content-repeat .main-article-repeat-img img {
        width: 100%
    }
}

@media (min-width: 576px) and (max-width: 767.98px) {
    .content-repeat .main-article-repeat-img img {
        width: 100%
    }
}

@media (max-width: 575.98px) {
    .content-repeat_title {
        font-size: 24px;
        line-height: 30px
    }

    .content-repeat .main-article-repeat-img img {
        width: 100%
    }

    .content-repeat .content-share ul li {
        font-size: 15px
    }

    .content-repeat .content-share ul li:first-child {
        padding-left: 0
    }

    .content-repeat_related-articles .wrapp_related-articles {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column
    }

    .content-repeat_related-articles .wrapp_related-articles .news-preview {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row;
        margin-bottom: 30px;
        width: 100%;
        border-bottom: 1px solid #e6e6e6
    }

    .content-repeat_related-articles .wrapp_related-articles .news-preview:last-child {
        border-bottom: 0
    }

    .content-repeat_related-articles .wrapp_related-articles .news-preview figure {
        width: 170px;
        margin-right: 25px
    }
}

@media (max-width: 470px) {
    .content-repeat_related-articles .wrapp_related-articles .news-preview {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column
    }

    .content-repeat_related-articles .wrapp_related-articles .news-preview:last-child {
        border-bottom: 0
    }

    .content-repeat_related-articles .wrapp_related-articles .news-preview figure {
        width: 100%;
        margin-right: 0
    }
}

.wrapp_category-nav .title-grey.little {
    width: 80%
}

@media (min-width: 768px) and (max-width: 991.98px) {
    .wrapp_category-nav .title-grey.little {
        width: 100%
    }
}

@media (min-width: 576px) and (max-width: 767.98px) {
    .wrapp_category-nav {
        margin-bottom: 25px
    }

    .wrapp_category-nav .title-grey.little {
        border-bottom: 0;
        padding-bottom: 0
    }
}

@media (max-width: 575.98px) {
    .wrapp_category-nav {
        margin-bottom: 25px
    }

    .wrapp_category-nav .title-grey.little {
        border-bottom: 0;
        padding-bottom: 0
    }
}

.category-nav li {
    margin-bottom: 24px
}

.category-nav li:last-child {
    margin-bottom: 0
}

.category-nav li a:hover, .category-nav li .widget-imgs-cont section .title a:hover, .widget-imgs-cont section .title .category-nav li a:hover {
    color: #f7102b
}

.category-nav li.active, .category-nav li.active a, .category-nav li.active h2 {
    font-weight: 800;
    color: transparent;
    background-image: linear-gradient(45deg, #b7081c 0%, #f7102b 100%);
    -webkit-background-clip: text;
    background-clip: text
}

.category-nav li.active i, .category-nav li.active a i, .category-nav li.active h2 i {
    color: #f7102b
}

.category-nav li h2 {
    font-size: 15px
}

.category-nav li a {
    color: #142025;
    vertical-align: middle
}

.category-nav li i {
    font-size: 20px;
    vertical-align: middle;
    color: inherit;
    margin-right: 8px;
    display: inline-block
}

.category-nav li i.cs-icon-rocket-launch {
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg)
}

@media (min-width: 768px) and (max-width: 991.98px) {
    .category-nav {
        padding-top: 20px
    }

    .category-nav > li.active {
        font-size: 14px
    }

    .category-nav > li.active a {
        color: #8f9698;
        font-weight: 600;
        background: 0 0
    }

    .category-nav > li a {
        font-size: 14px
    }
}

@media (min-width: 576px) and (max-width: 767.98px) {
    .category-nav {
        padding-left: 15px;
        padding-top: 15px
    }

    .category-nav > li {
        margin-bottom: 15px
    }

    .category-nav > li.active {
        font-size: 14px
    }

    .category-nav > li.active a {
        color: #8f9698;
        font-weight: 600;
        background: 0 0
    }

    .category-nav > li a {
        font-size: 13px
    }
}

@media (max-width: 575.98px) {
    .category-nav {
        padding-left: 15px;
        padding-top: 15px
    }

    .category-nav > li {
        margin-bottom: 15px
    }

    .category-nav > li.active {
        font-size: 14px
    }

    .category-nav > li.active a {
        color: #8f9698;
        font-weight: 600;
        background: 0 0
    }

    .category-nav > li a {
        font-size: 13px
    }
}

.category-nav_person section span {
    font-weight: 800;
    color: transparent;
    display: inline-block;
    background-image: linear-gradient(45deg, #b7081c 0%, #f7102b 100%);
    -webkit-background-clip: text;
    background-clip: text
}

@media (min-width: 768px) and (max-width: 991.98px) {
    .category-nav_person {
        padding: 15px 20px !important;
        border: 2px solid #e6e6e6
    }
}

@media (min-width: 576px) and (max-width: 767.98px) {
    .category-nav_person {
        padding: 15px 20px !important;
        border: 2px solid #e6e6e6
    }
}

@media (max-width: 575.98px) {
    .category-nav_person {
        padding: 15px 20px !important;
        border: 2px solid #e6e6e6
    }
}

.aside-grouped-nav {
    margin-bottom: 30px
}

.aside-grouped-nav.concent-nav {
    display: none
}

.aside-grouped-nav.concent-nav.active {
    display: block
}

.aside-grouped-nav.active-arrow ul li.title > i {
    pointer-events: none
}

.aside-grouped-nav.open section i {
    -webkit-transform: rotate(-90deg);
    transform: rotate(-90deg)
}

.aside-grouped-nav.dropdown .menu {
    padding-top: 14px
}

.aside-grouped-nav.dropdown .menu > li.title > i {
    font-size: 13px;
    width: 25px;
    height: 25px;
    padding: 5px;
    right: 2px;
    top: 2px;
    cursor: pointer;
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg)
}

.aside-grouped-nav.dropdown .menu > li.title > i.active {
    -webkit-transform: rotate(-90deg);
    transform: rotate(-90deg)
}

.aside-grouped-nav.dropdown .menu > li.title > .child-upper-level {
    display: none
}

.aside-grouped-nav.dropdown .menu > li.title > .child-upper-level.active {
    display: block
}

.aside-grouped-nav.dropdown .menu li.have-child {
    position: relative
}

.aside-grouped-nav.dropdown .menu li.have-child .plus {
    display: block;
    width: 20px;
    height: 20px;
    position: absolute;
    left: 0;
    top: 2px;
    cursor: pointer
}

.aside-grouped-nav.dropdown .menu li.have-child .plus:before, .aside-grouped-nav.dropdown .menu li.have-child .plus:after {
    content: '';
    width: 13px;
    height: 1px;
    display: block;
    position: absolute;
    top: 10px;
    left: 0;
    background: #142025
}

.aside-grouped-nav.dropdown .menu li.have-child .plus:before {
    -webkit-transform: rotate(-90deg);
    transform: rotate(-90deg)
}

.aside-grouped-nav.dropdown .menu li.have-child .plus.active:before {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg)
}

.aside-grouped-nav.dropdown .menu li.have-child .children > li .plus:before, .aside-grouped-nav.dropdown .menu li.have-child .children > li .plus:after {
    background: #8f9698
}

.aside-grouped-nav.dropdown .menu.one-level li.have-child .plus {
    left: auto;
    right: 0;
    top: -10px
}

.aside-grouped-nav.dropdown .menu.one-level li.have-child .plus:after {
    display: none
}

.aside-grouped-nav.dropdown .menu.one-level li.have-child .plus:before {
    content: '+';
    font-size: 24px;
    color: #142025;
    font-weight: 400;
    background: 0 0;
    width: auto;
    height: auto
}

.aside-grouped-nav.dropdown .menu.one-level li.have-child .plus.active:before {
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg)
}

.aside-grouped-nav.dropdown .menu.one-level li.title > .child-upper-level {
    display: block
}

.aside-grouped-nav section {
    position: relative;
    width: 100%;
    padding-left: 0
}

.aside-grouped-nav section span {
    color: transparent;
    text-transform: uppercase;
    font-size: 16px;
    font-weight: 800;
    display: inline-block;
    background: -webkit-gradient(linear, left top, left bottom, color-stop(1%, #b3071b), color-stop(61%, #f7102b), to(#f7102b));
    background: linear-gradient(to bottom, #b3071b 1%, #f7102b 61%, #f7102b 100%);
    -webkit-background-clip: text;
    background-clip: text
}

.aside-grouped-nav section i {
    color: #f7102b;
    font-size: 15px;
    position: absolute;
    right: 6px;
    top: 4px;
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);
    -webkit-transition: all .4s ease;
    transition: all .4s ease
}

.aside-grouped-nav ul li {
    padding-left: 23px;
    margin-bottom: 15px
}

.aside-grouped-nav ul li.nav_h3 {
    padding-left: 40px;
    position: relative
}

.aside-grouped-nav ul li.nav_h3:before {
    content: '';
    display: block;
    position: absolute;
    left: 27px;
    top: 10px;
    width: 6px;
    height: 6px;
    background: #a8aeb0;
    border-radius: 50%
}

.aside-grouped-nav ul li span {
    color: #f7102b;
    line-height: 24px
}

.aside-grouped-nav ul li a {
    line-height: 24px
}

.aside-grouped-nav ul li a.active {
    color: #f7102b
}

.aside-grouped-nav ul li.title {
    display: inline-block;
    position: relative;
    width: 100%;
    margin-bottom: 15px;
    padding-bottom: 10px;
    padding-left: 0;
    -webkit-transform: translateY(1px);
    transform: translateY(1px)
}

.aside-grouped-nav ul li.title > i {
    color: #f7102b;
    font-size: 11px;
    font-weight: 800;
    position: absolute;
    right: 2px;
    top: 8px
}

.aside-grouped-nav ul li.title > a {
    color: #8f9698;
    text-transform: uppercase;
    font-size: 16px;
    font-weight: 800;
    text-shadow: 0 0 3px #fff, 0 0 3px #fff;
    display: block;
    border-bottom: 1px solid #e6e6e6;
    margin-bottom: 15px;
    padding-bottom: 10px;
    background: -webkit-gradient(linear, left top, left bottom, color-stop(1%, #b3071b), color-stop(61%, #f7102b), to(#f7102b));
    background: linear-gradient(to bottom, #b3071b 1%, #f7102b 61%, #f7102b 100%);
    -webkit-background-clip: text;
    background-clip: text;
    -webkit-transition: all .4s;
    transition: all .4s
}

.aside-grouped-nav ul li.title > a:hover, .aside-grouped-nav ul .widget-imgs-cont section li.title > a:hover {
    color: transparent;
    text-shadow: none;
    background: -webkit-gradient(linear, left top, left bottom, from(#b3071b), to(#f41128));
    background: linear-gradient(to bottom, #b3071b 0%, #f41128 100%);
    -webkit-background-clip: text;
    background-clip: text;
    -webkit-transition: all .4s;
    transition: all .4s
}

.aside-grouped-nav ul li.title > span {
    color: transparent;
    text-shadow: none;
    text-transform: uppercase;
    font-size: 16px;
    font-weight: 800;
    display: block;
    margin-bottom: 15px;
    padding-bottom: 10px;
    background: -webkit-gradient(linear, left top, left bottom, from(#b3071b), to(#f41128));
    background: linear-gradient(to bottom, #b3071b 0%, #f41128 100%);
    -webkit-background-clip: text;
    background-clip: text;
    border-bottom: 1px solid #e6e6e6;
    -webkit-transition: all .4s;
    transition: all .4s
}

.aside-grouped-nav ul li:last-child {
    padding-bottom: 15px;
    margin-bottom: 34px
}

.aside-grouped-nav ul li.have-child {
    position: relative
}

.aside-grouped-nav ul li.have-child button {
    position: absolute;
    right: 3px;
    top: 0;
    padding: 0;
    width: 25px;
    height: 25px;
    background: 0 0;
    border: none
}

.aside-grouped-nav ul li.have-child button i {
    font-size: 12px;
    font-weight: 300
}

.aside-grouped-nav ul li.have-child button.active i {
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg)
}

.aside-grouped-nav ul li.have-child ul {
    padding-top: 15px;
    display: none
}

.aside-grouped-nav ul li.have-child ul.active {
    display: block
}

.aside-grouped-nav ul li.have-child ul li {
    padding-left: 20px;
    margin-bottom: 12px
}

.aside-grouped-nav ul li.have-child ul li:last-child {
    margin-bottom: 0
}

.aside-grouped-nav ul li.have-child ul li:last-child {
    border-bottom: none
}

.aside-grouped-nav ul li.have-child ul li a {
    color: #8f9698
}

.aside-grouped-nav ul li.have-child ul li a:hover {
    color: #f7102b
}

.aside-grouped-nav ul li > ul {
    padding-bottom: 15px;
    border-bottom: 1px solid #e6e6e6
}

.aside-grouped-nav ul li > ul li a {
    color: #142025;
    text-transform: none
}

.aside-grouped-nav ul li > ul li a:hover, .aside-grouped-nav ul li > ul li .widget-imgs-cont section .title a:hover, .widget-imgs-cont section .title .aside-grouped-nav ul li > ul li a:hover {
    color: #f7102b
}

.aside-grouped-nav ul li > ul li:last-child {
    margin-bottom: 0
}

@media (min-width: 768px) and (max-width: 991.98px) {
    .aside-grouped-nav {
        width: 100%;
        padding: 10px 20px !important;
        border: 2px solid #e6e6e6
    }

    .aside-grouped-nav .js-options_tablet {
        display: none
    }

    .aside-grouped-nav ul:first-child {
        padding-top: 20px;
        margin-top: 15px;
        border-top: 1px solid #e6e6e6
    }

    .aside-grouped-nav ul:last-child {
        border-bottom: none;
        margin-bottom: 0
    }

    .aside-grouped-nav ul:last-child li:last-child {
        border-bottom: none;
        margin-bottom: 0
    }

    .aside-grouped-nav ul li.have-child button {
        right: 0
    }
}

@media (min-width: 576px) and (max-width: 767.98px) {
    .aside-grouped-nav {
        width: 100%;
        padding: 10px 15px;
        border: 2px solid #e6e6e6
    }

    .aside-grouped-nav .js-options_tablet {
        display: none
    }

    .aside-grouped-nav ul:first-child {
        padding-top: 20px;
        margin-top: 15px;
        border-top: 1px solid #e6e6e6
    }

    .aside-grouped-nav ul:last-child {
        border-bottom: none;
        margin-bottom: 0
    }

    .aside-grouped-nav ul:last-child li:last-child {
        border-bottom: none;
        margin-bottom: 0;
        padding-bottom: 0
    }

    .aside-grouped-nav ul li.have-child button {
        right: 0
    }
}

@media (max-width: 575.98px) {
    .aside-grouped-nav {
        width: 100%;
        padding: 10px 20px;
        border: 2px solid #e6e6e6
    }

    .aside-grouped-nav .js-options_tablet {
        display: none
    }

    .aside-grouped-nav ul:first-child {
        padding-top: 20px;
        margin-top: 15px;
        border-top: 1px solid #e6e6e6
    }

    .aside-grouped-nav ul li {
        padding-left: 0;
        margin-bottom: 15px
    }

    .aside-grouped-nav ul li.nav_h3 {
        padding-left: 20px
    }

    .aside-grouped-nav ul li.nav_h3:before {
        left: 10px
    }

    .aside-grouped-nav ul:last-child {
        border-bottom: none;
        margin-bottom: 0
    }

    .aside-grouped-nav ul:last-child li:last-child {
        border-bottom: none;
        margin-bottom: 0;
        padding-bottom: 0
    }

    .aside-grouped-nav ul:last-child li.have-child button {
        right: 0
    }
}

.js-content-nav ul li {
    margin-bottom: 15px
}

.nav_terms-conditions.open i {
    -webkit-transform: rotate(-90deg);
    transform: rotate(-90deg)
}

.nav_terms-conditions section {
    position: relative
}

.nav_terms-conditions section span {
    color: transparent;
    text-transform: uppercase;
    font-weight: 800
}

.nav_terms-conditions section i {
    color: #f7102b;
    position: absolute;
    right: 0;
    top: 3px;
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);
    -webkit-transition: .4s ease;
    transition: .4s ease
}

.nav_terms-conditions li {
    margin-bottom: 22px
}

.nav_terms-conditions li a {
    color: #8f9698;
    text-transform: uppercase;
    font-weight: 800
}

.nav_terms-conditions li.have-child {
    position: relative;
    padding: 0;
    border: none;
    cursor: pointer
}

.nav_terms-conditions li.have-child.open i {
    -webkit-transform: rotate(-90deg);
    transform: rotate(-90deg)
}

.nav_terms-conditions li.have-child > span {
    color: transparent;
    text-transform: uppercase;
    font-weight: 800;
    display: block;
    padding-bottom: 15px;
    border-bottom: 1px solid #e6e6e6
}

.nav_terms-conditions li.have-child i {
    color: #f7102b;
    font-size: 13px;
    position: absolute;
    right: 0;
    top: 3px;
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);
    -webkit-transition: .4s ease;
    transition: .4s ease;
    pointer-events: none
}

.nav_terms-conditions li.have-child ul {
    display: none;
    padding-left: 21px;
    padding-top: 40px
}

.nav_terms-conditions li.have-child ul li a {
    text-transform: none;
    font-weight: 600
}

.nav_terms-conditions li.have-child ul li.active a, .nav_terms-conditions li.have-child ul li a:hover {
    color: #142025
}

@media (min-width: 768px) and (max-width: 991.98px) {
    .nav_terms-conditions {
        padding: 15px 20px;
        margin-bottom: 30px;
        width: 100%;
        border: 2px solid #e6e6e6
    }

    .nav_terms-conditions section {
        display: block
    }

    .nav_terms-conditions .js-options_tablet {
        display: none;
        padding-top: 20px
    }

    .nav_terms-conditions ul li a {
        color: #142025
    }

    .nav_terms-conditions ul li.have-child span {
        color: #8f9698;
        border-bottom: none;
        background: 0 0
    }

    .nav_terms-conditions ul li.have-child i {
        display: none
    }

    .nav_terms-conditions ul li.have-child ul {
        display: block;
        padding-top: 0
    }

    .nav_terms-conditions ul li.have-child ul li a {
        color: #142025
    }
}

@media (min-width: 576px) and (max-width: 767.98px) {
    .nav_terms-conditions {
        padding: 15px 20px;
        margin-bottom: 30px;
        width: 100%;
        border: 2px solid #e6e6e6
    }

    .nav_terms-conditions section {
        display: block
    }

    .nav_terms-conditions .js-options_tablet {
        display: none;
        padding-top: 20px
    }

    .nav_terms-conditions ul li a {
        color: #142025
    }

    .nav_terms-conditions ul li.have-child span {
        color: #8f9698;
        border-bottom: none;
        background: 0 0
    }

    .nav_terms-conditions ul li.have-child i {
        display: none
    }

    .nav_terms-conditions ul li.have-child ul {
        display: block;
        padding-top: 0
    }

    .nav_terms-conditions ul li.have-child ul li a {
        color: #142025
    }
}

@media (max-width: 575.98px) {
    .nav_terms-conditions {
        padding: 15px 20px;
        margin-bottom: 30px;
        width: 100%;
        border: 2px solid #e6e6e6
    }

    .nav_terms-conditions section {
        display: block
    }

    .nav_terms-conditions .js-options_tablet {
        display: none;
        padding-top: 20px
    }

    .nav_terms-conditions ul li a {
        color: #142025
    }

    .nav_terms-conditions ul li.have-child span {
        color: #8f9698;
        border-bottom: none;
        background: 0 0
    }

    .nav_terms-conditions ul li.have-child i {
        display: none
    }

    .nav_terms-conditions ul li.have-child ul {
        display: block;
        padding-top: 0
    }

    .nav_terms-conditions ul li.have-child ul li a {
        color: #142025
    }
}

.nav-launchpads section span {
    font-weight: 800;
    color: transparent;
    background-image: linear-gradient(45deg, #b7081c 0%, #f7102b 100%);
    -webkit-background-clip: text;
    background-clip: text
}

.nav-launchpads ul {
    border-right: 1px solid #e6e6e6
}

.nav-launchpads ul li {
    margin-bottom: 20px
}

.nav-launchpads ul li a {
    vertical-align: middle;
    line-height: 24px;
    display: inline-block
}

.nav-launchpads ul li a i {
    color: #8f9698;
    font-size: 20px;
    vertical-align: middle;
    line-height: inherit;
    display: inline-block;
    margin-right: 5px;
    -webkit-transform: translateY(-2px);
    transform: translateY(-2px)
}

.nav-launchpads ul li.active a, .nav-launchpads ul li.active span, .nav-launchpads ul li.active h2 {
    font-weight: 800;
    color: transparent;
    background-image: linear-gradient(45deg, #b7081c 0%, #f7102b 100%);
    -webkit-background-clip: text;
    background-clip: text
}

@media (min-width: 992px) and (max-width: 1199.98px) {
    .nav-launchpads {
        padding-right: 0
    }
}

@media (min-width: 768px) and (max-width: 991.98px) {
    .nav-launchpads {
        padding: 10px 15px;
        width: 290px;
        margin-bottom: 30px;
        border: 1px solid #e6e6e6
    }

    .nav-launchpads ul {
        padding-top: 20px;
        border-right: 0
    }
}

@media (max-width: 575.98px) {
    .nav-launchpads {
        padding: 10px 15px;
        width: 100%;
        margin-bottom: 30px;
        border: 1px solid #e6e6e6
    }

    .nav-launchpads ul {
        padding-top: 20px;
        border-right: 0
    }
}

@media (min-width: 576px) and (max-width: 767.98px) {
    .nav-launchpads {
        padding: 10px 15px;
        width: 290px;
        margin-bottom: 30px;
        border: 1px solid #e6e6e6
    }

    .nav-launchpads ul {
        padding-top: 20px;
        border-right: 0
    }
}

.pagination {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding: 30px 0
}

.pagination.coins-nav {
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    position: relative
}

.pagination.coins-nav > span, .pagination.coins-nav > a {
    margin: 0 10px;
    display: block
}

.pagination.coins-nav > span:first-child, .pagination.coins-nav > a:first-child {
    margin-left: 0
}

.pagination.coins-nav > span:last-child, .pagination.coins-nav > a:last-child {
    margin-right: 0
}

.pagination.coins-nav .page-numbers {
    color: #8f9698;
    font-size: 12px;
    font-weight: 800;
    text-align: center;
    width: 40px
}

.pagination.coins-nav .page-numbers.prev, .pagination.coins-nav .page-numbers.next {
    color: #cc0b21;
    font-weight: 800;
    font-size: 11px;
    text-transform: uppercase;
    width: auto
}

.pagination.coins-nav .page-numbers.prev i, .pagination.coins-nav .page-numbers.next i {
    font-size: 20px;
    line-height: 10px;
    display: inline-block;
    -webkit-transform: translateY(1px);
    transform: translateY(1px)
}

.pagination.coins-nav .page-numbers.current, .pagination.coins-nav .page-numbers:hover {
    color: #cc0b21;
    font-size: 16px
}

@media (min-width: 576px) and (max-width: 767.98px) {
    .pagination.coins-nav {
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center
    }

    .pagination.coins-nav .page-numbers.prev {
        margin-right: 0
    }

    .pagination.coins-nav .page-numbers.next {
        margin-left: 0
    }
}

@media (max-width: 575.98px) {
    .pagination.coins-nav {
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center
    }

    .pagination.coins-nav .page-numbers.prev, .pagination.coins-nav .page-numbers.next {
        position: absolute;
        bottom: 0
    }

    .pagination.coins-nav .page-numbers.prev {
        left: 0
    }

    .pagination.coins-nav .page-numbers.next {
        right: 0
    }
}

.pagination > li {
    text-transform: uppercase;
    font-weight: 600
}

.pagination > li.prev a, .pagination > li.next a {
    font-weight: 800;
    font-size: 11px
}

.pagination > li.prev a i, .pagination > li.next a i {
    font-size: 20px;
    line-height: 10px;
    display: inline-block;
    -webkit-transform: translateY(1px);
    transform: translateY(1px)
}

.pagination > li.prev a {
    color: #cc0b21
}

.pagination > li.prev a i {
    margin-right: 5px
}

.pagination > li.next a {
    color: #ed0f29
}

.pagination > li.next a i {
    margin-left: 5px
}

.pagination-nav {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end
}

.pagination-nav li {
    text-align: center;
    height: 27px
}

.pagination-nav li a {
    color: #8f9698;
    font-size: 12px;
    font-weight: 800;
    position: relative;
    display: inline-block;
    width: 40px;
    -webkit-transition: all .3s ease;
    transition: all .3s ease
}

.pagination-nav li a:after {
    content: '';
    width: 0;
    height: 2px;
    display: inline-block;
    position: absolute;
    left: 5px;
    bottom: -5px;
    background: #e6e6e6;
    -webkit-transition: all .3s ease;
    transition: all .3s ease
}

.pagination-nav li a:hover, .pagination-nav li .widget-imgs-cont section .title a:hover, .widget-imgs-cont section .title .pagination-nav li a:hover {
    font-size: 15px;
    color: #142025
}

.pagination-nav li a:hover:after, .pagination-nav li .widget-imgs-cont section .title a:hover:after, .widget-imgs-cont section .title .pagination-nav li a:hover:after {
    width: 30px
}

.pagination-nav li span:after {
    content: '';
    width: 0;
    height: 2px;
    display: inline-block;
    position: absolute;
    left: 5px;
    bottom: -5px;
    background: #e6e6e6;
    -webkit-transition: all .3s ease;
    transition: all .3s ease
}

.pagination-nav li.active span {
    color: #cc0b21;
    font-size: 16px;
    font-weight: 800;
    display: inline-block;
    width: 40px;
    position: relative
}

.pagination-nav li.active span:after {
    content: '';
    width: 30px;
    height: 2px;
    display: inline-block;
    position: absolute;
    background: #cc0b21
}

@media (max-width: 575.98px) {
    .pagination > li {
        width: 100%
    }

    .pagination > li.prev, .pagination > li.next {
        display: none
    }

    .pagination > li .pagination-nav {
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        width: 100%
    }

    .pagination > li .pagination-nav li a {
        width: 38px
    }
}

.pagination_coins {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding-top: 35px
}

.pagination_coins .pages {
    color: #8f9698
}

.pagination_coins .number {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center
}

.pagination_coins .number > li {
    padding: 0 8px
}

.pagination_coins .number > li.active {
    color: #f7102b
}

.pagination_coins .number > li.active a {
    color: inherit
}

.pagination_coins .nav {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    width: 175px;
    padding-right: 4px
}

.pagination_coins .nav .prev, .pagination_coins .nav .next {
    text-transform: uppercase;
    font-size: 11px;
    font-weight: 800
}

.pagination_coins .nav .prev i, .pagination_coins .nav .next i {
    font-weight: 800;
    color: #b3071b
}

.pagination_coins .nav .prev i {
    font-size: 8px;
    margin-right: 5px;
    -webkit-transform: rotate(180deg) translateY(1px);
    transform: rotate(180deg) translateY(1px)
}

.pagination_coins .nav .next {
    margin-left: 35px
}

.pagination_coins .nav .next i {
    margin-left: 5px
}

@media (min-width: 576px) and (max-width: 767.98px) {
    .pagination_coins {
        font-size: 13px
    }
}

@media (max-width: 575.98px) {
    .pagination_coins {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        font-size: 13px
    }

    .pagination_coins .pages, .pagination_coins .number {
        margin-bottom: 15px
    }

    .pagination_coins .nav {
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between
    }
}

.content-top-menu {
    margin-bottom: 65px
}

.content-top-menu section {
    position: relative
}

.content-top-menu section i {
    color: #f7102b;
    position: absolute;
    top: 3px;
    right: 0;
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg)
}

.content-top-menu ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between
}

.content-top-menu ul li a {
    color: #8f9698;
    text-transform: uppercase;
    font-weight: 800;
    font-size: 16px;
    text-shadow: 0 0 3px #fff, 0 0 3px #fff;
    position: relative;
    display: inline-block;
    background-image: -webkit-gradient(linear, left top, left bottom, color-stop(1%, #b3071b), to(#f7102b));
    background-image: linear-gradient(to bottom, #b3071b 1%, #f7102b 100%);
    -webkit-background-clip: text;
    background-clip: text;
    background-clip: text;
    -webkit-transition: all .4s;
    transition: all .4s
}

.content-top-menu ul li a:after {
    content: '';
    width: 0;
    height: 2px;
    position: absolute;
    left: 0;
    bottom: -10px;
    background: #b3071b;
    -webkit-transition: all .4s;
    transition: all .4s
}

.content-top-menu ul li a:hover, .content-top-menu ul li .widget-imgs-cont section .title a:hover, .widget-imgs-cont section .title .content-top-menu ul li a:hover {
    color: transparent;
    text-shadow: none
}

.content-top-menu ul li a:hover:after, .content-top-menu ul li .widget-imgs-cont section .title a:hover:after, .widget-imgs-cont section .title .content-top-menu ul li a:hover:after {
    width: 100%
}

.content-top-menu ul li span:after {
    content: '';
    width: 0;
    height: 2px;
    position: absolute;
    left: 0;
    bottom: -10px;
    background: #b3071b;
    -webkit-transition: all .4s;
    transition: all .4s
}

.content-top-menu ul li.active a, .content-top-menu ul li.active span {
    color: transparent;
    text-transform: uppercase;
    text-shadow: none;
    font-weight: 800;
    font-size: 16px;
    position: relative;
    display: inline-block;
    background-image: -webkit-gradient(linear, left top, left bottom, color-stop(1%, #b3071b), to(#f7102b));
    background-image: linear-gradient(to bottom, #b3071b 1%, #f7102b 100%);
    -webkit-background-clip: text;
    background-clip: text
}

.content-top-menu ul li.active a:after, .content-top-menu ul li.active span:after {
    width: 100%
}

@media (min-width: 992px) and (max-width: 1199.98px) {
    .content-top-menu ul li a {
        font-size: 14px
    }
}

@media (min-width: 768px) and (max-width: 991.98px) {
    .content-top-menu {
        margin-bottom: 50px;
        padding: 15px 20px;
        border: 2px solid #e6e6e6
    }

    .content-top-menu section {
        display: block;
        width: 100%
    }

    .content-top-menu section > span {
        color: transparent;
        text-transform: uppercase;
        font-size: 16px;
        font-weight: 800;
        background-image: -webkit-gradient(linear, right top, left top, from(#b7081c), to(#f7102b));
        background-image: linear-gradient(-90deg, #b7081c 0%, #f7102b 100%);
        -webkit-background-clip: text;
        background-clip: text
    }

    .content-top-menu section i {
        -webkit-transition: all .4s ease .2s;
        transition: all .4s ease .2s
    }

    .content-top-menu .open section i {
        -webkit-transform: rotate(-90deg);
        transform: rotate(-90deg)
    }

    .content-top-menu ul {
        display: none;
        padding-top: 15px
    }

    .content-top-menu ul li {
        margin-left: 0;
        margin-right: 0;
        margin-bottom: 15px;
        display: block
    }

    .content-top-menu ul li:last-child {
        margin-bottom: 0
    }

    .content-top-menu ul li.active a {
        color: #8f9698;
        background: 0 0
    }

    .content-top-menu ul li a {
        color: #142025;
        background: 0 0
    }

    .content-top-menu ul li a:after {
        display: none
    }

    .content-top-menu ul li a:hover, .content-top-menu ul li .widget-imgs-cont section .title a:hover, .widget-imgs-cont section .title .content-top-menu ul li a:hover {
        color: #8f9698
    }
}

@media (min-width: 576px) and (max-width: 767.98px) {
    .content-top-menu {
        margin-bottom: 50px;
        padding: 15px 20px;
        border: 2px solid #e6e6e6
    }

    .content-top-menu section {
        display: block;
        width: 100%
    }

    .content-top-menu section > span {
        color: transparent;
        text-transform: uppercase;
        font-size: 16px;
        font-weight: 800;
        background-image: -webkit-gradient(linear, right top, left top, from(#b7081c), to(#f7102b));
        background-image: linear-gradient(-90deg, #b7081c 0%, #f7102b 100%);
        -webkit-background-clip: text;
        background-clip: text
    }

    .content-top-menu section i {
        -webkit-transition: all .4s ease .2s;
        transition: all .4s ease .2s
    }

    .content-top-menu .open section i {
        -webkit-transform: rotate(-90deg);
        transform: rotate(-90deg)
    }

    .content-top-menu ul {
        display: none;
        padding-top: 15px
    }

    .content-top-menu ul li {
        margin-left: 0;
        margin-right: 0;
        margin-bottom: 15px
    }

    .content-top-menu ul li:last-child {
        margin-bottom: 0
    }

    .content-top-menu ul li.active a {
        color: #8f9698;
        background: 0 0
    }

    .content-top-menu ul li a {
        color: #142025;
        background: 0 0
    }

    .content-top-menu ul li a:after {
        display: none
    }

    .content-top-menu ul li a:hover, .content-top-menu ul li .widget-imgs-cont section .title a:hover, .widget-imgs-cont section .title .content-top-menu ul li a:hover {
        color: #8f9698
    }
}

@media (max-width: 575.98px) {
    .content-top-menu {
        margin-bottom: 30px;
        padding: 15px 20px;
        border: 2px solid #e6e6e6
    }

    .content-top-menu section {
        display: block;
        width: 100%
    }

    .content-top-menu section > span {
        color: transparent;
        text-transform: uppercase;
        font-size: 16px;
        font-weight: 800;
        background-image: -webkit-gradient(linear, right top, left top, from(#b7081c), to(#f7102b));
        background-image: linear-gradient(-90deg, #b7081c 0%, #f7102b 100%);
        -webkit-background-clip: text;
        background-clip: text
    }

    .content-top-menu section i {
        -webkit-transition: all .4s ease .2s;
        transition: all .4s ease .2s
    }

    .content-top-menu .open section i {
        -webkit-transform: rotate(-90deg);
        transform: rotate(-90deg)
    }

    .content-top-menu ul {
        display: none;
        padding-top: 15px
    }

    .content-top-menu ul li {
        margin-left: 0;
        margin-right: 0;
        margin-bottom: 15px
    }

    .content-top-menu ul li:last-child {
        margin-bottom: 0
    }

    .content-top-menu ul li.active a {
        color: #8f9698;
        background: 0 0
    }

    .content-top-menu ul li a {
        color: #142025;
        background: 0 0
    }

    .content-top-menu ul li a:after {
        display: none
    }

    .content-top-menu ul li a:hover, .content-top-menu ul li .widget-imgs-cont section .title a:hover, .widget-imgs-cont section .title .content-top-menu ul li a:hover {
        color: #8f9698
    }
}

.table-calendar .load-more {
    margin-top: 50px
}

.table-calendar .header, .table-calendar .body {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    border-bottom: 1px solid #ced4d7
}

.table-calendar .header > .coin, .table-calendar .header > .start-date, .table-calendar .header > .end-date, .table-calendar .body > .coin, .table-calendar .body > .start-date, .table-calendar .body > .end-date {
    -ms-flex-negative: 0;
    flex-shrink: 0
}

.table-calendar .header > .coin, .table-calendar .body > .coin {
    width: 68%
}

.table-calendar .header > .start-date, .table-calendar .body > .start-date {
    width: 16%
}

.table-calendar .header > .end-date, .table-calendar .body > .end-date {
    width: 16%
}

.table-calendar .header {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding-bottom: 15px
}

.table-calendar .header > span {
    color: #8f9698;
    font-size: 12px;
    text-transform: uppercase;
    display: block
}

.table-calendar .body {
    padding: 15px 10px 15px 0
}

.table-calendar .body > .coin {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.table-calendar .body > .coin > figure {
    margin-right: 24px
}

.table-calendar .body > .coin > figure i {
    font-size: 76px;
    color: #8f9698
}

.table-calendar .body > .coin > figure img {
    width: 60px;
    max-width: 60px
}

.table-calendar .body > .coin section {
    padding-top: 5px;
    padding-right: 35px
}

.table-calendar .body > .coin section .title {
    color: #142025;
    font-weight: 800;
    font-size: 16px;
    margin-bottom: 5px
}

.table-calendar .body > .coin section .title span {
    color: #8f9698
}

.table-calendar .body > .coin section p {
    margin-bottom: 10px
}

.table-calendar .body > .start-date, .table-calendar .body > .end-date {
    color: #142025;
    font-size: 14px;
    line-height: 22px;
    letter-spacing: -.4px;
    padding: 6px 10px 10px
}

@media (min-width: 992px) and (max-width: 1199.98px) {
    .table-calendar .header .start-date, .table-calendar .header .end-date, .table-calendar .body .start-date, .table-calendar .body .end-date {
        text-align: left;
        width: 20%;
        padding-left: 5px
    }

    .table-calendar .header .coin {
        width: 60%
    }

    .table-calendar .body {
        position: relative
    }

    .table-calendar .body > .coin {
        width: 100%;
        padding-top: 30px
    }

    .table-calendar .body > .coin > figure {
        -webkit-transform: translateY(9px);
        transform: translateY(9px)
    }

    .table-calendar .body > .coin > figure i {
        font-size: 52px
    }

    .table-calendar .body .start-date, .table-calendar .body .end-date {
        font-size: 14px;
        position: absolute;
        top: 10px
    }

    .table-calendar .body .start-date {
        right: 20%
    }

    .table-calendar .body .end-date {
        right: 0
    }
}

@media (min-width: 768px) and (max-width: 991.98px) {
    .table-calendar .header .start-date, .table-calendar .header .end-date, .table-calendar .body .start-date, .table-calendar .body .end-date {
        text-align: left;
        width: 17.5%;
        padding-left: 5px
    }

    .table-calendar .header .coin {
        width: 65%
    }

    .table-calendar .body > .coin {
        -webkit-box-align: start;
        -ms-flex-align: start;
        align-items: flex-start;
        width: 65%
    }

    .table-calendar .body > .coin > figure {
        margin-right: 10px;
        -webkit-transform: translateY(9px);
        transform: translateY(9px)
    }

    .table-calendar .body > .coin > figure i {
        font-size: 52px
    }

    .table-calendar .body .start-date, .table-calendar .body .end-date {
        font-size: 14px;
        padding-top: 33px
    }
}

@media (min-width: 576px) and (max-width: 767.98px) {
    .table-calendar .header .start-date, .table-calendar .header .end-date, .table-calendar .body .start-date, .table-calendar .body .end-date {
        text-align: left;
        width: 20%;
        padding-left: 5px
    }

    .table-calendar .header .coin {
        width: 60%
    }

    .table-calendar .body {
        position: relative
    }

    .table-calendar .body > .coin {
        width: 100%;
        padding-top: 30px
    }

    .table-calendar .body > .coin > figure {
        -webkit-transform: translateY(9px);
        transform: translateY(9px)
    }

    .table-calendar .body > .coin > figure i {
        font-size: 52px
    }

    .table-calendar .body .start-date, .table-calendar .body .end-date {
        font-size: 14px;
        position: absolute;
        top: 10px
    }

    .table-calendar .body .start-date {
        right: 20%
    }

    .table-calendar .body .end-date {
        right: 0
    }
}

@media (max-width: 575.98px) {
    .table-calendar .header .start-date, .table-calendar .header .end-date, .table-calendar .body .start-date, .table-calendar .body .end-date {
        text-align: right;
        width: 42%;
        padding-left: 5px
    }

    .table-calendar .header span {
        padding-left: 0
    }

    .table-calendar .header .coin {
        width: 15%
    }

    .table-calendar .body {
        position: relative;
        padding-right: 0
    }

    .table-calendar .body > .coin {
        -webkit-box-align: start;
        -ms-flex-align: start;
        align-items: flex-start;
        width: 100%;
        padding-top: 30px
    }

    .table-calendar .body > .coin > figure {
        margin-right: 12px;
        -webkit-transform: translateY(9px);
        transform: translateY(9px)
    }

    .table-calendar .body > .coin > figure i {
        font-size: 28px
    }

    .table-calendar .body > .coin section .title {
        font-size: 15px
    }

    .table-calendar .body > .coin section p {
        font-size: 13px;
        line-height: 20px
    }

    .table-calendar .body > .coin section .meta-tags {
        font-size: 10px;
        line-height: 16px
    }

    .table-calendar .body .start-date, .table-calendar .body .end-date {
        font-size: 13px;
        width: 42%;
        position: absolute;
        top: 10px;
        padding-left: 0
    }

    .table-calendar .body .start-date {
        right: 42%
    }

    .table-calendar .body .end-date {
        right: 0
    }
}

@media (min-width: 576px) and (max-width: 767.98px) {
    .table-calendar.bottom_mobile section.header {
        display: none
    }

    .table-calendar.bottom_mobile section.body {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        padding-bottom: 20px;
        padding-top: 25px
    }

    .table-calendar.bottom_mobile section.body .coin {
        -webkit-box-align: start;
        -ms-flex-align: start;
        align-items: flex-start;
        position: relative
    }

    .table-calendar.bottom_mobile section.body .coin:before {
        content: 'Name';
        color: #8f9698;
        text-transform: uppercase;
        font-size: 12px;
        position: absolute;
        top: 0;
        left: 0
    }

    .table-calendar.bottom_mobile section.body .start-date, .table-calendar.bottom_mobile section.body .end-date, .table-calendar.bottom_mobile section.body .end-date span {
        position: relative;
        right: auto;
        left: 0;
        padding-left: 145px;
        width: 100%
    }

    .table-calendar.bottom_mobile section.body .start-date:before, .table-calendar.bottom_mobile section.body .end-date:before, .table-calendar.bottom_mobile section.body .end-date span:before {
        color: #8f9698;
        text-transform: uppercase;
        font-size: 12px;
        letter-spacing: .2px;
        position: absolute;
        left: 0;
        top: 7px
    }

    .table-calendar.bottom_mobile section.body .start-date {
        padding-bottom: 2px
    }

    .table-calendar.bottom_mobile section.body .start-date:before {
        content: 'Launchpads'
    }

    .table-calendar.bottom_mobile section.body .end-date:before {
        content: 'Start Date'
    }

    .table-calendar.bottom_mobile section.body .end-date span {
        display: block;
        position: relative;
        left: -145px;
        width: 100%;
        min-width: 290px;
        padding-top: 10px
    }

    .table-calendar.bottom_mobile section.body .end-date span:before {
        content: 'End Date';
        top: 10px
    }
}

@media (max-width: 575.98px) {
    .table-calendar.bottom_mobile section.header {
        display: none
    }

    .table-calendar.bottom_mobile section.body {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        padding-bottom: 20px;
        padding-top: 25px
    }

    .table-calendar.bottom_mobile section.body .coin {
        -webkit-box-align: start;
        -ms-flex-align: start;
        align-items: flex-start;
        position: relative
    }

    .table-calendar.bottom_mobile section.body .coin:before {
        content: 'Name';
        color: #8f9698;
        text-transform: uppercase;
        font-size: 12px;
        position: absolute;
        top: 0;
        left: 0
    }

    .table-calendar.bottom_mobile section.body .start-date, .table-calendar.bottom_mobile section.body .end-date, .table-calendar.bottom_mobile section.body .end-date span {
        position: relative;
        right: auto;
        left: 0;
        padding-left: 145px;
        width: 100%
    }

    .table-calendar.bottom_mobile section.body .start-date:before, .table-calendar.bottom_mobile section.body .end-date:before, .table-calendar.bottom_mobile section.body .end-date span:before {
        color: #8f9698;
        text-transform: uppercase;
        font-size: 12px;
        letter-spacing: .2px;
        position: absolute;
        left: 0;
        top: 7px
    }

    .table-calendar.bottom_mobile section.body .start-date {
        padding-bottom: 2px
    }

    .table-calendar.bottom_mobile section.body .start-date:before {
        content: 'Launchpads'
    }

    .table-calendar.bottom_mobile section.body .end-date:before {
        content: 'Start Date'
    }

    .table-calendar.bottom_mobile section.body .end-date span {
        display: block;
        position: relative;
        left: -145px;
        width: 100%;
        min-width: 290px;
        padding-top: 10px
    }

    .table-calendar.bottom_mobile section.body .end-date span:before {
        content: 'End Date';
        top: 10px
    }
}

.wrapp_table-coins {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    position: relative
}

.table-coins {
    width: 100%
}

.table-coins_left {
    width: 25%
}

.table-coins_right {
    width: 75%
}

.table-coins tr {
    width: 100%;
    border-bottom: 1px solid #e6e6e6
}

.table-coins tr th {
    padding-right: 8px;
    padding-left: 8px
}

.table-coins tr td {
    text-align: right;
    vertical-align: middle;
    padding: 5px;
    height: 67px;
    max-height: 67px !important
}

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

.table-coins tr .rank {
    padding-right: 8px
}

.table-coins tr .name {
    text-align: left;
    padding-left: 10px;
    padding-right: 5px;
    max-width: 230px
}

.table-coins tr .market-cap {
    padding-left: 5px
}

.table-coins thead th {
    color: #9ea5a8;
    font-size: 12px;
    font-weight: 700;
    text-align: right;
    padding-bottom: 15px;
    -webkit-box-shadow: none;
    box-shadow: none
}

.table-coins thead th.rank {
    text-align: left;
    width: 60px;
    padding-left: 0
}

@media screen and (min-width: 1160px) {
    .table-coins thead th.rank {
        min-width: 60px
    }
}

.table-coins thead th:after {
    opacity: 0 !important
}

.table-coins thead th.sort-desc:after, .table-coins thead th.sort-asc:after {
    opacity: .6 !important
}

.table-coins tbody.colorize-name tr .name a p {
    color: #09c;
    margin-bottom: 0;
    padding-bottom: 0
}

.table-coins tbody .rank {
    color: #142025;
    font-weight: 700;
    font-size: 14px;
    text-align: center
}

.table-coins tbody .name .name-wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.table-coins .name {
    overflow: hidden
}

.table-coins .name h2 {
    white-space: nowrap
}

.table-coins tbody .name .name-wrapper figure {
    margin-right: 12px;
    width: 36px;
    flex: 0 0 36px;
}

.table-coins tbody .name .name-wrapper figure img {
    -webkit-filter: grayscale(100%);
    filter: grayscale(100%);
    max-width: 100%;
    max-height: 36px
}

.table-coins tbody .name .name-wrapper i {
    font-size: 30px
}

.table-coins tbody .name .name-wrapper .title {
    color: #142025;
    font-weight: 700;
    letter-spacing: -.2px;
    margin-bottom: 0;
    -webkit-transition: .2s all ease .2s;
    transition: .2s all ease .2s;
    display: flex;
    flex-wrap: wrap;
    width: 100%;
}

.table-coins tbody .name .name-wrapper .title .hide-mobile {
    color: #8f9698 !important;
}

.table-coins tbody .name .name-wrapper:hover img {
    -webkit-filter: grayscale(0);
    filter: grayscale(0)
}

.table-coins tbody .name .name-wrapper:hover .title {
    color: #f7102b
}

.table-coins tbody .price {
    color: #09c
}

.table-coins tbody .circ-supp span {
    color: #9ea5a8
}

@media (min-width: 768px) and (max-width: 991.98px) {
    .table-coins tr td {
        height: 73px
    }

    .table-coins_left {
        width: 35%;
        position: absolute;
        left: 0;
        top: 0;
        background: #fff
    }

    .table-coins_right {
        overflow-y: auto;
        width: 100%;
        padding-left: 35%
    }

    .table-coins_right .table-coins {
        width: 700px
    }
}

@media (min-width: 576px) and (max-width: 767.98px) {
    .table-coins {
        font-size: 12px
    }

    .table-coins thead th {
        font-size: 11px
    }

    .table-coins tr td {
        height: 93px
    }

    .table-coins tbody .name a {
        display: block
    }

    .table-coins tbody .name a figure {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: start;
        -ms-flex-pack: start;
        justify-content: flex-start;
        width: auto
    }

    .table-coins tbody .name a figure img {
        width: 25px;
        margin-right: 5px
    }

    .table-coins tbody .name a figure figcaption {
        font-weight: 800;
        color: #8f9698
    }

    .table-coins_left {
        width: 170px;
        position: absolute;
        left: 0;
        top: 0;
        background: #fff;
        border-right: 1px solid #e6e6e6
    }

    .table-coins_right {
        overflow-y: auto;
        width: 100%;
        padding-left: 145px
    }

    .table-coins_right .table-coins {
        width: 500px
    }

    .table-coins_right .table-coins .market-cap {
        padding-left: 25px
    }
}

@media (max-width: 575.98px) {
    .table-coins {
        font-size: 12px
    }

    .table-coins thead th {
        font-size: 11px
    }

    .table-coins tr {
        max-height: 93px
    }

    .table-coins tr .rank {
        padding-right: 5px
    }

    .table-coins tr .name {
        max-width: 95px
    }

    .table-coins tr td {
        height: 78px;
        max-height: 93px
    }

    .table-coins tbody .rank {
        font-size: 13px
    }

    .table-coins tbody .name a {
        display: block;
        position: relative;
        width: 110px
    }

    .table-coins tbody .name a figure {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: start;
        -ms-flex-pack: start;
        justify-content: flex-start;
        width: auto
    }

    .table-coins tbody .name a figure img {
        width: 25px;
        margin-right: 5px
    }

    .table-coins tbody .name a figure figcaption {
        font-weight: 800;
        color: #8f9698
    }

    .table-coins tbody .name a .title {
        white-space: nowrap;
        font-size: 13px;
        width: 100%
    }

    .table-coins tbody .name a .title .hide-mobile {
        display: none !important
    }

    .table-coins tbody .name a:after {
        content: '';
        position: absolute;
        right: 0;
        top: 0;
        height: 100%;
        width: 53px;
        pointer-events: none;
        background: -webkit-gradient(linear, left top, right top, from(rgba(255, 255, 255, 0)), color-stop(1%, rgba(255, 255, 255, 0.01)), color-stop(25%, rgba(255, 255, 255, 0.01)), color-stop(44%, rgba(255, 255, 255, 0.55)), color-stop(64%, rgba(255, 255, 255, 0.81)), color-stop(74%, white), color-stop(99%, white));
        background: linear-gradient(to right, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.01) 1%, rgba(255, 255, 255, 0.01) 25%, rgba(255, 255, 255, 0.55) 44%, rgba(255, 255, 255, 0.81) 64%, white 74%, white 99%)
    }

    .table-coins_left {
        width: 150px;
        position: absolute;
        left: 0;
        top: 0;
        overflow: hidden;
        background: #fff;
        border-right: 1px solid #e6e6e6
    }

    .table-coins_right {
        overflow-y: auto;
        width: 100%;
        padding-left: 145px
    }

    .table-coins_right .table-coins {
        width: 500px
    }

    .table-coins_right .table-coins .market-cap {
        padding-left: 25px
    }
}

.table-coins .title__inner {
    display: inline-block;
    max-width: 180px;
    padding-right: 5%;
    overflow: hidden;
    mask-image: linear-gradient(to right, black 90%, transparent 98%);
}

.table-coin-date {
    flex-shrink: 0;
    text-align: center;
    width: 550px;
    border: 1px solid #ced4d7
}

.table-coin-date .title {
    color: #8f9698;
    font-weight: 600;
    display: block
}

.table-coin-date .value {
    color: #fff
}

.table-coin-date_top {
    padding: 15px 20px;
    border-bottom: 1px solid #ced4d7
}

.top-coins .table-coins_left {
    width: 293px;
    position: absolute;
    left: 0;
    top: 0;
    background: #fff
}

.top-coins .table-coins_right {
    overflow: auto;
    width: 100%;
    padding-left: 293px;
}

.top-coins .table-coins_right .table-coins {
    width: 100%;
}

.top-coins .table-coins thead th,
.top-coins .table-coins tr td {
    text-align: left;
}

.header-content-title-price {
    font-size: 24px;
    line-height: 19px;
    font-weight: 800;
    margin-bottom: 12px;
    color: #fff
}

.table-coin-date_top .title {
    margin-right: 18px;
    display: inline-block;
    margin-bottom: 0
}

.table-coin-date_top span {
    margin-right: 9px
}

.table-coin-date_top .value-down {
    font-weight: 600
}

.table-coin-date_top .value-up {
    font-weight: 600
}

.table-coin-date_body, .table-coin-date_bottom {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
}

.table-coin-date_body p, .table-coin-date_bottom p {
    margin-bottom: 0
}

.table-coin-date_body {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding: 9px 19px
}

.table-coin-date_body section {
    padding: 0 7px
}

.table-coin-date_body section:first-child {
    padding-left: 0
}

.table-coin-date_body section:last-child {
    padding-right: 0
}

.table-coin-date_body section .title {
    display: block;
    margin-bottom: 3px
}

.table-coin-date_body section .value {
    font-size: 14px
}

.table-coin-date_bottom {
    border-bottom: 1px solid #ced4d7
}

.table-coin-date_bottom section {
    width: 25%;
    padding: 12px 18px;
    border-right: 1px solid #ced4d7
}

.table-coin-date_bottom section:last-child {
    border-right: none
}

.table-coin-date_bottom section p {
    display: inline-block;
    margin-right: 8px
}

.table-coin-date_bottom section p.wrapp-value {
    line-height: 1;
    display: block;
    margin-right: 0
}

.table-coin-date_bottom section .value-down {
    font-weight: 600
}

.table-coin-date_bottom section .value-up {
    font-weight: 600
}

@media (max-width: 1199px) {
    .table-coin-date {
        width: 450px
    }
}

@media (min-width: 768px) and (max-width: 991.98px) {
    .table-coin-date {
        width: 100%;
        margin: 0 auto 20px
    }

    .table-coin-date .title {
        display: block
    }

    .table-coin-date_top {
        padding: 10px 10px 14px 21px
    }

    .header-content-title-price {
        margin-bottom: 0;
        margin-right: 17px
    }

    .table-coin-date_top .title {
        margin-right: 8px
    }

    .table-coin-date_top span {
        margin-right: 7px
    }

    .table-coin-date_body {
        padding: 9px 34px
    }

    .table-coin-date_body section:last-child {
        padding-left: 27px
    }
}

@media screen and (max-width: 768px) {
    .table-coins tbody .name .name-wrapper .title {
        display: none;
    }
}

@media (min-width: 576px) and (max-width: 767.98px) {

    .table-coin-date {
        width: 100%
    }

    .table-coin-date .title {
        display: block
    }
}

@media (max-width: 575.98px) {
    .table-coin-date {
        width: 100%
    }

    .table-coin-date .title {
        display: block
    }

    .table-coin-date_top {
        display: block;
        padding: 13px 10px 9px 21px
    }

    .header-content-title-price {
        text-align: center;
        margin-right: 0
    }

    .table-coin-date_top section {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center
    }

    .table-coin-date_top .title {
        font-size: 14px;
        margin-right: 20px
    }

    .table-coin-date_top span {
        margin-right: 7px
    }

    .table-coin-date_body {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        padding: 9px 0 3px
    }

    .table-coin-date_body section {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        width: 100%;
        padding-right: 0;
        padding-left: 0;
        margin-bottom: 4px
    }

    .table-coin-date_body section:last-child {
        padding-left: 0
    }

    .table-coin-date_body section .title, .table-coin-date_body section .value {
        -ms-flex-negative: 0;
        flex-shrink: 0;
        font-size: 14px;
        width: 50%
    }

    .table-coin-date_body section .title {
        text-align: right;
        padding-right: 12px
    }

    .table-coin-date_body section .value {
        padding-left: 12px;
        text-align: left
    }

    .table-coin-date_bottom section {
        text-align: center;
        padding: 12px 0
    }
}

.wrapp_table-events {
    margin-bottom: 40px
}

.table-events {
    margin-bottom: 22px
}

.table-events #event-content {
    position: relative
}

.table-events #event-content #load {
    display: block !important;
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    right: 0;
    background: #fff
}

.table-events .wrapp {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    border-bottom: 1px solid #e6e6e6
}

.table-events .wrapp section {
    padding-right: 15px
}

.table-events .wrapp section.date {
    width: 18%
}

.table-events .wrapp section.event {
    width: 50%
}

.table-events .wrapp section.location {
    width: 32%;
    padding-right: 0
}

.table-events .wrapp.top {
    padding-bottom: 15px;
    margin-bottom: 25px
}

.table-events .wrapp.top section {
    text-transform: uppercase;
    color: #8f9698;
    font-size: 12px;
    font-weight: 700
}

.table-events .wrapp.body {
    padding-bottom: 13px;
    margin-bottom: 15px
}

.table-events .wrapp.body section {
    line-height: 24px
}

.table-events .wrapp.body section.location i {
    color: #8f9698;
    font-size: 12px;
    margin-right: 5px
}

.table-events_filter {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin-bottom: 40px
}

.table-events_filter .js-options a {
    display: block
}

.table-events_bottom .js-slide-choose {
    margin: 0 auto
}

@media (min-width: 768px) and (max-width: 991.98px) {
    .table-events .wrapp section.date {
        width: 20%
    }

    .table-events .wrapp section.event {
        width: 52%;
        padding-right: 30px
    }

    .table-events .wrapp section.location {
        width: 28%
    }

    .table-events .wrapp.body section {
        font-size: 14px
    }
}

@media (min-width: 576px) and (max-width: 767.98px) {
    .table-events_filter {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap
    }

    .table-events_filter .js-dropdown {
        width: 100%;
        margin-bottom: 20px
    }

    .table-events_filter .js-slide-choose {
        width: 300px;
        padding: 12px 25px 11px
    }

    .table-events_filter .js-slide-choose > .js-slide-choose_body {
        text-align: center;
        width: 100%
    }

    .table-events_filter .js-slide-choose > .js-slide-choose_body > div {
        width: 100%
    }

    .table-events_filter > button {
        width: 190px
    }

    .table-events .wrapp {
        -webkit-box-align: start;
        -ms-flex-align: start;
        align-items: flex-start
    }

    .table-events .wrapp section.date {
        width: 30%
    }

    .table-events .wrapp section.event, .table-events .wrapp section.location {
        width: 60%;
        padding-right: 30px
    }

    .table-events .wrapp section.location {
        margin-left: 40%
    }

    .table-events .wrapp.body section {
        font-size: 14px
    }

    .table-events .wrapp.body section.event {
        margin-bottom: 10px
    }
}

@media (max-width: 575.98px) {
    .table-events_filter {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap
    }

    .table-events_filter .js-dropdown {
        font-size: 13px;
        width: 100%;
        margin-bottom: 10px;
        padding: 9px 13px
    }

    .table-events_filter .js-dropdown > i {
        top: 13px
    }

    .table-events_filter .js-slide-choose {
        width: 65%;
        height: 40px;
        padding: 10px 25px
    }

    .table-events_filter .js-slide-choose > .js-slide-choose_body {
        text-align: center;
        width: 100%
    }

    .table-events_filter .js-slide-choose > .js-slide-choose_body > div {
        font-size: 13px;
        width: 100%
    }

    .table-events_filter .js-slide-choose button.prev, .table-events_filter .js-slide-choose button.next {
        top: 9px
    }

    .table-events_filter .js-slide-choose button.prev {
        left: 5px
    }

    .table-events_filter .js-slide-choose button.next {
        right: 5px
    }

    .table-events_filter > button {
        font-weight: 600;
        font-size: 13px;
        width: 31%;
        padding: 10px 0
    }

    .table-events .wrapp {
        -webkit-box-align: start;
        -ms-flex-align: start;
        align-items: flex-start
    }

    .table-events .wrapp section.date {
        width: 38%
    }

    .table-events .wrapp section.event, .table-events .wrapp section.location {
        width: 62%;
        padding-right: 0
    }

    .table-events .wrapp section.location {
        margin-left: 38%
    }

    .table-events .wrapp.body section {
        font-size: 13px;
        line-height: 20px
    }

    .table-events .wrapp.body section.event {
        margin-bottom: 10px
    }
}

.table-content_little {
    text-align: center;
    width: 485px;
    margin-top: 30px;
    border: 2px solid #e6e6e6
}

.table-content_little tr td:first-child {
    width: 250px
}

.table-content_little tr td:last-child {
    width: 180px
}

.table-content_little thead {
    color: #8f9698;
    font-size: 12px;
    text-transform: uppercase;
    background: #e6e6e6
}

.table-content_little thead tr td {
    padding: 7px 0
}

.table-content_little tbody tr {
    width: 100%
}

.table-content_little tbody tr:first-child td {
    padding-top: 20px
}

.table-content_little tbody tr:last-child td {
    padding-bottom: 20px
}

.table-content_little tbody tr:last-child td:after {
    display: none
}

.table-content_little tbody tr td {
    position: relative;
    padding: 7px 0
}

.table-content_little tbody tr td:after {
    content: '';
    position: absolute;
    height: 1px;
    bottom: 0;
    background: #e6e6e6
}

.table-content_little tbody tr td:first-child {
    padding-left: 20px;
    border-right: 1px solid #e6e6e6
}

.table-content_little tbody tr td:first-child:after {
    right: 0;
    width: 255px
}

.table-content_little tbody tr td:last-child {
    padding-right: 20px
}

.table-content_little tbody tr td:last-child:after {
    left: 0;
    width: 175px
}

@media (min-width: 768px) and (max-width: 991.98px) {
    .table-content_little {
        margin-left: auto;
        margin-right: auto
    }
}

@media (max-width: 575.98px) {
    .table-content_little {
        width: 100%
    }

    .table-content_little tr td:first-child, .table-content_little tr td:last-child {
        width: 50%
    }

    .table-content_little tbody tr td:first-child, .table-content_little tbody tr td:last-child {
        padding-left: 0;
        padding-right: 0
    }

    .table-content_little tbody tr td:first-child:after, .table-content_little tbody tr td:last-child:after {
        width: 93%
    }
}

.content table {
    margin-bottom: 30px
}

.content table tr td {
    line-height: 22px;
    padding: 5px 10px
}

.content table thead tr td {
    color: #fff;
    text-transform: uppercase;
    font-weight: 800;
    background: #142025
}

.content table tbody tr:nth-child(even) td {
    background: #f1eded
}

.content table tbody tr td {
    border-bottom: 1px solid #dad9d9
}

.main-page .header-left h1 {
    margin-bottom: 0
}

.main-page .main-organizations {
    margin: 50px 0
}

@media (min-width: 576px) and (max-width: 767.98px) {
    .main-page .main-organizations {
        margin-top: 0;
        margin-bottom: 70px
    }

    .main-page aside.aside .wrapp_tab-aside {
        margin-bottom: 20px
    }
}

.post-page #cookie-notice.cookie-notice-visible.cn-effect-fade, .post-page #cookie-notice.cookie-revoke-visible.cn-effect-fade {
    bottom: 43px
}

.single-article_intro_wrapp {
    margin-bottom: 30px
}

.single-article .alm-btn-wrap {
    margin-bottom: 85px
}

.single-article .post-infographic .content img {
    display: block;
    margin: 0 auto
}

.single-article_intro .news-autor a {
    color: #f7102b
}

.single-article_intro .news-autor_info {
    color: #8f9698;
    font-weight: 600;
    font-size: 15px;
    line-height: 23px
}

.single-article_intro .news-autor_info a {
    text-transform: uppercase
}

.single-article_intro p {
    font-size: 16px;
    font-weight: 800;
    margin-bottom: 17px
}

.single-article_main-img {
    position: relative;
    margin-bottom: 18px
}

.single-article_main-img.no-loaded {
    height: 300px
}

.single-article_main-img img {
    width: 100%;
    height: auto
}

.single-article_main-img:after {
    content: '';
    display: block;
    position: absolute;
    z-index: 1;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: -webkit-gradient(linear, left top, left bottom, color-stop(7%, rgba(246, 246, 246, 0)), color-stop(83%, rgba(45, 45, 45, 0)), to(rgba(0, 0, 0, 0.6)));
    background: linear-gradient(to bottom, rgba(246, 246, 246, 0) 7%, rgba(45, 45, 45, 0) 83%, rgba(0, 0, 0, 0.6) 100%)
}

.single-article_main-img figcaption {
    color: #fff;
    font-weight: 400;
    font-style: italic;
    line-height: 24px;
    padding: 15px 20px;
    position: absolute;
    z-index: 2;
    left: 0;
    bottom: 0
}

.single-article_main-video iframe {
    width: 100%;
    min-height: 435px
}

.single-article .aside-little_newsletter .newsletter-input {
    width: 100%
}

.single-article .aside-little_newsletter .newsletter-input label {
    font-size: 14px
}

.single-article .aside-little_newsletter button {
    float: none;
    width: 100%
}

.single-article aside.aside .wrapp_price-widget_table, .single-article aside.aside .aside-banner, .single-article aside.aside .wrapp_news-widget, .single-article aside.aside .events-aside, .single-article aside.aside .aside-product_wrapp {
    margin-bottom: 30px
}

.single-article aside.aside .widget-imgs {
    margin-bottom: 28px
}

.single-article aside.aside .widget-imgs.img-empty {
    margin-bottom: 0
}

.single-article .theiaStickySidebar:after {
    display: none
}

@media (min-width: 768px) and (max-width: 991.98px) {
    .single-article .alm-btn-wrap {
        margin-bottom: 90px
    }

    .single-article aside.aside .wrapp_tab-aside, .single-article aside.aside .aside-product_wrapp {
        width: 100%
    }

    .single-article aside.aside .events-aside {
        width: 100%;
        margin-bottom: 0
    }

    .single-article aside.aside .events-aside .events {
        width: 350px;
        max-height: 220px;
        padding: 0;
        overflow: hidden
    }

    .single-article aside.aside .events-aside .events:nth-of-type(1) {
        float: left
    }

    .single-article aside.aside .events-aside .events:nth-of-type(2) {
        float: right
    }

    .single-article aside.aside .events-aside .events:nth-of-type(3) {
        display: none
    }

    .single-article aside.aside .events-aside .wrapp_view-all {
        clear: both
    }

    .single-article aside.aside .news-widget .body article {
        width: 100%
    }

    .single-article .banner_in-content {
        width: 50%;
        float: left;
        padding: 20px 5px 0
    }

    .single-article .banner_in-content img {
        max-width: 100%
    }

    .single-article .wrapp_main-conteiner .container .row > .col-lg-4 {
        display: none
    }

    .single-article aside.aside {
        display: none
    }
}

@media (min-width: 576px) and (max-width: 767.98px) {
    .single-article .alm-btn-wrap {
        margin-bottom: 90px
    }

    .single-article .events-aside {
        width: 100%;
        margin-bottom: 0
    }

    .single-article .events-aside .events {
        width: 260px;
        max-height: 220px;
        padding: 0;
        overflow: hidden
    }

    .single-article .events-aside .events:nth-of-type(1) {
        float: left
    }

    .single-article .events-aside .events:nth-of-type(2) {
        float: right
    }

    .single-article .events-aside .events:nth-of-type(3) {
        display: none
    }

    .single-article .events-aside .events > a img {
        max-width: 100%
    }

    .single-article .events-aside .wrapp_view-all {
        clear: both
    }

    .single-article .aside-little_newsletter {
        width: 100%;
        padding-top: 20px
    }

    .single-article .aside-little_newsletter section {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        align-items: center;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between
    }

    .single-article .aside-little_newsletter section .ml-form-formContent, .single-article .aside-little_newsletter section .ml-form-embedSubmit {
        width: 48%
    }

    .single-article .aside-little_newsletter section .ml-form-formContent {
        margin-bottom: 0
    }

    .single-article .aside-little_newsletter section .newsletter-input {
        margin-bottom: 0;
        width: 100%
    }

    .single-article .aside-little_newsletter section button {
        width: 100%
    }

    .single-article .banner_in-content {
        width: 50%;
        float: left;
        padding: 20px 5px 0
    }

    .single-article .banner_in-content img {
        max-width: 100%
    }

    .single-article .wrapp_main-conteiner .container .row > .col-lg-4 {
        display: none
    }

    .single-article aside.aside {
        display: none
    }
}

@media (max-width: 575.98px) {
    .single-article .alm-btn-wrap {
        margin-bottom: 90px
    }

    .single-article_intro p {
        font-size: 16px;
        line-height: 24px
    }

    .single-article_main-img figcaption {
        font-size: 13px;
        white-space: nowrap;
        text-overflow: ellipsis;
        width: 100%;
        overflow: hidden
    }

    .single-article_main-img figcaption br {
        display: none
    }

    .single-article .events-aside {
        margin-bottom: 20px
    }

    .single-article .events-aside .events > a img {
        width: 100%
    }

    .single-article .aside-little_newsletter .title-grey.little {
        border-bottom: none;
        padding-bottom: 0
    }

    .single-article .wrapp_main-conteiner .container .row > .col-lg-4 {
        display: none
    }

    .single-article aside.aside {
        display: none
    }
}

.single-article .press-release .single-article_main-img:after {
    display: none
}

.company-categorys {
    margin-bottom: 40px
}

@media (max-width: 575.98px) {
    .company-categorys {
        margin-bottom: 30px
    }
}

.company-page .wrapp-content .content-news {
    margin-bottom: 55px
}

.company-page .wrapp-content .main-organizations ul li .title {
    font-size: 16px;
    line-height: 20px;
    margin-bottom: 6px
}

.company-page .wrapp-content .content-team {
    padding-top: 20px;
    margin-bottom: 30px
}

.company-page .content p {
    margin-bottom: 24px
}

.company-page .main-bottom {
    margin-bottom: 65px
}

@media (min-width: 768px) and (max-width: 991.98px) {
    .company-page aside.aside > * {
        width: 100%
    }
}

@media (min-width: 768px) and (max-width: 991.98px) {
    .company-page.single .content-services {
        margin-bottom: 50px
    }

    .company-page.single .main-organizations {
        margin-bottom: 0
    }

    .company-page.single .content-team {
        margin-bottom: 30px
    }

    .company-page.single .wrapp_aside-contact {
        margin-bottom: 30px
    }
}

.ico-index .header-content h1, .sto-index .header-content h1 {
    color: #fff;
    font-size: 32px;
    line-height: 36px;
    font-weight: 800;
    margin-bottom: 17px
}

.ico-index .wrapp_widget-imgs.widget-imgs_content .app_widget-imgs, .sto-index .wrapp_widget-imgs.widget-imgs_content .app_widget-imgs {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start
}

.ico-index_bottom, .sto-index_bottom {
    margin-bottom: 20px
}

.ico-index_bottom .wrapp_view-all, .sto-index_bottom .wrapp_view-all {
    margin-top: 20px
}

.ico-index_bottom-widget, .sto-index_bottom-widget {
    margin-bottom: 40px
}

@media (min-width: 576px) and (max-width: 767.98px) {
    .ico-index .app-content, .sto-index .app-content {
        margin-bottom: 10px
    }

    .ico-index_bottom-widget, .sto-index_bottom-widget {
        margin-bottom: 30px;
        padding-bottom: 20px;
        border-bottom: 1px solid #e6e6e6
    }
}

@media (max-width: 575.98px) {
    .ico-index_bottom-widget, .sto-index_bottom-widget {
        margin-bottom: 30px;
        padding-bottom: 20px;
        border-bottom: 1px solid #e6e6e6
    }
}

@media (min-width: 576px) and (max-width: 767.98px) {
    .sto-index .table-calendar.bottom_mobile section.body .start-date:before {
        content: 'Start Date'
    }

    .sto-index .table-calendar.bottom_mobile section.body .end-date:before {
        content: 'End Date'
    }
}

@media (max-width: 575.98px) {
    .sto-index .table-calendar.bottom_mobile section.body .start-date:before {
        content: 'Start Date'
    }

    .sto-index .table-calendar.bottom_mobile section.body .end-date:before {
        content: 'End Date'
    }
}

@media (min-width: 768px) and (max-width: 991.98px) {
    .ico-single aside.aside > *, .sto-single aside.aside > * {
        width: 100%
    }
}

.organizations-index .header-content {
    background-size: cover;
    background-position: 0
}

.organizations-index .aside-little {
    padding-top: 3px
}

@media (min-width: 992px) and (max-width: 1199.98px) {
    .organizations-index .widget-imgs_content .widget-imgs {
        padding: 0 15px
    }
}

@media (min-width: 576px) and (max-width: 767.98px) {
    .organizations-index .wrapp_main-conteiner {
        padding-top: 10px
    }

    .organizations-index .header-content {
        padding: 22px 0 27px
    }

    .organizations-index .company-categorys {
        margin-bottom: 30px
    }

    .organizations-index .main-organizations {
        margin-top: 20px
    }

    .organizations-index .main-organizations ul {
        margin-bottom: 30px
    }

    .organizations-index .news-preview_bottom {
        margin-bottom: 0
    }
}

@media (max-width: 575.98px) {
    .organizations-index .wrapp_main-conteiner {
        padding-top: 10px
    }

    .organizations-index .header-content {
        padding: 22px 0 27px
    }

    .organizations-index .main-organizations {
        margin-top: 20px
    }

    .organizations-index .news-preview_bottom {
        margin-bottom: 0
    }
}

@media (min-width: 768px) and (max-width: 991.98px) {
    .coin-single aside.aside > * {
        width: 100%
    }

    .coin-single aside.aside > *.btn-gradient_border {
        padding: 11px
    }
}

@media (min-width: 576px) and (max-width: 767.98px) {
    .coins-index .header-content {
        padding-bottom: 22px
    }
}

@media (max-width: 575.98px) {
    .coins-index .header-content {
        padding-bottom: 22px
    }
}

@media (min-width: 768px) and (max-width: 991.98px) {
    .coins-index .header-content_text {
        padding-bottom: 30px
    }

    .coins-index aside.aside .wrapp_news-widget {
        width: 50% !important
    }
}

.coins-index aside.aside .wrapp_preview-texts .widget-texts {
    padding-top: 15px;
    border-top: 1px solid #e6e6e6
}

.coins-index aside.aside .wrapp_preview-texts .widget-texts:first-of-type {
    border-top: 0;
    padding-top: 0
}

@media (min-width: 768px) and (max-width: 991.98px) {
    .coins-index aside.aside .wrapp_preview-texts {
        width: 100%;
        padding-top: 30px
    }

    .coins-index aside.aside .wrapp_preview-texts .widget-imgs {
        float: left
    }

    .coins-index aside.aside .wrapp_preview-texts .widget-texts {
        width: 50%;
        padding-left: 20px;
        float: right;
        border-top: 0;
        padding-top: 0
    }
}

.coin-index .header-content_info-body .info .header-content_title {
    margin-bottom: 10px
}

.coin-index .header-content_info-body .info figure {
    -webkit-transform: translateY(-18px);
    transform: translateY(-18px)
}

.coin-single-page .header-content_info .info {
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    width: 100%
}

.coin-single-page .header-content_info .info figure {
    width: 64px;
    height: 64px;
    margin-right: 30px;
    -webkit-box-shadow: none;
    box-shadow: none;
    background: #fff
}

.coin-single-page .tab-nav li {
    padding: 15px 35px
}

@media (max-width: 1199px) {
    .coin-single-page .header-content_info .bg-image {
        object-fit: cover;
        height: 100%
    }
}

@media (min-width: 768px) and (max-width: 991.98px) {
    .coin-single-page .coin-aside-content {
        width: 100%;
        display: block
    }

    .coin-single-page .header-content_info {
        padding-bottom: 0
    }

    .coin-single-page .header-content_info .info figure {
        margin: 0 auto 15px
    }

    .coin-single-page aside.aside {
        margin-bottom: 40px
    }

    .coin-single-page aside.aside > * {
        width: 100%
    }
}

@media (min-width: 576px) and (max-width: 767.98px) {
    .coin-single-page .coin-aside-content {
        width: 100%;
        display: block
    }

    .coin-single-page .header-content_info .top {
        margin-bottom: 45px
    }

    .coin-single-page .header-content_info .top .breadcrumbs {
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        width: 100%
    }

    .coin-single-page .header-content_info .top .social {
        bottom: -37px
    }

    .coin-single-page .header-content_info .info figure {
        margin: 0 auto 15px
    }

    .coin-single-page .wrapp_header-nav {
        padding-top: 0
    }

    .coin-single-page .tab-nav li {
        padding: 15px
    }

    .coin-single-page aside.aside {
        margin-bottom: 20px
    }
}

@media (max-width: 575.98px) {
    .coin-single-page .header-content_info .bg-image {
        height: auto
    }

    .coin-single-page .header-content_info .info section {
        padding-right: 0
    }

    .coin-single-page .header-content-title-wrapper {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column
    }

    .coin-single-page .coin-aside-content {
        width: 100%;
        display: block
    }

    .coin-single-page .aside-border-grid-widget.border-grid.two li a.block {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center
    }

    .coin-single-page .aside-border-grid-widget.border-grid.two li a.block i {
        margin-right: 20px;
        margin-bottom: 0
    }

    .coin-single-page .header-content_info {
        padding: 20px 0 65px
    }

    .coin-single-page .header-content_info .top .breadcrumbs {
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        width: 100%
    }

    .coin-single-page .header-content_info .top .social {
        bottom: -48px
    }

    .coin-single-page .header-content_info .info figure {
        margin: 0 auto 15px
    }

    .coin-single-page .wrapp_header-nav {
        padding-top: 0
    }

    .coin-single-page .tab-nav li {
        padding: 15px
    }

    .coin-single-page aside.aside {
        margin-bottom: 20px
    }
}

@media (min-width: 768px) and (max-width: 991.98px) {
    .events-single-page .content-team {
        margin-bottom: 30px
    }

    .events-single-page .aside-border-grid-widget.four .border-grid-widget li {
        width: 25%
    }

    .events-single-page .aside-border-grid-widget.four .border-grid-widget li:nth-child(4n) {
        border-right: none
    }

    .events-single-page .aside-border-grid-widget.four .border-grid-widget li:nth-child(6n) {
        border-right: 1px solid #e6e6e6
    }

    .events-single-page .wrapp_aside-location {
        width: 100%
    }

    .events-single-page .aside-location .map {
        height: 230px;
        overflow: hidden
    }
}

@media (min-width: 576px) and (max-width: 767.98px) {
    .events-single-page .app-content {
        padding-bottom: 10px
    }
}

@media (max-width: 575.98px) {
    .events-single-page .content {
        margin-bottom: 40px
    }

    .events-single-page .wrapp_aside-contact {
        margin-bottom: 30px
    }
}

.ieo-index .wrapp_category-nav {
    padding-right: 55px
}

.ieo-index .wrapp_category-nav .title-grey.little {
    width: 100%
}

@media (max-width: 575.98px) {
    .ieo-index .table-calendar.bottom_mobile section.body .start-date:before {
        content: 'STATUS'
    }

    .ieo-index .table-calendar.bottom_mobile section.body .end-date {
        padding-left: 0
    }

    .ieo-index .table-calendar.bottom_mobile section.body .end-date span {
        left: 0
    }
}

.ieo-index_bottom-widget > section {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin: 0 -15px
}

.ieo-index_bottom-widget > section .widget-texts {
    width: 33.3333%;
    padding: 0 15px
}

@media (min-width: 768px) and (max-width: 991.98px) {
    .ieo-index_bottom-widget > section {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column
    }

    .ieo-index_bottom-widget > section .widget-texts {
        width: 100%
    }
}

@media (min-width: 576px) and (max-width: 767.98px) {
    .ieo-index_bottom-widget > section {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column
    }

    .ieo-index_bottom-widget > section .widget-texts {
        width: 100%
    }

    .ieo-index_bottom-widget .wrapp_view-all {
        margin-bottom: 30px
    }
}

@media (max-width: 575.98px) {
    .ieo-index_bottom-widget > section {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column
    }

    .ieo-index_bottom-widget > section .widget-texts {
        width: 100%
    }

    .ieo-index_bottom-widget .wrapp_view-all {
        margin-bottom: 30px
    }
}

.terms-conditions .border-conditions {
    padding-left: 30px;
    margin-bottom: 20px;
    border-left: 1px solid #e6e6e6
}

.terms-conditions .content {
    margin-bottom: 30px
}

.terms-conditions .content ul, .terms-conditions .content ol {
    padding-left: 0
}

.terms-conditions .content ul li, .terms-conditions .content ol li {
    padding-left: 0
}

.terms-conditions .content ul li:before, .terms-conditions .content ol li:before {
    display: none
}

.terms-conditions aside {
    padding-right: 40px
}

@media (min-width: 768px) and (max-width: 991.98px) {
    .terms-conditions .border-conditions {
        padding-left: 15px;
        border-left: none
    }

    .terms-conditions aside {
        padding-right: 0
    }
}

@media (min-width: 576px) and (max-width: 767.98px) {
    .terms-conditions .border-conditions {
        padding-left: 15px;
        border-left: none
    }

    .terms-conditions aside {
        padding-right: 0
    }
}

@media (max-width: 575.98px) {
    .terms-conditions .border-conditions {
        padding-left: 15px;
        border-left: none
    }

    .terms-conditions aside {
        padding-right: 0
    }
}

.ieo-single .header-content_info {
    background: url(../images/ieo_single_page-bg.png) no-repeat
}

@media (min-width: 768px) and (max-width: 991.98px) {
    .ieo-single .header-content_info {
        background-size: cover;
        background-position: top center
    }
}

@media (min-width: 576px) and (max-width: 767.98px) {
    .ieo-single .content {
        margin-bottom: 35px
    }

    .ieo-single .header-content_info {
        padding-bottom: 50px;
        background-size: cover;
        background-position: top right
    }

    .ieo-single .header-content_info .top .social {
        bottom: -25px
    }

    .ieo-single .header-content_info .info {
        margin-bottom: 25px
    }
}

@media (max-width: 575.98px) {
    .ieo-single .content {
        margin-bottom: 35px
    }

    .ieo-single .header-content_info {
        padding-bottom: 50px;
        background-size: cover;
        background-position: top right
    }

    .ieo-single .header-content_info .top .social {
        bottom: -25px
    }

    .ieo-single .header-content_info .info {
        margin-bottom: 25px
    }
}

.person-single .header-content .header-content_title {
    margin-bottom: 5px
}

.person-single .header-content .meta-tags a {
    color: rgba(255, 255, 255, .7)
}

.person-single .header-content_info figure img {
    display: inline-block;
    position: relative;
    left: 50%;
    top: 50%;
    border-radius: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%)
}

.person-single .border-grid-table > div ul {
    border-bottom: none
}

.person-single .border-grid-table > div ul li span {
    width: 150px
}

.person-single aside.aside .wrapp_preview-texts > .wrapp_widget-texts {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
}

.person-single aside.aside .wrapp_preview-texts > .wrapp_widget-texts .widget-texts {
    width: 50%
}

.person-single aside.aside .wrapp_preview-texts > .wrapp_widget-texts .widget-texts:nth-child(odd) {
    padding-right: 15px
}

.person-single aside.aside .wrapp_preview-texts > .wrapp_widget-texts .widget-texts:nth-child(even) {
    padding-left: 15px
}

@media (min-width: 768px) and (max-width: 991.98px) {
    .person-single .header-content {
        background-size: cover
    }

    .person-single .header-content_info {
        padding-bottom: 15px
    }

    .person-single .header-content_info .top {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        ustify-content: space-between;
        text-align: left
    }

    .person-single .header-content_info .top .social {
        position: static;
        -webkit-transform: translateX(0);
        transform: translateX(0)
    }

    .person-single .header-content_info-body {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row;
        -webkit-box-pack: start;
        -ms-flex-pack: start;
        justify-content: flex-start;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center
    }

    .person-single .header-content_info-body .info {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row;
        -webkit-box-pack: start;
        -ms-flex-pack: start;
        justify-content: flex-start;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        text-align: left;
        margin-bottom: 0
    }

    .person-single .header-content_info-body .info figure {
        margin-right: 45px
    }

    .person-single .border-grid-table:last-of-type {
        border: none
    }
}

@media (min-width: 576px) and (max-width: 767.98px) {
    .person-single .header-content {
        background-size: cover
    }

    .person-single .header-content_info .info section {
        padding-right: 0
    }

    .person-single .header-content_info .info section .meta-tags {
        padding-left: 0
    }

    .person-single .border-grid-table:last-of-type {
        border: none
    }

    .person-single aside.aside .wrapp_preview-texts > .wrapp_widget-texts {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap
    }

    .person-single aside.aside .wrapp_preview-texts > .wrapp_widget-texts .widget-texts {
        width: 100%
    }

    .person-single aside.aside .wrapp_preview-texts > .wrapp_widget-texts .widget-texts:nth-child(odd) {
        padding-right: 0
    }

    .person-single aside.aside .wrapp_preview-texts > .wrapp_widget-texts .widget-texts:nth-child(even) {
        padding-left: 0
    }
}

@media (max-width: 575.98px) {
    .person-single .header-content_info .info figure img {
        width: 105px
    }

    .person-single .header-content_info .info section {
        padding-right: 0
    }

    .person-single .header-content_info .info section .meta-tags {
        padding-left: 0
    }

    .person-single .border-grid-table {
        border: none
    }

    .person-single .border-grid-table > div ul {
        padding: 0
    }
}

.person-single aside.aside .wrapp_preview-texts > .wrapp_widget-texts {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
}

.person-single aside.aside .wrapp_preview-texts > .wrapp_widget-texts .widget-texts {
    width: 100%
}

.person-single aside.aside .wrapp_preview-texts > .wrapp_widget-texts .widget-texts:nth-child(odd) {
    padding-right: 0
}

.person-single aside.aside .wrapp_preview-texts > .wrapp_widget-texts .widget-texts:nth-child(even) {
    padding-left: 0
}

.archives_category .news-preview section .news-preview_title a {
    font-size: 16px;
    line-height: 22px
}

.archives_category aside.aside {
    padding-right: 30px
}

.archives_category aside.aside .aside-banner {
    width: 100%
}

.archives_category aside.aside .aside-banner img {
    width: 100%
}

@media (min-width: 768px) and (max-width: 991.98px) {
    .archives_category aside.aside {
        padding-right: 0;
        display: none
    }

    .archives_category aside.aside .aside-banner {
        width: 50%
    }

    .archives_category aside.aside .news-widget {
        width: 100% !important
    }
}

@media (min-width: 576px) and (max-width: 767.98px) {
    .archives_category aside.aside {
        display: none;
        padding-right: 0
    }

    .archives_category aside.aside .aside-banner {
        width: 50%
    }
}

@media (max-width: 575.98px) {
    .archives_category aside.aside {
        padding-right: 0
    }
}

@media (min-width: 1200px) {
    .index-guides .app_widget-imgs {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between
    }
}

@media (min-width: 992px) and (max-width: 1199.98px) {
    .index-guides .app_widget-imgs {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between
    }

    .index-guides .widget-imgs {
        width: 300px
    }
}

@media (min-width: 768px) and (max-width: 991.98px) {
    .index-guides aside.aside {
        margin-left: 0 !important;
        margin-right: 0 !important
    }

    .index-guides aside.aside .aside-grouped-nav {
        width: 100% !important
    }

    .index-guides .wrapp_view-all.tablet {
        display: block
    }
}

@media (min-width: 576px) and (max-width: 767.98px) {
    .index-guides aside.aside {
        display: none
    }

    .index-guides .widget-imgs > a {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        width: 100%;
        margin-right: 0
    }

    .index-guides .widget-imgs > a figure {
        width: 130px;
        margin-right: 15px
    }

    .index-guides .widget-imgs > a figure img {
        width: 130px
    }

    .index-guides .widget-imgs > a figure.bg-shadow:after {
        display: none
    }

    .index-guides .widget-imgs .widget-imgs-cont {
        position: static;
        -webkit-transform: translateY(-3px);
        transform: translateY(-3px)
    }

    .index-guides .widget-imgs .widget-imgs-cont .title {
        color: #142025
    }

    .index-guides .widget-imgs .widget-imgs-cont .news-autor {
        display: block
    }

    .index-guides .widget-imgs .widget-imgs-cont .news-autor .autor {
        color: #8f9698
    }

    .index-guides .wrapp_view-all.tablet {
        display: block
    }
}

@media (max-width: 575.98px) {
    .index-guides aside.aside {
        display: none
    }

    .index-guides .widget-imgs > a {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        width: 100%;
        margin-right: 0
    }

    .index-guides .widget-imgs > a figure {
        width: 130px;
        margin-right: 15px
    }

    .index-guides .widget-imgs > a figure img {
        width: 130px
    }

    .index-guides .widget-imgs > a figure.bg-shadow:after {
        display: none
    }

    .index-guides .widget-imgs .widget-imgs-cont {
        position: static;
        -webkit-transform: translateY(-3px);
        transform: translateY(-3px)
    }

    .index-guides .widget-imgs .widget-imgs-cont .title {
        color: #142025
    }

    .index-guides .widget-imgs .widget-imgs-cont .news-autor {
        display: block
    }

    .index-guides .widget-imgs .widget-imgs-cont .news-autor .autor {
        color: #8f9698
    }

    .index-guides .aside-grouped-nav ul li {
        padding-left: 20px
    }

    .index-guides .wrapp_view-all.tablet {
        display: block
    }
}

.guides-categorys .aside-grouped-nav.dropdown .menu {
    padding-top: 4px
}

.guides-categorys .news-block {
    margin-bottom: 40px
}

.guides-categorys .content-news article:first-child {
    border-top: 1px solid #e6e6e6;
    padding-top: 40px
}

@media (min-width: 768px) and (max-width: 991.98px) {
    .index-guides.guides-categorys aside.aside {
        display: block
    }
}

@media (min-width: 576px) and (max-width: 767.98px) {
    .index-guides.guides-categorys aside.aside {
        display: block
    }
}

@media (max-width: 575.98px) {
    .index-guides.guides-categorys aside.aside {
        display: block
    }
}

.contact .header-content_button {
    background-image: url(images/contact-bg.png);
    background-repeat: no-repeat
}

.company_careers .header-content_button {
    background-image: url(images/about_bg.png);
    background-repeat: no-repeat
}

.guides-single .main-img img {
    width: 100%;
    height: auto
}

@media (min-width: 768px) and (max-width: 991.98px) {
    .guides-single .aside > * {
        width: 100%
    }

    .guides-single .aside-little_newsletter {
        padding-top: 45px;
        margin: 35px 15px 0;
        padding-left: 15px
    }

    .guides-single .aside-little_newsletter .newsletter-input {
        width: 50%
    }

    .guides-single .aside-little_newsletter button {
        width: 48%
    }

    .guides-single .single-article_main-img {
        margin-bottom: 50px
    }
}

@media (min-width: 576px) and (max-width: 767.98px) {
    .guides-single .single-article_main-img {
        margin-bottom: 30px
    }

    .guides-single .aside-grouped-nav {
        margin-bottom: 30px
    }
}

@media (max-width: 575.98px) {
    .guides-single .wrapp_main-conteiner {
        padding-top: 30px
    }

    .guides-single .aside-grouped-nav {
        margin-bottom: 30px
    }
}

.contact aside {
    height: 100%
}

.contact .aside-info {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin: 0;
    height: 100%;
    -webkit-transform: translate(0);
    transform: translate(0)
}

.person_index aside {
    padding-right: 80px
}

.person_index aside.aside {
    padding-right: 0
}

.person_index .main-block {
    margin-bottom: 50px
}

.person_index .widget-imgs a:hover section .title, .person_index .widget-imgs a:hover section p {
    color: #fff !important
}

@media (min-width: 768px) and (max-width: 991.98px) {
    .person_index aside {
        padding-right: 0;
        margin-bottom: 25px;
        margin-left: -15px;
        margin-right: -15px
    }
}

@media (min-width: 576px) and (max-width: 767.98px) {
    .person_index aside {
        padding-right: 0;
        margin-bottom: 25px
    }
}

@media (max-width: 575.98px) {
    .person_index aside {
        padding-right: 0;
        margin-bottom: 25px
    }
}

.archives_tag .app-content, .archives_author .app-content {
    margin-bottom: 40px
}

@media (min-width: 768px) and (max-width: 991.98px) {
    .archives_tag aside.aside .news-widget, .archives_author aside.aside .news-widget {
        width: 100%
    }
}

@media (min-width: 768px) and (max-width: 991.98px) {
    .author-page .news-widget {
        width: 100% !important
    }

    .author-page .news-widget article:nth-child(4) {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex
    }
}

@media (max-width: 575.98px) {
    .author-page .wrapp_main-conteiner {
        padding-top: 0
    }
}

.about .wrapp_header-nav {
    margin-bottom: 0;
    border-bottom: none
}

.about .header-content {
    background: url(images/about_bg.png) no-repeat center
}

.about .header-content p {
    width: 520px
}

.about .header-content .header-button {
    text-transform: uppercase;
    font-weight: 700;
    width: 200px;
    min-width: 100px
}

.about .header-content .header-button:first-child {
    color: #142025;
    margin-right: 25px;
    background: #fff
}

@media (min-width: 768px) and (max-width: 991.98px) {
    .about .app-content {
        margin-bottom: 0
    }

    .about .header-content p {
        width: 100%
    }
}

@media (min-width: 576px) and (max-width: 767.98px) {
    .about .app-content {
        margin-bottom: 0
    }
}

@media (max-width: 575.98px) {
    .about .app-content {
        margin-bottom: 0
    }

    .about .header-content p {
        width: 100%
    }

    .about .header-content .header-button:first-child {
        margin-right: 0;
        margin-bottom: 20px
    }
}

.company_advertise .app-content {
    margin-bottom: 0
}

.company_advertise .wrapp_header-nav {
    margin-bottom: 0;
    border-bottom: none
}

.company_advertise .header-content {
    background: url(images/advertise_header_bg.png) no-repeat center
}

.company_advertise .header-content .header-butto {
    text-transform: uppercase;
    font-weight: 700
}

.company_advertise .bottom-info {
    background: url(images/advertise-bottom_bg.png) no-repeat center
}

.partners .content hr {
    color: #999;
    margin: 22px 0;
    height: 1px;
    border: none;
    background: #ddd
}

.evenst-index .js-dropdown > ul > li {
    padding: 0
}

.evenst-index .js-dropdown > ul > li > a {
    padding: 12px 15px
}

.sitemap-page .content-top-menu {
    margin-bottom: 20px;
    padding-top: 20px
}

.message404-page .message404 {
    text-align: center;
    margin-bottom: 40px
}

.message404-page .message404 .title {
    font-size: 13em;
    line-height: 1.2;
    font-weight: 800;
    margin-bottom: 20px
}

.converter {
}

.converter .header-content_info .container {
    padding: 50px 15px 40px
}

.converter .header-content_info .top {
    margin-bottom: 10px;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end
}

.converter-block {
    max-width: 769px;
    margin: 0 auto
}

.converter-block .find-area {
    width: 100%;
    height: 45px;
    padding: 0 15px;
    margin-bottom: 20px;
    border: 1px solid #e6e6e6
}

.converter-block .find-area::-webkit-input-placeholder {
    color: #8f9698;
    opacity: .5
}

.converter-block .find-area::-moz-placeholder {
    color: #8f9698;
    opacity: .5
}

.converter-block .find-area:-ms-input-placeholder {
    color: #8f9698;
    opacity: .5
}

.converter-block .find-area::-ms-input-placeholder {
    color: #8f9698;
    opacity: .5
}

.converter-block .find-area::placeholder {
    color: #8f9698;
    opacity: .5
}

.converter-body {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    margin-bottom: 20px
}

.converter-body .currency_wrapp {
    width: 335px;
    position: relative
}

.converter-body .currency_wrapp .currency-title_wrapp {
    width: 100%
}

.converter-body .currency_wrapp .currency-title_wrapp .currency-title {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    width: 100%;
    padding: 10px 15px;
    margin-bottom: 5px;
    border: 1px solid #e6e6e6;
    cursor: pointer
}

.converter-body .currency_wrapp .currency-title_wrapp .currency-title i {
    color: #f7102b;
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg)
}

.converter-body .currency_wrapp .currency-title_wrapp .currency-title.open i {
    -webkit-transform: rotate(-90deg);
    transform: rotate(-90deg)
}

.converter-body .currency_wrapp .currency-title_wrapp .currency-price {
    color: #8f9698;
    font-weight: 600;
    margin-left: 5px
}

.converter-body .currency_wrapp .currency-body_wrapp {
    position: absolute;
    top: 44px;
    left: 0;
    z-index: 12;
    padding: 0 10px 5px;
    max-height: 270px;
    width: 100%;
    overflow-y: auto;
    background: #fff;
    border: 1px solid #e6e6e6;
    -webkit-box-shadow: 0 9px 24px 0 rgba(0, 0, 0, .18);
    box-shadow: 0 9px 24px 0 rgba(0, 0, 0, .18)
}

.converter-body .currency_wrapp .currency-body_wrapp .currency-body-title {
    color: #8f9698;
    font-size: 12px;
    display: block;
    padding-top: 7px
}

.converter-body .currency_wrapp .currency-body_wrapp ul li {
    margin-bottom: 3px;
    cursor: pointer
}

.converter-body .reverse {
    width: 60px;
    padding: 8px 5px 3px;
    border: none;
    background: -webkit-gradient(linear, right top, left top, from(#b7081c), to(#f7102b));
    background: linear-gradient(-90deg, #b7081c 0%, #f7102b 100%)
}

.converter-result-block {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: 100%;
    height: 70px;
    padding: 0 25px;
    background: #e6e6e6
}

.converter-result-block .share-result-price {
    font-weight: 800;
    font-size: 20px
}

.converter-result-block .share-result-social {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.converter-result-block .share-result-social > span {
    display: block;
    margin-right: 20px
}

.converter-result-block .share-result-social .social {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

.converter-result-block .share-result-social .social li {
    margin-right: 10px;
    position: relative
}

.converter-result-block .share-result-social .social li:last-child {
    margin-right: 0
}

.converter-result-block .share-result-social .social li .alert-copy {
    color: #f7102b;
    font-size: 12px;
    padding: 0 5px;
    position: absolute;
    top: -23px;
    left: -8px;
    z-index: 5
}

.converter-result-block .share-result-social .social li:hover .alert-copy {
    color: #f7102b
}

.converter-result-block .share-result-social .social li a, .converter-result-block .share-result-social .social li button {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    color: #f7102b;
    width: 30px;
    height: 30px;
    border-radius: 50%;
    border: 1px solid rgba(249, 106, 125, .6)
}

.converter-result-block .share-result-social .social li a:hover, .converter-result-block .share-result-social .social li button:hover {
    color: #fff;
    background: #f7102b
}

.converter-result-block .share-result-social .social li button {
    font-size: 13px
}

@media (min-width: 768px) and (max-width: 991.98px) {
    .converter .header-content_info .container {
        padding: 25px 0 0
    }

    .converter .header-content_info .info {
        text-align: left
    }

    .converter .header-content_info .top .social {
        left: 15px;
        -webkit-transform: translateX(0);
        transform: translateX(0)
    }

    .converter-body .reverse {
        width: 50px
    }
}

@media (min-width: 576px) and (max-width: 767.98px) {
    .converter .header-content {
        padding: 22px 0 0
    }

    .converter .header-content_info .container {
        padding: 0
    }

    .converter .header-content_info .info {
        text-align: left
    }

    .converter .header-content_info .top .social {
        left: 15px;
        -webkit-transform: translateX(0);
        transform: translateX(0)
    }

    .converter-body {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column
    }

    .converter-body .currency_wrapp {
        width: 100%
    }

    .converter-body .reverse {
        width: 100%;
        margin: 15px 0
    }

    .converter .converter-result-block {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        padding: 25px;
        height: auto
    }

    .converter .converter-result-block .share-result-price {
        margin-bottom: 15px
    }

    .converter .converter-result-block .share-result-social {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column
    }

    .converter .converter-result-block .share-result-social > span {
        margin-right: 0;
        margin-bottom: 10px
    }
}

@media (max-width: 575.98px) {
    .converter-block.top .currency-body_wrapp {
        max-height: 250px
    }

    .converter-block.top .js-secondary .currency-body_wrapp {
        max-height: 115px
    }

    .converter .header-content {
        padding: 22px 0 0
    }

    .converter .header-content_info .container {
        padding: 20px 15px 15px
    }

    .converter .header-content_info .info {
        text-align: left
    }

    .converter .header-content_info .top .social {
        left: 15px;
        -webkit-transform: translateX(0);
        transform: translateX(0)
    }

    .converter-body {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column
    }

    .converter-body .currency_wrapp {
        width: 100%
    }

    .converter-body .reverse {
        width: 100%;
        margin: 15px 0
    }

    .converter .converter-result-block {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        padding: 25px;
        height: auto
    }

    .converter .converter-result-block .share-result-price {
        margin-bottom: 15px
    }

    .converter .converter-result-block .share-result-social {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column
    }

    .converter .converter-result-block .share-result-social > span {
        margin-right: 0;
        margin-bottom: 10px
    }
}

.converter-block.top {
    position: absolute;
    top: 50px;
    right: 0;
    z-index: 5;
    width: 360px;
    height: 360px;
    padding: 13px;
    background: #fff;
    -webkit-box-shadow: 0 9px 24px 0 rgba(0, 0, 0, .18);
    box-shadow: 0 9px 24px 0 rgba(0, 0, 0, .18)
}

.converter-block.top .find-area {
    margin-bottom: 10px
}

.converter-block.top .converter-body {
    display: block;
    margin-bottom: 5px
}

.converter-block.top .converter-body .reverse {
    width: 100%;
    height: 41px;
    margin: 15px 0
}

.converter-block.top .converter-body .currency_wrapp .currency-title_wrapp .currency-title {
    margin-bottom: 0
}

.converter-block.top .converter-body .currency_wrapp .currency-title_wrapp .currency-price {
    font-size: 10px
}

.converter-block.top .converter-result-block {
    height: 45px
}

.converter-block.top .converter-result-block .share-result-price {
    text-align: center;
    width: 100%
}

.converter-block.top .converter-link {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    font-weight: 800;
    font-size: 14px;
    height: 55px
}

.converter-block.top .converter-link span {
    margin-right: 10px
}

.converter-block.top .converter-link i {
    color: #b3071b
}

@media (min-width: 576px) and (max-width: 767.98px) {
    .converter-block.top .converter-body, .converter-block.top .converter-result-block {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row
    }

    .converter-block.top .converter-body .reverse {
        margin: 0
    }
}

@media (max-width: 575.98px) {
    .converter-block.top {
        width: 100%;
        height: 372px;
        max-height: calc(100vh - 40px);
        right: auto;
        left: -15px;
        top: 35px;
        overflow-y: auto
    }

    .converter-block.top .converter-body .currency_wrapp {
        width: 100%
    }

    .converter-block.top .converter-body .reverse {
        width: 100%;
        margin: 15px 0
    }
}

.text-center {
    text-align: center
}

.text-right {
    text-align: right
}

.text-left {
    text-align: left
}

.fl-l {
    float: left
}

.fl-r {
    float: right
}

.disp-fl {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

.disp-inb {
    display: inline-block
}

.left-direction {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start
}

.right-direction {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end
}

.hover-effect, .currency-button-top, .currency-button-top svg path, .currency-button-top span, .show-search i, .header-content_info .top .breadcrumbs li a:after, .header-content_info .top .social li a i, .header-content_button .header-button, .top_main-news figure figcaption .title, .top_main_price-widget ul li .price-widget > img, .news-block .title, .news-block .three-column article .title, .subscribe .wrapp_subs-inp label, .logos-table li a:before, .logos-table li a:after, .aside-share li a, .aside-share li a i, .aside-share li .copy-link, .aside-share li .copy-link i, .tab-nav li span, .tab-nav li h2, .tab-nav li span:after, .tab-nav li h2:after, .aside-little_newsletter .newsletter-input label, .events section .title, footer.footer .footer-menu a:after, footer.footer .copyright ul li a:after, .main-menu .main-menu_block > ul > li a:after, .main-menu .main-menu_block > ul > li.has-list .plus:before, .main-menu .main-menu_block > ul > li.has-list .plus:after, .main-menu footer ul li a:after, .filter-categories ul li a, .filter-categories ul li a:after, .contact-form .wpuf-form-add.wpuf-style ul.wpuf-form .wpuf-submit .weforms_submit_btn, .contact-info-main a:after, .contact-info-blocks a:after, .company-info_main .company-social ul li a, .company-info_bottom section .btn, .bottom-info section .btn, a, .edit-link .post-edit-link:after, .link-red:after, .aside-contact li a:after, p a:after, .content a:after, .button-form, .btn-gradient, .btn-gradient:after, .btn-gradient_border, .btn-gradient_border:after, .btn-gradient_border i, .btn-gradient_border span, .wrapp_view-all .view-all, .meta-tags.top li a, .meta-tags_border li a, .meta-tags_border li a i, .js-slide-choose button, .js-dropdown.open > i, .js-dropdown > i, .js-dropdown > ul, .js-dropdown > ul > li, .wrapp_faq .faq_question .faq_plus:before, .wrapp_faq .faq_question .faq_plus:after, .person section .person-title a, .price-widget_table .item .name img, .app_widget-imgs.img-background article a:after, .widget-imgs a section .title, .border-grid-widget li a.block i, .content .meta-tags-border a, .content-person.single .person-title .icons a, .content-coins-info .chartTypeTabLinks, .content-coins-info .chartTypeTabLinks:after, .content-share ul li a, .content-share ul li .copy-link, .aside-grouped-nav.dropdown .menu > li.title > i, .aside-grouped-nav.dropdown .menu li.have-child .plus:before, .aside-grouped-nav ul li.have-child button i, .converter-body .currency_wrapp .currency-title_wrapp .currency-title i {
    -webkit-transition: all .4s ease;
    transition: all .4s ease
}

.hover-image-effect:hover, .news-preview figure a img:hover, .person figure a:hover, .person figure .widget-imgs-cont section .title a:hover, .widget-imgs-cont section .title .person figure a:hover {
    -webkit-transition: all .7s ease;
    transition: all .7s ease;
    -webkit-filter: grayscale(80%);
    filter: grayscale(80%)
}

@media (max-width: 575.98px) {
    .col {
        -ms-flex-preferred-size: auto;
        flex-basis: auto
    }
}

.border-b {
    padding-bottom: 15px;
    border-bottom: 1px solid #e6e6e6
}

.border-r {
    border-right: 1px solid #e6e6e6
}

.border-l {
    border-left: 1px solid #e6e6e6
}

.border-t {
    border-top: 1px solid #e6e6e6
}

.clearfix:after {
    content: '';
    display: block;
    clear: both
}

.bord-none {
    border: none !important
}

.bb-none {
    border-bottom: none !important
}

.header-nav_mb0 .wrapp_header-nav {
    margin-bottom: 0
}

.mb0 {
    margin-bottom: 0 !important
}

.mb10 {
    margin-bottom: 10px
}

.mb15 {
    margin-bottom: 15px
}

.mb20 {
    margin-bottom: 20px
}

.mb30 {
    margin-bottom: 30px
}

.mb40 {
    margin-bottom: 40px
}

.mb50 {
    margin-bottom: 50px
}

.mt12 {
    margin-top: 12px
}

.mt20 {
    margin-top: 20px
}

.mt30 {
    margin-top: 30px
}

.mt40 {
    margin-top: 40px
}

.mt48 {
    margin-top: 48px
}

.mt60 {
    margin-top: 60px;
}

.pt0 {
    padding-top: 0 !important
}

.pt5 {
    padding-top: 5px
}

.pt20 {
    padding-top: 20px !important
}

.pt48 {
    padding-top: 48px
}

.pr50 {
    padding-right: 50px
}

.pr80 {
    padding-right: 80px
}

.pb0 {
    padding-bottom: 0
}

.pb40 {
    padding-bottom: 40px
}

.pb20 {
    padding-bottom: 20px
}

.size75_75 {
    width: 75px;
    height: 75px
}

.decstop_pr50 {
    padding-right: 50px
}

.mobile {
    display: none
}

.mobile-block {
    display: none
}

.tablet {
    display: none
}

.show-mobile, .show-mobile-block {
    display: none
}

@media (min-width: 992px) and (max-width: 1199.98px) {
    .lg-p0 {
        padding: 0
    }
}

@media (min-width: 768px) and (max-width: 991.98px) {
    .md-flex {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex
    }

    .tablet-none {
        display: none !important
    }

    .md-mt20 {
        margin-top: 20px
    }

    .md_mb30 {
        margin-bottom: 30px
    }

    .md-mb40 {
        margin-bottom: 40px
    }

    .md-mb50 {
        margin-bottom: 50px
    }

    .md_mb0 {
        margin-bottom: 0
    }

    .p-md0 {
        padding: 0
    }

    .md-pt0 {
        padding-top: 0 !important
    }

    .md-pt20 {
        padding-top: 20px !important
    }

    .md-pt50 {
        padding-top: 50px
    }

    .md-proc100 {
        width: 100% !important
    }

    .md_bb-none {
        border-bottom: none
    }

    .tablet {
        display: inline-block
    }

    .tablet-block {
        display: block
    }

    .tablet-pr15 {
        padding-right: 15px
    }

    .tablet-pt0 {
        padding-top: 0 !important
    }

    .hide-tablet, .hide-tablet * {
        display: none !important
    }
}

@media (min-width: 576px) and (max-width: 767.98px) {
    .tablet-none {
        display: none !important
    }

    .sm-dis-none {
        display: none
    }

    .sm-mb20 {
        margin-bottom: 20px
    }

    .sm-mb50 {
        margin-bottom: 50px
    }

    .sm-mb30 {
        margin-bottom: 30px
    }

    .sm-pt0 {
        padding-top: 0 !important
    }

    .sm-pt20 {
        padding-top: 20px
    }

    .sm-pt50 {
        padding-top: 50px
    }

    .p-sm0 {
        padding: 0
    }

    .tablet {
        display: inline-block
    }

    .tablet-block {
        display: block
    }

    .tablet-pr15 {
        padding-right: 15px
    }

    .tablet-pt0 {
        padding-top: 0 !important
    }

    .mobile {
        display: inline-block
    }

    .mobile-block {
        display: block
    }

    .hide-mobile {
        display: none !important
    }

    .hide-tablet, .hide-tablet * {
        display: none !important
    }

    .show-tablet {
        display: inline-block
    }
}

@media (max-width: 575.98px) {
    .tablet-none {
        display: none !important
    }

    .show-mobile {
        display: inline-block
    }

    .show-mobile-block {
        display: block
    }

    .xs-dis-none {
        display: none
    }

    .xs-mt10 {
        margin-top: 10px
    }

    .xs-mt20 {
        margin-top: 20px
    }

    .xs_mb15 {
        margin-bottom: 15px
    }

    .xs-mb20 {
        margin-bottom: 20px
    }

    .xs-mb30 {
        margin-bottom: 30px
    }

    .xs-mb40 {
        margin-bottom: 40px
    }

    .xs-mb50 {
        margin-bottom: 50px
    }

    .xs_mb0 {
        margin-bottom: 0
    }

    .xs-pt0 {
        padding-top: 0 !important
    }

    .xs-pt20 {
        padding-top: 20px
    }

    .xs-pt50 {
        padding-top: 50px
    }

    .xs-p0 {
        padding: 0
    }

    .mobile {
        display: inline-block
    }

    .mobile-block {
        display: block
    }

    .hide-mobile {
        display: none
    }

    .tablet {
        display: inline-block
    }

    .tablet-block {
        display: block
    }

    .tablet-pr15 {
        padding-right: 15px
    }

    .tablet-pt0 {
        padding-top: 0 !important
    }

    .hide-tablet, .hide-tablet * {
        display: none !important
    }
}

.alm-btn-wrap {
    text-align: center
}

.alm-btn-wrap button {
    border: none
}

.alm-btn-wrap .alm-load-more-btn {
    font-size: 16px;
    font-weight: 800;
    text-transform: uppercase;
    display: inline-block;
    position: relative
}

.alm-btn-wrap .alm-load-more-btn.done {
    display: none
}

.alm-btn-wrap .alm-load-more-btn.loading:before {
    content: '';
    position: absolute;
    right: -28px;
    top: -1px;
    width: 18px;
    height: 18px;
    display: block;
    border: 3px solid rgba(247, 16, 43, .2);
    border-radius: 50%;
    border-top-color: #f7102b;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    -webkit-animation: load-more 1.1s infinite linear;
    animation: load-more 1.1s infinite linear
}

.loading-round {
    display: block;
    border: 4px solid rgba(247, 16, 43, .2);
    border-radius: 50%;
    border-top-color: #f7102b;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    -webkit-animation: load-more 1.1s infinite linear;
    animation: load-more 1.1s infinite linear
}

.loading-round.infinite-loading {
    display: inline-block;
    width: 40px;
    height: 40px
}

#add_feedback {
    margin: 20px 0 0;
    position: relative
}

#art_name, #art_email, #art_subject, #art_comments {
    padding: 10px 5px;
    display: inline-block;
    width: 49.548%;
    border-radius: 3px;
    border: 1px solid #ddd;
    font-size: .9em
}

#art_subject {
    width: 100%;
    margin: 5px 0
}

#art_comments {
    width: 100%
}

#add_feedback .button {
    border: none;
    padding: 10px 20px;
    color: #fff;
    font-size: 1em;
    display: inherit;
    margin: 10px 0 0;
    border-radius: 3px;
    background-color: #2f94ce
}

#add_feedback input[type=text]:focus, #add_feedback input[type=password]:focus, #add_feedback input[type=email]:focus, #add_feedback textarea:focus {
    color: #444;
    -webkit-box-shadow: 0 0 3px rgba(68, 68, 68, .2);
    box-shadow: 0 0 3px rgba(68, 68, 68, .2)
}

.error-text {
    background: #f59e9e;
    padding: 15px 0;
    text-align: center;
    color: #fff
}

.error-name, .error-email, .error-comments {
    display: inline-block;
    font-size: 11px;
    position: absolute;
    top: -30px;
    color: #fff;
    border: 1px solid red;
    padding: 5px 10px;
    line-height: 1.1;
    background: red;
    -webkit-box-shadow: 0 0 3px 0 rgba(0, 0, 0, .3);
    box-shadow: 0 0 3px 0 rgba(0, 0, 0, .3)
}

.error-name:after, .error-email:after, .error-comments:after {
    content: '';
    position: absolute;
    left: 20px;
    bottom: -10px;
    border: 5px solid transparent;
    border-top: 5px solid red
}

.error-comments {
    top: 16%;
    left: 0
}

.error-name {
    left: 0
}

.error-email {
    right: 4%
}

.message-success {
    background: rgba(0, 128, 0, .5);
    color: #fff;
    padding: 20px;
    text-align: center;
    margin: 20px auto;
    border-radius: 3px
}

#add_feedback .error {
    border: 1px solid red
}

#add_feedback .required:after {
    content: '*';
    position: absolute;
    left: 20px;
    bottom: -10px
}

#art_name:focus::-moz-placeholder, #art_name:focus:-moz-placeholder, #art_name:focus:-ms-input-placeholder, #art_email:focus::-webkit-input-placeholder, #art_email:focus::-moz-placeholder, #art_email:focus:-moz-placeholder, #art_email:focus:-ms-input-placeholder, #art_comments:focus::-webkit-input-placeholder, #art_comments:focus::-moz-placeholder, #art_comments:focus:-moz-placeholder, #art_comments:focus:-ms-input-placeholder, #art_subject:focus::-webkit-input-placeholder, #art_subject:focus::-moz-placeholder, #art_subject:focus:-moz-placeholder, #art_subject:focus:-ms-input-placeholder {
    color: transparent
}

.pagination__wrapper {
    margin-left: -41px
}

ul.alm-paging li a {
    color: #8f9698 !important;
    border: 1px solid #e6e6e6 !important;
    background: 0 0 !important;
    border-radius: 0 !important
}

.ajax-load-more-wrap.paging-red ul.alm-paging li.active a, .ajax-load-more-wrap.paging-red ul.alm-paging li a:hover {
    color: #fff !important;
    background-color: #f7102b !important
}

ul.alm-paging li a.next, ul.alm-paging li a.prev {
    position: relative !important;
    top: -2px !important
}

.cookies-refused #cookie-notice, .cookies-accepted #cookie-notice {
    display: none !important
}

#cookie-notice.cookie-notice-visible.cn-effect-fade, #cookie-notice.cookie-revoke-visible.cn-effect-fade, #cookie-notice.cookie-revoke-hidden.cn-animated {
    width: 290px;
    min-width: 290px;
    padding-bottom: 0 !important;
    bottom: 20px;
    left: auto;
    right: 20px;
    border: 1px solid #e6e6e6 !important;
    background: #f0f0f1 !important;
    -webkit-box-shadow: 0 9px 24px 0 rgba(0, 0, 0, .18);
    box-shadow: 0 9px 24px 0 rgba(0, 0, 0, .18);
    z-index: 99999999999;
}

#cn-notice-text {
    color: #2a3439 !important;
    font-size: 15px !important;
    margin-bottom: 15px
}

#cookie-notice:not(.cookie-notice-hidden) {
    background-color: rgba(20, 32, 37, .9) !important;
    display: block !important;
    padding-bottom: 17px !important;
    border-top: 5px solid #9ea5a8 !important
}

.cookie-notice-container {
    background: 0 0 !important;
    border-top: none !important
}

#cookie-notice .cookie-notice-container {
    padding: 32px 16px 20px 20px !important
}

#cookie-notice .cookie-notice-container .cn-buttons-container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    font-size: 11px;
    margin-left: 0 !important
}

#cookie-notice .cn-button {
    margin-left: 0 !important
}

#cookie-notice .cookie-notice-container #cn-accept-cookie {
    background-image: -webkit-gradient(linear, right top, left top, from(#b7081c), to(#f7102b)) !important;
    background-image: linear-gradient(-90deg, #b7081c 0%, #f7102b 100%) !important
}

#cookie-notice .cookie-notice-container #cn-more-info {
    color: #b7081c;
    margin-right: 0 !important;
    background: 0 0 !important
}

.cn-close-icon {
    top: 10px !important;
    margin-top: 0 !important;
    opacity: 1
}

.cn-close-icon:after, .cn-close-icon:before {
    height: 14px;
    width: 1px;
    background-color: #b7081c !important
}

#cookie-notice .cookie-notice-container .cn-text-container {
    text-align: left
}

#cookie-notice .cookie-notice-container .cn-button {
    font-size: 11px;
    color: #eee;
    cursor: pointer;
    font-weight: 600;
    text-decoration: none;
    text-transform: uppercase;
    display: inline-block;
    float: right;
    padding: 10px 17px;
    margin-top: 0;
    border-radius: 0;
    -webkit-transition: all ease-out .3s;
    transition: all ease-out .3s
}

#cn-refuse-cookie.cn-set-cookie.cn-button.bootstrap.button {
    position: absolute !important;
    top: 9px;
    background: 0 0 !important;
    right: 0;
    font-weight: 400 !important;
    color: #9ea5a8 !important;
    border: none;
    font-size: 47px !important;
    -webkit-box-shadow: none;
    box-shadow: none;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg)
}

#cn-refuse-cookie.cookie-notice-hidden {
    padding-bottom: 0 !important;
    border-top: none !important
}

@media (max-width: 1200px) {
    .cookie-notice-container {
        width: 100% !important
    }
}

.twitter-tweet {
    margin-left: auto !important;
    margin-right: auto !important;
    margin-bottom: 30px !important;
    overflow: visible !important
}

.wrapp_events > .row .event-item:nth-child(4), .wrapp_events > .row .event-item:nth-child(5), .wrapp_events > .row .event-item:nth-child(6) {
    display: none
}

.alm-layouts .alm-listing {
    height: auto !important
}

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

    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg)
    }
}

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

    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg)
    }
}

.table-coins_left .name img {
    max-height: 36px
}

.btn-watchlist {
    text-align: center;
    text-transform: none;
    color: #fff;
    display: block;
    padding: 10px 12px;
    transition: .2s;
    font-size: 14px;
    border: 0;
    height: 100%;
    position: relative;
    padding-right: 25px;
    margin-right: 10px;
    background: 0 0
}

.btn-watchlist:hover {
    opacity: .9
}

.btn-watchlist::before {
    content: '';
    display: block;
    width: 18px;
    height: 20px;
    position: absolute;
    right: 0;
    top: 8px;
    background: url("data:image/svg+xml,%3C%3Fxml version='1.0' encoding='iso-8859-1'%3F%3E%3C!-- Generator: Adobe Illustrator 19.0.0, SVG Export Plug-In . SVG Version: 6.00 Build 0) --%3E%3Csvg version='1.1' id='Capa_1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' x='0px' y='0px' viewBox='0 0 512 512' style='enable-background:new 0 0 512 512;' xml:space='preserve'%3E%3Cg%3E%3Cg%3E%3Cpath style='fill:%23d21d32;' d='M512,197.819l-185.933-12.228L256,9.571l-70.067,176.021L0,197.82l142.658,120.93L95.856,502.429L256,401.214 l160.144,101.215l-46.8-183.671L512,197.819z M256,365.724l-112.464,71.08l32.827-128.831L75.829,222.888l130.971-8.603 L256,90.687l49.2,123.599l131.124,8.602l-100.689,85.077l32.829,128.839L256,365.724z'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E%0A") no-repeat center/contain
}

.member-role {
    color: #8f9698
}

.btn-watchlist:after {
    content: 'Add to watchlist'
}

.btn-watchlist.active:after {
    content: 'Remove from watchlist'
}

.btn-watchlist.active::before {
    background: url("data:image/svg+xml,%3C%3Fxml version='1.0' encoding='iso-8859-1'%3F%3E%3C!-- Generator: Adobe Illustrator 18.1.1, SVG Export Plug-In . SVG Version: 6.00 Build 0) --%3E%3Csvg version='1.1' id='Capa_1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' x='0px' y='0px' viewBox='0 0 406.125 406.125' style='enable-background:new 0 0 406.125 406.125;' xml:space='preserve'%3E%3Cg%3E%3Cpath style='fill:%23e30e26;' d='M260.133,155.967c-4.487,0-9.25-3.463-10.64-7.73L205.574,13.075c-1.39-4.268-3.633-4.268-5.023,0 L156.64,148.237c-1.39,4.268-6.153,7.73-10.64,7.73H3.88c-4.487,0-5.186,2.138-1.553,4.78l114.971,83.521 c3.633,2.642,5.454,8.242,4.064,12.51L77.452,391.932c-1.39,4.268,0.431,5.592,4.064,2.951l114.971-83.521 c3.633-2.642,9.519-2.642,13.152,0l114.971,83.529c3.633,2.642,5.454,1.317,4.064-2.951l-43.911-135.154 c-1.39-4.268,0.431-9.868,4.064-12.51l114.971-83.521c3.633-2.642,2.934-4.78-1.553-4.78H260.133V155.967z'/%3E%3C/g%3E%3C/svg%3E%0A") no-repeat center/contain
}

.table-fix {
    overflow-x: auto;
    padding-bottom: 5px
}

@media (max-width: 575px) {
    .btn-watchlist {
        width: 200px;
        margin: 0 auto 10px
    }

    .header-nav_mb0 > .container > iframe {
        max-height: 38px
    }

    .single-article_main-img {
        min-height: calc(66vw - 30px)
    }
}

.fil0 {
    fill: #f7102b
}

.fil1 {
    fill: #fff
}

.fil2 {
    fill: #f7102b;
    fill-rule: nonzero
}

.tickerwidget {
    display: flex;
    border-top: 1px solid #ddd;
    border-bottom: 1px solid #ddd;
    padding: 16px 0 14px;
    margin-bottom: 16px
}

.tickerwidget + .tickerwidget {
    border-top: 0;
    margin-top: -16px
}

.tickerwidget__icon {
    flex: 0 0 38px;
    margin-right: 12px
}

.tickerwidget__icon img {
    max-width: 100%
}

.tickerwidget__data {
    font-size: 15px;
    width: 100%;
    overflow: hidden;
}

.tickerwidget__name {
    color: #142025;
    margin-bottom: 3px;
    display: flex;
    width: 100%
}

.tickerwidget__name a {
    display: flex;
    width: 100%
}

.tickerwidget__full {
    white-space: nowrap;
    max-width: 69%;
    overflow: hidden;
    position: relative;
    padding-right: 3px;
    mask-image: linear-gradient(to right, black 70%, transparent 100%);
}

/*.tickerwidget__full:after {
    content: '';
    display: block;
    background: linear-gradient(-90deg, white, transparent);
    width: 32px;
    position: absolute;
    height: 100%;
    top: 0;
    right: 0;
    bottom: 0
}
*/
.disable-fade .tickerwidget__full {
    mask-image: none;
}

.tickerwidget__symbol {
    color: #9ea5a8;
    margin-left: 6px
}

.tickerwidget__price {
    font-weight: 700;
    margin-bottom: 1px
}

@media screen and (max-width: 768px) {
    .tickerwidget {
        align-items: center;
        padding: 10px 0;
    }

    .tickerwidget__icon {
        flex: 0 0 32px;
        margin: 8px
    }

    .tickerwidget__data {
        display: flex;
        align-items: center;
        justify-content: space-between;
        gap: 10px;
        width: 100%;
    }

    .tickerwidget__name {
        margin-bottom: 0;
        max-width: 54.25%;
    }

    .tickerwidget__price {
        margin-left: auto;
        white-space: nowrap
    }

    .tickerwidget__dynamic {
        white-space: nowrap
    }
}

.author-link {
    color: inherit !important
}

.author-link:hover {
    color: #f7102b !important
}

.is-safari .wrapp_main-conteiner {
    font-family: helvetica
}

.pagination {
    justify-content: center
}

.pagination__wrapper {
    display: flex
}

.pagination__item, .page-numbers {
    flex: 1 0 32px;
    display: inline-block;
    margin: 0 2px;
    padding: 6px 8px;
    border-radius: 2px;
    color: #666;
    border: 1px solid #f1f1f1;
    text-align: center;
    background: #f7f7f7;
    text-decoration: none;
    -webkit-transition: all .15s ease;
    transition: all .15s ease;
    user-select: none;
    cursor: pointer
}

.__active, .current.page-numbers {
    background: #ed7070;
    border-color: #ed7070;
    color: #fff;
    cursor: default
}

.__active:hover, .current.page-numbers:hover {
    color: #fff
}

.awaitLoad {
    opacity: .5
}

.awaitLoad .pagination__item {
    cursor: default
}

.awaitLoad .pagination__item:hover {
    color: inherit
}

.schmi {
    color: #444;
    margin-bottom: clamp(40px, 4vw, 56px)
}

.schmi__sup {
    margin-bottom: .75em;
    display: block;
    text-transform: uppercase;
    font-size: .9em
}

.schmi__grid {
    display: grid;
    grid-template-columns: repeat( 2, minmax(0, 1fr) );
    border-bottom: 1px solid #e6e6e6
}

.schmi__item {
    border-top: 1px solid #e6e6e6;
    padding: 10px 0;
    display: flex;
    justify-content: space-between;
    gap: 24px
}

.schmi__value {
    white-space: nowrap;
    text-align: right
}

@media screen and (min-width: 768px) {
    .schmi__item:nth-of-type(even) {
        padding-left: 16px
    }

    .schmi__item:nth-of-type(odd) {
        padding-right: 16px
    }
}

@media screen and (max-width: 768px) {
    .schmi {
        font-size: 14px
    }

    .schmi__grid {
        grid-template-columns: 1fr
    }
}

.sctc {
    margin-bottom: clamp(40px, 4vw, 56px)
}

.sctc__grid {
    display: grid;
    grid-template-columns: repeat( 4, minmax(0, 1fr) );
    gap: 12px
}

.sctc__item {
    padding: 16px;
    border: 1px solid #e6e6e6;
    border-radius: .5rem;
    color: currentColor;
    display: block
}

.sctc__item:hover {
    color: currentColor;
    background: #f1f5f9
}

.sctc__icon img, .sctc__icon {
    width: 24px;
    height: 24px;
    object-fit: cover;
    border-radius: 100%;
    display: block
}

.sctc__name {
    margin: 8px 0;
    display: block
}

.sctc__sparkline {
    margin-top: 8px;
    display: block
}

@media screen and (max-width: 768px) {
    .sctc__grid {
        grid-template-columns:repeat( 3, minmax(0, 1fr) );
        gap: 10px
    }
}

@media screen and (max-width: 576px) {
    .sctc__grid {
        grid-template-columns:repeat( 2, minmax(0, 1fr) )
    }

    .sctc__item {
        padding: 12px
    }
}

.scguides {
    margin-bottom: clamp(40px, 4vw, 56px)
}

.scguides__grid {
    display: grid;
    grid-template-columns: repeat( 2, minmax(0, 1fr) );
    gap: 32px
}

.scguides__item {
    display: grid;
    grid-template-columns: minmax(0, 2.25fr) minmax(0, 1fr);
    gap: 20px
}

.scguides__heading {
    font-size: 1.0625em;
    margin-bottom: 8px
}

.scguides__snippet {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    overflow: hidden;
    margin-bottom: 8px;
    font-size: .9em
}

.scguides__image {
    overflow: hidden
}

.scguides__image img {
    max-width: 100%;
    height: auto
}

.scguides__link {
    color: #f7102b;
    font-size: .9em
}

.sclive {
    margin-bottom: clamp(40px, 4vw, 56px)
}

.sclive__content{
    line-height: 1.6;
}

@media screen and (max-width: 768px) {
    .scguides__grid {
        grid-template-columns:1fr;
        gap: 20px
    }

    .scguides__item {
        grid-template-columns: minmax(0, 2fr) minmax(0, 1fr);
        gap: 16px
    }
}

.scconverter {
    margin-bottom: clamp(40px, 4vw, 56px)
}

.scconverter__field {
    position: relative
}

.scconverter__crypto, .scconverter__fiat {
    padding: 4px 68px 4px 16px;
    width: 100%;
    display: block;
    height: 52px;
    border: 2px solid #e5e7eb;
    border-top-left-radius: .5rem;
    border-top-right-radius: .5rem;
    outline-color: #f7102b
}

.scconverter__fiat {
    border-top: 0;
    border-radius: 0;
    border-bottom-left-radius: .5rem;
    border-bottom-right-radius: .5rem
}

.scconverter__symbol {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 16px
}

.scconverter__symbol i {
    font-size: 12px;
    transform: rotate(90deg)
}

.scconverter__currencyselect {
    cursor: pointer;
    padding: 8px;
    right: 8px
}

.scconverter__select {
    position: relative
}

.scconverter__dropdown {
    background: #fff;
    position: absolute;
    overflow-y: auto;
    width: calc(100% - 4px);
    left: 2px;
    right: 2px;
    box-shadow: 0 0 11px -4px #000;
    border-radius: .5rem;
    z-index: 22;
    transition: .3s;
    visibility: hidden;
    max-height: 0;
    transform: translateY(1px)
}

.scconverter__dropdown--selected {
    background: #f1f1f1;
    pointer-events: none;
    color: #f7102b
}

.scconverter__dropdown--visible {
    max-height: 240px;
    visibility: visible
}

.scconverter__dropdown::-webkit-scrollbar {
    width: 6px
}

.scconverter__dropdown::-webkit-scrollbar-track {
    background: #f1f1f1
}

.scconverter__dropdown::-webkit-scrollbar-thumb {
    background: #aaa;
    border-radius: 4px
}

.scconverter__dropdown span {
    display: block;
    padding: 8px 10px;
    font-weight: 500
}

.scconverter__dropdown span b {
    font-weight: 600
}

.scconverter__dropdown span:hover {
    background: #eee
}

#cookie-notice {
    opacity: 1 !important;
    right: 20px;
    bottom: 20px;
    left: auto;
    width: 290px !important;
    min-width: unset !important
}

#cookie-notice .cookie-notice-container {
    display: block !important;
    background: #fff !important
}

.cookies-refused #cookie-notice {
    display: none !important
}

.news-autor__persons {
    display: flex;
    align-items: center;
    gap: clamp(16px, 2vw, 20px);
    margin-bottom: 16px
}

@media screen and (max-width: 768px) {
    .cperson {
        display: flex
    }

    .cperson__fn a {
        display: block
    }
}

.cperson__avatar img {
    max-width: 36px;
    border-radius: 100%;
    margin-right: clamp(4px, 1vw, 6px)
}

.time svg {
    fill: currentColor;
    width: 1em;
    color: currentColor;
    vertical-align: middle
}

.ckeynotes {
    padding-left: 0 !important
}

.ckeynotes__title {
    margin-bottom: 0 !important;
    padding-top: 0 !important;
    color: #f7102b
}

.ckeynotes li:before {
    background: #f7102b !important
}

.c-auto-related {
    font-weight: 700;
    margin-bottom: 15px;
    font-style: italic
}

.coinlive {
    position: relative !important;
    display: inline-flex !important;
    justify-content: center;
    align-items: center;
    padding: 0 8px;
    background: #fafafa;
    border: 1px solid #c8d0d3 !important;
    border-radius: 99px;
    cursor: pointer;
    color: currentcolor !important
}

.coinlive:hover {
    z-index: 9999
}

.coinlive:after {
    display: none !important
}

.coinlive__dropdown {
    position: absolute;
    background: #fff;
    border: 1px solid #c8d0d3;
    box-shadow: 0 2px 20px rgba(0, 0, 0, .1);
    border-radius: 12px;
    position: absolute;
    min-width: 200px;
    display: flex;
    padding: 12px;
    flex-direction: column;
    z-index: 200;
    font-size: 13px;
    padding-top: 32px;
    line-height: 20px;
    top: -4px;
    left: -4px;
    transition: .15s;
    opacity: 0;
    visibility: hidden
}

.coinlive__price {
    display: inline-flex;
    align-items: center;
    margin-left: 2px
}

.coinlive__price.value-growth::before {
    content: '';
    display: inline-block;
    background: url('data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSI4IiBoZWlnaHQ9IjciIHZpZXdCb3g9IjAgMCA4IDciIGZpbGw9Im5vbmUiPjxkaXYgeG1sbnM9IiIgaWQ9ImluLXBhZ2UtY2hhbm5lbC1ub2RlLWlkIiBkYXRhLWNoYW5uZWwtbmFtZT0iaW5fcGFnZV9jaGFubmVsX2s2YUU3TiIvPjxzY3JpcHQgeG1sbnM9IiIvPgo8cGF0aCBkPSJNNCAwLjVMNy41IDYuNUgwLjVMNCAwLjVaIiBmaWxsPSIjMWNjODkyIi8+CjxzY3JpcHQgeG1sbnM9IiIvPjwvc3ZnPg==') no-repeat center/contain;
    height: 8px;
    width: 8px;
    margin-right: 3px
}

.coinlive__price.value-fall::before {
    content: '';
    display: inline-block;
    background: url('data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSI4IiBoZWlnaHQ9IjciIHZpZXdCb3g9IjAgMCA4IDciIGZpbGw9Im5vbmUiPjxkaXYgeG1sbnM9IiIgaWQ9ImluLXBhZ2UtY2hhbm5lbC1ub2RlLWlkIiBkYXRhLWNoYW5uZWwtbmFtZT0iaW5fcGFnZV9jaGFubmVsX3k1akhXciIvPjxzY3JpcHQgeG1sbnM9IiIvPgo8cGF0aCBkPSJNMy45NjQxMiA2LjVMMC41MDAwMiAwLjQ5OTk5OUw3LjQyODIyIDAuNUwzLjk2NDEyIDYuNVoiIGZpbGw9IiNmNzEwMmIiLz4KPHNjcmlwdCB4bWxucz0iIi8+PC9zdmc+') no-repeat center/contain;
    height: 8px;
    width: 8px;
    margin-right: 3px
}

.coinlive__row--xl {
    font-size: 1.125em
}

.coinlive__row {
    display: flex;
    justify-content: space-between
}

.coinlive__row ~ .coinlive__row {
    margin-top: 6px
}

.coinlive__hr {
    border-bottom: 1px solid #e6e6e6;
    margin-top: 6px
}

.coinlive__badge:hover + .coinlive__dropdown {
    opacity: 1;
    visibility: visible
}

.coinlive__row:not(.coinlive__row--xl) span:last-of-type {
    font-size: 1.025em
}

.coinlive__badge {
    z-index: 999;
    display: inline-flex;
    align-items: center;
    gap: 6px
}

.coinlive__change.value-growth:before, .coinlive__vol24 .value-growth:before {
    content: '+'
}

.coinlive__change.value-fall:before, .coinlive__vol24 .value-fall:before {
    content: '-'
}

.news-autor--0824 .time > span:not(:last-child) {
    display: inline-block;
    padding-right: 16px
}

.news-autor--0824 .news-autor__persons, .news-autor--0824 .time {
    display: grid;
    grid-template-columns: repeat( 2, minmax(0, 1fr) );
    gap: 8px 12px
}

.news-autor--0824 .news-autor__persons {
    margin-bottom: 0
}

@media screen and (min-width: 1279px) {
    .news-autor--0824 {
        display: table
    }

    .news-autor--0824 .news-autor__persons, .news-autor--0824 .time {
        display: table-row
    }

    .news-autor--0824 .time > span {
        padding-top: 4px
    }

    .news-autor--0824 > span > span {
        display: table-cell !important
    }

    .news-autor--0824 > span > span:not(:first-child) {
        padding-left: 20px
    }
}

.read-time {
    color: #8f9698;
    display: block;
    margin-bottom: 16px
}

.c-auto-related a {
    display: inline
}

.c-auto-related a:hover {
    text-decoration: underline
}

.add-no-image {
    display: flex;
    justify-content: center;
    margin-bottom: 16px
}

.twitter-tweet-rendered > iframe {
    height: 100%;
}

@media screen and (max-width: 768px) {
    .press-release .content-share {
        display: contents;
    }

    .press-release .content-share > span {
        display: none;
    }
}

.converter-block {
    position: relative;
}

.converter-block .loader-svg {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    display: none;
}

.converter-block.state-loading:before {
    content: '';
    display: block;
    position: absolute;
    background: #fff;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 88;
}

.state-loading .loader-svg {
    display: block;
    z-index: 99;
}

.currency__input {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 40px;
    border: none;
    outline: 0;
    background: transparent;
    padding: 0 13px;
    z-index: 11;
}

.currency-title [data-active] {
    opacity: 0.7;
}

.input-filled [data-active] {
    opacity: 0;
}

.currency-name {
    text-transform: capitalize;
}

.refresher {
    display: flex;
    justify-content: flex-end;
    align-items: flex-start;
    gap: 22px;
    font-size: 14px;
    margin-top: 12px;
    color: rgba(91, 97, 110);
}

.refresher__button {
    display: flex;
    align-items: center;
    gap: 6px;
    cursor: pointer;
}

.refresher__icon {
    display: inline-flex;
}

.refresher__icon svg {
    fill: #b7081c;
    transition: .3s;
    animation: 0.5s linear 0s infinite normal none paused spin;
}

.refresher__button:hover .refresher__icon svg {
    transform: rotate(-45deg);
}

.refresher--loading .refresher__icon svg {
    animation: 0.5s linear 0s infinite normal none running spin;
}

@keyframes spin {
    from {
        transform: rotate(0deg);
    }
    to {
        transform: rotate(-360deg);
    }
}

.table-coins thead th {
    cursor: pointer;
    transition: .2s;
    overflow: hidden;
}

.table-coins thead th:hover {
    color: #666;
}

.table-coins thead th.sort-asc:after {
    content: '';
    float: revert;
    margin-left: 3px;
    background: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" x="0px" y="0px" width="0.7em" viewBox="0 0 401.998 401.998" style="enable-background:new 0 0 401.998 401.998;" xml:space="preserve"><g><g><path d="M73.092,164.452h255.813c4.949,0,9.233-1.807,12.848-5.424c3.613-3.616,5.427-7.898,5.427-12.847    c0-4.949-1.813-9.229-5.427-12.85L213.846,5.424C210.232,1.812,205.951,0,200.999,0s-9.233,1.812-12.85,5.424L60.242,133.331    c-3.617,3.617-5.424,7.901-5.424,12.85c0,4.948,1.807,9.231,5.424,12.847C63.863,162.645,68.144,164.452,73.092,164.452z"/></g></g></svg>');
    display: inline-block;
    width: 10px;
    height: 7px;
    background-size: 85%;
    background-position: 2px 1px;
    background-repeat: no-repeat;
}

.table-coins thead th.sort-desc:after {
    content: '';
    float: revert;
    margin-left: 3px;
    background: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" x="0px" y="0px" width="0.7em" viewBox="0 0 401.998 401.998" style="enable-background:new 0 0 401.998 401.998;" xml:space="preserve"><g><g><path d="M328.905,237.549H73.092c-4.952,0-9.233,1.808-12.85,5.421c-3.617,3.617-5.424,7.898-5.424,12.847    c0,4.949,1.807,9.233,5.424,12.848L188.149,396.57c3.621,3.617,7.902,5.428,12.85,5.428s9.233-1.811,12.847-5.428l127.907-127.906    c3.613-3.614,5.427-7.898,5.427-12.848c0-4.948-1.813-9.229-5.427-12.847C338.139,239.353,333.854,237.549,328.905,237.549z"/>	</g></g></svg>');
    display: inline-block;
    width: 10px;
    height: 12px;
    background-size: 85%;
    background-position: 2px 1px;
    background-repeat: no-repeat;
}

.table-coins_right thead th:after {
    margin-left: 20px;
}

/* .coins-table[data-active="name"] .name,
.coins-table[data-active="price"] .price,
.coins-table[data-active="market-cap"] .market-cap,
.coins-table[data-active="rank"] .rank,
.coins-table[data-active="change-day"] .change-day,
.coins-table[data-active="change-week"] .change-week,
.coins-table[data-active="volume"] .volume,
.coins-table[data-active="circ-supp"] .circ-supp{
    border-left: 1px solid #ccc;
    border-right: 1px solid #ccc;
    box-sizing: border-box;
} */
.table-coins_left {
    z-index: 3;
}

@media screen and (min-width: 768px) {
    .app {
        overflow: visible;
    }
}

@media screen and (min-width: 992px) {
    .table-coins_right th {
        position: static;
    }

    .coins-table table {
        position: relative;
    }

    .coins-table th {
        padding-top: 20px;
        position: -webkit-sticky;
        position: sticky;
        top: 62px;
        box-shadow: 0 2px 2px -1px rgba(0, 0, 0, 0.4);
        background: #fff;
        z-index: 2;
    }

    .inner-wrapper-sticky {
        width: 100% !important;
    }
}

@media screen and (max-width: 992px) {
    .table-coins_right thead th:after {
        margin-left: 5px;
    }
}

.top-coins {
    margin-top: clamp(32px, 5vw, 64px);
}

.asset-swap {
    display: flex;
    gap: 8px;
    align-items: center;
    border: 1px solid rgb(238, 238, 238);
    height: 50px;
    padding: 0px 14px;
    box-sizing: border-box;
    margin-left: 0px;
    margin-right: 0px;
    border-radius: 25px;
    background-color: #f5f5f5;
}

.asset-swap__labels {
    display: flex;
    align-items: center;
    gap: 8px;
}

.asset-swap__label {
    line-height: 1;
    display: flex;
}

.asset-swap__graphic {
    display: flex;
}

.asset-swap__graphic svg {
    width: 1em;
    height: auto;
}

.asset-swap__icon img {
    width: 24px;
    height: 24px;
    object-fit: contain;
    border-radius: 100%;
}

.c-auto-related a:after {
    content: unset;
}

.new-mobile__meta {
    margin-top: 10px;
    margin-bottom: 0 !important;
    font-size: 14px;
}

.new-mobile__meta .time {
    display: block;
}

.single-article .aside-little,
.post-standart .aside-little {
    position: sticky;
    top: 90px;
    padding-bottom: 32px;
}

@media screen and (min-width: 768px) {
    .app {
        overflow: initial;
    }
}

@media screen and (max-width: 768px) {
    .new-mobile__meta {
        margin-top: 0;
    }

    .news-preview section .news-preview_title.little {
        font-size: 12px;
    }

    .transportable-js {
        display: none;
    }
}

.news-time-and-author {
    font-size: 13px;
}

.news-time-and-author .time {
    color: #8f9698;
}

hr {
    border: 0;
    border-bottom: 1px solid #e6e6e6;
}

.cryptocurrency-ticker {
    border-radius: 16px;
    margin: 24px 0;
    color: #333;
    padding: 0 2px;
}

.cryptocurrency-ticker__header {
    display: flex;
    flex-flow: row wrap;
    align-items: center;
    justify-content: space-between;
    gap: 20px;
    margin-bottom: 20px;
}

.cryptocurrency-ticker__name {
    display: flex;
    flex-flow: row wrap;
    gap: 0 10px;
    align-items: center;
    font-size: clamp(18px, 2vw, 24px);
    font-weight: 700;
    letter-spacing: -.1px;
    text-transform: lowercase;
}

.cryptocurrency-ticker__image {
    display: block;
    width: 40px;
    height: 40px;
}

.cryptocurrency-ticker__link {
    text-decoration: none;
    text-transform: uppercase;
}

.cryptocurrency-ticker__price {
    font-size: 24px;
    line-height: 1;
    letter-spacing: .2px;
}

.cryptocurrency-ticker__content {
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
    flex-flow: row wrap;
    gap: 20px;
}

.cryptocurrency-ticker__data {
    display: flex;
    flex-flow: row wrap;
    flex-grow: 1;
    gap: 20px 30px;
}

.cryptocurrency-ticker__data-label {
    display: block;
    margin-bottom: 6px;
    font-size: clamp(10px, 1vw, 11px);
    font-weight: 600;
    line-height: 1;
    white-space: nowrap;
    color: #666;
}

.cryptocurrency-ticker__data-value {
    display: block;
    font-size: clamp(14px, 1vw, 15px);
    line-height: 1;
    letter-spacing: .2px;
    white-space: nowrap;
}

.cryptocurrency-ticker__change {
    display: flex;
    flex-flow: row wrap;
    align-items: center;
    gap: 10px 20px;
}

.cryptocurrency-ticker__change-item {
    display: flex;
    flex-flow: row wrap;
    align-items: center;
    gap: 0 4px;
}

.cryptocurrency-ticker__change-label {
    font-size: clamp(10px, 1vw, 11px);
    font-weight: 600;
    line-height: 1;
}

.cryptocurrency-ticker .icon {
    display: inline-block;
    position: relative;
    width: 1em;
    height: 1em;
    vertical-align: middle;
    fill: currentColor;
}

.cryptocurrency-ticker__change-item.is-up .icon {
    color: #1cc892;
}

.cryptocurrency-ticker__change-item .icon {
    width: 9px;
    height: 9px;
}

.cryptocurrency-ticker__change-item.is-down .icon {
    color: #f7102b;
    transform: rotate(180deg);
}

.cryptocurrency-ticker__change-value {
    font-size: clamp(14px, 1vw, 15px);
    line-height: 1;
    letter-spacing: .2px;
}

@media (min-width: 45rem) {
    .cryptocurrency-ticker__price {
        font-size: 36px;
        letter-spacing: .33px;
    }
}

@media (min-width: 64rem) {
    .cryptocurrency-ticker {
        border-radius: 16px;
    }
}

.cbreadcrumbs {
    display: inline-flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-bottom: clamp(20px, 3vw, 24px);
}

.header-content.header-content_text .cbreadcrumbs {
    transform: translateY(-20px);
    margin-bottom: 16px;
}

.cbreadcrumbs > span > span {
    color: rgba(255, 255, 255, .7);
    font-size: 14px;
    line-height: 18px;
    font-weight: 600;
    position: relative;
    padding-right: 24px;
    margin-right: 2px;
    white-space: nowrap;
}

@media screen and (max-width: 768px){
    .cbreadcrumbs > span > span{
        white-space: initial;
    }
}

.cbreadcrumbs > span > span:after {
    content: '\203A';
    color: rgba(255, 255, 255, .7);
    font-size: 24px;
    font-weight: 300;
    line-height: inherit;
    margin: 0 5px;
    position: absolute;
    right: 0;
    top: -2px
}

.cbreadcrumbs > span > span:last-child {
    padding-right: 0;
    margin-right: 0
}

.cbreadcrumbs > span > span:last-child:after {
    display: none;
    line-height: inherit
}

.cbreadcrumbs a {
    color: #fff;
    line-height: inherit;
    display: inline-block;
    position: relative
}

.cbreadcrumbs a:after {
    content: '';
    width: 0;
    height: 1px;
    display: block;
    position: absolute;
    left: 0;
    bottom: 0;
    background: #fff
}

.cbreadcrumbs a:hover:after {
    width: 100%
}

.cbreadcrumbs--light {
    background: transparent;
}

.cbreadcrumbs--light .breadcrumb_last {
    opacity: 0.7;
}

.cbreadcrumbs--light > span > span,
.cbreadcrumbs--light span a {
    color: inherit;
}

.cbreadcrumbs--light > span > span:after {
    color: inherit;
}

.px-0 {
    padding-left: 0;
    padding-right: 0;
}

@media (min-width: 576px) and (max-width: 767.98px) {
    .cbreadcrumbs {
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        width: 100%
    }
}

.widget-texts__wrapper {
    display: flex;
    gap: 16px;
    margin-bottom: 12px;
}

.widget-texts__image img {
    height: 100%;
    object-fit: cover;
}

.widget-texts--bordered {
    margin-bottom: 20px;
}

.widget-texts--bordered + .widget-texts--bordered {
    border-top: 1px solid #e6e6e6;
    padding-top: 12px;
}

.widget-texts--bordered span.date {
    margin-bottom: 0;
}

.widget-texts--bordered p,
.widget-texts--bordered .date {
    font-size: 14px !important;
}

.singlepost__top {
    color: #8f9698;
    display: flex;
    justify-content: space-between;
    margin-bottom: 12px;
    gap: clamp(5px, 1vw, 12px);
}

@media screen and (max-width: 576px) {
    .singlepost__top {
        flex-direction: column;
    }
}

.color-c-gray {
    color: #8f9698;
}

.d-block {
    display: block;
}

.mb-8 {
    margin-bottom: 8px;
}

.singlepost__disclaimer {
    color: #8f9698;
    text-align: center;
    display: block;
    margin: 8px 0;
}

.releases-widget__wrapper:after {
    content: 'Ad';
    position: absolute;
    top: -2px;
    right: 0;
    transform: translateY(-100%);
    font-size: 12px;
    color: #8f9698;
}

.releases-widget__wrapper .add-no-image {
    margin-bottom: 0;
}

.releases-widget__wrapper h3 {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    overflow: hidden;
    text-overflow: ellipsis;
}

.aside-banner_first:empty{
    display: none;
}

.releases-widget__wrapper {
    padding: 12px;
    border: 1px solid #e6e6e6;
    position: relative;
}

.releases-widget__press .swiper img,
.releases-widget__market .swiper img {
    max-height: 75px;
    max-width: 115px;
}

.releases-widget .swiper-button-prev,
.releases-widget .swiper-button-next {
    width: 12px;
    color: rgb(132 148 156);
    font-size: 12px;
    z-index: 2;
    transition: .3s;
}

.releases-widget .swiper-button-prev:before,
.releases-widget .swiper-button-next:before {
    content: '';
    display: inline-block;
    width: 1px;
    height: 1px;
    transform: scale(32);
}

.releases-widget .swiper-button-prev:hover,
.releases-widget .swiper-button-next:hover {
    color: #f7102b;
}

.releases-widget .swiper-button-prev {
    left: 0;
}

.releases-widget .swiper-button-next {
    right: 0;
}

.releases-widget .swiper-button-prev:after,
.releases-widget .swiper-button-next:after {
    font-size: 12px;
}

.releases-widget .main-releases{
    display: flex !important;
    align-items: center;
    gap: 20px !important;
    margin-bottom: 0 !important;
}

.releases-widget .main-releases figure{
    margin: 0 !important;
}


@media screen and (max-width: 1280px){
    .releases-widget h3{
        font-size: 14px;
    }
}

@media screen and (max-width: 992px){
    .releases-widget__market{
        margin-top: 20px;
    }

    .releases-widget .title-grey{
        padding-bottom: 0;
        border-bottom: 0;
        margin-bottom: 8px;
    }
}

.sub-contact-form{width: 100%; display: inline-block; margin: 0 0 0 0;}

.sub-contact-form .contact-form form input{width: 100%; display: inline-block; margin: 0 0 15px 0;}

.sub-contact-form .hs-fieldtype-text{width: 100%; display: inline-block; margin: 0 0 15px 0;}

.sub-contact-form .hs-fieldtype-select{width: 100%; display: inline-block; margin: 0 0 15px 0;}

.sub-contact-form .hs-fieldtype-textarea{width: 100%; display: inline-block; margin: 0 0 15px 0;}

.sub-contact-form .hs-submit{width: 100%; display: inline-block;}

.sub-contact-form .contact-form form input{width: 40%;}

.sub-contact-form .hs-recaptcha{width: 100%; display: inline-block; margin: 0 0 20px 0;}
.contact-with-form{width: 100%; padding: 65px 0;}
.hs-error-msg{color:#f7102b;}
.hs-error-msg, .hs-error-msgs{color:#f7102b;}

a.toplist-coinspeaker__offer-cta-btn {
    color: #fff;
    display: flex;
}

a.cbm-presale-toplist__offer-cta-button {
    color: #fff;
    display: flex;
}

// Custom code CSS
.sub-cons-table-box{width: 100%; display: inline-block; margin: 0;}
.sub-cons-table-box .table{width: 1170px;}
.sub-cons-table-box .table{border: 1px solid #cccccc;}
.sub-cons-table-box .table tr th{border-bottom: 0px;}
.sub-cons-table-box .table tr td{border-bottom: 0px; vertical-align: top; padding: 0 0 0 0;}
.sub-cons-table-box .table thead tr th{color: #8F9698; font-weight: 500; text-align: left; padding: 15px 0 15px 0;}
.sub-tb-content p{color: #8F9698; font-size:13px; font-weight: 400; margin: 0; padding: 5px 0 15px 10px;}

.sub-date-wth-two{width: 200px; display: inline-block; position:relative; top:38px; /*margin: 38px 0 0 -3px;*/}
.sub-ind-wth-two{width: 180px; display: inline-block; position:relative; top:38px; left: -1px; /*margin: 38px 0 0 1px;*/}
.sub-block-wth-two{width: 200px; display: inline-block; position:relative; top:38px; left: -1px;}
.sub-use-wth-two{width: 160px; display: inline-block; position:relative; left: -4px;}

.sub-number{width: auto; height: 20px; display: inline-block; }
.sub-number p{color: #670FF6; background: #670FF61A; font-size: 14px; font-weight: 600; margin: 0;
    position: relative; top: 0; left: 0px; padding: 0 8px 0 0;
}
.sub-number p span{width: 20px; height: 24px; display: inline-block; background:#670FF6; color: #ffffff; text-align: center; font-size: 10px;
    position: relative;
}

.ico-list-view .sub-number p span {
	top:-1px;
}
.ico-list-view .sub-number-two span {
	top:-3px;
}
.sub-number-two span{width: 20px; height: 22px; display: inline-block; background:#142025; color: #ffffff; text-align: center; font-size: 10px;
    position: relative; left: 0px;
}
a.add-no-image{display: inline-block; margin: 0;}
.sub-main-img{display: flex; align-items: flex-start; justify-content: flex-start; margin: 5px 0 0 0;}
.sub-logo-title{display: inline-block; margin: 8px 0 0 10px;}
.sub-logo-title span{color: #8F9698; display: inline-block; font-size: 12px;}
.sub-logo-title h6{color: #142025; font-size: 14px; font-weight: 600; margin: 0;}
.sub-logo{display: inline-block; margin: 0 0 0 12px;}
.sub-logo img{width: 62px; height: 62px; display: inline-block; border-radius:100%;}
a.sub-btn-bg{width: 130px; display: inline-block; color: #ffffff; font-size: 16px; background: #142025; padding: 8px 0; 
    text-decoration: none; text-align: center; margin: 0 0 6px 0;
}
a.sub-btn-bg:hover{background: #F60F2B;}
a.sub-btn-brd{width: 130px; display: inline-block; color: #142025; font-size: 16px; border: 1px solid #142025; padding: 8px 0; 
    text-decoration: none; text-align: center;
}
a.sub-btn-brd:hover{color: #ffffff; border: 1px solid  #F60F2B; background: #F60F2B;}
.sub-icon-main{display: flex; align-items: flex-start; justify-content: flex-start; padding: 15px 0 0 0;}
.sub-icon-main a{width: 38px; height: 38px; background: #F7F7F7; text-align: center; border-radius:100%; padding:0; font-size: 16px;
    text-decoration: none; display: flex; align-items: center; justify-content: center; margin: 0 10px 0px 0; color: #142025;
    font-weight: 600; z-index: 9;
}

.sub-pagination-box .page-item{margin: 0 5px 0 0;}
.sub-pagination-box .page-item.active .page-link{background: #ED7070; border: 1px solid #ED7070;}
.sub-pagination-box .page-item .page-link:hover{color: #ffffff; background: #ED7070; border: 1px solid #ED7070;}
.sub-pagination-box .page-link{color: #142025; background: #EBEBEB; border: 1px solid #cccccc;}

.sub-pagination-box{width:100%; display:inline-block; padding: 30px 0 30px 0;}
.sub-pagination-box .pagination{padding: 0;}

/*.nav .nav-item button.active {background-color: transparent; color: var(--bs-danger) !important;}
.nav .nav-item button.active::after {content: ""; border-bottom: 4px solid var(--bs-danger); width: 100%; position: absolute; left: 0;
  bottom: -1px; border-radius: 5px 5px 0 0;
}*/
.sub-tabs-box{width: 100%; display: inline-block;}
.sub-tabs-box .input-group-text{padding: 10px 10px; background: #ffffff; border-top: 0px; border-left: 0px;}
.sub-tab-form .form-control{border-top: 0px; border-left: 0px; border-right: 0px; border-bottom: 0px;}
.sub-tabs-bord .text-primary{color: #142025 !important;}
.sub-tabs-bord .nav .nav-item button.active{color: #142025 !important; position:relative; background:#ffffff; border-bottom: 2px solid #b7081c; border-radius: 0px;}
.sub-tabs-bord .nav .nav-item button.active::after{content:""; background: #F60F2B; width: 100%; position: absolute; left: 0; right: 0; bottom: 1px;}

.sub-tabs-bord{width: 100%; display: flex; align-items: center; justify-content: space-between; position: relative;}
.sub-tabs-bord:after{content: ""; width: 100%; height: 1px; background: #dee2e6; bottom: 15px; position: absolute; z-index: 1;}

.sub-tabs-two{width: 100%; min-height: 366px; display: inline-block; border: 1px solid  #dee2e6; padding: 16px; margin: 0 0 30px 0}
.sub-number-two p{top: -3px; left: 9px;}
.sub-logo-title-two{width: 100%; display: inline-block; margin: 10px 0 0 0;}
.sub-icon-main-tow{display: flex; align-items: flex-start; justify-content: flex-start; position: relative;}

.ico-grid-view .sub-icon-main-tow {
	margin-top: 3px;
	margin-left: -10px;
}

.sub-logo-tow a.add-no-image{width: 65px;  height: 65px; display: flex; align-items: center; justify-content: center; top: -14px;
  right: -162px; position: absolute; margin: 0;
}
.sub-logo-tow a img{width: 65px;  height: 65px; border-radius:100%;}
.sub-logo-tow{position: relative;}
.sub-icon-main-tow{display: inline-block;}

.sub-icon-main-tow a.sub-icon-one{position: absolute; top: -8px; right: -110px;}
.sub-icon-main-tow a.sub-icon-two{position: absolute; top: 32px; right: -106px;}
.sub-icon-main-tow a.sub-icon-three{position: absolute; top: 63px; right: -132px;}

.sub-content-pg{width: 100%; min-height: 45px; display: inline-block; margin: 40px 0 0 0;}
.sub-content-pg p{color: #142025; font-size: 16px; font-weight: 400; margin: 0;}

.sub-content-tab-list{width: 100%; display: inline-block; padding: 15px 0;}
.sub-content-tab-list ul{display: block; margin: 0; padding: 0;}
.sub-content-tab-list ul li{list-style: none; color: #8F9698; font-size: 14px; margin: 0; padding: 10px 10px; border-bottom: 1px solid #EBEBEB;
    background: #F7F7F7;
}
.sub-content-tab-list ul li:last-child{border-bottom: 0px;}
.sub-content-tab-list ul li span{color: #142025; font-weight: 600; float: right;}

.sub-tabs-btn-bg a{width: 100%; display: inline-block; color: #ffffff; font-size: 16px; background: #142025; padding: 8px 0; 
    text-decoration: none; text-align: center; margin:0;
}
.sub-tabs-btn-bg a:hover{background: #F60F2B}

.sub-tabs-btn-brd a{width: 100%; display: inline-block; color: #142025; font-size: 16px; border: 1px solid #142025; padding: 7px 0; 
    text-decoration: none; text-align: center;    
}
.sub-tabs-btn-brd a:hover{color: #ffffff; border: 1px solid  #F60F2B; background: #F60F2B;}

.sub-number-send p{color: #142025; background: #F7F7F7; top: -3px; left: 0;}
.sub-number-send p span{background: #142025;}
    
.sub-tab-one .nav {
    display: flex;
    flex-wrap: wrap;
    padding-left: 0;
    margin-bottom: 0;
    list-style: none;
}
.sub-tab-one .mb-3 {
    margin-bottom: 1rem !important;
}
.sub-tab-one .table {
    --bs-table-bg: transparent;
    --bs-table-accent-bg: transparent;
    --bs-table-striped-color: #212529;
    --bs-table-striped-bg: rgba(0, 0, 0, 0.05);
    --bs-table-active-color: #212529;
    --bs-table-active-bg: rgba(0, 0, 0, 0.1);
    --bs-table-hover-color: #212529;
    --bs-table-hover-bg: rgba(0, 0, 0, 0.075);
    width: 100%;
    margin-bottom: 1rem;
    color: #212529;
    vertical-align: top;
    border-color: #dee2e6;
}
.sub-tab-one table {
    caption-side: bottom;
    border-collapse: collapse;
}
.sub-tab-one .table>thead {
    vertical-align: bottom;
}
.sub-tab-one tbody, td, tfoot, th, thead, tr {
    border-color: #cccccc;
    border-style: solid;
    border-width: 0;
}
.sub-tab-one tbody .table>tbody {
    vertical-align: inherit;
}

/* Css Media resposive */
@media screen and (max-width: 1366px) {
    .sub-logo-tow a.add-no-image {right: -162px;}
    .sub-icon-main-tow a.sub-icon-one {right: -106px;}
    .sub-icon-main-tow a.sub-icon-two {right: -104px;}
    .sub-icon-main-tow a.sub-icon-three {right: -131px;}
}
@media screen and (max-width: 1140px) {
    .sub-logo-tow a.add-no-image {right: -128px;}
    .sub-icon-main-tow a.sub-icon-one {right: -72px;}
    .sub-icon-main-tow a.sub-icon-two {right: -72px;}
    .sub-icon-main-tow a.sub-icon-three {right: -99px;}
}
@media screen and (max-width: 1024px) {
    .sub-logo-tow a.add-no-image {right: -128px;}
    .sub-icon-main-tow a.sub-icon-one {right: -72px;}
    .sub-icon-main-tow a.sub-icon-two {right: -72px;}
    .sub-icon-main-tow a.sub-icon-three {right: -99px;}
    .sub-cons-table-box .table-responsive{overflow-x: auto; -webkit-overflow-scrolling: touch;}
}

@media screen and (max-width: 991px) {
    .sub-tab-one .nav-link{padding: .5rem 10px;}
    .sub-logo-tow a.add-no-image {right: -142px;}
    .sub-icon-main-tow a.sub-icon-one {right: -88px;}
    .sub-icon-main-tow a.sub-icon-two {right: -86px;}
    .sub-icon-main-tow a.sub-icon-three {right: -114px;}
    .sub-tabs-bord{display: inline-block;}
}

@media screen and (max-width: 664px) {
    .sub-tabs-bord{display: inline-block; position: relative;}
    .sub-tab-form{width: 80%; }
	.sub-tab-form:after{content: ""; width: 100%; height: 1px; background: #dee2e6; bottom: 10px; position: absolute; z-index: 1;}
    .sub-tab-form .form-control{line-height: 1.8;}
    .sub-tabs-box .input-group-text{padding: 12.5px 10px;}
    .sub-tab-form .mb-2{margin-bottom: 0px !important;}
    .sub-tab-two{width: 45%; position: absolute; top: -51px; right: -12px; display: flex; align-items: flex-end; justify-content: flex-end;}
    .sub-tab-one{width: 100%;}
    .sub-tab-two:after{content: ""; width: 100%; height: 1px; background: #dee2e6; bottom: 14px; position: absolute; z-index: -1;}
    .sub-tab-one .nav-link {padding: .5rem 16px;}
    .sub-tabs-btn-bg a{margin: 0 0 10px 0;}
    .sub-logo-title-two {margin: 10px 0 0 0;}
    .sub-number-two p{top: -22px;}
    .sub-number-send p{top: -22px;}
    .sub-logo-tow a.add-no-image {right: -242px;}
    .sub-icon-main-tow a.sub-icon-one {right: -188px;}
    .sub-icon-main-tow a.sub-icon-two {right: -186px;}
    .sub-icon-main-tow a.sub-icon-three {right: -212px;}
    .sub-content-pg{padding: 70px 0 0 0;}
	.sub-tabs-bord .col-lg-4{padding:0;}
	.sub-tabs-bord .col-md-12{padding:0;}
	.ico-grid-view .sub-pagination-box {margin-left:15px;margin-right:15px;}
	
	.gridButtons {
		width: 50%;
    	display: flex;
    	flex: initial;
    	margin-top: 6px;
	}
	
	.gridButtons .sub-tabs-btn-bg, .gridButtons .sub-tabs-btn-brd { width: 100%;}
}

@media screen and (max-width: 440px) {
    .sub-logo-tow a.add-no-image {right: -180px;}
    .sub-icon-main-tow a.sub-icon-one {right: -126px;}
    .sub-icon-main-tow a.sub-icon-two {right: -124px;}
    .sub-icon-main-tow a.sub-icon-three {right: -148px;}
    .sub-content-pg{padding: 36px 0 0 0;}
    .sub-number-two p {top: 0;}
    .sub-logo-title-two {margin: 10px 0 0 0;}
    .sub-number-send p {top: 0;}	
}
@media screen and (max-width: 414px) {
	.sub-logo-tow a.add-no-image {right: -168px;}
    .sub-icon-main-tow a.sub-icon-one {right: -112px;}
    .sub-icon-main-tow a.sub-icon-two {right: -110px;}
    .sub-icon-main-tow a.sub-icon-three {right: -136px;}
}
@media screen and (max-width: 390px) {
    .sub-tab-three .tabs-nav button{font-size: 14px; padding: 10px 10px;}
	.sub-logo-tow a.add-no-image {right: -155px;}
    .sub-icon-main-tow a.sub-icon-one {right: -100px;}
    .sub-icon-main-tow a.sub-icon-two {right: -99px;}
    .sub-icon-main-tow a.sub-icon-three {right: -126px;}
}
@media screen and (max-width: 365px) {
    .sub-logo-tow a.add-no-image {right: -146px;}
    .sub-icon-main-tow a.sub-icon-one {right: -90px;}
    .sub-icon-main-tow a.sub-icon-two {right: -89px;}
    .sub-icon-main-tow a.sub-icon-three {right: -114px;}
	.sub-tab-three .tabs-nav button{font-size:14px;}
	
}

    .table > thead {vertical-align: bottom;}
    .table tbody, td, tfoot, th, thead, tr {border-color: inherit; border-style: solid; border-width:0;}
    .pagination {display: flex; align-items: flex-start; justify-content: flex-start; padding-left: 0; list-style: none; list-style: none;}
    .page-link {padding:.375rem .75rem;}
    .page-item:first-child .page-link {border-top-left-radius: .25rem; border-bottom-left-radius: .25rem;}
    .page-item.active .page-link {z-index: 3; color: #fff; background-color: #0d6efd; border-color:#0d6efd;}

    /* === Tab Navigation (Buttons) === */
    .tabs-nav {
        position: relative;
        display: flex;
        align-items:center;
        justify-content: space-between; /* center the tab buttons */
        margin-bottom: 13px;
    }
    .tabs-nav button {
        background: transparent;
        border: none;
        padding: 10px 15px;
        cursor: pointer;
        font-size: 1rem;
        position:relative;
    }
    .tabs-nav button:focus {
        /*outline: 2px solid #F60F2B;*/
    }
    .tabs-nav button.active {
        font-weight: 600;
        color: #000000;
        position:relative;
    }
    .tabs-nav button.active:before {
        width: 100%;
        content:"";
        bottom:0;
        left:0;
        border-bottom:4px solid #F60F2B;
        position:absolute;
		top: 0;
  z-index: 9;
    }
    .tab-indicator {
        position: absolute;
        bottom: 0;
        height: 2px;
        background: #F60F2B;
        transition: left 0.3s ease, width 0.3s ease;
    }
    /* === Tab Panels (Content Areas) === */
    .tabs-content .tab-content {
        display: none;
    }
    .tabs-content .tab-content.active {
        display: block;
    }
    .input-group-text {
      display:flex;
      align-items: flex-start;
      justify-content: flex-start;
      padding:0 0 10px 0;
      font-size:1rem;
      font-weight:400;
      line-height:1.5;
      color:#212529;
      text-align:center;
      white-space:nowrap;
      background-color:#ffffff;
      border:1px solid #ffffff;
      border-radius:.25rem;
        margin: 0 0 0 -28px;
    }
.sub-name-wth{width:260px; display:inline-block;}
.sub-date-wth{width:200px; display:inline-block;}
.sub-ind-wth{width:180px; display:inline-block;}
.sub-block-wth{width:200px; display:inline-block;}
.sub-use-wth{width:160px; display:inline-block;}
.sub-btn-wth{width:140px; display:inline-block; margin:0 0 0 20px;} 
.sub-btn-main{float:right; margin:15px 0 0 0;}
td.sub-date-wth{vertical-align: middle !important; display: table-cell;}
td.sub-ind-wth{vertical-align: middle !important; display: table-cell;}
td.sub-block-wth{vertical-align: middle !important; display: table-cell;}

/* Firefox only. 1+ */
@-moz-document url-prefix(){ 
	.sub-btn-wth{margin:0;}
}

/* Css Media resposive End */
.is-active{border-bottom: 4px solid #F60F2B !important; top: -2px; z-index: 9;}
.sub-icon-wrapper {
    display: flex;
    flex-direction: column;
    gap: 6px;
}

.sub-icon-main,
.extra-icons {
    display: flex;
    flex-wrap: wrap;
    gap: 6px;
}
.extra-icons {
  display: none;
  flex-wrap: wrap;
  gap: 18px;
  margin-top: 0;
}
.icon {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 38px;
    height: 38px;
    background: #f1f1f1;
    border-radius: 50%;
    color: #333;
    text-decoration: none;
    font-size: 14px;
}

.more-toggle {
    cursor: pointer;
    font-weight: bold;
}
.tab.disabled {
    cursor: not-allowed; /* Add not-allowed cursor */
    opacity: 0.5; /* Make it look disabled */
    pointer-events: none; /* Prevent mouse events */
}
.loader {
    width: 48px;
    height: 48px;
    border: 5px solid #FFF;
    border-bottom-color: #f7102b;
    border-radius: 50%;
    display: inline-block;
    box-sizing: border-box;
    animation: rotation 1s linear infinite;
    }

    @keyframes rotation {
    0% {
        transform: rotate(0deg);
    }
    100% {
        transform: rotate(360deg);
    }
}

.ico-content-view {
	display: none;
}

.ico-content-view.active {
	display: block;
}

.sub-pagination-box ul.page-numbers {
	display: flex;
    align-items: flex-start;
    justify-content: flex-start;
    list-style: none;
    padding: 0;
    background: transparent;
    border: none;
}

.sub-pagination-box ul.page-numbers li{
	text-transform: uppercase;
    font-weight: 600;
    margin: 0 5px 0 0;
}

.sub-pagination-box ul.page-numbers li a,
.sub-pagination-box ul.page-numbers li .dots{
	color: #142025;
    background: #EBEBEB;
    border: 1px solid #cccccc;
	padding: .375rem 10px;
}

.sub-pagination-box .current.page-numbers {
	padding: .375rem 10px;
}

.sub-pagination-box .prev.page-numbers,
.sub-pagination-box .next.page-numbers{
	font-size: 20px;
}

.sub-cons-table-box.loading {
	position:relative;
}

.sub-cons-table-box.loading:before {
	content: '';
    position: absolute;
    top: 50%;
    left: 50%;
    width: 40px;
    height: 40px;
    margin: -20px 0 0 -20px;
    border: 4px solid #f3f3f3;
    border-top: 4px solid #b9081c;
    border-radius: 50%;
    animation: loading-spin 1s linear infinite;
    z-index: 2;
}


.sub-cons-table-box.loading:after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(255, 255, 255, .7);
    z-index: 1;
}

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

.custom-cta-button {
	background: #F60F2B;
    color: #ffffff !important;
    font-size: 16px;
    padding: 8px 20px;
    text-decoration: none;
    text-align: center;
}

@media screen and (max-width: 640px) {
    .content table {
        overflow-x: auto;
        width: 100%;
        display: block;
    }
}

.header_price-widget.headerPriceWidget{
    display: none;
}

.header-top .header-top-price1 .header_price-widget.headerPriceWidget{
    display: flex;
}

.topNavMenuClass li {
    display: inline;
}

.header .nav-header > ul > li.language-switch{
    display: inline-flex;
    justify-content: center;
    align-items: center;
}

.down-arrow {
    width: 0;
    height: 0;
    border-left: 4px solid transparent;
    border-right: 4px solid transparent;
    border-top: 5px solid black;
    display: inline-block;
    margin-left: 2px;
}

@media (max-width: 575.98px) {
    .header-top .header-top-price1 {
        display: none;
    }

    .header .header-right .nav-header {
        display: block;
    }

    .header .nav-header > ul > li {
        display: none;
    }

    .header .nav-header > ul > li.language-switch {
        display: inline-flex;
        margin-right: 10px;
    }
}
