* {
	margin: 0;
	padding: 0;
	box-sizing: border-box;
}

:root {
	--resizer: 1440;
}

body {
	width: 100%;
	min-height: 100%;
	font-family: "Inter", sans-serif;
	background: #fff;
}

a {
	text-decoration: none;
}

.container {
	margin: 0 auto;
	width: 100%;
	max-width: calc(1290vw / var(--resizer) * 100);
}

.header {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	z-index: 99;
}

.header .row {
	display: flex;
	justify-content: space-between;
	align-items: center;
	padding: calc(23vw / var(--resizer) * 100) 0 calc(13vw / var(--resizer) * 100) 0;
	border-bottom: calc(2vw / var(--resizer) * 100) solid rgba(255, 255, 255, 0.1);
}

.header .logo {
	position: relative;
	z-index: 15;
	margin: 0 calc(30vw / var(--resizer) * 100) calc(10vw / var(--resizer) * 100) 0;
	height: calc(35vw / var(--resizer) * 100);
	width: auto;
	transition: all 0.4s ease-in-out;
}

.header .logo p {
	width: inherit;
	height: inherit;
}

.header .logo:hover {
	transform: scale(1.05);
}

.header .logo img {
	height: 100%;
	width: auto;
}

.header nav {
	display: flex;
	align-items: center;
}

.header ul {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	list-style: none;
}

.header ul li {
	margin: 0 0 calc(10vw / var(--resizer) * 100) calc(20vw / var(--resizer) * 100);
	font-style: normal;
	font-weight: 400;
	font-size: calc(14vw / var(--resizer) * 100);
	line-height: calc(17vw / var(--resizer) * 100);
	color: #233166;
	transition: all 0.4s linear;
}

.header__wrapper {
	position: relative;
	display: flex;
	justify-content: center;
	align-items: center;
	gap: 10px;
	z-index: 15;
}

.header__buttons {
	display: flex;
	justify-content: center;
	align-items: center;
	gap: 20px;
}

.header__buttons a {
	padding: calc(13vw / var(--resizer) * 100) calc(36vw / var(--resizer) * 100);
	border-radius: calc(19vw / var(--resizer) * 100);
	background: transparent;
	box-shadow: 0px 4px 6px 0px rgba(255, 255, 255, 0.31) inset;
	display: flex;
	justify-content: center;
	border: 1px solid #fe5389;
	align-items: center;
	color: var(--White, #233166);
	font-size: calc(18vw / var(--resizer) * 100);
	font-style: normal;
	font-weight: 400;
	line-height: 160%;
	transition: all 0.3s ease;
}

.header__buttons a:last-child {
	background: linear-gradient(94deg, #3959d9 0.45%, #fc4665 100%);
	border: none;
	color: #fff;
}

.header__buttons a:hover {
	transform: scale(1.05);
}

.burger__content {
	opacity: 0;
	visibility: hidden;
	padding: 15px;
	display: flex;
	flex-direction: column;
	justify-content: end;
	position: fixed;
	top: -100px;
	left: 0;
	width: 100%;
	height: 180px;
	z-index: 10;
	background: url("../img/mob-2.png") center / cover no-repeat;
	background-color: #0d0d0d;

	transition: all 0.3s ease;
}

.burger__language {
	border-bottom: 1px solid #e3e8ff;
	padding: 0 0 15px 0;
	display: flex;
	align-items: center;
	justify-content: end;
	gap: 15px;
	color: #233166;
	font-size: 14px;
	font-style: normal;
	font-weight: 500;
	line-height: normal;
}

.burger__link {
	margin: 15px 0 0 0;
	display: inline-block;
	color: #233166;
	font-size: 16px;
	font-style: normal;
	font-weight: 600;
	line-height: normal;
}

.burger__content.active {
	opacity: 1;
	visibility: visible;
	top: 0;
}

.flag {
	margin: 0 0 calc(10vw / var(--resizer) * 100) calc(26vw / var(--resizer) * 100);
	width: calc(26vw / var(--resizer) * 100);
	height: calc(18vw / var(--resizer) * 100);
}

.flag img {
	width: inherit;
	height: inherit;
}

.header ul li:hover {
	color: #fecf6c;
}

.header ul a {
	color: inherit;
}

.header.burger {
	display: none;
}

.wrapper {
	display: flex;
	flex-direction: column;
}

.inner {
	position: relative;
	width: 100%;
	min-height: 100vh;
}

.inner.no::before {
	/*background: none;*/
	background: url("../img/bg.webp") top / cover no-repeat;
	background-position: center;
	border-radius: 80px;
	top: 110px;
	bottom: 0;
	height: auto;
	left: 15px;
	right: 15px;
	width: auto;
}

.inner::before {
	content: "";
	position: absolute;
	top: -5%;
	left: 0;
	width: 100%;
	height: 150%;
	background: url("../img/intro.png") top / cover no-repeat;
	z-index: -1;
}

.inner .container {
	min-height: inherit;
}

.inner .row {
	display: flex;
	justify-content: center;
	flex-direction: column;
	align-items: center;
	/*min-height: inherit;*/
	min-height: 80vh;
	max-width: calc(931vw / var(--resizer) * 100);
}

.inner .row h1 {
	margin: 0 0 calc(35vw / var(--resizer) * 100) 0;
	font-style: normal;
	font-weight: 800;
	font-size: calc(96vw / var(--resizer) * 100);
	line-height: calc(85vw / var(--resizer) * 100);
	color: #233166;
	align-self: flex-start;
	zoom: 50%;
	-ms-zoom: 0.5;
	-webkit-zoom: 0.5;
	-moz-transform: scale(0.5, 0.5);
	-moz-transform-origin: left center;
}

.inner .row p {
	margin: 0 0 calc(35vw / var(--resizer) * 100) 0;
	font-style: normal;
	font-weight: 400;
	font-size: calc(18vw / var(--resizer) * 100);
	line-height: 160%;
	color: #233166;
	align-self: flex-start;
}

.inner .row .button {
	display: flex;
	justify-content: center;
	align-items: center;
	padding: calc(23vw / var(--resizer) * 100) calc(73vw / var(--resizer) * 100);
	border-radius: 19px;
	background: linear-gradient(94deg, #3959d9 0.45%, #fc4665 100%), linear-gradient(94deg, #ff649c 0.45%, #f90833 100%);
	box-shadow: 0px 4px 6px 0px rgba(255, 255, 255, 0.31) inset;
	align-self: flex-start;
	transition: all 0.4s ease-in-out;
}

.inner .row .button:hover {
	transform: scale(1.05);
}

.inner .row .button span {
	font-style: normal;
	font-weight: 400;
	font-size: calc(18vw / var(--resizer) * 100);
	line-height: 160%;
	color: #fff;
}

.content {
	padding: 0 0 calc(80vw / var(--resizer) * 100) 0;
}

.content .img-text {
	width: 48%;
	font-size: 0;
	line-height: 0;
}

.content .img-text img {
	width: 100%;
	height: 100%;
}

.content .head .img-text {
	width: 100%;
}

.content .row {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}

.content .head {
	width: 48%;
}

.content .head h2,
.content .head h3,
.menu__title {
	width: 100%;
}

.content h2 {
	margin: 0 0 calc(60vw / var(--resizer) * 100) 0;
	width: 48%;
	font-style: normal;
	font-weight: 800;
	font-size: calc(64vw / var(--resizer) * 100);
	line-height: 87.02%;
	color: #233166;
}

.content strong {
	margin: 0 0 calc(60vw / var(--resizer) * 100) 0;
	width: 48%;
	font-style: normal;
	font-weight: 800;
	font-size: calc(64vw / var(--resizer) * 100);
	line-height: 87.02%;
	color: #233166;
}

.content h3,
.menu__title {
	margin: 0 0 calc(40vw / var(--resizer) * 100) 0;
	width: 100%;
	font-style: normal;
	font-weight: 800;
	font-size: calc(44vw / var(--resizer) * 100);
	line-height: 87.02%;
	color: #233166;
}

.content .block {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}

.content .text {
	margin: 0 0 calc(30vw / var(--resizer) * 100) 0;
	width: 48%;
}

.content p {
	margin: 0 0 calc(30vw / var(--resizer) * 100) 0;
	width: 100%;
	font-style: normal;
	font-weight: 400;
	font-size: calc(16vw / var(--resizer) * 100);
	line-height: calc(26vw / var(--resizer) * 100);
	color: #4e5985;
}

.content ol,
.content ul {
	margin: 0 0 calc(30vw / var(--resizer) * 100) 0;
	padding: 0 0 0 calc(20vw / var(--resizer) * 100);
}

.content ol li,
.content ul li {
	font-style: normal;
	font-weight: 400;
	font-size: calc(16vw / var(--resizer) * 100);
	line-height: calc(26vw / var(--resizer) * 100);
	color: #4e5985;
}

.content ul li a {
	font-style: normal;
	font-weight: 400;
	font-size: calc(16vw / var(--resizer) * 100);
	line-height: calc(26vw / var(--resizer) * 100);
	color: #4e5985;
	transition: all 0.3s ease;
}

.content ul li a:hover {
	color: #233166;
}

.table {
	margin: 0 0 30px 0;
	overflow: auto;
}

.faq__item {
	display: flex;
	justify-content: space-between;
}

.faq__head {
	width: 48%;
}

.faq__content {
	width: 48%;
}

table {
	width: 100%;
	border-collapse: collapse;
	border-spacing: 0;
}

table,
td,
th {}

td,
th {
	padding: 7px 16px;
	font-style: normal;
	font-weight: 400;
	font-size: calc(16vw / var(--resizer) * 100);
	line-height: calc(26vw / var(--resizer) * 100);
	color: #233166;
}

table tr td {
	background-color: #f1f4ff;
	border-radius: 5px 0 0 5px;
}

table tr td:nth-child(2n) {
	background-color: #e3e8ff;
	border-radius: 0 5px 5px 0;
	color: #233166;
	font-weight: 700;
}

table tr:nth-child(2n) td {
	background-color: transparent;
}

table thead tr {
	background-color: transparent;
}

.content .img-text {
	margin: 0 0 calc(60vw / var(--resizer) * 100) 0;
	border-radius: calc(40vw / var(--resizer) * 100);
	overflow: hidden;
}

.footer {
	width: 100%;
}

.footer .row {
	display: flex;
	justify-content: space-between;
	align-items: center;
	padding: calc(23vw / var(--resizer) * 100) 0 calc(13vw / var(--resizer) * 100) 0;
	border-top: calc(2vw / var(--resizer) * 100) solid rgba(27, 89, 146, 0.17);
}

.footer .logo {
	margin: 0 calc(30vw / var(--resizer) * 100) calc(10vw / var(--resizer) * 100) 0;
	height: calc(17vw / var(--resizer) * 100);
	width: auto;
	transition: all 0.4s ease-in-out;
}

.footer .logo p {
	width: inherit;
	height: inherit;
}

.footer .logo:hover {
	transform: scale(1.05);
}

.footer .logo img {
	height: 100%;
	width: auto;
}

.footer nav {
	display: flex;
	align-items: center;
}

.footer ul {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	list-style: none;
}

.footer ul li {
	margin: 0 0 calc(10vw / var(--resizer) * 100) calc(20vw / var(--resizer) * 100);
	font-style: normal;
	font-weight: 400;
	font-size: calc(14vw / var(--resizer) * 100);
	line-height: calc(17vw / var(--resizer) * 100);
	color: #233166;
	transition: all 0.4s linear;
}

.footer ul li:hover {
	color: #fecf6c;
}

.footer ul a {
	color: inherit;
}

.burger {
	display: none;
}

p img {
	max-width: 100%;
}

.img-big img {
	width: auto!important;
	display: block;
	margin: 0 auto!important;
	max-height: 500px;
	border-radius: calc(40vw / var(--resizer) * 100);
}

.inner.no{
	padding-top: 180px;
	padding-bottom: 100px;
	min-height: auto;
	margin-bottom: 20px;
}

.inner.no .row {
	min-height: auto;
}

.inner.no h1,
.inner.no p {
	color: #fff;
}

@media screen and (max-height: 700px) {
	.inner {
		/*min-height: 140vh;*/
		/*min-height: 60vh;*/
		min-height: 0;
	}
}

@media screen and (max-width: 1024px) {

	.inner.no{
		padding-top: 100px;
		padding-bottom: 20px;
	}

	.inner.no::before{
		top: 60px;
		border-radius: 20px;
		right: 0;
		left: 0;
	}

	h1 + .promo__items {
		margin-top: 30px;
	}
}

.img-micro {
	width: 200px !important;
	height: 200px;
}

.img-micro {
	width: 100%;
	height: 100%;
	border-radius: 25px;
}

.btn {
	display: flex;
	width: fit-content;
	justify-content: center;
	align-items: center;
	padding: calc(23vw / var(--resizer)* 100) calc(73vw / var(--resizer)* 100);
	border-radius: 19px;
	background: linear-gradient(94deg, #3959d9 0.45%, #fc4665 100%), linear-gradient(94deg, #ff649c 0.45%, #f90833 100%);
	box-shadow: 0px 4px 6px 0px rgba(255, 255, 255, 0.31) inset;
	align-self: flex-start;
	transition: all 0.4s ease-in-out;
}

.btn span {
	font-style: normal;
	font-weight: 400;
	font-size: calc(18vw / var(--resizer)* 100);
	line-height: 160%;
	color: #fff;
}

.btn:hover {
	transform: scale(1.05);
}

@media screen and (max-width: 768px) {
	.btn {
		padding: 23px 73px;
		box-shadow: inset 0px 4px 6px rgba(255, 255, 255, 0.31);
		border-radius: 19px;
	}

	.btn span {
		font-size: 18px;
	}
}

@media screen and (max-width: 600px) {
	.btn {
		width: 100%;
		padding: 18px;
		border-radius: 13px;
		margin-bottom: 25px;
	}

	.btn span {
		font-size: 14px;
	}
}

/*promo style*/
.promo__items {
	display: flex;
	align-items: center;
	width: 100%;
	margin: 80px 0 40px 0;
}

.promo__text {
	margin-right: 50px;
}

.promo__text-left {
	font-size: calc(96vw / var(--resizer) * 100);
	line-height: calc(85vw / var(--resizer) * 100);
	color: #FF1DB4;
	font-weight: 900;
	font-style: italic;
}

.promo__text-right {
	font-size: calc(96vw / var(--resizer) * 100);
	line-height: calc(85vw / var(--resizer) * 100);
	color: #308AFF;
	font-weight: 900;
	font-style: italic;
}

.promo__text-right span {
	color: #FFFFFF;
}

.promo__text-dep {
	color: #FFFFFF;
	font-size: calc(34vw / var(--resizer)* 100);
	font-style: italic;
	text-transform: uppercase;
	font-weight: 900;
}

@media screen and (max-width:768px) {
	.promo__items {
		margin: 0 0 10px 0;
	}

	.promo__text-right,
	.promo__text-left {
		font-size: 66px;
		line-height: 75px;
	}

	.promo__text-dep {
		font-size: 30px;
	}
}

@media screen and (max-width:600px) {

	.promo__text-right,
	.promo__text-left {
		font-size: 48px;
		line-height: 87.02%;
	}

	.promo__text {
		margin-right: 10px;
	}

	.promo__text-dep {
		font-size: 16px;
	}

	.promo__items {
		justify-content: center;
		margin-top: 200px;
	}

}

.anchor__menu {
	color: inherit;
}