/* USER VARIABLES SECTION */

:root {
	--accent: orange;
	--text: #394C79;
	--regular-text: 16px;
	--lineheight: 1.65;
	--userfont: "THICCCBOI", sans-serif;
	--systemfont: -apple-system, BlinkMacSystemFont, Arial, sans-serif;
	--azonix-font: "Azonix", sans-serif;
	--manrope-font: "Manrope", sans-serif;
	--sfprodisplay-font: "SFProDisplay", sans-serif;
	--sfprotext-font: "SFProText", sans-serif;
	--sfprorounded-font: "SFProRounded", sans-serif;
}

/* BOOTSTRAP SETTINGS SECTION */

.container,
.container-fluid,
.container-lg,
.container-md,
.container-sm,
.container-xl,
.container-xxl {
	--bs-gutter-x: 1rem;
}

.row,
.row>* {
	--bs-gutter-x: 2rem;
}


/* FONTS LOAD SECTION */

@font-face {
	src: url("../fonts/Azonix-Regular.html") format("woff2");
	font-family: "Azonix";
	font-weight: 400;
	font-style: normal;
}

@font-face {
	src: url("../fonts/Manrope-Regular.html") format("woff2");
	font-family: "Manrope";
	font-weight: 400;
	font-style: normal;
}

@font-face {
	src: url("../fonts/Manrope-Bold.html") format("woff2");
	font-family: "Manrope";
	font-weight: 700;
	font-style: normal;
}

@font-face {
	src: url("../fonts/Manrope-ExtraBold.html") format("woff2");
	font-family: "Manrope";
	font-weight: 800;
	font-style: normal;
}

@font-face {
	src: url("../fonts/Manrope-Light.html") format("woff2");
	font-family: "Manrope";
	font-weight: 300;
	font-style: normal;
}

@font-face {
	src: url("../fonts/Manrope-Medium.html") format("woff2");
	font-family: "Manrope";
	font-weight: 500;
	font-style: normal;
}

@font-face {
	src: url("../fonts/Manrope-Semibold.html") format("woff2");
	font-family: "Manrope";
	font-weight: 600;
	font-style: normal;
}

@font-face {
	src: url("../fonts/Manrope-Thin.html") format("woff2");
	font-family: "Manrope";
	font-weight: 100;
	font-style: normal;
}


@font-face {
	src: url("../fonts/SFProDisplay-Regular.html") format("woff2");
	font-family: "SFProDisplay";
	font-weight: 400;
	font-style: normal;
}

@font-face {
	src: url("../fonts/SFProDisplay-Semibold.html") format("woff2");
	font-family: "SFProDisplay";
	font-weight: 600;
	font-style: normal;
}

@font-face {
	src: url("../fonts/SFProDisplay-Bold.html") format("woff2");
	font-family: "SFProDisplay";
	font-weight: 700;
	font-style: normal;
}

@font-face {
	src: url("../fonts/SFProText-Regular.html") format("woff2");
	font-family: "SFProText";
	font-weight: 400;
	font-style: normal;
}

@font-face {
	src: url("../fonts/SFProText-Medium.html") format("woff2");
	font-family: "SFProText";
	font-weight: 500;
	font-style: normal;
}

@font-face {
	src: url("../fonts/SFProText-Semibold.woff2") format("woff2");
	font-family: "SFProText";
	font-weight: 600;
	font-style: normal;
}

@font-face {
	src: url("../fonts/SFProText-Bold.html") format("woff2");
	font-family: "SFProText";
	font-weight: 700;
	font-style: normal;
}

@font-face {
	src: url("../fonts/SFProRounded-Regular.html") format("woff2");
	font-family: "SFProRounded";
	font-weight: 400;
	font-style: normal;
}

@font-face {
	src: url("../fonts/SFProRounded-Bold.html") format("woff2");
	font-family: "SFProRounded";
	font-weight: 700;
	font-style: normal;
}

@font-face {
	src: url("../fonts/THICCCBOI-Thin.html") format("woff2");
	font-family: "THICCCBOI";
	font-weight: 100;
	font-style: normal;
}

@font-face {
	src: url("../fonts/THICCCBOI-Thick.woff2") format("woff2");
	font-family: "THICCCBOI";
	font-weight: 200;
	font-style: normal;
}

@font-face {
	src: url("../fonts/THICCCBOI-Light.woff2") format("woff2");
	font-family: "THICCCBOI";
	font-weight: 300;
	font-style: normal;
}

@font-face {
	src: url("../fonts/THICCCBOI-Regular.woff2") format("woff2");
	font-family: "THICCCBOI";
	font-weight: 400;
	font-style: normal;
}

@font-face {
	src: url("../fonts/THICCCBOI-Medium.woff2") format("woff2");
	font-family: "THICCCBOI";
	font-weight: 500;
	font-style: normal;
}

@font-face {
	src: url("../fonts/THICCCBOI-SemiBold.woff2") format("woff2");
	font-family: "THICCCBOI";
	font-weight: 600;
	font-style: normal;
}

@font-face {
	src: url("../fonts/THICCCBOI-Bold.woff2") format("woff2");
	font-family: "THICCCBOI";
	font-weight: 700;
	font-style: normal;
}

@font-face {
	src: url("../fonts/THICCCBOI-ExtraBold.woff2") format("woff2");
	font-family: "THICCCBOI";
	font-weight: 800;
	font-style: normal;
}

@font-face {
	src: url("../fonts/THICCCBOI-Black.woff2") format("woff2");
	font-family: "THICCCBOI";
	font-weight: 900;
	font-style: normal;
}





/* GENERAL CSS SETTINGS */

::placeholder {
	color: #666;
}

::selection {
	background-color: var(--accent);
	color: #fff;
}


*::-webkit-scrollbar {
	width: 6px;
	height: 6px;
}

*::-webkit-scrollbar-track {
	background: #EBEEFE;
	box-shadow: inset -1.54545px -1.54545px 3.09091px #F8F9FF, inset 1.54545px 1.54545px 3.09091px #D1D8FF;
	border-radius: 12px;
}

*::-webkit-scrollbar-thumb {
	background-color: #4052D7;
	background: radial-gradient(77.78% 77.78% at 83.33% 83.33%, #4052D7 0%, #826FFF 100%);
	border-radius: 20px;
}


/* input, textarea { outline: none; }
input:focus:required:invalid, textarea:focus:required:invalid { border-color: red; }
input:required:valid, textarea:required:valid { border-color: green; } */

body {
	font-family: var(--userfont);
	font-size: var(--regular-text);
	line-height: var(--lineheight);
	color: var(--text);
	min-width: 360px;
	position: relative;
	overflow-x: hidden;
	background-color: #EBEEFE;
}

/* USER STYLES */

.container,
.container-fluid,
.container-lg,
.container-md,
.container-sm,
.container-xl {
	padding-right: var(--bs-gutter-x, .75rem);
	padding-left: var(--bs-gutter-x, .75rem);
}

.row {
	margin-right: calc(-.5 * var(--bs-gutter-x));
	margin-left: calc(-.5 * var(--bs-gutter-x));
}

.row>* {
	padding-right: calc(var(--bs-gutter-x) * .5);
	padding-left: calc(var(--bs-gutter-x) * .5);
}

h1,
h2,
h3,
h4,
h5,
h6 {
	font-weight: 700;
	cursor: default;
	line-height: 1;
	margin-bottom: 0;
}

.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
	font-weight: bold;
	cursor: default;
	line-height: 1;
	margin-bottom: 0;
}

h1,
.h1 {
	font-size: 68px;
	line-height: 1.15;
}

h2,
.h2 {
	font-size: 68px;
	line-height: 1.15;
}

h3,
.h3 {
	font-size: 42px;
	line-height: 1.16;
}

h4,
.h4 {
	font-size: 32px;
	line-height: 1.156;
}

h5,
.h5 {
	font-size: 24px;
	line-height: 1.16;
}

h6,
.h6 {
	font-size: 18px;
	line-height: 1.16;
}

a {
	text-decoration: none;
}

a:hover {
	text-decoration: none;
}

a,
button,
input {
	transition: 0.4s ease;
	outline: none;
}

a:hover,
button:hover,
input:hover {
	transition: 0.4s ease;
	outline: none;
}

a:focus,
button:focus,
input:focus {
	outline: none;
}

p {
	margin-bottom: 1.5rem;
}

p:last-child {
	margin-bottom: 0;
}

ul:last-child {
	margin-bottom: 0;
}

.image {
	max-width: 100%;
	display: block;
}

.accent {
	color: var(--accent);
	font-weight: bold;
}



.page {}

.page--main {}

.page-inner {
	position: relative;
	min-height: 800px;
	overflow: hidden;
}


header {
	position: relative;
	z-index: 1000;
}

.topline-block {
	background-color: #1E2C4C;
	position: relative;
	z-index: 50;
}

.topline {
	display: flex;
	justify-content: space-between;
	align-items: center;
	height: 40px;
}

.toppanel-block {
	background-color: #fff;
	box-shadow: -4px -4px 8px #F7F9FF, 4px 4px 8px #D1D2F2;
}

.toppanel {
	height: 80px;
	display: flex;
	justify-content: space-between;
	align-items: center;
}

.toppanel .logo {
	max-width: 210px;
}


.topmenu {
	font-size: 14px;
	font-weight: bold;
}

.topmenu>ul {
	padding: 0;
	margin: 0;
	list-style-type: none;
	display: flex;
	flex-wrap: wrap;
}

.topmenu>ul>li {
	margin-right: 24px;
	display: block;
}

.topmenu>ul>li:last-child {
	margin-right: 0;
}

.topmenu>ul>li>a {
	color: #6E7FA4;
	text-decoration: none;
}

.topmenu>ul>li>a:hover {
	/* text-decoration: underline; */
	color: #fff;
}

.top-latest-news-block {}

.top-latest-news {
	display: flex;
	font-size: 14px;
	font-weight: bold;
}

.top-latest-news__title {
	color: #DFE3FA;
}

.top-latest-news__heading {
	padding-left: 12px;
	color: #6E7FA4;
	overflow: hidden;
	max-width: 260px;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.top-latest-news__heading a {
	color: #6E7FA4;
	text-decoration: none;
}


.top-soc {
	display: flex;
	justify-content: flex-end;
}

.top-soc-link {
	height: 12px;
	margin-left: 16px;
	position: relative;
}

.top-soc-link:first-child {
	margin-left: 0;
}

.top-soc-link:before {
	content: '';
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
	background-color: #6E7FA4;
	mask-position: center;
	mask-repeat: no-repeat;
	-webkit-mask-position: center;
	-webkit-mask-repeat: no-repeat;
	transition: 0.4s ease;
}

.top-soc-link:hover:before {
	background-color: #fff;
}

.top-soc-link--fb {
	width: 12px;
}

.top-soc-link--fb:before {
	width: 6px;
	height: 12px;
	mask-image: url('../images/svg/soc/facebook.svg');
	-webkit-mask-image: url('../images/svg/soc/facebook.svg');
	mask-size: 6px 12px;
	-webkit-mask-size: 6px 12px;
}

.top-soc-link--twitter {
	width: 14px;
}

.top-soc-link--twitter:before {
	width: 14px;
	height: 12px;
	mask-image: url('../images/svg/soc/twitter.svg');
	-webkit-mask-image: url('../images/svg/soc/twitter.svg');
	mask-size: 14px 12px;
	-webkit-mask-size: 14px 12px;
}

.top-soc-link--youtube {
	width: 17px;
}

.top-soc-link--youtube:before {
	width: 17px;
	height: 12px;
	mask-image: url('../images/svg/soc/youtube.svg');
	-webkit-mask-image: url('../images/svg/soc/youtube.svg');
	mask-size: 17px 12px;
	-webkit-mask-size: 17px 12px;
}

.top-soc-link--medium {
	width: 12px;
}

.top-soc-link--medium:before {
	width: 12px;
	height: 12px;
	mask-image: url('../images/svg/soc/medium.svg');
	-webkit-mask-image: url('../images/svg/soc/medium.svg');
	mask-size: 12px 12px;
	-webkit-mask-size: 12px 12px;
}

.top-soc-link--telegram {
	width: 12px;
}

.top-soc-link--telegram:before {
	width: 12px;
	height: 12px;
	mask-image: url('../images/svg/soc/telegram.svg');
	-webkit-mask-image: url('../images/svg/soc/telegram.svg');
	mask-size: 12px 12px;
	-webkit-mask-size: 12px 12px;
}

.top-trustpilot-block {}

.top-trustpilot {
	display: flex;
	align-items: center;
	text-decoration: none;
}

.top-trustpilot__rating {
	font-size: 12px;
	font-weight: bold;
	color: #DFE3FA;
}

.top-trustpilot__star {
	padding-left: 4px;
	margin-top: -4px;
}

.top-trustpilot__text {
	padding-left: 4px;
}

.top-trustpilot__icon {
	padding-left: 5px;
}


.logo-wrapper {
	width: 220px;
}

.logo {
	display: block;
}

.logo img {
	max-width: 100%;
}

.topline-lang-panel-block {}

.topline-lang-panel {
	position: relative;
}

.current-lang {
	display: flex;
	align-items: center;
}

.current-lang:hover .current-lang__text,
.current-lang.show .current-lang__text {
	border-bottom-color: transparent;
}

.current-lang__text {
	font-size: 14px;
	font-weight: bold;
	max-width: 60px;
	width: calc(100% - 34px);
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	color: #6E7FA4;
	line-height: 1.2;
	border-bottom: 1px dashed #6E7FA4;
	transition: 0.4s ease;
}

.lang-vi .current-lang__text {
	max-width: 66px;
}

.current-lang__icon {
	padding-left: 8px;
	width: 34px;
	height: 26px;
}



.mainmenu-block {
	width: calc(100% - 500px);
}

.mainmenu {
	padding-right: 70px;
	text-align: center;
	padding-left: 30px;
}

.mainmenu>ul {
	display: inline-flex;
	padding: 0;
	margin: 0;
	list-style-type: none;
}

.mainmenu-item {
	display: block;
	margin-left: 40px;
}

.lang-vi .mainmenu-item {
	display: block;
	margin-left: 10px;
}

.mainmenu-item:first-child {
	margin-left: 0;
}

.mainmenu-link {
	display: flex;
	align-items: flex-start;
}

.mainmenu-link:hover .mainmenu-link__text {
	color: #394C79;
}

.mainmenu-link__icon {
	width: 24px;
	height: 24px;
}

.mainmenu-link__text {
	max-width: 110px;
	padding-left: 8px;
	color: #6E7FA4;
	font-size: 16px;
	font-weight: bold;
	line-height: 1;
	transition: 0.4s ease;
	text-align: left;
}

.mainmenu-link__label {
	margin-top: -8px;
	/* margin-left: -3px; */
	font-size: 10px;
	font-weight: 800;
	line-height: 1;
	padding: 4px 6px;
	border-radius: 20px;
	text-transform: uppercase;
}

.mainmenu-link__label--new {
	background-color: #D0FFE0;
	color: #48D779;
}

.mainmenu-link__label--soon {
	background: rgba(92, 95, 232, 0.3);
	color: #505AE1;
}



.mainmenu {
	display: flex;
	justify-content: center;
	align-items: center;
}

.mainmenu .priority-nav__wrapper {
	display: block;
	margin-left: 14px;
}

.mainmenu.priority-nav-has-dropdown .priority-nav__dropdown-toggle {
	position: relative;
	display: block;
}

.mainmenu .priority-nav__dropdown-toggle {
	background-color: transparent;
	border: 0;
	padding-left: 0;
	padding-right: 0;
	width: 32px;
	height: 32px;
	border-radius: 8px;
	display: none;
	transition: 0s ease;
}

.mainmenu .priority-nav__dropdown-toggle:before {
	content: '';
	position: absolute;
	width: 16px;
	height: 16px;
	right: 8px;
	top: 50%;
	transform: translateY(-50%);
	mask-image: url('../images/svg/fi-br-menu-burger.svg');
	mask-position: center;
	mask-repeat: no-repeat;
	mask-size: 16px 16px;
	-webkit-mask-image: url('../images/svg/fi-br-menu-burger.svg');
	-webkit-mask-position: center;
	-webkit-mask-repeat: no-repeat;
	-webkit-mask-size: 16px 16px;
	background-color: #826FFF;
	background-image: radial-gradient(77.78% 77.78% at 83.33% 83.33%, #4052D7 0%, #826FFF 100%);
	z-index: 1;
}

.mainmenu .priority-nav__dropdown-toggle:after {

	content: '';
	position: absolute;
	width: 32px;
	height: 32px;
	right: 0;
	top: 0%;
	border: 1px solid #826FFF;
	border-radius: 8px;
}

.mainmenu .priority-nav__dropdown {
	left: auto;
	padding-left: 0;
	right: -54px;
	text-align: left;
	position: absolute;
	z-index: 5;
	background: #FFFFFF;
	box-shadow: -4px -4px 8px #F7F9FF, 4px 4px 8px #D1D2F2;
	border-radius: 12px;
	top: calc(100% + 20px);
	border-radius: 15px;
	overflow: hidden;
	opacity: 0;
	padding-top: 8px;
	padding-bottom: 8px;
	transition: 0.4s opacity ease, 0.4s visibility ease;
	pointer-events: none;
	margin-bottom: 0;
	width: 250px;
	visibility: hidden;

}


.mainmenu .priority-nav__dropdown-toggle.is-open {}


.mainmenu .priority-nav__dropdown-toggle.is-open::before {
	background-color: #394C79;
	mask-image: url('../images/svg/close.svg');
	-webkit-mask-image: url('../images/svg/close.svg');
	background-image: none;

}

.mainmenu .priority-nav__dropdown-toggle.is-open::after {
	background: #EBEEFE;
	box-shadow: inset -1.54545px -1.54545px 3.09091px #F8F9FF, inset 1.54545px 1.54545px 3.09091px #D1D8FF;
	border: 0;
}

.mainmenu .priority-nav__dropdown.show {
	opacity: 1;
	pointer-events: auto;
	visibility: visible;
}

.mainmenu .priority-nav__dropdown .mainmenu-item {
	display: block;
	margin-left: 0;
	border-top: 1px solid #DFE3FA;
}

.mainmenu .priority-nav__dropdown .mainmenu-item:first-child {
	border-top: 0;
}

.mainmenu .priority-nav__dropdown .mainmenu-link {
	position: relative;
	padding-right: 16px;
	padding-left: 16px;
	padding-top: 16px;
	padding-bottom: 16px;
	z-index: 10;
	background-color: #fff;
}

.mainmenu .priority-nav__dropdown .mainmenu-link__text {
	padding-top: 4px;
	padding-bottom: 4px;
	line-height: 1.14;
	max-width: 100%;
}

.mainmenu .priority-nav__dropdown .mainmenu-link__text br {
	display: none;
}

.mainmenu .priority-nav__dropdown .mainmenu-link__label {
	margin-left: 8px;
}






.auth-panel-block {}

.auth-panel {
	width: 280px;
}

.auth-panel-buttons {
	display: flex;
	margin-left: -8px;
	margin-right: -8px;
}

.auth-panel-btn-wrapper {
	padding-left: 8px;
	padding-right: 8px;
}


.purple-tr-btn {
	display: inline-block;
	line-height: 1;
	color: #7E8AEE;
	font-size: 16px;
	font-weight: bold;
	border: 0;
	background-color: #fff;
	text-align: center;
	padding-left: 22px;
	padding-right: 22px;
	padding-top: 14px;
	padding-bottom: 14px;
	border-radius: 12px;
	border: 2px solid #826FFF;
	box-shadow: -4px -4px 8px #F9FBFF, 4px 4px 8px rgba(209, 210, 242, 0.75);
}

.purple-tr-btn:hover {
	color: #ffffff;
	text-decoration: none;
	background-color: #826FFF
}

.purple-gr-btn {
	display: inline-block;
	line-height: 1;
	color: #fff;
	font-size: 16px;
	font-weight: bold;
	border: 0;
	background-color: #4052D7;
	background: radial-gradient(77.78% 77.78% at 83.33% 83.33%, #4052D7 0%, #826FFF 100%);
	text-align: center;
	padding-left: 24px;
	padding-right: 24px;
	padding-top: 16px;
	padding-bottom: 16px;
	border-radius: 12px;
	box-shadow: 1px 1px 2px #B2BBDC;
}

.purple-gr-btn:hover {
	opacity: 0.9;
	color: #fff;
}


.purple-tr-gr-btn {
	display: inline-block;
	line-height: 1;
	color: #7E8AEE;
	font-size: 16px;
	font-weight: bold;
	border: 0;
	background-color: transparent;
	text-align: center;
	padding-left: 22px;
	padding-right: 22px;
	padding-top: 14px;
	padding-bottom: 14px;
	border-radius: 12px;
	border: 2px solid #826FFF;
	box-shadow: 4px 4px 8px rgba(209, 210, 242, 0.75);
}

.purple-tr-gr-btn span {}

.purple-tr-gr-btn:hover {
	color: #ffffff;
	text-decoration: none;
	background-color: #826FFF
}

.purple-tr-gr-btn:hover .text--purple-gr {
	color: #ffffff;
	text-decoration: none;
	background-color: #fff;
	background-image: none;
}

.white-tr-btn {
	display: inline-block;
	line-height: 1;
	color: #fff;
	font-size: 16px;
	font-weight: bold;
	border: 0;
	background-color: transparent;
	text-align: center;
	padding-left: 23px;
	padding-right: 23px;
	padding-top: 15px;
	padding-bottom: 15px;
	border-radius: 12px;
	border: 1px solid #fff;
}

.white-tr-btn:hover {
	color: #4052D7;
	text-decoration: none;
	background-color: #fff;
}

.top-login-btn {
	width: 105px;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	border-width: 1px;
}

.top-login-btn__text {}

.top-login-btn__icon {
	width: 16px;
	height: 16px;
	position: relative;
	display: none;
}

.top-login-btn__icon::before {
	content: '';
	position: absolute;
	width: 16px;
	height: 16px;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
	mask-image: url('../images/svg/fi-br-sign-in.svg');
	mask-position: center;
	mask-repeat: no-repeat;
	mask-size: 16px 16px;
	-webkit-mask-image: url('../images/svg/fi-br-sign-in.svg');
	-webkit-mask-position: center;
	-webkit-mask-repeat: no-repeat;
	-webkit-mask-size: 16px 16px;
	background-color: #826FFF;
	background-image: radial-gradient(77.78% 77.78% at 83.33% 83.33%, #4052D7 0%, #826FFF 100%);
}

.top-register-btn {
	width: 158px;
	padding: 0;
	display: inline-flex;
}

.top-register-btn__text {
	padding-left: 14px;
	padding-right: 14px;
	padding-top: 16px;
	padding-bottom: 16px;
	width: 110px;
	border-right: 1px solid #5263E3;
}

.top-register-btn__icon {
	width: 48px;
	position: relative;
}

.top-register-btn__icon::before {
	content: '';
	position: absolute;
	width: 20px;
	height: 20px;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
	mask-image: url('../images/svg/user-add.svg');
	mask-position: center;
	mask-repeat: no-repeat;
	mask-size: 20px 20px;
	-webkit-mask-image: url('../images/svg/user-add.svg');
	-webkit-mask-position: center;
	-webkit-mask-repeat: no-repeat;
	-webkit-mask-size: 20px 20px;
	background-color: #fff;
}



.top-logout-btn {
	width: 105px;
	border-width: 1px;
	display: inline-flex;
	align-items: center;
	justify-content: center;
}

.top-logout-btn__text {}

.top-logout-btn__icon {
	width: 16px;
	height: 16px;
	position: relative;
	display: none;
}

.top-logout-btn__icon::before {
	content: '';
	position: absolute;
	width: 16px;
	height: 16px;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
	mask-image: url('../images/svg/fi-br-logout.svg');
	mask-position: center;
	mask-repeat: no-repeat;
	mask-size: 16px 16px;
	-webkit-mask-image: url('../images/svg/fi-br-logout.svg');
	-webkit-mask-position: center;
	-webkit-mask-repeat: no-repeat;
	-webkit-mask-size: 16px 16px;
	background-color: #826FFF;
	background-image: radial-gradient(77.78% 77.78% at 83.33% 83.33%, #4052D7 0%, #826FFF 100%);
}

.top-dashboard-btn {
	width: 158px;
	padding: 0;
	display: inline-flex;
}

.top-dashboard-btn__text {
	padding-left: 10px;
	padding-right: 10px;
	padding-top: 16px;
	padding-bottom: 16px;
	width: 110px;
	border-right: 1px solid #5263E3;
}

.top-dashboard-btn__icon {
	width: 48px;
	position: relative;
}

.top-dashboard-btn__icon::before {
	content: '';
	position: absolute;
	width: 20px;
	height: 20px;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
	mask-image: url('../images/svg/user.svg');
	mask-position: center;
	mask-repeat: no-repeat;
	mask-size: 20px 20px;
	-webkit-mask-image: url('../images/svg/user.svg');
	-webkit-mask-position: center;
	-webkit-mask-repeat: no-repeat;
	-webkit-mask-size: 20px 20px;
	background-color: #fff;
}


.mobile-menu-block {
	position: relative;
	display: none;
}


.mobile-menu-btn {
	background-color: transparent;
	border: 0;
	padding-left: 0;
	padding-right: 0;
	width: 32px;
	height: 32px;
	border-radius: 8px;
	position: relative;
	display: block;
}

.mobile-menu-btn:before {
	content: '';
	position: absolute;
	width: 16px;
	height: 16px;
	right: 8px;
	top: 50%;
	transform: translateY(-50%);
	mask-image: url('../images/svg/fi-br-menu-burger.svg');
	mask-position: center;
	mask-repeat: no-repeat;
	mask-size: 16px 16px;
	-webkit-mask-image: url('../images/svg/fi-br-menu-burger.svg');
	-webkit-mask-position: center;
	-webkit-mask-repeat: no-repeat;
	-webkit-mask-size: 16px 16px;
	background-color: #826FFF;
	background-image: radial-gradient(77.78% 77.78% at 83.33% 83.33%, #4052D7 0%, #826FFF 100%);
	z-index: 1;
}

.mobile-menu-btn:after {
	content: '';
	position: absolute;
	width: 32px;
	height: 32px;
	right: 0;
	top: 0%;
	border: 1px solid #826FFF;
	border-radius: 8px;
}



.mobile-menu-btn.show::before {
	background-color: #394C79;
	mask-image: url('../images/svg/close.svg');
	-webkit-mask-image: url('../images/svg/close.svg');
	background-image: none;

}

.mobile-menu-btn.show::after {
	background: #EBEEFE;
	box-shadow: inset -1.54545px -1.54545px 3.09091px #F8F9FF, inset 1.54545px 1.54545px 3.09091px #D1D8FF;
	border: 0;
}

.mobile-menu-block.show .mobile-menu-btn::before {
	background-color: #394C79;
	mask-image: url('../images/svg/close.svg');
	-webkit-mask-image: url('../images/svg/close.svg');
	background-image: none;

}

.mobile-menu-block.show .mobile-menu-btn::after {
	background: #EBEEFE;
	box-shadow: inset -1.54545px -1.54545px 3.09091px #F8F9FF, inset 1.54545px 1.54545px 3.09091px #D1D8FF;
	border: 0;
}

.mobile-menu-panel {
	background: #FFFFFF;
	box-shadow: -4px -4px 8px #F7F9FF, 4px 4px 8px #D1D2F2;
	position: absolute;
	top: 100%;
	width: 100vw;
	min-width: 360px;
	border: 0;
	margin-top: 20px !important;
	border-radius: 0;
	right: calc((100vw - 540px)/(-2)) !important;
	left: auto !important;
	transform: none !important;
	top: 100% !important;
	/* inset: 100% calc((100vw - 540px)/(-2)) auto auto !important; */
	padding-bottom: 0;
	opacity: 0;
	visibility: hidden;
	pointer-events: none;
	transition: 0.4s opacity ease, 0.4s visibility ease;
	display: block;
}


.mobile-menu-panel.show {
	opacity: 1;
	visibility: visible;
	pointer-events: auto;
}

.mobile-menu-panel .auth-panel-block {
	display: block;
	margin-top: 12px;
	padding-left: 18px;
	padding-right: 18px;
}

.mobile-menu-panel .topmenu-block {
	display: block;
	margin-top: 25px;
	padding-left: 18px;
	padding-right: 18px;
}

.mobile-menu-panel .topmenu>ul>li>a:hover {
	color: #394C79;
}

.mobile-menu-panel__inner {
	margin-left: -18px;
	margin-right: -18px;
	padding-bottom: 30px;
}

.mobile-menu>ul {
	width: 100%;
	list-style-type: none;
	margin: 0;
	padding: 0;
}

.mobile-menu .mainmenu-item {
	margin-left: 0;
	border-bottom: 1px solid #DFE3FA;
}

.mobile-menu .mainmenu-item:last-child {
	margin-left: 0;
	border-bottom: 0;
}


.mobile-menu .mainmenu-link {
	width: 100%;
	padding-top: 16px;
	padding-bottom: 16px;
	padding-left: 18px;
	padding-right: 18px;
}

.mobile-menu .mainmenu-item .mainmenu-link__text {
	max-width: none;
	padding-top: 3px;
	padding-bottom: 3px;
}

.mobile-menu .mainmenu-item .mainmenu-link__text br {
	display: none;
}

.mobile-menu>ul>li:first-child {
	margin-top: 0;
}


.dashboard-test-top-block {
	position: relative;
}


.dashboard-test-top-block__bg {
	position: absolute;
	left: -50px;
	top: -50px;
	right: -50px;
	bottom: 0;
	background-image: url('../images/theme/page-top-bg.png');
	background-position: center bottom;
	background-size: 100% 100%;
	background-repeat: no-repeat;
	transform: translate3d(0, 0, 0);
}

.dashboard-test-top-block__content {
	height: 400px;
	position: relative;
	z-index: 2;
}

.dashboard-test-top {}

.dashboard-top-panel-block {
	position: relative;
	top: 0;
	left: 0;
	width: 100%;
	z-index: 200;
}

.dashboard-top-panel-block-bg {
	position: absolute;
	top: 0;
	width: 100%;
	left: 0;
	height: 100%;
	z-index: 1;
}

.dashboard-top-panel-block-bg::before {
	content: '';
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background: linear-gradient(108.46deg, rgba(255, 255, 255, 0.264) 0%, rgba(255, 255, 255, 0.066) 100%);
	transform: translate3d(0, 0, 0);
	-webkit-backdrop-filter: blur(10px);
	backdrop-filter: blur(10px);
}

.dashboard-top-panel-block-bg::after {
	content: '';
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	transform: translate3d(0, 0, 0);
	background: #7581EC;
	opacity: 0.25;
	box-shadow: 10px 10px 20px #4F5ECB;
}

.dashboard-top-panel-block-content {
	position: relative;
	z-index: 10;
}

.dashboard-top-panel {
	height: 80px;
	display: flex;
	align-items: center;
	justify-content: space-between;
}

.dashboard-menu-block {
	width: calc(100% - 200px);
	padding-right: 10px;
}

.dashboard-menu-block {}

.dashboard-menu {
	display: flex;
	align-items: center;
}

.dashboard-menu>ul {
	display: inline-flex;
	margin: 0;
	padding: 0;
	list-style-type: none;
}

.dashboard-menu-item {
	margin-left: 16px;
}

.dashboard-menu-item:first-child {
	margin-left: 0;
}

.dashboard-menu-link {
	display: flex;
	margin-bottom: -20px;
	padding-bottom: 32px;
	padding-top: 12px;
	padding-left: 16px;
	padding-right: 16px;
	border-radius: 12px 12px 0px 0px;
	font-weight: bold;
	line-height: 16px;
	position: relative;
	transition: color 0.4s ease;
}

.dashboard-menu-link::after {
	content: '';
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	border-radius: 12px 12px 0px 0px;
	background-color: #7068F1;
	background-color: rgba(112, 104, 241, 1);
	box-shadow: inset 0px 3px 2px #6259F9;
	opacity: 0;
	visibility: hidden;
	transition: opacity 0.4s ease, visibility 0.4s ease;
}

.dashboard-menu-link__text {
	position: relative;
	z-index: 2;
	color: rgba(255, 255, 255, 0.5);
	transition: all 0.4s ease;
}



.dashboard-menu-link:hover::after,
.dashboard-menu-link.active::after {
	opacity: 1;
	visibility: visible;
}

.dashboard-menu-link:hover .dashboard-menu-link__text,
.dashboard-menu-link.active .dashboard-menu-link__text {
	color: #fff;
}


.dashboard-menu .priority-nav__wrapper {
	display: block;
	margin-left: 20px;
}

.dashboard-menu.priority-nav-has-dropdown .priority-nav__dropdown-toggle {
	position: relative;
	display: block;
}

.dashboard-menu .priority-nav__dropdown-toggle {
	background-color: transparent;
	border: 0;
	padding-left: 0;
	padding-right: 0;
	width: 32px;
	height: 32px;
	border-radius: 8px;
	display: none;
}

.dashboard-menu .priority-nav__dropdown-toggle:before {
	content: '';
	position: absolute;
	width: 16px;
	height: 16px;
	right: 8px;
	top: 50%;
	transform: translateY(-50%);
	mask-image: url('../images/svg/fi-br-menu-burger.svg');
	mask-position: center;
	mask-repeat: no-repeat;
	mask-size: 16px 16px;
	-webkit-mask-image: url('../images/svg/fi-br-menu-burger.svg');
	-webkit-mask-position: center;
	-webkit-mask-repeat: no-repeat;
	-webkit-mask-size: 16px 16px;
	background-color: #fff;
	z-index: 1;
}

.dashboard-menu .priority-nav__dropdown-toggle:after {
	content: '';
	position: absolute;
	width: 32px;
	height: 32px;
	right: 0;
	top: 0%;
	border: 1px solid #fff;
	border-radius: 8px;
}



.dashboard-menu .priority-nav__dropdown {
	left: auto;
	padding-left: 0;
	right: 0;
	text-align: left;
	position: absolute;
	z-index: 50;
	background-color: rgba(255, 255, 255, 0.264);
	background: linear-gradient(108.46deg, rgba(255, 255, 255, 0.264) 0%, rgba(255, 255, 255, 0.066) 100%);
	border-radius: 12px;
	top: calc(100% + 8px);
	overflow: hidden;
	opacity: 0;
	padding-top: 8px;
	padding-bottom: 8px;
	transition: 0.4s ease;
	margin-bottom: 0;
	list-style-type: none;
	visibility: visible;
	padding-left: 12px;
	-webkit-backdrop-filter: blur(10px);
	backdrop-filter: blur(10px);
	pointer-events: none;
}

.dashboard-menu .priority-nav__dropdown .dashboard-menu-item {
	margin-top: 8px;
	margin-left: 0;
}

.dashboard-menu .priority-nav__dropdown .dashboard-menu-item:first-child {
	margin-top: 0;
}

.dashboard-menu .priority-nav__dropdown .dashboard-menu-link {
	margin-bottom: 0;
	padding-right: 32px;
	display: block;
	padding-top: 8px;
	padding-bottom: 8px;
	padding-left: 12px;
}

.dashboard-menu .priority-nav__dropdown .dashboard-menu-link::after,
.dashboard-menu .priority-nav__dropdown .dashboard-menu-link::after {
	background: #7068F1;
	box-shadow: inset 0px 3px 2px #6259F9;
	border-radius: 8px 0px 0px 8px;
}



.dashboard-menu .priority-nav__dropdown-toggle.is-open {}


.dashboard-menu .priority-nav__dropdown-toggle.is-open::before {
	background-color: #394C79;
	mask-image: url('../images/svg/close.svg');
	-webkit-mask-image: url('../images/svg/close.svg');
	background-image: none;

}

.dashboard-menu .priority-nav__dropdown-toggle.is-open::after {
	background: #EBEEFE;
	box-shadow: inset -1.54545px -1.54545px 3.09091px #F8F9FF, inset 1.54545px 1.54545px 3.09091px #D1D8FF;
	border: 0;
}

.dashboard-menu .priority-nav__dropdown.show {
	opacity: 1;
	pointer-events: auto;
}



.make-deposit-btn-block {
	width: 200px;
}

.make-deposit-btn {
	display: inline-block;
	background: #5DABE9;
	background: radial-gradient(108.5% 331.28% at 114.05% -138.28%, #4CD1C1 0%, #6F8EFF 100%);
	box-shadow: 7px 10px 20px rgba(28, 31, 124, 0.3);
	border-radius: 12px;
	font-weight: 700;
	font-size: 16px;
	line-height: 1;
	color: #FFFFFF;
	width: 100%;
	padding-left: 36px;
	padding-right: 60px;
	padding-top: 16px;
	padding-bottom: 16px;
	position: relative;
}

.make-deposit-btn::before {
	content: '';
	position: absolute;
	top: 50%;
	right: 10px;
	transform: translateY(-50%);
	width: 32px;
	height: 32px;
	border-radius: 50%;
	background-image: url('../images/svg/make-deposit-btn__icon.svg');
	background-position: center;
	background-repeat: no-repeat;
	background-size: 32px 32px;
}


.make-deposit-btn:hover {
	color: #fff;
	opacity: 0.8;
}


.dashboard-mobile-menu-block {
	display: none;
	position: relative;
}

.dashboard-mobile-menu-btn {
	display: flex;
	align-items: center;
	position: relative;
}

.dashboard-mobile-menu-btn__text {
	padding-right: 8px;
	font-size: 14px;
	line-height: 1.14;
	color: #fff;
}

.dashboard-mobile-menu-btn__icon {
	background-color: transparent;
	border: 0;
	padding-left: 0;
	padding-right: 0;
	width: 32px;
	height: 32px;
	border-radius: 8px;
	position: relative;
}

.dashboard-mobile-menu-btn__icon:before {
	content: '';
	position: absolute;
	width: 16px;
	height: 16px;
	right: 8px;
	top: 50%;
	transform: translateY(-50%);
	mask-image: url('../images/svg/fi-br-menu-burger.svg');
	mask-position: center;
	mask-repeat: no-repeat;
	mask-size: 16px 16px;
	-webkit-mask-image: url('../images/svg/fi-br-menu-burger.svg');
	-webkit-mask-position: center;
	-webkit-mask-repeat: no-repeat;
	-webkit-mask-size: 16px 16px;
	background-color: #fff;
	z-index: 1;
}

.dashboard-mobile-menu-btn__icon:after {
	content: '';
	position: absolute;
	width: 32px;
	height: 32px;
	right: 0;
	top: 0%;
	border: 1px solid #fff;
	border-radius: 8px;
}



.dashboard-mobile-menu-btn.show {}


.dashboard-mobile-menu-btn.show .dashboard-mobile-menu-btn__icon::before {
	background-color: #FFFFFF;
	mask-image: url('../images/svg/close.svg');
	-webkit-mask-image: url('../images/svg/close.svg');
	background-image: none;

}

.dashboard-mobile-menu-btn.show .dashboard-mobile-menu-btn .dashboard-mobile-menu-btn__icon::after {}


.dashboard-mobile-menu-block.show {}


.dashboard-mobile-menu-block.show .dashboard-mobile-menu-btn .dashboard-mobile-menu-btn__icon::before {
	background-color: #FFFFFF;
	mask-image: url('../images/svg/close.svg');
	-webkit-mask-image: url('../images/svg/close.svg');
	background-image: none;

}

.dashboard-mobile-menu-block.show .dashboard-mobile-menu-btn .dashboard-mobile-menu-btn__icon::after {}

.dashboard-mobile-menu {
	left: 0;
	padding-left: 0;
	text-align: left;
	position: absolute;
	z-index: 5;
	background-color: rgba(255, 255, 255, 0.264);
	background: linear-gradient(108.46deg, rgba(255, 255, 255, 0.264) 0%, rgba(255, 255, 255, 0.066) 100%);
	border-radius: 12px;
	overflow: hidden;
	opacity: 0;
	visibility: hidden;
	pointer-events: none;
	padding: 24px;
	margin-bottom: 0;
	border: 0;
	list-style-type: none;
	visibility: hidden;
	margin-top: 24px !important;
	transform: none !important;
	top: 100% !important;
	/* inset: 100% auto auto 0 !important; */
	transition: 0.4s opacity ease, 0.4s visibility ease;
	display: block;
	width: calc(100vw - 32px);
	min-width: 328px;
	-webkit-backdrop-filter: blur(10px);
	backdrop-filter: blur(10px);
}

.dashboard-mobile-menu>ul {
	display: flex;
	flex-wrap: wrap;
	padding: 0;
	margin: 0;
	list-style-type: none;
	margin-top: -24px;
}

.dashboard-mobile-menu.show {
	opacity: 1;
	visibility: visible;
	pointer-events: auto;
}

.dashboard-mobile-menu-item {
	width: 50%;
	margin-top: 24px;
	display: flex;
}

.dashboard-mobile-menu-link {
	font-size: 14px;
	line-height: 1.14;
	color: rgba(255, 255, 255, 0.5);
}

.dashboard-mobile-menu-link:hover {
	color: #fff;
}

footer {
	position: relative;
	padding-top: 80px;
}

.footer-bg {
	position: absolute;
	top: 60px;
	bottom: -50px;
	left: -50px;
	right: -50px;
	background-image: url('../images/theme/footer-bg.png');
	background-position: center;
	background-repeat: no-repeat;
	background-size: 100% 100%;
}

.footer-inner {
	position: relative;
	z-index: 2;
}

.footer-content-wrapper {
	position: relative;
}

.footer-cube {
	position: absolute;
	left: -290px;
	top: 45px;
}

.footer-lines {
	position: absolute;
	top: 0;
	left: 50%;
	transform: translateX(-50%);
	margin-left: -20px;
	width: 1630px;
}

.footer-diamond {
	position: absolute;
	right: -40px;
	top: -80px;
	width: 310px;
	z-index: 1;
}

.footer-diamond .image {
	width: 100%;
}

.footer-content {
	padding-top: 84px;
	position: relative;
	z-index: 3;
}

.footer-content__top {
	display: flex;
	align-items: flex-end;
}

.footer-content__top .h1 {
	font-weight: 400;
	color: #fff;
}

.footer-content__top .h1 b {
	font-weight: 700;
}

.footer-content__top-left {
	width: calc(100% - 280px);
	padding-right: 30px;
}

.footer-content__top-right {
	width: 280px;
}

.footer-top-descr {
	margin-top: 32px;
	color: #DFE3FA;
	font-size: 18px;
	font-weight: 500;
	line-height: 1.33;
	font-family: var(--manrope-font);
}



.blue-gr-btn {
	display: inline-block;
	background: #5DABE9;
	background: radial-gradient(108.5% 331.28% at 114.05% -138.28%, #4CD1C1 0%, #6F8EFF 100%);
	box-shadow: 7px 10px 20px rgba(28, 31, 124, 0.3);
	border-radius: 12px;
	font-weight: 700;
	font-size: 16px;
	line-height: 1;
	color: #FFFFFF;
	width: 100%;
	text-align: center;
	padding-left: 24px;
	padding-right: 24px;
	padding-top: 16px;
	padding-bottom: 16px;
	position: relative;
}

.blue-gr-btn:hover {
	color: #fff;
	opacity: 0.8;
}

.start-trading-btn {
	padding-right: 64px;
	font-size: 18px;
	padding-top: 23px;
	padding-bottom: 23px;
}

.start-trading-btn::before {
	content: '';
	position: absolute;
	top: 50%;
	right: 12px;
	transform: translateY(-50%);
	width: 40px;
	height: 40px;
	border-radius: 50%;
	background-image: url('../images/svg/make-deposit-btn__icon.svg');
	background-position: center;
	background-repeat: no-repeat;
	background-size: 40px 40px;
}



.footer-content__bootom {
	padding-top: 80px;
	padding-bottom: 72px;
}

.footer-content__bootom:first-child {
	padding-top: 20px;
}

.footer-content__bootom .logo-wrapper {
	width: 223px;
}

.footer-bottom-descr {
	font-size: 14px;
	line-height: 1.7;
	font-weight: 500;
	color: #DFE3FA;
	margin-top: 20px;
	max-width: 340px;
	font-family: var(--manrope-font);
}

.copy {
	font-size: 14px;
	line-height: 1.7;
	font-weight: 500;
	color: #DFE3FA;
	margin-top: 76px;
	max-width: 340px;
	font-family: var(--manrope-font);
}

.footer-menu-blocks {
	display: flex;
}

.footer-menu-block {
	display: flex;
}

.footer-menu-block:first-child {
	width: 40%;
}

.footer-menu-block:last-child {
	width: 60%;
}

.footer-menu {
	font-size: 16px;
	line-height: 1.5;
	font-weight: bold;
}

.footer-menu>ul {
	padding: 0;
	margin: 0;
	list-style-type: none;
}

.footer-menu>ul>li {
	margin-top: 17px;
	display: block;
}

.footer-menu>ul>li:first-child {
	margin-top: 0;
}

.footer-menu>ul>li>a {
	color: #fff;
}

.footer-menu>ul>li>a:hover {
	text-decoration: underline;
}





.footer-soc-block {}

.footer-soc {
	display: flex;
	padding-left: 6px;
}

.footer-soc-link {
	height: 42px;
	width: 42px;
	margin-left: 15px;
	position: relative;
}

.footer-soc-link::before {
	content: '';
	position: absolute;
	top: 0;
	right: -9px;
	width: 100%;
	height: 100%;
	-webkit-filter: blur(6px);
	-moz-filter: blur(6px);
	-ms-filter: blur(6px);
	-o-filter: blur(6px);
	filter: blur(6px);
	transform: translate3d(0, 0, 0);
	border-radius: 50%;
	transition: 0.4s ease;
}

.footer-soc-link::after {
	content: '';
	position: absolute;
	bottom: -14px;
	left: -6px;
	width: 50px;
	height: 50px;
	-webkit-filter: blur(14px);
	-moz-filter: blur(14px);
	-ms-filter: blur(14px);
	-o-filter: blur(14px);
	filter: blur(14px);
	transform: translate3d(0, 0, 0);
	background-color: #B5C5D8;
	opacity: 0.62;
	box-shadow: inset -5px 2px 17px rgba(255, 255, 255, 0.86);
	border-radius: 50%;
	transition: 0.4s ease;
}

.footer-soc-link:hover {}

.footer-soc-link__img {
	pointer-events: none;
	height: 42px;
	width: 42px;
	position: absolute;
	left: 0;
	top: 0;
	display: flex;
	align-items: center;
	justify-content: center;
	z-index: 5;
	background: linear-gradient(18.81deg, rgba(255, 255, 255, 0.45) 5.66%, rgba(255, 255, 255, 0.52) 90.79%);
	box-shadow: inset -1px 2px 17px rgba(255, 255, 255, 0.86);
	border-radius: 50%;
	padding-top: 1px;
	padding-right: 1px;
}

.footer-soc-link__img .image {
	max-width: none;
}

.footer-soc-link--fb .footer-soc-link__img .image {
	width: 13px;
}

.footer-soc-link--twitter .footer-soc-link__img .image {
	width: 23px;
}

.footer-soc-link--telegram .footer-soc-link__img .image {
	width: 23px;
}

.footer-soc-link--medium .footer-soc-link__img .image {
	width: 23px;
}

.footer-soc-link--youtube .footer-soc-link__img .image {
	width: 14px;
}


.footer-soc-link--fb::before {
	background-image: linear-gradient(18.81deg, #477DEB 5.66%, #74CDF9 90.79%);
}

.footer-soc-link--twitter::before {
	background-image: linear-gradient(18.81deg, #21D7FF 5.66%, #1C84DB 78.17%, #1C84E4 90.79%);
}

.footer-soc-link--telegram::before {
	background-image: linear-gradient(18.81deg, #00CDFA 5.66%, #6CBCEA 90.79%);
}

.footer-soc-link--medium::before {
	background-image: linear-gradient(18.81deg, #1B1E1F 5.66%, #2F3139 90.79%);
}

.footer-soc-link--youtube::before {
	background-image: linear-gradient(18.81deg, #FF927A 5.65%, #F00000 90.77%);
}

.footer-soc-link:first-child {
	margin-left: 0;
}

.footer-soc-link:hover:before {
	opacity: 0;
}


.footer-create-account-btn-block {
	margin-top: 32px;
}

.footer-create-account-btn {
	border: 2px solid #fff;
	padding-top: 22px;
	padding-bottom: 22px;
	width: 100%;
}

.footer-links-block {
	margin-top: 12px;
}

.footer-links {
	display: flex;
}

.footer-link-wrapper {
	margin-right: 26px;
	margin-top: 10px;
}

.footer-link-wrapper:last-child {
	margin-right: 0;
}

.footer-link {
	font-size: 14px;
	line-height: 1.7;
	color: #DFE3FA;
	display: block;
	text-decoration: underline;
}

.footer-link:hover {
	color: #DFE3FA;
	text-decoration: none;
}

.footer-rating-block {
	margin-top: 18px;
}

.footer-rating {
	display: inline-flex;
	align-items: center;
}

.footer-rating__text {
	padding-right: 14px;
	color: #fff;
	line-height: 1.5;
}

.footer-rating__star {
	width: 25px;
	margin-top: -9px;
}

.footer-rating__star .image {
	width: 100%;
}

.footer-rating__trust {
	width: 80px;
	padding-left: 3px;
}

.footer-rating__trust .image {
	width: 100%;
}


.section-forms-ui {
	padding-top: 40px;
	padding-bottom: 40px;
}

.forms-ui-block {}


button {
	cursor: pointer;
}

.field {
	position: relative;
}

.field--input input {
	width: 100%;
}


.field--textarea textarea {
	width: 100%;
}


.field--select select {
	width: 100%;
	appearance: none;
	position: absolute;
	opacity: 0;
	visibility: hidden;
}



.btn-wrapper {
	position: relative;
}


.field-block {
	margin-top: 32px;
	position: relative;
}

.field-title {
	color: #394C79;
	font-size: 16px;
	line-height: 1.125;
	font-weight: bold;
}

.field__label {
	color: #6E7FA4;
	font-size: 12px;
	line-height: 1.15;
	font-weight: bold;
	position: absolute;
	top: 13px;
	left: 20px;
	opacity: 0.4;
	pointer-events: none;
	text-transform: uppercase;
	z-index: 10;
}

.field__icon {
	left: 0;
	top: 0;
	height: 100%;
	position: absolute;
	width: 64px;
	border-right: 1px solid #D8DEFF;
	pointer-events: none;
}

.field__icon:before {
	content: '';
	position: absolute;
	width: 20px;
	height: 20px;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
	margin-left: 3px;
	mask-position: center;
	mask-repeat: no-repeat;
	mask-size: 20px 20px;
	-webkit-mask-position: center;
	-webkit-mask-repeat: no-repeat;
	-webkit-mask-size: 20px 20px;
	background-color: #4052D7;
	background: radial-gradient(77.78% 77.78% at 83.33% 83.33%, #4052D7 0%, #826FFF 100%);
	z-index: 5;
	transition: 0.4s ease;
}

.field__icon:after {
	content: '';
	position: absolute;
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
	background-color: #4052D7;
	background: radial-gradient(77.78% 77.78% at 83.33% 83.33%, #4052D7 0%, #826FFF 100%);
	border-radius: 12px 0px 0px 12px;
	opacity: 0;
	transition: 0.4s ease;
}

.field {}

.field--input {}

.field input[type='text'],
.field input[type='email'],
.field input[type='password'] {
	background: #EBEEFE;
	box-shadow: inset -1.54545px -1.54545px 3.09091px #F8F9FF, inset 1.54545px 1.54545px 3.09091px #D1D8FF;
	border-radius: 12px;
	height: 64px;
	font-size: 16px;
	font-weight: 700;
	border: 1px solid transparent;
	padding-left: 20px;
	padding-right: 20px;
	padding-top: 15px;
	color: #394C79;
	text-overflow: ellipsis;
}

.field--iconed input[type='text'],
.field--iconed input[type='email'],
.field--iconed input[type='password'] {
	padding-left: 80px;
}

.field--iconed .field__label {
	left: 80px;
}

.field input[type='text']:focus,
.field input[type='email']:focus,
.field input[type='password']:focus {
	border-color: #4052D7;
	color: #4052D7;
}

.field input[type='text']:focus+.field__icon,
.field input[type='email']:focus+.field__icon,
.field input[type='password']:focus+.field__icon {
	border-color: transparent;
}

.field input[type='text']:focus+.field__icon::before,
.field input[type='email']:focus+.field__icon::before,
.field input[type='password']:focus+.field__icon::before {
	background-image: none;
	background-color: #fff;
}

.field input[type='text']:focus+.field__icon::after,
.field input[type='email']:focus+.field__icon::after,
.field input[type='password']:focus+.field__icon::after {
	opacity: 1;
}

.field textarea {
	background: #EBEEFE;
	box-shadow: inset -1.54545px -1.54545px 3.09091px #F8F9FF, inset 1.54545px 1.54545px 3.09091px #D1D8FF;
	border-radius: 12px;
	height: 156px;
	min-height: 156px;
	font-size: 16px;
	font-weight: 700;
	border: 1px solid transparent;
	padding-left: 20px;
	padding-right: 20px;
	padding-top: 15px;
	color: #394C79;
	text-overflow: ellipsis;
	resize: vertical;
	appearance: none;
	display: block;
	padding-top: 16px;
	padding-bottom: 16px;
	overflow: hidden;
	outline: none !important;

	background-image: url('../images/svg/textarea-resizer.svg');
	background-position: bottom -5px right -5px;
	background-size: 35px 35px;
	background-repeat: no-repeat;
}

.field textarea:focus {
	border-color: #4052D7;
	color: #4052D7;
}

::-webkit-resizer {
	background-image: none;
	width: 35px !important;
	height: 35px !important;
}

.field select {
	opacity: 0;
	visibility: hidden;
	position: absolute;
}

.field {
	margin-top: 16px;
	position: relative;
}

.field ::placeholder {
	color: #6E7FA4;
}

.field .btn-wrapper {
	margin-top: 16px;
}

.field .btn-wrapper .orange-btn {
	width: 100%;
}


.field--input {
	position: relative;
}

.field--textarea {
	position: relative;
}

.field--select {
	position: relative;
}

.field--checkbox {
	position: relative;
}

.field--radio {
	position: relative;
	display: flex;
}

.field--username .field__icon {}

.field--username .field__icon:before {
	mask-image: url('../images/svg/user.svg');
	-webkit-mask-image: url('../images/svg/user.svg');
}

.field--email .field__icon {}

.field--email .field__icon:before {
	mask-image: url('../images/svg/envelope.svg');
	-webkit-mask-image: url('../images/svg/envelope.svg');
}

.field--password .field__icon {}

.field--password .field__icon:before {
	mask-image: url('../images/svg/key.svg');
	-webkit-mask-image: url('../images/svg/key.svg');
}

.field--password input[type='text'],
.field--password input[type='email'],
.field--password input[type='password'] {
	padding-right: 64px;
}

.field--pin .field__icon {}

.field--pin .field__icon:before {
	mask-image: url('../images/svg/finger-print.svg');
	-webkit-mask-image: url('../images/svg/finger-print.svg');
}

.field--pin input[type='text'],
.field--pin input[type='email'],
.field--pin input[type='password'] {
	padding-right: 64px;
}

.field--2fa .field__icon {}

.field--2fa .field__icon:before {
	mask-image: url('../images/svg/2fa.svg');
	-webkit-mask-image: url('../images/svg/2fa.svg');
}

.field--error .field__icon:before {
	background-color: #E77D7D;
	background-image: none;
}

.field--success {}

.field-success {
	position: absolute;
	height: 100%;
	right: 0;
	width: 64px;
	top: 0;
	pointer-events: none;
	border-left: 1px solid transparent;
	transition: 0.4s ease;
	opacity: 0;
	visibility: hidden;
}

.field--success input[type='text'],
.field--success input[type='email'],
.field--success input[type='password'] {
	padding-right: 64px;
}

.field--success .field-success {
	opacity: 1;
	visibility: visible;
}

.field--success .field-success::after {
	content: '';
	position: absolute;
	width: 20px;
	height: 20px;
	right: 21px;
	top: 50%;
	transform: translateY(-50%);
	mask-position: center;
	mask-repeat: no-repeat;
	mask-size: 20px 20px;
	mask-image: url('../images/svg/check.svg');
	-webkit-mask-position: center;
	-webkit-mask-repeat: no-repeat;
	-webkit-mask-size: 20px 20px;
	-webkit-mask-image: url('../images/svg/check.svg');
	background-color: #4052D7;
	background: radial-gradient(77.78% 77.78% at 83.33% 83.33%, #4052D7 0%, #826FFF 100%);
	z-index: 5;
	transition: 0.4s ease;
	pointer-events: none;

}

.field__success {
	right: 0;
	top: 0;
	height: 100%;
	position: absolute;
	width: 64px;
	border-left: 1px solid #4052D7;
}

.field__success:before {}

.field-error-text {
	font-weight: 700;
	font-size: 13px;
	line-height: 1.15;
	color: #E77D7D;
	margin-top: 8px;
	/* position: absolute; */
	top: 100%;
	left: 0;
}


.change-password-link-block {
	position: absolute;
	top: 0;
	right: 0;
	width: 64px;
	height: 100%;
	border-radius: 0px 12px 12px 0px;
	border-left: 1px solid #D8DEFF;
	transition: 0.4s ease;
}


.field input[type='text']:focus+div+.change-password-link-block,
.field input[type='email']:focus+div+.change-password-link-block,
.field input[type='password']:focus+div+.change-password-link-block {
	border-color: #4052D7;
}

.field input[type='text']:focus+div+.change-password-link-block .change-password-link:before,
.field input[type='email']:focus+div+.change-password-link-block .change-password-link:before,
.field input[type='password']:focus+div+.change-password-link-block .change-password-link:before {
	background-color: #4052D7;
	/* background: radial-gradient(77.78% 77.78% at 83.33% 83.33%, #4052D7 0%, #826FFF 100%); */
}

.field input[type='text']:focus+div+.field-success,
.field input[type='email']:focus+div+.field-success,
.field input[type='password']:focus+div+.field-success {
	border-color: #4052D7;
}

.change-password-link {
	position: absolute;
	width: 100%;
	height: 100%;
	display: block;
	border-radius: 0px 12px 12px 0px;
}

.change-password-link.active:before {
	mask-image: url('../images/svg/eye-crossed.svg');
	-webkit-mask-image: url('../images/svg/eye-crossed.svg');
}

.change-password-link:before {
	content: '';
	position: absolute;
	width: 20px;
	height: 20px;
	right: 21px;
	top: 50%;
	transform: translateY(-50%);
	mask-position: center;
	mask-repeat: no-repeat;
	mask-size: 20px 20px;
	mask-image: url('../images/svg/eye.svg');
	-webkit-mask-position: center;
	-webkit-mask-repeat: no-repeat;
	-webkit-mask-size: 20px 20px;
	-webkit-mask-image: url('../images/svg/eye.svg');
	background-color: #1E2C4C;
	z-index: 5;
	transition: 0.4s ease;
	pointer-events: none;
}



.text--purple {
	color: #4052D7;
}























.select-country-list {}

.select-country-list-item {
	display: flex;
	padding: 15px 10px;
}

.select-country-list-item__icon {
	width: 22px;

}

.select-country-list-item__title {
	width: calc(100% - 22px);
	padding-left: 12px;
	color: #394C79;
	font-size: 16px;
	line-height: 1.125;
}






.select-wrapper {
	position: relative;
}

.select-wrapper select {
	opacity: 0;
}

.select-wrapper .bootstrap-select {
	width: 100%;
}

.select-wrapper .bootstrap-select.fit-width {
	width: 100% !important;
}

.bootstrap-select {
	width: 100% !important;
}

.bootstrap-select>.dropdown-toggle {
	background: #EBEEFE !important;
	box-shadow: inset -1.54545px -1.54545px 3.09091px #F8F9FF, inset 1.54545px 1.54545px 3.09091px #D1D8FF !important;
	border-radius: 12px;
	height: 64px;
	font-size: 16px;
	font-weight: 700;
	border: 1px solid transparent !important;
	border-color: transparent;
	padding: 0;
	color: #394C79;
}

.bootstrap-select>.dropdown-toggle .filter-option::after {
	content: '';
	position: absolute;
	width: 1px;
	height: 100%;
	right: 62px;
	top: 0;
	background-color: #D8DEFF;
}

.bootstrap-select>.dropdown-toggle::after {
	content: '';
	position: absolute;
	width: 20px;
	height: 20px;
	right: 21px;
	top: 50%;
	padding: 0;
	margin: 0;
	border: 0;
	margin-top: -10px;
	mask-position: center;
	mask-repeat: no-repeat;
	mask-size: 20px 20px;
	mask-image: url('../images/svg/angle.svg');
	-webkit-mask-position: center;
	-webkit-mask-repeat: no-repeat;
	-webkit-mask-size: 20px 20px;
	-webkit-mask-image: url('../images/svg/angle.svg');
	background-color: #1E2C4C;
	z-index: 5;
	transition: 0.4s ease;
	pointer-events: none;
	display: block;
	vertical-align: middle;
}


.bootstrap-select .dropdown-toggle .filter-option {
	display: flex;
	align-items: center;
	width: 100%;
}

.bootstrap-select .dropdown-toggle .filter-option-inner {
	width: 100%;
}

.bootstrap-select .dropdown-toggle:focus,
.bootstrap-select>select.mobile-device:focus+.dropdown-toggle {
	outline: none !important;
}


.bootstrap-select>.dropdown-toggle .select-country-list-item {
	padding-left: 80px;
	padding-top: 30px;
	padding-bottom: 15px;
	padding-right: 68px;
}


.bootstrap-select>.dropdown-toggle .select-country-list-item__title {
	padding-left: 0;
	width: 100%;
	overflow: hidden;
	text-overflow: ellipsis;
}

.bootstrap-select>.dropdown-toggle .select-country-list-item__icon {
	position: absolute;
	width: 64px;
	height: 100%;
	top: 0;
	left: 0;
	border-right: 1px solid #D8DEFF;
	display: flex;
	align-items: center;
	justify-content: center;
}

.bootstrap-select>.dropdown-toggle .select-country-list-item__icon .image {
	width: 22px;
	margin-left: 3px;
}

.bootstrap-select>.dropdown-toggle .bs-caret {
	position: absolute;
	width: 64px;
	height: 100%;
	top: 0;
	right: 0;
	border-left: 1px solid #D8DEFF;
}

.bootstrap-select>.dropdown-toggle .caret {}

.bootstrap-select.show>.dropdown-toggle:after {
	transform: rotate(180deg);
}

.bootstrap-select .dropdown-menu {
	width: 100%;
	min-width: 0;
	margin-top: 0;
	border-top: 0;
	max-height: 160px;
	padding-right: 6px;
	padding-top: 0;
	background: #EBEEFE;
	box-shadow: inset -1.54545px -1.54545px 3.09091px #F8F9FF, inset 1.54545px 1.54545px 3.09091px #D1D8FF;
	border-radius: 12px;
	margin-top: 10px;
	margin-bottom: 10px;
}

.bootstrap-select .dropdown-menu .bs-searchbox {
	margin-right: -8px;
	padding-right: 20px;
	padding-bottom: 10px;
	padding-top: 10px;
	padding-left: 48px;
	border-bottom: 1px solid #DFE3FA;
	position: relative;
	margin-bottom: 6px;
}

.bootstrap-select .dropdown-menu .bs-searchbox::before {
	content: '';
	position: absolute;
	width: 16px;
	height: 16px;
	left: 16px;
	top: 50%;
	padding: 0;
	margin: 0;
	border: 0;
	transform: translateY(-50%);
	mask-position: center;
	mask-repeat: no-repeat;
	mask-size: 16px 16px;
	mask-image: url('../images/svg/search.svg');
	-webkit-mask-position: center;
	-webkit-mask-repeat: no-repeat;
	-webkit-mask-size: 16px 16px;
	-webkit-mask-image: url('../images/svg/search.svg');
	background-color: #4052D7;
	background: radial-gradient(77.78% 77.78% at 83.33% 83.33%, #4052D7 0%, #826FFF 100%);
	z-index: 5;
	transition: 0.4s ease;
}

.bootstrap-select .dropdown-menu .bs-searchbox input {
	box-shadow: none;
	border-color: transparent;
	padding: 0;
	color: #6E7FA4;
	font-size: 16px;
	font-weight: bold;
	background-color: transparent;
}

.bootstrap-select .dropdown-menu .inner {
	padding: 0;
	padding-left: 6px;
}

.bootstrap-select .dropdown-menu .inner ul {
	padding: 0;
	padding-right: 15px;
}

.bootstrap-select .dropdown-menu .inner::-webkit-scrollbar {
	width: 6px;
	height: 6px;
}

.bootstrap-select .dropdown-menu .inner::-webkit-scrollbar-track {
	background: #EBEEFE;
	box-shadow: inset -1.54545px -1.54545px 3.09091px #F8F9FF, inset 1.54545px 1.54545px 3.09091px #D1D8FF;
	border-radius: 12px;
}

.bootstrap-select .dropdown-menu .inner::-webkit-scrollbar-thumb {
	background-color: #4052D7;
	background: radial-gradient(77.78% 77.78% at 83.33% 83.33%, #4052D7 0%, #826FFF 100%);
	border-radius: 20px;
}

.bootstrap-select .dropdown-menu li {}

.bootstrap-select .dropdown-menu li:first-child {
	border-top: 0;
}

.bootstrap-select .dropdown-menu li a {
	display: flex;
	padding: 0;
	font-weight: bold;
}

.bootstrap-select .dropdown-menu li a:hover,
.bootstrap-select .dropdown-menu li a:focus {
	background-color: #DFE3FA;
}

.bootstrap-select .dropdown-menu li a:active {
	background-color: transparent;
}

.bootstrap-select .dropdown-menu li a.active {
	background-color: transparent;
}

.bootstrap-select .dropdown-menu li a.active:hover {
	background-color: #DFE3FA;
}

.bootstrap-select .dropdown-menu li a.active::after {
	content: '';
	position: absolute;
	width: 16px;
	height: 16px;
	right: 16px;
	top: 50%;
	padding: 0;
	margin: 0;
	border: 0;
	transform: translateY(-50%);
	mask-position: center;
	mask-repeat: no-repeat;
	mask-size: 16px 16px;
	mask-image: url('../images/svg/check.svg');
	-webkit-mask-position: center;
	-webkit-mask-repeat: no-repeat;
	-webkit-mask-size: 16px 16px;
	-webkit-mask-image: url('../images/svg/check.svg');
	background-color: #4052D7;
	background: radial-gradient(77.78% 77.78% at 83.33% 83.33%, #4052D7 0%, #826FFF 100%);
	z-index: 5;
	transition: 0.4s ease;
}

.bootstrap-select .dropdown-menu li a span.text {
	width: 100%;
	margin-top: 0;
	font-weight: 700;
}

.bootstrap-select .dropdown-menu li.disabled {
	display: none;
}

.bootstrap-select .no-results {
	color: #394C79;
	font-size: 16px;
	line-height: 1.125;
	font-weight: bold;
	background-color: transparent;
}


.field--phone .bootstrap-select {
	position: absolute;
	width: 64px !important;
}

.field--phone .bootstrap-select .dropdown-toggle .filter-option-inner {
	height: 100%;
}

.field--phone .bootstrap-select .dropdown-toggle .filter-option-inner-inner {
	height: 100%;
}

.field--phone .bootstrap-select>.dropdown-toggle .select-country-list-item {
	padding: 0;
	height: 100%;
}

.field--phone .bootstrap-select>.dropdown-toggle .select-country-list-item__title {
	display: none;
}

.field--phone .bootstrap-select>.dropdown-toggle .select-country-list-item__icon {
	width: 22px;
	border-right: 0;
	left: 14px;
}

.field--phone .bootstrap-select>.dropdown-toggle .select-country-list-item__icon .image {
	margin-left: 0;
}

.field--phone .bootstrap-select>.dropdown-toggle {
	background-color: transparent !important;
	box-shadow: none !important;
	border-right: 1px solid #D8DEFF !important;
	border-bottom-right-radius: 0;
	border-top-right-radius: 0;
}

.field--phone .bootstrap-select>.dropdown-toggle::after {
	right: 5px;
}

.field--phone .bootstrap-select>.dropdown-toggle .filter-option::after {
	display: none;
}

.field--phone .bootstrap-select>.dropdown-menu {
	position: absolute;
	width: 398px;
}


.page--registration {}

.page-top-block {
	position: relative;
}

.page-top-block-bg {
	position: absolute;
	left: -50px;
	top: -50px;
	right: -50px;
	bottom: 0;
	background-image: url('../images/theme/page-top-bg.png');
	background-position: center bottom;
	background-size: 100% 100%;
	background-repeat: no-repeat;
}

.page-top-content-wrapper {
	position: relative;
}

.page-top-block-inner {
	padding-bottom: 70px;
	margin-bottom: -70px;
}

.page-top-cube {
	position: absolute;
	left: -200px;
	top: 200px;
}

.page-top-lines {
	position: absolute;
	top: -150px;
	left: 50%;
	transform: translateX(-50%);
	width: 1630px;
}

.page-top-content {
	position: relative;
	z-index: 1;
	min-height: 300px;
	padding-top: 70px;
	padding-bottom: 90px;
	color: #fff;
}

.page-top-content h1,
.page-top-content h3 {
	text-align: center;
}

.page-top-content h3+.page-top-descr {
	margin-top: 16px;
}

.page-top-descr {
	max-width: 610px;
	margin-right: auto;
	margin-left: auto;
	line-height: 1.8;
	font-size: 16px;
	color: #DFE3FA;
	text-align: center;
}

.section-registration {
	position: relative;
	z-index: 20;
	min-height: 480px;
}

.section-registration+footer {
	margin-top: -100px;
}

.registration-block {
	margin-top: -50px;
	border-radius: 24px;
	position: relative;
	z-index: 2;
}

.registration-block-bg {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;

}

.registration-block-bg::before {
	content: '';
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	transform: translate3d(0, 0, 0);
	background: linear-gradient(108.46deg, rgba(255, 255, 255, 0.264) 0%, rgba(255, 255, 255, 0.066) 100%);
	-webkit-backdrop-filter: blur(10px);
	backdrop-filter: blur(10px);
	border-radius: 24px
}

.registration-block-bg::after {
	content: '';
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	transform: translate3d(0, 0, 0);
	background: #7581EC;
	opacity: 0.25;
	box-shadow: 10px 10px 20px #4F5ECB;
	border-radius: 24px
}

.registration-content {
	position: relative;
	z-index: 10;
	padding-top: 48px;
	padding-bottom: 48px;
	padding-left: 48px;
	padding-right: 48px;
	display: flex;
	flex-wrap: wrap;
}

.registration-content-left {
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	width: 384px;
	padding-right: 20px;
}

.registration-content-right {
	width: calc(100% - 384px);
}

.reg-feature-items-block {}

.reg-feature-items {
	margin-top: -4px;
}

.reg-feature-item {
	display: flex;
	width: 175px;
	margin-top: 32px;
}

.reg-feature-item__icon {
	background: #E6E7FD;
	box-shadow: 4px 4px 8px #D1D2F2;
	border-radius: 24px;
	width: 48px;
	height: 48px;
	position: relative;
}

.reg-feature-item__icon::before {
	content: '';
	position: absolute;
	width: 20px;
	height: 20px;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
	mask-position: center;
	mask-repeat: no-repeat;
	mask-size: 20px 20px;
	-webkit-mask-position: center;
	-webkit-mask-repeat: no-repeat;
	-webkit-mask-size: 20px 20px;
	background-color: #4052D7;
	background-image: radial-gradient(77.78% 77.78% at 83.33% 83.33%, #4052D7 0%, #826FFF 100%)
}

.reg-feature-item__text {
	width: calc(100% - 48px);
	padding-left: 16px;
	padding-top: 4px;
	padding-bottom: 4px;
	font-size: 14px;
	line-height: 1.43;
}

.reg-feature-item__text b {
	font-weight: 700;
}

.reg-feature-item__text span {
	background: radial-gradient(77.78% 77.78% at 83.33% 83.33%, #3B4F7D 0%, #495D89 100%);
	color: #3B4F7D;
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
	background-clip: text;
	text-fill-color: transparent;
}

.reg-feature-item {}

.reg-feature-item--period .reg-feature-item__icon::before {
	mask-image: url('../images/svg/time-half-past.svg');
	-webkit-mask-image: url('../images/svg/time-half-past.svg');
}

.reg-feature-item--time .reg-feature-item__icon::before {
	mask-image: url('../images/svg/stopwatch.svg');
	-webkit-mask-image: url('../images/svg/stopwatch.svg');
}

.reg-feature-item--profit .reg-feature-item__icon::before {
	mask-image: url('../images/svg/chat-arrow-grow.svg');
	-webkit-mask-image: url('../images/svg/chat-arrow-grow.svg');
}

.quick-support-block {
	margin-top: 50px;
}

.quick-support {}

.quick-support__icon {
	width: 32px;
	height: 32px;
}


.quick-support__title {
	margin-top: 12px;
}

.quick-support__bottom {
	margin-top: 12px;
}

.quick-support__mail-list {}

.quick-support__mail-list-item {}

.quick-support__mail-link {
	background-image: radial-gradient(77.78% 77.78% at 83.33% 83.33%, #3B4F7D 0%, #495D89 100%);
	color: #3B4F7D;
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
	background-clip: text;
	text-fill-color: transparent;
}

.quick-support__mail-link:hover {
	text-decoration: underline;
	background-image: radial-gradient(77.78% 77.78% at 83.33% 83.33%, #4052D7 0%, #826FFF 100%);
}

.qs-soc-block {
	margin-top: 14px;
}

.qs-soc {
	display: flex;
}

.qs-soc-link {
	height: 28px;
	width: 28px;
	margin-left: 10px;
	position: relative;
}

.qs-soc-link::before {
	content: '';
	position: absolute;
	top: 0;
	right: -6px;
	width: 100%;
	height: 100%;
	-webkit-filter: blur(6px);
	-moz-filter: blur(6px);
	-ms-filter: blur(6px);
	-o-filter: blur(6px);
	filter: blur(6px);
	transform: translate3d(0, 0, 0);
	border-radius: 50%;
	transition: 0.4s ease;
}

.qs-soc-link::after {
	content: '';
	position: absolute;
	bottom: -9px;
	left: -4px;
	width: 34px;
	height: 34px;
	-webkit-filter: blur(14px);
	-moz-filter: blur(14px);
	-ms-filter: blur(14px);
	-o-filter: blur(14px);
	filter: blur(14px);
	transform: translate3d(0, 0, 0);
	background-color: #B5C5D8;
	opacity: 0.62;
	box-shadow: inset -5px 2px 17px rgba(255, 255, 255, 0.86);
	border-radius: 50%;
	transition: 0.4s ease;
}

.qs-soc-link:hover {}

.qs-soc-link__img {
	pointer-events: none;
	height: 28px;
	width: 28px;
	position: absolute;
	left: 0;
	top: 0;
	display: flex;
	align-items: center;
	justify-content: center;
	z-index: 5;
	background: linear-gradient(18.81deg, rgba(255, 255, 255, 0.45) 5.66%, rgba(255, 255, 255, 0.52) 90.79%);
	box-shadow: inset -1px 2px 17px rgba(255, 255, 255, 0.86);
	border-radius: 50%;
	padding-top: 1px;
	padding-right: 1px;
}

.qs-soc-link__img .image {
	max-width: none;
}

.qs-soc-link--fb::before {
	background-image: linear-gradient(18.81deg, #477DEB 5.66%, #74CDF9 90.79%);
}

.qs-soc-link--fb .qs-soc-link__img .image {
	max-width: 10px;
}

.qs-soc-link--twitter::before {
	background-image: linear-gradient(18.81deg, #21D7FF 5.66%, #1C84DB 78.17%, #1C84E4 90.79%);
}

.qs-soc-link--twitter .qs-soc-link__img .image {
	max-width: 17px;
}

.qs-soc-link--telegram::before {
	background-image: linear-gradient(18.81deg, #00CDFA 5.66%, #6CBCEA 90.79%);
}

.qs-soc-link--telegram .qs-soc-link__img .image {
	max-width: 16px;
}

.qs-soc-link--medium::before {
	background-image: linear-gradient(18.81deg, #1B1E1F 5.66%, #2F3139 90.79%);
}

.qs-soc-link--medium .qs-soc-link__img .image {
	max-width: 17px;
}

.qs-soc-link--youtube::before {
	background-image: linear-gradient(18.81deg, #FF927A 5.65%, #F00000 90.77%);
}

.qs-soc-link--youtube .qs-soc-link__img .image {
	max-width: 11px;
}

.qs-soc-link:first-child {
	margin-left: 0;
}

.qs-soc-link:hover:before {
	opacity: 0;
}


.registration-form-block {
	max-width: 400px;
}

.registration-form {}

.auth-tabs-block {}


.auth-tabs-title {
	color: #394C79;
	font-size: 16px;
	line-height: 1.125;
	font-weight: bold;
}

.auth-tabs {
	display: flex;
	align-items: center;
	margin-top: 16px;
}

.auth-tab {
	margin-right: 40px;
	display: flex;
	align-items: center;
	cursor: pointer;
}

.auth-tab:last-child {
	margin-right: 0;
}

.auth-tab.active {
	pointer-events: none;
}

.auth-tab.active .auth-tab__icon {
	border-color: #4052D7;
}

.auth-tab.active .auth-tab__icon::before {
	opacity: 1;
}

.auth-tab__icon {
	width: 32px;
	height: 32px;
	background: #EBEEFE;
	border: 1px solid transparent;
	box-shadow: inset -1.54545px -1.54545px 3.09091px #F8F9FF, inset 1.54545px 1.54545px 3.09091px #D1D8FF;
	border-radius: 100px;
	position: relative;
	transition: 0.4s ease;
}

.auth-tab__icon::before {
	content: '';
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
	width: 16px;
	height: 16px;
	background: radial-gradient(77.78% 77.78% at 83.33% 83.33%, #4052D7 0%, #826FFF 100%);
	border-radius: 100px;
	opacity: 0;
	transition: 0.4s ease;
}

.auth-tab__text {
	font-weight: bold;
	padding-left: 12px;
	max-width: calc(100% - 32px);
}

.auth-tabs-content {}

.auth-tab-content {
	display: none;
}

.auth-tab-content:first-child {
	display: block;
}

.generate-field-value-block {
	position: absolute;
	left: 100%;
	margin-left: 25px;
	top: 16px;
	white-space: nowrap;
}

.field-title~.generate-field-value-block {
	top: 50px;
}

.generate-field-value-link {
	font-weight: bold;
	font-size: 14px;
	display: block;
	line-height: 1.2;
	letter-spacing: 1px;
	text-transform: uppercase;
	background: radial-gradient(77.78% 77.78% at 83.33% 83.33%, #4052D7 0%, #826FFF 100%);
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
	background-clip: text;
	text-fill-color: transparent;
	border-bottom: 1px dashed #4052D7;
	padding-bottom: 6px;
	padding-top: 6px;
}

.generate-field-value-link:hover {
	border-bottom-color: transparent;
}

.upline-block {
	margin-top: 24px;
}

.upline {
	display: flex;
}

.upline__icon {
	width: 48px;
	height: 48px;
	border-radius: 24px;
	background-color: #D0FFE0;
	position: relative;
}

.upline__icon::before {
	content: '';
	position: absolute;
	width: 20px;
	height: 20px;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
	mask-image: url('../images/svg/fi-br-share.svg');
	mask-position: center;
	mask-repeat: no-repeat;
	mask-size: 20px 20px;
	-webkit-mask-image: url('../images/svg/fi-br-share.svg');
	-webkit-mask-position: center;
	-webkit-mask-repeat: no-repeat;
	-webkit-mask-size: 20px 20px;
	background-color: #48D779;
}

.upline__content {
	width: calc(100% - 48px);
	padding-left: 16px;
	padding-top: 8px;
}

.upline__label {
	color: #394C79;
	opacity: 0.5;
	font-size: 14px;
	line-height: 1;
	font-weight: bold;
}

.upline__name {
	font-weight: bold;
	font-size: 16px;
	line-height: 1;
	margin-top: 4px;
}

.upline__name span {
	background: radial-gradient(77.78% 77.78% at 83.33% 83.33%, #4052D7 0%, #826FFF 100%);
	color: #4052D7;
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
	background-clip: text;
	text-fill-color: transparent;
}

.form-btn-block {
	margin-top: 24px;
	max-width: 270px;
}

.form-btn {
	padding-top: 23px;
	padding-bottom: 23px;
	font-size: 18px;
	padding-right: 56px;
	padding-left: 36px;
	width: 100%;
	position: relative;
}

.form-btn::after {
	content: '';
	position: absolute;
	top: 50%;
	right: 12px;
	transform: translateY(-50%);
	width: 40px;
	height: 40px;
	border-radius: 50%;
	background-image: url('../images/svg/form-btn-icon.svg');
	background-position: center;
	background-repeat: no-repeat;
	background-size: 40px 40px;
}

.form-note {
	font-size: 12px;
	line-height: 1.5;
	color: #394C79;
	font-weight: 500;
	margin-top: 24px;
}

.form-note a {
	color: #4052D7;
	text-decoration: underline;
}

.form-note a:hover {
	text-decoration: none;
}

.create-acc-btn-block {
	margin-top: 24px;
}

.create-acc-btn {
	background-color: #fff;
	min-width: 160px;
}

.forgot-password-note {
	font-size: 14px;
	line-height: 1.15;
	color: #394C79;
	font-weight: 500;
	margin-top: 24px;
}

.forgot-password-note a {
	color: #4052D7;
	text-decoration: underline;
}

.forgot-password-note a:hover {
	text-decoration: none;
}

.restore-form-descr {
	color: #394C79;
	line-height: 1.5;
	font-weight: 500;
}

.page--dashboard {
	background-image: url('../images/svg/dashboard-top-bg.svg');
	background-size: 100% auto;
	background-position: center top;
	background-repeat: no-repeat;
}

.page--dashboard .page-top-content {
	padding-top: 50px;
}

.page--dashboard .page-top-lines {
	top: -300px;
}





.page--new-deposit {}



.section-new-deposit {
	position: relative;
	z-index: 20;
}


.new-deposit-block {
	margin-top: -50px;
	border-radius: 24px;
	position: relative;
	z-index: 2;
}

.section-new-deposit+footer {
	margin-top: -100px;
}

.new-deposit-block-bg {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	z-index: 1;
}

.new-deposit-block-bg::before {
	content: '';
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	transform: translate3d(0, 0, 0);
	background: linear-gradient(108.46deg, rgba(255, 255, 255, 0.264) 0%, rgba(255, 255, 255, 0.066) 100%);
	-webkit-backdrop-filter: blur(10px);
	backdrop-filter: blur(10px);
	border-radius: 24px
}

.new-deposit-block-bg::after {
	content: '';
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	transform: translate3d(0, 0, 0);
	background: #7581EC;
	opacity: 0.25;
	box-shadow: 10px 10px 20px #4F5ECB;
	border-radius: 24px
}

.new-deposit-diamond {
	position: absolute;
	right: -75px;
	top: -140px;
	width: 310px;
	z-index: 1;
}

.new-deposit-diamond .image {
	width: 100%;
}

.new-deposit-content {
	position: relative;
	z-index: 10;
	padding: 40px;
}

.new-dep-form {}

.new-dep-form-fieldset {
	margin-top: 32px;
}

.new-dep-form-fieldset:first-child {
	margin-top: 0;
}

.new-dep-form-fieldset-heading-block {
	display: flex;
	justify-content: space-between;
}

.new-dep-form-fieldset-heading-block-left {}

.new-dep-form-fieldset-heading {
	font-size: 18px;
	line-height: 1.15;
	color: #394C79;
	font-weight: bold;
}

.new-dep-form-fieldset-heading-block-right {}

.new-dep-form-fieldset-note {
	color: #3B4F7D;
	font-size: 15px;
}

.text--purple-gr {
	background: radial-gradient(77.78% 77.78% at 83.33% 83.33%, #4052D7 0%, #826FFF 100%);
	color: #4052D7;
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
	background-clip: text;
	text-fill-color: transparent;
}

.new-dep-form-fieldset-body {
	padding-top: 24px;
}

.strat-radio-items-block {}

.strat-radio-items {
	margin-left: -16px;
	margin-right: -16px;
	display: flex;
	flex-wrap: wrap;
	margin-top: -32px;
	padding-bottom: 15px;
}

.strat-radio-item-wrapper {
	padding-left: 16px;
	padding-right: 16px;
	width: 16.66%;
	margin-top: 32px;
}

.strat-radio-item-label {
	display: block;
	margin-bottom: 0;
}

.radio {
	display: none;
}

.strat-radio-item {
	padding: 32px;
	height: 130px;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: flex-start;
	background: #E6E7FD;
	box-shadow: 4px 4px 8px #D1D2F2;
	border: 1px solid transparent;
	border-radius: 24px;
	cursor: pointer;
	position: relative;
}

.strat-radio-item__icon {
	width: 24px;
	height: 24px;
}

.strat-radio-item__title {
	color: #394C79;
	font-size: 16px;
	line-height: 1;
	font-weight: 700;
	text-align: center;
	margin-top: 8px;
}

.custom-radio-dot {
	width: 32px;
	height: 32px;
	background: #EBEEFE;
	box-shadow: inset -1.54545px -1.54545px 3.09091px #F8F9FF, inset 1.54545px 1.54545px 3.09091px #D1D8FF;
	border-radius: 100px;
	border: 1px solid transparent;
}

.custom-radio-dot::before {
	content: '';
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
	width: 16px;
	height: 16px;
	background: radial-gradient(77.78% 77.78% at 83.33% 83.33%, #4052D7 0%, #826FFF 100%);
	border-radius: 100px;
	opacity: 0;
	transition: 0.4s ease;
}


.custom-radio-soon {
	height: 18px;
	padding: 4px 6px;
	background: #EBEEFE;
	font-size: 10px;
	line-height: 1;
	font-weight: bold;
	box-shadow: inset -1.54545px -1.54545px 3.09091px #F8F9FF, inset 1.54545px 1.54545px 3.09091px #D1D8FF;
	border-radius: 100px;
	bottom: -8px;
	left: 50%;
	transform: translateX(-50%);
	/* border: 1px solid transparent; */
	position: absolute;
	color: #6E7FA4;
	font-weight: 800;
	text-transform: uppercase;
}

.strat-radio-item .custom-radio-dot {
	position: absolute;
	left: 50%;
	transform: translateX(-50%);
	bottom: -15px;
}

.radio:checked~.strat-radio-item {
	background: radial-gradient(77.78% 77.78% at 83.33% 83.33%, #4052D7 0%, #826FFF 100%);
	box-shadow: 4px 4px 8px #D1D2F2;
}

.radio:checked~.strat-radio-item .strat-radio-item__title {
	color: #fff;
}

.radio:checked~.strat-radio-item .custom-radio-dot {
	border-color: #4052D7;
}

.radio:checked~.strat-radio-item .custom-radio-dot::before {
	opacity: 1;
}

.strat-radio-item-label--disabled {
	pointer-events: none;
}

.strat-radio-item-label--disabled .strat-radio-item {
	border-color: #E6E7FD;
	box-shadow: none;
	background-color: transparent;
}

.strat-radio-item-label--disabled .strat-radio-item:before {
	content: '';
	border: 2px solid #E6E7FD;
	position: absolute;
	left: -1px;
	top: -1px;
	right: -1px;
	bottom: -1px;
	border-radius: 24px;
}

.strat-radio-item-label--disabled .strat-radio-item__title {
	color: #6E7FA4;
}



.currency-radio-items-block {}

.currency-radio-items {
	margin-left: -16px;
	margin-right: -16px;
	display: flex;
	flex-wrap: wrap;
	margin-top: -32px;
	padding-bottom: 15px;
}

.currency-radio-item-wrapper {
	padding-left: 16px;
	padding-right: 16px;
	width: 16.66%;
	margin-top: 32px;
}

.currency-radio-item-label {
	display: block;
	margin-bottom: 0;
}

.radio {
	display: none;
}

.currency-radio-item {
	padding: 20px;
	height: 130px;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: flex-start;
	background: #E6E7FD;
	box-shadow: 4px 4px 8px #D1D2F2;
	border: 1px solid transparent;
	border-radius: 24px;
	cursor: pointer;
	position: relative;
}

.currency-radio-item__icon {
	width: 40px;
	height: 40px;
	display: flex;
	align-items: center;
	justify-content: center;
}

.currency-radio-item__icon .currency-custom {
	width: 28px;
	height: 28px;
}

.currency-radio-item__icon .currency-custom .image {
	transform: scale(0.7);
}

.currency-radio-item__title {
	color: #394C79;
	font-size: 16px;
	line-height: 1;
	font-weight: 700;
	text-align: center;
	margin-top: 12px;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}

.currency-radio-item__abbr {
	color: #6E7FA4;
	font-size: 12px;
	line-height: 1.16;
	font-weight: 700;
	text-align: center;
	text-transform: uppercase;
}


.currency-radio-item .custom-radio-dot {
	position: absolute;
	left: 50%;
	transform: translateX(-50%);
	bottom: -15px;
}

.radio:checked~.currency-radio-item {
	background: radial-gradient(77.78% 77.78% at 83.33% 83.33%, #4052D7 0%, #826FFF 100%);
	box-shadow: 4px 4px 8px #D1D2F2;
}

.radio:checked~.currency-radio-item .currency-radio-item__title {
	color: #fff;
}

.radio:checked~.currency-radio-item .currency-radio-item__abbr {
	color: #DFE3FA;
	opacity: 0.5;
}

.radio:checked~.currency-radio-item .custom-radio-dot {
	border-color: #4052D7;
}

.radio:checked~.currency-radio-item .custom-radio-dot::before {
	opacity: 1;
}

.currency-radio-item-label--disabled {
	pointer-events: none;
}

.currency-radio-item-label--disabled .currency-radio-item {
	border-color: #E6E7FD;
	box-shadow: none;
	background-color: transparent;
}

.currency-radio-item-label--disabled .currency-radio-item:before {
	content: '';
	border: 2px solid #E6E7FD;
	position: absolute;
	left: -1px;
	top: -1px;
	right: -1px;
	bottom: -1px;
	border-radius: 24px;
}

.currency-radio-item-wrapper--hidden {
	display: none;
}

.currency-radio-view-all-btn-block {
	margin-top: 24px;
	text-align: center;
}

.currency-radio-view-all-btn {
	padding-top: 23px;
	padding-bottom: 23px;
	box-shadow: none;
	background-color: transparent;
	border: 2px solid #6B7AE9;
	color: #596AE3;
	width: 100%;
	max-width: 320px;
}

.currency-radio-view-all-btn:hover {
	background-color: #6B7AE9;
}




.inv-plan-radio-items-block {}

.inv-plan-radio-items {
	margin-left: -16px;
	margin-right: -16px;
	display: flex;
	flex-wrap: wrap;
	margin-top: -44px;
	padding-bottom: 15px;
}

.inv-plan-radio-item-wrapper {
	padding-left: 16px;
	padding-right: 16px;
	width: 33.33%;
	margin-top: 44px;
}

.inv-plan-radio-item-label {
	display: block;
	margin-bottom: 0;
}

.radio {
	display: none;
}

.inv-plan-radio-item {
	padding: 24px 32px 36px;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: flex-start;
	background: #E6E7FD;
	box-shadow: 4px 4px 8px #D1D2F2;
	border: 1px solid transparent;
	border-radius: 24px;
	cursor: pointer;
	position: relative;
	text-align: center;
}

.inv-plan-radio-item__percent {
	font-size: 48px;
	font-weight: 700;
	line-height: 1.15;
}

.inv-plan-radio-item__percent span {
	background: radial-gradient(77.78% 77.78% at 83.33% 83.33%, #3B4F7D 0%, #495D89 100%);
	color: #3B4F7D;
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
	background-clip: text;
	text-fill-color: transparent;
}

.inv-plan-radio-item__percent span .percent {
	font-size: 32px;
}

.inv-plan-radio-item__time {
	display: flex;
	justify-content: center;
	margin-top: 4px;
}

.inv-plan-radio-item__time-icon {
	position: relative;
	width: 16px;
	height: 16px;
}

.inv-plan-radio-item__time-icon:before {
	content: '';
	position: absolute;
	width: 16px;
	height: 16px;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
	mask-image: url('../images/svg/fi-br-calendar.svg');
	mask-position: center;
	mask-repeat: no-repeat;
	mask-size: 16px 16px;
	-webkit-mask-image: url('../images/svg/fi-br-calendar.svg');
	-webkit-mask-position: center;
	-webkit-mask-repeat: no-repeat;
	-webkit-mask-size: 16px 16px;
	background-color: #826FFF;
	background-image: radial-gradient(77.78% 77.78% at 83.33% 83.33%, #4052D7 0%, #826FFF 100%);
	z-index: 1;
}

.inv-plan-radio-item__time-text {
	font-size: 16px;
	line-height: 1;
	color: #394C79;
	font-weight: 500;
	padding-left: 8px;
}

.inv-plan-radio-item__time-text .days {
	background: radial-gradient(77.78% 77.78% at 83.33% 83.33%, #4052D7 0%, #826FFF 100%);
	color: #4052D7;
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
	background-clip: text;
	text-fill-color: transparent;
	font-weight: 700;
}



.inv-plan-radio-item__panel {
	margin-top: 24px;
	background: #EBEEFE;
	box-shadow: inset -1.54545px -1.54545px 3.09091px #F8F9FF, inset 1.54545px 1.54545px 3.09091px #D1D8FF;
	border-radius: 12px;
	width: 100%;
}

.inv-plan-radio-item__params {
	display: flex;
}

.inv-plan-radio-item__param {
	width: 50%;
	padding: 16px;
	text-align: left;
}

.inv-plan-radio-item__param-title {
	background: radial-gradient(77.78% 77.78% at 83.33% 83.33%, #3B4F7D 0%, #495D89 100%);
	color: #3B4F7D;
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
	background-clip: text;
	text-fill-color: transparent;
	opacity: 0.5;
	font-size: 12px;
	line-height: 1.15;
	font-weight: 700;
	text-transform: uppercase;
}

.inv-plan-radio-item__param-value {
	vertical-align: middle;
	font-size: 16px;
	line-height: 1;
	display: flex;
	margin-top: 8px;
	font-weight: 700;
}

.inv-plan-radio-item__param-value .value {
	vertical-align: middle;
	background: radial-gradient(77.78% 77.78% at 83.33% 83.33%, #4052D7 0%, #826FFF 100%);
	color: #4052D7;
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
	background-clip: text;
	text-fill-color: transparent;
	font-size: 16px;
	line-height: 1;
}

.inv-plan-radio-item__param-value .currency-name {
	vertical-align: middle;
	background: radial-gradient(77.78% 77.78% at 83.33% 83.33%, #3B4F7D 0%, #495D89 100%);
	color: #3B4F7D;
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
	background-clip: text;
	text-fill-color: transparent;
	font-size: 14px;
	line-height: 1.12;
	padding-left: 5px;
	text-transform: uppercase;
}

.inv-plan-radio-item__note {
	font-weight: 500;
	font-size: 12px;
	line-height: 1.14;
	color: #394C79;
	opacity: 0.5;
	margin-top: 10px;
}

.custom-radio-dot {}

.inv-plan-radio-item .custom-radio-dot {
	position: absolute;
	left: 50%;
	transform: translateX(-50%);
	bottom: -15px;
}

.radio:checked~.inv-plan-radio-item {
	background: radial-gradient(77.78% 77.78% at 83.33% 83.33%, #4052D7 0%, #826FFF 100%);
	box-shadow: 4px 4px 8px #D1D2F2;
}

.radio:checked~.inv-plan-radio-item .inv-plan-radio-item__percent span {
	color: #fff;
	background-color: #fff;
	background-image: none;
}

.radio:checked~.inv-plan-radio-item .inv-plan-radio-item__time-text {
	color: #fff;
}

.radio:checked~.inv-plan-radio-item .inv-plan-radio-item__time-text .days {
	color: #7DE7A1;
	background-color: #7DE7A1;
	background-image: none;
}

.radio:checked~.inv-plan-radio-item .inv-plan-radio-item__time-icon:before {
	background-color: #fff;
	background-image: none;
}

.radio:checked~.inv-plan-radio-item .inv-plan-radio-item__panel {
	background: #7469F7;
	box-shadow: inset -1.54545px -1.54545px 3.09091px #6559EF, inset 1.54545px 1.54545px 3.09091px #5C51E8;

}

.radio:checked~.inv-plan-radio-item .inv-plan-radio-item__param-title {
	color: #FFFFFF;
	background-image: none;
	background-color: #fff;
	opacity: 0.5;
}

.radio:checked~.inv-plan-radio-item .inv-plan-radio-item__param-value .value {
	color: #FFFFFF;
	background-image: none;
	background-color: #fff;
}

.radio:checked~.inv-plan-radio-item .inv-plan-radio-item__param-value .currency-name {
	color: #FFFFFF;
	background-image: none;
	background-color: #fff;
}

.radio:checked~.inv-plan-radio-item .inv-plan-radio-item__note {
	color: #FFFFFF;
	opacity: 1;
}


.radio:checked~.inv-plan-radio-item .custom-radio-dot {
	border-color: #4052D7;
}

.radio:checked~.inv-plan-radio-item .custom-radio-dot::before {
	opacity: 1;
}

.inv-plan-radio-item-label--disabled {
	pointer-events: none;
}

.inv-plan-radio-item-label--disabled .inv-plan-radio-item {
	border-color: #E6E7FD;
	box-shadow: none;
	background-color: transparent;
}

.inv-plan-radio-item-label--disabled .inv-plan-radio-item:before {
	content: '';
	border: 2px solid #E6E7FD;
	position: absolute;
	left: -1px;
	top: -1px;
	right: -1px;
	bottom: -1px;
	border-radius: 24px;
}

.new-dep-amount-block {
	display: flex;
	align-items: flex-start;
}

.new-dep-amount-block-field {
	width: 400px;
}

.new-dep-amount-block-field .field {
	margin-top: 0;
}

.field--amount input[type="text"] {
	color: #4052D7;
}

.field__currency {
	right: 0;
	top: 0;
	height: 100%;
	position: absolute;
	width: 64px;
	border-left: 1px solid #D8DEFF;
	pointer-events: none;
	display: flex;
	align-items: center;
	justify-content: center;
	color: rgba(57, 76, 121, 0.5);
	font-size: 14px;
	font-weight: bold;
}

.field__icon:before {
	content: '';
	position: absolute;
	width: 20px;
	height: 20px;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
	margin-left: 3px;
	mask-position: center;
	mask-repeat: no-repeat;
	mask-size: 20px 20px;
	-webkit-mask-position: center;
	-webkit-mask-repeat: no-repeat;
	-webkit-mask-size: 20px 20px;
	background-color: #4052D7;
	background: radial-gradient(77.78% 77.78% at 83.33% 83.33%, #4052D7 0%, #826FFF 100%);
	z-index: 5;
	transition: 0.4s ease;
}

.field--amount.field--iconed .field__icon::before {
	mask-image: url('../images/svg/briefcase.svg');
	-webkit-mask-image: url('../images/svg/briefcase.svg');
	margin-left: 0;
}

.new-dep-amount-block-radio-list {
	width: calc(100% - 400px);
	padding-left: 32px;
	display: flex;
}

.new-dep-amount-block-radio-list-item {
	margin-right: 16px;
	margin-top: 20px;
}

.new-dep-amount-block-radio-list-item:last-child {
	margin-right: 0;
}

.new-dep-amount-block-radio-list-item .field--radio {
	margin-top: 0;
}

.custom-radio-label {
	line-height: 1;
	display: flex;
	align-items: center;
	margin-bottom: 0;
	cursor: pointer;
}

.custom-radio-text-label {
	font-size: 14px;
	padding-top: 5px;
	padding-bottom: 5px;
	color: #394C79;
	font-weight: bold;
	padding-left: 8px;
	padding-right: 4px;
	max-width: calc(100% - 24px);
}

.custom-radio {
	width: 24px;
	height: 24px;
	background: #EBEEFE;
	border: 1px solid transparent;
	box-shadow: inset -1.54545px -1.54545px 3.09091px #F8F9FF, inset 1.54545px 1.54545px 3.09091px #D1D8FF;
	border-radius: 100px;
	position: relative;
	transition: 0.4s ease;
}

.custom-radio::before {
	content: '';
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
	width: 12px;
	height: 12px;
	background: radial-gradient(77.78% 77.78% at 83.33% 83.33%, #4052D7 0%, #826FFF 100%);
	border-radius: 100px;
	opacity: 0;
	transition: 0.4s ease;
}

.radio {
	display: none;
}

.radio:checked~.custom-radio {
	border-color: #4052D7;
}

.radio:checked~.custom-radio:before {
	opacity: 1;
}


.new-dep-amount-field-note {
	color: #3B4F7D;
	opacity: 0.5;
	margin-top: 15px;
	font-weight: bold;
	font-size: 12px;
	line-height: 1;
}





.dep-profit-block {
	margin-top: 32px;
}

.dep-profit-block-title {}

.dep-profit-block-body {
	padding-top: 16px;
}

.dep-profit-items-block {}

.dep-profit-items {
	display: flex;
	margin-left: -16px;
	margin-right: -16px;
	flex-wrap: wrap;
	margin-top: -24px;
}

.dep-profit-item-wrapper {
	margin-top: 24px;
	padding-left: 16px;
	padding-right: 16px;
	width: 25%;
}

.dep-profit-item {
	background: #E6E7FD;
	box-shadow: 4px 4px 8px #D1D2F2;
	border-radius: 24px;
	padding: 24px;
	display: flex;
}

.dep-profit-item__icon {
	width: 24px;
	height: 24px;
}

.dep-profit-item__icon .image {
	width: 100%;
}

.dep-profit-item__content {
	width: calc(100% - 24px);
	padding-left: 12px;
}

.dep-profit-item__title {
	font-size: 12px;
	line-height: 1;
	color: #3B4F7D;
	text-transform: uppercase;
	font-weight: bold;
	padding-top: 6px;
	padding-bottom: 6px;
}

.dep-profit-item__profit {
	vertical-align: middle;
	font-size: 16px;
	line-height: 1;
	display: flex;
	margin-top: 6px;
	font-weight: 700;
}

.dep-profit-item__profit-amount {
	vertical-align: middle;
	background: radial-gradient(77.78% 77.78% at 83.33% 83.33%, #4052D7 0%, #826FFF 100%);
	color: #4052D7;
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
	background-clip: text;
	text-fill-color: transparent;
	font-size: 16px;
	line-height: 1;
}

.dep-profit-item__profit-currency {
	vertical-align: middle;
	background: radial-gradient(77.78% 77.78% at 83.33% 83.33%, #3B4F7D 0%, #495D89 100%);
	color: #3B4F7D;
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
	background-clip: text;
	text-fill-color: transparent;
	font-size: 12px;
	line-height: 1;
	padding-top: 2px;
	padding-bottom: 2px;
	padding-left: 5px;
	text-transform: uppercase;
}

.new-dep-crypto {
	display: flex;
	padding-top: 30px;
	padding-bottom: 60px;
}

.new-dep-crypto-left {
	width: 320px;
	padding-right: 32px;
}

.new-dep-crypto-right {
	width: 575px;
}

.new-dep-crypto-alert {
	margin-top: 8px;
	display: flex;
	max-width: 243px;
}

.new-dep-crypto-alert__icon {
	width: 20px;
	height: 20px;
	position: relative;
	margin-top: 6px;
}

.new-dep-crypto-alert__icon:before {
	content: '';
	position: absolute;
	width: 20px;
	height: 20px;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
	mask-position: center;
	mask-repeat: no-repeat;
	mask-size: 20px 20px;
	-webkit-mask-position: center;
	-webkit-mask-repeat: no-repeat;
	-webkit-mask-size: 20px 20px;
	mask-image: url('../images/svg/alert.svg');
	-webkit-mask-image: url('../images/svg/alert.svg');
	background-color: #4052D7;
	background: radial-gradient(77.78% 77.78% at 83.33% 83.33%, #4052D7 0%, #826FFF 100%);
	z-index: 5;
	transition: 0.4s ease;
}

.new-dep-crypto-alert__text {
	width: calc(100% - 20px);
	padding-left: 15px;
	font-weight: 500;
	font-size: 14px;
	line-height: 2;
	background: radial-gradient(77.78% 77.78% at 83.33% 83.33%, #3B4F7D 0%, #495D89 100%);
	color: #3B4F7D;
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
	background-clip: text;
	text-fill-color: transparent;

}

.input-copy-btn-block {
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	right: 12px;
}

.input-copy-btn {
	display: block;
	width: 36px;
	height: 36px;
	background-color: #826FFF;
	background-image: radial-gradient(77.78% 77.78% at 83.33% 83.33%, #4052D7 0%, #826FFF 100%);
	border-radius: 8px;
	box-shadow: 0px 4px 4px #5F56E1;
	border: 0;
}

.input-copy-btn::before {
	content: '';
	position: absolute;
	width: 16px;
	height: 16px;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
	mask-image: url('../images/svg/fi-sr-copy-alt.svg');
	mask-position: center;
	mask-repeat: no-repeat;
	mask-size: 16px 16px;
	-webkit-mask-image: url('../images/svg/fi-sr-copy-alt.svg');
	-webkit-mask-position: center;
	-webkit-mask-repeat: no-repeat;
	-webkit-mask-size: 16px 16px;
	background-color: #fff;
	z-index: 1;
}

.input-copy-btn::after {
	pointer-events: none;
	content: attr(aria-label);
	position: absolute;
	text-transform: uppercase;
	z-index: 1;
	font-weight: 700;
	font-size: 11px;
	line-height: 16px;
	right: -12px;
	white-space: nowrap;
	text-transform: uppercase;
	top: -36px;
	color: #7DE7A1;
	opacity: 0;
	visibility: hidden;
	transition: 0.4s ease;
}

.input-copy-btn.active::after {
	opacity: 1;
	visibility: visible;
}

.input-copy-btn.active {
	background-color: #7DE7A1;
	background-image: none;
	box-shadow: none;
}

.new-dep-crypto-form {}

.new-dep-crypto-form .field-block:first-child {
	margin-top: 0;
}

.dep-activation-block {
	margin-top: 32px;
}

.dep-activation-block-title {
	color: #394C79;
	font-size: 16px;
	line-height: 1.125;
	font-weight: bold;
}

.dep-activation-notification {
	margin-top: 16px;
	padding: 10px 14px;
	font-weight: 700;
	font-size: 12px;
	line-height: 1;
	color: #48D779;
	background: #D0FFE0;
	box-shadow: inset -1.54545px -1.54545px 3.09091px #A9F0C1, inset 1.54545px 1.54545px 3.09091px #B3F8CB;
	border-radius: 8px;
}

.dep-activation-progress-block {
	margin-top: 16px;
	background: #EBEEFE;
	box-shadow: inset -1.54545px -1.54545px 3.09091px #F8F9FF, inset 1.54545px 1.54545px 3.09091px #D1D8FF;
	border-radius: 100px;
	height: 12px;
	padding: 3px;
}

.dep-activation-progress {
	position: relative;
	height: 100%;
}

.dep-activation-progress__progress {
	position: absolute;
	left: 0;
	top: 0;
	height: 100%;
	background: radial-gradient(77.78% 77.78% at 83.33% 83.33%, #4052D7 0%, #826FFF 100%);
	border-radius: 100px;
}

.dep-activation-progress__time {
	top: 50%;
	position: absolute;
}

.dep-activation-progress__time-text {
	position: absolute;
	white-space: nowrap;
	left: 50%;
	transform: translateX(-50%);
	top: 12px;
	background: radial-gradient(77.78% 77.78% at 83.33% 83.33%, #4052D7 0%, #826FFF 100%);
	color: #4052D7;
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
	background-clip: text;
	text-fill-color: transparent;
	font-weight: 700;
	font-size: 13px;
}

.dep-activation-confirm-block {
	margin-top: 36px;
}

.dep-activation-confirm {}

.dep-activation-confirm-title {
	font-weight: 700;
	font-size: 12px;
	line-height: 1.16;
	text-transform: uppercase;
	color: #6E7FA4;
	opacity: 0.4;
}

.dep-activation-confirm-items-block {}

.dep-activation-confirm-items {
	display: flex;
	margin-left: -4px;
	margin-right: -4px;
}

.dep-activation-confirm-item-wrapper {
	padding-left: 4px;
	padding-right: 4px;
	width: 12.5%;
	margin-top: 16px;
}

.dep-activation-confirm-item {
	height: 32px;
	border: 1px solid rgba(110, 127, 164, 0.2);
	border-radius: 12px;
	display: flex;
	align-items: center;
	justify-content: center;
	font-weight: 700;
	font-size: 16px;
	text-align: center;
	text-transform: uppercase;
	color: #6E7FA4;
	position: relative;
	line-height: 1;
}


.dep-activation-confirm-item.ready {
	background-color: #4052D7;
	background-image: radial-gradient(77.78% 77.78% at 83.33% 83.33%, #4052D7 0%, #826FFF 100%);
	box-shadow: 7px 10px 20px rgba(28, 31, 124, 0.3);
	color: #fff;
}

.dep-activation-confirm-item.ready::before {
	content: '';
	position: absolute;
	width: 20px;
	height: 20px;
	left: 50%;
	top: calc(100% + 12px);
	transform: translateX(-50%);
	mask-image: url('../images/svg/check.svg');
	mask-position: center;
	mask-repeat: no-repeat;
	mask-size: 20px 20px;
	-webkit-mask-image: url('../images/svg/check.svg');
	-webkit-mask-position: center;
	-webkit-mask-repeat: no-repeat;
	-webkit-mask-size: 20px 20px;
	background-color: #48D779;
	z-index: 1;
}


.dep-created-block {
	margin-top: 24px;
	position: relative;
}

.dep-created {
	position: relative;
	margin-right: auto;
	margin-left: auto;
	max-width: 1020px;
}




.dep-created-info {
	max-width: 372px;
	margin-right: auto;
	margin-left: auto;
	padding: 24px 32px 36px;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: flex-start;
	background: radial-gradient(77.78% 77.78% at 83.33% 83.33%, #4052D7 0%, #826FFF 100%);
	box-shadow: 4px 4px 8px #D1D2F2;
	border: 1px solid transparent;
	border-radius: 24px;
	cursor: pointer;
	position: relative;
	text-align: center;
	z-index: 6;
}

.dep-created-info__percent {
	font-size: 48px;
	font-weight: 700;
	line-height: 1.15;
}

.dep-created-info__percent span {
	color: #fff;
	background-color: #fff;
	background-image: none;
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
	background-clip: text;
	text-fill-color: transparent;
}

.dep-created-info__percent span .percent {
	font-size: 32px;
}

.dep-created-info__time {
	display: flex;
	justify-content: center;
	margin-top: 4px;
}

.dep-created-info__time-icon {
	position: relative;
	width: 16px;
	height: 16px;
}

.dep-created-info__time-icon:before {
	content: '';
	position: absolute;
	width: 16px;
	height: 16px;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
	mask-image: url('../images/svg/fi-br-calendar.svg');
	mask-position: center;
	mask-repeat: no-repeat;
	mask-size: 16px 16px;
	-webkit-mask-image: url('../images/svg/fi-br-calendar.svg');
	-webkit-mask-position: center;
	-webkit-mask-repeat: no-repeat;
	-webkit-mask-size: 16px 16px;
	background-color: #fff;
	background-image: none;
	z-index: 1;
}

.dep-created-info__time-text {
	font-size: 16px;
	line-height: 1;
	color: #fff;
	font-weight: 500;
	padding-left: 8px;
}

.dep-created-info__time-text .days {
	color: #7DE7A1;
	background-color: #7DE7A1;
	background-image: none;
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
	background-clip: text;
	text-fill-color: transparent;
	font-weight: 700;
}



.dep-created-info__panel {
	margin-top: 24px;
	background: #7469F7;
	box-shadow: inset -1.54545px -1.54545px 3.09091px #6559EF, inset 1.54545px 1.54545px 3.09091px #5C51E8;
	border-radius: 12px;
	width: 100%;
}

.dep-created-info__amount {
	padding: 16px;
	text-align: center;
}

.dep-created-info__amount-title {
	color: #FFFFFF;
	background-image: none;
	background-color: #fff;
	opacity: 0.5;
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
	background-clip: text;
	text-fill-color: transparent;
	opacity: 0.5;
	font-size: 12px;
	line-height: 1.15;
	font-weight: 700;
	text-transform: uppercase;
}

.dep-created-info__amount-value {
	vertical-align: middle;
	font-size: 16px;
	line-height: 1;
	display: flex;
	justify-content: center;
	margin-top: 8px;
	font-weight: 700;
}

.dep-created-info__amount-value .value {
	vertical-align: middle;
	color: #FFFFFF;
	background-image: none;
	background-color: #fff;
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
	background-clip: text;
	text-fill-color: transparent;
	font-size: 16px;
	line-height: 1;
}

.dep-created-info__amount-value .currency-name {
	vertical-align: middle;
	color: #FFFFFF;
	background-image: none;
	background-color: #fff;
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
	background-clip: text;
	text-fill-color: transparent;
	font-size: 14px;
	line-height: 1.12;
	padding-left: 5px;
	text-transform: uppercase;
}

.dep-created-info__note {
	font-weight: 500;
	font-size: 12px;
	line-height: 1.14;
	color: #FFFFFF;
	opacity: 1;
	margin-top: 16px;
}



.dep-created-params-block {
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
}

.dep-created-params {
	display: flex;
	width: 100%;
	height: 100%;
	justify-content: space-between;
	align-items: center;
}


.dep-created-type {
	padding: 32px;
	height: 130px;
	width: 170px;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: flex-start;
	background: radial-gradient(77.78% 77.78% at 83.33% 83.33%, #4052D7 0%, #826FFF 100%);
	box-shadow: 4px 4px 8px #D1D2F2;
	border: 1px solid transparent;
	border-radius: 24px;
	cursor: pointer;
	position: relative;
}

.dep-created-type__icon {
	width: 24px;
	height: 24px;
}

.dep-created-type__title {
	color: #fff;
	font-size: 16px;
	line-height: 1;
	font-weight: 700;
	text-align: center;
	margin-top: 8px;
}

.dep-created-type__line {
	position: absolute;
	width: 10px;
	height: 10px;
	left: 100%;
	top: 50%;
	margin-left: 32px;
	transform: translateY(-50%);
	background-color: #4052D7;
	border-radius: 50%;
}

.dep-created-type__line::before {
	content: '';
	position: absolute;
	left: 50%;
	top: 50%;
	margin-top: -1px;
	width: 90px;
	height: 2px;
	background-color: #4052D7;
}






.dep-created-payment {
	padding: 20px;
	height: 130px;
	width: 170px;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: flex-start;
	background: radial-gradient(77.78% 77.78% at 83.33% 83.33%, #4052D7 0%, #826FFF 100%);
	box-shadow: 4px 4px 8px #D1D2F2;
	border: 1px solid transparent;
	border-radius: 24px;
	cursor: pointer;
	position: relative;
}

.dep-created-payment__icon {
	width: 40px;
	height: 40px;
}

.dep-created-payment__title {
	color: #fff;
	font-size: 16px;
	line-height: 1;
	font-weight: 700;
	text-align: center;
	margin-top: 12px;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}

.dep-created-payment__abbr {
	color: #DFE3FA;
	opacity: 0.5;
	font-size: 12px;
	line-height: 1.16;
	font-weight: 700;
	text-align: center;
	text-transform: uppercase;
}

.dep-created-payment__line {
	position: absolute;
	width: 10px;
	height: 10px;
	right: 100%;
	top: 50%;
	margin-right: 32px;
	transform: translateY(-50%);
	background-color: #4052D7;
	border-radius: 50%;
}

.dep-created-payment__line::before {
	content: '';
	position: absolute;
	right: 50%;
	top: 50%;
	margin-top: -1px;
	width: 90px;
	height: 2px;
	background-color: #4052D7;
}

.dep-created-profit-block {
	margin-top: 42px;
}

.dep-created-profit-block-title {
	text-align: center;
}

.dep-created-profit-block-body {
	padding-top: 32px;
}

.add-deposit-btn-block {}

.add-deposit-btn {}


.add-deposit-btn-block {
	margin-top: 32px;
	text-align: center;
}

.add-deposit-btn {
	padding-top: 23px;
	padding-bottom: 23px;
	font-size: 18px;
	padding-right: 56px;
	padding-left: 36px;
	width: 100%;
	max-width: 270px;
	position: relative;
}

.add-deposit-btn::after {
	content: '';
	position: absolute;
	top: 50%;
	right: 12px;
	transform: translateY(-50%);
	width: 40px;
	height: 40px;
	border-radius: 50%;
	background-image: url('../images/svg/add-deposit-btn-icon.svg');
	background-position: center;
	background-repeat: no-repeat;
	background-size: 40px 40px;
}

.to-deposits-link-block {
	margin-top: 12px;
	text-align: center;
}


.to-deposits-link {
	font-size: 14px;
	line-height: 1.7;
	font-weight: 700;
	color: #4052D7;
	background: radial-gradient(77.78% 77.78% at 83.33% 83.33%, #4052D7 0%, #826FFF 100%);
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
	background-clip: text;
	text-fill-color: transparent;
}

.to-deposits-link:hover {
	opacity: 0.8;
}



.currency-test-list-block {
	padding-top: 40px;
	padding-bottom: 40px;
}

.currency-test-list {}



.currency-test-list-items {
	display: flex;
	flex-wrap: wrap;
	margin-left: -10px;
	margin-right: -10px;
}

.currency-test-list-item {
	padding-left: 10px;
	padding-right: 10px;
	margin-top: 20px;
}




.dashboard-page-top-content {
	padding-top: 40px;
	padding-bottom: 40px;
}

.db-page-top-title {
	font-size: 48px;
	color: #fff;
}

.db-page-top-manage {
	margin-top: 24px;
}

.db-page-top-manage-items {
	display: flex;
	flex-wrap: wrap;
	margin-left: -4px;
	margin-right: -4px;
}

.db-page-top-manage-item-wrapper {
	padding-left: 4px;
	padding-right: 4px;
}

.db-page-top-manage-item {}

.db-page-top-setting-btn {
	width: 48px;
	height: 48px;
	border-radius: 50%;
	background-color: #E6E7FD;
	display: block;
	position: relative;
}

.db-page-top-setting-btn::before {
	content: '';
	position: absolute;
	width: 20px;
	height: 20px;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
	mask-image: url('../images/svg/fi-rr-settings.svg');
	mask-position: center;
	mask-repeat: no-repeat;
	mask-size: 20px 20px;
	-webkit-mask-image: url('../images/svg/fi-rr-settings.svg');
	-webkit-mask-position: center;
	-webkit-mask-repeat: no-repeat;
	-webkit-mask-size: 20px 20px;
	background-color: #4052D7;
	background: radial-gradient(77.78% 77.78% at 83.33% 83.33%, #4052D7 0%, #826FFF 100%);
}

.db-page-top-password-status {
	position: relative;
	display: block;
	width: 48px;
	height: 48px;
	border-radius: 50%;
	background-position: center;
	background-repeat: no-repeat;
	background-size: 48px 48px;
	background-color: #E49393;
}

.db-page-top-password-status::before {
	content: '';
	position: absolute;
	width: 20px;
	height: 20px;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
	mask-position: center;
	mask-repeat: no-repeat;
	mask-size: 20px 20px;
	-webkit-mask-position: center;
	-webkit-mask-repeat: no-repeat;
	-webkit-mask-size: 20px 20px;
	mask-image: url('../images/svg/fi-br-unlock.svg');
	-webkit-mask-image: url('../images/svg/fi-br-unlock.svg');
	background-color: #fff;
}

.db-page-top-password-status.active {
	background-image: none;
	background-color: #D0FFE0;
}

.db-page-top-password-status.active::before {
	background-color: #48D779;
	mask-image: url('../images/svg/fi-br-lock.svg');
	-webkit-mask-image: url('../images/svg/fi-br-lock.svg');
}

.db-page-top-2fa-status {
	position: relative;
	display: block;
	width: 48px;
	height: 48px;
	border-radius: 50%;
	background-image: url('../images/svg/db-page-top-security-status-bg.svg');
	background-position: center;
	background-repeat: no-repeat;
	background-size: 48px 48px;
}

.db-page-top-2fa-status::before {
	content: '';
	position: absolute;
	width: 20px;
	height: 20px;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
	mask-image: url('../images/svg/2fa.svg');
	mask-position: center;
	mask-repeat: no-repeat;
	mask-size: 20px 20px;
	-webkit-mask-image: url('../images/svg/2fa.svg');
	-webkit-mask-position: center;
	-webkit-mask-repeat: no-repeat;
	-webkit-mask-size: 20px 20px;
	background-color: rgba(255,255,255,0.2);
}

.db-page-top-2fa-status.active {
}

.db-page-top-2fa-status.active::before {
	background-color: rgba(255,255,255,1);
}

.db-page-top-params {
	margin-top: -28px;
}

.db-page-top-param {
	margin-top: 36px;
}

.db-page-top-param__title {
	font-weight: 700;
	font-size: 14px;
	line-height: 1;
	text-transform: uppercase;
	color: #FFFFFF;
	opacity: 0.5;

}

.db-page-top-param__value-block {
	padding-top: 12px;
}

.db-page-top-param__value {
	line-height: 1;
	font-weight: bold;
	color: #fff;
}

.db-page-top-param__value--mail {}

.db-page-top-param__value--mail a {
	color: #fff;
}

.db-page-top-param__value--deposit {
	font-size: 24px;
}

.db-page-top-param__value--level {
	font-size: 24px;
	color: #7DE7A1;
}

.db-page-top-param__value--earn {
	font-size: 24px;
}


.db-page-top-param__value--structure {
	font-size: 24px;
}

.db-page-top-param__value--bonus {}

.db-page-top-param__value--partners {
	font-size: 24px;
}

.db-page-top-param__value--upline {}

.db-page-top-upline-block {}

.db-page-top-upline {
	display: flex;
}

.db-page-top-upline__icon {
	width: 48px;
	height: 48px;
	border-radius: 24px;
	background-color: #4052D7;
	background: radial-gradient(77.78% 77.78% at 83.33% 83.33%, #4052D7 0%, #826FFF 100%);
	position: relative;
}

.db-page-top-upline__icon::before {
	content: '';
	position: absolute;
	width: 20px;
	height: 20px;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
	mask-image: url('../images/svg/fi-br-share.svg');
	mask-position: center;
	mask-repeat: no-repeat;
	mask-size: 20px 20px;
	-webkit-mask-image: url('../images/svg/fi-br-share.svg');
	-webkit-mask-position: center;
	-webkit-mask-repeat: no-repeat;
	-webkit-mask-size: 20px 20px;
	background-color: #fff;
}

.db-page-top-upline__content {
	width: calc(100% - 48px);
	padding-left: 16px;
	padding-top: 8px;
}

.db-page-top-upline__label {
	color: #fff;
	opacity: 0.5;
	font-size: 14px;
	line-height: 1;
	font-weight: bold;
}

.db-page-top-upline__name {
	font-weight: bold;
	font-size: 16px;
	line-height: 1;
	margin-top: 4px;
	color: #fff;
}

.db-page-top-upline__name span {
	color: #fff;
}


.db-page-top-referal-link-block {
	margin-top: 42px;
}

.db-page-top-referal-link-block .field-block {
	margin-top: 0;
}

.db-page-top-referal-link-block .field-title {
	font-weight: 700;
	font-size: 14px;
	line-height: 1;
	text-transform: uppercase;
	color: #FFFFFF;
	opacity: 0.5;
}

.db-page-top-referal-link-block .field {
	margin-top: 8px;
}

.db-page-top-referal-link-block .field input[type='text'],
.db-page-top-referal-link-block .field input[type='email'],
.db-page-top-referal-link-block .field input[type='password'] {
	height: 48px;
	padding-left: 16px;
	font-size: 14px;
	padding-top: 0;
	padding-right: 48px;
	background: #7581EC;
	box-shadow: inset -1.54545px -1.54545px 3.09091px rgba(71, 81, 174, 0.4), inset 1.54545px 1.54545px 3.09091px #4751AE;
	border: 0;
	color: #fff;
}

.db-page-top-referal-link-block .field input[type='text']:focus,
.db-page-top-referal-link-block .field input[type='email']:focus,
.db-page-top-referal-link-block .field input[type='password']:focus {
	color: #fff;
}

.db-page-top-referal-link-block .input-copy-btn-block {
	right: 8px;
}

.db-page-top-referal-link-block .input-copy-btn::after {
	right: -8px;
	top: -28px;
}


.section-dp-wallets {
	position: relative;
	z-index: 3;
}

.dp-wallets-slider-block {
	padding-bottom: 30px;
}

.slick-slide {
	outline: none !important;
}

.dp-wallets-slider {
	padding-left: 72px;
	padding-right: 72px;
}

.dp-wallets-slider .slick-list {}

.dp-wallets-slider .slick-prev,
.dp-wallets-slider .slick-next {
	width: 48px;
	height: 48px;
	padding: 0;
	background: #EBEEFE;
	box-shadow: inset -1.54545px -1.54545px 3.09091px #F8F9FF, inset 1.54545px 1.54545px 3.09091px #D1D8FF;
	border-radius: 100px;
	cursor: pointer;
	z-index: 4;
	position: absolute;
	border: 0;
	padding: 0;
	top: 50%;
	transform: translateY(-50%);
}

.dp-wallets-slider .slick-prev:before,
.dp-wallets-slider .slick-next:before {
	content: '';
	position: absolute;
	width: 20px;
	height: 20px;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
	mask-position: center;
	mask-repeat: no-repeat;
	mask-size: 20px 20px;
	-webkit-mask-position: center;
	-webkit-mask-repeat: no-repeat;
	-webkit-mask-size: 20px 20px;
	background-color: #4052D7;
	background: radial-gradient(77.78% 77.78% at 83.33% 83.33%, #4052D7 0%, #826FFF 100%);
	z-index: 2;
}

.dp-wallets-slider .slick-prev:after,
.dp-wallets-slider .slick-next:after {
	content: '';
	position: absolute;
	width: 100%;
	height: 100%;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
	background-color: #4052D7;
	background: radial-gradient(77.78% 77.78% at 83.33% 83.33%, #4052D7 0%, #826FFF 100%);
	border-radius: 50%;
	opacity: 0;
	visibility: hidden;
	transition: 0.4s ease;
}

.dp-wallets-slider .slick-prev {
	left: 0;
}

.dp-wallets-slider .slick-prev:before {
	mask-image: url('../images/svg/arrow-left.svg');
	-webkit-mask-image: url('../images/svg/arrow-left.svg');

}

.dp-wallets-slider .slick-prev:hover {}

.dp-wallets-slider .slick-prev:hover:after,
.dp-wallets-slider .slick-next:hover:after {
	opacity: 1;
	visibility: visible;
}

.dp-wallets-slider .slick-prev:hover:before,
.dp-wallets-slider .slick-next:hover:before {
	background-color: #fff;
	background-image: none;
}

.dp-wallets-slider .slick-next {
	right: 0;
}

.dp-wallets-slider .slick-next:before {
	mask-image: url('../images/svg/arrow-right.svg');
	-webkit-mask-image: url('../images/svg/arrow-right.svg');
}

.dp-wallets-slider .slick-next:hover {
	background-color: #FFB800;
}

.dp-wallets-slider .slick-dots {
	list-style-type: none;
	padding: 0;
	margin: 0;
	position: absolute;
	bottom: -30px;
	display: flex;
	justify-content: center;
	left: 0;
	width: 100%;
}

.dp-wallets-slider .slick-dots li {
	width: 16px;
	height: 8px;
	margin-right: 4px;
	margin-left: 4px;
	transition: 0.2s ease;
}

.dp-wallets-slider .slick-dots li:only-child {
	display: none;
}

.dp-wallets-slider .slick-dots li button {
	box-sizing: border-box;
	width: 16px;
	height: 8px;
	border-radius: 12px;
	padding: 0;
	border-color: transparent;
	background: #EBEEFE;
	box-shadow: inset -1.54545px -1.54545px 3.09091px #F8F9FF, inset 1.54545px 1.54545px 3.09091px #D1D8FF;
	border: 0;
	text-indent: -9999px;
	font-size: 0;
	display: block;
	transition: 0.2s ease;
}

.dp-wallets-slider .slick-dots li button:before {
	content: '';
	display: none;
}

.dp-wallets-slider .slick-dots li.slick-active {
	width: 32px;
}

.dp-wallets-slider .slick-dots li.slick-active button {
	width: 32px;
	box-shadow: none;
	background-image: radial-gradient(77.78% 77.78% at 83.33% 83.33%, #4052D7 0%, #826FFF 100%);
}


.dp-wallets-slide {
	padding-left: 8px;
	padding-right: 8px;
	padding-bottom: 10px;
	display: none;
}

.dp-wallets-slide:first-child {
	display: block;
}

.dp-wallet-item {
	position: relative;
	margin-top: 16px;
	border-radius: 12px
}

.dp-wallet-item:first-child {
	margin-top: 0;
}

.dp-wallet-item__bg {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	border-radius: 12px
}

.dp-wallet-item__bg::before {
	content: '';
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	transform: translate3d(0, 0, 0);
	background: #7581EC;
	opacity: 0.2;
	box-shadow: 1px 4px 9px #4F5ECB;
	border-radius: 12px;
}

.dp-wallet-item__bg::after {
	content: '';
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	transform: translate3d(0, 0, 0);
	background: linear-gradient(108.46deg, rgba(255, 255, 255, 0.264) 0%, rgba(255, 255, 255, 0.066) 100%);
	/* backdrop-filter: blur(10px); */
	border-radius: 12px
}

.dp-wallet-item__inner {
	position: relative;
	z-index: 2;
	height: 72px;
	padding-top: 8px;
	padding-bottom: 8px;
	padding-left: 16px;
	padding-right: 40px;
	display: flex;
	align-items: center;
}

.dp-wallet-item__content {
	padding-left: 4px;
	padding-top: 4px;
	width: calc(100% - 56px);
}

.dp-wallet-item__icon {
	width: 56px;
	height: 56px;
}

.dp-wallet-item__balance {
	font-weight: 700;
	font-size: 16px;
	line-height: 1;
	color: #394C79;
	white-space: nowrap;
	text-overflow: ellipsis;
	overflow: hidden;
}

.dp-wallet-item__currency {
	margin-top: 4px;
	font-weight: 700;
	font-size: 14px;
	line-height: 1.14;
	color: #394C79;
	opacity: 0.5;
	white-space: nowrap;
	text-overflow: ellipsis;
	overflow: hidden;
}

.dp-wallet-item__abbr {
	width: 60px;
	position: absolute;
	top: 50%;
	right: 0;
	transform: translateY(-50%);
	text-align: center;
	padding-left: 4px;
	padding-right: 4px;

	font-weight: 700;
	font-size: 12px;
	line-height: 1;
	text-align: center;
	text-transform: uppercase;
	color: #6E7FA4;
}


.section-quick-actions {
	position: relative;
	padding-top: 48px;
	z-index: 5;
}

.s-quick-actions-inner {}

.s-quick-actions-inner__decor {
	top: 64px;
	right: -280px;
	position: absolute;
	width: 412px;
}

.s-quick-actions-inner__content {}

.s-quick-actions-inner__content h4 {
	font-weight: 100;
}

.s-quick-actions-inner__content h4 b {
	font-weight: 700;
}

.quick-action-block {
	position: relative;
	margin-top: 32px;
}

.quick-action-block__bg {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
}

.quick-action-block__bg::before {
	content: '';
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	transform: translate3d(0, 0, 0);
	background: linear-gradient(108.46deg, rgba(255, 255, 255, 0.264) 0%, rgba(255, 255, 255, 0.066) 100%);
	-webkit-backdrop-filter: blur(10px);
	backdrop-filter: blur(10px);
	border-radius: 24px
}

.quick-action-block__bg::after {
	content: '';
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	transform: translate3d(0, 0, 0);
	background: #7581EC;
	opacity: 0.25;
	box-shadow: 10px 10px 20px #4F5ECB;
	border-radius: 24px
}

.quick-action-block__content {
	padding: 32px;
	position: relative;
	z-index: 2;

}

.qa-tabs {
	display: flex;
}

.qa-tab {
	margin-right: 40px;
	font-size: 20px;
	font-weight: 700;
	line-height: 1.4;
	position: relative;
	cursor: pointer;
}

.qa-tab:last-child {
	margin-right: 0;
}

.qa-tab span {
	color: #4052D7;
	background: radial-gradient(77.78% 77.78% at 83.33% 83.33%, #4052D7 0%, #826FFF 100%);
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
	background-clip: text;
	text-fill-color: transparent;
}

.qa-tab::after {
	content: '';
	position: absolute;
	height: 2px;
	width: 100%;
	bottom: -2px;
	left: 0;
	background: radial-gradient(77.78% 77.78% at 83.33% 83.33%, #4052D7 0%, #826FFF 100%);

}

.qa-tab.active {
	pointer-events: none;
}

.qa-tab.active span {
	color: #394C79;
	background-color: #394C79;
	background-image: none;
}

.qa-tab.active::after {
	background-image: none;
	background-color: #394C79;
	opacity: 0.2;
}


.qa-tabs-content {}

.qa-tab-content {
	padding-top: 36px;
	display: none;
}

.qa-tab-content:first-child {
	display: block;
}

/* .qa-tab-content:nth-child(3) {
	display: block;
} */

.qa-refill-form-block {}

.qa-refill-form {}

.qa-refill-form-top {
	display: flex;
	flex-wrap: wrap;
}

.qa-refill-form-top-left {
	width: 448px;
	padding-right: 32px;
	position: relative;
}

.qa-refill-form-top-right {
	width: calc(100% - 448px);
	position: relative;
}

.qa-form-block {
	background: #E6E7FD;
	box-shadow: -4px -4px 8px #F7F9FF, 4px 4px 8px #D1D2F2;
	border-radius: 24px;
	padding: 32px;
	min-height: 100%;
}

.qa-form-block-title {
	font-weight: 700;
	font-size: 16px;
	line-height: 1.12;
	color: #394C79;
}

.qa-form-block-body {
	padding-top: 16px;
}

.qa-form-block-body .field-block {
	margin-top: 16px;
}

.qa-form-field-blocks {
	margin-top: -16px;
}


.qa-form-block-body .field {
	margin-top: 0;
}

.select-currency {}

.select-currency.bootstrap-select.show>.dropdown-toggle {
	/* border-bottom-right-radius: 0;
	border-bottom-left-radius: 0; */
}

.select-currency.bootstrap-select>.dropdown-toggle::after {
	background-color: #4052D7;
	background-image: radial-gradient(77.78% 77.78% at 83.33% 83.33%, #4052D7 0%, #826FFF 100%);
}

.select-currency.bootstrap-select>.dropdown-toggle .select-currency-list-item {
	padding-top: 4px;
	padding-bottom: 4px;
	padding-right: 72px;
}

.select-currency.bootstrap-select .dropdown-menu {
	padding-top: 10px;
	border: 0;
}

.select-currency.bootstrap-select.show .dropdown-menu {
	/* border-top-right-radius: 0;
	border-top-left-radius: 0; */
}


.select-currency.bootstrap-select .dropdown-menu .inner {
	padding-left: 0;
	padding-right: 4px;
	background-color: transparent;
}

.select-currency.bootstrap-select .dropdown-menu li {
	border-top: 1px solid #D8DEFF;
}

.select-currency.bootstrap-select .dropdown-menu li:first-child {
	border-top: 0;
}

.select-currency-list {}

.select-currency-list-item {
	display: flex;
	align-items: center;
	padding: 8px 14px;
	padding-right: 48px;
}

.select-currency-list-item__icon {
	width: 56px;
	height: 56px;
}

.select-currency-list-item__content {
	width: calc(100% - 56px);
	padding-left: 6px;
}

.select-currency-list-item__title {
	color: #394C79;
	font-size: 16px;
	font-weight: 700;
	line-height: 1;
	white-space: nowrap;
	text-overflow: ellipsis;
	overflow: hidden;
}

.select-currency-list-item__abbr {
	font-weight: 700;
	font-size: 12px;
	line-height: 1;
	text-transform: uppercase;
	color: #6E7FA4;
	margin-top: 4px;
	white-space: nowrap;
	text-overflow: ellipsis;
	overflow: hidden;
}


.qa-refill-amount-block {
	display: flex;
	align-items: flex-start;
	flex-wrap: wrap;
}

.qa-refill-amount-block-field {
	width: 300px;
}

.qa-refill-amount-block-field .field {
	margin-top: 0;
}

.qa-refill-amount-block-field .field__currency {
	width: 56px;
}


.qa-refill-amount-block-radio-list {
	width: calc(100% - 300px);
	padding-left: 32px;
	display: flex;
}

.qa-refill-amount-block-radio-list-item {
	margin-right: 16px;
	margin-top: 20px;
}

.qa-refill-amount-block-radio-list-item:last-child {
	margin-right: 0;
}

.qa-refill-amount-block-radio-list-item .field--radio {
	margin-top: 0;
}


.qa-refill-amount-field-note {
	color: #3B4F7D;
	opacity: 0.5;
	margin-top: 8px;
	font-weight: bold;
	font-size: 12px;
	line-height: 1;
}

.qa-refill-available-block {
	margin-top: 32px;
}

.qa-refill-available {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
}

.qa-refill-available__title {
	padding-right: 12px;
	font-weight: 700;
	font-size: 14px;
	line-height: 1;
	text-align: center;
	text-transform: uppercase;
	color: #394C79;
}

.qa-refill-available__value {
	display: flex;
	align-items: center;
}

.qa-refill-available__currency {
	font-weight: 700;
	font-size: 16px;
	line-height: 1;
	padding-right: 4px;
}

.qa-refill-available__currency span {
	color: #4052D7;
	background: radial-gradient(77.78% 77.78% at 83.33% 83.33%, #4052D7 0%, #826FFF 100%);
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
	background-clip: text;
	text-fill-color: transparent;
}

.qa-refill-available__amount {
	font-weight: 500;
	font-size: 16px;
	line-height: 1;
	color: #6E7FA4;
}


.qa-refill-form-bottom {
	display: flex;
	flex-wrap: wrap;
}

.qa-refill-form-bottom-left {
	width: 448px;
	padding-right: 32px;
	position: relative;
}

.qa-refill-form-bottom-right {
	width: calc(100% - 448px);
	position: relative;
}

.qa-refill-form-btn-block {
	width: 100%;
}


.qa-deposit-form-block {}

.qa-deposit-form {}

.qa-deposit-form-top {
	display: flex;
	flex-wrap: wrap;
}

.qa-deposit-form-top-left {
	width: 260px;
	position: relative;
}

.qa-deposit-form-top-middle {
	width: calc(100% - 660px);
	position: relative;
	padding-left: 32px;
}

.qa-deposit-form-top-right {
	width: 400px;
	position: relative;
	padding-left: 32px;
}


.qa-deposit-form-top-right {
	width: 400px;
	position: relative;
	padding-left: 32px;
}



.qa-deposit-form-top-right .bootstrap-select>.dropdown-toggle .filter-option::after {
	right: 55px;
}

.qa-deposit-form-top-right .bootstrap-select>.dropdown-toggle::after {
	right: 19px;
}

.qa-deposit-form-top-right .field__currency {
	width: 56px;
}


.qa-deposit-form-bottom {}

.qa-deposit-form-btn-block {
	width: 100%;
	text-align: center;
}

.qa-deposit-form-btn-block .form-btn-block {
	margin-right: auto;
	margin-left: auto;
}

.qa-deposit-radio-strat-items-block {}

.qa-deposit-radio-strat-items {
	margin-top: -16px;
}

.qa-deposit-radio-strat-item {
	margin-top: 16px;
}

.custom-radio-label--disabled {
	pointer-events: none;
}

.custom-radio-label--disabled .custom-radio-text-label {
	color: rgba(57, 76, 121, 0.5);
}

.custom-radio-text-soon {
	height: 18px;
	padding: 4px 6px;
	background: #EBEEFE;
	font-size: 10px;
	line-height: 1;
	font-weight: bold;
	box-shadow: inset -1.54545px -1.54545px 3.09091px #F8F9FF, inset 1.54545px 1.54545px 3.09091px #D1D8FF;
	border-radius: 100px;
	color: #6E7FA4;
	font-weight: 800;
	text-transform: uppercase;
}

.qa-deposit-radio-inv-plan-items-block {}

.qa-deposit-radio-inv-plan-items {
	margin-top: -16px;
}

.qa-deposit-radio-inv-plan-item {
	margin-top: 16px;
}





.qa-withdraw-form-block {}

.qa-withdraw-form {}

.qa-withdraw-form-top {
	display: flex;
	flex-wrap: wrap;
}

.qa-withdraw-form-top-left {
	width: 448px;
	padding-right: 32px;
	position: relative;
}

.qa-withdraw-form-top-right {
	width: calc(100% - 448px);
	position: relative;
}


.qa-withdraw-form-bottom {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	margin-top: 24px;
}

.qa-withdraw-form-bottom-left {
	width: 448px;
	padding-right: 32px;
	position: relative;
}

.qa-withdraw-form-bottom-right {
	width: calc(100% - 448px);
	position: relative;
	display: flex;
	align-items: center;
}

.qa-withdraw-form-btn-block {
	width: 300px;
}

.qa-withdraw-form-btn-block .form-btn-block {
	margin-top: 0;
	max-width: 300px;
}


.qa-withdraw-amount-block {
	margin-top: 16px;
}

.qa-withdraw-amount-block-field {}

.qa-withdraw-amount-block-field .field {
	margin-top: 0;
}

.qa-withdraw-amount-block-field .field__currency {}


.qa-withdraw-amount-block-radio-list {
	display: flex;
}

.qa-withdraw-amount-block-radio-list-item {
	margin-right: 16px;
	margin-top: 24px;
}

.qa-withdraw-amount-block-radio-list-item:last-child {
	margin-right: 0;
}

.qa-withdraw-amount-block-radio-list-item .field--radio {
	margin-top: 0;
}


.qa-withdraw-amount-field-note {
	color: #3B4F7D;
	opacity: 0.5;
	margin-top: 16px;
	font-weight: bold;
	font-size: 12px;
	line-height: 1;
}

.qa-withdraw-available-block {}

.qa-withdraw-available {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
}

.qa-withdraw-available__title {
	padding-right: 12px;
	font-weight: 700;
	font-size: 14px;
	line-height: 1;
	text-transform: uppercase;
	color: #394C79;
}

.qa-withdraw-available__value {
	display: flex;
	align-items: center;
}

.qa-withdraw-available__currency {
	font-weight: 700;
	font-size: 16px;
	line-height: 1;
	padding-right: 4px;
}

.qa-withdraw-available__currency span {
	color: #4052D7;
	background: radial-gradient(77.78% 77.78% at 83.33% 83.33%, #4052D7 0%, #826FFF 100%);
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
	background-clip: text;
	text-fill-color: transparent;
}

.qa-withdraw-available__amount {
	font-weight: 500;
	font-size: 16px;
	line-height: 1;
	color: #6E7FA4;
}

.qa-withdraw-profit-block {
	padding-left: 28px;
}

.qa-withdraw-profit {
	display: flex;
	align-items: center;
}

.qa-withdraw-profit__title {
	padding-right: 12px;
	font-weight: 700;
	font-size: 14px;
	line-height: 1;
	text-transform: uppercase;
	color: #394C79;
}

.qa-withdraw-profit__amount-block {
	display: flex;
	align-items: center;
	padding-right: 16px;
}

.qa-withdraw-profit__amount {
	padding-right: 6px;
	font-weight: 700;
	font-size: 16px;
	line-height: 1;
}

.qa-withdraw-profit__amount span {
	color: #4052D7;
	background: radial-gradient(77.78% 77.78% at 83.33% 83.33%, #4052D7 0%, #826FFF 100%);
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
	background-clip: text;
	text-fill-color: transparent;
}

.qa-withdraw-profit__currency {
	font-weight: 700;
	font-size: 12px;
	line-height: 1;
	color: #6E7FA4;
}

.qa-withdraw-profit__comission-block {
	display: flex;
	align-items: center;
}

.qa-withdraw-profit__comission {
	padding-right: 6px;
	font-weight: 700;
	font-size: 16px;
	line-height: 1;
	color: #E77D7D;
}

.qa-withdraw-profit__comission-title {
	font-weight: 700;
	font-size: 12px;
	line-height: 1;
	color: #6E7FA4;
}


.section-dp-tables {
	padding-top: 65px;
}

.dp-table-block {}

.dp-table-title-block {
	display: flex;
	align-items: center;
}

.dp-table-title-wrapper {
	padding-right: 12px;
}

.dp-table-title {
	line-height: 1;
}

.dp-table-all-link-block {}

.dp-table-all-link {
	position: relative;
	display: inline-block;
	padding-right: 32px;
	font-size: 14px;
	text-transform: uppercase;
	font-weight: 700;
}

.dp-table-all-link span {
	color: #4052D7;
	background: radial-gradient(77.78% 77.78% at 83.33% 83.33%, #4052D7 0%, #826FFF 100%);
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
	background-clip: text;
	text-fill-color: transparent;
}

.dp-table-all-link::before {
	content: '';
	position: absolute;
	width: 20px;
	height: 20px;
	top: 50%;
	right: 0;
	transform: translateY(-50%);
	mask-image: url('../images/svg/chevron-right.svg');
	mask-position: center;
	mask-repeat: no-repeat;
	mask-size: 20px 20px;
	-webkit-mask-image: url('../images/svg/chevron-right.svg');
	-webkit-mask-position: center;
	-webkit-mask-repeat: no-repeat;
	-webkit-mask-size: 20px 20px;
	background-color: #4052D7;
	background: radial-gradient(77.78% 77.78% at 83.33% 83.33%, #4052D7 0%, #826FFF 100%);
}

.dp-table-wrapper {
	margin-top: 32px;
	position: relative;
}

.last-transctions-table {}

.last-transctions-table--no-transactions {
	-webkit-filter: blur(6px);
	-moz-filter: blur(6px);
	-ms-filter: blur(6px);
	-o-filter: blur(6px);
	filter: blur(6px);
	transform: translate3d(0, 0, 0);
}

.lt-table-heading {
	display: flex;
	flex-wrap: wrap;
}

.lt-t-h-cell {
	padding-bottom: 16px;
	font-weight: 700;
	font-size: 11px;
	line-height: 1;
	color: #394C79;
	text-transform: uppercase;
	border-left: 2px solid transparent;
	padding-left: 18px;
}

.lt-t-h-cell--payment {
	width: 22%;
	border-left: 0;
	padding-left: 0;
}

.lt-t-h-cell--type {
	width: 20%;
}

.lt-t-h-cell--amount {
	width: 18%;
}

.lt-t-h-cell--date {
	width: 16%;
}

.lt-t-h-cell--status {
	width: 24%;
}

.lt-table-body {}

.lt-table-items {}

.lt-table-item {
	border-top: 2px solid #E6E7FD;
	display: flex;
	flex-wrap: wrap;
}

.lt-table-item:last-child {
	border-bottom: 2px solid #E6E7FD;
}

.lt-t-i-cell {
	padding-left: 18px;
	height: 72px;
	border-left: 2px solid #E6E7FD;
	display: flex;
	align-items: center;
	padding-right: 10px;
}

.lt-t-i-cell:last-child {
	border-right: 2px solid #E6E7FD;
}

.lt-t-i-cell--payment {
	padding-left: 12px;
	width: 22%;
}

.lt-t-i-cell--type {
	width: 20%;
}

.lt-t-i-cell--amount {
	width: 18%;
}

.lt-t-i-cell--date {
	width: 16%;
}

.lt-t-i-cell--status {
	width: 24%;
	padding-right: 20px;
}

.lt-t-i-cell--status .lt-t-i-cell-value-block {
	display: flex;
	align-items: center;
	justify-content: space-between;
}


.lt-t-i-title {
	font-weight: 700;
	font-size: 11px;
	line-height: 1;
	color: #394C79;
	text-transform: uppercase;
	display: none;
}

.lt-t-i-cell-value-block {
	width: 100%;
}

.lt-t-i-cell-value-block .currency-item {
	width: 100%;
}

.currency-item {
	display: flex;
	align-items: center;
}

.currency-item__icon {
	width: 56px;
	height: 56px;
}

.currency-item__content {
	width: calc(100% - 56px);
	padding-left: 4px;
}

.currency-item__title {
	font-weight: 700;
	font-size: 14px;
	line-height: 1;
	color: #394C79;
	white-space: nowrap;
	text-overflow: ellipsis;
	overflow: hidden;
}

.currency-item__abbr {
	font-weight: 700;
	font-size: 12px;
	line-height: 1;
	text-transform: uppercase;
	color: #6E7FA4;
	white-space: nowrap;
	text-overflow: ellipsis;
	overflow: hidden;
	margin-top: 2px;
}


.lt-t-i-type {}

.lt-t-i-type__title {
	font-weight: 700;
	font-size: 14px;
	line-height: 1;
	color: #394C79;
	white-space: nowrap;
	text-overflow: ellipsis;
	overflow: hidden;
}

.lt-t-i-type__value {
	font-weight: 700;
	font-size: 12px;
	line-height: 1;
	color: #6E7FA4;
	white-space: nowrap;
	text-overflow: ellipsis;
	overflow: hidden;
	margin-top: 4px;
}

.lt-t-i-amount {}

.lt-t-i-amount__amount {
	font-weight: 700;
	font-size: 14px;
	line-height: 1;
	color: #394C79;
	white-space: nowrap;
	text-overflow: ellipsis;
	overflow: hidden;
}

.lt-t-i-amount__dollar {
	font-weight: 700;
	font-size: 12px;
	line-height: 1;
	color: #6E7FA4;
	white-space: nowrap;
	text-overflow: ellipsis;
	overflow: hidden;
	margin-top: 4px;
}

.lt-t-i-date {}

.lt-t-i-date__date {
	font-weight: 700;
	font-size: 14px;
	line-height: 1;
	color: #394C79;
	white-space: nowrap;
	text-overflow: ellipsis;
	overflow: hidden;
}

.lt-t-i-date__time {
	font-weight: 700;
	font-size: 12px;
	line-height: 1;
	color: #6E7FA4;
	white-space: nowrap;
	text-overflow: ellipsis;
	overflow: hidden;
	margin-top: 4px;
}


.lt-t-i-status-block {
	line-height: 1;
	display: flex;
}

.lt-t-i-status {
	padding: 4px 6px;
	font-weight: 800;
	font-size: 10px;
	line-height: 1;
	text-align: center;
	letter-spacing: 1px;
	text-transform: uppercase;
	color: #FFFFFF;
	border-radius: 30px;
}

.lt-t-i-status--progress {
	color: #FFFFFF;
	background: radial-gradient(77.78% 77.78% at 83.33% 83.33%, #4052D7 0%, #826FFF 100%);
}

.lt-t-i-status--cancel {
	color: #A01919;
	background: #E77D7D;
}

.lt-t-i-status--success {
	color: #FFFFFF;
	background: #2FA789;
}

.lt-t-i-check-block {
	line-height: 1;
	display: flex;
}

.lt-t-i-check {
	text-transform: uppercase;
	font-weight: 800;
	font-size: 10px;
	line-height: 1;
	text-align: center;
	letter-spacing: 1px;
}

.lt-t-i-check {
	color: #4052D7;
	background: radial-gradient(77.78% 77.78% at 83.33% 83.33%, #4052D7 0%, #826FFF 100%);
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
	background-clip: text;
	text-fill-color: transparent;
}

.active-deposit-table {}

.active-deposit-table--no-deposits {
	-webkit-filter: blur(6px);
	-moz-filter: blur(6px);
	-ms-filter: blur(6px);
	-o-filter: blur(6px);
	filter: blur(6px);
	transform: translate3d(0, 0, 0);
}

.ad-t-items {
	margin-top: -16px;
}

.ad-t-item {
	position: relative;
	margin-top: 16px;
	display: block;
}


.ad-t-item__bg {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: rgba(255, 255, 255, 0.4);
	background-blend-mode: overlay;
	border: 1px solid rgba(255, 255, 255, 0.4);
	box-shadow: 0px 15.6536px 15.6536px rgba(69, 42, 124, 0.1);
	-webkit-backdrop-filter: blur(31.3072px);
	backdrop-filter: blur(31.3072px);
	border-radius: 12px;
}

.ad-t-item__inner {
	position: relative;
	z-index: 2;
	display: flex;
	padding: 11px 16px;
}

.ad-t-item__icon {
	width: 56px;
	height: 56px;
}

.ad-t-item__content {
	width: calc(100% - 56px);
	height: 56px;
	padding-left: 6px;
	display: flex;
	align-items: center;
	justify-content: space-between;
}

.ad-t-item__content-left {}

.ad-t-item__percent {
	font-weight: 700;
	font-size: 24px;
	line-height: 1.16;
	color: #394C79;
}

.ad-t-item__percent .percent {
	font-size: 18px;
}

.ad-t-item__time {
	font-weight: 500;
	font-size: 14px;
	line-height: 1.14;
	color: #6E7FA4;
}

.ad-t-item__time .days {
	background: radial-gradient(77.78% 77.78% at 83.33% 83.33%, #4052D7 0%, #826FFF 100%);
	color: #4052D7;
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
	background-clip: text;
	text-fill-color: transparent;
	font-weight: 700;
}

.ad-t-item__content-right {
	height: 100%;
	display: flex;
	flex-direction: column;
	align-items: flex-end;
	justify-content: flex-end;
	position: relative;
	padding-top: 5px;
	padding-bottom: 5px;
}

.ad-t-item__type {
	padding: 4px 6px;
	font-weight: 800;
	font-size: 10px;
	line-height: 1;
	text-transform: uppercase;
	border-radius: 30px;
	color: #505AE1;
	background: rgba(92, 95, 232, 0.3);
	position: absolute;
	right: 0;
	top: 5px;
	white-space: nowrap;
}

.ad-t-item__profit {
	font-weight: 500;
	font-size: 12px;
	line-height: 1.14;
	color: #394C79;
}

.ad-t-item__profit .profit {
	font-weight: 700;
	font-size: 14px;
	line-height: 1.14;
	color: #24A984;
}

.section-news {
	padding-top: 60px;
	position: relative;
	z-index: 5;
}

.section-news h2 {
	text-align: center;
	line-height: 1;
}

.news-title {
	color: #596AE3;
	border-bottom: 1px dashed #596AE3;
	line-height: 1;
}

.news-items-block {
	margin-top: 24px;
}

.news-items {
	margin-left: -16px;
	margin-right: -16px;
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
}

.news-item-wrapper {
	padding-left: 16px;
	padding-right: 16px;
	width: 33.33%;
	margin-top: 40px;
}

.news-item {
	background: #EBEEFE;
	box-shadow: -1.54545px -1.54545px 3.09091px #F8F9FF, 1.54545px 1.54545px 3.09091px #D1D8FF;
	border-radius: 24px;
}

.news-item__img {
	display: block;
	box-shadow: -4px -4px 8px #F7F9FF, 4px 4px 8px #D1D2F2;
	border-radius: 24px;
}

.news-item__img .image {
	object-fit: cover;
	border-radius: 24px;

}

.news-item__content {
	padding-top: 16px;
	padding-left: 30px;
	padding-right: 30px;
	padding-bottom: 32px;
}

.news-item__title {
	font-weight: 700;
	font-size: 20px;
	line-height: 1.5;
	color: #394C79;
}

.news-item__title a {
	color: #394C79;
}

.news-item__date {
	font-weight: 700;
	font-size: 14px;
	line-height: 1.7;
	text-transform: uppercase;
	color: #6E7FA4;
}

.news-item__date a {
	color: #6E7FA4;
}

.news-item__descr {
	font-weight: 500;
	font-size: 14px;
	line-height: 1.7;
	color: #6E7FA4;
	margin-top: 16px;
}

.news-item__btn-block {
	margin-top: 16px;
}

.news-item__btn {
	font-weight: 700;
	font-size: 13px;
	line-height: 1.23;
	letter-spacing: 2px;
	text-transform: uppercase;
	padding-right: 28px;
	padding-left: 42px;
	position: relative;
}

.news-item__btn::before {
	content: '';
	position: absolute;
	width: 16px;
	height: 16px;
	left: 12px;
	top: 50%;
	transform: translateY(-50%);
	mask-image: url('../images/svg/arrow-right.svg');
	mask-position: center;
	mask-repeat: no-repeat;
	mask-size: 16px 16px;
	-webkit-mask-image: url('../images/svg/arrow-right.svg');
	-webkit-mask-position: center;
	-webkit-mask-repeat: no-repeat;
	-webkit-mask-size: 16px 16px;
	background-color: #fff;
}

.news-all-btn-block {
	margin-top: 52px;
	display: flex;
	justify-content: center;
}

.news-all-btn-wrapper {
	padding-left: 104px;
	padding-right: 104px;
	position: relative;
}

.news-all-btn-wrapper::before {
	content: '';
	position: absolute;
	width: 70px;
	height: 32px;
	left: 0;
	top: 50%;
	transform: translateY(-50%);
	mask-image: url('../images/svg/news-all-btn-arrows-right.svg');
	mask-position: center;
	mask-repeat: no-repeat;
	mask-size: 70px 32px;
	-webkit-mask-image: url('../images/svg/news-all-btn-arrows-right.svg');
	-webkit-mask-position: center;
	-webkit-mask-repeat: no-repeat;
	-webkit-mask-size: 70px 32px;
	background-color: #DFE3FA;
}

.news-all-btn-wrapper::after {
	content: '';
	position: absolute;
	width: 70px;
	height: 32px;
	right: 0;
	top: 50%;
	transform: translateY(-50%);
	mask-image: url('../images/svg/news-all-btn-arrows-left.svg');
	mask-position: center;
	mask-repeat: no-repeat;
	mask-size: 70px 32px;
	-webkit-mask-image: url('../images/svg/news-all-btn-arrows-left.svg');
	-webkit-mask-position: center;
	-webkit-mask-repeat: no-repeat;
	-webkit-mask-size: 70px 32px;
	background-color: #DFE3FA;
}

.news-all-btn {
	padding-left: 54px;
	padding-right: 54px;
	padding-top: 24px;
	padding-bottom: 24px;
}

.lt-no-transactions-info {
	position: absolute;
	top: 5px;
	left: 50%;
	transform: translateX(-50%);
	background: #E6E7FD;
	box-shadow: -4px -4px 8px #F7F9FF, 4px 4px 8px #D1D2F2;
	border-radius: 24px;
	z-index: 5;
	width: 100%;
	max-width: 740px;
	padding: 32px;
}

.lt-no-transactions-info-text {
	font-weight: 500;
	font-size: 16px;
	line-height: 1;
	color: #394C79;
}

.lt-no-transactions-info-actions {
	margin-top: 24px;
}

.lt-no-transactions-info-actions-title {
	font-weight: 700;
	font-size: 16px;
	line-height: 1;
	color: #394C79;

}

.lt-no-transactions-info-actions ul {
	padding-left: 20px;
	margin-bottom: 0;
	margin-top: 15px;
}

.lt-no-transactions-info-actions ul li {
	color: #4052D7;
}

.lt-no-transactions-info-actions ul li a {}

.lt-no-transactions-info-actions ul li a span {
	background: radial-gradient(77.78% 77.78% at 83.33% 83.33%, #4052D7 0%, #826FFF 100%);
	color: #4052D7;
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
	background-clip: text;
	text-fill-color: transparent;
	font-weight: 700;
}

.ad-t-add-deposit-btn-block {
	position: absolute;
	top: 62px;
	width: 100%;
	left: 0;
	text-align: center;
	z-index: 5;
}

.ad-t-add-deposit-btn {
	background-color: #fff;
}


.page--dashboard-inner .page-top-content {
	padding-top: 50px;
}



.section-dashboard-inner {
	position: relative;
	z-index: 20;
	min-height: 380px;
}

.section-dashboard-inner+footer {
	margin-top: -100px;
}

.s-dashboard-inner__inner {
	position: relative;
}

.dashboard-inner-block {
	margin-top: -50px;
	border-radius: 24px;
	position: relative;
	z-index: 3;
}

.dashboard-inner-block-bg {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	z-index: 2;
}

.dashboard-inner-block-bg::before {
	content: '';
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	transform: translate3d(0, 0, 0);
	background: linear-gradient(108.46deg, rgba(255, 255, 255, 0.264) 0%, rgba(255, 255, 255, 0.066) 100%);
	-webkit-backdrop-filter: blur(10px);
	backdrop-filter: blur(10px);
	border-radius: 24px
}

.dashboard-inner-block-bg::after {
	content: '';
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	transform: translate3d(0, 0, 0);
	background: #7581EC;
	opacity: 0.25;
	box-shadow: 10px 10px 20px #4F5ECB;
	border-radius: 24px
}

.dashboard-inner-content {
	position: relative;
	z-index: 10;
	padding: 32px;
}


.db-deposits-block {
	display: flex;
	flex-wrap: wrap;
}

.db-deposits-block__left {
	width: 280px;
	position: relative;
	z-index: 2;
}

.db-filter-block {
	position: relative;
}

.db-filter-block.show .db-filter-btn .db-filter-btn__icon {
	transform: translateY(-50%) rotate(180deg);
	background: #EBEEFE;
	box-shadow: inset -1.54545px -1.54545px 3.09091px #F8F9FF, inset 1.54545px 1.54545px 3.09091px #D1D8FF;
}

.db-filter-block.show .db-filter-btn .db-filter-btn__icon::before {
	opacity: 0;
	visibility: hidden;
}

.db-filter-btn-block {}

.db-filter-btn {
	position: relative;
	align-items: center;
	height: 48px;
	padding: 8px 16px;
	background: #E6E7FD;
	box-shadow: -4px -4px 8px #F7F9FF, 4px 4px 8px #D1D2F2;
	border-radius: 12px;
	display: none;
}

.db-filter-btn>* {
	pointer-events: none;
}

.db-filter-btn__text {
	font-weight: 700;
	font-size: 18px;
	line-height: 1;
}

.db-filter-btn__icon {
	width: 32px;
	height: 32px;
	position: absolute;
	border-radius: 8px;
	top: 50%;
	transform: translateY(-50%);
	right: 16px;
	transition: 0.4s ease;
}

.db-filter-btn__icon::before {
	content: '';
	position: absolute;
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
	border-radius: 8px;
	border: 2px solid rgba(64, 82, 215, 1);
	/* transition: 0.4s ease; */
	visibility: visible;
}

.db-filter-btn__icon::after {

	content: '';
	position: absolute;
	width: 16px;
	height: 16px;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
	mask-image: url('../images/svg/angle.svg');
	mask-position: center;
	mask-repeat: no-repeat;
	mask-size: 10px 10px;
	-webkit-mask-image: url('../images/svg/angle.svg');
	-webkit-mask-position: center;
	-webkit-mask-repeat: no-repeat;
	-webkit-mask-size: 16px 16px;
	background-color: #4052D7;
	background: radial-gradient(77.78% 77.78% at 83.33% 83.33%, #4052D7 0%, #826FFF 100%);
	z-index: 1;
}

.db-filter-form-block {
	margin-top: 16px;
	background: #E6E7FD;
	box-shadow: -4px -4px 8px #F7F9FF, 4px 4px 8px #D1D2F2;
	border-radius: 24px;
	padding: 32px;
	position: relative;
	width: 100%;
	border: 0;
}

.db-filter-form {}

.db-filter-form-top-block {
	padding-bottom: 16px;
	border-bottom: 1px dashed #6E7FA4;
}

.db-filter-form-top-title {}

.db-filter-items-block {}

.db-filter-items {
	margin-left: -12px;
	margin-right: -12px;
	display: flex;
	flex-wrap: wrap;
}

.db-filter-item-wrapper {
	margin-top: 24px;
	padding-left: 12px;
	padding-right: 12px;
	width: 100%;
}

.db-filter-item {}

.db-filter-item-top-block {
	display: flex;
	align-items: center;
	margin-top: -2px;
	margin-bottom: -2px;
}

.db-filter-item-title-block {}

.db-filter-item-title {
	margin-right: 8px;
	padding-top: 2px;
	padding-bottom: 2px;
	font-weight: 700;
	font-size: 12px;
	line-height: 1.16;
	text-transform: uppercase;
	color: #6E7FA4;
	cursor: default;
}

.db-filter-item-reset-btn-block {
	padding-top: 2px;
	padding-bottom: 2px;
	display: flex;
}

.db-filter-item-reset-btn {
	font-weight: 700;
	font-size: 12px;
	line-height: 1.16;
	text-transform: uppercase;
	color: #6E7FA4;
	padding-left: 16px;
	position: relative;
}

.db-filter-item-reset-btn::before {
	content: '';
	position: absolute;
	width: 10px;
	height: 10px;
	left: 0;
	top: 50%;
	transform: translateY(-50%);
	mask-image: url('../images/svg/refresh.svg');
	mask-position: center;
	mask-repeat: no-repeat;
	mask-size: 10px 10px;
	-webkit-mask-image: url('../images/svg/refresh.svg');
	-webkit-mask-position: center;
	-webkit-mask-repeat: no-repeat;
	-webkit-mask-size: 10px 10px;
	background-color: #4052D7;
	background: radial-gradient(77.78% 77.78% at 83.33% 83.33%, #4052D7 0%, #826FFF 100%);
	z-index: 1;
	margin-top: -1px;
}



.db-filter-item-body {
	padding-top: 16px;
}

.db-filter-radio-items-block {}

.db-filter-radio-items {
	margin-top: -16px;
	display: flex;
	flex-wrap: wrap;
	margin-left: -4px;
	margin-right: -4px;
}

.db-filter-radio-item {
	margin-top: 16px;
	width: 100%;
	padding-left: 4px;
	padding-right: 4px;
}

.db-filter-radio-item .field {
	margin-top: 0;
}


.db-filter-slider-wrapper {
	padding-bottom: 30px;
}

.db-filter-slider-wrapper input {
	position: absolute;
	width: 0;
	height: 0;
	opacity: 0;
	visibility: hidden;
}

.db-filter-slider-wrapper .irs--flat {
	height: 12px;
}

.db-filter-slider-wrapper .irs--flat .irs-line {
	background: #EBEEFE;
	box-shadow: inset -1.54545px -1.54545px 3.09091px #F8F9FF, inset 1.54545px 1.54545px 3.09091px #D1D8FF;
	border-radius: 12px;
	height: 12px;
	top: 0;
}

.db-filter-slider-wrapper .irs--flat .irs-bar {
	height: 6px;
	top: 3px;
	background-color: #4052D7;
	background: radial-gradient(77.78% 77.78% at 83.33% 83.33%, #4052D7 0%, #826FFF 100%);
}

.db-filter-slider-wrapper .irs--flat .irs-handle {
	width: 18px;
	height: 18px;
	background: #E6E7FD;
	box-shadow: -4px -4px 8px #F7F9FF, 4px 4px 8px #D1D2F2;
	border-radius: 24px;
	top: -3px;
}

.db-filter-slider-wrapper .irs--flat .irs-from,
.db-filter-slider-wrapper .irs--flat .irs-to,
.db-filter-slider-wrapper .irs--flat .irs-single {
	top: 28px;
	font-weight: 700;
	font-size: 12px;
	line-height: 14px;
	text-align: center;
	text-transform: uppercase;
	color: rgba(57, 76, 121, 0.5);
	padding: 0;
	background-color: transparent;
}


.db-filter-slider-wrapper .irs--flat .irs-from::before,
.db-filter-slider-wrapper .irs--flat .irs-to::before,
.db-filter-slider-wrapper .irs--flat .irs-single::before {
	display: none;
}

.db-filter-slider-wrapper .irs--flat .irs-handle i {
	display: none;
}





.db-filter-buttons-block {
	margin-top: 8px;
}

.db-filter-buttons {
	display: flex;
	flex-direction: column;
}

.db-filter-button-wrapper {
	margin-top: 16px;
	width: 100%;
}

.db-filter-button {
	width: 100%;
	white-space: nowrap;
}


.db-filter-button.purple-gr-btn {
	padding-top: 24px;
	padding-bottom: 24px;
}

.db-filter-button.purple-tr-gr-btn {
	padding-top: 22px;
	padding-bottom: 22px;
}

.db-filter-item-wrapper--affiliate-status {}

.db-filter-item-wrapper--affiliate-invested {}

.db-filter-item-wrapper--affiliate-earned {}


.db-filter-item-wrapper--deposit-strategy {}

.db-filter-item-wrapper--deposit-currency {}

.db-filter-item-wrapper--deposit-status {}

.db-filter-select {}

.db-filter-select .field-block {
	margin-top: 0;
}

.db-filter-select .field {
	margin-top: 0;
}

.db-filter-select .select-currency.bootstrap-select>.dropdown-toggle .select-currency-list-item {
	padding-right: 46px;
}

.db-filter-select .bootstrap-select>.dropdown-toggle .filter-option::after {
	right: 46px;
}

.db-filter-select .bootstrap-select>.dropdown-toggle::after {
	right: 14px;
}

.db-filter-select .select-currency-list-item__abbr {
	display: none;
}

.db-filter-select .select-currency-list-item__icon {
	width: 32px;
	height: 32px;
}

.db-filter-select .select-currency-list-item__content {
	width: calc(100% - 32px);
}

.db-filter-select .bootstrap-select>.dropdown-toggle {
	height: 48px;
}

.db-filter-select .select-currency-list-item__title {
	font-size: 14px;
}

.db-deposits-block__right {
	width: calc(100% - 280px);
	padding-left: 32px;
	padding-top: 32px;
	padding-bottom: 56px;
}


.db-deposits-top-block {}

.db-deposits-top {
	display: flex;
	align-items: center;
	justify-content: space-between;
}

.db-deposits-top__left {
	padding-right: 16px;
}

.db-deposits-top__right {}

.db-deposits-top-panel {
	margin-top: 2px;
}

.db-deposits-top-panel-items {
	display: flex;
	align-items: center;
}

.db-deposits-top-panel-item {
	padding-left: 16px;
	margin-left: 16px;
	border-left: 1px solid rgba(57, 76, 121, 0.4);
	color: #3B4F7D;
	font-size: 12px;
	line-height: 1;
	padding-top: 2px;
	padding-bottom: 2px;
	opacity: 0.5;
	text-transform: uppercase;
	font-weight: bold;
}

.db-deposits-top-panel-item:first-child {
	padding-left: 0;
	margin-left: 0;
	border-left: 0;
}

.db-deposits-top-panel-item__title {
	display: inline-block;
}

.db-deposits-top-panel-item__value {
	display: inline-block;
}

.db-deposits-top-panel-item__amount {
	display: inline-block;
}

.db-deposits-top-panel-item__amount span {
	background: radial-gradient(77.78% 77.78% at 83.33% 83.33%, #4052D7 0%, #826FFF 100%);
	color: #4052D7;
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
	background-clip: text;
	text-fill-color: transparent;
}

.db-deposits-top-panel-item__currency {
	display: inline-block;
}

.db-deposit-items-block {
	margin-top: 8px;
}

.db-deposit-items {}

.db-deposit-item {
	background: #E6E7FD;
	box-shadow: 4px 4px 8px #D1D2F2;
	border-radius: 24px;
	padding: 24px;
	margin-top: 32px;
	min-height: calc(100% - 32px);
	position: relative;
}

.db-deposit-item__icon {
	width: 32px;
	height: 32px;
	position: absolute;
	left: 24px;
	top: 20px;
}

.db-deposit-item__percent {
	font-size: 48px;
	font-weight: 700;
	line-height: 1.15;
	text-align: center;
}

.db-deposit-item__percent span {
	background: radial-gradient(77.78% 77.78% at 83.33% 83.33%, #3B4F7D 0%, #495D89 100%);
	color: #3B4F7D;
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
	background-clip: text;
	text-fill-color: transparent;
}

.db-deposit-item__percent span .percent {
	font-size: 32px;
}

.db-deposit-item__period {
	display: flex;
	justify-content: center;
	margin-top: 4px;
}

.db-deposit-item__period-icon {
	position: relative;
	width: 16px;
	height: 16px;
}

.db-deposit-item__period-icon:before {
	content: '';
	position: absolute;
	width: 16px;
	height: 16px;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
	mask-image: url('../images/svg/fi-br-calendar.svg');
	mask-position: center;
	mask-repeat: no-repeat;
	mask-size: 16px 16px;
	-webkit-mask-image: url('../images/svg/fi-br-calendar.svg');
	-webkit-mask-position: center;
	-webkit-mask-repeat: no-repeat;
	-webkit-mask-size: 16px 16px;
	background-color: #826FFF;
	background-image: radial-gradient(77.78% 77.78% at 83.33% 83.33%, #4052D7 0%, #826FFF 100%);
	z-index: 1;
}

.db-deposit-item__period-text {
	font-size: 16px;
	line-height: 1;
	color: #394C79;
	font-weight: 500;
	padding-left: 8px;
}

.db-deposit-item__period-text .days {
	background: radial-gradient(77.78% 77.78% at 83.33% 83.33%, #4052D7 0%, #826FFF 100%);
	color: #4052D7;
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
	background-clip: text;
	text-fill-color: transparent;
	font-weight: 700;
}

.db-deposit-item__stat-items-block {
	margin-top: 6px;
}

.db-deposit-item__stat-items {
	display: flex;
	margin-left: -2px;
	margin-right: -2px;
	flex-wrap: wrap;
	justify-content: center;
}

.db-deposit-item__stat-item-wrapper {
	padding-left: 2px;
	padding-right: 2px;
	margin-top: 4px;
}

.db-deposit-item__stat-item {
	padding: 4px 6px;
	font-weight: 800;
	font-size: 10px;
	line-height: 1;
	text-transform: uppercase;
	border-radius: 30px;
	right: 0;
	top: 5px;
	white-space: nowrap;
}

.db-deposit-item__stat-item--type {
	color: #505AE1;
	background: rgba(92, 95, 232, 0.3);
}

.db-deposit-item__stat-item--active {
	background: #D0FFE0;
	color: #48D779;
}

.db-deposit-item__stat-item--canceled {
	background: #FFAADD;
	color: #D75948;
}

.db-deposit-item__stat-item--completed {
	background: radial-gradient(77.78% 77.78% at 83.33% 83.33%, #4052D7 0%, #826FFF 100%);
	color: #fff;
}

.db-deposit-item__params-block {
	margin-top: 16px;
}

.db-deposit-item__params {}

.db-deposit-item__param {}

.db-deposit-item-param {
	display: flex;
	justify-content: space-between;
	padding-top: 8px;
	padding-bottom: 8px;
	border-bottom: 1px dashed rgba(110, 127, 164, 0.5);
}

.db-deposit-item-param:first-child {
	padding-top: 0;
}

.db-deposit-item-param:last-child {
	padding-bottom: 0;
	border-bottom: 0;
}

.db-deposit-item-param__left {
	display: flex;
	align-items: center;
}

.db-deposit-item-param__title {
	color: #3B4F7D;
	font-size: 10px;
	line-height: 1.2;
	padding-right: 4px;
	text-transform: uppercase;
	font-weight: bold;
}

.db-deposit-item-param__currency {
	color: rgba(59, 79, 125, 0.5);
	font-size: 10px;
	line-height: 1.2;
	text-transform: uppercase;
	font-weight: bold;
}

.db-deposit-item-param__right {}

.db-deposit-item-param__value {
	font-size: 14px;
	line-height: 1.14;
	font-weight: bold;
	text-align: right;
	color: #394C79;
}

.db-deposit-item-param--start {}

.db-deposit-item-param--start .db-deposit-item-param__value {
	color: #24A984;
}

.db-deposit-item-param--total {}

.db-deposit-item-param--net {}

.db-deposit-item-param--stop {}

.db-deposit-item-param--stop .db-deposit-item-param__value {}

.db-deposit-item-param--stop .db-deposit-item-param__value span {
	color: #4052D7;
	background: radial-gradient(77.78% 77.78% at 83.33% 83.33%, #4052D7 0%, #826FFF 100%);
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
	background-clip: text;
	text-fill-color: transparent;
}


.db-deposit-item__range-block {
	background: #EBEEFE;
	box-shadow: inset -1.54545px -1.54545px 3.09091px #F8F9FF, inset 1.54545px 1.54545px 3.09091px #D1D8FF;
	border-radius: 12px;
	padding: 8px;
	padding-top: 12px;
	margin-top: 16px;
}

.db-deposit-item__range-top {
	display: flex;
	justify-content: space-between;

}

.db-deposit-item__range-top-left {}

.db-deposit-item__range-top-right {}

.db-deposit-item__range-date {
	font-weight: 700;
	font-size: 12px;
	line-height: 1.16;
	color: #3B4F7D;
	font-weight: bold;
}

.db-deposit-item__range-time-left {
	font-weight: 700;
	font-size: 12px;
	line-height: 1.16;
	color: rgba(59, 79, 125, 0.5);
	font-weight: bold;
}

.db-deposit-item__range {
	height: 12px;
	width: 100%;
	border-radius: 10px;
	margin-top: 6px;
	box-shadow: inset -1.54545px -1.54545px 3.09091px #F8F9FF, inset 1.54545px 1.54545px 3.09091px #D1D8FF;
	padding: 3px;
}

.db-deposit-item__range-inner {
	position: relative;
	height: 100%;
}

.db-deposit-item__range-progress {
	position: absolute;
	left: 0;
	height: 100%;
	top: 0;
	width: 0;
	background: radial-gradient(77.78% 77.78% at 83.33% 83.33%, #4052D7 0%, #826FFF 100%);
	border-radius: 6px;
}

.db-deposit-item__range-icon {
	position: absolute;
	width: 24px;
	height: 24px;
	left: 0;
	top: 50%;
	transform: translate(-50%, -50%);
	background-image: url('../images/svg/professional-trading.svg');
	background-position: center;
	background-repeat: no-repeat;
	background-size: 24px 24px;
}

.db-deposit-item__range-icon::before {}

.db-deposit-item__countdown-block {
	margin-top: 16px;
}

.db-deposit-item__countdown {
	display: flex;
	justify-content: space-between;
	align-items: center;
}

.db-deposit-item__countdown-left {}

.db-deposit-item__countdown-title {
	font-size: 10px;
	line-height: 1.2;
	font-weight: bold;
	text-transform: uppercase;
	color: rgba(57, 76, 121, 0.5);
}

.db-deposit-item__countdown-right {}

.db-deposit-item__countdown-time {
	font-size: 10px;
	line-height: 1.2;
	font-weight: bold;
}

.text--purple-gradient {
	color: #4052D7;
	background: radial-gradient(77.78% 77.78% at 83.33% 83.33%, #4052D7 0%, #826FFF 100%);
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
	background-clip: text;
	text-fill-color: transparent;
}

.db-deposit-item__btn-block {
	margin-top: 16px;
}

.db-deposit-item__btn {
	width: 100%;
}


.db-deposit-item--completed {
	background: radial-gradient(77.78% 77.78% at 83.33% 83.33%, #4052D7 0%, #826FFF 100%);
	box-shadow: 4px 4px 8px #D1D2F2;
}

.db-deposit-item--completed .db-deposit-item__percent {}

.db-deposit-item--completed .db-deposit-item__percent span {
	color: #fff;
	background-image: none;
	background-color: #fff;
}

.db-deposit-item--completed .db-deposit-item__period-text {
	color: #fff;
}

.db-deposit-item--completed .db-deposit-item__period-text .days {
	color: #fff;
	background-image: none;
	background-color: #fff;
}

.db-deposit-item--completed .db-deposit-item__period-icon::before {
	background-image: none;
	background-color: #fff;
}

.db-deposit-item--completed .db-deposit-item__stat-item--type {
	background: rgba(255, 255, 255, 0.3);
	color: #fff;
}

.db-deposit-item--completed .db-deposit-item-param__title {
	color: #fff;
}

.db-deposit-item--completed .db-deposit-item-param__currency {
	color: rgba(255, 255, 255, 0.5);
}

.db-deposit-item--completed .db-deposit-item-param__value {
	color: #fff;
}

.db-deposit-item--completed .db-deposit-item-param--stop .db-deposit-item-param__value span {
	color: #24A984;
	background-color: #24A984;
	background-image: none;
}

.pagination-block {
	margin-top: 32px;
}

.pagination {
	/* padding: 10px; */
}

.pagination ul {
	display: flex;
	align-items: center;
	list-style-type: none;
	padding: 0;
	margin: 0;
}

.pagination ul li {
	display: flex;
	align-items: center;
	justify-content: center;
	padding-left: 6px;
	padding-right: 6px;
}

.pagination ul li span {
	width: 40px;
	height: 40px;
	display: flex;
	align-items: center;
	justify-content: center;
	font-size: 16px;
	line-height: 1;
	color: #6E7FA4;
	font-weight: bold;
}

.pagination ul li a {
	width: 40px;
	height: 40px;
	display: flex;
	align-items: center;
	justify-content: center;
	font-size: 16px;
	line-height: 1;
	color: #6E7FA4;
	font-weight: bold;
	background: #EBEEFE;
	box-shadow: inset -1.54545px -1.54545px 3.09091px #F8F9FF, inset 1.54545px 1.54545px 3.09091px #D1D8FF;
	border-radius: 12px;
}

.pagination ul li a:hover {
	background: radial-gradient(77.78% 77.78% at 83.33% 83.33%, #4052D7 0%, #826FFF 100%);
	color: #fff;
	box-shadow: none;
}

.pagination ul li.first a {
	width: 40px;
	height: 40px;
	background-color: transparent;
	box-shadow: none;
	position: relative;
	color: #394C79;
}

.pagination ul li.first a:before {}

.pagination ul li.first a:hover {
	background: #EBEEFE;
	box-shadow: inset -1.54545px -1.54545px 3.09091px #F8F9FF, inset 1.54545px 1.54545px 3.09091px #D1D8FF;
}

.pagination ul li.last a {
	width: 40px;
	height: 40px;
	background-color: transparent;
	box-shadow: none;
	position: relative;
	color: #394C79;
}

.pagination ul li.last a:before {}

.pagination ul li.last a:hover {
	background: #EBEEFE;
	box-shadow: inset -1.54545px -1.54545px 3.09091px #F8F9FF, inset 1.54545px 1.54545px 3.09091px #D1D8FF;
}

.pagination ul li.active a {
	background: radial-gradient(77.78% 77.78% at 83.33% 83.33%, #4052D7 0%, #826FFF 100%);
	color: #fff;
	box-shadow: none;
}

.text {
	margin-top: 16px;
	font-weight: 500;
	line-height: 1.125;
}

.db-deposit-form-block {
	margin-top: 24px;
}

.db-deposit-form {
	margin-top: 44px;
}

.db-deposit-form-block {
	margin-top: 32px;
}

.db-deposit-form-title {
	font-weight: 700;
	line-height: 1.125;
	font-size: 16px;
}

.db-deposit-form-body {
	padding-top: 16px;
}


.db-deposit-radio-strat-items-block {}

.db-deposit-radio-strat-items {
	margin-top: -16px;
	display: flex;
	flex-wrap: wrap;
	margin-left: -8px;
	margin-right: -8px;
}

.db-deposit-radio-strat-item {
	margin-top: 16px;
	padding-left: 8px;
	padding-right: 8px;
}

.db-deposit-radio-strat-item .field {
	margin-top: 0;
}

.db-deposit-form-block .qa-deposit-radio-inv-plan-items-block {
	max-width: 420px;
}

.db-deposit-form-block .field-block {
	margin-top: 16px;
}

.db-deposit-form-block--deposit .qa-form-field-blocks {
	max-width: 450px;
}

.db-deposits-not-found {
	margin-top: 24px;
}



.db-transactions-block {
	display: flex;
	flex-wrap: wrap;
}

.db-transactions-block__left {
	width: 280px;
	position: relative;
	z-index: 2;
}

.db-transactions-block__right {
	position: relative;
	width: calc(100% - 280px);
	padding-left: 32px;
	padding-top: 32px;
	padding-bottom: 56px;
}




.db-transctions-table-block {}

.db-transctions-table {}

.db-transctions-table--no-transactions {}

.db-transctions-table--no-transactions .db-t-table-items {
	-webkit-filter: blur(6px);
	-moz-filter: blur(6px);
	-ms-filter: blur(6px);
	-o-filter: blur(6px);
	filter: blur(6px);
	transform: translate3d(0, 0, 0);
}

.db-t-table-heading {
	display: flex;
	flex-wrap: wrap;
}

.db-t-t-h-cell {
	padding-bottom: 16px;
	font-weight: 700;
	font-size: 11px;
	line-height: 1;
	color: #394C79;
	text-transform: uppercase;
	border-left: 2px solid transparent;
	padding-left: 18px;
}

.db-t-t-h-cell--payment {
	width: 19%;
	border-left: 0;
	padding-left: 0;
}

.db-t-t-h-cell--type {
	width: 20%;
}

.db-t-t-h-cell--amount {
	width: 19%;
}

.db-t-t-h-cell--date {
	width: 15%;
}

.db-t-t-h-cell--status {
	width: 14%;
}

.db-t-t-h-cell--hash {
	width: 13%;
}

.db-t-table-body {
	position: relative;
}

.db-t-table-items {}

.db-t-table-item {
	border-top: 2px solid rgba(230, 231, 253, 0.4);
	display: flex;
	flex-wrap: wrap;
	border-right: 2px solid rgba(230, 231, 253, 0.4);
}

.db-t-table-item:last-child {
	border-bottom: 2px solid rgba(230, 231, 253, 0.4);
}

.db-t-t-i-cell {
	padding-left: 18px;
	height: 72px;
	border-left: 2px solid rgba(230, 231, 253, 0.4);
	display: flex;
	align-items: center;
	padding-right: 10px;
}


.db-t-t-i-cell--payment {
	padding-left: 12px;
	width: 19%;
}

.db-t-t-i-cell--type {
	width: 20%;
}

.db-t-t-i-cell--amount {
	width: 19%;
}

.db-t-t-i-cell--date {
	width: 15%;
}

.db-t-t-i-cell--status {
	width: 14%;
}

.db-t-t-i-cell--hash {
	width: 13%;
}

.db-t-t-i-cell--status .db-t-t-i-cell-value-block {
	display: flex;
	align-items: center;
	justify-content: space-between;
}

.db-t-t-i-cell--status .db-t-t-i-check-block {
	display: none;
}


.db-t-t-i-title {
	font-weight: 700;
	font-size: 11px;
	line-height: 1;
	color: #394C79;
	text-transform: uppercase;
	display: none;
}

.db-t-t-i-cell-value-block {
	width: 100%;
}

.db-t-t-i-cell-value-block .currency-item {
	width: 100%;
}


.db-t-t-i-type {}

.db-t-t-i-type__title {
	font-weight: 700;
	font-size: 14px;
	line-height: 1;
	color: #394C79;
	white-space: nowrap;
	text-overflow: ellipsis;
	overflow: hidden;
}

.db-t-t-i-type__value {
	font-weight: 700;
	font-size: 12px;
	line-height: 1;
	color: #6E7FA4;
	white-space: nowrap;
	text-overflow: ellipsis;
	overflow: hidden;
	margin-top: 4px;
}

.db-t-t-i-amount {}

.db-t-t-i-amount__amount {
	font-weight: 700;
	font-size: 14px;
	line-height: 1;
	color: #394C79;
	white-space: nowrap;
	text-overflow: ellipsis;
	overflow: hidden;
}

.db-t-t-i-amount__dollar {
	font-weight: 700;
	font-size: 12px;
	line-height: 1;
	color: #6E7FA4;
	white-space: nowrap;
	text-overflow: ellipsis;
	overflow: hidden;
	margin-top: 4px;
}

.db-t-t-i-date {}

.db-t-t-i-date__date {
	font-weight: 700;
	font-size: 14px;
	line-height: 1;
	color: #394C79;
	white-space: nowrap;
	text-overflow: ellipsis;
	overflow: hidden;
}

.db-t-t-i-date__time {
	font-weight: 700;
	font-size: 12px;
	line-height: 1;
	color: #6E7FA4;
	white-space: nowrap;
	text-overflow: ellipsis;
	overflow: hidden;
	margin-top: 4px;
}


.db-t-t-i-status-block {
	line-height: 1;
	display: flex;
}

.db-t-t-i-status {
	padding: 4px 6px;
	font-weight: 800;
	font-size: 10px;
	line-height: 1;
	text-align: center;
	letter-spacing: 1px;
	text-transform: uppercase;
	color: #FFFFFF;
	border-radius: 30px;
}

.db-t-t-i-status--progress {
	color: #FFFFFF;
	background: radial-gradient(77.78% 77.78% at 83.33% 83.33%, #4052D7 0%, #826FFF 100%);
}

.db-t-t-i-status--cancel {
	color: #A01919;
	background: #E77D7D;
}

.db-t-t-i-status--success {
	color: #FFFFFF;
	background: #2FA789;
}


.db-t-t-i-hash-links-block {}

.db-t-t-i-hash-links {
	display: flex;
}

.db-t-t-i-hash-link-wrapper {
	padding-left: 5px;
	padding-right: 4px;
	position: relative;
	display: flex;
}

.db-t-t-i-hash-link-wrapper::before {
	content: '';
	position: absolute;
	left: 0;
	top: 0;
	height: 100%;
	width: 1px;

	background: radial-gradient(77.78% 77.78% at 83.33% 83.33%, #4052D7 0%, #826FFF 100%);
}

.db-t-t-i-hash-link-wrapper:first-child {
	padding-left: 0;
}

.db-t-t-i-hash-link-wrapper:first-child::before {
	display: none;
}

.db-t-t-i-hash-link-wrapper:last-child {
	padding-right: 0;
}

.db-t-t-i-hash-link {
	text-transform: uppercase;
	font-weight: 800;
	font-size: 10px;
	line-height: 1;
	text-align: center;
	letter-spacing: 1px;
}

.text--purple-gr {}

.db-t-t-i-check-block {
	line-height: 1;
	display: flex;
}

.db-t-t-i-check {
	text-transform: uppercase;
	font-weight: 800;
	font-size: 10px;
	line-height: 1;
	text-align: center;
	letter-spacing: 1px;
}

.db-t-t-i-check {
	color: #4052D7;
	background: radial-gradient(77.78% 77.78% at 83.33% 83.33%, #4052D7 0%, #826FFF 100%);
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
	background-clip: text;
	text-fill-color: transparent;
}




.db-t-no-transactions-info {
	position: absolute;
	top: 30px;
	left: 50%;
	transform: translateX(-50%);
	background: #E6E7FD;
	box-shadow: -4px -4px 8px #F7F9FF, 4px 4px 8px #D1D2F2;
	border-radius: 24px;
	z-index: 5;
	width: 100%;
	max-width: 740px;
	padding: 32px;
}

.db-t-no-transactions-info-text {
	font-weight: 500;
	font-size: 16px;
	line-height: 1;
	color: #394C79;
}

.db-t-no-transactions-info-actions {
	margin-top: 24px;
}

.db-t-no-transactions-info-actions-title {
	font-weight: 700;
	font-size: 16px;
	line-height: 1;
	color: #394C79;

}

.db-t-no-transactions-info-actions ul {
	padding-left: 20px;
	margin-bottom: 0;
	margin-top: 15px;
}

.db-t-no-transactions-info-actions ul li {
	color: #4052D7;
}

.db-t-no-transactions-info-actions ul li a {}

.db-t-no-transactions-info-actions ul li a span {
	background: radial-gradient(77.78% 77.78% at 83.33% 83.33%, #4052D7 0%, #826FFF 100%);
	color: #4052D7;
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
	background-clip: text;
	text-fill-color: transparent;
	font-weight: 700;
}

.db-transactions-not-found {
	margin-top: 24px;
}



.db-withdrawal-block {
	padding: 8px;
	position: relative;
}

.db-withdrawal-form-block {}

.db-withdrawal-form {}

.db-withdrawal-form .form-btn-block {
	margin-top: 40px;
}

.db-withdrawal-form-fieldset {
	margin-top: 40px;
}

.db-withdrawal-form-fieldset:first-child {
	margin-top: 0;
}

.db-withdrawal-form-fieldset-heading-block {
	display: flex;
	justify-content: space-between;
}

.db-withdrawal-form-fieldset-heading {
	font-size: 18px;
	line-height: 1.15;
	color: #394C79;
	font-weight: bold;
}


.db-withdrawal-form-fieldset-body {
	padding-top: 24px;
}

.db-withdrawal-form-fields {
	margin-top: -16px;
	max-width: 840px;
}


.db-withdrawal-form-fieldset-body .field-block {
	margin-top: 16px;
}


.db-withdrawal-form-fieldset-body .field {
	margin-top: 0;
}




.db-withdraw-form-profit-block {
	margin-top: 40px;
}

.db-withdraw-form-profit {
	padding: 24px;
	background: #E6E7FD;
	box-shadow: 4px 4px 8px #D1D2F2;
	border-radius: 24px;
	width: 270px;
	display: flex;
	flex-wrap: wrap;
}

.db-withdraw-form-profit__title {
	line-height: 1;
	color: #394C79;
	width: 100%;
	margin-bottom: 8px;
}

.db-withdraw-form-profit__amount-block {
	display: flex;
	align-items: center;
	padding-right: 16px;
}

.db-withdraw-form-profit__amount {
	padding-right: 6px;
	font-weight: 700;
	font-size: 16px;
	line-height: 1;
}

.db-withdraw-form-profit__amount span {
	color: #4052D7;
	background: radial-gradient(77.78% 77.78% at 83.33% 83.33%, #4052D7 0%, #826FFF 100%);
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
	background-clip: text;
	text-fill-color: transparent;
}

.db-withdraw-form-profit__currency {
	font-weight: 700;
	font-size: 12px;
	line-height: 1;
	color: #6E7FA4;
	opacity: 0.5;
}

.db-withdraw-form-profit__comission-block {
	display: flex;
	align-items: center;
}

.db-withdraw-form-profit__comission {
	padding-right: 6px;
	font-weight: 700;
	font-size: 16px;
	line-height: 1;
	color: #E77D7D;
}

.db-withdraw-form-profit__comission-title {
	font-weight: 700;
	font-size: 12px;
	line-height: 1;
	color: #6E7FA4;
	opacity: 0.5;
}


.db-complete-withdraw {
	max-width: 830px;
	margin-right: auto;
	margin-left: auto;
	margin-top: 8px;
	padding-bottom: 36px;
	position: relative;
	z-index: 2;
}

.db-complete-withdraw-top {
	background: #E6E7FD;
	box-shadow: 4px 4px 8px #D1D2F2;
	border-radius: 24px;
	padding: 32px;
	padding-top: 44px;
	padding-bottom: 80px;
	position: relative;
}

.db-complete-withdraw-bottom {
	margin-top: 62px;
}

.db-complete-withdraw-bottom .text {
	font-weight: 500;
	font-size: 14px;
	line-height: 2;
	text-align: center;
}

.db-complete-withdraw-bottom-btn-block {
	text-align: center;
	margin-top: 24px;
}

.db-complete-withdraw-bottom-btn {
	background-color: #fff;
	border-width: 1px;
	padding-left: 23px;
	padding-right: 23px;
	padding-top: 15px;
	padding-bottom: 15px;
}

.db-complete-withdraw-bottom-btn:hover .text--purple-gr {
	background-color: #fff;
	background-image: none;
}

.db-complete-withdraw-labels-block {}

.db-complete-withdraw-labels {
	margin-left: -4px;
	margin-right: -4px;
	display: flex;
	justify-content: center;
}

.db-complete-withdraw-label-wrapper {
	padding-left: 4px;
	padding-right: 4px;
}

.db-complete-withdraw-label {
	padding: 4px 6px;
	font-weight: 800;
	font-size: 10px;
	line-height: 1;
	text-transform: uppercase;
	border-radius: 30px;
	color: #505AE1;
	background: rgba(92, 95, 232, 0.3);
	right: 0;
	top: 5px;
	white-space: nowrap;
}

.db-complete-withdraw-label--completed {
	background: #D0FFE0;
	color: #48D779;
}

.db-complete-withdraw-label--progress {
	color: #fff;
	background-color: #4052D7;
	background: radial-gradient(77.78% 77.78% at 83.33% 83.33%, #4052D7 0%, #826FFF 100%);
}

.db-complete-withdraw-title-block {
	margin-top: 20px;
	text-align: center;
}

.db-complete-withdraw-title {
	font-weight: 100;
}

.db-complete-withdraw-title b {
	font-weight: 700;
}

.db-complete-withdraw-amount-block {
	margin-top: 8px;
}

.db-complete-withdraw-amount {
	display: flex;
	align-items: center;
	justify-content: center;
}

.db-complete-withdraw-amount__amount {
	font-weight: 700;
	font-size: 24px;
	line-height: 1.16;
	text-transform: uppercase;
	color: #394C79;
}

.db-complete-withdraw-amount__currency {
	padding-left: 8px;
	font-weight: 700;
	font-size: 24px;
	line-height: 1.16;
	text-transform: uppercase;
	color: #394C79;
	opacity: 0.5;
}

.db-complete-withdraw-check-link-block {
	margin-top: 20px;
	text-align: center;
}

.db-complete-withdraw-check-link {
	position: relative;
	padding-right: 34px;
	font-weight: 700;
	font-size: 13px;
	line-height: 1.85;
	letter-spacing: 2px;
	text-transform: uppercase;
}

.db-complete-withdraw-check-link::before {
	content: '';
	position: absolute;
	width: 24px;
	height: 24px;
	top: 50%;
	right: 0;
	transform: translateY(-50%);
	background-image: url('../images/svg/db-complete-withdraw-check-link__icon.svg');
	background-position: center;
	background-repeat: no-repeat;
	background-size: 24px 24px;
}

.db-complete-withdraw-hash-block {
	margin-top: 24px;
	display: flex;
	justify-content: center;
}

.db-complete-withdraw-hash {
	background: #EBEEFE;
	box-shadow: inset -1.54545px -1.54545px 3.09091px #F8F9FF, inset 1.54545px 1.54545px 3.09091px #D1D8FF;
	border-radius: 12px;
	padding: 16px 20px 12px;
	max-width: 100%;
}

.db-complete-withdraw-hash__title {
	font-weight: 700;
	font-size: 12px;
	line-height: 1.16;
	text-transform: uppercase;
	color: #6E7FA4;
	opacity: 0.4;
	text-align: center;

}

.db-complete-withdraw-hash__hash {
	text-align: center;
	font-weight: 700;
	font-size: 16px;
	line-height: 1.12;
	color: #394C79;
	margin-top: 4px;
	/* white-space: nowrap; */
	word-wrap: break-word;
	/* overflow: hidden;
	text-overflow: ellipsis; */
}

.db-complete-withdraw-review-btn-block {
	position: absolute;
	bottom: -26px;
	left: 50%;
	transform: translateX(-50%);
}

.db-complete-withdraw-review-btn {
	display: inline-flex;
	padding-top: 24px;
	padding-bottom: 24px;
	padding-left: 28px;
	padding-right: 76px;
}

.db-complete-withdraw-review-btn__text {
	white-space: nowrap;
}

.db-complete-withdraw-review-btn__icon {
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	right: 12px;
}

.section-dashboard-inner--complete-withdraw+footer {
	margin-top: 0;
}


.dashboard-inner-content-diamond {
	position: absolute;
	right: -120px;
	bottom: -180px;
	width: 310px;
	z-index: 1;
}

.dashboard-inner-content-diamond .image {
	width: 100%;
}

.page.modal-open .page-inner {
	-webkit-filter: blur(6px);
	-moz-filter: blur(6px);
	-ms-filter: blur(6px);
	-o-filter: blur(6px);
	filter: blur(6px);
	transform: translate3d(0, 0, 0);
}

.modal-backdrop {
	min-width: 360px;
	min-height: 100%;
}

.modals {}

.custom-modal {
	/* position: relative;
	display: block;
	opacity: 1 !important;
	transform: translate(0,0); */
}

/* 
.custom-modal.modal.fade .modal-dialog {
	transform: translate(0,0);
} */
.custom-modal .modal-dialog {
	position: relative;
	z-index: 10;
}

.custom-modal .modal-content {
	position: relative;
	z-index: 10;
	border: 0;
	padding: 32px;
	background-color: transparent;
	border-radius: 24px;
}

.modal-content-bg {
	position: absolute;
	left: 0;
	top: 0;
	right: 0;
	bottom: 0;
	z-index: 1;
}

.modal-content-bg::before {
	content: '';
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	transform: translate3d(0, 0, 0);
	background: linear-gradient(108.46deg, rgba(255, 255, 255, 0.264) 0%, rgba(255, 255, 255, 0.066) 100%);
	-webkit-backdrop-filter: blur(10px);
	backdrop-filter: blur(10px);
	border-radius: 24px
}

.modal-content-bg::after {
	content: '';
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	transform: translate3d(0, 0, 0);
	background: #7581EC;
	opacity: 0.25;
	box-shadow: 10px 10px 20px #4F5ECB;
	border-radius: 24px
}

.modal-content-content {
	position: relative;
	z-index: 10;
	background: #E6E7FD;
	box-shadow: -4px -4px 8px #F7F9FF, 4px 4px 8px #D1D2F2;
	border-radius: 24px;
	padding: 40px;
}

.modal-close {
	width: 30px;
	height: 30px;
	background-color: transparent;
	border: 0;
	padding: 0;
	position: absolute;
	right: 16px;
	top: 16px;
	z-index: 10;
}

.modal-close::before {
	content: '';
	position: absolute;
	width: 20px;
	height: 20px;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
	mask-image: url('../images/svg/close.svg');
	mask-position: center;
	mask-repeat: no-repeat;
	mask-size: 20px 20px;
	-webkit-mask-image: url('../images/svg/close.svg');
	-webkit-mask-position: center;
	-webkit-mask-repeat: no-repeat;
	-webkit-mask-size: 20px 20px;
	background-color: #6E7FA4;
}

.choose-language-form-block {
	max-width: 410px;
	margin-right: auto;
	margin-left: auto;
}

.choose-language-form-block h4 {
	font-weight: 100;
}

.choose-language-form-block h4 b {
	font-weight: 700;
}

.choose-language-form {}

.popular-lang-block {
	margin-top: 20px;
}

.popular-lang-title {
	font-weight: 700;
	font-size: 12px;
	line-height: 14px;
	text-transform: uppercase;
	color: #394C79;
	opacity: 0.5;
}

.popular-lang-links-block {
	margin-top: 4px;
}

.popular-lang-links {
	display: flex;
	flex-wrap: wrap;
	margin-left: -10px;
	margin-right: -10px;
}

.popular-lang-link-wrapper {
	padding-left: 10px;
	padding-right: 10px;
	margin-top: 8px;
}

.popular-lang-link {
	display: flex;
	align-items: center;

}

.popular-lang-link__icon {
	padding-right: 8px;
	width: 34px;
	height: 20px;
}

.popular-lang-link__text {
	font-size: 14px;
	font-weight: bold;
	width: calc(100% - 34px);
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	color: #394C79;
	line-height: 1.2;
	border-bottom: 1px dashed #6E7FA4;
	transition: 0.4s ease;
}


.popular-lang:hover .popular-lang__text,
.popular-lang.show .popular-lang__text {
	border-bottom-color: transparent;
}

.choose-language-form {}

.choose-language-form .form-btn-block {
	margin-top: 36px;
	max-width: 300px;
}

.apply-lang-btn {
	padding-top: 23px;
	padding-bottom: 23px;
	font-size: 18px;
	padding-right: 56px;
	padding-left: 36px;
	width: 100%;
	position: relative;
}

.apply-lang-btn::after {
	content: '';
	position: absolute;
	top: 50%;
	right: 12px;
	transform: translateY(-50%);
	width: 40px;
	height: 40px;
	border-radius: 50%;
	background-image: url('../images/svg/apply-lang-btn-icon.svg');
	background-position: center;
	background-repeat: no-repeat;
	background-size: 40px 40px;
}

.confirm-deletion-form-block {
	max-width: 410px;
	margin-right: auto;
	margin-left: auto;
}

.confirm-deletion-form-block h4 {
	font-weight: 100;
}

.confirm-deletion-form-block h4 b {
	font-weight: 700;
}

.confirm-deletion-form-block .text {
	line-height: 1.5;
}

.confirm-deletion-form {}

.confirm-deletion-form .field-block {
	margin-top: 24px;
}

.confirm-deletion-form .field-block:first-child {
	margin-top: 20px;
}


.confirm-deletion-form .form-btn-block {
	max-width: 300px;
}

.confirm-btn {
	padding-top: 23px;
	padding-bottom: 23px;
	font-size: 18px;
	padding-right: 56px;
	padding-left: 36px;
	width: 100%;
	position: relative;
}

.confirm-btn::after {
	content: '';
	position: absolute;
	top: 50%;
	right: 12px;
	transform: translateY(-50%);
	width: 40px;
	height: 40px;
	border-radius: 50%;
	background-image: url('../images/svg/confirm-btn-icon.svg');
	background-position: center;
	background-repeat: no-repeat;
	background-size: 40px 40px;
}


.modal--generate-password {}

.generate-password-form-block {
	max-width: 400px;
	margin-right: auto;
	margin-left: auto;
}

.generate-password-form-block h4 {
	font-weight: 100;
}

.generate-password-form-block h4 b {
	font-weight: 700;
}

.generate-password-form-block .text {
	line-height: 1.5;
}

.generate-password-form {}

.generate-password-form .field-block {
	margin-top: 20px;
}

.generate-password-form .field-block .field {
	margin-top: 0;
}

.generate-password-form .field input[type='text'] {
	height: 60px;
	padding-top: 0;
	text-align: center;
	padding-right: 20px;
	font-size: 24px;
}

.generate-password-btn {
	padding-top: 23px;
	padding-bottom: 23px;
	font-size: 18px;
	padding-right: 56px;
	padding-left: 36px;
	width: 100%;
	position: relative;
}

.generate-password-btn::after {
	content: '';
	position: absolute;
	top: 50%;
	right: 12px;
	transform: translateY(-50%);
	width: 40px;
	height: 40px;
	border-radius: 50%;
	background-image: url('../images/svg/generate-password-btn-icon.svg');
	background-position: center;
	background-repeat: no-repeat;
	background-size: 40px 40px;
}


.generate-password-form .form-btn-block {
	max-width: 100%;
}

.modal--error {}

.modal--error .modal-content-content {
	background: #E77D7D;
	box-shadow: none;
}

.modal--error .modal-close::before {
	background-color: #fff;
}

.modal-error-block {
	padding-top: 8px;
	padding-bottom: 36px;
	color: #fff;
}

.modal-error-block h5 {
	margin-top: 8px;
}

.modal-error-block .text {
	color: #B73232;
	margin-top: 30px;
}



.modal--success {}

.modal--success .modal-content-content {
	background: #7DE7A1;
	box-shadow: none;
}

.modal--success .modal-close::before {
	background-color: #fff;
}

.modal-success-block {
	padding-top: 8px;
	padding-bottom: 36px;
	color: #fff;
}

.modal-success-block h5 {
	margin-top: 8px;
}

.modal-success-block .text {
	color: #258B48;
	margin-top: 30px;
}

.section-promo-info {
	position: relative;
}

.promo-info-block {
	position: relative;
	margin-top: -40px;
}

.promo-info-bg {
	position: absolute;
	left: 0;
	top: 0;
	right: 0;
	bottom: 0;
	z-index: 1;
}

.promo-info-bg::before {
	content: '';
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	transform: translate3d(0, 0, 0);
	background: linear-gradient(108.46deg, rgba(255, 255, 255, 0.264) 0%, rgba(255, 255, 255, 0.066) 100%);
	-webkit-backdrop-filter: blur(10px);
	backdrop-filter: blur(10px);
	border-radius: 24px
}

.promo-info-bg::after {
	content: '';
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	transform: translate3d(0, 0, 0);
	background: #7581EC;
	opacity: 0.25;
	box-shadow: 10px 10px 20px #4F5ECB;
	border-radius: 24px
}

.promo-info {
	position: relative;
	z-index: 2;
	padding: 40px;
}

.promo-info__left {}

.promo-info__right {}

.promo-info__content {}

.promo-info__content h4 {
	font-weight: 100;
}

.promo-info__content h4 b {
	font-weight: 700;
}

.promo-info__content .text {
	line-height: 1.75;
}

.promo-info__video {
	padding-left: 10px;
	padding-right: 10px;
}

.promo-info-video-link {
	position: relative;
	display: block;
	border-radius: 24px;
}

.promo-info-video-link__preview {
	background: #6C65F2;
	box-shadow: 0px 15.6536px 15.6536px rgba(69, 42, 124, 0.1);
	border-radius: 24px;
	overflow: hidden;
	position: relative;
	z-index: 1;
}

.promo-info-video-link__preview .image {
	border-radius: 24px;
}

.promo-info-video-link__play {
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
	width: 72px;
	height: 72px;
	background-image: url('../images/svg/play.svg');
	background-position: center;
	background-repeat: no-repeat;
	background-size: 72px 72px;
	z-index: 2;
}

.modal--video .modal-content-content {}

.modal--video .modal-dialog {
	max-width: 750px;
}


.section-promo-banners {
	position: relative;
	padding-top: 60px;
}

.s-promo-banners-decor {
	top: 24px;
	right: -240px;
	position: absolute;
	width: 412px;
}

.s-promo-banners-content {}

.s-promo-banners-content h4 {
	font-weight: 100;
}

.s-promo-banners-content h4 b {
	font-weight: 700;
}

.promo-banners-block {
	position: relative;
	margin-top: 32px;
}

.promo-banners-block-bg {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
}

.promo-banners-block-bg::before {
	content: '';
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	transform: translate3d(0, 0, 0);
	background: linear-gradient(108.46deg, rgba(255, 255, 255, 0.264) 0%, rgba(255, 255, 255, 0.066) 100%);
	-webkit-backdrop-filter: blur(10px);
	backdrop-filter: blur(10px);
	border-radius: 24px
}

.promo-banners-block-content {
	padding: 32px;
	position: relative;
	z-index: 2;
}



.promo-banners-tabs {
	display: flex;
	flex-wrap: wrap;
}

.promo-banners-tab {
	margin-right: 40px;
	font-size: 20px;
	font-weight: 700;
	line-height: 1.4;
	position: relative;
	cursor: pointer;
	margin-bottom:10px;
}

.promo-banners-tab:last-child {
	margin-right: 0;
}

.promo-banners-tab span {
	color: #4052D7;
	background: radial-gradient(77.78% 77.78% at 83.33% 83.33%, #4052D7 0%, #826FFF 100%);
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
	background-clip: text;
	text-fill-color: transparent;
}

.promo-banners-tab::after {
	content: '';
	position: absolute;
	height: 2px;
	width: 100%;
	bottom: -2px;
	left: 0;
	background: radial-gradient(77.78% 77.78% at 83.33% 83.33%, #4052D7 0%, #826FFF 100%);

}

.promo-banners-tab.active {
	pointer-events: none;
}

.promo-banners-tab.active span {
	color: #394C79;
	background-color: #394C79;
	background-image: none;
}

.promo-banners-tab.active::after {
	background-image: none;
	background-color: #394C79;
	opacity: 0.2;
}


.promo-banners-tabs-content {}

.promo-banners-tab-content {
	padding-top: 32px;
	display: none;
}

.promo-banners-tab-content:first-child {
	display: block;
}

.promo-banner-block {
	background: #E6E7FD;
	box-shadow: -4px -4px 8px #F7F9FF, 4px 4px 8px #D1D2F2;
	border-radius: 24px;
	padding: 24px;
	padding-right: 40px;
}

.promo-banner {
	display: flex;
	flex-wrap: wrap;
}

.promo-banner__left {
	width: calc(100% - 400px);
	padding-right: 40px;
}

.promo-banner__right {
	width: 400px;
}

.promo-banner__img {
	border-radius: 24px;
}

.promo-banner__img .image {
	border-radius: 24px;
}

.promo-banner__content {}

.promo-banner__title {

	font-weight: 700;
	font-size: 14px;
	line-height: 1;
	color: #394C79;
}

.promo-banner__code {
	margin-top: 12px;
	height: 93px;
	background: #EBEEFE;
	box-shadow: inset -1.54545px -1.54545px 3.09091px #F8F9FF, inset 1.54545px 1.54545px 3.09091px #D1D8FF;
	border-radius: 12px;
	padding: 14px;
	font-weight: 700;
	font-size: 14px;
	line-height: 1.7;
	color: #6E7FA4;

}

.promo-banner__copy-btn-block {
	margin-top: 18px;
}

.promo-banner__copy-btn {}



.copy-btn {
	position: relative;
	display: inline-block;
	border-radius: 8px;
	padding-left: 30px;
	padding-right: 30px;
	box-shadow: 0px 4px 4px #5F56E1;
	border: 0;
}

.copy-btn::after {
	pointer-events: none;
	content: attr(aria-label);
	position: absolute;
	text-transform: uppercase;
	z-index: 1;
	font-weight: 700;
	font-size: 11px;
	line-height: 16px;
	left: 0;
	white-space: nowrap;
	text-transform: uppercase;
	top: -16px;
	color: #7DE7A1;
	opacity: 0;
	visibility: hidden;
	transition: 0.4s ease;
}

.copy-btn.active::after {
	opacity: 1;
	visibility: visible;
}

.copy-btn.active {
	background-color: #7DE7A1;
	background-image: none;
	box-shadow: none;
}


.section-promo-pdf {
	padding-top: 32px;
}


.section-promo-pdf {
	padding-top: 36px;
	position: relative;
	z-index: 10;
}

.section-promo-pdf h4 {
	font-weight: 100;
}

.section-promo-pdf h4 b {
	font-weight: 700;
}

.promo-pdf-items-block {}

.promo-pdf-items {}

.promo-pdf-item-wrapper {
	margin-top: 36px;
}

.promo-pdf-item {
	background: #E6E7FD;
	box-shadow: -4px -4px 8px #F7F9FF, 4px 4px 8px #D1D2F2;
	border-radius: 24px;
	padding: 24px;
	padding-top: 28px;
	position: relative;
}

.promo-pdf-item__top {
	padding-right: 24px;
}

.promo-pdf-item__download-link {
	position: absolute;
	top: 36px;
	right: 32px;
	width: 24px;
	height: 24px;
	mask-image: url('../images/svg/fi-br-cloud-download.svg');
	mask-position: center;
	mask-repeat: no-repeat;
	mask-size: 24px 24px;
	-webkit-mask-image: url('../images/svg/fi-br-cloud-download.svg');
	-webkit-mask-position: center;
	-webkit-mask-repeat: no-repeat;
	-webkit-mask-size: 24px 24px;
	background-color: #826FFF;
	background-image: radial-gradient(77.78% 77.78% at 83.33% 83.33%, #4052D7 0%, #826FFF 100%);
	z-index: 1;
}

.promo-pdf-item__title {
	font-weight: 700;
	font-size: 18px;
	line-height: 1.6;
	color: #394C79;
}

.promo-pdf-item__weight {
	font-weight: 700;
	font-size: 14px;
	line-height: 1;
	color: #6E7FA4;
}

.promo-pdf-item__img {
	margin-top: 12px;
	height: 220px;
	border-radius: 24px;
}

.promo-pdf-item__img .image {
	width: 100%;
	height: 100%;
	object-fit: cover;
	border-radius: 24px;
}

.section-promo-video {
	padding-top: 80px;
	position: relative;
	z-index: 10;
}

.section-promo-video+footer {
	margin-top: -70px;
}

.section-promo-video h4 {
	font-weight: 100;
}

.section-promo-video h4 b {
	font-weight: 700;
}


.promo-video-items-block {}

.promo-video-items {}

.promo-video-item-wrapper {
	margin-top: 32px;
}

.promo-video-item {
	background: #E6E7FD;
	box-shadow: -4px -4px 8px #F7F9FF, 4px 4px 8px #D1D2F2;
	border-radius: 24px;
	padding: 24px;
	display: flex;
}

.promo-video-item__left {
	width: 220px;
}

.promo-video-item__video {}


.promo-video-item-video-img-link {
	position: relative;
	z-index: 2;
	display: block;
	border-radius: 24px;
}

.promo-video-item-video-img-link__preview {
	background: #6C65F2;
	box-shadow: 0px 15.6536px 15.6536px rgba(69, 42, 124, 0.1);
	border-radius: 24px;
	overflow: hidden;
	position: relative;
}

.promo-video-item-video-img-link__preview .image {
	border-radius: 24px;
	background-blend-mode: lighten;
}

.promo-video-item-video-img-link__play {
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
	width: 40px;
	height: 40px;
	background-image: url('../images/svg/play.svg');
	background-position: center;
	background-repeat: no-repeat;
	background-size: 40px 40px;
	z-index: 2;
}


.promo-video-item__right {
	width: calc(100% - 220px);
	padding-left: 24px;
	padding-top: 4px;
}

.promo-video-item__content {}

.promo-video-item__title {}

.promo-video-item__video-link-block {}

.promo-video-item__video-link {
	font-weight: 700;
	font-size: 14px;
	line-height: 1.14;
	opacity: 0.8;
}

.promo-video-item__code {
	margin-top: 12px;
	height: 78px;
	background: #EBEEFE;
	box-shadow: inset -1.54545px -1.54545px 3.09091px #F8F9FF, inset 1.54545px 1.54545px 3.09091px #D1D8FF;
	border-radius: 12px;
	padding: 14px;
	font-weight: 700;
	font-size: 14px;
	line-height: 1.7;
	color: #6E7FA4;
}

.promo-video-item__copy-btn-block {
	margin-top: 12px;
}

.promo-video-item__copy-btn {}

.dashboard-page-top-content-left .text {
	margin-top: 24px;
	line-height: 1.8;
	color: #fff;
}

.page-top-block-inner--affiliate {
	margin-bottom: 0;
}

.db-bonus-progress-block {
	max-width: 230px;
	position: relative;
}

.db-bonus-progress-amount {
	font-weight: 700;
	font-size: 14px;
	line-height: 1.14;
	text-transform: uppercase;
	color: #FFFFFF;
	position: absolute;
	right: 0;
	top: -30px;
}

.db-bonus-progress {
	height: 12px;
	width: 100%;
	border-radius: 10px;
	margin-top: 4px;
	background-color: #fff;
	box-shadow: inset -1.54545px -1.54545px 3.09091px #F8F9FF, inset 1.54545px 1.54545px 3.09091px #D1D8FF;
	padding: 3px;
}

.db-bonus-progress__inner {
	position: relative;
	height: 100%;
}

.db-bonus-progress__progress {
	position: absolute;
	left: 0;
	height: 100%;
	top: 0;
	width: 0;
	background: radial-gradient(77.78% 77.78% at 83.33% 83.33%, #4052D7 0%, #826FFF 100%);
	border-radius: 6px;
}






.db-partners-block {
	display: flex;
	flex-wrap: wrap;
}

.db-partners-block__left {
	width: 280px;
	position: relative;
	z-index: 2;
}

.db-partners-block__right {
	position: relative;
	width: calc(100% - 280px);
	padding-left: 32px;
	padding-top: 32px;
	padding-bottom: 56px;
}



.db-partners-table-block {}

.db-partners-table {}

.db-partners-table--no-transactions {}

.db-partners-table--no-transactions .db-p-table-items {
	-webkit-filter: blur(6px);
	-moz-filter: blur(6px);
	-ms-filter: blur(6px);
	-o-filter: blur(6px);
	filter: blur(6px);
	transform: translate3d(0, 0, 0);
}

.db-p-table-heading {
	display: flex;
	flex-wrap: wrap;
	border-right: 2px solid transparent;
}

.db-p-t-h-cell {
	padding-bottom: 16px;
	font-weight: 700;
	font-size: 11px;
	line-height: 1;
	color: #394C79;
	text-transform: uppercase;
	border-left: 2px solid transparent;
	padding-left: 18px;
}

.db-p-t-h-cell--username {
	width: 19%;
	border-left: 0;
	padding-left: 0;
}

.db-p-t-h-cell--invested {
	width: 17%;
}

.db-p-t-h-cell--structure {
	width: 17%;
}

.db-p-t-h-cell--profit {
	width: 17%;
}

.db-p-t-h-cell--date {
	width: 17%;
}

.db-p-t-h-cell--detailed {
	width: 13%;
}

.db-p-table-body {
	position: relative;
}

.db-p-table-items {}

.db-p-table-item {
	border-top: 2px solid rgba(230, 231, 253, 0.4);
	display: flex;
	flex-wrap: wrap;
	border-right: 2px solid rgba(230, 231, 253, 0.4);
}

.db-p-table-item:last-child {
	border-bottom: 2px solid rgba(230, 231, 253, 0.4);
}

.db-p-t-i-cell {
	padding-left: 18px;
	height: 72px;
	border-left: 2px solid rgba(230, 231, 253, 0.4);
	display: flex;
	align-items: center;
	padding-right: 10px;
}


.db-p-t-i-cell--username {
	padding-left: 12px;
	width: 19%;
}

.db-p-t-i-cell--invested {
	width: 17%;
}

.db-p-t-i-cell--structure {
	width: 17%;
}

.db-p-t-i-cell--profit {
	width: 17%;
}

.db-p-t-i-cell--date {
	width: 17%;
}

.db-p-t-i-cell--detailed {
	width: 13%;
	padding-left: 10px;
}


.db-p-t-i-cell--detailed .db-p-t-i-cell-value-block {
	display: flex;
	justify-content: center;
	align-items: center;
}

.db-p-t-i-title {
	font-weight: 700;
	font-size: 11px;
	line-height: 1;
	color: #394C79;
	text-transform: uppercase;
	display: none;
	position: relative;
}

.db-p-t-i-title .db-p-t-i-username__status {
	position: absolute;
	left: 100%;
	margin-left: 8px;
	top: 50%;
	transform: translateY(-50%);
	display: none;
}


.db-p-t-i-cell-value-block {
	width: 100%;
}

.db-p-t-i-username {}

.db-p-t-i-username__status-block {
	display: flex;
}

.db-p-t-i-username__status {
	padding: 4px 6px;
	font-weight: 800;
	font-size: 10px;
	line-height: 1;
	text-align: center;
	letter-spacing: 1px;
	text-transform: uppercase;
	color: #FFFFFF;
	border-radius: 30px;
}

.db-p-t-i-username__status--new {
	color: #48D779;
	background: #D0FFE0;
}

.db-p-t-i-username__status--active {
	color: #FFFFFF;
	background: #2FA789;
}

.db-p-t-i-username__status--inactive {
	color: #A01919;
	background: #E77D7D;
}

.db-p-t-i-username__username {
	font-weight: 700;
	font-size: 14px;
	line-height: 1.14;
	color: #394C79;
	margin-top: 4px;
}

.db-p-t-i-username__level {
	font-weight: 700;
	font-size: 12px;
	line-height: 1.16;
	text-transform: uppercase;
	color: #6E7FA4;
}

.db-p-t-i-invested {
	font-weight: 700;
	font-size: 16px;
	line-height: 1;
	color: #394C79;
}

.db-p-t-i-structure {
	font-weight: 700;
	font-size: 16px;
	line-height: 1;
	color: #24A984;
}

.db-p-t-i-profit {
	font-weight: 700;
	font-size: 16px;
	line-height: 1;
	color: #7864FF;
}

.db-p-t-i-date {
	font-weight: 700;
	font-size: 12px;
	line-height: 1;
	color: #6E7FA4;
}

.partners-detailed-table-block {
	position: relative;
}

.partners-detailed-table-block.show .partners-detailed-link__view {
	display: none;
}

.partners-detailed-table-block.show .partners-detailed-link__close {
	display: block;
}

.partners-detailed-link {
	font-weight: 800;
	font-size: 10px;
	line-height: 1;
	text-align: center;
	letter-spacing: 1px;
	text-transform: uppercase;
}

.partners-detailed-link__view {}

.partners-detailed-link__close {
	display: none;
}

.partners-detailed-table {
	position: absolute;
	background: #EBEEFE;
	box-shadow: inset -1.54545px -1.54545px 3.09091px #F8F9FF, inset 1.54545px 1.54545px 3.09091px #D1D8FF;
	border-radius: 12px;
	top: 100%;
	margin-top: 8px;
	right: 0;
	left: auto;
	width: 340px;
	padding: 0;
}

.pdt-heading {
	width: 100%;
	display: flex;
	border-bottom: 1px solid rgba(216, 222, 255, 1);
	padding-right: 20px;
}

.pdt-h-cell {
	width: 33.33%;
	font-weight: 700;
	font-size: 10px;
	line-height: 1;
	text-transform: uppercase;
	color: #394C79;
	padding-left: 24px;
	padding-top: 15px;
	padding-bottom: 15px;
}

.pdt-h-cell-currency {
	width: 36%;
}

.pdt-h-cell-invested {
	width: 32%;
}

.pdt-h-cell-earned {
	width: 32%;
}

.pdt-body {
	padding-right: 8px;
	padding-top: 6px;
	padding-bottom: 6px;
}

.pdt-items-block {
	padding-right: 8px;
}

.pdt-items {
	margin-right: -8px;
	padding-right: 8px;
	max-height: 200px;
	overflow: auto;
}

.pdt-item {
	display: flex;
}

.pdt-item:last-child .pdt-i-cell {
	border-bottom: 0;
}

.pdt-i-cell {
	width: 33.33%;
	padding-left: 24px;
	height: 48px;
	display: flex;
	align-items: center;
	border-bottom: 1px solid #D8DEFF;
}

.pdt-i-cell--currency {
	width: 36%;
}

.pdt-i-cell--currency .currency-item__icon {
	width: 32px;
	height: 32px;
}

.pdt-i-cell--currency .currency-item__content {
	width: calc(100% - 32px);
}


.currency-item {}

.currency-item__icon {}

.currency-item__content {}

.currency-item__abbr {}

.pdt-i-cell--invested {
	width: 32%;
}

.pdt-i-invested {
	font-weight: 700;
	font-size: 12px;
	line-height: 1.16;
	text-transform: uppercase;
	color: #394C79;
}

.pdt-i-cell--earned {
	width: 32%;
}

.pdt-i-earned {
	font-weight: 700;
	font-size: 12px;
	line-height: 1.16;
	text-transform: uppercase;
	color: #2FA789;
}



.db-setting-block {
	display: flex;
	flex-wrap: wrap;
	padding: 8px;
}

.db-setting-block__left {
	width: 286px;
	position: relative;
	z-index: 2;
	padding-right: 20px;
}

.db-setting-block__right {
	position: relative;
	width: calc(100% - 286px);
	padding-bottom: 48px;
}


.setting-tabs-block {}

.setting-tabs {
	margin-left: -10px;
	margin-right: -10px;
	margin-top: -20px;
}

.setting-tab-wrapper {
	padding-left: 10px;
	padding-right: 10px;
	margin-top: 20px;
}

.setting-tab {
	cursor: pointer;
}

.setting-tab__title {
	font-weight: 700;
	font-size: 20px;
	line-height: 1.2;
	color: #394C79;
}

.setting-tab__descr {
	font-weight: 500;
	font-size: 14px;
	line-height: 2;
	color: rgba(59, 79, 125, 1);
	opacity: 0.5;
	margin-top: 8px;
}

.setting-tab__line {
	background: #394C79;
	opacity: 0.2;
	height: 2px;
	width: 100%;
	margin-top: 20px;
	position: relative;
}

.setting-tab__line:before {
	content: '';
	position: absolute;
	background: rgba(130, 111, 255, 1);
	opacity: 0;
	height: 10px;
	width: 10px;
	right: -5px;
	top: -4px;
	border-radius: 50%;
}

.setting-tab.active {
	pointer-events: none;
}

.setting-tab.active .setting-tab__line {
	opacity: 1;
	background-color: #826FFF;
	background: radial-gradient(77.78% 77.78% at 83.33% 83.33%, #4052D7 0%, #826FFF 100%)
}

.setting-tab.active .setting-tab__line:before {
	opacity: 1;
}

.setting-tab.active .setting-tab__title span {
	color: #4052D7;
	background: radial-gradient(77.78% 77.78% at 83.33% 83.33%, #4052D7 0%, #826FFF 100%);
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
	background-clip: text;
	text-fill-color: transparent;
}




.setting-tabs-content-block {
	background: #E6E7FD;
	border-radius: 24px;
	padding: 40px;
	position: relative;
}

.setting-tabs-content {
	position: relative;
	z-index: 5;
}

.setting-tab-content {
	display: none;
}

.setting-tab-content:first-child {
	display: block;
}

/* .setting-tab-content:nth-child(4) {
	display: block;
} */


.setting-tabs-diamond {
	position: absolute;
	right: -150px;
	bottom: -130px;
	width: 310px;
	z-index: 1;
}

.setting-tabs-diamond .image {
	width: 100%;
}

.setting-password-form-block {}

.setting-password-form {
	max-width: 400px;
	margin-top: -32px;
}



.fingerprint-btn::after {
	content: '';
	position: absolute;
	top: 50%;
	right: 12px;
	transform: translateY(-50%);
	width: 40px;
	height: 40px;
	border-radius: 50%;
	background-image: url('../images/svg/fingerprint-btn-icon.svg');
	background-position: center;
	background-repeat: no-repeat;
	background-size: 40px 40px;
}

.form-send-messages-block {
	margin-top: 24px;
	max-width: 400px;
}

.form-send-message {
	margin-top: 8px;
	padding: 10px 14px;
	font-weight: 700;
	font-size: 12px;
	line-height: 1;
	border-radius: 8px;
}

.form-send-message--success {
	color: #48D779;
	background: #D0FFE0;
	box-shadow: inset -1.54545px -1.54545px 3.09091px #A9F0C1, inset 1.54545px 1.54545px 3.09091px #B3F8CB;
}

.form-send-message-error {
	color: #E77D7D;
	background: #FFD3D0;
	box-shadow: inset -1.54545px -1.54545px 3.09091px #F9B8B3, inset 1.54545px 1.54545px 3.09091px #F9B8B3;
}


.setting-notifications-form-block {}

.setting-notifications-form {
	margin-top: -32px;
}

.field-radio-list-items-block {}

.field-radio-list-items {
	margin-left: -8px;
	margin-right: -8px;
	display: flex;
	flex-wrap: wrap;
}

.field-radio-list-item {
	padding-left: 8px;
	padding-right: 8px;
}


.custom-checkbox-label {
	line-height: 1;
	display: flex;
	margin-bottom: 0;
	cursor: pointer;
}

.custom-checkbox-text-label {
	font-size: 14px;
	padding-top: 5px;
	padding-bottom: 5px;
	color: #394C79;
	font-weight: bold;
	padding-left: 8px;
	padding-right: 4px;
	max-width: calc(100% - 24px);
}

.custom-checkbox {
	width: 24px;
	height: 24px;
	background: #EBEEFE;
	border: 1px solid transparent;
	box-shadow: inset -1.54545px -1.54545px 3.09091px #F8F9FF, inset 1.54545px 1.54545px 3.09091px #D1D8FF;
	border-radius: 8px;
	position: relative;
	transition: 0.4s ease;
}

.custom-checkbox::before {
	content: '';
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
	width: 12px;
	height: 12px;
	background: radial-gradient(77.78% 77.78% at 83.33% 83.33%, #4052D7 0%, #826FFF 100%);
	border-radius: 4px;
	opacity: 0;
	transition: 0.4s ease;
}

.checkbox {
	display: none;
}

.checkbox:checked~.custom-checkbox {
	border-color: #4052D7;
}

.checkbox:checked~.custom-checkbox:before {
	opacity: 1;
}



.setting-payment-pin-form-block {}

.setting-payment-pin-form {
	max-width: 400px;
	margin-top: -32px;
}



.setting-2fa-form-block {}

.setting-2fa-form {
	max-width: 400px;
	margin-top: -32px;
}

.form-qr-code-block {
	display: flex;
	align-items: center;
	margin-top: 24px;
}

.form-qr-code__img {
	border-radius: 12px;
}

.form-qr-code__img .image {
	border-radius: 12px;
}

.form-qr-code-apps-block {
	padding-left: 24px;
}

.form-qr-code-apps {
	margin-left: -5px;
	margin-right: -5px;
	display: flex;
	flex-wrap: wrap;
}

.form-qr-code-app-wrapper {
	padding-left: 5px;
	padding-right: 5px;
}

.form-qr-code-app {}




.add-wallet-top-block {
	margin-top: -50px;
	border-radius: 24px;
	position: relative;
	z-index: 3;
}

.add-wallet-top-block-bg {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	z-index: 2;
}

.add-wallet-top-block-bg::before {
	content: '';
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background: linear-gradient(108.46deg, rgba(255, 255, 255, 0.264) 0%, rgba(255, 255, 255, 0.066) 100%);

	transform: translate3d(0, 0, 0);
	-webkit-backdrop-filter: blur(10px);
	backdrop-filter: blur(10px);
	border-radius: 24px
}

.add-wallet-top-block-bg::after {
	content: '';
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	transform: translate3d(0, 0, 0);
	background: #7581EC;
	opacity: 0.25;
	box-shadow: 10px 10px 20px #4F5ECB;
	border-radius: 24px
}

.add-wallet-top-content {
	position: relative;
	z-index: 10;
	padding: 24px;
}


.add-wallet-form-block {
	background: #E6E7FD;
	box-shadow: -4px -4px 8px #F7F9FF, 4px 4px 8px #D1D2F2;
	border-radius: 24px;
	padding: 32px;
}

.add-wallet-form {
	display: flex;
	flex-wrap: wrap;
	margin-top: -16px;
}

.add-wallet-form .field-block {
	margin-top: 16px;
}

.add-wallet-form .field {
	margin-top: 12px;
}

.add-wallet-form .field input[type='text'],
.add-wallet-form .field input[type='email'],
.add-wallet-form .field input[type='password'] {
	padding-top: 0;
}

.add-wallet-form {
	display: flex;
	flex-wrap: wrap;
}

.add-wallet-form__left {
	width: 344px;
}

.add-wallet-form__left .field {}

.add-wallet-form__fields {
	width: calc(100% - 270px);
	padding-right: 32px;
}

.add-wallet-form__right {
	width: calc(100% - 344px);
	padding-left: 32px;
	display: flex;
	flex-wrap: wrap;
}

.add-wallet-form__btn-block {
	width: 270px;
	padding-top: 46px;
}



.add-wallet-btn::after {
	content: '';
	position: absolute;
	top: 50%;
	right: 12px;
	transform: translateY(-50%);
	width: 40px;
	height: 40px;
	border-radius: 50%;
	background-image: url('../images/svg/add-wallet-btn-icon.svg');
	background-position: center;
	background-repeat: no-repeat;
	background-size: 40px 40px;
}

.wallets-block {
	margin-top: 50px;
	padding-bottom: 40px;
}

.wallets-block-title {}

.wallet-list-block {
	margin-top: 16px;
	min-height: 300px;
}

.wallet-list {}

.wallet-item {
	margin-top: 16px;
	background: rgba(255, 255, 255, 0.4);
	border: 1px solid rgba(255, 255, 255, 0.4);
	box-shadow: 0px 15.6536px 15.6536px rgba(69, 42, 124, 0.1);
	border-radius: 12px;
	padding: 10px 16px;
	display: flex;
	align-items: center;
	position: relative;
}

.wallet-item__icon {
	width: 56px;
	height: 56px;
}

.wallet-item__content {
	width: calc(100% - 56px);
	padding-left: 8px;
	/* padding-top: 7px;
	padding-bottom: 7px; */
	padding-right: 32px;
}

.wallet-item__title {
	font-weight: 700;
	font-size: 18px;
	line-height: 1.16;
	color: #394C79;
}

.wallet-item__number {
	font-weight: 500;
	font-size: 14px;
	line-height: 1.14;
	color: #6E7FA4;
	margin-top: 6px;
	word-wrap: break-word;
}

.wallet-item__remove {
	position: absolute;
	bottom: 16px;
	right: 20px;
	width: 20px;
	height: 20px;
	mask-image: url('../images/svg/fi-br-trash.svg');
	mask-position: center;
	mask-repeat: no-repeat;
	mask-size: 20px 20px;
	-webkit-mask-image: url('../images/svg/fi-br-trash.svg');
	-webkit-mask-position: center;
	-webkit-mask-repeat: no-repeat;
	-webkit-mask-size: 20px 20px;
	background-color: #394C79;
	z-index: 1;
}



.section-hero {
	position: relative;
}

.s-hero-bg {
	position: absolute;
	left: 0;
	top: 0;
	right: 0;
	bottom: -130px;
	z-index: -1;
	min-height: 870px;
}

.s-hero-bg .image {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.s-hero-content {
	position: relative;
	z-index: 2;
	/* min-height: 650px; */
}


.s-hero-content-inner {
	padding-top: 40px;
	padding-bottom: 36px;
}

.s-hero-content-left {}

.s-hero-content-left h1 {
	max-width: 500px;
}

.s-hero-content-left .text {
	color: rgba(73, 93, 137, 1);
	line-height: 1.75;
	margin-top: 20px;
}




.s-hero-buttons-block {
	margin-top: 16px;
}

.s-hero-buttons {
	margin-left: -8px;
	margin-right: -8px;
	display: flex;
	flex-wrap: wrap;
}

.s-hero-button-wrapper {
	padding-left: 8px;
	padding-right: 8px;
	margin-top: 16px;
}

.s-hero-create-acc-btn {}


.s-hero-create-acc-btn {
	padding-top: 23px;
	padding-bottom: 23px;
	font-size: 18px;
	padding-right: 90px;
	padding-left: 36px;
	min-width: 285px;
	width: 100%;
	position: relative;
}

.s-hero-create-acc-btn::after {
	content: '';
	position: absolute;
	top: 50%;
	right: 12px;
	transform: translateY(-50%);
	width: 40px;
	height: 40px;
	border-radius: 50%;
	background-image: url('../images/svg/create-acc-btn-icon.svg');
	background-position: center;
	background-repeat: no-repeat;
	background-size: 40px 40px;
}

.s-hero-login-btn {
	padding-top: 21px;
	padding-bottom: 21px;
	font-size: 18px;
	padding-right: 68px;
	padding-left: 68px;
	min-width: 185px;
	width: 100%;
	position: relative;
	background-color: transparent;
	box-shadow: none;
}


.s-hero-content-right {}

.s-hero-img {
	max-width: 600px;
	margin-right: auto;
	margin-left: auto;
}

.s-hero-video-block {
	margin-top: 32px;
	display: flex;
	align-items: center;
}

.s-hero-video-img-link-block {
	width: 185px;
}



.s-hero-video-img-link {
	position: relative;
	display: block;
}

.s-hero-video-img-link__preview {
	background: #6C65F2;
	box-shadow: 0px 15.6536px 15.6536px rgba(69, 42, 124, 0.1);
	border-radius: 24px;
	overflow: hidden;
}

.s-hero-video-img-link__preview .image {
	border-radius: 24px;
	background-blend-mode: lighten;
	opacity: 0.6;
}

.s-hero-video-img-link__play {
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
	width: 40px;
	height: 40px;
	background-image: url('../images/svg/play.svg');
	background-position: center;
	background-repeat: no-repeat;
	background-size: 40px 40px;
}

.s-hero-video-content {
	padding-left: 24px;
	width: calc(100% - 185px);
}

.s-hero-video-descr {
	font-weight: 400;
	font-size: 14px;
	line-height: 1.5;
	color: #6E7FA4;
}

.s-hero-video-link-block {}

.s-hero-video-link {
	font-weight: 700;
	font-size: 14px;
	line-height: 1.12;
}




.floating-soc-block {
	position: absolute;
	left: 36px;
	top: 55px;
	z-index: 100;
}

.floating-soc {}

.floating-soc-link {
	height: 42px;
	width: 42px;
	margin-top: 16px;
	position: relative;
	display: block;
}

.floating-soc-link:first-child {
	margin-top: 0;
}

.floating-soc-link::before {
	content: '';
	position: absolute;
	top: 0;
	right: -9px;
	width: 100%;
	height: 100%;
	-webkit-filter: blur(6px);
	-moz-filter: blur(6px);
	-ms-filter: blur(6px);
	-o-filter: blur(6px);
	filter: blur(6px);
	transform: translate3d(0, 0, 0);
	border-radius: 50%;
	transition: 0.4s ease;
}

.floating-soc-link::after {
	content: '';
	position: absolute;
	bottom: -14px;
	left: -6px;
	width: 50px;
	height: 50px;
	-webkit-filter: blur(14px);
	-moz-filter: blur(14px);
	-ms-filter: blur(14px);
	-o-filter: blur(14px);
	filter: blur(14px);
	transform: translate3d(0, 0, 0);
	background-color: #B5C5D8;
	opacity: 0.62;
	box-shadow: inset -5px 2px 17px rgba(255, 255, 255, 0.86);
	border-radius: 50%;
	transition: 0.4s ease;
}

.floating-soc-link:hover {}

.floating-soc-link__img {
	pointer-events: none;
	height: 42px;
	width: 42px;
	position: absolute;
	left: 0;
	top: 0;
	display: flex;
	align-items: center;
	justify-content: center;
	z-index: 5;
	background: linear-gradient(18.81deg, rgba(255, 255, 255, 0.45) 5.66%, rgba(255, 255, 255, 0.52) 90.79%);
	box-shadow: inset -1px 2px 17px rgba(255, 255, 255, 0.86);
	border-radius: 50%;
	padding-top: 1px;
	padding-right: 1px;
}

.floating-soc-link__img .image {
	max-width: none;
}

.floating-soc-link--fb .floating-soc-link__img .image {
	width: 13px;
}

.floating-soc-link--twitter .floating-soc-link__img .image {
	width: 23px;
}

.floating-soc-link--telegram .floating-soc-link__img .image {
	width: 23px;
}

.floating-soc-link--medium .floating-soc-link__img .image {
	width: 23px;
}

.floating-soc-link--youtube .floating-soc-link__img .image {
	width: 14px;
}


.floating-soc-link--fb::before {
	background-image: linear-gradient(18.81deg, #477DEB 5.66%, #74CDF9 90.79%);
}

.floating-soc-link--twitter::before {
	background-image: linear-gradient(18.81deg, #21D7FF 5.66%, #1C84DB 78.17%, #1C84E4 90.79%);
}

.floating-soc-link--telegram::before {
	background-image: linear-gradient(18.81deg, #00CDFA 5.66%, #6CBCEA 90.79%);
}

.floating-soc-link--medium::before {
	background-image: linear-gradient(18.81deg, #1B1E1F 5.66%, #2F3139 90.79%);
}

.floating-soc-link--youtube::before {
	background-image: linear-gradient(18.81deg, #FF927A 5.65%, #F00000 90.77%);
}

.floating-soc-link:first-child {
	margin-left: 0;
}

.floating-soc-link:hover:before {
	opacity: 0;
}


.section-small-crypto-exchanges {
	position: relative;
	z-index: 10;
	padding-top: 32px;
	padding-bottom: 40px;
}

.s-small-crypto-exchanges-inner {
	background: linear-gradient(108.46deg, rgba(255, 255, 255, 0.264) 0%, rgba(255, 255, 255, 0.066) 100%);
	transform: translate3d(0, 0, 0);
	-webkit-backdrop-filter: blur(10px);
	backdrop-filter: blur(10px);
	border-radius: 24px;
	padding: 32px 40px;
}

.small-crypto-exchanges-title {
	font-size: 20px;
	line-height: 1.2;
	text-align: center;
	color: #394C79;
}

.small-crypto-exchanges-title b {
	font-weight: 700;
}

.crypto-exchange-slider-block {}

.crypto-exchange-slider {}



.crypto-exchange-slider-block {
	padding-bottom: 30px;
	margin-top: 30px;
}

.slick-slide {
	outline: none !important;
}

.crypto-exchange-slider {
	padding-left: 72px;
	padding-right: 72px;
}

.crypto-exchange-slider .slick-list {}

.crypto-exchange-slider .slick-prev,
.crypto-exchange-slider .slick-next {
	width: 48px;
	height: 48px;
	padding: 0;
	background: #EBEEFE;
	box-shadow: inset -1.54545px -1.54545px 3.09091px #F8F9FF, inset 1.54545px 1.54545px 3.09091px #D1D8FF;
	border-radius: 100px;
	cursor: pointer;
	z-index: 4;
	position: absolute;
	border: 0;
	padding: 0;
	top: 50%;
	transform: translateY(-50%);
}

.crypto-exchange-slider .slick-prev:before,
.crypto-exchange-slider .slick-next:before {
	content: '';
	position: absolute;
	width: 20px;
	height: 20px;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
	mask-position: center;
	mask-repeat: no-repeat;
	mask-size: 20px 20px;
	-webkit-mask-position: center;
	-webkit-mask-repeat: no-repeat;
	-webkit-mask-size: 20px 20px;
	background-color: #4052D7;
	background: radial-gradient(77.78% 77.78% at 83.33% 83.33%, #4052D7 0%, #826FFF 100%);
	z-index: 2;
}

.crypto-exchange-slider .slick-prev:after,
.crypto-exchange-slider .slick-next:after {
	content: '';
	position: absolute;
	width: 100%;
	height: 100%;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
	background-color: #4052D7;
	background: radial-gradient(77.78% 77.78% at 83.33% 83.33%, #4052D7 0%, #826FFF 100%);
	border-radius: 50%;
	opacity: 0;
	visibility: hidden;
	transition: 0.4s ease;
}

.crypto-exchange-slider .slick-prev {
	left: 0;
}

.crypto-exchange-slider .slick-prev:before {
	mask-image: url('../images/svg/arrow-left.svg');
	-webkit-mask-image: url('../images/svg/arrow-left.svg');

}

.crypto-exchange-slider .slick-prev:hover {}

.crypto-exchange-slider .slick-prev:hover:after,
.crypto-exchange-slider .slick-next:hover:after {
	opacity: 1;
	visibility: visible;
}

.crypto-exchange-slider .slick-prev:hover:before,
.crypto-exchange-slider .slick-next:hover:before {
	background-color: #fff;
	background-image: none;
}

.crypto-exchange-slider .slick-next {
	right: 0;
}

.crypto-exchange-slider .slick-next:before {
	mask-image: url('../images/svg/arrow-right.svg');
	-webkit-mask-image: url('../images/svg/arrow-right.svg');
}

.crypto-exchange-slider .slick-next:hover {
	background-color: #FFB800;
}

.crypto-exchange-slider .slick-dots {
	list-style-type: none;
	padding: 0;
	margin: 0;
	position: absolute;
	bottom: -30px;
	display: flex;
	justify-content: center;
	flex-wrap: wrap;
	left: 0;
	width: 100%;
}

.crypto-exchange-slider .slick-dots li {
	width: 16px;
	height: 8px;
	margin-right: 4px;
	margin-left: 4px;
	margin-top: 4px;
	transition: 0.2s ease;
}

.crypto-exchange-slider .slick-dots li:only-child {
	display: none;
}

.crypto-exchange-slider .slick-dots li button {
	box-sizing: border-box;
	width: 16px;
	height: 8px;
	border-radius: 12px;
	padding: 0;
	border-color: transparent;
	background: #EBEEFE;
	box-shadow: inset -1.54545px -1.54545px 3.09091px #F8F9FF, inset 1.54545px 1.54545px 3.09091px #D1D8FF;
	border: 0;
	text-indent: -9999px;
	font-size: 0;
	display: block;
	transition: 0.2s ease;
}

.crypto-exchange-slider .slick-dots li button:before {
	content: '';
	display: none;
}

.crypto-exchange-slider .slick-dots li.slick-active {
	width: 32px;
}

.crypto-exchange-slider .slick-dots li.slick-active button {
	width: 32px;
	box-shadow: none;
	background-image: radial-gradient(77.78% 77.78% at 83.33% 83.33%, #4052D7 0%, #826FFF 100%);
}


.crypto-exchange-slide {
	padding-left: 20px;
	padding-right: 20px;
	display: none;
}

.crypto-exchange-slide:first-child {
	display: block;
}

.crypto-exchange-item {
	display: flex;
	align-items: center;
	justify-content: center;
}





.section-features {
	position: relative;
	margin-top: -130px;
	background-image: url('../images/theme/section-features-bg.png');
	background-position: center top;
	background-repeat: no-repeat;
	background-size: 100% 100%;
}

.s-features-inner {
	position: relative;
	padding-top: 160px;
	padding-bottom: 64px;
}

.s-features-cube {
	position: absolute;
	right: -290px;
	bottom: 70px;
}

.s-features-lines {
	position: absolute;
	bottom: 10px;
	left: 50%;
	transform: translateX(-50%);
	margin-left: -20px;
	width: 1630px;
}

.s-features-content {
	position: relative;
	z-index: 2;
}

.s-features-content h3 {
	font-weight: 100;
	color: #fff;
	text-align: center;
	letter-spacing: -0.04em;
}

.s-features-content h3 b {
	font-weight: 700;
}

.s-features-content .section-descr {
	color: #fff;
}

.section-descr {
	margin-top: 16px;
	max-width: 610px;
	margin-right: auto;
	margin-left: auto;
	text-align: center;
}

.section-descr a {
	background: radial-gradient(77.78% 77.78% at 83.33% 83.33%, #4052D7 0%, #826FFF 100%);
	color: #4052D7;
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
	background-clip: text;
	text-fill-color: transparent;
}


.feature-items-block {
	margin-top: 16px;
}

.feature-items {}

.feature-item {
	margin-top: 32px;
	padding: 40px;
	padding-top: 32px;
	background: linear-gradient(108.46deg, rgba(255, 255, 255, 0.264) 0%, rgba(255, 255, 255, 0.066) 100%);
	backdrop-filter: blur(10px);
	border-radius: 24px;
	min-height: calc(100% - 32px);
}

.feature-item__img {
	width: 72px;
	height: 72px;
}

.feature-item__title {
	font-weight: 700;
	font-size: 20px;
	line-height: 1.5;
	color: #FFFFFF;
	margin-top: 6px;
}

.feature-item__descr {
	font-weight: 500;
	font-size: 14px;
	line-height: 1.7;
	color: #DFE3FA;
	margin-top: 8px;
	font-family: var(--manrope-font);
}

.section-about {
	padding-bottom: 72px;
	background-image: url('../images/theme/bg-a.svg');
	background-position: center top 130px;
	background-repeat: no-repeat;
}


.s-about-inner {
	position: relative;
}

.s-about-title-block {
	position: absolute;
	width: 100%;
	left: 0;
	top: 125px;
	z-index: 5;
}

.s-about-title-block h2 {
	text-align: center;
	position: relative;
	z-index: 5;
}

.s-about-content {
	position: relative;
	z-index: 4;
}



.s-about-content-left {}

.about-president-block {
	position: relative;
}

.about-president {
	position: relative;
	max-width: 400px;
	margin-right: 100px;
	margin-left: auto;
	background: linear-gradient(108.46deg, rgba(255, 255, 255, 0.264) 0%, rgba(255, 255, 255, 0.066) 100%);
	-webkit-backdrop-filter: blur(10px);
	backdrop-filter: blur(10px);
	border-radius: 24px 24px 24px 24px;
}


.about-president__bg {
	position: absolute;
	left: 0;
	top: 0;
	right: 0;
	bottom: 0;
	z-index: 1;
}

.about-president__bg::before {
	content: '';
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	transform: translate3d(0, 0, 0);
	background: linear-gradient(108.46deg, rgba(255, 255, 255, 0.264) 0%, rgba(255, 255, 255, 0.066) 100%);
	-webkit-backdrop-filter: blur(10px);
	backdrop-filter: blur(10px);
	border-radius: 24px 24px 24px 24px;
}

.about-president__bg::after {
	content: '';
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	transform: translate3d(0, 0, 0);
	background: #7581EC;
	opacity: 0.2;
	box-shadow: 10px 10px 20px #4F5ECB;
	border-radius: 24px 24px 24px 24px;
}

.about-president__inner {
	padding: 80px 56px 40px 40px;
	position: relative;
	z-index: 5;
}

.about-president__img-block {
	margin-left: -142px;
	position: relative;
}

.about-president__img {
	max-width: 256px;
	box-shadow: 4px 4px 8px #D1D2F2;
	border-radius: 200px;
}

.about-president__img-arrow {
	position: absolute;
	top: 150px;
	right: 20px;
	width: 121px;
}

.about-president__content {
	padding-top: 40px;
}

.about-president__descr {
	font-weight: 500;
	font-size: 16px;
	line-height: 2;
	color: #394C79;
	font-family: var(--manrope-font);
}

.about-president__info {
	padding-top: 28px;
}

.about-president__name {
	font-weight: 700;
	font-size: 20px;
	line-height: 1;
	color: #394C79;
}

.about-president__state {
	font-weight: 500;
	font-size: 16px;
	line-height: 1;
	color: #394C79;
	opacity: 0.5;
	margin-top: 8px;
}




.about-soc-block {
	position: absolute;
	left: 6px;
	bottom: 16px;
	z-index: 100;
}

.about-soc {}

.about-soc-link {
	height: 42px;
	width: 42px;
	margin-top: 16px;
	position: relative;
	display: block;
}

.about-soc-link:first-child {
	margin-top: 0;
}

.about-soc-link::before {
	content: '';
	position: absolute;
	top: 0;
	right: -9px;
	width: 100%;
	height: 100%;
	-webkit-filter: blur(6px);
	-moz-filter: blur(6px);
	-ms-filter: blur(6px);
	-o-filter: blur(6px);
	filter: blur(6px);
	transform: translate3d(0, 0, 0);
	border-radius: 50%;
	transition: 0.4s ease;
}

.about-soc-link::after {
	content: '';
	position: absolute;
	bottom: -14px;
	left: -6px;
	width: 50px;
	height: 50px;
	-webkit-filter: blur(14px);
	-moz-filter: blur(14px);
	-ms-filter: blur(14px);
	-o-filter: blur(14px);
	filter: blur(14px);
	transform: translate3d(0, 0, 0);
	background-color: #B5C5D8;
	opacity: 0.62;
	box-shadow: inset -5px 2px 17px rgba(255, 255, 255, 0.86);
	border-radius: 50%;
	transition: 0.4s ease;
}

.about-soc-link:hover {}

.about-soc-link__img {
	pointer-events: none;
	height: 42px;
	width: 42px;
	position: absolute;
	left: 0;
	top: 0;
	display: flex;
	align-items: center;
	justify-content: center;
	z-index: 5;
	background: linear-gradient(18.81deg, rgba(255, 255, 255, 0.45) 5.66%, rgba(255, 255, 255, 0.52) 90.79%);
	box-shadow: inset -1px 2px 17px rgba(255, 255, 255, 0.86);
	border-radius: 50%;
	padding-top: 1px;
	padding-right: 1px;
}

.about-soc-link__img .image {
	max-width: none;
}

.about-soc-link--fb .about-soc-link__img .image {
	width: 13px;
}

.about-soc-link--twitter .about-soc-link__img .image {
	width: 23px;
}

.about-soc-link--telegram .about-soc-link__img .image {
	width: 23px;
}

.about-soc-link--instagram .about-soc-link__img {
	padding-right: 0;
}

.about-soc-link--instagram .about-soc-link__img .image {
	width: 20px;
}

.about-soc-link--medium .about-soc-link__img .image {
	width: 23px;
}

.about-soc-link--youtube .about-soc-link__img .image {
	width: 14px;
}


.about-soc-link--fb::before {
	background-image: linear-gradient(18.81deg, #477DEB 5.66%, #74CDF9 90.79%);
}

.about-soc-link--twitter::before {
	background-image: linear-gradient(18.81deg, #21D7FF 5.66%, #1C84DB 78.17%, #1C84E4 90.79%);
}

.about-soc-link--telegram::before {
	background-image: linear-gradient(18.81deg, #00CDFA 5.66%, #6CBCEA 90.79%);
}

.about-soc-link--instagram::before {
	background: linear-gradient(202.41deg, #3A55D2 10.2%, #4651D5 21.3%, #6548DE 41.17%, #FF007A 95.07%);
}

.about-soc-link--medium::before {
	background-image: linear-gradient(18.81deg, #1B1E1F 5.66%, #2F3139 90.79%);
}

.about-soc-link--youtube::before {
	background-image: linear-gradient(18.81deg, #FF927A 5.65%, #F00000 90.77%);
}

.about-soc-link:first-child {
	margin-left: 0;
}

.about-soc-link:hover:before {
	opacity: 0;
}


.s-about-content-right {
	padding-top: 270px;
}

.s-about-content-right .section-descr {
	text-align: left;
	margin-left: 0;
	font-size: 20px;
	max-width: 100%;
}

.about-items-block {}

.about-items {}

.about-item {
	display: flex;
	margin-top: 32px;
	max-width: 420px;
}

.about-item__icon {
	width: 48px;
	height: 48px;
	box-shadow: 4px 4px 8px #D1D2F2;
	border-radius: 50%;
}

.about-item__text {
	width: calc(100% - 48px);
	padding-left: 24px;
	font-weight: 500;
	font-size: 16px;
	line-height: 1.5;
	color: #394C79;
	font-family: var(--manrope-font);
}

.about-item__text b {
	font-weight: 700;
}

.about-read-more-btn-block {
	margin-top: 40px;
}

.about-read-more-btn {
	padding-left: 28px;
	display: inline-flex;
	position: relative;
}

.about-read-more-btn__icon {
	width: 16px;
	height: 16px;
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	left: 0;
}

.about-read-more-btn__icon::before {
	content: '';
	position: absolute;
	width: 16px;
	height: 16px;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
	mask-image: url('../images/svg/arrow-right.svg');
	mask-position: center;
	mask-repeat: no-repeat;
	mask-size: 16px 16px;
	-webkit-mask-image: url('../images/svg/arrow-right.svg');
	-webkit-mask-position: center;
	-webkit-mask-repeat: no-repeat;
	-webkit-mask-size: 16px 16px;
	background-color: #826FFF;
	background-image: radial-gradient(77.78% 77.78% at 83.33% 83.33%, #4052D7 0%, #826FFF 100%);
	z-index: 1;
}

.about-read-more-btn__text {
	font-weight: 700;
	font-size: 13px;
	line-height: 1.85;
	letter-spacing: 2px;
	text-transform: uppercase;
	border-bottom: 1px solid rgba(130, 111, 255, 1);
}



.s-about-inner-decor {
	top: 430px;
	right: -280px;
	position: absolute;
	width: 412px;
}

.s-about-inner-diamond {
	top: 460px;
	right: 50%;
	position: absolute;
	width: 210px;
}

.s-about-companies {
	padding-top: 60px;
	position: relative;
	z-index: 10;
}

.s-about-companies-top {
	display: flex;
}

.s-about-companies-top-left {
	width: 320px;
}

.s-about-companies-title {}

.s-about-companies-top-right {
	width: calc(100% - 320px);
	padding-left: 32px;
	border-left: 2px solid #6E7FA4;
}

.s-about-companies-descr {
	max-width: 575px;
	font-weight: 500;
	font-size: 14px;
	line-height: 1.7;
	color: #394C79;
	font-family: var(--manrope-font);
}

.about-company-items-block {
	margin-top: 40px;
}

.about-company-items {}

.about-company-item {
	margin-top: 32px;
	background: #E6E7FD;
	box-shadow: 4px 4px 8px #D1D2F2;
	border-radius: 24px;
	min-height: calc(100% - 32px);
}

.about-company-item__img {
	height: 170px;
	border-radius: 24px;
}

.about-company-item__img .image {
	border-radius: 24px;
	height: 100%;
	width: 100%;
	object-fit: cover;
}

.about-company-item__content {
	padding: 48px;
	padding-top: 32px;
}

.about-company-item__title-block {
	display: flex;
}

.about-company-item__title {
	max-width: calc(100% - 36px);
	padding-right: 12px;
	font-weight: 700;
	font-size: 20px;
	line-height: 1.5;
	color: #3B4F7D;
}

.about-company-item__flag {
	width: 36px;
	height: 24px;
}

.about-company-item__company {
	margin-top: 8px;
	font-weight: 700;
	font-size: 16px;
	line-height: 1.5;
	color: #394C79;
}

.about-company-item__address {
	margin-top: 12px;
	font-weight: 500;
	font-size: 14px;
	line-height: 1.7;
	color: #394C79;
	font-family: var(--manrope-font);

}

.about-company-item__check-link-block {
	margin-top: 20px;
}

.about-company-item__check-link {
	position: relative;
	padding-right: 34px;
	font-weight: 700;
	font-size: 13px;
	line-height: 1.85;
	letter-spacing: 2px;
	text-transform: uppercase;
}

.about-company-item__check-link::before {
	content: '';
	position: absolute;
	width: 24px;
	height: 24px;
	top: 50%;
	right: 0;
	transform: translateY(-50%);
	background-image: url('../images/svg/db-complete-withdraw-check-link__icon.svg');
	background-position: center;
	background-repeat: no-repeat;
	background-size: 24px 24px;
}


.section-strategy {
	position: relative;
	z-index: 10;
	padding-top: 32px;
	padding-bottom: 96px;
	margin-top: 200px;
	background-image: url('../images/theme/s-strategy-bg.png');
	background-position: center;
	background-size: 100% 100%;
	background-repeat: no-repeat;
}

.s-strategy-inner {
	position: relative;
	padding-top: 10px;
}


.s-strategy-decors {
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
}


.s-strategy-lines {
	position: absolute;
	top: -100px;
	left: 50%;
	transform: translateX(-50%);
	margin-left: -20px;
	width: 1630px;

}

.s-strategy-decor-1 {
	position: absolute;
	top: -280px;
	left: -480px;
	width: 488px;
}

.s-strategy-decor-2 {
	position: absolute;
	top: 940px;
	right: -340px;
	width: 420px;
}

.s-strategy-decor-3 {
	position: absolute;
	top: 1380px;
	left: -325px;
	width: 455px;
}

.s-strategy-decor-4 {
	position: absolute;
	top: 2280px;
	right: -240px;
	width: 320px;
}



.s-strategy-top {
	background: linear-gradient(108.46deg, rgba(255, 255, 255, 0.264) 0%, rgba(255, 255, 255, 0.066) 100%);
	transform: translate3d(0, 0, 0);
	-webkit-backdrop-filter: blur(10px);
	backdrop-filter: blur(10px);
	border-radius: 24px;
	padding: 32px 32px;
	margin-right: auto;
	margin-left: auto;
	max-width: 840px;
	margin-top: -180px;
	position: relative;
	z-index: 5;
}

.strategy-title {
	font-weight: 100;
	letter-spacing: -0.03em;
	text-align: center;
}

.strategy-title b {
	font-weight: 700;
}

.s-strategy-top-arrow {
	display: flex;
	justify-content: center;
}

.s-strategy-content {}

.strategy-items-block {
	margin-top: 64px;
}

.strategy-items {}

.strategy-item {
	position: relative;
	margin-top: 80px;
	border-radius: 24px;
	overflow: hidden;
}

.strategy-item:first-child {
	margin-top: 0;
}

.strategy-item-bg-icon {
	position: absolute;
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
	display: flex;
	align-items: center;
	justify-content: center;
	border-radius: 24px;
}

.strategy-item-bg {
	position: absolute;
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
	background: linear-gradient(104.94deg, rgba(255, 255, 255, 0.264) 0%, rgba(102, 117, 231, 0.33) 77.74%);
	transform: translate3d(0, 0, 0);
	-webkit-backdrop-filter: blur(10px);
	backdrop-filter: blur(10px);
	border-radius: 24px;
}

.strategy-item-inner {
	position: relative;
	z-index: 10;
	padding: 64px;
	/* min-height: 590px; */
	border-radius: 24px;
}

.strategy-item-left {}

.strategy-item-right {}

.strategy-item-right .strategy-item-content {
	right: -32px;
}

.strategy-item-label {
	padding: 12px 100px;
	font-weight: 800;
	font-size: 16px;
	line-height: 1;
	text-transform: uppercase;
	color: #4F61DD;
	background: #7DE7A1;
	box-shadow: 0px 4px 4px #3543BB;
	display: inline-block;
	right: -85px;
	top: 15px;
	white-space: nowrap;
	position: absolute;
	transform: rotate(45deg);
	z-index: 30;
}

.strategy-item-content {
	color: #fff;
	position: relative;
}

.strategy-item-label-mobile {
	padding: 7px 10px;
	font-weight: 800;
	font-size: 16px;
	line-height: 1;
	text-transform: uppercase;
	border-radius: 30px;
	color: #4F61DD;
	background: #7DE7A1;
	box-shadow: 0px 4px 4px #3543BB;
	display: inline-block;
	right: 0;
	top: 5px;
	white-space: nowrap;
	display: none;
}

.strategy-item-note {
	font-weight: 700;
	font-size: 16px;
	line-height: 1.2;
	color: #DFE3FA;
	margin-top: 6px;
}

.strategy-item-title {
	margin-top: 4px;
	text-shadow: -4px -4px 8px #6462ED;
}

.strategy-item-descr {
	margin-top: 12px;
}

.strategy-item-features-block {}

.strategy-item-features {
	margin-left: -5px;
	margin-right: -5px;
	display: flex;
	flex-wrap: wrap;
}

.strategy-item-feature-wrapper {
	margin-top: 24px;
	padding-left: 5px;
	padding-right: 5px;
	max-width: 33.33%;
}

.strategy-item-feature {
	display: flex;
	align-items: center;

}

.strategy-item-feature__icon {
	background: #E6E7FD;
	box-shadow: 4px 4px 8px #D1D2F2;
	border-radius: 24px;
	width: 48px;
	height: 48px;
	position: relative;
}

.strategy-item-feature__icon::before {
	content: '';
	position: absolute;
	width: 20px;
	height: 20px;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
	mask-position: center;
	mask-repeat: no-repeat;
	mask-size: 20px 20px;
	-webkit-mask-position: center;
	-webkit-mask-repeat: no-repeat;
	-webkit-mask-size: 20px 20px;
	background-color: #826FFF;
	background-image: radial-gradient(77.78% 77.78% at 83.33% 83.33%, #4052D7 0%, #826FFF 100%);
	z-index: 1;
}

.strategy-item-feature__icon--1-1::before {
	mask-image: url('../images/svg/time-quarter-past.svg');
	-webkit-mask-image: url('../images/svg/time-quarter-past.svg');
}

.strategy-item-feature__icon--1-2::before {
	mask-image: url('../images/svg/redo.svg');
	-webkit-mask-image: url('../images/svg/redo.svg');
}

.strategy-item-feature__icon--1-3::before {
	mask-image: url('../images/svg/chat-arrow-grow.svg');
	-webkit-mask-image: url('../images/svg/chat-arrow-grow.svg');
}

.strategy-item-feature__icon--2-1::before {
	mask-image: url('../images/svg/time-twenty-four.svg');
	-webkit-mask-image: url('../images/svg/time-twenty-four.svg');
}

.strategy-item-feature__icon--2-2::before {
	mask-image: url('../images/svg/stopwatch.svg');
	-webkit-mask-image: url('../images/svg/stopwatch.svg');
}

.strategy-item-feature__icon--2-3::before {
	mask-image: url('../images/svg/chat-arrow-middle.svg');
	-webkit-mask-image: url('../images/svg/chat-arrow-middle.svg');
}

.strategy-item-feature__icon--3-1::before {
	mask-image: url('../images/svg/time-half-past.svg');
	-webkit-mask-image: url('../images/svg/time-half-past.svg');
}

.strategy-item-feature__icon--3-2::before {
	mask-image: url('../images/svg/stopwatch.svg');
	-webkit-mask-image: url('../images/svg/stopwatch.svg');
}

.strategy-item-feature__icon--3-3::before {
	mask-image: url('../images/svg/chat-arrow-grow.svg');
	-webkit-mask-image: url('../images/svg/chat-arrow-grow.svg');
}

.strategy-item-feature__icon--4-1::before {
	mask-image: url('../images/svg/time-half-past.svg');
	-webkit-mask-image: url('../images/svg/time-half-past.svg');
}

.strategy-item-feature__icon--4-2::before {
	mask-image: url('../images/svg/tornado.svg');
	-webkit-mask-image: url('../images/svg/tornado.svg');
}

.strategy-item-feature__icon--4-3::before {
	mask-image: url('../images/svg/chat-arrow-grow.svg');
	-webkit-mask-image: url('../images/svg/chat-arrow-grow.svg');
}


.strategy-item-feature__text {
	padding-left: 16px;
	width: calc(100% - 48px);
	max-width: 128px;
	font-weight: 400;
	font-size: 14px;
	line-height: 1.45;
}

.strategy-item-btn-block {
	margin-top: 32px;
}


.strategy-item-btn {
	padding-right: 64px;
	font-size: 18px;
	padding-top: 23px;
	padding-bottom: 23px;
	width: auto;
	min-width: 285px;
}

.strategy-item-btn::before {
	content: '';
	position: absolute;
	top: 50%;
	right: 12px;
	transform: translateY(-50%);
	width: 40px;
	height: 40px;
	border-radius: 50%;
	background-position: center;
	background-repeat: no-repeat;
	background-size: 40px 40px;
}

.strategy-item-btn--algotithmic::before {
	background-image: url('../images/svg/strategy-item-btn-algotithmic-icon.svg');
}

.strategy-item-btn--professional::before {
	background-image: url('../images/svg/strategy-item-btn-professional-icon.svg');
}

.strategy-item-btn--cloud-mining::before {
	background-image: url('../images/svg/strategy-item-btn-cloud-mining-icon.svg');
}

.strategy-item-btn--ico-ntf::before {
	background-image: url('../images/svg/strategy-item-btn-ico-ntf-icon.svg');
}

.strategy-item-video-block {
	background: #7581EC;
	box-shadow: 10px 10px 20px #4F5ECB;
	border-radius: 24px;
}

.strategy-item-video-link-block {}

.strategy-item-video-link {
	display: block;
	position: relative;
	height: 100%;
}

.strategy-item-video-link__preview {
	background: #6C65F2;
	box-shadow: 0px 15.6536px 15.6536px rgba(69, 42, 124, 0.1);
	border-radius: 24px;
	overflow: hidden;
	height: 100%;
}


.strategy-item-video-link__preview .image {
	border-radius: 24px;
	background-blend-mode: lighten;
	height: 100%;
	width: 100%;
	object-fit: cover;
	opacity: 0.9;
}

.strategy-item-video-link__play {
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
	width: 72px;
	height: 72px;
	background-image: url('../images/svg/play.svg');
	background-position: center;
	background-repeat: no-repeat;
	background-size: 72px 72px;
}

.strategy-item-video-info-block {
	padding: 16px 48px 24px;
}

.strategy-item-video-info {
	position: relative;
	padding-left: 56px;
	padding-right: 36px;
}

.strategy-item-video-info::before {
	content: '';
	position: absolute;
	top: 50%;
	left: 0;
	transform: translateY(-50%);
	width: 40px;
	height: 40px;
	border-radius: 50%;
	background-position: center;
	background-repeat: no-repeat;
	background-size: 40px 40px;
	background-image: url('../images/svg/strategy-item-video-info-check.svg');
}

.strategy-item-video-info::after {
	content: '';
	position: absolute;
	width: 16px;
	height: 16px;
	right: 0;
	top: 50%;
	transform: translateY(-50%);
	mask-image: url('../images/svg/arrow-right.svg');
	mask-position: center;
	mask-repeat: no-repeat;
	mask-size: 16px 16px;
	-webkit-mask-image: url('../images/svg/arrow-right.svg');
	-webkit-mask-position: center;
	-webkit-mask-repeat: no-repeat;
	-webkit-mask-size: 16px 16px;
	background-color: #fff;
}

.strategy-item-video-info__text {
	position: relative;
	font-weight: 400;
	font-size: 14px;
	line-height: 1.7;
	color: #E6E7FD;
}




.section-payment {
	padding-top: 64px;
	padding-bottom: 24px;
}

.section-payment h3 {
	text-align: center;
}




.payment-items-block {}

.payment-items {
	margin-left: -25px;
	margin-right: -25px;
	display: flex;
	flex-wrap: wrap;
	margin-top: 8px;
}

.payment-item-wrapper {
	padding-left: 25px;
	padding-right: 25px;
	width: 16.66%;
	margin-top: 56px;
	position: relative;
}

.payment-item-wrapper:nth-child(1)::after,
.payment-item-wrapper:nth-child(2)::after,
.payment-item-wrapper:nth-child(3)::after,
.payment-item-wrapper:nth-child(4)::after,
.payment-item-wrapper:nth-child(5)::after,
.payment-item-wrapper:nth-child(6)::after {
	display: none;
}

.payment-item-wrapper:nth-child(1) .payment-item__dot,
.payment-item-wrapper:nth-child(2) .payment-item__dot,
.payment-item-wrapper:nth-child(3) .payment-item__dot,
.payment-item-wrapper:nth-child(4) .payment-item__dot,
.payment-item-wrapper:nth-child(5) .payment-item__dot,
.payment-item-wrapper:nth-child(6) .payment-item__dot {
	display: none;
}

.payment-item-wrapper:nth-child(6n+1)::before {
	display: none;
}

.payment-item-wrapper:nth-child(6n+1) .payment-item__dot {
	display: none;
}

.payment-item-wrapper::before {
	content: '';
	position: absolute;
	right: 100%;
	top: 50%;
	height: 64px;
	transform: translateY(-50%);
	margin-right: -1px;
	border-left: 2px dashed #DFE3FA;
}

.payment-item-wrapper::after {
	content: '';
	position: absolute;
	left: 50%;
	bottom: 100%;
	width: 64px;
	transform: translateX(-50%);
	margin-bottom: 27px;
	border-top: 2px dashed #DFE3FA;
}

.payment-item {
	padding: 20px;
	height: 130px;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: flex-start;
	background: #E6E7FD;
	box-shadow: 4px 4px 8px #D1D2F2;
	border: 1px solid transparent;
	border-radius: 24px;
	position: relative;
}

.payment-item__icon {
	width: 40px;
	height: 40px;
	display: flex;
	align-items: center;
	justify-content: center;
}

.payment-item__content {
	position: relative;
	z-index: 2;
}

.payment-item__icon .currency-custom {
	width: 28px;
	height: 28px;
}

.payment-item__icon .currency-custom .image {
	transform: scale(0.7);
}

.payment-item__title {
	color: #394C79;
	font-size: 16px;
	line-height: 1;
	font-weight: 700;
	text-align: center;
	margin-top: 12px;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}

.payment-item__abbr {
	color: #6E7FA4;
	font-size: 12px;
	line-height: 1.16;
	font-weight: 700;
	text-align: center;
	text-transform: uppercase;
}


.payment-item__dot {
	position: absolute;
	bottom: 100%;
	right: 100%;
	margin-right: 10px;
	margin-bottom: 10px;
	width: 32px;
	height: 32px;
	background: #EBEEFE;
	box-shadow: inset -1.54545px -1.54545px 3.09091px #F8F9FF, inset 1.54545px 1.54545px 3.09091px #D1D8FF;
	border-radius: 100px;
	border: 1px solid transparent;
}

.payment-item__dot::before {
	content: '';
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
	width: 16px;
	height: 16px;
	background: radial-gradient(77.78% 77.78% at 83.33% 83.33%, #4052D7 0%, #826FFF 100%);
	border-radius: 100px;
	opacity: 0;
	transition: 0.4s ease;
}


.payment-item__soon {
	height: 18px;
	padding: 4px 6px;
	background: #EBEEFE;
	font-size: 10px;
	line-height: 1;
	font-weight: bold;
	box-shadow: inset -1.54545px -1.54545px 3.09091px #F8F9FF, inset 1.54545px 1.54545px 3.09091px #D1D8FF;
	border-radius: 100px;
	bottom: -8px;
	left: 50%;
	transform: translateX(-50%);
	/* border: 1px solid transparent; */
	position: absolute;
	color: #6E7FA4;
	font-weight: 800;
	text-transform: uppercase;
}



.payment-item--disabled {
	border-color: #E6E7FD;
	box-shadow: none;
	background-color: transparent;
}

.payment-item--placeholder {
	border-color: transparent;
	box-shadow: none;
	background-color: transparent;
}

.payment-item--disabled:before {
	content: '';
	border: 2px solid #E6E7FD;
	position: absolute;
	left: -1px;
	top: -1px;
	right: -1px;
	bottom: -1px;
	border-radius: 24px;
}




.section-partners {
	position: relative;
	z-index: 10;
	padding-top: 32px;
	padding-bottom: 28px;
	margin-top: 240px;
	background-image: url('../images/theme/s-partners-bg.png');
	background-position: center;
	background-size: 100% 100%;
	background-repeat: no-repeat;
}

.s-partners-inner {
	position: relative;
	padding-top: 10px;
}


.s-partners-decors {
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
}


.s-partners-lines {
	position: absolute;
	top: -100px;
	left: 50%;
	transform: translateX(-50%);
	margin-left: -20px;
	width: 1630px;

}

.s-partners-cube {
	position: absolute;
	left: -290px;
	top: 45px;
}



.partners-bounty-block {
	background: linear-gradient(108.46deg, rgba(255, 255, 255, 0.264) 0%, rgba(255, 255, 255, 0.066) 100%);
	transform: translate3d(0, 0, 0);
	-webkit-backdrop-filter: blur(10px);
	backdrop-filter: blur(10px);
	border-radius: 24px;
	padding: 32px 32px;
	margin-right: auto;
	margin-left: auto;
	margin-top: -230px;
	position: relative;
	z-index: 5;
}

.partners-bounty-title {
	font-weight: 100;
	letter-spacing: -0.04em;
}

.partners-bounty-title b {
	font-weight: 700;
}

.partners-bounty-block__left {}

.partners-bounty-block__left .section-descr {
	margin-top: 4px;
	text-align: left;
}


.partners-bounty-buttons-block {
	margin-top: 16px;
}

.partners-bounty-buttons {
	display: flex;
	margin-left: -16px;
	margin-right: -16px;
	flex-wrap: wrap;
	align-items: center;
}

.partners-bounty-button-wrapper {
	padding-left: 16px;
	padding-right: 16px;
}

.partners-bounty-button {}

.read-more-link {
	padding-left: 28px;
	display: inline-flex;
	position: relative;
}

.read-more-link__icon {
	width: 16px;
	height: 16px;
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	left: 0;
}

.read-more-link__icon::before {
	content: '';
	position: absolute;
	width: 16px;
	height: 16px;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
	mask-image: url('../images/svg/arrow-right.svg');
	mask-position: center;
	mask-repeat: no-repeat;
	mask-size: 16px 16px;
	-webkit-mask-image: url('../images/svg/arrow-right.svg');
	-webkit-mask-position: center;
	-webkit-mask-repeat: no-repeat;
	-webkit-mask-size: 16px 16px;
	background-color: #826FFF;
	background-image: radial-gradient(77.78% 77.78% at 83.33% 83.33%, #4052D7 0%, #826FFF 100%);
	z-index: 1;
}

.read-more-link__text {
	font-weight: 700;
	font-size: 13px;
	line-height: 1.85;
	letter-spacing: 2px;
	text-transform: uppercase;
	border-bottom: 1px solid rgba(130, 111, 255, 1);
}


.join-tg-btn {
	padding-top: 23px;
	padding-bottom: 23px;
	font-size: 18px;
	padding-right: 56px;
	padding-left: 36px;
	width: 100%;
	min-width: 285px;
	position: relative;
	text-align: left;
}

.join-tg-btn::after {
	content: '';
	position: absolute;
	top: 50%;
	right: 12px;
	transform: translateY(-50%);
	width: 48px;
	height: 48px;
	border-radius: 50%;
	background-image: url('../images/svg/join-tg-btn-icon.svg');
	background-position: center;
	background-repeat: no-repeat;
	background-size: 48px 48px;
}


.partners-bounty-block__right {}

.task-slider-block {
	background: radial-gradient(77.78% 77.78% at 83.33% 83.33%, #4052D7 0%, #826FFF 100%);
	border-radius: 24px;
	padding: 20px;
	padding-bottom: 12px;
	/* padding-top: 32px; */
}


.task-slider {}



.task-slider .slick-list {}

.task-slider .slick-prev,
.task-slider .slick-next {
	width: 48px;
	height: 48px;
	padding: 0;
	background: #EBEEFE;
	/* box-shadow: inset -1.54545px -1.54545px 3.09091px #F8F9FF, inset 1.54545px 1.54545px 3.09091px #D1D8FF; */
	border-radius: 100px;
	cursor: pointer;
	z-index: 4;
	position: absolute;
	border: 0;
	padding: 0;
	will-change: transform;
}

.task-slider .slick-prev:before,
.task-slider .slick-next:before {
	content: '';
	position: absolute;
	width: 20px;
	height: 20px;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
	mask-position: center;
	mask-repeat: no-repeat;
	mask-size: 20px 20px;
	-webkit-mask-position: center;
	-webkit-mask-repeat: no-repeat;
	-webkit-mask-size: 20px 20px;
	background-color: #4052D7;
	background: radial-gradient(77.78% 77.78% at 83.33% 83.33%, #4052D7 0%, #826FFF 100%);
	z-index: 2;
	will-change: transform;
}

.task-slider .slick-prev:after,
.task-slider .slick-next:after {
	content: '';
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	background-color: #4052D7;
	background: radial-gradient(77.78% 77.78% at 83.33% 83.33%, #4052D7 0%, #826FFF 100%);
	border-radius: 50%;
	opacity: 0;
	visibility: hidden;
	transition: 0.4s ease;
	will-change: transform;
}

.task-slider .slick-prev {
	right: 20px;
	bottom: 50%;
	margin-bottom: 6px;
}

.task-slider .slick-prev:before {
	transform: translate(-50%, -50%) rotate(90deg);
	mask-image: url('../images/svg/arrow-left.svg');
	-webkit-mask-image: url('../images/svg/arrow-left.svg');

}

.task-slider .slick-prev:hover {}

.task-slider .slick-prev:hover:after,
.task-slider .slick-next:hover:after {
	opacity: 1;
	visibility: visible;
}

.task-slider .slick-prev:hover:before,
.task-slider .slick-next:hover:before {
	background-color: #fff;
	background-image: none;
}

.task-slider .slick-next {
	right: 20px;
	top: 50%;
	margin-top: 6px;
}

.task-slider .slick-next:before {
	transform: translate(-50%, -50%) rotate(90deg);
	mask-image: url('../images/svg/arrow-right.svg');
	-webkit-mask-image: url('../images/svg/arrow-right.svg');
}

.task-slider .slick-next:hover {
	background-color: #FFB800;
}


.task-slide {
	padding: 20px;
	display: none;
}

.task-slide:first-child {
	display: block;
}

.task-item {
	padding-right: 80px;
	display: flex;
}

.task-icon-block {
	width: 58px;
	display: flex;
	justify-content: center;
}

.task-icon {
	height: 42px;
	width: 42px;
	position: relative;
	margin-right: 2px;
}

.task-icon::before {
	content: '';
	position: absolute;
	top: 0;
	right: -9px;
	width: 100%;
	height: 100%;
	-webkit-filter: blur(6px);
	-moz-filter: blur(6px);
	-ms-filter: blur(6px);
	-o-filter: blur(6px);
	filter: blur(6px);
	transform: translate3d(0, 0, 0);
	border-radius: 50%;
	transition: 0.4s ease;
}

.task-icon::after {
	content: '';
	position: absolute;
	bottom: -14px;
	left: -6px;
	width: 50px;
	height: 50px;
	-webkit-filter: blur(14px);
	-moz-filter: blur(14px);
	-ms-filter: blur(14px);
	-o-filter: blur(14px);
	filter: blur(14px);
	transform: translate3d(0, 0, 0);
	background-color: #B5C5D8;
	opacity: 0.62;
	box-shadow: inset -5px 2px 17px rgba(255, 255, 255, 0.86);
	border-radius: 50%;
	transition: 0.4s ease;
}

.task-icon:hover {}

.task-icon__img {
	pointer-events: none;
	height: 42px;
	width: 42px;
	position: absolute;
	left: 0;
	top: 0;
	display: flex;
	align-items: center;
	justify-content: center;
	z-index: 5;
	background: linear-gradient(18.81deg, rgba(255, 255, 255, 0.45) 5.66%, rgba(255, 255, 255, 0.52) 90.79%);
	box-shadow: inset -1px 2px 17px rgba(255, 255, 255, 0.86);
	border-radius: 50%;
	padding-top: 1px;
	padding-right: 1px;
}

.task-icon__img .image {
	max-width: none;
}

.task-icon--fb .task-icon__img .image {
	width: 13px;
}

.task-icon--twitter .task-icon__img .image {
	width: 23px;
}

.task-icon--telegram .task-icon__img .image {
	width: 23px;
}

.task-icon--medium .task-icon__img .image {
	width: 23px;
}

.task-icon--youtube .task-icon__img .image {
	width: 14px;
}

.task-icon--instagram .task-icon__img .image {
	width: 20px;
}

.task-icon--trustpilot .task-icon__img .image {
	width: 24px;
}

.task-icon--fb::before {
	background-image: linear-gradient(18.81deg, #477DEB 5.66%, #74CDF9 90.79%);
}

.task-icon--twitter::before {
	background-image: linear-gradient(18.81deg, #21D7FF 5.66%, #1C84DB 78.17%, #1C84E4 90.79%);
}

.task-icon--telegram::before {
	background-image: linear-gradient(18.81deg, #00CDFA 5.66%, #6CBCEA 90.79%);
}

.task-icon--medium::before {
	background-image: linear-gradient(18.81deg, #1B1E1F 5.66%, #2F3139 90.79%);
}

.task-icon--youtube::before {
	background-image: linear-gradient(18.81deg, #FF927A 5.65%, #F00000 90.77%);
}

.task-icon--instagram::before {
	background-image: linear-gradient(202.41deg, #3A55D2 10.2%, #4651D5 21.3%, #6548DE 41.17%, #FF007A 95.07%);
}

.task-icon--trustpilot::before {
	background-image: linear-gradient(18.81deg, rgba(0, 182, 122, 0.6) 5.66%, #00B67A 90.79%);
}

.task-icon:first-child {
	margin-left: 0;
}


.task-content {
	width: calc(100% - 58px);
	padding-left: 8px;
}

.task-title {
	font-weight: 700;
	font-size: 24px;
	line-height: 1.25;
	color: #FFFFFF;
}

.task-title a {
	color: #FFFFFF;
}

.task-descr {
	margin-top: 6px;
	font-weight: 500;
	font-size: 14px;
	line-height: 1.7;
	color: #DFE3FA;
	font-family: var(--manrope-font);

}

.task-price-block {
	margin-top: 6px;
}

.task-price {
	background: #7581EC;
	box-shadow: inset -1.54545px -1.54545px 3.09091px rgba(71, 81, 174, 0.4), inset 1.54545px 1.54545px 3.09091px #4751AE;
	border-radius: 100px;
	padding: 14px 24px;
	font-weight: 700;
	font-size: 12px;
	line-height: 1;
	text-align: center;
	text-transform: uppercase;
	color: #FFFFFF;
	display: inline-block;
}


.task-price:hover {
	color: #FFFFFF;
}


.s-partners-content {
	padding-top: 72px;
	position: relative;
	z-index: 5;
}



.s-partners-content h3 {
	font-weight: 100;
	letter-spacing: -0.04em;
	color: #fff;
	text-align: center;
}

.s-partners-content h3 b {
	font-weight: 700;
}

.s-partners-content .section-descr {
	color: #fff;
}


.partner-items-block {}

.partner-items {}

.partner-item {
	margin-top: 40px;
	border-radius: 24px;
	padding: 48px;
	padding-top: 40px;
	position: relative;
}

.partner-item__icon {
	width: 90px;
	height: 90px;
	display: flex;
	align-items: center;
	justify-content: center;
}

.partner-item__bg-digit {
	position: absolute;
	right: 48px;
	top: 48px;
	font-weight: 700;
	font-size: 204px;
	line-height: 1;
	background: linear-gradient(108.46deg, rgba(255, 255, 255, 0.264) 0%, rgba(255, 255, 255, 0.066) 100%);
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
	background-clip: text;
	text-fill-color: transparent;
}

.partner-item__content {}

.partner-item__title {
	font-weight: 700;
	font-size: 24px;
	line-height: 1.25;
	color: #FFFFFF;
	margin-top: 8px;
}

.partner-item__descr {
	margin-top: 2px;
	font-weight: 500;
	font-size: 14px;
	line-height: 1.7;
	color: #DFE3FA;
	font-family: var(--manrope-font);
}

.partner-item__link-block {
	margin-top: 16px;
}

.partner-item__link {}

.partner-item-link {
	padding-left: 28px;
	display: inline-flex;
	position: relative;
}

.partner-item-link__icon {
	width: 16px;
	height: 16px;
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	left: 0;
}

.partner-item-link__icon::before {
	content: '';
	position: absolute;
	width: 16px;
	height: 16px;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
	mask-image: url('../images/svg/arrow-right.svg');
	mask-position: center;
	mask-repeat: no-repeat;
	mask-size: 16px 16px;
	-webkit-mask-image: url('../images/svg/arrow-right.svg');
	-webkit-mask-position: center;
	-webkit-mask-repeat: no-repeat;
	-webkit-mask-size: 16px 16px;
	background-color: #FFF;
	z-index: 1;
}

.partner-item-link__text {
	font-weight: 700;
	font-size: 13px;
	line-height: 1.85;
	letter-spacing: 2px;
	color: #fff;
	text-transform: uppercase;
	border-bottom: 1px solid #fff;
}

.partner-item--1 {
	background: linear-gradient(108.46deg, rgba(255, 255, 255, 0.264) 0%, rgba(255, 255, 255, 0.066) 100%);
	transform: translate3d(0, 0, 0);
	-webkit-backdrop-filter: blur(10px);
	backdrop-filter: blur(10px);
}

.partner-item--1 .partner-item__icon {
	margin-left: -12px;
}

.partner-item--2 {
	background: #7581EC;
	box-shadow: 10px 10px 20px #4F5ECB;
}

.partner-item--3 {
	background: #7581EC;
	box-shadow: 10px 10px 20px #4F5ECB;
}



.partner-all-btn-block {
	margin-top: 52px;
	display: flex;
	justify-content: center;
}

.partner-all-btn-wrapper {
	padding-left: 104px;
	padding-right: 104px;
	position: relative;
}

.partner-all-btn-wrapper::before {
	content: '';
	position: absolute;
	width: 70px;
	height: 32px;
	left: 0;
	top: 50%;
	transform: translateY(-50%);
	mask-image: url('../images/svg/news-all-btn-arrows-right.svg');
	mask-position: center;
	mask-repeat: no-repeat;
	mask-size: 70px 32px;
	-webkit-mask-image: url('../images/svg/news-all-btn-arrows-right.svg');
	-webkit-mask-position: center;
	-webkit-mask-repeat: no-repeat;
	-webkit-mask-size: 70px 32px;
	background-color: #DFE3FA;
}

.partner-all-btn-wrapper::after {
	content: '';
	position: absolute;
	width: 70px;
	height: 32px;
	right: 0;
	top: 50%;
	transform: translateY(-50%);
	mask-image: url('../images/svg/news-all-btn-arrows-left.svg');
	mask-position: center;
	mask-repeat: no-repeat;
	mask-size: 70px 32px;
	-webkit-mask-image: url('../images/svg/news-all-btn-arrows-left.svg');
	-webkit-mask-position: center;
	-webkit-mask-repeat: no-repeat;
	-webkit-mask-size: 70px 32px;
	background-color: #DFE3FA;
}

.partner-all-btn {
	padding-left: 54px;
	padding-right: 54px;
	padding-top: 24px;
	padding-bottom: 24px;
	box-shadow: 7px 10px 20px rgba(28, 31, 124, 0.3);
}


.partner-bottom-note {
	margin-top: 40px;
	font-weight: 500;
	font-size: 12px;
	line-height: 2;
	text-align: center;
	color: #FFFFFF;
	opacity: 0.3;
	font-family: var(--manrope-font);
}





.section-reviews {
	position: relative;
	z-index: 10;
	padding-top: 32px;
	padding-bottom: 96px;
	margin-top: 220px;
	background-image: url('../images/theme/s-reviews-bg.png');
	background-position: center;
	background-size: 100% 100%;
	background-repeat: no-repeat;
}

.s-reviews-inner {
	position: relative;
	padding-top: 10px;
}


.s-reviews-decors {
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
}


.s-reviews-lines {
	position: absolute;
	top: -100px;
	left: 50%;
	transform: translateX(-50%);
	margin-left: -20px;
	width: 1630px;

}

.s-reviews-cube {
	position: absolute;
	left: -290px;
	top: 45px;
}



.s-reviews-top {
	background: linear-gradient(108.46deg, rgba(255, 255, 255, 0.264) 0%, rgba(255, 255, 255, 0.066) 100%);
	transform: translate3d(0, 0, 0);
	-webkit-backdrop-filter: blur(10px);
	backdrop-filter: blur(10px);
	border-radius: 24px;
	padding: 48px;
	padding-top: 48px;
	padding-bottom: 42px;
	margin-right: auto;
	margin-left: auto;
	margin-top: -200px;
	position: relative;
	z-index: 5;
}

.s-reviews-top-title {
	font-weight: 100;
	letter-spacing: -0.04em;
}

.s-reviews-top-title b {
	font-weight: 700;
}

.s-reviews-top__left {}

.s-reviews-top__left .section-descr {
	margin-top: 4px;
	text-align: left;
}

.full-review-block {
	margin-top: 16px;
}

.full-review {
	display: flex;
}

.full-review__title {
	padding-right: 14px;
	font-weight: 700;
	font-size: 20px;
	line-height: 1.3;
	color: #394C79;
}

.full-review__stars {
	display: flex;
}

.full-review__star {
	width: 24px;
	height: 24px;
	background-color: #219653;
	margin-right: 6px;
	position: relative;
}

.full-review__star:before {
	content: '';
	position: absolute;
	width: 18px;
	height: 16px;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
	mask-position: center;
	mask-repeat: no-repeat;
	mask-size: 18px 16px;
	-webkit-mask-position: center;
	-webkit-mask-repeat: no-repeat;
	-webkit-mask-size: 18px 16px;
	mask-image: url('../images/svg/review-star.svg');
	-webkit-mask-image: url('../images/svg/review-star.svg');
	background-color: #fff;
	z-index: 2;
	will-change: transform;
}

.s-reviews-top__right {
	display: flex;
	flex-direction: column;
	align-items: flex-end;
	padding-right: 12px;
	padding-right: 30px;
}


.join-trustpilot-btn {
	padding-top: 23px;
	padding-bottom: 23px;
	font-size: 18px;
	padding-right: 56px;
	padding-left: 36px;
	min-width: 285px;
	position: relative;
	text-align: left;
}

.join-trustpilot-btn::after {
	content: '';
	position: absolute;
	top: 50%;
	right: 12px;
	transform: translateY(-50%);
	width: 48px;
	height: 48px;
	border-radius: 50%;
	background-image: url('../images/svg/join-trustpilot-btn-icon.svg');
	background-position: center;
	background-repeat: no-repeat;
	background-size: 48px 48px;
}

.s-reviews-top-reviews-count {
	font-weight: 400;
	font-size: 14px;
	line-height: 1.6;
	text-align: right;
	color: #394C79;
	margin-top: 48px;
}

.s-reviews-top-reviews-count a {
	text-decoration: underline;
	color: #826FFF
}

.s-reviews-content {
	padding-top: 32px;
	position: relative;
	z-index: 20;

}

.review-slider-block {}


.review-slider {
	padding-left: 72px;
	padding-right: 72px;
	margin-left: -8px;
	margin-right: -8px;
}

.review-slider .slick-list {}

.review-slider .slick-prev,
.review-slider .slick-next {
	width: 48px;
	height: 48px;
	padding: 0;
	background: #EBEEFE;
	box-shadow: inset -1.54545px -1.54545px 3.09091px #F8F9FF, inset 1.54545px 1.54545px 3.09091px #D1D8FF;
	border-radius: 100px;
	cursor: pointer;
	z-index: 4;
	position: absolute;
	border: 0;
	padding: 0;
	top: 50%;
	transform: translateY(-50%);
}

.review-slider .slick-prev:before,
.review-slider .slick-next:before {
	content: '';
	position: absolute;
	width: 20px;
	height: 20px;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
	mask-position: center;
	mask-repeat: no-repeat;
	mask-size: 20px 20px;
	-webkit-mask-position: center;
	-webkit-mask-repeat: no-repeat;
	-webkit-mask-size: 20px 20px;
	background-color: #4052D7;
	background: radial-gradient(77.78% 77.78% at 83.33% 83.33%, #4052D7 0%, #826FFF 100%);
	z-index: 2;
}

.review-slider .slick-prev:after,
.review-slider .slick-next:after {
	content: '';
	position: absolute;
	width: 100%;
	height: 100%;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
	background-color: #4052D7;
	background: radial-gradient(77.78% 77.78% at 83.33% 83.33%, #4052D7 0%, #826FFF 100%);
	border-radius: 50%;
	opacity: 0;
	visibility: hidden;
	transition: 0.4s ease;
}

.review-slider .slick-prev {
	left: 0;
}

.review-slider .slick-prev:before {
	mask-image: url('../images/svg/arrow-left.svg');
	-webkit-mask-image: url('../images/svg/arrow-left.svg');

}

.review-slider .slick-prev:hover {}

.review-slider .slick-prev:hover:after,
.review-slider .slick-next:hover:after {
	opacity: 1;
	visibility: visible;
}

.review-slider .slick-prev:hover:before,
.review-slider .slick-next:hover:before {
	background-color: #fff;
	background-image: none;
}

.review-slider .slick-next {
	right: 0;
}

.review-slider .slick-next:before {
	mask-image: url('../images/svg/arrow-right.svg');
	-webkit-mask-image: url('../images/svg/arrow-right.svg');
}

.review-slider .slick-next:hover {
	background-color: #FFB800;
}

.review-slider .slick-dots {
	list-style-type: none;
	padding: 0;
	margin: 0;
	position: absolute;
	bottom: -30px;
	display: flex;
	justify-content: center;
	left: 0;
	width: 100%;
}

.review-slider .slick-dots li {
	width: 16px;
	height: 8px;
	margin-right: 4px;
	margin-left: 4px;
	transition: 0.2s ease;
}

.review-slider .slick-dots li:only-child {
	display: none;
}

.review-slider .slick-dots li button {
	box-sizing: border-box;
	width: 16px;
	height: 8px;
	border-radius: 12px;
	padding: 0;
	border-color: transparent;
	background: #EBEEFE;
	box-shadow: inset -1.54545px -1.54545px 3.09091px #F8F9FF, inset 1.54545px 1.54545px 3.09091px #D1D8FF;
	border: 0;
	text-indent: -9999px;
	font-size: 0;
	display: block;
	transition: 0.2s ease;
}

.review-slider .slick-dots li button:before {
	content: '';
	display: none;
}

.review-slider .slick-dots li.slick-active {
	width: 32px;
}

.review-slider .slick-dots li.slick-active button {
	width: 32px;
	box-shadow: none;
	background-image: radial-gradient(77.78% 77.78% at 83.33% 83.33%, #4052D7 0%, #826FFF 100%);
}


.review-slide {
	padding-left: 8px;
	padding-right: 8px;
	padding-bottom: 10px;
	display: none;
}

.review-slide:first-child {
	display: block;
}

.review-slide {}

.review-item {
	padding: 30px 20px;
	background: #EBEEFE;
	box-shadow: inset -1.54545px -1.54545px 3.09091px #F8F9FF, inset 1.54545px 1.54545px 3.09091px #D1D8FF;
	border-radius: 12px;
	max-width: 260px;
}

.review-item__blockquote {
	width: 40px;
	height: 40px;
	mask-position: center;
	mask-repeat: no-repeat;
	mask-size: 40px 40px;
	-webkit-mask-position: center;
	-webkit-mask-repeat: no-repeat;
	-webkit-mask-size: 40px 40px;
	mask-image: url('../images/svg/oi_double-quote-serif-left.svg');
	-webkit-mask-image: url('../images/svg/oi_double-quote-serif-left.svg');
	background-color: #219653;
	z-index: 2;
	will-change: transform;

}

.review-item__title {
	font-weight: 600;
	font-size: 18px;
	line-height: 1.45;
	color: #394C79;
	margin-top: 8px;
}

.review-item__rating-block {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	margin-top: 8px;
}

.review-item__rating {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	padding-right: 14px;
}

.review-item__rating-star {
	width: 20px;
	height: 20px;
	background-color: #219653;
	margin-right: 2px;
	position: relative;
}

.review-item__rating-star:before {
	content: '';
	position: absolute;
	width: 16px;
	height: 14px;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
	mask-position: center;
	mask-repeat: no-repeat;
	mask-size: 16px 14px;
	-webkit-mask-position: center;
	-webkit-mask-repeat: no-repeat;
	-webkit-mask-size: 16px 14px;
	mask-image: url('../images/svg/review-star.svg');
	-webkit-mask-image: url('../images/svg/review-star.svg');
	background-color: #fff;
	z-index: 2;
	will-change: transform;
}

.review-item__time {
	font-weight: 400;
	font-size: 12px;
	line-height: 1;
	color: #6E7FA4;
}

.review-item__descr {
	font-weight: 400;
	font-size: 14px;
	line-height: 1.6;
	color: #394C79;
	margin-top: 8px;
	max-height: 45px;
}

.review-item__author {
	font-weight: 700;
	font-size: 14px;
	line-height: 1.6;
	color: #394C79;
	margin-top: 18px;
	position: relative;
}

.review-item__author::before {
	content: '';
	position: absolute;
	width: 60px;
	height: 2px;
	background: #DFE3FA;
	left: 0;
	margin-top: -8px;
}



.section-roadmap {
	/* min-height: 835px; */
	position: relative;
	z-index: 1;
	padding-top: 72px;
	padding-bottom: 72px;
	background-image: url('../images/theme/bg-a.svg');
	background-position: center top 70px;
	background-repeat: no-repeat;
}

.s-roadmap-inner {
	position: relative;
	z-index: 2;
}

.s-roadmap-decors {
	position: absolute;
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
}

.s-roadmap-decor {
	top: 410px;
	left: -290px;
	position: absolute;
	width: 412px;
}



.s-roadmap-top__descr-block {
	margin-top: 32px;
	padding-left: 32px;
	border-left: 2px solid #6E7FA4;
}

.s-roadmap-top__descr {
	max-width: 575px;
	font-weight: 500;
	font-size: 14px;
	line-height: 1.7;
	color: #394C79;
	font-family: var(--manrope-font);
}

.s-roadmap-top__right {
	padding-top: 18px;
}

.roadmap-voice-block {
	display: flex;
	justify-content: flex-end;
	align-items: center;
}

.roadmap-voice-title {
	font-weight: 700;
	font-size: 12px;
	line-height: 1.33;
	text-transform: uppercase;
	color: #6E7FA4;
	padding-right: 28px;
	width: calc(100% - 280px);
	text-align: right;
}

.roadmap-voice {
	width: 280px;
}

.jp_container {
	display: flex;
	justify-content: space-between;
	align-items: center;
}

.jp_controls {
	width: 48px;
	height: 48px;
	display: flex;
}

.jp-play {
	border: 0;
	padding: 0;
	border-radius: 50%;
	display: block;
	width: 48px;
	height: 48px;
	background-color: transparent;
	background-image: url('../images/svg/audio-record-play-btn.svg');
	background-position: center;
	background-repeat: no-repeat;
	background-size: 48px 48px;
	position: relative;
	box-shadow: -4px -4px 8px #E9EDFF, 4px 4px 8px #C4CEF2;
}

.jp-play::before {
	content: '';
	position: absolute;
	width: 16px;
	height: 16px;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
	mask-image: url('../images/svg/fi-sr-play.svg');
	mask-position: center;
	mask-repeat: no-repeat;
	mask-size: 16px 16px;
	-webkit-mask-image: url('../images/svg/fi-sr-play.svg');
	-webkit-mask-position: center;
	-webkit-mask-repeat: no-repeat;
	-webkit-mask-size: 16px 16px;
	background-color: #FFF;
	z-index: 1;
}

.jp-pause {
	display: none;
	border: 0;
	padding: 0;
	border-radius: 50%;
	display: block;
	width: 48px;
	height: 48px;
	position: relative;
	background-color: transparent;
	background-image: url('../images/svg/audio-record-play-btn.svg');
	background-position: center;
	background-repeat: no-repeat;
	background-size: 48px 48px;
	box-shadow: -4px -4px 8px #E9EDFF, 4px 4px 8px #C4CEF2;
}

.jp-pause::before {
	content: '';
	position: absolute;
	width: 16px;
	height: 16px;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
	mask-image: url('../images/svg/fi-sr-play.svg');
	mask-position: center;
	mask-repeat: no-repeat;
	mask-size: 16px 16px;
	-webkit-mask-image: url('../images/svg/fi-sr-play.svg');
	-webkit-mask-position: center;
	-webkit-mask-repeat: no-repeat;
	-webkit-mask-size: 16px 16px;
	background-color: #FFF;
	z-index: 1;
}

.jp-progress {
	width: 215px;
	height: 48px;
	mask-image: url('../images/svg/audio-record-track.svg');
	mask-position: center left;
	mask-repeat: no-repeat;
	mask-size: 215px 48px;
	-webkit-mask-image: url('../images/svg/audio-record-track.svg');
	-webkit-mask-position: center left;
	-webkit-mask-repeat: no-repeat;
	-webkit-mask-size: 215px 48px;
	background-color: rgba(118, 132, 235, 0.15);
}

.jp-seek-bar {
	width: 0%;
	height: 48px;

	mask-image: url('../images/svg/audio-record-track.svg');
	mask-position: center left;
	mask-repeat: no-repeat;
	mask-size: 215px 48px;
	-webkit-mask-image: url('../images/svg/audio-record-track.svg');
	-webkit-mask-position: center left;
	-webkit-mask-repeat: no-repeat;
	-webkit-mask-size: 215px 48px;
	background-color: rgba(118, 132, 235, 0.3);
}

.jp-play-bar {
	width: 0%;
	height: 48px;
	mask-image: url('../images/svg/audio-record-track.svg');
	mask-position: center left;
	mask-repeat: no-repeat;
	mask-size: 215px 48px;
	-webkit-mask-image: url('../images/svg/audio-record-track.svg');
	-webkit-mask-position: center left;
	-webkit-mask-repeat: no-repeat;
	-webkit-mask-size: 215px 48px;
	background-color: #4052D7;
	background: radial-gradient(77.78% 77.78% at 83.33% 83.33%, #4052D7 0%, #826FFF 100%);
}


.roadmap-slider-block {
	margin-top: 48px;
}

.roadmap-slider {}


.roadmap-slider {
	margin-left: -8px;
	margin-right: -8px;
}

.roadmap-slider .slick-list {
	overflow: visible;
}

.roadmap-slider .slick-track {
	display: flex;
}

.roadmap-slider .slick-prev,
.roadmap-slider .slick-next {
	width: 48px;
	height: 48px;
	padding: 0;
	background: #EBEEFE;
	box-shadow: inset -1.54545px -1.54545px 3.09091px #F8F9FF, inset 1.54545px 1.54545px 3.09091px #D1D8FF;
	border-radius: 100px;
	cursor: pointer;
	z-index: 4;
	position: absolute;
	border: 0;
	padding: 0;
	top: -90px;
}

.roadmap-slider .slick-prev:before,
.roadmap-slider .slick-next:before {
	content: '';
	position: absolute;
	width: 20px;
	height: 20px;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
	mask-position: center;
	mask-repeat: no-repeat;
	mask-size: 20px 20px;
	-webkit-mask-position: center;
	-webkit-mask-repeat: no-repeat;
	-webkit-mask-size: 20px 20px;
	background-color: #4052D7;
	background: radial-gradient(77.78% 77.78% at 83.33% 83.33%, #4052D7 0%, #826FFF 100%);
	z-index: 2;
}

.roadmap-slider .slick-prev:after,
.roadmap-slider .slick-next:after {
	content: '';
	position: absolute;
	width: 100%;
	height: 100%;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
	background-color: #4052D7;
	background: radial-gradient(77.78% 77.78% at 83.33% 83.33%, #4052D7 0%, #826FFF 100%);
	border-radius: 50%;
	opacity: 0;
	visibility: hidden;
	transition: 0.4s ease;
}

.roadmap-slider .slick-prev {
	right: 72px;
}

.roadmap-slider .slick-prev:before {
	mask-image: url('../images/svg/arrow-left.svg');
	-webkit-mask-image: url('../images/svg/arrow-left.svg');

}

.roadmap-slider .slick-prev:hover {}

.roadmap-slider .slick-prev:hover:after,
.roadmap-slider .slick-next:hover:after {
	opacity: 1;
	visibility: visible;
}

.roadmap-slider .slick-prev:hover:before,
.roadmap-slider .slick-next:hover:before {
	background-color: #fff;
	background-image: none;
}

.roadmap-slider .slick-next {
	right: 8px;
}

.roadmap-slider .slick-next:before {
	mask-image: url('../images/svg/arrow-right.svg');
	-webkit-mask-image: url('../images/svg/arrow-right.svg');
}

.roadmap-slider .slick-next:hover {
	background-color: #FFB800;
}

.roadmap-slide {
	padding-top: 8px;
	padding-left: 8px;
	padding-right: 8px;
	padding-bottom: 10px;
	display: none;
	height: auto;
}

.roadmap-slide:first-child {
	display: block;
}

.roadmap-item {
	padding-top: 220px;
	max-width: 270px;
	position: relative;
	height: 100%;
}


.roadmap-item:hover {
	padding-top: 220px;
	max-width: 270px;
	position: relative;
	height: 100%;
}

.roadmap-item:hover .roadmap-item__info {
	background-color: #826FFF;
	background-image: radial-gradient(77.78% 77.78% at 83.33% 83.33%, #4052D7 0%, #826FFF 100%);

	box-shadow: 4px 4px 8px #D1D2F2;
}

.roadmap-item:hover .roadmap-item__title {
	color: #fff;
}

.roadmap-item:hover .roadmap-item__descr {
	color: #fff;
}

.roadmap-item--ready {}

.roadmap-item--ready .roadmap-item__status::before {

	mask-image: url('../images/svg/check.svg');
	-webkit-mask-image: url('../images/svg/check.svg');
	background-color: #4052D7;
	background: radial-gradient(77.78% 77.78% at 83.33% 83.33%, #4052D7 0%, #826FFF 100%);
}

.roadmap-item--ready .roadmap-item__year {
	color: #4052D7;
	background: radial-gradient(77.78% 77.78% at 83.33% 83.33%, #4052D7 0%, #826FFF 100%);
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
	background-clip: text;
	text-fill-color: transparent;
	opacity: 1;
}

.roadmap-item--ready .roadmap-item__line {
	border-left-color: #596AE3;
}


.roadmap-item--ready .roadmap-item__title {
	color: #394C79;
}

.roadmap-item--ready .roadmap-item__info {
	background: #E6E7FD;
	box-shadow: 4px 4px 8px #D1D2F2;
	border-radius: 24px;
}

.roadmap-item--ready .roadmap-item__descr {
	color: #394C79;
}




.roadmap-item__status-block {
	position: absolute;
	width: 78px;
	height: 78px;
	border-radius: 50%;
	top: 48px;
	left: 16px;
	z-index: 5;
}

.roadmap-item__year {
	position: absolute;
	white-space: nowrap;
	top: -48px;
	left: 50%;
	transform: translateX(-50%);
	font-weight: 400;
	font-size: 30px;
	line-height: 1;
	text-align: center;
	color: #6E7FA4;
	opacity: 0.5;
	font-family: var(--azonix-font);
}

.roadmap-item__status {
	display: flex;
	align-items: center;
	justify-content: center;
	border-radius: 50%;
	position: relative;
	width: 78px;
	height: 78px;
	background: #EBEEFE;
	box-shadow: inset -1.54545px -1.54545px 3.09091px #F8F9FF, inset 1.54545px 1.54545px 3.09091px #D1D8FF;
}

.roadmap-item__status::before {
	content: '';
	position: absolute;
	width: 20px;
	height: 20px;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
	mask-position: center;
	mask-repeat: no-repeat;
	mask-size: 20px 20px;
	-webkit-mask-position: center;
	-webkit-mask-repeat: no-repeat;
	-webkit-mask-size: 20px 20px;
	mask-image: url('../images/svg/refresh.svg');
	-webkit-mask-image: url('../images/svg/refresh.svg');
	background-color: #6E7FA4;
	z-index: 2;
}

.roadmap-item__status-inner {
	background: #E6E7FD;
	box-shadow: -4px -4px 8px #F7F9FF, 4px 4px 8px #D1D2F2;
	border-radius: 24px;
	width: 48px;
	height: 48px;

}

.roadmap-item__line {
	position: absolute;
	left: 50%;
	transform: translateX(-50%);
	top: 90px;
	height: 64px;
	border-left: 2px dashed #6E7FA4;
}

.roadmap-item__info {
	background: #EBEEFE;
	box-shadow: inset -1.54545px -1.54545px 3.09091px #F8F9FF, inset 1.54545px 1.54545px 3.09091px #D1D8FF;
	border-radius: 12px;
	padding: 32px;
	height: 100%;
	position: relative;
	z-index: 5;
}

.roadmap-item__title {
	font-weight: 700;
	font-size: 20px;
	line-height: 1.5;
	color: #6E7FA4;
}

.roadmap-item__descr {
	font-weight: 500;
	font-size: 16px;
	line-height: 2;
	color: #6E7FA4;
	margin-top: 16px;
}

.roadmap-track {
	position: absolute;
	top: 80px;
	right: -4870px;
	width: 8000px;
	height: 68px;
	background-image: url('../images/svg/roadmap-track.svg');
	background-repeat: repeat-x;
	background-position: center;
}

.roadmap-progress {
	position: absolute;
	top: 80px;
	right: 168px;
	width: 7780px;
	height: 68px;
	background-image: url('../images/svg/roadmap-progress.svg');
	background-repeat: repeat-x;
	background-position: center;
	/* z-index: 2; */
}

.roadmap-slide {
	z-index: 2;
	position: relative;
}

.roadmap-slide--current {
	z-index: 1;
}


.payment-item-wrapper--hidden {
	display: none;
}

.payment-items-view-all-btn-block {
	margin-top: 32px;
	text-align: center;
	display: none;
}

.payment-items-view-all-btn {
	padding-top: 23px;
	padding-bottom: 23px;
	box-shadow: none;
	background-color: transparent;
	border: 2px solid #6B7AE9;
	color: #596AE3;
	width: 100%;
	max-width: 320px;
}

.payment-items-view-all-btn:hover {
	background-color: #6B7AE9;
}

.section-about-one {}




.about-one-block {
	margin-top: -50px;
	border-radius: 24px;
	position: relative;
	z-index: 2;
}

.about-one-block-bg {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;

}

.about-one-block-bg::before {
	content: '';
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	transform: translate3d(0, 0, 0);
	background: linear-gradient(108.46deg, rgba(255, 255, 255, 0.264) 0%, rgba(255, 255, 255, 0.066) 100%);
	-webkit-backdrop-filter: blur(10px);
	backdrop-filter: blur(10px);
	border-radius: 24px
}

.about-one-block-bg::after {
	content: '';
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	transform: translate3d(0, 0, 0);
	background: #7581EC;
	opacity: 0.25;
	box-shadow: 10px 10px 20px #4F5ECB;
	border-radius: 24px
}

.about-one-content {
	position: relative;
	z-index: 10;
	padding-top: 64px;
	padding-bottom: 60px;
	padding-left: 64px;
	padding-right: 36px;
	display: flex;
	flex-wrap: wrap;
}

.about-one-content-left {
	width: calc(100% - 550px);
}


.about-one-video-link {
	display: block;
	position: relative;
	height: 100%;
}

.about-one-video-link__preview {
	background: #6C65F2;
	box-shadow: 0px 15.6536px 15.6536px rgba(69, 42, 124, 0.1);
	border-radius: 24px;
	overflow: hidden;
	height: 100%;
}


.about-one-video-link__preview .image {
	border-radius: 24px;
	background-blend-mode: lighten;
	height: 100%;
	width: 100%;
	object-fit: cover;
	opacity: 0.9;
}

.about-one-video-link__play {
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
	width: 72px;
	height: 72px;
	background-image: url('../images/svg/play.svg');
	background-position: center;
	background-repeat: no-repeat;
	background-size: 72px 72px;
}


.about-one-content-right {
	width: 550px;
	padding-left: 42px;
}

.about-one-info {}


.about-one-info .section-descr {
	text-align: left;
	margin-left: 0;
	font-size: 20px;
	max-width: 100%;
	margin-top: 0;
}


.section-team {
	padding-top: 80px;
	/* padding-bottom: 40px; */
	background-image: url('../images/theme/bg-a.svg');
	background-position: center top 80px;
	background-repeat: no-repeat;
}



.s-team-inner {
	position: relative;
}

.s-team-inner-decors {
	position: absolute;
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
	z-index: 1;
}

.s-team-inner-decor {
	top: 330px;
	right: -240px;
	position: absolute;
	width: 412px;
}

.s-team-inner-diamond {
	top: 330px;
	right: 50%;
	position: absolute;
	width: 210px;
}

.s-team-content {
	position: relative;
	z-index: 5;
}

.s-team-title-block {
	text-align: center;
}


.team-items-block {}

.team-items {}

.team-item {
	margin-top: 32px;
	background: linear-gradient(108.46deg, rgba(255, 255, 255, 0.264) 0%, rgba(255, 255, 255, 0.066) 100%);
	transform: translate3d(0, 0, 0);
	-webkit-backdrop-filter: blur(10px);
	backdrop-filter: blur(10px);
	border-radius: 24px;
}


.team-item__bg {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;

}

.team-item__bg::before {
	content: '';
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	transform: translate3d(0, 0, 0);
	background: linear-gradient(108.46deg, rgba(255, 255, 255, 0.264) 0%, rgba(255, 255, 255, 0.066) 100%);
	-webkit-backdrop-filter: blur(10px);
	backdrop-filter: blur(10px);
	border-radius: 24px
}

.team-item__bg::after {
	content: '';
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	transform: translate3d(0, 0, 0);
	background: #7581EC;
	opacity: 0.2;
	box-shadow: 10px 10px 20px #4F5ECB;
	border-radius: 24px
}

.team-item__inner {
	position: relative;
	z-index: 5;
}

.team-item__img {
	height: 270px;
	border-radius: 24px;
}

.team-item__img .image {
	height: 100%;
	width: 100%;
	object-fit: cover;
	border-radius: 24px;
}

.team-item__content {
	padding: 24px 40px 32px;
}

.team-item__title {
	font-weight: 700;
	font-size: 20px;
	line-height: 1.5;
	color: #394C79;
}

.team-item__state {
	margin-top: 8px;
	font-weight: 500;
	font-size: 14px;
	line-height: 1.7;
	color: #394C79;
	font-family: var(--manrope-font);
}




.section-contacts {
	position: relative;
	z-index: 20;
	min-height: 480px;
}


.section-contacts .s-about-companies h3 {
	text-align: center;
}

.section-contacts .about-company-items-block {
	margin-top: 4px;
}

.contacts-block {
	margin-top: -50px;
	border-radius: 24px;
	position: relative;
	z-index: 2;
}

.contacts-block-bg {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;

}

.contacts-block-bg::before {
	content: '';
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	transform: translate3d(0, 0, 0);
	background: linear-gradient(108.46deg, rgba(255, 255, 255, 0.264) 0%, rgba(255, 255, 255, 0.066) 100%);
	-webkit-backdrop-filter: blur(10px);
	backdrop-filter: blur(10px);
	border-radius: 24px
}

.contacts-block-bg::after {
	content: '';
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	transform: translate3d(0, 0, 0);
	background: #7581EC;
	opacity: 0.25;
	box-shadow: 10px 10px 20px #4F5ECB;
	border-radius: 24px
}

.contacts-content {
	position: relative;
	z-index: 10;
	padding: 64px;
	display: flex;
	flex-wrap: wrap;
}

.contacts-content-left {
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	width: 300px;
	padding-right: 64px;
}

.contacts-content-left-top {}

.contacts-content-left-top .section-descr {
	font-size: 14px;
	line-height: 2;
	margin-top: 8px;
	text-align: left;
	margin-left: 0;
}

.contacts-content-left-bottom {}

.contacts-content-right {
	width: calc(100% - 300px);
}


.contacts-form-block {}

.contacts-form {
	margin-top: -32px;
}

.contacts-form-bottom {
	display: flex;
	align-items: center;
	flex-wrap: wrap;
	margin-top: 32px;
}

.contacts-form-bottom-left {
	width: 270px;
}

.contacts-form-bottom-left .form-btn-block {
	margin-top: 0;
}

.contacts-form-bottom-right {
	padding-top: 12px;
	padding-bottom: 12px;
	max-width: calc(100% - 270px);
	padding-left: 24px;
}

.contacts-form-bottom-right .form-note {
	max-width: 200px;
	margin-top: 0;
}



.about-company-all-btn-block {
	margin-top: 52px;
	display: flex;
	justify-content: center;
}

.about-company-all-btn-wrapper {
	padding-left: 104px;
	padding-right: 104px;
	position: relative;
}

.about-company-all-btn-wrapper::before {
	content: '';
	position: absolute;
	width: 70px;
	height: 32px;
	left: 0;
	top: 50%;
	transform: translateY(-50%);
	mask-image: url('../images/svg/news-all-btn-arrows-right.svg');
	mask-position: center;
	mask-repeat: no-repeat;
	mask-size: 70px 32px;
	-webkit-mask-image: url('../images/svg/news-all-btn-arrows-right.svg');
	-webkit-mask-position: center;
	-webkit-mask-repeat: no-repeat;
	-webkit-mask-size: 70px 32px;
	background-color: #6E7FA4;
}

.about-company-all-btn-wrapper::after {
	content: '';
	position: absolute;
	width: 70px;
	height: 32px;
	right: 0;
	top: 50%;
	transform: translateY(-50%);
	mask-image: url('../images/svg/news-all-btn-arrows-left.svg');
	mask-position: center;
	mask-repeat: no-repeat;
	mask-size: 70px 32px;
	-webkit-mask-image: url('../images/svg/news-all-btn-arrows-left.svg');
	-webkit-mask-position: center;
	-webkit-mask-repeat: no-repeat;
	-webkit-mask-size: 70px 32px;
	background-color: #6E7FA4;
}

.about-company-all-btn {
	padding-left: 54px;
	padding-right: 54px;
	padding-top: 24px;
	padding-bottom: 24px;
}





.section-commissions {
	position: relative;
	z-index: 20;
	min-height: 380px;
}

.section-commissions+footer {
	margin-top: -100px;
}


.s-commissions__inner {
	position: relative;
}

.commissions-block {
	margin-top: -10px;
	border-radius: 24px;
	position: relative;
	z-index: 3;
}

.commissions-block-bg {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	z-index: 2;
}

.commissions-block-bg::before {
	content: '';
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	transform: translate3d(0, 0, 0);
	background: linear-gradient(108.46deg, rgba(255, 255, 255, 0.264) 0%, rgba(255, 255, 255, 0.066) 100%);
	-webkit-backdrop-filter: blur(10px);
	backdrop-filter: blur(10px);
	border-radius: 24px
}

.commissions-block-bg::after {
	content: '';
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	transform: translate3d(0, 0, 0);
	background: #7581EC;
	opacity: 0.25;
	box-shadow: 10px 10px 20px #4F5ECB;
	border-radius: 24px
}

.commissions-content {
	position: relative;
	z-index: 10;
	padding: 32px;
	padding-top: 2px;
	padding-bottom: 96px;
}







.commissions-table {
	margin-top: 40px;
}


.com-table-heading {
	display: flex;
	flex-wrap: wrap;
	background: linear-gradient(108.46deg, rgba(255, 255, 255, 0.264) 0%, rgba(255, 255, 255, 0.066) 100%);
	transform: translate3d(0, 0, 0);
	-webkit-backdrop-filter: blur(10px);
	backdrop-filter: blur(10px);
	border-radius: 12px;
}

.com-t-h-cell {
	padding-top: 18px;
	padding-bottom: 18px;
	font-weight: 700;
	font-size: 12px;
	line-height: 1;
	color: #394C79;
	text-transform: uppercase;
	border-left: 2px solid transparent;
	padding-left: 12px;
	padding-right: 12px;
	text-align: center;
}

.com-t-h-cell--payment {
	width: 22%;
	text-align: left;
}

.com-t-h-cell--protocol {
	width: 20%;
}

.com-t-h-cell--min-refill {
	width: 20%;
}

.com-t-h-cell--min-withdrawal {
	width: 20%;
}

.com-t-h-cell--commision {
	width: 18%;
}

.com-table-body {}

.com-table-items {}

.com-table-item {
	border-bottom: 2px solid rgba(230, 231, 253, 0.4);
	display: flex;
	flex-wrap: wrap;
}

.com-table-item:first-child {
	margin-top: -8px;
}

.com-table-item:first-child .com-t-i-cell {
	padding-top: 8px;
	height: 80px;
}

.com-table-item:last-child {
	border-bottom: 2px solid rgba(230, 231, 253, 0.4);
}

.com-t-i-cell {
	height: 72px;
	border-left: 2px solid rgba(230, 231, 253, 0.4);
	display: flex;
	align-items: center;
	padding-left: 10px;
	padding-right: 10px;
	text-align: center;
}

.com-t-i-cell:last-child {
	border-right: 2px solid rgba(230, 231, 253, 0.4);
}

.com-t-i-cell--payment {
	padding-left: 12px;
	width: 22%;
	text-align: left;
}

.com-t-i-cell--protocol {
	width: 20%;
}

.com-t-i-cell--min-refill {
	width: 20%;
}

.com-t-i-cell--min-withdrawal {
	width: 20%;
}

.com-t-i-cell--commision {
	width: 18%;
	padding-right: 20px;
}



.com-t-i-title {
	font-weight: 700;
	font-size: 11px;
	line-height: 1;
	color: #394C79;
	text-transform: uppercase;
	display: none;
}

.com-t-i-cell-value-block {
	width: 100%;
}

.com-t-i-cell-value-block .currency-item {
	width: 100%;
}


.com-t-i-protocol {
	font-weight: 700;
	font-size: 16px;
	line-height: 1;
	color: #394C79;
	opacity: 0.5;
	white-space: nowrap;
	text-overflow: ellipsis;
	overflow: hidden;
}


.com-t-i-min-refill {
	font-weight: 700;
	font-size: 16px;
	line-height: 1;
	color: #394C79;
	white-space: nowrap;
	text-overflow: ellipsis;
	overflow: hidden;
}


.com-t-i-min-withdrawal {

	font-weight: 700;
	font-size: 16px;
	line-height: 1;
	color: #394C79;
	white-space: nowrap;
	text-overflow: ellipsis;
	overflow: hidden;
}



.com-t-i-commision {
	font-weight: 700;
	font-size: 16px;
	line-height: 1;
	color: #E77D7D;
	white-space: nowrap;
	text-overflow: ellipsis;
	overflow: hidden;
}


.com-search-form-block {
	max-width: 830px;
	margin-right: auto;
	margin-left: auto;
	margin-top: -34px;
}

.com-search-form {
	position: relative;
}

.com-search-form .field {
	margin-top: 0;
}

.com-search-form-btn {
	position: absolute;
	right: 24px;
	top: 50%;
	transform: translateY(-50%);
	font-weight: 700;
	font-size: 16px;
	line-height: 1.2;
	text-transform: uppercase;
	font-weight: bold;
	background-color: transparent;
	background-image: none;
	border: 0;
}

.field--search .field__icon {}

.field--search .field__icon:before {
	mask-image: url('../images/svg/search.svg');
	-webkit-mask-image: url('../images/svg/search.svg');
	margin-left: 0;
}

.field--search input[type='text'],
.field--search input[type='email'],
.field--search input[type='password'] {
	padding-top: 0;
	padding-right: 100px;
}




.page--news {}



.section-news-list {
	position: relative;
	z-index: 20;
	min-height: 380px;
	background-image: url('../images/theme/bg-a.svg');
	background-position: center top 130px;
	background-repeat: no-repeat;
}

.section-news-list+footer {
	margin-top: -100px;
}


.s-news-list__inner {
	position: relative;
}

.news-list-block {
	margin-top: -10px;
	border-radius: 24px;
	position: relative;
	z-index: 3;
}

.news-list-block-bg {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	z-index: 2;
}

.news-list-block-bg::before {
	content: '';
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	transform: translate3d(0, 0, 0);
	background: linear-gradient(108.46deg, rgba(255, 255, 255, 0.264) 0%, rgba(255, 255, 255, 0.066) 100%);
	-webkit-backdrop-filter: blur(10px);
	backdrop-filter: blur(10px);
	border-radius: 24px
}

.news-list-block-bg::after {
	content: '';
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	transform: translate3d(0, 0, 0);
	background: #7581EC;
	opacity: 0.25;
	box-shadow: 10px 10px 20px #4F5ECB;
	border-radius: 24px;
	display: none;
}

.news-list-content {
	position: relative;
	z-index: 10;
	padding: 106px;
	padding-top: 116px;
	padding-bottom: 64px;
}



.nl-soc-block {
	position: absolute;
	left: 0;
	top: -16px;
	width: 100%;
}

.nl-soc {
	display: flex;
	justify-content: center;
	padding-left: 6px;
}

.nl-soc-link {
	height: 42px;
	width: 42px;
	margin-left: 15px;
	position: relative;
}

.nl-soc-link::before {
	content: '';
	position: absolute;
	top: 0;
	right: -9px;
	width: 100%;
	height: 100%;
	-webkit-filter: blur(6px);
	-moz-filter: blur(6px);
	-ms-filter: blur(6px);
	-o-filter: blur(6px);
	filter: blur(6px);
	transform: translate3d(0, 0, 0);
	border-radius: 50%;
	transition: 0.4s ease;
}

.nl-soc-link::after {
	content: '';
	position: absolute;
	bottom: -14px;
	left: -6px;
	width: 50px;
	height: 50px;
	-webkit-filter: blur(14px);
	-moz-filter: blur(14px);
	-ms-filter: blur(14px);
	-o-filter: blur(14px);
	filter: blur(14px);
	transform: translate3d(0, 0, 0);
	background-color: #B5C5D8;
	opacity: 0.62;
	box-shadow: inset -5px 2px 17px rgba(255, 255, 255, 0.86);
	border-radius: 50%;
	transition: 0.4s ease;
}

.nl-soc-link:hover {}

.nl-soc-link__img {
	pointer-events: none;
	height: 42px;
	width: 42px;
	position: absolute;
	left: 0;
	top: 0;
	display: flex;
	align-items: center;
	justify-content: center;
	z-index: 5;
	background: linear-gradient(18.81deg, rgba(255, 255, 255, 0.45) 5.66%, rgba(255, 255, 255, 0.52) 90.79%);
	box-shadow: inset -1px 2px 17px rgba(255, 255, 255, 0.86);
	border-radius: 50%;
	padding-top: 1px;
	padding-right: 1px;
}

.nl-soc-link__img .image {
	max-width: none;
}

.nl-soc-link--fb .nl-soc-link__img .image {
	width: 13px;
}

.nl-soc-link--twitter .nl-soc-link__img .image {
	width: 23px;
}

.nl-soc-link--telegram .nl-soc-link__img .image {
	width: 23px;
}

.nl-soc-link--medium .nl-soc-link__img .image {
	width: 23px;
}

.nl-soc-link--youtube .nl-soc-link__img .image {
	width: 14px;
}


.nl-soc-link--fb::before {
	background-image: linear-gradient(18.81deg, #477DEB 5.66%, #74CDF9 90.79%);
}

.nl-soc-link--twitter::before {
	background-image: linear-gradient(18.81deg, #21D7FF 5.66%, #1C84DB 78.17%, #1C84E4 90.79%);
}

.nl-soc-link--telegram::before {
	background-image: linear-gradient(18.81deg, #00CDFA 5.66%, #6CBCEA 90.79%);
}

.nl-soc-link--medium::before {
	background-image: linear-gradient(18.81deg, #1B1E1F 5.66%, #2F3139 90.79%);
}

.nl-soc-link--youtube::before {
	background-image: linear-gradient(18.81deg, #FF927A 5.65%, #F00000 90.77%);
}

.nl-soc-link:first-child {
	margin-left: 0;
}

.nl-soc-link:hover:before {
	opacity: 0;
}


.news-list-items-block {}

.news-list-items {}

.news-list-item {
	display: flex;
	margin-top: 70px;
	position: relative;
}

.news-list-item:first-child {
	margin-top: 0;
}

.news-list-item__img {
	width: 210px;
	height: 160px;
}

.news-list-item__img .image {
	width: 100%;
	height: 100%;
	object-fit: cover;
	box-shadow: -4px -4px 8px #F7F9FF, 4px 4px 8px #D1D2F2;
	border-radius: 24px;
}

.news-list-item__content {
	width: calc(100% - 210px);
	padding-left: 32px;
	padding-right: 180px;
	position: relative;
}

.news-list-item__date {
	font-weight: 700;
	font-size: 14px;
	line-height: 1.7;
	text-align: right;
	text-transform: uppercase;
	color: #6E7FA4;
	position: absolute;
	right: 0;
	top: 0;
	font-family: var(--manrope-font);
}

.news-list-item__title {
	font-weight: 700;
	font-size: 25px;
	line-height: 1.2;
	color: #394C79;
}

.news-list-item__text {
	margin-top: 16px;
	font-weight: 500;
	font-size: 16px;
	line-height: 2;
	color: #6E7FA4;
	font-family: var(--manrope-font);
}

.news-list-item__btn-block {
	margin-top: 16px;
}


.news-list-content .pagination-block {
	margin-top: 64px;
}

.page--news-single {}

.page-top-news-single-date {
	font-weight: 700;
	font-size: 14px;
	line-height: 1.7;
	text-align: center;
	text-transform: uppercase;
	color: #DFE3FA;
	font-family: var(--manrope-font);

}

.page-top-news-single-title {
	max-width: 650px;
	margin-left: auto;
	margin-right: auto;
	font-size: 48px;
}




.section-news-single {
	position: relative;
	z-index: 20;
	min-height: 380px;
}

.section-news-single+footer {
	margin-top: -100px;
}


.s-news-single__inner {
	position: relative;
}

.news-single-block {
	margin-top: -40px;
	border-radius: 24px;
	position: relative;
	z-index: 3;
}

.news-single-block-bg {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	z-index: 2;
}

.news-single-block-bg::before {
	content: '';
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	transform: translate3d(0, 0, 0);
	background: linear-gradient(108.46deg, rgba(255, 255, 255, 0.264) 0%, rgba(255, 255, 255, 0.066) 100%);
	-webkit-backdrop-filter: blur(10px);
	backdrop-filter: blur(10px);
	border-radius: 24px
}

.news-single-block-bg::after {
	content: '';
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	transform: translate3d(0, 0, 0);
	background: #7581EC;
	opacity: 0.25;
	box-shadow: 10px 10px 20px #4F5ECB;
	border-radius: 24px;
	display: none;
}

.news-single-content {
	position: relative;
	z-index: 10;
	padding: 106px;
	padding-top: 60px;
	padding-bottom: 60px;
}

.news-single {}

.news-single__img {
	margin-bottom: 48px;
}


.news-single__text {
	font-weight: 400;
	font-size: 16px;
	line-height: 1.75;
	color: #394C79;
	margin-bottom: 32px;
}

.news-single__text:last-child {
	margin-bottom: 0;
}


.news-single__text ul {
	padding-left: 20px;
}


.news-single__text a {
	background: radial-gradient(77.78% 77.78% at 83.33% 83.33%, #4052D7 0%, #826FFF 100%);
	color: #4052D7;
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
	background-clip: text;
	text-fill-color: transparent;
	text-decoration: underline;
	border-bottom: 1px solid #826FFF;
}

.news-single__text a:hover {
	border-bottom-color: transparent;
}

.news-single__text--large {
	font-size: 18px;
}

.blockquote {
	font-weight: 400;
	font-size: 16px;
	line-height: 1.75;
	color: #6E7FA4;
	background: #EBEEFE;
	box-shadow: inset -1.54545px -1.54545px 3.09091px #F8F9FF, inset 1.54545px 1.54545px 3.09091px #D1D8FF;
	border-radius: 12px;
	padding: 24px;
	margin-bottom: 1.5rem;
}


.page--bounty {}


.section-bounty {
	position: relative;
	z-index: 20;
	min-height: 380px;
	background-image: url('../images/theme/bg-a.svg');
	background-position: center top 130px;
	background-repeat: no-repeat;
}

.section-bounty+footer {
	margin-top: -100px;
}


.s-bounty__inner {
	position: relative;
}

.bounty-block {
	margin-top: -40px;
	border-radius: 24px;
	position: relative;
	z-index: 3;
}

.bounty-block-bg {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	z-index: 2;
}

.bounty-block-bg::before {
	content: '';
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	transform: translate3d(0, 0, 0);
	background: linear-gradient(108.46deg, rgba(255, 255, 255, 0.264) 0%, rgba(255, 255, 255, 0.066) 100%);
	-webkit-backdrop-filter: blur(10px);
	backdrop-filter: blur(10px);
	border-radius: 24px
}

.bounty-block-bg::after {
	content: '';
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	transform: translate3d(0, 0, 0);
	background: #7581EC;
	opacity: 0.25;
	box-shadow: 10px 10px 20px #4F5ECB;
	border-radius: 24px;
	display: none;
}

.bounty-content {
	position: relative;
	z-index: 10;
	padding: 32px;
	padding-top: 2px;
	padding-bottom: 64px;
}






.bounty-table {
	margin-top: 40px;
}


.bou-table-heading {
	display: flex;
	flex-wrap: wrap;
	background: linear-gradient(108.46deg, rgba(255, 255, 255, 0.264) 0%, rgba(255, 255, 255, 0.066) 100%);
	transform: translate3d(0, 0, 0);
	-webkit-backdrop-filter: blur(10px);
	backdrop-filter: blur(10px);
	border-radius: 12px;
}

.bou-t-h-cell {
	padding-top: 18px;
	padding-bottom: 18px;
	font-weight: 700;
	font-size: 12px;
	line-height: 1;
	color: #394C79;
	text-transform: uppercase;
	border-left: 2px solid transparent;
	padding-left: 12px;
	padding-right: 12px;
	text-align: center;
}

.bou-t-h-cell--platform {
	width: 21.5%;
	text-align: left;
}

.bou-t-h-cell--description {
	width: 37.5%;
	text-align: left;
}

.bou-t-h-cell--fulfilment-1 {
	width: 13.66%;
}

.bou-t-h-cell--fulfilment-2 {
	width: 13.66%;
}

.bou-t-h-cell--moderating {
	width: 13.66%;
}

.bou-table-body {}

.bou-table-items {
	margin-top: -6px;
}

.bou-table-item {
	border-bottom: 2px solid rgba(230, 231, 253, 0.4);
	display: flex;
	flex-wrap: wrap;
}

.bou-table-item:last-child {
	border-bottom: 2px solid rgba(230, 231, 253, 0.4);
}

.bou-t-i-cell {
	padding-top: 30px;
	padding-bottom: 30px;
	border-left: 2px solid rgba(230, 231, 253, 0.4);
	display: flex;
	padding-left: 20px;
	padding-right: 20px;
	text-align: center;
}

.bou-t-i-cell:last-child {
	border-right: 2px solid rgba(230, 231, 253, 0.4);
}

.bou-t-i-cell--platform {
	padding-left: 12px;
	padding-right: 16px;
	width: 21.5%;
	text-align: left;
}

.bou-t-i-cell--description {
	width: 37.5%;
	text-align: left;
}

.bou-t-i-cell--fulfilment-1 {
	width: 13.66%;
}

.bou-t-i-cell--fulfilment-2 {
	width: 13.66%;
}

.bou-t-i-cell--moderating {
	width: 13.66%;
}

.bou-t-i-cell--moderating .bou-t-i-cell-value-block {
	width: 100%;
	display: flex;
	justify-content: center;
	align-items: flex-start;
}


.bou-t-i-platform {
	display: flex;
}

.bou-t-i-platform__content {
	width: calc(100% - 42px);
	padding-left: 18px;
}

.bou-t-i-platform__title {
	font-weight: 700;
	font-size: 16px;
	line-height: 1.5;
	color: #394C79;
}

.bou-t-i-platform__descr {
	font-weight: 500;
	font-size: 12px;
	line-height: 1.5;
	color: #394C79;
	margin-top: 2px;
	opacity: 0.8;
}


.bou-t-i-platform__icon {
	height: 42px;
	width: 42px;
	position: relative;
}

.bou-t-i-platform__icon::before {
	content: '';
	position: absolute;
	top: 0;
	right: -9px;
	width: 100%;
	height: 100%;
	-webkit-filter: blur(6px);
	-moz-filter: blur(6px);
	-ms-filter: blur(6px);
	-o-filter: blur(6px);
	filter: blur(6px);
	transform: translate3d(0, 0, 0);
	border-radius: 50%;
	transition: 0.4s ease;
}

.bou-t-i-platform__icon::after {
	content: '';
	position: absolute;
	bottom: -14px;
	left: -6px;
	width: 50px;
	height: 50px;
	-webkit-filter: blur(14px);
	-moz-filter: blur(14px);
	-ms-filter: blur(14px);
	-o-filter: blur(14px);
	filter: blur(14px);
	transform: translate3d(0, 0, 0);
	background-color: #B5C5D8;
	opacity: 0.62;
	box-shadow: inset -5px 2px 17px rgba(255, 255, 255, 0.86);
	border-radius: 50%;
	transition: 0.4s ease;
}

.bou-t-i-platform__icon:hover {}

.bou-t-i-platform__icon__img {
	pointer-events: none;
	height: 42px;
	width: 42px;
	position: absolute;
	left: 0;
	top: 0;
	display: flex;
	align-items: center;
	justify-content: center;
	z-index: 5;
	background: linear-gradient(18.81deg, rgba(255, 255, 255, 0.45) 5.66%, rgba(255, 255, 255, 0.52) 90.79%);
	box-shadow: inset -1px 2px 17px rgba(255, 255, 255, 0.86);
	border-radius: 50%;
	padding-top: 1px;
	padding-right: 1px;
}

.bou-t-i-platform__icon__img .image {
	max-width: none;
}

.bou-t-i-platform__icon--trustpilot .bou-t-i-platform__icon__img {
	padding: 0;
}

.bou-t-i-platform__icon--trustpilot .bou-t-i-platform__icon__img .image {
	width: 24px;
}

.bou-t-i-platform__icon--fb .bou-t-i-platform__icon__img .image {
	width: 13px;
}

.bou-t-i-platform__icon--twitter .bou-t-i-platform__icon__img .image {
	width: 23px;
}

.bou-t-i-platform__icon--telegram .bou-t-i-platform__icon__img .image {
	width: 23px;
}


.bou-t-i-platform__icon--instagram .bou-t-i-platform__icon__img {
	padding-right: 0;
}

.bou-t-i-platform__icon--instagram .bou-t-i-platform__icon__img .image {
	width: 20px;
}

.bou-t-i-platform__icon--youtube .bou-t-i-platform__icon__img .image {
	width: 14px;
}

.bou-t-i-platform__icon--trustpilot::before {
	background-image: linear-gradient(18.81deg, rgba(0, 182, 122, 0.6) 5.66%, #00B67A 90.79%);
}

.bou-t-i-platform__icon--fb::before {
	background-image: linear-gradient(18.81deg, #477DEB 5.66%, #74CDF9 90.79%);
}

.bou-t-i-platform__icon--twitter::before {
	background-image: linear-gradient(18.81deg, #21D7FF 5.66%, #1C84DB 78.17%, #1C84E4 90.79%);
}

.bou-t-i-platform__icon--telegram::before {
	background-image: linear-gradient(18.81deg, #00CDFA 5.66%, #6CBCEA 90.79%);
}


.bou-t-i-platform__icon--instagram::before {
	background: linear-gradient(202.41deg, #3A55D2 10.2%, #4651D5 21.3%, #6548DE 41.17%, #FF007A 95.07%);
}

.bou-t-i-platform__icon--youtube::before {
	background-image: linear-gradient(18.81deg, #FF927A 5.65%, #F00000 90.77%);
}




.bou-t-i-title {
	font-weight: 700;
	font-size: 11px;
	line-height: 1.3;
	color: #394C79;
	text-transform: uppercase;
	display: none;
}

.bou-t-i-cell-value-block {
	width: 100%;
}



.bou-t-i-description {}

.bou-t-i-description__title {
	font-weight: 700;
	font-size: 12px;
	line-height: 2;
	text-transform: uppercase;
	color: #394C79;

}

.bou-t-i-description__note {
	font-weight: 500;
	font-size: 12px;
	line-height: 1.5;
	color: #394C79;
	opacity: 0.5;
	font-family: var(--manrope-font);
}

.bou-t-i-description__text {
	font-weight: 500;
	font-size: 12px;
	line-height: 1.75;
	color: #394C79;
	margin-top: 14px;
	font-family: var(--manrope-font);
}

.bou-t-i-description__text ul {
	padding-left: 20px;
	margin-bottom: 0;
}

.bou-t-i-fulfilment {
	font-weight: 700;
	font-size: 14px;
	line-height: 1.3;
	color: #394C79;
	font-family: var(--manrope-font);
}


.bou-t-i-moderating {
	font-weight: 700;
	font-size: 12px;
	line-height: 1.5;
	color: #6E7FA4;
	position: relative;
	padding-left: 26px;
	font-family: var(--manrope-font);
}


.bou-t-i-moderating::before {
	content: '';
	position: absolute;
	width: 16px;
	height: 16px;
	left: 0;
	top: 50%;
	transform: translateY(-50%);
	mask-position: center;
	mask-repeat: no-repeat;
	mask-size: 16px 16px;
	mask-image: url('../images/svg/time-quarter-past.svg');
	-webkit-mask-position: center;
	-webkit-mask-repeat: no-repeat;
	-webkit-mask-size: 16px 16px;
	-webkit-mask-image: url('../images/svg/time-quarter-past.svg');
	background-color: #394C79;
	z-index: 5;
}

.bounty-send-btn-block {
	margin-top: -24px;
	text-align: center;
}

.bounty-send-btn {}

.bounty-send-btn {
	padding-right: 64px;
	font-size: 18px;
	padding-top: 23px;
	padding-bottom: 23px;
	min-width: 285px;
	width: auto;
}

.bounty-send-btn::before {
	content: '';
	position: absolute;
	top: 50%;
	right: 12px;
	transform: translateY(-50%);
	width: 40px;
	height: 40px;
	border-radius: 50%;
	background-image: url('../images/svg/bounty-send-btn__icon.svg');
	background-position: center;
	background-repeat: no-repeat;
	background-size: 40px 40px;
}


.page--faq {}


.page-search-form-block {
	max-width: 830px;
	margin-right: auto;
	margin-left: auto;
	margin-top: -34px;
}

.page-search-form {
	position: relative;
}

.page-search-form .field {
	margin-top: 0;
}

.page-search-form-btn {
	position: absolute;
	right: 24px;
	top: 50%;
	transform: translateY(-50%);
	font-weight: 700;
	font-size: 16px;
	line-height: 1.2;
	text-transform: uppercase;
	font-weight: bold;
	background-color: transparent;
	background-image: none;
	border: 0;
}




.section-faq {
	position: relative;
	z-index: 20;
	min-height: 380px;
}



.s-faq__inner {
	position: relative;
}

.faq-top-block {
	margin-top: -10px;
	border-radius: 24px;
	position: relative;
	z-index: 3;
}

.faq-top-block-bg {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	z-index: 2;
}

.faq-top-block-bg::before {
	content: '';
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	transform: translate3d(0, 0, 0);
	background: linear-gradient(108.46deg, rgba(255, 255, 255, 0.264) 0%, rgba(255, 255, 255, 0.066) 100%);
	-webkit-backdrop-filter: blur(10px);
	backdrop-filter: blur(10px);
	border-radius: 24px
}

.faq-top-block-bg::after {
	content: '';
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	transform: translate3d(0, 0, 0);
	background: #7581EC;
	opacity: 0.25;
	box-shadow: 10px 10px 20px #4F5ECB;
	border-radius: 24px
}

.faq-top-content {
	position: relative;
	z-index: 10;
	padding: 32px;
	padding-top: 2px;
	padding-bottom: 96px;
}

.faq-category-items-block {
	margin-top: 16px;
	max-width: 1080px;
	margin-right: auto;
	margin-left: auto;
}

.faq-category-items {}

.faq-category-item {
	margin-top: 32px;
	display: flex;
	min-height: calc(100% - 32px);
	background: #E6E7FD;
	box-shadow: -4px -4px 8px #F7F9FF, 4px 4px 8px #D1D2F2;
	border-radius: 24px;
	padding: 24px;
	padding-bottom: 16px;
}

.faq-category-item.active,
.faq-category-item:hover {
	background: #EBEEFE;
	box-shadow: inset -1.54545px -1.54545px 3.09091px #F8F9FF, inset 1.54545px 1.54545px 3.09091px #D1D8FF;

}

.faq-category-item__icon {
	width: 72px;
	height: 72px;
}

.faq-category-item__content {
	width: calc(100% - 72px);
	padding-left: 10px;
}

.faq-category-item__title {
	font-weight: 700;
	font-size: 20px;
	line-height: 1.5;
	color: #394C79;
}

.faq-category-item__text {
	font-weight: 500;
	font-size: 12px;
	line-height: 1.5;
	color: #394C79;
	opacity: 0.8;
	font-family: var(--manrope-font);
	max-width: 200px;
}



.faq-items-block {
	margin-top: 64px;
	max-width: 830px;
	margin-right: auto;
	margin-left: auto;
}

.faq-items {}

.faq-item {
	margin-top: 24px;
	background: #E6E7FD;
	box-shadow: -4px -4px 8px #F7F9FF, 4px 4px 8px #D1D2F2;
	border-radius: 24px;
}

.faq-item:first-child {
	margin-top: 0;
}

.faq-item.active .faq-heading-icon:before {
	transform: translate(-50%, -50%) rotate(90deg);
}

.faq-heading {
	padding-left: 30px;
	padding-top: 24px;
	padding-bottom: 24px;
	padding-right: 80px;
	display: flex;
	align-items: flex-start;
	position: relative;
	cursor: pointer;
}



.faq-heading-title {
	font-weight: 700;
	font-size: 24px;
	line-height: 1.33;
	color: #394C79;
	padding-right: 14px;
}

.faq-heading-label {
	padding: 4px 6px;
	font-weight: 800;
	font-size: 10px;
	line-height: 1;
	text-align: center;
	letter-spacing: 1px;
	text-transform: uppercase;
	white-space: nowrap;
	color: #FFFFFF;
	border-radius: 30px;
	background: #D0FFE0;
	color: #48D779;
}


.faq-heading-icon {
	width: 48px;
	height: 48px;
	background: #EBEEFE;
	box-shadow: inset -1.54545px -1.54545px 3.09091px #F8F9FF, inset 1.54545px 1.54545px 3.09091px #D1D8FF;
	border-radius: 100px;
	position: absolute;
	right: 16px;
	top: 50%;
	transform: translateY(-50%);
}


.faq-heading-icon:before {
	content: '';
	position: absolute;
	width: 20px;
	height: 20px;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%) rotate(-90deg);
	mask-position: center;
	mask-repeat: no-repeat;
	mask-size: 20px 20px;
	mask-image: url('../images/svg/arrow-left.svg');
	-webkit-mask-position: center;
	-webkit-mask-repeat: no-repeat;
	-webkit-mask-size: 20px 20px;
	-webkit-mask-image: url('../images/svg/arrow-left.svg');
	background-color: #826FFF;
	background-image: radial-gradient(77.78% 77.78% at 83.33% 83.33%, #4052D7 0%, #826FFF 100%);
	z-index: 5;
	transition: 0.4s ease;
}

.faq-body {
	padding-bottom: 24px;
	padding-left: 30px;
	padding-right: 105px;
	display: none;
}

.faq-text {
	font-weight: 400;
	font-size: 14px;
	line-height: 2;
	color: #394C79;
	margin-bottom: 20px;
}

.faq-text:last-child {
	margin-bottom: 0;
}

.faq-text--large {
	font-size: 18px;
	line-height: 1.75;
}


.section-terms {
	padding-top: 72px;
	padding-bottom: 20px;
}

.s-terms__inner {}

.s-terms__inner .section-descr {
	max-width: 720px;
	text-align: left;
}

.terms-items-block {
	margin-top: 60px;
}

.terms-items {}

.terms-item {
	margin-top: 32px;
}

.terms-item:first-child {
	margin-top: 0;
}

.terms-item__title {
	font-weight: 700;
	font-size: 32px;
	line-height: 1;
	letter-spacing: -0.03em;
	color: #394C79;
}

.terms-item__text {
	font-weight: 400;
	font-size: 16px;
	line-height: 1.75;
	color: #394C79;
	margin-top: 16px;
}


.terms-item__text ul {
	padding-left: 20px;
}

.text--light-grey {
	color: #6E7FA4;
}

.terms-menu-block {
	padding: 40px;
	background: #EBEEFE;
	box-shadow: inset -1.54545px -1.54545px 3.09091px #F8F9FF, inset 1.54545px 1.54545px 3.09091px #D1D8FF;
	border-radius: 12px;
	overflow: hidden;
}

.terms-menu-title {
	font-weight: 700;
	font-size: 20px;
	line-height: 1.6;
	color: #394C79;
}


.terms-menu {
	font-size: 16px;
	font-weight: bold;
	line-height: 1.5;
	margin-top: 24px;
}

.terms-menu>ul {
	padding: 0;
	margin: 0;
	list-style-type: none;
}

.terms-menu>ul>li {
	margin-top: 20px;
	display: block;
}

.terms-menu>ul>li:first-child {
	margin-top: 0;
}

.terms-menu>ul>li>a {
	color: #6E7FA4;
	position: relative;
}

.terms-menu>ul>li>a:before {
	content: '';
	position: absolute;
	width: 16px;
	height: 32px;
	border-radius: 12px;
	background-color: #826FFF;
	background-image: radial-gradient(77.78% 77.78% at 83.33% 83.33%, #4052D7 0%, #826FFF 100%);
	top: 50%;
	transform: translateY(-50%);
	left: -48px;
	transition: 0.4s ease;
	opacity: 0;
	pointer-events: none;
}

.terms-menu>ul>li>a:hover {
	color: #394C79;
}

.terms-menu>ul>li>a:hover:before {
	opacity: 1;
}


.section-hero--strategy {
	padding-top: 50px;
	padding-bottom: 40px;
}

.s-hero-content-right .strategy-item-video-block {
	box-shadow: none;
}

.s-about-content-right .s-hero-video-img-link-block {
	width: 290px;
}

.s-about-content-right .s-hero-video-content {
	width: calc(100% - 290px);
}

.s-hero-content-left .strategy-item-features-block {
	margin-top: 40px;
}

.strategy-item-video-note {
	font-weight: 400;
	font-size: 12px;
	line-height: 1;
	text-align: right;
	margin-top: 30px;
}


.section-investment {}

.s-investment-top-block {
	position: relative;
	margin-top: -130px;
	background-image: url('../images/theme/s-investment-top-block-bg.png');
	background-position: center top;
	background-repeat: no-repeat;
	background-size: 100% 100%;
}

.s-investment-top {
	min-height: 430px;

}

.s-investment-top-decors {
	position: absolute;
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
}

.s-investment-top-inner {
	position: relative;
	padding-top: 140px;
	padding-bottom: 80px;
}

.s-investment-top-info {
	display: flex;
	align-items: center;
}

.s-investment-top-info h2 {
	color: #fff;
}

.s-investment-top-info__left {
	width: 440px;
	padding-right: 32px;
}

.s-investment-top-info__right {
	width: calc(100% - 440px);
	padding-left: 32px;
	border-left: 2px solid #FFFFFF;
}

.s-investment-top-info__descr {
	font-weight: 500;
	font-size: 14px;
	line-height: 1.7;
	color: #DFE3FA;
	max-width: 575px;
	font-family: var(--manrope-font);
}

.invest-tab-slider-block {
	margin-top: 32px;
}

.invest-tab-slider {
	margin-left: -5px;
	margin-right: -5px;
}


.invest-tab-slider .slick-list {}

.invest-tab-slider .slick-prev,
.invest-tab-slider .slick-next {
	width: 48px;
	height: 48px;
	padding: 0;
	background: #EBEEFE;
	box-shadow: inset -1.54545px -1.54545px 3.09091px #F8F9FF, inset 1.54545px 1.54545px 3.09091px #D1D8FF;
	border-radius: 100px;
	cursor: pointer;
	z-index: 4;
	position: absolute;
	border: 0;
	padding: 0;
	top: 50%;
	transform: translateY(-50%);
}

.invest-tab-slider .slick-prev:before,
.invest-tab-slider .slick-next:before {
	content: '';
	position: absolute;
	width: 20px;
	height: 20px;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
	mask-position: center;
	mask-repeat: no-repeat;
	mask-size: 20px 20px;
	-webkit-mask-position: center;
	-webkit-mask-repeat: no-repeat;
	-webkit-mask-size: 20px 20px;
	background-color: #4052D7;
	background: radial-gradient(77.78% 77.78% at 83.33% 83.33%, #4052D7 0%, #826FFF 100%);
	z-index: 2;
}

.invest-tab-slider .slick-prev:after,
.invest-tab-slider .slick-next:after {
	content: '';
	position: absolute;
	width: 100%;
	height: 100%;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
	background-color: #4052D7;
	background: radial-gradient(77.78% 77.78% at 83.33% 83.33%, #4052D7 0%, #826FFF 100%);
	border-radius: 50%;
	opacity: 0;
	visibility: hidden;
	transition: 0.4s ease;
}

.invest-tab-slider .slick-prev {
	left: 0;
}

.invest-tab-slider .slick-prev:before {
	mask-image: url('../images/svg/arrow-left.svg');
	-webkit-mask-image: url('../images/svg/arrow-left.svg');

}

.invest-tab-slider .slick-prev:hover {}

.invest-tab-slider .slick-prev:hover:after,
.invest-tab-slider .slick-next:hover:after {
	opacity: 1;
	visibility: visible;
}

.invest-tab-slider .slick-prev:hover:before,
.invest-tab-slider .slick-next:hover:before {
	background-color: #fff;
	background-image: none;
}

.invest-tab-slider .slick-next {
	right: 0;
}

.invest-tab-slider .slick-next:before {
	mask-image: url('../images/svg/arrow-right.svg');
	-webkit-mask-image: url('../images/svg/arrow-right.svg');
}

.invest-tab-slider .slick-next:hover {
	background-color: #FFB800;
}

.invest-tab-slide {
	padding-left: 5px;
	padding-right: 5px;
	display: none;
}

.invest-tab-slide:first-child {
	display: block;
}



.invest-tab {
	padding-top: 20px;
	width: 32px;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	position: relative;
}

.invest-tab__abbr {
	position: absolute;
	left: 50%;
	transform: translateX(-50%);
	top: 0;
	font-weight: 700;
	font-size: 12px;
	line-height: 1.2;
	text-transform: uppercase;
	color: #FFFFFF;
	opacity: 0;
	visibility: hidden;
	margin-left: -4px;
}

.invest-tab__icon {
	width: 44px;
	height: 44px;
	margin-right: -4px;
	cursor: pointer;
}

.invest-tab__dot {
	background: #EBEEFE;
	box-shadow: inset -1.54545px -1.54545px 3.09091px #F8F9FF, inset 1.54545px 1.54545px 3.09091px #D1D8FF;
	border-radius: 100px;
	width: 24px;
	height: 24px;
	position: relative;
	margin-top: 4px;
	border: 1px solid rgba(130, 111, 255, 1);
	margin-left: -8px;
	opacity: 0;
	visibility: hidden;
}

.invest-tab__dot::before {
	content: '';
	position: absolute;
	width: 12px;
	height: 12px;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
	background: radial-gradient(77.78% 77.78% at 83.33% 83.33%, #4052D7 0%, #826FFF 100%);
	border-radius: 100px;
}

.invest-tab.active {
	pointer-events: none;
}


.invest-tab.active .invest-tab__dot {
	opacity: 1;
	visibility: visible;
}

.invest-tab.active .invest-tab__abbr {
	opacity: 1;
	visibility: visible;
}


.s-investment-content-block {
	position: relative;
	z-index: 5;
}

.s-investment-content {
	position: relative;
	padding-top: 2px;
}

.s-investment-content-decors {

	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	z-index: 1;
}


.s-investment-inner-decor {
	top: 280px;
	right: -280px;
	position: absolute;
	width: 412px;
}

.s-investment-inner-diamond {
	top: 160px;
	right: 50%;
	margin-right: 30px;
	position: absolute;
	width: 230px;
}

.invest-tabs-content {}

.invest-tab-content {
	display: none;
}

.invest-tab-content:first-child {
	display: block;
}

.s-investment-content-inner {
	position: relative;
	z-index: 5;
}

.investment-items-block {
	margin-top: -64px;
}

.investment-items {}

.investment-item {
	position: relative;
	margin-top: 32px;
	min-height: calc(100% - 32px);
}


.investment-item__bg {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	z-index: 1;
}

.investment-item__bg::before {
	content: '';
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	transform: translate3d(0, 0, 0);
	background: linear-gradient(108.46deg, rgba(255, 255, 255, 0.264) 0%, rgba(255, 255, 255, 0.066) 100%);
	-webkit-backdrop-filter: blur(10px);
	backdrop-filter: blur(10px);
	border-radius: 24px
}

.investment-item__bg::after {
	content: '';
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	transform: translate3d(0, 0, 0);
	background: #7581EC;
	opacity: 0.20;
	box-shadow: 10px 10px 20px #4F5ECB;
	border-radius: 24px
}

.investment-item__content {
	position: relative;
	z-index: 10;
	padding: 12px;
	padding-left: 12px;
	padding-bottom: 16px;
	padding-right: 20px;
	display: flex;
	flex-wrap: wrap;
}

.investment-item__left {
	background: #E6E7FD;
	box-shadow: 4px 4px 8px #D1D2F2;
	border-radius: 24px;
	padding: 20px 24px;
	width: 190px;
}

.investment-item__percent {
	font-size: 56px;
	font-weight: 700;
	line-height: 1.15;
}

.investment-item__percent span {
	background: radial-gradient(77.78% 77.78% at 83.33% 83.33%, #3B4F7D 0%, #495D89 100%);
	color: #3B4F7D;
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
	background-clip: text;
	text-fill-color: transparent;
}

.investment-item__percent span .percent {
	font-size: 32px;
}

.investment-item__period {
	font-weight: 400;
	font-size: 24px;
	line-height: 1.15;
	color: #394C79;
}

.investment-item__period .days {
	background: radial-gradient(77.78% 77.78% at 83.33% 83.33%, #4052D7 0%, #826FFF 100%);
	color: #4052D7;
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
	background-clip: text;
	text-fill-color: transparent;
	font-weight: 700;
}

.investment-item__reward-time {
	margin-top: 16px;
	display: flex;
	align-items: center;
}

.investment-item__reward-time-icon {
	position: relative;
	width: 24px;
	height: 24px;
}

.investment-item__reward-time-icon::before {
	content: '';
	position: absolute;
	width: 24px;
	height: 24px;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
	mask-position: center;
	mask-repeat: no-repeat;
	mask-size: 24px 24px;
	-webkit-mask-position: center;
	-webkit-mask-repeat: no-repeat;
	-webkit-mask-size: 24px 24px;
	background-color: #826FFF;
	background-image: radial-gradient(77.78% 77.78% at 83.33% 83.33%, #4052D7 0%, #826FFF 100%);
	z-index: 1;
}

.investment-item__reward-time-icon--daily::before {
	mask-image: url('../images/svg/fi-br-calendar.svg');
	-webkit-mask-image: url('../images/svg/fi-br-calendar.svg');

}

.investment-item__reward-time-icon--after::before {
	mask-image: url('../images/svg/fi-br-play-alt.svg');
	-webkit-mask-image: url('../images/svg/fi-br-play-alt.svg');
}

.investment-item__reward-time-icon--daily-infinite::before {
	mask-image: url('../images/svg/fi-br-calendar-infinite.svg');
	-webkit-mask-image: url('../images/svg/fi-br-calendar-infinite.svg');
}

.investment-item__reward-time-text {
	font-weight: 700;
	font-size: 14px;
	line-height: 1.15;
	text-transform: uppercase;
	padding-left: 12px;
	white-space: nowrap;
	/* max-width: calc(100% - 24px); */
}

.investment-item__btn-block {
	margin-top: 16px;
}

.investment-item__btn-block-mobile {
	margin-top: 16px;
	display: none;
}

.investment-item__btn {
	width: 100%;
}


.investment-item__params {}

.investment-item__param {
	margin-top: 28px;
}

.investment-item__param:first-child {
	margin-top: 0;
}

.investment-item__param-title {
	font-weight: 700;
	font-size: 14px;
	line-height: 1.15;
	text-transform: uppercase;
	opacity: 0.5;
}

.investment-item__param-value-block {
	padding-top: 10px;
}

.investment-item__param-amount {
	display: flex;
	justify-content: space-between;
}

.investment-item__param-amount__amount {
	font-weight: 700;
	font-size: 16px;
	line-height: 1.15;
}

.investment-item__param-amount__currency {
	font-weight: 700;
	font-size: 14px;
	line-height: 1.15;
	text-transform: uppercase;
	color: #3B4F7D;
	padding-left: 4px;
}

.investment-item__param-back {
	font-weight: 700;
	font-size: 12px;
	line-height: 1.15;
}



.investment-item__right {
	width: calc(100% - 190px);
	padding-left: 28px;
	padding-top: 28px;
}



.investment-bottom-info {
	margin-top: 32px;
	display: flex;
	align-items: center;
}

.investment-bottom-info__icon {
	width: 20px;
	height: 20px;
	position: relative;
}

.investment-bottom-info__icon:before {
	content: '';
	position: absolute;
	width: 20px;
	height: 20px;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
	mask-position: center;
	mask-repeat: no-repeat;
	mask-size: 20px 20px;
	-webkit-mask-position: center;
	-webkit-mask-repeat: no-repeat;
	-webkit-mask-size: 20px 20px;
	mask-image: url('../images/svg/alert.svg');
	-webkit-mask-image: url('../images/svg/alert.svg');
	background-color: #4052D7;
	background: radial-gradient(77.78% 77.78% at 83.33% 83.33%, #4052D7 0%, #826FFF 100%);
	z-index: 5;
	transition: 0.4s ease;
}

.investment-bottom-info__text {
	width: calc(100% - 20px);
	padding-left: 8px;
	font-weight: 500;
	font-size: 14px;
	line-height: 2;
	background: radial-gradient(77.78% 77.78% at 83.33% 83.33%, #3B4F7D 0%, #495D89 100%);
	color: #3B4F7D;
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
	background-clip: text;
	text-fill-color: transparent;

}



.section-profit-calc {
	position: relative;
	z-index: 10;
}

.section-profit-calc+.section-features {
	margin-top: -100px;
}

.s-profit-calc-inner {
	padding-top: 48px;
	min-height: 500px;
	position: relative;
}

.s-profit-calc-decors {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
}

.s-profit-calc-decor-1 {
	position: absolute;
	top: 54px;
	left: -325px;
	width: 455px;
}

.s-profit-calc-content {
	position: relative;
	z-index: 5;
}

.s-profit-calc-content h2 {
	text-align: center;
}



.profit-calc-form-block {
	margin-top: 48px;
	position: relative;
	z-index: 2;
}

.profit-calc-form-block-bg {}


.profit-calc-form-block-bg {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	z-index: 1;
}

.profit-calc-form-block-bg::before {
	content: '';
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	transform: translate3d(0, 0, 0);
	background: linear-gradient(108.46deg, rgba(255, 255, 255, 0.264) 0%, rgba(255, 255, 255, 0.066) 100%);
	-webkit-backdrop-filter: blur(10px);
	backdrop-filter: blur(10px);
	border-radius: 24px
}

.profit-calc-form-block-bg::after {
	content: '';
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	transform: translate3d(0, 0, 0);
	background: #7581EC;
	opacity: 0.20;
	box-shadow: 10px 10px 20px #4F5ECB;
	border-radius: 24px
}

.profit-calc-form-block-content {
	position: relative;
	z-index: 10;
	padding-top: 60px;
	padding-bottom: 60px;
}


.profit-calc-form {}

.profit-calc-form__left {
	padding-left: 64px;
	padding-right: 32px;
}

.p-calc-form-currency-block {}

.profit-calc-form__middle {
	margin-top: -32px;
}

.profit-calc-form__middle {}

.profit-calc-form__right {
	padding-left: 36px;
	padding-right: 36px;
	margin-top: -6px;
}

.p-calc-form-currency-block__descr {
	font-weight: 400;
	font-size: 14px;
	line-height: 2;
	color: #3B4F7D;
	margin-top: 8px;
}

.cur-icon-radio-items-block {}

.cur-icon-radio-items {
	display: flex;
	flex-wrap: wrap;
	margin-left: -6px;
	margin-right: -6px;
}

.cur-icon-radio-item-wrapper {
	width: 52px;
	margin-top: 4px;
}

.cur-icon-radio-item {
	display: block;
	width: 52px;
	margin-bottom: 0;
	cursor: pointer;
}

.cur-icon-radio-item__icon {
	border: 1px solid transparent;
	border-radius: 12px;
	padding-top: 3px;
	padding-bottom: 3px;
	padding-left: 6px;
	transition: 0.4s ease;
}

.cur-icon-radio-item__icon-image {
	width: 44px;
	height: 44px;
}


.radio:checked~.cur-icon-radio-item__icon {
	background: #EBEEFE;
	box-shadow: inset -1.54545px -1.54545px 3.09091px #F8F9FF, inset 1.54545px 1.54545px 3.09091px #D1D8FF;
}

.radio:checked~.cur-icon-radio-item__icon--ps-binance-coin {
	border-color: rgba(255, 169, 1, 1);
}

.radio:checked~.cur-icon-radio-item__icon--ps-binance-usd {
	border-color: rgba(240, 185, 11, 1);
}

.radio:checked~.cur-icon-radio-item__icon--ps-bitcoin-cash {
	border-color: rgba(10, 193, 142, 1);
}

.radio:checked~.cur-icon-radio-item__icon--ps-bitcoin {
	border-color: rgba(255, 140, 0, 1);
}

.radio:checked~.cur-icon-radio-item__icon--ps-cardano {
	border-color: rgba(0, 51, 173, 1);
}

.radio:checked~.cur-icon-radio-item__icon--ps-chainlink {
	border-color: rgba(42, 90, 218, 1);
}

.radio:checked~.cur-icon-radio-item__icon--ps-cronos {
	border-color: rgba(36, 48, 98, 1);
}

.radio:checked~.cur-icon-radio-item__icon--ps-dai {
	border-color: rgba(194, 166, 51, 1);
}

.radio:checked~.cur-icon-radio-item__icon--ps-dogecoin {
	border-color: rgba(255, 169, 1, 1);
}

.radio:checked~.cur-icon-radio-item__icon--ps-ethereum-classic {
	border-color: rgba(58, 184, 58, 1);
}

.radio:checked~.cur-icon-radio-item__icon--ps-ethereum {
	border-color: rgba(52, 52, 52, 1);
}

.radio:checked~.cur-icon-radio-item__icon--ps-ftx-token {
	border-color: rgba(2, 166, 194, 1);
}

.radio:checked~.cur-icon-radio-item__icon--ps-litecoin {
	border-color: rgba(52, 93, 157, 1);
}

.radio:checked~.cur-icon-radio-item__icon--ps-near {
	border-color: rgba(0, 0, 0, 1);
}

.radio:checked~.cur-icon-radio-item__icon--ps-polkadot {
	border-color: rgba(230, 0, 122, 1);
}

.radio:checked~.cur-icon-radio-item__icon--ps-polygon {
	border-color: rgba(130, 71, 229, 1);
}

.radio:checked~.cur-icon-radio-item__icon--ps-shiba-inu {
	border-color: rgba(240, 5, 0, 1);
}

.radio:checked~.cur-icon-radio-item__icon--ps-solana {
	border-color: rgba(173, 79, 236, 1);
}

.radio:checked~.cur-icon-radio-item__icon--ps-tether {
	border-color: rgba(22, 159, 122, 1);
}

.radio:checked~.cur-icon-radio-item__icon--ps-tron {
	border-color: rgba(255, 6, 10, 1);
}

.radio:checked~.cur-icon-radio-item__icon--ps-uniswap {
	border-color: rgba(255, 0, 122, 1);
}

.radio:checked~.cur-icon-radio-item__icon--ps-usd-coin {
	border-color: rgba(39, 117, 202, 1);
}

.radio:checked~.cur-icon-radio-item__icon--ps-xrp {
	border-color: rgba(35, 40, 47, 1);
}



.p-calc-inv-items-block {}

.p-calc-inv-items {}

.p-calc-inv-item {}

.custom-radio-label {}

.radio:checked~.custom-radio-text-label {
	color: #596AE3;
}

.p-calc-inv-item .custom-radio {
	width: 32px;
	height: 32px;
}

.p-calc-inv-item .custom-radio::before {
	width: 16px;
	height: 16px;
}

.p-calc-inv-item .custom-radio-text-label {
	/* font-size: 16px; */
	font-size: 14px;
	max-width: calc(100% - 32px);
	padding-left: 12px;
}

.p-calc-profit-items-block {
	min-height: 180px;
}

.p-calc-profit-items {}

.p-calc-profit-item {
	display: flex;
	align-items: center;
	justify-content: space-between;
	padding-top: 14px;
	padding-bottom: 14px;
	border-bottom: 1px dashed rgba(57, 76, 121, 0.2);
}

.p-calc-profit-item:last-child {
	border-bottom: 0;
}

.p-calc-profit-item__left {
	display: flex;
	align-items: center;
}

.p-calc-profit-item__icon {
	width: 16px;
	height: 16px;
}

.p-calc-profit-item__icon .image {
	width: 100%;
}

.p-calc-profit-item__title {
	font-size: 12px;
	line-height: 1;
	color: #3B4F7D;
	text-transform: uppercase;
	font-weight: bold;
	padding-top: 2px;
	padding-bottom: 2px;
	padding-left: 12px;
}

.p-calc-profit-item__right {
	display: flex;
	align-items: center;
}

.p-calc-profit-item__profit {
	display: flex;
	align-items: center;
	vertical-align: middle;
	font-size: 16px;
	line-height: 1;
	display: flex;
	font-weight: 700;
}

.p-calc-profit-item__profit-amount {
	vertical-align: middle;
	background: radial-gradient(77.78% 77.78% at 83.33% 83.33%, #4052D7 0%, #826FFF 100%);
	color: #4052D7;
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
	background-clip: text;
	text-fill-color: transparent;
	font-size: 16px;
	line-height: 1;
}

.p-calc-profit-item__profit-currency {
	vertical-align: middle;
	background: radial-gradient(77.78% 77.78% at 83.33% 83.33%, #3B4F7D 0%, #495D89 100%);
	color: #3B4F7D;
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
	background-clip: text;
	text-fill-color: transparent;
	font-size: 12px;
	line-height: 1;
	padding-top: 2px;
	padding-bottom: 2px;
	padding-left: 5px;
	text-transform: uppercase;
}


.profit-calc-form {}

.profit-calc-form .form-btn-block {
	margin-top: 12px;
}

.profit-calc-form .form-note {
	margin-top: 6px;
	opacity: 0.4;
}



.section-strategy-faq {
	padding-top: 48px;
	padding-bottom: 42px;
	background-image: url('../images/theme/bg-a.svg');
	background-position: center top 60px;
	background-repeat: no-repeat;
}

.section-strategy-faq+.section-about {
	margin-top: 50px;
}

.s-strategy-faq-inner {
	position: relative;
	z-index: 2;
}

.s-strategy-faq-inner h2 {
	text-align: center;
}


.section-strategy-exchange {
	margin-top: 150px;
	min-height: 520px;
	position: relative;
	background-image: url('../images/theme/s-investment-top-block-bg.png');
	background-position: center top;
	background-repeat: no-repeat;
	background-size: 100% 100%;
}

.s-strategy-exchange-inner {}


.s-strategy-exchange-decors {
	position: absolute;
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
}


.s-strategy-exchange-decor-lines {
	position: absolute;
	top: -60px;
	left: 50%;
	transform: translateX(-50%);
	margin-left: -20px;
	width: 1630px;

}

.s-strategy-exchange-decor-cube {
	position: absolute;
	left: -290px;
	top: 45px;
}


.s-strategy-exchange-inner .s-strategy-top {
	margin-top: -130px;
}

.s-strategy-exchange-content {
	margin-top: 48px;
	padding-bottom: 48px;
	position: relative;
	z-index: 10;
}


.str-exchange-slider-block {
	padding-bottom: 36px;
}

.str-exchange-slider {
	margin-left: -23px;
	margin-right: -23px;
}


.str-exchange-slider .slick-list {}

.str-exchange-slider .slick-prev,
.str-exchange-slider .slick-next {
	width: 48px;
	height: 48px;
	padding: 0;
	background: #EBEEFE;
	box-shadow: inset -1.54545px -1.54545px 3.09091px #F8F9FF, inset 1.54545px 1.54545px 3.09091px #D1D8FF;
	border-radius: 100px;
	cursor: pointer;
	z-index: 4;
	position: absolute;
	border: 0;
	padding: 0;
	top: 50%;
	transform: translateY(-50%);
}

.str-exchange-slider .slick-prev:before,
.str-exchange-slider .slick-next:before {
	content: '';
	position: absolute;
	width: 20px;
	height: 20px;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
	mask-position: center;
	mask-repeat: no-repeat;
	mask-size: 20px 20px;
	-webkit-mask-position: center;
	-webkit-mask-repeat: no-repeat;
	-webkit-mask-size: 20px 20px;
	background-color: #4052D7;
	background: radial-gradient(77.78% 77.78% at 83.33% 83.33%, #4052D7 0%, #826FFF 100%);
	z-index: 2;
}

.str-exchange-slider .slick-prev:after,
.str-exchange-slider .slick-next:after {
	content: '';
	position: absolute;
	width: 100%;
	height: 100%;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
	background-color: #4052D7;
	background: radial-gradient(77.78% 77.78% at 83.33% 83.33%, #4052D7 0%, #826FFF 100%);
	border-radius: 50%;
	opacity: 0;
	visibility: hidden;
	transition: 0.4s ease;
}

.str-exchange-slider .slick-prev {
	left: 0;
}

.str-exchange-slider .slick-prev:before {
	mask-image: url('../images/svg/arrow-left.svg');
	-webkit-mask-image: url('../images/svg/arrow-left.svg');

}

.str-exchange-slider .slick-prev:hover {}

.str-exchange-slider .slick-prev:hover:after,
.str-exchange-slider .slick-next:hover:after {
	opacity: 1;
	visibility: visible;
}

.str-exchange-slider .slick-prev:hover:before,
.str-exchange-slider .slick-next:hover:before {
	background-color: #fff;
	background-image: none;
}

.str-exchange-slider .slick-next {
	right: 0;
}

.str-exchange-slider .slick-next:before {
	mask-image: url('../images/svg/arrow-right.svg');
	-webkit-mask-image: url('../images/svg/arrow-right.svg');
}

.str-exchange-slider .slick-next:hover {
	background-color: #FFB800;
}

.str-exchange-slider .slick-dots {
	list-style-type: none;
	padding: 0;
	margin: 0;
	position: absolute;
	bottom: -36px;
	display: flex;
	justify-content: center;
	left: 0;
	width: 100%;
}

.str-exchange-slider .slick-dots li {
	width: 16px;
	height: 8px;
	margin-right: 4px;
	margin-left: 4px;
	transition: 0.2s ease;
}

.str-exchange-slider .slick-dots li:only-child {
	display: none;
}

.str-exchange-slider .slick-dots li button {
	box-sizing: border-box;
	width: 16px;
	height: 8px;
	border-radius: 12px;
	padding: 0;
	border-color: transparent;
	background: #EBEEFE;
	box-shadow: inset -1.54545px -1.54545px 3.09091px #F8F9FF, inset 1.54545px 1.54545px 3.09091px #D1D8FF;
	border: 0;
	text-indent: -9999px;
	font-size: 0;
	display: block;
	transition: 0.2s ease;
}

.str-exchange-slider .slick-dots li button:before {
	content: '';
	display: none;
}

.str-exchange-slider .slick-dots li.slick-active {
	width: 32px;
}

.str-exchange-slider .slick-dots li.slick-active button {
	width: 32px;
	box-shadow: none;
	background-image: radial-gradient(77.78% 77.78% at 83.33% 83.33%, #4052D7 0%, #826FFF 100%);
}


.str-exchange-slide {
	padding-left: 23px;
	padding-right: 23px;
	padding-bottom: 20px;
	display: none;
}

.str-exchange-slide:first-child {
	display: block;
}


.str-exchange-item {
	background: #7581EC;
	box-shadow: 10px 10px 16px #4F5ECB;
	border-radius: 24px;
	padding: 16px;
	max-width: 220px;
	margin-right: auto;
	margin-left: auto;
}

.str-exchange-item-top {
	background: linear-gradient(108.46deg, rgba(255, 255, 255, 0.264) 0%, rgba(255, 255, 255, 0.066) 100%);
	transform: translate3d(0, 0, 0);
	-webkit-backdrop-filter: blur(10px);
	backdrop-filter: blur(10px);
	border-radius: 12px;
	padding: 14px 16px;
	display: flex;
	justify-content: center;
}

.str-exchange-item-top__left {}

.str-exchange-item-exch-elem {
	width: 40px;
}

.str-exchange-item-exch-elem__icon {
	width: 56px;
	margin-right: -16px;
}

.str-exchange-item-exch-elem__title {
	font-weight: 700;
	font-size: 12px;
	line-height: 1.15;
	color: #FFFFFF;
	opacity: 0.5;
	text-align: center;
}


.str-exchange-item-top__middle {
	padding-top: 20px;
	padding-left: 20px;
	padding-right: 20px;
}

.str-exchange-item-top__exch-icon {
	width: 16px;
	height: 16px;
	mask-position: center;
	mask-repeat: no-repeat;
	mask-size: 16px 16px;
	mask-image: url('../images/svg/refresh.svg');
	-webkit-mask-position: center;
	-webkit-mask-repeat: no-repeat;
	-webkit-mask-size: 16px 16px;
	-webkit-mask-image: url('../images/svg/refresh.svg');
	background-color: #fff;
	z-index: 5;

}

.str-exchange-item-top__right {}

.str-exchange-item-params {
	margin-top: 8px;
}

.str-exchange-item-param {
	display: flex;
	align-items: center;
	justify-content: space-between;
	padding-bottom: 8px;
	padding-top: 8px;
	border-bottom: 1px solid rgba(230, 231, 253, 0.3);
}

.str-exchange-item-param:last-child {
	border-bottom: 0;
}

.str-exchange-item-param--buy {}

.str-exchange-item-param__left {}

.str-exchange-item-param__value {
	font-weight: 700;
	font-size: 14px;
	line-height: 1;
	text-transform: uppercase;
	color: #FFFFFF;
}

.str-exchange-item-param__right {
	padding-right: 8px;
}

.str-exchange-item-param__title {
	font-weight: 700;
	font-size: 11px;
	line-height: 1;
	text-transform: uppercase;
	color: #FFFFFF;
	opacity: 0.5;
}

.str-exchange-item-param--buy {}

.str-exchange-item-param--sell {}

.str-exchange-item-param--profit {}

.str-exchange-item-param--profit .str-exchange-item-param__value {
	color: #7DE7A1;
}

.str-exchange-item-param--time {}



.strategy-item-feature__icon--partners-1::before {
	mask-image: url('../images/svg/fi-br-shield-check.svg');
	-webkit-mask-image: url('../images/svg/fi-br-shield-check.svg');
}

.strategy-item-feature__icon--partners-2::before {
	mask-image: url('../images/svg/fi-br-star.svg');
	-webkit-mask-image: url('../images/svg/fi-br-star.svg');
}

.strategy-item-feature__icon--partners-3::before {
	mask-image: url('../images/svg/fi-br-link.svg');
	-webkit-mask-image: url('../images/svg/fi-br-link.svg');
}



.section-hero--partners {
	padding-top: 50px;
}


.section-partners-algorithmic {
	position: relative;
	margin-top: -130px;
	background-image: url('../images/theme/s-strategy-bg.png');
	background-position: center top;
	background-repeat: no-repeat;
	background-size: 100% auto;
}

.s-partners-algorithmic-inner {
	position: relative;
	z-index: 5;
	padding-top: 140px;
	padding-bottom: 52px;
}

.s-partners-algorithmic-decors {
	position: absolute;
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
}

.s-partners-algorithmic-content {
	min-height: 400px;
	position: relative;
	z-index: 10;
}

.s-partners-algorithmic-content h3 {
	font-weight: 100;
	color: #fff;
	text-align: center;
}

.s-partners-algorithmic-content h3 b {
	font-weight: 700;
}

.s-partners-algorithmic-content .section-descr {
	color: #fff;
}





.p-algo-table-block {
	margin-top: 40px;
	position: relative;
}

.p-algo-table {
	position: relative;
}


.p-algo-table-heading {
	display: flex;
	flex-wrap: wrap;
	background: linear-gradient(108.46deg, rgba(255, 255, 255, 0.264) 0%, rgba(255, 255, 255, 0.066) 100%);
	transform: translate3d(0, 0, 0);
	-webkit-backdrop-filter: blur(10px);
	backdrop-filter: blur(10px);
	border-radius: 12px;
}

.p-algo-t-h-cell {
	width: 11.11%;
	padding-top: 16px;
	padding-bottom: 16px;
	font-weight: 700;
	font-size: 16px;
	line-height: 1;
	color: rgba(255, 255, 255, 0.5);
	text-transform: uppercase;
	padding-left: 4px;
	padding-right: 4px;
	text-align: center;
}

.p-algo-t-h-cell--name {
	text-align: left;
}

.p-algo-t-h-cell--structure {}

.p-algo-t-h-cell--level-1 {}

.p-algo-t-h-cell--level-2 {}

.p-algo-t-h-cell--level-3 {}

.p-algo-t-h-cell--level-4 {}

.p-algo-t-h-cell--level-5 {}

.p-algo-t-h-cell--level-6 {}

.p-algo-t-h-cell--level-7 {}

.p-algo-table-body {
	padding-top: 24px;
}

.p-algo-table-items {}

.p-algo-table-item {
	display: flex;
	flex-wrap: wrap;
}

.p-algo-table-item:last-child {}

.p-algo-t-i-cell {
	width: 11.11%;
	padding-top: 4px;
	padding-bottom: 4px;
	font-weight: 700;
	font-size: 16px;
	line-height: 1;
	color: #fff;
	text-transform: uppercase;
	padding-left: 4px;
	padding-right: 4px;
	text-align: center;
}

.p-algo-t-i-elem {
	display: flex;
	align-items: center;
	justify-content: center;
	height: 32px;
	border: 1px solid rgba(255, 255, 255, 0.2);
	border-radius: 12px;
	text-overflow: ellipsis;
	white-space: nowrap;
	overflow: hidden;
}

.p-algo-t-i-cell--name .p-algo-t-i-elem {
	border-color: transparent;
	font-size: 14px;
	color: rgba(255, 255, 255, 0.5);
	justify-content: flex-start;
}

.p-algo-t-i-cell--active .p-algo-t-i-elem {
	border-color: transparent;
	background: #7581EC;
	box-shadow: 10px 10px 20px #4F5ECB;
	border-radius: 12px;
}

.p-algo-t-i-cell--current .p-algo-t-i-elem {
	border-color: transparent;
	background: radial-gradient(108.5% 331.28% at 114.05% -138.28%, #4CD1C1 0%, #6F8EFF 100%);
	box-shadow: 7px 10px 20px rgba(28, 31, 124, 0.3);
	border-radius: 12px;
}

.p-algo-t-i-cell--name {
	text-align: left;
}

.p-algo-t-i-cell--structure {}

.p-algo-t-i-cell--level-1 {}

.p-algo-t-i-cell--level-2 {}

.p-algo-t-i-cell--level-3 {}

.p-algo-t-i-cell--level-4 {}

.p-algo-t-i-cell--level-5 {}

.p-algo-t-i-cell--level-6 {}

.p-algo-t-i-cell--level-7 {}



.p-algo-t-i-title {
	font-weight: 700;
	font-size: 14px;
	line-height: 1;
	color: rgba(255, 255, 255, 0.5);
	text-transform: uppercase;
	display: none;
}

.p-algo-t-i-cell-value-block {
	width: 100%;
}



.p-algo-table-view-all-btn-block {
	margin-top: 24px;
	text-align: center;
	display: none;
}

.p-algo-table-view-all-btn {
	padding-top: 23px;
	padding-bottom: 23px;
	box-shadow: none;
	background-color: transparent;
	border: 2px solid #fff;
	color: #fff;
	width: 100%;
	max-width: 320px;
}

.p-algo-table-view-all-btn:hover {
	background-color: #fff;
	border: 2px solid #fff;
	color: #596AE3;
}





.section-partners-other {
	padding-top: 48px;
	padding-bottom: 52px;
	background-image: url('../images/theme/bg-a.svg');
	background-position: center top 130px;
	background-repeat: no-repeat;
}





.section-partners-other {}

.s-partners-other-top-block {}

.s-partners-other-top {}

.s-partners-other-top h3 {
	text-align: center;
	font-weight: 100;
}

.s-partners-other-top h3 b {
	font-weight: 700;
}

.s-partners-other-top-decors {
	position: absolute;
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
	z-index: 1;
}

.s-partners-other-diamond {
	top: 160px;
	right: 165px;
	position: absolute;
	width: 210px;
}

.s-partners-other-top-content {
	position: relative;
	z-index: 5;
}

.s-partners-other-bottom-block {}

.s-partners-other-bottom {
	padding-top: 70px;
}

.s-partners-other-bottom-decors {
	position: absolute;
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
	z-index: 1;
}

.s-partners-other-decor {
	top: 430px;
	right: -280px;
	position: absolute;
	width: 412px;
}

.s-partners-other-bottom-content {
	position: relative;
	z-index: 5;
}





.p-other-table-block {
	margin-top: 40px;
	position: relative;
	padding-left: 10px;
	padding-right: 10px;
	padding-top: 12px;
	padding-bottom: 24px;
	margin-left: -10px;
	margin-right: -10px;
}

.p-other-table-bg {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	z-index: 1;
}

.p-other-table-bg::before {
	content: '';
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	transform: translate3d(0, 0, 0);
	background: linear-gradient(108.46deg, rgba(255, 255, 255, 0.264) 0%, rgba(255, 255, 255, 0.066) 100%);
	-webkit-backdrop-filter: blur(10px);
	backdrop-filter: blur(10px);
	border-radius: 24px
}

.p-other-table-bg::after {
	content: '';
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	transform: translate3d(0, 0, 0);
	background: #7581EC;
	opacity: 0.20;
	box-shadow: 10px 10px 20px #4F5ECB;
	border-radius: 24px
}


.p-other-table {
	position: relative;
	z-index: 5;
}


.p-other-table-heading {
	display: flex;
	flex-wrap: wrap;
	background: linear-gradient(108.46deg, rgba(255, 255, 255, 0.264) 0%, rgba(255, 255, 255, 0.066) 100%);
	transform: translate3d(0, 0, 0);
	-webkit-backdrop-filter: blur(10px);
	backdrop-filter: blur(10px);
	border-radius: 12px;
}

.p-other-t-h-cell {
	width: 11.11%;
	padding-top: 16px;
	padding-bottom: 16px;
	font-weight: 700;
	font-size: 16px;
	line-height: 1;
	color: rgba(57, 76, 121, 0.5);
	text-transform: uppercase;
	padding-left: 4px;
	padding-right: 4px;
	text-align: center;
}

.p-other-t-h-cell--name {
	text-align: left;
}

.p-other-t-h-cell--structure {}

.p-other-t-h-cell--level-1 {}

.p-other-t-h-cell--level-2 {}

.p-other-t-h-cell--level-3 {}

.p-other-t-h-cell--level-4 {}

.p-other-t-h-cell--level-5 {}

.p-other-t-h-cell--level-6 {}

.p-other-t-h-cell--level-7 {}

.p-other-table-body {
	padding-top: 24px;
}

.p-other-table-items {}

.p-other-table-item {
	display: flex;
	flex-wrap: wrap;
}

.p-other-table-item:last-child {}

.p-other-t-i-cell {
	width: 11.11%;
	padding-top: 4px;
	padding-bottom: 4px;
	font-weight: 700;
	font-size: 16px;
	line-height: 1;
	color: #394C79;
	text-transform: uppercase;
	padding-left: 4px;
	padding-right: 4px;
	text-align: center;
}

.p-other-t-i-elem {
	display: flex;
	align-items: center;
	justify-content: center;
	height: 32px;
	border: 1px solid rgba(255, 255, 255, 0.2);
	border-radius: 12px;
	text-overflow: ellipsis;
	white-space: nowrap;
	overflow: hidden;
}

.p-other-t-i-cell--name .p-other-t-i-elem {
	border-color: transparent;
	font-size: 14px;
	color: rgba(57, 76, 121, 0.5);
	justify-content: flex-start;
}

.p-other-t-i-cell--active .p-other-t-i-elem {
	border-color: transparent;
	background: #E6E7FD;
	box-shadow: -4px -4px 8px #F7F9FF, 4px 4px 8px #D1D2F2;
	border-radius: 12px;
}

.p-other-t-i-cell--current .p-other-t-i-elem {
	border-color: transparent;
	background: radial-gradient(108.5% 331.28% at 114.05% -138.28%, #4CD1C1 0%, #6F8EFF 100%);
	box-shadow: 7px 10px 20px rgba(28, 31, 124, 0.3);
	border-radius: 12px;
	color: #fff;
}

.p-other-t-i-cell--name {
	text-align: left;
}

.p-other-t-i-cell--structure {}

.p-other-t-i-cell--structure span {
	color: #826FFF;
	background: radial-gradient(77.78% 77.78% at 83.33% 83.33%, #4052D7 0%, #826FFF 100%);
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
	background-clip: text;
	text-fill-color: transparent;
}

.p-other-t-i-cell--level-1 {}

.p-other-t-i-cell--level-2 {}

.p-other-t-i-cell--level-3 {}

.p-other-t-i-cell--level-4 {}

.p-other-t-i-cell--level-5 {}

.p-other-t-i-cell--level-6 {}

.p-other-t-i-cell--level-7 {}



.p-other-t-i-title {
	font-weight: 700;
	font-size: 14px;
	line-height: 1;
	color: rgba(110, 127, 164, 1);
	text-transform: uppercase;
	display: none;
}

.p-other-t-i-cell-value-block {
	width: 100%;
}



.p-other-table-view-all-btn-block {
	margin-top: 24px;
	text-align: center;
	display: none;
}

.p-other-table-view-all-btn {
	padding-top: 23px;
	padding-bottom: 23px;
	box-shadow: none;
	background-color: transparent;
	border: 2px solid #826FFF;
	color: #826FFF;
	width: 100%;
	max-width: 320px;
}

.p-other-table-view-all-btn:hover {
	background-color: #826FFF;
	border: 2px solid #826FFF;
	color: #fff;
}




.partners-other-tabs {
	display: flex;
	justify-content: center;
	flex-wrap: wrap;
	margin-top: 20px;
}

.partners-other-tab {
	margin-left: 20px;
	margin-right: 20px;
	font-size: 20px;
	font-weight: 700;
	line-height: 1.4;
	position: relative;
	cursor: pointer;
	margin-top: 16px;
}

.partners-other-tab:last-child {}

.partners-other-tab span {
	color: #4052D7;
	background: radial-gradient(77.78% 77.78% at 83.33% 83.33%, #4052D7 0%, #826FFF 100%);
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
	background-clip: text;
	text-fill-color: transparent;
}

.partners-other-tab::after {
	content: '';
	position: absolute;
	height: 2px;
	width: 100%;
	bottom: -2px;
	left: 0;
	background: radial-gradient(77.78% 77.78% at 83.33% 83.33%, #4052D7 0%, #826FFF 100%);

}

.partners-other-tab.active {
	pointer-events: none;
}

.partners-other-tab.active span {
	color: #394C79;
	background-color: #394C79;
	background-image: none;
}

.partners-other-tab.active::after {
	background-image: none;
	background-color: #394C79;
	opacity: 0.2;
}


.partners-other-tabs-content {}

.partners-other-tab-content {
	padding-top: 20px;
	display: none;
}

.partners-other-tab-content:first-child {
	display: block;
}



.affiliate-rewards-block {}

.affiliate-rewards-block-top {
	display: flex;
}

.affiliate-rewards-block-top__left {
	width: 340px;
}

.affiliate-rewards-block-top__right {
	width: calc(100% - 340px);
	padding-left: 32px;
	border-left: 2px solid #6E7FA4;
}

.affiliate-rewards-block-top-descr {
	max-width: 575px;
	font-weight: 500;
	font-size: 14px;
	line-height: 1.7;
	color: #394C79;
	font-family: var(--manrope-font);
}


.affiliate-rewards-block-content {
	position: relative;
	z-index: 2;
}











.aff-rew-table-block {
	margin-top: 40px;
	position: relative;
	padding-left: 10px;
	padding-right: 10px;
	padding-top: 12px;
	padding-bottom: 24px;
	margin-left: -10px;
	margin-right: -10px;
}


.aff-rew-table-bg {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	z-index: 1;
	border: 1px dashed rgba(99, 114, 229, 0.2);
	border-radius: 24px;
}

.aff-rew-table-bg::before {
	content: '';
	position: absolute;
	right: 10px;
	top: 10px;
	bottom: 24px;
	width: 72%;
	transform: translate3d(0, 0, 0);
	background: #7581EC;
	opacity: 0.20;
	box-shadow: 10px 10px 20px #4F5ECB;
	border-radius: 24px;
}

.aff-rew-table-bg::after {
	content: '';
	position: absolute;
	right: 10px;
	top: 10px;
	bottom: 10px;
	width: 275px;
	transform: translate3d(0, 0, 0);
	background: radial-gradient(108.5% 331.28% at 114.05% -138.28%, #4CD1C1 0%, #6F8EFF 100%);
	box-shadow: 7px 10px 20px rgba(28, 31, 124, 0.3);
	border-radius: 24px;
}



.aff-rew-table {
	position: relative;
	z-index: 5;
}


.aff-rew-table-heading {
	display: flex;
	flex-wrap: wrap;
	border-radius: 12px;
}

.aff-rew-t-h-cell {
	width: 22%;
	padding-top: 20px;
	padding-bottom: 16px;
	font-weight: 700;
	font-size: 16px;
	line-height: 1;
	color: #394C79;
	text-transform: uppercase;
	padding-left: 4px;
	padding-right: 4px;
	text-align: center;
}

.aff-rew-t-h-cell--name {
	text-align: left;
	width: 34%;
	padding-left: 72px;
	padding-right: 72px;
}

.aff-rew-t-h-cell--personal-investment {}

.aff-rew-t-h-cell--level-1 {}

.aff-rew-t-h-cell--bonus {
	color: #fff;
}


.aff-rew-table-body {
	padding-top: 16px;
	padding-bottom: 8px;
}

.aff-rew-table-items {}

.aff-rew-table-item {
	display: flex;
	flex-wrap: wrap;
}

.aff-rew-table-item:last-child {}

.aff-rew-t-i-cell {
	width: 22%;
	padding-top: 4px;
	padding-bottom: 4px;
	font-weight: 700;
	font-size: 16px;
	line-height: 1;
	color: #394C79;
	text-transform: uppercase;
	padding-left: 4px;
	padding-right: 4px;
	text-align: center;
}

.aff-rew-t-i-elem {
	max-width: 132px;
	margin-right: auto;
	margin-left: auto;
	display: flex;
	align-items: center;
	justify-content: center;
	height: 32px;
	border: 1px solid rgba(255, 255, 255, 0.2);
	border-radius: 12px;
	text-overflow: ellipsis;
	white-space: nowrap;
	overflow: hidden;
}


.aff-rew-t-i-cell--name .aff-rew-t-i-elem {
	border-color: transparent;
	max-width: none;
	font-size: 14px;
	color: #394C79;
	justify-content: flex-start;
}

.aff-rew-t-i-cell--personal-investment .aff-rew-t-i-elem {
	border-color: rgba(130, 111, 255, 0.2);
	border-radius: 12px;
}

.aff-rew-t-i-cell--level-1 .aff-rew-t-i-elem {
	border-color: transparent;
	background: #E6E7FD;
	border-radius: 12px;
}

.aff-rew-t-i-cell--bonus .aff-rew-t-i-elem {
	color: #FFFFFF;
	border-radius: 12px;
}

.aff-rew-t-i-cell--name {
	text-align: left;
	padding-left: 72px;
	width: 34%;
	padding-right: 72px;
}

.aff-rew-t-i-cell--personal-investment {}

.aff-rew-t-i-cell--level-1 {}

.aff-rew-t-i-cell--bonus {}



.aff-rew-t-i-title {
	font-weight: 700;
	font-size: 14px;
	line-height: 1;
	color: #6E7FA4;
	text-transform: uppercase;
	display: none;
}

.aff-rew-t-i-cell-value-block {
	width: 100%;
}



.aff-rew-table-view-all-btn-block {
	margin-top: 24px;
	text-align: center;
	display: none;
}

.aff-rew-table-view-all-btn {
	padding-top: 23px;
	padding-bottom: 23px;
	box-shadow: none;
	background-color: transparent;
	border: 2px solid #826FFF;
	color: #826FFF;
	width: 100%;
	max-width: 320px;
}

.aff-rew-table-view-all-btn:hover {
	background-color: #826FFF;
	border: 2px solid #826FFF;
	color: #fff;
}


.aff-rew-soon-block {
	margin-top: 40px;
}

.aff-rew-soon {
	display: flex;
	position: relative;
	padding-left: 10px;
	padding-right: 10px;
	padding-top: 8px;
	padding-bottom: 8px;
	margin-left: -10px;
	margin-right: -10px;
	border: 1px dashed rgba(99, 114, 229, 0.2);
	border-radius: 24px;
}

.aff-rew-soon__left {
	width: 320px;
	height: 250px;
	display: flex;
	align-items: center;
	justify-content: center;
}

.aff-rew-soon__icon {
	width: 180px;
	height: 180px;
}

.aff-rew-soon__right {
	width: calc(100% - 320px);
	background: rgba(117, 129, 236, 0.2);
	box-shadow: 10px 10px 20px rgba(79, 94, 203, 0.2);
	border-radius: 24px;
	display: flex;
}

.aff-rew-soon__right-left {
	width: calc(100% - 275px);
	height: 250px;
	display: flex;
	align-items: center;
	justify-content: center;
	padding-left: 40px;
	padding-right: 40px;
}

.aff-rew-soon__right-right {
	width: 275px;
	height: 250px;
	display: flex;
	align-items: center;
	justify-content: center;
	background: radial-gradient(108.5% 331.28% at 114.05% -138.28%, #4CD1C1 0%, #6F8EFF 100%);
	box-shadow: 7px 10px 20px rgba(28, 31, 124, 0.3);
	border-radius: 24px;
}

.aff-rew-soon__title {
	font-weight: 100;
	text-align: center;
}

.aff-rew-soon__title b {
	font-weight: 700;
}

.aff-rew-soon__countdown {
	margin-bottom: 10px;
}

.aff-rew-soon__countdown-title {
	font-weight: 700;
	font-size: 16px;
	line-height: 1;
	text-align: center;
	text-transform: uppercase;
	color: #FFFFFF;
}

.aff-rew-soon__countdown-days {
	font-weight: 100;
	font-size: 42px;
	line-height: 1.2;
	text-align: center;
	color: #FFFFFF;
}

.p-algo-table-alert {
	margin-top: 32px;
	display: flex;
	align-items: center;
}
.p-algo-table-alert__icon {
	width: 40px;
	height: 40px;
	position: relative;
}
.p-algo-table-alert__icon::before {
	content: '';
	position: absolute;
	width: 40px;
	height: 40px;
	background-position: center;
	background-repeat: no-repeat;
	background-size: 40px 40px;
	background-image: url('../images/svg/p-algo-table-alert-icon.svg');
	z-index: 5;
	transition: 0.4s ease;
}
.p-algo-table-alert__text {
	width: calc(100% - 40px);
	padding-left: 16px;
	font-weight: 500;
	font-size: 14px;
	line-height: 2;
	color: #E6E7FD;
	font-family: var(--manrope-font);
}



/* new css */

		

@font-face {
  font-family: 'swiper-icons';
  src: url("data:application/font-woff;charset=utf-8;base64, d09GRgABAAAAAAZgABAAAAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABGRlRNAAAGRAAAABoAAAAci6qHkUdERUYAAAWgAAAAIwAAACQAYABXR1BPUwAABhQAAAAuAAAANuAY7+xHU1VCAAAFxAAAAFAAAABm2fPczU9TLzIAAAHcAAAASgAAAGBP9V5RY21hcAAAAkQAAACIAAABYt6F0cBjdnQgAAACzAAAAAQAAAAEABEBRGdhc3AAAAWYAAAACAAAAAj//wADZ2x5ZgAAAywAAADMAAAD2MHtryVoZWFkAAABbAAAADAAAAA2E2+eoWhoZWEAAAGcAAAAHwAAACQC9gDzaG10eAAAAigAAAAZAAAArgJkABFsb2NhAAAC0AAAAFoAAABaFQAUGG1heHAAAAG8AAAAHwAAACAAcABAbmFtZQAAA/gAAAE5AAACXvFdBwlwb3N0AAAFNAAAAGIAAACE5s74hXjaY2BkYGAAYpf5Hu/j+W2+MnAzMYDAzaX6QjD6/4//Bxj5GA8AuRwMYGkAPywL13jaY2BkYGA88P8Agx4j+/8fQDYfA1AEBWgDAIB2BOoAeNpjYGRgYNBh4GdgYgABEMnIABJzYNADCQAACWgAsQB42mNgYfzCOIGBlYGB0YcxjYGBwR1Kf2WQZGhhYGBiYGVmgAFGBiQQkOaawtDAoMBQxXjg/wEGPcYDDA4wNUA2CCgwsAAAO4EL6gAAeNpj2M0gyAACqxgGNWBkZ2D4/wMA+xkDdgAAAHjaY2BgYGaAYBkGRgYQiAHyGMF8FgYHIM3DwMHABGQrMOgyWDLEM1T9/w8UBfEMgLzE////P/5//f/V/xv+r4eaAAeMbAxwIUYmIMHEgKYAYjUcsDAwsLKxc3BycfPw8jEQA/gZBASFhEVExcQlJKWkZWTl5BUUlZRVVNXUNTQZBgMAAMR+E+gAEQFEAAAAKgAqACoANAA+AEgAUgBcAGYAcAB6AIQAjgCYAKIArAC2AMAAygDUAN4A6ADyAPwBBgEQARoBJAEuATgBQgFMAVYBYAFqAXQBfgGIAZIBnAGmAbIBzgHsAAB42u2NMQ6CUAyGW568x9AneYYgm4MJbhKFaExIOAVX8ApewSt4Bic4AfeAid3VOBixDxfPYEza5O+Xfi04YADggiUIULCuEJK8VhO4bSvpdnktHI5QCYtdi2sl8ZnXaHlqUrNKzdKcT8cjlq+rwZSvIVczNiezsfnP/uznmfPFBNODM2K7MTQ45YEAZqGP81AmGGcF3iPqOop0r1SPTaTbVkfUe4HXj97wYE+yNwWYxwWu4v1ugWHgo3S1XdZEVqWM7ET0cfnLGxWfkgR42o2PvWrDMBSFj/IHLaF0zKjRgdiVMwScNRAoWUoH78Y2icB/yIY09An6AH2Bdu/UB+yxopYshQiEvnvu0dURgDt8QeC8PDw7Fpji3fEA4z/PEJ6YOB5hKh4dj3EvXhxPqH/SKUY3rJ7srZ4FZnh1PMAtPhwP6fl2PMJMPDgeQ4rY8YT6Gzao0eAEA409DuggmTnFnOcSCiEiLMgxCiTI6Cq5DZUd3Qmp10vO0LaLTd2cjN4fOumlc7lUYbSQcZFkutRG7g6JKZKy0RmdLY680CDnEJ+UMkpFFe1RN7nxdVpXrC4aTtnaurOnYercZg2YVmLN/d/gczfEimrE/fs/bOuq29Zmn8tloORaXgZgGa78yO9/cnXm2BpaGvq25Dv9S4E9+5SIc9PqupJKhYFSSl47+Qcr1mYNAAAAeNptw0cKwkAAAMDZJA8Q7OUJvkLsPfZ6zFVERPy8qHh2YER+3i/BP83vIBLLySsoKimrqKqpa2hp6+jq6RsYGhmbmJqZSy0sraxtbO3sHRydnEMU4uR6yx7JJXveP7WrDycAAAAAAAH//wACeNpjYGRgYOABYhkgZgJCZgZNBkYGLQZtIJsFLMYAAAw3ALgAeNolizEKgDAQBCchRbC2sFER0YD6qVQiBCv/H9ezGI6Z5XBAw8CBK/m5iQQVauVbXLnOrMZv2oLdKFa8Pjuru2hJzGabmOSLzNMzvutpB3N42mNgZGBg4GKQYzBhYMxJLMlj4GBgAYow/P/PAJJhLM6sSoWKfWCAAwDAjgbRAAB42mNgYGBkAIIbCZo5IPrmUn0hGA0AO8EFTQAA") format("woff");
  font-weight: 400;
  font-style: normal;
}

:root {
  --swiper-theme-color: #007aff;
}

.swiper {
  margin-left: auto;
  margin-right: auto;
  position: relative;
  overflow: hidden;
  list-style: none;
  padding: 0;
  /* Fix of Webkit flickering */
  z-index: 1;
}

.swiper-vertical > .swiper-wrapper {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.swiper-wrapper {
  position: relative;
  width: 100%;
  height: 100%;
  z-index: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-transition-property: -webkit-transform;
  transition-property: -webkit-transform;
  -o-transition-property: transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform;
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
}

.swiper-android .swiper-slide,
.swiper-wrapper {
  -webkit-transform: translate3d(0px, 0, 0);
          transform: translate3d(0px, 0, 0);
}

.swiper-pointer-events {
  -ms-touch-action: pan-y;
      touch-action: pan-y;
}

.swiper-pointer-events.swiper-vertical {
  -ms-touch-action: pan-x;
      touch-action: pan-x;
}

.swiper-slide {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  width: 100%;
  height: 100%;
  position: relative;
  -webkit-transition-property: -webkit-transform;
  transition-property: -webkit-transform;
  -o-transition-property: transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform;
}

.swiper-slide-invisible-blank {
  visibility: hidden;
}

/* Auto Height */
.swiper-autoheight,
.swiper-autoheight .swiper-slide {
  height: auto;
}

.swiper-autoheight .swiper-wrapper {
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-transition-property: height, -webkit-transform;
  transition-property: height, -webkit-transform;
  -o-transition-property: transform, height;
  transition-property: transform, height;
  transition-property: transform, height, -webkit-transform;
}

.swiper-backface-hidden .swiper-slide {
  -webkit-transform: translateZ(0);
          transform: translateZ(0);
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
}

/* 3D Effects */
.swiper-3d,
.swiper-3d.swiper-css-mode .swiper-wrapper {
  -webkit-perspective: 1200px;
          perspective: 1200px;
}

.swiper-3d .swiper-wrapper,
.swiper-3d .swiper-slide,
.swiper-3d .swiper-slide-shadow,
.swiper-3d .swiper-slide-shadow-left,
.swiper-3d .swiper-slide-shadow-right,
.swiper-3d .swiper-slide-shadow-top,
.swiper-3d .swiper-slide-shadow-bottom,
.swiper-3d .swiper-cube-shadow {
  -webkit-transform-style: preserve-3d;
          transform-style: preserve-3d;
}

.swiper-3d .swiper-slide-shadow,
.swiper-3d .swiper-slide-shadow-left,
.swiper-3d .swiper-slide-shadow-right,
.swiper-3d .swiper-slide-shadow-top,
.swiper-3d .swiper-slide-shadow-bottom {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  z-index: 10;
}

.swiper-3d .swiper-slide-shadow {
  background: rgba(0, 0, 0, 0.15);
}

.swiper-3d .swiper-slide-shadow-left {
  background-image: -webkit-gradient(linear, right top, left top, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0)));
  background-image: -o-linear-gradient(right, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  background-image: linear-gradient(to left, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}

.swiper-3d .swiper-slide-shadow-right {
  background-image: -webkit-gradient(linear, left top, right top, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0)));
  background-image: -o-linear-gradient(left, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}

.swiper-3d .swiper-slide-shadow-top {
  background-image: -webkit-gradient(linear, left bottom, left top, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0)));
  background-image: -o-linear-gradient(bottom, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  background-image: linear-gradient(to top, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}

.swiper-3d .swiper-slide-shadow-bottom {
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0)));
  background-image: -o-linear-gradient(top, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}

/* CSS Mode */
.swiper-css-mode > .swiper-wrapper {
  overflow: auto;
  scrollbar-width: none;
  /* For Firefox */
  -ms-overflow-style: none;
  /* For Internet Explorer and Edge */
}

.swiper-css-mode > .swiper-wrapper::-webkit-scrollbar {
  display: none;
}

.swiper-css-mode > .swiper-wrapper > .swiper-slide {
  scroll-snap-align: start start;
}

.swiper-horizontal.swiper-css-mode > .swiper-wrapper {
  -ms-scroll-snap-type: x mandatory;
      scroll-snap-type: x mandatory;
}

.swiper-vertical.swiper-css-mode > .swiper-wrapper {
  -ms-scroll-snap-type: y mandatory;
      scroll-snap-type: y mandatory;
}

.swiper-centered > .swiper-wrapper::before {
  content: '';
  -ms-flex-negative: 0;
      flex-shrink: 0;
  -webkit-box-ordinal-group: 10000;
      -ms-flex-order: 9999;
          order: 9999;
}

.swiper-centered.swiper-horizontal > .swiper-wrapper > .swiper-slide:first-child {
  -webkit-margin-start: var(--swiper-centered-offset-before);
          margin-inline-start: var(--swiper-centered-offset-before);
}

.swiper-centered.swiper-horizontal > .swiper-wrapper::before {
  height: 100%;
  width: var(--swiper-centered-offset-after);
}

.swiper-centered.swiper-vertical > .swiper-wrapper > .swiper-slide:first-child {
  -webkit-margin-before: var(--swiper-centered-offset-before);
          margin-block-start: var(--swiper-centered-offset-before);
}

.swiper-centered.swiper-vertical > .swiper-wrapper::before {
  width: 100%;
  height: var(--swiper-centered-offset-after);
}

.swiper-centered > .swiper-wrapper > .swiper-slide {
  scroll-snap-align: center center;
}


.arrow-link {
  fill: #826FFF;
  text-decoration: none;
  font-weight: 700;
  font-size: 13px;
  line-height: 24px;
  white-space: nowrap;
  letter-spacing: 2px;
  text-transform: uppercase;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: #826FFF;
}

.arrow-link i {
  height: 18px;
  font-size: 0;
  line-height: 0;
  margin-right: 12px;
  display: inline-block;
}

.arrow-link span {
  display: inline-block;
  position: relative;
}

.arrow-link span:before {
  left: 0;
  right: 0;
  bottom: 0;
  content: '';
  height: 1px;
  opacity: 1;
  background: #826FFF;
  position: absolute;
}

.arrow-link:hover {
  fill: #826FFF;
  color: #826FFF;
}

.arrow-link:hover span:before {
  opacity: 0;
}

.arrow-link--white {
  fill: #fff;
  color: #fff;
  background: transparent;
}

.arrow-link--white span:before {
  opacity: 0.1;
  background: #fff;
}

.arrow-link--white:hover {
  fill: #fff;
  color: #fff;
  background: transparent;
}

.ico-svg {
  position: relative;
  display: inline-block;
  width: auto;
  height: 100%;
  -webkit-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
      transform: translate(0, 0);
}

.btn-nav {
  margin: 0;
  padding: 0;
  width: 48px;
  height: 48px;
  font-size: 0;
  line-height: 0;
  display: block;
  border: none;
  outline: none;
  cursor: pointer;
  background: #EBEEFE;
  border-radius: 50%;
  overflow: hidden;
  fill: #596AE3;
}

.btn-nav--inner {
  -webkit-box-shadow: inset -1.54545px -1.54545px 3.09091px #F8F9FF, inset 1.54545px 1.54545px 3.09091px #D1D8FF;
          box-shadow: inset -1.54545px -1.54545px 3.09091px #F8F9FF, inset 1.54545px 1.54545px 3.09091px #D1D8FF;
}

		
.roadmap-section {
  z-index: 20;
  display: block;
  min-height: 380px;
  position: relative;
}

.roadmap-nav {
  height: 80px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-top: -120px;
  margin-left: -8px;
  margin-right: -8px;
  padding: 16px 80px;
  background: #EBEEFE;
  position: relative;
  border-radius: 24px;
  -webkit-box-shadow: inset -1.54545px -1.54545px 3.09091px #F8F9FF, inset 1.54545px 1.54545px 3.09091px #D1D8FF;
          box-shadow: inset -1.54545px -1.54545px 3.09091px #F8F9FF, inset 1.54545px 1.54545px 3.09091px #D1D8FF;
}

.roadmap-nav:before {
  top: -10px;
  left: -8px;
  right: -8px;
  bottom: -38px;
  z-index: -1;
  content: '';
  position: absolute;
  border-radius: 24px;
  background: -o-linear-gradient(341.54deg, rgba(255, 255, 255, 0.264) 0%, rgba(255, 255, 255, 0.066) 100%);
  background: linear-gradient(108.46deg, rgba(255, 255, 255, 0.264) 0%, rgba(255, 255, 255, 0.066) 100%);
  -webkit-backdrop-filter: blur(10px);
          backdrop-filter: blur(10px);
}

.roadmap-nav__button {
  z-index: 20;
  position: absolute;
  top: calc(50% - 24px);
}

.roadmap-nav__button--prev {
  left: 16px;
}

.roadmap-nav__button--next {
  right: 16px;
}

.roadmap-nav__item {
  padding: 10px 0;
  font-weight: 700;
  font-size: 16px;
  line-height: 16px;
  white-space: nowrap;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  background: -o-radial-gradient(83.33% 83.33%, 77.78% 77.78%, #4052D7 0%, #826FFF 100%);
  background: radial-gradient(77.78% 77.78% at 83.33% 83.33%, #4052D7 0%, #826FFF 100%);
  color: transparent;
  background-clip: text;
  -webkit-background-clip: text;
}

.roadmap-nav__item:hover {
  background: -o-radial-gradient(83.33% 83.33%, 77.78% 77.78%, #4052D7 0%, #826FFF 100%);
  background: radial-gradient(77.78% 77.78% at 83.33% 83.33%, #4052D7 0%, #826FFF 100%);
  color: transparent;
  background-clip: text;
  -webkit-background-clip: text;
}

.roadmap-nav__item--future {
  color: #6E7FA4;
  background: transparent;
}

.roadmap-nav__item--future .roadmap-nav__title {
  border-bottom-color: #6E7FA4;
}

.roadmap-nav__item--future:hover {
  color: #6E7FA4;
  background: transparent;
}

.roadmap-nav__icon {
  width: 18px;
  height: 18px;
  margin-right: 8px;
  border-radius: 50%;
  background: #E6E7FD;
  -webkit-box-shadow: -4px -4px 8px #F7F9FF, 4px 4px 8px #D1D2F2;
          box-shadow: -4px -4px 8px #F7F9FF, 4px 4px 8px #D1D2F2;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.roadmap-nav__icon i {
  height: 10px;
  font-size: 0;
  line-height: 0;
  display: inline-block;
}

.roadmap-nav__title {
  display: inline-block;
  padding-bottom: 6px;
  border-bottom: 1px dashed #7864FF;
  -webkit-transition: .3s;
  -o-transition: .3s;
  transition: .3s;
}

.roadmap-nav__content {
  width: 100%;
}

@media (min-width: 576px) {
  .roadmap-nav {
    padding: 16px 76px;
  }
}

@media (min-width: 768px) {
  .roadmap-nav {
    width: 704px;
    margin: -122px auto 0 auto;
  }
}

@media (min-width: 992px) {
  .roadmap-nav {
    width: 970px;
    padding: 16px 86px;
    margin-top: -128px;
  }
}

@media (min-width: 1260px) {
  .roadmap-nav {
    width: 1216px;
    padding: 16px 84px;
    margin-top: -120px;
  }
  .roadmap-nav:before {
    top: -24px;
    left: -24px;
    right: -24px;
    bottom: -24px;
  }
  .roadmap-nav__item:hover .roadmap-nav__title {
    border-bottom-color: transparent;
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: .3s;
  }
}

[data-roadmap-nav] .swiper-slide {
  width: auto;
  padding: 0 12px;
}

@media (min-width: 992px) {
  [data-roadmap-nav] .swiper-slide {
    padding: 0 24px;
  }
}

.roadmap {
  margin: 0 auto;
  max-width: 1046px;
  padding-top: 38px;
  padding-bottom: 60px;
  position: relative;
}

.roadmap__group {
  position: relative;
}

.roadmap__line {
  top: 0;
  left: calc(50% - 34px);
  width: 68px;
  position: absolute;
  opacity: 0.3;
}

@media (min-width: 768px) {
  .roadmap {
    padding-top: 40px;
    padding-bottom: 10px;
  }
}

@media (min-width: 992px) {
  .roadmap {
    padding-top: 40px;
    padding-bottom: 30px;
  }
}

@media (min-width: 1260px) {
  .roadmap {
    padding-top: 72px;
  }
}

.road-item {
  z-index: 20;
  position: relative;
  padding-bottom: 32px;
}

.road-item:before {
  top: 10px;
  bottom: -14px;
  left: calc(50% - 38px);
  z-index: 1;
  content: '';
  width: 68px;
  position: absolute;
  background-size: 100% auto;
}

.road-item__period {
  top: 0;
  left: 0;
  z-index: 20;
  height: 78px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: absolute;
}

.road-item__years {
  font-family: "Azonix", sans-serif;
}

.road-item__date {
  font-weight: 400;
  font-size: 32px;
  line-height: 32px;
  background: -o-radial-gradient(83.33% 83.33%, 77.78% 77.78%, #4052D7 0%, #826FFF 100%);
  background: radial-gradient(77.78% 77.78% at 83.33% 83.33%, #4052D7 0%, #826FFF 100%);
  color: transparent;
  background-clip: text;
  -webkit-background-clip: text;
}

.road-item__date-second {
  font-weight: 400;
  font-size: 20px;
  line-height: 20px;
  background: -o-radial-gradient(83.33% 83.33%, 77.78% 77.78%, #3B4F7D 0%, #495D89 100%);
  background: radial-gradient(77.78% 77.78% at 83.33% 83.33%, #3B4F7D 0%, #495D89 100%);
  color: transparent;
  background-clip: text;
  -webkit-background-clip: text;
}

.road-item__point {
  width: 78px;
  height: 78px;
  z-index: 20;
  border-radius: 50%;
  position: relative;
  background: #EBEEFE;
  -webkit-box-shadow: inset -1.54545px -1.54545px 3.09091px #F8F9FF, inset 1.54545px 1.54545px 3.09091px #D1D8FF;
          box-shadow: inset -1.54545px -1.54545px 3.09091px #F8F9FF, inset 1.54545px 1.54545px 3.09091px #D1D8FF;
  margin: 0 auto 34px auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.road-item__icon {
  width: 48px;
  height: 48px;
  border-radius: 50%;
  background: #E6E7FD;
  -webkit-box-shadow: -4px -4px 8px #F7F9FF, 4px 4px 8px #D1D2F2;
          box-shadow: -4px -4px 8px #F7F9FF, 4px 4px 8px #D1D2F2;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.road-item__icon i {
  height: 20px;
  font-size: 0;
  line-height: 0;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  display: inline-block;
}

.road-item__content {
  z-index: 20;
  position: relative;
}

.road-item__box {
  color: #394C79;
  font-weight: 500;
  font-size: 16px;
  line-height: 32px;
  overflow: hidden;
  background: #E6E7FD;
  border-radius: 24px;
  padding: 24px 20px 21px 20px;
  -webkit-box-shadow: 4px 4px 8px #D1D2F2;
          box-shadow: 4px 4px 8px #D1D2F2;
}

.road-item__box--blue {
  color: #fff;
  background: -o-radial-gradient(83.33% 83.33%, 77.78% 77.78%, #4052D7 0%, #826FFF 100%);
  background: radial-gradient(77.78% 77.78% at 83.33% 83.33%, #4052D7 0%, #826FFF 100%);
}

.road-item__title {
  font-weight: 700;
  font-size: 20px;
  line-height: 30px;
}

.road-item__text {
  font-family: "Manrope", sans-serif;
}

.road-item__list {
  margin: 10px 0 0 0;
  padding: 0;
  list-style: none;
  font-family: "Manrope", sans-serif;
}

.road-item__list li {
  color: #6E7FA4;
  position: relative;
  padding-left: 34px;
}

.road-item__list li:not(:last-child) {
  margin-bottom: 6px;
}

.road-item__list li:after, .road-item__list li:before {
  left: 0;
  top: 4px;
  z-index: 1;
  content: '';
  width: 24px;
  height: 24px;
  border-radius: 50%;
  position: absolute;
}

.road-item__list li:after {
  opacity: 0;
  visibility: hidden;
  z-index: 5;
  background: url("../images/svg/is-check.svg") 50% 50% no-repeat;
}

.road-item__list li:before {
  z-index: 1;
  background: #7581EC;
  -webkit-box-shadow: inset -1.54545px -1.54545px 3.09091px rgba(71, 81, 174, 0.4), inset 1.54545px 1.54545px 3.09091px #4751AE;
          box-shadow: inset -1.54545px -1.54545px 3.09091px rgba(71, 81, 174, 0.4), inset 1.54545px 1.54545px 3.09091px #4751AE;
}

.road-item__list li.active {
  color: #394C79;
}

.road-item__list li.active:after {
  opacity: 1;
  visibility: visible;
}

.road-item__list li a {
  font-weight: 700;
  font-size: 16px;
  line-height: 22px;
  display: inline-block;
  text-decoration: none;
  background: -o-radial-gradient(83.33% 83.33%, 77.78% 77.78%, #4052D7 0%, #826FFF 100%);
  background: radial-gradient(77.78% 77.78% at 83.33% 83.33%, #4052D7 0%, #826FFF 100%);
  color: transparent;
  background-clip: text;
  -webkit-background-clip: text;
}

.road-item__list li a:hover {
  text-decoration: none;
  background: -o-radial-gradient(83.33% 83.33%, 77.78% 77.78%, #4052D7 0%, #826FFF 100%);
  background: radial-gradient(77.78% 77.78% at 83.33% 83.33%, #4052D7 0%, #826FFF 100%);
  color: transparent;
  background-clip: text;
  -webkit-background-clip: text;
}

.road-item__list li p {
  margin: 0;
  padding: 0;
}

.road-item__divider {
  opacity: 0.2;
  margin: 0 -18px;
  padding-top: 10px;
  border-bottom: 1px dashed #6E7FA4;
}

.road-item__subtitle {
  color: #394C79;
  font-weight: 700;
  font-size: 24px;
  line-height: 32px;
  margin-bottom: 5px;
}

.road-item__logo {
  width: 150px;
  margin-bottom: 8px;
}

.road-item__action {
  margin-top: 12px;
}

.road-item__link {
  font-weight: 700;
  font-size: 13px;
  line-height: 24px;
  letter-spacing: 2px;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-decoration: none;
  background: -o-radial-gradient(83.33% 83.33%, 77.78% 77.78%, #4052D7 0%, #826FFF 100%);
  background: radial-gradient(77.78% 77.78% at 83.33% 83.33%, #4052D7 0%, #826FFF 100%);
  color: transparent;
  background-clip: text;
  -webkit-background-clip: text;
}

.road-item__link span {
  display: inline-block;
}

.road-item__link i {
  font-size: 0;
  line-height: 0;
  height: 24px;
  margin-left: 8px;
  display: inline-block;
}

.road-item__link:hover {
  text-decoration: none;
  background: -o-radial-gradient(83.33% 83.33%, 77.78% 77.78%, #4052D7 0%, #826FFF 100%);
  background: radial-gradient(77.78% 77.78% at 83.33% 83.33%, #4052D7 0%, #826FFF 100%);
  color: transparent;
  background-clip: text;
  -webkit-background-clip: text;
}

.road-item__start {
  display: none;
}

.road-item__second {
  display: none;
}

.road-item--passed:before {
  background: url("../images/roadmap_line__passed.svg") 0 50% no-repeat;
}

.road-item--future:before {
  background: url("../images/roadmap_line__future.svg") 0 50% no-repeat;
}

.road-item--future .road-item__box {
  background: #EBEEFE;
  -webkit-box-shadow: inset -1.54545px -1.54545px 3.09091px #F8F9FF, inset 1.54545px 1.54545px 3.09091px #D1D8FF;
          box-shadow: inset -1.54545px -1.54545px 3.09091px #F8F9FF, inset 1.54545px 1.54545px 3.09091px #D1D8FF;
}

.road-item--second .road-item__point {
  display: none;
}

.road-item--last:last-child {
  padding-bottom: 0 !important;
}

.road-item--last:last-child:before {
  bottom: 10px;
}

@media (min-width: 576px) {
  .road-item {
    padding-left: 216px;
  }
  .road-item:before {
    top: 16px;
    left: 112px;
  }
  .road-item__point {
    top: 0;
    left: 110px;
    margin: 0;
    position: absolute;
  }
  .road-item--second .road-item__point {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .road-item--last .road-item__point:after {
    top: 100%;
    left: 0;
    height: 100px;
    width: 120px;
    z-index: -1;
    content: '';
    position: absolute;
    background-color: #EBEEFE;
  }
}

@media (min-width: 768px) {
  .road-item {
    padding-left: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .road-item:before {
    left: calc(50% - 36px);
  }
  .road-item__content {
    position: relative;
    width: calc(50% - 104px);
    -ms-flex-negative: 0;
        flex-shrink: 0;
  }
  .road-item__content:before {
    right: calc(100% + 20px);
    top: 38px;
    z-index: 5;
    content: '';
    width: 24px;
    border-bottom: 2px solid #DFE3FA;
    position: absolute;
  }
  .road-item__second {
    display: block;
    position: relative;
    width: calc(50% - 104px);
    -ms-flex-negative: 0;
        flex-shrink: 0;
  }
  .road-item__second:before {
    left: calc(100% + 20px);
    top: 38px;
    z-index: 5;
    content: '';
    width: 24px;
    border-bottom: 2px solid #DFE3FA;
    position: absolute;
  }
  .road-item__point {
    left: calc(50% - 39px);
  }
  .road-item__period {
    left: auto;
    right: calc(50% + 104px);
    text-align: right;
  }
  .road-item__period:before {
    left: calc(100% + 20px);
    top: 38px;
    z-index: 5;
    content: '';
    width: 24px;
    border-bottom: 2px dashed #596AE3;
    position: absolute;
  }
  .road-item__start {
    width: 48px;
    height: 48px;
    font-size: 0;
    line-height: 0;
    margin-right: 16px;
    border-radius: 50%;
    background: #EBEEFE;
    -webkit-box-shadow: inset -1.54545px -1.54545px 3.09091px #F8F9FF, inset 1.54545px 1.54545px 3.09091px #D1D8FF;
            box-shadow: inset -1.54545px -1.54545px 3.09091px #F8F9FF, inset 1.54545px 1.54545px 3.09091px #D1D8FF;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .road-item__start i {
    height: 20px;
    -ms-flex-negative: 0;
        flex-shrink: 0;
    display: inline-block;
  }
  .road-item--reverse {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
  .road-item--reverse .road-item__period {
    left: calc(50% + 104px);
    right: auto;
  }
  .road-item--reverse .road-item__content:before {
    right: auto;
    left: calc(100% + 24px);
  }
  .road-item--reverse .road-item__second:before {
    left: auto;
    right: calc(100% + 20px);
  }
  .road-item--reverse .road-item__period {
    text-align: left;
  }
  .road-item--reverse .road-item__period:before {
    left: auto;
    right: calc(100% + 20px);
  }
}

@media (min-width: 992px) {
  .road-item__box {
    padding: 32px;
  }
  .road-item__divider {
    margin-left: -31px;
    margin-right: -31px;
  }
}

@media (min-width: 1260px) {
  .road-item:before {
    width: 76px;
    left: calc(50% - 36px);
  }
  .road-item__content {
    width: 372px;
  }
  .road-item__content:before {
    width: 48px;
    right: calc(100% + 32px);
  }
  .road-item__second {
    width: 372px;
  }
  .road-item__second:before {
    width: 48px;
    right: calc(100% + 32px);
  }
  .road-item__period {
    right: calc(50% + 151px);
  }
  .road-item__period:before {
    width: 48px;
    left: calc(100% + 32px);
  }
  .road-item--reverse .road-item__content:before {
    right: auto;
    left: calc(100% + 32px);
  }
  .road-item--reverse .road-item__second:before {
    left: auto;
    right: calc(100% + 32px);
  }
  .road-item--reverse .road-item__period {
    right: auto;
    left: calc(50% + 151px);
  }
  .road-item--reverse .road-item__period:before {
    left: auto;
    right: calc(100% + 32px);
  }
}

.road-item--1 {
  padding-bottom: 66px;
}

.road-item--3 {
  padding-bottom: 100px;
}

.road-item--4 {
  padding-bottom: 48px;
}

.road-item--5 {
  padding-bottom: 82px;
}

.road-item--7 {
  padding-bottom: 56px;
}

.road-item--11 {
  padding-bottom: 94px;
}

.road-item--15 {
  padding-bottom: 84px;
}

.road-item--16 {
  padding-bottom: 40px;
}

@media (min-width: 768px) {
  .road-item {
    padding-bottom: 48px;
  }
  .road-item--1 {
    padding-bottom: 48px;
  }
  .road-item--2 {
    padding-bottom: 70px;
  }
  .road-item--3 {
    padding-bottom: 32px;
  }
  .road-item--4 {
    padding-bottom: 96px;
  }
  .road-item--5 {
    padding-bottom: 36px;
  }
  .road-item--7 {
    padding-bottom: 120px;
  }
  .road-item--10 {
    padding-bottom: 76px;
  }
  .road-item--11 {
    padding-bottom: 20px;
  }
  .road-item--15 {
    padding-bottom: 36px;
  }
  .road-item--16 {
    padding-bottom: 32px;
  }
}

@media (min-width: 992px) {
  .road-item--1 {
    padding-bottom: 26px;
  }
  .road-item--2 {
    padding-bottom: 82px;
  }
  .road-item--3 {
    padding-bottom: 38px;
  }
  .road-item--4 {
    padding-bottom: 80px;
  }
  .road-item--5 {
    padding-bottom: 36px;
  }
  .road-item--7 {
    padding-bottom: 120px;
  }
  .road-item--8 {
    padding-bottom: 64px;
  }
  .road-item--9 {
    padding-bottom: 64px;
  }
  .road-item--10 {
    padding-bottom: 76px;
  }
  .road-item--11 {
    padding-bottom: 72px;
  }
  .road-item--12 {
    padding-bottom: 58px;
  }
  .road-item--13 {
    padding-bottom: 78px;
  }
  .road-item--15 {
    padding-bottom: 78px;
  }
  .road-item--16 {
    padding-bottom: 68px;
  }
}

.roadmap-city {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.roadmap-city__image {
  width: 114px;
  display: block;
  overflow: hidden;
  border-radius: 24px;
  -webkit-box-shadow: 4px 4px 8px #D1D2F2;
          box-shadow: 4px 4px 8px #D1D2F2;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}

.roadmap-city__content {
  color: #394C79;
  font-weight: 500;
  font-size: 14px;
  line-height: 22px;
  padding-left: 18px;
}

.roadmap-city__name {
  font-weight: 700;
  font-size: 16px;
  line-height: 30px;
  white-space: nowrap;
  background: -o-radial-gradient(83.33% 83.33%, 77.78% 77.78%, #3B4F7D 0%, #495D89 100%);
  background: radial-gradient(77.78% 77.78% at 83.33% 83.33%, #3B4F7D 0%, #495D89 100%);
  color: transparent;
  background-clip: text;
  -webkit-background-clip: text;
}

.roadmap-city__phone {
  color: #394C79;
  text-decoration: none;
  white-space: nowrap;
  display: block;
}

.roadmap-city__phone:hover {
  color: #394C79;
  text-decoration: none;
}

.roadmap-city__flag {
  width: 25px;
  font-size: 0;
  line-height: 0;
  margin-top: 4px;
  display: inline-block;
}

.roadmap-city--reverse {
  text-align: right;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}

.roadmap-city--reverse .roadmap-city__content {
  padding-left: 0;
  padding-right: 18px;
}

@media (min-width: 992px) {
  .roadmap-city__image {
    width: 138px;
  }
  .roadmap-city .btn-gradient {
    width: 100%;
  }
}

.roadmap-offer__title {
  color: #394C79;
  font-weight: 700;
  font-size: 24px;
  line-height: 30px;
  margin-bottom: 20px;
}

@media (min-width: 992px) {
  .roadmap-offer__button {
    width: 284px;
  }
}

.btn-gradient {
  margin: 0;
  height: 64px;
  color: #fff;
  border: none;
  outline: none;
  font-weight: 700;
  font-size: 18px;
  line-height: 24px;
  white-space: nowrap;
  position: relative;
  border-radius: 12px;
  text-decoration: none;
  padding: 4px 80px 4px 60px;
  background: -o-radial-gradient(83.33% 83.33%, 77.78% 77.78%, #4052D7 0%, #826FFF 100%);
  background: radial-gradient(77.78% 77.78% at 83.33% 83.33%, #4052D7 0%, #826FFF 100%);
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.btn-gradient:hover {
  color: #fff;
  text-decoration: none;
  background: -o-radial-gradient(83.33% 83.33%, 77.78% 77.78%, #826FFF 0%, #826FFF 100%);
  background: radial-gradient(77.78% 77.78% at 83.33% 83.33%, #826FFF 0%, #826FFF 100%);
}

.btn-gradient > i {
  top: calc(50% - 20px);
  right: 12px;
  width: 40px;
  height: 40px;
  font-size: 0;
  line-height: 0;
  padding-left: 3px;
  border-radius: 50%;
  position: absolute;
  background: #7581EC;
  -webkit-box-shadow: inset -1.54545px -1.54545px 3.09091px rgba(71, 81, 174, 0.4), inset 1.54545px 1.54545px 3.09091px #4751AE;
          box-shadow: inset -1.54545px -1.54545px 3.09091px rgba(71, 81, 174, 0.4), inset 1.54545px 1.54545px 3.09091px #4751AE;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.btn-gradient > i i {
  height: 20px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  display: inline-block;
}

.page-top-roadmap {
  color: #fff;
  text-align: center;
  padding-top: 48px;
  padding-bottom: 36px;
}

@media (min-width: 576px) {
  .page-top-roadmap {
    padding-top: 64px;
    padding-bottom: 56px;
  }
}

@media (min-width: 768px) {
  .page-top-roadmap {
    padding-bottom: 52px;
  }
}

@media (min-width: 992px) {
  .page-top-roadmap {
    padding-top: 72px;
    padding-bottom: 42px;
  }
  .page-top-roadmap h1 {
    font-size: 72px;
    line-height: 83px;
  }
}

@media (min-width: 1260px) {
  .page-top-roadmap {
    padding-bottom: 60px;
  }
}

.page-top-block--roadmap {
  min-height: 394px;
}


.academy {
  color: #394C79;
  margin-left: -16px;
  margin-right: -15px;
  margin-top: -130px;
  min-height: 380px;
  padding: 22px 24px;
  border-radius: 24px;
  -webkit-backdrop-filter: blur(10px);
          backdrop-filter: blur(10px);
  background: -o-linear-gradient(341.54deg, rgba(255, 255, 255, 0.264) 0%, rgba(255, 255, 255, 0.066) 100%);
  background: linear-gradient(108.46deg, rgba(255, 255, 255, 0.264) 0%, rgba(255, 255, 255, 0.066) 100%);
}

.academy__nav {
  margin-bottom: 38px;
}

.academy__nav__button:not(:last-child) {
  margin-bottom: 16px;
}

.academy__nav .btn-main {
  width: 100%;
}

.academy__header {
  font-size: 32px;
  font-weight: 700;
  line-height: 32px;
  margin-bottom: 18px;
  padding-bottom: 22px;
  border-bottom: 1px solid #DFE3FA;
}

.academy__text {
  font-size: 16px;
  line-height: 28px;
  margin-bottom: 32px;
}

.academy__group:not(:last-child) {
  margin-bottom: 48px;
}

.academy__media {
  display: -ms-grid;
  display: grid;
  grid-row-gap: 32px;
}

.academy__exchangers {
  display: -ms-grid;
  display: grid;
  grid-row-gap: 24px;
}

@media (min-width: 576px) {
  .academy {
    padding: 24px;
    margin-left: -24;
    margin-right: -24;
  }
  .academy__nav {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .academy__nav__button {
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
  }
  .academy__nav__button:not(:last-child) {
    margin-bottom: 0;
    margin-right: 14px;
  }
  .academy__media {
    grid-row-gap: 24px;
    grid-column-gap: 24px;
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
  }
  .academy__exchangers {
    grid-row-gap: 16px;
    grid-column-gap: 16px;
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
  }
}

@media (min-width: 768px) {
  .academy {
    padding: 32px;
    margin-left: 0;
    margin-right: 0;
    margin-bottom: 32px;
  }
  .academy__header {
    padding-bottom: 26px;
    margin-bottom: 24px;
  }
  .academy__nav {
    margin-bottom: 48px;
  }
  .academy__nav__button {
    -webkit-box-flex: 0;
        -ms-flex-positive: 0;
            flex-grow: 0;
  }
  .academy__nav__button:not(:last-child) {
    margin-right: 24px;
  }
  .academy__text {
    max-width: 780px;
  }
  .academy__exchangers {
    grid-row-gap: 24px;
    grid-column-gap: 24px;
  }
}

@media (min-width: 992px) {
  .academy {
    padding: 60px 40px;
    margin-bottom: 48px;
  }
  .academy__media {
    grid-row-gap: 32px;
    grid-column-gap: 32px;
  }
  .academy__exchangers {
    -ms-grid-columns: 1fr 1fr 1fr;
    grid-template-columns: 1fr 1fr 1fr;
  }
}

@media (min-width: 1260px) {
  .academy {
    padding: 54px 60px 75px 60px;
  }
  .academy__media {
    grid-row-gap: 32px;
    grid-column-gap: 32px;
    -ms-grid-columns: 1fr 1fr 1fr;
    grid-template-columns: 1fr 1fr 1fr;
  }
  .academy__group:not(:last-child) {
    margin-bottom: 72px;
  }
  .academy__exchangers {
    width: 940px;
    grid-row-gap: 32px;
    grid-column-gap: 32px;
  }
}

.video-item__media {
  display: block;
  overflow: hidden;
  position: relative;
  border-radius: 26px;
  -webkit-box-shadow: 0px 15.6536px 15.6536px rgba(69, 42, 124, 0.1);
          box-shadow: 0px 15.6536px 15.6536px rgba(69, 42, 124, 0.1);
  -webkit-transition: .3s;
  -o-transition: .3s;
  transition: .3s;
}

.video-item__media:hover {
  -webkit-box-shadow: 0px 15.6536px 15.6536px rgba(69, 42, 124, 0.25);
          box-shadow: 0px 15.6536px 15.6536px rgba(69, 42, 124, 0.25);
  -webkit-transition: .3s;
  -o-transition: .3s;
  transition: .3s;
}

.video-item__play {
  top: calc(50% - 20px);
  left: calc(50% - 20px);
  z-index: 20;
  width: 40px;
  height: 40px;
  display: block;
  overflow: hidden;
  border-radius: 50%;
  position: absolute;
}

.video-item__content {
  font-size: 14px;
  line-height: 24px;
  margin-top: 17px;
  padding-left: 34px;
  background: url("../images/svg/fi-sr-film.svg") 0 2px no-repeat;
}

.video-item__title {
  color: #495D89;
  font-weight: 700;
  font-size: 18px;
  line-height: 24px;
}

.video-item__text {
  margin-top: 4px;
}


.btn-main {
  outline: none;
  border: none;
  height: 58px;
  cursor: pointer;
  font-size: 16px;
  font-weight: 700;
  line-height: 24px;
  padding: 8px 16px;
  border-radius: 12px;
  text-decoration: none;
  background: transparent;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.btn-main.hover, .btn-main:hover {
  text-decoration: none;
}

.btn-main--border {
  color: #596AE3;
  border: 2px solid #596AE3;
}

.btn-main--border.hover, .btn-main--border:hover {
  color: #fff;
  background: #596AE3;
}

.btn-main--border.active, .btn-main--border:active {
  color: #fff;
  border: none;
  background: -o-radial-gradient(83.33% 83.33%, 77.78% 77.78%, #4052D7 0%, #826FFF 100%);
  background: radial-gradient(77.78% 77.78% at 83.33% 83.33%, #4052D7 0%, #826FFF 100%);
}

.btn-main--blue {
  color: #fff;
  background: -o-radial-gradient(83.33% 83.33%, 77.78% 77.78%, #4052D7 0%, #826FFF 100%);
  background: radial-gradient(77.78% 77.78% at 83.33% 83.33%, #4052D7 0%, #826FFF 100%);
}

.btn-main--blue.hover, .btn-main--blue:hover {
  color: #fff;
  background: #596AE3;
}

.btn-main--blue.active, .btn-main--blue:active {
  color: #fff;
  background: -o-radial-gradient(83.33% 83.33%, 77.78% 77.78%, #4052D7 0%, #826FFF 100%);
  background: radial-gradient(77.78% 77.78% at 83.33% 83.33%, #4052D7 0%, #826FFF 100%);
}

@media (min-width: 768px) {
  .btn-main {
    height: 64px;
    padding: 8px 32px;
  }
}

.exchanger-item {
  padding: 32px;
  color: #394C79;
  overflow: hidden;
  background: #E6E7FD;
  border-radius: 24px;
  -webkit-box-shadow: 4px 4px 8px #D1D2F2;
          box-shadow: 4px 4px 8px #D1D2F2;
}

.exchanger-item__media {
  border-bottom: 1px solid #DFE3FA;
  padding-bottom: 15px;
  margin-bottom: 10px;
}

.exchanger-item__logo {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 216px;
  height: 60px;
}

.exchanger-item__image {
  height: auto;
  display: block;
  max-width: 100%;
}

.exchanger-item__title {
  color: #3B4F7D;
  font-weight: 700;
  font-size: 18px;
  line-height: 30px;
}

.exchanger-item__text {
  font-weight: 500;
  font-size: 14px;
  line-height: 24px;
  margin-bottom: 5px;
}

.exchanger-item__link {
  color: #826FFF;
  font-weight: 700;
  font-size: 12px;
  line-height: 24px;
  text-decoration: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.exchanger-item__link:hover {
  color: #826FFF;
  text-decoration: none;
}

.exchanger-item__link span {
  display: inline-block;
}

.exchanger-item__link i {
  font-size: 0;
  line-height: 0;
  height: 16px;
}

[data-tabs-content] {
  display: none;
}

[data-tabs-content].active {
  display: block;
}

.page-top-lines--roadmap {
  top: -200px;
}

@media (min-width: 1260px) {
  .page-top-cube--roadmap {
    top: 220px;
  }
}

