
@charset "utf-8";

@import url('https://fonts.googleapis.com/css2?family=Inter:wght@300;400;500;600;700;800&display=swap');

body {
	overflow-x: hidden;
	font-family: 'Inter', 'Arial', sans-serif;
	font-size: 16px;
	font-weight: 300;
	line-height: 24px;
	color: #fff;
	text-align: left;
	background: -webkit-gradient(linear, left top, right top, from(#34434D), to(#19242D));
	background: -o-linear-gradient(left, #34434D 0%, #19242D 100%);
	background: linear-gradient(90deg, #34434D 0%, #19242D 100%);
	-webkit-text-size-adjust: 100%;
	   -moz-text-size-adjust: 100%;
	    -ms-text-size-adjust: 100%;
	        text-size-adjust: 100%;
}



p {
  margin-top: 16px;
}

ul, ol {
  text-align: left;
}

ul > li,
ol > li {
  display: block;
  position: relative;
	list-style: none;
  padding: 0px 0px 0px 18px;

}

ol > li {
  counter-increment: ol;
}



ul > li:before {
	content: "";
	background-color: #fff;
	display: block;
	width: 10px;
	height: 10px;
	-webkit-border-radius: 100%;
	        border-radius: 100%;
	position: absolute;
	left: 0;
	top: 7px;
}

ol > li:before {
  content: counter(ol) '.';
	color: #fff;
}

a:hover {
  text-decoration: underline;
}

img {
	display: block;
}


/* Title */
h1, h2, h3, h4, .title {
	display: block;
	position: relative;
  width: 100%;
	font-family: 'Inter', 'Arial', sans-serif;
  font-weight: 700;
	text-transform: none;
  color: #fff;
	margin-bottom: 16px;
	text-align: left;
}

h1, .general {
	font-size: 48px;
	line-height: 120%;
	text-transform: uppercase;
}



h2 {
  font-size: 40px;
	line-height: 120%;
}

h3 {
	font-size: 28px;
	line-height: 120%;
}

h4 {
	font-size: 28px;
	line-height: 120%;
}


.btn-box {
	text-align: center;
}



/* Article */


.article__button {
	margin: 32px auto 0 0;
  -webkit-box-shadow: none;
          box-shadow: none;
  -webkit-border-radius: 32px;
          border-radius: 32px;
  padding: 17px 30px;
}

article > *:first-child,
.article > *:first-child {
	margin-top: 0px;
}

article > * + *,
.article > * + * {
	margin-top: 16px;
}

article > * + h2,
.article > * + h2 {
	margin-top: 16px;
}
article > * + h3,
.article > * + h3 {
	margin-top: 16px;
}
article > * + h4,
.article > * + h4 {
	margin-top: 16px;
}

article > h2 + *,
.article > h2 + * {
	margin-top: 0px;
}

article > h3 + *,
.article > h3 + *,
article > h4 + *,
.article > h4 + * {
	margin-top: 0;
}

article li:first-child,
.article li:first-child {
	padding-top: 0px;
}

article p:first-child,
.article p:first-child {
	margin-top: 0px;
}

article a,
.article a {
	font-style: normal;
	text-decoration: none;
	color: #2BC69D;
}
article strong,
.article strong {
	color: #2BC69D;
}

.article__button {
	margin: 0;
}
.article__form {
	display: inline-block;
	margin-top: 24px;

}
.article__form img {
	max-width: 780px;
	width: 100%;
	-webkit-filter: drop-shadow(0px 0px 50px #2BC69D);
	        filter: drop-shadow(0px 0px 50px #2BC69D);
}
.txt-center {
	text-align: center;
}
/* Button */
.button {
	display: inline-block;
	position: relative;
	width: auto;
  min-width: 100px;
	height: auto;
	background-color: #2BC69D;
	-webkit-border-radius: 8px;
	        border-radius: 8px;
	font-size: 14px;
	font-weight: 700;
	font-style: normal !important;
	line-height: 1;
	text-align: center;
	color: rgba(255,255,255,1.00);
	white-space: nowrap;
	vertical-align: middle;
  cursor: pointer;
  padding: 15px 38px;
  margin: 16px auto 0px auto;
	-webkit-transition: all 0.5s;
	-o-transition: all 0.5s;
	transition: all 0.5s;
	border: 2px solid #2BC69D;
}

.button:hover {
	background: #34434D;
	text-decoration: none;
	color: #2BC69D;
}


/* Button Inverse */
.button.inverse {
	color: #2BC69D;
	background: transparent;

}
.button.inverse:hover {
	background-color: #2BC69D;
	color: #fff;
}


/* var */
.button > img,
.button > span {
	display: inline-block;
	position: relative;
	font: inherit;
	line-height: 1;
	vertical-align: middle;
}
.button > img + span {
	margin-left: 10px;
}

.more-button {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-webkit-align-items: center;
	    -ms-flex-align: center;
	        align-items: center;
	-webkit-box-pack: start;
	-webkit-justify-content: flex-start;
	    -ms-flex-pack: start;
	        justify-content: flex-start;
	background: rgba(16, 23, 29, 0.5);
	-webkit-border-radius: 8px;
	        border-radius: 8px;
	padding: 6px 12px;
	font-weight: 600;
	font-size: 12px;
	line-height: 20px;
	letter-spacing: 0.02em;
	color: #94AEB4;
	text-decoration: none;
	-webkit-transition: all .3;
	-o-transition: all .3;
	transition: all .3;
	margin-top: 8px;
}
.more-button img {
	margin-left: 8px;
}
.more-button:hover {
	-webkit-transform: scale(1.03);
	    -ms-transform: scale(1.03);
	        transform: scale(1.03);
	text-decoration: none;

}


.section {
  padding: 20px;
  margin: 0 auto 20px auto;
	background: #202A32;
	-webkit-border-radius: 16px;
	        border-radius: 16px;
  position: relative;
  overflow: hidden;
  z-index: 0;
	max-width: 1160px;
}

/* Special */
.image img,
.background img {
	display: block;
	position: relative;
}
.image {
	z-index: -1;
}
.background img {
  margin: 0;
	width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.background {
	display: -webkit-box!important;
	display: -webkit-flex!important;
	display: -ms-flexbox!important;
	display: flex!important;
	-webkit-box-align: center;
	-webkit-align-items: center;
	    -ms-flex-align: center;
	        align-items: center;
	-webkit-box-pack: start;
	-webkit-justify-content: flex-start;
	    -ms-flex-pack: start;
	        justify-content: flex-start;
	position: absolute !important;
	top: 0px;
	bottom: 0px;
	right: 0px;
	width: 100%;
	height: 100%;
	z-index: -1;
}

.background img {
	display: block;
}

.js-expand-content {
	display: none;
	overflow: hidden;
}

.js-expand-content.expanded {
	height: 100%;
}

svg {
  display: inline-block;
  position: relative;
  vertical-align: inherit;
  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: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
	position: relative;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	    justify-content: center;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	    align-items: center;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-webkit-flex-direction: column;
	-ms-flex-direction: column;
	    flex-direction: column;
	height: 100%;
	width: 100%;
	padding: 32px 30px 0px 30px;
}
.cover {
	max-width: 100%;
	overflow: hidden;
	padding-left: -webkit-calc(50% - ((1200px - 40px) / 2));
	padding-left: calc(50% - ((1200px - 40px) / 2));
	padding-right: -webkit-calc(50% - ((1200px - 40px) / 2));
	padding-right: calc(50% - ((1200px - 40px) / 2));
}




.content > *,
.cover > * {
	display: block;
	position: relative;
	-webkit-box-flex: 1;
	-webkit-flex: 1 1 auto;
	-ms-flex: 1 1 auto;
	    flex: 1 1 auto;
}



/* HEADER */
.header {
	overflow: initial;
	position: -webkit-sticky;
	position: sticky;
	top: 0;
	-webkit-box-pack: justify;
	-webkit-justify-content: space-between;
	-ms-flex-pack: justify;
	    justify-content: space-between;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-webkit-flex-direction: row;
	-ms-flex-direction: row;
	    flex-direction: row;
	height: auto;
	background: -o-linear-gradient(top, #313F4B 14.04%, #2d353b 52.71%, #19232D 76.03%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(14.04%, #313F4B), color-stop(52.71%, #2d353b), color-stop(76.03%, #19232D));
	background: linear-gradient(180deg, #313F4B 14.04%, #2d353b 52.71%, #19232D 76.03%);
	padding-top: 14px;
	padding-bottom: 14px;
	z-index: 1000;
}

.header > * {
	display: block;
	position: relative;
	-webkit-box-flex: 1;
	-webkit-flex: 1 1 auto;
	-ms-flex: 1 1 auto;
	    flex: 1 1 auto;
	width: auto;
}

.header__logo {
	max-width: 105px;
	margin-right: 30px;
}
.header__language-dropdown {
	margin-left: auto;
	-webkit-box-flex: 0;
	-webkit-flex: 0 0 auto;
	    -ms-flex: 0 0 auto;
	        flex: 0 0 auto;
}


.header__language-button {
	position: relative;
  -webkit-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  transition: all 0.3s linear;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-webkit-align-items: center;
	    -ms-flex-align: center;
	        align-items: center;
	cursor: pointer;
	padding-right: 32px;
}
.header__language-button::before {
	content: '';
	display: block;
	width: 24px;
	height: 24px;
	position: absolute;
	right: 0;
	top: 0;
	background-image: url(../images/icons/lang-icon.svg);
	background-size: contain;
	background-position: center;
	background-repeat: no-repeat;
}

.header__language-button img {
	max-width: 24px;
	margin-right: 8px;
}
.header__language-button span {
	color: #FFF;
	font-size: 14px;
	font-weight: 700;
	line-height: 20px;
	-webkit-transition: all .3s;
	-o-transition: all .3s;
	transition: all .3s;
}
.header__language-button:hover span{
	color: #2BC69D;
}
.header__language-dropdown > ul {
	margin-bottom: 0;
	position: absolute;
	width: 100%;
	padding: 8px 0px;
	-webkit-border-radius: 6px;
	        border-radius: 6px;
	background: #222D38;
	top: 100%;
	left: 0;
	z-index: 10;
	list-style: none;
	display: none;
}
.header__language-dropdown > ul .header__language img {
	width: 24px;
	height: 24px;
	margin-right: 8px;
}
.header__language-dropdown > ul .header__language {
	color: #fff;
	padding: 8px 16px;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-webkit-align-items: center;
	    -ms-flex-align: center;
	        align-items: center;
	font-size: 14px;
	font-weight: 700;
	line-height: 20px;
	white-space: nowrap;
	text-decoration: none;
}
.header__language-dropdown > ul .header__language span {
	display: inline-block;
	vertical-align: middle;
	padding-top: 2px;
}
.header__language-dropdown ul > li::before{
  display: none;
}

.header__language-dropdown > ul li:hover .header__language {
	color: #fff;
	background-color: #2BC69D;
}


.header__language-dropdown > ul li {
	display: block;
	padding: 0;
}



.header__language-button.active::before {
	-webkit-transform: rotate(180deg);
	    -ms-transform: rotate(180deg);
	        transform: rotate(180deg);
}




.header__menu {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: start;
	-webkit-justify-content: flex-start;
	    -ms-flex-pack: start;
	        justify-content: flex-start;
	-webkit-box-align: center;
	-webkit-align-items: center;
	    -ms-flex-align: center;
	        align-items: center;
}


.header__button-menu {
	display: none;
}
.header__button {
	text-transform: capitalize;
	padding: 11px 24px;
}
/* logo */
.logo > img {
  display: block;
  position: relative;
  max-width: 100%;
  max-height: 48px;
}

.logo[href]:hover {
  opacity: 0.50;
}

/* Menu */
.menu ul {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-webkit-justify-content: space-between;
	-ms-flex-pack: justify;
	    justify-content: space-between;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	    align-items: center;
	margin: 0px;
	width: auto;
}

.menu li {
	display: block;
  position: relative;
	-webkit-box-flex: 1;
	-webkit-flex: 1 1 auto;
	-ms-flex: 1 1 auto;
	    flex: 1 1 auto;
	padding: 0px;
}
.menu li:before { display: none; }

.menu li > a {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	    justify-content: center;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	    align-items: center;
	font-size: 14px;
	line-height: 20px;
  font-weight: 700;
	white-space: nowrap;
	color: rgba(255, 255, 255, 1);

}

.menu li > a:hover {
  color: #2BC69D;
}
.menu li + li {
  margin-left: 32px;
}

.menu li > a img {
	margin-right: 10px;
}

.header__button {
	-webkit-box-flex: 0;
	-webkit-flex: 0 1 auto;
	-ms-flex: 0 1 auto;
	    flex: 0 1 auto;
  margin: 0px 0px 0px 16px;
}

/* hover */
.menu li:hover > a {
  text-decoration: none;
}



/* var */

.header__menu .header__button-signup,
.header__menu .header__button-signin {
	display: none;
}



/* MAIN */
.main {
	display: block;
	position: relative;
	overflow-x: hidden;
	padding-top: 20px;
}

.main > * {
	position: relative;
}

/* Prime */

.prime {
	position: relative;
	z-index: 0;
	margin-bottom: 20px;
	overflow: hidden;
	padding: 172px 57px 30px 20px;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-webkit-flex-direction: column;
	    -ms-flex-direction: column;
	        flex-direction: column;
}

.prime__image {
	position: absolute;
	right: 30px;
	bottom: 0;
	height: 100%;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: end;
	-webkit-align-items: flex-end;
	    -ms-flex-align: end;
	        align-items: flex-end;
}
.prime__image img {
	height: 100%;
	-o-object-fit: cover;
	   object-fit: cover;
}

.prime__title {
	margin-bottom: 10px;
}

.prime__bonus {
	padding: 20px;
	-webkit-border-radius: 16px;
	        border-radius: 16px;
	border: 1px solid #2BC69D;
	background: #202A32;
	-webkit-box-shadow: 0px 0px 0.525600016117096px 0px #2BC69D, 0px 0px 1.051200032234192px 0px #2BC69D, 0px 0px 3.6791999340057373px 0px #2BC69D, 0px 0px 7.358399868011475px 0px #2BC69D, 0px 0px 12.614399909973145px 0px #2BC69D, 0px 0px 22.075199127197266px 0px #2BC69D;
	        box-shadow: 0px 0px 0.525600016117096px 0px #2BC69D, 0px 0px 1.051200032234192px 0px #2BC69D, 0px 0px 3.6791999340057373px 0px #2BC69D, 0px 0px 7.358399868011475px 0px #2BC69D, 0px 0px 12.614399909973145px 0px #2BC69D, 0px 0px 22.075199127197266px 0px #2BC69D;
	margin-left: auto;
	display: inline-block;
	color: #2BC69D;
	text-align: center;
	font-size: 38px;
	font-style: normal;
	font-weight: 700;
	line-height: 120%;
	text-transform: uppercase;
}


/***table***/
.table {
	width: 100%;
	-webkit-border-radius: 16px;
	        border-radius: 16px;
	border: 1px solid #2BC69D;
	text-align: center;
	overflow: hidden;
}

tbody, table {
	width: 100%;
}

.table th,
.table td {
	padding: 16px;
	vertical-align: middle;
}
.table tr:not(:last-child) {
	border-bottom: 1px solid #2BC69D;
}
.table td:not(:last-child), .table th:not(:last-child){
	border-right: 1px solid #2BC69D;
}
.table th {
	font-weight: 400;
	text-transform: uppercase;
}

.table-about td {
	padding: 26px 16px;
	width: 50%;
}

.table-casino th{
	width: 33.3333%;
}
.table-slots th {
	width: 16.6666667%;
}
.table-rating td {
	width: 50%;
	padding: 26px 16px;
}
/*app banner*/
.app-banner {
	background-color: #11171E;
	padding: 88px 100px;
	position: relative;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: start;
	-webkit-justify-content: flex-start;
	    -ms-flex-pack: start;
	        justify-content: flex-start;
	-webkit-box-align: center;
	-webkit-align-items: center;
	    -ms-flex-align: center;
	        align-items: center;
}



.app-banner__logo {
	margin-left: 9%;
}


.app-banner__buttons {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-webkit-flex-direction: column;
	    -ms-flex-direction: column;
	        flex-direction: column;
}

.app-banner__button {
	padding: 12px 32px;
	min-width: 270px;
	width: 100%;
	text-align: left;
	-webkit-border-radius: 16px;
	        border-radius: 16px;
	border: none;
	font-size: 16px;
	font-weight: 600;
	line-height: 128%;
	text-transform: uppercase;
	color: #fff;
	background: #216F38;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-webkit-align-items: center;
	    -ms-flex-align: center;
	        align-items: center;
	-webkit-box-pack: start;
	-webkit-justify-content: flex-start;
	    -ms-flex-pack: start;
	        justify-content: flex-start;
	text-decoration: none!important;
	-webkit-box-shadow: none;
	        box-shadow: none;
	cursor: pointer;
	-webkit-transition: all .3s;
	-o-transition: all .3s;
	transition: all .3s;
}
.app-banner__button:hover {
	-webkit-transform: scale(1.045);
	    -ms-transform: scale(1.045);
	        transform: scale(1.045);
}
.app-banner__button span {
	margin-left: 10px;
}
.app-banner__button:nth-child(2) {
	background: #126873;
	margin-top: 20px;
	border-color: #22C99D;
}

.app-banner__image {
	position: absolute;
	right: 9%;
	bottom: 0;
	z-index: 1;
	height: 100%;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: end;
	-webkit-align-items: flex-end;
	    -ms-flex-align: end;
	        align-items: flex-end;
}

.type{
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-align: stretch;
	-webkit-align-items: stretch;
	    -ms-flex-align: stretch;
	        align-items: stretch;
	list-style: none;
	width: auto;
	margin: -10px;
}
.type li {
	margin: 10px;
	padding: 0;
	overflow: hidden;
	-webkit-border-radius: 16px;
	        border-radius: 16px;
	width: -webkit-calc(33.3333% - 20px);
	width: calc(33.3333% - 20px);
}
.type li::before {
	display: none;
}
.type-item {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-webkit-flex-direction: column;
	    -ms-flex-direction: column;
	        flex-direction: column;
	-webkit-box-align: start;
	-webkit-align-items: flex-start;
	    -ms-flex-align: start;
	        align-items: flex-start;
	-webkit-box-pack: end;
	-webkit-justify-content: flex-end;
	    -ms-flex-pack: end;
	        justify-content: flex-end;
	padding: 20px;
	min-height: 230px;
	-webkit-border-radius: 16px;
	        border-radius: 16px;
}

.type-item__title {
	color: #FFF;
	text-align: left;
	font-size: 18px;
	font-style: normal;
	font-weight: 700;
	line-height: 133.333%;
	margin: auto 0 8px 0;
}

.type-item__text{
	color: #FFF;
	font-size: 12px;
	font-style: normal;
	font-weight: 400;
	line-height: 150%;
	margin: 0;
}
.type-item__text + .type-item__text {
	margin-top: 8px;
}
.type-item strong {
	color: #fff;
}



.slots {
	padding: 0;
	background: transparent;
	-webkit-border-radius: 0;
	        border-radius: 0;
}

.slots__list li {
	width: -webkit-calc(25% - 20px);
	width: calc(25% - 20px);
}
.slots-item {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-webkit-flex-direction: column;
			-ms-flex-direction: column;
					flex-direction: column;
	padding: 0;
	-webkit-border-radius: 16px;
	        border-radius: 16px;
	-webkit-transition: all 0.5s;
	-o-transition: all 0.5s;
	transition: all 0.5s;
	margin: 10px;
	overflow: hidden;
}
.slots-item img {
	width: 100%;
	height: 100%;
	-o-object-fit: cover;
	   object-fit: cover;
}
.slots-item__button {
	width: 80%;
	color: #fff!important;
	padding: 15px 12px;
}

.slots-item__hover {
	position: absolute;
	top: -150%;
	left: 0;
	width: 100%;
	height: 100%;
	background: rgba(32, 42, 50, 0.8);
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	    -ms-flex-pack: center;
	        justify-content: center;
	-webkit-box-align: center;
	-webkit-align-items: center;
	    -ms-flex-align: center;
	        align-items: center;
	-webkit-transition: all .6s;
	-o-transition: all .6s;
	transition: all .6s;
}
.slots-item:hover .slots-item__hover {
	top: 0;
}

/* F.A.Q. */

.faq__list > li:before { display: none; }

.faq__item {
  color: #fff;
	padding: 0;
	overflow: hidden;
	-webkit-border-radius: 16px;
	        border-radius: 16px;
	border: 1px solid #2BC69D;
}

.faq__item + .faq__item {
	margin-top: 16px;
}


.faq-item__title {
	text-align: left;
	font-weight: 700;
	font-size: 24px;
	line-height: 120%;
	text-transform: uppercase;
	cursor: pointer;
	margin: 0;
	color: inherit;
	padding: 13px 20px 13px 56px;
	-webkit-transition: none;
	-o-transition: none;
	transition: none;
}

.faq-item__title::before{
	content: '';
	display: inline;
	background-image: url(../images/icons/faq-arrow.svg);
	background-size: contain;
	background-repeat: no-repeat;
	background-position: center;
	width: 24px;
	height: 24px;
	position: absolute;
	left: 16px;
	top: 15px;
}

.faq__item.active .faq-item__title::before {
-webkit-transform: scale(-1);
    -ms-transform: scale(-1);
        transform: scale(-1);
}


.faq-item__desc p {
	margin: 0px;
}
.faq-item__desc p + p {
	margin-top: 16px;
}
.faq-item__desc .wrap {
	padding: 16px 10px;
	border-top: 1px solid #2BC69D;
}

.reviews__list li + li {
	margin-top: 16px;
}
.reviews__list li {
	padding: 0;
}
.reviews__list li::before {
	display: none;
}
.reviews__name {
	display: block;
	color: #2BC69D;
}
/* FOOTER */
.footer {
	padding: 20px;
	background: #10171F;
	margin-bottom: 0;
}
.footer li:before {
	display: none;
}
.footer li {
	padding: 0;
}
.footer__pays {
	background: #161F26;
	-webkit-border-radius: 16px;
	        border-radius: 16px;
	padding: 20px;
	margin-bottom: 20px;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-webkit-justify-content: space-between;
	    -ms-flex-pack: justify;
	        justify-content: space-between;
	-webkit-box-align: center;
	-webkit-align-items: center;
	    -ms-flex-align: center;
	        align-items: center;
}

.footer__pays p {
	margin: 0;
	font-weight: 500;
	font-size: 16px;
	line-height: 18px;
	color: #FFFFFF;
}
.footer__pays ul {
	width: auto;
	-webkit-box-flex: 0;
	-webkit-flex: 0 1 auto;
	    -ms-flex: 0 1 auto;
	        flex: 0 1 auto;
	margin: 0px 20px;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-webkit-align-items: center;
	    -ms-flex-align: center;
	        align-items: center;
}
.footer__pays ul li + li {
	margin-left: 20px;
}
.footer__pays li img {
	max-height: 30px;
}
.footer__button {
	margin: 0;
	padding: 14px 24px;
}

.footer__info {
	max-width: 1000px;
	margin: 0 auto;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-webkit-align-items: center;
	    -ms-flex-align: center;
	        align-items: center;
}
.footer__logo {
	max-width: 126px;
	width: 100%;
	margin-right: 16px;
}
.footer__text {
	font-weight: 400;
	font-size: 12px;
	margin: 0;
	line-height: 18px;
	color: rgba(255, 255, 255, 0.5);
}
.footer__bottom {
	text-align: center;
	margin-top: 16px;
}
.footer__bottom img {
	display: inline-block;
	margin: 0 8px;
	max-height: 52px;
}
