body {
	background: #E8F6F3;
	color: #212121;
	font-family: 'Roboto', Arial, sans-serif;
	font-size: 18px;
	font-weight: 400;
	line-height: 1.5;
	margin: 0;
	padding: 100px 0 0;
}

body.overflow-hidden {
	max-height: 100vh;
	overflow: hidden;
}

@media (max-width: 1024px) {
	body {
		font-size: 16px;
		padding: 75px 0 0;
	}
}

* {
	box-sizing: border-box;
}

a {
	color: #1769ff;
	text-decoration: none;
}

a:active,
a:hover {
	color: #00ad7c;
}

a:active,
a:focus,
a:hover {
	outline: none;
	text-decoration: none;
}

button:focus {
	outline: none;
}

img {
	height: auto;
	max-width: 100%;
}

ol li,
ul li {
	list-style-position: inside;
}

ol,
ul {
	margin: 0;
	padding: 0;
}

.title,
h1,
h2,
h3,
h4,
h5,
h6 {
	font-family: 'Roboto', Arial, sans-serif;
	font-weight: 700;
	line-height: 1.2;
	margin: 12px 0;
}

.title,
h1 {
	font-size: 28px;
}

@media (max-width: 1024px) {
	.title,
	h1 {
		font-size: 26px;
	}
}

h2 {
	font-size: 26px;
}

@media (max-width: 1024px) {
	h2 {
		font-size: 24px;
	}
}

h3 {
	font-size: 24px;
}

@media (max-width: 1024px) {
	h3 {
		font-size: 22px;
	}
}

h4 {
	font-size: 22px;
}

@media (max-width: 1024px) {
	h4 {
		font-size: 20px;
	}
}

p {
	margin: 10px 0;
	padding: 0;
}

.icekasyno-pl-site-container {
	position: relative;
}

.icekasyno-pl .container {
	margin: 0 auto;
	max-width: 1140px;
	padding: 0 15px;
	width: calc(100% - 620px);
}

@media (max-width: 1280px) {
	.icekasyno-pl .container {
		width: 100%;
	}
}

.icekasyno-pl .desktop-none,
.icekasyno-pl .main-img__mobile,
.icekasyno-pl .menu-providers__btn,
.icekasyno-pl .through-img__mobile {
	display: none;
}

.icekasyno-pl .text-content {
	position: relative;
	width: 100%;
}

.icekasyno-pl table {
	border: none !important;
	display: block;
	margin: 40px 0;
	overflow-y: auto;
	text-align: left;
	width: 100%;
}

.icekasyno-pl table td {
	color: #212121;
	padding: 12px 20px;
}

.icekasyno-pl table thead td {
	font-size: 20px;
	line-height: 1.4;
	padding: 12px 20px;
}

.icekasyno-pl table thead td:nth-child(n + 2) {
	position: relative;
}

.icekasyno-pl table thead td:nth-child(n + 2):after {
	background: #f2f2f5;
	content: '';
	height: 100%;
	left: -2px;
	position: absolute;
	top: 0;
	width: 2px;
}

@media (max-width: 1440px) {
	.icekasyno-pl table thead td:nth-child(n + 2):after {
		display: none;
	}
}

.icekasyno-pl table tbody tr:nth-child(2n) td {
	background: #f2f2f5;
}

.icekasyno-pl table tbody tr td:nth-child(2n) {
	color: #6f757d;
}

.icekasyno-pl .side-wrapper {
	max-width: 310px;
	min-width: 310px;
	width: 310px;
}

.icekasyno-pl .menu-providers {
	display: flex;
	flex-direction: row;
	list-style: none;
}

.icekasyno-pl .menu-providers a,
.icekasyno-pl .menu-providers span {
	color: #212121;
	display: inline-block;
	font-family: 'Roboto', Arial, sans-serif;
	font-size: 15px;
	font-weight: 400;
	text-decoration: none;
}

.icekasyno-pl .menu-providers a:hover,
.icekasyno-pl .menu-providers span:hover {
	color: #5b95ff;
	text-decoration: none;
}

.icekasyno-pl .main-img {
	cursor: pointer;
	margin-bottom: 20px;
	text-align: center;
}

@media (max-width: 1280px) {
	.icekasyno-pl .main-img {
		margin-left: -15px;
		margin-right: -15px;
	}
}

.icekasyno-pl .btn {
	background: #00ad7c;
	border: 2px solid transparent;
	border-radius: 50px;
	color: #fff;
	cursor: pointer;
	display: inline-block;
	font-family: 'Roboto', Arial, sans-serif;
	font-size: 15px;
	font-weight: 700;
	line-height: 1.1;
	outline: none;
	padding: 12px 22px;
	text-decoration: none;
	text-transform: uppercase;
	transition-duration: 0.2s;
}

.icekasyno-pl .btn:hover {
	background: rgba(0, 255, 179, 0.15);
	color: #00ad7c;
	transition-duration: 0.2s;
}

.icekasyno-pl .btn:active {
	background: rgba(0, 255, 179, 0.15);
	border: 2px solid #00ad7c;
	color: #00ad7c;
}

.icekasyno-pl .fill-class {
	fill: orange;
}

.icekasyno-pl .through-img--wrap {
	padding: 104px 15px 15px;
	position: fixed;
	right: 0;
	top: 0;
	z-index: 2;
}

.icekasyno-pl .through-img--wrap .through-img {
	cursor: pointer;
	padding-bottom: 15px;
}

@media (max-width: 1280px) {
	.icekasyno-pl .through-img--wrap {
		display: none;
	}
}

.icekasyno-pl .search-form {
	position: relative;
	width: 100%;
}

.icekasyno-pl .search-form .input-search {
	background-color: #21262f;
	border: none;
	border-radius: 2px;
	color: #bebebe;
	font-size: 15px;
	font-weight: 400;
	height: 46px;
	outline: none;
	padding-left: 13px;
	padding-right: 45px;
	width: 100%;
}

.icekasyno-pl .search-form .btn-search {
	display: none;
}

.icekasyno-pl .search-form .submit-label {
	cursor: pointer;
	position: absolute;
	right: 12px;
	top: 12px;
}

.icekasyno-pl .search-form input:-webkit-autofill,
.icekasyno-pl .search-form input:-webkit-autofill:active,
.icekasyno-pl .search-form input:-webkit-autofill:focus,
.icekasyno-pl .search-form input:-webkit-autofill:hover {
	background-color: #21262f;
}

.icekasyno-pl .menu-providers {
	overflow: auto;
	position: relative;
}

.icekasyno-pl .menu-providers a {
	padding: 15px 35px;
	white-space: nowrap;
}

.icekasyno-pl .menu-providers::-webkit-scrollbar {
	height: 8px;
	padding: 15px;
	width: 20px;
}

.icekasyno-pl .menu-providers::-webkit-scrollbar-thumb {
	background: #21262f;
	border-radius: 8px;
}

.icekasyno-pl .title--wrap {
	margin-top: 12px;
}

@media (max-width: 768px) {
	.icekasyno-pl .scroll-top {
		right: 19px;
	}
}

@media (max-width: 576px) {
	.icekasyno-pl .scroll-top {
		bottom: 75px;
	}
}

.icekasyno-pl .search-page {
	min-height: 25vh;
}

.icekasyno-pl .search-page .menu-providers--wrap {
	margin-bottom: 30px;
}

.icekasyno-pl a:not([href]):not([tabindex]):focus,
.icekasyno-pl a:not([href]):not([tabindex]):hover {
	text-decoration: none;
}

.icekasyno-pl .top-block {
	margin-bottom: 40px;
}

.icekasyno-pl .top-block .image {
	width: 100%;
}

.icekasyno-pl .top-block .img-block {
	background: #fff;
	border-radius: 30px;
	box-shadow: 0 0 30px rgba(0, 0, 0, 0.1);
	min-height: 250px;
	position: relative;
	transition: all 0.3s;
	width: 100%;
}

@media (max-width: 992px) {
	.icekasyno-pl .top-block .img-block {
		background: transparent;
		box-shadow: none;
	}
}

.icekasyno-pl .top-block .img-block img {
	border-radius: 30px;
	max-width: 100%;
	width: inherit;
}

@media (max-width: 992px) {
	.icekasyno-pl .top-block .img-block img {
		width: 100%;
	}
}

.icekasyno-pl .top-block .img-block .slot-button-wrapper {
	display: none;
	left: 50%;
	position: absolute;
	top: 50%;
	transform: translate(-50%, -50%);
	transition: all 0.3s;
}

.icekasyno-pl .top-block .img-block:hover .slot-button-wrapper {
	display: block;
	margin: 0;
	transition: all 0.3s;
}

.icekasyno-pl .top-block .hide-text {
	overflow: hidden;
}

.icekasyno-pl .top-block .show-button {
	color: #eb223e;
	cursor: pointer;
	font-size: 16px;
	font-weight: 700;
	margin: 5px 0;
	position: relative;
	text-align: right;
}

.icekasyno-pl .top-block .show-button:before {
	background: #f8f9fc;
	background-size: cover;
	content: '';
	filter: blur(7px);
	height: 20px;
	left: 0;
	overflow: hidden;
	position: absolute;
	top: -15px;
	width: 100%;
}

.icekasyno-pl .button-wrapper {
	margin: 12px 0;
}

.icekasyno-pl .button-wrapper .btn {
	margin: 0 auto;
}

.icekasyno-pl .list li {
	padding: 15px 0 13px;
}

@media (max-width: 992px) {
	.icekasyno-pl .list li {
		padding: 10px 0 7px;
	}
}

.icekasyno-pl .list li p.capt {
	font-weight: 600;
	margin: 0;
	padding-right: 10px;
}

.icekasyno-pl .list li.small-padding {
	padding: 15px 0 13px;
}

@media (max-width: 992px) {
	.icekasyno-pl .list li.small-padding {
		padding: 10px 0 7px;
	}
}

.icekasyno-pl .single__slot-game {
	margin: 0 auto;
	max-width: 1110px;
}

.icekasyno-pl .single__slot-game .iframe {
	height: 100%;
	left: 0;
	position: absolute;
	top: 0;
	width: 100%;
	z-index: -1;
}

.icekasyno-pl .single__slot-game .iframe iframe {
	height: 100% !important;
	width: 100%;
}

.icekasyno-pl .single__slot-game .iframe.show {
	z-index: 1;
}

.icekasyno-pl .single__slot-game .play-box {
	line-height: 0;
	margin: 0 auto;
	max-width: 100%;
	position: relative;
}

.icekasyno-pl .single__slot-game .play-box img {
	height: 692px;
	-o-object-fit: cover;
	object-fit: cover;
	width: 100%;
}

@media (max-width: 768px) {
	.icekasyno-pl .single__slot-game .play-box img {
		height: 550px;
	}
}

@media (max-width: 567px) {
	.icekasyno-pl .single__slot-game .play-box img {
		height: 350px;
	}
}

@media (max-width: 411px) {
	.icekasyno-pl .single__slot-game .play-box img {
		height: 270px;
	}
}

.icekasyno-pl .single__slot-game .play-box .overlay {
	align-items: center;
	background: rgba(0, 0, 0, 0.8);
	display: flex;
	height: 100%;
	left: 0;
	line-height: 1;
	opacity: 1;
	position: absolute;
	top: 0;
	width: 100%;
}

@media (max-width: 768px) {
	.icekasyno-pl .single__slot-game .full-screen {
		height: 22px;
		top: -40px;
		width: 22px;
	}
}

.icekasyno-pl .single__slot-content {
	margin-top: 50px;
}

.icekasyno-pl .full-screen-overlay {
	background: rgba(0, 0, 0, 0.9);
	bottom: 0;
	cursor: pointer;
	display: none;
	left: 0;
	opacity: 0;
	position: fixed;
	right: 0;
	top: 0;
	transition: all 0.3s;
	z-index: -1;
}

.icekasyno-pl .full-screen-iframe .full-screen-overlay {
	display: block;
	opacity: 1;
	z-index: 1999;
}

.icekasyno-pl .full-screen-iframe .play-box {
	bottom: 0;
	box-shadow: none;
	left: 0;
	margin: 0 auto;
	max-width: 100%;
	min-height: 100vh;
	position: fixed;
	right: 0;
	top: 0;
	width: 100%;
	z-index: 2000;
}

.icekasyno-pl .full-screen-iframe .play-box img {
	height: 100%;
	max-height: 100%;
}

.icekasyno-pl .full-screen-iframe .play-box-title {
	display: none;
}

.icekasyno-pl .full-screen-iframe .play-box-iframe {
	height: 100%;
	margin: 0;
}

.icekasyno-pl .full-screen-iframe .play-box .iframe {
	height: 100%;
	max-height: 100%;
}

.icekasyno-pl .full-screen-iframe .play-box .preload-img {
	height: 100%;
	max-height: 100%;
	overflow: hidden;
}

.icekasyno-pl .full-screen-iframe .play-box .preload-img img {
	height: 100% !important;
	max-height: 100%;
}

.icekasyno-pl .full-screen-iframe .play-box .iframe.active-frame iframe {
	height: 100% !important;
}

.icekasyno-pl .full-screen-iframe .play-btn {
	padding: 20px 47px 0;
}

.icekasyno-pl .under-demo {
	margin-top: 24px;
}

.icekasyno-pl .button-play-for-free {
	align-items: center;
	color: #fff;
	cursor: pointer;
	display: flex;
	flex-direction: column;
	font-size: 28px;
	font-weight: 700;
	margin: 0 auto;
	position: relative;
	text-align: center;
	z-index: 1;
}

@media (max-width: 768px) {
	.icekasyno-pl .button-play-for-free {
		font-size: 16px;
	}
}

.icekasyno-pl .button-play-for-free svg {
	height: 115px;
	margin-bottom: 20px;
	text-align: center;
	transform: translateX(20px);
	transition-duration: 0.2s;
	width: 115px;
}

@media (max-width: 768px) {
	.icekasyno-pl .button-play-for-free svg {
		height: 70px;
		margin-bottom: 15px;
		transform: translateX(10px);
		width: 70px;
	}
}

.icekasyno-pl .text-center {
	text-align: center;
}

.icekasyno-pl .p-b-40 {
	padding-bottom: 40px;
}

.icekasyno-pl img.default {
	position: absolute;
}

.icekasyno-pl .thumb-loaded {
	background-color: #34314d;
	position: relative;
	width: 100%;
	z-index: 2;
}

.icekasyno-pl .block-title {
	font-size: 24px;
	padding-bottom: 30px;
	padding-top: 40px;
	text-align: center;
	text-transform: uppercase;
}

.icekasyno-pl .alignleft {
	float: left;
	padding-bottom: 20px;
	padding-right: 20px;
}

.icekasyno-pl .alignright {
	float: right;
	padding-bottom: 20px;
	padding-left: 20px;
}

.icekasyno-pl .aligncenter {
	display: block;
	margin: 0 auto;
}

@media (max-width: 1024px) {
	.icekasyno-pl .text-content .alignleft,
	.icekasyno-pl .text-content .alignright {
		max-width: 50%;
	}
}

@media (max-width: 576px) {
	.icekasyno-pl .text-content .alignleft,
	.icekasyno-pl .text-content .alignright {
		display: block;
		max-width: 100%;
		width: 100%;
	}

	.icekasyno-pl .text-content img {
		display: inline-block;
		margin: 0 auto;
		padding: 0;
	}
}

.icekasyno-pl .text-content:after {
	clear: both;
	content: '';
	display: block;
}

.icekasyno-pl .no-scroll,
.icekasyno-pl .overflow-hidden {
	overflow: hidden;
}

.icekasyno-pl .blur {
	filter: blur(5px);
	transition: filter 0.35s ease-out;
}

.icekasyno-pl .site-logo img {
	height: auto;
	max-width: 160px;
	width: 100%;
}

.icekasyno-pl .breadcrumbs {
	display: flex;
	flex-wrap: wrap;
	list-style-type: none;
	margin-bottom: 0;
	margin-top: 8px;
	padding: 0 0 13px;
}

.icekasyno-pl .breadcrumbs li {
	padding-right: 30px;
	position: relative;
}

@media (max-width: 768px) {
	.icekasyno-pl .breadcrumbs li {
		padding-right: 25px;
	}
}

.icekasyno-pl .breadcrumbs li a {
	color: #212121;
	text-decoration: none;
}

.icekasyno-pl .breadcrumbs li a,
.icekasyno-pl .breadcrumbs li span {
	font-size: 14px;
}

@media (max-width: 768px) {
	.icekasyno-pl .breadcrumbs li a,
	.icekasyno-pl .breadcrumbs li span {
		font-size: 12px;
	}
}

.icekasyno-pl .breadcrumbs li > span {
	color: #1769ff;
	font-weight: 500;
}

.icekasyno-pl .breadcrumbs li:after {
	background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg width='10' height='14' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M1 1s8 4.8 8 6c0 1.2-8 6-8 6' stroke='%231769FF' stroke-width='2'/%3E%3C/svg%3E");
	background-position: 50%;
	background-repeat: no-repeat;
	background-size: contain;
	content: '';
	height: 12px;
	position: absolute;
	right: 8px;
	top: 8px;
	width: 11px;
}

@media (max-width: 768px) {
	.icekasyno-pl .breadcrumbs li:after {
		height: 9px;
		width: 7px;
	}
}

.icekasyno-pl .breadcrumbs li:last-child:after {
	content: none;
}

.icekasyno-pl .button-wrapper {
	margin-left: auto;
	margin-right: auto;
	text-align: center;
}

.icekasyno-pl .button-wrapper--shorcode {
	margin: 10px 0;
}

.icekasyno-pl .button-wrapper .btn {
	max-width: 100%;
	padding-left: 43px;
	padding-right: 43px;
}

.icekasyno-pl .text-uppercase {
	text-transform: uppercase;
}

.icekasyno-pl .no-margin {
	margin: 0 !important;
}

.icekasyno-pl .no-padding {
	padding: 0 !important;
}

.icekasyno-pl .top-text {
	margin-bottom: 30px;
	margin-top: 10px;
}

.icekasyno-pl .top-text__image {
	border-radius: 5px;
	width: 100%;
}

@media (max-width: 768px) {
	.icekasyno-pl .top-text__image {
		padding: 20px;
	}
}

.icekasyno-pl .top-text img {
	border-radius: 5px;
}

@media (max-width: 576px) {
	.icekasyno-pl .top-text img {
		margin-bottom: 20px;
		padding: 0;
		width: 100%;
	}
}

.icekasyno-pl .no-padding-left {
	padding-left: 0 !important;
}

.icekasyno-pl .no-padding-right {
	padding-right: 0 !important;
}

.icekasyno-pl .page-content {
	margin: 100px 0;
}

.icekasyno-pl .uppercase {
	text-transform: uppercase;
}

.icekasyno-pl .margin-small {
	margin: 50px 0;
}

.icekasyno-pl .margin-medium {
	margin: 70px 0;
}

.icekasyno-pl .margin-bottom-medium {
	margin-bottom: 70px;
}

.icekasyno-pl .margin-bottom-small {
	margin-bottom: 50px;
}

.icekasyno-pl .no-margin-top {
	margin-top: 0 !important;
}

.icekasyno-pl .no-margin-bottom {
	margin-bottom: 0 !important;
}

.icekasyno-pl .tax-rating img {
	cursor: pointer;
}

.icekasyno-pl .text-align-center {
	text-align: center;
}

.icekasyno-pl .page-404 h1 {
	font-size: 41px;
	margin-top: 20px;
}

@media (max-width: 340px) {
	.icekasyno-pl .page-404 h1 {
		font-size: 35px;
	}
}

.icekasyno-pl .slot__loop {
	clear: both;
	margin-top: 40px;
}

.icekasyno-pl .slot-list {
	align-items: flex-start;
	display: flex;
	flex-wrap: wrap;
	margin: 0 auto 30px;
}

.icekasyno-pl .slot-list .slot-card {
	border-radius: 5px;
	height: 148px;
	line-height: 0;
	margin: 0.2%;
	max-width: 180px;
	overflow: hidden;
	position: relative;
	width: 25%;
}

ol li ul {
	padding: 0 0 0 20px;
}

@media (max-width: 1440px) {
	.icekasyno-pl .slot-list .slot-card {
		width: 24.26%;
	}
}

.icekasyno-pl .slot-list .slot-card img {
	height: 100%;
	-o-object-fit: cover;
	object-fit: cover;
}

.icekasyno-pl .slot-list .slot-card .slot__card-overlay {
	align-items: center;
	background: radial-gradient(
		50% 50% at 50% 50%,
		rgba(0, 99, 249, 0.6) 0,
		rgba(0, 46, 115, 0.6) 100%
	);
	display: flex;
	flex-direction: column;
	height: 100%;
	left: 0;
	line-height: 1.3;
	opacity: 0;
	position: absolute;
	top: 0;
	transition-duration: 0.2s;
	width: 100%;
}

.icekasyno-pl .slot-list .slot-card:hover .slot__card-overlay {
	opacity: 1;
	transition-duration: 0.2s;
}

.icekasyno-pl .slot-list .slot-card .btn {
	font-size: 18px;
	margin-top: 9px;
	min-width: 105px;
	padding: 5px 15px;
	text-align: center;
}

.icekasyno-pl .slot-list .slot-card .btn_play {
	background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg width='36' height='42' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cg filter='url(%23a)'%3E%3Cpath d='M4 34V0l28 16.838L4 34Z' fill='url(%23b)'/%3E%3C/g%3E%3Cdefs%3E%3ClinearGradient id='b' x1='18' y1='0' x2='18' y2='34' gradientUnits='userSpaceOnUse'%3E%3Cstop stop-color='%23fff'/%3E%3Cstop offset='1' stop-color='%23B6B6B6'/%3E%3C/linearGradient%3E%3Cfilter id='a' x='0' y='0' width='36' height='42' filterUnits='userSpaceOnUse' color-interpolation-filters='sRGB'%3E%3CfeFlood flood-opacity='0' result='BackgroundImageFix'/%3E%3CfeColorMatrix in='SourceAlpha' values='0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 127 0' result='hardAlpha'/%3E%3CfeOffset dy='4'/%3E%3CfeGaussianBlur stdDeviation='2'/%3E%3CfeComposite in2='hardAlpha' operator='out'/%3E%3CfeColorMatrix values='0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0.25 0'/%3E%3CfeBlend in2='BackgroundImageFix' result='effect1_dropShadow_956_2180'/%3E%3CfeBlend in='SourceGraphic' in2='effect1_dropShadow_956_2180' result='shape'/%3E%3C/filter%3E%3C/defs%3E%3C/svg%3E");
	background-position: 50%;
	background-repeat: no-repeat;
	background-size: 100%;
	cursor: pointer;
	height: 38px;
	margin-left: 10px;
	width: 32px;
}

.icekasyno-pl .slot-list .slot-card .short_name {
	align-items: center;
	color: #fff;
	display: flex;
	font-size: 16px;
	font-weight: 700;
	justify-content: center;
	min-height: 53px;
	padding: 5px;
	text-align: center;
	text-transform: uppercase;
}

.icekasyno-pl .slot-list__header {
	align-items: center;
	clear: both;
	display: flex;
	justify-content: space-between;
	margin-bottom: 5px;
	padding-top: 20px;
}

.icekasyno-pl .slot-list__header .slot-list__title {
	align-items: flex-start;
	color: #212121;
	display: flex;
	font-family: 'Roboto', Arial, sans-serif;
	font-size: 26px;
	font-weight: 700;
	position: relative;
}

.icekasyno-pl .slot-list__header .slot-list__title img {
	margin-right: 14px;
	max-height: 38px;
	vertical-align: top;
}

.icekasyno-pl .slot-list__link {
	align-items: center;
	color: #00ad7c;
	cursor: pointer;
	display: flex;
	justify-content: flex-end;
}

.icekasyno-pl .slot-list .slot-card .btn {
	background: #00ad7c;
	color: #fff;
}

.icekasyno-pl .slot-list__link:hover {
	color: #5b95ff;
}

.icekasyno-pl .slot-list__link.desktop-none {
	display: none;
}

.icekasyno-pl .slot-card__demo {
	color: #b8b9bb;
	cursor: pointer;
	padding: 10px 0;
}

.icekasyno-pl .slot-card__demo:hover {
	color: #fb9534;
}

.icekasyno-pl .sort-form input {
	display: none;
}

.icekasyno-pl .sort-button {
	background: transparent;
	border: none;
	color: #b8b9bb;
	cursor: pointer;
	display: inline-block;
	font-family: 'Roboto', Arial, sans-serif;
	font-size: 15px;
	outline: none;
	padding: 15px 35px;
	white-space: nowrap;
}

.icekasyno-pl .sort-button:hover {
	color: #fb9534;
}

.icekasyno-pl .load-more {
	color: #ff7d02;
	cursor: pointer;
	display: block;
	margin-top: -15px;
	padding-bottom: 40px;
	text-align: center;
	text-transform: uppercase;
}

.icekasyno-pl .load-more:hover {
	color: #fb9534;
}

.icekasyno-pl .page-404 {
	align-items: center;
	display: flex;
	flex-direction: column;
	justify-content: center;
	padding-top: 30px;
}

.icekasyno-pl .page-404 .num-404 {
	color: #212121;
	font-family: 'Roboto', Arial, sans-serif;
	font-size: 48px;
	font-style: normal;
	font-weight: 700;
	letter-spacing: 0.87px;
	padding-bottom: 15px;
}

.icekasyno-pl .page-404 .btn-go_main {
	font-size: 17px;
	margin: 64px auto 48px;
	max-width: 100%;
	text-align: center;
	width: 290px;
}

.icekasyno-pl .page-404 .link {
	align-items: center;
	color: #1769ff;
	cursor: pointer;
	display: flex;
	margin-bottom: 65px;
}

.icekasyno-pl .page-404 .link .arrow-right {
	fill: #1769ff;
	display: inline-block;
	margin-right: 5px;
	transform: rotate(180deg);
}

.icekasyno-pl .page-404 .link:hover {
	color: #5b95ff;
}

.icekasyno-pl .page-404 .link:hover .arrow-right {
	fill: #5b95ff;
}

.wp-pagenavi {
	clear: both;
	margin-bottom: 20px;
}

.wp-pagenavi a,
.wp-pagenavi span {
	border: 1px solid #6c1521;
	border-radius: 10px;
	color: #6c1521;
	font-size: 15px;
	height: 40px;
	line-height: 2;
	margin: 2px;
	padding: 3px 5px;
	text-align: center;
	text-decoration: none;
	width: 40px;
}

.wp-pagenavi a.navi,
.wp-pagenavi span.navi {
	border: 0;
}

.wp-pagenavi a.navi-left:before,
.wp-pagenavi span.navi-left:before {
	content: '<<';
}

.wp-pagenavi a.navi-right:before,
.wp-pagenavi span.navi-right:before {
	content: '>>';
}

.wp-pagenavi a.current,
.wp-pagenavi span.current {
	background: #6c1520;
	border-color: rgba(108, 21, 33, 0.75);
	color: #fff;
	font-weight: 500;
}

.wp-pagenavi a:hover,
.wp-pagenavi span:hover {
	border-color: rgba(108, 21, 33, 0.75);
	text-decoration: none;
}

@media (max-width: 1024px) {
	.icekasyno-pl .content {
		margin: 0 auto;
		width: 100%;
	}

	.icekasyno-pl .through-img__mobile {
		align-items: flex-start;
		display: flex;
		justify-content: center;
	}

	.icekasyno-pl .through-img__mobile > .through-img--wrap {
		display: block;
		position: static;
	}

	.icekasyno-pl .through-img__mobile > .through-img--wrap .through-img {
		margin-bottom: 0;
		padding: 0;
	}

	.icekasyno-pl .dropdown-toggle {
		transform: translateX(0);
	}

	.icekasyno-pl .single__slot .through-img__mobile {
		margin-top: 10px;
	}

	.icekasyno-pl .slot-card .slot__card-overlay .btn,
	.icekasyno-pl .slot-card .slot__card-overlay .btn_play {
		display: none;
	}

	.icekasyno-pl .slot-card .slot__card-overlay .short_name {
		font-size: 0;
		height: 100%;
		padding: 0;
		width: 100%;
	}

	.icekasyno-pl .full-screen-iframe .play-box img {
		-o-object-fit: cover;
		object-fit: cover;
	}
}

@media (max-width: 768px) {
	.icekasyno-pl .side-wrapper {
		max-width: 100%;
		min-width: auto;
		width: auto;
	}

	.icekasyno-pl .single__slot h1 {
		padding-right: 40px;
	}

	.icekasyno-pl .slot-list .slot-card {
		margin: 0.25% 0.5% 0.25% 0;
		width: 32.8%;
	}
}

@media (max-width: 576px) {
	.icekasyno-pl .mob-none {
		display: none;
	}

	.icekasyno-pl .header-search--order {
		display: flex;
		flex-direction: column;
	}

	.icekasyno-pl .header-search--order > div {
		order: 1;
	}

	.icekasyno-pl .header-search--order .search-form--wrap {
		margin-bottom: 10px;
		margin-top: 10px;
		order: 0;
	}

	.icekasyno-pl .slot-list {
		margin-bottom: 30px;
	}

	.icekasyno-pl .slot-list__link.desktop-none {
		align-items: center;
		display: flex;
		justify-content: flex-end;
		margin-bottom: 45px;
	}

	.icekasyno-pl .category-page .menu-providers--wrap,
	.icekasyno-pl .search-page .menu-providers--wrap {
		margin-bottom: 30px;
		position: relative;
	}

	.icekasyno-pl .category-page .menu-providers--wrap:before,
	.icekasyno-pl .search-page .menu-providers--wrap:before {
		background: linear-gradient(90deg, #ff7d02, rgba(255, 125, 2, 0));
		bottom: 0;
		content: '';
		height: 1px;
		left: 0;
		max-width: 250px;
		position: absolute;
		width: 100%;
	}

	.icekasyno-pl .main-img__mobile {
		display: block;
		line-height: 1;
		text-align: center;
	}

	.icekasyno-pl .main-img__mobile .text-orange {
		font-family: 'Roboto', Arial, sans-serif;
		font-size: 36px;
		padding: 15px 15px 10px;
	}

	.icekasyno-pl .main-img__mobile .text-white {
		font-size: 28px;
		margin-bottom: 40px;
	}

	.icekasyno-pl .menu-providers--wrap {
		position: relative;
	}

	.icekasyno-pl .menu-providers--wrap .menu-providers {
		border-radius: 8px;
		display: none;
		flex-direction: column;
		left: 0;
		padding-bottom: 25px;
		padding-top: 25px;
		position: absolute;
		top: 100px;
		width: 100%;
		z-index: 2;
	}

	.icekasyno-pl .slot__loop {
		margin-bottom: 24px;
		margin-top: 0;
	}

	.icekasyno-pl .menu-providers__btn {
		align-items: center;
		display: flex;
		font-size: 17px;
		justify-content: flex-end;
		padding: 30px 5px;
		position: relative;
		width: 100%;
	}

	.icekasyno-pl .menu-providers__btn span {
		background-position: 50%;
		background-repeat: no-repeat;
		cursor: pointer;
		display: inline-block;
		height: 10px;
		margin-right: 12px;
		text-align: center;
		transform: rotate(180deg);
		width: 10px;
	}

	.icekasyno-pl .continer-order {
		display: flex;
		flex-wrap: wrap;
		width: 100%;
	}

	.icekasyno-pl .continer-order .order-1 {
		order: 1;
		width: 100%;
	}

	.icekasyno-pl .continer-order .order-2 {
		order: 0;
		width: 100%;
	}

	.icekasyno-pl .main-img {
		margin-bottom: 0;
	}

	.icekasyno-pl .slot-list .slot-card {
		margin: 0.7% 2% 0.7% 0;
		width: 49%;
	}

	.icekasyno-pl .slot-list .slot-card:nth-child(2n) {
		margin-right: 0;
	}

	.icekasyno-pl .load-more {
		margin-top: 15px;
		padding-bottom: 15px;
	}
}

@media (max-width: 360px) {
	.icekasyno-pl .button-wrapper .btn {
		padding-left: 25px;
		padding-right: 25px;
	}
}

@media (max-width: 576px) {
	body.overflow {
		max-height: 100vh;
		overflow: hidden;
	}
}

.search-results .main-img__mobile {
	margin-bottom: 20px;
}

.icekasyno-pl .header {
	align-items: center;
	background: #fff;
	box-shadow: 0 10px 16px rgba(75, 74, 120, 0.11);
	display: flex;
	height: 80px;
	left: 0;
	position: fixed;
	top: 0;
	width: 100%;
	z-index: 10;
}

@media (max-width: 1024px) {
	.icekasyno-pl .header {
		height: 75px;
	}
}

.icekasyno-pl .header .header-user {
	align-items: center;
	display: flex;
	justify-content: flex-end;
	margin-left: auto;
	padding: 0 25px 0 20px;
}

@media (max-width: 1024px) {
	.icekasyno-pl .header .header-user .btn.signup {
		display: none;
	}
}

@media (max-width: 365px) {
	.icekasyno-pl .header .header-user {
		padding: 0 20px 0 10px;
	}
}

.icekasyno-pl .header .login {
	background: rgba(0, 255, 179, 0.15);
	border: 2px solid transparent;
	border-radius: 50px;
	color: #00ad7c;
	cursor: pointer;
	display: inline-block;
	font-size: 15px;
	font-weight: 700;
	line-height: 1.1;
	margin-right: 20px;
	outline: none;
	padding: 12px 22px;
	text-decoration: none;
	text-transform: uppercase;
	transition-duration: 0.2s;
}

@media (max-width: 1024px) {
	.icekasyno-pl .header .login {
		margin-right: 0;
		min-width: 87px;
		padding: 12px;
		text-align: center;
	}
}

.icekasyno-pl .header .login:hover {
	background: #fff;
	border: 2px solid #00ad7c;
	transition-duration: 0.2s;
}

.icekasyno-pl .header .logo {
	line-height: 1;
	padding: 0 40px 0 50px;
}

@media (max-width: 1024px) {
	.icekasyno-pl .header .logo {
		padding: 0 10px 0 30px;
	}
}

@media (max-width: 576px) {
	.icekasyno-pl .header .logo {
		padding: 0;
	}
}

.icekasyno-pl .header .logo img {
	max-height: 47px;
}

@media (max-width: 576px) {
	.icekasyno-pl .header .logo img {
		margin: 0 15px;
		max-height: 33px;
	}
}

.icekasyno-pl .header-menu_wrap {
	position: relative;
	width: calc(100% - 600px);
}

.icekasyno-pl .header-menu_wrap .header-menu_mobile {
	display: none;
}

@media (max-width: 1024px) {
	.icekasyno-pl .header-menu_wrap {
		background: #00ad7c;
		display: none;
		height: auto;
		left: 0;
		max-height: 100vh;
		min-height: 100vh;
		overflow-y: auto;
		padding-bottom: 50px;
		position: absolute;
		right: 0;
		top: 0;
		width: 100%;
	}

	.icekasyno-pl .header-menu_wrap.active {
		display: block;
	}

	.icekasyno-pl .header-menu_wrap .header-menu_mobile {
		align-items: center;
		display: flex;
		justify-content: flex-end;
		left: 10px;
		margin-left: auto;
		padding: 0 30px 0 20px;
		position: absolute;
		top: 15px;
	}

	.icekasyno-pl .header-menu_wrap .header-menu_mobile .btn.signup {
		border: 2px solid #fff;
		display: block;
		padding: 12px;
	}

	.icekasyno-pl .header-menu_wrap .header-menu_mobile .login {
		border: 2px solid #fff;
		margin-right: 12px;
		color: #fff;
	}
}

@media (max-width: 1024px) and (max-width: 365px) {
	.icekasyno-pl .header-menu_wrap .header-menu_mobile {
		left: -10px;
	}
}

.icekasyno-pl .header-menu-top li {
	margin: 0 80px 0 20px;
}

.icekasyno-pl .header-menu-top li a,
.icekasyno-pl .header-menu-top li span {
	padding: 10px 0;
}

.icekasyno-pl .header-menu {
	align-items: center;
	display: flex;
	list-style: none;
	margin: 0;
	padding: 0;
}

@media (max-width: 1024px) {
	.icekasyno-pl .header-menu {
		flex-direction: column;
		padding-top: 90px;
	}
}

.icekasyno-pl .header-menu .menu-item {
	list-style-type: none;
	position: relative;
	text-align: center;
	white-space: nowrap;
}

.icekasyno-pl .header-menu .menu-item a,
.icekasyno-pl .header-menu .menu-item span {
	color: #212121;
	display: inline-block;
	font-family: 'Roboto', Arial, sans-serif;
	font-size: 14px;
	font-weight: 400;
	padding: 28px 25px;
	text-decoration: none;
	transition-duration: 0.2s;
}

@media (max-width: 1024px) {
	.icekasyno-pl .header-menu .menu-item a,
	.icekasyno-pl .header-menu .menu-item span {
		color: #fff;
		font-size: 16px;
		font-weight: 500;
		padding: 16px 20px;
		text-transform: uppercase;
	}

	.icekasyno-pl .header-menu .menu-item span {
		opacity: 0.5;
	}
}

.icekasyno-pl .header-menu .menu-item a:hover {
	text-decoration: none;
}

.icekasyno-pl .header-menu .menu-item img {
	display: none;
}

.icekasyno-pl .header-menu .menu-item .sub-menu {
	background: #fff;
	border-radius: 0 0 5px 5px;
	box-shadow: 0 10px 16px rgba(75, 74, 120, 0.11);
	left: 50%;
	min-width: 150px;
	opacity: 0;
	padding: 0;
	position: absolute;
	top: 100%;
	transform: translateX(-50%);
	visibility: hidden;
	z-index: 20;
}

@media (max-width: 1024px) {
	.icekasyno-pl .header-menu .menu-item .sub-menu {
		background: transparent;
		border-radius: unset;
		box-shadow: none;
		left: 0;
		opacity: 1;
		position: relative;
		transform: translateX(0);
		visibility: visible;
		width: 100%;
	}
}

.icekasyno-pl .header-menu .menu-item .sub-menu li {
	margin: 0 5px;
	padding: 0;
}

.icekasyno-pl .header-menu .menu-item .sub-menu li a,
.icekasyno-pl .header-menu .menu-item .sub-menu li span {
	padding: 10px 5px;
	white-space: normal;
}

@media (max-width: 1024px) {
	.icekasyno-pl .header-menu .menu-item .sub-menu li a,
	.icekasyno-pl .header-menu .menu-item .sub-menu li span {
		padding: 16px;
	}
}

.icekasyno-pl .header-menu .menu-item .sub-menu li:after {
	display: none;
}

.icekasyno-pl .header-menu .menu-item:hover > .sub-menu {
	opacity: 1;
	visibility: visible;
}

.icekasyno-pl .header-menu .menu-item:after {
	background: #00ad7c;
	content: '';
	height: 2px;
	left: calc(50% - 53px);
	position: absolute;
	top: 100%;
	transform: scaleX(0);
	width: 106px;
}

.icekasyno-pl .header-menu .menu-item:hover > a {
	color: #00ad7c;
	transition-duration: 0.2s;
}

@media (min-width: 1025px) {
	.icekasyno-pl .header-menu .menu-item:hover:after {
		transform: scaleX(1);
		transition-duration: 0.2s;
	}

	.icekasyno-pl .header-menu .menu-item.current-menu-item a {
		color: #00ad7c;
	}

	.icekasyno-pl .header-menu .menu-item.current-menu-item:after {
		background: #00ad7c;
		transform: scaleX(1);
	}
}

@media (max-width: 1024px) {
	.icekasyno-pl .header-menu .menu-item:first-of-type:not(.sub-menu li) > a,
	.icekasyno-pl .header-menu .menu-item:first-of-type:not(.sub-menu li) > span {
		font-size: 20px;
		font-weight: 700;
		line-height: 1.3;
		text-shadow: 0 4px 4px rgba(0, 0, 0, 0.25);
	}
}

.icekasyno-pl .dd_menu {
	display: none;
	position: absolute;
	right: 0;
	top: 47%;
}

.icekasyno-pl .dropdown-menu {
	background: #fff;
	border-radius: 0 0 5px 5px;
	box-shadow: 0 10px 16px rgba(75, 74, 120, 0.11);
	display: none;
	min-width: 200px;
	padding: 15px;
	position: absolute;
	right: 0;
	top: 42px;
	z-index: 20;
}

.icekasyno-pl .dropdown-menu li {
	list-style: none;
}

.icekasyno-pl .dropdown-menu li a,
.icekasyno-pl .dropdown-menu li span {
	color: #212121;
	display: inline-block;
	font-family: 'Roboto', Arial, sans-serif;
	font-size: 14px;
	font-weight: 400;
	padding: 10px;
	text-decoration: none;
}

.icekasyno-pl .dropdown-menu li a:hover {
	color: #5b95ff;
	text-decoration: none;
}

.icekasyno-pl .dropdown-menu.open-menu {
	display: block;
}

.icekasyno-pl .dropdown-toggle {
	cursor: pointer;
	display: inline-block;
	height: 100%;
	position: relative;
	text-align: center;
	width: 30px;
}

.icekasyno-pl .dropdown-toggle:before {
	background-position: 50%;
	background-repeat: no-repeat;
	content: '';
	height: 7px;
	left: 8px;
	position: absolute;
	top: 0;
	width: 14px;
}

.icekasyno-pl .dropdown-toggle.open-menu:before {
	transform: rotate(180deg);
}

.icekasyno-pl .menu-toggle-wrapper {
	align-items: center;
	background: transparent;
	display: none;
	height: 100%;
	justify-content: flex-end;
	margin-right: 25px;
	transition: all 0.25s ease-in-out;
	width: 30px;
}

@media (max-width: 1024px) {
	.icekasyno-pl .menu-toggle-wrapper {
		display: flex;
	}
}

@media (max-width: 365px) {
	.icekasyno-pl .menu-toggle-wrapper {
		margin-right: 20px;
	}
}

.icekasyno-pl .menu-toggle-button {
	height: 25px;
	position: relative;
	width: 25px;
}

.icekasyno-pl .menu-toggle-button span {
	background: #00ad7c;
	display: block;
	height: 2px;
	left: 2px;
	opacity: 1;
	position: absolute;
	transform: rotate(0deg);
	transition: 0.2s ease-in-out;
	width: 18px;
}

.icekasyno-pl .menu-toggle-button span:first-child {
	top: 6px;
}

.error-content {
	text-align: center;
	margin: 50px 0 !important;
}

.icekasyno-pl .menu-toggle-button span:nth-child(2),
.icekasyno-pl .menu-toggle-button span:nth-child(3) {
	top: 12px;
}

.icekasyno-pl .menu-toggle-button span:nth-child(4) {
	top: 18px;
}

.icekasyno-pl .menu-toggle-button.active span {
	background: #fff;
	border-radius: 3px;
	height: 3px;
	width: 24px;
}

.icekasyno-pl .menu-toggle-button.active span:first-child {
	left: 50%;
	top: 18px;
	width: 0;
}

.icekasyno-pl .menu-toggle-button.active span:nth-child(2) {
	transform: rotate(45deg);
}

.icekasyno-pl .menu-toggle-button.active span:nth-child(3) {
	transform: rotate(-45deg);
}

.icekasyno-pl .menu-toggle-button.active span:nth-child(4) {
	left: 50%;
	top: 18px;
	width: 0;
}

.icekasyno-pl .menu-left_wrap {
	height: auto;
	left: 0;
	max-height: 100vh;
	overflow-x: hidden;
	overflow-y: auto;
	padding-top: 80px;
	position: fixed;
	top: 0;
	width: 310px;
	z-index: 1;
}

@media (max-width: 1024px) {
	.icekasyno-pl .menu-left_wrap {
		display: none;
	}
}

.icekasyno-pl .menu-left_wrap .menu-left {
	background: linear-gradient(334.33deg, #f4f6fd 30.31%, #fff 69.69%);
	border-radius: 5px;
	box-shadow: 0 10px 26px rgba(75, 74, 120, 0.11);
	display: flex;
	flex-direction: column;
	margin: 24px;
	width: 258px;
}

.icekasyno-pl .menu-left_wrap .menu-left li {
	list-style: none;
	margin: 8px 4px;
	position: relative;
}

.icekasyno-pl .menu-left_wrap .menu-left li:first-child {
	border-bottom: 1px solid #c8dbff;
}

.icekasyno-pl .menu-left_wrap .menu-left li.current-menu-item > span {
	color: #1769ff;
}

.icekasyno-pl .menu-left_wrap .menu-left a,
.icekasyno-pl .menu-left_wrap .menu-left span {
	align-items: center;
	color: #212121;
	display: flex;
	flex-direction: row-reverse;
	font-size: 14px;
	justify-content: flex-end;
	padding: 8px 18px;
}

.icekasyno-pl .menu-left_wrap .menu-left a img,
.icekasyno-pl .menu-left_wrap .menu-left span img {
	height: 20px;
	margin-right: 12px;
}

.icekasyno-pl .menu-left_wrap .menu-left a:hover {
	color: #5b95ff;
}

@media (max-width: 1280px) {
	.icekasyno-pl .menu-left_wrap + .content {
		margin-left: 310px;
		margin-right: 10px;
		width: calc(100% - 320px);
	}
}

@media (max-width: 1024px) {
	.icekasyno-pl .menu-left_wrap + .content {
		margin: 0;
		width: 100%;
	}
}

.footer {
	background: #02533c;
	margin-top: 52px;
}

.footer-menu {
	display: flex;
	flex-direction: column;
	flex-wrap: wrap;
	list-style-type: none;
	margin-top: 24px;
}

@media (max-width: 576px) {
	.footer-menu li {
		padding-right: 15px;
		width: 100%;
	}
}

.footer-menu li a,
.footer-menu li span {
	color: #757575;
	display: block;
	font-family: 'Roboto', Arial, sans-serif;
	font-size: 14px;
	font-weight: 400;
	padding-bottom: 12px;
	text-decoration: none;
}

.footer-menu li.current-menu-item a {
	color: #00ad7c;
}

.footer-menu li a:hover {
	color: #00ad7c;
	text-decoration: none;
}

.footer-menu_wrapper {
	padding-bottom: 38px;
	padding-top: 45px;
}

@media (max-width: 768px) {
	.footer-menu_wrapper {
		padding-bottom: 20px;
		padding-top: 35px;
	}
}

.footer-copy {
	color: #fff;
	font-size: 12px;
	font-weight: 300;
	text-align: center;
	text-transform: uppercase;
	width: 100%;
}

.footer .logo {
	margin-bottom: 12px;
	padding: 20px 25px 35px;
	position: relative;
}

@media (max-width: 1024px) {
	.footer .logo {
		padding: 0 0 25px;
	}
}

.footer .logo img {
	max-height: 35px;
	width: auto;
}

.footer .logo:after {
	background: #c8dbff;
	bottom: 0;
	content: '';
	height: 1px;
	left: 0;
	position: absolute;
	width: 100%;
}

.footer #menu-providers {
	display: flex;
	flex-direction: column;
	flex-wrap: wrap;
	max-height: 250px;
}

.footer #menu-providers a,
.footer #menu-providers span {
	align-items: center;
	display: flex;
	flex-direction: row-reverse;
	font-size: 14px;
	justify-content: flex-end;
	margin-bottom: 15px;
}

.footer #menu-providers a img,
.footer #menu-providers span img {
	display: inline-block;
	height: 20px;
	margin-right: 22px;
}

.footer .providers-logo {
	align-items: center;
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	padding: 0 0 32px;
}

@media (max-width: 768px) {
	.footer .providers-logo {
		padding: 0 0 40px;
	}
}

.footer .footer-text {
	padding: 0 0 50px;
}

.footer .partners-logo {
	display: inline-block;
	margin-right: 20px;
	max-height: 40px;
}

.footer .partners-list {
	align-items: center;
	display: flex;
	flex-wrap: wrap;
	margin-top: 20px;
}

@media (max-width: 1440px) {
	.footer #menu-providers {
		max-height: 100%;
	}

	.footer .footer-text {
		flex-wrap: wrap;
		justify-content: center;
	}

	.footer .partners-list {
		margin-left: 0;
		margin-top: 10px;
		min-width: 100%;
		text-align: center;
	}
}

.footer .mobile-menu_wrap {
	display: none;
}

@media (max-width: 767px) {
	.footer .mobile-menu_wrap {
		background: #fff;
		bottom: 0;
		box-shadow: 0 -9px 20px rgba(75, 74, 120, 0.12);
		display: block;
		height: 64px;
		left: 0;
		max-width: 100vw;
		overflow-x: auto;
		overflow-y: hidden;
		padding: 14px;
		position: fixed;
		width: 100%;
		z-index: 3;
	}

	.footer .mobile-menu_wrap .mobile-menu {
		align-items: flex-end;
		display: flex;
		justify-content: space-between;
		list-style: none;
		margin: 0;
		padding: 0;
	}

	.footer .mobile-menu_wrap .mobile-menu img {
		height: 18px;
		margin-bottom: 4px;
		width: 18px;
	}

	.footer .mobile-menu_wrap .mobile-menu a,
	.footer .mobile-menu_wrap .mobile-menu span {
		align-items: center;
		color: #212121;
		display: flex;
		flex-direction: column-reverse;
		font-size: 9px;
		font-weight: 500;
		text-align: center;
		text-transform: uppercase;
	}

	.footer .mobile-menu_wrap .mobile-menu .current-menu-item span {
		color: #1769ff;
	}

	.footer .mobile-menu_wrap + .footer_bottom {
		padding-bottom: 54px;
	}
}

.footer .footer_bottom {
	background: #182C29;
	padding-top: 50px;
}

.icekasyno-pl #toc_container {
	background: linear-gradient(318.69deg, #f8f9ff 20.59%, #fff 74.54%);
	box-shadow: 0 10px 26px rgba(75, 74, 120, 0.11);
	color: #212121;
	float: left;
	font-size: 14px;
	font-weight: 300;
	margin: 0 20px 10px 0;
	max-width: 45%;
	overflow: hidden;
	padding: 20px 15px;
	position: relative;
	width: 452px;
	z-index: 3;
}

@media (max-width: 767px) {
	.icekasyno-pl #toc_container {
		max-width: 100%;
		width: 100%;
	}
}

.icekasyno-pl #toc_container .ctoc-toggle {
	cursor: pointer;
	position: relative;
}

.icekasyno-pl #toc_container .ctoc-toggle:before {
	background-image: url(../img/arrow.svg);
	background-position: 50%;
	background-repeat: no-repeat;
	content: '';
	cursor: pointer;
	height: 10px;
	position: absolute;
	right: 10px;
	text-align: center;
	top: 8px;
	width: 10px;
}

.icekasyno-pl #toc_container .ctoc-body {
	display: none;
	padding-top: 12px;
}

.icekasyno-pl #toc_container li {
	list-style: none;
	margin-bottom: 10px;
	padding-left: 14px;
	position: relative;
}

.icekasyno-pl #toc_container li .ctoc__item {
	color: #212121;
}

.icekasyno-pl #toc_container li .ctoc__item:before {
	background: #212121;
	border-radius: 50px;
	content: '';
	height: 3px;
	left: 0;
	position: absolute;
	top: 9px;
	width: 3px;
}

.icekasyno-pl #toc_container li .ctoc__item:hover {
	color: #1769ff;
	transition-duration: 0.2s;
}

.icekasyno-pl #toc_container li .ctoc__item:hover:before {
	background: #1769ff;
}

.icekasyno-pl #toc_container li > ul {
	margin: 10px 0 10px 10px;
}

.icekasyno-pl #toc_container li > ul li {
	margin-bottom: 4px;
}

.icekasyno-pl #toc_container.active .ctoc-body {
	display: block;
}

.icekasyno-pl #toc_container.active .ctoc-toggle:before {
	transform: rotate(180deg);
}

.faq {
	padding-top: 20px;
}

.faq .faq-title {
	color: #212121;
	font-size: 24px;
	font-weight: 700;
	margin: 0 0 15px;
	text-transform: capitalize;
}

.faq-list {
	margin: 15px 0 40px;
}

.faq-list .faq-list__item {
	background: #fff;
	border-radius: 5px;
	box-shadow: 0 4px 23px rgba(0, 0, 0, 0.1);
	margin-bottom: 12px;
	padding: 16px 20px;
}

@media (max-width: 768px) {
	.faq-list .faq-list__item {
		padding: 12px 15px;
	}
}

.faq-list .faq-list__item.active {
	background: linear-gradient(318.69deg, #f8f9ff 20.59%, #fff 74.54%), #fff;
	box-shadow: 0 10px 16px rgba(75, 74, 120, 0.11);
}

.faq-list .faq-question {
	cursor: pointer;
	display: flex;
	flex-direction: column;
	font-size: 18px;
	font-weight: 700;
	line-height: 1.2;
	margin: 0;
	padding-right: 30px;
	position: relative;
	width: 100%;
}

@media (max-width: 768px) {
	.faq-list .faq-question {
		font-size: 18px;
	}
}

.faq-list .faq-question:after {
	background-position: 50%;
	background-repeat: no-repeat;
	content: url(../img/arrow.svg);
	cursor: pointer;
	height: 30px;
	padding: 5px;
	position: absolute;
	right: -5px;
	text-align: center;
	top: -5px;
	transition: transform 0.3s;
	width: 10px;
}

.faq-list .faq-list__item.active .faq-question {
	color: #00ad7c;
}

.faq-list .faq-list__item.active .faq-question:after {
	content: url(../img/arrow.svg);
	transform: rotate(-180deg);
}

.faq-list .faq-answer {
	display: none;
	font-size: 16px;
	overflow: hidden;
	padding-top: 15px;
}

.faq-list .faq-answer p {
	margin: 0;
}
li ol {
	padding: 0 0 0 20px;
}
.img-cov-small {
	width: 200px;
	margin: 15px 0;
}
.img-cov-small img {
	width: 100%;
}

@media screen and (max-width: 1024px) {
	.img-cov-small {
		float: none !important;
		margin:20px auto;
	}
}