@font-face {
  font-family: "Montserrat";
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/montserrat/v23/JTUHjIg1_i6t8kCHKm4532VJOt5-QNFgpCtr6Ew-.ttf)
    format("truetype");
}
@font-face {
  font-family: "Montserrat";
  font-style: normal;
  font-weight: 600;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/montserrat/v23/JTUHjIg1_i6t8kCHKm4532VJOt5-QNFgpCu170w-.ttf)
    format("truetype");
}
@import url("https://fonts.googleapis.com/css2?family=Source+Sans+Pro&display=swap");
@font-face {
  font-family: "Source Sans Pro", sans-serif;
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url() format("truetype");
}

* {
  padding: 0;
  margin: 0;
  box-sizing: border-box;
  font-family: "Source Sans Pro", sans-serif;
  scroll-behavior: smooth;
}
a {
  transition: 0.3s;
}
a {
  text-decoration: none;
}
a:hover {
  color: #e50439;
}
.row {
  display: flex;
}
.container {
  max-width: 100%;
  width: 1440px;
  margin: 0 auto;
  padding: 0 30px;
}
.container-fw {
  max-width: 100%;
  width: 100%;
  padding: 0 20px;
}
.btn {
  display: inline-flex;
  padding: 10px 5px;
  border-radius: 5px;
  color: #fff;
  font-size: 14px;
  text-transform: uppercase;
  text-decoration: none;
  cursor: pointer;
  font-weight: bolder;
  justify-content: center;
  text-align: center;
}
.btn:hover {
  background: #042378;
  color: #fff;
}
.btn-play {
  background: #042378;
  width: 100%;
  max-width: 150px;
}
.btn-simple {
  background: transparent;
  font-size: 12px;
  padding: 8px 15px;
}
.av_header {
  background: #042378;
  padding: 10px 0;
  border-bottom: 1px solid #f3f4f8;
}
.av_header .row {
  justify-content: space-between;
  align-items: center;
  gap: 40px;
}

.av_header nav ul {
  list-style: none;
  display: flex;
  align-items: center;
  gap: 30px;
}
.av_header nav ul li a {
  text-decoration: none;
  font-size: 16px;
  color: #042378;
}
.av_header nav ul li.menu-item-has-children {
  position: relative;
}
.av_header nav ul li.menu-item-has-children:hover .sub-menu {
  opacity: 1;
  visibility: visible;
}
.av_header nav ul li.menu-item-has-children .sub-menu {
  opacity: 0;
  visibility: hidden;
  transition: 0.3s;
  background: #fff;
  border-radius: 0 0 5px 5px;
  position: absolute;
  top: 100%;
  margin-top: 10px;
  left: 100%;
  transform: translate(-50%);
  width: 200%;
  flex-direction: column;
  justify-content: flex-start;
  z-index: 505;
  box-shadow: 1px 3px 3px #ddd;
  gap: 5px;
  right: 0;
}
.av_header nav ul li.menu-item-has-children .sub-menu li {
  width: 100%;
}
.av_header nav ul li.menu-item-has-children .sub-menu li:last-child {
  border-radius: 0 0 5px 5px;
}
.av_header nav ul li.menu-item-has-children .sub-menu li:last-child a {
  border-radius: 0 0 5px 5px;
}
.av_header nav ul li.menu-item-has-children .sub-menu li a {
  padding: 10px 10px;
  font-size: 14px;
  display: block;
  transition: 0.3s;
}
.av_header nav ul li.menu-item-has-children .sub-menu li a:hover {
  background: #042378;
  color: #fff;
}
.av_promo_page__heading {
  margin-bottom: 20px;
}
.av_promo_page__heading .row {
  justify-content: space-between;
  align-items: center;
}
.av_promo_page__heading .row img {
  width: 40%;
  height: 250px;
  object-fit: contain;
  background: #222;
  padding: 20px;
  border-radius: 5px;
}
.av_promo_page__heading .caption {
  width: 50%;
}
.av_promo_page__heading .av_promo_heading {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.av_section__title {
  padding: 0 0 20px 0;
  margin-bottom: 0 !important;
  font-family: "Secular One", sans-serif;
  font-size: 32px;
  color: #042378;
}
.av_entry__content iframe {
  width: 49%;
  height: 400px;
}
.av_entry__content img {
  max-width: 100%;
  object-fit: contain;
}
.av_entry__content .alignleft {
  float: left;
  margin-right: 10px;
}
.av_entry__content .alignright {
  float: right;
  margin-left: 10px;
}
.av_entry__content .aligncenter {
  margin: 15px auto;
}
.av_entry__content .size-full {
  width: 100%;
  height: auto;
}
.av_entry__content h1,
.av_entry__content h2,
.av_entry__content h3,
.av_entry__content h4,
.av_entry__content h5 {
  font-family: "Secular One", sans-serif;
  margin-bottom: 20px;
  color: #042378;
}
.av_entry__content p {
  font-size: 16px;
  margin-bottom: 20px;
  line-height: 2;
}
.av_entry__content ul,
.av_entry__content ol {
  padding: 0 0 0 20px;
  margin-bottom: 20px;
}
.av_entry__content ul li,
.av_entry__content ol li {
  font-size: 16px;
  line-height: 2;
  margin-bottom: 10px;
}
.av_entry__content form {
  width: 50%;
}
.av_entry__content form p {
  margin-bottom: 0;
}
.av_entry__content form input,
.av_entry__content form textarea {
  width: 100%;
  margin-bottom: 20px;
  padding: 10px;
  border-radius: 15px;
  border: 1px solid #042378;
}
.av_entry__content form textarea {
  margin-bottom: 0;
  height: 250px;
}
.av_entry__content form .btn {
  margin-top: 10px;
  border: 1px solid #e50439;
}
section {
  margin: 40px 0;
}
.av_banner {
  margin: 0 auto;
}
.av_banner .row {
  max-width: 100%;
  align-items: center;
}
.av_banner .av_banner__image {
  width: 100%;
}
.av_banner .av_banner__image .mainSwiper {
  width: 100%;
}
.av_banner .av_banner__image .swiper-slide .container {
  width: 100%;
  height: 490px;
  position: relative;
  display: flex;
  justify-content: space-around;
}
.av_banner .av_banner__image .swiper-slide img {
  width: 100%;
  object-fit: cover;
  height: 100%;
  border-radius: 5px;
}
.av_banner .av_banner__image .swiper-slide .btn {
  position: absolute;
  bottom: 10%;
  right: 10%;
}
.av_banner .av_banner__image .swiper-pagination .swiper-pagination-bullet {
  background: #fff;
  border-radius: 0;
  width: 3%;
  height: 2px;
}
.av_banner .av_banner__caption {
  padding: 0 20px;
  text-align: justify;
}
.av_casinos .row {
  gap: 10px;
}
.av_casinos .av_casinos__item {
  border: solid 1px #042378;
  flex-basis: 100%;
  padding: 10px;
  border-radius: 5px;
  display: flex;
  align-items: center;
  position: relative;
  justify-content: space-around;
}

.av_casinos .av_casinos__item.col-3 {
  flex-basis: 32%;
  flex-grow: 1;
  flex-direction: column;
  justify-content: center;
}
.av_casinos__item.col-3 .rating,
.av_casinos__item.col-3 .bonus {
  margin: 10px 0;
}
.av_casinos .av_casinos__item .btn:hover {
  background: #042378 !important;
}

.av_casinos .av_casinos__item .buttons .btn-simple {
  display: inline-flex;
  margin-top: 10px;
}
.top__rated {
  text-transform: uppercase;
  position: absolute;
  top: -10px;
  padding: 10px;
  background: #e50439;
  color: #fff;
  right: -10px;
  box-shadow: 3px 3px 15px rgba(0, 0, 0, 0.29);
}
.bonus__size {
  font-size: 14px;
  text-align: center;
  color: #042378;
}
.av_casinos {
  max-width: 1070px;
  margin: 0 auto;
}
.av_casinos .av_casinos__item .item__title {
  color: #fff;
  font-weight: bolder;
  text-align: center;
  font-size: 12px;
}
.av_casinos__item__buttons {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  width: 100%;
  max-width: 240px;
}
.av_casinos__item__buttons .btn {
  width: 100%;
  max-width: 200px;
}
.av_casinos .av_casinos__item .item__logo {
  max-height: 45px;

  object-fit: contain;
}
.av_casinos .av_casinos__item .btn {
  width: 100%;
  max-width: 250px;
  margin: 0 auto;
  font-size: 14px;
}
.av_casinos .av_casinos__item .btn-simple {
  font-size: 7px;
  border: 1px solid #fff;
  width: 85%;
}
.av_footer {
  background: #f3f4f8;
  padding: 40px;
}
.av_footer .row {
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
}
.av_footer .row .item {
  flex-basis: 49%;
}
.av_footer .navs {
  display: flex;
  align-items: center;
  padding: 20px 0;
  gap: 20px;
}
.av_footer nav ul {
  list-style: none;
  display: flex;
  align-items: center;
  gap: 20px;
}
.av_footer nav ul li a {
  color: #042378;
  text-decoration: none;
}
.av_footer nav ul li.menu-item-has-children .sub-menu {
  display: none;
}
.av_footer .item_copyright {
  font-size: 14px;
}
.av_footer p {
  font-size: 14px;
}
.av_faq_section .item {
  width: 100%;
  margin-bottom: 10px;
}
.av_faq_section .item:last-child {
  margin-bottom: 0;
}
.av_faq_section .item span {
  cursor: pointer;
  display: block;
  padding: 10px;
	line-height: 2;
}
.av_faq_section .item .question {
  border-bottom: 1px solid #bababa;
  background: #042378;
  color: #fff;
}
.av_faq_section .item .answer {
  display: none;
  font-size: 16px;
  color: #525252;
  background: #f3f4f8;
}
.av_faq_section .item .answer.active {
  display: block;
}
.mobile-only {
  display: none;
}
.all_com_pr span:before {
  color: #fb9c30;
}
.com_block_star {
  margin: 10px 0;
}
.comments-rating {
  border: none;
  padding: 0;
  margin-left: 0;
}
.comments-rating label {
  display: inline-block;
  font-size: 18px;
}
.rating-container {
  font-size: 0;
  unicode-bidi: bidi-override;
  direction: rtl;
}
.rating-container * {
  font-size: 1.4rem;
}
.rating-container > input {
  display: none;
}
.rating-container > input + label {
  font-family: "dashicons";
  display: inline-block;
  overflow: hidden;
  text-indent: 9999px;
  width: 1em;
  white-space: nowrap;
  cursor: pointer;
  margin: 0;
}
.rating-container > input + label:before {
  display: inline-block;
  text-indent: -9999px;
  content: "\f154";
  color: #888;
}
.rating-container > input:checked ~ label:before,
.rating-container > input + label:hover ~ label:before,
.rating-container > input + label:hover:before {
  content: "\f155";
  color: #fb9c30;
  text-shadow: 0 0 1px #888;
}
.rating-container > .star-cb-clear + label {
  text-indent: -9999px;
  width: 0.5em;
  margin-left: -0.5em;
}
.rating-container > .star-cb-clear + label:before {
  width: 0.5em;
}
.rating-container:hover > input + label:before {
  content: "\f154";
  color: #888;
  text-shadow: none;
}
.rating-container:hover > input + label:hover ~ label:before,
.rating-container:hover > input + label:hover:before {
  content: "\f155";
  color: #fb9c30;
  text-shadow: 0 0 1px #888;
}
.comment-respond {
  margin: 1.5rem 0 0 0;
}
.comment-respond h3 {
  margin-bottom: 0.75rem;
}
.comments-area .comment-form .comment-form-author label,
.comments-area .comment-form .comment-form-email label,
.comments-area .comment-form .comment-form-comment label {
  display: block;
  margin-bottom: 0.5rem;
}
.comments-area .comment-form input,
.comments-area .comment-form textarea {
  border-radius: 5px;
  color: #042378;
  padding: 0.5rem 0 0.5rem 0.5rem;
  border: 1px solid #042378;
}
.comments-area .comment-form input::placeholder,
.comments-area .comment-form textarea::placeholder {
  color: rgba(255, 255, 255, 0.4);
}
.comments-area .comment-form textarea {
  width: 50%;
  height: 100px;
}
.comments-area .comment-form input {
  width: 50%;
}
.comments-area .comment-form .submit {
  background: #e50439;
  border-radius: 5px;
  color: #fff;
  font-weight: bold;
  padding: 0.75rem;
  cursor: pointer;
}
.comments-area .comment-notes {
  display: none;
}
.comments-area .comment-list {
  list-style: none;
  padding: 0;
}
.comments-area .comment-list li {
  width: 100%;
  padding: 20px;
  background: #efefef;
  margin-bottom: 0.75rem;
}
.comments-area .comment-list li a {
  text-decoration: none;
  display: none;
}
.comments-area .comment-list li time {
  display: none;
}
.comments-area .comment-list li p {
  margin: 1rem 0;
  font-size: 14px;
  line-height: 22px;
}
.comments-area .comment-form-url {
  display: none;
}
.comments-area .comment-form-email {
  display: none;
}
.dashicons-star-filled {
  color: #fb9c30 !important;
}
.av_casinos__item_heading {
  background: #042378;
  width: 100%;
  max-width: 260px;
  justify-content: center;
  text-align: center;
  border-radius: 5px;
}
.rating {
  width: 100%;
  max-width: 220px;
  justify-content: center;
  display: flex;
  flex-wrap: wrap;
}

.title {
  width: 100%;
  color: #042378;
  font-weight: bolder;
  margin-bottom: 10px;
  text-align: center;
}
.vote__stars {
  display: flex;
  gap: 5px;
}
.jq-star svg {
  width: 16px;
  height: 16px;
}
@media (max-width: 1024px) {
  .av_promo_page__heading .row {
    flex-wrap: wrap;
  }
  .av_promo_page__heading .row img {
    width: 100%;
    margin-bottom: 20px;
  }
  .av_promo_page__heading .row .caption {
    width: 100%;
  }
  .av_entry__content iframe {
    width: 100%;
    margin-bottom: 10px;
    padding: 0 10px;
  }
  .av_entry__content form {
    width: 100%;
  }
  .av_entry__content form p {
    width: 100%;
  }
  .av_faq_section,
  .page {
    margin-top: 20px;
  }
  .container {
    padding: 0 10px;
  }
  .mobile-only {
    display: block;
  }
  .av_header {
    display: none;
  }
  .av_header .row {
    flex-wrap: wrap;
  }
  .av_casinos .row {
    flex-wrap: wrap;
    gap: 10px;
  }
  .av_casinos .av_casinos__item {
    width: 100%;
    max-width: 100%;
    flex-grow: 1;
    gap: 10px;
  }
  .av_casinos__item .rating{
    display: none;
  }
  .av_casinos .av_casinos__item.col-3 {
    flex-basis: 100%;
    max-width: 100%;
  }
  .av_casinos .av_casinos__item .btn {
    width: 100%;
    font-size: 12px;
    white-space: nowrap;
  }
  .top__rated {
    top: -20px;
    right: -5px;
    font-size: 10px !important;
  }
  .av_casinos .av_casinos__item .btn-simple {
    font-size: 10px;
    padding: 5px;
  }
  .menu-mobile.active {
    left: 0;
  }
  .menu-mobile {
    width: 50%;
    height: 100vh;
    position: fixed;
    z-index: 500;
    left: -100%;
    top: 64px;
    background: #f3f4f8;
    transition: 0.3s;
  }
  .menu-mobile .wrap {
    width: 100%;
  }
  .menu-mobile ul {
    list-style: none;
  }
  .menu-mobile ul li a {
    padding: 20px;
    display: block;
    font-size: 18px;
    color: #042378;
    text-decoration: none;
  }
  .menu-mobile ul li.menu-item-has-children > a {
    display: flex;
    align-items: center;
    justify-content: space-between;
  }
  .menu-mobile ul li.menu-item-has-children > a:after {
    content: "";
    background: url(img/dropdown.png) no-repeat;
    background-size: contain;
    width: 18px;
    height: 18px;
    display: block;
  }
  .menu-mobile ul li.menu-item-has-children ul.sub-menu {
    width: 100%;
    height: 0;
    visibility: hidden;
    opacity: 0;
  }
  .menu-mobile ul li.menu-item-has-children ul.sub-menu li a {
    font-size: 12px;
  }
  .menu-mobile ul li.menu-item-has-children ul.sub-menu.active {
    height: 100%;
    visibility: visible;
    opacity: 1;
    background: #efefef;
  }
  .av_mobile_header {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 505;
    width: 100%;
    background: #f3f4f8;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
    padding: 10px 10px;
  }
  .av_mobile_header .av_header__logo {
    margin-left: 20px;
  }
	.av_header__logo img {
object-fit: contain;}
  .av_mobile_header .menu-trigger {
    background: #042378;
    color: #fff;
    border-radius: 5px;
    border: none;
    padding: 10px;
  }
  .av_mobile_header .menu-trigger svg {
    width: 20px;
    height: 20px;
  }
  .av_banner {
    margin-top: 100px;
	  padding: 0 20px;
  }
  .av_banner .av_banner__image .swiper-slide {
    height: 250px;
  }
  body.overflow-disabled {
    overflow-y: hidden;
  }
  .av_footer {
    padding: 20px 0;
  }
  .av_footer .row .item {
    flex-basis: 100%;
  }
  .av_footer .navs {
    flex-wrap: wrap;
  }
  .av_footer .navs nav {
    width: 100%;
  }
  .av_footer nav ul {
    flex-wrap: wrap;
  }
}

.av_header .container {
  position: relative;
}


.frameContainer {
  width: 100%;
  margin: 0 auto 20px;
  max-width: 650px;
  position: relative;
  background: #222;
  height: 450px;
}
.frameContainer iframe {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border: none;
}
.frameContainer .preloader {
  width: 42px;
  height: 42px;
  object-fit: contain;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.av_casinos .row {
  flex-wrap: wrap;
}
@media (min-width: 768px) and (max-width: 1024px) {
  .av_casinos .av_casinos__item.col-3 {
    max-width: 32.4%;
  }
  .av_casinos__item .rating,
  .av_casinos__item .bonus {
    display: flex;
    max-width: 130px;
    flex-wrap: wrap;
    justify-content: center;
  }
}
.section-roulette .container {
  background: #f3f4f8;
}
.section-roulette .swiper-wrapper {
  display: flex;
  gap: 10px;
}
.section-roulette .swiper-wrapper .swiper-slide {
  background: white;
  padding: 10px;
  border-radius: 5px;
  width: calc(100% / 4 - 10px);
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  height: initial;
}
.section-roulette .swiper-wrapper .swiper-slide img {
  margin: 0;
}
.section-roulette .title-slide {
  color: #042378;
  font-weight: bold;
  font-size: 16px;
  margin: 10px 0;
}
.section-roulette .text-slide {
  flex-grow: 1;
}
.section-roulette .text-slide * {
  color: black;
}
.wr-step-img {
  position: relative;
  text-align: center;
}
.wr-step-img img {
  height: 175px;
  object-fit: cover;
  border-radius: 5px;
}

.step-slide {
  position: absolute;
  top: 15px;
  left: 15px;
  z-index: 2;
  padding: 10px;
  border-radius: 5px;
  background: #042378;
  color: #fff;
}
.wr-slider-navigation {
  position: relative;
  display: flex;
  justify-content: end;
  height: 100px;
}
.wr-slider-navigation .swiper-button-next,
.wr-slider-navigation .swiper-button-prev {
  margin-left: 15px;
  background: #042378;
  border-radius: 5px;
  padding: 15px 20px;
}
.wr-slider-navigation .swiper-button-next {
}
.wr-slider-navigation .swiper-button-prev {
  left: auto;
  right: 70px;
}
.section-roulette h3 {
  padding-top: 20px;
}
.wr-slider-navigation .swiper-button-next:after,
.wr-slider-navigation .swiper-button-prev:after {
  font-family: swiper-icons;
  font-size: 14px;
  text-transform: none !important;
  letter-spacing: 0;
  font-variant: initial;
  line-height: 1;
  color: white;
}
@media (max-width: 1566px) {
  .section-roulette .swiper-wrapper .swiper-slide {
    width: calc(100% / 3 - 10px);
  }
}
@media (max-width: 768px) {
  .section-roulette .swiper-wrapper .swiper-slide {
    width: calc(100% / 2 - 10px);
  }
}
@media (max-width: 420px) {
  .section-roulette .swiper-wrapper .swiper-slide {
    width: calc(100% - 10px);
  }
  .step-slide {
    left: 35px;
  }
}

.blocks_casino.av_casinos {
  max-width: 100%;
}
.av_casinos.blocks_casino .row h3 {
  margin-bottom: 0;
}
@media (min-width: 1025px) and (max-width: 1240px) {
  .av_casinos.blocks_casino .av_casinos__item {
    flex-basis: 100%;
  }
}
@media (max-width: 576px) {
  .av_casinos .av_casinos__item .item__logo {
    height: 25px;
	  max-width: 120px;
  }
}
.wr-characteristic {
  display: flex;
  justify-content: space-between;
}
.plus,
.minus {
  border: solid 1px #042378;
  padding: 10px;
  width: 100%;
  border-radius: 5px;
}
.plus {
  margin-right: 10px;
}
.wr-character {
  display: flex;
  justify-content: space-between;
}
.plus .character {
  background: green;
}
.wr-text_plus:before {
  color: green;
}
.minus .character {
  background: #e50439;
  align-items: self-start;
}
.wr-text_minus:before {
  color: #e50439;
}
.character {
  color: #fff;
  font-size: 22px;
  font-weight: bold;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 30px;
  width: 30px;
}
.wr-text_plus,
.wr-text_minus {
  position: relative;
  padding-left: 20px;
  display: flex;
  margin-bottom: 10px;
line-height: 2;
}
.wr-text_plus:before {
  position: absolute;
  content: "+";
  height: 15px;
  width: 15px;
  left: 0;
  font-weight: bold;
}
.wr-text_minus:before {
  position: absolute;
  content: "-";
  height: 15px;
  width: 15px;
  left: 0;
  font-weight: bold;
}
@media (max-width: 576px) {
  .wr-characteristic {
    flex-wrap: wrap;
  }
  .plus,
  .minus {
    flex-basis: 100%;
    width: 100%;
    margin-right: 0 !important;
    margin-bottom: 20px;
  }
}
.listing-item {
  width: 100%;
  border-radius: 5px;
  gap: 20px;
  margin: 10px 0;
  position: relative;
  background: #f7f7f7;
}
.listing-flex {
  justify-content: space-between;
  align-items: center;
  display: flex;
}
.listing-logo {
  display: flex;
  align-items: center;
  width: 100%;
  max-width: 178px;
  gap: 10px;
  padding: 0 0 0 10px;
}
.listing-logo img {
  width: 140px;
  background: #042378;
  border-radius: 5px;
  padding: 10px;
  height: 90px;
  object-fit: contain;
}
.listing-logo span {
  font-weight: bold;
  color: #042378;
}
.listing-highlights {
  width: 100%;
  max-width: 280px;
}
.listing-highlights .title {
  color: #042378;
  font-size: 14px;
  font-weight: bolder;
  text-transform: uppercase;
  line-height: 1.2;
  text-align: left;
}
.listing-highlights ul {
  list-style: none;
  margin-bottom: 0;
  padding: 0;
}
.listing-item .listing-highlights li {
  padding: 0 0 5px 20px;
  line-height: 1.2;
  font-size: 12px;
  position: relative;
  display: flex;
  align-items: center;
  margin-bottom: 0;
}
.listing-highlights li:before {
  content: "✓";
  background-size: contain;
  width: 12px;
  height: 12px;
  display: block;
  position: absolute;
  top: 10px;
  left: 0;
  transform: translateY(-50%);
}
.listing-bonus {
  width: 100%;
  max-width: 205px;
  background: rgba(0, 0, 0, 0);
  border-radius: 5px;
  padding: 10px 10px;
  text-align: center;
  display: flex;
  flex-direction: column;
  align-items: center;
  border: 1px solid #17252a;
  justify-content: center;
}
.listing-bonus .title {
  font-size: 14px;
  text-transform: uppercase;
  font-weight: bolder;
  color: #042378;
}
.listing-bonus .bonus {
  margin-top: 10px;
  font-size: 18px;
  text-transform: uppercase;
  font-weight: 900;
  color: #042378;
}
.listing-cta {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 10px;
  margin-right: 20px;
  margin-left: 20px;
}
.listing-cta a {
  color: white;
}
.btn-black {
  background: #042378;
  color: #3aafa9;
  text-transform: uppercase;
  padding: 10px;
}

.listing-item-review-btn {
  width: 100%;
  border-radius: 0 0 5px 5px;
  padding: 5px 0;
  border: none;
  border-bottom: 1px solid rgba(0, 0, 0, 0);
  text-transform: uppercase;
  letter-spacing: 2px;
  cursor: pointer;
  transition: 0.3s border;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
}
.read-review {
  color: #042378 !important;
}
@media (max-width: 1440px) {
  .listing-highlights li {
    font-size: 11px;
    line-height: 2;
    padding: 0 0 0 20px;
  }
  .listing-flex {
    padding: 5px 0;
  }
  .listing-bonus .title {
    font-size: 14px;
  }
  .listing-bonus .bonus {
    font-size: 14px;
  }
}
@media (max-width: 1300px) {
  .listing-item-review-btn {
    font-size: 10px;
  }
  .listing-logo {
    max-width: 120px;
    margin-right: 30px;
  }
  .listing-logo img {
    width: 120px;
  }
}
@media (max-width: 1240px) {
  .listing-bonus {
    max-width: 200px;
  }
  .listing-logo {
    width: 120px;
    font-size: 0;
  }
  .listing-logo {
    width: 120px;
    font-size: 0;
  }
  .listing-highlights {
    max-width: 250px;
  }
}
@media (max-width: 860px) {
  .listing-highlights {
    max-width: 180px;
  }
  .listing-highlights .title {
    font-size: 12px;
  }
  .listing-highlights li {
    font-size: 10px;
  }
  .listing-bonus {
    max-width: 30%;
  }
  .read-review {
    font-size: 12px;
  }
  .btn-black {
    font-size: 12px;
  }
}
@media (max-width: 700px) {
  .listing-flex {
    flex-direction: column;
    gap: 10px;
  }
  .listing-item {
    max-width: calc(80% - 10px);
    margin: 10px auto 20px;
  }

  .listing-flex {
    padding: 0;
  }
  .listing-item .listing-logo {
    max-width: 100%;
    width: 100%;
    padding: 0;
    border-radius: 5px 5px 0 0;
    gap: 0;
  }
  .listing-item .listing-logo img {
    width: 100%;
    max-width: 100%;
    padding: 0 20px;
    border-radius: 5px 5px 0 0 !important;
    margin: 0;
    padding-bottom: 10px;
  }
  .listing-highlights {
    max-width: 95%;
    white-space: nowrap;
  }
  .listing-highlights li {
    font-size: 9px;
  }
  .listing-bonus {
    max-width: 95%;
  }
  .listing-bonus .title,
  .listing-bonus .bonus {
    font-size: 10px;
    margin: 0;
  }
  .listing-bonus {
    max-width: 95%;
    height: 40px;
  }
  .listing-item .btn-black {
    width: 100% !important;
    max-width: 100% !important;
  }
  .listing-cta {
    max-width: 100%;
    margin-bottom: 10px;
  }
}
@media (max-width: 500px) {
  .listing-item-review-btn {
    display: none;
  }

  .listing-item {
    max-width: 100%;
  }
  .listing-logo {
    margin-top: 0;
  }
  .listing-logo img {
    padding: 10px 25%;
    border-radius: 5px 5px 0 0;
  }
}
.author {
  margin-bottom: 20px;
}
.author .content {
  margin-bottom: 0;
}
.author-flex {
  gap: 20px;
  display: flex;
}
.author .image {
  width: 100%;
  max-width: 25%;
  padding: 10px;
  border-radius: 5px;
  background: #efefef;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 5px;
}
.author .image img {
  display: block;
  margin: 0 auto;
  width: 120px;
  height: 120px;
  border-radius: 50% !important;
  object-fit: cover;
}
.author .image .name {
  font-weight: bolder;
  text-transform: uppercase;
  color: #042378;
  font-size: 16px;
}
.author .caption {
  width: 100%;
  max-width: calc(75% - 20px);
}
.author .caption .title {
  font-size: 24px;
  font-weight: bolder;
  margin-bottom: 10px;
  color: #042378;
  text-align: left;
}

@media (max-width: 675px) {
  .author .author-flex {
    flex-wrap: wrap;
  }
  .author .image {
    max-width: 100%;
  }
  .author .caption {
    max-width: 100%;
  }
}

.author-description-read-more {
  color: #042378;
  cursor: pointer;
}

.author-description p {
  margin: 0;
  -webkit-line-clamp: 5;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.av_banner .row {
  position: relative;
}
.av-banner-listing {
  display: flex;
  flex-direction: column;
  gap: 10px;
  justify-content: center;
  flex-basis: 40%;
}
.av-banner-listing .listing-title {
  font-size: 24px;
  text-align: center !important;
  color: #fff;
}
.av-banner-casino {
  padding: 10px;
  border-radius: 5px;
  background: #042378;
  display: flex;
  align-items: center;
  justify-content: space-between;
  position: relative;
}
.av-banner-casino .casino-logo {
  display: flex;
  align-items: center;
  justify-content: center;
  color: #ffffff;
  font-weight: bolder;
  font-size: 24px;
  width: 100%;
  padding: 0 10px;
  max-width: 17%;
  text-decoration: none;
  gap: 10px;
}
.av-game-image {
  width: 100%;
  max-width: 40%;
  display: flex;
  justify-content: center;

  height: 100%;
  flex-direction: column;
}
.av-game-image div {
  line-height: 2;
}
.av-game-image h2 {
  margin-bottom: 20px;
  color: #042378;
  font-size: 38px;
  font-weight: bold;
}

.av-banner-casino .casino-bonus {
  display: flex;
  width: 100%;
  max-width: 70%;
  flex-direction: column;
  align-items: center;
  color: #fff;
  text-align: center;
  padding: 0 10px 0 20px;
  border-left: 1px solid #fff;
}
.av-banner-casino .casino-bonus .bonus-title {
  display: block;
  font-weight: normal;
  font-size: 14px;
}
.av-banner-casino .casino-bonus .bonus-descr {
  font-size: 20px;
  width: 100%;
  max-width: 100%;
  font-weight: bolder;
  text-align: center;
  white-space: nowrap;
}
.av-banner-casino .btn-play {
  max-width: 15%;
  background-color: #633add;
}
.mainSwiper .swiper-slide {
  display: flex;
  align-items: center;
  justify-content: space-around;
  flex-wrap: wrap;
}
.mainSwiper .swiper-slide .btn {
  position: static !important;
  max-width: 150px;
}
@media (max-width: 1366px) {
	.av_banner .av_banner__image .swiper-slide .container {
    height: 400px;
}
  .av-banner-casino .casino-logo {
    font-size: 18px;
  }
}

@media (max-width: 1024px) {
  .av-game-image img {
    max-height: 200px;
  }
  .av_banner .av_banner__image .swiper-slide {
    height: auto;
  }
  .av-game-image {
    margin-top: 20px;
    height: auto;
    width: 100%;
    max-width: 100%;
    flex-basis: 100%;
  }
  .av-banner-listing {
    margin: 20px;
    width: 100%;
    flex-basis: 100%;
  }
  .av-banner-casino .btn-play {
    max-width: 100px;
    font-size: 12px;
  }
  .av-banner-casino .casino-bonus {
    text-align: center;
    padding: 0 15px;
    align-items: center;
  }
  .av-banner-casino .casino-logo img {
    width: 100%;
    height: 100%;
    object-fit: contain;
  }
}
.author {
  margin: 30px 0;
}
@media (max-width: 610px) {
  .av-game-image img {
    max-height: 160px;
  }
  .mainSwiper .swiper-slide .btn {
    max-width: 100px;
  }
  .av-banner-casino .casino-bonus .bonus-descr {
    font-size: 14px;
  }
}
@media (max-width: 480px) {
  .mainSwiper .swiper-slide .btn {
    font-size: 10px;
  }
  .av-banner-casino .casino-bonus .bonus-title {
    font-size: 10px;
  }
  .av-banner-casino .casino-bonus .bonus-descr {
    font-size: 12px;
  }
}
@media (max-width: 420px) {
  .mainSwiper .swiper-slide .btn {
    max-width: 80px;
  }
  .av-banner-casino .casino-bonus .bonus-descr {
    font-size: 8px;
  }
}
.wp-block-table {
  overflow-x: auto;
}
figure {
  margin: 0 0 1em;
}
.av-content-flex {
  display: flex;
  gap: 20px;
  max-width: 100%;
  width: 1440px;
  margin: 0 auto;
  padding: 0 30px;
}
.av-content-flex .av_entry__content {
  width: 100%;
  max-width: 74%;
  margin-bottom: 0;
}
.av-content-sidebar {
  width: 100%;
  max-width: calc(100% - 74% - 20px);
}
.av-game-chars {
  background: #f5f5f5;
  padding: 10px 0;
}
.av-char {
  display: flex;
  align-items: center;
  border-bottom: 1px solid #ddd;
  padding: 0 10px;
}
.av-char .char-name {
  color: #828282;
  font-size: 14px;
  display: flex;
  align-items: center;
  gap: 10px;
}
.char-name img {
  width: 16px;
  height: 16px;
  margin-right: 15px;
}
.av-char div {
  width: 100%;

  padding: 10px 0;
}
.av-char .char-value {
  font-size: 14px;
}
.av-aside-listing {
  margin: 10px 0 0 0;
}
.listing-title {
  font-weight: bolder;
  font-size: 18px;
  text-align: center;
  margin-bottom: 10px;
}
.av-aside-casino {
  display: flex;
  align-items: center;
  padding: 10px;
  justify-content: space-between;
}
.av-aside-casino .casino-logo {
  background: #042378;
  padding: 10px;
  border-radius: 5px;
}
.av-content-flex {
  flex-wrap: wrap;
}
@media (max-width: 1160px) {
  .av-char div {
    padding: 0 0 5px 0;
  }
  .av-game-chars {
    flex-wrap: wrap;
  }
  .av-aside-listing {
    width: 100%;
  }
  .av-content-flex .av_entry__content {
    max-width: 100%;
  }
  .av-content-sidebar {
    display: flex;
    max-width: 100%;
    position: static;
    flex-direction: column;
  }
  .av-game-chars {
    display: flex;
    align-items: center;
  }
  .av-game-chars {
    padding: 0;
  }
  .av-char {
    border-bottom: 0;
    width: 100%;
    flex-grow: 1;
    flex-direction: column;
    align-items: center;
    justify-content: center;
  }
  .av-char .char-name {
    justify-content: center;
  }
}
@media (max-width: 1024px) {
  .av-game-chars {
    flex-wrap: wrap;
    gap: 10px;
  }
}
@media (max-width: 550px) {
}
.wr-icon-char {
  display: flex;
  justify-content: left;
  align-items: center;
}
.av-game-chars .listing-title {
  padding: 15px 0;
  border-radius: 5px 5px 0 0;
}
.wrapper-casinos {
  position: sticky;
  top: 50px;
}
.av_entry__content {
  margin-top: 0;
}
.av_entry__content p:last-of-type {
  margin-bottom: 0;
}
.without-padding h2 {
  padding-top: 0 !important;
	margin-top: 20px;
}
.section-roulette .container {
  padding-top: 20px;
}
.wr-characteristic {
  padding: 20px 0;
}
.swiper-slide.game-background {
  position: relative;
}
.decor {
  position: absolute;
  top: 0;
  left: 0;
  height: 99.9%;
  width: 100%;
  object-fit: cover;
  object-position: center;
  overflow: hidden;
}
.decor {
  background: linear-gradient(
        138.51deg,
        #28005f 0,
        #042378 35.66%,
        #6ddefb 100%
      )
      60% top/205px 184px,
    linear-gradient(195.54deg, #28005f 0, #042378 35.66%, #6ddefb 100%) 70% 70%/97px
      88px,
    linear-gradient(286.55deg, #28005f 0, #042378 35.66%, #6ddefb 100%) right
      60%/348px 310px;
  background-repeat: no-repeat;
  opacity: 0.4;
  filter: blur(3rem);
  mask: none;
  -webkit-mask: none;
}

@media (max-width: 1366px) {
  .av-banner-casino .casino-bonus .bonus-title {
    font-size: 12px;
  }
  .av-banner-casino .casino-bonus .bonus-descr {
    font-size: 14px;
  }
}

.wr-logo-menu {
  display: flex;
  align-items: center;
}
.av_header__logo {
  margin-right: 20px;
}
@media (max-width: 1024px) {
  .menu-mobile .wrap {
    padding-top: 40px;
  }
}
.bonus {
  width: 100%;
  max-width: 200px;
}
.av_entry__content img {
  margin: 1rem;
}
.av_entry__content ul li {
  line-height: 2;
}
.contacts {
  dixsplay: flex;
  justify-content: space-between;
}
.map-frame {
  flex-basis: 38%;
  display: flex;
  justify-content: space-between;
  margin-right: 40px;
}
.contact_form {
  flex-basis: 38%;
  width: 100%;
  margin-left: 40px;
}
.adress {
  display: flex;
  flex-direction: column;
}

#wpcf7-f100-o1 form {
  width: 100%;
}
.map-frame iframe {
  width: 100%;
  height: 450px;
}
@media (max-width: 992px) {
  .contacts {
    flex-wrap: wrap;
  }
  .map-frame {
    flex-wrap: wrap;
    flex-basis: 50%;
    margin-right: 20px;
  }
  .map-frame iframe {
    margin-bottom: 20px;
  }
  .adress form {
    margin: 20px 0;
  }
  .adress {
    flex-basis: 45%;
  }
  .contact_form {
    flex-basis: 60%;
    margin-left: 0;
  }
}
@media (max-width: 700px) {
  .adress {
    flex-basis: 100%;
    justify-content: start;
    align-items: start;
  }
  .map-frame {
    flex-basis: 100%;
  }
  .contact_form {
    flex-basis: 100%;
  }
}
.av_footer .row .item {
  flex-basis: 65%;
}
.av_footer .row .item:last-of-type {
  flex-basis: 30%;
}
table b {
  color: #042378;
}

table {
  border-collapse: collapse;
  margin: 20px 0;
  width: 100%;
}
table,
th,
td {
  border: solid 1px #042378;
  padding: 10px;
}
.av_casinos .av_casinos__item .buttons .btn-simple {
  display: none;
}
.av-banner-listing .listing-title {
  font-size: 24px;
  text-align: center !important;
}

.av_casinos.blocks_casino {
  margin-bottom: 25px;
}
.av-aside-casino .btn {
  background: #042378;
  padding: 10px;
  border-radius: 5px;
  color: white !important;
}
.av-aside-casino * {
  text-transform: uppercase;
  font-weight: bold;
}
.av-aside-casino img {
  max-height: 30px;
  object-fit: contain;
}
.av-aside-casino .btn svg {
  font-weight: bold;
  height: 16px;
}
.av-content-sidebar .listing-title:first-of-type {
  padding: 10px;
  color: #042378;
}
.wrapper-casinos .listing-title {
  color: white;
  background: #042378;
}
.wrapper-casinos {
  margin: 10px 0 0;
  border: solid 1px #042378;
  border-radius: 5px;
  padding-bottom: 11px;
}
.av-aside-casino * {
  font-size: 14px;
}
.listing-bonus * {
  font-size: 14px !important;
}

.listing-bonus .title {
  margin-bottom: 0;
}
.heading.av_casinos__item_heading .item__title {
  display: none;
}
.av-aside-casino * {
  text-align: center;
}
.av-aside-casino div,
.av-aside-casino p {
  font-size: 12px;
	padding: 0 5px;
}
.av-aside-casino .casino-logo {
  padding: 5px;
}

.wr-block {
  background-color: #f3f4f8;
  padding: 10px;
  text-align: center;
}
.online-block {
  display: flex;
  justify-content: space-between;
  border-radius: 5px;
  background: white;
  margin-bottom: 10px;
  padding: 20px;
  text-align: left;
}
.wr-img-title {
  flex-basis: 20%;
  margin-right: 20px;
}
.wr-img-title img {
  margin: 0;
  max-width: 150px;
  width: 100%;
  object-fit: contain;
}
.wr-online-text {
  flex-basis: 78%;
}
.title-online-block {
  position: relative;
  margin-bottom: 15px;
  font-size: 20px;
  line-height: 1.2;
  font-weight: 700;
  letter-spacing: -0.02em;
  padding-left: 35px;
  margin-top: 20px;
}
.num {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  margin-top: -3px;
  transform: translateY(-50%);
  font-size: 34px;
  line-height: 1;
  font-weight: 800;
  color: #042378;
}

.wr-casino-live_merkur_novoline {
  display: flex;
  justify-content: space-between;
}
.special-offer {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: space-between;
  border-radius: 5px;
  padding-top: 10px;
  padding-bottom: 10px;
  width: -webkit-fill-available;
  margin: 10px;
  background: #f3f4f8;
}
.special-offer p {
  text-transform: uppercase;
  color: #042378;
  line-height: 1.2;
  text-align: center;
  margin: px 0;
}
.casino-live_merkur_novoline {
  padding: 0 0 10px 0;
  border-radius: 5px;
  border: solid 1px #042378;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: space-between;
  flex-basis: 30%;
  margin: 20px 0;
}
.casino-live_merkur_novoline img {
  object-fit: cover;
  max-height: 60px;
	height: 100%;
  object-fit: contain;
  background: #042378;
  width: 100%;
  margin: 0 0 1rem 0 !important;
  padding: 10px;
}
.casino-live_merkur_novoline .btn-play {
  background: #042378;
  color: white;
  width: -webkit-fill-available;
  max-width: none;
  margin: 0 10px;
}

@media (max-width: 992px) {
  .av_banner .av_banner__image .swiper-slide .container {
    flex-wrap: wrap;
    height: auto;
  }
  .av-banner-listing {
    margin: 20px 0;
  }
}
@media (max-width: 768px) {
  .av_section__title {
    font-size: 22px !important;
  }

  .av_entry__content p,
  .av_entry__content ul li,
  .av_faq_section .item .answer {
  }
  .num {
    font-size: 24px;
  }
  .title-online-block {
    padding-left: 25px;
  }
}
@media (max-width: 576px) {
  .wrapper-casinos {
    margin-bottom: 20px;
  }
  .online-block {
    text-align: center;
    flex-wrap: wrap;
    justify-content: center;
  }
  .wr-img-title {
    flex-basis: 100%;
    margin-right: 20px;
    text-align: center;
  }
  .wr-casino-live_merkur_novoline {
    justify-content: center;
    flex-wrap: wrap;
  }
  .casino-live_merkur_novoline {
    padding: 10px;
    border-radius: 5px;
    flex-basis: 100%;
  }
}
.top__rated {
  display: none;
}
.av-aside-casino div,
.av-aside-casino p,
.av-banner-listing .listing-title {
  color: #042378;
}
.text-live_merkur_novoline {
  margin: 20px 0;
}
.link-icon img {
  max-height: 30px;
}
.av-game-image div {
  color:#042378;
}
.av_header__logo img{
	min-width: 300px;
	object-fit: contain;
} 
@media (max-width: 576px){
	.av_casinos .av_casinos__item {
    flex-wrap: wrap;
}
	.av_casinos__item__buttons {
    width: 100%;
max-width: none;
}
	.bonus__size {
    font-size: 12px;

}
	.av_header__logo img {
		min-width:200px;
   max-width: 200px;
		margin-right: 10px;
}
}
@media (max-width: 1160px) and (min-width: 576px){
	
	.av-content-sidebar {
    display: flex;
    max-width: 60%;
    position: static;
    flex-direction: column;
    margin: 0px auto 20px;
}
}
@media (max-width: 420px){
	.av-banner-casino .casino-bonus .bonus-descr {
    font-size: 10px;
}
	.bonus__size {
    font-size: 10px;

} 
} 
h1 {
  padding-top: 20px;
	padding-bottom: 20px;
	color: #042378;
} 
.row h3:first-of-type{
	margin-top: 10px;
} 
