*,
:after,
:before {
	box-sizing: border-box;
}
li,
ol,
ol[class],
ul,
ul[class] {
	margin: 0;
	padding: 0;
}
blockquote,
body,
dd,
dl,
figcaption,
figure,
h1,
h2,
h3,
h4,
li,
ol[class],
p,
ul[class] {
	margin: 0;
}
body {
	line-height: 1.5;
	min-height: 100vh;
	scroll-behavior: smooth;
	text-rendering: optimizeSpeed;
}
li,
ol[class],
ul[class] {
	list-style: none;
}
a {
	text-decoration: none;
}
a:not([class]) {
	-webkit-text-decoration-skip: ink;
	text-decoration-skip-ink: auto;
}
img {
	display: block;
	max-width: 100%;
}
button,
input,
select,
textarea {
	border: none;
	font: inherit;
}
[role='button'],
button {
	cursor: pointer;
}
@media (prefers-reduced-motion: reduce) {
	* {
		animation-duration: 0.01ms !important;
		animation-iteration-count: 1 !important;
		scroll-behavior: auto !important;
		transition-duration: 0.01ms !important;
	}
}
body {
	background: #fff !important;
}
.h2,
.h3,
.h4,
.h5,
.h6,
h1,
h2,
h3,
h4,
h5,
h6 {
	color: #000;
	font-weight: 600;
	line-height: 1.2;
	margin-bottom: 24px;
}
.h2 span,
.h3 span,
.h4 span,
.h5 span,
.h6 span,
h1 span,
h2 span,
h3 span,
h4 span,
h5 span,
h6 span {
	font-weight: 600;
}
.h1,
h1 {
	font-size: 48px;
	font-weight: 700;
}
@media (max-width: 768px) {
	.h1,
	h1 {
		font-size: 30px;
	}
}
.h1 span,
h1 span {
	font-weight: 700;
}
.h2,
h2 {
	font-size: 40px;
}
@media (max-width: 768px) {
	.h2,
	h2 {
		font-size: 24px;
	}
}
.h3,
h3 {
	font-size: 24px;
}
@media (max-width: 768px) {
	.h3,
	h3 {
		font-size: 18px;
	}
}
.h4,
h4 {
	font-size: 16px;
}
.container,
.wp-block-group__inner-container {
	margin-left: auto;
	margin-right: auto;
	max-width: 1280px;
	padding-left: 20px;
	padding-right: 20px;
	width: 100%;
}
@media (max-width: 768px) {
	.container,
	.wp-block-group__inner-container {
		padding-left: 16px;
		padding-right: 16px;
	}
	.container .content-width,
	.container .wp-block-group__inner-container {
		padding-left: 0 !important;
		padding-right: 0 !important;
	}
}
.main-btn {
	background: #593bdc;
	border: 1px solid #593bdc;
	border-radius: 32px;
	color: #f1f2f3;
	display: inline-block;
	font-size: 16px;
	font-weight: 600;
	padding: 14px 32px;
	text-transform: uppercase;
}
.main-btn:hover {
	background: #fff;
	color: #593bdc;
}
.site-header {
	background: #1c1a35;
	padding: 14px 0;
}
@media (max-width: 768px) {
	.site-header {
		padding-left: 16px;
		padding-right: 16px;
	}
}
.site-header .site-header--row {
	align-items: center;
	border-bottom: 1px solid #323239;
	display: flex;
	gap: 36px;
	margin-bottom: 14px;
	padding-bottom: 14px;
	padding-left: 0;
	padding-right: 0;
}
@media (max-width: 768px) {
	.site-header .site-header--row {
		grid-gap: 16px;
		align-items: center;
		border: none;
		display: grid;
		grid-template-columns: 1fr max-content max-content;
		margin-bottom: 0;
		padding-bottom: 0;
	}
}
.site-header .site-header--bottom {
	padding-left: 0;
	padding-right: 0;
}
@media (max-width: 768px) {
	.site-header .site-header--bottom {
		display: none;
	}
}
.site-header .site-header__mini {
	align-items: center;
	display: flex;
	gap: 24px;
}
@media (max-width: 768px) {
	.site-header .site-header__mini {
		gap: 16px;
	}
}
.site-header__logo {
	flex: 1 0 auto;
}
.site-header__logo img {
	height: 36px;
}
@media (max-width: 768px) {
	.site-header--bottom.-toggle {
		display: block;
		height: 100%;
		margin-left: -20px;
		margin-right: -20px;
		margin-top: 10px;
		overflow-y: auto;
		padding: 56px 20px;
		width: auto;
		z-index: 999999;
	}
}
.mob-menu-btn {
	background: url(../images/menu-icon-w.svg) no-repeat 50% !important;
	background-size: contain !important;
	display: none;
	height: 32px;
	width: 32px;
}
.mob-menu-btn.-toggle {
	background: url(../images/close-icon-white.svg) no-repeat 50% !important;
	background-size: contain !important;
}
@media (max-width: 768px) {
	.mob-menu-btn {
		display: block;
	}
}
.header-compare-btn {
	background: #ffb240;
	border-radius: 3px;
	color: #1c1a35;
	font-size: 14px;
	font-weight: 600;
}
@media (max-width: 768px) {
	.header-compare-btn {
		display: none;
	}
}
.header-compare-btn a {
	color: #1c1a35;
	display: inline-block;
	padding: 10px 24px;
}
.header-compare-btn:hover {
	opacity: 0.86;
}
@media (max-width: 768px) {
	.top-menu {
		display: none;
	}
}
.top-menu ul {
	align-items: center;
	display: flex;
	gap: 24px;
}
.top-menu ul li {
	font-size: 13px;
	position: relative;
}
.top-menu ul li a {
	color: #f1f2f3;
}
@media (min-width: 768px) {
	.top-menu ul li.-grid-2:hover ul {
		grid-template-columns: repeat(2, 1fr);
		width: 420px;
	}
	.top-menu ul li.-grid-2:hover ul,
	.top-menu ul li.-grid-3:hover ul {
		grid-column-gap: 16px;
		grid-row-gap: 2px;
		display: grid !important;
		left: 50%;
		transform: translateX(-50%);
	}
	.top-menu ul li.-grid-3:hover ul {
		grid-template-columns: repeat(3, 1fr);
		width: 540px;
	}
}
.top-menu ul li ul {
	background: #fff;
	border-radius: 4px;
	box-shadow: 0 0 20px rgba(2, 7, 41, 0.1);
	display: none;
	left: -16px;
	padding: 16px 14px;
	position: absolute;
	top: 100%;
	width: 200px;
	z-index: 999;
}
.top-menu ul li ul li {
	font-size: 14px;
	line-height: 1.2;
}
.top-menu ul li ul li:not(:last-child) {
	margin-bottom: 14px;
}
.top-menu ul li ul li a {
	color: #000;
}
.top-menu ul li ul li a:hover {
	opacity: 0.76;
}
.top-menu ul li.menu-item-has-children > a {
	background: url(../images/down-arrow-icon.svg) no-repeat 100%;
	background-size: 14px;
	padding-right: 20px;
}
.top-menu ul li.menu-item-has-children:hover > ul {
	display: block;
}
.site-header__langs {
	position: relative;
}
.site-header__langs:hover .site-header__langs__list {
	display: block;
}
.site-header__langs .site-header__langs__btn {
	background: transparent;
	color: #f1f2f3;
	font-size: 16px;
	font-weight: 600;
	padding: 0;
	text-decoration: underline;
	text-transform: uppercase;
	text-underline-offset: 4px;
}
.site-header__langs .site-header__langs__list {
	background: #fff;
	border-radius: 3px;
	display: none;
	left: -16px;
	padding: 20px 16px;
	position: absolute;
	top: 100%;
	width: 140px;
	z-index: 999;
}
@media (max-width: 768px) {
	.site-header__langs .site-header__langs__list {
		left: unset;
		right: -16px;
	}
}
.site-header__langs .site-header__langs__list ul li {
	font-size: 14px;
}
.site-header__langs .site-header__langs__list ul li a {
	color: #1c1a35;
}
.site-header__langs .site-header__langs__list ul li a:hover {
	opacity: 0.86;
}
.header-bonus {
	align-items: center;
	border: 1px solid #f1f2f3;
	border-radius: 8px;
	display: flex;
	font-size: 14px;
	font-weight: 600;
	gap: 18px;
	padding: 6px 10px;
	text-transform: uppercase;
}
@media (max-width: 768px) {
	.header-bonus {
		grid-column: 1/4;
		grid-row: 1;
	}
}
.header-bonus img {
	height: 30px;
	max-width: 67px;
	width: auto;
}
.header-bonus .header-bonus__txt {
	color: #f1f2f3;
	flex: 1 0 auto;
}
.header-bonus .header-bonus__txt_2 {
	color: #ffb240;
	flex: 1 0 auto;
}
@media (min-width: 768px) {
	.site-header__search {
		position: relative;
	}
}
.site-header__search .site-header__search__btn {
	background: url(../images/search-icon.svg) no-repeat 50%;
	background-size: 20px;
	display: flex;
	height: 24px;
	place-content: center;
	place-items: center;
	width: 24px;
}
.site-header__search .site-header__search__block {
	background: #fff;
	border-radius: 12px;
	display: none;
	padding: 8px;
	position: absolute;
	right: 0;
	top: 100%;
	width: 400px;
	z-index: 5;
}
@media (max-width: 768px) {
	.site-header__search .site-header__search__block {
		left: 50%;
		right: unset;
		top: 190px;
		transform: translateX(-50%);
		width: 96%;
	}
}
.site-header__search .site-header__search__block.-toggle {
	display: block;
}
.site-header__search .site-header__search__block form {
	grid-gap: 3px;
	align-items: center;
	display: grid;
	grid-template-columns: 1fr max-content;
	width: 100%;
}
.site-header__search .site-header__search__block form input[type='email'],
.site-header__search .site-header__search__block form input[type='password'],
.site-header__search .site-header__search__block form input[type='text'],
.site-header__search .site-header__search__block form textarea {
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	background: #fff;
	border: none;
	border-radius: 32px;
	color: #333;
	font-family: Poppins, sans-serif;
	padding: 12px 16px;
	width: 100%;
}
.site-header__search .site-header__search__block form input[type='email']:focus,
.site-header__search
	.site-header__search__block
	form
	input[type='password']:focus,
.site-header__search .site-header__search__block form input[type='text']:focus,
.site-header__search .site-header__search__block form textarea:focus {
	color: #000;
	outline: none;
}
.site-header__search .site-header__search__block form textarea {
	height: 188px;
}
.site-header__search
	.site-header__search__block
	form
	::-webkit-input-placeholder {
	color: #373737;
	font-size: 16px;
	-webkit-transition: all 0.7s ease;
	transition: all 0.7s ease;
}
.site-header__search .site-header__search__block form ::-moz-placeholder {
	color: #373737;
	font-size: 16px;
	-moz-transition: all 0.7s ease;
	transition: all 0.7s ease;
}
.site-header__search .site-header__search__block form :-ms-input-placeholder {
	color: #373737;
	font-size: 16px;
	-ms-transition: all 0.7s ease;
	transition: all 0.7s ease;
}
.site-header__search .site-header__search__block form :-moz-placeholder {
	color: #373737;
	font-size: 16px;
	-moz-transition: all 0.7s ease;
	transition: all 0.7s ease;
}
.site-header__search
	.site-header__search__block
	form
	:focus::-webkit-input-placeholder {
	opacity: 0;
	-webkit-transition: all 0.7s ease;
	transition: all 0.7s ease;
}
.site-header__search .site-header__search__block form :focus::-moz-placeholder {
	opacity: 0;
	-moz-transition: all 0.7s ease;
	transition: all 0.7s ease;
}
.site-header__search
	.site-header__search__block
	form
	:focus:-ms-input-placeholder {
	opacity: 0;
	-ms-transition: all 0.7s ease;
	transition: all 0.7s ease;
}
.site-header__search .site-header__search__block form :focus:-moz-placeholder {
	opacity: 0;
	-moz-transition: all 0.7s ease;
	transition: all 0.7s ease;
}
.site-header__search
	.site-header__search__block
	form
	textarea::-webkit-input-placeholder {
	color: #373737;
	font-size: 16px;
	text-indent: 0;
	-webkit-transition: all 0.7s ease;
	transition: all 0.7s ease;
}
.site-header__search .site-header__search__block form textarea:-moz-placeholder,
.site-header__search
	.site-header__search__block
	form
	textarea::-moz-placeholder {
	color: #373737;
	font-size: 16px;
	text-indent: 0;
	-moz-transition: all 0.7s ease;
	transition: all 0.7s ease;
}
.site-header__search
	.site-header__search__block
	form
	textarea:-ms-input-placeholder {
	color: #373737;
	font-size: 16px;
	text-indent: 0;
	-ms-transition: all 0.7s ease;
	transition: all 0.7s ease;
}
.site-header__search
	.site-header__search__block
	form
	textarea:focus::-webkit-input-placeholder {
	opacity: 0;
	text-indent: 50px;
	-webkit-transition: all 0.7s ease;
	transition: all 0.7s ease;
}
.site-header__search
	.site-header__search__block
	form
	textarea:focus:-moz-placeholder,
.site-header__search
	.site-header__search__block
	form
	textarea:focus::-moz-placeholder {
	opacity: 0;
	text-indent: 50px;
	-moz-transition: all 0.7s ease;
	transition: all 0.7s ease;
}
.site-header__search
	.site-header__search__block
	form
	textarea:focus:-ms-input-placeholder {
	opacity: 0;
	text-indent: 50px;
	-ms-transition: all 0.7s ease;
	transition: all 0.7s ease;
}
.site-header__search .site-header__search__block form button {
	border: none;
	border-radius: 50px;
	color: #fff;
	display: inline-block;
	font-size: 16px;
	font-weight: 600;
	padding: 14px 32px;
}
.site-header__search .site-header__search__block form button:hover {
	opacity: 0.86;
}
.site-header__search .site-header__search__block form input {
	border-radius: 12px !important;
}
.site-header__search .site-header__search__block form button {
	border-radius: 12px !important;
	color: #000;
	height: 100%;
}
.site-header__search .site-header__search__block form button:hover {
	opacity: 1;
}
.header-present-link {
	display: flex;
	place-content: center;
	place-items: center;
}
.header-present-link a {
	display: inline-block;
	height: 24px;
	width: 24px;
}
.header-present-link a:hover {
	opacity: 0.86;
}
.header-present-link i {
	background: url(../images/present-icon.svg) no-repeat 50%;
	background-size: 24px;
	display: inline-block;
	height: 24px;
	width: 24px;
}
.header-email-link {
	display: flex;
	place-content: center;
	place-items: center;
}
.header-email-link a {
	display: inline-block;
	height: 24px;
	width: 24px;
}
.header-email-link a:hover {
	opacity: 0.64;
}
.header-email-link i {
	background: url(../images/email-icon.svg) no-repeat 50%;
	background-size: 24px;
	display: inline-block;
	height: 24px;
	width: 24px;
}
.header-menu.-show-mobile {
	display: none;
}
@media (max-width: 768px) {
	.header-menu.-show-mobile {
		border-top: 2px solid hsla(0, 0%, 100%, 0.5);
		display: block;
		margin-top: 20px;
		padding-top: 20px;
	}
}
@media (min-width: 768px) {
	.header-menu.taras-menu ul li.-grid > ul {
		grid-column-gap: 20px;
		grid-row-gap: 0;
		grid-template-columns: repeat(3, 1fr);
		width: 540px;
	}
	.header-menu.taras-menu ul li.-grid:hover > ul {
		display: grid !important;
	}
}
.header-menu.taras-menu ul li.menu-item-has-children {
	position: relative;
}
.header-menu.taras-menu ul li.menu-item-has-children:hover > ul {
	display: block;
}
.header-menu.taras-menu ul li ul {
	background: #000;
	border: 1px solid #593bdc;
	border-radius: 12px;
	display: none;
	padding: 24px 20px;
	width: auto;
}
@media (min-width: 768px) {
	.header-menu.taras-menu ul li ul {
		padding: 24px 20px !important;
		width: 240px;
	}
}
.header-menu.taras-menu ul li ul:after,
.header-menu.taras-menu ul li ul:before {
	content: none;
}
.header-menu.taras-menu ul li ul li {
	font-size: 14px;
	font-weight: 400;
	line-height: 1.3;
}
.header-menu.taras-menu ul li ul li:not(:last-child) {
	margin-bottom: 14px;
}
.header-menu.taras-menu ul li ul li.menu-item-has-children > a {
	background: url(../images/menu-arrow-r-w-taras.svg) no-repeat 100%;
	background-size: 14px;
}
.header-menu.taras-menu ul li ul li.menu-item-has-children > ul {
	background: #000;
	border: 1px solid #593bdc;
	left: 100%;
	top: -20px;
}
.header-menu > ul {
	display: flex;
	gap: 24px;
	place-content: center;
	justify-content: space-evenly;
	position: relative;
}
@media (max-width: 768px) {
	.header-menu > ul {
		display: block;
	}
}
.header-menu > ul li {
	font-size: 14px;
}
@media (max-width: 768px) {
	.header-menu > ul li:not(:last-child) {
		margin-bottom: 14px;
	}
	.header-menu > ul li img,
	.header-menu > ul li svg {
		display: none !important;
	}
}
.header-menu > ul li > ul {
	border: none !important;
	padding: 16px 0 16px 16px !important;
}
.header-menu > ul li a {
	color: #f1f2f3;
}
@media (min-width: 768px) {
	.header-menu > ul li:hover > ul {
		display: grid;
	}
}
@media (max-width: 768px) {
	.header-menu > ul li.menu-item-has-children {
		position: relative;
	}
}
.header-menu > ul li.menu-item-has-children > a {
	background: url(../images/down-arrow-icon.svg) no-repeat 100%;
	background-size: 14px;
	padding-right: 20px;
}
@media (max-width: 768px) {
	.header-menu > ul li.menu-item-has-children > a {
		background: url(../images/down-arrow-icon.svg) no-repeat 100% !important;
		background-size: 14px !important;
		display: block;
	}
}
.header-menu > ul li.menu-item-has-children .g-mob-menu-child-btn {
	background: transparent;
	height: 24px;
	position: absolute;
	right: -5px;
	top: 2px;
	width: 24px;
}
@media (max-width: 768px) {
	.header-menu > ul li.menu-item-has-children > ul {
		display: none;
	}
}
.header-menu > ul li.menu-item-has-children.-toggle > ul {
	border: none !important;
	display: block;
	left: unset !important;
	padding-left: 36px !important;
	top: unset !important;
}
.header-menu > ul li.menu-item-has-children.-toggle > ul li a {
	display: block;
}
.header-menu > ul li ul {
	grid-gap: 24px;
	background: #000;
	display: none;
	grid-template-columns: repeat(4, 1fr);
	left: 0;
	padding: 40px 0 60px;
	position: absolute;
	top: 100%;
	width: 100%;
	z-index: 999;
}
@media (max-width: 768px) {
	.header-menu > ul li ul {
		background: transparent !important;
		left: unset;
		padding: 20px 0 20px 12px;
		position: relative;
		top: unset;
	}
}
@media (min-width: 768px) {
	.header-menu > ul li ul:after,
	.header-menu > ul li ul:before {
		background: #000;
		content: '';
		height: 100%;
		left: -50vw;
		position: absolute;
		top: 0;
		width: 50vw;
		z-index: -1;
	}
	.header-menu > ul li ul:after {
		left: unset;
		right: -50vw;
	}
}
.header-menu > ul li ul li {
	line-height: 1.2;
}
@media (min-width: 768px) {
	.header-menu > ul li ul li {
		position: relative;
	}
	.header-menu > ul li ul li:hover ul {
		background: #222;
		border-radius: 10px;
		display: block;
		padding: 20px;
	}
	.header-menu > ul li ul li:hover ul:after,
	.header-menu > ul li ul li:hover ul:before {
		content: none;
	}
	.header-menu > ul li ul li:hover ul li:not(:last-child) {
		margin-bottom: 16px;
	}
}
.header-menu > ul li ul li a {
	align-items: center;
	display: flex;
	gap: 10px;
}
@media (max-width: 768px) {
	.header-menu > ul li ul li a {
		align-items: flex-start;
	}
}
.header-menu > ul li ul li a img,
.header-menu > ul li ul li a svg {
	height: auto !important;
	width: 32px !important;
}
@media (max-width: 768px) {
	.header-menu > ul li ul li a img,
	.header-menu > ul li ul li a svg {
		margin-top: 3px;
	}
}
.offers-load-more-w {
	display: flex;
	margin-bottom: 46px;
	margin-top: -16px;
	place-content: center;
	place-items: center;
}
.offers-load-more-w .offers-load-more-w__btn {
	background: linear-gradient(82.35deg, #0055ff 34.99%, #002a80 98.97%);
	border-radius: 32px;
	color: #fff;
	display: inline-block;
	font-size: 15px;
	font-weight: 700;
	padding: 12px 42px;
}
.offers-load-more-w .offers-load-more-w__btn:hover {
	opacity: 0.86;
}
.offers-block {
	margin-bottom: 46px;
}
.offers-block .offers-block__item {
	align-items: center;
	background: #fff;
	border: 1px solid #f1f5f9;
	border-radius: 10px;
	box-shadow: 0 10px 20px 0 #ebf0f6;
	display: flex;
	gap: 24px;
	overflow: hidden;
	padding: 18px 24px 18px 64px;
	position: relative;
}
.offers-block .offers-block__item.-no-brand-info {
	grid-template-columns: max-content 1fr max-content max-content;
}
.offers-block .offers-block__item.-hide-elem {
	display: none;
}
@media (max-width: 768px) {
	.offers-block .offers-block__item {
		display: flex;
		flex-direction: column;
		gap: 14px;
		padding: 12px;
		place-content: center;
		place-items: center;
	}
}
.offers-block .offers-block__item:not(:last-child) {
	margin-bottom: 24px;
}
@media (max-width: 768px) {
	.offers-block .offers-block__item:not(:last-child),
	.offers-block .offers-block__logo-sec {
		margin-bottom: 16px;
	}
}
.offers-block .offers-block__num {
	background: #f5f7fa;
	border-radius: 50%;
	color: #1c1a35;
	font-size: 24px;
	font-weight: 600;
	height: 60px;
	left: -12px;
	line-height: 60px;
	position: absolute;
	text-align: center;
	top: 50%;
	transform: translateY(-50%);
	width: 60px;
}
@media (max-width: 768px) {
	.offers-block .offers-block__num {
		background: #ececec;
		font-size: 16px;
		height: 26px;
		left: 22px;
		line-height: 26px;
		top: 36px;
		transform: unset;
		width: 26px;
	}
}
.offers-block .offers-block__logo {
	width: 120px;
}
@media (max-width: 768px) {
	.offers-block .offers-block__logo {
		width: 100%;
	}
	.offers-block .offers-block__logo a {
		display: flex;
		height: 84px;
		padding: 8px 14px;
		place-content: center;
		place-items: center;
		width: 100%;
	}
}
.offers-block .offers-block__logo img {
	height: auto;
	max-width: 100%;
	width: 100%;
}
@media (max-width: 768px) {
	.offers-block .offers-block__logo img {
		height: 84px;
		-o-object-fit: contain;
		object-fit: contain;
		-o-object-position: center;
		object-position: center;
	}
}
.offers-block .offers-block__rev-link {
	font-size: 14px;
	margin-top: 12px;
	text-align: center;
	width: 100%;
}
.offers-block .offers-block__rev-link a {
	text-decoration: underline;
	text-underline-offset: 4px;
}
.offers-block .offers-block__rev-link a:hover {
	text-decoration: none;
}
.offers-block .offers-block__content {
	text-transform: uppercase;
}
@media (min-width: 768px) {
	.offers-block .offers-block__content {
		width: 340px;
	}
}
@media (max-width: 768px) {
	.offers-block .offers-block__content .main-rating-stars-v2 {
		place-content: center;
	}
}
.offers-block .offers-block__content .rating-text {
	color: #586885;
}
.offers-block .offers-block__title {
	color: #1c1a35;
	font-size: 20px;
	font-weight: 700;
	text-transform: uppercase;
}
@media (max-width: 768px) {
	.offers-block .offers-block__title {
		text-align: center;
	}
}
.offers-block .offers-block__bonus {
	color: #242424;
	font-size: 18px;
	font-weight: 600;
	margin-bottom: 12px;
	margin-top: 4px;
}
@media (max-width: 768px) {
	.offers-block .offers-block__bonus {
		text-align: center;
	}
}
.offers-block .offers-block__bonus b,
.offers-block .offers-block__bonus span,
.offers-block .offers-block__bonus strong {
	color: #ffb240;
}
.offers-block .offers-block__benefs {
	width: 100%;
}
@media (min-width: 768px) {
	.offers-block .offers-block__benefs {
		width: 300px;
	}
}
.offers-block .offers-block__benefs dl,
.offers-block .offers-block__benefs ul {
	font-size: 14px;
}
.offers-block .offers-block__benefs dl span,
.offers-block .offers-block__benefs ul span {
	display: block;
}
.offers-block .offers-block__benefs dl dd,
.offers-block .offers-block__benefs dl dt,
.offers-block .offers-block__benefs ul dd,
.offers-block .offers-block__benefs ul dt {
	display: inline;
}
.offers-block .offers-block__benefs dl li,
.offers-block .offers-block__benefs dl span,
.offers-block .offers-block__benefs ul li,
.offers-block .offers-block__benefs ul span {
	font-size: 14px;
	padding-left: 20px;
	position: relative;
}
@media (max-width: 768px) {
	.offers-block .offers-block__benefs dl li,
	.offers-block .offers-block__benefs dl span,
	.offers-block .offers-block__benefs ul li,
	.offers-block .offers-block__benefs ul span {
		padding-left: 24px;
	}
}
.offers-block .offers-block__benefs dl li:not(:last-child),
.offers-block .offers-block__benefs dl span:not(:last-child),
.offers-block .offers-block__benefs ul li:not(:last-child),
.offers-block .offers-block__benefs ul span:not(:last-child) {
	margin-bottom: 7px;
}
.offers-block .offers-block__benefs dl li:before,
.offers-block .offers-block__benefs dl span:before,
.offers-block .offers-block__benefs ul li:before,
.offers-block .offers-block__benefs ul span:before {
	content: '';
	display: inline-block;
	height: 12px;
	left: 0;
	position: absolute;
	top: 4px;
	width: 12px;
}
@media (max-width: 768px) {
	.offers-block .offers-block__benefs dl li:before,
	.offers-block .offers-block__benefs dl span:before,
	.offers-block .offers-block__benefs ul li:before,
	.offers-block .offers-block__benefs ul span:before {
		height: 16px;
		top: 2px;
		width: 16px;
	}
}
@media (min-width: 768px) {
	.offers-block .rev-page-card--bonus-val {
		width: 240px;
	}
}
@media (max-width: 768px) {
	.offers-block .rev-page-card--bonus-val {
		margin-bottom: 20px;
	}
}
@media (min-width: 768px) {
	.offers-block .offers-block__rating {
		text-align: center;
		width: 240px;
	}
	.offers-block .offers-block__rating .offers-block__rating-label {
		font-size: 14px;
	}
	.offers-block .offers-block__rating .offers-block__rating-author {
		place-content: center;
	}
}
@media (max-width: 768px) {
	.offers-block .offers-block__rating {
		align-items: center;
		display: flex;
		flex-wrap: wrap;
		font-size: 14px;
		gap: 12px;
		order: 0;
		padding: 10px 16px;
		width: 100%;
	}
	.offers-block .offers-block__rating .offers-block__rating-str {
		font-size: 14px;
	}
}
@media (min-width: 768px) {
	.offers-block .offers-block__section {
		display: flex;
		flex-direction: column;
		place-content: flex-end;
		place-items: flex-end;
	}
	.offers-block .offers-block__btn a {
		font-size: 14px;
		text-align: center;
		width: 240px;
	}
}
@media (max-width: 768px) {
	.offers-block .offers-block__section {
		width: 100%;
	}
}
.offers-block__btn {
	display: inline-block;
}
@media (max-width: 768px) {
	.offers-block__btn {
		margin-top: 20px;
		order: 3;
		width: 100%;
	}
}
.offers-block__btn a {
	background: linear-gradient(82.35deg, #0055ff 34.99%, #002a80 98.97%);
	border-radius: 32px;
	color: #fff !important;
	display: inline-block;
	font-size: 16px;
	font-weight: 600;
	padding: 10px 60px;
	text-transform: uppercase;
}
@media (max-width: 768px) {
	.offers-block__btn a {
		text-align: center;
		width: 100%;
	}
}
.offers-block__btn:hover {
	opacity: 0.76;
}
.offers-block__payments-icons {
	grid-gap: 6px;
	background: #f5f3ff;
	border-radius: 12px;
	display: grid;
	grid-template-columns: repeat(4, 1fr);
	padding: 16px;
}
@media (max-width: 768px) {
	.offers-block__payments-icons {
		grid-gap: 4px;
		grid-template-columns: repeat(5, 1fr);
		padding: 12px;
		width: 100%;
	}
}
.offers-block__payments-icons img {
	background: #fff;
	border-radius: 6px;
	height: 22px;
	-o-object-fit: contain;
	object-fit: contain;
	-o-object-position: center;
	object-position: center;
	padding: 2px 4px;
	width: 42px;
}
@media (max-width: 768px) {
	.offers-block__payments-icons img {
		padding: 4px;
		width: 100%;
	}
	.offers-block__payments-icons img:nth-child(n + 6) {
		display: none;
	}
}
.offers-block__rating {
	border-radius: 10px;
	padding: 20px 24px;
	width: 100%;
}
.offers-block__rating-str {
	color: #1c1a35;
	font-size: 18px;
	font-weight: 600;
}
.offers-block__rating-label {
	margin: 8px 0;
}
.offers-block__rating-author {
	align-items: center;
	color: #999;
	display: flex;
	gap: 8px;
}
.toc-block {
	border-radius: 20px;
	margin-bottom: 46px;
	padding: 32px;
}
@media (max-width: 768px) {
	.toc-block {
		margin-bottom: 24px;
		padding: 14px;
	}
}
.toc-block .toc-block__title {
	grid-gap: 12px;
	align-items: center;
	display: grid;
	grid-template-columns: 1fr max-content;
}
@media (max-width: 768px) {
	.toc-block .toc-block__title {
		grid-gap: 10px;
	}
}
.toc-block .toc-block__title span {
	color: #1c1a35;
	font-size: 20px;
	font-weight: 600;
	text-transform: uppercase;
}
@media (max-width: 768px) {
	.toc-block .toc-block__title span {
		font-size: 16px;
	}
}
.toc-block .toc-block__title button {
	border: none;
	font-size: 16px;
	margin-right: 10px;
	padding: 0 32px 0 0;
	text-transform: uppercase;
	transition: all 0.25s ease;
}
@media (max-width: 768px) {
	.toc-block .toc-block__title button {
		font-size: 14px;
	}
}
.toc-block .toc-block__title button:hover,
.toc-block.-toggle .toc-block__title button {
	margin-left: 10px;
	margin-right: 0;
	padding-right: 42px;
}
.toc-block.-toggle .toc-block__list {
	display: block;
	margin-top: 32px;
}
.toc-block .toc-block__list {
	display: none;
}
@media (min-width: 768px) {
	.toc-block .toc-block__list.-grid ul {
		grid-column-gap: 16px;
		display: grid;
		grid-template-columns: repeat(2, 1fr);
	}
}
.toc-block ul li {
	padding-left: 32px !important;
	position: relative;
}
.toc-block ul li:not(:last-child) {
	margin-bottom: 12px;
}
.toc-block ul li:before {
	content: '';
	display: inline-block;
	height: 20px !important;
	left: 0;
	position: absolute;
	top: 2px !important;
	width: 20px !important;
}
.toc-block ul li a {
	color: #1c1a35;
	font-size: 16px;
}
.toc-block ul li a:hover {
	text-decoration: underline;
	text-underline-offset: 4px;
}
.avoid-block {
	grid-gap: 20px;
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	margin-bottom: 46px;
}
@media (max-width: 768px) {
	.avoid-block {
		display: block;
		margin-bottom: 32px;
	}
}
.avoid-block .avoid-block__item {
	border-radius: 20px;
	padding: 32px 24px;
}
@media (max-width: 768px) {
	.avoid-block .avoid-block__item {
		padding: 24px 16px;
	}
	.avoid-block .avoid-block__item:not(:last-child) {
		margin-bottom: 16px;
	}
}
.avoid-block .avoid-block__head {
	grid-gap: 20px;
	align-items: center;
	display: grid;
	grid-template-columns: max-content 1fr;
	margin-bottom: 20px;
}
.avoid-block .avoid-block__head img {
	height: 124px;
	-o-object-fit: contain;
	object-fit: contain;
	-o-object-position: center;
	object-position: center;
	width: 124px;
}
@media (max-width: 768px) {
	.avoid-block .avoid-block__head img {
		height: 86px;
		width: 86px;
	}
}
.avoid-block .avoid-block__head .avoid-block__name {
	color: #242424;
	font-size: 20px;
	font-weight: 700;
	margin-bottom: 8px;
	text-transform: uppercase;
}
@media (max-width: 768px) {
	.avoid-block .avoid-block__head .avoid-block__name {
		font-size: 16px;
	}
}
.avoid-block .avoid-block__head .avoid-block__rating {
	font-size: 16px;
	font-weight: 600;
	padding-left: 24px;
}
@media (max-width: 768px) {
	.avoid-block .avoid-block__head .avoid-block__rating {
		font-size: 14px;
	}
}
.avoid-block .avoid-block__list li {
	padding-left: 30px;
	position: relative;
}
.avoid-block .avoid-block__list li:not(:last-child) {
	margin-bottom: 10px;
}
.avoid-block .avoid-block__list li:before {
	content: '';
	display: inline-block;
	height: 20px;
	left: 0;
	position: absolute;
	top: 3px;
	width: 20px;
}
.avoid-block__link {
	display: flex;
	margin-bottom: 46px;
	place-content: center;
	place-items: center;
}
.avoid-block__link a {
	border-radius: 32px;
	color: #fff !important;
	display: inline-block;
	font-size: 16px;
	font-weight: 600;
	padding: 14px 48px;
	text-transform: uppercase;
}
@media (max-width: 768px) {
	.avoid-block__link a {
		display: block;
		text-align: center;
		width: 100%;
	}
}
.avoid-block__link a:hover {
	opacity: 0.76;
}
.logos-block {
	align-items: center;
	display: flex;
	flex-wrap: wrap;
	gap: 32px;
	justify-content: space-between;
	margin-bottom: 46px;
}
@media (max-width: 768px) {
	.logos-block {
		gap: 16px;
		place-content: center;
	}
}
.logos-block .logos-block__item img {
	height: 40px;
	max-width: 100%;
	width: auto;
}
@media (max-width: 768px) {
	.logos-block .logos-block__item img {
		height: 34px;
		max-width: 96px;
		-o-object-fit: contain;
		object-fit: contain;
		-o-object-position: center;
		object-position: center;
	}
}
.offer-short-desc-block {
	grid-gap: 24px;
	display: grid;
	grid-template-columns: repeat(2, 1fr);
	margin-bottom: 46px;
}
@media (max-width: 768px) {
	.offer-short-desc-block {
		grid-gap: 16px;
		grid-template-columns: 1fr;
	}
}
.offer-short-desc-block .offer-short-desc-block__offer {
	grid-gap: 24px;
	border-radius: 12px;
	display: grid;
	grid-template-columns: repeat(2, 1fr);
	padding: 42px 40px;
}
@media (max-width: 768px) {
	.offer-short-desc-block .offer-short-desc-block__offer {
		grid-gap: 16px;
		grid-template-columns: 1fr;
		padding: 24px 16px;
	}
	.offer-short-desc-block
		.offer-short-desc-block__offer
		.offer-short-desc-block__offer__content {
		order: -1;
		text-align: center;
	}
}
.offer-short-desc-block
	.offer-short-desc-block__offer
	.offer-short-desc-block__offer-img {
	display: flex;
	place-content: center;
	place-items: center;
	width: 100%;
}
@media (max-width: 768px) {
	.offer-short-desc-block
		.offer-short-desc-block__offer
		.offer-short-desc-block__offer-img {
		margin-bottom: 20px;
	}
}
.offer-short-desc-block .offer-short-desc-block__offer img {
	height: auto;
	max-height: 120px;
	-o-object-fit: contain;
	object-fit: contain;
	-o-object-position: center;
	object-position: center;
	width: 100%;
}
@media (max-width: 768px) {
	.offer-short-desc-block .offer-short-desc-block__offer img {
		max-height: 86px;
	}
}
.offer-short-desc-block
	.offer-short-desc-block__offer
	.offer-short-desc-block__offer-btn {
	margin-top: 12px;
}
.offer-short-desc-block
	.offer-short-desc-block__offer
	.offer-short-desc-block__offer-btn
	a {
	border-radius: 32px;
	color: #fff;
	display: inline-block;
	font-size: 16px;
	font-weight: 600;
	padding: 14px 32px;
	text-align: center;
	text-transform: uppercase;
	width: 100%;
}
.offer-short-desc-block
	.offer-short-desc-block__offer
	.offer-short-desc-block__offer-btn
	a:hover {
	opacity: 0.76;
}
.offer-short-desc-block
	.offer-short-desc-block__offer
	.offer-short-desc-block__offer-link {
	margin-top: 16px;
	text-align: center;
}
.offer-short-desc-block
	.offer-short-desc-block__offer
	.offer-short-desc-block__offer-link
	a {
	font-size: 15px;
	font-weight: 700;
	text-decoration: underline;
	text-underline-offset: 3px;
}
.offer-short-desc-block
	.offer-short-desc-block__offer
	.offer-short-desc-block__offer-link
	a:hover {
	text-decoration: none;
}
.offer-short-desc-block .offer-short-desc-block__title {
	color: #1c1a35;
	font-size: 20px;
	font-weight: 600;
	margin-bottom: 12px;
	text-transform: uppercase;
}
.offer-short-desc-block .offer-short-desc-block__rating {
	color: #242424;
	font-size: 18px;
	font-weight: 600;
	margin-bottom: 10px;
}
.offer-short-desc-block .offer-short-desc-block__expert {
	color: #999;
	font-size: 16px;
	margin-bottom: 14px;
}
.offer-short-desc-block .offer-short-desc-block__expert span {
	color: #242424;
}
.offer-short-desc-block .offer-short-desc-block__bonus {
	font-size: 18px;
	font-weight: 600;
	text-transform: uppercase;
}
.offer-short-desc-block
	.offer-short-desc-block__content
	.offer-short-desc-block__content-title {
	font-size: 20px;
	font-weight: 700;
	margin-bottom: 20px;
	text-transform: uppercase;
}
.post-entry p,
.wp-block-group__inner-container p {
	margin-bottom: 24px;
}
.post-entry a:hover,
.wp-block-group__inner-container a:hover {
	opacity: 0.86;
}
.post-entry ul,
.wp-block-group__inner-container ul {
	margin-bottom: 32px;
}
@media (max-width: 768px) {
	.post-entry ul,
	.wp-block-group__inner-container ul {
		margin-bottom: 20px;
	}
}
.post-entry ul li,
.wp-block-group__inner-container ul li {
	padding-left: 16px;
	position: relative;
}
.post-entry ul li:not(:last-child),
.wp-block-group__inner-container ul li:not(:last-child) {
	margin-bottom: 14px;
}
@media (max-width: 768px) {
	.post-entry ul li:not(:last-child),
	.wp-block-group__inner-container ul li:not(:last-child) {
		margin-bottom: 8px;
	}
}
.post-entry ul li:before,
.wp-block-group__inner-container ul li:before {
	background: #593bdc;
	border-radius: 50%;
	content: '';
	height: 6px;
	left: 0;
	position: absolute;
	top: 10px;
	width: 6px;
}
@media (max-width: 768px) {
	.post-entry ul li:before,
	.wp-block-group__inner-container ul li:before {
		top: 8px;
	}
}
.post-entry ul.flex-list,
.wp-block-group__inner-container ul.flex-list {
	grid-column-gap: 32px;
	display: grid;
	grid-template-columns: repeat(3, 1fr);
}
@media (max-width: 768px) {
	.post-entry ul.flex-list,
	.wp-block-group__inner-container ul.flex-list {
		display: block;
	}
}
.post-entry ol,
.wp-block-group__inner-container ol {
	margin-bottom: 24px;
	padding-left: 20px;
}
.post-entry ol li,
.wp-block-group__inner-container ol li {
	list-style: decimal;
	position: relative;
}
.post-entry ol li b,
.post-entry ol li span,
.post-entry ol li strong,
.wp-block-group__inner-container ol li b,
.wp-block-group__inner-container ol li span,
.wp-block-group__inner-container ol li strong {
	font-weight: 600;
}
.post-entry ol li:not(:last-child),
.wp-block-group__inner-container ol li:not(:last-child) {
	margin-bottom: 10px;
}
.post-entry ol li::marker,
.wp-block-group__inner-container ol li::marker {
	font-size: 18px;
}
.post-entry .wp-block-table,
.wp-block-group__inner-container .wp-block-table {
	border-radius: 24px;
	box-shadow: 0 10px 20px 0 #ebf0f6;
	margin-bottom: 46px;
	overflow: hidden;
}
@media (max-width: 768px) {
	.post-entry .wp-block-table,
	.wp-block-group__inner-container .wp-block-table {
		margin-bottom: 24px;
		margin-right: -20px;
		overflow-x: auto;
		padding-bottom: 4px;
		width: calc(100% + 20px);
	}
}
.post-entry .wp-block-table::-webkit-scrollbar,
.wp-block-group__inner-container .wp-block-table::-webkit-scrollbar {
	-webkit-appearance: none;
}
.post-entry .wp-block-table::-webkit-scrollbar:vertical,
.wp-block-group__inner-container .wp-block-table::-webkit-scrollbar:vertical {
	width: 8px;
}
.post-entry .wp-block-table::-webkit-scrollbar:horizontal,
.wp-block-group__inner-container .wp-block-table::-webkit-scrollbar:horizontal {
	height: 8px;
}
.post-entry .wp-block-table::-webkit-scrollbar-thumb,
.wp-block-group__inner-container .wp-block-table::-webkit-scrollbar-thumb {
	background-color: #593bdc;
	border: 2px solid #fff;
	border-radius: 8px;
}
.post-entry .wp-block-table::-webkit-scrollbar-track,
.wp-block-group__inner-container .wp-block-table::-webkit-scrollbar-track {
	background-color: #fff;
	border-radius: 8px;
}
.post-entry .wp-block-table table,
.wp-block-group__inner-container .wp-block-table table {
	width: 100%;
}
@media (max-width: 768px) {
	.post-entry .wp-block-table table,
	.wp-block-group__inner-container .wp-block-table table {
		width: 800px;
	}
}
.post-entry .wp-block-table thead tr th,
.wp-block-group__inner-container .wp-block-table thead tr th {
	color: #fff;
	padding: 28px 20px;
	text-align: left;
}
.post-entry table,
.wp-block-group__inner-container table {
	background: #fff;
	border: 1px solid #f3f3f3;
	border-collapse: collapse;
}
.post-entry table tr:nth-child(odd),
.wp-block-group__inner-container table tr:nth-child(odd) {
	background: #f3f3f3;
}
.post-entry table tr:first-child,
.wp-block-group__inner-container table tr:first-child {
	border-radius: 10px 10px 0 0;
}
.post-entry table tr:last-child,
.wp-block-group__inner-container table tr:last-child {
	border-radius: 0 0 10px 10px;
}
.post-entry table tr td,
.wp-block-group__inner-container table tr td {
	padding: 14px 20px;
	text-align: left;
}
.post-entry .wp-block-image,
.wp-block-group__inner-container .wp-block-image {
	margin-bottom: 32px;
}
@media (max-width: 768px) {
	.post-entry .wp-block-image,
	.wp-block-group__inner-container .wp-block-image {
		margin-bottom: 24px;
	}
}
.post-entry .wp-block-image img,
.wp-block-group__inner-container .wp-block-image img {
	display: block;
	height: auto;
	margin: 0 auto;
	max-width: 100%;
	width: auto;
}
.post-entry .wp-block-image .alignleft,
.wp-block-group__inner-container .wp-block-image .alignleft {
	float: left;
	margin: 0 24px 24px 0;
}
@media (max-width: 768px) {
	.post-entry .wp-block-image .alignleft,
	.wp-block-group__inner-container .wp-block-image .alignleft {
		float: unset;
		margin: 0 auto 24px;
	}
}
.post-entry .wp-block-image .alignright,
.wp-block-group__inner-container .wp-block-image .alignright {
	float: right;
	margin: 0 0 24px 24px;
}
@media (max-width: 768px) {
	.post-entry .wp-block-image .alignright,
	.wp-block-group__inner-container .wp-block-image .alignright {
		float: unset;
		margin: 0 auto 24px;
	}
}
.post-entry img.alignleft,
.wp-block-group__inner-container img.alignleft {
	float: left;
	margin: 0 24px 24px 0;
}
@media (max-width: 768px) {
	.post-entry img.alignleft,
	.wp-block-group__inner-container img.alignleft {
		float: unset;
		margin: 0 auto 24px;
	}
}
.post-entry img.alignright,
.wp-block-group__inner-container img.alignright {
	float: right;
	margin: 0 0 24px 24px;
}
@media (max-width: 768px) {
	.post-entry img.alignright,
	.wp-block-group__inner-container img.alignright {
		float: unset;
		margin: 0 auto 24px;
	}
}
.pros-cons-block {
	grid-gap: 24px;
	display: grid;
	grid-template-columns: repeat(2, 1fr);
	margin-bottom: 46px;
}
@media (max-width: 768px) {
	.pros-cons-block {
		display: block;
		margin-bottom: 32px;
	}
}
.pros-cons-block .pros-cons-block__item {
	border-radius: 12px;
	padding: 40px 60px;
}
@media (max-width: 768px) {
	.pros-cons-block .pros-cons-block__item {
		padding: 24px 16px;
	}
	.pros-cons-block .pros-cons-block__item.-pros {
		margin-bottom: 16px;
	}
}
.pros-cons-block .pros-cons-block__list ul li {
	padding-left: 20px;
	position: relative;
}
.pros-cons-block .pros-cons-block__list ul li:not(:last-child) {
	margin-bottom: 10px;
}
.pros-cons-block .pros-cons-block__list ul li:before {
	border-radius: 50%;
	content: '';
	display: inline-block;
	height: 7px;
	left: 0;
	position: absolute;
	top: 10px;
	width: 7px;
}
.pros-cons-block__title {
	color: #242424;
	font-size: 24px;
	font-weight: 600;
	margin-bottom: 32px;
}
@media (max-width: 768px) {
	.pros-cons-block__title {
		font-size: 20px;
		margin-bottom: 16px;
	}
}
.pros-cons-block__subtitle {
	font-size: 16px;
	margin-bottom: 20px;
}
.wp-block-group.alignwide {
	max-width: 900px;
	width: 100%;
}
.wp-block-group .wp-block-group__inner-container {
	padding-left: 0;
	padding-right: 0;
}
@media (max-width: 768px) {
	.wp-block-group .wp-block-group__inner-container {
		padding-left: 16px;
		padding-right: 16px;
	}
}
.pros-cons-thumb-block {
	grid-gap: 24px;
	display: grid;
	grid-template-columns: repeat(2, 1fr);
	margin-bottom: 46px;
}
@media (max-width: 768px) {
	.pros-cons-thumb-block {
		display: block;
		margin-bottom: 32px;
	}
}
.pros-cons-thumb-block .pros-cons-thumb-block__item {
	background: #fff;
	border-radius: 20px;
	box-shadow: 0 10px 20px 0 #ebf0f6;
	padding: 32px;
}
@media (max-width: 768px) {
	.pros-cons-thumb-block .pros-cons-thumb-block__item {
		padding: 24px 16px;
	}
	.pros-cons-thumb-block .pros-cons-thumb-block__item:not(:last-child) {
		margin-bottom: 16px;
	}
}
.pros-cons-thumb-block .pros-cons-thumb-block__item ul {
	margin: 0;
	padding: 0;
}
.pros-cons-thumb-block .pros-cons-thumb-block__item li {
	grid-gap: 16px;
	display: grid;
	grid-template-columns: max-content 1fr;
	margin-top: 12px;
	min-height: 50px;
}
.pros-cons-thumb-block .pros-cons-thumb-block__item li:not(:last-child) {
	margin-bottom: 20px;
}
.pros-cons-thumb-block .pros-cons-thumb-block__item li i {
	display: inline-block;
	height: 50px;
	position: relative;
	top: -12px;
	width: 50px;
}
@media (max-width: 768px) {
	.pros-cons-thumb-block .pros-cons-thumb-block__item li i {
		top: 0;
	}
}
.pros-cons-thumb-block .pros-cons-thumb-block__item li span {
	font-size: 16px;
}
.cards-block {
	margin-bottom: 46px;
}
@media (min-width: 768px) {
	.cards-block.-grid {
		display: flex;
		flex-wrap: wrap;
		gap: 24px;
		place-content: center;
	}
	.cards-block.-grid .cards-block__item {
		margin-bottom: 0;
		width: calc(33% - 16px);
	}
	.cards-block.-grid .cards-block__item:not(:last-child) {
		margin-bottom: 0;
	}
}
@media (max-width: 768px) {
	.cards-block {
		display: block;
		margin-bottom: 32px;
	}
}
.cards-block .cards-block__item {
	border-radius: 20px;
	padding: 16px;
}
.cards-block .cards-block__item:before {
	content: none;
}
.cards-block .cards-block__item.-mb {
	margin-bottom: 20px;
}
.cards-block .cards-block__item:not(:last-child) {
	margin-bottom: 16px;
}
.cards-block .cards-block__head {
	grid-gap: 16px;
	align-items: center;
	display: grid;
	grid-template-columns: max-content 1fr;
	margin-bottom: 16px;
}
.cards-block .cards-block__img img {
	height: 80px;
	-o-object-fit: contain;
	object-fit: contain;
	-o-object-position: center;
	object-position: center;
	width: 80px;
}
@media (max-width: 768px) {
	.cards-block .cards-block__img img {
		height: 56px;
		width: 56px;
	}
}
.cards-block .cards-block__num {
	border-radius: 50%;
	font-size: 18px;
	font-weight: 600;
	height: 50px;
	line-height: 50px;
	text-align: center;
	width: 50px;
}
.cards-block .cards-block__title {
	color: #242424;
	font-size: 16px;
	font-weight: 700;
	margin-bottom: 0;
}
.cards-block .cards-block__title a {
	color: #242424;
}
.cards-block .cards-block__title a:hover {
	text-decoration: underline;
	text-underline-offset: 3px;
}
.cards-block .cards-block__title.-upper {
	text-transform: uppercase;
}
.color-block {
	border-radius: 20px;
	margin-bottom: 36px;
	padding: 36px 40px;
}
@media (max-width: 768px) {
	.color-block {
		margin-bottom: 32px;
		padding: 24px 16px;
	}
}
.color-block .color-block__title {
	align-items: center;
	display: flex;
	gap: 16px;
}
@media (max-width: 768px) {
	.color-block .color-block__title {
		display: grid;
		gap: 10px;
		grid-template-columns: max-content 1fr;
	}
}
.color-block .color-block__title i {
	display: inline-block;
	height: 24px;
	width: 24px;
}
.color-block .color-block__title span {
	color: #242424;
	font-size: 24px;
	font-weight: 600;
}
@media (max-width: 768px) {
	.color-block .color-block__title span {
		display: inline-block;
		font-size: 18px;
		line-height: 1.2;
	}
}
.color-block .color-block__text {
	margin-top: 16px;
}
.cards-list-block {
	margin-bottom: 46px;
}
@media (max-width: 768px) {
	.cards-list-block {
		margin-bottom: 32px;
	}
}
.cards-list-block .cards-list-block__item {
	grid-gap: 16px;
	border-radius: 20px;
	display: grid;
	grid-template-columns: max-content 1fr;
	padding: 56px 32px;
}
@media (max-width: 768px) {
	.cards-list-block .cards-list-block__item {
		grid-gap: 14px;
		padding: 24px 16px;
	}
}
.cards-list-block .cards-list-block__item:not(:last-child) {
	margin-bottom: 20px;
}
@media (max-width: 768px) {
	.cards-list-block .cards-list-block__item:not(:last-child) {
		margin-bottom: 16px;
	}
}
.cards-list-block .cards-list-block__icon i {
	display: inline-block;
	height: 110px;
	width: 110px;
}
@media (max-width: 768px) {
	.cards-list-block .cards-list-block__icon i {
		height: 54px;
		width: 54px;
	}
}
.cards-list-block .cards-list-block__title {
	color: #242424;
	font-size: 24px;
	font-weight: 600;
	margin-bottom: 16px;
}
@media (max-width: 768px) {
	.cards-list-block .cards-list-block__title {
		font-size: 18px;
		line-height: 1.2;
		margin-bottom: 12px;
	}
}
.features-block {
	background: #fff;
	border: 1px solid #f1f5f9;
	border-radius: 24px;
	box-shadow: 0 10px 20px 0 #ebf0f6;
	margin: 0 auto 46px;
	max-width: 990px;
	width: 100%;
}
@media (max-width: 768px) {
	.features-block {
		border-radius: 18px;
	}
}
.features-block.-style-2 {
	max-width: 100%;
}
.features-block .features-block__head {
	padding: 36px;
}
@media (max-width: 768px) {
	.features-block .features-block__head {
		padding: 24px 16px;
	}
}
.features-block .features-block__title {
	margin-bottom: 20px;
}
@media (max-width: 768px) {
	.features-block .features-block__title {
		margin-bottom: 16px;
	}
}
.features-block .features-block__table .features-block__table__row {
	display: grid;
	grid-template-columns: 40% 1fr;
}
@media (max-width: 768px) {
	.features-block .features-block__table .features-block__table__row {
		font-size: 14px;
		line-height: 1.2;
	}
}
.features-block .features-block__table .features-block__table__col {
	padding: 20px 32px;
}
@media (max-width: 768px) {
	.features-block .features-block__table .features-block__table__col {
		padding: 20px 14px;
	}
}
.features-block .features-block__table .features-block__table__label {
	align-items: center;
	border-right: 1px solid #b2b7bc;
	display: flex;
	gap: 16px;
}
@media (max-width: 768px) {
	.features-block .features-block__table .features-block__table__label {
		border: none;
		gap: 12px;
	}
}
.features-block .features-block__table .features-block__table__label i {
	display: inline-block;
	height: 24px;
	width: 24px;
}
.cards-icons-block {
	grid-gap: 24px;
	display: grid;
	grid-template-columns: repeat(4, 1fr);
	margin-bottom: 46px;
}
@media (max-width: 768px) {
	.cards-icons-block {
		grid-gap: 16px;
		grid-template-columns: repeat(2, 1fr);
		margin-bottom: 32px;
	}
}
.cards-icons-block .cards-icons-block__item {
	background: #fff;
	border: 1px solid #f1f5f9;
	box-shadow: 0 10px 20px 0 #ebf0f6;
	padding: 34px 24px;
	text-align: center;
}
@media (max-width: 768px) {
	.cards-icons-block .cards-icons-block__item {
		padding: 20px 16px;
	}
}
.cards-icons-block .cards-icons-block__icon {
	display: flex;
	margin-bottom: 16px;
	place-content: center;
	place-items: center;
}
.cards-icons-block .cards-icons-block__icon i {
	height: 100px;
	-o-object-fit: contain;
	object-fit: contain;
	-o-object-position: center;
	object-position: center;
	width: 100px;
}
@media (max-width: 768px) {
	.cards-icons-block .cards-icons-block__icon i {
		height: 70px;
		width: 70px;
	}
}
.cards-icons-block .cards-icons-block__title {
	color: #242424;
	font-size: 24px;
	font-weight: 600;
}
@media (max-width: 768px) {
	.cards-icons-block .cards-icons-block__title {
		font-size: 18px;
	}
}
.cards-check-block {
	grid-gap: 24px;
	display: grid;
	grid-template-columns: repeat(2, 1fr);
	margin-bottom: 46px;
}
@media (max-width: 768px) {
	.cards-check-block {
		display: block;
		margin-bottom: 32px;
	}
}
.cards-check-block .cards-check-block__item {
	grid-gap: 24px;
	border-radius: 24px;
	display: grid;
	grid-template-columns: max-content 1fr;
	padding: 26px;
}
@media (max-width: 768px) {
	.cards-check-block .cards-check-block__item {
		display: block;
		padding: 24px 16px;
	}
	.cards-check-block .cards-check-block__item:not(:last-child) {
		margin-bottom: 16px;
	}
}
.cards-check-block .cards-check-block__icon {
	display: inline-block;
	height: 50px;
	width: 50px;
}
@media (max-width: 768px) {
	.cards-check-block .cards-check-block__icon {
		height: 24px;
		width: 24px;
	}
}
.cards-check-block .cards-check-block__title {
	color: #1c1a35;
	font-size: 24px;
	font-weight: 600;
	margin-bottom: 16px;
}
@media (max-width: 768px) {
	.cards-check-block .cards-check-block__title {
		font-size: 20px;
		line-height: 1.2;
		margin-bottom: 14px;
		margin-top: 0;
	}
}
.cards-check-block .cards-check-block__title a {
	color: #1c1a35;
}
.cards-check-block .cards-check-block__title a:hover {
	text-decoration: underline;
	text-underline-offset: 3px;
}
.cards-check-block .cards-check-block__text {
	color: #242424;
	font-size: 16px;
}
.free-casino-block {
	grid-gap: 24px;
	display: grid;
	grid-template-columns: repeat(4, 1fr);
	margin-bottom: 46px;
}
@media (max-width: 768px) {
	.free-casino-block {
		grid-gap: 16px;
		grid-template-columns: repeat(2, 1fr);
		margin-bottom: 32px;
	}
}
.free-casino-block .free-casino-block__item {
	background: #fff;
	border: 1px solid #f1f5f9;
	border-radius: 24px;
	box-shadow: 0 10px 20px 0 #ebf0f6;
	padding: 16px;
}
@media (max-width: 768px) {
	.free-casino-block .free-casino-block__item {
		padding: 8px;
	}
}
.free-casino-block .free-casino-block__item .free-casino-block__img {
	border-radius: 12px;
	overflow: hidden;
	position: relative;
}
.free-casino-block .free-casino-block__item .free-casino-block__img img {
	height: 148px;
	-o-object-fit: cover;
	object-fit: cover;
	-o-object-position: center;
	object-position: center;
	width: 100%;
}
@media (max-width: 768px) {
	.free-casino-block .free-casino-block__item .free-casino-block__img img {
		height: 100%;
	}
}
.free-casino-block .free-casino-block__item .free-casino-block__buttons {
	background: rgba(0, 0, 0, 0.6);
	display: none;
	flex-direction: column;
	gap: 16px;
	height: calc(100% - 32px);
	left: 16px;
	padding: 16px 20px;
	place-content: center;
	place-items: center;
	position: absolute;
	top: 16px;
	width: calc(100% - 32px);
}
@media (max-width: 768px) {
	.free-casino-block .free-casino-block__item .free-casino-block__buttons {
		gap: 5px;
	}
}
.free-casino-block
	.free-casino-block__item
	.free-casino-block__buttons
	.free-casino-block__btn {
	width: 100%;
}
.free-casino-block
	.free-casino-block__item
	.free-casino-block__buttons
	.free-casino-block__btn
	a {
	border-radius: 32px;
	display: block;
	font-size: 14px;
	font-weight: 600;
	padding: 10px 24px;
	text-align: center;
	width: 100%;
}
.free-casino-block
	.free-casino-block__item
	.free-casino-block__buttons
	.free-casino-block__btn
	a:hover {
	opacity: 0.76;
}
.free-casino-block .free-casino-block__item .free-casino-block__content {
	grid-gap: 16px;
	align-items: center;
	display: grid;
	grid-template-columns: max-content 1fr;
	margin-top: 16px;
}
@media (max-width: 768px) {
	.free-casino-block .free-casino-block__item .free-casino-block__content {
		display: flex;
		padding-bottom: 12px;
		place-content: center;
		place-items: center;
	}
}
.free-casino-block .free-casino-block__item .free-casino-block__content img {
	height: auto;
	width: 68px;
}
.free-casino-block
	.free-casino-block__item
	.free-casino-block__content
	.free-casino-block__title {
	color: #1c1a35;
	display: none;
	font-size: 16px;
	font-weight: 600;
}
@media (min-width: 768px) {
	.free-casino-block
		.free-casino-block__item:hover
		.free-casino-block__buttons {
		display: flex;
	}
}
@media (min-width: 768px) and (min-width: 768px) {
	.free-casino-block
		.free-casino-block__item:hover
		.free-casino-block__content
		.free-casino-block__title {
		display: block;
	}
}
.faq-block {
	margin-bottom: 46px;
}
@media (max-width: 768px) {
	.faq-block {
		margin-bottom: 32px;
	}
}
.faq-block h2 {
	margin-bottom: 0;
}
.faq-block .faq-block__item {
	border-radius: 24px;
	padding: 36px 120px 36px 42px;
}
@media (max-width: 768px) {
	.faq-block .faq-block__item {
		padding: 24px 64px 24px 16px;
	}
}
.faq-block .faq-block__item:not(:last-child) {
	margin-bottom: 24px;
}
@media (max-width: 768px) {
	.faq-block .faq-block__item:not(:last-child) {
		margin-bottom: 14px;
	}
}
.faq-block .faq-block__item.-toggle .faq-block__title {
	margin-bottom: 16px;
}
.faq-block .faq-block__item.-toggle .faq-block__text {
	display: block;
}
.faq-block .faq-block__title {
	color: #1c1a35;
	font-size: 18px;
	font-weight: 600;
	margin-bottom: 0;
	text-transform: uppercase;
}
@media (max-width: 768px) {
	.faq-block .faq-block__title {
		font-size: 16px;
	}
}
.faq-block .faq-block__text {
	display: none;
	margin-top: 8px;
}
.latest-posts-block {
	grid-gap: 24px;
	display: grid;
	grid-template-columns: repeat(4, 1fr);
	margin-bottom: 46px;
}
@media (max-width: 768px) {
	.latest-posts-block {
		display: block;
		margin-bottom: 32px;
	}
}
.latest-posts-block__item {
	background: #fff;
	border: 1px solid #f1f5f9;
	border-radius: 20px;
	box-shadow: 0 10px 20px 0 #ebf0f6;
	padding: 16px;
}
@media (max-width: 768px) {
	.latest-posts-block__item:not(:last-child) {
		margin-bottom: 16px;
	}
}
.latest-posts-block__item img {
	border-radius: 12px;
	height: 150px;
	-o-object-fit: cover;
	object-fit: cover;
	-o-object-position: center;
	object-position: center;
	width: 100%;
}
.latest-posts-block__title {
	line-height: 1.2;
	margin: 12px 0 16px;
}
.latest-posts-block__title a {
	color: #1c1a35;
	font-size: 16px;
	font-weight: 600;
}
.latest-posts-block__title a:hover {
	opacity: 0.76;
}
.latest-posts-block__text {
	font-size: 14px;
	margin-bottom: 16px;
}
.latest-posts-block__read-more a {
	font-size: 16px;
	font-weight: 600;
	padding-right: 32px;
	text-transform: uppercase;
	transition: all 0.25s ease;
}
.latest-posts-block__read-more a:hover {
	padding-right: 42px;
}
.latest-posts-block__bottom {
	align-items: center;
	display: flex;
	flex-wrap: wrap;
	gap: 16px;
	margin-top: 12px;
}
.latest-posts-block___author {
	flex: 1 0 auto;
	font-size: 14px;
	font-weight: 600;
}
.latest-posts-block__readtime {
	font-size: 14px;
}
.posts-btn {
	margin-bottom: 46px;
	text-align: center;
}
.posts-btn a {
	border-radius: 32px;
	display: inline-block;
	font-size: 14px;
	font-weight: 600;
	padding: 14px 42px;
	text-transform: uppercase;
}
.posts-btn a:hover {
	opacity: 0.76;
}
.giveaway-block {
	margin-bottom: 46px;
	padding: 60px 0;
}
@media (max-width: 768px) {
	.giveaway-block {
		margin-bottom: 32px;
		padding: 42px 0 240px;
	}
}
.giveaway-block .giveaway-block__content {
	padding-left: 420px;
	padding-right: 120px;
}
@media (max-width: 768px) {
	.giveaway-block .giveaway-block__content {
		padding-left: 16px;
		padding-right: 16px;
		text-align: center;
	}
}
.giveaway-block .giveaway-block__title {
	color: #fff;
	font-size: 48px;
	font-weight: 700;
	line-height: 1.2;
	margin-bottom: 20px;
}
@media (max-width: 768px) {
	.giveaway-block .giveaway-block__title {
		font-size: 30px;
		margin-bottom: 24px;
	}
}
.giveaway-block .giveaway-block__text {
	color: #fff;
	font-size: 22px;
	font-weight: 600;
	line-height: 1.2;
	margin-bottom: 24px;
}
@media (max-width: 768px) {
	.giveaway-block .giveaway-block__text {
		font-size: 18px;
	}
}
.giveaway-block .giveaway-block__link a {
	border-radius: 32px;
	display: inline-block;
	font-size: 16px;
	font-weight: 600;
	padding: 12px 48px;
	text-transform: uppercase;
}
.giveaway-block .giveaway-block__link a:hover {
	opacity: 0.76;
}
.author-block {
	padding: 100px 0;
}
@media (min-width: 768px) {
	.author-block.-img-r {
		padding-top: 0;
	}
	.author-block.-img-r .author-block__row {
		grid-template-columns: 1fr max-content;
	}
	.author-block.-img-r .author-block__row .author-block__data {
		order: 2;
	}
}
@media (max-width: 768px) {
	.author-block {
		padding: 24px 0;
	}
}
.author-block .author-block__row {
	grid-gap: 86px;
	align-items: center;
	display: grid;
	grid-template-columns: max-content 1fr;
}
@media (max-width: 768px) {
	.author-block .author-block__row {
		display: block;
	}
	.author-block .author-block__data {
		margin-bottom: 20px;
	}
}
.author-block .author-block__data.show-mob {
	display: none;
}
@media (max-with: 768px) {
	.author-block .author-block__data.show-mob {
		display: block;
	}
}
.author-block .author-block__data img {
	border-radius: 12px;
	height: 380px;
	-o-object-fit: cover;
	object-fit: cover;
	-o-object-position: center;
	object-position: center;
	width: 480px;
}
@media (max-width: 768px) {
	.author-block .author-block__data img {
		height: 200%;
		width: 100%;
	}
}
.author-block .author-block__data__bottom {
	grid-gap: 24px;
	align-items: center;
	display: grid;
	grid-template-columns: 1fr max-content;
	margin-top: 20px;
}
@media (max-width: 768px) {
	.author-block .author-block__data__bottom {
		grid-gap: 16px;
	}
	.author-block .author-block__data__bottom.hide-mob.-grid {
		display: none !important;
	}
}
.author-block .author-block__data__link a {
	border-radius: 32px;
	display: inline-block;
	font-size: 16px;
	font-weight: 600;
	padding: 14px 64px;
	text-transform: uppercase;
}
@media (max-width: 768px) {
	.author-block .author-block__data__link a {
		font-size: 14px;
		padding: 10px 32px;
	}
}
.author-block .author-block__data__link:hover {
	opacity: 0.76;
}
.author-block .author-block__text {
	padding-top: 80px;
}
@media (max-width: 768px) {
	.author-block .author-block__text {
		padding-top: 60px;
	}
}
.author-block .author-block__content__bottom {
	grid-gap: 24px;
	align-items: center;
	display: grid;
	grid-template-columns: max-content 1fr;
	margin-top: 24px;
}
.author-block .author-block__name {
	font-size: 24px;
	font-weight: 600;
}
@media (max-width: 768px) {
	.author-block .author-block__name {
		font-size: 18px;
	}
}
.author-block .author-block__spec {
	font-size: 14px;
}
.author-block__socials {
	align-items: center;
	display: flex;
	flex-wrap: wrap;
	gap: 20px;
}
@media (max-width: 768px) {
	.author-block__socials {
		gap: 7px;
		position: relative;
		top: 3px;
	}
}
.author-block__socials .author-block__socials__item a {
	display: inline-block;
	height: 48px;
	width: 48px;
}
@media (max-width: 768px) {
	.author-block__socials .author-block__socials__item a {
		height: 36px;
		width: 36px;
	}
}
.author-block__socials .author-block__socials__item a:hover {
	opacity: 0.76;
}
.author-block__socials .author-block__socials__item i {
	display: inline-block;
	height: 48px;
	width: 48px;
}
@media (max-width: 768px) {
	.author-block__socials .author-block__socials__item i {
		height: 36px;
		width: 36px;
	}
}
.site-footer .site-footer__head {
	align-items: center;
	border-bottom: 1px solid #fff;
	display: flex;
	gap: 32px;
	justify-content: flex-end;
	padding: 18px 0;
}
@media (max-width: 768px) {
	.site-footer .site-footer__head {
		grid-gap: 16px;
		align-items: center;
		display: grid;
		grid-template-columns: 1fr max-content;
		padding-left: 16px;
		padding-right: 16px;
	}
}
.site-footer .site-footer__head .site-header__langs .site-header__langs__btn {
	background: url(../images/globe-white.svg) no-repeat 0;
	background-size: 24px;
	color: #fff;
	padding-left: 32px;
	text-decoration: none;
}
.site-footer .site-footer__head .site-footer__footer__email a {
	background: url(../images/email-white.svg) no-repeat 0;
	background-size: 24px;
	color: #fff;
	min-height: 24px;
	padding-left: 32px;
}
.site-footer .site-footer__head .site-footer__footer__email a:hover {
	opacity: 0.76;
}
.site-footer .site-footer--row {
	grid-gap: 64px;
	display: grid;
	grid-template-columns: 380px 1fr;
	padding-bottom: 60px;
	padding-top: 60px;
}
@media (max-width: 768px) {
	.site-footer .site-footer--row {
		display: block;
		padding-bottom: 24px;
		padding-top: 24px;
	}
	.site-footer .site-footer__content {
		grid-gap: 16px;
		display: grid;
		grid-template-columns: max-content 1fr;
	}
}
.site-footer .site-footer__logo {
	margin-bottom: 24px;
}
@media (max-width: 768px) {
	.site-footer .site-footer__logo {
		margin: 0;
		position: relative;
		top: 5px;
	}
}
.site-footer .site-footer__logo img {
	max-width: 160px;
	width: auto;
}
@media (max-width: 768px) {
	.site-footer .site-footer__logo img {
		max-width: 96px;
	}
}
.site-footer .site-footer__text {
	color: #f1f2f3;
	font-size: 14px;
	margin-bottom: 24px;
	max-width: 300px;
}
.site-footer .site-footer__text a {
	color: #fff;
	text-decoration: underline;
	text-underline-offset: 3px;
}
.site-footer .site-footer__text a:hover {
	text-decoration: none;
}
.site-footer .site-footer__socials {
	align-items: center;
	display: flex;
	gap: 20px;
	margin-bottom: 40px;
}
.site-footer .site-footer__socials a,
.site-footer .site-footer__socials i {
	display: inline-block;
	height: 24px;
	width: 24px;
}
.site-footer .site-footer__socials i.icon-fb {
	background: url(../images/fb-icon.svg) no-repeat 50%;
	background-size: contain;
}
.site-footer .site-footer__socials i.icon-ig {
	background: url(../images/ig-icon.svg) no-repeat 50%;
	background-size: contain;
}
.site-footer .site-footer__socials i.icon-yt {
	background: url(../images/yt-icon.svg) no-repeat 50%;
	background-size: contain;
}
.site-footer .site-footer__socials i.icon-tw {
	background: url(../images/tw-icon.svg) no-repeat 50%;
	background-size: contain;
}
.site-footer .site-footer__menues {
	margin-bottom: 56px;
}
@media (min-width: 768px) {
	.site-footer .site-footer__menues {
		display: flex;
		justify-content: flex-end;
	}
}
@media (max-width: 768px) {
	.site-footer .site-footer__menues {
		grid-gap: 16px;
		display: grid;
		grid-template-columns: repeat(2, 1fr);
		margin-bottom: 32px;
	}
}
@media (min-width: 768px) {
	.site-footer .site-footer__menues section {
		flex: 1 0 auto;
		padding-right: 24px;
	}
}
.site-footer .site-footer__menues__title {
	font-size: 16px;
	font-weight: 600;
	margin-bottom: 12px;
}
@media (max-width: 768px) {
	.site-footer .site-footer__menues__title {
		font-size: 14px;
	}
}
.site-footer .site-footer__logos {
	grid-gap: 24px;
	display: grid;
	grid-template-columns: max-content 1fr;
}
@media (max-width: 768px) {
	.site-footer .site-footer__logos {
		display: block;
	}
}
.site-footer .site-footer__logos .site-footer__logos__title {
	color: #f1f2f3;
	font-size: 16px;
	font-weight: 600;
	padding-top: 8px;
	text-transform: uppercase;
}
@media (max-width: 768px) {
	.site-footer .site-footer__logos .site-footer__logos__title {
		font-size: 14px;
		margin-bottom: 16px;
	}
}
.site-footer .site-footer__logos .site-footer__logos__items {
	align-items: center;
	display: flex;
	flex-wrap: wrap;
	gap: 16px;
}
.site-footer .site-footer__logos .site-footer__logos__items img {
	height: 28px;
	max-width: 96px;
	-o-object-fit: contain;
	object-fit: contain;
	-o-object-position: center;
	object-position: center;
}
@media (max-width: 768px) {
	.site-footer .site-footer__logos .site-footer__logos__items img {
		height: 24px;
		max-width: 74px;
	}
}
.site-footer__copyr {
	color: #f1f2f3;
	font-size: 16px;
}
@media (max-width: 768px) {
	.site-footer__copyr {
		font-size: 14px;
		margin-top: 16px;
	}
}
.site-footer__copyr a {
	color: #f1f2f3;
	text-decoration: underline;
	text-underline-offset: 3px;
}
.site-footer__copyr a:hover {
	text-decoration: none;
}
.footer-menu ul li {
	font-size: 14px;
	line-height: 1.2;
}
.footer-menu ul li:not(:last-child) {
	margin-bottom: 8px;
}
.footer-menu ul li a {
	color: #f1f2f3;
}
.footer-menu ul li a:hover {
	opacity: 0.76;
}
.page-padding {
	padding-bottom: 100px;
	padding-top: 36px;
}
.breadcrumbs {
	font-size: 14px;
	font-weight: 600;
	margin-bottom: 36px;
	padding-left: 30px;
}
@media (max-width: 768px) {
	.breadcrumbs {
		margin-bottom: 24px;
	}
}
.breadcrumbs span span {
	position: relative;
}
.breadcrumbs a {
	font-weight: 400;
}
.breadcrumbs a:hover {
	text-decoration: underline;
}
.single-heading {
	margin-bottom: 46px;
	padding: 32px 0 42px;
}
@media (max-width: 768px) {
	.single-heading {
		padding: 20px 0 32px;
	}
}
.single-heading .single-heading--row {
	grid-gap: 32px;
	display: grid;
	grid-template-columns: repeat(2, 1fr);
}
@media (max-width: 768px) {
	.single-heading .single-heading--row {
		display: block;
	}
}
.single-heading .single-heading--row.-page {
	grid-template-columns: 60% 1fr;
}
@media (max-width: 768px) {
	.single-heading .single-heading--row.-page {
		display: block;
	}
}
.single-heading .single-heading__img img {
	max-height: 380px;
	-o-object-fit: contain;
	object-fit: contain;
	-o-object-position: center;
	object-position: center;
	width: 100%;
}
@media (max-width: 768px) {
	.single-heading .single-heading__img {
		margin-bottom: 20px;
	}
}
.single-heading h1 {
	font-size: 46px;
	font-weight: 700;
}
@media (max-width: 768px) {
	.single-heading h1 {
		font-size: 30px;
	}
}
.single-heading .single-heading__data {
	align-items: center;
	display: flex;
	flex-wrap: wrap;
	gap: 20px;
	margin-bottom: 24px;
}
@media (max-width: 768px) {
	.single-heading .single-heading__data {
		gap: 12px;
		margin-bottom: 14px;
	}
}
.single-heading .author-single {
	grid-gap: 8px;
	align-items: center;
	display: grid;
	grid-template-columns: max-content 1fr;
}
.single-heading .author-single img {
	border-radius: 50%;
	height: 30px;
	-o-object-fit: cover;
	object-fit: cover;
	-o-object-position: center;
	object-position: center;
	width: 30px;
}
.single-heading .author-single a {
	color: #1c1a35;
	font-size: 16px;
	font-weight: 600;
}
.single-heading .single-heading__date {
	font-size: 14px;
	padding-right: 20px;
	position: relative;
}
@media (max-width: 768px) {
	.single-heading .single-heading__date {
		padding-left: 16px;
	}
}
.single-heading .single-heading__date:after {
	border-radius: 50%;
	content: '';
	display: inline-block;
	height: 5px;
	position: absolute;
	right: 0;
	top: 50%;
	transform: translateY(-50%);
	width: 5px;
}
.single-heading .single-heading__read {
	font-size: 14px;
}
.single-heading .single-heading__share {
	grid-gap: 20px;
	align-items: center;
	display: grid;
	grid-template-columns: max-content 1fr;
}
.single-heading .single-heading__share .single-heading__share__title {
	font-size: 16px;
}
.single-heading__share__links ul {
	display: flex;
	flex-wrap: wrap;
	gap: 16px;
}
.single-heading__share__links ul li a {
	display: inline-block;
	height: 36px;
	width: 36px;
}
@media (max-width: 768px) {
	.single-heading__share__links ul li a {
		height: 24px;
		width: 24px;
	}
}
.single-heading__share__links ul li a:hover {
	opacity: 0.76;
}
.single-heading__share__links ul li a i {
	display: inline-block;
	height: 36px;
	width: 36px;
}
@media (max-width: 768px) {
	.single-heading__share__links ul li a i {
		height: 24px;
		width: 24px;
	}
}
.author-heading .author-heading--row {
	grid-gap: 20px;
	display: grid;
	grid-template-columns: 380px 1fr;
}
@media (max-width: 768px) {
	.author-heading .author-heading--row {
		display: block;
	}
	.author-heading .author-heading--row .author-heading__photo {
		margin-bottom: 16px;
	}
}
.content-width {
	max-width: 980px;
	width: 100%;
}
@media (max-width: 768px) {
	.content-width {
		padding-left: 16px;
		padding-right: 16px;
	}
}
.content-width:not(.-no-center) {
	margin: 0 auto;
}
.contact-page {
	grid-gap: 24px;
	display: grid;
	grid-template-columns: 1fr 400px;
	margin-bottom: 46px;
}
@media (max-width: 768px) {
	.contact-page {
		display: block;
		margin-bottom: 32px;
	}
	.contact-page .contact-page__map {
		margin-bottom: 20px;
	}
}
.contact-page .contact-page__map iframe {
	border-radius: 12px;
	height: 480px;
	width: 100%;
}
@media (max-width: 768px) {
	.contact-page .contact-page__map iframe {
		height: 360px;
	}
}
.contact-page .contact-page__form {
	border-radius: 12px;
	padding: 32px;
}
@media (max-width: 768px) {
	.contact-page .contact-page__form {
		border-radius: 8px;
		padding: 24px 16px;
	}
}
.contact-page .contact-page__form__title {
	font-size: 20px;
	font-weight: 600;
	line-height: 1.2;
	margin-bottom: 16px;
	text-transform: uppercase;
}
@media (max-width: 768px) {
	.contact-page .contact-page__form__title {
		font-size: 18px;
		text-align: center;
	}
}
.g-contact-form form input[type='email'],
.g-contact-form form input[type='password'],
.g-contact-form form input[type='text'],
.g-contact-form form textarea {
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	background: #fff;
	border: none;
	border-radius: 32px;
	color: #333;
	font-family: Poppins, sans-serif;
	padding: 12px 16px;
	width: 100%;
}
.g-contact-form form input[type='email']:focus,
.g-contact-form form input[type='password']:focus,
.g-contact-form form input[type='text']:focus,
.g-contact-form form textarea:focus {
	color: #000;
	outline: none;
}
.g-contact-form form textarea {
	height: 188px;
}
.g-contact-form form ::-webkit-input-placeholder {
	color: #373737;
	font-size: 16px;
	-webkit-transition: all 0.7s ease;
	transition: all 0.7s ease;
}
.g-contact-form form ::-moz-placeholder {
	color: #373737;
	font-size: 16px;
	-moz-transition: all 0.7s ease;
	transition: all 0.7s ease;
}
.g-contact-form form :-ms-input-placeholder {
	color: #373737;
	font-size: 16px;
	-ms-transition: all 0.7s ease;
	transition: all 0.7s ease;
}
.g-contact-form form :-moz-placeholder {
	color: #373737;
	font-size: 16px;
	-moz-transition: all 0.7s ease;
	transition: all 0.7s ease;
}
.g-contact-form form :focus::-webkit-input-placeholder {
	opacity: 0;
	-webkit-transition: all 0.7s ease;
	transition: all 0.7s ease;
}
.g-contact-form form :focus::-moz-placeholder {
	opacity: 0;
	-moz-transition: all 0.7s ease;
	transition: all 0.7s ease;
}
.g-contact-form form :focus:-ms-input-placeholder {
	opacity: 0;
	-ms-transition: all 0.7s ease;
	transition: all 0.7s ease;
}
.g-contact-form form :focus:-moz-placeholder {
	opacity: 0;
	-moz-transition: all 0.7s ease;
	transition: all 0.7s ease;
}
.g-contact-form form textarea::-webkit-input-placeholder {
	color: #373737;
	font-size: 16px;
	text-indent: 0;
	-webkit-transition: all 0.7s ease;
	transition: all 0.7s ease;
}
.g-contact-form form textarea:-moz-placeholder,
.g-contact-form form textarea::-moz-placeholder {
	color: #373737;
	font-size: 16px;
	text-indent: 0;
	-moz-transition: all 0.7s ease;
	transition: all 0.7s ease;
}
.g-contact-form form textarea:-ms-input-placeholder {
	color: #373737;
	font-size: 16px;
	text-indent: 0;
	-ms-transition: all 0.7s ease;
	transition: all 0.7s ease;
}
.g-contact-form form textarea:focus::-webkit-input-placeholder {
	opacity: 0;
	text-indent: 50px;
	-webkit-transition: all 0.7s ease;
	transition: all 0.7s ease;
}
.g-contact-form form textarea:focus:-moz-placeholder,
.g-contact-form form textarea:focus::-moz-placeholder {
	opacity: 0;
	text-indent: 50px;
	-moz-transition: all 0.7s ease;
	transition: all 0.7s ease;
}
.g-contact-form form textarea:focus:-ms-input-placeholder {
	opacity: 0;
	text-indent: 50px;
	-ms-transition: all 0.7s ease;
	transition: all 0.7s ease;
}
.g-contact-form form button {
	border: none;
	border-radius: 50px;
	color: #fff;
	display: inline-block;
	padding: 14px 32px;
}
.g-contact-form form button:hover {
	opacity: 0.86;
}
.g-contact-form form input,
.g-contact-form form textarea {
	margin-bottom: 16px;
}
.g-contact-form form textarea {
	height: 180px;
	resize: none;
}
@media (max-width: 768px) {
	.g-contact-form form textarea {
		border-radius: 18px;
	}
}
.g-contact-form form button {
	border-radius: 32px;
	font-size: 16px;
	font-weight: 600;
	padding: 12px 46px;
	text-align: center;
	text-transform: uppercase;
	width: 100%;
}
.g-contact-form.-dark {
	background: #f7f7f7;
	border-radius: 6px;
	margin-bottom: 42px;
	padding: 32px 20px;
}
.g-contact-form.-dark form input,
.g-contact-form.-dark form textarea {
	border: 1px solid #7f7f7f !important;
}
.g-contact-form.-dark form input:focus,
.g-contact-form.-dark form textarea:focus {
	border: 1px solid #593bdc;
}
.error-page-img {
	display: flex;
	place-content: center;
	place-items: center;
}
.error-page-links {
	margin: 46px 0;
}
.error-page-links ul {
	display: flex;
	flex-wrap: wrap;
	gap: 16px;
	place-content: center;
	place-items: center;
}
.error-page-links ul li a {
	grid-gap: 8px;
	align-items: center;
	border-radius: 32px;
	display: grid;
	grid-template-columns: max-content 1fr;
	padding: 12px 24px;
	transition: all 0.25s ease;
}
.error-page-links ul li a i {
	display: inline-block;
	height: 24px;
	width: 24px;
}
.error-page-links ul li a span {
	font-size: 14px;
	font-weight: 600;
	text-transform: uppercase;
}
.error-page-links ul li a:hover {
	gap: 16px;
	padding: 12px 20px;
}
.error-page-links ul li a:hover i {
	opacity: 1;
}
.error-page-links ul li a:hover span {
	color: #fff;
}
.splide__track {
	padding-bottom: 46px;
}
.posts-slider-arrows {
	display: flex;
	gap: 24px;
	place-content: center;
	place-items: center;
	position: relative;
}
.posts-slider-arrows .splide__arrow {
	left: unset;
	position: relative;
	right: 0;
	top: unset;
}
.posts-slider-arrows .splide__pagination {
	bottom: 15px;
	left: unset;
	position: relative;
	transform: unset;
}
.posts-slider-arrows .splide__pagination__page {
	background: #f3f3f3;
}
.stats-block {
	grid-gap: 24px;
	display: grid;
	grid-template-columns: repeat(4, 1fr);
	margin-bottom: 46px;
}
@media (max-width: 768px) {
	.stats-block {
		grid-gap: 14px;
		grid-template-columns: repeat(2, 1fr);
		margin-bottom: 32px;
	}
}
.stats-block .stats-block__item {
	border-radius: 12px;
	display: flex;
	flex-direction: column;
	line-height: 1.2;
	padding: 42px 14px;
	place-content: center;
	place-items: center;
}
@media (max-width: 768px) {
	.stats-block .stats-block__item {
		padding: 20px 14px;
	}
}
.stats-block .stats-block__num {
	font-size: 46px;
	font-weight: 600;
}
@media (max-width: 768px) {
	.stats-block .stats-block__num {
		font-size: 28px;
	}
}
.stats-block .stats-block__value {
	font-size: 15px;
	font-weight: 700;
	margin-top: 16px;
	text-transform: uppercase;
}
@media (max-width: 768px) {
	.stats-block .stats-block__value {
		font-size: 12px;
		font-weight: 400;
	}
}
.features-block__table_v2 {
	grid-gap: 40px;
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	padding: 0 36px 36px;
}
@media (max-width: 768px) {
	.features-block__table_v2 {
		grid-gap: 0;
		grid-template-columns: 1fr;
		padding: 0 16px 24px;
	}
}
.features-block__table_v2 .features-block__table_v2__item {
	display: inline-block;
	position: relative;
}
@media (max-width: 768px) {
	.features-block__table_v2 .features-block__table_v2__item:not(:last-child) {
		margin-bottom: 16px;
	}
}
@media (min-width: 768px) {
	.features-block__table_v2 .features-block__table_v2__item {
		border-left: 1px solid #000;
		padding-left: 40px;
	}
	.features-block__table_v2 .features-block__table_v2__item.-left-line:before {
		content: '';
		display: inline-block;
		height: 100%;
		left: -1px;
		position: absolute;
		top: 100%;
		width: 1px;
	}
}
.features-block__table_v2 .features-block__table_v2__label {
	font-size: 18px;
	font-weight: 600;
	margin-bottom: 8px;
	text-transform: uppercase;
}
@media (max-width: 768px) {
	.features-block__table_v2 .features-block__table_v2__label {
		font-size: 16px;
	}
}
.wp-block-columns {
	grid-gap: 20px;
	display: flex;
	margin-bottom: 32px;
}
@media (max-width: 768px) {
	.wp-block-columns {
		display: flex;
		flex-direction: column;
		flex-wrap: wrap !important;
		margin-bottom: 32px;
	}
}
.wp-block-columns .wp-block-column {
	flex-grow: 0;
}
.sing-up-page {
	grid-gap: 64px;
	display: grid;
	grid-template-columns: 1fr 360px;
	margin-bottom: 46px;
}
@media (max-width: 768px) {
	.sing-up-page {
		display: block;
		margin-bottom: 32px;
	}
}
.sign-up-form form input[type='email'],
.sign-up-form form input[type='password'],
.sign-up-form form input[type='text'],
.sign-up-form form textarea {
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	background: #fff;
	border: none;
	border-radius: 32px;
	color: #333;
	font-family: Poppins, sans-serif;
	padding: 12px 16px;
	width: 100%;
}
.sign-up-form form input[type='email']:focus,
.sign-up-form form input[type='password']:focus,
.sign-up-form form input[type='text']:focus,
.sign-up-form form textarea:focus {
	color: #000;
	outline: none;
}
.sign-up-form form textarea {
	height: 188px;
}
.sign-up-form form ::-webkit-input-placeholder {
	color: #373737;
	font-size: 16px;
	-webkit-transition: all 0.7s ease;
	transition: all 0.7s ease;
}
.sign-up-form form ::-moz-placeholder {
	color: #373737;
	font-size: 16px;
	-moz-transition: all 0.7s ease;
	transition: all 0.7s ease;
}
.sign-up-form form :-ms-input-placeholder {
	color: #373737;
	font-size: 16px;
	-ms-transition: all 0.7s ease;
	transition: all 0.7s ease;
}
.sign-up-form form :-moz-placeholder {
	color: #373737;
	font-size: 16px;
	-moz-transition: all 0.7s ease;
	transition: all 0.7s ease;
}
.sign-up-form form :focus::-webkit-input-placeholder {
	opacity: 0;
	-webkit-transition: all 0.7s ease;
	transition: all 0.7s ease;
}
.sign-up-form form :focus::-moz-placeholder {
	opacity: 0;
	-moz-transition: all 0.7s ease;
	transition: all 0.7s ease;
}
.sign-up-form form :focus:-ms-input-placeholder {
	opacity: 0;
	-ms-transition: all 0.7s ease;
	transition: all 0.7s ease;
}
.sign-up-form form :focus:-moz-placeholder {
	opacity: 0;
	-moz-transition: all 0.7s ease;
	transition: all 0.7s ease;
}
.sign-up-form form textarea::-webkit-input-placeholder {
	color: #373737;
	font-size: 16px;
	text-indent: 0;
	-webkit-transition: all 0.7s ease;
	transition: all 0.7s ease;
}
.sign-up-form form textarea:-moz-placeholder,
.sign-up-form form textarea::-moz-placeholder {
	color: #373737;
	font-size: 16px;
	text-indent: 0;
	-moz-transition: all 0.7s ease;
	transition: all 0.7s ease;
}
.sign-up-form form textarea:-ms-input-placeholder {
	color: #373737;
	font-size: 16px;
	text-indent: 0;
	-ms-transition: all 0.7s ease;
	transition: all 0.7s ease;
}
.sign-up-form form textarea:focus::-webkit-input-placeholder {
	opacity: 0;
	text-indent: 50px;
	-webkit-transition: all 0.7s ease;
	transition: all 0.7s ease;
}
.sign-up-form form textarea:focus:-moz-placeholder,
.sign-up-form form textarea:focus::-moz-placeholder {
	opacity: 0;
	text-indent: 50px;
	-moz-transition: all 0.7s ease;
	transition: all 0.7s ease;
}
.sign-up-form form textarea:focus:-ms-input-placeholder {
	opacity: 0;
	text-indent: 50px;
	-ms-transition: all 0.7s ease;
	transition: all 0.7s ease;
}
.sign-up-form form button {
	border: none;
	border-radius: 50px;
	display: inline-block;
	padding: 14px 32px;
}
.sign-up-form form button:hover {
	opacity: 0.86;
}
@media (min-width: 768px) {
	.sign-up-form form {
		grid-gap: 16px;
		align-items: center;
		display: grid;
		grid-template-columns: repeat(2, 1fr);
	}
}
@media (max-width: 768px) {
	.sign-up-form form input[type='text'],
	.sign-up-form form textarea {
		margin-bottom: 14px;
	}
	.sign-up-form form label {
		display: block;
		margin-bottom: 14px;
		margin-top: 14px;
	}
}
.sign-up-form form button {
	border-radius: 32px;
	font-size: 16px;
	font-weight: 600;
	height: 54px;
	line-height: 1.2;
	padding: 0 32px;
	text-align: center;
	text-transform: uppercase;
	width: 100%;
}
.sign-up-form form button:hover {
	opacity: 0.76;
}
@media (max-width: 768px) {
	.sing-up-page__items {
		margin-top: 32px;
	}
}
.sing-up-page__items .sing-up-page__items__item {
	grid-gap: 16px;
	display: grid;
	grid-template-columns: max-content 1fr;
}
.sing-up-page__items .sing-up-page__items__item:not(:last-child) {
	margin-bottom: 20px;
}
.sing-up-page__items .sing-up-page__items__item i {
	display: inline-block;
	height: 42px;
	width: 42px;
}
.sing-up-page__items .sing-up-page__items__item span {
	font-size: 16px;
	font-weight: 600;
}
.complaint-form-block {
	background: #fff;
	border-radius: 20px;
	box-shadow: 0 10px 20px 0 #ebf0f6;
	margin: 32px 0 46px;
	padding: 46px 86px;
}
@media (max-width: 768px) {
	.complaint-form-block {
		border-radius: 18px;
		padding: 24px 16px;
	}
}
.complaint-form-block .complaint-form__content {
	margin-bottom: 32px;
}
.complaint-form-block .complaint-form__content .h2,
.complaint-form-block .complaint-form__content .h3,
.complaint-form-block .complaint-form__content .h4,
.complaint-form-block .complaint-form__content h2,
.complaint-form-block .complaint-form__content h3,
.complaint-form-block .complaint-form__content h4 {
	margin-bottom: 16px;
}
.complaint-form-block .complaint-form__form .complaint-form__inputs {
	grid-column-gap: 20px;
	display: grid;
	grid-template-columns: repeat(2, 1fr);
	margin-bottom: 20px;
}
@media (max-width: 768px) {
	.complaint-form-block .complaint-form__form .complaint-form__inputs {
		display: block;
	}
}
.complaint-form-block .complaint-form__form form {
	grid-gap: 24px;
	display: grid;
	grid-template-columns: 1fr 40%;
}
.complaint-form-block .complaint-form__form form input[type='email'],
.complaint-form-block .complaint-form__form form input[type='password'],
.complaint-form-block .complaint-form__form form input[type='text'],
.complaint-form-block .complaint-form__form form textarea {
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	background: #fff;
	border: none;
	border-radius: 32px;
	color: #333;
	font-family: Poppins, sans-serif;
	padding: 12px 16px;
	width: 100%;
}
.complaint-form-block .complaint-form__form form input[type='email']:focus,
.complaint-form-block .complaint-form__form form input[type='password']:focus,
.complaint-form-block .complaint-form__form form input[type='text']:focus,
.complaint-form-block .complaint-form__form form textarea:focus {
	color: #000;
	outline: none;
}
.complaint-form-block .complaint-form__form form textarea {
	height: 188px;
}
.complaint-form-block .complaint-form__form form ::-webkit-input-placeholder {
	color: #373737;
	font-size: 16px;
	-webkit-transition: all 0.7s ease;
	transition: all 0.7s ease;
}
.complaint-form-block .complaint-form__form form ::-moz-placeholder {
	color: #373737;
	font-size: 16px;
	-moz-transition: all 0.7s ease;
	transition: all 0.7s ease;
}
.complaint-form-block .complaint-form__form form :-ms-input-placeholder {
	color: #373737;
	font-size: 16px;
	-ms-transition: all 0.7s ease;
	transition: all 0.7s ease;
}
.complaint-form-block .complaint-form__form form :-moz-placeholder {
	color: #373737;
	font-size: 16px;
	-moz-transition: all 0.7s ease;
	transition: all 0.7s ease;
}
.complaint-form-block
	.complaint-form__form
	form
	:focus::-webkit-input-placeholder {
	opacity: 0;
	-webkit-transition: all 0.7s ease;
	transition: all 0.7s ease;
}
.complaint-form-block .complaint-form__form form :focus::-moz-placeholder {
	opacity: 0;
	-moz-transition: all 0.7s ease;
	transition: all 0.7s ease;
}
.complaint-form-block .complaint-form__form form :focus:-ms-input-placeholder {
	opacity: 0;
	-ms-transition: all 0.7s ease;
	transition: all 0.7s ease;
}
.complaint-form-block .complaint-form__form form :focus:-moz-placeholder {
	opacity: 0;
	-moz-transition: all 0.7s ease;
	transition: all 0.7s ease;
}
.complaint-form-block
	.complaint-form__form
	form
	textarea::-webkit-input-placeholder {
	color: #373737;
	font-size: 16px;
	text-indent: 0;
	-webkit-transition: all 0.7s ease;
	transition: all 0.7s ease;
}
.complaint-form-block .complaint-form__form form textarea:-moz-placeholder,
.complaint-form-block .complaint-form__form form textarea::-moz-placeholder {
	color: #373737;
	font-size: 16px;
	text-indent: 0;
	-moz-transition: all 0.7s ease;
	transition: all 0.7s ease;
}
.complaint-form-block
	.complaint-form__form
	form
	textarea:-ms-input-placeholder {
	color: #373737;
	font-size: 16px;
	text-indent: 0;
	-ms-transition: all 0.7s ease;
	transition: all 0.7s ease;
}
.complaint-form-block
	.complaint-form__form
	form
	textarea:focus::-webkit-input-placeholder {
	opacity: 0;
	text-indent: 50px;
	-webkit-transition: all 0.7s ease;
	transition: all 0.7s ease;
}
.complaint-form-block
	.complaint-form__form
	form
	textarea:focus:-moz-placeholder,
.complaint-form-block
	.complaint-form__form
	form
	textarea:focus::-moz-placeholder {
	opacity: 0;
	text-indent: 50px;
	-moz-transition: all 0.7s ease;
	transition: all 0.7s ease;
}
.complaint-form-block
	.complaint-form__form
	form
	textarea:focus:-ms-input-placeholder {
	opacity: 0;
	text-indent: 50px;
	-ms-transition: all 0.7s ease;
	transition: all 0.7s ease;
}
.complaint-form-block .complaint-form__form form button {
	border: none;
	border-radius: 50px;
	display: inline-block;
	font-size: 16px;
	font-weight: 600;
	padding: 14px 32px;
}
.complaint-form-block .complaint-form__form form button:hover {
	opacity: 0.86;
}
@media (max-width: 768px) {
	.complaint-form-block .complaint-form__form form {
		display: block;
	}
}
.complaint-form-block .complaint-form__form form input,
.complaint-form-block .complaint-form__form form select,
.complaint-form-block .complaint-form__form form textarea {
	border: 1px solid #e2e7ec !important;
	margin-bottom: 16px;
}
.complaint-form-block .complaint-form__form form textarea {
	border-radius: 12px;
	height: 120px;
	resize: none;
}
.complaint-form-block .complaint-form__form form .section {
	position: relative;
}
.complaint-form-block .complaint-form__form form .section:after {
	background: url(../images/chevron-down.svg) no-repeat 50%;
	background-size: contain;
	content: '';
	display: inline-block;
	height: 20px;
	position: absolute;
	right: 16px;
	top: 14px;
	width: 20px;
}
.complaint-form-block .complaint-form__form form select {
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	border-radius: 32px;
	padding: 12px 16px;
	width: 100%;
}
.complaint-form-block .complaint-form__form form label {
	grid-gap: 8px;
	display: grid;
	grid-template-columns: max-content 1fr;
	margin-bottom: 14px;
}
.complaint-form-block .complaint-form__form form label span {
	display: inline-block;
	line-height: 1.2;
}
.complaint-form-block .complaint-form__form form button {
	width: 100%;
}
.complaint-form-block .complaint-form__form form button:hover {
	opacity: 0.76;
}
.rev-page-card--bonus-val {
	border-radius: 32px;
	cursor: pointer;
	height: 44px;
	line-height: 40px;
	overflow: hidden;
	position: relative;
	width: 100%;
}
.rev-page-card--bonus-val .rev-page-card--bonus-val--overlay {
	height: 100%;
	left: 0;
	line-height: 44px;
	position: absolute;
	top: 0;
	transition: all 0.25s ease;
	width: 88%;
}
.rev-page-card--bonus-val .rev-page-card--bonus-val--overlay:after {
	border-radius: 50%;
	content: '';
	height: 24px;
	position: absolute;
	right: -12px;
	top: 50%;
	transform: translateY(-50%);
	width: 24px;
}
.rev-page-card--bonus-val .rev-page-card--bonus-val--overlay:hover {
	left: -8px;
}
.rev-page-card--bonus-val .rev-page-card--bonus-val--overlay span {
	color: #fff;
	font-size: 12px;
	padding: 0 16px;
}
.rev-page-card--bonus-val input {
	border-radius: 32px;
	font-size: 17px;
	height: 100%;
	text-align: center;
	width: 100%;
}
.rev-page-card--bonus-val.-toggle .rev-page-card--bonus-val--overlay {
	left: -400px;
}
.rev-page-card--bonus-val .rev-page-card--bonus-val--empty {
	border-radius: 32px;
	text-align: center;
}
.rev-page-card--bonus-val .rev-page-card--bonus-val--empty span {
	font-size: 12px;
}
.rev-page-header {
	background: #fff;
	border-radius: 20px;
	box-shadow: 0 10px 20px 0 #ebf0f6;
	margin-bottom: 46px;
	padding: 36px 24px;
}
@media (max-width: 768px) {
	.rev-page-header {
		margin-bottom: 32px;
		padding: 24px 16px;
	}
	.rev-page-header .offers-block__rating {
		align-items: center;
		display: flex;
		font-size: 14px;
		gap: 6px;
		margin-bottom: 16px;
		padding: 10px 16px;
		place-content: center;
		text-align: center;
		width: 100%;
	}
	.rev-page-header .rev-page-header__btns {
		display: flex;
		flex-direction: column;
		gap: 16px;
	}
	.rev-page-header .rev-page-header__btns .offers-block__btn {
		margin: 0;
	}
	.rev-page-header .rev-page-header__btns .rev-page-card--bonus-val {
		order: -1;
	}
}
.rev-page-header .rev-page-header__top {
	grid-gap: 64px;
	align-items: center;
	display: grid;
	grid-template-columns: max-content 1fr max-content 280px;
}
@media (max-width: 768px) {
	.rev-page-header .rev-page-header__top {
		display: block;
	}
	.rev-page-header .rev-page-header__logo {
		display: flex;
		margin-bottom: 20px;
		place-content: center;
		place-items: center;
	}
}
.rev-page-header .rev-page-header__logo img {
	width: 246px;
}
@media (max-width: 768px) {
	.rev-page-header .rev-page-header__logo img {
		height: auto;
		max-width: 380px;
		width: 100%;
	}
}
.rev-page-header .rev-page-header__content {
	display: flex;
	flex-direction: column;
}
.rev-page-header .rev-page-header__title {
	color: #1c1a35;
	font-size: 20px;
	font-weight: 600;
	margin-bottom: 8px;
	text-transform: uppercase;
}
@media (max-width: 768px) {
	.rev-page-header .rev-page-header__title {
		font-size: 18px;
		margin-bottom: 14px;
		text-align: center;
	}
}
.rev-page-header .rev-page-header__bonus {
	font-size: 18px;
	font-weight: 600;
}
@media (max-width: 768px) {
	.rev-page-header .rev-page-header__bonus {
		margin-bottom: 16px;
		text-align: center;
	}
}
.rev-page-header .rev-page-header__bonus b,
.rev-page-header .rev-page-header__bonus span,
.rev-page-header .rev-page-header__bonus strong {
	font-weight: 600;
}
.rev-page-header .offers-block__btn {
	margin-bottom: 16px;
	width: 100%;
}
.rev-page-header .offers-block__btn a {
	border-radius: 32px;
	display: block;
	font-size: 16px;
	font-weight: 600;
	height: 44px;
	line-height: 44px;
	text-align: center;
	text-transform: uppercase;
	width: 100%;
}
.rev-page-header .offers-block__btn a:hover {
	opacity: 0.76;
}
.rev-page-header .rev-page-header__data {
	align-items: center;
	border-bottom: 1px solid #593bdc;
	display: flex;
	gap: 24px;
	justify-content: space-between;
	margin: 24px 0;
	padding-bottom: 24px;
}
@media (max-width: 768px) {
	.rev-page-header .rev-page-header__data {
		flex-direction: column;
		gap: 10px;
		place-items: flex-start;
	}
}
.rev-page-header .rev-page-header__acc {
	align-items: center;
	display: flex;
	gap: 10px;
}
.rev-page-header .rev-page-header__acc i {
	display: inline-block;
	height: 30px;
	width: 30px;
}
.rev-page-header .rev-page-header__acc span {
	font-size: 16px;
	font-weight: 600;
	text-transform: uppercase;
}
.rev-page-header .rev-page-header__age {
	align-items: center;
	display: flex;
	gap: 10px;
}
.rev-page-header .rev-page-header__age i {
	display: inline-block;
	height: 30px;
	width: 30px;
}
@media (max-width: 768px) {
	.rev-page-header .rev-page-header__age i {
		flex: 1 0 auto;
	}
}
.rev-page-header .rev-page-header__age span {
	font-size: 16px;
}
.rev-page-header .rev-page-header__benefs ul {
	align-items: center;
	display: flex;
	gap: 20px;
	justify-content: space-evenly;
}
@media (max-width: 768px) {
	.rev-page-header .rev-page-header__benefs ul {
		gap: 3px;
	}
}
.rev-page-header .rev-page-header__benefs ul li {
	font-weight: 600;
	padding-left: 32px;
	position: relative;
}
@media (max-width: 768px) {
	.rev-page-header .rev-page-header__benefs ul li {
		font-size: 14px;
		font-weight: 400;
		padding-left: 20px;
	}
}
.rev-page-header .rev-page-header__benefs ul li:before {
	content: '';
	display: inline-block;
	height: 24px;
	left: 0;
	position: absolute;
	top: 0;
	width: 24px;
}
@media (max-width: 768px) {
	.rev-page-header .rev-page-header__benefs ul li:before {
		height: 14px;
		top: 4px;
		width: 14px;
	}
}
.rev-page-header__license {
	align-items: center;
	display: flex;
	gap: 5px;
}
.rev-page-header__license i {
	display: inline-block;
	height: 30px;
	width: 30px;
}
.rev-page-header__license i.icon-curacao {
	background: url(../images/license-curacao.png) no-repeat 50%;
	background-size: contain;
}
.rev-page-header__license i.icon-mga {
	background: url(../images/license-mga.webp) no-repeat 50%;
	background-size: contain;
}
.rev-page-header__license i.icon-emta {
	background: url(../images/license-emta.png) no-repeat 50%;
	background-size: contain;
}
.rev-page-header__license i.icon-ukgc {
	background: url(../../images/license-ukgc.png) no-repeat 50%;
	background-size: contain;
}
.rev-page-header__license i.icon-onjn {
	background: url(../images/license-onjn.svg) no-repeat 50%;
	background-size: contain;
}
.rev-page-header__license i.icon-srij {
	background: url(../images/license-srij.svg) no-repeat 50%;
	background-size: contain;
}
.rev-page-header__license i.icon-hellenic-gaming-commission {
	background: url(../images/hellenic-gaming-commission.png) no-repeat 50%;
	background-size: contain;
}
.rev-page-header__license i.icon-gambling-control-commission {
	background: url(../images/gambling-control-commission.png) no-repeat 50%;
	background-size: contain;
}
.rev-page-header__license i.icon-comoros {
	background: url(../images/comoros.jpeg) no-repeat 50%;
	background-size: contain;
}
.rev-page-header__license i.icon-flag {
	background: url(../images/flag-img.svg) no-repeat 50%;
	background-size: contain;
}
.rev-page-header__license span {
	font-size: 16px;
	text-transform: uppercase;
}
.rev-page-header__license span small {
	font-weight: 400;
	text-transform: none;
}
.rev-page-header__license.-small span {
	text-transform: none;
}
.icon-flag {
	background: url(../images/flag-img.svg) no-repeat 50%;
	background-size: contain;
	display: inline-block;
	height: 30px;
	width: 30px;
}
.rev-slider {
	margin: 0 auto 32px;
	max-width: 940px;
}
.rev-slider .rev-slider__item {
	border-radius: 18px;
	overflow: hidden;
}
.rev-slider .rev-slider__item img {
	display: block !important;
	height: 460px;
	-o-object-fit: cover;
	object-fit: cover;
	-o-object-position: center;
	object-position: center;
	width: 100%;
}
@media (max-width: 768px) {
	.rev-slider .rev-slider__item img {
		height: 300px;
	}
}
.rev-page-data {
	grid-gap: 20px;
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	margin: 0 auto 64px;
	max-width: 940px;
}
@media (max-width: 768px) {
	.rev-page-data {
		display: block;
		margin-bottom: 42px;
	}
}
.rev-page-data .rev-page-data__item {
	grid-gap: 16px;
	border-radius: 18px;
	display: grid;
	grid-template-columns: max-content 1fr;
	padding: 32px 20px;
}
@media (max-width: 768px) {
	.rev-page-data .rev-page-data__item {
		grid-gap: 12px;
		padding: 14px 16px;
	}
	.rev-page-data .rev-page-data__item > section {
		grid-gap: 14px;
		align-items: center;
		display: grid;
		grid-template-columns: 1fr 120px;
	}
	.rev-page-data .rev-page-data__item:not(:last-child) {
		margin-bottom: 12px;
	}
}
.rev-page-data i {
	display: inline-block;
	height: 32px;
	width: 32px;
}
@media (max-width: 768px) {
	.rev-page-data i {
		height: 24px;
		width: 24px;
	}
}
.rev-page-data .rev-page-data__label {
	font-size: 17px;
	font-weight: 600;
	line-height: 1.2;
	margin-bottom: 4px;
}
@media (max-width: 768px) {
	.rev-page-data .rev-page-data__label {
		font-size: 14px;
		margin-bottom: 0;
	}
}
.rev-page-data .rev-page-val {
	font-size: 13px;
}
.cards-bonus-block {
	grid-gap: 24px;
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	margin-bottom: 64px;
}
@media (max-width: 768px) {
	.cards-bonus-block {
		display: block;
		margin-bottom: 32px;
	}
}
.cards-bonus-block .cards-bonus-block__item {
	background: #fff;
	border-radius: 20px;
	box-shadow: 0 10px 20px 0 #ebf0f6;
	padding: 20px;
}
@media (max-width: 768px) {
	.cards-bonus-block .cards-bonus-block__item:not(:last-child) {
		margin-bottom: 16px;
	}
}
.cards-bonus-block .cards-bonus-block__img {
	margin-bottom: 20px;
}
.cards-bonus-block .cards-bonus-block__img img {
	border-radius: 18px;
	height: 146px;
	-o-object-fit: cover;
	object-fit: cover;
	-o-object-position: center;
	object-position: center;
	width: 100%;
}
.cards-bonus-block .cards-bonus-block__title {
	font-size: 16px;
	font-weight: 600;
	text-transform: uppercase;
}
.cards-bonus-block .cards-bonus-block__title a {
	color: #1c1a35;
}
.cards-bonus-block .cards-bonus-block__title a:hover {
	text-decoration: underline;
	text-underline-offset: 2px;
}
.cards-bonus-block .cards-bonus-block__date {
	margin: 12px 0 16px;
}
.cards-bonus-block .cards-bonus-block__text {
	font-size: 15px;
	margin-bottom: 24px;
}
.cards-bonus-block .cards-bonus-block__link a {
	grid-gap: 12px;
	align-items: center;
	display: grid;
	grid-template-columns: max-content 1fr;
	transition: all 0.25s ease;
}
.cards-bonus-block .cards-bonus-block__link a:hover {
	grid-gap: 24px;
}
.cards-bonus-block .cards-bonus-block__link i {
	background: url(../images/arrow-blue.svg) no-repeat 50%;
	display: inline-block;
	height: 20px;
	width: 20px;
}
.cards-bonus-block .cards-bonus-block__link span {
	font-size: 16px;
	font-weight: 600;
	text-transform: uppercase;
}
.cards-easy-block {
	grid-gap: 20px;
	display: grid;
	grid-template-columns: repeat(4, 1fr);
	margin-bottom: 32px;
}
@media (max-width: 768px) {
	.cards-easy-block {
		display: block;
	}
}
.cards-easy-block .cards-easy-block__item {
	grid-gap: 16px;
	align-items: center;
	background: #fff;
	border-radius: 8px;
	display: grid;
	grid-template-columns: 1fr max-content;
	padding: 16px;
	transition: all 0.25s ease;
}
@media (max-width: 768px) {
	.cards-easy-block .cards-easy-block__item:not(:last-child) {
		margin-bottom: 14px;
	}
}
.cards-easy-block .cards-easy-block__item:hover {
	grid-gap: 24px;
	padding-right: 8px;
}
.cards-easy-block .cards-easy-block__item span {
	display: inline-block;
	font-size: 18px;
	font-weight: 600;
	line-height: 1.2;
	text-transform: uppercase;
}
.cards-easy-block .cards-easy-block__item i {
	display: inline-block;
	height: 36px;
	width: 36px;
}
.bonus-heading {
	text-align: center;
}
.bonus-heading h1 {
	text-transform: none;
}
.bonus-head {
	border-radius: 8px;
	height: auto;
	margin-bottom: 46px;
	min-height: 450px;
	padding: 86px 140px;
}
@media (max-width: 768px) {
	.bonus-head {
		margin-bottom: 24px;
		min-height: 340px;
		padding: 32px 16px 280px;
		text-align: center;
	}
}
.bonus-head .bonus-head__content {
	display: flex;
	flex-direction: column;
	max-width: 520px;
	place-content: center;
	width: 100%;
}
.bonus-head .bonus-head__title {
	color: #fff;
	font-size: 36px;
	line-height: 1.2;
	margin-bottom: 12px;
	text-transform: uppercase;
}
@media (max-width: 768px) {
	.bonus-head .bonus-head__title {
		font-size: 26px;
	}
}
.bonus-head .bonus-head__subtitle {
	font-size: 54px;
	font-weight: 600;
	line-height: 1.2;
	margin-bottom: 20px;
	text-transform: uppercase;
}
@media (max-width: 768px) {
	.bonus-head .bonus-head__subtitle {
		font-size: 34px;
	}
}
.bonus-head .bonus-head__link a {
	border-radius: 32px;
	display: inline-block;
	font-size: 16px;
	font-weight: 600;
	padding: 14px 56px;
	text-transform: uppercase;
}
.bonus-head .bonus-head__link a:hover {
	opacity: 0.76;
}
.bonus-head__data {
	align-items: center;
	display: flex;
	gap: 32px;
	justify-content: space-between;
	margin-bottom: 24px;
}
@media (max-width: 768px) {
	.bonus-head__data {
		display: block;
	}
}
.bonus-head__data .bonus-head__data__sec {
	align-items: center;
	display: flex;
	font-size: 16px;
	gap: 8px;
}
@media (max-width: 768px) {
	.bonus-head__data .bonus-head__data__sec {
		margin-bottom: 14px;
	}
}
.bonus-head__data .bonus-head__data__label {
	color: #1c1a35;
}
.bonus-head__data .bonus-head__data__val a {
	text-decoration: underline;
	text-underline-offset: 3px;
}
.bonus-head__data .bonus-head__data__val a:hover {
	text-decoration: none;
}
.compare-select-w {
	background: #fff;
	border: 1px solid #f1f5f9;
	border-radius: 20px;
	box-shadow: 0 10px 20px 0 #ebf0f6;
	margin-bottom: 46px;
	padding: 46px 64px;
}
@media (max-width: 768px) {
	.compare-select-w {
		margin-bottom: 32px;
		padding: 24px 16px;
	}
}
.compare-select {
	grid-gap: 24px;
	display: grid;
	grid-template-columns: repeat(3, 1fr);
}
@media (max-width: 768px) {
	.compare-select {
		display: block;
	}
}
.compare-select .compare-select__item {
	border-radius: 16px;
	padding: 20px;
}
@media (max-width: 768px) {
	.compare-select .compare-select__item:not(:last-child) {
		margin-bottom: 16px;
	}
}
.compare-select .compare-select__img {
	margin-bottom: 22px;
	width: 100%;
}
.compare-select .compare-select__img img {
	border-radius: 12px;
	height: 150px;
	-o-object-fit: cover;
	object-fit: cover;
	-o-object-position: center;
	object-position: center;
	width: 100%;
}
.compare-select .compare-select__search.-toggle {
	background: #fff;
	border: 1px solid #f1f5f9 !important;
	border-radius: 12px;
}
.compare-select
	.compare-select__search.-toggle
	.compare-select__form
	form
	input {
	border-color: #fff !important;
}
.compare-select .compare-select__search.-toggle .compare-select__res {
	display: block;
}
.compare-select .compare-select__form {
	position: relative;
	width: 100%;
}
.compare-select .compare-select__form.-toggle {
	display: none;
}
.compare-select .compare-select__form form input[type='email'],
.compare-select .compare-select__form form input[type='password'],
.compare-select .compare-select__form form input[type='text'],
.compare-select .compare-select__form form textarea {
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	background: #fff;
	border: none;
	border-radius: 32px;
	color: #333;
	font-family: Poppins, sans-serif;
	padding: 12px 16px;
	width: 100%;
}
.compare-select .compare-select__form form input[type='email']:focus,
.compare-select .compare-select__form form input[type='password']:focus,
.compare-select .compare-select__form form input[type='text']:focus,
.compare-select .compare-select__form form textarea:focus {
	color: #000;
	outline: none;
}
.compare-select .compare-select__form form textarea {
	height: 188px;
}
.compare-select .compare-select__form form ::-webkit-input-placeholder {
	color: #373737;
	font-size: 16px;
	-webkit-transition: all 0.7s ease;
	transition: all 0.7s ease;
}
.compare-select .compare-select__form form ::-moz-placeholder {
	color: #373737;
	font-size: 16px;
	-moz-transition: all 0.7s ease;
	transition: all 0.7s ease;
}
.compare-select .compare-select__form form :-ms-input-placeholder {
	color: #373737;
	font-size: 16px;
	-ms-transition: all 0.7s ease;
	transition: all 0.7s ease;
}
.compare-select .compare-select__form form :-moz-placeholder {
	color: #373737;
	font-size: 16px;
	-moz-transition: all 0.7s ease;
	transition: all 0.7s ease;
}
.compare-select .compare-select__form form :focus::-webkit-input-placeholder {
	opacity: 0;
	-webkit-transition: all 0.7s ease;
	transition: all 0.7s ease;
}
.compare-select .compare-select__form form :focus::-moz-placeholder {
	opacity: 0;
	-moz-transition: all 0.7s ease;
	transition: all 0.7s ease;
}
.compare-select .compare-select__form form :focus:-ms-input-placeholder {
	opacity: 0;
	-ms-transition: all 0.7s ease;
	transition: all 0.7s ease;
}
.compare-select .compare-select__form form :focus:-moz-placeholder {
	opacity: 0;
	-moz-transition: all 0.7s ease;
	transition: all 0.7s ease;
}
.compare-select .compare-select__form form textarea::-webkit-input-placeholder {
	color: #373737;
	font-size: 16px;
	text-indent: 0;
	-webkit-transition: all 0.7s ease;
	transition: all 0.7s ease;
}
.compare-select .compare-select__form form textarea:-moz-placeholder,
.compare-select .compare-select__form form textarea::-moz-placeholder {
	color: #373737;
	font-size: 16px;
	text-indent: 0;
	-moz-transition: all 0.7s ease;
	transition: all 0.7s ease;
}
.compare-select .compare-select__form form textarea:-ms-input-placeholder {
	color: #373737;
	font-size: 16px;
	text-indent: 0;
	-ms-transition: all 0.7s ease;
	transition: all 0.7s ease;
}
.compare-select
	.compare-select__form
	form
	textarea:focus::-webkit-input-placeholder {
	opacity: 0;
	text-indent: 50px;
	-webkit-transition: all 0.7s ease;
	transition: all 0.7s ease;
}
.compare-select .compare-select__form form textarea:focus:-moz-placeholder,
.compare-select .compare-select__form form textarea:focus::-moz-placeholder {
	opacity: 0;
	text-indent: 50px;
	-moz-transition: all 0.7s ease;
	transition: all 0.7s ease;
}
.compare-select
	.compare-select__form
	form
	textarea:focus:-ms-input-placeholder {
	opacity: 0;
	text-indent: 50px;
	-ms-transition: all 0.7s ease;
	transition: all 0.7s ease;
}
.compare-select .compare-select__form form button {
	border: none;
	border-radius: 50px;
	color: #fff;
	display: inline-block;
	font-size: 16px;
	font-weight: 600;
	padding: 14px 32px;
}
.compare-select .compare-select__form form button:hover {
	opacity: 0.86;
}
.compare-select .compare-select__form form input {
	background: #fff url(../images/search-icon-black.svg) no-repeat center right
		16px !important;
	background-size: 18px !important;
	border: 1px solid #f1f5f9 !important;
	border-radius: 18px;
	height: 48px;
	padding-right: 32px !important;
	width: 100%;
}
.compare-select .compare-select__form form input:focus {
	border-color: #593bdc;
}
.compare-select .compare-select__res {
	display: none;
	max-height: 136px;
	overflow-y: auto;
	padding: 16px;
	width: 100%;
}
.compare-select .compare-select__res.-toggle {
	background: #fff url(../images/search-icon-black.svg) no-repeat center right
		16px !important;
	background-size: 18px !important;
	border: 1px solid #f1f5f9 !important;
	border-radius: 32px;
	cursor: pointer;
	display: block;
	padding: 10px 4px 10px 16px;
	padding-right: 32px !important;
	width: 100%;
}
.compare-select .compare-select__res.-toggle .compare-item {
	margin-bottom: 0;
}
.compare-select .compare-item {
	grid-gap: 8px;
	align-items: center;
	display: grid;
	grid-template-columns: max-content 1fr;
	margin-bottom: 16px;
}
.compare-select .compare-item img {
	border-radius: 4px;
	width: 36px;
}
.compare-select .compare-item span {
	display: inline-block;
	font-size: 15px;
	line-height: 1.2;
}
.compare-select__btn {
	border-radius: 32px;
	display: none;
	font-size: 16px;
	font-weight: 600;
	left: 50%;
	margin-top: 46px;
	padding: 14px 56px;
	position: relative;
	text-transform: uppercase;
	transform: translateX(-50%);
}
.compare-select__btn:hover {
	opacity: 0.76;
}
.compare-select__btn.-toggle {
	display: inline-block;
}
.compare-loadign {
	background: #fff;
	display: flex;
	height: 100%;
	left: 0;
	place-content: center;
	place-items: center;
	position: absolute;
	top: 0;
	width: 100%;
	z-index: 999;
}
.compare-loadign.-toggle {
	display: none;
}
.compare-loadign i {
	background: url(../images/ajax-loading.gif) no-repeat 50%;
	background-size: contain;
	display: inline-block;
	height: 76px;
	width: 76px;
}
.compare-table {
	background: #fff;
	border-radius: 8px;
	display: grid;
	grid-template-columns: max-content 1fr;
	margin-bottom: 46px;
}
@media (max-width: 768px) {
	.compare-table {
		margin-left: -16px;
		margin-right: -16px;
	}
}
.compare-table .compare-table__attrs {
	height: 100%;
	width: 320px;
}
@media (max-width: 768px) {
	.compare-table .compare-table__attrs {
		width: 120px;
	}
}
.compare-table .compare-table__attrs__label {
	display: flex;
	padding: 10px 24px !important;
	place-items: center;
}
@media (max-width: 768px) {
	.compare-table .compare-table__attrs__label {
		font-size: 13px;
		line-height: 1.1;
		padding: 10px 16px !important;
	}
}
.compare-table__items {
	grid-gap: 20px;
	display: grid;
	grid-template-columns: repeat(3, 1fr);
}
@media (max-width: 768px) {
	.compare-table__items {
		grid-gap: 10px;
		grid-template-columns: repeat(3, 206px);
		overflow-x: auto;
		padding-bottom: 4px;
	}
}
.compare-table__items .compare-table__item {
	background: #fff;
	border-radius: 16px;
	box-shadow: 0 10px 20px 0 #ebf0f6;
	overflow: hidden;
}
.compare-table__items .compare-table__item .compare-table__head {
	display: flex;
	flex-direction: column;
	padding: 20px 36px;
	place-content: center;
	place-items: center;
}
@media (max-width: 768px) {
	.compare-table__items .compare-table__item .compare-table__head {
		padding: 20px 16px;
	}
}
.compare-table__items .compare-table__item .compare-table__head a {
	background: transparent;
}
.compare-table__items .compare-table__item .compare-table__head img {
	border-radius: 5px;
	height: 96px;
	max-width: 200px;
	-o-object-fit: cover;
	object-fit: cover;
	-o-object-position: center;
	object-position: center;
	width: 100%;
}
@media (max-width: 768px) {
	.compare-table__items .compare-table__item .compare-table__head img {
		-o-object-fit: contain;
		object-fit: contain;
	}
}
.compare-table__items .compare-table__item .compare-table__title {
	font-size: 16px;
	font-weight: 600;
	line-height: 1.2;
	margin: 16px 0;
	text-transform: uppercase;
}
@media (max-width: 768px) {
	.compare-table__items .compare-table__item .compare-table__title {
		font-size: 14px;
	}
}
.compare-table__items .compare-table__item .compare-table__link {
	width: 100%;
}
.compare-table__items .compare-table__item .compare-table__link a {
	border-radius: 32px;
	display: block;
	font-size: 16px;
	font-weight: 600;
	padding: 12px 20px;
	text-align: center;
	text-transform: uppercase;
	width: 100%;
}
@media (max-width: 768px) {
	.compare-table__items .compare-table__item .compare-table__link a {
		font-size: 14px;
	}
}
.compare-table__items .compare-table__item .compare-table__link a:hover {
	opacity: 0.76;
}
.compare-table__items .compare-table__item .compare-table__item__param {
	display: flex;
	flex-wrap: wrap;
	gap: 2px;
	min-height: 46px;
	padding: 10px;
	place-content: center;
	place-items: center;
	text-align: center;
}
@media (max-width: 768px) {
	.compare-table__items .compare-table__item .compare-table__item__param {
		font-size: 14px;
	}
}
.compare-table__items .compare-table__item .compare-table__item__param a {
	font-weight: 600;
}
.compare-table__items .compare-table__item .compare-table__item__param a:hover {
	text-decoration: underline;
	text-underline-offset: 3px;
}
.compare-table__items
	.compare-table__item
	.compare-table__item__param.-devs
	span {
	border-radius: 4px;
	display: inline-block;
	font-size: 14px;
	margin: 0 4px 8px 0;
	padding: 2px 8px;
}
.has-text-align-center {
	text-align: center;
}
.slots-grid {
	grid-gap: 20px;
	display: grid;
	grid-template-columns: repeat(4, 1fr);
	margin-bottom: 46px;
}
@media (max-width: 768px) {
	.slots-grid {
		grid-gap: 14px;
		grid-template-columns: repeat(2, 1fr);
		margin-bottom: 32px;
	}
}
.slots-grid .slots-grid__item {
	border-radius: 12px;
	overflow: hidden;
	position: relative;
}
.slots-grid .slots-grid__item:hover .slots-grid__content {
	display: flex;
}
.slots-grid img {
	border-radius: 12px;
	height: 340px;
	-o-object-fit: cover;
	object-fit: cover;
	-o-object-position: center;
	object-position: center;
	width: 100%;
}
@media (max-width: 768px) {
	.slots-grid img {
		height: 220px;
	}
}
.slots-grid .slots-grid__content {
	background: hsla(0, 0%, 7%, 0.4);
	display: none;
	flex-direction: column;
	flex-wrap: wrap;
	height: 100%;
	left: 0;
	padding: 12px 16px;
	place-content: center;
	place-items: center;
	position: absolute;
	top: 0;
	width: 100%;
}
.slots-grid .slots-grid__title {
	color: #fff;
	font-size: 24px;
	font-weight: 500;
	line-height: 1.2;
	text-align: center;
}
@media (max-width: 768px) {
	.slots-grid .slots-grid__title {
		font-size: 18px;
	}
}
.slots-grid .slots-grid__title a {
	color: #fff;
}
.slots-grid .slots-grid__title a:hover {
	opacity: 0.76;
}
.slots-grid .slots-grid__link {
	margin-top: 16px;
}
@media (max-width: 768px) {
	.slots-grid .slots-grid__link {
		text-align: center;
		width: 100%;
	}
}
.slots-grid .slots-grid__link a {
	border-radius: 32px;
	display: inline-block;
	font-size: 16px;
	font-weight: 500;
	line-height: 1.2;
	padding: 14px 20px;
	text-align: center;
	text-transform: uppercase;
	width: 180px;
}
@media (max-width: 768px) {
	.slots-grid .slots-grid__link a {
		font-size: 14px;
		width: 96%;
	}
}
.slots-grid .slots-grid__link a:hover {
	opacity: 0.76;
}
.page-navigation {
	display: flex;
	flex-wrap: wrap;
	gap: 20px;
	margin-bottom: 46px;
	place-content: center;
	place-items: center;
	position: relative;
}
@media (max-width: 768px) {
	.page-navigation {
		gap: 14px;
	}
}
.page-navigation .page-numbers {
	border-radius: 50%;
	display: block;
	font-size: 16px;
	font-weight: 700;
	height: 36px;
	line-height: 36px;
	text-align: center;
	width: 36px;
}
@media (max-width: 768px) {
	.page-navigation .page-numbers {
		font-size: 12px;
		height: 30px;
		line-height: 30px;
		width: 30px;
	}
}
.page-navigation .page-numbers.next,
.page-navigation .page-numbers.prev {
	border-radius: 32px;
	padding: 0 32px;
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	width: auto;
}
@media (max-width: 768px) {
	.page-navigation .page-numbers.next,
	.page-navigation .page-numbers.prev {
		font-size: 0;
		padding: 0;
		width: 30px;
	}
}
.page-navigation .page-numbers.next:hover,
.page-navigation .page-numbers.prev:hover {
	background: #fff;
	box-shadow: none;
	color: #1c1a35;
	opacity: 0.86;
}
.page-navigation .page-numbers.next:after,
.page-navigation .page-numbers.prev:after {
	background: url(../images/pagi-arrow-l.svg) no-repeat 50%;
	background-size: 20px;
	content: '';
	height: 24px;
	left: 24px;
	position: absolute;
	top: 6px;
	width: 24px;
}
@media (max-width: 768px) {
	.page-navigation .page-numbers.next:after,
	.page-navigation .page-numbers.prev:after {
		left: 50%;
		top: 50%;
		transform: translate(-50%, -50%);
	}
}
.page-navigation .page-numbers.prev {
	left: 0;
	padding-left: 54px;
}
@media (max-width: 768px) {
	.page-navigation .page-numbers.prev {
		padding: 0;
	}
}
.page-navigation .page-numbers.next {
	padding-right: 54px;
	right: 0;
}
@media (max-width: 768px) {
	.page-navigation .page-numbers.next {
		padding: 0;
	}
}
.page-navigation .page-numbers.next:after {
	background: url(../images/pagi-arrow-r.svg) no-repeat 50%;
	background-size: 20px;
	left: unset;
	right: 24px;
}
@media (max-width: 768px) {
	.page-navigation .page-numbers.next:after {
		right: unset;
	}
}
.slot-post-header {
	grid-gap: 12px;
	align-items: center;
	border-radius: 12px;
	display: grid;
	grid-template-columns: 1fr max-content max-content;
	margin-bottom: 24px;
	padding: 12px 20px;
}
@media (max-width: 768px) {
	.slot-post-header {
		display: block;
		text-align: center;
	}
}
.slot-post-header h1 {
	font-size: 36px;
	margin-bottom: 0;
}
@media (max-width: 768px) {
	.slot-post-header h1 {
		font-size: 28px;
		margin-bottom: 14px;
	}
}
.slot-post-header .slot-post-header__rating {
	font-size: 18px;
	font-weight: 600;
}
@media (max-width: 768px) {
	.slot-post-header .slot-post-header__rating {
		font-size: 16px;
	}
}
.slot-post-header .slot-post-header__author span {
	opacity: 0.4;
}
.slot-post-cover {
	margin-bottom: 46px;
	position: relative;
}
.slot-post-cover.-toggle .slot-post__game {
	display: block;
}
.slot-post-cover .slot-post__game,
.slot-post-cover.-toggle .slot-post__content,
.slot-post-cover.-toggle .slot-post__img {
	display: none;
}
.slot-post-cover .slot-post__game iframe {
	border: none;
	height: auto;
	min-height: 600px;
	width: 100%;
}
.slot-post-cover .slot-post__img {
	width: 100%;
}
.slot-post-cover .slot-post__img img {
	border-radius: 12px;
	height: auto;
	min-height: 460px;
	-o-object-fit: cover;
	object-fit: cover;
	-o-object-position: center;
	object-position: center;
	width: 100%;
}
.slot-post-cover .slot-post__content {
	display: flex;
	flex-direction: column;
	height: 100%;
	left: 0;
	padding: 24px 20px;
	place-content: center;
	place-items: center;
	position: absolute;
	top: 0;
	width: 100%;
}
.slot-post-cover .slot-post__content .slot-post__logo {
	margin-bottom: 20px;
}
.slot-post-cover .slot-post__content .slot-post__logo img {
	height: auto;
	width: 240px;
}
@media (max-width: 768px) {
	.slot-post-cover .slot-post__content .slot-post__logo img {
		width: 180px;
	}
}
.slot-post-cover .slot-post__content .slot-post__link {
	border-radius: 32px;
	display: inline-block;
	font-size: 16px;
	font-weight: 600;
	padding: 14px 56px;
	text-transform: uppercase;
}
.slot-post-cover .slot-post__content .slot-post__link:hover {
	opacity: 0.76;
}
.slot-post-table {
	grid-gap: 24px;
	background: #fff;
	border-radius: 12px;
	box-shadow: 0 10px 20px 0 #ebf0f6;
	display: grid;
	grid-template-columns: 340px repeat(2, 1fr);
	margin-bottom: 46px;
	padding: 32px 42px;
}
@media (max-width: 768px) {
	.slot-post-table {
		display: block;
		padding: 24px 20px;
	}
}
.slot-post-table .slot-post-table__logo {
	padding-right: 60px;
}
@media (max-width: 768px) {
	.slot-post-table .slot-post-table__logo {
		padding: 0;
	}
}
.slot-post-table .slot-post-table__logo img {
	border-radius: 12px;
	height: 270px;
	-o-object-fit: cover;
	object-fit: cover;
	-o-object-position: center;
	object-position: center;
	width: 100%;
}
@media (max-width: 768px) {
	.slot-post-table .slot-post-table__logo img {
		height: 210px;
	}
}
.slot-post-table .slot-post-table__logo .slot-post-table__title {
	font-size: 16px;
	font-weight: 600;
	margin-top: 16px;
	text-align: center;
	text-transform: uppercase;
}
@media (max-width: 768px) {
	.slot-post-table .slot-post-table__data:not(:last-child) {
		margin-bottom: 20px;
	}
}
.slot-post-table .slot-post-table__data .slot-post-table__title {
	border-bottom: 1px solid #000;
	color: #1c1a35;
	font-size: 18px;
	font-weight: 600;
	margin-bottom: 20px;
	padding-bottom: 16px;
	text-transform: uppercase;
}
.slot-post-table .slot-post-table__data .slot-post-table__list__item {
	align-items: center;
	display: flex;
	gap: 16px;
}
.slot-post-table
	.slot-post-table__data
	.slot-post-table__list__item:not(:last-child) {
	margin-bottom: 16px;
}
.slot-post-table .slot-post-table__data .slot-post-table__list__item i {
	display: inline-block;
	height: 24px;
	width: 24px;
}
.slot-post-table .slot-post-table__data .slot-post-table__list__item .label {
	flex: 1 0 auto;
}
.slot-post-table .slot-post-table__data .slot-post-table__list__item .val {
	text-align: left;
	width: 160px;
}
.slot-post-table
	.slot-post-table__data
	.slot-post-table__list__item
	.val
	a:hover {
	text-decoration: none;
}
.catfish-block {
	bottom: -500px;
	left: 0;
	opacity: 0;
	padding: 16px 0;
	position: fixed;
	transition: all 0.25s ease;
	width: 100%;
	z-index: 99999;
}
@media (max-width: 768px) {
	.catfish-block {
		padding-top: 64px;
		width: 100vw;
	}
}
.catfish-block.-toggle {
	bottom: 0;
	opacity: 1;
}
.catfish-block .catfish-block--row {
	grid-gap: 42px;
	align-items: center;
	background: #1c1a35 url(../images/catfish-bg.svg) no-repeat 50%;
	background-size: cover;
	border: 1px solid #593bdc;
	border-radius: 12px;
	display: grid;
	grid-template-columns: max-content 1fr 240px;
	padding: 16px;
	position: relative;
}
@media (max-width: 768px) {
	.catfish-block .catfish-block--row {
		grid-gap: 12px;
		border-radius: 0;
		grid-template-columns: max-content 1fr max-content;
	}
}
@media (min-width: 768px) {
	.catfish-block .catfish-block--row > section {
		grid-gap: 42px;
		align-items: center;
		display: grid;
		grid-template-columns: 240px 240px;
	}
}
.catfish-block .catfish-block__logo {
	background: #1c1a35;
	border: 1px solid #593bdc;
	border-radius: 12px;
	display: flex;
	height: 106px;
	padding: 14px 16px;
	place-content: center;
	place-items: center;
	width: 240px;
}
@media (max-width: 768px) {
	.catfish-block .catfish-block__logo {
		height: 78px;
		padding: 4px 6px;
		width: 62px;
	}
}
.catfish-block .catfish-block__logo img {
	height: 100%;
	-o-object-fit: contain;
	object-fit: contain;
	-o-object-position: center;
	object-position: center;
	width: 100%;
}
@media (max-width: 768px) {
	.catfish-block .catfish-block__logo img {
		max-width: 100%;
	}
}
.catfish-block .catfish-block__title {
	color: #fff;
	font-size: 20px;
	font-weight: 700;
	line-height: 1.3;
	margin-bottom: 8px;
	text-transform: uppercase;
}
@media (max-width: 768px) {
	.catfish-block .catfish-block__title {
		font-size: 18px;
		margin-bottom: 2px;
	}
}
.catfish-block .catfish-block__bonus {
	color: #fff;
	font-size: 18px;
	font-weight: 600;
	margin-bottom: 14px;
	text-transform: uppercase;
}
@media (max-width: 768px) {
	.catfish-block .catfish-block__bonus {
		font-size: 14px;
	}
}
.catfish-block .catfish-block__bonus b,
.catfish-block .catfish-block__bonus span,
.catfish-block .catfish-block__bonus strong {
	color: #593bdc;
	font-weight: 600;
}
.catfish-block .catfish-block__rating .catfish-block__rating-str {
	font-size: 18px;
	font-weight: 600;
}
@media (max-width: 768px) {
	.catfish-block .catfish-block__rating .catfish-block__rating-str {
		font-size: 14px;
	}
}
.catfish-block .catfish-block__rating .catfish-block__rating-w {
	display: flex;
	flex-wrap: wrap;
	gap: 5px;
}
.catfish-block .catfish-block__btn a {
	background: linear-gradient(82.35deg, #0055ff 34.99%, #002a80 98.97%);
	border-radius: 32px;
	color: #fff;
	display: inline-block;
	font-size: 16px;
	font-weight: 600;
	padding: 12px 56px;
	text-align: center;
	text-transform: uppercase;
	width: auto;
}
@media (max-width: 768px) {
	.catfish-block .catfish-block__btn a {
		font-size: 13px;
		padding: 8px 14px;
		text-align: center;
	}
}
.catfish-block .catfish-block__btn a:hover {
	opacity: 0.86;
}
.catfish-block .catfish-block__close {
	background: url(../images/catfish-close-icon-v2.svg) no-repeat 50%;
	background-size: contain;
	height: 32px;
	position: absolute;
	right: -16px;
	top: -16px;
	width: 32px;
	z-index: 4;
}
@media (max-width: 768px) {
	.catfish-block .catfish-block__close {
		right: 8px;
	}
}
.catfish-block .catfish-block__close:hover {
	opacity: 0.56;
}
.main-rating-stars-v2 {
	align-items: center;
	display: flex;
}
.main-rating-stars-v2 .star {
	background: #ffb800;
	border-radius: 3px;
	color: #fff;
	font-size: 10px !important;
	line-height: 1.6 !important;
	margin-right: 5px;
	padding: 1px 4px;
}
.main-rating-stars-v2 .star.empty,
.main-rating-stars-v2 .star.half {
	background: #ffe7cb;
	color: #ffb800;
}
.main-rating-stars-v2 .rating-text {
	color: #b4c0d8;
	font-size: 14px;
	margin-left: 10px;
}
@media (max-width: 768px) {
	.main-rating-stars-v2 .rating-text {
		margin-left: 2px;
		margin-top: 3px;
	}
}
.hide-mob {
	display: block !important;
}
.hide-mob.-grid {
	display: grid !important;
}
@media (max-width: 768px) {
	.hide-mob {
		display: none !important;
	}
}
.show-mob {
	display: none !important;
}
@media (max-width: 768px) {
	.show-mob {
		display: block !important;
	}
	.show-mob.-flex {
		display: flex !important;
	}
	.show-mob.-grid {
		display: grid !important;
	}
}
.hero-block-hidden-text {
	display: none;
}
.hero-block-hidden-text.-toggle {
	display: block;
}
.splide__pagination__page.is-active {
	background: #1c1a35;
}
.vs-block {
	grid-gap: 20px;
	display: grid;
	grid-template-columns: 1fr max-content 1fr;
	margin-bottom: 32px;
	position: relative;
}
@media (max-width: 768px) {
	.vs-block {
		display: block;
	}
}
.vs-block .vs-block__sec {
	background: #f3f3f3;
	border: 1px solid #593bdc;
	border-radius: 4px;
	overflow: hidden;
}
.vs-block .vs-block__label {
	background: #593bdc;
	border-radius: 50%;
	font-size: 18px;
	font-weight: 700;
	height: 42px;
	line-height: 42px;
	text-align: center;
	width: 42px;
}
@media (max-width: 768px) {
	.vs-block .vs-block__label {
		left: 50%;
		margin: 20px 0;
		position: relative;
		transform: translateX(-50%);
	}
}
.vs-block .vs-block__title {
	background: #593bdc;
	color: #fff;
	font-size: 18px;
	font-weight: 700;
	padding: 14px 16px;
}
.vs-block .vs-block__items .vs-block__item {
	grid-gap: 10px;
	display: grid;
	grid-template-columns: max-content 1fr;
	padding: 14px 16px;
}
.vs-block .vs-block__items .vs-block__item i {
	display: inline-block;
	height: 16px;
	position: relative;
	top: 1px;
	width: 16px;
}
.vs-block .vs-block__items .vs-block__item i.like {
	background: url(../images/pros-icon.svg) no-repeat 50%;
	background-size: contain;
}
.vs-block .vs-block__items .vs-block__item i.dislike {
	background: url(../images/cons-icon.svg) no-repeat 50%;
	background-size: contain;
}
.vs-block .vs-block__items .vs-block__item span {
	display: inline-block;
	line-height: 1.2;
}
.g-steps-dep-cards {
	display: flex;
	flex-wrap: wrap;
	gap: 20px;
	margin-bottom: 42px;
	place-content: center;
}
@media (max-width: 768px) {
	.g-steps-dep-cards {
		grid-gap: 12px;
		display: grid;
		grid-template-columns: repeat(3, 1fr);
	}
}
.g-steps-dep-cards .g-steps-dep-cards__item {
	background: #fff;
	border: 1px solid #5244c8;
	border-radius: 4px;
	color: #5244c8;
	display: flex;
	font-size: 18px;
	font-weight: 600;
	height: 132px;
	line-height: 1.1;
	padding: 20px 21px;
	place-content: center;
	place-items: center;
	width: 132px;
}
@media (max-width: 768px) {
	.g-steps-dep-cards .g-steps-dep-cards__item {
		height: 100px;
		padding: 8px 16px;
		width: 100px;
	}
}
.g-steps-dep-cards .g-steps-dep-cards__item:hover {
	opacity: 0.86;
}
.category-heading {
	margin-bottom: 20px;
}
.category-heading h1 {
	font-size: 46px;
	margin-bottom: 0;
}
.mini-flags-cards {
	grid-gap: 24px;
	display: grid;
	grid-template-columns: repeat(4, 1fr);
	margin-bottom: 42px;
}
@media (max-width: 768px) {
	.mini-flags-cards {
		grid-gap: 12px;
		grid-template-columns: repeat(2, 1fr);
	}
}
.mini-flags-cards .mini-flags-cards__item {
	background: #fff;
	border-radius: 6px;
	box-shadow: 0 3px 12px rgba(0, 0, 0, 0.064);
	padding: 32px 20px;
	text-align: center;
	transition: all 0.25s ease;
}
@media (max-width: 768px) {
	.mini-flags-cards .mini-flags-cards__item {
		padding: 24px 16px;
	}
}
.mini-flags-cards .mini-flags-cards__item:hover {
	background: #f7f7f7;
	box-shadow: 0 3px 12px rgba(0, 0, 0, 0.124);
}
.mini-flags-cards .mini-flags-cards__img {
	display: flex;
	margin-bottom: 16px;
	place-content: center;
	place-items: center;
}
.mini-flags-cards .mini-flags-cards__img img {
	height: 96px;
	-o-object-fit: contain;
	object-fit: contain;
	-o-object-position: center;
	object-position: center;
	width: auto;
}
@media (max-width: 768px) {
	.mini-flags-cards .mini-flags-cards__img img {
		height: 56px;
	}
}
.mini-flags-cards .mini-flags-cards__title {
	color: #1c1a35;
	font-size: 16px;
	font-weight: 700;
}
@media (max-width: 768px) {
	.mini-flags-cards .mini-flags-cards__title {
		font-size: 14px;
		font-weight: 400;
	}
}
.items-v2-block {
	display: flex;
	flex-wrap: wrap;
	gap: 16px;
	margin-bottom: 32px;
}
.items-v2-block .items-v2-block__item {
	border: 1px solid #b2b7bc !important;
	border-block: 5px;
	border-radius: 6px;
	color: #353535;
	display: inline-block;
	font-weight: 600;
	padding: 14px 24px;
}
.compararer-casinos-block {
	background: #222246;
	color: #fff;
	margin-bottom: 80px;
	padding: 80px 0;
}
@media (max-width: 768px) {
	.compararer-casinos-block {
		margin-bottom: 42px;
		padding: 42px 0;
	}
}
.comparar-block {
	display: flex;
	flex-direction: column;
	text-align: center;
}
.comparar-block__title {
	color: #fff;
	font-size: 32px;
	font-weight: 700;
	margin-bottom: 12px;
}
@media (max-width: 768px) {
	.comparar-block__title {
		font-size: 22px;
		font-weight: 500;
	}
}
.comparar-block__title span {
	color: #ffb240;
}
.comparar-block__short-text {
	margin-bottom: 20px;
}
@media (min-width: 768px) {
	.comparar-block__upload {
		grid-gap: 16px;
		display: grid;
		grid-template-columns: repeat(4, max-content);
		justify-content: center;
	}
}
.comparar-block__upload__click-area {
	background: url(../images/plus-icon-w.svg) no-repeat 50%;
	background-size: 32px;
	border: 2px dashed #bbb;
	border-radius: 4px;
	height: 96px;
	width: 200px;
}
@media (max-width: 768px) {
	.comparar-block__upload__click-area:not(:first-child) {
		display: none;
	}
}
.slots-compact-grid {
	grid-column-gap: 8px;
	grid-row-gap: 24px;
	display: grid;
	grid-template-columns: repeat(5, 1fr);
}
@media (max-width: 768px) {
	.slots-compact-grid {
		grid-area: 4px;
		grid-template-columns: repeat(2, 1fr);
	}
}
.slots-compact-grid .slots-compact-grid__item {
	border-radius: 5px;
	display: block;
	overflow: hidden;
	position: relative;
}
.slots-compact-grid .slots-compact-grid__item:hover img {
	transform: scale(1.15);
}
.slots-compact-grid .slots-compact-grid__item:hover .slots-compact-grid__btns {
	display: flex;
}
.slots-compact-grid .slots-compact-grid__item img {
	height: 200px;
	transition: all 0.25s ease;
	width: 100%;
}
@media (max-width: 768px) {
	.slots-compact-grid .slots-compact-grid__item img {
		height: 150px;
	}
}
.slots-compact-grid .slots-compact-grid__btns {
	background: linear-gradient(45deg, #000, transparent);
	bottom: 0;
	display: none;
	height: 100%;
	left: 0;
	padding: 16px;
	place-content: center;
	place-items: center;
	position: absolute;
	width: 100%;
}
.slots-compact-grid .slots-compact-grid__btns span {
	background: #fff;
	border-radius: 32px;
	color: #000;
	display: inline-block;
	font-size: 16px;
	font-weight: 500;
	padding: 14px 20px;
	text-align: center;
	width: 100%;
}
.slots-compact-grid .slots-compact-grid__btns span:hover {
	opacity: 0.86;
}
.slots-compact-grid .slots-compact-grid__title {
	font-size: 16px;
	font-weight: 600;
	line-height: 1.3;
	margin-top: 16px;
	text-align: center;
}
.slots-compact-grid .slots-compact-grid__title a {
	color: #1c1a35;
}
.slots-compact-grid .slots-compact-grid__title a:hover {
	text-decoration: underline;
	text-underline-offset: 2px;
}
.g-button-block-group {
	margin-bottom: 32px;
}
.g-button-block-group.-center {
	display: flex;
	place-content: center;
	place-items: center;
}
.g-button-block-group.-right {
	display: flex;
	place-content: flex-end;
	place-items: center;
}
.g-button-block-group.-uppercase {
	text-transform: uppercase;
}
.g-button-block-group .g-button-block__btn,
.g-button-block-group .g-button-block__link {
	background: #593bdc;
	border: none;
	border-radius: 32px;
	color: #fff;
	display: inline-block;
	font-size: 17px;
	font-weight: 700;
	padding: 14px 32px;
}
.g-button-block-group .g-button-block__btn:hover,
.g-button-block-group .g-button-block__link:hover {
	opacity: 0.86;
}
#g-top-btn {
	background-color: #000;
	border: 3px solid #f7f7f7;
	border-radius: 50%;
	bottom: 160px;
	cursor: pointer;
	display: none;
	font-size: 18px;
	height: 46px;
	outline: none;
	position: fixed;
	right: 30px;
	width: 46px;
	z-index: 99;
}
@media (max-width: 768px) {
	#g-top-btn {
		display: none !important;
	}
}
#g-top-btn:before {
	border: solid #fff;
	border-width: 0 3px 3px 0;
	content: '';
	display: inline-block;
	left: 18px;
	padding: 3px;
	position: absolute;
	top: 20px;
	transform: rotate(-135deg);
	-webkit-transform: rotate(-135deg);
}
.g-site-footer__text-after-logo {
	color: #fff;
	font-size: 13px;
	margin: 0 auto 20px;
	padding-top: 24px;
	width: 100%;
}
@media (max-width: 768px) {
	.g-site-footer__text-after-logo {
		text-align: left;
	}
}
.g-site-footer__text-after-logo p:not(:last-child) {
	margin-bottom: 16px;
}
.g-site-footer__text-after-logo .g-site-footer__text-after-logo__content {
	margin-bottom: 24px;
}
.g-site-footer__text-after-logo .g-site-footer__text-after-logo__btn {
	background: transparent;
	margin: 0;
	padding: 0;
}
.g-site-footer__text-after-logo .g-site-footer__text-after-logo__btn span {
	background: url(../images/arrow-r.svg) no-repeat 100%;
	background-size: 20px;
	color: #fff;
	font-size: 16px;
	font-weight: 700;
	padding-right: 24px;
}
.g-site-footer__text-after-logo
	.g-site-footer__text-after-logo__btn
	span:hover {
	opacity: 0.86;
}
.cookies-block {
	bottom: 0;
	left: 0;
	padding: 16px 0;
	position: fixed;
	transition: all 0.25s ease;
	width: 100%;
	z-index: 999999;
}
@media (min-width: 768px) {
	.cookies-block.-bottom-m {
		bottom: 120px;
	}
}
@media (max-width: 768px) {
	.cookies-block {
		bottom: 0;
		padding: 0;
	}
}
.cookies-block.-hidden {
	display: none;
}
.cookies-block .cookies-block__content {
	grid-gap: 24px;
	align-items: center;
	background: #f7f7f7;
	border: 1px solid #e0e0e0;
	border-radius: 4px;
	box-shadow: 0 3px 12px rgba(0, 0, 0, 0.13);
	display: grid;
	grid-template-columns: 1fr max-content max-content;
	padding: 16px 20px;
}
@media (max-width: 768px) {
	.cookies-block .cookies-block__content {
		grid-gap: 16px;
		border-radius: 0;
		grid-template-columns: repeat(2, 1fr);
		padding: 16px;
	}
}
.cookies-block .cookies-block__text {
	color: #000;
	font-size: 14px;
}
@media (max-width: 768px) {
	.cookies-block .cookies-block__text {
		grid-column: 1/3;
		padding-right: 52px;
	}
}
.cookies-block .cookies-block__text a {
	color: #fff;
	text-decoration: underline;
	text-underline-offset: 2px;
}
.cookies-block .cookies-block__text a:hover {
	text-decoration: none;
}
.cookies-block .cookies-block__close {
	display: none;
}
@media (max-width: 768px) {
	.cookies-block .cookies-block__close {
		background: #333 url(../images/close-icon-white.svg) no-repeat 50%;
		background-size: 15px;
		border-radius: 50%;
		display: block;
		height: 36px;
		position: absolute;
		right: 12px;
		top: 12px;
		width: 36px;
	}
}
.cookies-block .cookies-block__btn {
	background: #1c1a35;
	border-radius: 4px;
	color: #fff;
	font-size: 14px;
	padding: 8px 20px;
}
.cookies-block .cookies-block__btn:hover {
	opacity: 0.86;
}
.cookies-block .cookies-block__link {
	color: #593bdc;
	font-size: 14px;
	text-decoration: underline;
	text-underline-offset: 2px;
}
.cookies-block .cookies-block__link:hover {
	text-decoration: none;
}
.g-button-block-group .g-button-block__btn,
.g-button-block-group .g-button-block__link {
	background: #00091a;
}
.slots-compact-grid .slots-compact-grid__btns span {
	background: #593bdc;
	color: #fff;
}
.hero-block .hero-block__title span {
	color: #00091a;
}
body.bg-page {
	background: #f7f7f7;
}
.site-header {
	background: #00091a;
	box-shadow: 0 10px 10px 0 rgba(126, 166, 88, 0.102);
}
.top-menu ul li a:hover,
.top-menu ul li.current-menu-item > a {
	color: #593bdc;
}
.header-compare-btn {
	background: transparent;
	border: 1px solid #593bdc;
	color: #593bdc;
}
.header-compare-btn a {
	color: #593bdc;
}
.header-bonus .header-bonus__txt_2 {
	color: #fa192e;
}
.header-menu.taras-menu ul li > ul {
	border: 1px solid #00091a;
}
.header-menu.taras-menu ul li > ul li.menu-item-has-children > ul {
	background: #00091a;
	border: 1px solid #00091a;
}
.header-menu ul li:hover > a {
	color: #593bdc;
}
.header-menu ul li ul,
.header-menu ul li ul:after,
.header-menu ul li ul:before {
	background: #00091a;
}
.mob-menu-btn.-toggle {
	background: url(../images/close-icon-blue.svg) no-repeat 50%;
	background-size: 20px;
}
.author-small a {
	color: #ada9a9;
}
.offers-block .offers-block__rev-link a {
	color: #593bdc;
}
.offers-block .offers-block__bonus b,
.offers-block .offers-block__bonus span,
.offers-block .offers-block__bonus strong {
	color: #fa192e;
}
.offers-block .offers-block__benefs dl li:before,
.offers-block .offers-block__benefs dl span:before,
.offers-block .offers-block__benefs ul li:before,
.offers-block .offers-block__benefs ul span:before {
	background: url(../images/li-Icon-blue.svg) no-repeat 50%;
}
.offers-block__rating {
	background: #f7f7f7;
}
.toc-block {
	background: #fff;
}
.toc-block .toc-block__title button {
	background: url(../images/arrow-green-2.svg) no-repeat 100%;
	background-size: contain;
	color: #00091a;
}
.toc-block .toc-block__title button:hover,
.toc-block.-toggle .toc-block__title button {
	background: url(../images/arrow-green-down.svg) no-repeat 100%;
	background-size: contain;
}
.toc-block ul li:before {
	background: url(../images/toc-icon-green.svg) no-repeat 50% !important;
	background-size: contain !important;
}
.avoid-block .avoid-block__item {
	background: rgba(255, 64, 51, 0.1);
}
.avoid-block .avoid-block__head .avoid-block__rating {
	background: url(../images/warning-red.svg) no-repeat 0;
	background-size: 16px;
	color: #fa192e;
}
.avoid-block .avoid-block__list li:before {
	background: url(../images/close-icon-red.svg) no-repeat 50%;
	background-size: contain;
}
.avoid-block__link a {
	background: #fa192e;
	color: #fff;
}
.offer-short-desc-block .offer-short-desc-block__offer {
	background: #fff;
}
.offer-short-desc-block
	.offer-short-desc-block__offer
	.offer-short-desc-block__offer-btn
	a {
	background: #fa192e;
}
.offer-short-desc-block .offer-short-desc-block__bonus b,
.offer-short-desc-block .offer-short-desc-block__bonus span,
.offer-short-desc-block .offer-short-desc-block__bonus strong {
	color: #fa192e;
}
.pros-cons-block .pros-cons-block__item.-pros {
	background: rgba(190, 231, 171, 0.2);
}
.pros-cons-block
	.pros-cons-block__item.-pros
	.pros-cons-block__list
	ul
	li:before {
	background: #97d978;
}
.pros-cons-block .pros-cons-block__item.-cons {
	background: rgba(250, 25, 46, 0.2);
}
.pros-cons-block
	.pros-cons-block__item.-cons
	.pros-cons-block__list
	ul
	li:before {
	background: #fa192e;
}
.pros-cons-thumb-block .pros-cons-thumb-block__item li {
	padding-left: 0;
}
.pros-cons-thumb-block .pros-cons-thumb-block__item li:before {
	content: none;
}
.pros-cons-thumb-block .pros-cons-thumb-block__item.-pros li i {
	background: url(../images/li-thumb-green-green-red.svg) no-repeat 50%;
	background-size: contain;
}
.pros-cons-thumb-block .pros-cons-thumb-block__item.-cons li i {
	background: url(../images/li-thumb-red-green-red.svg) no-repeat 50%;
	background-size: contain;
}
.cards-block .cards-block__item {
	background: #fff;
	border: 1px solid #f7f7f7;
	box-shadow: 0 10px 20px 0 #ebf0f6;
}
.cards-block .cards-block__item::marker {
	font-size: 0 !important;
}
.cards-block .cards-block__num {
	background: #00091a;
	color: #fff;
}
.features-block
	.features-block__table
	.features-block__table__row:nth-child(odd) {
	background: #f7f7f7;
}
.post-entry a,
.wp-block-group__inner-container a {
	color: #593bdc;
}
.post-entry ul li,
.wp-block-group__inner-container ul li {
	padding-left: 32px;
}
.post-entry ul li:before,
.wp-block-group__inner-container ul li:before {
	background: url(../images/list-icon-green.svg) no-repeat 50%;
	background-size: contain;
	height: 24px;
	top: 1px;
	width: 24px;
}
@media (max-width: 768px) {
	.post-entry ul li:before,
	.wp-block-group__inner-container ul li:before {
		top: 1px;
	}
}
.post-entry ol li::marker,
.wp-block-group__inner-container ol li::marker {
	color: #593bdc;
}
.post-entry .wp-block-table thead tr th,
.wp-block-group__inner-container .wp-block-table thead tr th {
	background: #00091a;
}
.post-entry table tr:nth-child(odd),
.wp-block-group__inner-container table tr:nth-child(odd) {
	background: #f7f7f7;
}
.cards-check-block .cards-check-block__item {
	background: #fff;
}
.cards-check-block .cards-check-block__icon {
	background: url(../images/card-check-icon-green.svg) no-repeat 50%;
	background-size: contain;
}
.free-casino-block
	.free-casino-block__item
	.free-casino-block__buttons
	.free-casino-block__btn
	a {
	background: #fa192e;
	color: #fff;
}
.faq-block .faq-block__item {
	background: #f5f3ff url(../images/faq-icon-green.svg) no-repeat center right
		32px;
}
@media (max-width: 768px) {
	.faq-block .faq-block__item {
		background: #f5f3ff url(../images/faq-icon-green.svg) no-repeat top 24px
			right 16px;
		background-size: 24px;
	}
}
.faq-block .faq-block__item.-toggle {
	background: #fff url(../images/faq-close-icon-green.svg) no-repeat center
		right 32px;
}
@media (max-width: 768px) {
	.faq-block .faq-block__item.-toggle {
		background: #fff url(../images/faq-close-icon-green.svg) no-repeat top 24px
			right 16px;
		background-size: 24px;
	}
}
.has-inline-color.has-red-color {
	color: #fa192e;
}
.has-inline-color.has-green-color {
	color: #00091a;
}
.latest-posts-block__read-more a {
	background: url(../images/arrow-green.svg) no-repeat 100%;
	background-size: contain;
	color: #593bdc;
}
.posts-btn a {
	background: #593bdc;
	color: #fff;
}
.giveaway-block .giveaway-block__link a {
	background: #fa192e;
	color: #fff;
}
.author-block {
	background: #fff;
}
.author-block .author-block__data__link a {
	border: 1px solid #00091a;
	color: #00091a;
}
.author-block .author-block__text {
	background: url(../images/author-block__text-green.svg) no-repeat 0 0;
	background-size: 64px;
}
@media (max-width: 768px) {
	.author-block .author-block__text {
		background-size: 46px;
	}
}
.author-block__socials .author-block__socials__item .icon-fb {
	background: url(../images/icon-fb-green.svg) no-repeat 50%;
	background-size: contain;
}
.author-block__socials .author-block__socials__item .icon-tw {
	background: url(../images/icon-tw-green.svg) no-repeat 50%;
	background-size: contain;
}
.author-block__socials .author-block__socials__item .icon-ln {
	background: url(../images/icon-ln-green.svg) no-repeat 50%;
	background-size: contain;
}
.site-footer {
	background: #00091a;
}
.site-footer .site-footer__menues__title {
	color: #593bdc;
}
.breadcrumbs {
	background: url(../images/home-icon-red.svg) no-repeat 0 0;
	background-size: 20px;
}
.breadcrumbs,
.breadcrumbs a {
	color: #7a7979;
}
.single-heading {
	background: #f7f7f7;
}
.single-heading .single-heading__date:after {
	background: #593bdc;
}
.single-heading
	.single-heading__share
	.single-heading__share__links
	ul
	li
	a
	i.icon-fb {
	background: url(../images/soc-icon-fb-green.svg) no-repeat 50%;
	background-size: contain;
}
.single-heading
	.single-heading__share
	.single-heading__share__links
	ul
	li
	a
	i.icon-tw {
	background: url(../images/soc-icon-tw-green.svg) no-repeat 50%;
	background-size: contain;
}
.single-heading
	.single-heading__share
	.single-heading__share__links
	ul
	li
	a
	i.icon-pt {
	background: url(../images/soc-icon-pt-green.svg) no-repeat 50%;
	background-size: contain;
}
.single-heading
	.single-heading__share
	.single-heading__share__links
	ul
	li
	a
	i.icon-ln {
	background: url(../images/soc-icon-ln-green.svg) no-repeat 50%;
	background-size: contain;
}
.contact-page .contact-page__form {
	background: #f7f7f7;
}
.g-contact-form form button {
	background: #fa192e;
}
.error-page-links ul li a {
	border: 1px solid #00091a;
	color: #00091a;
}
.error-page-links ul li a i {
	background: url(../images/arrow-left-top-green.svg) no-repeat 0;
	background-size: contain;
}
.error-page-links ul li a:hover {
	background: #00091a;
}
.error-page-links ul li a:hover i {
	background: url(../images/arrow-left-top-w.svg) no-repeat 0;
	background-size: contain;
}
.posts-slider-arrows .splide__pagination__page.is-active {
	background: #593bdc;
}
.stats-block .stats-block__item {
	background: #593bdc;
	color: #fff;
}
.stats-block .stats-block__num {
	color: #fff;
}
.stats-block .stats-block__value {
	color: #f5f5f7;
	text-align: center;
}
.features-block__table_v2 .features-block__table_v2__item {
	border-color: #00091a;
}
.features-block__table_v2 .features-block__table_v2__item.-left-line:before {
	background: #00091a;
}
.sign-up-form form button {
	background: #fa192e;
	color: #fff;
}
.sing-up-page__items .sing-up-page__items__item span {
	color: #00091a;
}
.complaint-form-block .complaint-form__form form button {
	background: #fa192e;
	color: #fff;
}
.rev-page-card--bonus-val .rev-page-card--bonus-val--overlay {
	background: #00091a;
}
.rev-page-card--bonus-val .rev-page-card--bonus-val--overlay:after {
	background: #fff url(../images/arrow-left.svg) no-repeat 50%;
	background-size: 16px;
}
.rev-page-card--bonus-val input {
	background: #f7f7f7;
	border: 1px solid #00091a;
	color: #1c1a35;
}
.rev-page-card--bonus-val .rev-page-card--bonus-val--empty {
	border: 1px solid #00091a;
}
.rev-page-card--bonus-val .rev-page-card--bonus-val--empty span {
	color: #f3f3f3;
}
.rev-page-header .rev-page-header__data {
	border-color: #00091a;
}
.rev-page-header .rev-page-header__bonus b,
.rev-page-header .rev-page-header__bonus span,
.rev-page-header .rev-page-header__bonus strong {
	color: #fa192e;
}
.rev-page-header .offers-block__btn a {
	background: #fa192e;
	color: #fff;
}
.rev-page-header .rev-page-header__age i {
	background: url(../images/age-icon-red.svg) no-repeat 50%;
	background-size: contain;
}
.rev-page-header .rev-page-header__benefs ul li:before {
	background: url(../images/benef-icon-green.svg) no-repeat 50%;
	background-size: contain;
}
.rev-page-data .rev-page-data__item {
	background: #f7f7f7;
}
.rev-page-data i.icon-dep {
	background: url(../images/icon-dep-green.svg) no-repeat 50%;
	background-size: contain;
}
.rev-page-data i.icon-pay {
	background: url(../images/icon-pay-green.svg) no-repeat 50%;
	background-size: contain;
}
.rev-page-data i.icon-plat {
	background: url(../images/icon-plat-green.svg) no-repeat 50%;
	background-size: contain;
}
.cards-bonus-block .cards-bonus-block__date,
.rev-page-data .rev-page-data__label {
	color: #00091a;
}
.cards-bonus-block .cards-bonus-block__link i {
	background: url(../images/arrow-green-2.svg) no-repeat 50%;
	background-size: contain;
}
.cards-bonus-block .cards-bonus-block__link span {
	color: #00091a;
}
.cards-easy-block .cards-easy-block__item {
	border: 1px solid #00091a;
}
.cards-easy-block .cards-easy-block__item span {
	color: #00091a;
}
.cards-easy-block .cards-easy-block__item i {
	background: url(../images/arrow-down-cyrcle-green.svg) no-repeat 50%;
	background-size: contain;
}
.bonus-head .bonus-head__subtitle {
	color: #fff;
}
.bonus-head .bonus-head__subtitle b,
.bonus-head .bonus-head__subtitle span,
.bonus-head .bonus-head__subtitle strong {
	color: #593bdc;
}
.bonus-head .bonus-head__link a {
	background: #fa192e;
	color: #fff;
}
.bonus-head__data .bonus-head__data__val,
.bonus-head__data .bonus-head__data__val a {
	color: #00091a;
}
.compare-select .compare-select__item {
	background: #f7f7f7;
}
.compare-select__btn {
	background: #fa192e;
	color: #fff;
}
.compare-table .compare-table__attrs {
	border: 1px solid #f7f7f7;
	border-right: none;
}
.compare-table .compare-table__attrs__label {
	min-height: 46px;
	padding: 10px;
}
.compare-table .compare-table__attrs__label:nth-child(2n) {
	background: #f7f7f7;
}
.compare-table__items .compare-table__item {
	border: 1px solid #f7f7f7;
}
.compare-table__items .compare-table__item .compare-table__link a {
	background: #fa192e !important;
	color: #fff;
}
.compare-table__items
	.compare-table__item
	.compare-table__item__param:nth-child(2n) {
	background: #f7f7f7;
}
.compare-table__items .compare-table__item .compare-table__item__param a {
	color: #00091a;
}
.compare-table__items
	.compare-table__item
	.compare-table__item__param.-devs
	span {
	border: 1px solid #00091a;
	color: #1c1a35;
}
.slots-grid .slots-grid__link a {
	background: #fa192e;
	color: #fff;
}
.page-navigation .page-numbers {
	background: #f7f7f7;
	color: #585858;
}
.page-navigation .page-numbers.current,
.page-navigation .page-numbers:hover {
	background: #fa192e;
	color: #fff;
}
.slot-post-header {
	background: #f7f7f7;
}
.slot-post-cover .slot-post__content .slot-post__link {
	background: #fa192e;
	color: #fff;
}
.slot-post-table .slot-post-table__data .slot-post-table__title {
	border-color: #00091a;
}
.slot-post-table
	.slot-post-table__data
	.slot-post-table__list__item
	i.icon-software {
	background: url(../images/software.svg) no-repeat 50%;
	background-size: contain;
}
.slot-post-table
	.slot-post-table__data
	.slot-post-table__list__item
	i.icon-reels {
	background: url(../images/reels.svg) no-repeat 50%;
	background-size: contain;
}
.slot-post-table
	.slot-post-table__data
	.slot-post-table__list__item
	i.icon-paylines {
	background: url(../images/paylines.svg) no-repeat 50%;
	background-size: contain;
}
.slot-post-table
	.slot-post-table__data
	.slot-post-table__list__item
	i.icon-rtp {
	background: url(../images/rtp.svg) no-repeat 50%;
	background-size: contain;
}
.slot-post-table
	.slot-post-table__data
	.slot-post-table__list__item
	i.icon-volatility {
	background: url(../images/volatility.svg) no-repeat 50%;
	background-size: contain;
}
.slot-post-table
	.slot-post-table__data
	.slot-post-table__list__item
	i.icon-minimum_bet {
	background: url(../images/minimum_bet.svg) no-repeat 50%;
	background-size: contain;
}
.slot-post-table
	.slot-post-table__data
	.slot-post-table__list__item
	i.icon-maximum_bet {
	background: url(../images/maximum_bet.svg) no-repeat 50%;
	background-size: contain;
}
.slot-post-table
	.slot-post-table__data
	.slot-post-table__list__item
	i.icon-free_spins {
	background: url(../images/free_spins.svg) no-repeat 50%;
	background-size: contain;
}
.slot-post-table
	.slot-post-table__data
	.slot-post-table__list__item
	i.icon-bonus_rounds {
	background: url(../images/bonus_rounds.svg) no-repeat 50%;
	background-size: contain;
}
.slot-post-table
	.slot-post-table__data
	.slot-post-table__list__item
	i.icon-wild_symbol {
	background: url(../images/wild_symbol.svg) no-repeat 50%;
	background-size: contain;
}
.slot-post-table
	.slot-post-table__data
	.slot-post-table__list__item
	i.icon-scatter_symbol {
	background: url(../images/scatter_symbol.svg) no-repeat 50%;
	background-size: contain;
}
.slot-post-table
	.slot-post-table__data
	.slot-post-table__list__item
	i.icon-multiplier {
	background: url(../images/multiplier.svg) no-repeat 50%;
	background-size: contain;
}
.slot-post-table
	.slot-post-table__data
	.slot-post-table__list__item
	i.icon-progressive {
	background: url(../images/progressive.svg) no-repeat 50%;
	background-size: contain;
}
.slot-post-table
	.slot-post-table__data
	.slot-post-table__list__item
	i.icon-autoplay {
	background: url(../images/autoplay.svg) no-repeat 50%;
	background-size: contain;
}
.slot-post-table .slot-post-table__data .slot-post-table__list__item .val a {
	color: #593bdc;
	text-decoration: underline;
	text-underline-offset: 3px;
}
.vs-block .vs-block__sec {
	background: #f7f7f7;
	border: 1px solid #00091a;
}
.vs-block .vs-block__label {
	background: #00091a;
	color: #fff;
}
.vs-block .vs-block__title {
	background: #00091a;
}
#g-top-btn {
	background: #593bdc;
	border: none;
	color: #fff;
}
.rev-toc-block {
	grid-gap: 14px;
	background: #fff;
	border-radius: 24px;
	box-shadow: 0 10px 20px 0 #ebf0f6;
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	margin-bottom: 24px;
	padding: 10px;
}
@media (max-width: 768px) {
	.rev-toc-block {
		border-radius: 24px 0 0 24px;
		margin-right: -16px;
	}
}
.rev-toc-block.-hide-mob {
	display: grid;
}
@media (max-width: 768px) {
	.rev-toc-block.-hide-mob {
		display: none;
	}
}
.rev-toc-block.-show-mob {
	display: none;
}
@media (max-width: 768px) {
	.rev-toc-block.-show-mob {
		display: grid;
		grid-template-columns: repeat(3, max-content);
		overflow-x: auto;
	}
}
.rev-toc-block .rev-toc-block__btn {
	grid-gap: 10px;
	align-items: center;
	background: rgba(17, 75, 210, 0.102);
	border-radius: 32px;
	display: grid;
	grid-template-columns: max-content 1fr;
	padding: 12px 16px;
}
.rev-toc-block .rev-toc-block__btn i {
	height: 24px;
	width: 24px;
}
.rev-toc-block .rev-toc-block__btn i.icon-def {
	display: block;
}
.rev-toc-block .rev-toc-block__btn i.icon-hover {
	display: none;
}
.rev-toc-block .rev-toc-block__btn span {
	color: #593bdc;
	font-size: 14px;
	font-weight: 700;
	text-align: left;
}
.rev-toc-block .rev-toc-block__btn.-toggle,
.rev-toc-block .rev-toc-block__btn:hover {
	background: #593bdc;
}
.rev-toc-block .rev-toc-block__btn.-toggle i.icon-def,
.rev-toc-block .rev-toc-block__btn:hover i.icon-def {
	display: none;
}
.rev-toc-block .rev-toc-block__btn.-toggle i.icon-hover,
.rev-toc-block .rev-toc-block__btn:hover i.icon-hover {
	display: block;
}
.rev-toc-block .rev-toc-block__btn.-toggle span,
.rev-toc-block .rev-toc-block__btn:hover span {
	color: #fff;
}
.rev-page-head {
	grid-gap: 20px;
	align-items: center;
	background: #fff;
	border: 1px solid #dfe8f0;
	border-radius: 24px;
	box-shadow: 0 10px 20px 0 #ebf0f6;
	display: grid;
	grid-template-columns: max-content 1fr 350px;
	margin-bottom: 24px;
	padding: 12px 12px 12px 20px;
}
@media (max-width: 768px) {
	.rev-page-head {
		display: block;
		padding: 12px;
	}
}
.rev-page-head .rev-page-head__logo img {
	height: auto;
	width: 168px;
}
.rev-page-head .rev-page-head__logo.-hide-mob {
	display: block;
}
@media (max-width: 768px) {
	.rev-page-head .rev-page-head__logo.-hide-mob {
		display: none;
	}
}
.rev-page-head .rev-page-head__logo.-show-mob {
	display: none;
}
@media (max-width: 768px) {
	.rev-page-head .rev-page-head__logo.-show-mob {
		display: block;
	}
}
.rev-page-head .rev-page-head__content {
	grid-gap: 12px;
	display: grid;
	grid-template-columns: repeat(2, 1fr);
	margin-bottom: 12px;
}
@media (max-width: 768px) {
	.rev-page-head .rev-page-head__content {
		align-items: center;
		grid-template-columns: max-content 1fr;
	}
	.rev-page-head .rev-page-head__content .rev-page-head__logo img {
		height: auto;
		width: 84px;
	}
}
.rev-page-head .rev-page-head__data h1 {
	font-size: 28px;
	font-weight: 700;
	margin-bottom: 16px;
}
@media (max-width: 768px) {
	.rev-page-head .rev-page-head__data h1 {
		font-size: 17px;
		line-height: 1.2;
		margin-bottom: 10px;
	}
}
.rev-page-head .rating-text {
	color: #2a3243;
}
.rev-page-head .rev-page-head__bonus {
	background: #1c1a35 url(../images/bonus-block-bg-r.svg) no-repeat center right
		10px;
	border: 1px solid #593bdc;
	border-radius: 12px;
	color: #fff;
	line-height: 1.2;
}
@media (max-width: 768px) {
	.rev-page-head .rev-page-head__bonus {
		grid-column: 1/3;
	}
}
.rev-page-head .rev-page-head__bonus .rev-page-head__bonus__title {
	font-size: 16px;
	font-weight: 700;
	margin-bottom: 12px;
}
.rev-page-head .rev-page-head__bonus .rev-page-head__bonus__text {
	font-size: 18px;
	font-weight: 700;
}
.rev-page-head .rev-page-head__bonus .rev-page-head__bonus__text b,
.rev-page-head .rev-page-head__bonus .rev-page-head__bonus__text span,
.rev-page-head .rev-page-head__bonus .rev-page-head__bonus__text strong {
	color: #f87340;
}
@media (min-width: 768px) {
	.rev-page-head .rev-page-head__options {
		grid-gap: 12px;
		display: grid;
		grid-template-columns: repeat(2, 1fr);
	}
}
.rev-page-head .rev-page-head__option {
	background: #f5f3ff;
	border: 1px solid #dfe8f0;
	border-radius: 12px;
	display: block;
	padding: 12px;
}
@media (max-width: 768px) {
	.rev-page-head .rev-page-head__option {
		margin-bottom: 12px;
	}
}
.rev-page-head .rev-page-head__option .rev-page-head__option__title {
	align-items: center;
	color: #0c0f23;
	display: flex;
	font-size: 16px;
	font-weight: 700;
	gap: 5px;
	line-height: 1.2;
	margin-bottom: 10px;
}
.rev-page-head .rev-page-head__option .rev-page-head__option__text {
	color: #586885;
	font-size: 14px;
}
.rev-page-head .rev-page-head__last {
	background: #f5f3ff;
	border-radius: 12px;
	display: flex;
	flex-direction: column;
	height: 100%;
	padding: 24px;
	place-content: center;
	place-items: center;
	text-align: center;
}
@media (max-width: 768px) {
	.rev-page-head .rev-page-head__last {
		background: transparent;
		padding: 0;
	}
}
.rev-page-head .rev-page-head__last .offers-block__btn,
.rev-page-head .rev-page-head__last section {
	width: 100%;
}
.rev-page-head .rev-page-head__last .offers-block__btn a {
	display: block;
	width: 100%;
}
.rev-page-head .rev-page-head__date {
	margin-bottom: 14px;
}
@media (max-width: 768px) {
	.rev-page-head .rev-page-head__date {
		margin-bottom: 0;
	}
}
.rev-page-head .rev-page-head__date span {
	background: url(../images/reload-icon.svg) no-repeat 0;
	background-size: 14px;
	font-size: 13px;
	min-height: 15px;
	padding-left: 20px;
}
.rev-page-head .rev-page-head__date strong {
	font-weight: 700;
}
@media (min-width: 768px) {
	.rev-page-content-grid {
		grid-gap: 24px;
		display: grid;
		grid-template-columns: 380px 1fr;
	}
}
.rev-page-content-grid__sidebar {
	margin-bottom: 32px;
}
.rev-page-sidebar-block {
	background: #fff;
	border: 1px solid #dfe8f0;
	border-radius: 24px;
	box-shadow: 0 10px 20px 0 #ebf0f6;
	margin-bottom: 24px;
	padding: 16px;
}
.rev-page-sidebar-block .rev-page-sidebar-block__title {
	color: #1c1a35;
	font-size: 24px;
	font-weight: 700;
	margin-bottom: 16px;
}
.rev-page-sidebar-block .rev-page-sidebar-block-small {
	background: #f5f3ff;
	border-radius: 16px;
	line-height: 1.2;
	padding: 16px 12px;
}
.rev-page-sidebar-block .rev-page-sidebar-block-small:not(:last-child) {
	margin-bottom: 12px;
}
.rev-page-sidebar-block .rev-page-sidebar-block-small__title {
	color: #394762;
	font-weight: 700;
	margin-bottom: 10px;
}
.rev-page-sidebar-block .rev-page-sidebar-block-small__subtitle {
	color: #394762;
	font-size: 14px;
	margin-bottom: 10px;
}
.rev-page-sidebar-block .rev-page-sidebar-block-small__text {
	color: #394762;
	font-size: 14px;
}
.rev-page-sidebar-block .rev-page-sidebar-block-small__text a {
	color: #593bdc;
	text-decoration: underline;
	text-underline-offset: 2px;
}
.rev-page-sidebar-block .rev-page-sidebar-block-small__text a:hover {
	text-decoration: none;
}
.rev-page-sidebar-block__title-w {
	grid-gap: 12px;
	align-items: center;
	display: grid;
	grid-template-columns: 1fr max-content;
	margin-bottom: 16px;
}
.rev-page-sidebar-block__title-w .rev-page-sidebar-block__title {
	margin-bottom: 0;
}
.rev-page-sidebar-block__title-w .rev-page-sidebar-block__rating {
	align-items: center;
	color: #0c0f23;
	display: flex;
	font-size: 24px;
	font-weight: 700;
	gap: 5px;
}
.rev-page-sidebar-block__title-w .rev-page-sidebar-block__rating .icon-star {
	background: #ffb800;
	border-radius: 3px;
	color: #fff;
	display: inline-block;
	font-size: 10px;
	padding: 1px 4px;
}
.rev-page-sidebar-block-small__title-w-b {
	grid-gap: 14px;
	align-items: center;
	display: grid;
	grid-template-columns: 1fr max-content;
	margin-bottom: 12px;
}
.rev-page-sidebar-block-small__title-w-b .rev-page-sidebar-block-small__title {
	margin-bottom: 0;
}
.rev-page-sidebar-block-small__title-w-b .rev-page-sidebar-small-btn {
	background: transparent;
	color: #593bdc;
	font-size: 14px;
	font-weight: 700;
	padding: 0;
}
.rev-page-sidebar-block-small__title-w-b .rev-page-sidebar-small-btn:hover {
	opacity: 0.86;
}
.rev-page-sidebar-block-small.-toggle .rev-page-sidebar-small-btn {
	color: #242424;
}
.rev-page-sidebar-block-small.-toggle .casino-list li.-elem-hidden,
.rev-page-sidebar-block-small.-toggle .icons-list li.-elem-hidden,
.rev-page-sidebar-block-small.-toggle .software-list li.-elem-hidden {
	display: inline-block;
}
.rev-page-sidebar-block__rating__list
	.rev-page-sidebar-block__rating__list__item {
	grid-gap: 12px;
	align-items: center;
	background: #f2faff;
	border-radius: 32px;
	display: grid;
	grid-template-columns: 1fr max-content;
	padding: 12px 16px;
}
.rev-page-sidebar-block__rating__list
	.rev-page-sidebar-block__rating__list__item:not(:last-child) {
	margin-bottom: 12px;
}
.rev-page-sidebar-block__rating__list
	.rev-page-sidebar-block__rating__list__item
	span {
	color: #586885;
	display: inline-block;
	font-size: 16px;
	line-height: 1.2;
}
.rev-page-sidebar-block__rating__list
	.rev-page-sidebar-block__rating__list__item
	.rating-text {
	color: #0c0f23;
	font-weight: 700;
}
.benefits-list li {
	padding-left: 24px;
	position: relative;
}
.benefits-list li:not(:last-child) {
	margin-bottom: 4px;
}
.benefits-list li:before {
	background: url(../images/benef-list-icon.svg) no-repeat 50%;
	background-size: contain;
	content: '';
	display: inline-block;
	height: 16px;
	left: 0;
	position: absolute;
	top: 0;
	width: 16px;
}
.supp-list {
	display: grid;
	gap: 8px;
	grid-template-columns: repeat(2, 1fr);
}
.supp-list li {
	grid-gap: 8px;
	align-items: center;
	background: #fff;
	border: 1px solid #dfe8f0;
	border-radius: 32px;
	display: grid;
	grid-template-columns: max-content 1fr;
	padding: 6px 16px;
	width: 100%;
}
.supp-list li.-item-hidden {
	opacity: 0.5;
}
.supp-list li i {
	display: block;
	height: 18px;
	width: 18px;
}
.supp-list li i.icon-mobile {
	background: url(../images/icon-mobile.svg) no-repeat 50%;
	background-size: contain;
}
.supp-list li i.icon-tablet {
	background: url(../images/icon-tablet.svg) no-repeat 50%;
	background-size: contain;
}
.supp-list li i.icon-desktop {
	background: url(../images/icon-desktop.svg) no-repeat 50%;
	background-size: contain;
}
.supp-list li span {
	color: #394762;
	font-size: 12px;
}
.languages-list {
	display: flex;
	flex-wrap: wrap;
	gap: 8px;
}
.languages-list li {
	background: #fff;
	border: 1px solid #dfe8f0;
	border-radius: 32px;
	color: #586885;
	font-size: 14px;
	padding: 6px 12px;
}
.icons-list {
	grid-gap: 6px;
	display: grid;
	grid-template-columns: repeat(5, 1fr);
}
.icons-list li {
	background: #fff;
	border-radius: 6px;
	display: inline-block;
	height: 34px;
	padding: 5px 6px;
	width: 60px;
}
@media (max-width: 768px) {
	.icons-list li {
		width: 100%;
	}
}
.icons-list li.-elem-hidden {
	display: none;
}
.icons-list li i {
	display: inline-block;
	height: 100%;
	-o-object-fit: contain;
	object-fit: contain;
	-o-object-position: center;
	object-position: center;
	width: 100%;
}
.cash-list {
	grid-gap: 6px;
	display: grid;
	grid-template-columns: repeat(2, 1fr);
}
.cash-list li {
	background: #fff;
	border-radius: 6px;
	color: #0c0f23;
	font-size: 14px;
	padding: 6px 12px;
}
.cash-list li span {
	color: #394762;
	display: block;
	font-weight: 700;
	margin-bottom: 8px;
}
.casino-list {
	grid-gap: 6px;
	display: grid;
	grid-template-columns: repeat(2, 1fr);
}
.casino-list li {
	grid-gap: 8px;
	align-items: center;
	background: #fff;
	border-radius: 6px;
	color: #0c0f23;
	display: grid;
	font-size: 14px;
	grid-template-columns: max-content 1fr;
	padding: 6px 12px;
}
.casino-list li i {
	display: inline-block;
	height: 20px;
	width: 20px;
}
.casino-list li span {
	color: #394762;
	display: block;
	font-size: 12px;
	line-height: 1.2;
}
.casino-list li.-item-hidden {
	opacity: 0.5;
}
.software-list {
	grid-gap: 6px;
	display: grid;
	grid-template-columns: repeat(4, 1fr);
}
.software-list li {
	width: 100%;
}
.software-list li i {
	display: inline-block;
	height: 42px;
	-o-object-fit: cover;
	object-fit: cover;
	-o-object-position: center;
	object-position: center;
	width: 76px;
}
@media (max-width: 768px) {
	.software-list li i {
		width: 100%;
	}
}
.software-list li.-item-hidden {
	display: none;
}
.pros-cons-v2-block {
	margin-bottom: 32px;
}
@media (min-width: 768px) {
	.pros-cons-v2-block {
		grid-gap: 20px;
		display: grid;
		grid-template-columns: repeat(2, 1fr);
	}
}
.pros-cons-v2-block .pros-cons-v2-block__item {
	background: #fff;
	border: 1px solid #bbb;
	border-radius: 24px;
	box-shadow: 0 10px 20px 0 #ebf0f6;
	padding: 20px;
}
@media (max-width: 768px) {
	.pros-cons-v2-block .pros-cons-v2-block__item:not(:last-child) {
		margin-bottom: 20px;
	}
}
.pros-cons-v2-block .pros-cons-v2-block__item .pros-cons-block__title {
	border-radius: 0 24px 24px 0;
	box-shadow: 0 10px 20px 0 #ebf0f6;
	color: #fff;
	font-size: 24px;
	font-weight: 700;
	margin-bottom: 20px;
	margin-left: -20px;
	padding: 10px 20px 10px 42px;
}
.pros-cons-v2-block .pros-cons-v2-block__item ul li {
	padding-left: 32px;
	position: relative;
}
.pros-cons-v2-block .pros-cons-v2-block__item ul li:not(:last-child()) {
	margin-bottom: 12px;
}
.pros-cons-v2-block .pros-cons-v2-block__item ul li:before {
	content: '';
	display: inline-block;
	height: 24px;
	left: 0;
	position: absolute;
	top: 1px;
	width: 24px;
}
.pros-cons-v2-block .pros-cons-v2-block__item.-pros {
	background-size: 18px;
	border-color: #3bc518 url(../images/pc-icon-plus.svg) no-repeat left;
}
.pros-cons-v2-block .pros-cons-v2-block__item.-pros .pros-cons-block__title {
	background: #3bc518;
}
.pros-cons-v2-block .pros-cons-v2-block__item.-pros ul li:before {
	background: url(../images/pros-li-icon.svg) no-repeat 50%;
	background-size: contain;
}
.pros-cons-v2-block .pros-cons-v2-block__item.-cons {
	border-color: #fb4747;
}
.pros-cons-v2-block .pros-cons-v2-block__item.-cons .pros-cons-block__title {
	background: #fb4747 url(../images/pc-icon-minus.svg) no-repeat left 18px
		center;
	background-size: 20px;
}
.pros-cons-v2-block .pros-cons-v2-block__item.-cons ul li:before {
	background: url(../images/cons-li-icon.svg) no-repeat 50%;
	background-size: contain;
}
.cta-block {
	background: #fff;
	border: 1px solid #dfe8f0;
	border-radius: 24px;
	box-shadow: 0 10px 20px 0 #ebf0f6;
	margin-bottom: 32px;
	padding: 20px;
}
.cta-block .cta-block__title {
	color: #0c0f23;
	display: block;
	font-size: 24px;
	line-height: 1.2;
	margin-bottom: 16px;
}
.cta-block .cta-block__item {
	background: url(../images/bonus-bg.svg) no-repeat 50%;
	border-radius: 12px;
	display: flex;
	flex-direction: column;
	padding: 20px;
	place-content: center;
	place-items: center;
}
.cta-block .cta-block__item:not(:last-child) {
	margin-bottom: 20px;
}
.cta-block .cta-block__text {
	color: #fff;
	font-size: 20px;
	line-height: 1.2;
}
.cta-block .cta-block__text strong {
	font-weight: 700;
}
.cta-block .cta-block__text span {
	color: #f87340;
}
.cta-block .cta-block__link a {
	color: #593bdc;
	font-size: 16px;
	text-decoration: underline;
	text-underline-offset: 3px;
}
.cta-block .cta-block__link a:hover {
	text-decoration: none;
}
body,
html {
	overflow-x: hidden;
}
body.-toggle,
html.-toggle {
	overflow: hidden;
}
body {
	background: #f5f5f7;
	color: #000;
	font-family: Poppins, sans-serif;
	font-size: 16px;
	line-height: 1.6;
}
@media (max-width: 768px) {
	body {
		overflow-x: hidden;
	}
	body.-toggle {
		overflow: hidden;
	}
}
.white-bg {
	background: #fff;
}
.border-bottom-line {
	border-bottom: 1px solid #dedede;
}
.pt-20 {
	padding-top: 20px;
}
.pt-42 {
	padding-top: 42px;
}
.pb-42 {
	padding-bottom: 42px;
}
.mb-42 {
	margin-bottom: 42px;
}
.font-18 {
	font-size: 18px;
}
.breadcrumbs-block {
	color: #737373;
	font-size: 13px;
	margin-bottom: 20px;
}
.breadcrumbs-block a {
	color: #1c1a35;
}
.breadcrumbs-block a:hover {
	text-decoration: underline;
	text-underline-offset: 2px;
}
.small-author-block {
	grid-gap: 12px;
	align-items: center;
	display: grid;
	font-size: 14px;
	grid-template-columns: max-content 1fr;
	line-height: 1.2;
}
.small-author-block img {
	border: 1px solid #e6e6e6;
	border-radius: 50%;
	height: 46px;
	-o-object-fit: cover;
	object-fit: cover;
	-o-object-fit: center;
	object-fit: center;
	width: 46px;
}
.small-author-block .small-author-block__name {
	color: #000;
	margin-bottom: 5px;
}
.small-author-block .small-author-block__name a {
	color: #593bdc;
	text-decoration: underline;
	text-underline-offset: 2px;
}
.small-author-block .small-author-block__name a:hover {
	text-decoration: none;
}
.small-author-block .small-author-block__date {
	color: #737373;
}
.small-author-block .small-author-block__date span {
	font-weight: 700;
}
.lp-heading--row {
	align-items: center;
	display: flex;
	gap: 56px;
}
.lp-heading__heading h1 {
	font-size: 46px;
	margin-bottom: 16px;
}
@media (max-width: 768px) {
	.lp-heading__heading h1 {
		font-size: 32px;
		margin-bottom: 12px;
	}
}
.lp-heading__text {
	font-size: 16px;
	margin-top: 20px;
}
@media (max-width: 768px) {
	.lp-heading__text {
		font-size: 14px;
	}
}
.lp-heading__text p:not(:last-child) {
	margin-bottom: 20px;
}
.lp-heading__img {
	display: flex;
	flex: 1 0 auto;
	max-width: 400px;
	place-content: center;
	place-items: center;
	width: 100%;
}
.lp-heading__img img {
	height: 100%;
	-o-object-fit: contain;
	object-fit: contain;
	-o-object-position: center;
	object-position: center;
	width: 100%;
}
.lp-heading__data {
	align-items: center;
	display: flex;
	gap: 64px;
}
@media (max-width: 768px) {
	.lp-heading__data {
		display: block;
	}
}
.lp-heading__view {
	background: url(../images/read-icon.svg) no-repeat 0;
	background-size: 16px;
	color: #737373;
	font-size: 13px;
	min-height: 18px;
	padding-left: 20px;
}
@media (max-width: 768px) {
	.lp-heading__view {
		margin-top: 16px;
	}
}
.g-title-rating {
	background: #fff;
	border: 1px solid #fff;
	border-radius: 50%;
	display: grid;
	grid-template-columns: 1fr;
	height: 70px;
	justify-content: center;
	justify-items: center;
	padding: 14px 0;
	width: 70px;
}
.g-title-rating .g-title-rating--label {
	color: #000;
	font-size: 14px;
	font-weight: 500;
	line-height: 1.2;
}
.g-title-rating .g-title-rating--label span {
	font-size: 24px;
	font-weight: 700;
}
.g-title-rating .main-stars-block {
	gap: 0;
}
.g-title-rating .main-stars-block i {
	height: 8px;
	width: 8px;
}
.g-title-rating.green {
	border-color: #593bdc;
}
.g-title-rating.orange {
	border-color: rgba(245, 116, 24, 0.89);
}
.g-title-rating.yellow {
	border-color: #eed707;
}
.g-title-rating.grey {
	border-color: #d2cccc;
}
.g-title-rating.grey .g-title-rating--label {
	color: #d2cccc;
}
.g-title-rating.-big {
	height: 100px;
	width: 100px;
}
@media (max-width: 768px) {
	.g-title-rating.-big {
		height: 82px;
		width: 82px;
	}
}
.g-title-rating.-big .g-title-rating--label {
	font-size: 17px;
}
@media (max-width: 768px) {
	.g-title-rating.-big .g-title-rating--label {
		font-size: 14px;
	}
}
.g-title-rating.-big .g-title-rating--label span {
	font-size: 32px;
}
@media (max-width: 768px) {
	.g-title-rating.-big .g-title-rating--label span {
		font-size: 26px;
	}
}
.g-title-rating.-big .main-stars-block i {
	height: 12px;
	width: 12px;
}
@media (max-width: 768px) {
	.g-title-rating.-big .main-stars-block i {
		height: 10px;
		width: 10px;
	}
}
.review-title {
	grid-gap: 24px;
	align-items: center;
	display: grid;
	grid-template-columns: 1fr max-content;
	margin-bottom: 24px;
}
@media (max-width: 768px) {
	.review-title {
		grid-gap: 16px;
		margin-bottom: 20px;
	}
}
.review-title .review-title--title {
	color: #1c1a35;
	font-size: 42px;
	font-weight: 700;
}
@media (max-width: 768px) {
	.review-title .review-title--title {
		font-size: 26px;
	}
}
.g-rev-page-comment-form form input[type='email'],
.g-rev-page-comment-form form input[type='password'],
.g-rev-page-comment-form form input[type='text'],
.g-rev-page-comment-form form textarea {
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	background: #fff;
	border: none;
	border-radius: 32px;
	color: #333;
	font-family: Poppins, sans-serif;
	padding: 12px 16px;
	width: 100%;
}
.g-rev-page-comment-form form input[type='email']:focus,
.g-rev-page-comment-form form input[type='password']:focus,
.g-rev-page-comment-form form input[type='text']:focus,
.g-rev-page-comment-form form textarea:focus {
	color: #000;
	outline: none;
}
.g-rev-page-comment-form form ::-webkit-input-placeholder {
	color: #373737;
	font-size: 16px;
	-webkit-transition: all 0.7s ease;
	transition: all 0.7s ease;
}
.g-rev-page-comment-form form ::-moz-placeholder {
	color: #373737;
	font-size: 16px;
	-moz-transition: all 0.7s ease;
	transition: all 0.7s ease;
}
.g-rev-page-comment-form form :-ms-input-placeholder {
	color: #373737;
	font-size: 16px;
	-ms-transition: all 0.7s ease;
	transition: all 0.7s ease;
}
.g-rev-page-comment-form form :-moz-placeholder {
	color: #373737;
	font-size: 16px;
	-moz-transition: all 0.7s ease;
	transition: all 0.7s ease;
}
.g-rev-page-comment-form form :focus::-webkit-input-placeholder {
	opacity: 0;
	-webkit-transition: all 0.7s ease;
	transition: all 0.7s ease;
}
.g-rev-page-comment-form form :focus::-moz-placeholder {
	opacity: 0;
	-moz-transition: all 0.7s ease;
	transition: all 0.7s ease;
}
.g-rev-page-comment-form form :focus:-ms-input-placeholder {
	opacity: 0;
	-ms-transition: all 0.7s ease;
	transition: all 0.7s ease;
}
.g-rev-page-comment-form form :focus:-moz-placeholder {
	opacity: 0;
	-moz-transition: all 0.7s ease;
	transition: all 0.7s ease;
}
.g-rev-page-comment-form form textarea::-webkit-input-placeholder {
	color: #373737;
	font-size: 16px;
	text-indent: 0;
	-webkit-transition: all 0.7s ease;
	transition: all 0.7s ease;
}
.g-rev-page-comment-form form textarea:-moz-placeholder,
.g-rev-page-comment-form form textarea::-moz-placeholder {
	color: #373737;
	font-size: 16px;
	text-indent: 0;
	-moz-transition: all 0.7s ease;
	transition: all 0.7s ease;
}
.g-rev-page-comment-form form textarea:-ms-input-placeholder {
	color: #373737;
	font-size: 16px;
	text-indent: 0;
	-ms-transition: all 0.7s ease;
	transition: all 0.7s ease;
}
.g-rev-page-comment-form form textarea:focus::-webkit-input-placeholder {
	opacity: 0;
	text-indent: 50px;
	-webkit-transition: all 0.7s ease;
	transition: all 0.7s ease;
}
.g-rev-page-comment-form form textarea:focus:-moz-placeholder,
.g-rev-page-comment-form form textarea:focus::-moz-placeholder {
	opacity: 0;
	text-indent: 50px;
	-moz-transition: all 0.7s ease;
	transition: all 0.7s ease;
}
.g-rev-page-comment-form form textarea:focus:-ms-input-placeholder {
	opacity: 0;
	text-indent: 50px;
	-ms-transition: all 0.7s ease;
	transition: all 0.7s ease;
}
.g-rev-page-comment-form form button {
	border: none;
	border-radius: 50px;
	color: #fff;
	display: inline-block;
	font-size: 16px;
	font-weight: 600;
	padding: 14px 32px;
}
.g-rev-page-comment-form form button:hover {
	opacity: 0.86;
}
.g-rev-page-comment-form form .g-rev-page-comment-form--input-group {
	grid-gap: 20px;
	display: grid;
	grid-template-columns: repeat(2, 1fr);
	margin-bottom: 20px;
}
@media (max-width: 768px) {
	.g-rev-page-comment-form form .g-rev-page-comment-form--input-group {
		grid-template-columns: 1fr;
	}
}
.g-rev-page-comment-form form input[type='text'],
.g-rev-page-comment-form form textarea {
	border: 1px solid #dedede;
	border-radius: 3px;
	height: 54px;
	padding: 14px 20px;
	width: 100%;
}
.g-rev-page-comment-form form input[type='text']:focus,
.g-rev-page-comment-form form textarea:focus {
	border-color: #593bdc;
}
.g-rev-page-comment-form form textarea {
	height: 188px;
	resize: none;
}
.g-rev-page-comment-form form input[type='range'] {
	background: transparent;
	flex: 1;
	font: inherit;
	margin: 0;
	min-height: 20px;
	padding: 0;
}
.g-rev-page-comment-form form input[type='range'],
.g-rev-page-comment-form form input[type='range']::-webkit-slider-thumb {
	-webkit-appearance: none;
}
.g-rev-page-comment-form
	form
	input[type='range']::-webkit-slider-runnable-track {
	background: #353535;
	border: none;
	border-radius: 10px;
	box-sizing: border-box;
	height: 8px;
	width: 100%;
}
.g-rev-page-comment-form form input[type='range']::-moz-range-track {
	background: #353535;
	border: none;
	border-radius: 10px;
	box-sizing: border-box;
	height: 8px;
	width: 100%;
}
.g-rev-page-comment-form form input[type='range']::-ms-track {
	background: #353535;
	border: none;
	border-radius: 10px;
	box-sizing: border-box;
	height: 8px;
	width: 100%;
}
.g-rev-page-comment-form form input[type='range']::-webkit-slider-thumb {
	background: #593bdc;
	border: 5px solid #f3f3f3;
	border-radius: 50%;
	box-sizing: border-box;
	height: 20px;
	margin-top: -6px;
	position: relative;
	width: 20px;
}
.g-rev-page-comment-form form input[type='range']::-moz-range-thumb {
	background: #593bdc;
	border: 5px solid #f3f3f3;
	border-radius: 50%;
	box-sizing: border-box;
	height: 20px;
	margin-top: -6px;
	position: relative;
	width: 20px;
}
.g-rev-page-comment-form form input[type='range']::-ms-thumb {
	background: #593bdc;
	border: 5px solid #f3f3f3;
	border-radius: 50%;
	box-sizing: border-box;
	height: 20px;
	margin-top: 0;
	position: relative;
	width: 20px;
}
.g-rev-page-comment-form form input[type='range']::-ms-tooltip {
	display: none;
}
.g-rev-page-comments-list {
	margin-bottom: 32px;
}
.g-rev-page-comments-list
	.g-rev-page-comments-list__comment--wrapp.-child-comment {
	margin-left: 42px;
}
.g-rev-page-comments-list
	.g-rev-page-comments-list__comment--wrapp.-child-comment
	.g-rev-page-comments-list__comment {
	overflow: unset;
	padding-bottom: 2px;
	position: relative;
}
.g-rev-page-comments-list .g-rev-page-comments-list__comment {
	background: #fff;
	border: 1px solid #dedede;
	border-radius: 3px;
	overflow: hidden;
}
.g-rev-page-comments-list .g-rev-page-comments-list__comment:not(:last-child) {
	margin-bottom: 24px;
}
.g-rev-page-comments-list
	.g-rev-page-comments-list__comment
	.g-rev-comment--top-area {
	grid-gap: 20px;
	align-items: center;
	display: grid;
	grid-template-columns: 1fr max-content;
	padding: 24px;
}
@media (max-width: 768px) {
	.g-rev-page-comments-list
		.g-rev-page-comments-list__comment
		.g-rev-comment--top-area {
		grid-gap: 16px;
		padding: 16px;
	}
}
.g-rev-page-comments-list
	.g-rev-page-comments-list__comment
	.g-rev-comment--top-area
	.g-rev-comment--user {
	font-size: 16px;
	font-weight: 700;
	margin-bottom: 5px;
}
@media (max-width: 768px) {
	.g-rev-page-comments-list
		.g-rev-page-comments-list__comment
		.g-rev-comment--top-area
		.g-rev-comment--user {
		font-size: 14px;
	}
}
.g-rev-page-comments-list
	.g-rev-page-comments-list__comment
	.g-rev-comment--top-area
	.g-rev-comment--date-reply {
	display: flex;
	flex-wrap: wrap;
	font-size: 14px;
	gap: 12px;
}
@media (max-width: 768px) {
	.g-rev-page-comments-list
		.g-rev-page-comments-list__comment
		.g-rev-comment--top-area
		.g-rev-comment--date-reply {
		font-size: 12px;
	}
}
.g-rev-page-comments-list
	.g-rev-page-comments-list__comment
	.g-rev-comment--top-area
	.g-rev-comment--date-reply
	.g-rev-comment--reply {
	background: transparent;
	border: none;
	margin: -5px 0 0;
	padding: 0;
}
.g-rev-page-comments-list
	.g-rev-page-comments-list__comment
	.g-rev-comment--top-area
	.g-rev-comment--date-reply
	.g-rev-comment--reply
	span {
	background: url(../images/reply-icon.svg) no-repeat 100%;
	background-size: 12px;
	color: #593bdc;
	font-weight: 500;
	padding-right: 20px;
	position: relative;
	top: 2px;
}
@media (max-width: 768px) {
	.g-rev-page-comments-list
		.g-rev-page-comments-list__comment
		.g-rev-comment--top-area
		.g-rev-comment--date-reply
		.g-rev-comment--reply
		span {
		background-size: 10px;
		padding-right: 17px;
	}
}
.g-rev-page-comments-list
	.g-rev-page-comments-list__comment
	.g-rev-comment--top-area
	.g-rev-comment--date-reply
	.g-rev-comment--reply:hover {
	opacity: 0.62;
}
.g-rev-page-comments-list
	.g-rev-page-comments-list__comment
	.g-rev-comment__comment {
	background: #f7f7f7;
	border-radius: 3px;
	font-size: 14px;
	margin: 5px;
	padding: 20px;
}
.g-rev-page-comments-list .g-rev-page-comments-list__comment.-toggle {
	background: #eef4f9;
}
.g-rev-page-comment-form {
	position: relative;
}
.g-rev-page-comment-form.-ajax-form {
	margin-bottom: 42px;
	margin-top: 32px;
}
.g-rev-page-comment-form .g-rev-page-comment-form--title {
	font-size: 40px;
	font-weight: 700;
	margin-bottom: 6px;
}
@media (max-width: 768px) {
	.g-rev-page-comment-form .g-rev-page-comment-form--title {
		font-size: 26px;
	}
}
.g-rev-page-comment-form .g-rev-page-comment-form--desc {
	font-size: 14px;
}
.g-rev-page-comment-form .cancel-reply-form {
	background: url(../images/form-cancel-icon.svg) no-repeat 0;
	background-size: 20px;
	border: none;
	color: #593bdc;
	font-size: 14px;
	font-weight: 500;
	margin: 0;
	padding: 0 0 0 28px;
	position: absolute;
	right: 0;
	top: 0;
}
@media (max-width: 768px) {
	.g-rev-page-comment-form .cancel-reply-form {
		margin-top: 20px;
		position: relative;
	}
}
.g-rev-page-comment-form form {
	grid-column-gap: 30px;
	display: grid;
	grid-template-columns: 1fr 340px;
	margin-top: 30px;
}
@media (max-width: 768px) {
	.g-rev-page-comment-form form {
		grid-template-columns: 1fr;
	}
}
.g-rev-page-comment-form form input,
.g-rev-page-comment-form form textarea {
	background: #f5f3ff !important;
	border: 1px solid #dfe8f0 !important;
	border-radius: 16px !important;
}
.g-rev-page-comment-form form .g-rev-page-comment-form--btn {
	background: linear-gradient(82.35deg, #0055ff 34.99%, #002a80 98.97%);
	border: none;
	border-radius: 32px;
	color: #fff;
	font-size: 16px;
	font-weight: 700;
	height: 56px;
	padding: 12px 32px;
	text-align: center;
	text-transform: uppercase;
	transition: all 0.25s ease-in;
}
@media (max-width: 768px) {
	.g-rev-page-comment-form form .g-rev-page-comment-form--btn {
		width: 100%;
	}
}
.g-rev-page-comment-form form .g-rev-page-comment-form--btn:hover {
	box-shadow: 0 0 28px rgba(2, 7, 41, 0.143);
}
.g-rev-page-comment-form form .comment-rating-options {
	background: #1c1a35;
	border-radius: 12px;
	padding: 50px 20px;
	text-align: center;
	width: 100%;
}
@media (max-width: 768px) {
	.g-rev-page-comment-form form .comment-rating-options {
		margin-top: 30px;
	}
}
.g-rev-page-comment-form
	form
	.comment-rating-options
	.comment-rating-options--title {
	color: #fff;
	font-size: 16px;
	font-weight: 700;
	margin-bottom: 5px;
}
.g-rev-page-comment-form
	form
	.comment-rating-options
	.comment-rating-options--desc {
	color: #fff;
	font-size: 14px;
	margin-bottom: 18px;
}
.g-rev-page-comment-form
	form
	.comment-rating-options
	.comment-rating-options--val {
	color: #fff;
	font-size: 32px;
	font-weight: 500;
	margin-bottom: 14px;
}
.g-rev-page-comment-form form .comment-rating-options .comment-rating-range {
	width: 100%;
}
input.-error-input,
textarea.-error-input {
	border: 1px solid #593bdc !important;
}
.comment-form-errrors {
	margin-bottom: 24px;
	margin-top: 20px;
	padding-left: 24px;
}
.comment-form-errrors ul {
	margin: 0 0 0 -30px;
	padding: 0 0 0 30px;
}
.comment-form-errrors li {
	color: #fa192e;
	font-size: 14px;
}
.comment-form-errrors li:not(:last-child) {
	margin-bottom: 5px;
}
.g-comment-thank-block {
	background: rgba(0, 0, 0, 0.7);
	display: none;
	flex-wrap: wrap;
	height: 100%;
	left: 0;
	place-content: center;
	place-items: center;
	position: fixed;
	top: 0;
	width: 100%;
	z-index: 9999;
}
@media (max-width: 768px) {
	.g-comment-thank-block {
		background: #fff;
	}
}
.g-comment-thank-block.-toggle {
	display: flex;
}
.g-comment-thank-block .g-comment-thank-block--content {
	background: #fff;
	border-radius: 3px;
	box-shadow: 0 0 12px rgba(12, 42, 149, 0.15);
	display: flex;
	flex-wrap: wrap;
	gap: 20px;
	max-width: 520px;
	padding: 100px 24px;
	place-content: center;
	place-items: center;
	text-align: center;
	width: 100%;
}
.g-comment-thank-block .g-comment-thank-block--content .h2 {
	font-size: 42px;
	font-weight: 700;
	width: 100%;
}
.g-comment-thank-block .g-comment-thank-block--content p {
	font-size: 16px;
	font-weight: 500;
}
.g-comment-thank-block .g-comment-thank-block--content .thanks-btn {
	background: #593bdc;
	border: none;
	border-radius: 42px;
	box-shadow: 0 0 20px rgba(2, 7, 41, 0.1);
	color: #fff;
	font-size: 18px;
	font-weight: 700;
	height: 62px;
	margin-top: 16px;
	padding: 13px 0;
	text-align: center;
	text-transform: uppercase;
	transition: all 0.25s ease-in;
	width: 240px;
}
.g-comment-thank-block .g-comment-thank-block--content .thanks-btn:hover {
	box-shadow: 0 0 28px rgba(2, 7, 41, 0.143);
}
.g-comment-moder-text {
	color: #593bdc;
	font-size: 18px;
	font-weight: 700;
	margin-bottom: 24px;
}
.main-stars-block {
	display: flex;
	gap: 1px;
	margin-top: 4px;
}
.main-stars-block i {
	display: block;
	height: 12px;
	width: 12px;
}
.main-stars-block.green i {
	background: url(../images/star-color-green.svg) no-repeat 50%;
	background-size: contain;
}
.main-stars-block.green i.icon-half {
	background: url(../images/star-half-green.svg) no-repeat 50%;
	background-size: contain;
}
.main-stars-block.green i.icon-empty {
	background: url(../images/star-empty-green.svg) no-repeat 50%;
	background-size: contain;
}
.main-stars-block.orange i {
	background: url(../images/star-color-orange.svg) no-repeat 50%;
	background-size: contain;
}
.main-stars-block.orange i.icon-half {
	background: url(../images/star-half-orange.svg) no-repeat 50%;
	background-size: contain;
}
.main-stars-block.orange i.icon-empty {
	background: url(../images/star-empty-orange.svg) no-repeat 50%;
	background-size: contain;
}
.main-stars-block.yellow i {
	background: url(../images/star-color.svg) no-repeat 50%;
	background-size: contain;
}
.main-stars-block.yellow i.icon-half {
	background: url(../images/star-half.svg) no-repeat 50%;
	background-size: contain;
}
.main-stars-block.yellow i.icon-empty {
	background: url(../images/star-empty.svg) no-repeat 50%;
	background-size: contain;
}
.main-stars-block.grey i {
	background: url(../images/star-color-grey.svg) no-repeat 50%;
	background-size: contain;
}
.hero-block {
	background: linear-gradient(216deg, #145ad4, #0a2f6e);
	margin-bottom: 46px;
	padding: 32px 0;
}
@media (max-width: 768px) {
	.hero-block {
		margin-bottom: 32px;
		padding: 24px 20px;
	}
	.hero-block .container {
		padding-left: 0;
		padding-right: 0;
	}
}
.hero-block .hero-block__img {
	display: flex;
	margin-top: 20px;
	place-content: center;
	place-items: center;
}
@media (max-width: 768px) {
	.hero-block .hero-block__img {
		display: none;
	}
}
.hero-block .hero-block__img img {
	height: auto;
	max-width: 100%;
	width: auto;
}
.hero-block .hero-block__content {
	grid-gap: 76px;
	display: grid;
	grid-template-columns: repeat(2, 1fr);
}
@media (max-width: 768px) {
	.hero-block .hero-block__content {
		display: block;
	}
}
.hero-block .hero-block__content .hero-block__title {
	margin-bottom: 12px;
}
.hero-block .hero-block__content .hero-block__title h1 {
	color: #fff;
	font-size: 44px;
	font-weight: 700;
}
@media (max-width: 768px) {
	.hero-block .hero-block__content .hero-block__title h1 {
		font-size: 30px;
	}
}
.hero-block .hero-block__content .hero-block__text {
	color: #fff;
	margin-bottom: 16px;
	margin-top: 16px;
}
@media (max-width: 768px) {
	.hero-block .hero-block__content .hero-block__text {
		font-size: 14px;
	}
}
.hero-block .hero-block__content .hero-block__text a {
	color: #fff;
	text-decoration: underline;
	text-underline-offset: 2px;
}
.hero-block .hero-block__content .hero-block__text a:hover {
	text-decoration: none;
}
.hero-block .hero-block__content .hero-block__more {
	margin-bottom: 16px;
}
.hero-block .hero-block__content .hero-block__more a,
.hero-block .hero-block__content .hero-block__more span {
	background: url(../images/arrow-blue.svg) no-repeat 100%;
	color: #593bdc;
	font-size: 16px;
	font-weight: 600;
	min-height: 20px;
	padding-right: 32px;
	text-transform: uppercase;
	transition: all 0.25s ease;
}
.hero-block .hero-block__content .hero-block__more a:hover,
.hero-block .hero-block__content .hero-block__more span:hover {
	opacity: 0.76;
	padding-right: 42px;
}
.hero-block .hero-block__date {
	color: #fff;
	font-size: 14px;
	font-weight: 400;
	margin-top: 3px;
}
.hero-block .hero-block__date span {
	font-weight: 600;
}
.hero-block .author-small a {
	color: #fff;
}
.author-small {
	grid-gap: 16px;
	align-items: center;
	display: inline-grid;
	grid-template-columns: max-content 1fr;
}
.author-small img {
	border: 1px solid #d8d8d8;
	border-radius: 50%;
	height: 44px;
	-o-object-fit: cover;
	object-fit: cover;
	-o-object-position: center;
	object-position: center;
	width: 44px;
}
.author-small a {
	font-size: 15px;
	text-decoration: underline;
	text-transform: uppercase;
	text-underline-offset: 4px;
}
.author-small a:hover {
	text-decoration: none;
}
.hero-block__items {
	grid-gap: 24px;
	display: grid;
	grid-template-columns: repeat(3, 1fr);
}
@media (max-width: 768px) {
	.hero-block__items {
		grid-gap: 20px;
		grid-template-columns: repeat(3, 240px);
		margin-right: -24px;
		margin-top: 24px;
		overflow-x: auto;
	}
}
.hero-block__items.mob-show {
	display: none;
}
@media (max-width: 768px) {
	.hero-block__items.mob-show {
		display: grid;
	}
}
.hero-block__items .hero-block__items__item {
	display: flex;
	flex-direction: column;
	place-content: center;
	place-items: center;
}
.hero-block__items .hero-block__items__item:hover {
	opacity: 0.76;
}
.hero-block__items .hero-block__items__item img {
	background: #fff;
	border: 1px solid #dedede;
	border-radius: 50%;
	height: 146px;
	-o-object-fit: contain;
	object-fit: contain;
	-o-object-position: center;
	object-position: center;
	padding: 12px;
	width: 146px;
}
.hero-block__items .hero-block__items__item .hero-block__items__title {
	color: #fff;
	display: block;
	font-size: 16px;
	font-weight: 600;
	margin-top: 16px;
	text-align: center;
}
.hero-block__bottom-items {
	grid-gap: 24px;
	display: grid;
	grid-template-columns: repeat(4, 1fr);
	margin-top: 32px;
}
@media (max-width: 768px) {
	.hero-block__bottom-items {
		display: block;
	}
}
.hero-block__bottom-items .hero-block__bottom-items__item {
	grid-gap: 16px;
	align-items: center;
	background: #593bdc;
	border-radius: 42px;
	display: grid;
	grid-template-columns: max-content 1fr;
	padding: 10px 12px;
}
.hero-block__bottom-items .hero-block__bottom-items__item:hover {
	opacity: 0.86;
}
@media (max-width: 768px) {
	.hero-block__bottom-items .hero-block__bottom-items__item {
		grid-gap: 12px;
		align-items: center;
		line-height: 1.2;
	}
	.hero-block__bottom-items .hero-block__bottom-items__item:not(:last-child) {
		margin-bottom: 10px;
	}
	.hero-block__bottom-items .hero-block__bottom-items__item > section {
		align-items: center;
		display: flex;
		flex-wrap: wrap;
		gap: 14px;
	}
}
.hero-block__bottom-items
	.hero-block__bottom-items__item
	.hero-block__bottom-items__icon {
	height: 64px;
	position: relative;
}
@media (max-width: 768px) {
	.hero-block__bottom-items
		.hero-block__bottom-items__item
		.hero-block__bottom-items__icon {
		height: 64px;
	}
}
.hero-block__bottom-items
	.hero-block__bottom-items__item
	.hero-block__bottom-items__icon
	i {
	display: inline-block;
	height: 64px;
	-o-object-fit: contain;
	object-fit: contain;
	-o-object-position: center;
	object-position: center;
	width: 64px;
}
@media (max-width: 768px) {
	.hero-block__bottom-items
		.hero-block__bottom-items__item
		.hero-block__bottom-items__icon
		i {
		height: 40px;
		width: 40px;
	}
}
.hero-block__bottom-items
	.hero-block__bottom-items__item
	.hero-block__bottom-items__title {
	color: #fff;
	font-size: 18px;
	font-weight: 600;
	margin-bottom: 2px;
}
@media (max-width: 768px) {
	.hero-block__bottom-items
		.hero-block__bottom-items__item
		.hero-block__bottom-items__title {
		font-size: 16px;
		margin-bottom: 0;
	}
}
.hero-block__bottom-items
	.hero-block__bottom-items__item
	.hero-block__bottom-items__link
	span {
	color: #cce4fc;
	font-size: 16px;
	font-weight: 600;
	text-transform: uppercase;
	transition: all 0.25s ease;
}
@media (max-width: 768px) {
	.hero-block__bottom-items
		.hero-block__bottom-items__item
		.hero-block__bottom-items__link
		span {
		font-size: 14px;
	}
}
.cards-list-block .cards-list-block__item {
	background: #fff;
}
.wp-block-media-text {
	box-sizing: border-box;
	/*!rtl:begin:ignore*/
	direction: ltr;
	/*!rtl:end:ignore*/
	display: grid;
	grid-template-columns: 50% 1fr;
	grid-template-rows: auto;
	margin-bottom: 32px;
}
.wp-block-media-text.has-media-on-the-right {
	grid-template-columns: 1fr 50%;
}
.wp-block-media-text.is-vertically-aligned-top > .wp-block-media-text__content,
.wp-block-media-text.is-vertically-aligned-top > .wp-block-media-text__media {
	align-self: start;
}
.wp-block-media-text.is-vertically-aligned-center
	> .wp-block-media-text__content,
.wp-block-media-text.is-vertically-aligned-center > .wp-block-media-text__media,
.wp-block-media-text > .wp-block-media-text__content,
.wp-block-media-text > .wp-block-media-text__media {
	align-self: center;
}
.wp-block-media-text.is-vertically-aligned-bottom
	> .wp-block-media-text__content,
.wp-block-media-text.is-vertically-aligned-bottom
	> .wp-block-media-text__media {
	align-self: end;
}
.wp-block-media-text > .wp-block-media-text__media {
	/*!rtl:begin:ignore*/
	grid-column: 1;
	grid-row: 1;
	/*!rtl:end:ignore*/
	margin: 0;
}
.wp-block-media-text > .wp-block-media-text__content {
	direction: ltr;
	/*!rtl:begin:ignore*/
	grid-column: 2;
	grid-row: 1;
	/*!rtl:end:ignore*/
	padding: 0 8%;
	word-break: break-word;
}
.wp-block-media-text.has-media-on-the-right > .wp-block-media-text__media {
	/*!rtl:begin:ignore*/
	grid-column: 2;
	grid-row: 1;
	/*!rtl:end:ignore*/
}
.wp-block-media-text.has-media-on-the-right > .wp-block-media-text__content {
	/*!rtl:begin:ignore*/
	grid-column: 1;
	grid-row: 1;
	/*!rtl:end:ignore*/
}
.wp-block-media-text__media a {
	display: inline-block;
}
.wp-block-media-text__media img,
.wp-block-media-text__media video {
	height: auto;
	max-width: unset;
	vertical-align: middle;
	width: 100%;
}
.wp-block-media-text.is-image-fill > .wp-block-media-text__media {
	background-size: cover;
	height: 100%;
	min-height: 250px;
}
.wp-block-media-text.is-image-fill > .wp-block-media-text__media > a {
	display: block;
	height: 100%;
}
.wp-block-media-text.is-image-fill > .wp-block-media-text__media img {
	clip: rect(0, 0, 0, 0);
	border: 0;
	height: 1px;
	margin: -1px;
	overflow: hidden;
	padding: 0;
	position: absolute;
	width: 1px;
}
@media (max-width: 768px) {
	.wp-block-media-text.is-stacked-on-mobile {
		grid-gap: 20px;
		grid-template-columns: 100% !important;
	}
	.wp-block-media-text.is-stacked-on-mobile > .wp-block-media-text__media {
		grid-column: 1;
		grid-row: 1;
	}
	.wp-block-media-text.is-stacked-on-mobile > .wp-block-media-text__content {
		grid-column: 1;
		grid-row: 2;
		padding: 0;
	}
}
.wp-block-cover,
.wp-block-cover-image {
	align-items: center;
	background-position: 50%;
	box-sizing: border-box;
	display: flex;
	justify-content: center;
	margin-bottom: 32px;
	min-height: 430px;
	overflow: hidden;
	overflow: clip;
	padding: 1em;
	position: relative;
}
.wp-block-cover .has-background-dim:not([class*='-background-color']),
.wp-block-cover-image .has-background-dim:not([class*='-background-color']),
.wp-block-cover-image.has-background-dim:not([class*='-background-color']),
.wp-block-cover.has-background-dim:not([class*='-background-color']) {
	background-color: #000;
}
.wp-block-cover .has-background-dim.has-background-gradient,
.wp-block-cover-image .has-background-dim.has-background-gradient {
	background-color: transparent;
}
.wp-block-cover-image.has-background-dim:before,
.wp-block-cover.has-background-dim:before {
	background-color: inherit;
	content: '';
}
.wp-block-cover .wp-block-cover__background,
.wp-block-cover .wp-block-cover__gradient-background,
.wp-block-cover-image .wp-block-cover__background,
.wp-block-cover-image .wp-block-cover__gradient-background,
.wp-block-cover-image.has-background-dim:not(.has-background-gradient):before,
.wp-block-cover.has-background-dim:not(.has-background-gradient):before {
	bottom: 0;
	left: 0;
	opacity: 0.5;
	position: absolute;
	right: 0;
	top: 0;
	z-index: 666;
}
.wp-block-cover-image.has-background-dim.has-background-dim-10
	.wp-block-cover__background,
.wp-block-cover-image.has-background-dim.has-background-dim-10
	.wp-block-cover__gradient-background,
.wp-block-cover-image.has-background-dim.has-background-dim-10:not(
		.has-background-gradient
	):before,
.wp-block-cover.has-background-dim.has-background-dim-10
	.wp-block-cover__background,
.wp-block-cover.has-background-dim.has-background-dim-10
	.wp-block-cover__gradient-background,
.wp-block-cover.has-background-dim.has-background-dim-10:not(
		.has-background-gradient
	):before {
	opacity: 0.1;
}
.wp-block-cover-image.has-background-dim.has-background-dim-20
	.wp-block-cover__background,
.wp-block-cover-image.has-background-dim.has-background-dim-20
	.wp-block-cover__gradient-background,
.wp-block-cover-image.has-background-dim.has-background-dim-20:not(
		.has-background-gradient
	):before,
.wp-block-cover.has-background-dim.has-background-dim-20
	.wp-block-cover__background,
.wp-block-cover.has-background-dim.has-background-dim-20
	.wp-block-cover__gradient-background,
.wp-block-cover.has-background-dim.has-background-dim-20:not(
		.has-background-gradient
	):before {
	opacity: 0.2;
}
.wp-block-cover-image.has-background-dim.has-background-dim-30
	.wp-block-cover__background,
.wp-block-cover-image.has-background-dim.has-background-dim-30
	.wp-block-cover__gradient-background,
.wp-block-cover-image.has-background-dim.has-background-dim-30:not(
		.has-background-gradient
	):before,
.wp-block-cover.has-background-dim.has-background-dim-30
	.wp-block-cover__background,
.wp-block-cover.has-background-dim.has-background-dim-30
	.wp-block-cover__gradient-background,
.wp-block-cover.has-background-dim.has-background-dim-30:not(
		.has-background-gradient
	):before {
	opacity: 0.3;
}
.wp-block-cover-image.has-background-dim.has-background-dim-40
	.wp-block-cover__background,
.wp-block-cover-image.has-background-dim.has-background-dim-40
	.wp-block-cover__gradient-background,
.wp-block-cover-image.has-background-dim.has-background-dim-40:not(
		.has-background-gradient
	):before,
.wp-block-cover.has-background-dim.has-background-dim-40
	.wp-block-cover__background,
.wp-block-cover.has-background-dim.has-background-dim-40
	.wp-block-cover__gradient-background,
.wp-block-cover.has-background-dim.has-background-dim-40:not(
		.has-background-gradient
	):before {
	opacity: 0.4;
}
.wp-block-cover-image.has-background-dim.has-background-dim-50
	.wp-block-cover__background,
.wp-block-cover-image.has-background-dim.has-background-dim-50
	.wp-block-cover__gradient-background,
.wp-block-cover-image.has-background-dim.has-background-dim-50:not(
		.has-background-gradient
	):before,
.wp-block-cover.has-background-dim.has-background-dim-50
	.wp-block-cover__background,
.wp-block-cover.has-background-dim.has-background-dim-50
	.wp-block-cover__gradient-background,
.wp-block-cover.has-background-dim.has-background-dim-50:not(
		.has-background-gradient
	):before {
	opacity: 0.5;
}
.wp-block-cover-image.has-background-dim.has-background-dim-60
	.wp-block-cover__background,
.wp-block-cover-image.has-background-dim.has-background-dim-60
	.wp-block-cover__gradient-background,
.wp-block-cover-image.has-background-dim.has-background-dim-60:not(
		.has-background-gradient
	):before,
.wp-block-cover.has-background-dim.has-background-dim-60
	.wp-block-cover__background,
.wp-block-cover.has-background-dim.has-background-dim-60
	.wp-block-cover__gradient-background,
.wp-block-cover.has-background-dim.has-background-dim-60:not(
		.has-background-gradient
	):before {
	opacity: 0.6;
}
.wp-block-cover-image.has-background-dim.has-background-dim-70
	.wp-block-cover__background,
.wp-block-cover-image.has-background-dim.has-background-dim-70
	.wp-block-cover__gradient-background,
.wp-block-cover-image.has-background-dim.has-background-dim-70:not(
		.has-background-gradient
	):before,
.wp-block-cover.has-background-dim.has-background-dim-70
	.wp-block-cover__background,
.wp-block-cover.has-background-dim.has-background-dim-70
	.wp-block-cover__gradient-background,
.wp-block-cover.has-background-dim.has-background-dim-70:not(
		.has-background-gradient
	):before {
	opacity: 0.7;
}
.wp-block-cover-image.has-background-dim.has-background-dim-80
	.wp-block-cover__background,
.wp-block-cover-image.has-background-dim.has-background-dim-80
	.wp-block-cover__gradient-background,
.wp-block-cover-image.has-background-dim.has-background-dim-80:not(
		.has-background-gradient
	):before,
.wp-block-cover.has-background-dim.has-background-dim-80
	.wp-block-cover__background,
.wp-block-cover.has-background-dim.has-background-dim-80
	.wp-block-cover__gradient-background,
.wp-block-cover.has-background-dim.has-background-dim-80:not(
		.has-background-gradient
	):before {
	opacity: 0.8;
}
.wp-block-cover-image.has-background-dim.has-background-dim-90
	.wp-block-cover__background,
.wp-block-cover-image.has-background-dim.has-background-dim-90
	.wp-block-cover__gradient-background,
.wp-block-cover-image.has-background-dim.has-background-dim-90:not(
		.has-background-gradient
	):before,
.wp-block-cover.has-background-dim.has-background-dim-90
	.wp-block-cover__background,
.wp-block-cover.has-background-dim.has-background-dim-90
	.wp-block-cover__gradient-background,
.wp-block-cover.has-background-dim.has-background-dim-90:not(
		.has-background-gradient
	):before {
	opacity: 0.9;
}
.wp-block-cover-image.has-background-dim.has-background-dim-100
	.wp-block-cover__background,
.wp-block-cover-image.has-background-dim.has-background-dim-100
	.wp-block-cover__gradient-background,
.wp-block-cover-image.has-background-dim.has-background-dim-100:not(
		.has-background-gradient
	):before,
.wp-block-cover.has-background-dim.has-background-dim-100
	.wp-block-cover__background,
.wp-block-cover.has-background-dim.has-background-dim-100
	.wp-block-cover__gradient-background,
.wp-block-cover.has-background-dim.has-background-dim-100:not(
		.has-background-gradient
	):before {
	opacity: 1;
}
.wp-block-cover
	.wp-block-cover__background.has-background-dim.has-background-dim-0,
.wp-block-cover
	.wp-block-cover__gradient-background.has-background-dim.has-background-dim-0,
.wp-block-cover-image
	.wp-block-cover__background.has-background-dim.has-background-dim-0,
.wp-block-cover-image
	.wp-block-cover__gradient-background.has-background-dim.has-background-dim-0 {
	opacity: 0;
}
.wp-block-cover
	.wp-block-cover__background.has-background-dim.has-background-dim-10,
.wp-block-cover
	.wp-block-cover__gradient-background.has-background-dim.has-background-dim-10,
.wp-block-cover-image
	.wp-block-cover__background.has-background-dim.has-background-dim-10,
.wp-block-cover-image
	.wp-block-cover__gradient-background.has-background-dim.has-background-dim-10 {
	opacity: 0.1;
}
.wp-block-cover
	.wp-block-cover__background.has-background-dim.has-background-dim-20,
.wp-block-cover
	.wp-block-cover__gradient-background.has-background-dim.has-background-dim-20,
.wp-block-cover-image
	.wp-block-cover__background.has-background-dim.has-background-dim-20,
.wp-block-cover-image
	.wp-block-cover__gradient-background.has-background-dim.has-background-dim-20 {
	opacity: 0.2;
}
.wp-block-cover
	.wp-block-cover__background.has-background-dim.has-background-dim-30,
.wp-block-cover
	.wp-block-cover__gradient-background.has-background-dim.has-background-dim-30,
.wp-block-cover-image
	.wp-block-cover__background.has-background-dim.has-background-dim-30,
.wp-block-cover-image
	.wp-block-cover__gradient-background.has-background-dim.has-background-dim-30 {
	opacity: 0.3;
}
.wp-block-cover
	.wp-block-cover__background.has-background-dim.has-background-dim-40,
.wp-block-cover
	.wp-block-cover__gradient-background.has-background-dim.has-background-dim-40,
.wp-block-cover-image
	.wp-block-cover__background.has-background-dim.has-background-dim-40,
.wp-block-cover-image
	.wp-block-cover__gradient-background.has-background-dim.has-background-dim-40 {
	opacity: 0.4;
}
.wp-block-cover
	.wp-block-cover__background.has-background-dim.has-background-dim-50,
.wp-block-cover
	.wp-block-cover__gradient-background.has-background-dim.has-background-dim-50,
.wp-block-cover-image
	.wp-block-cover__background.has-background-dim.has-background-dim-50,
.wp-block-cover-image
	.wp-block-cover__gradient-background.has-background-dim.has-background-dim-50 {
	opacity: 0.5;
}
.wp-block-cover
	.wp-block-cover__background.has-background-dim.has-background-dim-60,
.wp-block-cover
	.wp-block-cover__gradient-background.has-background-dim.has-background-dim-60,
.wp-block-cover-image
	.wp-block-cover__background.has-background-dim.has-background-dim-60,
.wp-block-cover-image
	.wp-block-cover__gradient-background.has-background-dim.has-background-dim-60 {
	opacity: 0.6;
}
.wp-block-cover
	.wp-block-cover__background.has-background-dim.has-background-dim-70,
.wp-block-cover
	.wp-block-cover__gradient-background.has-background-dim.has-background-dim-70,
.wp-block-cover-image
	.wp-block-cover__background.has-background-dim.has-background-dim-70,
.wp-block-cover-image
	.wp-block-cover__gradient-background.has-background-dim.has-background-dim-70 {
	opacity: 0.7;
}
.wp-block-cover
	.wp-block-cover__background.has-background-dim.has-background-dim-80,
.wp-block-cover
	.wp-block-cover__gradient-background.has-background-dim.has-background-dim-80,
.wp-block-cover-image
	.wp-block-cover__background.has-background-dim.has-background-dim-80,
.wp-block-cover-image
	.wp-block-cover__gradient-background.has-background-dim.has-background-dim-80 {
	opacity: 0.8;
}
.wp-block-cover
	.wp-block-cover__background.has-background-dim.has-background-dim-90,
.wp-block-cover
	.wp-block-cover__gradient-background.has-background-dim.has-background-dim-90,
.wp-block-cover-image
	.wp-block-cover__background.has-background-dim.has-background-dim-90,
.wp-block-cover-image
	.wp-block-cover__gradient-background.has-background-dim.has-background-dim-90 {
	opacity: 0.9;
}
.wp-block-cover
	.wp-block-cover__background.has-background-dim.has-background-dim-100,
.wp-block-cover
	.wp-block-cover__gradient-background.has-background-dim.has-background-dim-100,
.wp-block-cover-image
	.wp-block-cover__background.has-background-dim.has-background-dim-100,
.wp-block-cover-image
	.wp-block-cover__gradient-background.has-background-dim.has-background-dim-100 {
	opacity: 1;
}
.wp-block-cover-image.alignleft,
.wp-block-cover-image.alignright,
.wp-block-cover.alignleft,
.wp-block-cover.alignright {
	max-width: 384px;
	width: 100%;
}
.wp-block-cover-image.aligncenter,
.wp-block-cover-image.alignleft,
.wp-block-cover-image.alignright,
.wp-block-cover.aligncenter,
.wp-block-cover.alignleft,
.wp-block-cover.alignright {
	display: flex;
}
.wp-block-cover .wp-block-cover__inner-container,
.wp-block-cover-image .wp-block-cover__inner-container {
	color: inherit;
	width: 100%;
	z-index: 777;
}
.wp-block-cover-image.is-position-top-left,
.wp-block-cover.is-position-top-left {
	align-items: flex-start;
	justify-content: flex-start;
}
.wp-block-cover-image.is-position-top-center,
.wp-block-cover.is-position-top-center {
	align-items: flex-start;
	justify-content: center;
}
.wp-block-cover-image.is-position-top-right,
.wp-block-cover.is-position-top-right {
	align-items: flex-start;
	justify-content: flex-end;
}
.wp-block-cover-image.is-position-center-left,
.wp-block-cover.is-position-center-left {
	align-items: center;
	justify-content: flex-start;
}
.wp-block-cover-image.is-position-center-center,
.wp-block-cover.is-position-center-center {
	align-items: center;
	justify-content: center;
}
.wp-block-cover-image.is-position-center-right,
.wp-block-cover.is-position-center-right {
	align-items: center;
	justify-content: flex-end;
}
.wp-block-cover-image.is-position-bottom-left,
.wp-block-cover.is-position-bottom-left {
	align-items: flex-end;
	justify-content: flex-start;
}
.wp-block-cover-image.is-position-bottom-center,
.wp-block-cover.is-position-bottom-center {
	align-items: flex-end;
	justify-content: center;
}
.wp-block-cover-image.is-position-bottom-right,
.wp-block-cover.is-position-bottom-right {
	align-items: flex-end;
	justify-content: flex-end;
}
.wp-block-cover-image.has-custom-content-position.has-custom-content-position
	.wp-block-cover__inner-container,
.wp-block-cover.has-custom-content-position.has-custom-content-position
	.wp-block-cover__inner-container {
	margin: 0;
}
.wp-block-cover-image.has-custom-content-position.has-custom-content-position.is-position-bottom-left
	.wp-block-cover__inner-container,
.wp-block-cover-image.has-custom-content-position.has-custom-content-position.is-position-bottom-right
	.wp-block-cover__inner-container,
.wp-block-cover-image.has-custom-content-position.has-custom-content-position.is-position-center-left
	.wp-block-cover__inner-container,
.wp-block-cover-image.has-custom-content-position.has-custom-content-position.is-position-center-right
	.wp-block-cover__inner-container,
.wp-block-cover-image.has-custom-content-position.has-custom-content-position.is-position-top-left
	.wp-block-cover__inner-container,
.wp-block-cover-image.has-custom-content-position.has-custom-content-position.is-position-top-right
	.wp-block-cover__inner-container,
.wp-block-cover.has-custom-content-position.has-custom-content-position.is-position-bottom-left
	.wp-block-cover__inner-container,
.wp-block-cover.has-custom-content-position.has-custom-content-position.is-position-bottom-right
	.wp-block-cover__inner-container,
.wp-block-cover.has-custom-content-position.has-custom-content-position.is-position-center-left
	.wp-block-cover__inner-container,
.wp-block-cover.has-custom-content-position.has-custom-content-position.is-position-center-right
	.wp-block-cover__inner-container,
.wp-block-cover.has-custom-content-position.has-custom-content-position.is-position-top-left
	.wp-block-cover__inner-container,
.wp-block-cover.has-custom-content-position.has-custom-content-position.is-position-top-right
	.wp-block-cover__inner-container {
	margin: 0;
	width: auto;
}
.wp-block-cover .wp-block-cover__image-background,
.wp-block-cover video.wp-block-cover__video-background,
.wp-block-cover-image .wp-block-cover__image-background,
.wp-block-cover-image video.wp-block-cover__video-background {
	border: none;
	bottom: 0;
	box-shadow: none;
	height: 100%;
	left: 0;
	margin: 0;
	max-height: none;
	max-width: none;
	-o-object-fit: cover;
	object-fit: cover;
	outline: none;
	padding: 0;
	position: absolute;
	right: 0;
	top: 0;
	width: 100%;
}
.wp-block-cover-image.has-parallax,
.wp-block-cover.has-parallax,
.wp-block-cover__image-background.has-parallax,
video.wp-block-cover__video-background.has-parallax {
	background-attachment: fixed;
	background-repeat: no-repeat;
	background-size: cover;
}
@supports (-webkit-touch-callout: inherit) {
	.wp-block-cover-image.has-parallax,
	.wp-block-cover.has-parallax,
	.wp-block-cover__image-background.has-parallax,
	video.wp-block-cover__video-background.has-parallax {
		background-attachment: scroll;
	}
}
@media (prefers-reduced-motion: reduce) {
	.wp-block-cover-image.has-parallax,
	.wp-block-cover.has-parallax,
	.wp-block-cover__image-background.has-parallax,
	video.wp-block-cover__video-background.has-parallax {
		background-attachment: scroll;
	}
}
.wp-block-cover-image.is-repeated,
.wp-block-cover.is-repeated,
.wp-block-cover__image-background.is-repeated,
video.wp-block-cover__video-background.is-repeated {
	background-repeat: repeat;
	background-size: auto;
}
.wp-block-cover__video-background {
	z-index: z-index('.wp-block-cover__video-background');
}
.wp-block-cover__image-background {
	z-index: z-index('.wp-block-cover__image-background');
}
.wp-block-cover-image-text,
.wp-block-cover-image-text a,
.wp-block-cover-image-text a:active,
.wp-block-cover-image-text a:focus,
.wp-block-cover-image-text a:hover,
.wp-block-cover-text,
.wp-block-cover-text a,
.wp-block-cover-text a:active,
.wp-block-cover-text a:focus,
.wp-block-cover-text a:hover,
section.wp-block-cover-image h2,
section.wp-block-cover-image h2 a,
section.wp-block-cover-image h2 a:active,
section.wp-block-cover-image h2 a:focus,
section.wp-block-cover-image h2 a:hover {
	color: #fff;
}
.wp-block-cover-image .wp-block-cover.has-left-content {
	justify-content: flex-start;
}
.wp-block-cover-image .wp-block-cover.has-right-content {
	justify-content: flex-end;
}
.wp-block-cover-image.has-left-content .wp-block-cover-image-text,
.wp-block-cover.has-left-content .wp-block-cover-text,
section.wp-block-cover-image.has-left-content > h2 {
	margin-left: 0;
	text-align: left;
}
.wp-block-cover-image.has-right-content .wp-block-cover-image-text,
.wp-block-cover.has-right-content .wp-block-cover-text,
section.wp-block-cover-image.has-right-content > h2 {
	margin-right: 0;
	text-align: right;
}
.wp-block-cover .wp-block-cover-text,
.wp-block-cover-image .wp-block-cover-image-text,
section.wp-block-cover-image > h2 {
	font-size: 2em;
	line-height: 1.25;
	margin-bottom: 0;
	max-width: 768px;
	padding: 0.44em;
	text-align: center;
	z-index: 1;
}
:where(.wp-block-cover-image:not(.has-text-color)),
:where(.wp-block-cover:not(.has-text-color)) {
	color: #fff;
}
:where(.wp-block-cover-image.is-light:not(.has-text-color)),
:where(.wp-block-cover.is-light:not(.has-text-color)) {
	color: #000;
}
:root :where(.wp-block-cover h1:not(.has-text-color)),
:root :where(.wp-block-cover h2:not(.has-text-color)),
:root :where(.wp-block-cover h3:not(.has-text-color)),
:root :where(.wp-block-cover h4:not(.has-text-color)),
:root :where(.wp-block-cover h5:not(.has-text-color)),
:root :where(.wp-block-cover h6:not(.has-text-color)),
:root :where(.wp-block-cover p:not(.has-text-color)) {
	color: inherit;
}
.hero-block {
	background: linear-gradient(82.35deg, #0055ff 34.99%, #002a80 98.97%);
}
.hero-block .hero-block__content .hero-block__more a,
.hero-block .hero-block__content .hero-block__more span {
	background: url(../images/arrow-violet.svg) no-repeat 100%;
	background-size: 20px;
	color: #f5f3ff;
}
.offers-block .offers-block__benefs dl li:before,
.offers-block .offers-block__benefs dl span:before,
.offers-block .offers-block__benefs ul li:before,
.offers-block .offers-block__benefs ul span:before {
	background: url(../images/li-Icon-violet.svg) no-repeat 50%;
	background-size: contain;
}
.header-compare-btn a {
	color: #fff;
}
.rev-toc-block .rev-toc-block__btn {
	background: rgba(89, 59, 220, 0.102);
}
.rev-page-head .rev-page-head__bonus {
	background: #00091a url(../images/bonus-block-bg-r-violet.svg) no-repeat
		center right 10px;
	background-size: contain;
	border: 1px solid #028ff6;
	padding: 12px 96px 12px 16px;
}
.cta-block .cta-block__item {
	background: url(../images/bonus-bg-violet.svg) no-repeat 50%;
	background-size: cover;
	border: 1px solid #593bdc;
}
.cta-block .cta-block__link a {
	color: #b09eff !important;
}
.post-entry ul li:before,
.wp-block-group__inner-container ul li:before {
	background: url(../images/list-icon-violet2.svg) no-repeat 50% !important;
	background-size: contain !important;
}
.rev-page-sidebar-block__rating__list
	.rev-page-sidebar-block__rating__list__item {
	background: #f5f3ff;
}
.faq-block .faq-block__item {
	background: #f5f3ff url(../images/faq-icon-violet2.svg) no-repeat top 24px
		right 32px;
	background-size: 50px;
}
@media (max-width: 768px) {
	.faq-block .faq-block__item {
		background: #f5f3ff url(../images/faq-icon-violet2.svg) no-repeat top 24px
			right 16px;
		background-size: 24px;
	}
}
.faq-block .faq-block__item.-toggle {
	background: #fff url(../images/faq-close-icon-violet2.svg) no-repeat top 24px
		right 32px;
	background-size: 50px;
}
@media (max-width: 768px) {
	.faq-block .faq-block__item.-toggle {
		background: #fff url(../images/faq-close-icon-violet2.svg) no-repeat top
			24px right 16px;
		background-size: 24px;
	}
}
