@font-face {
	font-family: 'Unbounded300';
	src: url(../fonts/Unbounded/Unbounded-Light.ttf);
}
@font-face {
	font-family: 'Unbounded400';
	src: url(../fonts/Unbounded/Unbounded-Regular.ttf);
}
@font-face {
	font-family: 'Unbounded500';
	src: url(../fonts/Unbounded/Unbounded-Medium.ttf);
}
@font-face {
	font-family: 'Unbounded600';
	src: url(../fonts/Unbounded/Unbounded-SemiBold.ttf);
}
@font-face {
	font-family: 'Unbounded700';
	src: url(../fonts/Unbounded/Unbounded-Bold.ttf);
}


@font-face {
	font-family: Gilroy400;
	src: url(../fonts/Gilroy-Regular.ttf);
}
@font-face {
	font-family: Gilroy300;
	src: url(../fonts/Gilroy-Thin.ttf);
}
@font-face {
	font-family: Gilroy500;
	src: url(../fonts/Gilroy-Medium.ttf);
}



.traders-hashtag.done {
	width: 100%;
	transition: transform 0.7s;
	transform: translateX(250%);
}
.traders-hashtag.no {
	opacity: 1;
	transform: translateX(0);
}
.mob-menu-wrap  .btn a{
	font-size: 12px;
}
.mob-menu-wrap .enter-btn a{
	font-size: 15px;
}
	.mob-menu.h-btn.reg-btn {
    padding: 12px 16px !important;
}
.mob-menu-wrap {
    width: 100%;
    height: 100%;
    position: relative;
    padding-left: 20px;
    padding-right: 20px;
}
.mob-block {
    padding-top: 30px;
    border-top: 1px solid #333333;
}
.mob-menu-wrap .btn {
	padding-top: 10px;
	padding-bottom: 10px;
	font-size: 10px;
	margin: 0;
}
.middle-footer .container{
	align-items: stretch;
}
.footer-text{
	max-width: 540px;
	color: #969696;
	font-family: 'Unbounded300';
	line-height: normal;
	font-size: 13px;
}
.mob-menu .header-logo{
	max-width: 152px;
	width: 100%;
}
header .container{
	padding: 10px 15px;
}
.mob-menu .header-logo img{
	width: 100%;
	display: block;
}
.mob-menu {
	position: fixed;
	left: -100%;
	top: 0;
	padding-top: 0px;
	width: 100%;
	height: 100%;
	z-index: 9999999999;
	background: #121212;
	transition: 0.5s;
}
.mob-menu-wrap .left-col {
	gap: 25px;
}
html.onmenu .mob-menu {
	left: 0;
}
.mob-menu-top {
    padding-top: 0px;
    padding-bottom: 20px;
}
.close,
	.close2 {
		display: block;
		position: relative;
		width: 20px;
		height: 20px;
	}

	.close span,
	.close2 span {
		position: absolute;
		height: 20px;
		width: 2px;
		background: #fff;
		display: block;
		-moz-transform: rotate(-45deg);
		-webkit-transform: rotate(-45deg);
		-o-transform: rotate(-45deg);
		-ms-transform: rotate(-45deg);
		transform: rotate(-45deg);
		right: 20px;
		top: 0;
	}

	.close2 span {
		background: #4285f3;
	}
	.close span:first-child,
	.close2 span:first-child {
		-moz-transform: rotate(45deg);
		-webkit-transform: rotate(45deg);
		-o-transform: rotate(45deg);
		-ms-transform: rotate(45deg);
		transform: rotate(45deg);
	}

.traders-hashtag.done {
	opacity: 0;
	width: 100%;
	transition: 0.7s;
	transform: translateX(350%);
}
.traders-hashtag.no {
	opacity: 1;
	transform: translateX(0);
}
input {
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
}

abbr,
address,
article,
aside,
audio,
b,
blockquote,
body,
canvas,
caption,
cite,
code,
dd,
del,
details,
dfn,
div,
dl,
dt,
em,
fieldset,
figcaption,
figure,
footer,
form,
h1,
h2,
h3,
h4,
h5,
h6,
header,
hgroup,
html,
i,
iframe,
img,
ins,
kbd,
label,
legend,
li,
mark,
menu,
nav,
object,
ol,
p,
pre,
q,
samp,
section,
small,
span,
strong,
sub,
summary,
sup,
table,
tbody,
td,
tfoot,
th,
thead,
time,
tr,
ul,
var,
video {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: 0 0;
}

body {
	line-height: 1;
	color: #fff;
	will-change: scroll-position;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
	display: block;
}

nav ul {
	list-style: none;
}

blockquote,
q {
	quotes: none;
}

blockquote:after,
blockquote:before,
q:after,
q:before {
	content: '';
	content: none;
}

html {
	overflow-x: hidden;
}

a {
	margin: 0;
	padding: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: 0 0;
	color: #fff;
}

ins {
	background-color: #ff9;
	color: #000;
	text-decoration: none;
}

mark {
	background-color: #ff9;
	color: #000;
	font-style: italic;
	font-weight: 700;
}

del {
	text-decoration: line-through;
}

abbr[title],
dfn[title] {
	border-bottom: 1px dotted;
	cursor: help;
}

table {
	border-collapse: collapse;
	border-spacing: 0;
}

hr {
	display: block;
	height: 1px;
	border: 0;
	border-top: 1px solid #ccc;
	margin: 1em 0;
	padding: 0;
}

input,
select {
	vertical-align: middle;
}

html {
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	-ms-overflow-style: scrollbar;
}

*,
::after,
::before {
	-webkit-box-sizing: inherit;
	box-sizing: inherit;
}

body {
	font-family: 'Open Sans', sans-serif;
}
li {
	list-style: none;
}

a {
	font-size: 15px;
	display: inline-block;
	text-decoration: none;
	transition: 0.3s;
}

body {
	background: #121212;
}
::-webkit-scrollbar {
	width: 5px;
	-webkit-transition: all 300ms;
	transition: all 300ms;
}
::-webkit-scrollbar-track {
	background-color: #000;
}
::-webkit-scrollbar-thumb {
	width: 7px;
	border-radius: 7px;
	background: #a5f469;
	border: none;
}
.flex {
	display: flex;
	justify-content: space-between;
	align-items: center;
}

.container {
	max-width: 1075px;
	width: 100%;
	margin: 0 auto;
	padding: 0px 15px;
}
section.full {
	/*height: 100vh;*/
}
section {
	position: relative;
	z-index: 2;
}
header nav {
	width: fit-content;
	gap: 50px;
}
header {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	z-index: 9;
	padding-top: 5px;
	padding-bottom: 5px;
}
header nav a {
	font-size: 17px;
	line-height: 21px;
	color: #ffffff;
	font-family: 'Gilroy500';
	position: relative;
	display: block;
}
.h-logo {
	max-width: 152px;
	width: 100%;
	cursor: pointer;
}
.h-logo img {
	width: 100%;
	display: block;
}
header nav a:hover:before {
	content: '';
	display: block;
	position: absolute;
	bottom: -3px;
	height: 2px;
	width: calc(100% - 10px);
	left: 50%;
	-moz-transform: translateX(-50%);
	-webkit-transform: translateX(-50%);
	-o-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	transform: translateX(-50%);
	background: #7000ff;
	border-radius: 15px;
}
.btn {
	font-family: 'Gilroy400';
	text-align: center;
	border: 1px solid #ffffff;
	border-radius: 35px;
	max-width: 324px;
	width: 100%;
	padding-top: 15px;
	padding-bottom: 15px;
	font-size: 15px;
	line-height: 20px;
	color: #ffffff;
	cursor: pointer;
	transition: 0.3s;
}
.btn a {
	font-size: 20px;
}
.btn:hover {
	border: 1px solid #7000ff;
	background: #7000ff;
}
.btn:active {
	border: 1px solid #7000ff;
	background: #7000ff;
}
.trust-wrap-bottom .btn:hover {
	border: 1px solid #a5f469;
	background: #a5f469;
}
.trust-wrap-bottom .btn:active {
	border: 1px solid #a5f469;
	background: #a5f469;
}
.traders {
	padding-top: 110px;
	flex-direction: column;
	overflow-y: hidden;
	overflow-x: hidden;
	z-index: 999;
	justify-content: flex-end;
}
h1 {
	flex-direction: column;
	gap: 5px;
	width: 100%;
}
h1 span {
	font-size: 125px;
	line-height: 168px;
	font-family: 'Unbounded600';
	color: #fff;
	align-self: flex-start;
	position: relative;
}
h1 .h1:last-child {
	color: #a5f469;
	/*align-self: flex-end;*/
}
.traders-content1-left-col {
	flex-direction: column;
	gap: 20px;
}
.traders-content1-left-col .traders-bottom {
	margin-top: 15px;
}
.traders-content1-right-col {
	margin-left: auto;
}

h1 .h1:last-child:before {
	content: '';
	display: block;
	position: absolute;
	right: -18px;
	top: 20px;
	width: 29px;
	height: 29px;
	background: url(../img/Star.svg) no-repeat;
	background-size: contain;
}
h1 > span > span {
	position: absolute;
	gap: 35px;
	top: 50%;
	-moz-transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
	-o-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
	right: -153px;
}
h1 > span > span span {
	width: 19px;
	height: 19px;
	background: #7000ff;
	border-radius: 50%;
}
.traders .text {
	max-width: 505px;
	width: 100%;
	margin-right: auto;
	/*    margin-top: 68px;*/
}
.traders .text p {
	font-size: 25px;
	line-height: 30px;
	font-family: 'Gilroy500';
	color: #ffffff;
}
.traders-content > .container {
	flex-direction: column;
	/*    height: -webkit-fill-available;*/
}
.traders-content.traders-content1 > .container {
	flex-direction: initial;
}
.traders-content {
	flex-direction: column;
	width: 100%;
}
.num {
	cursor: pointer;
}
.traders-btns {
	width: 100%;
	/*    margin-top: 30px;*/
}
.traders-pagination-container {
	margin-top: 70px;
	/*    margin-bottom: 30px;*/
	position: relative;
	z-index: 7;
}
.traders.note {
	opacity: 0;
}
.traders-pagination {
	width: fit-content;

	margin-left: auto;
	margin-right: 70px;
	gap: 15px;
}
.traders-pagination .num {
	font-family: 'Unbounded600';
	font-size: 55px;
	line-height: 66px;
	color: #636363;
}
.traders-pagination .num.active {
	color: #fff;
}
.traders-pagination .line {
	width: 130px;
	height: 1px;
	background: #fff;
}
header.bg {
	background: rgb(0 0 0 / 90%);
}
.traders-content {
	position: relative;
}
.img-bg {
	position: absolute;
	z-index: -1;
}
.img-bg1 {
	width: 454px;
	height: 610px;
	top: 50%;
	-moz-transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
	-o-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
	left: 0;
}
.img-bg2 {
	width: 374px;
	height: 492px;
	left: 0;
	bottom: 0;
}
.img-bg3 {
	top: 0;
	right: 0;
	height: 100%;
	max-width: 900px;
	width: 100%;
}
.img-bg3 img {
	height: 100%;
	width: 100%;
	display: block;
}
.text-bg {
	z-index: 1;
	bottom: 0;
	left: -250px;
	position: absolute;
	font-size: 300px;
	line-height: 210px;
	color: #7000ff;
	opacity: 0.15;
	font-family: 'Unbounded600';
}
.img-bg4 {
	top: 0;
	right: 0;
	z-index: 1;
}
h2,
h2 span {
	font-size: 75px;
	line-height: 90px;
	text-align: center;
	color: #ffffff;
	font-family: 'Unbounded600';
}
h2 span {
	color: #a5f469;
	font-family: 'Unbounded600';
}
h2 {
	padding-bottom: 27px;
	width: 100%;
	border-bottom: 2px solid rgba(165, 244, 105, 0.35);
}
/*.traders-content1{
    display: none;
}*/
.hide {
	display: none;
}
.next-btn {
	cursor: pointer;
}
.traders-content2 .container {
	justify-content: center;
}
.traders-content2-wrapper {
	padding-top: 25px;
	width: 100%;
	/*    max-height: 445px;*/
	/*    height: 100%;*/
	position: relative;
	align-items: flex-start;
}
.traders-content2-wrapper:before {
	content: '';
	display: block;
	position: absolute;
	height: 100%;
	width: 2px;
	background: rgba(165, 244, 105, 0.35);
	top: 0;
	left: 50%;
	-moz-transform: translateX(-50%);
	-webkit-transform: translateX(-50%);
	-o-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	transform: translateX(-50%);
}
.traders-content2-wrapper .item {
	max-width: 352px;
	width: 100%;
	/*    height: 198px;
    background: #000000;
backdrop-filter: blur(33px);
border-radius: 15px;
padding-right: 24px;
padding-left: 33px;
gap: 28px;*/
}
.traders-content2-wrapper .item p {
	font-size: 15px;
	line-height: 18px;
	font-family: 'Unbounded500';
	color: #fff;
}
.traders-content2-wrapper .item p:not(:first-child) {
	margin-top: 15px;
}
.traders-content2-wrapper .item span {
	font-size: 100px;
	line-height: 120px;
	color: #424242;
	font-family: 'Unbounded600';
}
.traders-content2-wrapper .btn-label {
	font-size: 15px;
	font-family: 'Unbounded500';
	margin-top: 24px;
	line-height: 18px;
	color: #797979;
	margin-bottom: 14px;
}
.traders-content2-wrapper .next-btn,
.traders-content2-wrapper .prev-btn {
	cursor: pointer;
}
.traders-content2-wrapper .right-col .btn-label {
	text-align: right;
}
.traders-content2-wrapper .right-col .next-btn {
	margin-left: auto;
}

.traders-content1 .container {
	justify-content: center;
	gap: 30px;
}
body {
	overflow: hidden;
	position: relative;
}
main.on-full {
	position: fixed;
	top: 0;
	width: 100%;
	left: 0;
	transition: 0.3s;
}
.dn {
	display: none;
}
.booking-traders {
	padding-top: 130px;

	position: relative;
}
.footer-soc-links{
	max-width: 146px;
	width: 100%;
	display: flex;
	justify-content: flex-end;
	gap: 16px;
	align-items: center;
}
.footer-soc-links .line{
	height: 30px;
	width: 1px;
	background: #A5F469;
}
.links-top{
	flex-direction: column;
    align-items: flex-start;
    gap: 12px;
}
.links-top a{
	font-size: 17px;
}
.item-link{
	gap: 8px;
}
.footer-soc-links a img{
	height: 25px;
}
.img-bg5 {
	top: -470px;
	left: -50px;
}
.img-bg6 {
	bottom: -350px;
	right: -150px;
}
.img-bg6 img {
	width: 1164px;
}
h3 {
	font-size: 110px;
	line-height: 89.47%;
	color: #ffffff;
	font-family: 'Unbounded600';
	position: relative;
}
.booking-traders h3:before {
	content: '';
	display: block;
	position: absolute;
	left: -73px;
	top: 0;
	width: 68px;
	height: 68px;
	background: url(../img/new.svg) no-repeat;
	background-size: contain;
}
.booking-traders__wrap-top .text {
	max-width: 459px;
	width: 100%;
}
.booking-traders__wrap-top .text p {
	font-size: 25px;
	line-height: 30px;
	color: #fff;
	font-family: 'Unbounded300';
}
.booking-traders__wrap-top .wrap-top-right .prev-btn {
	cursor: pointer;
}
.booking-traders__wrap-top .wrap-top-right .prev-btn img {
	width: 52px;
}
.booking-traders__wrap-top,
.booking-traders__wrap-top .wrap-top-left {
	align-items: flex-start;
}
.booking-traders__wrap-middle .item {
	flex-direction: column;
	gap: 30px;
	align-items: flex-start;
}
.booking-traders__wrap-middle h4 {
	font-size: 45px;
	line-height: 54px;
	font-family: 'Unbounded700';
	color: #a5f469;
}
.booking-traders__wrap-middle h4 span {
	display: block;
	font-size: 35px;
	line-height: 42px;
	font-family: 'Unbounded500';
}
.booking-traders__wrap-middle p {
	max-width: 340px;
	width: 100%;
	font-size: 18px;
	line-height: 30px;
	color: #8d8d8d;
	font-family: 'Unbounded600';
}
.booking-traders__wrap-middle {
	gap: 30px;
	align-items: flex-start;
}
.booking-traders .container {
	justify-content: center;
	flex-direction: column;
	gap: 40px;
}
.booking-traders__wrap-bottom p {
	font-size: 25px;
	line-height: 30px;
	text-transform: uppercase;
	font-family: 'Unbounded600';
	color: #ffffff;
}
.wrap-top-right {
	display: none;
	position: fixed;
	right: 50px;
	z-index: 9999999;
	top: 150px;
}
.booking-traders-btn {
	width: 202px;
	height: 108px;
	background: url(../img/btn-wp.svg) no-repeat;
	background-size: cover;
	font-size: 17px;
	line-height: 20px;
	justify-content: center;
	cursor: pointer;
	color: #ffffff;
	font-family: 'Gilroy400';
}
.booking-traders-btn:hover {
	color: #fff;
	background: url(../img/btn-h-wp.svg) no-repeat !important;
	background-size: contain !important;
}
.booking-traders-btn:active {
	color: #fff;
	background: url(../img/btn-h-wp.svg) no-repeat;
	background-size: cover;
}
.booking-traders__wrap-bottom {
	margin-top: 20px;
}
.h3-img {
	position: absolute;
}
.trust .title {
	position: relative;
}
.trust .h3-img1 {
	top: 12px;
	right: 67px;
	width: fit-content;
	gap: 27px;
}
.trust .h3-img1 img {
}
.trust .h3-img2 {
	bottom: -51px;
	right: -5px;
}
.trus-wrap__item-wrap {
	flex-direction: column;
	gap: 12px;
}
.trus-wrap__item {
	gap: 26px;
}
.trus-wrap__item-wrap .item {
	padding-left: 21px;
	padding-right: 21px;
	height: 144px;
	width: 284px;
	display: flex;
	justify-content: center;
	border: 3px solid #7000ff;
	border-radius: 15px;
	align-items: center;
	position: relative;
	background: #121212;
}

.trus-wrap__item-wrap .item p {
	font-family: 'Unbounded600';
	font-size: 16px;
	line-height: 20px;
	color: #ffffff;
}
.trus-wrap__item-wrap .item .pos {
	position: absolute;
	/*    top: 50%;*/
	left: 21px;
	font-family: 'Unbounded700';
	font-size: 100px;
	line-height: 100px;
	color: rgba(51, 51, 51, 0.75);
	font-feature-settings: 'zero' on;
	/*         -moz-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);*/
	z-index: -1;
}
.trust-wrap-bottom .left-col p {
	max-width: 320px;
	width: 100%;
	font-size: 25px;
	line-height: 26px;
	color: #fff;
	font-family: 'Unbounded500';
	position: relative;
	padding-left: 53px;
}
.trust-wrap-bottom .left-col p:before {
	content: '';
	display: block;
	position: absolute;
	left: 0;
	top: 50%;
	-moz-transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
	-o-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
	height: 40px;
	width: 40px;
	background: url(../img/b3-1.svg) no-repeat;
}
.trust-wrap-bottom {
	margin-top: 57px;
}

.trust-wrap-bottom .right-col p {
	font-size: 40px;
	line-height: 38px;
	text-transform: uppercase;
	color: #a5f469;
	position: relative;
	max-width: 475px;
	width: 100%;
	white-space: nowrap;
}
.trust-wrap-bottom .right-col p:before {
	content: '';
	display: block;
	position: absolute;
	bottom: 0;
	left: 100px;
	width: 140px;
	height: 29px;
	background: url(../img/b3-2.svg) no-repeat;
}
.trust {
	padding-top: 80px;
}
.trust-wrap-bottom .right-col {
	max-width: 635px;
	width: 100%;
	gap: 10px;
}

.trust .container {
	flex-direction: column;
}
.trust-wrap,
.trust-wrap-bottom {
	width: 100%;
}
.img-bg7 {
	top: -320px;
	left: 0;
}
.img-bg8 {
	top: -320px;
	right: 0;
}
.assistance {
	padding-top: 110px;
}
.assistance h3 {
	font-size: 75px;
	line-height: 90px;
	color: #d2aeff;
	font-family: 'Unbounded600';
	width: fit-content;
}
.assistance h3 span {
	display: block;
	font-size: 35px;
	line-height: 42px;
	color: #a5f469;
	font-family: 'Unbounded500';
	position: relative;
}
.assistance h3:before {
	content: '';
	display: block;
	position: absolute;
	top: -70px;
	right: -100px;
	width: 254px;
	height: 185px;
	background: url(../img/b4-h-1.svg) no-repeat;
	background-size: cover;
}
.assistance .item {
	position: relative;
	background: rgba(48, 48, 48, 0.35);
	/*backdrop-filter: blur(59.5px);*/
	border-radius: 15px;
	width: 240px;
	height: 345px;
	padding-left: 20px;
	padding-right: 20px;
	flex-direction: column;
	padding-top: 20px;
	padding-bottom: 15px;
}
.assistance .item p {
	font-size: 25px;
	line-height: 107.47%;
	color: #ffffff;
	font-family: 'Unbounded500';
	/*padding-left: 37px;*/
	position: relative;
}
/*.assistance .item p:before{
    content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 22px;
    height: 20px;
    background: url(../img/b4-i1.svg) no-repeat;
        background-size: contain;
}*/
.bot-title {
	width: 100%;
	padding-left: 5px;
	padding-right: 5px;
	gap: 15px;
	justify-content: center;
}
.bot-title img {
	width: 22px !important;
	align-self: flex-start;
}
.assistance .assistance-item-wrapper:first-child .item p:before {
	background: url(../img/b4-i2.svg) no-repeat;
	background-size: contain;
}
.assistance-item-wrapper .item img {
	height: max-content;
}
.assistance-item-wrapper .item:first-child img {
	max-width: 172px;
	width: 100%;
}
.assistance-item-wrapper .item:nth-child(2) img {
	max-width: 202px;
	width: 100%;
}
.assistance-item-wrapper .item:nth-child(3) img {
	max-width: 200px;
	width: 100%;
}
.assistance-item-wrapper .item:last-child img {
	width: 100%;
}
.assistance-wrapper {
	width: fit-content;
	margin: 0 auto;
	margin-top: 35px;
	gap: 28px;
}
.assistance-item-wrapper {
	gap: 28px;
}
.assistance-item-wrapper {
	height: 400px;
}
.assistance-item-wrapper:first-child .item:first-child,
.assistance-item-wrapper:last-child .item:first-child {
	align-self: flex-start;
}
.assistance-item-wrapper:first-child {
	align-self: flex-start;
}
.assistance-item-wrapper:first-child .item:last-child,
.assistance-item-wrapper:last-child .item:last-child {
	align-self: flex-end;
}
.assistance-item-wrapper:last-child {
	height: 390px;
	margin-top: 100px;
}
.img-bg9 {
	right: 0;
	top: 0;
	z-index: 0;
}
.img-bg9 img {
	width: 250px;
}
.img-bg10 {
	top: 50px;
	left: 0;
}
.img-bg10 img {
	width: 830px;
}
.img-bg11 {
	bottom: 50px;
	right: 0;
}
.empty {
	height: 60vh;
	padding-top: 100px;
}
.img-bg12 {
	bottom: -230px;
	left: -190px;
}
.img-bg12 img {
	width: 850px;
}
.img-bg13 {
	background: -50px;
	right: 0;
}
.empty-block {
	position: absolute;
	left: -10px;
	bottom: 50px;
	width: 100%;
	gap: 50px;
}
.empty-block p {
	font-size: 300px;
	line-height: 360px;
	color: #7000ff;
	font-family: 'Unbounded600';
	opacity: 0.15 !important;
	white-space: nowrap;
}
.empty-block-items {
	gap: 70px;
}
.empty-block-items img {
	width: 171px;
}
.benefit {
	padding-bottom: 100px;
	padding-top: 100px;
}
.benefit .title {
	flex-direction: column;
	gap: 10px;
	align-items: flex-start;
	width: fit-content;
}
.benefit .title .item h3 {
	font-size: 115px;
	line-height: 138px;
	color: #ffffff;
	font-family: 'Unbounded600';
}
.benefit .title .item {
	font-size: 65px;
	line-height: 78px;
	color: #ffffff;
	font-family: 'Unbounded600';
}
.benefit .title .item:nth-child(2) {
	padding-left: 150px;
	position: relative;
}
.benefit .title .item:nth-child(2):before {
	content: '';
	display: block;
	position: absolute;
	left: -10px;
	top: 50%;
	-moz-transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
	-o-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
	width: 125px;
	height: 3px;
	background: #7000ff;
}
.benefit .title .item:last-child {
	text-transform: uppercase;
	align-self: flex-start;
}
.benefit-block .item {
	max-width: 372px;
	width: 100%;
	padding-left: 52px;
	position: relative;
}
.benefit-block .item:before {
	content: '1';
	display: block;
	position: absolute;
	left: 0;
	top: 58%;
	z-index: -1;
	-moz-transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
	-o-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
	font-size: 200px;
	line-height: 200px;
	text-transform: uppercase;
	font-family: 'Unbounded700';
	color: rgba(112, 0, 255, 0.35);
}
.benefit-block .item:nth-child(2):before {
	content: '2';
}
.benefit-block .item:nth-child(3):before {
	content: '3';
}
.benefit-block .item h4 {
	font-size: 25px;
	line-height: 30px;
	color: #fff;
	font-family: 'Unbounded600';
	margin-bottom: 5px;
}
.benefit-block .item p {
	font-size: 15px;
	line-height: 16px;
	color: #8d8d8d;
	font-family: 'Unbounded500';
}
.benefit-block {
	margin-top: 75px;
}
.img-bg14 {
	top: 0;
	right: 0;
}
.request {
	padding-top: 37px;
	padding-bottom: 50px;
	background: #4a05a2;
	z-index: 3;
}
.request h3 {
	font-size: 55px;
	line-height: 46px;
	text-transform: uppercase;
	font-family: 'Unbounded700';
	color: #ffffff;
	margin-bottom: 44px;
}
.request h3 span {
	display: block;
	color: #a5f469;
}
.request p {
	font-family: 'Unbounded500';
	font-size: 35px;
	line-height: 37px;
	color: #ffffff;
}
.request .left-col {
	max-width: 490px;
	width: 100%;
}
.request form button {
	margin-bottom: 0;
}
.request .right-col {
	align-self: flex-end;
	max-width: 350px;
	width: 100%;
}
.request .btn {
	max-width: 215px;
}
.difference {
	padding-top: 175px;
	padding-bottom: 160px;
}
.difference h3 {
	font-size: 75px;
	line-height: 90px;
	color: #a5f469;
	font-family: 'Unbounded600';
}
.difference .h3 {
	gap: 25px;
	width: fit-content;
}
.difference .h3 .flex {
	gap: 30px;
}
.difference .h3 img {
	width: 73px;
}
.difference .h4 {
	gap: 18px;
	width: fit-content;
}
.difference .h4 .flex {
	gap: 13px;
}
.difference .h4 .flex span {
	height: 9px;
	width: 9px;
	border-radius: 50%;
	background: #d2aeff;
}
.difference .h4 p {
	margin-top: 20px;
	display: block;
	font-size: 35px;
	line-height: 42px;
	font-family: 'Unbounded500';
	color: #ffffff;
}
.difference h4 {
	width: fit-content;
	font-size: 85px;
	line-height: 138.47%;
	text-transform: uppercase;
	position: relative;
	color: #d2aeff;
	font-family: 'Unbounded700';
}
.difference h4 span {
	display: block;
	font-size: 55px;
	line-height: 138.47%;
	color: #ffffff;
	font-family: 'Unbounded600';
	margin-top: 50px;
}

.difference h4:before {
	content: '';
	display: block;
	position: absolute;
	right: -250px;
	top: 50%;
	-moz-transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
	-o-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
	width: 214px;
	height: 85px;
	background: url(../img/bda.svg) no-repeat;
	background-size: contain;
}
.difference-block {
	border-radius: 25px;
	width: 100%;
	position: relative;
	margin-top: 41px;
}
.difference-block .left-col {
	background: #333333;
	width: 100%;
	padding-top: 33px;
	padding-left: 94px;
	padding-bottom: 33px;
	border-radius: 25px;
}
.difference-block .left-col span {
	font-size: 15px;
	line-height: 138.47%;
	text-transform: uppercase;
	font-family: 'Unbounded600';
	margin-bottom: 14px;
	color: #d2aeff;
	display: block;
}
.difference-block .left-col p {
	font-size: 15px;
	line-height: 138.47%;
	color: #ffffff;
	font-family: 'Unbounded500';
}
.difference-block .left-col h5 {
	font-size: 25px;
	line-height: 111.47%;
	font-family: 'Unbounded700';
	margin-bottom: 14px;
	color: #ffffff;
}
.difference-block .left-col .text {
	max-width: 415px;
	width: 100%;
}
.difference-block .right-col {
	position: absolute;
	border-radius: 0px 25px 25px 0px;
	right: 0;
	top: 0;
	width: 325px;
	height: 100%;
	background: linear-gradient(270deg, #7000ff 0%, #c073f1 100%);
}
.difference-block .right-col .img {
	position: absolute;
	right: 100px;
	top: 50%;
	-moz-transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
	-o-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
}
.difference-block .right-col .img img {
	display: block;
	width: 417px;
}
.img-bg16 {
	left: 0;
	top: -190px;
}
.img-bg16 img {
}
.img-bg17 {
	right: 0;
	bottom: -150px;
}

.img-bg17 img {
}
.img-bg18 {
	left: 0;
	bottom: -330px;
}
.img-bg18 img {
}
.hashtag-booking {
	padding-left: 41px;
	padding-right: 41px;
	font-size: 25px;
	line-height: 30px;
	color: #ffffff;
	text-align: center;
	text-transform: uppercase;
	font-family: 'Unbounded600';
	padding-top: 15px;
	padding-bottom: 15px;
	border: 1px solid #ffffff;
	border-radius: 100px;
}
.hashtag-trading {
	padding-left: 32px;
	padding-right: 32px;
	background: linear-gradient(0deg, rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0.2)),
		linear-gradient(90.09deg, #7000ff 2.03%, #d2aeff 99.94%);
	border-radius: 100px;
	font-size: 25px;
	line-height: 30px;
	padding-top: 15px;
	padding-bottom: 15px;
	text-align: center;

	font-family: Unbounded600;
	color: #ffffff;
}
.hashtag-trading span {
	font-family: Unbounded600;
	text-transform: uppercase;
}
.traders-hashtag {
	width: fit-content;
	gap: 10px;
}
.traders-content2 + .traders-bottom .traders-hashtag {
	display: flex;
}
.traders-bottom .traders-hashtag {
	opacity: 1;
	transition: 0.5s;
}
.traders-content2.hide + .traders-bottom .traders-hashtag {
	opacity: 0;
	position: absolute;
	z-index: -1;
}
.h3-img2m {
	display: none;
}
.assistance .item:hover p {
}
.select {
	top: 43px;
	position: absolute;
	left: 0px;
	width: 100%;
	height: 0;
	overflow: hidden;
	transition: height 0.5s ease-out;
}
.h-btn.enter-btn.btn:hover{
	background: none !important;
}
.select.show {
	height: 160px;
	transition: height 0.5s ease-in;
}
.select.ovrf {
	overflow: unset;
}
.option-wrap {
	align-items: flex-start;
	flex-direction: column;
	gap: 12px;
	position: relative;
	font-size: 15px !important;
	line-height: 18px;
	color: #ffffff;

	width: 100%;
	background: #333333;
	padding-top: 14px;
	padding-bottom: 9px;
	font-family: 'Unbounded600';
}
.option {
	width: 100%;
	    display: flex;
    justify-content: center;
}
.option.active {
	color: #a5f469;
	position: relative;
}

/*.option.active:before {
	content: '';
	display: block;
	position: absolute;
	width: 12px;
	height: 9px;
	top: 50%;
	-moz-transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
	-o-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
	right: 18px;
	background: url(../img/opt.svg) no-repeat;
	background-size: contain;
}*/
.option-wrap:before {
	content: '';
	display: block;
	position: absolute;
	top: -9px;
	width: 0;
	left: 50%;
	transform: translateX(-50%);
	height: 0;
	border: 0 solid transparent;
	border-right-width: 9px;
	border-left-width: 9px;
	border-bottom: 9px solid #333;
}
.select-wrap {
	position: relative;
	border-radius: 100px;
	transition: 0.3s;
	color: #ffffff;
	font-family: 'Unbounded600';
	cursor: pointer;
	min-width: 50px;
	width: 50px;
	display: flex;
	justify-content: center;
}
/* .select.show .select-wrap:before{
                        -moz-transform: rotate(0deg);
-webkit-transform: rotate(0deg);
-o-transform: rotate(0deg);
-ms-transform: rotate(0deg);
transform: rotate(0deg);
                    }*/
/*.select-wrap:before {
	content: '';
	display: block;
	position: absolute;
	right: 23px;
	top: 12px;
	-moz-transform: rotate(180deg);
	-webkit-transform: rotate(180deg);
	-o-transform: rotate(180deg);
	-ms-transform: rotate(180deg);
	transform: rotate(180deg);
	background: url(../img/s-arr.svg) no-repeat;
	background-size: contain;
	width: 16px;
	height: 8px;
	transition: 0.3s;
}
.select-wrap.active:before {
	-moz-transform: rotate(0deg);
	-webkit-transform: rotate(0deg);
	-o-transform: rotate(0deg);
	-ms-transform: rotate(0deg);
	transform: rotate(0deg);
}*/

/*
.sec-wrap{
    display: flex;
    justify-content: space-between;
}
.trader, .investor{
    width: 100%;
}*/
.select-wrap img{
	width: 21px;
	height: 21px;
}
.investor {
}

.investor {
	height: 100vh;
	top: 0;
	left: 0;
	width: 100%;
	padding-top: 150px;
	padding-bottom: 150px;
	line-height: 32px;
	font-family: 'Gilroy500';
	font-size: 22px;
	transform: translateX(200%);
	transition: 0.7s;
	display: flex;
	align-items: center;
	justify-content: center;
}
.investor .container {
}
.investor a {
	line-height: 32px;
	font-family: 'Gilroy500';
	font-size: 22px;
}
.investor.d-n {
	display: none;
}
.investor.active {
	transform: translateX(0%);
	transition: 0.7s;
}
.h-btn.reg-btn{
padding: 16px 22px !important;
    background: linear-gradient(90deg, #7000FF 0%, #4285F3 100%)!important;
    border: 0 !important;
    border-radius: 5px !important;

}
.assistance .item {
	justify-content: flex-start;
	cursor: pointer;
	overflow: hidden;
}

.assistance .item .bot {
	position: absolute;
	bottom: 10px;
	width: 100%;
	height: 80px;
	justify-content: center;
	transition: 0.5s;
	border-radius: 15px;
}
.assistance .item .bot .text {
	height: 0;
	opacity: 0;
	font-size: 15px;
	line-height: 18px;
	font-family: Unbounded500;
	color: #ffffff;
	transition: 0.5s;
	padding-left: 10px;
	padding-right: 10px;
	padding-top: 15px;
}
.assistance .item:hover .bot {
	bottom: 0;
	padding-top: 15px;
	height: 345px;
	background: rgba(48, 48, 48, 1);
	backdrop-filter: blur(59.5px);
}
.assistance .item:hover .bot .text {
	transition: 0.5s;
	height: 200px;
	opacity: 1;
}

.top-traders .title {
	position: relative;
	width: fit-content;
	margin-bottom: 80px;
}
.top-traders .title h3 {
	font-size: 55px;
	line-height: 66px;
	color: #fff;
	font-family: 'Unbounded600';
	width: fit-content;
}
.top-traders .title:before {
	content: '';
	display: block;
	position: absolute;
	width: 163px;
	height: 119px;
	right: -135px;
	-moz-transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
	-o-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
	top: 50%;
	background: url(../img/ttta.svg) no-repeat;
	background-size: contain;
}
.top-traders .title h3 span {
	color: #d2aeff;
	text-transform: uppercase;
}
.top-traders {
	padding-bottom: 280px;
	z-index: 3;
}
.top-traders .container {
	position: relative;
}
.top-traders .slider-wrapper {
	position: absolute;
	left: 0;
	width: 1240px;
}

.top-traders .item {
/*	min-width: 300px;*/
	padding-bottom: 20px;
	padding-top: 26px;
	padding-left: 28px;
	padding-right: 28px;
	margin: 0 20px;
	background: #333333;
	border-radius: 10px;
	height: 210px;
}
.top-traders .item .img {
	width: 64px;
	height: 64px;
	    border-radius: 50%;
    overflow: hidden;
}
.r-wrap.flex {
    flex-direction: column;
    align-items: flex-start;
    margin-right: auto;
    align-self: flex-start;
    gap: 5px;
}
.rating-stars{
	display: flex;
	justify-content: space-between;
	align-items: center;
	gap: 3px;
	width: fit-content;

}
.rating-out_of p{
font-size: 12px;
    line-height: normal;
    font-family: 'Unbounded300', sans-serif;
    font-weight: 300;
    color: #ffffff;
}
.top-traders .item .img img {
	width: 100%;
	height: 100%;
	display: block;
	object-fit: cover;

}
.top-traders .item .name p {
	font-family: 'Unbounded600';
font-size: 13px;
font-style: normal;
font-weight: 600;
line-height: 18px;
text-transform: uppercase;
}
.top-traders .item .item-top{
	gap: 6px;
}
.top-traders .item .name{
	gap: 5px;
	align-self: flex-start;
	margin-right: auto;
}
.top-traders .item .name img{
	width: 14px;
}
.top-traders .item .name span {
	height: 14px;
	width: 14px;
	display: inline-block;
	background: url(../img/na.svg) no-repeat;
	background-size: contain;
}
.top-traders .item .text {
	margin-top: 10px;
	font-size: 12px;
	line-height: normal;
	font-family: 'Unbounded300', sans-serif;
	font-weight: 300;
	color: #ffffff;
}
.prev-btn {
	cursor: pointer;
}
.slick-dots {
	position: static !important;
	margin-right: auto !important;
	max-width: 903px;
	width: 100% !important;
	display: flex !important;
	justify-content: space-between;
	height: 5px;
	position: relative !important;
	margin-top: 30px !important;
}
.slick-dots:before {
	position: absolute;
	content: '';
	display: block;
	width: 100%;
	height: 2px;
	top: 50%;
	left: 0;
	-moz-transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
	-o-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
	background: #edf0f3;
}
.slick-dotted.slick-slider {
	margin-bottom: 0 !important;
}
.slider-wrapper {
	position: relative;
}
.arrows {
	width: 88px;
	height: 24px;
	position: absolute;
	left: 940px;
	bottom: -33px;
}
.arrows-wrap {
	position: relative;
}
.arrows .arr {
	width: 24px;
	height: 24px;
	position: absolute;
	left: 0;
	top: 0;
	cursor: pointer;
}

.arrows-wrap .arr.next {
	left: unset;
	right: 0;
}
.arrows-wrap .arr.prev {
	-moz-transform: rotate(180deg);
	-webkit-transform: rotate(180deg);
	-o-transform: rotate(180deg);
	-ms-transform: rotate(180deg);
	transform: rotate(180deg);
}
.arrows-wrap .arr:hover svg path {
	stroke: #d2aeff;
}
.arrows .img {
	width: 100%;
	height: 100%;
	display: flex;
	justify-content: center;
	align-items: center;
}
.arrows .arrows-wrap {
	position: relative;
}
.slick-dots li {
	display: block !important;
	width: 20% !important;
	margin: 0 !important;
	background: none;
	border-radius: 4px;
	height: 5px !important;
}
.slick-dots li.slick-active {
	background: #d2aeff;
}
.slick-dots li button:before {
	display: none !important;
}

.stages {
	z-index: 2;
	padding-top: 80px;
	padding-bottom: 145px;
}
.stages .title {
	position: relative;
	padding-left: 145px;
	margin-bottom: 55px;
}
.stages .title:before {
	content: '';
	display: block;
	position: absolute;
	left: 0;
	top: 0;
	width: 119px;
	height: 119px;
	background: url(../img/st.svg) no-repeat;
}
.stages .title h3 {
	font-size: 65px;
	line-height: 78px;
	color: #ffffff;
	font-family: 'Unbounded600';
}
.stages .title h3 span {
	display: block;
	font-size: 35px;
	line-height: 42px;
	color: #a5f469;
}
.stages-block {
	width: 100%;
	flex-direction: column;
	gap: 56px;
}
.stages-block .item {
	position: relative;
	width: fit-content;
	gap: 22px;
	align-self: flex-end;
}
.stages-block .item .num {
	font-size: 75px;
	line-height: 90px;
	font-family: 'Unbounded600';
	font-feature-settings: 'zero' on;
	color: #333333;
	background: -webkit-linear-gradient(to bottom, #a5f469 0%, #333333 0%);
	background: linear-gradient(to bottom, #a5f469 0%, #333333 0%);
}
.stages-block .item .num.webk {
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
}
.stages-block .item p span {
	font-family: 'Unbounded600';
	color: #ffffff;
	display: block;
	font-size: 25px;
	line-height: 30px;
	text-transform: uppercase;
	margin-bottom: 15px;
}
.stages-block .item p {
	font-family: 'Unbounded600';
	color: #ffffff;
	font-size: 15px;
	line-height: 18px;
	max-width: 450px;
	width: 100%;
}
.stages-block .item:before {
	content: '';
	display: block;
	position: absolute;
	top: 10px;
	left: -150px;
	width: 128px;
	height: 93px;
	background: url(../img/bsa.svg) no-repeat;
	background-size: contain;
}

.stages-block .item:nth-child(even) {
	align-self: flex-start;
}
.stages-block .item:nth-child(even):before {
	left: unset;
	right: -150px;
	background: url(../img/bsa2.svg) no-repeat;
	background-size: contain;
}

.stages-block .item:last-child:before {
	display: none;
}
.img-bg19 {
	right: 0;
	top: -230px;
}
.img-bg20 {
	top: 50px;
	right: 0;
}
.img-bg21 {
	left: 0;
	bottom: -650px;
}
.img-bg22 {
	left: 0;
	bottom: -650px;
}
.stages-bottom {
	margin-top: 150px;
	width: 100%;
}
.stages-bottom .left-col {
	max-width: 660px;
	width: 100%;
}
.stages-bottom .left-col p {
	font-size: 25px;
	line-height: 30px;
	text-transform: uppercase;
	font-family: 'Unbounded500';
	color: #ffffff;
}
.stages-bottom .left-col p span {
	display: block;
	color: #a5f469;
}
footer {
	background: #010101;
	z-index: 3;
	position: relative;
}
.f-logo {
	max-width: 146px;
	width: 100%;
}
.f-logo img {
	width: 100%;
}
.top-footer {
	padding-top: 35px;
	padding-bottom: 27px;
	width: 100%;
	border-bottom: 0.5px solid rgba(241, 241, 241, 0.55);
}
.middle-footer {
	padding-top: 28px;
	padding-bottom: 28px;
	border-bottom: 0.5px solid rgba(241, 241, 241, 0.55);
}
.middle-footer .left-col {
	max-width: 250px;
	width: 100%;
	    display: flex;
    flex-direction: column;
    gap: 15px;
}
.middle-footer .left-col p {
	font-size: 17px;
	line-height: 20px;
	font-family: 'Unbounded700';
	margin-bottom: 20px;
	color: #ffffff;
}
.trustpilot-widget{
	width: 20%;

}
.social-links{
	justify-content: flex-start;
	gap: 0px;
	flex-direction: column;
}
.middle-footer .left-col .links {
	flex-direction: column;
	gap: 5px;
	width: fit-content;
	align-items: flex-start;
}
.middle-footer .left-col .links a {
	font-size: 15px;
	line-height: 18px;
	color: #ffffff;
	font-family: 'Unbounded500';
}
.middle-footer .right-col p {
	font-size: 15px;
	line-height: 18px;

	color: #ffffff;
	font-family: 'Unbounded500';
}

.middle-footer .right-col p.bold {
	font-family: 'Unbounded700';
	font-size: 17px;
	line-height: 20px;
	margin-bottom: 10px;
}
.middle-footer .right-col form {
	margin-top: 20px;
	width: fit-content;
	gap: 15px;
}
.middle-footer .right-col {
	max-width: 355px;
	width: 100%;
}
.middle-footer .right-col form input[type='email'] {
	background: #303030;
	border-radius: 5px;
	color: #fff;
	padding-left: 15px;
	height: 40px;
	font-size: 15px;
	line-height: 40px;
	font-family: 'Unbounded500';
	width: 284px;
	border: 0;
}
.middle-footer .right-col form button {
	background: #7000ff;
	border-radius: 7px;
	width: 39px;
	height: 39px;
	display: flex;
	justify-content: center;
	align-items: center;
	border: 0;
	cursor: pointer;
}
footer .links a{
  color: #969696 !important;
}
.bottom-footer {
	padding-top: 22px;
	padding-bottom: 18px;
}
.bottom-footer p,
.bottom-footer p span {
	text-align: center;
	font-size: 15px;
	line-height: 18px;
	color: #ffffff;
	font-family: 'Unbounded600';
}
.bottom-footer p span {
	font-family: 'Unbounded300';
}

.burger {
	display: none;
	width: 38px;
	height: 20px;
	flex-direction: column;
	cursor: pointer;
}
.burger span {
	display: block;
	width: 38px;
	height: 3px;
	background: #fff;
}
.blog {
	padding-top: 50px;
	padding-bottom: 100px;
}
.blog .title {
	position: relative;
	width: fit-content;
}
.blog .title .img {
	position: absolute;
	width: 150px;
	height: 150px;
	top: -5px;
	right: 65px;
}
.blog .title .img img {
	width: 100%;
	height: 100%;
	display: block;
}
.blog .title h3 {
	font-size: 55px;
	line-height: 66px;
	font-family: 'Unbounded600';
	color: #ffffff;
}
.blog .title h3 span {
	display: block;
	font-size: 155px;
	line-height: 186px;
	font-family: 'Unbounded700';
	text-transform: uppercase;
	margin-top: 10px;
}
.blog-text {
	width: 100%;
	padding: 25px;
	background: #a5f469;
	border-radius: 15px;
}
.blog-text p {
	font-size: 20px;
	line-height: 24px;
	color: #121212;
	font-family: 'Unbounded700';
}
.blog .btn {
	max-width: 235px;
	margin-top: 50px;
}
.blog .img-abs {
	position: absolute;
	bottom: 0;
	right: 0;
}
.documents {
	padding-top: 130px;
	padding-bottom: 100px;
}
.documents .left-col {
	max-width: 250px;
	width: 100%;
}
.documents .links {
	flex-direction: column;
	align-items: flex-start;
}
.documents .links a {
	font-size: 17px;
	line-height: 20px;
	color: #ffffff;
	font-family: 'Unbounded600';
	text-transform: uppercase;
	padding-top: 10px;
	padding-bottom: 10px;
	padding-left: 11px;
	position: relative;
}
.documents .links .link.active a:before {
	content: '';
	display: block;
	position: absolute;
	width: 3px;
	height: 100%;
	left: 0;
	top: 0;
	background: #7000ff;
	border-radius: 15px;
}
.policy {
	background: url(../img/pr-bg.png) no-repeat;
	background-size: cover;
}
.terms {
	background: url(../img/pr-bg.png) no-repeat;
	background-size: cover;
}
.documents .links .link.active a:after {
	content: '';
	display: block;
	position: absolute;
	left: 0;
	top: 0;
	height: 100%;
	max-width: 113px;
	width: 100%;
	background: linear-gradient(90deg, #7000ff -1.33%, rgba(18, 18, 18, 0) 50%);
	opacity: 0.35;
	z-index: -1;
}
.documents .right-col {
	max-width: 775px;
	width: 100%;
}
.documents .booking-traders-btn {
	width: 143px;
	height: 76px;
	background: url(../img/btn-d.svg) no-repeat;
	background-size: cover;
}
.documents .booking-traders-btn a {
	font-size: 17px;
	line-height: 20px;
	text-transform: capitalize;
	color: #ffffff;
	font-family: 'Unbounded400';
}
.documents .right-col h3 {
	font-size: 25px;
	line-height: 30px;
	color: #ffffff;
	font-family: 'Unbounded600';
}

.documents .right-col .document-title span {
	font-size: 15px;
	color: #a5f469;
	display: block;
	font-family: 'Unbounded500';
	line-height: 18px;
	margin-top: 13px;
}
.document-top {
	padding-bottom: 40px;
	border-bottom: 2px solid #525252;
}
.document-main-text {
	margin-top: 50px;
	margin-bottom: 50px;
}
.documents .document-text {
	flex-direction: column;
	gap: 20px;
	align-items: flex-start;
}
.documents .document-text p,
.documents .document-text p a,
.documents .document-text h5 {
	font-size: 15px;
	line-height: 18px;
	color: #ffffff;
	font-family: 'Unbounded500';
}
.documents .document-text p a {
	text-decoration: underline;
}
.document-text h5 {
	text-transform: uppercase;
	color: #a5f469 !important;
}
.secondary-document-text:not(:first-child) {
	margin-top: 25px;
}

.secondary-document-text.last {
	margin-top: 50px;
}
.pre-list {
	padding-left: 20px;
}
.documents .container {
	align-items: flex-start;
}
.documents .left-col {
	padding-top: 46px;
}
.document {
	padding-top: 46px;
	padding-right: 55px;
	padding-bottom: 55px;
	padding-left: 55px;
	background: rgba(66, 66, 66, 0.35);
	backdrop-filter: blur(27.5px);
	border-radius: 15px;
}
.blog-article-top {
	padding-top: 30px;
	padding-bottom: 30px;
	background: #202020;
	border-radius: 15px;
	margin-bottom: 70px;
}
.blog-article-top p {
	color: #ffffff;
	text-align: center;
	text-transform: uppercase;
	font-size: 25px;
	line-height: 30px;
	font-family: 'Unbounded600';
}
.blog-article-main {
	padding-top: 75px;
	padding-right: 125px;
	padding-left: 125px;
	padding-bottom: 80px;
	background: #202020;
	border-radius: 15px;
}
.blog-article-main h5 {
	font-size: 25px;
	line-height: 30px;
	text-align: center;
	font-family: 'Unbounded600';
	color: #ffffff;
	padding-bottom: 37px;
	position: relative;
}
.blog-article-main h5:before {
	content: '';
	display: block;
	position: absolute;
	bottom: 0;
	left: 50%;
	width: 540px;
	height: 2px;
	background: #525252;
	-moz-transform: translateX(-50%);
	-webkit-transform: translateX(-50%);
	-o-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	transform: translateX(-50%);
}
.blog-article-main .date {
	font-size: 15px;
	line-height: 18px;
	text-align: center;
	font-family: 'Unbounded600';
	color: #ffffff;
	margin-top: 20px;
	margin-bottom: 10px;
}

.blog-article-main .status {
	font-size: 15px;
	line-height: 18px;
	text-align: center;
	margin-bottom: 30px;
	color: #a5f469;
}
.blog-article-main-text .img {
	margin-top: 30px;
	margin-bottom: 30px;
}
.blog-article-main-text .img img {
	width: 100%;
	display: block;
}
.blog-article-main-text p,
.blog-article-main-text p a,
.blog-article-main-text p span {
	font-size: 15px;
	line-height: 18px;
	font-family: 'Unbounded500';
	color: #ffffff;
}
.blog-article-main-text p a {
	text-decoration: underline;
}
.blog-article-main-text p span {
	padding-left: 20px;
	position: relative;
	display: block;
}
.blog-article-main-text p span:before {
	content: '';
	display: block;
	position: absolute;
	width: 3px;
	height: 3px;
	background: #fff;
	top: 6px;
	left: 9px;
	border-radius: 50%;
}
.blog-article-arrows {
	max-width: 200px;
	width: 100%;
	margin: 0 auto;
	margin-top: 67px;
}
.blog-article-arrows a {
	gap: 7px;
}
.blog-article-arrows a span {
	color: #a5f469;
	font-size: 20px;
	line-height: 24px;
	text-transform: capitalize;
	font-family: 'Unbounded500';
}
.blog-article-arrows a.active span {
	color: #d2aeff;
}
.blog-article {
	padding-top: 150px;
	padding-bottom: 100px;
}
.img-a {
	position: absolute;
}
.img-a2 {
	left: 0;
	top: 234px;
}
.img-a2 img {
	width: 270px;
}
.img-a1 {
	right: 0;
	top: 70px;
}
.h-btn.enter-btn{
	    border: 0;
    width: fit-content;
    max-width: unset;
    min-width: unset !important;
    white-space: nowrap;
}


.blog-article {
	background: url('../img/bg-bl-a.png') no-repeat;
	background-size: cover;
}
.enter-page {
	background: url('../img/enter-bg.png') no-repeat;
	background-size: cover;
	padding-top: 165px;
	padding-bottom: 85px;
}
.reg button {
	margin-top: 44px;
}
form {
	max-width: 520px;
	width: 100%;
	margin: 0 auto;
	flex-direction: column;
}
footer form {
	flex-direction: initial;
}
footer form button {
	margin-bottom: 0;
}
footer form {
	gap: 15px;
}
.enter-page form h2 {
	font-size: 35px;
	line-height: 42px;
	color: #a5f469;
	font-family: 'Unbounded700';
	margin-bottom: 20px;
	text-align: center;
	padding-bottom: 0;
	border: 0;
}
.enter-page form h3 {
	margin-bottom: 50px;
}
.enter-page form h3,
.enter-page form h3 a {
	font-size: 15px;
	line-height: 18px;
	color: #ffffff;
	font-family: 'Unbounded500';
	text-align: center;
}
.enter-page form h3 a {
	text-decoration: underline;
}

form input {
	border: 0;
	width: 100%;
	background: #333333;
	border-radius: 0 5px 5px 0;
	height: 51px;
	padding-left: 25px;
	padding-right: 10px;
	font-size: 15px;
	line-height: 18px;
	font-family: 'Unbounded500';
	color: #fff;
}
form input::placeholder {
	color: #5f5f5f;
}
.forget-pass {
	text-align: center;
	color: #a5f469;
	font-size: 15px;
	line-height: 18px;
	font-family: 'Unbounded500';
	margin-top: 35px;
	margin-bottom: 30px;
}

form button {
	border: 0;
	border: 2px solid #ffffff;
	border-radius: 155px;
	background: 0;
	max-width: 235px;
	width: 100%;
	padding-top: 13px;
	padding-bottom: 13px;
	font-size: 13px;
	line-height: 16px;
	font-family: 'Unbounded500';
	color: #ffffff;
	text-align: center;
	cursor: pointer;
	margin-bottom: 34px;
	transition: 0.3s;
}
form button:hover {
	background: #7000ff;
}
form .inp {
	max-width: 505px;
	margin: 0 auto;
	width: 100%;
	margin-bottom: 10px;
}
form .inp-img {
	width: 55px;
	height: 51px;
	background: #7000ff;
	border-radius: 5px 0 0 5px;
	justify-content: center;
	align-items: center;
}
.enter-block-or {
	max-width: 310px;
	width: 100%;
	gap: 35px;
	margin-bottom: 30px;
}
.enter-block-or .line {
	max-width: 107px;
	width: 100%;
	height: 1px;
	background: #333333;
}
.enter-block-or p {
	color: #333333;
	font-size: 13px;
	font-family: 'Unbounded500';
	line-height: 16px;
}
.soc-links {
	width: 100%;
	gap: 10px;
}

.soc-links a {
	max-width: 235px;
	width: 100%;
	background: #333333;
	border-radius: 5px;
	justify-content: center;
	padding-top: 10px;
	padding-bottom: 10px;
	gap: 5px;
}
.soc-links a p {
	font-size: 13px;
	line-height: 16px;
	font-family: 'Unbounded500';
	color: #ffffff;
}

.request-block form .inp-img {
	background: #a5f469;
}
.request-block form .inp-img p {
	font-size: 15px;
	line-height: 18px;
	color: #333;
	font-family: 'Unbounded700';
}
.request-block form .inp-img img {
	width: 15px;
}
.s-img {
	position: absolute;
	z-index: -1;
}
.s-imgr,
.s-imgr-r {
	transition: right 0.7s;
}
.s-img2 {
	top: 700px;
}
.s-imgl {
	transition: left 0.7s;
}
.s-img1 {
	top: 300px;
}
.s-img3 {
	top: 300px;
}
.s-img4 {
	top: 900px;
}
.s-img5 {
	top: 2300px;
}
.s-img6 {
	top: 2000px;
}
.s-img7 {
	top: 4000px;
}
.s-img8 {
	top: 3500px;
}
.s-img9 {
	top: 22%;
}
.s-img10 {
	top: 39%;
}
.s-img11 {
	top: 56%;
}
.s-img12 {
	top: 58%;
}
.s-img13 {
	top: 60%;
}
.s-img14 {
	top: 78%;
}

@media (min-height: 1000px) {
	main .traders {
		padding-top: 24vh !important;
	}
}

@media (max-height: 900px) {
	.img-choose.mob img {
		height: 35vh !important;
	}
}

@media (max-width: 1100px) {
	.img-choose.desk img {
		width: 32vw;
	}
	.traders-content.traders-content1 > .container {
		flex-direction: column;
	}
	.traders-content1-right-col {
		margin: 0;
		margin-right: auto;
	}
	.traders-content1-right-col img {
		max-width: 255px;
	}
}

@media (max-width: 900px) {
	.request-block {
		flex-direction: column;
		gap: 30px;
	}
	.top-traders .item{
		height: 260px;
	}
	form .inp-img .traders.on {
		padding-top: 150px !important;
	}
	main .traders {
		padding-top: 100px !important;
	}
	.img-choose.desk {
		display: none;
	}
	.img-choose.mob {
		display: block !important;
	}
.trustpilot-widget{
	width: 40%;
}
.footer-soc-links{
	width: 100%;
}
.top-footer .container{
	gap: 25px;
	flex-wrap: wrap;
}

footer .item-link a{
  color: #fff;
}
.footer-soc-links{
	justify-content: flex-start;
}
.footer-soc-links a img{
	height: 20px;
}
.middle-footer .left-col{
	gap: 15px;
}
	.traders-content2 .title p {
		font-size: 15px !important;
		line-height: 18px !important;
	}
	.traders-content2 .container {
		height: 100% !important;
	}
	.traders-content2 .text {
		font-size: 11px !important;
		line-height: 13px !important;
	}
	.choose-btn {
		max-width: 130px !important;
		padding-top: 8px !important;
		padding-bottom: 8px !important;
	}
	.choose-btn p {
		font-size: 10px !important;
		line-height: 12px !important;
	}
	.choose-btn img {
		width: 7px !important;
	}
	header .select-wrap {
		display: none;
	}

	.enter-page {
		background: url('../img/m-enter-bg.png') no-repeat;
		background-size: cover;
		padding-top: 125px;
		padding-bottom: 95px;
	}
	.enter-page form h2 {
		font-size: 20px !important;
		line-height: 24px;
		margin-bottom: 13px;
	}
	.enter-page form h3 {
		margin-bottom: 25px;
	}
	form .inp-img {
		width: 34px;
		height: 31px;
	}
	.forget-pass {
		margin-top: 22px;
		margin-bottom: 10px;
		font-size: 13px;
		line-height: 16px;
	}
	form button {
		max-width: 166px;
		font-size: 11px;
		line-height: 13px;
		padding-top: 9px;
		padding-bottom: 9px;
		margin-bottom: 24px;
	}
	.enter-block-or {
		margin-bottom: 17px;
	}
	.soc-links a {
		max-width: 147px;
		padding-top: 7px;
		padding-bottom: 7px;
	}
	.soc-links img {
		width: 11px;
	}
	.soc-links a p {
		font-size: 10px;
		line-height: 12px;
	}
	form input {
		height: 31px;
		padding-left: 15px;
		font-size: 13px;
		line-height: 16px;
	}
	.enter-page form h3,
	.enter-page form h3 a {
		font-size: 13px;
		line-height: 16px;
	}
	.blog-article-top p {
		font-size: 15px;
		line-height: 18px;
	}
	.blog-article-main h5 {
		font-size: 15px;
		line-height: 18px;
	}
	.blog-article-main .status {
		margin-bottom: 35px;
	}
	.blog-article-main h5:before {
		width: 185px;
	}
	.blog-article-main-text .img {
		margin-top: 25px;
		margin-bottom: 25px;
	}
	.blog-article-main-text p,
	.blog-article-main-text p a,
	.blog-article-main-text p span {
		font-size: 11px;
		line-height: 13px;
	}
	.blog-article {
		padding-top: 100px;
	}
	.img-a2 {
		left: -100px;
	}
	.img-a1 {
		top: 160px;
	}
	.img-a1 img {
		width: 126px;
	}
	.documents .container {
		flex-direction: column;
	}
	.documents {
		padding-top: 100px;
		padding-bottom: 65px;
	}
	.documents .links {
		margin-bottom: 15px;
		align-items: flex-start;
	}
	.document {
		padding-top: 25px;
		padding-right: 25px;
		padding-left: 25px;
		padding-bottom: 35px;
	}
	.documents .right-col h3 {
		font-size: 15px;
		line-height: 18px;
	}
	.documents .right-col .document-title span {
		font-size: 11px;
		line-height: 13px;
	}
	.documents .links a {
		font-size: 15px;
		line-height: 18px;
		padding-top: 14px;
		padding-bottom: 14px;
	}
	.documents .booking-traders-btn {
		width: 100px;
		height: 53px;
	}
	.secondary-document-text.last {
		margin-top: 25px !important;
	}
	.documents .booking-traders-btn a {
		font-size: 11px;
		line-height: 13px;
	}
	.document-top {
		padding-bottom: 20px;
	}
	.document-main-text {
		margin-top: 25px;
		margin-bottom: 25px;
	}
	.documents .document-text p,
	.documents .document-text p a,
	.documents .document-text h5 {
		font-size: 11px;
		line-height: 13px;
	}
	.blog {
		padding-top: 65px;
		padding-bottom: 0px;
	}

	.blog .img-abs {
		position: static;
		margin-top: 70px;
	}
	.documents .document-text {
		gap: 15px;
	}
	.container-blog-text {
		max-width: unset;
		padding: 0;
	}
	.blog-text {
		border-radius: 0;
	}
	.blog-text p {
		font-size: 15px;
		line-height: 18px;
		padding-right: 80px;
	}
	.blog .img-abs img {
		display: block;
		width: 100%;
		max-width: 340px;
		margin-left: auto;
	}
	.blog .title h3 {
		font-size: 25px;
		line-height: 30px;
	}
	.blog .title h3 span {
		font-size: 100px;
		line-height: 120px;
		margin-top: 5px;
	}
	.blog .title .img {
		position: absolute;
		width: 80px;
		height: 80px;
		transform: rotate(29deg);
		top: 1px;
		right: 113px;
	}
	.bot-title img {
		width: 12px !important;
	}
	.assistance .item .bot {
		height: 35px;
	}
	.assistance .item .bot .text {
		font-size: 8px;
		line-height: 10px;
		padding-top: 10px;
	}
	.assistance .item:hover .bot {
		padding-top: 10px;
		height: 200px;
	}
	header nav,
	header .h-btn {
		display: none !important;
	}
	.burger {
		display: flex;
	}
	header {
		padding-top: 15px;
		padding-bottom: 15px;
	}
	h1 span {
		font-size: 55px;
		line-height: 66px;
	}
	h1 > span > span span {
		width: 8px;
		height: 8px;
	}
	h1 > span > span {
		gap: 15px;
		right: -80px;
	}
	h1 .h1:last-child:before {
		width: 17px;
		height: 17px;
		top: 3px;
		right: -15px;
	}
	.img-bg3 {
		display: none;
	}
	.traders {
		overflow-x: hidden;
	}
	.text-bg {
		font-size: 100px;
		left: 0;
	}
	.prev-btn {
		cursor: pointer;
	}
	.next-btn img,
	.prev-btn img {
		width: 34px;
	}
	.traders-pagination .num {
		font-size: 34px;
	}
	.traders-pagination .line {
		width: 56px;
	}
	h2 {
		font-size: 55px;
		line-height: 66px;
	}
	/*    .img-choose img{
        max-width: 290px;
    }*/
	.traders-content2-wrapper .item {
		flex-direction: column;
		gap: 0;

		padding-top: 10px;
		padding-bottom: 25px;
		justify-content: center;
		/*  max-width: 146px;*/
		padding-right: 10px;
		padding-left: 10px;
	}
	.traders-content2-wrapper .item span {
		font-size: 55px;
		line-height: 66px;
	}
	.traders-content2-wrapper .item p {
		font-size: 11px;
		line-height: 13px;
	}
	.traders-content2-wrapper .btn-label {
		margin-top: 20px;
		font-size: 13px;
		line-height: 16px;
		margin-bottom: 6px;
	}
	.traders-content2-wrapper .next-btn img,
	.traders-content2-wrapper .prev-btn img {
		width: 21px;
	}
	.traders-pagination-container {
		flex-direction: column;
	}
	.traders-hashtag {
		align-self: flex-start;
	}
	.hashtag-booking,
	.hashtag-trading {
		padding-left: 21px;
		padding-right: 21px;
		padding-top: 10px;
		padding-bottom: 10px;
		font-size: 20px;
	}
	.traders-hashtag img {
		width: 14px;
	}
	.img-bg1 {
		display: none;
	}
	.booking-traders__wrap-top .wrap-top-left,
	.booking-traders__wrap-middle {
		flex-direction: column;
	}
	.booking-traders__wrap-top .wrap-top-left {
		gap: 16px;
	}
	.booking-traders__wrap-middle {
		align-self: flex-start;
	}
	h3 {
		font-size: 55px;
		line-height: 89.47%;
	}
	.booking-traders__wrap-top .text p {
		font-size: 15px;
		line-height: 20px;
	}
	.booking-traders__wrap-middle h4 {
		font-size: 25px;
		line-height: 30px;
	}
	.booking-traders__wrap-middle h4 span {
		font-size: 15px;
		line-height: 18px;
	}
	.booking-traders__wrap-middle p {
		font-size: 12px;
		line-height: 15px;
	}
	.booking-traders__wrap-middle .item {
		gap: 10px;
	}
	.booking-traders__wrap-top .wrap-top-right .prev-btn img {
		width: 36px;
	}
	.booking-traders__wrap-top .wrap-top-right {
		align-self: center;
	}
	.booking-traders__wrap-bottom p {
		font-size: 13px;
		line-height: 16px;
	}
	.booking-traders-btn {
		width: 128px;
		height: 68px;
		font-size: 13px;
		line-height: 16px;
		background-size: contain;
	}
	.img-bg6 img {
		width: 662px;
	}
	.img-bg6 {
		bottom: -10px;
	}
	.booking-traders {
		z-index: 3;
	}
	.img-bg7 img {
		width: 200px;
	}
	.img-bg7 {
		top: -200px;
	}
	.trust-wrap {
		flex-direction: column;
	}
	.trust .title {
		align-self: flex-start;
	}
	.trust .h3-img1 img {
		width: 39px;
	}
	.trust .h3-img1 {
		gap: 22px;
		top: 0px;
		right: -2px;
	}
	.trust .h3-img2 {
		-moz-transform: scale(-1);
		-webkit-transform: scale(-1);
		-o-transform: scale(-1);
		-ms-transform: scale(-1);
		transform: scale(-1);
	}
	.h3-img2 {
		display: none;
	}
	.h3-img2m {
		display: block;
		right: -80px;
		top: 50px;
	}
	.trus-wrap__item-wrap {
		margin-top: 50px;
	}
	.trus-wrap__item {
		flex-direction: column;
		gap: 20px;
	}
	.img-bg8 {
		top: -300px;
		right: -100px;
	}
	.img-bg9 {
		display: none;
	}
	.booking-traders {
		padding-top: 130px;
	}
	.trust-wrap-bottom {
		flex-direction: column;
	}
	.trust-wrap-bottom .left-col p {
		font-size: 25px;
		line-height: 26px;
	}
	.trust-wrap-bottom .right-col p {
		font-size: 13px;
		line-height: 19px;
	}
	.trust-wrap-bottom .right-col p:before {
		background: url(../img/b3-2.svg) no-repeat;
		background-size: contain;
		width: 119px;
		height: 17px;
		left: 40px;
	}
	.btn {
		padding-top: 15px;
		padding-bottom: 15px;
		font-size: 13px;
		line-height: 16px;
	}
	.trust-wrap-bottom {
		gap: 20px;
		margin-bottom: 100px;
	}
	.assistance h3 {
		font-size: 55px;
		line-height: 66px;
	}
	.assistance h3 span {
		font-size: 15px;
		line-height: 18px;
		margin-bottom: 5px;
	}
	.assistance h3:before {
		top: unset;
		right: -10px;
		bottom: -59px;
		width: 91px;
		height: 125px;
		background: url(../img/b4-h-1m.svg) no-repeat;
		background-size: cover;
	}
	.assistance-item-wrapper,
	.assistance-item-wrapper:last-child {
		height: auto;
	}
	.assistance-wrapper {
		flex-direction: column;
	}
	.assistance .item {
		max-width: 150px;
		width: 100%;
		height: 200px;
		padding-left: 15px;
		padding-right: 15px;
		padding-top: 10px;
		padding-bottom: unset;
		padding-bottom: 10px;
		overflow: hidden;
	}
	.assistance .item p {
		font-size: 12px;
		line-height: 92.97%;
		/*padding-left: 10px;*/
	}
	.assistance .item p:before {
		width: 10px;
		height: 13px;
		top: 0px;
		left: -6px;
	}
	/*.assistance .item{
    justify-content: space-around;
}*/
	.assistance .item p {
		width: 75%;
	}
	.assistance-item-wrapper,
	.assistance-wrapper {
		gap: 7px;
	}
	.assistance-item-wrapper:last-child {
		margin-top: 0;
	}
	.assistance-wrapper {
		margin: unset;
		margin-right: auto;
		margin-top: 76px;
	}
	.assistance {
		padding-top: unset;
	}
	.trust-wrap-bottom {
		margin-bottom: 0;
	}
	.img-bg13 {
		display: none;
	}
	.empty {
		padding-top: 70px;
		height: 50vh;
	}
	.img-bg12 img {
		width: 455px;
	}
	.empty-block {
		bottom: unset;
	}
	.empty-block p {
		font-size: 100px;
		line-height: 120px;
	}
	.empty-block-items img {
		width: 42px;
	}
	.empty-block-items img {
		gap: 10px;
	}
	.empty-block {
		gap: 20px;
	}
	.assistance {
		height: unset;
		padding-top: 100px;
	}
	.img-bg14 img {
		width: 250px;
	}
	.img-bg14 {
		top: -220px;
	}
	.img-bg12 {
		left: -350px;
		bottom: 0;
	}
	.img-bg10 {
		display: none;
	}
	.benefit {
		height: unset;
		padding-top: 215px;
		padding-bottom: 54px;
	}
	.benefit .title .item h3 {
		font-size: 55px;
		line-height: 66px;
	}
	.benefit .title .item {
		font-size: 35px;
		line-height: 42px;
	}
	.benefit .item-wrap {
		margin-left: 10px;
		gap: 13px;
	}
	.benefit .item-wrap img {
		width: 32px;
	}
	.benefit .title .item:nth-child(2) {
		padding-left: 65px;
	}
	.benefit .title .item:nth-child(2):before {
		width: 65px;
	}
	.benefit-block {
		flex-direction: column;
		gap: 70px;
	}
	.benefit-block .item h4 {
		font-size: 20px;
		line-height: 20px;
	}
	.benefit-block .item p {
		font-size: 15px;
		line-height: 16px;
	}
	.benefit-block .item:before {
		font-size: 115px;
		left: 0;
	}
	.request h3 {
		font-size: 35px;
		line-height: 46px;
		margin-bottom: 5px;
	}
	.request p {
		font-size: 13px;
		line-height: 20px;
	}
	.benefit-block .item {
		padding-left: 30px;
	}
	.img-bg16 img {
		width: 250px;
	}
	.img-bg16 {
		top: -150px;
	}
	.img-bg16 img {
		padding-top: 100px;
	}
	.difference h3 {
		font-size: 35px;
		line-height: 42px;
	}
	.difference .h3 {
		flex-direction: column;
	}
	.difference .h3 img {
		width: 38px;
	}
	.difference .h3 .flex {
		gap: 15px;
		align-self: flex-start;
	}
	.difference .h4 p {
		font-size: 15px;
		line-height: 18px;
		margin-top: 0;
	}
	.difference .h4 .flex {
		gap: 6px;
	}
	.difference .h4 .flex span {
		width: 5px;
		height: 5px;
	}
	.difference .h4 {
		margin-top: 15px;
	}
	.difference h4,
	.difference h4 span {
		font-size: 35px;
		line-height: 138.47%;
	}
	.difference h4 span {
		margin-top: 30px;
	}
	.difference-block .right-col {
		top: unset;
		bottom: 0;
		border-radius: 0px 0px 5px 5px;
		width: 100%;
		height: 250px;
	}
	.difference-block .left-col {
		padding-top: 30px;
		padding-left: 11px;
		padding-right: 11px;
		padding-bottom: 360px;
	}
	.difference-block .right-col .img {
		top: -170px;
		right: unset;
		left: 50%;
		-moz-transform: translateX(-50%);
		-webkit-transform: translateX(-50%);
		-o-transform: translateX(-50%);
		-ms-transform: translateX(-50%);
		transform: translateX(-50%);
	}
	.img-bg18 img {
		width: 200px;
	}
	.img-bg18 {
		bottom: 0;
	}
	.img-bg17 {
		right: -100px;
		bottom: unset;
		top: 300px;
	}
	.img-bg17 img {
		width: 300px;
	}
	.top-traders .slider-wrapper {
		width: 330px;
	}
	.slick-dots {
		margin-left: 20px !important;
		max-width: 210px;
	}
	.arrows {
		width: 45px;
		left: unset;
		right: 15px;
		bottom: -38px;
	}
	.arrows .arr {
		width: 15px;
		height: 15px;
	}
	.slick-dots {
	}
	.difference {
		padding-bottom: 110px;
	}
	.top-traders .slider-wrapper {
		left: 50%;
		-moz-transform: translateX(-50%) !important;
		-webkit-transform: translateX(-50%) !important;
		-o-transform: translateX(-50%) !important;
		-ms-transform: translateX(-50%) !important;
		transform: translateX(-50%) !important;
	}
	.top-traders .title {
		margin-bottom: 80px;
	}
	.top-traders .title h3 {
		font-size: 35px;
		line-height: 96.47%;
	}
	.top-traders .title h3 span {
		display: block;
	}
	.top-traders {
		max-width: 330px;
		width: 100%;
		margin: 0 auto;
	}
	.top-traders .title:before {
		width: 75px;
		right: -35px;
		top: 30px;
		transform: unset;
		transform: rotate(81deg);
	}
	.stages {
		padding-top: 130px;
	}
	.stages .title {
		padding-left: 0;
	}
	.stages .title h3 {
		font-size: 35px;
		line-height: 42px;
	}
	.stages .title h3 span {
		font-size: 15px;
		line-height: 18px;
		margin-top: 10px;
	}
	.stages .title:before {
		width: 54px;
		height: 54px;
		background: url(../img/st.svg) no-repeat;
		background-size: contain;
		top: -60px;
	}
	.stages-block .item .num {
		font-size: 45px;
		line-height: 54px;
	}
	.stages-block .item p {
		font-size: 13px;
		line-height: 16px;
		max-width: 200px;
	}
	.stages-block .item p span {
		font-size: 18px;
		line-height: 22px;
	}
	.stages-block .item {
		gap: 17px;
	}
	.stages-block .item:before {
		top: 65px;
		left: -37px;
		width: 55px;
		height: 75px;
		transform: rotate(301deg);
	}
	.stages-block .item:nth-child(even):before {
		right: -42px;
		transform: rotate(45deg);
	}
	.stages-bottom {
		margin-top: 60px;
		flex-direction: column;
		align-items: flex-start;
		gap: 10px;
	}
	.stages-bottom .left-col p {
		font-size: 13px;
		line-height: 16px;
	}
	.stages {
		padding-bottom: 85px;
	}
	footer .middle-footer .container {
		flex-direction: column;
		align-items: flex-start;
		gap: 30px;
	}

	header {
		padding-top: 3px;
		padding-bottom: 3px;
	}
	.traders-content .container {
		height: auto;
	}
	.traders {
		padding-top: 70px;
	}
	.traders-pagination-container {
		margin-top: 25px;
	}
	h2,
	h2 span {
		font-size: 42px !important;
		padding-bottom: 0;
	}
	.assistance-item-wrapper .item img {
		height: initial;
	}
	.traders-content2-wrapper {
		padding-top: 20px;
	}
}

.h-btns {
	width: fit-content;
	gap: 30px;
}
.h-btns .btn a {
	font-size: 17px;
}
.h-btns .btn {
	min-width: 150px;
	padding-top: 6px;
	padding-bottom: 6px;
}
.h-btns .btn:first-child {
	min-width: 107px;
}
.docs header {
	background: rgb(0 0 0 / 70%);
}
@media (max-height: 770px) {
}
@media (max-width: 700px) {
	/*.traders.on {
        height: auto !important;
    }*/
	.traders-content1 {
		padding-top: 0;
		position: unset;
	}
}
@media (max-width: 550px) {
	.traders-content1-right-col {
		display: none;
	}
}
@media (max-width: 500px) {
	.blog-article-main {
		padding-top: 44px;
		padding-right: 44px;
		padding-left: 44px;
		padding-bottom: 65px;
	}

	.img-a2 img {
		width: 160px;
	}
	.img-a2 {
		left: -60px;
	}
	.img-a1 {
		right: -10px;
	}
	.blog-article-main-text .img {
		width: 262px;
		height: 232px;
		margin: 0;
		margin: 0 auto;
		margin-top: 25px;
		margin-bottom: 25px;
		border-radius: 15px;
		overflow: hidden;
	}
	.blog-article-top {
		padding-top: 17px;
		padding-bottom: 17px;
		margin-bottom: 30px;
	}
	.blog-page-pagination{
		margin-top: 50px !important;
	}
	.blog-article-main-text .img img {
		height: 100%;
		object-fit: cover;
	}
}


.blog-page-wrapper .left-col{
	max-width: 435px;
	width: 100%;
}
.blog-page-wrapper .left-col .img{
	width: 100%;
	height: 300px;
	border-radius: 10px;
	overflow: hidden;
}
.blog-page-wrapper .left-col .text-wrapper{
	height: 253px;
	display: flex;
	flex-direction: column;
}
.blog-page-wrapper .left-col .item-bottom{
	margin-top: auto;
}
.blog-page-wrapper .left-col .item{
	padding: 30px;
	background: rgba(255, 255, 255, 0.15);
	backdrop-filter: blur(11px);
	border-radius: 20px;
	flex-direction: column;
	min-height: 615px;
}
.blog-page-wrapper .right-col{
	flex-direction: column;
	max-width: 570px;
	width: 100%;
}
.blog-page-wrapper .right-col .img{
	max-width: 150px;
	width: 100%;
	height: 140px;
}
.blog-page-wrapper .right-col .img img{

}
.blog-page-wrapper .img img{
	display: block;
	width: 100%;
	height: 100%;
	object-fit: cover;
}
.blog-page-wrapper .item h4{
	color: #FFF;
font-family: Unbounded600, sans-serif;
font-size: 21px;
font-style: normal;
font-weight: 600;
line-height: 115%;
margin-top: 24px;
margin-bottom: 20px;
}
.blog-page-wrapper .item .text{
	color: #989898;
font-family: Unbounded300, sans-serif;
font-size: 19px;
font-style: normal;
font-weight: 300;
line-height: 115%;
margin-bottom: 30px;
}
.blog-page-wrapper .right-col .item h4, .blog-page-wrapper .blog-page-wrapper-bottom .item h4{
	margin-top: 0;
	margin-bottom: 9px;
font-size: 17px;
}
.blog-page-wrapper .right-col .item .text, .blog-page-wrapper .blog-page-wrapper-bottom .item .text{
margin-bottom: 15px;
font-size: 15px;

}
.blog-page-wrapper .right-col{
	align-self: stretch;
	gap: 10px;
}
.blog-page-wrapper-bottom{
	flex-direction: column;
	gap: 30px;
	margin-top: 40px;
}
.blog-page-wrapper-bottom .img{
	max-width: 150px;
	min-width: 150px;
	height: 140px;
}
.blog-page-wrapper .right-col .item, .blog-page-wrapper-bottom .item{
	padding: 19px 21px 19px 16px;
	background: rgba(255, 255, 255, 0.15);
	border-radius: 20px;
	gap: 15px;
}.blog-page-wrapper-bottom .item{
	background: rgba(51, 51, 51, 0.44);
}

.blog-page-wrapper .item, .blog-page-wrapper .item .text-wrapper{
	width: 100% !important;
}
.blog-page-wrapper-bottom .item .text-wrapper{
	align-self: stretch;
	display: flex;
	flex-direction: column;
	justify-content: space-between;
}
.blog-page-wrapper .right-col .item .date, .blog-page-wrapper .blog-page-wrapper-bottom .item .date{
	font-size: 10px;
}
.blog-page-wrapper .right-col .item .item-button, .blog-page-wrapper .blog-page-wrapper-bottom .item .item-button{
font-size: 15px;
}
.blog-page-wrapper .item .date{
	color: #989898;
font-family: Unbounded300, sans-serif;
font-size: 15px;
font-style: normal;
font-weight: 300;
line-height: 115%;
}
.blog-page-wrapper .item .item-button{
	gap: 22px;
}
.blog-page-wrapper .item .item-button span{
	color: #FFF;
font-family: Unbounded300, sans-serif;
font-size: 17px;
font-style: normal;
font-weight: 300;
line-height: 115%; /* 19.55px */
text-decoration-line: underline;
}
.blog-page-wrapper .item .item-button img{
	display: block;
	max-width: 16px;
}
.blog-page-pagination{
	gap: 30px;
	padding: 11px 20px;
	width: fit-content;
	margin: 0 auto;
	margin-top: 75px;
	border-radius: 26px;
border: 1px solid #FFF;
box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.20);

}
.blog-page-pagination .numbs{
	width: fit-content;
	gap: 10px;

}
.blog-page-pagination .numbs a{
	display: block;
	width: 23px;
	height: 23px;
	display: flex;
	justify-content: center;
	align-items: center;
		border-radius: 50%;
	
	color: #FFF;
text-align: center;
font-family: Gilroy600, sans-serif;
font-size: 12px;
font-style: normal;
font-weight: 600;
line-height: normal;
}
.blog-page-pagination .numbs a.active{
	background: #7000FF;
}
.blog-page-wrapper .img{
border-radius: 10px !important;
overflow: hidden;
}
.blog-page-pagination .p-arr{
	cursor: pointer;
}
@media (max-width: 1000px) {
	.blog-page-wrapper-top{
		flex-direction: column;
		gap: 15px;
	}
	.blog-page-wrapper-top .right-col, .blog-page-wrapper-top .left-col{
		max-width: unset !important;
		width: 100%;
	}
	.blog-page-wrapper .img{
		height: 220px !important;
	}
	.blog-page-wrapper .item{
		padding: 20px !important;
	}
	.blog-page-wrapper .item .text-wrapper h4{
		font-size: 18px;
		margin-top: 18px;
		margin-bottom: 8px;
	}
	.blog-page-wrapper .item .text-wrapper .text{
		font-size: 15px;
	}
	.blog-page-wrapper .right-col .item, .blog-page-wrapper-bottom .item{
		flex-direction: column;
	}
	.blog-page-wrapper .right-col .item, .blog-page-wrapper-bottom .item{
		gap: 0;
	}
	.blog-page-wrapper .right-col .img, .blog-page-wrapper-bottom .item .img{
		max-width: unset;
	}
	.blog-page-wrapper-bottom .img{
		min-width: unset;
		width: 100%;
	}
	.blog-page-wrapper-bottom{
		margin-top: 15px;
		gap: 15px;
	}
	.blog-page-wrapper .right-col{
		gap: 15px;
	}
	.blog-page-wrapper .item .date, .blog-page-wrapper .item .item-button span{
		font-size: 13px !important; 
	}
	.blog-page-wrapper .left-col .text-wrapper{
		height: unset;
	}
	.blog-page-wrapper .left-col .item{
		min-height: unset;
	}
}

.blog-page-wrapper .right-col .img{
	align-self: flex-start;
}
.documents .link-menu{
	flex-direction: column;
	align-items: flex-start;
}
.documents .link-menu a{
	color: #FFF;
font-family: Unbounded300, sans-serif;
font-size: 15px;
font-style: normal;
font-weight: 300;
line-height: normal;
text-transform: lowercase;
padding-top: 7px;
padding-bottom: 7px;
padding-left: 20px;
}
.documents .link-menu a:after, .documents .link-menu a:before {
	display: none !important;
}
.documents .link-menu a.active{
	font-family: Unbounded600, sans-serif;
}
.documents .link-menu{
	border-left: 3px solid #7000ff;
}
.documents .left-col{
	position: sticky;
	top: 50px;
	left: 0;
}
.documents .links{
	gap: 15px;
}


.documents .link-menu a::first-letter {
  text-transform: uppercase;
}.documents .container{
	position: relative;
}

.scrollmagic-pin-spacer{
	max-width: 250px;
}
.nothidden{
	overflow: unset !important;
}
.nothidden body{
	overflow: unset !important;
}
@media (max-width: 1000px){
	.documents .left-col{
		position: unset;
	}
}