@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');
}
@font-face {
  font-family: 'Secular One';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/secularone/v10/8QINdiTajsj_87rMuMdKypDl.ttf) format('truetype');
}
/* width */
::-webkit-scrollbar {
  width: 5px;
}

/* Track */
::-webkit-scrollbar-track {
  box-shadow: inset 0 0 5px grey;
  border-radius: 10px;
}

/* Handle */
::-webkit-scrollbar-thumb {
  background: #5789fa;
  border-radius: 10px;
}

/* Handle on hover */
::-webkit-scrollbar-thumb:hover {
  background: #8178d9;
}

* {
  padding: 0;
  margin: 0;
  box-sizing: border-box;
  font-family: 'Montserrat', sans-serif;
}
a {
  transition: 0.3s;
}
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: 15px;
  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: #5789fa;
  color: #fff;
}
.btn-play {
  background: #e50439;
  width: 100%;
  max-width: 150px;
}
.btn-simple {
  background: transparent;
  font-size: 12px;
  padding: 8px 15px;
}
.av_header {
  background: #f3f4f8;
  padding: 20px 0;
  border-bottom: 1px solid #f3f4f8;
}
.av_header .row {
justify-content: center;
    align-items: center;
    gap: 40px;
}
.av_header .lang, .avi_mob_he .lang {
  position: relative;
}
.av_header .lang .lang_item, .avi_mob_he .lang .lang_item {
  cursor: pointer;
  display: flex;
  align-items: center;
  text-decoration: none;
}
.av_header .lang .lang_item img, .avi_mob_he .lang .lang_item img  {
  margin-right: 10px;
	border-radius: 5px;
}
.av_header .lang .lang_item svg, .avi_mob_he .lang .lang_item svg  {
  margin-left: 10px;
}
.av_header .lang .lang_dropdown, .avi_mob_he .lang .lang_dropdown {
  opacity: 0;
  visibility: hidden;
	    border-radius: 5px;
	margin-top: 10px;
  background: #5789fa;
  position: absolute;
  top: 100%;
  left: 0;
  transition: 0.3s;
	z-index: 505;
}
.av_header .lang .lang_dropdown .lang_item, .avi_mob_he .lang .lang_dropdown .lang_item  {
  color: #fff;
  padding: 10px;
  font-size: 12px;
}
.av_header .lang .lang_dropdown.active, .avi_mob_he .lang .lang_dropdown.active{
  opacity: 1;
  visibility: visible;
}
.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: #5789fa;
}
.av_header nav ul li.men-ite-has-children {
  position: relative;
}
.av_header nav ul li.men-ite-has-children:hover .sub-menu {
  opacity: 1;
  visibility: visible;
}
.av_header nav ul li.men-ite-has-children .sub-menu {
    opacity: 0;
    visibility: hidden;
    transition: 0.3s;
    background: #fff;
    border-radius: 0 0 15px 15px;
    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;
    max-height: 250px;
    overflow-y: scroll;
}
.av_header nav ul li.men-ite-has-children .sub-menu li {
  width: 100%;
}
.av_header nav ul li.men-ite-has-children .sub-menu li:last-child {
  border-radius: 0 0 15px 15px;
}
.av_header nav ul li.men-ite-has-children .sub-menu li:last-child a {
  border-radius: 0 0 15px 15px;
}
.av_header nav ul li.men-ite-has-children .sub-menu li a {
  padding: 10px 10px;
  font-size: 14px;
  display: block;
  transition: 0.3s;
}
.av_header nav ul li.men-ite-has-children .sub-menu li a:hover {
  background: #5789fa;
  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: 15px;
}
.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: #5789fa;
}
.avi_ent__content p a {
  color: #5789fa;
}
.avi_ent__content iframe {
  width: 49%;
  height: 400px;
}
.avi_ent__content img {
  max-width: 100%;
  object-fit: contain;
  border-radius: 10px;
}
.avi_ent__content .alignleft {
  float: left;
  margin-right: 10px;
  border-radius: 10px;
}
.avi_ent__content .alignright {
  float: right;
  margin-left: 10px;
  border-radius: 10px;
}
.avi_ent__content .aligncenter {
  margin: 0 auto;
  border-radius: 10px;
}
.avi_ent__content .size-full {
  width: 100%;
  height: auto;
}
.avi_ent__content h1,
.avi_ent__content h2,
.avi_ent__content h3,
.avi_ent__content h4,
.avi_ent__content h5 {
  font-family: 'Secular One', sans-serif;
  margin-bottom: 20px;
  color: #5789fa;
}
.avi_ent__content p {
  font-size: 16px;
  margin-bottom: 20px;
  line-height: 2;
}
.avi_ent__content ul,
.avi_ent__content ol {
  padding: 0 0 0 20px;
  margin-bottom: 20px;
}
.avi_ent__content ul li,
.avi_ent__content ol li {
  font-size: 16px;
  line-height: 1.5;
  margin-bottom: 10px;
}
.avi_ent__content form {
  width: 50%;
}
.avi_ent__content form p {
  margin-bottom: 0;
}
.avi_ent__content form input,
.avi_ent__content form textarea {
  width: 100%;
  margin-bottom: 20px;
  padding: 10px;
  border-radius: 15px;
  border: 1px solid #5789fa;
}
.avi_ent__content form textarea {
  margin-bottom: 0;
  height: 250px;
}
.avi_ent__content form .btn {
  margin-top: 10px;
  border: 1px solid #e50439;
}
section {
  margin: 40px 0;
}
.avi_ban .row {
  max-width: 100%;
  align-items: center;
}
.avi_ban .avi_ban__image {
  width: 100%;
}
.avi_ban .avi_ban__image .mainSwiper {
  width: 100%;
}
.avi_ban .avi_ban__image .swiper-slide {
  width: 100%;
  height: 490px;
  position: relative;
}
.avi_ban .avi_ban__image .swiper-slide img {
  width: 100%;
  object-fit: cover;
  height: 100%;
  border-radius: 15px;
}
.avi_ban .avi_ban__image .swiper-slide .btn {
  position: absolute;
  bottom: 10%;
  right: 10%;
}
.avi_ban .avi_ban__image .swiper-pagination .swiper-pagination-bullet {
  background: #fff;
  border-radius: 0;
  width: 3%;
  height: 2px;
}
.avi_ban .avi_ban__caption {
  padding: 0 20px;
  text-align: justify;
}
.av_casinos .row {
  gap: 10px;
}
.av_casinos .av_casinos__item {
  flex-basis: 100%;
  background: #222;
  padding: 10px;
  border-radius: 15px;
  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 .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;
  /* border-radius: 10px; */
  box-shadow: 3px 3px 15px rgba(0, 0, 0, 0.29);
}
.bonus__size {

  font-size: 14px;
  text-align: center;
  color: #fff;
}
.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 {
  width: 100%;
  height:65px;
  object-fit: contain;
  display: block;

}
.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%;
}
.avi_foo {
  background: #f3f4f8;
  padding: 40px;
}
.avi_foo .row {
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
}
.avi_foo .row .item {
  flex-basis: 49%;
}
.avi_foo .navs {
  display: flex;
  align-items: center;
  padding: 20px 0;
  gap: 20px;
}
.avi_foo nav ul {
  list-style: none;
  display: flex;
  align-items: center;
  gap: 20px;
}
.avi_foo nav ul li a {
  color: #5789fa;
  text-decoration: none;
}
.avi_foo nav ul li.men-ite-has-children .sub-menu {
  display: none;
}
.avi_foo .item_copyright {
  font-size: 14px;
  line-height: 1.5;
}
.avi_foo p {
  font-size: 14px;
  line-height: 1.5;
}
.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;
}
.av_faq_section .item .question {
  border-bottom: 1px solid #bababa;
  background: #5789fa;
  color: #fff;
}
.av_faq_section .item .answer {
  display: none;
  font-size: 16px;
  line-height: 1.5;
  color: #525252;
  background: #efefef;
}
.av_faq_section .item .answer.active {
  display: block;
}
.mob-on {
  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: 8px ;
  color: #5789fa;
  padding: 0.5rem 0 0.5rem 0.5rem;
  border: 1px solid #5789fa;
}
.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: 8px;
  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 {
  width: 100%;
  max-width:260px;
  justify-content: center;
  text-align: center;
}
.rating {
  width: 100%;
  max-width: 220px;
  justify-content: center;
  display: flex;
  flex-wrap: wrap;
}

.title {
  width: 100%;
  color: #fff;
  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%;
  }
  .avi_ent__content iframe {
    width: 100%;
    margin-bottom: 10px;
    padding: 0 10px;
  }
  .avi_ent__content form {
    width: 100%;
  }
  .avi_ent__content form p {
    width: 100%;
  }

  .container {
    padding: 0 10px;
  }
  .mob-on {
    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, .av_casinos__item .bonus {
    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: #5789fa;
    text-decoration: none;
  }
  .menu-mobile ul li.men-ite-has-children > a {
    display: flex;
    align-items: center;
    justify-content: space-between;
  }
  .menu-mobile ul li.men-ite-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.men-ite-has-children ul.sub-menu {
    width: 100%;
    height: 0;
    visibility: hidden;
    opacity: 0;
  }
  .menu-mobile ul li.men-ite-has-children ul.sub-menu li a {
    font-size: 12px;
  }
  .menu-mobile ul li.men-ite-has-children ul.sub-menu.active {
    height: 100%;
    visibility: visible;
    opacity: 1;
    background: #efefef;
  }
  .avi_mob_he {
    position: sticky;
    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;
  }
  .avi_mob_he .av_header__logo {
    margin-left: 20px;
  }
  .avi_mob_he .menu-trigger {
    background: #5789fa;
    color: #fff;
    border-radius: 15px;
    border: none;
    padding: 10px;
  }
  .avi_mob_he .menu-trigger svg {
    width: 20px;
    height: 20px;
  }

  .avi_ban .avi_ban__image .swiper-slide {
    height: 250px;
  }
  body.overflow-disabled {
    overflow-y: hidden;
  }
  .avi_foo {
    padding: 20px 0;
  }
  .avi_foo .row .item {
    flex-basis: 100%;
  }
  .avi_foo .navs {
    flex-wrap: wrap;
  }
  .avi_foo .navs nav {
    width: 100%;
  }
	.avi_foo  nav ul {
		flex-wrap: wrap;
	}
	.av_header .lang .lang_dropdown, .avi_mob_he .lang .lang_dropdown {
		left: -100%;
	}
}

.av_header .container {
  position: relative;
}
.av_header .lang {
  position: absolute;
  top: 50%;
  right: 2%;
  transform: translatey(-50%);
}
.av_header .lang .lang_dropdown, .avi_mob_he .lang .lang_dropdown {
  left: -100%;

}

.avi_ban .avi_ban__image .mainSwiper {
  z-index: -1;
}
.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;
}

.av-game-banner {
  background: #000;
  padding: 60px 0;
  margin: 0;
}
.avi_ent__content table {
  border: 1px solid #5789fa;
  border-collapse: collapse;
  margin-bottom: 20px;
}
.avi_ent__content table td,
.avi_ent__content table th {
  border: 1px solid #5789fa;
  padding: 10px;

  border-collapse: collapse;
}
.text-center {
  text-align: center;
}
.av-content-flex {
  display: flex;
  gap: 20px;
  align-items: flex-start;
}
.av-content-flex .avi_ent__content {
  width: 100%;
  max-width: 74%;
}
.av-content-sidebar {
  position: sticky;
  top: 0;
  width: 100%;
  max-width: calc(100% - 74% - 20px);
}
.av-game-chars {
  background: #f5f5f5;
  padding: 10px 20px;
}
.av-char {
  display: flex;
  align-items: center;
  border-bottom: 1px solid #ddd;
}
.av-char:last-child {
  border-bottom: 0;
}
.av-char div {
  width: 100%;
  max-width: 50%;
  padding: 10px 10px;

}
.av-char .char-name {
  text-transform: uppercase;
  color: #828282;
  font-size: 14px;
  display: flex;
  align-items: center;
  gap: 10px;
}
.av-char .char-value {
  font-size: 14px;
  font-weight: bolder;
  line-height: 1.5;
}
.av-aside-listing {
  padding: 10px;
  margin: 10px 0 0 0;
  background: #fafafa;
}
.listing-title {
  font-weight: bolder;
  font-size: 18px;
  text-align: center;
  margin-bottom: 10px;
}
.av-flex {
  display: flex;
  align-items: center;
  justify-content: space-around;
}
.av-game-image {
  width: 100%;
  max-width: 45%;
  display: flex;
  justify-content: center;
}
.av-game-image img {
  object-fit: contain;
  width: 100%;

}
.av-game-banner .listing-title {
  font-size: 24px;
  text-align: center;
  color: #fff;

}
.av-banner-listing {
  width: 100%;
  max-width: 40%;
  display: flex;
  flex-direction: column;
  gap: 10px;
}
.av-banner-casino {
  padding: 10px;
  border-radius: 10px;
  background: #222;
  display: flex;
  align-items: center;
  justify-content: space-between;

}
.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-banner-casino .casino-logo img {
  object-fit: contain;
  width: 100%;
}

.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 .btn-play {
  max-width: 15%;
}
.av-banner-casino .casino-bonus
.bonus-title {
  display: block;
  font-weight: normal;
  font-size: 14px;
}
.av-frame {
  margin-bottom: 20px;
  width: 100%;

}
.av-frame iframe{
  width: 100%;
}

.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-aside-casino {
  display: flex;
  align-items: center;
  padding: 10px 0;
  justify-content: space-between;
}
.av-aside-casino .casino-logo {
  background: #5789fa;
  padding: 10px;
  border-radius: 10px;
}
.av-aside-casino .casino-logo img {
  object-fit: contain;
}
.av-comments {
  margin: 20px 0;
}
.av-comment {
  display: flex;
  flex-direction: column;
  gap: 10px;
  padding: 10px;
  background: #f7f7f7;
}
.av-comment-name date {
  font-size: 14px;
  font-style: italic;
  color: #5789fa;
}

.av-input-group span {
  display: block;
  font-weight: bolder;
  margin-bottom: 10px;
}
.av-author {
  display: flex;
  flex-direction: column;
  gap: 10px;
  align-items: flex-start;
}
.av-author-image {
  width: 100%;
  max-width: 240px;
  border-radius: 10px;
  height: 240px;
}
.av-user-name {
  font-weight: bolder;
  text-decoration: none;
  color: #222222;
  font-size: 16px;
}
.av-author img {
  display: block;
  width: 100%;
  height: 100%;
  border-radius: 10px;
  object-position: top center;
  object-fit: cover;
}
.linked {
  color: blue;
}

@media (max-width: 1660px) {
 .av-game-image {
   max-width: 30%;
 }
  .av-banner-listing {
    max-width: 45%;

  }
  .av-banner-casino {
    justify-content: flex-start;
  }
  .av-banner-casino .btn-play {
    font-size: 12px;
  }
}

@media (max-width: 1366px) {

  .av-banner-casino .casino-logo {
    font-size: 18px;
  }
  .av-banner-listing {
    max-width: 49%;
  }
  .av-banner-casino .casino-bonus .bonus-descr {
    white-space: nowrap;
    font-size: 18px;
  }
}

@media (max-width: 1260px) {
  .av-game-chars {
    padding: 10px;
  }
  .av-aside-casino .casino-logo {
    width: 100%;
    max-width: 30%;
  }
  .av-aside-casino .casino-logo img {
    object-fit: contain;
    width: 100%;
  }

}

@media (max-width: 1180px) {
  .av-banner-listing {
    max-width: 55%;
  }
  .av-flex {
    flex-wrap: wrap;
  }
  .av-game-banner {
    padding: 20px 0;
  }
  .av-game-image {
    max-width: 100%

  }
  .av-game-image img {
    height: 200px;
  }
}
@media (max-width: 1160px) {
  .av-content-flex {
    flex-direction: column;
  }
  .av-content-sidebar {
    display: flex;
    max-width: 100%;
    position: static;
    flex-direction: column;
  }
  .av-game-chars {
    padding: 0;

  }
  .av-char .char-name {
    justify-content: center;
  }
  .av-char {
    border-bottom: 0;
    width: 100%;
    flex-grow: 1;
    flex-direction: column;
    align-items: center;
    justify-content: center;
  }
  .av-char div {
    max-width: 100%;
    text-align: center;
    padding: 10px 0;
  }
  .av-aside-casino .casino-logo {
    max-width: 15%;
    height: 35px;
  }
  .av-aside-casino .casino-logo img {
    object-fit: contain;
    height: 100%;
    width: 100%;
  }
  .av-game-chars {
    display: flex;
    align-items: center;
  }
  .av-content-flex .avi_ent__content {
    max-width: 100%;
  }
  .avi_foo .row .item {
    flex-basis: 100%;
  }
}
@media (max-width: 1024px) {
  .av-banner-casino .casino-bonus {
    border-left: 0;
  }
  .av-game-chars {
    flex-wrap: wrap;
    gap: 10px;
  }
  .av-char {
    max-width: calc(100%/3 - 10px)
  }
  .av-banner-listing {
    max-width: 100%;
    padding: 0 10px;
  }
  .av-author {
    align-items: center;
  }
  .av-banner-casino .casino-bonus {
    text-align: center;
    padding: 0 15px;
    align-items: center;
  }
  .av-banner-casino .casino-bonus .bonus-descr {
    font-size: 14px;
    text-align: center;
  }
  .av-banner-casino .casino-logo img {
    width: 100%;
    height: 100%;
    object-fit: contain;
  }
  .av-banner-casino .btn-play {
    max-width: 100px;
    font-size: 12px;
  }
}
@media (max-width: 550px) {
  .av-banner-casino .casino-logo {
    padding: 0;
  }
  .av-char {
    max-width: calc(100%/2 - 10px) ;
  }
  .av-char .char-value {
    height: 50px;
  }
  .av-banner-casino .casino-bonus .bonus-descr {
    white-space: unset;
  }
}
@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;
  }
 }
@media (min-width: 1025px) and (max-width: 1240px) {
  .av_casinos .av_casinos__item {
    flex-basis: 18%;
  }
}
@media (min-width: 1241px) and (max-width: 1278px) {
  .av_casinos .av_casinos__item {
    flex-basis: 18.5%;
  }
}
/**
ADDITIONAL STYLES USING CUSTOMIZE (ADD HERE)
 */
.bonus {
  width: 100%;
  max-width: 200px;
}
.av-game-image {
  width: 100%;
  max-width: 45%;

}
.av-game-image img {
  object-fit: contain;
  width: 100%;
  max-height: 279px;
  height: 100%;
}
@media (max-width: 1024px){
  .av-game-image {
    max-width: 100%;
    margin-bottom:30px;
  }
  .av-game-image img {
    max-height: 330px;
  }
}
@media (max-width: 576px){
  .av-game-image img {
    max-height: 220px;
  }
}
@media (max-width: 480px){
  .av-game-image img {
    max-height: 180px;
  }
}
.avi_ent__content img {
  display: block;
}
.avi_ent__content .size-full {
  width: auto !important;
  height: auto;
}
.av-frame-ajax-loaded {
  width: 100%;
  min-height: 400px;
  position: relative;
  background: #222222;
  border-radius: 10px;

}
.av-frame-ajax-loaded iframe {
  border-radius: 10px;
}
.av-frame-preloader {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%,-50%);
  object-fit: contain;
}