*,
*::before,
*::after {
	box-sizing: border-box;
}
ul[class],
ol[class] {
	padding: 0;
}
body,
h1,
h2,
h3,
h4,
p,
li,
figure,
figcaption,
blockquote,
dl,
dd {
	margin: 0;
}
html {
	scroll-behavior: smooth;
	scroll-padding-top: 55px;
}
body {
	min-height: 100vh;
	scroll-behavior: smooth;
	text-rendering: optimizeSpeed;
	line-height: 1.5;
}
ul[class],
ol[class] {
	list-style: none;
}
a:not([class]) {
	-webkit-text-decoration-skip: ink;
	text-decoration-skip-ink: auto;
}
a[class] {
	text-decoration: none;
}
a {
	color: #000;
}
a:hover {
	color: #d6161b;
}
a img {
	transition: 0.3s;
}
a:hover img {
	filter: brightness(1.2);
}
::selection {
	color: #fff;
	background-color: #ad2121;
}
img {
	max-width: 100%;
	display: block;
	overflow: hidden;
}
input,
button,
textarea,
select {
	font: inherit;
	outline: none;
}
@media (prefers-reduced-motion: reduce) {
	* {
		-webkit-animation-duration: 0.01ms !important;
		animation-duration: 0.01ms !important;
		-webkit-animation-iteration-count: 1 !important;
		animation-iteration-count: 1 !important;
		transition-duration: 0.01ms !important;
		scroll-behavior: auto !important;
	}
}
@font-face {
	font-family: 'Roboto';
	src: url('../fonts/Roboto-Thin.eot');
	src: url('../fonts/Roboto-Thin.eot?#iefix') format('embedded-opentype'),
		url('../fonts/Roboto-Thin.woff2') format('woff2'),
		url('../fonts/Roboto-Thin.woff') format('woff'),
		url('../fonts/Roboto-Thin.ttf') format('truetype');
	font-weight: 100;
	font-style: normal;
	font-display: swap;
}
@font-face {
	font-family: 'Roboto';
	src: url('../fonts/Roboto-Medium.eot');
	src: url('../fonts/Roboto-Medium.eot?#iefix') format('embedded-opentype'),
		url('../fonts/Roboto-Medium.woff2') format('woff2'),
		url('../fonts/Roboto-Medium.woff') format('woff'),
		url('../fonts/Roboto-Medium.ttf') format('truetype');
	font-weight: 500;
	font-style: normal;
	font-display: swap;
}
@font-face {
	font-family: 'Roboto';
	src: url('../fonts/Roboto-Bold.eot');
	src: url('../fonts/Roboto-Bold.eot?#iefix') format('embedded-opentype'),
		url('../fonts/Roboto-Bold.woff2') format('woff2'),
		url('../fonts/Roboto-Bold.woff') format('woff'),
		url('../fonts/Roboto-Bold.ttf') format('truetype');
	font-weight: bold;
	font-style: normal;
	font-display: swap;
}
@font-face {
	font-family: 'Roboto';
	src: url('../fonts/Roboto-Black.eot');
	src: url('../fonts/Roboto-Black.eot?#iefix') format('embedded-opentype'),
		url('../fonts/Roboto-Black.woff2') format('woff2'),
		url('../fonts/Roboto-Black.woff') format('woff'),
		url('../fonts/Roboto-Black.ttf') format('truetype');
	font-weight: 900;
	font-style: normal;
	font-display: swap;
}
@font-face {
	font-family: 'Roboto';
	src: url('../fonts/Roboto-Regular.eot');
	src: url('../fonts/Roboto-Regular.eot?#iefix') format('embedded-opentype'),
		url('../fonts/Roboto-Regular.woff2') format('woff2'),
		url('../fonts/Roboto-Regular.woff') format('woff'),
		url('../fonts/Roboto-Regular.ttf') format('truetype');
	font-weight: normal;
	font-style: normal;
	font-display: swap;
}
@font-face {
	font-family: 'Roboto';
	src: url('../fonts/Roboto-Light.eot');
	src: url('../fonts/Roboto-Light.eot?#iefix') format('embedded-opentype'),
		url('../fonts/Roboto-Light.woff2') format('woff2'),
		url('../fonts/Roboto-Light.woff') format('woff'),
		url('../fonts/Roboto-Light.ttf') format('truetype');
	font-weight: 300;
	font-style: normal;
	font-display: swap;
}
@font-face {
	font-family: 'FontAwesome';
	src: url('../fonts/FontAwesome.eot?#iefix') format('embedded-opentype'),
		url('../fonts/FontAwesome.woff') format('woff'),
		url('../fonts/FontAwesome.ttf') format('truetype'),
		url('../fonts/FontAwesome.svg#FontAwesome') format('svg');
	font-weight: normal;
	font-style: normal;
	font-display: swap;
}
html {
	font-size: 10px;
}
body {
	font-size: 1.8rem;
	font-family: 'Roboto';
	background-color: rgb(11, 13, 14);
	color: #000;
}
h1 {
	font-size: 4rem;
	margin-bottom: 1.5rem;
	text-align: center;
}
h2 {
	font-size: 3.6rem;
}
h3 {
	font-size: 2.4rem;
}
h4 {
	font-size: 2.2rem;
}
.wrppr {
	width: 100%;
	max-width: 1140px;
	margin-left: auto;
	margin-right: auto;
	padding-left: 2rem;
	padding-right: 2rem;
}
.txxt {
	border: 10px solid rgb(34, 38, 42);
	background-color: #fff;
	padding-top: 2rem;
	padding-bottom: 2rem;
	box-shadow: 0 0 15px 1px rgba(0, 0, 0, 0.2);
}
.txxt > *:not(:last-child) {
	margin-bottom: 1rem;
}
.tabbl__wrppr {
	overflow-x: auto;
	width: 100%;
}
table {
	margin: 3rem 0;
	width: 100%;
	border-spacing: 0;
}

tr {
	background-color: #000;
	color: #fff;
	transition-duration: 0.3s;
}
tr:hover {
	background-color: rgba(215, 41, 45, 1);
	color: #fff;
}
tr:not(:last-of-type) td {
	border-bottom: 1px solid #fff;
}
td,
th {
	padding: 0.8rem 1.5rem;
	min-width: 120px;
}
td:not(:last-child) {
	position: relative;
}
td:not(:last-child)::after {
	content: '';
	display: flex;
	width: 1px;
	height: 60%;
	position: absolute;
	right: 0;
	top: 20%;
	background-color: rgba(255, 255, 255, 0.4);
}
th {
	/* background-color: #d6161b; */
	/* color: white; */
	border-bottom: 2px solid white;
}
th:not(:last-child) {
	position: relative;
}
th:not(:last-child)::after {
	content: '';
	display: flex;
	width: 1px;
	height: 60%;
	position: absolute;
	right: 0;
	top: 20%;
	background-color: rgba(255, 255, 255, 0.4);
}
table > *:first-child tr:first-child > *:first-child {
	border-top-left-radius: 0.5rem;
}
table > *:first-child tr:first-child > *:last-child {
	border-top-right-radius: 0.5rem;
}
table > *:last-child tr:last-child > *:first-child {
	border-bottom-left-radius: 0.5rem;
}
table > *:last-child tr:last-child > *:last-child {
	border-bottom-right-radius: 0.5rem;
}
.btn_white {
	background: #fff;
	color: #000;
	transition-duration: 0.3s;
	transition: all 0.3s ease;
}
.btn_white:hover {
	color: #000;
	box-shadow: 0 0 12px #fff;
}
.btn_blu {
	background-color: #d7292d;
	color: #fff;
	box-shadow: inset 0 25px 15px -15px #d7292d;
	transition: all 0.3s ease;
}
.btn_blu:hover {
	box-shadow: none;
	color: #fff;
	background-color: #ad2121;
}
.fa-icn {
	display: inline-block;
	font-family: FontAwesome;
	line-height: 1;
	font-weight: normal;
	font-style: normal;
}
.fa-icn__star:before {
	content: '\f005';
}
.navv {
	width: 100%;
	display: flex;
	justify-content: center;
	flex-direction: column;
	background: #f9f9f9;
	border: 1px solid #aaa;
	padding: 10px;
	margin-bottom: 10px;
}
.navv__caption {
	padding-left: 30px;
	font-weight: 700;
	color: #000;
	font-size: 2.4rem;
}
.navv nav ol {
	margin: 10px 0;
}
.navv nav ol li a {
	color: #000;
	text-decoration: none;
	letter-spacing: 0.5px;
}
.navv nav ol li a:hover {
	text-decoration: underline;
	color: #d6161b;
}
.lefft,
.o-right {
	width: 100%;
	border: 2px solid #d6161b;
}
@media (min-width: 414px) {
	.lefft,
	.o-right {
		max-width: 250px;
		width: auto;
		margin-bottom: 15px;
	}
}
@media (min-width: 414px) {
	.lefft {
		float: left;
		margin-right: 15px;
	}
}
@media (min-width: 414px) {
	.o-right {
		float: right;
		margin-left: 15px;
	}
}
.hedr {
	position: fixed;
	width: 100%;
	left: 0;
	top: 0;
	background-color: rgba(11, 13, 14, 0.25);
	border-bottom: 1px solid rgba(255, 255, 255, 0.25);
	transition-duration: 0.3s;
	z-index: 3;
}
.hedr.is-moved {
	background-color: rgb(34, 38, 42);
	box-shadow: rgb(11, 13, 14) 0px 0.66px 0px 0px;
}
.hedr__inner {
	padding-top: 1rem;
	padding-bottom: 1rem;
	display: flex;
	justify-content: space-between;
	align-items: center;
}
.hedr__logo {
	height: 2rem;
}
@media (min-width: 414px) {
	.hedr__logo {
		height: 3rem;
	}
}
.hedr__btn {
	font-size: 1.4rem;
	padding: 0.5rem 1rem;
	border-radius: 0.5rem;
	letter-spacing: 1px;
}
@media (min-width: 414px) {
	.hedr__btn {
		font-size: 1.6rem;
		padding: 0.5rem 2rem;
	}
}
.topp {
	background-position: 50%;
	height: 100vh;
	background-repeat: no-repeat;
	background-size: cover;
	min-height: 400px;
	margin-bottom: 4rem;
}

.topp.is-load {
	background-image: url('../main.webp');
	background-image: image-set(url('../main.webp') 1x, url('../main.webp') 2x);
}

.topp .wrppr {
	height: 100%;
}
.topp__inner {
	background-color: rgba(0, 0, 0, 0.4);
	height: 100%;
}
.topp__content {
	height: 100%;
	display: flex;
	justify-content: center;
	align-items: center;
	flex-direction: column;
	padding-top: 6rem;
	color: #fff;
}
.topp__btn {
	text-transform: uppercase;
	padding: 1rem 3rem;
	border-radius: 0.5rem;
	font-weight: 500;
	letter-spacing: 1px;
	z-index: 2;
	position: relative;
}
.topp h1 {
	z-index: 2;
	position: relative;
}

.topp__date {
	font-size: 4rem;
	margin-bottom: 2rem;
	font-weight: bold;
	z-index: 2;
	position: relative;
}
.topp__h3 {
	font-size: 2.4rem;
	font-weight: bold;
}
canvas {
	display: block;
	vertical-align: bottom;
}
#particles-js {
	top: 6.4rem;
	left: 0;
	position: absolute;
	width: 100%;
	height: calc(100% - 6.4rem);
	background-position: 50% 50%;
}
.fq {
	box-sizing: border-box;
	width: 100%;
}
summary::-webkit-details-marker {
	display: none;
}
summary::-moz-list-bullet {
	list-style-type: none;
}
summary::marker {
	display: none;
}
summary {
	padding: 14px 12px 0 12px;
	position: relative;
	border-radius: 6px;
	width: 100%;
	display: inline-block;
	text-align: left;
	cursor: pointer;
	box-sizing: border-box;
	color: white;
	background-color: #d6161b;
	font-weight: 700;
	border-bottom: 1px solid transparent;
	padding-bottom: 14px;
}
summary::before {
	content: '';
	position: absolute;
	display: flex;
	height: 3px;
	width: 19px;
	right: 10px;
	top: calc(50% - 1px);
}
summary::after {
	content: '';
	position: absolute;
	display: flex;
	height: 19px;
	width: 3px;
	right: 18px;
	transition-duration: 0.3s;
	top: calc(50% - 9px);
}
details[open] summary {
	border-color: #e4e5eb;
	border-radius: 6px 6px 0 0;
}
details[open] > summary::after {
	transform: rotate(90deg);
}
summary ~ * {
	-webkit-animation: sweep 0.8s;
	animation: sweep 0.8s;
}
summary:focus {
	outline: 0;
}
details {
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	-o-user-select: none;
	user-select: none;
	display: block;
	background-color: white;
	box-shadow: 0 10px 18px rgba(75, 74, 120, 0.14);
	border-radius: 6px;
	margin-bottom: 2rem;
}
details > div {
	margin: 0;
	padding: 20px 20px 20px 40px;
	text-align: left;
}
@-webkit-keyframes sweep {
	0% {
		color: transparent;
	}
	100% {
		color: #000;
	}
}
@keyframes sweep {
	0% {
		color: transparent;
	}
	100% {
		color: #000;
	}
}
.c-review__item {
	box-shadow: 5px 8px 8px rgba(75, 74, 120, 0.25);
	flex-direction: column;
	align-items: center;
}
@media (min-width: 414px) {
	.c-review__item {
		flex-direction: initial;
		align-items: initial;
	}
}
.c-review__item:nth-child(even) {
	display: flex;
	padding: 2rem;
	border: 1px solid #000;
	border-radius: 0.8rem;
	background-color: #d6161b;
	color: white;
	margin-bottom: 3rem;
}
.c-review__item:nth-child(odd) {
	display: flex;
	padding: 2rem;
	border: 1px solid #000;
	border-radius: 0.8rem;
	background-color: #0f5b94;
	color: white;
	margin-bottom: 3rem;
}
.c-review__img {
	width: 10rem;
	height: 10rem;
	margin-bottom: 1rem;
}
@media (min-width: 414px) {
	.c-review__img {
		margin-right: 2rem;
		margin-bottom: 0;
	}
}
.c-review__name {
	display: flex;
	margin-bottom: 1.2rem;
	font-weight: bold;
	font-size: 2.2rem;
	padding-bottom: 0.5rem;
	border-bottom: 1px solid rgba(255, 255, 255, 0.5);
	justify-content: center;
}
@media (min-width: 414px) {
	.c-review__name {
		justify-content: initial;
	}
}
.c-review__bottom {
	display: flex;
	justify-content: flex-end;
	margin-top: 2rem;
}
.c-review__btn {
	background: none;
	border: none;
	margin: 0;
	padding: 0;
	color: white;
	font-weight: bold;
	cursor: pointer;
}
.c-review__btn:hover {
	text-decoration: underline;
}
.futr {
	padding-top: 2rem;
	padding-bottom: 1rem;
	text-align: center;
	color: white;
}
.bannr {
	width: 100%;
	margin-bottom: 1rem;
	background: #f3f3f3;
	display: flex;
	flex-direction: column;
	padding: 10px;
}
.bannr__head {
	display: flex;
	flex-direction: row;
	width: 100;
	align-items: center;
	justify-content: space-between;
	background: #2a2a2a;
	margin-bottom: 10px;
	padding: 15px 10px;
}
.bannr__head-caption {
	font-weight: 700;
	font-size: 2.4rem;
	color: #fff;
}
.bannr__head-rate {
	display: flex;
	align-items: center;
}
.bannr__head-rate i {
	margin: 0 3px;
	color: #ffd700;
}
@media (max-width: 767px) {
	.bannr__head-rate {
		display: none;
	}
}
.bannr__head-value {
	margin-top: 3px;
	display: inline-block;
	color: #fff;
	font-family: Verdana;
	font-size: 1.6rem;
	margin-right: 7px;
}
.bannr__body {
	background: #f9f9f9;
	width: 100%;
	display: flex;
	flex-direction: column;
	align-items: center;
}
@media (min-width: 768px) {
	.bannr__body {
		flex-direction: row;
		justify-content: space-between;
		padding: 10px;
	}
}
.bannr__body img {
	max-width: 240px;
	width: 100%;
	margin-bottom: 10px;
}
@media (min-width: 768px) {
	.bannr__body img {
		margin-bottom: 0;
	}
}
.bannr__bdy-txt {
	text-align: center;
	color: #3b3a3a;
	margin-bottom: 10px;
	text-align: center;
	font-size: 2rem;
	font-weight: 500;
	line-height: 1.25;
}
.bannr__bdy-txt b {
	color: #f00;
	font-size: 2.4rem;
}
@media (min-width: 768px) {
	.bannr__bdy-txt {
		margin-bottom: 0;
	}
}
.bannr__body-lnk {
	width: 200px;
	height: 40px;
	line-height: 40px;
	text-align: center;
	font-size: 2rem;
	font-weight: 700;
	text-transform: uppercase;
	border-radius: 0.5rem;
	margin-bottom: 10px;
}
@media (min-width: 768px) {
	.bannr__body-lnk {
		margin-bottom: 0;
	}
}
.slts {
	width: 100%;
	margin-bottom: 1rem;
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	justify-content: center;
	align-items: center;
}
.slts__item {
	position: relative;
	margin: 3px;
	border: 1px solid #aaa;
}
.slts__itm-view {
	width: 100%;
	max-width: 205px;
}
.slts__item:hover .slts__ppp {
	display: flex;
}
.slts__ppp {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	width: 100%;
	height: 100%;
	display: none;
	flex-direction: column;
	align-items: center;
	justify-content: space-around;
	background: rgba(0, 0, 0, 0.6);
	padding: 20px 10px;
}
.slts__ppp-caption {
	width: 100%;
	text-align: center;
	color: #fff;
	font-weight: 500;
	font-size: 18px;
	word-wrap: break-word;
	white-space: nowrap;
	text-overflow: ellipsis;
	overflow: hidden;
}
.slts__ppp-link {
	width: 70%;
	height: 35px;
	display: flex;
	align-items: center;
	justify-content: center;
	color: #fff;
	border-radius: 0.5rem;
}
.topp__prm {
	text-align: center;
	font-size: 1.6rem;
	display: flex;
	flex-direction: column;
	align-items: center;
}
.topp__prm-title {
	font-weight: 600;
	margin-bottom: 1.5rem;
}
@media (min-width: 768px) {
	.topp__prm-title {
		font-size: 1.8rem;
	}
}
@media (min-width: 1200px) {
	.topp__prm-title {
		font-size: 2rem;
	}
}
.topp__prm-value {
	display: inline-block;
	border-radius: 0.5rem;
	padding: 0.8rem 1.5rem;
	margin: 1rem 0;
	border: none;
	background-color: rgba(239, 239, 239, 0.3);
	color: #fff;
	font-family: inherit;
	text-align: center;
	font-weight: 600;
	cursor: text;
}
.topp__prm-btn {
	border-radius: 1.5rem;
	background: transparent;
	display: flex;
	align-items: center;
	justify-content: center;
	cursor: pointer;
	font-size: 1.6rem;
	transition: 0.2s linear;
}

.topp__prm-copy {
	background: #fff;
	color: #000;
	font-size: 1.4rem;
	margin-bottom: 1rem;
	box-shadow: rgb(179, 179, 179) 0px 1px 0px 0px,
		rgba(0, 0, 0, 0.3) 0px 2px 2px 0px, rgba(0, 0, 0, 0.5) 0px 3px 6px 0px;
	outline: none;
	border: none;
}
.topp__prm-download {
	background: #ffce06;
}
.topp__prm-download:hover {
	background: #ecbd00;
}
.c-tooltip {
	position: relative;
	display: inline-block;
}
.c-tooltiptext {
	visibility: hidden;
	width: 140px;
	background-color: #555;
	color: #fff;
	text-align: center;
	border-radius: 6px;
	padding: 5px;
	position: absolute;
	z-index: 1;
	left: 50%;
	transform: translateX(-50%);
	top: -40px;
	opacity: 0;
	transition: opacity 0.3s;
}
.c-tooltiptext::after {
	content: '';
	position: absolute;
	top: 100%;
	left: 50%;
	margin-left: -5px;
	border-width: 5px;
	border-style: solid;
	border-color: #555 transparent transparent transparent;
}
.c-tooltip:hover .c-tooltiptext {
	visibility: visible;
	opacity: 1;
}
.wrppr {
	position: relative;
}

.notfound-body {
	margin: 0;
	padding: 0;
	position: relative;
	display: grid;
	place-content: center;
}
.notfound {
	display: grid;
	text-align: center;
	align-items: start;
	position: relative;
}
.notfound-bg {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	inset: 0;
	opacity: .2;
	object-fit: cover;
	width: 100%;
	height: 100%;
}
.notfound-number {
	color: #fff;
	font-size: 180px;
	font-weight: bold;
	line-height: 1;
}
.notfound-text {
	color: #fff;
	font-size: 18px;
	line-height: 1;
}
.notfound-link {
	display: inline-flex;
	align-items: center;
	font-size: 20px;
	padding: 10px 20px;
	border-radius: 0.5rem;
	letter-spacing: 1px;
	background: #fff;
	color: #000;
	transition-duration: 0.3s;
	transition: all 0.3s ease;
	width: max-content;
	margin: 40px auto;
}
.notfound-link:hover {
  	color: #000;
  	box-shadow: 0 0 12px #fff;
}
.notfound-link-img {
	height: 20px;
	object-fit: contain;
	margin-right: 5px;
}
.tg-link {
	display: inline-flex;
	align-items: center;
	grid-gap: 5px!important;
	color: white;
}