html,
body,
div,
span,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
pre,
a,
abbr,
address,
big,
blockquote,
cite,
code,
del,
dfn,
em,
img,
ins,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
form,
label,
input,
fieldset,
legend,
caption,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
menu,
main,
nav,
output,
section,
summary,
time,
mark,
audio,
video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
	border: none;
	outline: none;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section {
	display: block;
}
html,
body {
	height: 100%;
	width: 100%;
}
body {
	line-height: 1;
	-webkit-text-size-adjust: none;
	-moz-text-size-adjust: none;
	-ms-text-size-adjust: none;
	text-size-adjust: none;
}
*,
*:before,
*:after {
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}
* {
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	text-rendering: optimizeLegibility;
}
ol,
ul,
nav,
menu {
	list-style: none;
}
img,
video,
canvas {
	max-width: 100%;
	height: auto;
}
img {
	vertical-align: bottom;
}
a,
button {
	cursor: pointer;
	margin: 0;
	padding: 0;
}
a:hover,
button:hover {
	cursor: pointer;
}
a {
	text-decoration: none;
	color: inherit;
}
button {
	border: none;
	background: 0 0;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
	width: 100%;
}
th,
td {
	vertical-align: middle;
}
iframe {
	width: 100%;
}
@font-face {
	font-family: 'NotoSans Variable';
	src:
		url(../fonts/NotoSans-VariableFont_wdth%2Cwght.woff2)
			format('woff2 supports variations'),
		url(../fonts/NotoSans-VariableFont_wdth%2Cwght.woff2)
			format('woff2-variations');
	font-display: swap;
	font-weight: 100 900;
	font-stretch: 85% 100%;
}
:root {
	--light: #eff1ff;
	--light-hover: #d8dcf7;
	--bright: #c7d5e2;
	--dark_blue: #011228;
	--maincolor: #0049e5;
	--maincolorhover: #050087;
}
body {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	font-family: 'NotoSans Variable', sans-serif;
	color: #3f444a;
	background: #fff;
	line-height: 1.5;
}
.body_scroll {
	overflow: hidden;
}
.h1,
h1,
.h2,
h2,
.h3,
h3,
.h4,
h4,
.h5,
h5 {
	font-weight: 700;
	color: #000;
	margin-bottom: 20px;
}
.h1 img,
h1 img,
.h2 img,
h2 img,
.h3 img,
h3 img,
.h4 img,
h4 img,
.h5 img,
h5 img {
	margin: 0;
}
.h1 .flag,
h1 .flag,
.h2 .flag,
h2 .flag,
.h3 .flag,
h3 .flag,
.h4 .flag,
h4 .flag,
.h5 .flag,
h5 .flag {
	width: 32px;
	min-width: 32px;
}
.h1:has(img),
h1:has(img),
.h2:has(img),
h2:has(img),
.h3:has(img),
h3:has(img),
.h4:has(img),
h4:has(img),
.h5:has(img),
h5:has(img) {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: start;
	-ms-flex-pack: start;
	justify-content: flex-start;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	gap: 10px;
}
.h1,
h1 {
	font-size: 36px;
	line-height: 46px;
	color: #fff;
	margin-bottom: 15px;
}
@media screen and (max-width: 768px) {
	.h1,
	h1 {
		font-size: 32px;
		line-height: 40px;
	}
}
.h2,
h2 {
	font-size: 28px;
	line-height: 36px;
}
@media screen and (max-width: 768px) {
	.h2,
	h2 {
		font-size: 26px;
		line-height: 32px;
	}
}
.h3,
h3 {
	font-size: 24px;
	line-height: 32px;
}
.h4,
h4 {
	font-size: 22px;
	line-height: 28px;
}
.h5,
h5 {
	font-size: 20px;
	line-height: 26px;
}
.heading {
	color: #0f0e0e;
	font-size: 20px;
	font-weight: 700;
	line-height: 26px;
}
.section {
	margin-bottom: 50px;
}
.section_light {
	background: var(--light);
	padding: 50px 0;
}
@media screen and (max-width: 768px) {
	.section {
		margin-bottom: 40px;
	}
	.section_light {
		padding: 40px 0;
	}
}
a,
p,
ol:not([class]) li,
ul:not([class]) li {
	font-weight: 400;
	font-size: 16px;
	line-height: 24px;
}
p {
	margin-bottom: 20px;
}
p:last-child {
	margin-bottom: 0;
}
a:not([class]) {
	text-decoration: underline;
}
a:not([class]):hover {
	text-decoration: none;
}
.link {
	font-size: 15px;
	font-weight: 600;
	line-height: 23px;
	color: #485664;
}
.link:hover {
	text-decoration: underline;
}
b,
strong {
	font-weight: 700;
	color: #0f0e0e;
}
i,
em {
	font-style: italic;
	color: #0f0e0e;
}
table ol:not([class]) li,
table ul:not([class]) li,
.table ol:not([class]) li,
.table ul:not([class]) li {
	display: block;
}
ol:not([class]),
.tablecontent-list {
	counter-reset: number;
}
ol:not([class]) > li,
.tablecontent-list > li {
	position: relative;
	font-weight: 500;
	color: #0f0e0e;
	padding-left: 23px;
}
ol:not([class]) > li:before,
.tablecontent-list > li:before {
	position: absolute;
	counter-increment: number;
	content: counter(number) '. ';
	left: 0;
}
ol:not([class]) li a,
.tablecontent-list li a {
	font-weight: 500;
	text-decoration: none;
}
ol:not([class]) li a:hover,
.tablecontent-list li a:hover {
	text-decoration: underline;
	color: var(--dark_blue);
}
ul:not([class]) li {
	position: relative;
	font-weight: 500;
	padding-left: 15px;
}
ul:not([class]) li:before {
	position: absolute;
	content: '';
	width: 6px;
	height: 6px;
	border-radius: 100%;
	background: var(--dark_blue);
	left: 0;
	top: 9px;
}
ul:not([class]) li a:hover {
	text-decoration: underline;
	color: var(--dark_blue);
}
.list-check li,
.list-check-green li {
	position: relative;
	font-size: 15px;
	font-weight: 500;
	line-height: 23px;
	color: #0f0e0e;
	padding-left: 24px;
}
.list-check li:not(:last-child),
.list-check-green li:not(:last-child) {
	margin-bottom: 8px;
}
.list-check li:before,
.list-check-green li:before {
	position: absolute;
	content: '';
	left: 0;
}
.list-check li:before {
	width: 14px;
	height: 10px;
	background: center center/cover no-repeat;
	background-image: url(../images/sprite.svg#sprite--arrow-dark);
	top: 7px;
}
.list-check-green li:before {
	width: 14px;
	height: 12px;
	background: center center/cover no-repeat;
	background-image: url(../images/sprite.svg#sprite--check-green);
	top: 5px;
}
.list-ok li,
.list-not li {
	position: relative;
	font-weight: 500;
	font-size: 16px;
	line-height: 24px;
	color: #0f0e0e;
	padding-left: 30px;
}
.list-ok li:not(:last-child),
.list-not li:not(:last-child) {
	margin-bottom: 15px;
}
.list-ok li:before,
.list-not li:before {
	position: absolute;
	content: '';
	width: 20px;
	height: 20px;
	background-repeat: no-repeat;
	background-size: cover;
	left: 0;
	top: 2px;
}
.list-ok li:before {
	background-image: url(../images/sprite.svg#sprite--check-icon-ok);
}
.list-not li:before {
	background-image: url(../images/sprite.svg#sprite--cross-icon);
}
.side {
	gap: 15px 20px;
	margin-bottom: 30px;
}
.side__item {
	-webkit-box-flex: 1;
	-ms-flex: 1;
	flex: 1;
	min-width: 200px;
	border-radius: 15px;
	padding: 30px;
}
.side__item .heading {
	margin-bottom: 20px;
}
.side-pros {
	background: #d9ffec;
}
.side-cons {
	background: #ffd7de;
}
@media screen and (max-width: 768px) {
	.side__item {
		padding: 20px;
	}
}
summary {
	list-style: none;
}
summary::marker {
	display: none;
}
summary::-webkit-details-marker {
	display: none;
	color: transparent;
}
img {
	display: block;
	margin: 0 auto;
}
.figure {
	margin-bottom: 20px;
}
* {
	-webkit-transition: all 0.3s;
	-o-transition: all 0.3s;
	transition: all 0.3s;
}
.btn {
	display: block;
	height: 51px;
	line-height: 51px;
	border-radius: 100px;
	cursor: pointer;
	text-align: center;
	text-decoration: none;
	overflow: hidden;
	font-size: 16px;
	font-weight: 700;
	margin: 0 auto;
}
.btn:hover {
	text-decoration: none;
}
.btn_main {
	width: 220px;
	background: var(--maincolor);
	color: #fff;
}
.btn_main:hover {
	background: var(--maincolorhover);
}
.btn_more {
	width: 100%;
	background: var(--light);
	color: #485664;
}
.btn_more:hover {
	background: var(--light-hover);
}
.flexbox {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
}
.gridbox {
	display: grid;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
}
.disclaimer {
	border-radius: 15px;
	border: 2px solid var(--maincolor);
	padding: 25px;
	margin-bottom: 30px;
}
.disclaimer .heading {
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: start;
	-ms-flex-pack: start;
	justify-content: flex-start;
	gap: 10px;
	margin-bottom: 15px;
}
.disclaimer .heading .svg {
	width: 24px;
	min-width: 24px;
	height: 24px;
	fill: var(--maincolor);
}
.disclaimer p {
	font-weight: 500;
	color: #0f0e0e;
}
@media screen and (max-width: 768px) {
	.disclaimer {
		margin-bottom: 25px;
	}
}
.breadcrumbs {
	-webkit-box-pack: start;
	-ms-flex-pack: start;
	justify-content: flex-start;
	-ms-flex-line-pack: center;
	align-content: center;
	gap: 20px;
	margin-bottom: 35px;
}
.breadcrumbs__item,
.breadcrumbs-link {
	font-weight: 400;
	font-size: 15px;
	line-height: 23px;
}
.breadcrumbs__item {
	color: rgba(255, 255, 255, 0.8);
}
.breadcrumbs-link {
	position: relative;
	text-decoration: none;
	color: rgba(255, 255, 255, 0.5);
}
.breadcrumbs-link:hover {
	color: rgba(255, 255, 255, 0.8);
	text-decoration: underline;
}
.breadcrumbs-link:after {
	position: absolute;
	content: '';
	width: 7px;
	height: 11px;
	background: center center/cover no-repeat;
	background-image: url(../images/sprite.svg#sprite--arrow-light);
	top: 6px;
	right: -12px;
}
.soc {
	gap: 8px;
}
.soc-link {
	width: 30px;
	height: 30px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	border-radius: 5px;
	border: 1px solid var(--light);
	background: #fff;
}
.soc-link .svg {
	width: 12px;
	height: 12px;
	fill: var(--maincolor);
}
.soc-link:hover {
	background: var(--maincolor);
	border-color: var(--maincolor);
}
.soc-link:hover .svg {
	fill: #fff;
}
.scroll {
	overflow: auto;
	-ms-scroll-chaining: none;
	-webkit-overflow-scrolling: touch;
	-ms-overflow-style: -ms-autohiding-scrollbar;
	scrollbar-width: thin;
	scrollbar-color: #dcdfe9 transparent;
}
.scroll::-webkit-scrollbar {
	width: 4px;
	height: 50%;
}
.scroll::-webkit-scrollbar-track {
	background-color: transparent;
}
.scroll::-webkit-scrollbar-thumb {
	background-color: #dcdfe9;
	border-radius: 5px;
	min-height: 50%;
	min-width: 4px;
}
.scroll::-webkit-scrollbar-thumb:hover {
	background-color: #dcdfe9;
}
.scroll::-webkit-scrollbar-thumb:active {
	background-color: #dcdfe9;
}
.container {
	max-width: 1240px;
	padding: 0 20px;
	margin: 0 auto;
}
main {
	-webkit-box-flex: 1;
	-ms-flex: 1;
	flex: 1;
}
.articles {
	grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
	grid-gap: 20px;
	-webkit-box-pack: start;
	-ms-flex-pack: start;
	justify-content: flex-start;
}
.articles__item {
	max-width: 386px;
	border: 1px solid var(--bright);
	border-radius: 15px;
	padding: 25px;
}
.articles__item .update-title,
.articles__item .update-description {
	color: #0f0e0e;
}
.articles__item .update-title {
	font-weight: 500;
}
.articles-link {
	display: block;
	margin-bottom: 20px;
}
.articles-img {
	width: 100%;
	height: 170px;
	border-radius: 10px;
	overflow: hidden;
	margin-bottom: 15px;
}
.articles-img-img {
	width: 100%;
	height: 100%;
	-o-object-fit: cover;
	object-fit: cover;
	margin: 0;
}
.articles-img-img:hover {
	-webkit-transform: scale(1.05);
	-ms-transform: scale(1.05);
	transform: scale(1.05);
}
.articles .heading {
	-webkit-box-orient: vertical;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	overflow: hidden;
}
.articles .heading:hover {
	color: var(--dark_blue);
}
@media screen and (max-width: 768px) {
	.articles__item {
		padding: 20px;
	}
}
@media screen and (max-width: 550px) {
	.articles__item {
		max-width: 100%;
	}
}
.author_mini {
	border-radius: 15px;
	background: var(--light);
	padding: 25px;
	margin-bottom: 30px;
}
.author_mini .author-img {
	width: 60px;
	height: 60px;
}
.author_mini .author-name {
	font-size: 18px;
}
.author_mini .author-name.flexbox {
	-webkit-box-pack: start;
	-ms-flex-pack: start;
	justify-content: flex-start;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	gap: 6px;
}
.author_full {
	border-left: 2px solid var(--maincolor);
	-webkit-box-pack: start;
	-ms-flex-pack: start;
	justify-content: flex-start;
	-webkit-box-align: start;
	-ms-flex-align: start;
	align-items: start;
	gap: 20px;
	padding-left: 25px;
}
.author_full .author-author {
	width: 120px;
	min-width: 120px;
}
.author_full .author-name {
	font-size: 20px;
}
.author_full .author-img {
	width: 120px;
	height: 120px;
	margin-bottom: 15px;
}
.author_full .author-body {
	-webkit-box-flex: 1;
	-ms-flex: 1;
	flex: 1;
}
.author_full .soc {
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
}
.author-header {
	-webkit-box-pack: start;
	-ms-flex-pack: start;
	justify-content: flex-start;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	gap: 15px;
	margin-bottom: 15px;
}
.author-header .heading {
	margin-bottom: 5px;
}
.author-info {
	margin-bottom: 15px;
}
.author-name {
	font-weight: 700;
	line-height: 26px;
	color: #0f0e0e;
}
.author-check {
	width: 20px;
	min-width: 20px;
	height: 20px;
	margin: 0;
}
.author-position {
	font-size: 16px;
	font-weight: 400;
	line-height: 24px;
	color: #485664;
}
.author-img {
	border-radius: 100%;
	-o-object-fit: cover;
	object-fit: cover;
	margin: 0;
}
.author p {
	color: #0f0e0e;
	font-weight: 500;
}
@media screen and (max-width: 768px) {
	.author_full {
		-webkit-box-pack: center;
		-ms-flex-pack: center;
		justify-content: center;
		text-align: center;
		border-top: 2px solid var(--maincolor);
		border-left: none;
		padding-top: 20px;
		padding-left: 0;
	}
	.author_full .author-name {
		text-align: center;
	}
	.author_full .author-body {
		min-width: 100%;
	}
}
.faq {
	counter-reset: number;
	margin-bottom: 50px;
}
.faq__item {
	border-radius: 10px;
	border: 2px solid var(--bright);
	padding: 18px 20px;
}
.faq__item .heading {
	position: relative;
	font-size: 18px;
	line-height: 26px;
	padding-left: 24px;
	margin-bottom: 0;
}
.faq__item .heading:before {
	position: absolute;
	counter-increment: number;
	content: counter(number) '. ';
	left: 0;
	top: 0;
}
.faq__item:not(:last-child) {
	margin-bottom: 12px;
}
.faq__item .text {
	padding-top: 10px;
}
.faq__item[open] {
	border-color: var(--maincolor);
}
.faq__item[open] .faq-icon {
	background: var(--maincolor);
}
.faq__item[open] .faq-icon:after,
.faq__item[open] .faq-icon:before {
	background: #fff;
}
.faq__item[open] .faq-icon:after {
	-webkit-transform: rotate(0);
	-ms-transform: rotate(0);
	transform: rotate(0);
}
.faq-heading {
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-ms-flex-wrap: nowrap;
	flex-wrap: nowrap;
	gap: 10px;
	cursor: pointer;
}
.faq-icon {
	position: relative;
	width: 36px;
	min-width: 36px;
	height: 36px;
	border-radius: 100%;
	background: var(--light);
	margin-left: auto;
}
.faq-icon:before,
.faq-icon:after {
	position: absolute;
	content: '';
	width: 10px;
	height: 3px;
	background: #0f0e0e;
	top: calc(50% - 1.5px);
	left: calc(50% - 5px);
}
.faq-icon:after {
	-webkit-transform: rotate(-90deg);
	-ms-transform: rotate(-90deg);
	transform: rotate(-90deg);
	-webkit-transition: all 0.3s;
	-o-transition: all 0.3s;
	transition: all 0.3s;
}
@media screen and (max-width: 768px) {
	.faq {
		margin-bottom: 40px;
	}
}
.footer_top {
	background: #011228;
	padding: 50px 0;
}
.footer_top .container {
	gap: 40px;
	-webkit-box-pack: start;
	-ms-flex-pack: start;
	justify-content: flex-start;
}
.footer-navigation {
	-webkit-box-flex: 1;
	-ms-flex: 1;
	flex: 1;
	gap: 40px;
	-webkit-box-pack: start;
	-ms-flex-pack: start;
	justify-content: flex-start;
}
.footer-navigation__item {
	-webkit-box-flex: 1;
	-ms-flex: 1;
	flex: 1;
	min-width: 236px;
}
.footer-heading {
	color: #fff;
	font-size: 16px;
	font-weight: 600;
	line-height: 24px;
	margin-bottom: 15px;
}
.footer-list__item {
	line-height: 23px;
}
.footer-list__item:not(:last-child) {
	margin-bottom: 12px;
}
.footer-list-link {
	font-size: 15px;
	font-weight: 500;
	line-height: 23px;
	color: rgba(255, 255, 255, 0.8);
}
.footer-list-link:hover {
	color: #fff;
	text-decoration: underline;
}
.footer-info {
	width: 236px;
}
.footer-info .logo {
	display: block;
	margin-bottom: 25px;
}
.footer-info .logo img {
	margin: 0;
}
.footer_bottom {
	background: #010b19;
	padding: 25px 0;
}
.footer_bottom .container {
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	gap: 30px;
}
@media screen and (max-width: 992px) {
	.footer_top .container,
	.footer_bottom .container {
		-webkit-box-pack: center;
		-ms-flex-pack: center;
		justify-content: center;
	}
	.footer-navigation {
		min-width: 100%;
	}
}
@media screen and (max-width: 768px) {
	.footer_top {
		padding: 40px 0;
	}
	.footer_bottom {
		padding: 25px 0;
	}
}
@media screen and (max-width: 450px) {
	.footer-navigation {
		text-align: center;
	}
	.footer-navigation__item {
		min-width: 100%;
		text-align: center;
	}
	.footer-info {
		width: 100%;
		text-align: center;
	}
	.footer-info .logo img {
		margin-inline: auto;
	}
}
.address__item {
	position: relative;
	font-size: 14px;
	font-weight: 400;
	line-height: 20px;
	color: rgba(255, 255, 255, 0.8);
	padding-left: 40px;
}
.address__item:not(:last-child) {
	margin-bottom: 12px;
}
.address__item:before {
	position: absolute;
	content: '';
	width: 30px;
	height: 30px;
	background-repeat: no-repeat;
	background-size: cover;
	left: 0;
	top: calc(50% - 15px);
}
.address-address:before {
	background-image: url(../images/sprite.svg#sprite--mark);
}
.address-mail:before {
	background-image: url(../images/sprite.svg#sprite--mail);
}
@media screen and (max-width: 450px) {
	.address {
		text-align: left;
	}
}
.reliable-list {
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: start;
	-ms-flex-pack: start;
	justify-content: flex-start;
	gap: 15px 40px;
}
.reliable-list img {
	margin: 0;
}
@media screen and (max-width: 550px) {
	.reliable-list {
		-webkit-box-pack: center;
		-ms-flex-pack: center;
		justify-content: center;
	}
}
.copy {
	font-size: 15px;
	font-weight: 500;
	line-height: 23px;
	color: rgba(255, 255, 255, 0.5);
}
.header {
	position: absolute;
	width: 100%;
	z-index: 101;
	padding: 12px 0;
}
.header .container {
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	gap: 30px;
}
.header-bonus {
	border: 2px dashed #fff;
	border-radius: 10px;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	gap: 6px;
	-webkit-animation: jiggle 1s infinite linear;
	animation: jiggle 1s infinite linear;
	padding: 8px;
}
.header-bonus-img {
	width: 50px;
	height: 32px;
	border-radius: 5px;
	margin: 0;
	margin-right: 4px;
}
.header-bonus .svg {
	width: 14px;
	min-width: 14px;
	height: 14px;
	fill: #fff;
}
.header-bonus-bonus {
	font-size: 14px;
	font-weight: 600;
	line-height: 22px;
	color: #fff;
}
.header-bonus:hover {
	border-style: solid;
	background: #fff;
}
.header-bonus:hover .header-bonus-bonus {
	color: var(--dark_blue);
}
.header-bonus:hover .svg {
	fill: var(--dark_blue);
}
@media screen and (max-width: 768px) {
	.header-bonus {
		margin-left: auto;
	}
	.header-bonus .hidden {
		display: none;
	}
	.header .container {
		-webkit-box-pack: start;
		-ms-flex-pack: start;
		justify-content: flex-start;
		gap: 10px;
	}
}
@-webkit-keyframes jiggle {
	1% {
		-webkit-transform: translate(0px, 0px) rotate(0deg);
		transform: translate(0px, 0px) rotate(0deg);
	}
	5% {
		-webkit-transform: translate(1px, -1px) rotate(-1deg);
		transform: translate(1px, -1px) rotate(-1deg);
	}
	10% {
		-webkit-transform: translate(2px, -2px) rotate(0deg);
		transform: translate(2px, -2px) rotate(0deg);
	}
	15% {
		-webkit-transform: translate(3px, -3px) rotate(1deg);
		transform: translate(3px, -3px) rotate(1deg);
	}
	20% {
		-webkit-transform: translate(2px, -2px) rotate(0deg);
		transform: translate(2px, -2px) rotate(0deg);
	}
	25% {
		-webkit-transform: translate(1px, -1px) rotate(-1deg);
		transform: translate(1px, -1px) rotate(-1deg);
	}
	30% {
		-webkit-transform: translate(0px, 0px) rotate(0deg);
		transform: translate(0px, 0px) rotate(0deg);
	}
	35% {
		-webkit-transform: translate(-1px, 1px) rotate(1deg);
		transform: translate(-1px, 1px) rotate(1deg);
	}
	40% {
		-webkit-transform: translate(-2px, 2px) rotate(0deg);
		transform: translate(-2px, 2px) rotate(0deg);
	}
	45% {
		-webkit-transform: translate(-3px, 3px) rotate(-1deg);
		transform: translate(-3px, 3px) rotate(-1deg);
	}
	50% {
		-webkit-transform: translate(-2px, 2px) rotate(1deg);
		transform: translate(-2px, 2px) rotate(1deg);
	}
	55% {
		-webkit-transform: translate(-1px, 1px) rotate(1deg);
		transform: translate(-1px, 1px) rotate(1deg);
	}
	60% {
		-webkit-transform: translate(0px, 0px) rotate(0deg);
		transform: translate(0px, 0px) rotate(0deg);
	}
}
@keyframes jiggle {
	1% {
		-webkit-transform: translate(0px, 0px) rotate(0deg);
		transform: translate(0px, 0px) rotate(0deg);
	}
	5% {
		-webkit-transform: translate(1px, -1px) rotate(-1deg);
		transform: translate(1px, -1px) rotate(-1deg);
	}
	10% {
		-webkit-transform: translate(2px, -2px) rotate(0deg);
		transform: translate(2px, -2px) rotate(0deg);
	}
	15% {
		-webkit-transform: translate(3px, -3px) rotate(1deg);
		transform: translate(3px, -3px) rotate(1deg);
	}
	20% {
		-webkit-transform: translate(2px, -2px) rotate(0deg);
		transform: translate(2px, -2px) rotate(0deg);
	}
	25% {
		-webkit-transform: translate(1px, -1px) rotate(-1deg);
		transform: translate(1px, -1px) rotate(-1deg);
	}
	30% {
		-webkit-transform: translate(0px, 0px) rotate(0deg);
		transform: translate(0px, 0px) rotate(0deg);
	}
	35% {
		-webkit-transform: translate(-1px, 1px) rotate(1deg);
		transform: translate(-1px, 1px) rotate(1deg);
	}
	40% {
		-webkit-transform: translate(-2px, 2px) rotate(0deg);
		transform: translate(-2px, 2px) rotate(0deg);
	}
	45% {
		-webkit-transform: translate(-3px, 3px) rotate(-1deg);
		transform: translate(-3px, 3px) rotate(-1deg);
	}
	50% {
		-webkit-transform: translate(-2px, 2px) rotate(1deg);
		transform: translate(-2px, 2px) rotate(1deg);
	}
	55% {
		-webkit-transform: translate(-1px, 1px) rotate(1deg);
		transform: translate(-1px, 1px) rotate(1deg);
	}
	60% {
		-webkit-transform: translate(0px, 0px) rotate(0deg);
		transform: translate(0px, 0px) rotate(0deg);
	}
}
@media screen and (min-width: 1140px) {
	.navigation {
		overflow: visible;
		-webkit-box-flex: 1;
		-ms-flex: 1;
		flex: 1;
		-webkit-box-pack: center;
		-ms-flex-pack: center;
		justify-content: center;
	}
}
@media screen and (max-width: 1140px) {
	.navigation {
		position: fixed;
		z-index: 5;
		top: 66px;
		bottom: 0;
		right: 0;
		width: 0;
		background: var(--light);
		padding: 25px 0;
	}
	.navigation.open {
		width: 360px;
		padding: 25px 20px;
	}
}
@media screen and (max-width: 450px) {
	.navigation.open {
		width: 100%;
	}
}
.menu-link {
	position: relative;
	white-space: nowrap;
	font-size: 14px;
	font-weight: 600;
	line-height: 22px;
	color: #fff;
	text-transform: capitalize;
}
.menu-btn {
	position: relative;
	width: 10px;
	height: 10px;
}
.menu-btn:before {
	position: absolute;
	content: '';
	width: 12px;
	height: 7px;
	background: center center/cover no-repeat;
	background-image: url(../images/sprite.svg#sprite--arrow-white);
	top: calc(50% - 3.5px);
	left: calc(50% - 6px);
	-webkit-transition: all 0.3s;
	-o-transition: all 0.3s;
	transition: all 0.3s;
}
.menu-arr {
	position: relative;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	gap: 6px;
}
@media screen and (min-width: 1140px) {
	.menu {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-pack: start;
		-ms-flex-pack: start;
		justify-content: flex-start;
		-webkit-box-align: center;
		-ms-flex-align: center;
		align-items: center;
		gap: 30px;
	}
	.menu-arr:hover .menu-btn:before {
		-webkit-transform: rotate(-180deg);
		-ms-transform: rotate(-180deg);
		transform: rotate(-180deg);
	}
	.menu-arr:hover .downmenu {
		grid-template-rows: 1fr;
		padding-top: 23px;
	}
	.menu-arr:hover .downmenu-list {
		padding: 15px 10px;
	}
}
@media screen and (max-width: 1140px) {
	.menu {
		display: block;
		margin-bottom: 35px;
	}
	.menu__item:not(:last-child) {
		border-bottom: 1px solid var(--bright);
		padding-bottom: 20px;
		margin-bottom: 20px;
	}
	.menu-link {
		color: #0f0e0e;
	}
	.menu-arr.open .downmenu {
		grid-template-rows: 1fr;
	}
	.menu-arr.open .downmenu-list {
		padding-top: 20px;
	}
	.menu-arr.open .menu-btn:before {
		-webkit-transform: rotate(-180deg);
		-ms-transform: rotate(-180deg);
		transform: rotate(-180deg);
	}
	.menu-btn {
		margin-left: auto;
	}
	.menu-btn:before {
		background-image: url(../images/sprite.svg#sprite--arrow-icon);
	}
}
.downmenu {
	display: grid;
	grid-template-rows: 0fr;
}
.downmenu-list {
	overflow: hidden;
}
.downmenu__item {
	position: relative;
}
.downmenu__item:not(:last-child) {
	margin-bottom: 2px;
}
.downmenu-link {
	font-size: 14px;
	font-weight: 600;
	line-height: 22px;
}
@media screen and (min-width: 1140px) {
	.downmenu {
		position: absolute;
		top: 13px;
		left: -20px;
		overflow: hidden;
		width: 220px;
	}
	.downmenu-list {
		background: #fff;
		border-radius: 15px;
		padding: 0 10px;
	}
	.downmenu-link {
		color: #0f0e0e;
		display: block;
		border-radius: 5px;
		padding: 5px 10px;
	}
	.downmenu-link:hover {
		background: var(--light);
	}
}
@media screen and (max-width: 1140px) {
	.downmenu {
		min-width: 100%;
		width: 100%;
	}
	.downmenu-link {
		color: #485664;
	}
	.downmenu__item:not(:last-child) {
		margin-bottom: 15px;
	}
}
.hamburger {
	position: relative;
	width: 24px;
	height: 20px;
	text-align: center;
	cursor: pointer;
	-webkit-transition-property:
		opacity,
		-webkit-filter;
	transition-property:
		opacity,
		-webkit-filter;
	-o-transition-property: opacity, filter;
	transition-property: opacity, filter;
	transition-property:
		opacity,
		filter,
		-webkit-filter;
	-webkit-transition-duration: 0.15s;
	-o-transition-duration: 0.15s;
	transition-duration: 0.15s;
	-webkit-transition-timing-function: linear;
	-o-transition-timing-function: linear;
	transition-timing-function: linear;
}
.hamburger-inner,
.hamburger-inner:before,
.hamburger-inner:after {
	position: absolute;
	width: 100%;
	height: 2px;
	border-radius: 1.5px;
	-webkit-transition-property: -webkit-transform;
	transition-property: -webkit-transform;
	-o-transition-property: transform;
	transition-property: transform;
	transition-property:
		transform,
		-webkit-transform;
	-webkit-transition-duration: 0.15s;
	-o-transition-duration: 0.15s;
	transition-duration: 0.15s;
	-webkit-transition-timing-function: ease;
	-o-transition-timing-function: ease;
	transition-timing-function: ease;
	background: #fff;
}
.hamburger-inner {
	background: #fff;
	display: block;
	top: calc(50% - 1px);
}
.hamburger-inner:before,
.hamburger-inner:after {
	content: '';
	display: block;
	background: #fff;
	right: 0;
}
.hamburger-inner:before {
	width: 14px;
	top: 6px;
}
.hamburger-inner:after {
	width: 19px;
	bottom: 6px;
}
.hamburger.is_active .hamburger-inner {
	-webkit-transform: rotate(225deg);
	-ms-transform: rotate(225deg);
	transform: rotate(225deg);
	-webkit-transition-delay: 0.12s;
	-o-transition-delay: 0.12s;
	transition-delay: 0.12s;
	-webkit-transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
	-o-transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
	transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
}
.hamburger.is_active .hamburger-inner:before,
.hamburger.is_active .hamburger-inner:after {
	width: 24px;
}
.hamburger.is_active .hamburger-inner:before {
	opacity: 0;
}
.hamburger.is_active .hamburger-inner:after {
	bottom: 0;
	-webkit-transform: rotate(-90deg);
	-ms-transform: rotate(-90deg);
	transform: rotate(-90deg);
	-webkit-transition:
		bottom 0.1s ease-out,
		-webkit-transform 0.22s 0.12s cubic-bezier(0.215, 0.61, 0.355, 1);
	transition:
		bottom 0.1s ease-out,
		-webkit-transform 0.22s 0.12s cubic-bezier(0.215, 0.61, 0.355, 1);
	-o-transition:
		bottom 0.1s ease-out,
		transform 0.22s 0.12s cubic-bezier(0.215, 0.61, 0.355, 1);
	transition:
		bottom 0.1s ease-out,
		transform 0.22s 0.12s cubic-bezier(0.215, 0.61, 0.355, 1);
	transition:
		bottom 0.1s ease-out,
		transform 0.22s 0.12s cubic-bezier(0.215, 0.61, 0.355, 1),
		-webkit-transform 0.22s 0.12s cubic-bezier(0.215, 0.61, 0.355, 1);
}
.hamburger:hover {
	opacity: 0.7;
}
@media screen and (min-width: 1140px) {
	.hamburger {
		display: none;
	}
}
.hero {
	position: relative;
	background: var(--dark_blue);
	color: rgba(255, 255, 255, 0.8);
	padding: 109px 0 60px;
	margin-bottom: 45px;
}
.hero .container {
	position: relative;
}
.hero-bg {
	position: absolute;
	width: 100%;
	height: 100%;
	inset: 0;
	-o-object-fit: cover;
	object-fit: cover;
}
.hero .update {
	-webkit-box-pack: start;
	-ms-flex-pack: start;
	justify-content: flex-start;
	margin-bottom: 15px;
}
.hero .update__item:not(:last-child) {
	border-right: 1px solid rgba(214, 213, 220, 0.2);
	padding-right: 15px;
}
.hero .update-title {
	color: rgba(255, 255, 255, 0.8);
}
.hero .update-description {
	color: #fff;
}
.hero-header {
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	gap: 20px;
	margin-bottom: 25px;
}
.hero-header h1,
.hero-header .update {
	margin-bottom: 0;
}
.hero .card {
	gap: 15px 30px;
}
.hero .card-logo-link {
	width: 232px;
	min-width: 232px;
	height: 120px;
}
.hero .card-rating {
	width: 120px;
	min-width: 120px;
	text-align: center;
}
.hero .card-rating .rating-rating {
	color: #fff;
	margin-bottom: 8px;
}
.hero .card-rating .rating-number {
	color: #fff;
}
.hero .card-rating .rating-star {
	margin-inline: auto;
	margin-bottom: 8px;
}
.hero .card-rating .rating-review {
	font-size: 15px;
	font-weight: 400;
	line-height: 23px;
	color: var(--bright);
}
.hero .card-bonus .bonus {
	color: #fff;
}
.hero .card-title {
	font-size: 14px;
	font-weight: 500;
	line-height: 20px;
	color: var(--bright);
	margin-bottom: 8px;
}
.hero .card .list-check-green {
	-webkit-box-flex: 1;
	-ms-flex: 1;
	flex: 1;
	max-width: 260px;
}
.hero .card .list-check-green li {
	color: #fff;
}
.hero .card .btn {
	width: 230px;
	min-width: 230px;
}
.hero .card .tc {
	min-width: 100%;
	font-size: 14px;
	font-weight: 400;
	line-height: 23px;
	color: var(--bright);
}
@media screen and (max-width: 992px) {
	.hero .card {
		-webkit-box-pack: center;
		-ms-flex-pack: center;
		justify-content: center;
	}
	.hero .card-rating {
		min-width: 100%;
		width: 100%;
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-align: center;
		-ms-flex-align: center;
		align-items: center;
		-webkit-box-pack: center;
		-ms-flex-pack: center;
		justify-content: center;
		gap: 8px;
	}
	.hero .card-rating .rating-rating {
		margin-bottom: 0;
	}
	.hero .card-rating .rating-star {
		margin: 0;
	}
}
@media screen and (max-width: 768px) {
	.hero {
		padding: 89px 0 50px;
		margin-bottom: 35px;
	}
	.hero .card {
		gap: 20px;
	}
	.hero .card-bonus {
		max-width: 100%;
		min-width: 100%;
	}
	.hero .card .list-check-green {
		display: inline-block;
	}
	.hero .card .btn {
		min-width: 100%;
		width: 100%;
	}
	.hero-header {
		margin-bottom: 30px;
	}
}
@media screen and (max-width: 550px) {
	.hero .card-logo-link {
		width: 100%;
		min-width: 10%;
	}
	.hero .update__item {
		min-width: 100%;
	}
	.hero .update__item:not(:last-child) {
		border-right: none;
		padding-right: 0;
	}
}
.offers {
	display: block;
	counter-reset: number;
	border-radius: 15px;
	border: 1px solid var(--bright);
	margin-bottom: 25px;
}
.offers thead,
.offers tbody {
	display: block;
}
.offers tbody {
	padding: 25px;
}
.offers-header {
	border-radius: 15px 15px 0 0;
	background: var(--light);
	gap: 20px;
}
.offers-header__item {
	background: 0 0;
	text-align: center;
	font-size: 14px;
	font-weight: 700;
	line-height: 20px;
	color: #485664;
	text-transform: uppercase;
	-ms-flex-item-align: center;
	align-self: center;
	border-right: none;
	padding: 20px 15px;
}
.offers .card:not(:last-child) {
	border-bottom: 1px solid var(--bright);
	padding-bottom: 30px;
	margin-bottom: 30px;
}
.offers .card-logo-link {
	position: relative;
	margin-bottom: 12px;
}
.offers .card-logo-link:before {
	position: absolute;
	counter-increment: number;
	content: counter(number);
	width: 30px;
	height: 30px;
	border-radius: 100%;
	text-align: center;
	line-height: 30px;
	background: var(--light);
	font-size: 15px;
	font-weight: 700;
	color: #0f0e0e;
	top: -8px;
	left: -8px;
}
.offers .card-logo-link .img {
	width: 180px;
	height: 80px;
	margin-bottom: 10px;
}
@media screen and (max-width: 1050px) {
	.offers-header {
		display: none;
	}
	.offers .card {
		-webkit-box-pack: center;
		-ms-flex-pack: center;
		justify-content: center;
	}
	.offers .card-logo {
		-webkit-box-ordinal-group: 2;
		-ms-flex-order: 1;
		order: 1;
	}
	.offers .card-rating {
		-webkit-box-ordinal-group: 3;
		-ms-flex-order: 2;
		order: 2;
	}
	.offers .card-bonus {
		-webkit-box-ordinal-group: 4;
		-ms-flex-order: 3;
		order: 3;
		min-width: 100%;
		max-width: 100%;
	}
	.offers .card-list {
		-webkit-box-ordinal-group: 5;
		-ms-flex-order: 4;
		order: 4;
	}
	.offers .card-play {
		-webkit-box-ordinal-group: 6;
		-ms-flex-order: 5;
		order: 5;
	}
}
@media screen and (max-width: 768px) {
	.offers {
		margin-bottom: 20px;
	}
	.offers tbody {
		padding: 20px;
	}
	.offers .card-rating {
		min-width: 100%;
		max-width: 100%;
		width: 100%;
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-align: center;
		-ms-flex-align: center;
		align-items: center;
		-webkit-box-pack: center;
		-ms-flex-pack: center;
		justify-content: center;
		gap: 8px;
	}
	.offers .card-rating .rating-rating {
		margin-bottom: 0;
	}
}
@media screen and (max-width: 550px) {
	.offers .card {
		position: relative;
	}
	.offers .card:not(:last-child) {
		padding-bottom: 65px;
		margin-bottom: 25px;
	}
	.offers .card:last-child {
		padding-bottom: 65px;
	}
	.offers .card-list {
		max-width: 100%;
		min-width: 100%;
	}
	.offers .card-time {
		position: absolute;
		white-space: nowrap;
		bottom: 25px;
		left: 50%;
		-webkit-transform: translateX(-50%);
		-ms-transform: translateX(-50%);
		transform: translateX(-50%);
	}
	.offers .card-logo {
		width: 100%;
		min-width: 100%;
	}
	.offers .card-logo-link {
		margin-bottom: 0;
	}
	.offers .card-logo .img {
		width: 100%;
		height: 120px;
	}
	.offers .card-play {
		width: 100%;
		min-width: 100%;
	}
}
.card {
	position: relative;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	gap: 20px 30px;
}
.card:nth-child(2n) .card-td {
	background: 0 0;
}
.card-td {
	padding: 0;
}
.card-logo {
	width: 180px;
	min-width: 180px;
	text-align: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}
.card-logo-link {
	display: block;
	text-align: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	text-align: center;
}
.card-logo-link:hover .card-name {
	color: #0766e5;
}
.card .img {
	border-radius: 10px;
	width: 100%;
	height: 100%;
	-o-object-fit: cover;
	object-fit: cover;
}
.card-name {
	display: block;
	font-size: 14px;
	font-weight: 500;
	line-height: 20px;
	color: #485664;
}
.card-time {
	position: relative;
	display: inline-block;
	font-size: 14px;
	font-weight: 500;
	line-height: 20px;
	color: #485664;
	padding-left: 24px;
}
.card-time:before {
	position: absolute;
	content: '';
	width: 16px;
	height: 16px;
	background: center center/cover no-repeat;
	background-image: url(../images/sprite.svg#sprite--time-icon);
	left: 0;
	top: calc(50% - 8px);
}
.card-bonus {
	-webkit-box-flex: 1;
	-ms-flex: 1;
	flex: 1;
	max-width: 240px;
	text-align: center;
}
.card-bonus .bonus {
	font-size: 20px;
}
.card .bonus {
	font-weight: 700;
	line-height: 26px;
	color: #0f0e0e;
}
.card-list {
	-webkit-box-flex: 1;
	-ms-flex: 1;
	flex: 1;
	max-width: 270px;
}
.card-rating {
	width: 98px;
	min-width: 98px;
}
.card-rating .rating-star {
	display: inline-block;
}
.card-play {
	width: 220px;
	min-width: 220px;
	text-align: center;
}
.card-play .btn {
	margin-bottom: 15px;
}
.card .btn {
	width: 100%;
}
.bookmakers {
	grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
	grid-gap: 20px;
}
.bookmakers .card {
	max-width: 300px;
	-webkit-box-shadow: 4px 4px 20px 0px rgba(1, 6, 43, 0.12);
	box-shadow: 4px 4px 20px 0px rgba(1, 6, 43, 0.12);
	border-radius: 15px;
	background: #fff;
	padding: 20px;
}
.bookmakers .card-logo-link {
	margin-bottom: 8px;
}
.bookmakers .card .img {
	width: 100%;
	height: 100px;
	margin-bottom: 15px;
}
.bookmakers .card .bonus {
	font-size: 18px;
	text-align: center;
	margin-bottom: 15px;
}
.bookmakers .card .rating {
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	gap: 8px;
	margin-bottom: 15px;
}
.bookmakers .card .rating-rating {
	margin-bottom: 0;
}
@media screen and (max-width: 550px) {
	.bookmakers .card {
		max-width: 100%;
	}
}
.rating {
	position: relative;
	text-align: center;
}
.rating-number,
.rating-rating {
	font-size: 15px;
	font-weight: 700;
	line-height: 23px;
	color: #0f0e0e;
}
.rating-rating {
	margin-bottom: 8px;
}
.rating-star {
	position: relative;
	height: 16.72px;
	width: 83.6px;
}
.rating-star:before {
	position: absolute;
	content: '';
	background-image: url("data:image/svg+xml,%3Csvg width='17' height='14' viewBox='0 0 17 14' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cg clip-path='url(%23clip0_476_10449)'%3E%3Cpath d='M9.20557 4.55176L9.31885 4.79297L9.58252 4.83301L13.7651 5.47266L10.7241 8.59082L10.5483 8.77148L10.5884 9.02051L11.3062 13.4238L7.57568 11.3613L7.3335 11.2275L7.09131 11.3613L3.35986 13.4229L4.07861 9.01953L4.11963 8.77051L3.94287 8.58984L0.900879 5.47266L5.08447 4.83301L5.34814 4.79297L5.46143 4.55176L7.3335 0.5625L9.20557 4.55176Z' stroke='%23FFCE00'/%3E%3C/g%3E%3Cdefs%3E%3CclipPath id='clip0_476_10449'%3E%3Crect width='16' height='14' fill='white' transform='translate(0.333496)'/%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E");
	background-repeat: repeat-x;
	background-size: 16.72px;
	bottom: 0;
	display: block;
	height: 16.72px;
	left: 0;
	right: 0;
	top: 0;
	width: 83.6px;
}
.rating-span {
	display: block;
	text-indent: -10000px;
	width: 83.6px;
	height: 16.72px;
	position: absolute;
	overflow: hidden;
}
.rating-span:before {
	display: block;
	position: absolute;
	content: '';
	background-image: url("data:image/svg+xml,%3Csvg width='16' height='14' viewBox='0 0 16 14' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M13.6285 5.00733L9.32467 4.34991L7.39559 0.240913C7.2515 -0.0659204 6.74809 -0.0659204 6.604 0.240913L4.6755 4.34991L0.37167 5.00733C0.0181704 5.06158 -0.122996 5.4915 0.12492 5.74525L3.25159 8.95008L2.5125 13.4808C2.45359 13.8407 2.838 14.1108 3.15592 13.9341L7.00009 11.8096L10.8443 13.9347C11.1593 14.1097 11.5472 13.8448 11.4877 13.4814L10.7486 8.95066L13.8753 5.74583C14.1232 5.4915 13.9814 5.06158 13.6285 5.00733Z' fill='%23FFCE00'/%3E%3C/svg%3E");
	background-repeat: repeat-x;
	background-size: 16.72px;
	bottom: 0;
	height: 16.72px;
	left: 0;
	right: 0;
	text-indent: 10000px;
	top: 0;
}
.review-info {
	grid-template-columns: repeat(auto-fit, minmax(150px, 1fr));
	grid-gap: 10px;
	margin-bottom: 25px;
}
.review-info__item {
	border-radius: 10px;
	border: 1px solid var(--bright);
	text-align: center;
	padding: 15px;
}
.review-info-img {
	width: 24px;
	height: 24px;
	margin-bottom: 12px;
}
.review-info-title {
	font-size: 14px;
	font-weight: 500;
	line-height: 18px;
	color: #485664;
}
.review-info-heading {
	font-size: 18px;
	font-weight: 700;
	line-height: 26px;
	color: #0f0e0e;
}
.review-rating {
	border-radius: 15px;
	border: 1px solid var(--bright);
	padding: 30px;
	margin-bottom: 25px;
}
.review-rating-header {
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	gap: 20px;
	margin-bottom: 25px;
}
.review-rating .rating-total {
	position: relative;
	font-size: 18px;
	font-weight: 800;
	line-height: 26px;
	color: #0f0e0e;
	padding-left: 28px;
}
.review-rating .rating-total:before {
	position: absolute;
	content: '';
	width: 20px;
	height: 19px;
	background: center center/cover no-repeat;
	background-image: url(../images/sprite.svg#sprite--stars);
	left: 0;
	top: 4px;
}
.review-rating__item {
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	gap: 20px;
}
.review-rating__item:not(:last-child) {
	border-bottom: 1px solid var(--bright);
	padding-bottom: 15px;
	margin-bottom: 15px;
}
.review-rating__item .rating {
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	gap: 8px;
}
.review-rating__item .rating-rating {
	margin-bottom: 0;
}
.review-rating-title {
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	gap: 8px;
	font-size: 16px;
	font-weight: 500;
	line-height: 24px;
	color: #0f0e0e;
}
.review-rating-img {
	min-width: 20px;
	width: 20px;
}
@media screen and (max-width: 768px) {
	.review-rating {
		padding: 20px;
	}
	.review-rating-header {
		gap: 5px;
		margin-bottom: 20px;
	}
	.review-rating__item {
		gap: 5px;
	}
	.review-rating__item .rating {
		gap: 5px;
	}
	.review-rating__item .hidden {
		display: none;
	}
	.review-rating-title {
		gap: 5px;
		font-size: 14px;
	}
	.review-rating-img {
		min-width: 14px;
		width: 14px;
	}
}
.table_scroll {
	margin-bottom: 30px;
}
.table_scroll table {
	margin-bottom: 0;
}
@media screen and (max-width: 768px) {
	.table_scroll {
		width: calc(100% + 20px);
		margin-right: -20px;
	}
	.table_scroll table {
		width: 700px;
	}
}
table {
	border-radius: 15px;
	border: 1px solid var(--bright);
	border-collapse: separate;
	background: #fff;
	overflow: hidden;
	margin-bottom: 30px;
}
table tr:nth-child(even) td {
	background: #f7f8ff;
}
table th,
table td {
	vertical-align: middle;
	line-height: normal;
	text-align: left;
	font-size: 16px;
	line-height: 24px;
	padding: 20px;
}
table th {
	background: var(--light);
	font-weight: 700;
	color: #0f0e0e;
	white-space: nowrap;
}
table td {
	font-weight: 400;
	color: #0f0e0e;
}
table a,
table a:not([class]) {
	font-weight: 600;
	font-size: 15px;
	text-decoration: none;
	color: var(--maincolor);
}
table a:hover,
table a:not([class]):hover {
	text-decoration: underline;
}
table b {
	display: -webkit-inline-box;
	display: -ms-inline-flexbox;
	display: inline-flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	gap: 10px;
	white-space: nowrap;
}
table .b-img {
	width: 18px;
	min-width: 18px;
	height: 18px;
	margin: 0;
}
.tablecontent {
	border: 1px solid var(--bright);
	border-radius: 10px;
	padding: 25px 20px;
	margin-bottom: 50px;
}
.tablecontent.open .tablecontent-list {
	padding-top: 20px;
}
.tablecontent.open .tablecontent-block {
	grid-template-rows: 1fr;
}
.tablecontent.open .heading:after {
	-webkit-transform: rotate(-180deg);
	-ms-transform: rotate(-180deg);
	transform: rotate(-180deg);
}
.tablecontent .heading {
	position: relative;
	width: 100%;
	text-align: left;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: start;
	-ms-flex-pack: start;
	justify-content: flex-start;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	gap: 12px;
	width: 100%;
}
.tablecontent .heading:after {
	position: absolute;
	content: '';
	width: 16px;
	height: 9px;
	background: center center/cover no-repeat;
	background-image: url(../images/sprite.svg#sprite--arrow-icon);
	right: 0;
	top: calc(50% - 4.5px);
	-webkit-transition: all 0.3s;
	-o-transition: all 0.3s;
	transition: all 0.3s;
}
.tablecontent .heading .svg {
	width: 20px;
	min-width: 20px;
	height: 20px;
	fill: var(--maincolor);
}
.tablecontent-block {
	display: grid;
	grid-template-rows: 0fr;
}
.tablecontent-list {
	overflow: hidden;
}
.tablecontent-list li {
	line-height: 20px;
}
.tablecontent-list li a:not([class]),
.tablecontent-list li a {
	position: relative;
	display: inline-block;
	font-weight: 500;
	color: #0f0e0e;
	text-decoration: none;
}
.tablecontent-list li a:not([class]):hover,
.tablecontent-list li a:hover {
	color: var(--dark_blue);
	text-decoration: underline;
}
.tablecontent-list li:not(:last-child) {
	margin-bottom: 12px;
}
.tablecontent-list ul {
	margin-top: 12px;
}
@media screen and (max-width: 768px) {
	.tablecontent {
		margin-bottom: 40px;
	}
}
.update {
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	gap: 5px 15px;
}
.update-img {
	width: 40px;
	min-width: 40px;
	height: 40px;
	border-radius: 100%;
	-o-object-fit: cover;
	object-fit: cover;
	margin: 0;
	margin-right: 5px;
}
.update__item.flexbox {
	-webkit-box-pack: start;
	-ms-flex-pack: start;
	justify-content: flex-start;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	gap: 5px;
}
.update-title,
.update-description {
	font-size: 15px;
}
.update-title {
	font-weight: 400;
}
.update-description {
	font-weight: 700;
}
.update a.update-description {
	text-decoration: underline;
}
