:root {
    --title-color: #000;
    --text-color: #000;
    --accent-color: #ff345c;
    --second-color: #089E4E;
    --ff-primary: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
    --header-bg: #eef0f8;
    --bg-color: #fff;
    --block-bg: #eef0f8;
    --breadcrumbs-bg: #1C1C1C;
    --breadcrumbs-text: #fff;
    --light-bg: var(--block-bg);
    --border-color: #ff345c;
    --faq-border-image: linear-gradient(90deg, var(--accent-color) 0%, var(--second-color) 100%);
    --how-to-counter-bg: linear-gradient(180deg, var(--accent-color) 0%, var(--accent-color) 100%);

    --table-bg: #ededf0;
    --table-second-bg: #e3e3e5;
    --table-thead-bg: #3156eb;
}

.lang {
    min-width: 112px;
}


.slots__name {
	color: inherit;
	text-align: center;
	font-weight: 700;
	margin-top: 0:
}

tr.s2 .about__payments-list li,
.about tr.s3 .about__list .about__list-item,
.about__list li:not(:last-child),
.toc__list,
.toc__link {
	border-color: #8c94b2;
}


.wp-block-table th {
	color: #fff;
}

.wp-block-table td {
	color: #000;
}


.footer__nav-list-item > a, .footer__nav-list-item > span {
	color: #3156eb;
}

.footer__nav-list-item > a:hover, .footer__nav-list-item > span {
    color: #3156eb;
}

.wrapper a:not([class]) {
	font-weight: 600;
    color: #3156eb;
}

.breadcrumbs__list-item:not(:first-child):before {
	color: #fff;
}

@media (max-width: 600px) {
	.footer__information_payments,
	.footer__navigations,
	.footer__information_socials {
		align-items: center;
	}
	
	.payments {
		justify-content: center;
	}
}


.header__nav-link {
	color: #000;
}