*,
:after,
:before {
	-webkit-box-sizing: border-box;
	box-sizing: border-box
}

ol,
ul {
	padding: 0
}

.h2,
blockquote,
body,
dd,
dl,
figcaption,
figure,
h1,
h2,
h3,
h4,
li,
ol,
p,
ul {
	margin: 0
}

body {
	min-height: 100vh;
	scroll-behavior: smooth;
	text-rendering: optimizeSpeed;
	line-height: 1.5
}

ol[class],
ul[class] {
	list-style: none
}

a:not([class]) {
	-webkit-text-decoration-skip: ink;
	text-decoration-skip-ink: auto
}

img {
	max-width: 100%;
	height: auto;
}

.contentImg {
	cursor: pointer;
	width: 100%;
	height: auto;
	display: block;
	margin-left: auto;
	margin-right: auto;
	border-radius: 12px;
	box-shadow: 0 0 14px 4px rgba(0, 0, 0, 0.75);
}

button,
input,
select,
textarea {
	font: inherit
}

input[type="text"],
select,
textarea {
	width: 100%;
	padding: 12px;
	border: 1px solid #ccc;
	margin-top: 6px;
	margin-bottom: 16px;
	resize: vertical;
	border-radius: 5px;
	box-shadow: 0 0 16px 2px rgba(0, 0, 0, 0.75);
}

.container__contact {
	border-radius: 12px;
	padding: 10px;
	background: linear-gradient(92deg, #1e283f, #141b2e);
	margin: 35px 0;
	box-shadow: 0 0 16px 2px rgba(0, 0, 0, 0.75);
}

.container__contact h2 {
	text-align: center;
}

.container__contact label {
	font-weight: 600;
}

.column {
	margin-top: 6px;
	padding: 20px;
}

.row:after {
	content: "";
	display: table;
	clear: both;
}

.column img {
	width: 100%;
	margin-bottom: 25px;
}

body {
	font-family: Lato, sans-serif;
	background: #090f1e;
	color: #fff;
	font-size: 15px
}

.h2,
h1,
h2,
h3 {
	font-family: Roboto, sans-serif
}

.btn {
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	border-radius: 8px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	font-size: 15px;
	outline: 0;
	text-decoration: none;
	vertical-align: top;
	white-space: nowrap;
	background-image: linear-gradient(255deg, #31bc69, #089e4e);
	color: #fff;
	font-weight: 600;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	justify-content: center;
	padding: 0 15px;
	text-align: center;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	border: 0 solid transparent;
	min-height: 30px;
	cursor: pointer;
	-webkit-transition: all .1s;
	position: relative;
	transition: background-image 0.5s linear, filter 0.5s cubic-bezier(0.81, 0.23, 0.5, 0.9);
}

a.btn{
	color: #fff;
}

.btn::before {
	position: absolute;
	content: "";
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	background-image: linear-gradient(255deg, #1ad465, #047237);
	border-radius: 8px;
	z-index: 0;
	transition: opacity 0.5s linear;
	opacity: 0;
	filter: drop-shadow(0 0 0.45rem #1ad465) !important;
}

.btn:hover::before {
	opacity: 1;
}

.btnText {
	position: relative;
	z-index: 1;
}

.container {
	max-width: 1200px;
	margin: 0 auto;
	padding: 0 15px
}

.header-wrap {
	position: -webkit-sticky;
	position: sticky;
	top: 0;
	width: 100%;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	background: linear-gradient(92deg, #1e283f, #141b2e);
	padding: 15px;
	-webkit-box-pack: justify;
	-webkit-justify-content: space-between;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	z-index: 999;
	min-height: 76px;
}

@media screen and (max-width: 900px) {
	.header-wrap {
		-webkit-flex-wrap: wrap;
		-ms-flex-wrap: wrap;
		flex-wrap: wrap
	}
}

.svg-logo {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	justify-content: center;
	height: 46px;
	min-width: 68px
}

.burger {
	display: none
}

@media screen and (max-width: 900px) {
	.burger {
		display: -webkit-box;
		display: -webkit-flex;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-webkit-flex-direction: column;
		-ms-flex-direction: column;
		flex-direction: column;
		height: 30px;
		width: 30px;
		-webkit-box-pack: space-evenly;
		-webkit-justify-content: space-evenly;
		-ms-flex-pack: space-evenly;
		justify-content: space-evenly;
		margin-right: 10px;
		cursor: pointer
	}

	.burger span {
		width: 100%;
		height: 4px;
		background: #fff;
		border-radius: 4px;
		display: block
	}
}

.menu {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	list-style: none
}

@media screen and (max-width: 900px) {
	.menu {
		flex-wrap: wrap
	}

	.menu li {
		padding: 10px
	}
}

.menu li {
	padding: 0 5px
}

.menu a {
	color: #fff;
	text-decoration: none;
	font-weight: 600;
	transition: color .3s ease-in-out;
}

.menu a:hover {
	color: #4099e9;
	text-shadow: #167fdc 1px 0 10px;
}

.st0[data-v-66724ed8] {
	fill: none
}

.st1[data-v-66724ed8] {
	fill: url(#Path_1_)
}

.st2[data-v-66724ed8] {
	fill: url(#Path_2_)
}

.st3[data-v-66724ed8] {
	fill: url(#Oval_1_)
}

.st4[data-v-66724ed8] {
	fill: url(#Path_3_)
}

.st5[data-v-66724ed8] {
	fill: url(#Path_4_)
}

.slide {
	position: relative;
	max-width: 100%;
	overflow-x: hidden
}

.sliderCategoriesBlock {
	position: relative;
}

.top {
	display: flex;
	align-items: center;
	margin: 20px 0
}

.top .top-item {
	text-decoration: none;
	display: inline-flex;
	border-radius: 12px;
	padding: 10px;
	min-height: 50px;
	text-align: -webkit-center;
	display: table !important;
	margin: 0 10px;
}

.top-visible {
	visibility: visible !important;
	opacity: 1 !important;
}

.blueElementGradiend {
	position: relative;
	background-image: linear-gradient(110deg, #1e283f, #141b2e 100%);
	filter: drop-shadow(0 0 0.75rem rgba(0, 0, 0, 0.35));
	transition: background-image 0.5s linear;
}

.blueElementGradiend::before {
	position: absolute;
	content: "";
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	background-image: linear-gradient(110deg, #141b2e, #1e283f 100%);
	border-radius: 12px;
	z-index: -1;
	transition: opacity 0.5s linear;
	opacity: 0;
}

.blueElementGradiend:hover::before {
	opacity: 1;
}

.top .top-item p {
	font-size: 14px;
	width: max-content;
	color: #fff;
	text-align: center;
	vertical-align: middle;
	display: table-cell;
}

.slide img {
	min-width: 580px;
	position: relative;
	transform: translateX(-50%);
	margin-left: 50%
}

.slide {
	margin-top: 80px
}

.slide-text {
	z-index: 1000;
	position: absolute;
	width: 510px;
	min-height: 180px;
	left: 0;
	bottom: 20px;
	background: rgba(0, 0, 0, .85);
	color: #fff;
	padding: 20px;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-webkit-flex-direction: column;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	justify-content: center
}

@media screen and (max-width: 768px) {
	.slide-text {
		font-size: 10px;
		width: 80%;
		padding: 10px;
		min-height: auto
	}
}

.slide-text .h2,
.slide-text p {
	margin-bottom: 10px
}

.slide-text a {
	margin-top: 5px
}

.top {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-webkit-justify-content: space-between;
	-ms-flex-pack: justify;
	justify-content: space-between;
	margin-top: 20px
}

.top::-webkit-scrollbar-thumb {
	background-color: #090f1e;
	border-radius: 4px;
	border: 2px none #000
}

.top::-webkit-scrollbar-track {
	background: #7d7d7d
}

.top::-webkit-scrollbar {
	width: 4px
}

.top-item .h2 {
	font-size: 25px;
	color: #fff
}

.top-item span {
	display: block;
	font-weight: 400;
	font-size: 16px
}

.top-item img {
	max-height: 50px
}

.copyrightString {
	font-size: 11px;
}

.lives,
.slots {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-pack: justify;
	-webkit-justify-content: space-between;
	-ms-flex-pack: justify;
	justify-content: space-between;
	margin-top: 20px;
	margin-bottom: 20px
}

.live-wrap,
.slot-wrap {
	width: calc(25% - 20px);
	height: 161.11111px;
	position: relative;
	overflow: hidden;
	margin-bottom: 10px
}

.live-wrap:hover .live-overlay,
.live-wrap:hover .slot-overlay,
.slot-wrap:hover .live-overlay,
.slot-wrap:hover .slot-overlay {
	opacity: 1
}

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

	.live-wrap,
	.slot-wrap {
		width: calc(25vw - 15px);
		height: calc(16.66667vw - 6.66667px)
	}

	.slide {
		margin-top: 93px
	}
}

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

	.live-wrap,
	.slot-wrap {
		width: calc(50vw - 30px);
		height: calc(33.33333vw - 13.33333px)
	}
}

.live-wrap img,
.slot-wrap img {
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	width: 100%;
	object-fit: cover
}

.live-overlay,
.slot-overlay {
	background: rgba(0, 0, 0, .85);
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	justify-content: center;
	position: absolute;
	width: 100%;
	height: 100%;
	opacity: 0;
	-webkit-transition: .5s;
	transition: .5s
}

.text-block {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	/* margin-bottom: 30px */
	margin: 15px 0;
}

/* 
.text-block img {
	width: 100%;
	height: auto;
	display: block;
	margin-left: auto;
	margin-right: auto;
	border-radius: 12px;
} */

.text-block ul {
	margin-bottom: 0;
	padding-inline-start: 28px;
}

.text-block ol li {
	margin-left: 20px;
}

.text-block li {
	margin: 0;
	padding: 0;
	margin-bottom: 0.6em;
}

@media screen and (max-width: 900px) {
	.text-block {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-webkit-flex-direction: column;
		-ms-flex-direction: column;
		flex-direction: column
	}
}

.text-block h1,
.text-block h2 {
	width: 40%;
	padding-right: 20px
}

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

	.text-block h1,
	.text-block h2 {
		width: 100%
	}
}

.text-block p,
.textContent p,
.toc-content p {
	margin-bottom: 15px;
	text-align: justify;
}

.text-block__content {
	width: 60%;
	text-align: justify;
}

/* @media screen and (max-width: 900px) {
	.text-block__content {
		width: 100%
	}
} */

.text-block__content table,
.toc-content table {
	margin-bottom: 15px;
}

.text-block__content td,
.text-block__content th,
.toc-content td,
.toc-content th {
	border: 1px solid #ddd;
	padding: 8px
}

.text-block__content tr,
.toc-content tr {
	transition: all 0.8s;
}

.text-block__content tr:nth-child(2n),
.toc-content tr:nth-child(2n) {
	background-color: hsla(0, 0%, 94.9%, .08)
}

.text-block__content tr:hover,
.toc-content tr:hover {
	background: #596688
}

.text-block__content th,
.toc-content th {
	padding-top: 12px;
	padding-bottom: 12px;
	text-align: left;
	background-color: #4caf50
}

footer {
	width: 100%;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-webkit-flex-direction: column;
	-ms-flex-direction: column;
	flex-direction: column;
	padding: 15px;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	text-align: center;
	/* background: #02050c; */
	background: linear-gradient(92deg, #1e283f, #141b2e);
	color: hsla(0, 0%, 100%, .4);
	-webkit-box-shadow: 0 0 16px 2px rgba(0, 0, 0, 0.75);
	-moz-box-shadow: 0 0 16px 2px rgba(0, 0, 0, 0.75);
	box-shadow: 0 0 16px 2px rgba(0, 0, 0, 0.75);
}

footer img {
	max-width: 44px;
	margin: 7px auto;
}

.h1 {
	font-size: 2em;
	font-weight: 900
}

.h2 {
	font-size: 1.5em;
	font-weight: 900
}

.slide-text {
	z-index: 1;
	text-align: center
}

.accordion-group {
	margin: 16px 0
}

.text-block__content a,
ul.breadcrumb li a,
.toc-content a {
	color: #2db967;
	text-decoration: none;
	transition: 1s;
	font-weight: 600;
}

.text-block__content a.btn{
	color: #ffffff;
}

.text-block__content a:hover,
ul.breadcrumb li a:hover,
.toc-content a:hover {
	color: #46d682;
	text-shadow: #46d682 1px 0 10px;
}

footer .menu {
	display: flex;
	justify-content: center
}

.main__heading {
	margin: 30px 0
}

.accordion-body {
	display: none;
	padding: 14px 20px;
	background: #090f1e;
	border-radius: 15px;
	margin: 8px 0;
	border: 2px solid #f9fcff
}

.accordion-body>*>.accordion-body {
	background: #fff;
	margin: 0
}

.accordion-header {
	background: linear-gradient(92deg, #1e283f, #141b2e);
	margin: 8px 0;
	color: snow;
	padding: 8px 40px 8px 20px;
	cursor: pointer;
	border-radius: 55px;
	position: relative;
	border: 2px solid #266880;
	font-size: 18px
}

.accordion-header::after {
	content: "+";
	right: 16px;
	font-family: Courier;
	font-size: 28px;
	line-height: 28px;
	font-weight: 700;
	color: #337ab7;
	position: absolute
}

.accordion-header.open {
	background: #23639a;
	color: #fff3f3;
	font-weight: 700;
	border: 2px solid #afb2b3;
	font-size: 19px
}

.accordion-header.open::after {
	content: "-";
	color: #fff
}

.header__btns {
	display: flex;
	max-height: 50px;
	height: 100%;
	align-items: center;
}

button.reg_btn.btn {
	height: 40px;
	position: relative;
}

.wideButton {
	width: 100%;
	padding: 10px;
}

header.header-wrap {
	position: fixed
}

.header-wrap {
	position: fixed;
	padding: 15px !important;
	max-width: 1170px;
	width: 100%;
	top: 0;
	right: 0;
	left: 0;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	background: linear-gradient(92deg, #1e283f, #141b2e);
	padding: 15px;
	-webkit-box-pack: justify;
	-webkit-justify-content: space-between;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	z-index: 999;
	flex-wrap: wrap;
	-webkit-box-shadow: 0 0 16px 2px rgba(0, 0, 0, 0.75);
	-moz-box-shadow: 0 0 16px 2px rgba(0, 0, 0, 0.75);
	box-shadow: 0 0 16px 2px rgba(0, 0, 0, 0.75);
}

.language-selector__container {
	margin-right: 15px
}

.language-selector__container select {
	background-color: #fff;
	border: 1px solid #c5c5c5;
	border-radius: 8px;
	box-sizing: border-box;
	color: #fff;
	cursor: pointer;
	display: block;
	font-family: SourceSansPro, Helvetica, Arial, sans-serif;
	font-size: 14px;
	font-weight: 600;
	height: 40px;
	min-width: 80px;
	padding: 0 5px 0 5px;
	outline: 0;
	width: 117px;
	background: linear-gradient(110deg, #1e283f, #141b2e 100%)
}

.language-selector__container select option {
	background: #141b2e
}

.language-selector__container label {
	position: relative
}

.header__btns {
	display: flex
}

a {
	text-decoration: none
}

.share-buttons {
	margin: 0 auto;
	line-height: 36px;
}

.share-block {
	display: inline-block;
	margin-bottom: 16px;
	text-align: center;
	transition: .5s
}

.share-block:hover {
	animation: share-animation .82s cubic-bezier(.36, .07, .19, .97) both;
	border-color: #0c7fd7
}

.share-block i {
	font-size: 33px;
	margin: 0 7px;
	position: relative;
	top: 5px
}

.share-block span {
	display: block;
	position: relative;
	top: -9px;
	font-size: 10px;
	line-height: 1
}

.share-buttons .facebook {
	color: #3b5998
}

.share-buttons .vk {
	color: #5e82a8
}

.share-buttons .linkedin {
	color: #0976b4
}

.share-buttons .pinterest {
	color: #cc2127
}

.share-buttons .google {
	color: #d73925
}

.share-buttons .twitter {
	color: #55acee
}

.share-buttons img {
	margin: 0 0px;
	vertical-align: bottom;
	filter: invert(1%) sepia(1%) saturate(1%) hue-rotate(1deg) brightness(1000%) contrast(1000%);
	max-width: 32px;
	-webkit-transition: -webkit-filter 500ms cubic-bezier(0.69, 0.15, 1, 1);
}

.share-buttons img:hover {
	filter: unset;
}


.share-buttons button {
	background: transparent;
	border: none;
	cursor: pointer;
}

@keyframes share-animation {

	10%,
	90% {
		transform: translate3d(-1px, 0, 0)
	}

	20%,
	80% {
		transform: translate3d(2px, 0, 0)
	}

	30%,
	50%,
	70% {
		transform: translate3d(-4px, 0, 0)
	}

	40%,
	60% {
		transform: translate3d(4px, 0, 0)
	}
}

.map__wrap {
	display: grid;
	grid-template-columns: 1fr 1fr 1fr 1fr;
	margin: 40px 0
}

.map__heading {
	text-align: center;
	font-size: 30px
}

.map__wrap a {
	font-size: 18px;
	margin: 5px 0;
	color: #0095ff
}

/* .lng__item {
	display: flex;
	width: 50%;
	justify-content: space-between
} */

.map__container {
	background: linear-gradient(110deg, #1e283f, #141b2e 100%);
	padding: 20px;
	border-radius: 14px;
	margin-bottom: 25px;
	text-align: center;
	filter: drop-shadow(0 0 0.75rem rgba(0, 0, 0, 0.35));
}

.map__container h1 {
	font-size: 50px;
}

.map__container a {
	font-size: 14px;
	text-decoration: none;
	color: #94a6cd;
	transition: 1s;
	display: inline-block;
	height: 48px;
}

.map__container a:hover {
	text-shadow: #94a6cd 1px 0 10px;
}

.map__container h2 {
	margin-top: 25px;
	font-size: 32px;
}

.separator {
	color: #fff;
	display: block
}

.items__list h3 {
	text-align: center;
	font-size: 19px;
	margin: 15px 0;
	font-weight: 700;
}

.comment .comment__wrapper {
	display: flex;
	flex-flow: column;
	align-items: center;
}


.comment .comment__wrapper .comment__image {
	width: 150px;
	height: 150px;
	filter: drop-shadow(0 0 0.75rem rgba(0, 0, 0, 1.15));
}

.comment .comment__wrapper .comment__image img {
	border-radius: 50%;
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.comment .comment__wrapper .comment__name {
	margin-top: 15px;
	margin-bottom: 15px;
	font-size: 18px;
	font-weight: 600;
}

.comment .comment_date {
	color: #999;
	margin: 10px 0;
	font-weight: 600;
	font-size: 13px
}

.comment__content {
	text-align: justify;
}



@media (max-width: 700px) {
	.map__wrap {
		grid-template-columns: 1fr
	}

	.lng__item {
		flex-direction: column
	}
}

.lng__item ul {
	list-style: none;
	display: grid;
	grid-template-columns: 1fr 1fr 1fr 1fr;
}

@media (max-width: 750px) {
	.lng__item ul {
		grid-template-columns: 1fr 1fr;
	}

	.items__list ul,
	.items__list li {
		margin-bottom: 5px;
	}
}

#modal {
	display: none;
	width: 100%;
	height: 100vh;
	margin: auto;
	background: rgba(9, 15, 30, .7);
	z-index: 1;
	position: absolute;
	align-items: center;
	justify-content: center;
	left: 0
}

#modalcontent {
	height: 321px;
	position: relative;
	width: 388px;
	background: #fff;
	margin: auto;
	box-sizing: border-box;
	padding: 20px 19px;
	border-radius: 16px;
	-webkit-box-shadow: 0 4px 40px 0 #000;
	box-shadow: 0 4px 40px 0 #000
}

.modalcontent__img {
	position: absolute;
	height: 239px;
	right: 19px;
	top: -40px;
	width: 202px
}

.bonus-modal-button {
	webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	background-image: linear-gradient(88.72deg, #6a16df, #c773ff);
	border-radius: 10px;
	-webkit-box-shadow: 0 6px 22px 0 rgb(108 24 224 / 30%);
	box-shadow: 0 6px 22px 0 rgb(108 24 224 / 30%);
	cursor: pointer;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	font-size: 16px;
	font-weight: 600;
	height: 45px;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	letter-spacing: -.34px;
	line-height: 1.25;
	margin-top: auto;
	width: 100%;
	z-index: 10;
	color: #fff;
	border: none
}

.bonus-modal-button a {
	color: #fff;
	text-decoration: none
}

.bonus-modal-subtitle {
	color: #070c19;
	font-size: 12px;
	line-height: 1.4;
	max-width: 200px;
	margin: 6px 0;
	font-family: SF Pro Text, sans-serif
}

.bonus-modal-percent {
	font-weight: 900;
	margin-top: 30px;
	color: #f3d015;
	font-size: 60px;
	font-family: SF Pro Text, sans-serif
}

.bonus-modal-title {
	color: #090f1e;
	font-size: 20px;
	font-weight: 700;
	letter-spacing: -1.2px;
	margin-top: 20px;
	font-family: SF Pro Text, sans-serif
}

#modal {
	position: fixed;
	top: 0;
	background: rgba(9, 15, 30, .9);
	z-index: 9999
}

body {
	overflow: auto !important
}

html {
	overflow: auto !important
}

@media (max-width: 768px) {
	.aviator {
		height: 300px
	}
}

#myBtn {
	visibility: hidden;
	opacity: 0;
	position: fixed;
	bottom: 90px;
	right: 30px;
	z-index: 99;
	font-size: 18px;
	font-weight: 600;
	border: none;
	outline: 0;
	background-color: red;
	color: #fff;
	cursor: pointer;
	padding: 15px 13px;
	border-radius: 50%;
	background: linear-gradient(92deg, #1e283f, #141b2e);
	-webkit-box-shadow: 0 0 16px 2px rgba(0, 0, 0, 0.75);
	-moz-box-shadow: 0 0 16px 2px rgba(0, 0, 0, 0.75);
	box-shadow: 0 0 16px 2px rgba(0, 0, 0, 0.75);
	transition: visibility 0.5s, opacity 0.5s linear, box-shadow 0.5s cubic-bezier(0.81, 0.23, 0.5, 0.9);
}

#myBtn:hover {
	-webkit-box-shadow: unset;
	-moz-box-shadow: unset;
	box-shadow: unset;
	filter: drop-shadow(0 0 0.75rem rgb(0 183 255 / 70%));
}

.slot-wrap a {
	color: #fff
}

.top:hover::-webkit-scrollbar-thumb {
	visibility: visible
}

.top::-webkit-scrollbar-thumb {
	background: linear-gradient(92deg, #1e283f, #141b2e);
	border-radius: 4px;
	transition: 2s ease-in-out;
	visibility: hidden
}

.top::-webkit-scrollbar-track {
	background: 0 0
}

.footer_links {
	display: flex;
	flex-direction: row;
	align-items: center;
	gap: 10px
}

.logoImage {
	vertical-align: bottom;
}

/*header/languageButton*/

.testClass {
	float: right;
	border-style: solid;
	border-width: 3px 3px 0 0;
	content: "";
	margin-left: 8px;
	height: 8px;
	left: 0;
	position: relative;
	/* top: 2px; */
	/* vertical-align: top; */
	width: 8px;
	transform: rotate(135deg);
	order: 2;
}

.languageButton {
	z-index: 99;
	font-size: 18px;
	font-weight: 500;
	display: flex;
	flex-direction: column;
	align-items: center;
	position: relative;
	padding: 0px 0.75em 0px 0;
}

.currentLanguageButton {
	position: relative;
	border-radius: 8px;
	background: #fff;
	background-clip: padding-box;
	padding: 3px 13px;
	/* margin-left: 10px; */
	color: #fff;
	font-weight: 600;
	box-shadow: 0 3px 10px rgb(0 0 0 / 25%);
	display: flex;
	order: -1;
	align-items: flex-start;
	font-size: 14px;
	background: linear-gradient(110deg, #1e283f, #141b2e 100%);
	justify-content: space-between;
	align-items: center;
	width: 150px;
	height: 35px;
}

.currentLanguageButton::after {
	position: absolute;
	top: -2px;
	bottom: -3px;
	left: -3px;
	right: -3px;
	background: linear-gradient(to bottom, #fff, #c5c5c5);
	transition: opacity 0.5s cubic-bezier(0, 0.43, 0.73, 1.23);
	content: '';
	z-index: -1;
	border-radius: 11px;
}


.currentLanguageButton:hover::after {
	background-position: 100px;
	background: -webkit-gradient(linear, left top, left bottom, from(#c5c5c5), to(#fff));
	background: -webkit-linear-gradient(top, #c5c5c5 0, #fff 70%);
	background: -o-linear-gradient(top, #c5c5c5 0, #fff 142b 70%);
	background: linear-gradient(180deg, #c5c5c5 0, #fff 70%);
	-webkit-text-fill-color: aliceblue;
	opacity: 0.7;
}

.languageButtonSubMenu {
	position: absolute;
	z-index: 1000;
	display: none !important;
	width: 95%;
	padding: 0.5rem 0;
	margin: -1px;
	font-size: 1rem;
	color: #212529;
	text-align: left;
	list-style: none;
	background-color: #edf2ff;
	background-clip: padding-box;
	border: unset;
	box-shadow: 0 6px 7px 0 rgb(0 78 69 / 30%);
	text-align: center;
	border-radius: 6px;
	top: 31px;
	transform: translate(0%, 6%);
}

.arrow-up {
	display: none !important;
	position: absolute;
	top: 33px;
	width: 0px;
	height: 0;
	border-style: solid;
	border-width: 0px 8px 8px 8px;
	padding: 0px 68px 0 68px;
	border-color: transparent transparent transparent transparent;
	transform: translate(0%, 49%);
}

.collapse:not(.show) {
	display: none;
}

.languageButtonSubMenu.show,
.arrow-up.show {
	display: block !important;
}

.languageButtonDropdownItem {
	height: 30px;
	text-align: center;
	font-family: -apple-system, system-ui, BlinkMacSystemFont, "Segoe UI", Helvetica, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
	font-size: 14px;
	font-weight: 400;
	line-height: 10px;
	display: inline-table;
	width: 100%;
}

.noSelectLanguageButton {
	color: #000;
	transition: color .3s ease-in-out;
	padding: 8px 31px;
	float: left;
	width: 100%;
}

.languageButtonDropdownItem:hover .noSelectLanguageButton {
	color: #167fdc;
}

.flagImage {
	border-radius: 50%;
	width: 20px;
	height: 20px;
	vertical-align: sub;
}

.langFlagAndTitle {
	float: left;
}

@media(min-width:767px) and (max-width: 992px) {
	.navbar-brand {
		margin-right: 0;
	}
}

@media(min-width:320px) and (max-width: 410px) {
	.languageButton {
		font-size: 18px;
		padding: 0px 0.35em 0px 0;
	}

	.currentLanguageButton {
		padding: 3px 5px;
		width: 110px;
		font-size: 12px;
	}

	button.reg_btn.btn {
		padding: 0 7px;
		font-size: 11px;
	}

	.noSelectLanguageButton {
		padding: 8px 8px;
	}

	.testClass {
		margin-left: 0px;
	}
}

.trustpilotImg {
	width: auto;
	height: auto;
}

.tns-outer {
	padding: 0 !important
}

.tns-outer [hidden] {
	display: none !important
}

.tns-outer [aria-controls],
.tns-outer [data-action] {
	cursor: pointer
}

.tns-slider {
	-webkit-transition: all 0s;
	-moz-transition: all 0s;
	transition: all 0s
}

.tns-slider>.tns-item {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box
}

.tns-horizontal.tns-subpixel {
	white-space: nowrap
}

.tns-horizontal.tns-subpixel>.tns-item {
	display: inline-block;
	vertical-align: top;
	white-space: normal
}

.tns-horizontal.tns-no-subpixel:after {
	content: '';
	display: table;
	clear: both
}

.tns-horizontal.tns-no-subpixel>.tns-item {
	float: left
}

.tns-horizontal.tns-carousel.tns-no-subpixel>.tns-item {
	margin-right: -100%
}

.tns-no-calc {
	position: relative;
	left: 0
}

.tns-gallery {
	position: relative;
	left: 0;
	min-height: 1px
}

.tns-gallery>.tns-item {
	position: absolute;
	left: -100%;
	-webkit-transition: transform 0s, opacity 0s;
	-moz-transition: transform 0s, opacity 0s;
	transition: transform 0s, opacity 0s
}

.tns-gallery>.tns-slide-active {
	position: relative;
	left: auto !important
}

.tns-gallery>.tns-moving {
	-webkit-transition: all 0.25s;
	-moz-transition: all 0.25s;
	transition: all 0.25s
}

.tns-autowidth {
	display: inline-block
}

.tns-lazy-img {
	-webkit-transition: opacity 0.6s;
	-moz-transition: opacity 0.6s;
	transition: opacity 0.6s;
	opacity: 0.6
}

.tns-lazy-img.tns-complete {
	opacity: 1
}

.tns-ah {
	-webkit-transition: height 0s;
	-moz-transition: height 0s;
	transition: height 0s
}

.tns-ovh {
	overflow: hidden
}

.tns-visually-hidden {
	position: absolute;
	left: -10000em
}

.tns-transparent {
	opacity: 0;
	visibility: hidden
}

.tns-fadeIn {
	opacity: 1;
	filter: alpha(opacity=100);
	z-index: 0
}

.tns-normal,
.tns-fadeOut {
	opacity: 0;
	filter: alpha(opacity=0);
	z-index: -1
}

.tns-vpfix {
	white-space: nowrap
}

.tns-vpfix>div,
.tns-vpfix>li {
	display: inline-block
}

.tns-t-subp2 {
	margin: 0 auto;
	width: 310px;
	position: relative;
	height: 10px;
	overflow: hidden
}

.tns-t-ct {
	width: 2333.3333333%;
	width: -webkit-calc(100% * 70 / 3);
	width: -moz-calc(100% * 70 / 3);
	width: calc(100% * 70 / 3);
	position: absolute;
	right: 0
}

.tns-t-ct:after {
	content: '';
	display: table;
	clear: both
}

.tns-t-ct>div {
	width: 1.4285714%;
	width: -webkit-calc(100% / 70);
	width: -moz-calc(100% / 70);
	width: calc(100% / 70);
	height: 10px;
	float: left
}

/*bonusContainer*/


.bonusContainer h2:first-of-type {
	color: #fff;
	margin: 16px 0 0;
}

.sliderBonusBlock {
	position: relative;
}

.bonusWrapper {
	display: flex;
	flex-direction: row;
}

.bonusItem {
	position: relative;
	-webkit-box-flex: 1;
	flex: 1;
	border-radius: 12px;
	background-size: cover;
	background-repeat: no-repeat;
	margin: 15px 9px;
	display: flex !important;
	transition: background-image 0.5s linear, filter 0.5s cubic-bezier(0.81, 0.23, 0.5, 0.9);
	overflow: hidden;
	cursor: pointer;
	border: none;
}

.bonusItem::before {
	position: absolute;
	background-size: cover;
	background-repeat: no-repeat;
	border-radius: 12px;
	content: "";
	top: -1px;
	right: -1px;
	bottom: -1px;
	left: -1px;
	background-size: 100.5%;
	transition: opacity 0.4s ease-in-out;
	opacity: 0;
}

.bonusItem:hover::before {
	opacity: 1;
}

.bonusItem::after {
	content: '';
	display: block;
	padding-top: 100%;
}

.bonusItemImg {
	position: absolute;
	transition: transform 0.5s ease-in-out;
	width: 100%;
}

.bonusItem:hover .bonusItemImg {
	transform: scale(1.009, 1.009);
}


/* bonusContainer / bonusCatItem */

.bonusCatItem {
	background-image: url("/img/cashback.092c124f0-477.webp"), linear-gradient(103.36deg, rgb(115, 97, 244), rgb(193, 6, 246));
	filter: drop-shadow(0 0 0.35rem rgb(193, 6, 246));
}

.bonusCatItem:nth-child(odd) {
	background-image: url("/img/express-bonus.fe5063efd-477.webp"), linear-gradient(103.36deg, rgb(253, 187, 78), rgb(245, 103, 25));
	filter: drop-shadow(0 0 0.35rem rgb(245, 103, 25));
}

.bonusCatItem:nth-child(3n+1) {
	background-image: url("/img/bonus-500.68565995b-477.webp"), linear-gradient(103.36deg, rgb(138, 41, 241), rgb(98, 97, 245)) !important;
	filter: drop-shadow(0 0 0.35rem rgb(98, 97, 245)) !important;
}

.bonusCatItem::before {
	background-image: url("/img/cashback.092c124f0-477.webp"), linear-gradient(103.36deg, rgb(193, 6, 246), rgb(115, 97, 244));
	filter: drop-shadow(0 0 0.35rem rgb(115, 97, 244));
}

.bonusCatItem:nth-child(odd)::before {
	background-image: url("/img/express-bonus.fe5063efd-477.webp"), linear-gradient(103.36deg, rgb(245, 103, 25), rgb(253, 187, 78));
	filter: drop-shadow(0 0 0.35rem rgb(253, 187, 78));
}

.bonusCatItem:nth-child(3n+1)::before {
	background-image: url("/img/bonus-500.68565995b-477.webp"), linear-gradient(103.36deg, rgb(98, 97, 245), rgb(138, 41, 241)) !important;
	filter: drop-shadow(0 0 0.35rem rgb(138, 41, 241)) !important;
}

/* bonusContainer / bonusPostItem */

.bonusPostItem {
	background-image: linear-gradient(103.36deg, rgb(88, 101, 185), rgb(31, 201, 246));
	filter: drop-shadow(0 0 0.35rem rgb(31, 201, 246));
}

.bonusPostItem:nth-child(odd) {
	background-image: linear-gradient(103.36deg, rgb(230, 10, 187), rgb(22, 93, 248));
	filter: drop-shadow(0 0 0.35rem rgb(22, 93, 248));
}

.bonusPostItem:nth-child(3n+1) {
	background-image: linear-gradient(103.36deg, rgb(156, 0, 255), rgb(9, 254, 239)) !important;
	filter: drop-shadow(0 0 0.35rem rgb(9, 254, 239)) !important;
}

.bonusPostItem::before {
	background-image: linear-gradient(103.36deg, rgb(31, 201, 246), rgb(88, 101, 185));
	filter: drop-shadow(0 0 0.85rem rgb(88, 101, 185));
}

.bonusPostItem:nth-child(odd)::before {
	background-image: linear-gradient(103.36deg, rgb(22, 93, 248), rgb(230, 10, 187));
	filter: drop-shadow(0 0 0.85rem rgb(230, 10, 187));
}

.bonusPostItem:nth-child(3n+1)::before {
	background-image: linear-gradient(103.36deg, rgb(9, 254, 239), rgb(156, 0, 255)) !important;
	filter: drop-shadow(0 0 0.85rem rgb(156, 0, 255)) !important;
}

.same-ratio-content {
	position: absolute;
	top: 0;
	bottom: 0;
	right: 0;
	left: 0;
}

.bonusImage img {
	border-top-right-radius: 12px;
	border-top-left-radius: 12px;
}

.bonusText {
	padding: 0 12px 25px;
	display: inline-block;
	align-self: flex-end;
}

.bonusText span {
	font-size: 20px;
	line-height: 24px;
	font-weight: 700;
	color: #fff;
	z-index: 1;
	position: relative;
}

/*tns-controls*/

.tns-controls {
	display: flex;
	flex-direction: row;
}

.tns-controls button[data-controls="next"],
.tns-controls button[data-controls="prev"] {
	top: 50%;
	transform: translateY(-50%);
	z-index: 10;
	background: none;
	color: #fff;
	border: none;
	font-weight: 600;
	font-size: 25px;
	position: absolute;
	cursor: pointer;
}

.tns-controls button[data-controls="next"] {
	right: -14px;
}

.tns-controls button[data-controls="prev"] {
	left: -14px;
}

.tns-nav {
	text-align: center;
	margin-top: 15px;
	margin-bottom: 15px;
}

.tns-nav button {
	height: 13px;
	width: 8px;
	background-color: #1a243a;
	border: none;
	margin-left: 7px;
	border-radius: 50%;
	transition: all 1s ease;
}

.tns-nav .tns-nav-active {
	background-color: #233358
}

.tns-nav button:hover {
	background-color: #233358
}

/*slotsContainer*/

.slotsContainer h2:first-of-type {
	color: #fff;
	margin: 16px 0 9px;
}

.slotsContainer .slotsListHeader {
	margin: 16px 0 9px;
	display: block;
	font-size: 1.5em;
	font-weight: bold;
}

.slotsWrapper {
	display: flex;
	justify-content: center;
	flex-wrap: wrap;
	align-items: center;
	column-gap: 15px;
	row-gap: 15px;
	padding-top: 0.3em;
	padding-bottom: 0.3em;
}

.slotsitem {
	position: relative;
	border-radius: 5px;
	transition: box-shadow .15s ease-in-out;
	height: 240px;
	width: calc(23.99091%);
}

.slotsitem::before {
	position: absolute;
	content: '';
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	border-radius: 12px;
	background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.6) 120px, rgba(0, 0, 0, 0) 200px);
	background-size: 800px 100%;
	background-position: 50% 100%;
	background-repeat: no-repeat;
	transition: opacity 0.5s ease-out;
	z-index: 2;
	opacity: 0;
}

.slotsitem:hover::before {
	opacity: 1;
}

.slotsitem img {
	border-radius: 12px;
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.slotsitem span {
	position: absolute;
	text-align: center;
	font-weight: 800;
	top: 50%;
	left: 50%;
	margin-right: -50%;
	transform: translate(-50%, -10%);
	transition: all 1s;
	z-index: 3;
	opacity: 0;
	color: #fff;
}

.slotsitem:hover span {
	transform: translate(-50%, -50%);
	opacity: 1;
}

.btnMore {
	display: block;
	margin-left: auto;
	margin-right: auto;
	padding: 8px 25px;
	margin-top: 10px;
	width: 115px;
}

@media(max-width:1144px) {
	.slotsitem {
		width: calc(32.09091%);
	}
}

@media(max-width:835px) {
	.slotsitem {
		width: calc(31.99091%);
		height: 211px;
	}
}

@media(max-width:775px) {
	.slotsitem {
		width: calc(23.39091%);
		height: 171px;
	}
}

@media(max-width:728px) {
	.slotsitem {
		width: calc(30.89091%);
	}
}

@media(max-width:510px) {
	.slotsitem {
		height: 139px;
	}
}

@media(max-width:460px) {
	.slotsitem {
		height: 144px;
		width: calc(46.89091%);
	}
}

/*betsContainer*/

.betsContainer h2:first-of-type {
	margin: 16px 0 9px;
}

.betsWrapper {
	display: flex;
	position: relative;
	justify-content: center;
	flex-wrap: wrap;
	flex-direction: row;
	column-gap: 15px;
	row-gap: 15px;
	padding-top: 0.3em;
	padding-bottom: 0.3em;
}

.betsItem {
	border-radius: 12px;
	display: flex !important;
	flex-direction: row;
	align-items: center;
	padding: 15px;
	flex: 1;
	justify-content: start;
}

.betsItem span {
	font-size: 15px;
	font-weight: 600;
	width: 100%;
	text-align: center;
	color: #fff
}

.betsItem img {
	width: 40px;
	padding-right: 6px;
}

.sliderBetsBlock {
	position: relative;
}

.textContent {
	margin: 15px 0;
}

/*accordion*/

.card-header {
	padding: 0;
	transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out, transform .8s ease-in-out;
	border-radius: 12px;
}


.card-header.collapsed .faqHeaderSign {
	transform: rotate(180deg);
	background-image: url('data:image/svg+xml, %3Csvg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 512 512" fill="%23fff"%3E%3Cpath d="M233.4 105.4c12.5-12.5 32.8-12.5 45.3 0l192 192c12.5 12.5 12.5 32.8 0 45.3s-32.8 12.5-45.3 0L256 173.3 86.6 342.6c-12.5 12.5-32.8 12.5-45.3 0s-12.5-32.8 0-45.3l192-192z"/%3E%3C/svg%3E');
}

.faqTitle {
	font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
	font-size: 16px;
	font-weight: 700;
	line-height: 19px;
}

.btnFaq {
	width: 100%;
	text-align: left;
	padding: 1rem 0.75rem;
	border-radius: unset;
}

.myAccordion {
	margin-bottom: 1em;
}

.myAccordion .collapsed:hover .faqHeaderSign,
.card-header:hover .faqHeaderSign {
	background-image: url('data:image/svg+xml, %3Csvg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 512 512" fill="%23fff" transform="rotate(-180)"%3E%3Cpath d="M233.4 105.4c12.5-12.5 32.8-12.5 45.3 0l192 192c12.5 12.5 12.5 32.8 0 45.3s-32.8 12.5-45.3 0L256 173.3 86.6 342.6c-12.5 12.5-32.8 12.5-45.3 0s-12.5-32.8 0-45.3l192-192z"/%3E%3C/svg%3E');
}

.myAccordion .btnFaq:focus {
	outline: none;
	box-shadow: none;
}

.myAccordion .collapsed .faqTitle {
	color: #fff;
}

.card {
	border-radius: unset;
	border-right: 0px;
	border-left: 0px;
	position: relative;
	display: flex;
	flex-direction: column;
	min-width: 0;
	word-wrap: break-word;
	background-color: #edf2ff;
	background-clip: border-box;
	margin-bottom: 15px;
	border-radius: 12px;
	filter: drop-shadow(0 0 0.75rem rgba(0, 0, 0, 1.15));
}

.card .btnFaq {
	display: flex;
	justify-content: space-between;
	align-items: center;
	text-decoration: none;
	vertical-align: middle;
	cursor: pointer;
	-webkit-user-select: none;
	-moz-user-select: none;
	user-select: none;
	color: #fff;
	border: none;
	border-top-right-radius: 10px;
	border-top-left-radius: 10px;
	background-image: -webkit-linear-gradient(90deg, #233358, #1a243a);
	background-image: linear-gradient(90deg, #233358, #1a243a);
	transition: background-image .15s ease-in-out, box-shadow .15s ease-in-out;
}

.collapsed .btnFaq {
	border-radius: 10px;
	background-image: linear-gradient(90deg, #1a243a, #233358);
}

.collapsed .btnFaq::before {
	position: absolute;
	content: '';
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	border-radius: 10px;
	background-image: -webkit-linear-gradient(90deg, #233358, #1a243a);
	background-image: linear-gradient(90deg, #233358, #1a243a);
	background-size: 800px 100%;
	background-position: 50% 100%;
	background-repeat: no-repeat;
	transition: opacity 0.5s ease-out;
	z-index: 2;
	opacity: 0;
}

.collapsed .btnFaq:hover::before {
	opacity: 1;
}

.card-body {
	flex: 1 1 auto;
	padding: 1rem 1rem;
	color: #000;
}

.faqHeaderSign {
	background-image: url("data:image/svg+xml, %3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 512 512' fill='%23fff' %3E%3Cpath d='M233.4 105.4c12.5-12.5 32.8-12.5 45.3 0l192 192c12.5 12.5 12.5 32.8 0 45.3s-32.8 12.5-45.3 0L256 173.3 86.6 342.6c-12.5 12.5-32.8 12.5-45.3 0s-12.5-32.8 0-45.3l192-192z'/%3E%3C/svg%3E");
	height: 17px;
	background-repeat: no-repeat;
	width: 17px !important;
	z-index: 3;
}

.faqHeaderText {
	width: 90% !important;
	z-index: 3;
}

/* breadcrumb */

ul.breadcrumb {
	margin-top: 15px;
	padding: 10px 16px;
	list-style: none;
	background: linear-gradient(92deg, #1e283f, #141b2e);
	border-radius: 10px;
	filter: drop-shadow(0 0 0.75rem rgba(0, 0, 0, 0.35));
}

ul.breadcrumb li {
	display: inline;
	font-size: 18px;
	font-weight: 700;
}

ul.breadcrumb li+li:before {
	padding: 8px;
	color: white;
	content: "/\00a0";
}

ul.breadcrumb li:last-child a {
	pointer-events: none;
	cursor: default;
	color: white;
}

/* slotItemContainer */

.slotItemContainer {
	display: flex;
	justify-content: center;
	position: relative;
	margin: 30px 0;
}

.slotItemWrapper {
	position: relative;
	width: 600px;
	height: auto;
	max-width: 100%;
	border-radius: 12px;
	box-shadow: 0 0 14px 4px rgba(0, 0, 0, 0.75);
	cursor: pointer;
	max-height: 344px;
}

.slotItemWrapper::before {
	position: absolute;
	content: '';
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	border-radius: 12px;
	background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.6) 172px, rgba(0, 0, 0, 0) 258px);
	background-size: 800px 100%;
	background-position: 50% 100%;
	background-repeat: no-repeat;
	transition: opacity .15s ease-in-out;
	z-index: 2;
}

.slotItemImg {
	width: 100%;
	height: 100%;
	object-fit: cover;
	border-radius: 12px;
}

.slotItemButton {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	z-index: 2;
	padding: 8px 30px;
}

/* toc */

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

.flex-menu {
	display: flex;
	margin: 15px 0 25px;
	justify-content: space-between;
}

.toc-content {
	width: 60%;
	text-align: justify;
}

.list__map_item {
	margin-bottom: 8px;
}

.list__map_item>a {
	color: #fff;
	transition: 1s;
}

.list__map_item>a:hover {
	text-shadow: #fff 0.5px 0 0.5px;
}

.list__map_item:last-child {
	margin-bottom: 0;
}

.list__map_title {
	font-weight: 700;
	color: #fff;
}

.content__map {
	display: block;
	max-width: 350px;
	padding: 14px 18px 18px;
	text-align: left;
	background: linear-gradient(92deg, #1e283f, #141b2e);
	min-width: 290px;
	border-radius: 12px;
	margin-right: 15px;
	filter: drop-shadow(0 0 0.75rem rgba(0, 0, 0, 0.35));
}

.after__header {
	display: block;
	margin-top: 55px;
	margin-bottom: 25px;
}

.after__banner-content {
	max-width: 145px;
}

.after__banner {
	display: flex;
	width: 100%;
	justify-content: space-between;
	flex-wrap: wrap;
}

.main__heading {
	margin: 15px 0;
}

.after__header img {
	width: 100%;
	margin-bottom: 15px;
}

main {
	max-width: 1200px;
	margin: 0 auto;
}

.main__text {
	margin-bottom: 25px;
}

.btn__submit {
	width: 25%;
	margin: auto;
	padding: 10px 20px;
}

.list__map_active {
	display: none !important;
}

.toc__button {
	float: right;
	width: 23px;
	height: 23px;
	cursor: pointer;
	background-color: transparent;
	border: none;
	padding: 0;
}

.toc__button svg {
	width: 100%;
	height: 100%;
}

.list__map {
	margin-top: 6px;
	display: block
}

@media screen and (max-width: 700px) {
	.btn__submit {
		width: 100%;
	}

	.btn__submit {
		width: 100%;
	}

	.flex-menu {
		flex-wrap: wrap;
	}

	.after__banner-content:nth-child(-n + 2) {
		margin-bottom: 50px;
	}

	.after__banner-content:last-child {
		margin: 0;
	}

	.after__banner-content:nth-child(3) {
		margin-right: 0;
	}

	.after__banner-content {
		margin-right: 35px;
	}

	.after__banner {
		justify-content: center;
	}

	.content__map {
		margin: 0 0 15px 0;
		width: 100%;
		max-width: unset;
	}
}

@media screen and (max-width: 500px) {
	.btn__submit {
		width: 100%;
	}

	/* .content__map {
		margin: 0;
	} */

	.after__banner-content:nth-child(-n + 2) {
		margin-bottom: 50px;
	}

	.after__banner-content:last-child {
		margin: 0;
	}

	.after__banner-content:nth-child(3) {
		margin-right: 0;
	}

	.after__banner-content {
		margin-right: 0;
	}

	.after__banner {
		justify-content: space-between;
		max-width: 400px;
		margin: auto;
	}

	.main__text {
		text-align: center;
	}

	.main__heading {
		text-align: center;
	}
}

@media screen and (max-width: 900px) {
	.text-block__content {
		width: 100%
	}

	.toc-content {
		width: 100%
	}
}

/* faqPosts */

/* faqPosts / shortcode */

.faqPostsContainer h2 {
	margin: 16px 0 9px;
}

.faqPostsContainer .faqListHeader {
	margin: 16px 0 9px;
	display: block;
	font-size: 1.5em;
	font-weight: bold;
}

.faqPostsWrapper {
	display: grid;
	grid-template-columns: 1fr 1fr;
	column-gap: 15px;
	row-gap: 15px;
	margin-bottom: 15px;
}

.faqPostsItem {
	padding: 0;
	border-radius: 12px;
	width: 100%;
	border-radius: 10px;
	display: flex;
	flex-direction: row;
	align-items: center;
	padding: 15px;
	justify-content: start;
}

.faqPostsItem span {
	font-size: 15px;
	font-weight: 600;
	width: 100%;
	text-align: center;
	color: #fff;
}

@media (max-device-width: 900px) {
	.faqPostsWrapper {
		grid-template-columns: 1fr;
	}
}

/* pagination */

.pagination {
	display: block;
	margin: 15px auto 15px;
	color: #fff;
	text-align: center;
}

.pagination>a {
	display: inline-block;
	min-width: 37px;
	padding: 0 12px;
	line-height: 37px;
	background-image: linear-gradient(110deg, #1e283f, #141b2e 100%);
	filter: drop-shadow(0 0 0.75rem rgba(0, 0, 0, 0.35));
	-webkit-border-radius: 3px;
	-ms-border-radius: 3px;
	border-radius: 10px;
	color: #fff;
	font-size: 15px;
	font-weight: 600;
	transition: background-image 0.5s linear, filter 0.5s cubic-bezier(0.81, 0.23, 0.5, 0.9);
}

.pagination .current {
	background-image: linear-gradient(255deg, #31bc69, #089e4e);
	color: #fff;
	box-shadow: 0 2px 10px rgb(0 0 0 / 10%);
}

.pagination>a:hover::before {
	opacity: 1;
}

.pagination>a::before {
	position: absolute;
	content: "";
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	background-image: linear-gradient(255deg, #1ad465, #047237);
	border-radius: 10px;
	z-index: 0;
	transition: opacity 0.5s linear;
	opacity: 0;
	filter: drop-shadow(0 0 0.45rem #1ad465) !important;
}

/* shortcode / blockquote */

:root {
	--quote: #1f2841;
}

.quoteShortcode {
	font-size: 16px;
	font-style: italic;
	line-height: 1.5;
	position: relative;
	margin-top: 46px;
	font-weight: 400;
	border-left: 3px solid var(--quote);
	margin-left: 3px;
	padding-left: 12px;
	margin-bottom: 15px;
}

.quoteShortcode:before {
	content: "\201d";
	font-size: 40px;
	position: absolute;
	left: -4px;
	width: 30px;
	height: 30px;
	background: var(--quote);
	color: #fff;
	border-radius: 5px;
	padding-top: 6px;
	padding-left: 4px;
	line-height: 100%;
	top: -40px;
}

.quoteAuthor {
	margin: 0;
	background: transparent;
	padding: 10px 0px;
	box-shadow: none;
	display: block;
	text-align: end;
}

.quoteText {
	margin: 0 !important;
}

.quoteAuthor cite {
	font-style: normal;
	font-weight: 600;
}

.quoteAuthor a {
	color: #fff;
	text-decoration: none;
}

.vpn_block{max-width:100%;height:80px;background:linear-gradient(92deg,#1e283f,#141b2e);margin:auto;display:flex;flex-direction:row;align-items:center;justify-content:space-between;padding:15px;position:fixed;bottom:0;left:0;right:0;min-height:auto;z-index:99;opacity:0;transform:translateY(100px);transition:opacity .3s ease-in-out,transform .3s ease-in-out}.vpn_block img{width:52px;height:52px}.vpn_block-text{font-size:20px;letter-spacing:.35px;font-weight:900}