@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@400;600;700&display=swap');

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

body {
	position: relative;
	font-family: 'Poppins', sans-serif;
	background: #f2eff8;
}

header {
	position: absolute;
	top: 0;
	left: 0;
	display: flex;
	justify-content: space-between;
	width: 100%;
	height: auto;
}
header .logo,
header .logo p {
	height: 40px;
	width: auto;
}
header aside:first-child {
	display: flex;
	justify-content: center;
	align-items: center;
	padding: 23px;
	width: 20%;
	border-width: 0px 1px 1px 0px;
	border-style: solid;
	border-color: #d7d7d7;
	border-radius: 0px 0px 33px 0px;
	position: relative;
	z-index: 11;
}
header .logo img {
	height: 100%;
	width: auto;
}
header aside:last-child {
	padding: 15px 55px 15px 44px;
	width: 79.999%;
	border-width: 0px 0px 1px 1px;
	border-style: solid;
	border-color: #d7d7d7;
	border-radius: 0px 0px 0px 33px;
}
header nav {
	display: flex;
	gap: 20px;
	justify-content: end;
}
header nav .burger {
	display: none;
}
header nav ul {
	display: flex;
	justify-content: center;
	width: 100%;
	flex-wrap: wrap;
	list-style: none;
}
.link {
	position: relative;
	z-index: 11;
	border-radius: 14px;
	background: #f54812;
	border: 1px solid #f54812;
	padding: 13px 36px;
	color: #fff;
	font-size: 18px;
	font-style: normal;
	font-weight: 400;
	line-height: 29px;
	text-decoration: none;
	transition: all 0.3s ease;
	display: flex;
	justify-content: center;
	align-items: center;
	box-shadow: 0px 4px 6px 0px rgba(255, 255, 255, 0.31) inset;
}
.link:hover {
	background: transparent;
	border: 1px solid #311767;
	color: #311767;
}
.link.first {
	background: transparent;
	border: 1px solid #311767;
	color: #311767;
}
.link.first:hover {
	color: #fff;
	background: #f54812;
	border: 1px solid #f54812;
}
header nav ul li {
	margin: 0 20px 10px 0;
	font-style: normal;
	font-weight: 400;
	font-size: 14px;
	line-height: 21px;
	text-transform: capitalize;
	color: #fff;
	transition: 0.5s all linear;
}
header nav ul li:hover {
	color: #19e1a5;
}
header nav ul li:last-child {
	margin: 0 0 10px 0;
}
header nav ul li a {
	color: inherit;
	text-decoration: none;
}
.burger__content {
	opacity: 0;
	visibility: hidden;
	padding: 15px;
	display: flex;
	flex-direction: column;
	justify-content: end;
	position: fixed;
	top: -100%;
	left: 0;
	width: 100%;
	height: 245px;
	z-index: 10;
	background-color: #f2eff8;
	transition: all 0.3s ease;
}
.burger__content.active {
	visibility: visible;
	opacity: 1;
	top: -30px;
}
.burger__language {
	border-bottom: 1px solid #222727;
	padding: 0 0 15px 0;
	display: flex;
	align-items: center;
	justify-content: end;
	gap: 15px;
	color: #fff;
	font-size: 14px;
	font-style: normal;
	font-weight: 500;
	line-height: normal;
}
.burger__link {
	margin: 15px 0 0 0;
	display: inline-block;
	color: #fff;
	font-size: 16px;
	font-style: normal;
	font-weight: 600;
	line-height: normal;
	text-decoration: none;
}
.intro {
	padding: 172px 0 100px 0;
	width: 90%;
	height: auto;
	margin: 0 auto;
	background: url('../img/bg.png') center 87px / cover no-repeat;
	border-radius: 0px 0px 71px 71px;
}
.intro.no {
	background: none;
}
.container {
	margin: 0 auto;
	width: 90%;
}
.container .row {
	margin: 0 auto;
	width: 60%;
}
.intro .row {
	display: flex;
	flex-direction: column;
}
.intro h1 {
	margin: 0 0 40px 0;
	font-style: normal;
	font-weight: 600;
	font-size: 64px;
	line-height: 87.02%;
	text-align: center;
	color: #311767;
}
.intro h1 span {
	font-weight: 700;
	font-size: 96px;
	line-height: 87.02%;
	color: #f54812;
}
.intro p {
	margin: 0 0 40px 0;
	font-style: normal;
	font-weight: 400;
	font-size: 18px;
	line-height: 160%;
	text-align: center;
	color: #311767;
}
.intro .button {
	padding: 23px 109px;
	width: fit-content;
	margin: 0 auto;
	border-radius: 14px;
	background: #fff;
	border: 1px solid #fff;
	text-decoration: none;
	display: flex;
	justify-content: center;
	align-items: center;
	transition: all 0.3s ease;
}
.intro .button:hover {
	background-color: #f54812;
	border: 1px solid #f54812;
}
.intro .button:hover span {
	color: #fff;
}
.intro .button span {
	color: #120234;
	font-size: 18px;
	font-style: normal;
	font-weight: 400;
	line-height: 29px;
	transition: all 0.3s ease;
}
.content {
	padding: 60px 0 173px 0;
	background: url('../img/bg-2.png') top center / cover repeat-y;
}
.content.no {
	background: none;
}
.img-text {
	margin: 0 0 50px 0;
	width: 100%;
	height: auto;
	border-radius: 64px;
}
.img-text img {
	width: 100%;
	height: auto;
}
.content h2 {
	margin: 40px 0 40px 0;
	font-style: normal;
	font-weight: 700;
	font-size: 48px;
	line-height: 87.02%;
	color: #311767;
	text-align: center;
}
.content h3 {
	margin: 30px 0 30px 0;
	font-style: normal;
	font-weight: 700;
	font-size: 38px;
	line-height: 87.02%;
	color: #311767;
	text-align: center;
}
.content strong {
	display: block;
	margin: 30px 0 30px 0;
	font-style: normal;
	font-weight: 700;
	font-size: 38px;
	line-height: 87.02%;
	color: #311767;
	text-align: center;
}
ul a {
	font-style: normal;
	font-weight: 400;
	font-size: 16px;
	line-height: 87.02%;
	color: #311767;
	transition: all 0.3s ease;
	text-decoration: none;
}
ul a:hover {
	color: #f54812;
}
.content p {
	font-style: normal;
	font-weight: 400;
	font-size: 16px;
	line-height: 170.02%;
	color: #311767;
	text-align: center;
	margin: 0 0 30px 0;
}
.content ol,
.content ul {
	display: flex;
	flex-direction: column;
}
.content ol li,
.content ul li {
	font-style: normal;
	font-weight: 400;
	font-size: 16px;
	line-height: 170.02%;
	color: #311767;
	text-align: center;
	align-self: center;
}

.content table {
	margin: 30px 0;
	width: 100%;
	border-collapse: collapse;
	border-spacing: 0;
}
.table {
	width: 100%;
	overflow: auto;
}
table,
td,
th {
	/* border: 1px solid #fff; */
}
td,
th {
	padding: 5px;
	font-style: normal;
	font-weight: 400;
	font-size: 16px;
	line-height: 170.02%;
	color: #fff;
	text-align: center;
	align-self: center;
}
table tr td {
	width: 50%;
	border-radius: 5px 0px 0px 5px;
	background: #381978;
}
table tr td:nth-child(2n) {
	border-radius: 0px 5px 5px 0px;
	background: #f54812;
}
table tr:nth-child(2n) td {
	background-color: transparent;
	color: #311767;
}
table td:nth-child(2n) {
	font-weight: 700;
}

footer {
	position: absolute;
	bottom: 0;
	left: 0;
	display: flex;
	flex-direction: column;
	justify-content: center;
	padding: 21px 0 31px 0;
	width: 100%;
	height: auto;
	border-top: 1px solid #fff;
	border-radius: 0px 0px 33px 0px;
}
footer .logo {
	display: none;
	height: 15px;
	width: auto;
}
footer .logo p {
	height: 15px;
	width: auto;
}
footer .logo img {
	height: 100%;
	width: auto;
}
footer ul {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	align-self: center;
	list-style: none;
}
footer ul li {
	margin: 10px 10px 0 10px;
	font-style: normal;
	font-weight: 400;
	font-size: 14px;
	line-height: 21px;
	color: #fff;
	transition: 0.5s all linear;
}
footer ul li:hover {
	color: #fff;
}
footer ul li a {
	color: inherit;
	text-decoration: none;
}

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

p img {
	max-width: 100%;
}


.block__promo {
display:flex;
align-items: center;
max-width:284px;
width:100%;
height:76px;
background:#ffffff;
border-radius: 14px;
justify-content: center;
margin:20px auto;
padding:10px;
}
.block__promo-text {
color:#f54812;
font-weight:700;
margin-right:auto;
margin-left: 20px;
}
.but-prom {
width:100%;
height:100%;
background:#f54812;
color: #ffffff;
max-width:70px;
cursor:pointer;
border-radius:14px;
padding:5px;
}
@media (max-width: 600px) {

.block__promo-text {
    font-size:12px;
    margin-left:10px;
}
.block__promo {
    height:40px;
     max-width:165px;
}
}