@charset "UTF-8";
.bg-black {
	--tw-bg-opacity: 1;
	background-color: rgba(0, 0, 0, var(--tw-bg-opacity));
}
.bg-white {
	--tw-bg-opacity: 1;
	background-color: rgba(255, 255, 255, var(--tw-bg-opacity));
}
.bg-gray-100 {
	--tw-bg-opacity: 1;
	background-color: rgba(243, 244, 246, var(--tw-bg-opacity));
}
.bg-gray-200 {
	--tw-bg-opacity: 1;
	background-color: rgba(229, 231, 235, var(--tw-bg-opacity));
}
.bg-main-color {
	background-color: var(--main-color);
}
.bg-second-color {
	background-color: var(--second-color);
}
.bg-header-bg-color {
	background: var(--header-bg-color);
}
.bg-header-second-bg-color {
	background-color: var(--header-second-bg-color);
}
.bg-footer-bg-color {
	background-color: #eaf1fc;
}
.bg-opacity-30 {
	--tw-bg-opacity: 0.3;
}
.bg-opacity-50 {
	--tw-bg-opacity: 0.5;
}
.bg-center {
	background-position: center;
}
.bg-cover {
	background-size: cover;
}
.rounded {
	border-radius: 0.25rem;
}
.rounded-md {
	border-radius: 0.375rem;
}
.rounded-border-radius {
	border-radius: var(--border-radius);
}
.border {
	border-width: 1px;
}
.block {
	display: block;
}
.inline-block {
	display: inline-block;
}
.flex {
	display: -webkit-flex;
	display: flex;
}
.flow-root {
	display: flow-root;
}
.grid {
	display: grid;
}
.contents {
	display: contents;
}
.hidden {
	display: none;
}
.flex-row {
	-webkit-flex-direction: row;
	flex-direction: row;
}
.flex-col {
	-webkit-flex-direction: column;
	flex-direction: column;
}
.flex-col-reverse {
	-webkit-flex-direction: column-reverse;
	flex-direction: column-reverse;
}
.flex-wrap {
	-webkit-flex-wrap: wrap;
	flex-wrap: wrap;
}
.flex-nowrap {
	-webkit-flex-wrap: nowrap;
	flex-wrap: nowrap;
}
.items-end {
	-webkit-align-items: flex-end;
	align-items: flex-end;
}
.items-center {
	-webkit-align-items: center;
	align-items: center;
}
.items-stretch {
	-webkit-align-items: stretch;
	align-items: stretch;
}
.justify-start {
	-webkit-justify-content: flex-start;
	justify-content: flex-start;
}
.justify-center {
	-webkit-justify-content: center;
	justify-content: center;
}
.justify-between {
	-webkit-justify-content: space-between;
	justify-content: space-between;
}
.justify-around {
	-webkit-justify-content: space-around;
	justify-content: space-around;
}
.flex-1 {
	-webkit-flex: 1 1 0;
	flex: 1 1 0;
}
.flex-auto {
	-webkit-flex: 1 1 auto;
	flex: 1 1 auto;
}
.order-3 {
	-webkit-order: 3;
	order: 3;
}
.order-4 {
	-webkit-order: 4;
	order: 4;
}
.font-medium {
	font-weight: 500;
}
.font-bold {
	font-weight: 700;
}
.h-40 {
	height: 10rem;
}
.h-full {
	height: 100%;
}
.text-xs {
	font-size: 0.75rem;
	line-height: 1rem;
}
.text-sm {
	font-size: 0.875rem;
	line-height: 1.25rem;
}
.text-base {
	font-size: 1rem;
	line-height: 1.5rem;
}
.text-lg {
	font-size: 1.125rem;
	line-height: 1.75rem;
}
.text-xl {
	font-size: 1.25rem;
	line-height: 1.75rem;
}
.text-4xl {
	font-size: 2.25rem;
	line-height: 2.5rem;
}
.text-5xl {
	font-size: 3rem;
	line-height: 1;
	font-family: var(--font-family-title);
	font-weight: 800;
}
.text-9xl {
	font-size: 8rem;
	line-height: 1;
}
.leading-4 {
	line-height: 1rem;
}
.m-2 {
	margin: 0.5rem;
}
.m-3 {
	margin: 0.75rem;
}
.m-4 {
	margin: 1rem;
}
.m-auto {
	margin: auto;
}
.-m-3 {
	margin: -0.75rem;
}
.my-0 {
	margin-top: 0;
	margin-bottom: 0;
}
.my-4 {
	margin-top: 1rem;
	margin-bottom: 1rem;
}
.my-8 {
	margin-top: 2rem;
	margin-bottom: 2rem;
}
.-mx-2 {
	margin-left: -0.5rem;
	margin-right: -0.5rem;
}
.mt-0 {
	margin-top: 0;
}
.mr-0 {
	margin-right: 0;
}
.ml-0 {
	margin-left: 0;
}
.mb-2 {
	margin-bottom: 0.5rem;
}
.ml-2 {
	margin-left: 0.5rem;
}
.mt-4 {
	margin-top: 1rem;
}
.mb-4 {
	margin-bottom: 1rem;
}
.ml-4 {
	margin-left: 1rem;
}
.mb-6 {
	margin-bottom: 1.5rem;
}
.mt-8 {
	margin-top: 2rem;
}
.mb-8 {
	margin-bottom: 2rem;
}
.max-h-12 {
	max-height: 3rem;
}
.max-w-1\/4 {
	max-width: 25%;
}
.min-h-20 {
	min-height: 20vh;
}
.object-contain {
	-o-object-fit: contain;
	object-fit: contain;
}
.object-cover {
	-o-object-fit: cover;
	object-fit: cover;
}
.overflow-hidden {
	overflow: hidden;
}
.p-2 {
	padding: 0.5rem;
}
.p-3 {
	padding: 0.75rem;
}
.p-4 {
	padding: 1rem;
}
.px-0 {
	padding-left: 0;
	padding-right: 0;
}
.py-1 {
	padding-top: 0.25rem;
	padding-bottom: 0.25rem;
}
.px-1 {
	padding-left: 0.25rem;
	padding-right: 0.25rem;
}
.py-2 {
	padding-top: 0.5rem;
	padding-bottom: 0.5rem;
}
.px-2 {
	padding-left: 0.5rem;
	padding-right: 0.5rem;
}
.py-3 {
	padding-top: 0.75rem;
	padding-bottom: 0.75rem;
}
.px-3 {
	padding-left: 0.75rem;
	padding-right: 0.75rem;
}
.py-4 {
	padding-top: 1rem;
	padding-bottom: 1rem;
}
.px-4 {
	padding-left: 1rem;
	padding-right: 1rem;
}
.px-6 {
	padding-left: 1.5rem;
	padding-right: 1.5rem;
}
.px-8 {
	padding-left: 2rem;
	padding-right: 2rem;
}
.pr-0 {
	padding-right: 0;
}
.pl-3 {
	padding-left: 0.75rem;
}
.pt-4 {
	padding-top: 1rem;
}
.pl-4 {
	padding-left: 1rem;
}
.pt-8 {
	padding-top: 2rem;
}
.pt-12 {
	padding-top: 3rem;
}
.pb-32 {
	padding-bottom: 8rem;
}
.pb-1\/3 {
	padding-bottom: 33%;
}
.fixed {
	position: fixed;
}
.absolute {
	position: absolute;
}
.relative {
	position: relative;
}
.top-0 {
	top: 0;
}
.bottom-0 {
	bottom: 0;
}
.left-0 {
	left: 0;
}
.resize {
	resize: both;
}
.shadow {
	--tw-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1), 0 1px 2px 0 rgba(0, 0, 0, 0.06);
	box-shadow: var(--tw-ring-offset-shadow, 0 0 transparent),
		var(--tw-ring-shadow, 0 0 transparent), var(--tw-shadow);
}
.hover\:shadow-lg:hover {
	--tw-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1),
		0 4px 6px -2px rgba(0, 0, 0, 0.05);
	box-shadow: var(--tw-ring-offset-shadow, 0 0 transparent),
		var(--tw-ring-shadow, 0 0 transparent), var(--tw-shadow);
}
.text-center {
	text-align: center;
}
.text-black {
	--tw-text-opacity: 1;
	color: rgba(0, 0, 0, var(--tw-text-opacity));
}
.text-white {
	--tw-text-opacity: 1;
	color: rgba(255, 255, 255, var(--tw-text-opacity));
}
.text-gray-50 {
	--tw-text-opacity: 1;
	color: rgba(249, 250, 251, var(--tw-text-opacity));
}
.text-gray-200 {
	--tw-text-opacity: 1;
	color: rgba(229, 231, 235, var(--tw-text-opacity));
}
.text-gray-400 {
	--tw-text-opacity: 1;
	color: rgba(156, 163, 175, var(--tw-text-opacity));
}
.text-gray-500 {
	--tw-text-opacity: 1;
	color: rgba(107, 114, 128, var(--tw-text-opacity));
}
.text-gray-700 {
	--tw-text-opacity: 1;
	color: rgba(55, 65, 81, var(--tw-text-opacity));
}
.text-red-500 {
	--tw-text-opacity: 1;
	color: rgba(239, 68, 68, var(--tw-text-opacity));
}
.text-main-color {
	color: var(--main-color);
}
.text-links-color {
	color: var(--links-color);
}
.group:hover .group-hover\:text-links-hover-color {
	color: var(--links-hover-color);
}
.hover\:text-white:hover {
	--tw-text-opacity: 1;
	color: rgba(255, 255, 255, var(--tw-text-opacity));
}
.uppercase {
	text-transform: uppercase;
}
.w-2\/4 {
	width: 50%;
}
.w-full {
	width: 100%;
}
.z-10 {
	z-index: 10;
}
.z-20 {
	z-index: 20;
}
.gap-4 {
	gap: 1rem;
}
.grid-cols-4 {
	grid-template-columns: repeat(4, minmax(0, 1fr));
}
.col-span-2 {
	grid-column: span 2 / span 2;
}
.col-span-4 {
	grid-column: span 4 / span 4;
}
.auto-rows-min {
	grid-auto-rows: -webkit-min-content;
	grid-auto-rows: min-content;
}
.transform {
	--tw-translate-x: 0;
	--tw-translate-y: 0;
	--tw-rotate: 0;
	--tw-skew-x: 0;
	--tw-skew-y: 0;
	--tw-scale-x: 1;
	--tw-scale-y: 1;
	-webkit-transform: translateX(var(--tw-translate-x))
		translateY(var(--tw-translate-y)) rotate(var(--tw-rotate))
		skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x))
		scaleY(var(--tw-scale-y));
	transform: translateX(var(--tw-translate-x)) translateY(var(--tw-translate-y))
		rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y))
		scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
.transform-none {
	-webkit-transform: none;
	transform: none;
}
.scale-100 {
	--tw-scale-x: 1;
	--tw-scale-y: 1;
}
.group:hover .group-hover\:scale-105 {
	--tw-scale-x: 1.05;
	--tw-scale-y: 1.05;
}
.transition-all {
	transition-property: all;
	transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
	transition-duration: 150ms;
}
.transition {
	transition-property: background-color, border-color, color, fill, stroke,
		opacity, box-shadow, transform, filter, backdrop-filter, -webkit-transform,
		-webkit-filter, -webkit-backdrop-filter;
	transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
	transition-duration: 150ms;
}
.duration-300 {
	transition-duration: 0.3s;
}
@-webkit-keyframes spin {
	to {
		-webkit-transform: rotate(360deg);
		transform: rotate(360deg);
	}
}
@keyframes spin {
	to {
		-webkit-transform: rotate(360deg);
		transform: rotate(360deg);
	}
}
@keyframes ping {
	100%,
	75% {
		-webkit-transform: scale(2);
		transform: scale(2);
		opacity: 0;
	}
}
@keyframes pulse {
	50% {
		opacity: 0.5;
	}
}
@keyframes bounce {
	0%,
	100% {
		-webkit-transform: translateY(-25%);
		transform: translateY(-25%);
		-webkit-animation-timing-function: cubic-bezier(0.8, 0, 1, 1);
		animation-timing-function: cubic-bezier(0.8, 0, 1, 1);
	}
	50% {
		-webkit-transform: none;
		transform: none;
		-webkit-animation-timing-function: cubic-bezier(0, 0, 0.2, 1);
		animation-timing-function: cubic-bezier(0, 0, 0.2, 1);
	}
}
.filter {
	--tw-blur: var(--tw-empty);
	--tw-brightness: var(--tw-empty);
	--tw-contrast: var(--tw-empty);
	--tw-grayscale: var(--tw-empty);
	--tw-hue-rotate: var(--tw-empty);
	--tw-invert: var(--tw-empty);
	--tw-saturate: var(--tw-empty);
	--tw-sepia: var(--tw-empty);
	--tw-drop-shadow: var(--tw-empty);
	-webkit-filter: var(--tw-blur) var(--tw-brightness) var(--tw-contrast)
		var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate)
		var(--tw-sepia) var(--tw-drop-shadow);
	filter: var(--tw-blur) var(--tw-brightness) var(--tw-contrast)
		var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate)
		var(--tw-sepia) var(--tw-drop-shadow);
}
.hover\:brightness-125:hover {
	--tw-brightness: brightness(1.25);
}
@media (min-width: 640px) {
	.sm\:flex-row {
		-webkit-flex-direction: row;
		flex-direction: row;
	}
	.sm\:text-base {
		font-size: 1rem;
		line-height: 1.5rem;
	}
	.sm\:w-1\/2 {
		width: 50%;
	}
}
@media (min-width: 768px) {
	.md\:block {
		display: block;
	}
	.md\:inline-block {
		display: inline-block;
	}
	.md\:flex {
		display: -webkit-flex;
		display: flex;
	}
	.md\:hidden {
		display: none;
	}
	.md\:flex-row {
		-webkit-flex-direction: row;
		flex-direction: row;
	}
	.md\:items-start {
		-webkit-align-items: flex-start;
		align-items: flex-start;
	}
	.md\:order-3 {
		-webkit-order: 3;
		order: 3;
	}
	.md\:order-4 {
		-webkit-order: 4;
		order: 4;
	}
	.md\:text-xl {
		font-size: 1.25rem;
		line-height: 1.75rem;
	}
	.md\:text-2xl {
		font-size: 1.5rem;
		line-height: 2rem;
	}
	.md\:-mr-24 {
		margin-right: -6rem;
	}
	.md\:min-h-40 {
		min-height: 40vh;
	}
	.md\:py-0 {
		padding-top: 0;
		padding-bottom: 0;
	}
	.md\:px-4 {
		padding-left: 1rem;
		padding-right: 1rem;
	}
	.md\:pr-8 {
		padding-right: 2rem;
	}
	.md\:bottom-3 {
		bottom: 0.75rem;
	}
	.md\:left-1\/2 {
		left: 50%;
	}
	.md\:w-1\/2 {
		width: 50%;
	}
	.md\:w-1\/3 {
		width: 33.333333%;
	}
	.md\:w-1\/4 {
		width: 25%;
	}
	.md\:w-2\/6 {
		width: 33.333333%;
	}
	.md\:w-4\/6 {
		width: 66.666667%;
	}
	.md\:w-5\/6 {
		width: 83.333333%;
	}
	.md\:w-6\/12 {
		width: 50%;
	}
	.md\:grid-cols-8 {
		grid-template-columns: repeat(8, minmax(0, 1fr));
	}
	.md\:grid-cols-12 {
		grid-template-columns: repeat(12, minmax(0, 1fr));
	}
	.md\:col-span-2 {
		grid-column: span 2 / span 2;
	}
	.md\:col-span-3 {
		grid-column: span 3 / span 3;
	}
	.md\:col-span-6 {
		grid-column: span 6 / span 6;
	}
	.md\:transform {
		--tw-translate-x: 0;
		--tw-translate-y: 0;
		--tw-rotate: 0;
		--tw-skew-x: 0;
		--tw-skew-y: 0;
		--tw-scale-x: 1;
		--tw-scale-y: 1;
		-webkit-transform: translateX(var(--tw-translate-x))
			translateY(var(--tw-translate-y)) rotate(var(--tw-rotate))
			skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x))
			scaleY(var(--tw-scale-y));
		transform: translateX(var(--tw-translate-x))
			translateY(var(--tw-translate-y)) rotate(var(--tw-rotate))
			skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x))
			scaleY(var(--tw-scale-y));
	}
	.md\:-translate-x-1\/2 {
		--tw-translate-x: -50%;
	}
}
@media (min-width: 1024px) {
	.lg\:w-2\/3 {
		width: 66.666667%;
	}
	.lg\:w-1\/4 {
		width: 25%;
	}
}
@media (min-width: 1200px) {
	.xl\:block {
		display: block;
	}
	.xl\:hidden {
		display: none;
	}
	.xl\:mr-4 {
		margin-right: 1rem;
	}
	.xl\:ml-4 {
		margin-left: 1rem;
	}
	.xl\:px-0 {
		padding-left: 0;
		padding-right: 0;
	}
	.xl\:px-2 {
		padding-left: 0.5rem;
		padding-right: 0.5rem;
	}
	.xl\:w-1\/4 {
		width: 25%;
	}
}
html {
	scroll-behavior: smooth;
}
body {
	background-color: #dbdde0;
	overflow-x: hidden;
	min-height: 100vh;
	display: flex;
	flex-direction: column;
	justify-content: space-between;
}
.main-page {
	background: #e5e5e5;
}
.front-page {
	background: #e5e5e5;
}
a,
div,
figcaption,
input,
li,
p,
td,
th {
	color: #000;
	font-size: 18px;
	line-height: 1.35;
	font-family: var(--font-family);
}
input,
textarea {
	max-width: 100%;
}
td,
th {
	padding: 10px;
}
a {
	cursor: pointer;
	color: var(--links-color);
	text-decoration: none;
	transition: all 0.3s;
}
h1 {
	color: #000;
	font-size: 42px;
	line-height: 1.2;
	font-family: var(--font-family-title);
	margin: 1em 0;
}
h2 {
	color: #000;
	font-size: 35px;
	line-height: 1.1;
	font-family: var(--font-family-title);
	margin: 1em 0;
}
h3 {
	color: #000;
	font-size: 25px;
	line-height: 1;
	font-family: var(--font-family-title);
	margin: 1em 0;
}
h4 {
	color: #000;
	font-size: 18px;
	line-height: 1;
	font-family: var(--font-family-title);
	margin: 1em 0;
}
h1,
h2,
h3,
h4,
h5,
h6 {
	font-weight: 700;
	line-height: 1;
}
img,
picture,
svg {
	max-width: 100%;
	height: auto;
	outline: 0 !important;
}
ul {
	list-style: none;
	padding: 0;
}
@media (max-width: 992px) {
	a,
	div,
	figcaption,
	input,
	li,
	p,
	td,
	th {
		font-size: 16px;
		line-height: 1.1;
	}
	h1 {
		font-size: 42px;
		line-height: 1.2;
	}
	h2 {
		font-size: 32px;
		line-height: 34px;
	}
	h3 {
		font-size: 16px;
		line-height: 20px;
	}
	h4 {
		font-size: 16px;
		line-height: 20px;
	}
}
.text-center {
	text-align: center;
}
@media (max-width: 576px) {
	a,
	div,
	figcaption,
	input,
	li,
	p,
	td,
	th {
		font-size: 16px;
		line-height: 20px;
	}
	h1 {
		font-size: 26px;
		line-height: 28px;
	}
	h2 {
		font-size: 24px;
		line-height: 26px;
	}
	h3 {
		font-size: 16px;
		line-height: 20px;
	}
	h4 {
		font-size: 16px;
		line-height: 20px;
	}
}
@media (max-width: 370px) {
	a,
	div,
	figcaption,
	input,
	li,
	p,
	td,
	th {
		font-size: 14px;
		line-height: 16px;
	}
	h1 {
		font-size: 28px;
		line-height: 30px;
	}
	h2 {
		font-size: 24px;
		line-height: 26px;
	}
	h3 {
		font-size: 14px;
		line-height: 16px;
	}
	h4 {
		font-size: 14px;
		line-height: 16px;
	}
}
.toc_list li {
	padding-left: 0 !important;
}
.toc_list li::before {
	content: none !important;
}
.page404 {
	font-size: 40px;
	line-height: 46px;
	font-weight: 700;
	text-align: center;
	padding-top: 10%;
}
@media (max-width: 370px) {
	.page404 {
		font-size: 24px;
		line-height: 28px;
	}
}
.page404 span {
	color: #1d8efe;
}
.page404__button {
	display: block !important;
	margin: 40px auto;
}
.icon-arrow {
	border: solid #fff;
	border-width: 0 2px 2px 0;
	display: inline-block;
	padding: 0;
	transform: rotate(45deg);
}
@media (max-width: 1200px) {
	.icon-arrow {
		border-width: 0 3px 3px 0;
	}
}
.wp-block-columns {
	padding-right: 0 !important;
	padding-left: 0 !important;
}
:root {
	--main-color: #126e51;
	--second-color: #f0f0f0;
	--links-color: #126e51;
	--links-hover-color: #eeee22;
	--header-bg-color: #191919;
	--nav-color: #ffffff;
	--header-second-bg-color: #191919;
	--nav-second-color: #8f6969;
	--site-button-bg-color: #efe700;
	--site-button-color: #0a0a0a;
	--site-button-shadow: 0 1px 10px rgba(0, 0, 0, 0.4);
	--site-button-hover-bg-color: #3eb263;
	--site-button-hover-color: #ffffff;
	--site-button-hover-shadow: 0 1px 10px rgba(0, 0, 0, 0.4);
	--border-radius: 4px;
	--footer-bg-color: #000000;
	--footer-text-color: #ffffff;
	--font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto,
		Oxygen-Sans, Ubuntu, Cantarell, 'Helvetica Neue', sans-serif;
	--font-family-title: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto,
		Oxygen-Sans, Ubuntu, Cantarell, 'Helvetica Neue', sans-serif;
	--font-size: 16px;
	--line-height: 1.35;
	--h1-font-size: 32px;
	--h2-font-size: 24px;
	--h3-font-size: 22px;
	--h4-font-size: 20px;
	--list-style: '❋';
}
.picture-text {
	width: 100vw;
	position: relative;
	margin-left: -50vw;
	left: 50%;
}
.picture-text__content > * {
	margin-bottom: 1rem;
}
.picture-text__media {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
}
.picture-text__media .site-button {
	margin-top: 1rem;
}
h2,
h3,
h4,
section {
	scroll-margin-top: 150px;
	scroll-snap-align: start;
}
.flex-auto {
	flex: 1 1 auto;
}
.line {
	display: -ms-grid;
	display: grid;
	grid-gap: 30px;
}
.line.align-top {
	-webkit-box-align: start;
	-ms-flex-align: start;
	align-items: start;
}
.line.align-center {
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}
.line.align-bottom {
	-webkit-box-align: end;
	-ms-flex-align: end;
	align-items: end;
}
.bg-block {
	padding: 1rem;
	border-radius: var(--border-radius);
	height: 100%;
}
.bg-block .site-button {
	margin-top: 2rem;
}
.bgi-block {
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center center;
}
.wp-block-columns {
	max-width: 1440px;
	padding-right: 1rem;
	padding-left: 1rem;
	display: -ms-grid;
	display: grid;
	grid-gap: 30px;
	margin-bottom: 0;
}
.wp-block-columns .wp-block-column {
	margin: 0;
}
.row.col-1,
.wp-block-columns.col-1 {
	grid-template-columns: repeat(1, 1fr);
}
.row.col-2,
.wp-block-columns.col-2 {
	grid-template-columns: repeat(2, 1fr);
}
.row.col-3,
.wp-block-columns.col-3 {
	grid-template-columns: repeat(3, 1fr);
}
.row.col-4,
.wp-block-columns.col-4 {
	grid-template-columns: repeat(4, 1fr);
}
.row.col-5,
.wp-block-columns.col-5 {
	grid-template-columns: repeat(5, 1fr);
}
.row.col-6,
.wp-block-columns.col-6 {
	grid-template-columns: repeat(6, 1fr);
}
.wp-block-column > :not(:first-child) {
	margin-top: 30px;
}
.wp-block-column .row {
	padding: 0;
}
.wp-block-columns {
	max-width: 1440px;
	padding-right: 1rem;
	padding-left: 1rem;
	display: -ms-grid;
	display: grid;
	grid-gap: 30px;
	margin-bottom: 0;
}
.wp-block-columns .wp-block-column {
	margin: 0;
}
.bg-main-color {
	background-color: var(--main-color);
}
.text-white {
	color: rgba(255, 255, 255, var(--tw-text-opacity));
}
.text-5xl {
	font-size: 3rem;
	line-height: 1;
}
.bg-white {
	--tw-bg-opacity: 1;
	background-color: rgba(255, 255, 255, var(--tw-bg-opacity));
}
.bg-opacity-50 {
	--tw-bg-opacity: 0.5;
}
.container {
	padding-right: 15px;
	padding-left: 15px;
	margin-right: auto;
	margin-left: auto;
}
@media (min-width: 768px) {
	.container {
		width: 750px;
	}
}
@media (min-width: 992px) {
	.container {
		width: 970px;
	}
}
@media (min-width: 1200px) {
	.container {
		width: 1170px;
	}
}
body {
	margin: 0;
}
button {
	border: unset;
	background: unset;
}
button svg {
	max-height: 22px;
	width: 20px;
	margin-left: 5px;
}
.button {
	position: relative;
	cursor: pointer;
	display: inline-block;
	min-width: 8em;
	background: linear-gradient(180deg, #fef380 0, #fce959 100%);
	font-family: var(--font-family);
	font-size: 18px;
	line-height: 22px;
	font-style: normal;
	font-weight: 700;
	padding: 1em 2em;
	text-align: center;
	color: #000;
	text-decoration: none;
	text-transform: uppercase;
	border: none;
	outline: 0;
	transition: all 0.5s;
}
.button:hover {
	box-shadow: 0 0 30px rgba(253, 239, 110, 0.7);
}
.button:active {
	box-shadow: 0 0 30px rgba(253, 239, 110, 0.7);
}
.comments-section .submit,
.site-button {
	position: relative;
	cursor: pointer;
	display: inline-block;
	min-width: 8em;
	background: var(--site-button-bg-color);
	font-family: var(--font-family);
	font-size: 18px;
	line-height: 22px;
	font-style: normal;
	font-weight: 700;
	padding: 1rem 2rem;
	text-align: center;
	color: var(--site-button-color);
	text-decoration: none;
	text-transform: uppercase;
	border: none;
	outline: 0;
	-webkit-transition: 0.5s;
	transition: 0.5s;
	border-radius: 100px;
}
.comments-section .submit.center,
.site-button.center {
	left: 50%;
	transform: translateX(-50%);
}
.comments-section .submit:hover,
.site-button:hover {
	background: var(--site-button-hover-bg-color);
}
@media (max-width: 768px) {
	.comments-section .submit,
	.site-button {
		width: 100%;
	}
}
.button.center {
	left: 50%;
	transform: translateX(-50%);
}
.stars {
	margin: 0 20px 0 0;
	display: flex;
	flex-wrap: nowrap;
	align-items: baseline;
}
@media (max-width: 576px) {
	.stars {
		display: block;
	}
}
.stars span {
	font-style: normal;
	font-weight: 400;
	font-size: 21px;
	line-height: 23px;
	color: #fff;
	margin-left: 10px;
}
.header-gift__icon {
	background-color: #ff2e60;
	width: 10px;
	height: 10px;
	font-size: 9px;
	line-height: 1;
	border-radius: 50%;
	display: flex;
	justify-content: center;
	align-items: center;
	color: #fff;
	right: 2px;
	top: 14px;
	position: absolute;
}
.active .header-gift__icon {
	font-size: 15px;
	width: 30px;
	height: 30px;
	z-index: 3;
	right: 4px;
	top: -3px;
}
.header-gift-content {
	cursor: pointer;
}
.header-gift-content__img img {
	width: 100%;
	height: auto;
}
.header-gift-content__title {
	font-weight: 700;
	font-size: 21px;
	line-height: 100%;
	color: #fff;
}
.header-gift-content__description {
	font-weight: 400;
	font-size: 15px;
	line-height: 100%;
	color: #fff;
}
.header-gift-content__button {
	margin-top: 10px;
}
.header-gift-content__button a,
.header-gift-content__button button {
	width: 100%;
}
.header-gift-content__body {
	display: grid;
	align-items: center;
	grid-template-columns: 94px 1fr;
	grid-gap: 20px;
}
.header-gift-content__wrap {
	border-radius: 15px;
	padding: 20px 20px 0;
	margin: 0 auto;
}
.header-gift {
	padding: 15px;
}
@media (min-width: 768px) {
	.header-gift {
		display: none;
	}
}
.logo {
	max-width: 140px;
	margin: 22px 10px;
}
@media (max-width: 992px) {
	.logo {
		max-width: 177px;
		margin: 17px 34px;
	}
}
@media (max-width: 576px) {
	.logo {
		max-width: 85px;
		margin: 17px 10px;
	}
}
.top-nav {
	position: relative;
}
@media (max-width: 1200px) {
	.top-nav {
		position: absolute;
		top: -500%;
		left: 0;
		right: 0;
		background-color: #000;
		transition: top 0.5s;
		z-index: -1;
	}
}
.top-nav-active {
	top: 99% !important;
	height: calc(100vh - 89px + 5%);
	background: var(--main-background) !important;
	overflow-y: scroll;
}
.top-nav-container {
	height: 100%;
	display: flex;
	flex-direction: column;
	justify-content: space-between;
}
@media screen and (max-width: 768px) {
	.top-nav .mob-menu .main-menu {
		display: flex;
	}
	.top-nav .standart-menu {
		display: none;
	}
}
@media screen and (min-width: 768px) {
	.top-nav .mob-menu {
		display: none;
	}
}
.top-nav .main-menu {
	padding: 0;
	display: flex;
	flex-direction: row;
	justify-content: center;
	list-style: none;
	margin: 0;
	flex-wrap: wrap;
	align-content: center;
}
@media (max-width: 1200px) {
	.top-nav .main-menu {
		flex-direction: column;
	}
}
.top-nav .main-menu .menu-item {
	display: inline-block;
	padding: 0;
	margin: 0;
}
@media (max-width: 1024px) {
	.top-nav .main-menu .menu-item {
		width: 100%;
	}
}
.top-nav .main-menu .menu-item::before {
	content: none;
}
.top-nav .main-menu .menu-item-has-children {
	position: relative;
}
.top-nav .main-menu .menu-item-has-children .dropdown-icon {
	display: block;
	cursor: pointer;
	position: absolute;
	right: 2px;
	width: 6px;
	height: 6px;
	z-index: 10;
	top: 17px;
}
@media (max-width: 1200px) {
	.top-nav .main-menu .menu-item-has-children .dropdown-icon {
		width: 10px;
		height: 10px;
		top: 10px;
	}
}
.top-nav .main-menu .menu-item-has-children .dropdown-icon:hover {
	fill: #fdef6e;
}
.top-nav .main-menu .menu-item-has-children .dropdown-icon-active {
	fill: #fdef6e;
	transform: rotate(225deg);
	top: 20px;
}
@media (max-width: 1200px) {
	.top-nav .main-menu .menu-item-has-children .dropdown-icon-active {
		top: 15px;
	}
}
@media (max-width: 576px) {
	.top-nav .main-menu .menu-item-has-children .dropdown-icon {
		z-index: 20;
	}
}
@media (max-width: 1200px) {
	.top-nav .main-menu .menu-item-has-children .dropdown-icon {
		right: 16px;
	}
}
.top-nav__link {
	display: block;
	position: relative;
	font-family: var(--font-family);
	font-weight: 400;
	font-size: 15px;
	line-height: 18px;
	text-transform: uppercase;
	color: #fff;
	background-color: #090909;
	letter-spacing: 0.01em;
	padding: 15px 10px;
}
@media (max-width: 1200px) {
	.top-nav__link {
		padding: 10px;
	}
}
.top-nav__link:hover {
	color: #fdef6e;
	text-decoration: underline;
}
.top-nav__link-active {
	color: #fdef6e;
	text-decoration: underline;
}
.top-nav .sub-menu {
	padding: 0;
	position: absolute;
	top: -1000%;
	left: 0;
	display: flex;
	flex-direction: column;
	justify-content: flex-end;
	list-style: none;
	width: max-content;
	margin: 0;
	background-color: #090909;
	z-index: 15;
	opacity: 0;
}
@media (max-width: 1200px) {
	.top-nav .sub-menu {
		position: relative;
		width: 100%;
	}
}
.top-nav .sub-menu .nav__link {
	padding: 10px 11px !important;
	background: var(--main-color);
}
@media (max-width: 1200px) {
	.top-nav .sub-menu .nav__link {
		max-height: 0;
		padding: 0 11px !important;
		background-color: #1d8efe;
	}
	.top-nav .sub-menu .nav__link:hover {
		color: #000;
	}
	.top-nav .sub-menu .nav__link-active {
		color: #000;
	}
}
.top-nav .sub-menu-active {
	top: 100%;
	opacity: 1;
}
@media (max-width: 1200px) {
	.top-nav .sub-menu-active .top-nav__link {
		padding: 10px 11px !important;
		max-height: 200px;
	}
}
.top-nav .nav__link {
	display: block;
	position: relative;
	font-family: var(--font-family);
	font-weight: 600;
	font-size: 15px;
	line-height: 18px;
	color: var(--nav-color);
	letter-spacing: 0.01em;
	padding: 15px;
	white-space: nowrap;
}
.top-button .button {
	font-size: 15px;
	line-height: 18px;
}
.second-bar .top-nav .main-menu .nav__link {
	font-size: 0.9rem;
	padding: 0 10px;
	margin: 15px 0;
	border-left: 1px solid #fff;
	background-color: var(--header-second-bg-color);
}
.second-bar .top-nav .sub-menu .nav__link {
	padding: 15px;
	margin: 0;
}
.second-bar .top-nav .menu-item:last-child .nav__link {
	border-right: 1px solid #fff;
}
.second-bar-home-btn {
	width: 55px;
	text-align: center;
	margin-right: 10px;
}
.second-bar .top-nav .main-menu .menu-item-has-children .icon-arrow {
	border: solid var(--nav-second-color);
	border-width: 0 2px 2px 0;
	right: 8px;
}
@media (max-width: 1200px) {
	.second-bar .top-nav .main-menu .menu-item-has-children .icon-arrow {
		border-width: 0 3px 3px 0;
	}
}
.second-bar .top-nav .main-menu .menu-item-has-children .nav__link {
	padding-right: 25px;
}
@media (min-width: 1200px) {
	.header-buttons {
		margin-left: auto;
		margin-right: 24px;
	}
}
@media (max-width: 1200px) {
	.button,
	.site-button {
		font-size: 14px;
		padding: 0.5rem 1rem;
	}
	.top-nav {
		position: absolute;
		top: -500%;
		left: 0;
		right: 0;
		background: var(--header-bg-color);
		-webkit-transition: top 0.5s;
		transition: top 0.5s;
		z-index: 1000;
		padding-bottom: 20px;
	}
	.top-nav .main-menu {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column;
	}
	.top-nav .main-menu .menu-item-has-children .nav__link {
		padding: 10px 30px 10px 10px;
	}
	.top-nav .main-menu .menu-item-has-children .dropdown-icon {
		right: 16px;
	}
	.top-nav .nav__link {
		padding: 10px;
	}
	.top-nav .sub-menu {
		position: relative;
		width: 100%;
	}
	.top-nav .sub-menu .nav__link {
		max-height: 0;
		padding: 0 11px !important;
		background: var(--header-second-bg-color);
		-webkit-transition: 0.3s;
		transition: 0.3s;
	}
	.top-nav .sub-menu .nav__link-active,
	.top-nav .sub-menu .nav__link:hover {
		color: #000;
	}
	.top-nav .sub-menu-active .nav__link {
		padding: 10px 11px !important;
		max-height: 200px;
	}
}
.mob-menu-active {
	background: #303030;
}
.mob-menu-active .lang-toggle,
.mob-menu-active .top-bar .container .header-buttons {
	display: none;
}
.mob-menu-active .top-nav .nav__link {
	color: var(--header-second-bg-color);
	display: flex;
	gap: 11px;
	align-items: center;
	padding: 12px 15px;
	font-size: 18px;
}
.mob-menu-active .menu-item:hover {
	background: #e4e4e4;
}
.top-bar {
	padding: 0;
	display: flex;
	justify-content: space-between;
	align-items: center;
}
@media (max-width: 1200px) {
	.top-bar {
		padding: 12px 0;
	}
}
@media (max-width: 768px) {
	.top-bar img {
		max-width: 100px;
		height: auto;
	}
}
@media (max-width: 768px) {
	.top-bar .container {
		width: 100%;
		flex-wrap: wrap;
		display: flex;
	}
	.top-bar .container .header-buttons {
		width: 100%;
		display: flex;
		justify-content: center;
	}
}
.hamburger {
	display: inline-block;
	position: relative;
	background-color: transparent;
	width: 25px;
	height: 19px;
}
@media (max-width: 576px) {
	.hamburger {
		width: 25px;
		height: 19px;
	}
}
.hamburger__line {
	position: absolute;
	background-color: #fff;
	left: 0;
	width: 100%;
	height: 4px;
	border-radius: 3px;
}
@media (max-width: 576px) {
	.hamburger__line {
		height: 3px;
	}
}
.hamburger__line-a {
	top: 0;
}
.hamburger__line-b {
	top: 50%;
	transform: translateY(-50%);
	opacity: 1;
}
.hamburger__line-c {
	bottom: 0;
}
.hamburger-active .hamburger__line-a {
	animation: a-line-active 0.5s forwards;
}
.hamburger-active .hamburger__line-b {
	animation: b-line-active 0.5s forwards;
}
.hamburger-active .hamburger__line-c {
	animation: c-line-active 0.5s forwards;
}
.hamburger-close .hamburger__line-a {
	animation: a-line-close 0.5s forwards;
}
.hamburger-close .hamburger__line-b {
	animation: b-line-close 0.5s forwards;
}
.hamburger-close .hamburger__line-c {
	animation: c-line-close 0.5s forwards;
}
@keyframes a-line-active {
	0% {
		top: 0;
	}
	50% {
		top: 50%;
		transform: translateY(-50%);
	}
	100% {
		top: 50%;
		transform: translateY(-50%) rotate(-45deg);
	}
}
@keyframes a-line-close {
	0% {
		top: 50%;
		transform: translateY(-50%) rotate(-45deg);
	}
	50% {
		top: 50%;
		transform: translateY(-50%);
	}
	100% {
		top: 0;
	}
}
@keyframes b-line-active {
	0% {
		opacity: 1;
	}
	50% {
		opacity: 0;
	}
	100% {
		opacity: 0;
	}
}
@keyframes b-line-close {
	0% {
		opacity: 0;
	}
	50% {
		opacity: 0;
	}
	100% {
		opacity: 1;
	}
}
@keyframes c-line-active {
	0% {
		bottom: 0;
	}
	50% {
		bottom: 50%;
		transform: translateY(50%);
	}
	100% {
		bottom: 50%;
		transform: translateY(50%) rotate(45deg);
	}
}
@keyframes c-line-close {
	0% {
		bottom: 50%;
		transform: translateY(50%) rotate(45deg);
	}
	50% {
		bottom: 50%;
		transform: translateY(50%);
	}
	100% {
		bottom: 0;
	}
}
@media (max-width: 576px) {
	.humburger-wrap {
		display: flex;
		align-items: center;
		justify-content: center;
		align-content: center;
	}
}
.lang-toggle {
	margin: 0;
	width: 35px;
	position: relative;
	z-index: 100;
}
.lang-toggle a {
	gap: 5px;
}
.lang-toggle a > .country-name {
	color: #000;
	display: block;
}
.lang-toggle img {
	width: 32px;
	height: 22px;
}
.lang-toggle__more {
	width: 6px;
	height: 6px;
	position: absolute;
	right: -14px;
	top: 6px;
	cursor: pointer;
}
.lang-toggle__more svg {
	fill: #fff;
	width: 10px;
	height: 10px;
}
.lang-toggle .active {
	display: flex;
}
.lang-toggle .non-active {
	position: absolute;
	top: 30px;
	right: 0;
	width: 70px;
	gap: 2px;
	background: var(--main-background);
	border-radius: 5px;
}
@media screen and (max-width: 768px) {
	.lang-toggle .non-active {
		left: -5px;
		right: unset;
	}
}
.lang-toggle .non-active li {
	margin: 0 auto;
	padding: 10px;
}
.lang-toggle .country-name {
	text-transform: uppercase;
	font-weight: 600;
	font-size: 14px;
	line-height: 22px;
	color: var(--nav-color);
}
@media screen and (max-width: 769px) {
	.lang-toggle .country-name {
		display: none;
	}
}
.lang-toggle.hide .non-active {
	display: none;
}
@media screen and (min-width: 769px) {
	.lang-toggle {
		position: relative;
		order: 1;
		min-width: 51px;
		margin: 0 0 0 10px;
	}
}
.hero {
	margin: 57px auto 30px;
	display: grid;
	grid-template-columns: 1fr 1fr 1fr 1fr auto;
	grid-template-rows: 0.8fr auto auto;
	grid-column-gap: 0;
	grid-row-gap: 0;
}
@media (max-width: 992px) {
	.hero {
		margin: 25px auto 30px;
	}
}
.hero__header {
	grid-area: 1/1/2/6;
}
@media (max-width: 992px) {
	.hero__header {
		grid-area: 1/1/2/6;
	}
}
.hero__footer {
	grid-area: 2/1/4/3;
}
@media (max-width: 992px) {
	.hero__footer {
		grid-area: 3/1/4/6;
	}
}
.hero__sidebar {
	grid-area: 2/3/4/6;
}
@media (max-width: 992px) {
	.hero__sidebar {
		grid-area: 2/1/3/6;
	}
}
.hero h1,
.hero__title {
	margin: 10px 0 20px;
	font-size: 38px !important;
	font-style: normal;
	font-weight: 700;
	line-height: 1.2;
	text-transform: uppercase;
}
@media (max-width: 576px) {
	.hero h1,
	.hero__title {
		font-size: 24px !important;
		margin: 10px 0 10px;
	}
}
.hero__subtitle {
	margin: 10px 0 8px;
	font-style: normal;
	font-weight: 400;
	font-size: 19px;
	line-height: 125%;
	text-transform: uppercase;
}
@media (max-width: 576px) {
	.hero__subtitle {
		font-size: 16px;
		margin: 8px 0 10px;
	}
}
.hero__prize {
	margin: 8px 0 30px;
	font-style: normal;
	font-weight: 700;
	font-size: 42px;
	line-height: 118%;
	background: linear-gradient(90deg, #5c00fa 0, #dc00fa 100%);
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
}
@media (max-width: 576px) {
	.hero__prize {
		font-size: 32px;
		margin: 0 0 30px;
	}
}
.content-right-img {
	padding: 30px 15px;
}
@media (max-width: 576px) {
	.content-right-img {
		padding: 20px 15px;
	}
}
.content-right-img__text {
	font-size: 16px;
	line-height: 19px;
}
@media (max-width: 576px) {
	.content-right-img__text {
		margin-bottom: 20px;
	}
}
.content-right-img__text ul {
	list-style: none;
	padding: 0;
}
.content-right-img__text ul li {
	position: relative;
	margin: 15px 0;
	padding-left: 40px;
}
@media (max-width: 576px) {
	.content-right-img__text ul li {
		margin: 10px 0;
	}
}
.content-right-img__text ul li::before {
	content: url(/images/verified-1.png);
	position: absolute;
	top: 0;
	left: 0;
}
.content-right-img__button {
	margin: 37px 0 0;
}
.content-right-img__image {
	display: block;
	padding: 20px 0;
}
.client {
	padding: 30px 15px 0;
}
@media (max-width: 576px) {
	.client {
		padding: 20px 15px;
	}
}
.client .owl-carousel .owl-item img {
	display: inline-block;
	width: fit-content;
}
.client__title {
	text-align: center;
	margin: 40px auto 0;
}
.client__select {
	list-style: none;
	background-color: #fff;
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	padding: 0;
	margin: 30px auto;
}
.client__select_link {
	padding: 15px 10px;
	margin: 0;
	text-transform: uppercase;
	display: inline-block;
	color: #000;
	cursor: pointer;
}
@media (max-width: 576px) {
	.client__select_link {
		font-size: 14px;
	}
}
.client__select_link:hover {
	color: #1d8efe;
}
.client__select_link.active {
	color: #1d8efe;
}
.client__text p {
	margin: 15px 0;
	font-style: normal;
	font-weight: 400;
	font-size: 16px;
	line-height: 20px;
}
.client__text_title {
	margin: 30px 0 0;
	font-style: normal;
	font-weight: 400;
	font-size: 26px;
	line-height: 32px;
}
.client__text .button {
	margin: 30px 0 15px 0;
}
.main-page .client__select {
	background: #f5f5f5;
}
.news {
	padding: 30px 15px;
}
@media (max-width: 576px) {
	.news {
		padding: 20px 15px;
	}
}
.news__img {
	display: block;
	width: 100%;
	height: 166px;
}
.news__img img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	object-position: center;
}
.news__title {
	text-align: center;
	margin: 40px auto 0;
}
.news__wrapper {
	margin: 50px auto 20px;
}
.news__card {
	background-color: #fff;
	overflow: hidden;
	min-height: 300px;
	height: 100%;
}
.news__card_desc {
	padding: 30px 19px;
}
.news__card_date {
	margin: 0 0 10px 0 !important;
	color: #ccc;
	font-style: normal;
	font-weight: 400;
	font-size: 15px;
	line-height: 18px;
}
.news__card_title {
	display: block;
	color: #000;
	margin: 0;
	font-style: normal;
	font-weight: 600;
	font-size: 19px;
	line-height: 23px;
}
.news .owl-stage {
	padding-left: 0 !important;
	display: flex;
	align-items: stretch;
}
.footer a {
	color: var(--footer-text-color);
}
.footer a:hover {
	color: calc(var(--footer-text-color) + 20);
}
.footer p {
	color: var(--footer-text-color);
}
.footer li {
	list-style: none;
	padding: 0;
	margin: 7px 0;
}
.footer li::before {
	content: none;
}
.footer .widget-title {
	color: var(--footer-text-color);
	text-transform: uppercase;
	font-weight: 700;
}
.footer .social-icon {
	max-width: 24px;
	max-height: 24px;
	display: inline-block;
	margin: 7px;
}
.footer .social-icon img {
	width: 100%;
	height: 100%;
}
.footer__scrolltop {
	display: block;
	visibility: hidden;
	opacity: 0;
	width: 35px;
	height: 35px;
	position: fixed;
	bottom: 84px;
	right: 10px;
	z-index: 19;
	cursor: pointer;
	-webkit-transition: visibility, opacity 0.5s linear;
	transition: visibility, opacity 0.5s linear;
	background-image: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" fill="none" viewBox="0 0 24 24"><g stroke="%2369AB8F" stroke-linecap="round" stroke-linejoin="round" stroke-width="2.5" clip-path="url(%23a)"><circle cx="12" cy="12" r="9"/><path d="m15 13-3-3-3 3"/></g><defs><clipPath id="a"><path fill="%23fff" d="M0 0h24v24H0z"/></clipPath></defs></svg>');
	background-size: contain;
}
@media screen and (min-width: 768px) {
	.footer__scrolltop {
		width: 50px;
		height: 50px;
		bottom: 10px;
		right: 50px;
	}
}
.footer__scrolltop-show {
	visibility: visible;
	opacity: 1;
}
.footer-alt__menu {
	display: flex;
	flex-wrap: wrap;
	gap: 10px;
	flex-direction: column;
	margin: 0;
}
.footer-alt__menu li {
	margin: 0;
}
.footer-alt__menu li .nav__link {
	font-weight: 400;
	font-size: 14px;
	line-height: 18px;
}
@media (max-width: 768px) {
	.footer-alt__menu {
		flex-direction: row;
	}
	.footer-alt__menu li .nav__link {
		font-weight: 700;
		font-size: 14px;
		line-height: 18px;
		letter-spacing: 0;
		color: var(--main-color);
	}
}
.footer-title {
	font-weight: 700;
	font-size: 12px;
	line-height: 18px;
}
.footer-icons {
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	align-items: center;
	justify-content: center;
}
.footer-icons img {
	height: 25px;
	max-width: 50px;
	opacity: 0.7;
	filter: invert(0.2);
}
.footer-icons li {
	min-width: 50px;
	display: flex;
	justify-content: center;
	align-items: center;
}
.footer-icons .icon {
	width: 100px;
	margin: 10px;
	height: 60px;
	filter: grayscale(0.7);
	cursor: pointer;
}
@media screen and (max-width: 768px) {
	.footer-icons .icon {
		width: 50px;
		margin: 5px;
		height: 25px;
	}
}
.footer-icons .icon:hover {
	filter: grayscale(0);
}
.footer-alt {
	padding: 30px 0;
}
.footer-alt .social-links ul {
	justify-content: center;
}
.footer-alt .social-links ul li a {
	background-color: unset;
}
.footer-alt__buttons {
	display: flex;
	flex-direction: column;
	gap: 10px;
	width: 100%;
}
.footer-alt__buttons .site-button {
	background: unset;
	border: 1px solid var(--footer-text-color);
	color: var(--footer-text-color);
	display: flex;
	justify-content: center;
	gap: 5px;
	align-content: center;
}
.footer-alt__buttons .site-button:hover svg {
	fill: calc(var(--footer-text-color) + 20);
}
.footer-alt__buttons .site-button svg {
	fill: var(--footer-text-color);
}
@media (min-width: 768px) {
	.footer-alt__buttons {
		display: none;
	}
}
@media (min-width: 768px) {
	.footer-alt .footer-col {
		max-width: 260px;
	}
}
.footer-alt .footer-certificate {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	gap: 12px;
	margin: 12px 0;
}
.footer-alt .footer-certificate img {
	max-height: 33px;
	width: auto;
	display: block;
}
.footer-alt hr {
	opacity: 0.2;
}
.footer-alt .copyright {
	margin-top: 25px;
}
.footer-alt .copyright > div {
	color: #5e5e5e;
	font-weight: 600;
	font-size: 12px;
	line-height: 18px;
}
.footer-alt .footer-logo {
	margin-bottom: 25px;
}
.footer-icons ul {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	gap: 12px;
}
.page-header {
	z-index: 20;
}
.page-title {
	padding: 1em;
	position: relative;
	width: 100%;
	background: #1d8efe;
}
.page-title h1 {
	margin: 0;
	padding: 0;
	color: #fff;
	text-align: center;
}
.content__page {
	padding-top: 15px;
	padding-bottom: 30px;
}
@media (max-width: 576px) {
	.content__page {
		padding-bottom: 30px;
	}
}
.content__page h1 {
	font-size: 42px;
	line-height: 1.1;
	margin-top: 0;
}
@media (max-width: 576px) {
	.content__page h1 {
		font-size: 32px;
		line-height: 1.1;
	}
}
.content__page ul {
	list-style: none;
	padding: 0;
}
.content__page ul li {
	position: relative;
	margin: 15px 0;
	padding-left: 40px;
}
@media (max-width: 576px) {
	.content__page ul li {
		margin: 10px 0;
	}
}
.content__page ul li::before {
	content: url(/images/verified-1.png);
	position: absolute;
	top: 0;
	left: 0;
}
.content__page ol {
	counter-reset: myCounter;
	padding: 15px 0;
}
.content__page ol li {
	list-style: none;
	padding-left: 25px;
	position: relative;
	margin-bottom: 10px;
}
.content__page ol li:before {
	counter-increment: myCounter;
	content: counter(myCounter);
	color: #1d8efe;
	display: block;
	margin: 2px 10px 2px 2px;
	font-weight: 800;
	font-size: 22px;
	line-height: 90%;
	position: absolute;
	left: 0;
	top: 0;
}
.content__page p {
	margin: 1em 0;
}
.content__page iframe {
	max-width: 100%;
}
.content__header {
	width: 100%;
	min-height: 40vh;
	background: #e5e5e5;
}
@media (max-width: 576px) {
	.content__header {
		min-height: 20vh;
	}
}
.content__header_img {
	width: 100%;
	min-height: 40vh;
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center;
}
@media (max-width: 576px) {
	.content__header_img {
		min-height: 20vh;
	}
}
.content__header_container,
.content__header_container .row {
	position: relative;
	height: 100%;
}
.content__header_col {
	align-self: center;
	text-align: center;
	background: rgba(0, 0, 0, 0.5);
	margin-top: 15px;
	margin-bottom: 15px;
}
.content__header_text-1 {
	color: #fff;
	font-size: 24px;
	line-height: 29px;
	text-transform: uppercase;
	padding-top: 1em;
	margin: 0 !important;
}
@media (max-width: 576px) {
	.content__header_text-1 {
		font-size: 20px;
		line-height: 22px;
	}
}
.content__header_bonus {
	font-weight: 700;
	font-size: 155px;
	line-height: 189px;
	color: #1d8efe;
	margin: 0 !important;
}
@media (max-width: 576px) {
	.content__header_bonus {
		font-size: 135px;
		line-height: 170px;
	}
}
.content__header_text-2 {
	color: #fff;
	font-weight: 700;
	font-size: 43px;
	line-height: 52px;
	text-transform: uppercase;
	margin: 0 !important;
}
@media (max-width: 576px) {
	.content__header_text-2 {
		font-size: 36px;
		line-height: 40px;
		padding-bottom: 0.5em;
	}
}
.content__header_text-3 {
	color: #fff;
	font-size: 21px;
	line-height: 26px;
	text-transform: uppercase;
	padding-bottom: 1em;
	margin: 0 !important;
}
@media (max-width: 576px) {
	.content__header_text-3 {
		font-size: 20px;
		line-height: 22px;
	}
}
.content__header_button {
	margin-bottom: 1em;
}
.breadcrumbs {
	padding: 15px;
	background: #fff;
}
@media (max-width: 576px) {
	.breadcrumbs {
		padding: 15px;
	}
}
.breadcrumbs ol li {
	list-style: none;
	font-size: 16px;
	display: inline;
	margin: 0;
	color: #000;
	-webkit-transition: 0.5s;
	transition: 0.5s;
}
.breadcrumbs ol li::after {
	content: '/';
	margin: 0 7px;
}
.breadcrumbs ol li:last-child {
	color: #888;
}
.breadcrumbs ol li:last-child::after {
	content: none;
}
.breadcrumbs ol li:hover {
	color: #888;
}
.breadcrumbs__item {
	font-size: 16px;
	display: inline;
	margin: 0;
	color: #000;
	white-space: nowrap;
	-webkit-transition: 0.5s;
	transition: 0.5s;
}
.breadcrumbs__item::after {
	content: '/';
	margin: 0 7px;
}
.breadcrumbs__item:last-child {
	color: #888;
}
.breadcrumbs__item:last-child::after {
	content: none;
}
.breadcrumbs__item:hover {
	color: #888;
}
.category {
	padding-bottom: 30px;
	background: #e5e5e5;
}
.category__title {
	margin: 0.5em 0 1em;
}
.category__items {
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	justify-content: flex-start;
	padding: 0;
}
@media (max-width: 576px) {
	.category__items {
		padding: 0 0 30px;
	}
}
.category__item {
	position: relative;
	flex-basis: 45%;
	background-color: #fff;
	overflow: hidden;
	max-width: 600px;
	margin: 15px;
	box-shadow: 5px 5px 10px rgba(0, 0, 0, 0.3);
	transition: all 0.5s;
}
@media (max-width: 992px) {
	.category__item {
		flex-basis: 45%;
		margin: 10px;
	}
}
@media (max-width: 576px) {
	.category__item {
		flex-basis: 95%;
	}
}
.category__item_img {
	display: block;
	width: 100%;
	height: 250px;
	overflow: hidden;
}
.category__item_img img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	object-position: center;
	transition: all 0.5s;
}
.category__item_title {
	display: block;
	color: #000;
	margin: 0 0 20px 0;
	font-style: normal;
	font-weight: 700;
	font-size: 21px;
	line-height: 145%;
}
.category__item_desc {
	margin: 0;
	padding: 30px 19px 60px;
	color: #000;
}
.category__item_desc p {
	font-weight: 500;
	font-size: 16px;
	line-height: 145%;
	color: #000;
}
.category__item_meta {
	margin: 0 0 10px 0;
	color: rgba(0, 0, 0, 0.35) !important;
	font-style: normal;
	font-weight: 500;
	font-size: 16px;
	line-height: 145%;
}
.category__item_meta span {
	color: #fff;
	background: #1d8efe;
	font-weight: 700;
	font-size: 12px;
	vertical-align: bottom;
	padding: 3px 5px;
	border-radius: 4px;
	margin-left: 7px;
}
.category__item_read-more {
	position: absolute;
	bottom: 25px;
	left: 25px;
	font-weight: 600;
	font-size: 16px;
	line-height: 145%;
	text-decoration-line: underline;
	color: #000;
}
.category__item:hover {
	box-shadow: 5px 5px 20px rgba(0, 0, 0, 0.5);
}
.category__item:hover .category__item_img img {
	transform: scale(1.1);
}
.category__pagination {
	margin-top: 30px;
}
.category .pagination {
	width: 100%;
}
.codeblock-mini {
	max-width: 350px;
	background: #009dff;
	border-radius: var(--border-radius);
	padding: 20px;
	position: relative;
	margin: 20px 0;
}
.codeblock-mini.align-center {
	margin: 0 auto;
}
@media (max-width: 410px) {
	.codeblock-mini {
		max-width: 100%;
	}
}
.codeblock-mini__icon-wrap {
	display: inline-block;
	width: 10px;
}
.codeblock-mini__help {
	text-align: center;
}
.codeblock-mini__body {
	display: flex;
	align-items: center;
	justify-content: space-between;
}
@media (max-width: 768px) {
	.codeblock-mini__body {
		justify-content: space-around;
	}
}
.codeblock-mini__body a {
	text-decoration: none;
}
.codeblock-mini__body button {
	padding: 0;
	margin: 0;
	border: unset;
}
.codeblock-mini__title {
	font-style: normal;
	font-size: 16px;
	line-height: 135%;
	text-align: center;
	font-weight: bolder;
	padding: 10px 0;
}
.codeblock-mini input {
	border: unset;
	padding: 10px 15px;
	background: rgba(0, 127, 76, 0.3019607843);
}
@media (max-width: 410px) {
	.codeblock-mini input {
		max-width: 90px;
	}
}
.codeblock-mini input,
.codeblock-mini__code {
	font-style: normal;
	font-size: 18px;
	line-height: 125%;
	color: var(--site-button-color);
	outline: 2px dashed var(--site-button-color);
	outline-offset: -2px;
	height: 20px;
	width: 164px;
	border-radius: var(--border-radius);
	justify-content: center;
	align-items: center;
	display: flex;
	text-decoration: unset;
	font-weight: 700;
	position: relative;
	overflow: hidden;
	z-index: 2;
}
.codeblock-mini input:before,
.codeblock-mini__code:before {
	content: ' ';
	position: absolute;
	top: 9px;
	height: 7px;
	width: 4rem;
	border: 17px solid transparent;
	border-right: 16px solid var(--main-color);
	transform: rotateZ(343deg);
	z-index: 20;
	filter: brightness(0.5);
}
.codeblock-mini input:after,
.codeblock-mini__code:after {
	content: ' ';
	position: absolute;
	background-color: var(--main-color);
	width: 105px;
	height: 40px;
	left: -8px;
	z-index: -1;
	transform: skewX(16deg);
}
.codeblock-mini__code-sticker {
	content: 'COPY';
	position: absolute;
	background-color: var(--main-color);
	color: #fff;
}
.codeblock-mini .button_bonus {
	font-style: normal;
	font-weight: 500;
	font-size: 14.6524px;
	line-height: 125%;
	border: unset;
	height: 40px;
	width: 130px;
	border-radius: 5px;
	justify-content: center;
	align-items: center;
	display: flex;
	text-decoration: unset;
	font-weight: 900;
}
@media (max-width: 410px) {
	.codeblock-mini .button_bonus {
		min-width: 112px;
		max-width: 112px;
	}
}
.codeblock-mini .codeblock-block-ref {
	display: none;
}
.codeblock-mini .codeblock-block {
	position: relative;
}
.codeblock-mini .codeblock-block:after {
	content: ' ';
	background: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" width="20" height="20" viewBox="0 0 20 20" fill="none"><path d="M13.0859 0.4763H9.37728C7.69728 0.4763 6.36586 0.4763 5.32514 0.617015C4.25228 0.762015 3.38514 1.06701 2.70086 1.75273C2.01657 2.44059 1.71228 3.31201 1.56871 4.38844C1.42871 5.43344 1.42871 6.76916 1.42871 8.4563V14.0163C1.42798 14.6971 1.62914 15.3629 2.00674 15.9294C2.38434 16.496 2.92145 16.9378 3.55014 17.1992C3.48586 16.332 3.48586 15.1177 3.48586 14.1063V9.33487C3.48586 8.11487 3.48586 7.06344 3.598 6.22059C3.71943 5.31773 3.99157 4.45344 4.69086 3.7513C5.38943 3.04916 6.25157 2.7763 7.15086 2.65416C7.98871 2.54201 9.03657 2.54201 10.2523 2.54201H13.1766C14.3916 2.54201 15.4373 2.54201 16.2766 2.65416C16.0251 2.01252 15.5863 1.4615 15.0171 1.0729C14.448 0.684305 13.775 0.476872 13.0859 0.4763Z" fill="white"/><path d="M4.85742 9.42583C4.85742 6.8294 4.85742 5.53154 5.66099 4.72511C6.46385 3.91797 7.75671 3.91797 10.3431 3.91797H13.086C15.6717 3.91797 16.9646 3.91797 17.7689 4.72511C18.5717 5.53154 18.5717 6.82868 18.5717 9.42583V14.0165C18.5717 16.6123 18.5717 17.9108 17.7689 18.7173C16.9653 19.5244 15.6717 19.5244 13.086 19.5244H10.3431C7.75742 19.5244 6.46456 19.5244 5.66099 18.7173C4.85742 17.9101 4.85742 16.6123 4.85742 14.0165V9.42583Z" fill="white"/></svg>');
	position: absolute;
	width: 20px;
	height: 20px;
	right: 13px;
	top: 10px;
	z-index: 9;
}
.quote {
	padding: 30px 0;
}
@media (max-width: 576px) {
	.quote {
		padding: 20px 0;
	}
}
.quote__wrapper {
	background: #fff;
	display: flex;
	flex-wrap: nowrap;
	justify-content: space-between;
	overflow: hidden;
}
.quote__col-left {
	width: 100%;
	padding: 15px;
}
.quote__col-right {
	width: 240px;
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	clip-path: polygon(40% 0, 100% 0, 100% 100%, 0 100%);
}
.quote__text {
	font-weight: 700;
	font-size: 18px;
	line-height: 20px;
	padding-bottom: 10px;
}
.quote__text p {
	margin: 0 !important;
}
.quote__link {
	display: block;
	text-align: right;
	font-weight: 400;
	font-size: 14px;
	line-height: 26px;
	text-decoration: underline;
}
.quote__image {
	display: flex;
	justify-content: center;
	align-items: center;
	height: 100%;
	background-image: url(/images/poker-bg.jpg);
	background-size: cover;
	padding: 10px 0 10px 40px;
}
.quote__image img {
	display: block;
}
.quote__button {
	height: 35px;
	background: #fdef6e;
	color: #000;
	text-align: center;
	line-height: 35px;
}
.comments-section .commentlist {
	list-style: none;
	padding: 0;
}
.comments-section .comment {
	background: #fff;
	margin: 10px 0;
	padding: 15px;
}
.comments-section .comment-author {
	display: flex;
	align-items: center;
	margin-bottom: 5px;
}
.comments-section .comment-author img {
	border: 1px solid #aaa;
	padding: 1px;
	border-radius: 50%;
	background: #fff;
}
.comments-section .comment-author cite {
	padding: 0 0 0 10px;
}
.comments-section .comment-meta a {
	color: #bbb;
	font-size: 12px;
}
.comments-section .comment-respond {
	text-align: center;
}
.comments-section .comment-form {
	background: #999;
	margin: 1em 0 2em;
	border-radius: var(--border-radius);
}
.comments-section .comment-form-author,
.comments-section .comment-form-email {
	padding-bottom: 1em;
}
.comments-section .comment-form-author label,
.comments-section .comment-form-email label {
	display: inline-block;
	min-width: 80px;
}
.comments-section .comment-notes,
.comments-section .logged-in-as {
	color: #fff;
	padding: 1em;
}
.comments-section .comment-notes a,
.comments-section .logged-in-as a {
	color: #fff;
}
.comments-section .comment-form-comment {
	display: flex;
	flex-direction: column;
	align-items: center;
	margin: 15px auto;
	width: 90%;
}
.comments-section .comment-form-comment label {
	display: none;
}
.comments-section #comment {
	margin: 0 auto;
	width: 90%;
}
.comments-section input,
.comments-section textarea {
	outline: 0;
	border: 1px solid #bbb;
	padding: 5px 10px;
}
.comments-section .submit {
	margin: 30px auto;
}
.comments-section .says {
	margin-left: 20px;
}
ul.commentlist li:before {
	content: ' ' !important;
}
.rating {
	position: relative;
	display: inline-block;
}
.rating::before {
	content: '☆☆☆☆☆☆☆☆☆☆';
	position: relative;
	color: #faba05;
	font-size: 2rem;
}
.rating .stars {
	position: absolute;
	left: 0;
	top: 0;
	overflow: hidden;
}
.rating .stars::after {
	content: '★★★★★★★★★★';
	display: block;
	color: #faba05;
	font-size: 2rem;
}
.rating .count {
	width: 10px;
}
.rating-short {
	position: relative;
	display: inline-block;
	margin: 0 auto;
}
.rating-short::before {
	content: '☆☆☆☆☆';
	position: relative;
	color: #faba05;
	font-size: 2rem;
}
.rating-short .stars {
	position: absolute;
	left: 0;
	top: 0;
	overflow: hidden;
}
.rating-short .stars::after {
	content: '★★★★★';
	display: block;
	color: #faba05;
	font-size: 2rem;
}
.rating-short .count {
	width: 10px;
}
.rating_sm .stars::after {
	font-size: 1.5rem;
}
.rating_sm::before {
	font-size: 1.5rem;
}
.contents {
	padding: 0 15px;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
}
@media (max-width: 992px) {
	.contents {
		position: relative;
		padding: 0;
		margin-bottom: 30px;
	}
}
.contents__wrap {
	background-color: #fff;
	overflow: hidden;
	box-shadow: 3px 3px 10px rgba(0, 0, 0, 0.2);
}
.contents__title {
	padding: 15px 15px 0;
	margin: 0 !important;
	font-weight: 700;
	background-color: #fff;
	color: #333;
}
.contents ul {
	padding: 5px 15px 5px 15px;
}
.contents ul li {
	margin: 15px 0;
}
.contents a {
	color: #1d8efe;
}
.contents a:hover {
	text-decoration: underline;
}
.main-content ul {
	list-style: none;
	padding: 0;
}
.main-content ul li {
	padding-left: 1.3rem;
	position: relative;
	margin-bottom: 1rem;
}
.main-content ul li::before {
	content: var(--list-style);
	position: absolute;
	color: var(--main-color);
	font-size: var(--font-size);
	top: 0;
	left: 0;
}
.main-content ol {
	counter-reset: myCounter;
	padding: 15px 0;
}
.main-content ol li {
	list-style: none;
	padding-left: 2.5rem;
	position: relative;
	margin-bottom: 1rem;
}
.main-content ol li:before {
	counter-increment: myCounter;
	content: counter(myCounter);
	color: #fff;
	background: #009dff;
	margin: 0;
	font-weight: 500;
	font-size: 1.1rem;
	line-height: 10px;
	border-radius: 3.6px;
	padding: 6px;
	position: absolute;
	left: 0;
	top: 0;
	width: 14px;
	height: 14px;
	display: flex;
	align-items: center;
	justify-content: center;
}
.main-content p {
	margin: 1rem 0;
}
.main-content a {
	text-decoration: underline;
}
.main-content iframe {
	max-width: 100%;
}
.main-content .wp-block-image {
	margin-top: 2rem;
	margin-bottom: 2rem;
}
.main-content blockquote {
	padding-left: 25px;
	position: relative;
	display: block;
	margin: 20px auto;
}
.main-content blockquote p {
	font-size: 1.1rem;
	font-weight: 200;
	line-height: 22px;
	font-style: italic;
}
.main-content blockquote::before {
	content: '';
	position: absolute;
	top: 0;
	left: 10px;
	width: 3px;
	height: 100%;
	background-color: var(--main-color);
}
.main-content blockquote cite {
	display: block;
	margin-top: 10px;
	font-size: 0.8em;
}
.main-content .figcaption {
	font-size: 0.9rem;
	text-align: center;
	font-style: italic;
	margin-top: 10px;
}
.main-content figcaption {
	font-size: 0.9rem;
	text-align: center;
	font-style: italic;
	margin-top: 10px;
}
.search-page__post {
	margin: 1em 0 2em;
}
.search-page__post-title {
	margin: 1em 0 0.5em;
}
@media (max-width: 576px) {
	.wp-block-table.is-style-stripes {
		margin: 1em 0;
	}
}
.wp-block-table.is-style-stripes tbody tr:nth-child(even) {
	background-color: #fff;
}
.wp-block-table table {
	width: 100%;
	border: none;
	margin-bottom: 20px;
	background-color: #fff;
	border-radius: 5px;
	overflow: hidden;
}
.wp-block-table table thead {
	border: none;
}
.wp-block-table table thead th {
	font-weight: 700;
	text-align: left;
	border: none;
	padding: 10px 15px;
	background: var(--table-bg-color-head);
	color: var(--table-font-color-head);
	font-size: 15px;
	border-left: 1px solid var(--table-bg-color-head);
	border-right: 1px solid var(--table-bg-color-head);
}
.wp-block-table table tbody td {
	color: #4e81a0;
	text-align: left;
	border-left: 1px solid var(--table-border-color);
	border-right: 1px solid var(--table-border-color);
	border-bottom: 1px solid var(--table-border-color);
	padding: 10px 15px;
	font-size: 15px;
	vertical-align: top;
}
.wp-block-table table tbody td:first-child {
	border-left: 1px solid var(--table-border-color);
}
.wp-block-table table tbody td:last-child {
	border-right: 1px solid var(--table-border-color);
}
.wp-block-table table tbody tr:last-child td {
	border-bottom: 1px solid var(--table-border-color);
}
.wp-block-table table tbody tr:first-child td {
	border-top: 1px solid var(--table-border-color);
}
.wp-block-table table tbody tr:nth-child(odd) {
	background: var(--table-bg-cell);
}
@media (max-width: 576px) {
	.content__page .wp-block-quote {
		margin: 1em 0;
	}
}
.content__page .wp-block-quote p {
	background: #f3f4f5;
	padding: 1em;
	border-left: 4px solid #1d8efe;
}
.wpcf7-form {
	display: flex;
	flex-direction: column;
	align-items: center;
}
.wpcf7-form input,
.wpcf7-form textarea {
	max-width: 100%;
	padding: 0.5rem;
	border: 2px solid rgba(29, 142, 254, 0.4);
	border-radius: 5px;
}
.mobile-app-header {
	display: grid;
	grid-template-columns: 1fr 1fr;
	grid-template-rows: auto auto auto auto;
	margin: 20px 0;
}
.mobile-app-header__title {
	grid-row: 1;
	grid-column: 1;
	align-items: center;
	display: grid;
	align-content: center;
}
.mobile-app-header__description {
	grid-row: 2;
	grid-column: 1;
	z-index: 2;
}
@media screen and (max-width: 768px) {
	.mobile-app-header__description {
		grid-row: 6;
	}
	.mobile-app-header__description p {
		color: #000 !important;
	}
}
.mobile-app-header__text {
	font-size: 1.5rem;
	padding: 20px 0;
}
.mobile-app-header__buttons {
	grid-row: 4;
	grid-column: 2;
	display: grid;
	grid-template-columns: 1fr 1fr;
	background-color: rgba(215, 215, 215, 0.48);
}
.mobile-app-header__rating {
	grid-row: 4;
	grid-column: 1;
	background-color: rgba(215, 215, 215, 0.48);
}
.mobile-app-header__rating > div {
	text-align: center;
	padding: 10px 0;
}
.mobile-app-header__promo {
	z-index: 2;
}
@media screen and (max-width: 768px) {
	.mobile-app-header__promo .codeblock-mini {
		border: unset;
		background: unset;
		margin: 0;
	}
}
.mobile-app-header__img {
	grid-row: 1/4;
	grid-column: 2;
	border-top-left-radius: 1rem;
	border-top-right-radius: 1rem;
	display: grid;
	align-self: end;
	text-align: center;
}
.mobile-app-header__img img {
	box-shadow: 0 -15px 15px 0 #1c1c1c;
	border-top-left-radius: 1.5rem;
	border-top-right-radius: 1.5rem;
	padding: 10px 10px 0 10px;
	background-color: #000;
	width: auto;
	margin: 0 auto;
}
@media screen and (max-width: 768px) {
	.mobile-app-header__img {
		height: 250px;
		align-self: center;
		padding-bottom: 20px;
	}
	.mobile-app-header__img img {
		height: 250px;
		width: auto;
	}
}
@media screen and (max-width: 768px) {
	.mobile-app-header {
		grid-template-columns: 1fr;
		grid-template-rows: auto auto auto auto;
		margin-bottom: 0;
	}
	.mobile-app-header:after {
		content: ' ';
		position: absolute;
		background-color: #f4f4f4;
		width: 90%;
		height: 60%;
		bottom: 0;
		z-index: 0;
		border-radius: var(--border-radius) var(--border-radius) 0 0;
		left: 5%;
	}
	.mobile-app-header:before {
		content: ' ';
		position: absolute;
		width: 100%;
		height: 20%;
		bottom: 0;
		z-index: 0;
		left: 0;
		background-image: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" width="3px" height="3px" viewBox="0 0 3 3" fill="black"><polygon points="0,0.5 0,1.5 1.5,3 2.5,3"></polygon><polygon points="2.5,0 1.5,0 3,1.5 3,0.5"></polygon></svg>');
		background-size: 6px 6px;
	}
	.mobile-app-header__title {
		grid-row: 1;
		grid-column: 1;
		z-index: 2;
		margin-bottom: 20px;
		background-color: transparent;
	}
	.mobile-app-header__buttons {
		margin: 0 20px;
		grid-row: 4;
		grid-column: 1;
		grid-template-columns: 1fr;
		z-index: 2;
		background-color: transparent;
	}
	.mobile-app-header__rating {
		margin: 0 20px;
		grid-row: 5;
		grid-column: 1;
		z-index: 2;
		background-color: transparent;
	}
	.mobile-app-header__rating > div {
		grid-template-columns: 1fr;
		display: grid;
	}
	.mobile-app-header__img {
		grid-row: 2;
		grid-column: 1;
		z-index: 2;
	}
}
@media screen and (min-width: 768px) {
	.mobile-app-header__buttons {
		border-radius: 0 var(--border-radius) var(--border-radius) 0;
	}
	.mobile-app-header__rating {
		border-radius: var(--border-radius) 0 0 var(--border-radius);
	}
}
.header-mobile-app {
	display: grid;
	grid-template-columns: 355px 2fr;
	margin: 80px 0;
	gap: 40px;
	align-items: center;
}
.header-mobile-app.left {
	grid-template-columns: 2fr 355px;
}
.header-mobile-app.left .header-mobile-app__left {
	grid-column: 1/1;
	grid-row-start: 1;
}
.header-mobile-app__right {
	padding: 20px;
	border-radius: 12px;
	display: grid;
	gap: 10px;
}
.header-mobile-app__title {
	margin-bottom: 20px;
	margin-top: 0;
}
.header-mobile-app__description {
	font-size: 18px;
	font-weight: 400;
	line-height: 24px;
}
.header-mobile-app__image-app {
	border-radius: 12px;
	overflow: hidden;
	display: flex;
}
.header-mobile-app__image-app img {
	width: 100%;
}
.header-mobile-app__rating {
	display: flex;
	justify-content: center;
	gap: 10px;
	align-items: center;
	margin-bottom: 10px;
	margin-top: 10px;
}
.header-mobile-app__rating-stars {
	display: flex;
	gap: 2px;
}
.header-mobile-app__rating-stars svg {
	width: 20px;
}
.header-mobile-app__rating-count {
	font-size: 16px;
	font-weight: 700;
	line-height: 22px;
	text-align: center;
}
.header-mobile-app__rating-persons {
	font-size: 14px;
	font-weight: 400;
	line-height: 22px;
	display: flex;
	gap: 3px;
}
.header-mobile-app__buttons {
	display: flex;
	gap: 10px;
	flex-direction: column;
}
.header-mobile-app__buttons button {
	padding: 10px;
	display: flex;
	align-items: center;
	justify-content: center;
	text-transform: none;
	font-weight: 700;
	font-size: 14px;
	line-height: 22px;
	gap: 5px;
	border-radius: var(--border-radius);
	border: 1px solid #fff;
}
.header-mobile-app__buttons .ios-button {
	color: #fff;
}
.header-mobile-app__buttons .android-button {
	background: #fff;
}
.header-mobile-app__downloaded {
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 10px;
	font-size: 14px;
	font-weight: 400;
	line-height: 18px;
}
@media screen and (max-width: 768px) {
	.header-mobile-app {
		grid-template-columns: 1fr;
		gap: 30px;
		margin: 0;
		margin-bottom: 30px;
	}
	.header-mobile-app.left {
		grid-template-columns: 1fr;
		padding-top: 40px;
	}
	.header-mobile-app.left .header-mobile-app__left {
		grid-row-start: 2;
	}
}
.header-main {
	display: grid;
	grid-template-columns: 355px 2fr;
	margin: 80px 0;
	gap: 40px;
	align-items: center;
}
.header-main.left {
	position: relative;
	grid-template-columns: 2fr 355px;
}
.header-main.left .header-main__left {
	grid-column: 1/1;
	grid-row-start: 1;
}
.header-main__right {
	padding: 20px;
	border-radius: 12px;
	display: grid;
	gap: 10px;
	position: relative;
}
.header-main__image {
	position: absolute;
	left: 50%;
	transform: translate(-50%, -50%);
}
.header-main__title {
	margin-bottom: 20px;
	margin-top: 0;
}
.header-main__description {
	font-size: 18px;
	font-weight: 400;
	line-height: 24px;
}
.header-main__verifed {
	padding: 4px 8px;
	border-radius: 112px;
	background: rgba(0, 0, 0, 0.18);
	display: flex;
	align-items: center;
	justify-content: center;
	width: fit-content;
	margin: 0 auto;
	gap: 4px;
	font-size: 12px;
	font-weight: 700;
	line-height: 14px;
	text-align: center;
}
.header-main__small-text {
	margin-top: 15px;
}
.header-main__small-text > * {
	font-weight: 400;
	font-size: 23px;
	line-height: 100%;
	color: #fff;
	margin: 0;
}
.header-main__small-text p {
	margin: 0;
}
.header-main__big-text {
	font-weight: 900;
	font-size: 47px;
	line-height: 100%;
	letter-spacing: -1.13px;
	text-align: center;
	text-shadow: 0 4px 25px rgba(251, 236, 106, 0.8),
		0 2.26px 4.52px rgba(0, 0, 0, 0.3490196078);
	color: #ffd63e;
}
.header-main__buttons button {
	padding: 10px 12px;
	width: 100%;
}
.header-main__promocode {
	display: flex;
	border: 1px solid rgba(255, 255, 255, 0.1019607843);
	border-radius: 12px;
	border-right: none;
	margin-bottom: 15px;
	position: relative;
}
.header-main__promocode::after {
	content: ' ';
	background: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" width="20" height="20" viewBox="0 0 20 20" fill="none"><path d="M13.0859 0.4763H9.37728C7.69728 0.4763 6.36586 0.4763 5.32514 0.617015C4.25228 0.762015 3.38514 1.06701 2.70086 1.75273C2.01657 2.44059 1.71228 3.31201 1.56871 4.38844C1.42871 5.43344 1.42871 6.76916 1.42871 8.4563V14.0163C1.42798 14.6971 1.62914 15.3629 2.00674 15.9294C2.38434 16.496 2.92145 16.9378 3.55014 17.1992C3.48586 16.332 3.48586 15.1177 3.48586 14.1063V9.33487C3.48586 8.11487 3.48586 7.06344 3.598 6.22059C3.71943 5.31773 3.99157 4.45344 4.69086 3.7513C5.38943 3.04916 6.25157 2.7763 7.15086 2.65416C7.98871 2.54201 9.03657 2.54201 10.2523 2.54201H13.1766C14.3916 2.54201 15.4373 2.54201 16.2766 2.65416C16.0251 2.01252 15.5863 1.4615 15.0171 1.0729C14.448 0.684305 13.775 0.476872 13.0859 0.4763Z" fill="white"/><path d="M4.85742 9.42583C4.85742 6.8294 4.85742 5.53154 5.66099 4.72511C6.46385 3.91797 7.75671 3.91797 10.3431 3.91797H13.086C15.6717 3.91797 16.9646 3.91797 17.7689 4.72511C18.5717 5.53154 18.5717 6.82868 18.5717 9.42583V14.0165C18.5717 16.6123 18.5717 17.9108 17.7689 18.7173C16.9653 19.5244 15.6717 19.5244 13.086 19.5244H10.3431C7.75742 19.5244 6.46456 19.5244 5.66099 18.7173C4.85742 17.9101 4.85742 16.6123 4.85742 14.0165V9.42583Z" fill="white"/></svg>');
	position: absolute;
	width: 20px;
	height: 20px;
	right: 14px;
	top: 15px;
	z-index: 9;
}
.header-main__promocode .codeblock-block-copy {
	position: absolute;
	width: 100%;
	height: 100%;
	z-index: 10;
	cursor: pointer;
}
.header-main__promocode input {
	font-style: normal;
	font-size: 18px;
	line-height: 125%;
	width: 100%;
	color: var(--site-button-color);
	outline: 2px dashed var(--site-button-color);
	outline-offset: -2px;
	border-radius: var(--border-radius);
	justify-content: center;
	align-items: center;
	display: flex;
	text-decoration: unset;
	font-weight: 700;
	position: relative;
	overflow: hidden;
	z-index: 2;
	border: unset;
	padding: 15px;
	background: rgba(0, 127, 76, 0.3019607843);
}
.header-main__promocode button {
	background: #fff;
	color: #12192b;
	padding: 8px 16px;
	max-width: 162px;
	display: flex;
	align-items: center;
	justify-content: center;
}
.header-main__description_bonus {
	font-weight: 600;
	font-size: 20px;
	line-height: 100%;
	letter-spacing: -0.7px;
	text-align: center;
}
@media screen and (max-width: 768px) {
	.header-main {
		grid-template-columns: 1fr;
		margin: 0;
		margin-bottom: 30px;
	}
	.header-main.left {
		grid-template-columns: 1fr;
		gap: 30px;
	}
	.header-main.left .header-main__left {
		grid-row-start: 2;
	}
	.header-main__right {
		margin-top: 55px;
	}
	.header-main__title {
		font-size: 28px;
		line-height: 30px;
	}
}
@media screen and (min-width: 768px) {
	.header-main__rating {
		border-radius: var(--border-radius) 0 0 var(--border-radius);
	}
}
.foreign__sites ul {
	display: flex;
	width: fit-content;
	padding: 0;
	position: relative;
	margin: 20px 0;
	flex-wrap: wrap;
}
.foreign__sites ul li {
	padding-left: 0;
	padding-right: 10px;
	padding-bottom: 0;
	margin-bottom: 0;
}
.foreign__sites ul li::before {
	content: none;
}
.foreign__sites ul li img {
	height: 40px;
	width: auto;
}
.foreign__sites ul li a {
	display: flex;
	flex-direction: row;
	align-items: center;
}
.foreign__sites ul li::before {
	content: none;
}
.showMobBanner.hide {
	display: none;
}
.showMobBanner.show {
	position: fixed;
	bottom: 0;
}
.mobile-version {
	max-width: 400px;
	margin: 0 auto;
}
.app-download {
	max-width: 100%;
	margin: 10px;
	border-radius: 10px;
}
@media screen and (max-width: 320px) {
	.app-download {
		margin: 0;
	}
}
.app-download__wrapper {
	display: grid;
	grid-template-columns: 60px auto 110px;
	padding: 8px 8px 0;
	gap: 0 8px;
	align-items: center;
}
@media screen and (max-width: 320px) {
	.app-download__wrapper {
		grid-template-columns: 45px auto 100px;
	}
}
.app-download__logo {
	grid-row: 1/3;
	border-radius: 10px;
	overflow: hidden;
	grid-column: 1/1;
	align-self: center;
	justify-self: center;
}
.app-download__logo img {
	width: 100%;
	height: auto;
	display: block;
}
.app-download__title {
	font-weight: 700;
	font-size: 17px;
	line-height: 100%;
	align-self: end;
}
.app-download__bonus {
	font-weight: 400;
	font-size: 13px;
	line-height: 100%;
	grid-row: 2;
	grid-column: 2/3;
	align-self: start;
}
.app-download__button {
	grid-row: 1/3;
	grid-column: 3/3;
	display: flex;
	justify-content: center;
	align-items: center;
}
.app-download4 {
	max-width: 100%;
	margin: 10px;
	border-radius: 10px;
}
.app-download4__wrapper {
	display: grid;
	grid-template-columns: 45px auto 20px;
	grid-template-rows: 1fr auto;
	padding: 12px;
	gap: 8px;
	margin-bottom: 10px;
}
.app-download4__logo {
	display: flex;
	text-align: center;
	grid-row: 1/3;
	justify-content: center;
	align-items: center;
}
.app-download4__logo img {
	border-radius: 10px;
	overflow: hidden;
	width: 100%;
	height: auto;
}
.app-download4__title {
	font-weight: 500;
	font-size: 16px;
	line-height: 19px;
}
.app-download4__bonus {
	grid-row: 2;
	grid-column: 2/3;
}
.app-download4__button {
	grid-row: 1/3;
	grid-column: 3/3;
	display: flex;
	justify-content: center;
	align-items: center;
	margin: -12px -12px -12px -12px;
	background: linear-gradient(
		270deg,
		var(--second-color) -80.16%,
		var(--main-color) 103.97%
	) !important;
	border-radius: 0 var(--border-radius) var(--border-radius) 0;
	display: flex;
	justify-content: center;
	align-items: center;
}
.app-download4__button > div {
	height: 20px;
}
.app-download6 {
	background-color: #1d2730;
	max-width: 100%;
	margin: 0 auto;
	border-radius: 10px;
}
.app-download6__wrapper {
	display: grid;
	grid-template-columns: auto 72px;
	grid-template-rows: 1fr auto;
	padding: 12px;
	gap: 2px;
	margin-bottom: 10px;
}
.app-download6__title {
	font-weight: 500;
	font-size: 16px;
	grid-row: 1;
	grid-column: 1/1;
}
.app-download6__bonus {
	grid-row: 2;
	grid-column: 1/1;
	font-weight: 400;
	font-size: 12px;
}
.app-download6__button {
	grid-row: 1/3;
	grid-column: 2/2;
	display: flex;
	justify-content: center;
	align-items: center;
}
.app-download6__button a,
.app-download6__button button {
	text-decoration: none;
	padding: 10px;
	border-radius: 10px;
	border-radius: 10px;
	font-style: normal;
	font-weight: 600;
	font-size: 12px;
	line-height: 21px;
	text-align: center;
	text-transform: uppercase;
}
.fast-links-block {
	display: flex;
	flex-direction: row;
	box-sizing: border-box;
	padding: 0;
	transition: 0.5s;
	margin: 25px 0;
	gap: 20px;
	overflow-x: scroll;
}
@media (min-width: 768px) {
	.fast-links-block {
		justify-content: space-between;
	}
}
@media (max-width: 768px) {
	.fast-links-block {
		width: 100%;
		overflow-x: auto;
		white-space: nowrap;
	}
}
.fast-links-block button {
	border: unset;
	padding: 0;
	background: 0 0;
}
@media (max-width: 768px) {
	.fast-links-block button {
		width: 100%;
		margin-right: 10px;
	}
}
.fast-links-block button:last-child {
	margin-right: 0;
}
.fast-links-block__item {
	box-sizing: border-box;
	font-style: normal;
	font-weight: 400;
	font-size: 16px;
	line-height: 19px;
	text-transform: uppercase;
	color: var(--site-button-color);
	background: var(--fl-background);
	display: flex;
	flex-direction: row;
	justify-content: space-between;
	align-items: center;
	width: 220px;
	padding-left: 10px;
	padding-right: 10px;
	text-align: left;
	cursor: pointer;
	position: relative;
	transition: 0.5s;
}
.fast-links-block__item strong {
	transition: 0.5s;
	display: block;
	font-weight: 700;
}
@media (min-width: 768px) {
	.fast-links-block__item {
		justify-content: space-between;
		border-radius: 10px;
	}
	.fast-links-block__item:hover strong {
		font-weight: 700;
	}
	.fast-links-block__item:hover:before {
		position: absolute;
		width: 50%;
		height: 8px;
		top: 0;
		background-color: var(--main-color);
		content: ' ';
		border-radius: 0 0 10px 10px;
		left: 25%;
	}
}
@media (max-width: 768px) {
	.fast-links-block__item {
		border-radius: 10px;
	}
}
.fast-links-block__item.active {
	background-color: var(--main-accent-color);
	color: #fff;
	padding: 10px 25px;
}
.fast-links-block__item.active span {
	color: #fff;
}
.fast-links-block__item span {
	font-size: 16px;
	color: var(--site-button-color);
	margin-right: 20px;
	line-height: 1;
	display: block;
}
.fast-links-block__item strong {
	text-align: left;
}
.fast-links-block__item p {
	font-size: 10px;
	text-align: left;
	margin: 0;
}
.fast-links-block__item img {
	height: auto;
	padding: 15px 0;
	width: 40px;
}
.fast-links-block__item a {
	font-weight: 700;
	text-decoration: none;
	color: #fff;
	display: flex;
	justify-content: center;
	align-items: center;
	padding: 10px 25px;
}
.fast-links-block__item:hover {
	background: var(--fl-background-hover);
	color: var(--site-button-hover-color);
}
.fast-links-block__item:hover span {
	color: var(--site-button-hover-color);
}
.fast-links-block__item:hover a {
	color: var(--site-button-hover-color);
}
.list-anchor {
	background: #fff;
	box-sizing: border-box;
	box-shadow: 0 0 25px rgba(0, 0, 0, 0.07);
	padding: 20px;
	padding-bottom: 10px;
	border: 1px solid var(--table-border-color);
	border-radius: 0 0 10px 10px;
	display: none;
}
.list-anchor__title {
	font-weight: 700;
	font-size: 13px;
	line-height: 192.69%;
	padding-right: 17px;
	text-transform: uppercase;
	white-space: nowrap;
	margin: 0;
}
.list-anchor__title::after {
	content: none;
}
.list-anchor ol {
	width: 100%;
	list-style-type: none;
	margin: 0;
	background-color: #fff;
	border-radius: 15px;
	column-count: 3;
}
.list-anchor ol li {
	padding-right: 45px;
	padding-left: 2rem;
	margin-bottom: 0;
	padding-bottom: 10px;
}
.list-anchor ol li:last-child {
	padding-right: 0;
}
.list-anchor ol a {
	text-decoration: none;
	color: #000;
	font-size: 18px;
	line-height: 22px;
	font-weight: 600;
}
.list-anchor ol a:hover {
	text-decoration: underline;
	color: var(--main-accent-color);
}
.list-anchor ul {
	width: 100%;
	list-style-type: none;
	margin: 0;
	background-color: #fff;
	border-radius: 15px;
	column-count: 2;
	column-gap: 50px;
}
.list-anchor ul li {
	padding-left: 1.6rem;
	margin-bottom: 0;
	padding-bottom: 10px;
}
.list-anchor ul li:last-child {
	padding-right: 0;
}
.list-anchor ul li:before {
	content: var(--toc-style);
}
.list-anchor ul a {
	text-decoration: none;
	color: #000;
	font-size: 18px;
	line-height: 22px;
	font-weight: 600;
}
.list-anchor ul a:hover {
	text-decoration: underline;
	color: var(--main-accent-color);
}
.list-anchor.show {
	display: flex !important;
}
@media (max-width: 768px) {
	.list-anchor ol,
	.list-anchor ul {
		column-count: 1;
		display: block;
	}
}
@media (max-width: 450px) {
	.list-anchor {
		flex-direction: column;
	}
	.list-anchor__title {
		margin-bottom: 7px;
	}
	.list-anchor ol li,
	.list-anchor ul li {
		margin-bottom: 5px;
		padding-right: 20px;
	}
}
.list-anchor__head {
	cursor: pointer;
	position: relative;
	padding: 10px 15px 10px 20px;
	color: #fff;
	background-color: var(--main-color);
	display: block;
	border-radius: 100px;
}
.list-anchor__head:before {
	content: '☰';
	display: block;
	position: absolute;
	top: 11px;
	right: 20px;
}
.list-anchor__wrap {
	overflow: hidden;
	border-radius: var(--border-radius);
	margin: 42px 0 10px;
}
@media (max-width: 768px) {
	.list-anchor__wrap {
		margin-top: 28px;
	}
}
.list-anchor__old {
	border-radius: 10px;
	margin: 10px 0;
}
header {
	padding: 5px 0;
}
@media (max-width: 1200px) {
	header .top-nav {
		top: -1000%;
	}
}
header .header-buttons button {
	padding: 10px;
	font-weight: 600;
}
@media (max-width: 768px) {
	header .header-buttons button {
		min-width: 70px;
		padding: 7px 20px;
		margin-top: 10px;
	}
}
header .header-buttons button:hover {
	box-shadow: none;
}
header .header-buttons button:nth-child(1) {
	border: 2px solid var(--header-link-border-first);
	color: var(--header-link-color-first);
	background-color: var(--header-link-bg-first);
}
header .header-buttons button:nth-child(1):hover {
	box-shadow: none;
	background-color: var(--header-link-hover-first);
	border: 2px solid var(--header-link-hover-first);
}
header .header-buttons button:nth-child(2) {
	border: 2px solid var(--header-link-border-secodary);
	color: var(--header-link-color-secodary);
	background: var(--header-link-bg-secodary);
}
header .header-buttons button:nth-child(2):hover {
	border: 2px solid var(--header-link-hover-secodary);
	background: var(--header-link-hover-secodary);
}
header .bg-header-second-bg-color {
	background-color: var(--header-second-bg-color);
}
header .bg-header-second-bg-color .top-nav a.nav__link {
	color: var(--nav-second-color);
	background-color: var(--header-second-bg-color);
}
.review__image {
	width: 80px;
	height: 80px;
	margin-right: 20px;
}
.review__image img {
	border-radius: 20px;
}
.grid-block {
	margin: 10px 0;
	display: grid;
	grid-column-gap: 10px;
	grid-row-gap: 10px;
}
@media screen and (min-width: 768px) {
	.grid-block {
		grid-template-columns: 1fr 1fr;
	}
}
.grid-block__item {
	align-items: center;
	background-color: #f5f5f5;
	border-radius: 10px;
	flex-direction: column;
}
@media screen and (min-width: 768px) {
	.grid-block__item {
		flex-direction: row;
	}
	.grid-block__item:nth-child(2) {
		grid-row-start: 1;
		grid-row-end: 3;
		grid-column: 2;
		flex-direction: column;
	}
}
.grid-block__img img {
	max-width: 100px;
	border-radius: 20px;
}
.grid-block__button {
	padding: 10px;
	margin: 20px;
}
.social-links ul {
	display: flex;
	flex-direction: row;
	gap: 1em;
	flex-wrap: wrap;
}
@media screen and (max-width: 420px) {
	.social-links ul {
		justify-content: center;
	}
}
.social-links ul li a {
	display: inline-block;
	filter: grayscale(0.5);
	border-radius: 10px;
	padding: 5px;
	width: 38px;
	height: 38px;
}
.social-links ul li a:hover {
	filter: grayscale(0);
}
.telegram-icon {
	width: 38px;
	height: 38px;
	display: block;
	background-size: contain;
	background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHByZXNlcnZlQXNwZWN0UmF0aW89InhNaWRZTWlkIiB2aWV3Qm94PSIwIDAgMjU2IDI1NiI+PHBhdGggZmlsbD0iIzQwQjNFMCIgZD0iTTEyOCAwYTEyOCAxMjggMCAxIDAgMCAyNTYgMTI4IDEyOCAwIDEgMCAwLTI1NloiLz48cGF0aCBmaWxsPSIjRkZGIiBkPSJNMTkwLjMgNzMuNiAxNjcuNCAxODlzLTMuMiA4LTEyIDQuMmwtNTIuNy00MC41LTE5LjItOS4zLTMyLjMtMTAuOHMtNS0xLjgtNS40LTUuNmMtLjUtMy45IDUuNi02IDUuNi02bDEyOC4zLTUwLjNzMTAuNi00LjYgMTAuNiAzIi8+PHBhdGggZmlsbD0iI0QyRTVGMSIgZD0iTTk4LjYgMTg3LjZzLTEuNS0uMS0zLjQtNi4yYy0yLTYtMTEuNy0zOC0xMS43LTM4TDE2MSA5NHM0LjUtMi43IDQuMyAwYzAgMCAuOC41LTEuNiAyLjctMi40IDIuMy02MC45IDU0LjgtNjAuOSA1NC44Ii8+PHBhdGggZmlsbD0iI0I1Q0ZFNCIgZD0ibTEyMi45IDE2OC4xLTIwLjkgMTlzLTEuNiAxLjMtMy40LjVsNC0zNS4zIi8+PC9zdmc+Cg==);
}
.instagram-icon {
	width: 38px;
	height: 38px;
	display: block;
	background-size: contain;
	background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIGZpbGw9Im5vbmUiIHZpZXdCb3g9IjAgMCAzMiAzMiI+PHJlY3Qgd2lkdGg9IjI4IiBoZWlnaHQ9IjI4IiB4PSIyIiB5PSIyIiBmaWxsPSJ1cmwoI2EpIiByeD0iNiIvPjxyZWN0IHdpZHRoPSIyOCIgaGVpZ2h0PSIyOCIgeD0iMiIgeT0iMiIgZmlsbD0idXJsKCNiKSIgcng9IjYiLz48cmVjdCB3aWR0aD0iMjgiIGhlaWdodD0iMjgiIHg9IjIiIHk9IjIiIGZpbGw9InVybCgjYykiIHJ4PSI2Ii8+PHBhdGggZmlsbD0iI2ZmZiIgZD0iTTIzIDEwLjVhMS41IDEuNSAwIDEgMS0zIDAgMS41IDEuNSAwIDAgMSAzIDBaIi8+PHBhdGggZmlsbD0iI2ZmZiIgZmlsbC1ydWxlPSJldmVub2RkIiBkPSJNMTYgMjFhNSA1IDAgMSAwIDAtMTAgNSA1IDAgMCAwIDAgMTBabTAtMmEzIDMgMCAxIDAgMC02IDMgMyAwIDAgMCAwIDZaIiBjbGlwLXJ1bGU9ImV2ZW5vZGQiLz48cGF0aCBmaWxsPSIjZmZmIiBmaWxsLXJ1bGU9ImV2ZW5vZGQiIGQ9Ik02IDE1LjZjMC0zLjQgMC01IC43LTYuM2E2IDYgMCAwIDEgMi42LTIuNmMxLjMtLjcgMy0uNyA2LjMtLjdoLjhjMy40IDAgNSAwIDYuMy43YTYgNiAwIDAgMSAyLjYgMi42Yy43IDEuMy43IDMgLjcgNi4zdi44YzAgMy40IDAgNS0uNyA2LjNhNiA2IDAgMCAxLTIuNiAyLjZjLTEuMy43LTMgLjctNi4zLjdoLS44Yy0zLjQgMC01IDAtNi4zLS43YTYgNiAwIDAgMS0yLjYtMi42Yy0uNy0xLjMtLjctMy0uNy02LjN2LS44Wk0xNS42IDhoLjhhNTEuNyA1MS43IDAgMCAxIDUuNC40IDQgNCAwIDAgMSAxLjggMS44Yy4xLjMuMy43LjMgMS42bC4xIDMuOHYuOGE1MS43IDUxLjcgMCAwIDEtLjQgNS40IDQgNCAwIDAgMS0xLjggMS44Yy0uMy4xLS43LjMtMS42LjNsLTMuOC4xaC0uOGE1MS43IDUxLjcgMCAwIDEtNS40LS40IDQgNCAwIDAgMS0xLjgtMS44Yy0uMS0uMy0uMy0uNy0uMy0xLjZMOCAxNi40di0uOGE1MS43IDUxLjcgMCAwIDEgLjQtNS40IDQgNCAwIDAgMSAxLjgtMS44Yy4zLS4xLjctLjMgMS42LS4zbDMuOC0uMVoiIGNsaXAtcnVsZT0iZXZlbm9kZCIvPjxkZWZzPjxyYWRpYWxHcmFkaWVudCBpZD0iYSIgY3g9IjAiIGN5PSIwIiByPSIxIiBncmFkaWVudFRyYW5zZm9ybT0ibWF0cml4KDE1IC0yMSAyMSAxNSAxMiAyMykiIGdyYWRpZW50VW5pdHM9InVzZXJTcGFjZU9uVXNlIj48c3RvcCBzdG9wLWNvbG9yPSIjQjEzNTg5Ii8+PHN0b3Agb2Zmc2V0PSIuOCIgc3RvcC1jb2xvcj0iI0M2MkY5NCIvPjxzdG9wIG9mZnNldD0iMSIgc3RvcC1jb2xvcj0iIzhBM0FDOCIvPjwvcmFkaWFsR3JhZGllbnQ+PHJhZGlhbEdyYWRpZW50IGlkPSJiIiBjeD0iMCIgY3k9IjAiIHI9IjEiIGdyYWRpZW50VHJhbnNmb3JtPSJtYXRyaXgoOSAtMjAgMjAgOSAxMSAzMSkiIGdyYWRpZW50VW5pdHM9InVzZXJTcGFjZU9uVXNlIj48c3RvcCBzdG9wLWNvbG9yPSIjRTBFOEI3Ii8+PHN0b3Agb2Zmc2V0PSIuNCIgc3RvcC1jb2xvcj0iI0ZCOEEyRSIvPjxzdG9wIG9mZnNldD0iLjciIHN0b3AtY29sb3I9IiNFMjQyNUMiLz48c3RvcCBvZmZzZXQ9IjEiIHN0b3AtY29sb3I9IiNFMjQyNUMiIHN0b3Atb3BhY2l0eT0iMCIvPjwvcmFkaWFsR3JhZGllbnQ+PHJhZGlhbEdyYWRpZW50IGlkPSJjIiBjeD0iMCIgY3k9IjAiIHI9IjEiIGdyYWRpZW50VHJhbnNmb3JtPSJtYXRyaXgoMzkgLTYgMSA4IC41IDMpIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSI+PHN0b3Agb2Zmc2V0PSIuMiIgc3RvcC1jb2xvcj0iIzQwNkFEQyIvPjxzdG9wIG9mZnNldD0iLjUiIHN0b3AtY29sb3I9IiM2QTQ1QkUiLz48c3RvcCBvZmZzZXQ9IjEiIHN0b3AtY29sb3I9IiM2QTQ1QkUiIHN0b3Atb3BhY2l0eT0iMCIvPjwvcmFkaWFsR3JhZGllbnQ+PC9kZWZzPjwvc3ZnPgo=);
}
.tiktok-icon {
	width: 38px;
	height: 38px;
	display: block;
	background-size: contain;
	background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCAyNTAgMjUwIj48ZyBmaWxsLXJ1bGU9ImV2ZW5vZGQiIGNsaXAtcnVsZT0iZXZlbm9kZCI+PHBhdGggZmlsbD0iIzAxMDEwMSIgZD0iTTI1IDBoMjAwYTI1IDI1IDAgMCAxIDI1IDI1djIwMGEyNSAyNSAwIDAgMS0yNSAyNUgyNWEyNSAyNSAwIDAgMS0yNS0yNVYyNUEyNSAyNSAwIDAgMSAyNSAweiIvPjxwYXRoIGZpbGw9IiNlZTFkNTEiIGQ9Ik0xNTcgMjMwYTEzLjcgMTMuNyAwIDEgMCAwLTI3LjNoLTIuMWM3LjYgMCAxMy44IDYgMTMuOCAxMy42cy02LjIgMTMuNy0xMy44IDEzLjd6Ii8+PHBhdGggZmlsbD0iIzY2YzhjZiIgZD0iTTE1NC43IDIwMi43aC0yYy03LjcgMC0xMy44IDYtMTMuOCAxMy42UzE0NSAyMzAgMTUyLjYgMjMwaDIuMWExMy43IDEzLjcgMCAxIDEgMC0yNy4zeiIvPjxlbGxpcHNlIGN4PSIxNTQuOCIgY3k9IjIxNi4zIiBmaWxsPSIjMDEwMTAxIiByeD0iNi43IiByeT0iNi42Ii8+PHBhdGggZmlsbD0iI2ZmZiIgZD0iTTUwIDE5Ni41djdoOC4xdjI2LjNoOC4xdi0yNi4yaDYuNmwyLjMtNy4xem02Ni40IDB2N2g4LjF2MjYuM2g4LjF2LTI2LjJoNi42bDIuMy03LjF6bS0zOS44IDRhNCA0IDAgMCAxIDQtNGMyLjIgMCA0IDEuOCA0IDRzLTEuOCAzLjktNCAzLjlhNCA0IDAgMCAxLTQtNHptMCA2LjdoOHYyMi42aC04ek04OCAxOTYuNXYzMy4zaDh2LTguNmwyLjQtMi4yIDcuNyAxMWg4LjVsLTExLjEtMTYgMTAtOS44aC05LjZsLTggNy44di0xNS41em04NS41IDB2MzMuM2g4di04LjZsMi40LTIuMiA3LjcgMTFoOC41bC0xMS4xLTE2IDEwLTkuOGgtOS43bC03LjkgNy44di0xNS41eiIvPjxwYXRoIGZpbGw9IiNlZTFkNTIiIGQ9Ik0xNjEuMiA4MS4yQTY2LjYgNjYuNiAwIDAgMCAyMDAgOTMuNlY2NS44YTM5LjMgMzkuMyAwIDAgMS04LjItLjl2MjJBNjYuNiA2Ni42IDAgMCAxIDE1MyA3NC4zdjU2LjhBNTEuNSA1MS41IDAgMCAxIDcyLjggMTc0YTUxLjQgNTEuNCAwIDAgMCA4OC40LTM2VjgxLjJ6bTEwLTI4LjFjLTUuNi02LjEtOS4yLTE0LTEwLTIyLjd2LTMuNmgtNy44QTM5IDM5IDAgMCAwIDE3MS4yIDUzem0tODAuNCA5OUEyMy40IDIzLjQgMCAwIDEgODYgMTM4YzAtMTMgMTAuNi0yMy41IDIzLjYtMjMuNWEyMy42IDIzLjYgMCAwIDEgNy4xIDFWODdhNTIgNTIgMCAwIDAtOC4xLS40djIyLjFhMjMuNiAyMy42IDAgMCAwLTcuMi0xIDIzLjYgMjMuNiAwIDAgMC0xMC42IDQ0LjV6Ii8+PHBhdGggZmlsbD0iI2ZmZiIgZD0iTTE1MyA3NC40YTY2LjYgNjYuNiAwIDAgMCAzOC44IDEyLjRWNjVhMzkgMzkgMCAwIDEtMjAuNi0xMS44IDM5IDM5IDAgMCAxLTE3LjgtMjYuM2gtMjAuM1YxMzhhMjMuNiAyMy42IDAgMCAxLTQyLjMgMTQuMiAyMy41IDIzLjUgMCAwIDEgMTcuOC00My41Vjg2LjZBNTEuNSA1MS41IDAgMCAwIDcyLjggMTc0YTUxLjUgNTEuNSAwIDAgMCA4MC4yLTQyLjh6Ii8+PHBhdGggZmlsbD0iIzY5YzlkMCIgZD0iTTE5MS44IDY0Ljl2LTZhMzguOCAzOC44IDAgMCAxLTIwLjYtNS44IDM5IDM5IDAgMCAwIDIwLjYgMTEuOHptLTM4LjQtMzguMWEzOS41IDM5LjUgMCAwIDEtLjQtMy4yVjIwaC0yOHYxMTEuMmEyMy42IDIzLjYgMCAwIDEtMzQuMiAyMSAyMy41IDIzLjUgMCAwIDAgNDIuMy0xNC4yVjI2Ljh6bS00NC44IDU5Ljh2LTYuNGE1MiA1MiAwIDAgMC03LS40QTUxLjUgNTEuNSAwIDAgMCA3Mi43IDE3NGE1MS41IDUxLjUgMCAwIDEgMzUuNy04Ny41eiIvPjxwYXRoIGZpbGw9IiNmZmYiIGQ9Ik0xNTQuOSAyMzBhMTMuNyAxMy43IDAgMSAwIDAtMjcuM2gtLjJjLTcuNiAwLTEzLjggNi0xMy44IDEzLjZzNi4yIDEzLjcgMTMuOCAxMy43em0tNi44LTEzLjdjMC0zLjYgMy02LjYgNi43LTYuNnM2LjcgMyA2LjcgNi42LTMgNi43LTYuNyA2LjctNi43LTMtNi43LTYuN3oiLz48L2c+PC9zdmc+Cg==);
}
.facebook-icon {
	width: 38px;
	height: 38px;
	display: block;
	background-size: contain;
	background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCA0OCA0OCI+PHBhdGggZmlsbD0iIzQ0NjBBMCIgZmlsbC1ydWxlPSJldmVub2RkIiBkPSJNMjUuNiA0OGgtMjNBMi42IDIuNiAwIDAgMSAwIDQ1LjRWMi42QzAgMS4yIDEuMiAwIDIuNiAwaDQyLjhDNDYuOCAwIDQ4IDEuMiA0OCAyLjZ2NDIuOGMwIDEuNC0xLjIgMi42LTIuNiAyLjZIMzNWMjkuNGg2LjNsLjktNy4ySDMzdi00LjdjMC0yIC42LTMuNSAzLjYtMy41aDMuOFY3LjVjLS42IDAtMi45LS4zLTUuNS0uMy01LjYgMC05LjQgMy40LTkuNCA5LjZ2NS40aC02LjJ2Ny4yaDYuMlY0OFoiLz48L3N2Zz4NCg==);
}
.pinterest-icon {
	width: 38px;
	height: 38px;
	display: block;
	background-size: contain;
	background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIGZpbGw9Im5vbmUiIHZpZXdCb3g9IjAgMCAzMiAzMiI+PGNpcmNsZSBjeD0iMTYiIGN5PSIxNiIgcj0iMTQiIGZpbGw9IiNmZmYiLz48cGF0aCBmaWxsPSIjQkIwRjIzIiBkPSJNMTYgMzBhMTQgMTQgMCAxIDAtNS44LTEuMiA0MC4zIDQwLjMgMCAwIDEgMC0uOGwuNC0yLjUgMS43LTcuMmMtLjMtLjQtLjUtMS40LS41LTIgMC0zLjMgMS45LTQgMy00IDEuNCAwIDEuNyAxLjUgMS43IDIuNiAwIC42LS4zIDEuNi0uNiAyLjUtLjQgMS0uNyAyLS43IDIuOCAwIDEuNCAxLjQgMiAyLjMgMiAyLjUgMCA0LjgtMyA0LjgtNi4yIDAtMy4xLTEuNS03LTYuMy03cy03IDMuNy03IDYuNWMwIDIgLjggMy4zIDEuMSAzLjUuMS4xLjMuNC4yLjhsLS41IDEuNmMwIC4xIDAgLjMtLjQuMi0uNC0uMi0zLjEtMS44LTMuMS02IDAtNC4zIDMuMy05LjIgOS43LTkuMiA2LjQgMCA5LjcgNC4zIDkuNyA5LjZzLTQuMyA4LjctNy41IDguN2MtMi43IDAtMy43LTEuMi0zLjktMS44bC0xIDMuOGMtLjIuNi0uNiAxLjgtMS4yIDIuOCAxLjMuMyAyLjYuNSAzLjkuNVoiLz48L3N2Zz4K);
}
.youtube-icon {
	width: 38px;
	height: 38px;
	display: block;
	background-size: contain;
	background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIGZpbGw9Im5vbmUiIHZpZXdCb3g9IjAgMCA0OCA0OCI+PGNpcmNsZSBjeD0iMjQiIGN5PSIyNCIgcj0iMjAiIGZpbGw9InJlZCIvPjxwYXRoIGZpbGw9IiNmZmYiIGZpbGwtcnVsZT0iZXZlbm9kZCIgZD0iTTM1LjMgMTYuNGMuNC40LjcuOS44IDEuNC45IDMuNC43IDguOCAwIDEyLjRhMy4yIDMuMiAwIDAgMS0yLjIgMi4zYy0yIC41LTEwIC41LTEwIC41cy04IDAtMTAtLjVhMy4yIDMuMiAwIDAgMS0yLjMtMi4zYy0uOS0zLjQtLjctOC44IDAtMTIuNGEzLjIgMy4yIDAgMCAxIDIuMi0yLjJjMi0uNiAxMC0uNiAxMC0uNnM4IDAgMTAgLjVjLjYuMiAxLjEuNSAxLjUuOVpNMjcuOSAyNGwtNi42IDMuOVYyMGw2LjYgMy45WiIgY2xpcC1ydWxlPSJldmVub2RkIi8+PC9zdmc+Cg==);
}
.twitter-icon {
	width: 38px;
	height: 38px;
	display: block;
	background-size: contain;
	background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIGZpbGw9Im5vbmUiIHZpZXdCb3g9IjAgMCA0OCA0OCI+PGNpcmNsZSBjeD0iMjQiIGN5PSIyNCIgcj0iMjAiIGZpbGw9IiMxREExRjIiLz48cGF0aCBmaWxsPSIjZmZmIiBmaWxsLXJ1bGU9ImV2ZW5vZGQiIGQ9Ik0zNiAxNi4zYy0uOS40LTEuOC43LTIuOC44YTUgNSAwIDAgMCAyLjEtMi43Yy0xIC41LTIgMS0zIDEuMmE1IDUgMCAwIDAtOC41IDQuNEExNCAxNCAwIDAgMSAxMy43IDE1YTQuOSA0LjkgMCAwIDAgMS41IDYuNiA1IDUgMCAwIDEtMi4yLS42IDUgNSAwIDAgMCA0IDQuOCA1IDUgMCAwIDEtMi4zLjEgNSA1IDAgMCAwIDQuNiAzLjUgOS45IDkuOSAwIDAgMS03LjMgMiAxNCAxNCAwIDAgMCAyMS41LTEyLjQgMTAgMTAgMCAwIDAgMi41LTIuNloiIGNsaXAtcnVsZT0iZXZlbm9kZCIvPjwvc3ZnPgo=);
}
.lightbox {
	display: none;
	position: fixed;
	z-index: 999;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	padding: 1em;
	background: rgba(0, 0, 0, 0.8);
}
.lightbox img {
	max-height: 100%;
}
.lightbox:target {
	display: flex;
	justify-content: center;
	align-items: center;
}
.lightbox span {
	display: block;
	width: 100%;
	height: 100%;
	background-position: center;
	background-repeat: no-repeat;
	background-size: contain;
}
.ows {
	padding: 30px 0 0;
}
@media (max-width: 576px) {
	.ows {
		padding: 15px 0;
		margin: 0 -15px;
	}
}
.ows .owl-carousel .owl-item img {
	display: inline-block;
	width: fit-content;
}
.ows__title {
	text-align: center;
	margin: 0 auto 40px;
}
@media (max-width: 576px) {
	.ows__title {
		margin: 0 auto 10px;
	}
}
.ows__wrapper {
	display: flex;
	flex-direction: row;
	align-items: center;
}
.ows__arrow {
	padding: 5px;
	cursor: pointer;
}
.ows__tabs {
	max-width: 90%;
}
@media (max-width: 576px) {
	.ows__tabs {
		max-width: 80%;
	}
}
.ows__tab {
	display: flex;
	flex-direction: row;
}
@media (max-width: 576px) {
	.ows__tab {
		flex-direction: column-reverse;
	}
}
.ows__col {
	padding: 0 15px 50px;
	flex-basis: 50%;
	text-align: center;
}
@media (max-width: 576px) {
	.ows__col {
		padding: 0 5px 0;
		flex-basis: 100%;
	}
}
.ows__col img {
	max-width: 70%;
}
.ows__col p {
	margin: 0 0 15px;
	font-style: normal;
	font-weight: 400;
	font-size: 16px;
	line-height: 20px;
}
.ows__col_title {
	margin: 30px 0 0;
	font-style: normal;
	font-weight: 400;
	font-size: 26px;
	line-height: 32px;
}
.ows__col .button {
	margin: 30px 0 15px 0;
}
.sld-title {
	margin-top: 0;
	margin-bottom: 10px;
	font-weight: 700;
}
.sld-carrousel-flexbox {
	display: flex;
	flex-wrap: nowrap;
	overflow-x: auto;
	scrollbar-width: none;
}
.sld-card {
	flex: 0 0 auto;
	padding-right: 15px;
	cursor: pointer;
	user-select: none;
	outline: 0;
}
.sld-card a {
	display: block;
}
.sld-card:hover {
	user-select: none;
	outline: 0;
}
.sld-card:last-child {
	margin-right: 15px;
}
.sld-card:last-child:after {
	content: ' ';
	display: inline-block;
}
.sld-title {
	margin-top: 8px;
	overflow: hidden;
	font-weight: 700;
}
.sld-start-from {
	display: flex;
	align-items: center;
	justify-content: space-between;
}
.sld-carrousel,
.sld-carrousel-flexbox {
	width: 100%;
	-webkit-overflow-scrolling: touch;
}
.sld-carrousel-flexbox::-webkit-scrollbar,
.sld-carrousel::-webkit-scrollbar {
	display: none;
}
.deals-paddle {
	height: 40px;
	width: 40px;
	color: #fff;
	background-color: #69ab8f;
	border: 0 solid;
	margin: auto;
	position: absolute;
	display: flex;
	justify-content: center;
	align-items: center;
	cursor: pointer;
	border-radius: 40px;
}
.deals-paddle:focus {
	outline: 0;
}
.deals-paddle:active {
	border-style: solid;
	outline: 0;
	user-select: none;
}
.deals-scroll-left {
	top: 0;
	left: -50px;
	bottom: 0;
	transform: rotateZ(180deg);
}
.deals-scroll-left svg {
	max-height: 18px;
	width: 10px;
	margin: 0;
}
.deals-scroll-right {
	top: 0;
	bottom: 0;
	right: -50px;
}
.deals-scroll-right svg {
	max-height: 18px;
	width: 10px;
	margin: 0;
}
.casinos-list {
	width: 100%;
}
.casinos-list__items-container {
	margin: 0 auto 20px;
	display: flex;
	align-self: center;
	flex-wrap: wrap;
	width: 100%;
	gap: 24px;
	justify-content: space-between;
}
@media (max-width: 1024px) {
	.casinos-list__items-container {
		gap: 10px;
	}
}
.casinos-list__item {
	width: calc(25% - 58px);
	background: #009dff;
	border-radius: 10px;
	padding: 20px;
}
@media (max-width: 768px) {
	.casinos-list__item {
		width: calc(50% - 25px);
		padding: 10px;
	}
}
.casino-item {
	position: relative;
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	height: 100%;
}
.casino-item__info {
	display: flex;
	flex-direction: column;
	gap: 10px;
	margin-bottom: 20px;
}
.casino-item__info-button button {
	width: 100%;
}
.casino-item__info-title {
	color: var(--site-button-color);
	font-weight: 700;
	font-size: 25px;
	line-height: 25px;
}
@media (max-width: 420px) {
	.casino-item__info-title {
		font-size: 14px;
		line-height: 16px;
	}
}
.casino-item__image-holder {
	border-radius: var(--border-radius);
	overflow: hidden;
}
.casino-item__image-holder img {
	display: block;
	width: 100%;
}
.toggle-section {
	position: relative;
}
.toggle-section__image {
	position: absolute;
	top: 8px;
	height: 30px;
	width: 30px;
	margin-left: 10px;
}
.toggle-section__content {
	background: #fff;
	transition: all 0.2s ease;
	opacity: 1;
	overflow: hidden;
	border: 1px solid var(--table-bg-color-head);
	padding: 10px;
	margin: 10px 0;
	border-radius: var(--border-radius);
}
.toggle-section__heading {
	color: var(--table-font-color-head);
	background: var(--table-bg-color-head);
	border-radius: var(--border-radius);
	margin: 0;
	padding: 0 10px 0 45px;
	min-height: 46px;
	display: flex;
	align-items: center;
	font-size: 1.3rem;
}
.toggle-section__heading:after {
	content: '▲';
	position: absolute;
	right: 10px;
	top: 8px;
	height: 30px;
	color: var(--table-font-color-head);
	z-index: 1;
	transform: rotate(180deg);
}
input[type='checkbox'].hide-input:checked ~ .toggle-section__content {
	height: 0;
	opacity: 0;
	padding-top: 0;
	padding-bottom: 0;
}
input[type='checkbox'].hide-input:checked ~ .toggle-section__heading:after {
	content: '▲';
	position: absolute;
	right: 10px;
	color: var(--header-link-color-secodary);
	height: 30px;
	top: 8px;
	transition: 50ms;
	transform: rotate(0);
}
input.hide-input {
	position: absolute;
	left: -999em;
}
label.toggle {
	text-align: left;
	display: inline-block;
	cursor: pointer;
	font-size: 1.3rem;
	font-weight: 900;
	border-radius: 3px;
	user-select: none;
	width: 100%;
	position: absolute;
	top: 0;
	height: 60px;
	z-index: 2;
}
.pros-and-cons {
	display: flex;
	justify-content: space-between;
	gap: 50px;
	margin: 10px 0;
}
.pros-and-cons ol li:before {
	background-color: #089e4e;
}
@media (max-width: 768px) {
	.pros-and-cons {
		flex-direction: column;
	}
}
.pros-and-cons__item {
	width: 100%;
}
.pros-and-cons__header {
	display: flex;
	justify-content: space-between;
	align-items: center;
	padding: 2px;
	background-color: #089e4e;
	border-radius: var(--border-radius) var(--border-radius) 0 0;
}
.pros-and-cons__title {
	padding: 10px 20px;
	font-size: 1.3rem;
	font-weight: 900;
	color: #fff;
	font-family: var(--font-family-title);
}
.pros-and-cons__span {
	width: 22px;
	height: 22px;
	color: #000;
	background-color: #fff;
	text-align: center;
	border-radius: var(--border-radius);
	font-size: 22px;
	line-height: 22px;
}
.pros-and-cons__content {
	padding: 30px;
	border-right: 2px solid #089e4e;
	border-left: 2px solid #089e4e;
	border-bottom: 2px solid #089e4e;
	border-radius: 0 0 var(--border-radius) var(--border-radius);
}
.pros-and-cons__item--dark .pros-and-cons__header {
	background-color: #ff5151;
}
.pros-and-cons__item--dark ol li:before {
	background-color: #ff5151;
}
.pros-and-cons__item--dark .pros-and-cons__content {
	border-right: 2px solid #ff5151;
	border-left: 2px solid #ff5151;
	border-bottom: 2px solid #ff5151;
}
.gift-block__arrow-img {
	animation: stopsignal 2s steps(2) infinite;
}
.gift-block__arrow {
	position: relative;
	height: 50px;
}
.gift-block__arrow img:nth-child(2) {
	width: 80px;
	position: absolute;
	top: -8px;
	right: calc(50% - 40px);
	animation-delay: 1s;
}
.gift-block__arrow img:nth-child(1) {
	width: 140px;
	position: absolute;
	top: 0;
	right: calc(50% - 70px);
}
@keyframes stopsignal {
	0% {
		opacity: 1;
	}
	to {
		opacity: 0;
	}
}
@keyframes scaleanim {
	0% {
		transform: scale(1);
	}
	50% {
		transform: scale(1.3);
	}
	100% {
		transform: scale(1);
	}
}
.gift-block__icon {
	width: 60px;
	background-color: #f0f0f0;
	padding: 11px;
	border-radius: 67%;
	height: 60px;
	animation: 4s infinite scaleanim;
	transition: 0.5s;
	z-index: 2;
}
.gift-block {
	display: flex;
	justify-content: center;
	flex-direction: column;
	align-items: center;
	position: relative;
	margin: 20px auto;
	min-width: 240px;
}
.gift-block__icon path {
	fill: var(--main-color);
}
.gift-block__text {
	color: #000;
	text-align: center;
	padding: 20px;
	font-weight: 400;
	font-size: 1.5rem;
	line-height: 1;
	z-index: 1;
	max-width: 300px;
}
.gift-block__text h1 {
	margin: 0 0 5px 0;
}
.gift-block__text p {
	margin: 0;
}
.gift-block::after {
	width: 100%;
	height: calc(100% - 30px);
	content: ' ';
	position: absolute;
	bottom: 0;
	z-index: 0;
	border-radius: 20px;
	background-color: #fff;
	border: 3px solid var(--button-border-color);
	outline: 1px solid #e6e5e4;
	outline-offset: -8px;
	box-shadow: 0 17px 40px rgba(9, 25, 42, 0.36);
}
.gift-block__button {
	display: flex;
	justify-content: center;
	padding: 20px;
	z-index: 2;
}
.gift-block__button button {
	font-size: 1rem;
	background: var(--site-button-bg-color);
	color: var(--site-button-color);
	border: 0 solid #0a0a0a;
	font-weight: 900;
	min-width: 208px;
}
.howto888 {
	background-color: #f5f5f5;
	border-radius: 10px;
	padding: 40px 35px;
	margin: 35px 0;
}
.howto888 h2 {
	text-align: left;
	margin: 0;
}
.howto888 > p {
	margin-top: 20px;
	margin-bottom: 35px;
}
.howto888__title {
	text-align: center;
	margin-bottom: 0;
	margin-top: 10px;
	font-weight: 600;
	font-size: 1.7rem;
	position: relative;
}
.howto888__title::after {
	content: none;
}
.howto888__image {
	max-width: 451px;
	overflow: hidden;
	border-radius: var(--border-radius);
}
.howto888__image > a:first-child {
	display: flex;
}
.howto888__description {
	border-bottom: 2px solid var(--main-accent-color);
	padding: 0 0 20px;
}
.howto888__block {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	margin-bottom: 20px;
	position: relative;
}
@media (max-width: 768px) {
	.howto888 {
		margin: 35px 0;
	}
}
.step {
	display: flex;
	align-items: center;
	justify-content: space-between;
	margin-left: 50px;
	position: relative;
	margin-bottom: 10px;
	width: 100%;
}
.step__body {
	display: grid;
	width: 100%;
	gap: 30px;
	grid-template-columns: 1fr 451px;
	gap: 30px;
}
@media (max-width: 1200px) {
	.step__body {
		grid-template-columns: 1fr;
		gap: 15px;
	}
}
@media (max-width: 768px) {
	.step__body_col1 {
		width: 100%;
	}
}
.step__body_col1 p {
	margin: 0 0 1rem;
}
.step__body span {
	color: #fff;
	background: #009dff;
	width: 35px;
	height: 35px;
	display: flex;
	justify-content: center;
	align-items: center;
	border-radius: var(--border-radius);
	overflow: hidden;
	position: absolute;
	left: -50px;
	top: 0;
	font-size: 1rem;
	font-weight: 700;
}
.step__body.with-image {
	max-width: 45%;
	min-width: 45%;
}
.step__image {
	margin-left: 25px;
	min-width: 50%;
	max-width: 65%;
}
.step__image img {
	max-width: 100%;
	height: auto;
}
.step__title {
	color: var(--main-accent-color);
	margin: 0;
	font-weight: 600;
	font-size: 1.4rem;
	line-height: 1.5rem;
}
@media (min-width: 769px) and (max-width: 991px) {
	.step__body.with-image {
		width: 50%;
		max-width: 50%;
	}
	.step__image {
		width: 50%;
	}
	.step__image img {
		max-width: 100%;
		height: auto;
	}
}
@media (max-width: 768px) {
	.step {
		flex-direction: column;
	}
	.step__body.with-image {
		width: 100%;
		min-width: 100%;
	}
	.step__image {
		margin-left: 0;
		width: 100%;
	}
	.step__image img {
		max-width: 100%;
		width: 100%;
		height: auto;
	}
}
@media (max-width: 450px) {
	.step {
		margin-left: 35px;
	}
	.step::before {
		left: -26px;
	}
	.step__body span {
		left: -44px;
	}
}
.faq {
	padding: 30px 0;
}
.faq ul li {
	padding-left: 0 !important;
}
.faq ul li::before {
	content: none !important;
}
.faq__title {
	text-align: center;
	margin: 40px auto 35px;
}
.faq__nav {
	list-style: none;
	padding: 0;
}
.faq__nav .faq__nav_item {
	padding: 10px 20px 8px;
	margin: 0 0 4px;
	color: #131313;
	font-style: normal;
	font-weight: 700;
	font-size: 21px;
	line-height: 26px;
	cursor: pointer;
	transition: 0.2s;
}
.faq__nav .faq__nav_item:hover {
	background-color: #fff;
	color: var(--main-color);
}
.faq__nav .faq__nav_item-active {
	background-color: #fff;
	color: var(--main-color);
}
.faq__items {
	list-style: none;
	padding: 0;
}
.faq__items .faq__item {
	position: relative;
	margin: 0 0 20px;
	background-color: #f5f5f5;
	padding: 0;
	overflow: hidden;
	border-radius: 10px;
}
.faq__items .faq__item::before {
	content: none;
}
.faq__items .faq__item_title {
	position: relative;
	padding: 16px 50px 16px 16px;
	cursor: pointer;
	margin: 0;
	background-color: #f5f5f5;
}
.faq__items .faq__item_title h2,
.faq__items .faq__item_title h3,
.faq__items .faq__item_title h4,
.faq__items .faq__item_title h5 {
	margin: 0;
}
.faq__items .faq__item_icon {
	display: block;
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	right: 20px;
	height: 17px;
	width: 17px;
}
.faq__items .faq__item_icon:after {
	content: '';
	width: 17px;
	height: 3px;
	background: #000;
	position: absolute;
	border-radius: 3px;
	left: 50%;
	top: 50%;
	transition: 0.2s ease-in-out;
	transform: translate(-50%, -50%) rotate(90deg);
	z-index: -1;
}
.faq__items .faq__item_icon:before {
	content: '';
	width: 17px;
	height: 3px;
	background: #000;
	position: absolute;
	border-radius: 3px;
	left: 50%;
	top: 50%;
	transition: 0.2s ease-in-out;
	transform: translate(-50%, -50%);
}
.faq__items .faq__item_text {
	position: relative;
	padding: 0 16px;
	margin: 0;
	background-color: #f5f5f5;
	transition: 0.1s;
	font-size: 16px;
	line-height: 20px;
	height: 0;
}
.faq__items .faq__item_text p {
	margin: 0 !important;
}
.faq__items .faq__item_text ul {
	padding-left: 30px !important;
}
.faq__items .faq__item_text ul li {
	list-style: disc;
}
.faq__items .faq__item-active .faq__item_icon:after {
	width: 0;
}
.faq__items .faq__item-active .faq__item_text {
	padding: 0 16px 16px;
	height: auto;
	max-height: 100%;
}
.video {
	padding: 30px 15px;
}
.video__container {
	position: relative;
	width: 100%;
	height: 0;
	padding-bottom: 56.25%;
	background-color: #000;
	margin: 40px 0;
}
.video__button {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	background: 0 0;
	border: none;
}
.video__button svg {
	width: 100px;
	height: auto;
	max-height: 50px;
}
.video__button-shape {
	fill: #212121;
	fill-opacity: 0.8;
}
.video__button-icon {
	fill: #fff;
}
.video__button:focus {
	outline: 0;
}
.video__button:focus .video__button-shape,
.video__button:hover .video__button-shape {
	fill: red;
	fill-opacity: 1;
}
.video__button:hover {
	cursor: pointer;
}
.video__preview {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
.video__preview img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}
@media (max-width: 576px) {
	.video {
		padding: 20px 15px;
	}
}
.video iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-size: cover;
	background-position: center, center;
}
.video__youtube {
	position: relative;
	padding-bottom: 56.25%;
	background-size: cover;
	background-repeat: no-repeat;
	background-position: 50% 50%;
}
.video__youtube__play {
	background-image: url(/images/video-play.png);
	background-repeat: no-repeat;
	background-position: 50% 50%;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	cursor: pointer;
	z-index: 10;
}
.video__youtube iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	border: none;
}
.video2 {
	max-width: 650px;
}
.video2.align-center {
	margin: 0 auto;
}
.video2.align-right {
	margin-left: auto;
}
.video2__media {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	border: none;
}
