@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: 22px;
    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;
    vertical-align: middle;
}

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

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

[class^="icon-"],
[class*=" icon-"] {
    /* use !important to prevent issues with browser extensions that change fonts */
    font-family: 'icomoon' !important;
    speak: never;
    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-filter_list:before {
    content: "\e920";
}

.icon-medal:before {
    content: "\e921";
}

.icon-shield:before {
    content: "\e922";
}

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

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

.icon-facebook:before {
    content: "\ea90";
}

.icon-instagram:before {
    content: "\ea92";
}

.icon-twitter:before {
    content: "\ea96";
}

.icon-youtube:before {
    content: "\ea9d";
}

.icon-reddit:before {
    content: "\eac6";
}

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

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

/* Icons */
@font-face {
    font-display: swap;
    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;
}

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

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

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

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

.slinky-menu {
    position: relative;
    z-index: 102;
    -webkit-transform: translateZ(0);
            transform: translateZ(0);
    width: 100%;
    height: 100%;
}

.slinky-menu > ul {
    position: relative;
    left: 0;
    -webkit-transform: translateZ(0);
            transform: translateZ(0);
}

.slinky-menu ul,
.slinky-menu li {
    margin: 0;
    list-style: none;
}

.slinky-menu ul {
    width: 100%;
}

.slinky-menu li ul {
    display: none;
    position: absolute;
    top: 0;
    left: 100%;
    background-color: #fff;
}

.slinky-menu .header {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    height: auto;
    background-color: #fff;
}

.slinky-menu .header .title {
    margin: 0;
    color: #fff;
    font-size: 20px;
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
}

.slinky-theme-default .next::after,
.slinky-theme-default .back::before {
    width: 13px;
    height: 13px;
    border-top: 2px solid #0e0e0e;
    border-right: 2px solid #0e0e0e;
    -webkit-transform-origin: 50% 50%;
            transform-origin: 50% 50%;
    -webkit-transform: rotate(45deg);
            transform: rotate(45deg);
    content: '';
}

.slinky-theme-default .back {
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
}

.slinky-theme-default .back::before {
    margin-right: 15px;
    -webkit-transform: rotate(-135deg);
            transform: rotate(-135deg);
}

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

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

* {
    max-height: 1000000px;
}

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

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

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,
h6 {
    margin: 0 0 1em;
}

strong {
    margin: 0;
    padding: 0;
}

p {
    margin: 0 0 1em;
}

ul, ol {
    padding-left: 3em;
}

ul ul,
ul ol,
ol ul,
ol ol {
    padding-left: 3em;
    margin: 0;
}

ul {
    list-style-type: disc;
}

a {
    color: #222;
    text-decoration: none;
    -webkit-transition: color .3s ease-in-out;
    transition: color .3s ease-in-out;
}

a:hover {
    color: #ff6600;
}

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

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

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

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

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

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

html {
    font-size: 16px;
}

body {
    font-family: "roboto", "Helvetica Neue", Arial, sans-serif;
    font-size: 15px;
    line-height: 1.46;
}

h1 {
    font-size: 22px;
    font-weight: 700;
    line-height: 1.2;
}

h2 {
    margin-bottom: 15px;
    padding: 0 0 4px;
    border-bottom: 1px solid #666;
    font-size: 22px;
    font-weight: 700;
}

h3 {
    font-size: 17px;
}

h4 {
    font-size: 18px;
}

h5 {
    font-size: 16px;
}

h6 {
    font-size: 15px;
}

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

.is-hidden {
    display: none;
}

ul:not([class]), .social-network, .footer__brands, .footer__nav, .share__list {
    margin: 0;
    padding: 0;
    list-style: none;
}

.navigation-single:after {
    content: '';
    display: block;
    clear: both;
}

.ellipsis {
    white-space: nowrap;
    /* 1 */
    text-overflow: ellipsis;
    /* 2 */
    overflow: hidden;
}

.primary-menu > nav > ul > li > a {
    position: relative;
}

.primary-menu > nav > ul > li > a::before {
    content: '';
    -webkit-transition: -webkit-transform .2s;
    transition: -webkit-transform .2s;
    transition: transform .2s;
    transition: transform .2s, -webkit-transform .2s;
    position: absolute;
    top: 100%;
    left: 0;
    right: 0;
    height: 1px;
    background-color: #000;
    -webkit-transform: scaleX(0);
            transform: scaleX(0);
}

.primary-menu > nav > ul > li > a:hover::before {
    -webkit-transform: scaleX(1);
            transform: scaleX(1);
}

ul:not([class]) > li {
    position: relative;
    padding: 0 0 4px 10px;
}

ul:not([class]) > li:before {
    content: '';
    position: absolute;
    top: 8px;
    left: 0;
    width: 4px;
    height: 4px;
    border-radius: 50%;
    background: #ff6600;
}

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

th, td {
    border: 1px solid #eae8e3;
    padding: .5em;
    text-align: left;
    vertical-align: top;
}

th {
    text-align: center;
    vertical-align: middle;
}

.wp-caption {
    max-width: 100%;
    clear: both;
    margin-bottom: 1em;
}

.wp-caption img {
    margin: 0;
    vertical-align: top;
}

.wp-caption p {
    margin: .4em 0 0;
}

abbr[title] {
    text-decoration: none;
}

.main__holder {
    /* Text meant only for screen readers. */
}

.main__holder iframe {
    max-width: 100%;
    margin: 0 auto;
    display: block;
    border: none;
}

.main__holder blockquote {
    padding: 6px 0 0 40px;
    position: relative;
    margin: 0 0 20px;
}

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

.main__holder table {
    width: 100%;
    padding: 0;
    border-collapse: collapse;
    margin-bottom: 15px;
}

.main__holder td *:last-child {
    margin-bottom: 0;
}

.main__holder th, .main__holder td {
    padding: 8px;
    border: 1px solid #999;
}

.main__holder dl {
    margin: 0 0 20px;
}

.main__holder dl dt {
    float: left;
    clear: left;
    padding-right: 5px;
    font-weight: bold;
}

.main__holder dl dd {
    overflow: hidden;
}

.main__holder code, .main__holder kbd, .main__holder samp {
    font-family: monospace, monospace;
    font-size: 15px;
}

.main__holder .wp-block-image {
    max-width: 100%;
    margin: 0 0 10px;
}

.main__holder .alignnone {
    margin: 0 20px 10px 0;
}

.main__holder .aligncenter {
    display: block;
    text-align: center;
    margin: 0 auto 10px;
}

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

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

.main__holder figure {
    margin: 0 0 5px;
}

.main__holder .wp-caption {
    position: relative;
    overflow: hidden;
    max-width: 100%;
    margin: 0 0 20px;
}

.main__holder .wp-caption img {
    border: 0;
    height: auto;
    margin: 0;
    padding: 0;
    width: auto;
    max-width: 100%;
    display: block;
    -webkit-transition: 0.5s;
    transition: 0.5s;
}

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

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

.main__holder .wp-caption.alignnone, .main__holder .wp-caption.alignleft {
    text-align: left;
}

.main__holder .wp-caption.alignnone img, .main__holder .wp-caption.alignleft img {
    margin: 0 0 10px;
}

.main__holder .wp-caption.alignnone figure img, .main__holder .wp-caption.alignleft figure img {
    margin: 0;
}

.main__holder .wp-caption.aligncenter img {
    margin: 0 auto 10px;
}

.main__holder .wp-caption.alignright {
    text-align: right;
}

.main__holder .wp-caption.alignright img {
    margin: 0 0 10px auto;
}

.main__holder .wp-caption.alignright figure img {
    margin: 0;
}

.main__holder .screen-reader-text {
    clip: rect(1px, 1px, 1px, 1px);
    position: absolute !important;
    height: 1px;
    width: 1px;
    overflow: hidden;
}

.main__holder strong {
    font-weight: 700;
}

.main__holder small {
    font-size: 12px;
}

.main__holder pre {
    max-width: 100%;
}

.main__holder .twitter-tweet {
    margin: 0 auto;
}

pre {
    max-width: 100%;
}

.navigation,
.navigation-comments {
    position: relative;
    vertical-align: middle;
    margin-bottom: 1.46em;
}

.navigation .screen-reader-text,
.navigation-comments .screen-reader-text {
    position: absolute;
    left: -99999px;
}

.navigation .page-numbers,
.navigation-comments .page-numbers {
    display: inline-block;
    vertical-align: middle;
    padding: 0 .4em;
    background-color: #fff;
}

.navigation .page-numbers.current,
.navigation-comments .page-numbers.current {
    color: #ff6600;
}

.navigation .page-numbers ,
.navigation-comments .page-numbers {
    border-radius: 50%;
}

.navigation .next,
.navigation .prev,
.navigation-comments .next,
.navigation-comments .prev {
    display: inline-block;
    vertical-align: middle;
    max-width: 48%;
    border: 1px solid #ff6600;
    border-radius: 50px;
    color: #222;
    padding: 4px 15px;
    text-decoration: none;
    -webkit-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
}

.navigation .next:hover,
.navigation .prev:hover,
.navigation-comments .next:hover,
.navigation-comments .prev:hover {
    color: #fff;
    background: #ff6600;
}

.navigation-single {
    margin-bottom: 1em;
}

.navigation-single .next,
.navigation-single .prev {
    float: left;
    vertical-align: middle;
    max-width: 48%;
    border: 1px solid #ff6600;
    border-radius: 50px;
    color: #222;
    text-decoration: none;
    -webkit-transition: background .3s ease-in-out;
    transition: background .3s ease-in-out;
    background-color: #fff;
}

.navigation-single .next:hover,
.navigation-single .prev:hover {
    background: #ff6600;
}

.navigation-single .next:hover a,
.navigation-single .prev:hover a {
    color: #fff;
}

.navigation-single .next a,
.navigation-single .prev a {
    -webkit-transition: color .3s ease-in-out;
    transition: color .3s ease-in-out;
    color: inherit;
    text-decoration: none;
    padding: 4px 15px;
    display: block;
}

.navigation-single .next {
    float: right;
}

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

.homepage {
    color: #fff;
    background: #000;
}

.main__holder {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
}

.content {
    width: 100%;
    margin-bottom: 30px;
}

.sidebar {
    width: 100%;
    margin-bottom: 35px;
}

#wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    overflow: hidden;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    min-height: 100vh;
    padding: 0;
}

.page__main {
    position: relative;
    padding: 18px 0 8px;
    -webkit-box-flex: 1;
        -ms-flex: 1 0 auto;
            flex: 1 0 auto;
}

.homepage .page__main {
    padding: 0 0 20px;
}

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

.page__header {
    position: relative;
}

.page__bg-trapeze {
    display: none;
}

.page-template-template-ppc .page__main {
    padding-top: 0;
}

.page-template-template-ppc .page__main .container {
    max-width: 980px;
}

.post-type-archive-live_stream .page__main {
    padding-top: 0;
}

.bet-recommended li {
    list-style: none;
}

.header {
    position: relative;
    height: 50px;
    background-color: #222;
}

.header__wrap {
    position: fixed;
    z-index: 9999;
    top: 0;
    left: 0;
    width: 100%;
    -webkit-transition: -webkit-transform 0.1s ease;
    transition: -webkit-transform 0.1s ease;
    transition: transform 0.1s ease;
    transition: transform 0.1s ease, -webkit-transform 0.1s ease;
}

.header__banner {
    display: block;
}

.header__main {
    background-color: #222;
}

.header__container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    position: relative;
    width: 100%;
    max-width: 1270px;
    margin: auto;
    padding: 0 10px;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
}

.header__link-home {
    margin: 15px 0;
    padding-right: 15px;
}

.top-section + .v-catena-takeover-banner {
    padding-top: 10px;
}

.v-catena-takeover-banner {
    position: relative;
    z-index: 10;
}

.logo {
    margin-right: 10px;
    -ms-flex-negative: 0;
        flex-shrink: 0;
}

.logo__link {
    display: block;
}

.logo__img_for-desk {
    display: none;
}

.logo__img_for-mob {
    display: block;
}

.primary-menu {
    -webkit-transition-duration: .3s;
            transition-duration: .3s;
    max-width: 1138px;
}

.primary-menu__list {
    margin: 0;
}

.primary-menu__dropdown {
    list-style: none;
    padding: 15px 0 0;
}

.primary-menu__dropdown .primary-menu__inner {
    -webkit-box-flex: 1;
        -ms-flex: 1 1 0px;
            flex: 1 1 0;
}

.primary-menu__sublist {
    padding: 0;
    list-style: none;
}

.primary-menu__title {
    line-height: 1;
    padding: 12px 20px;
    color: #0e0e0e;
    font-size: 17px;
    background-color: #eee;
}

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

.is-nav-open .primary-menu::before {
    visibility: visible;
    z-index: 100;
    opacity: 1;
}

.primary-menu > nav > ul {
    list-style: none;
}

.primary-menu > nav > ul > li {
    margin: 0;
    position: static;
    font-size: 14px;
    color: #fdfdfd;
    font-weight: normal;
    letter-spacing: 0;
    line-height: 1.4;
    -webkit-box-shadow: 0 1px 0 0 rgba(0, 0, 0, 0.1);
            box-shadow: 0 1px 0 0 rgba(0, 0, 0, 0.1);
}

.primary-menu > nav > ul > li > a {
    -webkit-transition: background-color 0.3s ease;
    transition: background-color 0.3s ease;
    text-transform: uppercase;
}

.primary-menu > nav > ul > li > a::before {
    display: none;
}

.primary-menu > nav > ul > li.current-page-item {
    background-color: #eee;
}

.primary-menu li {
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
}

.primary-menu li.current-menu-item {
    background-color: rgba(34, 34, 34, 0.15);
}

.primary-menu li > a {
    font-size: 17px;
    font-weight: normal;
    font-style: normal;
    font-stretch: normal;
    line-height: normal;
    letter-spacing: normal;
    color: #0e0e0e;
    padding: 12px 20px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    text-transform: capitalize;
    -webkit-transition: color 0.3s ease;
    transition: color 0.3s ease;
}

.primary-menu li:before {
    display: none;
}

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

.load-more-holder {
    text-align: center;
    padding: 43px 0;
    display: block;
    width: 100%;
}

.load-more {
    display: inline-block;
    vertical-align: top;
    border: 2px solid #ff6600;
    min-width: 180px;
    padding: 9px 20px;
    font-size: 16px;
    text-align: center;
    border-radius: 50px;
    position: relative;
    -webkit-box-shadow: 0 3px 0 0 rgba(0, 0, 0, 0.1);
            box-shadow: 0 3px 0 0 rgba(0, 0, 0, 0.1);
    -webkit-transition: background-color .3s ease-in-out, color .3s ease-in-out;
    transition: background-color .3s ease-in-out, color .3s ease-in-out;
    color: #444;
}

.load-more:hover {
    background-color: #ff6600;
    color: #fff;
}

.btn {
    display: inline-block;
    vertical-align: top;
    font-size: 12px;
    line-height: 1.33;
    text-align: center;
    color: #222;
    background-color: #fff;
    border-radius: 50px;
    -webkit-box-shadow: 0 3px 0 0 rgba(0, 0, 0, 0.1);
            box-shadow: 0 3px 0 0 rgba(0, 0, 0, 0.1);
    padding: 4px 11px;
    -webkit-transition: background-color 0.3s ease, color 0.3s ease;
    transition: background-color 0.3s ease, color 0.3s ease;
    min-width: 80px;
}

.btn:hover {
    color: #fff;
}

.btn_green {
    border: solid 1px #05a488;
}

.btn_green:hover {
    background-color: #05a488;
}

.btn_orange {
    border: solid 1px #ff6600;
}

.btn_orange:hover {
    background-color: #ff6600;
}

.btn_stream {
    font-weight: 700;
    padding: 4px 19px;
}

.btn_yellow {
    border: 1px solid #ffdf1b;
    background: none;
    color: #fff;
    min-width: 206px;
    padding: 10px;
    font-size: 16px;
    font-weight: 700;
    line-height: 1.25;
}

.btn_yellow:hover {
    background: #ffdf1b;
}

.btn-wrap {
    text-align: center;
    padding: 11px 0;
}

.btn-long {
    min-width: 300px;
    max-width: 325px;
    width: 100%;
    font-weight: 700;
    font-size: 16px;
    padding: 9px;
}

strong.btn.btn-green {
    padding: 0;
    min-width: auto;
    background: none;
}

strong.btn.btn-green:before {
    display: none;
}

strong.btn.btn-green a {
    display: inline-block;
    vertical-align: middle;
    border-radius: 50px;
    padding: 8px 10px;
    min-width: 197px;
    text-decoration: none;
    color: #05a488;
    border: 1px solid #05a488;
}

strong.btn.btn-green a:hover {
    background: #05a488;
    color: #fff;
}

.article-button {
    position: fixed;
    top: 50%;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-transition-duration: .5s;
            transition-duration: .5s;
    font-size: 0;
    line-height: 0;
    color: #05102a;
    font-weight: bold;
    z-index: 200;
}

.article-button:hover .article-button__arrow {
    pointer-events: none;
}

.article-button:hover .article-button__infoholder {
    pointer-events: auto;
    visibility: visible;
    opacity: 1;
    background-color: #fff;
    -webkit-transform: translate(0, -50%);
            transform: translate(0, -50%);
}

.article-button--left {
    left: 0;
    padding-left: 12px;
    text-align: right;
}

.article-button--left .article-button__infoholder {
    padding: 20px 25px 20px 53px;
    left: 0;
    -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
}

.article-button--right {
    right: 0;
    padding-right: 12px;
}

.article-button--right .article-button__arrow {
    -webkit-transform: rotate(-127deg);
            transform: rotate(-127deg);
}

.article-button--right .article-button__infoholder {
    right: 0;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
    padding: 20px 53px 20px 25px;
    -webkit-transform: translate(50%, -50%);
            transform: translate(50%, -50%);
}

.article-button--right .article-button__img-holder {
    margin: 0 0 0 20px;
}

.article-button__arrow {
    -webkit-transform: rotate(53deg);
            transform: rotate(53deg);
    z-index: 3;
}

.article-button__arrow:before {
    content: '';
    display: inline-block;
    width: 50px;
    height: 50px;
    border: solid #716276;
    border-width: 0 0 7px 7px;
    -webkit-transform: skew(20deg);
            transform: skew(20deg);
}

.article-button__infoholder {
    font-size: 18px;
    line-height: 1.2;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.5);
            box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.5);
    position: absolute;
    top: 50%;
    width: 383px;
    background-color: transparent;
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
    -webkit-transition: all 0.3s linear;
    transition: all 0.3s linear;
    min-height: 120px;
}

.article-button__infoholder:hover {
    color: #05102a;
}

.article-button__img-holder {
    width: 108px;
    min-width: 108px;
    height: 80px;
    margin-right: 20px;
    position: relative;
}

.article-button .news-card__play {
    width: 45px;
    height: 45px;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
}

.article-button__image {
    width: 100%;
    height: 100%;
    font-family: 'object-fit: cover; object-position: top;';
    -o-object-fit: cover;
       object-fit: cover;
    -o-object-position: top;
       object-position: top;
}

.article-button__text {
    height: 63px;
    overflow: hidden;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
}

.article-button__text p {
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
    margin-bottom: 0 !important;
}

.heading {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    padding: 0 0 6px;
    border-bottom: 1px solid #666;
    margin-bottom: 15px;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
}

.heading .heading__title {
    margin-bottom: 0;
    font-weight: 700;
    font-size: 20px;
    border: none;
    padding: 0;
}

.homepage .heading .btn {
    background: none;
    color: #fff;
}

.homepage .heading .btn:hover {
    color: #fff;
    background: #05a488;
}

.side-banner {
    margin: 0 0 40px;
    text-align: center;
    padding: 33px 0 0;
}

article.news-article .side-banner {
    padding: 0;
}

.side-banner img {
    width: 100%;
}

.img-bunner {
    display: block;
    max-width: 276px;
    width: 100%;
    margin: 0 auto 35px;
    overflow: hidden;
}

.img-bunner__picture {
    width: 100%;
    height: auto;
    -webkit-transition: -webkit-transform 0.3s ease;
    transition: -webkit-transform 0.3s ease;
    transition: transform 0.3s ease;
    transition: transform 0.3s ease, -webkit-transform 0.3s ease;
}

.img-bunner__picture:hover {
    -webkit-transform: scale3d(1.05, 1.05, 1);
            transform: scale3d(1.05, 1.05, 1);
}

.sidebar h2 {
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    padding-bottom: 3px;
    margin-bottom: 20px;
}

.sidebar iframe {
    margin-bottom: 30px !important;
}

.post-type-archive-live_stream .sidebar .sidebar__widget:first-child h2,
.post-type-archive-tournament_calendar .sidebar .sidebar__widget:first-child h2 {
    color: #000;
    border-bottom: 1px solid #666;
}

.sidebar_dark h2 {
    color: #eee;
    border-bottom: 1px solid #716276;
}

.category .sidebar img {
    margin: 0;
}

.post-type-archive-live_stream .sidebar {
    padding-top: 30px;
}

.post-type-archive-tournament_calendar .sidebar {
    padding-top: 23px;
}

.sidebar__articles-preview {
    list-style-type: none;
    padding-left: 0;
}

.sidebar__articles-preview__card {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 15px;
    background: #eee;
    height: 90px;
    -webkit-transition: -webkit-box-shadow 0.2s linear;
    transition: -webkit-box-shadow 0.2s linear;
    transition: box-shadow 0.2s linear;
    transition: box-shadow 0.2s linear, -webkit-box-shadow 0.2s linear;
}

.sidebar__articles-preview__card:hover {
    -webkit-box-shadow: 0 0 3px 0 rgba(0, 0, 0, 0.2);
            box-shadow: 0 0 3px 0 rgba(0, 0, 0, 0.2);
}

.sidebar__articles-preview__card:hover .news-card__play {
    -webkit-transform: translate(-50%, -50%) scale(1.08);
            transform: translate(-50%, -50%) scale(1.08);
}

.sidebar__articles-preview__img {
    background: #979797;
    width: 120px;
    height: 90px;
    min-width: 120px;
    position: relative;
}

.sidebar__articles-preview__img > img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
    font-family: 'object-fit: cover; object-position: top;';
    -o-object-position: top;
       object-position: top;
}

.sidebar__articles-preview__img .news-card__play {
    width: 40px;
    height: 40px;
    pointer-events: none;
    -webkit-transition: -webkit-transform 0.2s linear;
    transition: -webkit-transform 0.2s linear;
    transition: transform 0.2s linear;
    transition: transform 0.2s linear, -webkit-transform 0.2s linear;
}

.sidebar__articles-preview__text {
    padding: 10px 13px;
    font-weight: 700;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-flex: 1;
        -ms-flex: 1 1 auto;
            flex: 1 1 auto;
}

.sidebar__articles-preview__text h3 {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    font-size: 16px;
    margin: 0;
}

.top-list {
    padding: 0 0 36px;
}

.content .post-description {
    color: #0e0e0e;
    font-size: 18px;
    line-height: 1.33;
    margin: 0 0 20px;
}

.content .image-content {
    width: 100%;
    margin: 0 0 18px;
}

.content h3 {
    font-weight: 400;
    line-height: 1.1;
    margin: 0 0 24px;
}

.content img {
    margin-bottom: 15px;
}

.news-article {
    padding: 7px 0 0;
}

.news-article .sidebar {
    padding: 0;
}

.news-article h1 {
    font-size: 24px;
    line-height: 1.2;
    color: #0e0e0e;
    margin: 0 0 20px;
}

.news-article .top-list {
    padding: 20px 0 36px;
}

.sidebar .top-list {
    padding: 0 0 23px;
}

.tips-holder {
    padding: 0 0 10px;
}

.wp-content h2 {
    margin-bottom: 25px;
}

.wp-content h3 {
    font-size: 18px;
    margin-bottom: 16px;
    font-weight: 700;
}

.wp-content p + h3 {
    margin-top: 27px;
}

.error-page {
    padding: 0 0 64px;
}

.error-page h1 {
    font-size: 60px;
    margin: 0 0 11px;
    line-height: 1.2;
    color: #222;
}

.error-page h2 {
    font-size: 30px;
    line-height: 1.2;
    margin: 0 0 16px;
    border-bottom: 0;
    font-weight: 700;
    padding: 0;
}

.error-page p {
    margin: 0 0 33px;
}

.error-page .error-page__info {
    margin: 0 auto;
    text-align: center;
    padding: 0 10px 30px;
    max-width: 390px;
    line-height: 1.33;
    font-size: 18px;
}

.error-page .error-page__img {
    max-width: 280px;
    margin: 0 auto;
    padding: 0 15px;
}

.error-page .btn {
    min-width: 320px;
    font-size: 20px;
    padding: 6px 20px;
    position: relative;
}

.error-page .btn:hover:after {
    border-color: #fff;
}

.error-page .btn:after {
    content: '';
    position: absolute;
    height: 10px;
    width: 10px;
    top: 50%;
    right: 21px;
    margin: -5px 0 0;
    border: 3px solid #000;
    border-width: 0 0 2px 2px;
    -webkit-transform: rotate(-136deg);
            transform: rotate(-136deg);
    -webkit-transition: border-color .3s ease-in-out;
    transition: border-color .3s ease-in-out;
}

.page__footer {
    text-align: center;
    padding: 16px 0 68px;
    position: relative;
    background: #222;
    color: #eee;
}

.page__footer h3 {
    font-size: 15px;
    font-weight: 400;
    text-transform: uppercase;
    margin: 0 0 7px;
}

.page__footer .text-box {
    max-width: 720px;
    margin: 0 auto 30px;
    font-size: 13px;
    line-height: 1.6;
    letter-spacing: 0.5px;
}

.page__footer .text-box p {
    margin: 0;
}

.page__footer .text-box h3 {
    margin: 0 0 21px;
}

.page__footer .text-box a {
    color: #eee;
    -webkit-transition: color 0.3s ease;
    transition: color 0.3s ease;
}

.page__footer .text-box a:hover {
    color: #05a488;
}

.social-network {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    padding: 0 0 35px;
}

.social-network li {
    padding: 0 9px;
}

.social-network a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    font-size: 26px;
    width: 48px;
    height: 48px;
    line-height: 1;
    color: rgba(255, 255, 255, 0.6);
    -webkit-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
    border: 1px solid rgba(255, 255, 255, 0.6);
    border-radius: 50%;
}

.social-network a:hover {
    color: #05a488;
    border-color: #05a488;
}

.menu-follow-us-container_for-head {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    position: absolute;
    right: 0;
    top: calc(50% - 12px);
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
}

.menu-follow-us-container_for-head h3 {
    font-size: 14px;
    color: #eee;
    text-transform: none;
    margin-bottom: 0;
    padding-right: 5px;
}

.menu-follow-us-container_for-head .social-network {
    padding-bottom: 0;
}

.menu-follow-us-container_for-head .social-network li {
    padding: 0 5px;
}

.menu-follow-us-container_for-head .social-network a {
    width: 30px;
    height: 30px;
    font-size: 16px;
}

.menu-follow-us-container_for-sidebar {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    padding: 8px 0;
    background-color: #111;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    border-radius: 23px;
    margin-bottom: 35px;
}

.menu-follow-us-container_for-sidebar h3 {
    font-size: 14px;
    color: #eee;
    text-transform: none;
    margin-bottom: 0;
    padding: 0 9px 0 5px;
    font-weight: normal;
}

.menu-follow-us-container_for-sidebar .social-network {
    padding-bottom: 0;
}

.menu-follow-us-container_for-sidebar .social-network li {
    padding: 0 5px;
}

.menu-follow-us-container_for-sidebar .social-network a {
    width: 30px;
    height: 30px;
    font-size: 16px;
}

.menu-follow-us-container_fixed {
    position: fixed;
    z-index: 999;
    left: 50%;
    bottom: 10px;
    -webkit-transform: translate(-50%, calc(100% + 20px));
            transform: translate(-50%, calc(100% + 20px));
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    padding: 6px 0;
    background-color: #222;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    border-radius: 23px;
    opacity: 0;
    -webkit-box-shadow: 0 0 8px #222;
            box-shadow: 0 0 8px #222;
    min-width: 320px;
    -webkit-transition: opacity 0.3s ease, -webkit-transform 0.3s ease;
    transition: opacity 0.3s ease, -webkit-transform 0.3s ease;
    transition: transform 0.3s ease, opacity 0.3s ease;
    transition: transform 0.3s ease, opacity 0.3s ease, -webkit-transform 0.3s ease;
}

.menu-follow-us-container_fixed h3 {
    font-size: 14px;
    color: #eee;
    text-transform: none;
    margin-bottom: 0;
    padding: 0 6px;
    font-weight: normal;
    white-space: nowrap;
}

.menu-follow-us-container_fixed .social-network {
    padding-bottom: 0;
}

.menu-follow-us-container_fixed .social-network li {
    padding: 0 5px;
}

.menu-follow-us-container_fixed .social-network a {
    width: 34px;
    height: 34px;
    font-size: 20px;
}

.menu-follow-us-container_fixed.is-show {
    opacity: 1;
    -webkit-transform: translate(-50%, 0);
            transform: translate(-50%, 0);
}

.home .menu-follow-us-container_fixed {
    display: none;
}

.homepage .menu-follow-us-container_for-sidebar {
    background-color: transparent;
}

.homepage .menu-follow-us-container_for-sidebar h3 {
    padding-left: 0;
}

.homepage .menu-follow-us-container_for-sidebar .social-network li:last-child {
    padding-right: 0;
}

.footer__brands {
    padding: 0 0 24px;
}

.footer__brands li {
    padding: 0 0 16px;
}

.footer__brands a {
    display: block;
}

.footer__brands a:hover img {
    -webkit-transform: scale(1.05);
            transform: scale(1.05);
}

.footer__brands img {
    -webkit-transition: -webkit-transform .3s ease-in-out;
    transition: -webkit-transform .3s ease-in-out;
    transition: transform .3s ease-in-out;
    transition: transform .3s ease-in-out, -webkit-transform .3s ease-in-out;
}

.copyright-holder {
    font-size: 14px;
    line-height: 16px;
}

.copyright-holder .privacy {
    display: inline-block;
    margin: 0 0 18px;
}

.copyright-holder a {
    -webkit-transition: color .3s ease-in-out;
    transition: color .3s ease-in-out;
    color: #eee;
}

.copyright-holder a:hover {
    color: #05a488;
}

.copyright-holder p {
    display: block;
    margin: 0 12px;
}

#cookie-law-info-bar span {
    display: inline-block;
    vertical-align: middle;
}

#cookie-law-info-bar span span {
    padding: 5px 15px 0;
}

#cookie-law-info-bar span .cli-plugin-button {
    margin: 0;
    background: #05a488 !important;
    border: 1px solid #05a488;
    border-radius: 6px;
    cursor: pointer;
    -webkit-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
}

#cookie-law-info-bar span .cli-plugin-button:hover {
    color: #05a488 !important;
    background: none !important;
}

#cookie-law-info-bar span .cli-plugin-main-link {
    margin: 0 8px;
    -webkit-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
    text-decoration: none;
    cursor: pointer;
    font-weight: 700;
    color: #000 !important;
}

#cookie-law-info-bar span .cli-plugin-main-link:hover {
    color: #05a488 !important;
}

#cookie-law-info-again {
    border-radius: 6px 6px 0 0;
    -webkit-box-shadow: 0 0 5px 2px rgba(22, 22, 22, 0.2);
            box-shadow: 0 0 5px 2px rgba(22, 22, 22, 0.2);
}

.hamburger {
    display: block;
    width: 50px;
    height: 50px;
    cursor: pointer;
    -webkit-transition-property: opacity, background-color, -webkit-filter;
    transition-property: opacity, background-color, -webkit-filter;
    transition-property: opacity, filter, background-color;
    transition-property: opacity, filter, background-color, -webkit-filter;
    -webkit-transition-duration: 0.15s;
            transition-duration: 0.15s;
    -webkit-transition-timing-function: linear;
            transition-timing-function: linear;
    background-color: transparent;
    border: 0;
    margin: 0;
    overflow: visible;
    outline: 0;
    font-size: 9px;
    font-weight: bold;
    letter-spacing: 0.5px;
    text-align: center;
    color: #fff;
    text-transform: uppercase;
}

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

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

.hamburger-box {
    display: inline-block;
    position: relative;
    width: 28px;
    height: 20px;
    pointer-events: none;
    margin-bottom: 0;
}

.hamburger-inner {
    display: block;
    top: calc(50% - 1px);
}

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

.hamburger--spin .hamburger-inner {
    -webkit-transition-duration: 0.22s;
            transition-duration: 0.22s;
    -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);
}

.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);
}

.hamburger--spin.is-active .hamburger-inner {
    -webkit-transform: rotate(225deg) translate(-3px, -3px);
            transform: rotate(225deg) translate(-3px, -3px);
    -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);
    background-color: #222;
}

.hamburger--spin.is-active .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;
}

.hamburger--spin.is-active .hamburger-inner::after {
    bottom: 0;
    -webkit-transform: rotate(-90deg);
            transform: rotate(-90deg);
    -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);
    background-color: #222;
}

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

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

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

.upcoming__link {
    display: block;
    width: 240px;
    padding: 9px;
    margin: 12px auto 0;
    border: 1px solid #ffdf1b;
    border-radius: 20px;
    font-weight: 700;
    font-size: 16px;
    line-height: 1.25;
    text-align: center;
    -webkit-transition-duration: .2s;
    transition-duration: .2s;
}

.upcoming__link:hover,
.upcoming__link:active,
.upcoming__link:focus {
    color: #222;
    background-color: #ffdf1b;
    cursor: pointer;
}

.upcoming_for-sidebar .upcoming__link {
    font-size: 16px;
    color: #222;
    margin: 0 auto;
    max-width: 260px;
    padding: 7px 20px;
    -webkit-box-shadow: 0 3px 0 rgba(0, 0, 0, 0.15);
    box-shadow: 0 3px 0 rgba(0, 0, 0, 0.15);
    background-color: #ffdf1b;
}

.no-touchevents .upcoming_for-sidebar .upcoming__link:hover, .upcoming_for-sidebar .no-touchevents .upcoming__link:hover,
.no-touchevents .upcoming_for-sidebar .upcoming__link:active,
.upcoming_for-sidebar .no-touchevents .upcoming__link:active,
.no-touchevents .upcoming_for-sidebar .upcoming__link:focus,
.upcoming_for-sidebar .no-touchevents .upcoming__link:focus {
    color: #fff;
}

.upcoming {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    width: 100%;
    padding: 10px;
    color: #fff;
    background-image: -webkit-gradient(linear, left top, left bottom, from(#05b294), to(#027b5b));
    background-image: linear-gradient(to bottom, #05b294, #027b5b);
    font-size: 16px;
    text-align: center;
}

.upcoming_for-sidebar {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: normal !important;
    -ms-flex-direction: column !important;
    flex-direction: column !important;
    padding: 16px;
    text-align: center;
    margin-bottom: 35px;
}

.upcoming_for-sidebar > * {
    width: 100%;
}

.upcoming_for-sidebar .upcoming__name {
    margin-bottom: 6px;
    font-size: 15px;
}

.upcoming_for-sidebar .upcoming__rivals {
    margin-bottom: 6px;
}

.upcoming_for-sidebar .upcoming__rivals::before, .upcoming_for-sidebar .upcoming__rivals::after {
    display: none;
}

.upcoming__rivals {
    font-size: 15px;
    font-weight: normal;
    line-height: 1.2;
}

.upcoming__data {
    font-size: 15px;
    font-weight: normal;
    line-height: 1.2;
}

.upcoming_for-sidebar .upcoming__data {
    margin-bottom: 16px;
    font-weight: 600;
}

.upcoming__name {
    text-transform: uppercase;
    font-weight: 700;
    font-size: 16px;
    margin: 0;
    line-height: 1.2;
}

.author-page {
    position: relative;
    padding: 10px 0 34px;
}

.author-page__wrapper {
    text-align: center;
}

.author-page__title {
    font-size: 22px;
    font-weight: bold;
    font-style: normal;
    font-stretch: normal;
    line-height: 1.25;
    letter-spacing: normal;
    color: #eee;
}

.author-page__photo {
    width: 192px;
    height: 192px;
    border: solid 2px #eee;
    border-radius: 50%;
    background-color: #979797;
    margin: 0 auto 30px;
    overflow: hidden;
    background-position: center center;
    background-size: cover;
}

.author-page__description {
    font-size: 16px;
    font-weight: normal;
    font-style: normal;
    font-stretch: normal;
    line-height: 1.25;
    letter-spacing: normal;
    color: #eee;
}

.author-page__description p:last-of-type {
    margin-bottom: 0;
}

.author-page:after {
    content: '';
    width: 150vw;
    height: 200%;
    position: absolute;
    left: calc(50% - 60vw);
    bottom: 0;
    background-color: #090909;
    z-index: -1;
    -webkit-transform-origin: 0 100%;
            transform-origin: 0 100%;
    display: block;
}

.author-articles {
    -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
    padding-top: 16px;
}

.author-articles__title {
    font-size: 20px;
    font-weight: bold;
    font-style: normal;
    font-stretch: normal;
    line-height: normal;
    letter-spacing: normal;
    color: #222;
    margin-bottom: 22px;
    position: relative;
    border: none;
    padding: 0;
}

.author-articles__title:after {
    content: '';
    position: absolute;
    bottom: -7px;
    left: 0;
    width: 100%;
    height: 1px;
    background-color: #666;
}

.posts-list {
    margin-bottom: 30px;
}

.posts-list .card {
    display: block;
    margin-bottom: 20px;
    -webkit-box-shadow: 0 1px 0 0 rgba(0, 0, 0, 0.1);
            box-shadow: 0 1px 0 0 rgba(0, 0, 0, 0.1);
}

.posts-list .card__wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    background-color: #eee;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
}

.posts-list .card__poster {
    overflow: hidden;
    position: relative;
    height: 90px;
    -webkit-box-flex: 120px;
        -ms-flex: 120px 0 0px;
            flex: 120px 0 0;
    -webkit-backface-visibility: hidden;
            backface-visibility: hidden;
}

.posts-list .card__img {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    position: absolute;
    z-index: 1;
    top: -1px;
    left: -1px;
    width: calc(100% + 2px);
    height: calc(100% + 2px);
    background-position: center;
    background-size: cover;
    -webkit-transition: -webkit-transform 0.3s ease;
    transition: -webkit-transform 0.3s ease;
    transition: transform 0.3s ease;
    transition: transform 0.3s ease, -webkit-transform 0.3s ease;
    -webkit-backface-visibility: hidden;
            backface-visibility: hidden;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
}

.posts-list .card__img:hover img {
    -webkit-transform: scale(1.05);
            transform: scale(1.05);
}

.posts-list .card__img:hover.video img {
    -webkit-transform: scale(1);
            transform: scale(1);
}

.posts-list .card__img:hover.video::before {
    color: #05a488;
}

.posts-list .card__img img {
    position: absolute;
    min-height: 100%;
    margin: 0;
    -webkit-transition: -webkit-transform 0.3s ease;
    transition: -webkit-transform 0.3s ease;
    transition: transform 0.3s ease;
    transition: transform 0.3s ease, -webkit-transform 0.3s ease;
}

.posts-list .card__img.video::before {
    position: absolute;
    top: 50%;
    left: 50%;
    color: #fff;
    text-shadow: 0 0 7px rgba(0, 0, 0, 0.5);
    font: 54px/1 'icomoon';
    content: '\e901';
    -webkit-transition: color 0.3s ease;
    transition: color 0.3s ease;
    -webkit-transform: translateY(-50%) translateX(-50%);
            transform: translateY(-50%) translateX(-50%);
}

.posts-list .card__label {
    display: none;
    position: absolute;
    z-index: 2;
    bottom: 0;
    left: 0;
    padding: 3px 10px;
    color: #fff;
    background-color: #f60;
    font-size: 12px;
    font-weight: bold;
    text-transform: uppercase;
    -webkit-transition: background-color 0.3s ease;
    transition: background-color 0.3s ease;
}

.posts-list .card a.card__label:hover {
    background-color: #05a488;
}

.posts-list .card__main {
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
    padding: 11px 14px 17px;
}

.posts-list .card__title {
    overflow: hidden;
    max-height: 60px;
    margin: 0;
    color: #222;
    font-size: 16px;
    font-weight: bold;
    line-height: 1.25;
    -webkit-transition: color 0.3s ease;
    transition: color 0.3s ease;
}

.posts-list .card__footer {
    display: none;
}

.posts-list .card__date {
    color: #343434;
    font-size: 12px;
    font-weight: normal;
    line-height: 1.25;
}

.posts-list_for-category .card {
    background-color: #999;
}

.posts-list_with-green-labels .card__label {
    background-color: #05a488;
}

.posts-list_with-green-labels .card a.card__label:hover {
    background-color: #f60;
}

.category-page {
    width: 100%;
    padding-bottom: 50px;
}

.homepage .category-page {
    position: relative;
    padding: 9px 0 50px;
}

.homepage .category-page::before {
    position: absolute;
    top: 0;
    right: -9999px;
    left: -9999px;
    height: 398px;
    background: -webkit-gradient(linear, left top, left bottom, from(#222), to(#000));
    background: linear-gradient(to bottom, #222 0%, #000 100%);
    content: '';
}

.homepage .category-page .category-page__wrap {
    position: relative;
    z-index: 2;
}

.category-page__wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
}

.category-page__body {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
}

.category-page__bg {
    display: block;
    position: absolute;
    z-index: -1;
    top: 0;
    left: 0;
    width: 100%;
    min-width: 468px;
    height: 200px;
    fill: #090909;
}

.category-page .top-heading {
    margin-bottom: 7px;
}

.top-heading {
    display: none;
    position: relative;
    margin: 0 0 30px;
}

.top-heading__wrap {
    text-align: center;
    padding: 9px 280px 21px;
    position: relative;
}

.top-heading__title {
    font-size: 18px;
    font-weight: bold;
    line-height: 2.44;
    letter-spacing: normal;
    text-align: center;
    color: #eee;
    padding: 0;
    margin: 0;
    border: none;
    text-transform: uppercase;
}

.top-heading__description {
    font-size: 16px;
    line-height: 1.25;
    color: #eee;
    text-align: center;
    padding-bottom: 30px;
}

.top-heading__description p:last-of-type {
    margin-bottom: 0;
}

.top-heading:after {
    content: '';
    position: absolute;
    width: 100vw;
    height: 200%;
    bottom: 0;
    left: calc(50% - 50vw);
    background-color: #090909;
    z-index: -1;
}

.top-title {
    font-size: 22px;
    font-weight: bold;
    color: #eee;
    position: relative;
    padding: 10px 0 6px;
    border-bottom: 1px solid #666;
    margin-bottom: 15px;
    line-height: 1.46;
}

.latest-news {
    margin-bottom: 40px;
}

.latest-news__title {
    font-weight: normal;
}

.latest-news .card {
    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: 20px;
    background-color: #eee;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
}

.latest-news .card__poster {
    display: block;
    overflow: hidden;
    position: relative;
    padding-top: 63%;
    -webkit-backface-visibility: hidden;
            backface-visibility: hidden;
}

.latest-news .card__img {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    position: absolute;
    z-index: 1;
    top: -1px;
    left: -1px;
    width: calc(100% + 2px);
    height: calc(100% + 2px);
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
}

.latest-news .card__img:hover img {
    -webkit-transform: scale3d(1.05, 1.05, 1);
            transform: scale3d(1.05, 1.05, 1);
}

.latest-news .card__img img {
    position: absolute;
    min-width: 100%;
    min-height: 100%;
    margin: 0;
    -webkit-transition: -webkit-transform 0.3s ease;
    transition: -webkit-transform 0.3s ease;
    transition: transform 0.3s ease;
    transition: transform 0.3s ease, -webkit-transform 0.3s ease;
}

.latest-news .card__label {
    position: absolute;
    z-index: 2;
    bottom: 0;
    left: 0;
    padding: 3px 10px;
    color: #fff;
    background-color: #05a488;
    font-size: 12px;
    font-weight: bold;
    white-space: nowrap;
    text-transform: uppercase;
    -webkit-transition: background-color 0.3s ease;
    transition: background-color 0.3s ease;
}

.latest-news .card__label:hover {
    background-color: #f60;
}

.latest-news .card__body {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    width: 100%;
    padding: 11px 11px 16px;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-flex: 2;
        -ms-flex-positive: 2;
            flex-grow: 2;
}

.latest-news .card__title {
    overflow: hidden;
    max-height: 66px;
    margin: 0 0 12px;
    color: #222;
    font-size: 18px;
    font-weight: bold;
    line-height: 1.17;
    -webkit-transition: color 0.3s ease;
    transition: color 0.3s ease;
}

.latest-news .card__text {
    display: none;
    margin-bottom: 20px;
    color: #343434;
    font-size: 14px;
    line-height: 1.43;
}

.latest-news .card__foot {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
}

.latest-news .card__date {
    color: #343434;
    font-size: 12px;
    line-height: 1.25;
}

.latest-news .card .btn {
    min-width: auto;
    padding: 4px 12px;
    font-size: 12px;
    line-height: 1.33;
}

.latest-news .card .btn:hover {
    color: #fff;
}

.latest-news__col_second .card {
    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: center;
        -ms-flex-align: center;
            align-items: center;
    margin: 0 0 20px;
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
}

.latest-news__col_second .card__poster {
    overflow: hidden;
    position: relative;
    height: 90px;
    padding-top: 0;
    -webkit-box-flex: 120px;
        -ms-flex: 120px 0 0px;
            flex: 120px 0 0;
}

.latest-news__col_second .card__label {
    display: none;
}

.latest-news__col_second .card__body {
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
    padding: 0 14px;
}

.latest-news__col_second .card__title {
    max-height: 60px;
    margin-bottom: 0;
    font-size: 16px;
    line-height: 1.25;
}

.latest-news__col_second .card__foot {
    display: none;
}

.post-type-archive-live_stream .streams {
    padding: 46px 0 0;
    text-align: center;
    max-width: 866px;
}

.post-type-archive-live_stream .streams .streams__title {
    text-align: left;
}

.post-type-archive-live_stream .streams .streams__table {
    margin: 0;
}

.streams .streams__title {
    font-size: 22px;
    font-weight: bold;
    color: #222;
    margin-bottom: 15px;
}

.streams__table {
    width: 100%;
    vertical-align: middle;
    margin-bottom: 37px;
    background-color: #fff;
}

.streams th, .streams td {
    border: none;
    text-align: left;
    vertical-align: middle;
}

.streams__head {
    background-color: #05a488;
    font-size: 12px;
    font-weight: bold;
    color: #fff;
    text-transform: uppercase;
}

.streams__head th {
    padding: 7px 8px;
}

.streams__head th:first-child {
    width: calc(100% - 120px);
    font-size: 0;
}

.streams__head th:first-child > div {
    display: inline-block;
    font-size: 12px;
}

.streams__head th:first-child > div:first-child {
    margin-right: 20px;
}

.streams__head th:last-child {
    width: 120px;
    text-align: center;
}

.streams__date {
    line-height: 1.33;
    margin-bottom: 3px;
    font-size: 15px;
    display: block;
}

.streams__info {
    line-height: 1.2;
    font-size: 15px;
}

.streams tbody td {
    padding: 8px 8px 14px;
    font-size: 0;
}

.streams tbody td:first-child {
    width: calc(100% - 120px);
}

.streams tbody td:last-child {
    width: 120px;
    text-align: center;
    padding: 0;
}

.streams tr {
    border-bottom: 1px solid rgba(0, 0, 0, 0.2);
}

.streams tr:nth-child(even) {
    background-color: rgba(238, 238, 238, 0.7);
}

.tournament-title {
    margin-bottom: 15px;
    border-bottom: 1px solid #666;
    padding: 0 0 4px;
}

.table__header {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding: 5px 12px;
    color: #fff;
    background-color: #05a488;
    font-size: 12px;
    font-weight: 600;
    text-transform: uppercase;
}

.table--tournament {
    color: #222;
    margin: 0 0 27px;
}

.table--tournament .table__link {
    font-weight: 700;
    padding: 5px 10px;
    min-width: 95px;
}

.table--tournament .table__name {
    text-align: center;
    font-weight: 700;
    font-size: 16px;
    color: #222;
    margin: 0 0 4px;
    text-transform: uppercase;
}

.table--tournament .table__cell:nth-child(1) {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 56px;
            flex: 0 0 56px;
}

.table--tournament .table__cell:nth-child(2) {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 55%;
            flex: 0 0 55%;
}

.table--tournament .table__cell:nth-child(3) {
    -webkit-box-flex: 1;
        -ms-flex: 1 1 50%;
            flex: 1 1 50%;
    text-align: left;
}

.table--tournament .table__cell:nth-child(4) {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100px;
            flex: 0 0 100px;
    text-align: center;
}

.table--tournament .table__row {
    min-height: 40px;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding: 5px 10px;
    -webkit-box-shadow: 0 1px 0 0 #d6d6d6;
            box-shadow: 0 1px 0 0 #d6d6d6;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
}

.table--tournament .table__row:nth-child(even) {
    background-color: #f1f1f1;
}

.table--tournament .table__data-content {
    font-size: 14px;
    -webkit-box-flex: 1;
        -ms-flex: 1 1 calc(100% - 120px);
            flex: 1 1 calc(100% - 120px);
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
}

.table--tournament .table__bell {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 calc(100% - 100px);
            flex: 0 0 calc(100% - 100px);
    -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
            order: 3;
    display: block;
    text-align: left;
    font-size: 14px;
}

.table--tournament .table__control {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100px;
            flex: 0 0 100px;
    margin: 24px 0 0 5px;
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
}

.table--tournament .table__date {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    padding: 0 5px 8px 0;
}

.table--tournament .table__info {
    -webkit-box-flex: 1;
        -ms-flex: 1 1 100%;
            flex: 1 1 100%;
    font-weight: 700;
    line-height: 1;
}

.table--tournament .table__row-disabled {
    opacity: 0.5;
    pointer-events: none;
    cursor: default;
}

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

.single-page {
    padding: 10px 0 0;
    width: 100%;
}

.single-page:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    height: 278px;
    background-color: #090909;
    width: 100%;
}

.single-page .content-wrap .wp-caption img {
    width: 100%;
}

.single-page .head-article {
    padding: 0 0 12px;
    color: #fff;
    position: relative;
    z-index: 1;
}

.single-page .head-article h1 {
    font-size: 22px;
    margin: 0 0 18px;
    line-height: 1.1;
}

.single-page .head-article .publication-info {
    color: #b1aeae;
    font-size: 12px;
}

.single-page .head-article .publication-info p {
    margin: 0;
}

.single-page .head-article .publication-info a {
    color: inherit;
}

.single-page .head-article .publication-info a:hover {
    color: #05a488;
}

.single-page .content {
    position: relative;
}

.single-page p {
    margin: 0 0 22px;
}

.single-page .wp-caption {
    text-align: right;
    color: #6e6d6d;
    font-size: 10px;
}

.single-page .strong {
    font-weight: 700;
    font-size: 18px;
    line-height: 1.2;
}

.video-holder {
    text-align: right;
    font-size: 10px;
    color: #6e6d6d;
    margin: 0 0 30px;
}

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

.embed-responsive:before {
    display: block;
    content: "";
    padding-top: 56.25%;
}

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

.embed-responsive:after {
    display: block;
    clear: both;
    content: "";
}

.ad-banner {
    margin: 0 -10px 26px;
    text-align: center;
}

.ad-banner img {
    margin: 0;
}

.share__counter {
    display: none;
}

.pw-widget.__pw-layout-vertical .pw-jumbo-counter__label {
    font-size: 10px !important;
}

.pw-button.__pw-size-32 .pw-button-icon {
    width: 34px !important;
    height: 34px !important;
    border: 1px solid rgba(255, 255, 255, 0.6);
    border-radius: 50%;
    color: #a6a6a6;
    font-size: 20px;
    -webkit-transition: -webkit-box-shadow 0.3s;
    transition: -webkit-box-shadow 0.3s;
    transition: box-shadow 0.3s;
    transition: box-shadow 0.3s, -webkit-box-shadow 0.3s;
    position: relative;
    display: block;
}

.pw-button.__pw-size-32 .pw-button-icon:hover {
    -webkit-box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.2);
            box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.2);
}

.pw-button.__pw-size-32 .pw-button-icon:before {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translateY(-50%) translateX(-50%);
            transform: translateY(-50%) translateX(-50%);
}

.pw-widget.__pw-layout-vertical.__pw-padding-true .pw-jumbo-counter.__pw-jumbo-counter-first-child {
    margin-bottom: 14px !important;
}

.pw-widget.__pw-padding-true.__pw-layout-vertical .pw-button, .pw-widget.__pw-padding-true.__pw-layout-vertical .pw-native {
    padding: 0 !important;
    margin: 0 0 12px;
}

.share__list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
}

.share__list .share__item {
    margin: 0 0 0 12px;
}

.share__list .share__link:hover .icon-twitter, .share__list .share__link:active .icon-twitter, .share__list .share__link:focus .icon-twitter {
    border-color: #55acee;
    color: #55acee;
}

.share__list .share__link:hover .icon-facebook, .share__list .share__link:active .icon-facebook, .share__list .share__link:focus .icon-facebook {
    border-color: #3b5998;
    color: #3b5998;
}

.share__list .share__link:hover .icon-email, .share__list .share__link:active .icon-email, .share__list .share__link:focus .icon-email {
    border-color: #ff6600;
    color: #ff6600;
}

.share__list .share__link:hover .icon-reddit, .share__list .share__link:active .icon-reddit, .share__list .share__link:focus .icon-reddit {
    border-color: #f40;
    color: #f40;
}

.share__list .share__link i {
    width: 34px;
    height: 34px;
    border: 1px solid rgba(255, 255, 255, 0.6);
    border-radius: 50%;
    color: #a6a6a6;
    font-size: 20px;
    -webkit-transition: color 0.3s;
    transition: color 0.3s;
    position: relative;
    display: block;
}

.share__list .share__link i:before {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translateY(-50%) translateX(-50%);
            transform: translateY(-50%) translateX(-50%);
}

.top-list {
    padding: 0 0 30px;
}

.top-list h2 {
    margin: 0 0 20px;
}

.top-list .product-card_holder {
    overflow: hidden;
}

.top-list-holder__landing {
    padding: 13px 0 0;
}

.top-list-holder__landing .product-card {
    margin: 7px 0 0;
    padding: 0 0 2px;
}

.top-list-holder__landing .product-card_holder {
    overflow: hidden;
}

.top-list-holder__landing .product-card__body {
    border-radius: 5px;
    -webkit-box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.1);
            box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.1);
    padding: 10px 18px 10px 9px;
}

.top-list-holder__landing .product-card__content {
    text-align: left;
    font-size: 14px;
    line-height: 1.21;
    -ms-flex-preferred-size: 40%;
        flex-basis: 40%;
    width: 40%;
}

.top-list-holder__landing .product-card__body .product-card__col {
    width: 23%;
}

.top-list-holder__landing .product-card__subcol {
    -ms-flex-preferred-size: 20%;
        flex-basis: 20%;
}

.top-list-holder__landing .product-card .btn-claim-bonus {
    background-color: #1696f5;
    border-color: #1696f5;
    color: #fff;
}

.top-list-holder__landing .product-card .btn-claim-bonus:hover {
    background: none;
    color: #1696f5;
}

.product-card {
    position: relative;
    padding: 0 0 12px;
}

.product-card__ribbon-text {
    position: absolute;
    background: #ffff33;
    color: #222;
    text-transform: uppercase;
    -webkit-transform: rotate(-45deg);
            transform: rotate(-45deg);
    font-size: 10px;
    line-height: 1;
    -webkit-box-shadow: 0 2px 1px 0 rgba(0, 0, 0, 0.4);
            box-shadow: 0 2px 1px 0 rgba(0, 0, 0, 0.4);
    z-index: 1;
    text-align: center;
    height: 28px;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    font-weight: 700;
    top: 10px;
    left: -30px;
    width: 110px;
    padding: 4px 23px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.ribbon__band .product-card__ribbon-text {
    display: block;
}

.product-card__ribbon-text.d-block {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.product-card__body {
    border: solid 1px #999;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    border-radius: 5px;
    background: #fff;
    padding: 10px;
    text-align: center;
    margin: 0 0 5px;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    position: relative;
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end;
}

.product-card__text {
    padding: 0 10px;
}

.product-card h3 {
    text-transform: none;
}

.product-card a {
    text-decoration: none;
}

.sidebar .top-list {
    padding: 0 0 23px;
}

.btn-claim-bonus {
    display: inline-block;
    vertical-align: top;
    width: 100%;
    max-width: 220px;
    text-align: center;
    border-radius: 50px;
    -webkit-transition: background .3s ease-in-out, color .3s ease-in-out;
    transition: background .3s ease-in-out, color .3s ease-in-out;
    padding: 8px;
    font-size: 16px;
    color: #222;
    -webkit-box-shadow: 0 3px 0 0 rgba(0, 0, 0, 0.15);
            box-shadow: 0 3px 0 0 rgba(0, 0, 0, 0.15);
    border: solid 1px #ff6600;
    line-height: 1.1;
}

.btn-claim-bonus:hover {
    color: #fff;
    background: #ff6600;
}

.product-card__logo {
    -ms-flex-negative: 0;
        flex-shrink: 0;
    width: 95px;
    max-width: 95px;
    margin: 0 0 9px;
    border-radius: 50%;
}

.product-card__logo .product-card__link {
    -webkit-box-shadow: 0 3px 0 0 rgba(0, 0, 0, 0.15);
            box-shadow: 0 3px 0 0 rgba(0, 0, 0, 0.15);
    height: 95px;
    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;
    border-radius: 50%;
    -webkit-transition: -webkit-box-shadow .3s ease-in-out;
    transition: -webkit-box-shadow .3s ease-in-out;
    transition: box-shadow .3s ease-in-out;
    transition: box-shadow .3s ease-in-out, -webkit-box-shadow .3s ease-in-out;
}

.product-card__logo .product-card__link:hover {
    -webkit-box-shadow: 0 0 3px 3px rgba(0, 0, 0, 0.3);
            box-shadow: 0 0 3px 3px rgba(0, 0, 0, 0.3);
}

.product-card__logo .product-card__link img {
    max-width: 80px;
    height: auto;
    margin: 0;
}

.rating {
    height: 15px;
    position: relative;
    width: 80px;
    margin: auto;
}

.rating:before {
    background-image: url(../images/icon-star.svg);
    background-repeat: repeat-x;
    background-size: 16px 15px;
    bottom: 0;
    content: "";
    display: block;
    height: 100%;
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
    width: 100%;
}

.rating .rating__star {
    text-indent: -10000px;
    width: 100%;
    height: 100%;
    position: absolute;
    overflow: hidden;
}

.rating .rating__star:before {
    background-image: url(../images/icon-star-fill.svg);
    background-repeat: repeat-x;
    background-size: 16px 15px;
    bottom: 0;
    content: "";
    display: block;
    height: 100%;
    left: 0;
    position: absolute;
    right: 0;
    text-indent: 10000px;
    top: 0;
}

.rating_big {
    height: 30px;
    width: 160px;
}

.rating_big .rating__star:before {
    background-size: 32px 30px;
}

.rating_big:before {
    background-size: 32px 30px;
}

.product-card__rating-hold {
    -ms-flex-preferred-size: 40%;
        flex-basis: 40%;
    -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
            order: 3;
}

.product-card__rating-hold .rating-hold__title {
    font-weight: 400;
    font-size: 13px;
    line-height: 1.1;
    color: #707070;
    display: block;
    padding: 0 0 3px;
}

.product-card__title {
    font-size: 18px;
    line-height: 1.1;
    padding: 0 7px 18px;
    display: block;
    margin: 0 !important;
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
    font-weight: 700 !important;
    color: #222;
}

.product-card__content {
    -ms-flex-preferred-size: 34%;
        flex-basis: 34%;
    font-size: 14px;
    line-height: 1.2;
    padding: 0 10px;
    display: none;
}

.product-card__subcol {
    padding: 0 4px 0 12px;
    margin: 0 auto;
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
}

.product-card__subcol .product-card__descr {
    font-size: 10px;
    line-height: 1.1;
    display: block;
    padding: 8px 0 4px;
    color: #707070;
}

.product-card__subcol .product-card__descr a {
    color: inherit;
}

.product-card__footer {
    font-size: 10px;
    line-height: 1.214;
    color: #777;
    text-align: center;
}

.product-card__footer p {
    margin: 0;
}

.how-htreaming-works {
    border-radius: 5px;
    overflow: hidden;
    border: solid 1px #979797;
    background-color: #fff;
    margin-bottom: 35px;
}

.how-htreaming-works__head {
    font-size: 20px;
    font-weight: bold;
    color: #fff;
    padding: 9px 20px;
    background-image: -webkit-gradient(linear, left top, left bottom, from(#05b294), to(#027b5b));
    background-image: linear-gradient(to bottom, #05b294, #027b5b);
    margin: 0;
}

.how-htreaming-works__body {
    padding: 0 16px 22px;
}

.how-htreaming-works__list {
    padding: 0;
    margin: 0 0 12px;
}

.how-htreaming-works__btn {
    display: block;
    width: 257px;
    margin: 0 auto;
    font-size: 16px;
    font-weight: bold;
    line-height: 1.25;
    padding: 9px;
    border: 1px solid #05a488;
}

.how-htreaming-works__btn:hover {
    background-color: #05a488;
}

.how-htreaming-works .item {
    border-bottom: solid 1px #979797;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    padding: 17px 0 11px;
}

.how-htreaming-works .item__num {
    -webkit-box-flex: 60px;
        -ms-flex: 60px 0 0px;
            flex: 60px 0 0;
    height: 60px;
    background-color: #00ac3d;
    border-radius: 50%;
    font-size: 40px;
    line-height: 60px;
    text-align: center;
    color: #fff;
}

.how-htreaming-works .item__body {
    padding: 0 0 0 14px;
    -webkit-box-flex: 1;
        -ms-flex: auto 1 1;
            flex: auto 1 1;
    color: #000;
}

.how-htreaming-works .item__title {
    font-size: 15px;
    font-weight: 700;
    line-height: 1.33;
    text-transform: uppercase;
    margin: 0;
}

.how-htreaming-works .item__description {
    margin: 0;
    line-height: 1.2;
    font-size: 15px;
}

.how-htreaming-works .item:last-child {
    border: none;
}

.top-section {
    background: #000;
    color: #fff;
}

.post-type-archive-live_stream .top-section .container {
    max-width: 1160px;
}

.post-type-archive-live_stream .top-section .top-section__text {
    padding: 39px 11px 12px;
}

.post-type-archive-live_stream .top-section .top-section__text p {
    font-size: 11px;
}

.post-type-archive-live_stream .top-section .top-section__text h1 {
    font-size: 30px;
    font-family: "roboto_condensed", "Helvetica Neue", Arial, sans-serif;
    margin: 0 0 29px;
    line-height: 1;
    text-align: left;
}

.post-type-archive-live_stream .top-section .top-section__text .btn {
    margin: 0 0 24px;
}

.page-template-template-ppc .top-section .top-section__text {
    min-height: 235px;
    padding: 20px 2px 14px;
    position: relative;
    z-index: 2;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end;
    text-align: left;
}

.page-template-template-ppc .top-section .top-section__text h1 {
    margin: 0 0 10px;
    text-shadow: 0 0 20px rgba(0, 0, 0, 0.5);
    font-size: 24px;
    line-height: 1.13;
}

.page-template-template-ppc .top-section .top-section__text a {
    color: #46affe;
    font-size: 16px;
    text-shadow: 0 0 4px rgba(0, 0, 0, 0.5);
}

.page-template-template-ppc .top-section .top-section__image {
    position: absolute;
    top: 20px;
    right: 0;
    bottom: 0;
    max-width: 100%;
    margin: 0;
    left: 0;
}

.page-template-template-ppc .top-section .top-section__image img {
    -o-object-position: center;
       object-position: center;
}

.page-template-template-ppc .top-section .top-section__image:after {
    right: 0;
    left: 0;
    width: 100%;
    background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0, rgba(0, 0, 0, 0)), color-stop(60%, rgba(0, 0, 0, 0.3)), to(#000));
    background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0, rgba(0, 0, 0, 0.3) 60%, #000 100%);
}

.top-section .container {
    position: relative;
}

.top-section h1 {
    font-size: 22px;
    line-height: 1.36;
    margin: 0 0 36px;
}

.top-section p {
    margin: 0 0 40px;
}

.top-section__image {
    margin: 0 -10px;
}

.top-section__image:after {
    content: '';
    position: absolute;
    top: 0;
    bottom: 0;
    right: 80%;
    background-image: -webkit-gradient(linear, right top, left top, color-stop(0, rgba(0, 0, 0, 0)), color-stop(40%, rgba(0, 0, 0, 0.7)), to(#000));
    background-image: linear-gradient(to left, rgba(0, 0, 0, 0) 0, rgba(0, 0, 0, 0.7) 40%, #000 100%);
    width: 400px;
}

.top-section__image img {
    display: block;
    -o-object-fit: cover;
    object-fit: cover;
    width: 100%;
    height: 100%;
    font-family: 'object-fit: cover; object-position: top;';
    -o-object-position: top;
    object-position: top;
}

.top-section__text {
    padding: 24px 10px 15px;
    z-index: 2;
    text-align: center;
}

.top-section__text p {
    display: none;
}

.vcsb-bookmaker__advantages > ul > li {
    padding: 0 0 0 25px;
}

.vcsb-bookmaker__advantages > ul > li i {
    opacity: 0.6;
}

.banner_comparison {
    min-height: 200px;
    margin-bottom: 40px;
}

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

.banner_comparison--image {
    position: relative;
    display: none;
}

.banner_comparison--image__gradient {
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    z-index: 1;
    display: block;
    width: 150px;
    height: 100%;
    min-height: 250px;
}

.banner_comparison--image img {
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
}

.banner_comparison--text {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    max-width: 550px;
    margin: 0 auto;
    padding: 20px;
    font-style: italic;
    text-transform: uppercase;
}

.banner_comparison--text i {
    display: block;
    color: #fff;
    font-weight: 900;
    font-size: 14px;
}

.banner_comparison--text b {
    display: block;
    margin: 15px 0;
    font-size: 28px;
    line-height: 1.21;
}

.banner_comparison--text br {
    display: none;
}

.banner_comparison--text a {
    display: block;
    max-width: 346px;
    padding: 9px;
    font-weight: 900;
    font-size: 20px;
    text-align: center;
    border: 1px solid #ffde22;
    border-radius: 22px;
}

.banner_comparison--text a:hover {
    background-color: rgba(51, 51, 51, 0.5);
}

.banner_comparison--text p {
    display: block;
    margin: 10px 0 0;
    color: rgba(255, 255, 255, 0.8);
    font-size: 10px;
    font-style: normal;
    text-align: center;
    text-transform: none;
}

.banner_comparison--btn-wrapper {
    max-width: 346px;
    text-align: center;
}

.bookmaker_rows {
    padding-top: 15px;
}

.bookmaker_card {
    display: block;
    overflow: hidden;
    position: relative;
    width: 100%;
    border-radius: 6px;
    background-color: #fff;
    -webkit-box-shadow: 0 0 4px 0 rgba(0, 0, 0, 0.2);
            box-shadow: 0 0 4px 0 rgba(0, 0, 0, 0.2);
    -webkit-transition: all 0.5s linear;
    transition: all 0.5s linear;
}

.bookmaker_card:not(.bookmaker_card--big):hover {
    border-color: #d62329;
    -webkit-box-shadow: inset 0 0 15px 7px #efefef;
            box-shadow: inset 0 0 15px 7px #efefef;
}

.bookmaker_card-holder {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    border: solid 1px #bbb;
    border-radius: 5px;
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
}

.bookmaker_card-left, .bookmaker_card-right, .bookmaker_card-right--big {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -ms-flex-line-pack: center;
        align-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
}

.bookmaker_card-left {
    width: 115px;
    min-width: 115px;
    padding: 10px 7px;
}

.bookmaker_card-right, .bookmaker_card-right--big {
    width: calc(100% - 115px);
    padding: 10px 5px;
}

.bookmaker_card-right--big {
    width: auto;
    min-height: 145px;
    padding: 8px 15px 8px 5px;
    -webkit-box-flex: 1;
        -ms-flex: 1 1 auto;
            flex: 1 1 auto;
    -ms-flex-pack: distribute;
        justify-content: space-around;
}

.bookmaker_wrap:first-of-type {
    position: relative;
    margin-bottom: 33px;
}

.bookmaker_wrap:first-of-type::before {
    position: absolute;
    z-index: 0;
    top: -15px;
    right: -15px;
    bottom: -15px;
    left: -15px;
    border-radius: 5px;
    background-color: #ffcd00;
    content: '';
}

.bookmaker_wrap:nth-of-type(-n + 3) .bookmaker_logo_holder::after {
    background-image: -webkit-gradient(linear, left top, right top, from(#fff), to(#fff0a6));
    background-image: linear-gradient(to right, #fff 0%, #fff0a6 100%);
}

.bookmaker_wrap .bookmaker_card-holder {
    overflow: hidden;
}

.bookmaker_holder {
    position: relative;
    margin-bottom: 12px;
}

.bookmaker_card_description {
    display: none;
}

.bookmaker_card_description p {
    margin-bottom: 0;
}

.bookmaker_label {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    position: absolute;
    z-index: 3;
    top: 13px;
    left: -33px;
    width: 120px;
    height: 30px;
    padding-top: 2px;
    background-color: #ff3;
    -webkit-box-shadow: 1px 1px 0 0 rgba(0, 0, 0, 0.2);
            box-shadow: 1px 1px 0 0 rgba(0, 0, 0, 0.2);
    -webkit-transform: rotate(-45deg);
            transform: rotate(-45deg);
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
}

.bookmaker_label-text {
    max-width: 65px;
    color: #0e0e0e;
    font-size: 10px;
    font-weight: bold;
    line-height: 1;
    text-align: center;
    text-transform: uppercase;
}

.bookmaker_logo_holder {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    overflow: hidden;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    position: relative;
    width: 180px;
    min-width: 150px;
    max-width: 150px;
    padding: 20px 30px 20px 5px;
    border-radius: 5px 0 0 5px;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
}

.bookmaker_logo_holder::after {
    position: absolute;
    z-index: 0;
    top: 50%;
    right: 0;
    width: 550px;
    height: 420px;
    background-image: -webkit-gradient(linear, left top, right top, color-stop(49%, #fff), color-stop(78%, #e6e5e5));
    background-image: linear-gradient(to right, #fff 49%, #e6e5e5 78%);
    content: '';
    -webkit-transform: rotate(70deg) skew(-130deg);
            transform: rotate(70deg) skew(-130deg);
    -webkit-transform-origin: 100% 0;
            transform-origin: 100% 0;
    pointer-events: none;
}

.bookmaker_logo_holder > * {
    position: relative;
    z-index: 2;
}

.bookmaker_logo, .bookmaker_logo--big {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    overflow: hidden;
    width: 85px;
    min-width: 85px;
    height: 85px;
    margin-bottom: 10px;
    border-radius: 50%;
    -webkit-box-shadow: 0 3px 0 0 rgba(0, 0, 0, 0.1);
            box-shadow: 0 3px 0 0 rgba(0, 0, 0, 0.1);
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
}

.bookmaker_logo img, .bookmaker_logo--big img {
    width: 100%;
    max-width: calc(100% - 23px);
    max-height: calc(100% - 23px);
    margin: 0;
}

.bookmaker_logo--big {
    margin-bottom: 10px;
}

.bookmaker_logo--big img {
    max-height: 100%;
}

.bookmaker_review {
    padding: 5px;
}

.bookmaker_title, .bookmaker_title--big {
    width: 100%;
    margin-bottom: 15px;
    color: #222;
    font-size: 18px;
    font-weight: bold;
    line-height: 1.15;
    text-align: center;
}

.bookmaker_title--big {
    width: 100%;
    margin-bottom: 0;
    padding-left: 0;
    font-size: 20px;
}

.bookmaker_title--big .b-title {
    display: block;
    overflow: hidden;
    max-height: 97px;
    margin-bottom: 15px;
}

.bookmaker_title_add {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    padding: 0 0 10px;
    color: #fe5e31;
    font-size: 14px;
    font-weight: 700;
    line-height: 1;
    text-transform: uppercase;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
}

.bookmaker_title_add img {
    width: 15px;
    margin-right: 5px;
}

.bookmaker_info, .bookmaker_info--big {
    width: 100%;
    max-width: 230px;
    margin: 0 auto;
    padding: 0 6px;
    text-align: center;
}

.bookmaker_info .btn_fake, .bookmaker_info--big .btn_fake {
    border-color: #ff6400;
}

.bookmaker_info--big {
    width: 100%;
    padding: 0;
}

.bookmaker_info--big .btn_fake {
    padding: 8px 20px;
    border-color: #d62329;
    font-size: 15px;
    font-weight: 400;
}

.bookmaker_info--big .btn_fake::after {
    display: none;
}

.bookmaker_info-note {
    padding-top: 8px;
    color: #4a4a4a;
    font-size: 10px;
    line-height: 1.1;
}

.bookmaker_note {
    position: relative;
    padding-top: 5px;
    color: #777;
    font-size: 10px;
    line-height: 1.2;
    text-align: center;
}

.bookmaker_benefits {
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
    -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
            order: 3;
    width: 100%;
    padding-top: 10px;
}

.bookmaker_benefits-item {
    display: block;
    position: relative;
    padding-top: 2px;
    padding-left: 24px;
    font-size: 12px;
    line-height: 17px;
}

.bookmaker_benefits-item:not(:last-of-type) {
    margin-bottom: 10px;
}

.bookmaker_benefits-item::before {
    position: absolute;
    top: 50%;
    left: 0;
    width: 17px;
    height: 17px;
    padding: 1px;
    border-radius: 50%;
    color: #fff;
    background-color: #c12a2a;
    font-family: 'icomoon';
    font-size: 14px;
    line-height: 1;
    text-align: center;
    content: '\e901';
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
}

.bookmaker_benefits-item.active::before {
    background-color: #37b549;
    content: '\e900';
}

.bookmaker_warn {
    font-size: 13px;
}

.rating {
    width: 95px;
    text-align: center;
}

.rating--big {
    text-align: center;
}

.rating_title {
    display: block;
    max-width: 200px;
    margin-bottom: 5px;
    color: #222;
    font-size: 13px;
    line-height: 1;
    text-transform: capitalize;
}

.rating_list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    font-size: 13px;
}

.rating_list-item {
    padding: 0 2px;
}

.rating_list-item i {
    color: #ffc800;
    -webkit-filter: drop-shadow(0 0 0 #f00);
            filter: drop-shadow(0 0 0 #f00);
}

.offer-day_title {
    display: block;
    position: relative;
    z-index: 2;
    margin-bottom: 12px;
    color: #222;
    font-size: 20px;
    line-height: 1.4;
}

.bookmaker-filter {
    padding-top: 5px;
    font-size: 16px;
    font-weight: 700;
}

.bookmaker-filter .title {
    display: block;
    color: #666;
}

.bookmaker-filter .title::before {
    margin-right: 5px;
    font-family: 'icomoon' !important;
    content: '\e920';
}

.bookmaker-filter .filter-result {
    display: block;
    margin-bottom: 5px;
    color: #d52332;
}

.bookmaker-filter__list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin: 0 -10px 7px;
    padding: 5px;
    font-size: 15px;
    text-align: center;
    list-style-type: none !important;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
}

.bookmaker-filter__list .bookmaker-filter__option {
    min-width: 111px;
    margin: 0 5px 10px;
    padding: 7px 5px;
    border-radius: 4px;
    color: #666;
    background-color: #fff;
    -webkit-box-shadow: 0 0 6px 0 rgba(0, 0, 0, 0.2);
            box-shadow: 0 0 6px 0 rgba(0, 0, 0, 0.2);
    cursor: pointer;
    -webkit-transition: all 0.2s linear;
    transition: all 0.2s linear;
}

.bookmaker-filter__list .bookmaker-filter__option:hover {
    color: #fff;
    background: #ff6400;
}

.bookmaker-filter__list .bookmaker-filter__option.active {
    color: #fff;
    background: #ff6400;
}

.bookmaker-row {
    margin-bottom: 20px;
}

.bookmaker-row__holder {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    position: relative;
    margin-bottom: 8px;
    border-radius: 8px;
    -webkit-box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.2);
            box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.2);
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
}

.bookmaker-row__holder::after {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: -1px;
    border: 2px solid #d52332;
    border-radius: 7px;
    opacity: 0;
    content: '';
    -webkit-transition: opacity 0.2s linear;
    transition: opacity 0.2s linear;
    pointer-events: none;
}

.exclusive .bookmaker-row__holder {
    margin-top: 10px;
}

.exclusive .bookmaker-row__holder::before {
    position: absolute;
    z-index: 5;
    top: -12px;
    left: -5px;
    padding: 1px 32px 1px 15px;
    color: #fff;
    background: linear-gradient(70deg, #d52332 0%, #d52332 calc(100% - 10px), transparent 10px);
    -webkit-box-shadow: -3px 2px 4px 0 rgba(0, 0, 0, 0.2);
            box-shadow: -3px 2px 4px 0 rgba(0, 0, 0, 0.2);
    font-weight: 400;
    text-transform: uppercase;
    content: attr(data-title);
}

.bookmaker-offers__logo {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    overflow: hidden;
    position: relative;
    width: 150px;
    height: 138px;
    border-radius: 5px 0 5px 5px;
}

.bookmaker-offers__logo::after {
    position: absolute;
    top: 50%;
    right: 120px;
    width: 300px;
    height: 300px;
    background-color: inherit;
    content: ' ';
    -webkit-transform: rotate(32deg) translate(0, -65%) skewY(27deg);
            transform: rotate(32deg) translate(0, -65%) skewY(27deg);
    pointer-events: none;
}

.bookmaker-offers__logo .img-holder {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    height: 100%;
    padding: 15px 40px 15px 15px;
    background: #fff;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
}

.bookmaker-offers__logo img {
    position: relative;
    z-index: 2;
}

.bookmaker-offers__info {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    width: calc(100% - 150px);
    padding: 10px;
    color: #222;
}

.bookmaker-offers__info:hover {
    color: inherit;
}

.bookmaker-offers__info .name {
    margin-bottom: 5px;
    color: inherit;
    text-transform: capitalize;
}

.bookmaker-offers__info .text {
    margin-bottom: 10px;
    font-size: 18px;
    line-height: 1.2;
}

.bookmaker-offers__tags {
    display: none;
    padding: 0;
    list-style-type: none;
}

.bookmaker-offers__tags li {
    margin: 0 4px 8px;
    padding: 4px 12px;
    border: solid 1px #979797;
    border-radius: 4px;
    color: #222;
    line-height: 1;
    -webkit-transition: border-color 0.2s linear;
    transition: border-color 0.2s linear;
}

.mark-list {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    margin: 0;
    padding: 0;
    color: #666;
    font-weight: 700;
    list-style-type: none;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
}

.mark-list li {
    margin-right: 10px;
    margin-bottom: 5px;
}

.mark-list .icon-shield {
    color: #40e0d0;
}

.mark-list .icon-medal {
    color: #d52332;
}

.mark-list i {
    display: inline-block;
    width: 15px;
    margin-right: 4px;
    text-align: center;
}

.bookmaker-offers__link {
    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-ordinal-group: 4;
        -ms-flex-order: 3;
            order: 3;
    width: 100%;
    padding: 10px;
}

.bookmaker-offers__link .score-text {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    margin: 0 5px;
    text-align: center;
}

.bookmaker-offers__link .value {
    color: #222;
    font-weight: 700;
}

.bookmaker-offers__link .review-link {
    color: #666;
    font-size: 12px;
    text-decoration: underline;
}

.bookmaker-offers__link .review-link:hover {
    text-decoration: none;
}

.bookmaker-offers__score {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
    position: absolute;
    top: 145px;
    left: 10px;
}

.bookmaker-offers__score .score-box {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    width: 53px;
    min-width: 53px;
    height: 48px;
    margin-bottom: 0;
    padding: 5px;
    border: solid 1px rgba(213, 35, 50, 0.7);
    border-radius: 4px;
    color: #d52332;
    background: none;
    font-size: 8px;
    font-weight: 700;
    text-align: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
}

.score-box__rating {
    font-size: 22px;
    line-height: 1.1;
}

.bookmaker-offer__btn {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    min-width: 140px;
    margin-left: 10px;
    margin-left: auto;
    padding: 10px 15px;
    border-radius: 24px;
    color: #fff;
    background-color: #ff6400;
    -webkit-box-shadow: 0 1px 4px 0 rgba(0, 0, 0, 0.1);
            box-shadow: 0 1px 4px 0 rgba(0, 0, 0, 0.1);
    font-size: 12px;
    font-weight: 700;
    text-align: center;
    text-transform: uppercase;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
}

.bookmaker-offer__btn::after {
    width: 10px;
    height: 10px;
    margin-left: 10px;
    border: solid #fff;
    border-width: 2px 2px 0 0;
    content: ' ';
    -webkit-transform: rotate(45deg);
            transform: rotate(45deg);
}

.bookmaker-offer__btn:hover {
    color: #fff;
    -webkit-box-shadow: 0 3px 1px 0 rgba(0, 0, 0, 0.2);
            box-shadow: 0 3px 1px 0 rgba(0, 0, 0, 0.2);
    -webkit-transition: -webkit-box-shadow 0.2s linear;
    transition: -webkit-box-shadow 0.2s linear;
    transition: box-shadow 0.2s linear;
    transition: box-shadow 0.2s linear, -webkit-box-shadow 0.2s linear;
}

.bookmaker-offers__addtext {
    color: #707070;
    font-size: 12px;
    line-height: 1.2;
}

@media (min-width: 375px) {
    .bookmaker-offers__logo {
        width: 158px;
    }
    .bookmaker-offers__info {
        width: calc(100% - 167px);
    }
    .bookmaker-offers__info .text {
        font-size: 22px;
        line-height: 1.15;
    }
    .bookmaker-offer__btn::after {
        width: 13px;
        height: 13px;
        margin-top: -2px;
    }
    .bookmaker-offer__btn {
        min-width: 150px;
        padding: 13px;
        font-size: 15px;
    }
}

@media (min-width: 576px) {
    .product-card__body {
        -webkit-box-align: center;
            -ms-flex-align: center;
                align-items: center;
    }
    .product-card__body .product-card__col {
        width: 30%;
    }
    .product-card__body .product-card__col:last-child {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-pack: distribute;
            justify-content: space-around;
        width: 70%;
        -webkit-box-flex: 1;
            -ms-flex-positive: 1;
                flex-grow: 1;
        -webkit-box-align: center;
            -ms-flex-align: center;
                align-items: center;
    }
    .btn-claim-bonus {
        min-width: 195px;
        padding: 6px;
    }
    .product-card__title {
        width: 60%;
    }
    .product-card__subcol {
        width: 46%;
    }
}

@media screen and (min-width: 601px) {
    .admin-bar .header__wrap {
        top: 46px;
    }
}

@media (min-width: 48em) {
    .upcoming__link {
        width: auto;
        padding: 5px 25px;
        margin: 0 0 0 20px;
        font-size: 14px;
    }
    .upcoming {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row;
        font-size: 14px;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
    }
    .upcoming_for-sidebar {
        padding: 14px 14px 28px;
    }
    .upcoming_for-sidebar .upcoming__name {
        margin-bottom: 16px;
        font-size: 18px;
    }
    .upcoming_for-sidebar .upcoming__rivals {
        margin-bottom: 0px;
        font-size: 16px;
        line-height: 1.6;
    }
    .upcoming_for-sidebar .upcoming__data {
        margin-bottom: 15px;
        font-size: 16px;
        font-weight: 400;
        line-height: 1.6;
    }
    .upcoming_for-sidebar .upcoming__link {
        padding: 9px 20px;
        width: 100%;
        max-width: 234px;
    }
    .upcoming__name {
        padding-right: 2px;
        font-size: 14px;
    }
    .upcoming__rivals {
        font-size: 14px;
    }
    .upcoming__rivals::before, .upcoming__rivals::after {
        padding: 0 9px;
        content: '—';
    }
    .upcoming__separator {
        padding-right: 8px;
        padding-left: 8px;
    }
    .upcoming__data {
        font-size: 14px;
    }
}

@media (min-width: 768px) {
    .page__main {
        padding: 24px 0;
    }
    .btn-long {
        min-width: 383px;
    }
    .sidebar__articles-preview__card {
        height: 70px;
    }
    .sidebar__articles-preview__img {
        width: 70px;
        height: 70px;
        min-width: 70px;
    }
    .sidebar__articles-preview__text h3 {
        font-size: 14px;
        line-height: 1.2;
    }
    .error-page {
        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;
        padding: 90px 0;
    }
    .error-page h1 {
        font-size: 120px;
        line-height: 1.1;
        margin: 0 0 10px;
    }
    .error-page h2 {
        margin: 0 0 16px;
    }
    .error-page p {
        margin: 0 0 34px;
    }
    .error-page .error-page__info {
        padding: 0 25px;
        margin: 0;
    }
    .error-page .error-page__img {
        margin: 0 0 0 42px;
        padding: 0;
        max-width: 254px;
    }
    .page__footer {
        padding: 43px 0 68px;
    }
    .page__footer h3 {
        margin: 0 0 13px;
    }
    .page__footer .text-box {
        line-height: 1.46;
        letter-spacing: 0;
    }
    .page__footer .text-box h3 {
        margin: 0 0 17px;
    }
    .social-network {
        padding: 0 0 55px;
    }
    .menu-follow-us-container_fixed h3 {
        margin-bottom: 0;
    }
    .footer__brands {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: stretch;
            -ms-flex-align: stretch;
                align-items: stretch;
        -webkit-box-pack: center;
            -ms-flex-pack: center;
                justify-content: center;
        padding: 0 0 50px;
    }
    .footer__brands li {
        padding: 0 20px;
        border-right: 1px solid #b0aeae;
    }
    .footer__brands li:first-child {
        border-left: 1px solid #b0aeae;
    }
    .footer__brands img {
        max-height: 36px;
    }
    .copyright-holder {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
            -ms-flex-align: center;
                align-items: center;
        -webkit-box-pack: center;
            -ms-flex-pack: center;
                justify-content: center;
    }
    .copyright-holder br {
        display: none;
    }
    .copyright-holder .privacy {
        margin: 0 12px;
    }
    .copyright-holder p {
        display: inline;
    }
    #cookie-law-info-bar span span {
        padding: 0 15px;
    }
    .hamburger.is-active {
        background-image: none;
    }
    .author-articles__title:after {
        display: none;
    }
    .author-articles {
        padding-top: 10px;
    }
    .posts-list .card__wrap {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
            -ms-flex-direction: column;
                flex-direction: column;
    }
    .posts-list .card__poster {
        width: 100%;
        height: auto;
        padding-top: 58%;
        -webkit-box-flex: 0;
            -ms-flex: 0 0 0px;
                flex: 0 0 0;
    }
    .posts-list .card__img.video::before {
        font-size: 84px;
    }
    .posts-list .card__label {
        display: block;
    }
    .posts-list .card__main {
        width: 100%;
    }
    .posts-list .card__title {
        height: 60px;
        max-height: none;
        margin-bottom: 20px;
    }
    .posts-list .card__footer {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: justify;
            -ms-flex-pack: justify;
                justify-content: space-between;
        -webkit-box-align: end;
            -ms-flex-align: end;
                align-items: flex-end;
    }
    .posts-list .card {
        display: inline-block;
        width: calc((100% - 60px - 1px) / 3);
        margin: 0 20px 20px 0;
        vertical-align: top;
    }
    .posts-list {
        margin-right: -20px;
        margin-bottom: 0;
        font-size: 0;
    }
    .homepage .category-page {
        padding: 17px 0 50px;
    }
    .category-page__bg {
        height: 482px;
    }
    .category-page {
        padding-bottom: 100px;
    }
    .top-title {
        font-size: 24px;
        padding: 0;
        border-bottom: none;
    }
    .latest-news {
        margin-bottom: 23px;
    }
    .latest-news__title {
        margin-bottom: 10px;
    }
    .latest-news__body {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: justify;
            -ms-flex-pack: justify;
                justify-content: space-between;
    }
    .latest-news .card__poster {
        padding-top: 62%;
    }
    .latest-news .card__body {
        padding: 15px 15px 16px;
        font-size: 14px;
    }
    .latest-news .card__title {
        max-height: 61px;
        margin: 0 0 28px;
        font-size: 24px;
    }
    .latest-news .card__text {
        display: block;
    }
    .latest-news .card {
        height: 100%;
        margin-bottom: 0;
    }
    .latest-news__col:first-child {
        -webkit-box-flex: 0;
            -ms-flex: 0 0 65%;
                flex: 0 0 65%;
    }
    .latest-news__col:last-child {
        -webkit-box-flex: 0;
            -ms-flex: 0 0 30%;
                flex: 0 0 30%;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
            -ms-flex-direction: column;
                flex-direction: column;
    }
    .latest-news__col:last-child .card {
        -webkit-box-flex: 1;
            -ms-flex-positive: 1;
                flex-grow: 1;
    }
    .latest-news__col_second .card__poster {
        width: 100%;
        height: 160px;
        padding-top: 57.5%;
        -webkit-box-flex: 0;
            -ms-flex: 0 0 0px;
                flex: 0 0 0;
    }
    .latest-news__col_second .card__label {
        display: block;
    }
    .latest-news__col_second .card__body {
        width: 100%;
        padding: 10px 13px 16px;
    }
    .latest-news__col_second .card__title {
        max-height: 64px;
        margin: 0 0 9px;
        font-size: 17px;
    }
    .latest-news__col_second .card__foot {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
    }
    .latest-news__col_second .card {
        width: 100%;
        height: auto;
        margin: 0;
    }
    .latest-news__col_second .card:first-child {
        margin-bottom: 25px;
    }
    .latest-news__col_second .card {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
            -ms-flex-direction: column;
                flex-direction: column;
    }
    .streams__head th:first-child > div:first-child {
        margin: 0;
        width: 30%;
    }
    .streams__head th:first-child > div:last-child {
        width: 70%;
    }
    .streams__head th:first-child > div {
        display: inline-block;
        margin: 0;
    }
    .streams__date span {
        display: block;
    }
    .streams__date {
        display: inline-block;
        margin-bottom: 0;
        vertical-align: middle;
        width: 30%;
    }
    .streams__info {
        display: inline-block;
        vertical-align: middle;
        width: 70%;
    }
    .streams tbody td {
        padding: 10px 8px 12px;
    }
    .streams tbody td:first-child {
        width: calc(100% - 150px);
    }
    .streams tbody td:last-child {
        width: 150px;
    }
    .streams .disabled .btn {
        opacity: 0.3;
        pointer-events: none;
        cursor: default;
    }
    .single-page:before {
        display: none;
    }
    .single-page .head-article h1 {
        font-size: 40px;
        margin: 0 0 8px;
    }
    .ad-banner {
        margin: 0 0 26px;
    }
    .top-list h2 {
        margin: 0 0 30px;
    }
    .top-list-holder__landing {
        padding: 19px 0 0;
    }
    .top-list-holder__landing .product-card__title {
        font-size: 24px;
    }
    .top-list-holder__landing .product-card__subcol {
        width: 195px;
        -ms-flex-negative: 0;
            flex-shrink: 0;
        -ms-flex-preferred-size: 27%;
            flex-basis: 27%;
    }
    .top-list-holder__landing .product-card .btn-claim-bonus {
        max-width: 195px;
    }
    .product-card {
        padding: 0 0 2px;
        margin: 10px 0 0;
    }
    .product-card__body {
        -ms-flex-wrap: nowrap;
            flex-wrap: nowrap;
        padding: 15px 12px 15px 12px;
        border-radius: 0;
    }
    .product-card__body .product-card__col {
        width: 32%;
        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;
    }
    .product-card__body .product-card__col:last-child {
        width: 60%;
    }
    .product-card__logo {
        margin: 0;
        width: 90px;
        -ms-flex-preferred-size: 50%;
            flex-basis: 50%;
        max-width: 90px;
    }
    .product-card__logo .product-card__link {
        height: 90px;
    }
    .product-card__rating-hold {
        -ms-flex-preferred-size: 50%;
            flex-basis: 50%;
        -webkit-box-ordinal-group: 3;
            -ms-flex-order: 2;
                order: 2;
    }
    .product-card__title {
        -ms-flex-preferred-size: 40%;
            flex-basis: 40%;
        padding: 0 7px 3px;
    }
    .product-card__subcol {
        -ms-flex-preferred-size: 50%;
            flex-basis: 50%;
        padding: 0 0 0 10px;
        width: 230px;
    }
    .product-card__footer {
        text-align: left;
    }
    .post-type-archive-live_stream .top-section .top-section__text {
        min-height: 399px;
        max-width: 48%;
        padding: 63px 0 15px;
    }
    .post-type-archive-live_stream .top-section .top-section__text h1 {
        font-size: 40px;
        margin: 0 0 80px;
        line-height: 1.1;
    }
    .post-type-archive-live_stream .top-section .top-section__image {
        max-width: 44%;
    }
    .page-template-template-ppc .top-section .top-section__text {
        min-height: 208px;
        max-width: 60%;
        padding: 46px 42px;
        -webkit-box-align: center;
            -ms-flex-align: center;
                align-items: center;
    }
    .page-template-template-ppc .top-section .top-section__text h1 {
        font-size: 30px;
    }
    .page-template-template-ppc .top-section .top-section__text a {
        font-size: 18px;
    }
    .page-template-template-ppc .top-section .top-section__image {
        right: 10px;
        max-width: 53%;
        top: 0;
        left: auto;
    }
    .page-template-template-ppc .top-section .top-section__image img {
        -o-object-position: top;
           object-position: top;
    }
    .page-template-template-ppc .top-section .top-section__image:after {
        right: auto;
        background-image: -webkit-gradient(linear, right top, left top, color-stop(0, rgba(0, 0, 0, 0)), color-stop(50%, rgba(0, 0, 0, 0.58)), to(#000));
        background-image: linear-gradient(to left, rgba(0, 0, 0, 0) 0, rgba(0, 0, 0, 0.58) 50%, #000 100%);
        width: 46%;
    }
    .top-section h1 {
        font-size: 28px;
        line-height: 1.29;
        margin: 0 0 26px;
    }
    .top-section__image {
        position: absolute;
        top: 0;
        right: 10px;
        bottom: 0;
        max-width: 53%;
        margin: 0;
    }
    .top-section__text {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
            -ms-flex-align: center;
                align-items: center;
        position: relative;
        text-align: left;
        max-width: 39%;
        min-height: 484px;
        padding: 30px 0;
    }
    .top-section__text p {
        display: block;
    }
    .bookmaker_card-right--big {
        padding: 20px;
        -ms-flex-wrap: nowrap;
            flex-wrap: nowrap;
    }
    .bookmaker_logo_holder {
        min-width: 200px;
    }
    .bookmaker_logo_holder {
        width: 43%;
        padding: 13px 30px 10px 5px;
    }
    .bookmaker_title--big {
        width: calc(100% - 200px);
    }
    .bookmaker_title_add {
        padding-bottom: 0;
    }
    .bookmaker_info--big {
        width: 200px;
        min-width: 200px;
    }
    .bookmaker_info, .bookmaker_info--big {
        margin: 0 auto;
    }
    .bookmaker_benefits {
        -webkit-box-ordinal-group: 1;
            -ms-flex-order: 0;
                order: 0;
        width: auto;
        padding: 0 20px;
    }
    .rating--big {
        display: block;
    }
    .bookmaker-filter__list {
        overflow: visible;
        margin: 0 -5px 10px;
        padding: 5px 0 0;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
    }
    .bookmaker-offers__logo {
        width: 167px;
        height: auto;
    }
    .bookmaker-offers__tags {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        margin: 0 -4px;
        text-transform: capitalize;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
    }
    .bookmaker-offers__score {
        position: static;
    }
}

@media (min-width: 768px) and (max-width: 992px) {
    .content .bookmaker_card-right--big {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
            -ms-flex-direction: column;
                flex-direction: column;
        width: 100%;
        -webkit-box-pack: center;
            -ms-flex-pack: center;
                justify-content: center;
    }
    .content .bookmaker_title--big {
        width: 100%;
    }
}

@media (min-width: 769px) {
    .page__bg-trapeze {
        display: block;
        position: absolute;
        z-index: -1;
        top: 0;
        left: 0;
        width: 100%;
        min-width: 1440px;
        height: 600px;
    }
    .author-page__wrapper {
        margin: 0 auto;
        padding-left: 9%;
        text-align: left;
        width: 100%;
    }
    .author-page__title {
        font-size: 40px;
        text-align-last: left;
        margin-bottom: 20px;
    }
    .author-page__content {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        max-width: 90%;
        -webkit-box-align: center;
            -ms-flex-align: center;
                align-items: center;
    }
    .author-page__photo {
        -webkit-box-flex: 160px;
            -ms-flex: 160px 0 0px;
                flex: 160px 0 0;
        height: 160px;
        margin: 0;
    }
    .author-page__description {
        -webkit-box-flex: calc(100% - 160px);
            -ms-flex: calc(100% - 160px) 1 1;
                flex: calc(100% - 160px) 1 1;
        padding-left: 6%;
    }
    .author-page:after {
        display: none;
    }
    .author-page {
        padding: 20px 0 34px;
    }
    .author-articles__title {
        font-size: 24px;
        color: #eee;
        margin-bottom: 20px;
    }
}

@media screen and (min-width: 783px) {
    .admin-bar .header__wrap {
        top: 32px;
    }
}

@media (min-width: 992px) {
    .main__holder .wp-caption.alignnone figure, .main__holder .wp-caption.alignleft figure {
        margin-right: 10px;
    }
    .main__holder .wp-caption.alignright figure {
        margin-left: 10px;
    }
    .content {
        width: 67%;
        margin-bottom: 0;
    }
    .content:only-child {
        width: 100%;
    }
    .sidebar {
        width: 31%;
    }
    .page__main {
        padding: 24px 0 40px;
    }
    .header {
        height: 80px;
    }
    .logo__img_for-desk {
        display: block;
    }
    .logo__img_for-mob {
        display: none;
    }
    .primary-menu {
        background-image: none;
        margin-left: auto;
    }
    .primary-menu__dropdown {
        visibility: hidden;
        background-color: #222;
        opacity: 0;
        position: absolute;
        z-index: 9;
        left: 50%;
        -webkit-transform: translateX(-50%);
                transform: translateX(-50%);
        top: calc(100% - 2px);
        width: 100%;
        display: -webkit-box !important;
        display: -ms-flexbox !important;
        display: flex !important;
        -webkit-box-pack: justify;
            -ms-flex-pack: justify;
                justify-content: space-between;
        -webkit-transition: all 0.3s;
        transition: all 0.3s;
        padding: 20px 12px;
        border-top: 2px solid rgba(5, 164, 136, 0.5);
    }
    .columns .primary-menu__dropdown {
        display: block !important;
        -webkit-column-count: 4;
                column-count: 4;
    }
    .columns .primary-menu__dropdown .primary-menu__title {
        -webkit-column-span: all;
                column-span: all;
    }
    .primary-menu__dropdown.is-show {
        visibility: visible;
        opacity: 1;
    }
    .primary-menu__dropdown .primary-menu__inner > a {
        display: none;
    }
    .primary-menu__all {
        display: none;
    }
    .primary-menu__title {
        padding: 7px 10px;
        color: #303030;
        font-size: 16px;
        background-color: transparent;
        text-transform: uppercase;
    }
    .primary-menu > nav > ul {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
            -ms-flex-align: center;
                align-items: center;
        padding: 0;
        position: relative;
    }
    .primary-menu > nav > ul > li {
        margin: 0;
        padding: 0;
        border-bottom: 10px solid transparent;
        -webkit-transition: border-color 0.3s ease;
        transition: border-color 0.3s ease;
        min-height: 70px;
        font-size: 0;
    }
    .primary-menu > nav > ul > li:before {
        content: '';
        height: 70px;
        display: inline-block;
        vertical-align: middle;
    }
    .primary-menu > nav > ul > li:hover {
        border-bottom: 10px solid rgba(5, 164, 136, 0.5);
    }
    .primary-menu > nav > ul > li > a {
        font-size: 15px;
        font-weight: bold;
        font-style: normal;
        font-stretch: condensed;
        line-height: 1.07;
        letter-spacing: normal;
        color: #eee;
        text-align: center;
        text-transform: uppercase;
        padding: 10px 15px 5px;
        display: inline-block;
        vertical-align: middle;
    }
    .primary-menu > nav > ul > li > a:hover {
        color: #eee;
    }
    .primary-menu > nav > ul > li.current-page-item {
        background-color: transparent;
        border-bottom: 10px solid rgba(5, 164, 136, 0.5);
    }
    .primary-menu > nav > ul > li.current-page-item:after {
        content: '';
        position: absolute;
        bottom: 0;
        left: 0;
        width: 100%;
        height: 5px;
        z-index: 1;
        pointer-events: none;
    }
    .primary-menu li:hover .primary-menu__dropdown {
        visibility: visible;
        opacity: 1;
    }
    .primary-menu li.current-menu-item {
        background-color: transparent;
    }
    .primary-menu li > a {
        font-size: 15px;
        padding: 6px 10px;
        display: -webkit-inline-box;
        display: -ms-inline-flexbox;
        display: inline-flex;
        width: auto;
        color: #fff;
    }
    .primary-menu li > a:hover {
        color: #05a488;
    }
    .heading {
        padding: 0 0 3px;
        margin-bottom: 20px;
    }
    .heading .heading__title {
        font-size: 22px;
    }
    .sidebar .sidebar__widget:first-child h2 {
        border-bottom: 1px solid #716276;
    }
    .single-post .sidebar .sidebar__widget:first-child h2 {
        color: #999;
    }
    .category .sidebar {
        padding-top: 50px;
    }
    .post-type-archive-live_stream .sidebar {
        padding-top: 85px;
    }
    .post-type-archive-live_stream .sidebar__widget:first-child h2 {
        margin-top: -4px;
    }
    .post-type-archive-tournament_calendar .sidebar {
        padding-top: 35px;
    }
    .post-type-archive-tournament_calendar .sidebar__widget:first-child h2 {
        margin-top: -4px;
    }
    .content .post-description {
        font-weight: 700;
        margin: 0 0 40px;
    }
    .content .image-content {
        margin: 0 0 36px;
    }
    .content h3 {
        margin: 0 0 14px;
    }
    .news-article h1 {
        width: 65.5%;
        font-size: 30px;
        margin: 0 0 27px;
    }
    .sidebar .top-list {
        padding: 0 0 33px;
    }
    .tips-holder {
        padding: 0 0 20px;
    }
    .error-page {
        padding: 38px 30px 79px 0;
    }
    .page__footer {
        padding: 43px 0 33px;
    }
    .menu-follow-us-container_fixed {
        display: none;
    }
    .footer__brands li {
        padding: 2px 32px;
    }
    .hamburger {
        display: none;
    }
    .posts-list .card:hover {
        color: #222;
    }
    .posts-list .card:hover .card__title {
        color: #f60;
    }
    .top-heading {
        display: block;
    }
    .table__header {
        padding: 5px 10px;
    }
    .table--tournament {
        margin: 0 0 20px;
    }
    .table--tournament .table__name {
        margin: 0 0 14px;
    }
    .table--tournament .table__cell:nth-child(1) {
        -webkit-box-flex: 0;
            -ms-flex: 0 0 180px;
                flex: 0 0 180px;
    }
    .table--tournament .table__cell:nth-child(2) {
        -webkit-box-flex: 0;
            -ms-flex: 0 0 27.5%;
                flex: 0 0 27.5%;
    }
    .table--tournament .table__row {
        padding: 7px 10px;
    }
    .table--tournament .table__data-content {
        font-size: 15px;
        line-height: 1.13;
        -webkit-box-flex: 1;
            -ms-flex: 1 1 45.5%;
                flex: 1 1 45.5%;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
    }
    .table--tournament .table__bell {
        -webkit-box-flex: 1;
            -ms-flex: 1 1 calc(50% - 100px);
                flex: 1 1 calc(50% - 100px);
        -webkit-box-ordinal-group: 3;
            -ms-flex-order: 2;
                order: 2;
        -webkit-box-pack: start;
            -ms-flex-pack: start;
                justify-content: flex-start;
        padding: 0 5px 0 0;
    }
    .table--tournament .table__control {
        margin-top: 0;
        -webkit-box-flex: 0;
            -ms-flex: 0 0 100px;
                flex: 0 0 100px;
        -webkit-box-ordinal-group: 4;
            -ms-flex-order: 3;
                order: 3;
    }
    .table--tournament .table__date {
        -webkit-box-align: start;
            -ms-flex-align: start;
                align-items: flex-start;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
            -ms-flex-direction: column;
                flex-direction: column;
        -webkit-box-pack: center;
            -ms-flex-pack: center;
                justify-content: center;
        -webkit-box-flex: 0;
            -ms-flex: 0 0 180px;
                flex: 0 0 180px;
        padding: 0 5px 0 0;
    }
    .table--tournament .table__info {
        -webkit-box-flex: 1;
            -ms-flex: 1 1 calc(100% - 120px);
                flex: 1 1 calc(100% - 120px);
        padding: 0 5px 0 0;
    }
    .single-page {
        padding: 20px 0 0;
    }
    .single-page .head-article {
        max-width: 70%;
        padding: 0 0 15px 106px;
    }
    .single-page .head-article .publication-info {
        padding: 0 0 12px;
    }
    .single-page .content {
        padding: 0 0 0 106px;
        max-width: 816px;
    }
    .single-page .strong {
        line-height: 1.343;
    }
    .share {
        position: absolute;
        left: 3px;
        top: 402px;
    }
    .share__counter {
        display: block;
        color: #666;
        font-size: 10px;
        font-weight: 600;
        text-align: center;
        text-transform: uppercase;
    }
    .pw-widget.__pw-layout-vertical .pw-jumbo-counter__value {
        font-size: 22px !important;
        line-height: 1;
        color: #666 !important;
    }
    .pw-button.__pw-size-32 .pw-button-icon {
        width: 36px !important;
        height: 36px !important;
        color: #666;
        font-size: 29px;
        line-height: 36px !important;
        border: 2px solid rgba(0, 0, 0, 0.6);
    }
    .share__title {
        display: none;
    }
    .share__list {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
            -ms-flex-direction: column;
                flex-direction: column;
    }
    .share__list .share__item {
        margin: 11px 0 0;
    }
    .share__list .share__link i {
        width: 36px;
        height: 36px;
        color: #666;
        font-size: 22px;
        border: 2px solid rgba(0, 0, 0, 0.6);
    }
    .top-list-holder__landing .product-card__title {
        width: 34%;
        max-width: 220px;
        padding: 0 10px;
    }
    .product-card__body {
        padding: 10px 23px 10px 9px;
    }
    .product-card__body .product-card__col {
        width: 38%;
    }
    .sidebar .product-card__body .product-card__col {
        -webkit-box-flex: 1;
            -ms-flex: 1 1 0px;
                flex: 1 1 0;
    }
    .product-card__body .product-card__col:last-child {
        width: 62%;
        -webkit-box-pack: justify;
            -ms-flex-pack: justify;
                justify-content: space-between;
    }
    .sidebar .product-card {
        padding: 0 0 9px;
    }
    .sidebar .product-card__body {
        display: block;
        padding: 5px 5px 9px;
        margin: 0;
        border-radius: 6px;
    }
    .sidebar .product-card__body .product-card__col {
        display: block;
        width: 100%;
    }
    .sidebar .product-card__ribbon-text {
        -webkit-transform: rotate(-43deg);
                transform: rotate(-43deg);
        top: 13px;
        left: -27px;
    }
    .sidebar .product-card__logo {
        max-width: none;
        width: 100%;
        border-radius: 2px;
    }
    .sidebar .product-card__logo .product-card__link {
        border-radius: 2px;
        height: 40px;
        -webkit-box-shadow: none;
                box-shadow: none;
    }
    .sidebar .product-card__logo .product-card__link img {
        width: auto;
        height: auto;
        max-width: 90%;
        max-height: 90%;
    }
    .sidebar .product-card__rating-hold {
        padding: 10px 10px;
    }
    .sidebar .product-card__rating-hold .rating-hold__title {
        display: none;
    }
    .sidebar .product-card__title {
        max-width: none;
        width: 100%;
        font-size: 18px;
        padding: 6px 10px 20px;
    }
    .sidebar .product-card__subcol {
        display: block;
        padding: 0;
    }
    .sidebar .product-card__subcol .product-card__descr {
        padding: 6px 0 0;
    }
    .sidebar .product-card a {
        font-weight: bold;
    }
    .sidebar .product-card__footer {
        padding: 2px 7px;
        line-height: 1.2;
    }
    .sidebar .btn-claim-bonus {
        max-width: 212px;
        padding: 9px;
    }
    .product-card__logo {
        width: 90px;
        -ms-flex-preferred-size: 60%;
            flex-basis: 60%;
        max-width: 90px;
    }
    .product-card__rating-hold {
        -ms-flex-preferred-size: 60%;
            flex-basis: 60%;
        padding: 0 10px;
    }
    .product-card__title {
        -ms-flex-preferred-size: 50%;
            flex-basis: 50%;
        font-size: 22px;
        line-height: 1.1;
        padding: 0 10px;
    }
    .product-card__content {
        display: block;
    }
    .how-htreaming-works__head {
        padding: 8px 15px 9px;
    }
    .how-htreaming-works__body {
        padding: 0 12px 25px;
    }
    .how-htreaming-works__list {
        margin: 0 0 10px;
    }
    .how-htreaming-works__btn {
        width: 220px;
    }
    .how-htreaming-works .item__num {
        -webkit-box-flex: 50px;
            -ms-flex: 50px 0 0px;
                flex: 50px 0 0;
        height: 50px;
        line-height: 50px;
    }
    .how-htreaming-works .item__title {
        font-size: 14px;
        line-height: 1.43;
    }
    .how-htreaming-works .item__description {
        font-size: 14px;
        line-height: 1.29;
    }
    .post-type-archive-live_stream .top-section .top-section__image {
        right: 37px;
    }
    .banner_comparison--image {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: end;
            -ms-flex-pack: end;
                justify-content: flex-end;
    }
    .banner_comparison--text br {
        display: block;
    }
    .banner_comparison--text {
        margin: 0;
        padding: 20px 40px;
    }
    .banner_comparison--text b {
        font-size: 30px;
    }
    .bookmaker_rows {
        padding: 15px;
    }
    .bookmaker_card-right--big {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
            -ms-flex-direction: row;
                flex-direction: row;
        width: 57%;
        padding-left: 10px;
        -webkit-box-align: center;
            -ms-flex-align: center;
                align-items: center;
    }
    .bookmaker_card_description {
        display: block;
        -webkit-box-flex: 1;
            -ms-flex: 1 1 auto;
                flex: 1 1 auto;
        width: calc((100% - 200px) / 2);
        padding: 0 15px;
        font-size: 14px;
        line-height: 1.21;
        text-align: center;
    }
    .bookmaker_title--big .b-title {
        margin-bottom: 0;
    }
    .bookmaker_title--big {
        padding-right: 15px;
        font-size: 24px;
        line-height: 1;
        -webkit-box-flex: 1;
            -ms-flex: 1 1 auto;
                flex: 1 1 auto;
    }
    .bookmaker_benefits {
        padding: 0 0 0 10%;
    }
    .rating--big {
        width: 100%;
    }
    .rating_title {
        color: #343434;
        font-size: 15px;
    }
    .offer-day_title {
        font-size: 18px;
    }
    .bookmaker-filter__list .bookmaker-filter__option {
        padding: 9px 5px;
    }
    .bookmaker-row__holder:hover {
        -webkit-box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.5);
                box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.5);
    }
    .bookmaker-row__holder:hover::after {
        opacity: 1;
    }
    .bookmaker-offers__info {
        -webkit-box-flex: 1;
            -ms-flex-positive: 1;
                flex-grow: 1;
        width: calc(100% - 410px);
    }
    .bookmaker-offers__link {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
            -ms-flex-direction: column;
                flex-direction: column;
        -webkit-box-align: end;
            -ms-flex-align: end;
                align-items: flex-end;
        width: 190px;
    }
    .bookmaker-offers__score {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
            -ms-flex-direction: row;
                flex-direction: row;
        margin-bottom: 20px;
    }
    .bookmaker-offer__btn {
        min-width: 150px;
        margin-left: 0;
    }
}

@media (min-width: 993px) {
    .author-page__content {
        max-width: 74%;
    }
}

@media (min-width: 1200px) {
    .content {
        width: 74%;
    }
    .sidebar {
        width: 22.3%;
    }
    .primary-menu > nav > ul > li > a {
        padding: 10px 25px 5px;
    }
    .menu-follow-us-container_for-sidebar h3 {
        font-size: 12px;
        padding: 0 3px 0 5px;
    }
    .menu-follow-us-container_for-sidebar .social-network li {
        padding: 0 3px;
    }
    .posts-list .card__title {
        height: 63px;
        margin-bottom: 22px;
        font-size: 17px;
    }
    .posts-list .card {
        width: calc((100% - 200px - 1px) / 4);
        margin: 0 50px 40px 0;
    }
    .posts-list {
        margin-right: -50px;
    }
    .posts-list_for-category .card {
        width: calc((100% - 150px - 1px) / 3);
        margin: 0 50px 40px 0;
    }
    .table--tournament .table__data-content {
        width: 34%;
    }
    .table--tournament .table__bell {
        width: 40%;
    }
    .product-card__title {
        max-width: 225px;
        padding: 0 20px;
    }
    .product-card__subcol {
        padding: 0 0 0 10px;
    }
    .bookmaker_logo_holder {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
            -ms-flex-direction: row;
                flex-direction: row;
        max-width: 345px;
        -ms-flex-wrap: nowrap;
            flex-wrap: nowrap;
    }
    .bookmaker_logo--big {
        margin: 0 10px 0 0;
    }
    .bookmaker_logo, .bookmaker_logo--big {
        width: 100px;
        min-width: 100px;
        height: 100px;
    }
    .bookmaker_logo, .bookmaker_logo--big {
        width: 100px;
        min-width: 100px;
        height: 100px;
    }
    .bookmaker_review {
        width: calc(100% - 110px);
    }
}

@media (min-width: 1300px) {
    .menu-follow-us-container_for-sidebar h3 {
        font-size: 13px;
        padding: 0 5px 0 5px;
    }
}

@media (max-width: 1200px) {
    .article-button {
        display: none;
    }
}

@media (max-width: 1199px) {
    .product-card__subcol .btn {
        width: 100%;
        min-width: 100%;
    }
}

@media (max-width: 1023px) {
    .banner_comparison--text {
        text-align: center;
    }
    .banner_comparison--btn-wrapper {
        margin: 0 auto;
    }
}

@media (max-width: 991px) {
    iframe {
        width: 100%;
    }
    .main__holder .wp-caption.alignnone, .main__holder .wp-caption.alignleft {
        float: none;
    }
    .main__holder .wp-caption.alignright {
        float: none;
    }
    .header__container {
        padding: 0 0 0 10px;
    }
    .logo {
        max-width: 100px;
    }
    .primary-menu {
        visibility: hidden;
        -webkit-overflow-scrolling: touch;
        overflow-y: scroll;
        overflow-x: hidden;
        position: absolute;
        z-index: 101;
        top: 100%;
        left: 0;
        width: 100%;
        min-height: 240px;
        max-height: calc(100vh - 190px);
        -webkit-box-shadow: 0 2px 20px 0 rgba(0, 0, 0, 0.5);
                box-shadow: 0 2px 20px 0 rgba(0, 0, 0, 0.5);
        background-color: #fff;
        opacity: 0;
        -webkit-transition: opacity 0.3s, visibility 0.3s, height 0.3s, -webkit-transform 0.3s;
        transition: opacity 0.3s, visibility 0.3s, height 0.3s, -webkit-transform 0.3s;
        transition: transform 0.3s, opacity 0.3s, visibility 0.3s, height 0.3s;
        transition: transform 0.3s, opacity 0.3s, visibility 0.3s, height 0.3s, -webkit-transform 0.3s;
        -webkit-transform: translateY(100px);
                transform: translateY(100px);
        padding-bottom: 135px;
    }
    .primary-menu::before {
        pointer-events: none;
        position: fixed;
        z-index: -1;
        background: rgba(128, 128, 128, 0.5);
        left: 0;
        top: 0;
        width: 100%;
        height: 100%;
        content: '';
        visibility: hidden;
        opacity: 0;
        -webkit-transition: opacity 0.3s, visibility 0.3s;
        transition: opacity 0.3s, visibility 0.3s;
    }
    .primary-menu > nav > ul {
        padding: 10px 0;
    }
    .primary-menu li > a {
        -webkit-transition: background-color 0.3s;
        transition: background-color 0.3s;
    }
    .side-banner {
        max-width: 360px;
        margin: 0 auto 30px;
    }
    .table--tournament .table__cell:nth-child(3) {
        font-size: 0;
        color: transparent;
    }
    .share {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        position: fixed;
        z-index: 109;
        bottom: 10px;
        left: 50%;
        width: 328px;
        max-width: 335px;
        margin-left: -164px;
        padding: 6px 6px 6px 15px;
        border-radius: 23px;
        color: #fff;
        background: #222;
        -webkit-box-shadow: 0 0 8px #222;
        box-shadow: 0 0 8px #222;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        display: none;
    }
    .top-list-holder__landing .product-card__content {
        display: none;
    }
}

@media (max-width: 991px) and (max-width: 991px) {
    .primary-menu::before {
        display: none;
    }
}

@media screen and (max-width: 768px) {
    .js-vcsa-slider-top.vcsa-nav-fixed {
        position: fixed;
        z-index: 10000;
    }
}

@media (max-width: 767px) {
    .navigation .page-numbers,
    .navigation-comments .page-numbers {
        padding: 0 3px;
    }
    .navigation .next,
    .navigation .prev,
    .navigation-comments .next,
    .navigation-comments .prev {
        padding: 4px 5px;
    }
    .navigation-single .next a,
    .navigation-single .prev a {
        padding: 4px 5px;
    }
    .btn-wrap {
        background-color: #f1f1f1;
    }
    .posts-list_for-subcategory .card:first-child .card__wrap {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
            -ms-flex-direction: column;
                flex-direction: column;
        margin-bottom: 20px;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
    }
    .posts-list_for-subcategory .card:first-child .card__poster {
        display: block;
        width: 100%;
        height: auto;
        padding-top: 63%;
    }
    .posts-list_for-subcategory .card:first-child .card__label {
        display: block;
    }
    .posts-list_for-subcategory .card:first-child .card__main {
        width: 100%;
        padding: 11px 16px 16px 11px;
    }
    .posts-list_for-subcategory .card:first-child .card__title {
        max-height: 66px;
        margin-bottom: 13px;
        font-size: 18px;
        line-height: 1.2;
    }
    .posts-list_for-subcategory .card:first-child .card__footer {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: justify;
            -ms-flex-pack: justify;
                justify-content: space-between;
        -webkit-box-align: end;
            -ms-flex-align: end;
                align-items: flex-end;
    }
    .post-type-archive-live_stream .streams {
        padding: 26px 0 0;
    }
    .post-type-archive-live_stream .streams tr:nth-child(even) {
        background: none;
    }
    .streams .disabled {
        opacity: 0.3;
        pointer-events: none;
        cursor: default;
    }
    .single-page .category-page__bg {
        display: none;
    }
    .top-list-holder__landing .product-card__body {
        -webkit-box-align: center;
            -ms-flex-align: center;
                align-items: center;
    }
    .top-list-holder__landing .product-card__logo {
        margin: 0 0 5px;
    }
    .top-list-holder__landing .product-card__title {
        padding: 0 7px 12px;
    }
    .top-list-holder__landing .product-card__subcol .product-card__descr {
        padding: 8px 0 6px;
    }
    .top-list-holder__landing .product-card .product-card__rating-hold .rating-hold__title {
        display: block;
    }
    .product-card__body .product-card__col.image-hold {
        max-width: 95px;
        margin: 0 auto;
    }
    .product-card__rating-hold .rating-hold__title {
        display: none;
    }
    .product-card__subcol .product-card__descr {
        padding: 8px 0 0;
    }
    .product-card__subcol .btn {
        font-size: 16px;
        padding: 6px 20px;
    }
    .post-type-archive-live_stream .top-section .top-section__text p {
        display: block;
        line-height: 1.27;
        margin: 0 0 10px;
    }
    .post-type-archive-live_stream .top-section .top-section__text .btn {
        width: 100%;
        margin: 0 0 16px;
    }
    .post-type-archive-live_stream .top-section .top-section__image:after {
        display: none;
    }
    .top-section .btn {
        min-width: 260px;
    }
}

@media screen and (max-width: 600px) {
    .admin-bar {
        margin-top: -46px;
    }
}

@media (max-width: 575px) {
    .product-card__body .product-card__col {
        -webkit-box-flex: 1;
            -ms-flex: 1 1 0px;
                flex: 1 1 0;
    }
}

@media (max-width: 374px) {
    .error-page .btn {
        min-width: 280px;
    }
    .product-card__title {
        font-size: 18px;
    }
    .product-card__subcol {
        width: auto;
    }
}

/*# sourceMappingURL=main.css.map */

.card {
    margin-top: initial;
    padding: 0;
    min-width: initial;
    max-width: initial;
    border: none;
}