@font-face {
	font-family: 'Manrope';
	src: url(../fonts/Manrope.ttf);
}

@font-face {
	font-family: 'IgraSans';
	src: url(../fonts/IgraSans.ttf) format('truetype');
}

* {
	margin: 0;
	padding: 0;
}

body {
	background-color: rgb(252, 252, 252);
	width: 100%;
}

.main_container {
	margin: 0 40px;
	height: auto;
}

.header_lending {
	margin-top: 32px;
	display: flex;
	display: -ms-flexbox;
	display: -webkit-flex;
	-ms-flex-align: center;
	-webkit-align-items: center;
	-webkit-box-align: center;
	align-items: center;
	width: 100%;
	height: 48px;
	justify-content: space-between;
}

.header_lending .logo {
	display: flex;
	display: -ms-flexbox;
	display: -webkit-flex;
	justify-content: flex-start;
	font-family: 'Manrope', Helvetica, sans-serif;
	font-size: 24px;
	font-weight: 700;
	line-height: 150%;
	text-transform: uppercase;
	color: #000;
}

.header_lending .logo:hover {
	color: #232323;
}

.login_buttons {
	width: auto;
	display: flex;
	display: -ms-flexbox;
	display: -webkit-flex;
	-ms-flex-align: center;
	-webkit-align-items: center;
	-webkit-box-align: center;
	align-items: center;
	gap: 30px;
}

.login_buttons .btn_login {
	width: 80px;
	height: 48px;
	background-color: #fff;
	border-radius: 100px;
	color: #000;
	font-family: 'Manrope', Helvetica, sans-serif;
	font-size: 14px;
	font-weight: 500;
	justify-content: center;
	text-align: center;
	display: flex;
	display: -ms-flexbox;
	display: -webkit-flex;
	-ms-flex-align: center;
	-webkit-align-items: center;
	-webkit-box-align: center;
	align-items: center;
	cursor: pointer;
}

.login_buttons .btn_reg {
	color: #000;
	font-family: 'Manrope', Helvetica, sans-serif;
	font-size: 14px;
	font-weight: 500;
	cursor: pointer;
}

.nav {
	width: 460px;
	margin: 0 35px;
	display: flex;
	display: -ms-flexbox;
	display: -webkit-flex;
	-ms-flex-align: center;
	-webkit-align-items: center;
	-webkit-box-align: center;
	align-items: center;
	justify-content: space-between;
}

.nav .menu_link a {
	color: rgb(172, 172, 172);
	font-family: 'Manrope', Helvetica, sans-serif;
	font-size: 14px;
	font-weight: 500;
	cursor: pointer;
	text-transform: uppercase;
}

.nav .menu_link a:hover {
	color: #121212;
}

.nav .menu_link_active {
	color: rgb(0, 0, 0);
}

.info_container {
	width: 100%;
	margin-top: 64px;
	display: flex;
	display: -ms-flexbox;
	display: -webkit-flex;
	-ms-flex-align: center;
	-webkit-align-items: center;
	-webkit-box-align: center;
	align-items: center;
	justify-content: center;
}

.trust_block {
	width: max-content;
	display: flex;
	display: -ms-flexbox;
	display: -webkit-flex;
	-ms-flex-align: center;
	-webkit-align-items: center;
	-webkit-box-align: center;
	align-items: center;
	justify-content: center;
	gap: 15px;
	padding: 0 20px;
}

.trust_block p {
	display: flex;
	display: -ms-flexbox;
	display: -webkit-flex;
	-ms-flex-align: center;
	-webkit-align-items: center;
	-webkit-box-align: center;
	align-items: center;
	justify-content: center;
	font-family: 'Manrope', Helvetica, sans-serif;
	font-size: 14px;
	font-weight: 500;
	line-height: 120%;
	color: rgba(22, 22, 22, 1);
	margin: 0;
}

.trust_block .image_block {
	display: flex;
	display: -ms-flexbox;
	display: -webkit-flex;
	-ms-flex-align: center;
	-webkit-align-items: center;
	-webkit-box-align: center;
	align-items: center;
	justify-content: center;
}

.trust_block .image_block img {
	width: 35px;
	height: 35px;
	border: 2px solid rgb(242, 244, 245);
	border-radius: 100px;
}

.headline {
	width: max-content;
	margin-top: 25px;
	margin-left: auto;
	margin-right: auto;
}

.headline h1 {
	font-family: 'IgraSans';
	font-size: 62px;
	font-weight: 400;
	letter-spacing: 0;
	text-align: center;
}

.headline h1 span {
	border-radius: 28px;
	background: rgba(222, 255, 131, 0.6);
	background-size: 50px 50px;
	padding: 0 20px;
}

.headline .foravito {
	color: rgb(137, 171, 246);
	font-family: 'IgraSans';
}

.headline .foravito p {
	display: inline;
}

.headline .green_bg {
	z-index: -5;
	position: absolute;
	width: 350px;
	height: 66px;
	display: flex;
	border-radius: 28px;
	background: rgba(222, 255, 131, 0.6);
	margin-left: 100px;
}

.main_container .bg_main {
	width: 100%;
	margin-top: 25px;
}

.main_container .bg_main img {
	width: 100%;
}

.text_main {
	width: 815px;
	margin-left: auto;
	margin-right: auto;
}

.text_main h2 {
	color: rgb(22, 22, 22);
	font-family: 'Manrope', Helvetica, sans-serif;
	font-size: 16px;
	font-weight: 500;
	line-height: 160%;
	letter-spacing: 0;
	text-align: center;
	margin-top: 20px;
}

/*** Кнопка начать бесплатно ***/
.glow-on-hover {
	display: flex;
	display: -ms-flexbox;
	display: -webkit-flex;
	-ms-flex-align: center;
	-webkit-align-items: center;
	-webkit-box-align: center;
	align-items: center;
	justify-content: center;
	width: 250px;
	height: 70px;
	padding-left: 30px;
	padding-right: 25px;

	outline: none;
	color: #fff;
	background: #111;
	font-family: 'Manrope', Helvetica;
	font-size: 14px;
	font-style: normal;
	font-weight: 500;
	letter-spacing: 0;

	cursor: pointer;
	position: relative;
	z-index: 0;
	border-radius: 100px;
	-webkit-border-radius: 100px;
	-moz-border-radius: 100px;

	margin-left: auto;
	margin-right: auto;
	margin-top: 35px;
}

.glow-on-hover .background_free_border {
	content: '';
	background: linear-gradient(
		90deg,
		#d04b88,
		#854bd0 22%,
		#4bc8d0 56%,
		#4bd058
	);
	position: absolute;
	top: -3px;
	left: -3px;
	z-index: -1;
	/*filter: blur(5px);*/
	width: calc(100% + 6px);
	height: calc(100% + 6px);
	opacity: 1;
	transition: opacity 0.3s ease-in-out;
	border-radius: 100px;
	-webkit-border-radius: 100px;
	-moz-border-radius: 100px;
}
.glow-on-hover .background_free_shadow {
	content: '';
	background: linear-gradient(
		90deg,
		#d04b88,
		#854bd0 22%,
		#4bc8d0 56%,
		#4bd058
	);
	position: absolute;
	top: -7px;
	left: -7px;
	z-index: -2;
	filter: blur(50px);
	width: calc(100% + 14px);
	height: calc(100% + 14px);
	opacity: 1;
	transition: opacity 0.3s ease-in-out;
	border-radius: 100px;
	-webkit-border-radius: 100px;
	-moz-border-radius: 100px;
}

.glow-on-hover img {
	margin-left: 10px;
}

.glow-on-hover:before {
	content: '';
	background: linear-gradient(
		45deg,
		#ff0000,
		#ff7300,
		#fffb00,
		#48ff00,
		#00ffd5,
		#002bff,
		#7a00ff,
		#ff00c8,
		#ff0000
	);
	position: absolute;
	top: -2px;
	left: -2px;
	background-size: 400%;
	z-index: -1;
	filter: blur(5px);
	width: calc(100% + 4px);
	height: calc(100% + 4px);
	animation: glowing 20s linear infinite;
	opacity: 0;
	transition: opacity 0.3s ease-in-out;
	border-radius: 100px;
	-webkit-border-radius: 100px;
	-moz-border-radius: 100px;
}

.glow-on-hover:active {
	color: #000;
	border-radius: 100px;
	-webkit-border-radius: 100px;
	-moz-border-radius: 100px;
}

.glow-on-hover:active:after {
	background: transparent;
}

.glow-on-hover:hover:before {
	opacity: 1;
	border-radius: 100px;
	-webkit-border-radius: 100px;
	-moz-border-radius: 100px;
}

.glow-on-hover:after {
	z-index: -1;
	content: '';
	position: absolute;
	width: 100%;
	height: 100%;
	background: #111;
	left: 0;
	top: 0;
	border-radius: 100px;
	-webkit-border-radius: 100px;
	-moz-border-radius: 100px;
}

@keyframes glowing {
	0% {
		background-position: 0 0;
	}
	50% {
		background-position: 400% 0;
	}
	100% {
		background-position: 0 0;
	}
}

.menu {
	display: flex;
}

.burger-checkbox {
	display: none;
}

.footer {
	width: calc(100vw - 20px);
	height: auto;
	margin-left: 10px;
	margin-bottom: 10px;
	border-radius: 28px;
	background-color: #121212;
	display: flex;
	display: -ms-flexbox;
	display: -webkit-flex;
	justify-content: space-between;
	flex-direction: row;
}

.footer .left_footer {
	width: 30%;
	padding: 40px;
}

.footer .left_footer h1 {
	font-family: 'Manrope', Helvetica, sans-serif;
	font-size: 32px;
	font-weight: 700;
	line-height: 1;
	text-transform: uppercase;
	color: #fcfcfc;
}

.footer .left_footer p {
	font-family: 'Manrope', Helvetica, sans-serif;
	font-size: 14px;
	font-weight: 500;
	line-height: 1.2;
	color: #fcfcfc;
	opacity: 0.6;
	margin: 0;
	padding: 0;
}

.footer .center_footer {
	width: 30%;
}

.footer .right_footer {
	width: 30%;
	padding: 40px;
}

.footer .right_footer p {
	font-family: 'Manrope', Helvetica, sans-serif;
	font-size: 14px;
	font-weight: 500;
	line-height: 1.5;
	color: #fcfcfc;
	opacity: 0.6;
	margin: 0;
	padding: 0;
}

.footer .right_footer a {
	font-family: 'Manrope', Helvetica, sans-serif;
	font-size: 14px;
	font-weight: 500;
	line-height: 1.5;
	color: #fcfcfc;
	opacity: 0.6;
	margin: 0;
	padding: 0;
}

.footer .right_footer a:hover {
	opacity: 1;
	cursor: pointer;
}

.footer .right_footer .p_hover {
	cursor: pointer;
}

.footer .right_footer .p_hover:hover {
	opacity: 1;
}

.privacy {
	width: 800px;
	height: auto;
	border-radius: 28px;
	box-shadow: 0 1px 0 0 rgba(0, 0, 0, 0.1), 0 6px 12px 0 rgba(0, 0, 0, 0.2);
	margin: 50px 0;
	margin-left: 50%;
	transform: translateX(-50%);
	padding: 80px;

	background-color: #e5e5e5;
}

.privacy h1 {
	font-family: 'Manrope', Helvetica, sans-serif;
	font-size: 16px;
	font-weight: 500;
	text-align: center;
	text-transform: uppercase;
	line-height: 1;
}

.privacy p {
	font-family: 'Manrope', Helvetica, sans-serif;
	font-size: 16px;
	font-weight: 500;
	text-align: justify;
	line-height: 1.5;
}

.privacy h2 {
	font-family: 'Manrope', Helvetica, sans-serif;
	font-size: 16px;
	font-weight: 500;
	text-align: center;
	line-height: 1.5;
}

.tabbed {
	white-space: pre;
}

@media screen and (max-width: 800px) {
	html,
	body {
		width: 100%;
		margin: 0;
		padding: 0;
	}

	.main_container {
		margin: 0;
		height: auto;
	}

	.menu {
		display: none;
	}

	.menu_blur_bg {
		display: none;
		z-index: 4;
		position: absolute;
		width: 100%;
		height: 100%;
		background-color: #000;
		backdrop-filter: blur(18px);
		-webkit-backdrop-filter: blur(18px);
		background: rgba(var(--window_bg-rgb), 0.1);
	}

	.menu_blur_bg::before {
		width: 100%;
		height: 100%;
		backdrop-filter: blur(18px);
	}

	.header_lending {
		position: relative;
		z-index: 5;
		display: block;
		width: 100%;
		height: auto;
		padding: 10px;
		border-radius: 28px;
		text-align: center;
		justify-content: center;
		margin: 0;
	}

	.header_lending .logo {
		color: #000;
		display: block;
		text-align: left;
		z-index: 4;
	}

	.nav {
		display: block;
		text-align: center;
		justify-content: center;
		width: max-content;
		padding: 20px 40px;
		background-color: rgba(255, 255, 255, 0.5);
		border-radius: 28px;
		margin-left: 50%;
		margin-top: 20px;
		transform: translateX(-50%);
	}

	.login_buttons {
		display: none;
		z-index: 4;
		text-align: center;
	}

	.login_buttons .btn_reg {
		padding: 20px;
	}

	.login_buttons .btn_login {
		margin-left: auto;
		margin-right: auto;
		width: 200px;
	}

	.nav .menu_link {
		text-align: left;
		font-size: 36px;
		font-weight: 400;
		color: rgb(28, 28, 28);
	}

	.nav .menu_link_active {
		color: rgb(0, 0, 0);
	}

	.info_container {
		width: 100%;
		margin-top: 0;
		display: flex;
		display: -ms-flexbox;
		display: -webkit-flex;
		-ms-flex-align: center;
		-webkit-align-items: center;
		-webkit-box-align: center;
		align-items: center;
		justify-content: center;
	}

	.trust_block {
		width: max-content;
		display: flex;
		display: -ms-flexbox;
		display: -webkit-flex;
		-ms-flex-align: center;
		-webkit-align-items: center;
		-webkit-box-align: center;
		align-items: center;
		justify-content: center;
		gap: 15px;
		margin-top: 64px;
	}

	.trust_block p {
		display: flex;
		display: -ms-flexbox;
		display: -webkit-flex;
		-ms-flex-align: center;
		-webkit-align-items: center;
		-webkit-box-align: center;
		align-items: center;
		justify-content: center;
		font-family: 'Manrope', Helvetica, sans-serif;
		font-size: 13px;
		font-weight: 500;
		line-height: 120%;
		color: rgba(22, 22, 22, 1);
		margin: 0;
	}

	.trust_block .image_block {
		display: flex;
		display: -ms-flexbox;
		display: -webkit-flex;
		-ms-flex-align: center;
		-webkit-align-items: center;
		-webkit-box-align: center;
		align-items: center;
		justify-content: center;
	}

	.trust_block .image_block img {
		width: 35px;
		height: 35px;
		border: 2px solid rgb(242, 244, 245);
		border-radius: 100px;
	}

	.headline {
		width: 100%;
		margin-top: 25px;
		margin-left: auto;
		margin-right: auto;
	}

	.headline h1 {
		font-family: 'IgraSans';
		font-size: 48px;
		font-weight: 400;
		letter-spacing: 0;
		text-align: center;
	}

	.text_main {
		width: 100%;
		margin-left: auto;
		margin-right: auto;
	}

	.text_main h2 {
		color: rgb(22, 22, 22);
		font-family: 'Manrope', Helvetica, sans-serif;
		font-size: 16px;
		font-weight: 500;
		line-height: 160%;
		letter-spacing: 0;
		text-align: center;
		margin-top: 20px;
		padding: 0 10px;
	}

	.burger-checkbox {
		position: absolute;
		right: 0;
		left: auto;
		visibility: hidden;
	}
	.burger {
		cursor: pointer;
		display: block;
		position: absolute;
		border: none;
		background: transparent;
		width: 20px;
		height: 13px;
		margin-right: 20px;
		margin-top: 20px;
		top: 0;
		right: 0;
	}
	.burger::before,
	.burger::after {
		content: '';
		left: 0;
		position: absolute;
		display: block;
		width: 100%;
		height: 2px;
		border-radius: 10px;
		background: #000;
	}
	.burger::before {
		top: 0;
		box-shadow: 0 6px 0 #000;
		transition: box-shadow 0.3s 0.15s, top 0.3s 0.15s, transform 0.3s;
	}
	.burger::after {
		bottom: 0;
		transition: bottom 0.3s 0.15s, transform 0.3s;
	}
	.burger-checkbox:checked + .burger::before {
		top: 12px;
		transform: rotate(45deg);
		box-shadow: 0 6px 0 rgba(0, 0, 0, 0);
		transition: box-shadow 0.15s, top 0.3s, transform 0.3s 0.15s;
	}
	.burger-checkbox:checked + .burger::after {
		bottom: 0;
		transform: rotate(-45deg);
		transition: bottom 0.3s, transform 0.3s 0.15s;
	}
	.burger-checkbox:checked ~ body {
		overflow: hidden;
	}

	.footer {
		width: calc(100vw - 20px);
		height: auto;
		margin-left: 10px;
		margin-bottom: 10px;
		border-radius: 28px;
		background-color: #121212;
		display: flex;
		display: -ms-flexbox;
		display: -webkit-flex;
		justify-content: space-between;
		flex-direction: column;
	}

	.footer .left_footer {
		width: 100%;
		padding: 40px 40px 0 40px;
	}

	.footer .center_footer {
		width: 100%;
		padding: 40px 40px 0 40px;
	}

	.footer .right_footer {
		width: 100%;
		padding: 0 40px 40px 40px;
	}

	.privacy {
		width: calc(100vw - 20px);
		height: auto;
		border-radius: 28px;
		box-shadow: 0 1px 0 0 rgba(0, 0, 0, 0.1), 0 6px 12px 0 rgba(0, 0, 0, 0.2);
		margin: 50px 0;
		margin-left: 50%;
		transform: translateX(-50%);
		padding: 30px;

		background-color: #e5e5e5;
	}
}
