/* Specifications */
h1 {
	font-size: 50px;
} 
h2 {
	font-size: 30px;
} 
h3 {
	font-size: 20px;
} 
h4 {
	font-size: 20px;
	font-weight: 600;
} 
h5, h6 {
}

.btn {
	border: none;
	cursor: pointer;
	width: 243px;
	height: 40px;
	padding: 9px 0;
	font-size: 18px;
	font-weight: 500;
	display: block;
	text-align: center;
	border-radius: 7px;
	color: #fff;
	background: linear-gradient(180deg, #7F71FF 0%, #578FFF 100%);
	box-shadow: 0px 4px 10px #E5E5E5;
	transition: opacity 0.5s ease;
	position: relative;
	z-index: 1;
}
.btn::before {
	position: absolute;
	content: "";
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	border-radius: 10px;
	background: linear-gradient(180deg, #331CFF 0%, #266EFF 100%);
	z-index: -1;
	transition: opacity 0.5s linear;
	opacity: 0;
}
.btn:hover::before {
	opacity: 1;
	transition: opacity 0.5s linear;
}
.btn:active {
	box-shadow: none;
}
.btn-ghost {
    width: 100px;
    padding: 13px 0 14px;
	display: block;
	text-align: center;
    color: #285DD3;
    border: 1px solid #285DD3;
    border-radius: 7px;
    transition: color 0.5s ease, border 0.5s ease, background-color 0.5s ease;
}
.btn-ghost:hover {
    color: #fff;
    border-color: #285DD3;
    background-color: #285DD3;
    transition: color 0.5s ease, border 0.5s ease, background-color 0.5s ease;
}
body {
	background: url('../img/bg.jpg') no-repeat top center / cover;
}

section {
	padding-top: 140px;
}
.invest {
	padding-bottom: 140px;
}
.title {
	margin-bottom: 60px;
}
.title::after {
	content: '';
	display: block;
	margin-top: 15px;
	border-bottom: 2px solid #285DD3;
}
.card-bg {
	background: rgba(238, 241, 255, 0.6);
	box-shadow: 0px 5px 20px #E5E5E5;;
	border-radius: 20px;
}
/* Header */
.header {
	position: relative;
	padding-top: 50px;
}
.wrapper-header {
	position: absolute;
	width: 95%;
	top: 50px;
	left: 50%;
	background: rgba(238, 241, 255, 0.3);
	box-shadow: 0px 5px 20px #E6E6E6;
	backdrop-filter: blur(30px);
	border-radius: 30px;
	transform: translate(-50%, 0);
	padding: 38px 0 44px;
}
.header-image {
	position: absolute;
}
.graph {
	top: 94px;
	right: 30px;
}
.investor {
	bottom: 0;
	right: 195px;
	transform: translate(-10%, 0);
}
.navigation__list {
	width: 451px;
}
.navigation__item a{
	color: #000;
    transition: color 0.5s ease;
}
.navigation__item:hover a{
	color: #285DD3;
    transition: color 0.5s ease;
}
.btn-register {
	width: 243px;
	margin-right: 35px;
}
.offer__title {
	max-width: 552px;
	width: 100%;
}
.offer {
	margin-top: 119px;
}
.offer-info-wrap {
	margin-top: 40px;
}
.offer-info {
	padding: 26px 23px;
	backdrop-filter: blur(30px);
}
.offer-info_top {
	margin-bottom: 18px;
}
.offer-info__text {
	font-size: 13px;
	width: 166px;
}
.btn-begin {
	margin-top: 60px;
}
.pages {
	margin-top: 65px;
}
.pages__item:not(:last-child) {
	margin-right: 10px;
}
.pages__item::before {
	content: '';
	display: block;
	cursor: pointer;
	width: 15px;
	height: 15px;
	margin-bottom: 3px;
	border-radius: 50%;
	border: 2px solid #004BFF;
	filter: blur(1px);
}
.pages__item_active::before {
	width: 20px;
	height: 20px;
	border: 2px solid #F64C91;
	filter: blur(0px);
}
.pages__item_active .page__link {
	font-size: 15px;
	line-height: 1.32em;
	letter-spacing: 0.04em;
	color: #F64C91;
	filter: blur(0px);
}
.page__link {
	width: 100%;
	display: block;
	font-size: 8px;
	color: #0049FF;
	filter: blur(0.5px);
	text-align: center;
}
.wrapper-header.ghost{
    visibility: hidden;
    width: 100%;
    top: 0;
    left: 0;
    position: relative;
}
/* Aadvantages */

.advantages-title {
	max-width: 630px;
	margin-bottom: 25px;
}
.advantages-text {
	max-width: 850px;
	width: 100%;
	font-size: 20px;
	font-weight: 300;
	margin-bottom: 60px;
}
.adv-info {
	backdrop-filter: blur(30px);
	padding: 41px 52px;
}
.adv-info__text {
	max-width: 210px;
	width: 100%;
	font-size: 15px;
}
/* Analyst */

.analyst-title {
	max-width: 620px;
}
.analyst-info {
	padding: 56px 48px;
	backdrop-filter: blur(30px);
}
.analyst-info__head {
	margin-bottom: 24px;
}
.analyst-info__photo {
	margin-right: 13px;
	border-radius: 50%;
}
.analyst-info__text {
	font-size: 15px;
}
.helper {
	display: none;
}
/* Fonds */

.fonds-info {
	padding: 39px 50px;
}
.fond__name, .fond__stats-text {
	font-size: 13px;
	font-weight: 500;
	color: #000;
}
.fonds-title {
	max-width: 475px;
}
.fonds-info__list {
	margin-top: 25px;
}
.fonds-info__item{
	margin-bottom: 25px;
}
.fonds-info__pre-text {
	color: #878787;
	font-size: 10px;
	text-transform: uppercase;
	margin-bottom: 11px;
}
.fond__logo {
	margin-right: 20px;
	border-radius: 50%;
}
.fond__stats {
	margin-top: 8px;
}
.fond__stats::before {
	content: '';
	width: 12px;
	height: 12px;
	margin-right: 4px;
	display: block;
}
.fond__stats_up .fond__stats-text {
	color: #00BA4A;
}
.fond__stats_up::before {
	background: url('../img/fond-arrow-up.svg');
}
.fond__stats_down .fond__stats-text {
	color: #DE0000;
}
.fond__stats_down::before {
	background: url('../img/fond-arrow-down.svg');
}
.fonds-info__all {
	color: #2D4CFF;
	font-size: 12px;
	font-weight: 500;
}
/* Invest */

.invest-title {
	max-width: 650px;
}
.invest-info {
	padding: 48px 25px;
}
.stars__item {
	display: block;
	width: 18px;
	height: 18px;
}
.stars {
	margin-bottom: 26px;
}
.stars__item:not(:last-child) {
	margin-right: 2px;
}
.stars__item_full {
	background: url('../img/start-full.svg') no-repeat top center / cover;
}
.stars__item_empty {
	background: url('../img/start-empty.svg') no-repeat top center / cover;
}
.invest-info-text-default {
	font-weight: 400;
	font-size: 13px;
	color: #474747;
}
.invest-info-text__header {
	max-width: 155px;
	width: 100%;
	margin: 11px 0 28px;
}
.invest-info-text__yearly-percent {
	font-size: 15px;
	font-weight: 500;
	padding: 8px 13px;
	background: rgba(202, 206, 255, 0.58);
	backdrop-filter: blur(4px);
}
.invest-info-text__yearly-text {
	margin-left: 9px;
}
.invest-info-income {
	margin-top: 26px;
}
.invest-info-income__numbers {
	font-weight: 600;
	font-size: 18px;
	color: #1629FF;
	margin-top: 10px;
}
.invest-info-graph__top {
	margin-bottom: 35px;
}
.btn_invest-info {
	width: 200px;
	height: 50px;
	font-size: 20px;
	font-weight: 600;
	padding: 12px 0 14px;
	margin: 26px auto 0;
	box-shadow: 0px 4px 10px #CECFF4;
}
.invest-info_mb_always {
	margin-bottom: 61px;
}
.invest_pages {
	margin-top: 0;
}
.invest-bottom-wrapper{
	margin-top: 58px;
}
.invest_arrow-up {
	width: 50px;
	height: 50px;
	background: url('../img/arrow-up.svg');
}
.invest_arrow-up:hover {
	background: url('../img/arrow-up-hover.svg');
}
/* Footer */

.footer {
	padding: 119px 0 132px;
	background: linear-gradient(0deg, rgba(2, 0, 55, 0.49), rgba(2, 0, 55, 0.49)), url('../img/footer-bg.jpg');
}
.socials {
	margin: 34px 0;
}
.socials__item:not(:last-child) {
	margin-right: 15px;
}
.footer-text {
	font-weight: 400;
	font-size: 15px;
	color: #fff;
}
.contacts__item:hover .footer-text,
.footer-links__link:hover .footer-text {
	font-weight: 600;
}
.footer-links__item:not(:last-child) {
	margin-bottom: 40px;
}
.btn_footer {
	height: 48px;
	box-shadow: none;
	padding: 13px 0;
}
.contacts {
	margin-top: 33px;
	text-align: center;
	width: 155px;
}
.contacts__item:not(:last-child) {
	margin-bottom: 20px;
}
/* Responsive */

@media (max-width: 1399.98px) {
	.adv-info {
		padding: 41px 37px;
	}
	
}

/* Large devices (desktops, less than 1200px) */
@media (max-width: 1199.98px) {
	.graph {
		width: 50%;
		top: 94px;
		right: 0px;
	}
	.investor {
		bottom: 0;
		right: 0;
		transform: translate(0, 0);
	}	
	.adv-info {
		padding: 41px 65px;
	}
	.helper {
		display: inline;
	}
	.fonds-info {
		padding: 39px 40px;
	}
	.invest-info_mb_lg {
		margin-bottom: 61px;
	}
}

/* Medium devices (tablets, less than 992px) */
@media (max-width: 991.98px) {
	.graph {
		width: 40%;
		top: 300px;
	}
	.investor {
		height: 50%;
		bottom: 0;
		right: 0;
		transform: translate(0, 0);
	}
	.adv-info {
		padding: 32px 26px;
	}
	.invest-info_mb_md {
		margin-bottom: 61px;
	}
}

/* Small devices (landscape phones, less than 768px) */
@media (max-width: 767.98px) {
	.offer-info__text {
		width: 80%;
	}
	.offer-info {
		width: 90%;
		margin-bottom: 18px;
	}
	.graph {
		width: 80%;
		top: 480px;
	}
	.adv-info {
		padding: 42px 54px;
	}
	.adv-info__text {
		max-width: 300px;
		width: 100%;
		font-size: 15px;
	}
	.footer-links__item {
		text-align: end;
	}
	.btn_footer {
		margin-top: 20px;
	}
	.btn_footer, .contacts{
		margin-left: auto;
		margin-right: auto;
	}
}

/* Extra small devices (portrait phones, less than 576px) */
@media (max-width: 575.98px) {
	h1 {
		font-size: 40px;
	}
	h2 {
		font-size: 25px;
	}
	.adv-info {
		padding: 30px;
		flex-direction: column !important;
		align-items: left;
	}
	.advantages-text {
		font-size: 16px;
	}
	.adv-info__logo {
		width: 48px;
		height: 57px;
		margin-bottom: 15px;
	}
	.adv-info__text {
		min-width: 100%;
	}
	.analyst-info__head {
		flex-direction: column !important;
		align-items: center;
	}
	.analyst-info__photo {
		margin-bottom: 10px;
	}
	.analyst-info {
		padding: 20px;
	}
	.footer-links {
		margin-top: 20px;
	}
	.footer-links__item {
		text-align: center;
	}
	.footer-logo {
		margin-left: auto;
		margin-right: auto;
	}
	.socials {
		justify-content: center;
	}
	.copyright-wrapper {
		text-align: center;
	}
}
@media (max-width: 429.98px) {
	.adv-info {
		padding: 20px;
	}
}
@media (max-width: 369.98px) {
	.invest-info-all {
		align-items: center;
		flex-direction: column !important;
	}
	.stars {
		justify-content: center;
	}
	.invest-info-graph {
		margin-top: 35px;
	}
}