.fssliders-section {
	margin-bottom: 40px !important;
}
.menu li a:hover,
.footer .menu li a:hover,
.footer_first_column a:hover {
	color: #cd00ed;
}
.new-fill-button {
	display: flex;
	align-items: center;
	justify-content: center;
	max-width: fit-content;
	padding: 13px;
	min-width: 242px;
	font-size: 18px;
	line-height: 160%;
	color: #fff;
	cursor: pointer;
	background: #cd00ed;
	border: 1px solid #cd00ed;
	border-radius: 8px;
	font-weight: 600;
	transition: all ease 0.3s;
}
.new-fill-button:hover {
	transition: all ease 0.3s;
	background: none;
	color: #fff;
	box-shadow: none;
	border: 1px solid #cd00ed;
}
.first-screen-bonuses__top-center-btn {
	transition: all ease 0.3s;
	border: 1px solid #cd00ed;
}
.first-screen-bonuses__right-btn {
	transition: all ease 0.3s;
	border: 1px solid #ff8000;
}
.first-screen-bonuses__right-btn:hover {
	background: transparent;
	border: 1px solid #ff8000;
	color: #fff;
	transition: all ease 0.3s;
}
.first-screen-bonuses__top-center-btn:hover {
	background: transparent;
	border: 1px solid #cd00ed;
	color: #fff;
	transition: all ease 0.3s;
}
.new-outline-button {
	display: flex;
	align-items: center;
	justify-content: center;
	max-width: fit-content;
	padding: 13px 60px;
	font-size: 16px;
	line-height: 160%;
	color: #fff;
	cursor: pointer;
	background: rgba(0, 237, 166, 0.1);
	border-radius: 8px;
	font-weight: 600;
	border: 1px solid #cd00ed;
	min-width: 197px;
	transition: all ease 0.3s;
}
.new-outline-button:hover,
.aboutvip__outline-button:hover {
	transition: all ease 0.3s;
	background: #cd00ed;
	color: #fff;
	box-shadow: none;
	color: #110e1b;
}
@media screen and (max-width: 768px) {
	#wpadminbar,
	.desc {
		display: none !important;
	}
}
@media screen and (min-width: 768px) {
	.mobile {
		display: none !important;
	}
}
.button_wrap.mobile {
	margin-top: 20px;
	display: flex;
	justify-content: center;
}
body .swiper-pagination {
	position: relative;
	bottom: unset !important;
	margin-top: 20px;
	display: flex;
	justify-content: center;
	gap: 25px;
	align-items: center;
}
body
	.swiper-pagination
	.swiper-pagination-bullet.swiper-pagination-bullet-active {
	background: #cd00ed;
}
body .swiper-pagination .swiper-pagination-bullet {
	margin: 0 !important;
	width: 8px;
	height: 8px;
	background: #eae7d6;
	opacity: 1;
}
.slots__btn-wrapper a {
	flex-basis: 50%;
	max-width: 112px;
}
.slots__btn-wrapper {
	display: flex;
	gap: 25px;
}
.slots__btn-wrapper a {
	font-weight: 400;
	font-size: 13px;
}
.slots__btn-wrapper .btn-play {
	background: #cd00ed;
	color: #fff;
}
.slots__btn-wrapper .btn-play:hover {
	border: 1px solid #cd00ed;
	background: rgba(0, 237, 166, 0.05);
	color: #fff;
}
@media screen and (max-width: 600px) {
	body .title_and_button a {
		margin-bottom: 20px;
	}
	body .swiper-pagination {
		gap: 5px;
	}
}
.title_and_button a {
	margin-bottom: 32px;
}
.title_and_button {
	align-items: center;
	display: flex;
	justify-content: space-between;
	position: relative;
}
.wow-btn {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	border-radius: 8px;
	background: #cd00ed;
	padding: 10px 16px;
	position: relative;
	color: #fff;
	text-align: center;
	font-size: 14px;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
	text-transform: capitalize;
	border: 1px solid #cd00ed;
}
.wow-btn:hover {
	background: rgba(0, 237, 166, 0.05);
	color: #fff;
}
.slots__btn-wrapper .standart-btn {
	min-width: unset;
}
.standart-btn {
	display: flex;
	align-items: center;
	justify-content: center;
	border-radius: 8px;
	border: 1px solid #cd00ed;
	background: rgba(0, 237, 166, 0.05);
	color: #fff;
	font-size: 16px;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
	text-transform: capitalize;
	padding: 15px 23px;
	min-height: 44px;
}
.standart-btn:hover {
	background: #cd00ed;
}
.std-pagination {
	max-width: 380px;
	margin-left: auto;
	margin-right: auto;
}
body .swiper-pagination.std-pagination .swiper-pagination-bullet {
	border-radius: 2px;
	background: #12104f;
	height: 6px;
}
body .swiper-pagination.std-pagination .swiper-pagination-bullet-active {
	background: #cd00ed;
}
.swiper-controls {
	display: flex;
	align-items: center;
	margin-left: auto;
	margin-right: auto;
}
.swiper-button-prev,
.swiper-button-next {
	position: relative;
	left: unset;
	top: unset;
	right: unset;
	bottom: unset;
	min-width: 31px;
	height: 31px;
	margin-top: 0;
}
.swiper-button-prev::after,
.swiper-button-next::after {
	display: none;
}
body .swiper-pagination.std-pagination {
	margin-top: 0;
}
@media screen and (min-width: 991px) {
	.swiper-controls {
		margin-top: 30px;
		gap: 30px;
		max-width: 402px;
	}
	body .swiper-pagination.std-pagination .swiper-pagination-bullet {
		width: 30px;
	}
	body .swiper-pagination.std-pagination .swiper-pagination-bullet-active {
		width: 60px;
	}
}
@media screen and (max-width: 991px) {
	.swiper-controls {
		margin-top: 25px;
		gap: 20px;
		max-width: 320px;
	}
	body .swiper-pagination.std-pagination .swiper-pagination-bullet {
		min-width: 15px;
	}
	body .swiper-pagination.std-pagination .swiper-pagination-bullet-active {
		min-width: 20px;
	}
}
body .tg-header-action-list .tg-header-action__item.tg-mobile-toggle > button {
	background: center / contain no-repeat
		var(--wpr-bg-fcd21f18-02bb-48de-87c7-45da4e2809d9);
	width: 30px;
	height: 25px;
	z-index: 99999;
	position: relative;
	border: 0 !important;
}
body
	.tg-header-action-list
	.tg-header-action__item.tg-mobile-toggle.tg-mobile-toggle--opened
	> button {
	background: url('/images/close.svg') center center / cover no-repeat;
	width: 30px;
	height: 25px;
}
.pum-close {
	right: 20px !important;
	top: 20px !important;
	width: 28px !important;
	height: 28px !important;
	border: 0 !important;
	background-color: transparent !important;
	font-size: 0 !important;
	box-shadow: none !important;
}
.fifteen {
	font-weight: 400;
	font-size: 15px;
}
@media screen and (max-width: 768px) {
	.fifteen,
	.slots__btn-wrapper a,
	.topslots__excerpt p,
	.topslots__footer-item p {
		font-size: 13px !important;
	}
}
@media screen and (max-width: 600px) {
	body h1 {
		font-size: 32px;
		margin-bottom: 10px;
	}
	body #primary > div,
	body #primary > section {
		margin-bottom: 60px;
	}
	body #primary > div.full_width_back,
	body #primary > section.full_width_back {
		margin-bottom: 0;
	}
	body h2,
	body .h2 {
		font-size: 28px;
	}
}
@media screen and (min-width: 600px) and (max-width: 1200px) {
	body h1 {
		font-size: 48px;
		margin-bottom: 15px;
	}
	body #primary > div.full_width_back,
	body #primary > section.full_width_back {
		margin-bottom: 45px;
	}
	body #primary > div,
	body #primary > section {
		margin-bottom: 70px;
	}
	body h2,
	body .h2 {
		font-size: 36px;
	}
}
body .last_block {
	margin-bottom: 80px;
}
@media screen and (min-width: 1200px) {
	body #primary > div,
	body #primary > section {
		margin-bottom: 130px;
	}
	body h1 {
		font-size: 56px;
		margin-bottom: 25px;
	}
	body h2,
	body .h2 {
		font-size: 42px;
	}
	body h3,
	body .h3,
	body .h3 p {
		font-size: 36px;
	}
}
body h2,
body .h2,
body h3,
body .h3,
body .h3 p {
	font-weight: 700;
	line-height: 140%;
}
body .h3 strong {
	color: #cd00ed;
}
body h1 {
	color: #ffffff !important;
	font-weight: 700;
	line-height: 130%;
}
.h4 {
	font-weight: 600;
	line-height: 125%;
	letter-spacing: 0.5px;
	color: #fff;
}
.h6 {
	font-weight: 700;
	font-size: 13px;
	line-height: 185%;
	color: #fafafb;
}
@media screen and (max-width: 768px) {
	#primary {
		margin-top: 69px;
	}
	.h4 {
		font-size: 19px;
	}
}
@media screen and (min-width: 768px) {
	#primary {
		margin-top: 88px;
	}
	.h4 {
		font-size: 22px;
	}
}
@media screen and (min-width: 991px) {
	.mb-100 {
		margin-bottom: 100px;
	}
}
@media screen and (max-width: 991px) {
	.mb-100 {
		margin-bottom: 60px;
	}
}
#primary {
	overflow: hidden;
}
body p {
	font-weight: 400;
	line-height: 150%;
}
.wp-block-cover > *,
body .wp-block-cover.is-light .wp-block-cover__inner-container,
body .wp-block-cover .wp-block-cover__inner-container {
	color: unset;
}
body {
	font-weight: 400;
	color: #fff;
}
.firstscreen {
	overflow: hidden;
}
body #primary {
	width: 100%;
	padding-right: 0;
}
div.wp-block-cover {
	padding: 0;
	min-height: unset;
}
@media screen and (max-width: 991px) {
	#primary .firstscreen {
		padding-top: 62px !important;
	}
}
@media screen and (min-width: 600px) and (max-width: 781px) {
	div.wp-block-columns {
		flex-wrap: nowrap;
	}
	div.wp-block-columns:not(.is-not-stacked-on-mobile)
		> .wp-block-column:not(:only-child) {
		flex-basis: unset;
	}
}
html.pum-open.pum-open-overlay.pum-open-scrollable body > [aria-hidden] {
	padding-right: 0 !important;
}
@media screen and (max-width: 600px) {
	.pum-theme-251 .pum-content + .pum-close,
	.pum-theme-lightbox .pum-content + .pum-close {
		right: -5px !important;
	}
}
@media screen and (max-width: 768px) {
	#content > .tg-container.tg-container--flex {
		padding-right: 0;
		padding-left: 0;
	}
}
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font-style: inherit;
	font-weight: inherit;
	outline: 0;
	vertical-align: baseline;
}
body .wp-block-buttons > .wp-block-button {
	margin: 0;
}
body .wp-block-image {
	margin-bottom: 0;
}
body .wp-block-columns {
	margin-bottom: 0;
}
@media screen and (max-width: 600px) {
	body div h2,
	body div .h2 {
		margin-bottom: 20px;
	}
}
body h2,
body .h2 {
	margin-bottom: 32px;
	position: relative;
}
p {
	margin-bottom: 15px;
}
body ul {
	margin: 0;
}
html {
	-webkit-text-size-adjust: 100%;
	-ms-text-size-adjust: 100%;
}
body {
	font-family: 'Sora', sans-serif;
	margin: 0;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
main,
menu,
nav,
section,
summary {
	display: block;
}
audio,
canvas,
progress,
video {
	display: inline-block;
	vertical-align: baseline;
}
audio:not([controls]) {
	display: none;
	height: 0;
}
[hidden],
template {
	display: none;
}
a {
	background-color: transparent;
}
a:active,
a:hover {
	outline: 0;
}
abbr[title] {
	border-bottom: 1px dotted;
}
b,
strong {
	font-weight: 700;
}
dfn {
	font-style: italic;
}
h1 {
	font-size: 2em;
	margin: 0.67em 0;
}
mark {
	background: #ff0;
	color: #000;
}
small {
	font-size: 80%;
}
sub,
sup {
	font-size: 75%;
	line-height: 0;
	position: relative;
	vertical-align: baseline;
}
sup {
	top: -0.5em;
}
sub {
	bottom: -0.25em;
}
img {
	border: 0;
	vertical-align: middle;
}
svg:not(:root) {
	overflow: hidden;
}
figure {
	margin: 1em 40px;
}
hr {
	-webkit-box-sizing: content-box;
	box-sizing: content-box;
	height: 0;
}
pre {
	overflow: auto;
}
code,
kbd,
pre,
samp {
	font-family: monospace;
	font-size: 1em;
}
button[disabled],
html input[disabled] {
	cursor: default;
}
fieldset {
	border: 1px solid silver;
	margin: 0 2px;
	padding: 0.35em 0.625em 0.75em;
}
legend {
	border: 0;
	padding: 0;
}
textarea {
	overflow: auto;
}
optgroup {
	font-weight: 700;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
td,
th {
	padding: 0;
}
body {
	font-size: 16px;
	line-height: 1.8;
}
code {
	background-color: #f1f3f5;
	padding: 0.125em 0.25em;
}
pre {
	background-color: #f8f9fa;
	padding: 20px;
}
blockquote,
.wp-block-quote {
	padding: 1em;
	margin: 1.5em 1em 1.5em 2em;
	border-left: 4px solid #e9ecef;
}
blockquote.has-text-align-right,
.wp-block-quote.has-text-align-right {
	border: unset;
	border-left: 4px solid #e9ecef;
}
h1,
h2,
h3,
h4,
h5,
h6 {
	line-height: 1.3;
	font-weight: 500;
	margin: 0 0 20px;
}
h1 {
	font-size: 2.5rem;
}
h2 {
	font-size: 2.25rem;
}
h3 {
	font-size: 1.75rem;
}
h4 {
	font-size: 1.5rem;
}
h5 {
	font-size: 1.313rem;
}
h6 {
	font-size: 13px;
}
html {
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}
*,
*::before,
*::after {
	-webkit-box-sizing: inherit;
	box-sizing: inherit;
}
body {
	background: #010021;
}
hr,
.wp-block-separator {
	background-color: #e9ecef;
	border: 0;
	height: 1px;
	margin-bottom: 1.5em;
}
img {
	height: auto;
	max-width: 100%;
}
figure {
	margin: 1em 0;
}
iframe {
	max-width: 100%;
}
.tg-container {
	width: 100%;
	margin-right: auto;
	margin-left: auto;
}
@media (min-width: 768px) {
	.tg-container--boxed .tg-site {
		max-width: 750px;
	}
	.tg-container {
		max-width: 700px;
	}
}
@media screen and (min-width: 700px) and (max-width: 961px) {
	.tg-footer-widget-area.footer-sidebar-1 {
		position: absolute;
		top: 40px;
		left: 0;
		right: 0;
		display: block;
		margin: auto;
		text-align: center;
	}
	.foot1 {
		width: 100%;
		text-align: center;
	}
	body
		.tg-site-footer
		.tg-footer-widget-container.tg-footer-widget-col--three
		.tg-footer-widget-area {
		width: 50%;
	}
}
@media (min-width: 992px) {
	.menu-social-container li.s a {
		font-size: 0;
	}
	.tg-container--boxed .tg-site {
		max-width: 970px;
	}
	.tg-container {
		max-width: 940px;
	}
}
@media (min-width: 1200px) {
	#header-action,
	#mobile-navigation,
	.header1 {
		display: none;
	}
	.tg-container--boxed .tg-site {
		max-width: 1270px;
	}
	.tg-container {
		max-width: 1200px;
	}
}
.tg-container-fluid {
	width: 100%;
	margin-right: auto;
	margin-left: auto;
}
.tg-container--flex {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}
.tg-container--flex-center {
	-ms-flex-line-pack: center;
	align-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}
.tg-container--flex-space-between {
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
}
.tg-site-layout--stretched
	#page
	#main
	:not(.tg-page-header)
	.tg-container
	#primary {
	width: 100%;
	padding-right: 0;
}
body:not(.tg-container--separate) #page {
	background: #fff;
}
body.has-transparent-header.elementor-editor-active .tg-site-header {
	z-index: -1;
}
.page-template.tg-container--separate #page {
	background: #fff;
}
.tg-container--boxed .tg-site {
	margin: 20px auto;
	-webkit-box-shadow: 0 0 5px rgba(0, 0, 0, 0.1);
	box-shadow: 0 0 5px rgba(0, 0, 0, 0.1);
}
.tg-container--boxed .tg-site#page {
	background-color: #fff;
}
.tg-container--stretched .tg-container {
	width: 100%;
	max-width: unset;
}
.tg-container--separate {
	background-color: #e9ecef;
}
.tg-container--separate .tg-site-header {
	background-color: #fff;
	border-bottom: 0 none;
	-webkit-box-shadow: 0 0 5px rgba(0, 0, 0, 0.1);
	box-shadow: 0 0 5px rgba(0, 0, 0, 0.1);
}
.tg-container--separate .tg-page-header {
	background-color: #ced4da;
}
.tg-container--separate .tg-site-footer {
	background-color: #fff;
}
.tg-container--separate #primary {
	padding-right: 2em;
}
.tg-container--separate #secondary {
	padding-left: 2em;
	border-left: 0 none;
}
.tg-container--separate .tg-site-layout--left #primary {
	padding-left: 2em;
}
.tg-container--separate .tg-site-layout--left #secondary {
	padding-right: 2em;
	border-right: 0 none;
}
.tg-container--separate .hentry,
.tg-container--separate .widget {
	background-color: #fff;
	padding: 2em;
}
.tg-container--separate .tg-footer-widget-area .widget {
	padding: 0;
	background-color: transparent;
}
.has-transparent-header:not(.blog):not(.has-page-header) .site-content,
.tg-no-content-margin .site-content {
	margin: 0;
}
.page-template-pagebuilder {
	background: #fff;
}
.page-template-pagebuilder .site-content {
	margin: 0;
}
.page-template-pagebuilder .widget {
	background: initial;
	padding: 0;
}
.page-template-pagebuilder #primary.content-area.pagebuilder-content {
	-webkit-box-flex: 1;
	-ms-flex: 1;
	flex: 1;
	max-width: inherit;
	padding: 0;
}
.tg-page-header {
	padding: 20px 0;
}
.tg-page-header .tg-page-header__title {
	margin-top: 0;
	margin-bottom: 0;
	font-weight: 500;
	font-size: 2.5rem;
	line-height: 1.3;
}
.tg-page-header.tg-page-header--left-right .tg-page-header__title {
	margin-right: auto;
}
.tg-page-header.tg-page-header--left-right .breadcrumbs {
	margin-left: auto;
}
.tg-page-header.tg-page-header--both-center .tg-container--flex {
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
}
.tg-page-header.tg-page-header--right-left .tg-page-header__title {
	-webkit-box-ordinal-group: 3;
	-ms-flex-order: 2;
	order: 2;
	margin-left: auto;
}
.tg-page-header.tg-page-header--right-left .breadcrumbs {
	-webkit-box-ordinal-group: 2;
	-ms-flex-order: 1;
	order: 1;
	margin-right: auto;
}
.tg-page-header.tg-page-header--both-left .tg-container--flex {
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	-ms-flex-line-pack: start;
	align-content: flex-start;
	-webkit-box-align: start;
	-ms-flex-align: start;
	align-items: flex-start;
}
.tg-page-header.tg-page-header--both-right .tg-container--flex {
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	-ms-flex-line-pack: end;
	align-content: flex-end;
	-webkit-box-align: end;
	-ms-flex-align: end;
	align-items: flex-end;
}
.tg-page-header .breadcrumb-trail ul {
	margin: 0;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	list-style-type: none;
}
.tg-page-header .breadcrumb-trail ul li {
	font-size: 16px;
}
.tg-page-header .breadcrumb-trail ul li::after {
	padding: 7px;
	font-size: 12px;
	color: #51585f;
	font-family: 'themegrill-icons' !important;
	vertical-align: middle;
	content: '\f103';
}
.tg-page-header .breadcrumb-trail ul li:last-child::after {
	content: none;
}
ul,
ol {
	padding-left: 0;
}
ul {
	list-style: square;
}
ol {
	list-style: decimal;
}
li > ul,
li > ol {
	margin-bottom: 0;
	margin-left: 1.6rem;
}
dt {
	font-weight: 700;
}
dd {
	margin: 0 1.6rem 1.6rem;
}
table,
.wp-block-table {
	margin: 0;
	width: 100%;
}
table th,
table td,
.wp-block-table th,
.wp-block-table td {
	text-align: left;
	border: 1px solid #fff;
	padding: 10px;
}
.admin-bar .tg-site-header.tg-site-header--transparent {
	top: 32px;
}
@media screen and (max-width: 782px) {
	.admin-bar .tg-site-header.tg-site-header--transparent {
		top: 46px;
	}
}
.search-form label {
	position: relative;
}
.search-form label::before {
	content: '';
	background: var(--wpr-bg-42b0bc72-bdf3-4813-8aac-2711edcbdd60);
	position: absolute;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
	right: 0;
	display: block;
	color: #adb5bd;
	width: 13px;
	height: 13px;
	bottom: 10px;
}
.search-form .search-submit {
	display: none;
}
.tg-menu-item-search {
	position: relative;
	cursor: pointer;
}
.tg-menu-item-search .search-form {
	position: absolute;
	top: 43px;
	right: 0;
	width: 200px;
	display: none;
	z-index: 999;
}
.tg-menu-item-search .search-form label {
	margin-bottom: 0;
	width: 100%;
}
.tg-menu-item-search.show-search .search-form {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}
a {
	text-decoration: none;
	-webkit-transition: all 0.35s ease-in-out;
	transition: all 0.35s ease-in-out;
	color: #fff;
}
:focus {
	outline: 0;
}
a:active {
	outline: 0;
}
.entry-content a {
	color: #f9c9be;
}
.entry-content a:hover,
.entry-content a:focus {
	color: #f9c9be;
}
.tg-primary-menu {
	-webkit-box-flex: 1;
	-ms-flex: 1;
	flex: 1;
	display: flex;
	justify-content: space-between;
	align-items: center;
	gap: 20px;
}
#masthead {
	background: #010021;
}
.header-menu-wrap {
	padding-left: 20px;
	padding-right: 20px;
}
#masthead .wow-btn,
#masthead .standart-btn {
	font-size: 14px;
	margin-right: 26px;
}
@media screen and (max-width: 1200px) {
	#masthead #mobile-navigation .wow-btn,
	#masthead #mobile-navigation .standart-btn {
		margin-left: 20px;
		margin-right: 20px;
		max-width: fit-content;
	}
	#mobile-navigation .header-btn-wrap {
		justify-content: center;
		display: flex;
	}
}
@media screen and (max-width: 768px) {
	#masthead .wow-btn,
	#masthead .standart-btn {
		font-size: 16px;
	}
}
.header-menu-wrap {
	width: 100%;
}
@media screen and (min-width: 991px) {
	.site-branding {
		padding-right: 30px;
	}
	.site-branding img {
		height: 45px;
		width: auto;
	}
	body .header-btn-wrap .standart-btn {
		margin-right: 0 !important;
	}
}
@media screen and (max-width: 1200px) {
	.header-menu-wrap {
		display: none;
	}
	#site-navigation {
		flex-direction: row-reverse;
	}
}
.header-btn-wrap {
	display: flex;
}
.header-btn-wrap .standart-btn {
	min-width: 135px;
}
.mob-wid-column .menu {
	flex-direction: column;
	gap: 5px;
}
.mob-wid {
	display: flex;
	flex-direction: column;
	gap: 20px;
}
@media screen and (min-width: 768px) and (max-width: 1200px) {
	#site-navigation {
		justify-content: flex-start;
	}
}
@media screen and (max-width: 768px) {
	.header-btn-wrap {
		display: none;
	}
}
.tg-primary-menu > div ul {
	margin: 0;
	padding: 0;
	list-style-type: none;
}
.tg-primary-menu .sub-menu > div ul li:hover > a {
	color: #fff;
	background-color: #00b154;
}
.tg-primary-menu > div > ul li:first-child:hover {
	background: transparent;
}
.tg-primary-menu > div ul li.menu-item-has-children,
.tg-primary-menu > div ul li.page_item_has_children {
	position: relative;
}
.tg-primary-menu > div ul li a {
	display: flex;
	font-size: 14px;
}
.tg-primary-menu > div ul li ul {
	position: absolute;
	display: block;
	top: 100%;
	width: 340px;
	background: radial-gradient(
		50% 177.91% at 50% 53.21%,
		rgba(0, 0, 0, 0) 0%,
		rgba(0, 0, 0, 0.54) 73.96%,
		rgba(0, 0, 0, 0.76) 86.46%,
		#000000 100%
	);
	background-color: #333;
}
.tg-primary-menu > div ul li ul li {
	margin: 0;
}
.tg-primary-menu > div ul li ul li:last-child {
	border-bottom: 0;
}
.tg-primary-menu > div ul li ul li.menu-item-has-children > a::after,
.tg-primary-menu > div ul li ul li.page_item_has_children > a::after {
	position: absolute;
	right: 1rem;
	vertical-align: middle;
	content: '\f103';
}
.tg-primary-menu > div ul li ul li a {
	padding: 8px;
}
.tg-primary-menu > div ul li ul li ul {
	top: -1px;
	left: 100%;
}
.tg-primary-menu > div ul li ul,
.tg-primary-menu > div ul li:hover ul ul,
.tg-primary-menu > div ul li.focus ul ul {
	z-index: 99999;
	position: absolute;
	left: -999999px;
}
.tg-primary-menu > div ul li:hover > ul,
.tg-primary-menu > div ul li.focus > ul {
	left: auto;
}
.tg-primary-menu > div ul li .sub-menu li.menu-item-has-children ul.tg-edge,
.tg-primary-menu > div ul li .sub-menu li.page_item_has_children ul.tg-edge {
	left: -100%;
}
.tg-primary-menu > div ul li:hover > ul,
.tg-primary-menu > div ul li.focus > ul {
	left: auto;
}
.tg-primary-menu > div > ul,
.menu {
	display: flex;
	justify-content: center;
	align-items: center;
	gap: 15px;
}
.tg-primary-menu > div > ul > li:hover ul ul,
.tg-primary-menu > div > ul > li.focus ul ul {
	position: absolute;
	left: -999999px;
}
.tg-primary-menu > div > ul > li:last-child {
	margin-right: 0;
}
.tg-primary-menu > div > ul > li.tg-menu-item-cart {
	margin-right: 10px;
}
.tg-primary-menu > div > ul > li > ul.tg-edge {
	right: 0;
	left: auto;
}
.tg-primary-menu > div > ul ul li:hover ul ul,
.tg-primary-menu > div > ul ul ul li:hover ul ul,
.tg-primary-menu > div > ul ul li.focus ul ul,
.tg-primary-menu > div > ul ul ul li.focus ul ul {
	position: absolute;
	left: -999999px;
}
.tg-primary-menu > div > ul ul li:hover > ul,
.tg-primary-menu > div > ul ul li.focus > ul {
	left: 100%;
}
.tg-primary-menu > div > ul ul ul li:hover > ul,
.tg-primary-menu > div > ul ul ul ul li:hover > ul,
.tg-primary-menu > div > ul ul ul li.focus > ul,
.tg-primary-menu > div > ul ul ul ul li.focus > ul {
	left: 100%;
}
.tg-primary-menu.tg-primary-menu--style-underline
	> div
	> ul
	> li.current_page_ancestor
	> a::before,
.tg-primary-menu.tg-primary-menu--style-underline
	> div
	> ul
	> li.current-menu-ancestor
	> a::before,
.tg-primary-menu.tg-primary-menu--style-underline
	> div
	> ul
	> li.current-menu-item
	> a::before,
.tg-primary-menu.tg-primary-menu--style-left-border
	> div
	> ul
	> li.current_page_ancestor
	> a::before,
.tg-primary-menu.tg-primary-menu--style-left-border
	> div
	> ul
	> li.current-menu-ancestor
	> a::before,
.tg-primary-menu.tg-primary-menu--style-left-border
	> div
	> ul
	> li.current_page_item
	> a::before,
.tg-primary-menu.tg-primary-menu--style-left-border
	> div
	> ul
	> li.current-menu-item
	> a::before,
.tg-primary-menu.tg-primary-menu--style-right-border
	> div
	> ul
	> li.current_page_ancestor
	> a::before,
.tg-primary-menu.tg-primary-menu--style-right-border
	> div
	> ul
	> li.current-menu-ancestor
	> a::before,
.tg-primary-menu.tg-primary-menu--style-right-border
	> div
	> ul
	> li.current_page_item
	> a::before,
.tg-primary-menu.tg-primary-menu--style-right-border
	> div
	> ul
	> li.current-menu-item
	> a::before {
	content: '';
	position: absolute;
	background-color: #fff;
	margin-bottom: -3px;
}
.tg-primary-menu.tg-primary-menu--style-underline
	> div
	> ul
	> li.current_page_ancestor
	> a,
.tg-primary-menu.tg-primary-menu--style-underline
	> div
	> ul
	> li.current-menu-ancestor
	> a,
.tg-primary-menu.tg-primary-menu--style-underline
	> div
	> ul
	> li.current_page_item
	> a,
.tg-primary-menu.tg-primary-menu--style-underline
	> div
	> ul
	> li.current-menu-item
	> a {
	position: relative;
}
.tg-primary-menu.tg-primary-menu--style-underline
	> div
	> ul
	> li.current_page_ancestor
	> a::before,
.tg-primary-menu.tg-primary-menu--style-underline
	> div
	> ul
	> li.current-menu-ancestor
	> a::before,
.tg-primary-menu.tg-primary-menu--style-underline
	> div
	> ul
	> li.current_page_item
	> a::before,
.tg-primary-menu.tg-primary-menu--style-underline
	> div
	> ul
	> li.current-menu-item
	> a::before {
	height: 2px;
	width: 100%;
	bottom: 0;
}
.tg-primary-menu.tg-primary-menu--style-left-border
	> div
	> ul
	> li.current_page_ancestor
	> a::before,
.tg-primary-menu.tg-primary-menu--style-left-border
	> div
	> ul
	> li.current-menu-ancestor
	> a::before,
.tg-primary-menu.tg-primary-menu--style-left-border
	> div
	> ul
	> li.current_page_item
	> a::before,
.tg-primary-menu.tg-primary-menu--style-left-border
	> div
	> ul
	> li.current-menu-item
	> a::before {
	width: 2px;
	height: 12px;
	top: 50%;
	left: -5px;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
}
.tg-primary-menu.tg-primary-menu--style-right-border
	> div
	> ul
	> li.current_page_ancestor
	> a::before,
.tg-primary-menu.tg-primary-menu--style-right-border
	> div
	> ul
	> li.current-menu-ancestor
	> a::before,
.tg-primary-menu.tg-primary-menu--style-right-border
	> div
	> ul
	> li.current_page_item
	> a::before,
.tg-primary-menu.tg-primary-menu--style-right-border
	> div
	> ul
	> li.current-menu-item
	> a::before {
	width: 2px;
	height: 12px;
	top: 50%;
	left: auto;
	right: -5px;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
}
.tg-site-header-top ul.menu {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	list-style-type: none;
	margin: 0;
}
.tg-site-header-top ul.menu li a {
	padding: 0 0.5em;
}
.tg-header-action-list {
	list-style-type: none;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	margin: 0;
}
.tg-header-action-list .tg-header-action__item {
	position: relative;
	display: flex;
}
.tg-mobile-navigation {
	padding-top: 83px !important;
	visibility: hidden;
	opacity: 0;
	position: fixed;
	top: 0;
	bottom: auto;
	left: auto;
	right: 0;
	z-index: 9999;
	background: #00011f;
	width: 100%;
	height: 100%;
	-webkit-transform: translateX(100%);
	transform: translateX(-100%);
	-webkit-transition: 0.35s visibility ease, 0.35s opacity ease,
		0.35s -webkit-transform ease;
	transition: 0.35s visibility ease, 0.35s opacity ease,
		0.35s -webkit-transform ease;
	transition: 0.35s transform ease, 0.35s visibility ease, 0.35s opacity ease;
	transition: 0.35s transform ease, 0.35s visibility ease, 0.35s opacity ease,
		0.35s -webkit-transform ease;
	padding: 90px 0 45px;
	overflow-y: scroll;
	-webkit-overflow-scrolling: touch;
}
.tg-mobile-navigation > div > ul {
	border-top: 1px solid #e9ecef;
	padding-top: 1em;
}
.tg-mobile-navigation .tg-mobile-navigation-close {
	background-color: unset;
	border: unset;
	padding: unset;
	color: unset;
	cursor: pointer;
	position: absolute;
	right: 20px;
	top: 0;
	width: 50px;
	height: 50px;
	line-height: 50px;
	text-align: center;
	font-size: 18px;
}
.tg-mobile-navigation ul {
	list-style-type: none;
	padding: 0;
	margin: 0;
}
.tg-mobile-navigation li {
	position: relative;
}
.tg-mobile-navigation li.page_item_has_children,
.tg-mobile-navigation li.menu-item-has-children {
	position: relative;
}
.tg-mobile-navigation li.page_item_has_children .tg-submenu-toggle,
.tg-mobile-navigation li.menu-item-has-children .tg-submenu-toggle {
	position: absolute;
	right: 8px;
	top: 0;
	display: block;
	padding: 0.5em 0.8em;
	background: unset;
	color: unset;
	border: unset;
}
.tg-mobile-navigation li.page_item_has_children ul,
.tg-mobile-navigation li.menu-item-has-children ul {
	padding-left: 15px;
	max-height: 0;
	visibility: hidden;
	-webkit-transition: all 0.5s ease-out;
	transition: all 0.5s ease-out;
	overflow: hidden;
}
.tg-mobile-navigation
	li.page_item_has_children.submenu--show
	> .tg-submenu-toggle::after,
.tg-mobile-navigation
	li.menu-item-has-children.submenu--show
	> .tg-submenu-toggle::after {
	content: '';
}
.tg-mobile-navigation li.page_item_has_children.submenu--show > ul,
.tg-mobile-navigation li.menu-item-has-children.submenu--show > ul {
	max-height: 500px;
	visibility: visible;
	overflow-y: scroll;
}
.tg-mobile-navigation li.tg-menu-extras-wrap {
	display: none;
}
.tg-mobile-navigation.tg-mobile-navigation--opened {
	visibility: visible;
	opacity: 1;
	-webkit-transform: translateX(0);
	transform: translateX(0);
	-webkit-box-shadow: 0 0 50px rgba(0, 0, 0, 0.1);
	box-shadow: 0 0 50px rgba(0, 0, 0, 0.1);
}
.tg-mobile-navigation a {
	display: block;
	word-break: break-all;
}
.tg-mobile-navigation li.tg-menu-item-search {
	padding: 0.5em;
}
.tg-mobile-navigation li.tg-menu-item-search label {
	display: block;
}
.tg-mobile-navigation li.tg-menu-item-search .search-form {
	position: unset;
	width: 100%;
	display: block;
}
.tg-primary-menu > div ul li.tg-header-button-wrap a {
	color: #fff;
	background-color: #269bd1;
	padding: 5px 10px;
	-webkit-transition: all 0.35s ease-in-out;
	transition: all 0.35s ease-in-out;
	border: 0 solid #e9ecef;
}
.tg-primary-menu > div ul li.tg-header-button-wrap a:hover {
	color: #fff;
	background-color: #1e7ba6;
}
.tg-menu-item-cart .cart-page-link {
	position: relative;
}
.tg-menu-item-cart .cart-page-link .count {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	font-size: 10px;
	width: 16px;
	height: 16px;
	background-color: #343a40;
	color: #fff;
	position: absolute;
	top: -5px;
	right: -10px;
	border-radius: 50%;
	text-align: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}
.tg-site-footer-bar .menu {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	list-style-type: none;
	margin: 0;
}
.tg-primary-menu > div > ul > li.tg-menu-extras-wrap {
	margin: 1em;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}
.tg-primary-menu > div > ul > li.tg-menu-extras-wrap .submenu-expand {
	cursor: pointer;
	width: 28px;
	height: 28px;
	padding: 0;
	text-align: center;
}
.tg-mobile-navigation li.menu-item-has-children .toggled-on + ul {
	max-height: 500px;
}
.tg-mobile-navigation
	li.menu-item-has-children
	.tg-submenu-toggle.toggled-on::after {
	content: '-';
}
.screen-reader-text {
	border: 0;
	clip: rect(1px, 1px, 1px, 1px);
	-webkit-clip-path: inset(50%);
	clip-path: inset(50%);
	height: 1px;
	margin: -1px;
	overflow: hidden;
	padding: 0;
	position: absolute !important;
	width: 1px;
	word-wrap: normal !important;
}
.screen-reader-text:focus {
	background-color: #e9ecef;
	border-radius: 3px;
	-webkit-box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
	box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
	clip: auto !important;
	-webkit-clip-path: none;
	clip-path: none;
	color: #16181a;
	display: block;
	font-size: 14px;
	font-weight: 700;
	height: auto;
	left: 5px;
	line-height: normal;
	padding: 15px 23px 14px;
	text-decoration: none;
	top: 5px;
	width: auto;
	z-index: 100000;
}
#content[tabindex='-1']:focus {
	outline: 0;
}
.alignleft {
	display: inline;
	float: left;
	margin-right: 1.5em;
}
.alignright {
	display: inline;
	float: right;
	margin-left: 1.5em;
}
.aligncenter {
	clear: both;
	text-align: center;
	display: block;
	margin-left: auto;
	margin-right: auto;
}
.tg-flex-left {
	margin-right: auto;
}
.tg-flex-right {
	margin-left: auto;
}
.wp-block-gallery.alignleft,
.wp-block-gallery.alignright,
.wp-block-gallery.aligncenter,
.wp-block-social-links.alignleft,
.wp-block-social-links.alignright,
.wp-block-social-links.aligncenter {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}
.clear::before,
.clear::after,
.entry-content::before,
.entry-content::after,
.comment-content::before,
.comment-content::after,
.site-header::before,
.site-header::after,
.site-content::before,
.site-content::after,
.site-footer::before,
.site-footer::after {
	display: table;
	content: '';
}
.clear::after,
.entry-content::after,
.comment-content::after,
.site-header::after,
.site-content::after,
.site-footer::after {
	clear: both;
}
.tg-site-header-top {
	padding: 0.5em 0;
	background-color: #e9ecef;
}
.tg-site-header-top .widget {
	margin: 0;
}
.tg-site-header-top .tg-header-top-left-content,
.tg-site-header-top .tg-header-top-right-content {
	width: 50%;
}
.tg-site-header-top .tg-header-top-right-content {
	text-align: right;
}
.tg-site-header-top .tg-header-top-right-content ul {
	-webkit-box-pack: end;
	-ms-flex-pack: end;
	justify-content: flex-end;
}
.tg-site-header-top p {
	margin: 0;
}
#wpadminbar {
	top: auto;
	bottom: 0;
}
.tg-site-header.tg-site-header--center
	.tg-site-header-bottom
	.tg-container--flex {
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
}
.tg-site-header.tg-site-header--center .site-branding {
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	text-align: center;
}
.tg-site-header.tg-site-header--center .site-branding .custom-logo-link {
	margin-right: 0;
}
.tg-site-header.tg-site-header--center .tg-primary-menu {
	margin-left: initial;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
}
.tg-site-header.tg-site-header--right
	.tg-site-header-bottom
	.tg-container--flex {
	-webkit-box-orient: horizontal;
	-webkit-box-direction: reverse;
	-ms-flex-direction: row-reverse;
	flex-direction: row-reverse;
}
.tg-site-header.tg-site-header--right
	.tg-site-header-bottom
	.main-navigation
	ul {
	-webkit-box-pack: start;
	-ms-flex-pack: start;
	justify-content: flex-start;
}
.tg-site-header.tg-site-header--right .site-branding {
	margin-left: 20px;
}
.tg-site-header.tg-site-header--right .site-branding .custom-logo-link {
	margin-right: 0;
}
.tg-site-header.tg-site-header--right .tg-primary-menu {
	margin-left: initial;
	margin-right: auto;
}
.tg-site-header.tg-site-header--transparent {
	position: absolute;
	top: 0;
	z-index: 9999;
	height: auto;
	width: 100%;
	background: transparent;
}
.tg-site-header-bottom .tg-block--two {
	padding-top: 22px;
	padding-bottom: 22px;
}
.tg-site-header-bottom .tg-block--two {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-flex: 1;
	-ms-flex: 1;
	flex: 1;
}
.tg-header-transparent-wrapper {
	position: relative;
}
.site-branding {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}
.site-branding .custom-logo-link {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: start;
	-ms-flex-align: start;
	align-items: flex-start;
}
.site-branding .site-description,
.site-branding .site-title {
	margin: 0;
}
.wp-custom-header img {
	margin: 0 auto;
	width: 100%;
	vertical-align: middle;
}
.wp-custom-header:hover .wp-custom-header-video-button {
	visibility: visible;
	opacity: 1;
	-webkit-transform: translateY(0);
	transform: translateY(0);
}
.wp-custom-header .wp-custom-header-video-button {
	position: absolute;
	top: calc(50% - 30px);
	left: calc(50% - 30px);
	z-index: 9999;
	height: 60px;
	width: 60px;
	padding: 10px;
	text-align: center;
	font-size: 18px;
	border: none;
	outline: none;
	color: #fff;
	cursor: pointer;
	-webkit-box-shadow: 0 0 60px rgba(0, 0, 0, 0.5);
	box-shadow: 0 0 60px rgba(0, 0, 0, 0.5);
	-webkit-transition: opacity 0.35s, visibility 0.35s, -webkit-box-shadow 0.35s,
		-webkit-transform 0.35s;
	transition: opacity 0.35s, visibility 0.35s, -webkit-box-shadow 0.35s,
		-webkit-transform 0.35s;
	transition: box-shadow 0.35s, opacity 0.35s, visibility 0.35s, transform 0.35s;
	transition: box-shadow 0.35s, opacity 0.35s, visibility 0.35s, transform 0.35s,
		-webkit-box-shadow 0.35s, -webkit-transform 0.35s;
	opacity: 0;
	visibility: hidden;
	-webkit-transform: translateY(10px);
	transform: translateY(10px);
}
.wp-custom-header .wp-custom-header-video-button:hover {
	-webkit-box-shadow: 0 0 75px rgba(0, 0, 0, 0.8);
	box-shadow: 0 0 75px rgba(0, 0, 0, 0.8);
}
.error-404 {
	text-align: center;
}
.error-404 .search-form {
	margin-top: 20px;
}
.site-content {
	margin-top: 80px;
	margin-bottom: 0 !important;
}
#primary {
	width: 70%;
	padding-right: 60px;
}
#secondary {
	width: 30%;
	padding-left: 60px;
	border-left: 1px solid #e9ecef;
}
.tg-site-layout--default #primary {
	width: unset;
	padding: 0;
}
.tg-site-layout--default #primary .entry-content > .alignfull {
	width: auto;
	margin-left: calc(50% - 50vw);
	margin-right: calc(50% - 50vw);
}
.tg-site-layout--default #primary .entry-content > .alignwide {
	margin-left: -100px;
	margin-right: -100px;
	max-width: unset;
}
.tg-site-layout--default .content-area {
	max-width: 760px;
	margin: 0 auto;
}
.tg-site-layout--default .hentry {
	margin: 0 0 10em;
}
.tg-site-layout--left .site-content .tg-container--flex {
	-webkit-box-orient: horizontal;
	-webkit-box-direction: reverse;
	-ms-flex-direction: row-reverse;
	flex-direction: row-reverse;
}
.tg-site-layout--left #primary {
	padding-right: 0;
	padding-left: 60px;
}
.tg-site-layout--left #secondary {
	padding-left: 0;
	padding-right: 60px;
	border-left: 0 none;
	border-right: 1px solid #e9ecef;
}
.tg-site-layout--no-sidebar #primary {
	width: 100%;
	padding-right: 0;
}
.tg-site-layout--no-sidebar #primary .entry-content > .alignfull {
	margin-left: calc(50% - 50vw);
	margin-right: calc(50% - 50vw);
	max-width: unset;
}
.tg-site-layout--no-sidebar #primary .entry-content > .alignfull.wp-block-cover,
.tg-site-layout--no-sidebar
	#primary
	.entry-content
	> .alignfull.wp-block-cover-image {
	width: unset;
}
.tg-site-layout--no-sidebar #primary .entry-content > .alignwide {
	margin-left: -100px;
	margin-right: -100px;
	max-width: unset;
}
.widget .widget-title {
	font-size: 1.2rem;
	font-weight: 500;
	margin-bottom: 1rem;
}
.widget.widget_recent_comments ul li {
	padding: 0.5rem 0;
}
.widget ul {
	margin: 0;
	list-style-type: none;
}
.widget ul li:last-child {
	border-bottom: none;
}
.widget ul li a + .post-date {
	margin-bottom: 0.5rem;
	display: block;
}
.widget ul ul {
	padding-left: 1em;
}
.widget select {
	max-width: 100%;
}
.widget.widget_search .search-form label {
	width: 100%;
}
.widget.widget_calendar table td,
.widget.widget_calendar table th {
	padding: inherit;
	text-align: center;
}
.widget.widget_tag_cloud .tagcloud {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}
.widget.widget_tag_cloud .tagcloud a {
	font-size: 1rem !important;
	border: 1px solid;
	padding: 5px 10px;
	margin: 5px;
}
.sticky {
	display: block;
}
.hentry {
	border: 0 solid #e9ecef;
}
.single .hentry {
	border: 0 solid #e9ecef;
}
.updated:not(.published) {
	display: none;
}
.extra-hatom {
	display: none;
}
.post-thumbnail {
	margin: 0 0 1.5em;
}
.entry-content {
	margin: 0;
}
.entry-content .wp-block-columns:last-child {
	margin-bottom: 0;
}
.entry-content p:last-child {
	margin-bottom: 0;
}
.post-thumbnail {
	display: block;
}
.page-links {
	clear: both;
	margin: 0 0 1.5rem;
}
.entry-title {
	margin: 0 0 0.5em;
	font-size: 2.25rem;
	word-wrap: break-word;
}
.entry-meta {
	margin: 0 0 1.5em;
	border: 0 solid #e9ecef;
}
.entry-meta > span {
	margin-right: 1.5rem;
	display: inline-block;
}
.entry-meta > span:last-child {
	margin-right: 0;
}
.tg-meta-style-two .entry-meta span,
.tg-meta-style-two .entry-meta a {
	color: #269bd1;
}
.tg-meta-style-two .entry-meta a:hover {
	color: #1e7ba6;
}
.tg-meta-style-two .entry-meta > span {
	display: inline-block;
}
.wp-caption {
	margin-bottom: 1.5em;
	max-width: 100%;
}
.wp-caption img[class*='wp-image-'] {
	display: block;
	margin-left: auto;
	margin-right: auto;
}
.wp-caption .wp-caption-text {
	margin: 0.8075em 0;
}
.wp-caption-text {
	text-align: center;
}
.gallery {
	margin-bottom: 1.5em;
}
.gallery-item {
	display: inline-block;
	text-align: center;
	vertical-align: top;
	width: 100%;
}
.gallery-columns-2 .gallery-item {
	max-width: 50%;
}
.gallery-columns-3 .gallery-item {
	max-width: 33.33%;
}
.gallery-columns-4 .gallery-item {
	max-width: 25%;
}
.gallery-columns-5 .gallery-item {
	max-width: 20%;
}
.gallery-columns-6 .gallery-item {
	max-width: 16.66%;
}
.gallery-columns-7 .gallery-item {
	max-width: 14.28%;
}
.gallery-columns-8 .gallery-item {
	max-width: 12.5%;
}
.gallery-columns-9 .gallery-item {
	max-width: 11.11%;
}
.gallery-caption {
	display: block;
}
.tg-oembed-container {
	position: relative;
	padding-top: 56.25%;
	height: 0;
	overflow: hidden;
	max-width: 100%;
	height: auto;
}
.tg-oembed-container iframe,
.tg-oembed-container object,
.tg-oembed-container embed {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
body .tg-oembed-container * {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
.tg-site-footer .site-info {
	text-align: center;
	padding: 1rem 0;
}
.tg-site-footer .tg-footer-widget-container {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	padding: 40px 0 0;
}
.tg-site-footer
	.tg-footer-widget-container.tg-footer-widget-col--one
	.tg-footer-widget-area {
	width: 100%;
}
.tg-site-footer
	.tg-footer-widget-container.tg-footer-widget-col--two
	.tg-footer-widget-area {
	width: calc(50% - 20px);
}
.tg-site-footer
	.tg-footer-widget-container.tg-footer-widget-col--three
	.tg-footer-widget-area {
	width: calc(33.33% - 20px);
}
.tg-site-footer
	.tg-footer-widget-container.tg-footer-widget-col--four
	.tg-footer-widget-area {
	width: calc(25% - 20px);
}
.tg-site-footer
	.tg-footer-widget-container.tg-footer-widget--title-hidden
	.widget-title {
	display: none;
}
.tg-site-footer .tg-site-footer-bar {
	padding-bottom: 35px;
	border-top: 0 solid #e9ecef;
}
.tg-site-footer .tg-site-footer-bar .tg-container--flex {
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
}
.tg-site-footer .tg-site-footer-bar p {
	margin: 0;
}
.tg-site-footer .tg-site-footer-bar .tg-site-footer-section-1 {
	-webkit-box-flex: 1;
	-ms-flex: 1;
	flex: 1;
	font-size: 18px;
}
.tg-site-footer .tg-site-footer-bar .tg-site-footer-section-1 ul {
	-webkit-box-pack: start;
	-ms-flex-pack: start;
	justify-content: flex-start;
}
.tg-site-footer .tg-site-footer-bar .tg-site-footer-section-2 {
	-webkit-box-flex: 1;
	-ms-flex: 1;
	flex: 1;
	margin-left: 15px;
	text-align: right;
}
.tg-site-footer .tg-site-footer-bar .tg-site-footer-section-2 .menu {
	-webkit-box-pack: end;
	-ms-flex-pack: end;
	justify-content: flex-end;
}
.tg-site-footer .tg-site-footer-bar .tg-site-footer-section-2 .widget li {
	text-align: right;
}
.tg-site-footer
	.tg-site-footer-bar.tg-site-footer-bar--center
	.tg-container--flex {
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-box-pack: normal;
	-ms-flex-pack: normal;
	justify-content: normal;
}
.tg-site-footer
	.tg-site-footer-bar.tg-site-footer-bar--center
	.tg-site-footer-section-1
	.widget,
.tg-site-footer
	.tg-site-footer-bar.tg-site-footer-bar--center
	.tg-site-footer-section-2
	.widget {
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}
.tg-scroll-to-top {
	position: fixed;
	right: 20px;
	bottom: 20px;
	width: 50px;
	height: 50px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	z-index: 999;
	visibility: hidden;
	opacity: 0;
	-webkit-transform: translateY(0);
	transform: translateY(0);
	-webkit-transition: 0.5s all ease;
	transition: 0.5s all ease;
	color: #fff;
	background-color: #16181a;
}
.tg-scroll-to-top:hover {
	color: #fff;
	background-color: #1d3f6a;
}
.tg-scroll-to-top.tg-scroll-to-top--show {
	visibility: visible;
	opacity: 1;
	-webkit-transform: translateY(-10px);
	transform: translateY(-10px);
}
.tg-overlay-wrapper {
	position: fixed;
	top: 0;
	bottom: 0;
	right: 0;
	left: 0;
	background-color: rgba(0, 0, 0, 0.05);
	display: none;
}
.tg-overlay-wrapper.overlay-show {
	display: block;
}
@media screen and (min-width: 1024px) {
	.tg-site-layout--default .post-thumbnail {
		display: block;
		margin-left: calc(50% - 26vw);
		margin-right: calc(50% - 26vw);
	}
}
@media screen and (max-width: 768px) {
	.site-branding img {
		width: auto;
		height: 45px;
	}
	.tg-container--separate #primary {
		padding-right: 0;
	}
	.tg-container--separate #secondary {
		padding-left: 0;
	}
	.tg-site-layout--left #primary,
	.tg-site-layout--left #secondary {
		padding: 0;
	}
	.tg-site-header.tg-site-header--center .tg-primary-menu {
		display: none;
	}
	.tg-container--boxed .tg-site {
		width: 90%;
	}
	.tg-container {
		padding-left: 20px;
		padding-right: 20px;
	}
	.tg-site-header--center .site-branding {
		margin-bottom: 1em;
	}
	.tg-header-action-list .tg-header-action__item.tg-mobile-toggle {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
	}
	.tg-site-header--left .tg-block--two {
		-webkit-box-pack: end;
		-ms-flex-pack: end;
		justify-content: flex-start;
	}
	.tg-menu-item-search {
		margin-top: 0.5em;
	}
	.tg-menu-item-search a {
		display: none;
	}
	#primary.pagebuilder-content {
		margin-bottom: 0;
	}
	#primary,
	#secondary {
		width: 100% !important;
		padding: 0;
		border: none;
	}
	#secondary .widget:last-child {
		margin-bottom: 0;
	}
	.tg-site-footer
		.tg-footer-widget-container.tg-footer-widget-col--two
		.tg-footer-widget-area,
	.tg-site-footer
		.tg-footer-widget-container.tg-footer-widget-col--three
		.tg-footer-widget-area,
	.tg-site-footer
		.tg-footer-widget-container.tg-footer-widget-col--four
		.tg-footer-widget-area {
		width: 100%;
	}
	.tg-menu-item-cart .cart-page-link {
		display: inline-block;
	}
	.tg-menu-item-cart .cart-page-link .count {
		top: 0;
		right: -8px;
	}
}
@media screen and (max-width: 600px) {
	.header1 {
		display: none;
	}
	.tg-site-header-top {
		display: none;
	}
	.tg-site-footer .tg-site-footer-bar .tg-container--flex {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column;
	}
	.tg-site-footer .tg-site-footer-bar .tg-site-footer-section-1,
	.tg-site-footer .tg-site-footer-bar .tg-site-footer-section-2 {
		width: 100%;
		margin: 0;
	}
	.tg-page-header .tg-container--flex {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column;
	}
	.tg-page-header.tg-page-header--left-right .tg-page-header__title {
		margin-right: 0;
	}
	.tg-page-header.tg-page-header--left-right .breadcrumbs {
		margin-left: 0;
	}
	.tg-page-header.tg-page-header--right-left .tg-page-header__title {
		margin-left: 0;
	}
	.tg-page-header.tg-page-header--right-left .breadcrumbs {
		margin-right: 0;
	}
}
@media screen and (max-width: 480px) {
	.site-branding {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column;
		-webkit-box-align: start;
		-ms-flex-align: start;
		align-items: flex-start;
	}
}
.tg-site-header--center
	.tg-header-action-list
	.tg-header-action__item.tg-mobile-toggle,
.tg-site-header--right
	.tg-header-action-list
	.tg-header-action__item.tg-mobile-toggle {
	margin-left: 0;
}
.tg-header-action-list .tg-header-action__item.tg-mobile-toggle .tg-icon-bars {
	font-size: 1.5rem;
	line-height: 1.2;
}
@media screen and (max-width: 600px) {
	.newslots__item {
		flex-basis: 100%;
	}
}
.topslots__title::before {
	background: center/ contain no-repeat
		var(--wpr-bg-abac243a-6921-4ce3-b496-db7154e29aae);
}
.topslots__items {
	display: flex;
	flex-wrap: wrap;
}
.topslots__item {
	border-radius: 18.154px;
	background: #2f284a;
	color: #325562;
	display: flex;
	gap: 15px;
	position: relative;
}
.topslots__item:hover:before {
	content: '';
	opacity: 0.3;
	z-index: 0;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	position: absolute;
	border-radius: 5px;
	background-blend-mode: normal, overlay, normal;
	backdrop-filter: blur(25px);
	background: linear-gradient(
			158.36deg,
			rgba(49, 55, 111, 0.3) 48.89%,
			rgba(0, 0, 0, 0) 85.8%
		),
		conic-gradient(
			from -45.55deg at 59.84% 9.15%,
			#cd00ed 0deg,
			#11826c 120deg,
			#cd00ed 266.25deg,
			#cd00ed 360deg
		),
		radial-gradient(
			77.46% 77.46% at 50% 22.54%,
			rgba(0, 237, 166, 0.48) 0%,
			rgba(0, 237, 166, 0.064) 100%
		);
}
.topslots__status {
	position: absolute;
	right: -8px;
	top: -8px;
	border-radius: 4px;
	background: #c12a79;
	padding: 8px 13px;
	color: #fff;
	font-size: 10px;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
	min-width: 120px;
	display: flex;
	align-items: center;
	justify-content: center;
}
.topslots__item-img {
	max-width: 190px;
	z-index: 1;
}
.topslots__item-img img {
	border-radius: 5px;
	height: 100%;
	object-fit: cover;
	max-height: 240px;
}
.topslots__item-text {
	width: 100%;
	display: flex;
	justify-content: center;
	flex-direction: column;
	z-index: 1;
}
.topslots__footer {
	display: flex;
	flex-wrap: wrap;
	color: #e4e4e4;
	row-gap: 7px;
}
.topslots__footer-item {
	position: relative;
	padding-left: 10px;
	font-size: 10px;
}
.topslots__footer-item::before {
	content: '';
	width: 6px;
	height: 2px;
	background: #cd00ed;
	border-radius: 5px;
	position: absolute;
	left: 0;
	top: calc(50% - 1px);
}
.topslots__footer-item p {
	min-width: 170px;
	font-size: 11px;
	margin-bottom: 0;
}
.topslots__item-title {
	font-weight: 700;
	color: #fffbff;
	font-size: 18px;
	line-height: 1.25;
}
.topslots__excerpt p {
	font-weight: 400;
	font-size: 11px;
	color: #e4e4e4;
}
.topslots__items .slots__btn-wrapper a {
	flex-basis: 50%;
	max-width: 75px;
}
.topslots__item-img {
	flex-shrink: 0;
}
.topslots__items .slots__btn-wrapper {
	margin-top: 0;
}
.topslots__items .slots__btn-wrapper a {
	min-height: 34px !important;
}
@media screen and (min-width: 1200px) {
	.topslots__item {
		flex-basis: calc((100% - 32px) / 3);
	}
}
@media screen and (min-width: 991px) and (max-width: 1200px) {
	.topslots__item-img {
		display: flex;
	}
	.topslots__item-img img {
		object-fit: cover;
	}
	.topslots__item-title {
		margin-top: 0;
	}
	.topslots__items {
		gap: 16px;
	}
	.topslots__item {
		flex-basis: calc((100% - 16px) / 2);
	}
}
@media screen and (min-width: 991px) {
	.topslots__item {
		padding: 10px;
	}
	.topslots__item-title {
		margin-top: 22px;
	}
	.topslots__item-img {
		flex-basis: 190px;
	}
	.topslots__item-text {
		flex-basis: 166px;
	}
	.topslots__items {
		gap: 16px;
	}
	.topslots__item-title {
		margin-bottom: 13px;
	}
}
@media screen and (max-width: 991px) {
	.topslots__items {
		flex-direction: column;
	}
	.topslots__item {
		padding: 15px 10px;
		flex-basis: 100%;
	}
	.topslots__items {
		gap: 20px;
	}
	.topslots__item-title {
		margin-bottom: 11px;
	}
}
@media screen and (min-width: 600px) {
	.topslots__footer {
		margin-bottom: 21px;
	}
	.topslots__excerpt p {
		margin-bottom: 27px;
	}
	.topslots__status-dn {
		display: none;
	}
}
@media screen and (max-width: 600px) {
	.topslots__item {
		flex-basis: 100%;
		padding: 10px;
	}
	.topslots__status {
		display: none;
	}
	.topslots__footer {
		margin-bottom: 17px;
		flex-direction: column;
		gap: 7px;
	}
	.topslots__footer-item p {
		font-size: 10px !important;
	}
	.topslots__status {
		display: none;
	}
	.topslots__status-dn {
		display: flex;
		margin-top: 10px;
		position: relative;
		right: unset;
		top: unset;
	}
}
@media screen and (max-width: 480px) {
	.topslots__item-img {
		width: 100%;
	}
	.topslots__excerpt p {
		margin-bottom: 6px;
	}
	.topslots__footer-item {
		align-items: center;
		display: flex;
	}
	.topslots__footer-item p {
		min-width: 100%;
	}
	.topslots__footer {
		margin-bottom: 12px;
	}
	.topslots__items {
		gap: 27px;
	}
	.topslots__item-img {
		flex-basis: 120px;
	}
	.topslots__item-text {
		flex-basis: 150px;
	}
}
@media screen and (min-width: 480px) and (max-width: 600px) {
	.topslots__footer {
		margin-bottom: 10px;
		row-gap: 3px;
	}
}
@media screen and (max-width: 600px) {
	.newslots__item {
		flex-basis: 100%;
	}
}
@media screen and (min-width: 600px) and (max-width: 991px) {
	.newslots__item {
		flex-basis: calc((100% - 15px) / 2);
	}
}
@media screen and (min-width: 991px) and (max-width: 1200px) {
	.newslots__item {
		flex-basis: calc((100% - 30px) / 3);
	}
}
.newslot_textblock_left {
	gap: 5px;
}
.newslot_textblock_right,
.newslot_textblock_left {
	display: flex;
	align-items: center;
}
.newslot_textblock {
	display: flex;
	justify-content: center;
	margin-top: -5px;
	padding: 5px 0;
	z-index: 1;
	position: relative;
	background: rgba(48, 40, 76, 1);
	min-height: 48px;
}
.newslot_textblock div {
	font-size: 12px;
}
.newslots__item .newslot_picture {
	min-height: 310px;
	border-radius: 11px;
	display: block;
}
.newslots__item:hover .newslot_picture {
	transform: scale(1.03);
	transition: all ease-in 0.1s;
}
.slots__btn-wrapper {
	margin-top: 15px;
	gap: 10px;
}
@media screen and (max-width: 768px) {
	.slots__btn-wrapper {
		gap: 12px;
		justify-content: left;
	}
}
.newslots__footer-item {
	font-size: 12px;
}
@media screen and (min-width: 1200px) {
	.newslots__item {
		flex-basis: calc(20% - 12px);
	}
}
.newslots__item {
	background: linear-gradient(
		147.75deg,
		rgba(255, 255, 255, 0.1) 0%,
		rgba(255, 255, 255, 0.05) 100%
	);
	backdrop-filter: blur(7.30207px);
	border-radius: 11px;
	padding: 10px;
	padding-bottom: 25px;
}
.newslots__items {
	gap: 15px;
	flex-wrap: wrap;
	display: flex;
}
.newslots-container .h2:before {
	background: var(--wpr-bg-db4a9eaf-8ac6-4ba4-b3e4-2f7cb08e6688);
}
.swiper-providers {
	overflow: visible;
}
.topproviders-container .topproviders__item {
	height: 60px;
	box-sizing: border-box;
	display: flex;
	justify-content: center;
	align-items: center;
	border-radius: 5px 25px 5px 5px;
}
.topproviders-container .standart-btn {
	min-height: 44px;
}
.topproviders-container .tg-container {
	padding-right: 0;
}
.topproviders-container .swiper.swiper-winners {
	overflow: visible;
}
.topproviders-container .h2:before {
	background: var(--wpr-bg-5c234680-5028-4e75-a16d-e9bcd384c2dc);
}
.topproviders__item {
	background: #2f284a;
	border-radius: 5px;
	padding: 7px 8px;
	display: flex;
	gap: 10px;
	align-items: center;
	border: 1px solid #12104f;
}
.topproviders__item:hover {
	border: 1px solid #cd00ed;
}
.topproviders__excerpt {
	color: rgba(255, 255, 255, 0.55);
}
.topproviders__excerpt p {
	margin: 0;
}
.qustions-section .h2:before {
	background: var(--wpr-bg-cdf29c2d-3fb6-441e-9697-7ea378aa12a9);
}
.is-read.is-open .c-accordion__title {
	color: #cd00ed;
}
.acord-stat {
	color: silver;
	line-height: 155%;
	font-weight: 400;
}
.is-open > .c-accordion__title:after {
	content: '';
	transform: rotate(180deg);
	margin-top: -21px;
}
.c-accordion__title:after {
	right: 25px;
	font-size: 0;
	content: '';
	background: url('/images/acc-arrow.svg') center center / cover no-repeat;
	width: 44px;
	height: 44px;
	display: block;
}
.qustions_accordions {
	display: flex;
	flex-direction: column;
	gap: 15px;
}
body .wp-block-pb-accordion-item .c-accordion__content {
	padding-top: 0 !important;
}
.wp-block-pb-accordion-item .c-accordion__title,
.wp-block-pb-accordion-item .c-accordion__content {
	padding: 25px;
}
.wp-block-pb-accordion-item {
	border-radius: 5px 20px 5px 5px;
	background: #12104f;
}
.km-title {
	font-weight: 600;
	font-size: 18px;
	line-height: 130%;
}
html,
body {
	overflow-x: hidden;
}
@media screen and (max-width: 600px) {
	.km-title {
		max-width: 225px;
	}
}
.faq_accordions {
	display: flex;
	flex-direction: column;
	gap: 15px;
}
.mob-wid .header-btn-wrap a {
	min-width: 120px;
}
.swiper-providers .swiper-slide {
	display: flex;
	flex-direction: column;
	gap: 15px;
}
body.single-slots .is-layout-flex {
	align-items: flex-start;
}
@media screen and (max-width: 1200px) {
	.rewievs-resuts .wp-block-columns {
		flex-direction: column;
		gap: 60px;
	}
	.rewievs-resuts .wp-block-column {
		width: 100%;
	}
	.rewievs-resuts .last-results-wrap {
		max-width: 100%;
	}
}
@media screen and (max-width: 991.98px) {
	.rewievs-resuts .bonuses__results {
		width: unset;
	}
	.last-results-wrap {
		margin-right: 20px !important;
		margin-left: 20px !important;
	}
}
.reviewers__stars {
	position: relative;
}
.reviewers__star-crop {
	position: absolute;
	left: 0;
	top: 0;
	height: 100%;
	overflow: hidden;
}
.reviewers__star-crop .full-stars {
	position: absolute;
	left: 0;
	top: 4px;
}
.title-subtitle {
	display: flex;
	align-items: center;
}
.title-subtitle__title {
	margin-bottom: 0 !important;
	padding: 0;
}
@media screen and (min-width: 991px) {
	.title-subtitle {
		gap: 49px;
		margin-bottom: 54px;
	}
	.title-subtitle__title {
		flex-basis: 440px;
	}
	.title-subtitle__text {
		flex-basis: 660px;
	}
}
@media screen and (max-width: 991px) {
	.title-subtitle {
		gap: 20px;
		flex-direction: column;
		align-items: flex-start;
		margin-bottom: 30px;
	}
	.title-subtitle svg {
		display: none;
	}
}
.nhfirstscreen__slider {
	background: red;
}
.list-with-numbers-wrap {
	background: #12104f;
	border-radius: 20px;
}
.list-with-numbers {
	display: flex;
	flex-direction: column;
	gap: 20px;
}
.list-with-numbers__item {
	display: flex;
	align-items: center;
	gap: 15px;
}
.list-with-numbers__item-number {
	width: 30px;
	height: 30px;
	background: #cd00ed;
	display: flex;
	align-items: center;
	justify-content: center;
	font-size: 18px;
	line-height: 160%;
	font-weight: 600;
	flex-shrink: 0;
	border-radius: 50%;
	color: #110e1b;
}
.list-with-numbers-title {
	display: flex;
	align-items: center;
	gap: 15px;
	line-height: 140%;
	font-weight: 600;
}
.list-with-numbers-title svg {
	flex-shrink: 0;
}
@media screen and (min-width: 991px) {
	.list-with-numbers-wrap {
		padding: 40px;
	}
	.list-with-numbers-title {
		font-size: 24px;
		margin-bottom: 30px;
	}
}
@media screen and (max-width: 991px) {
	.list-with-numbers-title {
		font-size: 20px;
		margin-bottom: 20px;
	}
	.list-with-numbers-wrap {
		padding: 20px;
	}
}
@media screen and (max-width: 768px) {
	.list-with-numbers-title {
		font-size: 18px;
	}
}
.text-table__wrapper {
	display: flex;
	gap: 65px;
	justify-content: space-between;
	align-items: center;
}
.text-table__table {
	overflow-x: auto;
	position: relative;
	overflow-y: hidden;
}
.text-table .text-table__table {
	flex-basis: 550px;
}
.text-table__body {
	min-width: 550px;
	transition: all ease 0.3s;
}
.text-table__table::after {
	content: '';
	position: absolute;
	bottom: -3px;
	z-index: 2;
	width: 100%;
	height: 107px;
	display: none;
	background: linear-gradient(
		180deg,
		rgba(18, 15, 28, 0) 0%,
		rgba(18, 15, 28, 0.55) 22%,
		#120f1c 59.5%,
		#120f1c 100%
	);
}
#text-table .text-table__table::after {
	display: block;
}
.table-show-more-btn {
	display: none;
	position: absolute;
	bottom: 20px;
	left: 50%;
	transform: translateX(-50%);
	z-index: 3;
	min-width: 185px;
	cursor: pointer;
}
#table-wrap .table-show-more-btn {
	display: flex;
	max-width: fit-content;
}
.table-open .table-show-more-btn {
	position: relative;
	bottom: unset;
	margin-top: 20px;
}
#text-table .table-open.text-table__table::after {
	display: none;
}
.text-table__heading h2 {
	margin-bottom: 20px;
	letter-spacing: 0.02em;
	line-height: 135%;
}
.text-table__heading strong {
	font-weight: 600;
	color: #cd00ed;
}
.text-table__text {
	margin-bottom: 30px;
	line-height: 160%;
	letter-spacing: 0.03em;
}
.text-table__btn {
	max-width: 197px;
}
.text-table__table {
	display: flex;
	flex-direction: column;
	overflow-x: auto;
}
.text-table__headings,
.text-table__row {
	display: flex;
	min-width: 550px;
}
.text-table__row:not(:last-child) {
	border-top: 1px solid #010021;
	border-right: 1px solid #010021;
	border-bottom: 1px solid #010021;
}
.text-table__row:first-child {
	border-top: none;
}
.text-table__headings {
	background: #2e2cd4;
	border-radius: 20px 20px 0 0;
}
.text-table__body {
	background: #12104f;
	border-radius: 0 0 20px 20px;
}
.text-table__cell-heading,
.text-table__first-heading {
	flex-basis: 170px;
	text-align: center;
	flex-shrink: 0;
}
.text-table__cell-text,
.text-table__cell-heading,
.text-table__first-heading,
.text-table__second-heading {
	font-size: 14px;
	line-height: 130%;
}
.text-table__cell-heading {
	padding: 0 17px;
	color: #cd00ed;
}
.text-table__first-heading {
	padding: 18.5px 0;
}
.text-table__second-heading {
	flex-basis: 380px;
	padding: 18.5px 0;
	text-align: center;
	background: #2e2cd4;
	border-radius: 0 20px 0 0;
}
.text-table__cell-text {
	padding: 17px;
	flex-basis: 380px;
	text-align: center;
	border-left: 1px solid #010021;
	display: flex;
	justify-content: center;
	flex-direction: column;
}
.text-table__cell-heading {
	display: flex;
	align-items: center;
	justify-content: center;
}
.text-table__second-heading {
	border-left: 1px solid #010021;
}
.table-left {
	flex-direction: row-reverse;
}
@media screen and (min-width: 1201px) {
	#table {
		max-height: 347px;
	}
}
@media screen and (max-width: 1200px) {
	#table-wrap .table-show-more-btn {
		display: none;
	}
	.text-table__table::after {
		display: none !important;
	}
}
@media screen and (max-width: 991.98px) {
	.text-table__wrapper {
		display: block;
	}
	.text-table__text-block,
	.text-table__table {
		flex-basis: 0%;
	}
	.text-table__text-block {
		margin-bottom: 30px;
	}
	.text-table__wrapper {
		align-items: flex-start;
	}
	.text-table__second-heading,
	.text-table__cell-text {
		flex-basis: 100%;
	}
}
.text16,
.text16 p {
	font-weight: 400;
	font-size: 16px;
	line-height: 160%;
	color: #fff;
	letter-spacing: 0.5px;
}
.bonusesws__avatar img {
	width: 100%;
}
body .swiper .swiper-slide {
	overflow: visible;
}
.img-cov {
	max-width: 100%;
}
.img-cov img {
	width: 100%;
}
