html {
	scroll-behavior: smooth;
}

body {
	font-family: "Inter", sans-serif;
	background: #F7F7F8;
}

body.hidden {
	overflow: hidden;
}

.page {
	position: relative;
}

.title {
	font-family: "Inter", sans-serif;
	font-size: 36px;
	line-height: 120%;
	color: #15161C;
}

.title.normal {
	font-size: 52px;
}

.title.regular {
	font-size: 72px;
}

.desc {
	font-family: "Inter", sans-serif;
	font-size: 14px;
	line-height: 150%;
	color: #15161C;
}

.desc.big {
	font-size: 16px;
}

b {
	font-weight: 700;
}

.letter-20 {
	letter-spacing: 20%;
}

.mob {
	display: none;
}

button, a {
	border: 0;
	outline: 0;
	cursor: pointer;
	transition: 0.3s;
	background: transparent;
	margin: 0;
	padding: 0;
}

.button {
	font-family: "Inter", sans-serif;
	font-size: 14px;
	line-height: 18px;
	font-weight: 700;
	color: #ffffff;
	transition: 0.3s;
	background: #6D5CFF;
	border-radius: 29px;
	position: relative;
	padding: 11px 24px;
	display: inline-flex;
	justify-content: center;
	text-align: center;
	align-items: center;
}

.button:hover {
	background: #6152DF;
	box-shadow: 0 10px 18px rgba(109, 78, 255, 0.35), 0 16px 30px
		rgba(109, 78, 255, 0.25);
}

.button.white {
	background: #fff;
	color: #15161C;
}

.button.white:hover {
	color: #6D5CFF;
	box-shadow: 0px 16px 24px 0px rgba(0, 0, 0, 0.2);
}

.button.bordered {
	background: transparent;
	border: 1px solid #6D5CFF;
	color: #15161C;
}

.button.bordered:hover {
	background: #6D5CFF;
	color: #fff;
}

.button.light {
	padding: 16px;
	border: 2px solid #e39f02;
	background: #e39f0233;
}

.button.light:hover {
	background: #e39f0280;
}

.wrapper {
	width: 100%;
	max-width: 1260px;
	margin: 0 auto;
}

.main {
	min-height: 70vh;
	overflow: hidden;
}
/* header */
.header {
	width: 100%;
	padding: 15px 16px;
	background: #F7F7F8;
}

.menu-icon {
	display: none;
}

.logo .img {
	width: 230px;
}

.header .button {
	align-items: center;
}

.header .nav {
	display: flex;
	gap: 64px;
}

.nav__item .desc {
	color: #15161C;
	font-weight: 600;
	font-size: 16px;
}

.nav__item .desc:hover {
	color: #15161C;
}

.nav__item a.desc {
	position: relative;
}

.nav__item a.desc::after {
	content: '';
	position: absolute;
	bottom: -10px;
	left: 50%;
	transform: translateX(-50%);
	width: 0;
	height: 2px;
	background: #6D5CFF;
	border-radius: 2px;
	transition: width 0.35s ease;
}

.nav__item a.desc:hover {
	color: #6D5CFF;
}

.nav__item a.desc:hover::after {
	width: 40px;
}

.header .wrapper {
	max-width: 1500px;
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 16px;
}

.intro-section {
	background: url('../assets/dotted-bg.png');
	padding-top: 103px;
	padding-bottom: 68px;
}

.intro-section .wrapper {
	max-width: 1342px;
}

.intro-section .title {
	text-align: center;
	text-transform: uppercase;
	font-size: 48px;
	font-weight: 800;
}

.intro-section .title span:first-child {
	background: linear-gradient(to right, #6D5CFF, #04D0D9);
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
	display: inline-block;
}

.intro-section .title span:last-child {
	background: linear-gradient(to right, #6D5CFF, #04D0D9);
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
	display: inline-block;
}

.intro-section .middle-text {
	color: #6D5CFF;
	font-weight: 400;
	font-size: 16px;
	text-align: center;
	padding: 48px 0px;
}

.intro-section .desc {
	text-align: center;
	font-weight: 400;
	font-size: 20px;
	line-height: 150%;
	position: relative;
}

.intro-section .desc img {
	width: 221px;
	position: absolute;
	right: -5%;
	bottom: -40px;
}

.intro-section .desc .wrapper {
	max-width: 908px;
}

.intro-section .buttons {
	display: flex;
	justify-content: center;
	gap: 20px;
	padding-top: 48px;
	padding-bottom: 120px;
	position: relative;
}

.intro-section .buttons img {
	position: absolute;
	max-width: 317px;
	z-index: -1;
	left: -15%;
	bottom: 0px;
}

.intro-section .buttons .button {
	padding: 19px 40px;
	font-size: 18px;
	font-weight: 600;
}

.intro-section .statistics {
	display: flex;
	justify-content: center;
}

.intro-section .statistics .item {
	border-left: 24px solid #fff;
	width: 444px;
	padding-left: 15px;
}

.intro-section .statistics .number {
	color: #15161C;
	font-size: 80px;
	font-weight: 200;
	padding-bottom: 8px;
	text-align: center;
}

.intro-section .statistics .desc {
	text-align: left;
	color: #5C6273;
	font-weight: 400;
	font-size: 16px;
	text-align: center;
}

.split-block {
	padding: 132px 0px;
	text-align: center;
	background: url(../assets/ellipse.png) no-repeat;
	background-position: center right;
}

.split-block .split {
	cursor: pointer;
}

.partners-section {
	padding-bottom: 119px;
}

.partners-section .desc {
	text-align: center;
	font-weight: 400;
	font-size: 20px;
	padding-bottom: 40px;
}

.partners-section .list {
	display: flex;
	gap: 10px;
}

.partners-section .list .item {
	width: 267px;
	height: 140px;
	display: flex;
	justify-content: center;
	align-items: center;
	background: #fff;
}

.partners-section .list img {
	max-width: 150px;
}

.what-we-do-section {
	padding-bottom: 160px;
}

.what-we-do-section .mouse {
	text-align: center;
	background: url(../assets/rectangle-dotted.png);
	background-repeat: no-repeat;
	background-size: 241px 105px;
	padding: 50px 0px;
}

.what-we-do-section i {
	cursor: pointer;
}

.what-we-do-section .hint {
	color: #6D5CFF;
	margin-bottom: 48px;
	text-align: center;
	font-weight: 400;
	font-size: 16px;
}

.what-we-do-section .title {
	text-align: center;
	padding-bottom: 48px;
}

.what-we-do-section .desc {
	text-align: center;
	font-weight: 400;
	font-size: 20px;
	line-height: 150%;
	padding-bottom: 84px;
}

.what-we-do-section .list {
	display: flex;
	gap: 20px;
	justify-content: space-between;
	position: relative;
}

.what-we-do-section .item {
	display: flex;
	width: 240px;
	flex-flow: column;
}

.what-we-do-section .item .icon {
	margin-bottom: 24px;
	position: relative;
	left: -35px;
	width: 56px;
	height: 56px;
	border-radius: 50%;
	display: flex;
	justify-content: center;
	align-items: center;
	position: relative;
}

.what-we-do-section .item .title {
	font-weight: 600;
	font-size: 20px;
	text-align: left;
	margin-bottom: 24px;
	padding-bottom: 0px;
}

.what-we-do-section .item .desc {
	font-weight: 400;
	font-size: 16px;
	text-align: left;
	padding-bottom: 0px;
}

.what-we-do-section .list img {
	width: 259px;
	position: absolute;
	right: -95px;
	z-index: -1;
}

.what-we-do-section .item:hover .title {
	color: #6D5CFF;
}

.what-we-do-section .item:hover .icon {
	background: linear-gradient(180deg, #6D5CFF 0%, #04D0D9 100%);
}

.what-we-do-section .item:hover .icon svg path {
	stroke: #fff;
}

.ecosystem-section {
	background-color: #E8E8EB80;
	padding: 160px 0px;
	text-align: center;
	background-image: url(../assets/eco-bg.png);
	background-size: contain;
	background-repeat: no-repeat;
	background-position: center;
}

.ecosystem-section .wrapper {
	max-width: 1400px;
}

.ecosystem-section .plot {
	margin-bottom: 48px;
	cursor: pointer;
}

.ecosystem-section .hint {
	color: #6D5CFF;
	font-size: 16px;
	font-weight: 400;
	margin-bottom: 48px;
}

.ecosystem-section .title {
	font-weight: 600;
	font-size: 36px;
	margin-bottom: 48px;
}

.ecosystem-section .desc {
	font-weight: 400;
	font-size: 20px;
	margin-bottom: 64px;
}

.ecosystem-section .list {
	display: flex;
	flex-flow: wrap;
	justify-content: center;
	gap: 20px;
}

.ecosystem-section .item {
	display: flex;
	width: 444px;
	border-radius: 6px;
	background: #6D5CFF;
	border: 1px solid #D1D2D6;
	padding: 20px 24px;
	align-items: center;
	gap: 16px;
}

.ecosystem-section .item:hover {
	background: #6152DF;
}

.ecosystem-section .item .desc {
	margin-bottom: 0px;
	font-weight: 600;
	font-size: 20px;
	color: #fff;
}

.how-section {
	padding: 160px 0px;
	background-color: #fff;
	background-image: url(../assets/how-bg.png);
	background-repeat: no-repeat;
	background-size: contain;
}

.how-section .hint {
	text-align: center;
	font-weight: 400;
	font-size: 16px;
	color: #6D5CFF;
	margin-bottom: 48px;
}

.how-section .title {
	font-weight: 600;
	font-size: 36px;
	text-align: center;
	margin-bottom: 48px;
	text-align: center;
}

.how-section .desc {
	font-weight: 400;
	font-size: 20px;
	margin-bottom: 64px;
	text-align: center;
}

.how-section .list {
	display: flex;
	justify-content: space-between;
	gap: 20px;
}

.how-section .item {
	width: 240px;
}

.how-section .item .number {
	width: 56px;
	height: 56px;
	border-radius: 50%;
	background: #6D5CFF;
	color: #fff;
	display: flex;
	align-items: center;
	justify-content: center;
	font-size: 20px;
	font-weight: 600;
	margin-bottom: 24px;
	position: relative;
	left: -30px;
}

.how-section .item .title {
	font-weight: 600;
	font-size: 20px;
	margin-bottom: 24px;
	text-align: left;
}

.how-section .item .desc {
	font-weight: 400;
	font-size: 16px;
	text-align: left;
}

.why-section {
	background-image: url(../assets/why-bg.png);
	background-position: center right;
	background-repeat: no-repeat;
	background-size: 90%;
	padding: 160px 0px;
}

.why-section .hint {
	text-align: center;
	font-weight: 400;
	font-size: 16px;
	color: #6D5CFF;
	margin-bottom: 48px;
}

.why-section .title {
	font-weight: 600;
	font-size: 36px;
	text-align: center;
	margin-bottom: 64px;
	text-align: center;
}

.why-section .list {
	display: flex;
	flex-flow: column;
	align-items: center;
}

.why-section .list .item {
	display: flex;
	align-items: center;
	gap: 24px;
	margin-bottom: 24px;
	min-width: 280px;
}

.why-section .item .desc {
	font-weight: 600;
	font-size: 20px;
}

.contacts-section {
	background-image: url('../assets/dotted-bg.png');
	padding: 53px 0px;
}

.contacts-section .wrapper {
	background: linear-gradient(101.47deg, #6D5CFF 51.03%, #04D0D9 106.53%);
	max-width: 1372px;
	border-radius: 24px;
	padding: 120px 0px;
	text-align: center;
	position: relative;
}

.contacts-section .title {
	margin-bottom: 24px;
	font-weight: 600;
	font-size: 36px;
	color: #fff;
}

.contacts-section .desc {
	margin-bottom: 48px;
	font-weight: 400;
	font-size: 20px;
	color: #fff;
}

.contacts-section .button {
	padding: 19px 40px;
	font-size: 18px;
}

.at-sign {
	position: relative;
	left: -10%;
	top: -250px;
	z-index: -1;
	margin-bottom: -250px;
}

.at-sign img {
	width: 294px;
}

.contacts-section .dotted {
	width: 221px;
	position: absolute;
	top: 30%;
	right: -20%;
}

.footer {
	padding: 44px 16px;
	background: #F7F7F8;
}

.footer .wrapper {
	max-width: 1380px;
	display: flex;
	align-items: flex-start;
	justify-content: space-between;
	gap: 24px;
	flex-flow: column;
}

.footer .row {
	display: flex;
	justify-content: space-between;
	width: 100%;
}

.footer a {
	padding-bottom: 5px;
}

.footer .row:first-child a {
	color: #15161C;
	font-weight: 400;
	font-size: 16px;
	margin-right: 40px;
}

.footer .row:first-child a:last-child {
	margin-right: 0px;
}

.footer .row:first-child a svg {
	margin-right: 10px;
}

.footer a:hover {
	color: #6D5CFF !important;
	border-bottom: 1px solid #6D5CFF;
}

.footer a:hover svg path {
	stroke: #6D5CFF;
}

.footer .row:nth-child(2) a {
	font-weight: 400;
	font-size: 14px;
	color: #5C6273;
	margin-right: 10px;
}

.footer .row:nth-child(2) a:last-child {
	margin-right: 0px;
}

.footer .row:nth-child(2) span {
	display: inline-block;
	margin-right: 10px;
}

.footer .row .info {
	font-weight: 400;
	font-size: 16px;
	color: #5C6273;
	display: flex;
	gap: 71px;
	align-items: baseline;
}

.footer .row .info div {
	display: flex;
	align-items: center;
	line-height: 22px;
}

.footer .row .info a {
	font-size: 16px;
	color: #6D5CFF;
}

.footer .row .info svg {
	margin-right: 8px;
}

input, select, textarea {
	font-family: "Inter", sans-serif;
	background: #1c2335;
	border-radius: 12px;
	border: 1px solid #282f41;
	color: #fff;
	font-weight: 300;
	font-size: 12px;
	line-height: 24px;
	padding: 8px 14px;
	outline: 0;
	width: 100%;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	margin: 0;
}

select {
	background-image: url("../assets/caret.svg");
	background-repeat: no-repeat;
	background-position: top 50% right 14px;
	background-size: 10px;
	padding-right: 32px;
}

textarea {
	resize: none;
}

input::placeholder {
	color: #5a647b;
}

select:has(option:checked:disabled) {
	color: #5a647b;
}

.form-section .form label .desc+input, .form-section .form label .desc+select,
	.form-section .form label .desc+textarea {
	margin-top: 6px;
}

.form-section .form label {
	width: calc(50% - 10px);
}

.form-section .form label.full {
	margin-bottom: 13px;
	width: 100%;
}

.form-section .right-desc {
	width: 100%;
}

.form-section .checkbox+.right-desc {
	margin-top: 10px;
}

.form-section label.last {
	margin-top: 10px;
}

.form-section .checkbox {
	display: flex;
	align-items: center;
	gap: 10px;
	cursor: pointer;
	position: relative;
}

.form-section .checkbox input {
	width: 24px;
	height: 24px;
	background: #1c2335;
	border-radius: 4px;
	border: 1px solid #282f41;
	padding: 0;
}

.form-section .checkbox .desc {
	flex: 1;
}

.form-section .checkbox input+.desc:after {
	content: "";
	width: 12px;
	height: 12px;
	background-image: url("../assets/check.svg");
	background-size: contain;
	position: absolute;
	left: 6px;
	top: 50%;
	transform: translateY(-50%);
	opacity: 0;
	transition: 0.3s;
}

.form-section .checkbox input:checked+.desc:after {
	opacity: 1;
}

.form-section .checkbox.full+.checkbox.full {
	margin-top: 16px;
}

.form-section .form .button {
	margin-top: 26px;
	width: 100%;
}

.success-modal {
	position: fixed;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	display: flex;
	align-items: center;
	justify-content: center;
	z-index: 10;
}

.success-modal .close {
	position: absolute;
	right: 18px;
	top: 18px;
	width: 16px;
	transition: 0.3s;
}

.success-modal .close:hover {
	filter: brightness(0) invert(1);
}

.success-modal .close img {
	width: 100%;
}

.success-modal .wrapper {
	border-radius: 12px;
	background: #0d1426;
	border: 1px solid #282f41;
	padding: 132px 16px;
	position: relative;
	text-align: center;
	max-height: 100vh;
	overflow: auto;
}

.success-modal .title {
	text-transform: uppercase;
	color: #fff;
}

.success-modal .desc {
	font-weight: 300;
	color: #fff;
	margin-top: 36px;
}

.success-modal .overlay {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background: #0b101d99;
}

.text-section::after {
	display: none;
}

.text-section .wrapper {
	max-width: 1500px;
	padding-left: 60px;
	padding-right: 60px;
}

/* На юридических страницах (Privacy/Terms/Cookie Notice) шапка и футер
   выравниваются по той же ширине, что и текстовый контент.
   Ниже 1280px их всё равно перекрывает общее правило .wrapper с !important. */
.legal-page .header .wrapper,
.legal-page .footer .wrapper {
	max-width: 1500px;
	padding-left: 40px;
	padding-right: 40px;
}

.text-section .letter-20 {
	font-weight: bold;
	padding: 20px 0px;
	letter-spacing: 0;
}

.text-section .title {
	color: #0b101d;
}

.text-section .desc {
	margin-top: 16px;
}

.text-section .desc p {
	margin-bottom: 16px;
}

.text-section .desc a {
	color: #e39f02;
	text-decoration: underline;
}

.text-section .desc .list {
	margin: 0 0 16px;
	padding-left: 20px;
}

.text-section .desc .list li {
	list-style: disc;
	line-height: 150%;
	margin-bottom: 8px;
	font-size: 16px;
}

.text-section .desc .table-wrap {
	overflow-x: auto;
	margin-bottom: 20px;
	font-size: 16px;
}

.text-section .desc table {
	width: 100%;
	min-width: 640px;
	border-collapse: collapse;
}

.text-section .desc table th,
.text-section .desc table td {
	text-align: left;
	vertical-align: top;
	padding: 10px 12px;
	border: 1px solid #E4E4E7;
	font-size: 16px;
	line-height: 150%;
}

.text-section .desc table th {
	font-weight: 600;
	background: #F7F7F8;
}

/* Cookie Consent Modal */
.cookie-consent {
	position: fixed;
	bottom: 16px;
	right: 16px;
	left: 16px;
	margin: 0 auto;
	z-index: 10000;
	background-color: #ffffff;
	border-radius: 12px;
	box-shadow: 0 0 20px rgba(15, 23, 42, 0.1);
	padding: 24px;
	transform: translateY(0);
	transition: transform 0.4s cubic-bezier(0.4, 0, 0.2, 1), opacity 0.4s
		ease-in-out;
	opacity: 1;
	animation: slideUpCookie 0.1s cubic-bezier(0.4, 0, 0.2, 1);
	max-width: 420px;
}

.cookie-consent .button.light,
.cookie-modal .button.light {
	color: #e39f02;
}

@keyframes slideUpCookie {
	from {
		transform: translateY(100%);
		opacity: 0;
	}

	to {
		transform: translateY(0);
		opacity: 1;
	}
}

.cookie-consent[hidden] {
	display: none !important;
	animation: none !important;
}

.cookie-consent-content {
	display: flex;
	flex-direction: column;
	gap: 20px;
}

.cookie-consent-text {
	display: flex;
	flex-direction: column;
	gap: 8px;
}

.cookie-consent-title {
	margin: 0;
	font-family: "Inter", sans-serif;
	font-size: 18px;
	font-weight: 600;
	color: #15161C;
	line-height: 1.4;
}

.cookie-consent-description {
	margin: 0;
	font-family: "Inter", sans-serif;
	font-size: 14px;
	font-weight: 400;
	color: #64748b;
	line-height: 1.5;
}

.cookie-consent-link {
	color: #e39f02;
	text-decoration: underline;
}

.cookie-consent-buttons {
	display: flex;
	flex-direction: column;
	gap: 10px;
}

.cookie-consent-buttons .button {
	width: 100%;
	padding: 12px;
	font-size: 14px;
}

.cookie-consent-buttons-row {
	display: flex;
	gap: 10px;
}

.cookie-consent-buttons-row .button {
	flex: 1;
}

.cookie-consent .button.bordered {
	
}

@media screen and (max-width: 500px) {
	.cookie-consent {
		left: 8px;
		right: 8px;
		bottom: 8px;
		padding: 20px;
	}

	.cookie-consent-buttons-row {
		flex-direction: column;
	}

	.cookie-modal {
		left: 8px;
		right: 8px;
		bottom: 8px;
	}
}

/* Cookie Preferences Modal — same floating card as the consent banner, just wider */
.cookie-modal {
	position: fixed;
	bottom: 16px;
	right: 16px;
	left: 16px;
	margin: 0 auto;
	z-index: 10001;
	max-width: 640px;
	max-height: calc(100vh - 32px);
	overflow-y: auto;
	background-color: #ffffff;
	border-radius: 12px;
	box-shadow: 0 0 20px rgba(15, 23, 42, 0.1);
	transform: translateY(0);
	transition: transform 0.4s cubic-bezier(0.4, 0, 0.2, 1), opacity 0.4s
		ease-in-out;
	opacity: 1;
	animation: slideUpCookie 0.1s cubic-bezier(0.4, 0, 0.2, 1);
}

.cookie-modal[hidden] {
	display: none !important;
	animation: none !important;
}

.cookie-modal-close {
	position: absolute;
	top: 20px;
	right: 20px;
	z-index: 3;
	display: grid;
	place-items: center;
	width: 24px;
	height: 24px;
	padding: 0;
	border: 0;
	background: transparent;
	color: #5c6273;
	cursor: pointer;
}

.cookie-modal-close:hover path {
	color: rgba(109, 92, 255, 1);
}

.cookie-modal-close:focus-visible {
	outline: 2px solid #6d5cff;
	outline-offset: 2px;
	border-radius: 4px;
}

.cookie-modal__body {
	padding: 28px 24px 24px;
	display: flex;
	flex-direction: column;
	gap: 14px;
}

.cookie-modal__title {
	margin: 0;
	font-family: "Inter", sans-serif;
	font-size: 18px;
	font-weight: 600;
	color: #15161C;
	line-height: 1.3;
	padding-right: 20px;
}

.cookie-modal__desc {
	margin: 0;
	font-family: "Inter", sans-serif;
	font-size: 13px;
	font-weight: 400;
	color: #5c6273;
	line-height: 1.5;
}

.cookie-modal__categories {
	display: flex;
	flex-direction: column;
	gap: 8px;
}

.cookie-category {
	padding: 10px 12px;
	border: 1px solid #E4E4E7;
	border-radius: 12px;
	background: #F7F7F8;
}

.cookie-category__header {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 12px;
}

.cookie-category__name {
	font-family: "Inter", sans-serif;
	font-size: 13px;
	font-weight: 600;
	color: #15161C;
}

.cookie-category__desc {
	margin: 4px 0 0;
	font-family: "Inter", sans-serif;
	font-size: 12px;
	font-weight: 400;
	color: #5c6273;
	line-height: 1.4;
}

.cookie-category__control {
	display: flex;
	align-items: center;
	gap: 10px;
	flex-shrink: 0;
}

.cookie-category__always {
	font-family: "Inter", sans-serif;
	font-size: 12px;
	font-weight: 600;
	color: #6D5CFF;
	white-space: nowrap;
}

.cookie-toggle {
	position: relative;
	display: inline-block;
	width: 34px;
	height: 20px;
	flex-shrink: 0;
	cursor: pointer;
}

.cookie-toggle input {
	position: absolute;
	inset: 0;
	opacity: 0;
	margin: 0;
	cursor: pointer;
}

.cookie-toggle__slider {
	position: absolute;
	inset: 0;
	background: #D1D2D6;
	border-radius: 999px;
	transition: background-color 0.2s ease;
	pointer-events: none;
}

.cookie-toggle__slider::before {
	content: "";
	position: absolute;
	top: 2px;
	left: 2px;
	width: 16px;
	height: 16px;
	background: #ffffff;
	border-radius: 50%;
	transition: transform 0.2s ease;
	box-shadow: 0 1px 2px rgba(0, 0, 0, 0.2);
}

.cookie-toggle input:checked + .cookie-toggle__slider {
	background: #6D5CFF;
}

.cookie-toggle input:checked + .cookie-toggle__slider::before {
	transform: translateX(14px);
}

.cookie-toggle input:focus-visible + .cookie-toggle__slider {
	outline: 2px solid #6d5cff;
	outline-offset: 2px;
}

.cookie-toggle input:disabled {
	cursor: not-allowed;
}

.cookie-toggle input:disabled + .cookie-toggle__slider {
	opacity: 0.6;
}

.cookie-toggle:has(input:disabled) {
	cursor: not-allowed;
}

.cookie-modal__footer {
	display: flex;
	flex-direction: column;
	gap: 12px;
	padding-top: 4px;
	border-top: 1px solid #E4E4E7;
}

.cookie-modal__link {
	font-family: "Inter", sans-serif;
	font-size: 12px;
	color: #6D5CFF;
	text-decoration: underline;
	align-self: flex-start;
}

.cookie-modal__buttons {
	display: flex;
	flex-direction: column;
	gap: 8px;
}

.cookie-modal__buttons .button {
	width: 100%;
	padding: 10px;
	font-size: 13px;
}

.cookie-modal__buttons-row {
	display: flex;
	gap: 8px;
}

.cookie-modal__buttons-row .button {
	flex: 1;
}

@media screen and (max-width: 360px) {
	.cookie-modal__buttons-row {
		flex-direction: column;
	}
}

.burger {
	cursor: pointer;
	display: none;
	width: 40px;
	padding: 0;
}

.burger div {
	background: #15161C;
	margin-bottom: 5px;
	width: 100%;
    height: 7px;
    transition: transform 0.25s ease, opacity 0.25s ease;
}

.mob-nav-overlay {
	position: fixed;
	inset: 0;
	z-index: 1000;
	background: rgba(21, 22, 28, 0.45);
	opacity: 0;
	visibility: hidden;
	transition: opacity 0.3s ease, visibility 0.3s ease;
}

.mob-nav-overlay.is-open {
	opacity: 1;
	visibility: visible;
}

.mob-nav {
	display: flex;
	flex-direction: column;
	background: #F7F7F8;
	position: fixed;
	top: 0;
	right: 0;
	width: 300px;
	max-width: 85vw;
	height: 100%;
	z-index: 1001;
	padding: 88px 28px 32px;
	box-shadow: -16px 0 48px rgba(0, 0, 0, 0.12);
	overflow-y: auto;
	visibility: hidden;
	transform: translateX(100%);
	transition: transform 0.35s cubic-bezier(0.4, 0, 0.2, 1), visibility 0.35s;
}

.mob-nav.is-open {
	visibility: visible;
	transform: translateX(0);
}

.mob-nav .nav {
	flex-flow: column;
	gap: 4px;
}

.mob-nav .nav__item .desc {
	display: block;
	padding: 14px 6px;
	font-size: 18px;
	border-bottom: 1px solid #E4E4E7;
}

.mob-nav .nav__item .desc::after {
	display: none;
}

.mob-nav__cta {
	width: 100%;
	margin-top: 24px;
	padding: 14px;
}

.mob-nav .langs {
	margin-top: auto;
	padding-top: 20px;
	display: flex;
	gap: 20px;
	border-top: 1px solid #E4E4E7;
}

.mob-nav .langs a {
	color: #5c6273;
    font-weight: 600;
    font-size: 16px;
}

.mob-nav .langs a.is-active {
	color: #6D5CFF;
}

.mob-nav .close__btn {
	position: absolute;
    top: 24px;
    right: 24px;
    width: 24px;
    height: 24px;
}

.mob-nav .close__btn svg {
	width: 24px;
    height: 24px;
}

.burger.is-active div:nth-child(1) {
	transform: translateY(6px) rotate(45deg);
}

.burger.is-active div:nth-child(2) {
	opacity: 0;
}

.burger.is-active div:nth-child(3) {
	transform: translateY(-6px) rotate(-45deg);
}

#overlay .pop {
	background: #fff;
	max-width: 90%;
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
	padding: 60px 50px 50px 50px;
	border-radius: 6px;
	display: none;
}

#overlay .pop .close {
	position: absolute;
	right: 25px;
	top: 20px;
	width: 32px;
	height: 32px;
	opacity: 0.3;
	cursor: pointer;
}

#overlay .pop .close:hover {
	opacity: 1;
}

#overlay .pop .close:before, .close:after {
	position: absolute;
	left: 15px;
	content: " ";
	height: 33px;
	width: 2px;
	background-color: #333;
}

#overlay .pop .close:before {
	transform: rotate(45deg);
}

#overlay .pop .close:after {
	transform: rotate(-45deg);
}

#overlay .pop .message {
	line-height: 28px;
	text-align: center;
	font-size: 18px;
}

.text-section .title.small {
	font-size: 20px;
	margin: 13px 0px;
	font-weight: 600;
}

.text-section p {
	line-height: 20px;
	margin-bottom: 10px;
	display: block;
	width: 100%;
	text-align: justify;
	font-size: 16px;
}

.lang-gap {
	display: flex;
	gap: 15px;
}

.lang-switcher {
	position: relative;
	width: 77px;
	height: 32px;
	overflow: visible;
}

.lang-switcher__trigger {
	position: relative;
	z-index: 2;
	display: flex;
	align-items: center;
	gap: 2px;
	width: 56px;
	height: 24px;
	margin: 8px 0 0 15px;
	padding: 0;
	background: transparent;
	font: 400 14px/1.5 Inter, system-ui, sans-serif;
	color: #5c6273;
}

.lang-switcher__label {
	display: block;
	width: 20px;
	text-align: left;
}

.lang-switcher__chevron {
	flex-shrink: 0;
	color: #525252;
}

.lang-switcher::before {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	width: 77px;
	height: 77px;
	border-radius: 12px;
	background: #ffffff;
	box-shadow: 0 4px 12px rgba(0, 0, 0, 0.12);
	opacity: 0;
	transition: opacity 0.2s ease;
	pointer-events: none;
}

.lang-switcher:hover::before, .lang-switcher:focus-within::before {
	opacity: 1;
}

.lang-switcher__dropdown {
	position: absolute;
	top: 40px;
	left: 8px;
	z-index: 3;
	width: 61px;
	margin: 0;
	padding: 0;
	list-style: none;
	opacity: 0;
	visibility: hidden;
	transition: opacity 0.2s ease, visibility 0.2s ease;
}

.lang-switcher:hover .lang-switcher__dropdown, .lang-switcher:focus-within .lang-switcher__dropdown
	{
	opacity: 1;
	visibility: visible;
}

.lang-switcher__option {
	display: block;
	width: 61px;
	height: 29px;
	padding: 4px 7px;
	border: 0;
	border-radius: 4px;
	cursor: pointer;
	font: 400 14px/1.5 Inter, system-ui, sans-serif;
	color: #5c6273;
	text-align: left;
	text-decoration: none;
	transition: color 0.15s ease, background-color 0.15s ease;
}

.lang-switcher__option:hover, .lang-switcher__option:focus-visible {
	outline: none;
	color: #fff;
	background: #6D5CFF;
}

.modal-overlay {
	position: fixed;
	inset: 0;
	z-index: 1000;
	display: grid;
	place-items: center;
	padding: 24px;
	background: rgba(170, 173, 181, 0.48);
	backdrop-filter: blur(46px);
	-webkit-backdrop-filter: blur(46px);
}

.modal-overlay[hidden] {
	display: none;
}

.modal {
	position: relative;
	width: min(1140px, 100%);
	background: #f7f7f8;
	border-radius: 24px;
	box-shadow: 0 12px 64px rgba(0, 0, 0, 0.12);
	overflow: hidden;
}

.modal__close {
	position: absolute;
	top: 20px;
	right: 20px;
	z-index: 3;
	display: grid;
	place-items: center;
	width: 24px;
	height: 24px;
	padding: 0;
	border: 0;
	background: transparent;
	color: #5c6273;
	cursor: pointer;
}

.modal__close:hover path {
	color: rgba(109, 92, 255, 1);
}

.modal__close:focus-visible {
	outline: 2px solid #6d5cff;
	outline-offset: 2px;
	border-radius: 4px;
}

.modal__body {
	display: grid;
	grid-template-columns: 570px 1fr;
	min-height: 515px;
}

.modal__info {
	padding: 48px 64px;
	background: linear-gradient(101.47deg, #6D5CFF 51.03%, #04D0D9 106.53%);
	border-radius: 24px 0 0 24px;
	display: flex;
	flex-direction: column;
	justify-content: space-between;
}

.modal__title {
	margin: 0;
	max-width: 328px;
	font-size: 36px;
	font-weight: 600;
	line-height: 1.2;
	color: #ffffff;
}

.modal__contacts {
	margin: 0;
	padding: 0;
	list-style: none;
	display: flex;
	flex-direction: column;
	gap: 25px;
}

.modal__contact {
	display: flex;
	align-items: center;
	gap: 16px;
	font-size: 16px;
	line-height: 1.5;
	color: #ffffff;
}

.modal__contact a {
	color: inherit;
	text-decoration: none;
}

.modal__contact a:hover {
	text-decoration: underline;
}

.modal__contact-icon {
	flex-shrink: 0;
}

.modal__form {
	position: relative;
	padding: 48px 63px;
	display: flex;
	flex-direction: column;
	gap: 16px;
	align-items: stretch;
}

.field {
	position: relative;
	display: block;
}

.field--sm {
	height: 40px;
}

.field--lg {
	height: 143px;
}

.field__icon {
	position: absolute;
	top: 8px;
	left: 8px;
	color: #5c6273;
	pointer-events: none;
}

.field__input {
	width: 100%;
	height: 100%;
	padding: 11px 16px 11px 40px;
	border: 1px solid #d1d2d6;
	background: #e8e8eb;
	font: 400 14px/1.2 Inter, system-ui, sans-serif;
	color: #1a1a1a;
	outline: none;
	transition: border-color 0.15s ease, background-color 0.15s ease;
}

.field--sm .field__input {
	border-radius: 32px;
}

.field--lg .field__input {
	border-radius: 16px;
}

.field__textarea {
	resize: none;
	padding-top: 11px;
}

.field__input::placeholder {
	color: #5c6273;
}

.field__input:focus {
	border-color: #6d5cff;
	background: #f0f0f2;
}

.modal__captcha {
	margin-top: 24px;
}

.modal__captcha-box {
	width: 302px;
	height: 76px;
	border: 1px solid #d1d2d6;
	border-radius: 4px;
	background: #fafafa;
}

.modal__submit {
	align-self: flex-end;
	margin-top: 8px;
	min-width: 101px;
	height: 49px;
	padding: 0 24px;
	border: 0;
	border-radius: 29.5px;
	background: linear-gradient(90deg, #04d0d9 0%, #6d5cff 100%);
	color: #ffffff;
	font: 600 16px/1.5 Inter, system-ui, sans-serif;
	cursor: pointer;
	transition: filter 0.15s ease;
}

.modal__submit:hover {
	filter: brightness(1.05);
}

.modal__submit:focus-visible {
	outline: 2px solid #6d5cff;
	outline-offset: 2px;
}

.modal__form .send__block {
	display: flex;
    justify-content: space-between;
    align-items: center;
}

.modal__form .send__block .button {
	width: 101px;
	height: 40px;
}

.modal .messages__wrapper {
	position: absolute;
    background: #F7F7F8;
    width: 100%;
    height: 80%;
    top: 48px;
    left: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    z-index: -1;
    opacity: 0;
}
.modal .messages__wrapper .message {
	font-size: 20px;
    line-height: 28px;
    display: none;
}

@media screen and (max-width: 1280px) {
	.wrapper {
		padding-right: 20px !important;
		padding-left: 20px !important;
	}
	.contacts-section .wrapper {
		max-width: 95%;
	}
	.what-we-do-section .item .icon {
		left: -15px;
	}
	.how-section .item .number {
		left: -5px;
	}
}

@media ( max-width : 1024px) {
	.modal__body {
		grid-template-columns: 1fr;
		min-height: auto;
	}
	.modal__info {
		border-radius: 24px 24px 0 0;
		gap: 48px;
	}
	.modal__form {
		padding: 32px 24px 40px;
	}
	.modal__submit {
		align-self: stretch;
	}
}

@media screen and (max-width: 900px) {
	.intro-section .desc img {
		z-index: -1;
	}
	.ecosystem-section .item {
		width: 100%;
	}
	header .center,
	header .lang-gap {
		display: none;
	}
	.burger {
		display: block;
	}
}

@media screen and (max-width: 810px) {
	.intro-section .statistics .item {
		padding-left: 5px;
	}
	.split-block {
		padding: 60px 0px;
	}
	.what-we-do-section {
		padding-bottom: 60px;
	}
	.ecosystem-section {
		padding: 60px 0px 100px 0px;
	}
	.how-section {
	    padding: 60px 0px 0px 0px;
	}
	.why-section {
		padding: 60px 0px;
	}
	.footer .row {
		flex-flow: column;
		gap: 20px;
	}
	.footer .row:last-child {
		flex-flow: column-reverse;
	}
	.footer .logo img {
		width: 150px;
	}
	.footer .info {
		gap: 20px !important;
		align-items: flex-start !important;
	    flex-flow: column-reverse;
	}
}

@media screen and (max-width: 620px) {
	.intro-section {
		padding-top: 40px;
	}	
	.intro-section .buttons {
		padding-bottom: 80px;
	}
	.intro-section .statistics .number {
		font-size: 52px;
	}
	.partners-section .list {
		flex-flow: column;
	    justify-content: center;
	    align-items: center;
	}
	.what-we-do-section .list {
		flex-flow: column;
	}
	.what-we-do-section .item {
		width: 100%;
	}
	.how-section .list {
		flex-flow: column;
	}
	.how-section .item {
		width: 100%;
	}
	.how-section .item .desc {
		margin-bottom: 20px;
	}
	.why-section {
		background-size: 100%;
	}
}

@media screen and (max-width: 500px) {
	.intro-section .title {
		font-size: 34px;
	}
	.intro-section .buttons {
		flex-flow: column;
	}
	.intro-section .statistics .item {
		border-left: 18px solid #fff;
		width: 100%;
	}
	.footer .nav {
		display: flex;
		flex-flow: wrap;
		gap: 10px;
	}
	.intro-section .statistics .number {
		font-size: 34px;
	}
	.contacts-section .dotted {
		display: none;
	}
	.modal {
		width: 100%;
	}
	.modal__info {
		padding: 48px 30px;
	}
	.modal__title {
		max-width: 290px;
        font-size: 28px;
	}
	.modal__contacts {
		max-width: 290px;
	}
	.burger {
		width: 30px;
	}
	.burger div {
		height: 4px;
	}
}