@charset "UTF-8";
@import url(https://fonts.googleapis.com/css2?family=Open+Sans:ital,wght@0,300..800;1,300..800&display=swap);

[ng\:cloak],
[ng-cloak],
[data-ng-cloak],
[x-ng-cloak],
.ng-cloak,
.x-ng-cloak,
.ng-hide:not(.ng-hide-animate) {
	display: none !important;
}

ng\:form {
	display: block;
}

.ng-animate-shim {
	visibility: hidden;
}

.ng-anchor {
	position: absolute;
}

html,body,div,span,object,iframe,h1,h2,h3,h4,h5,h6,p,blockquote,pre,a,cite,code,del,dfn,em,img,ins,kbd,q,s,samp,small,strong,sub,sup,var,b,u,i,dl,dt,dd,ol,ul,li,fieldset,form,label,legend,table,caption,tbody,tfoot,thead,tr,th,td,article,aside,canvas,details,embed,figure,figcaption,footer,header,hgroup,menu,nav,output,ruby,section,summary,time,mark,audio,video {
	margin: 0;
	padding: 0;
	border: 0;
	vertical-align: baseline;
}

body,html {
	height: 100%;
}

html {
	-webkit-text-size-adjust: 100%;
}

input[type="text"],input[type="email"],input[type="tel"],textarea {
	-webkit-appearance: none;
}

input[type="number"]::-webkit-outer-spin-button,input[type="number"]::-webkit-inner-spin-button {
	-webkit-appearance: none;
	margin: 0;
}

input[type="number"] {
	-moz-appearance: textfield;
}

input[type="number"]:hover,input[type="number"]:focus {
	-moz-appearance: number-input;
}

input[type=number]::-webkit-inner-spin-button,input[type=number]::-webkit-outer-spin-button {
	-webkit-appearance: none;
	margin: 0;
}

input[type="submit"],button {
	cursor: pointer;
}

input[type="submit"]::-moz-focus-inner,button::-moz-focus-inner {
	padding: 0;
	border: 0;
}

textarea {
	overflow: auto;
}

input,button {
	margin: 0;
	padding: 0;
	border: 0;
}

div,input,textarea,select,button,h1,h2,h3,h4,h5,h6,a,span,a:focus {
	outline: none;
}

ul,ol {
	list-style-type: none;
}

table {
	border-spacing: 0;
	border-collapse: collapse;
	width: 100%;
}

html {
	box-sizing: border-box;
}

*,*:before,*:after {
	box-sizing: inherit;
}

.breadcrumbs__list {
	display: flex;
	align-items: center;
	flex-wrap: wrap;
	padding-bottom: 1rem;
	justify-content: center;
	gap: .5rem;
	text-transform: lowercase;
	margin-top: 1.5rem;
	color: #536471;
}

.breadcrumbs__list li:last-child>a {
	pointer-events: none;
	cursor: none;
}

.breadcrumbs__list a {
	color: #536471;
}

html {
	height: auto;
	position: relative;
	font-size: 20px;
}

body {
	color: #15202b;
	font-family: "Open Sans",sans-serif;
	font-size: 20px;
	background: #fff;
}

body.wrapper {
	height: 100vh !important;
}

body:has(.nav__options.open-submenu) {
	overflow: hidden;
	position: fixed;
	width: 100%;
}

body:has(.modal.open-modal) {
	overflow: hidden;
	position: fixed;
	width: 100%;
}

*:focus {
	outline: none;
}

::selection {
	background: #15202b;
	color: #fff;
}

ins.adsbygoogle[data-ad-status="unfilled"],ins.adsbygoogle[data-ad-status="empty"],ins.adsbygoogle[data-ad-status="error"] {
	display: none !important;
}

a[disabled],:disabled {
	pointer-events: none;
}

a {
	color: #15202b;
	display: flex;
	text-decoration: none;
	cursor: pointer;
}

a.inactive {
	pointer-events: none;
	color: #15202b;
}

a.inactive:hover {
	color: inherit;
	opacity: .7;
}

a:hover {
	opacity: .7 !important;
}

b,strong {
	font-weight: 600;
}

button {
	all: unset;
	cursor: pointer;
	display: flex;
	gap: .5rem;
	align-items: center;
	color: #15202b;
}

button:hover {
	opacity: .7;
}

button [disabled],button :disabled {
	pointer-events: none;
}

button.inactive {
	pointer-events: none;
	color: #15202b;
}

button.inactive:hover {
	color: inherit;
	opacity: .7;
}

.wrapper {
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	height: 100vh;
}

.wrapper__container {
	flex: 1;
}

.container {
	margin: 0 auto;
	padding: 0 1rem;
	max-width: 1200px;
}

.container__2x {
	text-align: center;
}

.container__2x:empty {
	display: none !important;
}

.container__2x_top {
	margin: 1rem 0 0;
}

.container__2x_bottom {
	margin: 1.5rem 0;
}

.container__2x a {
	display: flex;
	justify-content: center;
}

.submenu__list {
	background: #fff;
	border-radius: 1rem;
	box-shadow: 0 4px 10px 0 rgba(0,0,0,0.15);
	padding: 1rem;
	position: absolute;
	top: 100%;
	z-index: 102;
	margin-top: .5rem;
	right: 25%;
	transform: translate(25%, 0);
}

.close__submenu,.modal__close,.cookie__close,.options__close {
	cursor: pointer;
	position: relative;
}

.close__submenu:before,.modal__close:before,.cookie__close:before,.options__close:before {
	font-family: "Font Awesome 6 Pro";
	display: inline-block;
	position: absolute;
	font-size: inherit;
	-moz-osx-font-smoothing: grayscale;
	-webkit-font-smoothing: antialiased;
	content: "\f000";
	font-size: 30px;
	font-weight: 100;
	line-height: 1;
}

.checkbox {
	height: 1rem;
	margin: 0;
	vertical-align: top;
	width: 1rem;
}

.checkbox+label {
	cursor: pointer;
}

.checkbox:not(checked) {
	opacity: 0;
	outline: 0;
	position: absolute;
}

.checkbox:not(checked)+label {
	display: block;
	padding: 0 0 0 28px;
	position: relative;
}

.checkbox:not(checked)+label:before {
	font-family: "Font Awesome 6 Pro";
	display: inline-block;
	position: absolute;
	font-size: inherit;
	-moz-osx-font-smoothing: grayscale;
	-webkit-font-smoothing: antialiased;
	content: "\f0c8";
	left: 0;
	top: 50%;
	transform: translate(0, -50%);
}

.checkbox:not(checked)+label:after {
	font-family: "Font Awesome 6 Pro";
	display: inline-block;
	position: absolute;
	font-size: inherit;
	-moz-osx-font-smoothing: grayscale;
	-webkit-font-smoothing: antialiased;
	content: "";
	left: 0;
	top: 50%;
	transform: translate(0, -50%);
}

.checkbox:checked+label:after {
	content: "\f14a";
}

.radio {
	height: 1rem;
	margin: 0 5px 0 0;
	vertical-align: top;
	width: 1rem;
}

.radio+label {
	cursor: pointer;
}

.radio:not(checked) {
	opacity: 0;
	position: absolute;
}

.radio:not(checked)+label {
	display: block;
	padding: 0 0 0 1.5rem;
	position: relative;
}

.radio:not(checked)+label:before {
	font-family: "Font Awesome 6 Pro";
	display: inline-block;
	position: absolute;
	font-size: inherit;
	-moz-osx-font-smoothing: grayscale;
	-webkit-font-smoothing: antialiased;
	content: '\f111';
	left: 0;
	top: 50%;
	transform: translate(0, -50%);
}

.radio:not(checked)+label:after {
	font-family: "Font Awesome 6 Pro";
	display: inline-block;
	position: absolute;
	font-size: inherit;
	-moz-osx-font-smoothing: grayscale;
	-webkit-font-smoothing: antialiased;
	left: 0;
	top: 50%;
	transform: translate(0, -50%);
}

.radio:not(checked)+label:hover:after {
	background: none;
}

.radio:checked+label:hover:after,.radio:checked+label:after {
	content: '\f058';
}

.toggle {
	height: 1rem;
	margin: 0;
	vertical-align: top;
	width: 1rem;
}

.toggle+label {
	cursor: pointer;
}

.toggle:not(checked) {
	display: none;
}

.toggle:not(checked)+label {
	display: block;
	padding: 0 0 0 1.5rem;
	position: relative;
}

.toggle:not(checked)+label:before {
	font-family: "Font Awesome 6 Pro";
	display: inline-block;
	position: absolute;
	font-size: inherit;
	-moz-osx-font-smoothing: grayscale;
	-webkit-font-smoothing: antialiased;
	content: "\f111";
	left: 0;
	top: 50%;
	transform: translate(0, -50%);
	font-weight: 300;
	line-height: 1;
}

.toggle:not(checked)+label:after {
	font-family: "Font Awesome 6 Pro";
	display: inline-block;
	position: absolute;
	font-size: inherit;
	-moz-osx-font-smoothing: grayscale;
	-webkit-font-smoothing: antialiased;
	content: "";
	left: 0;
	top: 50%;
	transform: translate(0, -50%);
	font-weight: 300;
	line-height: 1;
}

.toggle:checked+label:before {
	opacity: 0;
}

.toggle:checked+label:after {
	content: "\f057";
}

.block__height {
	height: 765px;
}

.header {
	user-select: none;
}

.header__container {
	align-items: center;
	display: flex;
	flex-direction: column;
	gap: 1rem;
	max-width: 1200px;
	margin: auto;
	border-bottom: 1.5px solid;
	padding: 1rem;
}

.header__logo a {
	font-size: 24px;
	opacity: 1 !important;
	height: 26px;
}

.header__logo a img {
	height: 26px;
	width: auto;
	display: block;
}

/* spidersolitaire.zone: Totugo links under logo */
.header__nav--ssz-totugo {
	display: block;
	width: 100%;
}

.header__nav--ssz-totugo .header__nav-list {
	list-style: none;
	margin: 0;
	padding: 0;
}

@media (max-width: 961px) {
	.header__nav--ssz-totugo {
		display: block !important;
	}
}

.header__info {
	font-size: 16px;
	width: 400px;
}

.header__info-content {
	overflow: hidden;
	padding: .5em;
	position: relative;
}

.header__nav-list {
	align-items: center;
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	gap: 1rem 1.5rem;
}

.header__nav-list a {
	align-items: center;
	gap: .5rem;
}

.header__nav-list a:hover {
	color: #15202b;
}

.header__nav-list_inner {
	display: none;
}

.header__nav .nav__content-list {
	gap: 1rem 1.5rem;
}

.header__toggle .toggle:not(checked)+label:before {
	content: none;
}

.header__toggle .toggle:checked+label:after {
	content: none;
}

.header__toggle .toggle:not(checked)+label {
	padding: 0;
	color: #15202b;
	display: flex;
	gap: .5rem;
	align-items: center;
}

.header__toggle .toggle:not(checked)+label:hover {
	opacity: .7;
}

.header__lang-form {
	display: none;
}

.nav {
	margin: 0 0 1rem;
	user-select: none;
}

.nav__container {
	display: flex;
	justify-content: center;
}

.nav__content {
	display: flex;
	align-items: center;
}

.nav__content-list {
	display: flex;
	gap: .5rem 1rem;
	flex-wrap: wrap;
	align-items: center;
	justify-content: center;
}

.nav__content-list a {
	align-items: center;
	gap: .5rem;
}

.nav__content-list .nav__content-link_disabled[disabled],.nav__content-list .nav__content-link_disabled:disabled {
	opacity: 1;
	pointer-events: fill;
}

.nav__content-list li,.nav__content-list .nav__options {
	white-space: nowrap;
}

.nav__content-list li.has-submenu,.nav__content-list .nav__options.has-submenu {
	position: relative;
}

.nav__content-list li.has-submenu.open-submenu .nav__content-list_inner,.nav__content-list li.has-submenu.open-submenu .options,.nav__content-list .nav__options.has-submenu.open-submenu .nav__content-list_inner,.nav__content-list .nav__options.has-submenu.open-submenu .options {
	display: flex;
	flex-direction: column;
	gap: 1rem;
}

.nav__content-list li.has-submenu.open-submenu .nav__content-list_inner,.nav__content-list .nav__options.has-submenu.open-submenu .nav__content-list_inner {
	right: 50%;
	transform: translate(50%, 0);
	display: flex;
	gap: .5rem;
	flex-direction: column;
}

.nav__content-list_inner,.nav__content-list .options {
	display: none;
}

.nav__content-list_inner .options__content-list button,.nav__content-list .options .options__content-list button {
	opacity: 1 !important;
	border-bottom: 0;
}

.nav__content-list_overflow {
	overflow: auto;
	height: 350px;
}

.nav__content-info {
	color: #15202b;
	display: flex;
	gap: .5rem 1rem;
}

.nav__content-info_muted {
	color: #15202b;
}

.nav__content-info_muted:not([disabled]):hover {
	color: #15202b;
}

.nav__content-info_block {
	display: flex;
	gap: 5.25px;
}

.nav__content-info_block a {
	color: #15202b;
}

.nav__options.open-submenu .nav__options-overlay {
	background-color: #fff;
	bottom: 0;
	display: block;
	left: 0;
	position: fixed;
	right: 0;
	top: 0;
	z-index: 103;
}

.nav__options .options {
	box-shadow: none;
	left: 50%;
	padding: 0;
	position: fixed;
	top: 45%;
	transform: translate(-50%, -50%);
	background: transparent;
	width: 800px;
	z-index: 104;
	margin: 0;
}

.nav__options .options__close {
	position: absolute;
	align-items: baseline;
	top: 0;
	right: 21px;
}

.nav__options .options__close:hover {
	opacity: .7;
}

.nav__options .options__content {
	overflow: auto;
	max-height: 290px;
}

.nav__options .options__content input[type="checkbox"] {
	display: none;
}

.nav__options .options__header {
	margin-top: 2rem;
}

.nav__options .options__header-title {
	font-size: 35px;
	display: flex;
	align-items: center;
	justify-content: center;
	font-weight: 600;
	gap: .5rem;
}

.nav__options .options .checkbox:not(checked)+label:after {
	opacity: 0;
	top: 0;
	transform: none;
}

.nav__options .options .checkbox:not(checked)+label:before {
	top: 0;
	transform: none;
}

.nav__options .options .checkbox:checked+label:before {
	opacity: 0;
}

.nav__options .options .checkbox:checked+label:after {
	opacity: 1;
}

.nav__options .options .toggle:checked+label:before {
	opacity: 0;
}

.nav__options .options .toggle:checked+label:after {
	opacity: 1;
}

.nav__options-meta {
	display: flex;
	justify-content: center;
	font-size: 18px;
	color: #536471;
}

.score {
	display: inline-block;
}

.info-games {
	margin-top: 2rem;
}

.info-games__nav-list {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	gap: .5rem;
}

.info-games__nav-list a {
	display: initial;
	padding: 0 .5rem;
	border-radius: 1rem;
	border: 1px solid;
	color: #536471;
}

/* spidersolitaire.zone: баннер «новая версия» под игрой */
.below-game-new-wrap {
	max-width: 42rem;
	margin: 1rem auto;
	padding: 0 1rem;
	text-align: center;
}

.below-game-new-banner {
	display: inline-block;
	padding: 0.65rem 1.35rem;
	border-radius: 999px;
	border: 1px solid rgba(21, 32, 43, 0.12);
	background: linear-gradient(145deg, rgba(247, 249, 249, 0.95), rgba(230, 242, 255, 0.55));
	box-shadow: 0 2px 12px rgba(21, 32, 43, 0.06);
}

.below-game-new-banner__link {
	font-size: 0.95rem;
	font-weight: 600;
	line-height: 1.35;
	color: #0d5a7a;
	text-decoration: none;
	border-bottom: 1px solid transparent;
	transition: color 0.15s ease, border-color 0.15s ease;
}

.below-game-new-banner__link:hover {
	color: #15202b;
	border-bottom-color: rgba(21, 32, 43, 0.35);
}

.dark-theme .below-game-new-banner {
	border-color: rgba(247, 249, 249, 0.18);
	background: linear-gradient(145deg, rgba(39, 51, 64, 0.95), rgba(21, 32, 43, 0.88));
	box-shadow: 0 2px 14px rgba(0, 0, 0, 0.25);
}

.dark-theme .below-game-new-banner__link {
	color: #8ed4f5;
}

.dark-theme .below-game-new-banner__link:hover {
	color: #f7f9f9;
	border-bottom-color: rgba(247, 249, 249, 0.45);
}

.info-container {
	margin-top: 2rem;
}

.info-container__item:not(:last-child) {
	margin-bottom: 1rem;
}

.info-container__title {
	font-size: 35px;
	margin: 0 0 1rem;
	font-weight: 600;
	text-align: center;
}

.info-container__title_major {
	font-size: 40px;
	margin: 0 0 .5rem;
}

.info-container__lead {
	max-width: 48rem;
	margin: 0 auto 1.25rem;
	padding: 0 1rem;
	text-align: center;
	line-height: 1.45;
	font-size: 1.05rem;
	font-weight: 400;
	color: #536471;
}

.dark-theme .info-container__lead {
	color: #8b98a5;
}

.info-container__content h2 {
	font-size: 30px;
	font-weight: 600;
	margin: 1rem 0;
}

.info-container__content h3 {
	font-size: 25px;
	font-weight: 600;
	margin: 1rem 0;
}

.info-container__content h4 {
	font-size: 25px;
	font-weight: 600;
	margin: 1rem 0;
}

.info-container__content p {
	line-height: 1.4;
	margin: 1rem 0 0;
}

.info-container__content p a {
	display: inline;
	border-bottom: 1px solid;
}

.info-container__content ul,.info-container__content ol {
	list-style: disc;
	margin: 1rem 0 0 2rem;
}

.info-container__content li {
	margin: .5rem 0 0;
}

.info-container__content img {
	display: none;
}

.page {
	margin: 1rem 0 0;
}

.page__title {
	font-size: 40px;
	margin: 0 0 1rem;
	font-weight: 600;
}

.page__content h2 {
	font-size: 35px;
	font-weight: 600;
	margin: 1rem 0;
}

.page__content h3 {
	font-size: 20px;
	font-weight: 600;
	margin: 1rem 0;
}

.page__content p {
	line-height: 1.4;
	margin: 1rem 0 0;
}

.page__content p a {
	display: inline;
	color: #f74f78;
}

.page__content ul,.page__content ol {
	list-style: disk;
	margin: 1rem 0 0 2rem;
}

.page__content li {
	margin: .5rem 0 0;
}

.page_error {
	text-align: center;
}

.blog {
	margin: 1rem 0 0;
}

.blog__title {
	font-size: 40px;
	margin: 0 0 1rem;
	font-weight: 600;
}

.blog__content h2 {
	font-size: 35px;
	font-weight: 600;
	margin: 1rem 0;
}

.blog__content h3 {
	font-size: 20px;
	font-weight: 600;
	margin: 1rem 0;
}

.blog__content p {
	line-height: 1.4;
	margin: 1rem 0 0;
}

.blog__content a {
	display: inline;
	color: #f74f78;
}

.blog__content ul,.blog__content ol {
	list-style: disk;
	margin: 1rem 0 0 2rem;
}

.blog__content li {
	margin: .5rem 0 0;
}

.blog__content img {
	border-radius: 1rem;
}

.blog__item-title {
	font-size: 35px;
	font-weight: 600;
	margin: 1rem 0;
}

.blog__item-desc {
	line-height: 1.4;
	margin: 1rem 0 0;
}

.blog__item-desc_empty {
	text-align: center;
}

.blog__meta {
	line-height: 1.4;
	margin: 1rem 0 0;
}

.blog__author {
	display: flex;
}

.pagination {
	display: flex;
	justify-content: center;
	align-items: center;
	gap: .5rem 1rem;
	margin-top: 1rem;
}

.pagination .current {
	border: 1px solid;
	padding: 0 .5rem;
	border-radius: 1rem;
}

.pagination .dots {
	border: 0;
}

.footer {
	margin-top: 6rem;
}

.footer__container {
	display: flex;
	padding: 1rem 1rem 2rem;
	max-width: 1200px;
	margin: auto;
	border-top: 1.5px solid;
	justify-content: center;
	flex-direction: column;
}

.footer__nav-list {
	flex-wrap: wrap;
	justify-content: center;
	display: flex;
	gap: .5rem 1rem;
}

.footer__nav-list a {
	color: #15202b;
	align-items: center;
	gap: .5rem;
}

.footer__nav-list a:hover {
	color: #15202b;
}

.footer__nav-list .nav__options {
	border-bottom: 0 !important;
}

.languages__footer {
    margin-top: 2rem;
}

.languages__footer-list {
	font-size: 15px;
    display: flex;
    flex-wrap: wrap;
    gap: .5rem;
    justify-content: center;
}

.content {
	padding: 20px;
	width: 75%;
}

.content__title {
	font-size: 2rem;
	margin: 0 0 1rem;
}

.content p {
	margin: 10px 0;
}

.options .options__item a {
	color: #15202b;
}

.options .options__item a .fa-light.fa-toggle-on {
	color: #15202b;
}

.options .options__content-list {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	gap: .5rem 1rem;
}

.options .options__content-list span {
	cursor: pointer;
}

.options .options__content-list span:hover {
	opacity: .7;
}

.fa-toggle-on::before {
	color: #15202b;
}

.embed {
	overflow: hidden;
}

.embed .game-container {
	margin-top: 0;
}

.embed .header {
	display: none;
}

.embed .footer {
	display: none;
}

.embed .wrapper {
	height: auto !important;
}

.embed .nav {
	padding: 1rem 0 1rem;
	margin: 0;
}

.embed .container {
	width: 100%;
}

.embed__link {
	display: flex;
	justify-content: center;
	padding: 1.5rem 0 1rem;
	margin: 0;
	opacity: 0;
	height: 0;
}

.embed__link a {
	font-size: 18px;
	color: #536471;
	align-items: center;
	gap: .5rem;
}

.info-block {
	width: 100%;
	display: flex;
	flex-direction: column;
	gap: .5rem;
}

.info-block__control {
	display: flex;
	justify-content: center;
	text-transform: lowercase;
	flex-flow: wrap;
	margin: 2rem 0 0;
	gap: .5rem 1rem;
}

.info-block__control a,.info-block__control button {
	font-size: 18px;
}

.info-block__data {
	display: flex;
	gap: .5rem 1rem;
	flex-wrap: wrap;
	justify-content: center;
}

.info-block__data-item {
	display: flex;
	gap: 5.25px;
}

.info-block__data-team {
	display: flex;
}

.info-block__info {
	display: flex;
	gap: .5rem 1rem;
}

.info-block__info-item {
	display: flex;
}

.info-block__source {
	width: 100%;
	padding: .5rem;
	height: 10rem;
	border: 1px solid;
	border-left: 0;
	border-right: 0;
	overflow: auto;
	text-align: center;
}

.info-block__source ul {
	margin: 0 !important;
}

.info-block__source li {
	list-style: none !important;
}

.info-block__source li:last-of-type {
	margin-bottom: 0 !important;
}

.info-block__source-title {
	text-align: center;
}

.game-container {
	margin-top: 1.5rem;
	position: relative;
}

.game-container .loading {
	display: none;
}

.game-container .loading[ng-cloak] {
	display: flex !important;
	justify-content: center;
	align-items: center;
	position: absolute;
	height: 100%;
	width: 100%;
}

.game[ng-cloak] {
	display: block !important;
}

.game[ng-cloak]>* {
	display: none;
}

:fullscreen .header,:fullscreen .container__2x_top,:fullscreen .info-games,:fullscreen .info-block,:fullscreen .info-container,:fullscreen .footer {
	display: none;
}

:fullscreen .nav {
	margin: 1rem 0 1rem;
}

:fullscreen .container {
	width: 100%;
}

.solitaire {
	margin: auto !important;
}

.offer {
	display: flex;
	background: aquamarine;
	color: #15202b !important;
	padding: .5rem;
	gap: 8px;
	justify-content: center;
}

.offer a {
	text-decoration: underline;
	color: #15202b !important;
}

menu.control {
	display: flex;
	justify-content: center;
}

menu .buttongroup {
	display: flex !important;
}

menu.keyboard {
	display: flex;
	justify-content: center;
}

.dark-theme {
	background: #15202b;
	color: #f7f9f9;
}

.dark-theme a {
	color: #f7f9f9;
}

.dark-theme a:hover {
	opacity: .85 !important;
}

.dark-theme a:visited {
	color: #f7f9f9;
}

.dark-theme a.inactive:hover {
	opacity: .85;
}

.dark-theme button {
	color: #f7f9f9;
}

.dark-theme button:hover {
	opacity: .85;
}

.dark-theme button.inactive {
	color: #f7f9f9;
}

.dark-theme ::selection {
	background: #f7f9f9;
	color: #15202b;
}

.dark-theme .header__logo a {
	opacity: 1 !important;
	filter: invert(1);
}

.dark-theme .header__nav-list a {
	color: #f7f9f9;
}

.dark-theme .header__lang-list a {
	color: #f7f9f9;
}

.dark-theme .header__lang-list_inner li {
	color: #f7f9f9;
}

.dark-theme .header__lang-list_inner span:hover {
	opacity: .85;
}

.dark-theme .header__menu-toggle:before {
	color: #f7f9f9;
}

.dark-theme .header__menu-toggle:hover {
	opacity: .85;
}

.dark-theme .header__toggle .toggle:checked+label:after {
	color: #f7f9f9;
}

.dark-theme .header__toggle .toggle:not(checked)+label {
	color: #f7f9f9;
}

.dark-theme .header__toggle .toggle:not(checked)+label:hover {
	opacity: .85;
}

.dark-theme .nav__content-info {
	color: #f7f9f9;
}

.dark-theme .nav__content-info_block a {
	color: #f7f9f9;
}

.dark-theme .nav__content-info_muted {
	color: #f7f9f9;
}

.dark-theme .nav__content-info_muted:not([disabled]):hover {
	color: #f7f9f9;
}

.dark-theme .nav__options .options {
	box-shadow: none;
	background-color: transparent;
}

.dark-theme .nav__options .options__content {
	color: #f7f9f9;
}

.dark-theme .nav__options .options__title {
	color: #f7f9f9;
}

.dark-theme .nav__options .options__close:hover {
	opacity: .85;
}

.dark-theme .nav__options.open-submenu .nav__options-overlay {
	background-color: #15202b;
}

.dark-theme .submenu__list {
	background-color: #15202b;
	box-shadow: 0 4px 10px 0 rgba(101,119,134,0.2);
}

.dark-theme .cookie {
	background-color: #15202b;
}

.dark-theme .modal__close:hover {
	opacity: .85;
}

.dark-theme .modal__header-title {
	color: #f7f9f9;
}

.dark-theme .modal__content-custom_input {
	color: #f7f9f9;
	background: #15202b;
}

.dark-theme .modal__content img {
	filter: invert(95%);
}

.dark-theme .modal__content textarea {
	border-color: #f7f9f9;
	color: #f7f9f9;
	background: #15202b;
}

.dark-theme .modal__footer-button_primary {
	color: #f7f9f9;
}

.dark-theme .modal__footer-button:hover {
	opacity: .85;
}

.dark-theme .modal__overlay {
	background: #15202b;
}

.dark-theme .options__item a {
	color: #f7f9f9;
}

.dark-theme .options__item a .fa-light.fa-toggle-on {
	color: #f7f9f9;
}

.dark-theme .options .options__content-list span:hover {
	opacity: .85;
}

.dark-theme .close__submenu:before,.dark-theme .modal__close:before,.dark-theme .cookie__close:before,.dark-theme .options__close:before,.dark-theme .notification__close:before {
	color: #f7f9f9;
}

.dark-theme .modal__content,.dark-theme .cookie__content p a {
	color: #f7f9f9;
}

.dark-theme .game .game__info {
	color: #f7f9f9;
}

.dark-theme .game__content {
	background: #15202b;
}

.dark-theme .breadcrumbs__list {
	color: #8b98a5;
}

.dark-theme .breadcrumbs__list a {
	color: #8b98a5;
}

.dark-theme .game-widget__input-number {
	color: #f7f9f9;
}

.dark-theme .widget__field {
	background: #273340;
}

.dark-theme .widget__field textarea {
	background: #273340;
	color: #f7f9f9;
}

.dark-theme .widget__input {
	background: #273340;
}

.dark-theme .widget__input-number {
	background: #273340;
	color: #f7f9f9;
}

.dark-theme .widget__input-text {
	background: #273340;
	color: #f7f9f9;
}

.dark-theme .widget__input-image {
	filter: invert(88%);
	mix-blend-mode: luminosity;
}

.dark-theme .widget__button button {
	color: #f7f9f9;
}

.dark-theme .widget__button button:hover {
	opacity: .85;
}

.dark-theme .widget__submenu-list button span {
	color: #f7f9f9;
}

.dark-theme .widget__toggle label {
	color: #f7f9f9;
}

.dark-theme .widget__toggle label:hover {
	opacity: .85;
}

.dark-theme .widget__options-list {
	color: #f7f9f9;
}

.dark-theme .widget__table {
	background: #15202b;
}

.dark-theme .widget__result-field textarea {
	background: #15202b;
	color: #f7f9f9;
	border-color: #f7f9f9;
}

.dark-theme .widget__result-text {
	background: #15202b;
}

.dark-theme .widget__result-text img {
	filter: invert(100%);
	mix-blend-mode: normal;
}

.dark-theme .widget__result-table {
	background: #15202b;
}

.dark-theme .widget__result-list {
	background: #15202b;
}

.dark-theme .widget__result-list a {
	color: #10d100;
}

.dark-theme .widget__result-chart {
	background: #15202b;
}

.dark-theme .widget__result-tab>input[type="radio"]:checked+label {
	opacity: 1;
}

.dark-theme .widget__result-tab>label {
	color: #f7f9f9;
}

.dark-theme .widget__result-tab>label:hover {
	opacity: .85;
}

.dark-theme .widget__result b,.dark-theme .widget__result strong {
	color: #f7f9f9;
}

.dark-theme .info-games__nav-list a {
	color: #8b98a5;
}

.dark-theme .page {
	color: #f7f9f9;
}

.dark-theme .page__content p a {
	border-bottom: 0.5px solid rgba(247,249,249,0.35);
}

.dark-theme .subpage__content-list .fa-light {
	color: #f7f9f9;
}

.dark-theme .footer__nav-list a {
	color: #f7f9f9;
}

.dark-theme .footer__container {
	color: #f7f9f9;
}

.dark-theme .footer__logo {
	border-color: #273340;
}

.dark-theme .footer__logo svg {
	fill: #f7f9f9;
}

.dark-theme .toggle-button a {
	color: #8b98a5;
}

.dark-theme .info-container__item:not(:last-child) {
	border-color: #273340;
}

.dark-theme .moment-picker .moment-picker-container {
	background-color: #15202b;
}

.dark-theme .moment-picker td.selected {
	color: #f7f9f9;
	background-color: #273340;
}

.dark-theme .moment-picker th.disabled,.dark-theme .moment-picker td.disabled,.dark-theme .moment-picker th.disabled:hover,.dark-theme .moment-picker td.disabled:hover {
	color: #8b98a5;
}

.dark-theme input::placeholder,.dark-theme textarea::placeholder {
	color: rgba(255,255,255,0.6);
}

.dark-theme .selected {
	background: #273340;
}

.dark-theme .rzslider .rz-bar {
	background: #f7f9f9;
}

.dark-theme .rzslider .rz-pointer {
	background-color: #15202b;
	border-color: #f7f9f9;
}

@media (max-width: 961px) {
	.dark-theme .header__nav {
		background-color: #15202b;
	}

	.dark-theme .header__nav-list {
		background-color: #15202b;
	}
}

.component-modal:not(.component-modal-forced):not(:last-of-type) .modal {
	display: none;
}

.modal {
	position: fixed;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	display: none;
	user-select: none;
}

.modal.open-modal .modal__overlay,.modal.open-modal {
	display: block;
	z-index: 105;
}

.modal__overlay {
	position: fixed;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	background: #fff;
	display: none;
}

.modal__close {
	position: absolute;
	align-items: baseline;
	margin: 0;
	top: 0;
	right: 21px;
}

.modal__close:hover {
	opacity: .7;
}

.modal.open-modal .modal__wrap {
	display: flex;
	flex-direction: column;
	gap: 1rem;
}

.modal__wrap {
	display: none;
	box-shadow: none;
	z-index: 106;
	border-radius: 1rem;
	background: transparent;
	position: absolute;
	top: 45%;
	left: 50%;
	transform: translate(-50%, -50%);
	padding: 0;
	width: 800px;
}

.modal__wrap_switch {
	display: flex;
	flex-direction: column;
	gap: 1rem;
}

.modal__wrap_info {
	max-width: 800px;
}

.modal__wrap_info .modal__content {
	align-items: start;
	justify-content: start;
	flex-direction: column;
	gap: .5rem;
}

.modal__wrap_info .modal__content li:last-of-type {
	margin-bottom: 0;
}

.modal__header {
	margin-top: 2rem;
}

.modal__header-title {
	font-size: 35px;
	font-weight: 600;
	display: flex;
	justify-content: center;
	align-items: center;
	text-align: center;
	flex-wrap: wrap;
	gap: .5rem;
}

.modal__header-title::first-letter {
	text-transform: uppercase;
}

.modal__content {
	overflow: auto;
	max-block-size: calc(100% - 1rem);
	color: #15202b;
	display: flex;
	align-items: center;
	flex-wrap: wrap;
	justify-content: center;
	gap: .5rem 1rem;
}

.modal__content-right {
	text-align: right;
}

.modal__content p {
	margin: .5rem 0 0;
	line-height: 1.4;
}

.modal__content p a {
	border-bottom: 1px solid;
	display: inline;
}

.modal__content ul {
	margin: .5rem 0 0 2rem;
}

.modal__content li {
	list-style: square;
	margin-bottom: .5rem;
	line-height: 1.4;
}

.modal__content img {
	width: 100%;
	height: 250px;
	object-fit: cover;
	border-radius: 1rem;
}

.modal__content textarea {
	padding: .5rem;
	resize: none;
	width: 100%;
	height: 10rem;
	text-align: center;
	display: block;
	border: 1px solid #15202b;
	border-left: 0;
	border-right: 0;
	font-family: "Open Sans",sans-serif;
	font-size: 20px;
	color: #15202b;
}

.modal__content-item_textarea {
	width: 100%;
}

.modal__content-item_caption {
	font-size: 16px;
	margin-top: .5rem;
	display: flex;
	justify-content: center;
	text-align: center;
}

.modal__footer {
	display: flex;
	justify-content: center;
}

.modal__footer-col {
	display: flex;
	align-items: center;
}

.modal__footer-buttons {
	display: flex;
	align-items: baseline;
	gap: 1rem;
}

.modal__footer-buttons.modal__footer-buttons_cols {
	justify-content: space-between;
}

.modal__footer-button {
	font-family: "Open Sans",sans-serif;
	font-size: 20px;
	font-weight: 600;
}

.modal__footer-button:hover {
	opacity: .7;
}

.modal__footer-button_primary {
	color: #15202b;
	background: transparent;
	border: solid;
	border-width: 1.5px;
	white-space: nowrap;
	touch-action: manipulation;
	padding: .5rem 1rem;
	border-radius: 3rem;
}

.modal .options__item {
	display: flex;
	align-items: center;
	margin: 1rem 0;
}

.modal .options__item label {
	margin: 0 1rem 0 0;
}

.rtl .nav__options .options {
	left: 50%;
}

.rtl .nav__options .options__close {
	left: 21px;
	right: initial;
}

.rtl .submenu__list {
	right: initial;
}

.rtl .modal__close {
	left: 21px;
	right: initial;
}

.rtl .modal #embed-textarea {
	direction: ltr;
}

.rtl .info-container__content ul,.rtl .info-container__content ol {
	margin: 1rem 2rem 0 0;
}

.rtl .checkbox:not(checked)+label:before,.rtl .checkbox:not(checked)+label:after {
	right: 0;
	left: initial;
}

.rtl .toggle:not(checked)+label {
	padding: 0 28px 0 0;
}

.rtl .toggle:not(checked)+label:before {
	left: initial;
	right: 0;
}

.rtl .toggle:not(checked)+label:after {
	left: initial;
	right: 0;
}

@media (max-width: 1200px) {
	.container {
		width: 100%;
		padding: 0 1rem;
	}

	.content {
		width: 100%;
		padding: 20px 0;
	}

	.header__container,.footer__container {
		width: 100%;
	}
}

@media (max-width: 961px) {
	.header.open-menu .header__nav {
		display: block;
	}

	.header.open-menu .header__menu-toggle {
		position: fixed;
		margin: 0;
		z-index: 104;
		right: 1rem;
	}

	.header.open-menu .header__menu-toggle:before {
		content: "\f00d";
	}

	.submenu__list-column ul {
		gap: 1rem;
	}

	.nav__options .options {
		width: calc(100% - 2rem);
	}

	.nav__content-list li.nav__options>a span {
		display: none;
	}

	.modal__wrap {
		width: calc(100% - 2rem);
	}

	.modal__wrap_info {
		max-width: calc(100% - 2rem);
	}

	.subpage__content-list li {
		flex-basis: calc(50% - 0rem);
	}
}

@media (max-width: 768px) {
	.modal__content ul {
		margin: 1rem 0 0 1rem;
	}
}

[select-directive].settimer__label.settimer__label_select {
	height: calc(32px + 32px);
}

[select-directive] {
	height: 32px;
}

.select {
	position: absolute;
	background-color: white;
}

.select__main {
	position: relative;
	display: inline-block;
	width: 400px;
	line-height: 30px;
}

.select__baseline {
	position: relative;
	display: inline-block;
	overflow: visible;
	width: 100%;
	vertical-align: top;
	font: inherit;
}

.select__search {
	color: #15202b;
	padding: 0 25px 0 8px;
	font: inherit;
	position: absolute;
	top: 0;
	left: 0;
	display: inline-block;
	box-sizing: border-box;
	width: 100%;
	margin: 0;
	border: 0;
	outline: 0;
	background: transparent;
	box-shadow: none;
	-webkit-appearance: none;
	-webkit-tap-highlight-color: transparent;
}

.select__search:focus ~ .select__styling {
	border: 1px solid #15202b;
	box-shadow: inset 0 0 0 1px #15202b;
}

.select__search:focus ~ .select__arrow:before {
	transform: rotate(-180deg) translateY(-50%);
}

.select__control {
	display: block;
	overflow: hidden;
	width: 100%;
	text-align: left;
	text-overflow: ellipsis;
}

.select__control:after {
	content: "\A0";
}

.select__control.select__styling {
	line-height: 30px;
	padding: 0 14px;
	box-sizing: border-box;
	cursor: pointer;
	user-select: none;
	white-space: nowrap;
	text-decoration: none;
	border-radius: 3px;
	outline: none;
	-webkit-tap-highlight-color: transparent;
	transition: border 0.1s ease-out, box-shadow 0.1s ease-out;
}

.select__arrow {
	width: 35px;
	position: absolute;
	top: 0;
	right: 0;
	cursor: pointer;
	text-align: center;
}

.select__arrow:before {
	transition: transform 0.1s ease-out;
	display: block;
	top: 50%;
	transform: translateY(50%);
}

.select__menu {
	top: calc(100% + 8px);
	max-height: 236px;
	padding: 5px 0;
	position: absolute;
	left: 0;
	overflow-y: auto;
	min-width: 100%;
	background-color: white;
	z-index: 105;
}

.select__menu.select__menu_active {
	display: block;
}

.select__menu-item {
	display: block;
	overflow-x: hidden;
	cursor: pointer;
	white-space: nowrap;
	text-overflow: ellipsis;
	padding: 0 15px 0 34px;
	margin-top: 0;
	border-top: none;
}

.select__menu-item[role="option"].focused {
	background-color: #00c1ff;
}

.select__menu-item_active {
	background-color: #00c1ff;
}

.select__menu-item:not([disabled]):hover {
	background-color: #00c1ff;
}

.select__menu-item_not_found {
	color: lightgray;
}

.select__menu-item_not_found {
	display: none;
}

.select__menu-item_not_found:first-child {
	display: block;
}

.loading {
	text-align: center;
	transition: all linear .5s;
	opacity: 1;
}

.loading.ng-hide-add-active {
	opacity: 0;
}

@keyframes animation-name {
	0% {
		opacity: 0;
	}

	100% {
		opacity: 1;
	}
}

.hide-loading {
	opacity: 1;
}

.hide-loading.ng-hide-remove-active {
	animation-name: animation-name;
	animation-duration: .1s;
	animation-delay: .6s;
	animation-timing-function: ease-in;
	animation-direction: alternate;
}

.hide-loading.ng-hide-animate {
	opacity: 0;
}

.fa {
	font-family: var(--fa-style-family, "Font Awesome 6 Pro");
	font-weight: var(--fa-style, 900);
}

.fa,.fas,.fa-solid,.far,.fa-regular,.fal,.fa-light {
	-moz-osx-font-smoothing: grayscale;
	-webkit-font-smoothing: antialiased;
	display: var(--fa-display, inline-block);
	font-style: normal;
	font-variant: normal;
	line-height: 1;
	text-rendering: auto;
}

.fas,.fa-solid,.far,.fa-regular,.fal,.fa-light {
	font-family: 'Font Awesome 6 Pro';
}

.fa-pizza-slice::before {
	content: "\f818";
}

.fa-french-fries::before {
	content: "\f803";
}

.fa-football::before {
	content: "\f44e";
}

.fa-dumbbell::before {
	content: "\f44b";
}

.fa-percent::before {
	content: "\25";
}

.fa-qrcode::before {
	content: "\f029";
}

.fa-unlock::before {
	content: "\f09c";
}

.fa-rabbit-running::before {
	content: "\f709";
}

.fa-typewriter::before {
	content: "\f8e7";
}

.fa-computer-mouse-scrollwheel::before {
	content: "\f8cd";
}

.fa-a::before {
	content: "\41";
}

.fa-font-case::before {
	content: "\f866";
}

.fa-magnifying-glass::before {
	content: "\f002";
}

.fa-house-chimney-window::before {
	content: "\e00d";
}

.fa-credit-card::before {
	content: "\f09d";
}

.fa-car-side::before {
	content: "\f5e4";
}

.fa-money-bill-1::before {
	content: "\f3d1";
}

.fa-hundred-points::before {
	content: "\e41c";
}

.fa-money-check-dollar::before {
	content: "\f53d";
}

.fa-piano::before {
	content: "\f8d4";
}

.fa-list-music::before {
	content: "\f8c9";
}

.fa-triangle-instrument::before {
	content: "\f8e2";
}

.fa-gift-card::before {
	content: "\f663";
}

.fa-calendar-week::before {
	content: "\f784";
}

.fa-coins::before {
	content: "\f51e";
}

.fa-clock-eight::before {
	content: "\e345";
}

.fa-binary::before {
	content: "\e33b";
}

.fa-people-simple::before {
	content: "\e21b";
}

.fa-yen-sign::before {
	content: "\f157";
}

.fa-face-sleeping::before {
	content: "\e38d";
}

.fa-moon::before {
	content: "\f186";
}

.fa-xmark::before {
	content: "\f00d";
}

.fa-xmark-thin::before {
	content: "\f000";
}

.fa-eye-dropper-half::before {
	content: "\e173";
}

.fa-rainbow::before {
	content: "\f75b";
}

.fa-palette::before {
	content: "\f53f";
}

.fa-ring::before {
	content: "\f70b";
}

.fa-shirt::before {
	content: "\f553";
}

.fa-boot-heeled::before {
	content: "\e33f";
}

.fa-venus::before {
	content: "\f221";
}

.fa-strawberry::before {
	content: "\e32b";
}

.fa-baby-carriage::before {
	content: "\f77d";
}

.fa-sheep::before {
	content: "\f711";
}

.fa-books::before {
	content: "\f5db";
}

.fa-face-laugh-beam::before {
	content: "\f59a";
}

.fa-stopwatch::before {
	content: "\f2f2";
}

.fa-calendar-star::before {
	content: "\f736";
}

.fa-alarm-clock::before {
	content: "\f34e";
}

.fa-network-wired::before {
	content: "\f6ff";
}

.fa-gauge-high::before {
	content: "\f625";
}

.fa-computer::before {
	content: "\e4e5";
}

.fa-fingerprint::before {
	content: "\f577";
}

.fa-code::before {
	content: "\f121";
}

.fa-hashtag::before {
	content: "\23";
}

.fa-memo::before {
	content: "\e1d8";
}

.fa-fish::before {
	content: "\f578";
}

.fa-tomato::before {
	content: "\e330";
}

.fa-shapes::before {
	content: "\f61f";
}

.fa-ruler-combined::before {
	content: "\f546";
}

.fa-glass-water::before {
	content: "\e4f4";
}

.fa-atom-simple::before {
	content: "\f5d3";
}

.fa-brackets-round::before {
	content: "\e0c5";
}

.fa-arrow-down-9-1::before {
	content: "\f886";
}

.fa-triangle::before {
	content: "\f2ec";
}

.fa-arrow-up-9-1::before {
	content: "\f887";
}

.fa-ball-pile::before {
	content: "\f77e";
}

.fa-cards::before {
	content: "\e3ed";
}

.fa-burger-lettuce::before {
	content: "\e3e3";
}

.fa-calculator-simple::before {
	content: "\f64c";
}

.fa-dharmachakra::before {
	content: "\f655";
}

.fa-timer::before {
	content: "\e29e";
}

.fa-wind::before {
	content: "\f72e";
}

.fa-circle-dollar::before {
	content: "\f2e8";
}

.fa-circle-8::before {
	content: "\e0f5";
}

.fa-dice-d8::before {
	content: "\f6d2";
}

.fa-dice-d12::before {
	content: "\f6ce";
}

.fa-dice-d10::before {
	content: "\f6cd";
}

.fa-dice-d20::before {
	content: "\f6cf";
}

.fa-dice-d6::before {
	content: "\f6d1";
}

.fa-dice-d4::before {
	content: "\f6d0";
}

.fa-weight-scale::before {
	content: "\f496";
}

.fa-eraser::before {
	content: "\f12d";
}

.fa-bomb::before {
	content: "\f1e2";
}

.fa-puzzle-piece::before {
	content: "\f12e";
}

.fa-brush::before {
	content: "\f55d";
}

.fa-spider::before {
	content: "\f717";
}

.fa-frame::before {
	content: "\e495";
}

.fa-cat::before {
	content: "\f6be";
}

.fa-dice::before {
	content: "\f522";
}

.fa-game-console-handheld::before {
	content: "\f8bb";
}

.fa-chess::before {
	content: "\f439";
}

.fa-xmark-large::before {
	content: "\e59b";
}

.fa-t-rex::before {
	content: "\e629";
}

.fa-bullseye::before {
	content: "\f140";
}

.fa-snake::before {
	content: "\f716";
}

.fa-circle-4::before {
	content: "\e0f1";
}

.fa-mountain-sun::before {
	content: "\e52f";
}

.fa-spade::before {
	content: "\f2f4";
}

.fa-trees::before {
	content: "\f724";
}

.fa-draw-square::before {
	content: "\f5ef";
}

.fa-game-board-simple::before {
	content: "\f868";
}

.fa-scrubber::before {
	content: "\f2f8";
}

.fa-card-spade::before {
	content: "\e3ec";
}

.fa-crosshairs::before {
	content: "\f05b";
}

.fa-card-heart::before {
	content: "\e3eb";
}

.fa-vial::before {
	content: "\f492";
}

.fa-tally-4::before {
	content: "\e297";
}

.fa-dice-five::before {
	content: "\f523";
}

.fa-sun::before {
	content: "\f185";
}

.fa-images::before {
	content: "\f302";
}

.fa-circle-5::before {
	content: "\e0f2";
}

.fa-scribble::before {
	content: "\e23f";
}

.fa-w::before {
	content: "\57";
}

.fa-ship::before {
	content: "\f21a";
}

.fa-table-layout::before {
	content: "\e290";
}

.fa-plus-minus::before {
	content: "\e43c";
}

.fa-person-through-window::before {
	content: "\e5a9";
}

.fa-bridge-water::before {
	content: "\e4ce";
}

.fa-rectangle-vertical-history::before {
	content: "\e237";
}

.fa-coin-blank::before {
	content: "\e3fb";
}

.fa-cards-blank::before {
	content: "\e4df";
}

.fa-martini-glass-citrus::before {
	content: "\f561";
}

.fa-hat-cowboy::before {
	content: "\f8c0";
}

.fa-crown::before {
	content: "\f521";
}

.fa-road::before {
	content: "\f018";
}

.fa-chart-pyramid::before {
	content: "\e0e6";
}

.fa-map-pin::before {
	content: "\f276";
}

.fa-nfc-magnifying-glass::before {
	content: "\e1f9";
}

.fa-elephant::before {
	content: "\f6da";
}

.fa-dice-six::before {
	content: "\f526";
}

.fa-hands-asl-interpreting::before {
	content: "\f2a3";
}

.fa-basket-shopping::before {
	content: "\f291";
}

.fa-grip-dots-vertical::before {
	content: "\e411";
}

.fa-gem::before {
	content: "\f3a5";
}

.fa-burst::before {
	content: "\e4dc";
}

.fa-chess-knight::before {
	content: "\f441";
}

.fa-8::before {
	content: "\38";
}

.fa-person-to-portal::before {
	content: "\e022";
}

.fa-game-board::before {
	content: "\f867";
}

.fa-person-walking-luggage::before {
	content: "\e554";
}

.fa-pen-paintbrush::before {
	content: "\f618";
}

.fa-buildings::before {
	content: "\e0cc";
}

.fa-cubes::before {
	content: "\f1b3";
}

.fa-pen-line::before {
	content: "\e212";
}

.fa-rhombus::before {
	content: "\e23b";
}

.fa-wave-square::before {
	content: "\f83e";
}

.fa-greater-than::before {
	content: "\3e";
}

.fa-lines-leaning::before {
	content: "\e51e";
}

.fa-signs-post::before {
	content: "\f277";
}

.fa-traffic-light-go::before {
	content: "\f638";
}

.fa-person-ski-jumping::before {
	content: "\f7c7";
}

.fa-columns-3::before {
	content: "\e361";
}

.fa-star::before {
	content: "\f005";
}

.fa-circle-2::before {
	content: "\e0ef";
}

.fa-face-nose-steam::before {
	content: "\e382";
}

.fa-waveform::before {
	content: "\f8f1";
}

.fa-square-7::before {
	content: "\e25c";
}

.fa-eyes::before {
	content: "\e367";
}

.fa-monkey::before {
	content: "\f6fb";
}

.fa-play::before {
	content: "\f04b";
}

.fa-repeat::before {
	content: "\f363";
}

.fa-rotate-left::before {
	content: "\f2ea";
}

.fa-caret-down::before {
	content: "\f0d7";
}

.fa-gear-complex::before {
	content: "\e5e9";
}

.fa-circle::before {
	content: "\f111";
}

.fa-circle-xmark::before {
	content: "\f057";
}

.fa-minus::before {
	content: "\f068";
}

.fa-plus::before {
	content: "\2b";
}

.fa-folder-image::before {
	content: "\e18a";
}

.fa-shuffle::before {
	content: "\f074";
}

.fa-border-outer::before {
	content: "\f851";
}

.fa-border-inner::before {
	content: "\f84e";
}

.fa-ghost::before {
	content: "\f6e2";
}

.fa-image::before {
	content: "\f03e";
}

.fa-magnifying-glass-plus::before {
	content: "\f00e";
}

.fa-magnifying-glass-minus::before {
	content: "\f010";
}

.fa-file-arrow-up::before {
	content: "\f574";
}

.fa-rotate::before {
	content: "\f2f1";
}

.fa-rocket-launch::before {
	content: "\e027";
}

.fa-circle-stop::before {
	content: "\f28d";
}

.fa-arrow-pointer::before {
	content: "\f245";
}

.fa-arrow-down::before {
	content: "\f063";
}

.fa-arrow-up::before {
	content: "\f062";
}

.fa-bars-staggered::before {
	content: "\f550";
}

.fa-arrow-up-long::before {
	content: "\f176";
}

.fa-arrow-down-a-z::before {
	content: "\f15d";
}

.fa-trash-list::before {
	content: "\e2b1";
}

.fa-notebook::before {
	content: "\e201";
}

.fa-arrow-down-z-a::before {
	content: "\f881";
}

.fa-arrow-down-1-9::before {
	content: "\f162";
}

.fa-arrow-down-short-wide::before {
	content: "\f884";
}

.fa-arrow-down-wide-short::before {
	content: "\f160";
}

.fa-arrow-right-long::before {
	content: "\f178";
}

.fa-semicolon::before {
	content: "\3b";
}

.fa-clone::before {
	content: "\f24d";
}

.fa-file-arrow-down::before {
	content: "\f56d";
}

.fa-clock::before {
	content: "\f017";
}

.fa-h1::before {
	content: "\f313";
}

.fa-arrow-down-arrow-up::before {
	content: "\f883";
}

.fa-arrow-right-to-line::before {
	content: "\f340";
}

.fa-music-note::before {
	content: "\f8cf";
}

.fa-waveform-lines::before {
	content: "\f8f2";
}

.fa-divide::before {
	content: "\f529";
}

.fa-ellipsis::before {
	content: "\f141";
}

.fa-slash-forward::before {
	content: "\2f";
}

.fa-ellipsis-vertical::before {
	content: "\f142";
}

.fa-forward-step::before {
	content: "\f051";
}

.fa-trash::before {
	content: "\f1f8";
}

.fa-arrows-left-right::before {
	content: "\f07e";
}

.fa-code-simple::before {
	content: "\e13d";
}

.fa-rotate-right::before {
	content: "\f2f9";
}

.fa-arrow-left::before {
	content: "\f060";
}

.fa-arrow-right::before {
	content: "\f061";
}

.fa-volume-slash::before {
	content: "\f2e2";
}

.fa-volume-high::before {
	content: "\f028";
}

.fa-music-slash::before {
	content: "\f8d1";
}

.fa-mug-saucer::before {
	content: "\f0f4";
}

.fa-cloud-rainbow::before {
	content: "\f73e";
}

.fa-moon-stars::before {
	content: "\f755";
}

.fa-table-rows::before {
	content: "\e292";
}

.fa-left::before {
	content: "\f355";
}

.fa-right::before {
	content: "\f356";
}

.fa-right-to-line::before {
	content: "\f34c";
}

.fa-left-to-line::before {
	content: "\f34b";
}

.fa-pencil::before {
	content: "\f303";
}

.fa-pen::before {
	content: "\f304";
}

.fa-circle-info::before {
	content: "\f05a";
}

.fa-clipboard-list::before {
	content: "\f46d";
}

:root,:host {
	--fa-style-family-classic: 'Font Awesome 6 Pro';
	--fa-font-light: normal 300 1em/1 'Font Awesome 6 Pro';
}

@font-face {
	font-family:'Font Awesome 6 Pro';font-style:normal;font-weight:300;font-display:block;src:url("../fontawesome/fonts/fa-light-300.woff2") format("woff2"),url("../fontawesome/fonts/fa-light-300.ttf") format("truetype");
}

.fa-light {
	font-weight: 300;
}

.game__container {
	text-align: center;
}

.games__content-list {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	text-align: center;
	gap: 3rem 0;
}

.games__content-list li {
	display: flex;
	justify-content: center;
	flex-basis: calc(33.33% - 3rem);
}

.games__content-list li a {
	font-size: 20px;
	flex-direction: column;
	text-transform: lowercase;
	gap: .5rem;
}

.games__content-list li span {
	font-size: 30px;
	width: 10rem;
	hyphens: auto;
	overflow-wrap: break-word;
}

.games__content-list .fa-light {
	font-size: 40px;
}

.info-games {
	border-top: 0;
	padding-top: 0;
	font-style: normal;
}

.info-games__title {
    text-align: center;
    margin-bottom: 2rem;
    font-weight: 400;
    font-size: 35px;
}

@media (max-width: 961px) {
	.games__content-list li {
		flex-basis: calc(50% - 0rem);
	}
}

.dark-theme .games__content-list .fa-light {
	color: #f7f9f9;
}