@charset "UTF-8";
/*! normalize.css v8.0.0 | MIT License | github.com/necolas/normalize.css */
/* Document
   ========================================================================== */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */
html {
    line-height: 1.15;
    /* 1 */
    -webkit-text-size-adjust: 100%;
    /* 2 */
}

/* Sections
   ========================================================================== */
/**
 * Remove the margin in all browsers.
 */
body {
    margin: 0;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1 {
    font-size: 2em;
    margin: 0.67em 0;
}

/* Grouping content
   ========================================================================== */
/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
    -webkit-box-sizing: content-box;
            box-sizing: content-box;
    /* 1 */
    height: 0;
    /* 1 */
    overflow: visible;
    /* 2 */
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
    font-family: monospace, monospace;
    /* 1 */
    font-size: 1em;
    /* 2 */
}

/* Text-level semantics
   ========================================================================== */
/**
 * Remove the gray background on active links in IE 10.
 */
a {
    background-color: transparent;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
    border-bottom: none;
    /* 1 */
    text-decoration: underline;
    /* 2 */
    -webkit-text-decoration: underline dotted;
            text-decoration: underline dotted;
    /* 2 */
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
    font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
    font-family: monospace, monospace;
    /* 1 */
    font-size: 1em;
    /* 2 */
}

/**
 * Add the correct font size in all browsers.
 */
small {
    font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline;
}

sub {
    bottom: -0.25em;
}

sup {
    top: -0.5em;
}

/* Embedded content
   ========================================================================== */
/**
 * Remove the border on images inside links in IE 10.
 */
img {
    border-style: none;
}

/* Forms
   ========================================================================== */
/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
    font-family: inherit;
    /* 1 */
    font-size: 100%;
    /* 1 */
    line-height: 1.15;
    /* 1 */
    margin: 0;
    /* 2 */
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input {
    /* 1 */
    overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select {
    /* 1 */
    text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */
button,
[type="button"],
[type="reset"],
[type="submit"] {
    -webkit-appearance: button;
}

/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
    border-style: none;
    padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
    outline: 1px dotted ButtonText;
}

/**
 * Correct the padding in Firefox.
 */
fieldset {
    padding: 0.35em 0.75em 0.625em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */
legend {
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    /* 1 */
    color: inherit;
    /* 2 */
    display: table;
    /* 1 */
    max-width: 100%;
    /* 1 */
    padding: 0;
    /* 3 */
    white-space: normal;
    /* 1 */
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
    vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */
textarea {
    overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */
[type="checkbox"],
[type="radio"] {
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    /* 1 */
    padding: 0;
    /* 2 */
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
    height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type="search"] {
    -webkit-appearance: textfield;
    /* 1 */
    outline-offset: -2px;
    /* 2 */
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */
[type="search"]::-webkit-search-decoration {
    -webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
    -webkit-appearance: button;
    /* 1 */
    font: inherit;
    /* 2 */
}

/* Interactive
   ========================================================================== */
/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */
details {
    display: block;
}

/*
 * Add the correct display in all browsers.
 */
summary {
    display: list-item;
}

/* Misc
   ========================================================================== */
/**
 * Add the correct display in IE 10+.
 */
template {
    display: none;
}

/**
 * Add the correct display in IE 10.
 */
[hidden] {
    display: none;
}

/* Slider */
.slick-slider {
    position: relative;
    display: block;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -ms-touch-action: pan-y;
    touch-action: pan-y;
    -webkit-tap-highlight-color: transparent;
}

.slick-list {
    position: relative;
    overflow: hidden;
    display: block;
    margin: 0;
    padding: 0;
}

.slick-list:focus {
    outline: none;
}

.slick-list.dragging {
    cursor: pointer;
    cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
}

.slick-track {
    position: relative;
    left: 0;
    top: 0;
    display: block;
    margin-left: auto;
    margin-right: auto;
}

.slick-track:before, .slick-track:after {
    content: "";
    display: table;
}

.slick-track:after {
    clear: both;
}

.slick-loading .slick-track {
    visibility: hidden;
}

.slick-slide {
    float: left;
    height: 100%;
    min-height: 1px;
    display: none;
}

[dir="rtl"] .slick-slide {
    float: right;
}

.slick-slide img {
    display: block;
}

.slick-slide.slick-loading img {
    display: none;
}

.slick-slide.dragging img {
    pointer-events: none;
}

.slick-initialized .slick-slide {
    display: block;
}

.slick-loading .slick-slide {
    visibility: hidden;
}

.slick-vertical .slick-slide {
    display: block;
    height: auto;
    border: 1px solid transparent;
}

.slick-arrow.slick-hidden {
    display: none;
}

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

[class^="icon-"], [class*=" icon-"] {
    /* use !important to prevent issues with browser extensions that change fonts */
    font-family: 'icomoon' !important;
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    /* Better Font Rendering =========== */
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.icon-microphone:before {
    content: "\e900";
}

.icon-play:before {
    content: "\e901";
}

/* Slider */
.slick-loading .slick-list {
    background: #fff url("./ajax-loader.gif") center center no-repeat;
}

/* Icons */
@font-face {
    font-family: "slick";
    src: url("./fonts/slick.eot");
    src: url("./fonts/slick.eot?#iefix") format("embedded-opentype"), url("./fonts/slick.woff") format("woff"), url("./fonts/slick.ttf") format("truetype"), url("./fonts/slick.svg#slick") format("svg");
    font-weight: normal;
    font-style: normal;
}

/* Arrows */
.slick-prev,
.slick-next {
    position: absolute;
    display: block;
    height: 20px;
    width: 20px;
    line-height: 0px;
    font-size: 0px;
    cursor: pointer;
    background: transparent;
    color: transparent;
    top: 50%;
    -webkit-transform: translate(0, -50%);
    transform: translate(0, -50%);
    padding: 0;
    border: none;
    outline: none;
}

.slick-prev:hover, .slick-prev:focus,
.slick-next:hover,
.slick-next:focus {
    outline: none;
    background: transparent;
    color: transparent;
}

.slick-prev:hover:before, .slick-prev:focus:before,
.slick-next:hover:before,
.slick-next:focus:before {
    opacity: 1;
}

.slick-prev.slick-disabled:before,
.slick-next.slick-disabled:before {
    opacity: 0.25;
}

.slick-prev:before,
.slick-next:before {
    font-family: "slick";
    font-size: 20px;
    line-height: 1;
    color: white;
    opacity: 0.75;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.slick-prev {
    left: -25px;
}

[dir="rtl"] .slick-prev {
    left: auto;
    right: -25px;
}

.slick-prev:before {
    content: "←";
}

[dir="rtl"] .slick-prev:before {
    content: "→";
}

.slick-next {
    right: -25px;
}

[dir="rtl"] .slick-next {
    left: -25px;
    right: auto;
}

.slick-next:before {
    content: "→";
}

[dir="rtl"] .slick-next:before {
    content: "←";
}

/* Dots */
.slick-dotted.slick-slider {
    margin-bottom: 30px;
}

.slick-dots {
    position: absolute;
    bottom: -25px;
    list-style: none;
    display: block;
    text-align: center;
    padding: 0;
    margin: 0;
    width: 100%;
}

.slick-dots li {
    position: relative;
    display: inline-block;
    height: 20px;
    width: 20px;
    margin: 0 5px;
    padding: 0;
    cursor: pointer;
}

.slick-dots li button {
    border: 0;
    background: transparent;
    display: block;
    height: 20px;
    width: 20px;
    outline: none;
    line-height: 0px;
    font-size: 0px;
    color: transparent;
    padding: 5px;
    cursor: pointer;
}

.slick-dots li button:hover, .slick-dots li button:focus {
    outline: none;
}

.slick-dots li button:hover:before, .slick-dots li button:focus:before {
    opacity: 1;
}

.slick-dots li button:before {
    position: absolute;
    top: 0;
    left: 0;
    content: "•";
    width: 20px;
    height: 20px;
    font-family: "slick";
    font-size: 6px;
    line-height: 20px;
    text-align: center;
    color: black;
    opacity: 0.25;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.slick-dots li.slick-active button:before {
    color: black;
    opacity: 0.75;
}

/*!
 * Bootstrap Grid v4.1.2 (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)
 */
@-ms-viewport {
    width: device-width;
}

html {
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    -ms-overflow-style: scrollbar;
}

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

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

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

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

.no-gutters {
    margin-right: 0;
    margin-left: 0;
}

.no-gutters > .col,
.no-gutters > [class*="col-"] {
    padding-right: 0;
    padding-left: 0;
}

.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,
.col-auto, .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,
.col-sm-auto, .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,
.col-md-auto, .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,
.col-lg-auto, .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,
.col-xl-auto {
    position: relative;
    width: 100%;
    min-height: 1px;
    padding-right: 10px;
    padding-left: 10px;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.order-12 {
    -webkit-box-ordinal-group: 13;
        -ms-flex-order: 12;
            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%;
}

.d-none {
    display: none !important;
}

.d-inline {
    display: inline !important;
}

.d-inline-block {
    display: inline-block !important;
}

.d-block {
    display: block !important;
}

.d-table {
    display: table !important;
}

.d-table-row {
    display: table-row !important;
}

.d-table-cell {
    display: table-cell !important;
}

.d-flex {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
}

.d-inline-flex {
    display: -webkit-inline-box !important;
    display: -ms-inline-flexbox !important;
    display: inline-flex !important;
}

.flex-row {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: normal !important;
        -ms-flex-direction: row !important;
            flex-direction: row !important;
}

.flex-column {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: normal !important;
        -ms-flex-direction: column !important;
            flex-direction: column !important;
}

.flex-row-reverse {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: reverse !important;
        -ms-flex-direction: row-reverse !important;
            flex-direction: row-reverse !important;
}

.flex-column-reverse {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: reverse !important;
        -ms-flex-direction: column-reverse !important;
            flex-direction: column-reverse !important;
}

.flex-wrap {
    -ms-flex-wrap: wrap !important;
        flex-wrap: wrap !important;
}

.flex-nowrap {
    -ms-flex-wrap: nowrap !important;
        flex-wrap: nowrap !important;
}

.flex-wrap-reverse {
    -ms-flex-wrap: wrap-reverse !important;
        flex-wrap: wrap-reverse !important;
}

.flex-fill {
    -webkit-box-flex: 1 !important;
        -ms-flex: 1 1 auto !important;
            flex: 1 1 auto !important;
}

.flex-grow-0 {
    -webkit-box-flex: 0 !important;
        -ms-flex-positive: 0 !important;
            flex-grow: 0 !important;
}

.flex-grow-1 {
    -webkit-box-flex: 1 !important;
        -ms-flex-positive: 1 !important;
            flex-grow: 1 !important;
}

.flex-shrink-0 {
    -ms-flex-negative: 0 !important;
        flex-shrink: 0 !important;
}

.flex-shrink-1 {
    -ms-flex-negative: 1 !important;
        flex-shrink: 1 !important;
}

.justify-content-start {
    -webkit-box-pack: start !important;
        -ms-flex-pack: start !important;
            justify-content: flex-start !important;
}

.justify-content-end {
    -webkit-box-pack: end !important;
        -ms-flex-pack: end !important;
            justify-content: flex-end !important;
}

.justify-content-center {
    -webkit-box-pack: center !important;
        -ms-flex-pack: center !important;
            justify-content: center !important;
}

.justify-content-between {
    -webkit-box-pack: justify !important;
        -ms-flex-pack: justify !important;
            justify-content: space-between !important;
}

.justify-content-around {
    -ms-flex-pack: distribute !important;
        justify-content: space-around !important;
}

.align-items-start {
    -webkit-box-align: start !important;
        -ms-flex-align: start !important;
            align-items: flex-start !important;
}

.align-items-end {
    -webkit-box-align: end !important;
        -ms-flex-align: end !important;
            align-items: flex-end !important;
}

.align-items-center {
    -webkit-box-align: center !important;
        -ms-flex-align: center !important;
            align-items: center !important;
}

.align-items-baseline {
    -webkit-box-align: baseline !important;
        -ms-flex-align: baseline !important;
            align-items: baseline !important;
}

.align-items-stretch {
    -webkit-box-align: stretch !important;
        -ms-flex-align: stretch !important;
            align-items: stretch !important;
}

.align-content-start {
    -ms-flex-line-pack: start !important;
        align-content: flex-start !important;
}

.align-content-end {
    -ms-flex-line-pack: end !important;
        align-content: flex-end !important;
}

.align-content-center {
    -ms-flex-line-pack: center !important;
        align-content: center !important;
}

.align-content-between {
    -ms-flex-line-pack: justify !important;
        align-content: space-between !important;
}

.align-content-around {
    -ms-flex-line-pack: distribute !important;
        align-content: space-around !important;
}

.align-content-stretch {
    -ms-flex-line-pack: stretch !important;
        align-content: stretch !important;
}

.align-self-auto {
    -ms-flex-item-align: auto !important;
        align-self: auto !important;
}

.align-self-start {
    -ms-flex-item-align: start !important;
        align-self: flex-start !important;
}

.align-self-end {
    -ms-flex-item-align: end !important;
        align-self: flex-end !important;
}

.align-self-center {
    -ms-flex-item-align: center !important;
        align-self: center !important;
}

.align-self-baseline {
    -ms-flex-item-align: baseline !important;
        align-self: baseline !important;
}

.align-self-stretch {
    -ms-flex-item-align: stretch !important;
        align-self: stretch !important;
}

.flag-icon {
    display: block;
    position: relative;
    width: 26px;
    height: 26px;
    border: 2px solid #fff;
    border-radius: 26px;
    background-image: url("../images/flags/flags.png");
    background-repeat: no-repeat;
}

.flag-icon-ad {
    background-position: 0 0;
}

.flag-icon-ae {
    background-position: 0 -22px;
}

.flag-icon-af {
    background-position: 0 -44px;
}

.flag-icon-ag {
    background-position: 0 -66px;
}

.flag-icon-ai {
    background-position: 0 -88px;
}

.flag-icon-al {
    background-position: 0 -110px;
}

.flag-icon-am {
    background-position: 0 -132px;
}

.flag-icon-ao {
    background-position: 0 -154px;
}

.flag-icon-aq {
    background-position: 0 -176px;
}

.flag-icon-ar {
    background-position: 0 -198px;
}

.flag-icon-as {
    background-position: 0 -220px;
}

.flag-icon-at {
    background-position: 0 -242px;
}

.flag-icon-au {
    background-position: 0 -264px;
}

.flag-icon-aw {
    background-position: 0 -286px;
}

.flag-icon-ax {
    background-position: 0 -308px;
}

.flag-icon-az {
    background-position: 0 -330px;
}

.flag-icon-ba {
    background-position: 0 -352px;
}

.flag-icon-bb {
    background-position: 0 -374px;
}

.flag-icon-bd {
    background-position: 0 -396px;
}

.flag-icon-be {
    background-position: 0 -418px;
}

.flag-icon-bf {
    background-position: 0 -440px;
}

.flag-icon-bg {
    background-position: 0 -462px;
}

.flag-icon-bh {
    background-position: 0 -484px;
}

.flag-icon-bi {
    background-position: 0 -506px;
}

.flag-icon-bj {
    background-position: 0 -528px;
}

.flag-icon-bl {
    background-position: 0 -550px;
}

.flag-icon-bm {
    background-position: 0 -572px;
}

.flag-icon-bn {
    background-position: 0 -594px;
}

.flag-icon-bo {
    background-position: 0 -616px;
}

.flag-icon-bq {
    background-position: 0 -638px;
}

.flag-icon-br {
    background-position: 0 -660px;
}

.flag-icon-bs {
    background-position: 0 -682px;
}

.flag-icon-bt {
    background-position: 0 -704px;
}

.flag-icon-bv {
    background-position: 0 -726px;
}

.flag-icon-bw {
    background-position: 0 -748px;
}

.flag-icon-by {
    background-position: 0 -770px;
}

.flag-icon-bz {
    background-position: 0 -792px;
}

.flag-icon-ca {
    background-position: 0 -814px;
}

.flag-icon-cc {
    background-position: 0 -836px;
}

.flag-icon-cd {
    background-position: 0 -858px;
}

.flag-icon-cf {
    background-position: 0 -880px;
}

.flag-icon-cg {
    background-position: 0 -902px;
}

.flag-icon-ch {
    background-position: 0 -924px;
}

.flag-icon-ci {
    background-position: 0 -946px;
}

.flag-icon-ck {
    background-position: 0 -968px;
}

.flag-icon-cl {
    background-position: 0 -990px;
}

.flag-icon-cm {
    background-position: 0 -1012px;
}

.flag-icon-cn {
    background-position: 0 -1034px;
}

.flag-icon-co {
    background-position: 0 -1056px;
}

.flag-icon-cr {
    background-position: 0 -1078px;
}

.flag-icon-cu {
    background-position: 0 -1100px;
}

.flag-icon-cv {
    background-position: 0 -1122px;
}

.flag-icon-cw {
    background-position: 0 -1144px;
}

.flag-icon-cx {
    background-position: 0 -1166px;
}

.flag-icon-cy {
    background-position: 0 -1188px;
}

.flag-icon-cz {
    background-position: 0 -1210px;
}

.flag-icon-de {
    background-position: 0 -1232px;
}

.flag-icon-dj {
    background-position: 0 -1254px;
}

.flag-icon-dk {
    background-position: 0 -1276px;
}

.flag-icon-dm {
    background-position: 0 -1298px;
}

.flag-icon-do {
    background-position: 0 -1320px;
}

.flag-icon-dz {
    background-position: 0 -1342px;
}

.flag-icon-ec {
    background-position: 0 -1364px;
}

.flag-icon-ee {
    background-position: 0 -1386px;
}

.flag-icon-eg {
    background-position: 0 -1408px;
}

.flag-icon-eh {
    background-position: 0 -1430px;
}

.flag-icon-er {
    background-position: 0 -1452px;
}

.flag-icon-es {
    background-position: 0 -1474px;
}

.flag-icon-es-ct {
    background-position: 0 -1496px;
}

.flag-icon-et {
    background-position: 0 -1518px;
}

.flag-icon-eu {
    background-position: 0 -1540px;
}

.flag-icon-fi {
    background-position: 0 -1562px;
}

.flag-icon-fj {
    background-position: 0 -1584px;
}

.flag-icon-fk {
    background-position: 0 -1606px;
}

.flag-icon-fm {
    background-position: 0 -1628px;
}

.flag-icon-fo {
    background-position: 0 -1650px;
}

.flag-icon-fr {
    background-position: 0 -1672px;
}

.flag-icon-ga {
    background-position: 0 -1694px;
}

.flag-icon-gb {
    background-position: 0 -1716px;
}

.flag-icon-gb-eng {
    background-position: 0 -1738px;
}

.flag-icon-gb-nir {
    background-position: 0 -1760px;
}

.flag-icon-gb-sct {
    background-position: 0 -1782px;
}

.flag-icon-gb-wls {
    background-position: 0 -1804px;
}

.flag-icon-gd {
    background-position: 0 -1826px;
}

.flag-icon-ge {
    background-position: 0 -1848px;
}

.flag-icon-gf {
    background-position: 0 -1870px;
}

.flag-icon-gg {
    background-position: 0 -1892px;
}

.flag-icon-gh {
    background-position: 0 -1914px;
}

.flag-icon-gi {
    background-position: 0 -1936px;
}

.flag-icon-gl {
    background-position: 0 -1958px;
}

.flag-icon-gm {
    background-position: 0 -1980px;
}

.flag-icon-gn {
    background-position: 0 -2002px;
}

.flag-icon-gp {
    background-position: 0 -2024px;
}

.flag-icon-gq {
    background-position: 0 -2046px;
}

.flag-icon-gr {
    background-position: 0 -2068px;
}

.flag-icon-gs {
    background-position: 0 -2090px;
}

.flag-icon-gt {
    background-position: 0 -2112px;
}

.flag-icon-gu {
    background-position: 0 -2134px;
}

.flag-icon-gw {
    background-position: 0 -2156px;
}

.flag-icon-gy {
    background-position: 0 -2178px;
}

.flag-icon-hk {
    background-position: 0 -2200px;
}

.flag-icon-hm {
    background-position: 0 -2222px;
}

.flag-icon-hn {
    background-position: 0 -2244px;
}

.flag-icon-hr {
    background-position: 0 -2266px;
}

.flag-icon-ht {
    background-position: 0 -2288px;
}

.flag-icon-hu {
    background-position: 0 -2310px;
}

.flag-icon-id {
    background-position: 0 -2332px;
}

.flag-icon-ie {
    background-position: 0 -2354px;
}

.flag-icon-il {
    background-position: 0 -2376px;
}

.flag-icon-im {
    background-position: 0 -2398px;
}

.flag-icon-in {
    background-position: 0 -2420px;
}

.flag-icon-io {
    background-position: 0 -2442px;
}

.flag-icon-iq {
    background-position: 0 -2464px;
}

.flag-icon-ir {
    background-position: 0 -2486px;
}

.flag-icon-is {
    background-position: 0 -2508px;
}

.flag-icon-it {
    background-position: 0 -2530px;
}

.flag-icon-je {
    height: 13px;
    background-position: 0 -2552px;
}

.flag-icon-jm {
    background-position: 0 -2565px;
}

.flag-icon-jo {
    background-position: 0 -2587px;
}

.flag-icon-jp {
    background-position: 0 -2609px;
}

.flag-icon-ke {
    background-position: 0 -2631px;
}

.flag-icon-kg {
    background-position: 0 -2653px;
}

.flag-icon-kh {
    background-position: 0 -2675px;
}

.flag-icon-ki {
    background-position: 0 -2697px;
}

.flag-icon-km {
    background-position: 0 -2719px;
}

.flag-icon-kn {
    background-position: 0 -2741px;
}

.flag-icon-kp {
    background-position: 0 -2763px;
}

.flag-icon-kr {
    background-position: 0 -2785px;
}

.flag-icon-kw {
    background-position: 0 -2807px;
}

.flag-icon-ky {
    background-position: 0 -2829px;
}

.flag-icon-kz {
    background-position: 0 -2851px;
}

.flag-icon-la {
    background-position: 0 -2873px;
}

.flag-icon-lb {
    background-position: 0 -2895px;
}

.flag-icon-lc {
    background-position: 0 -2917px;
}

.flag-icon-li {
    background-position: 0 -2939px;
}

.flag-icon-lk {
    background-position: 0 -2961px;
}

.flag-icon-lr {
    background-position: 0 -2983px;
}

.flag-icon-ls {
    background-position: 0 -3005px;
}

.flag-icon-lt {
    background-position: 0 -3027px;
}

.flag-icon-lu {
    background-position: 0 -3049px;
}

.flag-icon-lv {
    background-position: 0 -3071px;
}

.flag-icon-ly {
    background-position: 0 -3093px;
}

.flag-icon-ma {
    background-position: 0 -3115px;
}

.flag-icon-mc {
    background-position: 0 -3137px;
}

.flag-icon-md {
    background-position: 0 -3159px;
}

.flag-icon-me {
    background-position: 0 -3181px;
}

.flag-icon-mf {
    background-position: 0 -3203px;
}

.flag-icon-mg {
    background-position: 0 -3225px;
}

.flag-icon-mh {
    background-position: 0 -3247px;
}

.flag-icon-mk {
    background-position: 0 -3269px;
}

.flag-icon-ml {
    background-position: 0 -3291px;
}

.flag-icon-mm {
    background-position: 0 -3313px;
}

.flag-icon-mn {
    background-position: 0 -3335px;
}

.flag-icon-mo {
    background-position: 0 -3357px;
}

.flag-icon-mp {
    background-position: 0 -3379px;
}

.flag-icon-mq {
    background-position: 0 -3401px;
}

.flag-icon-mr {
    background-position: 0 -3423px;
}

.flag-icon-ms {
    background-position: 0 -3445px;
}

.flag-icon-mt {
    background-position: 0 -3467px;
}

.flag-icon-mu {
    background-position: 0 -3489px;
}

.flag-icon-mv {
    background-position: 0 -3511px;
}

.flag-icon-mw {
    background-position: 0 -3533px;
}

.flag-icon-mx {
    background-position: 0 -3555px;
}

.flag-icon-my {
    background-position: 0 -3577px;
}

.flag-icon-mz {
    background-position: 0 -3599px;
}

.flag-icon-na {
    background-position: 0 -3621px;
}

.flag-icon-nc {
    background-position: 0 -3643px;
}

.flag-icon-ne {
    background-position: 0 -3665px;
}

.flag-icon-nf {
    background-position: 0 -3687px;
}

.flag-icon-ng {
    background-position: 0 -3709px;
}

.flag-icon-ni {
    background-position: 0 -3731px;
}

.flag-icon-nl {
    background-position: 0 -3753px;
}

.flag-icon-no {
    background-position: 0 -3775px;
}

.flag-icon-np {
    background-position: 0 -3797px;
}

.flag-icon-nr {
    background-position: 0 -3819px;
}

.flag-icon-nu {
    background-position: 0 -3841px;
}

.flag-icon-nz {
    background-position: 0 -3863px;
}

.flag-icon-om {
    background-position: 0 -3885px;
}

.flag-icon-pa {
    background-position: 0 -3907px;
}

.flag-icon-pe {
    background-position: 0 -3929px;
}

.flag-icon-pf {
    background-position: 0 -3951px;
}

.flag-icon-pg {
    background-position: 0 -3973px;
}

.flag-icon-ph {
    background-position: 0 -3995px;
}

.flag-icon-pk {
    background-position: 0 -4017px;
}

.flag-icon-pl {
    background-position: 0 -4039px;
}

.flag-icon-pm {
    background-position: 0 -4061px;
}

.flag-icon-pn {
    background-position: 0 -4083px;
}

.flag-icon-pr {
    background-position: 0 -4105px;
}

.flag-icon-ps {
    background-position: 0 -4127px;
}

.flag-icon-pt {
    background-position: 0 -4149px;
}

.flag-icon-pw {
    background-position: 0 -4171px;
}

.flag-icon-py {
    background-position: 0 -4193px;
}

.flag-icon-qa {
    background-position: 0 -4215px;
}

.flag-icon-re {
    background-position: 0 -4237px;
}

.flag-icon-ro {
    background-position: 0 -4259px;
}

.flag-icon-rs {
    background-position: 0 -4281px;
}

.flag-icon-ru {
    background-position: 0 -4303px;
}

.flag-icon-rw {
    background-position: 0 -4325px;
}

.flag-icon-sa {
    background-position: 0 -4347px;
}

.flag-icon-sb {
    background-position: 0 -4369px;
}

.flag-icon-sc {
    background-position: 0 -4391px;
}

.flag-icon-sd {
    background-position: 0 -4413px;
}

.flag-icon-se {
    background-position: 0 -4435px;
}

.flag-icon-sg {
    background-position: 0 -4457px;
}

.flag-icon-sh {
    background-position: 0 -4479px;
}

.flag-icon-si {
    background-position: 0 -4501px;
}

.flag-icon-sj {
    background-position: 0 -4523px;
}

.flag-icon-sk {
    background-position: 0 -4545px;
}

.flag-icon-sl {
    background-position: 0 -4567px;
}

.flag-icon-sm {
    background-position: 0 -4589px;
}

.flag-icon-sn {
    background-position: 0 -4611px;
}

.flag-icon-so {
    background-position: 0 -4633px;
}

.flag-icon-sr {
    background-position: 0 -4655px;
}

.flag-icon-ss {
    background-position: 0 -4677px;
}

.flag-icon-st {
    background-position: 0 -4699px;
}

.flag-icon-sv {
    background-position: 0 -4721px;
}

.flag-icon-sx {
    background-position: 0 -4743px;
}

.flag-icon-sy {
    background-position: 0 -4765px;
}

.flag-icon-sz {
    background-position: 0 -4787px;
}

.flag-icon-tc {
    background-position: 0 -4809px;
}

.flag-icon-td {
    background-position: 0 -4831px;
}

.flag-icon-tf {
    background-position: 0 -4853px;
}

.flag-icon-tg {
    background-position: 0 -4875px;
}

.flag-icon-th {
    background-position: 0 -4897px;
}

.flag-icon-tj {
    background-position: 0 -4919px;
}

.flag-icon-tk {
    background-position: 0 -4941px;
}

.flag-icon-tl {
    background-position: 0 -4963px;
}

.flag-icon-tm {
    background-position: 0 -4985px;
}

.flag-icon-tn {
    background-position: 0 -5007px;
}

.flag-icon-to {
    background-position: 0 -5029px;
}

.flag-icon-tr {
    background-position: 0 -5051px;
}

.flag-icon-tt {
    background-position: 0 -5073px;
}

.flag-icon-tv {
    background-position: 0 -5095px;
}

.flag-icon-tw {
    background-position: 0 -5117px;
}

.flag-icon-tz {
    background-position: 0 -5139px;
}

.flag-icon-ua {
    background-position: 0 -5161px;
}

.flag-icon-ug {
    background-position: 0 -5183px;
}

.flag-icon-um {
    background-position: 0 -5205px;
}

.flag-icon-un {
    background-position: 0 -5227px;
}

.flag-icon-us {
    background-position: 0 -5249px;
}

.flag-icon-uy {
    background-position: 0 -5271px;
}

.flag-icon-uz {
    background-position: 0 -5293px;
}

.flag-icon-va {
    background-position: 0 -5315px;
}

.flag-icon-vc {
    background-position: 0 -5337px;
}

.flag-icon-ve {
    background-position: 0 -5359px;
}

.flag-icon-vg {
    background-position: 0 -5381px;
}

.flag-icon-vi {
    background-position: 0 -5403px;
}

.flag-icon-vn {
    background-position: 0 -5425px;
}

.flag-icon-vu {
    background-position: 0 -5447px;
}

.flag-icon-wf {
    background-position: 0 -5469px;
}

.flag-icon-ws {
    background-position: 0 -5491px;
}

.flag-icon-xk {
    background-position: 0 -5513px;
}

.flag-icon-ye {
    background-position: 0 -5535px;
}

.flag-icon-yt {
    background-position: 0 -5557px;
}

.flag-icon-za {
    background-position: 0 -5579px;
}

.flag-icon-zm {
    background-position: 0 -5601px;
}

.flag-icon-zw {
    background-position: 0 -5623px;
}

/* reset browsers */
* {
    -webkit-box-sizing: inherit;
            box-sizing: inherit;
}

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

* ::-moz-selection {
    color: #fff;
    background: #e23e36;
}

* ::selection {
    color: #fff;
    background: #e23e36;
}

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

img {
    max-width: 100%;
    height: auto;
    border: 0;
}

input,
select,
textarea,
button {
    margin: 0;
    padding: 0;
    border: 0;
    border-radius: 0;
    -webkit-appearance: none;
       -moz-appearance: none;
            appearance: none;
}

button {
    background: transparent;
    cursor: pointer;
}

h1,
h2,
h3,
h4,
h5,
p,
strong {
    margin: 0;
    padding: 0;
}

ul,
ol,
li {
    margin: 0;
    padding: 0;
    list-style: none;
}

a {
    color: #1e1e1e;
    text-decoration: none;
}

/* placeholder cross-browser */
input::-webkit-input-placeholder,
textarea::-webkit-input-placeholder {
    color: #1e1e1e;
}

input:-moz-placeholder,
textarea:-moz-placeholder {
    color: #1e1e1e;
    opacity: 1;
}

input::-moz-placeholder,
textarea::-moz-placeholder {
    color: #1e1e1e;
    opacity: 1;
}

input:-ms-input-placeholder,
textarea:-ms-input-placeholder {
    color: #1e1e1e;
}

input:focus::-webkit-input-placeholder,
textarea:focus::-webkit-input-placeholder {
    color: transparent;
}

input:focus:-moz-placeholder,
textarea:focus:-moz-placeholder {
    color: transparent;
}

input:focus::-moz-placeholder,
textarea:focus::-moz-placeholder {
    color: transparent;
}

input:focus:-ms-input-placeholder,
textarea:focus:-ms-input-placeholder {
    color: transparent;
}

/* general styles */
html {
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    height: 100%;
}

body {
    min-width: 320px;
    height: 100%;
    color: #1e1e1e;
    background-color: #eae8e3;
    text-rendering: optimizeSpeed;
    -webkit-font-smoothing: antialiased;
    -webkit-tap-highlight-color: rgba(34, 34, 34, 0.15);
}

@font-face {
    font-family: 'roboto';
    src: url("../fonts/roboto/roboto-bold-webfont.woff") format("woff"), url("../fonts/roboto/roboto-bold-webfont.ttf") format("truetype");
    font-weight: 700;
    font-style: normal;
}

@font-face {
    font-family: 'roboto';
    src: url("../fonts/roboto/roboto-light-webfont.woff") format("woff"), url("../fonts/roboto/roboto-light-webfont.ttf") format("truetype");
    font-weight: 300;
    font-style: normal;
}

@font-face {
    font-family: 'roboto';
    src: url("../fonts/roboto/roboto-medium-webfont.woff") format("woff"), url("../fonts/roboto/roboto-medium-webfont.ttf") format("truetype");
    font-weight: 500;
    font-style: normal;
}

@font-face {
    font-family: 'roboto';
    src: url("../fonts/roboto/roboto-regular-webfont.woff") format("woff"), url("../fonts/roboto/roboto-regular-webfont.ttf") format("truetype");
    font-weight: 400;
    font-style: normal;
}

html {
    font-size: 16px;
}

body {
    font-family: Roboto, -apple-system, BlinkMacSystemFont, "Segoe UI", "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
    font-size: 14px;
    line-height: 1.2;
}

/* container */
.g-container {
    max-width: 1280px;
    margin: auto;
    padding: 0 10px;
}

.container-fluid {
    max-width: 1280px;
    margin: auto;
    padding: 0 10px;
}

.is-hidden {
    display: none;
}

.mb-0 {
    margin-bottom: 0 !important;
}

.mt-0 {
    margin-top: 0 !important;
}

.mr-0 {
    margin-right: 0 !important;
}

.ml-0 {
    margin-left: 0 !important;
}

.alignnone {
    margin: 5px 20px 20px 0;
}

.aligncenter {
    display: block;
    margin: 5px auto 5px auto;
}

.alignright {
    float: right;
    margin: 5px 0 20px 20px;
}

.alignleft {
    float: left;
    margin: 5px 20px 20px 0;
}

a img.alignright {
    float: right;
    margin: 5px 0 20px 20px;
}

a img.alignnone {
    margin: 5px 20px 20px 0;
}

a img.alignleft {
    float: left;
    margin: 5px 20px 20px 0;
}

a img.aligncenter {
    display: block;
    margin-left: auto;
    margin-right: auto;
}

.wp-caption {
    max-width: 100%;
    margin-bottom: 20px;
}

.wp-caption.alignnone {
    margin: 5px 0 20px 0;
}

.wp-caption.alignleft {
    margin: 5px 20px 20px 0;
}

.wp-caption.alignright {
    margin: 5px 0 20px 20px;
}

.wp-caption img {
    border: 0 none;
    height: auto;
    margin: 0 0 10px;
    padding: 0;
    width: auto;
}

.wp-caption .wp-caption-text,
.gallery-caption {
    margin: 0;
}

/* Text meant only for screen readers. */
.screen-reader-text {
    clip: rect(1px, 1px, 1px, 1px);
    position: absolute !important;
    height: 1px;
    width: 1px;
    overflow: hidden;
}

[class^='icon-'] {
    display: block;
    width: 1em;
    height: 1em;
    fill: currentColor;
}

.hamburger {
    -ms-flex-negative: 0;
        flex-shrink: 0;
    display: none;
    overflow: visible;
    width: 50px;
    height: 50px;
    margin: 0;
    border: 0;
    outline: 0;
    color: inherit;
    background-color: transparent;
    font: inherit;
    text-transform: none;
    cursor: pointer;
    -webkit-transition-timing-function: linear;
            transition-timing-function: linear;
    -webkit-transition-duration: 0.15s;
            transition-duration: 0.15s;
    -webkit-transition-property: opacity, background, -webkit-filter;
    transition-property: opacity, background, -webkit-filter;
    transition-property: opacity, filter, background;
    transition-property: opacity, filter, background, -webkit-filter;
    font-size: 0;
    color: transparent;
}

.no-touchevents .hamburger:hover,
.no-touchevents .hamburger:active,
.no-touchevents .hamburger:focus {
    background-color: #fff;
}

.no-touchevents .hamburger:hover .hamburger-inner,
.no-touchevents .hamburger:hover .hamburger-inner::before,
.no-touchevents .hamburger:hover .hamburger-inner::after,
.no-touchevents .hamburger:active .hamburger-inner,
.no-touchevents .hamburger:active .hamburger-inner::before,
.no-touchevents .hamburger:active .hamburger-inner::after,
.no-touchevents .hamburger:focus .hamburger-inner,
.no-touchevents .hamburger:focus .hamburger-inner::before,
.no-touchevents .hamburger:focus .hamburger-inner::after {
    background-color: #e23e36;
}

.is-nav-open .hamburger {
    background-color: #fff;
}

.is-nav-open .hamburger .hamburger-inner,
.is-nav-open .hamburger .hamburger-inner::before,
.is-nav-open .hamburger .hamburger-inner::after {
    background-color: #e23e36;
}

.hamburger-box {
    display: inline-block;
    position: relative;
    width: 25px;
    height: 19px;
}

.hamburger-inner {
    display: block;
    top: 50%;
    margin-top: -2px;
}

.hamburger-inner,
.hamburger-inner::before,
.hamburger-inner::after {
    position: absolute;
    width: 25px;
    height: 2px;
    border-radius: 2px;
    background-color: #fff;
    -webkit-transition-timing-function: ease;
            transition-timing-function: ease;
    -webkit-transition-duration: 0.15s;
            transition-duration: 0.15s;
    -webkit-transition-property: -webkit-transform;
    transition-property: -webkit-transform;
    transition-property: transform;
    transition-property: transform, -webkit-transform;
}

.hamburger--spin .hamburger-inner {
    -webkit-transition-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
            transition-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    -webkit-transition-duration: 0.22s;
            transition-duration: 0.22s;
}

.hamburger--spin .hamburger-inner::before {
    -webkit-transition: top 0.1s 0.25s ease-in, opacity 0.1s ease-in;
    transition: top 0.1s 0.25s ease-in, opacity 0.1s ease-in;
}

.hamburger--spin .hamburger-inner::after {
    -webkit-transition: bottom 0.1s 0.25s ease-in, -webkit-transform 0.22s cubic-bezier(0.55, 0.055, 0.675, 0.19);
    transition: bottom 0.1s 0.25s ease-in, -webkit-transform 0.22s cubic-bezier(0.55, 0.055, 0.675, 0.19);
    transition: bottom 0.1s 0.25s ease-in, transform 0.22s cubic-bezier(0.55, 0.055, 0.675, 0.19);
    transition: bottom 0.1s 0.25s ease-in, transform 0.22s cubic-bezier(0.55, 0.055, 0.675, 0.19), -webkit-transform 0.22s cubic-bezier(0.55, 0.055, 0.675, 0.19);
}

.is-nav-open .hamburger--spin .hamburger-inner {
    -webkit-transition-delay: 0.12s;
            transition-delay: 0.12s;
    -webkit-transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
            transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    -webkit-transform: rotate(225deg);
            transform: rotate(225deg);
}

.is-nav-open .hamburger--spin .hamburger-inner::before {
    top: 0;
    opacity: 0;
    -webkit-transition: top 0.1s ease-out, opacity 0.1s 0.12s ease-out;
    transition: top 0.1s ease-out, opacity 0.1s 0.12s ease-out;
}

.is-nav-open .hamburger--spin .hamburger-inner::after {
    bottom: 0;
    -webkit-transition: bottom 0.1s ease-out, -webkit-transform 0.22s 0.12s cubic-bezier(0.215, 0.61, 0.355, 1);
    transition: bottom 0.1s ease-out, -webkit-transform 0.22s 0.12s cubic-bezier(0.215, 0.61, 0.355, 1);
    transition: bottom 0.1s ease-out, transform 0.22s 0.12s cubic-bezier(0.215, 0.61, 0.355, 1);
    transition: bottom 0.1s ease-out, transform 0.22s 0.12s cubic-bezier(0.215, 0.61, 0.355, 1), -webkit-transform 0.22s 0.12s cubic-bezier(0.215, 0.61, 0.355, 1);
    -webkit-transform: rotate(-90deg);
            transform: rotate(-90deg);
}

.hamburger-inner::before,
.hamburger-inner::after {
    display: block;
    content: '';
}

.hamburger-inner::before {
    top: -8px;
}

.hamburger-inner::after {
    bottom: -8px;
}

.page__main {
    padding-top: 17px;
    padding-bottom: 40px;
    -webkit-box-flex: 1;
        -ms-flex: 1 0 auto;
            flex: 1 0 auto;
}

.scroll-top {
    position: fixed;
    bottom: 80px;
    right: 20px;
    z-index: 99999;
    -webkit-box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.5);
            box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.5);
    background-color: #eee;
    color: #fff;
    border-radius: 100%;
    width: 48px;
    height: 48px;
    visibility: visible;
    opacity: 1;
    -webkit-transition: opacity 0.5s ease 0s, visibility 0s ease 0s;
    transition: opacity 0.5s ease 0s, visibility 0s ease 0s;
    outline: none;
    font-size: 0;
    color: transparent;
}

.scroll-top.hide {
    visibility: hidden;
    opacity: 0;
    -webkit-transition: opacity 0.5s ease 0s, visibility 0s ease 0.5s;
    transition: opacity 0.5s ease 0s, visibility 0s ease 0.5s;
}

.scroll-top:before {
    content: '';
    display: block;
    width: 20px;
    height: 20px;
    border-left: 3px solid #666;
    border-top: 3px solid #666;
    color: #fff;
    -webkit-transform-origin: 50% 50%;
            transform-origin: 50% 50%;
    -webkit-transform: rotate(45deg) translate3d(14px, -6px, 1px);
            transform: rotate(45deg) translate3d(14px, -6px, 1px);
    -webkit-transition: border-color 0.4s ease;
    transition: border-color 0.4s ease;
}

.page__wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    overflow-x: hidden;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    min-height: 100vh;
}

.page__header,
.page__footer {
    -ms-flex-negative: 0;
        flex-shrink: 0;
}

.is-nav-open .page__header::after {
    visibility: visible;
    z-index: 100;
    opacity: 1;
}

.page__title {
    padding: 0 6px 10px;
    font-size: 40px;
    font-weight: 300;
    text-transform: uppercase;
}

.page__title a {
    color: inherit;
    -webkit-transition: color 0.3s ease-in-out;
    transition: color 0.3s ease-in-out;
}

.page__title a:hover {
    color: #e23e36;
}

.header {
    position: relative;
    z-index: 101;
    background-color: #e23e36;
}

.header__main {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
}

.is-nav-open .header__nav {
    visibility: visible;
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0);
}

.header__actions {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-left: auto;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
}

.header__logo {
    margin-right: 15px;
}

.header__social--mobile {
    display: block;
    padding: 20px 1px 34px;
    background-color: #eee;
}

.header__social--mobile .social__list {
    margin: -8px -8px 0;
}

.header__social--mobile .social__item {
    padding: 8px 8px 0;
}

.header__social--mobile .social__title {
    color: #1e1e1e;
    font-size: 17px;
    font-weight: 400;
    text-transform: none;
}

.header__social--mobile .social__link {
    padding: 8px;
    font-size: 22px;
}

.is-sticky {
    position: fixed;
    z-index: 111;
    top: 0;
    left: 0;
    width: 100%;
}

.logo {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
}

.logo__img {
    display: block;
    width: 43px;
    height: 43px;
    margin-right: 8px;
    -ms-flex-negative: 0;
        flex-shrink: 0;
}

.logo__text {
    display: block;
    max-width: 119px;
}

.btn {
    display: inline-block;
    padding: 8px 5px;
    text-align: center;
    font-size: 14px;
    text-transform: uppercase;
    border-radius: 7px;
    outline: none;
    line-height: 1.1;
}

.btn--gray {
    min-width: 260px;
    background-color: #eae8e3;
    color: #000;
    -webkit-transition-duration: .2s;
            transition-duration: .2s;
    -webkit-transition-property: background-color, color;
    transition-property: background-color, color;
    cursor: pointer;
}

.btn_green {
    min-width: 260px;
    background-color: #41ad49;
    color: #fff;
    font-weight: bold;
    -webkit-transition: -webkit-box-shadow 0.3s ease;
    transition: -webkit-box-shadow 0.3s ease;
    transition: box-shadow 0.3s ease;
    transition: box-shadow 0.3s ease, -webkit-box-shadow 0.3s ease;
}

.no-touchevents .btn_green:hover,
.no-touchevents .btn_green:active,
.no-touchevents .btn_green:focus {
    -webkit-box-shadow: 0 0 5px 1px rgba(0, 0, 0, 0.5);
            box-shadow: 0 0 5px 1px rgba(0, 0, 0, 0.5);
    text-decoration: none;
}

.btn--transparent {
    min-width: 260px;
    background-color: rgba(30, 30, 30, 0.3);
    color: #fff;
    text-transform: uppercase;
    -webkit-transition-duration: .2s;
            transition-duration: .2s;
    -webkit-transition-property: background-color, color;
    transition-property: background-color, color;
}

.no-touchevents .btn--transparent:hover,
.no-touchevents .btn--transparent:active,
.no-touchevents .btn--transparent:focus {
    background-color: rgba(30, 30, 30, 0.6);
}

.no-touchevents a.btn--gray:hover,
.no-touchevents a.btn--gray:active,
.no-touchevents a.btn--gray:focus {
    background-color: #e23e36;
    color: #fff;
}

.primary-menu nav ul li {
    margin-bottom: 2px;
}

.primary-menu nav ul li a {
    display: block;
    position: relative;
    padding: 15px 10px;
    color: #1e1e1e;
    font-size: 17px;
    text-align: center;
    background-color: #eee;
    -webkit-transition: background-color 0.3s, color 0.3s;
    transition: background-color 0.3s, color 0.3s;
}

.primary-menu nav ul li.active a:before {
    content: '';
    position: absolute;
    background-color: #fff;
    display: none;
}

.is-nav-open {
    overflow: hidden;
}

.cms-content {
    color: #000;
    font-size: 18px;
    font-family: Roboto, -apple-system, BlinkMacSystemFont, "Segoe UI", "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
    line-height: 1.56;
    padding-top: 30px;
}

.cms-content .content-link {
    color: #e23e36;
}

.cms-content blockquote {
    padding-left: 2em;
    position: relative;
    margin: 0;
}

.cms-content blockquote:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    background-image: url("../images/quote.svg");
    background-size: 30px 30px;
    width: 30px;
    height: 30px;
}

.cms-content blockquote cite {
    font-size: 14px;
    line-height: 1.1;
}

.cms-content h5, .cms-content .h5,
.cms-content h6, .cms-content .h6 {
    line-height: 1.42857143;
    text-transform: none;
    margin-bottom: 1.2em;
}

.cms-content h1, .cms-content .h1,
.cms-content h2, .cms-content .h2,
.cms-content h3, .cms-content .h3,
.cms-content h4, .cms-content .h4 {
    margin: 0 0 30px;
}

.cms-content h1, .cms-content .h1 {
    font-size: 30px;
    font-weight: 700;
    line-height: 1.1;
}

.cms-content h2, .cms-content .h2 {
    font-size: 24px;
    font-weight: 700;
}

.cms-content h3, .cms-content .h3 {
    font-size: 18px;
}

.cms-content h4, .cms-content .h4 {
    font-size: 22px;
    font-weight: 700;
}

.cms-content h5, .cms-content .h5 {
    font-size: .6em;
}

.cms-content p {
    margin: 0 0 1.55em;
}

.cms-content a {
    color: #e23e36;
}

.no-touchevents .cms-content a:hover,
.no-touchevents .cms-content a:active,
.no-touchevents .cms-content a:focus {
    text-decoration: underline;
}

.cms-content ul, .cms-content li {
    list-style: disc;
}

.cms-content ul li {
    position: relative;
    margin: 10px 0;
    padding-left: 20px;
    list-style: none;
}

.cms-content ul li::before {
    content: '';
    position: absolute;
    left: 0;
    top: 11px;
    width: 8px;
    height: 8px;
    background-color: #e23e36;
    border-radius: 50%;
}

.cms-content ol, .cms-content ul {
    margin-top: 20px;
    margin-bottom: 20px;
}

.cms-content ol {
    list-style: decimal;
}

.cms-content ol li {
    margin-left: 15px;
    list-style: decimal;
}

.cms-content img {
    vertical-align: top;
}

.cms-content img + small {
    display: inline-block;
    padding-bottom: 15px;
    color: #777;
    font-size: 12px;
}

.cms-content strong {
    font-weight: 700;
}

.cms-content small {
    font-size: .8em;
}

.cms-content table {
    display: block;
    width: 100%;
    padding: 20px 0;
    border-collapse: collapse;
}

.cms-content th, .cms-content td {
    padding: 8px;
    border: 1px solid #eae8e3;
}

.cms-content .content-link {
    display: block;
}

.cms-content .wp-caption {
    position: relative;
    overflow: hidden;
}

.cms-content .wp-caption img {
    padding: 0;
    margin-bottom: 0;
    display: block;
    -webkit-transition: 0.5s;
    transition: 0.5s;
}

.cms-content .wp-caption a:hover img {
    -webkit-transform: scale(1.1);
            transform: scale(1.1);
}

.cms-content .wp-caption-text {
    position: absolute;
    left: 0;
    width: 100%;
    bottom: 0;
    display: block;
    padding: 20px;
    background-color: rgba(255, 255, 255, 0.5);
    color: #e23e36;
    font-size: 18px;
    line-height: 1.56;
    font-weight: bold;
}

.cms-content pre {
    max-width: 100%;
}

.cms-content dl dt {
    float: left;
    clear: left;
    padding-right: .3em;
    font-weight: bold;
}

.cms-content dl dd {
    overflow: hidden;
}

.cms-content .widget {
    margin-bottom: 1.2em;
}

.cms-content .widget ul {
    padding-left: 2em;
}

.cms-content .widget select {
    min-width: 150px;
}

.cms-content div.aligncenter {
    margin: 0 auto 1.2em;
}

.cms-content img.aligncenter {
    display: block;
    margin: 0 auto;
}

.cms-content iframe {
    width: 100%;
}

.cms-content iframe.wp-embedded-content {
    min-height: 300px;
}

.cms-content .twitter-tweet {
    margin: 0 auto;
}

.title-medium {
    padding: 16px 0 15px;
    text-align: center;
    text-transform: uppercase;
    font-size: 16px;
    color: #e23e36;
}

.title-big {
    padding: 10px 0;
    text-align: center;
    font-size: 20px;
    text-transform: uppercase;
    color: #e23e36;
}

.content-item {
    margin-bottom: 24px;
    background-color: #fff;
    border-radius: 2px;
    border-bottom: 5px solid rgba(0, 0, 0, 0.3);
}

.content-item__wrap_additional {
    display: none;
}

.content-item_border-top {
    border-bottom: none;
    border-top: 5px solid #4a4a4a;
    margin-bottom: 20px;
}

.content-item_border-none {
    border: none;
    margin-bottom: 0;
}

.content-item__btn {
    padding-top: 10px;
    padding-bottom: 20px;
    text-align: center;
    width: 100%;
}

.content-item__btn_padding-large {
    padding-top: 20px;
}

.sidebar_right .content-item {
    background-color: transparent;
    border-radius: 0px;
    border-bottom: none;
}

.sidebar_right .content-item .trending-wrap,
.sidebar_right .content-item .latest-news {
    background-color: #fff;
    border-radius: 2px;
    border-bottom: 5px solid rgba(0, 0, 0, 0.3);
}

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

.news-item--video .news-item__icon_video {
    display: block;
}

.news-item--audio .news-item__icon_audio {
    display: block;
}

.news-item.tips-audio .news-item__title {
    min-height: 63px;
}

.news-item.tips-audio .news-item__img iframe {
    width: 100%;
    height: auto;
    min-height: 250px;
}

.news-item--column-l .news-item__title .news-item__title-link {
    font-size: 30px;
}

.news-item--column-l .news-item__cat {
    font-size: 14px;
}

.news-item--column-l .news-item__text {
    display: block;
}

.news-item--column-3 .news-item__content {
    padding-bottom: 9px;
}

.news-item--column-3 .news-item__title-link {
    font-size: 18px;
    font-weight: 500;
}

.news-item--column-m-2 .news-item__content {
    padding-bottom: 9px;
}

.news-item--column-m-2 .news-item__cat {
    margin-bottom: 16px;
}

.news-item--column-m-2 .news-item__meta {
    padding-top: 36px;
}

.news-item--column-m .news-item__title-link {
    font-size: 18px;
}

.news-item--row-m {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: start;
    padding-bottom: 10px;
}

.news-item--row-m .news-item__meta {
    padding-top: 26px;
}

.news-item--row-m .news-item__content {
    padding: 14px 19px 0px;
}

.news-item--row-m .news-item__title-link {
    font-size: 18px;
}

.news-item--row-s {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    margin-bottom: 10px;
}

.news-item--row-s .news-item__title-link {
    font-size: 14px;
}

.news-item--row-s .news-item__img {
    width: 100%;
    max-width: 100px;
}

.news-item--row-s .news-item__content {
    padding: 10px 15px 5px;
}

.news-item--row-s .news-item__meta {
    display: none;
}

.news-item__icon {
    display: none;
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    right: 0;
    color: #fff;
    z-index: 2;
}

.news-item__icon .icon-play,
.news-item__icon .icon-microphone {
    position: absolute;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
    height: auto;
    -webkit-transition-duration: .4s;
            transition-duration: .4s;
    fill: #fff;
    stroke: #fff;
    max-width: none;
}

.news-item__icon:hover i {
    color: #e23e36;
}

.news-item__icon i {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translateX(-50%) translateY(-50%);
            transform: translateX(-50%) translateY(-50%);
    font-size: 84px;
    text-shadow: 0 0 6px rgba(0, 0, 0, 0.6);
}

.news-item--row-s .news-item__icon i {
    font-size: 50px;
}

.news-item--column-l .news-item__icon i {
    font-size: 120px;
}

.news-item__img {
    position: relative;
    -ms-flex-negative: 0;
        flex-shrink: 0;
    overflow: hidden;
}

.news-item__img img {
    display: block;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
    -webkit-transition-duration: 1s;
            transition-duration: 1s;
}

.no-touchevents .news-item__img:hover .icon-play,
.no-touchevents .news-item__img:hover .icon-microphone,
.no-touchevents .news-item__img:active .icon-play,
.no-touchevents .news-item__img:active .icon-microphone,
.no-touchevents .news-item__img:focus .icon-play,
.no-touchevents .news-item__img:focus .icon-microphone {
    fill: #e23e36;
    stroke: #e23e36;
}

.no-touchevents .news-item__img:hover .icon-play svg,
.no-touchevents .news-item__img:hover .icon-microphone svg,
.no-touchevents .news-item__img:active .icon-play svg,
.no-touchevents .news-item__img:active .icon-microphone svg,
.no-touchevents .news-item__img:focus .icon-play svg,
.no-touchevents .news-item__img:focus .icon-microphone svg {
    width: 100%;
}

.no-touchevents .news-item__img:hover img,
.no-touchevents .news-item__img:active img,
.no-touchevents .news-item__img:focus img {
    -webkit-transform: scale(1.1);
            transform: scale(1.1);
}

.news-item__content {
    padding: 15px 19px 28px 19px;
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
}

.news-item__cat {
    display: inline-block;
    margin-bottom: 8px;
    color: #e23e36;
    font-weight: 500;
    font-size: 12px;
    text-transform: uppercase;
    -webkit-transition-duration: .2s;
            transition-duration: .2s;
}

.no-touchevents .news-item__cat:hover,
.no-touchevents .news-item__cat:active,
.no-touchevents .news-item__cat:focus {
    color: #000;
}

.news-item__title-link {
    display: inline-block;
    font-size: 30px;
    font-weight: 700;
    line-height: 1.19;
    -webkit-transition: color .3s ease;
    transition: color .3s ease;
}

.no-touchevents .news-item__title-link:hover,
.no-touchevents .news-item__title-link:active,
.no-touchevents .news-item__title-link:focus {
    color: #e23e36;
}

.latest-news .news-item__title-link {
    max-height: 60px;
}

.news-item--post .news-item__title-link,
.news-item--row-m .news-item__title-link {
    max-height: 90px;
}

.news__title-link {
    max-height: 80px;
    font-size: 18px;
    font-weight: 500;
    line-height: 1.19;
    display: inline-block;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.no-touchevents .news__title-link:hover,
.no-touchevents .news__title-link:active,
.no-touchevents .news__title-link:focus {
    color: #e23e36;
}

.news-item__text {
    display: none;
    padding-top: 24px;
    font-size: 18px;
    color: #7c7c7c;
}

.news-item__text a {
    color: #e23e36;
}

.no-touchevents .news-item__text a:hover,
.no-touchevents .news-item__text a:active,
.no-touchevents .news-item__text a:focus {
    text-decoration: underline;
}

.news-item__meta {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    padding-top: 30px;
    color: #7c7c7c;
    font-size: 12px;
    letter-spacing: 0.2px;
}

.news-item__time {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    color: #7c7c7c;
    -webkit-transition: color .3s ease;
    transition: color .3s ease;
}

.no-touchevents .news-item__time:hover,
.no-touchevents .news-item__time:active,
.no-touchevents .news-item__time:focus {
    color: #e23e36;
}

.no-touchevents .news-item__time:hover .icon-clock,
.no-touchevents .news-item__time:active .icon-clock,
.no-touchevents .news-item__time:focus .icon-clock {
    stroke: #e23e36;
}

.news-item__time .icon-clock {
    stroke: #7c7c7c;
    margin-right: 4px;
    -webkit-transition: stroke .3s ease;
    transition: stroke .3s ease;
}

.news-item__meta-link {
    display: inline-block;
    -webkit-transition-duration: .2s;
            transition-duration: .2s;
    -webkit-transition-property: color;
    transition-property: color;
    margin-left: 2px;
}

.no-touchevents .news-item__meta-link:hover,
.no-touchevents .news-item__meta-link:active,
.no-touchevents .news-item__meta-link:focus {
    color: #e23e36;
}

.news-now {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    background-color: #555;
    margin: 0 0 20px 0;
    border: 1px solid #7c7c7c;
}

.news-now__img {
    display: block;
}

.news-now__text {
    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;
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
    text-align: center;
    color: #fff;
}

.announcement {
    width: 100%;
    border-top: 5px solid #4a4a4a;
    margin-bottom: 20px;
    background-color: #fff;
}

.announcement__body {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: start;
    padding: 12px 0 5px;
    position: relative;
}

.announcement__body .card {
    width: 50%;
    text-align: center;
    min-height: 87px;
}

.announcement__body .card__img {
    margin-bottom: 5px;
}

.announcement__body .card__name {
    font-size: 13px;
    font-weight: 700;
    line-height: 1.15;
    text-align: center;
    color: #1e1e1e;
    text-transform: uppercase;
    display: block;
}

.announcement__vs {
    position: absolute;
    top: 37px;
    left: 50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
    font-size: 20px;
    line-height: 1.5;
    color: #1e1e1e;
}

.announcement__btn {
    padding-top: 10px;
    padding-bottom: 14px;
    text-align: center;
}

.announcement .card {
    width: 50%;
    text-align: center;
}

.announcement .card__img {
    margin-bottom: 5px;
}

.announcement .card__name {
    font-size: 13px;
    font-weight: 700;
    line-height: 1.15;
    text-align: center;
    color: #1e1e1e;
    text-transform: uppercase;
    display: block;
}

.sidebar-slider .slick-slide img {
    display: inline;
}

.sidebar-slider__card {
    outline: none;
    text-align: center;
}

.sidebar-slider .slick-dots {
    bottom: -3px;
}

.sidebar-slider .slick-dots li {
    width: 10px;
    margin: 0;
}

.sidebar-slider .slick-dots li button {
    width: 100%;
}

.sidebar-slider .slick-dots li button:before {
    content: '';
    width: 6px;
    height: 6px;
    border-radius: 50%;
    background-color: #fff;
    opacity: 1;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
}

.sidebar-slider .slick-dots li.slick-active button:before {
    background-color: #e23e36;
}

.sidebar_right .slick-list {
    overflow: visible;
}

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

.social__title {
    margin-right: 25px;
    color: #fff;
    font-size: 14px;
    font-weight: 700;
    text-transform: uppercase;
}

.social__list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    margin: -3px -3px 0;
}

.social__item {
    padding: 3px 3px 0;
}

.social__link {
    display: block;
    padding: 4px;
    border-radius: 50%;
    color: #e23e36;
    background-color: #fff;
    font-size: 16px;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
}

.no-touchevents .social__link:hover,
.no-touchevents .social__link:active,
.no-touchevents .social__link:focus {
    -webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
            box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
    -webkit-transform: translateY(-4px);
            transform: translateY(-4px);
}

.pw-button.__pw-size-48 .pw-button-icon {
    font-size: 36px;
    width: 50px !important;
    height: 50px !important;
    line-height: 1.4 !important;
}

.pw-widget.__pw-padding-true.__pw-layout-vertical .pw-button {
    padding-bottom: 0 !important;
    margin-bottom: 10px !important;
}

.pw-widget.__pw-layout-vertical .pw-jumbo-counter.__pw-size-48 .pw-jumbo-counter__value {
    font-size: 22px !important;
    color: #666666;
}

.pw-jumbo-counter__outer {
    font-family: Roboto, -apple-system, BlinkMacSystemFont, "Segoe UI", "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol" !important;
}

.pw-widget.__pw-layout-vertical .pw-jumbo-counter.__pw-size-48 .pw-jumbo-counter__label {
    font-weight: 500 !important;
    color: #666666;
}

.pw-button.__pw-size-48.__pw-radius-circle .pw-button__outer {
    -webkit-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
}

.pw-button.__pw-size-48.__pw-radius-circle .pw-button__outer:hover {
    background: gainsboro !important;
    -webkit-box-shadow: 0 1px 2px 1px rgba(0, 0, 0, 0.2);
            box-shadow: 0 1px 2px 1px rgba(0, 0, 0, 0.2);
}

.social-networks .shares {
    color: #666666;
    text-transform: uppercase;
    text-align: center;
    margin-bottom: 10px;
}

.social-networks .shares__sum {
    font-size: 22px;
    font-weight: 700;
    line-height: 1;
}

.social-networks .shares__label {
    font-size: 10px;
    font-weight: 500;
}

.social-networks__link {
    width: 100%;
    display: block;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    height: 50px;
    margin-bottom: 10px;
    border-radius: 50%;
    background-color: #eee;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
}

.social-networks__link span {
    width: 6px;
    height: 6px;
    border-radius: 50%;
    background-color: #666666;
    margin: auto 1px;
}

.social-networks__icon {
    margin: auto 0;
    max-width: 25px;
    max-height: 25px;
    fill: #666666;
}

.coefficient-card {
    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: stretch;
        -ms-flex-align: stretch;
            align-items: stretch;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    width: 100%;
    height: auto;
    border-radius: 2px;
    -webkit-box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.2);
            box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.2);
    border-top: 5px solid #4a4a4a;
    padding: 18px 16px 15px;
    text-align: center;
    margin-bottom: 20px;
}

.coefficient-card .match {
    margin-bottom: 10px;
    line-height: 1.2;
}

.coefficient-card .match__club {
    font-weight: 700;
    margin: 0;
    text-transform: uppercase;
    display: block;
    font-size: 20px;
}

.coefficient-card .match__vs {
    font-weight: 400;
    display: block;
    font-size: 20px;
}

.coefficient-card .announcement__body {
    padding: 0;
    margin: 0 0 13px;
}

.coefficient-card .announcement__body .announcement__vs {
    top: 17px;
}

.coefficient-card .ratio {
    border-radius: 5px;
    border: 1px solid rgba(74, 74, 74, 0.4);
    padding: 8px 12px 7px;
    margin-bottom: 8px;
}

.coefficient-card .ratio__numbers {
    font-size: 0px;
    letter-spacing: 0px;
}

.coefficient-card .ratio__numbers span {
    font-size: 34px;
    line-height: 1;
    font-weight: 400;
    margin-bottom: 1px;
    display: inline;
    letter-spacing: 0px;
}

.coefficient-card .ratio__desctription {
    font-size: 16px;
    font-weight: 500;
    text-transform: uppercase;
}

.coefficient-card__note {
    font-size: 16px;
    line-height: 1.13;
    font-weight: 500;
    margin-bottom: 8px;
}

.coefficient-card__description {
    text-transform: uppercase;
    font-size: 16px;
    line-height: 1;
    font-weight: 500;
    margin-bottom: 13px;
    padding: 0 25px;
}

.coefficient-card__btn {
    margin-bottom: 10px;
}

.coefficient-card__btn .btn {
    display: block;
    width: 100%;
    min-width: 100%;
    font-size: 14px;
    padding: 7px;
    color: #fff;
    background-color: #41ad49;
    text-decoration: none;
    -webkit-transition: background-color 0.3s ease, -webkit-box-shadow 0.3s ease;
    transition: background-color 0.3s ease, -webkit-box-shadow 0.3s ease;
    transition: background-color 0.3s ease, box-shadow 0.3s ease;
    transition: background-color 0.3s ease, box-shadow 0.3s ease, -webkit-box-shadow 0.3s ease;
}

.no-touchevents .coefficient-card__btn .btn:hover,
.no-touchevents .coefficient-card__btn .btn:active,
.no-touchevents .coefficient-card__btn .btn:focus {
    -webkit-box-shadow: 0 0 5px 1px rgba(0, 0, 0, 0.5);
            box-shadow: 0 0 5px 1px rgba(0, 0, 0, 0.5);
    text-decoration: none;
}

.coefficient-card__info {
    font-size: 10px;
    line-height: 1;
    font-weight: 400;
}

.coefficient-card__info a {
    color: #1a1a1a;
}

.coefficient-card__info a:hover {
    text-decoration: underline;
}

.coefficient-card_large {
    padding: 8px 48px 20px;
    margin-bottom: 30px;
}

.coefficient-card_large .coefficient-card__description {
    font-size: 18px;
    padding: 0;
    margin-bottom: 23px;
}

.coefficient-card_large .coefficient-card__note {
    margin-bottom: 11px;
}

.coefficient-card_large .match__club, .coefficient-card_large .match__vs {
    display: inline;
}

.coefficient-card_large .ratio {
    padding: 13px 12px 7px;
    margin-bottom: 26px;
}

.coefficient-card_large .ratio__numbers {
    margin-bottom: 7px;
}

.coefficient-card_large .ratio__numbers span {
    font-size: 40px;
}

.coefficient-card_large .coefficient-card__btn {
    margin-bottom: 8px;
}

.coefficient-card_large .coefficient-card__btn .btn {
    font-size: 22px;
    padding: 4px;
}

.not-found-page .article-page__container {
    padding: 20px;
}

.not-found-page .article-page__container img {
    width: 100%;
}

.not-found-page h3 {
    font-size: 30px;
}

.not-found-page p a {
    color: #e23e36;
    font-weight: 700;
}

.widget {
    background: #fff !important;
    margin-bottom: 20px;
}

.widget.widget_takeover_widget {
    background: none !important;
}

.widget.widget_takeover_widget a img.alignnone {
    margin: 0 auto;
}

.widget > p {
    margin: 0 20px 20px;
    padding: 0 0 15px;
}

.widget ul:not([class]) {
    padding: 0 20px 20px;
    text-align: left;
}

.widget ul:not([class]) li {
    position: relative;
    padding: 0 0 10px 15px;
}

.widget ul:not([class]) li:before {
    content: '';
    position: absolute;
    top: 6px;
    left: 0;
    width: 4px;
    height: 4px;
    background-color: #a9a9a9;
}

.widget ul:not([class]) li a {
    -webkit-transition: color .3s ease;
    transition: color .3s ease;
}

.widget ul:not([class]) li a:hover {
    color: #e23e36;
}

.widget select {
    border: 1px solid #eae8e3;
    display: block;
    width: 100%;
    padding: 8px;
    -webkit-appearance: menulist;
       -moz-appearance: menulist;
            appearance: menulist;
}

.widget .calendar_wrap {
    padding: 0 20px 20px;
    text-align: left;
}

.widget .calendar_wrap table {
    width: 100%;
}

.widget .tagcloud {
    padding: 0 20px 20px;
    text-align: left;
}

.widget .tagcloud a {
    -webkit-transition: color .3s ease;
    transition: color .3s ease;
}

.widget .tagcloud a:hover {
    color: #e23e36;
}

.widget .custom-html-widget {
    padding: 0 20px 20px;
}

.widget form {
    padding: 0 20px 20px;
}

.widget .search-form {
    padding: 0 20px 20px;
}

.widget .search-form input[type="search"] {
    border: 1px solid #eae8e3;
    height: 40px;
    padding: 8px;
}

.widget .search-form input[type="submit"] {
    padding: 7px 5px;
    text-align: center;
    font-size: 14px;
    text-transform: uppercase;
    background: #eae8e3;
    display: inline-block;
    height: 40px;
    cursor: pointer;
    -webkit-transition: color .3s ease, background .3s ease;
    transition: color .3s ease, background .3s ease;
}

.widget .search-form input[type="submit"]:hover {
    background: #e23e36;
    color: #fff;
}

.newsletter {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    max-width: 300px;
    padding: 8px 10px;
    border: 1px solid #f6f4f2;
    border-radius: 3px;
    color: #fff;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
}

.newsletter--blue {
    background-color: #205e9f;
    max-width: 100%;
}

.no-touchevents .newsletter--blue .newsletter__link:hover,
.no-touchevents .newsletter--blue .newsletter__link:active,
.no-touchevents .newsletter--blue .newsletter__link:focus {
    color: #205e9f;
}

.newsletter__icon {
    width: 40px;
    height: 40px;
    color: #fff;
    color: #fff;
    font-size: 40px;
    -ms-flex-negative: 0;
        flex-shrink: 0;
}

.newsletter__text {
    margin: 0 10px;
    font-size: 12px;
    font-weight: 500;
    text-transform: uppercase;
    -webkit-box-flex: 1;
        -ms-flex: 1 1 auto;
            flex: 1 1 auto;
}

.newsletter__link {
    padding: 13px 10px;
    border: 1px solid rgba(255, 255, 255, 0.5);
    border-radius: 3px;
    color: #fff;
    font-size: 12px;
    font-weight: 500;
    line-height: 1;
    white-space: nowrap;
    text-transform: uppercase;
    -webkit-transition: color 0.3s, background-color 0.3s;
    transition: color 0.3s, background-color 0.3s;
}

.no-touchevents .newsletter__link:hover,
.no-touchevents .newsletter__link:active,
.no-touchevents .newsletter__link:focus {
    color: #e23e36;
    background-color: #fff;
}

.dropdown {
    display: inline-block;
    position: relative;
}

.dropdown .flag-icon {
    margin-right: 3px;
}

.dropdown .icon-arrow-down {
    margin-left: 8px;
    color: #fff;
    font-size: 15px;
    -webkit-transition: -webkit-transform 0.3s;
    transition: -webkit-transform 0.3s;
    transition: transform 0.3s;
    transition: transform 0.3s, -webkit-transform 0.3s;
    will-change: transform;
}

.no-touchevents .dropdown:hover .dropdown__content,
.no-touchevents .dropdown:active .dropdown__content,
.no-touchevents .dropdown:focus .dropdown__content {
    visibility: visible;
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0);
}

.no-touchevents .dropdown:hover .icon-arrow-down,
.no-touchevents .dropdown:active .icon-arrow-down,
.no-touchevents .dropdown:focus .icon-arrow-down {
    color: #e23e36;
    -webkit-transform: rotate(-180deg);
            transform: rotate(-180deg);
}

.no-touchevents .dropdown:hover .dropdown__btn,
.no-touchevents .dropdown:active .dropdown__btn,
.no-touchevents .dropdown:focus .dropdown__btn {
    color: #e23e36;
    background-color: #fff;
    -webkit-box-shadow: 0 3px 6px rgba(17, 17, 17, 0.15);
            box-shadow: 0 3px 6px rgba(17, 17, 17, 0.15);
}

.dropdown.show .icon-arrow-down {
    -webkit-transform: rotate(-180deg);
            transform: rotate(-180deg);
    color: #e23e36;
}

.dropdown.show .dropdown__btn {
    background-color: #fff;
    color: #e23e36;
    -webkit-box-shadow: 0 3px 6px rgba(17, 17, 17, 0.15);
            box-shadow: 0 3px 6px rgba(17, 17, 17, 0.15);
}

.dropdown__content {
    visibility: hidden;
    float: left;
    overflow: auto;
    position: absolute;
    z-index: 100;
    top: 100%;
    left: 0;
    min-width: 100%;
    max-height: 400px;
    padding: 0;
    border-bottom-right-radius: 5px;
    border-bottom-left-radius: 5px;
    opacity: 0;
    background-color: #fff;
    background-clip: padding-box;
    -webkit-box-shadow: 0 4px 6px rgba(17, 17, 17, 0.15);
            box-shadow: 0 4px 6px rgba(17, 17, 17, 0.15);
    -webkit-transition: opacity 0.3s, visibility 0.3s;
    transition: opacity 0.3s, visibility 0.3s;
    -webkit-overflow-scrolling: touch;
}

.show > .dropdown__content {
    visibility: visible;
    opacity: 1;
}

.dropdown__btn {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    padding: 10px;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
    outline: 0;
    color: #fff;
    background-color: transparent;
    font-size: 15px;
    line-height: 1;
    text-transform: uppercase;
    -webkit-transition: background-color 0.3s;
    transition: background-color 0.3s;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
}

.dropdown__item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding: 10px;
    color: #e23e36;
    font-size: 14px;
    line-height: 1;
    white-space: nowrap;
    text-transform: uppercase;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-transition: background-color 0.3s, color 0.3s;
    transition: background-color 0.3s, color 0.3s;
}

.no-touchevents .dropdown__item:hover,
.no-touchevents .dropdown__item:active,
.no-touchevents .dropdown__item:focus {
    color: #fff;
    background-color: #e23e36;
}

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

.trending {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding: 13px 10px 16px;
}

.no-touchevents .trending:hover .trending__text,
.no-touchevents .trending:active .trending__text,
.no-touchevents .trending:focus .trending__text {
    color: #e23e36;
}

.trending.trending--top .icon-top {
    display: block;
}

.trending.trending--top .icon-neutral {
    display: none;
}

.trending.trending--neutral .icon-neutral {
    display: block;
}

.trending.trending--neutral .icon-top {
    display: none;
}

.trending.trending--neutral .icon-down {
    display: none;
}

.trending.trending--down .icon-down {
    display: block;
}

.trending.trending--down .icon-neutral {
    display: none;
}

.trending__icon {
    padding-right: 15px;
    padding-top: 4px;
}

.trending__icon .icon-top,
.trending__icon .icon-down {
    display: none;
}

.trending__icon .icon-top {
    fill: #79b137;
}

.trending__icon .icon-down {
    fill: #e23e37;
}

.trending__icon .icon-neutral {
    fill: #a9a9a9;
}

.trending__text {
    padding-right: 5px;
    font-weight: 500;
    color: #1e1e1e;
    font-size: 16px;
    line-height: 1;
    -webkit-transition-duration: .2s;
            transition-duration: .2s;
    max-height: 60px;
}

.row-banner {
    position: relative;
    padding: 20px 0 10px;
    margin-bottom: 20px;
    background-repeat: repeat;
    height: auto;
    background-position: 50%;
    background-repeat: repeat;
    background-size: 50px 50px;
    text-align: center;
}

.row-banner.row-banner_mobile {
    display: none;
}

.row-banner iframe {
    width: 100%;
}

.row-banner__label {
    position: absolute;
    font-size: 10px;
    line-height: 20px;
    text-align: center;
    top: 0;
    width: 100%;
    margin: auto;
    color: #a9a9a9;
}

.row-banner_large {
    margin-top: 8px;
    padding: 27px 0 22px;
}

.row-banner_large iframe {
    max-width: 970px;
}

.row-banner_large .row-banner__label {
    top: 4px;
}

.row-banner_padding-none {
    padding: 0;
    margin-bottom: 20px;
}

.row-banner_padding-none .row-banner__label {
    display: none;
}

.row-banner img {
    display: block;
    margin: auto;
    max-width: 100%;
    height: auto;
}

.col-banner {
    position: relative;
    margin-bottom: 20px;
    overflow: hidden;
}

.col-banner__img img {
    display: block;
    margin: auto;
    border-radius: 2px;
    overflow: hidden;
    border-bottom: 5px solid #7c7c7c;
}

.col-banner__link {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    padding-bottom: 20px;
}

.article-page__container {
    background-color: #fff;
    margin-bottom: 38px;
    overflow: hidden;
}

.article-page__head {
    padding-left: 100px;
    padding-right: 100px;
    padding-top: 24px;
}

.article-page__cat {
    display: block;
    padding-bottom: 4px;
    font-weight: 500;
    font-size: 14px;
    line-height: 1.71;
    color: #e23e36;
    text-transform: uppercase;
}

.article-page__title {
    padding-bottom: 29px;
    font-size: 30px;
    color: #1e1e1e;
    font-weight: 700;
}

.article-page__meta {
    padding-bottom: 18px;
    margin: auto;
    color: #7c7c7c;
    font-size: 14px;
    line-height: 1.57;
    font-weight: 500;
}

.article-page__meta a {
    -webkit-transition: color 0.3s ease;
    transition: color 0.3s ease;
}

.no-touchevents .article-page__meta a:hover,
.no-touchevents .article-page__meta a:active,
.no-touchevents .article-page__meta a:focus {
    color: #e23e36;
}

.article-page__img {
    padding-bottom: 30px;
}

.article-page__img a {
    display: block;
    overflow: hidden;
}

.article-page__img a:hover img {
    -webkit-transform: scale3d(1.1, 1.1, 1.1);
            transform: scale3d(1.1, 1.1, 1.1);
}

.article-page__img img {
    display: block;
    -webkit-transition: -webkit-transform 0.5s ease;
    transition: -webkit-transform 0.5s ease;
    transition: transform 0.5s ease;
    transition: transform 0.5s ease, -webkit-transform 0.5s ease;
    width: 100%;
}

.article-page__img iframe {
    width: 100%;
    height: 530px;
}

.article-page__body {
    padding: 0;
    margin: auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
    -webkit-box-align: stretch;
        -ms-flex-align: stretch;
            align-items: stretch;
}

.article-page__content {
    padding: 0 100px 0 0;
    width: calc(100% - 120px);
}

.article-page__label {
    font-size: 12px;
    line-height: 1;
    color: #a9a9a9;
    text-align: center;
}

.article-page__label_top {
    padding-bottom: 9px;
}

.article-page__label_bottom {
    padding-top: 9px;
    padding-bottom: 34px;
}

.article-page__social-networks {
    -webkit-box-flex: 0;
        -ms-flex: none;
            flex: none;
    width: 50px;
    padding: 95px 40px 30px 30px;
    -webkit-box-sizing: content-box;
            box-sizing: content-box;
}

.article-nav {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    margin-bottom: 30px;
    background-color: #fff;
    -webkit-transition-duration: .2s;
            transition-duration: .2s;
    min-height: 100px;
}

.no-touchevents .article-nav:hover,
.no-touchevents .article-nav:active,
.no-touchevents .article-nav:focus {
    -webkit-box-shadow: 0 5px 10px 0 rgba(30, 30, 30, 0.15);
            box-shadow: 0 5px 10px 0 rgba(30, 30, 30, 0.15);
}

.no-touchevents .article-nav:hover .article-nav__icon svg,
.no-touchevents .article-nav:active .article-nav__icon svg,
.no-touchevents .article-nav:focus .article-nav__icon svg {
    fill: #e23e36;
}

.no-touchevents .article-nav--left:hover .article-nav__icon,
.no-touchevents .article-nav--left:active .article-nav__icon,
.no-touchevents .article-nav--left:focus .article-nav__icon {
    -webkit-transform: translateX(-10px);
            transform: translateX(-10px);
}

.article-nav--left .icon-arrow-next {
    display: none;
}

.article-nav--left .article-nav__icon-text_next {
    display: none;
}

.article-nav--right {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
}

.no-touchevents .article-nav--right:hover .article-nav__icon,
.no-touchevents .article-nav--right:active .article-nav__icon,
.no-touchevents .article-nav--right:focus .article-nav__icon {
    -webkit-transform: translateX(10px);
            transform: translateX(10px);
}

.article-nav--right .icon-arrow-prev {
    display: none;
}

.article-nav--right .article-nav__icon-text {
    -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
            order: 3;
}

.article-nav--right .article-nav__icon-text_prev {
    display: none;
}

.article-nav__icon {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    width: 17%;
    -ms-flex-negative: 0;
        flex-shrink: 0;
    -webkit-transform: translateX(0);
            transform: translateX(0);
    -webkit-transition-duration: .4s;
            transition-duration: .4s;
    -ms-flex-item-align: center;
        align-self: center;
}

.article-nav__icon .icon-arrow-next,
.article-nav__icon .icon-arrow-prev {
    -webkit-transition-duration: .2s;
            transition-duration: .2s;
    width: 100%;
    height: 30px;
}

.article-nav__icon-text {
    display: none;
    padding: 15px 10px 0;
    text-align: center;
    font-size: 12px;
    line-height: 1.2;
}

.article-nav__img {
    -ms-flex-negative: 0;
        flex-shrink: 0;
    -webkit-box-flex: 0;
        -ms-flex-positive: 0;
            flex-grow: 0;
}

.article-nav__img img {
    display: block;
    max-width: 100%;
    height: auto;
}

.article-nav__content {
    padding: 20px 17px;
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    height: 100%;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    width: 100%;
}

.article-nav__cat {
    font-weight: 500;
    font-size: 12px;
    line-height: 1;
    color: #e23e36;
    text-transform: uppercase;
    position: absolute;
    top: 10px;
    left: 17px;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
    width: calc(100% - 36px);
}

.article-nav__title {
    font-size: 14px;
    line-height: 1.14;
    color: #1e1e1e;
    font-weight: 700;
    max-height: 48px;
}

.content-link {
    position: relative;
    padding: 20px 0 27px;
    margin-bottom: 1.3em;
}

.content-link:after, .content-link:before {
    content: '';
    position: absolute;
    left: -100%;
    right: -100%;
    height: 2px;
    background-color: #eae8e3;
}

.content-link:after {
    top: 0;
}

.content-link:before {
    bottom: 0;
}

.content-link__text {
    display: block;
    text-align: center;
    font-weight: 700;
    font-size: 18px;
}

.new-item {
    opacity: 0;
    -webkit-transform: translateY(25px);
            transform: translateY(25px);
}

.news-article {
    margin-bottom: 21px;
    -webkit-transition: all 1s linear;
    transition: all 1s linear;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.news-article .news-item__text {
    font-size: 14px;
    padding-top: 14px;
}

.news-article .news-item__cat {
    margin-bottom: 8px;
}

.news-article .news-item__img {
    max-width: 300px;
}

.news-article .news-item__content {
    padding: 15px 19px 0 19px;
}

.news-article .news-item__meta {
    padding-top: 20px;
}

.not-found-text {
    padding: 20px;
    background: #fff;
    font-size: 24px;
    color: #e23e36;
    text-align: center;
    margin-bottom: 25px;
}

.item-banner {
    margin-bottom: 20px;
}

.cli-plugin-button {
    background: #e23e36 !important;
    margin: 0 10px;
    -webkit-transition: -webkit-box-shadow 0.3s ease;
    transition: -webkit-box-shadow 0.3s ease;
    transition: box-shadow 0.3s ease;
    transition: box-shadow 0.3s ease, -webkit-box-shadow 0.3s ease;
}

.cli-plugin-button:hover {
    -webkit-box-shadow: 0 0 5px 1px rgba(0, 0, 0, 0.5);
            box-shadow: 0 0 5px 1px rgba(0, 0, 0, 0.5);
}

.cli-plugin-main-link {
    font-weight: 700 !important;
    display: inline-block;
    -webkit-transition: color 0.3s ease;
    transition: color 0.3s ease;
}

.cli-plugin-main-link:hover {
    color: #e23e36 !important;
}

#cookie-law-info-again {
    -webkit-box-shadow: 0 0 3px 1px rgba(0, 0, 0, 0.2);
            box-shadow: 0 0 3px 1px rgba(0, 0, 0, 0.2);
}

.footer__social {
    padding: 20px 0;
    background-color: #e23e36;
}

.footer__social-holder {
    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;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
}

.footer__nav {
    background-color: #f4f4f4;
}

.footer__nav nav ul {
    margin: 0 -10px;
}

.footer__nav nav ul > li {
    padding: 0 10px;
}

.footer__nav nav ul > li a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding: 17px 20px;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    color: #7c7c7c;
    font-size: 16px;
    position: relative;
    -webkit-transition: color 0.3s;
    transition: color 0.3s;
}

.no-touchevents .footer__nav nav ul > li a:hover,
.no-touchevents .footer__nav nav ul > li a:active,
.no-touchevents .footer__nav nav ul > li a:focus {
    color: #e23e36;
}

.footer__nav nav ul > li a:after {
    content: '';
    position: absolute;
    top: 50%;
    right: 14px;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
    background-image: url("../images/arrow-next.svg");
    background-size: 12px 20px;
    width: 12px;
    height: 20px;
}

.footer__main {
    padding: 20px 0 35px;
    background-color: #e23e36;
}

.footer__main-holder {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    color: #fff;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
}

.footer__devices {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    color: #fff;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
}

.footer__devices svg:not(:last-child) {
    margin-right: 10px;
}

.footer__devices svg:first-child {
    margin-right: 20px;
}

.footer__devices .icon-desktop {
    font-size: 25px;
}

.footer__devices .icon-laptop {
    font-size: 25px;
}

.footer__devices .icon-tablet {
    font-size: 18px;
}

.footer__devices .icon-mobile {
    font-size: 16px;
}

.footer__copyright {
    margin-top: 30px;
    margin-right: auto;
    margin-left: auto;
    color: #fff;
    font-size: 12px;
    line-height: 1.3;
    text-align: center;
    word-break: break-word;
    -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
            order: 3;
}

.footer__copyright p:last-child {
    margin-top: 20px;
}

.footer__copyright a {
    color: #fff;
}

.no-touchevents .footer__copyright a:hover,
.no-touchevents .footer__copyright a:active,
.no-touchevents .footer__copyright a:focus {
    text-decoration: underline;
}

.footer__license {
    -ms-flex-negative: 0;
        flex-shrink: 0;
}

.opta__text {
    display: block;
    margin-bottom: 10px;
    color: #fff;
    font-size: 12px;
}

@media (min-width: 30em) {
    .footer__nav nav ul > li a {
        padding: 12px 20px;
    }
    .footer__copyright {
        margin-top: 0;
        padding: 12px 10px 0;
    }
    .opta {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
    }
}

@media (min-width: 30.01em) {
    .footer__nav nav ul {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: center;
            -ms-flex-pack: center;
                justify-content: center;
    }
    .footer__main-holder {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
            -ms-flex-direction: row;
                flex-direction: row;
        -webkit-box-align: start;
            -ms-flex-align: start;
                align-items: flex-start;
    }
    .opta__text {
        margin-top: 10px;
        margin-right: 20px;
    }
}

@media (min-width: 576px) {
    .container {
        max-width: 540px;
    }
    .col-sm {
        -ms-flex-preferred-size: 0;
            flex-basis: 0;
        -webkit-box-flex: 1;
            -ms-flex-positive: 1;
                flex-grow: 1;
        max-width: 100%;
    }
    .col-sm-auto {
        -webkit-box-flex: 0;
            -ms-flex: 0 0 auto;
                flex: 0 0 auto;
        width: auto;
        max-width: none;
    }
    .col-sm-1 {
        -webkit-box-flex: 0;
            -ms-flex: 0 0 8.33333%;
                flex: 0 0 8.33333%;
        max-width: 8.33333%;
    }
    .col-sm-2 {
        -webkit-box-flex: 0;
            -ms-flex: 0 0 16.66667%;
                flex: 0 0 16.66667%;
        max-width: 16.66667%;
    }
    .col-sm-3 {
        -webkit-box-flex: 0;
            -ms-flex: 0 0 25%;
                flex: 0 0 25%;
        max-width: 25%;
    }
    .col-sm-4 {
        -webkit-box-flex: 0;
            -ms-flex: 0 0 33.33333%;
                flex: 0 0 33.33333%;
        max-width: 33.33333%;
    }
    .col-sm-5 {
        -webkit-box-flex: 0;
            -ms-flex: 0 0 41.66667%;
                flex: 0 0 41.66667%;
        max-width: 41.66667%;
    }
    .col-sm-6 {
        -webkit-box-flex: 0;
            -ms-flex: 0 0 50%;
                flex: 0 0 50%;
        max-width: 50%;
    }
    .col-sm-7 {
        -webkit-box-flex: 0;
            -ms-flex: 0 0 58.33333%;
                flex: 0 0 58.33333%;
        max-width: 58.33333%;
    }
    .col-sm-8 {
        -webkit-box-flex: 0;
            -ms-flex: 0 0 66.66667%;
                flex: 0 0 66.66667%;
        max-width: 66.66667%;
    }
    .col-sm-9 {
        -webkit-box-flex: 0;
            -ms-flex: 0 0 75%;
                flex: 0 0 75%;
        max-width: 75%;
    }
    .col-sm-10 {
        -webkit-box-flex: 0;
            -ms-flex: 0 0 83.33333%;
                flex: 0 0 83.33333%;
        max-width: 83.33333%;
    }
    .col-sm-11 {
        -webkit-box-flex: 0;
            -ms-flex: 0 0 91.66667%;
                flex: 0 0 91.66667%;
        max-width: 91.66667%;
    }
    .col-sm-12 {
        -webkit-box-flex: 0;
            -ms-flex: 0 0 100%;
                flex: 0 0 100%;
        max-width: 100%;
    }
    .order-sm-first {
        -webkit-box-ordinal-group: 0;
            -ms-flex-order: -1;
                order: -1;
    }
    .order-sm-last {
        -webkit-box-ordinal-group: 14;
            -ms-flex-order: 13;
                order: 13;
    }
    .order-sm-0 {
        -webkit-box-ordinal-group: 1;
            -ms-flex-order: 0;
                order: 0;
    }
    .order-sm-1 {
        -webkit-box-ordinal-group: 2;
            -ms-flex-order: 1;
                order: 1;
    }
    .order-sm-2 {
        -webkit-box-ordinal-group: 3;
            -ms-flex-order: 2;
                order: 2;
    }
    .order-sm-3 {
        -webkit-box-ordinal-group: 4;
            -ms-flex-order: 3;
                order: 3;
    }
    .order-sm-4 {
        -webkit-box-ordinal-group: 5;
            -ms-flex-order: 4;
                order: 4;
    }
    .order-sm-5 {
        -webkit-box-ordinal-group: 6;
            -ms-flex-order: 5;
                order: 5;
    }
    .order-sm-6 {
        -webkit-box-ordinal-group: 7;
            -ms-flex-order: 6;
                order: 6;
    }
    .order-sm-7 {
        -webkit-box-ordinal-group: 8;
            -ms-flex-order: 7;
                order: 7;
    }
    .order-sm-8 {
        -webkit-box-ordinal-group: 9;
            -ms-flex-order: 8;
                order: 8;
    }
    .order-sm-9 {
        -webkit-box-ordinal-group: 10;
            -ms-flex-order: 9;
                order: 9;
    }
    .order-sm-10 {
        -webkit-box-ordinal-group: 11;
            -ms-flex-order: 10;
                order: 10;
    }
    .order-sm-11 {
        -webkit-box-ordinal-group: 12;
            -ms-flex-order: 11;
                order: 11;
    }
    .order-sm-12 {
        -webkit-box-ordinal-group: 13;
            -ms-flex-order: 12;
                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%;
    }
    .d-sm-none {
        display: none !important;
    }
    .d-sm-inline {
        display: inline !important;
    }
    .d-sm-inline-block {
        display: inline-block !important;
    }
    .d-sm-block {
        display: block !important;
    }
    .d-sm-table {
        display: table !important;
    }
    .d-sm-table-row {
        display: table-row !important;
    }
    .d-sm-table-cell {
        display: table-cell !important;
    }
    .d-sm-flex {
        display: -webkit-box !important;
        display: -ms-flexbox !important;
        display: flex !important;
    }
    .d-sm-inline-flex {
        display: -webkit-inline-box !important;
        display: -ms-inline-flexbox !important;
        display: inline-flex !important;
    }
    .flex-sm-row {
        -webkit-box-orient: horizontal !important;
        -webkit-box-direction: normal !important;
            -ms-flex-direction: row !important;
                flex-direction: row !important;
    }
    .flex-sm-column {
        -webkit-box-orient: vertical !important;
        -webkit-box-direction: normal !important;
            -ms-flex-direction: column !important;
                flex-direction: column !important;
    }
    .flex-sm-row-reverse {
        -webkit-box-orient: horizontal !important;
        -webkit-box-direction: reverse !important;
            -ms-flex-direction: row-reverse !important;
                flex-direction: row-reverse !important;
    }
    .flex-sm-column-reverse {
        -webkit-box-orient: vertical !important;
        -webkit-box-direction: reverse !important;
            -ms-flex-direction: column-reverse !important;
                flex-direction: column-reverse !important;
    }
    .flex-sm-wrap {
        -ms-flex-wrap: wrap !important;
            flex-wrap: wrap !important;
    }
    .flex-sm-nowrap {
        -ms-flex-wrap: nowrap !important;
            flex-wrap: nowrap !important;
    }
    .flex-sm-wrap-reverse {
        -ms-flex-wrap: wrap-reverse !important;
            flex-wrap: wrap-reverse !important;
    }
    .flex-sm-fill {
        -webkit-box-flex: 1 !important;
            -ms-flex: 1 1 auto !important;
                flex: 1 1 auto !important;
    }
    .flex-sm-grow-0 {
        -webkit-box-flex: 0 !important;
            -ms-flex-positive: 0 !important;
                flex-grow: 0 !important;
    }
    .flex-sm-grow-1 {
        -webkit-box-flex: 1 !important;
            -ms-flex-positive: 1 !important;
                flex-grow: 1 !important;
    }
    .flex-sm-shrink-0 {
        -ms-flex-negative: 0 !important;
            flex-shrink: 0 !important;
    }
    .flex-sm-shrink-1 {
        -ms-flex-negative: 1 !important;
            flex-shrink: 1 !important;
    }
    .justify-content-sm-start {
        -webkit-box-pack: start !important;
            -ms-flex-pack: start !important;
                justify-content: flex-start !important;
    }
    .justify-content-sm-end {
        -webkit-box-pack: end !important;
            -ms-flex-pack: end !important;
                justify-content: flex-end !important;
    }
    .justify-content-sm-center {
        -webkit-box-pack: center !important;
            -ms-flex-pack: center !important;
                justify-content: center !important;
    }
    .justify-content-sm-between {
        -webkit-box-pack: justify !important;
            -ms-flex-pack: justify !important;
                justify-content: space-between !important;
    }
    .justify-content-sm-around {
        -ms-flex-pack: distribute !important;
            justify-content: space-around !important;
    }
    .align-items-sm-start {
        -webkit-box-align: start !important;
            -ms-flex-align: start !important;
                align-items: flex-start !important;
    }
    .align-items-sm-end {
        -webkit-box-align: end !important;
            -ms-flex-align: end !important;
                align-items: flex-end !important;
    }
    .align-items-sm-center {
        -webkit-box-align: center !important;
            -ms-flex-align: center !important;
                align-items: center !important;
    }
    .align-items-sm-baseline {
        -webkit-box-align: baseline !important;
            -ms-flex-align: baseline !important;
                align-items: baseline !important;
    }
    .align-items-sm-stretch {
        -webkit-box-align: stretch !important;
            -ms-flex-align: stretch !important;
                align-items: stretch !important;
    }
    .align-content-sm-start {
        -ms-flex-line-pack: start !important;
            align-content: flex-start !important;
    }
    .align-content-sm-end {
        -ms-flex-line-pack: end !important;
            align-content: flex-end !important;
    }
    .align-content-sm-center {
        -ms-flex-line-pack: center !important;
            align-content: center !important;
    }
    .align-content-sm-between {
        -ms-flex-line-pack: justify !important;
            align-content: space-between !important;
    }
    .align-content-sm-around {
        -ms-flex-line-pack: distribute !important;
            align-content: space-around !important;
    }
    .align-content-sm-stretch {
        -ms-flex-line-pack: stretch !important;
            align-content: stretch !important;
    }
    .align-self-sm-auto {
        -ms-flex-item-align: auto !important;
            align-self: auto !important;
    }
    .align-self-sm-start {
        -ms-flex-item-align: start !important;
            align-self: flex-start !important;
    }
    .align-self-sm-end {
        -ms-flex-item-align: end !important;
            align-self: flex-end !important;
    }
    .align-self-sm-center {
        -ms-flex-item-align: center !important;
            align-self: center !important;
    }
    .align-self-sm-baseline {
        -ms-flex-item-align: baseline !important;
            align-self: baseline !important;
    }
    .align-self-sm-stretch {
        -ms-flex-item-align: stretch !important;
            align-self: stretch !important;
    }
}

@media (min-width: 48em) {
    .header__social--mobile {
        display: none;
    }
    .logo__text {
        max-width: 167px;
    }
    .primary-menu nav ul {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        margin: 0 -10px;
    }
    .primary-menu nav ul li {
        padding: 0 0px;
        margin-bottom: 0;
    }
    .primary-menu nav ul li a {
        padding: 22px 10px;
        color: #fff;
        font-size: 14px;
        font-weight: 700;
        text-transform: uppercase;
        background-color: transparent;
    }
    .primary-menu nav ul li a:before {
        content: '';
        left: 0;
        bottom: 0;
        height: 0;
        width: 100%;
        display: block;
        position: absolute;
        background-color: #fff;
        position: absolute;
        -webkit-transition: all .2s ease-in-out;
        transition: all .2s ease-in-out;
    }
    .primary-menu nav ul li a:hover {
        background: none;
        color: #fff;
    }
    .primary-menu nav ul li a:hover:before {
        height: 10px;
    }
    .primary-menu nav ul li.active a {
        background-color: #fff;
        color: #e23e36;
    }
    .cms-content iframe {
        min-height: 400px;
    }
    .three-columns .news-item__title {
        min-height: 70px;
    }
    .footer__social-holder {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
            -ms-flex-direction: row;
                flex-direction: row;
    }
}

@media (min-width: 768px) {
    .container {
        max-width: 720px;
    }
    .col-md {
        -ms-flex-preferred-size: 0;
            flex-basis: 0;
        -webkit-box-flex: 1;
            -ms-flex-positive: 1;
                flex-grow: 1;
        max-width: 100%;
    }
    .col-md-auto {
        -webkit-box-flex: 0;
            -ms-flex: 0 0 auto;
                flex: 0 0 auto;
        width: auto;
        max-width: none;
    }
    .col-md-1 {
        -webkit-box-flex: 0;
            -ms-flex: 0 0 8.33333%;
                flex: 0 0 8.33333%;
        max-width: 8.33333%;
    }
    .col-md-2 {
        -webkit-box-flex: 0;
            -ms-flex: 0 0 16.66667%;
                flex: 0 0 16.66667%;
        max-width: 16.66667%;
    }
    .col-md-3 {
        -webkit-box-flex: 0;
            -ms-flex: 0 0 25%;
                flex: 0 0 25%;
        max-width: 25%;
    }
    .col-md-4 {
        -webkit-box-flex: 0;
            -ms-flex: 0 0 33.33333%;
                flex: 0 0 33.33333%;
        max-width: 33.33333%;
    }
    .col-md-5 {
        -webkit-box-flex: 0;
            -ms-flex: 0 0 41.66667%;
                flex: 0 0 41.66667%;
        max-width: 41.66667%;
    }
    .col-md-6 {
        -webkit-box-flex: 0;
            -ms-flex: 0 0 50%;
                flex: 0 0 50%;
        max-width: 50%;
    }
    .col-md-7 {
        -webkit-box-flex: 0;
            -ms-flex: 0 0 58.33333%;
                flex: 0 0 58.33333%;
        max-width: 58.33333%;
    }
    .col-md-8 {
        -webkit-box-flex: 0;
            -ms-flex: 0 0 66.66667%;
                flex: 0 0 66.66667%;
        max-width: 66.66667%;
    }
    .col-md-9 {
        -webkit-box-flex: 0;
            -ms-flex: 0 0 75%;
                flex: 0 0 75%;
        max-width: 75%;
    }
    .col-md-10 {
        -webkit-box-flex: 0;
            -ms-flex: 0 0 83.33333%;
                flex: 0 0 83.33333%;
        max-width: 83.33333%;
    }
    .col-md-11 {
        -webkit-box-flex: 0;
            -ms-flex: 0 0 91.66667%;
                flex: 0 0 91.66667%;
        max-width: 91.66667%;
    }
    .col-md-12 {
        -webkit-box-flex: 0;
            -ms-flex: 0 0 100%;
                flex: 0 0 100%;
        max-width: 100%;
    }
    .order-md-first {
        -webkit-box-ordinal-group: 0;
            -ms-flex-order: -1;
                order: -1;
    }
    .order-md-last {
        -webkit-box-ordinal-group: 14;
            -ms-flex-order: 13;
                order: 13;
    }
    .order-md-0 {
        -webkit-box-ordinal-group: 1;
            -ms-flex-order: 0;
                order: 0;
    }
    .order-md-1 {
        -webkit-box-ordinal-group: 2;
            -ms-flex-order: 1;
                order: 1;
    }
    .order-md-2 {
        -webkit-box-ordinal-group: 3;
            -ms-flex-order: 2;
                order: 2;
    }
    .order-md-3 {
        -webkit-box-ordinal-group: 4;
            -ms-flex-order: 3;
                order: 3;
    }
    .order-md-4 {
        -webkit-box-ordinal-group: 5;
            -ms-flex-order: 4;
                order: 4;
    }
    .order-md-5 {
        -webkit-box-ordinal-group: 6;
            -ms-flex-order: 5;
                order: 5;
    }
    .order-md-6 {
        -webkit-box-ordinal-group: 7;
            -ms-flex-order: 6;
                order: 6;
    }
    .order-md-7 {
        -webkit-box-ordinal-group: 8;
            -ms-flex-order: 7;
                order: 7;
    }
    .order-md-8 {
        -webkit-box-ordinal-group: 9;
            -ms-flex-order: 8;
                order: 8;
    }
    .order-md-9 {
        -webkit-box-ordinal-group: 10;
            -ms-flex-order: 9;
                order: 9;
    }
    .order-md-10 {
        -webkit-box-ordinal-group: 11;
            -ms-flex-order: 10;
                order: 10;
    }
    .order-md-11 {
        -webkit-box-ordinal-group: 12;
            -ms-flex-order: 11;
                order: 11;
    }
    .order-md-12 {
        -webkit-box-ordinal-group: 13;
            -ms-flex-order: 12;
                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%;
    }
    .d-md-none {
        display: none !important;
    }
    .d-md-inline {
        display: inline !important;
    }
    .d-md-inline-block {
        display: inline-block !important;
    }
    .d-md-block {
        display: block !important;
    }
    .d-md-table {
        display: table !important;
    }
    .d-md-table-row {
        display: table-row !important;
    }
    .d-md-table-cell {
        display: table-cell !important;
    }
    .d-md-flex {
        display: -webkit-box !important;
        display: -ms-flexbox !important;
        display: flex !important;
    }
    .d-md-inline-flex {
        display: -webkit-inline-box !important;
        display: -ms-inline-flexbox !important;
        display: inline-flex !important;
    }
    .flex-md-row {
        -webkit-box-orient: horizontal !important;
        -webkit-box-direction: normal !important;
            -ms-flex-direction: row !important;
                flex-direction: row !important;
    }
    .flex-md-column {
        -webkit-box-orient: vertical !important;
        -webkit-box-direction: normal !important;
            -ms-flex-direction: column !important;
                flex-direction: column !important;
    }
    .flex-md-row-reverse {
        -webkit-box-orient: horizontal !important;
        -webkit-box-direction: reverse !important;
            -ms-flex-direction: row-reverse !important;
                flex-direction: row-reverse !important;
    }
    .flex-md-column-reverse {
        -webkit-box-orient: vertical !important;
        -webkit-box-direction: reverse !important;
            -ms-flex-direction: column-reverse !important;
                flex-direction: column-reverse !important;
    }
    .flex-md-wrap {
        -ms-flex-wrap: wrap !important;
            flex-wrap: wrap !important;
    }
    .flex-md-nowrap {
        -ms-flex-wrap: nowrap !important;
            flex-wrap: nowrap !important;
    }
    .flex-md-wrap-reverse {
        -ms-flex-wrap: wrap-reverse !important;
            flex-wrap: wrap-reverse !important;
    }
    .flex-md-fill {
        -webkit-box-flex: 1 !important;
            -ms-flex: 1 1 auto !important;
                flex: 1 1 auto !important;
    }
    .flex-md-grow-0 {
        -webkit-box-flex: 0 !important;
            -ms-flex-positive: 0 !important;
                flex-grow: 0 !important;
    }
    .flex-md-grow-1 {
        -webkit-box-flex: 1 !important;
            -ms-flex-positive: 1 !important;
                flex-grow: 1 !important;
    }
    .flex-md-shrink-0 {
        -ms-flex-negative: 0 !important;
            flex-shrink: 0 !important;
    }
    .flex-md-shrink-1 {
        -ms-flex-negative: 1 !important;
            flex-shrink: 1 !important;
    }
    .justify-content-md-start {
        -webkit-box-pack: start !important;
            -ms-flex-pack: start !important;
                justify-content: flex-start !important;
    }
    .justify-content-md-end {
        -webkit-box-pack: end !important;
            -ms-flex-pack: end !important;
                justify-content: flex-end !important;
    }
    .justify-content-md-center {
        -webkit-box-pack: center !important;
            -ms-flex-pack: center !important;
                justify-content: center !important;
    }
    .justify-content-md-between {
        -webkit-box-pack: justify !important;
            -ms-flex-pack: justify !important;
                justify-content: space-between !important;
    }
    .justify-content-md-around {
        -ms-flex-pack: distribute !important;
            justify-content: space-around !important;
    }
    .align-items-md-start {
        -webkit-box-align: start !important;
            -ms-flex-align: start !important;
                align-items: flex-start !important;
    }
    .align-items-md-end {
        -webkit-box-align: end !important;
            -ms-flex-align: end !important;
                align-items: flex-end !important;
    }
    .align-items-md-center {
        -webkit-box-align: center !important;
            -ms-flex-align: center !important;
                align-items: center !important;
    }
    .align-items-md-baseline {
        -webkit-box-align: baseline !important;
            -ms-flex-align: baseline !important;
                align-items: baseline !important;
    }
    .align-items-md-stretch {
        -webkit-box-align: stretch !important;
            -ms-flex-align: stretch !important;
                align-items: stretch !important;
    }
    .align-content-md-start {
        -ms-flex-line-pack: start !important;
            align-content: flex-start !important;
    }
    .align-content-md-end {
        -ms-flex-line-pack: end !important;
            align-content: flex-end !important;
    }
    .align-content-md-center {
        -ms-flex-line-pack: center !important;
            align-content: center !important;
    }
    .align-content-md-between {
        -ms-flex-line-pack: justify !important;
            align-content: space-between !important;
    }
    .align-content-md-around {
        -ms-flex-line-pack: distribute !important;
            align-content: space-around !important;
    }
    .align-content-md-stretch {
        -ms-flex-line-pack: stretch !important;
            align-content: stretch !important;
    }
    .align-self-md-auto {
        -ms-flex-item-align: auto !important;
            align-self: auto !important;
    }
    .align-self-md-start {
        -ms-flex-item-align: start !important;
            align-self: flex-start !important;
    }
    .align-self-md-end {
        -ms-flex-item-align: end !important;
            align-self: flex-end !important;
    }
    .align-self-md-center {
        -ms-flex-item-align: center !important;
            align-self: center !important;
    }
    .align-self-md-baseline {
        -ms-flex-item-align: baseline !important;
            align-self: baseline !important;
    }
    .align-self-md-stretch {
        -ms-flex-item-align: stretch !important;
            align-self: stretch !important;
    }
}

@media (min-width: 48.01em) {
    .header__nav {
        margin-left: 0;
    }
    .footer__social {
        padding: 10px 0;
    }
    .footer__nav {
        padding: 10px 0;
        background-color: transparent;
    }
}

@media (min-width: 62em) {
    .top-stories {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
            -ms-flex-direction: column;
                flex-direction: column;
        margin-bottom: 0;
        height: 100%;
    }
    .top-row {
        margin-bottom: 24px;
    }
    .side-hold {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
            -ms-flex-direction: column;
                flex-direction: column;
        height: 100%;
    }
    .content-item.latest-post {
        margin-bottom: 0;
    }
    .latest-news .news-item--row-s {
        margin-bottom: 14px;
    }
    .footer__nav nav ul > li a {
        padding: 0;
        color: #1e1e1e;
        font-size: 12px;
    }
    .footer__nav nav ul > li a:after {
        display: none;
    }
    .footer__main-holder {
        -ms-flex-wrap: nowrap;
            flex-wrap: nowrap;
    }
    .footer__copyright {
        margin-top: 0;
        -webkit-box-ordinal-group: 1;
            -ms-flex-order: 0;
                order: 0;
    }
}

@media (min-width: 992px) {
    .container {
        max-width: 960px;
    }
    .col-lg {
        -ms-flex-preferred-size: 0;
            flex-basis: 0;
        -webkit-box-flex: 1;
            -ms-flex-positive: 1;
                flex-grow: 1;
        max-width: 100%;
    }
    .col-lg-auto {
        -webkit-box-flex: 0;
            -ms-flex: 0 0 auto;
                flex: 0 0 auto;
        width: auto;
        max-width: none;
    }
    .col-lg-1 {
        -webkit-box-flex: 0;
            -ms-flex: 0 0 8.33333%;
                flex: 0 0 8.33333%;
        max-width: 8.33333%;
    }
    .col-lg-2 {
        -webkit-box-flex: 0;
            -ms-flex: 0 0 16.66667%;
                flex: 0 0 16.66667%;
        max-width: 16.66667%;
    }
    .col-lg-3 {
        -webkit-box-flex: 0;
            -ms-flex: 0 0 25%;
                flex: 0 0 25%;
        max-width: 25%;
    }
    .col-lg-4 {
        -webkit-box-flex: 0;
            -ms-flex: 0 0 33.33333%;
                flex: 0 0 33.33333%;
        max-width: 33.33333%;
    }
    .col-lg-5 {
        -webkit-box-flex: 0;
            -ms-flex: 0 0 41.66667%;
                flex: 0 0 41.66667%;
        max-width: 41.66667%;
    }
    .col-lg-6 {
        -webkit-box-flex: 0;
            -ms-flex: 0 0 50%;
                flex: 0 0 50%;
        max-width: 50%;
    }
    .col-lg-7 {
        -webkit-box-flex: 0;
            -ms-flex: 0 0 58.33333%;
                flex: 0 0 58.33333%;
        max-width: 58.33333%;
    }
    .col-lg-8 {
        -webkit-box-flex: 0;
            -ms-flex: 0 0 66.66667%;
                flex: 0 0 66.66667%;
        max-width: 66.66667%;
    }
    .col-lg-9 {
        -webkit-box-flex: 0;
            -ms-flex: 0 0 75%;
                flex: 0 0 75%;
        max-width: 75%;
    }
    .col-lg-10 {
        -webkit-box-flex: 0;
            -ms-flex: 0 0 83.33333%;
                flex: 0 0 83.33333%;
        max-width: 83.33333%;
    }
    .col-lg-11 {
        -webkit-box-flex: 0;
            -ms-flex: 0 0 91.66667%;
                flex: 0 0 91.66667%;
        max-width: 91.66667%;
    }
    .col-lg-12 {
        -webkit-box-flex: 0;
            -ms-flex: 0 0 100%;
                flex: 0 0 100%;
        max-width: 100%;
    }
    .order-lg-first {
        -webkit-box-ordinal-group: 0;
            -ms-flex-order: -1;
                order: -1;
    }
    .order-lg-last {
        -webkit-box-ordinal-group: 14;
            -ms-flex-order: 13;
                order: 13;
    }
    .order-lg-0 {
        -webkit-box-ordinal-group: 1;
            -ms-flex-order: 0;
                order: 0;
    }
    .order-lg-1 {
        -webkit-box-ordinal-group: 2;
            -ms-flex-order: 1;
                order: 1;
    }
    .order-lg-2 {
        -webkit-box-ordinal-group: 3;
            -ms-flex-order: 2;
                order: 2;
    }
    .order-lg-3 {
        -webkit-box-ordinal-group: 4;
            -ms-flex-order: 3;
                order: 3;
    }
    .order-lg-4 {
        -webkit-box-ordinal-group: 5;
            -ms-flex-order: 4;
                order: 4;
    }
    .order-lg-5 {
        -webkit-box-ordinal-group: 6;
            -ms-flex-order: 5;
                order: 5;
    }
    .order-lg-6 {
        -webkit-box-ordinal-group: 7;
            -ms-flex-order: 6;
                order: 6;
    }
    .order-lg-7 {
        -webkit-box-ordinal-group: 8;
            -ms-flex-order: 7;
                order: 7;
    }
    .order-lg-8 {
        -webkit-box-ordinal-group: 9;
            -ms-flex-order: 8;
                order: 8;
    }
    .order-lg-9 {
        -webkit-box-ordinal-group: 10;
            -ms-flex-order: 9;
                order: 9;
    }
    .order-lg-10 {
        -webkit-box-ordinal-group: 11;
            -ms-flex-order: 10;
                order: 10;
    }
    .order-lg-11 {
        -webkit-box-ordinal-group: 12;
            -ms-flex-order: 11;
                order: 11;
    }
    .order-lg-12 {
        -webkit-box-ordinal-group: 13;
            -ms-flex-order: 12;
                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%;
    }
    .d-lg-none {
        display: none !important;
    }
    .d-lg-inline {
        display: inline !important;
    }
    .d-lg-inline-block {
        display: inline-block !important;
    }
    .d-lg-block {
        display: block !important;
    }
    .d-lg-table {
        display: table !important;
    }
    .d-lg-table-row {
        display: table-row !important;
    }
    .d-lg-table-cell {
        display: table-cell !important;
    }
    .d-lg-flex {
        display: -webkit-box !important;
        display: -ms-flexbox !important;
        display: flex !important;
    }
    .d-lg-inline-flex {
        display: -webkit-inline-box !important;
        display: -ms-inline-flexbox !important;
        display: inline-flex !important;
    }
    .flex-lg-row {
        -webkit-box-orient: horizontal !important;
        -webkit-box-direction: normal !important;
            -ms-flex-direction: row !important;
                flex-direction: row !important;
    }
    .flex-lg-column {
        -webkit-box-orient: vertical !important;
        -webkit-box-direction: normal !important;
            -ms-flex-direction: column !important;
                flex-direction: column !important;
    }
    .flex-lg-row-reverse {
        -webkit-box-orient: horizontal !important;
        -webkit-box-direction: reverse !important;
            -ms-flex-direction: row-reverse !important;
                flex-direction: row-reverse !important;
    }
    .flex-lg-column-reverse {
        -webkit-box-orient: vertical !important;
        -webkit-box-direction: reverse !important;
            -ms-flex-direction: column-reverse !important;
                flex-direction: column-reverse !important;
    }
    .flex-lg-wrap {
        -ms-flex-wrap: wrap !important;
            flex-wrap: wrap !important;
    }
    .flex-lg-nowrap {
        -ms-flex-wrap: nowrap !important;
            flex-wrap: nowrap !important;
    }
    .flex-lg-wrap-reverse {
        -ms-flex-wrap: wrap-reverse !important;
            flex-wrap: wrap-reverse !important;
    }
    .flex-lg-fill {
        -webkit-box-flex: 1 !important;
            -ms-flex: 1 1 auto !important;
                flex: 1 1 auto !important;
    }
    .flex-lg-grow-0 {
        -webkit-box-flex: 0 !important;
            -ms-flex-positive: 0 !important;
                flex-grow: 0 !important;
    }
    .flex-lg-grow-1 {
        -webkit-box-flex: 1 !important;
            -ms-flex-positive: 1 !important;
                flex-grow: 1 !important;
    }
    .flex-lg-shrink-0 {
        -ms-flex-negative: 0 !important;
            flex-shrink: 0 !important;
    }
    .flex-lg-shrink-1 {
        -ms-flex-negative: 1 !important;
            flex-shrink: 1 !important;
    }
    .justify-content-lg-start {
        -webkit-box-pack: start !important;
            -ms-flex-pack: start !important;
                justify-content: flex-start !important;
    }
    .justify-content-lg-end {
        -webkit-box-pack: end !important;
            -ms-flex-pack: end !important;
                justify-content: flex-end !important;
    }
    .justify-content-lg-center {
        -webkit-box-pack: center !important;
            -ms-flex-pack: center !important;
                justify-content: center !important;
    }
    .justify-content-lg-between {
        -webkit-box-pack: justify !important;
            -ms-flex-pack: justify !important;
                justify-content: space-between !important;
    }
    .justify-content-lg-around {
        -ms-flex-pack: distribute !important;
            justify-content: space-around !important;
    }
    .align-items-lg-start {
        -webkit-box-align: start !important;
            -ms-flex-align: start !important;
                align-items: flex-start !important;
    }
    .align-items-lg-end {
        -webkit-box-align: end !important;
            -ms-flex-align: end !important;
                align-items: flex-end !important;
    }
    .align-items-lg-center {
        -webkit-box-align: center !important;
            -ms-flex-align: center !important;
                align-items: center !important;
    }
    .align-items-lg-baseline {
        -webkit-box-align: baseline !important;
            -ms-flex-align: baseline !important;
                align-items: baseline !important;
    }
    .align-items-lg-stretch {
        -webkit-box-align: stretch !important;
            -ms-flex-align: stretch !important;
                align-items: stretch !important;
    }
    .align-content-lg-start {
        -ms-flex-line-pack: start !important;
            align-content: flex-start !important;
    }
    .align-content-lg-end {
        -ms-flex-line-pack: end !important;
            align-content: flex-end !important;
    }
    .align-content-lg-center {
        -ms-flex-line-pack: center !important;
            align-content: center !important;
    }
    .align-content-lg-between {
        -ms-flex-line-pack: justify !important;
            align-content: space-between !important;
    }
    .align-content-lg-around {
        -ms-flex-line-pack: distribute !important;
            align-content: space-around !important;
    }
    .align-content-lg-stretch {
        -ms-flex-line-pack: stretch !important;
            align-content: stretch !important;
    }
    .align-self-lg-auto {
        -ms-flex-item-align: auto !important;
            align-self: auto !important;
    }
    .align-self-lg-start {
        -ms-flex-item-align: start !important;
            align-self: flex-start !important;
    }
    .align-self-lg-end {
        -ms-flex-item-align: end !important;
            align-self: flex-end !important;
    }
    .align-self-lg-center {
        -ms-flex-item-align: center !important;
            align-self: center !important;
    }
    .align-self-lg-baseline {
        -ms-flex-item-align: baseline !important;
            align-self: baseline !important;
    }
    .align-self-lg-stretch {
        -ms-flex-item-align: stretch !important;
            align-self: stretch !important;
    }
}

@media (min-width: 62.01em) {
    .header__nav {
        margin-left: 42px;
    }
    .primary-menu nav ul li a {
        padding: 32px 20px;
    }
}

@media (min-width: 1200px) {
    .container {
        max-width: 1140px;
    }
    .col-xl {
        -ms-flex-preferred-size: 0;
            flex-basis: 0;
        -webkit-box-flex: 1;
            -ms-flex-positive: 1;
                flex-grow: 1;
        max-width: 100%;
    }
    .col-xl-auto {
        -webkit-box-flex: 0;
            -ms-flex: 0 0 auto;
                flex: 0 0 auto;
        width: auto;
        max-width: none;
    }
    .col-xl-1 {
        -webkit-box-flex: 0;
            -ms-flex: 0 0 8.33333%;
                flex: 0 0 8.33333%;
        max-width: 8.33333%;
    }
    .col-xl-2 {
        -webkit-box-flex: 0;
            -ms-flex: 0 0 16.66667%;
                flex: 0 0 16.66667%;
        max-width: 16.66667%;
    }
    .col-xl-3 {
        -webkit-box-flex: 0;
            -ms-flex: 0 0 25%;
                flex: 0 0 25%;
        max-width: 25%;
    }
    .col-xl-4 {
        -webkit-box-flex: 0;
            -ms-flex: 0 0 33.33333%;
                flex: 0 0 33.33333%;
        max-width: 33.33333%;
    }
    .col-xl-5 {
        -webkit-box-flex: 0;
            -ms-flex: 0 0 41.66667%;
                flex: 0 0 41.66667%;
        max-width: 41.66667%;
    }
    .col-xl-6 {
        -webkit-box-flex: 0;
            -ms-flex: 0 0 50%;
                flex: 0 0 50%;
        max-width: 50%;
    }
    .col-xl-7 {
        -webkit-box-flex: 0;
            -ms-flex: 0 0 58.33333%;
                flex: 0 0 58.33333%;
        max-width: 58.33333%;
    }
    .col-xl-8 {
        -webkit-box-flex: 0;
            -ms-flex: 0 0 66.66667%;
                flex: 0 0 66.66667%;
        max-width: 66.66667%;
    }
    .col-xl-9 {
        -webkit-box-flex: 0;
            -ms-flex: 0 0 75%;
                flex: 0 0 75%;
        max-width: 75%;
    }
    .col-xl-10 {
        -webkit-box-flex: 0;
            -ms-flex: 0 0 83.33333%;
                flex: 0 0 83.33333%;
        max-width: 83.33333%;
    }
    .col-xl-11 {
        -webkit-box-flex: 0;
            -ms-flex: 0 0 91.66667%;
                flex: 0 0 91.66667%;
        max-width: 91.66667%;
    }
    .col-xl-12 {
        -webkit-box-flex: 0;
            -ms-flex: 0 0 100%;
                flex: 0 0 100%;
        max-width: 100%;
    }
    .order-xl-first {
        -webkit-box-ordinal-group: 0;
            -ms-flex-order: -1;
                order: -1;
    }
    .order-xl-last {
        -webkit-box-ordinal-group: 14;
            -ms-flex-order: 13;
                order: 13;
    }
    .order-xl-0 {
        -webkit-box-ordinal-group: 1;
            -ms-flex-order: 0;
                order: 0;
    }
    .order-xl-1 {
        -webkit-box-ordinal-group: 2;
            -ms-flex-order: 1;
                order: 1;
    }
    .order-xl-2 {
        -webkit-box-ordinal-group: 3;
            -ms-flex-order: 2;
                order: 2;
    }
    .order-xl-3 {
        -webkit-box-ordinal-group: 4;
            -ms-flex-order: 3;
                order: 3;
    }
    .order-xl-4 {
        -webkit-box-ordinal-group: 5;
            -ms-flex-order: 4;
                order: 4;
    }
    .order-xl-5 {
        -webkit-box-ordinal-group: 6;
            -ms-flex-order: 5;
                order: 5;
    }
    .order-xl-6 {
        -webkit-box-ordinal-group: 7;
            -ms-flex-order: 6;
                order: 6;
    }
    .order-xl-7 {
        -webkit-box-ordinal-group: 8;
            -ms-flex-order: 7;
                order: 7;
    }
    .order-xl-8 {
        -webkit-box-ordinal-group: 9;
            -ms-flex-order: 8;
                order: 8;
    }
    .order-xl-9 {
        -webkit-box-ordinal-group: 10;
            -ms-flex-order: 9;
                order: 9;
    }
    .order-xl-10 {
        -webkit-box-ordinal-group: 11;
            -ms-flex-order: 10;
                order: 10;
    }
    .order-xl-11 {
        -webkit-box-ordinal-group: 12;
            -ms-flex-order: 11;
                order: 11;
    }
    .order-xl-12 {
        -webkit-box-ordinal-group: 13;
            -ms-flex-order: 12;
                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%;
    }
    .d-xl-none {
        display: none !important;
    }
    .d-xl-inline {
        display: inline !important;
    }
    .d-xl-inline-block {
        display: inline-block !important;
    }
    .d-xl-block {
        display: block !important;
    }
    .d-xl-table {
        display: table !important;
    }
    .d-xl-table-row {
        display: table-row !important;
    }
    .d-xl-table-cell {
        display: table-cell !important;
    }
    .d-xl-flex {
        display: -webkit-box !important;
        display: -ms-flexbox !important;
        display: flex !important;
    }
    .d-xl-inline-flex {
        display: -webkit-inline-box !important;
        display: -ms-inline-flexbox !important;
        display: inline-flex !important;
    }
    .flex-xl-row {
        -webkit-box-orient: horizontal !important;
        -webkit-box-direction: normal !important;
            -ms-flex-direction: row !important;
                flex-direction: row !important;
    }
    .flex-xl-column {
        -webkit-box-orient: vertical !important;
        -webkit-box-direction: normal !important;
            -ms-flex-direction: column !important;
                flex-direction: column !important;
    }
    .flex-xl-row-reverse {
        -webkit-box-orient: horizontal !important;
        -webkit-box-direction: reverse !important;
            -ms-flex-direction: row-reverse !important;
                flex-direction: row-reverse !important;
    }
    .flex-xl-column-reverse {
        -webkit-box-orient: vertical !important;
        -webkit-box-direction: reverse !important;
            -ms-flex-direction: column-reverse !important;
                flex-direction: column-reverse !important;
    }
    .flex-xl-wrap {
        -ms-flex-wrap: wrap !important;
            flex-wrap: wrap !important;
    }
    .flex-xl-nowrap {
        -ms-flex-wrap: nowrap !important;
            flex-wrap: nowrap !important;
    }
    .flex-xl-wrap-reverse {
        -ms-flex-wrap: wrap-reverse !important;
            flex-wrap: wrap-reverse !important;
    }
    .flex-xl-fill {
        -webkit-box-flex: 1 !important;
            -ms-flex: 1 1 auto !important;
                flex: 1 1 auto !important;
    }
    .flex-xl-grow-0 {
        -webkit-box-flex: 0 !important;
            -ms-flex-positive: 0 !important;
                flex-grow: 0 !important;
    }
    .flex-xl-grow-1 {
        -webkit-box-flex: 1 !important;
            -ms-flex-positive: 1 !important;
                flex-grow: 1 !important;
    }
    .flex-xl-shrink-0 {
        -ms-flex-negative: 0 !important;
            flex-shrink: 0 !important;
    }
    .flex-xl-shrink-1 {
        -ms-flex-negative: 1 !important;
            flex-shrink: 1 !important;
    }
    .justify-content-xl-start {
        -webkit-box-pack: start !important;
            -ms-flex-pack: start !important;
                justify-content: flex-start !important;
    }
    .justify-content-xl-end {
        -webkit-box-pack: end !important;
            -ms-flex-pack: end !important;
                justify-content: flex-end !important;
    }
    .justify-content-xl-center {
        -webkit-box-pack: center !important;
            -ms-flex-pack: center !important;
                justify-content: center !important;
    }
    .justify-content-xl-between {
        -webkit-box-pack: justify !important;
            -ms-flex-pack: justify !important;
                justify-content: space-between !important;
    }
    .justify-content-xl-around {
        -ms-flex-pack: distribute !important;
            justify-content: space-around !important;
    }
    .align-items-xl-start {
        -webkit-box-align: start !important;
            -ms-flex-align: start !important;
                align-items: flex-start !important;
    }
    .align-items-xl-end {
        -webkit-box-align: end !important;
            -ms-flex-align: end !important;
                align-items: flex-end !important;
    }
    .align-items-xl-center {
        -webkit-box-align: center !important;
            -ms-flex-align: center !important;
                align-items: center !important;
    }
    .align-items-xl-baseline {
        -webkit-box-align: baseline !important;
            -ms-flex-align: baseline !important;
                align-items: baseline !important;
    }
    .align-items-xl-stretch {
        -webkit-box-align: stretch !important;
            -ms-flex-align: stretch !important;
                align-items: stretch !important;
    }
    .align-content-xl-start {
        -ms-flex-line-pack: start !important;
            align-content: flex-start !important;
    }
    .align-content-xl-end {
        -ms-flex-line-pack: end !important;
            align-content: flex-end !important;
    }
    .align-content-xl-center {
        -ms-flex-line-pack: center !important;
            align-content: center !important;
    }
    .align-content-xl-between {
        -ms-flex-line-pack: justify !important;
            align-content: space-between !important;
    }
    .align-content-xl-around {
        -ms-flex-line-pack: distribute !important;
            align-content: space-around !important;
    }
    .align-content-xl-stretch {
        -ms-flex-line-pack: stretch !important;
            align-content: stretch !important;
    }
    .align-self-xl-auto {
        -ms-flex-item-align: auto !important;
            align-self: auto !important;
    }
    .align-self-xl-start {
        -ms-flex-item-align: start !important;
            align-self: flex-start !important;
    }
    .align-self-xl-end {
        -ms-flex-item-align: end !important;
            align-self: flex-end !important;
    }
    .align-self-xl-center {
        -ms-flex-item-align: center !important;
            align-self: center !important;
    }
    .align-self-xl-baseline {
        -ms-flex-item-align: baseline !important;
            align-self: baseline !important;
    }
    .align-self-xl-stretch {
        -ms-flex-item-align: stretch !important;
            align-self: stretch !important;
    }
}

@media (min-width: 75em) {
    .scroll-top:hover:before {
        border-color: #e23e36;
    }
    button.btn--gray:hover,
    input.btn--gray:hover {
        background-color: #e23e36;
        color: #fff;
    }
}

@media (max-width: 74.99em) {
    .container-fluid {
        max-width: 960px;
    }
    .page__main {
        padding-top: 14px;
    }
    button.btn--gray:active,
    input.btn--gray:active {
        background-color: #e23e36;
        color: #fff;
    }
    .cms-content {
        padding-top: 26px;
    }
    .cms-content .wp-caption-text {
        padding: 7px 13px;
    }
    .news-item--column-3 .news-item__meta {
        padding-top: 45px;
    }
    .news-item--column-3 .news-item__cat {
        margin-bottom: 20px;
    }
    .news-item__content {
        padding: 17px 19px 20px 19px;
    }
    .news-now {
        display: none;
        width: 300px;
        margin: 0 auto 20px auto;
    }
    .sidebar-slider__card {
        width: 300px;
        margin: 0 10px;
    }
    .sidebar-slider[data-sidebar-two-slider] .sidebar-slider__card {
        margin: 0 0 20px;
    }
    .coefficient-card_large {
        padding: 8px 30px 20px;
        margin-bottom: 40px;
    }
    .coefficient-card_large .coefficient-card__btn .btn {
        font-size: 18px;
    }
    .widget {
        margin-bottom: 20px;
    }
    .widget .coefficient-card {
        margin-bottom: 0;
    }
    .row-banner {
        width: 100vw;
        margin-left: calc((100vw - 100%) / -2);
    }
    .row-banner_large {
        width: 100vw;
        margin-left: calc((100vw - 100%) / -2);
    }
    .row-banner_padding-none {
        width: 100%;
        margin-left: 0;
    }
    .article-page__container {
        margin-bottom: 30px;
    }
    .article-page__head {
        padding-left: 80px;
        padding-right: 40px;
    }
    .article-page__img {
        padding-bottom: 35px;
    }
    .article-page__img iframe {
        height: 350px;
    }
    .article-page__content {
        padding: 0 80px 0 0;
        width: calc(100% - 80px);
    }
    .article-page__label_top {
        padding-top: 7px;
    }
    .article-page__label_bottom {
        padding-top: 16px;
        padding-bottom: 20px;
    }
    .article-page__social-networks {
        padding: 226px 20px 30px 10px;
    }
    .article-nav__icon {
        width: 25%;
    }
    .article-nav__icon-text {
        display: block;
    }
    .article-nav__img {
        display: none;
    }
    .news-article {
        width: 50%;
        margin-bottom: 10px;
    }
    .news-article .news-item__text {
        display: none !important;
    }
    .news-article .news-item__img {
        max-width: 100px !important;
        width: 100px;
        height: 100px;
    }
    .news-article .news-item__content {
        padding: 11px 19px 0 14px;
    }
    .news-article .news-item__icon i {
        font-size: 50px;
    }
    .news-article .news-item__meta {
        display: none;
    }
    .news-article .news-item__title-link {
        font-size: 14px;
        max-height: 60px;
    }
    .content-item .new-content-target {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
    }
    .content-item .new-content-target .title-medium {
        width: 100%;
    }
}

@media (max-width: 74.99em) and (min-width: 48em) {
    .logo__text {
        display: none;
    }
}

@media (max-width: 62em) {
    .news-item--column-m-2 {
        padding-bottom: 10px;
    }
}

@media (max-width: 61.99em) {
    .container-fluid {
        max-width: 750px;
    }
    .page__title {
        font-size: 30px;
        padding: 0 10px 18px;
    }
    .cms-content {
        padding-top: 17px;
    }
    .cms-content .wp-caption-text {
        padding: 10px;
        line-height: 1.33;
    }
    .news-item--row-m .news-item__meta {
        padding-top: 40px;
    }
    .news-item--row-m .news-item__content {
        width: 54.5%;
    }
    .news-item--row-m .news-item__img {
        width: 45.5%;
    }
    .news-item--post {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
            -ms-flex-direction: row;
                flex-direction: row;
        margin-bottom: 15px;
    }
    .news-item--post .news-item__img {
        width: 45%;
    }
    .news-item--column-m .news-item__icon i {
        font-size: 70px;
    }
    .news-item__content {
        padding: 20px 21px 36px 21px;
    }
    .news-item__text {
        padding-top: 45px;
    }
    .news-item__meta {
        padding-top: 85px;
    }
    .sidebar-slider[data-sidebar-two-slider] .sidebar-slider__card {
        margin: 0 10px 20px;
    }
    .single .sidebar-slider__card {
        width: 300px;
        margin: 0 10px;
    }
    .slider-coefficients__slide {
        max-width: 300px;
        padding: 0px;
        margin-right: 20px;
        display: inline-block;
        vertical-align: top;
    }
    .slider-coefficients {
        text-align: center;
        margin-bottom: 16px;
    }
    .coefficient-card_large {
        padding: 8px 42px 20px;
    }
    .coefficient-card_large .coefficient-card__btn {
        margin-bottom: 14px;
    }
    .not-found-page h3 {
        font-size: 22px;
    }
    .row-banner {
        margin-left: 0;
        width: 100%;
    }
    .row-banner img {
        max-width: 730px;
    }
    .article-page__title {
        padding-bottom: 12px;
    }
    .article-page__img {
        padding-bottom: 25px;
    }
    .article-page__img iframe {
        height: 410px;
    }
    .article-page__label_top {
        padding-top: 23px;
    }
    .article-page__social-networks {
        padding: 209px 20px 30px 10px;
    }
    .article-nav__icon {
        width: 20%;
        min-width: 78px;
    }
    .article-nav__img {
        display: block;
    }
    .article-nav__cat {
        line-height: 1.2;
    }
    .content-link {
        padding: 23px 0 20px;
        margin-bottom: 1.1em;
    }
    .news-article .news-item__icon i {
        font-size: 50px;
    }
    .news-article .news-item__title-link {
        max-height: 40px;
    }
    .banner-slider {
        text-align: center;
    }
    .item-banner {
        padding: 0 20px;
        display: inline-block;
        vertical-align: top;
    }
    .footer__nav nav ul {
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
        -webkit-box-pack: start;
            -ms-flex-pack: start;
                justify-content: flex-start;
    }
    .footer__nav nav ul > li {
        padding: 0;
    }
}

@media (max-width: 61.99em) and (max-width: 61.99em) {
    .item-banner {
        padding: 0;
        margin: 0 15px 20px;
    }
}

@media (max-width: 61.99em) and (min-width: 30em) {
    .footer__nav nav ul > li {
        -ms-flex-preferred-size: 50%;
            flex-basis: 50%;
    }
}

@media (max-width: 48em) {
    .news-item--column-m-2 .news-item__content {
        padding-top: 14px;
    }
    .news-item--column-m-2 {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
            -ms-flex-direction: row;
                flex-direction: row;
        -webkit-box-align: start;
            -ms-flex-align: start;
                align-items: start;
    }
    .news-item--column-m-2 .news-item__img {
        width: 45.5%;
    }
    .news-item--column-m-2 .news-item__title-link {
        font-size: 18px;
    }
}

@media (max-width: 47.99em) {
    .hamburger {
        display: block;
    }
    .page__header::after {
        visibility: hidden;
        position: fixed;
        z-index: -1;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        opacity: 0;
        background: rgba(0, 0, 0, 0.6);
        content: '';
        -webkit-transition: opacity 0.3s, visibility 0.3s;
        transition: opacity 0.3s, visibility 0.3s;
        pointer-events: none;
    }
    .header .container-fluid {
        padding: 0;
    }
    .header__main {
        padding-left: 10px;
    }
    .header__nav {
        visibility: hidden;
        overflow-y: auto;
        overflow-x: hidden;
        position: fixed;
        z-index: 101;
        top: 50px;
        left: 0;
        width: 100%;
        height: calc(100% - 50px);
        opacity: 0;
        -webkit-transition: opacity 0.3s, visibility 0.3s, -webkit-transform 0.3s;
        transition: opacity 0.3s, visibility 0.3s, -webkit-transform 0.3s;
        transition: transform 0.3s, opacity 0.3s, visibility 0.3s;
        transition: transform 0.3s, opacity 0.3s, visibility 0.3s, -webkit-transform 0.3s;
        -webkit-transform: translateY(100px);
                transform: translateY(100px);
        -webkit-overflow-scrolling: touch;
    }
    .logo__img {
        width: 30px;
    }
    .logo__text {
        width: 100%;
    }
    .primary-menu {
        padding: 20px 0 3px;
        background-color: #fff;
    }
    .primary-menu nav ul li.active a {
        background-color: #a9a9a9;
        color: #fff;
    }
    .news .title-medium {
        padding: 11px 0;
    }
    .content-item__btn_padding-large {
        padding-top: 0;
    }
    .news-item.tips-audio {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
            -ms-flex-direction: column;
                flex-direction: column;
    }
    .news-item.tips-audio .news-item__img {
        width: 100%;
    }
    .news-item.tips-audio .news-item__meta {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
    }
    .news-item.tips-audio .news-item__content {
        padding-top: 17px;
        width: 100%;
    }
    .news-item--column-l .news-item__cat {
        margin-bottom: 24px;
    }
    .news-item--column-l .news-item__title .news-item__title-link {
        font-size: 20px;
        font-weight: 500;
    }
    .news-item--column-m {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
            -ms-flex-direction: row;
                flex-direction: row;
        -webkit-box-align: start;
            -ms-flex-align: start;
                align-items: flex-start;
    }
    .news-item--column-m .news-item__img {
        width: 45%;
    }
    .news-item--column-m .news-item__title-link {
        font-size: 14px;
    }
    .news-item--row-m, .news-item--row-s {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
            -ms-flex-direction: row;
                flex-direction: row;
        -webkit-box-align: start;
            -ms-flex-align: start;
                align-items: flex-start;
    }
    .news-item--row-m .news-item__title-link, .news-item--row-s .news-item__title-link {
        font-size: 14px;
    }
    .news-item--row-m .news-item__img, .news-item--row-s .news-item__img {
        width: 100%;
        max-width: 100px;
    }
    .news-item--row-m .news-item__img img, .news-item--row-s .news-item__img img {
        min-height: 100px;
    }
    .news-item--row-m .news-item__content, .news-item--row-s .news-item__content {
        padding: 10px 15px;
    }
    .news-item--row-m .news-item__cat, .news-item--row-s .news-item__cat {
        margin-bottom: 5px;
    }
    .news-item--row-m .news-item__meta, .news-item--row-s .news-item__meta {
        display: none;
    }
    .news-item--post {
        margin-bottom: 10px;
    }
    .news-item__icon i {
        font-size: 50px;
    }
    .news-item--column-l .news-item__icon i {
        font-size: 100px;
    }
    .news-item__content {
        padding-bottom: 20px;
    }
    .news .news-item__content {
        padding: 18px 25px;
    }
    .news-item__cat {
        margin-bottom: 16px;
    }
    .news-item--post .news-item__title-link,
    .news-item--row-m .news-item__title-link {
        max-height: 48px;
    }
    .news-item__meta {
        padding-top: 40px;
    }
    .social {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
            -ms-flex-direction: column;
                flex-direction: column;
    }
    .social__title {
        margin-right: 0;
        margin-bottom: 15px;
    }
    .widget.widget_takeover_widget {
        padding: 0 10px;
    }
    .dropdown__item {
        padding: 8px 10px;
    }
    .row-banner {
        display: none;
    }
    .row-banner img {
        max-width: calc(100% - 20px);
    }
    .row-banner.row-banner_mobile {
        display: block;
    }
    .row-banner_padding-none img {
        max-width: 100%;
    }
    .news-article {
        width: 100%;
    }
    .news-article .news-item__content {
        padding: 10px 10px 0 15px !important;
    }
    .news-article .news-item__icon i {
        font-size: 50px;
    }
    .content-item .new-content-target {
        display: block;
    }
    .pix-wrapper {
        margin-top: 0;
    }
    .item-banner {
        width: auto;
        max-width: 320px;
        margin: 0 20px 20px 0;
    }
    .cli-plugin-button {
        padding: 5px 16px 5px;
    }
    #cookie-law-info-bar {
        font-size: 12px;
    }
    .footer .social {
        margin-bottom: 20px;
    }
}

@media (max-width: 35.99em) {
    .cms-content {
        font-size: 16px;
        padding-top: 12px;
        line-height: 1.63;
    }
    .cms-content h1, .cms-content .h1,
    .cms-content h2, .cms-content .h2,
    .cms-content h3, .cms-content .h3,
    .cms-content h4, .cms-content .h4 {
        margin: 0 0 10px;
    }
    .cms-content h2, .cms-content .h2 {
        font-size: 18px;
    }
    .cms-content h3, .cms-content .h3 {
        font-size: 16px;
    }
    .cms-content h4, .cms-content .h4 {
        font-size: 20px;
    }
    .cms-content .wp-caption {
        max-width: calc(100% + 40px);
        width: calc(100% + 40px);
        margin-left: -20px;
        margin-bottom: 30px;
    }
    .cms-content .wp-caption img {
        width: 100%;
        margin-left: 0;
    }
    .cms-content .wp-caption-text {
        font-size: 16px;
        line-height: 1.5;
        padding: 10px 20px;
    }
    .news-item.tips-audio .news-item__img {
        max-width: 100% !important;
    }
    .news-item--column-l .news-item__title-link {
        font-size: 18px;
    }
    .news-item--column-l .news-item__cat {
        font-size: 12px;
    }
    .news-item--column-l .news-item__text {
        display: none;
    }
    .news-item--column-m {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
            -ms-flex-direction: row;
                flex-direction: row;
        -webkit-box-align: start;
            -ms-flex-align: start;
                align-items: flex-start;
    }
    .news-item--column-m .news-item__title-link {
        font-size: 14px;
    }
    .news-item--column-m .news-item__img {
        width: 100%;
        max-width: 100px;
    }
    .news-item--column-m .news-item__img img {
        min-height: 100px;
    }
    .news-item--column-m .news-item__content {
        padding: 10px 15px;
    }
    .news-item--column-m .news-item__cat {
        margin-bottom: 5px;
    }
    .news-item--column-m .news-item__meta {
        display: none;
    }
    .pw-widget.__pw-padding-true.__pw-layout-vertical .pw-button {
        margin: 0 0 0 10px !important;
    }
    .pw-widget.__pw-layout-vertical {
        display: -webkit-box !important;
        display: -ms-flexbox !important;
        display: flex !important;
        -webkit-box-align: center;
            -ms-flex-align: center;
                align-items: center;
        margin-bottom: 0 !important;
    }
    .social-networks .shares {
        margin-bottom: 0 !important;
    }
    .coefficient-card_large {
        padding: 13px 20px 16px;
    }
    .coefficient-card_large .coefficient-card__description {
        font-size: 16px;
        margin-bottom: 12px;
        padding: 0 30px;
    }
    .coefficient-card_large .coefficient-card__note {
        margin-bottom: 8px;
    }
    .coefficient-card_large .match__club, .coefficient-card_large .match__vs {
        display: block;
    }
    .coefficient-card_large .ratio {
        padding: 7px 12px 1px;
        margin-bottom: 8px;
    }
    .coefficient-card_large .ratio__numbers span {
        font-size: 34px;
    }
    .coefficient-card_large .ratio__numbers {
        margin-bottom: 0;
    }
    .coefficient-card_large .coefficient-card__btn {
        margin-bottom: 10px;
    }
    .coefficient-card_large .coefficient-card__btn .btn {
        font-size: 14px;
    }
    .article-page__head {
        padding-left: 20px;
        padding-right: 20px;
    }
    .article-page__title {
        font-size: 20px;
        line-height: 1.3;
        padding-bottom: 20px;
    }
    .article-page__meta {
        padding-bottom: 13px;
    }
    .article-page__img iframe {
        height: 260px;
    }
    .article-page__body {
        display: block;
    }
    .article-page__content {
        padding: 0 20px;
        width: 100%;
    }
    .article-page__label_top {
        padding-top: 14px;
    }
    .article-page__label_bottom {
        padding-top: 8px;
        padding-bottom: 18px;
    }
    .article-page__social-networks {
        padding: 20px;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        width: 100%;
        -webkit-box-sizing: border-box;
                box-sizing: border-box;
        -webkit-box-align: center;
            -ms-flex-align: center;
                align-items: center;
    }
    .content-link {
        line-height: 1.56;
        padding: 23px 0 25px;
        margin-bottom: 1.9em;
    }
}

@media (max-width: 30em) {
    .footer__license {
        margin-top: 10px;
    }
}

@media (max-width: 29.99em) {
    .page__title {
        font-size: 24px;
        padding-bottom: 15px;
    }
    .news-item--column-3 {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
            -ms-flex-direction: row;
                flex-direction: row;
        -webkit-box-align: start;
            -ms-flex-align: start;
                align-items: flex-start;
        margin-bottom: 10px;
    }
    .news-item--column-3 .news-item__img {
        width: 100px;
        height: 100px;
    }
    .news-item--column-3 .news-item__content {
        padding: 10px 15px;
    }
    .news-item--column-3 .news-item__cat {
        margin-bottom: 5px;
    }
    .news-item--column-3 .news-item__title-link {
        font-size: 14px;
    }
    .news-item--column-3 .news-item__meta {
        display: none;
    }
    .news-item--mobile-full {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
            -ms-flex-direction: column;
                flex-direction: column;
    }
    .news-item--mobile-full .news-item__img {
        max-width: 100%;
    }
    .news-item--mobile-full .news-item__content {
        padding: 17px 19px 10px;
    }
    .news-item--mobile-full .news-item__cat {
        margin-bottom: 16px;
    }
    .news-item--mobile-full .news-item__title-link {
        font-size: 18px;
    }
    .news-item--mobile-full .news-item__meta {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
    }
    .news-item--post .news-item__img {
        max-width: 100px;
    }
    .news-item--post .news-item__img img {
        min-height: 100px;
    }
    .news-item--post .news-item__img .news-item__icon i {
        font-size: 50px;
    }
    .news__title-link {
        font-size: 14px;
        max-height: 50px;
    }
}

@media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {
    .flag-icon {
        background-image: url("../images/flags/flags@2x.png");
        background-size: 22px 5645px;
    }
}

@media print {
    .d-print-none {
        display: none !important;
    }
    .d-print-inline {
        display: inline !important;
    }
    .d-print-inline-block {
        display: inline-block !important;
    }
    .d-print-block {
        display: block !important;
    }
    .d-print-table {
        display: table !important;
    }
    .d-print-table-row {
        display: table-row !important;
    }
    .d-print-table-cell {
        display: table-cell !important;
    }
    .d-print-flex {
        display: -webkit-box !important;
        display: -ms-flexbox !important;
        display: flex !important;
    }
    .d-print-inline-flex {
        display: -webkit-inline-box !important;
        display: -ms-inline-flexbox !important;
        display: inline-flex !important;
    }
}

/*# sourceMappingURL=main.css.map */
