:root {
	--offset-xxs: 16px;
	--offset-xs: 16px;
	--offset-sm: 16px;
	--offset-md: 16px;
	--offset-lg: 16px;
	--offset-xl: 16px;
	--offset-one-side: 8px;
	--offset-xxs-one-side: calc(var(--offset-xxs) / 2);
	--offset-xs-one-side: calc(var(--offset-xs) / 2);
	--offset-sm-one-side: calc(var(--offset-sm) / 2);
	--offset-md-one-side: calc(var(--offset-md) / 2);
	--offset-lg-one-side: calc(var(--offset-lg) / 2);
	--offset-xl-one-side: calc(var(--offset-xl) / 2);
	--fields: 16px;
} /*! modern-normalize v1.1.0 | MIT License | https://github.com/sindresorhus/modern-normalize */
*,
:after,
:before {
	box-sizing: border-box;
}
.modal {
	display: none;
	position: fixed;
	z-index: 3;
	padding-top: 22vh;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	overflow: auto;
	background-color: rgb(0, 0, 0);
	background-color: rgba(0, 0, 0, 0.4);
}

.modal-content {
	border-radius: 20px;
	background-color: #fefefe;
	margin: auto;
	max-width: 600px;
}

.modal-content p {
	font-size: 20px;
	text-align: left;
	line-height: 1.3;
	color: black;
}

.close {
	cursor: pointer;
	font-size: 32px;
	margin: 30px;
	font-weight: 600;
	color: var(--c13);
	float: right;
}

.close:hover {
	color: var(--c17);
}

html {
	-webkit-text-size-adjust: 100%;
	line-height: 1.15;
	-moz-tab-size: 4;
	-o-tab-size: 4;
	tab-size: 4;
}
body {
	font-family: system-ui, -apple-system, Segoe UI, Roboto, Ubuntu, Cantarell, Noto Sans, sans-serif,
		Helvetica, Arial, Apple Color Emoji, Segoe UI Emoji;
}
hr {
	color: inherit;
	height: 0;
}
abbr[title] {
	-webkit-text-decoration: underline dotted;
	text-decoration: underline dotted;
}
b,
strong {
	font-weight: bolder;
}
code,
kbd,
pre {
	font-family: ui-monospace, SFMono-Regular, Consolas, Liberation Mono, Menlo, monospace;
	font-size: 1em;
}
small {
	font-size: 80%;
}
sub,
sup {
	font-size: 75%;
	line-height: 0;
	position: relative;
	vertical-align: baseline;
}
sub {
	bottom: -0.25em;
}
sup {
	top: -0.5em;
}
table {
	border-color: inherit;
	text-indent: 0;
}
button,
input,
select,
textarea {
	font-family: inherit;
	font-size: 100%;
	line-height: 1.15;
	margin: 0;
}
button,
select {
	text-transform: none;
}
[type="button"],
[type="reset"],
[type="submit"],
button {
	-webkit-appearance: button;
}
::-moz-focus-inner {
	border-style: none;
	padding: 0;
}
legend {
	padding: 0;
}
::-webkit-inner-spin-button,
::-webkit-outer-spin-button {
	height: auto;
}
[type="search"] {
	-webkit-appearance: textfield;
	outline-offset: -2px;
}
::-webkit-search-decoration {
	-webkit-appearance: none;
}
::-webkit-file-upload-button {
	-webkit-appearance: button;
	font: inherit;
}
:root {
	--c0: #000;
	--c1: #fff;
	--c2: #20181e;
	--c3: #47b;
	--c4: #ba0000;
	--c5: #030d17;
	--c6: #e9e9e9;
	--c7: #f5f5f5;
	--c8: #fb0;
	--c9: #ab0033;
	--c10: #75092a;
	--c11: #666;
	--c12: #276;
	--c13: #027ab4;
	--c14: #f5fcfa;
	--c15: #e5f7f2;
	--c16: #1f2170;
	--c17: #ffbb11;
	--c18: #e2b23f;
	--c19: #09192c;
	--c20: #35a6de;
	--c21: #2489bb;
	--c22: #db5047;
	--c23: #bc3d35;
	--c24: #ddd;
	--c25: red;
	--c26: #212121;
	--c27: #012c57;
	--c28: #03203d;
	--c29: #363636;
	--c30: #e3ebf5;
	--c31: #5665fb;
	--c32: #f70;
	--c33: #f0dddd;
	--c34: #790f9b;
	--c35: #4e0865;
}
svg {
	overflow: hidden;
	vertical-align: middle;
}
.icon {
	fill: currentColor;
	display: inline-block;
	font-size: 1rem;
	height: 1em;
	width: 1em;
}
.icon-checked-round {
	color: var(--c17);
}
.footer-controls .icon.icon-email {
	font-size: 1.375rem;
}
:root {
	--offset: 16px;
}
body,
html {
	height: 100%;
}
html {
	font-size: 100%;
	scroll-behavior: smooth;
}
body {
	-webkit-text-size-adjust: 100%;
	-webkit-font-smoothing: antialiased;
	-moz-text-size-adjust: 100%;
	text-size-adjust: 100%;
	background-color: var(--c7);
	color: var(--c0);
	font-family: -apple-system, BlinkMacSystemFont, Arial, Segoe UI, Noto Sans, sans-serif,
		Apple Color Emoji, Segoe UI Emoji, Segoe UI Symbol, Noto Color Emoji;
	font-size: 1rem;
	font-weight: 400;
	line-height: 1.65;
	margin: 0;
	min-width: 320px;
	overflow-x: hidden;
	position: relative;
}
body.body-white {
	background-color: var(--c1);
	color: var(--c0);
}
h1,
h2,
h3,
h4 {
	font-weight: 400;
	margin-top: 0;
}
.navbar-links span {
	color: #7a0026;
}
a {
	color: #7a0026;
	outline: none;
	text-decoration: none;
	word-break: break-word;
}
a:hover {
	color: var(--c4);
}
.pseudo-link {
	color: var(--c0);
	cursor: pointer;
}
.pseudo-link:hover {
	color: var(--c4);
}
p {
	word-break: break-word;
}
button {
	background: transparent;
	border: none;
}
button:active,
button:focus {
	outline: none;
}
[role="button"] {
	cursor: pointer;
}
img {
	border-style: none;
	height: auto;
	max-width: 100%;
	vertical-align: middle;
}
input {
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	outline: none;
}
input[type="search"]::-ms-clear,
input[type="search"]::-ms-reveal {
	display: none;
	height: 0;
	width: 0;
}
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration,
input[type="search"]::-webkit-search-results-button,
input[type="search"]::-webkit-search-results-decoration {
	display: none;
}
textarea {
	outline: none;
	overflow-x: hidden;
	resize: vertical;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
th {
	text-align: inherit;
	text-align: -webkit-match-parent;
}
iframe {
	border: none;
}
blockquote {
	margin: 2rem 0;
	padding-left: 0;
	padding-top: 2.5rem;
	position: relative;
}
blockquote p {
	font-size: 1.5rem;
	font-weight: 700;
	line-height: 1.875rem;
}
blockquote:before {
	background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg width='16' height='16' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M1.463 3C.732 4.26 0 6.333 0 7.919V13h7.38V6.821H4.199c.127-1.097.604-2.56 1.145-3.821h-3.88Zm8.62 0C9.353 4.26 8.62 6.333 8.62 7.919V13H16V6.821h-3.18c.126-1.097.604-2.56 1.144-3.821h-3.88Z' fill='%23E60'/%3E%3C/svg%3E");
	content: "";
	height: 16px;
	left: 0;
	position: absolute;
	top: 0;
	width: 16px;
}
blockquote:after {
	background: #e60;
	content: "";
	height: 2px;
	left: 40px;
	position: absolute;
	top: 6px;
	width: calc(100% - 40px);
}
.backdrop {
	background: transparent;
	z-index: -1;
}
.backdrop,
.page-overlay {
	bottom: 0;
	display: none;
	left: 0;
	position: fixed;
	right: 0;
	top: 0;
}
.page-overlay {
	background-color: rgba(0, 0, 0, 0.7);
	z-index: 20;
}
.page-overlay.is-active {
	display: block;
}
.wrapper-full {
	margin: 0 auto;
	min-height: 100%;
}
.main-content,
.wrapper-full {
	display: flex;
	flex-direction: column;
}
.main-content {
	flex: 1;
}
.container,
.wrapper {
	margin: 0 auto;
	max-width: 71rem;
	padding-left: var(--offset);
	padding-right: var(--offset);
}
.text-shadow {
	text-shadow: -1px -1px 1px rgba(255, 255, 255, 0.1), 1px 1px 1px rgba(0, 0, 0, 0.5);
}
.hidden {
	display: none;
}
.article-details,
.author-article,
.author-item,
.authors,
.best-category-item-body,
.best-category-items,
.blog-article-items,
.blog-item-all,
.card-item-colored,
.card-item-head,
.card-telegram,
.cards-bar,
.columns,
.comment-items,
.contacts-group,
.country-data-item,
.demographics-audience .column-item,
.demographics-bar,
.demographics-bars,
.dev-card,
.dev-card-data,
.feature-table th,
.feature-table tr,
.footer-license,
.footer-main,
.form-field,
.game-fullpage-body,
.game-fullpage-controls,
.game-fullpage-header,
.gender,
.main-header,
.manager-widget-main,
.masonry-items,
.modal-head,
.offer-app-item-download,
.offer-promo,
.offer-promo-fixed-body,
.pros-and-cons,
.simple-article-items,
.simple-code-wrp label,
.simple-columns,
.simple-items,
.simple-prm,
.simple-prm-item-main,
.simple-rounded-items,
.simple-slot-item-active,
.simple-slot-item-body,
.simple-slot-items,
.simple-toast-body,
.social-icons,
.tags,
.telegram-prl {
	display: grid;
}
#svg-countries,
.best-category-item,
.blog-article-item,
.blog-item,
.blog-rating-item,
.button-code:before,
.card-complaint-item-content,
.card-complaint-item-group,
.card-complaint-item-info,
.card-complaint-item-logo,
.card-item-buttons,
.card-item-code,
.card-item-colored-body,
.card-item-colored-buttons,
.card-item-colored-image,
.card-item-content,
.card-item-group,
.card-item-logo,
.card-item-logo_black,
.card-item-rating-wrapper,
.card-item .card-item-body,
.card-telegram-logo,
.cards,
.change-lang,
.change-lang li,
.code-help-title,
.country-data-bar,
.dev-card-logo,
.dev-card-logo picture,
.footer-controls,
.main-complaint-top .buttons,
.main-complaint-top .tab-nav,
.main-header-group,
.modal-control-wrapper,
.modal-subscribe-tm .modal-body,
.modal-subscribe-tm .modal-head,
.nav-scroller .nav,
.navbar-dropdown-link,
.navbar-link,
.offer-app-item-optimization-bar,
.offer-promo-buttons,
.offer-promo-code,
.offer-promo-fixed-logo,
.offer-promo-group,
.offer-promo-label-license,
.offer-promo-logo,
.offer-promo-rating,
.rating-dropdown .toggle-rating-body,
.simple-code-wrp,
.simple-item,
.simple-slot-item,
.simple-slot-item-footer,
.telegram-prl-group,
.telegram-prl-logo {
	display: flex;
}
.author-social-items,
.blog-item-info,
.button-comment,
.char-meta,
.comment-item-head,
.contents-control,
.dev-card-data-item,
.development-items,
.disclaimer-header-body,
.feature-value,
.footer-awards,
.form-field > :not(.form-field-column),
.header-search ul > li,
.main-complaint-top .tab-nav-link,
.pagination,
.rating-dropdown .toggle-rating-box,
.row,
.secure-seals,
.simple-slot-item-labels,
.tag-items,
.tags {
	display: flex;
	flex-wrap: wrap;
}
.list-unstyled {
	list-style-type: none;
	margin: 0;
	padding: 0;
	flex-direction: row;
	display: flex;
	justify-content: space-around;
}
.footer-nav {
	list-style-type: none;
	margin: 0;
	padding: 0;
	flex-direction: column;
	display: flex;
}
@media screen and (min-width: 981px) {
	.multicolumn-md-2 {
		-webkit-column-count: 2;
		-moz-column-count: 2;
		column-count: 2;
	}
}
.simple-columns {
	--gap: 1.5rem;
	--template-column: 1fr;
	grid-gap: var(--gap);
	grid-template-columns: var(--template-column);
}
.simple-columns-item {
	background-color: var(--c1);
	padding: 1rem;
}
.simple-columns-item-icon {
	margin-bottom: 1rem;
}
@media screen and (min-width: 981px) {
	.simple-columns-item {
		padding: 1.5rem;
	}
}
.simple-columns-item-main > :last-child {
	margin-bottom: 0;
}
@media screen and (min-width: 981px) {
	.simple-columns-md-2 {
		--template-column: 1fr 1fr;
	}
}
.g-recaptcha {
	-webkit-transform: scale(0.84);
	transform: scale(0.84);
	-webkit-transform-origin: 0 0;
	transform-origin: 0 0;
}
@media screen and (min-width: 768px) {
	.g-recaptcha {
		-webkit-transform: scale(1);
		transform: scale(1);
	}
}
.mt-16 {
	margin-top: 1rem;
}
.row {
	--offset: 16px;
	margin-left: calc(var(--offset) * -1);
	margin-right: calc(var(--offset) * -1);
}
.col-24 {
	min-height: 1px;
	padding-left: var(--offset);
	padding-right: var(--offset);
	position: relative;
	width: 100%;
}
.main-page {
	margin-bottom: 1rem;
	margin-top: 1.5rem;
}
.main-page h1 {
	font-size: 1.25rem;
	line-height: 1.625rem;
	margin-bottom: 1rem;
	text-align: center;
}
.main-page h1 + .cards-bar {
	margin-top: 1.5rem;
}
.main-page .subtitle {
	font-size: 1rem;
	line-height: 1.5rem;
	margin-bottom: 2rem;
	text-align: center;
}
@media screen and (min-width: 768px) {
	.main-page h1 {
		font-size: 1.875rem;
		line-height: 2.5rem;
	}
	.main-page h1 + .cards-bar {
		margin-top: 2.5rem;
	}
	.main-page .subtitle {
		margin-bottom: 2.5rem;
	}
}
@media screen and (min-width: 981px) {
	.main-page {
		margin-bottom: 1.5rem;
		margin-top: 3.125rem;
	}
}
.main-page .article {
	margin-top: 4.5rem;
}
.article h2 {
	font-size: 1.5rem;
	line-height: 1.625rem;
	margin-bottom: 1rem;
}
.article h2:not(:first-child) {
	margin-top: 1.25rem;
}
.article h3 {
	font-size: 1.125rem;
	font-weight: 700;
	line-height: 1.625rem;
	margin-bottom: 1rem;
}
.article h3:not(:first-child) {
	margin-top: 1.25rem;
}
.article h4 {
	font-size: 1rem;
	font-weight: 700;
	line-height: 1.625rem;
	margin-bottom: 1rem;
}
.article h4:not(:first-child) {
	margin-top: 1.25rem;
}
.article .simple-columns {
	margin-top: 2.5rem;
}
.article ol,
.article p,
.article ul {
	font-size: 1rem;
	line-height: 1.4375rem;
}
.article ol:not(:left-child),
.article p:not(:left-child),
.article ul:not(:left-child) {
	margin-bottom: 1rem;
}
.article > ol,
.article > ul,
.article a,
.article p {
	word-break: break-word;
}
.article li + li {
	margin-top: 4px;
}
.article table {
	width: 100%;
}
.article > div[itemscope],
.article div[itemprop="mainEntity"]:not(:first-of-type) {
	margin-top: 1.5rem;
}
@media screen and (min-width: 981px) {
	.article h2 {
		font-size: 2rem;
		line-height: 2.375rem;
		margin-bottom: 1.5rem;
	}
	.article h2:not(:first-child) {
		margin-top: 2.5rem;
	}
	.article h3:not(:first-child),
	.article h4:not(:first-child) {
		margin-top: 1.5rem;
	}
	.article > div[itemscope] {
		margin-top: 2rem;
	}
}
.article-details {
	--gap: 1.5rem;
	--template-column: auto;
	grid-gap: var(--gap);
	grid-template-columns: var(--template-column);
	width: 100%;
}
.article-details .icon {
	font-size: 2rem;
	margin-bottom: 1.5rem;
}
.article-details .line {
	font-size: 1rem;
	line-height: 1.625rem;
}
.article-details .line-bold {
	font-weight: 700;
}
.article-details .line-uppercase {
	text-transform: uppercase;
}
.article-details-item-body {
	background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg width='4' height='20' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M1 0c0 2 2 3.5 2 5 0 2-2 3-2 5s2 3 2 5-2 3-2 5' stroke='%23E0E0EF' stroke-width='2'/%3E%3C/svg%3E");
	background-position-x: 0;
	background-repeat: repeat-y;
	padding-left: 1rem;
}
@media screen and (min-width: 981px) {
	.article-details.columns-md-2 {
		--template-column: repeat(2, 1fr);
	}
	.article-details.columns-md-3 {
		--template-column: repeat(3, 1fr);
	}
}
.main-offer {
	margin-bottom: 1.5rem;
}
.main-offer h1 {
	font-size: 1.125rem;
	line-height: 1.4375rem;
	margin-bottom: 0;
	text-align: center;
}
@media screen and (min-width: 768px) {
	.main-offer {
		margin-bottom: 3.125rem;
	}
	.main-offer h1 {
		font-size: 1.5rem;
		line-height: 2rem;
		text-align: left;
	}
	.main-offer .offer-promo {
		margin-top: 1rem;
	}
	.main-offer .offer-promo.offer-promo-licensed {
		margin-top: 1.875rem;
	}
}
.main-offer .cards {
	margin-top: 1.5rem;
}
.main-offer .article,
.main-offer .feature {
	margin-top: 2rem;
}
.main-offer .comments {
	margin-top: 2.625rem;
}
.main-bonuses {
	margin-bottom: 1rem;
	margin-top: 1.5rem;
}
.main-bonuses h1 {
	font-size: 1.25rem;
	line-height: 1.625rem;
	margin-bottom: 1rem;
}
@media screen and (min-width: 768px) {
	.main-bonuses h1 {
		font-size: 1.875rem;
		line-height: 2.5rem;
	}
}
@media screen and (min-width: 981px) {
	.main-bonuses {
		margin-bottom: 2rem;
		margin-top: 3.125rem;
	}
}
.tag-items {
	margin-bottom: 1.5rem;
	margin-top: 2.625rem;
}
@media screen and (min-width: 768px) {
	.tag-items {
		margin-bottom: 2.5rem;
		margin-top: 4.75rem;
	}
}
.tag-item {
	margin-bottom: 0.5rem;
}
.tag-item:not(:last-child) {
	margin-right: 0.5rem;
}
.tag-link {
	border-radius: 50%;
	display: inline-flex;
	font-size: 1rem;
	justify-content: center;
	line-height: 1.75rem;
	min-width: 1.75rem;
}
.tag-link:hover {
	background-color: #7a0026;
	color: var(--c1);
}
.char-meta {
	align-items: baseline;
	justify-content: space-between;
	margin-bottom: 0.5rem;
}
.char-meta h2 {
	font-size: 1.875rem;
	line-height: 2.5rem;
	margin-bottom: 0;
	margin-right: 1rem;
}
.char-meta a {
	font-size: 0.75rem;
	line-height: 1.0625rem;
}
@media screen and (min-width: 768px) {
	.char-meta {
		margin-bottom: 0;
	}
}
.brand-row:not(:last-child) {
	margin-bottom: 1.375rem;
}
@media screen and (min-width: 768px) {
	.brand-row {
		grid-gap: 2rem;
		display: grid;
		grid-template-columns: auto 1fr;
	}
	.brand-row:not(:last-child) {
		margin-bottom: 3rem;
	}
}
.main-category {
	margin-bottom: 1rem;
	margin-top: 1.5rem;
}
.main-category h1 {
	font-size: 1.25rem;
	line-height: 1.625rem;
	margin-bottom: 1rem;
	text-align: center;
}
.main-category .subtitle {
	font-size: 1rem;
	line-height: 1.5rem;
	margin-bottom: 2rem;
	text-align: center;
}
@media screen and (min-width: 768px) {
	.main-category h1 {
		font-size: 1.875rem;
		line-height: 2.5rem;
	}
	.main-category .subtitle {
		margin-bottom: 2.5rem;
	}
}
@media screen and (min-width: 981px) {
	.main-category {
		margin-bottom: 2rem;
		margin-top: 3.125rem;
	}
}
.main-category .article {
	margin-top: 2rem;
}
.contents-control {
	align-items: center;
	cursor: pointer;
	justify-content: space-between;
}
.contents-control .icon {
	color: #7a0026;
	transition: -webkit-transform 0.15s linear;
	transition: transform 0.15s linear;
	transition: transform 0.15s linear, -webkit-transform 0.15s linear;
}
.contents-control-caption {
	font-size: 1.125rem;
	line-height: 1.4375rem;
}
.box-content {
	background-color: var(--c1);
	border: 1px solid var(--c6);
	border-radius: 2px;
	padding: 1rem;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
}
.box-content ~ .content {
	margin-top: 2rem;
}
.box-content .trigger > * {
	pointer-events: none;
}
.box-content .trigger.is-active .icon {
	-webkit-transform: rotate(180deg);
	transform: rotate(180deg);
}
.list-contents {
	margin-bottom: 0;
	margin-top: 1rem;
	padding-left: 0;
}
.list-contents,
.list-contents ul {
	counter-reset: section;
	list-style-type: none;
}
.list-contents li:before {
	color: #7a0026;
	content: counters(section, ".") ". ";
	counter-increment: section;
}
.list-contents li + li {
	margin-top: 0.5rem;
}
.list-contents .list {
	display: none;
	padding-left: 1.5rem;
	transition: visibility 0.2s ease-out, display 0.2s ease-out;
	visibility: hidden;
	width: 100%;
}
.list-contents .trigger {
	background-color: transparent;
	border: none;
	color: #7a0026;
	cursor: pointer;
	display: inline-flex;
	font-size: 0.875rem;
	margin-left: 6px;
	padding: 0;
	vertical-align: text-top;
}
.list-contents .trigger > * {
	pointer-events: none;
}
.list-contents .trigger .icon {
	transition: -webkit-transform 0.15s linear;
	transition: transform 0.15s linear;
	transition: transform 0.15s linear, -webkit-transform 0.15s linear;
}
.list-contents .trigger.is-active + .list {
	display: block;
	margin-top: 0.5rem;
	visibility: visible;
}
.main-blog {
	margin-bottom: 2rem;
	margin-top: 1.5rem;
}
.main-blog h1 {
	font-size: 1.25rem;
	line-height: 1.625rem;
	margin-bottom: 1rem;
}
@media screen and (min-width: 768px) {
	.main-blog h1 {
		font-size: 1.875rem;
		line-height: 2.5rem;
	}
}
@media screen and (min-width: 981px) {
	.main-blog {
		margin-bottom: 4rem;
		margin-top: 3.125rem;
	}
}
.main-blog .pagination {
	margin-top: 2.625rem;
}
.blog-item {
	flex-direction: column;
	width: 100%;
}
.blog-item + .blog-item {
	margin-top: 3.5rem;
}
@media screen and (min-width: 981px) {
	.blog-item {
		display: grid;
		grid-template-columns: 1fr 8fr 1fr;
	}
	.blog-item + .blog-item {
		margin-top: 5rem;
	}
	.blog-item-head {
		grid-column: span 3;
		grid-row: 1/1;
	}
}
.blog-item-body {
	margin-top: 1.5rem;
	width: 100%;
}
@media screen and (min-width: 981px) {
	.blog-item-body {
		grid-column: 2/2;
		grid-row: 2/2;
		margin-top: 2rem;
	}
}
.blog-item-title {
	font-size: 1.125rem;
	font-weight: 700;
	line-height: 1.5rem;
	margin-bottom: 1rem;
}
.blog-item-title a {
	color: var(--c0);
}
.blog-item-title a:hover {
	color: var(--c21);
}
@media screen and (min-width: 981px) {
	.blog-item-title {
		font-size: 1.5rem;
		line-height: 2rem;
		margin-bottom: 1.5rem;
	}
}
.blog-item-text {
	font-size: 1rem;
	line-height: 1.5rem;
}
@media screen and (min-width: 981px) {
	.blog-item-text {
		font-size: 1.125rem;
		line-height: 1.8125rem;
	}
}
.blog-item-text p {
	margin-top: 0;
}
.blog-item-text p:last-child {
	margin-bottom: 0;
}
.blog-item-info {
	color: #8e939a;
	margin-top: 1rem;
}
@media screen and (min-width: 981px) {
	.blog-item-info {
		grid-column: 2/2;
		grid-row: 3/3;
		margin-top: 1.5rem;
	}
}
.blog-item-data {
	align-items: center;
	display: inline-flex;
	font-size: 0.875rem;
	line-height: 1.6875rem;
}
.blog-item-author {
	align-items: inherit;
	display: inherit;
}
.blog-item-author img {
	border-radius: 50%;
	height: 24px;
	margin-right: 0.25rem;
	-o-object-fit: cover;
	object-fit: cover;
	width: 24px;
}
.blog-similar-items {
	margin-top: 2.875rem;
}
@media screen and (min-width: 981px) {
	.blog-similar-items {
		margin-top: 4rem;
	}
}
.blog-similar-caption {
	font-size: 1.125rem;
	font-weight: 400;
	line-height: 1.5rem;
	margin-bottom: 0.75rem;
}
@media screen and (min-width: 981px) {
	.blog-similar-caption {
		font-size: 1.5rem;
		line-height: 2rem;
	}
}
.blog-article-items {
	--col: 1;
	--gap: 1.5rem;
	grid-gap: var(--gap);
	grid-template-columns: repeat(var(--col), 1fr);
}
@media screen and (min-width: 768px) {
	.blog-article-items {
		--col: 2;
		--gap: 1.5rem 1rem;
	}
}
@media screen and (min-width: 981px) {
	.blog-article-items {
		--col: 4;
	}
}
.blog-article-item {
	flex-direction: column;
}
.blog-article-item-head {
	border-radius: 0.5rem;
	display: inline-flex;
	height: 9.375rem;
}
@media screen and (min-width: 981px) {
	.blog-article-item-head {
		height: 12.5rem;
	}
}
.blog-article-item-head img {
	border-radius: inherit;
	max-height: 100%;
	-o-object-fit: cover;
	object-fit: cover;
	-o-object-position: 50% 50%;
	object-position: 50% 50%;
	width: 100%;
}
.blog-article-item-body {
	margin-top: 1rem;
}
.blog-article-item-title {
	font-size: 1.125rem;
	font-weight: 700;
	line-height: 1.5rem;
	margin-bottom: 0.5rem;
}
.blog-article-item-title a {
	color: var(--c0);
}
.blog-article-item-title a:hover {
	color: var(--c21);
}
.blog-article-item-date {
	color: #8e939a;
	font-size: 0.875rem;
	line-height: 1.3125rem;
}
.main-blog-article ul:not([class]) {
	list-style: none;
	margin: 0;
	padding: 0;
}
.main-blog-article ul:not([class]) li {
	padding-left: 2rem;
	position: relative;
}
.main-blog-article ul:not([class]) li:before {
	background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg width='24' height='24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M12 22C6.477 22 2 17.523 2 12S6.477 2 12 2s10 4.477 10 10-4.477 10-10 10Zm0-2a8 8 0 1 0 0-16.001A8 8 0 0 0 12 20Zm-.997-4L6.76 11.757l1.414-1.414 2.829 2.829 5.656-5.657 1.415 1.414L11.003 16Z' fill='%2347B'/%3E%3C/svg%3E");
	background-repeat: no-repeat;
	content: "";
	display: inline-block;
	height: 24px;
	left: 0;
	position: absolute;
	top: 2px;
	vertical-align: middle;
	width: 24px;
}
.main-blog-article ul:not([class]) li + li {
	margin-top: 0.5rem;
}
.list-checked {
	list-style: none;
	margin: 0;
	padding: 0;
}
.list-checked li {
	padding-left: 2rem;
	position: relative;
}
.list-checked li:before {
	background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg width='24' height='24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M12 22C6.477 22 2 17.523 2 12S6.477 2 12 2s10 4.477 10 10-4.477 10-10 10Zm0-2a8 8 0 1 0 0-16.001A8 8 0 0 0 12 20Zm-.997-4L6.76 11.757l1.414-1.414 2.829 2.829 5.656-5.657 1.415 1.414L11.003 16Z' fill='%2347B'/%3E%3C/svg%3E");
	background-repeat: no-repeat;
	content: "";
	display: inline-block;
	height: 24px;
	left: 0;
	position: absolute;
	top: 0;
	vertical-align: middle;
	width: 24px;
}
.list-checked li + li {
	margin-top: 0.5rem;
}
.main-blog-article {
	margin-bottom: 2rem;
	margin-top: 1.5rem;
}
.main-blog-article h1 {
	font-size: 1.25rem;
	line-height: 1.625rem;
}
@media screen and (min-width: 981px) {
	.main-blog-article h1 {
		font-size: 1.875rem;
		line-height: 2.5rem;
	}
}
.main-blog-article h1,
.main-blog-article h2,
.main-blog-article h3 {
	font-weight: 700;
	margin-bottom: 1rem;
}
.main-blog-article h1:not(:first-child),
.main-blog-article h2:not(:first-child),
.main-blog-article h3:not(:first-child) {
	margin-top: 2rem;
}
.main-blog-article h2 {
	font-size: 1.125rem;
	line-height: 1.5rem;
}
@media screen and (min-width: 981px) {
	.main-blog-article h2 {
		font-size: 1.5rem;
		line-height: 2rem;
	}
}
.main-blog-article h3 {
	font-size: 1rem;
	line-height: 1.1875rem;
}
@media screen and (min-width: 981px) {
	.main-blog-article h3 {
		font-size: 1.125rem;
		line-height: 1.5rem;
	}
}
.main-blog-article .blog-item-text img:not([class]) {
	display: block;
	margin: 1.5rem auto;
}
.main-blog-article .blog-item-body .blog-item-all {
	margin-bottom: 1.5rem;
	margin-top: 1rem;
}
@media screen and (min-width: 981px) {
	.main-blog-article .blog-item-body .blog-item-all {
		margin-top: 2rem;
	}
}
.main-blog-article .blog-item-info {
	margin-bottom: 1rem;
	margin-top: 0;
}
@media screen and (min-width: 768px) {
	.main-blog-article h1 {
		font-size: 1.875rem;
		line-height: 2.5rem;
	}
}
@media screen and (min-width: 981px) {
	.main-blog-article {
		margin-bottom: 4rem;
		margin-top: 3.125rem;
	}
	.main-blog-article .blog-item-info {
		grid-column: span 3;
		grid-row: 1/1;
		margin-top: 0;
	}
	.main-blog-article .blog-item-head {
		grid-column: span 3;
		grid-row: 2/2;
	}
	.main-blog-article .blog-item-body {
		grid-column: span 3;
		grid-row: 3/3;
		margin-left: auto;
		margin-right: auto;
		width: 80%;
	}
	.main-blog-article .blog-item-all {
		grid-column: span 3;
		grid-row: 4/4;
	}
}
.blog-rating {
	background-color: #f8fafc;
	border-radius: 2px;
	padding: 1.5rem 1rem;
}
.blog-rating-item {
	flex-direction: column;
	position: relative;
}
.blog-rating-item:not(:last-child) {
	margin-bottom: 1.125rem;
}
.blog-rating-item:not(:last-child):after {
	background-color: rgba(68, 119, 187, 0.15);
	bottom: -13px;
	content: "";
	height: 1px;
	left: 0;
	position: absolute;
	width: 100%;
}
@media screen and (min-width: 768px) {
	.blog-rating-item {
		align-items: center;
		flex-direction: row;
	}
	.blog-rating-item:not(:last-child) {
		margin-bottom: 1rem;
	}
	.blog-rating-item:not(:last-child):after {
		bottom: -8px;
	}
}
.blog-rating-caption {
	font-size: 1rem;
	font-weight: 700;
	line-height: 1.625rem;
}
@media screen and (min-width: 768px) {
	.blog-rating-caption {
		margin-right: 6px;
	}
}
.blog-item-all {
	--gap: 1rem;
	grid-gap: var(--gap);
	background: linear-gradient(120deg, #9b23fa 2.75%, #2393fa 150%);
	border-radius: 2px;
	color: var(--c1);
	justify-content: center;
	justify-items: center;
	margin-top: 2.5rem;
	padding: 1.5rem 1rem;
}
.blog-item-all .button {
	grid-row: 3/3;
	max-width: 17.875rem;
	width: 100%;
}
@media screen and (min-width: 768px) {
	.blog-item-all {
		--gap: 1rem 2rem;
		grid-template-columns: 124px 1fr;
		justify-items: flex-start;
		padding: 2rem 1.5rem;
	}
	.blog-item-all .button {
		grid-column: 2/2;
		grid-row: 2/2;
	}
}
@media screen and (min-width: 981px) {
	.blog-item-all {
		margin-top: 4rem;
	}
	.blog-item-all .button {
		height: 3.6875rem;
	}
}
.blog-item-all-logo {
	background-color: var(--c1);
	border-radius: 50%;
	grid-row: 1/1;
	height: 60px;
	justify-self: center;
	margin-bottom: 2rem;
	margin-top: 2rem;
	position: relative;
	width: 60px;
}
@media screen and (min-width: 768px) {
	.blog-item-all-logo {
		grid-column: 1/1;
		grid-row: 1/3;
	}
}
.blog-item-all-logo img {
	height: 100%;
	-o-object-fit: contain;
	object-fit: contain;
	padding: 0.5rem;
}
.blog-item-all-logo:after,
.blog-item-all-logo:before {
	border-radius: 50%;
	content: "";
	left: 50%;
	position: absolute;
	top: 50%;
}
.blog-item-all-logo:before {
	border: 16px solid rgba(255, 255, 255, 0.2);
	height: 122px;
	margin-left: -61px;
	margin-top: -61px;
	width: 122px;
}
.blog-item-all-logo:after {
	border: 15px solid rgba(255, 255, 255, 0.3);
	height: 90px;
	margin-left: -45px;
	margin-top: -45px;
	width: 90px;
}
.blog-item-all-caption {
	font-size: 1.125rem;
	font-weight: 700;
	grid-row: 2/2;
	line-height: 1.5rem;
	text-align: center;
	text-shadow: -1px -1px 1px rgba(255, 255, 255, 0.1), 1px 1px 1px rgba(0, 0, 0, 0.5);
}
@media screen and (min-width: 768px) {
	.blog-item-all-caption {
		font-size: 1.625rem;
		grid-column: 2/2;
		grid-row: 1/1;
		line-height: 2rem;
		text-align: left;
	}
}
.main-search {
	margin-bottom: 1rem;
	margin-top: 1.5rem;
}
.main-search h1 {
	font-size: 1.25rem;
	line-height: 1.625rem;
	margin-bottom: 1rem;
}
@media screen and (min-width: 768px) {
	.main-search h1 {
		font-size: 1.875rem;
		line-height: 2.5rem;
	}
}
@media screen and (min-width: 981px) {
	.main-search {
		margin-bottom: 2rem;
		margin-top: 3.125rem;
	}
}
@media screen and (min-width: 576px) {
	.main-search .simple-items {
		--col: 3;
	}
}
@media screen and (min-width: 768px) {
	.main-search .simple-items {
		--col: 4;
	}
}
@media screen and (min-width: 1152px) {
	.main-search .simple-items {
		--col: 6;
	}
}
.main-complaints {
	margin-bottom: 1rem;
	margin-top: 1.5rem;
}
.main-complaints .pagination {
	margin-top: 2rem;
}
@media screen and (min-width: 981px) {
	.main-complaints {
		margin-bottom: 2rem;
		margin-top: 3.125rem;
	}
	.main-complaints .pagination {
		margin-top: 3rem;
	}
}
.main-complaint {
	margin-bottom: 1.5rem;
	margin-top: 1.5rem;
}
@media screen and (min-width: 981px) {
	.main-complaint {
		margin-bottom: 3rem;
		margin-top: 3rem;
	}
}
.main-add-complaint {
	margin-bottom: 1.5rem;
	margin-top: 1.5rem;
}
.main-add-complaint h1 {
	font-size: 1.25rem;
	line-height: 1.625rem;
	margin-bottom: 1rem;
}
@media screen and (min-width: 768px) {
	.main-add-complaint h1 {
		font-size: 1.875rem;
		line-height: 2.5rem;
	}
}
.main-add-complaint p {
	margin-top: 0;
}
.main-add-complaint .container {
	max-width: 45.5rem;
}
@media screen and (min-width: 981px) {
	.main-add-complaint {
		margin-bottom: 4rem;
		margin-top: 3.125rem;
	}
}
.main-infopage {
	margin-bottom: 1rem;
	margin-top: 1.5rem;
}
.main-infopage h1 {
	font-size: 1.5rem;
	line-height: 1.75rem;
	margin-bottom: 1.25rem;
}
@media screen and (min-width: 768px) {
	.main-infopage h1 {
		font-size: 1.875rem;
		line-height: 2.5rem;
		margin-bottom: 2rem;
	}
}
@media screen and (min-width: 981px) {
	.main-infopage {
		margin-bottom: 1.5rem;
		margin-top: 3.125rem;
	}
	.main-infopage h1 {
		font-size: 2.5rem;
		line-height: 3rem;
	}
}
.article-img-tiles {
	grid-gap: 1.5rem;
	display: grid;
}
@media screen and (min-width: 981px) {
	.article-img-tiles {
		grid-template-columns: 7fr 5fr;
	}
	.article-img-tiles img {
		height: 100%;
		-o-object-fit: cover;
		object-fit: cover;
	}
}
.main-contacts {
	margin-bottom: 1rem;
	margin-top: 1.5rem;
}
.main-contacts h1 {
	font-size: 1.5rem;
	line-height: 1.75rem;
	margin-bottom: 1.25rem;
}
.main-contacts h2 {
	font-size: 1.25rem;
	font-weight: 700;
	line-height: 1.5rem;
	margin-bottom: 1rem;
}
@media screen and (min-width: 768px) {
	.main-contacts h1 {
		font-size: 1.875rem;
		line-height: 2.5rem;
		margin-bottom: 2rem;
	}
}
@media screen and (min-width: 981px) {
	.main-contacts {
		margin-bottom: 2rem;
		margin-top: 3.125rem;
	}
	.main-contacts h1 {
		font-size: 2.5rem;
		line-height: 3rem;
	}
}
.contacts {
	background-color: var(--c1);
	margin-left: calc(var(--offset) * -1);
	margin-right: calc(var(--offset) * -1);
	padding: 1.5rem 1rem;
	width: calc(100% + var(--offset) * 2);
}
@media screen and (min-width: 576px) {
	.contacts {
		margin-left: 0;
		margin-right: 0;
		width: 100%;
	}
}
@media screen and (min-width: 768px) {
	.contacts {
		padding: 1.5rem;
	}
}
.contacts-group {
	--gap: 1.5rem;
	grid-gap: var(--gap);
}
@media screen and (min-width: 768px) {
	.contacts-group > :first-child {
		grid-column: 2;
		grid-row: 1;
	}
}
.main-authors {
	margin-bottom: 1rem;
	margin-top: 1.5rem;
}
.main-authors h1 {
	font-size: 1.25rem;
	font-weight: 400;
	line-height: 1.625rem;
}
@media screen and (min-width: 768px) {
	.main-authors h1 {
		font-size: 1.875rem;
		line-height: 2.5rem;
	}
}
@media screen and (min-width: 981px) {
	.main-authors {
		margin-bottom: 1.5rem;
		margin-top: 3.125rem;
	}
}
.main-author {
	margin-bottom: 4rem;
	margin-top: 1.5rem;
}
.main-author h1 {
	font-size: 1.125rem;
	font-weight: 700;
	line-height: 1.5rem;
	margin-bottom: 4px;
}
@media screen and (min-width: 981px) {
	.main-author {
		margin-top: 3.125rem;
	}
}
.main-author .pagination {
	justify-content: flex-start;
	margin-top: 2.625rem;
}
.main-404 {
	margin-bottom: 1rem;
	margin-top: 1.5rem;
	text-align: center;
}
.main-404 h1 {
	font-size: 1.25rem;
	line-height: 1.625rem;
	margin-bottom: 1rem;
}
@media screen and (min-width: 768px) {
	.main-404 h1 {
		font-size: 1.875rem;
		line-height: 2.5rem;
	}
}
@media screen and (min-width: 981px) {
	.main-404 {
		margin-bottom: 2rem;
		margin-top: 3.125rem;
	}
}
@media screen and (min-width: 576px) {
	.main-404 .simple-items {
		--col: 3;
	}
}
@media screen and (min-width: 768px) {
	.main-404 .simple-items {
		--col: 4;
	}
}
@media screen and (min-width: 1152px) {
	.main-404 .simple-items {
		--col: 6;
	}
}
.main-page-slots {
	margin-bottom: 1rem;
	margin-top: 1.5rem;
}
.main-page-slots h1 {
	font-size: 1.25rem;
	line-height: 1.625rem;
	margin-bottom: 1.25rem;
	text-align: center;
}
@media screen and (min-width: 768px) {
	.main-page-slots h1 {
		font-size: 1.875rem;
		line-height: 2.5rem;
		margin-bottom: 2rem;
	}
}
@media screen and (min-width: 981px) {
	.main-page-slots {
		margin-bottom: 3.125rem;
		margin-top: 3.125rem;
	}
}
.main-page-slots .article,
.main-page-slots .development-section,
.main-page-slots .new-slots-section,
.main-page-slots .popular-slots-section,
.main-page-slots .tags {
	margin-top: 3.125rem;
}
.slots-section-caption {
	font-size: 1rem;
	font-weight: 700;
	line-height: 1.4375rem;
	margin-bottom: 1rem;
}
@media screen and (min-width: 981px) {
	.slots-section-caption {
		font-size: 1.5rem;
		line-height: 1.75rem;
		margin-bottom: 1.5rem;
	}
}
.best-category-items {
	grid-gap: 1rem;
	grid-template-columns: repeat(2, 1fr);
}
@media screen and (min-width: 981px) {
	.best-category-items {
		grid-gap: 1.5rem;
		grid-template-columns: repeat(4, 1fr);
	}
}
.best-category-item {
	flex-direction: column;
}
.best-category-item:hover .best-category-item-active {
	display: block;
}
.best-category-item-body {
	position: relative;
}
.best-category-item-body:hover .best-category-item-logo {
	-webkit-filter: brightness(0.25);
	filter: brightness(0.25);
}
.best-category-item-logo {
	border-radius: 2px 2px 0 0;
	grid-area: 1/1/4/2;
	padding-top: 152.3%;
	position: relative;
	width: 100%;
}
.best-category-item-logo > * {
	bottom: 0;
	left: 0;
	position: absolute;
	right: 0;
	top: 0;
}
.best-category-item-logo img {
	border-radius: inherit;
	-o-object-fit: cover;
	object-fit: cover;
	width: 100%;
}
.best-category-item-active {
	display: none;
	grid-area: 2/1/3/2;
	justify-self: center;
	padding: 1rem;
	z-index: 1;
}
.best-category-item .icon-play {
	color: #db0945;
	font-size: 4.5rem;
}
.best-category-item-footer {
	background-color: var(--c2);
	border-radius: 0 0 2px 2px;
	color: var(--c1);
	flex: 1;
	font-size: 1rem;
	line-height: 1.125rem;
	padding: 0.875rem 1rem;
}
.tags {
	grid-gap: 0.5rem;
}
.tags-item {
	background-color: #e4e9f0;
	border-radius: 4px;
	font-size: 1rem;
	line-height: 1.4375rem;
	padding: 0.5rem 1rem;
}
.tags-item:hover {
	background-color: #f0dddd;
}
.simple-slot-items {
	--col: 2;
	--gap: 1rem;
	grid-gap: var(--gap);
	grid-template-columns: repeat(var(--col), 1fr);
}
@media screen and (min-width: 981px) {
	.simple-slot-items {
		--col: 4;
		--gap: 1.5rem;
	}
}
.simple-slot-subcaption {
	font-size: 1rem;
	line-height: 1.125rem;
	margin-bottom: 1rem;
}
.simple-slot-item {
	flex-direction: column;
}
.simple-slot-item-body {
	position: relative;
}
.simple-slot-item-body:hover .simple-slot-item-active {
	display: grid;
}
.simple-slot-item-body:hover .simple-slot-item-logo {
	-webkit-filter: brightness(0.25);
	filter: brightness(0.25);
}
.simple-slot-item-labels {
	grid-area: 1/1/1/2;
	left: inherit;
	padding-left: 1rem;
	padding-right: 1rem;
	position: relative;
	top: -50%;
	z-index: 1;
}
.simple-slot-item-label {
	align-items: center;
	border-radius: 0 0 2px 2px;
	color: var(--c1);
	display: inline-flex;
	font-size: 0.75rem;
	font-weight: 700;
	line-height: 0.875rem;
	padding: 0.25rem 0.5rem;
	position: relative;
}
.simple-slot-item-label .icon {
	font-size: 1rem;
	margin-right: 4px;
}
.simple-slot-item-label:after {
	border-color: transparent;
	border-style: solid;
	border-width: 12px 0 0 12px;
	content: "";
	height: 0;
	position: absolute;
	right: -12px;
	top: 0;
	width: 0;
}
.simple-slot-item-label.label-type-1 {
	background-color: #790f9b;
}
.simple-slot-item-label.label-type-1:after {
	border-left-color: #4e0865;
}
.simple-slot-item-label.label-type-2 {
	background-color: var(--c25);
}
.simple-slot-item-label.label-type-2:after {
	border-left-color: var(--c4);
}
.simple-slot-item-logo {
	border-radius: 2px 2px 0 0;
	grid-area: 1/1/4/2;
	height: 100%;
	padding-top: 100%;
	position: relative;
	width: 100%;
}
.simple-slot-item-logo > * {
	bottom: 0;
	left: 0;
	position: absolute;
	right: 0;
	top: 0;
}
.simple-slot-item-logo img {
	border-radius: inherit;
	-o-object-fit: cover;
	object-fit: cover;
}
.simple-slot-item-active {
	grid-gap: 1.25rem;
	align-content: center;
	display: none;
	grid-area: 1/1/4/2;
	justify-items: center;
	padding: 1rem;
	z-index: 1;
}
.simple-slot-item-active-title {
	color: var(--c1);
	font-size: 0.875rem;
	font-weight: 700;
	letter-spacing: 1px;
	line-height: 1.0625rem;
	text-align: center;
	text-transform: uppercase;
}
.simple-slot-item .icon-play {
	color: #db0945;
	font-size: 4.5rem;
}
.simple-slot-item-footer {
	background-color: var(--c2);
	border-radius: 0 0 2px 2px;
	color: var(--c1);
	flex: 1;
	flex-direction: column;
	font-size: 1rem;
	line-height: 1.125rem;
	padding: 0.875rem 1rem;
}
.simple-slot-item-footer > * + * {
	margin-top: 6px;
}
.simple-slot-item-footer-category {
	color: var(--c11);
}
.simple-slot-item-footer-caption {
	color: var(--c1);
}
.development-items {
	grid-gap: 1.5rem;
	justify-content: center;
}
@media screen and (min-width: 981px) {
	.development-items {
		margin-left: auto;
		margin-right: auto;
		max-width: 80%;
	}
}
.development-item img {
	-webkit-filter: grayscale(1);
	filter: grayscale(1);
	height: 30px;
	max-width: 120px;
	-o-object-fit: contain;
	object-fit: contain;
	width: auto;
}
.main-page-slot {
	margin-bottom: 3.125rem;
	margin-top: 1.5rem;
}
.main-page-slot .similar-slots-section {
	margin-top: 2rem;
}
.main-page-slot .similar-slots-section .simple-slot-caption {
	margin-bottom: 0.5rem;
}
.main-page-slot .article,
.main-page-slot .similar-category-tags {
	margin-top: 2rem;
}
@media screen and (min-width: 981px) {
	.main-page-slot .article,
	.main-page-slot .similar-category-tags,
	.main-page-slot .similar-slots-section {
		margin-top: 3rem;
	}
}
.main-page-slot-caption {
	font-size: 1.25rem;
	font-weight: 700;
	line-height: 1.625rem;
	margin-bottom: 1.5rem;
}
@media screen and (min-width: 981px) {
	.main-page-slot-caption {
		font-size: 1.5rem;
		line-height: 2.0625rem;
	}
}
.game-fullpage {
	margin-top: 1.5rem;
}
.game-fullpage .simple-rating-value {
	font-size: 1rem;
	line-height: 1.125rem;
}
.game-fullpage h1 {
	font-size: 1.25rem;
	font-weight: 700;
	line-height: 1.625rem;
	margin-bottom: 0.5rem;
}
.game-fullpage-header {
	margin-bottom: 1rem;
}
.game-fullpage-rating {
	align-self: center;
}
.game-fullpage-body {
	background-color: var(--c0);
}
.game-fullpage-body-inner {
	-webkit-filter: brightness(0.2);
	filter: brightness(0.2);
	grid-area: 1/1/2/2;
	position: relative;
	width: 100%;
}
.game-fullpage-body-inner:before {
	content: "";
	display: block;
	padding-top: 56.25%;
}
.game-fullpage-body-inner picture {
	display: grid;
	justify-content: center;
	width: 100%;
}
.game-fullpage-body-inner picture * {
	bottom: 0;
	justify-self: center;
	left: 0;
	max-height: 100%;
	max-width: 100%;
	position: absolute;
	right: 0;
	top: 0;
}
.game-fullpage-iframe {
	background: var(--c0);
	height: 100%;
	left: 0;
	overflow: hidden;
	position: absolute;
	top: 0;
	width: 100%;
}
.game-fullpage-iframe iframe {
	border: 0;
	height: 100%;
	width: 100%;
}
.game-fullpage-controls {
	grid-gap: 1.625rem;
	align-self: center;
	grid-area: 1/1/2/2;
	justify-self: center;
	z-index: 1;
}
.game-fullpage.active .game-fullpage-body-inner {
	-webkit-filter: none;
	filter: none;
}
.game-fullpage.active .game-fullpage-body-inner picture {
	display: none;
}
.game-fullpage.active .game-fullpage-controls {
	grid-area: 2/1/2/2;
}
.game-fullpage.active .button-demo-game {
	display: none;
}
@media screen and (min-width: 768px) {
	.game-fullpage h1 {
		margin-bottom: 0;
	}
	.game-fullpage-header {
		grid-gap: 0.5rem;
		display: flex;
		flex-wrap: wrap;
	}
}
@media screen and (min-width: 981px) {
	.game-fullpage h1 {
		font-size: 1.5rem;
		line-height: 2.0625rem;
	}
	.game-fullpage-body {
		border-radius: 0 0 1rem 1rem;
		grid-template-rows: 1fr 5.375rem;
	}
}
.main-category-slots {
	margin-bottom: 1rem;
	margin-top: 1.5rem;
}
@media screen and (min-width: 981px) {
	.main-category-slots {
		margin-bottom: 3.125rem;
	}
}
.main-category-slots .category-slots-section {
	margin-top: 1.5rem;
}
.main-category-slots .article,
.main-category-slots .similar-category-tags {
	margin-top: 3.125rem;
}
.category-slots-caption {
	font-size: 1.5rem;
	font-weight: 700;
	line-height: 1.75rem;
	margin-bottom: 1.5rem;
}
.breadcrumb {
	font-size: 0.875rem;
	line-height: 1.25rem;
}
.breadcrumb ol,
.breadcrumb ul {
	list-style: none;
	margin: 0;
	padding: 0;
}
.breadcrumb li {
	display: inline-flex;
}
.breadcrumb li > span {
	color: var(--c11);
}
.breadcrumb li:not(:last-child):after {
	color: var(--c11);
	content: " › ";
}
.main-all-slots {
	margin-bottom: 1rem;
	margin-top: 1.5rem;
}
@media screen and (min-width: 981px) {
	.main-all-slots {
		margin-bottom: 3.125rem;
		margin-top: 3.125rem;
	}
}
.main-all-slots .all-slots-section,
.main-all-slots .article {
	margin-top: 3.125rem;
}
.all-slots-caption {
	font-size: 1.5rem;
	font-weight: 700;
	line-height: 1.75rem;
	margin-bottom: 1.5rem;
}
.main-provider {
	margin-bottom: 3.125rem;
}
.main-provider-top {
	background-color: var(--c1);
	padding-bottom: 1.5rem;
	padding-top: 1.5rem;
}
.main-provider .article,
.main-provider .category-slots-section {
	margin-top: 3.125rem;
}
.dev-card {
	--gap: 1.5rem;
	grid-gap: var(--gap);
	margin-top: 1.5rem;
}
.dev-card-title {
	font-size: 1.25rem;
	font-weight: 700;
	line-height: 1.625rem;
	margin-bottom: 1rem;
}
@media screen and (min-width: 768px) {
	.dev-card-title {
		font-size: 1.5rem;
		line-height: 2rem;
	}
}
.dev-card-logo {
	max-width: 16.25rem;
}
.dev-card-data,
.dev-card-description {
	font-size: 0.875rem;
	line-height: 1.25rem;
}
.dev-card-data {
	grid-gap: 0.75rem;
}
.dev-card-data-item {
	align-items: baseline;
}
.dev-card-data-item-caption {
	font-weight: 700;
}
.dev-card .rating-container {
	margin-top: 1rem;
}
.dev-card .simple-rating-value {
	font-size: 1rem;
	line-height: 1.125rem;
}
@media screen and (min-width: 981px) {
	.dev-card {
		--gap: 3rem;
		grid-template-columns: minmax(-webkit-max-content, 3fr) minmax(-webkit-max-content, 6fr) minmax(
				-webkit-max-content,
				3fr
			);
		grid-template-columns: minmax(max-content, 3fr) minmax(max-content, 6fr) minmax(
				max-content,
				3fr
			);
	}
	.dev-card-header {
		grid-column: 1/4;
		grid-row: 1/1;
	}
	.dev-card-body {
		grid-column: 4/10;
		grid-row: 1/1;
	}
	.dev-card-footer {
		grid-column: 10/13;
		grid-row: 1/1;
	}
	.dev-card .simple-rating-value {
		font-size: 1rem;
		line-height: 1.4375rem;
	}
}
.button {
	align-items: center;
	border: 1px solid transparent;
	border-radius: 4px;
	box-shadow: none;
	cursor: pointer;
	display: inline-flex;
	font-size: 0.9375rem;
	font-weight: 700;
	justify-content: center;
	line-height: 1.0625rem;
	min-height: 42px;
	padding: 8px 16px;
	position: relative;
	text-align: center;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
}
.button-text,
.button .icon {
	pointer-events: none;
}
.button-2:not(.is-outlined) .button-text {
	font-weight: 700;
	text-shadow: 0 1px 0 #7a0025;
}
.button-effect {
	overflow: hidden;
	transition: all 0.25s cubic-bezier(0, 0.9, 0.5, 1);
	z-index: 0;
}
.button-effect.is-outlined:after,
.button-effect.is-rounded:after {
	background-color: var(--c10);
	border-radius: 50%;
	content: "";
	display: block;
	left: 50%;
	opacity: 0;
	padding: 50%;
	position: absolute;
	top: 50%;
	-webkit-transform: translate(-50%, -50%) scale(0);
	transform: translate(-50%, -50%) scale(0);
	transition: visibility 0.25s, opacity 0.25s, cubic-bezier(0, 0.9, 0.5, 1);
	visibility: hidden;
	width: calc(100% + 30px);
	will-change: transform;
	z-index: -1;
}
.button-effect.is-outlined:focus:after,
.button-effect.is-outlined:hover:after,
.button-effect.is-rounded:focus:after,
.button-effect.is-rounded:hover:after {
	opacity: 1;
	-webkit-transform: translate(-50%, -50%) scale(1);
	transform: translate(-50%, -50%) scale(1);
	transition: all 0.5s cubic-bezier(0, 0.9, 0.5, 1);
	visibility: visible;
}
.button-effect.button-2:not(.is-outlined):before {
	border: 1px solid #d90946;
	border-radius: 4px;
	content: "";
	height: 100%;
	left: 0;
	position: absolute;
	top: 0;
	width: 100%;
}
.button-effect.button-2:not(.is-outlined):after {
	-webkit-animation-delay: 0.05s;
	animation-delay: 0.05s;
	-webkit-animation-duration: 3s;
	animation-duration: 3s;
	-webkit-animation-iteration-count: infinite;
	animation-iteration-count: infinite;
	-webkit-animation-name: slideme;
	animation-name: slideme;
	-webkit-animation-timing-function: ease-in-out;
	animation-timing-function: ease-in-out;
	background: linear-gradient(90deg, hsla(0, 0%, 100%, 0) 30%, #fff 50%, hsla(0, 0%, 100%, 0) 70%);
	content: "";
	display: block;
	height: 100px;
	left: -40px;
	margin-left: 60px;
	opacity: 0.3;
	position: absolute;
	top: -20px;
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
	transition: all 0.1s;
	width: 30px;
	z-index: 1;
}
.button-effect.button-4:after {
	background-color: var(--c21);
}
.button-effect.button-5:after {
	background-color: var(--c23);
}
.button-effect.button-6.is-outlined:after,
.button-effect.button-6:after {
	background-color: var(--c28);
}
.button-effect.button-2.is-outlined:after {
	background-color: var(--c1);
}
.button-2.is-outlined {
	background-color: transparent;
	border-color: var(--c1);
	color: var(--c1);
}
.button-2.is-outlined:active,
.button-2.is-outlined:focus,
.button-2.is-outlined:hover {
	color: var(--c11);
}
.button-2:not(.button-code):not(.is-outlined) {
	background: linear-gradient(0deg, rgba(217, 9, 70, 0.2), rgba(217, 9, 70, 0.2)),
		linear-gradient(180deg, #db0946, #aa0737);
	border: 1px solid #7a0025;
	border-radius: 4px;
	box-shadow: 0 1px 0 #7a0025;
	color: var(--c1);
}
.button-2:not(.button-code):not(.is-outlined):active {
	box-shadow: none;
}
.button-2:not(.button-code):not(.is-outlined):active,
.button-2:not(.button-code):not(.is-outlined):hover {
	background: linear-gradient(0deg, rgba(217, 9, 70, 0.2), rgba(217, 9, 70, 0.2)),
		linear-gradient(180deg, #aa0737, #db0946);
	color: var(--c1);
}
.button-3:not(.button-code) {
	background-color: var(--c14);
	color: var(--c13);
}
.button-3:not(.button-code):active,
.button-3:not(.button-code):hover {
	color: var(--c13);
}
.button-3:not(.button-code):not(.button-effect):active,
.button-3:not(.button-code):not(.button-effect):hover {
	background-color: var(--c15);
}
.button-4:not(.button-code) {
	background-color: var(--c20);
	color: var(--c1);
}
.button-4:not(.button-code):active,
.button-4:not(.button-code):hover {
	color: var(--c1);
}
.button-4:not(.button-code):not(.button-effect):active,
.button-4:not(.button-code):not(.button-effect):hover {
	background-color: var(--c21);
}
.button-5:not(.button-code) {
	background-color: var(--c22);
	color: var(--c1);
}
.button-5:not(.button-code):active,
.button-5:not(.button-code):hover {
	color: var(--c1);
}
.button-5:not(.button-code):not(.button-effect):active,
.button-5:not(.button-code):not(.button-effect):hover {
	background-color: var(--c23);
}
.button-6.is-outlined {
	background-color: transparent;
	border-color: #000;
	color: #000;
}
.button-6.is-outlined:active,
.button-6.is-outlined:focus,
.button-6.is-outlined:hover {
	color: var(--c1);
}
.button-7.is-outlined {
	background-color: transparent;
	border-color: var(--c1);
	color: var(--c1);
}
.button-7.is-outlined:active,
.button-7.is-outlined:focus,
.button-7.is-outlined:hover {
	color: var(--c11);
}
.button-6:not(.button-code):not(.is-outlined) {
	background-color: #000;
	color: var(--c1);
}
.button-6:not(.button-code):not(.is-outlined):after {
	background-color: var(--c28);
}
.button-6:not(.button-code):not(.is-outlined):active,
.button-6:not(.button-code):not(.is-outlined):hover {
	color: var(--c1);
}
.button-6:not(.button-code):not(.is-outlined):not(.button-effect):active,
.button-6:not(.button-code):not(.is-outlined):not(.button-effect):hover {
	background-color: var(--c28);
}
.button-7:not(.button-code):not(.is-outlined) {
	background-color: var(--c30);
	color: var(--c29);
}
.button-7:not(.button-code):not(.is-outlined):active,
.button-7:not(.button-code):not(.is-outlined):hover {
	color: var(--c29);
}
.button-7:not(.button-code):not(.is-outlined):not(.button-effect):active,
.button-7:not(.button-code):not(.is-outlined):not(.button-effect):hover {
	background-color: var(--c24);
}
.button-8:not(.button-code):not(.is-outlined) {
	background-color: #db0945;
	color: var(--c0);
}
.button-8:not(.button-code):not(.is-outlined):active,
.button-8:not(.button-code):not(.is-outlined):hover {
	color: var(--c0);
}
.button-8:not(.button-code):not(.is-outlined):not(.button-effect):active,
.button-8:not(.button-code):not(.is-outlined):not(.button-effect):hover {
	background-color: var(--c32);
}
.button-code {
	justify-content: flex-start;
}
.button-code:before {
	align-items: center;
	background-color: var(--c1);
	border: 1px solid var(--c11);
	border-radius: 4px;
	bottom: -2px;
	-webkit-clip-path: polygon(calc(100% - 44px) 0, 100% -4px, 100% 100%, calc(100% - 22px) 100%);
	clip-path: polygon(calc(100% - 44px) 0, 100% -4px, 100% 100%, calc(100% - 22px) 100%);
	color: var(--c0);
	content: attr(data-code);
	justify-content: flex-end;
	left: -1px;
	padding-right: 0.25em;
	position: absolute;
	right: -2px;
	top: -1px;
	transition: all 0.15s linear;
	will-change: clip-path;
	z-index: 1;
}
.button-code:after {
	background-position: 50%;
	background-repeat: no-repeat;
	background-size: contain;
	content: "";
	height: 44px;
	position: absolute;
	right: 18px;
	top: -1px;
	transition: background-image 0s linear 0.15s, -webkit-transform 0.15s linear;
	transition: transform 0.15s linear, background-image 0s linear 0.15s;
	transition: transform 0.15s linear, background-image 0s linear 0.15s,
		-webkit-transform 0.15s linear;
	width: 36px;
	will-change: transform;
	z-index: 2;
}
.button-code .button-text {
	flex: none;
	white-space: nowrap;
	width: calc(100% - 44px);
}
.button-code:hover:before {
	-webkit-clip-path: polygon(calc(100% - 54px) 0, 100% -4px, 100% 100%, calc(100% - 32px) 100%);
	clip-path: polygon(calc(100% - 54px) 0, 100% -4px, 100% 100%, calc(100% - 32px) 100%);
}
.button-code:hover:after {
	-webkit-transform: translateX(-10px);
	transform: translateX(-10px);
	transition: background-image 0s linear, -webkit-transform 0.15s linear;
	transition: transform 0.15s linear, background-image 0s linear;
	transition: transform 0.15s linear, background-image 0s linear, -webkit-transform 0.15s linear;
}
.button-code:hover.button-2 {
	background-color: var(--c10);
}
.button-code.button-2 {
	background: linear-gradient(0deg, rgba(217, 9, 70, 0.2), rgba(217, 9, 70, 0.2)),
		linear-gradient(180deg, #db0946, #aa0737);
	border: 1px solid #7a0025;
	box-shadow: 0 1px 0 #7a0025;
	color: var(--c1);
}
.button-code.button-2:after {
	background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg width='36' height='44' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='m1 29 28 5v8H9L1 29Z' fill='%23740C2B'/%3E%3Cpath d='M36 44 12 0 .739 27.214a2 2 0 0 0 1.02 2.586L33 44h3Z'/%3E%3Cpath d='M36 44 12 0 .739 27.214a2 2 0 0 0 1.02 2.586L33 44h3Z' fill='%23CE1B4F'/%3E%3C/svg%3E");
}
.button-code.button-2:active,
.button-code.button-2:hover {
	background: linear-gradient(0deg, rgba(217, 9, 70, 0.2), rgba(217, 9, 70, 0.2)),
		linear-gradient(180deg, #aa0737, #db0946);
}
.button-link .icon {
	margin-right: 0.5rem;
}
.simple-prm {
	--gap: 1.5rem;
	--template-column: 1fr;
	grid-gap: var(--gap);
	grid-template-columns: var(--template-column);
	margin-bottom: 1.5rem;
	margin-top: 1.5rem;
}
@media screen and (min-width: 981px) {
	.simple-prm {
		margin-bottom: 2.5rem;
		margin-top: 2.5rem;
	}
	.simple-prm-columns-md-2 {
		--template-column: 1fr 1fr;
	}
	.article .simple-prm {
		--gap: 3rem 1.5rem;
	}
}
.article .simple-prm-item-title {
	font-size: 1.25rem;
	line-height: 1.625rem;
	margin-bottom: 1rem;
}
@media screen and (min-width: 981px) {
	.article .simple-prm-item-title {
		font-size: 1.5rem;
		line-height: 2rem;
		margin-bottom: 1.5rem;
	}
}
.article .simple-prm-item-table {
	margin-bottom: 0;
}
.article .simple-prm-item-table tr:first-child td {
	border-top: none;
}
.simple-prm-item {
	background-color: var(--c1);
	display: inherit;
	padding: 1rem;
}
.simple-prm-item.simple-prm-item-default {
	background-color: transparent;
	padding: 0;
}
.simple-prm-item.simple-prm-item-default > * {
	margin-bottom: 0;
}
.simple-prm-item-description,
.simple-prm-item.simple-prm-item-default > * + * {
	margin-top: 1.5rem;
}
@media screen and (min-width: 981px) {
	.simple-prm-item {
		padding: 2rem;
	}
	.simple-prm-item-description {
		margin-top: 2rem;
	}
}
.simple-prm-item-main {
	--gap: 1rem;
	--grid-template: 1fr;
	grid-gap: var(--gap);
	background: var(--bg);
	grid-template-columns: var(--grid-template);
	margin-bottom: 1.5rem;
	padding-left: 1rem;
	padding-right: 1rem;
}
.simple-prm-item-main-group {
	--gap: 1rem;
	grid-gap: var(--gap);
	display: inherit;
	justify-items: center;
	padding-top: 1rem;
}
.simple-prm-item-main-title {
	color: var(--c1);
	font-size: 1.125rem;
	font-weight: 700;
	line-height: 1.5rem;
	text-align: center;
}
.simple-prm-item-main-title span {
	color: #db0945;
}
.simple-prm-item-main-picture {
	justify-self: center;
}
@media screen and (min-width: 981px) {
	.simple-prm-item-main {
		--grid-template: minmax(1fr, max-fill) minmax(300px, 1fr);
		--gap: 1.5rem;
		justify-items: flex-start;
		margin-bottom: 2rem;
		padding-left: 2rem;
		padding-right: 2rem;
	}
	.simple-prm-item-main-title {
		font-size: 2rem;
		line-height: 3rem;
		text-align: left;
	}
	.simple-prm-item-main-group {
		--gap: 1.75rem;
		align-content: flex-end;
		grid-area: 1/1/2/2;
		justify-items: flex-start;
		padding-bottom: 2rem;
		padding-top: 2rem;
	}
	.simple-prm-item-main-picture {
		align-self: flex-end;
		grid-area: 1/2/2/3;
		justify-self: flex-end;
	}
}
.change-lang-wrapper {
	align-self: center;
	height: 2rem;
	margin-right: -1rem;
	z-index: 1;
}
.change-lang {
	color: var(--c1);
	flex-direction: column;
	font-size: 0.875rem;
	font-weight: 700;
	line-height: 0.875rem;
	text-align: center;
}
.change-lang.is-active .change-lang-dropdown {
	display: block;
}
.change-lang.is-active .lang-toggle {
	background-color: #413b40;
	border-bottom-left-radius: 0;
	border-bottom-right-radius: 0;
}
.change-lang li {
	align-items: center;
	background-color: rgba(255, 255, 255, 0.15);
	background-color: #413b40;
	cursor: pointer;
	justify-content: center;
	min-height: 2rem;
	min-width: 2rem;
	padding: 0.375rem;
}
.change-lang li:last-child {
	border-bottom-left-radius: 2rem;
	border-bottom-right-radius: 2rem;
}
.change-lang li:hover {
	color: rgba(255, 255, 255, 0.75);
}
.change-lang-dropdown {
	display: none;
}
.lang-toggle {
	background-color: rgba(255, 255, 255, 0.15);
	border-radius: 2rem;
	color: inherit;
	cursor: pointer;
	font-size: 0.875rem;
	font-weight: 700;
	line-height: 0.875rem;
	min-height: 2rem;
	min-width: 2rem;
	padding: 0.375rem;
}
.lang-toggle:hover {
	color: rgba(255, 255, 255, 0.75);
}
.simple-code-wrp input {
	-webkit-overflow-scrolling: touch;
	-ms-overflow-style: -ms-autohiding-scrollbar;
	border: 1px solid var(--c12);
	border-radius: 4px 0 0 4px;
	flex: 1;
	font-family: SFMono-Regular, Menlo, Monaco, Consolas, Liberation Mono, Courier New, monospace;
	font-size: 18px;
	font-weight: 700;
	height: 42px;
	letter-spacing: 1px;
	outline: none;
	overflow: hidden;
	padding: 8px;
	text-align: center;
	white-space: nowrap;
	width: 100%;
}
.simple-code-wrp label {
	flex: 1;
}
.simple-code-wrp .card-button-code {
	background-color: var(--c12);
	border: none;
	border-radius: 0 4px 4px 0;
	color: var(--c1);
	cursor: pointer;
	display: inline-flex;
	flex-shrink: 0;
	height: 42px;
	outline: none;
	padding: 4px;
	width: 42px;
}
.simple-code-wrp .card-button-code .icon {
	font-size: 1.5rem;
	margin: auto;
	pointer-events: none;
}
.simple-code-wrp .card-button-code .icon + .icon,
.simple-code-wrp .card-button-code.is-active .icon {
	display: none;
}
.simple-code-wrp .card-button-code.is-active .icon + .icon {
	display: block;
}
.simple-code-wrp + .offer-promo-buttons {
	margin-top: 1rem;
}
@media screen and (min-width: 981px) {
	.simple-code-wrp + .offer-promo-buttons {
		margin-top: 2.25rem;
	}
}
.rating-container {
	align-items: center;
	align-self: center;
	display: flex;
	height: 24px;
}
.rating-container + a {
	font-size: 0.875rem;
	line-height: 1.0625rem;
	text-align: center;
}
.rating-container .rating-value {
	color: var(--c11);
	font-size: 1rem;
	line-height: 1.125rem;
	margin-top: 2px;
}
@media screen and (min-width: 768px) {
	.rating-container {
		align-self: flex-start;
	}
	.rating-container + a {
		font-size: 0.9375rem;
		line-height: 1.125rem;
		text-align: left;
	}
}
.simple-rating {
	align-items: center;
	display: flex;
	margin-right: 4px;
}
.simple-rating-stars {
	display: flex;
	height: 18px;
	position: relative;
	width: 95px;
}
.simple-rating-stars:before {
	background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg width='19' height='18' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='m9.5 2.603 1.531 4.664.114.344h5.303l-3.993 2.872-.298.213.115.348L13.8 15.7l-4.008-2.882-.292-.21-.292.21L5.2 15.699l1.528-4.655.115-.348-.298-.213L2.552 7.61h5.304l.112-.344L9.5 2.603Z' stroke='%23FB0'/%3E%3C/svg%3E");
	background-repeat: repeat-x;
	background-size: 19px 18px;
	content: "";
	height: 18px;
	left: 0;
	position: absolute;
	top: 0;
	width: 95px;
}
.simple-rating-stars > span {
	display: block;
	height: 18px;
	overflow: hidden;
	position: absolute;
	text-indent: -10000px;
	width: 95px;
}
.simple-rating-stars > span:before {
	background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg width='19' height='18' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='m9.5 1 2.007 6.111H18l-5.253 3.778L14.753 17 9.5 13.223 4.247 17l2.006-6.111L1 7.11h6.493L9.5 1Z' fill='%23FB0'/%3E%3C/svg%3E");
	background-repeat: repeat-x;
	background-size: 19px 18px;
	content: "";
	height: 18px;
	left: 0;
	position: absolute;
	top: 0;
	width: 95px;
}
.simple-rating-stars > i {
	cursor: pointer;
	display: inline-flex;
	height: 18px;
	position: relative;
	width: 19px;
}
.simple-rating-stars > i:hover:first-child:before,
.simple-rating-stars > i:hover:first-child ~ i:before,
.simple-rating-stars > i:hover:nth-child(2):before,
.simple-rating-stars > i:hover:nth-child(2) ~ i:before,
.simple-rating-stars > i:hover:nth-child(3):before,
.simple-rating-stars > i:hover:nth-child(3) ~ i:before,
.simple-rating-stars > i:hover:nth-child(4):before,
.simple-rating-stars > i:hover:nth-child(4) ~ i:before,
.simple-rating-stars > i:hover:nth-child(5):before,
.simple-rating-stars > i:hover:nth-child(5) ~ i:before {
	background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg width='19' height='18' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='m9.5 1 2.007 6.111H18l-5.253 3.778L14.753 17 9.5 13.223 4.247 17l2.006-6.111L1 7.11h6.493L9.5 1Z' fill='%23f70'/%3E%3C/svg%3E");
}
@media screen and (min-width: 768px) {
	.sm .simple-rating-stars {
		height: 23px;
		width: 120px;
	}
	.sm .simple-rating-stars:before {
		background-size: 24px 23px;
		height: 23px;
		width: 120px;
	}
	.sm .simple-rating-stars > span {
		height: 23px;
		width: 120px;
	}
	.sm .simple-rating-stars > span:before {
		background-size: 24px 23px;
		height: 23px;
		width: 120px;
	}
}
.rating-dropdown {
	cursor: pointer;
	justify-self: center;
	max-width: 13.75rem;
	position: relative;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	width: 100%;
}
.rating-dropdown > :not(.toggle-rating) {
	pointer-events: none;
}
.rating-dropdown .mr-rating {
	--mr-icon-size: 1.5rem;
}
.rating-dropdown.is-active + * {
	text-shadow: none;
}
.rating-dropdown.is-active .toggle-rating {
	display: flex;
}
.rating-dropdown .icon {
	align-self: center;
	font-size: 0.75rem;
	margin-left: 0.5rem;
}
.rating-dropdown .toggle-rating {
	display: none;
	justify-content: center;
	left: 0;
	position: absolute;
	top: 100%;
	width: 100%;
}
.rating-dropdown .toggle-rating-box {
	background-color: var(--c1);
	border-radius: 2px;
	box-shadow: 0 4px 4px rgba(0, 0, 0, 0.25);
	justify-content: center;
	margin-top: 0.5rem;
	max-width: 13.75rem;
	position: relative;
	width: 100%;
}
.rating-dropdown .toggle-rating-box:before {
	border: 8px solid transparent;
	border-bottom-color: #fff;
	content: "";
	height: 0;
	margin-right: -0.5rem;
	position: absolute;
	right: 50%;
	top: -1rem;
	width: 0;
}
.rating-dropdown .toggle-rating-body {
	align-items: center;
	color: var(--c0);
	flex-direction: column;
	font-size: 1rem;
	line-height: 1.5rem;
	overflow: hidden;
	padding: 1.5rem;
	text-align: center;
}
.rating-dropdown .toggle-rating-title {
	font-weight: 700;
	margin-bottom: 0.5rem;
}
@media screen and (min-width: 981px) {
	.rating-dropdown .toggle-rating-message {
		font-size: 0.875rem;
	}
	.rating-dropdown {
		justify-self: flex-start;
	}
}
.disclaimer-header {
	/* background-color: #db0945; */
	padding-bottom: 0.5rem;
	padding-top: 0.5rem;
}
.disclaimer-header-text {
	font-size: 0.75rem;
	line-height: 0.75rem;
}
.header {
	background-color: var(--c2);
	position: relative;
	z-index: 30;
}
.header .icon {
	pointer-events: none;
}
.header .simple-rounded-items {
	--col: 4;
}
.main-header {
	grid-template-columns: 54px 1fr 54px;
	justify-content: space-between;
	position: relative;
}
@media screen and (min-width: 981px) {
	.main-header {
		grid-template-columns: auto 1fr auto;
	}
}
.header-search {
	margin-bottom: 1rem;
}
.header-search form {
	position: relative;
}
.header-search input {
	background-color: var(--c1);
	border: 1px solid var(--c1);
	border-radius: 4px;
	height: 48px;
	padding: 6px 60px 6px 16px;
	width: 100%;
}
.header-search .button-search {
	background-color: var(--c1);
	border-radius: 4px;
	cursor: pointer;
	height: 40px;
	position: absolute;
	right: 4px;
	top: 4px;
	width: 40px;
}
.header-search .button-search:hover {
	background-color: var(--c9);
}
.header-search .button-search:hover .icon {
	color: var(--c1);
}
.header-search .visually-hidden {
	display: none;
}
.header-search .icon {
	font-size: 1.3125rem;
}
.header-search ul {
	background-color: var(--c1);
	box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
	color: var(--c0);
	left: 0;
	list-style: none;
	margin: 0.2em 0 0;
	padding-left: 0;
	position: absolute;
	top: 100%;
	-webkit-transform-origin: 1.43em -0.43em;
	transform-origin: 1.43em -0.43em;
	transition: 0.2s cubic-bezier(0.4, 0.2, 0.5, 1.4);
	width: 100%;
	z-index: 1000;
}
.header-search ul > li {
	background-color: var(--c1);
	cursor: pointer;
	font-size: 0.875rem;
	line-height: 1rem;
	padding: 10px 16px;
}
.header-search ul > li:hover {
	background-color: var(--c7);
}
.header-search mark {
	background-color: transparent;
	font-weight: 700;
	padding: 0;
}
.awesomplete-list-item {
	max-height: 36px;
	overflow: hidden;
}
.awesomplete-image {
	margin-right: 8px;
	-o-object-fit: contain;
	object-fit: contain;
}
.awesomplete-text {
	align-self: center;
}
.mobile-menu-toggle {
	align-self: center;
	cursor: pointer;
	grid-area: 1/1/2/2;
	height: 54px;
	margin-left: -16px;
	overflow: hidden;
	padding: 0;
	position: relative;
	width: 54px;
}
.mobile-menu-toggle span,
.mobile-menu-toggle span:after,
.mobile-menu-toggle span:before {
	background: var(--c1);
	border-radius: 1px;
	content: "";
	display: block;
	height: 2px;
	left: 16px;
	pointer-events: none;
	position: absolute;
	transition: all 0.18s ease-out;
	width: 22px;
}
.mobile-menu-toggle span {
	transition: none;
}
.mobile-menu-toggle span:before {
	left: 0;
	top: -6px;
}
.mobile-menu-toggle span:after {
	bottom: -6px;
	left: 0;
}
.mobile-menu-toggle.is-active span {
	background-color: transparent;
}
.mobile-menu-toggle.is-active span:before {
	top: 0;
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
}
.mobile-menu-toggle.is-active span:after {
	top: 0;
	-webkit-transform: rotate(-45deg);
	transform: rotate(-45deg);
}
@media screen and (min-width: 981px) {
	.mobile-menu-toggle {
		display: none;
	}
}
.header-logo {
	align-self: center;
	flex: 1;
	grid-area: 1/2/2/3;
	justify-self: center;
}
@media screen and (max-width: 981px) {
	.header-logo img {
		max-height: 54px;
		-o-object-fit: contain;
		object-fit: contain;
		padding: 0.5rem;
	}
}
@media screen and (min-width: 981px) {
	.header-logo {
		grid-area: 1/1/2/2;
	}
}
.navbar {
	background-color: var(--c1);
	display: none;
	grid-area: 2/1/3/4;
	margin-left: -16px;
	margin-right: -16px;
	order: 1;
	position: relative;
	width: calc(100% + 32px);
}
.navbar.is-active {
	display: block;
}
@media screen and (min-width: 981px) {
	.navbar {
		background-color: transparent;
		flex: 1 1 auto;
		grid-area: 1/2/2/3;
		margin-left: 12px;
		margin-right: 16px;
		overflow-x: auto;
		position: static;
		width: auto;
	}
	.navbar,
	.navbar.is-active {
		display: flex;
	}
}
.search-toggle {
	align-self: center;
	color: var(--c1);
	cursor: pointer;
	grid-area: 1/3/2/4;
	height: 54px;
	padding: 0;
	position: relative;
	right: -16px;
	width: 54px;
}
.search-toggle .icon-magnifier {
	font-size: 1.3125rem;
}
.search-toggle .icon-close {
	font-size: 1rem;
}
.search-toggle .icon + .icon,
.search-toggle.is-active .icon {
	display: none;
}
.search-toggle.is-active .icon + .icon {
	display: inline-block;
}
@media screen and (min-width: 981px) {
	.search-toggle {
		grid-area: 1/3/2/4;
		order: 1;
	}
}
.header-search {
	display: none;
}
.header-search.is-active {
	display: block;
}
.navbar-dropdown-link,
.navbar-link {
	align-items: center;
	color: var(--c0);
	cursor: pointer;
	padding: 10px 16px;
	position: relative;
}
.navbar-dropdown-link:hover,
.navbar-link:hover {
	color: var(--c0);
}
.navbar-dropdown-link:after,
.navbar-link:after {
	background-color: var(--c6);
	bottom: 0;
	content: "";
	height: 1px;
	left: 0;
	margin-left: 16px;
	margin-right: 16px;
	position: absolute;
	width: calc(100% - 32px);
}
.navbar-dropdown-link span,
.navbar-link span {
	font-size: 0.875rem;
	font-weight: 700;
	line-height: 1.6;
	pointer-events: none;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
}
.navbar-dropdown-link .icon,
.navbar-link .icon {
	font-size: 0.75rem;
	margin-left: auto;
	transition: -webkit-transform 0.1s linear;
	transition: transform 0.1s linear;
	transition: transform 0.1s linear, -webkit-transform 0.1s linear;
}
.navbar-dropdown-link.is-active .icon,
.navbar-link.is-active .icon {
	-webkit-transform: rotate(180deg);
	transform: rotate(180deg);
}
@media screen and (min-width: 981px) {
	.navbar-dropdown-link,
	.navbar-link {
		color: var(--c1);
		padding: 33px 16px;
		white-space: nowrap;
	}
	.navbar-dropdown-link:after,
	.navbar-link:after {
		display: none;
	}
	.navbar-dropdown-link.is-active,
	.navbar-dropdown-link:hover,
	.navbar-link.is-active,
	.navbar-link:hover {
		background-color: var(--c5);
		color: var(--c1);
	}
	.navbar-dropdown-link .icon,
	.navbar-link .icon {
		margin-left: 4px;
	}
}
.navbar-nav-item:last-child .navbar-dropdown-link:after,
.navbar-nav-item:last-child .navbar-link:after {
	display: none;
}
.navbar-nav-item.item-dropdown {
	position: static;
}
.navbar-dropdown {
	background-color: var(--c1);
	display: none;
	position: relative;
}
@media screen and (min-width: 981px) {
	.navbar-dropdown {
		left: 0;
		position: absolute;
		right: 0;
		top: 100%;
		z-index: 10;
	}
}
.is-active + .navbar-dropdown {
	display: block;
}
.navbar-dropdown-col {
	word-wrap: break-word;
	margin-left: calc(var(--offset) / 2);
	margin-right: calc(var(--offset) / 2);
	width: calc(100% - var(--offset));
}
.navbar-dropdown-col:nth-child(2) {
	display: none;
}
@media screen and (min-width: 981px) {
	.navbar-dropdown-col {
		/* width: calc(50% - var(--offset)); */
	}
	.navbar-dropdown-col:nth-child(2) {
		display: block;
	}
}
.navbar-links {
	font-size: 1rem;
	line-height: 1.5rem;
}
.navbar-links ul li + li {
	/* margin-top: 6px; */
}
.navbar-links a,
.navbar-links span {
	display: block;
	padding: 9px 16px;
}
@media screen and (min-width: 981px) {
	.navbar-links {
		padding: 20px 48px 20px 8px;
	}
	.navbar-links a,
	.navbar-links span {
		display: inline-block;
		padding: 0;
	}
	.navbar-links a + ul,
	.navbar-links span + ul {
		margin-top: 1.5rem;
	}
	.navbar-links ul {
		-webkit-columns: 120px 3;
		-moz-columns: 120px 3;
		columns: 120px 3;
	}
	.navbar-links ul li + li {
		/* margin-top: 8px; */
	}
}
.navbar-popular h3 {
	font-size: 1.125rem;
	line-height: 1.5rem;
	margin-bottom: 1rem;
}
@media screen and (min-width: 981px) {
	.navbar-popular {
		padding: 20px 8px;
	}
}
.navbar-popular-caption {
	font-size: 1.125rem;
	line-height: 1.5rem;
	margin-bottom: 1rem;
}
.simple-items {
	--gap: 1rem;
	--col: 2;
	grid-gap: var(--gap);
	grid-template-columns: repeat(var(--col), 1fr);
}
@media screen and (min-width: 576px) {
	.simple-items {
		--col: 4;
	}
}
@media screen and (min-width: 981px) {
	.simple-items {
		--col: 5;
	}
}
.simple-item {
	background-color: var(--c1);
	border: 1px solid var(--c6);
	flex-direction: column;
	padding: 1rem 1.5rem;
	position: relative;
}
.simple-item:hover {
	border-color: var(--c4);
}
.simple-item:hover .simple-item-caption {
	color: var(--c4);
}
.simple-item-logo {
	height: 60px;
	margin-bottom: 1rem;
	position: relative;
	width: 100%;
}
.simple-item-logo img {
	bottom: 0;
	left: 0;
	margin: auto;
	max-height: 100%;
	max-width: 100%;
	-o-object-fit: contain;
	object-fit: contain;
	position: absolute;
	right: 0;
	top: 0;
}
.simple-item-caption,
.simple-item-name {
	color: var(--c11);
	font-size: 0.75rem;
	line-height: 1.0625rem;
	margin-left: auto;
	margin-right: auto;
	text-align: center;
}
.simple-item-name {
	font-weight: 700;
}
.simple-rounded-items {
	--gap: 1rem;
	--col: 2;
	grid-gap: var(--gap);
	grid-template-columns: repeat(var(--col), 1fr);
}
@media screen and (min-width: 576px) {
	.simple-rounded-items {
		--col: 4;
	}
}
@media screen and (min-width: 981px) {
	.simple-rounded-items {
		--col: 6;
	}
}
.simple-rounded-item:hover .simple-rounded-item-img {
	border-color: var(--c9);
}
.simple-rounded-item:hover .simple-rounded-item-text {
	color: var(--c4);
}
.simple-rounded-item-img {
	background-color: var(--c1);
	border: 1px solid var(--c6);
	border-radius: 50%;
	position: relative;
	width: 100%;
}
.simple-rounded-item-img_black {
	background-color: black;
	border: 1px solid var(--c6);
	border-radius: 50%;
	position: relative;
	width: 100%;
}
.simple-rounded-item-img:before,
.simple-rounded-item-img_black:before {
	content: "";
	display: block;
	padding-top: 100%;
}
.simple-rounded-item-img img,
.simple-rounded-item-img_black img {
	bottom: 0;
	left: 0;
	margin: auto;
	max-height: 80%;
	max-width: 80%;
	-o-object-fit: contain;
	object-fit: contain;
	position: absolute;
	right: 0;
	top: 0;
}
.simple-rounded-item-text {
	color: var(--c0);
	font-size: 0.875rem;
	line-height: 0.9375rem;
	margin-top: 4px;
	text-align: center;
}
.cards-bar {
	grid-gap: 1.5rem;
	align-items: baseline;
	grid-template-columns: 1fr auto;
	margin-bottom: 0.875rem;
}
.cards-bar h2 {
	margin-bottom: 0;
}
.cards-bar a,
.cards-bar h2 {
	flex: 1;
	font-size: 1rem;
	line-height: 1.4375rem;
}
.cards-bar a {
	text-align: right;
}
@media screen and (min-width: 768px) {
	.cards-bar h2 {
		font-size: 1.5rem;
		line-height: 2rem;
	}
}
@-webkit-keyframes blink {
	0%,
	50%,
	to {
		z-index: inherit;
	}
	25%,
	75% {
		z-index: 21;
	}
}
@keyframes blink {
	0%,
	50%,
	to {
		z-index: inherit;
	}
	25%,
	75% {
		z-index: 21;
	}
}
.cards {
	flex-direction: column;
}
.cards .telegram-prl {
	margin-top: 1rem;
}
.cards .telegram-prl.is-active {
	-webkit-animation: blink 1.5s ease 0s 1 normal forwards;
	animation: blink 1.5s ease 0s 1 normal forwards;
}
.card-item {
	background-color: var(--c1);
	border: 1px solid var(--c6);
	border-radius: 2px;
	color: var(--c0);
	position: relative;
}
.card-item .card-item-body {
	--gap: 0.625rem;
	grid-gap: var(--gap);
	flex-direction: column;
	min-height: 8.125rem;
	padding-left: 1rem;
	padding-right: 1rem;
}
@media screen and (min-width: 768px) {
	.card-item .card-item-body {
		--gap: 2rem;
		align-items: center;
		display: grid;
		grid-template-columns: 160px -webkit-max-content 1fr 200px;
		grid-template-columns: 160px max-content 1fr 200px;
		padding: 1rem;
	}
}
@media screen and (min-width: 1152px) {
	.card-item .card-item-body {
		grid-template-columns: 160px -webkit-max-content 1fr minmax(160px, -webkit-max-content);
		grid-template-columns: 160px max-content 1fr minmax(160px, max-content);
	}
}
.card-item .simple-code-wrp {
	max-width: 22.5rem;
	width: 100%;
}
.card-item.card-item-custom-label {
	margin-top: 1.75rem;
}
.card-item.card-item-top {
	margin-top: 0.75rem;
}
.card-item:not(.card-item-custom-label):not(.card-item-top) {
	margin-top: 1rem;
}
.card-item .review-container {
	font-size: 1rem;
	line-height: 1.4375rem;
}
@media screen and (max-width: 768px) {
	.card-item .review-container {
		text-align: center;
	}
	.list-unstyled {
		flex-direction: column;
	}
	/* td {
		padding: 1px;
		font-size: 0.5em;
		word-break: break-word;
	} */
	figure {
		margin: 0 5px;
	}
}
.card-item-inner .card-item-body {
	--gap: 1rem;
}
.card-item-inner .card-item-group {
	margin-bottom: 1rem;
}
.card-item-inner .card-item-buttons {
	margin-top: 0;
	width: 100%;
}
@media screen and (min-width: 768px) {
	.card-item-inner .card-item-body {
		--gap: 2rem;
		grid-template-columns: 152px 1fr minmax(220px, -webkit-max-content);
		grid-template-columns: 152px 1fr minmax(220px, max-content);
		padding: 1rem 1.5rem;
	}
	.card-item-inner .card-item-logo,
	.card-item-inner .card-item-logo_black {
		grid-area: 1/1/2/2;
	}
	.card-item-inner .card-item-content {
		align-self: flex-start;
		grid-area: 1/2/2/3;
	}
	.card-item-inner .card-item-group {
		grid-area: 1/3/2/4;
		margin-bottom: 0;
	}
}
.card-item-top {
	border: 2px solid #db0945;
}
.card-item-top .card-item-labels {
	padding-left: 0.875rem;
	padding-right: 0.875rem;
}
@media screen and (min-width: 768px) {
	.card-item-top .card-item-labels {
		margin-top: -20px;
	}
}
.card-item-top .card-item-license {
	margin-left: 0.875rem;
	margin-right: 0.875rem;
}
.card-item-head {
	--gap: 1rem;
	grid-column-gap: var(--gap);
	align-items: center;
	align-self: flex-start;
	background-color: #db0945;
	font-size: 0.75rem;
	font-weight: 700;
	grid-template-columns: 1fr 2fr 1fr;
	justify-content: space-between;
	line-height: 1.125rem;
	padding-bottom: 2px;
	padding-left: 6px;
	padding-right: 6px;
	position: relative;
	text-align: center;
	text-transform: uppercase;
	width: 100%;
}
.card-item-head span:nth-child(odd) {
	border-style: dotted;
	border: 6px var(--c1);
	border-bottom: 6px dotted var(--c1);
}
.card-item-logo,
.card-item-logo_black {
	align-items: center;
	flex-direction: column;
	justify-content: center;
	margin-left: auto;
	margin-right: auto;
	margin-top: 1rem;
	max-height: 100px;
	max-width: 256px;
	width: 100%;
}
.card-item-logo picture,
.card-item-logo_black picture {
	max-height: inherit;
	max-width: inherit;
}
.card-item-logo img,
.card-item-logo_black img {
	margin: auto;
	max-height: inherit;
	-o-object-fit: contain;
	object-fit: contain;
}
.card-item-logo_black img {
	background-color: black;
	border-radius: 10px;
	padding: 10px;
}
@media screen and (min-width: 768px) {
	.card-item-logo,
	.card-item-logo_black {
		grid-area: 1/1/2/2;
		margin-left: 0;
		margin-right: 0;
		margin-top: 0;
	}
}
.card-item-rating-wrapper {
	flex-direction: column;
	margin-top: 0.375rem;
}
@media screen and (min-width: 768px) {
	.card-item-rating-wrapper {
		grid-area: 1/2/2/3;
		margin-top: 0;
	}
}
.card-item-content {
	flex-direction: column;
}
@media screen and (min-width: 768px) {
	.card-item-content {
		grid-area: 1/3/2/4;
	}
}
.card-item-content label {
	color: var(--c12);
	font-size: 0.875rem;
	line-height: 1.0625rem;
	margin-top: 1.125rem;
	pointer-events: none;
	text-align: center;
}
@media screen and (min-width: 768px) {
	.card-item-content label {
		font-size: 0.9375rem;
		line-height: 1.125rem;
		margin-top: 0.5rem;
		text-align: left;
	}
}
.card-item-text {
	font-size: 0.875rem;
	line-height: 1.25rem;
	margin-bottom: 6px;
	margin-top: 8px;
}
.card-item-text > :first-child {
	margin-top: 0;
}
.card-item-text > :last-child {
	margin-bottom: 0;
}
.card-item-text ol,
.card-item-text p,
.card-item-text ul {
	margin-bottom: 0.25rem;
	margin-top: 0.25rem;
}
.card-item-text ol,
.card-item-text ul {
	counter-reset: section;
	list-style-type: none;
	padding-left: 0;
}
.card-item-text ol li,
.card-item-text ul li {
	padding-left: 0.5rem;
}
.card-item-text ol li:before {
	content: counters(section, ".") ". ";
	counter-increment: section;
}
.card-item-accent {
	color: #db0945;
	font-size: 1.125rem;
	font-weight: 700;
	line-height: 1.25rem;
	margin-top: 1rem;
	text-align: center;
}
.card-item-accent .icon {
	font-size: 3rem;
}
@media screen and (min-width: 768px) {
	.card-item-accent {
		margin-top: 0;
	}
}
@media screen and (min-width: 1152px) {
	.card-item-accent {
		font-size: 1.4375rem;
		line-height: 1.75rem;
	}
}
.card-item-title {
	font-size: 1.125rem;
	font-weight: 700;
	line-height: 1.625rem;
	text-align: center;
	word-break: break-word;
}
@media screen and (min-width: 768px) {
	.card-item-title {
		font-size: 1rem;
		line-height: 1.4375rem;
		text-align: left;
	}
}
.card-item-labels {
	border-width: 1px 1px 0;
	display: inline-flex;
	flex-wrap: wrap;
	justify-content: center;
	padding-left: 0.9375rem;
	padding-right: 0.9375rem;
	padding-top: 0.25rem;
	width: 100%;
}
@media screen and (min-width: 768px) {
	.card-item-labels {
		justify-content: flex-start;
		left: 0;
		margin-top: -19px;
		position: absolute;
		top: 0;
	}
}
.card-item-label {
	align-items: center;
	border-radius: 2px;
	box-shadow: 0 1px 1px rgba(0, 0, 0, 0.3);
	display: inline-flex;
	margin: 4px;
	padding: 4px 8px;
	position: relative;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
}
.card-item-label.type-1,
.card-item-label.type-4 {
	background-color: #ffbb11;
}
.card-item-label.type-2,
.card-item-label.type-5 {
	background-color: #ffbb11;
}
.card-item-label.type-3 {
	background-color: #f35;
}
.card-item-label.type-6 {
	background-color: #7a0026;
	color: var(--c1);
}
.card-item-label * + * {
	padding-left: 4px;
}
.card-item-label span {
	font-size: 0.75rem;
	font-weight: 700;
	line-height: 1rem;
}
@media screen and (min-width: 768px) {
	.card-item-label {
		border-radius: 2px 0 2px 2px;
	}
	.card-item-label.type-large-radius {
		border-radius: 4px 0 8px 4px;
	}
	.card-item-label.type-large-radius:before {
		border-style: solid;
		border-width: 11px 6px 0 0;
		content: "";
		height: 0;
		position: absolute;
		right: -6px;
		top: 0;
		width: 0;
	}
	.card-item-label.type-large-radius:after {
		border-radius: 6px 6px 0 0;
	}
	.card-item-label:not(:last-child) {
		margin-right: 1.5rem;
	}
	.card-item-label:after {
		border-style: solid;
		border-width: 11px 0 0 12px;
		content: "";
		height: 0;
		position: absolute;
		right: -12px;
		top: 0;
		width: 0;
	}
	.card-item-label.type-1:after {
		border-color: transparent transparent transparent #f70;
	}
	.card-item-label.type-2:after {
		border-color: transparent transparent transparent #e2b23f;
	}
	.card-item-label.type-3:after {
		border-bottom-color: transparent;
		border-left-color: var(--c4);
		border-right-color: transparent;
		border-top-color: transparent;
	}
	.card-item-label.type-4:after {
		border-color: #e2b23f;
	}
	.card-item-label.type-4:before {
		border-color: #e2b23f;
	}
	.card-item-label.type-5:after {
		border-color: #e2b23f;
	}
	.card-item-label.type-5:before {
		border-color: #ffbb11;
	}
	.card-item-label.type-6:after {
		border-color: #1b4966;
	}
	.card-item-label.type-6:before {
		border-color: #7a0026;
	}
}
.card-item-expired {
	color: var(--c11);
	font-size: 0.875rem;
	line-height: 1.25rem;
}
.card-item-group {
	align-items: center;
	flex-direction: column;
	margin-bottom: 0.6875rem;
}
@media screen and (min-width: 768px) {
	.card-item-group {
		grid-area: 1/4/2/5;
		margin-bottom: 0;
	}
}
@media screen and (min-width: 1152px) {
	.card-item-group {
		flex-direction: row;
	}
}
.card-item-code {
	align-items: center;
	flex-direction: column;
	max-width: 22.5rem;
	width: 100%;
}
@media screen and (min-width: 1152px) {
	.card-item-code {
		align-self: baseline;
		margin-right: 1rem;
		width: 220px;
	}
}
.code-help-title {
	font-size: 0.75rem;
	font-style: italic;
	font-weight: 700;
	justify-content: flex-end;
	line-height: 1.0625rem;
	padding-right: 1rem;
}
.code-help-title,
.code-help-title span {
	align-self: flex-end;
}
.code-help-title .icon {
	font-size: 1.625rem;
}
.card-item-buttons {
	align-items: center;
	flex-direction: column;
	margin-top: 1rem;
	width: 100%;
}
.card-item-buttons .button {
	max-width: 22.5rem;
	width: 100%;
}
.card-item-buttons .review-link {
	font-size: 0.875rem;
	line-height: 1.0625rem;
	margin-top: 0.5625rem;
}
@media screen and (min-width: 1152px) {
	.card-item-buttons {
		flex: 0 0 auto;
		margin-top: 0;
		width: 160px;
	}
}
.card-item-license {
	border-top: 1px solid var(--c6);
	color: var(--c0);
	font-size: 0.875rem;
	line-height: 1.0625rem;
	margin-left: 0.9375rem;
	margin-right: 0.9375rem;
}
.card-item-license span {
	display: block;
	padding-bottom: 0.5rem;
	padding-top: 0.5rem;
}
@media screen and (min-width: 768px) {
	.card-item-license {
		font-size: 0.9375rem;
		line-height: 1.125rem;
	}
}
.card-item-colored {
	--gap: 0;
	--r: 4px;
	grid-gap: var(--gap);
	background: var(--c1);
	border-radius: var(--r);
	position: relative;
}
.card-item-colored .card-item-labels {
	margin-top: 8px;
}
.card-item-colored-body {
	flex-direction: column;
	padding: 0 1rem 1rem;
}
.card-item-colored-image {
	background: var(--img) no-repeat 50% 50%, var(--bg);
	background-size: contain;
	border-radius: 4px 4px 0 0;
	grid-column: 1/1;
	grid-row: 1/1;
	height: 140px;
	overflow: hidden;
	position: relative;
}
.card-item-colored-image:after,
.card-item-colored-image:before {
	content: "";
	left: 0;
	position: absolute;
	width: 100%;
}
.card-item-colored-image:before {
	background: linear-gradient(180deg, transparent 50%, #000);
	bottom: 0;
	height: 100%;
}
.card-item-colored-image:after {
	border-style: dotted;
	border: 8px var(--c1);
	border-bottom: 8px dotted var(--c1);
	bottom: -4px;
	height: 8px;
	margin-left: 8px;
	margin-right: 8px;
}
.card-item-colored-logo {
	left: 16px;
	position: absolute;
	top: 124px;
	-webkit-transform: translateY(-100%);
	transform: translateY(-100%);
}
.card-item-colored-title {
	font-size: 1rem;
	font-weight: 700;
	line-height: 1.3125rem;
	margin-bottom: 0.5rem;
	margin-top: 0.75rem;
}
.card-item-colored-text {
	font-size: 0.875rem;
	line-height: 1.25rem;
}
.card-item-colored-controls {
	margin-top: 1rem;
}
.card-item-colored-buttons {
	align-items: center;
	flex-direction: column;
}
.card-item-colored-buttons .button {
	max-width: 22.5rem;
	width: 100%;
}
.card-item-colored-info {
	color: var(--c11);
	font-size: 0.75rem;
	line-height: 1.0625rem;
	margin-top: 0.5rem;
	max-width: 22.5rem;
}
@media screen and (min-width: 768px) {
	.card-item-colored {
		--gap: 1rem;
		--r: 1rem;
		background: var(--bg);
		grid-template-columns: 1fr 40%;
		margin-top: 1.875rem;
		min-height: 20rem;
	}
	.card-item-colored .card-item-labels {
		color: var(--c0);
		margin-top: -19px;
	}
	.card-item-colored-body {
		color: var(--c1);
		grid-column: 1/1;
		grid-row: 1/1;
		padding: 36px 0 16px 16px;
	}
	.card-item-colored-image {
		background: var(--img) no-repeat 0 50%;
		background-size: cover;
		border-bottom-right-radius: var(--r);
		grid-column: 2/2;
		grid-row: 1/1;
		height: 100%;
		justify-content: flex-end;
	}
	.card-item-colored-image:after,
	.card-item-colored-image:before {
		display: none;
	}
	.card-item-colored-logo {
		left: 0;
		position: relative;
		top: 0;
		-webkit-transform: none;
		transform: none;
	}
	.card-item-colored-title {
		font-size: 1.5rem;
		line-height: 1.75rem;
		text-shadow: -1px -1px 1px rgba(255, 255, 255, 0.1), 1px 1px 1px rgba(0, 0, 0, 0.5);
	}
	.card-item-colored-buttons {
		align-items: flex-start;
	}
	.card-item-colored-buttons .button {
		max-width: 12.375rem;
	}
	.card-item-colored-info {
		color: var(--c1);
		max-width: inherit;
	}
}
@media screen and (min-width: 981px) {
	.card-item-colored .card-item-labels {
		padding-left: 2.25rem;
	}
	.card-item-colored-body {
		padding: 36px 0 40px 40px;
	}
	.card-item-colored-controls {
		margin-top: auto;
	}
	.card-item-colored-buttons {
		flex-direction: row;
	}
	.card-item-colored-info {
		align-self: center;
		font-size: 1rem;
		line-height: 1.125rem;
		margin-left: 2rem;
		margin-top: 0;
	}
}
.nav-scroller {
	margin-top: 1.5rem;
}
.nav-scroller .nav {
	-webkit-overflow-scrolling: touch;
	flex-wrap: nowrap;
	font-size: 0.875rem;
	line-height: 1rem;
	overflow-x: auto;
	white-space: nowrap;
}
.nav-scroller .nav-link {
	font-weight: 700;
	padding: 0.5rem 0.75rem;
}
.nav-scroller .nav-link:hover span {
	border-color: rgba(186, 0, 0, 0.25);
}
.nav-scroller .underline {
	border-bottom: 1px dashed rgba(68, 119, 187, 0.25);
}
.nav-scroller + .cards {
	margin-top: 1px;
}
.nav-content .nav-link:first-child {
	padding-left: 0;
}
.offer-promo-fixed {
	background: var(--c0) var(--bg-img) no-repeat 50% 0 / cover;
	left: 0;
	opacity: 0;
	position: fixed;
	right: 0;
	top: 0;
	-webkit-transform: translateY(-100%);
	transform: translateY(-100%);
	transition: all 0.2s ease;
	visibility: hidden;
	will-change: transform;
	z-index: 1050;
}
@media screen and (min-width: 768px) {
	.offer-promo-fixed.is-active {
		opacity: 1;
		-webkit-transform: translateY(0);
		transform: translateY(0);
		visibility: visible;
	}
}
.offer-promo-fixed-body {
	--gap: 2rem;
	grid-column-gap: var(--gap);
	align-items: center;
	color: var(--c1);
	grid-template-columns: 160px 1fr 210px;
	margin: 0 auto;
	max-width: 71rem;
	padding: var(--offset);
}
.offer-promo-fixed-logo {
	grid-column: 1/1;
	grid-row: 1/1;
	height: 70px;
	justify-content: center;
	width: 100%;
}
.offer-promo-fixed-logo img {
	margin: auto;
	max-height: 100%;
	-o-object-fit: contain;
	object-fit: contain;
	-o-object-position: 0 50%;
	object-position: 0 50%;
}
.offer-promo-fixed-text {
	font-size: 1.5rem;
	font-weight: 700;
	grid-column: 2/2;
	grid-row: 1/1;
	line-height: 1;
	text-shadow: -1px -1px 1px rgba(255, 255, 255, 0.1), 1px 1px 1px rgba(0, 0, 0, 0.5);
}
.offer-promo-fixed-text span {
	color: #db0945;
	font-size: 2.25rem;
}
.offer-promo-fixed-group {
	grid-column: 3/3;
	grid-row: 1/1;
}
.offer-promo-fixed-buttons {
	width: 100%;
}
.offer-promo-fixed-buttons .button {
	width: inherit;
}
.offer-promo {
	--gap: 1rem;
	grid-column-gap: var(--gap);
	background: var(--bg-mobile);
	color: var(--c1);
	margin-left: calc(var(--offset) * -1);
	margin-right: calc(var(--offset) * -1);
	padding: 0.5rem 1.0625rem 1rem;
	position: relative;
	width: calc(100% + var(--offset) * 2);
}
.offer-promo > :not(.offer-promo-bg):not(.rating-dropdown) {
	z-index: 1;
}
.offer-promo.is-stopped .offer-promo-logo {
	-webkit-filter: grayscale(1);
	filter: grayscale(1);
}
.offer-promo .rating-value {
	color: var(--c1);
}
.offer-promo .review-link {
	color: var(--c1);
	font-size: 0.9375rem;
	font-weight: 700;
	line-height: 1.25rem;
	margin-top: 1.5rem;
}
.offer-promo .review-link span {
	border-bottom: 1px solid rgba(255, 255, 255, 0.5);
}
.offer-promo .review-link:hover {
	color: var(--c11);
}
.offer-promo .review-link:hover span {
	border-color: rgba(102, 102, 102, 0.5);
}
@media screen and (min-width: 768px) {
	.offer-promo {
		grid-template-columns: 176px 1fr 190px;
		margin-left: 0;
		margin-right: 0;
		padding: 1rem 1.0625rem;
		width: 100%;
	}
}
@media screen and (min-width: 1152px) {
	.offer-promo {
		--gap: 2rem;
		grid-template-columns: 176px 1fr 220px;
		padding: 2rem 1.5rem;
	}
}
.offer-promo-label-license {
	background-color: #db0945;
	border-radius: 2px;
	box-shadow: 0 1px 1px rgba(0, 0, 0, 0.3);
	color: var(--c0);
	font-weight: 700;
	justify-self: center;
	margin-bottom: 1rem;
	margin-top: 0.5rem;
	padding: 4px 6px;
}
.offer-promo-label-license .icon {
	flex: 0 0 1rem;
	font-size: 1rem;
}
.offer-promo-label-license .icon + * {
	margin-left: 0.25rem;
}
.offer-promo-label-license span {
	align-self: center;
	font-size: 0.6875rem;
	line-height: 0.8125rem;
}
@media screen and (min-width: 768px) {
	.offer-promo-label-license {
		border-radius: 2px 0 2px 2px;
		left: 1rem;
		position: absolute;
		top: -1.1875rem;
	}
	.offer-promo-label-license:after {
		border-color: transparent transparent transparent #f70;
		border-style: solid;
		border-width: 11px 0 0 12px;
		content: "";
		height: 0;
		position: absolute;
		right: -12px;
		top: 0;
		width: 0;
	}
}
.offer-promo-logo {
	height: 70px;
	justify-content: center;
	margin-bottom: 0.5rem;
	width: 100%;
}
.offer-promo-logo picture {
	display: flex;
	height: inherit;
	width: inherit;
}
.offer-promo-logo img {
	margin: auto;
	max-height: 100%;
	-o-object-fit: contain;
	object-fit: contain;
}
@media screen and (min-width: 768px) {
	.offer-promo-logo {
		grid-column: 1/1;
		grid-row: 1/1;
	}
	.offer-promo-logo img {
		-o-object-position: 0 50%;
		object-position: 0 50%;
		width: auto;
	}
}
.offer-promo-rating {
	justify-content: center;
	margin-top: 0.25rem;
	z-index: 2;
}
@media screen and (min-width: 768px) {
	.offer-promo-rating {
		grid-column: 1/1;
		grid-row: 2/2;
		justify-content: flex-start;
	}
	.offer-promo-title {
		grid-column: 1/1;
		grid-row: 3/3;
		margin-top: 0.875rem;
	}
}
.offer-promo-text {
	font-size: 1.5rem;
	line-height: 1;
	margin-bottom: 1.3125rem;
	margin-top: 1.125rem;
	text-align: center;
	text-shadow: -1px -1px 1px rgba(255, 255, 255, 0.1), 1px 1px 1px rgba(0, 0, 0, 0.5);
}
.offer-promo-text span {
	font-weight: 700;
}
@media screen and (min-width: 768px) {
	.offer-promo-text {
		align-self: center;
		font-size: 1.75rem;
		font-weight: 700;
		grid-column: 2/2;
		grid-row: span 3;
		justify-self: center;
		margin-bottom: 0;
		margin-top: 0;
		text-align: left;
	}
	.offer-promo-text span {
		color: #db0945;
		font-size: 2.25rem;
	}
}
@media screen and (min-width: 1152px) {
	.offer-promo-text {
		font-size: 1.875rem;
	}
	.offer-promo-text span {
		font-size: 3rem;
	}
}
.offer-promo-code-caption {
	display: block;
	font-size: 0.75rem;
	letter-spacing: 1px;
	line-height: 1.0625rem;
	margin-bottom: 0.25rem;
	text-align: center;
	text-transform: uppercase;
}
.offer-promo-code {
	align-items: center;
	flex-direction: column;
	max-width: 22.5rem;
	width: 100%;
}
.offer-promo-code .simple-code-wrp {
	width: inherit;
}
.offer-promo-code .simple-code-wrp + * {
	margin-bottom: 0.625rem;
}
.offer-promo-group,
.offer-promo-group > .simple-code-wrp {
	align-items: center;
	flex-direction: column;
}
.offer-promo-group > .simple-code-wrp {
	width: 100%;
}
.offer-promo-group button {
	max-width: 22.5rem;
	width: 100%;
}
@media screen and (min-width: 768px) {
	.offer-promo-group {
		align-self: center;
		grid-column: 3/3;
		grid-row: span 3;
	}
}
.offer-promo-buttons {
	align-items: center;
	flex-direction: column;
	width: 100%;
}
.offer-promo-buttons .icon {
	font-size: 1.5rem;
}
.offer-promo-buttons .button {
	max-width: 22.5rem;
	width: 100%;
}
.offer-promo-buttons .button + .button {
	margin-top: 1.5rem;
}
.feature {
	background-color: var(--c1);
	margin-left: calc(var(--offset) * -1);
	margin-right: calc(var(--offset) * -1);
	padding: 1rem;
	width: calc(100% + var(--offset) * 2);
}
@media screen and (min-width: 576px) {
	.feature {
		border-radius: 2px;
		margin-left: 0;
		margin-right: 0;
		width: 100%;
	}
}
.feature-title {
	font-size: 1.25rem;
	line-height: 1.625rem;
	margin-bottom: 0.75rem;
}
@media screen and (min-width: 768px) {
	.feature-title {
		font-size: 2rem;
		line-height: 2.375rem;
	}
}
.feature-table {
	font-size: 0.875rem;
	line-height: 1.25rem;
	width: 100%;
}
.feature-table th,
.feature-table tr {
	--gap: 1rem;
	grid-gap: var(--gap);
	grid-template-columns: repeat(2, 1fr);
}
.feature-table th:not(:last-child),
.feature-table tr:not(:last-child) {
	box-shadow: inset 0 -1px 0 0 rgba(0, 16, 61, 0.12);
}
.feature-table td {
	padding: 0;
	position: relative;
}
@media screen and (min-width: 576px) {
	.feature-table .dott {
		background-image: radial-gradient(circle, var(--c24) 1px, transparent 1.5px);
		background-repeat: repeat-x;
		background-size: 4px 1px;
		height: 1px;
		left: 0;
		position: absolute;
		top: 21px;
		width: 100%;
		z-index: -1;
	}
}
.feature-value {
	word-break: break-word;
}
.feature-value:not(.country-value):not(.tags) {
	padding-bottom: 1rem;
	padding-top: 1rem;
}
.feature-value.country-value,
.feature-value.tags {
	padding-bottom: 0.6875rem;
	padding-top: 0.6875rem;
}
.feature-value .icon-flag {
	display: inherit;
	height: 20px;
	width: 28px;
}
.feature-value .country-img {
	box-shadow: 0 0 0 1px var(--c6);
	height: 20px;
	position: relative;
	width: 28px;
}
.feature-value .country-img:not(:last-child) {
	margin-right: 0.5rem;
}
.feature-value .country-img img {
	display: block;
	height: 100%;
	-o-object-fit: cover;
	object-fit: cover;
	width: 100%;
}
@media screen and (min-width: 576px) {
	.feature-value {
		padding-bottom: 6px;
		padding-left: 6px;
		padding-top: 6px;
	}
}
.feature-name {
	display: inline-flex;
	font-weight: 700;
	padding-bottom: 1rem;
	padding-top: 1rem;
	z-index: 1;
}
.tags.is-bordered .tag {
	font-size: 0.75rem;
	line-height: 1rem;
	padding: 4px 10px;
	transition: border-color 0.2s;
}
.tags.is-bordered .tag:hover {
	border-color: var(--c4);
}
.tags .tag {
	background-color: rgba(68, 119, 187, 0.1);
	border-radius: 24px;
	margin-bottom: 0.25rem;
	margin-top: 0.25rem;
	padding: 1px 6px;
	text-align: center;
}
.tags .tag:hover {
	background-color: rgba(186, 0, 0, 0.1);
}
.tags .tag:not(:last-child) {
	margin-right: 0.5rem;
}
@media screen and (min-width: 576px) {
	.tags {
		margin-top: -2px;
	}
}
.top-casino-countries {
	--color1: #40958b;
	--color2: rgba(64, 149, 139, 0.1);
	--color3: rgba(0, 16, 61, 0.12);
	background-color: var(--c1);
	border-radius: 2px;
	margin-top: 2rem;
	padding: 1rem;
}
.top-casino-countries h2 {
	margin-bottom: 1.5rem;
}
@media screen and (min-width: 981px) {
	.top-casino-countries {
		padding: 1.5rem 2rem 2rem;
	}
	.top-casino-countries .columns {
		grid-template-columns: repeat(2, 1fr);
	}
	.top-casino-countries .column-item:last-child {
		align-self: center;
		justify-self: flex-end;
	}
}
.columns {
	--gap: 1.5rem;
	grid-gap: var(--gap);
	grid-template-columns: 1fr;
}
.country-data-item {
	grid-gap: 0.5rem;
	align-items: center;
	font-size: 0.875rem;
	grid-template-columns: 28px 6em 1fr 3.5em;
	line-height: 1.25rem;
	padding-top: 1rem;
}
.country-data-item:not(:last-child) {
	padding-bottom: 1rem;
}
@media screen and (min-width: 576px) {
	.country-data-item {
		grid-gap: 1.5rem;
		grid-template-columns: 28px 10em 1fr 3.5em;
	}
}
.country-data-item:not(:last-child) {
	border-bottom: 1px solid var(--color3);
}
.country-img {
	--column-width-min: 28px;
	box-shadow: 0 0 0 1px var(--c6);
}
.country-img .icon-flag {
	display: inherit;
	height: 20px;
	width: 28px;
}
.country-img img {
	display: block;
	height: 100%;
	-o-object-fit: cover;
	object-fit: cover;
	width: 100%;
}
.country-data-caption {
	padding-right: 0.5rem;
}
.country-data-bar {
	background-color: var(--color2);
	height: 0.5rem;
	overflow: hidden;
	width: 100%;
}
.country-data-bar-fill {
	background-color: var(--c9);
	flex-grow: calc(var(--size) / 100);
}
.country-data-percentage {
	text-align: right;
}
.svg-countries-wrapper {
	height: 0;
	overflow: hidden;
	padding-bottom: 50%;
	position: relative;
}
#svg-countries {
	align-items: center;
	height: 100%;
	left: 0;
	position: absolute;
	top: 0;
	width: 100%;
}
#svg-countries .loader {
	-webkit-animation: audioWave 1.5s linear infinite;
	animation: audioWave 1.5s linear infinite;
	background: linear-gradient(#fb0, #fb0) 0 50%, linear-gradient(#fb0, #fb0) 0.625em 50%,
		linear-gradient(#fb0, #fb0) 1.25em 50%, linear-gradient(#fb0, #fb0) 1.875em 50%,
		linear-gradient(#fb0, #fb0) 2.5em 50%;
	background-repeat: no-repeat;
	background-size: 0.5em 0.25em, 0.5em 0.25em, 0.5em 0.25em, 0.5em 0.25em, 0.5em 0.25em;
	height: 2em;
	margin: 0 auto;
	width: 3em;
}
@-webkit-keyframes audioWave {
	25% {
		background: linear-gradient(#ccc, #ccc) 0 50%, linear-gradient(#fb0, #fb0) 0.625em 50%,
			linear-gradient(#fb0, #fb0) 1.25em 50%, linear-gradient(#fb0, #fb0) 1.875em 50%,
			linear-gradient(#fb0, #fb0) 2.5em 50%;
		background-repeat: no-repeat;
		background-size: 0.5em 2em, 0.5em 0.25em, 0.5em 0.25em, 0.5em 0.25em, 0.5em 0.25em;
	}
	37.5% {
		background: linear-gradient(#fb0, #fb0) 0 50%, linear-gradient(#ccc, #ccc) 0.625em 50%,
			linear-gradient(#fb0, #fb0) 1.25em 50%, linear-gradient(#fb0, #fb0) 1.875em 50%,
			linear-gradient(#fb0, #fb0) 2.5em 50%;
		background-repeat: no-repeat;
		background-size: 0.5em 0.25em, 0.5em 2em, 0.5em 0.25em, 0.5em 0.25em, 0.5em 0.25em;
	}
	50% {
		background: linear-gradient(#fb0, #fb0) 0 50%, linear-gradient(#fb0, #fb0) 0.625em 50%,
			linear-gradient(#ccc, #ccc) 1.25em 50%, linear-gradient(#fb0, #fb0) 1.875em 50%,
			linear-gradient(#fb0, #fb0) 2.5em 50%;
		background-repeat: no-repeat;
		background-size: 0.5em 0.25em, 0.5em 0.25em, 0.5em 2em, 0.5em 0.25em, 0.5em 0.25em;
	}
	62.5% {
		background: linear-gradient(#fb0, #fb0) 0 50%, linear-gradient(#fb0, #fb0) 0.625em 50%,
			linear-gradient(#fb0, #fb0) 1.25em 50%, linear-gradient(#ccc, #ccc) 1.875em 50%,
			linear-gradient(#fb0, #fb0) 2.5em 50%;
		background-repeat: no-repeat;
		background-size: 0.5em 0.25em, 0.5em 0.25em, 0.5em 0.25em, 0.5em 2em, 0.5em 0.25em;
	}
	75% {
		background: linear-gradient(#fb0, #fb0) 0 50%, linear-gradient(#fb0, #fb0) 0.625em 50%,
			linear-gradient(#fb0, #fb0) 1.25em 50%, linear-gradient(#fb0, #fb0) 1.875em 50%,
			linear-gradient(#ccc, #ccc) 2.5em 50%;
		background-repeat: no-repeat;
		background-size: 0.5em 0.25em, 0.5em 0.25em, 0.5em 0.25em, 0.5em 0.25em, 0.5em 2em;
	}
}
@keyframes audioWave {
	25% {
		background: linear-gradient(#ccc, #ccc) 0 50%, linear-gradient(#fb0, #fb0) 0.625em 50%,
			linear-gradient(#fb0, #fb0) 1.25em 50%, linear-gradient(#fb0, #fb0) 1.875em 50%,
			linear-gradient(#fb0, #fb0) 2.5em 50%;
		background-repeat: no-repeat;
		background-size: 0.5em 2em, 0.5em 0.25em, 0.5em 0.25em, 0.5em 0.25em, 0.5em 0.25em;
	}
	37.5% {
		background: linear-gradient(#fb0, #fb0) 0 50%, linear-gradient(#ccc, #ccc) 0.625em 50%,
			linear-gradient(#fb0, #fb0) 1.25em 50%, linear-gradient(#fb0, #fb0) 1.875em 50%,
			linear-gradient(#fb0, #fb0) 2.5em 50%;
		background-repeat: no-repeat;
		background-size: 0.5em 0.25em, 0.5em 2em, 0.5em 0.25em, 0.5em 0.25em, 0.5em 0.25em;
	}
	50% {
		background: linear-gradient(#fb0, #fb0) 0 50%, linear-gradient(#fb0, #fb0) 0.625em 50%,
			linear-gradient(#ccc, #ccc) 1.25em 50%, linear-gradient(#fb0, #fb0) 1.875em 50%,
			linear-gradient(#fb0, #fb0) 2.5em 50%;
		background-repeat: no-repeat;
		background-size: 0.5em 0.25em, 0.5em 0.25em, 0.5em 2em, 0.5em 0.25em, 0.5em 0.25em;
	}
	62.5% {
		background: linear-gradient(#fb0, #fb0) 0 50%, linear-gradient(#fb0, #fb0) 0.625em 50%,
			linear-gradient(#fb0, #fb0) 1.25em 50%, linear-gradient(#ccc, #ccc) 1.875em 50%,
			linear-gradient(#fb0, #fb0) 2.5em 50%;
		background-repeat: no-repeat;
		background-size: 0.5em 0.25em, 0.5em 0.25em, 0.5em 0.25em, 0.5em 2em, 0.5em 0.25em;
	}
	75% {
		background: linear-gradient(#fb0, #fb0) 0 50%, linear-gradient(#fb0, #fb0) 0.625em 50%,
			linear-gradient(#fb0, #fb0) 1.25em 50%, linear-gradient(#fb0, #fb0) 1.875em 50%,
			linear-gradient(#ccc, #ccc) 2.5em 50%;
		background-repeat: no-repeat;
		background-size: 0.5em 0.25em, 0.5em 0.25em, 0.5em 0.25em, 0.5em 0.25em, 0.5em 2em;
	}
}
.demographics-audience {
	background-color: var(--c1);
	border-radius: 2px;
	margin-top: 2rem;
	padding: 1rem;
}
.demographics-audience h2 {
	margin-bottom: 1.5rem;
}
.demographics-audience .column-caption {
	font-size: 1.125rem;
	font-weight: 700;
	line-height: 1.5rem;
	margin-bottom: 1.5rem;
}
@media screen and (min-width: 981px) {
	.demographics-audience {
		padding: 1.5rem 2rem 2rem;
	}
	.demographics-audience .columns {
		--gap: 5rem;
		grid-template-columns: -webkit-max-content 1fr;
		grid-template-columns: max-content 1fr;
	}
}
@media screen and (min-width: 1152px) {
	.demographics-audience .columns {
		--gap: 8rem;
	}
}
.gender {
	--gap: 4rem;
	grid-gap: var(--gap);
	align-content: flex-end;
	align-items: flex-end;
	font-size: 0.75rem;
	grid-template-columns: -webkit-max-content -webkit-max-content;
	grid-template-columns: max-content max-content;
	line-height: 1.25rem;
}
.gender-item-data {
	color: var(--c11);
	font-weight: 700;
	margin-top: 0.5rem;
	text-align: center;
}
@media screen and (min-width: 576px) {
	.gender {
		font-size: 0.875rem;
		line-height: 1.25rem;
	}
}
@media screen and (min-width: 981px) {
	.gender {
		justify-content: space-between;
	}
}
.demographics-bars {
	--gap: 0.5rem;
	grid-gap: var(--gap);
	font-size: 0.75rem;
	grid-template-columns: repeat(6, 1fr);
	height: 16.25rem;
	line-height: 1.25rem;
	text-align: center;
}
@media screen and (min-width: 576px) {
	.demographics-bars {
		font-size: 0.875rem;
		line-height: 1.25rem;
	}
}
@media screen and (min-width: 768px) {
	.demographics-bars {
		--gap: 2.375rem;
	}
}
@media screen and (min-width: 981px) {
	.demographics-bars {
		height: 21.25rem;
	}
}
.demographics-bar {
	--gap: 0.5rem;
	grid-gap: var(--gap);
	align-items: flex-end;
	grid-template-rows: 1fr;
	margin-bottom: 28px;
	margin-top: 28px;
}
.demographics-bar-fill {
	--color-alpha: 1;
	--color: rgba(64, 149, 139, var(--color-alpha));
	background-color: var(--color);
	border-radius: 2px;
	height: 100%;
	position: relative;
}
.demographics-bar-fill[data-index="0"] {
	--color-alpha: 1;
}
.demographics-bar-fill[data-index="1"] {
	--color-alpha: 0.8;
}
.demographics-bar-fill[data-index="2"] {
	--color-alpha: 0.64;
}
.demographics-bar-fill[data-index="3"] {
	--color-alpha: 0.48;
}
.demographics-bar-fill[data-index="4"] {
	--color-alpha: 0.32;
}
.demographics-bar-fill[data-index="5"] {
	--color-alpha: 0.16;
}
.demographics-bar-fill:after,
.demographics-bar-fill:before {
	height: 20px;
	left: 0;
	position: absolute;
	width: 100%;
}
.demographics-bar-fill:before {
	content: attr(data-percent) "%";
	font-weight: 700;
	margin-top: -28px;
	top: 0;
}
.demographics-bar-fill:after {
	bottom: 0;
	color: var(--c11);
	content: attr(data-caption);
	margin-bottom: -28px;
}
.pros-and-cons {
	--gap: 1.5rem;
	grid-gap: var(--gap);
	--color-pros: var(--c17);
	--color-cons: var(--c9);
	grid-template-columns: 1fr;
	margin-top: 2rem;
}
.pros-and-cons h2 {
	margin-bottom: 1.5rem;
}
@media screen and (min-width: 981px) {
	.pros-and-cons {
		grid-template-columns: repeat(2, 1fr);
	}
}
.pros-and-cons-column {
	background-color: var(--c1);
	border-radius: 2px;
	border-top: 8px solid;
	padding: 1rem;
}
@media screen and (min-width: 981px) {
	.pros-and-cons-column {
		padding: 1.5rem 2rem 2rem;
	}
}
.column-pros {
	--color: var(--c18);
	border-color: var(--color);
}
.column-cons {
	--color: var(--c9);
	border-color: var(--color);
}
.pros-and-cons-caption {
	color: var(--color);
	font-size: 1.125rem;
	font-weight: 700;
	line-height: 1.5rem;
}
.pros-and-cons-list {
	font-size: 0.875rem;
	line-height: 1.25rem;
	list-style-type: none;
	margin-bottom: 0;
	margin-top: 1rem;
	padding: 0;
}
.pros-and-cons-list li {
	padding-left: 0.875rem;
	position: relative;
}
.pros-and-cons-list li:before {
	background-color: var(--color);
	border-radius: 6px;
	content: "";
	height: 6px;
	left: 0;
	position: absolute;
	top: 7px;
	width: 6px;
}
.pros-and-cons-list li + li {
	margin-top: 0.5rem;
}
.offer-app {
	background-color: var(--c1);
	border-radius: 2px;
	font-size: 0.875rem;
	line-height: 1.25rem;
	margin-top: 2rem;
	padding: 1rem;
}
.offer-app h2 {
	margin-bottom: 1.5rem;
}
@media screen and (min-width: 981px) {
	.offer-app {
		padding: 1.5rem 2rem 2rem;
	}
	.offer-app .columns {
		grid-template-columns: repeat(3, 1fr);
	}
}
@media screen and (min-width: 1152px) {
	.offer-app .columns {
		--gap: 8rem;
	}
}
.offer-app-item-caption {
	font-size: 1.125rem;
	font-weight: 700;
	line-height: 1.5rem;
	margin-bottom: 1.5rem;
}
.offer-app-item-image {
	margin-bottom: 1.5rem;
	max-height: 9rem;
}
.offer-app-item-image img {
	height: inherit;
	-o-object-fit: contain;
	object-fit: contain;
	-o-object-position: left;
	object-position: left;
	width: auto;
}
.offer-app-item-download {
	--gap: 0.5rem;
	grid-gap: var(--gap);
}
.offer-app-item-download a {
	width: -webkit-fit-content;
	width: -moz-fit-content;
	width: fit-content;
}
.offer-app-item-optimization-bar {
	--color-alpha: 0.15;
	background-color: var(--color);
	height: 24px;
	margin-bottom: 0.5rem;
	margin-top: 0.5rem;
	overflow: hidden;
	width: 100%;
}
.offer-app-item-optimization-bar[data-color="0"],
.offer-app-item-optimization-bar[data-color="0"] > div {
	--color: rgba(171, 0, 51, var(--color-alpha));
}
.offer-app-item-optimization-bar[data-color="1"],
.offer-app-item-optimization-bar[data-color="1"] > div {
	--color: rgba(44, 135, 91, var(--color-alpha));
}
.offer-app-item-optimization-bar-fill {
	--color-alpha: 1;
	background-color: var(--color);
	flex-grow: calc(var(--size) / 100);
}
.offer-app-item-optimization-value span {
	font-size: 1.125rem;
	line-height: 1.25rem;
}
.card-telegram {
	--gap: 1rem;
	grid-gap: var(--gap);
	background: linear-gradient(90deg, #780f9b, #38aadf);
	grid-template-columns: 100px 1fr;
	margin-left: calc(var(--offset) * -1);
	margin-right: calc(var(--offset) * -1);
	padding: 1.0625rem;
	width: calc(100% + var(--offset) * 2);
}
@media screen and (min-width: 576px) {
	.card-telegram {
		border-radius: 2px;
		margin-left: 0;
		margin-right: 0;
		width: 100%;
	}
}
@media screen and (min-width: 768px) {
	.card-telegram {
		--gap: 2rem;
		grid-template-columns: 150px 1fr 200px;
	}
}
@media screen and (min-width: 981px) {
	.card-telegram {
		display: none;
	}
}
.card-telegram-logo {
	align-items: center;
	grid-column: 1/1;
	grid-row: 1/3;
	justify-content: center;
}
@media screen and (min-width: 768px) {
	.card-telegram-logo {
		grid-row: 1/1;
	}
}
.card-telegram-title {
	color: var(--c1);
	font-size: 0.875rem;
	font-weight: 700;
	grid-column: 2/2;
	grid-row: 1/1;
	line-height: 1.125rem;
}
@media screen and (min-width: 576px) {
	.card-telegram-title {
		font-size: 1.25rem;
		line-height: 1.5625rem;
	}
}
@media screen and (min-width: 768px) {
	.card-telegram-title {
		align-self: center;
	}
}
@media screen and (min-width: 981px) {
	.card-telegram-title {
		font-size: 1.625rem;
		line-height: 2rem;
	}
}
.card-telegram-button {
	align-self: flex-start;
	grid-column: 2/2;
	grid-row: 2/2;
	height: 30px;
	justify-self: flex-start;
	margin-top: 1rem;
	padding: 4px 8px;
}
.card-telegram-button span {
	margin-right: 4px;
}
.card-telegram-button .icon {
	color: var(--c13);
	font-size: 0.75rem;
}
@media screen and (min-width: 768px) {
	.card-telegram-button {
		align-self: center;
		grid-column: 3/3;
		grid-row: 1/1;
		height: 42px;
		margin-top: 1.5rem;
		width: 100%;
	}
}
.telegram-prl {
	word-wrap: break-word;
	background: radial-gradient(50% 151.76% at 50%, at 50%, rgba(0, 63, 198, 0) 0, #000008 100%);
	background: radial-gradient(50% 151.76% at 50% 50%, rgba(0, 63, 198, 0) 0, #000008 100%);
	justify-items: center;
	overflow: hidden;
	padding: 1rem;
	position: relative;
}
.telegram-prl,
.telegram-prl:hover {
	color: var(--c1);
}
.telegram-prl .link-absolute {
	bottom: 0;
	left: 0;
	position: absolute;
	right: 0;
	top: 0;
	z-index: 1;
}
.telegram-prl .modal-close {
	z-index: 2;
}
.telegram-prl:after {
	background-color: #003fc6;
	content: "";
	height: 100%;
	left: 0;
	position: absolute;
	top: 0;
	width: 100%;
	z-index: -1;
}
@media screen and (min-width: 576px) {
	.telegram-prl {
		margin-left: 0;
		margin-right: 0;
		width: 100%;
	}
}
.telegram-prl:not(.modal-subscribe) {
	margin-left: calc(var(--offset) * -1);
	margin-right: calc(var(--offset) * -1);
	width: calc(100% + var(--offset) * 2);
}
@media screen and (min-width: 981px) {
	.telegram-prl:not(.modal-subscribe) {
		display: none;
	}
}
.telegram-prl-logo {
	grid-column: 1/1;
	grid-row: 1/1;
	height: 9.375rem;
	position: relative;
}
.telegram-prl-logo img {
	z-index: 1;
}
.telegram-prl-logo:after {
	background-image: url(data:image/png;base64,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);
	background-position: 50% 330%;
	background-repeat: no-repeat;
	content: "";
	height: 200%;
	left: 50%;
	position: absolute;
	top: 50%;
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	width: 200%;
}
.telegram-prl-group {
	align-items: center;
	align-self: flex-end;
	flex-direction: column;
	grid-column: 1/1;
	grid-row: 2/2;
	text-align: center;
}
.telegram-prl-group .button {
	margin-top: 0.75rem;
	max-width: 17.875rem;
	width: 100%;
}
.telegram-prl-group .button span {
	margin-right: 0.25rem;
}
.telegram-prl-title {
	font-size: 1.125rem;
	font-weight: 700;
	line-height: 1.5rem;
	margin-bottom: 0.375rem;
	text-shadow: -1px -1px 1px rgba(255, 255, 255, 0.1), 1px 1px 1px rgba(0, 0, 0, 0.5);
}
.telegram-prl-subtitle {
	font-size: 0.875rem;
	line-height: 1.125rem;
}
.article .seo-table td:first-child {
	font-weight: 700;
}
.main-category-slots .seo-table th {
	border-top: 1px solid var(--c6);
}
.seo-table {
	display: block;
	font-size: 0.875rem;
	line-height: 1.25rem;
	margin-bottom: 1rem;
	overflow-x: auto;
	width: 100%;
}
.seo-table + .video-wrapper {
	margin-top: 2rem;
}
@media screen and (min-width: 981px) {
	.seo-table + .video-wrapper {
		margin-top: 2.5rem;
	}
}
.seo-table .accent {
	color: var(--c12);
	font-weight: 700;
}
.seo-table caption {
	caption-side: top;
	padding: 0;
}
.seo-table caption h2 {
	color: var(--c0);
	font-size: 1.125rem;
	line-height: 1.25rem;
}
@media screen and (min-width: 981px) {
	.seo-table caption h2 {
		font-size: 1.5rem;
		font-weight: 400;
		line-height: 1.6875rem;
	}
}
.seo-table th {
	color: var(--c2);
	font-weight: 700;
}
.seo-table td,
.seo-table th {
	border-width: 0 0 1px;
	padding: 12px 8px 12px 0;
	vertical-align: top;
}
.seo-table td:last-child,
.seo-table th:last-child {
	padding-right: 0;
}
.seo-table:not(.no-border) td {
	border-top: 1px solid var(--c6);
}
@media screen and (min-width: 981px) {
	.seo-table {
		font-size: 1rem;
		line-height: 1.4375rem;
	}
	.seo-table td,
	.seo-table th {
		padding: 12px 16px 12px 0;
	}
}
.seo-table .table.table-normal td:first-child {
	font-weight: 400;
}
.form-caption {
	font-size: 1rem;
	font-weight: 700;
	line-height: 1.4375rem;
	margin-bottom: 0.75rem;
}
.table {
	text-align: center;
}

@media screen and (min-width: 768px) {
	.form-caption {
		margin-bottom: 1.5rem;
	}
}
.form {
	font-size: 1rem;
	line-height: 1.4375rem;
	position: relative;
}
.form:not(.form-contacts) {
	margin-top: 2rem;
}
.form.is-active {
	pointer-events: none;
}
.form.is-active .form-main {
	opacity: 0.4;
}
.form.is-active:after {
	-webkit-animation: loading 2s linear infinite;
	animation: loading 2s linear infinite;
	border: 5px solid var(--c17);
	border-radius: 50%;
	border-top-color: var(--c18);
	content: "";
	height: 50px;
	left: 50%;
	margin-left: -30px;
	margin-top: -30px;
	position: absolute;
	top: 50%;
	width: 50px;
}
.form .label {
	color: var(--c29);
	display: inline-flex;
	font-size: 0.75rem;
	line-height: 1.0625rem;
}
.form input,
.form select,
.form textarea {
	background-color: var(--c1);
	border: 1px solid var(--c6);
	border-radius: 4px;
	padding: 11px 16px;
	width: 100%;
}
.form input:active,
.form input:focus,
.form select:active,
.form select:focus,
.form textarea:active,
.form textarea:focus {
	border-color: #000;
}
.form textarea {
	max-height: 26.25rem;
	min-height: 7.5rem;
}
.form select {
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	outline: none;
	position: relative;
}
@media screen and (min-width: 768px) {
	.form .label {
		font-size: 1rem;
		line-height: 1.5rem;
		margin-top: 0.5rem;
	}
	.form input {
		max-width: 400px;
	}
}
.form-field {
	--gap: 0.25rem;
	grid-gap: var(--gap);
}
.form-field:not(:last-child) {
	margin-bottom: 0.75rem;
}
@media screen and (min-width: 768px) {
	.form-field {
		grid-template-columns: minmax(-webkit-max-content, 140px) 1fr;
		grid-template-columns: minmax(max-content, 140px) 1fr;
	}
	.form-field:not(:last-child) {
		margin-bottom: 1.5rem;
	}
}
.comments {
	background-color: var(--c1);
	margin-left: calc(var(--offset) * -1);
	margin-right: calc(var(--offset) * -1);
	padding: 1.5rem 1rem;
	width: calc(100% + var(--offset) * 2);
}
@media screen and (min-width: 576px) {
	.comments {
		margin-left: 0;
		margin-right: 0;
		width: 100%;
	}
}
@media screen and (min-width: 768px) {
	.comments {
		padding: 1.5rem;
	}
}
.comments h2 {
	font-size: 1.125rem;
	line-height: 1.25rem;
	margin-bottom: 1.625rem;
}
@media screen and (min-width: 768px) {
	.comments h2 {
		font-size: 1.5rem;
		line-height: 1.6875rem;
	}
}
.button-comment {
	grid-gap: 1.5rem;
}
.comment-items {
	--gap: 1.5rem;
	grid-gap: var(--gap);
	margin-top: 2.625rem;
}
@media screen and (min-width: 768px) {
	.comment-items {
		--gap: 2rem;
	}
}
@media screen and (min-width: 981px) {
	.comment-items {
		--gap: 3rem;
	}
}
.comment-item {
	font-size: 0.875rem;
	line-height: 1.25rem;
	word-break: break-word;
}
@media screen and (min-width: 768px) {
	.comment-item {
		font-size: 1rem;
		line-height: 1.4375rem;
	}
}
.comment-item-head {
	align-items: baseline;
	margin-bottom: 0.5rem;
}
.comment-name {
	font-weight: 700;
	margin-right: 0.5rem;
}
.comment-time {
	color: var(--c11);
}
@media screen and (min-width: 768px) {
	.comment-time {
		font-size: 0.875rem;
		line-height: 1.25rem;
	}
}
.comment-item-body p {
	margin-bottom: 0;
	margin-top: 0;
}
.comment-item-body * + * {
	margin-top: 0.5rem;
}
.main-offer .offer-rating {
	margin-top: 2.625rem;
}
.offer-rating h2 {
	font-size: 1.125rem;
	line-height: 1.25rem;
	margin-bottom: 1rem;
}
@media screen and (min-width: 768px) {
	.offer-rating h2 {
		font-size: 2rem;
		line-height: 2.375rem;
	}
}
.offer-rating .js-rating.is-active ~ ul {
	display: none;
}
.offer-rating .js-rating ~ h3 {
	font-size: 1rem;
	line-height: 1.5rem;
	margin-bottom: 0;
}
.simple-article-items {
	--gap: 1.5rem;
	grid-gap: var(--gap);
	margin-top: 1.5rem;
}
@media screen and (min-width: 981px) {
	.simple-article-items {
		--gap: 2.5rem;
		margin-top: 2.5rem;
	}
}
.simple-article-item {
	--gap: 2rem;
	--grid-template: auto;
	grid-gap: var(--gap);
	background-color: var(--c1);
	border-radius: 2px;
	display: inherit;
	grid-template-columns: var(--grid-template);
	padding-left: 1rem;
	padding-right: 1rem;
	padding-top: 1rem;
}
.simple-article-item-main-group > :last-child {
	margin-bottom: 0;
}
.simple-article-item-main-picture {
	align-content: flex-end;
	display: inherit;
}
@media screen and (min-width: 981px) {
	.simple-article-item {
		padding-left: 2rem;
		padding-right: 2rem;
		padding-top: 2.5rem;
	}
	.simple-article-item-main-group {
		align-self: center;
		padding-bottom: 2.5rem;
	}
	.simple-article-item:nth-child(odd) {
		--grid-template: 7fr 5fr;
	}
	.simple-article-item:nth-child(odd) .simple-article-item-main-group {
		grid-area: 1/1/2/2;
	}
	.simple-article-item:nth-child(odd) .simple-article-item-main-picture {
		grid-area: 1/2/2/3;
		justify-self: flex-end;
	}
	.simple-article-item:nth-child(2n) {
		--grid-template: 5fr 7fr;
	}
	.simple-article-item:nth-child(2n) .simple-article-item-main-group {
		grid-area: 1/2/2/3;
	}
	.simple-article-item:nth-child(2n) .simple-article-item-main-picture {
		grid-area: 1/1/2/2;
		justify-self: flex-start;
	}
}
.masonry-items {
	--gap: 1rem;
	--columns: 1;
	grid-gap: var(--gap);
	grid-template-columns: repeat(var(--columns), 1fr);
	margin-top: 1.5rem;
}
@media screen and (min-width: 768px) {
	.masonry-items {
		grid-auto-flow: column;
	}
	.masonry-items.columns-sm-3 {
		--columns: 3;
	}
}
.masonry-item {
	--gap: 1.5rem;
	order: var(--order);
}
@media screen and (min-width: 768px) {
	.masonry-item.order-1 {
		order: 1;
	}
	.masonry-item.ratio-1x2 {
		align-self: center;
		grid-row: span 2;
		justify-self: center;
	}
}
.footer {
	background-color: #000;
	color: var(--c1);
	flex: 0 0 auto;
	font-size: 0.875rem;
	line-height: 1.25rem;
	padding-bottom: 1.5rem;
	padding-top: 1.5rem;
}
.footer .social-icons {
	margin-top: 1.5rem;
}
@media screen and (min-width: 1152px) {
	.footer {
		padding-bottom: 2.5rem;
		padding-top: 2.5rem;
	}
}
.footer h3 {
	font-size: 1rem;
	font-weight: 700;
	line-height: 1.3125rem;
}
.footer p {
	margin-bottom: 8px;
}
.footer-license {
	grid-gap: 0.5rem;
	align-items: center;
	background-color: var(--c1);
	border-radius: 0.5rem;
	color: var(--c2);
	font-size: 0.75rem;
	justify-content: center;
	line-height: 1rem;
	margin-top: 1.5rem;
	max-width: 13.75rem;
	padding: 0.5rem 0.5rem 0.75rem;
}
.footer-license.two-columns {
	grid-template-columns: 2.375rem 1fr;
	padding: 0.5rem 0.5rem 0.5rem 0.625rem;
}
.footer-license + .footer-license {
	margin-top: 1rem;
}
.footer-main {
	--grid-template: 1fr;
	grid-gap: 1.5rem;
	grid-template-columns: var(--grid-template);
}
.footer-main-item-caption {
	font-size: 1.125rem;
	font-weight: 700;
	line-height: 1.5rem;
	margin-bottom: 0.5rem;
}
.footer-info {
	font-size: 0.75rem;
	line-height: 0.9375rem;
}
.footer-info.color-7 {
	color: var(--c7);
}
.footer-info + .footer-info {
	margin-top: 0.5rem;
}
.footer-image {
	margin-bottom: 0.5rem;
	margin-top: 1.5rem;
}
.footer-body-item-license {
	font-weight: 700;
	margin-top: 1.5rem;
}
@media screen and (min-width: 981px) {
	.footer-body-item-license {
		text-align: center;
	}
}
.footer-bottom {
	border-top: 1px solid var(--c11);
	margin-top: 2rem;
	padding-top: 1.5rem;
}
.secure-seals {
	grid-gap: 1.5rem;
	align-items: center;
	margin-bottom: 1.5rem;
}
.footer-awards {
	grid-gap: 1.5rem;
	margin-bottom: 2rem;
}
.footer-copyright {
	font-size: 0.75rem;
	line-height: 1rem;
}
.footer-copyright:last-child {
	margin-top: 0.75rem;
}
@media screen and (min-width: 768px) {
	.footer-main {
		--grid-template: repeat(2, 1fr);
	}
	.footer-bottom {
		margin-top: 2.5rem;
		padding-top: 2rem;
	}
}
@media screen and (min-width: 981px) {
	.footer-main {
		--grid-template: repeat(4, 1fr);
	}
	.footer-awards,
	.secure-seals {
		justify-content: center;
	}
	.footer-copyright {
		text-align: center;
	}
	.md-p1-c1 {
		grid-area: 1/1/2/2;
	}
	.md-p2-c1 {
		grid-area: 1/2/2/3;
	}
	.md-p4-c1 {
		grid-area: 1/4/2/5;
	}
	.md-p3-c2 {
		grid-area: 1/3/2/5;
	}
}
.footer-nav li + li {
	margin-top: 8px;
}
.footer-nav-link {
	color: var(--c1);
}
.footer-nav-link:hover {
	color: var(--c11);
}
.footer-controls {
	word-wrap: break-word;
	align-items: flex-start;
	flex-direction: column;
	margin-bottom: 8px;
	margin-left: calc(var(--offset) / 2);
	margin-right: calc(var(--offset) / 2);
	margin-top: 19px;
	width: calc(100% - var(--offset));
}
.footer-controls .icon {
	font-size: 1.125rem;
	margin-right: auto;
}
.footer-controls .button {
	border-radius: 290486px;
	height: 48px;
	min-height: 48px;
	min-width: 190px;
}
.footer-controls .button:not(:first-child) {
	margin-top: 8px;
}
@media screen and (min-width: 576px) {
	.footer-controls {
		flex-direction: row;
	}
	.footer-controls .button:first-child {
		margin-right: 8px;
	}
	.footer-controls .button:not(:first-child) {
		margin-top: 0;
	}
}
@media screen and (min-width: 1152px) {
	.footer-controls {
		margin-top: 2rem;
	}
	.footer-controls .button:first-child {
		margin-right: 2rem;
	}
}
.simple-toast {
	bottom: 0;
	display: none;
	opacity: 0;
	outline: 0;
	overflow: hidden;
	pointer-events: none;
	position: fixed;
	right: 0;
	transition: opacity 0.15s linear;
	width: 100%;
	z-index: 1050;
}
.simple-toast.open {
	display: block;
	opacity: 1;
}
.simple-toast-body {
	grid-column-gap: 1.5rem;
	background-color: var(--c12);
	border-radius: 2px;
	color: var(--c1);
	font-size: 1rem;
	grid-template-columns: auto 1fr auto;
	margin: auto auto 1rem;
	padding: 18px 16px;
	pointer-events: auto;
	width: 288px;
}
.simple-toast-close {
	cursor: pointer;
}
.modal-head {
	--gap: 1rem;
	grid-column-gap: var(--gap);
	grid-template-columns: 80px 1fr;
	padding: 1rem;
}
.modal-logo {
	background-color: var(--c1);
	border: 1px solid var(--c6);
	border-radius: 4px;
	height: 80px;
	padding: 0.5rem;
	position: relative;
	width: 80px;
}
.modal-logo img {
	bottom: 0;
	left: 0;
	margin: auto;
	max-height: 100%;
	max-width: 100%;
	-o-object-fit: contain;
	object-fit: contain;
	padding: 0.5rem;
	position: absolute;
	right: 0;
	top: 0;
}
.modal-content {
	font-size: 0.75rem;
	line-height: 1.0625rem;
}
.modal-content .tag {
	align-items: center;
	background-color: rgba(34, 119, 102, 0.1);
	border-radius: 2px;
	color: var(--c12);
	display: inline-flex;
	font-weight: 700;
	height: 24px;
	justify-content: center;
	margin-bottom: 0.5rem;
	padding-left: 0.5rem;
	padding-right: 0.5rem;
	text-transform: uppercase;
}
.modal-title {
	font-size: 1rem;
	line-height: 1.3125rem;
	margin-bottom: 0.25rem;
}
.modal-subtitle {
	font-size: 0.75rem;
	line-height: 1.0625rem;
}
.modal-body {
	background-color: var(--c30);
	padding: 1rem;
}
.modal-body .simple-code-wrp input {
	border-color: var(--c6);
}
.modal-body .simple-code-wrp input:focus {
	border-color: #000;
}
.modal-body .simple-code-wrp .button {
	border-radius: 0 4px 4px 0;
}
.modal-body .simple-code-wrp + .button {
	align-self: center;
	margin-top: 1rem;
}
.modal-control-wrapper {
	flex-direction: column;
	margin: 0 auto;
}
@media screen and (min-width: 768px) {
	.modal-control-wrapper {
		width: 90%;
	}
}
.modal-code-caption {
	color: var(--c0);
	font-size: 1rem;
	line-height: 1.4375rem;
	margin-bottom: 0.5rem;
	text-align: center;
}
.tingle-modal-tm .tingle-modal-box {
	background: transparent;
}
.modal-subscribe-prl {
	border-radius: 2px;
}
.modal-subscribe-prl .icon-close,
.modal-subscribe-tm .modal-close {
	color: var(--c1);
}
.modal-subscribe-tm .modal-head {
	--gap: 0;
	background-color: #efca08;
	border-radius: 2px 2px 0 0;
	padding: 44px 0 0;
	position: relative;
}
.modal-subscribe-tm .modal-clouds {
	height: 56px;
	overflow: hidden;
	position: relative;
	width: 100%;
}
.modal-subscribe-tm .modal-clouds:after,
.modal-subscribe-tm .modal-clouds:before {
	background: url(../images/cloud.png) repeat-x;
	bottom: 0;
	content: "";
	display: block;
	height: 56px;
	position: absolute;
	width: 50%;
}
.modal-subscribe-tm .modal-clouds:before {
	left: 0;
	-webkit-transform: scaleX(-1);
	transform: scaleX(-1);
}
.modal-subscribe-tm .modal-clouds:after {
	right: 0;
}
.modal-subscribe-tm .modal-logo-img {
	bottom: -42px;
	height: 105px;
	left: 50%;
	position: absolute;
	-webkit-transform: translateX(-50%);
	transform: translateX(-50%);
	width: 141px;
}
.modal-subscribe-tm .modal-body {
	align-items: center;
	background-color: var(--c1);
	border-radius: 0 0 2px 2px;
	flex-direction: column;
	padding: 50px 16px 18px;
}
.modal-subscribe-tm .modal-caption {
	font-size: 1rem;
	line-height: 1.35;
	text-align: center;
}
.modal-subscribe-tm .button {
	margin-top: 1rem;
	width: 240px;
}
.modal-subscribe-tm .button-icon {
	height: 22px;
	margin-left: 0.5rem;
	width: 27px;
}
.tingle-modal.modal-game {
	background: var(--c0);
	padding: 2.5rem 0 0;
}
.tingle-modal.modal-game .tingle-modal-box {
	height: 100%;
	width: 100%;
}
.tingle-modal.modal-game .iframe {
	height: 100%;
	left: 0;
	position: absolute;
	top: 0;
	width: 100%;
}
.tingle-modal.modal-game .tingle-modal__close {
	background-color: transparent;
	display: block;
	height: 40px;
	left: auto;
	padding: 8px;
	position: absolute;
	right: 0;
	top: 0;
	width: 40px;
	z-index: 9999;
}
.tingle-modal.modal-game .modal-close-icon {
	background-color: #db0945;
	border-radius: 2px;
	height: 24px;
	pointer-events: none;
	width: 24px;
}
.tingle-modal.modal-game .modal-close-icon:after,
.tingle-modal.modal-game .modal-close-icon:before {
	background-color: var(--c1);
	content: "";
	height: 16px;
	left: 20px;
	position: absolute;
	top: 12px;
	width: 1px;
}
.tingle-modal.modal-game .modal-close-icon:before {
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
}
.tingle-modal.modal-game .modal-close-icon:after {
	-webkit-transform: rotate(-45deg);
	transform: rotate(-45deg);
}
.main-complaint-top h1 {
	font-size: 1.25rem;
	line-height: 1.625rem;
	text-align: center;
}
.main-complaint-top p {
	font-size: 1rem;
	line-height: 1.625rem;
	text-align: center;
}
.main-complaint-top .buttons {
	justify-content: center;
	margin-top: 2rem;
}
.main-complaint-top .buttons .button {
	max-width: 18rem;
	width: 100%;
}
@media screen and (min-width: 768px) {
	.main-complaint-top .buttons {
		margin-top: 3.5rem;
	}
}
.main-complaint-top .tab-nav {
	flex-direction: column;
	font-size: 1rem;
	line-height: 3.125rem;
	margin-top: 2rem;
}
@media screen and (min-width: 768px) {
	.main-complaint-top .tab-nav {
		flex-direction: row;
		font-size: 1rem;
		line-height: 1.125rem;
		margin-top: 5rem;
	}
}
.main-complaint-top .tab-nav-item {
	border-width: 1px;
	border: 1px solid var(--c24);
	border-top: 0 solid var(--c24);
}
.main-complaint-top .tab-nav-item:first-child {
	border-top-width: 1px;
}
.main-complaint-top .tab-nav-item.current a {
	cursor: default;
	pointer-events: none;
}
.main-complaint-top .tab-nav-item.current a .text {
	border-bottom-color: #7a0026;
}
@media screen and (min-width: 768px) {
	.main-complaint-top .tab-nav-item {
		border: none;
	}
	.main-complaint-top .tab-nav-item:not(:last-child) {
		margin-right: 2rem;
	}
}
.main-complaint-top .tab-nav-link {
	flex-direction: row-reverse;
	justify-content: flex-end;
	padding-left: 1rem;
	padding-right: 1rem;
}
.main-complaint-top .tab-nav-link .count {
	color: #a1aab5;
	font-size: 0.875rem;
	font-weight: 700;
	line-height: 3.625rem;
}
.main-complaint-top .tab-nav-link .text {
	border-bottom: 4px solid transparent;
	border-top: 4px solid transparent;
	margin-right: 0.5rem;
}
.main-complaint-top .tab-nav-link:hover .text {
	border-bottom-color: #a1bbdd;
	color: var(--c1);
}
@media screen and (min-width: 768px) {
	.main-complaint-top .tab-nav-link {
		flex-direction: column;
		padding-left: 0;
		padding-right: 0;
	}
	.main-complaint-top .tab-nav-link .count {
		font-size: 0.875rem;
		line-height: 1rem;
	}
	.main-complaint-top .tab-nav-link .text {
		padding-bottom: 0.75rem;
	}
	.main-complaint-top {
		border-bottom: 2px solid var(--c24);
	}
	.main-complaint-top h1 {
		font-size: 1.875rem;
		line-height: 2.5rem;
		margin: auto;
		max-width: 65%;
	}
	.main-complaint-top .buttons .button {
		font-size: 1.5rem;
		height: 56px;
		line-height: 2rem;
	}
}
.complaint-cards {
	margin-top: 2.625rem;
}
.card-complaint-item {
	background-color: #252d35;
	border: 1px solid #252d35;
	border-radius: 2px;
	color: var(--c1);
	position: relative;
}
.card-complaint-item .review-link {
	color: #7a0026;
	font-size: 0.875rem;
	line-height: 1.0625rem;
	margin-top: 0.5rem;
}
@media screen and (min-width: 768px) {
	.card-complaint-item .review-link {
		text-align: center;
	}
}
.card-complaint-item .review-link:hover {
	color: var(--c4);
}
.card-complaint-item.complaint-open .card-complaint-item-status {
	background-color: var(--c31);
}
.card-complaint-item.complaint-open .card-complaint-item-result {
	color: var(--c31);
}
.card-complaint-item.complaint-unresolved .card-complaint-item-status {
	background-color: var(--c4);
}
.card-complaint-item.complaint-unresolved .card-complaint-item-result {
	color: var(--c4);
}
.card-complaint-item.complaint-resolved .card-complaint-item-status {
	background-color: var(--c12);
}
.card-complaint-item.complaint-resolved .card-complaint-item-result {
	color: var(--c12);
}
.card-complaint-item.complaint-rejected .card-complaint-item-status {
	background-color: var(--c13);
}
.card-complaint-item.complaint-rejected .card-complaint-item-result {
	color: var(--c13);
}
.card-complaint-item-body {
	--gap: 1.5rem;
	grid-gap: var(--gap);
	display: grid;
	min-height: 8.125rem;
	padding: 1rem;
}
@media screen and (min-width: 768px) {
	.card-complaint-item-body {
		--gap: 2rem;
		grid-template-columns: 170px 1fr 160px;
		padding: 1.25rem 1.5rem;
	}
}
.card-complaint-item-info {
	flex-direction: column;
}
@media screen and (min-width: 768px) {
	.card-complaint-item-info {
		grid-area: 1/1/4/2;
	}
}
.card-complaint-item-title {
	font-size: 1.125rem;
	font-weight: 700;
	line-height: 1.5rem;
	margin-bottom: 0.5rem;
}
.card-complaint-item-text {
	font-size: 0.875rem;
	line-height: 1.25rem;
}
.card-complaint-item-text p {
	margin-top: 0;
}
.card-complaint-item-text p:not(:last-child) {
	margin-bottom: 0.375rem;
}
.card-complaint-item-summ {
	font-size: 0.875rem;
	line-height: 1.25rem;
}
.card-complaint-item-summ span {
	color: #db0945;
	font-weight: 700;
}
.card-complaint-item-status {
	align-self: flex-start;
	border-radius: 2px;
	color: var(--c1);
	display: inline-flex;
	font-size: 0.75rem;
	font-weight: 700;
	letter-spacing: 1px;
	line-height: 1rem;
	margin-bottom: 0.5rem;
	padding: 3px 6px 2px;
	text-transform: uppercase;
}
.card-complaint-item-result {
	font-size: 1.125rem;
	font-weight: 700;
	line-height: 1.5rem;
	margin-bottom: 0.5rem;
}
@media screen and (min-width: 768px) {
	.card-complaint-item-result + * {
		margin-top: auto;
	}
}
.card-complaint-item-expired {
	font-weight: 700;
	margin-bottom: 2px;
}
.card-complaint-item-datesend,
.card-complaint-item-expired {
	color: #a1aab5;
	font-size: 0.875rem;
	line-height: 1.25rem;
}
.card-complaint-item-logo {
	background-color: var(--c7);
	border-radius: 2px;
	flex-direction: column;
	height: 80px;
	padding: 1rem;
	width: 160px;
}
.card-complaint-item-logo img {
	height: 100%;
	margin: auto;
	-o-object-fit: contain;
	object-fit: contain;
}
.card-complaint-item-content {
	flex-direction: column;
}
@media screen and (min-width: 768px) {
	.card-complaint-item-content .card-complaint-item-content {
		grid-area: 1/2/4/3;
	}
}
.card-complaint-item-group {
	align-items: flex-start;
	flex-direction: column;
}
@media screen and (min-width: 768px) {
	.card-complaint-item-group {
		align-items: center;
	}
	.card-complaint-item-group .card-complaint-item-group {
		grid-area: 1/3/4/4;
	}
}
.pagination {
	grid-gap: 0.5rem;
	justify-content: center;
}
.page-link {
	color: #7a0026;
}
.video-review,
.video-wrapper {
	margin-bottom: 1.5rem;
	margin-top: 1.5rem;
}
.video-review h2 {
	font-size: 1.25rem;
	line-height: 1.625rem;
	margin-bottom: 1rem;
}
@media screen and (min-width: 981px) {
	.video-review h2 {
		font-size: 2rem;
		line-height: 2.375rem;
		margin-bottom: 1.5rem;
	}
}
:not(meta) + .video {
	margin-top: 1.5rem;
}
.video {
	background-color: var(--c0);
	height: 0;
	padding-bottom: 56.25%;
	position: relative;
	width: 100%;
}
.video + * {
	margin-top: 1.5rem;
}
.video__link,
.video__media {
	height: 100%;
	left: 0;
	position: absolute;
	top: 0;
	width: 100%;
}
.video__media {
	border: none;
}
.video__button {
	background-color: transparent;
	border: none;
	cursor: pointer;
	display: none;
	height: 48px;
	left: 50%;
	padding: 0;
	position: absolute;
	top: 50%;
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	width: 68px;
	z-index: 1;
}
.video__button-shape {
	fill: var(--c26);
	fill-opacity: 0.8;
}
.video__button-icon {
	fill: var(--c1);
}
.video__button:focus {
	outline: none;
}
.video:hover .video__button-shape,
.video__button:focus .video__button-shape {
	fill: var(--c25);
	fill-opacity: 1;
}
.video--enabled {
	cursor: pointer;
}
.video--enabled .video__button {
	display: block;
}
.authors {
	--gap: 1rem;
	grid-gap: var(--gap);
	justify-content: flex-start;
}
.author-item-link,
.author-item-title {
	color: #7a0026;
}
.author-item-link:hover,
.author-item-title:hover {
	color: var(--c4);
}
.author-item-logo {
	border: 1px solid var(--c6);
	border-radius: 50%;
	height: 116px;
	margin-bottom: 1rem;
	width: 116px;
}
.author-item-logo img,
.author-item-logo picture {
	border-radius: inherit;
}
.author-item-title {
	font-size: 1.125rem;
	font-weight: 700;
	line-height: 1.5rem;
}
.author-item-role {
	font-size: 0.875rem;
	line-height: 1.3125rem;
	margin-top: 4px;
}
.author .icon {
	font-size: 1.875rem;
}
.author-item-main {
	margin-bottom: 0;
	margin-top: 0;
}
@media screen and (min-width: 768px) {
	.author-item-main {
		grid-template-areas: "l r";
		grid-template-columns: 140px 1fr;
	}
	.author-item-main .author-item-logo {
		grid-area: l;
	}
	.author-item-main .author-item-body {
		grid-area: r;
	}
}
.author-item-link {
	font-size: 0.875rem;
	line-height: 1.3125rem;
	margin-bottom: 0.5rem;
}
.author-item-name {
	font-size: 1.5rem;
	font-weight: 700;
	line-height: 2rem;
}
@media screen and (min-width: 981px) {
	.author-item-name {
		font-size: 1.875rem;
		line-height: 2.5rem;
	}
}
.author-item-text {
	font-size: 1rem;
	line-height: 1.5rem;
	margin-top: 0.5rem;
}
.author-item-text > * {
	margin-bottom: 0.5rem;
	margin-top: 0;
}
@media screen and (min-width: 981px) {
	.author-item-text {
		font-size: 1.125rem;
		line-height: 1.8125rem;
	}
	.author-social-items {
		margin-top: 1rem;
	}
}
.author-social-item {
	margin-bottom: 4px;
	margin-top: 4px;
}
.author-social-item:not(:last-child) {
	margin-right: 0.5rem;
}
.author-articles {
	margin-top: 2.25rem;
}
.author-article {
	margin-bottom: 0.75rem;
	margin-top: 0.75rem;
}
.author-article a {
	color: var(--c0);
}
.author-article a:hover {
	color: var(--c21);
}
.author-article > * + * {
	margin-top: 4px;
}
@media screen and (min-width: 981px) {
	.author-article {
		margin-bottom: 1rem;
		margin-top: 1rem;
	}
}
.author-article-title {
	font-size: 1.125rem;
	line-height: 1.5rem;
}
.author-article-date {
	color: var(--c11);
	font-size: 0.875rem;
	line-height: 1.3125rem;
}
.page-item {
	display: inline-flex;
}
.page-link {
	border-radius: 2px;
	font-size: 1rem;
	font-weight: 700;
	line-height: 1.3125rem;
	padding: 6px 12px;
}
.page-link.current {
	cursor: default;
}
.page-link.current,
.page-link:hover {
	background-color: #8e939a;
	color: var(--c1);
}
.author-widget {
	grid-gap: 16px;
	align-items: center;
	background-color: var(--c1);
	display: grid;
	font-size: 14px;
	grid-template-columns: 80px 1fr;
	line-height: 1.2;
	margin-top: 32px;
	padding: 16px;
}
.author-widget-logo * {
	border-radius: 50%;
}
.author-widget-body {
	grid-gap: 4px;
	display: flex;
	flex-direction: column;
}
@media screen and (min-width: 981px) {
	.author-widget {
		font-size: 16px;
	}
}
.manager-widget {
	background-color: #152436;
	color: var(--c1);
	font-size: 0.875rem;
	line-height: 1.25rem;
	padding-bottom: 1.5rem;
	padding-top: 1.5rem;
}
.manager-widget-main {
	--gap: 1.5rem;
	--grid-template: 1fr;
	grid-gap: var(--gap);
	grid-template-columns: var(--grid-template);
}
.manager-widget-photo {
	border-radius: 50%;
	height: 8rem;
	width: 8rem;
}
.manager-widget-photo img {
	border-radius: inherit;
	-o-object-fit: cover;
	object-fit: cover;
}
.manager-widget-name {
	color: var(--c32);
	font-size: 1rem;
	font-weight: 700;
	line-height: 1.25rem;
}
.manager-widget-position {
	margin-bottom: 0.5rem;
}
@media screen and (min-width: 768px) {
	.manager-widget {
		padding-bottom: 2rem;
		padding-top: 2rem;
	}
	.manager-widget-main {
		--gap: 2.5rem;
		--grid-template: 8rem 1fr auto;
		align-items: center;
	}
}
.social-icons {
	grid-gap: 1rem;
	grid-template-columns: repeat(auto-fit, minmax(1rem, 2rem));
}
.social-icons a:hover {
	opacity: 0.85;
}
.social-icons .icon {
	font-size: 2rem;
}
.btn-up {
	bottom: 1rem;
	cursor: pointer;
	display: none;
	height: 2.5rem;
	padding: 0;
	position: fixed;
	right: 1rem;
	width: 2.5rem;
	z-index: 999;
}
.btn-up .icon {
	font-size: 2.5rem;
}
.btn-up.is-active {
	display: block;
}
@-webkit-keyframes loading {
	0% {
		-webkit-transform: rotate(0deg);
		transform: rotate(0deg);
	}
	to {
		-webkit-transform: rotate(1turn);
		transform: rotate(1turn);
	}
}
@keyframes loading {
	0% {
		-webkit-transform: rotate(0deg);
		transform: rotate(0deg);
	}
	to {
		-webkit-transform: rotate(1turn);
		transform: rotate(1turn);
	}
}
@-webkit-keyframes slideme {
	0% {
		left: -30px;
		margin-left: 0;
	}
	30% {
		left: 110%;
		margin-left: 80px;
	}
	to {
		left: 110%;
		margin-left: 80px;
	}
}
@keyframes slideme {
	0% {
		left: -30px;
		margin-left: 0;
	}
	30% {
		left: 110%;
		margin-left: 80px;
	}
	to {
		left: 110%;
		margin-left: 80px;
	}
}
.modal-close {
	background-color: transparent;
	border: 0;
	color: #666;
	cursor: pointer;
	font-size: 12px;
	line-height: 1;
	padding: 6px;
	position: absolute;
	right: 5px;
	top: 5px;
	transition: color 0.2s;
	z-index: 1;
}
.tingle-modal {
	-webkit-overflow-scrolling: touch;
	align-items: center;
	-webkit-backdrop-filter: blur(2px);
	backdrop-filter: blur(2px);
	background: rgba(0, 0, 0, 0.6);
	bottom: 0;
	cursor: pointer;
	display: flex;
	flex-direction: column;
	left: 0;
	opacity: 0;
	overflow: hidden;
	padding: 24px 16px;
	position: fixed;
	right: 0;
	top: 0;
	-webkit-user-select: none;
	-ms-user-select: none;
	-moz-user-select: none;
	user-select: none;
	visibility: hidden;
	z-index: 1000;
}
.tingle-modal--confirm .tingle-modal-box {
	text-align: center;
}
.tingle-modal--noOverlayClose {
	cursor: default;
}
.tingle-modal--noClose .tingle-modal__close,
.tingle-modal__close {
	display: none;
}
.tingle-modal-box {
	background: #fff;
	border-radius: 4px;
	cursor: auto;
	flex-shrink: 0;
	margin-bottom: auto;
	margin-top: auto;
	max-width: 600px;
	opacity: 1;
	position: relative;
	width: 100%;
	will-change: transform, opacity;
}
.tingle-modal-box__footer {
	background-color: #f5f5f5;
	border-bottom-left-radius: 4px;
	border-bottom-right-radius: 4px;
	cursor: auto;
	padding: 1.5rem 2rem;
	width: auto;
}
.tingle-modal-box__footer:after {
	clear: both;
	content: "";
	display: table;
}
.tingle-modal-box__footer--sticky {
	bottom: -200px;
	opacity: 1;
	position: fixed;
	transition: bottom 0.3s ease-in-out 0.3s;
	z-index: 10001;
}
.tingle-enabled {
	left: 0;
	overflow: hidden;
	position: fixed;
	right: 0;
}
.tingle-modal--visible .tingle-modal-box__footer {
	bottom: 0;
}
.tingle-modal--visible {
	opacity: 1;
	visibility: visible;
}
.tingle-modal--visible .tingle-modal-box {
	-webkit-animation: scale 0.2s cubic-bezier(0.68, -0.55, 0.265, 1.55) forwards;
	animation: scale 0.2s cubic-bezier(0.68, -0.55, 0.265, 1.55) forwards;
}
.tingle-modal--overflow {
	overflow-y: scroll;
	padding-top: 8vh;
}
@media (max-width: 540px) {
	.tingle-modal-box {
		border-radius: 0;
	}
	.tingle-modal-box__content {
		overflow-y: auto;
	}
	.tingle-modal--noClose {
		top: 0;
	}
	.tingle-modal-box__footer .tingle-btn {
		display: block;
		float: none;
		margin-bottom: 1rem;
		width: 100%;
	}
}
@-webkit-keyframes scale {
	0% {
		opacity: 0;
		-webkit-transform: scale(0.9);
		transform: scale(0.9);
	}
	to {
		opacity: 1;
		-webkit-transform: scale(1);
		transform: scale(1);
	}
}
@keyframes scale {
	0% {
		opacity: 0;
		-webkit-transform: scale(0.9);
		transform: scale(0.9);
	}
	to {
		opacity: 1;
		-webkit-transform: scale(1);
		transform: scale(1);
	}
}
.splide__container {
	box-sizing: border-box;
	position: relative;
}
.splide__list {
	align-items: center;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
	display: flex;
	height: 100%;
	margin: 0;
	padding: 0;
}
.splide.is-initialized {
	background-color: #ececec;
}
.splide.is-initialized:not(.is-active) .splide__list {
	display: block;
}
.splide__progress__bar {
	width: 0;
}
.splide {
	margin-top: 1.5rem;
	position: relative;
	visibility: hidden;
}
@media screen and (min-width: 981px) {
	.splide {
		margin-top: 2.5rem;
	}
}
.splide.is-initialized,
.splide.is-rendered {
	visibility: visible;
}
.splide__slide {
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
	box-sizing: border-box;
	display: flex;
	flex-shrink: 0;
	justify-content: center;
	list-style-type: none;
	margin: 0;
	position: relative;
}
.splide__slide img {
	vertical-align: bottom;
}
.splide__spinner {
	-webkit-animation: splide-loading 1s linear infinite;
	animation: splide-loading 1s linear infinite;
	border: 2px solid #999;
	border-left-color: transparent;
	border-radius: 50%;
	bottom: 0;
	contain: strict;
	display: inline-block;
	height: 20px;
	left: 0;
	margin: auto;
	position: absolute;
	right: 0;
	top: 0;
	width: 20px;
}
.splide__sr {
	clip: rect(0 0 0 0);
	border: 0;
	height: 1px;
	margin: -1px;
	overflow: hidden;
	padding: 0;
	position: absolute;
	width: 1px;
}
.splide__toggle.is-active .splide__toggle__play,
.splide__toggle__pause {
	display: none;
}
.splide__toggle.is-active .splide__toggle__pause {
	display: inline;
}
.splide__track {
	overflow: hidden;
	position: relative;
	z-index: 0;
}
@-webkit-keyframes splide-loading {
	0% {
		-webkit-transform: rotate(0);
		transform: rotate(0);
	}
	to {
		-webkit-transform: rotate(1turn);
		transform: rotate(1turn);
	}
}
@keyframes splide-loading {
	0% {
		-webkit-transform: rotate(0);
		transform: rotate(0);
	}
	to {
		-webkit-transform: rotate(1turn);
		transform: rotate(1turn);
	}
}
.splide__track--draggable {
	-webkit-touch-callout: none;
	-webkit-user-select: none;
	-ms-user-select: none;
	-moz-user-select: none;
	user-select: none;
}
.splide__track--fade > .splide__list {
	display: block;
}
.splide__track--fade > .splide__list > .splide__slide {
	left: 0;
	opacity: 0;
	position: absolute;
	top: 0;
	z-index: 0;
}
.splide__track--fade > .splide__list > .splide__slide.is-active {
	opacity: 1;
	position: relative;
	z-index: 1;
}
.splide--rtl {
	direction: rtl;
}
.splide__track--ttb > .splide__list {
	display: block;
}
.splide__arrow {
	align-items: center;
	background: #ccc;
	border: 0;
	border-radius: 50%;
	cursor: pointer;
	display: flex;
	height: 2em;
	justify-content: center;
	opacity: 0.7;
	padding: 0;
	position: absolute;
	top: 50%;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
	width: 2em;
	z-index: 1;
}
.splide__arrow svg {
	fill: #000;
	height: 1.2em;
	width: 1.2em;
}
.splide__arrow:hover:not(:disabled) {
	opacity: 0.9;
}
.splide__arrow:disabled {
	opacity: 0.3;
}
.splide__arrow.focus-visible {
	outline: 3px solid #0bf;
	outline-offset: 3px;
}
.splide__arrow:focus-visible {
	outline: 3px solid #0bf;
	outline-offset: 3px;
}
.splide__arrow--prev {
	left: 1em;
}
.splide__arrow--prev svg {
	-webkit-transform: scaleX(-1);
	transform: scaleX(-1);
}
.splide__arrow--next {
	right: 1em;
}
.splide.is-focus-in .splide__arrow:focus,
.splide.is-focus-in .splide__pagination__page:focus {
	outline: 3px solid #0bf;
	outline-offset: 3px;
}
.splide__progress__bar {
	background: #ccc;
	height: 3px;
}
.splide__slide {
	-webkit-tap-highlight-color: transparent;
}
.splide__slide:focus {
	outline: 0;
}
@supports (outline-offset: -3px) {
	.splide__slide.focus-visible {
		outline: 3px solid #0bf;
		outline-offset: -3px;
	}
	.splide__slide:focus-visible {
		outline: 3px solid #0bf;
		outline-offset: -3px;
	}
}
@media screen and (-ms-high-contrast: none) {
	.splide__slide.focus-visible {
		border: 3px solid #0bf;
	}
	.splide__slide:focus-visible {
		border: 3px solid #0bf;
	}
}
@supports (outline-offset: -3px) {
	.splide.is-focus-in .splide__slide:focus {
		outline: 3px solid #0bf;
		outline-offset: -3px;
	}
}
@media screen and (-ms-high-contrast: none) {
	.splide.is-focus-in .splide__slide:focus {
		border: 3px solid #0bf;
	}
	.splide.is-focus-in .splide__track > .splide__list > .splide__slide:focus {
		border-color: #0bf;
	}
}
.splide__toggle {
	cursor: pointer;
}
.splide__toggle.focus-visible {
	outline: 3px solid #0bf;
	outline-offset: 3px;
}
.splide__toggle:focus-visible {
	outline: 3px solid #0bf;
	outline-offset: 3px;
}
.splide.is-focus-in .splide__toggle:focus {
	outline: 3px solid #0bf;
	outline-offset: 3px;
}
.splide__track--nav > .splide__list > .splide__slide {
	border: 3px solid transparent;
	cursor: pointer;
}
.splide__track--nav > .splide__list > .splide__slide.is-active {
	border: 3px solid #000;
}
.splide__arrows--rtl .splide__arrow--prev {
	left: auto;
	right: 1em;
}
.splide__arrows--rtl .splide__arrow--prev svg {
	-webkit-transform: scaleX(1);
	transform: scaleX(1);
}
.splide__arrows--rtl .splide__arrow--next {
	left: 1em;
	right: auto;
}
.splide__arrows--rtl .splide__arrow--next svg {
	-webkit-transform: scaleX(-1);
	transform: scaleX(-1);
}
.splide__arrows--ttb .splide__arrow {
	left: 50%;
	-webkit-transform: translate(-50%);
	transform: translate(-50%);
}
.splide__arrows--ttb .splide__arrow--prev {
	top: 1em;
}
.splide__arrows--ttb .splide__arrow--prev svg {
	-webkit-transform: rotate(-90deg);
	transform: rotate(-90deg);
}
.splide__arrows--ttb .splide__arrow--next {
	bottom: 1em;
	top: auto;
}
.splide__arrows--ttb .splide__arrow--next svg {
	-webkit-transform: rotate(90deg);
	transform: rotate(90deg);
}
.splide__pagination--ttb {
	bottom: 0;
	display: flex;
	flex-direction: column;
	left: auto;
	padding: 1em 0;
	right: 0.5em;
	top: 0;
}
.thumbnails {
	display: flex;
	justify-content: center;
	margin: 1rem auto 1.5rem;
	padding: 0;
}
@media screen and (min-width: 981px) {
	.thumbnails {
		margin-bottom: 2.5rem;
	}
}
.thumbnail {
	cursor: pointer;
	height: 70px;
	list-style: none;
	margin: 0 0.2rem;
	opacity: 0.3;
	overflow: hidden;
	width: 70px;
}
.thumbnail.is-active {
	border: 2px solid #00afea;
	opacity: 1;
}
.thumbnail img {
	height: 100%;
	-o-object-fit: cover;
	object-fit: cover;
	width: 100%;
}
:root {
	--mr-icon-gap: 0.25rem;
	--mr-icon-size: 2.125rem;
	--mr-icon-color: #fb0;
	--mr-icon-transition: fill 0.2s;
}
.mr-rating {
	grid-gap: var(--mr-icon-gap);
	color: var(--mr-icon-color);
	display: inline-grid;
	font-size: var(--mr-icon-size);
	gap: var(--mr-icon-gap);
	list-style: none;
	margin: 0;
	padding-left: 0;
	vertical-align: middle;
}
.mr-rating[aria-orientation="horizontal"] {
	grid-template-columns: repeat(var(--n), 1fr);
}
select:focus + .mr-rating {
	outline: 1px auto Highlight;
	outline: 1px auto -webkit-focus-ring-color;
}
.mr-icon {
	fill: transparent;
	cursor: pointer;
	display: block;
	height: 1em;
	transition: var(--mr-icon-transition);
	width: 1em;
}
.active > .mr-icon {
	fill: currentColor;
}
.visually-hidden {
	clip: rect(0, 0, 0, 0) !important;
	border: 0 !important;
	height: 1px !important;
	margin: -1px !important;
	overflow: hidden !important;
	padding: 0 !important;
	position: absolute !important;
	white-space: nowrap !important;
	width: 1px !important;
}
@media screen and (min-width: 768px) {
	.d-sm-none {
		display: none;
	}
}
.mt-24 {
	margin-top: 1.5rem;
}
