body {
	scroll-behavior: smooth
}

.lng__item ul,
.menu,
ol[class],
ul.breadcrumb,
ul[class] {
	list-style: none
}

.btn,
.header-wrap,
.live-overlay,
.lives,
.menu,
.slide-text,
.slot-overlay,
.slots,
.text-block,
footer {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox
}

#modalcontent,
.language-selector__container label,
.share-block i,
.share-block span,
.slide,
.slide img {
	position: relative
}

.btn,
.slide-text,
body {
	color: #fff
}

.slide-text,
footer {
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal
}

.btn,
.map__heading,
.share-block,
footer {
	text-align: center
}

#modal,
.header-wrap {
	left: 0;
	top: 0;
	width: 100%
}

.top-item .h2,
.top-item .h2 a {
	width: max-content;
	font-size: 14px
}

.btn,
.top-item,
a,
ul.breadcrumb li a {
	text-decoration: none
}

*,
: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;
	text-rendering: optimizeSpeed;
	line-height: 1.5
}

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

img {
	max-width: 100%
}

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

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

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

.bonus-modal-percent,
.bonus-modal-subtitle,
.bonus-modal-title {
	font-family: SF Pro Text, sans-serif
}

.btn {
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	border-radius: 8px;
	display: flex;
	font-size: inherit;
	outline: 0;
	vertical-align: top;
	white-space: nowrap;
	background: linear-gradient(70deg, #31bc69 -8%, #089e4e 96%);
	font-weight: 600;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	justify-content: center;
	padding: 0 15px;
	-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: .1s;
	transition: .1s
}

.h1,
.h2 {
	font-weight: 900
}

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

.header-wrap {
	display: flex;
	-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
}

.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,
.top-item img,
.top-item span {
	display: none
}

.menu {
	display: flex
}

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

	.burger,
	.text-block {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal
	}

	.header-wrap {
		-webkit-flex-wrap: wrap;
		-ms-flex-wrap: wrap;
		flex-wrap: wrap
	}

	.burger {
		display: -webkit-box;
		display: -webkit-flex;
		display: -ms-flexbox;
		display: flex;
		-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 {
		flex-wrap: wrap
	}

	.menu li {
		padding: 10px
	}

	.text-block {
		-webkit-flex-direction: column;
		-ms-flex-direction: column;
		flex-direction: column
	}
}

.menu li {
	padding: 0 5px
}

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

.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 img {
	z-index: 1;
	min-width: 580px;
	transform: translateX(-50%);
	margin-left: 50%;
	height: auto
}

.slide-text {
	z-index: 10;
	position: absolute;
	width: 510px;
	min-height: 180px;
	left: 0;
	bottom: 20px;
	background: rgba(0, 0, 0, .85);
	padding: 20px;
	display: flex;
	-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
}

.lives,
.slots {
	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)
	}
}

@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%;
	height: 100%;
	object-fit: cover
}

.live-overlay,
.slot-overlay {
	background: rgba(0, 0, 0, .85);
	color: #fff;
	text-transform: uppercase;
	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: flex;
	margin: 15px 0
}

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

.text-block p {
	margin-bottom: 15px
}

.text-block__content {
	width: 60%
}

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

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

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

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

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

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

footer {
	width: 100%;
	display: flex;
	-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;
	background: #02050c;
	color: hsla(0, 0%, 100%, .4)
}

footer img {
	max-width: 50px;
	margin: 30px auto;
	opacity: .4
}

.h1 {
	font-size: 2em
}

.h2 {
	font-size: 1.5em
}

.h1-hy {
	margin: 20px 0
}

.accordion-group {
	margin: 16px 0
}

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

p a {
	color: #31bc69 !important;
	text-decoration: none !important
}

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

.open .accordion-body {
	display: block
}

.accordion-header,
.header-wrap {
	background: linear-gradient(92deg, #1e283f, #141b2e)
}

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

.accordion-header {
	margin: 8px 0;
	color: snow;
	padding: 8px 40px 8px 20px;
	cursor: pointer;
	border-radius: 55px;
	position: relative;
	border: 2px solid #266880;
	font-size: 18px
}

#modal,
.header-wrap,
header.header-wrap {
	position: fixed
}

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

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

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

.reg_btn1 {
	height: 40px !important;
	margin-top: 5px !important
}

#modal,
.header-wrap {
	margin: auto
}

.slide {
	max-width: 100%;
	overflow-x: hidden;
	margin-top: 75px
}

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

a.reg_btn.btn {
	height: 40px
}

.header-wrap {
	padding: 15px !important;
	max-width: 1170px;
	right: 0;
	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;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	z-index: 10000;
	flex-wrap: wrap
}

.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;
	outline: 0;
	width: 117px;
	background: linear-gradient(110deg, #1e283f, #141b2e 100%)
}

.map__container a,
.map__wrap a {
	color: #0095ff
}

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

.header__btns {
	display: flex
}

.container.slider {
	margin-top: 80px
}

@media screen and (max-width:377px) {
	.container.slider {
		margin-top: 125px
	}
}

a.top-item__title {
	font-weight: 700
}

.share-buttons {
	margin: 0 auto
}

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

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

.share-block svg {
	height: 33px;
	margin: 0 7px;
	top: 5px
}

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

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

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

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

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

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

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

@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 {
	font-size: 30px
}

.map__wrap a {
	font-size: 18px;
	margin: 5px 0
}

.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
}

.map__container h2 {
	margin-top: 25px
}

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

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

	.lng__item {
		flex-direction: column
	}

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

#modal,
.top-item {
	align-items: center
}

#modal,
.slot {
	justify-content: center
}

#modal {
	display: none;
	height: 100vh;
	background: rgba(9, 15, 30, .9);
	z-index: 99
}

#modalcontent {
	height: 321px;
	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-subtitle {
	color: #070c19;
	font-size: 12px;
	line-height: 1.4;
	max-width: 200px;
	margin: 6px 0
}

.bonus-modal-percent {
	font-weight: 900;
	margin-top: 30px;
	color: #f3d015;
	font-size: 60px
}

.bonus-modal-title {
	color: #090f1e;
	font-size: 20px;
	font-weight: 700;
	letter-spacing: -1.2px;
	margin-top: 20px
}

body,
html {
	overflow: auto !important
}

.top-item .h2 a {
	color: #fff !important
}

.top-item {
	display: inline-flex;
	background: linear-gradient(110deg, #1e283f, #141b2e 100%);
	border-radius: 12px;
	padding: 10px;
	border: 2px solid transparent;
}

.top {
	overflow-x: auto;
	gap: 20px;
	height: 80px;
	align-items: center;
	margin: 20px 0;
	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
}

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

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

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

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

.content__map,
ul.breadcrumb {
	background: linear-gradient(92deg, #1e283f, #141b2e)
}

ul.breadcrumb {
	margin-top: 15px;
	padding: 10px 16px;
	border-radius: 10px
}

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

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

ul.breadcrumb li a {
	color: #31bc69
}

ul.breadcrumb li a:hover {
	color: #000;
	text-decoration: none;
	opacity: .8
}

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

.slot {
	width: 100%;
	margin: 0;
	padding: 0;
	display: flex;
	align-items: center
}

.slot__container {
	position: relative;
	width: 600px;
	height: auto;
	max-width: 100%
}

.slot__img {
	width: 100%;
	height: auto;
	object-fit: cover
}

.slot__btn {
	position: absolute;
	width: 160px;
	height: 46px;
	left: 50%;
	transform: translateX(-50%);
	bottom: 70px
}

.flex-menu {
	display: flex;
	margin: 50px 0
}

.content__map,
.list__map.active,
.stavki__item-container_toggle.active {
	display: block
}

.content__map {
	max-width: 350px;
	padding: 14px 18px 18px;
	text-align: left;
	min-width: 300px;
	margin-right: 170px;
	margin-bottom: 25px;
	height: fit-content
}

.list__map_title {
	font-weight: 700;
	margin-bottom: 6px
}

.list__map {
	padding-left: 20px;
	display: none
}

.list__map_item,
h2 {
	margin-bottom: 8px
}

#myBtn,
.list__map_item>a,
.list__map_title,
body {
	color: #fff
}

.container__contact {
	border-radius: 5px;
	padding: 10px;
	background: linear-gradient(92deg, #1e283f, #141b2e);
	margin: 35px 0
}

.bonuses,
.bonusy,
.stavki {
	gap: 30px;
	margin-bottom: 30px
}

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

.stavki__item {
	background-color: #151d30;
	padding: 1rem 2rem;
	width: 250px;
	height: 250px;
	font-size: 14px
}


input[type=text],
select,
textarea {
	width: 100%;
	padding: 12px;
	border: 1px solid #ccc;
	margin-top: 6px;
	margin-bottom: 16px;
	resize: vertical;
	border-radius: 5px
}


.stavki__item img {
	width: 80px;
	height: 80px;
	margin-bottom: 20px;
	object-fit: contain
}

.stavki {
	display: grid;
	grid-template-columns: repeat(4, 1fr)
}

.stavki__item-container {
	position: relative;
	display: flex;
	justify-content: center;
	z-index: 10;
}

.stavki__item {
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	cursor: pointer
}

.stavki__item span {
	font-weight: 700;
	color: #fff;
	text-align: center;
	font-size: 14px
}

.stavki.stavki_short {
	grid-template-columns: repeat(6, 1fr)
}

.stavki.stavki_short .stavki__item-container {
	flex-direction: column;
	width: 100%;
	position: relative
}

.stavki.stavki_short .stavki__item {
	flex-direction: row;
	align-items: center;
	padding: .5rem 1rem;
	width: auto;
	height: 80px
}

.stavki.stavki_short .stavki__item img {
	width: 20%;
	margin-right: 10px;
	margin-bottom: 0;
	height: auto
}

.stavki__item-container_toggle {
	display: none;
	position: absolute;
	max-height: 320px;
	top: 80px;
	overflow: auto
}

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

.stavki__item-container_toggle::-webkit-scrollbar {
	width: 4px
}

.stavki__item-container_toggle:hover::-webkit-scrollbar-thumb {
	visibility: visible
}

.stavki__item-container_toggle::-webkit-scrollbar-track {
	background: 0 0
}

@media (max-width:1200px) {
	.stavki {
		grid-template-columns: repeat(3, 1fr)
	}
}


.top-btn {
	display: flex;
	cursor: pointer
}


@media (max-width:900px) {
	.stavki {
		grid-template-columns: repeat(2, 1fr)
	}
}


.shortcode_title {
	margin: 30px 0
}

.top-btn {
	position: fixed;
	right: 10px;
	bottom: 90px;
	width: 50px;
	height: 50px;
	border-radius: 50%;
	background: #1e283f;
	justify-content: center;
	align-items: center;
	z-index: 98
}

.text-block ol,
.text-block ul {
	margin-left: 20px
}

.faq_list {
	display: grid;
	grid-template-columns: repeat(2, 1fr);
	grid-template-rows: 1fr;
	grid-column-gap: 10px;
	grid-row-gap: 10px;
	margin: 20px 0;
}

@media (max-width: 800px) {
	.faq_list {
		grid-template-columns: repeat(1, 1fr);
	}
}

.faq_list .accordion-header::after {
	display: none;
}

.pagination {
	display: flex;
	justify-content: center;
	align-items: center;
	margin: 20px 0;
	gap: 10px;
}

.pagination a {
	padding: 5px 10px;
	border: 1px solid #c5c5c5;
	border-radius: 8px;
	color: #fff;
}

.pagination a:hover,
.pagination a.current {
	color: #090f1e;
	background: #fff;
}

span.accordion-header {
	display: block;
}

.bonusy {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	gap: 30px;
	margin-bottom: 30px;
	margin-top: 30px;
}

.bonusy__item {
	padding: 5%;
	background-color: #151d30;
	display: flex;
	flex-direction: column;
	align-items: center;
}

.bonusy__item img {
	width: 100%;
	object-fit: cover;
	height: 100%;
	margin-bottom: 15px;
}

.bonusy__item span {
	font-weight: 700;
	font-size: 16px;
	color: #fff;
	margin: 0 auto;
	width: fit-content;
	display: flex;
}

@media (max-width: 768px) {
	.bonusy {
		grid-template-columns: repeat(2, 1fr);
	}

	.stavki.stavki_short {
		grid-template-columns: repeat(3, 1fr);
	}
}

@media (max-width: 550px) {
	.stavki.stavki_short {
		grid-template-columns: repeat(2, 1fr);
		gap: 30px;
	}
}

@media (max-width: 425px) {
	.bonusy {
		display: inline-block;
	}

	.bonusy__item {
		padding: 25px;
	}
}


.tns-nav {
	display: flex;
	justify-content: center;
	margin: 0;
	padding: 1rem 0;
	list-style-type: none
}

.tns-nav button {
	margin: 0 .25rem;
	display: block;
	width: 1rem;
	height: 1rem;
	padding: 0;
	border: none;
	border-radius: 100%;
	background-color: #c6c6c6;
	text-indent: -9999px
}

.tns-nav-active {
	background-color: #555 !important
}

.tns-nav button {
	cursor: pointer
}

.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: .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
}

.top-item:hover,
.top-item.current {
	border: 2px solid #0095ff;
	text-shadow: 0 0 10px rgba(0, 183, 255, .7), 0 0 6px rgba(0, 149, 255, .5), 0 0 10px rgba(141, 83, 233, .7);
}

: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-color: transparent;
	padding: 10px 0px;
	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}