html {
	overflow-x: hidden;
}

body {
	margin: 0;
	padding: 0;

	font-family: 'Inter', sans-serif;

	overflow-x: hidden;

	background: #000;
	color: #fff;
}

*,
*:before,
*:after {
	box-sizing: border-box;
}

ul,
li {
	list-style: none;
	margin: 0;
	padding: 0;
}

a {
	display: inline-block;
}

img {
	width: 100%;
}

h1,
h2,
h3,
h4,
h5,
h6,
p {
	margin: 0;
	padding: 0;
}

.main-title {
	display: flex;
	align-items: center;
	justify-content: center;
	padding-bottom: 60px;

	font-size: 36px;
	font-weight: 700;
	text-transform: uppercase;
	line-height: 44px;
}

.header {
	position: relative;
	padding-bottom: 150px;
}

.header-effect {
	position: fixed;
	pointer-events: none;
	z-index: -1;
}

.he1 {
	width: 800px;
	height: 800px;
	left: -400px;
	top: -400px;
	background: #0058dc6c;
	filter: blur(100px);
}
.he2 {
	width: 500px;
	height: 500px;
	right: -250px;
	bottom: 0px;
	background: #f0047e7a;
	filter: blur(100px);
}

.nav {
	padding: 35px 0;
}

.nav-logo img {
	width: 160px;
	height: auto;
}

.nav-wrapper {
	display: flex;
	align-items: center;
	justify-content: space-between;
}

.nav-ussd {
	display: flex;
	align-items: center;
	justify-content: center;
}

.nav-ussd-title {
	color: white;
	font-size: 24px;
	font-weight: 700;
	line-height: 29px;
	text-transform: uppercase;
}

.nav-ussd-cmd {
	font-size: 64px;
	line-height: 77px;
	color: #f0047f;
	text-transform: uppercase;
	font-weight: 700;
}

.nav-lang {
	display: flex;
	align-items: center;
	justify-content: center;
	color: #f0047f;
	line-height: 24px;
	font-size: 20px;
	font-weight: 400;
	text-decoration: none;
}

.header-banner-block {
	position: relative;
}

.header-banner-block img {
	border-radius: 9px;
}

.header-banner-block .container {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	display: flex;
	align-items: flex-end;
	justify-content: flex-start;
	padding: 50px 0;
}

.header-banner-title {
	font-size: 32px;
	font-weight: 700;
	line-height: 39px;
}

.header-banner-list .slick-dots {
	display: flex;
	align-items: center;
	justify-content: center;
	padding: 30px 20px;
}

.header-banner-list .slick-dots li {
	background-color: #fff;
	width: 6px;
	height: 6px;
	border-radius: 50%;
	margin: 0px 3px;

	transition: 0.4s;
}

.header-banner-list .slick-dots li.slick-active {
	background-color: #f0047f;
}

.header-banner-list .slick-dots li button {
	display: none;
}

.header-info-wrapper {
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
}

.header-info-wrapper p {
	text-align: center;
	font-weight: 400;
	font-size: 30px;
	line-height: 36px;
	color: #fff;
	margin-bottom: 80px;
}

.header-info-wrapper a {
	font-size: 24px;
	line-height: 29px;
	font-weight: 700;
	color: #000;
	text-decoration: none;
	background-color: #fff;
	border-radius: 10px;
	text-transform: uppercase;

	display: flex;
	align-items: center;
	justify-content: center;
	width: 400px;
	height: 90px;

	transition: 0.4s;
}

.header-info-wrapper a:hover {
	box-shadow: 0px 0px 20px rgb(255, 255, 255);
}

.header-info-wrapper a img {
	margin-left: 15px;
	margin-right: 15px;
	padding-top: 5px;
	width: 90px;
	height: auto;
}

.faq-wrapper {
	padding: 60px 0;
}

.faq-block {
	height: 240px;
	width: 100%;
	background: linear-gradient(101.45deg, rgba(255, 255, 255, 0.18) 1.4%, rgba(255, 255, 255, 0.06) 96.8%);
	box-shadow: 0px 10px 25px -1px rgba(0, 0, 0, 0.2);
	backdrop-filter: blur(30px);
	/* Note: backdrop-filter has minimal browser support */
	border-radius: 20px;

	position: relative;

	display: flex;
	align-items: center;
	justify-content: flex-start;
}

.faq-block img {
	width: 280px;
	height: auto;
	position: absolute;
	bottom: 0;
	right: 0;
}

.faq-block-revert {
	justify-content: flex-end;
}

.faq-block-revert img {
	right: auto;
	left: 0;
}

.faq-content {
	width: calc(100% - 280px);
	display: flex;
	align-items: center;
	justify-content: center;
	padding: 0px 40px;
	height: 100%;
	font-size: 24px;
	font-weight: 400;
}

.faq-content p {
	font-size: 24px;
	font-weight: 400;
}

.faq-wrapper > div {
	padding: 45px 0;
}

.try-more-block {
	background: linear-gradient(101.45deg, rgba(255, 255, 255, 0.18) 1.4%, rgba(255, 255, 255, 0.06) 96.8%);
	box-shadow: 0px 10px 25px -1px rgba(0, 0, 0, 0.2);
	/* Note: backdrop-filter has minimal browser support */

	border-radius: 10px;
	padding: 90px 37px 34px 37px;

	display: flex;
	align-items: center;
	justify-content: center;
	flex-direction: column;

	min-height: 280px;

	text-decoration: none;
	color: white;

	transition: 0.8s;
}

.try-more-block:hover {
	transform: scale(1.1);
}

.try-more-block p {
	margin-top: 38px;
	font-size: 18px;
	font-weight: 400;
	text-align: center;
	font-family: 'SF Pro Display', sans-serif;
}

.try-more-okino-img {
	width: 165px;
	height: auto;
}

.try-more-start-img {
	width: 116px;
	height: auto;
}

.try-more-amediateka-img {
	width: 262px;
	height: auto;
	padding: 0 20px;
}

.footer {
	padding: 40px 0;
	margin-top: 100px;
}

.footer p {
	font-size: 14px;
	font-weight: 400;
	color: #7d7d7d;
	margin-bottom: 15px;
	font-family: 'SF Pro Display';
}

.footer p.footer-white {
	color: #fff;
}

.nav-ussd-mobile {
	display: none;
}

.header-banner-mobile-img {
	display: none;
}

.he3 {
	display: none;
}

.header-info-wrapper a.mobile-link {
	display: none;
}

.header-banner-block img.header-banner-mobile-img {
	display: none;
}

.infinite {
	animation-iteration-count: infinite;
}
