<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "utf-8";

@import url('https://fonts.googleapis.com/css2?family=Baloo+Bhai+2:wght@700&amp;family=Roboto:wght@400;500;700;900&amp;display=swap');

body {
	overflow-x: hidden;
	min-height: 100vh;
	background: #121317;
	font-family: 'Roboto', 'Arial', sans-serif;
	font-size: 15px;
	font-weight: 400;
	line-height: 2;
	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 {
	position: relative;
}

ul&gt;li {
	padding-left: 24px;
}

ol&gt;li {
	padding-left: 34px;
	counter-increment: ol;
}

ul&gt;li:before,
ol&gt;li:before {
	display: inline-block;
	position: absolute;
	font: inherit;
	z-index: 1;
}

ul&gt;li:before {
	content: "";
	width: 12px;
	height: 12px;
	border-radius: 50%;
	background: #55AD29;
	top: 9px;
	left: 0;
}

ol&gt;li:before {
	content: counter(ol)'.';
	top: 0;
	left: 0;
}

.list-bg {
	background: #161E18;
	border: 2px solid #4EA522;
	border-radius: 3px;
	box-shadow: 0px 0px 0.15911999344825745px 0px #4EA522,
		0px 0px 0.3182399868965149px 0px #4EA522,
		0px 0px 1.1138399839401245px 0px #4EA522,
		0px 0px 2.227679967880249px 0px #4EA522,
		0px 0px 3.818880081176758px 0px #4EA522,
		0px 0px 6.683040142059326px 0px #4EA522;
	margin-top: 16px;
	padding: 4px 14px;
}

p a,
li a {
	color: #55AD29;
	text-decoration: underline;
}

/* Title */
h1,
h2,
h3 {
	display: block;
	position: relative;
	width: 100%;
	font-weight: 700;
	line-height: 1.2;
	text-transform: uppercase;
}

h1.title {
	color: #fff;
}

.title.general {
	font-size: 32px;
}

h2,
.title.high {
	font-size: 24px;
}

h2 {
	padding: 5px 0 3px 36px;
}

h2:before,
h2:after {
	content: '';
	position: absolute;
}

h2: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%2221%22%20viewBox%3D%220%200%2024%2021%22%20fill%3D%22none%22%3E%3Cpath%20d%3D%22M24%205.22069L18.0466%207.47166L18.401%208.22367C18.9054%209.2955%2018.4193%2010.6191%2017.1132%2011.0044C17.0967%2011.0102%2015.2877%2011.5254%2014.7383%209.77943L14.2088%208.09174L15.7156%206.49225L11.9973%200.575195L8.27889%206.49225L9.78575%208.09174L9.25622%209.77943C8.91349%2010.8688%208.17795%2011.2361%206.87438%2010.973C6.73204%2010.8995%205.98867%2010.8653%205.5681%209.89385C5.33597%209.35898%205.34558%208.75053%205.59351%208.22367L5.94722%207.47235L0%205.21994L2.6534%2016.098H8.89291L11.9973%2012.8043L15.1016%2016.098H21.3425L24%205.22069Z%22%20fill%3D%22%2355AD29%22%2F%3E%3Cpath%20d%3D%22M10.1757%2016.8438L11.994%2014.9144L13.8124%2016.8438L11.994%2018.7731L10.1757%2016.8438Z%22%20fill%3D%22%2355AD29%22%2F%3E%3Cpath%20d%3D%22M8.89292%2017.5898H2.85455V20.5746H11.7061L8.89292%2017.5898Z%22%20fill%3D%22%2355AD29%22%2F%3E%3Cpath%20d%3D%22M21.14%2017.5898H15.1016L12.2885%2020.5746H21.14V17.5898Z%22%20fill%3D%22%2355AD29%22%2F%3E%3C%2Fsvg%3E");
	background-repeat: no-repeat no-repeat;
	background-position: center center;
	background-size: contain;
	width: 34px;
	height: 20px;
	top: 7px;
	left: -1px;
}

h2:after {
	background: -webkit-linear-gradient(90deg, #4EA522 0%, rgba(78, 165, 34, 0) 100%);
	background: -moz-linear-gradient(90deg, #4EA522 0%, rgba(78, 165, 34, 0) 100%);
	background: -o-linear-gradient(90deg, #4EA522 0%, rgba(78, 165, 34, 0) 100%);
	background: linear-gradient(90deg, #4EA522 0%, rgba(78, 165, 34, 0) 100%);
	height: 2px;
	bottom: 0;
	left: 0;
	right: 0;
}

h3,
.title.middle {
	font-size: 20px;
}

/* Article */
article,
.article {
	font-size: 15px;
	font-weight: 400;
	line-height: 2;
	text-align: left;
}

article&gt;*+*,
.article&gt;*+* {
	margin-top: 16px;
}

article p:first-child,
.article p:first-child {
	margin-top: 0px;
}

article p a,
.article p a {
	color: #4EA522;
}

.article__banner img {
	display: block;
}

.text-width {
	max-width: 790px;
}

/* Button */
.button {
	display: inline-block;
	position: relative;
	height: auto;
	width: auto;
	min-width: 200px;
	background: -webkit-linear-gradient(279.23deg, #4CA421 19.3%, #A6FC71 154.53%);
	background: -moz-linear-gradient(279.23deg, #4CA421 19.3%, #A6FC71 154.53%);
	background: -o-linear-gradient(279.23deg, #4CA421 19.3%, #A6FC71 154.53%);
	background: linear-gradient(279.23deg, #4CA421 19.3%, #A6FC71 154.53%);
	font-size: 16px;
	font-weight: 700;
	line-height: 1;
	text-align: center;
	text-transform: uppercase;
	text-decoration: none;
	color: #fff;
	white-space: nowrap;
	padding: 17px 20px 15px;
	margin: 16px 0 0;
	border-radius: 3px;
}

.button:hover {
	-webkit-transform: scale(1.1);
	-moz-transform: scale(1.1);
	-ms-transform: scale(1.1);
	-o-transform: scale(1.1);
	transform: scale(1.1);
}

.button img,
.button span {
	display: inline-block;
	vertical-align: middle;
}

.button img {
	margin-right: 10px;
}

.button span {
	text-align: left;
}

/* 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;
	-moz-transition: all 0.5s;
	transition: all 0.5s;
}

.path {
	fill: inherit;
	stroke: inherit;
	stroke-width: inherit;
}

/* Content */
.content,
.cover {
	display: -webkit-box;
	display: -webkit-flex;
	display: -moz-box;
	display: flex;
	position: relative;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	-moz-box-pack: center;
	justify-content: center;
	-webkit-box-align: start;
	-ms-flex-align: start;
	align-items: flex-start;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-webkit-flex-direction: column;
	-moz-box-orient: vertical;
	-moz-box-direction: normal;
	flex-direction: column;
	width: 100%;
	padding: 0 20px;
	margin: 20px auto 0;
	overflow: hidden;
}

.content {
	background: #252A31;
	color: #fff;
	max-width: 1280px;
	margin-top: 20px;
	padding: 32px 20px;
	border-radius: 3px;
}

.cover {
	padding-left: -webkit-calc(50% - (1280px / 2));
	padding-left: -moz-calc(50% - (1280px / 2));
	padding-left: calc(50% - (1280px / 2));
	padding-right: -webkit-calc(50% - (1280px / 2));
	padding-right: -moz-calc(50% - (1280px / 2));
	padding-right: calc(50% - (1280px / 2));
}

.content&gt;*,
.cover&gt;* {
	display: block;
	position: relative;
}

.main__buttons {
	display: none;
}

/* Header */
.header {
	background: #16181D;
	-webkit-box-shadow: 0px 0px 10px 0px rgba(18, 19, 23, 0.502);
	-moz-box-shadow: 0px 0px 10px 0px rgba(18, 19, 23, 0.502);
	box-shadow: 0px 0px 10px 0px rgba(18, 19, 23, 0.502);
	-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;
	overflow: visible;
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	z-index: 1000;
	height: auto;
	margin-top: 0;
}

.header&gt;* {
	-webkit-box-flex: 0;
	-ms-flex: 0 0 auto;
	flex: 0 0 auto;
}

.header li a {
	text-decoration: none;
}

.logo {
	display: inline-block;
}

.logo img {
	display: block;
}

.header__logo {
	max-width: 224px;
}

.header__logo img {
	max-height: 52px;
}

.menu-button,
.header__menu .header__button {
	display: none;
}

.header__menu {
	margin: 0 auto 0 4.2vw;
}

.header__menu ul {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}

.header__menu ul li {
	padding-left: 0;
}

.header__menu li+li {
	margin: 0 0 0 46px;
}

.header__menu ul li:before {
	display: none;
}

.header__menu ul a {
	font-weight: 500;
	font-size: 14px;
	color: #fff;
	text-transform: uppercase;
}

.header__menu ul a:hover {
	color: #4EA522;
}

.header__button {
	margin-top: 0;
	font-weight: 400;
	font-size: 14px;
	min-width: 0;
	padding-top: 10px;
	padding-bottom: 8px;
}

.header__signup {
	margin-right: 10px;
	padding-left: 20px;
	padding-right: 20px;
}

.header__login {
	background: #23272E;
	border-color: #23272E;
	font-weight: 500;
	padding-left: 19px;
	padding-right: 19px;
	margin-right: 8px;
}

.header__lang {
	position: relative;
	z-index: 101;
}

.header__lang-button {
	font-weight: 400;
	font-size: 12px;
	color: #fff;
	text-transform: uppercase;
	padding: 5px 16px 5px 5px;
	position: relative;
}

.header__lang-button:before {
	content: '';
	position: absolute;
	top: 0;
	bottom: 0;
	right: 2px;
	margin: auto;
	width: 10px;
	height: 6px;
	background-image: url("data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2211%22%20height%3D%226%22%20viewBox%3D%220%200%2011%206%22%20fill%3D%22none%22%3E%3Cg%20clip-path%3D%22url(%23clip0_481_1135)%22%3E%3Cpath%20d%3D%22M5.67595%205.88127L1.04733%201.25858C0.890961%201.10026%200.890961%200.91029%201.04733%200.751979L1.64155%200.118734C1.79792%20-0.0395778%202.04811%20-0.0395778%202.17321%200.118734L5.92614%203.85488L9.67908%200.118734C9.80417%20-0.0395778%2010.0544%20-0.0395778%2010.2107%200.118734L10.8362%200.751979C10.9613%200.91029%2010.9613%201.0686%2010.8362%201.25858L6.23889%205.88127C6.08252%206.03958%205.83232%206.03958%205.70722%205.88127H5.67595Z%22%20fill%3D%22white%22%2F%3E%3C%2Fg%3E%3Cdefs%3E%3CclipPath%20id%3D%22clip0_481_1135%22%3E%3Crect%20width%3D%2210%22%20height%3D%226%22%20fill%3D%22white%22%20transform%3D%22translate(0.930054)%22%2F%3E%3C%2FclipPath%3E%3C%2Fdefs%3E%3C%2Fsvg%3E");
	background-repeat: no-repeat no-repeat;
	background-position: center center;
	background-size: contain;
}

.header__lang-button.open:before {
	-webkit-transform: rotate(-180deg);
	-moz-transform: rotate(-180deg);
	-ms-transform: rotate(-180deg);
	-o-transform: rotate(-180deg);
	transform: rotate(-180deg);
}

.header__lang-list {
	background: #16181D;
	-webkit-box-shadow: 0px 15px 20px 0px rgba(0, 0, 0, 0.188);
	-moz-box-shadow: 0px 15px 20px 0px rgba(0, 0, 0, 0.188);
	-o-box-shadow: 0px 15px 20px 0px rgba(0, 0, 0, 0.188);
	box-shadow: 0px 15px 20px 0px rgba(0, 0, 0, 0.188);
	position: absolute;
	top: 100%;
	right: 0;
	border-radius: 6px;
	width: auto;
	padding: 7px 15px;
	display: none;
}

.header__lang-list li {
	padding: 0;
}

.header__lang-list li:before {
	display: none;
}

.header__lang-list li a {
	display: block;
	font-size: 12px;
	color: #fff;
	text-transform: uppercase;
	text-align: center;
	padding: 5px;
}

.header__lang-list li a:hover {
	color: #4EA522;
}

/* Main */
.main {
	padding-top: 52px;
}

/* Prime */
.prime {
	background: none;
	color: #fff;
	padding: 109px 60px;
}

.prime__wrap {
	max-width: 545px;
	position: relative;
	z-index: 1;
}

.title.prime__title {
	color: #4EA522;
	text-shadow: 0 0 2px #000;
}

.prime__subtitle {
	text-shadow: 0 0 2px #000;
	padding: 0;
	margin-top: 5px;
}

.prime__subtitle:before,
.prime__subtitle:after {
	display: none;
}

/* Pretext */
.pretext {
	line-height: 1.55;
}

/* Features */
.features__list {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	gap: 34px 20px;
	margin-top: 22px;
}

.features__item {
	width: -webkit-calc(33.3% - 13.3px);
	width: -moz-calc(33.3% - 13.3px);
	width: calc(33.3% - 13.3px);
	max-width: 400px;
	text-align: center;
	padding: 30px 0 0;
}

.features__item:before {
	-webkit-filter: blur(5px);
	filter: blur(5px);
	width: 52px;
	height: 52px;
	left: 0;
	right: 0;
	top: 0;
	margin: auto;
	z-index: 0;
}

.features__item-img {
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	margin: auto;
	z-index: 2;
}

.features__item-desc {
	background: rgba(18, 19, 23, 0.922);
	border: 2px solid #4EA522;
	border-radius: 6px;
	box-shadow: 0px 0px 0.15911999344825745px 0px #4EA522,
		0px 0px 0.3182399868965149px 0px #4EA522,
		0px 0px 1.1138399839401245px 0px #4EA522,
		0px 0px 2.227679967880249px 0px #4EA522,
		0px 0px 3.818880081176758px 0px #4EA522,
		0px 0px 6.683040142059326px 0px #4EA522;
	height: 100%;
	padding: 30px 20px 20px;
	position: relative;
	z-index: 1;
}

.features__item-title {
	font-weight: 500;
	font-size: 16px;
	color: #4EA522;
}

.features__item-text {
	line-height: 1.5;
	margin-top: 10px;
}

/* Info */
.table {
	border-radius: 3px;
	box-shadow: 0px 0px 0.15911999344825745px 0px #4EA522,
		0px 0px 0.3182399868965149px 0px #4EA522,
		0px 0px 1.1138399839401245px 0px #4EA522,
		0px 0px 2.227679967880249px 0px #4EA522,
		0px 0px 3.818880081176758px 0px #4EA522,
		0px 0px 6.683040142059326px 0px #4EA522;
	margin-top: 16px;
	overflow: hidden;
	width: 100%;
}

.table tr:nth-child(odd) {
	background: #4F535A;
}

.table tr:nth-child(even) {
	background: #23272E;
}

.table th,
.table td {
	width: 50%;
	text-align: center;
	line-height: 1.46;
	padding: 10px 10px;
}

.table th {
	background: #161E18;
	font-weight: 700;
	text-transform: uppercase;
}

.table td+td {
	border-left: 2px solid rgba(22, 30, 24, 0.502);
}

/* Banner */
.banner {
	padding: 136px 59px 122px;
}

.banner__wrap {
	text-align: center;
}

.banner__title {
	font-size: 28px;
	text-shadow: 0 0 2px #000;
	padding: 0;
}

.banner__title:before,
.banner__title:after {
	display: none;
}

.banner__subtitle {
	text-shadow: 0 0 2px #000;
	text-transform: uppercase;
	margin-top: 14px;
}

.banner__button {
	margin-top: 18px;
}

/* Pros Cons */
.pros-cons__table th img,
.pros-cons__table th span {
	display: inline-block;
	vertical-align: middle;
}

.pros-cons__table th img {
	margin-right: 8px;
}

/* Bonuses */
.bonuses__list {
	margin-top: 14px;
}

.bonuses__item {
	border: 2px solid #4EA522;
	border-radius: 3px;
	box-shadow: 0px 0px 0.15911999344825745px 0px #4EA522,
		0px 0px 0.3182399868965149px 0px #4EA522,
		0px 0px 1.1138399839401245px 0px #4EA522,
		0px 0px 2.227679967880249px 0px #4EA522,
		0px 0px 3.818880081176758px 0px #4EA522,
		0px 0px 6.683040142059326px 0px #4EA522;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	padding: 0;
}

.bonuses__item:before {
	display: none;
}

.bonuses__item+.bonuses__item {
	margin-top: 16px;
}

.bonuses__item-img {
	position: relative;
}

.bonuses__item-img img {
	display: block;
}

.bonuses__item-desc {
	-webkit-box-flex: 1;
	-ms-flex: 1;
	flex: 1;
	padding: 15px 32px;
}

.bonuses__item-title {
	font-weight: 500;
	color: #4EA522;
}

.bonuses__item-text {
	font-size: 16px;
	line-height: 1.5;
	position: relative;
	margin-top: 20px;
}

.bonuses__item-button {
	margin-top: 20px;
}

/* Casino */
.casino__list {
	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;
	margin-top: 14px;
}

.casino__list-item {
	background: rgba(18, 19, 23, 0.922);
	border: 2px solid #4EA522;
	border-radius: 6px;
	box-shadow: 0px 0px 0.15911999344825745px 0px #4EA522,
		0px 0px 0.3182399868965149px 0px #4EA522,
		0px 0px 1.1138399839401245px 0px #4EA522,
		0px 0px 2.227679967880249px 0px #4EA522,
		0px 0px 3.818880081176758px 0px #4EA522,
		0px 0px 6.683040142059326px 0px #4EA522;
	width: -webkit-calc(25% - 15px);
	width: -moz-calc(25% - 15px);
	width: calc(25% - 15px);
	max-width: 295px;
	text-align: center;
	padding: 20px 15px;
}

.casino__list-item:before {
	display: none;
}

.casino__list-percent {
	font-family: "Baloo Bhai 2", sans-serif;
	font-size: 52px;
	color: #4EA522;
	line-height: 1.2;
	border-bottom: 2px solid #4EA522;
}

.casino__list-text {
	margin-top: 6px;
}

/* Slots */
.slots__table th,
.slots__table td {
	width: 25%;
}

/* Providers */
.providers__wrap {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: start;
	-ms-flex-align: start;
	align-items: flex-start;
}

.providers__wrap-desc {
	-webkit-box-flex: 1;
	-ms-flex: 1;
	flex: 1;
}

.providers__wrap-img {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	margin-left: 45px;
	max-width: 72%;
}

.providers__wrap-img img {
	display: block;
	width: 50%;
}

/* Games */
.games__list {
	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;
	margin-top: 32px;
}

.games__list-item {
	background: rgba(18, 19, 23, 0.922);
	border: 2px solid #4EA522;
	border-radius: 6px;
	box-shadow: 0px 0px 0.15911999344825745px 0px #4EA522,
		0px 0px 0.3182399868965149px 0px #4EA522,
		0px 0px 1.1138399839401245px 0px #4EA522,
		0px 0px 2.227679967880249px 0px #4EA522,
		0px 0px 3.818880081176758px 0px #4EA522,
		0px 0px 6.683040142059326px 0px #4EA522;
	width: -webkit-calc(33.3% - 13.3px);
	width: -moz-calc(33.3% - 13.3px);
	width: calc(33.3% - 13.3px);
	max-width: 400px;
	padding: 18px;
	text-align: center;
}

.games__list-item:before {
	display: none;
}

.games__list-title {
	font-weight: 500;
	font-size: 18px;
	color: #4EA522;
}

.games__list-text {
	line-height: 1.5;
	margin-top: 8px;
}

/* App */
.mobile-banner {
	-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;
	padding: 28px 6.5%;
}

.mobile-banner__logo {
	max-width: 314px;
	margin: 0 auto 0 8.7vw;
}

.mobile-banner__button {
	background: #4EA522;
	border: 2px solid #4EA522;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	font-weight: 500;
	font-size: 14px;
	color: #fff;
	line-height: 1.14;
	text-transform: uppercase;
	width: 240px;
	padding: 14px 32px;
	border-radius: 6px;
}

.mobile-banner__button:hover {
	background: none;
}

.mobile-banner__button img {
	margin-right: 16px;
}

.mobile-banner__button+.mobile-banner__button {
	margin-top: 16px;
}

/* Note */
.note__list {
	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;
	margin-top: 14px;
}

.note__list-item {
	background: rgba(18, 19, 23, 0.922);
	border: 2px solid #4EA522;
	border-radius: 6px;
	box-shadow: 0px 0px 0.15911999344825745px 0px #4EA522,
		0px 0px 0.3182399868965149px 0px #4EA522,
		0px 0px 1.1138399839401245px 0px #4EA522,
		0px 0px 2.227679967880249px 0px #4EA522,
		0px 0px 3.818880081176758px 0px #4EA522,
		0px 0px 6.683040142059326px 0px #4EA522;
	width: -webkit-calc(25% - 15px);
	width: -moz-calc(25% - 15px);
	width: calc(25% - 15px);
	text-align: center;
	padding: 24px;
}

.note__list-item:before {
	display: none;
}

.note__list-title {
	font-weight: 500;
	font-size: 18px;
	color: #4EA522;
	margin: 11px 0 15px;
}

.note__list-stars {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
}

/* F.A.Q. */
.title.faq__title {
	margin-bottom: 19px;
}

.faq__list li {
	background: #161E18;
	padding: 0;
	-webkit-transition: all .5s ease-in-out;
	-moz-transition: all .5s ease-in-out;
	-ms-transition: all .5s ease-in-out;
	-o-transition: all .5s ease-in-out;
	transition: all .5s ease-in-out;
	border-radius: 8px;
	overflow: hidden;
}

.faq__list li+li {
	margin-top: 16px;
}

.faq__list li:before {
	font-weight: 700;
	font-size: 16px;
	top: 13px;
	left: 60px;
}

.faq-item__title {
	font-size: 16px;
	cursor: pointer;
	position: relative;
	padding: 19px 20px 17px 85px;
}

.faq-item__title:before {
	content: '';
	display: block;
	position: absolute;
	top: 17px;
	left: 20px;
	width: 24px;
	height: 24px;
	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%3Crect%20x%3D%220.5%22%20y%3D%22-0.5%22%20width%3D%2223%22%20height%3D%2223%22%20rx%3D%224.5%22%20transform%3D%22matrix(1%200%200%20-1%200%2023)%22%20stroke%3D%22%234EA522%22%2F%3E%3Cpath%20d%3D%22M16%2010L12%2014L8%2010%22%20stroke%3D%22%234EA522%22%20stroke-width%3D%221.4%22%2F%3E%3C%2Fsvg%3E");
	background-repeat: no-repeat no-repeat;
	background-position: center center;
	background-size: contain;
	-webkit-transition: all 0.5s;
	-o-transition: all 0.5s;
	-moz-transition: all 0.5s;
	transition: all 0.5s;
}

.faq-item__desc {
	border-top: 1px solid #4EA522;
	padding: 12px 20px 14px;
}

.faq__item.active .faq-item__title:before {
	-webkit-transform: rotateX(180deg);
	-moz-transform: rotateX(180deg);
	-ms-transform: rotateX(180deg);
	-o-transform: rotateX(180deg);
	transform: rotateX(180deg);
}

/* Review */
.review__list {
	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: 16px 20px;
	margin-top: 14px;
}

.review__list-item {
	background: rgba(18, 19, 23, 0.922);
	border: 2px solid #4EA522;
	border-radius: 6px;
	box-shadow: 0px 0px 0.15911999344825745px 0px #4EA522,
		0px 0px 0.3182399868965149px 0px #4EA522,
		0px 0px 1.1138399839401245px 0px #4EA522,
		0px 0px 2.227679967880249px 0px #4EA522,
		0px 0px 3.818880081176758px 0px #4EA522,
		0px 0px 6.683040142059326px 0px #4EA522;
	width: -webkit-calc(50% - 10px);
	width: -moz-calc(50% - 10px);
	width: calc(50% - 10px);
	max-width: 610px;
	padding: 20px;
}

.review__list-item:before {
	display: none;
}

.review__list-heading {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	gap: 20px;
}

.review__heading-photo img {
	display: block;
}

.review__heading-name {
	font-weight: 700;
	font-size: 16px;
	color: #4EA522;
	line-height: 1.5;
	margin-bottom: 6px;
}

.review__heading-stars {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	gap: 4px;
}

.review__list-text {
	margin-top: 8px;
}

/* Footer */
.footer {
	margin-top: 51px;
	padding-bottom: 20px;
	color: #BEBFC1;
}

.footer__popular {
	background: #16181D;
	font-weight: 700;
	font-size: 14px;
	text-transform: uppercase;
	color: #fff;
	border-radius: 3px;
	display: block;
	width: 100%;
	padding: 9px 15px;
	position: relative;
}

.footer__popular:before {
	content: '';
	position: absolute;
	top: 0;
	bottom: 0;
	right: 47px;
	width: 1px;
	background: #121317;
}

.footer__popular:after {
	content: '';
	position: absolute;
	top: 0;
	bottom: 0;
	right: 18px;
	margin: auto;
	width: 10px;
	height: 6px;
	background-image: url("data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2211%22%20height%3D%226%22%20viewBox%3D%220%200%2011%206%22%20fill%3D%22none%22%3E%3Cg%20clip-path%3D%22url(%23clip0_481_1135)%22%3E%3Cpath%20d%3D%22M5.67595%205.88127L1.04733%201.25858C0.890961%201.10026%200.890961%200.91029%201.04733%200.751979L1.64155%200.118734C1.79792%20-0.0395778%202.04811%20-0.0395778%202.17321%200.118734L5.92614%203.85488L9.67908%200.118734C9.80417%20-0.0395778%2010.0544%20-0.0395778%2010.2107%200.118734L10.8362%200.751979C10.9613%200.91029%2010.9613%201.0686%2010.8362%201.25858L6.23889%205.88127C6.08252%206.03958%205.83232%206.03958%205.70722%205.88127H5.67595Z%22%20fill%3D%22white%22%2F%3E%3C%2Fg%3E%3Cdefs%3E%3CclipPath%20id%3D%22clip0_481_1135%22%3E%3Crect%20width%3D%2210%22%20height%3D%226%22%20fill%3D%22white%22%20transform%3D%22translate(0.930054)%22%2F%3E%3C%2FclipPath%3E%3C%2Fdefs%3E%3C%2Fsvg%3E");
	background-repeat: no-repeat no-repeat;
	background-position: center center;
	background-size: contain;
}

.footer__desc {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	margin-top: 10px;
	width: 100%;
}

.footer__desc-item {
	background: #16181D;
	border-radius: 3px;
}

.footer__desc-text {
	max-width: 747px;
	width: 100%;
	font-size: 12px;
	line-height: 1.5;
	margin-right: 10px;
	padding: 19px 15px;
}

.footer__desc-text p:first-child {
	margin-top: 0;
}

.footer__desc-payment {
	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;
	max-width: 263px;
	width: 100%;
}

.footer__bottom {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	width: 100%;
	margin-top: 10px;
}

.footer__bottom-copy {
	background: #16181D;
	padding: 22px 20px;
	font-size: 12px;
	border-radius: 3px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	max-width: 747px;
	width: 100%;
}

.footer__bottom-copy p {
	margin-top: 0;
}

.footer__bottom-copy p a {
	color: inherit;
	text-decoration: underline;
}

.footer__bottom-right {
	-webkit-box-flex: 1;
	-ms-flex: 1;
	flex: 1;
	margin-left: 10px;
}

.footer__bottom-age {
	background: #16181D;
	font-size: 20px;
	text-align: center;
	padding: 9px 10px;
	margin-bottom: 9px;
	margin-top: 0;
	border-radius: 3px;
}

.footer__bottom-mobile {
	display: block;
	background: #23272E;
	width: 100%;
	color: #fff;
	text-align: center;
	text-transform: uppercase;
	padding: 1px 5px;
	border-radius: 3px;
}</pre></body></html>