<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/*
Theme name: BestCasino
Description: Р›СѓС‡С€РёРµ РѕРЅР»Р°Р№РЅ РєР°Р·РёРЅРѕ
Author: Aleksandrlao
Author URI: http://alao.pp.ua
*/


:root {
	--white: #fff;
	--black: #000;
}



*, *::before, *::after {
	margin: 0;
	padding: 0;
	-webkit-box-sizing: border-box;
	   -moz-box-sizing: border-box;
			box-sizing: border-box;
}
article, aside, details, figcaption, figure, footer, header, hgroup, main, nav, section, summary {
	display: block;
}
html {
	font-size: 20px;
}
body {
	background: linear-gradient(90deg, #28075E 0%, #5F208F 50.94%, #28075E 100%);
	color: var(--white);
	font: 0.8rem/1.5 'Montserrat', Arial, sans-serif;
}
.wrapper {
	position: relative;
}
.wrapper,
body.nav-active {
	overflow: hidden;
}
.box {
	width: 100%;
	min-width: 320px;
	position: relative;
	z-index: 10;
}
.container {
	width: 100%;
	min-width: 320px;
	max-width: 1212px;
	padding-left: 1rem;
	padding-right: 1rem;
	margin: 0 auto;
	position: relative;
	border-top: 0 solid transparent;
}
.container::after {
	content: '';
	display: block;
	clear: both;
	width: 100%;
	height: 0;
}
.flx {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	align-items: flex-start;
}


a {
	color: var(--white);
	text-decoration: underline;
}
a:hover {
	text-decoration: none;
}

input, textarea, select {
	font-family: 'Montserrat', Arial, sans-serif;
}
input.error {
	color: #f00 !important;
	border: 1px solid #f00 !important;
}
input.valid {
	border: 1px solid #339e36 !important;
}
input:focus {
	color: var(--white);
}
input::-webkit-input-placeholder {
	color: var(--white);
}
input::-moz-placeholder {
	color: var(--white);
}
input:-moz-placeholder {
	color: var(--white);
}
input:-ms-input-placeholder {
	color: var(--white);
}






.text {
	overflow: hidden;
}
.text p {
	margin-bottom: 1.5rem;
}
.text h2, .text h3, .text h4, .text h5 {
	margin-bottom: 1.5rem;
	font-size: 1.3rem;
	line-height: 1.3rem;
	text-transform: uppercase;
	text-align: center;
}
.text h3 {
	font-size: 1.1rem;
}
.text h4, .text h5 {
	font-size: 1rem;
}
.text table {
	width: 100%;
	border-collapse: collapse;
}
.text table tr td {
	border: 1px solid var(--white);
	padding: 10px;
	margin-bottom: 1.5rem;
}
.text ul, .text ol {
	margin: 0 0 1.5rem 1rem;
}
.text li {
	margin-bottom: 8px;
}
.text img {
	display: block;
	max-width: 100%;
	margin-bottom: 1.5rem;
	height: auto;
}



.alignleft {display: inline;float: left;margin: 5px 15px 5px 0;}
.alignright {display: inline;float: right;margin: 5px 0 5px 15px;}
.aligncenter {clear: both;display: block;margin: 5px auto;}



.circle1,
.circle2,
.circle3 {
	position: absolute;
	width: 1100px;
	height: 1100px;
	border-radius: 50%;
	background: rgba(90, 17, 199, 0.95);
	filter: blur(150px);
	z-index: 10;
}
.circle1 {
	top: -290px;
	left: -290px;
}
.circle2 {
	top: 1120px;
	right: -120px;
}
.circle3 {
	top: 2600px;
	left: -360px;
}






.header {
	padding-top: 1.2rem;
	padding-bottom: 1rem;
}
.header__nav-btn {
	display: none;
	width: 32px;
	height: 30px;
	border: none;
	background-color: transparent;
	outline: none;
	cursor: pointer;
}
.header__nav-btn span {
	display: inline-block;
	vertical-align: top;
	width: 24px;
	height: 2px;
	border-radius: 3px;
	background: #fff;
	margin: 6px 0 0 1px;
	position: relative;
}
.header__nav-btn span::before, .header__nav-btn span::after {
	content: "";
	position: absolute;
	left: 0;
	width: 24px;
	height: 2px;
	border-radius: 3px;
	background: #fff;
	transition: all 0.4s ease;
}
.header__nav-btn span::before {
	top: -7px;
}
.header__nav-btn span::after {
	bottom: -7px;
}
.nav-active .header__nav-btn span {
	background: transparent;
}
.nav-active .header__nav-btn span::before {
	top: 0;
	-moz-transform: rotate(45deg);
	-o-transform: rotate(45deg);
	-webkit-transform: rotate(45deg);
}
.nav-active .header__nav-btn span::after {
	bottom: 0;
	-moz-transform: rotate(-45deg);
	-o-transform: rotate(-45deg);
	-webkit-transform: rotate(-45deg);
}


.header__nav ul {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	align-items: center;
	list-style: none;
}
.header__nav li {
	margin: 0 0.5rem 1rem;
}
.header__nav a {
	display: block;
	font-size: 18px;
	text-decoration: none;
}
.header__nav li.current-menu-item a {
	font-weight: bold;
}
.header__nav a:hover {
	text-decoration: underline;
}






/* Middle ----------------------------------------------------------------------------- */
.main {
	padding-top: 1.2rem;
	padding-bottom: 2rem;
}
.main .text {
	padding-left: 8rem;
	padding-right: 8rem;
}
.main .text h2:first-of-type {
	font-weight: normal;
}
/*.main .text p:first-of-type {
	text-align: center;
} */

.head {
	margin-bottom: 2rem;
	color: #FFF;
	text-shadow: 0 5px 10px rgba(0, 0, 0, 0.30);
	font-size: 38px;
	font-style: normal;
	font-weight: 700;
	line-height: 1.3;
	text-transform: uppercase;
	text-align: center;
}




.casino__list {
	padding-bottom: 2.5rem;
}
.main .casino__list {
	width: calc(100% + 16rem);
	margin-left: -8rem;
	margin-right: -8rem;
}
.casino-item {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	align-items: center;
	margin-bottom: 1.5rem;
	padding: 1rem;
	border-radius: 20px;
	background: linear-gradient(180deg, rgba(255, 255, 255, 0.49) 0.01%, rgba(255, 255, 255, 0.60) 0.02%, rgba(255, 255, 255, 0.40) 100%);
	box-shadow: 0 4px 20px rgba(0, 0, 0, 0.30), 0 2px 2px rgba(255, 255, 255, 0.25) inset;
	backdrop-filter: blur(2px);
}
.casino-item__number {
	width: 40px;
	color: #765D90;
	font-size: 33px;
	line-height: 1.2;
	text-align: center;
}
.casino-item__number--top {
	color: #C13EC3;
}
.casino-item__number span {
	display: block;
	font-size: 20px;
	font-weight: 700;
}
.casino-item__logo {
	width: 170px;
	border-radius: 20px;
	overflow: hidden;
	position: relative;
}
.casino-item__logo-ins {
	display: block;
	width: 100%;
	padding-top: 62%;
	position: relative;
}
.casino-item__logo-ins img {
	position: absolute;
	top: 0;
	left: 0;
	display: block;
	width: 100%;
	height: 100%;
	object-fit: contain;
	background-color: rgb(0, 0, 0);
}
.casino-item__bonus {
	width: 270px;
	color: var(--white);
	font-size: 16px;
	line-height: 1.24;
	text-align: center;
}
.casino-item__info {
	width: 240px;
	color: var(--white);
	font-size: 16px;
	line-height: 1.24;
	text-align: center;
}
.casino-item__rating {
	width: 72px;
	color: var(--white);
	font-size: 20px;
	font-weight: 700;
	line-height: 26px;
}
.casino-item__rating-icon {
	display: inline-block;
	vertical-align: middle;
	width: 24px;
	height: 24px;
	background: url('i/bg-icon-star.svg') center no-repeat;
	-webkit-background-size: contain;
	background-size: contain;
}
.casino-item__rating-icon--half {

}
.casino-item__button-list {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	align-items: center;
	width: 180px;
}
.casino-item__button {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	align-items: center;
	width: 100%;
	min-height: 46px;
	padding: 12px 24px;
	margin-bottom: 10px;
	border-radius: 30px;
	border: 1px solid #691557;
	color: #691557;
	text-align: center;
	font-size: 16px;
	font-weight: 400;
	line-height: 1.2;
	text-decoration: none;
	transition: all .3s ease;
	cursor: pointer;
}
.casino-item__button:hover {
	background: linear-gradient(90deg, #C33FC6 0%, #7B1665 100%);
	box-shadow: 0 2px 3px rgba(48, 14, 86, 0.50), 0 1px 1px rgba(255, 255, 255, 0.50) inset;
	color: var(--white);
	transform: translateY(-1px);
}
.casino-item__button--site {
	margin-bottom: 0;
	background: linear-gradient(90deg, #C33FC6 0%, #7B1665 100%);
	border: none;
	color: var(--white);
}
.casino-item__button--site:hover {
	background: linear-gradient(90deg, #D646D9 0%, #9A1D7F 100%);
	box-shadow: 0px 2px 3px 0px rgba(48, 14, 86, 0.50), 0px 1px 1px 0px rgba(255, 255, 255, 0.50) inset;
}







/* Footer ----------------------------------------------------------------------------- */
.footer {
	padding-top: 1rem;
	padding-bottom: 1rem;
	background: rgba(0, 0, 0, 0.30);
	box-shadow: 0 5px 20px rgba(0, 0, 0, 0.40) inset;
	color: #FFF;
	font-size: 14px;
	font-weight: 400;
	text-align: center;
}
.footer__name {
	margin-bottom: 10px;
	color: #FFF;
	text-shadow: 0 5px 10px rgba(0, 0, 0, 0.30);
	font-size: 25px;
	font-weight: 700;
	line-height: 1.2;
	text-transform: uppercase;
	text-align: center;
}







/* ==============================================================
   ========================  MEDIA  =============================
   ============================================================== */
@media screen and (max-width:1200px) {

	.casino-item__bonus {
		width: 260px;
	}
	.casino-item__button-list {
		width: 160px;
	}

}











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

	.main .text {
		padding-left: 4rem;
		padding-right: 4rem;
	}

	.main .casino__list {
		width: calc(100% + 8rem);
		margin-left: -4rem;
		margin-right: -4rem;
	}

	.casino-item__logo {
		width: 145px;
	}
	.casino-item__bonus {
		width: 220px;
	}
	.casino-item__info {
		width: 200px;
	}
	.casino-item__button-list {
		width: 140px;
	}

}












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


	.header {
		position: relative;
		z-index: 40;
	}
	.header__nav-btn {
		display: block;
	}
	.header__nav {
		position: absolute;
		top: 10px;
		left: 20px;
		width: 240px;
		padding: 10px 10px 2px;
		background: #28075E;
		opacity: 0;
		pointer-events: none;
		z-index: 40;
	}
	.nav-active .header__nav {
		top: 36px;
		opacity: 1;
		pointer-events: auto;
	}
	.header__nav ul {
		display: block;
	}

	.main .text {
		padding-left: 0;
		padding-right: 0;
	}

	.main .casino__list {
		width: 100%;
		margin-left: 0;
		margin-right: 0;
	}

	.casino-item__logo {
		width: 160px;
	}
	.casino-item__bonus {
		width: 222px;
	}
	.casino-item__info {
		width: 212px;
	}
	.casino-item__rating {
		width: calc(100% - 430px);
		padding-left: 10px;
		padding-top: 1.3rem;
		text-align: center;
	}
	.casino-item__button-list {
		width: 430px;
		padding-top: 1.2rem;
	}
	.casino-item__button {
		width: calc(50% - 30px);
		margin-bottom: 0;
	}

}












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

	.head {
		font-size: 32px;
	}


	.casino-item {
		justify-content: center;
	}
	.casino-item__number {
		order: -10;
		margin-left: 8%;
		margin-right: 20px;
		padding-bottom: 1rem;
	}
	.casino-item__logo {
		order: -8;
		width: 160px;
		margin-bottom: 1rem;
	}
	.casino-item__bonus {
		width: 48%;
		margin-right: 1%;
	}
	.casino-item__info {
		width: 48%;
		margin-left: 1%;
	}
	.casino-item__rating {
		order: -6;
		width: 80px;
		padding-left: 0;
		padding-top: 0;
		margin-left: 20px;
		margin-right: 8%;
		padding-bottom: 1rem;
		text-align: left;
	}
	.casino-item__button-list {
		width: 100%;
		padding-top: 1.2rem;
	}
	.casino-item__button {
		width: calc(50% - 30px);
		margin-bottom: 0;
	}


}












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

	html {
		font-size: 18px;
	}


	.casino-item__number {
		margin-left: 2%;
	}
	.casino-item__logo {
		width: 140px;
	}
	.casino-item__rating {
		margin-right: 2%;
	}
	.casino-item__button {
		width: calc(50% - 10px);
		margin-bottom: 0;
	}

}












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

	.head {
		font-size: 25px;
	}


	.casino-item__number {
		margin-left: 0;
		margin-right: 8px;
	}
	.casino-item__rating {
		width: auto;
		margin-right: 0;
		margin-left: 8px;
	}
	.casino-item__bonus {
		width: 100%;
		margin-right: 0;
		padding-bottom: 1.2rem;
	}
	.casino-item__info {
		width: 100%;
		margin-left: 0;
	}


	.footer {
		font-size: 13px;
	}
	.footer__name {
		font-size: 18px;
	}

}












/* END ============================================================= */

</pre></body></html>