@import url('https://fonts.googleapis.com/css2?family=Lato:ital,wght@0,100;0,400;0,700;1,300&display=swap');
* {
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	padding: 0;
	margin: 0;
	font-family: 'Lato', sans-serif;
}

html {
  scroll-behavior: smooth;
}

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

main {
	background-color: #192947;
}

section {
	width: 100%;
}

.breadcrumbs {
	margin-bottom: 20px;
	align-self: flex-start;
}

.breadcrumbs-list {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	list-style-type: none;
}

.breadcrumbs-list__item {
	position: relative;
	margin-right: 5px;
	margin-bottom: 10px;
	padding-right: 20px;
}

.breadcrumbs-list__item:not(:last-child)::after {
	position: absolute;
	top: 54%;
	right: 5px;
	width: 0;
	height: 0;
	border-top: 4px solid transparent;
	border-left: 7px solid black;
	border-bottom: 4px solid transparent;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
	content: '';
}

.breadcrumbs-list__link {
	display: inline-block;
	color: #000;
	font-size: 16px;
}

.breadcrumbs-list__current {
	color: #AF0A0F;
}

.main-left {
	width: 74%;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}

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

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

.title {
	font-family: 'Lato', sans-serif;
	width: 100%;
	color: #FFFFFF
}

.align-center {

	text-align: center;
}

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

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

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

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

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

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

/* -------------- green-main-btn*/

.green-main-btn,
.main-btn.gray-btn {
	text-transform: uppercase;
	font-weight: 700;
	font-size: 20px;
	line-height: 26px;
	flex-shrink: 0;
	border-radius: 14px;
	background: #F1B60E;
	color: #04132E;
	font-size: 16px;
	font-weight: 900;
	border: 1px solid transparent;
}

.green-main-btn:hover,
.main-btn.gray-btn:hover {
	text-decoration: none;
	border: 1px solid #F1B60E;
	background: #2B2820;
	color: #F1B60E;
}

.green-main-btn:active {
	background: linear-gradient(178.88deg, #FFCE07 0.96%, #C97121 275.57%);
	text-decoration: none;
}

/* ----------------------end .green-main-btn */

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

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

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

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

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

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

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

.square-link div {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	width: 100%;
	height: 100%;
	border: 1px solid #ffffff;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
}

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

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

.main-title {
	margin-bottom: 20px;
	font-weight: 700;
	font-size: 28px;
	line-height: 37px;
}

.about-casino-table,
.slot-table,
.content table {
	width: 100%;
	border-radius: 25px;
	border-collapse: collapse;
	overflow: hidden;
	text-align: left;
}

.about-casino-table tr td,
.slot-table tr td {
	color: #FFF;
	font-size: 20px;
	font-weight: 500;
	border-right: 1px solid #04132E;
}

.about-casino-table tr td {
	padding: 14px 15px 14px 40px;
}

.slot-table tr td {
	padding: 14px;
}

.about-casino-table tr,
.slot-table tr {
	background: #1C2842;
	border-bottom: 1px solid #04132E;
}

.table-wrapper {
	width: 100%;
	overflow-x: auto;
	margin-bottom: 30px;
}

.table-wrapper table {
	min-width: 600px;
	width: 100%;
}

.payout-table {
	font-weight: 400;
}

.payout-table tr:first-child {
	background-color: #152139;
}

.payout-table tr td {
	padding: 14px 14px 13px 24px;
}

.payout-table tr td:first-child {
	display: flex;
	align-items: center;
}

.payout-table tr td:first-child img {
	max-width: 56px;
	width: 56px;
	height: 56px;
	margin: 0 20px 0 0;
}



@media (min-width: 767px) {
	.pros-cons__wrapper {
		display: grid;
		grid-template-columns: repeat(2, 1fr);
		gap: 13px;
	}
}

@media (max-width: 767px) {
	.pros-cons-block.pros {
		margin-bottom: 16px;
	}

	.about-casino-table tr td,
	.slot-table tr td {
		font-size: 16px;
		font-weight: 500;
	}

	.content table p:not([class]), .content ul:not([class]) {
		font-size: 16px !important;
	}
}

.pros-cons-block {
	padding: 24px;
	border-radius: 16px;
}

.pros-cons-block.pros {
	border: 1px solid rgba(111, 210, 65, .2);
	background: rgba(0, 153, 43, .2);
}


.pros-cons-block.cons {
	border: 1px solid rgba(232, 62, 59, .2);
	background: rgba(232, 62, 59, .2);
}
 
.pros-cons-block ul {
	list-style: none;
}

.pros-cons__top {
	font-size: 20px;
	font-weight: 900;
	margin-bottom: 16px;
}

.pros-cons__bottom li {
	color: #FFF;
	font-size: 16px;
	font-weight: 400;
	line-height: 24px;
	margin-bottom: 13px;
}


.pros .pros-cons__bottom li::before {
	content: '+ ';
	color: #00982B;
	margin-right: 3px;
}

.cons .pros-cons__bottom li::before {
	content: '- ';
	color: #CF142B;
	margin-right: 3px;
}

.pros .pros-cons__top {
	color: #00982B;
}

.cons .pros-cons__top {
	color: #CF142B;
}


.faq__question {
	width: 100%;
	background: #04132E;
	border-bottom: 1px solid #192947;
	color: #ffffff;
	font-size: 20px;
	line-height: 170%;
	cursor: pointer;
	-webkit-transition: background .3s ease;
	-o-transition: background .3s ease;
	transition: background .3s ease;
}

.faq__question:first-child {
	border-radius: 14px 14px 0 0;
}

.faq__question:last-child {
	border-radius: 0 0 14px 14px;
}

.faq__question__visible-text {
	padding: 15px 40px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	font-weight: normal;
	width: 100%;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
}

.faq__question__visible-text h3 {
	font-weight: 500;
	font-size: 20px;
	line-height: 23px;
	color: #FFFFFF;
	font-family: 'Roboto';
}

.faq__question__close-text {
	overflow: hidden;
	padding: 0 45px;
	max-height: 0;
	-webkit-transition: all .3s ease;
	-o-transition: all .3s ease;
	transition: all .3s ease;
	font-family: 'Roboto';
}

.faq__question-active .faq__question__close-text {
	padding: 10px 45px 20px;
}

.faq__question__visible-text svg {
	width: 20px;
	height: 20px;
	-webkit-transition: -webkit-transform .3s ease;
	transition: -webkit-transform .3s ease;
	-o-transition: transform .3s ease;
	transition: transform .3s ease;
	transition: transform .3s ease, -webkit-transform .3s ease;
}

.faq__question-active .faq__question__visible-text svg {
	-webkit-transform: rotate(180deg);
	-ms-transform: rotate(180deg);
	transform: rotate(180deg);
}

.faq-questions__wrapper {
	width: 100%;
	margin-bottom: 40px;
}

/* .pros-cons-block {
	width: 383px;
} */

section>.faq-questions__wrapper {
	margin-left: -15px;
}

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

aside {
	position: relative;
	width: 24%;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	-ms-flex-negative: 0;
	flex-shrink: 0;
	margin-bottom: 50px;
}

#offer-card-fixed {
	/* position: sticky;
	top: 0; */
	border-radius: 0 0 16px 16px;
	border: 1px solid #333959;
	border-top: 0;
	background: #04132E;
	padding: 0 16px 24px 16px;
}

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

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

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

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

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

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

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

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

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

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

.content table p:not([class]),
.content ul:not([class]) {
	font-size: 20px;
	color: #fff;
	line-height: 170%;
	width: 100%;
	margin: 0;
	font-weight: ;
}

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

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

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

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

.last-text-section {
	font-family: 'Lato', sans-serif;
	font-style: normal;
	font-weight: 400;
	font-size: 18px;
	line-height: 24px;
	color: #D9D9D9;
}

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

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

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

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

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

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

.content {
	width: 100%;
	margin-bottom: 24px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	padding: 32px;
	border-radius: 16px;
	border: 1px solid #333959;
	background: #04132E;
	color: #FFFFFF;
}

.content ul:not([class]) {
	margin-bottom: 30px;
	font-family: 'Lato', sans-serif;
	font-style: normal;
	font-weight: 400;
	font-size: 18px;
	line-height: 24px;
	color: #D9D9D9;
}

.content p {
	margin-bottom: 15px;
	color: #D9D9D9;
	font-size: 16px;
	font-weight: 400;
	line-height: 24px;
}

.content p + img {
	margin-top: 10px;
}

.content img {
	margin-top: 32px;
	border-radius: 14px;
	max-width: 100%;
	width: 100%;
}

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

.content h4:not([class]),
.content h3:not([class]) {
	text-align: start;
	width: 100%;
	font-family: 'Lato', sans-serif;
	font-style: normal;
	font-weight: 700;
	font-size: 28px;
	line-height: 37px;
	margin: 24px 0 10px 0;
	color: #FFFFFF;
}

.content h1:not(.main-title) {
	grid-column: 1/3;
	font-family: 'Lato', sans-serif;
	font-style: normal;
	font-weight: 700;
	font-size: 56px;
	line-height: 74px;
}

.content h2:not(.main-title) {
	width: 100%;
	margin: 24px 0 10px 0;
	font-family: 'Lato', sans-serif;
	font-style: normal;
	font-weight: 700;
	font-size: 28px;
	line-height: 37px;
	color: #FFFFFF;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.content>picture {
	margin: 0 auto;
}

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

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

.casinos-list .referral-btn,
.casino-review__left .referral-btn {
	padding: 0;
	background: none;
	border: none;
	outline: none;
	cursor: pointer;
}

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

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

@media (max-width: 1050px) {
	aside {
		display: none;
	}
	
	.main-left {
		width: 100%;
	}

	article {
		max-width: 100%;
	}
}

@media (max-width: 990px) {
	.square-links__wrapper.wrapper {
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
	}

	.square-link-wrapper {
		width: 50%;
		-webkit-box-pack: center;
		-ms-flex-pack: center;
		justify-content: center;
		margin: 0;
		padding: 10px;
	}
}

@media (max-width: 768px) {
	.breadcrumbs {
		margin-bottom: 20px;
	}

	.main-title {
		font-size: 22px;
		text-align: center;
		line-height: 29px;
		word-break: break-word;
		margin-bottom: 0;
	}

	.four-items-row {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column;
		-webkit-box-align: center;
		-ms-flex-align: center;
		align-items: center;
	}

	.four-item-column {
		width: 100%;
		max-width: 270px;
		margin-bottom: 10px;
	}

	.deshed-border {
		height: 7.4px;
	}

	.content-top-title {
		font-size: 36px;
	}

	.content {
		padding: 15px;
	}

	.content-row {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column;
		-webkit-box-align: center;
		-ms-flex-align: center;
		align-items: center;
	}

	.content-row__items {
		max-width: 400px !important;
		margin: 5px 0;
		max-height: 100% !important;
	}

	.content-row__four-items .content-row__items {
		height: 294px;
		width: 48%;
		margin-right: 2%;
	}

	.content-row.content-row__four-items {
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
		-webkit-box-orient: horizontal;
		-webkit-box-direction: normal;
		-ms-flex-direction: row;
		flex-direction: row;
	}

	.pros-cons h2 {
		text-align: center !important;
		color: #FFF;
	}
}

.cookie-popup {
	max-width: 725px;
	width: 100%;
	position: fixed;
	z-index: 100;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	background: linear-gradient(135deg, #ffffff 0% 82%, #F1F1F1 82% 100%);
	box-shadow: 2px 5px 25px rgba(0, 0, 0, 0.2);
	bottom: 0;
	left: 0;
	padding: 45px 25px 35px 40px;
}

.cookie-popup.hidden-cookie {
	display: none;
}

.cookie-popup .lazy-image {
	margin-right: 25px;
	flex-shrink: 0;
	width: 73px;
	height: 73px;
}

.cookie-popup .cookie-title {
	font-size: 22px;
	font-weight: 700;
	margin-bottom: 15px;
}

.cookie-popup .cookie-center {
	margin-right: 25px;
}

.cookie-popup .cookie-text {
	font-size: 16px;
}

.cookie-popup .cookie-text a {
	color: #2AB03C;
	font-weight: 700;
}

.cookie-popup .main-btn {
	width: 130px;
	height: 40px;
	font-size: 16px;
	cursor: pointer;
}

.cookie-popup .info-btn {
	margin-top: 10px;
	color: #000000;
	text-decoration: underline;
}

.cookie-popup .info-btn:hover {
	background-color: transparent;
}

.cookie-popup .cookie-btns {
	margin-top: auto;
	margin-bottom: -20px;
}

.cookie-popup .close-cookie {
	position: absolute;
	z-index: 2;
	top: 15px;
	right: 15px;
	width: 18px;
	height: 18px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	cursor: pointer;
}

.cookie-popup .close-cookie::before,
.cookie-popup .close-cookie::after {
	content: '';
	position: absolute;
	width: 100%;
	height: 2px;
	border-radius: 1px;
	background-color: #000000;
}

.cookie-popup .close-cookie::before {
	transform: rotate(45deg);
}

.cookie-popup .close-cookie::after {
	transform: rotate(-45deg);
}

@media (max-width: 768px) {
	.cookie-popup {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column;
		max-width: 355px;
		padding: 45px 20px 35px;
	}

	.cookie-popup .lazy-image {
		position: absolute;
		left: 15px;
		width: 129px;
	}

	.cookie-popup .cookie-title {
		text-align: center;
		margin-bottom: 45px;
	}

	.cookie-popup .cookie-btns {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		margin-top: 20px;
		margin-bottom: 0;
		flex-direction: row-reverse;
	}

	.cookie-popup .info-btn {
		margin-top: 0;
		margin-right: auto;
	}
}

.close-casino-popup {
	position: absolute;
	top: 20px;
	right: 20px;
	width: 18px;
	height: 18px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	cursor: pointer;
}

.close-casino-popup::before,
.close-casino-popup::after {
	content: '';
	width: 100%;
	height: 2px;
	background-color: #000000;
	position: absolute;
}

.close-casino-popup::after {
	transform: rotate(45deg);
}

.close-casino-popup::before {
	transform: rotate(-45deg);
}

.casino-popup {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	display: none;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	background: rgba(0, 0, 0, 0.7);
	z-index: 200;
}

.casino-popup .casino-popup__inner {
	position: relative;
	background-color: #ffffff;
	box-shadow: 2px 5px 25px rgba(0, 0, 0, 0.2);
	padding: 50px 50px 35px;
	max-width: 100%;
	margin: 0 20px;
}

.casino-popup .casino-popup__title {
	font-weight: 700;
	font-size: 30px;
	text-align: center;
	max-width: 730px;
	margin-bottom: 30px;
}

.casino-popup .casino-popup__casino-cards-wrapper {
	width: 100%;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}

.casino-popup .casino-popup__casino-card {
	width: 270px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	position: relative;
	background-color: #ffffff;
	padding: 35px 15px 50px;
	box-shadow: 2px 5px 25px rgba(0, 0, 0, 0.2);
}

.casino-popup .casino-card-pic {
	width: 162px;
	height: 106px;
	border: 1px solid #BDBDBD;
	background-color: #ffffff;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	margin-bottom: 15px;
}

.casino-popup .casino-card-pic img {
	max-width: 100%;
	max-height: 100%;
}

.casino-popup .casino-card-name {
	font-size: 30px;
	font-weight: 700;
	text-align: center;
	margin-bottom: 10px;
}

.casino-popup .rate-block {
	margin-bottom: 20px;
}

.casino-popup .rate-block img {
	width: 30px;
	height: 30px;
}

.casino-popup .casino-card-center {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}

.casino-popup .casino-card__text {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	font-size: 16px;
	margin-bottom: 20px;
}

.casino-popup .casino-card__text span {
	font-weight: 700;
	font-size: 20px;
}

.casino-popup .casino-popup__casino-card:nth-child(2) {
	margin: 0 25px;
	background-color: #2E3841;
	border: 1.5px solid #FF3163;
	color: #ffffff;
}

.casino-popup .casino-popup__casino-card:nth-child(2)::before {
	content: 'Top Casino';
	background: url("../img/star-top-casino.svg") #FF3163;
	background-repeat: no-repeat;
	background-size: 11px 11px;
	background-position: 10px center;
	position: absolute;
	top: 0;
	left: 0;
	color: #ffffff;
	font-weight: bold;
	font-size: 16px;
	padding: 3px 10px 3px 30px;
}

.casino-popup .casino-popup__casino-card:nth-child(2) .casino-card-pic {
	background-color: #000000;
}

.casino-popup .casino-popup__casino-card:nth-child(2) .green-main-btn {
	background-color: #FF3163;
}

.casino-popup .casino-popup__casino-card:nth-child(2) .green-main-btn:hover {
	background-color: #ffffff;
	color: #FF3163;
}

.casino-popup .casino-popup__casino-card:nth-child(2) .green-main-btn::before {
	border: 1px solid #FF3163;
}

.casino-popup.open-popup {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}

@media (max-width: 991px) {
	.casino-popup .casino-popup__inner {
		margin: 0;
		padding: 50px 25px 35px;
		max-height: 100%;
		overflow: auto;
	}
}

@media (max-width: 768px) {
	.casino-popup .casino-popup__inner {
		padding: 50px 20px 25px;
		max-width: 375px;
		width: 100%;
	}

	.casino-popup .casino-popup__casino-cards-wrapper {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column;
	}

	.casino-popup .casino-popup__title {
		font-size: 22px;
	}

	.casino-popup .casino-popup__casino-card {
		padding: 0;
		width: 100%;
		box-shadow: none;
		flex-direction: row;
	}

	.casino-popup .casino-card-pic {
		margin: 0;
		flex-shrink: 0;
		margin-right: 25px;
	}

	.casino-popup .rate-block img {
		width: 24px;
		height: 24px;
		margin: 1px;
	}

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

	.casino-popup .casino-card-name,
	.casino-popup .casino-card__text {
		display: none;
	}

	.casino-popup .casino-popup__casino-card:nth-child(2) {
		order: -1;
		margin: 0;
		border: none;
		background-color: transparent;
	}

	.casino-popup .casino-popup__casino-card:nth-child(2)::before {
		height: 26px;
		top: -26px;
		width: 162px;
		box-sizing: border-box;
	}

	.casino-popup .casino-popup__casino-card:nth-child(2) .casino-card-pic {
		border: 1px solid #FF3163;
	}

	.casino-popup .casino-popup__casino-card:nth-child(2) .casino-card-center {
		margin-top: -25px;
	}

	.casino-popup .casino-popup__casino-card:nth-child(1) {
		padding: 20px 0;
		border-top: 1px solid #C4C4C4;
		border-bottom: 1px solid #C4C4C4;
		margin: 20px 0;
	}
}

@media (max-width: 374px) {
	.casino-popup .casino-card-pic {
		width: 130px;
	}

	.casino-popup .casino-popup__casino-card:nth-child(2)::before {
		width: 130px;
	}
}

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

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

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

.contact-link img {
	display: none;
}

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

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

.active-link {
	position: relative;
}

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

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

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

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

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

.burger-menu {
	display: none;
	position: absolute;
	top: 100%;
	width: 100%;
	left: 0;
	color: #ffffff;
	max-width: 100%;
	min-height: calc(100vh - 65px);
	background: #1D2730;
}

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

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

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

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

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

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

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

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

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

.dropdown-menu a {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}

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

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

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

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

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

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

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

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

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

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

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

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

@media (max-width: 1200px) {

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

	header nav {
		padding-left: 40px;
	}
}

@media (max-width: 990px) {

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

	header nav {
		padding-left: 25px;
	}

	.contact-link img {
		display: inline;
	}

	.contact-link span {
		display: none;
	}

	.header-wrapper {
		padding: 0 15px;
	}
}

@media (max-width: 768px) {

	.navigation-left li,
	.navigation-right li {
		display: none;
	}

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

	header nav {
		width: auto;
		padding-left: 0;
	}

	.burger-menu {
		display: block;
		-webkit-transform: translateX(-100%);
		-ms-transform: translateX(-100%);
		transform: translateX(-100%);
		-webkit-transition: -webkit-transform 0.4s cubic-bezier(0.68, -0.55, 0.265, 1.55);
		transition: -webkit-transform 0.4s cubic-bezier(0.68, -0.55, 0.265, 1.55);
		-o-transition: transform 0.4s cubic-bezier(0.68, -0.55, 0.265, 1.55);
		transition: transform 0.4s cubic-bezier(0.68, -0.55, 0.265, 1.55);
		transition: transform 0.4s cubic-bezier(0.68, -0.55, 0.265, 1.55), -webkit-transform 0.4s cubic-bezier(0.68, -0.55, 0.265, 1.55);
	}

	#checkbox-burger:checked~.burger-menu {
		-webkit-transform: translateX(0);
		-ms-transform: translateX(0);
		transform: translateX(0);
	}
}

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

footer .wrapper {
	position: relative;
	z-index: 3;
}

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

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

.footer-logo {
	width: 297px;
	height: 54px;
}

.footer-navigation li {
	margin-bottom: 15px;
	display: inline-block;
}

.footer-navigation li a img {
	border: 2px solid transparent;
}

.footer-navigation li a img:hover {
	border: 2px solid #EAD3FD;

}

footer .title {
	margin: 32px 0 20px 0;
	font-family: 'Lato', sans-serif;
	font-weight: 700;
	font-size: 22px;
	line-height: 29px;
	color: #FFC24D;
}

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

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

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

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

	font-family: 'Lato', sans-serif;
	font-weight: 700;
	line-height: 24px;
}

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

.footer-disclaimer {
	font-size: 14px;
	font-family: 'Lato', sans-serif;
	font-weight: 400;
	line-height: 18px;
	color: #FFFFFF;

}

.footer-bottom {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	list-style: none;

	font-family: 'Lato', sans-serif;
	font-weight: 400;
	font-size: 14px;
	line-height: 18px;
	color: #FFFFFF;
	margin-bottom: 55px;
	margin-top: 30px;
}

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

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

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

@media (max-width: 768px) {
	.footer-navigation {
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
	}

	li.footer-hide-link {
		display: none;
	}

	footer .title {
		font-size: 18px;
	}

	.footer-items-row {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column;
		-webkit-box-align: start;
		-ms-flex-align: start;
		align-items: flex-start;
		margin: 0;
	}

	.footer-items__center {
		margin: 28px 0 14px;
	}

	.footer-bottom {
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
		-webkit-box-pack: start;
		-ms-flex-pack: start;
		justify-content: flex-start;
	}

	.footer-bottom li:last-child {
		width: 100%;
		margin-top: 10px;
	}

	.footer-bottom li:nth-child(2) {
		border-right: none;
	}
}

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

.slot-card {
	position: relative;
	width: 100%;
	margin: 10px;
	height: 174px;
	min-width: 200px;
	max-width: 244px;
}

.slot-card__picture-wrapper {
	width: 100%;
	height: 100%;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}

.slot-card__picture {
	width: 100%;
	height: 100%;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}

.slot-card__picture img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.slot-card__hover {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	width: 100%;
	height: 0;
	overflow: hidden;
	transition: height .2s ease;
	position: absolute;
	bottom: 0;
	left: 0;
	background-color: rgba(0, 0, 0, 0.7);
}

.slot-card:hover .slot-card__hover {
	height: 174px;
}

@media (max-width: 768px) {
	.slot-cards__wrapper {
		justify-content: space-around;
	}

	.slot-card {
		height: auto;
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column;
		min-width: 162px;
		width: calc(50% - 20px);
	}

	.slot-card:hover .slot-card__hover {
		height: auto;
	}

	.slot-card__hover {
		height: auto;
		overflow: unset;
		margin-top: 10px;
		position: static;
		background-color: transparent;
	}
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

@media (max-width: 1100px) {
	.casino-logo {
		margin-right: 10px;
	}

	.casino-review__left-top__center ul,
	.casino-review__right {
		margin-left: 10px;
		padding-left: 0;
	}
}

@media (max-width: 768px) {
	.casino-review {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-pack: center;
		-ms-flex-pack: center;
		justify-content: center;
		width: 100%;
		margin-bottom: 30px;
	}

	.casinos-review-section {
		-webkit-box-align: center;
		-ms-flex-align: center;
		align-items: center;
		width: calc(100% + 30px);
	}

	.casino-review__wrapper {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column;
		max-width: 287px;
		margin: auto;
	}

	.casino-review__left-top__center>div {
		width: 100%;
	}

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

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

	.casino-review__left-top__center ul {
		width: 100%;
		margin-right: 0;
	}

	.casino-review__left-top__center ul,
	.casino-review__right {
		margin-left: 0;
	}

	.casino-review__rating p {
		margin-bottom: 0;
		font-weight: bold;
	}

	.casino-review__name {
		text-align: center;
		margin: 15px 0;
	}

	.casino-review__left-top,
	.casino-review__left-top__center {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column;
	}

	.casino-review__left-bottom {
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
	}

	.casino-review__left-bottom div {
		width: 50%;
		-webkit-box-align: start;
		-ms-flex-align: start;
		align-items: flex-start;
		padding: 8px 0;
	}

	.casino-review__right {
		-webkit-box-align: center;
		-ms-flex-align: center;
		align-items: center;
		-webkit-box-orient: horizontal;
		-webkit-box-direction: normal;
		-ms-flex-direction: row;
		flex-direction: row;
		-webkit-box-pack: justify;
		-ms-flex-pack: justify;
		justify-content: space-between;
		margin-top: 15px;
	}

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

	.top-casino-review {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column;
		-webkit-box-align: center;
		-ms-flex-align: center;
		align-items: center;
	}

	.casino-review__number {
		left: 5px;
	}

	.top-casino-review .casino-review__number {
		top: 85px;
	}

	.casino-logo {
		margin-right: 0;
	}

	.casino-review__rating p:not([class]) {
		margin-bottom: 0;
	}
}

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

.aside-casino-card .casino-review__top {
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	padding: 20px 10px;
}

.aside-casino-card .casino-review__center-top {
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	margin-bottom: 20px;
}

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

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

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

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

.aside-casino-card .casino-review__center-bottom {
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	color: #ffffff;
}

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

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

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

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

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

.aside-casino-card .casino-review__top {
	width: 100%;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}

.aside-casino-card .casino-review__center {
	margin: 0;
}

.aside-casino-card .casino-logo {
	border: 0;
}

.aside-casino-card .center-bottom__available img {
	width: 21px;
	margin-left: 5px;
}

.aside-casino-card .rate-block img {
	width: 26px;
	height: 26px;
}

.main-header {
	position: relative;
	min-height: 473px;
	margin-top: 65px;
	width: 100%;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	padding: 50px 0;
}

.main-header .wrapper {
	z-index: 1;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}

.main-header .top-bg-img {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
}

.main-header .top-bg-img img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.main-header .top-title {
	color: #ffffff;
	text-align: center;
	font-size: 48px;
	margin-bottom: 25px;
}

.heading-wrap {
	display: -ms-grid;
	display: grid;
	-ms-grid-columns: 1fr 285px;
	grid-template-columns: 1fr 285px;
	margin-bottom: 20px;
}

.main-header .rate-block img {
	margin-bottom: 25px;
}

.main-header .rate-block img {
	width: 35px;
	height: 35px;
}

.main-header .main-header__btns-wrapper {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}

.main-header .main-header__btns-wrapper .main-btn {
	width: 215px;
	height: 40px;
	font-size: 16px;
	margin: 15px;
}

.main-header .main-header__btns-wrapper .gray-btn {
	background-color: #A0A1A1;
}

.main-header .main-header__btns-wrapper .gray-btn:hover {
	background-color: #ffffff;
	color: #A0A1A1;
}

.main-header .main-header__btns-wrapper .gray-btn::before {
	border: 1px solid #A0A1A1;
}

.main-block {
	padding: 125px 15px 45px;
	display: flex;
	justify-content: space-between;
	flex-direction: row;
	align-items: stretch;
}

.single-slot-card .single-slot-card__pic {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	width: 250px;
	height: 140px;
	flex-shrink: 0;
	margin-right: 50px;
}

.single-slot-card .single-slot-card__pic img {
	width: 100%;
	height: 100%;
}

/* --------table-btn */
.table-btn {
	width: 100%;
	height: 60px;

	color: #43182A;
	text-transform: uppercase;
	font-style: normal;
	font-weight: 700;
	font-size: 20px;
	line-height: 26px;
	background: linear-gradient(178.88deg, #FFCE07 0.96%, #C97121 275.57%);
	border-radius: 1px;
	font-family: 'Lato', sans-serif;
	border: 0;
}

.table-btn:hover {
	background: linear-gradient(9.29deg, #FFD968 6.64%, #FCFF68 91.78%);
	text-decoration: none;
}

.table-btn:active {
	background: linear-gradient(178.88deg, #FFCE07 0.96%, #C97121 275.57%);
	text-decoration: none;
}

.aside-btn {
	display: flex;
	position: relative;
}

.aside tr td:nth-child(even) {
	padding: 0;
	padding-right: 10px;
	width: 30%;
}

.bonus-cards__wrapper {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	justify-items: center; 
	gap: 20px;
}

.bonus-card {
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	align-items: center;
}

@media (max-width: 850px) {
	.bonus-cards__wrapper {
		grid-template-columns: repeat(1, 1fr);
	}

	.bonus-card {
		max-width: 320px;
		margin: auto;
	}
}

.bonus-cards__wrapper .bonus-card {
	width: 100%;
	align-items: center;
	border-radius: 14px;
}

/* main btn------------------- */
.red-main-btn {
	margin: 10px auto 0 auto;
	display: block;
	height: 48px;
	min-width: 177px;
	text-transform: uppercase;
	border-radius: 14px;
	border: 1px solid #F1B60E;
	background: #2B2820;
	flex-shrink: 0;
	color: #F1B60E;
	font-size: 16px;
	font-weight: 900;
	cursor: pointer;
}

.red-main-btn:hover {
	text-decoration: none;
	background: #F1B60E;
	color: #04132E;
}

.bonus-cards__wrapper .bonus-card__logo {
	height: 120px;
	display: flex;
	justify-content: center;
	align-items: center;
	background: none;
	border-radius: 14px 14px 0 0;
	border: 1px solid #333959;
	border-bottom: none;
	background: #1C2842;
	overflow: hidden;
}

.bonus-cards__wrapper .bonus-card__logo img {
	width: auto;
	height: auto;
	max-width: 100%;
	max-height: 80px;
	border-radius: 0;
	margin: 0;
}

.bonus-card .referral-btn-logo {
	width: 100%;
	background: none;
}

.referral-btn-logo {
	border:0;
	border-radius: 14px 14px 0 0;
	cursor: pointer;
}

.bonus-cards__wrapper .bonus-card__center {
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	width: 100%;
	height: 100%;
	padding: 15px 10px 25px;
	border: 1px solid #333959;
	background: #1C2842;
	border-radius: 0 0 14px 14px;
}

.bonus-cards__wrapper .bonus-card__row {
	width: 100%;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
}

.bonus-cards__wrapper .bonus-card__row:last-child {
	margin-top: 15px;
}

.bonus-cards__wrapper .bonus-card__name {
	margin-bottom: 10px;
	color: #fff;
	font-size: 26px;
	font-weight: 700;
	text-align: center;
}

.bonus-cards__wrapper .rate-block img {
	width: 22px;
	height: 22px;
	margin: 0 2px;
}

.bonus-cards__wrapper .bonus-card__bonus-info {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	margin-top: 7px;
	margin-bottom: 0 !important;
}

.bonus-cards__wrapper .bonus-card__bonus-info span {
	color: #fff;
	font-size: 16px;
	text-align: center;
}

@media (max-width: 768px) {
	.heading-wrap {
		display: block;
	}

	.content h1:not(.main-title) {
		font-size: 36px;
		line-height: 47px;
		text-align: center;
	}

	.rating-text {
		margin-right: 0;
		margin-bottom: 15px;
	}

	.rating-wrap {
		display: block;
		margin-top: 20px;
		text-align: center;
	}

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

	.main-header .top-title {
		font-size: 36px;
	}

	.main-header .main-header__btns-wrapper {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column;
	}

	.slot-table {
		overflow: hidden;
	}

	.single-slot-card .single-slot-card__pic {
		margin-right: 0;
		margin-bottom: 25px;
	}

	.slot-table-wrap {
		width: 100%;
		overflow-x: auto;
	}

	.main-block {
		padding: 112px 12px 20px;
	}

	.slot-table thead th {
		padding: 12px;
	}
}


/* new slot-card */

.slots {
	display: -ms-grid;
	display: grid;
	-ms-grid-columns: 1fr 1fr;
	grid-template-columns: repeat(2, 1fr);
	grid-column-gap: 34px;
	grid-row-gap: 15px;
	width: 100%;
}

.slot {
	position: relative;
	background: #FFFFFF;
	box-shadow: 2px 5px 25px rgba(0, 0, 0, 0.2);
}

.slot:after {
	position: absolute;
	right: 0;
	bottom: 0;
	width: 0;
	height: 0;
	border-bottom: 57px solid #F1F1F1;
	border-left: 57px solid transparent;
	content: "";
}

.slot__link {
	display: -ms-grid;
	display: grid;
	-ms-grid-template-columns: 72px 1fr 10px;
	grid-template-columns: 72px 1fr 10px;
	grid-column-gap: 20px;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	padding: 10px 25px 10px 10px;
}

.slot__picture {
	width: 72px;
	height: 72px;
	overflow: hidden;
}

.slot__picture img {
	height: 100%;
	object-fit: cover;
}

.slot__heading {
	color: #000;
	font-weight: 700;
	font-size: 20px;
	line-height: 120%;
}

.game-wrap {
	position: relative;
	width: 100%;
	margin-bottom: 20px;
	background-size: cover;
}

.game-img {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 1;
	width: 100%;
	height: 100%;
}

.game-img img {
	width: 100%;
	height: 100%;
	filter: brightness(0.5);
	border-radius: 14px;
	margin: 0;
}

.game-wrap iframe {
	width: 100%;
	height: 439px;
}

.game-wrap .gray-btn {
	position: absolute;
	top: 50%;
	left: 50%;
	z-index: 2;
	width: 240px;
	color: #000;
	transform: translate(-50%, -50%);
	cursor: pointer;
}

.game-btn {
	width: 100%;
	margin-bottom: 10px;
}

.game-btn .main-btn {
	width: 100%;
	cursor: pointer;
}

@media (max-width: 768px) {

	.slots {
		display: block;
	}

	.slot {
		margin-bottom: 20px;
	}

	.game-wrap iframe {
		height: 50vw;
	}

	.content h2:not(.main-title) {
		text-align: center;
		margin-bottom: 20px;
	}

	/* new media-------------------------- */
	.game-wrap .gray-btn {
		width: 245px;
		height: 32px;
	}
}

/* img-------------------------------------- */
.img-18 {
	width: 25px;

}

.img-ssl-casino-min {
	width: 41px;
}

.img-gamcare {
	width: 34px;
}

.img-begambleaware {
	width: 86px;
}

.img-gamblingtherapy {
	width: 98px;
}


/* aside------------------------ */

.fixed {
	position: fixed;
	top: 0;
	z-index: 4;
	margin-top: -15px;
}

.fixed-to-bottom {
	position: fixed;
	bottom: 465px;
	z-index: 4;
}

.offer-card:first-child {
	margin-top: 32px;
}

.offer-card {
	margin-top: 17px;
	padding-bottom: 10px;
	border-bottom: 1px solid #333959;
}

.offer-card:last-child {
	border: 0;
}

.offer-card__logo {
	min-width: 72px;
	width: 72px;
	max-height: 40px;
	object-fit: cover;
	margin-right: 12px;
}

.offer-card__row {
	width: 100%;
	display: flex;
	align-items: center;
	justify-content: space-between;
	margin-bottom: 18px;
}

.offer-card__row span {
	color: #FFF;
	font-size: 16px;
	font-weight: 900;
}

.offer-button {
	height: 48px;
	width: 100%;
	cursor: pointer;
	margin-bottom: 5px;
	border: 1px solid #F1B60E;
	background: #2B2820;
	color: #F1B60E;
}

.offer-button:hover {
	background: #F1B60E;
	color: #04132E;
}
/* footer-flags--------------------------------------- */
.footer-navigation {
	width: 100%;
	flex-wrap: wrap;
	list-style: none;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	justify-content: space-between;
	align-items: center;
	color: #ffffff;
	text-transform: uppercase;
	font-size: 14px;
	font-weight: 900;
	padding-top: 30px;
	border-bottom: 1px solid rgba(234, 212, 252, 0.1);
	margin-bottom: 30px;
}

.footer-navigation li {
	margin-right: 20px;
	display: inline-block;
}

.footer-navigation li a img:hover {
	border: 2px solid #EAD3FD;
}

/* header-flags------------------------- */

.lang-section {
	position: relative;
	display: flex;
	width: 56px;
	height: 35px;
	z-index: 21;
}

.is-hidden {
	display: none;
}

.change-arrow {
	transform: rotateZ(180deg);
}

.header-flags-button {
	display: flex;
	justify-content: space-around;
	box-sizing: border-box;
	position: absolute;
	width: 100%;
	height: 100%;
	background: transparent;
	border: 1px solid #EAD3FD;
	border-radius: 4px;
	align-items: center;
	cursor: pointer;
}

.header-flags-section {
	box-sizing: border-box;
	position: absolute;
	right: 0;
	border-radius: 4px;
	margin-top: 56px;
	align-items: center;
	border: 1px solid #333959;
	background: #04132E;
	box-shadow: 0px 2px 10px 0px rgba(0, 0, 0, 0.15);
}

.header-flags-block {
	width: 200px;
	list-style: none;
	display: grid;
	grid-template-columns: repeat(2, 1fr);
	gap: 5px;
	padding: 10px;
}

.header-flags-list {
	display: flex;
	width: 100%;
}

.header-flags-block li a:hover {
	background: #1C2842;
}

.header-flags-block li a {
	display: flex;
	width: 100%;
	height: 28px;
	margin-top: 3px;
	font-style: normal;
	font-weight: 700;
	font-size: 16px;
	line-height: 21px;
	text-transform: uppercase;
	align-items: center;
	color: #FFFFFF;
padding-left: 4px;
	border-radius: 8px;
}

.header-flags-img {
	border-radius: 100%;
	height: 30px;
	border: 1px green;

}

.header-flags-span {
	margin-left: 10px;
}

.aside-table-mobile {
	display: none;
}

.best-offer {
	display: none;
}

@media(max-width:768px) {
	.is-hidden {
		display: none;
	}

	.content h4:not([class]),
	.content h3:not([class]) {
		text-align: center;
		font-size: 22px;
	}

	.content h2:not(.main-title) {
		margin-right: 0;
		font-size: 24px;
		line-height: 29px;
	}

	.faq__question {
		border-bottom: 0;
	}

	.faq__question__visible-text {
		padding: 20px 20px 20px 10px;
	}

	.faq__question__visible-text h3 {
		font-size: 18px;
	}

	.faq-questions__wrapper {
		margin-bottom: 0;
	}

	.footer-navigation {
		justify-content: flex-start;
		margin-bottom: 0;
	}
/* 
	.footer-navigation li {
		margin-bottom: 20px;
		margin-right: 40px;

	} */
/* 
	.footer-navigation li:nth-child(4n+4) {
		margin-right: 0;
	} */

	.footer-navigation li a img {
		width: 53px;
	}

	.footer-bottom {
		margin: 24px 0 32px 0;
	}

	.img-18 {
		width: 22px;
	}

	.img-ssl-casino-min {
		width: 37px;
	}

	.img-gamcare {
		width: 31px;
	}

	.img-begambleaware {
		width: 77px;
	}

	.img-gamblingtherapy {
		width: 64px;
	}

	.footer-items__tel {
	margin: 32px 0 24px 0; 
	}

	.main-left {
		margin-top: -1px;
	}

	.aside-table-mobile {
		display: block;
		margin-bottom: 30px;
		width: 100%;
	}

	.best-offer {
		display: flex;
		flex-direction: column;
		width: 327px;
		align-items: center;
	}

	.offer-card:first-child {
		margin-top: 0;
	}

	.aside tr td:nth-child(even) {
		padding: 0;
		padding-right: 10px;
		width: 40%;
	}

	.slot-table td {
		padding: 6px 12px;
	}
}

.top-info {
	width: 100%;
	margin-bottom: 24px;
}

.top-info-text {
	display: flex;
	align-items: center;
}

.content h1.top-info__title {
	font-size: 40px;
	margin-bottom: 10px;
}

@media (max-width: 767px) {
	.content h1.top-info__title {
		font-size: 32px;
		text-align: left;
	}
}

.top-info-text__img {
	margin-right: 12px;
	width: 41px;
	height: 41px;
	background: #D9D9D9;
	border-radius: 50%;
}

.top-info-text__img img {
	border-radius: 50%;
	width: 41px;
	height: 41px;
	object-fit: cover;
	margin: 0;
}

.content .top-info-text__content p {
	color: #FFF;
	font-size: 16px;
	font-weight: 400;
	margin: 0 0 5px 0;
}

.content .top-info-text__content strong {
	font-size: 18px;
}

.top-info-text__name {}
.top-info-text__position {
	color: #506488;
	margin-left: 10px;
}

.unchor-list {
	padding-left: 20px;
	color: #F1B60E;
}

.content .unchor-list li {
	margin-bottom: 16px;
}

.content .unchor-list li a {
	color: #F1B60E;
	font-size: 16px;
	font-weight: 500;
}

.content .unchor-list li a:hover {
	text-decoration: underline;
}

.title.faq {
	width: 100%;
	margin: 32px 0 16px 0;
	color: #FFF;
	font-size: 28px;
	font-weight: 700;
}

.gallery-section h2 {
	margin: 32px 0 24px 0
}

.gallery-box {
	display: grid;
	gap: 20px;
}

@media (min-width: 850px) {
	.gallery-box {
		grid-template-columns: repeat(3, 1fr);
	}
}

@media (max-width: 850px) {
	.gallery-box {
		grid-template-columns: repeat(2, 1fr);
	}
}

@media (max-width: 600px) {
	.gallery-box {
		grid-template-columns: repeat(1, 1fr);
	}
}

.author-block {
	margin: 32px 0;
	display: flex;
	align-items: center;
	justify-content: space-between;
	padding: 32px;
	border-radius: 16px;
	border: 1px solid #333959;
	background: #04132E;
}

.author__avatar {
	min-width: 104px;
	width: 104px;
	min-height: 104px;
	height: 104px;
	background: #D9D9D9;
	margin-right: 30px;
	border-radius: 50%;
	overflow: hidden;
}

.author__avatar img {
	width: 100%;
	height: 100%;
	max-width: 100%;
	object-fit: cover;
}

.author__name {
	color: #FFF;
	font-size: 28px;
	font-weight: 700;
	margin-bottom: 8px;
}

.author__position {
	color: #506488;
	font-size: 16px;
	font-weight: 700;
	text-transform: uppercase;
	margin-bottom: 24px;
}

.author__text {
	color: #FFF;
	font-size: 16px;
	font-weight: 400;
	line-height: 24px;
}

.aside-table {
	border-radius: 16px 16px 0 0;
	border: 1px solid #333959;
	border-bottom: 0;
	background: #04132E;
	padding: 24px 16px 0 16px;
}

.aside-title {
	color: #FFF;
	font-size: 16px;
	font-weight: 700;
	margin-bottom: 16px;
}

.slot-table--alt {
	border-radius: 0 !important;
 }

.slot-table--alt tr td:first-child {
	width: auto;
}

.slot-table--alt tr td {
	padding: 4.5px 0 7px;
	font-size: 14px;
	font-weight: 400;
	border: 0;
}

.slot-table--alt tr {
	background: transparent;
	border-color: #333959;
}

.slot-table--alt tr td:first-child {
	color: #506488;
}

.popular-slots {
	margin-top: 24px;
}


.popular-slots h3 {
	color: #FFF;
	font-size: 16px;
	font-weight: 700;
	margin-bottom: 10px;
}

.popular-slots-box {
	display: grid;
	grid-template-columns: repeat(2, 1fr);
	gap: 5px;
}

.popular-slots__logo img {
	width: 115px;
	border-radius: 14px;
}

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

.second-menu {
	margin-right: 10px;
}

.second-menu li a {
	color: #E2E2E2;
	font-size: 16px;
	font-weight: 400;
}

@media (max-width: 767px) {
	.author-block {
		flex-direction: column;
		align-items: flex-start;
		justify-content: flex-start;
	}

	.author__avatar {
		width: 48px;
		min-width: 48px;
		height: 48px;
		min-height: 48px;
		margin: 0;
	}

	.gallery-section {
		width: 100%;
	}

	.gallery__link {
		width: 100%;
	}

	.gallery__link .bonus-card__logo {
		display: block;
		width: 100%;
	}

	.gallery__link .bonus-card__logo img {
		width: 100%;
	}

	.offer-box {
		max-width: 320px;
		margin: auto;
		border-radius: 16px;
		border: 1px solid #333959;
		background: #04132E;
		padding: 29px 16px 24px 16px;
		margin-top: 24px;
	}

	.popular-slots__logo img {
		width: 100%;
	}

	.popular-slots-box {
		gap: 10px;
	}

	.aside-table-mobile.before-footer {
		margin-bottom: 0;
	}
}

@media (min-width: 1100px) {
	#scroll-top-btn {
		display: none;
		position: fixed;
		width: 64px;
		height: 64px;
		bottom: 60px;
		right: 120px;
		background: url('data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iNjQiIGhlaWdodD0iNjQiIHZpZXdCb3g9IjAgMCA2NCA2NCIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPHJlY3QgeD0iMC41IiB5PSIwLjUiIHdpZHRoPSI2MyIgaGVpZ2h0PSI2MyIgcng9IjMxLjUiIGZpbGw9IiMyQjI4MjAiIHN0cm9rZT0iI0YxQjYwRSIvPgo8cGF0aCBkPSJNNDAuOTY1MSAzMS43MjJMMzIuNjI3NSAyMC4wNjgzQzMyLjU1MzEgMTkuOTY0MyAzMi40NTQ5IDE5Ljg3OTYgMzIuMzQxMiAxOS44MjExQzMyLjIyNzYgMTkuNzYyNiAzMi4xMDE2IDE5LjczMjEgMzEuOTczNyAxOS43MzE5SDMxLjk3MThDMzEuODQzNSAxOS43MzIyIDMxLjcxNzEgMTkuNzYzMSAzMS42MDMxIDE5LjgyMkMzMS40ODkxIDE5Ljg4MSAzMS4zOTA5IDE5Ljk2NjMgMzEuMzE2NSAyMC4wNzA4TDIzLjAzMjYgMzEuNzI0NkMyMi45NDcgMzEuODQ1MSAyMi44OTYyIDMxLjk4NjggMjIuODg1OSAzMi4xMzQzQzIyLjg3NTUgMzIuMjgxNyAyMi45MDYxIDMyLjQyOTIgMjIuOTc0MSAzMi41NjA0QzIzLjA0MTcgMzIuNjkxOCAyMy4xNDQzIDMyLjgwMiAyMy4yNzA1IDMyLjg3ODlDMjMuMzk2OCAzMi45NTU3IDIzLjU0MTggMzIuOTk2MiAyMy42ODk2IDMyLjk5NTlIMjcuNTg4MUwyNy41ODc4IDQzLjQ2MjhDMjcuNTg3OCA0My41Njg1IDI3LjYwODYgNDMuNjczMiAyNy42NDkgNDMuNzcwOUMyNy42ODk1IDQzLjg2ODYgMjcuNzQ4OCA0My45NTc0IDI3LjgyMzYgNDQuMDMyMUMyNy44OTgzIDQ0LjEwNjggMjcuOTg3MSA0NC4xNjYxIDI4LjA4NDggNDQuMjA2NUMyOC4xODI1IDQ0LjI0NjkgMjguMjg3MiA0NC4yNjc3IDI4LjM5MjkgNDQuMjY3NkwzNS42MDYxIDQ0LjI2NzNDMzUuNzExOCA0NC4yNjczIDM1LjgxNjYgNDQuMjQ2NSAzNS45MTQzIDQ0LjIwNjFDMzYuMDEyIDQ0LjE2NTYgMzYuMTAwOCA0NC4xMDYzIDM2LjE3NTYgNDQuMDMxNUMzNi4yNTAzIDQzLjk1NjcgMzYuMzA5NiA0My44Njc4IDM2LjM1MDEgNDMuNzcwMUMzNi4zOTA1IDQzLjY3MjQgMzYuNDExMyA0My41Njc2IDM2LjQxMTIgNDMuNDYxOVYzMi45OTYzSDQwLjMxMUM0MC42MTE4IDMyLjk5NjMgNDAuODg4IDMyLjgyNjcgNDEuMDI2OSAzMi41NTg4QzQxLjA5NDYgMzIuNDI3MiA0MS4xMjQ3IDMyLjI3OTQgNDEuMTEzOCAzMi4xMzE3QzQxLjEwMjkgMzEuOTg0MSA0MS4wNTE0IDMxLjg0MjMgNDAuOTY1MSAzMS43MjJaIiBmaWxsPSIjRjFCNjBFIi8+Cjwvc3ZnPgo=');
		border: 0;
		cursor: pointer;
		z-index: 2;
	}
}

.m-0 {
	margin: 0 !important;
}