@charset "UTF-8";
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;
}
body .tag-block {
	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 .mobile-version {
	position: fixed;
	bottom: 0;
	left: 0;
	right: 0;
	text-align: center;
	z-index: 10;
	display: none;
	padding: 10px 0;
}
body .mobile-version:after {
	content: '';
	position: absolute;
	width: 100%;
	height: 100%;
	background-color: var(--ft_background_color);
	left: 0;
	top: 0;
	z-index: -1;
	opacity: 0.9;
}
body .mobile-version > * {
	font-size: 18px;
	padding: 7px 30px;
	min-width: 70%;
}
body ol {
	counter-reset: myCounter;
	padding-left: 0;
}
body ol li {
	list-style: none;
}
body ol li:before {
	counter-increment: myCounter;
	content: counter(myCounter);
	color: #fff;
	background: var(--main-accent-color);
	display: inline-block;
	text-align: center;
	margin: 5px 10px 5px 0;
	line-height: 19px;
	min-width: 19px;
	width: 19px;
	height: 19px;
	border-radius: 100px;
}
body .wp-block-image figcaption {
	border-bottom: 1px solid var(--main-accent-color);
	display: inline-block;
	font-size: 1.1rem;
}
body .wp-block-image img {
	height: auto;
}
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 p {
	line-height: 142.69%;
}
body h2 {
	font-weight: 600;
	font-size: 1.7rem;
	position: relative;
}
body h2::after {
	content: '';
	border-bottom: 2px solid var(--main-accent-color);
	width: 10%;
	position: absolute;
	bottom: -6px;
	left: 0;
}
.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;
	background-color: rgba(0, 0, 0, 0.7490196078);
}
a {
	color: var(--link_color);
}
a:hover {
	color: var(--link_hover);
}
.wp-block-table {
	border: 1px solid var(--main-accent-color);
	border-radius: var(--border-radius);
}
.wp-block-table.is-style-stripes {
	border-bottom: 1px solid var(--main-accent-color);
}
.wp-block-table.is-style-stripes table {
	border-collapse: inherit;
}
.wp-block-table td,
.wp-block-table th {
	border: unset;
}
.wp-block-table table {
	width: 99.6%;
	border-collapse: collapse;
	margin-left: 1px;
}
.wp-block-table table thead {
	background-color: var(--h_background_color);
	color: var(--h_navigation_color);
	font-size: 19px;
}
.wp-block-table table thead th {
	padding: 10px;
	border-left: 1px solid var(--h_navigation_color);
}
.wp-block-table table thead th:first-child {
	border-left: none;
}
.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: 1px solid var(--main-accent-color);
	padding: 10px;
	font-size: 14px;
}
.wp-block-table table tbody tr:not(:last-child) {
	border-bottom: 1px solid var(--main-accent-color);
}
.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: '»';
	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;
}
.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-color: var(--btn-back-color);
	border-color: var(--btn-back-color);
	color: var(--btn-back-text-color);
}
.btn-loadmore:hover,
.btn-with-back:hover {
	background-color: var(--btn-back-hover-bg-color);
	border-color: var(--btn-back-hover-bg-color);
	color: var(--btn-back-hover-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: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-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%;
}
.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;
}
.margin-top-20 {
	padding-bottom: 90px;
}
.header {
	background-color: var(--h_background_color);
	margin: auto;
	border-bottom: 2px solid var(--site_info_b_color);
}
.header__fixed {
	top: 0;
	position: fixed;
	width: 100%;
	z-index: 20;
}
.header__wrap {
	display: -ms-grid;
	display: grid;
	-ms-grid-columns: 9fr 1fr;
	grid-template-columns: 9fr 1fr;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-ms-flex-line-pack: center;
	align-content: center;
}
.header__logo img {
	max-height: 90px;
	width: auto;
	height: auto;
	max-width: 190px;
}
.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: '‹';
	position: absolute;
	right: -22px;
	top: 2px;
	font-size: 26px;
	-webkit-transform: rotate(-90deg);
	transform: rotate(-90deg);
	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-top: 1px solid var(--main-accent-color);
}
.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: 1px;
	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__navbar .menu-item-image,
.header__second-navbar .menu-item-image {
	width: 15px;
	height: 15px;
	display: inline;
	margin-right: 10px;
}
.header__second-navbar {
	margin-left: calc(-50vw + 50%) !important;
	margin-right: calc(-50vw + 50%) !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;
}
.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;
	right: -300px;
	-webkit-transition: left 0.4s;
	transition: left 0.4s;
	z-index: 2;
	-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;
	border-top: 1px solid var(--main-accent-color);
	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 #cdcdcd;
	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 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 {
	width: 10px;
	height: 6px;
	background: url(/assets/images/icon_sprites.png) -40px -40px;
	content: '';
	position: absolute;
	right: 0;
	top: 16px;
	-webkit-transition: -webkit-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: 12px;
	right: 13px;
	width: 30px;
	height: 30px;
}
.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 {
	right: 0;
}
.header__mobile-navbar > label {
	position: inherit;
	top: unset;
	right: 0;
	width: 30px;
	height: 30px;
	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: -ms-grid;
	display: grid;
	-ms-grid-columns: 1fr 1fr;
	grid-template-columns: 1fr 1fr;
	grid-gap: 10px;
	width: 100%;
}
.header__buttons * {
	width: 100%;
	padding: 5px 8px;
}
.header__buttons :nth-child(1) {
	-webkit-transition: 0.1s;
	transition: 0.1s;
	background-color: var(--btn-header-first-bg);
	color: var(--btn-header-first-color);
	border-color: var(--btn-header-first-border);
}
.header__buttons :nth-child(1):hover {
	background-color: var(--btn-header-first-hover);
	border-color: var(--btn-header-first-hover);
}
.header__buttons :nth-child(2) {
	-webkit-transition: 0.1s;
	transition: 0.1s;
	background-color: var(--btn-header-second-bg);
	color: var(--btn-header-second-color);
	border-color: var(--btn-header-second-border);
}
.header__buttons :nth-child(2):hover {
	background-color: var(--btn-header-second-hover);
	border-color: var(--btn-header-second-hover);
}
.menu-item-has-children img {
	width: auto;
	height: 20px;
}
.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: #e1e7ea;
	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;
}
.block-posts__second .post:last-child {
	margin-bottom: 0;
}
.block-posts__second .post__image {
	background-color: #dbdbdb;
	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: var(--bg-body);
	border: 1px solid var(--main-accent-color);
	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;
}
.post a {
	text-decoration: none;
}
.post__date {
	line-height: 142.69%;
	color: #fff;
	position: absolute;
	left: 0;
	top: 15px;
	background-color: rgba(51, 182, 60, 0.38);
	padding: 6px 13px 5px;
	z-index: 1;
}
.post__image {
	background-color: #dbdbdb;
	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: var(--text-body-color);
}
.post__description {
	margin: 10px 20px 40px;
	line-height: 142.69%;
	color: var(--text-body-color);
}
.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%,
		rgba(255, 255, 255, 0.0509803922) 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 rgba(0, 0, 0, 0.0705882353);
	-webkit-box-shadow: 0 0 25px rgba(0, 0, 0, 0.0705882353);
	border-radius: 6px;
	width: 39px;
	height: 30px;
	position: absolute;
	bottom: 0;
	background-repeat: no-repeat;
	-webkit-transform: rotate(180deg);
	transform: rotate(180deg);
	cursor: pointer;
	border: unset;
}
.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;
	border: 1px solid var(--main-accent-color);
	border-radius: var(--border-radius);
	padding: 31px 42px 31px 53px;
	margin-bottom: 15px;
	position: relative;
	line-height: 142%;
}
.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 {
	content: '›';
	position: absolute;
	top: 24px;
	right: 30px;
	-webkit-transition: 0.5s;
	transition: 0.5s;
	-webkit-transform: rotate(90deg);
	transform: rotate(90deg);
	font-size: 3rem;
	color: var(--text-body-color);
	width: 12px;
	height: 40px;
}
.faq details[open] summary::after {
	-webkit-transition: 0.5s;
	transition: 0.5s;
	-webkit-transform: rotate(270deg);
	transform: rotate(270deg);
}
.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 rgba(0, 0, 0, 0.0705882353);
	-webkit-box-shadow: 0 0 25px rgba(0, 0, 0, 0.0705882353);
	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: var(--ft_background_color);
}
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__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 {
	border-top: 2px solid var(--site_info_b_color);
	padding: 10px 0;
	background-color: var(--ft_background_color);
}
.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: '»';
	position: absolute;
	top: -4px;
	right: 10px;
	font-size: 20px;
	color: var(--main-accent-color);
	font-weight: 600;
}
.about-page {
	position: relative;
	overflow: hidden;
	background-size: cover;
	background-color: var(--h_background_color);
	background-position: 50%;
	min-width: 100%;
	margin-left: calc(-50vw + 50%) !important;
	margin-right: calc(-50vw + 50%) !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 {
	background: #fff;
	border: 1px solid var(--main-accent-color);
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	-webkit-box-shadow: 0 0 25px rgba(0, 0, 0, 0.07);
	box-shadow: 0 0 25px rgba(0, 0, 0, 0.07);
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	padding: 14px 20px;
	margin-top: 30px !important;
	border-radius: var(--border-radius);
}
.list-anchor__title {
	font-weight: 700;
	font-size: 13px;
	line-height: 192.69%;
	padding-right: 17px;
	text-transform: uppercase;
	white-space: nowrap;
	margin: 0;
}
.list-anchor__title::after {
	content: none;
}
.list-anchor 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;
}
.list-anchor ul li {
	padding-right: 45px;
}
.list-anchor ul li:last-child {
	padding-right: 0;
}
.list-anchor ul a {
	text-decoration: none;
	color: #838383;
	font-size: 12px;
	line-height: 142.69%;
}
.list-anchor ul a:hover {
	text-decoration: underline;
	color: var(--main-accent-color);
}
.list-anchor-new {
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	border-radius: 0 0 10px 10px;
	display: none;
}
.list-anchor-new__title {
	font-weight: 700;
	font-size: 13px;
	line-height: 192.69%;
	padding-right: 17px;
	text-transform: uppercase;
	white-space: nowrap;
	margin: 0;
}
.list-anchor-new__title::after {
	content: none;
}
.list-anchor-new ol {
	width: 100%;
	list-style-type: none;
	margin: 0;
	padding: 10px;
	background-color: #fff;
	border-radius: 15px;
	-webkit-column-count: 3;
	-moz-column-count: 3;
	column-count: 3;
}
.list-anchor-new ol li {
	padding-right: 45px;
	padding-left: 2rem;
	margin-bottom: 0;
}
.list-anchor-new ol li:last-child {
	padding-right: 0;
}
.list-anchor-new ol a {
	text-decoration: none;
	font-size: 15px;
	line-height: 142.69%;
	font-weight: 700;
}
.list-anchor-new ol a:hover {
	text-decoration: underline;
	color: var(--main-accent-color);
}
.list-anchor-new ul {
	width: 100%;
	list-style-type: none;
	padding: 10px;
	margin: 0;
	background-color: #fff;
	border-radius: 15px;
	-webkit-column-count: 3;
	-moz-column-count: 3;
	column-count: 3;
}
.list-anchor-new ul li {
	padding-right: 45px;
	padding-left: 1.2rem;
	margin-bottom: 0;
}
.list-anchor-new ul li:last-child {
	padding-right: 0;
}
.list-anchor-new ul li:before {
	content: var(--toc-style);
}
.list-anchor-new ul a {
	text-decoration: none;
	color: #838383;
	font-size: 15px;
	line-height: 142.69%;
	font-weight: 700;
}
.list-anchor-new ul a:hover {
	text-decoration: underline;
	color: var(--main-accent-color);
}
.list-anchor-new.show {
	display: -webkit-box !important;
	display: -ms-flexbox !important;
	display: flex !important;
}
.list-anchor-new__head {
	text-align: center;
	cursor: pointer;
	position: relative;
	padding: 10px 0;
	color: var(--h_navigation_color);
	background: var(--h_background_color);
	display: block;
}
.list-anchor-new__head:before {
	content: '☰';
	display: block;
	position: absolute;
	top: 11px;
	right: 20px;
}
.list-anchor-new__wrap {
	overflow: hidden;
	border-radius: 10px;
	margin: 10px 0;
	margin-top: 30px !important;
}
.list-anchor-new__old {
	border-radius: 10px;
	margin: 10px 0;
}
.promocode-mini {
	max-width: 280px;
	border: 1px solid var(--main-accent-color);
	border-radius: var(--border-radius);
	padding: 10px;
	position: relative;
	margin: 20px 0;
	background: #fff;
}
.promocode-mini__help {
	text-align: center;
}
.promocode-mini__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;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}
.promocode-mini__body a {
	text-decoration: none;
}
.promocode-mini__body button {
	padding: 0;
	margin: 0;
	border: unset;
}
.promocode-mini__title {
	font-style: normal;
	font-size: 16px;
	line-height: 135%;
	text-align: center;
	font-weight: bolder;
	padding: 10px 0;
}
.promocode-mini input {
	border: unset;
	text-align: center;
}
.promocode-mini input,
.promocode-mini__code {
	font-style: normal;
	font-size: 14.6524px;
	line-height: 125%;
	color: #000;
	outline: 1px dashed var(--btn-back-color);
	outline-offset: -1px;
	height: 38px;
	width: 128px;
	border-radius: 5px;
	-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;
}
.promocode-mini input:before,
.promocode-mini__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);
}
.promocode-mini input:after,
.promocode-mini__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);
}
.promocode-mini__code-sticker {
	content: 'COPY';
	position: absolute;
	background-color: var(--btn-back-color);
	color: #fff;
}
.promocode-mini .button_bonus {
	font-style: normal;
	font-size: 14.6524px;
	line-height: 125%;
	border: unset;
	height: 40px;
	width: 130px;
	border-radius: 5px;
	-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;
}
.promocode-mini .promocode-block-ref {
	display: none;
}
.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: var(--color_bg_soc_icons);
	-webkit-transition: 0.3s;
	transition: 0.3s;
	border-radius: 7px;
}
.social-links li a svg {
	fill: var(--color_soc_icons);
}
.social-links li a:hover {
	background-color: var(--color_soc_icons);
}
.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: #1d2d30;
	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: #1d2d30;
	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;
}
.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;
}
.howto {
	background-color: #fff;
	border: 1px solid var(--main-accent-color);
	border-radius: 20px;
	padding: 20px;
	margin: 35px 50px;
}
.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__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;
}
.step {
	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%;
}
.step::before {
	content: '';
	position: absolute;
	width: 2px;
	height: 120%;
	background-color: #ece7e7;
	left: -56px;
	top: 0;
}
.step:last-child::before {
	background-color: var(--bg-body);
	height: 50%;
}
.step__body {
	width: 100%;
}
.step__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: 100px;
	position: absolute;
	left: -70px;
	top: 0;
}
.step__body.with-image {
	max-width: 45%;
	min-width: 45%;
}
.step__image {
	margin-left: 25px;
	min-width: 50%;
	max-width: 65%;
}
.step__image img {
	max-width: 100%;
	height: auto;
}
.step__title {
	color: var(--main-accent-color);
	margin: 0;
	font-weight: 600;
	font-size: 1.3rem;
}
.step__text--with_title {
	margin-top: 0;
}
.step__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;
}
.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: 1px solid var(--main-accent-color);
	border-radius: var(--border-radius);
	padding: 30px 40px;
	background: #fff;
}
.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 {
	-webkit-box-shadow: 1px 1px 5px #d4d4d4;
	box-shadow: 1px 1px 5px #d4d4d4;
	padding: 10px;
	margin: 15px 0;
}
.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%;
	border-width: 1px;
	border-style: solid;
	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__title {
	margin-bottom: 10px;
	font-weight: 700;
	font-size: 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: 1px solid var(--btn-back-color);
	border-radius: var(--border-radius);
	margin-top: 30px !important;
	margin-bottom: 30px !important;
}
.payment-methods__title {
	background-color: var(--btn-back-color);
	border-top-left-radius: var(--border-radius);
	border-top-right-radius: var(--border-radius);
	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;
}
.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;
}
.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 rgba(0, 0, 0, 0.0705882353);
	box-shadow: 0 0 25px rgba(0, 0, 0, 0.0705882353);
	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: 80px;
	position: absolute;
	top: -8px;
	right: calc(50% - 40px);
	-webkit-animation-delay: 1s;
	animation-delay: 1s;
}
.gift-block__arrow img:nth-child(1) {
	width: 140px;
	position: absolute;
	top: 0;
	right: calc(50% - 70px);
}
@-webkit-keyframes stopsignal {
	0% {
		opacity: 1;
	}
	to {
		opacity: 0;
	}
}
@keyframes stopsignal {
	0% {
		opacity: 1;
	}
	to {
		opacity: 0;
	}
}
@-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;
}
.gift-block::after {
	width: 100%;
	height: calc(100% - 30px);
	content: ' ';
	position: absolute;
	bottom: 0;
	z-index: -1;
	border-radius: var(--border-radius);
	background-color: #2e2e2e;
	border: 3px solid #2f2f2f;
	outline: #e6e5e4 solid 1px;
	outline-offset: -8px;
	-webkit-backdrop-filter: blur(20px);
	backdrop-filter: blur(20px);
	background-color: var(--h_background_color);
	opacity: 0.6;
	-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: var(--h_background_color);
	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 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 {
	font-weight: 900;
	font-size: 3rem;
}
.gift-block__button {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	padding: 20px;
}
.gift-block__button button {
	font-size: 1rem;
	background: #363;
	color: #fff;
	border: 0 solid #ffdf39;
	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: rgba(255, 255, 255, 0.0784313725);
	border: unset;
	padding: 20px;
}
.about-page__wrap .bonuses-and-offers {
	max-width: 320px;
	margin: 20px 0;
	background-color: rgba(255, 255, 255, 0.0784313725);
	border-radius: var(--border-radius);
}
.light-box {
	display: none;
	position: fixed;
	z-index: 999;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	padding: 1em;
	background: rgba(0, 0, 0, 0.8);
}
.light-box img {
	max-height: 100%;
	width: auto;
}
.light-box:target {
	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;
}
.light-box span {
	display: block;
	width: 100%;
	height: 100%;
	background-position: center;
	background-repeat: no-repeat;
	background-size: contain;
}
.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;
}
.rated-games-cards-block {
	text-align: center;
}
.rated-games-cards-block__title {
	font-size: 32px;
	font-weight: 700;
	line-height: 38px;
	letter-spacing: 0;
	color: #fff;
	margin-bottom: 20px;
}
.rated-games-cards-block .rated_games_cards {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-ms-flex-pack: distribute;
	justify-content: space-around;
	margin-bottom: 30px;
	gap: 10px 5px;
}
.rated-games-cards-block .rated_games_cards .game_card {
	border-radius: var(--border-radius);
	background: var(--bg-color-blocks);
	overflow: hidden;
}
.rated-games-cards-block .rated_games_cards .game_card .image_card img {
	max-width: 280px;
}
.rated-games-cards-block .rated_games_cards .game_card .game-name {
	font-weight: 700;
	text-align: left;
	padding: 200px 20px 0;
	background: -webkit-gradient(
		linear,
		left bottom,
		left top,
		color-stop(17%, var(--bg-color-blocks)),
		to(transparent)
	);
	background: linear-gradient(0deg, var(--bg-color-blocks) 17%, transparent);
	margin-top: -200px;
	position: relative;
	color: var(--btn-back-text-color);
}
.rated-games-cards-block
	.rated_games_cards
	.game_card
	.game-button
	.play-game-button {
	padding: 12px;
	width: -webkit-fill-available;
	border-radius: var(--border-radius);
	background: var(--btn-back-color);
	color: var(--btn-back-text-color);
	border: none;
	margin: 20px;
	font-size: 18px;
	font-weight: 700;
	cursor: pointer;
}
.rated-games-cards-block
	.rated_games_cards
	.game_card
	.game-button
	.play-game-button:hover {
	background-color: var(--btn-back-hover-bg-color);
	border-color: var(--btn-back-hover-bg-color);
	color: var(--btn-back-hover-text-color);
}
.rated-games-cards-block .load-more-button {
	width: 288px;
	padding: 12px 16px;
	border-radius: var(--border-radius);
	background: var(--bg-color-blocks);
	color: var(--btn-back-text-color);
	border: none;
	margin: 10px auto;
	font-size: 18px;
	font-weight: 700;
	line-height: 21px;
	letter-spacing: 0;
}
.fast-links-block {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-ms-flex-direction: row;
	flex-direction: row;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	border-radius: 16px;
	margin-top: 10px;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}
.fast-links-block button {
	padding: 0 0 0 1rem;
}
.fast-links-block__item {
	-webkit-box-shadow: -5px 4px 10px rgba(0, 0, 0, 0.09);
	box-shadow: -5px 4px 10px rgba(0, 0, 0, 0.09);
	background: var(--fs_background);
	height: 75px;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	border-radius: 10px;
	border: none;
	font-weight: 400;
	font-size: 16px;
	text-transform: uppercase;
	margin: 10px 5px;
	color: #fff;
	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;
	width: 280px;
	text-align: left;
	cursor: pointer;
	padding-left: 20px;
}
.fast-links-block__item.active {
	background-color: var(--fs_background_hover);
	color: #fff;
	padding: 10px 25px;
}
.fast-links-block__item.active span {
	color: #fff;
}
.fast-links-block__item span {
	color: #fff;
	font-size: 10px;
	text-align: left;
	margin: 0;
}
.fast-links-block__item strong {
	font-size: 15px;
	font-weight: 700;
	text-align: left;
	display: block;
}
.fast-links-block__item img {
	width: auto;
	height: 40px;
	margin-left: 10px;
	margin-right: 10px;
}
.fast-links-block__item a {
	font-weight: 700;
	text-decoration: none;
	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;
	padding: 10px 25px;
}
.fast-links-block__item:hover {
	background: var(--fs_background_hover);
}
.fast-links-block__item:hover a,
.fast-links-block__item:hover span {
	color: #fff;
}
.fast-links-block a {
	text-decoration: none;
}
.icon-arrow {
	background-image: url("data:image/svg+xml,%3Csvg width='8' height='9' viewBox='0 0 8 9' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cg clip-path='url(%23clip0_1_305)'%3E%3Cline x1='7.33334' y1='1.16667' x2='7.33334' y2='7.83333' stroke='white' stroke-width='1.33333' stroke-linecap='round'/%3E%3Cline x1='7.33333' y1='7.83329' x2='0.666666' y2='7.83329' stroke='white' stroke-width='1.33333' stroke-linecap='round'/%3E%3Cpath d='M7.19527 8.63803C7.45562 8.89838 7.87773 8.89838 8.13808 8.63803C8.39843 8.37768 8.39843 7.95557 8.13808 7.69522L7.19527 8.63803ZM1.13808 0.695197C0.877728 0.434847 0.455618 0.434846 0.195268 0.695195C-0.065082 0.955544 -0.0650825 1.37765 0.195267 1.638L1.13808 0.695197ZM8.13808 7.69522L1.13808 0.695197L0.195267 1.638L7.19527 8.63803L8.13808 7.69522Z' fill='white'/%3E%3C/g%3E%3Cdefs%3E%3CclipPath id='clip0_1_305'%3E%3Crect width='8' height='8' fill='white' transform='translate(0 0.5)'/%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E%0A");
	width: 1rem;
	height: 1rem;
	background-repeat: no-repeat;
	background-position: center;
	background-size: 0.5rem;
}
.icon-home {
	background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' fill='none'%3E%3Cpath fill='%23fff' d='M23.503 11.803 12.6.263a.844.844 0 0 0-.275-.195.805.805 0 0 0-.922.195L.498 11.803A1.853 1.853 0 0 0 0 13.073c0 .99.76 1.795 1.694 1.795h1.15v8.235c0 .496.378.897.846.897h6.616v-6.28h2.965V24h7.04c.468 0 .847-.4.847-.897v-8.235h1.149c.45 0 .881-.188 1.199-.527.66-.701.66-1.837-.003-2.538Z'/%3E%3C/svg%3E");
	width: 20px;
	height: 14px;
	display: block;
	background-position: center;
	background-size: contain;
	background-repeat: no-repeat;
}
@media screen and (min-width: 768px) {
	.header__wrap {
		-ms-grid-columns: 1fr 9fr 5fr;
		grid-template-columns: 1fr 9fr 5fr;
	}
	.about-page__wrap .bonuses-and-offers__body {
		background-color: var(--h_background_color);
	}
}
@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) {
	body .mobile-version {
		display: block;
	}
	.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;
	}
	.info-about-site__title > *,
	body .tag-block__title > * {
		max-width: 77%;
	}
	.info-about-site__title::before,
	body .tag-block__title::before {
		top: 50%;
	}
	.header__logo img {
		width: 129px;
		height: unset;
	}
	.header__navbar,
	.header__second-navbar {
		display: none;
	}
	.header__mobile-navbar {
		display: block;
	}
	.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: 20px;
		width: 5px;
		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__col {
		min-width: 170px;
		margin-left: 45px;
	}
	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 {
		background-image: none !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 ul,
	.list-anchor-new ol,
	.list-anchor-new ul {
		-webkit-column-count: 2;
		-moz-column-count: 2;
		column-count: 2;
		display: block;
	}
	.promocode-mini {
		max-width: 100%;
	}
	.promocode-mini__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;
	}
	.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;
	}
	.howto {
		margin: 35px 0;
	}
	.step {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column;
	}
	.step__body.with-image {
		width: 100%;
		min-width: 100%;
	}
	.step__image {
		margin-left: 0;
		width: 100%;
	}
	.step__image img {
		max-width: 100%;
		width: 100%;
		height: auto;
	}
	.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;
	}
	.fast-links-block button,
	.fast-links-block__item {
		width: 100%;
	}
}
@media screen and (max-width: 768px) {
	.header__wrap {
		justify-items: center;
	}
	.header__buttons {
		-ms-grid-column: 1;
		-ms-grid-column-span: 2;
		grid-column: 1/3;
		margin: 10px 0;
	}
}
@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 {
		margin-bottom: 5px;
		padding-right: 20px;
	}
	.list-anchor-new {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column;
	}
	.list-anchor-new__title {
		margin-bottom: 7px;
	}
	.list-anchor-new ol li,
	.list-anchor-new ul li {
		margin-bottom: 5px;
		padding-right: 20px;
	}
	.review-page__rating {
		max-width: 320px;
	}
	.step {
		margin-left: 35px;
	}
	.step::before {
		left: -26px;
	}
	.step__body span {
		left: -40px;
	}
	.review-table__bonus {
		max-width: 100%;
		text-align: center;
	}
}
@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%;
	}
	.step__body.with-image {
		width: 50%;
		max-width: 50%;
	}
	.step__image {
		width: 50%;
	}
	.step__image img {
		max-width: 100%;
		height: auto;
	}
}
@media (min-width: 992px) and (max-width: 1199px) {
	.header__navbar nav ul {
		padding: 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: 0;
	}
	.header__navbar nav li {
		margin: 0 18px;
	}
	.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;
	}
}
