@charset "UTF-8";

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

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

ol,
ul {
  list-style: none
}

blockquote,
q {
  quotes: none
}

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

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

html {
  overflow-x: hidden;
  -webkit-box-sizing: border-box;
  box-sizing: border-box
}

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

.screen-reader-text {
  display: none
}

body {
  font-family: Mulish, sans-serif;
  min-width: 320px;
  background-color: #222;
  color: #fff;
  font-weight: 400;
  font-size: 18px;
  line-height: 125.5%;
  -webkit-font-smoothing: antialiased;
  margin: 0 auto;
  overflow: hidden
}

::-webkit-input-placeholder {
  color: #828282
}

:-ms-input-placeholder {
  color: #828282
}

::-moz-placeholder {
  color: #828282;
  opacity: 1
}

:-moz-placeholder {
  color: #828282;
  opacity: 1
}

:focus:-moz-placeholder,
:focus:-ms-input-placeholder,
:focus::-moz-placeholder,
:focus::-webkit-input-placeholder {
  color: transparent
}

h1,
h1 a,
h2,
h2 a,
h3,
h3 a,
h4,
h4 a,
h5,
h5 a,
h6,
h6 a {
  font-weight: 700;
  -webkit-backface-visibility: hidden
}

h1,
h1 a,
h3,
h3 a {
  font-size: 24px;
  line-height: 120%
}

h2,
h2 a {
  font-size: 30px;
  line-height: 110%
}

h4,
h4 a {
  font-size: 1.478em;
  line-height: 1.2em
}

h5,
h5 a {
  font-size: 1.111em;
  line-height: 1.2em
}

h6,
h6 a {
  font-size: .833em;
  line-height: 1.2em
}

img {
  max-width: 100%;
  height: auto;
  -webkit-backface-visibility: hidden
}

embed,
iframe,
object,
video {
  max-width: 100%
}

iframe {
  border-radius: 20px
}

input,
textarea {
  outline: 0;
  outline: 0
}

:active,
:focus,
:hover {
  outline: 0 !important;
  outline-offset: 0 !important
}

input[type=text]:focus {
  outline: 0
}

a {
  color: #ffdc11
}

a,
a:visited {
  text-decoration: none;
  -webkit-transition: all .3s ease-in-out;
  -o-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out
}

a:hover {
  cursor: pointer;
  text-decoration: none
}

a:active,
a:focus {
  outline: 0
}

div {
  -webkit-tap-highlight-color: transparent;
  display: block
}

div::-webkit-scrollbar {
  -webkit-appearance: none
}

div::-webkit-scrollbar-thumb {
  border-radius: 5px;
  background-color: silver;
  -webkit-box-shadow: 0 0 1px rgba(255, 255, 255, .5)
}

input[type=email],
input[type=password],
input[type=search],
input[type=tel],
input[type=text],
input[type=url],
select,
textarea {
  color: #828282;
  font-weight: 400;
  font-size: 14px;
  line-height: 123.4%;
  background-color: #2f2f2f;
  border-radius: 20px;
  border: none;
  width: 100%;
  padding: 7px 10px;
  -webkit-appearance: none
}

input[type=search] {
  background-color: #f1f3f4
}

textarea {
  padding: 15px
}

input[type=submit] {
  width: 100%;
  background-color: #be2edd;
  border: 0;
  padding: 11px 30px;
  font-family: Raleway, sans-serif;
  font-weight: 700;
  font-size: 1em;
  line-height: 1.45em;
  height: 45px;
  color: #fff;
  border-radius: 5px;
  -webkit-appearance: none;
  text-align: center;
  cursor: pointer;
  -webkit-transition: all .3s ease-in-out;
  -o-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out
}

input[type=submit]:hover {
  background-color: #57606f
}

.space-page-wrapper,
.space-wrapper {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 15px
}

.space-block-title {
  padding: 0 15px 30px
}

.space-page-body.fixed {
  padding-top: 90px
}

.round-border-block {
  border-radius: 30px
}

.dark-background {
  background-color: #2f2f2f
}

.light-background {
  background-color: #444
}

.space-box.enabled {
  max-width: 1260px;
  margin: 0 auto;
  -webkit-box-shadow: 0 0 15px 0 rgba(0, 0, 0, .1);
  box-shadow: 0 0 15px 0 rgba(0, 0, 0, .1)
}

.mtb30 {
  margin: 30px 0
}

.mtb40 {
  margin: 40px 0
}

.m15 {
  margin: 15px
}

.mt15 {
  margin-top: 15px
}

.mb15 {
  margin-bottom: 15px
}

.mrl15 {
  margin-left: 15px;
  margin-right: 15px
}

.mrl-15 {
  margin-left: -15px;
  margin-right: -15px
}

.p15 {
  padding: 15px
}

.plr15 {
  padding: 0 15px
}

.p20 {
  padding: 20px
}

.p30 {
  padding: 30px
}

.box-shadow {
  -webkit-box-shadow: 1px 4px 8px rgba(0, 0, 0, .2);
  box-shadow: 1px 4px 8px rgba(0, 0, 0, .2)
}

.none {
  display: none !important
}

.block {
  display: block
}

.star-rating {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  color: #ffdc11
}

.star-rating .star {
  font-family: "Font Awesome 5 Free" !important;
  line-height: 1em;
  margin: 0 2px
}

.star-rating .star-full:before {
  content: "\f005";
  font-weight: 900
}

.star-rating .star-half:before {
  content: "\f5c0";
  font-weight: 900
}

.star-rating .star-empty:before {
  content: "\f005";
  font-weight: 400
}

.relative {
  position: relative
}

.absolute {
  position: absolute
}

.initial {
  position: initial
}

.fixed {
  position: fixed
}

.left {
  float: left
}

.right {
  float: right
}

.text-center {
  text-align: center
}

.text-right {
  text-align: right
}

.text-left {
  text-align: left
}

.box-100 {
  width: 100%
}

.box-10 {
  width: 10%
}

.box-20 {
  width: 20%
}

.box-25 {
  width: 25%
}

.box-30 {
  width: 30%
}

.box-33 {
  width: 33.33333333%
}

.box-35 {
  width: 35%
}

.box-40 {
  width: 40%
}

.box-45 {
  width: 45%
}

.box-50 {
  width: 50%
}

.box-55 {
  width: 55%
}

.box-60 {
  width: 60%
}

.box-66 {
  width: 66.66666666%
}

.box-70 {
  width: 70%
}

.box-75 {
  width: 75%
}

.box-80 {
  width: 80%
}

.clear {
  clear: both
}

a.underline {
  text-decoration: underline !important
}

a.underline:hover {
  text-decoration: none !important
}

.alignleft {
  float: left;
  text-align: left
}

.alignright {
  float: right;
  text-align: right
}

.aligncenter {
  display: block;
  text-align: center
}

.imgleft, .imgleft-m {
  float: left;
  margin: 0 10px 5px 0;
}

@media (max-width : 700px) {
.imgleft {
  float: none;
  display: block;
  margin: 0 auto 10px;
}
}

blockquote {
  padding: 2em 45px 0;
  margin: 1.45em 0 2.9em;
  position: relative;
  text-align: center
}

blockquote.wp-block-quote {
  padding: 2em 45px 0;
  margin: 1.45em 0 2.9em;
  position: relative;
  text-align: center
}

p {
  margin-bottom: 30px
}

.blog-link {
  font-size: 24px;
  line-height: 120%;
  font-weight: 700;
  color: #fff;
}

.blog-text {
  margin: 10px 0;
}

.space-header-height {
  min-height: 120px
}

.space-header-height.enable-top-bar {
  min-height: 108px
}

.space-header-wrap {
  width: 100%;
  z-index: 20
}

.space-header-wrap.fixed {
  top: 0;
  left: 0;
  right: 0;
  position: fixed
}

.space-header-wrap.fixed .space-header-top {
  display: none
}

.admin-bar .space-header-wrap.fixed {
  top: 32px
}

.space-header-top {
  overflow: hidden;
  width: 100%;
  min-height: 29px
}

.space-header-top-menu ul {
  padding-left: 15px
}

.space-header-top-menu ul li {
  margin-right: 20px;
  float: left
}

.space-header-top-menu ul li a {
  font-size: .75em;
  line-height: 29px;
  font-weight: 400;
  text-decoration: none
}

.space-header-top-menu ul li a:hover {
  text-decoration: none
}

.space-header-top-soc a {
  display: inline-block;
  margin-right: 15px;
  font-size: .75em;
  line-height: 29px;
  text-decoration: none
}

.space-header-top-soc a:last-child {
  margin-right: 15px
}

.space-header-top-soc a:hover {
  text-decoration: none
}

.space-header {
  max-width: 1920px;
  margin: 0 auto;
  padding: 0 15px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center
}

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

.space-header-ins.homepage {
  padding-left: 0
}

.space-header-logo-ins .image-logo,
.space-footer-top-logo img {
  max-height: 115px
}

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

.space-header-menu ul.main-menu {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding-right: 55px;
  line-height: 100%
}

.space-header-menu ul.main-menu li {
  position: relative;
  padding: 0;
  margin: 0;
  font-size: 1em;
  line-height: 1em;
  font-weight: 400
}

.space-header-menu ul.main-menu li:last-child {
  margin-right: 0
}

.space-header-menu ul.main-menu li a {
  color: #fff;
  text-decoration: none;
  padding: 51px 20px;
  border-bottom: 2px solid transparent;
  display: block;
  font-style: normal;
  font-weight: 500;
  font-size: 1.111em
}

.space-header-menu ul.main-menu li:hover {
  background-color: #282828
}

.space-header-menu ul.main-menu li:hover ul.sub-menu {
  top: 100%;
  opacity: 1;
  visibility: visible
}

.space-header-menu ul.main-menu li:hover ul.sub-menu li:hover {
  background-color: #282828
}

.space-header-menu ul.main-menu li:hover ul.sub-menu li:hover a {
  color: #ffdc11
}

.space-header-menu ul.main-menu li ul.sub-menu {
  background-color: #2f2f2f;
  display: block !important;
  padding: 15px 0;
  position: absolute;
  top: 100px;
  left: 0;
  width: 515px;
  -webkit-box-shadow: 1px 4px 8px rgba(0, 0, 0, .2);
  box-shadow: 1px 4px 8px rgba(0, 0, 0, .2);
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all .3s ease-in-out;
  -o-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out
}

.space-header-menu ul.main-menu li ul.sub-menu li {
  display: block;
  padding: 15px 30px;
  position: relative;
  line-height: 1.2em;
  width: 100%
}

.space-header-menu ul.main-menu li ul.sub-menu li a {
  display: inline-block;
  padding: 0;
  text-decoration: none;
  font-weight: 400;
  border-bottom: 1px solid transparent
}

.space-header-menu ul.main-menu li ul.sub-menu li a:hover {
  border-bottom: 1px solid transparent;
  text-decoration: none
}

.space-header-menu ul.main-menu li ul.sub-menu li.menu-item-has-children ul {
  position: absolute;
  top: 15px;
  left: 220px;
  z-index: 10;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all .3s ease-in-out;
  -o-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out
}

.space-header-menu ul.main-menu li ul.sub-menu li.menu-item-has-children:hover ul {
  top: -15px;
  opacity: 1;
  visibility: visible
}

.space-header-menu ul.main-menu li ul.sub-menu li.menu-item-has-children:after {
  content: "\f0da";
  font-family: "Font Awesome 5 Free" !important;
  font-weight: 900;
  position: absolute;
  font-size: 10px;
  top: 7px;
  right: 15px
}

.space-header-menu ul.main-menu li.menu-item-has-children ul.sub-menu li a:after {
  display: none
}

.space-header-logo a.text-logo {
  font-size: 1.333em;
  line-height: 1em;
  text-transform: uppercase
}

.space-header-logo span {
  display: block;
  font-weight: 400;
  font-size: .75em;
  line-height: 1em
}

.space-header-search img {
  height: 30px;
  width: 30px
}

.space-header-search.mobile {
  display: none
}

.flag-wrapper {
  margin-left: auto
}

.flag-wrapper img {
  height: 110px
}

.space-header-search {
  top: 30px;
  bottom: 0;
  right: 15px;
  margin: 0;
  color: #151515;
  font-size: 1.333em;
  line-height: 1em;
  height: 1em;
  cursor: pointer;
  margin-right: 15px
}

.space-header-2-top-search .space-header-search {
  top: 35px;
  right: 0;
  color: #95a5a6
}

.desktop-search-close-button {
  top: 20px;
  right: 45px
}

.desktop-search-close-button .to-right {
  background-color: #fff
}

.desktop-search-close-button .to-left {
  background-color: #fff
}

.space-close-icon {
  width: 20px;
  height: 21px;
  cursor: pointer
}

.space-close-icon .to-right {
  top: 10px;
  left: 0;
  width: 20px;
  height: 1px;
  background-color: #fff;
  -ms-transform: rotate(135deg);
  -webkit-transform: rotate(135deg);
  transform: rotate(135deg)
}

.space-close-icon .to-left {
  top: 10px;
  left: 0;
  width: 20px;
  height: 1px;
  background-color: #7f8c8d;
  -ms-transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg)
}

.space-header-search-block {
  height: 115px;
  width: 100%;
  padding: 0;
  margin: 0;
  bottom: 0;
  left: 0;
  right: 0;
  top: 0;
  background-color: #2f2f2f;
  opacity: 0;
  visibility: hidden;
  z-index: 100000;
  border-bottom: 2px solid #ccc;
  -webkit-transition: all .3s ease-in-out;
  -o-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out
}

.space-header-search-block input[type=search] {
  width: 100%;
  float: none;
  height: auto;
  background: 0 0;
  font-family: Raleway, sans-serif;
  font-weight: 700;
  font-size: 25px;
  line-height: 1.5;
  color: #fff;
  border: 0;
  border-bottom: 1px solid #e9edf0;
  padding: 20px 5px;
  border-radius: 0
}

.space-header-search-block.active {
  opacity: 1;
  visibility: visible
}

.space-header-search-block-ins {
  max-width: 1170px;
  height: 100px;
  margin: auto;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0
}

.search-results .space-single-aces-breadcrumbs {
  padding: 0
}

.search-results .space-single-aces-breadcrumbs .space-breadcrumbs {
  margin-left: 0;
  margin-right: 0
}

.space-mobile-menu-icon {
  width: 40px;
  cursor: pointer;
  overflow: hidden;
  display: none
}

.space-mobile-menu-icon > div {
  background-color: #fff;
  height: 3px;
  margin-bottom: 5px
}

.space-mobile-menu {
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background-color: rgba(45, 52, 54, .95);
  z-index: 100000;
  margin: 0;
  padding: 0;
  overflow-y: auto;
  width: 100%;
  display: block;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all .3s ease-in-out;
  -o-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out
}

.space-mobile-menu.active {
  opacity: 1;
  visibility: visible
}

.breadcrumbs {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 14px;
  line-height: 110%;
  color: #828282
}

.breadcrumbs a {
  color: #828282
}

.breadcrumbs a:hover {
  color: #fff
}

/*
.breadcrumbs div::before {
  content: "»";
  margin: 0 0 0 5px
}
*/

.breadcrumbs div {
  display: inline;
}

.breadcrumbs div:nth-child(2)::before {
  content: none
}

.page-content-wrapper {
  margin: 0 -15px
}

.page-content.mrl15 {
  margin-top: 60px;
}

.space-aces-content-box h2 {
  font-size: 30px;
  margin-bottom: 30px
}

.space-aces-content-box h3 {
  font-size: 25px;
  margin-bottom: 25px
}

.space-aces-content-box h4 {
  font-size: 22px;
  margin-bottom: 20px
}

.space-aces-content-box h5 {
  font-size: 20px;
  margin-bottom: 20px
}

.space-aces-content-box ul,
.space-aces-content-box ol {
  margin-left: 60px;
  list-style: disc;
}

.space-aces-content-box ol {
  list-style: decimal
}

.space-aces-content-box li {
  margin-bottom: 15px;
}

.space-aces-content-box table {
  margin-bottom: 30px;
}

.space-aces-content-box table td {
  padding: 10px;
  border: 1px solid #fff;
}

.item-rating-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex
}

.item-rating-box .rating-data {
  font-size: 16px;
  line-height: 110%;
  color: #828282
}

.item-rating-box .rating-data .last-votes {
  font-style: italic
}

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

.author-rating-wrapper .item-author-box {
  padding: 7px 15px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  font-size: 16px;
  line-height: 110%
}

.author-rating-wrapper .item-author-box a {
  margin-left: 5px
}

.author-rating-wrapper .published-at {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex
}

.author-rating-wrapper .published-at svg {
  height: 18px;
  width: 18px;
  margin: 0 10px
}

.detailed-wrapper {
  padding-bottom: 20px
}

.detailed-wrapper .detailed-block {
  margin-bottom: 20px
}

.detailed-wrapper ul {
  display: block
}

.detailed-wrapper ul li {
  font-size: 16px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  border-bottom: 1px solid #222
}

.detailed-wrapper ul li a {
  text-decoration: underline
}

.detailed-wrapper ul li .casino-info-table-title {
  font-weight: 700;
  display: -webkit-box;
  display: -ms-flexbox;
  padding: 15px 10px 0 0;
  white-space: nowrap
}

.detailed-wrapper ul li .casino-info-table-value {
  text-align: right;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 15px 0 15px 0;
  color: #ffdc11
}

.detailed-wrapper ul li:last-child {
  border-bottom: none
}

.detailed-wrapper.casino-overview {
  margin-bottom: 0;
  padding-bottom: 0
}

.detailed-wrapper.casino-overview .casino-info-table-title,
.detailed-wrapper.casino-overview .casino-info-table-value {
  padding: 5px 5px 0 5px
}

.detailed-wrapper.casino-overview .casino-info-table-title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex
}

.detailed-wrapper.casino-overview .casino-info-table-title img {
  max-height: 20px;
  margin-right: 10px
}

.detailed-wrapper.our-rating-block li {
  padding: 15px;
  border-bottom: 1px solid #444
}

.detailed-wrapper.our-rating-block .casino-info-table-title,
.detailed-wrapper.our-rating-block .casino-info-table-value {
  padding: 0
}

.detailed-wrapper.our-rating-block .casino-info-table-value {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center
}

.space-casino-content-button-block a.btn {
  width: 100%
}

.casino-data-grid {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 35% 0 2fr;
  grid-template-columns: 35% 2fr;
  gap: 0 0;
  -ms-grid-rows: auto 0 auto;
  grid-template-areas: "space-aces-content-meta casino-overview-wrapper""space-aces-content-meta our-rating-wrapper"
}

.casino-data-grid .space-aces-content-meta {
  -ms-grid-row: 1;
  -ms-grid-row-span: 3;
  -ms-grid-column: 1;
  grid-area: space-aces-content-meta
}

.casino-data-grid .casino-overview-wrapper {
  -ms-grid-row: 1;
  -ms-grid-column: 3;
  grid-area: casino-overview-wrapper
}

.casino-data-grid .our-rating-wrapper {
  -ms-grid-row: 3;
  -ms-grid-column: 3;
  grid-area: our-rating-wrapper
}

.faq-block-wrapper,
.page-content-with-sidebar {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 35% 2fr;
  grid-template-columns: 35% 2fr
}

.faq-block-wrapper .top-3-casinos-wrapper,
.page-content-with-sidebar .top-3-casinos-wrapper {
  margin-top: 90px
}

.faq-block-wrapper.sidebar-right,
.page-content-with-sidebar.sidebar-right {
  -ms-grid-columns: 2fr 35%;
  grid-template-columns: 2fr 35%
}

.casino-overview-block h3 {
  margin-bottom: 30px
}

.our-rating-block {
  border: 1px solid #444;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  border-radius: 20px
}

a.btn {
  background-color: #ffdc11;
  color: #000;
  padding: 13px 40px;
  font-size: 18px;
  line-height: 110%;
  text-align: center;
  text-transform: uppercase;
  font-weight: 900;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-shadow: 3px 4px 0 #bf9602;
  box-shadow: 3px 4px 0 #bf9602;
  -webkit-transition: all .5s ease-in-out;
  -o-transition: all .5s ease-in-out;
  transition: all .5s ease-in-out
}

a.btn-dark {
  color: #ffdc11;
  background-color: #777;
  -webkit-box-shadow: 3px 4px 0 #444;
  box-shadow: 3px 4px 0 #444
}

.space-casinos-3-archive-item {
  counter-increment: casinos;
}

.space-casinos-3-archive-item-ins {
  -webkit-transition: all .5s ease-in-out;
  -o-transition: all .5s ease-in-out;
  transition: all .5s ease-in-out;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: distribute;
  justify-content: space-around
}

.space-casinos-3-archive-item-number {
  font-weight: 800;
  font-size: 24px;
  line-height: 120%;
  color: #ffdc11;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center
}

.space-casinos-3-archive-item-number::before {
  content: counter(casinos)
}

.space-casinos-3-archive-item {
  margin-bottom: 20px
}

.space-casinos-3-archive-item:last-child {
  margin-bottom: 30px
}

.space-casinos-3-archive-item.with-number .space-casinos-3-archive-item-logo-ins img {
  border-radius: 20px
}

.space-casinos-3-archive-item .space-casino-content-button {
  margin-bottom: 15px
}

.space-casinos-3-archive-item a.btn {
  font-size: 16px;
  padding: 21px;
  -ms-flex-item-align: end;
  -ms-grid-row-align: end;
  align-self: end;
  margin-left: auto;
  max-height: 60px
}

.space-casinos-3-archive-item .space-casinos-3-archive-item-number-of-games {
  display: none
}

.space-casinos-3-archive-item .space-casinos-3-archive-item-rating-box {
  margin-top: 15px
}

.space-casinos-3-archive-item .space-casinos-3-archive-item-rating-box .space-casinos-3-archive-item-rating-value {
  display: none
}

.top-3-casinos-block .space-casinos-3-archive-item {
  margin-bottom: 10px
}

.top-3-casinos-block .space-casinos-3-archive-item.with-number .space-casinos-3-archive-item-logo-ins img {
  height: 50px
}

.top-3-casinos-block .space-casinos-3-archive-item a.btn {
  font-size: 12px;
  padding: 7px;
  max-width: 100px;
  -ms-flex-item-align: end;
  -ms-grid-row-align: end;
  align-self: end;
  margin-left: auto
}

.casino-table-wrapper {
  margin-bottom: 40px
}

.casino-table-search-wrapper {
  margin-bottom: 25px
}

.casino-table-search-wrapper .casino-table-search-block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 15px;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  color: #828282;
  font-weight: 600;
  font-size: 14px;
  line-height: 123.4%
}

.casino-table-search-wrapper .input-wrapper label {
  position: relative
}

.casino-table-search-wrapper .input-wrapper svg {
  position: absolute;
  height: 100%;
  right: 10px;
  top: 0
}

.casino-table-search-wrapper .input-wrapper input {
  width: 280px
}

.casino-table-search-wrapper .additional-filters-wrapper {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start
}

.casino-table-search-wrapper .additional-filters-wrapper .dropdown:first-child {
  margin-right: 15px
}

.casino-table-search-wrapper .additional-filters-wrapper button {
  width: 280px
}

.casino-table-search-wrapper .additional-filters-wrapper .dropdown-content {
  width: 100%
}

.casino-table-search-wrapper button {
  position: relative;
  color: #828282;
  border-radius: 20px;
  background-color: #2f2f2f;
  padding: 7px 10px;
  border: none;
  cursor: pointer;
  margin-bottom: 5px;
  width: 145px
}

.casino-table-search-wrapper button svg {
  position: absolute;
  height: 100%;
  right: 10px;
  top: 0
}

.casino-table-search-wrapper button .new-button-text,
.casino-table-search-wrapper button:hover {
  color: #ffdc11
}

.casino-table-search-wrapper button .new-button-text path,
.casino-table-search-wrapper button .new-button-text svg,
.casino-table-search-wrapper button:hover path,
.casino-table-search-wrapper button:hover svg {
  fill: #ffdc11
}

.casino-table-search-wrapper .dropdown {
  position: relative;
  display: inline-block
}

.casino-table-search-wrapper .dropdown:hover .dropbtn {
  color: #ffdc11
}

.casino-table-search-wrapper .dropdown:hover path,
.casino-table-search-wrapper .dropdown:hover svg {
  fill: #ffdc11
}

.casino-table-search-wrapper .dropdown-content {
  display: none;
  position: absolute;
  background-color: #2f2f2f;
  min-width: 160px;
  z-index: 1;
  border-radius: 10px;
  padding: 10px 0
}

.casino-table-search-wrapper .dropdown-content a {
  color: #828282;
  padding: 10px 15px;
  display: block
}

.casino-table-search-wrapper .dropdown-content a:hover {
  color: #ffdc11;
  background-color: #282828
}

.casino-table-search-wrapper .dropdown:hover .dropdown-content {
  display: block
}

.space-casinos-3-archive-item-logo {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center
}

.space-casinos-3-archive-item-brand-title-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: distribute;
  justify-content: space-around
}

.space-casinos-3-archive-item-brand-name-link {
  color: #fff;
  font-weight: 800;
  font-size: 20px;
  line-height: 109.9%;
  margin-bottom: 20px
}

.space-casinos-3-archive-item-brand-name-link a {
  color: #fff;
  font-weight: 800;
  font-size: 20px;
  line-height: 109.9%
}

.space-casinos-3-archive-item-terms-desc {
  font-size: 16px;
  line-height: 123.4%;
  text-align: center;
  color: #828282;
  font-weight: 400
}

.space-casinos-3-archive-item-terms-ins {
  font-weight: 800;
  font-size: 12px;
  line-height: 110%
}

.casino-overview-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-bottom: 40px
}

.casino-overview-wrapper a.btn {
  padding: 15px;
  width: 100%
}

.space-casino-content-logo img {
  max-height: 170px
}

.dashed-bar {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex
}

.dashed-bar span {
  width: 10px;
  height: 5px;
  background-color: #777;
  margin-right: 3px
}

.dashed-bar span.active {
  background-color: #ffdc11
}

.dashed-bar span:first-child {
  border-radius: 2px 0 0 2px
}

.dashed-bar span:last-child {
  border-radius: 0 2px 2px 0;
  margin-right: 0
}

.our-rating-blocks {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex
}

.our-rating-value {
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end
}

.page-map-block li {
  margin-bottom: 15px
}

.page-map-block li:last-child {
  margin-bottom: 0
}

.page-map-block li a {
  color: #fff;
  line-height: 122.9%
}

.page-map-block li.active>a {
  color: #ffdc11;
}

.page-map-block li.active a .dot::before {
  display: block;
  margin-right: 15px;
  border-radius: 50%;
  content: "";
  width: 13px;
  height: 13px;
  background-color: #ffdc11
}

.page-map-block ul ul {
  margin: 10px 0 0 15px;
}

.page-map-block ul ul a {
  font-size: 17px;
}

.page-map-block ul ul ul a {
  font-size: 15px;
}

.main-page .sidebar-right .top-3-casinos-wrapper,
.main-page .sidebar-right h2,
.single-page .sidebar-right .top-3-casinos-wrapper,
.single-page .sidebar-right h2 {
  margin-top: 0
}

.blog-page {
  padding-top: 30px;
}

.blog-page h1 {
  font-size: 40px;
}

.page-map-wrapper {
  margin-top: 60px
}

.single-page .page-map-wrapper {
  margin-top: 20px
}

.space-companies-archive-items.with-filters .space-casinos-3-archive-item-number {
  display: none
}

.with-filters .space-casinos-3-archive-item {
  display: none
}

.with-filters .space-casinos-3-archive-item.block {
  display: block
}

.with-filters .space-casinos-3-archive-item-bonus-type,
.with-filters .space-casinos-3-archive-item-license-slug,
.with-filters .ui-hidden {
  display: none
}

.faq-block {
  max-width: 800px
}

.faq-block ul,
ul.space-companies-archive-items {
  margin: 0;
  list-style: none
}

.faq-block p {
  margin: 0
}

.faq-block .faq {
  margin: 0 0 20px;
  border-bottom: 1px solid rgba(0, 0, 0, .2);
  border-radius: 20px
}

.faq-block .faq:before {
  content: none
}

.faq-block .faq:not(.closed) .icon {
  -webkit-transform: rotate(180deg) scale(1.1);
  -ms-transform: rotate(180deg) scale(1.1);
  transform: rotate(180deg) scale(1.1)
}

.faq-block .question {
  font-weight: 700;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 15px 20px;
  cursor: pointer;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  font-size: 20px;
  line-height: 110%;
  border-radius: 20px 20px 0 0
}

.faq-block .question span {
  width: 650px
}

.faq-block .closed .question {
  border-radius: 20px
}

.faq-block .closed .answer {
  display: none
}

.faq-block .answer {
  font-size: 16px;
  line-height: 120%;
  padding: 20px 15px;
  border: 2px solid #2f2f2f;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-filter: drop-shadow(1px 4px 8px rgba(0, 0, 0, .2));
  filter: drop-shadow(1px 4px 8px rgba(0, 0, 0, .2));
  border-radius: 0 0 20px 20px
}

.faq-block .icon {
  width: 30px;
  -webkit-transition: all .5s;
  -o-transition: all .5s;
  transition: all .5s
}

.faq-block ol li:before {
  content: none
}

.space-footer {
  margin-top: 100px;
  background-color: #2f2f2f;
  color: #828282
}

.space-footer-wrapper {
  max-width: 1920px;
  margin: 0 auto
}

.space-footer-top {
  padding: 40px 0
}

.logo-social-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin-bottom: 60px
}

.logo-social-wrapper .copyright-wrapper {
  display: none
}

.social-icons-wrapper ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: end
}

.social-icons-wrapper ul li {
  margin-left: 20px
}

.footer-content-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex
}

.footer-content-wrapper .footer-text {
  margin-top: 30px;
  font-size: 16px;
  line-height: 123.4%
}

.footer-menus-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  font-size: 18px;
  line-height: 109.9%
}

.footer-menus-wrapper nav {
  font-weight: 800
}

.footer-menus-wrapper nav a {
  color: #828282;
  font-weight: 400;
  font-size: 16px;
  line-height: 150%
}

.footer-menus-copyright-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap
}

.footer-menus-copyright-second-wrapper .footer-text {
  display: none
}

.space-footer-logos-ins ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center
}

.footer-flag-wrapper {
  position: absolute;
  top: -2px;
  right: 0
}

.footer-flag-wrapper img {
  width: 130px
}

#scroller {
  position: fixed;
  bottom: 50px;
  right: 10%;
  background-color: rgba(0, 0, 0, .5);
  color: #fff;
  -webkit-transition: all .5s;
  -o-transition: all .5s;
  transition: all .5s;
  width: 60px;
  height: 60px;
  border-radius: 80px;
  text-align: center;
  padding-top: 18px;
  text-decoration: none;
  z-index: 1050;
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
  opacity: .5;
  display: none;
  font-size: 0
}

#scroller svg {
  width: 20px
}

@media screen and (max-width:1440px) {
  .copyright-wrapper {
    display: none
  }

  .logo-social-wrapper {
    max-width: 650px;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
  }

  .logo-social-wrapper .copyright-wrapper {
    display: block;
    margin-top: 40px
  }
}

@media screen and (max-width:1120px) {
  .casino-data-grid {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 1.5fr 0 1.5fr;
    grid-template-columns: 1.5fr 1.5fr;
    gap: 0 0;
    -ms-grid-rows: auto 0 auto;
    grid-template-areas: "casino-overview-wrapper casino-overview-wrapper""space-aces-content-meta our-rating-wrapper"
  }

  .casino-data-grid .casino-overview-wrapper {
    -ms-grid-row: 1;
    -ms-grid-column: 3;
    grid-area: casino-overview-wrapper
  }

  .casino-data-grid .space-aces-content-meta {
    -ms-grid-row: 1;
    -ms-grid-row-span: 3;
    -ms-grid-column: 1;
    grid-area: space-aces-content-meta
  }

  .casino-data-grid .our-rating-wrapper {
    -ms-grid-row: 3;
    -ms-grid-column: 3;
    grid-area: our-rating-wrapper
  }

  @media screen and (max-width:1120px) {
    .casino-data-grid .casino-overview-wrapper {
      -ms-grid-row: 1;
      -ms-grid-column: 1;
      -ms-grid-column-span: 3
    }

    .casino-data-grid .space-aces-content-meta {
      -ms-grid-row: 3;
      -ms-grid-row-span: 1;
      -ms-grid-column: 1
    }

    .casino-data-grid .our-rating-wrapper {
      -ms-grid-row: 3;
      -ms-grid-column: 3
    }
  }

  .our-rating-blocks {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column
  }

  .our-rating-block {
    width: auto
  }

  .our-rating-block + .our-rating-block {
    margin-top: 30px
  }

  .page-content-with-sidebar {
    -ms-grid-columns: 1.5fr 1.5fr;
    grid-template-columns: 1.5fr 1.5fr
  }

  .page-content-with-sidebar .page-content {
    -webkit-box-ordinal-group: 0;
    -ms-flex-order: -1;
    order: -1
  }

  .faq-block-wrapper {
    display: block;
    max-width: 850px;
    margin-top: -20px
  }

  .space-footer-logos-ins ul {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
  }

  .space-footer-logos-ins ul li {
    width: 50%;
    text-align: left;
    margin-bottom: 20px;
    padding: 0 10px
  }

  .footer-menus-wrapper {
    width: auto
  }

  .casino-data-grid .space-aces-content-meta {
    -ms-grid-row: 3;
    -ms-grid-row-span: 1;
    -ms-grid-column: 1
  }

  .casino-data-grid .casino-overview-wrapper {
    -ms-grid-row: 1;
    -ms-grid-column: 1;
    -ms-grid-column-span: 3
  }

  .casino-data-grid .our-rating-wrapper {
    -ms-grid-row: 3;
    -ms-grid-column: 3
  }
}

@media screen and (max-width:1024px) {
  .space-mobile-menu-icon {
    display: block
  }

  .space-header-menu {
    position: absolute;
    left: -15px;
    opacity: 0;
    visibility: hidden;
    background-color: #2f2f2f;
    width: auto
  }

  .space-header-menu.active {
    top: 100%;
    opacity: 1;
    visibility: visible;
    -webkit-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out
  }

  .space-header-menu ul {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column
  }

  .space-header-menu ul.main-menu {
    padding: 0
  }
  
  .space-header-menu ul.main-menu li.menu-item-has-children:after{
    content: "\f0da";
    font-family: "Font Awesome 5 Free" !important;
    font-weight: 900;
    position: absolute;
    font-size: 10px;
    top: 16px;
    right: 15px
  }
  
  .space-header-menu ul.main-menu li ul.sub-menu li.menu-item-has-children:hover ul {
    left: 0;
  }

  .space-header-menu ul.main-menu li a {
    padding: 15px 40px
  }

  .space-header-menu ul.main-menu li ul.sub-menu {
    left: 100%
  }

  .space-header-menu ul.main-menu li:hover ul.sub-menu {
    top: 0
  }

  .space-header-menu ul.main-menu li.active ul.sub-menu {
    top: 0;
    opacity: 1;
    visibility: visible
  }

  .space-header-logo {
    margin: auto
  }

  .flag-wrapper {
    margin: 0
  }

  .space-header-search {
    display: none
  }

  .space-header-search.mobile {
    display: block;
    margin-left: 30px
  }

  .page-content-with-sidebar {
    display: block
  }

  .page-content-with-sidebar .space-sidebar-section-left {
    float: right
  }

  .page-content-with-sidebar .space-sidebar-section-left .top-3-casinos-wrapper {
    margin-top: 0;
    margin-bottom: 30px
  }

  .page-content-with-sidebar.sidebar-right {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 65% 35%;
    grid-template-columns: 65% 35%
  }

  .casino-table-search-wrapper .casino-table-search-block {
    margin-bottom: 10px
  }

  .casino-table-search-block {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
  }

  .casino-table-search-block .input-wrapper {
    width: 100%;
    margin-bottom: 15px
  }

  .casino-table-search-block .input-wrapper input {
    width: 100%
  }

  .space-casinos-3-archive-item a.btn {
    font-size: 12px
  }

  .space-sidebar-section-left {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column
  }

  .space-sidebar-section-left .page-map-wrapper {
    -webkit-box-ordinal-group: 0;
    -ms-flex-order: -1;
    order: -1;
    margin-top: 0;
    margin-bottom: 60px
  }
}

@media screen and (max-width:880px) {
  .space-header-menu {
    z-index: -1
  }

  .space-header-menu.active {
    right: -15px
  }

  .space-header-menu ul {
    width: 100%;
    text-align: center
  }

  .space-header-menu ul.main-menu {
    padding: 0
  }

  .space-header-menu ul.main-menu li a {
    padding: 20px 40px
  }

  .space-header-menu ul.main-menu li ul.sub-menu {
    left: 0;
    -webkit-transition: all 0s ease-in-out;
    -o-transition: all 0s ease-in-out;
    transition: all 0s ease-in-out
  }

  .space-header-menu ul.main-menu li:hover ul.sub-menu {
    opacity: 0;
    visibility: hidden
  }

  .space-header-menu ul.main-menu li.active ul.sub-menu {
    left: 0;
    margin: auto;
    opacity: 1;
    visibility: visible;
    position: relative;
    -webkit-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
    width: 100%;
    -webkit-box-shadow: inset 1px 0 10px rgba(0, 0, 0, .2);
    box-shadow: inset 1px 0 10px rgba(0, 0, 0, .2);
    background-color: #282828
  }

  .page-content-with-sidebar {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column
  }

  .page-content-with-sidebar .space-sidebar-section-left {
    float: none
  }

  .page-content-with-sidebar .space-sidebar-section-left .top-3-casinos-wrapper {
    margin-top: 0;
    margin-bottom: 30px
  }

  .page-content-with-sidebar.sidebar-right {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 65% 35%;
    grid-template-columns: 100%
  }

  .casino-table-search-wrapper button {
    width: 230px
  }

  .sidebar-right .space-sidebar-section-left {
    -webkit-box-ordinal-group: 0;
    -ms-flex-order: -1;
    order: -1;
    margin-bottom: 40px
  }

  .page-map-wrapper {
    display: none
  }
}

@media screen and (max-width:840px) {
  .casino-data-grid {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column
  }

  .casino-data-grid .casino-overview-wrapper {
    -webkit-box-ordinal-group: 0;
    -ms-flex-order: -1;
    order: -1
  }

  .casino-data-grid .detailed-wrapper {
    margin-bottom: 40px
  }

  .casino-data-grid .our-rating-block + .our-rating-block {
    margin-top: 0;
    margin-bottom: 0
  }
}

@media screen and (max-width:780px) {
  .item-rating-box .rating-data {
    display: none
  }

  .logo-social-wrapper {
    max-width: initial
  }

  .footer-content-wrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column
  }

  .space-footer-logos-copyright-wrapper {
    -webkit-box-ordinal-group: 0;
    -ms-flex-order: -1;
    order: -1;
    width: auto
  }

  .space-footer-logos-ins ul {
    -ms-flex-wrap: initial;
    flex-wrap: initial
  }

  .space-footer-logos-ins ul li {
    width: auto
  }

  .space-footer-logos-ins ul li:first-child {
    padding-left: 0
  }

  .space-footer-logos-ins ul li:last-child {
    padding-right: 0
  }

  .footer-flag-wrapper {
    top: auto;
    bottom: -1px;
  }

  .footer-text {
    display: none
  }

  .footer-menus-wrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column
  }

  .footer-menus-copyright-wrapper {
    margin-bottom: 40px
  }

  .footer-menus-copyright-second-wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    min-height: 250px
  }

  .footer-menus-copyright-second-wrapper nav {
    width: 50%
  }

  .footer-menus-copyright-second-wrapper .footer-text {
    display: block;
    width: 50%
  }

  .page-content-with-sidebar {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column
  }

  .page-content-with-sidebar .top-3-casinos-wrapper {
    margin-top: 30px
  }

  .casino-table-search-wrapper button {
    width: 200px
  }
}

@media screen and (max-width:720px) {
  .casino-data-grid .casino-overview-wrapper {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between
  }

  .casino-data-grid .space-casino-content-button {
    width: 100%;
    text-align: center
  }

  .casino-data-grid .space-casino-content-button a {
    display: block
  }

  .casino-table-search-wrapper button {
    width: 150px
  }

  .casino-table-search-wrapper .additional-filters-wrapper button {
    width: 240px
  }

  .space-casinos-3-archive-item-brand-title-wrapper {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
  }

  .space-casinos-3-archive-item-brand-title-wrapper > div {
    width: 100%
  }

  .space-casinos-3-archive-item-brand-title-wrapper .space-casinos-3-archive-item-brand-name {
    margin-bottom: 30px
  }

  .space-casinos-3-archive-item-brand-title-wrapper .space-casinos-3-archive-item-title {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
  }
}

@media screen and (max-width:540px) {
  .author-rating-wrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column
  }

  .author-rating-wrapper .item-author-box {
    margin-top: 20px
  }

  .casino-data-grid .casino-overview-wrapper .casino-overview-block {
    width: 50%
  }

  .casino-table-search-wrapper .additional-filters-wrapper button {
    width: 200px
  }

  .casino-table-wrapper .space-casinos-3-archive-item.block {
    padding: 20px 10px
  }

  .casino-table-wrapper .space-casinos-3-archive-item-ins {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-orient: inherit;
    -webkit-box-direction: inherit;
    -ms-flex-direction: inherit;
    flex-direction: inherit
  }

  .casino-table-wrapper .space-casinos-3-archive-item-ins .space-casinos-3-archive-item-logo {
    width: 50%;
    margin-bottom: 30px
  }

  .casino-table-wrapper .space-casinos-3-archive-item-ins .space-casinos-3-archive-item-brand-title-wrapper {
    width: 50%
  }

  .casino-table-wrapper .space-casinos-3-archive-item-ins .space-casinos-3-archive-item-button {
    width: 100%
  }

  .casino-table-wrapper .space-casinos-3-archive-item-ins .space-casinos-3-archive-item-button .space-casinos-3-archive-item-button-ins {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between
  }

  .casino-table-wrapper .space-casinos-3-archive-item-ins .space-casinos-3-archive-item-button .space-casinos-3-archive-item-button-ins > div {
    width: 50%
  }

  .casino-table-wrapper .space-casinos-3-archive-item-ins .space-casinos-3-archive-item-button .space-casinos-3-archive-item-button-ins > div:last-child {
    margin-left: 10px
  }

  .casino-table-wrapper .space-casinos-3-archive-item-ins .space-casinos-3-archive-item-button a {
    width: 100%
  }
}

@media screen and (max-width:480px) {
  .flag-wrapper img {
    height: 80px
  }

  .casino-table-search-wrapper .casino-table-search-block {
    margin-bottom: 0;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column
  }

  .casino-table-search-wrapper .casino-table-search-block > div {
    margin-bottom: 10px;
    width: 100%
  }

  .casino-table-search-wrapper .casino-table-search-block > div button {
    width: 100%
  }

  .casino-table-search-wrapper .casino-table-search-block > div > div {
    width: 100%
  }
}

@media screen and (max-width:420px) {
  .casino-data-grid .detailed-wrapper {
    margin-bottom: 20px
  }

  .our-rating-wrapper {
    padding: 30px 15px
  }

  .our-rating-wrapper .our-rating-block li {
    padding: 10px 15px;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
  }

  .our-rating-wrapper .our-rating-block li .casino-info-table-title {
    width: 100%
  }
}

@media screen and (max-width:380px) {
  .page-header-wrapper {
    padding: 30px 10px
  }

  .casino-data-grid .casino-overview-wrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column
  }

  .casino-data-grid .casino-overview-wrapper .casino-overview-block,
  .casino-data-grid .casino-overview-wrapper .space-casino-content-logo {
    width: auto
  }

  .casino-data-grid .casino-overview-wrapper .casino-overview-block {
    width: 100%;
    margin: 20px;
    margin-left: 0;
    margin-right: 0
  }

  .casino-data-grid .casino-overview-wrapper .casino-overview-block h3 {
    margin-left: 15px
  }

  .casino-data-grid .casino-overview-wrapper .space-casino-content-button {
    margin: 0;
    padding: 0 15px
  }

  .casino-data-grid .casino-overview {
    margin-left: 15px;
    margin-right: 15px
  }

  .space-casinos-3-archive-item-ins {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column
  }

  .space-casinos-3-archive-item-ins > div {
    width: 100%
  }

  .space-casinos-3-archive-item-ins .space-casinos-3-archive-item-button {
    width: 100%
  }

  .top-3-casinos-block .space-casinos-3-archive-item-ins {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-orient: unset;
    -webkit-box-direction: unset;
    -ms-flex-direction: unset;
    flex-direction: unset
  }

  .top-3-casinos-block .space-casinos-3-archive-item-ins .space-casinos-3-archive-item-logo,
  .top-3-casinos-block .space-casinos-3-archive-item-ins .space-casinos-3-archive-item-number {
    margin-bottom: 15px
  }

  .top-3-casinos-block .space-casinos-3-archive-item-ins .space-casinos-3-archive-item-number {
    width: 15%
  }

  .top-3-casinos-block .space-casinos-3-archive-item-ins .space-casinos-3-archive-item-logo {
    width: 45%
  }

  .top-3-casinos-block .space-casinos-3-archive-item-ins .space-casinos-3-archive-item-logo .space-casinos-3-archive-item-logo-ins img {
    height: 65px
  }

  .top-3-casinos-block .space-casinos-3-archive-item-ins .space-casinos-3-archive-item-title {
    width: 40%
  }

  .top-3-casinos-block .space-casinos-3-archive-item-ins .space-casinos-3-archive-item-button {
    width: 100%
  }

  .top-3-casinos-block .space-casinos-3-archive-item-ins .space-casinos-3-archive-item-button a {
    max-width: inherit;
    width: 100%;
    padding: 15px 7px
  }
}
.clearfix::after{content:"";display:table;clear:both}
