* {
	padding: 0px;
	margin: 0px;
	border: 0px;
}
*,
*:before,
*:after {
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
	box-sizing: border-box;
}
:focus,
:active {
	outline: none;
}
a:focus,
a:active {
	outline: none;
}
.error-section {
	min-height: 80vh;
	display: flex;
	align-items: center;
	justify-content: center;
	flex-direction: column;
}
aside,
nav,
footer,
header,
section {
	display: block;
}
html,
body {
	height: 100%;
	min-width: px(320);
}
input,
button,
textarea {
	font-family: "Lexend Deca", sans-serif;
	font-weight: 600;
}
input::-ms-clear {
	display: none;
}
button {
	cursor: pointer;
	background: rgba(0, 0, 0, 0);
}
button::-moz-focus-inner {
	padding: 0;
	border: 0;
}
a,
a:visited {
	text-decoration: none;
}
a:hover {
	text-decoration: none;
}
ul li {
	list-style: none;
}
img {
	vertical-align: top;
}
h1,
h2,
h3,
h4,
h5,
h6 {
	font-weight: inherit;
	font-size: inherit;
}
img {
	max-width: 100%;
	height: auto;
}
[data-goto] {
	cursor: pointer;
}
@font-face {
	font-family: "icons-system";
	src: url("../fonts/system-icons/icons-system.ttf") format("truetype"), url("../fonts/system-icons/icons-system.woff") format("woff"), url("../fonts/system-icons/icons-system.svg") format("svg");
	font-weight: normal;
	font-style: normal;
	font-display: block;
}
@font-face {
	font-family: "icons";
	src: url("../fonts/icons.ttf") format("truetype"), url("../fonts/icons.woff") format("woff"), url("../fonts/icons.svg") format("svg");
	font-weight: normal;
	font-style: normal;
	font-display: block;
}
.form-message._error::before,
.form-message._success::before,
.password__eye::before,
.iti__arrow::before,
[class^="_icon-"]:before,
[class*=" _icon-"]:before,
[class^="_system-icon"]:before,
[class*=" _system-icon"]:before {
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	line-height: 1;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}
[class^="_system-icon"]:before,
[class*=" _system-icon"]:before {
	font-family: "icons-system";
}
[class^="_icon-"]:before,
[class*=" _icon-"]:before {
	font-family: "icons";
}
._system-icon-check-circle:before {
	content: "";
}
._system-icon-close-solid:before {
	content: "";
}
._system-icon-eye-close:before {
	content: "";
}
._system-icon-eye:before {
	content: "";
}
._system-icon-close:before {
	content: "";
}
._icon-plus:before {
	content: "";
}
._icon-arrow-big:before {
	content: "";
}
._icon-arrow-small:before {
	content: "";
}
._icon-arrow:before {
	content: "";
}
._icon-icon1:before {
	content: "";
}
._icon-icon2:before {
	content: "";
}
._icon-icon3:before {
	content: "";
}
._icon-login:before {
	content: "";
}
._icon-sphere:before {
	content: "";
}
:root {
	--iti-hover-color: rgba(0, 0, 0, 0.05);
	--iti-text-gray: #999;
	--iti-border-gray: #ccc;
	--iti-spacer-horizontal: 8px;
	--iti-border-width: 1px;
	--iti-arrow-height: 4px;
	--iti-arrow-width: 6px;
	--iti-triangle-border: calc(var(--iti-arrow-width) / 2);
	--iti-arrow-padding: 6px;
	--iti-arrow-color: #555;
	--iti-input-padding: 6px;
	--iti-right-hand-selected-country-padding: calc(var(--iti-spacer-horizontal) + var(--iti-spacer-horizontal) + var(--iti-flag-width));
	--iti-selected-country-arrow-padding: calc(var(--iti-arrow-padding) + var(--iti-arrow-padding) + var(--iti-flag-width) + var(--iti-spacer-horizontal) + var(--iti-arrow-width) + var(--iti-input-padding));

	--iti-mobile-popup-margin: 30px;
}

:root {
	--color-error: #b81111;
	--color-warning: #ffc107;
	--color-success: #198754;
	--color-focus: #26b9ff;
	--color-main-light: #5137d7;
	--color-main: #2e0090;
	--color-main-dark: #150041;
	--color-body-background: #010e12;
	--color-border: #a7a7a7;
	--color-font: #fff;
	--color-font-dark: #2c2c2c;
	--color-link: #fff;
	--color-link-hover: #5137d7;
	--color-titles: #fff;
	--main: #002867;
	--grey: #f1f1f1;
	--black: #111;
	--grey-main: #f3f3f3;
	--grey-placeholder: #808080;
	--main-light: #0150cf;
	--promo-box-color: #cbdfff;
}
@media (any-hover: hover) {
	::-webkit-scrollbar {
		width: 10px;
		height: 10px;
	}
	::-webkit-scrollbar-track {
		background: var(--color-body-background);
		-webkit-box-shadow: 0 0 2px rgba(0, 0, 0, 0.2) inset;
		box-shadow: 0 0 2px rgba(0, 0, 0, 0.2) inset;
	}
	::-webkit-scrollbar-thumb {
		background: var(--color-main);
		border-radius: 5px;
		border: 2px solid var(--color-body-background);
	}
	::-webkit-scrollbar-thumb:hover {
		background: var(--color-main-light);
	}
}
.wrapper {
	display: grid;
	grid-template-rows: auto 1fr auto;
	width: 100%;
	min-height: 100%;
	overflow: hidden;
}
.page {
	min-width: 0;
}
@media (max-width: 61.9375em) {
	.page {
		grid-gap: 5rem;
	}
}
@media (max-width: 47.9375em) {
	.page {
		grid-gap: 3.75rem;
	}
}
.page__section {
	margin: 0px 0px 6.25rem 0px;
}
body {
	color: #111;
	background: #fff;
	line-height: 1.1;
	font-family: "Lexend Deca", sans-serif;
	font-size: 16px;
	font-weight: 600;
}
body._lock {
	overflow: hidden;
}
a {
	color: inherit;
	-webkit-transition: all 0.3s ease 0s;
	transition: all 0.3s ease 0s;
}
h1 {
	font-size: 80px;
	line-height: 1.1;
}
@media (width <= 992px) {
	h1 {
		font-size: 40px;
	}
}
@media (width <= 768px) {
	h1 {
		font-size: 32px;
	}
}
h2 {
	font-size: 48px;
	line-height: 1.1;
	margin-bottom: 60px;
}
@media (width <= 992px) {
	h2 {
		font-size: 32px;
		margin-bottom: 40px;
	}
}
@media (width <= 768px) {
	h2 {
		font-size: 26px;
		margin-bottom: 32px;
	}
}
h3 {
	font-size: 32px;
	line-height: 1.2;
}
@media (width <= 768px) {
	h3 {
		font-size: 22px;
	}
}
.container {
	max-width: 1278px;
	padding: 0 15px;
	margin: 0 auto;
	width: 100%;
}
.sign-btn {
	width: 11.25rem;
	display: -webkit-inline-box;
	display: -ms-inline-flexbox;
	display: inline-flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	padding: 0.6875rem;
	border: 1px solid #fff;
	border-radius: 0.5rem;
	text-transform: uppercase;
	font-size: 0.875rem;
	font-family: "Lexend Deca", sans-serif;
	font-weight: 400;
	height: 2.625rem;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-transition: opacity 0.3s;
	transition: opacity 0.3s;
}
@media (hover: hover) {
	.sign-btn:hover {
		opacity: 0.8;
	}
}
.sign-btn--md {
	width: 18rem;
	height: 2.75rem;
	padding: 12px 24px;
	background-color: #fff;
	color: #002867;
}
.sign-btn--purple {
	background-color: #8a19d5;
	color: #fff;
	border: none;
}
.sign-btn--center {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	margin: 60px auto 0;
}
.sign-btn--transparent {
	-webkit-transition: background-color 0.3s;
	transition: background-color 0.3s;
}
@media (hover: hover) {
	.sign-btn--transparent:hover {
		background-color: #8a19d5;
		opacity: 1;
	}
}
.section {
	padding: 80px 0;
}
@media (width <= 992px) {
	.section {
		padding: 40px 0;
	}
}
.section--grey {
	background: -webkit-gradient(linear, left top, right top, from(#ced7f4), to(#ecf2ff));
	background: linear-gradient(to right, #ced7f4 0%, #ecf2ff 100%);
}
.promo__title {
	margin-bottom: 60px;
}
@media (width <= 768px) {
	.promo__title {
		margin-bottom: 32px;
	}
}
.promo__inner {
	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;
	-webkit-column-gap: 32px;
	-moz-column-gap: 32px;
	column-gap: 32px;
	font-family: "Questrial", sans-serif;
	font-weight: 400;
	font-size: 18px;
	line-height: 1.4;
	color: #2c2c2c;
}
@media (width <= 992px) {
	.promo__inner {
		row-gap: 32px;
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column;
	}
	.promo__inner--reverse {
		-webkit-box-orient: vertical;
		-webkit-box-direction: reverse;
		-ms-flex-direction: column-reverse;
		flex-direction: column-reverse;
	}
}
@media (width <= 768px) {
	.promo__inner {
		font-size: 14px;
		row-gap: 16px;
	}
}
.promo__boxes {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	row-gap: 32px;
}
@media (width <= 768px) {
	.promo__boxes {
		row-gap: 16px;
	}
}
.promo__box {
	padding: 24px 32px;
	border-radius: 12px;
	background-color: #fff;
}
@media (width <= 768px) {
	.promo__box {
		padding: 12px 16px;
	}
}
.promo__box--blue {
	background-color: #ecf2ff;
}
.promo__box--transparent {
	background-color: rgba(0, 0, 0, 0);
	padding: 0;
}
.promo__box-benefit-title {
	font-family: "Lexend Deca";
	font-size: 24px;
	font-weight: 500;
	line-height: 1.2;
}
@media (width <= 768px) {
	.promo__box-benefit-title {
		font-size: 18px;
	}
}
.item__boxes {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	gap: 32px;
	-webkit-box-align: stretch;
	-ms-flex-align: stretch;
	align-items: stretch;
	margin-bottom: 48px;
}
@media (width <= 768px) {
	.item__boxes {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column;
		-webkit-box-align: center;
		-ms-flex-align: center;
		align-items: center;
		margin-bottom: 32px;
	}
}
.item__boxes-top {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	margin-bottom: 32px;
	-webkit-column-gap: 32px;
	-moz-column-gap: 32px;
	column-gap: 32px;
}
@media (width <= 768px) {
	.item__boxes-top {
		-webkit-box-orient: vertical;
		-webkit-box-direction: reverse;
		-ms-flex-direction: column-reverse;
		flex-direction: column-reverse;
		margin-bottom: 16px;
		row-gap: 32px;
	}
}
.item__boxes-bottom {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-column-gap: 32px;
	-moz-column-gap: 32px;
	column-gap: 32px;
}
@media (width <= 768px) {
	.item__boxes-bottom {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column;
		row-gap: 16px;
	}
}
.item__box {
	-webkit-box-flex: 1;
	-ms-flex: 1;
	flex: 1;
	min-width: 0;
	padding: 90px 32px 46px;
	border-radius: 12px;
	background-color: #f3f3f3;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	height: auto;
	max-width: 396px;
	width: 100%;
	position: relative;
	-webkit-box-pack: start;
	-ms-flex-pack: start;
	justify-content: flex-start;
}
@media (width <= 992px) {
	.item__box {
		padding: 60px 24px 24px;
	}
}
@media (width <= 768px) {
	.item__box {
		padding: 50px 16px 16px;
	}
}
.item__box--sm {
	padding: 24px 32px;
}
@media (width <= 992px) {
	.item__box--sm {
		padding: 24px;
	}
}
@media (width <= 768px) {
	.item__box--sm {
		padding: 12px 16px;
	}
}
.item__box--wide {
	width: 50%;
	max-width: 100%;
}
@media (width <= 768px) {
	.item__box--wide {
		width: 100%;
	}
}
.item__box--white {
	background-color: #fff;
}
@media (width <= 768px) {
	.item__box {
		max-width: 100%;
	}
}
.item__box::after {
	position: absolute;
	content: "";
	top: -35px;
	right: 24px;
	width: 120px;
	height: 120px;
}
@media (width <= 768px) {
	.item__box::after {
		width: 70px;
		height: 70px;
		top: -20px;
	}
}
.item__box--type::after {
	background: url("../img/box-icons/platform.png") center no-repeat;
}
@media (width <= 992px) {
	.item__box--type::after {
		background: url("../img/box-icons/platform-sm.png") center no-repeat;
	}
}
.item__box--user::after {
	background: url("../img/box-icons/user.png") center no-repeat;
}
@media (width <= 992px) {
	.item__box--user::after {
		background: url("../img/box-icons/user-sm.png") center no-repeat;
	}
}
.item__box--protection::after {
	background: url("../img/box-icons/protection.png") center no-repeat;
}
@media (width <= 992px) {
	.item__box--protection::after {
		background: url("../img/box-icons/protection-sm.png") center no-repeat;
	}
}
@media (width <= 768px) {
	.item__box--protection::after {
		top: -4px;
	}
}
.item__box--safe::after {
	background: url("../img/box-icons/safe.png") center no-repeat;
}
@media (width <= 992px) {
	.item__box--safe::after {
		background: url("../img/box-icons/safe-sm.png") center no-repeat;
	}
}
@media (width <= 768px) {
	.item__box--safe::after {
		top: -4px;
	}
}
.item__box--supported::after {
	background: url("../img/box-icons/supported.png") center no-repeat;
}
@media (width <= 992px) {
	.item__box--supported::after {
		background: url("../img/box-icons/supported-sm.png") center no-repeat;
	}
}
@media (width <= 768px) {
	.item__box--supported::after {
		top: -4px;
	}
}
.item__box--cost::after {
	background: url("../img/box-icons/cost.png") center no-repeat;
}
@media (width <= 992px) {
	.item__box--cost::after {
		background: url("../img/box-icons/cost-smm.png") center no-repeat;
	}
}
@media (width <= 768px) {
	.item__box--cost::after {
		top: -4px;
	}
}
.item__box--deposit::after {
	background: url("../img/box-icons/deposit.png") center no-repeat;
}
@media (width <= 992px) {
	.item__box--deposit::after {
		background: url("../img/box-icons/deposit-sm.png") center no-repeat;
	}
}
@media (width <= 768px) {
	.item__box--deposit::after {
		top: -4px;
	}
}
.item__box--world::after {
	background: url("../img/box-icons/world.png") center no-repeat;
}
@media (width <= 992px) {
	.item__box--world::after {
		background: url("../img/box-icons/world-sm.png") center no-repeat;
	}
}
@media (width <= 768px) {
	.item__box--world::after {
		top: -4px;
	}
}
.item__box--platform::after {
	background: url("../img/box-icons/platform.png") center no-repeat;
}
@media (width <= 992px) {
	.item__box--platform::after {
		background: url("../img/box-icons/platform-sm.png") center no-repeat;
	}
}
@media (width <= 768px) {
	.item__box--platform::after {
		top: -4px;
	}
}
.item__box--portfolio::after {
	background: url("../img/box-icons/portfolio.png") center no-repeat;
}
@media (width <= 992px) {
	.item__box--portfolio::after {
		background: url("../img/box-icons/portfolio-sm.png") center no-repeat;
	}
}
.item__box--crypto::after {
	background: url("../img/box-icons/crypto.png") center no-repeat;
}
@media (width <= 992px) {
	.item__box--crypto::after {
		background: url("../img/box-icons/crypto-sm.png") center no-repeat;
	}
}
.item__box--analitycs::after {
	background: url("../img/box-icons/analitycs.png") center no-repeat;
}
@media (width <= 992px) {
	.item__box--analitycs::after {
		background: url("../img/box-icons/analytycs-sm.png") center no-repeat;
	}
}
.item__box--assets::after {
	background: url("../img/box-icons/supported.png") center no-repeat;
}
@media (width <= 992px) {
	.item__box--assets::after {
		background: url("../img/box-icons/supported-sm.png") center no-repeat;
	}
}
.item__box--account::after {
	background: url("../img/box-icons/account.png") center no-repeat;
}
@media (width <= 992px) {
	.item__box--account::after {
		background: url("../img/box-icons/account-sm.png") center no-repeat;
	}
}
.item__box--buy::after {
	background: url("../img/box-icons/buy.png") center no-repeat;
}
@media (width <= 992px) {
	.item__box--buy::after {
		background: url("../img/box-icons/buy-sm.png") center no-repeat;
	}
}
.item__box--mail::after {
	background: url("../img/box-icons/mail.png") center no-repeat;
}
@media (width <= 992px) {
	.item__box--mail::after {
		background: url("../img/box-icons/mail-sm.png") center no-repeat;
	}
}
.item__box--phone::after {
	background: url("../img/box-icons/phone.png") center no-repeat;
}
@media (width <= 992px) {
	.item__box--phone::after {
		background: url("../img/box-icons/phone-sm.png") center no-repeat;
	}
}
@media (width <= 992px) {
	.item__box--address::after {
		background: url("../img/box-icons/address-sm.png") center no-repeat;
	}
}
.item__box--noafter::after {
	display: none;
}
.item__box-title {
	margin-bottom: 8px;
	font-size: 24px;
	line-height: 1.3;
	font-family: "Lexend Deca", sans-serif;
	font-weight: 500;
}
@media (width <= 768px) {
	.item__box-title {
		margin-bottom: 8px;
		font-size: 18px;
	}
}
.item__box-title--small {
	font-size: 20px;
	line-height: 1.3;
	font-family: "Lexend Deca", sans-serif;
	font-weight: 500;
}
@media (width <= 768px) {
	.item__box-title--small {
		font-size: 16px;
	}
}
.item__box-text {
	font-family: "Questrial", sans-serif;
	font-weight: 400;
}
@media (width <= 768px) {
	.item__box-text {
		font-size: 12px;
	}
}
.item__box-text--white {
	color: #fff;
}
.item__box-descr {
	font-family: "Questrial", sans-serif;
	font-weight: 400;
	font-size: 20px;
	color: #f3f3f3;
}
.font-questrial {
	font-family: "Questrial", sans-serif;
	font-weight: 400;
	font-size: 20px;
	line-height: 1.3;
}
@media (width <= 768px) {
	.font-questrial {
		font-size: 16px;
	}
}
.breadcrumbs-list {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-column-gap: 24px;
	-moz-column-gap: 24px;
	column-gap: 24px;
	font-family: "Questrial", sans-serif;
	font-weight: 400;
	font-size: 16px;
	margin-bottom: 24px;
}
.breadcrumbs-list__item-devider {
	height: 1px;
	display: -webkit-inline-box;
	display: -ms-inline-flexbox;
	display: inline-flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	width: 18px;
	background-color: #111;
}
.pt-0 {
	padding-top: 0;
}
.text-center {
	text-align: center;
}
.hide-mb {
	display: block;
}
@media (max-width: 47.9375em) {
	.hide-mb {
		display: none;
	}
}
.show-mb {
	display: none;
}
@media (max-width: 47.9375em) {
	.show-mb {
		display: block;
	}
}
@media (width <= 992px) {
	.self-center {
		-ms-flex-item-align: center;
		align-self: center;
	}
}
.btn {
	font-family: "Lexend Deca", sans-serif;
	font-weight: 400;
	cursor: pointer;
	position: relative;
	display: -webkit-inline-box;
	display: -ms-inline-flexbox;
	display: inline-flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	text-align: center;
	font-size: 0.875em;
	line-height: 1.4;
	padding: 0.75em 1.5em;
	height: 3em;
	background: #8a19d5;
	color: #fff !important;
	border-radius: 0.5em;
	-webkit-transition: opacity 0.3s;
	transition: opacity 0.3s;
}
@media (any-hover: hover) {
	.btn:hover {
		opacity: 0.8;
	}
}
.btn_fw {
	width: 100%;
}
.btn_w {
	background: #fff;
	border: 0.0625rem solid #fff;
	color: var(--color-main) !important;
}
@media (any-hover: hover) {
	.btn_w:hover {
		background: #4751eb;
		border: 0.0625rem solid var(--color-main);
		color: #fff !important;
	}
}
.btn_d {
	background: rgba(0, 0, 0, 0);
	border: 0.0625rem solid var(--color-main);
	color: var(--color-font-dark) !important;
}
@media (any-hover: hover) {
	.btn_d:hover {
		border: 0.0625rem solid var(--color-main-light);
		color: var(--color-main-light) !important;
		background: rgba(0, 0, 0, 0);
	}
}
.btn_blur {
	background: rgba(0, 0, 0, 0);
	border: unset;
	color: #fff !important;
}
@media (any-hover: hover) {
	.btn_blur:hover {
		color: var(--color-main-light) !important;
	}
}
.btn_blur::before {
	content: "";
	display: inline-block;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	border: 0.0625rem solid var(--color-main-light);
	-webkit-filter: blur(0.0625rem);
	filter: blur(0.0625rem);
	border-radius: 62.4375rem;
}
.btn_t {
	background: rgba(0, 0, 0, 0);
	border: 0.0625rem solid #fff;
}
@media (any-hover: hover) {
	.btn_t:hover {
		background: rgba(0, 0, 0, 0);
		border: 0.0625rem solid var(--color-main-light);
		color: var(--color-main-light) !important;
	}
}
.btn_big {
	height: 3.5em;
}
@media (max-width: 47.9375em) {
	.btn_big {
		height: 2.5em;
	}
}
.btn_long {
	min-width: 28.4375em;
}
@media (max-width: 47.9375em) {
	.btn_long {
		min-width: 100%;
	}
}
.btn:focus {
	-webkit-box-shadow: 0 0 0 1px var(--color-focus);
	box-shadow: 0 0 0 1px var(--color-focus);
}
[data-switch][data-disable],
[data-switch-rev][data-disable] {
	display: none;
}
input[type="text"],
input[type="email"],
input[type="tel"],
textarea {
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
}
.input {
	overflow: hidden;
	display: block;
	width: 100%;
	font-family: "Questrial", sans-serif;
	font-weight: 400;
	font-size: 1.125em;
	line-height: 1.4;
	padding: 0.75em 2em;
	height: 2.875em;
	color: #002867;
	background: var(--color-titles);
	border: 0.0625rem solid var(--color-border);
	border-radius: 0.5rem;
	-webkit-transition: border 0.3s ease 0s;
	transition: border 0.3s ease 0s;
}
@media (max-width: 47.9375em) {
	.input {
		height: 44px;
	}
}
@media (max-width: 47.9375em) {
	.input {
		padding: 12px;
		font-size: 14px;
	}
}
.input_small {
	height: 2.625em;
}
.input:focus {
	border: 0.0625rem solid #0150cf;
}
.input._error {
	border: 0.0625rem solid var(--color-error);
	background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' fill='none' stroke='%23B81111'%3E%3Ccircle cx='6' cy='6' r='4.5'/%3E%3Cpath stroke-linejoin='round' d='M5.8 3.6h.4L6 6.5z'/%3E%3Ccircle cx='6' cy='8.2' r='.6' fill='%23B81111' stroke='none'/%3E%3C/svg%3E");
	background-position: calc(100% - 0.625rem), center;
	background-repeat: no-repeat;
	background-size: 1.125rem;
	padding-right: 1.875rem;
}
.input._success {
	border: 0.0625rem solid var(--color-success);
	background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3E%3Cpath fill='%23198754' d='M2.3 6.73.6 4.53c-.4-1.04.46-1.4 1.1-.8l1.1 1.4 3.4-3.8c.6-.63 1.6-.27 1.2.7l-4 4.6c-.43.5-.8.4-1.1.1z'/%3E%3C/svg%3E");
	background-position: calc(100% - 0.625rem), center;
	background-repeat: no-repeat;
	background-size: 1.125rem;
	padding-right: 1.875rem;
}
.input._mask {
	letter-spacing: var(--mask-letter-spacing);
}
textarea.input {
	resize: none;
	padding: 0.625em 2em;
	min-height: 5.625em;
}
.password {
	position: relative;
}
.password__eye {
	position: absolute;
	top: 0.6875rem;
	right: 0.9375rem;
	width: 1.25rem;
	height: 1.25rem;
	background: #fff;
	cursor: pointer;
	-webkit-transition: all 0.3s ease 0s;
	transition: all 0.3s ease 0s;
}
@media (any-hover: hover) {
	.password__eye:hover {
		color: var(--color-main-light);
	}
}
.password__eye::before {
	content: "";
	font-family: "icons-system";
	font-size: 1.25rem;
	color: var(--color-main);
}
.password__eye._active::before {
	content: "";
}
.input-file {
	cursor: pointer;
	position: relative;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-ms-flex-direction: row;
	flex-direction: row;
	background: #fff;
	border: 0.0625rem solid var(--color-border);
	border-right: none;
	border-radius: 1.5625rem;
	max-width: 100%;
}
.input-file._error {
	border: 0.0625rem solid var(--color-error);
	background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' fill='none' stroke='%23B81111'%3E%3Ccircle cx='6' cy='6' r='4.5'/%3E%3Cpath stroke-linejoin='round' d='M5.8 3.6h.4L6 6.5z'/%3E%3Ccircle cx='6' cy='8.2' r='.6' fill='%23B81111' stroke='none'/%3E%3C/svg%3E");
	background-position: calc(100% - 0.625rem), center;
	background-repeat: no-repeat;
	background-size: 1.125rem;
}
.input-file._success {
	border: 0.0625rem solid var(--color-success);
	background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3E%3Cpath fill='%23198754' d='M2.3 6.73.6 4.53c-.4-1.04.46-1.4 1.1-.8l1.1 1.4 3.4-3.8c.6-.63 1.6-.27 1.2.7l-4 4.6c-.43.5-.8.4-1.1.1z'/%3E%3C/svg%3E");
	background-position: calc(100% - 0.625rem), center;
	background-repeat: no-repeat;
	background-size: 1.125rem;
}
.input-file__text {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	white-space: nowrap;
	overflow: hidden;
	height: 2.6875rem;
	padding: 0.1875em 0em 0.1875em 1.375em;
	margin: 0px 2.8125rem 0px 0px;
	color: var(--color-font-dark);
	-webkit-box-flex: 1;
	-ms-flex: 1 1 auto;
	flex: 1 1 auto;
	font-size: 0.875rem;
	font-weight: 400;
	line-height: 1;
}
@media (max-width: 29.9375em) {
	.input-file__text {
		white-space: normal;
	}
}
.input-file__btn {
	position: absolute;
	top: 0rem;
	right: -0.0625rem;
	display: -webkit-inline-box;
	display: -ms-inline-flexbox;
	display: inline-flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	text-align: center;
	white-space: nowrap;
	font-size: 1rem;
	line-height: 1;
	height: 2.6875rem;
	width: 2.6875rem;
	background: #fff;
	color: var(--color-main);
	border: 0.0625rem solid var(--color-main);
	border-radius: 50%;
	-webkit-transition: all 0.3s ease 0s;
	transition: all 0.3s ease 0s;
}
@media (any-hover: hover) {
	.input-file__btn:hover {
		background: var(--color-main);
		color: #fff;
	}
}
.input-file__error {
	-webkit-box-flex: 0;
	-ms-flex: 0 1 100%;
	flex: 0 1 100%;
}
.input-file input {
	position: absolute;
	display: block;
	z-index: -1;
	opacity: 0;
	width: 0;
	height: 0;
}
.input-file .input-file input:disabled + .input-file__btn {
	background-color: #ddd;
}
.check {
	cursor: pointer;
	position: relative;
}
.check__mark {
	font-size: 0.875rem;
}
.check_default {
	padding: 0px 0px 0px 1.875rem;
}
.check_default .check__mark {
	position: relative;
}
.check_default .check__mark::before {
	content: "";
	position: absolute;
	top: -0.125em;
	left: -1.875em;
	width: 1.25em;
	height: 1.25em;
	background: #fff;
	border: 0.0625rem solid var(--color-border);
	border-radius: 50%;
	-webkit-transition: all 0.3s ease 0s;
	transition: all 0.3s ease 0s;
}
.check_default .check__mark::after {
	content: "";
	position: absolute;
	top: 0em;
	left: -1.4375em;
	width: 0.4375em;
	height: 0.75em;
	border-width: 0 0.125em 0.125em 0;
	border-color: #fff;
	border-style: solid;
	display: block;
	opacity: 0;
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
}
.check_default._checked .check__mark::before {
	background: var(--color-main);
	border: 0.0625rem solid var(--color-main);
}
.check_default._checked .check__mark::after {
	opacity: 1;
}
.check_default._error .check__mark::before {
	border: 0.0625rem solid var(--color-error);
}
.check input {
	position: absolute;
	width: 0;
	height: 0;
	opacity: 0;
}
.radio {
	cursor: pointer;
	position: relative;
}
.radio_default {
	padding: 0px 0px 0px 1.875rem;
}
.radio_default .radio__mark {
	position: relative;
}
.radio_default .radio__mark::before {
	content: "";
	position: absolute;
	top: -0.125em;
	left: -1.875em;
	width: 1.25em;
	height: 1.25em;
	border-radius: 50%;
	border: 0.0625rem solid #ccc;
	background: #fff;
	-webkit-transition: all 0.3s ease 0s;
	transition: all 0.3s ease 0s;
}
.radio_default .radio__mark::after {
	content: "";
	position: absolute;
	top: 0.125em;
	left: -1.625em;
	width: 0.75em;
	height: 0.75em;
	border-radius: 50%;
	background: var(--color-main);
	-webkit-transition: all 0.3s ease 0s;
	transition: all 0.3s ease 0s;
	-webkit-transform: scale(0);
	transform: scale(0);
	opacity: 0;
}
.radio_default._checked .radio__mark::after {
	-webkit-transform: scale(1);
	transform: scale(1);
	opacity: 1;
}
.radio_default._error .radio__mark::before {
	border: 1px solid var(--color-error);
}
.radio input {
	position: absolute;
	width: 0;
	height: 0;
	opacity: 0;
}
.quantity {
	display: -webkit-inline-box;
	display: -ms-inline-flexbox;
	display: inline-flex;
	width: 5.5em;
	height: 2.6875em;
	border: 0.0625rem solid #ccc;
	border-radius: 0.25rem;
}
.quantity__button {
	background: #fff;
	border-radius: 0.25rem;
	-webkit-box-flex: 0;
	-ms-flex: 0 0 1.875em;
	flex: 0 0 1.875em;
	position: relative;
	cursor: pointer;
}
.quantity._readonly .quantity__button {
	cursor: default;
}
.quantity__button::before,
.quantity__button::after {
	content: "";
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transition: all 0.3s ease 0s;
	transition: all 0.3s ease 0s;
	margin: 0px 0px 0px -0.28125em;
	background-color: #888;
	width: 0.5625em;
	height: 1px;
}
@media (min-width: 992px) {
	.quantity__button:hover::before,
	.quantity__button:hover::after {
		background-color: #111;
	}
}
.quantity__button_plus::before {
	-webkit-transform: rotate(-90deg);
	transform: rotate(-90deg);
}
.quantity__input {
	-webkit-box-flex: 1;
	-ms-flex: 1 1 auto;
	flex: 1 1 auto;
}
.quantity__input input {
	height: 100%;
	color: #888;
	width: 100%;
	text-align: center;
	-webkit-appearance: "textfield";
	-moz-appearance: "textfield";
	appearance: "textfield";
}
.quantity__input input::-webkit-outer-spin-button,
.quantity__input input::-webkit-inner-spin-button {
	-webkit-appearance: none;
	appearance: none;
	margin: 0;
}
.quantity__input input:focus {
	color: #000;
}
.range {
	display: grid;
	grid-gap: 0.625rem;
}
.range__inputs {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}
.form {
	display: grid;
	grid-gap: 1.375rem 2rem;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
}
@media (width <= 992px) {
	.form {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column;
	}
}
.form span.form__label-title {
	display: inline-block;
}
.form__section {
	display: grid;
	grid-gap: 1rem;
}
@media (max-width: 47.9375em) {
	.form__section {
		grid-gap: 0.875rem;
	}
}
.form__title {
	color: var(--color-font-dark);
	margin: 0px 0px 1.5rem 0px;
}
@media (max-width: 47.9375em) {
	.form__title {
		margin: 0px 0px 1.125rem 0px;
	}
}
.form__row {
	display: grid;
	grid-gap: 0.5rem;
	min-width: 0;
	grid-template-columns: repeat(1, 1fr);
}
@media (max-width: 47.9375em) {
	.form__row {
		grid-gap: 0.625rem 1.5625rem;
	}
}
@media (max-width: 61.9375em) {
	.form__row {
		grid-gap: 0.375rem;
	}
}
.form__row_1 {
	grid-template-columns: repeat(1, 1fr);
}
.form__row_2 {
	grid-template-columns: repeat(2, 1fr);
}
@media (max-width: 47.9375em) {
	.form__row_2 {
		grid-template-columns: repeat(1, 1fr);
	}
}
.form__row_3 {
	grid-template-columns: repeat(3, 1fr);
}
@media (max-width: 47.9375em) {
	.form__row_3 {
		grid-template-columns: repeat(1, 1fr);
	}
}
.form__column {
	min-width: 0;
}
.form__single {
	padding: 0.3125rem 0px 0px 0px;
}
.form__group {
	padding: 0.3125rem 0px 0px 0px;
	display: grid;
	justify-items: start;
	grid-gap: 1rem;
}
.form__label-title {
	cursor: pointer;
	margin: 0px 0px 0.5em 0px;
	color: var(--color-font-dark);
	font-size: 0.875rem;
}
.form__label-title::after {
	content: attr(data-req);
	color: var(--color-error);
	margin: 0px 0px 0px 0.1875rem;
}
.form__error-label {
	font-size: 0.875rem;
	font-style: italic;
	color: var(--color-error);
}
.form__link {
	-webkit-transition: opacity 0.3s;
	transition: opacity 0.3s;
}
@media (hover: hover) {
	.form__link:hover {
		opacity: 0.5;
	}
}
.form-message {
	border-radius: 0.5rem;
	padding: 0.75rem 1rem;
	gap: 0.75rem;
	-webkit-box-align: start;
	-ms-flex-align: start;
	align-items: flex-start;
	display: none;
}
.form-message::before {
	-webkit-transform: translateY(0.125rem);
	transform: translateY(0.125rem);
}
.form-message._success {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	color: #155724;
	background: #d4edda;
	border: 0.0625rem solid #c3e6cb;
}
.form-message._success::before {
	content: "";
	font-family: "icons-system";
}
.form-message._error {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	color: #b91c1c;
	background: #fee2e2;
	border: 0.0625rem solid #f5c6cb;
}
.form-message._error::before {
	content: "";
	font-family: "icons-system";
}
.form-message h5 {
	margin: 0px 0px 0.3125rem 0px;
}
.form-message ul li {
	line-height: 1;
}
.main-form {
	max-width: 608px;
}
@media (width <= 992px) {
	.main-form {
		width: 100%;
	}
}
.main-form__body {
	border-radius: 1.5625rem;
	background: #fff;
}
.main-form__header {
	display: grid;
	grid-template-columns: repeat(2, 1fr);
	grid-gap: 1.5625rem;
	margin: 0px 0px 3.125rem 0px;
}
@media (max-width: 47.9375em) {
	.main-form__header {
		grid-template-columns: repeat(1, 1fr);
		margin: 0px 0px 1rem 0px;
	}
}
.main-form__title {
	color: var(--color-font-dark);
}
.main-form__desc {
	color: var(--color-font-dark);
}
.main-form__form {
	margin: 0px 0px 1.0625rem 0px;
}
@media (max-width: 61.9375em) {
	.main-form__form {
		margin: 0px 0px 0.5rem 0px;
	}
}
.main-form__footer {
	font-family: "Questrial", sans-serif;
	font-weight: 400;
	color: var(--color-font-dark);
	font-size: 1rem;
	line-height: 1.4;
}
@media (max-width: 61.9375em) {
	.main-form__footer {
		font-size: 12px;
	}
}
.help-form {
	border-radius: 1.5625rem;
	color: var(--color-font-dark);
	display: grid;
	grid-gap: 1.5rem;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
}
@media (width <= 992px) {
	.help-form {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column;
	}
}
@media (max-width: 47.9375em) {
	.help-form {
		grid-gap: 1.125rem;
	}
}
.help-form__section {
	min-width: 0;
	display: grid;
	grid-gap: 1rem;
}
@media (max-width: 47.9375em) {
	.help-form__section {
		grid-gap: 0.875rem;
	}
}
.help-form__title {
	color: var(--color-font-dark);
}
@media (min-width: 48em) {
	.help-form__text {
		display: none;
	}
}
.help-form__row {
	min-width: 0;
	display: grid;
	grid-gap: 0.875rem 1.5625rem;
}
.help-form__row_2 {
	grid-template-columns: repeat(2, 1fr);
}
@media (max-width: 47.9375em) {
	.help-form__row_2 {
		grid-template-columns: repeat(1, 1fr);
	}
}
.help-form__column {
	min-width: 0;
}
.help-form__label-title {
	display: inline-block;
	line-height: 1;
	margin: 0px 0px 0.5rem 0px;
	font-size: 0.875rem;
	font-weight: 400;
}
.help-form__sub-text {
	color: #313131;
	font-size: 0.875rem;
	font-weight: 400;
	line-height: 150%;
}
.signin-form {
	background: #fff;
	border-radius: 1.5625rem;
	padding: 2rem 1.5rem;
	color: var(--color-font-dark);
	display: grid;
	grid-gap: 1.5rem;
	max-width: 608px;
	margin: 0 auto;
}
@media (max-width: 61.9375em) {
	.signin-form {
		grid-gap: 1.125rem;
	}
}
.signin-form__section {
	min-width: 0;
	display: grid;
	grid-gap: 1rem;
}
@media (max-width: 61.9375em) {
	.signin-form__section {
		grid-gap: 0.875rem;
	}
}
.signin-form__title {
	color: var(--color-font-dark);
}
@media (min-width: 62em) {
	.signin-form__text {
		display: none;
	}
}
.signin-form__row {
	min-width: 0;
	display: grid;
	grid-gap: 0.875rem 1.5625rem;
}
.signin-form__row_2 {
	grid-template-columns: repeat(2, 1fr);
}
@media (max-width: 61.9375em) {
	.signin-form__row_2 {
		grid-template-columns: repeat(1, 1fr);
	}
}
.signin-form__column {
	min-width: 0;
}
.signin-form__link-block {
	text-align: right;
}
.signin-form__link {
	color: #848484;
	font-weight: 400;
	white-space: nowrap;
}
.signin-form__label-title {
	display: inline-block;
	line-height: 1;
	margin: 0px 0px 0.5rem 0px;
	font-size: 0.875rem;
	font-weight: 400;
}
.signin-form__sub-text {
	color: #313131;
	font-size: 0.875rem;
	font-weight: 400;
	line-height: 150%;
}
.signin-form__sub-link {
	display: inline-block;
	margin: 0.625rem 0px 0px 0px;
	color: var(--color-main);
	text-decoration: underline;
}
.register-form {
	background: #fff;
	border-radius: 12px;
	padding: 2rem 1.5rem;
	color: var(--color-font-dark);
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	grid-gap: 1.5rem;
	max-width: 608px;
	margin: 0 auto;
}
@media (max-width: 61.9375em) {
	.register-form {
		grid-gap: 1.125rem;
		padding: 16px;
		border-radius: 6px;
	}
}
.register-form__section {
	min-width: 0;
	display: grid;
	grid-gap: 1rem;
}
@media (max-width: 61.9375em) {
	.register-form__section {
		grid-gap: 0.875rem;
	}
}
.register-form__section_last {
	margin: -1.25rem 0px 0px 0px;
}
.register-form__title {
	color: var(--color-font-dark);
}
@media (min-width: 62em) {
	.register-form__text {
		display: none;
	}
}
.register-form__row {
	min-width: 0;
	display: grid;
	grid-gap: 0.875rem 1.5625rem;
}
.register-form__row_2 {
	grid-template-columns: repeat(2, 1fr);
}
@media (max-width: 61.9375em) {
	.register-form__row_2 {
		grid-template-columns: repeat(1, 1fr);
	}
}
.register-form__column {
	min-width: 0;
}
.register-form__link-block {
	text-align: right;
}
.register-form__link {
	color: #848484;
	font-weight: 400;
	white-space: nowrap;
}
.register-form__label-title {
	display: inline-block;
	line-height: 1;
	margin: 0px 0px 0.5rem 0px;
	font-size: 0.875rem;
	font-weight: 400;
}
.register-form__sub-text {
	color: #313131;
	font-size: 0.875rem;
	font-weight: 400;
	line-height: 150%;
}
.register-form__sub-link {
	display: inline-block;
	margin: 0.625rem 0px 0px 0px;
	color: var(--color-main);
	text-decoration: underline;
}
.register-form .iti__country-container {
	top: 0.53125rem;
}
.register-form .form__section {
	width: 100%;
}
.register-form .form__top {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	row-gap: 12px;
}
.register-form .iti__selected-country {
	top: 6px;
}
@media (width < 768px) {
	.register-form .iti__selected-country {
		top: 3px;
	}
}
.register-form .btn {
	width: 200px;
}
.register-form .font-questrial {
	font-size: 16px;
}
@media (width <= 992px) {
	.register-form .font-questrial {
		font-size: 12px;
	}
}
.forgot-form {
	background: #fff;
	border-radius: 1.5625rem;
	padding: 2rem 1.5rem;
	color: var(--color-font-dark);
	display: grid;
	grid-gap: 1.5rem;
	max-width: 608px;
	margin: 0 auto;
}
@media (max-width: 61.9375em) {
	.forgot-form {
		grid-gap: 1.125rem;
	}
}
.forgot-form__section {
	min-width: 0;
	display: grid;
	grid-gap: 1rem;
}
@media (max-width: 61.9375em) {
	.forgot-form__section {
		grid-gap: 0.875rem;
	}
}
.forgot-form__title {
	color: var(--color-font-dark);
}
.forgot-form__row {
	min-width: 0;
	display: grid;
	grid-gap: 0.875rem 1.5625rem;
}
.forgot-form__row_2 {
	grid-template-columns: repeat(2, 1fr);
}
@media (max-width: 61.9375em) {
	.forgot-form__row_2 {
		grid-template-columns: repeat(1, 1fr);
	}
}
.forgot-form__column {
	min-width: 0;
}
.forgot-form__label-title {
	display: inline-block;
	line-height: 1;
	margin: 0px 0px 0.5rem 0px;
	font-size: 0.875rem;
	font-weight: 400;
}
.verif-form {
	background: #fff;
	border-radius: 1.5625rem;
	padding: 2rem 1.5rem;
	color: var(--color-font-dark);
	display: grid;
	grid-gap: 1.5rem;
}
@media (max-width: 61.9375em) {
	.verif-form {
		grid-gap: 1.125rem;
	}
}
.verif-form__section {
	min-width: 0;
	display: grid;
	grid-gap: 1rem;
}
@media (max-width: 61.9375em) {
	.verif-form__section {
		grid-gap: 0.875rem;
	}
}
.verif-form__section_last {
	margin: -1.25rem 0px 0px 0px;
}
.verif-form__title {
	color: var(--color-font-dark);
}
.verif-form__row {
	min-width: 0;
	display: grid;
	grid-gap: 0.875rem 1.5625rem;
}
.verif-form__row_2 {
	grid-template-columns: repeat(2, 1fr);
}
@media (max-width: 61.9375em) {
	.verif-form__row_2 {
		grid-template-columns: repeat(1, 1fr);
	}
}
.verif-form__label-title {
	display: inline-block;
	line-height: 1;
	margin: 0px 0px 0.5rem 0px;
	font-size: 0.875rem;
	font-weight: 400;
}
.verif-form__code {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	gap: 0.625rem;
}
.verif-form__input {
	width: 2.125rem;
	padding: 0.1875rem 0rem;
	text-align: center;
}
.verif-form__sub-text {
	color: #313131;
	font-size: 0.875rem;
	font-weight: 400;
	line-height: 150%;
}
.verif-form__sub-link {
	display: inline-block;
	margin: 0.625rem 0px 0px 0px;
	color: var(--color-main);
	text-decoration: underline;
}
.new-password-form {
	background: #fff;
	border-radius: 1.5625rem;
	padding: 2rem 1.5rem;
	color: var(--color-font-dark);
	display: grid;
	grid-gap: 1.5rem;
}
@media (max-width: 61.9375em) {
	.new-password-form {
		grid-gap: 1.125rem;
	}
}
.new-password-form__section {
	min-width: 0;
	display: grid;
	grid-gap: 1rem;
}
@media (max-width: 61.9375em) {
	.new-password-form__section {
		grid-gap: 0.875rem;
	}
}
.new-password-form__section_last {
	margin: -1.25rem 0px 0px 0px;
}
.new-password-form__title {
	color: var(--color-font-dark);
}
.new-password-form__row {
	min-width: 0;
	display: grid;
	grid-gap: 0.875rem 1.5625rem;
}
.new-password-form__row_2 {
	grid-template-columns: repeat(2, 1fr);
}
@media (max-width: 61.9375em) {
	.new-password-form__row_2 {
		grid-template-columns: repeat(1, 1fr);
	}
}
.new-password-form__column {
	min-width: 0;
}
.new-password-form__link-block {
	text-align: right;
}
.new-password-form__link {
	color: #848484;
	font-weight: 400;
	white-space: nowrap;
}
.new-password-form__label-title {
	display: inline-block;
	line-height: 1;
	margin: 0px 0px 0.5rem 0px;
	font-size: 0.875rem;
	font-weight: 400;
}
.new-password-form__sub-text {
	color: #313131;
	font-size: 0.875rem;
	font-weight: 400;
	line-height: 150%;
}
.new-password-form__sub-link {
	display: inline-block;
	margin: 0.625rem 0px 0px 0px;
	color: var(--color-main);
	text-decoration: underline;
}
.form__top {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	width: 100%;
	-webkit-column-gap: 8px;
	-moz-column-gap: 8px;
	column-gap: 8px;
}
@media (max-width: 61.9375em) {
	.form__top {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column;
		row-gap: 6px;
	}
}
.form__section {
	width: 608px;
}
@media (max-width: 61.9375em) {
	.form__section {
		width: 100%;
	}
}
.form__column {
	width: 100%;
}
.form__checkbox {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	gap: 10px;
	cursor: pointer;
	font-family: Arial, sans-serif;
	font-size: 14px;
	color: #333;
	margin: 60px 0 16px;
}
@media (width < 992px) {
	.form__checkbox {
		margin: 32px 0 16px;
	}
}
.form__checkbox-input {
	width: 24px;
	height: 24px;
	cursor: pointer;
	border-radius: 12px;
}
.form__checkbox-text {
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
}
.form__error-label {
	display: none;
}
.header {
	position: relative;
	z-index: 100;
	right: 0;
	left: 0;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	background: -webkit-gradient(linear, left top, right top, from(#512ebc), to(#4260ff));
	background: linear-gradient(to right, #512ebc 0%, #4260ff 100%);
	height: 60px;
	border-radius: 0px 0px 12px 12px;
	-webkit-box-shadow: 0px 2px 25px 0px rgba(0, 40, 103, 0.1), inset 8px 8px 55px 10px hsla(0, 0%, 100%, 0.25);
	box-shadow: 0px 2px 25px 0px rgba(0, 40, 103, 0.1), inset 8px 8px 55px 10px hsla(0, 0%, 100%, 0.25);
	backdrop-filter: blur(27px);
	border-bottom: 1px solid hsla(0, 0%, 100%, 0.5);
}
@media (width <= 992px) {
	.header {
		position: absolute;
		top: 0;
		background-color: rgba(0, 0, 0, 0);
	}
}
@media (width <= 992px) {
	.header--blue {
		background-color: #002867;
		position: relative;
	}
}
.header.active {
	border-radius: 0;
	border: 0;
	background: unset;
	-webkit-box-shadow: unset;
	box-shadow: unset;
	backdrop-filter: unset;
}
.header__container {
	width: 100%;
	padding: 0 96px;
}
@media (max-width: 61.9375em) {
	.header__container {
		padding: 0 46px;
	}
}
@media (max-width: 47.9375em) {
	.header__container {
		padding: 0 12px;
	}
}
.header__body {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	gap: 0.625rem;
	color: #fff;
}
@media (max-width: 47.9375em) {
	.header__body {
		padding: 0.625rem 0px;
	}
}
.header__logo {
	position: relative;
	z-index: 200;
	display: -webkit-inline-box;
	display: -ms-inline-flexbox;
	display: inline-flex;
	font-family: "Lexend Deca", sans-serif;
	font-weight: 500;
	font-size: 24px;
	text-transform: uppercase;
}
@media (max-width: 47.9375em) {
	.header__logo {
		font-size: 18px;
	}
}
.header__main {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	gap: 0.3125rem;
}
@media (hover: hover) {
	.header__sign-btn:hover {
		color: #d5d5d5;
	}
}
.header__lang {
	padding: 12px 16px;
	border: 1px solid #fff;
	border-radius: 8px;
	-webkit-transition: background-color 0.3s;
	transition: background-color 0.3s;
	color: #fff;
}
@media (hover: hover) {
	.header__lang:hover {
		background-color: #8a19d5;
	}
}
@media (max-width: 61.9375em) {
	.menu__body {
		position: fixed;
		top: 0;
		left: 0;
		width: 100%;
		height: 100vh;
		background: #fff;
		z-index: 50;
		-webkit-transition: all 0.3s ease 0s;
		transition: all 0.3s ease 0s;
		width: 100%;
		-webkit-box-shadow: 4px 0px 8px 0px rgba(34, 60, 80, 0.2);
		box-shadow: 4px 0px 8px 0px rgba(34, 60, 80, 0.2);
		overflow-x: hidden;
		overflow-y: auto;
		padding: 1.25rem 0.9375rem;
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column;
		opacity: 0;
		visibility: hidden;
		padding-top: 7.5rem;
	}
	.menu__body._active {
		opacity: 1;
		visibility: visible;
		background: -webkit-gradient(linear, left top, right top, from(rgba(81, 46, 188, 0.6)), to(rgba(66, 96, 255, 0.6)));
		background: linear-gradient(to right, rgba(81, 46, 188, 0.6) 0%, rgba(66, 96, 255, 0.6) 100%);
		-webkit-box-shadow: 8px 8px 25px 0px hsla(0, 0%, 100%, 0.25) inset, 0px 2px 25px 0px rgba(0, 40, 103, 0.1);
		box-shadow: 8px 8px 25px 0px hsla(0, 0%, 100%, 0.25) inset, 0px 2px 25px 0px rgba(0, 40, 103, 0.1);
		backdrop-filter: blur(30px);
		color: #fff;
	}
}
.menu__list {
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	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;
	gap: 1.5rem;
	font-family: "Questrial", sans-serif;
	font-weight: 400;
}
@media (max-width: 61.9375em) {
	.menu__list {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column;
		margin: 0px 0px 1.875rem 0px;
	}
}
.menu__item-mob {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-column-gap: 10px;
	-moz-column-gap: 10px;
	column-gap: 10px;
}
.menu__link {
	white-space: nowrap;
	-webkit-transition: all 0.3s ease 0s;
	transition: all 0.3s ease 0s;
	border-bottom: 1px solid rgba(0, 0, 0, 0);
}
.menu__link._active {
	border: 0.0625rem solid #8da0ff;
	color: #8da0ff !important;
}
@media (hover: hover) {
	.menu__link:hover {
		opacity: 0.5;
	}
}
@media (max-width: 75em) {
	.menu__link {
		border: 0.0625rem solid rgba(0, 0, 0, 0);
		color: #fff !important;
	}
}
@media (max-width: 75em) and (any-hover: hover) {
	.menu__link:hover {
		border: 0.0625rem solid rgba(0, 0, 0, 0);
	}
}
@media (max-width: 75em) {
	.menu__link._active {
		border: 0.0625rem solid rgba(0, 0, 0, 0);
	}
}
.menu__item-lang {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-column-gap: 10px;
	-moz-column-gap: 10px;
	column-gap: 10px;
	position: relative;
}
.header-actions {
	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;
	gap: 0.3125rem;
}
@media (width <= 992px) {
	.header-actions--desc {
		display: none;
	}
}
.header-actions--mob {
	display: none;
}
@media (width <= 992px) {
	.header-actions--mob {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
	}
}
.menu-icon {
	display: none;
}
@media (width <= 992px) {
	.menu-icon {
		display: inline-block;
		position: relative;
		width: 1.125rem;
		height: 1rem;
		cursor: pointer;
		z-index: 100;
	}
	.menu-icon span {
		-webkit-transition: all 0.3s ease 0s;
		transition: all 0.3s ease 0s;
		top: 50%;
		left: 0px;
		position: absolute;
		width: 100%;
		height: 0.125rem;
		border-radius: 0.125rem;
		background-color: var(--color-titles);
	}
	.menu-icon span:first-child {
		top: 2px;
	}
	.menu-icon span:last-child {
		top: auto;
		bottom: 0px;
	}
	.menu-icon._active span {
		-webkit-transform: scale(0);
		transform: scale(0);
	}
	.menu-icon._active span:first-child {
		-webkit-transform: rotate(-45deg);
		transform: rotate(-45deg);
		top: 50%;
	}
	.menu-icon._active span:last-child {
		-webkit-transform: rotate(45deg);
		transform: rotate(45deg);
		bottom: calc(50% - 0.125rem);
	}
}
.language-selector {
	color: #111;
	position: absolute;
	top: 60px;
	right: 80px;
	background: -webkit-gradient(linear, left top, right top, from(#ced7f4), to(#ecf2ff));
	background: linear-gradient(to right, #ced7f4 0%, #ecf2ff 100%);
	border-radius: 8px;
	-webkit-box-shadow: 1px 2px 22px rgba(0, 0, 0, 0.15);
	box-shadow: 1px 2px 22px rgba(0, 0, 0, 0.15);
	z-index: 1000;
}
@media (width <= 768px) {
	.language-selector {
		top: 50px;
		right: 0;
	}
}
.language-list {
	padding: 10px;
	margin: 0;
	max-height: 300px;
	overflow-y: auto;
}
.language-list li {
	padding: 8px 16px;
	cursor: pointer;
	border-radius: 4px;
	-webkit-transition: background 0.2s;
	transition: background 0.2s;
}
.language-list li:hover {
	background: #8a19d5;
	color: #fff;
}
.language-selector {
	display: none;
}
.language-selector.active {
	display: block;
}
.popup {
	display: none;
	position: fixed;
	top: 0;
	left: 0;
	width: 100vw;
	height: 100vh;
	background-color: rgba(0, 0, 0, 0.6);
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	z-index: 9999;
	overflow: hidden;
}
.popup__cont {
	background-image: url("../img/bg/sign.png");
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
	color: #fff;
	padding: 80px 96px;
	border-radius: 24px;
	position: relative;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	max-height: 90vh;
	overflow-y: auto;
	-webkit-box-shadow: 0 8px 24px rgba(0, 0, 0, 0.2);
	box-shadow: 0 8px 24px rgba(0, 0, 0, 0.2);
}
@media (width <= 768px) {
	.popup__cont {
		padding: 40px 16px;
	}
}
.popup__head {
	font-family: "Lexend Deca", sans-serif;
	font-weight: 500;
}
.popup__head-title {
	margin-bottom: 32px;
}
@media (width <= 768px) {
	.popup__head-title {
		font-size: 26px;
	}
}
.popup__head-subtitle {
	margin-bottom: 24px;
	font-size: 24px;
	line-height: 1.3;
	font-family: "Lexend Deca", sans-serif;
	font-weight: 500;
}
@media (width <= 768px) {
	.popup__head-subtitle {
		font-size: 18px;
		margin-bottom: 12px;
	}
}
.popup__close {
	position: absolute;
	right: 32px;
	top: 32px;
	cursor: pointer;
}
.popup .main-form__body {
	background: rgba(0, 0, 0, 0);
}
.popup .main-form__footer-text {
	font-family: "Questrial", sans-serif;
	font-weight: 400;
	color: #fff;
	max-width: 608px;
}
@media (width <= 768px) {
	.popup .main-form__footer-text {
		font-size: 12px;
	}
}
.popup--active {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}
.section-hero {
	background: #002867 url("../img/hero/hero-bg-2.jpg") 0 0 / cover no-repeat;
	min-height: 860px;
	margin-top: -10px;
}
@media (width <= 992px) {
	.section-hero {
		min-height: 660px;
		background: #002867 url("../img/hero/bg-mob-2.jpg") 0 0 / cover no-repeat;
	}
}
@media (width <= 768px) {
	.section-hero {
		min-height: 565px;
	}
}
.hero {
	max-width: 900px;
	margin: 0 auto;
	padding-top: 80px;
	text-align: center;
}
@media (width <= 992px) {
	.hero {
		padding-top: 0;
		margin: -45px auto 0;
	}
}
.hero__img {
	margin: 0 auto;
}
.hero__img--mob {
	display: none;
}
@media (width <= 992px) {
	.hero__img--mob {
		display: block;
		padding-top: 50px;
	}
}
.hero__title {
	margin-bottom: 32px;
}
@media (width <= 768px) {
	.hero__title {
		margin-bottom: 24px;
	}
}
.hero__subtitle {
	max-width: 394px;
	margin: 0 auto;
	margin-bottom: 60px;
}
@media (width <= 768px) {
	.hero__subtitle {
		max-width: 100%;
		margin-bottom: 32px;
	}
}
.hero__sign-btn {
	-webkit-transition: opacity 0.3s;
	transition: opacity 0.3s;
}
@media (hover: hover) {
	.hero__sign-btn:hover {
		opacity: 0.8;
	}
}
.sign {
	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;
	-webkit-column-gap: 48px;
	-moz-column-gap: 48px;
	column-gap: 48px;
}
@media (width <= 992px) {
	.sign {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column;
	}
}
.sign__title {
	max-width: 592px;
	margin-bottom: 32px;
}
@media (width <= 1201px) {
	.sign__title {
		margin-bottom: 24px;
	}
}
@media (width <= 992px) {
	.sign__title {
		max-width: 100%;
		margin-bottom: 16px;
	}
}
@media (width <= 992px) {
	.sign__text {
		margin: 0 auto 32px;
	}
}
.partners {
	text-align: center;
	background-color: #f3f3f3;
	padding: 80px 0;
	overflow-x: hidden;
}
@media (max-width: 47.9375em) {
	.partners {
		padding: 40px 0;
	}
}
.partners__title {
	margin-bottom: 60px;
}
@media (width <= 992px) {
	.partners__title {
		margin-bottom: 40px;
	}
}
@media (width <= 768px) {
	.partners__title {
		margin-bottom: 32px;
	}
}
.partners__items {
	display: grid;
	grid-template-columns: repeat(4, 1fr);
	gap: 32px;
}
@media (max-width: 61.9375em) {
	.partners__items {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-align: center;
		-ms-flex-align: center;
		align-items: center;
		overflow-x: auto;
	}
	.partners__items img {
		max-width: unset;
		height: 60px;
		width: 180px;
	}
}
@media (max-width: 47.9375em) {
	.partners__items {
		gap: 16px;
	}
}
@media (max-width: 47.9375em) {
	.partners__item {
		width: 206px;
	}
}
.calculate {
	background: -webkit-gradient(linear, left top, right top, from(#512ebc), to(#4260ff));
	background: linear-gradient(to right, #512ebc 0%, #4260ff 100%);
	border-radius: 20px;
	padding: 32px;
	color: #fff;
}
@media (width <= 992px) {
	.calculate {
		padding: 16px;
	}
}
.calculate__inner {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-webkit-column-gap: 40px;
	-moz-column-gap: 40px;
	column-gap: 40px;
}
@media (width <= 992px) {
	.calculate__inner {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column;
		-webkit-box-align: center;
		-ms-flex-align: center;
		align-items: center;
		row-gap: 32px;
	}
}
.calculate__form {
	max-width: 500px;
	width: 100%;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	gap: 32px;
}
@media (width <= 992px) {
	.calculate__form {
		gap: 16px;
	}
}
.calculate__label {
	font-size: 16px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	gap: 8px;
}
@media (width <= 992px) {
	.calculate__label {
		font-size: 14px;
	}
}
.calculate__input {
	width: 260px;
	padding: 12px 24px 12px 44px;
	height: 48px;
	border-radius: 8px;
	border: none;
	font-family: "Lexend Deca", sans-serif;
	font-weight: 500;
	font-size: 20px;
	background-color: #f3f3f3;
	color: #2c2c2c;
}
@media (width <= 992px) {
	.calculate__input {
		width: 100%;
		font-size: 18px;
	}
}
.calculate__input::-webkit-outer-spin-button,
.calculate__input::-webkit-inner-spin-button {
	-webkit-appearance: none;
	margin: 0;
}
.calculate__input[type="number"] {
	-moz-appearance: textfield;
}
.calculate__input::-webkit-input-placeholder {
	color: #999;
}
.calculate__input::-moz-placeholder {
	color: #999;
}
.calculate__input:-ms-input-placeholder {
	color: #999;
}
.calculate__input::-ms-input-placeholder {
	color: #999;
}
.calculate__input::placeholder {
	color: #999;
}
.calculate__periods {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	gap: 35px;
}
@media (width <= 768px) {
	.calculate__periods {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column;
		gap: 27px;
	}
}
.calculate__period {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	gap: 6px;
	cursor: pointer;
}
.calculate__period input[type="radio"] {
	cursor: pointer;
	width: 24px;
	height: 24px;
}
.calculate__radio-label {
	font-size: 20px;
	font-family: "Lexend Deca", sans-serif;
	font-weight: 500;
}
@media (width <= 992px) {
	.calculate__radio-label {
		font-size: 16px;
	}
}
.calculate__range-block {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	gap: 8px;
}
.calculate__range-label {
	font-size: 16px;
	color: #cbdfff;
}
@media (width <= 992px) {
	.calculate__range-label {
		font-size: 12px;
	}
}
.calculate__range-years {
	font-size: 20px;
	font-family: "Lexend Deca", sans-serif;
	font-weight: 500;
	color: #f3f3f3;
	margin-bottom: 20px;
}
@media (width <= 992px) {
	.calculate__range-years {
		font-size: 16px;
	}
}
.calculate__range {
	width: 100%;
	height: 8px;
	-webkit-appearance: none;
	background: #fff;
	border-radius: 4px;
	outline: none;
}
.calculate__range::-webkit-slider-thumb {
	-webkit-appearance: none;
	width: 24px;
	height: 24px;
	background: #2563eb;
	border: 2px solid #fff;
	border-radius: 50%;
	cursor: pointer;
}
.calculate__range::-moz-range-thumb {
	width: 24px;
	height: 24px;
	background: #2563eb;
	border: 2px solid #fff;
	border-radius: 50%;
	cursor: pointer;
}
.calculate__range::-ms-thumb {
	width: 24px;
	height: 24px;
	background: #2563eb;
	border: 2px solid #fff;
	border-radius: 50%;
	cursor: pointer;
}
.calculate__button {
	background-color: #fff;
	padding: 12px 24px;
	height: 44px;
	font-family: "Lexend Deca", sans-serif;
	font-weight: 400;
	font-size: 14px;
	color: #002867;
	border: none;
	border-radius: 8px;
	text-transform: uppercase;
	cursor: pointer;
	-webkit-transition: background-color 0.3s;
	transition: background-color 0.3s;
	margin-top: auto;
}
@media (width <= 992px) {
	.calculate__button {
		margin-top: 8px;
	}
}
@media (hover: hover) {
	.calculate__button:hover {
		background-color: #ccd4e1;
	}
}
.calculate__result {
	max-width: 500px;
	width: 100%;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-box-align: end;
	-ms-flex-align: end;
	align-items: flex-end;
	gap: 24px;
	border-radius: 16px;
}
.calculate__result-top {
	max-width: 288px;
	width: 100%;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-box-align: end;
	-ms-flex-align: end;
	align-items: flex-end;
}
@media (width <= 992px) {
	.calculate__result-top {
		max-width: 100%;
	}
}
.calculate__balance-title {
	font-size: 16px;
	color: #f3f3f3;
	-ms-flex-item-align: center;
	align-self: center;
	margin-bottom: 8px;
	width: 100%;
}
@media (width <= 992px) {
	.calculate__balance-title {
		font-size: 12px;
	}
}
.calculate__balance-amount {
	background-color: #f3f3f3;
	padding: 12px 24px;
	border-radius: 8px;
	font-size: 32px;
	color: #2c2c2c;
	width: 100%;
}
@media (width <= 992px) {
	.calculate__balance-amount {
		font-size: 18px;
	}
}
.calculate__chart {
	width: 100%;
	height: auto;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}
@media (width <= 600px) {
	.calculate__chart {
		-webkit-box-pack: center;
		-ms-flex-pack: center;
		justify-content: center;
	}
}
.calculate__chart-img {
	width: 100%;
	height: auto;
}
.calculate__chart-img--desc {
	display: block;
}
@media (width <= 600px) {
	.calculate__chart-img--desc {
		display: none;
	}
}
.calculate__chart-img--mb {
	display: none;
}
@media (width <= 600px) {
	.calculate__chart-img--mb {
		display: block;
		height: 200px;
		width: 235px;
	}
}
.calculate__amounts {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	height: 100%;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	margin-right: 8px;
}
@media (width <= 992px) {
	.calculate__amounts {
		row-gap: 22px;
	}
}
@media (width <= 600px) {
	.calculate__amounts {
		row-gap: 28px;
	}
}
.calculate__amount {
	font-family: "Questrial", sans-serif;
	font-weight: 400;
	font-size: 16px;
	line-height: 1.4;
}
@media (width <= 600px) {
	.calculate__amount {
		font-size: 12px;
	}
}
.calculate__amount-inner {
	position: relative;
}
.calculate__currency {
	position: absolute;
	font-family: "Lexend Deca", sans-serif;
	font-weight: 500;
	font-size: 20px;
	top: 11px;
	left: 24px;
	color: #2c2c2c;
}
.calculate__years {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	width: 100%;
	-webkit-column-gap: 16px;
	-moz-column-gap: 16px;
	column-gap: 16px;
	font-family: "Questrial", sans-serif;
	font-weight: 400;
	font-size: 16px;
	line-height: 1.4;
}
@media (width <= 600px) {
	.calculate__years {
		-webkit-column-gap: 0;
		-moz-column-gap: 0;
		column-gap: 0;
		font-size: 12px;
		-webkit-box-pack: center;
		-ms-flex-pack: center;
		justify-content: center;
	}
}
.calculate__year {
	-webkit-transform: rotate(-45deg);
	transform: rotate(-45deg);
}
.tap {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-column-gap: 32px;
	-moz-column-gap: 32px;
	column-gap: 32px;
	margin-bottom: 60px;
}
@media (width <= 768px) {
	.tap {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column;
		margin-bottom: 32px;
	}
}
.tap__text {
	font-family: "Questrial", sans-serif;
	font-weight: 400;
	font-size: 20px;
	color: var(--color-font-dark);
	max-width: 608px;
}
@media (width <= 768px) {
	.tap__text {
		font-size: 16px;
		max-width: 100%;
	}
}
.why__title {
	margin-bottom: 60px;
	text-align: center;
}
@media (width <= 768px) {
	.why__title {
		margin-bottom: 32px;
		text-align: left;
	}
}
.why__available {
	max-width: 821px;
	margin: 0 auto 60px;
	text-align: center;
}
@media (width <= 768px) {
	.why__available {
		text-align: left;
		margin: 0 auto 32px;
	}
}
.why__sign-btn {
	background-color: #8a19d5;
	color: var(--color-titles);
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	text-align: center;
	margin: 0 auto;
}
.section-how {
	background: -webkit-gradient(linear, left top, right top, from(#ced7f4), to(#ecf2ff));
	background: linear-gradient(to right, #ced7f4 0%, #ecf2ff 100%);
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
	padding: 60px 0;
}
@media (width <= 768px) {
	.section-how {
		padding: 40px 0;
	}
}
.how__title {
	margin-bottom: 60px;
}
@media (width <= 992px) {
	.how__title {
		margin-bottom: 32px;
	}
}
@media (width <= 768px) {
	.how__title {
		margin-bottom: 16px;
	}
}
.trading__title {
	max-width: 730px;
	margin: 0 auto 60px;
}
@media (width <= 992px) {
	.trading__title {
		margin: 0 auto 40px;
	}
}
@media (width <= 768px) {
	.trading__title {
		margin: 0 auto 32px;
	}
}
.trading__promo-boxes {
	max-width: 608px;
}
@media (width <= 992px) {
	.trading__promo-boxes {
		max-width: 100%;
	}
}
.trading__item-box {
	max-width: 100%;
	min-height: 189px;
}
@media (width <= 992px) {
	.trading__item-box {
		min-height: 80px;
	}
}
.trading__promo-inner {
	margin-bottom: 80px;
}
@media (width <= 992px) {
	.trading__promo-inner {
		margin-bottom: 40px;
	}
}
@media (width <= 768px) {
	.trading__promo-inner {
		margin-bottom: 16px;
	}
}
.solution__promo-box {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	row-gap: 12px;
}
@media (width <= 768px) {
	.solution__promo-box {
		row-gap: 6px;
	}
}
.solution__promo-box p:first-child {
	font-size: 24px;
	font-weight: 600;
}
@media (width <= 992px) {
	.solution__sign-btn {
		margin-top: 16px;
		-ms-flex-item-align: center;
		align-self: center;
	}
}
.section-details {
	background: -webkit-gradient(linear, left top, right top, from(#ced7f4), to(#ecf2ff));
	background: linear-gradient(to right, #ced7f4 0%, #ecf2ff 100%);
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
	padding: 60px 0;
}
@media (width <= 768px) {
	.section-details {
		padding: 40px 0;
	}
}
@media (width <= 992px) {
	.details {
		overflow-x: auto;
	}
}
.details__boxes {
	color: #2c2c2c;
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	gap: 60px;
}
@media (width <= 992px) {
	.details__boxes {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		gap: 23px;
		scrollbar-width: none;
		-ms-overflow-style: none;
	}
	.details__boxes::-webkit-scrollbar {
		display: none;
	}
}
.details .item__box {
	min-width: 120px;
	-webkit-box-flex: 0;
	-ms-flex: 0 0 auto;
	flex: 0 0 auto;
}
@media (width <= 992px) {
	.details .item__box {
		max-width: 80%;
	}
}
.experience__boxes-top {
	-webkit-box-align: stretch;
	-ms-flex-align: stretch;
	align-items: stretch;
}
@media (width <= 992px) {
	.experience__boxes-top {
		row-gap: 16px;
	}
}
.product .section-hero {
	background: -webkit-gradient(linear, left top, right top, from(#ced7f4), to(#ecf2ff));
	background: linear-gradient(to right, #ced7f4 0%, #ecf2ff 100%);
	min-height: 690px;
	margin-top: -10px;
}
@media (width <= 800px) {
	.product .section-hero {
		min-height: 700px;
	}
}
@media (width <= 768px) {
	.product .section-hero {
		min-height: 600px;
	}
}
@media (width <= 550px) {
	.product .section-hero {
		min-height: 660px;
	}
}
.product .hero {
	max-width: 100%;
	padding-top: 80px;
}
.product .hero__title {
	font-size: 64px;
}
@media (width <= 992px) {
	.product .hero__title {
		font-size: 48px;
		padding-top: 50px;
	}
}
@media (width <= 768px) {
	.product .hero__title {
		margin-bottom: 24px;
		font-size: 32px;
	}
}
.product .hero__subtitle {
	max-width: 822px;
	margin: 0 auto;
	margin-bottom: 60px;
}
@media (width <= 768px) {
	.product .hero__subtitle {
		max-width: 100%;
		margin-bottom: 32px;
	}
}
.product .hero__sign-btn {
	max-width: 458px;
	width: 100%;
	margin-bottom: 16px;
	-webkit-transition: opacity 0.3s;
	transition: opacity 0.3s;
}
@media (hover: hover) {
	.product .hero__sign-btn:hover {
		opacity: 0.8;
	}
}
.product .hero__store {
	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;
	-webkit-column-gap: 16px;
	-moz-column-gap: 16px;
	column-gap: 16px;
}
@media (width <= 768px) {
	.product .hero__store {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column;
		max-width: 458px;
		width: 100%;
		margin: 0 auto;
		row-gap: 16px;
	}
}
.product .hero__store-btn {
	padding: 11px;
	max-width: 221px;
	height: 42px;
	width: 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;
	border-radius: 8px;
	border: 1px solid #8a19d5;
	color: #8a19d5;
	-webkit-column-gap: 8px;
	-moz-column-gap: 8px;
	column-gap: 8px;
	font-size: 14px;
	text-transform: uppercase;
	font-weight: 600;
}
.product .hero__store-btn span {
	font-family: "Lexend Deca", sans-serif;
	font-weight: 400;
}
@media (width <= 768px) {
	.product .hero__store-btn {
		max-width: 100%;
	}
}
@media (hover: hover) {
	.product .hero__store-btn:hover {
		background-color: #ced7f4;
	}
}
.product .digital {
	display: grid;
	grid-template-columns: repeat(2, 1fr);
	gap: 60px;
}
@media (width <= 992px) {
	.product .digital {
		gap: 32px;
	}
}
@media (width <= 768px) {
	.product .digital {
		grid-template-columns: repeat(1, 1fr);
	}
}
.product .digital__box {
	max-width: 100%;
}
@media (width <= 992px) {
	.product .promo__inner {
		-webkit-box-orient: vertical;
		-webkit-box-direction: reverse;
		-ms-flex-direction: column-reverse;
		flex-direction: column-reverse;
	}
}
.product .promo__box-title {
	margin-bottom: 16px;
	font-size: 24px;
	line-height: 1.3;
	font-family: "Lexend Deca", sans-serif;
	font-weight: 500;
}
@media (width <= 768px) {
	.product .promo__box-title {
		margin-bottom: 8px;
		font-size: 18px;
	}
}
.product .item__box-title {
	font-size: 20px;
	line-height: 1.3;
	font-family: "Lexend Deca", sans-serif;
	font-weight: 500;
}
@media (width <= 768px) {
	.product .item__box-title {
		font-size: 16px;
	}
}
.offer .section-hero {
	background: -webkit-gradient(linear, left top, right top, from(#ced7f4), to(#ecf2ff));
	background: linear-gradient(to right, #ced7f4 0%, #ecf2ff 100%);
	min-height: 690px;
	margin-top: -10px;
}
@media (width <= 768px) {
	.offer .section-hero {
		min-height: 600px;
	}
}
@media (width <= 550px) {
	.offer .section-hero {
		min-height: 620px;
	}
}
.offer .hero {
	max-width: 100%;
	padding-top: 80px;
}
.offer .hero__title {
	font-size: 64px;
}
@media (width <= 992px) {
	.offer .hero__title {
		font-size: 48px;
		padding-top: 50px;
	}
}
@media (width <= 768px) {
	.offer .hero__title {
		margin-bottom: 24px;
		font-size: 32px;
	}
}
.offer .hero__subtitle {
	max-width: 822px;
	margin: 0 auto;
	margin-bottom: 60px;
}
@media (width <= 768px) {
	.offer .hero__subtitle {
		max-width: 100%;
		margin-bottom: 32px;
	}
}
.offer .hero__sign-btn {
	max-width: 458px;
	width: 100%;
	margin-bottom: 16px;
	-webkit-transition: opacity 0.3s;
	transition: opacity 0.3s;
}
@media (hover: hover) {
	.offer .hero__sign-btn:hover {
		opacity: 0.8;
	}
}
.offer .hero__store {
	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;
	-webkit-column-gap: 16px;
	-moz-column-gap: 16px;
	column-gap: 16px;
}
@media (width <= 768px) {
	.offer .hero__store {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column;
		max-width: 458px;
		width: 100%;
		margin: 0 auto;
		row-gap: 16px;
	}
}
.offer .hero__store-btn {
	padding: 11px;
	max-width: 221px;
	height: 42px;
	width: 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;
	border-radius: 8px;
	border: 1px solid #8a19d5;
	color: #8a19d5;
	-webkit-column-gap: 8px;
	-moz-column-gap: 8px;
	column-gap: 8px;
	font-size: 14px;
	text-transform: uppercase;
	font-weight: 600;
}
.offer .hero__store-btn span {
	font-family: "Lexend Deca", sans-serif;
	font-weight: 400;
}
@media (width <= 768px) {
	.offer .hero__store-btn {
		max-width: 100%;
	}
}
@media (hover: hover) {
	.offer .hero__store-btn:hover {
		background-color: #ced7f4;
	}
}
.offer .item__box-title--small {
	font-size: 20px;
	line-height: 1.3;
	font-family: "Lexend Deca", sans-serif;
	font-weight: 500;
}
@media (width <= 768px) {
	.offer .item__box-title--small {
		font-size: 16px;
	}
}
.offer .how {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	gap: 32px;
}
@media (width <= 992px) {
	.offer .how {
		grid-template-columns: repeat(1, 1fr);
	}
}
@media (width <= 992px) {
	.offer .how__box {
		max-width: 100%;
	}
}
.offer .portfolio-inner {
	margin-bottom: 60px;
}
@media (width <= 992px) {
	.offer .portfolio-inner {
		margin-bottom: 32px;
	}
}
.offer .sign {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	max-width: 722px;
	margin: 0 auto;
	row-gap: 32px;
}
@media (width <= 768px) {
	.offer .sign {
		row-gap: 16px;
	}
}
.offer .sign__title {
	font-size: 24px;
	line-height: 1.3;
	font-family: "Lexend Deca", sans-serif;
	font-weight: 500;
}
@media (width <= 768px) {
	.offer .sign__title {
		margin-bottom: 8px;
		font-size: 18px;
	}
}
.contacts .contact__inner {
	display: grid;
	grid-template-columns: repeat(1, 1fr);
	gap: 32px;
	max-width: 820px;
	margin: 0 auto;
}
@media (width <= 768px) {
	.contacts .contact__inner {
		grid-template-columns: repeat(1, 1fr);
	}
}
.contacts .contact__title {
	margin-bottom: 60px;
}
@media (width <= 992px) {
	.contacts .contact__title {
		margin-bottom: 32px;
	}
}
.contacts .contact__box {
	max-width: 100%;
	padding: 35px 32px 24px;
}
@media (width <= 768px) {
	.contacts .contact__box {
		padding: 25px 12px 16px;
	}
}
.contacts .contact__box--wide {
	text-align: center;
	padding: 24px 32px;
	grid-column: 1/3;
}
@media (width <= 768px) {
	.contacts .contact__box--wide {
		grid-column: unset;
		padding: 26px 12px 16px;
	}
}
@media (width <= 768px) {
	.contacts .contact__box-title {
		max-width: 210px;
		text-align: left;
	}
}
.contacts .contact__social {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	gap: 16px 32px;
	max-width: 820px;
	margin: 60px auto 0;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
}
@media (width <= 992px) {
	.contacts .contact__social {
		margin-top: 32px;
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column;
		row-gap: 16px;
	}
}
.contacts .contact__social-link {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-column-gap: 8px;
	-moz-column-gap: 8px;
	column-gap: 8px;
	min-width: 142px;
	padding: 12px;
	height: 48px;
	border-radius: 8px;
	border: 1px solid #002867;
	-webkit-transition: background-color 0.3s;
	transition: background-color 0.3s;
	font-family: "Lexend Deca", sans-serif;
	font-weight: 400;
	font-size: 14px;
	text-transform: uppercase;
	color: #002867;
	min-width: 180px;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	transition: background-color 0.3s;
}
@media (hover: hover) {
	.contacts .contact__social-link:hover {
		background-color: #ccd4e1;
	}
}
@media (width <= 992px) {
	.contacts .contact__social-link {
		width: 100%;
	}
}
.contacts .item__box-title {
	font-size: 20px;
	line-height: 1.3;
	font-family: "Lexend Deca", sans-serif;
	font-weight: 500;
}
@media (width <= 768px) {
	.contacts .item__box-title {
		font-size: 16px;
	}
}
.faq__title {
	margin-bottom: 32px;
}
@media (width <= 992px) {
	.faq__title {
		margin-bottom: 24px;
	}
}
@media (width <= 768px) {
	.faq__title {
		margin-bottom: 16px;
	}
}
.faq__item {
	border-radius: 12px;
	margin-bottom: 24px;
	overflow: hidden;
	-webkit-transition: border-color 0.3s;
	transition: border-color 0.3s;
}
@media (width <= 768px) {
	.faq__item {
		margin-bottom: 12px;
	}
}
@media (hover: hover) {
	.faq__item:hover .faq__icon {
		background-color: #ccd4e1;
	}
}
.faq__question {
	width: 100%;
	padding: 32px 32px 32px;
	font-size: 24px;
	height: 92px;
	font-family: "Lexend Deca", sans-serif;
	font-weight: 500;
	background: #fff;
	border: none;
	cursor: pointer;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	text-align: left;
	-webkit-transition: background-color 0.3s;
	transition: background-color 0.3s;
	margin: 0;
	background-color: #ecf2ff;
}
@media (width <= 768px) {
	.faq__question {
		padding: 12px 16px;
	}
}
.faq__question:focus {
	outline: none;
}
.faq__icon {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-ms-flex-negative: 0;
	flex-shrink: 0;
	padding: 16px;
	height: 44px;
	width: 44px;
	border-radius: 8px;
	border: 1px solid #512ebc;
	-webkit-transition: background-color 0.3s;
	transition: background-color 0.3s;
}
.faq__icon-img {
	-webkit-transition: -webkit-transform 0.3s ease;
	transition: -webkit-transform 0.3s ease;
	transition: transform 0.3s ease;
	transition: transform 0.3s ease, -webkit-transform 0.3s ease;
}
.faq__item_active .faq__icon-img {
	-webkit-transform: rotate(180deg);
	transform: rotate(180deg);
}
.faq__answer {
	height: 0;
	overflow: hidden;
	-webkit-transition: height 0.4s ease;
	transition: height 0.4s ease;
}
.faq__answer-inner {
	padding: 0 32px 24px;
	background: #fff;
	background-color: #ecf2ff;
}
@media (width <= 768px) {
	.faq__answer-inner {
		padding: 0 16px 16px;
	}
}
.faq__answer-text {
	font-size: 18px;
}
@media (width <= 768px) {
	.faq__answer-text {
		font-size: 14px;
	}
}
.section-404 {
	background: #8a19d5 url("../img/bg/404-bg.jpg") 0 0 / cover no-repeat;
	padding: 133px 0;
	height: 100%;
}
@media (width <= 768px) {
	.section-404 {
		background: #8a19d5 url("../img/bg/404-bg-mob.jpg") 0 0 / cover no-repeat;
	}
}
.block-404 {
	text-align: center;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	row-gap: 32px;
}
.section-privacy {
	padding: 36px 0 80px;
}
@media (width <= 992px) {
	.section-privacy {
		padding: 36px 0 40px;
	}
}
.privacy {
	font-family: "Questrial", sans-serif;
	font-weight: 400;
	max-width: 1028px;
	margin: 0 auto;
	line-height: 1.4;
}
.privacy__title {
	font-family: "Lexend Deca", sans-serif;
	font-weight: 600;
	font-size: 48px;
	margin-bottom: 48px;
}
@media (width <= 992px) {
	.privacy__title {
		margin-bottom: 32px;
	}
}
@media (width <= 768px) {
	.privacy__title {
		font-size: 26px;
		margin-bottom: 24px;
	}
}
.privacy__body-update {
	font-size: 16px;
	margin-bottom: 8px;
}
.privacy__body-text {
	font-size: 18px;
	margin-bottom: 32px;
}
@media (width <= 768px) {
	.privacy__body-text {
		font-size: 14px;
		margin-bottom: 24px;
	}
}
.privacy__body-text--mb0 {
	margin-bottom: 0;
}
.privacy__body-paragraph {
	font-size: 20px;
	position: relative;
	margin-bottom: 8px;
	padding-left: 30px;
}
@media (width <= 768px) {
	.privacy__body-paragraph {
		font-size: 16px;
	}
}
.privacy__body-paragraph::before {
	content: "";
	position: absolute;
	left: 5px;
	top: 6px;
	width: 6px;
	height: 6px;
	border-radius: 50%;
	background-color: #2c2c2c;
}
.privacy__body-title {
	margin-bottom: 16px;
	font-size: 24px;
	line-height: 1.3;
	font-family: "Lexend Deca", sans-serif;
	font-weight: 500;
}
@media (width <= 768px) {
	.privacy__body-title {
		margin-bottom: 8px;
		font-size: 18px;
	}
}
.privacy__body-list {
	font-size: 18px;
	padding-left: 30px;
	margin-bottom: 32px;
}
.privacy__body-list--mb0 {
	margin-bottom: 0;
}
.privacy__body-list-item {
	list-style: disc;
}
.privacy__compare {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	row-gap: 32px;
	padding: 24px 32px;
	border: 1px solid #a7a7a7;
	border-radius: 24px;
	margin-bottom: 32px;
}
@media (width <= 768px) {
	.privacy__compare {
		row-gap: 16px;
		border: unset;
		padding: 0;
	}
}
.privacy__compare-name {
	display: none;
}
@media (width <= 768px) {
	.privacy__compare-name {
		display: block;
		color: #002867;
		margin-bottom: 8px;
		font-size: 12px;
	}
}
.privacy__compare-top {
	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;
	font-size: 16px;
	color: #a7a7a7;
}
@media (width <= 768px) {
	.privacy__compare-top {
		display: none;
	}
}
.privacy__compare-cont {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-align: start;
	-ms-flex-align: start;
	align-items: flex-start;
	-webkit-column-gap: 32px;
	-moz-column-gap: 32px;
	column-gap: 32px;
	padding-bottom: 16px;
	border-bottom: 1px solid #a7a7a7;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
}
@media (width <= 768px) {
	.privacy__compare-cont {
		border-bottom: unset;
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column;
		padding-bottom: 0;
	}
}
.privacy__compare-cont:last-child {
	padding-bottom: 0;
	border: unset;
}
.privacy__compare-cont-text {
	font-size: 20px;
	max-width: 573px;
}
@media (width <= 768px) {
	.privacy__compare-cont-text {
		max-width: 100%;
	}
}
.privacy__compare-cont-text--small {
	font-size: 18px;
	max-width: 359px;
}
@media (width <= 768px) {
	.privacy__compare-cont-text--small {
		font-size: 14px;
	}
}
@media (width <= 768px) {
	.privacy__compare-cont-text--big {
		padding-left: 10px;
		margin-bottom: 8px;
		font-size: 16px;
	}
}
@media (width <= 768px) {
	.privacy__compare-cont--types {
		border-bottom: 1px solid #002867;
	}
}
.privacy__compare-cont--types .privacy__compare-cont-text {
	font-size: 18px;
	max-width: 430px;
}
.privacy__compare-cont--types .privacy__compare-cont-text:first-child {
	max-width: 111px;
}
@media (width <= 768px) {
	.privacy__compare-cont--types .privacy__compare-cont-text:first-child {
		max-width: 100%;
	}
}
.privacy__compare-cont--types .privacy__compare-cont-text:last-child {
	max-width: 359px;
}
@media (width <= 768px) {
	.privacy__compare-cont--types .privacy__compare-cont-text:last-child {
		max-width: 100%;
	}
}
@media (width <= 768px) {
	.privacy__compare-cont--types .privacy__compare-cont-text {
		margin-bottom: 16px;
		max-width: 100%;
		font-size: 16px;
	}
}
.conditions {
	font-family: "Questrial", sans-serif;
	font-weight: 400;
	max-width: 1028px;
	margin: 0 auto;
	line-height: 1.4;
}
.conditions__title {
	font-family: "Lexend Deca", sans-serif;
	font-weight: 600;
	font-size: 48px;
	margin-bottom: 48px;
}
@media (width <= 992px) {
	.conditions__title {
		margin-bottom: 32px;
	}
}
@media (width <= 768px) {
	.conditions__title {
		font-size: 26px;
		margin-bottom: 24px;
	}
}
.conditions__body-text {
	font-size: 18px;
	margin-bottom: 32px;
}
@media (width <= 768px) {
	.conditions__body-text {
		font-size: 14px;
		margin-bottom: 24px;
	}
}
.conditions__body-text--mb0 {
	margin-bottom: 0;
}
.conditions__body-title {
	margin-bottom: 16px;
	font-size: 24px;
	line-height: 1.3;
	font-family: "Lexend Deca", sans-serif;
	font-weight: 500;
}
@media (width <= 768px) {
	.conditions__body-title {
		margin-bottom: 8px;
		font-size: 18px;
	}
}
.sign-up {
	background-color: #002867;
}
.section-sign-up {
	background-image: url("../img/bg/sign.png");
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
	color: #fff;
	height: 100%;
}
@media (width <= 992px) {
	.forgot {
		padding: 60px 0 40px;
	}
}
.section-sign-page {
	background: -webkit-gradient(linear, left top, right top, from(#ced7f4), to(#ecf2ff));
	background: linear-gradient(to right, #ced7f4 0%, #ecf2ff 100%);
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
	color: #fff;
	height: 100%;
}
@media (width <= 992px) {
	.section-sign-page {
		padding: 140px 0 100px;
		background-image: url("../img/bg/sign-mob.png");
	}
}
.footer {
	background: -webkit-gradient(linear, left top, right top, from(#ced7f4), to(#ecf2ff));
	background: linear-gradient(to right, #ced7f4 0%, #ecf2ff 100%);
	min-height: 292px;
	position: relative;
	padding: 80px 0;
	overflow: hidden;
}
@media (width <= 992px) {
	.footer {
		padding: 60px 0 40px;
	}
}
.footer__logo {
	position: absolute;
	right: 0;
	top: 0;
	height: 100%;
}
.footer__logo--mb {
	display: none;
}
@media (width <= 992px) {
	.footer__logo--mb {
		display: block;
	}
}
@media (width <= 992px) {
	.footer__logo--desc {
		display: none;
	}
}
.footer__logo-main {
	margin-bottom: 8px;
	text-transform: uppercase;
	font-size: 32px;
	line-height: 1.2;
}
@media (width <= 992px) {
	.footer__logo-main {
		margin-bottom: 0;
	}
}
@media (width <= 768px) {
	.footer__logo-main {
		font-size: 22px;
	}
}
.footer__subtitle {
	margin-bottom: 32px;
}
@media (width <= 992px) {
	.footer__subtitle {
		margin-bottom: 0;
		white-space: nowrap;
	}
}
@media (width <= 992px) {
	.footer__name {
		width: 100%;
	}
}
.footer__name-top {
	max-width: 300px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
}
@media (width <= 992px) {
	.footer__name-top {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-align: center;
		-ms-flex-align: center;
		align-items: center;
		-webkit-box-orient: horizontal;
		-webkit-box-direction: normal;
		-ms-flex-direction: row;
		flex-direction: row;
		-webkit-box-pack: justify;
		-ms-flex-pack: justify;
		justify-content: space-between;
		max-width: 100%;
		width: 100%;
	}
}
.footer__social {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-column-gap: 32px;
	-moz-column-gap: 32px;
	column-gap: 32px;
}
@media (width <= 600px) {
	.footer__social {
		-webkit-column-gap: 0;
		-moz-column-gap: 0;
		column-gap: 0;
		-webkit-box-pack: justify;
		-ms-flex-pack: justify;
		justify-content: space-between;
	}
}
.footer__social-item {
	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;
	background-color: #fff;
	padding: 10px;
	border-radius: 8px;
	width: 44px;
	aspect-ratio: 1/1;
}
.footer__inner {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-column-gap: 110px;
	-moz-column-gap: 110px;
	column-gap: 110px;
	position: relative;
	z-index: 2;
}
@media (width <= 1200px) {
	.footer__inner {
		-webkit-column-gap: 120px;
		-moz-column-gap: 120px;
		column-gap: 120px;
	}
}
@media (width <= 992px) {
	.footer__inner {
		display: block;
	}
}
.footer__menu {
	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;
	-webkit-column-gap: 80px;
	-moz-column-gap: 80px;
	column-gap: 80px;
	font-family: "Questrial", sans-serif;
	font-weight: 400;
	font-size: 18px;
	line-height: 1.4;
}
@media (hover: hover) {
	.footer__menu-link:hover {
		opacity: 0.5;
	}
}
@media (width <= 1200px) {
	.footer__menu {
		-webkit-column-gap: 70px;
		-moz-column-gap: 70px;
		column-gap: 70px;
	}
}
@media (width <= 992px) {
	.footer__menu {
		font-size: 16px;
	}
}
.footer__menu:first-child {
	border-bottom: 1px solid #84b5fa;
	padding-bottom: 20px;
}
.footer__menu:last-child {
	padding-top: 20px;
}
@media (width <= 992px) {
	.footer__menu--desc {
		display: none;
	}
}
.footer__menu--mob {
	display: none;
}
.footer__menu--mob:first-child {
	border-bottom: unset;
}
@media (width <= 992px) {
	.footer__menu--mob:first-child {
		row-gap: 28px;
		padding: 36px 0 32px;
	}
}
@media (width <= 992px) {
	.footer__menu--mob {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column;
		-webkit-box-align: start;
		-ms-flex-align: start;
		align-items: flex-start;
	}
}
.footer__menu-inner {
	max-width: 540px;
	width: 100%;
}
@media (width <= 1200px) {
	.footer__menu-inner {
		max-width: 460px;
	}
}
.hello-modal {
	position: fixed;
	z-index: 50;
	left: 0;
	bottom: 0;
	width: 100%;
	padding: 3.75rem 0rem 1.25rem;
	opacity: 0;
	visibility: hidden;
	-webkit-transition: all 0.3s ease 0s;
	transition: all 0.3s ease 0s;
}
.hello-modal._active {
	opacity: 1;
	visibility: visible;
}
.hello-modal::before {
	content: "";
	position: absolute;
	top: 0;
	left: 50%;
	translate: -50% 0;
	width: calc(100% + 31.25rem);
	height: 18.0625rem;
	border-radius: 50%;
	background: #000;
	-webkit-box-shadow: 0px 0px 50px 0px #00ff15;
	box-shadow: 0px 0px 50px 0px #00ff15;
	z-index: -1;
	-webkit-filter: blur(2.5px);
	filter: blur(2.5px);
}
.hello-modal::after {
	content: "";
	position: absolute;
	top: 50%;
	left: 0;
	width: 100%;
	height: 50%;
	background: #000;
	z-index: -1;
}
.hello-modal__body {
	display: grid;
	grid-template-columns: 1fr auto;
	gap: 1.5rem;
	padding: 0px 1.875rem;
}
@media (max-width: 47.9375em) {
	.hello-modal__body {
		grid-template-columns: 1fr;
		padding: 0px 0rem;
	}
}
.hello-modal__title {
	color: #fff !important;
	text-transform: uppercase;
	margin: 0px 0px 0.5rem 0px;
}
.hello-modal__text {
	color: #fff;
}
.hello-modal__actions {
	display: grid;
	gap: 0.625rem;
}
.hello-modal__link {
	min-width: 11.25rem;
	background: #00b517;
	color: #fff !important;
	-webkit-transition: all 0.3s ease 0s;
	transition: all 0.3s ease 0s;
}
@media (any-hover: hover) {
	.hello-modal__link:hover {
		background: #00b517;
		opacity: 0.9;
	}
}
.hello-modal__close {
	min-width: 11.25rem;
	background: #000;
	color: #00b517 !important;
	text-transform: uppercase;
	border-color: rgba(0, 0, 0, 0);
	-webkit-transition: all 0.3s ease 0s;
	transition: all 0.3s ease 0s;
}
@media (any-hover: hover) {
	.hello-modal__close:hover {
		background: #000;
		opacity: 0.9;
	}
}
.exit-modal {
	position: fixed;
	z-index: 100;
	left: 0;
	top: 0;
	width: 100%;
	padding: 1.25rem 0rem 3.75rem;
	opacity: 0;
	visibility: hidden;
	-webkit-transition: all 0.3s ease 0s;
	transition: all 0.3s ease 0s;
}
@media (max-width: 47.9375em) {
	.exit-modal {
		padding: 3.75rem 0rem 1.25rem;
		top: unset;
		bottom: 0;
	}
}
.exit-modal._active {
	opacity: 1;
	visibility: visible;
}
.exit-modal::before {
	content: "";
	position: absolute;
	bottom: 0;
	left: 50%;
	translate: -50% 0;
	width: calc(100% + 31.25rem);
	height: 18.0625rem;
	border-radius: 50%;
	background: #000;
	-webkit-box-shadow: 0px 0px 50px 0px #00ff15;
	box-shadow: 0px 0px 50px 0px #00ff15;
	z-index: -1;
	-webkit-filter: blur(2.5px);
	filter: blur(2.5px);
}
@media (max-width: 47.9375em) {
	.exit-modal::before {
		bottom: unset;
		top: 0;
	}
}
.exit-modal::after {
	content: "";
	position: absolute;
	bottom: 50%;
	left: 0;
	width: 100%;
	height: 50%;
	background: #000;
	z-index: -1;
}
@media (max-width: 47.9375em) {
	.exit-modal::after {
		bottom: unset;
		top: 50%;
	}
}
.exit-modal__body {
	display: grid;
	grid-template-columns: 1fr auto;
	gap: 1.5rem;
	padding: 0px 1.875rem;
}
@media (max-width: 47.9375em) {
	.exit-modal__body {
		grid-template-columns: 1fr;
		padding: 0px 0rem;
	}
}
.exit-modal__title {
	color: #fff !important;
	text-transform: uppercase;
	margin: 0px 0px 0.5rem 0px;
}
.exit-modal__text {
	color: #fff;
}
.exit-modal__actions {
	display: grid;
	gap: 0.625rem;
}
.exit-modal__link {
	min-width: 11.25rem;
	background: #00b517;
	color: #fff !important;
	-webkit-transition: all 0.3s ease 0s;
	transition: all 0.3s ease 0s;
}
@media (any-hover: hover) {
	.exit-modal__link:hover {
		background: #00b517;
		opacity: 0.9;
	}
}
.exit-modal__close {
	min-width: 11.25rem;
	background: #000;
	color: #00b517 !important;
	text-transform: uppercase;
	border-color: rgba(0, 0, 0, 0);
	-webkit-transition: all 0.3s ease 0s;
	transition: all 0.3s ease 0s;
}
@media (any-hover: hover) {
	.exit-modal__close:hover {
		background: #000;
		opacity: 0.9;
	}
}
.back-modal {
	position: fixed;
	z-index: 100;
	left: 0;
	top: 0;
	width: 100%;
	padding: 1.25rem 0rem 3.75rem;
	opacity: 0;
	visibility: hidden;
	-webkit-transition: all 0.3s ease 0s;
	transition: all 0.3s ease 0s;
}
@media (max-width: 47.9375em) {
	.back-modal {
		padding: 3.75rem 0rem 1.25rem;
		top: unset;
		bottom: 0;
	}
}
.back-modal._active {
	opacity: 1;
	visibility: visible;
}
.back-modal::before {
	content: "";
	position: absolute;
	bottom: 0;
	left: 50%;
	translate: -50% 0;
	width: calc(100% + 31.25rem);
	height: 18.0625rem;
	border-radius: 50%;
	background: #000;
	-webkit-box-shadow: 0px 0px 50px 0px #00ff15;
	box-shadow: 0px 0px 50px 0px #00ff15;
	z-index: -1;
	-webkit-filter: blur(2.5px);
	filter: blur(2.5px);
}
@media (max-width: 47.9375em) {
	.back-modal::before {
		bottom: unset;
		top: 0;
	}
}
.back-modal::after {
	content: "";
	position: absolute;
	bottom: 50%;
	left: 0;
	width: 100%;
	height: 50%;
	background: #000;
	z-index: -1;
}
@media (max-width: 47.9375em) {
	.back-modal::after {
		bottom: unset;
		top: 50%;
	}
}
.back-modal__body {
	display: grid;
	grid-template-columns: 1fr auto;
	gap: 1.5rem;
	padding: 0px 1.875rem;
}
@media (max-width: 47.9375em) {
	.back-modal__body {
		grid-template-columns: 1fr;
		padding: 0px 0rem;
	}
}
.back-modal__title {
	color: #fff !important;
	text-transform: uppercase;
	margin: 0px 0px 0.5rem 0px;
}
.back-modal__text {
	color: #fff;
}
.back-modal__actions {
	display: grid;
	gap: 0.625rem;
}
.back-modal__link {
	min-width: 11.25rem;
	background: #00b517;
	color: #fff !important;
	-webkit-transition: all 0.3s ease 0s;
	transition: all 0.3s ease 0s;
}
@media (any-hover: hover) {
	.back-modal__link:hover {
		background: #00b517;
		opacity: 0.9;
	}
}
.back-modal__close {
	min-width: 11.25rem;
	background: #000;
	color: #00b517 !important;
	text-transform: uppercase;
	border-color: rgba(0, 0, 0, 0);
	-webkit-transition: all 0.3s ease 0s;
	transition: all 0.3s ease 0s;
}
@media (any-hover: hover) {
	.back-modal__close:hover {
		background: #000;
		opacity: 0.9;
	}
}
.activity-modal {
	position: fixed;
	z-index: 100;
	left: 0;
	top: 0;
	width: 100%;
	padding: 1.25rem 0rem 3.75rem;
	opacity: 0;
	visibility: hidden;
	-webkit-transition: all 0.3s ease 0s;
	transition: all 0.3s ease 0s;
}
.activity-modal._active {
	opacity: 1;
	visibility: visible;
}
.activity-modal::before {
	content: "";
	position: absolute;
	bottom: 0;
	left: 50%;
	translate: -50% 0;
	width: calc(100% + 31.25rem);
	height: 18.0625rem;
	border-radius: 50%;
	background: #000;
	-webkit-box-shadow: 0px 0px 50px 0px #00ff15;
	box-shadow: 0px 0px 50px 0px #00ff15;
	z-index: -1;
	-webkit-filter: blur(2.5px);
	filter: blur(2.5px);
}
.activity-modal::after {
	content: "";
	position: absolute;
	bottom: 50%;
	left: 0;
	width: 100%;
	height: 50%;
	background: #000;
	z-index: -1;
}
.activity-modal__body {
	display: grid;
	grid-template-columns: 1fr auto;
	gap: 1.5rem;
	padding: 0px 1.875rem;
}
@media (max-width: 47.9375em) {
	.activity-modal__body {
		grid-template-columns: 1fr;
		padding: 0px 0rem;
	}
}
.activity-modal__title {
	color: #fff !important;
	text-transform: uppercase;
	margin: 0px 0px 0.5rem 0px;
}
.activity-modal__text {
	color: #fff;
}
.activity-modal__actions {
	display: grid;
	gap: 0.625rem;
}
.activity-modal__link {
	min-width: 11.25rem;
	background: #00b517;
	color: #fff !important;
	-webkit-transition: all 0.3s ease 0s;
	transition: all 0.3s ease 0s;
}
@media (any-hover: hover) {
	.activity-modal__link:hover {
		background: #00b517;
		opacity: 0.9;
	}
}
.activity-modal__close {
	min-width: 11.25rem;
	background: #000;
	color: #00b517 !important;
	text-transform: uppercase;
	border-color: rgba(0, 0, 0, 0);
	-webkit-transition: all 0.3s ease 0s;
	transition: all 0.3s ease 0s;
}
@media (any-hover: hover) {
	.activity-modal__close:hover {
		background: #000;
		opacity: 0.9;
	}
}
.scroll-modal {
	position: fixed;
	z-index: 50;
	left: 0;
	bottom: 0;
	width: 100%;
	padding: 3.75rem 0rem 1.25rem;
	opacity: 0;
	visibility: hidden;
	-webkit-transition: all 0.3s ease 0s;
	transition: all 0.3s ease 0s;
}
.scroll-modal._active {
	opacity: 1;
	visibility: visible;
}
.scroll-modal::before {
	content: "";
	position: absolute;
	top: 0;
	left: 50%;
	translate: -50% 0;
	width: calc(100% + 31.25rem);
	height: 18.0625rem;
	border-radius: 50%;
	background: #000;
	-webkit-box-shadow: 0px 0px 50px 0px #00ff15;
	box-shadow: 0px 0px 50px 0px #00ff15;
	z-index: -1;
	-webkit-filter: blur(2.5px);
	filter: blur(2.5px);
}
.scroll-modal::after {
	content: "";
	position: absolute;
	top: 50%;
	left: 0;
	width: 100%;
	height: 50%;
	background: #000;
	z-index: -1;
}
.scroll-modal__body {
	display: grid;
	grid-template-columns: 1fr auto;
	gap: 1.5rem;
	padding: 0px 1.875rem;
}
@media (max-width: 47.9375em) {
	.scroll-modal__body {
		grid-template-columns: 1fr;
		padding: 0px 0rem;
	}
}
.scroll-modal__title {
	color: #fff !important;
	text-transform: uppercase;
	margin: 0px 0px 0.5rem 0px;
}
.scroll-modal__text {
	color: #fff;
}
.scroll-modal__actions {
	display: grid;
	gap: 0.625rem;
}
.scroll-modal__link {
	min-width: 11.25rem;
	background: #00b517;
	color: #fff !important;
	-webkit-transition: all 0.3s ease 0s;
	transition: all 0.3s ease 0s;
}
@media (any-hover: hover) {
	.scroll-modal__link:hover {
		background: #00b517;
		opacity: 0.9;
	}
}
.scroll-modal__close {
	min-width: 11.25rem;
	background: #000;
	color: #00b517 !important;
	text-transform: uppercase;
	border-color: rgba(0, 0, 0, 0);
	-webkit-transition: all 0.3s ease 0s;
	transition: all 0.3s ease 0s;
}
@media (any-hover: hover) {
	.scroll-modal__close:hover {
		background: #000;
		opacity: 0.9;
	}
}
/* === ОСНОВНОЙ КОНТЕНТ СТАТЬИ === */
#primary.article-body {
	max-width: 780px;
	margin: 0 auto;
	padding: 3rem 1rem;
	font-size: 1.05rem;
	line-height: 1.75;
	color: #222;
}

#primary.article-body h1,
#primary.article-body h2,
#primary.article-body h3 {
	margin-top: 2rem;
	margin-bottom: 1rem;
	font-weight: 600;
	color: #111;
}

#primary.article-body p {
	margin-bottom: 1.2rem;
}

#primary.article-body img {
	max-width: 100%;
	height: auto;
	border-radius: 12px;
	margin: 1.5rem 0;
}

/* === СЕКЦИЯ ПОХОЖИХ ПОСТОВ === */
.additional-posts {
	margin-top: 4rem;
	text-align: center;
}

.additional-posts .subtitle {
	font-size: 1.5rem;
	font-weight: 600;
	margin-bottom: 2rem;
	color: #111;
}

.news-section__wrapper {
	display: grid;
	grid-template-columns: repeat(auto-fill, minmax(280px, 1fr));
	gap: 1.8rem;
	text-align: left;
}

.news-section__item {
	display: flex;
	flex-direction: column;
	text-decoration: none;
	color: inherit;
	background: #fff;
	border: 1px solid #eee;
	border-radius: 14px;
	overflow: hidden;
	padding: 1.2rem;
	transition: all 0.25s ease;
	box-shadow: 0 2px 6px rgba(0, 0, 0, 0.04);
}

.news-section__item:hover {
	transform: translateY(-4px);
	box-shadow: 0 4px 12px rgba(0, 0, 0, 0.08);
	border-color: #ddd;
}

.news-section__item img {
	width: 100%;
	height: 180px;
	object-fit: cover;
	border-radius: 10px;
	margin-bottom: 1rem;
}

.news-section__item .date {
	font-size: 0.85rem;
	color: #999;
	margin-bottom: 0.4rem;
}

.news-section__item h2 {
	font-size: 1.1rem;
	font-weight: 600;
	color: #111;
	margin-bottom: 0.5rem;
	line-height: 1.4;
}

.news-section__item .description {
	font-size: 0.95rem;
	color: #444;
	line-height: 1.5;
}

/* === АДАПТИВНОСТЬ === */
@media (max-width: 768px) {
	#primary.article-body {
		padding: 2rem 1rem;
		font-size: 1rem;
	}
	.news-section__wrapper {
		gap: 1.2rem;
	}
	.news-section__item {
		padding: 1rem;
	}
}
/* === БЛОК С ФОНОМ СТАТЬИ === */
.background-article {
	position: relative;
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
	min-height: 300px;
	display: flex;
	align-items: stretch;
	justify-content: center;
	text-align: center;
	color: #fff;
}

.background-article .overlay {
	background: rgba(0, 0, 0, 0.45);
	width: 100%;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	padding: 2rem;
}

.background-article .subtitle {
	font-size: 2rem;
	font-weight: 700;
	margin-bottom: 1rem;
	color: #fff;
	text-shadow: 0 2px 6px rgba(0, 0, 0, 0.4);
}

/* === ХЛЕБНЫЕ КРОШКИ === */
.breadcrumbs {
	list-style: none;
	display: flex;
	flex-wrap: wrap;
	gap: 0.4rem;
	font-size: 0.9rem;
	color: #f0f0f0;
}

.breadcrumbs a {
	color: #fff;
	text-decoration: none;
	transition: opacity 0.2s;
}

.breadcrumbs a:hover {
	opacity: 0.8;
}

/* === ОСНОВНОЙ ТЕКСТ ПОД ФОНОМ === */
.container.toys {
	max-width: 780px;
	margin: 3rem auto;
	padding: 0 1rem;
}

.entry-content {
	font-size: 1.05rem;
	line-height: 1.75;
	color: #222;
}

.entry-content h2,
.entry-content h3 {
	margin-top: 2rem;
	margin-bottom: 1rem;
	color: #111;
}

.entry-content p {
	margin-bottom: 1.2rem;
}

/* === АДАПТИВНОСТЬ === */
@media (max-width: 768px) {
	.background-article {
		min-height: 220px;
	}
	.background-article .subtitle {
		font-size: 1.6rem;
	}
	.breadcrumbs {
		justify-content: center;
		font-size: 0.85rem;
	}
}
