.content-btn {
	position: relative;
}

.content-btn a {
	width: 100%;
	height: 100%;
	content: '';
	display: block;
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	margin: auto;
}

.tax-game_cat .bg-main {
	background-size: cover !important;
}

.tax-game_cat .bouns-line.mb-4.mt-2 a {
	color: #A5BEFF;
    font-size: 12px;
}

.casino-filter__container .cas-img-set {
	padding-top: 40px;
}

.game-item {
    max-width: 260px;
    margin: 0 auto;
}

.casino-filter__container .game-item .cas-img-set {
    padding-top: 0;
}

.casino-filter__container .game-item .cas-img-set .logos-adjust {
    width: 100%;
    height: 165px;
    object-fit: fill;/*cover;*/
}

.casino-filter__container .col-set {
	padding: 0px 7px;
}

#inner-table {
	position: relative;
}

.top-casinos .title-top {
	color: #000;
    text-align: left;
    padding-left: 20px;
	color: #3C3D48;
    font-weight: bold;
    font-size: 18px;
    text-transform: uppercase;
    margin-bottom: 20px;
}


.top-casinos {
	max-width: 368px;
    width: 100%;
    position: absolute;
    top: 20px;
    right: 0;
	z-index: 1;
	background: #fff;
    padding-top: 15px;
    border-radius: 20px;
    padding-bottom: 20px;
	box-shadow: 0px 4px 11px rgba(0, 0, 0, 0.119919);
}

.top-casinos.fixed-view {
    position: fixed;
    top: calc(50% + 50px);
    transform: translateY(-50%);
    padding: 15px 10px;
}

.top-casinos .top-casinos-container {
	max-width: 326px;
    width: 100%;
	margin: auto;
	position: relative;
}

.top-casinos .top-casinos-container .top-casinos-block {
	display: flex;
	align-items: center;
    justify-content: space-between;
	padding-bottom: 20px;
}

.top-casinos .top-casinos-container .top-casinos-block img {
	max-width: 88px;
    height: 44px;
    width: 100%;
	margin-left: 7px;
	margin-right: 7px;
	object-fit: contain;
}

.top-casinos .top-casinos-container .top-casinos-block .mt-3 {
	max-width: 62px;
    width: 100%;
	margin-right: 10px;
	margin-top: 0 !important;
}

.tax-game_provider .inner-table__explain-container h3 {
text-transform:none;
color: #3C3D48;
    font-weight: bold;
    font-size: 20px;
    text-align: center;
    margin-bottom: 20px;
}

.top-casinos .top-casinos-container .top-casinos-block .content-btn {
	border-radius: 15px;
    max-width: 62px;
    height: 31px;
    font-size: 8px;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
	padding: 0;
}

.top-casinos .top-casinos-container .top-casinos-block .content-btn a {
	display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
}

.top-casinos .top-casinos-container h1 {
	color: #A5BEFF;
    font-weight: bold;
    font-size: 11px;
}

.top-casinos .end-ancor {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;

    width: 100%;
    text-align: center;
    margin-bottom: 10px;
    margin-top: 5px;
}

.top-casinos .end-ancor > span:nth-of-type(2) {
    margin: 0 5px;
}

.inner-table__explain-container p {
	color: #3C3D48;
    font-weight: 500 !important;
    font-size: 13px;
		/* font-size: inherit; */
}

.term-83.tax-countries #pre-footer .col-12.mb-5:nth-of-type(2) .inner-table__explain-container > div:not(.tips-container):not(.image-methods) p {
    display: flex;
    flex-direction: row;
    align-items: center;
}

.term-83.tax-countries #pre-footer .col-12.mb-5:nth-of-type(2) .inner-table__explain-container > div:not(.tips-container):not(.image-methods) p img {
    margin-left: 20px;
    margin-bottom: 20px;
}

body:not(.tax_new_style) .inner-table__explain-container a {
	color: #5200FF;
    font-weight: 500;
    font-size: 13px;
}

#inner-table .col-12 h3,
#inner-table .col-12 h4 {
	color: #3C3D48;
    font-weight: bold;
    font-size: 24px;
}

body:not(.tax_new_style) .inner-table__explain-container h3 {
	color: #3C3D48;
    font-weight: bold;
    font-size: 24px;
	text-align: center;
	margin-bottom: 20px;
	text-transform: uppercase;
}

body:not(.tax_new_style) .inner-table__explain-container h4 {
	color: #3C3D48;
    font-weight: bold;
    font-size: 24px;
	text-align: center;
	margin-bottom: 20px !important;
	text-transform: uppercase;
	display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

body:not(.tax_new_style)  .inner-table__explain-container li {
	position: relative;
}

body:not(.tax_new_style)  .inner-table__explain-container li::marker {
	display: none;
	font-size: 0;
}

body:not(.tax_new_style) .inner-table__explain-container li::before {
      content: "";
      position: absolute;
      left: 0px;/*-15px;*/
      top: 5px;
      width: 15px;
      height: 10px;
      border: none;/* solid #7200FF;*/
      border-width: 0 1px 1px 0;
      -webkit-transform: unset;
      -moz-transform: unset;
      -o-transform: unset;
      transform: unset;
			 background-image: url(../../images/icons/tick.svg);
}

body:not(.tax_new_style)  .inner-table__explain-container li {
	font-weight: 500;
    font-size: 13px;
    color: #000;
    margin-bottom: 15px;
}

.top-number {
	width: 30px;
    height: 30px;
    background: radial-gradient(50% 41.46% at 50% 51.61%, #7443FD 0%, #3C158F 100%);
    border: 2px solid rgba(172, 116, 215, 0.54);
    border-radius: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
	position: absolute;
    top: -15px;
    left: -15px;
}

.top-number p {
	color: #fff;
    margin: 0;
    font-size: 15px;
    font-weight: 600 !important;
    text-shadow: 2px 3px 6px rgb(0 0 0 / 50%);
}

.single-game .container_main {
	max-width: 100%;
}

.single-game .sidebar_wrapper.mobile {
	display: none;
}

.single-game .sidebar_wrapper.desktop {
	display: none;
}

.single-game #breadcrumbs {
	background: #FFFFFF;
    padding: 10px;
}

/* .single-game #breadcrumbs span {
	max-width: 1600px;
    margin: auto;
    width: 100%;
    display: block;
} */

.single-game #game_hero {
	max-width: 1140px;
    margin: auto;
}

.single-game #post {
	max-width: 1140px;
  margin: auto;
}

.single-game #banner-slider {
	max-width: 1140px;
    margin: auto;
	display: none;
}

.single-game #players_reviews {
	max-width: 1140px;
    margin: auto;
}



.single-game .related_wrapper {
	display: flex;
}

.single-game #games .games_content {
	display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
}

/*.tax-game_provider #inner-table .container {*/
/*	max-width: 100%;*/
/*}*/

.tax-game_provider #inner-table .mb-5, .tax-game_provider #inner-table .table-responsive {
	max-width: 950px;
	margin: auto;
}

.tax-game_provider #inner-table .row .mb-5:last-child {
	max-width: 100% !important;
	margin: auto;
	background: #fff;
}

.tax-game_provider #inner-table,
.tax-game_provider #inner-table .row .mb-5:nth-last-child(-n+3) {
	background: #fff;
	margin-bottom: 0 !important;
	max-width: 100%;
}

.tax-game_provider #inner-table .row .mb-5:nth-last-child(-n+3) .inner-table__explain-container {
	max-width: 950px;
    margin: auto;
}

.tax-game_provider #inner-table .row .mb-5:nth-last-child(-n+3) .aos-init {
	padding: 20px;
}

.tax-game_provider #inner-table .row .col-12:nth-child(6) {
	background: #fff;
	padding-top: 20px;
	padding-bottom: 20px;
}

#pre-footer .pre-footer__content img {
	display: flex;
    max-width: 130px;
    width: 100%;
    object-fit: contain;
    height: 130px;
    margin-right: 25px;
}

#pre-footer .pre-footer__content .p-teg{
	display: flex;
}

.pre-footer__content li {
	position: relative;
}

.pre-footer__content li::marker {
	display: none;
	font-size: 0;
}

.pre-footer__content li::before {
      /*content: "";
      position: absolute;
      left: -15px;
      top: 5px;
      width: 5px;
      height: 10px;
      border: solid #7200FF;
      border-width: 0 1px 1px 0;
      -webkit-transform: rotate(45deg);
      -moz-transform: rotate(45deg);
      -o-transform: rotate(45deg);
      transform: rotate(45deg);*/
}

.casino-bonus-container {
	display: flex;
    flex-direction: row-reverse;
    justify-content: space-between;
	padding: 0;
}

.casino-bonus-container .casino-bonus-first {
	width: 42%;
}

.casino-bonus-container .casino-bonus-first li {
	margin-bottom: 15px;
}

.casino-bonus-container .casino-bonus-second {
	width: 50%;
}

.casino-bonus-container .casino-bonus-second .casino-bonus {
	display: flex;
}

.casino-bonus-container .casino-bonus-second .casino-bonus p {
	display: flex;
}

.bonuses-work-container {
	display: flex;
    justify-content: space-between;
}

.bonuses-work-container .bonuses-work-container-first {
	width: 49%;
    background: #F8F8F8;
    border: 1px solid #E3E3E3;
    padding: 30px 35px 87px 22px;
}

.bonuses-work-container .bonuses-work-container-first .blue-text {
	color: #7200FF;
    font-weight: 600;
}

.bonuses-work-container .bonuses-work-container-second {
	width: 49%;
    background: #F8F8F8;
    border: 1px solid #E3E3E3;
    padding: 30px 35px 87px 22px;
}

.bonuses-work-container .bonuses-work-container-second .blue-text {
	color: #7200FF;
    font-weight: 600;
}

#pre-footer .sub-title {
	justify-content: center;
    font-size: 13px;
    color: #3C3D48;
}

.pre-footer__content ul li {
	margin-bottom: 15px;
}

.pre-footer__content ul li a {
	color: #7200FF;
}

.pre-footer__content ul li strong {
	color: #7200FF;
}

.pre-footer__content h3 strong {
	text-align: center;
    width: 100%;
    display: block;
    color: #3C3D48;
    text-transform: uppercase;
    font-size: 24px;
	font-weight: bold;
}

.pre-footer__content h3 {
	text-align: center !important;
    width: 100%;
    display: block;
    color: #3C3D48;
    text-transform: uppercase;
    font-size: 24px;
	font-weight: bold;
}

.pre-footer__content .btn.btn-link.collapsed strong {
	color: #7200FF;
    font-weight: 600;
    font-size: 13px;
}

.btn:not(:disabled):not(.disabled) strong {
	color: #7200FF;
    font-weight: 600;
    font-size: 13px;
	position: relative;
	padding-left: 50px;
}

.btn.btn-link.btn-block.text-left.d-flex.collapsed strong::after {
	transition: .3s;
	content: "";
    position: absolute;
    left: 13px;
    top: 3px;
    bottom: 0;
    width: 10px;
    height: 10px;
    border: solid #616577;
    border-width: 0 2px 2px 0;
    transform: rotate(-45deg);
}
.btn.btn-link.btn-block.text-left.d-flex strong::after {
	transition: .3s;
	content: "";
    position: absolute;
    left: 13px;
    top: 3px;
    bottom: 0;
    width: 10px;
    height: 10px;
    border: solid #616577;
    border-width: 0 2px 2px 0;
	transform: rotate(45deg);
}

.accordion > .card {
	margin-bottom: 1px !important;
    border-radius: 10px;
}

.bonuses-work-container {
	margin-bottom: 30px;
}

.different-types-container {
	background: #FFFFFF;
    box-shadow: 0px 2px 9px rgb(0 0 0 / 8%);
    border-radius: 15px;
}

.different-types-container .different-types-block {
	display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
    padding: 0px 88px;
    background: #fff;
	height: 70px;
	position: relative;
	cursor: pointer;
}

.different-types-container .different-types-block:first-child {
	border-radius: 15px;
}

.different-types-container .different-types-block:last-child {
	border-radius: 15px;
}

.different-types-container .different-types-block p {
	margin: 0;
}

.different-types-container .different-types-block .top-element {
	max-width: 137px;
    width: 100%;
}

.different-types-container .different-types-block .center-element {
	max-width: 311px;
    width: 100%;
}

.different-types-container .different-types-block .bottom-element {
	max-width: 75px;
    width: 100%;
}

.different-types-container .different-types-block p:last-child {
	display: none;
}

.different-types-container .different-types-block:hover {
	background: #F8F8FA;
}

.different-types-container .different-types-block:hover::after {
	content: '';
    width: 5px;
    height: 100%;
    display: block;
    position: absolute;
    right: 0;
    background: #7200FF;
}

.different-types-container .different-types-block::before {
	content: '';
    width: calc(100% - 48px);;
    height: 1px;
    /* background: #000; */
    position: absolute;
    bottom: 0;
    right: 0;
    left: 0;
    margin: auto;
    border: 1px solid #ECECEC;
    border-radius: 15px;
    opacity: .5;
}

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

.button-chapter .next-chapter {
	font-weight: bold;
    font-size: 22px;
    line-height: 26px;
    text-align: center;
    color: #FFFFFF;
    background: linear-gradient(175.23deg, #5200FF -1.77%, #D700FF 97.42%);
    border-radius: 50px;
    padding: 12px 25px;
}

.roulet-image {
	width: 100%;
    height: auto;
}

#banner-detail .banner-detail__content .col-6.col-sm-6.col-lg-4 {
	padding-right: 10px;
    padding-left: 10px;
    flex: 0 0 33% !important;
    max-width: 33% !important;
}

#banner-detail .row__stretched-sm {
	margin: 0 auto;
    max-width: 100%;
}

#banner-detail .banner-detail__content .banner-detail__card {
	margin: 0;
    margin-right: 0 !important;
    max-width: 100%;
}

#banner-detail .banner-detail__content .banner-detail__card .banner-detail__data p {
	text-align: left;
}

.banner-slider__head .owl-item .filter-item__col,
.single-casion .owl-item .filter-item__col {
	width: 100%;
    max-width: 100%;
}

/* .banner-slider__head p:nth-child(1) {
	text-align: left;
    max-width: 940px;
    margin: auto;
    margin-bottom: 50px;
} */

.games-home p {
	margin-bottom: 0;
	text-align: left;
}

#games .col-sm-6 {
	flex: 0 0 26%;
    max-width: 26%;
    margin-right: 16px;
    margin-left: 15px;
}

#games .games__content .games__card .btn__games {
	padding: 11px;
}

.guides-home p {
	text-align: left;
}

.guides-home {
	max-width: 960px;
    margin: auto;
}

#pre-footer .pre-footer__content p strong {
	color: #7200FF;
	font-weight: 500;
}

.casino-filter__item .casino-filter__inner .more-info p {
	color: #fff;
}

/* #blogs .blogs__content .owl-carousel {
	width: 80%;
    margin: auto;
}

#blogs .owl_nav_btns {
	left: 78px;
    width: calc(80% + 100px);
} */

.game_hero_contnet {
	height: 558px;
}

.game_hero_contnet .game_badge {
	display: none;
}
.social_share {
	display: flex;
	flex-direction: row;
	color: #fff;
	font-size: 12px;
	margin-right: 44px;
  align-items: center;
	justify-content: end;
}
.social_share > div {
	margin-right: 10px;
font-weight: 600;
}
}
#game_iframe_and_params .iframe_actions.actions {
	/* display: none; */
}
#game_iframe_and_params .equal_height,
#game_more_params .equal_height,
#single_casino_params .equal_height  {
	display: flex;
}
#game_iframe_and_params .col-md-4 {
	background: #fff;
    border-radius: 5px;
    padding: 0;
}
#game_more_params .col-md-4 >div:not(:first-child) {
	margin-top: 20px;
}
#game_iframe_and_params .custom-wrapper {
	/* height: 100%;
	overflow: hidden; */
	border-radius: 5px;
}
#game_iframe_and_params .iframe_wrapper {
	height: 100%;
}
#game_iframe_and_params iframe {
	display: block;
    height: 550px;/*100%;/*558px;*/
		border: none;
}

#game_iframe_and_params .iframe_wrapper .close_iframe {
    display: none;
    position: fixed;
    bottom: 0; left: 0; right: 0;
    padding: 10px;
    background-color: #fff;
    text-align: center;
    font-size: 16px;
    font-weight: 600;
}

#game_iframe_and_params .iframe_wrapper .close_iframe svg {
    display: inline-block;
    vertical-align: middle;
    width: 20px;
    height: 20px;
    margin-right: 6px;
    margin-top: -4px;
}

#game_iframe_and_params .iframe_wrapper.is-full-screen,
#game_iframe_and_params .screenshot.on-iframe.is-full-screen {
    position: fixed;
    top: 0; right: 0; bottom: 0; left: 0;
    z-index: 9999;
		height: 100vh;
}

#game_iframe_and_params .iframe_wrapper.is-full-screen iframe {
    width: 100%;
    height: 100%;
}
#game_iframe_and_params .line_param_wrapper:first-child {
	border-radius: 8px 8px 0 0 ;
}
#game_iframe_and_params .line_param_wrapper:last-child {
	border-radius: 0 0 8px 8px ;
	border-bottom: none;
}

#game_iframe_and_params .line_param_wrapper {
	background: #fff;
	border-bottom: 1px solid #E4E3E3;
	display: flex;
  padding: 3px 10px;
}
#game_iframe_and_params .line_param_wrapper:nth-child(even) {
	background: #F8F8FA;
}
#game_iframe_and_params .line_param_wrapper >div:not(.full):first-child {
	width:60%;
	margin-right: 20px;
}
#game_iframe_and_params .line_param_wrapper >div {
	width:40%;
}
#game_iframe_and_params .line_param_wrapper >div.full {
	width:100%;
}
#game_iframe_and_params .line_param_wrapper img{
	max-width: 100%;
	height: auto;
}
#game_iframe_and_params .line_param_wrapper ul,
#game_pros_cons ul,
#casino_pros_cons ul {
	margin-top: 10px;
	padding: 0;
	margin-bottom: 0;
}
.blog-cont .col-cons {
		padding: 10px 20px;
}

#game_iframe_and_params .line_param_wrapper li,
#game_pros_cons li,
#casino_pros_cons li {
	list-style: none;
	font-size: 1rem;
	padding: 0 0px 0 20px;
text-indent: -20px;
}
#game_pros_cons li.cons-part,
#casino_pros_cons li.cons-part {
	padding: 0 0px 0 20px;
	text-indent: -20px;
}
#game_iframe_and_params .line_param_wrapper li::before,
#game_pros_cons li.cons-part.pros::before,
#casino_pros_cons li.cons-part.pros::before {
	content: url(../../images/tick-14x14.png);
	margin-right: 5px;
}
#game_pros_cons li.cons-part:not(.pros)::before,
#casino_pros_cons li.cons-part:not(.pros)::before {
	content: url(../../images/cons-tick.png);
	margin-right: 5px;
}
#game_more_params .line_more_params_wrapper:first-child {
	border-radius:  10px 10px 0 0 ;
}
#game_more_params .line_more_params_wrapper:last-child {
	border-radius:  0 0 10px 10px;
}
#game_more_params .line_more_params_wrapper {
	background: #fff;
	border-bottom: 1px solid #E4E3E3;
	display: flex;
	padding: 10px;
	position: relative;
}
#game_more_params .line_more_params_wrapper:hover {
	background: #F8F8FA;
}
#game_more_params .line_more_params_wrapper a {
	color:#373C48;
	font-size: 12px;
	font-weight: 600;
}
#game_more_params .line_more_params_wrapper:hover a {
	color: #5200FF;
}
#game_more_params .line_more_params_wrapper::after {
	content: url(../../images/arrow_in_circle.png);
	position: absolute;
  right: 5px;
  top: 25%;
}
#game_more_params .col-md-8 >div {
	display: flex;
	justify-content: space-between;
	flex-direction:column;
}
#game_more_params .col-md-4 {
	display: flex;
	justify-content: space-between;
	flex-direction: column;
}
.game_hero_content_inner {
	position: relative;
    cursor: pointer;
		height: 100%;
		min-height: 440px;
}
.game_hero_content_inner .iframe_top {
	height: 40px;
    background: #3C158F;
    color: #fff;
    border-radius: 8px 8px 0 0;
    padding: 5px 10px;
		display: flex;
		justify-content: space-between;
}
.iframe_actions_wrapper {
	display: flex;
	flex-direction: row;
}
.iframe_actions_wrapper >div {
	margin-left: 10px;
}
.game_hero_content_inner .screenshot.on-iframe {
	position: absolute;
    height: 550px; /*100%;*/
    width: 100%;
    background-size: cover;
}

.game_hero_content_inner .player_w {
	position: absolute;
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    height: 100%;
    right: 0;
    left: 0;
    margin: auto;
    top: 0;
    bottom: 0;
    backdrop-filter: blur(22px);
    /* justify-content: center; */
		padding-top: 80px;
}
#game_iframe_and_params .screenshot.on-iframe.is-full-screen .player_w {
	padding-top: 200px;
}
.game_hero_content_inner .player_w img {
	/* transition: .3s; */
	/* max-height: 110px;
	width: auto; */
	max-width: 200px;
	height: auto;
	margin-top: -50px;
}

.game_hero_content_inner .player_w:hover img {
	/* filter: brightness(.0);
	transition: .3s; */
}

.game_hero_content_inner .player_w h2 {
	color: #fff;
	font-weight: bold;
	font-size: 24px;
}
.eighteen {
	text-align: center;
    color: #fff;
    position: absolute;
    bottom: 100px;
    display: flex;
    flex-direction: column;
    align-items: center;
		margin-top: 15px;
		bottom: 42px;
}
.eighteen .n {
	height: 58px;
	width: 58px;
	text-align: center;
	align-items: center;
	display: flex;
	justify-content: center;
	color: #000;
	background: #fff;
	border-radius: 50%;
	font-weight: 600;
	font-size: 28px;
}
.eighteen .w {
	margin-top: 15px;
}
.single-game #game_hero .col-md-3 {
	width: 100%;
    max-width: 100%;
    padding: 20px 15px;
    margin: 0 0 39px;
}

.single-game #game_hero .col-md-3 .post_content.blog_content .four-container {
	display: flex;
    justify-content: space-between;
}
.single-game #game_pros_cons .row-cons,
.single-casino #casino_pros_cons .row-cons {
	display: flex;
	justify-content: space-between;
}
.single-game #game_pros_cons .col-cons,
.single-casino #casino_pros_cons .col-cons {
	border-radius: 10px;
}
.bg_white.padding_top_100 .cta_button {
	text-align: center;
}

.bg_white.padding_top_100 .cta_button button,
.player_w .cta .cta_button button {
	background: transparent;
    border-radius: 50px;
    width: auto;
    height: 47px;
    font-weight: bold;
    font-size: 22px;
    color: #FFFFFF;
		padding: 0 20px;
		border: 1px solid #ffffff !important;
		margin-top:20px;
}
.player_w .cta.foreal .cta_button button {
	background: linear-gradient(175.23deg, #5200FF -1.77%, #D700FF 97.42%);
    border: unset !important;
}
.player_w .cta_button button {
	padding: 0 20px;
	width: auto;
}

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

.game_act .game_rating .bonus_stars {
	display: flex;
    width: 100%;
    justify-content: flex-start;
}

.game_rating {
	width: 100%;
    max-width: 330px;
    display: flex;
    align-items: center;
}
.game_rating .bonus_stars {
	display: flex;
}
.single-game #mainContent {
	position: relative;
}

.single-game #breadcrumbs {
	position: absolute;
    width: 100%;
    left: 0;
    right: 0;
    top: 0;
	padding-left: 275px;
}

.single-game #game_hero {
	max-width: 100%;
    background: #3C158F;
		background-repeat: no-repeat;
		background-size: cover;
}
.single-game .game_hero_wrapper {
	padding: 20px 0 5px;
}
.single-game .container.container_main {
	max-width: 100%;
	padding: 0;/*15px 0 0 0;*/
}
.single-game .fav_wrapp {
	margin-left: 15px;
}
.custom-wrapper {
	max-width: 850px;
	margin: auto;
}

.game_hero_contnet {
	background: #F8F8F8 !important;
	height: auto;
}

#game_hero .actions {
	display: none;

    max-width: 950px;
    margin: auto;
    padding: 16px 0;
    background: none;
    text-align: center;

    font-size: 16px;
    font-weight: 600;

    cursor: pointer;
}

#game_hero .actions svg {
    display: inline-block;
    vertical-align: middle;
    width: 20px;
    height: 20px;
    margin-right: 6px;
    margin-top: -4px;
}

.single-game #post {
	max-width: 100%;
	margin: auto;
}

.white-bg {
	background: #F8F8F8;
	padding-bottom: 17px;
	padding-top: 17px;
}

.black-bg {
	background: #EEEEF0;
	padding-bottom: 17px;
	padding-top: 17px;
}

/* .single-game #post .row { */
.single-game main .row:not(.row__stretched),
.single-casino main 	.row:not(.row__stretched) {
	width: 100%;
    max-width: 100%;
    margin: auto;
    display: block;
}
.single-game footer .row {
	display: flex !important;
}
.single-game #post .row .col-md-9 {
	width: 100%;
    max-width: 100%;
	padding: 0;
}
section .row:empty {display: none;}
.white-bg p {
	margin-bottom: 0;
	padding-bottom: 10px;
}

.black-bg p {
	margin-bottom: 0;
	padding-bottom: 10px;
}

.single-game #game_hero .game_title {
	background: transparent;
    padding-bottom: 1px;
    padding: 10px 0 5px;
}

.single-game #game_hero .game_title h1 {
	color: #ffffff;
}

.rating_text {
	font-weight: 600;
	font-size: 22px;
	color: #ffffff;
	line-height: 20px;
}

.rating_text span {
	color: #ffffff;
	font-weight: bold;
	font-size: 16px;
}

.add_to_favorites span {
	color: #5200FF;
    font-weight: 600;
    font-size: 12px;
}
.single-game .add_to_favorites span,
.single-game .breadcrumb__left,
.single-game .breadcrumb__left a {
	color: #ffffff;
	font-weight: normal;
	opacity: .9;
}
.single-game .breadcrumb__left,
.single-game .breadcrumb__left a {
	font-size: 13px;
	opacity: .9;
}
.single-game .breadcrumb__left .breadcrumb_last strong {
	font-weight: bold;
}
.four-container .text_uppercase {
	color: #3C3D48;
	font-weight: 600;
	font-size: 13px;
}

.four-container .text_orange {
	font-weight: 600;
	font-size: 13px;
	color: #7200FF;
}

.third-four .text_uppercase {
	color: #7200FF;
}

.third-four li {
	position: relative;
}

.third-four li::marker {
	display: none;
	font-size: 0;
}

.third-four li::before {
      content: "";
      position: absolute;
      left: -15px;
      top: 5px;
      width: 5px;
      height: 10px;
      border: solid #7200FF;
      border-width: 0 1px 1px 0;
      -webkit-transform: rotate(45deg);
      -moz-transform: rotate(45deg);
      -o-transform: rotate(45deg);
      transform: rotate(45deg);
}

.custom-wrapper h3 {
	text-align: center;
}

.bg_white.radios_all {
	background: unset;
}

.single-game #players_reviews {
	margin-top: 50px;
}

.mx-auto.btn-pri {
	margin-bottom: 50px;
}

.cus-des-sec .set-ul {
	display: flex;
	align-items: center;
}

.cust_heads.mb-sec .set-ul {
	display: flex;
	align-items: center;
}

.single-casino .set-ul {
    flex-wrap: wrap;
    justify-content: center;
}

.single-casino .set-ul .no-bullets-cast {
    margin: 10px;
}

.text-editor-custom .center-element {
	max-width: 100px !important;
}

.text-editor-custom .first_paragraph h2 {
	color: #3C3D48;
    font-weight: bold;
    font-size: 24px;
    text-transform: uppercase;
}

.different-types-heading {
	display: flex;
    justify-content: space-between;
    padding: 0px 88px;
    align-items: center;
	height: 35px;
    box-shadow: 0px 2px 5px rgb(0 0 0 / 8%);
    position: relative;
    z-index: 9;
}

.different-types-heading .first-heading {
	max-width: 137px;
    width: 100%;
    margin: 0;
}

.different-types-heading .second-heading {
	max-width: 109px !important;
	margin: 0;
}

.different-types-heading .third-heading {
	max-width: 75px;
    width: 100%;
	margin: 0;
}

.different-types-heading .fourth-heading {
	max-width: 75px;
    width: 100%;
	margin: 0;
}

.text-editor-custom .different-types-container {
	margin-bottom: 50px;
}



.single-casino .first_paragraph.text-justify h3 {
	text-align: center;
	font-size: 18px;
	text-transform: none;
	font-weight: 500;
}

.max-review .rev-text {
	margin-top: 15px;
}

.max-review .star-rev strong {
	font-weight: 600;
    font-size: 12px;
}

.max-review .star-rev strong .colr-num {
	font-weight: bold;
    font-size: 14px;
}

#players_reviews .reco_text .row {
	width: 100%;
    max-width: 100%;
    text-align: center;
    display: block;
    margin-left: 0;
}

#players_reviews .reco_text .row .col-md-6 {
	width: 100%;
    max-width: 100%;
    text-align: center;
}

#players_reviews .max-review .name-r {
	text-align: left;
}

.single-game .reviews .para-img {
	display: flex;
    flex-direction: column;
    direction: rtl;
}

.single-game .reviews .para-img .name-r {
	max-width: 90px;
}

.single-game .reviews .para-img img {
	width: 100%;
    max-width: 90px;
	border: 3px solid #fff;
    border-radius: 10px;
    filter: drop-shadow(0px 3px 3px rgba(0, 0, 0, 0.09));
	margin-bottom: 10px;
}
.max-review .para-img img, .danny .a_image_wrapper img{
	width: 100%;
    max-width: 90px;
	border: 3px solid #fff;
    border-radius: 10px;
    filter: drop-shadow(0px 3px 3px rgba(0, 0, 0, 0.09));
	height: 90px;
	object-fit: cover;
	margin-right: 0 !important;
}
.danny .a_image_wrapper img {
	width: 99px;
  height: 100px;
  object-fit: cover;
}
.top-live-container {
	display: flex;
}

.top-live-container img {
	margin-right: 35px;
}

.top-live-container p {
	font-weight: 500 !important;
    font-size: 13px;
    line-height: 20px;
}

.term-best-live-casinos .inner-table__wrapper table tbody tr td.table-desc-td {
	width: 18% !important;
    text-align: center;
}

.term-best-live-casinos .live-casino-software-td {
	width: 30%;
}

.term-best-live-casinos .inner-table__wrapper table thead th {
	text-align: center;
}

.term-best-live-casinos .inner-table__wrapper table tbody tr td {
	text-align: center;
}

.term-best-live-casinos .inner-table__wrapper .table-hover tbody tr:hover {
	border-right: 9px solid #7200FF !important;
}

.brief-container {
	display: flex;
    align-items: center;
	margin-bottom: 30px;
}

.brief-container img {
	margin-right: 21px;
}

.image-text-country {
	display: flex;
}

.image-text-country img {
	margin-right: 20px;
}

.table.table-hover li {
	position: relative;
}

.table.table-hover li::marker {
	display: none;
	font-size: 0;
}

.table.table-hover li::before {
      content: "";
      position: absolute;
      left: -15px;
      top: 5px;
      width: 5px;
      height: 10px;
      border: solid #7200FF;
      border-width: 0 1px 1px 0;
      -webkit-transform: rotate(45deg);
      -moz-transform: rotate(45deg);
      -o-transform: rotate(45deg);
      transform: rotate(45deg);
}

.tax-countries .inner-table__wrapper table tbody tr td.table-desc-td {
	width: 50%;
}

.inner-table__wrapper table tbody tr .link {
	width: 20%;
}

.tax-countries .inner-table__wrapper table tbody tr td.table-desc-td ul {
	padding-left: 20px;
}

.table-responsive .live-casino {
	text-align: center;
}

.table-responsive .image-live {
	text-align: center;
}

.table-responsive .image-live img {
	max-width: 80px;
}

.tax-countries .pre-footer-inner ul li::before {
	    border: unset;
    border-width: 0 1px 1px 0;
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
}

.tips-container {
	display: flex;
}

.tips-container ul {
	margin-right: 50px;
}

.tax-countries .image-methods {
	display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.tax-countries .image-methods img {
	margin-right: 10px;
	margin-bottom: 20px;
}

.responsible-gaming strong {
	color: #5200FF;
}

body:not(.tax_new_style) .tax-game_cat strong {
	color: #5200FF;
	font-weight: 500 !important;
}

body:not(.tax_new_style) .tax-game_cat .strong {
	font-weight: 600 !important;
}

.post-type-archive .different-container .different-block {
	display: flex;
	align-items: center;
	margin-bottom: 20px;
}

.post-type-archive .different-block-img {
	display: flex;
    flex-direction: column;
	font-weight: 500;
    font-size: 13px;
}

.post-type-archive .different-block-img strong {
	font-weight: 500;
	font-size: 13px;
	color: #5200FF;
}

.post-type-archive .strong-title {
	font-weight: bold !important;
    font-size: 18px !important;
	color: #3C3D48 !important;
}

.tax-game_provider .inner-table__wrapper table tbody tr td.table-desc-td {
	width: 30%;
}

.tax-game_provider .different-block {
	display: flex;
    align-items: center;
}

.tax-game_provider .different-block p {
	width: 100%;
    max-width: 135px;
    margin-right: 20px;
}

.tax-game_provider .different-block-img p {
	margin-bottom: 0;
}

.tax-game_provider .different-block-img p strong {
	font-weight: 600 !important;
    font-size: 13px;
}

#navbar .navbar-nav.m-auto {
	/* width: 55%; */
    justify-content: space-between;
		width: fit-content;
}

.casino-filter__menu ul li {
	padding: 5px 10px;
    width: 151px;
}

#banner-slider .banner-slider__head > p {
	margin-bottom: 48px;
}

.owl-carousel.owl-drag .owl-item {
	width: 270px;
	/* position: relative;
	z-index: 1; */
    padding: 15px 0;
}

#games .games__content .games__card {
	height: 305px;
	padding: 6px 0px 0px;
}

#games .games__content .games__card .games__title {
	margin-bottom: 57px;
}

.home #games .col-sm-6 {
	flex: 0 0 29%;
    max-width: 29%;
}

#guides .guides__content .guides__card .guides__title {
	margin-bottom: 15px;
}

#guides .guides__content .guides__card {
	padding: 6px 0px 0px;
}

.inner-filters__row .inner-filters__row-ul {
	justify-content: center;
}

.inner-filters__row .inner-filters__row-ul .list__item .nice-select {
	min-width: 176px;
}

.bouns-line {
	margin: 2rem 0 1rem!important;
}

.inner-filters__row .inner-filters__row-ul {
	padding: 0 0px 40px;
}

.menu-footer-menu-1-container {
	line-height: 25px;
}

.menu-footer-menu-2-container {
	line-height: 25px;
}

.menu-footer-menu-3-container {
	line-height: 25px;
}

.inner-filter-upper {
	margin-bottom: 30px;
}

.input-group-prepend .input-group-text {
	padding: 0.375rem 1.1rem;
}

.text-center.mt-0.mt-md-5.load_more_wrapper.casino.aos-init.aos-animate {
	margin-top: 0rem !important;
}

.mt-md-5 {
	margin-top: 0rem !important;
}

/* .casinofy-blog {
	width: 1400px!important;
    max-width: 1400px!important;
} */

.content-descrip {
	line-height: 16px;
}

.casino-filter__item .casino-filter__inner .logo img {
	max-width: 110px;
    height: 55px;
}

/*.casino-filter__item .casino-filter__inner .logo.logo--is-dark img {*/
/*    -webkit-filter: invert(1) grayscale(1);*/
/*    filter: invert(1) grayscale(1);*/
/*}*/
.casino-filter__item .casino-filter__inner .more-info h6,
.casino-filter__item .casino-filter__inner .more-info > div {
	margin-bottom: 20px;
}

.container.blog-cont .col-cons {
	background: #F8F8F8 !important;
}

.container.blog-cont .cons-part {
	padding-bottom: 7px !important;
}

#inner-table .container .row {
	display: block;
}

#inner-table {
	padding-bottom: 0;
}

.tax-game_provider #inner-table .table-responsive {
	margin-bottom: 30px;
}

.tax-deposit_method .blog-cont {
	margin-bottom: 50px;
	width: auto;
}

#casinos {
	padding-bottom: 50px;
}

.next-chapter-button {
	text-align: center;
    text-decoration: none;
}

.next-chapter-button a {
	background: linear-gradient(175.23deg, #5200FF -1.77%, #D700FF 97.42%);
    border-radius: 50px;
    text-decoration: none;
    display: flex;
    align-items: center;
    width: 289px;
    justify-content: center;
    height: 45px;
    margin: auto;
    appearance: none;
    -webkit-appearance: none;
    border: none;
}

.next-chapter-button a span {
	font-weight: bold;
    font-size: 20px;
    text-decoration: none !important;
    color: #fff;
}

.first_paragraph.text-justify.pt-n p strong {
	font-weight: 700;
	font-size: 13px;
}

.blog-single-item .inner-container {
	height: calc(100% - 88px);
}

.blog-single-item .back_color {
	transform: translateY(-65px);
    min-height: 290px;
}

.single-game #game_hero .game_title h1 {
	text-transform: uppercase;
	 /* font-variant: small-caps;
	 font-size: 42px; */
	 font-weight: 600;
	 margin-bottom: 0;
}

.single-game .stars {
	margin-left: 10px;
	margin-top: 4px;
}
.single-game .stars img {
	width: 14px;
	margin-left: 2px;
}
.third-four li {
	font-weight: 600;
	margin-bottom: 10px;
}

.fourth-four .text_uppercase {
	color: #7200FF;
}

#inner-table .col-12:last-child {
	margin-bottom: 0 !important;
    padding-bottom: 30px;
}
.list__item .sort_by .nice-select .list{
    background-color: white !important;
    width: 100%;
}

.tax-game_provider .inner-filters__row .inner-filters__row-ul{
	padding-bottom: 0;
}
@media (min-width: 768px) {
	.single-game #post {
			visibility: hidden;
	}

}
@media (min-width: 768px) and (max-width: 1500px) {
    .tax-game_provider #inner-table .row .mb-5:nth-last-child(-n+3) .inner-table__explain-container {
        max-width: 950px;
        margin-right: 370px;
    }

    .tax-game_provider #inner-table .row .mb-5:nth-last-child(-n+3) .inner-table__explain-container > div {
       padding: 0 10px;
    }
}

@media (max-width: 768px) {

    .term-83.tax-countries #pre-footer .col-12.mb-5:nth-of-type(2) .inner-table__explain-container > div:not(.tips-container):not(.image-methods) p img {
        max-width: 160px;
        height: auto;
    }

    .tax-countries .image-methods img {
        max-width: calc(25% - 10px);
        height: auto;
    }

    .top-casinos.fixed-view {
        transform: none !important;
    }

	#inner-table .col-12 {
		padding: 0 10px;
	}

	.tax-casino_cat .mb-5{
		padding: 10px;
	}

	.single-game #game_hero .col-md-3 {
		background: #fff;
		padding-bottom: 20px;
	}

	.single-game #game_hero .game_title {
		background: unset;
	}

	.single-game .top-casinos.block {
		display: block;
		border-radius: 0;
		width: 100%;
		margin: 0 auto;
		max-width: 100%;
	}

	.single-game .col-bar {
		display: none;
	}

	.single-game #games .games_content .games_wrapper .col-md-4 {
		padding-right: 5px;
		padding-left: 5px;
	}
	.social_share {
		margin-right: 0;
	}
	.single-game .fav_wrapp {
		margin-left: 0;
	}
	.single-game .game_hero_wrapper {
		padding-top: 10px;
	}
	.page-template-post-archive .part_one .col-12 {
		padding: 0 10px;
	}

	.page-template-post-archive .part_one .col-12 .inner-filter-upper {
		margin: 0 auto;
		margin-bottom: 20px;
		width: 100%;
		max-width: 100%;
	}

	.page-template-post-archive .part_two .blog-single-item {
		padding: 0 8px 0px 8px;
		max-height: 360px;
	}

	.single .container.blog-cont {
		padding-right: 5px;
		padding-left: 5px;
	}

	.first_paragraph.text-justify.pt-n img {
		height: auto;
	}

	.tax-game_provider .different-block {
		display: block;
	}

	.tax-game_provider .different-block img {
		float: left;
	}

	.tax-game_provider .different-block-img p {
		display: flex;
	}

	.post-type-archive-game .casino-filter__container .col-xl-3 {
		max-width: 48%;
		padding: 0;
	}

	.post-type-archive .different-container .different-block {
		display: block;
	}

	.post-type-archive #pre-footer .pre-footer__content img {
		float: left;
	}

	.post-type-archive .different-block-img {
		display: block;
	}

	.casino-filter__inner-wrapper .container-fluid {
		padding: 0;
	}

	.casino-filter__inner-wrapper .container-fluid .col-12 {
		padding: 0;
	}

	.casino-filter__container .col-set {
		padding: 0px 5px;
	}
#inner-table .col-12 h3, 	#inner-table .col-12 h4, .pre-footer__content h3 strong, .before-providers h3, .text-editor-custom .first_paragraph h2{
		font-size: 16px;
	}
	#players_reviews .reco_text .row{
		margin-left: 0;
	}
	.post-type-archive-casino .inner-filter-upper{
		margin-bottom: 0;
	}
	.content-descrip{
		margin-bottom: 10px !important;
	}
	.bouns-line {
		margin: 0rem 0 1rem!important;
	}
	.tax-game_cat .games_wrapper .bg-main,
	.single-game .related_games .games_wrapper .bg-main {
		min-height: 118px;
	}

}

.casino-filter__item {
	background-size: cover;
    min-height: 410px;
}

.perks-container {
	padding: 25px 15px;
    min-height: 86px;
}

.perks {
	padding: 0 !important;
}

.casino-filter__item .casino-filter__inner .more-info {
	min-height: 38px;
	margin-bottom: 20px;
}

.casino-filter__item .casino-filter__inner .more-info h6,
.casino-filter__item .casino-filter__inner .more-info > div {
	margin-bottom: 0px !important;
}

/* .post-type-archive .casino-filter__item {
	min-height: 378px !important;
} */

.post-type-archive .casino-filter__item .casino-filter__inner .more-info {
	min-height: 38px;
    margin-bottom: 20px;
}

.post-type-archive .casino-filter__item .casino-filter__inner .more-info h6,
.post-type-archive .casino-filter__item .casino-filter__inner .more-info > div {
	margin-bottom: 1rem !important;
	min-height: 28px;
}

.post-type-archive .casino-filter__item .casino-filter__inner .more-info p {
	margin-bottom: 0;
}

/* .post-type-archive .perks-container {
	min-height: 140px;
} */

#banner-slider .casino-filter__item {
	min-height: 335px !important;
}

#banner-slider .perks-container {
	padding: 10px 15px !important;
}

#banner-slider .casino-filter__item .casino-filter__inner .more-info {
	min-height: 54px;
}

#banner-slider .casino-filter__item .casino-filter__inner .more-info h6.welcome-bonus {
	margin-top: 0 !important;
}

#banner-slider .casino-filter__item .casino-filter__inner .more-info p {
	margin-bottom: 0 !important;
}
