:root {
	--dark-color: #090f1f;
	--blue-color: #131b2d;
	--blue-2-color: #1f2841;
	--blue-3-color: #10abe4;
	--blue-border-color: #1d253c;
	--dark-border-color: #222835;
	--green-color: #00c868;
	--yellow-color: #ffcf3f;
	--violet-color: #7f66ed;
	--grey-color: #8d939d;
	--grey-2-color: #596278;
	--grey-3-color: rgba(255, 255, 255, .2);
	--green-gradient: linear-gradient(70deg, #31bc69 -8%, #089e4e 96%);
	--yellow-gradient: linear-gradient(107deg, #ffca4d 0, #ff9400 100%);
	--blue-gradient: linear-gradient(255deg, #3445e2, #9217e4);
	--blue-hover-gradient: linear-gradient(-100deg, #9217e4, #3445e2);
	--dark-gradient: linear-gradient(92deg, #1e283f, rgba(20, 27, 46, .6));
	--line-gradient: linear-gradient(90deg, rgba(255, 255, 255, .2) 9.92%, transparent);
	--shadow: 0 35px 35px rgba(0, 0, 0, 0.25);
}

/* poppins-regular - latin */
@font-face {
	font-family: 'Poppins';
	font-style: normal;
	font-weight: 400;
	src: url('/wp-content/themes/theme/fonts/poppins-v20-latin-regular.woff2') format('woff2');
	/* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}

/* poppins-500 - latin */
@font-face {
	font-family: 'Poppins';
	font-style: normal;
	font-weight: 500;
	src: url('/wp-content/themes/theme/fonts/poppins-v20-latin-500.woff2') format('woff2');
	/* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}


body {
	font-family: 'Poppins', sans-serif;
}

#wm-ipp-base {
	height: 65px;
	padding: 0;
	margin: 0;
	border: none;
	background: none transparent;
}

#wm-ipp-print {
	display: none !important;
}

@media print {
	#wm-ipp-base {
		display: none !important;
	}

	#wm-ipp-print {
		display: block !important;
		white-space: nowrap;
		overflow: hidden;
		text-overflow: ellipsis;
	}
}

@media all {

	*,
	::after,
	::before {
		box-sizing: border-box;
		border-width: 0;
		border-style: solid;
		border-color: currentColor;
	}

	::after,
	::before {
		--tw-content: '';
	}

	body {
		margin: 0;
		line-height: inherit;
	}

	h1,
	h2,
	h3 {
		font-size: inherit;
		font-weight: inherit;
	}

	a {
		color: inherit;
		text-decoration: inherit;
	}

	strong {
		font-weight: bolder;
	}

	small {
		font-size: 80%;
	}

	table {
		text-indent: 0;
		border-color: inherit;
		border-collapse: collapse;
	}

	button {
		font-family: inherit;
		font-feature-settings: inherit;
		font-variation-settings: inherit;
		font-size: 100%;
		font-weight: inherit;
		line-height: inherit;
		color: inherit;
		margin: 0;
		padding: 0;
	}

	button {
		text-transform: none;
	}

	button {
		-webkit-appearance: button;
		background-color: transparent;
		background-image: none;
	}

	figure,
	h1,
	h2,
	h3,
	p {
		margin: 0;
	}

	ul {
		list-style: none;
		margin: 0;
		padding: 0;
	}

	[role=button],
	button {
		cursor: pointer;
	}

	:disabled {
		cursor: default;
	}

	img {
		display: block;
		vertical-align: middle;
	}

	img {
		max-width: 100%;
		height: auto;
	}

	*,
	::after,
	::before {
		--tw-border-spacing-x: 0;
		--tw-border-spacing-y: 0;
		--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;
		--tw-scroll-snap-strictness: proximity;
		--tw-ring-offset-width: 0px;
		--tw-ring-offset-color: #fff;
		--tw-ring-color: rgb(59 130 246 / 0.5);
		--tw-ring-offset-shadow: 0 0 #0000;
		--tw-ring-shadow: 0 0 #0000;
		--tw-shadow: 0 0 #0000;
		--tw-shadow-colored: 0 0 #0000;
	}

	.container {
		width: 100%;
		margin-right: auto;
		margin-left: auto;
		padding-right: 16px;
		padding-left: 16px;
	}

	@media (min-width:768px) {
		.container {
			max-width: 768px;
		}
	}

	@media (min-width:1300px) {
		.container {
			max-width: 1300px;
			padding-right: 20px;
			padding-left: 20px;
		}
	}

	.mb-10 {
		margin-bottom: 10px;
	}

	.mb-14 {
		margin-bottom: 14px;
	}

	.mb-16 {
		margin-bottom: 16px;
	}

	.mb-20 {
		margin-bottom: 20px;
	}

	.mb-24 {
		margin-bottom: 24px;
	}

	.mb-42 {
		margin-bottom: 42px;
		z-index: 100;
		position: relative;
	}

	.ml-\[50\%\] {
		margin-left: 50%;
	}

	.mt-12 {
		margin-top: 12px;
	}

	.mt-24 {
		margin-top: 24px;
	}

	.mt-32 {
		margin-top: 32px;
	}

	.mt-4 {
		margin-top: 4px;
	}

	.mt-42 {
		margin-top: 42px;
	}

	.block {
		display: block;
	}

	.inline-block {
		display: inline-block;
	}

	.flex {
		display: flex;
	}

	.grid {
		display: grid;
	}

	.hidden {
		display: none;
	}

	.h-14 {
		height: 14px;
	}

	.h-16 {
		height: 16px;
	}

	.h-24 {
		height: 24px;
	}

	.h-32 {
		height: 32px;
	}

	.h-\[1px\] {
		height: 1px;
	}

	.h-\[26px\] {
		height: 26px;
	}

	.min-h-\[300px\] {
		min-height: 300px;
	}

	.min-h-\[365px\] {
		min-height: 365px;
	}

	.w-14 {
		width: 14px;
	}

	.w-16 {
		width: 16px;
	}

	.w-24 {
		width: 24px;
	}

	.w-32 {
		width: 32px;
	}

	.w-\[auto\] {
		width: auto;
	}

	.w-full {
		width: 100%;
	}

	.max-w-\[156px\] {
		max-width: 156px;
	}

	.max-w-\[280px\] {
		max-width: 280px;
	}

	.max-w-full {
		max-width: 100%;
	}

	.translate-x-\[-50\%\] {
		--tw-translate-x: -50%;
		transform: translate(var(--tw-translate-x), 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));
	}

	.grid-cols-2 {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}

	.grid-cols-\[1fr_max-content\] {
		grid-template-columns: 1fr max-content;
	}

	.grid-cols-\[1fr_max-content_max-content\] {
		grid-template-columns: 1fr max-content max-content;
	}

	.grid-cols-\[max-content_1fr\] {
		grid-template-columns: max-content 1fr;
	}

	.grid-cols-\[max-content_1fr_max-content\] {
		grid-template-columns: max-content 1fr max-content;
	}

	.flex-col {
		flex-direction: column;
	}

	.items-center {
		align-items: center;
	}

	.justify-around {
		justify-content: space-around;
	}

	.gap-10 {
		gap: 10px;
	}

	.gap-12 {
		gap: 12px;
	}

	.gap-16 {
		gap: 16px;
	}

	.gap-20 {
		gap: 20px;
	}

	.gap-24 {
		gap: 24px;
	}

	.gap-32 {
		gap: 32px;
	}

	.gap-42 {
		gap: 42px;
	}

	.gap-6 {
		gap: 6px;
	}

	.gap-8 {
		gap: 8px;
	}

	.overflow-hidden {
		overflow: hidden;
	}

	.rounded-\[10px\] {
		border-radius: 10px;
	}

	.rounded-\[4px\] {
		border-radius: 4px;
	}

	.rounded-\[8px\] {
		border-radius: 8px;
	}

	.border-\[1px\] {
		border-width: 1px;
	}

	.border-\[rgba\(255\2c 255\2c 255\2c \.15\)\] {
		border-color: rgba(255, 255, 255, .15);
	}

	.bg-blue {
		background-color: var(--blue-color);
	}

	.bg-blue-2 {
		background-color: var(--blue-2-color);
	}

	.bg-white {
		--tw-bg-opacity: 1;
		background-color: rgb(255 255 255 / var(--tw-bg-opacity));
	}

	.bg-dark-gradient {
		background-image: var(--dark-gradient);
	}

	.bg-green-gradient {
		background-image: var(--green-gradient);
	}

	.bg-line-gradient {
		background-image: var(--line-gradient);
	}

	.object-contain {
		-o-object-fit: contain;
		object-fit: contain;
	}

	.p-42 {
		padding: 42px;
	}

	.px-12 {
		padding-left: 12px;
		padding-right: 12px;
	}

	.px-16 {
		padding-left: 16px;
		padding-right: 16px;
	}

	.px-20 {
		padding-left: 20px;
		padding-right: 20px;
	}

	.px-32 {
		padding-left: 32px;
		padding-right: 32px;
	}

	.px-42 {
		padding-left: 42px;
		padding-right: 42px;
	}

	.px-8 {
		padding-left: 8px;
		padding-right: 8px;
	}

	.py-12 {
		padding-top: 12px;
		padding-bottom: 12px;
	}

	.py-24 {
		padding-top: 24px;
		padding-bottom: 24px;
	}

	.py-4 {
		padding-top: 4px;
		padding-bottom: 4px;
	}

	.py-56 {
		padding-top: 56px;
		padding-bottom: 56px;
	}

	.py-6 {
		padding-top: 6px;
		padding-bottom: 6px;
	}

	.py-8 {
		padding-top: 8px;
		padding-bottom: 8px;
	}

	.pb-12 {
		padding-bottom: 12px;
	}

	.pb-32 {
		padding-bottom: 32px;
	}

	.pt-8 {
		padding-top: 8px;
	}

	.text-\[10px\] {
		font-size: 10px;
	}

	.text-\[11px\] {
		font-size: 11px;
	}

	.text-\[12px\] {
		font-size: 12px;
	}

	.text-\[13px\] {
		font-size: 13px;
	}

	.text-\[14px\] {
		font-size: 14px;
	}

	.text-\[15px\] {
		font-size: 15px;
	}

	.text-\[30px\] {
		font-size: 30px;
	}

	.text-\[32px\] {
		font-size: 32px;
	}

	.font-\[500\] {
		font-weight: 500;
	}

	.font-\[600\] {
		font-weight: 600;
	}

	.font-\[700\] {
		font-weight: 700;
	}

	.uppercase {
		text-transform: uppercase;
	}

	.leading-\[1\.1\] {
		line-height: 1.1;
	}

	.leading-\[1\.2\] {
		line-height: 1.2;
	}

	.text-black {
		--tw-text-opacity: 1;
		color: rgb(52 52 52 / var(--tw-text-opacity));
	}

	.text-grey {
		color: var(--grey-color);
	}

	.text-grey-2 {
		color: var(--grey-2-color);
	}

	.text-white {
		--tw-text-opacity: 1;
		color: rgb(255 255 255 / var(--tw-text-opacity));
	}

	.opacity-\[\.6\] {
		opacity: .6;
	}

	.opacity-\[\.7\] {
		opacity: .7;
	}

	.drop-shadow-md {
		--tw-drop-shadow: drop-shadow(0 4px 3px rgb(0 0 0 / 0.07)) drop-shadow(0 2px 2px rgb(0 0 0 / 0.06));
		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\:border-\[rgba\(255\2c 255\2c 255\2c \.25\)\]:hover {
		border-color: rgba(255, 255, 255, .25);
	}

	.hover\:opacity-\[\.86\]:hover {
		opacity: .86;
	}

	@media (max-width:768px) {
		.max-\[768px\]\:mb-16 {
			margin-bottom: 16px;
		}

		.max-\[768px\]\:mb-20 {
			margin-bottom: 20px;
		}

		.max-\[768px\]\:mt-24 {
			margin-top: 24px;
		}

		.max-\[768px\]\:mt-32 {
			margin-top: 32px;
		}

		.max-\[768px\]\:block {
			display: block;
		}

		.max-\[768px\]\:flex {
			display: flex;
		}

		.max-\[768px\]\:grid {
			display: grid;
		}

		.max-\[768px\]\:hidden {
			display: none;
		}

		.max-\[768px\]\:min-h-\[240px\] {
			min-height: 240px;
		}

		.max-\[768px\]\:min-h-\[64px\] {
			min-height: 64px;
		}

		.max-\[768px\]\:w-\[160px\] {
			width: 160px;
		}

		.max-\[768px\]\:grid-cols-\[1fr_max-content\] {
			grid-template-columns: 1fr max-content;
		}

		.max-\[768px\]\:grid-cols-\[1fr_max-content_max-content\] {
			grid-template-columns: 1fr max-content max-content;
		}

		.max-\[768px\]\:flex-col {
			flex-direction: column;
		}

		.max-\[768px\]\:flex-wrap {
			flex-wrap: wrap;
		}

		.max-\[768px\]\:place-content-center {
			place-content: center;
		}

		.max-\[768px\]\:gap-12 {
			gap: 12px;
		}

		.max-\[768px\]\:px-16 {
			padding-left: 16px;
			padding-right: 16px;
		}

		.max-\[768px\]\:px-20 {
			padding-left: 20px;
			padding-right: 20px;
		}

		.max-\[768px\]\:py-24 {
			padding-top: 24px;
			padding-bottom: 24px;
		}

		.max-\[768px\]\:text-center {
			text-align: center;
		}

		.max-\[768px\]\:text-\[20px\] {
			font-size: 20px;
		}

		.max-\[768px\]\:text-\[24px\] {
			font-size: 24px;
		}
	}

	@media (min-width:976px) {
		.lg\:flex {
			display: flex;
		}

		.lg\:grid.footer {
			display: flex;
			justify-content: space-between;
		}

		.lg\:grid {
			display: grid;
		}

		.lg\:max-w-\[180px\] {
			max-width: 180px;
		}

		.lg\:max-w-\[280px\] {
			max-width: 280px;
		}

		.lg\:grid-cols-2 {
			grid-template-columns: repeat(2, minmax(0, 1fr));
		}

		.lg\:grid-cols-\[1fr_max-content\] {
			grid-template-columns: 1fr max-content;
		}

		.lg\:grid-cols-\[58\%_1fr\] {
			grid-template-columns: 58% 1fr;
		}

		.lg\:grid-cols-\[max-content_1fr\] {
			grid-template-columns: max-content 1fr;
		}

		.lg\:grid-cols-\[max-content_1fr_160px_1fr_25\%\] {
			grid-template-columns: max-content 1fr 160px 1fr 25%;
		}

		.lg\:place-content-end {
			place-content: end;
		}

		.lg\:gap-80 {
			gap: 80px;
		}
	}

	.\[\&\>a\]\:text-white>a {
		--tw-text-opacity: 1;
		color: rgb(255 255 255 / var(--tw-text-opacity));
	}

	.\[\&\>span\]\:mb-4>span {
		margin-bottom: 4px;
	}

	.\[\&\>span\]\:block>span {
		display: block;
	}

	.\[\&\>span\]\:font-\[500\]>span {
		font-weight: 500;
	}

	.\[\&\>span\]\:text-white>span {
		--tw-text-opacity: 1;
		color: rgb(255 255 255 / var(--tw-text-opacity));
	}

	body {
		background: var(--dark-color);
		color: #fff;
		font-size: 16px;
		line-height: 1.4;
		padding-left: 20px;
		padding-right: 20px;
	}

	@media (max-width:768px) {
		body {
			padding-left: 0;
			padding-right: 0;
		}
	}

	.container {
		margin-left: auto;
		margin-right: auto;
		max-width: 1920px;
		padding-left: 20px;
		padding-right: 20px;
		width: 100%;
	}

	@media (max-width:768px) {
		.container {
			padding-left: 16px;
			padding-right: 16px;
		}
	}

	.h3,
	h1,
	h2,
	h3 {
		font-weight: 600;
		line-height: 1.2;
	}

	h1 {
		font-size: 28px;
	}

	@media (max-width:768px) {
		h1 {
			font-size: 26px;
		}
	}

	h2 {
		font-size: 26px;
	}

	@media (max-width:768px) {
		h2 {
			font-size: 24px;
		}
	}

	.h3,
	h3 {
		font-size: 22px;
	}

	@media (max-width:768px) {

		.h3,
		h3 {
			font-size: 20px;
		}
	}

	.topbar-icon a,
	.topbar-phone-icon a {
		background: var(--blue-2-color);
		border-radius: 8px;
		display: flex;
		height: 24px;
		place-content: center;
		place-items: center;
		width: 24px;
	}

	.topbar-icon a i,
	.topbar-phone-icon a i {
		background: url(/icons/lock-icon.svg) no-repeat 50%;
		background-size: contain;
		display: inline-block;
		height: 14px;
		width: 14px;
	}

	.topbar-phone-icon a i {
		background: url(/icons/phone-icon.svg) no-repeat 50%;
		background-size: contain;
	}

	.topbar-reg-icon {
		position: relative;
	}

	@media (min-width:768px) {
		.topbar-reg-icon {
			padding-left: 16px;
		}

		.topbar-reg-icon:before {
			background: hsla(0, 0%, 100%, .2);
			content: "";
			display: block;
			height: 14px;
			left: -8px;
			margin: 0 12px;
			position: absolute;
			top: 50%;
			transform: translateY(-50%);
			width: 1px;
		}
	}

	.topbar-reg-icon a {
		background: var(--yellow-gradient);
		border-radius: 50px;
		bottom: 4px;
		font-size: 12px;
		font-weight: 600;
		padding: 4px 28px 5px 50px;
		position: relative;
	}

	.topbar-reg-icon a:before {
		bottom: 0;
		color: rgba(0, 0, 0, .3);
		content: "";
		display: inline-block;
		height: 9px;
		margin: auto;
		position: absolute;
		right: 10px;
		top: 0;
		width: 9px;
	}

	.topbar-reg-icon a:after {
		background-size: contain;
		content: "";
		display: inline-block;
		height: 18px;
		position: absolute;
		right: 8px;
		top: 50%;
		transform: translateY(-50%);
		width: 18px;
	}

	.topbar-reg-icon a i {
		background: url(/icons/topbar-reg-icon.webp) no-repeat 50%;
		background-size: contain;
		bottom: -8px;
		display: block;
		height: 46px;
		left: -6px;
		-o-object-fit: cover;
		object-fit: cover;
		-o-object-position: top;
		object-position: top;
		pointer-events: none;
		position: absolute;
		width: 60px;
	}

	.topbar-reg-icon a span {
		color: var(--dark-color);
	}

	.topbar-promo-icon {
		padding-right: 16px;
		position: relative;
	}

	.topbar-promo-icon:before {
		background: hsla(0, 0%, 100%, .2);
		content: "";
		display: block;
		height: 14px;
		margin: 0 12px;
		position: absolute;
		right: -16px;
		top: 50%;
		transform: translateY(-50%);
		width: 1px;
	}

	.topbar-promo-icon a {
		align-items: center;
		background: var(--blue-color);
		border-radius: 30px 13px 13px 30px;
		display: flex;
		position: relative;
	}

	.topbar-promo-icon a:after {
		background-size: contain;
		content: "";
		display: inline-block;
		height: 60px;
		position: absolute;
		right: -24px;
		top: 50%;
		transform: translateY(-50%);
		width: 60px;
	}

	.topbar-promo-icon a .topbar-promo-icon__icon {
		align-items: flex-end;
		background: linear-gradient(86.37deg, #d062ff 2.96%, #7bb0ff 99.68%), linear-gradient(90deg, #ed6ea0, #ec8c69);
		border-radius: 50%;
		box-shadow: 0 5px 15px rgba(201, 85, 255, .4);
		display: flex;
		height: 28px;
		justify-content: center;
		margin-right: 10px;
		padding-bottom: 7px;
		width: 28px;
	}

	.topbar-promo-icon a .topbar-promo-icon__icon i {
		background: url(/icons/topbar-promo-icon.svg) no-repeat 50%;
		background-size: contain;
		display: inline-block;
		height: 16px;
		width: 16px;
	}

	.topbar-promo-icon a span {
		color: #fff;
		font-size: 10px;
		font-weight: 600;
		line-height: 13px;
		margin-right: 28px;
	}

	.windows-icon {
		background: url(/icons/windows-icon.svg) no-repeat 50%;
		background-size: contain;
	}

	.android-icon {
		background: url(/icons/android-icon.svg) no-repeat 50%;
		background-size: contain;
	}

	.ios-icon {
		background: url(/icons/ios-icon.svg) no-repeat 50%;
		background-size: contain;
	}

	.site-header__langs {
		position: relative;
	}

	.site-header__langs .site-header__langs__btn {
		color: #fff;
		display: flex;
		font-size: 13px;
		gap: 8px;
		line-height: 1.2;
		padding: 8px 10px;
		place-content: center;
		place-items: center;
		text-align: center;
		text-transform: uppercase;
	}

	.site-header__langs:hover .site-header__langs__list {
		display: block;
	}

	.site-header__langs .site-header__langs__list {
		border-radius: 5px;
		display: none;
		padding: 16px;
		position: absolute;
		right: -16px;
		top: 100%;
		width: 120px;
		z-index: 999;
	}

	.site-header__langs .site-header__langs__list ul li:not(:last-child) {
		margin-bottom: 8px;
	}

	.site-header__langs .site-header__langs__list ul li a {
		color: #fff;
		font-size: 13px;
	}

	.site-header__langs .site-header__langs__list ul li a:hover {
		opacity: .6;
	}

	@media (max-width:768px) {
		.mob-menu-btn {
			background: url(/icons/menu-icon.svg) no-repeat 50%;
			background-size: 24px;
			height: 32px;
			width: 32px;
		}
	}

	.header-menu {
		flex: 1 0 auto;
		margin-top: 6px;
		padding-left: 24px;
		position: relative;
	}

	@media (max-width:768px) {
		.header-menu {
			background: var(--blue-2-color);
			display: none;
			height: 100vh;
			left: 0;
			overflow-y: auto;
			padding: 42px 20px;
			position: fixed;
			top: 0;
			width: 260px;
			z-index: 9999;
		}
	}

	@media (min-width:768px) {
		.header-menu ul {
			align-items: center;
			display: flex;
			font-size: 13px;
			gap: 20px;
		}
	}

	@media (max-width:768px) {
		.header-menu ul li {
			font-size: 15px;
		}

		.header-menu ul li:not(:last-child) {
			margin-bottom: 16px;
		}
	}

	.header-menu ul li.current-menu-item {
		position: relative;
	}

	.header-menu ul li.current-menu-item:after {
		background: linear-gradient(to bottom right, #0095ff, #0855c4);
		border-radius: 4px 4px 0 0;
		bottom: -17px;
		content: "";
		display: inline-block;
		height: 4px;
		left: 0;
		position: absolute;
		width: 100%;
	}

	@media (max-width:768px) {
		.header-menu ul li.current-menu-item:after {
			border-radius: 4px;
			bottom: -8px;
		}
	}

	.header-menu ul li a {
		color: #fff;
	}

	.header-menu ul li a:hover {
		text-shadow: 0 0 10px rgba(0, 183, 255, .7), 0 0 6px rgba(0, 149, 255, .5), 0 0 10px rgba(141, 83, 233, .7);
	}

	.header-menu ul li ul {
		background: #fff;
		border-radius: 4px;
		box-shadow: var(--shadow);
		display: none;
		left: 50%;
		padding: 20px 16px;
		position: absolute;
		top: 100%;
		transform: translateX(-50%);
		width: 200px;
		z-index: 999;
	}

	@media (max-width:768px) {
		.header-menu ul li ul {
			box-shadow: none;
			left: unset;
			margin-top: 16px;
			position: relative;
			top: unset;
			transform: unset;
			width: 100%;
		}
	}

	.header-menu ul li ul li:not(:last-child) {
		margin-bottom: 14px;
	}

	.header-menu ul li ul li a {
		color: #444;
	}

	.header-menu ul li ul li a:hover {
		text-shadow: none;
	}

	.header-menu ul li ul li:hover a {
		color: var(--blue-3-color);
	}

	.header-menu ul li.menu-item-has-children {
		align-items: center;
		background: hsla(218, 8%, 58%, .3);
		border-radius: 4px;
		display: flex;
		gap: 5px;
		padding: 5px 10px;
		position: relative;
	}

	@media (max-width:768px) {
		.header-menu ul li.menu-item-has-children {
			flex-wrap: wrap;
		}
	}

	.header-menu ul li .header-menu-child-btn {
		background: url(/icons/menu-btn-icon.svg) no-repeat 50%;
		background-size: contain;
		height: 14px;
		width: 14px;
	}

	.bonus-small-card-btn {
		align-items: center;
		background-color: #fff;
		border-radius: 10px;
		box-shadow: 0 10px 35px rgba(0, 0, 0, .2);
		color: #000;
		display: flex;
		font-size: 18px;
		font-style: normal;
		font-weight: 600;
		height: 45px;
		justify-content: center;
		line-height: 15px;
		margin-top: auto;
		mix-blend-mode: lighten;
		padding: 0 20px;
		text-align: center;
		white-space: nowrap;
		width: 100%;
	}

	.hover-drop-shadow-yellow-shadow {
		transition: all .25s ease;
	}

	.hover-drop-shadow-yellow-shadow:hover {
		box-shadow: 0 4px 20px 0 rgba(0, 0, 0, .2);
		transform: scale(1.04) translateZ(0) perspective(1px);
	}

	.hover-drop-shadow-grey-shadow {
		transition: all .25s ease;
	}

	.hover-drop-shadow-grey-shadow:hover {
		box-shadow: 0 4px 20px 0 rgba(0, 0, 0, .2);
		transform: scale(1.04) translateZ(0) perspective(1px);
	}

	.bonus-block {
		border-radius: 10px;
		display: flex;
		flex-direction: column;
		overflow: hidden;
		place-content: center;
	}

	.breadcrumb-list {
		display: flex;
		gap: 10px;
		align-items: center;
		list-style-type: none;
		margin-left: 0 !important;
		margin-bottom: 15px !important;
	}

	.breadcrumb-list li::marker {
		content: none;
	}

	.home-breadcrumb-item {
		margin-bottom: 0 !important;
		display: flex;
		flex-direction: row;
		gap: 10px;
	}

	.post-entry h1,
	.post-entry h2,
	.post-entry h3 {
		line-height: 1.2;
		margin: 0 0 20px;
	}

	.post-entry a {
		color: var(--blue-3-color);
	}

	.post-entry a:hover {
		color: #fff;
		opacity: .76;
	}

	.post-entry p:not(:last-child) {
		margin-bottom: 24px;
	}

	.post-entry ul {
		list-style: disc;
		margin-bottom: 30px;
		margin-left: 24px;
	}

	.post-entry ul li {
		list-style: disc;
		position: relative;
	}

	.post-entry ul li:not(:last-child) {
		margin-bottom: 14px;
	}

	.post-entry .wp-block-table {
		margin-bottom: 42px;
	}

	@media (max-width:768px) {
		.post-entry .wp-block-table {
			margin-bottom: 24px;
			margin-right: -20px;
			overflow-x: auto;
			padding-bottom: 4px;
			width: calc(100% + 20px);
			width: 100%;
		}
	}

	.post-entry .wp-block-table table {
		width: 100%;
	}

	@media (max-width:768px) {
		.post-entry .wp-block-table table {
			width: 800px;
		}
	}

	.post-entry table {
		border-collapse: collapse;
		border-radius: 5px;
		font-size: 15px;
		margin-bottom: 16px;
		overflow: hidden;
	}

	.post-entry table tr:nth-child(2n) {
		background: linear-gradient(110deg, #1d2d4f, rgba(63, 71, 93, .6) 100%);
		border-radius: 8px;
	}

	.post-entry table tr:first-child {
		border-radius: 5px 10px 0 0;
	}

	.post-entry table tr:last-child {
		border-radius: 0 0 10px 10px;
	}

	.post-entry table tr th {
		padding: 12px 16px;
		text-align: left;
	}

	.post-entry table tr td {
		padding: 12px 16px;
	}

	.toggle-block {
		overflow: hidden;
		z-index:10000;
	}

	.toggle-block .toggle-block__content {
		position: relative;
		
	}

	.toggle-block .toggle-block__btn {
		position: relative;
		z-index: 555;
	}

	/*.toggle-block:not(.-toggle) .toggle-block__content {*/
	/*	max-height: 400px;*/
	/*}*/

	@media (max-width:768px) {
		.toggle-block:not(.-toggle) .toggle-block__content {
			margin-bottom: -20px;
		}
	}

	.toggle-block:not(.-toggle) .toggle-block__content:before {
		background: linear-gradient(0deg, #060606 0, hsla(0, 0%, 100%, 0));
		bottom: -100px;
		content: "";
		display: inline-block;
		height: 320px;
		left: -20px;
		position: absolute;
		width: calc(100% + 40px);
		z-index: -5;
	}

	.faq-block .faq-block__item {
		background: linear-gradient(110deg, #1d2d4f, rgba(63, 71, 93, .6) 100%);
		border-radius: 8px;
		padding: 20px;
		position: relative;
	}

	.faq-block .faq-block__item:not(:last-child) {
		margin-bottom: 16px;
	}

	.faq-block .faq-block__item:before {
		background-image: linear-gradient(255deg, #00b7ff, #8d53e9);
		border-radius: 12px;
		content: "";
		height: 100%;
		inset: 0 auto 0 0;
		position: absolute;
		width: 6px;
	}

	.faq-block .faq-block__item.-toggle .faq-block__title:after {
		background: url("data:image/svg+xml;charset=utf-8,%3Csvg width='14' height='2' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill='%23ffff' d='M0 0h14v2H0z'/%3E%3C/svg%3E");
		background-position: 50%;
		background-repeat: no-repeat;
	}

	.faq-block .faq-block__item.-toggle .faq-block__text {
		display: block;
	}

	.faq-block .faq-block__title {
		font-size: 22px;
		font-weight: 500;
		padding-right: 64px;
		position: relative;
	}

	.faq-block .faq-block__title:after {
		background: url("data:image/svg+xml;charset=utf-8,%3Csvg width='13' height='14' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M13 7.929H7.429V13.5H5.57V7.929H0V6.07h5.571V.5H7.43v5.571H13V7.93Z' fill='%23ffff'/%3E%3C/svg%3E");
		background-position: 50%;
		background-repeat: no-repeat;
		content: "";
		display: inline-block;
		height: 24px;
		position: absolute;
		right: 0;
		width: 24px;
	}

	.faq-block .faq-block__text {
		display: none;
		margin-top: 20px;
	}

	.footer-menu ul li {
		font-size: 13px;
	}

	.footer-menu ul li:not(:last-child) {
		margin-bottom: 10px;
	}

	.footer-menu ul li a {
		color: #fff;
	}

	.footer-menu ul li a:hover {
		opacity: .86;
	}

	.footer-menu.-grid ul {
		grid-column-gap: 20px;
		max-height: 220px;
		flex-direction: column;
		display: flex;
		flex-wrap: wrap;
	}

	.table-of-content {
		border: 1px solid var(--grey-color);
		border-radius: 4px;
		margin-bottom: 24px;
		overflow: hidden;
		z-index:9999;
	}

	.table-of-content__title {
		background: var(--grey-color);
		color: var(--dark-color);
		font-size: 20px !important;
		font-weight: 700;
		padding: 12px 54px 12px 16px;
		position: relative;
	}

	.table-of-content__title:after {
		background: url(/icons/toc-icon-d.svg) no-repeat 50%;
		background-size: contain;
		content: "";
		display: inline-block;
		height: 24px;
		position: absolute;
		right: 20px;
		top: 50%;
		transform: translateY(-50%);
		width: 24px;
	}

	.table-of-content__lists {
		display: none;
		padding: 20px 16px;
	}

	.table-of-content__lists ul {
		list-style: disc;
		margin-bottom: 0 !important;
	}

	.table-of-content__lists ul li {
		list-style: disc;
		margin-left: 0 !important;
	}

	.table-of-content__lists ul li:not(:last-child) {
		margin-bottom: 12px;
	}

	.table-of-content__lists ul li:before {
		content: none;
	}

	.table-of-content__lists ul li a {
		color: #fff !important;
	}

	.table-of-content__lists ul li a:hover {
		color: var(--blue-3-color) !important;
	}
}

.toggle-block__content.opened:before {
	background: transparent !important;
}

.table-of-content.-toggle {
	border: 1px solid var(--blue-3-color);
}

.table-of-content.-toggle .table-of-content__title {
	background: var(--blue-3-color);
	color: #fff;
}

.table-of-content.-toggle .table-of-content__lists {
	display: block;
}

html {
	scroll-behavior: smooth;
}

.toggle-block__content table {
	width: 100%;
}

.toggle-block__content img {
	display: block;
	margin: 0 auto;
	width: 100%;
	height: auto;
}

.header-menu ul li.menu-item-has-children.-toggle>ul {
	display: block;
}

.header-menu.-toggle {
	display: block;
}

/* pop-up */

.popup {
	display: none;
	position: fixed;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
	z-index: 1000;
}

.popup.active {
	display: block;
}

.popup-wrapper {
	display: flex;
	padding: 20px;
	flex-direction: row;
	align-items: center;
	column-gap: 20px;
	border-radius: 10px;
	background: #0D1428;
}

.overlay {
	display: none;
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: rgba(0, 0, 0, 0.5);
	z-index: 999;
}

.overlay.active {
	display: block;
}

.popup-east-side {
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	gap: 20px;
	position: relative;
}

.close-button {
	position: absolute;
	top: 0;
	right: 0;
	min-width: 15px;
	min-height: 15px;
}

.popup-west-side img {
	width: 100%;
}

.popup-east-side-text {
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	text-align: center;
	gap: 5px;
}

.popup-east-side-text p {
	font-size: 23px;
	font-weight: 700;
}

.popup-east-side form {
	display: flex;
	flex-direction: column;
	gap: 10px;
	justify-content: center;
	width: 100%;
}

.popup-east-side form input {
	height: 60px;
}

.popup-east-side form textarea {
	height: 100px;
}

.popup-east-side form input,
.popup-east-side form textarea {
	font-size: 16px;
	line-height: 10px;
	font-weight: 400;
	padding: 10px;
	border: 0;
	border-radius: 10px;
	background-color: #fff;
	outline: none;
	resize: none;
	color: #000;
	width: 100%;
}

.popup-east-side form input:focus,
.popup-east-side form textarea:focus {
	outline: none;
}

.popup-east-side form input::placeholder,
.popup-east-side form textarea::placeholder {
	color: #8C8C8C;
}

.popup-east-side form input[type=submit] {
	background-image: linear-gradient(70deg, #31bc69 -8%, #089e4e 96%);
	color: #fff;
	font-weight: 600;
	font-size: 18px;
}

@media(max-device-width:1260px) {
	.popup-west-side {
		display: none;
	}
}

@media(max-device-width:766px) {
	.popup {
		width: 96%;
	}

	.popup-east-side {
		width: 100%;
	}
}

.btn_wrapper {
	display: flex;
	justify-content: center;
	margin: 20px auto;
}

.btn-green {
	background: #00a65a;
	color: #ffffff;
	text-decoration: none;
	padding: 8px 16px;
	border-radius: 4px;
	font-weight: 500;
	font-size: 16px;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	transition: background 0.2s ease;
	text-transform: none;
	box-shadow: none;
	border: none;
	min-width: 120px;
}

.btn-green:hover {
	background: #009552;
	opacity: 1;
}

.btn-text {
	display: inline-block;
	line-height: 1.2;
	color: #ffffff;
}