@font-face {
  font-family: 'Roboto Slab';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/robotoslab/v12/BngMUXZYTXPIvIBgJJSb6ufN5qWr4xCC.woff2) format("woff2");
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD; }

* {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 0;
  margin: 0;
  font-family: 'PT Serif', serif; }

a {
  color: unset;
  text-decoration: none; }

main {
  background-color: #E3E3E7; }

section {
  width: 100%; }

.main-left {
  width: 100%;
  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;
  max-width: 851px; }

.wrapper {
  width: 100%;
  max-width: 1173px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 0 15px;
  margin: 0 auto; }

.row-direction {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start; }

.title {
  font-family: 'Roboto Slab', serif;
  width: 100%; }

.top-text {
  font-size: 24px;
  color: #ffffff;
  letter-spacing: 0.1em; }

.main-btn {
  color: #FFFFFF;
  font-size: 20px;
  font-weight: bold;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 174px;
  height: 50px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  position: relative;
  transition: all .3s ease; }

.main-btn:hover::before {
  bottom: -1px;
  right: -1px; }

.main-btn:hover {
  text-decoration: underline;
  background-color: #ffffff; }

.main-btn::before {
  content: '';
  position: absolute;
  bottom: -6px;
  right: -6px;
  width: 100%;
  height: 100%;
  transition: all .3s ease; }

.white-main-btn {
  background-color: #ffffff;
  color: #333333; }

.white-main-btn::before {
  border: 1px solid #ffffff; }

.green-main-btn {
  background-color: #2AB03C; }

.green-main-btn:hover {
  color: #2AB03C; }

.green-main-btn::before {
  border: 1px solid #2AB03C; }

.yelow-main-btn {
  background-color: #FDC246; }

.yelow-main-btn:hover {
  color: #FDC246; }

.yelow-main-btn::before {
  border: 1px solid #FDC246; }

.deshed-border {
  width: 100%;
  height: 10px;
  background-image: -webkit-gradient(linear, left top, right top, color-stop(50%, #FFFFFF), color-stop(50%, #CA1D1D), to(#CA1D1D));
  background-image: -o-linear-gradient(left, #FFFFFF 50%, #CA1D1D 50%, #CA1D1D 100%);
  background-image: linear-gradient(to right, #FFFFFF 50%, #CA1D1D 50%, #CA1D1D 100%);
  background-size: 200px 100%; }

.square-link-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 10px; }

.square-link {
  width: 174px;
  height: 174px;
  color: #ffffff;
  font-size: 20px;
  text-align: center;
  font-weight: bold;
  padding: 7px;
  background-image: -o-linear-gradient(135deg, #219653 0 50%, #2AB03C 50% 100%);
  background-image: linear-gradient(-45deg, #219653 0 50%, #2AB03C 50% 100%);
  -webkit-transition: -webkit-transform .3s ease;
  transition: -webkit-transform .3s ease;
  -o-transition: transform .3s ease;
  transition: transform .3s ease;
  transition: transform .3s ease, -webkit-transform .3s ease;
  -webkit-box-shadow: 22px 22px 33px rgba(39, 98, 52, 0.25);
  box-shadow: 22px 22px 33px rgba(39, 98, 52, 0.25); }

.square-link:hover {
  -webkit-transform: scale(1.1);
  -ms-transform: scale(1.1);
  transform: scale(1.1); }

.square-link div {
  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;
  width: 100%;
  height: 100%;
  border: 1px solid #ffffff;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center; }

.square-link img {
  margin-bottom: 18px;
  max-width: 71px; }

.flag-row {
  width: 100%;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start; }

.main-title {
  font-size: 48px;
  color: #1D2730;
  font-weight: bold;
  width: 100%;
  line-height: 63px;
  margin-bottom: 20px; }

article {
  width: 100%;
  max-width: 851px; }

aside {
  width: 271px;
  margin-left: 21px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  margin-bottom: 50px; }

.aside-title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  font-size: 22px;
  color: #000000;
  font-weight: bold;
  margin-bottom: 30px; }

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

.aside-title img {
  margin-right: 10px; }

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

.aside-rate img {
  width: 15px;
  height: 15px; }

.casinos-list {
  list-style: none;
  margin-bottom: 59px; }

.casinos-list li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  border-top: 1px solid #C4C4C4;
  padding: 7px 0; }

.casinos-list li:last-child {
  border-bottom: 1px solid #C4C4C4; }

.casinos-list picture {
  height: 45px; }

.content-top-title {
  font-size: 48px;
  margin-bottom: 35px; }

.content a:not([class]) {
  color: #2AB03C; }

.content p:not([class]), .content ul:not([class]) {
  font-family: 'PT Serif', serif;
  font-size: 20px;
  color: #000000;
  line-height: 170%;
  width: 100%; }

.content ol:not([class]) {
  counter-reset: ol-list;
  line-height: 170%;
  font-size: 20px;
  list-style: none;
  margin-bottom: 25px; }

.content ol:not([class]) li {
  counter-increment: ol-list; }

.content ol:not([class]) li::before {
  content: counter(ol-list);
  border-radius: 50%;
  display: inline-flex;
  background-color: #2AB03C;
  font-size: 16px;
  color: #ffffff;
  width: 20px;
  height: 20px;
  justify-content: center;
  align-items: center;
  margin-right: 10px;
  flex-shrink: 0; }

.content ul:not([class]) {
  padding-left: 25px; }

.content section {
  margin-bottom: 25px;
  display: flex;
  flex-direction: column;
  align-items: center; }

.content-row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center; }

.content-row__items {
  margin-right: 2%; }

.content-row img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover; }

.content-row__two-items .content-row__items {
  width: 100%;
  max-width: 48%;
  height: 206px;
  -o-object-fit: cover;
  object-fit: cover; }

.content-row__three-items .content-row__items {
  width: 100%;
  max-width: 31%;
  height: 365px;
  -o-object-fit: cover;
  object-fit: cover; }

.content-row__four-items .content-row__items {
  width: 100%;
  max-width: 23%;
  height: 305px;
  -o-object-fit: cover;
  object-fit: cover; }

.content {
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 56px 37px 25px;
  background-color: #ffffff;
  -webkit-box-shadow: 2px 5px 25px rgba(0, 0, 0, 0.2);
  box-shadow: 2px 5px 25px rgba(0, 0, 0, 0.2); }

.content p:not(:last-child), .content ul:not([class]) {
  margin-bottom: 25px; }

.content-title {
  font-size: 26px;
  text-align: start;
  width: 100%;
  line-height: 170%;
  font-family: 'PT Serif', serif;
  font-weight: bold; }

.content h4:not([class]), .content h3:not([class]) {
  font-size: 26px;
  text-align: start;
  width: 100%;
  line-height: 170%;
  font-family: 'PT Serif', serif;
  font-weight: bold; }

.content h2:not(.main-title) {
  font-size: 34px;
  margin-right: auto;
  margin-bottom: 35px; }

.checked-list {
  font-size: 20px;
  color: #000000;
  width: 100%;
  line-height: 170%;
  list-style: none; }

.checked-list:not(:last-child) {
  margin: 0 0 25px; }

.checked-list li {
  font-family: 'PT Serif', serif; }

.checked-list li::before {
  content: '';
  display: inline-flex;
  margin-right: 10px;
  border-radius: 50%;
  width: 20px;
  height: 20px;
  background: url("../img/check-white.svg") #2AB03C;
  background-size: 13px auto;
  background-position: center center;
  background-repeat: no-repeat;
  flex-shrink: 0; }

.aside-casinos-logo {
  width: 65px;
  height: 45px;
  -o-object-fit: contain;
  object-fit: contain;
  margin-right: 12px; }

.aside-casino-name {
  font-size: 14px;
  font-weight: 500;
  color: #000000;
  margin-bottom: 7px;
  width: 132px;
  overflow: hidden;
  white-space: nowrap;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis; }

.aside-casino-btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 50px;
  height: 32px;
  background-color: #2AB03C;
  font-size: 14px;
  color: #ffffff;
  font-weight: bold;
  margin-left: auto; }

.aside-list {
  list-style: none;
  border-bottom: 1px solid #C4C4C4;
  font-size: 18px;
  color: #000000;
  margin-bottom: 46.2px;
  padding-bottom: 20px; }

.aside-list a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 10px 0; }

.aside-list a:hover {
  background-color: #D6D8DB; }

.aside-rectangle-card {
  width: 100%;
  padding: 8px;
  color: #ffffff;
  font-size: 24px;
  -webkit-transition: -webkit-transform .3s ease;
  transition: -webkit-transform .3s ease;
  -o-transition: transform .3s ease;
  transition: transform .3s ease;
  transition: transform .3s ease, -webkit-transform .3s ease;
  height: 101px;
  background-image: -o-linear-gradient(315deg, #2AB03C 0% 27%, #219653 27% 73%, #2AB03C 73% 100%);
  background-image: linear-gradient(135deg, #2AB03C 0% 27%, #219653 27% 73%, #2AB03C 73% 100%);
  margin-bottom: 10px; }

.aside-rectangle-card:hover {
  -webkit-transform: scale(1.1);
  -ms-transform: scale(1.1);
  transform: scale(1.1); }

.aside-rectangle-card div {
  width: 100%;
  height: 100%;
  border: 1px solid #ffffff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  padding-left: 15px; }

.aside-rectangle-card img {
  max-width: 60px;
  width: 100%;
  height: auto;
  max-height: 60px;
  margin-right: 20px; }

.main-text {
  font-size: 20px;
  line-height: 170%;
  color: #000000;
  font-family: 'PT Serif', serif; }

.main-text:not(:last-child) {
  margin-bottom: 25px; }

.four-items-row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  width: 100%; }

.four-item-column {
  width: 24%;
  margin-bottom: 20px;
  -webkit-box-shadow: 6px 8px 22px rgba(0, 0, 0, 0.2);
  box-shadow: 6px 8px 22px rgba(0, 0, 0, 0.2); }

.four-item__name {
  font-size: 24px;
  font-weight: bold;
  margin: 0 auto; }

.load-more {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-shadow: 2px 5px 25px rgba(0, 0, 0, 0.2);
  box-shadow: 2px 5px 25px rgba(0, 0, 0, 0.2);
  border: 1px solid #2AB03C;
  font-size: 16px;
  text-transform: uppercase;
  color: #219653;
  height: 56px;
  cursor: pointer; }

.load-more svg {
  margin-left: 5px; }

.content > picture {
  margin: 0 auto; }

.content > picture img {
  width: auto;
  max-width: 100%;
  height: auto; }

.content > img {
  width: auto;
  max-width: 100%;
  height: auto;
  margin: 0 auto; }

@media (max-width: 1050px) {
  aside {
    display: none; } }

@media (max-width: 990px) {
  .square-links__wrapper.wrapper {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap; }
  .square-link-wrapper {
    width: 50%;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin: 0;
    padding: 10px; } }

@media (max-width: 768px) {
  .main-title {
    font-size: 36px;
    text-align: center;
    line-height: 47px;
    word-break: break-word; }
  .four-items-row {
    -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; }
  .four-item-column {
    width: 100%;
    max-width: 270px;
    margin-bottom: 10px; }
  .deshed-border {
    height: 7.4px; }
  .content-top-title {
    font-size: 36px; }
  .content {
    width: calc(100% + 30px);
    padding: 15px;
    background-color: transparent;
    -webkit-box-shadow: none;
    box-shadow: none; }
  .content-row {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center; }
  .content-row__items {
    max-width: 400px !important;
    margin: 5px 0;
    max-height: 100% !important; }
  .content-row__four-items .content-row__items {
    height: 294px;
    width: 48%;
    margin-right: 2%; }
  .content-row.content-row__four-items {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row; }
  .pros-cons h2 {
    text-align: center !important;
    color: #FFF; } }

header {
  min-height: 65px;
  background-color: #ffffff;
  position: fixed;
  top: 0;
  left: 0;
  -webkit-transition: all .3s ease;
  -o-transition: all .3s ease;
  transition: all .3s ease;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-transition: -webkit-transform .3s ease;
  transition: -webkit-transform .3s ease;
  -o-transition: transform .3s ease;
  transition: transform .3s ease;
  transition: transform .3s ease, -webkit-transform .3s ease;
  z-index: 20; }

header.out {
  -webkit-transform: translateY(-100%);
  -ms-transform: translateY(-100%);
  transform: translateY(-100%); }

.header-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  width: 100%;
  max-width: 1440px;
  padding: 0 45px 0 30px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin: 0 auto; }

.contact-link img {
  display: none; }

header nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  text-transform: uppercase;
  font-size: 14px;
  font-weight: 900;
  padding-left: 60px; }

.navigation-left, .navigation-right {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  list-style: none;
  color: #484040; }

.active-link {
  position: relative; }

.active-link::after {
  content: '';
  position: absolute;
  left: -10px;
  width: calc(100% + 20px);
  height: 4px;
  background-color: #FE0000;
  bottom: -3px; }

.navigation-left li, .navigation-right li {
  padding: 0 25px; }

.navigation-right li:last-child {
  padding-right: 0; }

#checkbox-burger {
  display: none;
  width: 30px;
  height: 32px;
  position: absolute;
  cursor: pointer;
  opacity: 0;
  z-index: 2;
  -webkit-touch-callout: none; }

.burger {
  display: none;
  width: 21px;
  height: 20px;
  position: relative;
  z-index: 1; }

.burger-menu {
  display: none;
  position: absolute;
  top: 100%;
  width: 100%;
  left: 0;
  color: #ffffff;
  max-width: 290px; }

.burger-menu li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  position: relative;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  width: 100%;
  padding: 12px 15px;
  border-bottom: 1px solid #C4C4C4;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  font-size: 22px;
  color: #ffffff; }

.burger-menu li:last-child {
  border: none; }

.burger-menu li span {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center; }

.burger-menu li img {
  width: 31px;
  height: auto;
  max-height: 27px;
  -o-object-fit: contain;
  object-fit: contain;
  margin-right: 14px; }

.dropdown-menu__links {
  color: #BDBDBD;
  font-size: 18px;
  padding-left: 45px;
  width: 100%;
  height: 100%;
  max-height: 0;
  overflow: hidden;
  -webkit-transition: max-height 0.3s ease;
  -o-transition: max-height 0.3s ease;
  transition: max-height 0.3s ease; }

.dropdown-menu__links a {
  margin: 20px 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex; }

.dropdown-menu__links a:hover {
  color: #ffffff; }

.dropdown-menu input {
  opacity: 0;
  position: absolute;
  width: 100%;
  height: 50px;
  cursor: pointer;
  z-index: 2;
  left: 0;
  top: 0; }

.dropdown-menu__bg {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: -1;
  background-color: #1D2730; }

.dropdown-menu input:checked ~ .dropdown-menu__bg {
  background-color: #111417; }

.burger span {
  padding: 0;
  width: 21px;
  height: 4px;
  background-color: #000000;
  display: block;
  border-radius: 4px;
  -webkit-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
  position: absolute; }

.burger span:first-child {
  top: 0; }

.burger span:nth-child(2), .burger span:nth-child(3) {
  top: 8px; }

.burger span:last-child {
  bottom: 0; }

#checkbox-burger:checked {
  z-index: 20; }

#checkbox-burger:checked ~ .burger span:nth-last-child(4) {
  -webkit-transform: translateX(40px);
  -ms-transform: translateX(40px);
  transform: translateX(40px);
  background-color: transparent; }

#checkbox-burger:checked ~ .burger span:nth-last-child(3) {
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg); }

#checkbox-burger:checked ~ .burger span:nth-last-child(2) {
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg); }

#checkbox-burger:checked ~ .burger span:nth-last-child(2) {
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg); }

#checkbox-burger:checked ~ .burger span:nth-last-child(1) {
  -webkit-transform: translateX(-40px);
  -ms-transform: translateX(-40px);
  transform: translateX(-40px);
  background-color: transparent; }

.logo img {
  width: 237px;
  height: 23.85px; }

header nav a:hover {
  color: #FE0000; }

@media (max-width: 1200px) {
  .navigation-left li, .navigation-right li {
    padding: 0 15px; }
  header nav {
    padding-left: 40px; } }

@media (max-width: 990px) {
  .navigation-left li, .navigation-right li {
    padding: 0 7px; }
  header nav {
    padding-left: 25px; }
  .contact-link img {
    display: inline; }
  .contact-link span {
    display: none; }
  .header-wrapper {
    padding: 0 15px; } }

@media (max-width: 768px) {
  .navigation-left li, .navigation-right li {
    display: none; }
  .navigation-right li:last-child {
    display: block;
    padding: 0; }
  header nav {
    width: auto;
    padding-left: 0; }
  .logo img {
    width: 207px;
    height: 20.83px; }
  .burger, #checkbox-burger {
    display: block; }
  .burger-menu {
    display: block;
    -webkit-transform: translateX(-100%);
    -ms-transform: translateX(-100%);
    transform: translateX(-100%);
    -webkit-transition: -webkit-transform 0.4s cubic-bezier(0.68, -0.55, 0.265, 1.55);
    transition: -webkit-transform 0.4s cubic-bezier(0.68, -0.55, 0.265, 1.55);
    -o-transition: transform 0.4s cubic-bezier(0.68, -0.55, 0.265, 1.55);
    transition: transform 0.4s cubic-bezier(0.68, -0.55, 0.265, 1.55);
    transition: transform 0.4s cubic-bezier(0.68, -0.55, 0.265, 1.55), -webkit-transform 0.4s cubic-bezier(0.68, -0.55, 0.265, 1.55); }
  #checkbox-burger:checked ~ .burger-menu {
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0); } }

.casino-review {
  padding: 15px;
  width: 100%;
  border: 5px solid #ffffff;
  background-color: #ffffff;
  -webkit-box-shadow: 2px 5px 25px rgba(0, 0, 0, 0.2);
  box-shadow: 2px 5px 25px rgba(0, 0, 0, 0.2);
  margin-bottom: 20px;
  position: relative;
  color: #000000; }

.casino-review__wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%; }

.casino-review__stars img {
  width: 20px;
  height: 20px; }

.casino-review__left {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column; }

.casino-review__left-top {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center; }

.casino-review__left-top__center {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  border-bottom: 1px solid #C4C4C4;
  padding-bottom: 10px; }

.casino-review__payment-methods {
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center; }

.casino-review__payment-methods li {
  padding: 5px 10px; }

.casino-review__payment-methods img {
  max-height: 30px; }

.casino-logo {
  padding: 5px;
  width: 162px;
  height: 105px;
 /* border: 1px solid #BDBDBD;*/
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-right: 25px;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center; }

.casino-logo img {
  width: 100%;
  height: auto;
  -o-object-fit: contain;
  object-fit: contain; }

.casino-review__name {
  font-size: 30px;
  font-weight: bold;
  margin-bottom: 15px; }

.casino-review__rating p:not([class]) {
  margin-bottom: 10px;
  font-size: 16px;
  color: unset;
  line-height: initial; }

.casino-review__left-top__center ul {
  font-size: 16px;
  padding-left: 30px;
  margin-right: -40px; }

.casino-review__left-top__center ul li {
  margin: 5px 0; }

.casino-review__left-bottom {
  width: 100%;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  margin-top: 25px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex; }

.casino-review__left-bottom div {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  font-size: 16px;
  padding: 0 10px; }

.casino-review__left-bottom strong {
  margin-top: 5px;
  font-size: 20px; }

.casino-review__right {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  margin-left: 35px;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  padding-bottom: 6px;
  position: relative; }

.casino-review__right .main-btn {
  width: 130px;
  height: 39px;
  font-size: 16px; }

.casino-review__right .green-main-btn {
  margin-bottom: 17px; }

.casino-review__number {
  position: absolute;
  right: 20px;
  top: 15px;
  width: 60px;
  height: 60px; }

.casino-review__number span {
  position: absolute;
  width: 100%;
  height: 100%;
  background-color: #ffffff;
  border: 1px solid #2AB03C;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  font-size: 36px;
  color: #2AB03C;
  z-index: 1; }

.casino-review__number::after {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  border: 1px solid #2AB03C;
  top: 5px;
  left: 5px;
  background-color: #ffffff;
  z-index: 0; }

.casinos-review-section .top-casino-review__title {
  font-size: 18px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin-bottom: 49px; }

.casinos-review-section .top-casino-review__title img {
  width: 38px;
  height: 21px;
  margin-right: 12px; }

.casinos-review-section .top-casino-review {
  color: #ffffff;
  background: #1D2730;
  border-color: #2AB03C;
  padding: 19px;
  margin-top: 0; }

.casinos-review-section .top-casino-review .casino-logo {
  background-color: #000000;
  border: 1px solid #BDBDBD;
  width: 162px;
  height: 106px;
  margin-right: 15px; }

@media (max-width: 767px) {
  .casinos-review-section .top-casino-review .casino-logo {

    margin-right: 0;
  }
}

.casinos-review-section .top-casino-review .casino-review__stars img {
  width: 23px;
  height: 23px; }

.casinos-review-section .top-casino-review .casino-review__left-top__center {
  border: none; }

.casinos-review-section .top-casino-review .casino-review__left-top {
  border-bottom: 1px solid #C4C4C4;
  padding-bottom: 30px; }

.casinos-review-section .top-casino-review .casino-review__left-bottom strong {
  color: #FDC246; }

.casinos-review-section .top-casino-review .casino-review__left-bottom {
  padding-bottom: 23px; }

.casinos-review-section {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
  width: 100%; }

@media (max-width: 1100px) {
  .casino-logo {
    margin-right: 10px; }
  .casino-review__left-top__center ul, .casino-review__right {
    margin-left: 10px;
    padding-left: 0; } }

@media (max-width: 768px) {
  .casino-review {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 100%;
    margin-bottom: 30px; }
  .casinos-review-section {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: calc(100% + 30px); }
  .casino-review__wrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    max-width: 287px;
    margin: auto;
  }
  .casino-review__left-top__center > div {
    width: 100%; }
  .casino-review__stars img {
    width: 30px;
    height: 30px; }
  .casino-review__rating {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    width: 100%;
    margin-bottom: 30px; }
  .casino-review__left-top__center ul {
    width: 100%;
    margin-right: 0; }
  .casino-review__left-top__center ul, .casino-review__right {
    margin-left: 0; }
  .casino-review__rating p {
    margin-bottom: 0;
    font-weight: bold; }
  .casino-review__name {
    text-align: center;
    margin: 15px 0; }
  .casino-review__left-top, .casino-review__left-top__center {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column; }
  .casino-review__left-bottom {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap; }
  .casino-review__left-bottom div {
    width: 50%;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    padding: 8px 0; }
  .casino-review__right {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin-top: 15px; }
  .casino-review__right .green-main-btn {
    margin-bottom: 0; }
  .top-casino-review {
    -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; }
  .casino-review__number {
    width: 50px;
    height: 50px;
    left: 5px; }
  .top-casino-review .casino-review__number {
    top: 85px; }
  .casino-logo {
    margin-right: 0; }
  .casino-review__rating p:not([class]) {
    margin-bottom: 0; } }

footer {
  padding: 85px 0 38px;
  width: 100%;
  position: relative; }

footer .wrapper {
  max-width: 950px;
  position: relative;
  z-index: 3; }

footer::before {
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 2;
  background-size: cover;
  background-position: center; }

footer.visible::before {
  background-image: url("../img/footer-bg.png"); }

footer::after {
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background-color: #1D2730;
  z-index: 1; }

.footer-logo {
  width: 267px;
  height: 55px;
}

.footer-navigation {
  list-style: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 100%;
  color: #ffffff;
  text-transform: uppercase;
  font-size: 14px;
  font-weight: 900;
  padding-top: 70px;
  border-bottom: 1px solid #E4E4E4;
  margin-bottom: 50px; }

.footer-navigation li a {
  margin: 12px 0;
  display: inline-block; }

.footer-navigation li a:hover {
  color: #FE0000; }

.footer-navigation li a {
  margin-right: 50px; }

.footer-navigation li:last-child a:last-child {
  margin-right: 0; }

footer .title {
  color: #2AB03C;
  font-weight: normal;
  font-size: 24px;
  margin-bottom: 40px; }

.footer-items-row {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin-bottom: 25px; }

.footer-items__img img:first-of-type {
  margin-right: 20px; }

.footer-items__center {
  font-size: 14px;
  color: #ffffff;
  text-decoration: underline; }

.footer-items__tel {
  font-size: 18px;
  font-weight: bold;
  color: #ffffff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center; }

.footer-items__tel img {
  width: 20px;
  height: 20px;
  margin-right: 10px; }

.footer-disclaimer {
  font-size: 12px;
  color: #A9A9A9;
  letter-spacing: 0.04em;
  margin-bottom: 10px; }

.footer-bottom {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  list-style: none;
  font-size: 12px;
  color: #A9A9A9;
  width: 100%; }

.footer-bottom li {
  margin-right: 5px; }

.footer-bottom li:nth-child(2) {
  border-left: 1px solid #A9A9A9;
  border-right: 1px solid #A9A9A9;
  padding: 0 5px; }

.footer-bottom a {
  color: #ffffff; }

@media (max-width: 768px) {
  .footer-navigation {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap; }
  .footer-navigation li {
    text-align: center;
    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: start;
    -ms-flex-align: start;
    align-items: flex-start; }
  .footer-navigation li {
    margin: 0 25px; }
  .footer-navigation li a {
    margin-right: 0; }
  li.footer-hide-link {
    display: none; }
  footer .title {
    font-size: 18px; }
  .footer-items-row {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start; }
  .footer-items__center {
    margin: 28px 0 14px; }
  .footer-bottom {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start; }
  .footer-bottom li:last-child {
    width: 100%;
    margin-top: 10px; }
  .footer-bottom li:nth-child(2) {
    border-right: none; } }

.main-header {
  background-position: center;
  background-size: cover;
  height: 641px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  color: #ffffff; }

.main-header.visible {
  background-image: url("../img/top-bg.png"); }

.main-header .wrapper {
  -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; }

.top-title {
  font-size: 56px;
  text-transform: uppercase; }

.top-text {
  margin-bottom: 34px; }

.square-links__wrapper.wrapper {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  margin-top: -100px;
  margin-bottom: 55px; }

aside {
  padding-top: 25px; }

.bottom-link {
  color: #219653;
  font-size: 16px;
  margin-left: auto;
  margin-bottom: 25px; }

.about-bonuses {
  width: 100%;
  padding-top: 25px; }

.about-bonuses .wrapper {
  -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;
  max-width: 950px; }

.about-bonuses .wrapper > img {
  width: 45px;
  height: auto;
  margin-bottom: 15px; }

.about-bonuses__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 20px;
  flex-direction: column;
  background-color: #1D2730;
  -webkit-box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
  box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
  width: 100%;
  margin-bottom: 20px; }

.about-bonuses__item .about-bonuses__top {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  border-bottom: 1px solid #C4C4C4;
  padding-bottom: 20px;
  margin-bottom: 10px; }

.about-bonuses__item .casino-logo {
  background-color: #FFFFFF; }

.about-bonuses__info-column {
  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;
  padding: 0 10px;
  font-size: 16px;
  color: #CECECE; }

.about-bonuses__info-column img {
  height: 25px;
  width: auto;
  margin-bottom: 5px; }

.about-bonuses__info-column strong {
  color: #FFC24D;
  font-size: 24px;
  font-weight: bold;
  margin-top: 15px;
  white-space: nowrap; }

.about-bonuses__links {
  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; }

.about-bonuses__links .green-main-btn {
  width: 130px;
  height: 40px;
  font-size: 16px; }

.about-bonuses__review-link {
  color: #ffffff;
  margin-bottom: 20px;
  text-decoration: underline; }

.about-bonuses__info-column div {
  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; }

.how-work-section {
  padding: 120px 0;
  width: 100%;
  background-color: #04612C;
  color: #ffffff;
  position: relative; }

.how-work-section ul {
  padding-left: 25px;
  margin-bottom: 25px;
  font-size: 20px; }

.how-work-section .main-title, .how-work-section .main-text, .how-work-section .checked-list {
  color: #ffffff; }

.how-work-section .wrapper {
  position: relative;
  align-items: flex-start;
  max-width: 950px; }

.how-work-section::before {
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  background-position: center 25%;
  background-size: cover;
  top: 0;
  left: 0; }

.how-work-section.visible::before {
  background-image: url("../img/how-work-bg.png"); }

.how-work-section__bottom {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding-top: 40px; }

.how-work-section__bottom .main-btn {
  font-size: 16px;
  width: 167px;
  height: 40px; }

.how-work-section__logo {
  width: 267px;
  height: 55px;
  margin-right: -60px; }

.best-slots-section {
  padding-top: 60px;
  width: 100%;
  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; }

.best-slot {
  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;
  padding: 12px 22px;
  background-image: -o-linear-gradient(315deg, #F1F1F1 0% 50%, #ffffff 50% 100%);
  background-image: linear-gradient(-225deg, #F1F1F1 0% 50%, #ffffff 50% 100%); }

.best-slot .rate-block {
  margin-bottom: 10px; }

.best-slot .rate-block img {
  width: 25px;
  height: 25px; }

.best-slot__logo {
  width: 100%;
  height: auto;
  -o-object-fit: contain;
  object-fit: contain;
  min-height: 160px;
  margin-bottom: 15px; }

.best-slots__wrapper {
  margin-bottom: 45px;
  margin-top: 30px; }

.popular-games__section {
  width: 100%;
  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; }

.main-section {
  padding-top: 50px; }

.main-section > img {
  width: 100%;
  max-width: 63px;
  margin-bottom: 10px; }

.main-section h3, .main-section h4, .main-section h5 {
  margin-right: auto; }

.popular-game {
  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;
  padding: 27px 23px 38px;
  background-color: #ffffff; }

.popular-game__logo {
  width: 100%;
  height: auto;
  -o-object-fit: contain;
  object-fit: contain;
  min-height: 169px;
  margin-bottom: 15px; }

.popular-game .main-btn {
  width: 130px;
  height: 40px;
  font-size: 16px;
  margin-top: 20px; }

.popular-games__wrapper {
  padding-top: 25px; }

.popular-games__wrapper + .bottom-link {
  margin-bottom: 25px; }

.popular-guides-section {
  width: 100%;
  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;
  padding: 140px 0; }

.main-bottom-img-block {
  background-position: center calc(100% + 170px);
  background-repeat: no-repeat; }

.main-bottom-img-block.visible {
  background-image: url("../img/main-bottom-bg.png"); }

.popular-guides__wrapper {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
  padding-top: 35px; }

.popular-guide {
  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;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  padding: 0 4%; }

.popular-guide__logo {
  margin-bottom: 30px; }

@media (max-width: 990px) {
  .top-text {
    text-align: center; }
  .popular-guide__logo {
    width: 100%; }
  .popular-guide {
    padding: 10px 15px; } }

@media (max-width: 768px) {
  .top-title {
    font-size: 36px;
    text-align: center; }
  .top-text {
    font-size: 18px; }
  .main-header {
    height: 571px; }
  .about-bonuses__item {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column; }
  .about-bonuses__item .about-bonuses__top {
    flex-direction: column; }
  .about-bonuses__item .casino-logo {
    margin-bottom: 30px; }
  .about-bonuses__info-column {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    max-width: 348px;
    width: 100%;
    margin-bottom: 15px;
    padding: 0; }
  .about-bonuses__info-column strong {
    margin-top: 0;
    white-space: normal; }
  .about-bonuses__info-column img {
    margin-bottom: 0;
    margin-right: 20px;
    width: 35px;
    -o-object-fit: contain;
    object-fit: contain; }
  .about-bonuses__info-column div {
    width: 65%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-negative: 0;
    flex-shrink: 0; }
  .how-work-section__bottom {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center; }
  .how-work-section__logo {
    display: none; }
  .how-work-section {
    padding: 60px 0; }
  .best-slots-section {
    padding-top: 80px; }
  .popular-games__section {
    padding-top: 75px;
    max-width: 270px; }
  .popular-guides-section {
    padding: 50px 0; }
  .popular-guides__wrapper {
    -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; }
  .popular-guide {
    padding: 0;
    margin: 35px; }
  .popular-guides__wrapper {
    padding-top: 0; }
  .casinos-review-section {
    margin-left: -15px; } }
  ----------------------------------------------
  .casino-review__links a:first-child {
  margin-bottom: 15px; }

.casino-review__links {
  align-self: stretch;
  border-bottom: 1px solid #C4C4C4;
  align-items: center;
  display: flex;
  justify-content: center;
  flex-direction: column;
  padding: 10px 0; }

.casino-review__payment-methods {
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  width: 100%;
  padding-top: 15px; }

.casino-review__payment-methods li {
  padding: 5px 10px; }

.casino-review__payment-methods img {
  max-height: 30px; }

.casino-review__top {
  width: 100%;
  display: flex;
  align-items: center; }

.game-cards__wrapper {
  display: flex;
  width: calc(100% + 20px);
  flex-wrap: wrap;
  margin: 0 -10px;
  margin-bottom: 25px; }

.game-card {
  position: relative;
  display: flex;
  width: 139px;
  height: 139px;
  margin: 10px;
  flex-direction: column;
  align-items: center;
  justify-content: flex-end;
  padding: 10px;
  flex-shrink: 0;
  border: 2px solid #2AB03C;
  background: linear-gradient(135deg, #ffffff 0% 50%, #F1F1F1 50% 100%);
  box-shadow: 2px 5px 25px rgba(0, 0, 0, 0.2); }

.game-card::before {
  position: absolute;
  top: 10px;
  left: 10px;
  content: url("../img/game-card-check.svg"); }

.game-card__name {
  font-size: 16px;
  font-weight: 700; }

.game-card__image {
  width: 60px;
  height: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 10px; }

.game-card.absent-game {
  border: none;
  padding: 12px; }

.game-card.absent-game::before {
  content: none; }

.absent-game .game-card__image, .absent-game .game-card__name {
  opacity: .5; }

.bonus-cards__wrapper {
  width: calc(100% + 54px);
  display: flex;
  margin: 0 -10px;
  margin-bottom: 35px; }

.bonus-card {
  width: calc(50% - 20px);
  margin: 0 10px;
  display: flex;
  flex-direction: column;
  box-shadow: 2px 5px 25px rgba(0, 0, 0, 0.2); }

.bonus-card__header {
  display: flex;
  align-items: center;
  background-color: #2AB03C;
  height: 58px;
  padding: 10px; }

.bonus-card__header-text {
  font-size: 18px;
  font-weight: 700;
  color: #ffffff; }

.bonus-card__header img {
  max-width: 30px;
  flex-shrink: 0;
  margin-right: 20px; }

.bonus-card__body {
  background-color: #1D2730; }

.bonus-card .row {
  width: 100%;
  display: flex;
  padding: 7px 15px;
  margin: 0 !important;
  justify-content: center; }

.bonus-card .row span {
  width: 50%;
  font-size: 14px; }

.bonus-card .row span:nth-child(1) {
  color: #ffffff;
  padding-right: 5px; }

.bonus-card .row span:nth-child(2) {
  color: #FDC246;
  padding-left: 5px; }

.bonus-card .row .main-btn {
  background-color: #FDC246;
  color: #000000;
  margin: 10px 0; }

.bonus-card .row .main-btn::before {
  border: 1px solid #FDC246; }

.bonus-card .row:nth-child(even) {
  background: #2E3841; }

.payment-table {
  width: 100%;
  background-color: #1D2730;
  box-shadow: 2px 5px 25px rgba(0, 0, 0, 0.2);
  border-collapse: collapse;
  margin-bottom: 35px; }

.payment-table .main-btn {
  width: 71px;
  height: 29px;
  font-size: 14px;
  margin: 0 auto; }

.payment-table .main-btn::before {
  bottom: -4px;
  right: -4px; }

.payment-table .main-btn:hover::before {
  bottom: -1px;
  right: -1px; }

.payment-table thead {
  background-color: #2E3841; }

.payment-table thead th {
  padding: 13px 5px;
  color: #FFC24D;
  font-size: 14px;
  font-weight: 400;
  border: 1px solid #2E3841; }

.payment-table td img {
  margin: 0 10px; }

.payment-table td {
  padding: 10px;
  text-align: center;
  vertical-align: middle;
  font-size: 14px;
  color: #ffffff;
  border: 1px solid #2E3841; }

.payment-table td[data-row="Typ"] {
  max-width: 105px; }

.aside-casino-card {
  width: 100%;
  background-color: #2E3841;
  margin-bottom: 59px; }

.aside-casino-card .casino-review__top {
  flex-direction: column;
  padding: 20px 10px; }

.aside-casino-card .casino-review__center-top {
  flex-direction: column;
  align-items: center;
  margin-bottom: 20px; }

.aside-casino-card .casino-review__name {
  text-align: center; }

.aside-casino-card .casino-logo {
  margin-right: 0;
  margin-bottom: 14px; }

.aside-casino-card .casino-review__center {
  padding-right: 0; }

.aside-casino-card .casino-review__name {
  color: #ffffff;
  margin-bottom: 10px; }

.aside-casino-card .casino-review__center-bottom {
  flex-direction: column;
  align-items: center;
  color: #ffffff; }

.aside-casino-card .center-bottom__column {
  align-items: center;
  margin-bottom: 20px; }

.aside-casino-card .center-bottom__column strong {
  text-align: center; }

.aside-casino-card .casino-review__links {
  border: none; }

.aside-casino-card .casino-review__center {
  border: none; }

.aside-casino-card .center-bottom__first-row {
  margin-bottom: 5px; }

.main-header-slot {
  background-image: url("../img/top-bg.png");
  padding: 90px 15px;
  width: 100%;
  background-size: cover;
  background-repeat: no-repeat; }

.main-header-slot img {
  max-width: 100%; }

.main-header-slot .top-title {
  color: #ffffff;
  font-size: 48px;
  text-align: center;
  max-width: 800px;
  margin-top: 35px; }

.slot-provider-cards__wrapper {
  justify-content: space-between;
  margin-bottom: 100px; }

.slot-provider-cards__wrapper .slot-provider-card {
  margin: 10px; }

@media (max-width: 1100px) {
  .casino-review__center {
    padding-right: 15px; }
  .casino-logo {
    margin-right: 15px; }
  .casino-review__name {
    font-size: 23px; }
  .top-casino-review .casino-review__center {
    padding-right: 20px; }
  .top-casino-review .casino-logo {
    margin-right: 20px; } }

@media (max-width: 990px) {
  .casino-review__name {
    font-size: 30px; }
  .top-casino-review .rate-block img {
    width: 25px;
    height: 25px; }
  .top-casino-review .center-bottom__column strong span {
    display: none; }
  .top-casino-review .center-bottom__column strong {
    font-size: 20px; }
  .top-casino-review .casino-review__name {
    font-size: 30px; } }

@media (max-width: 768px) {
  .casino-review__top {
    flex-direction: column; }
  .all-reviews__wrapper {
    width: calc(100% + 30px); }
  .top-casino-review .casino-logo, .top-casino-review .casino-review__center {
    margin-right: 0; }
  .top-casino-review .casino-review__center {
    padding-right: 0;
    border-bottom: none; }
  .top-casino-review .casino-review__links a:first-child {
    margin: 0; }
  .casino-review__links {
    flex-direction: row;
    padding-bottom: 45px; }
  .casino-review__center {
    padding-right: 0;
    border-bottom: none; }
  .casino-review {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    padding-bottom: 40px; }
  .casino-logo {
    margin: 0;
    margin-bottom: 15px; }
  .casino-review__center-top {
    -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;
    margin-bottom: 25px; }
  .casino-review__name {
    margin-bottom: 10px; }
  .casino-review__center-bottom {
    -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; }
  .center-bottom__column {
    margin-bottom: 25px;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center; }
  .casino-review__links {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex; }
  .casino-review__links a:first-child {
    margin: 0;
    margin-right: 25px; }
  .about-casino-table {
    width: calc(100% + 30px); }
  .about-casino-table tr {
    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: start;
    -ms-flex-align: start;
    align-items: flex-start;
    padding: 15px; }
  .about-casino-table tr td {
    padding: 2px 0; }
  .pros-cons__wrapper, .faq-questions__wrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    width: calc(100% + 30px);
    margin-bottom: 30px; }
  .pros-cons-block {
    width: 100%; }
  .main-title {
    margin-bottom: 10px; }
  .top-casino-review {
    padding: 20px; }
  .bonus-cards__wrapper {
    flex-direction: column;
    width: 100%;
    margin: 0;
    margin-bottom: 35px; }
  .bonus-card {
    width: 100%;
    max-width: 350px;
    margin: 10px 0; }
  .bonus-card .row {
    flex-direction: column;
    align-items: center; }
  .bonus-card .row span {
    width: 100%;
    text-align: center;
    padding: 0 !important; }
  .payment-table thead {
    display: none; }
  .payment-table {
    background-color: transparent;
    box-shadow: unset; }
  .payment-table tbody {
    display: flex;
    align-items: center;
    flex-direction: column; }
  .payment-table tr {
    display: flex;
    flex-direction: column;
    margin-bottom: 15px;
    width: 100%;
    max-width: 348px;
    box-shadow: 2px 5px 25px rgba(0, 0, 0, 0.2);
    background: #1D2730; }
  .payment-table td {
    display: flex;
    justify-content: center;
    border: none; }
  .payment-table td[data-row] {
    justify-content: flex-start;
    text-align: start; }
  .payment-table .main-btn {
    width: 130px;
    height: 40px;
    font-size: 16px;
    margin-top: 10px;
    margin-bottom: 20px; }
  .payment-table td[data-row]::before {
    content: attr(data-row);
    color: #FFC24D;
    font-size: 14px;
    width: 50%; }
  .payment-table td:nth-child(even) {
    background-color: #2E3841; }
  .payment-table td[data-row="Typ"] {
    max-width: 100%; }
  .main-header-slot .top-title {
    font-size: 36px; }
  .slot-provider-cards__wrapper .slot-provider-card {
    margin: 0; } }
.rate-block img {
    width: 26px;
    height: 26px;
}
.center-bottom__available img {
    width: 21px;
    margin-left: 5px;
}


@media (max-width: 1100px) {
  .how-work-section__logo {
    margin: 0; } }