.flex {
	display: flex;
	display: -webkit-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}
.flex-center-x {
	display: flex;
	display: -webkit-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	-webkit-box-pack: center;
	-moz-box-pack: center;
	-ms-flex-pack: center;
	-webkit-justify-content: center;
	justify-content: center;
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}
.flex-end-x {
	display: flex;
	display: -webkit-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	-webkit-box-pack: end;
	-moz-box-pack: end;
	-ms-flex-pack: end;
	-webkit-justify-content: flex-end;
	justify-content: flex-end;
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}
.flex-end-y {
	display: flex;
	display: -webkit-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	-webkit-box-align: end;
	-webkit-align-items: flex-end;
	align-items: flex-end;
	align-content: flex-end;
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}
.flex-center-y {
	display: flex;
	display: -webkit-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	-webkit-box-align: center;
	-webkit-align-items: center;
	align-items: center;
	align-content: center;
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	height: 100%;
}
.flex-space-b {
	display: flex;
	display: -webkit-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	-webkit-box-pack: justify;
	-moz-box-pack: justify;
	-ms-flex-pack: justify;
	-webkit-justify-content: space-between;
	justify-content: space-between;
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}
.no-wrap {
	-webkit-flex-wrap: nowrap;
	-ms-flex-wrap: nowrap;
	flex-wrap: nowrap;
}
img {
	display: block;
	max-width: 100%;
}
html,
body {
	overflow-x: hidden;
}
body {
	background: #17161c;
	margin: 0;
	font-family: "Lato", sans-serif;
	font-weight: 400;
	font-size: 15px;
	line-height: 21px;
	color: rgba(255, 255, 255, 0.6);
	overflow-x: hidden;
	position: relative;
	padding-top: 60px;
}
a:focus {
	outline: none;
}
a {
	text-decoration: none;
	color: #545454;
}
ul {
	padding: 0;
	margin: 0;
	list-style: none;
}
input:focus::-webkit-input-placeholder,
textarea:focus::-webkit-input-placeholder {
	color: transparent !important;
}
input:focus::-moz-placeholder,
textarea:focus::-moz-placeholder {
	color: transparent !important;
}
input:focus:-moz-placeholder,
textarea:focus:-moz-placeholder {
	color: transparent !important;
}
input,
button,
select,
textarea {
	margin: 0;
	font-family: inherit;
	font-size: inherit;
	line-height: inherit;
}
input:focus,
textarea:focus,
button:focus,
select:focus {
	outline: none;
}
p {
	margin: 0 0 15px;
}
p:last-child {
	margin: 0;
}
p a {
	text-decoration: underline;
}
p a:hover {
	text-decoration: none;
}
* {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	outline: none !important;
}
button:focus {
	outline: none !important;
	box-shadow: none !important;
}
button {
	border: none !important;
	background-color: rgba(0, 0, 0, 0) !important;
	cursor: pointer;
}
.mt35 {
	margin-top: 35px;
}
.container {
	margin: 0 auto;
	padding: 0 20px;
	max-width: 1230px;
	width: 100%;
}
@media (max-width: 1199px) {
	.container {
			max-width: initial;
	}
}
h2 {
	font-family: "El Messiri", sans-serif;
	font-style: normal;
	font-weight: 400;
	font-size: 40px;
	line-height: 105%;
	color: #ffffff;
	margin: 0;
}
h2.title {
	position: relative;
	display: flex;
	align-items: center;
	gap: 20px;
	justify-content: center;
	flex-wrap: wrap;
}
h2.title:after,
h2.title-types::before {
	display: block;
	content: "";
	width: 100px;
	height: 1px;
	background: linear-gradient(90deg, #e56300 28.96%, rgba(229, 99, 0, 0.5) 55%, rgba(229, 99, 0, 0) 100%);
}
h2.title-types::before {
	background: linear-gradient(-90deg, #e56300 28.96%, rgba(229, 99, 0, 0.5) 55%, rgba(229, 99, 0, 0) 100%);
}
h2.title.bottom-line {
	flex-direction: column;
	align-items: flex-start;
}
h2.title.bottom-line:after {
	margin-left: 0;
	margin-top: 20px;
}
h3 {
	font-family: "El Messiri", sans-serif;
	font-style: normal;
	font-weight: 400;
	font-size: 32px;
	line-height: 115%;
	color: white;
	margin: 0;
	position: relative;
	padding-bottom: 21px;
}
h3:after {
	position: absolute;
	bottom: 0;
	left: 0;
	display: block;
	content: "";
	width: 100px;
	height: 1px;
	background: linear-gradient(90.01deg, #e56300 28.96%, rgba(229, 99, 0, 0.5) 54.49%, rgba(229, 99, 0, 0) 100%);
}
.text-center {
	text-align: center;
}
.shadow-nav {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	bottom: 0;
	display: none;
	content: "";
	background: rgba(23, 22, 28, 0.75);
	z-index: 98;
}
.shadow-nav.active {
	display: block;
}
.preloader {
	width: 100%;
	height: 100%;
	position: fixed;
	background: #1d1c1c;
	z-index: 1000;
}
.preloader .preloader__logo {
	display: flex;
	width: 100%;
	height: 100%;
	align-items: center;
	justify-content: center;
}
header {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	z-index: 999;
}
header .top {
	background: #17161c;
	height: 60px;
	position: relative;
	z-index: 99;
}
header .container {
	display: flex;
	align-items: center;
	flex-wrap: wrap;
}
header .logo {
	display: flex;
	align-items: center;
	color: white;
}
@media (max-width: 767px) {
	header .logo {
			width: 68px;
			overflow: hidden;
	}
}
header .logo img {
	display: block;
}
@media (max-width: 767px) {
	header .logo img {
			width: 158px;
			max-width: initial;
	}
}
header .nav-holder {
	display: flex;
	align-items: center;
	justify-content: space-between;
	position: relative;
	height: 60px;
}
header .btn-promo-menu {
	display: none;
	align-items: center;
	font-weight: 700;
	font-size: 13px;
	line-height: 110%;
	text-transform: uppercase;
	color: #ffffff;
	text-decoration: none;
}
@media (max-width: 767px) {
	header .btn-promo-menu {
			display: flex;
	}
}
header .btn-promo-menu svg {
	display: block;
	margin-right: 16px;
}
header .btn-promo-menu.active,
header .btn-promo-menu:hover {
	color: #e56300;
	text-decoration: none;
}
header .btn-promo-menu.active svg path,
header .btn-promo-menu:hover svg path {
	fill: #e56300;
}
header .separator {
	min-height: 60px;
	width: 1px;
	background: rgba(233, 218, 213, 0.1);
	margin-left: 55px;
	display: block;
}
@media (max-width: 767px) {
	header .separator {
			margin: 0 21px;
	}
}
header .nav {
	display: flex;
	align-items: center;
	justify-content: space-between;
	margin: 0;
	padding: 0;
	list-style: none;
}
@media (min-width: 768px) {
	header .nav {
			display: flex !important;
	}
}
@media (max-width: 767px) {
	header .nav {
			display: none;
			position: absolute;
			top: 100%;
			left: 0;
			background: #17161c;
			box-shadow: inset 0px 1px 0px #e56300;
			padding: 40px 30px 38px;
			width: 220px;
			flex-direction: column;
			align-items: flex-start;
			z-index: 100;
	}
}
header .nav li {
	padding-left: 30px;
	position: relative;
}
@media (max-width: 767px) {
	header .nav li {
			padding: 0;
	}
	header .nav li + li {
			margin-top: 50px;
	}
}
header .nav li ul {
	display: none;
	position: absolute;
	top: 100%;
	left: 0;
	background: #17161c;
	padding: 40px 30px 20px;
	flex-direction: column;
	align-items: flex-start;
	z-index: 100;
	min-width: 250px;
	max-height: 70vh;
	overflow-y: auto;
}
header .nav li ul li {
	padding: 0;
}
header .nav li ul li + li {
	padding-top: 15px;
}
@media (max-width: 767px) {
	header .nav li ul li {
			padding: 0;
	}
	header .nav li ul li + li {
			margin-top: 15px;
	}
}
header .nav li a {
	font-style: normal;
	font-weight: 700;
	font-size: 16px;
	line-height: 19px;
	color: #ffffff;
	transition: all linear 0.2s;
	text-decoration: none;
	display: flex;
	gap: 10px;
	align-items: center;
}
header .nav li a.active,
header .nav li a:hover {
	color: #e56300;
}
header .nav li a.active svg path,
header .nav li a:hover svg path {
	fill: #e56300;
}
header .nav li a img {
	display: block;
}
header .nav li a svg {
	display: block;
	margin-right: 10px;
	transition: all linear 0.2s;
}
header .nav li a svg path {
	fill: #fff;
	transition: all linear 0.2s;
}
header .nav li.download {
	padding-top: 20px;
	margin: 0 -30px;
}
header .nav li.drop > a {
	padding-right: 16px;
	background: url("../images/arrow-nav.svg") no-repeat 100% 50%;
}
header .nav li.active .drop {
	color: #e56300;
}
header .bottom {
	height: 65px;
	position: absolute;
	width: 100%;
	top: 100%;
	left: 0;
	background: rgba(23, 22, 28, 0.5);
	backdrop-filter: blur(10px);
}
header .bottom .container {
	height: 65px;
}
header .panel {
	margin: 0;
	padding: 0;
	display: flex;
	align-items: center;
	justify-content: space-between;
}
@media (max-width: 767px) {
	header .panel {
			display: none;
			position: absolute;
			top: 100%;
			left: 0;
			background: #17161c;
			padding: 40px 30px 38px;
			flex-direction: column;
			align-items: flex-start;
			z-index: 100;
			box-shadow: inset 0px 1px 0px #e56300;
	}
	header .panel li {
			padding: 0;
	}
	header .panel li + li {
			padding-top: 15px;
	}
}
header .panel li {
	padding: 0 20px 0 25px;
	position: relative;
}
header .panel li:after {
	position: absolute;
	top: 0;
	left: 0;
	content: "";
	display: block;
	height: 100%;
	width: 5px;
	background: url("../images/separator-panel.svg") no-repeat 0 50%;
}
@media (max-width: 767px) {
	header .panel li {
			padding: 0;
	}
	header .panel li + li {
			padding-top: 50px;
	}
	header .panel li:after {
			display: none;
	}
}
header .panel li:first-child {
	padding-left: 0;
}
header .panel li:first-child:after {
	display: none;
}
header .panel li a {
	font-family: "El Messiri", sans-serif;
	font-style: normal;
	font-weight: 700;
	font-size: 16px;
	line-height: 25px;
	text-transform: uppercase;
	color: #ffffff;
	transition: all linear 0.2s;
	text-decoration: none;
}
header .panel li a:hover {
	color: #e56300;
}
header .panel li a.drop {
	padding-right: 16px;
	background: url("../images/arrow-nav.svg") no-repeat 100% 50%;
}
header .btn-promo-game {
	display: none;
}
@media (max-width: 767px) {
	header .btn-promo-game {
			display: block;
	}
}
header .btn-promo-game.active a {
	color: #e56300;
}
header .btn-promo-game a {
	font-weight: 700;
	font-size: 12px;
	line-height: 15px;
	text-transform: uppercase;
	color: #ffffff;
	transition: all linear 0.2s;
	text-decoration: none;
	padding-right: 16px;
	background: url("../images/arrow-nav.svg") no-repeat 100% 50%;
}
header .btn-promo-game a:hover {
	color: #e56300;
}
header .lang-box {
	height: 60px;
}
.lang-box {
	position: relative;
	display: flex;
	align-items: center;
	margin-left: auto;
}
.lang-box ul {
	display: none;
	position: absolute;
	top: 100%;
	right: 0;
	background: #17161c;
	padding: 20px 30px;
	flex-direction: column;
	align-items: flex-start;
	z-index: 100;
	box-shadow: inset 0px 1px 0px #e56300;
}
.lang-box ul li {
	padding: 0;
}
.lang-box ul li + li {
	padding-top: 15px;
}
.lang-box ul li a {
	font-style: normal;
	font-weight: 700;
	font-size: 13px;
	color: #ffffff;
	transition: all linear 0.2s;
	text-transform: uppercase;
	text-decoration: none;
}
.lang-box ul li a.active,
.lang-box ul li a:hover {
	color: #e56300;
}
.btn-promo-lang {
	padding-left: 0;
	padding-right: 16px;
	background: url("../images/arrow-nav.svg") no-repeat 100% 50%;
	transition: all linear 0.2s;
	font-family: "Lato", sans-serif;
	font-weight: 700;
	font-size: 14px;
	line-height: 17px;
	display: flex;
	gap: 10px;
	align-items: center;
	text-transform: uppercase;
	color: #ffffff;
	min-height: initial;
}
@media (max-width: 767px) {
	.btn-promo-lang span {
			display: none;
	}
}
.btn-promo-lang svg {
	margin-right: 8px;
}
@media (max-width: 767px) {
	.btn-promo-lang svg {
			margin-right: 0;
	}
}
.btn-promo-lang:hover {
	color: #e56300;
}
.download a {
	border-top: 1px solid rgba(233, 218, 213, 0.1);
	padding: 15px 0;
	display: flex;
	align-items: center;
	justify-content: center;
	color: #fff;
	text-decoration: none;
}
.banner {
	padding: 110px 0;
	margin-bottom: 80px;
	min-height: 950px;
	background: url("../images/bg_main.webp") no-repeat 50% 0;
	background-size: cover;
	display: flex;
	align-items: center;
	position: relative;
	overflow: hidden;
}
.banner .video-holder {
	position: absolute;
	right: 0;
	top: 0;
	min-width: 100%;
	width: 100%;
	height: 100%;
	min-height: 100%;
	margin-top: 80px;
}
.banner .video-holder:after {
	content: "";
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;
	z-index: 2;
	background: linear-gradient(0deg, rgba(255, 255, 255, 0.2) 0%, rgba(0, 0, 0, 0.7) 40%, rgba(0, 0, 0, 0.7) 60%, rgba(255, 255, 255, 0) 100%);
}
.banner #banner {
	position: absolute;
	right: 0;
	top: 0;
	min-width: 100%;
	width: 100%;
	height: 100%;
	min-height: 100%;
	object-fit: cover;
	object-position: center;
	z-index: 1;
}
@media (max-width: 767px) {
	.banner #banner {
			display: none;
	}
}
@media (max-width: 1199px) {
	.banner {
			margin-bottom: 60px;
			padding-bottom: 50px;
	}
}
@media (max-width: 991px) {
	.banner {
			margin-bottom: 30px;
			padding-bottom: 70px;
	}
}
.banner .container {
	position: relative;
	z-index: 3;
}
.banner .banner-text {
	font-family: "El Messiri", sans-serif;
	margin-bottom: 20px;
	color: rgba(255, 255, 255, 0.86);
	text-align: center;
	font-weight: 700;
	font-size: 24px;
	line-height: 27px;
}
@media (max-width: 991px) {
	.banner .banner-text {
			font-size: 19px;
	}
}
.banner .banner-text p {
	margin: 0;
	line-height: initial;
}
@media (max-width: 767px) {
	.banner .banner-text {
			font-size: 24px;
	}
}
.banner .banner-text span {
	color: #e56300;
}
.banner .start-box {
	display: flex;
	justify-content: center;
	align-items: center;
	flex-direction: column;
}
.banner .start-box img {
	margin-bottom: 30px;
	display: block;
}
.banner .start-box .info {
	font-weight: 500;
	font-size: 20px;
	line-height: 30px;
	text-align: center;
	color: #ffffff;
	padding-bottom: 44px;
	background: url("../images/bg-info.svg") no-repeat 50% 100%;
	margin-bottom: 30px;
}
@media (max-width: 1199px) {
	.banner .start-box .info {
			font-size: 19px;
			line-height: 28px;
	}
}
@media (max-width: 991px) {
	.banner .start-box .info {
			font-size: 17px;
			line-height: 25px;
			padding-bottom: 34px;
			margin-bottom: 20px;
	}
}
.banner .start-box .info p {
	margin: 0;
}
.banner .start-box .info .date-title {
	display: block;
	font-family: "El Messiri", sans-serif;
	font-style: normal;
	font-weight: 700;
	font-size: 40px;
	line-height: 63px;
	text-align: center;
	color: #ffcb46;
}
@media (max-width: 1199px) {
	.banner .start-box .info .date-title {
			font-size: 34px;
			line-height: 53px;
	}
}
@media (max-width: 991px) {
	.banner .start-box .info .date-title {
			font-size: 40px;
			line-height: 47px;
	}
}
@media (max-width: 767px) {
	.banner .start-box .info .date-title {
			font-size: 24px;
			line-height: 38px;
	}
}
.banner .start-box .info h1 {
	font-family: "El Messiri", sans-serif;
	text-align: center;
	font-weight: 700;
	font-size: 60px;
	line-height: 70px;
	text-transform: uppercase;
	color: #ffffff;
}
@media (max-width: 1199px) {
	.banner .start-box .info h1 {
			font-size: 50px;
			line-height: 60px;
	}
}
@media (max-width: 991px) {
	.banner .start-box .info h1 {
			font-size: 40px;
			line-height: 50px;
	}
}
@media (max-width: 767px) {
	.banner .start-box .info h1 {
			font-size: 34px;
			line-height: 43px;
	}
}
.banner .start-title {
	font-family: "El Messiri", sans-serif;
	font-weight: 700;
	font-size: 30px;
	line-height: 47px;
	text-align: center;
	color: #ffffff;
	margin-bottom: 10px;
	text-transform: none;
}
@media (max-width: 1199px) {
	.banner .start-title {
			font-size: 24px;
			line-height: 38px;
	}
}
@media (max-width: 991px) {
	.banner .start-title {
			font-size: 19px;
			line-height: 30px;
	}
}
.banner .start-list {
	display: flex;
	justify-content: center;
	background: rgb(16 16 16 / 60%);
	border-radius: 12px;
	padding: 12px;
	margin: 20px auto;
}
@media (max-width: 991px) {
	.banner .start-list {
			margin-bottom: 20px;
	}
}
@media (max-width: 767px) {
	.banner .start-list {
			flex-direction: column;
			max-width: 320px;
			margin-left: auto;
			margin-right: auto;
	}
}
.banner .start-list li {
	padding: 0 10px;
	display: flex;
	align-items: center;
	justify-content: space-between;
	font-weight: 500;
	font-size: 18px;
	line-height: 22px;
	color: rgba(255, 255, 255, 0.8);
	width: 33.3%;
}
@media (max-width: 991px) {
	.banner .start-list li {
			flex-direction: column;
			justify-content: flex-start;
	}
}
@media (max-width: 767px) {
	.banner .start-list li {
			flex-direction: row;
			justify-content: space-between;
			width: 100%;
	}
	.banner .start-list li + li {
			margin-top: 10px;
	}
}
.banner .start-list li .text {
	width: calc(100% - 90px);
	display: block;
}
@media (max-width: 991px) {
	.banner .start-list li .text {
			width: 100%;
			text-align: center;
	}
}
@media (max-width: 767px) {
	.banner .start-list li .text {
			width: calc(100% - 75px);
			padding-left: 15px;
			text-align: left;
	}
}
.banner .start-list li .ico {
	border: 2px solid #e56300;
	border-radius: 50%;
	width: 75px;
	height: 75px;
	padding: 10px;
	display: flex;
	align-items: center;
	justify-content: center;
}
@media (max-width: 991px) {
	.banner .start-list li .ico {
			margin-bottom: 15px;
	}
}
@media (max-width: 767px) {
	.banner .start-list li .ico {
			margin-bottom: 0;
	}
}
.banner .start-list li .ico img {
	display: block;
	border-radius: 50%;
}
.banner .btn-promo {
	margin: 0 auto;
	font-weight: 700;
	font-size: 26px;
	line-height: 80px;
	width: 100%;
	max-width: 400px;
}
.await-box {
	padding-bottom: 187px;
}
@media (max-width: 991px) {
	.await-box {
			padding-bottom: 70px;
	}
}
.await-box .info {
	display: flex;
	justify-content: space-between;
	align-items: center;
	margin-bottom: 50px;
}
@media (max-width: 991px) {
	.await-box .info {
			flex-direction: column;
	}
}
.await-box .info .img {
	width: 54.16%;
	padding: 22px 25px;
	background: url("../images/bg-info.webp") no-repeat 50% 50%;
	background-size: contain;
}
@media (max-width: 991px) {
	.await-box .info .img {
			width: 100%;
			max-width: 500px;
			padding: 17px 20px;
			margin-bottom: 50px;
	}
}
.await-box .info .img a {
	display: flex;
	justify-content: center;
	align-items: center;
	min-height: 100%;
	transition: all linear 0.2s;
}
.await-box .info .img a:hover {
	opacity: 0.8;
}
.await-box .info .text {
	width: 48.83%;
	padding-left: 50px;
	font-style: normal;
	font-weight: 500;
	font-size: 18px;
	line-height: 25px;
	color: white;
}
@media (max-width: 991px) {
	.await-box .info .text {
			width: 100%;
			padding: 0;
	}
}
.await-box .info .text h3 {
	padding-bottom: 21px;
}
@media (max-width: 991px) {
	.await-box .info .text h3:after {
			display: none;
	}
}
.await-box .info .text p {
	margin: 20px 0 0;
}
.await-box .info-list {
	padding-bottom: 30px;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	align-items: flex-start;
	gap: 24px;
}
@media (max-width: 767px) {
	.await-box .info-list {
			flex-direction: column;
	}
}
.await-box .info-list .item {
	padding: 3px 0 3px 45px;
	background: url("../images/list-pointer-video.webp") no-repeat 0 2px;
	font-weight: 500;
	font-size: 18px;
	line-height: 25px;
	color: #ffffff;
	width: calc(50% - 12px);
}
@media (max-width: 767px) {
	.await-box .info-list .item {
			width: 100%;
	}
}
.await-box .info-list .item p {
	margin: 0;
}
.await-box .info-text {
	background: linear-gradient(180deg, rgba(167, 141, 134, 0.1) 0%, rgba(23, 22, 28, 0) 100%);
	padding: 30px 0 30px;
	margin-top: 9px;
	font-weight: 500;
	font-size: 18px;
	line-height: 25px;
	text-align: center;
	color: #9b9797;
}
.await-box .info-text p {
	margin: 0;
}
.await-box .info-text .container {
	position: relative;
}
.await-box .info-text .container:after {
	position: absolute;
	top: -39px;
	left: 0;
	width: 100%;
	height: 9px;
	display: block;
	content: "";
	background: url("../images/arrow-info-text.webp") no-repeat 50% 100%;
	background-size: contain;
}
.why-box {
	padding-bottom: 80px;
}
@media (max-width: 991px) {
	.why-box {
			padding-bottom: 65px;
	}
}
@media (max-width: 767px) {
	.why-box {
			padding-bottom: 40px;
	}
}
@media (max-width: 767px) {
	.why-box {
			padding-bottom: 30px;
	}
}
.why-box .head {
	margin: 0 auto 30px;
}
@media (max-width: 767px) {
	.why-box .head h2 {
			display: flex;
			flex-direction: column;
			align-items: center;
	}
	.why-box .head h2:after {
			margin-top: 20px;
	}
}
.why-box .slider-info-holder {
	padding: 0;
	margin-bottom: 50px;
	position: relative;
}
.why-box .slider-info .item .holder {
	display: flex;
	flex-direction: column;
	justify-content: center;
	max-width: 140px;
	height: 160px;
	margin: 0 auto;
}
.why-box .slider-info .item .ico {
	width: 68px;
	height: 68px;
	display: flex;
	align-items: center;
	justify-content: center;
	margin: 0 auto 10px;
	transition: all linear 0.2s;
}
.why-box .slider-info .item .ico img {
	display: block;
}
.why-box .slider-info .item span {
	display: block;
	font-family: "El Messiri", sans-serif;
	font-style: normal;
	font-weight: 700;
	font-size: 20px;
	line-height: 31px;
	text-align: center;
	color: #9b9797;
	transition: all linear 0.2s;
}
.why-box .slider-info .item svg {
	transition: all linear 0.2s;
}
.why-box .slider-info .item svg path {
	transition: all linear 0.2s;
}
.why-box .slider-info .item:hover,
.why-box .slider-info .item.swiper-slide-thumb-active {
	cursor: pointer;
}
.why-box .slider-info .item:hover .holder,
.why-box .slider-info .item.swiper-slide-thumb-active .holder {
	background: url("../images/active-type.webp") center no-repeat;
	background-size: cover;
}
.why-box .slider-info-block {
	position: relative;
}
.why-box .slider-info-block .btn-promo-slider {
	bottom: 135px;
	position: absolute;
	margin: 0 !important;
	z-index: 10;
}
@media (max-width: 991px) {
	.why-box .slider-info-block .btn-promo-slider {
			bottom: 0;
	}
}
.why-box .slider-info-block .btn-promo-slider.btn-promo-prev {
	left: 0;
}
.why-box .slider-info-block .btn-promo-slider.btn-promo-next {
	left: 55px;
}
.why-box .info-block .item {
	display: flex;
	align-items: center;
	justify-content: space-between;
	font-weight: 400;
	font-size: 15px;
	line-height: 21px;
	color: white;
}
@media (max-width: 767px) {
	.why-box .info-block .item {
			flex-direction: column-reverse;
			justify-content: flex-start;
	}
}
.why-box .info-block .item h3 {
	padding-bottom: 21px;
	position: relative;
	margin-bottom: 20px;
}
.why-box .info-block .item p {
	margin: 0;
}
.why-box .info-block .item .text {
	width: calc(100% - 384px);
	padding-right: 50px;
	padding-bottom: 90px;
	margin-bottom: 55px;
}
@media (max-width: 991px) {
	.why-box .info-block .item .text {
			width: calc(100% - 300px);
			padding-bottom: 0px;
	}
}
@media (max-width: 767px) {
	.why-box .info-block .item .text {
			width: 100%;
			padding-right: 0;
			margin: 0;
	}
}
.why-box .info-block .item .text .btn-promo {
	display: flex;
	margin-top: 20px;
	margin-left: auto;
	max-width: 200px;
}
.why-box .info-block .item .text .btn-promo span {
	min-height: 50px;
	padding: 0 50px;
}
.why-box .info-block .item .img {
	max-width: 384px;
	padding: 17px;
	background: url("../images/bg-img-01.webp") no-repeat 50% 50%;
	background-size: contain;
}
@media (max-width: 991px) {
	.why-box .info-block .item .img {
			width: 300px;
	}
}
@media (max-width: 767px) {
	.why-box .info-block .item .img {
			margin: 0 auto 50px;
	}
}
.why-box .info-block .item .img img {
	display: block;
	width: 100%;
	height: auto;
}
.benefits-block {
	padding: 124px 0 166px;
	background: url("../images/bg-benefits.webp") no-repeat 50% 50%;
	background-size: contain;
}
@media (max-width: 991px) {
	.benefits-block {
			background-size: cover;
			padding: 75px 0;
	}
}
.benefits-block h2 {
	margin-bottom: 30px;
}
@media (max-width: 1199px) {
	.benefits-block h2 {
			flex-wrap: initial;
			max-width: 645px;
			margin-left: auto;
			margin-right: auto;
	}
}
@media (max-width: 767px) {
	.benefits-block h2 {
			flex-direction: column;
			align-items: center;
			text-align: center;
			justify-content: center;
	}
	.benefits-block h2:after {
			margin: 20px 0 0;
	}
}
.benefits-block .tab-nav {
	display: flex;
	justify-content: space-between;
	padding-bottom: 20px;
	position: relative;
	margin-bottom: 50px;
}
@media (max-width: 991px) {
	.benefits-block .tab-nav {
			flex-direction: column;
			padding-bottom: 0;
	}
}
.benefits-block .tab-nav:after {
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 5px;
	background: rgba(255, 255, 255, 0.1);
	border-radius: 5px;
	display: block;
	content: "";
}
@media (max-width: 991px) {
	.benefits-block .tab-nav:after {
			display: none;
	}
}
.benefits-block .tab-nav li {
	width: 33.33%;
	display: flex;
	align-items: center;
	justify-content: center;
}
@media (max-width: 991px) {
	.benefits-block .tab-nav li {
			width: 100%;
	}
	.benefits-block .tab-nav li + li {
			margin-top: 30px;
	}
}
.benefits-block .tab-nav li a {
	font-family: "El Messiri", sans-serif;
	font-style: normal;
	font-weight: 700;
	font-size: 20px;
	line-height: 31px;
	text-align: center;
	color: #9b9797;
	text-decoration: none;
	transition: all linear 0.2s;
	position: relative;
	display: flex;
	justify-content: center;
	width: 100%;
}
@media (max-width: 991px) {
	.benefits-block .tab-nav li a {
			padding-bottom: 20px;
	}
}
.benefits-block .tab-nav li a:after {
	position: absolute;
	bottom: -20px;
	left: 0;
	width: 100%;
	height: 5px;
	border-radius: 5px;
	background: rgba(255, 255, 255, 0.1);
	display: block;
	transition: all linear 0.2s;
	opacity: 0;
	content: "";
}
@media (max-width: 991px) {
	.benefits-block .tab-nav li a:after {
			opacity: 1;
			bottom: 0;
	}
}
.benefits-block .tab-nav li a:hover,
.benefits-block .tab-nav li a.active {
	color: #e56300;
}
.benefits-block .tab-nav li a.active:after {
	opacity: 1;
	background: #e56300;
}
.benefits-block .tab-content .tab {
	display: none;
}
.benefits-block .tab-content .tab.active {
	display: block;
}
.benefits-block .tab-content .tab .holder {
	background: url("../images/bg-tab.webp") no-repeat 50% 50%;
	background-size: contain;
	padding: 22px 24px;
	display: flex;
	align-items: center;
	justify-content: space-between;
	flex-wrap: wrap;
}
@media (max-width: 1199px) {
	.benefits-block .tab-content .tab .holder {
			background: none;
			border: 1px solid #e56300;
			padding: 25px;
	}
}
@media (max-width: 991px) {
	.benefits-block .tab-content .tab .holder {
			flex-direction: column;
			align-items: center;
	}
}
.benefits-block .tab-content .tab .btn-promo {
	display: flex;
	margin: 30px auto 0;
	max-width: 300px;
}
.benefits-block .tab-content .tab .btn-promo span {
	min-height: 50px;
	padding: 0 50px;
}
.benefits-block .tab-content .tab .column {
	width: 50%;
	padding-left: 18px;
	font-weight: 500;
	font-size: 18px;
	line-height: 25px;
	color: #9b9797;
}
@media (max-width: 991px) {
	.benefits-block .tab-content .tab .column {
			text-align: center;
			width: 100%;
			padding: 0;
	}
}
.benefits-block .tab-content .tab .column:first-child {
	padding-left: 0;
	padding-right: 18px;
}
@media (max-width: 991px) {
	.benefits-block .tab-content .tab .column:first-child {
			padding: 0;
	}
}
@media (max-width: 991px) {
	.benefits-block .tab-content .tab .column .img-slider {
			margin-bottom: 35px;
	}
}
.benefits-block .tab-content .tab .column .img-slider .item {
	overflow: hidden;
	display: flex;
	justify-content: center;
	align-items: center;
}
.benefits-block .tab-content .tab .column .img-slider .item img {
	max-width: initial;
	height: 100%;
	object-fit: contain;
	object-position: center;
}
.benefits-block .tab-content .tab .column h3 {
	margin-bottom: 20px;
}
@media (max-width: 991px) {
	.benefits-block .tab-content .tab .column h3 {
			display: flex;
			flex-direction: column;
			align-items: center;
	}
	.benefits-block .tab-content .tab .column h3:after {
			position: initial;
			top: initial;
			left: initial;
			margin-top: 20px;
	}
}
.benefits-block .tab-content .tab .column p {
	margin: 0;
	color: white;
}
.benefits-block .tab-content .tab .column .list {
	margin: 10px 0;
	padding: 0;
}
@media (max-width: 991px) {
	.benefits-block .tab-content .tab .column .list {
			display: flex;
			flex-direction: column;
			align-items: center;
	}
}
.benefits-block .tab-content .tab .column .list li {
	font-weight: 500;
	font-size: 18px;
	line-height: 22px;
	color: #ffffff;
}
.benefits-block .tab-content .tab .column .list li + li {
	margin-top: 10px;
}
.benefits-block .tab-content .tab .column .list li span {
	padding-left: 30px;
	background: url("../images/list-pointer.webp") no-repeat 0 50%;
	display: block;
}
@media (max-width: 767px) {
	.benefits-block .tab-content .tab .column .list li span {
			display: inline;
	}
}
.referral-block {
	background: url("../images/referal-bg.webp") no-repeat 50% 50%;
	background-size: cover;
}
.referral-block .container {
	min-height: 670px;
	padding-top: 170px;
	padding-bottom: 170px;
	position: relative;
}
.referral-block .container:before {
	position: absolute;
	top: -9px;
	left: 0;
	width: 100%;
	height: 9px;
	display: block;
	content: "";
	background: url("../images/arrow-info-text.webp") no-repeat 50% 100%;
	background-size: contain;
}
@media (max-width: 1199px) {
	.referral-block .container {
			padding-top: 70px;
			padding-bottom: 70px;
			min-height: initial;
	}
}
@media (max-width: 991px) {
	.referral-block .container {
			padding-top: 45px;
			padding-bottom: 45px;
	}
}
@media (max-width: 767px) {
	.referral-block .container {
			padding-top: 68px;
			padding-bottom: 68px;
	}
}
@media (max-width: 767px) {
	.referral-block .container {
			padding-top: 55px;
			padding-bottom: 55px;
	}
}
.blocks .text {
	max-width: 685px;
	font-family: "Lato", sans-serif;
	font-weight: 500;
	font-size: 20px;
	line-height: 30px;
	color: #ffffff;
}
@media (max-width: 767px) {
	.blocks .text {
			text-align: center;
	}
}
@media (max-width: 767px) {
	.blocks .text {
			font-size: 18px;
			line-height: 25px;
	}
}
.blocks .text h2 {
	margin-bottom: 45px;
}
@media (max-width: 767px) {
	.blocks .text h2 {
			flex-direction: column;
			align-items: center;
			text-align: center;
			justify-content: center;
			margin-bottom: 20px;
	}
	.blocks .text h2:after {
			margin: 20px 0 0;
	}
}
.blocks .text p {
	margin: 0;
}
.blocks .text .btn-promo {
	margin-top: 45px;
	min-width: 300px;
}
@media (max-width: 767px) {
	.blocks .text .btn-promo {
			margin-left: auto;
			margin-right: auto;
	}
}
.launch-box {
	padding: 100px 0;
	background: url("../images/bg-launch.webp") no-repeat 50% 0;
	font-weight: 400;
	font-size: 18px;
	line-height: 135%;
	text-align: center;
	color: rgba(255, 255, 255, 0.6);
}
@media (max-width: 991px) {
	.launch-box {
			background-size: cover;
	}
}
.launch-box .title {
	display: block;
	font-family: "El Messiri", sans-serif;
	font-style: normal;
	font-weight: 700;
	font-size: 24px;
	line-height: 27px;
	text-align: center;
	color: #e56300;
	text-transform: uppercase;
	margin-bottom: 30px;
}
.launch-box h2 {
	margin-bottom: 30px;
	text-transform: uppercase;
}
.launch-box .btn-promo {
	margin: 27px auto 0;
	min-width: 313px;
	display: inline-flex;
}
.launch-box .img-launch {
	margin: 75px 0;
}
.launch-box .img-launch img {
	display: block;
	width: 100%;
	height: auto;
}
.launch-box h3 {
	margin-bottom: 50px;
	text-align: center;
	text-transform: uppercase;
	display: flex;
	align-items: center;
	flex-direction: column;
	padding: 0;
}
.launch-box h3:after {
	left: initial;
	bottom: initial;
	position: initial;
	margin-top: 20px;
}
@media (max-width: 767px) {
	.launch-box h3 {
			font-size: 20px;
	}
}
.launch-box .info-launch {
	display: flex;
	justify-content: center;
	margin: 0 auto;
	width: 100%;
}
@media (max-width: 767px) {
	.launch-box .info-launch {
			flex-direction: column;
	}
}
.launch-box .info-launch li {
	width: 32%;
	font-weight: 500;
	font-size: 18px;
	line-height: 25px;
	text-align: center;
	color: #9b9797;
}
@media (max-width: 767px) {
	.launch-box .info-launch li {
			width: 100%;
			padding: 30px 0 0;
			text-align: left;
	}
	.launch-box .info-launch li + li {
			margin-top: 10px;
	}
}
@media (max-width: 991px) {
	.launch-box .info-launch li:first-child {
			padding-top: 0;
	}
}
.launch-box .info-launch li p {
	margin: 0;
}
@media (max-width: 767px) {
	.launch-box .info-launch li p {
			width: calc(100% - 60px);
	}
}
.launch-box .info-launch li div {
	display: flex;
	flex-direction: column;
	align-items: center;
}
@media (max-width: 767px) {
	.launch-box .info-launch li div {
			flex-direction: row;
	}
}
.launch-box .info-launch li .number {
	width: 45px;
	height: 45px;
	border-radius: 50px;
	justify-content: center;
	align-items: center;
	position: relative;
	padding: 1px;
	background: linear-gradient(90deg, rgba(255, 255, 255, 0.25) 0%, rgba(255, 255, 255, 0) 100%), linear-gradient(180deg, #e56300 0%, #f47d23 51.03%, #e56300 51.04%, #e56300 100%);
	box-shadow: 0px 5px 15px #17161c;
	margin-bottom: 15px;
	font-family: "El Messiri", sans-serif;
	font-style: normal;
	font-weight: 700;
	font-size: 24px;
	line-height: 38px;
	color: #ffffff;
}
@media (max-width: 767px) {
	.launch-box .info-launch li .number {
			margin-bottom: 0;
			margin-right: 15px;
	}
}
.launch-box .info-launch li .number:after {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	border-radius: 50px;
	z-index: 1;
	display: block;
	content: "";
	background: linear-gradient(90deg, rgba(255, 255, 255, 0.25) 0%, rgba(255, 255, 255, 0) 25%, rgba(255, 255, 255, 0.75) 76.56%, rgba(255, 255, 255, 0.25) 100%);
}
.launch-box .info-launch li .number span {
	position: relative;
	z-index: 2;
	display: flex;
	align-items: center;
	justify-content: center;
	width: 100%;
	height: 100%;
	border-radius: 50px;
	padding-top: 5px;
	background: linear-gradient(90deg, rgba(255, 255, 255, 0.25) 0%, rgba(255, 255, 255, 0) 100%), linear-gradient(180deg, #e56300 0%, #f47d23 51.03%, #e56300 51.04%, #e56300 100%);
}
.launch-box .info-launch li .number span svg {
	display: block;
	margin: 0;
}
.launch-box .info-launch li .number span svg path {
	stroke: #fff;
}
.install-block {
	padding: 89px 0 75px;
	background: url("../images/bg_q.webp") no-repeat 50% 50%;
	text-align: center;
}
@media (max-width: 991px) {
	.install-block {
			padding-top: 75px;
			background-size: cover;
	}
}
.install-block .container {
	display: flex;
	align-items: center;
	justify-content: space-between;
}
@media (max-width: 991px) {
	.install-block .container {
			position: relative;
	}
}
@media (max-width: 767px) {
	.install-block .container {
			height: initial;
			justify-content: center;
	}
}
.install-block .container .text {
	max-width: initial;
	width: 100%;
}
.install-block .container .text .btn-promo {
	margin-left: auto;
	margin-right: auto;
	display: inline-flex;
}
.install-block h2.title.bottom-line {
	text-transform: uppercase;
	margin-bottom: 45px;
	align-items: center;
}
footer {
	background: linear-gradient(180deg, rgba(167, 141, 134, 0.1) 0%, rgba(23, 22, 28, 0) 100%);
}
footer .container {
	padding-top: 40px;
	padding-bottom: 40px;
	background: url("../images/bg-footer.webp") no-repeat 50% 0;
	background-size: contain;
	display: flex;
	align-items: center;
	justify-content: space-between;
}
@media (max-width: 767px) {
	footer .container {
			flex-direction: column;
			justify-content: center;
	}
}
footer .container .logo-promo {
	display: inline-flex;
	transition: all linear 0.2s;
	max-width: 130px;
}
footer .container .logo-promo img {
	display: block;
}
footer .container .logo-promo:hover {
	filter: brightness(130%)
}
footer .container .logo-promo.mob {
	display: none;
}
@media (max-width: 767px) {
	footer .container .logo-promo.mob {
			display: inline-flex;
			order: 1;
	}
}
@media (max-width: 767px) {
	footer .container .left {
			order: 4;
			margin-top: 20px;
			text-align: center;
	}
}
@media (max-width: 767px) {
	footer .container .left .logo {
			display: none;
	}
}
footer .container .left .copyright {
	font-weight: 400;
	font-size: 15px;
	color: white;
}
footer .container .left a {
	font-weight: 400;
	font-size: 14px;
	line-height: 110%;
	text-decoration-line: underline;
	color: #9b9797;
	text-shadow: 2px 2px 2px rgba(0, 0, 0, 0.25), 2px 2px 2px rgba(0, 0, 0, 0.25);
}
footer .container .left a:hover {
	text-decoration: none;
}
footer .container .panel li:first-child {
	padding-top: 0;
}
footer .container .panel li ul {
	display: none;
	position: absolute;
	bottom: 100%;
	top: initial;
	left: 50%;
	margin-bottom: 15px;
	transform: translateX(-50%);
	background: #17161c;
	padding: 40px 30px 20px;
	flex-direction: column;
	align-items: flex-start;
	z-index: 100;
	min-width: 250px;
	max-height: 70vh;
	overflow-y: auto;
}
footer .container .panel li ul li {
	padding: 0;
}
footer .container .panel li ul li + li {
	padding-top: 15px;
}
footer .container .panel li ul li.download {
	padding-top: 20px;
	margin: 0 -30px;
}
@media (max-width: 767px) {
	footer .container .panel li ul li.download a {
			justify-content: center;
	}
}
footer .container .panel li ul a {
	display: flex;
	align-items: center;
}
@media (max-width: 767px) {
	footer .container .panel li ul a {
			justify-content: flex-start;
	}
}
footer .container .panel li .lang-box ul {
	min-width: initial;
	bottom: 100%;
	left: 0;
	transform: none;
	padding: 20px 30px;
	box-shadow: none;
	border-bottom: 1px solid #e56300;
}
footer .container .panel li.drop > a {
	padding-right: 16px;
	background: url("../images/arrow-nav.svg") no-repeat 100% 50%;
}
footer .container .panel li a {
	font-style: normal;
	font-weight: 700;
	font-size: 14px;
	color: #ffffff;
	transition: all linear 0.2s;
	display: inline-flex;
	align-items: center;
	text-transform: uppercase;
	text-decoration: none;
}
@media (max-width: 767px) {
	footer .container .panel li a {
			justify-content: center;
	}
}
footer .container .panel li a.btn-promo {
	min-height: 50px;
}
footer .container .panel li a.btn-promo span {
	min-height: 50px;
}
footer .container .panel li a.active:not(.btn-promo),
footer .container .panel li a:hover:not(.btn-promo) {
	color: #e56300;
}
footer .container .panel li a.active:not(.btn-promo) svg path,
footer .container .panel li a:hover:not(.btn-promo) svg path {
	fill: #e56300;
}
footer .container .panel li a img {
	display: block;
	margin-right: 10px;
}
footer .container .panel li a svg {
	display: block;
	margin-right: 10px;
	transition: all linear 0.2s;
}
footer .container .panel li a svg path {
	fill: #fff;
	transition: all linear 0.2s;
}
footer .container .panel li .lang-box .btn-promo-lang {
	padding-top: 0;
	padding-bottom: 0;
}
@media (max-width: 767px) {
	footer .container .panel li .lang-box ul {
			min-width: 120px;
	}
}
@media (max-width: 767px) {
	footer .container .age {
			margin: 20px auto 0;
			order: 3;
	}
}
.social {
	position: fixed;
	top: 50%;
	right: 0;
	z-index: 990;
	transform: translateY(-50%);
}
.social a {
	display: flex;
	width: 53px;
	height: 53px;
	align-items: center;
	justify-content: center;
	text-decoration: none;
	transition: all linear 0.2s;
}
.social a svg {
	display: block;
}
.social a:hover {
	opacity: 0.8;
}
.social a.vk {
	background: #4ba6d2;
}
.social a.ds {
	background: #6278d8;
}
.social a.tg {
	background: #1ba8ec;
}
.modal {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 999;
	display: none;
}
.modal .modal-holder {
	width: 100%;
	height: 100%;
	overflow-y: scroll;
	display: flex;
	justify-content: center;
	padding: 0 15px;
	position: relative;
}
.modal .shadow {
	background: rgba(23, 22, 28, 0.75);
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	z-index: 1;
}
.modal .close {
	position: absolute;
	padding: 10px;
	top: 10px;
	right: 10px;
	z-index: 3;
	width: 50px;
	height: 50px;
	display: none;
	align-items: center;
	justify-content: center;
	font-weight: 400;
	font-size: 30px;
	color: #ffffff;
	opacity: 1;
}
@media (max-width: 1199px) {
	.modal .close {
			display: flex;
	}
}
.modal .close svg path {
	stroke: #ecbf76;
	stroke-width: 3px;
}
.modal .holder-modal-body {
	padding: 150px 0 15px;
	width: 100%;
	max-width: 1000px;
	position: relative;
	margin: auto;
}
@media (max-width: 767px) {
	.modal .holder-modal-body {
			padding-top: 88px;
	}
}
@media (max-width: 767px) {
	.modal .holder-modal-body {
			padding-top: 59px;
	}
}
.modal .holder-modal-body:before {
	position: absolute;
	left: 0;
	height: 287px;
	top: 0;
	width: 100%;
	display: block;
	content: "";
	background: url("../images/gold.webp") no-repeat 50% 0;
	z-index: 2;
}
@media (max-width: 767px) {
	.modal .holder-modal-body:before {
			background-size: 420px;
	}
}
@media (max-width: 767px) {
	.modal .holder-modal-body:before {
			background-size: 280px;
	}
}
.modal .modal-body {
	padding: 115px 15px 50px;
	background: #25242c;
	border-radius: 10px;
	width: 100%;
	max-width: 1000px;
	position: relative;
}
@media (max-width: 767px) {
	.modal .modal-body {
			padding-top: 84px;
	}
}
@media (max-width: 767px) {
	.modal .modal-body {
			padding-top: 63px;
			padding-left: 0;
			padding-right: 0;
	}
}
.modal .modal-body .content {
	position: relative;
	z-index: 2;
	max-width: 748px;
	margin: 0 auto;
}
.modal .modal-body .content h3 {
	text-align: center;
	margin-bottom: 35px;
	padding-bottom: 0;
}
.modal .modal-body .content h3:after {
	display: none;
}
.modal .modal-body .content .list-acc {
	display: flex;
	justify-content: center;
}
@media (max-width: 767px) {
	.modal .modal-body .content .list-acc {
			flex-direction: column;
			align-items: center;
	}
}
.modal .modal-body .content .list-acc .item {
	width: 300px;
}
@media (max-width: 767px) {
	.modal .modal-body .content .list-acc .item {
			width: 100%;
			max-width: 300px;
	}
}
.modal .modal-body .content .list-acc .item .holder {
	background: url("../images/bg-acc.webp") no-repeat 50% 50%;
	background-size: contain;
	position: relative;
	padding: 35px 10px;
}
.modal .modal-body .content .list-acc .item .holder .title {
	display: block;
	font-family: "El Messiri", sans-serif;
	font-style: normal;
	font-weight: 700;
	font-size: 30px;
	color: #ffffff;
	text-align: center;
	margin-bottom: 15px;
}
.modal .modal-body .content .list-acc .item .holder .text {
	display: block;
	font-weight: 400;
	font-size: 15px;
	line-height: 21px;
	color: #ffffff;
	opacity: 0.6;
	text-align: center;
	margin-bottom: 16px;
}
.modal .modal-body .content .list-acc .item .holder .name {
	font-family: "El Messiri", sans-serif;
	font-style: normal;
	font-weight: 700;
	font-size: 18px;
	line-height: 28px;
	text-align: center;
	justify-content: center;
	text-transform: uppercase;
	color: #ffffff;
	display: flex;
	align-items: center;
	transition: all linear 0.2s;
	border: none;
	position: relative;
	width: 320px;
	margin-bottom: 15px;
	margin-left: -20px;
	margin-right: -20px;
	height: 50px;
	background: linear-gradient(90deg, rgba(255, 255, 255, 0.25) 0%, rgba(255, 255, 255, 0) 100%), linear-gradient(180deg, #4bbc3c 0%, #4bbc3c 51.04%, #47a23b 51.05%, #47a13b 100%);
	box-shadow: 0px 5px 15px rgba(23, 22, 28, 0.25);
	border-radius: 50px;
}
.modal .modal-body .content .list-acc .item .holder .list {
	display: flex;
	justify-content: center;
	align-items: center;
	flex-wrap: wrap;
	max-width: 220px;
	margin: 0 auto;
}
.modal .modal-body .content .list-acc .item .holder .list li {
	padding: 0 7px 13px;
}
.modal .modal-body .content .list-acc .item .holder .list li img {
	display: block;
}
.modal .modal-body .content .btn-promo {
	min-width: 313px;
	margin: 35px auto 0;
	min-height: 50px;
	max-width: 400px;
}
.modal .modal-body .content .btn-promo span {
	min-height: 50px;
	font-weight: 700;
	font-size: 20px;
}
@media (max-width: 767px) {
	.modal .modal-body .content .btn-promo span {
			font-size: 17px;
	}
}
@media (max-width: 767px) {
	.modal .modal-body .content .btn-promo {
			margin-top: 20px;
			width: 100%;
	}
}
header .bottom .container {
	display: flex;
	justify-content: space-between;
}
.btn-promo-primary {
	position: relative;
	display: flex;
	align-items: center;
	justify-content: center;
	font-family: "El Messiri";
	font-weight: 700;
	font-size: 20px;
	padding-top: 6px;
	text-transform: uppercase;
	color: white;
	transition: all 0.35s;
	background-size: cover;
}
.btn-promo-modal {
	background: url("../images/btn-small.webp") center no-repeat;
	width: 244px;
	height: 48px;
}
.btn-promo-big {
	background: url("../images/btn-big.webp") center no-repeat;
	width: 400px;
	height: 80px;
}
.btn-promo-primary:hover {
	filter: brightness(130%);
}
.btn-promo.btn-promo-slider {
	display: flex;
	height: 44px;
	width: 44px;
	align-items: center;
	justify-content: center;
	border-radius: 100%;
	border: 2px solid #9b9797 !important;
	background: none;
	transition: all 0.35s;
}
.btn-promo-next {
	transform: scaleX(-1);
}
.btn-promo.btn-promo-slider:not(:is(.swiper-button-disabled)) {
	background: #ff9900 !important;
	border-color: #ff9900 !important;
}
.btn-promo.btn-promo-slider:not(:is(.swiper-button-disabled)) path {
	stroke: white;
}
.btn-promo.btn-promo-slider:not(:is(.swiper-button-disabled)):hover {
	filter: brightness(115%);
}
.btn-promo.btn-promo-slider:not(:is(.swiper-button-disabled)):active {
	filter: brightness(85%);
}
.register-block {
	padding: 120px 0;
}

.register-block .btn-promo-big {
	margin: auto;
}
.register-block h3::after {
	display: none;
}
.register-block__info {
	text-align: center;
	margin-bottom: 64px;
}
.register-block__reg {
	font-family: "El Messiri";
	font-weight: 700;
	font-size: 24px;
	line-height: 27px;
	color: #e56300;
	margin-bottom: 30px;
}
.register-block__description {
	font-size: 20px;
	line-height: 30px;
	color: white;
}
.register-form {
	display: flex;
	flex-direction: column;
	gap: 20px;
	max-width: 600px !important;
}
.register-form label {
	font-family: "El Messiri";
	font-weight: 700;
	font-size: 14px;
	line-height: 22px;
	text-transform: uppercase;
	margin-bottom: 2px;
	color: white;
}
.input-group {
	position: relative;
	display: flex;
	flex-direction: column;
}
input {
	background: #121115;
	border: 1px solid #28262f;
	border-radius: 4px;
	padding: 12px 50px 12px 40px;
	color: white;
}
.show-pass {
	cursor: pointer;
	position: absolute;
	top: 40px !important;
	right: 16px !important;
	background: none !important;
}
.show-pass path {
	transition: all 0.5s;
}
.show-pass:hover path {
	fill: #faa905;
}
.show-pass.show path {
	fill: #e56300;
}
.accent {
	color: #e56300;
	transition: all 0.35s;
}
.accent:hover {
	color: #faa905;
}
.checkbox-group input[type="checkbox"] {
	display: none;
}
.checkbox-group label {
	cursor: pointer;
	position: relative;
	display: flex;
	gap: 12px;
	margin-bottom: 10px;
	align-items: start;
}
.checkbox-group label::before {
	content: "";
	min-width: 24px;
	min-height: 24px;
	background: #121115;
	border: 1px solid #ccc;
	border-radius: 4px;
}
.checkbox-group input + label::after {
	content: "";
	position: absolute;
	left: 6px;
	top: 6px;
	min-width: 12px;
	min-height: 12px;
	background-color: #e56300;
	border-radius: 2px;
	opacity: 0;
	transform: scale(0);
	transition: all 0.5s;
}
.checkbox-group input + label:hover::before {
	border-color: #faa905;
}
.checkbox-group input:checked + label::before {
	border-color: #e56300;
}
.checkbox-group input:checked + label::after {
	transform: scale(1);
	opacity: 1;
}
@media (max-width: 767px) {
	.banner .btn-promo {
			line-height: 68px;
	}
	.btn-promo-big {
			height: 68px;
	}
	.btn-promo-big,
	.blocks .text .btn-promo {
			background-size: contain;
			width: 340px;
	}
	.input-group {
			max-width: 100%;
	}
}
@media (max-width: 767px) {
	h2.title-types::before,
	h2.title-types::after {
			display: none;
	}
	.swiper-thumbs {
			display: none;
	}
	.why-box .slider-info-block .btn-promo-slider.btn-promo-prev {
			top: 190px;
			left: 0;
	}
	.why-box .slider-info-block .btn-promo-slider.btn-promo-next {
			top: 190px;
			left: initial;
			right: 0;
	}
	.why-box .slider-info .item {
			min-width: 140px;
	}
	.social {
			top: 200px;
			transform: initial;
	}
	footer .panel {
			flex-direction: column;
	}
	header .bottom .container {
			justify-content: center;
	}
	.why-box .info-block .item h3 {
			position: absolute;
			margin-bottom: 0;
			top: 16px;
			left: 50%;
			transform: translateX(-50%);
			background: rgba(0, 0, 0, 0.5);
			width: calc(100% - 80px);
			text-align: center;
			padding: 12px;
	}
}
footer .left {
	display: flex;
	gap: 24px;
	align-items: center;
}
footer .left .logo {
	width: 120px;
}
footer .panel {
	display: flex;
	gap: 16px;
	align-items: center;
}
.video {
	position: relative;
}
.play-video {
	position: absolute;
	left: 50%;
	transform: translate(-50%);
}
.bonus-reg {
	color: white;
}
.bonus-reg:hover {
	filter: brightness(120%);
}

header.header-promo {
	height: initial;
	padding: 0;
}

body {
	padding: 0 !important;
	background: #17161C !important;
	font-family: 'Lato', sans-serif !important;
}

.input-group input + p.form-info {
	max-height: 0;
	position: relative;
	color: white;
	margin: 0;
	opacity: 0;
	top: calc(100% + 8px);
	transition: all .35s;
}

.input-group input:focus + p.form-info {
	max-height: 100px;
	margin-top: 8px;
	top: calc(100% + 4px);
	opacity: .75;
}


@media (max-width: 767px) {
	.benefits-block .tab-nav {
		padding: 0;
	}

	.benefits-block .tab-content .tab .column .list {
		padding: 0;
	}
	.benefits-block .tab-content .tab .column .list li {
		width: 100%;
		text-align: left;
	}

	.input-group input + p.form-info {
		display: none;
	}	
}

.position-fixed.cs-zindex {
	width: 100% !important;
	right: 50% !important;
	top: 50% !important;
	transform: translateX(50%) !important;
	max-width: 480px !important;
}

@media (min-width: 768px) and (max-width: 1279px)  {
	.container {
		max-width: 100% !important;
	}

	.header-promo .logo span {
		display: none;
	}

	.header-promo .separator {
		margin-left: 16px;
	}

	header .bottom {
		height: initial;
	}

	header .bottom .container {
		justify-content: space-evenly;
    gap: 16px;
    height: initial;
    padding: 12px;
	}
}