@font-face {
    font-family: 'FontAwesome';
    src: url('/fonts/fontawesome/fontawesome-webfont.woff2') format('woff2'), url('/fonts/fontawesome/fontawesome-webfont.svg#fontawesomeregular') format('svg');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

/* Fallback font system
   ===================*/
@font-face {
    font-family: 'rubik-fallback';
    src: local('Arial');
    size-adjust: 98.5%;
    ascent-override: 103%;
}

.fa {
    display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    font-smoothing: antialiased;
    osx-font-smoothing: grayscale;
}


/* makes the font 33% larger relative to the icon container */

.fa-lg {
    font-size: 1.33333333em;
    line-height: 0.75em;
    vertical-align: -15%;
}

.fa-2x {
    font-size: 2em;
}

.fa-3x {
    font-size: 3em;
}

.fa-4x {
    font-size: 4em;
}

.fa-5x {
    font-size: 5em;
}

.fa-fw {
    width: 1.28571429em;
    text-align: center;
}

.fa-ul {
    padding-left: 0;
    margin-left: 2.14285714em;
    list-style-type: none;
}

.fa-ul>li {
    position: relative;
}

.fa-li {
    position: absolute;
    left: -2.14285714em;
    width: 2.14285714em;
    top: 0.14285714em;
    text-align: center;
}

.fa-li.fa-lg {
    left: -1.85714286em;
}

.fa-border {
    padding: .2em .25em .15em;
    border: solid 0.08em #eeeeee;
    border-radius: .1em;
}

.fa-pull-left {
    float: left;
}

.fa-pull-right {
    float: right;
}

.fa.fa-pull-left {
    margin-right: .3em;
}

.fa.fa-pull-right {
    margin-left: .3em;
}


/* Deprecated as of 4.4.0 */

.pull-right {
    float: right;
}

.pull-left {
    float: left;
}

.fa.pull-left {
    margin-right: .3em;
}

.fa.pull-right {
    margin-left: .3em;
}

.fa-spin {
    animation: fa-spin 2s infinite linear;
}

.fa-pulse {
    animation: fa-spin 1s infinite steps(8);
}

@keyframes fa-spin {
    0% {
        transform: rotate(0deg);
    }
    100% {
        transform: rotate(359deg);
    }
}

.fa-rotate-90 {
    filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=1)";
    transform: rotate(90deg);
}

.fa-rotate-180 {
    -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2)";
    transform: rotate(180deg);
}

.fa-rotate-270 {
    filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=3)";
    transform: rotate(270deg);
}

.fa-flip-horizontal {
    filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=0, mirror=1)";
    transform: scale(-1, 1);
}

.fa-flip-vertical {
    filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1)";
    transform: scale(1, -1);
}

:root .fa-rotate-90,
:root .fa-rotate-180,
:root .fa-rotate-270,
:root .fa-flip-horizontal,
:root .fa-flip-vertical {
    filter: none;
}

.fa-stack {
    position: relative;
    display: inline-block;
    width: 2em;
    height: 2em;
    line-height: 2em;
    vertical-align: middle;
}

.fa-stack-1x,
.fa-stack-2x {
    position: absolute;
    left: 0;
    width: 100%;
    text-align: center;
}

.fa-stack-1x {
    line-height: inherit;
}

.fa-stack-2x {
    font-size: 2em;
}

.fa-inverse {
    color: #ffffff;
}


/* Font Awesome uses the Unicode Private Use Area (PUA) to ensure screen
   readers do not read off random characters that represent icons */

.fa-glass:before {
    content: "\f000";
}

.fa-music:before {
    content: "\f001";
}

.fa-search:before {
    content: "\f002";
}

.fa-envelope-o:before {
    content: "\f003";
}

.fa-heart:before {
    content: "\f004";
}

.fa-star:before {
    content: "\f005";
}

.fa-star-o:before {
    content: "\f006";
}

.fa-user:before {
    content: "\f007";
}

.fa-film:before {
    content: "\f008";
}

.fa-th-large:before {
    content: "\f009";
}

.fa-th:before {
    content: "\f00a";
}

.fa-th-list:before {
    content: "\f00b";
}

.fa-check:before {
    content: "\f00c";
}

.fa-remove:before,
.fa-close:before,
.fa-times:before {
    content: "\f00d";
}

.fa-search-plus:before {
    content: "\f00e";
}

.fa-search-minus:before {
    content: "\f010";
}

.fa-power-off:before {
    content: "\f011";
}

.fa-signal:before {
    content: "\f012";
}

.fa-gear:before,
.fa-cog:before {
    content: "\f013";
}

.fa-trash-o:before {
    content: "\f014";
}

.fa-home:before {
    content: "\f015";
}

.fa-file-o:before {
    content: "\f016";
}

.fa-clock-o:before {
    content: "\f017";
}

.fa-road:before {
    content: "\f018";
}

.fa-download:before {
    content: "\f019";
}

.fa-arrow-circle-o-down:before {
    content: "\f01a";
}

.fa-arrow-circle-o-up:before {
    content: "\f01b";
}

.fa-inbox:before {
    content: "\f01c";
}

.fa-play-circle-o:before {
    content: "\f01d";
}

.fa-rotate-right:before,
.fa-repeat:before {
    content: "\f01e";
}

.fa-refresh:before {
    content: "\f021";
}

.fa-list-alt:before {
    content: "\f022";
}

.fa-lock:before {
    content: "\f023";
}

.fa-flag:before {
    content: "\f024";
}

.fa-headphones:before {
    content: "\f025";
}

.fa-volume-off:before {
    content: "\f026";
}

.fa-volume-down:before {
    content: "\f027";
}

.fa-volume-up:before {
    content: "\f028";
}

.fa-qrcode:before {
    content: "\f029";
}

.fa-barcode:before {
    content: "\f02a";
}

.fa-tag:before {
    content: "\f02b";
}

.fa-tags:before {
    content: "\f02c";
}

.fa-book:before {
    content: "\f02d";
}

.fa-bookmark:before {
    content: "\f02e";
}

.fa-print:before {
    content: "\f02f";
}

.fa-camera:before {
    content: "\f030";
}

.fa-font:before {
    content: "\f031";
}

.fa-bold:before {
    content: "\f032";
}

.fa-italic:before {
    content: "\f033";
}

.fa-text-height:before {
    content: "\f034";
}

.fa-text-width:before {
    content: "\f035";
}

.fa-align-left:before {
    content: "\f036";
}

.fa-align-center:before {
    content: "\f037";
}

.fa-align-right:before {
    content: "\f038";
}

.fa-align-justify:before {
    content: "\f039";
}

.fa-list:before {
    content: "\f03a";
}

.fa-dedent:before,
.fa-outdent:before {
    content: "\f03b";
}

.fa-indent:before {
    content: "\f03c";
}

.fa-video-camera:before {
    content: "\f03d";
}

.fa-photo:before,
.fa-image:before,
.fa-picture-o:before {
    content: "\f03e";
}

.fa-pencil:before {
    content: "\f040";
}

.fa-map-marker:before {
    content: "\f041";
}

.fa-adjust:before {
    content: "\f042";
}

.fa-tint:before {
    content: "\f043";
}

.fa-edit:before,
.fa-pencil-square-o:before {
    content: "\f044";
}

.fa-share-square-o:before {
    content: "\f045";
}

.fa-check-square-o:before {
    content: "\f046";
}

.fa-arrows:before {
    content: "\f047";
}

.fa-step-backward:before {
    content: "\f048";
}

.fa-fast-backward:before {
    content: "\f049";
}

.fa-backward:before {
    content: "\f04a";
}

.fa-play:before {
    content: "\f04b";
}

.fa-pause:before {
    content: "\f04c";
}

.fa-stop:before {
    content: "\f04d";
}

.fa-forward:before {
    content: "\f04e";
}

.fa-fast-forward:before {
    content: "\f050";
}

.fa-step-forward:before {
    content: "\f051";
}

.fa-eject:before {
    content: "\f052";
}

.fa-chevron-left:before {
    content: "\f053";
}

.fa-chevron-right:before {
    content: "\f054";
}

.fa-plus-circle:before {
    content: "\f055";
}

.fa-minus-circle:before {
    content: "\f056";
}

.fa-times-circle:before {
    content: "\f057";
}

.fa-check-circle:before {
    content: "\f058";
}

.fa-question-circle:before {
    content: "\f059";
}

.fa-info-circle:before {
    content: "\f05a";
}

.fa-crosshairs:before {
    content: "\f05b";
}

.fa-times-circle-o:before {
    content: "\f05c";
}

.fa-check-circle-o:before {
    content: "\f05d";
}

.fa-ban:before {
    content: "\f05e";
}

.fa-arrow-left:before {
    content: "\f060";
}

.fa-arrow-right:before {
    content: "\f061";
}

.fa-arrow-up:before {
    content: "\f062";
}

.fa-arrow-down:before {
    content: "\f063";
}

.fa-mail-forward:before,
.fa-share:before {
    content: "\f064";
}

.fa-expand:before {
    content: "\f065";
}

.fa-compress:before {
    content: "\f066";
}

.fa-plus:before {
    content: "\f067";
}

.fa-minus:before {
    content: "\f068";
}

.fa-asterisk:before {
    content: "\f069";
}

.fa-exclamation-circle:before {
    content: "\f06a";
}

.fa-gift:before {
    content: "\f06b";
}

.fa-leaf:before {
    content: "\f06c";
}

.fa-fire:before {
    content: "\f06d";
}

.fa-eye:before {
    content: "\f06e";
}

.fa-eye-slash:before {
    content: "\f070";
}

.fa-warning:before,
.fa-exclamation-triangle:before {
    content: "\f071";
}

.fa-plane:before {
    content: "\f072";
}

.fa-calendar:before {
    content: "\f073";
}

.fa-random:before {
    content: "\f074";
}

.fa-comment:before {
    content: "\f075";
}

.fa-magnet:before {
    content: "\f076";
}

.fa-chevron-up:before {
    content: "\f077";
}

.fa-chevron-down:before {
    content: "\f078";
}

.fa-retweet:before {
    content: "\f079";
}

.fa-shopping-cart:before {
    content: "\f07a";
}

.fa-folder:before {
    content: "\f07b";
}

.fa-folder-open:before {
    content: "\f07c";
}

.fa-arrows-v:before {
    content: "\f07d";
}

.fa-arrows-h:before {
    content: "\f07e";
}

.fa-bar-chart-o:before,
.fa-bar-chart:before {
    content: "\f080";
}

.fa-twitter-square:before {
    content: "\f081";
}

.fa-facebook-square:before {
    content: "\f082";
}

.fa-camera-retro:before {
    content: "\f083";
}

.fa-key:before {
    content: "\f084";
}

.fa-gears:before,
.fa-cogs:before {
    content: "\f085";
}

.fa-comments:before {
    content: "\f086";
}

.fa-thumbs-o-up:before {
    content: "\f087";
}

.fa-thumbs-o-down:before {
    content: "\f088";
}

.fa-star-half:before {
    content: "\f089";
}

.fa-heart-o:before {
    content: "\f08a";
}

.fa-sign-out:before {
    content: "\f08b";
}

.fa-linkedin-square:before {
    content: "\f08c";
}

.fa-thumb-tack:before {
    content: "\f08d";
}

.fa-external-link:before {
    content: "\f08e";
}

.fa-sign-in:before {
    content: "\f090";
}

.fa-trophy:before {
    content: "\f091";
}

.fa-github-square:before {
    content: "\f092";
}

.fa-upload:before {
    content: "\f093";
}

.fa-lemon-o:before {
    content: "\f094";
}

.fa-phone:before {
    content: "\f095";
}

.fa-square-o:before {
    content: "\f096";
}

.fa-bookmark-o:before {
    content: "\f097";
}

.fa-phone-square:before {
    content: "\f098";
}

.fa-twitter:before {
    content: "\f099";
}

.fa-facebook-f:before,
.fa-facebook:before {
    content: "\f09a";
}

.fa-github:before {
    content: "\f09b";
}

.fa-unlock:before {
    content: "\f09c";
}

.fa-credit-card:before {
    content: "\f09d";
}

.fa-feed:before,
.fa-rss:before {
    content: "\f09e";
}

.fa-hdd-o:before {
    content: "\f0a0";
}

.fa-bullhorn:before {
    content: "\f0a1";
}

.fa-bell:before {
    content: "\f0f3";
}

.fa-certificate:before {
    content: "\f0a3";
}

.fa-hand-o-right:before {
    content: "\f0a4";
}

.fa-hand-o-left:before {
    content: "\f0a5";
}

.fa-hand-o-up:before {
    content: "\f0a6";
}

.fa-hand-o-down:before {
    content: "\f0a7";
}

.fa-arrow-circle-left:before {
    content: "\f0a8";
}

.fa-arrow-circle-right:before {
    content: "\f0a9";
}

.fa-arrow-circle-up:before {
    content: "\f0aa";
}

.fa-arrow-circle-down:before {
    content: "\f0ab";
}

.fa-globe:before {
    content: "\f0ac";
}

.fa-wrench:before {
    content: "\f0ad";
}

.fa-tasks:before {
    content: "\f0ae";
}

.fa-filter:before {
    content: "\f0b0";
}

.fa-briefcase:before {
    content: "\f0b1";
}

.fa-arrows-alt:before {
    content: "\f0b2";
}

.fa-group:before,
.fa-users:before {
    content: "\f0c0";
}

.fa-chain:before,
.fa-link:before {
    content: "\f0c1";
}

.fa-cloud:before {
    content: "\f0c2";
}

.fa-flask:before {
    content: "\f0c3";
}

.fa-cut:before,
.fa-scissors:before {
    content: "\f0c4";
}

.fa-copy:before,
.fa-files-o:before {
    content: "\f0c5";
}

.fa-paperclip:before {
    content: "\f0c6";
}

.fa-save:before,
.fa-floppy-o:before {
    content: "\f0c7";
}

.fa-square:before {
    content: "\f0c8";
}

.fa-navicon:before,
.fa-reorder:before,
.fa-bars:before {
    content: "\f0c9";
}

.fa-list-ul:before {
    content: "\f0ca";
}

.fa-list-ol:before {
    content: "\f0cb";
}

.fa-strikethrough:before {
    content: "\f0cc";
}

.fa-underline:before {
    content: "\f0cd";
}

.fa-table:before {
    content: "\f0ce";
}

.fa-magic:before {
    content: "\f0d0";
}

.fa-truck:before {
    content: "\f0d1";
}

.fa-pinterest:before {
    content: "\f0d2";
}

.fa-pinterest-square:before {
    content: "\f0d3";
}

.fa-google-plus-square:before {
    content: "\f0d4";
}

.fa-google-plus:before {
    content: "\f0d5";
}

.fa-money:before {
    content: "\f0d6";
}

.fa-caret-down:before {
    content: "\f0d7";
}

.fa-caret-up:before {
    content: "\f0d8";
}

.fa-caret-left:before {
    content: "\f0d9";
}

.fa-caret-right:before {
    content: "\f0da";
}

.fa-columns:before {
    content: "\f0db";
}

.fa-unsorted:before,
.fa-sort:before {
    content: "\f0dc";
}

.fa-sort-down:before,
.fa-sort-desc:before {
    content: "\f0dd";
}

.fa-sort-up:before,
.fa-sort-asc:before {
    content: "\f0de";
}

.fa-envelope:before {
    content: "\f0e0";
}

.fa-linkedin:before {
    content: "\f0e1";
}

.fa-rotate-left:before,
.fa-undo:before {
    content: "\f0e2";
}

.fa-legal:before,
.fa-gavel:before {
    content: "\f0e3";
}

.fa-dashboard:before,
.fa-tachometer:before {
    content: "\f0e4";
}

.fa-comment-o:before {
    content: "\f0e5";
}

.fa-comments-o:before {
    content: "\f0e6";
}

.fa-flash:before,
.fa-bolt:before {
    content: "\f0e7";
}

.fa-sitemap:before {
    content: "\f0e8";
}

.fa-umbrella:before {
    content: "\f0e9";
}

.fa-paste:before,
.fa-clipboard:before {
    content: "\f0ea";
}

.fa-lightbulb-o:before {
    content: "\f0eb";
}

.fa-exchange:before {
    content: "\f0ec";
}

.fa-cloud-download:before {
    content: "\f0ed";
}

.fa-cloud-upload:before {
    content: "\f0ee";
}

.fa-user-md:before {
    content: "\f0f0";
}

.fa-stethoscope:before {
    content: "\f0f1";
}

.fa-suitcase:before {
    content: "\f0f2";
}

.fa-bell-o:before {
    content: "\f0a2";
}

.fa-coffee:before {
    content: "\f0f4";
}

.fa-cutlery:before {
    content: "\f0f5";
}

.fa-file-text-o:before {
    content: "\f0f6";
}

.fa-building-o:before {
    content: "\f0f7";
}

.fa-hospital-o:before {
    content: "\f0f8";
}

.fa-ambulance:before {
    content: "\f0f9";
}

.fa-medkit:before {
    content: "\f0fa";
}

.fa-fighter-jet:before {
    content: "\f0fb";
}

.fa-beer:before {
    content: "\f0fc";
}

.fa-h-square:before {
    content: "\f0fd";
}

.fa-plus-square:before {
    content: "\f0fe";
}

.fa-angle-double-left:before {
    content: "\f100";
}

.fa-angle-double-right:before {
    content: "\f101";
}

.fa-angle-double-up:before {
    content: "\f102";
}

.fa-angle-double-down:before {
    content: "\f103";
}

.fa-angle-left:before {
    content: "\f104";
}

.fa-angle-right:before {
    content: "\f105";
}

.fa-angle-up:before {
    content: "\f106";
}

.fa-angle-down:before {
    content: "\f107";
}

.fa-desktop:before {
    content: "\f108";
}

.fa-laptop:before {
    content: "\f109";
}

.fa-tablet:before {
    content: "\f10a";
}

.fa-mobile-phone:before,
.fa-mobile:before {
    content: "\f10b";
}

.fa-circle-o:before {
    content: "\f10c";
}

.fa-quote-left:before {
    content: "\f10d";
}

.fa-quote-right:before {
    content: "\f10e";
}

.fa-spinner:before {
    content: "\f110";
}

.fa-circle:before {
    content: "\f111";
}

.fa-mail-reply:before,
.fa-reply:before {
    content: "\f112";
}

.fa-github-alt:before {
    content: "\f113";
}

.fa-folder-o:before {
    content: "\f114";
}

.fa-folder-open-o:before {
    content: "\f115";
}

.fa-smile-o:before {
    content: "\f118";
}

.fa-frown-o:before {
    content: "\f119";
}

.fa-meh-o:before {
    content: "\f11a";
}

.fa-gamepad:before {
    content: "\f11b";
}

.fa-keyboard-o:before {
    content: "\f11c";
}

.fa-flag-o:before {
    content: "\f11d";
}

.fa-flag-checkered:before {
    content: "\f11e";
}

.fa-terminal:before {
    content: "\f120";
}

.fa-code:before {
    content: "\f121";
}

.fa-mail-reply-all:before,
.fa-reply-all:before {
    content: "\f122";
}

.fa-star-half-empty:before,
.fa-star-half-full:before,
.fa-star-half-o:before {
    content: "\f123";
}

.fa-location-arrow:before {
    content: "\f124";
}

.fa-crop:before {
    content: "\f125";
}

.fa-code-fork:before {
    content: "\f126";
}

.fa-unlink:before,
.fa-chain-broken:before {
    content: "\f127";
}

.fa-question:before {
    content: "\f128";
}

.fa-info:before {
    content: "\f129";
}

.fa-exclamation:before {
    content: "\f12a";
}

.fa-superscript:before {
    content: "\f12b";
}

.fa-subscript:before {
    content: "\f12c";
}

.fa-eraser:before {
    content: "\f12d";
}

.fa-puzzle-piece:before {
    content: "\f12e";
}

.fa-microphone:before {
    content: "\f130";
}

.fa-microphone-slash:before {
    content: "\f131";
}

.fa-shield:before {
    content: "\f132";
}

.fa-calendar-o:before {
    content: "\f133";
}

.fa-fire-extinguisher:before {
    content: "\f134";
}

.fa-rocket:before {
    content: "\f135";
}

.fa-maxcdn:before {
    content: "\f136";
}

.fa-chevron-circle-left:before {
    content: "\f137";
}

.fa-chevron-circle-right:before {
    content: "\f138";
}

.fa-chevron-circle-up:before {
    content: "\f139";
}

.fa-chevron-circle-down:before {
    content: "\f13a";
}

.fa-html5:before {
    content: "\f13b";
}

.fa-css3:before {
    content: "\f13c";
}

.fa-anchor:before {
    content: "\f13d";
}

.fa-unlock-alt:before {
    content: "\f13e";
}

.fa-bullseye:before {
    content: "\f140";
}

.fa-ellipsis-h:before {
    content: "\f141";
}

.fa-ellipsis-v:before {
    content: "\f142";
}

.fa-rss-square:before {
    content: "\f143";
}

.fa-play-circle:before {
    content: "\f144";
}

.fa-ticket:before {
    content: "\f145";
}

.fa-minus-square:before {
    content: "\f146";
}

.fa-minus-square-o:before {
    content: "\f147";
}

.fa-level-up:before {
    content: "\f148";
}

.fa-level-down:before {
    content: "\f149";
}

.fa-check-square:before {
    content: "\f14a";
}

.fa-pencil-square:before {
    content: "\f14b";
}

.fa-external-link-square:before {
    content: "\f14c";
}

.fa-share-square:before {
    content: "\f14d";
}

.fa-compass:before {
    content: "\f14e";
}

.fa-toggle-down:before,
.fa-caret-square-o-down:before {
    content: "\f150";
}

.fa-toggle-up:before,
.fa-caret-square-o-up:before {
    content: "\f151";
}

.fa-toggle-right:before,
.fa-caret-square-o-right:before {
    content: "\f152";
}

.fa-euro:before,
.fa-eur:before {
    content: "\f153";
}

.fa-gbp:before {
    content: "\f154";
}

.fa-dollar:before,
.fa-usd:before {
    content: "\f155";
}

.fa-rupee:before,
.fa-inr:before {
    content: "\f156";
}

.fa-cny:before,
.fa-rmb:before,
.fa-yen:before,
.fa-jpy:before {
    content: "\f157";
}

.fa-ruble:before,
.fa-rouble:before,
.fa-rub:before {
    content: "\f158";
}

.fa-won:before,
.fa-krw:before {
    content: "\f159";
}

.fa-bitcoin:before,
.fa-btc:before {
    content: "\f15a";
}

.fa-file:before {
    content: "\f15b";
}

.fa-file-text:before {
    content: "\f15c";
}

.fa-sort-alpha-asc:before {
    content: "\f15d";
}

.fa-sort-alpha-desc:before {
    content: "\f15e";
}

.fa-sort-amount-asc:before {
    content: "\f160";
}

.fa-sort-amount-desc:before {
    content: "\f161";
}

.fa-sort-numeric-asc:before {
    content: "\f162";
}

.fa-sort-numeric-desc:before {
    content: "\f163";
}

.fa-thumbs-up:before {
    content: "\f164";
}

.fa-thumbs-down:before {
    content: "\f165";
}

.fa-youtube-square:before {
    content: "\f166";
}

.fa-youtube:before {
    content: "\f167";
}

.fa-xing:before {
    content: "\f168";
}

.fa-xing-square:before {
    content: "\f169";
}

.fa-youtube-play:before {
    content: "\f16a";
}

.fa-dropbox:before {
    content: "\f16b";
}

.fa-stack-overflow:before {
    content: "\f16c";
}

.fa-instagram:before {
    content: "\f16d";
}

.fa-flickr:before {
    content: "\f16e";
}

.fa-adn:before {
    content: "\f170";
}

.fa-bitbucket:before {
    content: "\f171";
}

.fa-bitbucket-square:before {
    content: "\f172";
}

.fa-tumblr:before {
    content: "\f173";
}

.fa-tumblr-square:before {
    content: "\f174";
}

.fa-long-arrow-down:before {
    content: "\f175";
}

.fa-long-arrow-up:before {
    content: "\f176";
}

.fa-long-arrow-left:before {
    content: "\f177";
}

.fa-long-arrow-right:before {
    content: "\f178";
}

.fa-apple:before {
    content: "\f179";
}

.fa-windows:before {
    content: "\f17a";
}

.fa-android:before {
    content: "\f17b";
}

.fa-linux:before {
    content: "\f17c";
}

.fa-dribbble:before {
    content: "\f17d";
}

.fa-skype:before {
    content: "\f17e";
}

.fa-foursquare:before {
    content: "\f180";
}

.fa-trello:before {
    content: "\f181";
}

.fa-female:before {
    content: "\f182";
}

.fa-male:before {
    content: "\f183";
}

.fa-gittip:before,
.fa-gratipay:before {
    content: "\f184";
}

.fa-sun-o:before {
    content: "\f185";
}

.fa-moon-o:before {
    content: "\f186";
}

.fa-archive:before {
    content: "\f187";
}

.fa-bug:before {
    content: "\f188";
}

.fa-vk:before {
    content: "\f189";
}

.fa-weibo:before {
    content: "\f18a";
}

.fa-renren:before {
    content: "\f18b";
}

.fa-pagelines:before {
    content: "\f18c";
}

.fa-stack-exchange:before {
    content: "\f18d";
}

.fa-arrow-circle-o-right:before {
    content: "\f18e";
}

.fa-arrow-circle-o-left:before {
    content: "\f190";
}

.fa-toggle-left:before,
.fa-caret-square-o-left:before {
    content: "\f191";
}

.fa-dot-circle-o:before {
    content: "\f192";
}

.fa-wheelchair:before {
    content: "\f193";
}

.fa-vimeo-square:before {
    content: "\f194";
}

.fa-turkish-lira:before,
.fa-try:before {
    content: "\f195";
}

.fa-plus-square-o:before {
    content: "\f196";
}

.fa-space-shuttle:before {
    content: "\f197";
}

.fa-slack:before {
    content: "\f198";
}

.fa-envelope-square:before {
    content: "\f199";
}

.fa-wordpress:before {
    content: "\f19a";
}

.fa-openid:before {
    content: "\f19b";
}

.fa-institution:before,
.fa-bank:before,
.fa-university:before {
    content: "\f19c";
}

.fa-mortar-board:before,
.fa-graduation-cap:before {
    content: "\f19d";
}

.fa-yahoo:before {
    content: "\f19e";
}

.fa-google:before {
    content: "\f1a0";
}

.fa-reddit:before {
    content: "\f1a1";
}

.fa-reddit-square:before {
    content: "\f1a2";
}

.fa-stumbleupon-circle:before {
    content: "\f1a3";
}

.fa-stumbleupon:before {
    content: "\f1a4";
}

.fa-delicious:before {
    content: "\f1a5";
}

.fa-digg:before {
    content: "\f1a6";
}

.fa-pied-piper:before {
    content: "\f1a7";
}

.fa-pied-piper-alt:before {
    content: "\f1a8";
}

.fa-drupal:before {
    content: "\f1a9";
}

.fa-joomla:before {
    content: "\f1aa";
}

.fa-language:before {
    content: "\f1ab";
}

.fa-fax:before {
    content: "\f1ac";
}

.fa-building:before {
    content: "\f1ad";
}

.fa-child:before {
    content: "\f1ae";
}

.fa-paw:before {
    content: "\f1b0";
}

.fa-spoon:before {
    content: "\f1b1";
}

.fa-cube:before {
    content: "\f1b2";
}

.fa-cubes:before {
    content: "\f1b3";
}

.fa-behance:before {
    content: "\f1b4";
}

.fa-behance-square:before {
    content: "\f1b5";
}

.fa-steam:before {
    content: "\f1b6";
}

.fa-steam-square:before {
    content: "\f1b7";
}

.fa-recycle:before {
    content: "\f1b8";
}

.fa-automobile:before,
.fa-car:before {
    content: "\f1b9";
}

.fa-cab:before,
.fa-taxi:before {
    content: "\f1ba";
}

.fa-tree:before {
    content: "\f1bb";
}

.fa-spotify:before {
    content: "\f1bc";
}

.fa-deviantart:before {
    content: "\f1bd";
}

.fa-soundcloud:before {
    content: "\f1be";
}

.fa-database:before {
    content: "\f1c0";
}

.fa-file-pdf-o:before {
    content: "\f1c1";
}

.fa-file-word-o:before {
    content: "\f1c2";
}

.fa-file-excel-o:before {
    content: "\f1c3";
}

.fa-file-powerpoint-o:before {
    content: "\f1c4";
}

.fa-file-photo-o:before,
.fa-file-picture-o:before,
.fa-file-image-o:before {
    content: "\f1c5";
}

.fa-file-zip-o:before,
.fa-file-archive-o:before {
    content: "\f1c6";
}

.fa-file-sound-o:before,
.fa-file-audio-o:before {
    content: "\f1c7";
}

.fa-file-movie-o:before,
.fa-file-video-o:before {
    content: "\f1c8";
}

.fa-file-code-o:before {
    content: "\f1c9";
}

.fa-vine:before {
    content: "\f1ca";
}

.fa-codepen:before {
    content: "\f1cb";
}

.fa-jsfiddle:before {
    content: "\f1cc";
}

.fa-life-bouy:before,
.fa-life-buoy:before,
.fa-life-saver:before,
.fa-support:before,
.fa-life-ring:before {
    content: "\f1cd";
}

.fa-circle-o-notch:before {
    content: "\f1ce";
}

.fa-ra:before,
.fa-rebel:before {
    content: "\f1d0";
}

.fa-ge:before,
.fa-empire:before {
    content: "\f1d1";
}

.fa-git-square:before {
    content: "\f1d2";
}

.fa-git:before {
    content: "\f1d3";
}

.fa-y-combinator-square:before,
.fa-yc-square:before,
.fa-hacker-news:before {
    content: "\f1d4";
}

.fa-tencent-weibo:before {
    content: "\f1d5";
}

.fa-qq:before {
    content: "\f1d6";
}

.fa-wechat:before,
.fa-weixin:before {
    content: "\f1d7";
}

.fa-send:before,
.fa-paper-plane:before {
    content: "\f1d8";
}

.fa-send-o:before,
.fa-paper-plane-o:before {
    content: "\f1d9";
}

.fa-history:before {
    content: "\f1da";
}

.fa-circle-thin:before {
    content: "\f1db";
}

.fa-header:before {
    content: "\f1dc";
}

.fa-paragraph:before {
    content: "\f1dd";
}

.fa-sliders:before {
    content: "\f1de";
}

.fa-share-alt:before {
    content: "\f1e0";
}

.fa-share-alt-square:before {
    content: "\f1e1";
}

.fa-bomb:before {
    content: "\f1e2";
}

.fa-soccer-ball-o:before,
.fa-futbol-o:before {
    content: "\f1e3";
}

.fa-tty:before {
    content: "\f1e4";
}

.fa-binoculars:before {
    content: "\f1e5";
}

.fa-plug:before {
    content: "\f1e6";
}

.fa-slideshare:before {
    content: "\f1e7";
}

.fa-twitch:before {
    content: "\f1e8";
}

.fa-yelp:before {
    content: "\f1e9";
}

.fa-newspaper-o:before {
    content: "\f1ea";
}

.fa-wifi:before {
    content: "\f1eb";
}

.fa-calculator:before {
    content: "\f1ec";
}

.fa-paypal:before {
    content: "\f1ed";
}

.fa-google-wallet:before {
    content: "\f1ee";
}

.fa-cc-visa:before {
    content: "\f1f0";
}

.fa-cc-mastercard:before {
    content: "\f1f1";
}

.fa-cc-discover:before {
    content: "\f1f2";
}

.fa-cc-amex:before {
    content: "\f1f3";
}

.fa-cc-paypal:before {
    content: "\f1f4";
}

.fa-cc-stripe:before {
    content: "\f1f5";
}

.fa-bell-slash:before {
    content: "\f1f6";
}

.fa-bell-slash-o:before {
    content: "\f1f7";
}

.fa-trash:before {
    content: "\f1f8";
}

.fa-copyright:before {
    content: "\f1f9";
}

.fa-at:before {
    content: "\f1fa";
}

.fa-eyedropper:before {
    content: "\f1fb";
}

.fa-paint-brush:before {
    content: "\f1fc";
}

.fa-birthday-cake:before {
    content: "\f1fd";
}

.fa-area-chart:before {
    content: "\f1fe";
}

.fa-pie-chart:before {
    content: "\f200";
}

.fa-line-chart:before {
    content: "\f201";
}

.fa-lastfm:before {
    content: "\f202";
}

.fa-lastfm-square:before {
    content: "\f203";
}

.fa-toggle-off:before {
    content: "\f204";
}

.fa-toggle-on:before {
    content: "\f205";
}

.fa-bicycle:before {
    content: "\f206";
}

.fa-bus:before {
    content: "\f207";
}

.fa-ioxhost:before {
    content: "\f208";
}

.fa-angellist:before {
    content: "\f209";
}

.fa-cc:before {
    content: "\f20a";
}

.fa-shekel:before,
.fa-sheqel:before,
.fa-ils:before {
    content: "\f20b";
}

.fa-meanpath:before {
    content: "\f20c";
}

.fa-buysellads:before {
    content: "\f20d";
}

.fa-connectdevelop:before {
    content: "\f20e";
}

.fa-dashcube:before {
    content: "\f210";
}

.fa-forumbee:before {
    content: "\f211";
}

.fa-leanpub:before {
    content: "\f212";
}

.fa-sellsy:before {
    content: "\f213";
}

.fa-shirtsinbulk:before {
    content: "\f214";
}

.fa-simplybuilt:before {
    content: "\f215";
}

.fa-skyatlas:before {
    content: "\f216";
}

.fa-cart-plus:before {
    content: "\f217";
}

.fa-cart-arrow-down:before {
    content: "\f218";
}

.fa-diamond:before {
    content: "\f219";
}

.fa-ship:before {
    content: "\f21a";
}

.fa-user-secret:before {
    content: "\f21b";
}

.fa-motorcycle:before {
    content: "\f21c";
}

.fa-street-view:before {
    content: "\f21d";
}

.fa-heartbeat:before {
    content: "\f21e";
}

.fa-venus:before {
    content: "\f221";
}

.fa-mars:before {
    content: "\f222";
}

.fa-mercury:before {
    content: "\f223";
}

.fa-intersex:before,
.fa-transgender:before {
    content: "\f224";
}

.fa-transgender-alt:before {
    content: "\f225";
}

.fa-venus-double:before {
    content: "\f226";
}

.fa-mars-double:before {
    content: "\f227";
}

.fa-venus-mars:before {
    content: "\f228";
}

.fa-mars-stroke:before {
    content: "\f229";
}

.fa-mars-stroke-v:before {
    content: "\f22a";
}

.fa-mars-stroke-h:before {
    content: "\f22b";
}

.fa-neuter:before {
    content: "\f22c";
}

.fa-genderless:before {
    content: "\f22d";
}

.fa-facebook-official:before {
    content: "\f230";
}

.fa-pinterest-p:before {
    content: "\f231";
}

.fa-whatsapp:before {
    content: "\f232";
}

.fa-server:before {
    content: "\f233";
}

.fa-user-plus:before {
    content: "\f234";
}

.fa-user-times:before {
    content: "\f235";
}

.fa-hotel:before,
.fa-bed:before {
    content: "\f236";
}

.fa-viacoin:before {
    content: "\f237";
}

.fa-train:before {
    content: "\f238";
}

.fa-subway:before {
    content: "\f239";
}

.fa-medium:before {
    content: "\f23a";
}

.fa-yc:before,
.fa-y-combinator:before {
    content: "\f23b";
}

.fa-optin-monster:before {
    content: "\f23c";
}

.fa-opencart:before {
    content: "\f23d";
}

.fa-expeditedssl:before {
    content: "\f23e";
}

.fa-battery-4:before,
.fa-battery-full:before {
    content: "\f240";
}

.fa-battery-3:before,
.fa-battery-three-quarters:before {
    content: "\f241";
}

.fa-battery-2:before,
.fa-battery-half:before {
    content: "\f242";
}

.fa-battery-1:before,
.fa-battery-quarter:before {
    content: "\f243";
}

.fa-battery-0:before,
.fa-battery-empty:before {
    content: "\f244";
}

.fa-mouse-pointer:before {
    content: "\f245";
}

.fa-i-cursor:before {
    content: "\f246";
}

.fa-object-group:before {
    content: "\f247";
}

.fa-object-ungroup:before {
    content: "\f248";
}

.fa-sticky-note:before {
    content: "\f249";
}

.fa-sticky-note-o:before {
    content: "\f24a";
}

.fa-cc-jcb:before {
    content: "\f24b";
}

.fa-cc-diners-club:before {
    content: "\f24c";
}

.fa-clone:before {
    content: "\f24d";
}

.fa-balance-scale:before {
    content: "\f24e";
}

.fa-hourglass-o:before {
    content: "\f250";
}

.fa-hourglass-1:before,
.fa-hourglass-start:before {
    content: "\f251";
}

.fa-hourglass-2:before,
.fa-hourglass-half:before {
    content: "\f252";
}

.fa-hourglass-3:before,
.fa-hourglass-end:before {
    content: "\f253";
}

.fa-hourglass:before {
    content: "\f254";
}

.fa-hand-grab-o:before,
.fa-hand-rock-o:before {
    content: "\f255";
}

.fa-hand-stop-o:before,
.fa-hand-paper-o:before {
    content: "\f256";
}

.fa-hand-scissors-o:before {
    content: "\f257";
}

.fa-hand-lizard-o:before {
    content: "\f258";
}

.fa-hand-spock-o:before {
    content: "\f259";
}

.fa-hand-pointer-o:before {
    content: "\f25a";
}

.fa-hand-peace-o:before {
    content: "\f25b";
}

.fa-trademark:before {
    content: "\f25c";
}

.fa-registered:before {
    content: "\f25d";
}

.fa-creative-commons:before {
    content: "\f25e";
}

.fa-gg:before {
    content: "\f260";
}

.fa-gg-circle:before {
    content: "\f261";
}

.fa-tripadvisor:before {
    content: "\f262";
}

.fa-odnoklassniki:before {
    content: "\f263";
}

.fa-odnoklassniki-square:before {
    content: "\f264";
}

.fa-get-pocket:before {
    content: "\f265";
}

.fa-wikipedia-w:before {
    content: "\f266";
}

.fa-safari:before {
    content: "\f267";
}

.fa-chrome:before {
    content: "\f268";
}

.fa-firefox:before {
    content: "\f269";
}

.fa-opera:before {
    content: "\f26a";
}

.fa-internet-explorer:before {
    content: "\f26b";
}

.fa-tv:before,
.fa-television:before {
    content: "\f26c";
}

.fa-contao:before {
    content: "\f26d";
}

.fa-500px:before {
    content: "\f26e";
}

.fa-amazon:before {
    content: "\f270";
}

.fa-calendar-plus-o:before {
    content: "\f271";
}

.fa-calendar-minus-o:before {
    content: "\f272";
}

.fa-calendar-times-o:before {
    content: "\f273";
}

.fa-calendar-check-o:before {
    content: "\f274";
}

.fa-industry:before {
    content: "\f275";
}

.fa-map-pin:before {
    content: "\f276";
}

.fa-map-signs:before {
    content: "\f277";
}

.fa-map-o:before {
    content: "\f278";
}

.fa-map:before {
    content: "\f279";
}

.fa-commenting:before {
    content: "\f27a";
}

.fa-commenting-o:before {
    content: "\f27b";
}

.fa-houzz:before {
    content: "\f27c";
}

.fa-vimeo:before {
    content: "\f27d";
}

.fa-black-tie:before {
    content: "\f27e";
}

.fa-fonticons:before {
    content: "\f280";
}

.fa-reddit-alien:before {
    content: "\f281";
}

.fa-edge:before {
    content: "\f282";
}

.fa-credit-card-alt:before {
    content: "\f283";
}

.fa-codiepie:before {
    content: "\f284";
}

.fa-modx:before {
    content: "\f285";
}

.fa-fort-awesome:before {
    content: "\f286";
}

.fa-usb:before {
    content: "\f287";
}

.fa-product-hunt:before {
    content: "\f288";
}

.fa-mixcloud:before {
    content: "\f289";
}

.fa-scribd:before {
    content: "\f28a";
}

.fa-pause-circle:before {
    content: "\f28b";
}

.fa-pause-circle-o:before {
    content: "\f28c";
}

.fa-stop-circle:before {
    content: "\f28d";
}

.fa-stop-circle-o:before {
    content: "\f28e";
}

.fa-shopping-bag:before {
    content: "\f290";
}

.fa-shopping-basket:before {
    content: "\f291";
}

.fa-hashtag:before {
    content: "\f292";
}

.fa-bluetooth:before {
    content: "\f293";
}

.fa-bluetooth-b:before {
    content: "\f294";
}

.fa-percent:before {
    content: "\f295";
}

.fa-gitlab:before {
    content: "\f296";
}

.fa-wpbeginner:before {
    content: "\f297";
}

.fa-wpforms:before {
    content: "\f298";
}

.fa-envira:before {
    content: "\f299";
}

.fa-universal-access:before {
    content: "\f29a";
}

.fa-wheelchair-alt:before {
    content: "\f29b";
}

.fa-question-circle-o:before {
    content: "\f29c";
}

.fa-blind:before {
    content: "\f29d";
}

.fa-audio-description:before {
    content: "\f29e";
}

.fa-volume-control-phone:before {
    content: "\f2a0";
}

.fa-braille:before {
    content: "\f2a1";
}

.fa-assistive-listening-systems:before {
    content: "\f2a2";
}

.fa-asl-interpreting:before,
.fa-american-sign-language-interpreting:before {
    content: "\f2a3";
}

.fa-deafness:before,
.fa-hard-of-hearing:before,
.fa-deaf:before {
    content: "\f2a4";
}

.fa-glide:before {
    content: "\f2a5";
}

.fa-glide-g:before {
    content: "\f2a6";
}

.fa-signing:before,
.fa-sign-language:before {
    content: "\f2a7";
}

.fa-low-vision:before {
    content: "\f2a8";
}

.fa-viadeo:before {
    content: "\f2a9";
}

.fa-viadeo-square:before {
    content: "\f2aa";
}

.fa-snapchat:before {
    content: "\f2ab";
}

.fa-snapchat-ghost:before {
    content: "\f2ac";
}

.fa-snapchat-square:before {
    content: "\f2ad";
}

.sr-only {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    border: 0;
}

.sr-only-focusable:active,
.sr-only-focusable:focus {
    position: static;
    width: auto;
    height: auto;
    margin: 0;
    overflow: visible;
    clip: auto;
}


/* main css begins*/
:root {
    --filter-color: #DB3834;
}

body, div, aside, article, section, ul, ol {
    margin: 0;
    padding: 0;
}

html,
body {
    margin: 0px;
    padding: 0px;
    font-family: 'Rubik', rubik-fallback, sans-serif;
    font-size: 16px;
    line-height: 24px;
    background: #e9eef2;
    color: #666;
}

h1,
h2,
h3 {
    text-align: left;
}

h2 {
    font-weight: 600;
    font-size:  22px;
}

h3 {
    font-weight: 500;
    font-size: 19px;
}

a {
    color: #DB3834;
    text-decoration: none;
}

a:hover {
    text-decoration: underline;
}

i {
    color: #d9d9d9;
}

li {
    background-repeat: no-repeat;
    list-style: none;
    padding-left: 20px;
    background-position: 0 5px;
    margin-bottom: 4px;
}

.type_casino table#hptop5 li::before {
    border-color: transparent transparent transparent #5a688b;
}

.type_sport table#hptop5 li::before {
    border-color: transparent transparent transparent #00d5c6;
}

.type_poker table#hptop5 li::before {
    border-color: transparent transparent transparent #a5a09a;
}

li {
    background-image: url(../img/commons/list_arrow.svg);
}

li:last-child {
    margin-bottom: 0;
}

.clearfloat {
    clear: both;
    margin: 0 !important;
    padding: 0 !important;
}

.with_filter .title01 {
    padding-top: 0;
}

.title01 {
    display: block;
    color: #DB3834;
    font-size: 22px;
    line-height: 28px;
    padding: 15px 5px 10px;
    font-weight: 600;
    margin: 0 0 10px;
    border-bottom: 1px #efefef solid;
    text-align: left !important;
}

.title01.nobottomline {
    border: none;
}

div#top5wrapper_position {
    margin: 0;
}

div#top5wrapper.fixed {
    position: fixed;
    top: 10px;
}

div.top5right .title01 {
    margin: 0;
}

div.top5right>div {
    padding: 0 10px;
}

.title01 i {
    margin-right: 8px;
    font-size: 25px;
    vertical-align: middle;
}

.title02 {
    font-weight: 700;
    font-size: 18px;
    margin-bottom: 10px;
    display: block;
}

.title02 a {
    color: inherit;
}

.button01 {
    display: block;
    font-size: 14px;
    line-height: 1;
    font-weight: 700;
    text-align: center;
    background: #DB3834;
    border-radius: 3px;
    color: #fff;
    padding: 13px 10px;
    min-width: 80px;
    border: none;
    cursor: pointer;
    text-transform: uppercase;
    max-width: 400px;
    margin: 0 auto;
    width: 100%;
}

.h-form__btn.button01{
    background: #0BE9CB;
    color: #485578;
}

.h-form__btn.hpbutton{
    background: #0BE9CB;
    color: #485578;
    line-height: 1;
    font-weight: 700;
    text-align: center;
    border-radius: 3px;
    padding: 13px 10px;
    min-width: 80px;
    cursor: pointer;
    text-transform: uppercase;
}

.button01:hover {
    text-decoration: none;
}

.h-form__btn.hpbutton:hover{
    background: #1FCFB8;
}

.fgx .button01 {
    width: auto;
}

.button02 {
    display: block;
    background: #DB3834;
    color: #fff;
    font-size: 20px;
    border-radius: 3px;
    padding: 8px 40px;
    font-weight: 700;
    vertical-align: top;
    margin-top: 20px;
    text-transform: uppercase;
    box-sizing: border-box;
}

.button02 i {
    font-size: 20px !important;
    margin: 0 0 0 7px!important;
    color: #fff;
}

.button02:hover {
    text-decoration: none;
}

div.ctabox {
    background: #DB3834;
    color: #fff;
    cursor: pointer;
    border-radius: 3px;
    font-weight: 700;
    font-size: 15px;
    line-height: 22px;
    text-align: center;
    padding: 10px 30px;
    margin: 20px auto;
    width: min(100%, 400px);
    box-sizing: border-box;
}

div.ctabox a {
    color: inherit;
}

div.ctabox:hover a {
    text-decoration: underline;
}

.button-review {
    display: block;
    font-size: 13px;
    color: #666;
}

.top-block .button-review {
    display: none;
    font-size: 13px;
    color: #666;
}

.button-review:hover {
    text-decoration: none;
}

.button-review i {
    margin-right: 5px;
    color: #d9d9d9;
}

div.header {
    margin: 0;
    height: 196px;
    margin-bottom: 75px;
    min-width: 1015px;
}

#header {
    height: 196px;
    top: 0;
    width: 100%;
    position: absolute;
    min-width: 1015px;
    text-align: center;
}

#header .logo {
    display: block;
    height: 140px;
    margin: 0 auto;
}


body.x2960 #header .logo,
body.ssw #header .logo
{
    margin: 28px auto;
}


#header a {
    text-decoration: none;
    color: #666;
}

#header i {
    font-size: 38px;
}

#header .header_wrapper {
    margin: 0;
    display: inline-block;
    width: 1015px;
    height: 258px;
    text-align: center;
    position: relative;
}

#header .header_wrapper form,
#header .header_wrapper .searchbox > svg{
    position: absolute;
    right: 1.5rem;
    top: 22.5%;
    overflow: hidden;
}

#header .header_wrapper .searchbox > input {
    display: block;
    padding: 8.5px 35px 8.6px 10px;
    font-size: 14px;
    width: 180px;
    max-width: 100%;
    box-sizing: border-box;
    border: none;
    border-radius: 5px;
    color: #fff;
    font-family: 'Rubik', rubik-fallback, sans-serif;
    outline: none !important;
    background: rgba(255, 255, 255, .3);
}

#header .header_wrapper .searchbox > input::placeholder,
.mobile-searchbox > input::placeholder{
    color: rgba(255,255,255,.5);
}

#header .header_wrapper .searchbox:after {
    content: "";
    position: absolute;
    height: 35.5px;
    width: 35px;
    background: #fff;
    border-radius: 0 5px 5px 0;
    right: 0;
    top: 0;
    z-index: 0;
}

#header .header_wrapper .searchbox > svg {
    right: 0;
    top: 0;
    height: 20px;
    padding: 0.5rem 0.45rem;
    cursor: pointer;
    z-index: 1;
}

#header .header_wrapper .searchbox > svg .cls-1,
#header .searchbox > svg .cls-1{
    fill: var(--filter-color) !important;
}

#header .header_wrapper>ul.nav {
    display: inline-flex;
    margin: 10px 0 0;
    align-items: flex-end;
}

#header .header_wrapper>ul.nav>li {
    font-size: 24px;
    display: inline-block;
    overflow: visible;
    line-height: 40px;
    vertical-align: top;
    margin: 0;
    height: 46px;
    padding: 0;
    font-weight: 400;
    background: none;
}

#header .header_wrapper>ul.nav>li>a {
    display: block;
    color: #fff;
    height: 40px;
    margin-top: 6px;
    border-top-left-radius: 4px;
    border-top-right-radius: 4px;
}

#header .header_wrapper>ul.nav>li>table {
    display: none;
    width: 1014px;
}

#header .header_wrapper>ul.nav>li.active>a,
#header .header_wrapper>ul.nav>li.hover>a {
    background: #fff;
    margin-top: 0;
    color: #DB3834;
    height: 46px;
    line-height: 46px;
}

#header .header_wrapper>ul.nav>li.nohover>a {
    color: #fff;
    height: 40px;
    margin-top: 6px;
}

#header .header_wrapper>ul.nav>li.active>table {
    display: table;
}

#header .header_wrapper>ul.nav>li.hover>table {
    display: table;
}

#header .header_wrapper>ul.nav>li.nohover table {
    display: none;
}

#header .header_wrapper>ul.nav>li>table td {
    padding: 11px 0;
    background: #fff;
    min-width: 110px;
}

#header .header_wrapper>ul.nav>li>table td a {
    display: block;
    color: #9ba3a2;
    font-size: 15px;
    border-right: 1px #ecedef solid;
    font-weight: 400;
}

#header .header_wrapper>ul.nav>li>table td:last-of-type a {
    border-right: none;
}

#header .header_wrapper>ul.nav>li>table td.active a,
#header .header_wrapper>ul.nav>li>table td a:hover {
    color: #d25f5c;
}

#header .header_wrapper>ul.nav>li>table tr td:first-child {
    width: 70px;
    padding: 5px 0 0;
    border-bottom-left-radius: 3px;
    min-width: 0;
}

#header .header_wrapper>ul.nav>li>table tr td:last-child {
    border-bottom-right-radius: 3px;
    width: 130px;
}

#header .header_wrapper> .x2964.nav>li>table tr td:last-child {
    border-bottom-right-radius: 3px;
    width: auto !important;
}

#header .header_wrapper>ul.nav>li:nth-child(1) {
    width: 200px;
}

#header .header_wrapper>.x2964.nav>li:nth-child(1) {
    width: 330px;
}

#header .header_wrapper>ul.nav>li:nth-child(2) {
    width: 130px;
}

#header .header_wrapper>ul.nav>li:nth-child(3) {
    width: 130px;
}

#header .header_wrapper>ul.nav>li>table {
    position: absolute;
    left: 0%;
}

#footer {
    width: 1015px;
    margin: 0 auto;
    text-align: center;
    clear: both;
    font-size: 12px;
    line-height: 18px;
    padding: 20px 0 40px;
    background: #e9eef2;
    border-top: 1px solid #fff;
}

#footer div {
    margin: 10px;
}

.footer_legal_pages{
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    justify-content: center;
}
.footer_legal_pages a{
    margin-right: 25px;
    padding-top: 16px;
}

.footer-disclaimer {
    justify-content: center;
    font-size: 12px;
    text-decoration: none;
    margin-bottom: 10px;
}

.wrapper {
    max-width: 1015px;
    margin: 0 auto;
    padding: 0 10px;
    display: grid;
    grid-template-areas: "breadcrumb breadcrumb" "blockedtops blockedtops" "allpart allpart" "review_title review_title" "leftpart rightpart";
    gap: 0 20px;
    grid-template-columns: 680fr 315fr;
}

.wrapper .allpart {
    grid-area: allpart;
}

.wrapper .leftpart {
    grid-area: leftpart;
    width: 680px;
}

.wrapper .hpmain {
    grid-area: hpmain;
    width: 680px;
}

.wrapper .rightpart {
    grid-area: rightpart;
    width: 315px;
    display: flex;
    flex-direction: column;
}

.wrapper .leftpart>div:not(.filter__container):not(.filters__base_container):not(.withcustombg),
.wrapper .rightpart>div:not(.filter__container):not(.filters__base_container):not(.withcustombg),
.wrapper .hpmain>div:not(.filter__container):not(.filters__base_container):not(.withcustombg) {
    background: #fff;
    border-radius: 3px;
    margin: 0;
    display: inline-block;
    margin: 0 0 20px;
    width: 100%;
}

.wrapper .allpart>div {
    background: #fff;
    border-radius: 3px;
    margin: 0 0 20px;
    display: inline-block;
    width: 100%;
}

div#breadcrumb {
    grid-area: breadcrumb;
    margin: 0 0 15px;
    font-size: 13px;
    padding: 0;
}

div#breadcrumb ol {
    list-style: none;
    margin: 0;
    padding: 0;
}

div#breadcrumb li {
    display: inline;
    background: none;
    padding: 0;
}

div#breadcrumb li:not(:first-child):before {
    content: ">";
}

div#breadcrumb li:last-child a {
    color: inherit;
}

div#breadcrumb li:last-child a:hover {
    text-decoration: none;
}

.wrapper .leftpart,
.wrapper .hpmain,
.wrapper .allpart {
    display: flex;
    flex-direction: column;
}

div.inner {
    margin: 0 15px;
    padding-bottom: 5px;
}

div.info li span {
    margin-left: 5px;
}

table#hptop5 {
    width: 100%;
}

table#hptop5 td {
    border-top: 1px #efefef solid;
    padding: 15px 0;
}

table#hptop5 span {
    margin: 10px 0 0;
    display: block;
}

table#hptop5 td.bts {
    padding-top: 30px;
    padding-left: 10px;
    padding-right: 10px;
}

table#hptop5 tr:first-child td {
    border-top: none;
}

table#hptop5 tr td:first-child {
    width: 195px;
    position: relative;
}

table#hptop5 img.blogo {
    width: 190px;
    height: 76px;
    border-radius: 5px;
    margin: 0 5px 0 0;
}

table#hptop5 span {
    margin: 0;
}

table#hptop5 li {
    font-size: 14px;
    padding-left: 0;
    background: none;
}

table#hptop5 li::before {
    content: '';
    display: inline-block;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 4px 0 4px 4px;
    border-color: transparent transparent transparent #00d5c6;
    margin: 0 5px 1px 0;
}

table#quote td {
    padding: 20px 0;
}

table#quote td.t {
    font-size: 16px;
    font-style: italic;
    line-height: 24px;
    font-weight: 400;
    padding: 40px 10px;
}

table#quote i {
    font-size: 52px;
    margin: 5px;
}

table#quote tr td:first-child {
    vertical-align: top;
}

table#quote tr td:last-child {
    vertical-align: bottom;
}

div.maintext {
    margin-bottom: 20px;
    padding-bottom: 20px;
    padding-top: 10px;
}

div.maintext p {
    margin-bottom: 15px;
    text-align: left;
}

div.maintext h2 {
    margin-bottom: 15px;
    margin-top: 15px;
    font-weight: 700;
    font-size: 22px;
    line-height: 24px;
}

div.maintext h3 {
    margin-bottom: 12px;
    margin-top: 12px;
    font-weight: 700;
    font-size: 19px;
}

div.maintext ul {
    margin-bottom: 15px;
    margin-top: 10px;
    margin-left: 20px;
}

div.maintext .button02 {
    width: min(100%, 400px);
    margin: 10px auto 20px;
    text-align: center;
}

div.maintext table {
    width: 100%;
    margin-bottom: 20px;
    border: 1px #e9eef2 solid;
}

div.maintext table th {
    color: var(--table_header_text_color);
    padding: 5px 10px;
    font-weight: 500;
}

body.parierc div.maintext table th,
body.pebc div.maintext table th,
body.paccac div.maintext table th
{
    color: #fff;
}

div.maintext table td {
    border-right: 1px #fff solid;
    border-left: 1px #fff solid;
    padding: 5px;
}

div.maintext table:not(.bonuslist) tr:nth-child(even) {
    background: var(--table_tr_alt_color);
}

div.maintext table:not(.bonuslist) th {
    background: var(--table_header_color) !important;
}

div.maintext div.list1 {
    border: 1px #d9d9d9 solid;
    padding: 20px;
    margin-bottom: 15px;
}

div.maintext div.list1 img {
    width: 190px;
    height: 90px;
    vertical-align: top;
    border: 1px #d9d9d9 solid;
    border-radius: 2px;
    margin-right: 20px;
    margin-top: 2px;
}

div.maintext div.list1>div {
    vertical-align: top;
    margin-bottom: 20px;
}

div.maintext div.list1>div div {
    width: 390px;
    display: inline-block;
}

div.maintext span.dt,
.hpnews span.dt {
    font-size: 12px;
    margin-bottom: 5px;
    display: block;
    line-height: 12px;
    color: #1fcfb8;
    font-weight: 700;
}

.dt-homepage {
    font-size: 13px;
    display: block;
    line-height: 12px;
    color: #1fcfb8;
    font-weight: 700;
    margin: 0px 20px 15px 20px
}

div.maintext span.title02 {
    margin-bottom: 5px;
    display: block;
    font-weight: 500;
}

div.maintext div.list1 a.more {
    float: right;
    font-size: 16px;
}

div.maintext div.list1 a.more i {
    color: inherit;
    margin-right: 5px;
}

.bts {
    text-align: center;
}

.wrapper .rightpart>div.monthly {
    border-radius: 3px;
    display: block;
    padding: 10px;
    box-sizing: border-box;
}

.monthly__title {
    padding: 0 6px;
}

.monthly__title .title01 {
    margin-bottom: 8px;
    padding: 0 5px 5px 0;
    font-size: 20px;
}

.monthly__title .title01,
.monthly__title .title01 i {
    color: #ffffff;
}

.monthly__content {
    background-color: #fff;
    border-radius: 3px;
    padding: 21px 10px 15px 10px;
}

.m-operator__header {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 4px;
}

.m-operator__logo {
    flex: 0 0 auto;
    display: block;
    margin: 0 10px;
}

.m-operator__logo>img {
    width: 80px;
    height: 80px;
    border-radius: 50%;
    vertical-align: top;
}

.m-operator__funcs {
    flex: 0 0 auto;
    text-align: center;
    margin: 0 10px;
}

.m-operator__funcs .button01 {
    min-width: 95px;
    padding: 10px;
}

.m-operator__funcs .button-review {
    font-size: 16px;
    line-height: 1;
}

.m-operator__funcs .button-review i {
    margin: 9px 7px 0 0;
}

.m-operator__text {
    font-size: 13px;
    line-height: 18px;
    margin: 20px auto 0;
    width: max-content;
    max-width: 100%;
}

.m-operator__text p:last-child {
    margin-bottom: 0;
}

div.hpnews span.imgspan {
    width: 60px;
    height: 55px;
    border-right: 5px;
    display: inline-block;
    float: left;
    margin: 0 15px 10px 0;
    border-radius: 2px;
}

div.hpnews a.tt {
    display: block;
    color: inherit;
    font-size: 14px;
    margin: 0 3px 0 0;
    line-height: 18px;
}

div.hpnews p {
    text-align: right;
    font-size: 10px;
}

div.hpnews>div {
    margin-top: 10px;
    clear: both;
    display: inline-block;
    width: 100%;
}

div.facebookwidget iframe {
    margin-left: 2px;
}

div.newsletter input#newsletterNameInput,
div.newsletter input#newsletterTextInput {
    display: block;
    padding: 7px 10px;
    font-size: 15px;
    width: 261px;
    border: 1px #dedede solid;
    border-radius: 3px;
    margin-bottom: 10px;
}

form#newsletterForm {
    margin-top: 10px;
}

form#newsletterForm .newsletterTextInputname,
form#newsletterForm .newsletterTextInputemail {
    display: block;
    padding: 7px 10px;
    font-size: 16px;
    width: 100%;
    max-width: 100%;
    box-sizing: border-box;
    border: 1px #dedede solid;
    border-radius: 3px;
    margin-bottom: 10px;
    color: #666;
}

form#newsletterForm input#newslettersubmit {
    margin: 15px auto;
}

#mnav {
    margin-top: 26px;
}

#mnav table {
    width: 100%;
}

#mnav table td {
    padding: 11px 0;
    background: #fff;
    min-width: 110px;
    line-height: 40px;
}

#mnav table td a {
    display: block;
    color: #9ba3a2;
    font-size: 15px;
    border-right: 1px #ecedef solid;
}

#mnav table td:last-of-type a {
    border-right: none;
}

#mnav table td.active a,
#mnav table td a:hover {
    color: #d25f5c;
}

#mnav table tr td:first-child {
    width: 70px;
    padding: 5px 0 0;
    border-bottom-left-radius: 3px;
    min-width: 0;
}

#mnav table tr td:last-child {
    border-bottom-right-radius: 3px;
}

div#rvtop {
    display: grid;
    grid-template-areas: "logo h1" "logo bonus" "logo button";
    grid-template-columns: minmax(250px, 1fr) 2fr;
    align-items: center;
    grid-template-rows: auto;
    padding: 10px 15px 15px;
    box-sizing: border-box;
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    box-shadow: 0px 5px 10px 0px rgba(0, 0, 0, 0.21);
}

div#rvtop .rvtop_left {
    grid-area: logo;
    display: flex;
    min-height: 253px;
    flex-direction: column;
    align-items: center;
}

div#rvtop .title01 i {
    color: #666;
}

div#rvtop h1 {
    grid-area: h1;
    border: none;
    padding: 0;
    margin: 0;
    font-size: 17px;
    line-height: 1.2;
    font-weight: 700;
}

div#rvtop .bonus {
    grid-area: bonus;
    font-size: 20px;
    font-weight: 700;
}

div#rvtop .vlink {
    grid-area: button;
}

div#rvtop .button02 {
    max-width: 350px;
    text-align: center;
    box-sizing: border-box;
    margin: 0;
}

div.star-rating {
    text-align: center;
}

div.star-rating .bg {
    width: 160px;
    vertical-align: middle;
    margin: 10px 0;
    height: 30px;
    display: inline-block;
    background: url(../img/commons/stars.png) left bottom;
    cursor: pointer;
    overflow: hidden;
}

div.star-rating .bg div {
    background: url(../img/commons/stars.png);
    width: 160px;
    height: 30px;
}

div#rvtop div.star-rating {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: flex-start;
}

div.info ul {
    list-style: none;
    font-size: 14px;
}

div.info ul b {
    font-size: 15px;
}

div.info ul li {
    border-bottom: 1px #efefef solid;
    padding: 7px 0;
    background: none;
}

div.info ul li:last-of-type {
    border-bottom: none;
}

div.info img {
    vertical-align: middle;
    margin-right: 10px;
}

div.banking ul li {
    display: inline-block;
    background: none;
    width: 40px;
    height: 24px;
    margin: 0 8px;
}

table#top5right {
    width: 100%;
    max-width: 500px;
    margin: 0 auto;
}

table#top5right td {
    border-bottom: 1px #efefef solid;
    padding: 10px 1px;
}

table#top5right tr:last-child td {
    border-bottom: none;
}

table#top5right td.i {
    width: 52px;
}

table#top5right td.i .title02 {
    font-size: 12px;
    font-weight: 400;
    line-height: normal;
    margin: 0 0 0 2px;
}

table#top5right td.bts .button01 {
    display: block;
    width: 80px;
    padding: 6px 2px;
    margin: 0 auto;
}

table#top5right img {
    width: 45px;
    height: 45px;
    border-radius: 50%;
    display: block;
    margin: 0 auto;
}

#hptop5 .button01 {
    max-width: 200px;
    margin: 0 auto 5px;
}

div.listofarticles span.imgspan {
    width: 150px;
    height: 110px;
    margin: 16px 30px 0 30px;
    vertical-align: top;
    border-radius: 3px;
}

div.listofarticles div.i {
    width: 430px;
    display: inline-block;
}

div.listofarticles div.i span {
    font-size: 12px;
}

div.listofarticles>div {
    border-bottom: 1px #efefef solid;
    padding: 10px 0;
    clear: both;
    display: flex;
}

div.listofarticles>div:last-of-type {
    border-bottom: none;
}

body[data-page-type="newsindex"] div.listofarticles a img {
    object-fit: cover;
}

div#sistersw {
    background: none;
    margin-top: 20px;
    margin-bottom: 30px;
}

div#sistersw p {
    margin: 0 0 0 10px;
    font-size: 14px;
}

div#sistersw p:not(:last-of-type) {
    font-weight: 700;
    font-size: 14px;
    margin-bottom: 5px;
}

div#sistersw ul {
    padding: 0 0 0 10px;
}

div#sistersw li {
    display: inline-block;
    background: url(../img/others/t-red.png) 0 4px no-repeat;
    margin: 0 15px 8px 0;
    padding-left: 8px;
    line-height: 15px;
}

div#sistersw>div {
    margin: 10px 0 !important;
}

#sistersw ul li.h {
    display: none;
}

table.bonuslist {
    width: 100%;
    border-collapse: collapse;
    contain: content;
}

table.bonuslist td {
    padding: 5px 3px;
}

table.bonuslist tr {
    background: none;
    border-bottom: 1px #eee solid;
    padding: 10px 0;
    contain: content;
}

table.bonuslist tr:last-of-type td {
    border-bottom: none;
}

table.bonuslist img {
    width: 60px;
    height: 60px;
    border-radius: 50%;
    display: block;
    margin: 0 auto;
    max-width: none;
}

table.bonuslist td.bts {
    width: 100px;
    padding: 0 10px;
}

table.bonuslist td.lg {
    width: 50px;
}

table.bonuslist td.i {
    width: 125px;
    font-size: 16px;
    line-height: 16px;
    overflow: hidden;
}

table.bonuslist td.i span {
    max-width: 200px;
    display: block;
}

table.bonuslist td.i .title02 {
    display: block;
    font-size: 16px;
    font-weight: 500;
    margin-bottom: 5px;
}

table.bonuslist td.b {
    width: 125px;
}

table.bonuslist td.no {
    padding: 0 3px;
    text-align: center;
    font-weight: 400;
    font-size: 16px;
    width: 20px;
}

table.bonuslist td.no span {
    display: inline-block;
}

table.bonuslist td.b>div,
table#top5right td.b>div {
    display: flex;
    align-items: center;
}

table#top5right td.b>div {
    margin: 0 2px 0 0;
}

table.bonuslist td.b div.abg,
table#top5right td.b div.abg {
    background: #eee;
    padding: 0 5px;
    border-radius: 3px;
    text-align: center;
    margin-left: -1px;
    width: 100%;
}

table#top5right td.b div.abg {
    padding: 3px;
    font-size: 12px;
    line-height: 18px;
    min-width: 75px;
}

table.bonuslist td.b div.abg a,
table#top5right td.b div.abg a {
    color: inherit;
    text-decoration: inherit;
}

table.bonuslist td.b div.abg a:hover p,
table#top5right td.b div.abg a:hover p {
    text-decoration: none;
}

table.bonuslist td.b i {
    font-size: 22px;
    color: #eee;
    line-height: 60px;
    vertical-align: top;
}

table.bonuslist td.b span {
    margin-top: 5px;
    display: inline-block;
    font-size: 13px;
}

table.bonuslist td.b p {
    text-transform: uppercase;
}

table.bonuslist td.no1 span,
table.bonuslist td.no2 span,
table.bonuslist td.no3 span {
    display: none;
}

table.bonuslist td.no1,
table.bonuslist td.no2,
table.bonuslist td.no3 {
    background-repeat: no-repeat;
    background-position: center;
    width: 20px;
    height: 36px;
}

table.bonuslist td.no1 {
    background-image: url(../img/others/1.png);
}

table.bonuslist td.no2 {
    background-image: url(../img/others/2.png);
}

table.bonuslist td.no3 {
    background-image: url(../img/others/3.png);
}

table.bonuslist td.cote span {
    font-size: 13px;
    color: #fff;
    display: inline-block;
    width: 40px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    background: #1fcfb8;
    border-radius: 2px;
    font-weight: 700;
}

table.bonuslist td.des {
    width: 200px;
}

table.bonuslist td.des span {
    font-size: 20px;
    color: #666;
    font-weight: 700;
}

table.bonuslist .button01 {
    width: auto;
}

table.bonuslist p.title02,
table#top5right p.title02 {
    text-align: center;
    font-weight: 500;
}

table#top5right p.title02 {
    font-size: 17px;
    margin: 0;
    padding: 3px;
    min-height: 35px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

table.bonuslist p.title02 span,
table#top5right p.title02 span {
    font-weight: normal;
    text-transform: none;
    font-size: 13px;
    line-height: 15px;
    margin-top: 0;
    display: block;
}

table#top5right p.title02 span {
    font-size: 12px;
    margin: 3px 0 0;
}

table.bonuslist.pro td.cote {
    text-align: center;
    min-width: 100px;
}

table.bonuslist.pro tr {}

table.bonuslist.pro td.bts {
    padding: 10px 20px;
}

table.bonuslist.pro td.b {}

table.bonuslist.pro td.i {
    width: auto;
}

div.pronostics table.bonuslist {
    margin: 0;
}

.ribbon {
    position: absolute;
    top: 3px;
    left: -35px;
    z-index: 100;
    background: #eeb700;
    box-shadow: 0px 2px 0px 0px rgba(234, 238, 241, 1);
    border-radius: 0 2px 2px 0;
}

.ribbon::before {
    position: absolute;
    top: 100%;
    left: 0;
    content: '';
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 0 18px 9px 0;
    border-color: transparent #af8100 transparent transparent;
}

.ribbon a {
    text-align: center;
    box-sizing: border-box;
    min-width: 150px;
    display: block;
    text-decoration: none;
    font-size: 13px;
    line-height: 14px;
    font-weight: 500;
    color: #fff;
    padding: 2px 5px 2px 5px;
    text-shadow: 0px 1px 0px rgba(175, 129, 0, 0.75);
}

.freegames {
    vertical-align: bottom;
}

.freegames .title02 {
    margin: 15px 0 20px 10px;
}

.freegames .title02 i {
    color: #666;
    font-size: 20px;
    margin-right: 5px;
}

div.imgintxt {
    display: block;
    max-width: 100%;
    clear: both;
}

div.imgintxt img {
    display: block;
    max-width: 100%;
    margin: 0 auto;
}

div.imgintxt div {
    float: none;
    text-align: center;
    border: 1px #ccc solid;
    padding: 5px;
    margin: 5px auto 0;
    box-sizing: border-box;
    line-height: 15px;
}

div.floatleft {
    float: left;
    margin: 8px 10px 5px 0;
}

div.floatright {
    float: right;
    margin: 8px 0 5px 10px;
}

div.floatnone,
div.forcefloatnone {
    float: none;
    margin: 5px auto 10px;
}

div.forcefloatnone img {
    height: auto !important;
}

.forcefloatnone.fullonmobile img {
    width: 100% !important;
}

.forcefloatnone.fullonmobile div {
    width: 100%;
    max-width: none !important;
}

div.banners img {
    width: 100%;
}

div.quote {
    border-top: 1px #eee solid;
    border-bottom: 1px #eee solid;
    padding: 20px;
    margin: 20px 0;
    line-height: 20px;
    font-size: 15px;
    font-weight: 500!important;
    font-style: italic;
}

span.newspl {
    float: left;
    text-align: center;
    margin: 10px 20px 5px 5px;
    font-style: italic;
    line-height: 20px;
    border-bottom: 1px #eee solid;
    padding-bottom: 5px;
    font-weight: 700;
}

.pronosticsindex {
    vertical-align: top;
}

.pronosticsindex>div {
    padding: 20px 0;
}

.pronosticsindex img {
    width: 280px;
    height: 225px;
    vertical-align: top;
    display: inline-block;
}

.pronosticsindex .i {
    width: 365px;
    display: inline-block;
}

.pronosticsindex .i a {
    color: #666;
}

div.tablecon {
    width: 100%;
    overflow: auto;
    margin-bottom: 20px;
}

div.tablecon table {
    margin: 0;
}

div.tree ul {
    margin-left: 20px;
    list-style: none;
    margin-top: 10px;
}

div.tree ul a {
    color: #666;
    display: inline-block;
}

div.tree i {
    display: inline-block;
    cursor: default;
    padding: 3px 5px;
}

div.tree>ul>li>a {
    font-weight: 500;
    width: 320px;
}

div.tree>ul>li>ul>li>a {
    width: 288px;
}

div.tree>ul>li>ul>li>ul>li>a {
    width: 275px;
}

div.tree>ul>li ul {
    display: none;
}

div.tree>ul>li ul li {
    margin: 0 0 8px;
    font-size: 13px;
    line-height: 18px;
    background-position: 0 5px;
}

div.tree>ul>li {
    border-top: 1px #ddd solid;
    padding-top: 5px;
    padding-bottom: 5px;
    background-position: 0 13px;
    margin: 0;
}

div.tree>ul>li:last-child {
    border-bottom: 1px #ddd solid;
}

div.pronostics div.mainimg {
    width: 650px;
    height: 365px;
    margin: 0 auto 20px;
    max-width: 100%;
}

div.pronostics .table1 td {
    padding: 10px 10px;
    font-size: 16px;
    font-weight: 700;
}

div.pronostics .table1 td.trophy i {
    color: #ffc600;
    font-size: 16px;
    margin-right: 5px;
}

div.pronostics .table1 tr td:first-child {
    width: 150px;
    font-weight: normal;
}

div.pronostics div.img {
    width: 200px;
    height: 200px;
    margin: 0 10px 0 5px;
    float: left;
    border: 1px #eee solid;
}

div.pronostics div.v {
    text-align: center;
    margin: 20px 0;
}

div.pronostics div.v i {
    font-size: 24px;
    vertical-align: baseline;
}

div.pronostics div.v span {
    max-width: 500px;
    display: inline-block;
    margin: 0 10px;
    text-align: center !important;
}

div#votesum {
    font-size: 12px;
    text-align: center;
    order: 1;
}

div#voteinfo {
    text-align: center;
    margin: 10px 0;
    order: 2;
}

.vote_frac {
    font-size: 30px;
    line-height: 1;
    color: #6a6a6a;
}

.vote_frac span {
    font-weight: 700;
}

div.freegame div.star-rating {
    width: auto;
    margin-bottom: 10px;
    margin-left: 5px;
}

div.freegame div.star-rating div.bg {
    margin-right: 10px;
}

div.freegame div#voteinfo {
    display: inline-block;
    margin-left: 20px;
}

#fgitem {
    width: 100%;
}

#fgitem div.iframe {
    position: relative;
    overflow: hidden;
    width: 100%;
    padding-top: 75%;
}

#fgitem div.iframe iframe {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    width: 100%;
    height: 100%;
}

#fgbanner {
    height: 95px;
    background: url(../img/others/fbbg.png) repeat-x;
    max-width: 100%;
    display: flex;
    align-items: center;
    padding: 5px 0 0;
}

#fgbanner img {
    width: 150px;
    height: 60px;
    margin: 0 15px;
}

#fgbanner span {
    font-size: 16px;
    color: #f7f7f7;
    width: 160px;
    font-weight: 700;
    flex-grow: 1;
    text-align: center;
}

#fgbanner a {
    width: 260px;
    margin: 0 20px;
    padding: 15px 10px;
}

#fgbanner a:hover {
    background-image: none;
    color: #FFF !important;
    text-decoration: none;
}

.excerpt1 {
    font-size: 16px;
    background: #999;
    padding: 15px 20px 20px;
    margin: 20px 0 20px 30px;
    color: #fff;
    border-left: #000 3px solid;
    text-align: left;
}

img.gameicon {
    width: 280px;
    height: 225px;
    float: left;
}

span.coted {
    font-size: 14px;
    font-weight: normal;
}

div#pronosticshp div.pn {
    width: 185px;
    overflow: hidden;
    line-height: 17px;
    min-height: 40px;
    padding-left: 100px;
    display: flex;
    align-items: center;
    border: 1px #d9d9d9 solid;
    border-radius: 2px;
    background-size: 86px 100%;
}

div#pronosticshp.fr div.pn {
    background: #e8eef2 url(../img/others/prbg.jpg) no-repeat;
    background-size: contain;
}

div#pronosticshp.de div.pn {
    background: #e8eef2 url(../img/others/prbg_de.jpg) no-repeat;
    background-size: contain;
}

div#pronosticshp.pt div.pn {
    background: #e8eef2 url(../img/others/prbg_pt.jpg) no-repeat;
    background-size: contain;
}

div#pronosticshp.es div.pn {
    background: #e8eef2 url(../img/others/prbg_es.jpg) no-repeat;
    background-size: contain;
}

div#pronosticshp p {
    text-align: left;
    font-size: 14px;
    color: #666;
    margin: 15px 0 20px;
}

div#pronosticshp .button01 {
    margin: 20px auto;
}

div.maintext table a.pp {
    color: inherit;
    text-decoration: underline;
}

div.maintext table a.pp:hover {
    text-decoration: none;
}

a.pronosticshpbutton01 {
    font-size: 15px;
    text-transform: uppercase;
    font-weight: 500!important;
    padding: 8px 5px;
}

table#sportodds {
    width: 100%;
    margin: 0 0 15px 0;
    border: 1px #ccc solid;
}

table#sportodds th {
    font-size: 12px;
    padding: 5px 0;
}

table#sportodds td {
    font-size: 12px;
    padding: 5px 0;
    text-align: center;
}

table#sportodds tr td:first-child {
    text-align: left;
    padding-left: 5px;
    font-size: 12px;
}

.list1h {
    display: flex;
    flex-wrap: wrap;
}

.list1h>div {
    width: 200px;
    margin: 0 7px 20px;
    text-align: center;
}

.list1h>div img {
    width: 200px;
    height: 100px;
    height: auto;
}

.list1h .title02 {
    line-height: 16px;
}

.list1h .title02 a {
    font-size: 14px;
    color: #666;
}

.list1h .dt {
    font-weight: 700;
}

#newsnav {
    text-align: center;
    margin: 20px 0;
    background: #ccc;
    padding: 15px;
}

#newsnav a {
    display: inline-block;
    margin: 0 2px;
    padding: 5px 10px;
}

#newsnav span.pn-status span {
    display: inline-block;
    margin: 0 2px;
    padding: 5px 10px;
}

.country-selector {
    display: inline-block;
    border: 1px solid #c9c9c9;
    border-radius: 5px;
    animation-delay: padding;
    background-clip: padding-box;
    background-color: #fff;
    z-index: 10;
    text-align: center;
    font-size: 12px;
    margin: 16px 0 0 5px !important;
    height: 24px;
    vertical-align: middle;
}

.countries {
    display: none;
    float: left;
    width: 120px;
    height: 24px;
    overflow: hidden;
}

.countries li {
    display: block;
    float: left;
    background-image: none;
    padding: 0;
    margin-bottom: 0;
}

.countries a {
    display: block;
    padding: 5px 4px;
}

.countries a:hover {
    background-color: #c9c9c9;
}

.countries a span {
    display: block;
    margin: 0 auto;
}

.country-selected {
    display: block;
    cursor: pointer;
    margin: 5px 4px 5px 8px;
    float: left;
}

.country-selected > span,
.country-item > span {
    display: block;
    margin: 0 auto;
    width: 16px;
    height: 14px;
    background-image: url(../img/others/countries.svg);
    background-repeat: no-repeat;
}

a.country_ca_fr span {
    background-position: 1px 2px;
}

a.country_be_fr span {
    background-position: 1px -12px;
}

a.country_ch_fr span {
    background-position: 1px -26px;
}

a.country_ch_de span {
    background-position: 1px -40px;
}

a.country_pe_es span {
    background-position: 1px -54px;
}

a.country_br_pt span {
    background-position: 1px -68px;
}

.country-selected img {
    display: block;
    margin: 0 auto;
}

.country-drop {
    display: block;
    padding: 7px 10px 7px 3px;
    line-height: 0;
    float: left;
}

.country-drop > span {
    display: inline-block;
    width: 9px;
    height: 10px;
    background-image: url(../img/others/c-arrow.svg);
}

.country-drop img {
    display: block;
    margin: 0 auto;
}

#stkhidden {
    display: none;
}

#stk {
    position: fixed;
    z-index: 2;
    top: 0;
    left: 0;
    width: 100%;
    padding: 5px 0;
    text-align: center;
    display: none;
    color: #fff;
    font-weight: 400;
    box-shadow: 0 1px 3px rgba(0, 0, 1, .5);
}

.dv_mobile #stk {
    bottom: 0;
    top: auto;
    padding: 20px 0;
}

#stk .button02 {
    display: inline-block;
    width: auto;
    min-width: 100px;
    margin: 0;
    height: 32px;
    line-height: 30px;
    font-weight: 700;
    text-transform: none;
    padding: 0 10px;
    font-size: 16px;
}

#stk .button02 i {
    vertical-align: middle;
}

#stk .button02:hover {
    text-decoration: underline;
    background: #DB3834;
}

#stk span {
    padding: 5px 0;
    display: inline-block;
    margin-right: 10px;
    font-size: 15px;
}

#articleindex {
    text-align: left;
}

#articleindextitle {
    font-weight: 700;
    font-size: 16px;
    text-decoration: underline;
    margin: 10px 0 10px 15px;
}

#articleindex ul {
    margin: 0 !important;
    width: 100%;
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(300px, 1fr));
    gap: 5px;
    align-items: flex-start;
}

#articleindex li {
    list-style: none;
    margin: 0;
    padding: 0;
    display: flex;
    flex-wrap: wrap;
    background: none;
}

#articleindex>ul span {
    width: 20px;
    min-width: 20px;
    text-align: center;
    font-size: 22px;
}

#articleindex>ul>li>a {
    font-weight: 500;
    font-size: 16px;
    line-height: 24px;
    margin: 3px 0 0;
    width: 0;
    flex-grow: 1;
    border-bottom: solid 1px #eee;
    padding: 3px;
}

#articleindex>ul>li>span {
    margin: 0;
    padding: 5px;
}

#articleindex>ul>li>ul {
    margin: 3px 0;
}

#articleindex>ul>li>ul>li>a {
    font-size: 16px;
    line-height: 24px;
    margin: 1px 0 1px 15px;
    max-width: 86%;
}

#articleindex>ul>li>ul>li>span {
    margin: 0;
    padding: 0 5px;
}

#articleindex>ul>li>ul>li>ul {
    margin: 2px 0;
}

#articleindex>ul>li>ul>li>ul>li>a {
    font-size: 12px;
    font-weight: 500;
    margin: 0 0 0 30px;
    max-width: 82%
}

#articleindex>ul>li>ul>li>ul>li>ul {
    margin: 2px 0;
}

#articleindex>ul>li>ul>li>ul>li>ul>li>a {
    font-size: 11px;
    margin: 0 0 0 45px;
    max-width: 78%;
}

#articleindex li.closed>ul {
    display: none;
}

#articleindex li.closed>span,
#articleindex li.opened>span {
    cursor: pointer;
}

#articleindex>ul>li>a:hover {
    border-bottom: solid 1px #DB3834;
    text-decoration: none;
}

#archive_yr .years_list{
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
}

div#articleindex {
    margin: 30px 0 0;
}

.hidden {
    display: none !important;
}

div.flexquote {
    order: -2;
}

div.flexfirst {
    order: -1;
}

div.flexquote .inner {
    padding-bottom: 0;
}

.fgix,
.fgixd,
.fgixm {
    border: 1px #ccc solid;
}

.gmss {
    margin-bottom: 20px;
}

.gmsd:not(.active),
.gmsm:not(.active) {
    display: none;
}

div.games {
    margin: 10px;
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(161px, 1fr));
    gap: 15px 10px;
    clear: both;
}

a.gitem {
    overflow: hidden;
    box-sizing: content-box;
    text-align: center;
    line-height: 1.2;
    font-size: 14px;
    position: relative;
    display: flex;
    flex-direction: column;
    align-items: center;
}

a.gitem div.fgx {
    position: absolute;
    top: 0;
    width: 100%;
    background: rgb(256, 256, 256, 0.8);
    height: 139px;
    display: grid;
    align-items: center;
}

a.gitem .button01 {
    margin: 0 10%;
    display: grid;
    align-items: center;
}

span.pn-status {
    line-height: 0;
}

span.pn-status a {
    color: #363635;
}

span.pn-status span,
span.pn-status a {
    display: inline-block;
    font-size: 16px;
    color: #fff;
    text-align: center;
    padding: 0 5px;
    line-height: 34px;
    border-radius: 5px;
    margin: 0 1px;
    min-width: 15px;
}

span.pn-status span,
span.pn-status a:hover {
    background: #485578;
    color: #fff;
    text-decoration: none;
}

span.pn-status a:hover {
    color: #fff !important;
}

a.pn-arrow-prev,
a.pn-arrow-next {
    display: inline-block;
    font-size: 14px;
    color: #fff !important;
    vertical-align: bottom;
    cursor: pointer;
    background: #db5951;
    line-height: 34px;
    margin: 0 5px;
    font-weight: 700;
    border-radius: 5px;
    padding: 0 10px;
}

a.pn-arrow-prev:hover,
a.pn-arrow-next:hover {
    text-decoration: none;
}

span.pn-status a {
    cursor: pointer;
}

span.curfilter {
    display: none;
}

span.dot3 {
    color: #363635 !important;
    padding: 0;
    background: none !important;
}

.fg_platform {
    margin: 10px 0 0 !important;
    padding: 0;
    clear: both;
}

.fg_platform li {
    display: inline-block;
    padding: 8px 30px 10px;
    border-radius: 10px 10px 0 0;
    background: #ccc;
    margin-right: 5px;
    margin-bottom: 0;
}

.fg_platform li a {
    font-size: 15px;
    color: #333;
}

.fg_platform li.active {
    background: #000;
    padding: 10px 30px;
}

.fg_platform li.active a {
    color: #fff;
    cursor: text;
    text-decoration: none;
}

.fg_platform:before {
    content: "";
    display: block;
    clear: both;
    height: 10px;
}

div.playname {
    display: none;
}

td.desktop-submenu-link {
    position: relative;
}

div.formobileonly {
    display: none !important;
}

div.formobileonly .button02 {
    width: 220px;
    margin: 0 auto;
}

div.formobileonly .title01 {
    padding-top: 10px;
}

ul#rwsubs {
    display: flex;
    justify-content: center;
    margin-bottom: 20px;
}

ul#rwsubs li {
    background: none;
    padding: 8px 16px;
    margin: 0 20px;
    background-color: #1fcfb8;
    border-radius: 3px;
    text-align: center;
    cursor: pointer;
}

ul#rwsubs li a {
    font-size: 19px;
    font-weight: 500;
    text-decoration: underline;
    color: #fff;
    text-decoration: none;
}

ul#rwsubs li a:hover {
    text-decoration: none;
    background-color: #DB3834
}

ul#rwsubs li:hover {
    background-color: #DB3834;
}

div.rwsubsp {
    background: none !important;
    margin: 0 !important;
}

.desktop-submenu-link>a {
    background-color: #fff;
    position: relative;
    z-index: 200;
}

.desktop-submenu-link>a:after {
    content: '';
    position: absolute;
    width: 100%;
    height: 11px;
    top: 100%;
    left: 0;
    z-index: 200;
    background-color: #fff;
}

.desktop-submenu-link>a:before {
    content: '';
    position: absolute;
    top: calc(100% - 4px);
    left: 50%;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 4px 3.5px 0 3.5px;
    z-index: 300;
    border-color: #d2605c transparent transparent transparent;
}

.desktop-submenu-link:hover .desktop-submenu {
    display: block;
}

.desktop-submenu-link:hover>a:before {
    display: none;
}

#header .header_wrapper>ul.nav>li>table .desktop-submenu-link:hover>a {
    color: #d25f5c;
}

.desktop-submenu {
    display: none;
    position: absolute;
    z-index: 100;
    top: calc(100% - 5px);
    left: 0;
    width: 100%;
    background-color: #fff;
    box-shadow: 0px 10px 18px 0px rgba(0, 0, 0, 0.25);
    border-radius: 0 0 3px 3px;
    border-bottom: 6px solid #d25f5c;
    padding-bottom: 12px;
}

.desktop-submenu>li {
    padding: 0;
    margin: 0 10px;
    background: none;
}

.desktop-submenu>li:not(:last-child) {
    border-bottom: 2px solid #f4f5f8;
}

#header .header_wrapper>ul.nav>li>table td .desktop-submenu>li>a {
    border: none;
    line-height: 20px;
    padding: 7px 0;
}

div.hpsports>div {
    display: grid;
    gap: 10px;
    grid-template-columns: repeat(auto-fit, minmax(119px, 1fr));
}

div.hpsports>div div {
    text-align: center;
}

div.hpsports>div div a img {
    width: 100%;
    display: block;
    max-width: 143px;
    margin: 0 auto;
}

div.hpsports a.seemore {
    clear: both;
    float: right;
    margin: 0 0 10px;
}

div.hpsports a.tt {
    margin: 0 !important;
}

.hpgames a.tt {
    margin: 5px 0 !important;
}

div#btt {
    position: fixed;
    right: 10px;
    bottom: 10px;
    width: 40px;
    height: 40px;
    background: url(../img/others/btt.png);
    z-index: 2;
    display: none;
}

.dv_mobile.withbanner div#btt {
    bottom: 80px;
}

div#bg404 {
    order: -1;
}

div#bg404 img {
    width: 100%;
    display: block;
}

div.fgbar {
    background: #ccc;
    padding: 8px;
    margin: 0 0 15px;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
}

select.fgsofsel {
    margin: 8px;
    height: 34px;
    border: none;
    border-radius: 5px;
    padding: 0 10px;
    float: left;
}

.fgnav {
    float: none;
    margin: 0;
    text-align: right;
    flex-grow: 1;
}

div.games+.fgnav {
    margin: 0 0 10px;
    background: #ccc;
    padding: 8px;
    display: none;
}

.fgnav>div {
    float: none;
}

.fgnav .fgpagehide {
    display: none;
}

a.mobile-menu {
    display: none!important;
}

.escape-mobile-menu {
    display: none;
}

.mobile-nav li {
    background: none;
    padding: 0;
    margin: 0;
    /*border-top: 1px solid rgba(255, 255, 255, 0.2);*/
}

.mobile-nav ul.subsections li{
    display: flex;
    justify-content: space-between;
    column-gap: 10px;
}

.mobile-nav ul.subsections li a{
    flex: 1;
}

.mobile-nav li>a {
    text-decoration: none;
}

.header {
    position: relative;
}

.mobile-nav {
    display: none;
    position: fixed;
    width: 80%;
    height: 100%;
    overflow-x: hidden;
    overflow-y: auto;
    background-color: #045d53;
    top: 0;
    left: calc(-100% - 46px);
    z-index: 9999;
    transition: all 0.4s ease;
}

.type_casino .mobile-nav{
    background-color: #23375D;
}

.menu-btn {
    display: none;
    position: absolute;
    top: 50%;
    right: 15px;
    transform: translateY(-50%);
    padding: 0;
    z-index: 5000;
    border: none;
    background-color: #fff;
    font-size: 30px;
    line-height: 1;
    outline: none;
    vertical-align: top;
    color: #34d0b8;
    padding: 5px 7px;
}

.mobile-nav-header {
    width: calc(100% - 10px);
    height: 70px;
    background-color: #34d0b8;
    position: relative;
    z-index: 1500;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    padding-left: 10px;
}

.mobile-nav-header img {
    width: 129px;
    height: auto;
}

.mobile-nav-close {
    display: block;
    width: 38px;
    height: 36px;
    position: absolute;
    top: 50%;
    right: 20px;
    transform: translateY(-50%);
    background-color: transparent;
    padding: 0;
    border: none;
    outline: none;
}

.mobile-nav-close img{
    width: 100%;
    height: 100%;
}

.mobile-nav-container {
    position: relative;
    z-index: 500;
}

.mobile-nav-list{
    opacity: 1;
    transition: opacity 500ms ease-in-out;
}

.mobile-nav-list.submenu-active{
    opacity: 0;
}

.mobile-nav-list,
.submenu.show {
    width: 100%;
    height: auto;
    position: relative;
    top: 0;
    left: 0;
    z-index: 500;
}

.mobile-nav-list.active{
    pointer-events: all !important;
}

.submenu.show {
    z-index: 600;
}

.submenu.active {
    z-index: 1000;
}

.mobile-nav-list>li,
.submenu.show>li {
    transition: transform 0.4s cubic-bezier(0.7, 0, 0.3, 1);
    transform-origin: 100% 50%;
    transform: translate3d(-100%, 0, 0) translate3d(-2em, 0, 0) scale3d(0.5, 1, 1);
}

.mobile-nav-list.active>li,
.submenu.show.active>li {
    transform: translate3d(0, 0, 0);
}

.mobile-nav-list>li>a,
.submenu.show>li>a,
.subsections>li>a {
    font: normal normal normal 18px/25px 'Rubik', rubik-fallback, sans-serif;
    display: block;
    color: #ffffff;
    position: relative;
    padding: 17px 20px 17px 32px;
    letter-spacing: 0;
}

.submenu.show>li>a {
    padding: 17px 20px 17px 62px;
}

.subsections>li>a {
    /*padding: 7px 20px;*/
    padding: 14px 20px 14px 62px;
}

.mobile-nav-list>li>a:hover,
.submenu.show>li>a:hover {
    text-decoration: none;
}

.mobile-nav-submenu {
    padding: 0;
    position: relative;
}

li.mobile-nav-submenu>a,
.submenu.show>li.mobile-nav-submenu>a {
    padding-right: 40px;
}

.mobile-nav-list li.lvl-1>a {
    font: normal normal bold 22px/27px 'Rubik', rubik-fallback, sans-serif;
    color: #fff;
}

.submenu-link {
    padding: 5px 10px;
    cursor: pointer;
    z-index: 500;
    display: flex;
    align-items: center;
}

.submenu-link span {
    display: block;
    width: 36px;
    height: 36px;
    background-size: 100%;
    background-image: url('/img/commons/parier/icon_back_to_main_menu.svg');
    background-position: center;
    background-repeat: no-repeat;
}

.submenu {
    display: none;
}

.submenu li:first-child {
    border: none;
}

.submenu li:first-child:before {
    display: none;
}

.submenu-header {
    position: relative;
    display: block;
    box-sizing: border-box;
    top: 50%;
    padding: 17px 0 16px 62px;
    font-size: 22px;
    font-weight: 700;
    line-height: 30px;
    color: #ffffff;
    margin-right: 50px;
}

.submenu-header:hover,
.submenu-header:focus {
    color: #ffffff;
    text-decoration: none;
}

.submenu-header::before {
    left: 0;
}

.submenu-header::after {
    content: '';
    position: absolute;
    top: 50%;
    left: 20px;
    transform: translateY(-50%);
    width: 15px;
    height: 25px;
    background-image: url('../img/others/menu_icons.svg');
    background-position: 0 0;
}

#footers {
    display: flex;
    justify-content: center;
    align-items: center;
}
#footers a {
    display: block;
}

#footers img {
    vertical-align: middle;
}

body {
    overflow-x: hidden;
    overflow-y: auto;
    width: 100%;
    min-height: 100%;
}

body.menu-active {
    overflow: hidden;
    position: absolute;
}

.menu-active #bg {
    overflow: hidden;
    height: 100%;
}

#bg {
    transition: margin 0.2s;
    width: 100%;
    min-height: 100%;
    z-index: 2;
    position: absolute;
}

div.mftext {
    margin-bottom: 0 !important;
}

div.mftext>div {
    font-size: 15px;
    text-align: center;
    padding: 25px 0 5px;
    margin: 0 15px;
}


/* === Banner with Tops === */
.blocked_banner{
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 3px;
    gap: 15px;
    padding: 18px;
    background: #045D53 0% 0% no-repeat padding-box;
    margin: 0 0 30px ;
}

.type_casino .blocked_banner {
    background: #23375D 0% 0% no-repeat padding-box;
}

.blocked_banner picture {
    width: 48px;
    height: 49px;
}

.blocked_banner_text{
    display: flex;
    flex-direction: column;
    color: #ffffff;
    text-transform: uppercase;
    text-align: left;
}

.blocked_banner_text span.main_text {
    font: normal normal bold 20px/24px Rubik;
}

.blocked_banner_text span.secondary_txt {
    letter-spacing: 0;
    font: normal normal bold 16px/19px Rubik;
}

.blocked_banner_text * {
    font-family: 'Rubik', rubik-fallback, sans-serif !important;
}

/* === HOMEPAGE UPDATE === */

.wrapper.homepage {
    grid-template-columns: repeat(2, 1fr);
    grid-template-areas:
            "h-maintitle h-maintitle"
            "h-flexquote h-flexquote"
            "h-autocontenttable h-autocontenttable"
            "filter-container filter-container"
            "h-top h-top"
            "h-month-top h-month-offer"
            "h-forecast h-forecast"
            "h-bonus h-bonus"
            "h-pronostics h-pronostics"
            "h-news h-news"
            "h-categories h-form"
            "h-textblock h-textblock";
    grid-gap: 0 20px;
    margin-bottom: 40px;
}

body.paccac .wrapper.homepage {
    grid-template-areas:
            "h-maintitle h-maintitle"
            "h-flexquote h-flexquote"
            "h-autocontenttable h-autocontenttable"
            "filter-container filter-container"
            "h-top h-top"
            "h-month-top h-month-offer"
            "h-forecast h-forecast"
            "h-bonus h-bonus"
            "h-pronostics h-pronostics"
            "h-textblock h-textblock"
            "h-news h-news"
            "h-categories h-form";
}

.wrapper.homepage .filter__container,
.wrapper.homepage .filters__base_container
{
    grid-area: filter-container;
}

.filter__container, .filters__base_container{
    order: -1;
}

.filters__base_container{
    margin-left: unset !important;
    margin-right: unset !important;
}

.highlightme{
    color: #363635;
    border-radius: 7px;
    padding: 15px 15px 2px 15px;
    margin-bottom: 1rem;
}

.type-1 > h1:first-of-type,
.type-1 > h2:first-of-type,
.type-1 > h3:first-of-type,
.type-1 > h4:first-of-type,
.type-1 > h5:first-of-type,
.type-1 > h6:first-of-type,
.type-1 > p:first-of-type {
    margin-top: 0;
}

@media (max-width: 767px) {

    .filter__swipe.filter__container {
        width: 100% !important;
        margin-left: unset !important;
    }
}

.wrapper.homepage .auto-content-table,
.wrapper.homepage .flexquote {
    grid-area: h-flexquote;
    background: #fff;
    border-radius: 3px;
    margin-top: 10px;
}

.wrapper.homepage .auto-content-table {
    grid-area: h-autocontenttable;
    margin-top: 0;
}

.wrapper.homepage .maintitle {
    grid-area: h-maintitle;
    background: #fff;
    border-radius: 3px;
    margin-top: 10px;
}

.maintitle:has(.author-byline-wrapper) {
    margin-block: 10px;
}

.wrapper.homepage .title01 {
    padding-top: 0;
}

.homepage-block {
    margin-bottom: 20px;
}

.top-block {
    display: flow-root;
    grid-area: h-top;
    background-color: #fff;
    border-radius: 3px;
    box-shadow: 0px 5px 10px 0px rgba(0, 0, 0, 0.21);
    padding: 21px 12px 1px 17px;
}

.wrapper.homepage .top-block__title {
    margin-bottom: 0;
}

.top-block ul,
.h-promo ul {
    font-size: 16px;
    line-height: 20px;
    letter-spacing: 0.02em;
    color: #666;
}

.t-table {
    width: 100%;
    border-collapse: collapse;
}

.t-table td {
    position: relative;
    padding: 25px 15px 20px 15px;
}

.t-table td:empty {
    background: red;
}

.t-table tr:not(:last-child) {
    border-bottom: 1px solid #efefef;
}

.t-table__rating {
    line-height: 1;
}

.t-table__rating .star-rating {
    display: flex;
    align-items: flex-end;
    justify-content: center;
}

.t-table__rating div.star-rating .bg {
    width: 115px;
    height: 22px;
    margin: 0 12px 0 0;
    background: url(../img/commons/stars_small.png) left bottom;
}

.t-table__rating div.star-rating .bg div {
    width: 115px;
    height: 22px;
    background: url(../img/commons/stars_small.png);
}

.t-table__rating .vote_frac {
    font-size: 18px;
    font-weight: 700;
    color: #666;
}

.t-table__links,
.b-table__links {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.t-table__links .button01,
.b-table__links .button01 {
    margin-bottom: 11px;
}

.top-block .button01 {
    margin-bottom: 0px
}

.t-table__links .button01 {
    min-width: 95px;
}

.t-table__links .button-review,
.b-table__links .button-review {
    font-size: 17px;
    line-height: 1;
}

.t-table__logo {
    display: block;
    width: max-content;
}

.t-table__logo img {
    vertical-align: top;
    max-width: 190px;
    height: auto;
}

.h-promo {
    padding: 42px 0;
    position: relative;
}

.h-month-top {
    grid-area: h-month-top;
}

.h-month-offer {
    grid-area: h-month-offer;
}

.h-month-top::before,
.h-month-offer::before {
    content: '';
    width: 50vw;
    height: 100%;
    position: absolute;
    top: 0;
    right: -10px;
    z-index: 100;
}

.type_sport .h-month-top::before,
.type_sport .h-month-offer::before {
    background-color: #5fccb8;
}

.type_casino .h-month-top::before,
.type_casino .h-month-offer::before {
    background-color: #485578;
}

.type_poker .h-month-top::before,
.type_poker .h-month-offer::before {
    background-color: #938e87;
}

.h-month-offer::before {
    right: auto;
    left: -10px;
}

.h-promo__block {
    contain: content;
    box-sizing: border-box;
    height: 100%;
    position: relative;
    z-index: 200;
    background: #fff;
    border-radius: 4px;
    box-shadow: 0px 5px 10px 0px rgba(0, 0, 0, 0.21);
    padding: 25px 20px 45px 16px;
}

.wrapper.homepage .h-promo__title {
    margin: 0 0 40px 0;
}

.h-promo__content {
    display: grid;
    grid-template-columns: min-content auto;
    grid-template-areas: "hp-logo hp-list" "hp-btn hp-btn";
    align-items: center;
    gap: 24px 43px;
    padding-left: 17px;
}

.h-promo__logo {
    grid-area: hp-logo;
    display: block;
}

.h-promo__logo img {
    border-radius: 50%;
}

.h-promo__list {
    grid-area: hp-list;
}

.h-promo__btn {
    grid-area: hp-btn;
    width: 100%;
    max-width: 295px;
}

.h-forecast {
    grid-area: h-forecast;
}

.h-forecast .title01 {
    margin-bottom: 24px;
}

.h-forecast__block {
    border: 2px solid #dddddd;
    background-color: #fff;
    display: flex;
}

.h-forecast__image {
    display: flex;
    align-items: center;
    margin-right: 17px;
    flex: auto;
}

.h-forecast__image img {
    width: 100%;
    vertical-align: top;
    aspect-ratio: 771/433;
    max-width: 100%;
    height: auto;
}

.h-forecast__content {
    box-sizing: border-box;
    flex: 0 0 342px;
    max-width: 342px;
    margin: 20px 0;
    padding: 3px 20px 0 20px;
    border-left: 1px solid #dbdcdc;
}

.h-forecast__text {
    font-size: 16px;
    line-height: 24px;
    letter-spacing: 0.02em;
    margin-bottom: 19px;
}

.h-forecast__prediction {
    display: flex;
    justify-content: center;
    flex-direction: column;
    border-radius: 10px;
    background-color: #f2f2f2;
    margin-bottom: 14px;
    padding: 0 15px 0 77px;
    height: 80px;
    position: relative;
    letter-spacing: 0.02em;
    line-height: 24px;
    font-weight: 700;
}

.h-forecast__prediction::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 63px;
    height: 80px;
    background: url("../img/others/forecast_icon.svg") 0 0 no-repeat;
}

.h-forecast__title {
    font-size: 20px;
    margin-bottom: 2px;
}

.h-forecast__value {
    font-size: 14px;
    line-height: 1.2;
    color: #5fccb8;
}

.h-bonus {
    grid-area: h-bonus;
}

.h-bonus .title01 {
    margin-bottom: 9px;
}

.bonus-table {
    width: 100%;
    border-collapse: separate;
    border-spacing: 0 15px;
}

.bonus-table td {
    border-width: 2px 0;
    border-style: solid;
    border-color: #ddd;
    background-color: #fff;
    padding: 20px;
}

.bonus-table td:first-child {
    border-radius: 3px 0 0 3px;
    border-left-width: 2px;
    padding: 0;
    width: 206px;
    background: #ddd;
}

.bonus-table td:last-child {
    border-radius: 0 3px 3px 0;
    border-right-width: 2px;
}

.bonus-table tr {
    border-radius: 3px;
    transition: box-shadow 0.3s ease;
}

.bonus-table tr:hover {
    box-shadow: 0px 5px 10px 0px rgba(0, 0, 0, 0.21);
}

.b-table__casino {
    display: flex;
    align-items: center;
    padding: 23px 46px 23px 18px;
}

.b-table__number {
    flex: none;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    width: 26px;
    height: 27px;
    font-size: 18px;
    line-height: 1;
    font-weight: 700;
    color: #fff;
    letter-spacing: 0.02em;
    margin-right: 15px;
}

.bonus-table tr:nth-child(-n+3) .b-table__number {
    background: url("../img/others/b_table_number_bg.svg") 0 0 no-repeat;
}

.b-table__logo {
    display: block;
    flex: none;
}

.b-table__logo span {
    display: none;
}

.b-table__logo img {
    display: block;
    max-width: 100px;
    height: auto;
    border-radius: 50%;
}

.b-table__title {
    display: inline-block;
    font-size: 16px;
    line-height: 24px;
    font-weight: 700;
    text-transform: uppercase;
    color: #df6961;
    margin-bottom: 17px;
}

.b-table__text {
    max-width: 175px;
    font-size: 16px;
    line-height: 24px;
    font-style: italic;
}

.b-table__bonus {
    box-sizing: border-box;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    width: max-content;
    max-width: 250px;
    min-height: 90px;
    border-radius: 10px;
    background: #f2f2f2;
    margin: 0 auto;
    text-align: center;
    padding: 10px 45px;
    font-size: 14px;
    letter-spacing: 0.02em;
}

.b-table__bonus-title {
    flex: none;
    font-weight: 700;
}

.b-table__bonus-value {
    flex: none;
    font-size: 26px;
    line-height: 1;
    font-weight: 700;
    color: #df6961;
}

.b-table__bonus-text {
    flex: none;
}

.b-table__links {
    margin-top: 24px;
}

.b-table__links .button01 {
    min-width: 175px;
}

.no-bg {
    margin-left: 17px;
    margin-right: 13px;
    border-color: #dbdcdc;
}

.h-pronostics {
    grid-area: h-pronostics;
}

.h-news {
    grid-area: h-news;
}

.cards-list {
    display: grid;
    gap: 20px;
    grid-template-columns: repeat(3, 1fr);
    margin-top: 22px;
}

.cards-list__block {
    contain: content;
    background-color: #fff;
    border-radius: 3px;
    overflow: hidden;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    transition: box-shadow 0.3s ease;
    padding: 0 0 21px 0;
}

.cards-list__block:hover {
    box-shadow: 0px 5px 10px 0px rgba(0, 0, 0, 0.21);
}

.cards-list__image {
    display: block;
    flex: none;
    margin-bottom: 9px;
}

.cards-list__image img {
    max-width: 100%;
    height: auto;
}

div#pronosticshp a > img{
    width: 100%;
}

.cards-list__title {
    display: inline-block;
    flex: auto;
    font-size: 18px;
    line-height: 1.2;
    font-weight: 700;
    color: #df6961;
    margin: 0 20px 7px 20px;
}

.cards-list__text {
    margin: 0 20px;
    font-size: 14px;
    line-height: 1.2;
    font-style: italic;
    margin-bottom: 27px;
}

.type_sport .cards-list__btn,
.type_sport .h-categories__btn,
.type_casino .cards-list__btn,
.type_casino .h-categories__btn,
.type_poker .cards-list__btn,
.type__poker .h-categories__btn {
    background: #6676A0;
}

.cards-list__btn,
.h-categories__btn {
    box-sizing: border-box;
    flex: none;
    display: block;
    margin: 0 auto;
    font-size: 16px;
    line-height: 24px;
    font-weight: 400;
    border-radius: 3px;
    text-transform: uppercase;
    color: #fff;
    text-align: center;
    width: 100%;
    max-width: 195px;
    padding: 13px 10px;
}

.cards-list__btn:hover,
.h-categories__btn:hover {
    text-decoration: none;
}

.type_sport .cards-list__btn:hover,
.type_sport .h-categories__btn:hover {
    background: #5fccb8;
    color: #6676A0;
}

.type_casino .cards-list__btn:hover,
.type_casino .h-categories__btn:hover {
    background: #485578;
}

.type_poker .cards-list__btn:hover,
.type_poker .h-categories__btn:hover {
    background: #938e87;
}

.h-categories {
    grid-area: h-categories;
}

.h-form {
    grid-area: h-form;
}

.h-categories__content,
.h-form__content {
    height: 100%;
    box-sizing: border-box;
}

.h-categories__content {
    background-color: #fff;
    border-radius: 4px;
    padding: 24px 15px 17px 15px;
}

.h-form__content {
    border-radius: 4px;
    background: #485578;
    padding: 20px 20px 17px 20px;
    color: #fff;
    text-align: center;
}

.h-form .title01>i {
    color: #fff;
}

.h-textblock {
    grid-area: h-textblock;
    border-radius: 4px;
    background-color: #fff;
    padding: 20px;
}

.h-categories__list {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    grid-gap: 20px;
    margin-bottom: 20px;
}

.type_sport .h-categories__list {
    margin-top: 50px;
    grid-gap: 25px 5px;
}

.h-categories__item {
    display: block;
    text-align: center;
}

.h-categories__item:hover {
    text-decoration: none;
}

.h-categories__item:hover span {
    color: #DB3834;
}

.h-categories__item span {
    font-size: 13px;
    line-height: 1.2;
    color: #666;
}

.h-categories__item img {
    display: inline-block;
    max-width: 100%;
    height: auto;
    vertical-align: top;
}

.h-categories__item img:not(:last-child) {
    margin-bottom: 4px;
}

.h-form .title01 {
    margin-bottom: 23px;
    color: #fff;
}

.h-form__title {
    font-size: 25px;
    line-height: 1.2;
    font-weight: 700;
    font-style: italic;
    color: #fff;
    text-transform: uppercase;
    margin-bottom: 2px;
}

.h-form__text {
    font-size: 14px;
    line-height: 1.2;
    margin-bottom: 18px;
}

.h-form__icon {
    margin-bottom: 19px;
}

.h-form__fields input {
    box-sizing: border-box;
    display: block;
    width: 100%;
    height: 42px;
    border: none;
    padding-left: 12px;
    /* padding-top: 5px; */
}

.h-form__fields input::placeholder {
    font-size: 17px;
    color: #a2a2a2;
}

.h-form__fields input+input {
    margin-top: 15px;
}

.h-form__btn {
    margin-top: 30px;
    width: 100%;
    max-width: none;
}

.h-textblock .title01 {
    margin-bottom: 17px;
}

.h-textblock p+h2 {
    margin-top: 18px;
}

.h-textblock h2 {
    font-size: 22px;
    line-height: 1.2;
    margin-bottom: 4px;
}

.footer-hrefs a:not(.country-selected):not(.country-item){
    margin: 0 2px 0 2px;
}

.cards-list__block,
.sub-tops-table,
.h-promo__block {
    contain: layout style;
}

.t-table:not(.tops) > tbody > tr,
#bonuslist > tbody > tr{
    contain: content;
}

.allpart .maintitle,
.leftpart .maintitle {
    order: -3;
}

.wrapper.sitesearch .context-search-result:not(#pronos-search) .context-item {
    margin: 0 1.6rem 1rem 1.6rem;
}

#news-search .context-item {
    border-bottom: 1px #efefef solid;
}

.wrapper.sitesearch .context-search-result:not(#pronos-search) .context-item:last-child, {
    border: none;
}

.header #mobile-search-svg{
    position: absolute;
    top: .3rem;
    right: 4rem;
    margin: 1rem;
    z-index: 9999;
    cursor: pointer;
    display: none;
}

.header #mobile-search-svg.active .cls-1{
    fill: #00A793;
}

#mobile-search-form{
    display: none;
}

#freegames-search .gitem img{
    width: 100% !important;
}

.wrapper.sitesearch .maintitle .inner{
    padding: 0;
}

.wrapper.sitesearch .search-menu{
    display: flex;
    justify-content: flex-start;
    flex-direction: row;
}

.wrapper.sitesearch .search-menu p.title02{
    font-size: 14px;
    text-align: center;
    margin: 0;
    padding: .7em;
}

.wrapper.sitesearch .search-menu p span{
    cursor: pointer;
}

.search-menu p.title02 span.active{
    color: #DB3834;
}

.title01 > svg{
    float: left;
    margin: 3px 10px 3px 0;
}

.search-menu p.title02 span.active::after {
    position: relative;
    content: "";
    display: block;
    height: 2px;
    width: 25px;
    background: #DB3834;
    margin: 0 auto;
}

.sch-result-container .divLoading{
    display: none;
}

.context-search-result .inner > p.title02,
.sch-result-container .inner > p.title02,
.context-search-result > p.title02{
    border-bottom: 1px solid #D9D9D9;
    padding: 10px 0;
    margin: 0;
}

.context-search-result > p.title02{
    margin: 0 1.6rem 1rem 1.6rem;
}

.sch-result-container{
    box-shadow: 0 0 7px #00000029;
}

.pronos-search-content {
    display: grid;
    grid-template-columns: repeat(1, 1fr);
    gap: 10px;
    padding: 0 20px;
}

/*Author by line*/
.author-byline-wrapper{
    color: #4a4a4a;
    margin-inline: 15px !important;
    margin-bottom: 15px !important;
}

.author-byline-wrapper .author_name_txt {
    font-weight: 500;
}

.author-byline-container .author-byline .author-photo {
    margin-right: 10px !important;
}

.byline-updated-time{
    font-size: 16px;
    line-height: 24px;
    margin-block-end: 0 !important;
}

.maintitle:has(.author-byline-wrapper) div.inner{
    padding-bottom: 0;
}

.wrapper.review #review_title.maintitle {
    background: #fff;
    border-radius: 3px;
    margin: 0;
    display: inline-block;
    margin: 0 0 20px;
    width: 100%;
    grid-area: review_title;
}
.wrapper.review  .maintitle .author-byline-wrapper{
    margin-block: 18px;
}

.author-byline-container .author-byline .author-photo > a{
    box-shadow: inset 0 0 0 1px #4a4a4a1a !important;
}

@media (min-width: 558px) {
    .pronos-search-content {
        grid-template-columns: repeat(2, 1fr);
        gap: 0 5%;
        padding: 0 5%;
    }
    .pronos-search-content .cards-list__title {
        font-size: 17px;
    }
    .pronos-search-content .dt-homepage {
        font-size: 13px !important;
    }
}

@media (min-width: 680px) {
    .pronos-search-content .cards-list__title {
        font-size: 18px;
    }
    .pronos-search-content .dt-homepage {
        font-size: 13px !important;
    }
}

@media (min-width: 1024px) {
    .pronos-search-content {
        grid-template-columns: repeat(4, 1fr);
        gap: 0 40px;
        padding: 0 20px;
    }
    .pronos-search-content .cards-list__title {
        font-size: 15px;
    }
    .pronos-search-content .dt-homepage {
        font-size: 11px !important;
    }
}

.pronos-search-content .context-item {
    background-color: #fff;
    overflow: hidden;
    margin: 0;
}

.pronos-search-content .context-item a {
    text-decoration: none;
    color: inherit;
}

.pronos-search-content .context-item img {
    width: 100%;
    height: auto;
    min-height: 120px;
    min-width: 214px;
    display: block;
}

.pronos-search-content .dt-homepage {
    display: block;
    padding: 5px 0;
    font-size: 15px;
    text-align: center;
    margin: 0;
}

.pronos-search-content .cards-list__title {
    display: block;
    padding: 5px 0;
    font-size: 16px;
    font-weight: bold;
    margin: 0 0 20px 0;
    text-align: center;
}

#news-search .listofarticles div.i{
    display: block;
    width: auto;
}

#news-search .listofarticles span.imgspan {
    float: left;
    margin: 0 10px;
}

.maintitle h1.title01 {
    border-bottom: none;
    margin: unset;
}

.homepage .maintitle h1.title01 {
    padding: 15px 0px 10px;
}

div.header, #stk {background: var(--headerbg);}
#header i, table#hptoptext i, div.hpnews p, div.reviewquote i, div.listofarticles div.i span, div.quote, div.quote a, span.newspl, div.maintext span.dt, div.pronostics div.v i, .button-review:hover:hover, .button-review:hover i, table.bonuslist td.b>div:hover p, table.bonuslist td.b>div:hover span, table#quote i {color: var(--c3background);}
.button01:hover, .button02:hover, div.ctabox:hover {background: var(--c3background);}
.color1 {background: var(--c1background) !important;}
.color2 {background: var(--c2background) !important;}
.wrapper .rightpart>div.monthly {background: var(--monthlybg); margin-block-end: 20px;}

@media (max-width: 1100px) {
    .ribbon {
        left: -23px;
    }
    .ribbon::before {
        border-width: 0 8px 9px 0;
    }
}

@media (max-width: 1024px) {
    /* #top5wrapper {
        display: none;
    } */
    .wrapper {
        grid-template-areas: "breadcrumb" "allpart" "leftpart" "rightpart";
        grid-template-columns: 100%;
    }
    .wrapper.review {
        grid-template-areas: "breadcrumb" "allpart" "rightpart" "leftpart";
    }
    table.bonuslist td.bts {
        padding-right: 0;
    }
    .wrapper .leftpart,
    .wrapper .rightpart,
    .wrapper .hpmain {
        width: 100%;
        padding-right: 0;
    }
    div.inner {
        margin: 0 15px;
    }
    h2 {
        font-size: 22px;
    }
    h3 {
        font-size: 19px;
    }
    #header .header_wrapper {
        max-width: 100%;
    }
    #header {
        min-width: 0;
    }
    div.header {
        min-width: 100%;
        width: 100%;
    }
    #footer {
        width: 100%;
    }
    div.facebookwidget {
        display: none;
    }
    table#quote i {
        font-size: 44px;
    }
    .title01 {
        font-size: 20px;
        line-height: 22px;
    }
    div.listofarticles div.i {
        display: block;
        width: auto;
        padding-right: 10px;
        padding-left: 10px;
    }
    div.listofarticles span.imgspan {
        float: left;
        margin: 0 10px;
    }
    .pronosticsindex>div {
        text-align: center;
    }
    .pronosticsindex img {
        margin-right: 0;
    }
    .pronosticsindex>div .i {
        text-align: center;
    }
    div.tree ul {
        text-align: left;
    }
    #header .header_wrapper>ul.nav>li.active>table,
    #mnav>li.active>table {
        position: absolute;
        left: 0;
        width: 100%;
        margin: 0;
    }
    #header .header_wrapper>ul.nav>li:not(.active)>table,
    #mnav>li:not(.active)>table {
        display: none;
    }
    #header .header_wrapper>ul.nav>li>table,
    #mnav>li>table {
        width: 100%;
    }
    #header .header_wrapper>ul.nav>li>table td a,
    #mnav>li>table td a {
        height: 40px;
        display: inline;
        border: none;
    }
    #header .header_wrapper>ul.nav>li>table td,
    #mnav>li>table td {
        line-height: 13px;
        border-right: 1px #eee solid;
        padding: 0 5px;
        border-top: 10px #fff solid;
        border-bottom: 10px #fff solid;
    }
    #header .header_wrapper>ul.nav>li>table tr td:last-child,
    #mnav>li>table tr td:last-child {
        border-right: none;
        width: auto;
    }
    .freegames .gamegroup {
        margin: 0 0 0 3px;
        height: 177px;
        overflow: hidden;
    }
    .freegames .game {
        margin: 0 3px;
    }
    div.maintext div.list1 {
        border: none;
        padding: 5px;
    }
    div.maintext div.list1>div div {
        width: 100%;
        margin-top: 10px;
    }
    div.maintext img {
        max-width: 100%;
    }
    table#hptop5 tr td:first-child {
        width: auto;
    }
    div.pronostics div.mainimg {
        height: auto !important;
        margin-bottom: 0;
    }
    div.pronostics div.mainimg .imgspan {
        height: auto !important;
        max-width: 100%;
    }

    #pronosticshp img {
        height: auto;
        margin: 0 auto;
        display: block;
    }
    div#pronosticshp div.pn {
        width: auto;
    }
    #header .header_wrapper>ul.nav>li>table td .desktop-submenu>li>a {
        height: auto;
    }
    #header .header_wrapper>ul.nav>li>table td.desktop-submenu-link {
        border-bottom: none;
        border-top: none;
        padding: 11px 0;
        height: auto;
    }
    #header .header_wrapper>ul.nav>li>table td.desktop-submenu-link a {
        display: block;
        line-height: 40px;
        padding: 0;
    }
    .h-promo__content {
        gap: 25px;
    }
}

@media (max-width: 991px) {
    select.fgsofsel {
        width: 100%;
        margin: 6px!important;
        margin-bottom: 15px!important;
    }
    .next-button {
        float: right!important;
    }
    .pn-status {
        padding-left: 15%;
    }
    .fgnav {
        text-align: left!important;
    }
    .t-table td:nth-child(3) {
        display: none;
    }
    .b-table__bonus {
        padding: 10px 15px;
    }
    .b-table__links .button01 {
        min-width: 100px;
    }
    .bonus-table td {
        padding: 20px 10px;
    }
    .b-table__text {
        max-width: none;
    }
    .b-table__casino {
        padding: 23px 20px;
    }
    .h-forecast__block {
        flex-direction: column;
    }
    .h-forecast__content,
    .h-forecast__image {
        flex-basis: 100%;
        max-width: 100%;
    }
    .h-forecast__content {
        border: none;
    }
    .h-forecast__image {
        margin: 0 0 5px 0;
    }
    .h-forecast__image img {
        margin: 0 auto;
    }
    .h-categories__list {
        grid-template-columns: repeat(2, 1fr);
    }
    .type_sport .h-categories__list {
        margin-top: 20px;
    }
    .menu-active {
        width: 100%;
        overflow: hidden;
    }
    #bg.boxed {
        position: relative;
        transition: margin-left 0.4s ease;
    }
    .body-shadow {
        transition: background 0.4s ease;
    }
    body.menu-active .body-shadow {
        content: '';
        position: absolute;
        width: 100%;
        height: 100%;
        z-index: 9000;
        background-color: rgba(0, 0, 0, 0.4);
    }
    body.menu-active #bg.boxed {
        margin-left: 55%;
    }
    .menu-active .boxed {
        margin-left: 0;
    }
    .mobile-nav {
        display: block;
    }
    .mobile-nav.active {
        left: 0;
    }
    .menu-btn {
        display: block;
    }

    .mobile-nav-list.submenu-active>li {
        transform: translate3d(-100%, 0, 0);
    }
    .submenu.show {
        display: block;
    }
    #header {
        height: 60px;
    }
    #header .header_wrapper {
        height: 60px;
        position: absolute;
        left: 0;
        text-align: right;
    }
    #header .header_wrapper>ul.nav,
    #mnav {
        display: none;
    }
    div.header {
        height: 60px;
        margin-bottom: 10px;
    }
    #header .logo {
        margin: 0 0 0 10px;
        height: 100%;
        background-size: 100%;
        width: min(175px, 50%);
        background-position: center;
    }
    #header .header_wrapper .searchbox{
        display: none;
    }
    .header #mobile-search-svg,
    #mobile-search-form.active{
        display: block;
    }
    #mobile-search-form{
        margin-top: -10px;
        height: 50px;
        background: #00A793;
    }
    .mobile-searchbox{
        height: 100%;
        display: flex;
        align-items: center;
    }
    .mobile-searchbox > input{
        width: 100%;
        height: 30px;
        border: none;
        background: none;
        padding-left: 45px;
        color: #fff;
        outline: none !important;
        font-family: 'Rubik', rubik-fallback, sans-serif;
        font-size: 14px;
    }
    .mobile-searchbox > svg{
        position: absolute;
        left: 12px;
    }
}

@media (max-width: 925px) and (min-width: 768px) {
    .m-operator__header {
        flex-wrap: wrap;
        justify-content: center;
    }
    .m-operator__logo {
        flex-basis: 100%;
        max-width: 100%;
        text-align: center;
        margin: 0 0 10px;
    }
}

@media (min-width: 768px) {
    .footer-disclaimer {
        margin-left: 10%;
        margin-right: 10%;
    }
}
@media (max-width: 767px) {
    #footers {
        display: flex;
        justify-content: center;
        align-items: center;
        grid-template-columns:1fr 1fr;
        row-gap:10px;
        flex-flow: wrap;
    }

    #footers a {
        display:flex;
        justify-content:center;
    }
    #fgbanner div,
    #fgbanner img,
    #fgbanner span {
        display: none;
    }
    #fgbanner a {
        width: 100%;
        max-width: none;
    }
    .pronosticsindex {
        margin: 0 20px;
    }
    /* div.formobileonly {
        display: block !important;
    } */
    div#breadcrumb {
        margin: 0 0 10px 5px;
    }
    div.tree>ul>li>a {
        width: 92%;
    }
    div.tree>ul>li>ul>li>a {
        width: 90%;
    }
    div.tree>ul>li>ul>li>ul>li>a {
        width: 271px;
    }
    table#quote i {
        font-size: 36px;
    }
    .pronosticsindex .i {
        width: auto;
        display: block;
    }
    div.tree ul {
        margin-left: 0;
    }
    div.list1 .title02 {
        font-size: 13px;
    }
    table#hptop5 tr {
        display: flex;
        flex-direction: column;
        margin-bottom: 10px;
    }
    table#hptop5 tr td {
        text-align: center;
        padding: 0 20px;
        border: none;
    }
    table#hptop5 tr td:last-child {
        padding-bottom: 10px;
        border-bottom: 1px #efefef solid;
    }
    table#hptop5 tr td .title02 {
        display: none;
    }
    table#hptop5 tr td span {
        margin-bottom: 10px;
    }
    table#hptop5 img.blogo {
        margin: 20px 0 0;
    }
    table#hptop5 td.bts {
        padding: 0 40px;
    }
    table#hptop5 ul {
        display: flex;
        flex-direction: column;
        align-items: center;
    }
    div.pronostics .table1 tr td:first-child {
        width: auto;
    }
    .m-operator__header {
        margin-bottom: 15px;
    }
    .m-operator__text {
        text-align: center;
    }
    .m-operator__text>ul {
        display: inline-block;
        text-align: left;
    }
    .ribbon {
        top: 0;
    }
    .wrapper.homepage {
        grid-template-columns: none;
        grid-template-areas:
                "h-maintitle"
                "h-flexquote"
                "h-flexquote"
                "h-autocontenttable"
                "h-top"
                "h-month-top"
                "h-forecast"
                "h-bonus"
                "h-month-offer"
                "h-categories"
                "h-pronostics"
                "h-news"
                "h-form"
                "h-textblock";
    }

    body.paccac .wrapper.homepage {
        grid-template-areas:
                "h-maintitle"
                "h-flexquote"
                "h-flexquote"
                "h-autocontenttable"
                "h-top"
                "h-month-top"
                "h-forecast"
                "h-bonus"
                "h-month-offer"
                "h-categories"
                "h-pronostics"
                "h-textblock"
                "h-news"
                "h-form";
    }

    .h-month-top::before,
    .h-month-offer::before {
        width: 100vw;
        left: 50%;
        right: 50%;
        margin-left: -50vw;
        margin-right: -50vw;
    }
    .t-table tr {
        display: flex;
        flex-direction: column;
        align-items: center;
        padding: 20px 20px 17px 20px;
    }
    .t-table td {
        display: block;
        padding: 0;
    }
    .t-table__logo {
        width: 100%;
        text-align: center;
        margin-bottom: 16px;
    }
    .cards-list {
        grid-template-columns: repeat(2, 1fr);
    }
    .t-table__links .button01 {
        width: 255px;
    }
    .t-table td:nth-child(1) {
        width: 100%;
        order: -2;
    }
    .t-table td:nth-child(3) {
        order: -1;
        display: block;
    }
    .t-table__rating {
        margin-bottom: 26px;
    }
    .top-block ul {
        margin-bottom: 20px;
    }
    .ribbon {
        top: -20px;
        left: -45px;
    }
    .h-promo {
        padding: 30px 0;
    }
    .h-forecast__prediction {
        margin-bottom: 24px;
        align-items: center;
    }
    .cards-list__image {
        width: 100%;
    }
    .cards-list__image img {
        width: 100% !important;
        height: auto;
        object-fit: cover;
        max-width: none;
    }
    .h-categories__list {
        grid-template-columns: repeat(3, 1fr);
    }
    .bonus-table tr {
        display: flex;
        flex-wrap: wrap;
    }
    .bonus-table tr:not(:last-child) {
        margin-bottom: 15px;
    }
    .bonus-table td {
        box-sizing: border-box;
        padding: 0;
    }
    .bonus-table td:nth-child(2) {
        display: none;
    }
    .bonus-table td:first-child {
        width: 102px;
        flex: 0 0 102px;
        border-radius: 3px 0 0 0;
    }
    .bonus-table.regulated td:first-child {
        width: 100%;
        flex: 0 0 100%;
    }
    .bonus-table td:last-child {
        flex: 0 0 100%;
        max-width: 100%;
        border: none;
        border-radius: 0;
        background: none;
    }
    .bonus-table td:nth-child(3) {
        flex: 0 0 calc(100% - 102px);
        width: calc(100% - 102px);
        border: 2px solid #dddddd;
        border-radius: 0 3px 0 0;
    }
    .bonus-table.regulated td:nth-child(3) {
        flex: 0 0 100%;
        width: 100%;
    }
    .b-table__casino {
        box-sizing: border-box;
        height: 150px;
        padding: 5px;
    }
    .b-table__logo {
        flex: 0 0 100%;
        max-width: 100%;
        text-align: center;
    }
    .b-table__logo span {
        display: block;
        font-size: 14px;
        line-height: 1.2;
        text-transform: uppercase;
        font-weight: 700;
    }
    .b-table__logo img {
        max-width: 60px;
        margin: 0 auto 8px auto;
    }
    .b-table__links {
        margin-top: 0;
    }
    .top-block .button-review {
        display: none;
    }
    .b-table__links .button01 {
        box-sizing: border-box;
        width: 100%;
        max-width: none;
        border-radius: 0 0 3px 3px;
        margin-bottom: 0;
    }
    .b-table__number {
        display: none;
    }
    .b-table__bonus {
        width: 100%;
        height: 100%;
        align-items: center;
        border-radius: 0;
        background: none;
        font-size: 19px;
        padding-left: 5px;
        padding-right: 5px;
    }
    .b-table__bonus-title {
        margin-bottom: 4px;
    }
    .b-table__bonus-value {
        font-size: 35px;
        margin-bottom: 2px;
    }
    .h-forecast__image img {
        width: 100%;
    }
}

@media (max-width: 767px) and (min-width: 405px) {
    .m-operator__header {
        justify-content: center;
        align-items: center;
    }
    .m-operator__logo {
        margin-right: 30px;
    }
    .m-operator__funcs {
        flex: 0 1 auto;
        display: flex;
        flex-wrap: wrap;
        justify-content: center;
    }
    .m-operator__funcs .button01 {
        flex: 0 0 auto;
    }
    .m-operator__funcs .button-review {
        flex: 0 0 auto;
        padding: 0 10px;
    }
    .homepage-block {
        margin-bottom: 20px;
    }
}

@media (max-width: 681px) {
    .list1h>div {
        width: 45%;
    }
    .button-review-newcasinos {
        display: none !important;
    }
}

@media (max-width: 600px) {
    ul.custom_3girls li {
        width: 100px !important
    }
    table.bonuslist.pro tr {
        display: flex;
        flex-wrap: wrap;
        align-items: center;
        justify-content: space-between;
        padding: 10px;
    }
    table.bonuslist.pro td.bts {
        flex-grow: 1;
    }
    table.bonuslist.pro td.cote {
        min-width: 0;
    }
    table.bonuslist:not(.pro) td.i span.detail {
        display: none;
    }
    table.bonuslist img {
        width: 50px;
        height: 50px;
    }
    table.bonuslist td.i {
        width: 70px;
    }
    table.bonuslist td.no {
        display: none;
    }
    #stk {
        padding: 10px 0;
    }
    #stk span {
        display: none;
    }
    #stk a.button02 {
        width: 85%;
    }

    .author-byline-container.single-author .author-byline .author-name,
    .author-byline-container.single-author .byline-updated-time{
        margin-left: 59px !important;
    }
}

@media (max-width: 550px) {
    div#rvtop {
        grid-template-areas: "h1" "logo" "button" "bonus";
        grid-template-columns: 1fr;
        text-align: center;
        padding-bottom: 20px;
    }
    div#rvtop .rvtop_left {
        min-height: unset;
    }
    div#rvtop .button02 {
        margin: 0 auto 10px;
        width: 100%;
    }
    div#rvtop .title01 {
        color: #363636;
    }
    .h-categories__list {
        grid-template-columns: repeat(2, 1fr);
    }
    .cards-list {
        grid-template-columns: none;
    }
    .t-table__links .button01 {
        width: 100%;
    }
    .h-promo__btn {
        box-sizing: border-box;
        width: 100%;
    }
    .h-promo__content {
        padding: 0;
        grid-template-columns: none;
        justify-content: center;
        grid-template-areas: "hp-logo" "hp-list" "hp-btn";
    }
    .h-promo__list {
        display: inline-block;
    }
    .h-promo__logo {
        text-align: center;
    }
    .wrapper.homepage .h-promo__title {
        margin-bottom: 15px;
    }
    .h-promo__block {
        padding: 25px 30px 30px 30px;
    }
    .cards-list__title {
        margin-bottom: 20px;
    }
    .no-bg {
        margin-left: 0;
        margin-right: 0;
    }
}

@media screen and (max-width: 431px) {
    .byline-updated-time{
        font-size: 14px !important;
        line-height: 20px !important;
    }
}

@media (max-width: 420px) {
    table.bonuslist td {
        padding: 5px 1px;
    }
    table.bonuslist td.lg {
        padding: 0;
    }
    table.bonuslist td.b {
        width: 76px;
    }
    table.bonuslist td.bts {
        width: 70px;
        padding-left: 5px;
    }
    table.bonuslist td.i {
        width: 50px;
    }
    table.bonuslist td.i .title02 {
        font-weight: 400;
        font-size: 16px;
    }
    table.bonuslist .button01 {
        min-width: 0;
        font-size: 18px;
        padding: 8px 1px;
    }
    table.bonuslist img {
        width: 45px;
        height: 45px;
    }
    table.bonuslist td.lg {
        width: 45px;
    }
    .wrapper {
        padding: 0;
    }
    #fgitem {
        width: auto;
        margin: 0 -15px;
    }
    .title01 {
        font-size: 20px!important;
        line-height: 24px!important;
        font-weight: 700 !important;
    }
    div#rvtop h1 {
        font-size: 17px!important;
        line-height: 1.2!important;
    }
    div.maintext h2 {
        font-size: 22px;
    }
    .title02 {
        font-size: 14px;
    }
    div.top-block .title02 {
        display: none;
    }
    div.top-block .button01 {
        margin-bottom: 11px;
    }
    .top-block .button-review {
        display: inline-block;
    }
    div.inner {
        font-size: 16px;
        line-height: 24px;
    }
    table#quote td.t {
        padding: 30px 10px 15px;
    }
    div#pronosticshp p {
        font-size: 16px;
        line-height: 22px;
    }
    div.flexquote .inner {
        margin: 0;
    }
    .listofarticles p {
        font-size: 13px;
        line-height: 20px;
    }
    div.tree ul {
        margin-left: 0;
    }
    .bonuslist td.des {
        display: none;
    }
    table#hptop5 span {
        line-height: 24px;
        font-size: 14px;
    }
    .wrapper.homepage {
        padding: 0 10px;
    }
}

@media (max-width: 395px) {
    select.fgsofsel {
        width: 100%;
        margin: 6px!important;
        margin-bottom: 15px!important;
    }
    .next-button {
        float: right!important;
    }
    .pn-status {
        padding-left: 5%!important;
    }
    .fgnav {
        text-align: left!important;
    }
    .freegames .gamegroup {
        height: 360px;
        text-align: center;
    }
    div.pronostics a.button01 {
        width: auto;
    }
}

@media(max-width: 375px){
    .author-byline-container:not(.single-author) {
        line-height: 28px;
    }
}

@media (max-width: 359px) {
    table.bonuslist.pro tr {
        padding: 5px;
    }
    table.bonuslist.pro td.i {
        width: 170px;
    }
    table.bonuslist td.i {
        width: 40px;
    }
    table.bonuslist .button01 {
        font-size: 18px;
    }
    a.pn-arrow-prev,
    a.pn-arrow-next {
        margin: 0px;
    }
}

@media (max-width: 375px) {
    a.pn-arrow-prev,
    a.pn-arrow-next {
        margin: 0px;
    }
}

div.h-textblock h1 {
    margin-top: 10px;
    margin-bottom: 20px;
}

div.h-textblock h2 {
    margin-top: 10px;
    margin-bottom: 20px;
}

div.h-textblock h3 {
    margin-top: 10px;
    margin-bottom: 20px;
}

div.h-textblock p {
    margin-top: 20px;
    margin-bottom: 20px;
}

div.h-textblock b {
    margin-top: 10px;
    margin-bottom: 20px;
}

div.h-textblock {
    margin-bottom: 20px;
    padding-bottom: 20px;
    padding-top: 10px;
}

div.h-textblock ul {
    margin-bottom: 15px;
    margin-top: 10px;
    margin-left: 20px;
}

div.h-textblock table {
    width: 100%;
    margin-bottom: 20px;
    margin-top: 20px;
    border: 1px #e9eef2 solid;
}

div.h-textblock table th {
    background: var(--table_header_color)!important;
    color: var(--table_header_text_color)!important;
    padding: 5px 10px;
    font-weight: 500;
}

body.parierc div.h-textblock table th,
body.pebc div.h-textblock table th,
body.paccac div.h-textblock table th
{
    color: #fff;
}

div.h-textblock table td {
    border-right: 1px #fff solid;
    border-left: 1px #fff solid;
    padding: 5px;
}

div.h-textblock table:not(.bonuslist) tr:nth-child(even) {
    background: #e9eef2;
}

.pronostics-under-image {
    margin: 0 0 2% 0;
}

.pronostics-under-image .title01 {
    padding: unset;
    margin: unset;
    border-bottom: unset;
}

.pronostics-under-image div.v {
    margin: 5px 0 !important;
}

.pronostics-under-image .button01 {
    background: #1FCFB8;
}

.pronostics-under-image .button01:hover {
    background: #DB3834;
}

.hide-me{
    display: none;
}

.list-of-pronos-with-showmore .showMoreOrLess{
    width: 100%;
}

.list-of-pronos-with-showmore .showMoreOrLess button{
    width: 200px;
    height: 35px;
    letter-spacing: 0;
    color: #707070;
    cursor: pointer;
    background: #FFFFFF;
    border-radius: 5px;
    border: 1px solid #747474;
    box-shadow: 0px 3px 0px 0px #747474;
    transition: box-shadow .05s ease-in-out;
    font-weight: 500;
    font-size: 14px;
}

.list-of-pronos-with-showmore .showMoreOrLess button:hover{
    box-shadow: none;
}

.disclaimer-div {
    display: flex;
    column-gap: 5px;
    align-items: center;
}

.disclaimer-url {
    display: inline !important;
}

#footer {
    content-visibility: auto;
    contain-intrinsic-height: 350px;
}

.compliance-text {
    font-size: 11px;
    display: inline-block;
    line-height: 1.2;
    color: #A1A1A1;
    padding: 10px 0 0 0;
    font-weight: 500;
    text-align: justify;
}

.plus18Text {
    font-weight: 700;
    color: #606060;
}

.sub-tops-table {
    contain: content;
    width: 100%;
    background-color: #FFFFFF;
}

.sub-tops-table td {
    border-style: none;
}

/*AUTHOR BOX CONTAINER*/
.author-box-container{
    border-radius: 5px;
    background: #EAEEF1 0% 0% no-repeat padding-box;
    float: left;
    margin: 7px 10px 1rem 10px;
}

.author-box-container .author-details{
    display: flex;
    position: relative;
    padding: 0 20px;
}

.author-box-container a{
    text-decoration: underline;
    font-size: 22px;
    color: #707070;
    font-weight: 700;
}

.author-box-container a:hover{
    color: #3ec1ae;
}

.author-box-container .author-details > a{
    margin: auto 0;
    padding-right: 20px;
    display: flex;
    align-items: center;
}

.author-box-container .author-details img{
    height: 100px;
    width: 100px;
    border-radius: 50%;
    border: 1px solid rgba(0, 0, 0, .08);
}

.author-name-comment{
    margin: 20px 0;
    width: calc(100% - 122px);
}

.author-name-comment .author-box-name p{
    margin: 0;
    font-weight: bold;
}

.author-name-comment .author-box-comment p{
    font-size: 14px;
    margin: 10px 0;
}

.author-social-media{
    margin: 0 20px;
    padding: 9.5px 0;
    background: transparent;
    display: flex;
    border-top: 1px solid #707070;;
}
.author-social-media a{
    display: block;
    height: 35px;
    width: 35px;
    border-radius: 50%;
}
.author-social-media a:nth-child(2),
.author-social-media a:nth-child(3){
    margin-left: 15px;
}

.social-media.sm-linkedin{
    background: url(../img/social_media/parier-linkedin.svg) center / cover no-repeat;
}
.social-media.sm-linkedin:hover{
    background-image: url(../img/social_media/parier-linkedin-hover.svg);
}
.social-media.sm-tweeter{
    background: url(../img/social_media/parier-twitter.svg) center / cover no-repeat;
}
.social-media.sm-tweeter:hover{
    background-image: url(../img/social_media/parier-twitter-hover.svg);
}
.social-media.sm-strava{
    background: url(../img/social_media/parier-strava.svg) center / cover no-repeat;
}
.social-media.sm-strava:hover{
    background-image: url(../img/social_media/parier-strava-hover.svg);
}

.pronostics  > .mainimg {
    display: flex;
    justify-content: center;
    align-items: center;
}

@media (max-width: 1250px) and (min-width: 768px) {
    .cotes .casinos__casino-info {
        order: -2;
        margin-bottom: 5px;
        margin-right: 5px;
    }

    .cotes .casinos__content {
        align-items: stretch;
    }

    .cotes .casinos__casino-btn {
        flex: 0 1 30%;
        width: auto;
        height: 75px;
        order: -1;
    }

    .cotes .casinos__casino-btn>span {
        height: 71px;
    }

    .cotes .casinos__casino-btn:hover>span {
        height: 75px;
    }

    .cotes .casinos__casino-regler {
        flex: 1 0 87px;
        width: 87px;
        min-height: 70px;
        border-radius: 5px;
        margin-bottom: 0;
        margin-left: 0;
        padding: 0;
        background-color: #f1f1f1;
    }

    .cotes .casinos__casino-bonus,
    .cotes_data,
    .cotes_note {
        flex: 0 0 calc((100% - 102px)/3);
        margin-right: 5px;
    }

    .cotes .casinos__item {
        padding-right: 5px;
    }

    .cotes .casinos__casino-title {
        flex: 0 0 200px;
        width: 200px;
        border-radius: 5px;
        background-color: #f1f1f1;
    }

    .cotes .casinos__casino-logo {
        flex: 1 1 auto;
        margin-right: 5px;
    }
}

@media (max-width: 1200px) and (min-width: 768px) {
    .casinocard {
        position: relative;
        padding-bottom: 70px;
    }

    .casinocard_left {
        padding-bottom: 0;
    }

    a.casinocard_btn {
        position: absolute;
        bottom: 20px;
        left: 30px;
        right: 30px;
        z-index: 500;
        width: calc(100% - 60px);
    }

    .casinocard_info {
        margin-bottom: 20px;
    }

}

@media (max-width: 1100px) {
    .ribbon {
        left: -23px;
    }
    .ribbon::before {
        border-width: 0 8px 9px 0;
    }
}

@media (max-width: 1024px) {
    /* #top5wrapper {
        display: none;
    } */
    .wrapper {
        grid-template-areas: "breadcrumb" "blockedtops" "allpart" "leftpart" "rightpart";
        grid-template-columns: 100%;
    }
    .wrapper.review {
        grid-template-areas: "breadcrumb" "blockedtops" "allpart" "review_title" "rightpart" "leftpart";
    }
    table.bonuslist td.bts {
        padding-right: 0;
    }
    .wrapper .leftpart,
    .wrapper .rightpart,
    .wrapper .hpmain {
        width: 100%;
        padding-right: 0;
    }
    div.inner {
        margin: 0 15px;
    }
    h2 {
        font-size: 22px;
    }
    h3 {
        font-size: 19px;
    }
    #header .header_wrapper {
        max-width: 100%;
    }
    #header {
        min-width: 0;
    }
    div.header {
        min-width: 100%;
        width: 100%;
    }
    #footer {
        width: 100%;
    }
    div.facebookwidget {
        display: none;
    }
    table#quote i {
        font-size: 44px;
    }
    .title01 {
        font-size: 20px;
        line-height: 26px;
        font-width: 700;
    }
    div.listofarticles div.i {
        display: block;
        width: auto;
        padding-right: 10px;
        padding-left: 10px;
    }
    div.listofarticles span.imgspan {
        float: left;
        margin: 0 10px;
    }
    .pronosticsindex>div {
        text-align: center;
    }
    .pronosticsindex img {
        margin-right: 0;
    }
    .pronosticsindex>div .i {
        text-align: center;
    }
    div.tree ul {
        text-align: left;
    }
    #header .header_wrapper>ul.nav>li.active>table,
    #mnav>li.active>table {
        position: absolute;
        left: 0;
        width: 100%;
        margin: 0;
    }
    #header .header_wrapper>ul.nav>li:not(.active)>table,
    #mnav>li:not(.active)>table {
        display: none;
    }
    #header .header_wrapper>ul.nav>li>table,
    #mnav>li>table {
        width: 100%;
    }
    #header .header_wrapper>ul.nav>li>table td a,
    #mnav>li>table td a {
        height: 40px;
        display: inline;
        border: none;
    }
    #header .header_wrapper>ul.nav>li>table td,
    #mnav>li>table td {
        line-height: 13px;
        border-right: 1px #eee solid;
        padding: 0 5px;
        border-top: 10px #fff solid;
        border-bottom: 10px #fff solid;
    }
    #header .header_wrapper>ul.nav>li>table tr td:last-child,
    #mnav>li>table tr td:last-child {
        border-right: none;
        width: auto;
    }
    .freegames .gamegroup {
        margin: 0 0 0 3px;
        height: 177px;
        overflow: hidden;
    }
    .freegames .game {
        margin: 0 3px;
    }
    div.maintext div.list1 {
        border: none;
        padding: 5px;
    }
    div.maintext div.list1>div div {
        width: 100%;
        margin-top: 10px;
    }
    div.maintext img {
        max-width: 100%;
    }
    table#hptop5 tr td:first-child {
        width: auto;
    }

    div.pronostics div.mainimg {
        height: auto !important;
        margin-bottom: 0;
    }
    div.pronostics div.mainimg .imgspan {
        height: auto !important;
    }
    div.pronostics div.mainimg img {
        height: auto !important;
    }
    #pronosticshp img {
        height: auto;
        margin: 0 auto;
        display: block;
    }
    div#pronosticshp div.pn {
        width: auto;
    }
    #header .header_wrapper>ul.nav>li>table td .desktop-submenu>li>a {
        height: auto;
    }
    #header .header_wrapper>ul.nav>li>table td.desktop-submenu-link {
        border-bottom: none;
        border-top: none;
        padding: 11px 0;
        height: auto;
    }
    #header .header_wrapper>ul.nav>li>table td.desktop-submenu-link a {
        display: block;
        line-height: 40px;
        padding: 0;
    }
    .h-promo__content {
        gap: 25px;
    }
    .title01 > svg {
        margin: 0 6px 3px 0;
    }

    body[data-page-type="newsindex"] div.listofarticles {
        margin-top: 10px;
    }

    body[data-page-type="newsindex"] div.listofarticles div.i h2 {
        margin-top: 0;
    }
}

@media (max-width: 991px) {
    select.fgsofsel {
        width: 100%;
        margin: 6px!important;
        margin-bottom: 15px!important;
    }
    .next-button {
        float: right!important;
    }
    .pn-status {
        padding-left: 15%;
    }
    .fgnav {
        text-align: left!important;
    }
    .t-table td:nth-child(3) {
        display: none;
    }
    .b-table__bonus {
        padding: 10px 15px;
    }
    .b-table__links .button01 {
        min-width: 100px;
    }
    .bonus-table td {
        padding: 20px 10px;
    }
    .b-table__text {
        max-width: none;
    }
    .b-table__casino {
        padding: 23px 20px;
    }
    .h-forecast__block {
        flex-direction: column;
    }
    .h-forecast__content,
    .h-forecast__image {
        flex-basis: 100%;
        max-width: 100%;
    }
    .h-forecast__content {
        border: none;
    }
    .h-forecast__image {
        margin: 0 0 5px 0;
    }
    .h-forecast__image img {
        margin: 0 auto;
    }
    .h-categories__list {
        grid-template-columns: repeat(2, 1fr);
    }
    .type_sport .h-categories__list {
        margin-top: 20px;
    }
    .menu-active {
        width: 100%;
        overflow: hidden;
    }
    #bg.boxed {
        position: relative;
        transition: margin-left 0.4s ease;
    }
    .body-shadow {
        transition: background 0.4s ease;
    }
    body.menu-active .body-shadow {
        content: '';
        position: absolute;
        width: 100%;
        height: 100%;
        z-index: 9000;
        background-color: rgba(0, 0, 0, 0.4);
    }
    body.menu-active #bg.boxed {
        margin-left: 55%;
    }
    .menu-active .boxed {
        margin-left: 0;
    }
    .mobile-nav {
        display: block;
    }
    .mobile-nav.active {
        left: 0;
    }
    .menu-btn {
        display: block;
    }
    .mobile-nav-list.submenu-active>li {
        transform: translate3d(-100%, 0, 0);
    }
    .submenu.show {
        display: block;
    }
    #header {
        height: 60px;
    }
    #header .header_wrapper {
        height: 60px;
        position: absolute;
        left: 0;
        text-align: right;
    }
    #header .header_wrapper>ul.nav,
    #mnav {
        display: none;
    }
    div.header {
        height: 60px;
        margin-bottom: 10px;
    }
    #header .logo {
        margin: 0 0 0 10px !important;
        height: 100%;
        background-size: 100%;
        width: min(175px, 50%);
        background-position: center;
    }
}

@media (max-width: 925px) and (min-width: 768px) {
    .m-operator__header {
        flex-wrap: wrap;
        justify-content: center;
    }
    .m-operator__logo {
        flex-basis: 100%;
        max-width: 100%;
        text-align: center;
        margin: 0 0 10px;
    }
}

@media (max-width: 767px) {
    #footers {
        display: flex;
        justify-content: center;
        align-items: center;
        grid-template-columns:1fr 1fr;
        row-gap:10px;
        flex-flow: wrap;
    }

    #footers a {
        display:flex;
        justify-content:center;
    }
    #fgbanner div,
    #fgbanner img,
    #fgbanner span {
        display: none;
    }
    #fgbanner a {
        width: 100%;
        max-width: none;
    }
    .pronosticsindex {
        margin: 0 20px;
    }
    /* div.formobileonly {
        display: block !important;
    } */
    div#breadcrumb {
        margin: 0 0 10px 5px;
    }
    div.tree>ul>li>a {
        width: 92%;
    }
    div.tree>ul>li>ul>li>a {
        width: 90%;
    }
    div.tree>ul>li>ul>li>ul>li>a {
        width: 271px;
    }
    table#quote i {
        font-size: 36px;
    }
    .pronosticsindex .i {
        width: auto;
        display: block;
    }
    div.tree ul {
        margin-left: 0;
    }
    div.list1 .title02 {
        font-size: 13px;
    }
    table#hptop5 tr {
        display: flex;
        flex-direction: column;
        margin-bottom: 10px;
    }
    table#hptop5 tr td {
        text-align: center;
        padding: 0 20px;
        border: none;
    }
    table#hptop5 tr td:last-child {
        padding-bottom: 10px;
        border-bottom: 1px #efefef solid;
    }
    table#hptop5 tr td .title02 {
        display: none;
    }
    table#hptop5 tr td span {
        margin-bottom: 10px;
    }
    table#hptop5 img.blogo {
        margin: 20px 0 0;
    }
    table#hptop5 td.bts {
        padding: 0 40px;
    }
    table#hptop5 ul {
        display: flex;
        flex-direction: column;
        align-items: center;
    }
    div.pronostics .table1 tr td:first-child {
        width: auto;
    }
    .m-operator__header {
        margin-bottom: 15px;
    }
    .m-operator__text {
        text-align: center;
    }
    .m-operator__text>ul {
        display: inline-block;
        text-align: left;
    }
    .ribbon {
        top: 0;
    }
    .wrapper.homepage {
        grid-template-columns: none;
        grid-template-areas:
                "h-maintitle"
                "h-flexquote"
                "h-autocontenttable"
                "filter-container"
                "h-top"
                "h-month-top"
                "h-forecast"
                "h-bonus"
                "h-month-offer"
                "h-categories"
                "h-pronostics"
                "h-news"
                "h-form"
                "h-textblock";
    }

    body.paccac .wrapper.homepage {
        grid-template-areas:
                "h-maintitle"
                "h-flexquote"
                "h-autocontenttable"
                "filter-container"
                "h-top"
                "h-month-top"
                "h-forecast"
                "h-bonus"
                "h-month-offer"
                "h-categories"
                "h-pronostics"
                "h-textblock"
                "h-news"
                "h-form";
    }

    .h-month-top::before,
    .h-month-offer::before {
        width: 100vw;
        left: 50%;
        right: 50%;
        margin-left: -50vw;
        margin-right: -50vw;
    }
    .t-table tr {
        display: flex;
        flex-direction: column;
        align-items: center;
        padding: 20px 20px 17px 20px;
    }
    .t-table td {
        display: block;
        padding: 0;
    }
    .t-table__logo {
        width: 100%;
        text-align: center;
        margin-bottom: 16px;
    }
    .cards-list {
        grid-template-columns: repeat(2, 1fr);
    }
    .t-table__links .button01 {
        width: 255px;
    }
    .t-table td:nth-child(1) {
        width: 100%;
        order: -2;
    }
    .t-table td:nth-child(3) {
        order: -1;
        display: block;
    }
    .t-table__rating {
        margin-bottom: 26px;
    }
    .top-block ul {
        margin-bottom: 20px;
    }
    .ribbon {
        top: -20px;
        left: -45px;
    }
    .h-promo {
        padding: 30px 0;
    }
    .h-forecast__prediction {
        margin-bottom: 24px;
        align-items: center;
    }
    .cards-list__image {
        width: 100%;
    }
    .cards-list__image img {
        width: 100%;
        max-width: none;
    }
    .h-categories__list {
        grid-template-columns: repeat(3, 1fr);
    }
    .bonus-table tr {
        display: flex;
        flex-wrap: wrap;
    }
    .bonus-table tr:not(:last-child) {
        margin-bottom: 15px;
    }
    .bonus-table td {
        box-sizing: border-box;
        padding: 0;
    }
    .bonus-table td:nth-child(2) {
        display: none;
    }
    .bonus-table td:first-child {
        width: 102px;
        flex: 0 0 102px;
        border-radius: 3px 0 0 0;
    }
    .bonus-table td:last-child {
        flex: 0 0 100%;
        max-width: 100%;
        border: none;
        border-radius: 0;
        background: none;
    }
    .bonus-table td:nth-child(3) {
        flex: 0 0 calc(100% - 102px);
        width: calc(100% - 102px);
        border: 2px solid #dddddd;
        border-radius: 0 3px 0 0;
    }
    .b-table__casino {
        box-sizing: border-box;
        height: 150px;
        padding: 5px;
    }
    .b-table__logo {
        flex: 0 0 100%;
        max-width: 100%;
        text-align: center;
    }
    .b-table__logo span {
        display: block;
        font-size: 14px;
        line-height: 1.2;
        text-transform: uppercase;
        font-weight: 700;
    }
    .b-table__logo img {
        max-width: 60px;
        margin: 0 auto 8px auto;
    }
    .b-table__links {
        margin-top: 0;
    }
    .top-block .button-review {
        display: none;
    }
    .b-table__links .button01 {
        box-sizing: border-box;
        width: 100%;
        max-width: none;
        border-radius: 0 0 3px 3px;
        margin-bottom: 0;
    }
    .b-table__number {
        display: none;
    }
    .b-table__bonus {
        width: 100%;
        height: 100%;
        align-items: center;
        border-radius: 0;
        background: none;
        font-size: 19px;
        padding-left: 5px;
        padding-right: 5px;
    }
    .b-table__bonus-title {
        margin-bottom: 4px;
    }
    .b-table__bonus-value {
        font-size: 35px;
        margin-bottom: 2px;
    }
    .h-forecast__image img {
        width: 100%;
    }
}
@media (max-width: 767px) and (min-width: 405px) {
    .m-operator__header {
        justify-content: center;
        align-items: center;
    }
    .m-operator__logo {
        margin-right: 30px;
    }
    .m-operator__funcs {
        flex: 0 1 auto;
        display: flex;
        flex-wrap: wrap;
        justify-content: center;
    }
    .m-operator__funcs .button01 {
        flex: 0 0 auto;
    }
    .m-operator__funcs .button-review {
        flex: 0 0 auto;
        padding: 0 10px;
    }
    .homepage-block {
        margin-bottom: 20px;
    }
}
@media (max-width: 681px) {
    .list1h>div {
        width: 45%;
    }
    .button-review-newcasinos {
        display: none !important;
    }
}

@media (max-width: 600px) {
    ul.custom_3girls li {
        width: 100px !important
    }
    table.bonuslist.pro tr {
        display: flex;
        flex-wrap: wrap;
        align-items: center;
        justify-content: space-between;
        padding: 10px;
    }
    table.bonuslist.pro td.bts {
        flex-grow: 1;
    }
    table.bonuslist.pro td.cote {
        min-width: 0;
    }
    table.bonuslist:not(.pro) td.i span.detail {
        display: none;
    }
    table.bonuslist img {
        width: 50px;
        height: 50px;
    }
    table.bonuslist td.i {
        width: 70px;
    }
    table.bonuslist td.no {
        display: none;
    }
    #stk {
        padding: 10px 0;
    }
    #stk span {
        display: none;
    }
    #stk a.button02 {
        width: 85%;
    }
}

@media (max-width: 550px) {
    div#rvtop {
        grid-template-areas: "h1" "logo" "button" "bonus";
        grid-template-columns: 1fr;
        text-align: center;
        padding-bottom: 20px;
    }
    div#rvtop .rvtop_left {
        min-height: unset;
    }
    div#rvtop .button02 {
        margin: 0 auto 10px;
        width: 100%;
    }
    div#rvtop .title01 {
        color: #363636;
    }
    .h-categories__list {
        grid-template-columns: repeat(2, 1fr);
    }
    .cards-list {
        grid-template-columns: none;
    }
    .t-table__links .button01 {
        width: 100%;
    }
    .h-promo__btn {
        box-sizing: border-box;
        width: 100%;
    }
    .h-promo__content {
        padding: 0;
        grid-template-columns: none;
        justify-content: center;
        grid-template-areas: "hp-logo" "hp-list" "hp-btn";
    }
    .h-promo__list {
        display: inline-block;
    }
    .h-promo__logo {
        text-align: center;
    }
    .wrapper.homepage .h-promo__title {
        margin-bottom: 15px;
    }
    .h-promo__block {
        padding: 25px 30px 30px 30px;
    }
    .cards-list__title {
        margin-bottom: 20px;
    }
    .no-bg {
        margin-left: 0;
        margin-right: 0;
    }

    .author-box-container .author-details{
        display: block;
        padding-top: 15px;
    }

    .author-box-container .author-details > a {
        justify-content: center;
        border: none;
        padding-right: 0;
        margin: 0 auto;
        width: 100px;
    }

    .author-name-comment {
        margin: 9px 0 11px 0;
        width: 100%;
    }

    .author-name-comment .author-box-name p {
        text-align: center;
    }

    .author-social-media {
        justify-content: center;
    }
}

@media (max-width: 500px) {
    .mobile-nav {
        width: 80%;
    }

    body.menu-active #bg.boxed {
        margin-left: 80%;
    }

    div.games {
        margin: 10px;
        display: grid;
        grid-template-columns: 1fr 1fr;
        gap: 15px 10px;
        clear: both;
    }
}

@media (max-width: 428px) {
    .bo_image_desktop {
        display: none !important;
    }
}

@media (max-width: 420px) {
    table.bonuslist td {
        padding: 5px 1px;
    }
    table.bonuslist td.lg {
        padding: 0;
    }
    table.bonuslist td.b {
        width: 76px;
    }
    table.bonuslist td.bts {
        width: 70px;
        padding-left: 5px;
    }
    table.bonuslist td.i {
        width: 50px;
    }
    table.bonuslist td.i .title02 {
        font-weight: 400;
        font-size: 16px;
    }
    table.bonuslist .button01 {
        min-width: 0;
        font-size: 18px;
        padding: 8px 1px;
    }
    table.bonuslist img {
        width: 45px;
        height: 45px;
    }
    table.bonuslist td.lg {
        width: 45px;
    }
    .wrapper {
        padding: 0;
    }
    #fgitem {
        width: auto;
        margin: 0 -15px;
    }
    .title01 {
        font-size: 20px!important;
        line-height: 24px!important;
        font-weight: 700 !important;
    }
    div#rvtop h1 {
        font-size: 17px!important;
        line-height: 1.2!important;
    }
    div.maintext h2 {
        font-size: 22px;
    }
    .title02 {
        font-size: 14px;
    }
    div.top-block .title02 {
        display: none;
    }
    div.top-block .button01 {
        margin-bottom: 11px;
    }
    .top-block .button-review {
        display: inline-block;
    }
    div.inner {
        font-size: 16px;
        line-height: 24px;
    }
    table#quote td.t {
        padding: 30px 10px 15px;
    }
    div#pronosticshp p {
        font-size: 16px;
        line-height: 24px;
    }
    div.flexquote .inner {
        margin: 0;
    }
    .listofarticles p {
        font-size: 13px;
        line-height: 20px;
    }
    div.tree ul {
        margin-left: 0;
    }
    .bonuslist td.des {
        display: none;
    }
    table#hptop5 span {
        line-height: 24px;
        font-size: 14px;
    }
    .wrapper.homepage {
        padding: 0 10px;
    }
}

@media (max-width: 395px) {
    select.fgsofsel {
        width: 100%;
        margin: 6px!important;
        margin-bottom: 15px!important;
    }
    .next-button {
        float: right!important;
    }
    .pn-status {
        padding-left: 5%!important;
    }
    .fgnav {
        text-align: left!important;
    }
    .freegames .gamegroup {
        height: 360px;
        text-align: center;
    }
    div.pronostics a.button01 {
        width: auto;
    }
}

@media (max-width: 390px) {
    .mobile-nav-list li.lvl-1>a,
    .submenu-header {
        font-size: 20px;
        line-height: 30px;
    }
    .subsections>li>a {
        padding: 14px 20px 14px 50px;
    }
}

@media (max-width: 375px) {
    a.pn-arrow-prev,
    a.pn-arrow-next {
        margin: 0px;
    }
}

@media (max-width: 320px) {
    div.games {
        grid-template-columns: 1fr;
    }
}

@media (max-width: 359px) {
    table.bonuslist.pro tr {
        padding: 5px;
    }
    table.bonuslist.pro td.i {
        width: 170px;
    }
    table.bonuslist td.i {
        width: 40px;
    }
    table.bonuslist .button01 {
        font-size: 18px;
    }
    a.pn-arrow-prev,
    a.pn-arrow-next {
        margin: 0px;
    }
}

@media (min-width: 768px) {
    .footer-disclaimer {
        margin-left: 10%;
        margin-right: 10%;
    }
}

@media (min-width: 429px) {
    .bo_image_mobile {
        display: none !important;
    }
}

.type_casino ul.nav table td svg>path{
    fill: var(--headerbg);
}

.imgspan img {
    height: 125px;
    width: 150px;
    margin-left: 0px;
    overflow-clip-margin: content-box;
    overflow: clip;
}

.rightpart .inner.hpnews div > a > span.imgspan > picture > img {
    height: auto!important;
}
