html, body {
  height: 100%;
  overflow-y: auto;
  -webkit-overflow-scrolling: touch;
}

.main {
  min-height: 100vh !important;
  padding-bottom: env(safe-area-inset-bottom) !important;
}

.navigation .all-pages-title {
	background-color: #1a2c38 !important;
}

.navigation .content-block, 
.catalogs-title-block .content-block {
	margin-left: 0px !important;
	margin-right: 0px !important;
}

.navigation .logo-block {
	height: 20px;
}

.logo-block {
	height: 60px;
	position: relative;
	display: flex;
	align-items: center;
}

.logo-img {

}

.logo-img > img {
	height: 35px;
}

.logo-text {
	font-weight: 700;
	font-size: 32px;
	color: #fff;
}

.all-pages-title {
    background: #213743;
    margin:0px;
    position: relative;
}

.all-pages-title > .wrapper {
  background-repeat: no-repeat;
  background-position: right 20px top;
  background-size: auto 100%;
}

.sidebar {
	text-align: left !important;
	display: block;
	min-width: 250px;
}

.see-all {
	background-color: #0f212e;
	border-radius: 10px;
}

.sidebar.minimized {
	width: 75px !important;
	min-width: 75px !important;
}


.sidebar .header {
	display: none;
}

.main-content-block {
	text-align: left !important;
	padding: 40px 60px !important;
}

#main-content {
	min-height: 70vh;
}

.text-bold {
	font-weight: bold !important;
}

.elem-card-wrapper {
	margin-left: 5px;
}

.content-block {
	padding-bottom: 20px;
	line-height: 1.7;
	color: var(--grey-200);
}

.content-block > *:first-child {
	margin-top: 0px;
}


.content-block ul li {
	list-style: inside;
	margin-left: 10px;
}

.content-block a {
	text-decoration: underline;
}

.content-block i {
	font-style: italic !important;
}

.content-block b {
	font-weight: bold !important;
}

.content-block p, .content-block ul, .content-block table {
	margin-bottom: 10px;
}

.content-block table td, .content-block table th {
	text-align: left;
}
/*
.content-block table td:last-child, .content-block table th:last-child {
	text-align: right; !important;
}*/

.content-block img {
	width: auto;
	max-width: 100%;
	height: auto;
	margin: 10px auto;
}

.content-block h1 {
	color: #fff;
	font-weight: bold;
	font-size: 25px;
	margin-top: 20px;
	margin-bottom: 5px;
}

.content-block h2 {
	color: #fff;
	font-weight: bold;
	font-size: 20px;
	margin-top: 20px;
	margin-bottom: 5px;
}

.content-block h3 {
	color: #fff;
	font-weight: bold;
	font-size: 18px;
	margin-top: 15px;
	margin-bottom: 5px;
}

.title-wrap {
	font-size: 20px;
	margin-bottom: 20px;
}

.mt-40 {
	display: block;
	margin-top: 40px !important;
}

.mb-10 {
	margin-top: 10px;
}

.iframe-block {
	padding:2px;
	text-align: center;
	width: 100%;
}

.iframe-block .iframe-header {
	font-size: 18px;
	font-weight: bold;
	padding: 11px;
}

.iframe-block .iframe-header h1 {
	font-size: 18px !important;
}

.iframe-block .iframe-header span {
	font-weight: normal !important;
	color: #888;
}

.iframe-block .iframe-wrapper {
	height: 700px;
	width: 100%;
  position: relative;
  overflow: hidden;
}

.iframe-block .iframe-wrapper .iframe-bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-size: cover;
  background-position: center;
  filter: blur(20px);  
  transform: scale(1.1);
  z-index: 1;
}

.iframe-block .iframe-wrapper .iframe-content {
  position: relative;
  z-index: 2;

  display: flex;               
  justify-content: center;     
  align-items: center;         
  height: 100%;  
  width: 100%;              

}

.play-game-btn {
	margin:auto;
	background-color: #1475e1;
	padding: 10px 30px;
	border-radius: 5px;
	font-weight: bold;
}

.play-game-btn:hover {
	background-color: #0B64C4;
}

.iframe-block .iframe-wrapper .iframe-content iframe {
	width: 100%;
	height: 100%;
}

.iframe-block h2 {
	font-size: 16px !important;
}

.iframe-block h2 a {
	font-size: 16px;
	font-weight: normal;
	color:#888;
}

.iframe-block .iframe-footer {
	height: 40px;
}

.secondary-accordion.rounded {
	border-radius: 10px;
}

.accor-q {
	font-weight: bold;
}

.opened .accor-q {
	border-bottom-left-radius: 0px !important;
	border-bottom-right-radius: 0px !important;
}

.accor-ans {
	display: none !important;
	border-top-left-radius: 0px !important;
	border-top-right-radius: 0px !important;
}

.opened .accor-ans {
	display: block !important;
}

.table-responsive {
  display: block;
  width: 100%;
  max-width: 100%;
  overflow-x: auto;
  overflow-y: hidden;
  -webkit-overflow-scrolling: touch;
}

.table-responsive > table {
	min-width: 100%;
}

.table-responsive th,
.table-responsive td {
	white-space: break-spaces;
	word-break: break-word;
}


.intro-block {
	margin-bottom: 40px;
}

.intro-title {
	font-size: 20px;
	font-weight: bold;
	color: #fff;
	margin-bottom: 20px;
}



.menu-button {
	padding:15px;
}

.sidebar-menu-button {
	display: flex;
	padding: 10px 15px;
	width: 100%;
	border-radius: 5px;
	font-size: 18px;
	font-family: proxima-nova, sans-serif;
	color: #eee;
	position: relative;
}

.sidebar-menu-button > span {
	padding-left: 30px;
	font-weight: 600 !important;
}

.sidebar-menu-button:hover, .sidebar-menu-button.active {
	background-color: #2f4553;
}

.sidebar-menu-button .svg-icon {
	position: absolute;
	top: 15px;
	width: 20px;
	height: 20px;
}

.sidebar-menu-button.sub-menu {
	margin-left: 20px;
	max-width: calc(100% - 20px);
	border-radius: 0px;
	border-left: 2px solid #2f4553;
	font-size: 16px;
}

.sidebar-menu-button.sub-menu > span {
	padding-left: 10px !important;
}




.menu-mob {
	position: fixed !important;
	bottom: 0;
	left: 0;
	width: 100vw;
	z-index: 9999;
	justify-content: space-around; 
	padding: 15px;
	display: none;
}

.menu-mob > .button-wrap {
	display: inline-block;
}

.menu-mob .mobile-icon-style {
	margin-bottom: 5px;
}

.menu-mob > .button-wrap {
	width: 25%;
}

.menu-mob .button-wrap .mobile-icon-style > img {
	width: 30px;
	height: 30px;
}



.foot-menu-title {
	color:#fff;
	font-size: 16px;
	font-weight: bold;
	margin-top: 5px;
	margin-bottom: 15px;
}

.foot-menu-sub {
	color:#b1bad3;
	font-size: 14px;
	font-weight: bold;
	line-height: 1.4;
}

.foot-menu-sub:hover {
	color:#fff;
}



.footer-images {
	width: 100%;
	display: flex;
	justify-content: center;
	margin-top: 25px;
}

.footer-images > a {
	margin:0px 15px;
}

.footer-images > a > img {
	max-height: 25px;
	width: auto;
}

.footer-images > a > img.hand {
	max-height: 40px;
	position: relative;
	top:-10px;
}




.footer-info {
	font-size: 14px;
}



.footer-grid.cs-43 {
    display: grid;
    grid-template-columns: 1fr 1fr 2fr 2fr !important;
}

.footer-elements {
	flex-direction: column !important;
	flex-wrap: wrap !important;
  height: calc(2em * 9) !important;  /* ограничение на высоту = 8 элементов */
  gap: 0.01em !important;             /* отступы между элементами */	
}

.footer-elements > li {
  flex: 0 0 2em !important; /* фиксированная высота элемента */
}


.items-center {
	text-align: center;
	justify-content: space-around; 
}

.cards-wrapper {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}

.card-menu {
	padding:15px;
	flex: 0 1 25%;
	position: sticky;
	top: 30px;
	height: auto;

  min-width: 0;  /* сбрасываем минимальную ширину, иначе контент может "тянуть" блок */
  overflow: hidden; /* обрезаем лишнее */
  text-overflow: ellipsis; 

}

.attr-table {
	width: 100%;
}

.attr-table th {
	font-weight: normal;
	text-align: left;
	padding-bottom: 10px;
	height: 33px;
	vertical-align: top;
}

.attr-table td {
	font-weight: normal;
	text-align: right;
	padding-bottom: 10px;
	height: 33px;
	vertical-align: top;
}

.attr-has {
	width: 16px;
	height: 16px;
	border-radius: 8px;
	display: inline-block;
}

.attr-has::before{
  content: "";
  display: inline-block;
  position: relative;
}

.attr-has-1 {
	background-color: #1475e1;
}

.attr-has.attr-has-1::before{
  content: url('/img/check.svg');
  top:-1px;
  left:-2px;
}

.attr-has-0, .attr-has- {
	background-color: gray;
}

.attr-has.attr-has-0::before, .attr-has.attr-has-::before {
  content: "\2715";
  font-size: 11px;
  font-weight: bold;
  top:-2px;
  left:-4px;
}

.card-content {
	flex: 0 1 73%;
  min-width: 0;  /* сбрасываем минимальную ширину, иначе контент может "тянуть" блок */
  overflow: hidden; /* обрезаем лишнее */
  text-overflow: ellipsis; 

}

.card-content > .card {
	padding:15px;
}

.thumbnail-wrapper img {
	margin: 0px auto 20px auto;
	border-radius: 5px;
}

.navigation {
	-webkit-box-shadow: 0px 8px 4px 1px rgba(34, 60, 80, 0.2);
	-moz-box-shadow: 0px 8px 4px 1px rgba(34, 60, 80, 0.2);
	box-shadow: 0px 8px 4px 1px rgba(34, 60, 80, 0.2);
	z-index: 2 !important;
}

.catalogs-title-block {
	height: auto;
	padding-top: 20px !important;
	padding-bottom: 20px !important;
}

.catalogs-title-block .content-block {
	max-width: 85%;
	margin-left: 10px;
}

.catalogs-title-block .svelte-wqnjon {
	flex-direction: row;
	justify-content: flex-start;
}

.more {
	width: 100%;
	text-align: center;
	margin-top:50px !important;
}

.more > p {
	margin: 20px 0px;
}

.percentage {
	display: block;
	width: 200px;
	height: 2px;
	background-color: #2f4553;
	margin: auto;
	text-align: left;
}

.percentage-bar {
	display: block;
	background-color: #1475e1;
	height: 2px;
}

.gray-btn {
	background-color: #2f4553;
	padding:10px;
	color: #fff;
	border-radius: 5px;
	width: 200px;
	font-weight: bold;
	font-family: proxima-nova, ui-sans-serif, -apple-system, system-ui, sans-serif;

-webkit-box-shadow: 0px 3px 4px 3px rgba(34, 60, 80, 0.2);
-moz-box-shadow: 0px 3px 4px 3px rgba(34, 60, 80, 0.2);
box-shadow: 0px 3px 4px 3px rgba(34, 60, 80, 0.2);

}

.gray-btn:hover {
	background-color: #557086;
}


.menu-mob {
	display: none;
}

#scrollable {
	padding-bottom: 0px;
}

.card-list {
   	grid-template-columns: repeat(8, 1fr); 
   	gap: 20px 10px;
}

.recos-grid {
	grid-auto-columns: 12.50%; 
	margin-left: -5.5px; 
	margin-right: -5.5px;
}

.ctainer {
	padding: 0px 20px;
}

.img-wrap img {
	border-radius: 10px;
}




.one-prov-elem {
	background: none !important;
}

.one-elem center, .game-card-wrap center {
	margin-top: 5px;
	color: #fff;
	font-size: 14px;
}


.search-line-block {
	flex: 1;
	display: inline-block;
	position: relative;
}

.search-line-block #search {
	width: 100%;
	padding: 5px 5px 5px 35px;
	border-radius: 10px;
	background-color: #0f212e;
	border: 2px solid #2f4553;
}

.search-icon {
	position: absolute;
	left: 8px;
	top: 8px;
	z-index: 2;
}

.filter-line-block {
	flex: 0 auto;
	display: inline-block;
	display: flex;
	justify-content: end;
	padding-left: 30px;
}

.filter-line-block > div {

	margin-left: 10px;

}

.w-100p {
	width: 100% !important;
}




.casinos-elems {
	grid-template-columns: repeat(5, 1fr) !important; 
  gap: 20px 10px;
}

.casinos-elems .attr-table td, .casinos-elems .attr-table th {
	padding-bottom: 1px !important;
	height: 25px !important;
}

.casinos-elems .img-wrap {
	width:150px;
	height:94px;
}


.one-casino-elem {
	background-color: #0f212e;
	padding:0px;
	border-radius: 5px;
	position: relative;
}

.one-casino-elem h2 {
	color: #fff;
	font-weight: bold;
	font-size: 20px;
	margin: 2px 0px 10px 0px;
}

.one-casino-elem img {

	margin-bottom: 0px !important;
	border-radius: 10px;
/*
  outline: 1px solid #888;
  outline-offset: -5px;
*/
}

.one-casino-elem .rating {
	position: absolute;

	width: 50px;
	bottom: -10px;
	left: calc(50% - 25px);

	background-color: #1475e1;
	border-radius: 10px;
	color: #fff;
	padding: 2px 5px;

	text-align: center;
	border: 1px solid #888;
}

.one-casino-elem .casino-text {
	padding:10px;
}

.one-casino-elem .bonus-text {
	font-size: 22px;
	color: #fff;
	font-weight: bold;
	padding: 20px 10px 10px 10px;
	line-height: 1.2;
	min-height: 100px !important;
}

.one-casino-elem svg {
	width: 20px;
	height: 20px;
	position: relative;
	top: 2px;
}

.one-casino-elem .content-block {
	padding-bottom: 5px;
}

.one-casino-elem button {
	color: #fff;
}




/* ONE-LINE */

.casinos-elems-one-line {
	grid-template-columns: 1fr !important;
}

.casinos-elems-one-line .one-casino-elem {
	width: 100%;
	max-height: 200px;
	display: flex;
	justify-content: space-between;
	align-items: center;
}

.casinos-elems-one-line .one-casino-elem .game-card-wrap {
	padding:20px;
}

.casinos-elems-one-line .bonus-text {
	min-height: auto !important;
	text-align: left;
	justify-content: flex-start;
}

.casinos-elems-one-line .one-casino-elem .rating {
	bottom: 10px !important;
}

.casinos-elems-one-line .thumbnail-wrapper img {
	max-height: 160px;
	min-height: auto;
	object-fit: cover;
}

.casinos-elems-one-line .one-casino-elem .casino-text {
  margin-left: auto;
  margin-right: 20px;
}





.cookies-warning {
	position: fixed;
	width: 100vw;
	bottom: 15px;
	z-index: 10002;
	display: none;
}

.cookies-warning-inner {
	position: relative;
	display: flex;
	width: 50%;
	min-width: 400px;
	height: auto;
	background-color: #142128;
	opacity: 0.96;
	border-radius: 10px;
	-webkit-box-shadow: 0px 0px 5px 3px rgba(5,5,5,0.17); 
	box-shadow: 0px 0px 5px 3px rgba(5,5,5,0.17);
	margin: auto;
	padding: 20px 20px;
	color: #fff;
	font-weight: bold;

	justify-content: space-between;
	align-items: center;  
	gap: 10px;
} 

.cookies-warning-btn {
	background-color: #1475e1;
	color: #fff;
	border-radius: 5px;
	padding:5px 10px;
}

.cookies-warning-btn:hover {
	background-color: #0B64C4;
}



.locker-18 {
	position: fixed;
	width: 100vw;
	height: 100vh;
	top: 0px;
	left: 0px;
	z-index: 10003;

  background-color: rgba(26, 44, 56, 0.6);
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);

	display: flex;
  align-items: center;
  justify-content: center;
  display: none;
}

.locker-18-window {
  width: 100%;
  max-width: 420px;
  background: #0f212e;
  border-radius: 10px;
  box-shadow: 0 10px 30px rgba(10, 20, 40, 0.25);
  padding: 1.6rem;
  text-align: center;
  transform: translateY(0);
  color: #eee;
}

.age-btn {
	background-color: #1475e1;
	color: #fff;
	font-weight: bold !important;
	border-radius: 10px;
	padding:5px 10px;
	margin: 5px 10px;
	width:40%;
}

.age-btn-no {
	background-color: #3E4042;
}

.locker-18-error {
	color: #E81379;
	display: none;
}



/* AUTHORS */
.author-block {

}

.author-title {
	display: flex;
	border-bottom: 1px solid #153851;
}

.author-ava img {
	width: 70px;
	height: 70px;
	min-width: 70px;
	min-height: 70px;
	border-radius: 35px;
}

.author-info {
	padding-left: 20px;
}

.author-info p {
	margin-bottom: 0px;
}

.author-info .author-author {
	font-size: 14px;
}

.author-info .author-name {
	font-size: 20px;
	font-weight: bold;
	color:#fff;
}

.author-info .author-job {
	font-size: 14px;
}

.author-body {
	padding-top: 10px;
	padding-bottom: 10px;
	color:#fff;
}

.author-body p {
	margin-bottom: 5px;
}









@media screen and (max-width: 1560px) {

	.casinos-elems {
		grid-template-columns: repeat(4, 1fr) !important; 
	  gap: 20px 10px;
	}







@media screen and (max-width: 1380px) {

	.casinos-elems {
		grid-template-columns: repeat(3, 1fr) !important; 
	  gap: 20px 10px;
	}





@media screen and (max-width: 1200px) {

	.sidebar .sidebar-menu-button.sub-menu {
		font-size: 14px;
		padding: 6px 12px;
	}

	.menu-mob {
		display: none;
	}

	.main-content-block {
		padding: 15px 15px !important;
	}

	.card-list {
	   	grid-template-columns: repeat(4, 1fr); 
	   	gap: 20px 10px;
	}

	.casinos-elems {
		grid-template-columns: repeat(3, 1fr) !important; 
	  gap: 20px 10px;
	}

	.card-menu {
		display: none;
	}

	.card-content {
		flex: 0 0 100%;
		position: relative;
	}

	.ctainer {
		padding: 0px;
	}

	.recos-grid {
		grid-auto-columns: 25%; 
		margin-left: -5.5px; 
		margin-right: -5.5px;
	}

	.sf-block {
		align-items: stretch;
		flex-direction: column;
	}

	.search-line-block {
		margin-bottom: 20px;
	}

	.filter-line-block {
		flex: 1;
		padding-left: 0px;
		text-align: left !important;
		justify-content: flex-start; 
	}

	.footer-grid.cs-43 {
	    grid-template-columns: 1fr 1fr !important; /* две колонки */
	}

	.footer-grid.cs-43 > .column:nth-of-type(3) ,
	.footer-grid.cs-43 > .column:nth-of-type(4) {
	    grid-column: 1 / -1;
	}

}






@media screen and (max-width: 900px) {

	.casinos-elems {
		grid-template-columns: repeat(2, 1fr) !important; 
	  gap: 20px 10px;
	}


.wrap {
	overflow-y: auto !important;
}



@media screen and (max-width: 767px) {

	.sidebar:not(.mob-show) {
		display: none !important;
	}

	.sidebar.mob-show {
		position: fixed !important;
	  overflow-y: auto !important;
	  -webkit-overflow-scrolling: touch;
		top:0px;
		left:0px;
		width: 100vw !important;
		height: calc( 100% - 80px);
		max-height: calc( 100% - 80px);
		z-index: 900000 !important;
		touch-action: auto !important;
	}

	.sidebar.mob-show .content {
		touch-action: auto !important;
	}

	.sidebar.mob-show .scrollY {
		touch-action: auto !important;
	}

	body.lock {
	  overflow: hidden !important;
	  height: 100% !important;
		touch-action: auto;
	}

	.sidebar.mob-show .header {
		display: none;
	}

	.sidebar .sidebar-menu-button.sub-menu {
		font-size: 18px;
		padding: 10px 15px;
	}

	.menu-mob {
		display: flex;
		transition: transform 0.3s ease;
		transform: translateY(0);
	}

  .menu-mob.hidden {
    transform: translateY(100%);
  }

	.main-content-block {
		padding: 10px 5px !important;
	}


	#scrollable {
		padding-bottom: 90px !important;
	}

	.card-list {
	   	grid-template-columns: repeat(4, 1fr); 
	   	gap: 20px 10px;
	}

	.casinos-elems {
		grid-template-columns: repeat(2, 1fr) !important; 
	  gap: 20px 10px;
	}

	.recos-grid {
		grid-auto-columns: 33.3%; 
		margin-left: -5.5px; 
		margin-right: -5.5px;
	}

	.cards-wrapper {
		flex-direction: column;
	}

	.card-menu {
		display: block;
		flex: 1 1 100%;
		position: relative;
		margin-top: 0px;
		width: 100%;
	}

	.card-content {
		flex: 1 1 100%;
		position: relative;
		width: 100%;
		margin-top: 60px;
	}

	.ctainer {
		padding: 10px;
	}

	.sf-block {
		align-items: stretch;
		flex-direction: column;
	}

	.search-line-block {
		margin-bottom: 20px;
	}

	.filter-line-block {
		flex: 1;
		padding-left: 0px;
		text-align: left !important;
		justify-content: flex-start; 
	}

	.footer-images {
		flex-direction: column;
	}

	.footer-images a {
		align-self:center;
		margin-bottom: 20px;
	}

	.footer-images > a > img.hand {
		top:0px;
	}

	.empty {
		display: none;
	}

	.footer-grid.cs-43 {
	    grid-template-columns: 1fr 1fr !important; /* две колонки */
	}

	.footer-grid.cs-43 > .column:nth-of-type(3) ,
	.footer-grid.cs-43 > .column:nth-of-type(4) {
	    grid-column: 1 / -1;
	}

}






@media screen and (max-width: 500px) {

	.casinos-elems {
		grid-template-columns: repeat(1, 1fr) !important; 
	  gap: 20px 10px;
	}


