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

.container {
	max-width: 85%;
	margin: 0 auto;
}

.menu {
	display: flex;
	justify-content: center;
	flex-wrap: wrap;
	align-items: center;
	list-style: none;
}

.menu li {
	margin: 15px;
	color: #fff;
	text-align: center;
	font-size: 14px;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
	text-transform: uppercase;
	transition: all 0.3s ease-in;
}

.menu li:hover {
	color: #0072cc;
}

.menu li a {
	color: inherit;
	text-decoration: none;
	cursor: pointer;
}

body {
	background: #371439;
	font-family: 'Inter', sans-serif;
}

header {
	position: absolute;
	top: 0;
	left: 0;
	padding: 40px 0;
	width: 100%;
	z-index: 9;
	transition: all 0.3s ease-in;
}

.wrapper .container {
	max-width: 65%;
}

.wrapper.active {
	background: #371439;
}

header.active {
	background: #371439;
}

header .row {
	position: relative;
	display: flex;
	justify-content: space-between;
	align-items: center;
}

header.active .menu {
	top: 60%;
}

header .row .logo {
	text-decoration: none;
	width: auto;
	height: 30px;
}

header .row a.logo {
	transition: all 0.3s ease-in;
}

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

header .row .logo p {
	display: flex;
	width: auto;
	height: 100%;
}

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

header .row .burger {
	display: none;
	align-items: center;
	height: 40px;
}

header .row .burger p {
	font-size: 16px;
	font-style: normal;
	font-weight: 600;
	line-height: normal;
	text-transform: uppercase;
	color: #fff;
	transition: all 0.3s ease-in;
	cursor: pointer;
}

header .row .burger .toggle {
	margin: 0 0 0 15px;
	width: 72px;
	height: 20px;
	background: url('../img/burger.webp') center / contain no-repeat;
	transition: all 0.3s ease-in;
	cursor: pointer;
}

header.active .row .burger .toggle {
	width: 40px;
	height: 40px;
	background: url('../img/close.webp') center / contain no-repeat;
}

.wrapper {
	position: relative;
	display: flex;
	flex-direction: column;
	width: 100%;
	background: url('../img/bg.webp') center top / contain no-repeat;
}

.inner {
	display: flex;
	flex-direction: column;
	padding: 186px 0 80px 0;
}

.inner h1 {
	margin: 0 0 20px 0;
	text-align: center;
	font-size: 36px;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
	text-transform: uppercase;
	color: #fff;
}

.inner p {
	margin: 0 0 40px 0;
	text-align: center;
	font-size: 18px;
	font-style: normal;
	font-weight: 400;
	line-height: 140%;
	color: #a5aabe;
}

.inner .btn {
	display: flex;
	justify-content: center;
	padding: 20px 60px;
	align-items: center;
	background: linear-gradient(275deg, #0072cc 0%, #ecfaff 100%);
	border-radius: 56px;
	text-decoration: none;
	align-self: center;
	box-shadow: 0px 0px 26px 0px rgba(0, 163, 255, 0.58) inset;

	color: #fff;
	font-size: 14px;
	font-style: normal;
	font-weight: 600;
	line-height: normal;
	text-transform: uppercase;
	transition: all 0.3s ease-in;
}

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

.cnt {
	display: flex;
	flex-direction: column;
	margin: 0 auto;
}

.cnt h2 {
	margin: 0 0 35px 0;
	text-align: center;
	font-size: 28px;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
	text-transform: uppercase;
	color: #fff;
}

.cnt h3, .cnt h4, .faq__head, .menu__title {
	margin: 0 0 30px 0;
	text-align: center;
	font-size: 24px;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
	text-transform: uppercase;
	color: #fff;
}

.cnt p,
.cnt span,
.cnt ul,
.cnt ol,
.cnt table,
.faq__content {
	margin: 0 0 20px 0;
}
.table {
	width: 100%;
	overflow: auto;
	margin: 0 0 30px 0;
}
.cnt ul,
.cnt ol {
	display: flex;
	flex-direction: column;
}

.cnt p,
.cnt span,
.cnt li,
.cnt td,
.cnt th,
.faq__content {
	font-size: 16px;
	text-align: center;
	font-style: normal;
	font-weight: 400;
	line-height: 140%;
	color: #a5aabe;
}

.cnt p.img-text {
	display: flex;
	width: 100%;
	height: auto;
	transition: all 0.3s ease-in;
}

.cnt p.img-text:hover {
	transform: scale(1.05);
}

.cnt p.img-text img {
	width: inherit;
	height: 100%;
}

.cnt li {
	align-self: center;
}

.cnt span {
	font-weight: 700;
	color: #a5aabe;
}

table {
	width: 100%;
	border-collapse: collapse;
	border-spacing: 0;
	overflow: auto;
	margin: 0 0 30px 0;
}

table,
td,
th {
	border: 1px solid #0072cc;
}
td,
th {
	padding: 3px;
	width: 30px;
	height: 25px;
}
th {
	background: linear-gradient(275deg, #0072cc 0%, #ecfaff 100%) !important;
}

.cnt th {
	color: #000;
}

footer {
	margin: 55px 0 0 0;
	padding: 39px 0;
	border-top: 1px solid rgba(255, 255, 255, 0.15);
}

p img {
	width: 100%;
	height: 100%;
}

.anchor__menu a {
    text-decoration:none;
    color:#a5aabe;
}
.anchor__menu a:hover {
       color:#0072cc;
}
.img-micro {
    width:200px;
    height:200px;
    margin:20px auto !important;
}
.img-micro img {
    width:200px;
    height:200px;
    border-radius:25px;
}