.router {
	position: relative;
	margin-left: 30px;
}

.router_btn {
	position: relative;
	width: 105px;
	font-size: 16px;
	line-height: 19px;
	color: #ffffff;
	background: transparent;
	border-radius: 5px;
	border: 2px solid var(--orange, #e6a01e);
	outline: none;
	transition: hover ease-in-out 0.3s;
	padding: 5px 30px 5px 10px;
	outline: none;
	text-align: right;
	cursor: pointer;
}

.router_btn::after,
.current::after {
	content: '';
	position: absolute;
	right: 10px;
	top: 10px;
	background: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAA4AAAAICAYAAADJEc7MAAAACXBIWXMAAAsTAAALEwEAmpwYAAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAABbSURBVHgBjc3RDYAgDEXR10l0BEdwBEdwA0fQFZxUJ6A8Ej4IKbQkN4SUk4qqHgAWEXnhHP4t18X+8tjYx24PsYelugwu7tDZD008RSMcQhYOIwPHUYNXto/mGbuDlB8fKJyrAAAAAElFTkSuQmCC');
	background-repeat: no-repeat;
	width: 14px;
	height: 8px;
}

.router_btn:hover {
	opacity: 0.8;
}

.router_btn.active {
	opacity: 1;
}

.router_btn-blog {
	text-align: right;
	padding: 5px 10px;
	width: fit-content;
}

.router_btn-blog::after {
	display: none;
}

.router_list {
	display: none;
	width: 105px;
	position: absolute;
	z-index: 2;
	text-align: right;
	background: #0d173f;
	border-radius: 5px;
	border: 2px solid var(--orange, #e6a01e);
	top: 0px;
}

.router_list.show {
	display: block;
}

.router_item {
	display: block;
	position: relative;
	padding: 5px 10px 5px 10px;
	font-size: 16px;
	line-height: 19px;
	color: #ffffff;
	cursor: pointer;
	transition: all 0.3s ease-in-out;
	text-align: left;
}

.router_item:hover {
	color: #fff !important;
	opacity: 0.8;
}

.header__logo {
	margin-right: auto;
}

.header__container {
	position: relative;
	justify-content: flex-end;
}

.calculator {
	padding: 200px 0;
}

.calculator .container {
	position: relative;
}

.reviews {
	padding: 200px 19px;
}

.calculator__container {
	box-shadow: 0px 0px 27px #335AFB;
}

.reviews__title {
	max-width: unset;
}

.faq {
	padding-bottom: 200px;
}

.bold {
	font-weight: 700;
}

.common_inner {
	display: flex;
	column-gap: 20px;
}

.common_col {
	width: 50%;
	display: flex;
	flex-direction: column;
	row-gap: 15px;
}

.common_list {
	display: flex;
	flex-direction: column;
	gap: 10px;
	padding: 0 0 0 20px;
}

.common_title {
	color: #fff;
	text-align: center;
	font-family: Orbitron;
	font-size: 44px;
	font-style: normal;
	font-weight: 700;
	line-height: 115%;
	text-transform: uppercase;
	padding-top: 100px;
	margin-bottom: 50px;
}

.common_text {
	color: #fff;
	font-family: Nunito Sans;
	font-size: 16px;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
}

.common_btn {
	color: #000000;
	background: #fec627;
}

.common_btn:hover {
	background: #ffc700;
}

.common_btn:active {
	background: #c59612;
	box-shadow: inset 0px 4px 4px rgba(0, 0, 0, 0.25);
}

.common_wrp {
	position: relative;
	border-top: 1px solid rgba(255, 255, 255, 0.15);
	border-bottom: 1px solid rgba(255, 255, 255, 0.15);
	background: #0d173f;
}

.common_wrp+.common_wrp {
	padding-top: 0;
}

.common_wrpBg {
	background: rgba(51, 90, 251, 0.05);
	backdrop-filter: blur(125px);
	padding: 0 0 100px;
}

.common__footerImg {
	display: block;
	width: 150px;
	margin: 50px auto 0;
}

.benefits {
	position: relative;
	background: #0d173f;
}

.benefits .container {
	position: relative;
	z-index: 3;
}

.benefits__background {
	max-width: unset;
	position: absolute;
	z-index: 2;
	top: 35%;
	left: -523px;
	width: 1600px;
	height: 800px;
}

.demo_col {
	gap: 0;
	align-items: center;
	justify-content: space-between;
}

.demo .common_wrpBg {
	backdrop-filter: none;
}

.demo_img {
	width: 150px;
}

.demo__background {
	max-width: unset;
	position: absolute;
	z-index: 2;
	top: 0;
	right: -753px;
	width: 1600px;
	height: 1200px;
}

@media (max-width: 1250px) {
	.router {
		position: absolute;
		top: 7.5px;
		right: 0;
	}

	.master-crypto,
	.calculator {
		padding: 120px 0;
	}

	.reviews {
		padding: 120px 19px;
	}

	.common_wrpBg {
		padding: 0 0 80px;
	}

	.common_col {
		max-width: unset;
		width: 100%;
	}

	.common_title {
		font-size: 36px;
		padding-top: 80px;
		margin-bottom: 40px;
	}

	.common__footerImg {
		margin-top: 40px;
	}

	.benefits__background {
		left: -1000px;
	}

	.demo_col {
		gap: 15px;
	}

	.faq {
		padding: 60px 0 0;
	}
}

@media (max-width: 1023px) {
	.reviews__monero {
		top: 156px;
	}
}

@media (max-width: 767px) {

	.master-crypto,
	.calculator {
		padding: 100px 0;
	}

	.reviews {
		padding: 100px 10px;
	}

	.common_wrpBg {
		padding: 0 0 60px;
	}

	.common_title {
		font-size: 22px;
		padding-top: 60px;
		margin-bottom: 30px;
	}

	.common_inner {
		flex-direction: column;
		row-gap: 15px;
	}

	.common__footerImg {
		margin-top: 30px;
	}

	.benefits__background {
		left: -1200px;
	}

	.demo__background {
		right: -1200px;
	}

	.faq {
		padding: 50px 0 0;
	}
}

@media (max-width: 450px) {
	.router {
		position: relative;
		margin: 0 auto;
	}
	.header__logo {
		margin: 0 auto;
		display: flex;
		justify-content: center;
		align-items: center;		
	}
	.header__logo.yellow-highlighted span {
		font-size: 24px !important;
		max-width: unset !important;
	}
	.header__data {
		align-items: flex-start;
	}
}