@import url('https://fonts.googleapis.com/css2?family=Inter&display=swap');

* {
	margin: 0;
	padding: 0;
	box-sizing: border-box;
	font-family: 'Inter', sans-serif;
}
.bg img {
	max-width: 100%;
}
.bg p {
	margin: 0 !important;
}
.container {
	max-width: 1095px;
	margin: 0 auto;
	padding: 0 15px;
}

.menu {
	display: flex;
	justify-content: center;
	flex-wrap: wrap;
	align-items: center;
	list-style: none;
}
.mobile-menu {
	display: none;
	justify-content: center;
	align-items: center;
	gap: 20px;
}

.posts {
    display:flex;
    justify-content: space-around;
    align-items:center;
    flex-wrap:wrap;
    text-align:center;
    margin:40px auto;
    flex-direction:row;
}

.posts__info {
    width:32%;
   border:1px solid #000000;
     margin-bottom:20px;
}
.posts__items {
    padding:15px;
    transition: transform 0.3s ease;
  
}
.posts__items img {
    width:100%;
}
.posts__items p {
    margin-top:15px;
}
.posts__items:hover {
    transform: scale(1.03);
}

.menu li {
	margin: 15px;
	color: #111;
	text-align: center;
	font-size: 16px;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
	text-transform: uppercase;
	transition: all 0.3s ease-in;
}

.menu li:hover {
	color: #cab1ff;
}

.menu li a {
	color: #fff;
	text-decoration: none;
	cursor: pointer;
	/* font-size: inherit; */
}

body {
	background: #0F1217;
}
body.hidden {
	overflow: hidden;
}

header {

	top: 0;
	left: 0;
	padding: 9px 0;
	width: 100%;
	z-index: 9;
	transition: all 0.3s ease-in;
}

.wrapper .container {
	max-width: 1095px;
	padding: 0 15px;
}

header .row {
	padding: 10px 0;
	position: relative;
	display: flex;
	justify-content: space-between;
	align-items: center;
}

header.active .menu {
	top: 60%;
}

header .row .logo {
	text-decoration: none;
	width: 11%;
	height: 45px;


	transform: translateX(-50%);
}

header .row a.logo {
	transition: all 0.3s ease-in;
}

/*header .row a.logo:hover {*/
/*	transform: scale(1.05);*/
/*}*/

header .row .logo p,
header .row .logo img {
	display: flex;
	width: auto;
	height: 100%;
}
.logo {
	height: 35px;
}
.logo p {
	height: 35px;
}
header .row .burger {
	display: none;
	align-items: center;
	height: 40px;
}

header .row .burger p {
	font-size: 16px;
	font-style: normal;
	font-weight: 600;
	line-height: normal;
	text-transform: uppercase;
	color: #111;
	transition: all 0.3s ease-in;
	cursor: pointer;
}

header .row .burger .toggle {
	margin: 0 0 0 15px;
	width: 72px;
	height: 20px;

	transition: all 0.3s ease-in;
	cursor: pointer;
}

header.active .row .burger .toggle {
	width: 40px;
	height: 40px;
}

.wrapper {
	position: relative;
	display: flex;
	flex-direction: column;
	width: 100%;
}

.inner {
	display: flex;
	flex-direction: column;
	padding: 30px 0 50px 0;
}

.inner h1 {
	margin: 0 0 20px 0;
	text-align: center;
	font-size: 64px;
	font-style: normal;
	font-weight: 400;
	line-height: 60px;
	color: #FFF;
}

.inner h1 span {
	font-size: 64px;
	line-height: 60px;
	color: var(--Green, #063191);
	font-weight: 400;
}

.inner p {
	margin: 0 0 40px 0;
	text-align: center;
	font-size: 18px;
	font-style: normal;
	font-weight: 400;
	line-height: 140%;
	color: #CACACA;
}

.inner .btn {
	display: flex;
	justify-content: center;
	padding: 20px 60px;
	align-items: center;
	border-radius: 58px;
	background: var(--Red, #e2213b);
	text-decoration: none;
	align-self: center;

	color: #111;
	font-size: 14px;
	font-style: normal;
	font-weight: 600;
	line-height: normal;
	text-transform: uppercase;
	transition: all 0.3s ease-in;
}

.inner .btn:hover {
	transform: scale(1.05);
}

.cnt {
	display: flex;
	flex-direction: column;
	margin: 0 auto;
}

.cnt h2 {
	margin: 0 0 35px 0;
	text-align: center;
	font-size: 48px;
	font-style: normal;
	font-weight: 400;
	line-height: 48px;
	color: #FFF;
}

.cnt h3, .menu__title {
	margin: 0 0 30px 0;
	text-align: center;
	font-size: 24px;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
	color: #FFF;
}

.cnt p,
.cnt span,
.cnt ul,
.cnt ol,
.cnt table {
	margin: 0 0 20px 0;
}

.cnt ul,
.cnt ol {
	display: flex;
	flex-direction: column;
	color: #CACACA;
}

.cnt p,
.cnt span,
.cnt li,
.cnt td,
.cnt th {
	font-size: 16px;
	text-align: center;
	font-style: normal;
	font-weight: 400;
	line-height: 140%;
}

table td:nth-child(2n),
table td:nth-child(2n) {
	font-weight: 400;
}

.cnt p.img-text {
	display: flex;
	width: 100%;
	height: auto;
	transition: all 0.3s ease-in;
}

.cnt p.img-text:hover {
	transform: scale(1.05);
}

.cnt p.img-text img {
	width: inherit;
	height: 100%;
}

.cnt li {
	align-self: center;
}
.cnt p {
	color: #CACACA;
}
.cnt span {
	font-weight: 400;
	color: #a5aabe;
}

table {
	width: 100%;
	overflow: auto;
	border-collapse: collapse;
	color:#fff;
}
td,
th {
	padding: 3px;
	width: 30px;
	height: 25px;
	text-align: left;
}
th {
	text-align: center;
	padding: 9px;
	background-color: #011644;
	/* border-radius: 9px 0 0 9px; */
}
th:nth-child(2n) {
	border-radius: 0 9px 9px 0;
	font-weight: 400;
}
td {
	text-align: center;
	padding: 9px;
	/* border-radius: 9px 0 0 9px; */
}
td:first-child {
	border-radius: 9px 0 0 9px;
}
td:last-child {
	border-radius: 0 9px 9px 0;
}
tr:nth-child(1n) {
	background-color: #1D232C;
	border-radius: 12px;
}
tr:nth-child(2n) {
	background-color: transparent;
}

footer {
	margin: 55px 0 0 0;
	padding: 16px 0;
	background-color: #0F1217;
}
footer .container {
	padding: 20px 15px 15px 15px;
	border-top: 1px solid #0C2867;
	display: flex;
	align-items: center;
	justify-content: space-between;
	flex-direction: column;
}
.showcase__wrapper {
	margin: 0 0 30px 0;
}
.showcase a {
	display: flex;
	text-decoration: none;
	width: 100%;

}
.showcase {
	display: flex;
	justify-content: space-between;
	align-items: center;
	margin: 0 0 10px 0;
}

.showcase__item {
	height: 95px;
	width: 100%;
	display: flex;
	align-items: center;
	gap: 35px;
	background: #1D232C;
	padding: 10px;
	border-radius: 27px 0 0 27px;
}
.showcase__item:nth-child(2n) {
	border-radius: 0 27px 27px 0;
}
.showcase .showcase__item:nth-child(2) {
	justify-content: flex-end;
}
.showcase__item p {
	margin: 0;
	height: 65px;
}
.showcase__img {
	padding: 0 0 0 60px;
	position: relative;
}
.cnt {
	counter-reset: my-counter 0;
}

.showcase__img::before {
	counter-increment: my-counter;
    content: counter(my-counter) " ";
	position: absolute;
	top: 0;
	left: 0;
	width: 37px;
	height: 100%;
	border-radius: 44px;
	background: var(--Green, #7B34FF);
	display: flex;
	justify-content: center;
	align-items: center;
	color: #fff;
	font-size: calc(36vw / var(--resizer) * 100);
	font-style: normal;
	font-weight: 800;
	line-height: calc(26vw / var(--resizer) * 100);
}
.showcase__img img {
	height: 100%;
	border-radius: 12px;
}
.showcase__title span {
	text-align: left;
	display: block;
	margin: 0 0 10px 0;
	color: #111;
	font-size: calc(28vw / var(--resizer) * 100);
	font-style: normal;
	font-weight: 400;
	line-height: calc(28vw / var(--resizer) * 100);
}
.showcase__title .showcase__rating {
	display: flex;
	min-width: 145px;
}
.showcase__title .showcase__rating-item {
	max-width: 25px;
	max-height: 25px;
}
.showcase__title .showcase__rating-item p {
	height: 25px;
}
.showcase__rating {
	display: none;
	gap: 5px;
}

.showcase__rating-item {
	max-width: 18px;
	max-height: 18px;
}
.showcase__rating-item p {
	height: 18px;
}
.showcase__rating-item img {
	width: 100%;
	height: 100%;
}

.showcase__btn {
	padding: 23px 55px;
	display: flex;
	justify-content: center;
	align-items: center;
	color: #0F1217;
	text-align: center;
	font-size: calc(16vw / var(--resizer) * 100);
	font-style: normal;
	font-weight: 400;
	line-height: calc(25vw / var(--resizer) * 100);
	border-radius: 58px;
	background: var(--Red, #11D8B3);
}
.showcase__bonus {
	color: #40FFBA;
	border-radius:14px;
	background: rgba(64, 255, 186, 0.13);
	padding: 12px 15px;
	text-align: center;

}
.inner.not-found h1 {
	color: #111;
	text-align: center;
	font-size: 215px;
	font-style: normal;
	font-weight: 400;
	line-height: 185px;
}
.inner.not-found h1 span {
	text-align: center;
	font-size: 215px;
	font-style: normal;
	font-weight: 400;
	line-height: 185px;
	color: #e2213b;
}
.inner.not-found h1 strong {
	text-align: center;
	font-size: 215px;
	font-style: normal;
	font-weight: 400;
	line-height: 185px;
	color: #063191;
}
.inner.not-found h2 {
	color: #111;
	text-align: center;
	font-size: 24px;
	font-style: normal;
	font-weight: 400;
	line-height: 24px;
	margin: 0 0 40px 0;
}
.inner.not-found .btn {
	color: #fff;
	border-radius: 58px;
	background: var(--Red, #e2213b);
}
.logos {
	width: 100%;
	display:flex;
	justify-content: space-between;
	align-items: center;
}
.logos__left {
	display:flex;
	align-items: center;
}
.logos__right {
	display:flex;
	align-items: center;
}
.logos__left img, .logos__right img {
	margin-left: 15px;
}
.anchor__menu a {
	color:inherit;
	text-decoration: none;
}.anchor__menu a:hover {
	color:#FC223F;

}
.showcase a:hover .showcase__btn {
	background:#771220;
}