@import url("https://fonts.googleapis.com/css2?family=Inter:wght@400;800&display=swap");

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

:root {
	--resizer: 1440;
}

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

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(27, 89, 146, 0.17);
}

.header .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;
}

.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: #ffffff;
	transition: all 0.4s linear;
}

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

.header ul a {
	color: inherit;
}

.header.burger {
	display: none;
}

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

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

.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;
	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: #ffffff;
	align-self: flex-start;
	zoom: 70%;
	-ms-zoom: 0.7;
	-webkit-zoom: 0.7;
	-moz-transform: scale(0.7, 0.7);
	-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: #ffffff;
	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);
	background: linear-gradient(180deg, #f25173 0%, #ca3045 100%);
	box-shadow: inset 0px calc(4vw / var(--resizer) * 100) calc(6vw / var(--resizer) * 100) rgba(255, 255, 255, 0.31);
	border-radius: calc(19vw / var(--resizer) * 100);
	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: #ffffff;
}

.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 {
	width: 100%;
}

.content h2,
.content-title {
	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: #ffffff;
}

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

.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: #ffffff;
}

.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: #ffffff;
}

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

table,
td,
th {
	border: 1px solid #f25173;
}

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

th {
	background-color: #7accee !important;
}

.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: #ffffff;
	transition: all 0.4s linear;
}

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

.footer ul a {
	color: inherit;
}

.burger {
	display: none;
}

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

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

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

@media screen and (max-width:425px) {
	table {
		font-size: 12px;
	}
}

@media screen and (max-width:768px) {
	.img-micro, .img-micro-right {
		margin: 20px auto !important;
		float: none;
	}
}

.anchor__menu a {
	color: #ffffff;
	text-decoration: none;
}

.anchor__menu a:hover {
	color: #ca3045;
}

.table {
	overflow: auto;
}

:root {
  --color-pbg: rgba(27, 89, 146, 0.17);
  --color-link: #fff;
}


.nk {
  margin: 0 auto 0;
  max-width: 100%;
  width: 100%;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 20px 35px;
  background: var(--color-pbg);
  border-radius: 15px;
  padding: 15px;
  box-sizing: border-box;
}

.nk a {
  color: var(--color-link);
  text-decoration: none;
  text-transform: capitalize;
  transition: all .3s ease;
}

.nk a:hover {
  opacity: .7;
}

.nk__title {
  font-size: 28px;
  font-weight: bold;
  color: #fff;
  margin-bottom: 20px;
}