:root {
	--bs-blue: #0d6efd;
	--bs-indigo: #6610f2;
	--bs-purple: #6f42c1;
	--bs-pink: #d63384;
	--bs-red: #dc3545;
	--bs-orange: #fd7e14;
	--bs-yellow: #ffc107;
	--bs-green: #198754;
	--bs-teal: #20c997;
	--bs-cyan: #0dcaf0;
	--bs-black: #000;
	--bs-white: #fff;
	--bs-gray: #6c757d;
	--bs-gray-dark: #343a40;
	--bs-gray-100: #f8f9fa;
	--bs-gray-200: #e9ecef;
	--bs-gray-300: #dee2e6;
	--bs-gray-400: #ced4da;
	--bs-gray-500: #adb5bd;
	--bs-gray-600: #6c757d;
	--bs-gray-700: #495057;
	--bs-gray-800: #343a40;
	--bs-gray-900: #212529;
	--bs-primary: #0d6efd;
	--bs-secondary: #6c757d;
	--bs-success: #198754;
	--bs-info: #0dcaf0;
	--bs-warning: #ffc107;
	--bs-danger: #dc3545;
	--bs-light: #f8f9fa;
	--bs-dark: #212529;
	--bs-primary-rgb: 13, 110, 253;
	--bs-secondary-rgb: 108, 117, 125;
	--bs-success-rgb: 25, 135, 84;
	--bs-info-rgb: 13, 202, 240;
	--bs-warning-rgb: 255, 193, 7;
	--bs-danger-rgb: 220, 53, 69;
	--bs-light-rgb: 248, 249, 250;
	--bs-dark-rgb: 33, 37, 41;
	--bs-white-rgb: 255, 255, 255;
	--bs-black-rgb: 0, 0, 0;
	--bs-body-color-rgb: 33, 37, 41;
	--bs-body-bg-rgb: 255, 255, 255;
	--bs-font-sans-serif: system-ui, -apple-system, 'Segoe UI', Roboto,
		'Helvetica Neue', 'Noto Sans', 'Liberation Sans', Arial, sans-serif,
		'Apple Color Emoji', 'Segoe UI Emoji', 'Segoe UI Symbol', 'Noto Color Emoji';
	--bs-font-monospace: SFMono-Regular, Menlo, Monaco, Consolas,
		'Liberation Mono', 'Courier New', monospace;
	--bs-gradient: linear-gradient(
		180deg,
		rgba(255, 255, 255, 0.15),
		rgba(255, 255, 255, 0)
	);
	--bs-body-font-family: var(--bs-font-sans-serif);
	--bs-body-font-size: 1rem;
	--bs-body-font-weight: 400;
	--bs-body-line-height: 1.5;
	--bs-body-color: #212529;
	--bs-body-bg: #fff;
	--bs-border-width: 1px;
	--bs-border-style: solid;
	--bs-border-color: #dee2e6;
	--bs-border-color-translucent: rgba(0, 0, 0, 0.175);
	--bs-border-radius: 0.375rem;
	--bs-border-radius-sm: 0.25rem;
	--bs-border-radius-lg: 0.5rem;
	--bs-border-radius-xl: 1rem;
	--bs-border-radius-2xl: 2rem;
	--bs-border-radius-pill: 50rem;
	--bs-link-color: #0d6efd;
	--bs-link-hover-color: #0a58ca;
	--bs-code-color: #d63384;
	--bs-highlight-bg: #fff3cd;
}
*,
:after,
:before {
	box-sizing: border-box;
}
@media (prefers-reduced-motion: no-preference) {
	:root {
		scroll-behavior: smooth;
	}
}
body {
	margin: 0;
	font-family: var(--bs-body-font-family);
	font-size: var(--bs-body-font-size);
	font-weight: var(--bs-body-font-weight);
	line-height: var(--bs-body-line-height);
	color: var(--bs-body-color);
	text-align: var(--bs-body-text-align);
	background-color: var(--bs-body-bg);
	-webkit-text-size-adjust: 100%;
	-webkit-tap-highlight-color: transparent;
}
hr {
	margin: 1rem 0;
	color: inherit;
	border: 0;
	border-top: 1px solid;
	opacity: 0.25;
}
h1,
h2,
h3,
h4,
h5,
h6 {
	margin-top: 0;
	margin-bottom: 0.5rem;
	font-weight: 500;
	line-height: 1.2;
}
h1 {
	font-size: calc(1.375rem + 1.5vw);
}
@media (min-width: 1200px) {
	h1 {
		font-size: 2.5rem;
	}
}
h2 {
	font-size: calc(1.325rem + 0.9vw);
}
@media (min-width: 1200px) {
	h2 {
		font-size: 2rem;
	}
}
h3 {
	font-size: calc(1.3rem + 0.6vw);
}
@media (min-width: 1200px) {
	h3 {
		font-size: 1.75rem;
	}
}
h4 {
	font-size: calc(1.275rem + 0.3vw);
}
@media (min-width: 1200px) {
	h4 {
		font-size: 1.5rem;
	}
}
h5 {
	font-size: 1.25rem;
}
h6 {
	font-size: 1rem;
}
p {
	margin-top: 0;
	margin-bottom: 1rem;
}
abbr[title] {
	-webkit-text-decoration: underline dotted;
	text-decoration: underline dotted;
	cursor: help;
	-webkit-text-decoration-skip-ink: none;
	text-decoration-skip-ink: none;
}
address {
	margin-bottom: 1rem;
	font-style: normal;
	line-height: inherit;
}
ol,
ul {
	padding-left: 2rem;
}
dl,
ol,
ul {
	margin-top: 0;
	margin-bottom: 1rem;
}
ol ol,
ol ul,
ul ol,
ul ul {
	margin-bottom: 0;
}
dt {
	font-weight: 700;
}
dd {
	margin-bottom: 0.5rem;
	margin-left: 0;
}
blockquote {
	margin: 0 0 1rem;
}
b,
strong {
	font-weight: bolder;
}
small {
	font-size: 0.875em;
}
mark {
	padding: 0.1875em;
	background-color: var(--bs-highlight-bg);
}
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(--bs-link-color);
	text-decoration: underline;
}
a:hover {
	color: var(--bs-link-hover-color);
}
a:not([href]):not([class]),
a:not([href]):not([class]):hover {
	color: inherit;
	text-decoration: none;
}
code,
kbd,
pre,
samp {
	font-family: var(--bs-font-monospace);
	font-size: 1em;
}
pre {
	display: block;
	margin-top: 0;
	margin-bottom: 1rem;
	overflow: auto;
	font-size: 0.875em;
}
pre code {
	font-size: inherit;
	color: inherit;
	word-break: normal;
}
code {
	font-size: 0.875em;
	color: var(--bs-code-color);
	word-wrap: break-word;
}
a > code {
	color: inherit;
}
kbd {
	padding: 0.1875rem 0.375rem;
	font-size: 0.875em;
	color: var(--bs-body-bg);
	background-color: var(--bs-body-color);
	border-radius: 0.25rem;
}
kbd kbd {
	padding: 0;
	font-size: 1em;
}
figure {
	margin: 0 0 1rem;
}
img,
svg {
	vertical-align: middle;
}
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;
}
tbody,
td,
tfoot,
th,
thead,
tr {
	border-color: inherit;
	border-style: solid;
	border-width: 0;
}
label {
	display: inline-block;
}
button {
	border-radius: 0;
}
button:focus:not(:focus-visible) {
	outline: 0;
}
button,
input,
optgroup,
select,
textarea {
	margin: 0;
	font-family: inherit;
	font-size: inherit;
	line-height: inherit;
}
button,
select {
	text-transform: none;
}
[role='button'] {
	cursor: pointer;
}
select {
	word-wrap: normal;
}
select:disabled {
	opacity: 1;
}
[list]:not([type='date']):not([type='datetime-local']):not([type='month']):not(
		[type='week']
	):not([type='time'])::-webkit-calendar-picker-indicator {
	display: none;
}
[type='button'],
[type='reset'],
[type='submit'],
button {
	-webkit-appearance: button;
}
[type='button']:not(:disabled),
[type='reset']:not(:disabled),
[type='submit']:not(:disabled),
button: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: 0.5rem;
	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-day-field,
::-webkit-datetime-edit-fields-wrapper,
::-webkit-datetime-edit-hour-field,
::-webkit-datetime-edit-minute,
::-webkit-datetime-edit-month-field,
::-webkit-datetime-edit-text,
::-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;
}
::-webkit-file-upload-button {
	font: inherit;
	-webkit-appearance: button;
}
::file-selector-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;
}
@font-face {
	font-family: San Francisco Pro;
	src: local('San Francisco Pro Display Regular'),
		local('San-Francisco-Pro-Display-Regular'),
		url(../fonts/SFProDisplay-Regular.woff2) format('woff2'),
		url(../fonts/SFProDisplay-Regular.woff) format('woff'),
		url(../fonts/SFProDisplay-Regular.ttf) format('truetype');
	font-weight: 400;
	font-style: normal;
	font-display: swap;
}
@font-face {
	font-family: San Francisco Pro;
	src: local('San Francisco Pro Display Semibold'),
		local('San-Francisco-Pro-Display-Semibold'),
		url(../fonts/SFProDisplay-Semibold.woff2) format('woff2'),
		url(../fonts/SFProDisplay-Semibold.woff) format('woff'),
		url(../fonts/SFProDisplay-Semibold.ttf) format('truetype');
	font-weight: 600;
	font-style: normal;
	font-display: swap;
}
@font-face {
	font-family: San Francisco Pro;
	src: local('San Francisco Pro Display Bold'),
		local('San-Francisco-Pro-Display-Bold'),
		url(../fonts/SFProDisplay-Bold.woff2) format('woff2'),
		url(../fonts/SFProDisplay-Bold.woff) format('woff'),
		url(../fonts/SFProDisplay-Bold.ttf) format('truetype');
	font-weight: 700;
	font-style: normal;
	font-display: swap;
}
@font-face {
	font-family: San Francisco Pro;
	src: local('San Francisco Pro Display Black'),
		local('San-Francisco-Pro-Display-Black'),
		url(../fonts/SFProDisplay-Black.woff2) format('woff2'),
		url(../fonts/SFProDisplay-Black.woff) format('woff'),
		url(../fonts/SFProDisplay-Black.ttf) format('truetype');
	font-weight: 900;
	font-style: normal;
	font-display: swap;
}
* {
	margin: 0;
	padding: 0;
}
#app {
	margin: auto;
	max-width: 1400px;
}
.link {
	cursor: pointer;
}
body {
	background: #1e356e;
	color: #fff;
	font-family: San Francisco Pro, serif;
	padding: 0 20px;
}
#content p,
#content li,
.answer {
	color: #fff;
}
body::-webkit-scrollbar {
	background-color: transparent;
	width: 7px;
}
body::-webkit-scrollbar-thumb {
	background: #555;
	border-radius: 8px;
}
a {
	text-decoration: none;
	color: #00b7ff;
}
a:hover {
	color: #0095ff;
}
.select_lang {
	cursor: pointer;
	height: 100%;
	position: relative;
}
.select_lang li {
	display: flex;
	justify-content: center;
	list-style: none;
	padding: 8px 0;
	transition: 0.2s;
	width: 100%;
}
.select_lang li:hover {
	background-color: #e4e4e4;
}
.select_lang .select_lang__content {
	align-items: center;
	background-color: #fff;
	border-radius: 8px;
	display: none;
	flex-direction: column;
	overflow: hidden;
	padding: 10px 0;
	position: absolute;
	transform: translate(-8px);
	width: 80px;
}
.select_lang .select_lang__content span {
	color: #090f1e;
	display: inline-block;
	font-size: 14px;
	margin-right: 3px;
	text-transform: uppercase;
	width: 22px;
}
.select_lang .select_lang__content img {
	width: 22px;
}
.select_lang .select_lang__title {
	align-items: center;
	background: linear-gradient(90deg, #1d273e, #11182a);
	border-radius: 100px;
	display: flex;
	height: 30px;
	min-width: 75px;
	justify-content: space-between;
	padding: 0 8px;
	transition: 0.3s;
}
.select_lang .select_lang__title:hover {
	background-color: #11182a66;
}
.select_lang .select_lang__title span {
	font-size: 12px;
	text-transform: uppercase;
}
.select_lang .select_lang__title img {
	fill: #fff;
	margin: 0 8px;
	transition: 0.3s;
	width: 6px;
}
.select_lang .select_lang__title img.flag {
	width: 100%;
	max-width: 20px;
}
.select_lang__active .select_lang__content {
	display: flex;
}
.select_lang__active .select_lang__title img.arrow {
	transform: rotate(180deg);
}
.btn {
	text-decoration: none;
}
.btn {
	align-items: center;
	color: #fff;
	display: flex;
	justify-content: center;
}
.btn_dark {
	background-color: #11182a4d;
	border-radius: 6px;
	font-size: 14px;
	transition: 0.2s;
}
.btn_dark:hover {
	background-color: #00b7ff;
	color: #fff;
}
.section {
	background: #002156;
	border-radius: 12px;
	margin-top: 25px;
	padding: 30px;
	position: relative;
}
.section:before {
	background: linear-gradient(90deg, #ffffff 0%, #0095ff 100%);
	background-size: 200% auto;
	border-bottom-left-radius: 100px;
	border-bottom-right-radius: 100px;
	content: '';
	display: block;
	height: 4px;
	left: 25px;
	position: absolute;
	right: 25px;
	top: 0;
}
.gradient_btn {
	align-items: center;
	background-image: linear-gradient(255deg, #00b7ff, #8d53e9);
	border: none;
	border-radius: 8px;
	color: #fff;
	display: flex;
	font-weight: 600;
	justify-content: center;
	padding: 4px 10px;
	position: relative;
	text-decoration: none;
	z-index: 2;
}
.gradient_btn:hover {
	color: #fff;
}
.gradient_btn:hover:before {
	opacity: 1;
}
.gradient_btn:before {
	background-image: linear-gradient(255deg, #3445e2, #9217e4);
	border-radius: 8px;
	content: '';
	display: inline-block;
	height: 100%;
	opacity: 0;
	position: absolute;
	transition: 0.3s;
	width: 100%;
	z-index: -1;
}
.faq_section h2 {
	text-align: center;
}
.faq_section .faq_section__item {
	border-radius: 8px;
	box-shadow: 0 0 5px #0095ff;
	margin-bottom: 20px;
	position: relative;
}
.faq_section .faq_section__item_title {
	align-items: center;
	background: #11182a4d;
	border-radius: 8px;
	box-shadow: 0 0 5px #0095ff;
	cursor: pointer;
	display: flex;
	justify-content: space-between;
	padding: 15px;
	position: relative;
}
.faq_section .faq_section__item_title h4 {
	font-size: 18px;
	font-weight: 600;
	margin: 0;
	max-width: 80%;
	padding: 0;
}
.faq_section .faq_section__item_plus {
	position: absolute;
	right: 0;
	top: 50%;
	transform: translateY(-65%);
}
.faq_section .faq_section__item_plus span {
	background-color: #aadcff;
	display: inline-block;
	height: 3px;
	transition: 0.2s;
	width: 20px;
}
.faq_section .faq_section__item_plus span:last-child {
	transform: translate(-23px) rotate(90deg);
}
.faq_section .faq_section__item_content {
	max-height: 0;
	overflow: hidden;
	transition: 0.3s;
}
.faq_section .active .faq_section__item_content {
	max-height: 999px;
	padding: 20px;
}
.faq_section .active .faq_section__item_plus span:last-child {
	transform: translate(-23px) rotate(0);
}
.front_page .faq_section .faq_section__items {
	align-items: center;
	display: flex;
	flex-direction: column;
}
.front_page .faq_section .faq_section__item {
	width: 70%;
}
.separator_gradient {
	background: linear-gradient(90deg, hsla(0, 0%, 100%, 0.2) 9.92%, transparent);
	height: 1px;
	width: 100%;
}
.burger_btn {
	display: none;
	height: 20px;
	margin-left: 20px;
	position: relative;
	width: 30px;
	z-index: 3;
	cursor: pointer;
}
.burger_btn span {
	top: 9px;
}
.burger_btn span,
.burger_btn:after,
.burger_btn:before {
	background-color: #fff;
	height: 2px;
	left: 0;
	position: absolute;
	transition: all 0.3s ease 0s;
	width: 100%;
}
.burger_btn:after,
.burger_btn:before {
	content: '';
}
.burger_btn:before {
	top: 0;
}
.burger_btn:after {
	bottom: 0;
}
.burger_active span {
	transform: scale(0);
}
.burger_active:before {
	top: 9px;
	transform: rotate(45deg);
}
.burger_active:after {
	bottom: 9px;
	transform: rotate(-45deg);
}
.search_input {
	align-items: center;
	border: 1px solid #0095ff;
	border-radius: 6px;
	display: none;
	margin-bottom: 20px;
}
.search_input button {
	background: #11182a;
	border: none;
	border-bottom-right-radius: 6px;
	border-left: 1px solid #0095ff;
	border-top-right-radius: 6px;
	height: 100%;
	outline: none;
	width: 15%;
}
.search_input input {
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	background: #11182a;
	border: none;
	border-bottom-left-radius: 6px;
	border-top-left-radius: 6px;
	color: #fff;
	display: inline-block;
	height: 40px;
	outline: none;
	padding: 0 10px;
	width: 100%;
}
.search_input input::-moz-placeholder {
	color: #bebebe;
}
.search_input input:-ms-input-placeholder {
	color: #bebebe;
}
.search_input input::placeholder {
	color: #bebebe;
}
.search_input__error {
	outline: 2px solid tomato;
}
.search_input__focus {
	outline: 2px solid #0095ff;
}
.search_input > input::-ms-clear,
.search_input > input::-ms-reveal {
	display: none;
	height: 0;
	width: 0;
}
.search_input > input::-webkit-search-cancel-button,
.search_input > input::-webkit-search-decoration,
.search_input > input::-webkit-search-results-button,
.search_input > input::-webkit-search-results-decoration {
	display: none;
}
.front_page .search_input {
	margin-bottom: 35px;
}
#not_found {
	align-items: center;
	display: flex;
	flex-direction: column;
}
#not_found img {
	max-width: 100%;
}
#not_found h1 {
	font-weight: 900;
}
#not_found .gradient_btn {
	margin: 20px 0;
	padding: 10px 30px;
}
#modals {
	align-items: center;
	background: #17162bc2;
	display: none;
	height: 100vh;
	justify-content: center;
	left: 0;
	position: fixed;
	top: 0;
	width: 100%;
	z-index: 100;
}
#modals[active] {
	display: flex;
}
@keyframes startPopup {
	0% {
		opacity: 0;
		transform: translateY(50%);
	}
	to {
		opacity: 1;
		transform: translateY(0);
	}
}
body[stop-scroll] {
	overflow-y: hidden;
}
#cookie {
	background: #2a3450;
	border-radius: 8px;
	bottom: 10px;
	box-shadow: 0 0 10px #11182acc;
	display: none;
	justify-content: space-between;
	left: 50%;
	padding: 10px 15px;
	position: fixed;
	transform: translate(-50%);
	width: 70%;
	z-index: 20;
}
#cookie {
	display: none;
}
#cookie,
#cookie .cookie_row {
	align-items: center;
	-moz-column-gap: 15px;
	column-gap: 15px;
}
#cookie .cookie_row {
	display: flex;
	max-width: 70%;
}
#cookie .cookie_icon {
	min-height: 30px;
	min-width: 30px;
}
#cookie .cookie_buttons {
	align-items: center;
	-moz-column-gap: 15px;
	column-gap: 15px;
	display: flex;
}
#cookie .cookie_text {
	color: #e6e6e6;
	font-size: 14px;
}
#cookie .cookie_btn__policy {
	color: #0095ff;
	text-decoration: none;
	white-space: nowrap;
}
#cookie .cookie_btn__policy:after {
	background: #0095ff;
	content: '';
	display: block;
	height: 1px;
	margin: 0 auto;
	transition: 0.3s;
	width: 0;
}
#cookie .cookie_btn__policy:hover:after {
	width: 100%;
}
#cookie .cookie_btn__agree {
	align-items: center;
	background: linear-gradient(90deg, #8d53e9, #00b7ff);
	border: none;
	border-radius: 6px;
	-moz-column-gap: 15px;
	column-gap: 15px;
	display: flex;
	height: 40px;
	justify-content: center;
	width: 160px;
}
#cookie .cookie_btn__agree:hover {
	background-image: linear-gradient(70deg, #2ba35b -8%, #0a8543 96%);
}
#cookie .cookie_btn__agree span {
	color: #fff;
}
#cookie[data-active] {
	display: flex;
}
.info img {
	max-width: 100%;
}
#topbar {
	display: flex;
	justify-content: space-between;
	padding: 15px 0;
	position: relative;
	z-index: 6;
}
#topbar ul {
	margin: 0;
	padding: 0;
}
#topbar .phone_icon {
	margin-left: 10px;
}
#topbar .phone_icon img {
	height: 18px;
}
#topbar .topbar__controls {
	align-items: center;
	display: flex;
}
#topbar .topbar__controls:after {
	background-color: #fff;
	content: '';
	height: 15px;
	margin: 0 12px;
	opacity: 0.2;
	width: 1px;
}
#topbar .topbar__free_money_btn {
	align-items: center;
	background-image: linear-gradient(285.39deg, #ffb800 -4.36%, #fff173 115.87%);
	border-radius: 50px;
	display: flex;
	height: 24px;
	justify-content: space-between;
	padding: 0 8px;
	width: 100%;
}
#topbar .topbar__free_money_btn span {
	color: #0d1016;
	font-size: 12px;
	font-weight: 600;
}
#topbar .topbar__free_money_btn img {
	max-height: 40px;
}
#topbar .topbar__free_money_btn img {
	fill: #795805;
	margin-left: 8px;
	width: 8px;
}
#topbar .topbar__bonus_btn,
#topbar .topbar__col {
	align-items: center;
	display: flex;
}
#topbar .topbar__bonus_btn {
	background-color: #11182a4d;
	border-radius: 6px;
	color: #fff;
	font-size: 10px;
	font-weight: 700;
	height: 26px;
	padding-right: 35px;
	position: relative;
	transition: 0.2s;
}
#topbar .topbar__bonus_btn:hover {
	background-color: #11182a66;
}
#topbar .topbar__bonus_btn img {
	width: 18px;
}
#topbar .topbar__bonus_btn img {
	max-height: 62px;
	position: absolute;
	right: 0;
	top: 50%;
	transform: translateY(-50%) translate(30%);
}
#topbar .topbar__bonus_btn_icon {
	align-items: center;
	background: linear-gradient(86.37deg, #d062ff 2.96%, #7bb0ff 99.68%),
		linear-gradient(90deg, #ed6ea0, #ec8c69);
	border-radius: 100%;
	box-shadow: 0 5px 15px #c955ff66;
	display: flex;
	justify-content: center;
	padding: 8px;
	transform: translate(-10px);
}
#topbar .topbar__applications {
	align-items: center;
	display: flex;
}
#topbar .topbar__applications:after {
	background-color: #fff;
	content: '';
	height: 15px;
	margin: 0 14px;
	opacity: 0.2;
	width: 1px;
}
#topbar .topbar__applications_windows {
	align-items: center;
	display: flex;
	font-size: 10px;
}
#topbar .topbar__applications_windows:after {
	background-color: #fff;
	content: '';
	height: 15px;
	margin: 0 14px;
	opacity: 0.2;
	width: 1px;
}
#topbar .topbar__applications_windows .topbar__applications_windows_title {
	display: inline-block;
	line-height: 14px;
	margin-right: 10px;
}
#topbar .topbar__applications_windows .topbar__applications_windows_title b {
	font-size: 11px;
	font-weight: 700;
}
#topbar .topbar__applications_windows .topbar__applications_windows_title span {
	color: #ffffff80;
	font-weight: 600;
}
#topbar .topbar__applications_windows img {
	width: 24px;
}
#topbar .topbar__applications_windows svg path {
	transition: 0.2s;
}
#topbar .topbar__applications_windows svg:hover path {
	fill: #e4e4e4;
}
#topbar .topbar__applications_phones {
	align-items: center;
	background: linear-gradient(90deg, #1d273e, #11182a);
	border-radius: 100px;
	display: flex;
	height: 30px;
	justify-content: center;
	padding: 0 10px;
	gap: 10px;
}
#topbar .topbar__applications_phones a {
	align-items: center;
	display: flex;
}
#topbar .topbar__applications_phones img {
	width: 14px;
}
#topbar ul {
	margin-top: 5px;
}
#header {
	align-items: center;
	background: #274388;
	border-radius: 10px;
	display: flex;
	height: 56px;
	padding: 0 10px;
	position: sticky;
	top: 0;
	z-index: 5;
}
#header .logotype__mob_separator {
	background: linear-gradient(90deg, hsla(0, 0%, 100%, 0.2) 9.92%, transparent);
	display: none;
	height: 1px;
	width: 100%;
}
#header .logotype img {
	width: 100%;
	max-width: unset;
	max-height: 45px;
}
#header .logotype .logotype__mob_separator:first-child {
	transform: rotate(180deg);
}
#header .navigation_new {
	margin-left: 5px;
}
#header .btn_login {
	font-weight: 700;
	height: 32px;
	padding: 0 12px;
	border: 1px solid #0095ff;
	border-radius: 100px;
}
#header .btn_registration {
	align-items: center;
	background: linear-gradient(85.37deg, #0bbeff 0%, #0ea3ff 96%);
	border-radius: 100px;
	color: #fff;
	display: flex;
	font-size: 14px;
	font-weight: 700;
	height: 32px;
	margin-left: 15px;
	padding: 0 10px;
	transition: 0.2s;
}
#header .btn_registration span {
	white-space: nowrap;
}
#header .btn_registration:hover {
	background: linear-gradient(85.37deg, #17a6da 0%, #087bc2 96%);
}
#header .btn_registration__add {
	align-items: center;
	background-image: linear-gradient(
		210deg,
		#fff0 25%,
		#ffffff0f 48%,
		#fff 133%
	);
	border-radius: 100%;
	display: flex;
	font-size: 16px;
	height: 20px;
	justify-content: center;
	margin-right: 6px;
	padding: 3px;
	width: 20px;
}
#header .navigation {
	justify-content: space-between;
	width: 95%;
}
#header .navigation,
#header li {
	align-items: center;
	display: flex;
	height: 100%;
}
#header li {
	list-style: none;
	margin: 0 12px;
}
#header li a {
	align-items: center;
	display: flex;
	height: 100%;
}
#header .navigation__general {
	height: 100%;
	margin-left: 20px;
	overflow-x: hidden;
	position: relative;
	width: 97%;
}
#header .navigation__general a {
	color: #fff;
	font-size: 14px;
	font-weight: 600;
}
#header .navigation__general img {
	width: 60px;
}
#header .navigation__general .active {
	position: relative;
}
#header .navigation__general .active a {
	text-shadow: 0 0 10px rgba(0, 149, 255, 0.7), 0 0 6px rgba(0, 183, 255, 0.5),
		0 0 10px rgba(141, 83, 233, 0.7);
}
#header .navigation__general .active:after {
	background-color: #0095ff;
	bottom: 0;
	content: '';
	display: inline-block;
	height: 3px;
	left: 0;
	opacity: 1;
	position: absolute;
	width: 100%;
}
#header .navigation__general li {
	cursor: pointer;
	position: relative;
	white-space: nowrap;
}
#header .navigation__general li:after {
	background-color: #0095ff;
	bottom: 0;
	content: '';
	display: inline-block;
	height: 3px;
	left: 0;
	opacity: 0;
	position: absolute;
	transition: 0.2s;
	width: 100%;
}
#header .navigation__general li:hover a {
	text-shadow: 0 0 10px rgba(0, 149, 255, 0.7), 0 0 6px rgba(0, 183, 255, 0.5),
		0 0 10px rgba(141, 83, 233, 0.7);
}
#header .navigation__general li:hover:after {
	opacity: 1;
}
#header .navigation__general .dropmenu:hover:after {
	display: none;
}
#header .navigation__general .dropmenu:hover .dropmenu__content {
	display: flex;
}
#header .navigation__general .dropmenu__title {
	font-size: 14px;
	font-weight: 600;
}
#header .navigation__general .dropmenu__title:hover {
	text-shadow: 0 0 10px rgba(0, 183, 255, 0.7), 0 0 6px rgba(17, 24, 42, 0.5),
		0 0 10px rgba(141, 83, 233, 0.7);
}
#header .navigation__general .dropmenu__content li a {
	text-shadow: none;
}
#header .navigation__general .dropmenu__content {
	background-color: #fff;
	border-radius: 8px;
	display: none;
	flex-direction: column;
	margin: 0;
	max-width: 150px;
	padding: 10px 0;
	position: fixed;
	top: 0;
	transform: translate(-60%);
	width: 100%;
}
#header .navigation__general .dropmenu__content li {
	padding: 3px 10px;
	transition: 0.2s;
	width: 100%;
}
#header .navigation__general .dropmenu__content li:hover {
	background-color: #e6e6e6;
}
#header .navigation__general .dropmenu__content li:hover a {
	color: #696969;
}
#header .navigation__general .dropmenu__content a {
	color: #696969;
	font-size: 14px;
	font-weight: 400;
	width: 100%;
}
#header .navigation__general .dropmenu__content:hover li a {
	text-shadow: none;
}
#header .navigation__general .dropmenu__content:hover li:after {
	display: none;
}
#header .navigation__general .dropmenu__list li a {
	text-shadow: none;
}
#header .navigation__general .dropmenu__list {
	background-color: #fff;
	border-radius: 8px;
	display: none;
	flex-direction: column;
	margin: 105% 0 0;
	padding: 10px 0;
	position: absolute;
	top: 0;
	transform: translate(-30%);
	width: 250%;
}
#header .navigation__general .dropmenu__content:after,
#header .navigation__general .dropmenu__list:after,
#header .navigation__more_content:after {
	border-color: transparent transparent #fff;
	border-style: solid;
	border-width: 0 10px 7px;
	content: '';
	display: inline-block;
	height: 0;
	position: absolute;
	top: 0;
	transform: translateY(-90%);
	width: 0;
}
#header .navigation__general .dropmenu__list li {
	padding: 3px 10px;
	transition: 0.2s;
	width: 100%;
}
#header .navigation__general .dropmenu__list li:hover {
	background-color: #e6e6e6;
}
#header .navigation__general .dropmenu__list li:hover a {
	color: #696969;
}
#header .navigation__general .dropmenu__list a {
	color: #696969;
	font-size: 14px;
	font-weight: 400;
	width: 100%;
}
#header .navigation__general .dropmenu__list:hover li a {
	text-shadow: none;
}
#header .navigation__general .dropmenu__list:hover li:after {
	display: none;
}
#header .navigation__general .dropmenu__active .dropmenu__list {
	display: flex;
}
#header ul {
	margin: 0;
	padding: 0;
}
#header .navigation__buttons,
#header .navigation__more,
#header ul {
	align-items: center;
	display: flex;
}
#header .navigation__more {
	height: 100%;
	margin-right: 40px;
}
#header .navigation__more_title {
	align-items: center;
	background-color: #252d47;
	border-radius: 6px;
	cursor: pointer;
	display: flex;
	height: 32px;
	opacity: 0;
	padding: 0 10px;
	transition: 0.2s;
}
#header .navigation__more_title:hover {
	background-color: #11182a66;
}
#header .navigation__more_title span:nth-child(2) {
	color: #b9b9b9;
	font-size: 18px;
	margin-left: 5px;
}
#header .navigation__more_content {
	background-color: #fff;
	border-radius: 8px;
	cursor: pointer;
	display: none;
	flex-direction: column;
	margin-top: 55px;
	padding: 10px 0;
	position: absolute;
	top: 0;
	transform: translate(-20%);
	transition: 0.3s;
	width: 150px;
}
#header .navigation__more_content .dropmenu {
	color: #696969;
	font-size: 14px;
	position: relative;
}
#header .navigation__more_content .dropmenu .dropmenu__content {
	background: #f5f5f5;
	display: none;
	flex-direction: column;
	position: absolute;
	top: 0;
	transform: translate(-110%);
}
#header .navigation__more_content .dropmenu:hover .dropmenu__content {
	display: flex;
}
#header .navigation__more_content li {
	align-items: center;
	display: flex;
	margin-bottom: 5px;
	padding: 5px 10px;
	transition: 0.2s;
	width: 100%;
}
#header .navigation__more_content li:hover {
	background-color: #e6e6e6;
}
#header .navigation__more_content li img {
	width: 50%;
}
#header .navigation__more_content li a {
	color: #696969;
	font-size: 14px;
	font-weight: 400;
	height: 100%;
	width: 100%;
}
#header .navigation__more_content .new_label {
	margin-left: 5px;
}
#header .navigation__more_content[active] {
	display: flex;
}
#header .navigation__wrap {
	display: flex;
	height: 100%;
	overflow-x: hidden;
	position: relative;
	width: 100%;
}
#promos {
	display: grid;
	gap: 25px;
	grid-template-columns: 3fr 1fr 1fr;
	padding-top: 25px;
}
#promos ul {
	margin: 0;
	padding: 0;
}
#promos .promos__lg,
#promos .promos__sm {
	height: 100%;
	position: relative;
	width: 100%;
}
#promos .promos__lg a,
#promos .promos__sm a {
	color: #fff;
	display: inline-block;
	height: 100%;
	text-decoration: none;
	width: 100%;
}
#promos .promos__lg .promos__offer,
#promos .promos__sm .promos__offer {
	bottom: 0;
	display: flex;
	flex-direction: column;
	height: 100%;
	justify-content: space-between;
	left: 0;
	padding: 90px 35px;
	position: absolute;
	right: 0;
	top: 0;
	width: 100%;
}
#promos .promos__lg div.picture,
#promos .promos__sm div.picture {
	width: 100%;
}
#promos .promos__lg div.picture img,
#promos .promos__sm div.picture img {
	max-width: 100%;
	width: 100%;
}
#promos div.picture img {
	border-radius: 20px;
}
#promos .promos__offer_title {
	font-size: 36px;
	font-weight: 900;
	line-height: 105%;
	text-shadow: 1px 1px 2px black;
}
#promos .promos__offer_subtitle {
	font-size: 24px;
	max-width: 400px;
}
#promos .promos__btn {
	color: #000;
	background: #fff;
	border: none;
	border-radius: 10px;
	display: inline-block;
	font-weight: 600;
	height: 50px;
	max-width: 250px;
	width: 100%;
}
@media screen and (min-width: 1600px) {
	#promos .promos__offer_title {
		font-size: 1.8em;
	}
	#promos .promos__offer_subtitle {
		font-size: 1.3em;
	}
}
#promos .promos__btn_main {
	background-image: linear-gradient(285.39deg, #017FFD -4.36%, #2C29FF 115.87%);
	border-radius: 50px;
	transition: 0.3s;
}
#promos .promos__btn_main:hover {
	background: #d8e5fd;
	transform: scale(1.05);
}
#promos .promos__btn_second {
	transition: 0.3s;
}
#promos .promos__btn_second:hover {
	background: #d8e5fd;
}
#categories {
	display: flex;
	justify-content: space-between;
	padding-top: 25px;
}
#categories ul {
	margin: 0;
	padding: 0;
}
#categories .categories__card {
	align-items: center;
	background: #002156;
	border-radius: 12px;
	color: #fff;
	display: flex;
	justify-content: space-between;
	margin-left: 20px;
	padding: 15px 20px;
	perspective: 1000px;
	position: relative;
	transform-style: preserve-3d;
	width: 100%;
}
#categories .categories__card:before {
	background: linear-gradient(90deg, #0095ff80, #00b7ff80);
	border-radius: 12px;
	content: '';
	height: 100%;
	left: 0;
	opacity: 0;
	position: absolute;
	top: 0;
	transition: 0.2s;
	width: 100%;
	z-index: 1;
}
#categories .categories__card:hover {
	color: #fff;
}
#categories .categories__card:hover img {
	transform: translateZ(10px) rotate(-10deg);
}
#categories .categories__card:hover:before {
	opacity: 1;
}
#categories .categories__card .categories__card_img,
#categories .categories__card .categories__card_wrap {
	position: relative;
	z-index: 2;
	display: flex;
	flex-direction: column;
}
#categories .categories__card img {
	max-width: 100px;
	max-height: 55px;
	transition: 0.3s;
}
#categories .categories__card_title {
	font-size: 24px;
	font-weight: 600;
}
#categories .categories__card:first-child {
	margin: 0;
}
.info {
	position: relative;
}
.info .info__visible h2:first-child,
.info .info__visible h3:first-child {
	margin: 0;
}
.info .info__open_btn {
	margin: 50px auto 0;
}
.info h2 {
	font-size: 28px;
}
.info h2,
.info h3 {
	color: #fff;
	font-weight: 700;
	margin: 20px 0;
}
.info h3 {
	font-size: 22px;
}
.info p {
	margin-top: 3px;
	padding: 0;
}
.info a {
	color: #0095ff;
	text-decoration: none;
}
.info ul {
	margin-top: 5px;
}
.info ul li {
	list-style: circle;
}
.info table {
	border-collapse: collapse;
	margin: 20px 0;
}
.info td {
	border: 1px solid #818181;
	padding: 6px 10px;
}
.info .check tr > td:first-child:before {
	background: url(../images/checkbox.svg) 0 0 / cover no-repeat;
	content: '';
	display: inline-block;
	height: 18px;
	margin-right: 10px;
	vertical-align: middle;
	width: 18px;
}
.info .info__hide_btn {
	fill: #0095ff;
	cursor: pointer;
	display: none;
	position: absolute;
	right: 30px;
	top: 30px;
	transform: rotate(180deg);
	transition: 0.2s;
	width: 30px;
}
.info .info__hide_btn:hover {
	fill: #046bb4;
}
.info .faq_section h2 {
	margin-top: 40px;
}
.info .info__row {
	align-items: center;
	display: flex;
	justify-content: space-between;
	padding-right: 100px;
}
.info__active .info__hide_btn {
	display: block;
}
.info__active .info__open_btn {
	display: none;
}
.info__active .info__hidden {
	display: block;
}
#action {
	align-items: center;
	display: flex;
	justify-content: space-between;
	padding-bottom: 40px;
	padding-top: 40px;
	position: relative;
}
#action .action__title {
	font-size: 26px;
	font-weight: 900;
}
#action .action__bg {
	background: url(../images/poker_promo.png) bottom/30% no-repeat;
	border-radius: 12px;
	height: 100%;
	left: 0;
	position: absolute;
	top: 0;
	width: 100%;
}
#footer {
	margin-top: 50px;
}
#footer .footer__logo_row {
	align-items: center;
	display: flex;
	margin-bottom: 25px;
}
#footer .footer__logo_row span {
	background: linear-gradient(90deg, hsla(0, 0%, 100%, 0.2) 9.92%, transparent);
	display: inline-block;
	flex-grow: 1;
	height: 1px;
	margin-left: 25px;
	transform: translateY(4px);
}
#footer .footer__logotype {
	max-width: unset;
	max-height: 45px;
}
#footer .footer__support_icon img {
	fill: #fff;
	max-width: 13px;
}
#footer .icon_apple img {
	fill: #fff;
	width: 24px;
}
#footer .icon_android img,
#footer .icon_windows img {
	width: 28px;
}
#footer .footer__app_arrow {
	align-items: center;
	background-color: #464646;
	border-radius: 100%;
	display: flex;
	height: 14px;
	justify-content: center;
	width: 14px;
}
#footer .footer__app_arrow img {
	fill: #fff;
	max-width: 6px;
	transform: rotate(-90deg);
}
#footer .footer__row {
	display: flex;
	justify-content: space-between;
}
#footer .footer__col_title {
	color: #fff;
	font-size: 16px;
	font-weight: 600;
	margin-bottom: 15px;
}
#footer .footer__support_subtitle {
	font-size: 12px;
}
#footer .footer__support_icon {
	align-items: center;
	background-image: linear-gradient(144deg, #0095ff -27%, #00b7ff 151%);
	border-radius: 6px;
	display: flex;
	height: 30px;
	justify-content: center;
	width: 30px;
}
#footer .footer__support_icon path,
#footer .footer__support_icon img {
	fill: #fff;
}
#footer .footer__support_icon img {
	height: 100%;
}
#footer .footer__support_row {
	align-items: center;
	display: flex;
	margin-top: 10px;
}
#footer .footer__support_row span {
	color: #fff;
	display: inline-block;
	font-size: 14px;
	margin-left: 10px;
}
#footer .footer__support_row span:hover {
	text-decoration: underline;
}
#footer nav ul {
	margin: 10px 0 0;
	padding: 0;
}
#footer nav li {
	list-style: none;
	margin-bottom: 5px;
}
#footer nav a {
	color: #fff;
	display: flex;
	flex-direction: column;
	font-size: 12px;
	font-weight: 600;
	position: relative;
	transition: 0.3s;
}
#footer nav a:after {
	background-color: #0095ff;
	content: '';
	display: inline-block;
	height: 1px;
	transition: 0.3s;
	width: 0;
}
#footer nav a:hover {
	color: #0095ff;
}
#footer nav a:hover:after {
	width: 100%;
}
#footer .footer__categories ul {
	-moz-column-gap: 15px;
	column-gap: 15px;
	display: grid;
	grid-template-columns: repeat(3, 1fr);
}
#footer .footer__app {
	align-items: center;
	background-color: transparent;
	border: 1px solid #444;
	border-radius: 12px;
	display: flex;
	justify-content: space-between;
	padding: 4px 15px;
	transition: 0.3s;
}
#footer .footer__app:hover {
	background-color: #8787871a;
}
#footer .footer__app_container {
	align-items: center;
	display: flex;
}
#footer .footer__app_subtitle {
	color: #ffffff80;
	font-size: 10px;
}
#footer .footer__app_title {
	color: #fff;
	font-size: 12px;
	font-weight: 600;
}
#footer .footer__app_wrap {
	margin-left: 10px;
}
#footer .footer__apps {
	display: flex;
}
#footer .footer__app_for_android {
	margin-top: 8px;
}
#footer .footer__app_for_android .footer__app_wrap,
#footer .footer__app_for_apple .footer__app_wrap {
	margin-right: 5px;
}
#footer .footer__app_for_windows {
	margin-top: 8px;
}
#footer .footer__brands_row {
	display: flex;
	flex-direction: column;
	margin-top: 50px;
}
#footer .footer__socials,
#footer .footer__socials span {
	align-items: center;
	display: flex;
}
#footer .footer__socials span {
	border-radius: 10px;
	height: 35px;
	justify-content: center;
	margin-left: 10px;
	transition: 0.3s ease-out;
	width: 35px;
}
#footer .footer__socials span:hover {
	transform: scale(1.1);
}
#footer .footer__socials span img {
	max-width: 65%;
}
#footer .telegram_link {
	background: linear-gradient(240.2deg, #0fb1d6, #08c 61.34%);
}
#footer .youtube_link {
	background: linear-gradient(135deg, #ff4f4f, red);
}
#footer .vk_link {
	background: linear-gradient(108.65deg, #91b8ef 2.63%, #4288ed 101.05%),
		linear-gradient(135deg, #ff4f4f, red);
}
#footer .instagram_link {
	background: linear-gradient(
		214.99deg,
		#7e2bf4 7.65%,
		#ed146e 51.93%,
		#ffc90c 95.29%
	);
}
#footer .facebook_link {
	background: linear-gradient(135deg, #82a4e9, #4267b2);
}
#footer .footer__content_row {
	display: flex;
	justify-content: space-between;
	padding: 25px 0;
	width: 100%;
}
#footer .footer__brands {
	align-items: center;
	display: flex;
}
#footer .footer__brands img {
	height: 25px;
}
#footer .footer__brand {
	margin: 0 25px;
}
#footer .footer__controls,
#footer .footer__controls_btn {
	align-items: center;
	display: flex;
}
#footer .footer__controls_btn {
	background: linear-gradient(92.58deg, #11182a, #090f1e 99.71%);
	border-radius: 10px;
	height: 35px;
	justify-content: center;
	width: 35px;
}
#footer .footer__controls_btn:hover {
	background: linear-gradient(92.58deg, #0095ff, #11182a 99.71%);
}
#footer .footer__controls_btn img,
#footer .footer__controls_btn svg path {
	fill: #fff;
}
#footer .footer__controls_btn:nth-child(2) {
	margin-left: 10px;
}
#footer .footer_phone_icon {
	max-width: 30%;
}
#footer .footer_arrow_icon {
	max-width: 40%;
}
#footer .footer__row_partners {
	align-items: center;
	border-bottom: 1px solid hsla(0, 0%, 100%, 0.2);
	border-top: 1px solid hsla(0, 0%, 100%, 0.2);
	justify-content: space-between;
	padding: 30px 0;
}
#footer .footer__row_partners svg:hover .svg__mono {
	opacity: 0;
}
#footer .footer__row_partners svg:hover .svg__color {
	opacity: 1;
}
#footer .footer__row_partners svg .svg__mono {
	transition: 0.2s;
}
#footer .footer__row_partners svg .svg__color {
	opacity: 0;
	transition: 0.2s;
}
#footer .footer__desc_row {
	display: flex;
	justify-content: center;
	padding: 30px 0;
}
#footer .footer__desc_row .footer__desc {
	font-size: 10px;
	text-align: center;
}
#footer .phone_img {
	-o-object-fit: contain;
	object-fit: contain;
}
#footer .footer__app_arrow img,
#footer .footer__controls_btn img,
#footer .footer__socials span > img,
#footer .phone_svg img {
	height: 100%;
}
#footer .footer__row_partners {
	display: flex;
	width: 100%;
}
#footer .footer__row_partners img {
	margin: 8px;
	height: 22px;
}
#fixed_footer {
	display: none;
}
.page_container {
	display: flex;
}
.page_container .sidebar__mob_btn {
	align-items: center;
	background: linear-gradient(270deg, #1d273eb6, #11182a);
	border-bottom-right-radius: 12px;
	border-top-right-radius: 12px;
	box-shadow: 0 0 10px #00b7ff80;
	display: none;
	height: 80px;
	justify-content: center;
	left: 0;
	position: fixed;
	top: 110px;
	transition: 0.3s;
	width: 40px;
	z-index: 91;
}
.page_container .sidebar__mob_btn img {
	fill: #fff;
	height: 100%;
	max-width: 20px;
	transform: rotate(-90deg);
}
#content {
	margin-top: 25px;
	width: 100%;
}
#content .cat_promos {
	display: flex;
}
#content .cat_promo {
	border-radius: 10px;
	overflow: hidden;
	width: 50%;
}
#content .cat_promo img {
	max-width: 100%;
	width: 100%;
}
#content .cat_promo__simple img {
	height: 100%;
	-o-object-fit: cover;
	object-fit: cover;
}
#content .cat_promo:first-child {
	margin-right: 15px;
}
#content .cat_promo__interactive {
	align-items: center;
	border: 2px solid #cda432;
	display: flex;
	flex-direction: column;
	padding: 10px;
}
#content .cat_promo__interactive_row {
	display: flex;
	justify-content: space-between;
	margin-top: 10px;
}
#content .cat_promo__interactive_img {
	border-radius: 6px;
	margin: 0 5px;
	-o-object-fit: cover;
	object-fit: cover;
	overflow: hidden;
	width: 25%;
}
#content .cat_promo__interactive_img img {
	height: 100%;
	transition: 0.8s;
}
#content .cat_promo__interactive_img:hover img {
	transform: scale(1.05);
}
#content .cat_promo__interactive_title {
	font-size: 2em;
	font-weight: 900;
	margin: 0;
	padding: 0;
}
#content .cat_promo__interactive_subtitle {
	color: #ffe55d;
	font-size: 1.5em;
	font-weight: 700;
	text-shadow: 0 0 5px #ffa600;
}
#content .info .title_page {
	margin-bottom: 25px;
}
.search_results__title {
	font-size: 2.1em;
	font-weight: 900;
	margin-bottom: 40px;
}
.search__item {
	background: linear-gradient(90deg, #1d273e, #11182a);
	border-radius: 12px;
	color: #fff;
	display: flex;
	flex-direction: column;
	height: 100%;
	margin-bottom: 20px;
	padding: 20px;
	position: relative;
	width: 80%;
}
.search__item:before {
	background: linear-gradient(90deg, #243252, #16203a);
	border-radius: inherit;
	content: '';
	height: 100%;
	left: 0;
	opacity: 0;
	position: absolute;
	top: 0;
	transition: 0.3s;
	width: 100%;
	z-index: 1;
}
.search__item:hover {
	color: #fff;
}
.search__item:hover:before {
	opacity: 1;
}
.search__item .search__item_wrap {
	display: flex;
	justify-content: space-between;
	position: relative;
	z-index: 2;
}
.search__item .search__item_title {
	flex-grow: 1;
	font-size: 1.6em;
	font-weight: 700;
	margin: 0 15px 0 0;
	padding: 0;
}
.search__item .search__item_btn {
	font-weight: 400;
	height: 100%;
	padding: 6px 30px;
}
.search__item .search__item_btn img {
	display: none;
}
.search__item .search__item_text {
	margin-top: 15px;
	position: relative;
	z-index: 2;
}
.search_pagination {
	margin-top: 50px;
}
.search_results__none {
	color: #0095ff;
	display: none;
	font-size: 1.4em;
	font-weight: 600;
	text-align: center;
}
.search_results__none[active] {
	display: block;
}
#review_game .info {
	margin-top: 30px;
}
#review_game .info__title {
	color: #fff;
	font-size: 26px;
	margin-bottom: 40px;
	text-align: center;
}
@media (max-width: 1820px) {
	#promos .promos__offer_title {
		font-size: 1.8em;
		max-width: 100%;
	}
}
@media (max-width: 1670px) {
	#promos .promos__offer_title {
		font-size: 1.8em;
		max-width: 100%;
	}
	#promos .promos__offer_subtitle {
		font-size: 1.3em;
	}
}
@media (max-width: 1525px) {
	#header .navigation .navigation__general {
		margin-left: 10px;
	}
	#header .logotype img {
		max-width: unset;
		max-height: 45px;
	}
	.search__item {
		width: 90%;
	}
}
@media (max-width: 1490px) {
	#header .navigation li {
		margin: 0 8px;
	}
	#promos .promos__offer_subtitle {
		font-size: 1em;
	}
	#promos .promos__offer_title {
		font-size: 1.6em;
		max-width: 100%;
	}
	#promos .promos__lg .promos__offer,
	#promos .promos__sm .promos__offer {
		padding: 70px 25px;
	}
}
@media (max-width: 1345px) {
	#cookie {
		width: 80%;
	}
}
@media (max-width: 1325px) {
	#promos .promos__lg .promos__offer,
	#promos .promos__sm .promos__offer {
		padding: 70px 15px;
	}
}
@media (max-width: 1200px) {
	#topbar {
		padding-bottom: 10px;
	}
	.search_input {
		display: flex;
	}
	#promos {
		padding-top: 15px;
	}
	#categories .categories__card_subtitle {
		font-size: 0.9em;
	}
	#categories .categories__card_title {
		font-size: 1em;
	}
	body {
		padding-top: 56px;
	}
	#header .btn_registration {
		margin-left: 15px;
	}
	#header {
		border-radius: 0;
		display: flex;
		justify-content: space-between;
		left: 0;
		padding: 0 20px 0 15px;
		position: fixed;
		top: 0;
		width: 100%;
		z-index: 100;
	}
	#header .navigation {
		width: auto;
	}
	#header .navigation__wrap {
		background: linear-gradient(90deg, #1d273e, #11182a);
		bottom: 0;
		flex-direction: column;
		height: 100vh;
		padding: 45px 15px 0;
		position: fixed;
		right: 0;
		top: 55px;
		transform: translate(100%);
		width: 20%;
		z-index: 1;
	}
	#header .navigation__general {
		align-items: center;
		flex-direction: column;
		max-height: 85%;
		overflow-x: hidden;
		overflow-y: auto;
		padding-bottom: 50px;
		width: 100%;
	}
	#header .navigation__general li {
		border-bottom: 1px solid rgba(97, 97, 97, 0.253);
		padding: 25px 10px;
	}
	#header .navigation__general li:after {
		display: none;
	}
	#header .navigation__general li a {
		margin: 0;
		padding: 10px 10px 10px 0;
	}
	#header .navigation__wrap_active {
		transform: translate(0);
	}
	#header .navigation .navigation__general {
		margin-left: 0;
	}
	#header .navigation ul {
		align-items: start;
	}
	#header .navigation li {
		border-bottom: 1px solid rgba(97, 97, 97, 0.253);
		height: 40px;
		width: 100%;
	}
	#header .navigation li a {
		align-items: center;
		display: flex;
		height: 100%;
	}
	#header .navigation li {
		margin: 0;
	}
	#header .navigation .navigation__general .active:after {
		background: linear-gradient(90deg, rgba(0, 149, 255, 0.424), transparent);
		border-radius: 4px;
		height: 100%;
		left: 0;
		top: 0;
		width: 100%;
		z-index: -1;
	}
	#header .navigation .navigation__more,
	#header .navigation .navigation__more_title {
		display: none;
	}
	#header .navigation .navigation__more_content li {
		padding: 0;
	}
	#header .navigation .navigation__more_content li:hover {
		background-color: transparent;
	}
	#header .navigation .navigation__more_content li a {
		color: #fff;
		font-size: 14px;
		font-weight: 600;
	}
	#header .navigation .navigation__more_content:after {
		display: none;
	}
	#header .navigation .navigation__general li:hover {
		background-color: transparent;
	}
	#header .navigation .navigation__general li:hover:after {
		display: none;
	}
	#header .navigation .navigation__more_title span:nth-child(2) {
		font-size: 20px;
	}
	#header .navigation .navigation__more_content li img {
		width: 60px;
	}
	.burger_btn {
		display: flex;
	}
	#header .navigation .navigation__more .navigation__more_content li {
		margin: 0;
		padding: 0 10px;
	}
	#header .navigation .navigation__more .navigation__more_content li a {
		margin: 0;
		padding: 0;
	}
	#header .navigation .dropmenu__active .dropmenu__list {
		display: flex;
	}
	#header .navigation .navigation__general .dropmenu__list {
		box-shadow: 0 0 10px #00b7ff80;
		margin-top: 0;
		transform: none;
	}
	#header .navigation .navigation__general .dropmenu__list li {
		border: none;
	}
	#header .navigation .navigation__general .dropmenu__list {
		margin-top: 40px;
		width: 70%;
		z-index: 150;
	}
	#header .navigation .navigation__general .dropmenu__list:after {
		left: 10%;
	}
	#header .navigation .navigation__general .dropmenu__list li {
		padding: 0 15px;
	}
	#header .navigation .navigation__general .dropmenu__list li a {
		color: #222;
	}
	#content {
		margin-top: 0;
	}
	#footer {
		margin-top: 25px;
	}
	.front-page .faq_section .faq_section__items {
		align-items: center;
		display: flex;
		flex-direction: column;
	}
	.front-page .faq_section .faq_section__item {
		width: 80%;
	}
	.info .info__row {
		padding-right: 0;
	}
}
@media (max-width: 1200px) {
	#promos .promos__btn_second {
		height: 40px;
	}
	#promos .promos__lg .promos__offer,
	#promos .promos__sm .promos__offer {
		padding: 55px 15px;
	}
	#promos .promos__btn_main {
		height: 40px;
		max-width: 210px;
	}
	#footer .footer__brand {
		margin: 0 10px;
	}
	#footer .footer__row_partners {
		display: inline-block;
		line-height: 40px;
		text-align: center;
	}
	.section {
		padding: 25px;
	}
	.info .info__hide_btn {
		margin-left: auto;
		position: static;
	}
	.front_page .faq_section .faq_section__items {
		display: block;
	}
	.front_page .faq_section .faq_section__item,
	.search__item {
		width: 100%;
	}
}
@media (max-width: 1180px) {
	#cookie {
		width: 90%;
	}
}
@media (max-width: 1140px) {
	#promos .promos__sm .promos__offer_title {
		font-size: 1.2em;
	}
	#footer .footer__row_main {
		flex-wrap: wrap;
	}
	#header .navigation .navigation__wrap {
		width: 28%;
	}
}
@media (max-width: 1080px) {
	#content .cat_promo__interactive_title {
		font-size: 1.6em;
	}
}
@media (max-width: 1050px) {
	#cookie {
		flex-direction: column;
	}
	#cookie .cookie_row {
		max-width: none;
	}
	#cookie .cookie_btn__agree {
		height: 36px;
	}
	.cookie_buttons {
		align-self: flex-end;
		margin-top: 5px;
	}
}
@media (max-width: 1040px) {
	#promos {
		gap: 10px;
	}
	#promos .promos__lg .promos__offer,
	#promos .promos__sm .promos__offer {
		padding: 40px 15px;
	}
	#categories {
		display: grid;
		gap: 15px;
		grid-template-columns: 1fr 1fr;
	}
	#categories .categories__card {
		margin: 0;
	}
	#footer .footer__support_subtitle {
		max-width: 200px;
	}
	#header .navigation .navigation__wrap {
		width: 32%;
	}
	.info .info__row {
		align-items: baseline;
		flex-direction: column;
		justify-content: start;
	}
}
@media (max-width: 970px) {
	#footer nav a {
		max-width: 105px;
	}
	#footer nav li {
		margin-bottom: 12px;
	}
	#promos div.picture img {
		border-radius: 0;
	}
	#promos {
		gap: 15px;
		grid-template-columns: 1fr 1fr;
		grid-template-rows: auto 1fr;
	}
	#promos .promos__lg {
		border-radius: 12px;
		grid-column: 1/-1;
		grid-row: 1/2;
		overflow: hidden;
	}
	#promos .promos__sm {
		border-radius: 12px;
		height: 200px;
		overflow: hidden;
	}
	#promos .promos__sm a {
		align-items: center;
		display: flex;
		justify-content: center;
	}
	#promos .promos__lg .promos__offer {
		padding: 100px 15px;
	}
	#promos .promos__offer_title {
		font-size: 2em;
	}
	#promos .promos__offer_subtitle {
		font-size: 1.2em;
	}
	#promos .promos__btn_main {
		height: 50px;
		max-width: 260px;
	}
	#promos .promos__sm .promos__offer_title {
		font-size: 1.5em;
	}
	#promos .promos__btn_second {
		height: 45px;
		max-width: 220px;
	}
	#promos .promos__lg .promos__offer {
		padding: 80px 15px;
	}
	#categories .categories__card_title {
		font-size: 1.2em;
	}
	#footer .footer__conrols {
		order: 1;
	}
	#footer .footer__brands {
		display: flex;
		justify-content: center;
		margin-top: 35px;
		order: 2;
		width: 100%;
	}
	#footer .footer__content_row {
		flex-wrap: wrap;
	}
	#content .cat_promos {
		display: grid;
		grid-template-columns: 1fr;
	}
	#content .cat_promo {
		width: 100%;
	}
	#content .cat_promo__simple {
		margin-top: 25px;
	}
}
@media (max-width: 910px) {
	#cookie {
		bottom: 70px;
	}
	#footer .footer__apps {
		margin-top: 25px;
	}
	#fixed_footer {
		align-items: center;
		background-color: #090f1e;
		border-top: 1px solid #1f2841;
		bottom: -1px;
		display: flex;
		left: 0;
		padding: 8px 0;
		position: fixed;
		width: 100%;
		z-index: 90;
	}
	#fixed_footer .fixed_footer__row {
		align-items: center;
		display: flex;
		margin-top: 5px;
		width: 100%;
	}
	#fixed_footer .fixed_footer__row img {
		max-height: 20px;
	}
	#fixed_footer .fixed_footer__row path,
	#fixed_footer .fixed_footer__row img {
		fill: #fff;
	}
	#fixed_footer .fixed_footer__row path rect,
	#fixed_footer .fixed_footer__row svg rect {
		stroke: #fff;
	}
	#fixed_footer .fixed_footer__link {
		display: flex;
		justify-content: center;
		width: 100%;
	}
	#fixed_footer .fixed_footer__nolink {
		align-items: center;
		background-color: #0854c3;
		border-radius: 290486px;
		box-shadow: 0 1px 10px #083f92;
		display: flex;
		height: 43px;
		justify-content: center;
		width: 200px;
	}
	#fixed_footer .fixed_footer__nolink img {
		height: 28px;
	}
	#fixed_footer .fixed_footer__wrap {
		align-items: center;
		display: flex;
		flex-direction: column;
	}
	#fixed_footer .fixed_footer__wrap img {
		width: auto;
		min-height: 25px;
		max-height: 25px;
	}
	#fixed_footer .fixed_footer__link_title {
		color: #fff;
		font-size: 14px;
		font-weight: 600;
	}
	#fixed_footer .fixed_footer__link:last-child img {
		max-height: 19px;
	}
	body {
		padding-bottom: 70px;
	}
	#fixed_footer > div > div:nth-child(5) > a {
		transform: translateY(2px);
	}
}
@media (max-width: 890px) {
	#header .navigation .navigation__wrap {
		width: 36%;
	}
	#promos .promos__lg .promos__offer {
		padding: 65px 15px;
	}
}
@media (max-width: 780px) {
	#header .navigation .navigation__wrap {
		width: 40%;
	}
}
@media (max-width: 760px) {
	#topbar .topbar__free_money_btn,
	#topbar .topbar__bonus_btn {
		display: none;
	}
	#promos {
		padding-top: 0;
	}
	#content {
		margin-left: 0;
	}
	.page_container .sidebar__mob_btn {
		display: flex;
	}
	.search_results__title {
		font-size: 2em;
		margin-bottom: 30px;
		margin-top: 20px;
	}
	.search_pagination {
		margin-bottom: 20px;
	}
}
@media (max-width: 750px) {
	#promos .promos__btn_main,
	#promos .promos__btn_second {
		height: 45px;
	}
	#promos .promos__lg .promos__offer {
		padding: 50px 15px;
	}
}
@media (max-width: 680px) {
	#header .navigation .navigation__wrap {
		width: 44%;
	}
}
@media (max-width: 660px) {
	#header .navigation .navigation__wrap {
		width: 49%;
	}
	#footer .footer__col_info {
		margin-top: 25px;
		order: 2;
	}
	#footer .footer__col_category {
		margin-top: 25px;
		order: 1;
	}
	#footer .footer__apps {
		margin-bottom: 25px;
	}
	#promos .promos__offer_title {
		font-size: 1.7em;
	}
	#promos .promos__offer_subtitle {
		font-size: 1em;
	}
	#promos .promos__btn_main {
		max-width: 240px;
	}
	#promos .promos__lg .promos__offer {
		padding: 45px 15px;
	}
}
@media (max-width: 630px) {
	.faq_section .faq_section__item_title {
		height: 80px;
		padding: 0 0 0 15px;
	}
}
@media (max-width: 610px) {
	#promos .promos__lg .promos__offer {
		padding: 35px 15px;
	}
	.faq_section .faq_section__item_title h4 {
		max-width: 85%;
	}
	.page_container .sidebar__mob_btn {
		height: 70px;
		width: 35px;
	}
}
@media (max-width: 580px) {
	.topbar__free_money_btn span {
		white-space: nowrap;
		width: 100%;
	}
}
@media (max-width: 570px) {
	#promos .promos__btn_main {
		height: 40px;
		max-width: 180px;
	}
	#promos .promos__btn_second {
		height: 40px;
	}
	#promos .promos__btn {
		font-size: 14px;
	}
	#footer .footer__brands {
		flex-wrap: wrap;
		gap: 16px;
	}
	#footer .footer__brands img,
	#footer .footer__row_partners img {
		height: 18px;
	}
	#promos .promos__sm {
		height: 150px;
	}
	#promos .promos__sm .promos__offer {
		padding: 20px 15px;
	}
	#promos .promos__sm .promos__offer_title {
		font-size: 1.3em;
	}
	.info .gradient_btn {
		padding: 10px 40px;
	}
	#promos {
		padding-top: 0;
	}
	.select_lang .select_lang__title {
		height: 35px;
		padding: 0 10px;
	}
	#topbar .topbar__free_money_btn {
		height: 30px;
		padding: 0 20px;
	}
	#topbar .topbar__free_money_btn img {
		height: 42px;
	}
	#topbar .phone_icon img {
		height: 25px;
	}
}
@media (max-width: 540px) {
	#promos .promos__offer_title {
		font-size: 1.4em;
	}
	#promos .promos__offer_subtitle {
		font-size: 0.9em;
		max-width: 290px;
	}
	#categories {
		grid-template-columns: 1fr;
	}
}
@media (max-width: 510px) {
	#promos .promos__btn_main {
		height: 36px;
		max-width: 160px;
	}
	#promos .promos__lg .promos__offer {
		padding: 28px 15px;
	}
	#promos .promos__offer_title {
		font-size: 1.3em;
	}
	#promos .promos__offer_subtitle {
		font-size: 0.8em;
		max-width: 270px;
	}
	#promos .promos__sm .promos__offer_title {
		font-size: 1.1em;
	}
	#promos .promos__sm {
		height: 130px;
	}
	#footer .footer__col_category,
	#footer .footer__col_info {
		margin-top: 0;
	}
	#header .navigation .navigation__wrap {
		width: 58%;
	}
	.info table {
		width: 100%;
	}
	.info h2 {
		font-size: 24px;
	}
	.info .info__hide_btn {
		transform: translateY(-6px) rotate(-180deg);
	}
	.search__item .search__item_btn {
		height: 100%;
		max-width: 35px;
		padding: 5px;
	}
	.search__item .search__item_btn span {
		display: none;
	}
	.search__item .search__item_btn img {
		display: flex;
	}
}
@media (max-width: 460px) {
	#promos {
		grid-template-columns: 1fr;
	}
	#promos .promos__sm {
		height: 110px;
	}
	#promos .promos__lg .promos__offer {
		padding: 20px 15px;
	}
	#promos .promos__btn_second {
		height: 35px;
		max-width: 180px;
	}
	#header .navigation .navigation__wrap {
		width: 65%;
	}
	.section {
		padding: 25px 15px;
	}
	#promos .promos__offer_title {
		text-shadow: 0 0 10px rgba(0, 0, 0, 0.6);
	}
	#header .navigation .navigation__wrap {
		width: 70%;
	}
	#footer .footer__apps {
		flex-direction: column;
		margin-top: 0;
	}
	#footer .footer__app {
		margin-bottom: 10px;
	}
	#footer .footer__col_category,
	#footer .footer__col_info {
		justify-content: space-between;
		width: 100%;
	}
	#footer .footer__col_info {
		margin-top: 25px;
		width: auto;
	}
	#footer .footer__col_info nav a {
		max-width: none;
	}
	#footer .footer__col_title {
		color: #0095ff;
	}
	#content .cat_promo__interactive_row {
		display: grid;
		gap: 15px;
		grid-template-columns: 1fr 1fr;
		transform: translate(4px);
	}
	#content .cat_promo__interactive_img {
		width: 90%;
	}
}
@media (max-width: 430px) {
	#header .navigation .navigation__wrap {
		width: 80%;
	}
	.info h2 {
		font-size: 22px;
	}
	.info h3 {
		font-size: 20px;
	}
	.gradient_btn {
		margin-top: 15px;
		padding: 10px 40px;
		width: 100%;
	}
	#action .action__bg {
		display: none;
	}
	#action {
		align-items: start;
		flex-direction: column;
		padding-bottom: 25px;
		padding-top: 25px;
	}
	body {
		padding: 58px 15px 60px;
	}
	#header .navigation .navigation__more_title {
		padding: 23px 15px;
		width: 100%;
	}
	#topbar .topbar__controls:after,
	#topbar .topbar__free_money_btn {
		display: none;
	}
	#categories .categories__card:first-child {
		margin-top: 10px;
	}
	#categories:before {
		background: linear-gradient(
			90deg,
			transparent,
			hsla(0, 0%, 100%, 0.2),
			transparent
		);
		content: '';
		display: block;
		height: 1px;
		width: 100%;
	}
	#header {
		padding: 15px;
	}
	.search__item .search__item_btn {
		margin-top: 0;
	}
}
@media (max-width: 420px) {
	#cookie .cookie_btn__policy {
		white-space: normal;
	}
}
@media (max-width: 390px) {
	#header .navigation .navigation__wrap {
		width: 100%;
	}
	.faq_section .faq_section__item_title h4 {
		font-size: 16px;
	}
	.burger_btn {
		margin-left: 10px;
	}
	#footer .footer__apps {
		flex-direction: row;
		margin-bottom: 10px;
		margin-top: 25px;
	}
	#header {
		padding: 0 15px;
	}
	.info td {
		font-size: 14px;
		padding: 10px;
	}
	#footer .footer__row_partners {
		text-align: justify;
	}
	#header .navigation .navigation__general a,
	#header .navigation .navigation__more_content li a,
	#header .navigation .navigation__general .dropmenu__title {
		font-size: 16px;
	}
	.search_input input {
		height: 45px;
	}
	.search__item {
		padding: 15px;
	}
	.search__item .search__item_title {
		font-size: 1.3em;
		margin-right: 5px;
	}
	.search__item .search__item_text {
		font-size: 0.9em;
	}
}
@media (max-width: 370px) {
	body {
		padding-top: 100px;
	}
	#content .cat_promo__interactive_row {
		transform: translate(0);
	}
	#header {
		display: block;
		height: auto;
		padding: 15px;
	}
	#header .logotype {
		align-items: center;
		display: flex;
		justify-content: space-between;
		text-align: center;
		width: 100%;
	}
	#header .logotype .logotype__mob_separator {
		display: inline-block;
	}
	#header .logotype img {
		display: inline-block;
		margin: 0 20px;
	}
	#header .navigation__buttons {
		display: flex;
		margin-top: 15px;
		padding-right: 0;
		width: 100%;
	}
	#header .burger_btn {
		margin-left: auto;
	}
	#header .navigation .navigation__wrap {
		top: 105px;
	}
	#header .navigation .navigation__general {
		padding-bottom: 80px;
	}
	#promos .promos__btn_main,
	#promos .promos__btn_second {
		display: none;
	}
	#promos .promos__lg .promos__offer {
		padding: 32px 15px;
	}
	#promos .promos__offer_subtitle {
		background-color: #00000047;
		border-radius: 6px;
		font-size: 0.9em;
		padding: 5px;
	}
	#promos .promos__sm {
		height: 80px;
	}
	#promos .promos__sm .promos__offer {
		justify-content: center;
		padding: 0 15px;
	}
	.info td {
		padding: 8px;
	}
	.faq_section .faq_section__item_plus {
		right: -8px;
	}
	.faq_section .active .faq_section__item_content {
		padding: 15px;
	}
	#promos .promos__lg .promos__offer {
		padding: 25px 15px;
	}
	#action .action__title {
		font-size: 24px;
	}
	#topbar {
		padding-top: 20px;
	}
	#header .navigation .navigation__more {
		padding-bottom: 150px;
	}
	#header .navigation .navigation__wrap {
		padding-top: 35px;
	}
	.page_container .sidebar__mob_btn {
		height: 60px;
		top: 170px;
	}
	.search_results__title {
		font-size: 1.8em;
	}
}
@media (max-width: 350px) {
	#promos .promos__offer_title {
		font-size: 1.2em;
	}
	#fixed_footer .fixed_footer__link_title {
		font-size: 12px;
	}
	.info .info__hide_btn {
		width: 25px;
	}
	#cookie .cookie_icon {
		min-height: 25px;
		min-width: 25px;
	}
	#cookie .cookie_row {
		-moz-column-gap: 10px;
		column-gap: 10px;
	}
}
@media (max-width: 330px) {
	.search__item .search__item_btn {
		max-width: 30px;
		padding: 3px;
	}
}
@media (max-width: 325px) {
	#footer .footer__socials {
		justify-content: space-between;
		width: 100%;
	}
	#footer .footer__conrols {
		margin-top: 25px;
	}
	#promos .promos__offer_title {
		font-size: 1.1em;
	}
	#footer .footer__controls {
		margin-top: 25px;
	}
}
.block-table {
	width: 100%;
	display: block;
	margin-top: 16px;
	margin-bottom: 16px;
	overflow-x: auto;
}
.block-table table {
	border-collapse: separate;
	border-spacing: 0;
	color: #fff;
	margin-bottom: 0;
	width: 100%;
}
.block-table table > thead {
	color: #fff;
	background-color: #11182a;
}
.block-table table tr th,
.block-table table tr td {
	padding: 14px 14px 14px 24px;
	border: none;
	border-right: 1px solid #fff;
	border-bottom: 1px solid #fff;
}
.block-table table tr th:first-child,
.block-table table tr td:first-child {
	border-left: 1px solid #fff;
}
.block-table table tr th {
	text-align: left;
	border-top: 1px solid #fff;
}
.block-table table tr:first-child td {
	border-top: 1px solid #fff;
}
.block-table table > *:first-child tr:first-child th:first-child,
.block-table table > *:first-child tr:first-child td:first-child {
	border-top: 1px solid #fff;
	border-top-left-radius: 8px;
}
.block-table table > *:first-child tr:first-child th:last-child,
.block-table table > *:first-child tr:first-child td:last-child {
	border-top: 1px solid #fff;
	border-top-right-radius: 8px;
}
.block-table table tr:last-child td:first-child {
	border-bottom-left-radius: 8px;
}
.block-table table tr:last-child td:last-child {
	border-bottom-right-radius: 8px;
}
.block-table table a {
	color: #0095ff;
}
.media_block {
	display: flex;
	justify-content: space-between;
	align-items: center;
	gap: 25px;
}
.media_block.left {
	grid-template-columns: 50% auto;
	grid-template-areas: 'image title' 'image content';
}
.media_block .title {
	grid-area: title;
	align-self: flex-end;
}
.media_block .content {
	display: block;
	width: 100%;
}
.media_block .image {
	align-self: center;
	grid-area: image;
}
.media_block svg.image,
.media_block img.image {
	border-radius: 8px;
	width: 100%;
	max-width: 650px;
	height: auto;
}
.media_block svg.image {
	-webkit-user-select: none;
	user-select: none;
}
@media (max-width: 991px) {
	.media_block,
	.media_block.left {
		grid-template-columns: unset;
		grid-template-areas: 'title' 'image' 'content';
		margin-top: 0;
		margin-bottom: 0;
	}
	.media_block .title,
	.media_block .image {
		margin-bottom: 1rem;
	}

	.media_block {
		flex-direction: column;
	}
}
.media_block_alternative h2,
.media_block_alternative h3 {
	position: relative;
	margin-bottom: 1.5rem;
}
.bef_b {
	position: relative;
	margin-top: 4rem;
}
.media_block_alternative h2.no_bef_b:before,
.media_block_alternative h3.no_bef_b:before {
	display: none;
}
.media_block_alternative ol {
	list-style: none;
	padding: 0;
	margin-bottom: 2rem;
	counter-reset: item;
}
.media_block_alternative ol li ol {
	margin-top: 1rem;
}
.media_block_alternative ul {
	list-style: none;
	padding: 0;
	margin-bottom: 2rem;
}
.media_block_alternative ol > li,
.media_block_alternative ul > li {
	position: relative;
	padding-left: 40px;
	margin-bottom: 10px;
}
.media_block_alternative ul > li:last-child {
	margin-bottom: 0;
}
.media_block_alternative ol > li {
	counter-increment: item;
}
.media_block_alternative ol > li:last-child {
	margin-bottom: 0;
}
.media_block_alternative ol > li:before {
	position: absolute;
	left: 0;
	top: -2px;
	content: counter(item);
	display: flex;
	width: 27px;
	height: 27px;
	align-items: center;
	justify-content: center;
	font-size: 12px;
	border: 1px solid #0095ff;
	border-radius: 50%;
}
.media_block_alternative ul > li:before {
	content: '✔️';
	font-size: 18px;
	font-weight: 700;
	color: transparent;
	text-shadow: 0 0 0 #0095ff;
	position: absolute;
	left: 0;
	top: -2px;
	display: block;
	width: 27px;
	height: 27px;
	background-repeat: no-repeat;
}
.media_block_alternative .block-image img {
	border-radius: 8px;
}
.media_block_alternative .media_block_alternative {
	margin-bottom: 0;
}
@media (max-width: 767px) {
	.media_block_alternative {
		margin-bottom: 0;
	}
	.media_block_alternative h2,
	.media_block_alternative h3,
	.media_block_alternative ul,
	.media_block_alternative ol {
		margin-bottom: 1rem;
	}
}
.faq-section {
	margin-bottom: 1.5rem;
}
.faq-section .item {
	border: 1px solid grey;
	padding: 18px;
	margin-bottom: 1rem;
	border-radius: 8px;
}
.faq-section .item .question {
	position: relative;
	font-size: 17px;
	font-weight: 500;
	padding-right: 100px;
	color: #00b7ff;
}
.faq-section .item .question button {
	position: absolute;
	top: 0;
	right: 40px;
	width: 24px;
	height: 24px;
	padding: 0;
	background-repeat: no-repeat;
	background-color: transparent;
	border: 1px solid transparent;
}
.faq-section .item .answer {
	display: none;
	margin-top: 15px;
	padding-right: 100px;
}
.faq-section .item.show .answer {
	display: block;
}
@media (max-width: 991px) {
	.faq-section .item .question,
	.faq-section .item .answer {
		padding-right: 50px;
	}
	.faq-section .item .question button {
		right: 14px;
	}
}
.faq-section .item .question button:before {
	content: '➕';
	font-size: 18px;
	font-weight: 700;
	color: transparent;
	text-shadow: 0 0 0 #0095ff;
}
.faq-section .item.show .question button:before {
	content: '➖';
}
.promo > text {
	font-family: San Francisco Pro, serif;
	font-weight: 700;
	fill: #fff;
}
.promo > text.title-lg {
	font-size: 95px;
}
.promo > text.title {
	font-size: 65px;
}
.promo > text.second-lg {
	font-size: 75px;
}
.promo > text.second {
	font-size: 45px;
}
.promo > text.green {
	fill: #32cd32;
}
.promo > text.blue {
	fill: #298ef6;
}
h1,
h2,
h3 {
	color: #fff;
}
.section h1,
.section h2,
.section h3 {
	font-family: San Francisco Pro, serif;
	font-weight: 700;
}
.img-cov {
	width: 100%;
}
.img-cov img {
	width: 100%;
}
.img-cov-small {
	width: 200px;
	height: 200px;
}
.img-cov-small img {
	width: 100%;
	height: 100%;
}
