@charset "utf-8";

@import url('https://fonts.googleapis.com/css2?family=Roboto:wght@100..900&display=swap');

body {
	overflow-x: hidden;
	min-height: 100vh;
	background-color: #030A16;
	font-family: 'Roboto', sans-serif;
	font-weight: 300;
	font-size: 15px;
	line-height: 150%;
	color: #fff;
	text-align: left;
}

p {
	margin-top: 16px;
	width: 100%;
}

p:first-child {
	margin-top: 0;
}

ul,
ol {
	text-align: left;
	width: 100%;
}

li {
	background: -o-linear-gradient(left, rgba(112, 41, 255, 0.85) 0%, rgba(35, 185, 142, 0.85) 100%);
	background: -webkit-gradient(linear, left top, right top, from(rgba(112, 41, 255, 0.85)), to(rgba(35, 185, 142, 0.85)));
	background: linear-gradient(90deg, rgba(112, 41, 255, 0.85) 0%, rgba(35, 185, 142, 0.85) 100%);
	border-radius: 6px;
	font-weight: 600;
	line-height: 153%;
	overflow: hidden;
	position: relative;
	padding: 13px 20px 13px 40px;
}

li+li {
	margin-top: 20px;
}

ol li {
	counter-increment: ol;
	padding-left: 60px;
}

ul>li:before,
ol>li:before {
	display: inline-block;
	font: inherit;
	position: absolute;
	top: 0;
	bottom: 0;
}

ul>li:before {
	content: "";
	background-color: #fff;
	border-radius: 50%;
	width: 6px;
	height: 6px;
	left: 20px;
	margin: auto;
}

ol>li:before {
	content: counter(ol);
	background-color: #fff;
	font-weight: 700;
	color: #223CA8;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	width: 40px;
	left: 0;
}

nav ul li {
	background: none;
	border-radius: 0;
	padding: 0;
}

nav ul li:before {
	display: none;
}

nav ul li+li {
	margin-top: 0;
}

/* Title */
h1,
h2,
h3,
h4,
.title {
	display: block;
	position: relative;
	width: 100%;
	font-weight: 900;
	line-height: 150%;
	text-transform: uppercase;
}

.title {
	margin-bottom: 20px;
}

h1,
.title.general {
	font-size: 26px;
	color: #FFFF5A;
}

h2,
.title.high {
	font-weight: 600;
	font-size: 26px;
	line-height: 124%;
	padding: 10px 0;
}

h2:after {
	content: '';
	background: -o-linear-gradient(left, rgba(112, 41, 255, 0.85) 0%, rgba(35, 185, 142, 0.85) 100%);
	background: -webkit-gradient(linear, left top, right top, from(rgba(112, 41, 255, 0.85)), to(rgba(35, 185, 142, 0.85)));
	background: linear-gradient(90deg, rgba(112, 41, 255, 0.85) 0%, rgba(35, 185, 142, 0.85) 100%);
	height: 2px;
	width: 100%;
	position: absolute;
	left: 0;
	bottom: 0;
}

h3,
.title.middle {
	font-size: 24px;
	text-transform: none;
}

h4,
.title.mini {
	font-size: 20px;
}

/* Article */
article,
.article {
	font-weight: 300;
	font-size: 15px;
	line-height: 150%;
	text-align: left;
}

article>*:first-child,
.article>*:first-child {
	margin-top: 0px;
}

article>*+*,
.article>*+* {
	margin-top: 20px;
}

article p a,
.article p a,
article li a:not(.button),
.article li a:not(.button) {
	color: inherit;
	text-decoration: underline;
}

article img,
.article img {
	display: block;
}

article .title+*,
.article .title+* {
	margin-top: 0;
}

/* Button */
.button {
	display: inline-block;
	background: -o-radial-gradient(55.4% 14.06%, 45.91% 85.94%, rgba(255, 255, 255, 0.4) 0%, rgba(255, 255, 255, 0.032) 100%),
		-o-radial-gradient(22.73% 20.31%, 66.76% 121.06%, rgba(45, 241, 81, 0.2) 18.63%, rgba(55, 241, 45, 0.186) 100%),
		-o-radial-gradient(33.52% -15.63%, 76.9% 122.63%, #F2F292 0%, #169100 85.15%),
		-o-radial-gradient(82.39% 55.47%, 35.8% 316.2%, #16A302 0%, #00BCB1 100%);
	background: radial-gradient(45.91% 85.94% at 55.4% 14.06%, rgba(255, 255, 255, 0.4) 0%, rgba(255, 255, 255, 0.032) 100%),
		radial-gradient(66.76% 121.06% at 22.73% 20.31%, rgba(45, 241, 81, 0.2) 18.63%, rgba(55, 241, 45, 0.186) 100%),
		radial-gradient(76.9% 122.63% at 33.52% -15.63%, #F2F292 0%, #169100 85.15%),
		radial-gradient(35.8% 316.2% at 82.39% 55.47%, #16A302 0%, #00BCB1 100%);
	-webkit-box-shadow: 10px 10px 50px 0px rgba(30, 233, 50, 0.302),
		-10px -10px 50px 0px #1B0C71,
		-2px -6px 20px 0px rgba(30, 233, 50, 0.302),
		0px 0px 10px 0px rgba(255, 255, 255, 0.6) inset;
	box-shadow: 10px 10px 50px 0px rgba(30, 233, 50, 0.302),
		-10px -10px 50px 0px #1B0C71,
		-2px -6px 20px 0px rgba(30, 233, 50, 0.302),
		0px 0px 10px 0px rgba(255, 255, 255, 0.6) inset;
	border-radius: 10px;
	font-weight: 500;
	font-size: 17px;
	color: #fff;
	line-height: 1.059;
	text-align: center;
	text-transform: capitalize;
	white-space: nowrap;
	padding: 16px;
	margin: 20px 0 0;
	height: auto;
	min-width: 203px;
	position: relative;
}

.button:hover {
	-webkit-transform: scale(1.05);
	-ms-transform: scale(1.05);
	transform: scale(1.05);
}

/* Special */
.image img,
.background img {
	display: block;
	position: relative;
	margin: auto;
}

.background {
	display: block !important;
	position: absolute !important;
	top: 0px;
	bottom: 0px;
	left: 0px;
	right: 0px;
}

.background img {
	width: 100%;
	height: 100%;
	-o-object-fit: cover;
	object-fit: cover;
}

.js-expand-content {
	display: none;
	overflow: hidden;
}

.js-expand-content.expanded {
	height: 100%;
}

svg {
	display: inline-block;
	position: relative;
	vertical-align: inherit;
	fill: rgba(255, 255, 255, 1);
	line-height: 1;
}

use {
	fill: rgba(255, 255, 255, 1);
	fill-rule: evenodd;
	-webkit-transition: all 0.5s;
	-o-transition: all 0.5s;
	transition: all 0.5s;
}

.path {
	fill: inherit;
	stroke: inherit;
	stroke-width: inherit;
}

/* Content */
.content,
.cover {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	position: relative;
	-webkit-box-align: start;
	-ms-flex-align: start;
	align-items: flex-start;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	width: 100%;
	margin: 0px auto;
	overflow: hidden;
}

.content {
	background-color: rgba(9, 34, 77, 0.502);
	border-radius: 12px;
	margin-top: 20px;
	padding: 20px;
}

.cover {
	padding-left: 40px;
	padding-right: 40px;
}

.content>*,
.cover>* {
	display: block;
	position: relative;
}

/* Header */
.header {
	background: #050E22;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-ms-flex-direction: row;
	flex-direction: row;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	gap: 15px;
	overflow: visible;
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	z-index: 1000;
	height: auto;
	padding-top: 14px;
	padding-bottom: 14px;
}

.logo {
	display: inline-block;
}

.logo img {
	display: block;
}

.header__logo {
	max-width: 179px;
}

.menu-button,
.header__menu .header__button {
	display: none;
}

.header__menu {
	margin: 0 auto 0 2.6%;
}

.header__menu ul {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	gap: 40px;
}

.header__menu ul a {
	display: block;
	font-weight: 800;
	font-size: 16px;
	color: rgba(255, 255, 255, .5);
}

.header__menu ul a:hover {
	color: #fff;
}

.header__button {
	font-size: 14px;
	line-height: 1;
	margin-top: 0;
	padding-top: 13px;
	padding-bottom: 13px;
}

.header__button-login {
	background: -o-radial-gradient(55.4% 14.06%, 45.91% 85.94%, rgba(255, 255, 255, 0.4) 0%, rgba(255, 255, 255, 0.032) 100%),
		-o-radial-gradient(22.73% 20.31%, 66.76% 121.06%, rgba(48, 25, 176, 0.2) 18.63%, rgba(9, 91, 179, 0.2) 100%),
		-o-radial-gradient(33.52% -15.63%, 92.56% 151.44%, #2575DE 0%, #221BE8 85.15%),
		-o-radial-gradient(82.39% 55.47%, 35.8% 316.2%, #1F28D6 0%, #2849EF 100%);
	background: radial-gradient(45.91% 85.94% at 55.4% 14.06%, rgba(255, 255, 255, 0.4) 0%, rgba(255, 255, 255, 0.032) 100%),
		radial-gradient(66.76% 121.06% at 22.73% 20.31%, rgba(48, 25, 176, 0.2) 18.63%, rgba(9, 91, 179, 0.2) 100%),
		radial-gradient(92.56% 151.44% at 33.52% -15.63%, #2575DE 0%, #221BE8 85.15%),
		radial-gradient(35.8% 316.2% at 82.39% 55.47%, #1F28D6 0%, #2849EF 100%);
	-webkit-box-shadow: 10px 20px 80px 0px rgba(30, 64, 233, 0.302),
		-20px -20px 50px 0px rgba(14, 14, 15, 0.502),
		-10px -20px 50px 0px rgba(0, 60, 255, 0.2),
		0px 0px 10px 0px rgba(255, 255, 255, 0.6) inset;
	box-shadow: 10px 20px 80px 0px rgba(30, 64, 233, 0.302),
		-20px -20px 50px 0px rgba(14, 14, 15, 0.502),
		-10px -20px 50px 0px rgba(0, 60, 255, 0.2),
		0px 0px 10px 0px rgba(255, 255, 255, 0.6) inset;
	min-width: 129px;
}

.header__button-signup {
	min-width: 131px;
}

.header__lang {
	z-index: 100;
}

.header__lang {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	gap: 5px;
	font-weight: 600;
	font-size: 14px;
	text-transform: uppercase;
}

.header__lang img {
	max-width: 24px;
}

/* Main */
.main {
	padding: 68px 40px 20px 270px;
}

/* Prime */
.prime {
	min-height: 380px;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	padding-top: 30px;
	padding-bottom: 30px;
}

.prime .prime__background img {
	-o-object-position: 90%;
	object-position: 90%;
}

.prime__wrap {
	max-width: 700px;
}

.prime__rating {
	font-size: 18px;
	text-transform: uppercase;
	margin-bottom: 11px;
}

.prime-rating__value {
	margin-left: 4px;
}

.prime__title {
	text-shadow: 0 0 2px rgba(9, 34, 77, 0.8);
	margin-bottom: 0;
}

.prime__text {
	text-shadow: 0 0 2px rgba(9, 34, 77, 0.8);
	margin-top: 13px;
}

.prime__button {
	margin-top: 24px;
}

/* Sidebar */
.sidebar {
	position: fixed;
	top: 88px;
	left: 20px;
	height: calc(100vh - 88px);
	width: 210px;
	padding-bottom: 20px;
	overflow: auto;
	z-index: 10;
}

.sidebar::-webkit-scrollbar {
	display: none;
}

.sidebar__item {
	background-color: #0F1622;
	border-radius: 12px;
	position: relative;
}

.sidebar__item+.sidebar__item {
	margin-top: 20px;
}

.sidebar li {
	overflow: auto;
	padding: 0;
}

.sidebar li:before {
	display: none;
}

.sidebar li a:hover {
	opacity: .6;
}

.sidebar__item-menu li a {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	gap: 28px;
	font-weight: 400;
	font-size: 17px;
	color: #fff;
	padding: 16.5px 19px;
}

.sidebar__item-menu li+li {
	margin-top: 0;
}

.sidebar__item-menu li a span:first-child {
	position: relative;
}

.sidebar__item-menu li a span:first-child:before {
	content: '';
	background-color: rgba(22, 163, 2, 0.369);
	-webkit-filter: blur(7px);
	filter: blur(7px);
	border-radius: 50%;
	width: 55px;
	height: 55px;
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
}

.sidebar__item-menu li:nth-child(2) a span:first-child:before {
	background-color: rgba(8, 85, 201, 0.369);
}

.sidebar__item-menu li:nth-child(3) a span:first-child:before {
	background-color: rgba(222, 148, 29, 0.369);
}

.sidebar__item-menu li:nth-child(4) a span:first-child:before {
	background-color: rgba(255, 7, 11, 0.369);
}

.sidebar__item-menu li:nth-child(5) a span:first-child:before {
	background-color: rgba(242, 242, 146, 0.369);
}

.sidebar__item-menu li:nth-child(6) a span:first-child:before {
	background-color: rgba(192, 49, 205, 0.369);
}

.sidebar__item-menu li:last-child a span:first-child:before {
	background-color: rgba(34, 194, 26, 0.369);
}

.sidebar__item-menu li a img {
	display: block;
	max-width: 32px;
}

.sidebar-quicklinks__button {
	display: block;
	font-family: 'Roboto', sans-serif;
	font-weight: 700;
	font-size: 16px;
	line-height: 1;
	color: #44B52D;
	text-align: left;
	width: 100%;
	padding: 15px 45px 15px 12px;
	position: relative;
}

.sidebar-quicklinks__button:before {
	content: '';
	background-image: url("data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%20448%20512%22%3E%3Cpath%20d%3D%22M432%20256c0%2017.7-14.3%2032-32%2032L48%20288c-17.7%200-32-14.3-32-32s14.3-32%2032-32l352%200c17.7%200%2032%2014.3%2032%2032z%22%20fill%3D%22%2344B52D%22%2F%3E%3C%2Fsvg%3E");
	background-repeat: no-repeat no-repeat;
	background-position: center center;
	background-size: contain;
	width: 14px;
	height: 14px;
	position: absolute;
	top: 0;
	bottom: 0;
	right: 14px;
	margin: auto;
}

.sidebar-quicklinks__button.slide:before {
	background-image: url("data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%20448%20512%22%3E%3Cpath%20d%3D%22M256%2080c0-17.7-14.3-32-32-32s-32%2014.3-32%2032l0%20144L48%20224c-17.7%200-32%2014.3-32%2032s14.3%2032%2032%2032l144%200%200%20144c0%2017.7%2014.3%2032%2032%2032s32-14.3%2032-32l0-144%20144%200c17.7%200%2032-14.3%2032-32s-14.3-32-32-32l-144%200%200-144z%22%20fill%3D%22%2344B52D%22%2F%3E%3C%2Fsvg%3E");
}

.sidebar-quicklinks__list {
	padding: 6px 0 12px;
}

.sidebar-quicklinks__list li+li {
	margin-top: 12px;
}

.sidebar-quicklinks__list li a {
	font-weight: 300;
	font-size: 15px;
	color: #fff;
	line-height: 120%;
	display: block;
	padding: 0 12px;
}

/* Legislation */
.table {
	background: -o-linear-gradient(left, rgba(112, 41, 255, 0.85) 0%, rgba(35, 185, 142, 0.85) 100%);
	background: -webkit-gradient(linear, left top, right top, from(rgba(112, 41, 255, 0.85)), to(rgba(35, 185, 142, 0.85)));
	background: linear-gradient(90deg, rgba(112, 41, 255, 0.85) 0%, rgba(35, 185, 142, 0.85) 100%);
	border-radius: 6px;
	width: 100%;
	overflow: hidden;
}

.table tr {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	gap: 20px;
	padding: 12px 20px;
}

.table tr>* {
	-webkit-box-flex: 1;
	-ms-flex: 1;
	flex: 1;
}

.table thead tr {
	padding: 16px 20px;
}

.table thead th {
	font-weight: 900;
	font-size: 20px;
	line-height: 1.1;
}

.table tbody tr {
	border-top: 1px solid rgba(255, 255, 255, .15);
	line-height: 1.48;
}

.legislation__table thead th:first-child,
.legislation__table tbody td:first-child {
	max-width: 245px;
}

/* Features */
.features__banner {
	border-radius: 6px;
	width: 100%;
	overflow: hidden;
	padding: 61px 30px;
}

.features-banner__desc ul {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	gap: 30px;
}

.features-banner__desc ul li {
	padding-left: 20px;
}

.features-banner__desc ul li+li {
	margin-top: 0;
}

.features-banner__desc ul li:before {
	display: none;
}

.features__wrap {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	gap: 20px;
	width: 100%;
}

.features-wrap__item {
	background: -o-linear-gradient(left, rgba(112, 41, 255, 0.85) 0%, rgba(35, 185, 142, 0.85) 100%);
	background: -webkit-gradient(linear, left top, right top, from(rgba(112, 41, 255, 0.85)), to(rgba(35, 185, 142, 0.85)));
	background: linear-gradient(90deg, rgba(112, 41, 255, 0.85) 0%, rgba(35, 185, 142, 0.85) 100%);
	border-radius: 6px;
	width: calc(50% - 10px);
	padding: 20px;
}

.features-item__title {
	padding: 5px 0 5px 64px;
}

.features-item__title:before {
	content: '';
	background-color: #fff;
	background-repeat: no-repeat no-repeat;
	background-position: center center;
	background-size: 24px;
	border-radius: 6px;
	width: 40px;
	height: 40px;
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	margin: auto;
}

.features-wrap__pros .features-item__title:before {
	background-image: url("data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2224%22%20height%3D%2224%22%20viewBox%3D%220%200%2024%2024%22%20fill%3D%22none%22%3E%3Cpath%20fill-rule%3D%22evenodd%22%20clip-rule%3D%22evenodd%22%20d%3D%22M20%2012C20%2013.104%2019.104%2014%2018%2014H14V18C14%2019.104%2013.104%2020%2012%2020C10.896%2020%209.99999%2019.104%209.99999%2018V14H6.00001C4.89601%2014%204%2013.104%204%2012C4%2010.896%204.89601%2010%206.00001%2010H9.99999V6C9.99999%204.896%2010.896%204%2012%204C13.104%204%2014%204.896%2014%206V10H18C19.104%2010%2020%2010.896%2020%2012Z%22%20fill%3D%22%2344B52D%22%2F%3E%3C%2Fsvg%3E");
}

.features-wrap__cons .features-item__title:before {
	background-image: url("data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2224%22%20height%3D%2224%22%20viewBox%3D%220%200%2024%2024%22%20fill%3D%22none%22%3E%3Cpath%20d%3D%22M17.125%2010H5.875C4.83953%2010%204%2010.8955%204%2012C4%2013.1045%204.83953%2014%205.875%2014H17.125C18.1605%2014%2019%2013.1045%2019%2012C19%2010.8955%2018.1605%2010%2017.125%2010Z%22%20fill%3D%22%2344B52D%22%2F%3E%3C%2Fsvg%3E");
}

.features-wrap__item ul {
	padding-left: 64px;
}

.features-wrap__item ul li {
	background: none;
	border-radius: 0;
	padding: 0 0 0 18px;
}

.features-wrap__item ul li+li {
	margin-top: 14px;
}

.features-wrap__item ul li:before {
	left: 0;
}

/* Register */
.register__wrap {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	gap: 20px;
	width: 100%;
}

.register-wrap__general {
	-webkit-box-flex: 1;
	-ms-flex: 1;
	flex: 1;
}

.register-wrap__general ul li+li {
	margin-top: 16px;
}

.register-wrap__banner {
	border-radius: 6px;
	max-width: 410px;
	width: 100%;
	overflow: hidden;
	position: relative;
	padding: 20px;
}

.register-banner__general {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	gap: 16px;
	height: 100%;
	position: relative;
}

.register-general__logo {
	max-width: 301px;
	margin-bottom: 36px;
}

.register-general__logo img {
	display: block;
}

.app-button {
	background-color: #09224D;
	border-radius: 10px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	gap: 8px;
	width: 224px;
	height: 64px;
	padding: 8px 16px;
	position: relative;
}

.app-button:hover {
	-webkit-transform: scale(1.1);
	-ms-transform: scale(1.1);
	transform: scale(1.1);
}

.app-button:before {
	content: '';
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	border: 1px solid transparent;
	background: -o-linear-gradient(left, #7029FF, #23B98E) border-box;
	background: -webkit-gradient(linear, left top, right top, from(#7029FF), to(#23B98E)) border-box;
	background: linear-gradient(90deg, #7029FF, #23B98E) border-box;
	-webkit-mask: -webkit-gradient(linear, left top, left bottom, color-stop(0, #000)) padding-box,
		-webkit-gradient(linear, left top, left bottom, color-stop(0, #000));
	-webkit-mask: linear-gradient(#000 0 0) padding-box,
		linear-gradient(#000 0 0);
	mask: -webkit-gradient(linear, left top, left bottom, color-stop(0, #000)) padding-box,
		-webkit-gradient(linear, left top, left bottom, color-stop(0, #000));
	mask: linear-gradient(#000 0 0) padding-box,
		linear-gradient(#000 0 0);
	-webkit-mask-composite: xor;
	mask-composite: exclude;
	border-radius: 10px;
}

.app-button img {
	max-width: 48px;
}

.app-button span span {
	color: #fff;
	display: block;
}

.app-button span span:first-child {
	font-size: 12px;
}

.app-button span span:last-child {
	font-weight: 600;
	font-size: 18px;
	text-transform: uppercase;
}

/* Mobile */
.mobile__banner {
	background: -o-linear-gradient(left, rgba(112, 41, 255, 0.85) 0%, rgba(35, 185, 142, 0.85) 100%);
	background: -webkit-gradient(linear, left top, right top, from(rgba(112, 41, 255, 0.85)), to(rgba(35, 185, 142, 0.85)));
	background: linear-gradient(90deg, rgba(112, 41, 255, 0.85) 0%, rgba(35, 185, 142, 0.85) 100%);
	border-radius: 6px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	gap: 20px;
	padding: 20px;
	width: 100%;
}

.mobile-banner__img {
	max-width: 355px;
	width: 34%;
}

.mobile-banner__img img {
	display: block;
}

.mobile-banner__desc {
	-webkit-box-flex: 1;
	-ms-flex: 1;
	flex: 1;
}

.mobile-banner__desc ul li {
	background: none;
	border-radius: 0;
	font-weight: 800;
	padding: 0 0 0 18px;
}

.mobile-banner__desc ul li:before {
	left: 0;
}

/* Bonuses */
.bonuses__list {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	gap: 20px;
}

.bonuses__list li {
	width: calc(50% - 10px);
	padding: 20px 12px;
}

.bonuses__list li:before {
	display: none;
}

.bonuses__list li+li {
	margin-top: 0;
}

.bonuses__list li span {
	display: block;
	font-weight: 300;
	line-height: 150%;
}

.bonuses__list li span:first-child {
	font-weight: 900;
	font-size: 20px;
	margin-bottom: 16px;
}

.download-banner {
	background: -o-linear-gradient(left, rgba(112, 41, 255, 0.85) 0%, rgba(35, 185, 142, 0.85) 100%);
	background: -webkit-gradient(linear, left top, right top, from(rgba(112, 41, 255, 0.85)), to(rgba(35, 185, 142, 0.85)));
	background: linear-gradient(90deg, rgba(112, 41, 255, 0.85) 0%, rgba(35, 185, 142, 0.85) 100%);
	border-radius: 6px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	gap: 20px;
	padding: 15px;
	width: 100%;
}

.download-banner__button {
	font-size: 15px;
	line-height: 1.067;
	min-width: 240px;
	margin-top: 0;
	padding: 17px 10px;
}

.download-banner__logo {
	max-width: 219px;
}

.download-banner__logo img {
	display: block;
}

/* VIP */
.vip__banner {
	background: -o-linear-gradient(left, rgba(112, 41, 255, 0.85) 0%, rgba(35, 185, 142, 0.85) 100%);
	background: -webkit-gradient(linear, left top, right top, from(rgba(112, 41, 255, 0.85)), to(rgba(35, 185, 142, 0.85)));
	background: linear-gradient(90deg, rgba(112, 41, 255, 0.85) 0%, rgba(35, 185, 142, 0.85) 100%);
	border-radius: 6px;
	padding: 20px;
}

.vip-banner__list {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	gap: 20px;
}

.vip-banner__list li {
	background: none;
	border-radius: 0;
	font-weight: 600;
	padding: 0 0 0 18px;
	width: calc(50% - 10px);
}

.vip-banner__list li:before {
	left: 0;
}

.vip-banner__list li+li {
	margin-top: 0;
}

.vip-banner__bottom {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	gap: 20px;
	margin-top: 20px;
}

.vip-banner__button {
	margin-top: 0;
}

.vip-banner__logo {
	margin: 0 auto;
	max-width: 220px;
}

.vip-banner__logo img {
	display: block;
}

/* Tournament */
.store-banner {
	border-radius: 20px;
	overflow: hidden;
	padding: 68px 45px;
	width: 100%;
}

.store-banner__desc {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	gap: 16px;
	position: relative;
}

.store-desc__logo {
	max-width: 246px;
	-webkit-box-flex: 1;
	-ms-flex: 1;
	flex: 1;
	margin-right: 6px;
}

.store-desc__logo img {
	display: block;
}

/* Slots */
.slots__table thead tr {
	padding-top: 14px;
	padding-bottom: 14px;
}

.slots__table thead th {
	font-size: 15px;
	line-height: 1.134;
	text-transform: uppercase;
}

.slots__table tbody tr {
	line-height: 1.28;
}

/* Live */
.live__list {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	gap: 20px;
}

.live-list__item {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	gap: 16px;
	width: calc(33.3% - 13.3px);
	min-width: 245px;
	max-width: 350px;
	padding: 20px 12px;
}

.live-list__item:before {
	display: none;
}

.live-list__item+.live-list__item {
	margin-top: 0;
}

.live-item__img {
	margin: 0 auto;
}

.live-item__img img {
	display: block;
}

.live-item__desc {
	-webkit-box-flex: 1;
	-ms-flex: 1;
	flex: 1;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-box-align: start;
	-ms-flex-align: start;
	align-items: flex-start;
}

.live-item__title {
	border-bottom: 1px solid rgba(255, 255, 255, .15);
	font-size: 20px;
	margin-bottom: 16px;
	padding-bottom: 16px;
}

.live-item__text {
	font-weight: 300;
	margin-bottom: auto;
}

.live-item__button {
	margin-top: 16px;
}

.live-banner {
	border-radius: 6px;
	overflow: hidden;
	padding: 20px 12px;
	overflow: hidden;
	width: 100%;
}

.live-banner__desc {
	position: relative;
}

.live-desc__title {
	font-size: 20px;
}

.live-banner__desc ul {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	gap: 16px;
}

.live-banner__desc ul li {
	width: calc(50% - 8px);
}

.live-banner__desc ul li+li {
	margin-top: 0;
}

/* Deposits */
.deposits__banner {
	border-radius: 6px;
	overflow: hidden;
	width: 100%;
}

.deposit-banner__wrap {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	position: relative;
}

.deposit-wrap__img {
	-ms-flex-item-align: self-end;
	align-self: self-end;
	max-width: 429px;
	width: 40%;
}

.deposit-wrap__img img {
	display: block;
}

.deposit-wrap__general {
	-webkit-box-flex: 1;
	-ms-flex: 1;
	flex: 1;
	padding: 20px 20px 20px 0;
}

.deposit-wrap__general ul li+li {
	margin-top: 16px;
}

/* FAQ */
.faq__list li {
	background: -o-linear-gradient(left, rgba(112, 41, 255, 0.85) 0%, rgba(35, 185, 142, 0.85) 100%);
	background: -webkit-gradient(linear, left top, right top, from(rgba(112, 41, 255, 0.85)), to(rgba(35, 185, 142, 0.85)));
	background: linear-gradient(90deg, rgba(112, 41, 255, 0.85) 0%, rgba(35, 185, 142, 0.85) 100%);
	border-radius: 6px;
	padding: 0;
	overflow: hidden;
	-webkit-transition: all .5s ease-in-out;
	-o-transition: all .5s ease-in-out;
	transition: all .5s ease-in-out;
}

.faq-list__item+.faq-list__item {
	margin-top: 16px;
}

.faq-list__item:before {
	display: none;
}

.faq-item__title {
	font-weight: 700;
	font-size: 18px;
	line-height: 1.111;
	text-transform: uppercase;
	cursor: pointer;
	margin: 0;
	position: relative;
	padding: 18px 55px 18px 25px;
}

.faq-item__title:before {
	content: counter(ol)'.';
	display: inline-block;
	font: inherit;
	color: inherit;
	margin-right: 5px;
}

.faq-item__title:after {
	content: '';
	background-image: url("data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2224%22%20height%3D%2224%22%20viewBox%3D%220%200%2024%2024%22%20fill%3D%22none%22%3E%3Cpath%20d%3D%22M19.7589%207.7459C19.4667%207.44784%2019.0095%207.42074%2018.6873%207.66461L18.595%207.7459L12%2014.4734L5.40503%207.7459C5.11283%207.44784%204.65558%207.42074%204.33338%207.66461L4.24106%207.7459C3.94887%208.04396%203.9223%208.51037%204.16137%208.83904L4.24106%208.93321L11.418%2016.2541C11.7102%2016.5522%2012.1675%2016.5793%2012.4897%2016.3354L12.582%2016.2541L19.7589%208.93321C20.0804%208.60534%2020.0804%208.07376%2019.7589%207.7459Z%22%20fill%3D%22white%22%2F%3E%3C%2Fsvg%3E");
	background-repeat: no-repeat no-repeat;
	background-position: center center;
	background-size: contain;
	position: absolute;
	top: 0;
	bottom: 0;
	right: 20px;
	margin: auto;
	width: 24px;
	height: 24px;
	-webkit-transition: all 0.5s;
	-o-transition: all 0.5s;
	transition: all 0.5s;
}

.faq-list__item.active .faq-item__title:after {
	-webkit-transform: rotateX(180deg);
	transform: rotateX(180deg);
}

.faq-item__desc {
	border-top: 1px solid rgba(255, 255, 255, .15);
	font-weight: 300;
	padding: 16px 20px;
}

/* Reviews */
.reviews__list {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	gap: 20px;
}

.reviews-list__item {
	font-weight: 700;
	font-size: 20px;
	padding: 20px;
	width: calc(50% - 10px);
}

.reviews-list__item+.reviews-list__item {
	margin-top: 0;
}

.reviews-list__item:before {
	display: none;
}

/* Banner */
.banner {
	padding: 57px 20px;
}

.banner__desc {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	gap: 20px;
	position: relative;
	width: 100%;
}

.banner-desc__logo {
	max-width: 159px;
}

.banner-desc__logo img {
	display: block;
}

.banner-desc__buttons {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	gap: 20px;
}

.banner-buttons__button {
	font-size: 15px;
	line-height: 1.067;
	min-width: 240px;
	margin-top: 0;
	padding: 17px 10px;
}

/* Rating */
.rating__table thead th:first-child,
.rating__table tbody td:first-child {
	max-width: 245px;
}

/* Footer */
.footer {
	margin-top: 62px;
	padding: 0 20px 16px 257px;
	overflow: visible;
}

.footer__content {
	width: 100%;
}

.footer__menu {
	background-color: #101622;
	border-radius: 12px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	gap: 20px;
	padding: 30px;
}

.footer-menu__item p {
	font-weight: 700;
	font-size: 16px;
	margin-bottom: 21px;
}

.footer-menu__item ul li {
	padding-left: 12px;
}

.footer-menu__item ul li:before {
	display: block;
	background-color: #BCBCBC;
	left: 0;
	width: 3px;
	height: 3px;
}

.footer-menu__item ul li+li {
	margin-top: 6px;
}

.footer-menu__item ul li a {
	font-weight: 500;
	color: #BCBCBC;
}

.footer-menu__item ul li a:hover {
	color: #fff;
}

.footer__desc {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	gap: 20px;
	margin-top: 24px;
}

.footer-desc__icons {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	gap: 20px;
}

.footer-desc__icons img {
	max-height: 80px;
}

.footer-desc__text {
	-webkit-box-flex: 1;
	-ms-flex: 1;
	flex: 1;
	font-weight: 500;
	font-size: 14px;
	color: rgba(255, 255, 255, .43);
	line-height: 120%;
}

/* Btn Top */
.to-top {
	background-image: url("data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2242%22%20height%3D%2242%22%20viewBox%3D%220%200%2042%2042%22%20fill%3D%22none%22%3E%3Crect%20width%3D%2242%22%20height%3D%2242%22%20rx%3D%2221%22%20fill%3D%22url(%23paint0_linear_7028_3823)%22%20fill-opacity%3D%220.85%22%2F%3E%3Cpath%20d%3D%22M16.7799%2034H25.6507M16.7799%2020.6938H11.4782C11.1858%2020.6937%2010.9%2020.607%2010.6569%2020.4445C10.4139%2020.2821%2010.2244%2020.0512%2010.1125%2019.7811C10.0006%2019.511%209.97137%2019.2137%2010.0284%2018.927C10.0854%2018.6402%2010.2262%2018.3768%2010.4329%2018.1701L20.1701%208.43287C20.4473%208.15571%2020.8233%208%2021.2153%208C21.6074%208%2021.9834%208.15571%2022.2606%208.43287L31.9978%2018.1701C32.2045%2018.3768%2032.3453%2018.6402%2032.4023%2018.927C32.4593%2019.2137%2032.43%2019.511%2032.3181%2019.7811C32.2063%2020.0512%2032.0168%2020.2821%2031.7737%2020.4445C31.5307%2020.607%2031.2449%2020.6937%2030.9525%2020.6938H25.6507V29.5646H16.7799V20.6938Z%22%20stroke%3D%22white%22%20stroke-width%3D%222%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%2F%3E%3Cdefs%3E%3ClinearGradient%20id%3D%22paint0_linear_7028_3823%22%20x1%3D%221.19913e-07%22%20y1%3D%2221.049%22%20x2%3D%2242%22%20y2%3D%2221.049%22%20gradientUnits%3D%22userSpaceOnUse%22%3E%3Cstop%20stop-color%3D%22%237029FF%22%2F%3E%3Cstop%20offset%3D%221%22%20stop-color%3D%22%2323B98E%22%2F%3E%3C%2FlinearGradient%3E%3C%2Fdefs%3E%3C%2Fsvg%3E");
	background-repeat: no-repeat no-repeat;
	background-position: center center;
	background-size: contain;
	width: 42px;
	height: 42px;
	position: fixed;
	right: 20px;
	bottom: 20px;
	display: none;
	z-index: 1000;
	opacity: .7;
}

.to-top:hover {
	opacity: 1;
}

/* PAGES */
/* Breadcrumbs */
.breadcrumbs {
	margin-bottom: 10px;
}

.breadcrumbs>li {
	background: none;
	border-radius: 0;
	display: inline-block;
	vertical-align: middle;
	line-height: 1;
	padding: 0px;
}

.breadcrumbs>li+li {
	margin: 0;
}

.breadcrumbs>li:before {
	display: none;
}

.breadcrumbs>li a {
	display: inline-block;
	font-weight: 400;
	font-size: 18px;
	color: rgba(255, 255, 255, .7);
}

.breadcrumbs>li a:not([href]) {
	color: #fff;
}

.breadcrumbs>li:not(:last-child):after {
	content: '';
	display: inline-block;
	vertical-align: middle;
	position: relative;
	background-image: url("data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2216%22%20height%3D%2216%22%20viewBox%3D%220%200%2016%2016%22%20fill%3D%22none%22%3E%3Cpath%20fill-rule%3D%22evenodd%22%20clip-rule%3D%22evenodd%22%20d%3D%22M5.52861%203.52876C5.78896%203.26841%206.21107%203.26841%206.47141%203.52876L10.4714%207.52876C10.7318%207.78911%2010.7318%208.21122%2010.4714%208.47157L6.47141%2012.4716C6.21107%2012.7319%205.78896%2012.7319%205.52861%2012.4716C5.26826%2012.2112%205.26826%2011.7891%205.52861%2011.5288L9.0572%208.00016L5.52861%204.47157C5.26826%204.21122%205.26826%203.78911%205.52861%203.52876Z%22%20fill%3D%22white%22%2F%3E%3C%2Fsvg%3E");
	background-repeat: no-repeat no-repeat;
	background-position: center center;
	background-size: contain;
	width: 16px;
	height: 16px;
	margin: 0px 10px;
}

.breadcrumbs>li a:not([href]),
.breadcrumbs>li a:not([href]) span {
	cursor: default;
}

/* BONUSES PAGE */
.introduction__banner {
	background: -o-linear-gradient(left, rgba(112, 41, 255, 0.85) 0%, rgba(35, 185, 142, 0.85) 100%);
	background: -webkit-gradient(linear, left top, right top, from(rgba(112, 41, 255, 0.85)), to(rgba(35, 185, 142, 0.85)));
	background: linear-gradient(90deg, rgba(112, 41, 255, 0.85) 0%, rgba(35, 185, 142, 0.85) 100%);
	border-radius: 6px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	gap: 20px;
	padding: 20px;
	width: 100%;
}

.introduction-banner__desc {
	-webkit-box-flex: 1;
	-ms-flex: 1;
	flex: 1;
	max-width: 640px;
}

.introduction-banner__desc ul li {
	background: none;
	border-radius: 0;
	padding: 0 0 0 18px;
}

.introduction-banner__desc ul li:before {
	left: 0;
}

.introduction-banner__img {
	max-width: 34%;
}

.introduction-banner__img img {
	display: block;
}

.introduction-banner__logo {
	max-width: 246px;
	margin: 0 auto;
}

.introduction__banner-terms .introduction-banner__img {
	-ms-flex-item-align: self-end;
	align-self: self-end;
	margin: 0 auto -20px;
}

/* Balance */
.balance__wrap {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	gap: 20px;
	width: 100%;
}

.balance-wrap__item {
	border-radius: 6px;
	overflow: hidden;
	width: calc(50% - 10px);
	position: relative;
	padding: 20px;
}

.balance-item__desc {
	position: relative;
}

.balance-item__desc img {
	max-width: 190px;
}

/* Freespins */
.freespins__list {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	gap: 20px;
	font-weight: 600;
}

.freespins__list li+li {
	margin-top: 0;
}

.freespins__list-3 li {
	width: calc(33.3% - 13.3px);
}

.freespins__list-2 li {
	width: calc(50% - 10px);
}

/* Rewards */
.rewards__banner {
	background: -o-linear-gradient(left, rgba(112, 41, 255, 0.85) 0%, rgba(35, 185, 142, 0.85) 100%);
	background: -webkit-gradient(linear, left top, right top, from(rgba(112, 41, 255, 0.85)), to(rgba(35, 185, 142, 0.85)));
	background: linear-gradient(90deg, rgba(112, 41, 255, 0.85) 0%, rgba(35, 185, 142, 0.85) 100%);
	border-radius: 6px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	gap: 20px;
	padding: 20px;
	width: 100%;
}

.rewards-banner__img {
	max-width: 355px;
	width: 34%;
}

.rewards-banner__img img {
	display: block;
}

.rewards-banner__desc {
	-webkit-box-flex: 1;
	-ms-flex: 1;
	flex: 1;
}

.rewards-banner__desc ul li {
	background: none;
	border-radius: 0;
	padding: 0 0 0 18px;
}

.rewards-banner__desc ul li:before {
	left: 0;
}

.rewards-desc__title {
	font-weight: 600;
	text-transform: none;
}

/* Cashback */
.cashback__banner {
	border-radius: 6px;
	overflow: hidden;
	width: 100%;
	padding: 20px;
}

.cashback-banner__desc {
	position: relative;
}

/* Leaderboards */
.leaderboards__banner {
	background: -o-linear-gradient(left, rgba(112, 41, 255, 0.85) 0%, rgba(35, 185, 142, 0.85) 100%);
	background: -webkit-gradient(linear, left top, right top, from(rgba(112, 41, 255, 0.85)), to(rgba(35, 185, 142, 0.85)));
	background: linear-gradient(90deg, rgba(112, 41, 255, 0.85) 0%, rgba(35, 185, 142, 0.85) 100%);
	border-radius: 6px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	gap: 20px;
	padding: 20px;
	width: 100%;
}

.leaderboards-banner__img {
	max-width: 355px;
	width: 34%;
}

.leaderboards-banner__img img {
	display: block;
}

.leaderboards-banner__desc {
	-webkit-box-flex: 1;
	-ms-flex: 1;
	flex: 1;
}

.leaderboards-banner__desc ul li {
	background: none;
	border-radius: 0;
	padding: 0 0 0 18px;
}

.leaderboards-banner__desc ul li:before {
	left: 0;
}

/* Offers */
.offers__list {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	gap: 20px;
}

.offers__list li {
	width: calc(33.3% - 13.3px);
}

.offers__list li+li {
	margin-top: 0;
}

/* Warning */
.warning__list {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	gap: 20px;
}

.warning__list li {
	width: calc(33.3% - 13.3px);
}

.warning__list li+li {
	margin-top: 0;
}

/* Bonus */
.bonus {
	padding: 50px;
}

.bonus__desc {
	position: relative;
}

.bonus-desc__text {
	padding: 20px;
}

/* APP PAGE */
/* Steps */
.steps__banner {
	border-radius: 6px;
	overflow: hidden;
	width: 100%;
	padding: 20px;
}

.title.steps__desc-title {
	font-weight: 800;
	text-transform: none;
}

/* Advantages */
.advantages__wrap {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	gap: 20px;
	width: 100%;
}

.advantages-wrap__desc {
	-webkit-box-flex: 1;
	-ms-flex: 1;
	flex: 1;
	max-width: 629px;
}

.advantages-desc__list li {
	padding-left: 20px;
}

.advantages-desc__list li:before {
	display: none;
}

.advantages-wrap__img {
	-ms-flex-item-align: self-end;
	align-self: self-end;
	max-width: 348px;
	width: 32%;
	margin: 0 auto -20px;
}

.advantages-wrap__img img {
	display: block;
}

/* Requirements */
.requirements ul li {
	padding-left: 20px;
}

.requirements ul li:before {
	display: none;
}

/* Web */
.web__list {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	gap: 16px;
}

.web__list li {
	width: calc(50% - 8px);
}

.web__list li+li {
	margin-top: 0;
}

/* Responsible */
.responsible__wrap {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: end;
	-ms-flex-align: end;
	align-items: flex-end;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	gap: 20px;
	width: 100%;
}

.responsible-wrap__desc {
	-webkit-box-flex: 1;
	-ms-flex: 1;
	flex: 1;
	max-width: 790px;
}

.responsible-wrap__img {
	max-width: 249px;
	width: 25%;
}

.responsible-wrap__img img {
	display: block;
}