
@font-face {
	font-family: "TTFirsNeueTrial";
	src: url("../fonts/TTFirsNeueTrial-DemiBold.ttf") format("truetype");
	font-weight: 600; /* DemiBold */
	font-style: normal;
}
@font-face {
	font-family: "Inter";
	src: url("../fonts/Inter.ttf") format("truetype");
	font-weight: 600; /* DemiBold */
	font-style: normal;
}
html,
img,
p,
div {
	-webkit-tap-highlight-color: transparent;
	outline: none;
	box-sizing: border-box;
	scroll-behavior: smooth;
}
h2,
p,
h1,
h3,
h4,
h5,
h6 {
	margin: 0;
	padding: 0;
}
h2 {
	color: #fff;
	font-family: "TTFirsNeueTrial";
	font-size: 32px;
	font-style: normal;
	font-weight: 600;
	line-height: 99.33%;
}
body {
	font-family: "Inter", sans-serif;
	margin: 0;
	background: #061207;
	max-width: 1440px;
	margin: 0 auto;
	color: #fff;
	-webkit-font-smoothing: antialiased;
	overflow-x: hidden;
}
.header,
main,
.footer {
	padding: 0 16px;
}
a {
	text-decoration: none;
	color: #fff;
}
img {
	max-width: 100%;
	height: auto;
	pointer-events: none;
	vertical-align: middle;
}
/* Стили для скроллбара */
body::-webkit-scrollbar {
	width: 6px;
}

body::-webkit-scrollbar-track {
	background: rgba(255, 255, 255, 0.04);
}

body::-webkit-scrollbar-thumb {
	background-color: rgba(255, 255, 255, 0.08);
	border-radius: 6px;
	/* border: 2px solid #061207; */
}

body::-webkit-scrollbar-thumb:hover {
	background-color: rgba(255, 255, 255, 0.18);
}

.body-no-scroll {
	overflow: hidden;
}

div::-webkit-scrollbar {
	width: 6px;
}

div::-webkit-scrollbar-track {
	background: rgba(255, 255, 255, 0.04);
}

div::-webkit-scrollbar-thumb {
	background-color: rgba(255, 255, 255, 0.08);
	border-radius: 6px;
	/* border: 2px solid #061207; */
}

div::-webkit-scrollbar-thumb:hover {
	background-color: rgba(255, 255, 255, 0.18);
}
section {
	margin-top: 72px;
}
/* кнопки */
.btn {
	padding: 14px 24px;
	position: relative;
	display: inline-flex;
	justify-content: center;
	align-items: center;
	cursor: pointer;
	border: 0;
	transition: all 0.2s;
	border-radius: 12px;
	color: #fff;
	text-align: center;
	font-family: Inter;
	font-size: 16px;
	font-weight: 600;
	box-sizing: border-box;
	line-height: 16px;
	transition: background 0.2s ease-out;
}

.btn_full {
	width: 100%;
	height: 68px;
	margin: 32px 0;
	font-size: 20px;
}
.btn_major {
	background: #3ba745;
	box-shadow: 0 14px 44.7px #3ba7454d;
}
.btn_major:hover {
	background: #2e8637;
}

.btn_dark {
	background: #ffffff29;
}
.btn_dark:hover {
	background: #ffffff52;
}

/* конце кнопки */
.glow,
.glow1,
.glow2 {
	z-index: -1;
}
/* шапка */
.header {
	position: sticky;
	border-radius: 16px;
	border: 1px solid rgba(255, 255, 255, 0.08);
	background: #08190a94;
	box-shadow: 0 4px 24px #0000001a;
	-webkit-backdrop-filter: blur(60px);
	backdrop-filter: blur(60px);
	padding: 0 10px 0 22px;
	display: flex;
	flex-direction: row;
	align-items: center;
	height: 68px;
	z-index: 11;
	position: sticky;
	top: 0px;
	margin: 32px 0 0 0;
	gap: 42px;
	justify-content: space-between;
}
.header__right .btn img {
	display: none;
}
.logo {
	display: flex;
}
.logo-m {
	display: none;
}

.header-top {
	border-radius: 0 0 16px 16px;
}
.menu {
	flex: 1;
	display: flex;
	flex-direction: row;
	gap: 32px;
}

.menu a {
	transition: color 0.2s ease-out;
}
.menu a:hover {
	color: #3ba745;
	transition: color 0.2s ease-out;
}
.header__right {
	display: flex;
	gap: 10px;
}

/* Скрытое мобильное меню */
.mobile-menu {
	position: fixed;
	top: 0;
	transform: translateX(-200%);
	width: 80%;
	max-width: 375px;
	height: 100%;
	background: rgba(0, 0, 0, 0.66);
	backdrop-filter: blur(50px);
	-webkit-backdrop-filter: blur(50px);
	z-index: 1000;
	display: none;
	flex-direction: column;
	padding: 20px;
	gap: 16px;
	transition: transform 0.3s ease;
}
.mobile-menu .language-selector{
	display: flex;
	justify-content: center;
	position: absolute;
	right: 24px;
}
.mobile-menu .dropdown-content{
	right: 0;
	top: 54px;
}
.mobile-menu .dropbtn {
	width: fit-content;
}
/* Кнопка закрытия мобильного меню */
.mobile-menu__close {
	background: none;
	border: none;
	color: #fff;
	font-size: 24px;
	align-self: flex-start;
	cursor: pointer;
	width: 48px;
	height: 48px;
	display: flex;
	align-items: center;
	justify-content: center;
}

.mobile-menu__nav {
	display: flex;
	flex-direction: column;
	gap: 20px;
	justify-content: center;
	align-items: center;
	align-items: center;
}
/* Ссылки в мобильном меню */
.mobile-menu__nav a {
	color: #fff;
	font-size: 18px;
	padding: 12px;
	width: 100%;
	text-align: center;
}

.mobile-menu.open {
	transform: translateX(0%);
}

/* Кнопка открытия меню */
.menu-toggle {
	display: none;
	width: 36px;
	height: 36px;
	border: none;
	border-radius: 50%;
	padding: 12px;
	flex-direction: column;
	justify-content: space-between;
	align-items: center;
	cursor: pointer;
	background: rgba(255, 255, 255, 0.1);
}
.menu-toggle span {
	display: block;
	width: 16px;
	height: 2px;
	background-color: #fff;
}

/* выпадающий список */
.dropbtn {
	height: 48px;
	padding: 0 16px;
	align-items: center;
	border-radius: 12px;
	background-color: #ffffff0f;
	cursor: pointer;
	transition: background-color 0.2s ease-out;
	display: flex;
	flex-direction: row;
	gap: 12px;
	flex-shrink: 0;
	position: relative;
}
.dropbtn::after {
	content: "";
	width: 12px;
	height: 12px;
	position: absolute;
	background: url("../img/icons/arrow-down.svg") no-repeat center;
	right: 14px;
	top: 50%;
	transform: translateY(-50%);
}
.dropbtn__lang {
	margin-right: 12px;
}
.dropdown-content {
	z-index: 2;
	width: 100%;
	border-radius: 12px;
	border-radius: 12px;
	/* background: rgba(255, 255, 255, 0.06); */
	background-color: #1b2618;
	box-shadow: 0px 0px 3.3px 0px rgba(0, 0, 0, 0.15);
	backdrop-filter: blur(60px);
	-webkit-backdrop-filter: blur(60px);
	width: fit-content;
	padding: 12px 16px;
	flex-direction: column;
	justify-content: center;
	align-items: flex-start;
	gap: 8px;
	position: relative;
	top: 68px;
	display: none;
}
.dropdown-content img {
	min-width: 24px;
}
.dropdown-content.show {
	display: flex;
	position: absolute;
	gap: 12px;
}
.dropdown-content a {
	display: flex;
	flex-direction: row;
	gap: 16px;
	align-items: center;
	justify-content: space-between;
	width: 100%;
	transition: color 0.2s ease-out;
}
.dropdown-content a:hover {
	color: #3ba745;
	transition: color 0.2s ease-out;
}
.lang-name {
	text-align: center;
	font-family: Inter;
	font-size: 16px;
	font-style: normal;
	font-weight: 600;
	line-height: 16px;
	text-transform: uppercase;
}
/* выпадающий список */

/* конец шапка */

/* первый блок */
.main-banner {
	position: relative;
	overflow: hidden;
	border-radius: 16px;
	display: flex;
	max-height: 517px;
}
.main-banner__text {
	max-width: 50%;
	margin: 64px 0 64px 64px;
}
.main-banner__text__h1 {
	font-size: 56px;
	font-style: normal;
	font-weight: 700;
	line-height: 99.33%;
	font-family: TTFirsNeueTrial;
	margin-bottom: 20px;
}

.main-banner .glow1 {
	position: absolute;
	top: -45px;
	right: 200px;
	width: 460px;
	height: 460px;
	border-radius: 457px;
	opacity: 0.56;
	background: #ffe83459;
	filter: blur(150px);
}
.main-banner .btn {
	height: 68px;
	font-size: 20px;
}
.main-banner__text__h1 span {
	background: linear-gradient(97deg, #d69c08 32.8%, #f4e572 90.23%);
	background-clip: text;
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
}
.main-banner__text__p {
	color: #c5c5c5;
	font-family: Inter;
	font-size: 20px;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
	margin-bottom: 32px;
	max-width: 65%;
}
.main-banner .glow2 {
	position: absolute;
	top: 155px;
	right: 22px;
	width: 460px;
	height: 460px;
	border-radius: 457px;
	background: #51933a9e;
	filter: blur(150px);
}
.main-banner__parrot {
	position: absolute;
	bottom: -3px;
	right: 0;
	height: 100%;
}
/* конец первый блок */

/* баннеры */
.h2-banners {
	margin-bottom: 32px;
}
.banners {
	display: grid;
	grid-template-areas:
		"A B B"
		"A C C"
		"D D E";
	overflow: hidden;
	grid-template-columns: 35% auto 50%;
	grid-template-rows: 1fr 1fr 1fr;
	grid-gap: 32px;
}
.banner {
	border: 1px solid var(--border, rgba(255, 255, 255, 0.08));
	background: var(--Basic-colors-div-color, rgba(255, 255, 255, 0.04));
	backdrop-filter: blur(60px);
	-webkit-backdrop-filter: blur(60px);
	border-radius: 16px;
	position: relative;
	overflow: hidden;
	padding: 32px;
}
.banner__text {
	gap: 16px;
	display: flex;
	flex-direction: column;
	justify-content: center;
	height: 100%;
}
.banner__h2 {
	font-size: 32px;
	text-transform: uppercase;
	font-style: normal;
	font-weight: 600;
	line-height: normal;
	letter-spacing: 0.96px;
}
.banner__p {
	color: #e4e4e4;
	font-size: 18px;
	font-style: normal;
	font-weight: 400;
}
.banner .glow {
	position: absolute;
	border-radius: 50%;
	opacity: 0.56;
	filter: blur(100px);
}
.banner img {
	position: absolute;
	right: 0;
	bottom: 0;
	z-index: -1;
}
.banner_1 {
	grid-area: A;
}
.banner_1 .glow {
	background: linear-gradient(180deg, #ffe83459, #fff0);
	bottom: -182px;
	right: 37px;
	width: 662px;
	height: 526px;
}
.banner_1 .banner__text {
	max-width: 80%;
	height: auto;
}
.banner_1 .banner__h2 {
	background: linear-gradient(97deg, #65c855 32.8%, #fff 90.23%);
	background-clip: text;
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
}
.banner_2 {
	grid-area: B;
}
.banner_2 .glow {
	background: linear-gradient(180deg, #ffe83459, #fff0);
	bottom: -193px;
	right: -26px;
	width: 409px;
	height: 409px;
}
.banner_2 .banner__text {
	max-width: 50%;
}
.banner_2 .banner__h2 {
	background: linear-gradient(97deg, #ffea7e 32.8%, #ffac2d 90.23%);
	background-clip: text;
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
}
.banner_3 {
	grid-area: C;
}
.banner_3 .glow {
	background: linear-gradient(180deg, #44be4c40, #fff0);
	bottom: -193px;
	right: -60px;
	width: 409px;
	height: 409px;
}
.banner_3 .banner__text {
	max-width: 60%;
}
.banner_3 .banner__h2 {
	background: linear-gradient(97deg, #fff, #7ecb8b 40%);
	background-clip: text;
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
}
.banner_4 {
	grid-area: D;
}
.banner_4 .glow {
	background: linear-gradient(180deg, #c9aaba63, #fff0);
	bottom: -210px;
	right: -210px;
	width: 409px;
	height: 409px;
}
.banner_4 .banner__text {
	max-width: 85%;
}
.banner_4 .banner__h2 {
	background: linear-gradient(97deg, #fff, #50a6b9 25.23%);
	background-clip: text;
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
}
.banner_5 {
	grid-area: E;
}
.banner_5 .banner__text {
	max-width: 75%;
}
.banner_5 .banner__h2 {
	background: linear-gradient(97deg, #fff, #7283dd 90.23%);
	background-clip: text;
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
}

.banner_6 .banner__h2 {
	background: linear-gradient(97deg, #fff, #7ecb8b 40%);
	background-clip: text;
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
}
.banner_6 img {
	height: 100%;
	right: -15px;
}
.banner__btns {
	display: flex;
	gap: 10px;
	margin-top: 40px;
}
/* конецбаннеры */

/* карта */
.map {
	display: flex;
	flex-direction: column;
	align-items: center;
	position: relative;
	border-radius: 16px;
	border: 1px solid rgba(255, 255, 255, 0.08);
	background: rgba(255, 255, 255, 0.04);
	backdrop-filter: blur(15px);
	padding: 32px;
}
.map__earth {
	width: 48px;
	height: 48px;
	text-align: center;
	display: flex;
	justify-content: center;
	margin-bottom: 16px;
}
.map__h2 {
	text-align: center;
	font-family: TTFirsNeueTrial;
	font-size: 32px;
	font-style: normal;
	font-weight: 600;
	line-height: 99.33%;
}
.map__country {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	gap: 12px;
	margin: 40px 0;
}
.map__country__item {
	border-radius: 8px;
	background: #ffffff08;
	padding: 8px 12px;
	display: flex;
	align-items: center;
	gap: 12px;
	height: 48px;
}
.map .glow {
	position: absolute;
	top: 160px;
	left: 50%;
	transform: translateX(-50%);
	width: 50%;
	height: 50%;
	z-index: -1;
	border-radius: 50%;
	background: linear-gradient(
		180deg,
		rgba(255, 255, 255, 0.3) 0%,
		rgba(255, 255, 255, 0) 100%
	);
	filter: blur(150px);
	opacity: 0.56;
	pointer-events: none;
}
.map__block-country {
	display: flex;
	flex-direction: column;
	align-items: center;
	gap: 8px;
}
.map__block-country h3 {
	text-align: center;
	font-size: 14px;
	font-style: normal;
	font-weight: 400;
	line-height: 20px;
}
.map__block-country__item {
	color: #575757;
	text-align: center;
	font-size: 14px;
	font-style: normal;
	font-weight: 400;
	line-height: 20px;
	max-width: 960px;
	width: 100%;
}
/* конец карта */

/* акции */
.promotions {
	border-radius: 16px;
	border: 1px solid rgba(255, 255, 255, 0.08);
	background: rgba(255, 255, 255, 0.04);
	backdrop-filter: blur(15px);
	-webkit-backdrop-filter: blur(15px);
}
.promotions__header {
	padding: 32px;
	display: flex;
	border-bottom: 1px solid rgba(255, 255, 255, 0.08);
	align-items: center;
    gap: 12px;
}
.promotions__body {
	padding: 32px;
}
.promotions__body .btn_major {
	margin: 24px auto auto auto;
	display: flex;
	width: fit-content;
}
.promotions-wrap {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	grid-gap: 56px;
	max-width: 100%;
}
.promotions__item {
	display: flex;
	gap: 16px;
	min-width: 0;
	max-width: 100%;
}
.promotion-item__img {
	max-width: 340px;
	width: 100%;
	border-radius: 16px;
	flex: 0 0 auto;
}
.promotion-item__content {
	display: flex;
	flex-direction: column;
	gap: 6px;
	min-width: 0;
}
.promotion-item__title {
	font-family: TTFirsNeueTrial;
	font-size: 18px;
	font-style: normal;
	font-weight: 600;
	line-height: 22px;
	overflow: hidden;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	text-overflow: ellipsis;
	-webkit-line-clamp: 1;
	line-clamp: 1;
}
.promotion-item__text {
	flex: 1;
}
.promotion-item__text p {
	display: -webkit-box;
	-webkit-box-orient: vertical;
	overflow: hidden;
	text-overflow: ellipsis;
	-webkit-line-clamp: 4;
	line-clamp: 4;
	font-size: 14px;
	color: #888;
}
/* конец акции */

/* Revenue share */
.revenue-share {
	border-radius: 17px;
	border: 1px solid rgba(255, 255, 255, 0.08);
	background: rgba(255, 255, 255, 0.04);
	position: relative;
	display: flex;
	overflow: hidden;
}
.revenue-share .glow {
	position: absolute;
	width: 457px;
	height: 457px;
	top: -45px;
	left: 33px;
	border-radius: 457px;
	opacity: 0.56;
	background: #ffe83459;
	filter: blur(150px);
}
.revenue-share__h2 {
	color: #3ca645;
	font-size: 56px;
}
.revenue-share__h3 {
	font-size: 28px;
	font-style: normal;
	font-weight: 500;
	line-height: normal;
}
.revenue-share__p {
	color: #c5c5c5;
	font-size: 18px;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
}
.revenue-share__content {
	padding: 32px;
	display: flex;
	flex-direction: column;
	justify-content: center;
	gap: 16px;
}
.revenue-share .btn {
	width: fit-content;
	height: 68px;
	margin-top: 16px;
	font-size: 20px;
}
/* конец Revenue share */

/* контакты */
.contacts {
	display: flex;
	flex-direction: column;
	align-items: center;
}
.contacts__h3 {
	color: #c5c5c5;
	font-size: 20px;
	font-weight: 500;
	margin-top: 8px;
	text-align: center;
}
.contacts__img {
	margin-bottom: 18px;
}
.contacts-social {
	max-width: 800px;
	display: flex;
	flex-wrap: wrap;
	gap: 24px;
	margin: 40px 0;
}
.contacts-social__title {
	font-size: 14px;
	color: #888;
}
.contacts-social__item {
	display: flex;
	gap: 16px;
	width: 50%;
	padding: 16px 24px;
	border-radius: 20px;
	background-color: #ffffff12;
	max-width: 340px;
	width: 100%;
	cursor: pointer;
	text-decoration: none !important;
	transition: background-color 0.2s ease-out;
}
.contacts-social__item:hover {
	background-color: #ffffff1f;
	transition: background-color 0.2s ease-out;
}
.contacts-social__item img {
	height: 36px;
	width: 36px;
}
.contacts .btn {
	height: 68px;
	font-size: 20px;
}
/* конец контакты */

/* подвал */
.footer__text {
	border-top: 1px solid rgba(255, 255, 255, 0.12);
	margin-top: 56px;
	font-size: 18px;
	padding: 30px 16px 30px 16px;
	display: flex;
	justify-content: space-between;
	align-items: center;
	gap: 36px;
	flex-wrap: wrap;
}
.footer__text a {
	color: #ffffff;
	text-decoration: underline;
}
.footer__text p {
	text-align: center;
}
.footer-license {
	display: flex;
	gap: 16px;
	flex-wrap: wrap;
	justify-content: center;
}
.footer-license a:hover img{
	filter: grayscale(0%);
}
.footer-license img {
	filter: grayscale(100%);
	height: 36px;
	opacity: 0.5;
}
/* подвал конец*/

.terms-page-content {
	margin-top: 32px;
	display: flex;
	justify-content: center;
	width: 100%;
}
.terms-page-content h2 {
	margin-top: 32px;
}
.terms-page-content .text {
	max-width: 940px;
}
.terms-page-content .text a {
	color: #3ba745;
}
.terms-page-content .text a:hover {
	text-decoration: underline;
}

.terms-page-content .text .btn {
	width: 48px;
	height: 48px;
	margin-bottom: 32px;
}
.terms-page-content .text .btn img {
	min-width: 16px;
}

.popup {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: rgba(0, 0, 0, 0.5);
	display: none;
	justify-content: center;
	align-items: center;
	z-index: 1000;
	backdrop-filter: blur(15px);
	-webkit-backdrop-filter: blur(15px);
}
.popup__body {
	padding: 64px 16px 0 32px;
	height: 100%;
}
div#popup-body {
	height: 100%;
}
.promotion-content {
	display: flex;
	flex-direction: column;
	gap: 16px;
	overflow: auto;
	height: calc(100% - 30px);
	padding: 0 24px 0 0;
}
.popup__content {
	display: flex;
	width: 95%;
	max-width: 930px;
	flex-direction: column;
	border-radius: 30px;
	border: 1px solid rgba(255, 255, 255, 0.09);
	background: #0e2116b3;
	position: fixed;
	top: 50%;
	left: 50%;
	backdrop-filter: blur(15px);
	-webkit-backdrop-filter: blur(15px);
	transform: translate(-50%) translateY(-50%);
	z-index: 9;
	max-height: calc(100vh - 30px);
	height: 100%;
	overflow: hidden;
}

.popup__close {
	position: absolute;
	top: 10px;
	left: 32px;
	font-size: 24px;
	cursor: pointer;
}
.promotion-modal-stats {
	display: flex;
	gap: 6px;
	font-size: 12px;
	align-items: center;
}
.promotion-modal-stats img {
	width: 16px;
	height: 16px;
}
.promotion-modal-pic {
	border-radius: 16px;
}

/* слайдер */
.reviews{
	position: relative;
}
.slider-btns {
	margin: 24px 0;
	display: flex;
	justify-content: end;
	gap: 6px;
}
.swiper {
	width: 100%;
	max-width: 1400px;
	margin: 0 auto;
}
.swiper h2 {
	font-family: Inter;
	text-transform: uppercase;
	margin-bottom: 16px;
}
.swiper-slide {
	border-radius: 17px;
	border: 1px solid var(--border, rgba(255, 255, 255, 0.08));
	background: var(--Basic-colors-div-color, rgba(255, 255, 255, 0.04));
	backdrop-filter: blur(60px);
	-webkit-backdrop-filter: blur(60px);
	padding: 24px;
	cursor: grab;
}
.swiper-pagination{
 bottom: -28px !important;
}
.swiper-pagination-bullet{
	background: gray !important;
	opacity: 0.6 !important;
}
.swiper-pagination-bullet-active {
	background: #fff !important;
	opacity: 1 !important;
}
.btn-slider-next,
.btn-slider-prev {
	width: 48px;
	height: 48px;
}
.btn-slider-next img,
.btn-slider-prev img {
	min-width: 16px;
	height: 16px;
}
.btn-slider-next img {
	transform: rotate(180deg);
}
.color-green {
	background: linear-gradient(to right, #6bca5b, #9bdb91);
	background-clip: text;
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
}
.color-yellow {
	background: linear-gradient(to right, #ffe97c, #ffd15d);
	background-clip: text;
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
}
.color-blue {
	background: linear-gradient(to right, #93c7d4, #9ecdd8);
	background-clip: text;
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
}
