@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Graduate&family=Pathway+Gothic+One&family=Roboto&display=swap");
@font-face {
  font-family: "Graduate", cursive;
  font-family: "Pathway Gothic One", sans-serif;
  font-family: "Roboto", sans-serif;
}
html {
  scroll-behavior: smooth;
}

* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  font-family: "Roboto", sans-serif;
}

.entry-content * {
  color: #333333;
}

.entry-content {
  padding-top: 16px;
  padding-bottom: 16px;
}

ol,
ul {
  padding-left: 20px;
}

.entry-content ol,
.entry-content ul {
  margin-top: 16px;
  margin-bottom: 16px;
}

table {
  border-collapse: collapse;
  margin-top: 16px;
  margin-bottom: 16px;
}

table,
th,
td {
  border: solid 1px white;
  padding: 10px;
}

.bg-black table,
.bg-black th,
.bg-black td {
  border: solid 1px white;
  padding: 10px;
}

.bg-black table {
  margin-left: auto;
  margin-right: auto;
}

.page__section {
  padding-bottom: 30px;
}

.game.looped__game {
  background-position: center !important;
}

a {
  text-decoration: none;
}

ol,
ul {
  -moz-text-align-last: left;
       text-align-last: left;
  padding-top: 16px;
  padding-bottom: 16px;
}

h1,
h2,
h3,
h4,
h5 {
  margin-bottom: 16px;
  margin-top: 16px;
}

.rating-container > input:checked ~ label:before,
.rating-container > input + label:hover ~ label:before,
.rating-container > input + label:hover:before {
  content: "\f155";
  color: #ffffff;
}

.comments-area {
  margin: 3rem 0;
  color: #ffffff;
}

[type=checkbox] + span a {
  color: #ffffff;
}

.comments-area .comment-form input::-moz-placeholder,
.comments-area .comment-form textarea::-moz-placeholder {
  color: #3aaa35;
}

.comments-area .comment-form .submit {
  border-radius: 1.5rem;
  color: #ffffff;
}

.comments-area .comment-form input::-moz-placeholder, .comments-area .comment-form textarea::-moz-placeholder {
  color: ç;
}

.comments-area .comment-form input::placeholder,
.comments-area .comment-form textarea::placeholder {
  color: ç;
}

.promo-blocks .wr-text-promo p {
  color: #ffffff;
  font-size: 1rem;
}

.registration-banner__bonus,
.form input,
.form .btn-drop-down,
.form .btn-drop-dow {
  color: #3aaa35;
}

h1 {
  margin: 16px 0;
  font-size: 24px;
}

h2 {
  font-size-adjust: 22px;
}

h3 {
  font-size: 20px;
}

h4 {
  font-size: 18px;
}

.container {
  padding-left: 16px;
  padding-right: 16px;
  width: 100%;
}

a:hover,
.button:hover {
  cursor: pointer;
}

.alignleft {
  float: left;
  padding: 1rem 1rem 1rem 0;
}

.alignright {
  float: right;
  padding: 1rem 0 1rem 1rem;
}

.aligncenter {
  margin: 1rem auto;
  display: block;
}

.top-container {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.entry-content a {
  color: rgb(255, 231, 31) !important;
  font-weight: bold;
}

.header-controls-heading {
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
  max-width: 360px;
  padding: 4px 0;
  color: #70e1a0;
  font-size: 12px;
}

.header {
  background-color: #147b45;
}

.header-controls-item {
  color: white;
  font-size: 12px;
  padding: 4px 16px;
}

.header-controls-item:hover a {
  text-decoration: underline;
}

.header-controls-item-lang {
  display: flex;
  justify-content: space-between;
  align-items: center;
	font-size:8px;
}

.header-controls-item-lang i {
  color: white;
  font-size: 8px;
  padding-left: 4px;
}

.header-controls {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.wr-tag {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.bottom-container {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.btn {
  box-sizing: border-box;
  cursor: pointer;
  vertical-align: middle;
  font-weight: 500;
  outline: none;
  transition: all 250ms linear 0s;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0px 16px;
  height: 32px;
  min-width: 96px;
  border-radius: 4px;
  font-size: 16px;
}

.header .btn {
  margin-right: 16px;
}

.custom-logo {
  height: 52px;
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
}

.sign-in {
  color: rgb(255, 255, 255);
  font-size: 16px;
  background-color: rgb(41, 155, 89);
  border: 2px solid rgb(41, 155, 89);
}

.sign-in:hover {
  border: 2px solid rgba(41, 155, 89, 0.6);
  background: rgba(41, 155, 89, 0.6);
}

.sign-up {
  color: rgb(17, 17, 17);
  background-color: rgb(255, 231, 31);
  border: 2px solid rgb(255, 231, 31);
}

.sign-up:hover {
  background-color: rgb(240, 205, 14);
  border-color: rgb(240, 205, 14);
}

.bottom-container {
  padding-top: 16px;
  padding-bottom: 16px;
}

.nav-container {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding-left: 16px;
  padding-right: 16px;
  background-color: #147b45;
  border-top: 1px solid #0e5f31;
}

#menu-menu-header {
  display: flex;
  align-items: center;
  width: 100%;
}

.header__menu-btn {
  display: none;
}

.header ul {
  list-style: none;
}

.sidebar-overlay {
  display: none;
}

.nav-header li a {
  color: #fff !important;
  line-height: 20px;
  text-transform: uppercase;
  font-weight: 500;
  font-size: 16px;
  height: 44px;
  padding-left: 16px;
  padding-right: 16px;
  white-space: nowrap;
  font-weight: 400;
  text-decoration: none;
  display: flex;
  align-items: center;
  justify-content: center;
  background: inherit;
  width: auto;
}

.nav-header li:hover a {
  background: #178c4f;
  color: #fff !important;
}

.menu-item.menu-item-has-children:hover a {
  background: #0e5f31;
  color: #fff !important;
}

.nav-header li:active a {
  background: #0e5f31;
  color: #fff !important;
	height:44px;
}

.nav-header li {
  display: flex;
  align-items: center;
}

.nav-header {
  width: 100%;
}

#menu-menu-header li:nth-last-of-type(2) {
  flex-grow: 1;
  justify-content: end;
}

#menu-menu-header li:last-of-type {
  flex-grow: 0;
}

.sub-menu li:nth-last-of-type(2) {
  flex-grow: 0 !important;
  justify-content: start !important;
}

.sub-menu li a {
  text-transform: capitalize;
	border-bottom: 1px solid white;
}

.nav-container {
  position: relative;
  margin-bottom: 44px;
}

.sub-menu {
  position: absolute !important;
  left: 0;
  top: 100%;
  right: 0;
  background: #0e5f31;
  clear: both;
  position: relative;
  width: 100%;
  align-items: center;
  height: 44px;
  line-height: 44px;
  border-bottom: 1px solid white;
  display: flex;
}

.menu-item-has-children:hover .sub-menu,
.current_page_item.menu-item-has-children .sub-menu {
  position: absolute;
  left: 0;
  right: 0;
  top: 100%;
  display: flex;
}

.sub-menu a {
  color: #fff !important;
  font-weight: 400;
  font-size: 14px;
}

.sub-menu li {
  position: relative;
}

.sub-menu li::after {
  transition: all 0.15s ease-in-out;
  display: block;
  content: "";
  height: 0;
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #e8e8e8;
}

.sub-menu li:hover::after,
.sub-menu li:active:after {
  height: 4px;
}

.headerSwiper .swiper-button-next,
.swiper-button-next:after {
  color: white;
  font-size: 14px;
}

.swiper-pagination-bullet {
  background-color: white !important;
  border: 1px solid white;
}

.swiper-button-prev:after,
.swiper-rtl .swiper-button-next:after {
  font-size: 14px;
}

.swiper-pagination-bullet.swiper-pagination-bullet-active {
  background-color: rgb(41, 155, 89) !important;
}

.headerSwiper .swiper-slide {
  position: relative;
  min-height: 370px;
  height: 100%;
}

.headerSwiper .image-slider {
  position: absolute;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  z-index: -1;
}

.title-slider {
  font-size: 48px;
  color: white;
  margin-bottom: 20px;
  font-family: "Graduate", cursive;
  font-weight: bold;
  letter-spacing: -2px;
}

.text_slider {
  color: 16px;
  color: white;
  line-height: 24px;
}

.text_under_bottom_slider {
  font-size: 12px;
  color: white;
}

.link-slider {
  background-color: rgb(255, 231, 31);
  border: 2px solid rgb(255, 231, 31);
  padding: 0px 16px;
  font-size: 16px;
  height: 44px;
  max-width: 162px;
  color: rgb(17, 17, 17);
  margin: 20px 0;
  font-family: "Graduate", cursive;
  font-weight: bold;
  letter-spacing: 0px;
  text-transform: uppercase;
}

.swiper-slide .container {
  padding-left: 64px;
  padding-right: 64px;
  padding-top: 64px;
  padding-bottom: 30px;
  max-width: 600px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.swiper-button-prev:after,
.swiper-rtl .swiper-button-next:after {
  font-size: 14px;
  color: white;
}

.container-sticky {
  position: relative;
  background-color: rgb(238, 238, 238);
}

.game-filter {
  position: sticky;
  top: 0px;
  z-index: 5;
  background-color: rgb(238, 238, 238);
}

.game-filter {
  background-color: rgb(51, 51, 51);
}

.game-filter-menu .item {
  display: flex;
  flex-direction: column;
  align-items: center;
  flex: 0 0 60px;
  cursor: pointer;
  position: relative;
  box-sizing: content-box;
  text-align: center;
  outline: none;
  padding: 8px;
}

.game-filter-menu .item:first-of-type {
  background: rgb(20, 123, 69);
}

.game-filter-menu .item:hover {
  background: rgb(20, 123, 69);
}

.game-filter-menu img {
  width: 32px;
  height: 32px;
}

.game-filter-menu span {
  font-weight: 400;
  font-size: 12px;
  line-height: 16px;
  color: rgb(255, 255, 255);
  white-space: nowrap;
  margin-top: 5px;
}

.game-filter-menu {
  display: flex;
  align-items: center;
  justify-content: center;
}

.search-container {
  text-align: center;
  padding: 8px;
  background: transparent;
}

.search {
  padding: 12px 32px 12px 8px;
  height: 44px;
  box-sizing: border-box;
  border-radius: 0px;
  transition: all 250ms linear 0s;
  border: 1px solid rgb(17, 17, 17);
  background: rgb(255, 255, 255);
  width: 300px;
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.search span {
  font-weight: 400;
  font-size: 14px;
  line-height: normal;
  color: rgb(17, 17, 17);
}

.search .material-symbols-outlined {
  margin-right: 8px;
  width: 16px;
  font-size: 22px;
}

.wr-popular {
  display: flex;
  flex-wrap: wrap;
  gap: 16px;
  margin-right: -16px;
}

.popular-block {
  width: calc(16.6666666667% - 16px);
}

.popular-block-title {
  padding-left: 8px;
  height: 28px;
  display: flex;
  background-color: rgb(0, 83, 29);
  text-align: center;
  justify-content: start;
  font-size: 100%;
  font-weight: 400;
  font-size: 14px;
  line-height: 28px;
  color: rgb(255, 255, 255);
  overflow: hidden;
}

.popular-block-wr {
  position: relative;
  width: 100%;
  position: relative;
  max-height: 200px;
  max-height: 200px;
  height: 100%;
}

.popular-block-img {
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
  height: 100%;
}

.popular-block__action {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  display: none;
}

.popular-block-wr:hover .popular-block__action {
  z-index: 1;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: end;
  -webkit-backdrop-filter: blur(8px);
          backdrop-filter: blur(8px);
  background-color: rgba(0, 0, 0, 0.667);
}

.play_for_real {
  text-decoration: none;
  box-sizing: border-box;
  border-radius: 4px;
  cursor: pointer;
  vertical-align: middle;
  font-weight: 500;
  outline: none;
  transition: all 250ms linear 0s;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  display: flex;
  align-items: center;
  justify-content: center;
  color: rgb(17, 17, 17);
  background-color: rgb(255, 239, 110);
  border: 2px solid rgb(255, 239, 110);
  font-family: Roboto, sans-serif;
  padding: 0px 16px;
  font-size: 16px;
  height: 32px;
  min-width: 96px;
}

.link__demo {
  font-weight: 500;
  font-size: 14px;
  line-height: 20px;
  color: rgb(62, 171, 55);
  transition: color 200ms linear 0s;
  outline: none;
  text-decoration: underline;
  cursor: pointer;
  padding-top: 8px;
}

.rang {
  padding-top: 20px;
  padding-bottom: 20px;
  width: 90%;
  align-items: center;
  justify-content: space-between;
  flex-direction: row;
  display: flex;
}

.rang-span {
  font-weight: 500;
  font-size: 14px;
  line-height: 20px;
  color: rgb(255, 255, 255);
}

.volatility {
  font-weight: 400;
  font-size: 10px;
  line-height: 16px;
  color: rgb(255, 255, 255);
}

.wr-volatility {
  align-items: flex-end;
  flex-direction: column;
  display: flex;
}

.div-volatility {
  height: 16px;
  align-items: center;
  flex-direction: row;
  display: flex;
}

p + p {
  margin-bottom: 8px;
  margin-top: 8px;
}

.rtp {
  display: flex;
  flex-direction: column;
}

.rtp span {
  color: white;
}

.css-7mg0d1 {
  margin-bottom: 5px;
}

.rtp span:last-of-type {
  font-size: 10px;
}

.div-volatility svg {
  width: 32px;
  height: 34px;
  fill: rgb(255, 255, 255) !important;
}

.title-section {
  font-family: "Graduate", cursive;
  letter-spacing: -1.5px;
  font-weight: 900;
  margin: 16px 32px 16px 0px;
  font-size: 24px;
  line-height: 24px;
  color: rgb(17, 17, 17);
  font-size: 28px;
  line-height: 28px;
}

.link-more {
  text-decoration: none;
  box-sizing: border-box;
  border-radius: 4px;
  cursor: pointer;
  vertical-align: middle;
  font-weight: 500;
  outline: none;
  will-change: background-color, border;
  transition: all 250ms linear 0s;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  display: flex;
  align-items: center;
  justify-content: center;
  color: rgb(255, 255, 255);
  background-color: rgb(20, 123, 69);
  border: 2px solid rgb(20, 123, 69);
  font-family: "Graduate", cursive;
  font-weight: bold;
  letter-spacing: -1px;
  padding: 0px 24px;
  font-size: 20px;
  height: 44px;
  max-width: 132px;
  margin: 16px auto 0;
}

.entry-content-home-page {
  background-color: rgb(17, 17, 17);
  margin-top: 16px;
}

.entry-content-home-page .container {
  padding: 32px 16px;
  margin: 16px auto 0;
}

.footer .container {
  border-bottom: black 1px solid;
  padding-top: 16px;
  padding-bottom: 16px;
}

.entry-content-home-page .entry-content * {
  color: rgb(255, 255, 255);
  text-align: center;
}

.footer {
  background-color: #333;
  border-top: 1px solid black;
  color: #999;
}

.footer ul {
  list-style: none;
}

.social-media {
  display: flex;
  align-items: center;
}

.social_media_item {
  padding-left: 8px;
  padding-right: 8px;
  min-height: 1px;
  padding-top: 8px;
  padding-bottom: 8px;
}

.img-social_media_item {
  width: 24px;
  height: 24px;
}

.wr-nav-footer {
  display: flex;
  flex-wrap: wrap;
}

.footer-menu__title {
  margin-bottom: 16px;
  font-size: 16px;
  color: white;
}

.nav-footer-menu li:hover a {
  text-decoration: underline;
}

.nav-footer-menu li {
  padding-top: 8px;
  padding-bottom: 8px;
  width: 170px;
}

.nav-footer-menu li a {
  color: #999;
}

.copyright {
  color: #999;
  padding: 8px;
}

.linsence {
  padding-left: 8px;
  padding-right: 8px;
  height: 40px;
  padding-top: 8px;
  padding-bottom: 8px;
}

.footer-title-section {
  color: #999;
  font-weight: 700;
}

.partners-list {
  display: flex;
  align-items: center;
}

.partners-list img {
  height: 25px;
  -o-object-fit: cover;
     object-fit: cover;
}

.partners-list a {
  padding-left: 8px;
  padding-right: 8px;
  width: auto;
  padding-top: 8px;
  padding-bottom: 8px;
}

.breadcrumbs {
  text-align: left;
  margin-top: 16px;
  margin-bottom: 16px;
}

.breadcrumbs a {
  color: #147b45 !important;
}

.footer-text * {
  color: #999;
  font-size: 14px;
  line-height: 20px;
}

.article ol,
.article p,
.article table,
.article ul {
  margin-top: 8px;
}

.bg-black {
  background-color: black;
  padding-top: 20px;
  padding-bottom: 20px;
  text-align: center;
}

.section-archive.section-popular {
  padding-bottom: 16px;
  padding-top: 16px;
}

.section.entry-content.section-404 {
  padding-top: 32px;
  padding-bottom: 16px;
  min-height: 600px;
  display: flex;
  flex-direction: column;
  align-items: left;
  max-width: 100% !important;
  position: relative;
}

.img-bg-404 {
  position: absolute;
  top: 0;
  z-index: -1;
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.text_404 {
  font-size: 50px;
  line-height: 1;
  margin-bottom: 16px;
  color: #fff;
}

.text_404_under-big {
  margin-bottom: 16px;
  margin-top: 16px;
  color: #fff;
  font-size: 24px;
}

.text_404_under {
  margin-bottom: 16px;
  margin-top: 16px;
  color: #fff;
}

.container .link_404 {
  background: #ffe71e;
  border-radius: 4px;
  padding: 12px 32px;
  position: relative;
  display: inline-block;
  font-size: 16px;
  font-weight: 500;
  line-height: 1;
  color: #333 !important;
  cursor: pointer;
  outline: none;
  white-space: nowrap;
  text-decoration: none;
  transition: all 0.2s ease-in-out;
  border: none;
  min-height: 40px;
}

.link-contact_us {
  color: #3aaa35;
  font-weight: 500;
}

.footer ul,
.footer ol {
  padding-left: 0;
}

.header ul,
.header ol {
  padding-left: 0;
}

.nav-container .container {
  padding-left: 0;
}

.nav-header li a:first-of-type {
  padding-left: 10px;
}

.content_404 .container {
  max-width: 800px;
}

.sub-menu {
  padding-left: 16px !important;
}

.ld-frame-itself {
  border-radius: 8px;
  width: 100%;
  max-width: 100%;
  height: 450px;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
}

.ld-frame-itself {
  margin-bottom: 2rem;
}
.nav-container {
    margin-bottom: 0;
}
.headerSwiper .swiper-slide{
	max-height:370px;
	min-height:370px;
	height:100%;
} 
.swiper-slide .container{
	max-width:900px;
} 

.entry-content-home-page .entry-content * {
    text-align: left;
}
@media (min-width: 1124px){
	.entry-content-home-page .container {
    max-width: 1100px;
	}
}
.img-header-controls-lang{
	margin-right:5px;
}
.bg-black .container, .entry-content-home-page .container {
    text-align: left;
}

.ld-frame-itself iframe {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  border-radius: 8px;
}

.promo-blocks {
  display: flex;
  flex-direction: column;
  justify-content: start;
  margin-bottom: 16px;
}

.promo-blocks .item {
  display: flex;
  align-items: center;
  justify-content: start;
  padding: 32px;
  padding-left: 0;
}

.image-promo {
  width: 120px;
  height: 120px;
  -o-object-fit: cover;
     object-fit: cover;
}

.wr-text-promo {
  margin-left: 16px;
  display: flex;
  flex-direction: column;
  justify-content: start;
}

.title_bonus {
  color: black;
  margin-bottom: 16px;
  font-size: 16px;
  font-weight: 0;
}

.text_under_title_bonus {
  font-weight: 400;
  color: #999;
  font-size: 10px;
}

.text_bonus {
  color: #333 !important;
  margin-bottom: 8px;
  font-size: 14px;
  line-height: 20px;
}

.title-bonus-wr {
  margin-top: 16px;
  width: 100%;
  padding-left: 16px;
  color: #333;
  background-color: #d8d8d8;
  font-weight: 300;
  font-size: 18px;
  color: #333;
  line-height: 44px;
}

a:hover {
  cursor: pointer;
}

.list-FAQ {
  background-color: #0e5f31;
  padding: 24px;
  padding-bottom: 0;
  margin-bottom: 16px;
}

.li-faq {
  text-align: left;
  display: block;
  padding: 15px 0;
  padding-right: 35px;
  font-weight: 700;
  position: relative;
  border-top: 1px solid #f5f5f5;
}

.question {
  color: white;
  font-size: 14px;
  line-height: 1.5;
}

.list-FAQ li .answer {
  color: white;
  font-size: 14px;
  line-height: 1.5;
  display: none;
}

.answer * {
  color: white !important;
}

.list-FAQ li.active .answer {
  display: block;
  color: white;
  padding-top: 16px;
}

.list-FAQ li .question:after {
  font-size: 20px;
  content: "+";
  position: absolute;
  right: 20px;
  top: 10px;
  color: white;
}

.list-FAQ li.active .question::after {
  content: "-";
  font-size: 17px;
  color: white;
}

.faq-title {
  font-size: 20px;
  font-weight: 500;
  line-height: 1.5;
  margin-bottom: 24px;
  color: white;
  font-weight: 500;
}

.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: #147b45;
  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: #147b45;
  text-shadow: 0 0 1px #888;
}

.comment-respond {
  margin: 1.5rem 0 0 0;
}

.comment-respond h3 {
  margin-bottom: 0.75rem;
}

.comments-area {
  margin: 3rem 0;
  color: #fff;
}

.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 {
  background: #fff;
  color: #147b45;
  padding: 0.5rem 0 0.5rem 0.5rem;
  border: solid 1px #147b45;
}

.comments-area .comment-form input::-moz-placeholder,
.comments-area .comment-form textarea::-moz-placeholder {
  color: #147b45;
}

.comments-area .comment-form input::-moz-placeholder, .comments-area .comment-form textarea::-moz-placeholder {
  color: #147b45;
}

.comments-area .comment-form input::placeholder,
.comments-area .comment-form textarea::placeholder {
  color: #147b45;
}

.comments-area .comment-form textarea {
  width: 50%;
  height: 100px;
  border-radius: 4px;
}

.comments-area .comment-form input {
  width: 50%;
}

.comments-area .comment-form .submit {
  background: #147b45;
  color: #f5f5f5;
  font-weight: bold;
  padding: 0.75rem;
  cursor: pointer;
  transition: 0.3s;
  font-size: 16px;
  border-radius: 4px;
}

.comments-area .comment-notes {
  display: none;
}

.comments-area .comment-list {
  list-style: none;
  padding: 0;
}

.logged-in-as a {
  color: #147b45 !important;
}

.comments-area .comment-list li {
  padding: 1.5rem;
  border: #147b45 solid 1px;
  border-radius: 4px;
  margin-bottom: 0.75rem;
}

.comments-area .comment-list li .commentmetadata {
  display: none;
}

.comments-area .comment-list li time {
  display: none;
}

.com_star span:first-of-type {
  display: none;
}

.comments-area .comment-list li p {
  margin: 1rem 0;
  font-size: 14px;
  line-height: 22px;
}

.comments-area .comment-form-email {
  display: none;
}

.dashicons-star-filled {
  color: #147b45 !important;
}

.contact-form-n {
  width: 100%;
  max-width: 680px;
  margin-bottom: 1rem;
  padding-left: 0;
  border-radius: 4px;
}

.form-group {
  display: block;
  margin-bottom: 16px;
  margin-top: 16px;
}

.form-group:nth-child(3) {
  visibility: hidden;
  height: 0;
  margin-bottom: 0;
}

.form-group span {
  color: #147b45;
  display: block;
  margin-bottom: 0.2rem;
}

.cf-input {
  border-radius: 4px;
  color: #333333;
  padding: 6px;
  width: 100%;
  border: 0.1rem solid #147b45;
}

.cf-input::-moz-placeholder {
  color: #333333;
}

.cf-input::placeholder {
  color: #333333;
}

.contact-form-n .btn {
  border-radius: 4px;
  border: none;
  background-color: #0e5f31;
  color: #f5f5f5;
  font-size: 16px;
  width: 100%;
  min-height: 44px;
}

.mobile-blocks {
  display: flex;
  gap: 16px;
  padding-top: 16px;
  margin-bottom: 16px;
  flex-wrap: wrap;
  justify-content: start;
}

.item_mobile {
  position: relative;
  width: calc(50% - 16px);
}

.img_mobile {
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.title_mobile {
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  z-index: 1;
  display: inline-block;
  color: #fff;
  padding: 16px;
  background: rgba(58, 170, 53, 0.85);
  max-width: 80%;
}

.bg-black .container * {
  color: #f5f5f5;
}

.link-logo {
  display: none;
}

.nav-container-mobile {
  display: none;
}

@media (min-width: 1260px) {
  .entry-content {
    max-width: 80%;
    width: 100%;
  }
  .bg-black .container,
  .entry-content-home-page .container {
    max-width: 80%;
    margin: 15px auto;
  }
  .entry-content-home-page .container {
    margin-bottom: 0;
  }
}
.entry-content-home-page .container {
  max-width: 731px;
}

@media (max-width: 1560px) {
  .container {
    max-width: 1440px;
    margin-left: auto;
    margin-right: auto;
  }
  .header .container,
  .footer .container,
  .headerSwiper .container {
    max-width: 100%;
  }
}
.container-sticky {
  overflow: hidden;
}

@media (max-width: 1360px) {
  .popular-block-wr {
    max-height: 184px;
  }
  .popular-block {
    width: calc(20% - 16px);
  }
}
@media (max-width: 1024px) {
	.sub-menu li a {

    border-bottom: none;
}
  .game-filter .container {
    padding-left: 0;
    padding-right: 0;
  }
  .sub-menu li:hover::after,
  .sub-menu li:active:after {
    height: 0;
  }
  .popular-block-wr {
    max-height: 240px;
  }
  .popular-block {
    width: calc(33.3333333333% - 16px);
  }
  .link-more {
    max-width: 100%;
    width: 100%;
    margin-right: 16px;
  }
  .top-container {
    display: none;
  }
  .header__menu-btn {
    display: block;
    background: transparent;
    border: none;
  }
  .header__menu-btn svg {
    height: 30px;
  }
  .custom-logo-link {
    display: none;
  }
  .link-logo {
    display: flex;
    flex-grow: 1;
    margin-left: 26px;
  }
  .img-logo {
    height: 30px;
  }
  .nav-container {
    display: none;
  }
  .nav-container-mobile {
    position: fixed;
    top: 0;
    background-color: #222;
    z-index: 400;
    width: 100%;
    height: 100%;
  }
  .nav-container-mobile.open {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    transition: 500ms cubic-bezier(0.86, 0, 0.07, 1);
  }
  .link-mobile-menu {
    background-color: #147b45;
    width: 100%;
    align-items: center;
    padding: 16px;
    height: 47px;
    line-height: 20px;
    color: white;
    font-size: 16px;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .btn-close {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 16px;
    border: none;
    background-color: transparent;
    font-size: 20px;
  }
  .nav-container-mobile.open .nav-header li {
    display: flex;
    background-color: #333;
    border-left: 4px solid #333;
    color: #fff;
    width: 100%;
    padding-left: 12px;
    padding-right: 16px;
    margin-bottom: 1px;
    align-items: center;
  }
  .nav-header {
    flex-grow: 1;
  }
  .nav-header ul {
    padding-left: 0;
  }
  .nav-container-mobile.open .nav-header li a {
    color: #fff;
    font-size: 14px;
    font-weight: 500;
    padding-right: 8px;
    text-transform: capitalize;
    height: 44px;
    line-height: 45px;
  }
  .nav-container-mobile.open li a svg {
    color: #888;
  }
  .wr-logo-mobile-menu {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    padding-top: 24px;
    padding-bottom: 24px;
    border-top: 1px solid #333;
    margin-bottom: 24px;
  }
  .wr-logo-mobile-menu .custom-logo-link {
    display: block;
    height: 25px;
  }
  .menu-item-has-children {
    position: relative;
  }
  .menu-item-has-children:after {
    position: absolute;
    content: "›";
    display: block;
    color: #888;
    top: 50%;
    transform: translateY(-50%);
    right: 15px;
    font-size: 22px;
  }
  .sub-menu {
    display: none;
  }
  .menu-item-has-children:hover .sub-menu {
    display: none;
  }
  .sub-menu.open {
    display: flex !important;
    flex-direction: column;
    position: fixed !important;
    top: 64px !important;
    background-color: #222;
    z-index: 400;
    width: 100%;
    height: 100%;
    padding-top: 0 !important;
    padding-left: 0 !important;
  }
  .sub-menu.open li {
    display: flex;
    background-color: #333 !important;
    border-left: 4px solid #333;
    color: #fff;
    width: 100%;
    padding-left: 12px;
    padding-right: 16px;
    margin-bottom: 1px;
    align-items: center;
  }
  .menu-item.menu-item-has-children:hover a {
    background: none;
  }
  .menu-item-has-children:hover .sub-menu,
  .current_page_item.menu-item-has-children .sub-menu {
    padding: 0 !important;
  }
  .sub-menu.open li a {
    color: #fff;
    font-size: 14px;
    font-weight: 500;
    padding-right: 8px;
    text-transform: capitalize;
    height: 44px;
    line-height: 45px;
  }
  .title-slider,
  .title-section {
    font-size: 28px;
    line-height: 28px;
  }
  .nav-footer-menu ul {
    display: none;
  }
  .nav-footer-menu ul.active {
    display: flex;
    flex-direction: column;
    justify-content: start;
  }
  .footer-menu__title {
    position: relative;
    width: 100%;
  }
  .footer-menu__title::after {
    position: absolute;
    content: "+";
    top: 50%;
    right: 10px;
    color: white;
    display: block;
    width: 10px;
    height: 10px;
  }
  .nav-footer-menu {
    flex-basis: 100%;
    width: 100%;
  }
  .partners-list {
    flex-wrap: wrap;
  }
}
@media (max-width: 992px) {
  .game-filter-menu {
    overflow-x: scroll;
  }
  .title-slider,
  .title-section {
    font-size: 24px;
    line-height: 24px;
  }
  .popular-block-wr {
    max-height: 200px;
  }
  .link-more {
    font-size: 16px;
  }
  .nav-header li:active a {
    background: transparent;
	  
  }
  .nav-header li:hover a {
    background: transparent;
  }
  .sub-menu {
    flex-direction: column !important;
  }
  .sub-menu.open {
    padding-left: 0 !important;
  }
}
@media (max-width: 820px) {
  .comments-area .comment-form input {
    width: 100%;
  }
  .title-slider,
  .title-section {
    font-size: 24px;
    line-height: 24px;
  }
  .comments-area .comment-form textarea {
    width: 100%;
  }
  .comments-area .comment-form .submit {
    width: 100%;
  }
  .item_mobile {
    position: relative;
    width: 100%;
  }
}
@media (max-width: 660px) {
  .title-slider,
  .title-section {
    font-size: 20px;
    line-height: 20px;
  }
  .swiper-slide .container {
    padding: 20px;
  }
  .popular-block {
    width: calc(50% - 16px);
  }
  .popular-block-wr {
    max-height: 180px;
  }
  .sub-menu {
    flex-direction: column !important;
  }
  .title_mobile {
    padding: 10px;
  }
  .headerSwiper .swiper-slide {
    min-height: 300px;
  }
  .btn {
    min-width: 50px;
    padding: 0px 10px;
  }
}
@media (max-width: 480px) {
  .sign-in {
    font-size: 14px;
  }
  .popular-block-wr {
    max-height: 120px;
  }
  .link-logo {
    margin-left: 16px;
  }
} 

.header ol,.header ul {
     padding-top: 0;
    padding-bottom: 0;
}
/*# sourceMappingURL=style.css.map */
body {
	background-color:#EEEEEE;
} 
table {
	overflow-x:auto;
	width:100%;
}

@media (max-width: 992px) {
	iframe {
    width: 100% !important;
  }
.entry-content .alignright,.entry__content .alignright,.entry__content .alignleft,.entry-content .alignleft, .alignleft, .alignright {
    float: none !important;
    margin: 1rem auto !important;
padding-left: 0;
padding-right:0;
	display: block;
	text-align:center;
}
table {
	display:block;
	}
	 td, thead th {
    flex-grow: 1;
    width: 100%;
	  min-width:200px;
  }
	table td {
    min-width: 200px;
}
} 
