* {
	outline: none !important;
	box-sizing: border-box !important
}

html {
	-webkit-text-size-adjust: 100%;
	-ms-text-size-adjust: 100%
}
.copy{
color: #000;}
body {
	background: linear-gradient(93.69deg, #5c84ed -1.43%, #fff 100.67%, #281010 100.67%);
	margin: 0;
	min-height: 100%;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	line-height: 20px;
	color: #fff
}

body:before {
	content: "";
	position: fixed;
	top: 0;
	left: 0;
	z-index: -100;
	width: 100vw;
	height: 100vh;
	background: linear-gradient(93.69deg, #5c84ed -1.43%, #fff 100.67%, #281010 100.67%);
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
main,
menu,
nav,
section,
summary {
	display: block
}

a {
	text-decoration: none;
	color: #ff2a00
}

a:focus {
	outline: none
}

span:hover,
a:hover,
button:hover,
.btn:hover,
.item:hover {
	transition: all .3s
}

p {
	margin: 0 0 15px;
	font-size: 15px;
	line-height: 22px;
	font-weight: 400
}

.page-content {
	background: #5c84ed;
	padding: 30px;
	border-radius: 5px;
	margin: 50px 0 0
}

.page-content:before,
.page-content:after {
	animation: spin 5s infinite linear
}

.page-content ul,
.page-content ol {
	margin: 0 0 20px;
	padding: 0;
	list-style: none
}

.page-content ul li,
.page-content ol li {
	padding: 0 0 0 20px;
	margin: 0 0 15px;
	position: relative
}

.page-content ol li {
	padding: 0 0 0 28px
}

.page-content ul li:before {
	content: "";
	position: absolute;
	top: 38%;
	left: 0;
	width: 6px;
	height: 6px;
	background: #fff;
	border-radius: 100%
}

.page-content ol {
	counter-reset: num
}

.page-content ol li:before {
    content: counter(num);
    counter-increment: num;
    background: #fff;
    color: #5c84ed;
    width: 20px;
    height: 20px;
    position: absolute;
    left: 0;
    top: 0;
    font-size: 11px;
    display: flex;
    justify-content: center;
    line-height: 100%;
    align-items: center;
    border-radius: 3px;
}

blockquote {
	margin: 15px 0 20px;
	padding: 20px 30px 5px;
	border: 2px dashed #e74516;
	border-radius: 5px
}

hr {
	width: 100%;
	border: 0;
	border-bottom: 1px solid #f5f6f8;
	margin: 10px 0 20px
}

html::-webkit-scrollbar {
	width: 16px;
	background-color: transparent
}

html::-webkit-scrollbar-track {
	border-radius: 8px;
	background-color: transparent
}

html::-webkit-scrollbar-thumb {
	height: 56px;
	border-radius: 8px;
	border: 4px solid transparent;
	background-clip: content-box;
	background-color: #888
}

html::-webkit-scrollbar-thumb:hover {
	background-color: #555
}

code {
	background: #e1edf4;
	width: auto;
	display: inline-block;
	font-size: inherit;
	line-height: 100%;
	padding: 5px 20px;
	border-radius: 5px;
	overflow-y: auto;
	max-width: 100%;
	position: relative;
	top: 7px
}

.btn {
	box-sizing: border-box;
	transition: color 0.2s ease, background 0.2s ease;
	-webkit-transition: color 0.2s ease, background 0.2s ease;
	-moz-transition: color 0.2s ease, background 0.2s ease;
	-o-transition: color 0.2s ease, background 0.2s ease;
	padding: 0 15px;
	font-weight: 300;
	text-transform: inherit;
	text-decoration: none !important;
	text-align: center;
	border: none;
	outline: none;
	border-radius: 3px;
	min-height: 34px;
	display: flex;
	flex-direction: row;
	align-items: center;
	justify-content: center;
	transition: all 0.2s;
	cursor: pointer
}

.btn-white {
	border-radius: 5px;
	text-transform: uppercase;
	font-size: 16px;
	font-weight: 700;
	padding: 11px;
	position: relative;
	color: #000;
	background: #fff;
}

.btn-white:hover {
	background-color: #ffc700
}

.btn-transparent {
	background: transparent;
	text-transform: uppercase;
	color: #fff;
	font-size: 16px;
	font-weight: 500;
	padding: 15px;
	position: relative
}

.btn-transparent span {
	border-bottom: 2px dashed
}

.btn-transparent:hover {
	background: transparent
}

.btn-transparent:hover span {
	border-bottom: 2px solid
}

.btn-oranj {
	box-shadow: 1px 1px 20px -2px #ff2a00;
	background: #ff2a00;
	border-radius: 100px;
	text-transform: uppercase;
	color: #fff;
	font-size: 16px;
	font-weight: 400;
	position: relative;
	padding: 18px 40px;
	display: inline-block;
	margin: 90px auto 0;
	text-align: center
}

.btn-oranj:hover {
	box-shadow: none
}

h1,
.h1,
h2,
.h2 {
	color: #fff;
	font-size: 36px;
	text-transform: uppercase;
	line-height: 100%;
	font-family: Arial, Helvetica, sans-serif
}

h1,
.h1 {
	text-align: center
}

h1 span,
.h1 span {
	color: #fff
}

h1:after {
	content: '*';
	font-size: 16px;
	top: -11px;
	margin: 0 0 0 10px;
	position: absolute;
}

h3,
.h3 {
	color: #fff;
	font-size: 22px;
	text-transform: uppercase;
	font-weight: 400;
	line-height: 100%;
	font-family: Arial, Helvetica, sans-serif
}

.page-content h2,
.page-content .h2 {
	font-size: 24px
}

header {
	z-index: 100;
	display: flex;
	align-items: center;
	justify-content: center;
	width: 100%;
	position: relative;
	margin: 0 auto;
	padding: 20px 0;
	background: linear-gradient(93.69deg, #5c84ed -1.43%, #fff 100.67%, #281010 100.67%);
}

header .container {
	display: flex;
	align-items: center;
	justify-content: center
}

header .brands {
	width: 15%;
	line-height: 100%
}

header .brands .logo {
	font-size: 20px;
	text-transform: uppercase;
	position: relative;
	font-family: Arial, Helvetica, sans-serif;
	color: #fff;
	line-height: 100%
}

header .brands span {
	color: #735cfc
}

header nav {
	width: 90%;
	padding: 0 0 0 25px
}

header nav ul {
	display: flex;
	align-items: center;
	justify-content: flex-end;
	width: 100%;
	position: relative;
	margin: 0;
	padding: 0
}

header nav ul li {
	list-style: none;
	margin: 0;
	padding: 0
}

header nav ul li a,
header nav ul li span {
	cursor: pointer;
	position: relative;
	display: inline-block;
	text-decoration: none;
	padding: 10px 15px;
	text-align: center;
	color: #363636;
	text-transform: uppercase;
	font-weight: normal;
	font-size: 13px
}

@media only screen and (min-width:960px) {
	header nav ul li ul {
		display: none
	}

	header nav ul li span:after {
		content: '';
		border: solid #8b8b8b;
		border-width: 0 2px 2px 0;
		display: inline-block;
		padding: 2px;
		transform: rotate(45deg);
		-webkit-transform: rotate(45deg);
		position: absolute;
		top: 15px;
		right: 2px
	}

	header nav ul li:hover ul {
		display: block;
		position: absolute;
		background: #fbfbfb;
		box-shadow: 0 3px 5px #ededed;
		background: #fbfbfb;
		max-width: 200px
	}
}

@media only screen and (max-width:960px) {
	header nav ul li span {
		display: none
	}

	body:before {
		content: none
	}
}

.container {
	position: relative;
	display: block;
	max-width: 1200px;
	width: 100%;
	margin: 0 auto;
	padding: 0 20px;
	z-index: 1
}

.rating-casino {
	margin: 0 0;
	width: 100%;
	position: relative
}

.rating-casino:before {
	content: '';
	background: url(img/icon-monets-white.png) no-repeat center center;
	transform: translate3d(0, -20%, 0);
	animation: spin 5s infinite linear;
	width: 70px;
	height: 85px;
	display: block;
	background-size: 100% 100%;
	position: absolute;
	right: -78px;
	top: -100px
}

.rating-casino .item {
	background: #5c84ed;
	border-radius: 5px;
	padding: 20px;
	display: flex;
	flex-wrap: wrap;
	margin: 0 0 20px;
	align-items: center;
	justify-content: flex-start;
	width: 100%
}

.rating-casino .item:nth-child(1) {
	border: 1px solid #fff;
	box-shadow: 0 0 5px 1px #fff
}

.rating-casino .item:nth-child(2) {
	box-shadow: 0 0 5px 1px #fff
}

.rating-casino .item:nth-child(3) {
	box-shadow: 0 0 5px 1px #fff
}

.rating-casino .item img {
	width: 99px;
	background: #f3f3f3;
	border-radius: 10px;
	display: inline-block;
	position: relative;
	height: 59px;
	object-fit: contain
}

.rating-casino .item:nth-child(1) {
	animation: glowing 1300ms infinite;
	transition: all 0.5s
}

.rating-casino .item .info {
	display: flex;
	flex-direction: column;
	width: 75%
}

.rating-casino .item .brands {
	display: flex;
	align-items: center;
	justify-content: flex-start;
	width: 100%
}

.rating-casino .item .params {
	width: 100%;
	position: relative;
	display: flex;
	flex-wrap: wrap;
	margin: 10px 0 0
}

.rating-casino .item .params span {
	background: #f5f5f5;
	color: #000;
	padding: 5px 10px;
	border-radius: 20px;
	margin: 5px 10px 5px 0;
	text-transform: lowercase;
	font-size: 12px;
	line-height: 100%
}

.rating-casino .item .bonus {
	width: 65%;
	position: relative
}

.rating-casino .item .bonus span {
	display: inline-block;
	text-align: center;
	border-radius: 32px;
	color: #fff;
	border: 1px dashed #fff;
	padding: 2px 13px;
	font-size: 11px;
	margin: 0 5px 5px
}

.ratings {
	display: flex;
	align-items: center;
	justify-content: flex-start;
	position: relative;
	width: 100%
}

.ratings i {
	background: url(img/icon-star.svg) no-repeat center center;
	width: 19px;
	height: 19px;
	display: inline-block;
	position: relative;
	filter: grayscale(100%);
	margin: 0 5px 0 0
}

.ratings i.active {
	filter: grayscale(0)
}

.rating-casino .item .name {
	width: calc(35% - 114px);
	padding: 0 0 0 20px;
	position: relative
}

.rating-casino .item .name span {
	font-size: 20px;
	display: block;
	margin: 0 0 7px;
	position: relative
}

.rating-casino .item .btn-box {
	width: 25%;
	display: flex;
	align-items: center;
	justify-content: space-between;
	position: relative
}

.rating-casino .item .btn-box .btn {
	width: 50%;
	box-shadow: none
}

@keyframes spin {
	0 {
		transform: translate3d(0, -20%, 0)
	}

	50% {
		transform: translate3d(0, 20%, 0)
	}

	100% {
		transform: translate3d(0, -20%, 0)
	}
}

@keyframes glowing {
	0 {
		box-shadow: 0 0 3px #e74516
	}

	50% {
		box-shadow: 0 0 30px #91acef
	}

	100% {
		box-shadow: 0 0 3px #ffffff
	}
}

main {
	display: flex;
	flex-direction: column;
	min-height: 100%
}

article {
	flex: 1 0 auto;
	width: 100%;
	overflow: hidden;
	position: relative;
	padding: 40px 0
}

article:before {
	content: '';
	width: 400px;
	height: 400px;
	display: block;
	border-radius: 100%;
	position: absolute;
	z-index: 0;
	top: 100px;
	right: -260px;
	background: linear-gradient(217deg, #8108e0 0, #ff39b0 100%, #ff39b0 100%);
	opacity: 0.4
}

article:after {
	content: '';
	width: 300px;
	height: 300px;
	display: block;
	border-radius: 100%;
	background: linear-gradient(217deg, #8108e0 0, #ff39b0 100%, #ff39b0 100%);
	opacity: 0.4;
	position: absolute;
	z-index: 0;
	bottom: 100px;
	left: -160px
}

.orange-box {
	background: #ff2a00;
	padding: 60px 0;
	width: 100%;
	position: relative;
	margin: 150px 0 0
}

.orange-box .h2 span {
	z-index: 1;
	position: relative
}

.orange-box .h2:before {
	content: attr(data-name);
	position: absolute;
	font-size: 100px;
	left: 0;
	top: 0;
	-webkit-text-stroke: 0.4px white;
	color: #ff2a00;
	z-index: 0
}

.mobile-slider {
	margin: 50px 0 0;
	width: 100%;
	position: relative
}

.mobile-slider .item {
	display: flex;
	align-items: center;
	justify-content: center;
	position: relative;
	width: 100%;
	height: 550px
}

.mobile-slider .item img {
	z-index: 0;
	position: absolute;
	display: block;
	width: 100%;
	height: 100%
}

.mobile-slider .item .btn {
	width: 200px
}

.owl-carousel .owl-nav {
	position: absolute;
	top: 45%;
	width: 100%
}

.owl-carousel .owl-nav .owl-prev,
.owl-carousel .owl-nav .owl-next {
	position: absolute;
	font-size: 30px;
	font-size: 80px;
	line-height: 100%
}

.owl-carousel .owl-nav .owl-prev {
	left: -30px
}

.owl-carousel .owl-nav .owl-next {
	right: -30px
}

footer {
	padding: 0 0 40px;
	text-align: center;
	font-size: 14px;
	flex: 0 0 auto
}

.js-top {
	position: fixed;
	right: 20px;
	bottom: 70px;
	cursor: pointer;
	opacity: .7;
	z-index: 10;
	width: 39px;
	height: 39px;
	text-align: center;
	line-height: 41px;
	border-radius: 100%;
	font-size: 50px;
	background: linear-gradient(217deg, #8108e0 0, #ff39b0 100%, #ff39b0 100%)
}

.js-top svg {
	font-size: 13px;
	color: #fff;
	fill: #fff;
	width: 20px;
	display: inline-block;
	height: 15px;
	transform: rotate(270deg);
	line-height: 100%;
	position: relative;
	top: 2px
}

.js-top:hover {
	opacity: .9;
	transition: all 0.2s
}

.play-game {
	width: 100%;
	background: #000;
	border-radius: 10px;
	overflow: hidden;
	height: 600px;
	display: flex;
	align-items: center;
	justify-content: center;
	position: relative
}

.play-game img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	position: relative;
	display: block;
	z-index: 0
}

.play-game span:before {
	content: '';
	width: 100%;
	height: 100%;
	display: block;
	position: absolute;
	z-index: 1;
	background: #0505058c
}

.play-game span {
	z-index: 1;
	position: absolute;
	width: 100%;
	height: 100%
}

.play-game i {
	width: 76px;
	height: 76px;
	position: absolute;
	z-index: 2;
	background: #ff2a00;
	border-radius: 100%;
	cursor: pointer;
	font-size: 30px;
	display: flex;
	align-items: center;
	justify-content: center
}

.play-game iframe {
	width: 100%;
	height: 100%
}

.more-content {
	margin: 140px 0 0
}

.more-content .h2,
.more-content h2 {
	margin: 40px 0
}

.rating-demo-play {
	display: flex;
	flex-wrap: wrap;
	width: calc(100% + 30px);
	position: relative
}

.rating-demo-play .item {
	width: calc(33.3% - 30px);
	position: relative;
	margin: 0 30px 30px 0;
	display: flex;
	flex-direction: column;
	align-items: center;
	background: #303030;
	padding: 20px;
	border-radius: 10px
}

.rating-demo-play .item img {
	width: 100%;
	border-radius: 5px;
	margin: 0 0 20px;
	display: block;
	height: 192px;
	object-fit: cover
}

.rating-demo-play .item span {
	font-size: 20px;
	margin: 10px 0 20px;
	display: block;
	text-transform: uppercase
}

.rating-demo-play .item .ratings {
	justify-content: center
}

.rating-demo-play .item .btn {
	width: 100%;
	margin: 20px 0 0;
	display: block
}

@media only screen and (max-width:1311px) {
	.rating-casino:before {
		content: none
	}
}

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

	.orange-box .h2:before,
	.page-content:after,
	.page-content:before {
		content: none
	}

	.owl-carousel .owl-nav .owl-prev {
		left: 10px
	}

	.owl-carousel .owl-nav .owl-next {
		right: 10px
	}
}

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

	article:before,
	article:after {
		content: none
	}

	header {
		position: fixed;
		z-index: 10;
		padding: 15px 0;
	}

	header nav {
		width: 100%;
		padding: 0;
		position: fixed;
		display: none;
		background: #fbfbfb;
		z-index: 100;
		top: 50px;
		left: 0;
		border-top: 1px solid #e74516
	}

	header.active nav {
		display: block
	}

	header.active nav ul {
		flex-direction: column
	}

	header .mobile-btn {
		display: flex;
		width: 30px;
		height: 23px;
		cursor: pointer;
		align-items: center;
		justify-content: center;
		right: 20px;
		position: absolute
	}

	header .mobile-btn span,
	header .mobile-btn span:before,
	header .mobile-btn span:after {
		width: 100%;
		height: 2px;
		border-radius: 10px;
		background: #ff2a00;
		display: block;
		position: absolute;
		top: 0;
		right: 0;
		border-radius: 10px
	}

	header .mobile-btn span:before,
	header .mobile-btn span:after {
		content: ''
	}

	header .mobile-btn span:before {
		top: 10px;
		width: 80%
	}

	header .mobile-btn span:after {
		top: 20px;
		width: 60%
	}

	.about {
		flex-wrap: wrap;
		justify-content: center;
		margin: 50px 0
	}

	.about .about-items {
		padding: 30px 0 0;
		width: 100%
	}

	h1,
	.h1,
	h2,
	.h2 {
		text-align: center
	}

	.page-content {
		margin: 50px 0;
		padding: 20px
	}

	.mobile-slider {
		margin: 0
	}

	.btn-oranj {
		margin: 45px auto 0
	}

	.rating-demo-play .item {
		width: calc(50% - 30px)
	}
}

@media only screen and (max-width:860px) {
	.rating-casino .item .name {
		width: calc(40% - 114px)
	}

	.rating-casino .item .params {
		width: 35%
	}

	.about>img {
		width: 50%
	}

	.not-baned-string {
		transform: rotate(0);
		margin: 0
	}

	.mobile-slider .item {
		height: 450px
	}

	.play-game {
		height: 450px
	}

	.more-content {
		margin: 50px 0 0
	}

	h1,
	.h1,
	h2,
	.h2 {
		font-size: 36px
	}

	.mobile-gaming:before {
		content: none
	}

	.mobile-gaming p,
	.mobile-gaming p:nth-child(2n) {
		width: 50%;
		padding: 30px;
		text-align: center
	}

	.mobile-gaming {
		margin: 30px 0 70px
	}

	.mobile-gaming p:before {
		margin: 0 auto 10px
	}

	.orange-box {
		margin: 50px 0 0
	}
}

@media only screen and (max-width:820px) {
	header .brands {
		width: 100%;
		text-align: center
	}

	.rating-casino .item .params {
		display: none
	}

	.rating-casino .item .name {
		width: calc(70% - 114px)
	}

	.rating-casino .item .btn-box {
		width: 30%
	}

	h3,
	.h3 {
		text-align: center
	}
}

@media only screen and (max-width:680px) {
	header nav ul li a {
		font-size: 15px
	}

	header.active nav ul {
		padding: 10px 0 30px
	}

	.play-game {
		height: 350px
	}

	.btn-oranj {
		font-size: 14px
	}

	.rating-casino {
		margin: 0 0 50px
	}

	.rating-demo-play .item {
		width: 100%;
		margin: 0 0 30px
	}

	.rating-demo-play .item span {
		text-align: center
	}

	.rating-demo-play {
		flex-wrap: wrap;
		width: 100%
	}

	.about>img {
		width: 80%
	}

	.orange-box {
		padding: 40px 0
	}

	.mobile-slider .item {
		height: 350px
	}
}

@media only screen and (max-width:540px) {
	.rating-casino .item .info {
		width: 100%
	}

	.rating-casino .item .name {
		width: calc(100% - 114px)
	}

	.rating-casino .item .brands {
		flex-wrap: wrap
	}

	.rating-casino .item .bonus {
		width: 100%;
		margin: 20px 0 0
	}

	.rating-casino .item .btn-box {
		width: 100%;
		margin: 14px 0 0;
		border-top: 1px solid #ebebeb;
		padding: 20px 0 0
	}

	.about .about-items:before {
		content: none
	}

	.mobile-gaming p,
	.mobile-gaming p:nth-child(2n) {
		width: 100%;
		padding: 20px 0
	}

	.telegram-start:before,
	.telegram-start:after {
		content: none
	}

	.telegram-start {
		width: 100%;
		height: auto;
		margin: 0 auto 50px
	}

	.mobile-gaming {
		margin: 30px 0
	}

	.mobile-slider .item .btn {
		width: 50%
	}

	.orange-box .container {
		padding: 0
	}

	.play-game {
		height: 250px
	}

	.mobile-slider .item {
		height: 250px
	}
}

table {
	text-decoration: none;
	border-collapse: collapse;
	width: 100%;
	text-align: center;
	margin: 30px 0 30px
}

table th {
	font-weight: 500;
	font-size: 15px;
	color: #ffffff;
	background: linear-gradient(180deg, #8108e0 0, #ff39b0 100%, #ff39b0 100%)
}

table td {
	font-size: 14px;
	color: #d1d1d1
}

table td,
table th {
	white-space: pre-wrap;
	padding: 10px 5px;
	line-height: 13px;
	vertical-align: middle;
	border: 1px solid #8108e0
}

.promo-banner {
	overflow: hidden;
	transition: all 0.5s;
	display: flex;
	background: #ffffff;
	width: 100%;
	text-decoration: none;
	position: fixed;
	right: 0;
	bottom: 0;
	z-index: 10;
	border-top: 2px solid #5cb5ff;
	align-items: center;
	justify-content: center;
	padding: 10px 0
}

.promo-banner img {
	width: 27px;
	height: 25px;
	margin: 0;
	position: relative;
	z-index: 1
}

.promo-banner p {
	padding: 0 0 0 15px;
	color: #2d2d2d;
	font-size: 15px;
	font-weight: 500;
	position: relative;
	text-align: center;
	display: flex;
	align-items: center;
	margin: 0;
	line-height: 100%
}

.promo-banner p span,
.promo-banner .tg {
	line-height: 130%;
	color: #00b7ff;
	margin: 0 0 0 5px;
	font-weight: 600
}

.promo-banner .tg {
	background: #00b7ff;
	cursor: pointer;
	color: #fff;
	padding: 5px 20px;
	border-radius: 32px;
	display: block;
	position: relative;
	font-style: normal;
	margin: 0 0 0 20px
}

.promo-banner .tg:hover {
	background: #0396d0
}

.promo-banner .close {
	font-style: normal;
	font-size: 14px;
	color: #363636;
	position: absolute;
	top: 15px;
	right: 16px;
	line-height: 100%;
	display: block;
	cursor: pointer;
	width: 15px;
	height: 15px
}

.promo-banner .close:before,
.promo-banner .close:after {
	content: "";
	position: absolute;
	width: 20px;
	height: 1px;
	background: #1e96c8;
	top: 6px;
	left: 0
}

.promo-banner .close:before {
	transform: rotate(45deg)
}

.promo-banner .close:after {
	transform: rotate(-45deg)
}

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

	.promo-banner img,
	.promo-banner p span {
		display: none
	}

	.promo-banner p {
		flex-wrap: wrap;
		justify-content: center;
		padding: 0 20px
	}

	.promo-banner .tg {
		margin: 5px 0 0;
		padding: 3px 14px
	}
}

.modal-box.active {
	width: 100%;
	height: 100%;
	display: flex;
	align-items: center;
	justify-content: center;
	position: absolute;
	top: 0;
	left: 0
}

.modal-box.active:before {
	content: '';
	width: 100%;
	height: 100%;
	background: #000000ba;
	position: fixed;
	display: block;
	z-index: 99;
	top: 0;
	left: 0
}

.modal {
	display: none
}

.modal-box.active .modal {
	display: flex !important;
	position: fixed;
	width: 376px;
	max-width: 95%;
	background: #fff;
	color: #363636;
	border-radius: 10px;
	flex-direction: column;
	align-items: center;
	padding: 20px;
	z-index: 100
}

.modal-box.active .modal .name {
	font-size: 25px;
	font-weight: 600;
	border-bottom: 1px solid #8108e0;
	width: 100%;
	text-align: center;
	margin: 0 0 20px;
	padding: 0 0 15px
}

.modal-box.active .modal .text {
	width: 100%;
	text-align: center;
	margin: 0 0 20px
}

.modal-box.active .modal .btn {
	background: linear-gradient(217deg, #8108e0 0, #ff39b0 100%, #ff39b0 100%);
	border: 0;
	color: #fff
}