@import url('https://fonts.googleapis.com/css2?family=Inter:wght@400;700&family=Paytone+One&display=swap');

* {
	margin: 0;
	padding: 0;
	box-sizing: border-box;
	font-family: 'Inter', sans-serif;
}
h1,
h2,
h3,
h4,
h5,
h6 {
	font-family: 'Paytone One', sans-serif;
}
:root {
	--resizer: 1440;
}

body {
	font-family: 'Inter', sans-serif;
	background-color: #151414;
	padding: calc(20vw / var(--resizer) * 100) 0;
}

main {
	position: relative;
	display: flex;
	flex-direction: column;
	width: 100%;
	height: 100%;
}

.container {
	margin: 0 auto;
	max-width: calc(1280vw / var(--resizer) * 100);
	width: 100%;
}

header {
	display: flex;
	justify-content: space-between;
	align-items: center;
	margin: 0 auto;
	padding: calc(20.5vw / var(--resizer) * 100) calc(30vw / var(--resizer) * 100);
	width: 100%;
	border-radius: 93px;
	border-bottom: 1px solid var(--white-5, rgba(255, 255, 255, 0.05));
	background: #242223;
}

header .logo {
	width: auto;
	height: calc(45vw / var(--resizer) * 100);
}

header .logo img,
header .logo p {
	width: inherit;
	height: inherit;
}

header nav {
	display: flex;
}
p span {
	font-size: 18px;
	font-style: normal;
	font-weight: 500;
	line-height: 160%;
	background: linear-gradient(94deg, #ffd056 0.45%, #d65a00 100%);
	background-clip: text;
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
}
header nav ul {
	display: flex;
	list-style: none;
}
header nav ul li {
	margin: 0 0 0 calc(30vw / var(--resizer) * 100);
	font-size: calc(14vw / var(--resizer) * 100);
	font-style: normal;
	font-weight: 400;
	line-height: normal;
	color: #fff;
	transition: 0.5s all linear;
}
header nav ul li:hover {
	color: #33ae33;
}
header nav ul li a {
	text-decoration: none;
	color: inherit;
}
header nav ul li:first-child {
	margin: 0;
}
header nav .burger {
	display: none;
}

.intro {
	display: flex;
	justify-content: space-between;
	margin: calc(20vw / var(--resizer) * 100) 0 0 0;
	border-radius: calc(93vw / var(--resizer) * 100);
	width: 100%;
}
.intro .row {
	display: flex;
	flex-direction: column;
	padding: calc(40vw / var(--resizer) * 100) calc(40vw / var(--resizer) * 100)
		calc(45vw / var(--resizer) * 100) calc(40vw / var(--resizer) * 100);
	width: 49%;
	border-radius: calc(43vw / var(--resizer) * 100);
	justify-content: center;
	background: url('../img/left.png') 0 0 / cover no-repeat;
}
.intro .row h1 {
	position: relative;
	font-family: 'Paytone One', sans-serif;
	font-size: calc(45vw / var(--resizer) * 100);
	font-style: normal;
	font-weight: 600;
	line-height: 100%;
	color: #ffffff;
	z-index: 2;
}
.intro .bg {
	width: 49%;
	background: url('../img/block.png') center / cover no-repeat;
	border-radius: calc(43vw / var(--resizer) * 100);
}
.intro .row p {
	margin: calc(25vw / var(--resizer) * 100) 0 0 0;
	font-size: calc(18vw / var(--resizer) * 100);
	font-style: normal;
	font-weight: 500;
	line-height: 155%;
	color: #ffffff;
}
.btn {
	align-self: flex-start;
	margin: calc(30vw / var(--resizer) * 100) auto 0 auto;
	padding: calc(25vw / var(--resizer) * 100) calc(65vw / var(--resizer) * 100);
	border-radius: 100px;
	background: #33ae33;
	box-shadow: 0px 4px 6px 0px rgba(255, 255, 255, 0.31) inset;
	font-size: calc(16vw / var(--resizer) * 100);
	font-style: normal;
	font-weight: 500;
	line-height: normal;
	color: #fff;
	text-decoration: none;
	transition: 0.5s all linear;
}
.btn:hover {
	transform: scale(1.1);
}

.cnt {
	display: flex;
	flex-direction: column;
}

.cnt .block {
	margin: calc(30vw / var(--resizer) * 100) 0 0 0;
	padding: calc(52vw / var(--resizer) * 100) calc(41vw / var(--resizer) * 100);
	border-radius: calc(43vw / var(--resizer) * 100);
	background: #5d575a29;
	backdrop-filter: blur(calc(80vw / var(--resizer) * 100));
}

.cnt h2 {
	font-family: 'Paytone One', sans-serif;
	margin: 0 0 calc(30vw / var(--resizer) * 100) 0;
	font-size: calc(32vw / var(--resizer) * 100);
	font-style: normal;
	font-weight: 600;
	line-height: 104.9%;
	color: #ffffff;
}
.cnt strong {
	display: block;
	font-family: 'Paytone One', sans-serif;
	margin: 0 0 calc(30vw / var(--resizer) * 100) 0;
	font-size: calc(32vw / var(--resizer) * 100);
	font-style: normal;
	font-weight: 600;
	line-height: 104.9%;
	color: #ffffff;
}
.cnt .pageMenu li a {
	color: #33ae33;
}
.cnt h3 {
	font-family: 'Paytone One', sans-serif;
	margin: 0 0 calc(30vw / var(--resizer) * 100) 0;
	font-size: calc(26vw / var(--resizer) * 100);
	font-style: normal;
	font-weight: 600;
	line-height: 104.9%;
	color: #ffffff;
}
.cnt p,
.cnt li,
.cnt td,
.cnt th {
	font-size: calc(16vw / var(--resizer) * 100);
	font-style: normal;
	font-weight: 400;
	line-height: 155%;
	color: #ffffff;
}

.cnt p {
	margin: 0 0 calc(25vw / var(--resizer) * 100) 0;
}

.cnt p.img-text {
	display: flex;
	width: 100%;
	height: auto;
}

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

.cnt ul,
.cnt ol {
	margin: 0 0 calc(15vw / var(--resizer) * 100) 0;
	padding: 0 0 0 calc(30vw / var(--resizer) * 100);
}

.table {
	width: 100%;
	overflow: auto;
}

table {
	width: 100%;
	overflow: auto;
	border-spacing: 0 calc(10vw / var(--resizer) * 100);
	margin: calc(30vw / var(--resizer) * 100) 0;
}
td,
th {
	width: 50%;
	padding: calc(9vw / var(--resizer) * 100) calc(16vw / var(--resizer) * 100);
	border: 2px solid rgba(255, 255, 255, 0.18);
}
table td:nth-child(2n),
table th:nth-child(2n) {
	font-weight: 700;
}

th {
	text-align: left;
}

.cnt tr td:first-child,
.cnt tr th:first-child {
	border-radius: 9px 0px 0px 9px;
}
.cnt tr td:last-child,
.cnt tr th:last-child {
	border-radius: 0px 9px 9px 0px;
}

.out {
	display: flex;
	flex-direction: column;
	margin: calc(20vw / var(--resizer) * 100) 0;
}

.out .item {
	display: flex;
	justify-content: space-between;
	margin: 0 0 calc(15vw / var(--resizer) * 100) 0;
	padding: 0 calc(10vw / var(--resizer) * 100) 0 0;
	border-radius: calc(11vw / var(--resizer) * 100);
	background: rgba(2, 9, 178, 0.16);
	height: calc(110vw / var(--resizer) * 100);
	overflow: hidden;
}

.out .item .place {
	display: flex;
	justify-content: center;
	align-items: center;
	color: #fff;
	font-size: calc(30vw / var(--resizer) * 100);
	font-style: normal;
	font-weight: 800;
	line-height: 87.023%;
	background-color: #0e30e6;
	height: calc(110vw / var(--resizer) * 100);
	width: calc(40vw / var(--resizer) * 100);
}

.out .item .btn {
	margin: 0;
	align-self: center;
}

.out .img-cov {
	display: flex;
	align-items: center;
	height: calc(110vw / var(--resizer) * 100);
	text-decoration: none;
	color: #fff;
}
.out .img-cov img,
.out .img-cov p {
	margin: 0;
	width: calc(200vw / var(--resizer) * 100);
	height: 100%;
}
.out .img-cov span {
	margin: 0 0 0 calc(17vw / var(--resizer) * 100);
	font-size: calc(18vw / var(--resizer) * 100);
	font-style: normal;
	font-weight: 700;
	line-height: 160%;
}

.out .rate {
	background: url('../img/rate.png') center / cover no-repeat;
	width: calc(135vw / var(--resizer) * 100);
	height: calc(21vw / var(--resizer) * 100);
	align-self: center;
}

.out .l {
	display: flex;
}

footer {
	display: flex;
	margin: calc(30vw / var(--resizer) * 100) 0 0 0;
	padding: calc(23vw / var(--resizer) * 100);
	max-width: calc(1280vw / var(--resizer) * 100);
	width: 100%;
	border-radius: 93px;
	border-bottom: 1px solid var(--white-5, rgba(255, 255, 255, 0.05));
	background: #242223;
}

footer .logo {
	display: none;
	width: auto;
}

footer .logo p,
footer .logo img {
	width: inherit;
	height: inherit;
}
footer {
	display: flex;
	justify-content: center;
	align-items: center;
	gap: 30px;
}
footer .socials {
	height: 30px;
}
footer ul {
	display: flex;
	justify-content: center;
	list-style: none;
}
footer ul li {
	margin: 0 calc(15vw / var(--resizer) * 100);
	font-size: calc(14vw / var(--resizer) * 100);
	font-style: normal;
	font-weight: 400;
	line-height: normal;
	color: #fff;
	transition: 0.5s all linear;
}
footer ul li a {
	color: inherit;
	text-decoration: none;
}

footer ul li:hover {
	color: #33ae33;
}
.showcase__wrapper {
	margin: 0 0 60px 0;
	counter-reset: showcase;
}
.showcase {
	display: flex;
	justify-content: space-between;
	align-items: center;
	margin: 0 0 10px 0;
}

.showcase__item {
	width: 100%;
	height: 88px;
	display: flex;
	align-items: center;
	gap: 17px;
	background: #5d575a29;
	padding: 0 10px 0 0;
	border-radius: 11px 0 0 11px;
}
.showcase__item:nth-child(2n) {
	border-radius: 0 11px 11px 0;
}
.showcase .showcase__item:nth-child(2) {
	justify-content: space-between;
}
.showcase__item p {
	margin: 0;
	height: 88px;
}
.showcase__img {
	padding: 0 0 0 40px;
	position: relative;
	counter-increment: showcase;
}
.showcase__img img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}
.showcase__img::before {
	content: counter(showcase);
	position: absolute;
	top: 0;
	left: 0;
	width: 40px;
	height: 100%;
	border-radius: 10px 0 0 10px;
	background: #fdab0f;
	display: flex;
	justify-content: center;
	align-items: center;
	color: #fff;
	font-size: calc(30vw / var(--resizer) * 100);
	font-style: normal;
	font-weight: 800;
	line-height: calc(26vw / var(--resizer) * 100);
}
.showcase__title {
	color: #fff;
	font-size: calc(18vw / var(--resizer) * 100);
	font-style: normal;
	font-weight: 700;
	line-height: calc(28vw / var(--resizer) * 100);
}

.showcase__rating {
	display: flex;
	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: 18px 75px;
	display: flex;
	justify-content: center;
	align-items: center;
	color: #fff;
	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: 10px;
	border-radius: 100px;
	background: #33ae33;
	box-shadow: 0px 4px 6px 0px rgba(255, 255, 255, 0.31) inset;
	box-shadow: 0px 4px 6px 0px rgba(255, 255, 255, 0.31) inset;
}
.intro .row.not-found {
	width: 100%;
	background: none;
}
.intro .row.not-found h1 {
	text-align: center;
	font-size: 260px;
	line-height: 260px;
}
.intro .row.not-found h2 {
	text-align: center;
	font-size: 20px;
	line-height: 20px;
	color: #fff;
	font-style: normal;
	font-weight: 400;
}
.info__wrapper {
	margin: 60px 0;
	display: flex;
	justify-content: space-between;
	align-items: center;
	gap: 17px;
	width: 100%;
	overflow-x: auto;
}
.info {
	min-width: 330px;
	min-height: 290px;
}
.info__bottom {
	position: relative;
	border-radius: 0 0 23px 23px;
	background: #181617;
}
.info__bottom::before {
	content: '';
	position: absolute;
	top: -75px;
	left: 0;
	width: 100%;
	height: 100%;
	background: linear-gradient(
		0deg,
		#161616 0.47%,
		rgba(21, 21, 21, 0.95) 50.66%,
		rgba(20, 20, 20, 0.5) 79.73%,
		rgba(19, 19, 19, 0) 93.49%
	);
}
.info img {
	border-radius: 23px 23px 0 0;
	max-width: 100%;
}
.info span {
	display: block;
	margin: -5px 0 0 0;
	padding: 15px 20px 20px 20px;
	color: #fff;
	text-align: center;
	font-size: 23px;
	font-style: normal;
	font-weight: 700;
	line-height: normal;
}

.img-cov {
	max-width: 605px;
	width: 100%;
	height: 100%;
	margin: 15px auto !important;
}
.img-cov img {
	width: 100%;
	height: 100%;
	border-radius: 20px;
}

@media screen and (max-width: 768px) {
	.showcase {
		flex-direction: column;
		border-radius: 6px;
		padding: 0;
		gap: 7px;
	}
	.showcase__item {
		gap: 0;
		border-radius: 9px !important;
		padding: 0;
	}
	.showcase__title {
		padding: 0 0 0 13px;
		font-size: 12px;
	}
	.showcase__img {
		min-width: 215px;
		padding: 0 0 0 18px;
	}
	.showcase__img::before {
		width: 20px;
		border-radius: 9px 0 0 9px;
		font-size: 14px;
	}
	.showcase__img img {
		height: 100%;
		border-radius: 0;
		margin: 0 !important;
	}
	.showcase__img p {
		margin: 0 !important;
	}
	.showcase__rating {
		justify-content: center;
		min-width: 215px;
		padding: 0 15px;
	}
	.showcase__btn {
		padding: 16px 0;
		font-size: 16px;
		width: 100%;
		height: 100%;
		border-radius: 9px;
	}
	.intro .row.not-found h1 {
		font-size: 110px;
		line-height: 110px;
	}
	.info {
		min-width: 260px;
		min-height: 260px;
	}
	.info__wrapper {
		margin: 30px 0;
	}
}

@media screen and (max-width: 600px) {
	body {
		padding: 15px 0;
	}
	header {
		position: relative;
		top: auto;
		left: auto;
		transform: none;
		margin: 0 auto;
		padding: 20px 14px;
		max-width: 100%;
		border-radius: 93px;
	}

	header nav ul {
		padding: 40px 15px 20px 15px;
		position: absolute;
		top: -1000%;
		left: 0;
		background-color: #151414;
		flex-direction: column;
		z-index: 99999;
		width: 100%;
		transition: 0.5s all linear;
	}
	header.active nav ul {
		top: 100px;
	}
	header nav ul li:first-child {
		margin: 0 0 20px 0;
	}
	header nav ul li {
		margin: 0 0 20px 0;
		font-size: 12px;
		color: #ffffff;
	}
	header nav .burger {
		display: block;
		width: 45px;
		height: 15px;
		background: url('../img/burger.svg') center / cover no-repeat;
		border: none;
		transition: 0.5s all linear;
	}
	header.active nav .burger {
		width: 45px;
		height: 45px;
		background: url('../img/close.svg') center / contain no-repeat;
	}

	header .logo {
		height: 35px;
	}

	.intro {
		margin: 20px 0 0 0;
		flex-direction: column-reverse;
		border-radius: 0;
	}

	.intro .bg {
		width: 100%;
		height: 200px;
		border-radius: 30px;
	}
	.container {
		max-width: 100%;
		padding: 0 15px;
	}

	.intro .row {
		margin: 20px 0 0 0;
		width: 100%;
		height: auto;
		border-radius: 30px;
	}
	.intro .row h1 {
		font-size: 32px;
	}
	.intro .row p {
		margin: 13px 0 0 0;
		font-size: 14px;
	}
	.btn {
		display: flex;
		justify-content: center;
		margin: 13px 0 0 0;
		padding: 15px;
		width: 100%;
		font-size: 14px;
	}
	.cnt {
		padding: 20px 0 0 0;
	}

	.cnt .block {
		margin: 20px 0 0 0;
		padding: 24px 15px;
		border-radius: 30px;
		backdrop-filter: blur(80px);
	}

	.cnt h2 {
		margin: 0 0 20px 0;
		font-size: 24px;
	}

	.cnt h3 {
		margin: 0 0 20px 0;
		font-size: 20px;
	}

	.cnt p,
	.cnt li,
	.cnt td,
	.cnt th {
		font-size: 12px;
	}

	.cnt p {
		margin: 0 0 15px 0;
	}

	table {
		border-spacing: 0 10px;
		margin: 20px 0;
	}
	td,
	th {
		padding: 9px 16px;
	}

	th {
		text-align: left;
	}

	.cnt tr td:first-child,
	.cnt tr th:first-child {
		border-radius: 9px 0px 0px 9px;
	}
	.cnt tr td:last-child,
	.cnt tr th:last-child {
		border-radius: 0px 9px 9px 0px;
	}

	footer {
		flex-direction: column;
		margin: 20px 0 0 0;
		padding: 0 0 14px 0;
		max-width: 100%;
		width: 100%;
		border-radius: 30px;
	}
	footer ul {
		justify-content: space-around;
		flex-wrap: wrap;
	}
	footer ul li {
		margin: 15px 0 0 0;
		font-size: 12px;
		width: 38%;
		text-align: center;
	}

	.out {
		margin: 20px 0;
	}

	.out .item {
		margin: 0 0 10px 0;
		padding: 0 10px 0 0;
		border-radius: 9px;
		height: auto;
		flex-wrap: wrap;
	}

	.out .item .l {
		margin: 0 0 7px 0;
		width: 100%;
	}

	.out .img-cov {
		height: auto;
	}

	.out .img-cov img,
	.out .img-cov p {
		margin: 0;
		width: auto;
		height: 50px;
	}

	.out .item .place {
		font-size: 14px;
		height: 50px;
		width: 20px;
	}

	.out .img-cov span {
		margin: 0 0 0 17px;
		font-size: 16px;
	}

	.out .item .btn {
		width: 55%;
		border-radius: 9px;
	}

	.out .rate {
		width: 40%;
		height: 20px;
		background-size: contain;
	}

	.showcase__img {
		max-width: 160px;
		min-width: 160px;
	}
	.showcase__img p {
		height: 63px;
	}
	.showcase__rating {
		max-width: 160px;
		min-width: 160px;
	}
	.showcase__item {
		height: 63px;
	}
}
