.wpcf7 .screen-reader-response {
	position: absolute;
	overflow: hidden;
	clip: rect(1px, 1px, 1px, 1px);
	clip-path: inset(50%);
	height: 1px;
	width: 1px;
	margin: -1px;
	padding: 0;
	border: 0;
	word-wrap: normal !important;
}
.wpcf7 .hidden-fields-container {
	display: none;
}
.wpcf7 form .wpcf7-response-output {
	margin: 2em 0.5em 1em;
	padding: 0.2em 1em;
	border: 2px solid #00a0d2;
}
.wpcf7 form.init .wpcf7-response-output,
.wpcf7 form.resetting .wpcf7-response-output,
.wpcf7 form.submitting .wpcf7-response-output {
	display: none;
}
.wpcf7 form.sent .wpcf7-response-output {
	border-color: #46b450;
}
.wpcf7 form.failed .wpcf7-response-output,
.wpcf7 form.aborted .wpcf7-response-output {
	border-color: #dc3232;
}
.wpcf7 form.spam .wpcf7-response-output {
	border-color: #f56e28;
}
.wpcf7 form.invalid .wpcf7-response-output,
.wpcf7 form.unaccepted .wpcf7-response-output,
.wpcf7 form.payment-required .wpcf7-response-output {
	border-color: #ffb900;
}
.wpcf7-form-control-wrap {
	position: relative;
}
.wpcf7-not-valid-tip {
	color: #dc3232;
	font-size: 1em;
	font-weight: normal;
	display: block;
}
.use-floating-validation-tip .wpcf7-not-valid-tip {
	position: relative;
	top: -2ex;
	left: 1em;
	z-index: 100;
	border: 1px solid #dc3232;
	background: #fff;
	padding: 0.2em 0.8em;
	width: 24em;
}
.wpcf7-list-item {
	display: inline-block;
	margin: 0 0 0 1em;
}
.wpcf7-list-item-label::before,
.wpcf7-list-item-label::after {
	content: ' ';
}
.wpcf7-spinner {
	visibility: hidden;
	display: inline-block;
	background-color: #23282d;
	opacity: 0.75;
	width: 24px;
	height: 24px;
	border: none;
	border-radius: 100%;
	padding: 0;
	margin: 0 24px;
	position: relative;
}
form.submitting .wpcf7-spinner {
	visibility: visible;
}
.wpcf7-spinner::before {
	content: '';
	position: absolute;
	background-color: #fbfbfc;
	top: 4px;
	left: 4px;
	width: 6px;
	height: 6px;
	border: none;
	border-radius: 100%;
	transform-origin: 8px 8px;
	animation-name: spin;
	animation-duration: 1000ms;
	animation-timing-function: linear;
	animation-iteration-count: infinite;
}
@media (prefers-reduced-motion: reduce) {
	.wpcf7-spinner::before {
		animation-name: blink;
		animation-duration: 2000ms;
	}
}
@keyframes spin {
	from {
		transform: rotate(0deg);
	}
	to {
		transform: rotate(360deg);
	}
}
@keyframes blink {
	from {
		opacity: 0;
	}
	50% {
		opacity: 1;
	}
	to {
		opacity: 0;
	}
}
.wpcf7 [inert] {
	opacity: 0.5;
}
.wpcf7 input[type='file'] {
	cursor: pointer;
}
.wpcf7 input[type='file']:disabled {
	cursor: default;
}
.wpcf7 .wpcf7-submit:disabled {
	cursor: not-allowed;
}
.wpcf7 input[type='url'],
.wpcf7 input[type='email'],
.wpcf7 input[type='tel'] {
	direction: ltr;
}
.wpcf7-reflection > output {
	display: list-item;
	list-style: none;
}
.wpcf7-reflection > output[hidden] {
	display: none;
}
html {
	background-color: var(--bg-body);
}
body {
	margin: 0;
	font-size: var(--b-font-size);
	font-family: Roboto, sans-serif;
	color: var(--text-body-color);
	overflow-y: scroll;
	overflow-x: hidden;
	background: #0d1225;
}
body .tag-block {
	margin-left: calc(-100vw / 2 + 100% / 2) !important;
	margin-right: calc(-100vw / 2 + 100% / 2) !important;
	max-width: 100vw !important;
}
body .tag-block__btn-more {
	padding: 10px 36px 9px;
	margin: 27px auto;
	display: table;
}
body .with-sidebar .tag-block,
body.wp-admin .tag-block {
	margin-left: 0 !important;
	margin-right: 0 !important;
}
body .container,
body .no-sidebar .page-content > *,
body .with-sidebar .page-content {
	max-width: 1200px;
	margin: 0 auto;
	height: 100%;
}
body .left-right .container {
	padding-left: 10px;
	padding-right: 10px;
}
body .top-bottom .container {
	padding-top: 10px;
	padding-bottom: 10px;
}
body ol {
	list-style-type: none;
	counter-reset: item;
	margin: 0;
	padding: 0;
}
body ol > li {
	display: table;
	counter-increment: item;
	margin-bottom: 0.6em;
}
body ol > li:before {
	content: counters(item, '.') ' ';
	display: inline-block;
	color: #fff;
	background: var(--main-accent-color);
	text-align: center;
	margin: 5px 10px 5px 0;
	min-width: 19px;
	width: 20px;
	height: 20px;
	border-radius: 4px;
	font-weight: 700;
	font-size: 19px;
	line-height: 1;
	padding: 2px;
}
body ol > li > ul {
	padding-left: 30px;
}
body ol > li > ul > li {
	list-style: none;
	margin: 0;
}
body ol > li > ul > li:before {
	margin-right: 10px;
	content: '\29BF';
	color: #70b100;
}
body li ol > li {
	margin: 0;
}
body li ol > li:before {
	content: counters(item, '.') ' ';
}
body .wp-block-image figcaption {
	border-bottom: 1px solid var(--main-accent-color);
	display: inline-block;
	font-size: 1.1rem;
}
body .wp-block-image .aligncenter {
	text-align: center;
}
body .wp-block-image .aligncenter figcaption {
	display: inline-block;
}
body .wp-block-media-text__media img {
	width: auto;
	max-width: 100%;
	height: auto;
}
body .wp-block-quote {
	border-left: 4px solid var(--main-accent-color);
	margin-left: 0;
	padding-left: 20px;
}
body .wp-block-quote cite {
	font-weight: 600;
}
body .sub-title {
	font-weight: 700;
	font-size: 19px;
	line-height: 142.69%;
	margin-bottom: 13px;
	margin-top: 0;
}
body h2 {
	font-weight: 600;
	font-size: 1.7rem;
	position: relative;
	margin-left: 14px;
}
body h2::after {
	content: '';
	background-color: var(--main-accent-color);
	width: 6px;
	position: absolute;
	bottom: 0;
	left: -14px;
	height: 100%;
}
.wp-admin body h2::after,
.wp-toolbar body h2::after {
	content: none;
}
body h3 {
	font-weight: 700;
	font-size: 1.3rem;
}
body .dark-bg:before {
	content: '';
	width: 100%;
	height: 100%;
	top: 0;
	position: absolute;
}
a {
	color: var(--link_color);
	font-weight: 600;
	text-decoration: unset;
}
a:hover {
	color: var(--link_hover);
}
.wp-block-table {
	border: 0 solid transparent;
	border-radius: 25px;
}
.wp-block-table.is-style-stripes {
	border-bottom: 0 solid transparent;
}
.wp-block-table.is-style-stripes table {
	border-collapse: collapse;
}
.wp-block-table.is-style-stripes table tbody tr {
	background: #ffffff1a;
}
.wp-block-table.is-style-stripes table tbody tr:nth-child(odd) {
	background: #1538720d;
}
.wp-block-table table {
	width: 99.6%;
	border-collapse: collapse;
}
.wp-block-table table thead {
	background-color: #001a7b;
	color: var(--h_navigation_color);
	font-size: 19px;
}
.wp-block-table table thead th {
	padding: 10px;
	border-left: 0 solid transparent;
}
.wp-block-table table thead th:first-child {
	border-left: none;
}
.wp-block-table table tbody tr {
	background: rgba(21, 56, 114, 0.1);
}
.wp-block-table table tbody tr:nth-child(odd) {
	background: rgba(21, 56, 114, 0.05);
}
.wp-block-table table tbody tr:last-child td {
	border-bottom: none;
}
.wp-block-table table tbody td {
	padding: 10px;
	font-size: 14px;
}
.wp-block-table table tbody td:not(:last-child) {
	border-right: 0 solid transparent;
	padding: 10px;
	font-size: 14px;
}
.wp-block-table table tbody tr:not(:last-child) {
	border-bottom: 0 solid transparent;
}
.top-scroll-2 {
	background-color: var(--main-accent-color);
	color: #fff;
	height: 60px;
	width: 40px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	border-radius: 20px;
	font-size: 41px;
	bottom: 70px;
	right: 15px;
	cursor: pointer;
	opacity: 0.5;
}
.top-scroll-2:hover {
	opacity: 1;
}
.go-to-top {
	position: fixed;
}
.go-to-top.show {
	visibility: visible;
	opacity: 0.6;
}
.go-to-top.show:hover {
	opacity: 1;
}
.go-to-top.hide {
	visibility: hidden;
	opacity: 0;
}
.top-scroll {
	-webkit-transition: 0.25s ease-in-out;
	transition: 0.25s ease-in-out;
	bottom: 120px;
	z-index: 11;
	right: 0;
	display: -webkit-inline-box;
	display: -ms-inline-flexbox;
	display: inline-flex;
	cursor: pointer;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	margin: 0 -20px -10px 0;
	border: 1px solid var(--main-accent-color);
	border-radius: var(--border-radius);
	padding: 5px 16px;
	width: 75px;
	height: 25px;
	background-color: #f8f8f8;
	text-transform: uppercase;
	font-weight: 600;
	-webkit-transform: rotate(-90deg);
	transform: rotate(-90deg);
}
.top-scroll::after {
	content: '\00BB';
	position: relative;
	right: -9px;
	top: -15px;
	-webkit-transition: 0.2s;
	transition: 0.2s;
	width: 15px;
	height: 20px;
	font-size: 2rem;
}
.top-scroll:hover {
	opacity: 1;
}
.top-scroll:hover::after {
	right: -12px;
}
.icon {
	height: 20px;
	width: 20px;
	margin-left: 10px;
	padding: 0 !important;
}
body .wp-block-image img {
	height: auto;
	border-radius: 25px !important;
	overflow: hidden;
}
.action-section {
	background-color: #70b100;
	border-radius: 64px;
	color: #fff;
}
.action-section a {
	color: #fff;
}
.action-section a:hover {
	color: #153872;
}
.action-section h2::after {
	background-color: #fff;
}
.action-section button {
	font-weight: 900;
}
.btn,
.btn-loadmore,
.cards__btn-more,
body .tag-block__btn-more {
	border-width: 1px;
	border-radius: var(--border-radius);
	border-style: solid;
	font-weight: 500;
	font-style: normal;
	font-family: Roboto, sans-serif;
	font-size: 14px;
	outline: 0;
	cursor: pointer;
	text-decoration: none;
}
.btn-loadmore,
.btn-with-back {
	background: linear-gradient(180deg, #ff0000 0%, #990000 100%);
	color: var(--btn-back-text-color);
}
.btn-loadmore svg,
.btn-with-back svg {
	fill: var(--btn-back-text-color);
}

.btn-without-back-white {
	background-color: unset;
	border-color: var(--btn-border-color);
	color: var(--btn-border-color);
	border-width: 2px;
	font-weight: 400;
}
.btn-without-back-white svg {
	fill: var(--btn-border-color);
}
.btn-without-back-white:hover {
	border-color: var(--btn-border-hover-color);
	background-color: var(--btn-border-hover-color);
	color: var(--btn-border-hover-text-color);
}
.cards__btn-more,
body .tag-block__btn-more {
	background-color: unset;
	border-color: var(--main-accent-color);
	color: var(--text-body-color);
}
.cards__btn-more:hover,
body .tag-block__btn-more:hover {
	border-color: var(--text-body-color);
	color: var(--main-accent-color);
}
.btn-big-text,
.btn-loadmore,
.cards__btn-more,
body .tag-block__btn-more {
	text-transform: uppercase;
	font-size: 16px;
}
.btn-with-icon {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}
.btn-loadmore {
	margin: 40px auto;
	display: table;
	padding: 10px 40px;
}
.content-button {
	margin: 20px;
}
.content-button__control {
	display: table;
	padding: 10px 55px 9px;
	font-size: 1.3rem;
}
.align-center .content-button__control {
	margin: auto;
}
.align-right .content-button__control {
	margin: 0 0 0 auto;
}
.align-left .content-button__control {
	margin: 0 auto 0 0;
}
.apps-store-buttons {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: nowrap;
	flex-wrap: nowrap;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
}
.apps-store-buttons > * {
	margin: 10px;
}
.apps-store-buttons__item {
	background-color: unset;
	border: unset;
	cursor: pointer;
}
.apps-store-buttons__item img {
	width: 100%;
}
.footer-button {
	padding: 7px 14px;
}
.list-IL__link::after {
	width: 27px;
	height: 18px;
	background: url(/assets/images/icon_sprites.png) -40px -1325px;
}
.bonus__pros-cons ul.cons li,
.pc-cards > div > div ul.cons li,
.site__pros-cons ul.cons li {
	background: url(/assets/images/icon_sprites.png) -40px -568px no-repeat;
}
.bonus__pros-cons ul.pros li,
.pc-cards > div > div ul.pros li,
.site__pros-cons ul.pros li {
	background: url(/assets/images/icon_sprites.png) -40px -477px no-repeat;
}
.slider-arrow {
	background: url(/assets/images/icon_sprites.png) -29px -202px
		var(--main-accent-color);
}
.site__rating p::before {
	width: 25px;
	height: 23px;
	background: url(/assets/images/icon_sprites.png) -40px -1520px;
}
.info-about-site__title,
body .tag-block__title {
	text-align: center;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	position: relative;
}
.info-about-site__title::before,
body .tag-block__title::before {
	content: '';
	position: absolute;
	background-color: var(--main-accent-color);
	height: 3px;
	left: 0;
	right: 0;
	top: 39px;
	z-index: 0;
}
.info-about-site__title > *,
body .tag-block__title > * {
	background-color: var(--bg-body);
	padding: 0 17px;
	font-weight: 500;
	font-size: 24px;
	color: var(--text-body-color);
	line-height: 142.69%;
	-webkit-margin-before: 1em;
	margin-block-start: 1em;
	-webkit-margin-after: 1em;
	margin-block-end: 1em;
	z-index: 2;
}
.info-about-site__title > ::after,
body .tag-block__title > ::after {
	content: none;
}
.header {
	background-color: var(--h_background_color);
	margin: auto;
}
.header__wrap {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	height: 72px;
}
.header__logo img {
	max-height: 90px;
	width: auto;
	height: auto;
	max-width: 250px;
}
.header__navbar > nav > ul {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	padding: 11px 35px;
	text-transform: uppercase;
	background: rgba(255, 255, 255, 0.1);
	border-radius: 48px;
}
.header__navbar nav ul,
.header__second-navbar nav ul {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}
.header__navbar nav li,
.header__second-navbar nav li {
	list-style-type: none;
	margin: 0 26px;
	padding-top: 4px;
	position: relative;
}
.header__navbar nav li.menu-item-has-children:after,
.header__second-navbar nav li.menu-item-has-children:after {
	width: 13px;
	height: 23px;
	content: url(/assets/images/arrow.svg);
	position: absolute;
	right: -17px;
	top: 3px;
	font-size: 26px;
	line-height: 13px;
	color: var(--h_navigation_color);
	-webkit-transition: -webkit-transform 0.3s;
	transition: transform 0.3s, -webkit-transform 0.3s;
}
.header__navbar nav li:last-child,
.header__second-navbar nav li:last-child {
	margin-right: 0;
}
.header__navbar nav li .sub-menu,
.header__second-navbar nav li .sub-menu {
	position: absolute;
	z-index: 4;
	left: 50%;
	top: 100%;
	width: -webkit-max-content;
	width: -moz-max-content;
	width: max-content;
	max-width: 180px;
	padding: 10px 0;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	visibility: hidden;
	opacity: 0;
	-webkit-transform: translate(-50%, 20px);
	transform: translate(-50%, 20px);
	-webkit-transition: 0.3s;
	transition: 0.3s;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	background-color: var(--h_background_color);
	border-radius: 0 0 15px 15px;
	background-color: #2d4c80;
}
.header__navbar nav li .sub-menu li,
.header__second-navbar nav li .sub-menu li {
	margin: 0 15px;
}
.header__navbar nav li .sub-menu a,
.header__second-navbar nav li .sub-menu a {
	font-size: 1rem;
	font-weight: 400;
}
.header__navbar nav li:hover .sub-menu,
.header__second-navbar nav li:hover .sub-menu {
	visibility: visible;
	opacity: 1;
	-webkit-transform: translate(-50%, 0);
	transform: translate(-50%, 0);
}
.header__navbar nav a,
.header__second-navbar nav a {
	color: var(--h_navigation_color);
	text-decoration: none;
	font-style: normal;
	font-size: 1rem;
	font-weight: 500;
	padding-bottom: 3px;
	position: relative;
	display: inline-block;
}
.header__navbar nav a:before,
.header__second-navbar nav a:before {
	content: '';
	position: absolute;
	bottom: -1px;
	height: 4px;
	width: 100%;
	background-color: var(--main-accent-color);
	-webkit-transform: translate(0, 3px);
	transform: translate(0, 3px);
	opacity: 0;
	-webkit-transition: 0.3s;
	transition: 0.3s;
}
.header__navbar nav a:hover,
.header__second-navbar nav a:hover {
	text-shadow: 0.1px 0 #fff;
}
.header__navbar nav a:hover:before,
.header__second-navbar nav a:hover:before {
	-webkit-transform: translate(0, 0);
	transform: translate(0, 0);
	opacity: 1;
}
.header__second-navbar {
	margin-left: calc(-100vw / 2 + 100% / 2) !important;
	margin-right: calc(-100vw / 2 + 100% / 2) !important;
	max-width: 100vw !important;
	background-color: var(--main-accent-color);
}
.header__second-navbar nav > ul {
	padding: 5px 20px 7px;
	margin-bottom: 0;
}
.header__second-navbar nav > ul > li:first-child {
	margin-left: 0;
}
.header__second-navbar nav > ul > li a,
.header__second-navbar nav > ul > li.menu-item-has-children:after {
	color: var(--h_sec_navigation_color);
}
.header__second-navbar nav ul {
	-webkit-box-pack: end;
	-ms-flex-pack: end;
	justify-content: flex-end;
	margin-top: 0;
}
.header__second-navbar nav ul li .sub-menu a {
	font-size: 0.9rem;
	color: var(--h_sec_navigation_color);
}
.header__second-navbar nav ul a {
	font-size: 0.9rem;
}
.header__mobile-navbar {
	display: none;
	-webkit-box-ordinal-group: 0;
	-ms-flex-order: -1;
	order: -1;
	width: 40px;
}
.header__mobile-navbar nav {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	position: fixed;
	padding: 80px 0 40px;
	margin: 0;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	width: 300px;
	background-color: var(--h_background_color);
	background-repeat: no-repeat;
	background-size: 129px;
	background-position: 19px 0;
	height: 100%;
	top: 0;
	left: -300px;
	-webkit-transition: left 0.4s;
	transition: left 0.4s;
	z-index: 10;
	-webkit-transform: translateZ(0);
	-webkit-backface-visibility: hidden;
}
.header__mobile-navbar nav p {
	color: #fff;
	padding: 0 19px;
	margin: 0;
}
.header__mobile-navbar nav > ul {
	margin: 0;
	padding: 0 12px 0 19px;
	list-style-type: none;
	overflow: scroll;
}
.header__mobile-navbar nav > ul a {
	color: var(--h_navigation_color);
	text-decoration: none;
}
.header__mobile-navbar nav > ul > li {
	font-weight: 600;
	font-size: 16px;
	line-height: 19px;
	border-bottom: 0.5px solid #102953;
	padding: 9px 0;
	position: relative;
}
.header__mobile-navbar nav > ul > li ul {
	opacity: 0;
	position: absolute;
	padding-left: 20px;
	padding-top: 10px;
}
.header__mobile-navbar nav > ul > li ul li::marker {
	color: #fff;
}
.header__mobile-navbar nav > ul > li ul a {
	font-weight: 300;
	font-size: 14px;
	line-height: 16px;
	padding: 4px 0;
	display: block;
}
.header__mobile-navbar nav > ul > li ul a.active {
	font-weight: 700;
	color: var(--main-accent-color);
}
.header__mobile-navbar nav > ul > li.menu-item-has-children::after {
	content: url(/assets/images/arrow.svg);
	position: absolute;
	right: 0;
	top: 9px;
	-webkit-transition: -webkit-transform 0.3s;
	transition: transform 0.3s;
	transition: transform 0.3s, -webkit-transform 0.3s;
}
.header__mobile-navbar nav > ul > li.open::after {
	-webkit-transform: rotate(180deg);
	transform: rotate(180deg);
}
.header__mobile-navbar nav > ul > li.open ul {
	position: relative;
	opacity: 1;
}
.header__mobile-navbar > input {
	display: none;
}
.header__mobile-navbar > input:checked ~ label {
	position: fixed;
	top: 20px;
	left: 260px;
	width: 30px;
	height: 30px;
	z-index: 15;
}
.header__mobile-navbar > input:checked ~ label span {
	height: 2px;
}
.header__mobile-navbar > input:checked ~ label span.first {
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
	top: 18px;
}
.header__mobile-navbar > input:checked ~ label span.second {
	opacity: 0;
}
.header__mobile-navbar > input:checked ~ label span.third {
	-webkit-transform: rotate(-45deg);
	transform: rotate(-45deg);
}
.header__mobile-navbar > input:checked ~ nav {
	left: 0;
}
.header__mobile-navbar > label {
	position: inherit;
	top: unset;
	left: 0;
	width: 25px;
	height: 25px;
	display: block;
	-webkit-transition: left 0.4s;
	transition: left 0.4s;
	z-index: 3;
}
.header__mobile-navbar > label span {
	display: block;
	height: 3px;
	background-color: var(--h_navigation_color);
	margin: 7px 0 0;
	-webkit-transition: 0.3s linear;
	transition: 0.3s linear;
	position: relative;
	opacity: 1;
	top: 0;
	border-radius: 5px;
}
.header__mobile-navbar > label span.first {
	margin-top: 0;
}
.header__buttons {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}
.header__buttons button {
	padding: 14px 15px;
	margin-left: 10px;
	font-weight: 700;
}
.header__buttons button:nth-child(2) {
	margin-left: 10px;
	background: linear-gradient(180deg, #00ff1a 0%, #5e9900 100%);
	color: #fff;
	border: unset;
}
.header__buttons button:nth-child(2) svg {
	fill: #fff;
}
.header__buttons button:nth-child(1) svg {
	fill: #fff;
}
.list-IL ul {
	padding: 0;
	margin: 35px 0;
}
.list-IL__item {
	list-style-type: none;
	background-color: var(--h_navigation_color);
	border-radius: 8px;
	margin-bottom: 16px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	padding: 8px 8px 8px 15px;
	-webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.07);
	box-shadow: 0 0 10px rgba(0, 0, 0, 0.07);
	border: 1px solid var(--main-accent-color);
}
.list-IL__item:last-child {
	margin-bottom: 0;
}
.list-IL__item span {
	line-height: 142.69%;
	font-weight: 600;
	color: var(--text-body-color);
	font-size: 0.9rem;
}
.list-IL__item img {
	margin-right: 11px;
	border-radius: 8px;
	max-height: 50px;
	width: auto;
}
.list-IL__link {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	text-decoration: none;
	position: relative;
	width: 100%;
}
.list-IL__link span {
	max-width: 65%;
}
.list-IL__link::after {
	content: '';
	position: absolute;
	right: 20px;
	-webkit-transition: 0.1s;
	transition: 0.1s;
}
.list-IL__link:hover::after {
	right: 17px;
}
.cards__list {
	margin: 0 0 20px;
	padding: 0;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-pack: distribute;
	justify-content: space-around;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}
.cards__item {
	width: 100%;
	max-width: 172px;
	height: 172px;
	list-style-type: none;
	background: #fff;
	box-shadow: 0 0 25px rgba(0, 0, 0, 0.07);
	-webkit-box-shadow: 0 0 25px rgba(0, 0, 0, 0.07);
	margin-top: 30px;
	padding: 0 5px;
}
.cards__item:hover {
	background: #f8f8f8;
}
.cards__item a {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	text-decoration: none;
	height: 100%;
}
.cards__item a img {
	padding-top: 26px;
}
.cards__item a span {
	font-weight: 700;
	font-size: 16px;
	line-height: 142.69%;
	text-transform: uppercase;
	color: var(--text-body-color);
	padding-bottom: 16px;
}
.cards__btn-more {
	padding: 10px 36px 9px;
	margin: 27px auto;
	display: table;
}
.full {
	width: 100%;
}
.medium {
	width: 50%;
	display: inline-block;
}
.small {
	width: 30%;
	display: inline-block;
}
.full-list {
	width: 100%;
}
.medium-list ul {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}
.medium-list ul li {
	width: 47%;
}
.medium-list ul li:last-child {
	margin-bottom: 16px;
}
.small-list ul {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}
.small-list ul li {
	width: 30%;
}
.small-list ul li:last-child {
	margin-bottom: 16px;
}
.best-sites {
	margin: 20px 0 35px;
}
.site {
	background: #fff;
	box-shadow: 0 0 25px rgba(0, 0, 0, 0.07);
	-webkit-box-shadow: 0 0 25px rgba(0, 0, 0, 0.07);
	border: 1px solid #eee;
	margin-bottom: 15px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	position: relative;
}
.site__logo-and-rating {
	max-width: 240px;
	min-width: 240px;
	min-height: 196px;
	background-color: var(--ft_background_color);
	background-image: url(/assets/images/back-sites.png);
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
}
.site__logo-and-rating img {
	max-width: 200px;
	height: auto;
}
.site__logo {
	margin: 30px 0 0;
}
.site__rating {
	color: #fff;
	font-weight: 700;
	font-size: 21px;
	line-height: 130.19%;
}
.site__rating p {
	margin: 10px 0;
	position: relative;
	padding-left: 30px;
}
.site__rating p::before {
	content: '';
	position: absolute;
	top: 2px;
	left: 0;
}
.site__link-review {
	padding: 3px 9px;
	margin: 10px 0;
}
.site__link {
	padding: 7px 55px 6px;
	display: inline-block;
	margin-top: 5px;
}
.site__offer {
	margin: auto 5px auto 15px;
	text-align: left;
	min-width: 260px;
	width: 260px;
}
.site__pros-cons {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	margin: 5px 20px 5px 35px;
	-webkit-box-flex: 1;
	-ms-flex-positive: 1;
	flex-grow: 1;
}
.site__pros-cons ul {
	list-style-type: none;
	margin: 5px 0;
	padding: 0;
}
.site__pros-cons ul li {
	font-weight: 500;
	font-size: 0.9rem;
	line-height: 142.69%;
	padding-left: 25px;
	padding-bottom: 10px;
	background-repeat: no-repeat;
	background-position: 0 2px;
}
.site__pros-cons ul li:last-child {
	padding-bottom: 0;
}
.site__pros-cons ul.cons li {
	padding-left: 22px;
}
.site__pm {
	max-width: 215px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
}
.site__pm ul {
	list-style-type: none;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	padding: 0;
	margin: 5px 0;
}
.site__pm ul li {
	margin: 2px;
	background-color: #f8f8fa;
	padding: 2px;
	vertical-align: middle;
	height: 30px;
	width: 55px;
	border-radius: 2px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	border: 1px solid #e5e5e5;
}
.site__pm ul img {
	max-width: 50px;
	height: auto;
	max-height: 30px;
}
.site__pm ul svg {
	border-radius: 5px;
	margin-left: 10px;
	width: 27px;
	height: 27px;
}
.site__pm ul svg path {
	fill: var(--main-accent-color);
}
.offer__welcome-offer {
	font-size: 23px;
	font-weight: 700;
	color: var(--main-accent-color);
	margin: 0 0 10px;
	line-height: 118%;
}
.offer__welcome-offer span {
	display: block;
	text-transform: uppercase;
	font-size: 13px;
	font-weight: 600;
	color: var(--text-body-color);
}
.with-sidebar .site__pros-cons ul {
	margin: 5px;
}
.block-posts {
	margin: 20px 0 35px;
}
.block-posts__wrap {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: space-evenly;
	-ms-flex-pack: space-evenly;
	justify-content: space-evenly;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}
.with-sidebar .block-posts__second {
	display: none;
}
.block-posts__second {
	width: 464px;
}
.block-posts__second .post {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	max-width: unset;
	height: 195px;
	margin-bottom: 15px;
	background-color: #001a7b;
}
.block-posts__second .post:last-child {
	margin-bottom: 0;
}
.block-posts__second .post__image {
	background-color: #0e162c;
	text-align: center;
}
.block-posts__second .post__image img {
	clip: rect(0 202px 195px 0);
	position: absolute;
}
.block-posts__second .post__content {
	margin-left: 202px;
}
.block-posts__second .post__title {
	margin: 15px 20px;
}
.block-posts__second .post__description {
	margin: 10px 20px 17px;
}
.post {
	max-width: 343px;
	min-width: 320px;
	background: #001a7b;
	box-shadow: 0 0 25px rgba(0, 0, 0, 0.07);
	-webkit-box-shadow: 0 0 25px rgba(0, 0, 0, 0.07);
	position: relative;
	border-radius: 15px;
	border: unset;
	overflow: hidden;
	-webkit-transition: 0.4s;
	transition: 0.4s;
}
.post:hover {
	-webkit-transform: translateY(-10px);
	transform: translateY(-10px);
}
.post a {
	text-decoration: none;
}
.post__date {
	line-height: 142.69%;
	color: #5cc6ff;
	position: absolute;
	left: 0;
	top: 15px;
	background-color: #002347;
	padding: 6px 13px 5px;
	z-index: 1;
	border-radius: 0 10px 10px 0;
}
.post__image {
	background-color: #0e162c;
	text-align: center;
	min-height: 60px;
	max-height: 195px;
	display: block;
	overflow: hidden;
}
.post__image img {
	width: inherit;
	max-width: 343px;
	height: auto;
}
.post__title {
	font-size: 19px;
	font-weight: 700;
	line-height: 142.69%;
	border-bottom: 1px solid #efefef;
	margin: 15px 20px 20px;
	padding-bottom: 7px;
	color: #fff;
}
.post__description {
	margin: 10px 20px 40px;
	line-height: 142.69%;
	color: #fff;
}
.post__description span {
	padding: 3px 15px;
}
.slider {
	margin: 20px 0;
	position: relative;
	height: 295px;
	overflow: hidden;
}
.slider__wrap {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	position: absolute;
	left: 0;
	-webkit-transition: left 0.3s;
	transition: left 0.3s;
	padding: 10px 6px;
}
.slider::after {
	content: '';
	position: absolute;
	top: 0;
	bottom: 0;
	right: 0;
	width: 20px;
	background: linear-gradient(271deg, var(--bg-body) 50%, #ffffff0d 120%);
	z-index: 1;
}
.slider__item {
	max-width: 227px;
	width: 227px;
	padding: 17px 19px;
	margin-right: 30px;
	background: var(--bg-body);
	box-shadow: 0 0 10px rgba(0, 0, 0, 0.07);
	-webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.07);
	border: 1px solid var(--main-accent-color);
	border-radius: var(--border-radius);
	overflow: hidden;
}
.slider__item span {
	line-height: 142.69%;
}
.slider__item-img {
	margin: -20px -20px 0;
}
.slider__item-img img {
	width: 100%;
	height: auto;
}
.slider__item-title {
	font-weight: 700;
	font-size: 16px;
	line-height: 142.69%;
	border-bottom: 1px solid #e3e2e2;
	padding-bottom: 6px;
	margin-bottom: 12px;
	margin-top: 0;
}
.slider__arrow .count {
	width: 39px;
	height: 30px;
	position: absolute;
	bottom: -3px;
	left: 46px;
	font-size: 17px;
	font-weight: 600;
	color: gray;
	display: none;
}
.slider-arrow {
	box-shadow: 0 0 25px #00000012;
	-webkit-box-shadow: 0 0 25px #00000012;
	border-radius: 6px;
	width: 39px;
	height: 30px;
	position: absolute;
	bottom: 0;
	background-repeat: no-repeat;
	-webkit-transform: rotate(180deg);
	transform: rotate(180deg);
	cursor: pointer;
}
.next {
	left: 60px;
	-webkit-transform: rotate(0);
	transform: rotate(0);
}
.faq {
	margin-top: 45px;
	padding: 5px;
}
.faq details {
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	background: #001a7b;
	border-radius: var(--border-radius);
	padding: 31px 42px 31px 53px;
	margin-bottom: 15px;
	position: relative;
	line-height: 142%;
}
.faq details p {
	background: #0d1225;
	padding: 20px 10px;
	border-radius: 4px;
}
.faq summary {
	font-weight: 700;
	font-size: 20px;
	line-height: 142.69%;
	outline: 0;
	cursor: pointer;
	display: block;
	margin-right: -10px;
}
.faq summary::-webkit-details-marker,
.faq summary::marker {
	display: none;
	content: '';
}
.faq summary::after {
	position: absolute;
	top: 24px;
	right: 30px;
	-webkit-transition: 0.5s;
	transition: 0.5s;
	-webkit-transform: rotate(360deg);
	transform: rotate(360deg);
	font-size: 3rem;
	color: var(--text-body-color);
	width: 20px;
	height: 20px;
	content: '';
	background-image: url(/assets/images/arrow.svg);
	background-repeat: no-repeat;
	background-size: 20px 20px;
}
.faq details[open] summary::after {
	-webkit-transition: 0.5s;
	transition: 0.5s;
	-webkit-transform: rotate(180deg);
	transform: rotate(180deg);
}
.q_and_a {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}
.q_and_a details {
	width: 48.5%;
	height: 273px;
	position: relative;
	background: #fff;
	box-shadow: 0 0 25px #00000012;
	-webkit-box-shadow: 0 0 25px #00000012;
	margin-bottom: 30px;
	min-width: 470px;
}
.q_and_a details summary {
	font-weight: 700;
	font-size: 25px;
	line-height: 142.69%;
	padding: 100px 20px 50px 40px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}
.q_and_a details summary::-webkit-details-marker,
.q_and_a details summary::marker {
	display: none;
	content: '';
}
.q_and_a details summary svg {
	width: 70px;
	min-width: 70px;
	fill: var(--main-accent-color);
	padding-right: 30px;
}
.q_and_a details[open]:hover div {
	opacity: 1;
}
.q_and_a details[open] div {
	background-color: var(--main-accent-color);
	background-image: url(/assets/images/back-qr.png);
	background-position: 50%;
	background-size: 110%;
	position: absolute;
	top: 0;
	bottom: 0;
	margin: 0;
	padding: 25px 40px;
	color: #fff;
	line-height: 142%;
	opacity: 0;
	-webkit-transition: 0.3s;
	transition: 0.3s;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	width: -webkit-fill-available;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
}
.q_and_a details[open] a {
	display: inline-block;
	color: #fff;
	outline: 0;
}
.q_and_a details[open] p {
	margin: 2px 0;
}
.bonuses {
	margin-bottom: 35px;
}
.bonuses__list {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-pack: distribute;
	justify-content: space-around;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}
.bonuses__list.comparison {
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
}
.bonuses__vs {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	font-weight: 700;
	font-size: 2rem;
	margin: 0 50px;
}
.bonus {
	background: var(--bg-body);
	box-shadow: 0 0 25px rgba(0, 0, 0, 0.07);
	-webkit-box-shadow: 0 0 25px rgba(0, 0, 0, 0.07);
	border: 1px solid #eee;
	margin-bottom: 12px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	width: 286px;
}
.bonus.vs {
	width: unset;
	max-width: 360px;
	min-width: 310px;
	position: relative;
}
.bonus.vs:first-child {
	border: 4px solid var(--main-accent-color);
}
.bonus.vs:first-child:after {
	content: '';
	position: absolute;
	width: 100%;
	height: 100%;
	background-color: var(--main-accent-color);
	opacity: 0.06;
}
.bonus.vs:last-child:after {
	content: '';
	position: absolute;
	width: 100%;
	height: 100%;
	background-color: #e74b4b;
	opacity: 0.06;
}
.bonus.vs > div {
	z-index: 1;
}
.bonus__logo {
	background-color: var(--ft_background_color);
	min-height: 120px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
}
.bonus__description {
	padding: 15px 22px 5px;
}
.bonus__description p {
	font-weight: 700;
	font-size: 20px;
	line-height: 142.69%;
	margin: 0;
}
.bonus__group-btn {
	padding: 16px;
	margin: 11px 16px;
	border: 2px dotted var(--main-accent-color);
	text-align: center;
}
.bonus__visit-casino {
	display: table;
	padding: 9px 22px 8px;
	margin: 0 auto 4px;
}
.bonus__read-review {
	text-transform: capitalize;
	font-weight: 500;
	font-size: 14px;
	line-height: 142.69%;
	color: var(--bg-color);
}
.bonus__pros-cons {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	margin: 5px 20px 5px 35px;
	-webkit-box-flex: 1;
	-ms-flex-positive: 1;
	flex-grow: 1;
}
.bonus__pros-cons ul {
	list-style-type: none;
	margin: 5px 0;
	padding: 0;
}
.bonus__pros-cons ul li {
	font-weight: 500;
	font-size: 0.9rem;
	line-height: 142.69%;
	padding-left: 25px;
	padding-bottom: 10px;
	background-repeat: no-repeat;
	background-position: 0 2px;
}
.bonus__pros-cons ul li:last-child {
	padding-bottom: 0;
}
.bonus__pros-cons ul.cons li {
	padding-left: 22px;
}
.rating {
	padding: 0 22px 20px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}
.rating__star {
	width: 160px;
	height: 14px;
	position: relative;
}
.rating__star .empty {
	width: 100%;
	height: 100%;
	display: block;
	background-image: url(/assets/images/icon-b-star-1.png);
}
.rating__star .full {
	width: 100%;
	height: 100%;
	display: block;
	background-image: url(/assets/images/icon-b-star-2.png);
	position: absolute;
}
.rating__number {
	font-weight: 700;
	font-size: 21px;
	line-height: 130.19%;
}
footer .footer {
	padding: 36px 0;
	color: var(--ft_text_color);
	background-color: #020715;
}
footer .footer__wrap {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}
footer .footer__wrap-main {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	background-color: #0d1225;
	border-radius: 4px;
	padding: 10px;
}
footer .footer__social-link {
	max-width: 230px;
	color: var(--ft_text_color);
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
}
footer .footer__logo img {
	max-width: 350px;
	height: auto;
	width: 100%;
}
footer .footer .footer-widget {
	color: var(--ft_text_color);
	font-size: 14px;
}
footer .footer .footer-widget__title {
	font-weight: 700;
	font-size: 22px;
	line-height: 142.69%;
	color: var(--main-accent-color);
	margin-bottom: 0;
}
footer .footer .footer-widget ul {
	padding: 0;
}
footer .footer .footer-widget ul li {
	list-style-type: none;
	margin-bottom: 16px;
}
footer .footer .footer-widget a {
	color: var(--ft_text_color);
	font-weight: 500;
	font-size: 14px;
	line-height: 142.69%;
	text-decoration: none;
}
.site-info {
	padding: 10px 0;
	background-color: #000000;
}
.site-info > div {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	min-height: 66px;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}
.site-info a,
.site-info p {
	color: var(--ft_text_color);
	text-decoration: none;
	font-size: 16px;
	margin: 0 10px;
}
.breadcrumb ul {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	list-style-type: none;
	padding: 16px 0;
	margin: 0;
}
.breadcrumb ul li {
	text-transform: uppercase;
	font-size: 12px;
	line-height: 155.69%;
	font-weight: 600;
}
.breadcrumb ul li a {
	text-decoration: underline;
	color: var(--text-body-color);
	opacity: 0.8;
	font-weight: 400;
	padding-right: 30px;
	position: relative;
}
.breadcrumb ul li a:after {
	content: ' \2BC8';
	position: absolute;
	top: 0;
	right: 10px;
	font-size: 14px;
	color: var(--h_background_color);
	font-weight: 600;
	-webkit-transform: rotateY(57deg);
	transform: rotateY(57deg);
}
.about-page {
	position: relative;
	overflow: hidden;
	background-size: cover;
	background-color: var(--h_background_color);
	background-position: 50%;
	min-width: 100%;
	margin-left: calc(-100vw / 2 + 100% / 2) !important;
	margin-right: calc(-100vw / 2 + 100% / 2) !important;
	max-width: 100vw !important;
}
.about-page__wrap {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	position: relative;
	z-index: 1;
	min-height: 320px;
	margin: 20px 0;
}
.about-page__wrap > :nth-child(2) {
	max-width: 40%;
}
.about-page__title {
	font-weight: 700;
	font-size: 51px;
	line-height: 124.69%;
	padding-bottom: 10px;
	position: relative;
	margin: 0 0 20px;
}
.about-page__title::before {
	width: 209px;
	height: 2px;
	content: '';
	position: absolute;
	border-radius: 9px;
	bottom: 0;
	background-color: var(--main-accent-color);
}
.about-page__description {
	max-width: 500px;
	margin: 0;
}
.about-page__description p {
	margin: 0;
}
.list-anchor {
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	margin-top: 30px !important;
	border-radius: var(--border-radius);
}
.list-anchor__title {
	font-weight: 400;
	font-size: 24px;
	line-height: 28px;
	text-align: center;
	color: #e6ecf7;
	padding-right: 17px;
	text-transform: uppercase;
	white-space: nowrap;
	margin: 0;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}
.list-anchor__title::after {
	content: none;
}
.list-anchor ul {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	width: 100%;
	list-style-type: none;
	padding: 0;
	margin: 0;
	gap: 10px;
}
.list-anchor ul li {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-ms-flex-direction: row;
	flex-direction: row;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	padding: 16px 18px;
	gap: 16px;
	background: #ffffff1a;
	border-radius: 24px;
	text-align: center;
	color: #e6ecf7;
}
.list-anchor ul li svg {
	fill: #153872;
}
.list-anchor ul li:hover {
	background: #153872;
}
.list-anchor ul li:hover svg {
	fill: #fff;
}
.list-anchor ul li:hover a {
	color: #fff;
}
.list-anchor ul a {
	text-decoration: none;
	color: #e6ecf7;
	font-weight: 400;
	font-size: 18px;
	line-height: 21px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}
.mini-promo {
	margin: 30px 0;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	max-width: 500px;
	background-repeat: no-repeat;
	background-position: 100% 50%;
	background-color: #001a7b;
	position: relative;
	border-radius: 4px;
	border: unset;
	-webkit-box-shadow: 0 0 25px #00000012;
	box-shadow: 0 0 25px #00000012;
}
.mini-promo__help {
	position: absolute;
	bottom: 25px;
	font-size: 12px;
	line-height: 1;
	text-align: center;
}
.mini-promo__body {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	padding-bottom: 40px;
	-webkit-box-pack: space-evenly;
	-ms-flex-pack: space-evenly;
	justify-content: space-evenly;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}
.mini-promo__body a {
	text-decoration: none;
	border-radius: var(--border-radius);
}
.mini-promo__body button {
	padding: 0;
	margin: 0;
	border: unset;
	border-radius: var(--border-radius);
}
.mini-promo__title {
	font-style: normal;
	font-size: 1.5rem;
	line-height: 1.1;
	font-weight: bolder;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	padding: 15px;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}
.mini-promo__title svg {
	-webkit-animation: 1s steps(2) infinite stopsignal;
	animation: 1s steps(2) infinite stopsignal;
	margin-right: 20px;
	fill: #70b100;
}
.mini-promo input {
	text-align: center;
	border-radius: var(--border-radius);
}
.mini-promo input,
.mini-promo__code {
	font-style: normal;
	font-size: 14.6524px;
	line-height: 125%;
	color: #000;
	background-color: #dee2e8;
	border: none;
	height: 38px;
	width: 128px;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	text-decoration: unset;
	font-weight: 900;
	position: relative;
	overflow: hidden;
	z-index: 2;
}
.mini-promo input:before,
.mini-promo__code:before {
	content: ' ';
	position: absolute;
	top: 9px;
	height: 7px;
	width: 37px;
	border: 17px solid transparent;
	border-right: 16px solid var(--btn-back-color);
	-webkit-transform: rotateZ(343deg);
	transform: rotateZ(343deg);
	z-index: 20;
	-webkit-filter: brightness(0.5);
	filter: brightness(0.5);
}
.mini-promo input:after,
.mini-promo__code:after {
	content: ' ';
	position: absolute;
	background-color: var(--btn-back-color);
	width: 105px;
	height: 40px;
	left: -8px;
	z-index: -1;
	-webkit-transform: skewX(16deg);
	transform: skewX(16deg);
}
.mini-promo__code-sticker {
	content: 'COPY';
	position: absolute;
	background-color: var(--btn-back-color);
	color: #fff;
}
.mini-promo .button_bonus {
	font-style: normal;
	font-size: 16px;
	line-height: 1;
	border: none;
	height: 42px;
	width: 130px;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	text-decoration: unset;
	font-weight: 900;
}
.mini-promo .promocode-block-ref {
	display: none;
}
.button-icon span {
	font-size: 0.6rem;
}
.info-about-site {
	margin-bottom: 35px;
}
.info-about-site__title {
	text-transform: uppercase;
}
.info-about-site__warp {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
}
.info-about-site__warp > div {
	width: 49%;
}
.non-recommend {
	margin-bottom: 35px;
}
.non-recommend__warning {
	background: #ffe9e9;
	border: 1px solid #c5a1a1;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	border-radius: var(--border-radius);
	padding: 22px 35px;
	margin-bottom: 30px;
}
.non-recommend .site {
	padding-left: 71px;
}
.non-recommend .site__logo-and-rating {
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
}
.non-recommend .site__logo {
	margin: 5px 0 15px;
}
.non-recommend .site::after {
	content: none;
}
.non-recommend .site::before {
	content: 'X';
	position: absolute;
	height: 100%;
	width: 71px;
	top: 0;
	left: 0;
	background-color: #e03131;
	color: #fff;
	font-weight: 400;
	font-size: 37px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}
.non-recommend .site__description {
	width: 65%;
	padding: 20px 40px;
	line-height: 142.69%;
}
.non-recommend .site__title {
	font-weight: 700;
	font-size: 19px;
	margin-top: 0;
}
.author {
	margin-bottom: 35px;
}
.author h2 {
	margin-top: 0;
}
.author__wrap {
	background: #fff;
	border: 1px solid var(--main-accent-color);
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	border-radius: var(--border-radius);
	padding: 50px 55px;
}
.author__description {
	margin-bottom: 15px;
}
.author__description h2 {
	display: inline-block;
	margin-right: 20px;
}
.author__description img {
	max-width: 100%;
	height: auto;
}
.author__cart {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}
.author__img-name {
	text-align: center;
	margin-right: 38px;
}
.author__img-name img {
	border-bottom: 5px solid var(--main-accent-color);
}
.author__img-name h3 {
	display: block;
	font-weight: 700;
	font-size: 16px;
	line-height: 142.69%;
	margin: 0;
}
.author__rating {
	font-weight: 700;
	font-size: 19px;
	line-height: 142.69%;
	border: 1px solid var(--main-accent-color);
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	border-radius: 10px;
	padding: 14px 26px;
	margin-top: 0;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}
.author__rating > span {
	width: 110px;
	height: 19px;
	position: relative;
	margin-left: 1rem;
	display: inline-block;
}
.author__rating > span .empty {
	width: 100%;
	height: 100%;
	display: block;
	background-image: url(/assets/images/icon-big-star-1.png);
}
.author__rating > span .full {
	width: 100%;
	height: 100%;
	background-image: url(/assets/images/icon-big-star-2.png);
	position: absolute;
	background-size: 22px;
	top: 0;
}
.author .label-comment {
	color: var(--link_color);
	text-decoration: underline;
	cursor: pointer;
	font-weight: 600;
}
.author .label-comment:hover {
	color: var(--link_hover);
}
.author__date,
.author__email {
	font-size: 19px;
	line-height: 142.69%;
	color: #dbd1d1;
	font-weight: 300;
}
.author__social {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}
.author__social > div {
	margin-right: 20px;
	margin-bottom: 20px;
}
.author__social .social-links {
	padding-top: 10px;
	padding-left: 10px;
	border-radius: var(--border-radius);
	border: 1px solid var(--main-accent-color);
	margin-top: 0;
}
.author-page .author__img-name h1 {
	margin: 0;
}
.author-page {
	margin-top: 20px;
}
body.author {
	margin-bottom: 0;
}
.post-author > div {
	margin: 20px 0;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	padding-top: 20px;
	border-top: 1px solid #d4d4d4;
}
.post-author__img {
	margin-right: 20px;
}
.post-author__img img {
	border-radius: 100%;
	max-width: 80px;
	height: auto;
}
.post-author__info a {
	text-decoration: none;
}
.post-author__info a * {
	margin: 0 0 10px;
}
.post-author__info span {
	color: #b5b5b5;
	text-transform: uppercase;
}
.social-links {
	list-style-type: none;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	padding: 0;
}
.social-links li {
	margin-right: 10px;
	margin-bottom: 10px;
}
.social-links li a {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	width: 36px;
	height: 36px;
	background-color: #153872;
	-webkit-transition: 0.3s;
	transition: 0.3s;
	border-radius: 7px;
}
.social-links li a svg {
	fill: #fff;
}
.social-links li a:hover {
	background-color: #70b100;
}
.social-links li a:hover svg {
	fill: var(--color_bg_soc_icons);
}
@font-face {
	font-family: Roboto;
	font-style: normal;
	font-weight: 400;
	font-display: swap;
	src: local(''), url(/assets/fonts/roboto-regular.woff2) format('woff2'),
		url(/assets/fonts/roboto-regular.woff) format('woff');
}
@font-face {
	font-family: Roboto;
	font-style: normal;
	font-weight: 600;
	font-display: swap;
	src: local(''), url(/assets/fonts/roboto-bold.woff2) format('woff2'),
		url(/assets/fonts/roboto-bold.woff) format('woff');
}
.with-sidebar > .container {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}
.with-sidebar .sidebar {
	width: 25%;
	padding-left: 20px;
}
.with-sidebar .page-content {
	width: 100%;
}
.sidebar__title {
	font-weight: 700;
	font-size: 22px;
	line-height: 142.69%;
	margin-bottom: 10px;
}
.sidebar__wrap img {
	max-width: 100%;
}
.sidebar__wrap .calendar_wrap table {
	margin: auto;
}
.review-page {
	background-color: var(--review-bg-color);
	color: var(--review-text);
	display: flow-root;
	margin-bottom: 35px;
	background-size: cover;
	position: relative;
}
.review-page h1 {
	font-size: 40px;
	margin: 40px 0;
	font-weight: 700;
	line-height: 124.69%;
	position: relative;
}
.review-page__wrap {
	margin-bottom: 60px;
	z-index: 1;
	position: relative;
}
.review-page__wrap > div {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}
.review-page__wrap > div > div {
	margin-bottom: 15px;
}
.review-page__logo div {
	border-radius: 15px;
	border: 1px solid var(--review-progress-bar);
	margin-top: 13px;
	margin-right: 25px;
	width: 240px;
	height: 140px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	background-size: cover;
}
.review-page__logo div img {
	max-width: 200px;
	height: auto;
}
.review-page__rating {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}
.mobile-app .review-page__rating {
	margin: 20px;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
}
.mobile-app .review-page__rating div {
	margin-bottom: 30px;
}
.mobile-app .review-page__rating div:after {
	content: none;
}
.review-page__rating div {
	position: relative;
}
.review-page__rating div:after {
	position: absolute;
	height: 130px;
	width: 130px;
	left: 0;
	top: 0;
	content: attr(data-pct) '%';
	line-height: 132px;
	text-align: center;
	font-weight: 600;
	font-size: 26px;
	text-shadow: 0 0 15px var(--review-progress-bar);
}
.review-page__rating p {
	font-weight: 700;
	font-size: 16px;
	line-height: 130.19%;
	text-align: center;
	margin-top: -10px;
}
.review-page__rating svg {
	height: 130px;
	-webkit-transform: rotate(-90deg);
	transform: rotate(-90deg);
	width: 130px;
}
.review-page__rating .progress-bar__background {
	fill: none;
	stroke: rgba(255, 255, 255, 0.15);
	stroke-width: 1;
}
.review-page__rating .progress-bar__progress {
	fill: none;
	stroke: var(--review-progress-bar);
	stroke-dasharray: 80 80;
	stroke-dashoffset: 80;
	stroke-linecap: round;
	stroke-width: 1;
	-webkit-transition: stroke-dashoffset 1s ease-in-out;
	transition: stroke-dashoffset 1s ease-in-out;
	-webkit-filter: drop-shadow(0 0 1px var(--review-progress-bar));
	filter: drop-shadow(0 0 1px var(--review-progress-bar));
}
body .review-page__overall-rating:after {
	height: 180px;
	width: 185px;
	content: attr(data-pct) '% OVERALL';
	line-height: 34px;
	font-size: 32px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	margin-left: 7px;
}
body .review-page__overall-rating svg {
	height: 200px;
	-webkit-transform: rotate(-90deg);
	transform: rotate(-90deg);
	width: 200px;
}
body .review-page__overall-rating .progress-bar__progress {
	stroke-dasharray: 90 90;
	stroke-dashoffset: 90;
}
.review-page__link-bonus {
	padding: 10px 10px 9px;
	min-width: 220px;
	text-align: center;
	margin-right: 25px;
	display: block;
}
.review-page__link-bonus.link-button {
	min-width: 242px;
}
.mobile-app .review-page__link-bonus {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}
.mobile-app .review-page__link-bonus svg {
	border-radius: 5px;
	margin-right: 10px;
	width: 21px;
	height: 21px;
}
.mobile-app .review-page__link-bonus svg path {
	fill: var(--review-text);
}
.review-page__bonus {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	border: 1px solid var(--review-progress-bar);
	padding: 10px;
	border-radius: var(--border-radius);
	margin-right: 20px;
}
.review-page__bonus p {
	font-size: 16px;
	line-height: 19px;
	text-transform: uppercase;
	margin: 0;
}
.review-page__mobile {
	padding: 6px 10px;
	border: 1px solid var(--review-progress-bar);
	border-radius: var(--border-radius);
}
.review-page__mobile p {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	font-size: 16px;
	line-height: 19px;
	margin: 0;
}
.review-page__mobile p svg {
	border-radius: 5px;
	margin-left: 10px;
	width: 27px;
	height: 27px;
}
.review-page__mobile p svg path {
	fill: var(--review-text);
}
.bg-graphit {
	background-color: #1d2730;
	color: #fff;
}
.animated {
	-webkit-transform: scale(1);
	transform: scale(1);
	-webkit-animation: 0.7s ease-in-out pulse;
	animation: 0.7s ease-in-out pulse;
}
@-webkit-keyframes pulse {
	100%,
	50%,
	from {
		-webkit-transform: scale(1);
		transform: scale(1);
		opacity: 1;
	}
	25%,
	75% {
		-webkit-transform: scale(1.1);
		transform: scale(1.1);
		opacity: 0.5;
	}
}
@keyframes pulse {
	100%,
	50%,
	from {
		-webkit-transform: scale(1);
		transform: scale(1);
		opacity: 1;
	}
	25%,
	75% {
		-webkit-transform: scale(1.1);
		transform: scale(1.1);
		opacity: 0.5;
	}
}
.p-b {
	overflow: hidden;
}
.p-b .p-b__grid {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-ms-flex-direction: row;
	flex-direction: row;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-ms-flex-line-pack: center;
	align-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	padding: 75px 0;
}
.p-b .p-b__bottom-side {
	width: 100%;
	position: relative;
	margin: 50px 0 0;
}
.p-b .p-b__bottom-side::after {
	content: '';
	border-bottom: 2px solid var(--main-accent-color);
	width: 10%;
	position: absolute;
	top: -6px;
	left: 0;
}
.p-b .p-b__right-side {
	width: 30%;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}
.p-b .p-b__right-side img {
	width: 100%;
	height: auto;
}
.p-b .p-b__left-side {
	width: 70%;
}
.review_field {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-ms-flex-direction: row;
	flex-direction: row;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	margin: 30px 0;
	position: relative;
}
.review_field__bonus-text {
	position: absolute;
	top: -13px;
	left: 45px;
	font-size: 0.9rem;
	text-transform: none;
	font-weight: 900;
}
.review_field__bonus-hide {
	background-color: #636363;
	width: -webkit-max-content;
	width: -moz-max-content;
	width: max-content;
	border-radius: 20px;
	min-width: 380px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	height: 80px;
	margin-bottom: 20px;
}
.review_field__input {
	border: unset;
	background-color: transparent;
	font-size: 2rem;
	color: #fff;
	width: 200px;
	line-height: 1;
	padding: 0;
	margin: 0 10px;
	font-weight: 800;
	text-align: center;
}
.review_field__button {
	cursor: pointer;
	background-color: #ffd300;
	border-radius: 1rem;
	padding: 0.5rem 2rem;
	text-transform: uppercase;
	font-weight: 600;
	font-size: 2rem;
	border: 3px solid #ffd300;
	line-height: 1;
	-webkit-transform: scale(0.8, 1);
	transform: scale(0.8, 1);
}
.review_field__button:hover {
	background-color: #ffb100;
	-webkit-transition: 0.5s;
	transition: 0.5s;
	border: 3px solid #ffb100;
}
.review_field__create-account {
	display: block;
	text-align: center;
	color: #fff;
	text-decoration: none;
	font-size: 1.1rem;
}
.review_field__button--big2 {
	background-color: #ffd300;
	border-radius: 1rem;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	text-transform: uppercase;
	font-weight: 600;
	border: 3px solid #ffd300;
	line-height: 1;
	-webkit-transform: scale(0.8, 1);
	transform: scale(0.8, 1);
	font-size: 3rem;
	cursor: pointer;
	height: 80px;
}
.review_field__button--big2:hover {
	background-color: #f60;
	border: 3px solid #f60;
	color: #fff;
	-webkit-transition: 0.5s;
	transition: 0.5s;
}
.review_field__button--big {
	background-color: #1d2730;
	border-radius: 1rem;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	text-transform: uppercase;
	font-weight: 600;
	border: 3px solid #f1c40f;
	line-height: 1;
	-webkit-transform: scale(0.8, 1);
	transform: scale(0.8, 1);
	font-size: 3rem;
	cursor: pointer;
	height: 80px;
	color: #fff;
	background-image: linear-gradient(45deg, #f1c40f 50%, transparent 50%);
	background-position: 100%;
	background-size: 400%;
	-webkit-transition: background 0.3s ease-in-out;
	transition: background 0.3s ease-in-out;
}
.review_field__button--big:hover {
	background-position: 0;
}
button.review_field__input {
	cursor: pointer;
	font-size: 3rem;
	width: 100%;
}
.promotional__h1 {
	font-size: 3rem;
	font-weight: 900;
}
.promotional__subtext {
	color: #ffd300;
	font-size: 2rem;
	padding: 0;
	margin: 0;
	font-weight: 900;
}
.get-bonus {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}
.get-bonus__text {
	width: calc(100% - 200px);
}
.get-bonus__button {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}
.pc-cards {
	margin-top: -140px;
	margin-bottom: 35px;
	position: relative;
	z-index: 1;
}
.pc-cards > div {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-pack: distribute;
	justify-content: space-around;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}
.pc-cards > div > div {
	background-color: #fff;
	border: 1px solid var(--main-accent-color);
	border-radius: var(--border-radius);
	padding: 25px;
	max-width: 218px;
	width: 218px;
	margin-bottom: 10px;
}
.pc-cards > div > div span {
	font-weight: 600;
	font-size: 19px;
	line-height: 142.69%;
	text-align: center;
	display: block;
}
.pc-cards > div > div img {
	margin: auto auto 10px;
	display: block;
}
.pc-cards > div > div ul {
	list-style-type: none;
	margin: 25px 0;
	padding: 0;
}
.pc-cards > div > div ul li {
	font-weight: 500;
	font-size: 13px;
	line-height: 142.69%;
	padding-left: 25px;
	padding-bottom: 10px;
	background-repeat: no-repeat;
	background-position: 0 2px;
}
.pc-cards > div > div ul li:last-child {
	padding-bottom: 0;
}
.pc-cards > div > div ul.cons li {
	padding-left: 22px;
}
.mobile-app .rating__star {
	width: 151px;
	height: 24px;
	position: relative;
}
.mobile-app .rating__star .empty {
	width: 100%;
	height: 100%;
	display: block;
	background-image: url(/assets/images/icon-big-star-1.png);
	background-size: 30px;
}
.mobile-app .rating__star .full {
	width: 100%;
	height: 100%;
	display: block;
	background-image: url(/assets/images/icon-big-star-2.png);
	position: absolute;
	background-size: 30px;
}
.mobile-page__wrap {
	background-color: var(--h_background_color);
	border: 1px solid #000;
	-webkit-box-shadow: 0 4px 4px rgba(0, 0, 0, 0.25);
	box-shadow: 0 4px 4px rgba(0, 0, 0, 0.25);
	border-radius: 64px;
	padding: 0 40px;
	display: -ms-grid;
	display: grid;
}
.mobile-page__img {
	z-index: 2;
}
.mobile-page__img img {
	width: auto;
	margin: 0 auto;
}
.mobile-page__buttons-wrap {
	z-index: 2;
	display: -ms-grid;
	display: grid;
	-ms-grid-columns: 1fr;
	grid-template-columns: 1fr;
	margin-left: 20px;
}
.mobile-page__buttons {
	z-index: 2;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: start;
	-ms-flex-pack: start;
	justify-content: flex-start;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	gap: 10px;
}
.mobile-page__buttons svg {
	fill: #fff;
}
.mobile-page__about {
	z-index: 2;
	margin: 0 0 0 20px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	gap: 0 16px;
	-webkit-box-align: end;
	-ms-flex-align: end;
	align-items: flex-end;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-ms-flex-direction: row;
	flex-direction: row;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-pack: start;
	-ms-flex-pack: start;
	justify-content: flex-start;
}
.mobile-page__about p {
	margin: 0;
}
.mobile-page__logo {
	z-index: 2;
	margin-left: 20px;
	display: -ms-grid;
	display: grid;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}
.mobile-page__logo img {
	width: auto;
	max-width: 500px;
	height: 70px;
}
.mobile-page__title {
	z-index: 2;
	display: -ms-grid;
	display: grid;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}
.mobile-page__title h1 {
	color: #fff;
	font-weight: 400;
	font-size: 32px;
	line-height: 38px;
	margin: 0;
}
.mobile-page__stars {
	z-index: 2;
	color: #ff6900;
	font-size: 22px;
}
.mobile-page__info {
	z-index: 2;
	margin: 0;
}
.mobile-page__bg {
	background-color: #fff;
	border-radius: 32px;
	z-index: 1;
}
.posts-archive__wrap {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-pack: start;
	-ms-flex-pack: start;
	justify-content: flex-start;
}
.posts-archive__wrap .post {
	margin: 0 25px 30px;
	min-width: 343px;
}
.error-404 > div {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}
.error-404__error-number {
	color: var(--main-accent-color);
	font-weight: 100;
	font-size: 196px;
	border-right: 3px solid #ece1e1;
	margin: 50px 0;
	padding: 0 20px;
}
.error-404__text {
	font-size: 21px;
	font-weight: 600;
	padding: 0 20px;
}
.error-404__text span {
	font-size: 74px;
	text-transform: uppercase;
	line-height: 80px;
}
.howto2 {
	background-color: var(--bg-body);
	border: 1px solid var(--main-accent-color);
	border-radius: var(--border-radius);
	padding: 20px;
	margin: 35px 50px;
}
.howto2__block {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	margin-bottom: 20px;
	position: relative;
}
.step2 {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	margin-left: 100px;
	position: relative;
	border-bottom: 1px solid #ece7e7;
	margin-bottom: 10px;
	width: 100%;
}
.step2::before {
	content: '';
	position: absolute;
	width: 2px;
	height: 120%;
	background-color: #ece7e7;
	left: -56px;
	top: 0;
}
.step2:last-child::before {
	background-color: var(--bg-body);
	height: 50%;
}
.step2__body {
	width: 100%;
}
.step2__body span {
	color: #fff;
	background-color: var(--main-accent-color);
	width: 30px;
	height: 30px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	border-radius: var(--border-radius);
	position: absolute;
	left: -70px;
	top: 0;
}
.step2__body.with-image {
	max-width: 45%;
	min-width: 45%;
}
.step2__image {
	margin-left: 25px;
	min-width: 50%;
	max-width: 65%;
}
.step2__image img {
	max-width: 100%;
	height: auto;
}
.step2__title {
	color: var(--main-accent-color);
	margin: 0;
	font-weight: 600;
	font-size: 1.3rem;
}
.step2__text--with_title {
	margin-top: 0;
}
.step2__button {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	padding: 10px 0;
}
.howto__title {
	text-align: center;
	margin-bottom: 0;
	margin-top: 10px;
	font-weight: 600;
	font-size: 1.7rem;
	position: relative;
}
.howto__title::after {
	content: none;
}
.howto__description {
	border-bottom: 1px solid var(--main-accent-color);
	padding: 0 0 20px;
}
.howto__item {
	position: relative;
}
.howto__block {
	display: -ms-grid;
	display: grid;
	grid-template-columns: repeat(auto-fill, minmax(275px, 1fr));
	grid-gap: 1em;
}
.step {
	border-radius: 25px !important;
	overflow: hidden;
	min-height: 410px;
	background-color: #153872;
}
.step__body {
	position: absolute;
	background: -webkit-gradient(
		linear,
		left top,
		left bottom,
		from(rgba(255, 255, 255, 0)),
		color-stop(50%, #153872)
	);
	background: linear-gradient(180deg, rgba(255, 255, 255, 0) 0, #153872 50%);
	width: 100%;
	bottom: 0;
	padding-top: 40px;
}
.step__body span {
	border-radius: 50%;
	background-color: #fff;
	width: 64px;
	height: 64px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	font-size: 2rem;
	margin: 0 auto;
	font-weight: 900;
	color:#000;
}
.step__text {
	color: #fff;
	padding: 0 22px 22px;
}
.step__title {
	color: #fff;
	text-align: center;
	font-size: 18px;
	font-weight: 900;
	margin-bottom: 0;
	padding: 0 10px;
}
.step__image img {
	width: 100%;
	height: auto;
	border-radius: 20px;
}
.review-table__wrap {
	margin: 20px 0;
}
.review-table__wrap ol {
	-webkit-column-count: 1;
	-moz-column-count: 1;
	column-count: 1;
	margin: 0;
}
.review-table__wrap ol li {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	padding: 10px;
	border: 1px solid var(--main-accent-color);
	border-top: none;
}
.review-table__wrap ol li:nth-child(1) {
	border: 2px solid var(--site_info_b_color);
}
.review-table__wrap ol li img {
	max-width: 60px;
	margin: 0 10px;
	border-radius: var(--border-radius);
	height: auto;
}
.review-table__header {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	background-color: var(--main-accent-color);
	color: #fff;
	font-weight: 600;
	font-size: 16px;
	padding: 8px 10px;
}
.review-table__header div:nth-child(1) {
	width: 40px;
}
.review-table__header div:nth-child(2) {
	width: 205px;
}
.review-table__header div:nth-child(3) {
	-webkit-box-flex: 1;
	-ms-flex-positive: 1;
	flex-grow: 1;
}
.review-table__header div:nth-child(4) {
	width: 111px;
}
.review-table__header div:nth-child(5) {
	width: 170px;
}
.review-table__bookmaker {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	width: 214px;
}
.review-table__b-link {
	padding: 8px 0;
	margin-left: 20px;
	white-space: nowrap;
	width: 150px;
	display: block;
	text-align: center;
}
.review-table__name {
	padding: 0 10px;
	width: 120px;
}
.review-table__bonus {
	-webkit-box-flex: 1;
	-ms-flex-positive: 1;
	flex-grow: 1;
	font-weight: 600;
	font-size: 18px;
	margin: 0;
}
.review-table__rating p {
	width: 111px;
	height: 20px;
	position: relative;
}
.review-table__rating span {
	background-image: url(/assets/images/icon-big-star-1.png);
	display: block;
	width: 100%;
	height: 20px;
	background-repeat: repeat-x;
}
.review-table__rating span.full {
	background-image: url(/assets/images/icon-big-star-2.png);
	position: absolute;
	top: 0;
	background-size: 22px;
}
.comments-area {
	margin: 35px 0;
}
.comments-area .comments__wrap {
	border-radius: var(--border-radius);
	padding: 30px 40px;
	background: #001a7b;
}
.comments-area .comment-respond p {
	margin: 0;
}
.comments-area .comment-respond form {
	display: flow-root;
}
.comments-area .comment-respond .comment-form-comment {
	width: 75%;
	float: left;
}
.comments-area .comment-respond .comment-form-comment textarea {
	width: 99%;
	border: 1px solid var(--main-accent-color);
	border-radius: var(--border-radius);
	outline: 0;
	padding: 20px;
}
.comments-area .comment-respond .comment-form-captcha {
	float: right;
	width: 100%;
	margin-bottom: 8px;
	text-align: right;
}
.comments-area .comment-respond .comment-form-captcha input {
	border: 1px solid var(--main-accent-color);
	border-radius: var(--border-radius);
	outline: 0;
	padding: 6px;
}
.comments-area .comment-respond .comment-form-author,
.comments-area .comment-respond .comment-form-email {
	float: right;
	width: 20%;
	margin-bottom: 8px;
}
.comments-area .comment-respond .comment-form-author input,
.comments-area .comment-respond .comment-form-email input {
	border: 1px solid var(--main-accent-color);
	border-radius: var(--border-radius);
	padding: 10px;
	outline: 0;
	width: 91%;
}
.comments-area .comment-respond .form-submit {
	float: right;
	width: 20%;
}
.comments-area .comment-respond .form-submit input {
	width: 100%;
	text-align: center;
	padding: 8px 5px;
}
.comments-area li.comment {
	border-bottom: 1px solid #e0e3e0;
	padding-bottom: 20px;
	margin: 35px 0;
}
.comments-area li.comment li {
	border-bottom: none;
}
.comments-area .comment {
	list-style-type: none;
	padding: 0;
}
.comments-area .comment article {
	background: #ffffff1a;
	padding: 10px;
	margin: 15px 0;
	border-radius: var(--border-radius);
}
.comments-area .comment__body {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
}
.comments-area .comment__author {
	font-weight: 600;
	font-size: 1.1rem;
}
.comments-area .comment__author p {
	margin: 0;
}
.comments-area .comment__meta {
	color: #c4c4c4;
}
.comments-area .comment__text {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
}
.comments-area .comment__text .com-text {
	max-width: 85%;
}
.comments-area .comment__text .com-rating {
	width: 110px;
	height: 19px;
	position: relative;
	margin-top: 1rem;
	margin-left: 1rem;
}
.comments-area .comment__text .com-rating .empty {
	width: 100%;
	height: 100%;
	display: block;
	background-image: url(/assets/images/icon-big-star-1.png);
}
.comments-area .comment__text .com-rating .full {
	width: 100%;
	height: 100%;
	display: block;
	background-image: url(/assets/images/icon-big-star-2.png);
	position: absolute;
	background-size: 22px;
	top: 0;
}
.comments-area .comment.parent > div {
	margin-bottom: 10px;
}
.comments-area .comment .children {
	border-left: 1px solid var(--main-accent-color);
}
.comments-area .comment .comment-reply-title a {
	font-size: 14px;
	margin-top: 15px;
	float: right;
}
.rating-container label {
	background-image: url(/assets/images/icon-big-star-2.png);
	background-repeat: no-repeat;
	background-position: 100% 0;
	width: 23px;
	height: 23px;
	display: inline-block;
	color: #acacac;
}
.rating-container label:hover {
	background-image: url(/assets/images/icon-big-star-2.png);
	background-size: 23px;
	cursor: pointer;
}
.rating-container input {
	display: none;
}
.rating-container input:checked ~ label {
	background-image: url(/assets/images/icon-big-star-1.png);
}
.sliderFull {
	position: relative;
	height: 400px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: end;
	-ms-flex-align: end;
	align-items: flex-end;
	overflow: hidden;
	background-size: cover;
}
.sliderFull__wrap {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	position: absolute;
	left: 0;
	-webkit-transition: left 0.3s;
	transition: left 0.3s;
	height: 100%;
}
.sliderFull__arrow {
	position: absolute;
	font-size: 3rem;
	font-weight: 600;
	bottom: 0;
	cursor: pointer;
	padding: 0 20px;
}
.sliderFull__arrow.next {
	left: 100px;
}
.sliderFull__arrow.prev {
	left: 0;
	right: unset;
}
.sliderFull__navigation {
	position: relative;
	height: 65px !important;
	width: 100%;
}
.sliderFull__count {
	color: var(--h_navigation_color);
	font-size: 1.5rem;
	font-style: italic;
	position: absolute;
	bottom: 13px;
	left: 52px;
	margin: 0;
}
.sl-item {
	width: 1526px;
	background-color: var(--h_background_color);
	color: var(--h_navigation_color);
}
.sl-item > div {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	position: relative;
	background-repeat: no-repeat;
	background-position: 100%;
	background-size: contain;
}
.sl-item > div > div {
	max-width: 55%;
	padding: 25px;
	margin-bottom: 40px;
	position: relative;
	z-index: 0;
}
.sl-item > div > div:after {
	content: '';
	position: absolute;
	width: 100%;
	height: 100%;
	opacity: 0.1;
	top: 0;
	left: 0;
	z-index: -1;
}
.sl-item__title {
	margin: 0 0 20px;
	font-size: 2rem;
	text-transform: capitalize;
}
.sl-item__description {
	font-size: 1.2rem;
}
.sl-item__link {
	padding: 7px 40px;
	text-transform: capitalize;
	font-size: 1.2rem;
	display: inline-block;
}
.bk-point {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
}
.bk-point > div {
	width: 39%;
	background: #001a7b;
	border-radius: var(--border-radius);
	padding: 40px 50px;
	position: relative;
	margin: 30px 0;
}
.bk-point > div ul {
	margin: 0;
	padding: 0 0 0 16px;
}
.bk-point > div ul li {
	line-height: 35px;
}
.bk-point > div::before {
	content: url(/assets/images/hand-like.png);
	position: absolute;
	width: 65px;
	min-width: 65px;
	height: 65px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	border-radius: 30px;
	top: -25px;
	left: -25px;
}
.bk-point__pros {
	border-color: var(--pros_colors);
}
.bk-point__pros::before {
	background-color: var(--pros_colors);
}
.bk-point__cons {
	border-color: var(--cons_colors);
}
.bk-point__cons::before {
	background-color: var(--cons_colors);
	-webkit-transform: rotate(180deg);
	transform: rotate(180deg);
}
.payment-methods {
	border: 3px solid var(--btn-back-color);
	border-radius: 25px;
	margin-top: 30px !important;
	margin-bottom: 30px !important;
	-webkit-box-shadow: 0 10px 7px rgba(250, 65, 0, 0.25);
	box-shadow: 0 10px 7px rgba(250, 65, 0, 0.25);
}
.payment-methods__title {
	background-color: var(--btn-back-color);
	border-top-left-radius: 25px;
	border-top-right-radius: 25px;
	margin: -3px -1px;
	padding: 13px 35px;
	font-size: 1.1rem;
	font-weight: 600;
	color: var(--btn-back-text-color);
}
.payment-methods__list {
	list-style: none;
	padding: 0;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	margin: 30px 0 20px;
}
.payment-methods__list li {
	margin: 5px 30px;
}
.video {
	max-width: 650px;
}
.video.align-center {
	margin: 0 auto;
}
.video.align-right {
	margin-left: auto;
}
.video__wrap {
	position: relative;
	width: 100%;
	height: 0;
	padding-bottom: 56.25%;
	background-color: #000;
	margin: 40px 0;
	overflow: hidden;
	border-radius: var(--border-radius);
}
.video__img {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
.video__img img {
	width: 100%;
	height: 100%;
	-o-object-fit: cover;
	object-fit: cover;
	border-radius: 20px;
}
.video__play {
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	background: 0 0;
	border: none;
}
.video__play-shape {
	fill: #212121;
	fill-opacity: 0.8;
}
.video__play-icon {
	fill: #fff;
}
.video__play:focus {
	outline: 0;
}
.video__play:focus .video__play-shape,
.video__play:hover .video__play-shape {
	fill: red;
	fill-opacity: 1;
}
.video__play:hover {
	cursor: pointer;
}
.video__media {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	border: none;
}
.num-blocks {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}
.num-blocks__item {
	width: 20%;
	border: 1px solid var(--main-accent-color);
	padding: 20px;
	position: relative;
	margin: 20px 0;
}
.num-blocks__count {
	background-color: var(--main-accent-color);
	color: #fff;
	width: 30px;
	height: 30px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	position: absolute;
	top: -1px;
	left: 0;
	font-size: 1.2rem;
}
.num-blocks__img img {
	margin: auto;
	display: block;
	max-width: 100%;
	height: auto;
}
.wpcf7-form {
	max-width: 65%;
	margin: 10px auto;
}
.wpcf7-form label {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
}
.wpcf7-form span {
	margin-left: 20px;
	max-width: 65%;
	width: 65%;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}
.wpcf7-form span > input,
.wpcf7-form span > textarea {
	width: 100%;
	border: 1px solid var(--main-accent-color);
	-webkit-box-shadow: none;
	box-shadow: none;
	font-weight: 500;
	font-size: 1rem;
	padding: 5px 10px;
}
.wpcf7-form .wpcf7-submit {
	margin: 5px 0 5px auto;
	display: block;
	background-color: var(--btn-back-color);
	color: var(--btn-back-text-color);
	border: none;
	text-transform: uppercase;
	font-size: 1.3rem;
	padding: 8px 21px;
	cursor: pointer;
	-webkit-transition: 0.3s;
	transition: 0.3s;
	border-radius: var(--border-radius);
}
.wpcf7-form .wpcf7-submit:hover {
	background-color: var(--btn-back-hover-bg-color);
}
.wpcf7-form .captcha-1 {
	float: right;
}
body .wpcf7-form .wpcf7-response-output {
	margin-right: -22px;
}
.event {
	max-width: 860px;
	margin: 20px auto;
}
.event__item {
	-webkit-box-shadow: 0 0 25px #00000012;
	box-shadow: 0 0 25px #00000012;
	border: 1px solid var(--main-accent-color);
	padding: 20px 10px 10px;
	margin: 15px 0;
}
.event__league {
	text-align: center;
	margin: 0;
}
.event__date {
	display: block;
	text-align: center;
	color: #a6a6a6;
}
.event__teams {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: space-evenly;
	-ms-flex-pack: space-evenly;
	justify-content: space-evenly;
}
.event__teams > span {
	font-weight: 600;
	font-size: 1.5rem;
}
.event__teams > div {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	width: 35%;
}
.event__teams > div div {
	font-weight: 600;
	text-transform: uppercase;
	margin: 10px 0;
}
.event__teams > div div p {
	display: block;
	margin-top: 10px;
	margin-bottom: 0;
}
.event__teams > div div p span {
	color: #fff;
	font-weight: 600;
	font-size: 1.3rem;
	background-color: var(--main-accent-color);
	border-radius: var(--border-radius);
	padding: 5px 10px;
	display: inline-block;
}
.event__teams > div div p span a,
.event__teams > div div p span button {
	color: #fff;
	font-weight: 600;
	font-size: 1.3rem;
	background: unset;
	-webkit-box-shadow: none;
	box-shadow: none;
	border: none;
	text-decoration: none;
	padding: 0;
	cursor: pointer;
}
.event__teams > div:first-child {
	-webkit-box-pack: end;
	-ms-flex-pack: end;
	justify-content: flex-end;
}
.event__teams > div:first-child img {
	margin-right: 15px;
}
.event__teams > div:first-child div p {
	text-align: right;
}
.event__teams > div:last-child img {
	margin-left: 15px;
}
.event__teams > div:last-child div p {
	text-align: left;
}
.event__bookmakers {
	display: table;
	margin: 0 auto 15px;
}
.event__bookmakers p {
	margin-bottom: 7px;
	margin-top: 25px;
	font-weight: 700;
	text-transform: uppercase;
	font-size: 0.8rem;
}
.event__bookmakers div {
	text-align: center;
}
.event__bookmakers a,
.event__bookmakers button {
	margin: 0 5px;
}
.event__bookmakers button {
	background: unset;
	border: none;
	padding: 0;
	cursor: pointer;
}
.gift-block__arrow-img {
	-webkit-animation: 2s steps(2) infinite stopsignal;
	animation: 2s steps(2) infinite stopsignal;
}
.gift-block__arrow {
	position: relative;
	height: 50px;
}
.gift-block__arrow img:nth-child(2) {
	width: 34px;
	position: absolute;
	top: 10px;
	-webkit-animation-delay: 1s;
	animation-delay: 1s;
	right: calc(100% - 17px);
}
.gift-block__arrow img:nth-child(1) {
	width: 34px;
	position: absolute;
	top: 10px;
	right: 30px;
}
.gift-block__arrow img:nth-child(3) {
	width: 34px;
	position: absolute;
	top: 10px;
	left: 30px;
}
@-webkit-keyframes stopsignal {
	0% {
		opacity: 1;
	}
	to {
		opacity: 0.5;
	}
}
@keyframes stopsignal {
	0% {
		opacity: 1;
	}
	to {
		opacity: 0.5;
	}
}
@-webkit-keyframes scaleanim {
	0%,
	100% {
		-webkit-transform: scale(1);
		transform: scale(1);
	}
	50% {
		-webkit-transform: scale(1.3);
		transform: scale(1.3);
	}
}
@keyframes scaleanim {
	0%,
	100% {
		-webkit-transform: scale(1);
		transform: scale(1);
	}
	50% {
		-webkit-transform: scale(1.3);
		transform: scale(1.3);
	}
}
.gift-block {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	position: relative;
	margin: 20px auto;
	min-width: 300px;
	border-radius: 4px;
	background: none;
}
.gift-block::after {
	width: 100%;
	height: calc(100% - 30px);
	content: ' ';
	position: absolute;
	bottom: 0;
	z-index: -1;
	border-radius: var(--border-radius);
	border: 3px solid #12ec15;
	-webkit-backdrop-filter: blur(20px);
	backdrop-filter: blur(20px);
	-webkit-box-shadow: 0 17px 40px rgba(9, 25, 42, 0.36);
	box-shadow: 0 17px 40px rgba(9, 25, 42, 0.36);
}
.gift-block__icon {
	width: 40px;
	background-color: #70b100;
	padding: 20px;
	border-radius: 67%;
	height: 40px;
	-webkit-animation: 4s infinite scaleanim;
	animation: 4s infinite scaleanim;
	-webkit-transition: 0.5s;
	transition: 0.5s;
}
.gift-block__icon img {
	height: 42px;
	width: 42px;
}
.gift-block__promocode {
	padding: 40px 0;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}
.gift-block__promocode input {
	border: 1px solid #003b90;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	border-radius: 12px 0 0 12px;
	font-weight: 700;
	font-size: 18px;
	text-transform: uppercase;
	width: 51%;
	padding: 7px 20px 6px;
	outline: 0;
	background-color: #fff;
}
.gift-block__promocode a,
.gift-block__promocode button {
	background-color: var(--h_background_color);
	border: unset;
	border-radius: 0 12px 12px 0;
	height: 34px;
	width: 30%;
	-webkit-box-shadow: 0 0 50px #2a8047;
	box-shadow: 0 0 50px #2a8047;
	font-weight: 700;
	text-transform: uppercase;
	color: #fff;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	min-width: 100px;
}
.gift-block__body {
	padding: 20px 20px 0;
	text-align: center;
}
.gift-block__text {
	color: #fff;
	text-align: center;
	font-weight: bolder;
	font-size: 1.5rem;
}
.gift-block__text p {
	margin: 5px 0;
	padding: 0 7px;
}
.gift-block__numbers {
	color: #00ff1a;
	font-weight: 900;
	font-size: 3rem;
	line-height: 1;
	-webkit-animation-delay: 2s;
	animation-delay: 2s;
	-webkit-animation: 1s steps(2) infinite stopsignal;
	animation: 1s steps(2) infinite stopsignal;
}
.gift-block__button {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	padding: 10px 20px 20px;
}
.gift-block__button button {
	font-size: 1rem;
	font-weight: 900;
}
.bonuses-and-offers {
	max-width: 300px;
	background: #fff;
	margin: 20px 0;
}
.bonuses-and-offers__title {
	font-weight: 600;
	font-size: 14px;
}
.bonuses-and-offers__body {
	border: 1px solid var(--main-accent-color);
	border-radius: var(--border-radius);
	padding: 10px;
}
.bonuses-and-offers__item {
	display: -ms-grid;
	display: grid;
	-ms-grid-columns: 1fr 3fr;
	grid-template-columns: 1fr 3fr;
	margin-bottom: 10px;
}
.bonuses-and-offers hr {
	border: unset;
	border-bottom: 1px solid var(--main-accent-color);
	margin-bottom: 10px;
}
.bonuses-and-offers__img {
	-ms-grid-row: 1;
	-ms-grid-row-span: 2;
	grid-row: 1/3;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-ms-flex-line-pack: center;
	align-content: center;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-ms-flex-direction: row;
	flex-direction: row;
	-ms-flex-wrap: nowrap;
	flex-wrap: nowrap;
	width: 100%;
	height: auto;
}
.bonuses-and-offers__img img {
	width: 40px;
	height: auto;
	border-radius: var(--border-radius);
}
.bonuses-and-offers__img-wrapper {
	background: conic-gradient(
		from 159.94deg at 50% 50%,
		var(--main-accent-color) 0deg,
		var(--h_navigation_color) 80.63deg,
		var(--site_info_b_color) 211.88deg,
		rgba(109, 220, 175, 0.62) 360deg
	);
	border-radius: 10px;
	width: 60px;
	height: 60px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	margin-right: 16px;
}
.bonuses-and-offers__help {
	font-size: 0.7rem;
	text-align: center;
}
.bonuses-and-offers__button button {
	width: 100%;
	margin: 10px 0;
	padding: 10px;
	font-weight: 700;
}
.about-page__wrap .bonuses-and-offers__body {
	background-color: #ffffff14;
	border: unset;
	padding: 20px;
}
.about-page__wrap .bonuses-and-offers {
	max-width: 320px;
	margin: 20px 0;
	background-color: #ffffff14;
	border-radius: var(--border-radius);
}
.offer__card {
	background: var(--bg-body);
	border-radius: 15px;
	margin: 20px 0;
	-webkit-box-shadow: 3px 3px 10px var(--h_background_color);
	box-shadow: 3px 3px 10px var(--h_background_color);
}
.offer__header {
	padding: 16px 0;
	background: var(--h_background_color);
	border-top-right-radius: var(--border-radius);
	border-top-left-radius: var(--border-radius);
	text-align: center;
}
.offer__description {
	color: var(--text-body-color);
}
.offer__body {
	padding: 16px;
	text-align: center;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	min-width: 280px;
}
.offer__title {
	font-weight: 700;
	font-size: 14px;
	line-height: 26px;
	color: var(--site_info_b_color);
	margin: 0;
}
.offer__text {
	font-weight: 700;
	font-size: 26px;
	line-height: 38px;
	color: var(--text-body-color);
	margin: 4px 0 0;
}
.mobile-version {
	bottom: 0;
	left: 0;
	right: 0;
	z-index: 10;
	display: none;
	max-width: 400px;
	margin: 0 auto;
}
.mobile-version.hide {
	display: none;
}
.mobile-version.show {
	position: fixed;
}
.download-mobile {
	max-width: 100%;
	margin: 10px;
	border-radius: 10px;
}
.download-mobile__wrapper {
	display: -ms-grid;
	display: grid;
	-ms-grid-columns: 45px auto 120px;
	grid-template-columns: 45px auto 120px;
	-ms-grid-rows: auto auto;
	grid-template-rows: auto auto;
	padding: 8px;
	gap: 8px;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}
.download-mobile__logo {
	-ms-grid-row: 1;
	-ms-grid-row-span: 2;
	grid-row: 1/3;
	border-radius: 10px;
	overflow: hidden;
	-ms-grid-column: 1;
	grid-column: 1/1;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	background-color: #8224e3;
	height: 45px;
	width: 45px;
}
.download-mobile__logo img {
	width: 85%;
	height: auto;
}
.download-mobile__title {
	font-weight: 500;
	font-size: 16px;
	line-height: 19px;
}
.download-mobile__bonus {
	-ms-grid-row: 2;
	grid-row: 2;
	-ms-grid-column: 2;
	-ms-grid-column-span: 1;
	grid-column: 2/3;
}
.download-mobile__button {
	-ms-grid-row: 1;
	-ms-grid-row-span: 2;
	grid-row: 1/3;
	-ms-grid-column: 3;
	grid-column: 3/3;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}
.download-mobile__button a,
.download-mobile__button button {
	height: 45px;
	width: 100%;
}
.events-block {
	margin: 20px 0;
	display: -ms-grid;
	display: grid;
	grid-template-columns: repeat(auto-fill, minmax(300px, 1fr));
	grid-gap: 1em;
}
.events-block__img {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
}
.events-block__img img {
	width: 100%;
	height: auto;
	border-radius: var(--border-radius);
}
.events-block__item {
	max-width: 100%;
	background: #001a7b;
	border-radius: var(--border-radius);
	-ms-grid-columns: 100px 1fr;
	grid-template-columns: 100px 1fr;
	display: -ms-grid;
	display: grid;
	-webkit-box-shadow: 0 2px 4px rgba(0, 0, 0, 0.05);
	box-shadow: 0 2px 4px rgba(0, 0, 0, 0.05);
	overflow: hidden;
}
.events-block__item.ended {
	border: 1px solid transparent;
}
.events-block__item.future {
}
.events-block__item.now {
	border: 1px solid #70b100;
}
.events-block__badges {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	gap: 5px;
}
.events-block__badges .badge {
	font-weight: 600;
	font-size: 11px;
	line-height: 12px;
	text-align: center;
	border: 2px solid;
	border-radius: 10px;
	padding: 2px 5px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}
.events-block__badges .badge__primary {
	color: #fff;
	border-color: #fff;
}
.events-block__badges .badge__primary svg {
	fill: #fff;
}
.events-block__badges .badge__action {
	color: #fff;
	background-color: #70b100;
	border-color: #70b100;
}
.events-block__badges .badge__action svg {
	fill: #fff;
}
.events-block__inner {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	padding-left: 5px;
	padding-right: 10px;
}
.events-block__icon {
	height: 12px;
	width: 12px;
	margin-right: 2px;
}
.events-block__title {
	font-weight: 700;
}
.lang-toggle {
	margin: 0;
	position: relative;
	z-index: 100;
	padding: 0;
}
.lang-toggle__name {
	position: absolute;
	left: 0;
	background-color: #2d4c80a8;
	width: 100%;
	bottom: 0;
	color: #fff;
	text-align: center;
	font-size: 11px;
}
.lang-toggle img {
	width: 60px;
}
.lang-toggle ul {
	list-style: none;
	padding: 0;
}
.lang-toggle li {
	list-style: none;
	margin: 0;
	padding: 0;
	cursor: pointer;
	position: relative;
}
.lang-toggle .non-active {
	position: absolute;
	bottom: 50px;
	left: -5px;
	margin-top: 10px;
	padding: 5px;
	display: -ms-grid;
	display: grid;
	gap: 10px;
	background-color: #2d4c80;
	border-radius: 5px;
}
.lang-toggle.hide .non-active {
	display: none;
}
.nav__link img {
	max-height: 18px;
	min-height: 16px;
}
@media (min-width: 420px) {
	.events-block__item {
		margin: 0 auto;
		max-width: 288px;
	}
}
@media (min-width: 768px) {
	.mobile-page-button {
		padding: 10px 26px;
		margin-right: 20px;
	}
	.logo-breadcrumbs {
		display: none;
	}
	.mobile-page__wrap {
		-ms-grid-columns: 1fr 1fr 1fr;
		grid-template-columns: 1fr 1fr 1fr;
		-ms-grid-rows: 110px 40px 2em auto auto auto 40px 40px;
		grid-template-rows: 110px 40px 2em auto auto auto 40px 40px;
	}
	.mobile-page__img {
		-ms-grid-column: 3;
		grid-column: 3;
		-ms-grid-row: 1;
		-ms-grid-row-span: 6;
		grid-row: 1/7;
	}
	.mobile-page__img img {
		max-height: 380px;
	}
	.mobile-page__buttons-wrap {
		-ms-grid-column: 1;
		-ms-grid-column-span: 2;
		grid-column: 1/3;
		-ms-grid-row: 5;
		grid-row: 5;
	}
	.mobile-page__about {
		-ms-grid-column: 1;
		-ms-grid-column-span: 2;
		grid-column: 1/3;
		-ms-grid-row: 3;
		grid-row: 3;
	}
	.mobile-page__logo {
		-ms-grid-column: 1;
		-ms-grid-column-span: 2;
		grid-column: 1/3;
		-ms-grid-row: 4;
		grid-row: 4;
	}
	.mobile-page__title {
		-ms-grid-column: 1;
		-ms-grid-column-span: 2;
		grid-column: 1/3;
	}
	.mobile-page__bg {
		-ms-grid-column: 1;
		-ms-grid-column-span: 3;
		grid-column: 1/4;
		-ms-grid-row: 2;
		-ms-grid-row-span: 5;
		grid-row: 2/7;
	}
}
@media screen and (min-width: 768px) {
	.about-page__wrap .bonuses-and-offers__body {
		background-color: var(--h_background_color);
	}
	.lang-toggle {
		position: relative;
		-webkit-box-ordinal-group: 2;
		-ms-flex-order: 1;
		order: 1;
		min-width: 35px;
		margin: 0 0 0 10px;
	}
}
@media (min-width: 1366px) {
	.action-section {
		margin: 0 -40px;
		padding: 40px;
	}
	.mobile-page__wrap {
		margin: 0 -40px;
	}
}
@media (max-width: 1210px) {
	body .container,
	body .page-content {
		padding-right: 10px;
		padding-left: 10px;
	}
}
@media (max-width: 991px) {
	.with-sidebar .sidebar {
		display: none;
	}
}
@media (max-width: 769px) {
	.review-page h1 {
		font-size: 30px;
		text-align: center;
		margin-bottom: 10px;
	}
	.review-page__wrap > div {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column;
		-webkit-box-align: center;
		-ms-flex-align: center;
		align-items: center;
	}
	.review-page__link-bonus.btn-big-text {
		min-width: 300px;
		margin-right: 0;
		font-size: 1.3rem;
	}
	.mobile-app .review-page__link-bonus.btn-big-text svg {
		width: 27px;
		height: 27px;
	}
	.review-page__bonus {
		margin-top: 25px;
		margin-right: 0;
	}
	.review-page__logo {
		margin-bottom: 20px;
	}
	.review-page__logo div {
		margin-right: 0;
	}
	.review-page__rating {
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
		-webkit-box-pack: center;
		-ms-flex-pack: center;
		justify-content: center;
	}
	.mobile-app .review-page__rating {
		-webkit-box-align: center;
		-ms-flex-align: center;
		align-items: center;
	}
	.review-page__overall-rating {
		-webkit-box-ordinal-group: 0;
		-ms-flex-order: -1;
		order: -1;
	}
	.bk-point {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column;
		-webkit-box-align: center;
		-ms-flex-align: center;
		align-items: center;
	}
	.bk-point > div {
		width: 75%;
		padding: 40px 20px;
	}
	.bk-point > div ul li {
		line-height: 20px;
	}
}
@media (max-width: 768px) {
	.action-section {
		padding: 14px;
	}
	.btn-big-text,
	.btn-loadmore,
	.cards__btn-more,
	body .tag-block__btn-more {
		font-size: 12px;
	}
	.content-button__control {
		font-size: 1.1rem;
	}
	.align-left .content-button__control,
	.align-right .content-button__control {
		margin: auto;
	}
	.mobile-page-button {
		padding: 10px 12px;
		width: 100%;
		font-size: 1rem;
	}
	.mobile-page-button svg {
		height: 1rem;
		width: 1rem;
	}
	.info-about-site__title > *,
	body .tag-block__title > * {
		max-width: 77%;
	}
	.info-about-site__title::before,
	body .tag-block__title::before {
		top: 50%;
	}
	.header__wrap {
		height: 48px;
	}
	.header__logo {
		display: none;
	}
	.header__logo img {
		width: 129px;
		height: unset;
	}
	.header__navbar,
	.header__second-navbar {
		display: none;
	}
	.header__mobile-navbar {
		display: block;
	}
	.header__buttons {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		margin-left: 10px;
	}
	.header__buttons button {
		padding: 6px 15px;
		margin-left: 10px;
		font-weight: 700;
		text-align: center;
	}
	.header__buttons button:nth-child(2) {
		margin-left: 10px;
	}
	.list-IL__list {
		width: 100%;
	}
	.list-IL__link span {
		padding-right: 50px;
	}
	.list-IL__link::after {
		right: 5px;
	}
	.medium {
		width: 100%;
	}
	.medium .cards__btn-more {
		margin: 27px auto !important;
	}
	.small {
		width: 100%;
	}
	.small .cards__btn-more {
		margin: 27px auto !important;
	}
	.medium-list ul li,
	.small-list ul li {
		width: 100%;
	}
	.site {
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
		-webkit-box-pack: center;
		-ms-flex-pack: center;
		justify-content: center;
	}
	.site__logo-and-rating {
		max-width: 100%;
		width: 100%;
	}
	.site__offer {
		margin: 15px;
		min-width: 310px;
		width: 310px;
	}
	.site__pros-cons {
		margin: 20px 0 0;
	}
	.site__pros-cons ul {
		margin: 5px 15px;
	}
	.site__pm {
		max-width: 310px;
	}
	.site__link {
		font-size: 17px;
	}
	.block-posts__wrap {
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
		-webkit-box-pack: space-evenly;
		-ms-flex-pack: space-evenly;
		justify-content: space-evenly;
	}
	.block-posts__second {
		display: none;
	}
	.post {
		margin-top: 20px;
		max-width: 320px;
	}
	.post__image img {
		max-width: 320px;
	}
	.faq details {
		padding: 25px 50px 25px 30px;
	}
	.faq summary:after {
		right: 20px;
		top: 30px;
		width: 20px;
		font-size: 2.8rem;
	}
	.q_and_a {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column;
	}
	.q_and_a details {
		width: 100%;
		min-width: 289px;
	}
	.q_and_a details summary {
		padding: 100px 20px 50px 30px;
		text-align: center;
	}
	.q_and_a details summary svg {
		padding-right: 10px;
		min-width: 60px;
	}
	footer .footer__wrap {
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
	}
	footer .footer__logo {
		width: 100%;
		max-width: 300px;
		height: auto;
		text-align: center;
	}
	footer .footer__logo-with-social {
		margin: 20px auto;
	}
	footer .footer__col {
		min-width: 170px;
		text-align: center;
		width: 100%;
		margin: 0 auto;
	}
	footer .footer__social-link {
		width: 100%;
		max-width: unset;
		text-align: center;
		-webkit-box-align: center;
		-ms-flex-align: center;
		align-items: center;
		margin-top: 15px;
	}
	.logo-breadcrumbs {
		margin-bottom: 16px;
	}
	.about-page {
		background-image: url('/assets/images/bg-mob.png') !important;
		padding-top: 35px;
	}
	.about-page__wrap {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column;
	}
	.about-page__wrap > :nth-child(2) {
		max-width: 100%;
	}
	.about-page__title {
		font-size: 27px;
	}
	.list-anchor {
		padding: 14px 0;
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column;
	}
	.list-anchor__title {
		-webkit-box-pack: center;
		-ms-flex-pack: center;
		justify-content: center;
		margin-bottom: 20px;
	}
	.list-anchor ul {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
		-webkit-box-pack: center;
		-ms-flex-pack: center;
		justify-content: center;
	}
	.list-anchor ul li {
		padding: 5px 10px;
		gap: 5px;
	}
	.list-anchor ul a {
		font-size: 12px;
		line-height: 1;
	}
	.mini-promo {
		max-width: 100%;
	}
	.mini-promo__body {
		-ms-flex-pack: distribute;
		justify-content: space-around;
	}
	.info-about-site__warp {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column;
	}
	.info-about-site__warp > div {
		width: auto;
	}
	.non-recommend .site {
		padding-left: 30px;
	}
	.non-recommend .site__logo-and-rating {
		min-height: 130px;
	}
	.non-recommend .site::before {
		width: 30px;
		font-size: 22px;
	}
	.non-recommend .site__description {
		width: unset;
		padding: 20px;
	}
	.author-page .author__cart {
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
	}
	.author__wrap {
		padding: 30px 25px;
	}
	.author__img-name {
		margin-right: 15px;
	}
	.author__recommended {
		min-width: unset;
		margin-top: 0;
		font-size: 15px;
		padding: 9px 15px;
	}
	.author__date {
		font-size: 14px;
	}
	.author__description .text {
		-webkit-column-count: 1;
		-moz-column-count: 1;
		column-count: 1;
	}
	.p-b .p-b__grid {
		padding: 15px;
	}
	.p-b .p-b__left-side,
	.p-b .p-b__right-side {
		width: 100%;
	}
	.review_field {
		-webkit-box-pack: center;
		-ms-flex-pack: center;
		justify-content: center;
	}
	.review_field__bonus-hide {
		background-color: #636363;
		width: -webkit-max-content;
		width: -moz-max-content;
		width: max-content;
		text-align: center;
		border-radius: 10px;
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		position: relative;
	}
	.review_field__button-group {
		margin: 0 auto;
	}
	.review_field__input {
		width: 150px;
		font-size: 1.5rem;
	}
	.promotional__h1 {
		font-size: 1.5rem;
		margin: 5px 0;
	}
	.promotional__subtext {
		font-size: 1.2rem;
	}
	.get-bonus__text {
		width: 100%;
	}
	.get-bonus__button {
		width: 100%;
		-webkit-box-pack: center;
		-ms-flex-pack: center;
		justify-content: center;
	}
	.mobile-page__buttons {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column;
		width: 100%;
		-ms-flex-pack: distribute;
		justify-content: space-around;
	}
	.mobile-page__buttons > div {
		width: 80%;
		margin: 0 auto;
	}
	.mobile-page__wrap {
		margin: 0;
		-ms-grid-columns: 1fr;
		grid-template-columns: 1fr;
		-ms-grid-rows: auto auto auto auto auto;
		grid-template-rows: auto auto auto auto auto;
		padding: 0 24px;
	}
	.mobile-page__about,
	.mobile-page__bg,
	.mobile-page__buttons-wrap,
	.mobile-page__img,
	.mobile-page__logo,
	.mobile-page__title {
		-ms-grid-column: 1;
		grid-column: 1;
	}
	.mobile-page__bg,
	.mobile-page__logo {
		display: none;
	}
	.mobile-page__title {
		-ms-grid-row: 1;
		grid-row: 1;
	}
	.mobile-page__title h1 {
		margin: 0;
		font-weight: 400;
		text-align: center;
		padding: 20px 0;
		font-size: 1.8rem;
		line-height: 1.1;
	}
	.mobile-page__img {
		-ms-grid-row: 2;
		grid-row: 2;
		position: relative;
		text-align: center;
	}
	.mobile-page__img:after {
		content: ' ';
		background-color: #fff;
		left: 0;
		bottom: 0;
		position: absolute;
		width: 100%;
		height: 70%;
		z-index: -1;
		border-radius: 20px 20px 0 0;
	}
	.mobile-page__buttons-wrap {
		-ms-grid-row: 3;
		grid-row: 3;
		position: relative;
		margin-left: 0;
		justify-items: center;
	}
	.mobile-page__buttons-wrap:after {
		content: ' ';
		background-color: #fff;
		left: 0;
		bottom: 0;
		position: absolute;
		width: 100%;
		height: 105%;
		z-index: -1;
		border-radius: 0 0 20px 20px;
	}
	.mobile-page__about {
		-ms-grid-row: 4;
		grid-row: 4;
		gap: 0;
		margin: 10px;
		-webkit-box-pack: center;
		-ms-flex-pack: center;
		justify-content: center;
		color: #fff;
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column;
		-webkit-box-align: center;
		-ms-flex-align: center;
		align-items: center;
	}
	.mobile-page__img img,
	.mobile-page__logo img {
		width: 100%;
		height: auto;
	}
	.posts-archive__wrap {
		-webkit-box-align: center;
		-ms-flex-align: center;
		align-items: center;
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column;
	}
	.posts-archive__wrap .post {
		margin: 0 0 30px;
		width: 100%;
		min-width: 280px;
	}
	.error-404 > div {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column;
	}
	.error-404__error-number {
		border-right: unset;
		border-bottom: 3px solid #ece1e1;
		font-size: 144px;
	}
	.error-404__text {
		text-align: center;
	}
	.error-404__text span {
		font-size: 64px;
	}
	.howto2 {
		margin: 35px 0;
	}
	.step2 {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column;
	}
	.step2__body.with-image {
		width: 100%;
		min-width: 100%;
	}
	.step2__image {
		margin-left: 0;
		width: 100%;
	}
	.step2__image img {
		max-width: 100%;
		width: 100%;
		height: auto;
	}
	.review-table__header div:nth-child(2) {
		width: 167px;
	}
	.review-table__header div:nth-child(5) {
		width: 160px;
	}
	.review-table__b-link {
		margin-left: 0;
	}
	.review-table__name {
		width: 80px;
	}
	.comments-area .comment-respond .comment-form-author,
	.comments-area .comment-respond .comment-form-email,
	.comments-area .comment-respond .form-submit {
		width: 35%;
	}
	.comments-area .comment-respond .comment-form-comment {
		width: 55%;
	}
	.comments-area .comment__text {
		-webkit-box-orient: vertical;
		-webkit-box-direction: reverse;
		-ms-flex-direction: column-reverse;
		flex-direction: column-reverse;
	}
	.comments-area .comment__text .com-rating {
		margin-left: 0;
	}
	.comments-area .comment__text .com-text {
		max-width: 100%;
	}
	.sliderFull__arrow {
		font-size: 2rem;
	}
	.sliderFull__count {
		font-size: 1.2rem;
		bottom: 9px;
		left: 57px;
	}
	.sl-item > div {
		background-size: 50%;
	}
	.sl-item > div > div {
		max-width: 70%;
		padding: 0;
	}
	.sl-item__title {
		font-size: 1.5rem;
	}
	.sl-item__description {
		font-size: 0.8rem;
	}
	.wpcf7-form {
		max-width: 100%;
	}
	.bonuses-and-offers {
		max-width: 100%;
		-ms-flex-pack: distribute;
		justify-content: space-around;
	}
	.mobile-version {
		display: block;
	}
}
@media (max-width: 700px) {
	.event__teams {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column;
		background-color: #f2f2f2;
		margin: 10px;
	}
	.event__teams div:last-child,
	.event__teams > div:first-child {
		width: auto;
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column;
	}
	.event__teams div:last-child img,
	.event__teams > div:first-child img {
		margin: 10px 0 0;
	}
	.event__teams div:last-child div p,
	.event__teams > div:first-child div p {
		text-align: center;
	}
	.event__teams > div:last-child img {
		margin-left: 0;
		-webkit-box-ordinal-group: 0;
		-ms-flex-order: -1;
		order: -1;
		margin-right: 0;
	}
}
@media (max-width: 650px) {
	.review-table__wrap ol li {
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
	}
	.review-table__wrap ol li img {
		margin: 0;
	}
	.review-table__header div:nth-child(4),
	.review-table__header div:nth-child(5) {
		display: none;
	}
	.review-table__header div:nth-child(2) {
		width: 45%;
	}
	.review-table__header div:nth-child(1) {
		width: 27px;
	}
	.review-table__bookmaker {
		width: 44%;
	}
	.review-table__bonus {
		max-width: 44%;
	}
	.review-table__rating {
		width: 47%;
		margin-left: 10px;
	}
	.review-table__name {
		width: 140px;
	}
	.review-table__b-link {
		width: 130px;
	}
}
@media (max-width: 607px) {
	.review_field__bonus-hide {
		min-width: 300px;
	}
	.review_field__button {
		padding: 0.5rem 1rem;
	}
}
@media (max-width: 600px) {
	.author__date {
		display: block;
	}
	.author__wrap {
		padding: 15px 10px;
	}
	.author__cart {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column;
	}
	.author__social {
		-webkit-box-pack: center;
		-ms-flex-pack: center;
		justify-content: center;
	}
	.author__social > div {
		margin-right: 0;
	}
	.author__rating {
		padding: 10px 15px;
		font-size: 17px;
	}
}
@media (max-width: 594px) {
	.site__offer {
		min-width: 270px;
		width: 270px;
		text-align: center;
	}
	.site__pm {
		-webkit-box-align: center;
		-ms-flex-align: center;
		align-items: center;
	}
	.site__pm ul {
		-webkit-box-pack: center;
		-ms-flex-pack: center;
		justify-content: center;
	}
	.offer__welcome-offer {
		font-size: 25px;
	}
}
@media (max-width: 550px) {
	.comments-area .comment-respond .comment-form-author,
	.comments-area .comment-respond .comment-form-email,
	.comments-area .comment-respond .form-submit {
		width: 65%;
		float: none;
	}
	.comments-area .comment-respond .comment-form-comment {
		width: 89%;
		float: none;
	}
	.comments-area .comment-respond .comment-form-comment textarea {
		width: 97%;
	}
	.comments-area .comments__wrap {
		padding: 15px 20px;
	}
}
@media (max-width: 500px) {
	.slider__arrow .count {
		display: block;
	}
	.next {
		left: 90px;
	}
	.q_and_a details[open] div {
		display: block;
		overflow: scroll;
	}
}
@media (max-width: 450px) {
	.list-anchor {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column;
	}
	.list-anchor__title {
		margin-bottom: 7px;
	}
	.list-anchor ul li .icon {
		height: 12px;
		width: 12px;
		margin-left: 10px;
	}
	.review-page__rating {
		max-width: 320px;
	}
	.step2 {
		margin-left: 35px;
	}
	.step2::before {
		left: -26px;
	}
	.step2__body span {
		left: -40px;
	}
	.review-table__bonus {
		max-width: 100%;
		text-align: center;
	}
}
@media (max-width: 420px) {
	.footer-button {
		padding: 5px;
	}
	.footer-button svg {
		height: 12px;
		width: 12px;
	}
	.mobile-page__bonus-size {
		font-size: 1.1rem;
		padding: 5px 0;
	}
	.mobile-page__last-upd {
		font-size: 1.1rem;
		padding-bottom: 5px;
	}
	.lang-toggle img {
		width: 36px;
	}
}
@media screen and (max-width: 420px) {
	.download-mobile__bonus {
		font-size: 10px;
	}
}
@media screen and (max-width: 360px) {
	.download-mobile {
		margin: 10px;
	}
	.download-mobile__wrapper {
		grid-gap: 0 8px;
	}
	.download-mobile__title {
		font-size: 13px;
	}
}
@media screen and (max-width: 320px) {
	.download-mobile {
		margin: 5px;
	}
	.download-mobile__wrapper {
		-ms-grid-columns: 45px auto 100px;
		grid-template-columns: 45px auto 100px;
	}
}
@media (min-width: 768px) and (max-width: 1366px) {
	.action-section {
		margin: 0;
		padding: 20px;
	}
}
@media (min-width: 769px) and (max-width: 991px) {
	.btn-big-text,
	.btn-loadmore,
	.cards__btn-more,
	body .tag-block__btn-more {
		font-size: 12px;
	}
	.list-IL__link::after {
		right: 5px;
	}
	.cards__item {
		height: 155px;
	}
	.site__logo-and-rating {
		max-width: 200px;
		width: 200px;
	}
	.site__offer {
		margin: 15px;
		min-width: 230px;
		width: 230px;
	}
	.site__pm {
		display: none;
	}
	.site__pros-cons {
		margin: 10px 15px;
	}
	.offer__welcome-offer {
		font-size: 23px;
	}
	.block-posts__wrap {
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
		-webkit-box-pack: space-evenly;
		-ms-flex-pack: space-evenly;
		justify-content: space-evenly;
	}
	.block-posts__second {
		display: none;
	}
	.faq {
		margin-top: 20px;
	}
	.faq details {
		padding: 15px 23px;
	}
	.faq summary {
		font-size: 19px;
		margin-right: 0;
	}
	.faq summary::after {
		top: 10px;
		right: 15px;
		font-size: 2rem;
	}
	.q_and_a details {
		height: 250px;
		min-width: 370px;
	}
	.q_and_a details[open] div {
		padding: 30px 30px 20px;
	}
	footer .footer__logo img {
		max-width: 200px;
		height: auto;
	}
	footer .footer__social-link {
		width: 100%;
		max-width: unset;
		text-align: center;
		-webkit-box-align: center;
		-ms-flex-align: center;
		align-items: center;
		margin-top: 15px;
	}
	.about-page__wrap > :nth-child(2) {
		max-width: 50%;
	}
	.step2__body.with-image {
		width: 50%;
		max-width: 50%;
	}
	.step2__image {
		width: 50%;
	}
	.step2__image img {
		max-width: 100%;
		height: auto;
	}
}
@media (min-width: 992px) and (max-width: 1199px) {
	.header__navbar nav ul {
		padding: 10px 26px 10px 0;
	}
	.header__navbar nav li {
		margin: 0 12px;
	}
	.cards__item {
		height: 155px;
	}
	.block-posts__second {
		max-width: 37%;
	}
	.block-posts__second .post__image img {
		clip: rect(0 170px 195px 0);
	}
	.block-posts__second .post__content {
		margin-left: 170px;
	}
	.block-posts__second .post__description {
		margin: 10px 10px 17px;
	}
	.block-posts__second .post__title {
		margin: 10px;
	}
	.post {
		max-width: 30%;
		overflow: hidden;
	}
	.post__title {
		margin: 15px 20px 10px;
	}
	.post__description {
		margin: 10px 20px 30px;
	}
	.faq details {
		padding: 20px 32px;
	}
	.faq summary {
		margin-right: 0;
	}
	.faq summary::after {
		top: 14px;
		right: 23px;
	}
}
@media (min-width: 769px) and (max-width: 992px) {
	.header__navbar nav ul {
		padding: 10px 26px 10px 0;
	}
	.header__navbar nav ul li a {
		font-size: 10px;
	}
	.header__navbar nav li {
		margin: 0 18px;
	}
	.header__buttons {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column;
	}
	.header__buttons button {
		margin: 1px 0;
		display: block;
		padding: 7px 10px 6px;
		text-align: center;
		font-size: 10px;
	}
	.header__buttons button svg {
		width: 10px;
		height: 10px;
	}
	.header__buttons button:nth-child(2) {
		margin-left: 0;
	}
	.review-page__rating {
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
	}
	.review-page__logo div {
		margin-right: 10px;
	}
}
@media (max-width: 991px) and (min-width: 769px) {
	.medium-list ul li,
	.small-list ul li {
		width: 45%;
	}
	.comments-area .comment-respond .comment-form-author,
	.comments-area .comment-respond .comment-form-email,
	.comments-area .comment-respond .form-submit {
		width: 30%;
	}
	.comments-area .comment-respond .comment-form-comment {
		width: 65%;
	}
	.bk-point > div {
		padding: 30px;
	}
	.bk-point > div ul li {
		line-height: 30px;
	}
}
@media (max-width: 1199px) and (min-width: 991px) {
	.with-sidebar .site__offer {
		margin: auto 5px;
	}
	.with-sidebar .site__pros-cons {
		margin: 15px 5px;
	}
}
@media (min-width: 992px) and (max-width: 1200px) {
	.review-page__logo div {
		margin-right: 10px;
	}
}
@media (min-width: 1049px) and (max-width: 1210px) {
	.posts-archive__wrap .post {
		margin: 0 5px 30px;
		min-width: 320px;
	}
}
@media (min-width: 950px) and (max-width: 1050px) {
	.posts-archive__wrap .post {
		margin: 0 55px 30px;
		max-width: 343px;
	}
}
@media (min-width: 769px) and (max-width: 949px) {
	.posts-archive__wrap .post {
		margin: 0 17px 30px;
		max-width: 30%;
	}
}
@media (max-width: 1200px) and (min-width: 992px) {
	.bk-point > div {
		padding: 40px;
	}
}
