@font-face {
	font-family: 'Roboto Slab';
	font-style: normal;
	font-weight: 400;
	font-display: swap;
	src: url(https://fonts.gstatic.com/s/robotoslab/v12/BngMUXZYTXPIvIBgJJSb6ufN5qWr4xCC.woff2) format("woff2");
	unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}

* {
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	padding: 0;
	margin: 0;
	font-family: 'PT Serif', serif;
}

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

main {
	background-color: #E3E3E7;
}

.main {
  overflow: hidden;
}

section {
	width: 100%;
}
 table a {
 	color:#B20000!important;
 	text-decoration: underline;
 }

.main-left {
	width: 100%;
	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;
	max-width: 851px;
}

.wrapper {
	width: 100%;
	max-width: 1173px;
	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: 'Roboto Slab', serif;
	width: 100%;
}

.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::before {
	bottom: -1px;
	right: -1px;
}

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

.main-btn::before {
	content: '';
	position: absolute;
	bottom: -6px;
	right: -6px;
	width: 100%;
	height: 100%;
	transition: all .3s ease;
}

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

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

.green-main-btn {
	background-color: #2AB03C;
}

.green-main-btn:hover {
	color: #2AB03C;
}

.green-main-btn::before {
	border: 1px solid #2AB03C;
}

.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 {
	font-size: 48px;
	color: #1D2730;
	font-weight: bold;
	width: 100%;
	line-height: 63px;
	margin-bottom: 20px;
}

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

aside {
	width: 271px;
	margin-left: 21px;
	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;
}

.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;
}

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

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

.rate-block {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-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: #B20000;
  text-decoration: underline;
}

.referral-link {
  color: #B20000;
  font-size: 20px;
  background: none;
  margin: 0;
  padding: 0;
  border: none;
  cursor: pointer;
}

.content p:not([class]),
.content ul:not([class]) {
	font-family: 'PT Serif', serif;
	font-size: 20px;
	color: #000000;
	line-height: 170%;
	width: 100%;
}

.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;
	justify-content: center;
	align-items: center;
	margin-right: 10px;
	flex-shrink: 0;
}

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

.content section {
	margin-bottom: 25px;
	display: flex;
	flex-direction: column;
	align-items: center;
}

.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%;
	display: flex;
	flex-direction: column;
	align-items: center;
	padding: 56px 37px 25px;
	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);
}

.content p:not(:last-child),
.content ul:not([class]) {
	margin-bottom: 25px;
}

.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]) {
	font-size: 26px;
	text-align: start;
	width: 100%;
	line-height: 170%;
	font-family: 'PT Serif', serif;
	font-weight: bold;
}

.content h2:not(.main-title) {
	font-size: 34px;
	margin-right: auto;
	margin-bottom: 35px;
}

.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;
}

.columns {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 0px 1fr;
  grid-template-columns: 1fr 1fr;
}

.item-card {
  margin-bottom: 37px;
  text-align: center;
}

.item-card img {
  height: 60px;
}

.columns .item-card h3 {
  font-size: 20px;
  line-height: 120%;
  text-align: center;
}

.columns--three {
  -ms-grid-columns: 1fr 75px 1fr 75px 1fr;
  grid-template-columns: 1fr 1fr 1fr;
  grid-column-gap: 75px;
}

.column .column__heading {
  padding: 12px;
  text-align: center;
}

.column .column__heading h3 {
  position: relative;
  display: inline;
  color: #fff;
  text-align: center;
}

.column .column__heading h3::before {
  position: absolute;
  top: 2px;
  left: -30px;
  width: 25px;
  height: 25px;  
  background-size: cover;
  content: "";
}

.column--pros .column__heading h3::before {
  background: url("../img/checkmark-pros.svg") no-repeat center;
}

.column--cons .column__heading h3::before {
  background: url("../img/cross-cons.svg") no-repeat center;
}

.column .column__text {
  height: 100%;
  padding: 25px 25px 0;
}

.column--pros .column__heading {
  background-color: #2AB03C;
}

.column--pros .column__text {
  background-color: rgba(42, 176, 60, 0.1);
}

.column--cons .column__heading {
  background-color: #CA1D1D;
}

.column--cons .column__text {
  background-color:rgba(202, 29, 29, 0.1);
}

.column .checked-list li {
  position: relative;
  margin-bottom: 15px;
  padding-left: 35px;
}

.column .checked-list li::before {
  position: absolute;
  top: 6px;
  left: 0;
  margin-right: 0;
}

.column--cons .checked-list li::before {
  background: url("../img/cons.svg") no-repeat center;
}

.heading-white {
  padding-top: 25px;
  background-color: #fff;
}

.table-top-wrap {
	width: 100%;
}

.table-top-wrap--pb {
	margin-bottom: 40px;
}

.table-top {
	width: 100%;
	border-collapse: collapse;
}

.text-pl {
	padding-left: 37px;
}

@media(max-width: 768px) {
	.text-pl {
		padding-left: 0;
	}
  .content h2:not(.main-title) {
    margin: 0 auto 35px;
    font-size: 28px;
    line-height: 103%;
    text-align: center;
  }
  .content p:not([class]) {
    text-align: center;
  }
  .heading-white {
    background-color: transparent;
  }
  .checked-list li::before {
    position: static;
    display: block;
    margin: 0 auto 10px;
  }

  .checked-list li {
    margin-bottom: 15px;
    text-align: center;
  }
}

@media(max-width: 992px) {
	.table-top-wrap {
		overflow-x: auto;
	}
	.table-top {
		width: 100%;
		min-width: 400px;
		overflow: hidden;
	}
}

.table-top__header {
	background-color: #1D2730;
}

.table-top__heading {
	color: #E3E3E6;
	padding: 20px 15px;
}

.table-top__row {
	border-top: 5px solid #fff;
}

.table-top__cell {
	padding: 15px;
	color: #000;
	font-size: 20px;
	text-align: center;
	background-color: #F4F4F6;
}

.table-top .table-top__cell a {
  color: #000;
}

.table-top__cell:first-child {
	width: 60px;
  max-width: 60px;
}

.table-top-wrap--fw .table-top__cell:last-child {
  width: 300px;
  max-width: 300px;
}

@media(max-width: 768px) {
	.table-top__heading {
		font-size: 14px;
	}
	.table-top__cell {
		font-size: 18px;
	}
}

.table-top__cell:first-child {
	color: #fff;
	background-color: #1D2730;
}

.table-top-wrap--no-rank .table-top__cell:first-child {
	width: auto;
  max-width: 100%;
	color: #000;
	background-color: #F4F4F6;
}

.table-top .green-main-btn {
	margin: 0 auto;
	width: 100px;
	height: 40px;
	font-size: 16px;
}

.table-top-wrap--mb {
	margin-bottom: 40px;
}

.table-top-wrap--poker {
  max-width: 555px;
}

.box-list {
  margin-bottom: 15px;
  width: 100%;
  list-style-type: none;
  border: 1px solid #D9D9D9;
  background: rgba(29, 39, 48, 0.09);
}

.box-list li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin: 0 -1px;
  padding: 15px;
  font-size: 20px;
  border: 1px solid #D9D9D9;
}

.box-list li:not(:last-child) {
  margin-bottom: 5px;
}

.box-list li:first-child {
  margin-top: -1px;
  background: rgba(29, 39, 48, 0.01);
}

.box-list li:nth-child(2) {
  background: rgba(29, 39, 48, 0.02);
}

.box-list li:nth-child(3) {
  background: rgba(29, 39, 48, 0.03);
}

.box-list li:nth-child(4) {
  background: rgba(29, 39, 48, 0.04);
}

.box-list li:nth-child(5) {
  background: rgba(29, 39, 48, 0.06);
}

.box-list li:nth-child(6) {
  margin-bottom: -1px;
  background: rgba(29, 39, 48, 0.08);
}

.box-list img {
  margin-right: 17px;
  width: 36px;
}

.text-item {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 60px 14px 1fr;
  grid-template-columns: 60px 1fr;
  grid-column-gap: 14px;
  margin-bottom: 35px;
}

.text-item img {
  margin-top: 10px;
}

.faqs p:not(:last-child){
  margin-bottom: 0;
}

.faqs h2:not(.main-title) {
  margin-bottom: 20px;
}

.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;
}

.referral-btn.main-btn {
	border: 0;
}

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

@media (max-width: 1050px) {
	aside {
		display: none;
	}
}

@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) {
	.main-title {
		font-size: 36px;
		text-align: center;
		line-height: 47px;
		word-break: break-word;
	}
	.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 {
		width: calc(100% + 30px);
		padding: 15px;
		background-color: transparent;
		-webkit-box-shadow: none;
		box-shadow: none;
	}
	.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;
	}
  .columns {
    display: block;
    margin-bottom: 15px;
  }

  .column .column__text {
    padding: 25px 20px;
  }

  .box-list {
    background: rgba(29, 39, 48, 0.01);
  }

  .box-list li {
    -webkit-box-orient:vertical;
    -webkit-box-direction:normal;
    -ms-flex-direction:column;
    flex-direction:column;    
  }

  .box-list li:nth-child(n) {
    background: rgba(29, 39, 48, 0.01);
  }

  .box-list img {
    margin-bottom: 10px;
  }

  .text-item {
    display: block;
    text-align: center;
  }

  .text-item .text-item__wrap h3 {
    text-align: center;
  }

  .table-top-wrap--poker {
    max-width: 100%;
  }

  .columns--three {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 1fr 20px 1fr;
    grid-template-columns: 1fr 1fr;
    grid-column-gap: 20px;
  }

  .content {
    margin-bottom: 0;
  }

  .item-card {
    margin-bottom: 44px;
  }

  .content .faqs h2 {
    text-align: center;
  }

  .faqs p {
    text-align: center;
  }

  .content .faqs h3 {
    text-align: center;
  }

  .faqs h3>span {
    display: block;
    text-align: center;
  }

  .content .faqs h3{
    text-align: center;
  }
}

.cookie-popup {
	max-width: 725px;
	width: 100%;
	position: fixed;
	z-index: 100;
	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: flex;
	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 {
		flex-direction: column;
		max-width: 355px;
		padding: 45px 20px 35px;
	}
	.cookie-popup .lazy-image {
		position: absolute;
		left: 20px;
		top: 20px;
	}
	.cookie-popup .cookie-title {
		text-align: center;
		margin-bottom: 45px;
	}
	.cookie-popup .cookie-btns {
		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: flex;
	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;
	align-items: 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: flex;
}

.casino-popup .casino-popup__casino-card {
	width: 270px;
	display: flex;
	flex-direction: column;
	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: flex;
	align-items: 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: flex;
	flex-direction: column;
	align-items: center;
}

.casino-popup .casino-card__text {
	display: flex;
	flex-direction: column;
	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: 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 {
		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;
	}
}

.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: flex;
	flex-wrap: wrap;
	justify-content: 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;
	}
}

header {
	min-height: 65px;
	background-color: #ffffff;
	position: fixed;
	top: 0;
	left: 0;
	-webkit-transition: all .3s ease;
	-o-transition: all .3s ease;
	transition: all .3s ease;
	width: 100%;
	display: -webkit-box;
	display: -ms-flexbox;
	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: 1440px;
	padding: 0 45px 0 30px;
	-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: 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;
}

.logo img {
	width: 237px;
	height: 38px;
}

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;
	}
	.logo img {
		width: 207px;
		height: 20.83px;
	}
	.burger,
	#checkbox-burger {
		display: block;
	}
	.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 0 38px;
	width: 100%;
	position: relative;
}

footer .wrapper {
	max-width: 950px;
	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.visible::before {
	background-image: url("../img/footer-bg.png");
}

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

.footer-logo {
	width: 246px;
	height: 25px;
}

.footer-navigation {
	list-style: none;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	width: 100%;
	color: #ffffff;
	text-transform: uppercase;
	font-size: 14px;
	font-weight: 900;
	padding-top: 70px;
	border-bottom: 1px solid #E4E4E4;
	margin-bottom: 50px;
}

.footer-navigation li a {
	margin: 12px 0;
	display: inline-block;
}

.footer-navigation li a:hover {
	color: #FE0000;
}

.footer-navigation li a {
	margin-right: 50px;
}

.footer-navigation li:last-child a:last-child {
	margin-right: 0;
}

footer .title {
	color: #2AB03C;
	font-weight: normal;
	font-size: 24px;
	margin-bottom: 40px;
}

.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: 25px;
}

.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;
	font-weight: bold;
	color: #ffffff;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}

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

.footer-disclaimer {
	font-size: 12px;
	color: #A9A9A9;
	letter-spacing: 0.04em;
	margin-bottom: 10px;
}

.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-size: 12px;
	color: #A9A9A9;
	width: 100%;
}

.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;
	}
	.footer-navigation li {
		text-align: 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: start;
		-ms-flex-align: start;
		align-items: flex-start;
	}
	.footer-navigation li {
		margin: 0 25px;
	}
	.footer-navigation li a {
		margin-right: 0;
	}
	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;
	}
	.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;
	}
}

.all-games__wrapper {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	width: 100%;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	margin-bottom: 15px;
}

.main-block {
	padding-top: 43px;
}

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

.game-card {
	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;
	-webkit-box-shadow: 2px 5px 25px rgba(0, 0, 0, 0.2);
	box-shadow: 2px 5px 25px rgba(0, 0, 0, 0.2);
	background-color: #ffffff;
	margin: 10px 0;
	width: 32%;
	max-width: 271px;
}

.game-card picture,
.game-card img {
	width: 100%;
	height: 190px;
	-o-object-fit: contain;
	object-fit: contain;
}

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

.game-card__bottom {
	width: 100%;
	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: 25px 15px;
}

.game-card__name {
	height: 50px;
	text-align: center;
	font-size: 28px;
	line-height: 120%;
	margin-bottom: 15px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}

.rate-block {
	margin-bottom: 15px;
}

.main-left,
aside {
	margin-bottom: 80px;
}

@media (max-width: 768px) {
	.all-games__wrapper {
		-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;
	}
	.game-card {
		width: 100%;
	}
}

.slot-cards__wrapper {
	width: calc(100% + 20px);
	margin: 0 -10px;
	display: flex;
	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: flex;
}

.slot-card__picture {
	width: 100%;
	height: 100%;
	display: flex;
}

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

.slot-card__hover {
	display: flex;
	justify-content: 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: flex;
		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;
	}
}

.top-title {
	font-size: 48px;
	text-align: center;
	color: #ffffff;
	font-weight: bold;
	z-index: 2;
	position: relative;
}

.main-header {
	position: relative;
	padding: 270px 15px 205px;
	margin-top: 64px;
}

.main-header--small {
	padding: 40px 15px 50px;
}

.main-header--mit-hoher {
	padding: 65px 15px 80px;
}

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

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

.about-bonuses__item {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	padding: 20px;
	flex-direction: column;
	background-color: #1D2730;
	-webkit-box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
	box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
	width: 100%;
	margin-bottom: 20px;
}

.about-bonuses__item .about-bonuses__top {
	display: flex;
	align-items: center;
	justify-content: space-between;
	width: 100%;
	border-bottom: 1px solid #C4C4C4;
	padding-bottom: 20px;
	margin-bottom: 10px;
}

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

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

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

.about-bonuses__item .casino-logo {
	background-color: #FFFFFF;
}

.about-bonuses__info-column {
	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: 0 10px;
	font-size: 16px;
	color: #CECECE;
}

.about-bonuses__info-column img {
	height: 25px;
	width: auto;
	margin-bottom: 5px;
}

.about-bonuses__info-column strong {
	color: #FFC24D;
	font-size: 24px;
	font-weight: bold;
	margin-top: 15px;
	white-space: nowrap;
}

.about-bonuses__links {
	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;
}

.about-bonuses__links .green-main-btn {
	width: 130px;
	height: 40px;
	font-size: 16px;
}

.about-bonuses__review-link {
	color: #ffffff;
	margin-bottom: 20px;
	text-decoration: underline;
}

.about-bonuses__info-column 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;
}

.about-bonuses__item .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;
}

.casinos-review-section {
	width: calc(100% + 50px);
}

.casino-info {
	display: flex;
	width: 100%;
	margin-bottom: 35px;
}

.casino-info__col {
	width: 50%;
	display: flex;
	flex-direction: column;
	color: #ffffff;
}

.casino-info__col:nth-child(1) {
	background: #2E3841;
}

.casino-info__col:nth-child(2) {
	background: #1D2730;
}

.casino-info__col-header {
	width: 100%;
	padding: 15px;
	display: flex;
	text-align: center;
	justify-content: center;
	align-items: center;
	font-size: 24px;
	font-weight: bold;
}

.casino-info__col:nth-child(1) .casino-info__col-header {
	background-color: #2AB03C;
}

.casino-info__col:nth-child(2) .casino-info__col-header {
	background-color: #219653;
}

.casimo-info__col-list {
	list-style: none;
	font-size: 20px;
	padding: 20px;
}

.casimo-info__col-list li {
	display: flex;
	margin-bottom: 15px;
}

.casimo-info__col-list .check {
	width: 23px;
	height: 17px;
	background-image: url("../img/game-card-check.svg");
	background-repeat: no-repeat;
	background-position: center;
	background-size: 100%;
	flex-shrink: 0;
	margin-top: 5px;
	margin-right: 20px;
}

.casimo-info__col-list .cross {
	width: 23px;
	height: 17px;
	flex-shrink: 0;
	background-image: url("../img/cross-red.svg");
	background-repeat: no-repeat;
	background-position: center;
	background-size: 17px 17px;
	margin-top: 5px;
	margin-right: 20px;
}

/* .bonus-card {
	width: calc(100% + 30px);
	display: flex;
	align-items: center;
	background: #1D2730;
	box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
	padding: 20px;
} */

.bonus-card__pic {
	display: flex;
	justify-content: center;
	align-items: center;
	width: 170px;
	height: 104px;
	flex-shrink: 0;
	border: 1px solid #BDBDBD;
	background-color: #ffffff;
	margin-right: 30px;
}

.bonus-card__pic img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.bonus-card__center {
	margin-right: 20px;
}

.bonus-card__text {
	color: #CECECE;
	font-size: 16px;
}

.bonuses__bonus {
	margin-bottom: 10px !important;
	font-size: 18px;
	color: #CECECE;
	font-weight: bold;
	display: flex;
	flex-wrap: wrap;
}

.bonuses__bonus strong {
	font-size: 24px;
	color: #FFC24D;
}

.bonus-card .main-btn {
	width: 140px;
	flex-shrink: 0;
}

.custom-list {
	counter-reset: custom-list;
	list-style: none;
	width: calc(100% + 30px);
}

.custom-list li {
	position: relative;
	counter-increment: custom-list;
	padding: 30px 25px 44px 74px;
	background: linear-gradient(135deg, #F1F1F1 0% 6%, #ffffff 6% 90%, #F1F1F1 90% 100%);
	border: 1px solid #ACACAC;
	margin-bottom: 20px;
	line-height: 170%;
	font-size: 20px;
}

.custom-list li::before {
	position: absolute;
	top: 20px;
	left: 10px;
	content: counter(custom-list);
	width: 45px;
	height: 45px;
	display: flex;
	justify-content: center;
	align-items: center;
	font-size: 24px;
	font-weight: bold;
	color: #ffffff;
	background: #2AB03C;
	border-radius: 50%;
}

.games-list {
	list-style: none;
	font-size: 20px;
	line-height: 170%;
}

.games-list li {
	margin-bottom: 25px;
}

.hover-img-link {
	position: relative;
	display: flex;
	width: 100%;
	max-width: 340px;
	height: 200px;
	cursor: pointer;
}

.hover-img__pic {
	display: flex;
	width: 100%;
	height: 100%;
}

.hover-img__pic img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.hover-img__hidden {
	height: 0;
	overflow: hidden;
	position: absolute;
	width: 100%;
	transition: height .2s ease;
	bottom: 0;
	left: 0;
	display: flex;
	align-items: center;
	justify-content: center;
	background-color: rgba(0, 0, 0, 0.5);
}

.hover-img-link:hover .hover-img__hidden {
	height: 200px;
}

@media (max-width: 768px) {
	.main-header {
		padding: 155px 15px 85px;
	}
  .main-header--schnelle-casinos {
    padding: 35px 15px 35px;
  }
  .main-header--mit-hoher {
    padding: 50px 15px;
  }
	.about-bonuses__item {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column;
	}
	.about-bonuses__item .about-bonuses__top {
		flex-direction: column;
	}
	.about-bonuses__item .casino-logo {
		margin-bottom: 30px;
	}
	.about-bonuses__info-column {
		-webkit-box-orient: horizontal;
		-webkit-box-direction: normal;
		-ms-flex-direction: row;
		flex-direction: row;
		-webkit-box-align: center;
		-ms-flex-align: center;
		align-items: center;
		max-width: 348px;
		width: 100%;
		margin-bottom: 15px;
		padding: 0;
	}
	.about-bonuses__info-column strong {
		margin-top: 0;
	}
	.about-bonuses__info-column img {
		margin-bottom: 0;
		margin-right: 20px;
		width: 35px;
		-o-object-fit: contain;
		object-fit: contain;
	}
	.about-bonuses__info-column div {
		width: 65%;
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-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;
		-ms-flex-negative: 0;
		flex-shrink: 0;
	}
	.top-title {
		font-size: 36px;
	}
	.casinos-review-section {
		width: calc(100% + 30px);
		align-items: center;
		margin-left: 0;
	}
	.casino-info {
		flex-direction: column;
		align-items: center;
		margin-bottom: 15px;
	}
	.casino-info__col {
		width: 100%;
		max-width: 375px;
		margin-bottom: 20px;
	}
	.bonus-card {
		width: 100%;
		max-width: 350px;
		flex-direction: column;
	}
	.bonus-card__pic {
		margin-right: 0;
		margin-bottom: 15px;
	}
	.bonuses__bonus {
		flex-direction: column;
		align-items: center;
		text-align: center;
	}
	.bonus-card__center {
		margin-right: 0;
		margin-bottom: 20px;
	}
	.custom-list {
		width: 100%;
	}
	.custom-list li {
		padding: 80px 20px 45px;
	}
	.hover-img-link {
		flex-direction: column;
		align-items: center;
		cursor: unset;
		height: auto;
	}
	.hover-img__hidden {
		height: auto;
		position: static;
		background: none;
		overflow: unset;
		margin-top: 20px;
	}
	.hover-img-link:hover .hover-img__hidden {
		height: auto;
	}

  .main-left {
    margin-bottom: 50px;
  }
}

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

.aside-casino-card .casino-review__top {
	flex-direction: column;
	padding: 20px 10px;
}

.aside-casino-card .casino-review__center-top {
	flex-direction: column;
	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 {
	flex-direction: column;
	align-items: center;
	color: #ffffff;
}

.aside-casino-card .center-bottom__column {
	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: flex;
	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;
}

.legal-casinos-content .main-header {
	padding: 40px 15px 60px 15px;
}

.legal-casinos-table {
	border-collapse: collapse;
}

.legal-casinos-table tr td {
	padding: 15px;
	background: rgba(29, 39, 48, 0.01);
	border: 1px solid #D9D9D9;
}

.legal-casinos-table tr td:first-child {
	min-width: 150px;
	vertical-align: top;
	background: #F4F4F6;
}

.legale-online-slots {
	width: 100%;
	display: grid;
	grid-template-columns: repeat(auto-fill, minmax(200px, 1fr));
	column-gap: 10px;
	row-gap: 1em;
}

.legale-online-slots__link {
	display: flex;
	align-items: flex-end;
	position: relative;
	min-width: 200px;
	height: 200px;
}

.legale-online-slots__link:hover .legale-online-slots__text:before {
	right: -25px;
}

.legale-online-slots__text {
	position: relative;
	margin: 15px;
	font-size: 20px;
	color: #fff;
}

.legale-online-slots__text:before {
	content: '';
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	right: -15px;
	width: 7px;
	height: 12px;
	background: url("../img/arrow-white.svg");
	background-size: cover;
	background-position: no-repeat;
	transition: 0.3s;
}

.legale-online-slots__img {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.pay-methods {
	width: 100%;
	display: grid;
	grid-template-columns: repeat(auto-fill, minmax(150px, 1fr));
	column-gap: 10px;
	row-gap: 1em;
	margin: 40px 0;
}

.pay-methods-link {
	text-align: center;
}

.pay-methods-link p {
	font-weight: bold;
	font-size: 20px;
	line-height: 120%;
	color: #000;
}


.comparison-legal-table-box {
  width: 100%;
}

.comparison-legal-table {
  width: 100%;
  border-collapse: collapse;
  text-align: center;
}

.comparison-legal-table th {
  text-align: center;
  background: #1D2730;
  padding: 15px 3px;
  border-bottom: 5px solid #fff;
}

.comparison-legal-table-box .comparison-legal-table th p {
  color: #bbbdc1;
	font-size: 16px;
	line-height: 170%;
}

.comparison-legal-table th:first-child {
  width: 50px;
  padding: 15px 5px;
}

.comparison-legal-table td {
  border-bottom: 5px solid #fff;
  background: #F4F4F6;
  padding: 15px;
}

.comparison-legal-table .referral-btn.main-btn {
  margin: auto;
}

.comparison-legal-table td:first-child {
  background:#1D2730;
  text-align: center;
}

.comparison-legal-table td:first-child p {
	color: #fff;
}

@media (max-width: 767px) {
  .comparison-legal-table {
    width: 700px;
  }
  .comparison-legal-table-box {
    overflow-y: scroll;
  }
  
  .types-slots {
    flex-direction: column;
  }
}


.breadcrumbs {
	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;
}

.live-roulette-content {
	padding-top: 40px;
}

.live-roulette-content .main-title {
	font-size: 36px;
	line-height: 43px;
}


.live-roulette-content .main-left .content {
	padding: 25px;
}

.live-roulette-content  .content h2:not(.main-title) {
	font-size: 28px;
	line-height: 37px;
	color: #000000;
	margin: 15px auto;
}

.live-roulette-content .legale-online-slots {
	grid-template-columns: repeat(auto-fill, minmax(190px, 1fr));
}

.live-roulette-content .legale-online-slots .legale-online-slots__link {
	min-width: 193px;
	min-height: 193px;
}

.bonus-cards__wrapper {
	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;
	grid-column-gap: 20px;
	grid-row-gap: 20px;
	margin-bottom: 50px;
}

.bonus-cards__wrapper .bonus-card {
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	width: 31.33%;
	background-color: #1D2730;
	box-shadow: 2px 5px 25px rgba(0, 0, 0, 0.2);
}

.bonus-cards__wrapper .bonus-card .red-main-btn {
	margin-top: 18px;
	font-size: 16px;
	background-color: #FF3163;
	width: calc(100% - 5px);
	height: 40px;
	flex-shrink: 0;
}

.bonus-cards__wrapper .bonus-card .referral-btn {
	border: none;
	cursor: pointer;
}

.bonus-cards__wrapper .bonus-card .red-main-btn:hover {
	background-color: #ffffff;
	color: #FF3163;
}

.bonus-cards__wrapper .bonus-card .red-main-btn::before {
	border: 1px solid #FF3163;
}

.bonus-cards__wrapper .bonus-card__logo {
	height: 120px;
	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;
	background-color: #000000;
}

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

.bonus-cards__wrapper .bonus-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-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	width: 100%;
	height: calc(100% - 120px);
	padding: 30px 30px 45px;
	background-color: #fff;
	border: 1px solid #000000;
}

.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: #000;
	font-size: 26px;
	font-weight: 700;
	text-align: center;
}

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

.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: 18px;
	margin-bottom: 0 !important;
}

.bonus-cards__wrapper .bonus-card__bonus-info span:first-child {
	color: #000;
	font-size: 16px;
	text-align: center;
	margin-bottom: 5px;
}

.bonus-cards__wrapper .bonus-card__bonus-info span:last-child {
	color: #000;
	font-size: 20px;
	font-weight: 700;
	text-align: center;
}

.live-roulette-base-table-box {
  width: 100%;
}

.live-roulette-base-table {
  width: 100%;
  border-collapse: collapse;
  text-align: center;
}

.live-roulette-base-table th {
  font-size: 20px;
  line-height: 130%;
  text-align: center;
  color: #bbbdc1;
  background: #1D2730;
  padding: 15px;
  border-bottom: 5px solid #fff;
}

.live-roulette-base-table th:first-child {
  width: 50px;
  padding: 15px 5px;
}

.live-roulette-base-table td {
  border-bottom: 5px solid #fff;
  background: #F4F4F6;
  padding: 15px;
	font-size: 20px;
}

.live-roulette-base-table .referral-btn.main-btn {
  margin: auto;
}

.comparison-box {
	display: flex;
}

.comparison-box .comparison__item .comparison__title {
	margin-bottom: 0;
}

.comparison-box ul {
	margin: 0;
	padding: 15px 25px;
	list-style: none;
}

.comparison__item {
	width: 50%;
	flex-grow: 1;
}

.pros-block {
	background: #eaf7eb
}

.pros-block__title {
	background: #2AB03C;
}

.cons-block {
	background: #fae8e8;
}

.cons-block__title {
	background: #CA1D1D;
}

.comparison__title {
	display: flex;
	justify-content: center;
	padding: 15px;
	color: #fff;
	font-size: 24px;
	line-height: 170%;
}

.comparison__title img {
	margin-right: 5px;
}

.comparison__list li {
	display: flex;
	color: #000;
	font-size: 20px;
	line-height: 28px;
	margin-bottom: 15px;
}

.comparison__list li:before {
	content: '';
	min-width: 24px;
	width: 24px;
	height: 24px;
	margin-right: 10px;
	background-size: cover;
	background-repeat: no-repeat;
}

.cons-block__list li:before {
	background-image: url('../img/cons-color.svg');
}


.pros-block__list li:before {
	background-image: url('../img/pros-color.svg');
}

.text-left {
	text-align: left;
	margin-left: 0 !important;
}
.stepper-list {
  counter-reset: myCounter;
}

.stepper-list li {
	position: relative;
	margin-bottom: 3px;
	padding: 5px 0 20px 50px;
	list-style: none;
	font-size: 20px;
	line-height: 130%;
	color: #000000;
}

.stepper-list li:last-child:before {
	content: '';
	background-image: url('../img/stepper-after.svg');
	background-size: cover;
	background-repeat: no-repeat;
}

.stepper-list li:last-child:after {
	display: none;
}

.stepper-list li:before {
	counter-increment: myCounter;
	content: counter(myCounter);
	position: absolute;
	top: 0;
	left: 0;
	min-width: 38px;
	width: 38px;
	height: 38px;
	display: inline-block;
	margin-right: 20px;
	text-align: center;
	line-height: 37px;
	color: #fff;
	background:#1D2730;
	border-radius: 50%;
	z-index: 1;
}

.stepper-list li:after {
	content: "";
	position: absolute;
	top: 40px;
	left: 17px;
	width: 3px;
	height: calc(100% - 40px);
	background: #192965;
}

.tips-tricks-list {
	width: 100%;
}

.tips-tricks-list li {
	display: flex;
	margin-bottom: 10px;
	padding: 10px;
	font-size: 20px;
	line-height: 130%;
	color: #000000;
	background: rgba(29, 39, 48, 0.01);
	border: 1px solid #D9D9D9;
}


.tips-tricks-list li:before {
	content: '';
	min-width: 65px;
	min-height: 65px;
	margin: -11px 20px -11px -11px;
	background-image: url('../img/tips-img.svg');
	background-size: contain;
	background-position: top center;
	background-repeat: no-repeat;
	background-color: #2AB03C;
}

@media (max-width: 767px) {
  .live-roulette-base-table {
    width: 800px;
  }
  .live-roulette-base-table-box {
    overflow-y: scroll;
  }

	.comparison-box {
		flex-direction: column;
	}

	.comparison__item {
		width: 100%;
	}

	.bonus-cards__wrapper {
		width: 100%;
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-align: center;
		-ms-flex-align: center;
		align-items: center;
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column;
	}
	.bonus-cards__wrapper .bonus-card {
		-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%;
		max-width: 317px;
		margin-bottom: 20px;
	}
	.bonus-cards__wrapper .bonus-card .red-main-btn {
		margin-left: 0;
	}
	.bonus-cards__wrapper .bonus-card__bonus-info {
		-webkit-box-align: center;
		-ms-flex-align: center;
		align-items: center;
		margin: 10px 0;
	}
	.bonus-cards__wrapper .bonus-card__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;
	}
}