@charset "utf-8";

@import url('https://fonts.googleapis.com/css2?family=Poppins&family=Roboto:ital,wght@0,100..900;1,100..900&display=swap');

body {
	background: #19191C;
	font-family: "Roboto", sans-serif;
	font-weight: 400;
	font-size: 15px;
	line-height: 1.467;
	color: #F3F3F3;
	text-align: left;
	overflow-x: hidden;
	min-height: 100vh;
}

p {
	margin-top: 20px;
	width: 100%;
}

p:first-child {
	margin-top: 0;
}

ul,
ol {
	text-align: left;
	width: 100%;
}

li {
	background: #DFDFDF;
	font-size: 16px;
	color: #000;
	line-height: 1.375;
	padding: 12px 10px 12px 50px;
	position: relative;
	overflow: hidden;
}

ol>li {
	counter-increment: ol;
	border-radius: 8px;
	padding-left: 80px;
}

ul>li {
	border-radius: 3px;
}

li+li {
	margin-top: 12px;
}

li:before {
	display: inline-block;
	font: inherit;
	color: inherit;
	position: absolute;
	top: 0;
	bottom: 0;
}

ul>li:before {
	content: '';
	background-image: url("data:image/svg+xml,%3Csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cg clip-path='url(%23clip0_1614_6669)'%3E%3Cpath d='M21.9 0L8.84999 14.3625L5.06249 11.475H2.96249L8.84999 21.0375L24 0H21.9Z' fill='%234CA421'/%3E%3Cpath d='M20.2125 21.0374C20.2125 21.2624 20.025 21.4499 19.8 21.4499H2.9625C2.7375 21.4499 2.55 21.2624 2.55 21.0374V4.1999C2.55 3.9749 2.7375 3.7874 2.9625 3.7874H14.475L16.7625 1.2749H0.825C0.375 1.2749 0 1.6499 0 2.0999V23.1374C0 23.6249 0.375 23.9999 0.825 23.9999H21.8625C22.3125 23.9999 22.6875 23.6249 22.6875 23.1749V6.7874L20.175 10.3124C20.2125 10.3124 20.2125 21.0374 20.2125 21.0374Z' fill='black'/%3E%3C/g%3E%3Cdefs%3E%3CclipPath id='clip0_1614_6669'%3E%3Crect width='24' height='24' fill='white'/%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E%0A");
	background-repeat: no-repeat;
	background-position: center center;
	background-size: cover;
	height: 24px;
	width: 24px;
	left: 13px;
	margin: auto;
}

ol>li:before {
	content: counter(ol);
	background-color: #2E861E;
	font-weight: 900;
	font-size: 24px;
	color: #fff;
	line-height: 1;
	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;
	left: 0;
	width: 68px;
}

nav ul li,
aside ul li {
	background: none;
	border-radius: 0;
	font-size: inherit;
	color: inherit;
	line-height: inherit;
	padding: 0;
}

nav ul li+li,
aside ul li+li {
	margin-top: 0;
}

nav ul li:before,
aside ul li:before {
	display: none;
}

/* Title */
h1,
h2,
h3,
.title {
	display: block;
	position: relative;
	width: 100%;
	font-weight: 700;
	line-height: 1.34;
}

.title {
	margin-bottom: 20px;
}

h1,
.title.general {
	font-size: 30px;
	text-transform: uppercase;
	margin-bottom: 0;
}

h2,
.title.high {
	background: -o-linear-gradient(left, #17181C 0%, rgba(23, 24, 28, 0) 100%);
	background: -webkit-gradient(linear, left top, right top, from(#17181C), to(rgba(23, 24, 28, 0)));
	background: linear-gradient(90deg, #17181C 0%, rgba(23, 24, 28, 0) 100%);
	border-left: 3px solid #2E861E;
	border-radius: 3px;
	font-size: 24px;
	text-transform: uppercase;
	padding: 8px 20px;
}

h3,
.title.middle {
	border-left: 4px solid #2E861E;
	font-weight: 600;
	font-size: 20px;
	line-height: 1.1;
	padding: 4px 12px;
}

h4,
.title.mini {
	font-size: 15px;
	line-height: 1.467;
}

/* Article */
article,
.article {
	font-weight: 400;
	font-size: 15px;
	line-height: 1.467;
	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):not(.app-button),
.article li a:not(.button):not(.app-button),
td a {
	color: inherit;
	text-decoration: underline;
}

article>img,
.article>img {
	border-radius: 3px;
	display: block;
}

article .title+*,
.article .title+* {
	margin-top: 0;
}

/* Button */
.button {
	display: inline-block;
	background-color: #2E861E;
	border-radius: 8px;
	font-weight: 400;
	font-size: 15px;
	color: #fff;
	line-height: 1.067;
	text-align: center;
	text-transform: uppercase;
	white-space: nowrap;
	padding: 15px;
	margin: 20px 0 0;
	height: auto;
	min-width: 220px;
	position: relative;
}

.button:hover {
	-webkit-transform: scale(1.05);
	-ms-transform: scale(1.05);
	transform: scale(1.05);
}

.button>* {
	display: inline-block;
	vertical-align: middle;
}

.button img {
	max-width: 12px;
	margin-right: 8px;
}

/* article banner */
.article-banner {
	background: -o-linear-gradient(top, #2C2C2C 0%, #0B0C10 100%);
	background: -webkit-gradient(linear, left top, left bottom, from(#2C2C2C), to(#0B0C10));
	background: linear-gradient(180deg, #2C2C2C 0%, #0B0C10 100%);
	border-radius: 8px;
	overflow: hidden;
	padding: 32px;
	position: relative;
	width: 100%;
}

.article-banner__desc {
	position: relative;
	z-index: 1;
}

.article-banner__desc>*+* {
	margin-top: 20px;
}

.article-banner__img+.article-banner__desc {
	max-width: 660px;
	width: 73%;
}

.article-banner__desc .title.middle,
.article-banner__desc h3 {
	border-left: none;
	line-height: 155%;
	padding: 0;
}

.article-banner__img {
	position: absolute;
}

.article-banner__img img {
	display: block;
}

/* 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;
}

.background+* {
	margin-top: 0;
}

.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;
	-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;
	margin: 0px auto;
	overflow: hidden;
	position: relative;
	width: 100%;
}

.content {
	background-color: #2D2F31;
	border-radius: 3px;
	margin-top: 20px;
	padding: 20px;
}

.cover {
	padding-left: 20px;
	padding-right: 20px;
}

.content>*,
.cover>* {
	position: relative;
}

/* Header */
.header {
	background: #16181D;
	-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: 16px;
	overflow: visible;
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	z-index: 1000;
	height: auto;
	padding: 2px 38px 3px 0;
}

.logo {
	display: inline-block;
}

.logo img {
	display: block;
}

.header__logo {
	max-width: 216px;
}

.menu-button,
.header__menu .header__button,
.header__menu .header__links {
	display: none;
}

.header__menu {
	margin: 0 auto 0 3.8%;
}

.header__menu ul {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	gap: 20px;
}

.header__menu ul a {
	display: block;
	font-weight: 500;
	font-size: 14px;
	line-height: 1;
	color: #fff;
	text-transform: uppercase;
	padding: 5px 0;
	position: relative;
}

.header__menu ul a:after {
	content: '';
	background-color: #4EA522;
	position: absolute;
	left: 0;
	right: 0;
	bottom: 0;
	height: 3px;
	-webkit-transform: scale(0);
	-ms-transform: scale(0);
	transform: scale(0);
}

.header__menu ul li a:hover {
	color: #4EA522;
}

.header__menu ul li a:hover:after {
	-webkit-transform: scale(1);
	-ms-transform: scale(1);
	transform: scale(1);
}

.header__links {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	gap: 10px;
}

.header__link {
	background-color: #23272E;
	border-radius: 3px;
	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: 32px;
	height: 32px;
	position: relative;
}

.header__link img {
	max-height: 16px;
}

.header__link:hover {
	background-color: rgba(255, 255, 255, .2);
}

.header__link-bonus {
	padding-right: 4px;
}

.header__link-bonus span {
	background-color: #4EA522;
	border-radius: 50%;
	font-weight: 700;
	font-size: 9px;
	color: #fff;
	line-height: 1.7;
	text-align: center;
	width: 15px;
	height: 15px;
	position: absolute;
	top: 2px;
	right: 1px;
}

.header__buttons {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	gap: 10px;
}

.header__button {
	font-size: 14px;
	line-height: 1;
	margin-top: 0;
	padding-top: 10px;
	padding-bottom: 8px;
}

.header__button-login {
	min-width: 135px;
}

.header__button-signup {
	background-color: #23272E;
	min-width: 136px;
}

.header__time {
	border-right: 1px solid #23272E;
	font-weight: 400;
	font-size: 12px;
	line-height: 1;
	padding: 11px 17px 11px 6px;
}

.header__lang img {
	border-radius: 50%;
	display: block;
	max-width: 24px;
}

/* Wrapper */
.content-wrapper {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	gap: 20px;
	margin: 0 auto;
	padding: 72px 20px 0;
	position: relative;
	width: 100%;
}

/* Sidebar */
.sidebar {
	position: -webkit-sticky;
	position: sticky;
	top: 72px;
	height: calc(100vh - 72px);
	overflow: auto;
	width: 250px;
	padding-bottom: 20px;
}

.sidebar::-webkit-scrollbar {
	display: none;
}

.sidebar>*+* {
	margin-top: 12px;
}

.sidebar__item {
	border-radius: 8px;
	overflow: hidden;
}

/* Sidebar left */
.sidebar__buttons {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	gap: 2px;
}

.sidebar__button {
	background-color: #23272E;
	border-radius: 8px;
	font-size: 14px;
	color: #fff;
	line-height: 1;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	gap: 8px;
	padding: 8px 35px 8px 8px;
	overflow: hidden;
	position: relative;
}

.sidebar__button:hover {
	background-color: rgba(76, 164, 33, .5);
}

.sidebar__button img {
	max-height: 16px;
}

.sidebar__button:before,
.sidebar__button:after {
	content: '';
	position: absolute;
	top: 0;
	bottom: 0;
}

.sidebar__button:before {
	background-image: url("data:image/svg+xml,%3Csvg width='10' height='6' viewBox='0 0 10 6' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M4.74219 5.80469L0.117188 1.24219C-0.0390625 1.08594 -0.0390625 0.898438 0.117188 0.742188L0.710937 0.117188C0.867187 -0.0390625 1.11719 -0.0390625 1.24219 0.117188L4.99219 3.80469L8.74219 0.117188C8.86719 -0.0390625 9.11719 -0.0390625 9.27344 0.117188L9.89844 0.742188C10.0234 0.898438 10.0234 1.05469 9.89844 1.24219L5.30469 5.80469C5.14844 5.96094 4.89844 5.96094 4.77344 5.80469H4.74219Z' fill='white'/%3E%3C/svg%3E%0A");
	background-repeat: no-repeat;
	background-position: center center;
	background-size: cover;
	right: 10px;
	height: 6px;
	width: 10px;
	margin: auto;
}

.sidebar__button:after {
	background-color: #121317;
	right: 30px;
	width: 1px;
}

.sidebar__item-quicklinks {
	padding-bottom: 7px;
}

.sidebar-quicklinks__header {
	background: #16181D;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}

.sidebar-quicklinks__link {
	font-weight: 400;
	font-size: 14px;
	color: #BEBFC1;
	line-height: 1;
	text-align: center;
	text-transform: uppercase;
	padding: 9px;
	position: relative;
	width: 50%;
}

.sidebar-quicklinks__link:first-child {
	background-color: #23272E;
	color: #fff;
	padding-left: 23px;
}

.sidebar-quicklinks__link:first-child:before {
	content: '';
	background-color: #A0CE50;
	border-radius: 50%;
	position: absolute;
	top: 13px;
	left: 40px;
	height: 6px;
	width: 6px;
}

.sidebar-quicklinks__link:hover {
	color: #A0CE50;
}

.sidebar-quicklinks__all {
	background-color: #DFDFDF;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	font-size: 12px;
	color: #0D0D0D;
	line-height: 1;
	padding: 13px 13px 13px 8px;
}

.sidebar-quicklinks__all span:first-child {
	font-weight: 700;
	color: #000;
}

.sidebar-quicklinks__all span:first-child span {
	display: inline-block;
	margin-left: 22px;
}

.sidebar-quicklinks__all img:first-of-type {
	margin: 0 4px 0 9px;
}

.sidebar-quicklinks__all img:last-of-type {
	margin-left: auto;
}

.sidebar-quicklinks__top {
	display: block;
	background-color: #ECECEC;
	font-size: 14px;
	color: #000;
	line-height: 1;
	text-transform: uppercase;
	padding: 9px 8px;
}

.sidebar-quicklinks__all:hover,
.sidebar-quicklinks__top:hover {
	opacity: .7;
}

.sidebar__item-quicklinks li {
	border-bottom: 1px solid #D5D9DD;
}

.sidebar__item-quicklinks li a {
	background-color: #F3F3F3;
	font-size: 14px;
	color: #000;
	line-height: 1;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	gap: 7px;
	padding: 7px 31px 8px 8px;
}

.sidebar__item-quicklinks li a:hover {
	background-color: rgba(255, 255, 255, .6);
}

.sidebar__item-quicklinks li a img {
	max-width: 16px;
}

.sidebar__item-quicklinks li a:before,
.sidebar__item-quicklinks li a:after {
	content: '';
	position: absolute;
	top: 0;
	bottom: 0;
}

.sidebar__item-quicklinks li a:before {
	background-image: url("data:image/svg+xml,%3Csvg width='10' height='6' viewBox='0 0 10 6' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M4.74219 5.80469L0.117188 1.24219C-0.0390625 1.08594 -0.0390625 0.898438 0.117188 0.742188L0.710937 0.117188C0.867187 -0.0390625 1.11719 -0.0390625 1.24219 0.117188L4.99219 3.80469L8.74219 0.117188C8.86719 -0.0390625 9.11719 -0.0390625 9.27344 0.117188L9.89844 0.742188C10.0234 0.898438 10.0234 1.05469 9.89844 1.24219L5.30469 5.80469C5.14844 5.96094 4.89844 5.96094 4.77344 5.80469H4.74219Z' fill='black'/%3E%3C/svg%3E%0A");
	background-repeat: no-repeat;
	background-position: center center;
	background-size: cover;
	right: 10px;
	width: 10px;
	height: 6px;
	margin: auto;
}

.sidebar__item-quicklinks li a:after {
	background-color: #D5D9DD;
	right: 30px;
	width: 1px;
}

.sidebar__item-navigation {
	border-radius: 3px;
}

.sidebar-navigation__button {
	display: block;
	background-color: #F3F3F3;
	font-family: 'Roboto', sans-serif;
	font-weight: 700;
	font-size: 14px;
	color: #23272E;
	line-height: 1;
	text-align: left;
	padding: 11px 45px 7px 8px;
	position: relative;
	z-index: 1;
	width: 100%;
}

.sidebar-navigation__button:before,
.sidebar-navigation__button:after {
	content: '';
	position: absolute;
	top: 0;
	bottom: 0;
}

.sidebar-navigation__button:before {
	background-image: url("data:image/svg+xml,%3Csvg width='10' height='6' viewBox='0 0 10 6' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M4.74219 5.80469L0.117188 1.24219C-0.0390625 1.08594 -0.0390625 0.898438 0.117188 0.742188L0.710937 0.117188C0.867187 -0.0390625 1.11719 -0.0390625 1.24219 0.117188L4.99219 3.80469L8.74219 0.117188C8.86719 -0.0390625 9.11719 -0.0390625 9.27344 0.117188L9.89844 0.742188C10.0234 0.898438 10.0234 1.05469 9.89844 1.24219L5.30469 5.80469C5.14844 5.96094 4.89844 5.96094 4.77344 5.80469H4.74219Z' fill='%2323272E'/%3E%3C/svg%3E%0A");
	background-repeat: no-repeat;
	background-position: center center;
	background-size: cover;
	width: 10px;
	height: 6px;
	right: 11px;
	margin: auto;
	-webkit-transform: rotateX(-180deg);
	transform: rotateX(-180deg);
}

.sidebar-navigation__button.slide:before {
	-webkit-transform: rotateX(0deg);
	-ms-transform: rotateX(0deg);
	transform: rotateX(0deg);
}

.sidebar-navigation__button:after {
	background-color: #16181D;
	right: 32px;
	width: 1px;
}

.sidebar-navigation__list {
	background-color: #23272E;
}

.sidebar-navigation__list li a {
	display: block;
	border-left: 2px solid rgba(0, 0, 0, 0);
	font-size: 15px;
	color: #F3F3F3;
	padding: 6px 6px 6px 8px;
}

.sidebar-navigation__list li a:hover {
	background-color: #191D24;
	border-left-color: #2E861E;
}

/* Sidebar right */
.sidebar__right .sidebar__item {
	background-color: #F2F9F1;
	display: block;
}

.sidebar-registration__wrap {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	text-align: center;
	padding: 16px 8px 13px;
}

.sidebar-registration__title {
	font-weight: 700;
	font-size: 16px;
	color: #000;
	line-height: 100%;
	text-transform: uppercase;
}

.sidebar-registration__phone {
	background-color: #23272E;
	border-radius: 8px;
	font-weight: 400;
	font-size: 14px;
	color: #fff;
	line-height: 1;
	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;
	gap: 10px;
	padding: 8px 9px 9px;
	margin: 5px 0 14px;
}

.sidebar-registration__phone img {
	max-width: 10px;
}

.sidebar-registration__input {
	background-color: #fff;
	border-radius: 8px;
	font-size: 14px;
	line-height: 1;
	text-align: left;
	padding: 9px 10px;
	overflow: hidden;
	position: relative;
}

.sidebar-registration__input+.sidebar-registration__input {
	margin-top: 8px;
}

.sidebar-registration__currency {
	color: #000;
	padding-right: 30px;
}

.sidebar-registration__code {
	color: #9B9C9F;
	padding-right: 40px;
}

.sidebar-registration__currency:after,
.sidebar-registration__code:after {
	content: '';
	background-repeat: no-repeat;
	background-position: center center;
	position: absolute;
	top: 0;
	bottom: 0;
}

.sidebar-registration__currency:after {
	background-image: url("data:image/svg+xml,%3Csvg width='10' height='6' viewBox='0 0 10 6' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M4.74219 5.80469L0.117188 1.24219C-0.0390625 1.08594 -0.0390625 0.898438 0.117188 0.742188L0.710937 0.117188C0.867187 -0.0390625 1.11719 -0.0390625 1.24219 0.117188L4.99219 3.80469L8.74219 0.117188C8.86719 -0.0390625 9.11719 -0.0390625 9.27344 0.117188L9.89844 0.742188C10.0234 0.898438 10.0234 1.05469 9.89844 1.24219L5.30469 5.80469C5.14844 5.96094 4.89844 5.96094 4.77344 5.80469H4.74219Z' fill='%23253E5B'/%3E%3C/svg%3E%0A");
	background-size: cover;
	right: 10px;
	height: 6px;
	width: 10px;
	margin: auto;
}

.sidebar-registration__code:after {
	background-color: #65676C;
	background-image: url("data:image/svg+xml,%3Csvg width='17' height='13' viewBox='0 0 17 13' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M14.311 0.121043L5.10104 9.32104L1.71104 5.96104C1.67194 5.92113 1.62526 5.88942 1.57375 5.86778C1.52223 5.84613 1.46692 5.83498 1.41104 5.83498C1.35517 5.83498 1.29985 5.84613 1.24834 5.86778C1.19683 5.88942 1.15015 5.92113 1.11104 5.96104L0.121043 6.95104C0.0434853 7.02964 0 7.13562 0 7.24604C0 7.35646 0.0434853 7.46244 0.121043 7.54104L4.81104 12.201C4.98104 12.361 5.24104 12.361 5.41104 12.201L15.891 1.70104C15.9686 1.62245 16.0121 1.51647 16.0121 1.40604C16.0121 1.29562 15.9686 1.18964 15.891 1.11104L14.891 0.121043C14.8124 0.0434852 14.7065 0 14.596 0C14.4856 0 14.3796 0.0434852 14.301 0.121043H14.311Z' fill='white'/%3E%3C/svg%3E%0A");
	background-size: 13px;
	right: 0;
	width: 38px;
}

.sidebar-registration__promo {
	color: #65676C;
}

.sidebar-registration__button {
	background-color: #93C879;
	border-radius: 8px;
	font-size: 14px;
	color: #fff;
	line-height: 1;
	text-transform: uppercase;
	padding: 13px;
	margin-top: 9px;
}

.sidebar-registration__text {
	font-size: 10px;
	color: #464946;
	line-height: 12px;
	margin-top: 15px;
}

.sidebar-registration__bonus {
	background-color: #23272E;
	font-size: 12px;
	color: #fff;
	line-height: 14px;
	text-align: center;
	text-transform: uppercase;
	padding: 8px;
	margin-top: 0;
}

.sidebar__item-bet {
	background-color: #ECF6EA;
}

.sidebar-bet__header {
	background-color: #17191E;
	font-size: 14px;
	color: #BEBFC1;
	line-height: 16px;
	text-align: center;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}

.sidebar-bet__header span {
	width: 50%;
	padding: 8px 0;
}

.sidebar-bet__header span:first-child {
	background-color: #23272E;
	color: #fff;
}

.sidebar__item-bet {
	color: #000;
}

.sidebar-bet__general {
	border-bottom: 1px dashed #000;
	padding: 17px 8px 8px;
}

.sidebar-bet__sett {
	font-size: 12px;
	line-height: 1;
	text-transform: uppercase;
	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;
	padding: 0 8px 0 2px;
}

.sidebar-bet__sett img {
	max-width: 12px;
}

.sidebar-bet__text {
	background-color: #fff;
	border-radius: 8px;
	font-size: 14px;
	color: #000;
	line-height: 16px;
	text-align: center;
	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;
	min-height: 120px;
	padding: 18px;
	margin: 17px 0 8px;
}

.sidebar-bet__button {
	min-width: 0;
	padding: 8px;
	margin-top: 0;
	width: 100%;
}

.sidebar-bet__button:hover {
	-webkit-transform: none;
	-ms-transform: none;
	transform: none;
}

.sidebar-bet__bottom {
	padding: 18px 5px 8px;
}

.sidebar-bet__events {
	display: block;
	border-bottom: 1px dashed #000;
	font-size: 12px;
	line-height: 14px;
	text-align: center;
	max-width: 177px;
	margin: 0 auto;
}

.sidebar__store {
	background-color: #17191E;
	border-radius: 8px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	margin-top: 12px;
	overflow: hidden;
}

.sidebar-store__link {
	font-size: 14px;
	color: #BEBFC1;
	line-height: 1;
	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;
	gap: 10px;
	padding: 8px;
	width: 50%;
}

.sidebar-store__link img {
	max-width: 16px;
}

.sidebar-store__link:first-child {
	background-color: #23272E;
	color: #fff;
}

/* Main */
.main {
	-webkit-box-flex: 1;
	-ms-flex: 1;
	flex: 1;
}

/* Prime */
.prime {
	border: none;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	min-height: 385px;
	margin-top: 0;
	padding-left: 60px;
}

.prime__background img {
	-o-object-position: 75%;
	object-position: 75%;
}

.prime__wrap {
	max-width: 530px;
}

.prime__rating {
	font-weight: 700;
	text-transform: uppercase;
	margin-bottom: 8px;
}

.prime__rating span {
	font-weight: 400;
	margin-left: 4px
}

.prime__text {
	margin-top: 8px;
}

.prime__title,
.prime__text {
	text-shadow: 0 0 3px #000;
}

.prime__button {
	margin-top: 16px;
}

/* Navigation */
.navigation {
	display: none;
}

/* Technical */
.table {
	background-color: #19191C;
	border-radius: 8px;
	overflow: hidden;
	width: 100%;
}

.table tr {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	gap: 40px;
	width: 100%;
}

.table tr>* {
	-webkit-box-flex: 1;
	-ms-flex: 1;
	flex: 1;
}

.table thead {
	background-color: #DFDFDF;
	font-weight: 700;
	line-height: 140%;
	color: #1E2229;
	text-transform: uppercase;
}

.table thead tr {
	padding: 12px 20px;
}

.table tbody tr {
	line-height: 135%;
	padding: 12px 20px;
}

.table tbody tr+tr {
	border-top: 1px solid #fff;
	padding-bottom: 11px;
}

.table td ul li {
	background: none;
	border-radius: 0;
	padding: 0 0 0 23px;
	font-size: 15px;
	color: #F3F3F3;
	line-height: 135%;
}

.table td ul li+li {
	margin-top: 0;
}

.table td ul li:before {
	content: '•';
	background: none;
	width: auto;
	height: auto;
	left: 9px;
}

.technical__table th:first-child,
.technical__table td:first-child {
	max-width: 248px;
}

/* Bonus Banner */
.bonus-banner {
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	min-height: 320px;
	padding-left: 9.5%;
}

.bonus-banner__background img {
	-o-object-position: 75%;
	object-position: 75%;
}

.bonus-banner__wrap {
	max-width: 500px;
	text-align: center;
}

.bonus-banner__title,
.bonus-banner__text {
	text-shadow: 0 0 3px #000;
}

.bonus-banner__title {
	background: none;
	border: none;
	padding: 0;
}

.bonus-banner__text {
	font-weight: 500;
	margin-top: 8px;
}

.bonus-banner__button {
	margin-top: 16px;
}

/* App */
.app-button {
	background-color: #2E861E;
	border-radius: 8px;
	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;
	gap: 6px;
	font-weight: 700;
	font-size: 15px;
	color: #fff;
	line-height: 140%;
	text-align: center;
	text-transform: uppercase;
	width: 240px;
	height: 56px;
	padding: 0 22px;
}

.app-button img {
	max-width: 32px;
}

.app-button span {
	-webkit-box-flex: 1;
	-ms-flex: 1;
	flex: 1;
}

.app-button:hover {
	-webkit-transform: scale(1.05);
	-ms-transform: scale(1.05);
	transform: scale(1.05);
}

/* Promotions */
.promotions__item:nth-of-type(odd) .promotions-item__background img {
	-o-object-position: 75%;
	object-position: 75%;
}

.promotions__item:nth-of-type(even) .promotions-item__background img {
	-o-object-position: 25%;
	object-position: 25%;
}

.promotions-item__desc {
	background-color: rgba(25, 25, 28, 0.8);
	border-radius: 12px;
	-webkit-backdrop-filter: blur(6px);
	backdrop-filter: blur(6px);
	padding: 20px;
	max-width: 660px;
	width: 100%;
}

.promotions__item:nth-of-type(even) .promotions-item__desc {
	margin-left: auto;
}

.promotions-item__desc>*+* {
	margin-top: 16px;
}

/* Tournaments */
.tournaments__table tr {
	-webkit-box-align: stretch;
	-ms-flex-align: stretch;
	align-items: stretch;
}

.tournaments__table th:first-child {
	max-width: 150px;
}

/* Slots */

.slots__table th:nth-child(2),
.slots__table td:nth-child(2) {
	max-width: 130px;
}

.slots__table th:nth-child(n+3),
.slots__table td:nth-child(n+3) {
	max-width: 230px;
}

/* Games */
.games__table th:first-child {
	max-width: 150px;
}

/* FAQ */
.faq__list li {
	background: #17181C;
	border-radius: 8px;
	overflow: hidden;
	padding: 0;
	-webkit-transition: all .5s ease-in-out;
	-o-transition: all .5s ease-in-out;
	transition: all .5s ease-in-out;
}

.faq__list li:before {
	display: none;
}

.faq__list li+li {
	margin-top: 16px;
}

.title.faq-item__title {
	background-color: #DFDFDF;
	border: none;
	color: #0F0F12;
	line-height: 1.467;
	text-transform: uppercase;
	cursor: pointer;
	margin: 0;
	position: relative;
	padding: 17px 60px 17px 20px;
}

.title.faq-item__title:before {
	content: counter(ol)'.';
	display: inline-block;
	margin-right: 4px;
}

.faq-item__title:after {
	content: '';
	border: 1px solid #17181C;
	border-radius: 5px;
	background-image: url("data:image/svg+xml,%3Csvg width='9' height='6' viewBox='0 0 9 6' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M8.495 4.99023L4.495 0.990234L0.494995 4.99023' stroke='%2317181C' stroke-width='1.4'/%3E%3C/svg%3E%0A");
	background-repeat: no-repeat no-repeat;
	background-position: center center;
	background-size: 9px;
	position: absolute;
	top: 0;
	bottom: 0;
	right: 20px;
	margin: auto;
	width: 24px;
	height: 24px;
	-webkit-transform: rotateX(180deg);
	transform: rotateX(180deg);
	-webkit-transition: -webkit-transform .4s;
	transition: -webkit-transform .4s;
	-o-transition: transform .4s;
	transition: transform .4s;
	transition: transform .4s, -webkit-transform .4s;
}

.faq-list__item.active .faq-item__title:after {
	-webkit-transform: rotateX(0);
	transform: rotateX(0);
}

.faq-item__desc {
	font-size: 16px;
	color: #fff;
	line-height: 150%;
	padding: 16px 12px;
}

/* Reviews */
.reviews-list__item {
	background: #19191C;
	border-left: 4px solid #2E861E;
	border-radius: 0 4px 4px 0;
	font-size: 15px;
	color: #fff;
	line-height: 160%;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	gap: 5px;
	padding: 14px 20px 14px 5px;
}

.reviews-list__item+.reviews-list__item {
	margin-top: 16px;
}

.reviews-list__item::before {
	display: none;
}

.reviews-list__item>* {
	position: relative;
	z-index: 1;
}

.reviews-item__img {
	max-width: 120px;
}

.reviews-item__img img {
	display: block;
}

.reviews-item__desc {
	-webkit-box-flex: 1;
	-ms-flex: 1;
	flex: 1;
}

.reviews-desc__header {
	background-color: #2E861E;
	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: 10px;
	margin-bottom: 16px;
	padding: 10px 12px;
}

.reviews-header__name {
	font-weight: 700;
}

.reviews-header__stars {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	gap: 5px;
}

.reviews-header__stars img {
	max-width: 24px;
}

/* Grades */
.grades__table {
	font-weight: 700;
	margin-top: 20px;
}

.grades__table tr>* {
	position: relative;
	z-index: 1;
}

.grades__table th:last-child,
.grades__table td:last-child {
	text-align: right;
}

.grades__table td:last-child {
	color: #FFD400;
}

.grades__table td span {
	font-size: 20px;
	color: #4CA421;
}

.grades-table__img {
	position: absolute;
	bottom: 0;
	left: 50%;
	-webkit-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	transform: translateX(-50%);
	max-width: 248px;
	width: 26%;
}

.grades-table__img img {
	display: block;
}

/* Conclusion */
.conclusion__desc {
	background: #19191C url('../img/conclusion-desc-bg.webp') no-repeat center center / 222px;
	border-left: 4px solid #2E861E;
	border-radius: 0 4px 4px 0;
	padding: 20px 20px 20px 16px;
}

.conclusion__desc>*+* {
	margin-top: 16px;
}

.conclusion__bottom {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	align-items: flex-start;
	gap: 10px;
	margin-top: 16px;
	width: 100%;
}

.conclusion-bottom__button {
	margin-top: 0;
}

.conclusion-bottom__author {
	font-weight: 700;
	font-style: italic;
	margin-top: 4px;
}

/* Btn Top */
.to-top-wrap {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: end;
	-ms-flex-align: end;
	align-items: flex-end;
	position: absolute;
	top: 0;
	bottom: 0;
	right: 260px;
	width: 48px;
}

.to-top {
	background-image: url("data:image/svg+xml,%3Csvg width='32' height='34' viewBox='0 0 32 34' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M0.482128 33.5082C1.06653 34.1043 1.98102 34.1585 2.62543 33.6708L2.81005 33.5082L16 20.0532L29.1899 33.5082C29.7743 34.1043 30.6888 34.1585 31.3332 33.6708L31.5179 33.5082C32.1023 32.9121 32.1554 31.9793 31.6773 31.3219L31.5179 31.1336L17.164 16.4918C16.5796 15.8957 15.6651 15.8415 15.0207 16.3292L14.836 16.4918L0.482128 31.1336C-0.160709 31.7893 -0.160709 32.8525 0.482128 33.5082Z' fill='%234CA421'/%3E%3Cpath d='M0.482128 17.5082C1.06653 18.1043 1.98102 18.1585 2.62543 17.6708L2.81005 17.5082L16 4.05317L29.1899 17.5082C29.7743 18.1043 30.6888 18.1585 31.3332 17.6708L31.5179 17.5082C32.1023 16.9121 32.1554 15.9793 31.6773 15.3219L31.5179 15.1336L17.164 0.491798C16.5796 -0.104321 15.6651 -0.158514 15.0207 0.32922L14.836 0.491798L0.482128 15.1336C-0.160709 15.7893 -0.160709 16.8525 0.482128 17.5082Z' fill='%234CA421'/%3E%3C/svg%3E%0A");
	background-repeat: no-repeat;
	background-position: center center;
	background-size: 32px;
	position: -webkit-sticky;
	position: sticky;
	bottom: 10px;
	width: 48px;
	height: 48px;
	display: none;
	z-index: 100;
	opacity: .7;
}

.to-top:hover {
	opacity: 1;
}

/* Footer */
.footer {
	padding-top: 30px;
	padding-bottom: 20px;
}

.footer li {
	background: none;
	border-radius: 0;
	padding: 0;
}

.footer li+li {
	margin-top: 0;
}

.footer li:before {
	display: none;
}

.footer__langs {
	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;
}

.footer__langs li a {
	background-color: #FFFFFF;
	border: 1px solid rgba(254, 192, 126, 0.2);
	border-radius: 12px;
	font-family: 'Poppins', sans-serif;
	font-size: 15px;
	color: #082529;
	line-height: 1;
	text-transform: uppercase;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	gap: 8px;
	padding: 11px 12px;
}

.footer__langs li a:hover {
	background-color: rgba(255, 255, 255, .5);
}

.footer__langs li a img {
	border-radius: 50%;
	max-width: 24px;
}

.footer__menu {
	background-color: #16181D;
	border-radius: 8px;
	color: #fff;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	gap: 30px;
	margin: 20px auto 8px;
	padding: 12px;
	width: 100%;
}

.footer-menu__item p {
	font-weight: 700;
	font-size: 14px;
	line-height: 16px;
	text-transform: uppercase;
	margin-bottom: 8px;
}

.footer-menu__item li {
	line-height: 1.167;
}

.footer-menu__item li+li {
	margin-top: 8px;
}

.footer-menu__item li a {
	display: block;
	font-size: 12px;
	color: #fff;
}

.footer-menu__item li a:hover {
	opacity: .6;
}

.footer-menu__item li a img {
	display: inline-block;
	vertical-align: middle;
	margin-right: 7px;
	max-width: 14px;
}

.footer__wrap {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	gap: 8px;
	width: 100%;
}

.footer__wrap>* {
	-webkit-box-flex: 1;
	-ms-flex: 1;
	flex: 1;
}

.footer__left {
	background-color: #16181D;
	border-radius: 8px;
	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;
	padding: 20px;
	max-width: 290px;
}

.footer__left img {
	max-height: 55px;
}

.footer__copyright {
	background: #16181D;
	border-radius: 8px;
	font-size: 12px;
	color: #BEBFC1;
	line-height: 14px;
	padding: 24px 12px;
}

.footer__copyright p+p {
	margin-top: 10px;
	line-height: 17px;
}

.footer__copyright p a {
	color: inherit;
}

.footer__right {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	gap: 8px;
	max-width: 300px;
}

.footer__right>* {
	border-radius: 8px;
	-webkit-box-flex: 1;
	-ms-flex: 1;
	flex: 1;
	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;
	padding: 8px;
}

.footer__age {
	background-color: #16181D;
}

.footer__button {
	background-color: #23272E;
	font-size: 14px;
	color: #fff;
	line-height: 1;
	text-transform: uppercase;
}

.footer__button:hover {
	background-color: rgba(255, 255, 255, .2);
}

/* PAGES */
/* Prome */
.title.page-prime__title {
	font-size: 32px;
	line-height: 1.25;
}

/* Breadcrumbs */
.breadcrumbs {
	margin-bottom: 1px;
}

.breadcrumbs>li {
	background: none;
	border-radius: 0;
	display: inline-block;
	padding: 0px;
}

.breadcrumbs>li+li {
	margin: 0;
}

.breadcrumbs>li:before {
	display: none;
}

.breadcrumbs>li a {
	display: inline-block;
	font-weight: 700;
	color: #fff;
	line-height: 128%;
	text-transform: uppercase;
}

.breadcrumbs>li a:not([href]) {
	font-weight: 400;
}

.breadcrumbs>li:not(:last-child):after {
	content: '/';
	display: inline-block;
	position: relative;
	font: inherit;
	color: #fff;
	margin: 0px 5px;
}

.breadcrumbs>li a:not([href]),
.breadcrumbs>li a:not([href]) span {
	cursor: default;
}

/* BONUS PAGE */
/* Welcome */
.welcome-banner__desc {
	font-size: 16px;
	line-height: 1.375;
}

/* Weekly */
.weekly-banner__desc {
	font-size: 16px;
	line-height: 1.375;
}

.weekly-banner__img {
	bottom: 0;
	right: 3%;
	max-width: 237px;
	width: 25%;
}

/* Free spins */
.freespins-banner__desc,
.loyalty-banner__desc,
.win-banner__desc,
.limited-banner__desc {
	line-height: 155%;
}

.freespins-banner__img {
	bottom: 0;
	right: 0;
	max-width: 335px;
	width: 35%;
}

/* Loyalty */
.loyalty-banner__img {
	bottom: 0;
}

.loyalty__banner:first-of-type .loyalty-banner__img {
	right: 2%;
	max-width: 248px;
	width: 26%;
}

.loyalty__banner:last-of-type .loyalty-banner__img {
	left: 0;
	max-width: 288px;
	width: 30%;
}

.loyalty__banner:last-of-type .loyalty-banner__desc {
	margin-left: auto;
}

/* Win */
.win-banner__img {
	bottom: 0;
	right: 0;
	max-width: 284px;
	width: 29%;
}

/* Limited */
.limited-banner__img {
	bottom: 0;
	right: 1%;
	max-width: 288px;
	width: 30%;
}

/* APP PAGE */
/* Prime */
.prime__buttons {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	gap: 16px 32px;
	margin-top: 16px;
}

/* Store */
.store {
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	min-height: 240px;
	padding-left: 7%;
}

.store__background img {
	-o-object-position: 70%;
	object-position: 70%;
}

.store__logo {
	display: block;
	max-width: 265px;
	margin: 0 auto 32px;
}

.store__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: 32px;
}

/* Devices */
.devices .title.mini {
	border: none;
	padding: 0;
}

.devices__list {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	gap: 20px;
}

.devices-list__item {
	background-color: #19191C;
	border-left: 4px solid #2E861E;
	border-radius: 0 4px 4px 0;
	color: #fff;
	padding: 20px;
	width: calc(50% - 10px);
}

.devices-list__item+.devices-list__item {
	margin-top: 0;
}

.devices-list__item:before {
	display: none;
}

.devices-list__item p+p {
	margin-top: 16px;
}


.devices__specifications {
	gap: 16px;
}

.devices-specifications__item {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	gap: 5px;
	padding-left: 5px;
	width: calc(50% - 8px);
}

.devices-item__img {
	-ms-flex-item-align: center;
	align-self: center;
	max-width: 120px;
	width: 37%;
}

.devices-item__img img {
	display: block;
}

.devices-item__desc {
	-webkit-box-flex: 1;
	-ms-flex: 1;
	flex: 1;
}

.devices-desc__title {
	background-color: #2E861E;
	border-radius: 6px;
	font-weight: 700;
	padding: 10px 12px;
}

/* BETTING PAGE */
/* Market */
.market-banner__img {
	bottom: 0;
	z-index: 2;
}

.market-games__img {
	right: 0;
	max-width: 483px;
	width: 50%;
}

.market-desc__list li span {
	display: block;
}

.market-games__list li span {
	width: 70%;
}

.market-niche__img {
	right: 2%;
	bottom: 0;
	max-width: 275px;
	width: 29%;
}

.market-niche__list li span {
	width: 98%;
}

/* Streaming */
.streaming-banner__img {
	bottom: 0;
	right: 0;
	max-width: 255px;
	width: 27%;
}

.streaming-banner__desc {
	font-size: 16px;
	line-height: 1.375;
}

/* Betting */
.betting-banner__img {
	bottom: 0;
	right: 2.5%;
	max-width: 247px;
	width: 26%;
}

.betting-banner__desc h3,
.program-banner__desc h3,
.interface-banner__desc h3 {
	line-height: 1.1;
}

/* Program */
.program-banner__img {
	bottom: 0;
}

.program-vip__img {
	right: 0%;
	max-width: 325px;
	width: 34%;
}

.program__banner-right .program-banner__desc {
	margin-left: auto;
}

.program-calculate__img {
	left: 0;
	max-width: 252px;
	width: 26%;
}

.program-banner__desc-bg {
	background-color: rgba(25, 25, 28, 0.8);
	-webkit-backdrop-filter: blur(6px);
	backdrop-filter: blur(6px);
	border-radius: 12px;
	max-width: 660px;
	padding: 20px;
}

.text-italic {
	font-style: italic;
}

.list-row {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	gap: 10px;
}

.list-row li+li {
	margin-top: 0;
}