/*@import url('https://fonts.googleapis.com/css2?family=Inter:wght@400;800&display=swap');*/
@font-face {
        font-family: "Inter";
        src: url("/assets/fonts/Inter-Regular.woff2") format("woff2"),
        url("/assets/fonts/Inter-Regular.woff") format("woff"), url("/assets/fonts/Inter-Regular.ttf") format("ttf") ;
        font-weight: 400;
        font-style: normal;
        font-display: swap;
        }
          @font-face {
        font-family: "Inter";
        src: url("/assets/fonts/Inter-ExtraBold.woff2") format("woff2"),
        url("/assets/fonts/Inter-ExtraBold.woff") format("woff"), url("/assets/fonts/Inter-ExtraBold.ttf") format("ttf") ;
        font-weight: 800;
        font-style: normal;
        font-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: #080b57;
}

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(37vw / 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: 100%;
}
.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;
	    margin-bottom: 0px;
}

.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: #4e09e1;
}
.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.webp') 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;
}
.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(100vw / var(--resizer) * 100);
	color: #ffffff;
	align-self: flex-start;
	zoom: 0.8;
	 -ms-zoom: 0.8;
  -webkit-zoom: 0.8;
  -moz-transform:  scale(0.8,0.8);
  -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;
		zoom: 0.8;
	 -ms-zoom: 0.8;
  -webkit-zoom: 0.8;
  -moz-transform:  scale(0.8,0.8);
  -moz-transform-origin: left center;
}
.inner .row .button {
	display: flex;
	justify-content: center;
	align-items: center;
	padding: calc(23vw / var(--resizer) * 100) calc(73vw / var(--resizer) * 100);
	border-radius: calc(13vw / var(--resizer) * 100);
	background: #1648f7;
	box-shadow: 0px calc(4vw / var(--resizer) * 100)
		calc(6vw / var(--resizer) * 100) 0px rgba(255, 255, 255, 0.31) inset;
	align-self: flex-start;
	transition: all 0.4s ease-in-out;
		zoom: 0.8;
	 -ms-zoom: 0.8;
  -webkit-zoom: 0.8;
  -moz-transform:  scale(0.8,0.8);
  -moz-transform-origin: left center;
}
.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,
.content .text h2,
.content .text h3,
.content-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: 100.02%;
	color: #ffffff;
}
.content h3, .content-title {
	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: 100.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 #4e09e1;
}
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(37vw / 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: 100%;
}
.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: #4e09e1;
}
.footer ul a {
	color: inherit;
}
.burger {
	display: none;
}

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

.img-text-vertical {
	text-align: center;
}

.img-text-vertical img{
height: 500px;
width: 40%;
border-radius: 30px;
aspect-ratio: 4/3;
 object-fit: cover;
}





.dropdown {
  position: relative;
  display: inline-block;
      margin-left: 30px;
      color:#fff;
 
}

.dropdown-main{
    display:flex;
    align-items: center;
}

.dropdown-main img{
    margin-right:5px;
    width:20px;
    height:14px;
}

.dropdown-content {
  display: none;
  position: absolute;
  background-color: #f9f9f9;
  min-width: 60px;
  box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
  z-index: 1;
}

.dropdown:hover .dropdown-content {
  display: block;
}

.dropdown-content a {
  color: black;
  padding: 12px 16px;
  text-decoration: none;
  display: flex;
  align-items: center;
}

.dropdown-content a img{
    margin-right:5px;
    width:20px;
    height:14px;
}

.dropdown-content a:hover {
  background-color: #ddd;
}

@media(max-width:1000px){
    .dropdown{
        margin-right: 20px;
        margin-left:0}


.dropdown-content {

    top: 40px;


}}


    .hrefs img {
width: 20px;
margin-right: 10px;
height:14px;

}

.hrefs a {
display: flex;
align-items: center;
color: #fff;
text-decoration: none;
font-size: 13px;
margin: 0px 10px;
margin-bottom: 15px;
}
.hrefs {
display: flex;
width: 100%;
justify-content: space-evenly;
flex-wrap:wrap;
}

.footer__copyright{
margin-top:20px;
}

@media(max-width:1000px){
.hrefs {
display: flex;
flex-wrap: wrap;
align-items: center;
flex-direction: column;
margin-top: 0px;
}

.hrefs a {

margin-bottom: 10px;
}
}
.anchor__menu a {
	color:inherit;
	text-decoration: none;
}
.anchor__menu li {
	margin-bottom:10px;
}
.anchor__menu a:hover {
color:#1648f7;
}
.img-micro {
	width: 200px !important;
	height: 200px;
}
.img-micro img {
	width:100%;
	height: 100%;
	border-radius: 25px;
}
@media screen and (max-width:768px) {
	.img-micro {
		margin: 20px auto !important;
	}
}