.linking_bl {
	position: relative;
	text-align: right;
	min-height: 45px;
}
.linking_bl .linking_bl__container {
	position: absolute;
	right: 0;
}
.linking_bl button {
	position: relative;
	font-size: 14px !important;
	padding-left: 40px !important;
	border: 1px solid;
}
.linking_bl .btn:after {
	display: inline-block;
	margin-left: 0.255em;
	vertical-align: 0.255em;
	content: '';
	border-top: 0.3em solid;
	border-right: 0.3em solid transparent;
	border-bottom: 0;
	border-left: 0.3em solid transparent;
}
.linking_bl .btn.active:after {
	transform: rotate(180deg);
}
.linking_bl .flag {
	position: absolute;
	left: 13px;
	top: 11px;
}
.linking_bl .flag img {
	width: 20px;
	height: 20px;
	border-radius: 50%;
}
.linking_bl .linking_bl_menu {
	position: absolute;
	top: 53px;
	left: 0;
	z-index: 10;
	display: none;
	padding: 15px;
	margin: 0;
	text-align: left;
	list-style: none;
	background-clip: padding-box;
	background-color: var(--theme-color-style4);
	border-radius: var(--theme-rounded-section);
}
.linking_bl .linking_bl_menu.show {
	display: flex;
	flex-direction: column;
}
.linking_bl .linking_bl_menu a {
	position: relative;
	font-size: 14px;
	padding: 7px 10px 7px 40px;
	display: block;
	color: var(--theme-body-color);
	border-radius: var(--theme-rounded-button);
}
.linking_bl .linking_bl_menu a:hover {
	background-color: var(--theme-section-bg);
	color: var(--theme-color-style3);
}
.linking_bl .linking_bl_menu .flag {
	top: 5px;
	left: 10px;
}
.linking_bl .linking_bl_menu .flag i {
	font-size: 20px;
	padding-top: 3px;
}
@media (max-width: 991px) {
	.linking_bl {
		margin-top: -20px;
		margin-bottom: 20px;
	}
}
*,
*:before,
*:after {
	box-sizing: border-box;
}
:root {
	--theme-body-bg: #e7ecf1;
	--theme-body-color: #022244;
	--theme-block-margin-bottom: 32px;
	--theme-block-margin-bottom-mob: 24px;
	--theme-a-color: #00affa;
	--theme-heading-margin-bottom: 24px;
	--theme-p-margin-bottom: 16px;
}
@media (prefers-reduced-motion: no-preference) {
	:root {
		scroll-behavior: smooth;
	}
}
body {
	margin: 0;
	-webkit-text-size-adjust: 100%;
	-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
hr {
	margin: 0 0 var(--theme-p-margin-bottom);
	color: #d5d5d5;
	background-color: currentColor;
	border: 0;
	opacity: 0.25;
}
hr:not([size]) {
	height: 4px;
}
h6,
h5,
h4,
h3,
h2,
h1 {
	margin-top: 0;
	margin-bottom: var(--theme-heading-margin-bottom);
	font-weight: 500;
	line-height: 1.2;
}
abbr[title],
abbr[data-bs-original-title] {
	text-decoration: underline dotted;
	cursor: help;
	text-decoration-skip-ink: none;
}
address {
	font-style: normal;
	line-height: inherit;
	margin-bottom: var(--theme-p-margin-bottom);
}
ol,
ul {
	padding-left: 16px;
}
ol,
ul,
dl {
	margin-top: 0;
	margin-bottom: var(--theme-p-margin-bottom);
}
ol ol,
ul ul,
ol ul,
ul ol {
	margin-bottom: 0;
}
dt {
	font-weight: 700;
}
dd {
	margin-bottom: var(--theme-p-margin-bottom);
	margin-left: 0;
}
blockquote {
	margin: 0 0 var(--theme-p-margin-bottom);
}
b,
strong {
	font-weight: bolder;
}
small {
	font-size: 0.875em;
}
mark {
	padding: 0.2em;
	background-color: #fcf8e3;
}
sub,
sup {
	position: relative;
	font-size: 0.75em;
	line-height: 0;
	vertical-align: baseline;
}
sub {
	bottom: -0.25em;
}
sup {
	top: -0.5em;
}
a {
	color: var(--theme-a-color);
	text-decoration: none !important;
}
a:hover {
	color: var(--theme-a-color);
}
a:not([href]):not([class]),
a:not([href]):not([class]):hover {
	color: inherit;
	text-decoration: none;
}
pre,
code,
kbd,
samp {
	font-size: 1em;
	direction: ltr;
	unicode-bidi: bidi-override;
}
pre {
	display: block;
	margin-top: 0;
	margin-bottom: var(--theme-p-margin-bottom);
	overflow: auto;
	font-size: 0.875em;
}
pre code {
	font-size: inherit;
	color: inherit;
	word-break: normal;
}
code {
	font-size: 0.875em;
	color: #d63384;
	word-wrap: break-word;
}
a > code {
	color: inherit;
}
kbd {
	padding: 0.2rem 0.4rem;
	font-size: 0.875em;
	color: #fff;
	background-color: #212529;
	border-radius: 6px;
}
kbd kbd {
	padding: 0;
	font-size: 1em;
	font-weight: 700;
}
figure {
	margin: 0 0 var(--theme-p-margin-bottom);
}
img,
svg {
	vertical-align: middle;
	max-width: 100%;
	height: auto;
}
table {
	caption-side: bottom;
	border-collapse: collapse;
}
caption {
	padding-top: 0.5rem;
	padding-bottom: 0.5rem;
	color: #6c757d;
	text-align: left;
}
th {
	text-align: inherit;
	text-align: -webkit-match-parent;
}
thead,
tbody,
tfoot,
tr,
td,
th {
	border-color: inherit;
	border-style: solid;
	border-width: 0;
}
label {
	display: inline-block;
}
button {
	border-radius: 0;
}
button:focus:not(:focus-visible) {
	outline: 0;
}
input,
button,
select,
optgroup,
textarea {
	margin: 0;
	font-size: inherit;
	line-height: inherit;
}
button,
select {
	text-transform: none;
}
[role='button'] {
	cursor: pointer;
}
select {
	word-wrap: normal;
}
select:disabled {
	opacity: 1;
}
[list]::-webkit-calendar-picker-indicator {
	display: none;
}
button,
[type='button'],
[type='reset'],
[type='submit'] {
	-webkit-appearance: button;
}
button:not(:disabled),
[type='button']:not(:disabled),
[type='reset']:not(:disabled),
[type='submit']:not(:disabled) {
	cursor: pointer;
}
::-moz-focus-inner {
	padding: 0;
	border-style: none;
}
textarea {
	resize: vertical;
}
fieldset {
	min-width: 0;
	padding: 0;
	margin: 0;
	border: 0;
}
legend {
	float: left;
	width: 100%;
	padding: 0;
	margin-bottom: var(--theme-p-margin-bottom);
	font-size: calc(1.275rem + 0.3vw);
	line-height: inherit;
}
@media (min-width: 1200px) {
	legend {
		font-size: 1.5rem;
	}
}
legend + * {
	clear: left;
}
::-webkit-datetime-edit-fields-wrapper,
::-webkit-datetime-edit-text,
::-webkit-datetime-edit-minute,
::-webkit-datetime-edit-hour-field,
::-webkit-datetime-edit-day-field,
::-webkit-datetime-edit-month-field,
::-webkit-datetime-edit-year-field {
	padding: 0;
}
::-webkit-inner-spin-button {
	height: auto;
}
[type='search'] {
	outline-offset: -2px;
	-webkit-appearance: textfield;
}
::-webkit-search-decoration {
	-webkit-appearance: none;
}
::-webkit-color-swatch-wrapper {
	padding: 0;
}
::file-selector-button {
	font: inherit;
}
::-webkit-file-upload-button {
	font: inherit;
	-webkit-appearance: button;
}
output {
	display: inline-block;
}
iframe {
	border: 0;
}
summary {
	display: list-item;
	cursor: pointer;
}
progress {
	vertical-align: baseline;
}
[hidden] {
	display: none !important;
}
button {
	background-color: transparent;
	border: none;
	font-size: inherit;
	font-style: inherit;
	font-weight: inherit;
	line-height: normal;
	vertical-align: middle;
	cursor: pointer;
	padding: 0;
	outline: inherit;
	user-select: none;
	white-space: nowrap;
}
p {
	margin-top: 0;
	margin-bottom: var(--theme-p-margin-bottom);
}
:root {
	--theme-color-accent: #00affa;
	--theme-color-secondary: #022244;
	--theme-color-style3: #fff;
	--theme-color-style4: #e7ecf1;
	--theme-section-bg: #fff;
	--theme-section-border-color: #00affa;
	--theme-margin-section: 20px;
	--theme-margin-section-mob: 20px;
	--theme-block-padding: 30px;
	--theme-block-padding-mob: 16px;
	--theme-buttons-accent-bg: #00affa;
	--theme-buttons-accent-bg-hover: #14c3ff;
	--theme-buttons-accent-color: #fff;
	--theme-buttons-secondary-bg: #eee;
	--theme-buttons-secondary-bg-hover: #f2f2f2;
	--theme-buttons-secondary-color: #022244;
	--theme-buttons-style3-bg: #022244;
	--theme-buttons-style3-bg-hover: #163658;
	--theme-buttons-style3-color: #fff;
	--theme-buttons-outline-border: #00affa;
	--theme-buttons-outline-bg-hover: #f2f2f2;
	--theme-buttons-outline-color: #163658;
	--theme-header-bg: #022244;
	--theme-header-text-color: #fff;
	--theme-color-border-header: #022244;
	--theme-footer-bg: #022244;
	--theme-footer-text-color: #fff;
	--theme-footer-menu-color: #9297a3;
	--theme-footer-hr-color: #23345e;
	--theme-rounded-section: 20px;
	--theme-rounded-button: 15px;
	--theme-rounded-images: 15px;
}
body {
	font-family: 'Open Sans', sans-serif;
	background-color: var(--theme-body-bg);
	color: var(--theme-body-color);
}
.wrap {
	padding-top: calc(120px + var(--theme-block-margin-bottom));
}
.container {
	max-width: 1280px;
	width: 100%;
	padding-right: 12px;
	padding-left: 12px;
	margin: auto;
}
h1,
h2,
h3,
h4,
h5,
h3 {
	font-family: 'Roboto Flex', sans-serif;
}
h1 {
	font-size: 32px;
	font-weight: 900;
}
h2 {
	font-size: 28px;
	font-weight: 800;
}
h3 {
	font-size: 20px;
	font-weight: 700;
}
h4,
h5,
h6 {
	font-size: 16px;
	font-weight: 600;
}
.ratio-16x9 {
	--bs-aspect-ratio: 56.25%;
}
.ratio-1x1 {
	--bs-aspect-ratio: 100%;
}
.ratio-4x3 {
	--bs-aspect-ratio: 75%;
}
.ratio-21x9 {
	--bs-aspect-ratio: 42.8571428571%;
}
.ratio {
	position: relative;
	width: 100%;
}
.ratio:before {
	display: block;
	padding-top: var(--bs-aspect-ratio);
	content: '';
}
.ratio > * {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
.wp-block-media-text {
	margin-bottom: var(--theme-block-margin-bottom);
}
.wp-block-media-text img {
	border-radius: var(--theme-rounded-images);
}
@media (max-width: 991px) {
	.wp-block-media-text {
		margin-bottom: var(--theme-block-margin-bottom-mob);
	}
}
@media (max-width: 600px) {
	h1 {
		font-size: 25px;
	}
	h2 {
		font-size: 22px;
	}
	h3 {
		font-size: 18px;
	}
	.admin-bar .wrap {
		padding-top: calc(120px - 46px + var(--theme-block-margin-bottom));
	}
}
:where(body .is-layout-flex) {
	gap: 12px;
}
header.header {
	position: fixed;
	left: 0;
	top: 0;
	right: 0;
	z-index: 20;
	padding-bottom: 15px;
	color: var(--theme-header-text-color);
	background-color: var(--theme-header-bg);
	border-bottom: 1px solid var(--theme-color-border-header);
}
header.header .header__container {
	position: relative;
	display: flex;
	align-items: center;
	justify-content: space-between;
	height: 70px;
	transition: 0.5s;
}
header.header .logo {
	max-width: 175px;
}
header.header .logo img {
	max-height: 50px;
}
header.header .primary_menu_desktop_ver > ul {
	display: flex;
	justify-content: center;
	align-items: center;
	height: 50px;
	gap: 6px;
	list-style: none;
	margin: 0;
	padding-left: var(--theme-block-padding);
	padding-right: var(--theme-block-padding);
	background-color: var(--theme-section-bg);
	border-radius: var(--theme-rounded-section);
}
header.header .primary_menu_desktop_ver > ul > li {
	position: relative;
}
header.header
	.primary_menu_desktop_ver
	> ul
	> li.menu-item-has-children
	> a:after {
	display: inline-block;
	margin-left: 1px;
	vertical-align: middle;
	content: '';
	border-top: 0.3em solid;
	border-right: 0.3em solid transparent;
	border-bottom: 0;
	border-left: 0.3em solid transparent;
}
header.header .primary_menu_desktop_ver > ul > li > a {
	position: relative;
	display: flex;
	align-items: center;
	gap: 8px;
	padding: 6px 14px;
	text-decoration: none;
	white-space: nowrap;
	color: var(--theme-body-color) !important;
	border: 1px solid transparent;
	border-radius: var(--theme-rounded-button);
}
header.header .primary_menu_desktop_ver > ul > li > a i {
	font-size: 14px;
}
header.header .primary_menu_desktop_ver > ul > li.current-menu-item > a,
header.header .primary_menu_desktop_ver > ul > li.current-menu-ancestor > a,
header.header .primary_menu_desktop_ver > ul > li > a.show-dropdown,
header.header .primary_menu_desktop_ver > ul > li > a:hover {
	color: var(--theme-color-style3) !important;
	background-color: var(--theme-color-secondary);
}
header.header .primary_menu_desktop_ver .arrow {
	display: none;
}
header.header .primary_menu_desktop_ver .sub-menu {
	position: absolute;
	top: 47px;
	left: -20px;
	z-index: 1000;
	display: none;
	min-width: 250px;
	padding: 15px;
	margin: 0;
	text-align: left;
	list-style: none;
	background-clip: padding-box;
	background-color: var(--theme-section-bg);
	box-shadow: 0 4px 4px 0 rgba(0, 0, 0, 0.25);
	border-radius: var(--theme-rounded-section);
}
header.header .primary_menu_desktop_ver .sub-menu.show {
	display: flex;
	flex-direction: column;
}
header.header .primary_menu_desktop_ver .sub-menu a {
	display: block;
	text-decoration: none;
	padding: 10px;
	color: var(--theme-body-color);
	border-radius: var(--theme-rounded-button);
}
header.header .primary_menu_desktop_ver .sub-menu a:hover {
	color: var(--theme-color-style3);
	background-color: var(--theme-color-secondary);
}
header.header .buttons_container {
	display: flex;
	align-items: center;
}
header.header .buttons_container .buttons {
	display: grid;
	grid-template-columns: repeat(2, auto);
	grid-gap: 8px;
}
header.header .buttons_container .buttons button.outline {
	color: var(--theme-header-text-color);
}
header.header .buttons_container .buttons button.outline:hover {
	background-color: transparent;
}
header.header .lang {
	position: relative;
	margin-right: 8px;
}
header.header .lang button {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	font-size: 14px;
	width: 50px;
	height: 40px;
	border: 1px solid var(--theme-buttons-outline-border);
	color: var(--theme-header-text-color);
	border-radius: var(--theme-rounded-button);
}
header.header .lang button:after {
	display: inline-block;
	margin-left: 6px;
	vertical-align: middle;
	content: '';
	border-top: 0.3em solid;
	border-right: 0.3em solid transparent;
	border-bottom: 0;
	border-left: 0.3em solid transparent;
}
header.header .lang button.active:after {
	transform: rotate(180deg);
}
header.header .lang .lang-menu {
	position: absolute;
	top: 45px;
	left: -9px;
	z-index: 1000;
	display: none;
	padding: 15px;
	margin: 0;
	text-align: left;
	list-style: none;
	background-clip: padding-box;
	background-color: var(--theme-section-bg);
	box-shadow: 0 4px 4px 0 rgba(0, 0, 0, 0.25);
	border-radius: var(--theme-rounded-section);
}
header.header .lang .lang-menu.show {
	display: flex;
	flex-direction: column;
}
header.header .lang .lang-menu a {
	display: block;
	text-decoration: none;
	padding: 5px 10px;
	font-size: 14px;
	color: var(--theme-body-color);
	border-radius: var(--theme-rounded-button);
}
header.header .lang .lang-menu a:hover {
	color: var(--theme-color-style3);
	background-color: var(--theme-color-secondary);
}
header.header .mobile_menu_button {
	display: none;
	position: absolute;
	right: 0;
	top: 16px;
	width: 40px;
	height: 40px;
	background-color: var(--theme-color-accent);
	border-radius: var(--theme-rounded-button);
}
header.header .mobile_menu_button span {
	position: absolute;
	right: 9px;
	display: block;
	width: 22px;
	height: 2px;
	background-color: var(--theme-header-text-color);
}
header.header .mobile_menu_button span:nth-child(1) {
	top: 12px;
}
header.header .mobile_menu_button span:nth-child(2) {
	top: 20px;
	width: 18px;
}
header.header .mobile_menu_button span:nth-child(3) {
	top: 28px;
}
header.header .mobile_menu_button.active span:nth-child(1) {
	top: 20px;
	transform: rotate(45deg);
}
header.header .mobile_menu_button.active span:nth-child(2) {
	transform: rotate(-45deg);
	width: 22px;
}
header.header .mobile_menu_button.active span:nth-child(3) {
	display: none;
}
header.header .mobile_menu_container {
	display: none;
	position: absolute;
	top: 135px;
	left: 10px;
	right: 10px;
	padding: 16px;
	background-color: var(--theme-section-bg);
	border-radius: var(--theme-rounded-section);
}
header.header .mobile_menu_container.show {
	display: block;
}
header.header .mobile_menu_container .primary_menu_mobile_ver > ul {
	list-style: none;
	padding: 0;
}
header.header .mobile_menu_container .primary_menu_mobile_ver > ul > li {
	position: relative;
	margin-right: 45px;
}
header.header .mobile_menu_container .primary_menu_mobile_ver > ul > li > a {
	display: flex;
	align-items: center;
	gap: 8px;
	padding: 10px 14px;
	text-decoration: none;
	color: var(--theme-body-color) !important;
	border-radius: var(--theme-rounded-button);
}
header.header .mobile_menu_container .primary_menu_mobile_ver > ul > li > a i {
	font-size: 14px;
	width: 28px;
	text-align: center;
}
header.header
	.mobile_menu_container
	.primary_menu_mobile_ver
	> ul
	> li
	a:after {
	display: none !important;
}
header.header .mobile_menu_container .primary_menu_mobile_ver > ul > li .arrow {
	position: absolute;
	top: 5px;
	right: -38px;
	width: 30px;
	height: 30px;
	display: flex;
	align-items: center;
	justify-content: center;
	color: var(--theme-body-color) !important;
}
header.header
	.mobile_menu_container
	.primary_menu_mobile_ver
	> ul
	> li
	.arrow:after {
	content: '';
	display: inline-block;
	vertical-align: 0.255em;
	border-top: 0.3em solid;
	border-right: 0.3em solid transparent;
	border-bottom: 0;
	border-left: 0.3em solid transparent;
}
header.header
	.mobile_menu_container
	.primary_menu_mobile_ver
	> ul
	> li
	.arrow.show:after {
	transform: rotate(180deg);
}
header.header .mobile_menu_container .sub-menu {
	display: none;
	position: relative;
	top: 0;
	left: 0;
	margin: 0;
	padding: 0 0 0 50px;
	text-align: left;
	list-style: none;
	background-clip: padding-box;
	background-color: transparent;
}
header.header .mobile_menu_container .sub-menu.show {
	display: block;
}
header.header .mobile_menu_container .sub-menu a {
	display: block;
	text-decoration: none;
	padding: 10px;
	font-size: 15px;
	color: var(--theme-body-color);
}
body.admin-bar .header.header {
	top: 32px;
}
body.home header.header .primary_menu_desktop_ver > ul > li > a {
	background-color: transparent !important;
}
body.home header.header .primary_menu_desktop_ver > ul > li > a.show-dropdown,
body.home header.header .primary_menu_desktop_ver > ul > li > a:hover {
	background-color: var(--theme-color-secondary) !important;
}
@media (max-width: 991px) {
	header.header .header__container {
		flex-direction: column;
		height: 110px;
		justify-content: flex-start;
		align-items: flex-start;
		gap: 14px;
		padding-top: 15px;
	}
	header.header .logo {
		max-width: 140px;
	}
	header.header .logo .custom-logo-link {
		height: 40px;
		display: flex;
		align-items: center;
	}
	header.header .logo img {
		max-height: 40px;
		width: auto;
	}
	header.header .buttons_container {
		justify-content: center;
		width: 100%;
	}
	header.header .buttons_container .buttons {
		grid-template-columns: repeat(2, 1fr);
		width: 100%;
	}
	header.header .buttons_container .buttons .btn {
		min-width: auto;
	}
	header.header .lang {
		position: absolute;
		right: 50px;
		top: 16px;
		margin: 0;
	}
	header.header .mobile_menu_button {
		display: block;
	}
	header.header .desktop_menu_container {
		display: none;
	}
}
@media (max-width: 782px) {
	body.admin-bar .header.header {
		top: 46px;
	}
}
@media (max-width: 600px) {
	body.admin-bar .header.header {
		top: 0;
	}
}

.splide__container {
	box-sizing: border-box;
	position: relative;
}
.splide__list {
	backface-visibility: hidden;
	display: -ms-flexbox;
	display: flex;
	height: 100%;
	margin: 0 !important;
	padding: 0 !important;
}
.splide.is-initialized:not(.is-active) .splide__list {
	display: block;
}
.splide__pagination {
	-ms-flex-align: center;
	align-items: center;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-ms-flex-pack: center;
	justify-content: center;
	margin: 0;
	pointer-events: none;
}
.splide__pagination li {
	display: inline-block;
	line-height: 1;
	list-style-type: none;
	margin: 0;
	pointer-events: auto;
}
.splide:not(.is-overflow) .splide__pagination {
	display: none;
}
.splide__progress__bar {
	width: 0;
}
.splide {
	position: relative;
	visibility: hidden;
}
.splide.is-initialized,
.splide.is-rendered {
	visibility: visible;
}
.splide__slide {
	backface-visibility: hidden;
	box-sizing: border-box;
	-ms-flex-negative: 0;
	flex-shrink: 0;
	list-style-type: none !important;
	margin: 0;
	position: relative;
}
.splide__slide img {
	vertical-align: bottom;
}
.splide__spinner {
	animation: splide-loading 1s linear infinite;
	border: 2px solid #999;
	border-left-color: transparent;
	border-radius: 50%;
	bottom: 0;
	contain: strict;
	display: inline-block;
	height: 20px;
	left: 0;
	margin: auto;
	position: absolute;
	right: 0;
	top: 0;
	width: 20px;
}
.splide__sr {
	clip: rect(0 0 0 0);
	border: 0;
	height: 1px;
	margin: -1px;
	overflow: hidden;
	padding: 0;
	position: absolute;
	width: 1px;
}
.splide__toggle.is-active .splide__toggle__play,
.splide__toggle__pause {
	display: none;
}
.splide__toggle.is-active .splide__toggle__pause {
	display: inline;
}
.splide__track {
	overflow: hidden;
	position: relative;
	z-index: 0;
}
@keyframes splide-loading {
	0% {
		transform: rotate(0);
	}
	to {
		transform: rotate(1turn);
	}
}
.splide__track--draggable {
	-webkit-touch-callout: none;
	-webkit-user-select: none;
	-ms-user-select: none;
	user-select: none;
}
.splide__track--fade > .splide__list > .splide__slide {
	margin: 0 !important;
	opacity: 0;
	z-index: 0;
}
.splide__track--fade > .splide__list > .splide__slide.is-active {
	opacity: 1;
	z-index: 1;
}
.splide--rtl {
	direction: rtl;
}
.splide__track--ttb > .splide__list {
	display: block;
}
.splide__arrow {
	-ms-flex-align: center;
	align-items: center;
	background: #ccc;
	border: 0;
	border-radius: 50%;
	cursor: pointer;
	display: -ms-flexbox;
	display: flex;
	height: 2em;
	-ms-flex-pack: center;
	justify-content: center;
	opacity: 0.7;
	padding: 0;
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	width: 2em;
	z-index: 1;
}
.splide__arrow svg {
	fill: #000;
	height: 1.2em;
	width: 1.2em;
}
.splide__arrow:hover:not(:disabled) {
	opacity: 0.9;
}
.splide__arrow:disabled {
	opacity: 0.3;
}
.splide__arrow:focus-visible {
	outline: 3px solid #0bf;
	outline-offset: 3px;
}
.splide__arrow--prev {
	left: 1em;
}
.splide__arrow--prev svg {
	transform: scaleX(-1);
}
.splide__arrow--next {
	right: 1em;
}
.splide.is-focus-in .splide__arrow:focus {
	outline: 3px solid #0bf;
	outline-offset: 3px;
}
.splide__pagination {
	bottom: 0.5em;
	left: 0;
	padding: 0 1em;
	position: absolute;
	right: 0;
	z-index: 1;
}
.splide__pagination__page {
	background: #ccc;
	border: 0;
	border-radius: 50%;
	display: inline-block;
	height: 8px;
	margin: 3px;
	opacity: 0.7;
	padding: 0;
	position: relative;
	transition: transform 0.2s linear;
	width: 8px;
}
.splide__pagination__page.is-active {
	background: #fff;
	transform: scale(1.4);
	z-index: 1;
}
.splide__pagination__page:hover {
	cursor: pointer;
	opacity: 0.9;
}
.splide__pagination__page:focus-visible {
	outline: 3px solid #0bf;
	outline-offset: 3px;
}
.splide.is-focus-in .splide__pagination__page:focus {
	outline: 3px solid #0bf;
	outline-offset: 3px;
}
.splide__progress__bar {
	background: #ccc;
	height: 3px;
}
.splide__slide {
	-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
.splide__slide:focus {
	outline: 0;
}
@supports (outline-offset: -3px) {
	.splide__slide:focus-visible {
		outline: 3px solid #0bf;
		outline-offset: -3px;
	}
}
@media screen and (-ms-high-contrast: none) {
	.splide__slide:focus-visible {
		border: 3px solid #0bf;
	}
}
@supports (outline-offset: -3px) {
	.splide.is-focus-in .splide__slide:focus {
		outline: 3px solid #0bf;
		outline-offset: -3px;
	}
}
@media screen and (-ms-high-contrast: none) {
	.splide.is-focus-in .splide__slide:focus {
		border: 3px solid #0bf;
	}
	.splide.is-focus-in .splide__track > .splide__list > .splide__slide:focus {
		border-color: #0bf;
	}
}
.splide__toggle {
	cursor: pointer;
}
.splide__toggle:focus-visible {
	outline: 3px solid #0bf;
	outline-offset: 3px;
}
.splide.is-focus-in .splide__toggle:focus {
	outline: 3px solid #0bf;
	outline-offset: 3px;
}
.splide__track--nav > .splide__list > .splide__slide {
	border: 3px solid transparent;
	cursor: pointer;
}
.splide__track--nav > .splide__list > .splide__slide.is-active {
	border: 3px solid #000;
}
.splide__arrows--rtl .splide__arrow--prev {
	left: auto;
	right: 1em;
}
.splide__arrows--rtl .splide__arrow--prev svg {
	transform: scaleX(1);
}
.splide__arrows--rtl .splide__arrow--next {
	left: 1em;
	right: auto;
}
.splide__arrows--rtl .splide__arrow--next svg {
	transform: scaleX(-1);
}
.splide__arrows--ttb .splide__arrow {
	left: 50%;
	transform: translate(-50%);
}
.splide__arrows--ttb .splide__arrow--prev {
	top: 1em;
}
.splide__arrows--ttb .splide__arrow--prev svg {
	transform: rotate(-90deg);
}
.splide__arrows--ttb .splide__arrow--next {
	bottom: 1em;
	top: auto;
}
.splide__arrows--ttb .splide__arrow--next svg {
	transform: rotate(90deg);
}
.splide__pagination--ttb {
	bottom: 0;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-direction: column;
	flex-direction: column;
	left: auto;
	padding: 1em 0;
	right: 0.5em;
	top: 0;
}
footer.footer {
	padding-top: 42px;
	padding-bottom: 42px;
	color: var(--theme-footer-text-color);
	background-color: var(--theme-footer-bg);
}
footer.footer .logo {
	max-width: 175px;
	margin-bottom: 32px;
}
footer.footer .logo img {
	max-height: 50px;
}
footer.footer .footer__container {
	display: flex;
	gap: 32px;
	padding-bottom: 32px;
	margin-bottom: 32px;
	border-bottom: 1px solid var(--theme-footer-hr-color);
}
footer.footer .footer__container .column {
	display: flex;
}
footer.footer .footer__container .column1 {
	gap: 60px;
	flex: 1 0 0;
}
footer.footer .footer__container .column1 .nav_column {
	display: flex;
	flex-direction: column;
	gap: 20px;
}
footer.footer .footer__container .column1 .nav_column:nth-child(2) ul {
	display: grid;
	grid-template-columns: repeat(2, 1fr);
}
footer.footer .footer__container .column2 {
	flex-direction: column;
	align-items: flex-end;
	gap: 25px;
}
footer.footer .footer__container .heading {
	font-weight: 700;
	min-height: 22px;
}
footer.footer .footer__container nav ul {
	display: flex;
	flex-direction: column;
	gap: 20px;
	list-style: none;
	margin: 0;
	padding: 0;
}
footer.footer .footer__container nav ul li a {
	font-size: 14px;
	color: var(--theme-footer-menu-color);
	text-decoration: none;
}
footer.footer .footer__container nav ul li a:hover {
	color: var(--theme-footer-text-color);
}
footer.footer .footer__container .support_email {
	display: flex;
	align-items: center;
	gap: 10px;
}
footer.footer .footer__container .support_email a {
	font-size: 14px;
	font-weight: 700;
	text-decoration: none;
	color: var(--theme-footer-text-color);
}
footer.footer .footer__container .social {
	display: flex;
	gap: 10px;
	opacity: 0.7;
}
footer.footer .footer__container .social a {
	display: grid;
	place-items: center;
	width: 30px;
	height: 30px;
	text-decoration: none;
	text-align: center;
	line-height: normal;
	color: var(--theme-buttons-secondary-color);
	background-color: var(--theme-buttons-secondary-bg);
	border-radius: var(--theme-rounded-button);
}
footer.footer .footer__container .social a svg {
	width: 14px;
	height: 14px;
}
footer.footer .footer__container .social a:hover {
	background-color: var(--theme-buttons-secondary-bg-hover);
}
footer.footer .footer__container .payments {
	display: flex;
	gap: 10px;
	flex-wrap: wrap;
}
footer.footer .footer__container .payments img {
	max-height: 32px;
}
footer.footer .footer__container2 {
	display: flex;
	gap: 32px;
	padding-bottom: 32px;
	margin-bottom: 15px;
	border-bottom: 1px solid var(--theme-footer-hr-color);
}
footer.footer .footer__container2 .logos_police {
	display: flex;
	align-items: center;
	flex-wrap: wrap;
	gap: 10px;
	flex: 1 0 0;
}
footer.footer .footer__container2 .logos_police .item {
	max-width: 75px;
}
footer.footer .footer__container2 .logos_police img {
	width: auto;
	height: 35px;
}
footer.footer .footer__container3 {
	display: grid;
	grid-template-columns: 2fr 1fr;
	gap: 12px;
	font-size: 11px;
	line-height: 140%;
}
footer.footer .footer__container3 .copyright {
	text-align: right;
	opacity: 0.5;
}
@media (max-width: 991px) {
	footer.footer.panel_mode {
		padding-bottom: 94px;
	}
	footer.footer .footer__container {
		flex-direction: column;
	}
	footer.footer .footer__container .column {
		flex-direction: column;
		gap: 20px;
	}
	footer.footer .footer__container .column2 {
		align-items: flex-start;
	}
	footer.footer .footer__container .nav_column .heading {
		position: relative;
		cursor: pointer;
	}
	footer.footer .footer__container .nav_column .heading:after {
		position: absolute;
		top: 10px;
		right: 10px;
		content: '';
		border-top: 0.3em solid;
		border-right: 0.3em solid transparent;
		border-bottom: 0;
		border-left: 0.3em solid transparent;
	}
	footer.footer .footer__container .nav_column .heading.active:after {
		transform: rotate(180deg);
	}
	footer.footer .footer__container .nav_column nav {
		display: none;
	}
	footer.footer .footer__container .nav_column nav.show {
		display: block;
	}
	footer.footer .footer__container2 {
		flex-direction: column;
	}
	footer.footer .footer__container3 {
		grid-template-columns: none;
	}
	footer.footer .footer__container3 .copyright {
		text-align: left;
	}
}
.btn,
.wp-block-buttons .wp-block-button .wp-block-button__link {
	display: inline-flex;
	font-size: 16px;
	font-weight: 700;
	justify-content: center;
	align-items: center;
	gap: 5px;
	text-decoration: none;
	padding: 5px 20px;
	min-width: 180px;
	height: 45px;
	border: 1px solid transparent;
	color: #fff;
	border-radius: var(--theme-rounded-button);
	transition:
		color 0.15s ease-in-out,
		background-color 0.15s ease-in-out,
		border-color 0.15s ease-in-out,
		box-shadow 0.15s ease-in-out;
	cursor: pointer;
}
.btn.accent,
.wp-block-buttons .wp-block-button .wp-block-button__link {
	color: var(--theme-buttons-accent-color);
	background-color: var(--theme-buttons-accent-bg);
}
.btn.accent:hover,
.wp-block-buttons .wp-block-button .wp-block-button__link:hover {
	background-color: var(--theme-buttons-accent-bg-hover);
}
.btn.secondary,
.wp-block-buttons .wp-block-button.is-style-secondary .wp-block-button__link {
	color: var(--theme-buttons-secondary-color);
	background-color: var(--theme-buttons-secondary-bg);
}
.btn.secondary:hover,
.wp-block-buttons
	.wp-block-button.is-style-secondary
	.wp-block-button__link:hover {
	background-color: var(--theme-buttons-secondary-bg-hover);
}
.btn.style3,
.wp-block-buttons .wp-block-button.is-style-style3 .wp-block-button__link {
	color: var(--theme-buttons-style3-color);
	background-color: var(--theme-buttons-style3-bg);
}
.btn.style3:hover,
.wp-block-buttons
	.wp-block-button.is-style-style3
	.wp-block-button__link:hover {
	background-color: var(--theme-buttons-style3-bg-hover);
}
.btn.outline,
.wp-block-buttons .wp-block-button.is-style-outline .wp-block-button__link {
	color: var(--theme-buttons-outline-color);
	background-color: transparent;
	border-color: var(--theme-buttons-outline-border);
}
.btn.outline:hover,
.wp-block-buttons
	.wp-block-button.is-style-outline
	.wp-block-button__link:hover {
	background-color: var(--theme-buttons-outline-bg-hover);
}
.wp-block-buttons {
	margin-bottom: var(--theme-block-margin-bottom);
}
.wp-block-buttons .wp-block-button .wp-block-button__link > span {
	overflow: hidden;
	text-overflow: ellipsis;
	max-width: 100%;
}
@media (max-width: 991px) {
	.wp-block-buttons {
		margin-bottom: var(--theme-block-margin-bottom-mob);
	}
}
@media (max-width: 575px) {
	.wp-block-buttons .wp-block-button,
	.wp-block-buttons .wp-block-button .wp-block-button__link {
		width: 100%;
	}
}
.breadcrumbs {
	margin-bottom: var(--theme-margin-section);
}
.breadcrumbs a {
	text-decoration: none;
	color: var(--theme-body-color);
}
.breadcrumbs .breadcrumb_last {
	color: var(--theme-body-color);
	opacity: 0.4;
}
@media (max-width: 991px) {
	.breadcrumbs {
		margin-bottom: var(--theme-margin-section-mob);
	}
}
.apps_big_buttons {
	display: grid;
	grid-template-columns: repeat(2, 1fr);
	gap: 8px;
}
.apps_big_buttons .btn {
	display: flex;
	justify-content: center;
	align-items: center;
	min-width: auto;
}
.apps_big_buttons .btn svg {
	width: 25px;
	height: 25px;
}
.apps_big_buttons .btn > span {
	text-align: left;
}
.apps_big_buttons .btn > span > span {
	display: block;
}
.apps_big_buttons .btn > span > span:first-child {
	font-size: 10px;
	font-weight: 400;
	line-height: normal;
}
.apps_big_buttons .btn > span > span:last-child {
	font-size: 12px;
	font-weight: 700;
	line-height: normal;
}
.bottom_panel {
	position: fixed;
	left: 12px;
	bottom: 12px;
	right: 12px;
	display: none;
	grid-template-columns: 45px 1fr 158px;
	align-items: center;
	grid-gap: 8px;
	height: 70px;
	padding: 0 12px;
	border: 1px solid var(--bottom_panel_border);
	color: var(--bottom_panel_text);
	background-color: var(--bottom_panel_bg);
	border-radius: var(--theme-rounded-images);
	z-index: 10;
	transition: 0.5s;
}
.bottom_panel .icon {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 45px;
	height: 45px;
	border-radius: var(--theme-rounded-images);
	border: 1px solid var(--theme-color-accent);
}
.bottom_panel .icon svg {
	color: var(--theme-color-accent);
}
.bottom_panel .content {
	max-height: 60px;
	overflow: hidden;
}
.bottom_panel .title {
	font-size: 10px;
	font-weight: 400;
}
.bottom_panel .description {
	overflow: hidden;
	font-size: 11px;
	font-weight: 700;
}
.bottom_panel button {
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 5px;
	min-width: auto;
}
.bottom_panel button:after {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	z-index: 1;
	content: '';
}
.bottom_panel button > span {
	display: flex;
	flex-direction: column;
	text-align: left;
	line-height: normal;
	font-size: 12px;
	font-weight: 700;
}
.bottom_panel button > span > span:nth-child(1) {
	font-size: 10px;
	font-weight: 400;
}
@media (max-width: 991px) {
	.bottom_panel {
		display: grid;
		transform: translateY(100px);
	}
	.bottom_panel.show {
		transform: translateY(0px);
	}
}
.content-grid {
	display: grid;
	grid-template-columns: minmax(0, 1fr) 300px;
	grid-gap: 30px;
}
.content-grid .sidebar > ul {
	margin: 0;
	padding: 0;
	list-style: none;
}
.content-grid .sidebar > ul > li {
	padding: var(--theme-block-padding);
	margin-bottom: var(--theme-block-margin-bottom);
	background-color: var(--theme-section-bg);
	border-radius: var(--theme-rounded-section);
}
@media (max-width: 991px) {
	.content-grid {
		display: block;
		grid-template-columns: none;
	}
	.content-grid .sidebar {
		display: none;
	}
}
.aside-menu ul {
	display: flex;
	flex-direction: column;
	gap: 6px;
	list-style: none;
	margin: 0 0 var(--theme-block-margin-bottom);
	padding: 0;
}
.aside-menu ul li a {
	position: relative;
	display: flex;
	align-items: center;
	gap: 10px;
	padding: 10px;
	text-decoration: none;
	white-space: nowrap;
	overflow: hidden;
	color: var(--theme-body-color);
	border-radius: var(--theme-rounded-button);
}
.aside-menu ul li a:hover {
	color: var(--theme-color-style3);
	background-color: var(--theme-color-secondary);
}
.aside-menu ul li a i {
	font-size: 14px;
}
.aside-menu .aside-menu__button button {
	width: 100%;
}
.welcome-section {
	display: grid;
	grid-template-columns: 1.5fr 1fr;
	grid-gap: 34px;
	align-items: center;
	padding: var(--theme-block-padding);
	margin-bottom: var(--theme-margin-section);
	color: var(--theme-color-style3);
	background-color: var(--theme-color-secondary);
	border-radius: var(--theme-rounded-section);
}
.welcome-section .welcome-section__container .title {
	font-weight: 900;
	text-transform: uppercase;
}
.welcome-section .welcome-section__container .title h1 {
	margin-bottom: 0;
}
.welcome-section .welcome-section__container .description {
	font-size: 18px;
	font-weight: 600;
	line-height: 140%;
	margin-top: 10px;
}
.welcome-section .welcome-section__container .welcome-section__buttons {
	margin-top: 24px;
}
.welcome-section .welcome-section__container .apps_buttons {
	display: grid;
	grid-template-columns: repeat(2, 200px);
	grid-gap: 15px;
}
.welcome-section .welcome-section__container .apps_buttons button {
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 5px;
}
.welcome-section .welcome-section__container .apps_buttons button > span {
	display: flex;
	flex-direction: column;
	text-align: left;
	line-height: normal;
	font-size: 12px;
	font-weight: 700;
}
.welcome-section
	.welcome-section__container
	.apps_buttons
	button
	> span
	> span:nth-child(1) {
	font-size: 10px;
	font-weight: 400;
}
.welcome-section .image {
	text-align: center;
}
.welcome-section .image img {
	border-radius: var(--theme-rounded-images);
}
.welcome-section.no_image {
	grid-template-columns: none;
}
@media (max-width: 991px) {
	.welcome-section {
		grid-template-columns: none;
		grid-gap: 24px;
		padding: var(--theme-block-padding-mob);
		margin-bottom: var(--theme-margin-section-mob);
	}
	.welcome-section .welcome-section__container .description {
		font-size: 16px;
	}
	.welcome-section .welcome-section__container button {
		width: 100%;
		min-width: auto;
	}
	.welcome-section .welcome-section__container .apps_buttons {
		grid-template-columns: repeat(2, 1fr);
		grid-gap: 10px;
	}
	.welcome-section .image {
		order: -1;
	}
}
.promocode-page .welcome-section {
	grid-template-columns: 1fr auto;
}
.promocode-page .welcome-section .welcome-section__container {
	text-wrap: balance;
}
.promocode-page .welcome-section .short_description {
	font-size: 20px;
	font-weight: 700;
}
.promocode-page .welcome-section .description {
	font-size: 16px;
	font-weight: 400;
}
.promocode-page .welcome-section .promocode-block {
	width: 377px;
	display: flex;
	flex-direction: column;
	gap: 15px;
	position: relative;
	padding: 20px;
	background-color: var(--theme-section-bg);
	border-radius: 15px;
	z-index: 1;
}
.promocode-page .welcome-section .promocode-block header {
	display: flex;
	align-items: center;
	gap: 30px;
	justify-content: space-between;
	z-index: 2;
}
.promocode-page .welcome-section .promocode-block header img {
	width: 80px;
}
.promocode-page .welcome-section .promocode-block header div {
	text-align: right;
	font-size: 12px;
	font-weight: 400;
	line-height: 140%;
	color: #9297a3;
}
.promocode-page .welcome-section .promocode-block > div:nth-child(2) {
	padding: 11px 0;
	display: flex;
	flex-direction: column;
	gap: 20px;
	z-index: 2;
}
.promocode-page
	.welcome-section
	.promocode-block
	> div:nth-child(2)
	.bonus_powitalny-cupon_bonus {
	width: 100%;
	height: 50px;
	display: flex;
	align-items: center;
	gap: 5px;
	justify-content: space-between;
	padding-left: 25px;
	padding-right: 15px;
	border-radius: 15px;
	cursor: pointer;
	border: 2px dashed var(--theme-color-accent);
	background: #fff;
}
.promocode-page
	.welcome-section
	.promocode-block
	> div:nth-child(2)
	.bonus_powitalny-cupon_bonus
	span {
	font-size: 15px;
	font-weight: 700;
	text-transform: uppercase;
	color: #00194d;
}
.promocode-page
	.welcome-section
	.promocode-block
	> div:nth-child(2)
	.bonus_powitalny-cupon_bonus-popup {
	opacity: 0;
	position: absolute;
	right: -20px;
	top: 7px;
	padding: 15px;
	cursor: default;
	color: #fff;
	background: var(--theme-color-accent);
	border-radius: 10px;
}
.promocode-page
	.welcome-section
	.promocode-block
	> div:nth-child(2)
	.bonus_powitalny-cupon_bonus-popup.popup_active {
	animation: promocode_popup_animate 4s;
}
.promocode-page
	.welcome-section
	.promocode-block
	> div:nth-child(2)
	.bonus_powitalny-cupon_bonus-popup:after {
	content: '';
	position: absolute;
	right: 20px;
	bottom: -19px;
	width: 17px;
	border-left: 0 solid var(--theme-color-accent);
	border-right: 20px solid transparent;
	border-top: 20px solid var(--theme-color-accent);
}
.promocode-page
	.welcome-section
	.promocode-block
	> div:nth-child(2)
	.bonus_powitalny-cupon_bonus-popup
	div {
	font-size: 15px;
	font-style: normal;
	font-weight: 700;
	line-height: 120%;
}
.promocode-page
	.welcome-section
	.promocode-block
	> div:nth-child(2)
	.bonus_powitalny-cupon_bonus-popup
	i {
	position: absolute;
	right: 6px;
	top: 10px;
	cursor: pointer;
}
.promocode-page
	.welcome-section
	.promocode-block
	> div:nth-child(2)
	> div:nth-child(2) {
	display: flex;
	align-items: center;
	gap: 15px;
	justify-content: space-between;
	width: 100%;
}
.promocode-page
	.welcome-section
	.promocode-block
	> div:nth-child(2)
	> div:nth-child(2)
	> div {
	width: 100%;
	display: flex;
	gap: 15px;
}
.promocode-page
	.welcome-section
	.promocode-block
	> div:nth-child(2)
	> div:nth-child(2)
	> div
	.divider {
	height: auto;
	width: 1px;
	background: rgba(146, 151, 163, 0.2);
}
.promocode-page
	.welcome-section
	.promocode-block
	> div:nth-child(2)
	> div:nth-child(2)
	> div
	> div {
	width: -webkit-fill-available;
	max-width: 80px;
}
.promocode-page
	.welcome-section
	.promocode-block
	> div:nth-child(2)
	> div:nth-child(2)
	> div
	> div
	> div:first-child {
	font-size: 12px;
	font-weight: 400;
	line-height: 140%;
	color: #9297a3;
}
.promocode-page
	.welcome-section
	.promocode-block
	> div:nth-child(2)
	> div:nth-child(2)
	> div
	> div
	> div:nth-child(2) {
	font-size: 12px;
	font-weight: 700;
	line-height: 140%;
	color: #fff;
}
.promocode-page
	.welcome-section
	.promocode-block
	> div:nth-child(2)
	> div:nth-child(2)
	img {
	height: 34px;
}
.promocode-page .welcome-section .promocode-block .absolute_circles {
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	z-index: 0;
	overflow: hidden;
	border-radius: 15px;
}
.promocode-page
	.welcome-section
	.promocode-block
	.absolute_circles
	div:first-child {
	position: absolute;
	right: -56px;
	top: -44px;
	width: 136px;
	height: 136px;
	background: rgba(9, 88, 198, 0.4);
	filter: blur(45.54999923706055px);
}
.promocode-page
	.welcome-section
	.promocode-block
	.absolute_circles
	div:nth-child(2) {
	position: absolute;
	left: -15px;
	bottom: -15px;
	width: 90px;
	height: 90px;
	background: rgba(9, 88, 198, 0.2);
	filter: blur(45.54999923706055px);
}
@media (max-width: 991px) {
	.promocode-page .welcome-section {
		grid-template-columns: none;
		grid-gap: 24px;
		padding: var(--theme-block-padding-mob);
		margin-bottom: var(--theme-margin-section-mob);
	}
	.promocode-page .welcome-section .welcome-section__container {
		text-wrap: inherit;
	}
	.promocode-page .welcome-section .promocode-block {
		width: 100%;
		max-width: 377px;
		min-width: 230px;
	}
}
.wp-block-hc-alternate-group-section {
	padding: var(--theme-block-padding);
	margin-bottom: var(--theme-margin-section);
	border-top: 3px solid var(--theme-section-border-color);
	background-color: var(--theme-section-bg);
	border-radius: var(--theme-rounded-section);
}
.wp-block-hc-alternate-group-section .wp-block-image img {
	border-radius: var(--theme-rounded-images);
}
.wp-block-hc-alternate-group-section .wp-block-hc-alternate-group-section {
	padding: 0;
	border-top: none;
	background-color: transparent;
	border-radius: 0;
}
.wp-block-hc-alternate-group-section ol {
	list-style: none;
	padding: 0;
	margin-bottom: var(--theme-block-margin-bottom);
	counter-reset: item;
}
.wp-block-hc-alternate-group-section ul {
	list-style: none;
	padding: 0;
	margin-bottom: var(--theme-block-margin-bottom);
}
.wp-block-hc-alternate-group-section ul li ol,
.wp-block-hc-alternate-group-section ol li ul,
.wp-block-hc-alternate-group-section ul li ul,
.wp-block-hc-alternate-group-section ol li ol {
	margin-top: 8px;
	margin-bottom: 0;
}
.wp-block-hc-alternate-group-section ol > li,
.wp-block-hc-alternate-group-section ul > li {
	position: relative;
	padding-left: 34px;
	margin-bottom: 8px;
}
.wp-block-hc-alternate-group-section ol > li {
	counter-increment: item;
}
.wp-block-hc-alternate-group-section ol > li:before {
	position: absolute;
	left: 0;
	top: -1px;
	content: counter(item);
	display: flex;
	width: 24px;
	height: 24px;
	align-items: center;
	justify-content: center;
	font-size: 12px;
	font-weight: 700;
	color: var(--theme-color-style3);
	background-color: var(--theme-color-accent);
	border-radius: 50%;
}
.wp-block-hc-alternate-group-section ul > li:before {
	position: absolute;
	left: 0;
	top: -1px;
	content: '✓';
	display: flex;
	width: 24px;
	height: 24px;
	align-items: center;
	justify-content: center;
	font-size: 12px;
	font-weight: 700;
	color: var(--theme-color-style3);
	background-color: var(--theme-color-accent);
	border-radius: 50%;
}
.wp-block-hc-alternate-group-section > *:last-child {
	margin-bottom: 0;
}
@media (max-width: 991px) {
	.wp-block-hc-alternate-group-section {
		padding: var(--theme-block-padding-mob);
		margin-bottom: var(--theme-margin-section-mob);
	}
	.wp-block-hc-alternate-group-section ol {
		margin-bottom: var(--theme-block-margin-bottom-mob);
	}
	.wp-block-hc-alternate-group-section ul {
		margin-bottom: var(--theme-block-margin-bottom-mob);
	}
}
.table {
	margin-bottom: var(--theme-block-margin-bottom);
	overflow-x: auto;
	-webkit-overflow-scrolling: touch;
}
.table table {
	border-collapse: separate;
	border-spacing: 0;
	margin-bottom: 0;
}
.table table tbody tr:nth-child(odd) {
	background-color: var(--theme-color-style4);
}
.table table tr th,
.table table tr td {
	padding: 10px 30px 10px 10px;
	border: none;
	position: relative;
}
.table table tr td:first-child {
	font-weight: 700;
}
.table table tr td:first-child:after {
	content: '';
	position: absolute;
	right: 0;
	width: 1px;
	top: 10px;
	bottom: 10px;
	background-color: var(--theme-color-accent);
	opacity: 0.7;
}
.table table tr td:last-child {
	padding: 10px 10px 10px 30px;
}
.table table > *:first-child tr:first-child th:first-child,
.table table > *:first-child tr:first-child td:first-child {
	border-top-left-radius: var(--theme-rounded-images);
}
.table table > *:first-child tr:first-child th:last-child,
.table table > *:first-child tr:first-child td:last-child {
	border-top-right-radius: var(--theme-rounded-images);
}
.table table tr:last-child td:first-child {
	border-bottom-left-radius: var(--theme-rounded-images);
}
.table table tr:last-child td:last-child {
	border-bottom-right-radius: var(--theme-rounded-images);
}
@media (max-width: 991px) {
	.table {
		margin-bottom: var(--theme-block-margin-bottom-mob);
	}
	.table table tr td {
		padding: 10px 15px 10px 10px;
	}
	.table table tr td:last-child {
		padding: 10px 10px 10px 15px;
	}
}
.lwptoc {
	padding: var(--theme-block-padding);
	margin: 0 0 var(--theme-margin-section) !important;
	background-color: var(--theme-section-bg);
	border-radius: var(--theme-rounded-section);
}
.lwptoc .lwptoc_i {
	padding: 0;
	color: inherit !important;
	background: 0 0 !important;
}
.lwptoc_toggle_label {
	border: none !important;
	background: none !important;
	padding: 0 !important;
	outline: none !important;
	cursor: pointer;
	color: inherit;
}
.lwptoc .lwptoc_i div a {
	color: inherit !important;
}
.lwptoc .lwptoc_i div a .lwptoc_item_number {
	display: inline-flex;
	width: 24px;
	height: 24px;
	justify-content: center;
	align-items: center;
	line-height: normal;
	text-align: center;
	margin-right: 8px;
	color: var(--theme-buttons-accent-color);
	background-color: var(--theme-buttons-accent-bg);
	border-radius: 50%;
}
.lwptoc-baseItems .lwptoc_items {
	margin-top: 10px;
	display: none;
}
.lwptoc-baseItems .lwptoc_items.show {
	display: block;
}

.lwptoc .lwptoc_items .lwptoc_itemWrap .lwptoc_item a:hover {
	border-bottom: none !important;
}
.lwptoc .lwptoc_item {
	padding: 10px 0 !important;
	border-bottom: 1px solid var(--theme-color-style4);
}
.lwptoc .lwptoc_item:last-child {
	border-bottom: none;
}
.lwptoc .lwptoc_header {
	margin-bottom: 0;
	color: inherit;
	position: relative;
}
.lwptoc .lwptoc_header .lwptoc_toggle_arrow {
	position: absolute;
	top: 0;
	right: 0;
}
.lwptoc .lwptoc_header .lwptoc_toggle_arrow svg {
	fill: var(--theme-color-accent);
	transform: rotate(180deg);
}
.lwptoc .lwptoc_header.show .lwptoc_toggle_arrow svg {
	transform: rotate(0);
}
.lwptoc .lwptoc_toggle {
	display: none;
}
@media (max-width: 991px) {
	.lwptoc {
		margin-bottom: var(--theme-margin-section-mob);
	}
}
.post_last_update {
	opacity: 0.7;
	font-size: 12px;
	margin-bottom: var(--theme-block-margin-bottom);
}
@media (max-width: 991px) {
	.post_last_update {
		margin-bottom: var(--theme-block-margin-bottom-mob);
	}
}
@media (max-width: 991px) {
	#wpfront-scroll-top-container {
		z-index: 19 !important;
	}
	#wpfront-scroll-top-container.panel_mode {
		bottom: 95px !important;
	}
	#wpfront-scroll-top-container img {
		width: 40px !important;
		height: 40px !important;
	}
}
.page_404 .container_404 {
	text-align: center;
	margin-bottom: 60px;
	margin-top: 40px;
}
.page_404 .container_404 h1 {
	font-size: 8rem;
	font-weight: 600;
	margin-bottom: 0;
	color: var(--theme-color-accent);
}
.page_404 .container_404 .description {
	font-size: 1.5rem;
	font-weight: 600;
	margin-bottom: 30px;
}
@keyframes promocode_popup_animate {
	0%,
	100% {
		opacity: 0;
	}
	20%,
	80% {
		opacity: 1;
	}
}
.media_block {
	display: grid;
	column-gap: 24px;
	grid-template-columns: auto 50%;
	grid-template-areas: 'title image' 'content image';
	margin-bottom: var(--theme-block-margin-bottom);
}
.media_block .title {
	grid-area: title;
	align-self: flex-end;
}
.media_block .content {
	grid-area: content;
	align-self: flex-start;
}
.media_block .image {
	align-self: center;
	grid-area: image;
}
.media_block .image img {
	border-radius: var(--theme-rounded-images);
}
.media_block.left {
	grid-template-areas: 'image title' 'image content';
}
.media_block.top {
	grid-template-rows: auto 1fr;
}
.media_block.top .title,
.media_block.top .image {
	align-self: flex-start;
}
.media_block.notitle {
	grid-template-areas: 'content image';
}
.media_block.notitle.left {
	grid-template-areas: 'image content';
}
.media_block.notitle.middle .content {
	align-self: center;
}
@media (max-width: 991px) {
	.media_block {
		grid-template-columns: none !important;
		grid-template-areas: 'title' 'image' 'content' !important;
		margin-bottom: 16px;
	}
	.media_block .image {
		margin-bottom: 16px;
		text-align: center !important;
	}
	.media_block .image img {
		width: auto;
		max-height: 400px;
	}
}
.media_block_v2 {
	display: grid;
	column-gap: 24px;
	grid-template-areas: 'title media' 'content media';
	margin-bottom: var(--theme-block-margin-bottom);
}
.media_block_v2 .title {
	grid-area: title;
	align-self: flex-end;
}
.media_block_v2 .content {
	grid-area: content;
	align-self: flex-start;
}
.media_block_v2 .media {
	align-self: center;
	grid-area: media;
	position: relative;
}
.media_block_v2 .media img {
	border-radius: var(--theme-rounded-images);
}
.media_block_v2 .media video {
	width: 100%;
	border-radius: var(--theme-rounded-images);
}
.media_block_v2 .media a:after {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	z-index: 1;
	content: '';
}
.media_block_v2.left {
	grid-template-areas: 'media title' 'media content';
}
.media_block_v2.top {
	grid-template-rows: auto 1fr;
}
.media_block_v2.top .title,
.media_block_v2.top .media {
	align-self: flex-start;
}
.media_block_v2.notitle {
	grid-template-areas: 'content media';
}
.media_block_v2.notitle.left {
	grid-template-areas: 'media content';
}
.media_block_v2.notitle.middle .content {
	align-self: center;
}
.media_block_v2 .acf-innerblocks-container > *:last-child {
	margin-bottom: 0;
}
@media (max-width: 991px) {
	.media_block_v2 {
		grid-template-columns: none !important;
		grid-template-areas: 'title' 'media' 'content' !important;
		margin-bottom: var(--theme-block-margin-bottom-mob);
	}
	.media_block_v2 .media {
		margin-bottom: 16px;
		text-align: center !important;
	}
	.media_block_v2 .media video {
		max-height: 400px;
	}
	.media_block_v2 .media img {
		width: auto;
		max-height: 400px;
	}
}
.image_slider_block {
	margin: 0 -10px calc(var(--theme-block-margin-bottom) + 17px);
}
.image_slider_block li {
	padding-left: 0 !important;
	margin-bottom: 0 !important;
}
.image_slider_block li:before {
	display: none !important;
}
.image_slider_block .splide__slide > * {
	margin: 0 10px;
	padding: 20px;
	background-color: var(--theme-color-style4);
	border-radius: var(--theme-rounded-images);
}
.image_slider_block .splide__arrow {
	background: 0 0;
	border: 2px solid var(--theme-color-accent);
	opacity: 1;
}
.image_slider_block .splide__arrow svg {
	width: 14px;
	height: 14px;
	fill: var(--theme-body-color);
}
.image_slider_block .splide__arrow--prev {
	left: -4px;
}
.image_slider_block .splide__arrow--next {
	right: -4px;
}
.image_slider_block .splide__pagination {
	bottom: -60px;
}
.image_slider_block .splide__pagination__page {
	width: 6px;
	height: 6px;
	background: var(--theme-body-color);
	opacity: 1;
}
.image_slider_block .splide__pagination__page.is-active {
	background: var(--theme-color-accent);
}
@media (max-width: 991px) {
	.image_slider_block {
		margin: 0 -10px calc(var(--theme-block-margin-bottom-mob) + 17px);
	}
	.image_slider_block .splide__pagination {
		bottom: -45px;
	}
}
.slots {
	margin-bottom: var(--theme-block-margin-bottom);
}
.slots .nav {
	display: flex;
	gap: 15px;
	overflow-x: auto;
	-ms-overflow-style: none;
	scrollbar-width: none;
}
.slots .nav::-webkit-scrollbar {
	display: none;
}
.slots .nav li {
	padding: 0;
	margin: 0;
}
.slots .nav li:before {
	display: none;
}
.slots .nav li button {
	display: flex;
	align-items: center;
	gap: 5px;
	padding: 10px;
	color: var(--theme-body-color);
	border-radius: var(--theme-rounded-button);
}
.slots .nav li button.active {
	color: var(--theme-color-style3);
	background-color: var(--theme-color-secondary);
}
.slots .nav li button i {
	font-size: 18px;
}
.slots .items .slot {
	display: none;
}
.slots .items .slot.show {
	display: block;
}
.slots .items ul {
	display: grid;
	grid-template-columns: repeat(5, 1fr);
	grid-gap: 15px;
	margin-bottom: 0;
}
.slots .items ul li {
	position: relative;
	list-style: none;
	padding: 0;
	margin: 0;
	cursor: pointer;
}
.slots .items ul li:before {
	display: none;
}
.slots .items ul li img {
	border-radius: var(--theme-rounded-images);
}
.slots .items ul li .name {
	position: absolute;
	left: -1px;
	bottom: -1px;
	right: -1px;
	padding: 7px 10px;
	font-size: 11px;
	display: block;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	color: var(--theme-color-style3);
	background-color: var(--theme-color-secondary);
	border-radius: 0 0 var(--theme-rounded-images) var(--theme-rounded-images);
}
.slots .items ul li .slot_button {
	display: none;
	position: absolute;
	left: 50%;
	top: 50%;
	padding: 7px 20px;
	transform: translate(-50%, -50%);
	color: var(--theme-buttons-accent-color);
	background-color: var(--theme-buttons-accent-bg);
	border-radius: var(--theme-rounded-button);
}
.slots .items ul li:hover .name {
	bottom: auto;
	top: 0;
	background-color: transparent;
}
.slots .items ul li:hover img {
	-webkit-filter: brightness(60%);
	filter: brightness(60%);
}
.slots .items ul li:hover .slot_button {
	display: block;
}
@media (max-width: 991px) {
	.slots {
		margin-bottom: var(--theme-block-margin-bottom-mob);
	}
}
@media (max-width: 600px) {
	.slots .items ul {
		grid-template-columns: repeat(2, 1fr);
		grid-gap: 8px;
	}
}
.services {
	display: grid;
	grid-template-columns: 2fr 1fr;
	grid-gap: 30px;
	margin-bottom: var(--theme-margin-section);
}
.services .services__container {
	display: grid;
	grid-template-columns: repeat(2, 1fr);
	grid-gap: 20px;
	margin: 0;
	padding: 0;
}
.services .services__container .item {
	position: relative;
	list-style: none;
	margin: 0;
	padding: 15px 20px;
	height: 160px;
	background-color: var(--theme-section-bg);
	border-radius: var(--theme-rounded-section);
	cursor: pointer;
}
.services .services__container .item:before {
	display: none;
}
.services .services__container .item .title {
	font-size: 20px;
	font-weight: 700;
}
.services .services__container .item .description {
	font-size: 12px;
	font-weight: 400;
}
.services .services__container .item .service_button {
	position: absolute;
	left: 20px;
	bottom: 15px;
	display: flex;
	align-items: center;
	justify-content: center;
	width: 40px;
	height: 40px;
	background-color: var(--theme-buttons-accent-bg);
	border-radius: 50%;
}
.services .services__container .item .service_button svg {
	fill: var(--theme-buttons-accent-color);
}
.services .services__container .item img {
	position: absolute;
	right: 0;
	bottom: 0;
	border-bottom-right-radius: var(--theme-rounded-section);
	max-width: 145px;
	max-height: 90px;
	width: auto;
}
.services .banner {
	--banner-text-color: var(--theme-color-style3);
	display: flex;
	padding: 70px 20px 30px;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	text-align: center;
	position: relative;
	gap: 14px;
	border-radius: var(--theme-rounded-images);
	color: var(--banner-text-color);
	background-color: var(--theme-color-secondary);
}
.services .banner .gift {
	display: flex;
	width: 50px;
	height: 50px;
	padding: 10px;
	justify-content: center;
	align-items: center;
	position: absolute;
	left: calc(50% - 25px);
	top: 10px;
	border-radius: 100px;
	background-color: var(--theme-color-accent);
}
.services .banner .gift svg {
	fill: var(--banner-text-color);
}
.services .banner .banner_title {
	position: relative;
	font-size: 20px;
	font-weight: 700;
}
.services .banner .banner_title:after {
	content: '';
	position: absolute;
	left: 50%;
	bottom: -10px;
	width: 50px;
	height: 1px;
	margin-left: -25px;
	background-color: var(--banner-text-color);
}
.services .banner .description {
	font-size: 16px;
	font-weight: 400;
}
.services .banner .btn {
	display: flex;
	justify-content: center;
	align-items: center;
	width: 100%;
}
.services .banner .btn svg {
	width: 25px;
	height: 25px;
}
.services .banner .btn > span {
	text-align: left;
}
.services .banner .btn > span > span {
	display: block;
}
.services .banner .btn > span > span:first-child {
	font-size: 10px;
	font-weight: 400;
	line-height: normal;
}
.services .banner .btn > span > span:last-child {
	font-size: 12px;
	font-weight: 700;
	line-height: normal;
}
@media (max-width: 991px) {
	.services {
		grid-template-columns: none;
		grid-gap: var(--theme-margin-section-mob);
		margin-bottom: var(--theme-margin-section-mob);
	}
	.services .services__container {
		grid-gap: 10px;
	}
	.services .services__container .item {
		height: auto;
		min-height: 110px;
	}
	.services .services__container .item:nth-child(1) {
		grid-row: 1/3;
	}
	.services .services__container .item:nth-child(4) {
		grid-column: 1/3;
	}
	.services .services__container .item .service_button {
		display: none;
	}
	.services .services__container .item img {
		max-height: 55px;
	}
	.services .services__container .item:nth-child(1) img,
	.services .services__container .item:nth-child(4) img {
		max-height: 75px;
	}
	.services .services__container .item .description {
		margin-top: 5px;
		max-width: 80px;
		line-height: 1.2;
	}
	.services .services__container .item:nth-child(1) .description,
	.services .services__container .item:nth-child(4) .description {
		max-width: none;
	}
}
.apps_banner {
	--banner-text-color: var(--theme-color-style3);
	padding: var(--theme-block-padding);
	padding-right: 336px;
	margin-top: 60px;
	margin-bottom: 60px;
	position: relative;
	color: var(--banner-text-color);
	background-color: var(--theme-color-secondary);
	border-radius: var(--theme-rounded-section);
}
.apps_banner .title {
	position: relative;
	font-size: 32px;
	font-weight: 800;
	margin-bottom: 22px;
}
.apps_banner .title:after {
	content: '';
	position: absolute;
	left: var(--theme-block-padding);
	bottom: -10px;
	width: 50px;
	height: 1px;
	margin-left: -25px;
	background-color: var(--banner-text-color);
}
.apps_banner .description {
	font-size: 18px;
	font-weight: 700;
}
.apps_banner .buttons_container {
	display: flex;
	gap: 15px;
	margin-top: 20px;
}
.apps_banner .btn {
	display: flex;
	justify-content: center;
	align-items: center;
}
.apps_banner .btn svg {
	width: 25px;
	height: 25px;
}
.apps_banner .btn > span {
	text-align: left;
}
.apps_banner .btn > span > span {
	display: block;
}
.apps_banner .btn > span > span:first-child {
	font-size: 10px;
	font-weight: 400;
	line-height: normal;
}
.apps_banner .btn > span > span:last-child {
	font-size: 12px;
	font-weight: 700;
	line-height: normal;
}
.apps_banner .image img {
	position: absolute;
	top: -40px;
	right: 40px;
	height: 290px;
	width: auto;
}
@media (max-width: 991px) {
	.apps_banner {
		padding: var(--theme-block-padding-mob) !important;
		margin-bottom: var(--theme-block-margin-bottom-mob);
		margin-top: 0;
	}
	.apps_banner .title {
		font-size: 25px;
	}
	.apps_banner .description {
		font-size: 16px;
	}
	.apps_banner .image {
		display: none;
	}
	.apps_banner .buttons_container {
		display: grid;
		grid-template-columns: repeat(2, 1fr);
		grid-gap: 8px;
	}
	.apps_banner .btn {
		min-width: auto;
	}
}
.howto_block {
	margin-bottom: var(--theme-block-margin-bottom);
}
.howto_block .attributes > div {
	margin-bottom: 3px;
}
.howto_block .attributes > div:last-child {
	margin-bottom: 0;
}
.howto_block .howto__container {
	display: grid;
	grid-template-columns: 1fr 1px 1.5fr;
	grid-gap: 30px;
	margin-top: 30px;
}
.howto_block .how-list {
	position: relative;
	margin: 0;
	padding: 0;
	list-style: none;
}
.howto_block .how-list > li {
	margin-bottom: 0;
	padding: 0;
	list-style: none;
}
.howto_block .how-list > li:before {
	display: none;
}
.howto_block .how-list button {
	display: flex;
	align-items: center;
	gap: 10px;
	font-size: 16px;
	font-weight: 700;
	padding: 10px;
	width: 100%;
	color: var(--theme-body-color);
	cursor: pointer;
	border-radius: var(--theme-rounded-images);
}
.howto_block .how-list button span {
	display: flex;
	width: 24px;
	height: 24px;
	align-items: center;
	justify-content: center;
	font-size: 12px;
	font-weight: 700;
	color: var(--theme-color-style3);
	background-color: var(--theme-color-accent);
	border-radius: 50%;
}
.howto_block .how-list button.active {
	color: var(--theme-color-style3);
	background-color: var(--theme-color-secondary);
}
.howto_block .separator {
	background-color: var(--theme-color-accent);
}
.howto_block .how-description {
	padding: 20px;
	background-color: var(--theme-color-style4);
	border-radius: var(--theme-rounded-section);
}
.howto_block .how-description .item {
	display: none;
	grid-template-columns: 1fr 2fr;
	grid-gap: 20px;
}
.howto_block .how-description .item.image_1 {
	grid-template-columns: none;
}
.howto_block .how-description .item img {
	border-radius: var(--theme-rounded-images);
}
.howto_block .how-description .item.show {
	display: grid;
}
@media (max-width: 991px) {
	.howto_block {
		margin-bottom: var(--theme-block-margin-bottom-mob);
	}
	.howto_block .howto__container {
		grid-template-columns: none;
		grid-gap: 15px;
	}
	.howto_block .separator {
		height: 1px;
	}
	.howto_block .how-description .item {
		grid-template-columns: none;
	}
	.howto_block .how-description .item img {
		width: auto;
		max-height: 260px;
	}
}
.howto_app {
	margin-bottom: var(--theme-block-margin-bottom);
}
.howto_app .howto_tabs {
	display: flex;
	gap: 15px;
	padding: 0;
	margin-bottom: var(--theme-block-margin-bottom);
}
.howto_app .howto_tabs li {
	padding: 0;
	margin: 0;
	list-style: none;
}
.howto_app .howto_tabs li:before {
	display: none;
}
.howto_app .howto_tabs li button {
	display: flex;
	align-items: flex-end;
	gap: 5px;
	padding: 8px 12px;
	color: var(--theme-body-color);
	border: 1px solid;
	border-radius: var(--theme-rounded-button);
}
.howto_app .howto_tabs li button.active {
	border-color: var(--theme-color-secondary);
	color: var(--theme-color-style3);
	background-color: var(--theme-color-secondary);
}
.howto_app .howto_tab {
	display: none;
}
.howto_app .howto_tab.active {
	display: block;
}
.howto_app .attributes > div {
	margin-bottom: 3px;
}
.howto_app .attributes > div:last-child {
	margin-bottom: 0;
}
.howto_app .howto__container {
	display: grid;
	grid-template-columns: 1fr 1px 1.5fr;
	grid-gap: 30px;
	margin-top: 30px;
}
.howto_app .how-list {
	position: relative;
	margin: 0;
	padding: 0;
	list-style: none;
}
.howto_app .how-list > li {
	margin-bottom: 0;
	padding: 0;
	list-style: none;
}
.howto_app .how-list > li:before {
	display: none;
}
.howto_app .how-list button {
	display: flex;
	align-items: center;
	gap: 10px;
	font-size: 16px;
	font-weight: 700;
	padding: 10px;
	width: 100%;
	color: var(--theme-body-color);
	cursor: pointer;
	border-radius: var(--theme-rounded-images);
}
.howto_app .how-list button span {
	display: flex;
	width: 24px;
	height: 24px;
	align-items: center;
	justify-content: center;
	font-size: 12px;
	font-weight: 700;
	color: var(--theme-color-style3);
	background-color: var(--theme-color-accent);
	border-radius: 50%;
}
.howto_app .how-list button.active {
	color: var(--theme-color-style3);
	background-color: var(--theme-color-secondary);
}
.howto_app .separator {
	background-color: var(--theme-color-accent);
}
.howto_app .how-description {
	padding: 20px;
	background-color: var(--theme-color-style4);
	border-radius: var(--theme-rounded-section);
}
.howto_app .how-description .item {
	display: none;
	grid-template-columns: 1fr 2fr;
	grid-gap: 20px;
}
.howto_app .how-description .item.image_1 {
	grid-template-columns: none;
}
.howto_app .how-description .item img {
	border-radius: var(--theme-rounded-images);
}
.howto_app .how-description .item.show {
	display: grid;
}
.howto_app .system_requirements {
	padding-top: 20px;
	margin-top: 20px;
	border-top: 1px solid var(--theme-color-accent);
}
.howto_app .system_requirements .system_requirements__wrap {
	display: grid;
	grid-template-columns: 1fr 1.5fr;
	grid-gap: 30px;
}
.howto_app .system_requirements .system_requirements__wrap .image img {
	border-radius: var(--theme-rounded-images);
}
.howto_app .system_requirements .system_requirements__wrap .btn {
	display: flex;
	justify-content: center;
	align-items: center;
}
.howto_app .system_requirements .system_requirements__wrap .btn svg {
	width: 25px;
	height: 25px;
}
.howto_app .system_requirements .system_requirements__wrap .btn > span {
	text-align: left;
}
.howto_app .system_requirements .system_requirements__wrap .btn > span > span {
	display: block;
}
.howto_app
	.system_requirements
	.system_requirements__wrap
	.btn
	> span
	> span:first-child {
	font-size: 10px;
	font-weight: 400;
	line-height: normal;
}
.howto_app
	.system_requirements
	.system_requirements__wrap
	.btn
	> span
	> span:last-child {
	font-size: 12px;
	font-weight: 700;
	line-height: normal;
}
@media (max-width: 991px) {
	.howto_app {
		margin-bottom: var(--theme-block-margin-bottom-mob);
	}
	.howto_app .howto__container {
		grid-template-columns: none;
		grid-gap: 15px;
	}
	.howto_app .separator {
		height: 1px;
	}
	.howto_app .how-description .item {
		grid-template-columns: none;
	}
	.howto_app .how-description .item img {
		width: auto;
		max-height: 260px;
	}
	.howto_app .system_requirements {
		padding-top: 15px;
		margin-top: 15px;
	}
	.howto_app .system_requirements .system_requirements__wrap {
		grid-template-columns: none;
		grid-gap: 15px;
	}
	.howto_app .system_requirements .system_requirements__wrap .btn {
		width: 100%;
	}
}
.faq-section {
	margin-bottom: var(--theme-block-margin-bottom);
}
.faq-section .item {
	border-bottom: 1px solid var(--theme-color-style4);
}
.faq-section .item:last-child {
	border-bottom: none;
}
.faq-section .item .faq_question {
	position: relative;
	font-size: 20px;
	font-weight: 700;
	padding: 20px 60px 20px 20px;
	cursor: pointer;
	user-select: none;
}
.faq-section .item .faq_answer {
	display: none;
	padding: 20px;
}
.faq-section .item .faq_question .faq_arrow {
	position: absolute;
	top: 19px;
	right: 16px;
}
.faq-section .item.show .faq_answer {
	display: block;
}
.faq-section .item.show .faq_question {
	color: var(--theme-color-accent);
}
.faq-section .item.show .faq_question .faq_arrow {
	transform: rotate(180deg);
	color: var(--theme-color-accent);
}
@media (max-width: 991px) {
	.faq-section {
		margin-bottom: var(--theme-block-margin-bottom-mob);
	}
	.faq-section .item .faq_question {
		font-size: 18px;
		padding: 7px 32px 7px 0;
	}
	.faq-section .item .faq_question .faq_arrow {
		right: 0;
		top: 6px;
	}
	.faq-section .item .faq_answer {
		padding: 0 0 10px;
	}
}
.youtube {
	background-color: #000;
	margin-bottom: var(--theme-block-margin-bottom);
	cursor: pointer;
	border-radius: var(--theme-rounded-section);
}
.youtube img {
	width: 100%;
	top: 0;
	left: 0;
	border-radius: var(--theme-rounded-images);
}
.youtube .play-button {
	width: 90px;
	height: 60px;
	background-color: #333;
	box-shadow: 0 0 30px rgba(0, 0, 0, 0.6);
	z-index: 1;
	opacity: 0.8;
	border-radius: 14px;
}
.youtube:hover .play-button {
	background-color: #ff0215;
}
.youtube .play-button:before {
	content: '';
	border-style: solid;
	border-width: 15px 0 15px 26px;
	border-color: transparent transparent transparent #fff;
}
.youtube img,
.youtube .play-button {
	cursor: pointer;
}
.youtube img,
.youtube iframe,
.youtube .play-button,
.youtube .play-button:before {
	position: absolute;
}
.youtube .play-button,
.youtube .play-button:before {
	top: 50%;
	left: 50%;
	transform: translate3d(-50%, -50%, 0);
}
.youtube iframe {
	height: 100%;
	width: 100%;
	top: 0;
	left: 0;
}
@media (max-width: 991px) {
	.youtube {
		margin-bottom: var(--theme-block-margin-bottom-mob);
	}
}
.iframe-block {
	margin-bottom: var(--theme-block-margin-bottom);
}
@media (max-width: 991px) {
	.iframe-block {
		margin-bottom: var(--theme-block-margin-bottom-mob);
	}
}
.bonus-items {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	gap: 30px;
	margin-bottom: var(--theme-margin-section);
}
.bonus-items .item {
	display: flex;
	flex-direction: column;
	padding: 20px;
	justify-content: space-between;
	align-items: center;
	text-align: center;
	position: relative;
	gap: 20px;
	border: 2px solid transparent;
	color: var(--theme-color-style3);
	background-color: var(--theme-color-secondary);
	border-radius: var(--theme-rounded-section);
	cursor: pointer;
}
.bonus-items .item .bonus-items__wrap .title {
	display: inline-block;
	font-weight: 700;
	line-height: normal;
	position: relative;
	margin-bottom: 10px;
}
.bonus-items .item .bonus-items__wrap .title .radio-icon {
	content: '';
	position: absolute;
	left: -20px;
	top: 4px;
	width: 14px;
	height: 14px;
	border: 1px solid #fff;
	border-radius: 50%;
}
.bonus-items .item .bonus-items__wrap .title .radio-icon:after {
	content: '';
	position: absolute;
	left: 2px;
	top: 2px;
	width: 8px;
	height: 8px;
	background-color: transparent;
	border-radius: 50%;
}
.bonus-items .item .bonus-items__wrap .bonus {
	font-size: 32px;
	font-weight: 800;
	margin-bottom: 5px;
}
.bonus-items .item .bonus-items__wrap .description {
	font-weight: 400;
	line-height: normal;
}
.bonus-items .item .btn {
	width: 100%;
}
.bonus-items .item.active {
	border-color: var(--theme-color-accent);
}
.bonus-items .item.active .bonus-items__wrap .title .radio-icon:after {
	background-color: var(--theme-color-accent);
}
@media (max-width: 991px) {
	.bonus-items {
		grid-template-columns: none;
		margin-bottom: var(--theme-margin-section-mob);
	}
}
.spoiler-block {
	margin-bottom: var(--theme-block-margin-bottom);
}
.spoiler-block .spoiler-block__button {
	display: grid;
	grid-template-columns: 1fr auto 1fr;
	grid-gap: 15px;
	align-items: center;
	position: relative;
}
.spoiler-block .spoiler-block__button:before,
.spoiler-block .spoiler-block__button:after {
	position: relative;
	width: auto;
	top: auto;
	content: '';
	height: 1px;
	background-color: var(--theme-color-style4);
}
.spoiler-block .spoiler-block__button button {
	font-size: 13px;
	height: 30px;
	background-color: transparent !important;
}
.spoiler-block .spoiler-block__content {
	display: none;
}
.spoiler-block.active .spoiler-block__button button i {
	transform: rotate(180deg);
}
.spoiler-block.active .spoiler-block__content {
	display: block;
}
@media (max-width: 991px) {
	.spoiler-block {
		margin-bottom: var(--theme-block-margin-bottom-mob);
	}
}
.false_frame {
	margin-bottom: var(--theme-block-margin-bottom);
}
.false_frame .game_section__container {
	display: flex;
	align-items: center;
	justify-content: center;
	position: relative;
	height: 620px;
	overflow: hidden;
	background-size: 100% auto;
	border-radius: var(--theme-rounded-section);
}
.false_frame .game_section__container .blur {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	backdrop-filter: blur(3px);
	background: rgba(255, 255, 255, 0.1);
}
.false_frame .game_section__container img {
	width: 100%;
	position: absolute;
}
.false_frame .game_section__container .btn {
	padding: 16px !important;
	min-width: 300px;
	z-index: 2;
}
.false_frame .game_section__container .btn svg {
	width: 22px;
	height: 22px;
}
.false_frame .game_section__container .btn svg path {
	stroke: var(--theme-buttons-secondary-color);
}
@media (max-width: 991px) {
	.false_frame {
		margin-bottom: var(--theme-block-margin-bottom-mob);
	}
	.false_frame .game_section__container {
		height: 260px;
	}
	.false_frame .game_section__container .btn {
		padding: 10px 25px !important;
		min-width: auto;
	}
}
.reviews {
	margin-bottom: var(--theme-block-margin-bottom);
}
.reviews .item {
	padding: 30px;
	color: var(--color);
	background: var(--bg);
	border-radius: var(--theme-rounded-images);
}
.reviews .item header .author {
	display: flex;
	align-items: center;
	gap: 10px;
	margin-bottom: 20px;
}
.reviews .item header .author .icon {
	display: flex;
	width: 50px;
	height: 50px;
	justify-content: center;
	align-items: center;
	gap: 10px;
	border-radius: 100px;
	background-color: var(--theme-color-accent);
}
.reviews .item header .author .name {
	font-weight: 600;
}
.reviews .item header .author .country {
	font-size: 14px;
	opacity: 0.5;
}
.reviews .item header .rating_container {
	display: flex;
	justify-content: space-between;
	gap: 10px;
}
.reviews .item header .rating_container .rating {
	display: flex;
	align-items: center;
	gap: 5px;
	font-size: 14px;
}
.reviews .item header .rating_container .rating .stars {
	color: #ffe500;
}
.reviews .item header .date {
	font-size: 14px;
	opacity: 0.5;
}
.reviews .item .review_text {
	font-size: 14px;
	line-height: normal;
	margin-top: 20px;
	padding-top: 20px;
	border-top: 1px solid;
}
.reviews li {
	padding-left: 0 !important;
	margin-bottom: 0 !important;
}
.reviews li:before {
	display: none !important;
}
.reviews .splide__slide > * {
	margin: 0 10px;
	padding: 20px;
}
.reviews .splide__arrow {
	top: 28px;
	background: 0 0;
	border: 2px solid var(--theme-color-accent);
	opacity: 1;
}
.reviews .splide__arrow svg {
	width: 14px;
	height: 14px;
	fill: var(--theme-body-color);
}
.reviews .splide__arrow--prev {
	left: auto;
	right: 60px;
}
.reviews .splide__arrow--next {
	right: 20px;
}
.reviews .splide__pagination {
	bottom: -20px;
}
.reviews .splide__pagination__page {
	width: 6px;
	height: 6px;
	background: var(--theme-body-color);
	opacity: 1;
}
.reviews .splide__pagination__page.is-active {
	background: var(--theme-color-accent);
}
.reviews.desktop {
	display: grid;
	gap: 20px;
	flex-wrap: wrap;
	grid-template-columns: repeat(3, 1fr);
}
@media (max-width: 991px) {
	.reviews {
		margin: 0 -10px calc(var(--theme-block-margin-bottom) + 5px);
	}
	.reviews.desktop {
		gap: 20px;
		flex-wrap: wrap;
		grid-template-columns: none;
	}
}
.bk-rating-list {
	margin-bottom: var(--theme-block-margin-bottom);
}
.bk-rating-list ol {
	list-style: none;
	margin: 0;
	padding: 0;
}
.bk-rating-list li {
	padding: 0 !important;
	margin: 0 !important;
}
.bk-rating-list li:before {
	display: none !important;
}
.bk-rating-list .item {
	position: relative;
	display: grid;
	grid-template-columns: 210px 230px 1fr 230px;
	grid-gap: 20px;
	align-items: center;
	border-top: 1px solid var(--theme-color-secondary);
	padding: 20px;
}
.bk-rating-list li:last-child .item {
	border-bottom: 2px solid var(--theme-color-secondary);
}
.bk-rating-list .item .logo {
	width: 180px;
	height: 90px;
	padding: 20px;
	border-radius: var(--theme-rounded-images);
	display: flex;
	justify-content: center;
	align-items: center;
}
.bk-rating-list .item .logo img {
	max-height: 50px;
}
.bk-rating-list .item .logo svg {
	display: none;
	width: 48px;
	height: 48px;
	position: absolute;
	top: -1px;
	left: 193px;
}
.bk-rating-list .item.top .logo svg {
	display: block;
	color: var(--bs-primary);
}
.bk-rating-list .item .bonus {
	position: relative;
	padding-left: 48px;
	line-height: normal;
	text-align: center;
}
.bk-rating-list .item .bonus .gift {
	position: absolute;
	left: 0;
	width: 36px;
	height: 36px;
	color: var(--bs-primary);
}
.bk-rating-list .item .bonus .bonus_value {
	font-weight: 700;
	color: var(--bs-primary);
}
.bk-rating-list .item .bonus_description {
	font-size: 0.85rem;
	line-height: normal;
	text-align: center;
}
.bk-rating-list .item .buttons {
	display: flex;
	flex-direction: column;
}
.bk-rating-list .item .buttons a {
	display: block;
	text-align: center;
}
.bk-rating-list .item .buttons .review_link {
	margin-top: 10px;
	font-size: 0.9rem;
	font-weight: 600;
}
.bk-rating-list .item .buttons .btn {
	display: flex;
}
@media (max-width: 991px) {
	.bk-rating-list .item {
		grid-template-columns: none;
	}
	.bk-rating-list .item.top:before {
		left: auto;
		right: 20px;
	}
	.bk-rating-list .item .buttons {
		align-items: center;
	}
	.bk-rating-list .item .bonus {
		padding-left: 0;
		padding-top: 43px;
		text-align: center;
	}
	.bk-rating-list .item .bonus .gift {
		top: -5px;
		left: 50%;
		transform: translateX(-18px);
	}
	.bk-rating-list .item .logo svg {
		left: 0;
	}
	.bk-rating-list .item .logo {
		width: 100%;
		text-align: center;
	}
	.bk-rating-list .item .bonus_description {
		padding-top: 16px;
		padding-bottom: 16px;
		border-top: 1px solid #e6e6e6;
		border-bottom: 1px solid #e6e6e6;
	}
	.bk-rating-list .item .buttons a {
		width: 100%;
	}
	.bk-rating-list .item .buttons .review_link {
		margin-top: 20px;
	}
}
.cross_brand_block {
	display: grid;
	gap: 30px;
	align-items: center;
	flex-wrap: wrap;
	grid-template-columns: repeat(auto-fit, minmax(343px, 0.7fr));
	margin-bottom: var(--theme-block-margin-bottom);
}
.cross_brand_block .alternatywy_cards_item {
	display: flex;
	flex-direction: column;
	gap: 40px;
	align-items: center;
	justify-content: space-between;
	padding: 20px;
	min-width: 343px;
	height: -webkit-fill-available;
	position: relative;
	overflow: hidden;
	background-color: var(--bg-color);
	border: 2px solid transparent;
	border-radius: var(--theme-rounded-section);
}
.cross_brand_block .alternatywy_cards_item .recommended {
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	gap: 4px;
	position: absolute;
	left: -86px;
	top: -17px;
	width: 240px;
	padding-top: 25px;
	padding-bottom: 6px;
	flex-shrink: 0;
	background-color: var(--theme-buttons-accent-bg);
	transform: rotate(-45deg);
}
.cross_brand_block .alternatywy_cards_item .recommended svg {
	fill: var(--bg-color);
}
.cross_brand_block .alternatywy_cards_item .recommended .name {
	text-transform: uppercase;
	font-size: 11px;
	font-weight: 800;
	color: var(--bg-color);
	cursor: default;
}
.cross_brand_block .alternatywy_cards_item .logo img {
	height: 78px;
}
.cross_brand_block .alternatywy_cards_item .main_content {
	width: 100%;
	display: flex;
	flex-direction: column;
	gap: 20px;
}
.cross_brand_block .alternatywy_cards_item .main_content .delimiter {
	width: -webkit-fill-available;
	height: 1px;
	background-color: #ffffff33;
}
.cross_brand_block .alternatywy_cards_item .main_content .gift_img_block {
	display: flex;
	gap: 15px;
	align-items: center;
}
.cross_brand_block
	.alternatywy_cards_item
	.main_content
	.gift_img_block
	.gift_img_container {
	display: flex;
	align-items: center;
	justify-content: center;
	min-width: 40px;
	height: 40px;
	border-radius: 50%;
	color: #fff;
	background-color: #39445c;
}
.cross_brand_block .alternatywy_cards_item .main_content .text_block {
	min-height: 90px;
	font-size: 40px;
	font-weight: 800;
	line-height: 40px;
	text-align: center;
	color: var(--theme-buttons-accent-bg);
}
.cross_brand_block .alternatywy_cards_item .main_content .text_block span {
	font-size: 25px;
	font-weight: 600;
	line-height: 25px;
	text-align: center;
	white-space: break-spaces;
}
.cross_brand_block .alternatywy_cards_item .main_content .payment_block {
	display: flex;
	flex-direction: column;
	gap: 15px;
	align-items: center;
	color: #fff;
}
.cross_brand_block .alternatywy_cards_item .main_content .payment_block .text {
	font-size: 16px;
	font-weight: 400;
	line-height: 19px;
}
.cross_brand_block
	.alternatywy_cards_item
	.main_content
	.payment_block
	.payment_grid {
	display: grid;
	grid-template-columns: repeat(4, 1fr);
	gap: 15px;
}
.cross_brand_block
	.alternatywy_cards_item
	.main_content
	.payment_block
	.payment_item {
	padding: 6px;
	display: flex;
	align-items: center;
	justify-content: center;
	border: 1px solid #39445c;
	border-radius: 5px;
}
.cross_brand_block
	.alternatywy_cards_item
	.main_content
	.payment_block
	.payment_item
	img {
	max-height: 33px;
}
.cross_brand_block .alternatywy_cards_item .buttons {
	display: grid;
	gap: 10px;
	width: 100%;
	grid-template-columns: repeat(auto-fit, minmax(10px, 1fr));
}
.cross_brand_block .alternatywy_cards_item .buttons .btn {
	padding: 8px 10px;
	height: 50px;
	text-align: center;
	display: flex;
	align-items: center;
	justify-content: center;
}
@media (max-width: 991px) {
	.cross_brand_block {
		flex-direction: column;
		gap: 20px;
		margin-bottom: var(--theme-block-margin-bottom-mob);
		justify-content: center;
	}
	.cross_brand_block .alternatywy_cards_item {
		gap: 30px;
	}
	.cross_brand_block .alternatywy_cards_item .buttons {
		flex-direction: column;
	}
	.cross_brand_block .alternatywy_cards_item .buttons .btn {
		width: 100%;
	}
}
.hb_popups_bonus {
	display: none;
	position: fixed;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	justify-content: center;
	align-items: center;
	z-index: 9999;
	backdrop-filter: blur(5px);
}
.hb_popups_bonus:before {
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	content: '';
	background-color: #000;
	opacity: 0.5;
}
.hb_popups_bonus .hb_popups_bonus__wrap {
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	align-items: center;
	text-align: center;
	gap: 55px;
	width: 458px;
	min-height: 368px;
	padding: 54px 20px 30px;
	position: relative;
	border-radius: 20px;
	border: 2px solid #85ff00;
	background-color: #00194d;
	color: #fff;
	z-index: 10000;
}
.hb_popups_bonus .hb_popups_bonus__wrap .close {
	position: absolute;
	top: 12px;
	right: 18px;
	cursor: pointer;
}
.hb_popups_bonus .hb_popups_bonus__wrap .money {
	position: absolute;
	left: -90px;
	top: -32px;
}
.hb_popups_bonus .hb_popups_bonus__wrap .title {
	font-size: 20px;
	font-weight: 700;
	line-height: 120%;
	text-transform: uppercase;
}
.hb_popups_bonus .hb_popups_bonus__wrap .bonus {
	font-size: 60px;
	font-weight: 800;
	line-height: normal;
	color: #86ff00;
}
.hb_popups_bonus .hb_popups_bonus__wrap .description {
	font-size: 12px;
	font-weight: 400;
	line-height: normal;
}
.hb_popups_bonus .hb_popups_bonus__wrap button {
	display: flex;
	width: 100%;
	height: 55px;
	padding: 10px 20px;
	justify-content: center;
	align-items: center;
	gap: 5px;
	background: #86ff00;
	box-shadow: 6px -3px 64.7px 0 rgba(133, 255, 0, 0.6) !important;
}
.hb_popups_bonus .hb_popups_bonus__wrap:after {
	position: absolute;
	left: 0;
	bottom: -28px;
	content: '';
	width: 454px;
	height: 385px;
	background: url(../images/bg.png);
	z-index: -1;
}
.hb_popups_bonus .hb_popups_bonus__wrap:before {
	position: absolute;
	left: 50%;
	bottom: 0;
	content: '';
	width: 120px;
	height: 23px;
	background: url(../images/bottom.webp);
	transform: translateX(-50%);
}
@media (max-width: 991px) {
	.hb_popups_bonus {
		padding-top: 50px;
	}
	.hb_popups_bonus .hb_popups_bonus__wrap {
		width: 350px;
		min-height: auto;
	}
	.hb_popups_bonus .hb_popups_bonus__wrap:after {
		width: 346px;
		height: 291px;
		background-size: cover;
		bottom: 0;
	}
	.hb_popups_bonus .hb_popups_bonus__wrap .title {
		font-size: 30px;
	}
	.hb_popups_bonus .hb_popups_bonus__wrap .bonus {
		font-size: 30px;
	}
	.hb_popups_bonus .hb_popups_bonus__wrap button {
		width: 100%;
	}
}
header.header .primary_menu_desktop_ver > ul > li.current-menu-item > a,
header.header .primary_menu_desktop_ver > ul > li.current-menu-ancestor > a,
header.header .primary_menu_desktop_ver > ul > li > a.show-dropdown,
header.header .primary_menu_desktop_ver > ul > li > a:hover {
	background-color: var(--theme-color-style4) !important;
}
header.header .primary_menu_desktop_ver .sub-menu {
	background-color: var(--theme-color-style4);
	box-shadow: none;
}
header.header .primary_menu_desktop_ver .sub-menu a:hover {
	background-color: var(--theme-section-bg);
}
header.header .lang button {
	border-color: transparent;
	background-color: var(--theme-color-style4);
}
header.header .lang .lang-menu {
	background-color: var(--theme-color-style4);
	box-shadow: none;
}
header.header .lang .lang-menu a:hover {
	background-color: var(--theme-section-bg);
}
header.header .mobile_menu_container {
	top: 66px;
}
header.header .mobile_menu_container .apps_big_buttons .btn {
	color: var(--theme-buttons-accent-color);
	background-color: var(--theme-buttons-accent-bg);
}
body.home header.header .primary_menu_desktop_ver > ul > li > a.show-dropdown,
body.home header.header .primary_menu_desktop_ver > ul > li > a:hover {
	background-color: var(--theme-color-style4) !important;
}
.aside-menu ul li a:hover {
	background-color: var(--theme-color-style4);
}
footer.footer .footer__container .social {
	opacity: 1;
}
footer.footer .footer__container .social a {
	color: var(--theme-buttons-secondary-color);
	background-color: var(--theme-color-style4);
}
.welcome-section {
	background: #0044cc;
}
.table table tr td:first-child:after {
	background-color: var(--theme-color-style3);
	opacity: 0.2;
}
.services .services__container .item {
	border: 1px solid var(--theme-color-accent);
}
.services .banner {
	background-image: url(../images/bonus-bg2.webp);
	background-size: cover;
	background-position: center;
}
.slots .nav li button.active {
	background-color: var(--theme-color-style4);
}
.slots .items ul li .name {
	background-color: var(--theme-color-style4);
}
.apps_banner {
	background-image: url(../images/apps-banner-bg.webp);
	background-position: center right -40px;
	background-repeat: no-repeat;
}
@media (max-width: 991px) {
	.apps_banner {
		background-image: none;
	}
}
.bonus-items .item {
	background-image: url(../images/bonus-bg2.webp);
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center;
}
.bonus-items .item.active {
	border-color: var(--theme-color-style3);
}
.bonus-items .item .bonus-items__wrap .bonus {
	color: var(--theme-color-style3);
}
.howto_block .how-list button.active {
	background-color: var(--theme-color-style4);
}
.howto_block .separator,
.howto_app .separator {
	background-color: var(--theme-color-style4);
}
.howto_app .how-list button.active {
	background-color: var(--theme-color-style4);
}
.howto_app .system_requirements {
	border-top: 1px solid var(--theme-color-style4);
}
.bottom_panel {
	--bottom_panel_bg: var(--theme-section-bg) !important;
	--bottom_panel_border: var(--theme-color-secondary) !important;
	--bottom_panel_text: var(--theme-body-color) !important;
}
.bottom_panel .icon {
	border: none;
	background-color: var(--theme-color-style4);
}
.bottom_panel .icon svg {
	color: #fff;
}
.bonus_items2 {
	margin-bottom: var(--theme-block-margin-bottom);
}
.bonus_items2 .bonus_items__container {
	display: grid;
	grid-gap: 20px;
	grid-template-columns: repeat(4, 1fr);
	margin: 0;
	padding: 0;
	list-style: none;
}
.bonus_items2 .bonus_items__container li {
	padding: 0;
	margin: 0;
}
.bonus_items2 .bonus_items__container li:before {
	display: none;
}
.bonus_items2 .bonus_items__container li > div {
	display: flex;
	flex-direction: column;
	justify-content: flex-end;
	min-height: 280px;
	padding: 16px;
	background-position: center;
	background-size: cover;
	border-radius: var(--theme-rounded-images);
	transition: 0.5s;
}
.bonus_items2 .bonus_items__container li:hover > div {
	transform: scale(1.02);
}
.bonus_items2 .bonus_items__container li .title {
	font-weight: 700;
	line-height: normal;
}
.bonus_items2 .show_more {
	display: none;
	margin-top: 20px;
}
.bonus_items2 .show_more button {
	width: 100%;
}
@media (max-width: 991px) {
	.bonus_items2 {
		margin-bottom: var(--theme-block-margin-bottom-mob);
	}
	.bonus_items2 .bonus_items__container {
		grid-template-columns: repeat(3, 1fr);
	}
	.bonus_items2.slider .items {
		margin-left: -12px;
		margin-right: -12px;
	}
	.bonus_items2.slider .bonus_items__container {
		overflow-x: auto;
		-ms-overflow-style: none;
		scrollbar-width: none;
		grid-auto-flow: column;
		grid-gap: 0;
	}
	.bonus_items2.slider .bonus_items__container::-webkit-scrollbar {
		display: none;
	}
	.bonus_items2.slider .bonus_items__container li {
		padding-left: 12px;
	}
	.bonus_items2.slider .bonus_items__container li:last-child {
		padding-right: 12px;
	}
	.bonus_items2.slider .bonus_items__container li > div {
		min-width: 200px;
		min-height: 240px;
	}
}
@media (max-width: 600px) {
	.bonus_items2 .bonus_items__container {
		grid-template-columns: repeat(2, 1fr);
	}
	.bonus_items2 .bonus_items__container li > div {
		min-height: 190px;
	}
	.bonus_items2.grid .bonus_items__container li.all {
		display: none;
	}
	.bonus_items2.grid.show_more .bonus_items__container li.all {
		display: block;
	}
	.bonus_items2.grid.show_more .show_more button svg {
		transform: rotate(180deg);
	}
	.bonus_items2.grid .show_more {
		display: flex;
		justify-content: center;
	}
}
.bonus_items3 {
	margin-bottom: var(--theme-block-margin-bottom);
}
.bonus_items3 .bonus_items__container {
	display: grid;
	grid-gap: 20px;
	grid-template-columns: repeat(2, 1fr);
	margin: 0;
	padding: 0;
	list-style: none;
}
.bonus_items3 .bonus_items__container li {
	padding: 0;
	margin: 0;
}
.bonus_items3 .bonus_items__container li:before {
	display: none;
}
.bonus_items3 .bonus_items__container li > div {
	display: flex;
	flex-direction: column;
	align-items: flex-start;
	justify-content: space-between;
	min-height: 186px;
	padding: 25px;
	position: relative;
	background-position: center;
	background-size: cover;
	border-radius: var(--theme-rounded-images);
	transition: 0.5s;
}
.bonus_items3 .bonus_items__container li .title {
	font-size: 28px;
	font-weight: 800;
	max-width: 245px;
	line-height: normal;
}
.bonus_items3 .bonus_items__container li button {
	padding: 10px 20px;
	font-weight: 700;
	background-color: #fff;
	border-radius: var(--theme-rounded-button);
}
.bonus_items3 .bonus_items__container li button:after {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	z-index: 1;
	content: '';
}
@media (max-width: 991px) {
	.bonus_items3 {
		margin-bottom: var(--theme-block-margin-bottom-mob);
	}
	.bonus_items3 .bonus_items__container {
		grid-template-columns: none;
	}
	.bonus_items3 .bonus_items__container li > div {
		min-height: 125px;
		padding: 12px;
	}
	.bonus_items3 .bonus_items__container li .title {
		font-size: 20px;
		max-width: none;
		margin-bottom: 10px;
	}
}
.game_section {
	position: relative;
	padding: 10px;
	background-color: var(--theme-color-style4);
	border-radius: var(--theme-rounded-section);
}
.game_section header {
	display: flex;
	align-items: center;
	gap: 8px;
	margin-bottom: 10px;
}
.game_section header .title {
	font-weight: 700;
	margin: 0;
}
.game_section header img {
	height: 32px;
	border-radius: var(--theme-rounded-images);
}
.game_section .game_section__container li {
	position: relative;
	padding: 0;
	margin: 0;
}
.game_section .game_section__container li:before {
	display: none;
}
.wp-block-column .game_section {
	height: 100%;
}
@media (max-width: 991px) {
	.game_section {
		padding: 0;
		background: 0 0;
	}
}
.game_section_1 .game_section__container {
	display: grid;
	grid-gap: 10px;
	grid-template-columns: repeat(3, 1fr);
	margin: 0;
	padding: 0;
	list-style: none;
}
.game_section_1 .game_section__container img {
	transition: 0.5s;
	border-radius: var(--theme-rounded-images);
}
.game_section_1 .game_section__container img:hover {
	transform: scale(1.05);
}
.game_section_1 .game_section__container .single_url_mode {
	cursor: pointer;
}
@media (max-width: 781px) {
	.game_section_1 .items {
		margin-left: -15px;
		margin-right: -15px;
	}
	.game_section_1 .game_section__container {
		overflow-x: auto;
		-ms-overflow-style: none;
		scrollbar-width: none;
		grid-template-columns: none;
		grid-auto-flow: column;
	}
	.game_section_1 .game_section__container::-webkit-scrollbar {
		display: none;
	}
	.game_section_1 .game_section__container li img {
		min-width: 140px;
	}
	.game_section_1 .game_section__container img:hover {
		transform: none;
	}
	.game_section_1 .game_section__container li:first-child {
		padding-left: 15px;
	}
	.game_section_1 .game_section__container li:last-child {
		padding-right: 15px;
	}
}
.lwptoc {
	margin: 32px 0;
}
.lwptoc:first-child {
	margin-top: 16px;
}
.lwptoc_i {
	padding: 14px 18px 18px;
	text-align: left;
}
.lwptoc_header {
	margin-bottom: 6px;
}
.rtl .lwptoc_header {
	text-align: right;
}
.lwptoc_toggle {
	white-space: nowrap;
	margin-left: 4px;
	font-size: 80%;
}
.rtl .lwptoc_toggle {
	margin-left: 0;
	margin-right: 4px;
}
.lwptoc_toggle:before {
	content: '[';
}
.lwptoc_toggle:after {
	content: ']';
}
.lwptoc_toggle_label {
	margin: 0 1px;
}
.lwptoc_item {
	margin-top: 2px;
}
.rtl .lwptoc_item {
	text-align: right;
}
LI.lwptoc_item {
	margin: 2px 0 0 0 !important;
	padding: 0 !important;
	list-style: none !important;
}
.lwptoc_item:first-child {
	margin-top: 0;
}
LI.lwptoc_item:first-child {
	margin-top: 0 !important;
}
.lwptoc_item_number {
	margin-right: 2px;
}
.rtl .lwptoc_item_number {
	margin-right: 0;
	margin-left: 2px;
}
.lwptoc_itemWrap .lwptoc_itemWrap {
	margin: 2px 0 0 14px;
}
.rtl .lwptoc_itemWrap .lwptoc_itemWrap {
	margin-left: 0;
	margin-right: 14px;
}
OL.lwptoc_itemWrap,
UL.lwptoc_itemWrap {
	margin: 0 !important;
	padding: 0 !important;
	list-style: none !important;
}
OL.lwptoc_itemWrap OL.lwptoc_itemWrap,
OL.lwptoc_itemWrap UL.lwptoc_itemWrap,
UL.lwptoc_itemWrap OL.lwptoc_itemWrap,
UL.lwptoc_itemWrap UL.lwptoc_itemWrap {
	margin: 2px 0 0 14px !important;
}
.rtl OL.lwptoc_itemWrap OL.lwptoc_itemWrap,
.rtl OL.lwptoc_itemWrap UL.lwptoc_itemWrap,
.rtl UL.lwptoc_itemWrap OL.lwptoc_itemWrap,
.rtl UL.lwptoc_itemWrap UL.lwptoc_itemWrap {
	margin-left: 0 !important;
	margin-right: 14px !important;
}
.lwptoc-autoWidth .lwptoc_i {
	display: inline-block;
}
.lwptoc-left {
	float: left;
	margin-top: 0;
	margin-right: 32px;
}
.lwptoc-right {
	float: right;
	margin-top: 0;
	margin-left: 32px;
}
.lwptoc-rightwithoutflow {
	text-align: right;
}
.lwptoc-rightwithoutflow .lwptoc_i {
	display: inline-block;
}
.lwptoc-center {
	text-align: center;
}
.lwptoc-center .lwptoc_i {
	margin-left: auto;
	margin-right: auto;
}
.lwptoc-baseItems .lwptoc_items {
	font-size: 90%;
}
.lwptoc-notInherit .lwptoc_i DIV A {
	box-shadow: none !important;
	border: none !important;
	text-decoration: none !important;
}
.lwptoc-notInherit .lwptoc_i DIV A:active,
.lwptoc-notInherit .lwptoc_i DIV A:focus,
.lwptoc-notInherit .lwptoc_i DIV A:hover {
	box-shadow: none !important;
	border: none !important;
	text-decoration: none !important;
}
.lwptoc-notInherit .lwptoc_i DIV A:hover {
	border-bottom: 1px dotted !important;
}
.lwptoc-light .lwptoc_i {
	color: #333;
	background: #fafafa;
}
.lwptoc-light .lwptoc_i A {
	color: #3175e4;
}
.lwptoc-light .lwptoc_i A:active,
.lwptoc-light .lwptoc_i A:focus,
.lwptoc-light .lwptoc_i A:hover {
	color: #3175e4;
	border-color: #3175e4;
}
.lwptoc-light .lwptoc_items A:visited {
	color: #000394;
}
.lwptoc-dark .lwptoc_i {
	color: #d3d5d8;
	background: #2b2b2b;
}
.lwptoc-dark .lwptoc_i A {
	color: #96c6ff;
}
.lwptoc-dark .lwptoc_i A:active,
.lwptoc-dark .lwptoc_i A:focus,
.lwptoc-dark .lwptoc_i A:hover {
	color: #96c6ff;
	border-color: #71b2ff;
}
.lwptoc-dark .lwptoc_items A:visited {
	color: #53a1ff;
}
.lwptoc-white .lwptoc_i {
	color: #333;
	background: #fff;
}
.lwptoc-white .lwptoc_i A {
	color: #3175e4;
}
.lwptoc-white .lwptoc_i A:active,
.lwptoc-white .lwptoc_i A:focus,
.lwptoc-white .lwptoc_i A:hover {
	color: #3175e4;
	border-color: #3175e4;
}
.lwptoc-white .lwptoc_items A:visited {
	color: #000394;
}
.lwptoc-transparent .lwptoc_i {
	border: 1px solid #eee;
}
