
@charset "utf-8";

@import url('https://fonts.googleapis.com/css2?family=Akaya+Kanadaka&family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');

body {
	overflow-x: hidden;
	font-family: "Poppins", sans-serif;
	font-size: 14px;
	font-weight: 400;
	line-height: 140%;
	color: #fff;
	text-align: left;
	background: #130404;
	-webkit-text-size-adjust: 100%;
	   -moz-text-size-adjust: 100%;
	    -ms-text-size-adjust: 100%;
	        text-size-adjust: 100%;
}

p {
  margin-top: 16px;
}
p a {
	color: #fff72e;
}

ul, ol {
  text-align: left;
	margin-top: 16px;
}

ul > li,
ol > li {
  display: block;
  position: relative;
	list-style: none;
  padding: 0px 0px 0px 20px;
	color: #fff;

}
ul > li + li,
ol > li + li {
	margin-top: 8px;
}
ol > li {
  counter-increment: ol;
}

ul > li:before,
ol > li:before {
	display: inline-block;
  position: absolute;
  top: 0px;
  left: 0px;
	width: 24px;
	font: inherit;
	text-align: center;
	padding: 0px 8px 0px 0px;
	padding-top: inherit;
	color: #fff;
	font-weight: 600;
	font-size: 12px;
}

ul > li:before {
  content: '';
	width: 8px;
	height: 8px;
	left: 8px;
	top: 8px;
	padding: 0;
	-webkit-border-radius: 100%;
	        border-radius: 100%;
}

ol > li:before {
  content: counter(ol);
	padding: 0;
}





/* Title */
h1, h2, h3, h4, .title {
	display: block;
	position: relative;
  width: 100%;
  font-weight: 700;
	text-transform: none;
  color: #FFF72E;
	text-align: left;
	line-height: 140%;
}

h1 {
	color: #fff;
	font-size: 48px;
	font-weight: 800;
}
h1 span {
	color: #fff72e;
}
h2 {
  margin-bottom: 16px;
  font-size: 28px;
}
h3, h4{
	font-size: 18px;
	margin: 16px 0px 16px 0px;
	text-transform: uppercase;
	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;
}

h3 img {
	margin-right: 16px;
}


/* Button */
.button {
	display: -webkit-inline-box;
	display: -webkit-inline-flex;
	display: -ms-inline-flexbox;
	display: inline-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;
	position: relative;
	width: auto;
  min-width: 115px;
	height: auto;
	background: #4cb63a;
	border: 1px solid #4cb63a;
	-webkit-border-radius: 8px;
	        border-radius: 8px;
	font-style: normal !important;
	line-height: 143%;
	text-align: center;
	color: #fff;
  cursor: pointer;
  margin: 16px auto 0px auto;
	-webkit-transition: all 0.5s;
	-o-transition: all 0.5s;
	transition: all 0.5s;
	text-transform: capitalize;
	padding: 12px 24px;
	font-weight: 700;
	margin: 0;
	font-size: 14px;
	text-decoration: none!important;
}

.button:hover {
	-webkit-transform: scale(1.03);
	    -ms-transform: scale(1.03);
	        transform: scale(1.03);
}

.button-box {
	margin: 16px 0 0 0;
}
.button-box {
	text-align: center;
}

.button.inverse {
	background: transparent;
	color: #fff72e;
	border-color: #fff72e;
}
.button.button-bg {
	text-transform: uppercase;
	font-family: "Akaya Kanadaka", serif;
	font-weight: 400;
	font-size: 24px;
	line-height: 100%;
	color: #641616;
	border: none;
	background: url(../images/button-bg.webp);
	background-size: 100% 100%;
	background-position: center;
	background-repeat: no-repeat;
	padding: 35px 30px 20px 30px;
	min-width: 220px;
	min-height: 80px;
}
/* var */
.button > img,
.button > span {
	display: inline-block;
	position: relative;
	font: inherit;
	line-height: 1;
	vertical-align: middle;
}
.button > img + span {
	margin-left: 10px;
}


/* Breadcrumbs */
.breadcrumbs {
	z-index: 1;
	text-align: left;
	margin-bottom: 16px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        -webkit-align-items: center;
	        align-items: center;
	-webkit-box-pack: start;
	-webkit-justify-content: flex-start;
	    -ms-flex-pack: start;
	        justify-content: flex-start;
}
.breadcrumbs > li {
	display: -webkit-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        -webkit-align-items: center;
	        align-items: center;
	padding: 0px;
	font-size: 14px;
}
.breadcrumbs > li + li {
	margin: 0;
}
.breadcrumbs > li:before { display: none; }

.breadcrumbs > li a {
	display: inline-block;
	color: #fff;
	text-transform: capitalize;
}

.breadcrumbs > li a:not([href]) {
	font-weight: 700;
}

.breadcrumbs > li:not(:last-child):after {
	content: '|';
	display: inline-block;
	position: relative;
	font: inherit;
	color: #fff;
	margin: 0px 6px;
}


/* Article */

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: 16px;
}



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

article a:not(.button),
.article a:not(.button) {
	color: #fff72e;
}

.article ol > li {
	min-height: 24px;
	padding-left: 40px;
}
.article ol > li::before {
	width: 29px;
	height: 32px;
	background-image: url(../images/icons/list-icon.svg);
	background-position: center;
	background-repeat: no-repeat;
	background-size: 100%;
	line-height: 32px;
	top: -7px;
	margin-right: 12px;
}
.article ul > li::before {
	width: 12px;
	height: 12px;
	background-image: url(../images/icons/ul-icon.svg);
	background-position: center;
	background-repeat: no-repeat;
	background-size: contain;
	left: 0;
	top: 3.5px;
}
.article ul > li > span {
	color: #fff72e;
}

.article__image {
	display: block;
	-webkit-box-shadow: 0 5px 180px 0 rgba(254, 200, 130, 0.3);
	        box-shadow: 0 5px 180px 0 rgba(254, 200, 130, 0.3);



}
.article__image img {
	border: 1px solid #fff72e;
	-webkit-border-radius: 8px;
	border-radius: 8px;
	width: 100%;
	-o-object-fit: cover;
	   object-fit: cover;
}
/* Special */
img {
	display: block;
}
.image {
	display: -webkit-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-webkit-box-pack: center;
	    -ms-flex-pack: center;
	        -webkit-justify-content: center;
	        justify-content: center;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        -webkit-align-items: center;
	        align-items: center;
}
.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: -ms-flexbox!important;
	display: -webkit-flex!important;
	display: flex!important;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        -webkit-align-items: center;
	        align-items: center;
	-webkit-box-pack: start;
	    -ms-flex-pack: start;
	        -webkit-justify-content: flex-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;
	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 */

.cover {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
	position: relative;
	-webkit-box-pack: center;
	    -ms-flex-pack: center;
	        -webkit-justify-content: center;
	        justify-content: center;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        -webkit-align-items: center;
	        align-items: center;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	    -ms-flex-direction: column;
	        -webkit-flex-direction: column;
	        flex-direction: column;
	height: 100%;
	width: 100%;
}
.cover {
  height: auto;
	padding-left: -webkit-calc(50% - ((1480px - 20px - 20px) / 2));
	padding-left: calc(50% - ((1480px - 20px - 20px) / 2));
	padding-right: -webkit-calc(50% - ((1480px - 20px - 20px) / 2));
	padding-right: calc(50% - ((1480px - 20px - 20px) / 2));
}


.cover > * {
	display: block;
	position: relative;
}


.section {
  padding: 8px 0;
	margin: 40px 0px 0px 0px;
  position: relative;
	color: #fff;
	z-index: 0;
}
.section-divider {
	margin: 16px 0;
}
.section-divider img {
	margin: auto;
}
.section-divider + .section{
	margin-top: 0;
}
/* HEADER */
.header {
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	    -ms-flex-direction: row;
	        -webkit-flex-direction: row;
	        flex-direction: row;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        -webkit-align-items: center;
	        align-items: center;
	-webkit-box-pack: justify;
	    -ms-flex-pack: justify;
	        -webkit-justify-content: space-between;
	        justify-content: space-between;
	background: #130404;
	color: rgba(255, 255, 255, 1);
	padding-top: 11px;
	padding-bottom: 11px;
	z-index: 2;
}



.header > * {
	display: block;
	position: relative;
	width: auto;
}

.header__logo {
	margin-right: 138px;

}
.header__logo img {
	max-width: 99px;
}

/* Menu */
.header__menu {
	display: -webkit-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-webkit-box-pack: start;
	    -ms-flex-pack: start;
	        -webkit-justify-content: flex-start;
	        justify-content: flex-start;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        -webkit-align-items: center;
	        align-items: center;
}

.header__button-menu {
	display: none;
}

.header__menu ul {
	display: -webkit-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-webkit-box-pack: start;
	    -ms-flex-pack: start;
	        -webkit-justify-content: flex-start;
	        justify-content: flex-start;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        -webkit-align-items: center;
	        align-items: center;
	margin: 0px;
}

.header__menu li {
	display: -webkit-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        -webkit-align-items: center;
	        align-items: center;
  position: relative;
	padding: 0px;
}
.header__menu li + li {
	margin: 0 0 0 16px;
}
.header__menu li:not(:last-child){
	padding-right: 46px;
}
.header__menu li:not(:last-child)::after {
	content: '';
	display: block;
	position: absolute;
	right: 0;
	top: 0;
	bottom: 0;
	margin: auto;
	width: 30px;
	height: 12px;
	background-image: url(../images/icons/menu-icon.svg);
	background-position: center;
	background-repeat: no-repeat;
	background-size: contain;
}
.header__menu li:before { display: none; }

.header__menu li > a {
  display: inline-block;
	font-weight: 700;
	font-size: 14px;
	line-height: 170%;
	text-transform: capitalize;
	color: #fff;
	-webkit-transition: all .2s;
	-o-transition: all .2s;
	transition: all .2s;
}

.header__menu a:hover{
	color: #FFF72E;
}

.header__menu li > a img {
	margin-right: 8px;
}
.header__buttons {
	display: -webkit-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        -webkit-align-items: center;
	        align-items: center;
	margin-left: auto;
}

.header__button {
	margin-left: 16px;
}
.header__menu li:hover > a {
  text-decoration: none;
}

.header__menu .header__button {
	display: none;
}



.header__language {
	margin-left: 24px;
	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;
	white-space: nowrap;
	font-weight: 700;
	font-size: 14px;
	color: #fff;
	text-transform: uppercase;
	text-decoration: none;
}

.header__language img {
	width: 33px;
	-webkit-border-radius: 3px;
	        border-radius: 3px;
	margin-right: 8px;
	-o-object-fit: contain;
	   object-fit: contain;
}

.page {
	max-width: 1480px;
	margin: 0 auto;
	display: -webkit-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	padding: 0 20px;
}
.sidebar {
	padding-top: 8px;
	width: 217px;
	height: auto;
	max-height: -webkit-calc(100vh - 20px);
	max-height: calc(100vh - 20px);
	overflow-y: auto;
	position: -webkit-sticky;
	position: sticky;
	top: 0;
	margin-right: 20px;
	z-index: 2;
}
.sidebar::-webkit-scrollbar {
	display: none;
}

.sidebar__nav {
	padding: 8px 0;
	background: #2d0d0d;
	-webkit-border-radius: 8px;
	        border-radius: 8px;
	margin: 0;
	display: -webkit-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	    -ms-flex-direction: column;
	        -webkit-flex-direction: column;
	        flex-direction: column;
}


.sidebar__nav li{
	padding: 0;
}
.sidebar__nav li + li{
	margin: 0;
}
.sidebar__nav li::before {
	display: none;
}
.sidebar__nav a {
	position: relative;
	padding: 8px 12px 8px 56px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        -webkit-align-items: center;
	        align-items: center;
	color: #FFF;
	font-weight: 400;
	font-size: 14px;
	line-height: 140%;
	-webkit-transition: all .2s;
	-o-transition: all .2s;
	transition: all .2s;
	text-decoration: none!important;
	min-height: 48px;
}

.sidebar__nav a img {
	width: 32px;
	height: 32px;
	-o-object-fit: contain;
	   object-fit: contain;
	position: absolute;
	left: 12px;
	top: 50%;
	-webkit-transform: translateY(-50%);
	    -ms-transform: translateY(-50%);
	        transform: translateY(-50%);
	-webkit-transition: all .2s;
	-o-transition: all .2s;
	transition: all .2s;
}
.sidebar__nav a img:last-of-type {
	opacity: 0;
}
.sidebar__nav a:hover img:last-of-type{
	opacity: 1;
}
.sidebar__nav a:hover img:first-of-type{
	opacity: 1;
}

.sidebar__divider {
	margin: 16px 0;
	display: -webkit-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-webkit-box-pack: center;
	    -ms-flex-pack: center;
	        -webkit-justify-content: center;
	        justify-content: center;
}

.main__review {
	display: none;
}
.review {
	background: #2d0d0d;
	-webkit-border-radius: 8px;
	        border-radius: 8px;
}
.review__head {
	font-weight: 700;
	font-size: 18px;
	line-height: 111%;
	text-transform: uppercase;
	color: #fff72e;
	margin: 0;
	cursor: pointer;
	position: relative;
	padding: 16px 45px 16px 16px
}
.review__head::before {
	content: '';
	display: block;
	width: 20px;
	height: 20px;
	background-image: url(../images/icons/review-arrow.svg);
	background-position: center;
	background-size: contain;
	background-repeat: no-repeat;
	position: absolute;
	right: 16px;
	top: 0px;
	bottom: 0;
	margin: auto;
	-webkit-transition: all .3s;
	-o-transition: all .3s;
	transition: all .3s;
	-webkit-transform: scale(-1);
	    -ms-transform: scale(-1);
	        transform: scale(-1);
}
.review ul {
	margin: 0;
	padding: 0 16px 16px 16px;
}
.review ul li {
	-webkit-transition: all .3s;
	-o-transition: all .3s;
	transition: all .3s;
	padding: 0;
}
.review ul li + li {
	margin-top: 8px;
}
.review ul li::before{
	display: none;
}

.review a {
	font-family: var(--font-family);
	font-weight: 400;
	font-size: 14px;
	line-height: 143%;
	color: #fff;
	display: block;
	-webkit-transition: all .2s;
	-o-transition: all .2s;
	transition: all .2s;
	text-decoration: none!important;
	text-decoration: underline;
}
.review a:hover {
	color: #fff72e;
}

.main__review {
	display: none;
}


.accordion--js.hide::before  {
	-webkit-transform: none;
	    -ms-transform: none;
	        transform: none;
}

/* MAIN */
.main {
	display: block;
	position: relative;
	width: -webkit-calc(100% - 237px);
	width: calc(100% - 237px);
}

.main > * {
	position: relative;
}


.prime {
	width: -webkit-calc(100% + 277px);
	width: calc(100% + 277px);
	margin-left: -257px;
	position: relative;
	z-index: 0;
	-webkit-border-radius: 0;
	        border-radius: 0;
	margin-bottom: 40px;
	overflow: hidden;
	padding: 40px 40px 40px 277px;
	min-height: 447px;
	-webkit-box-align: start;
	-webkit-align-items: flex-start;
	    -ms-flex-align: start;
	        align-items: flex-start;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	    -ms-flex-pack: center;
	        justify-content: center;
}
.prime::before {
	content: '';
	display: block;
	width: 100%;
	height: 2px;
	position: absolute;
	top: -1px;
	left: 0;
	background: -o-linear-gradient(left, #2D0D0D 0%, #FFF72E 50%, #2D0D0D 100%);
	background: -webkit-gradient(linear, left top, right top, from(#2D0D0D), color-stop(50%, #FFF72E), to(#2D0D0D));
	background: linear-gradient(90deg, #2D0D0D 0%, #FFF72E 50%, #2D0D0D 100%);
}
.prime__wrap {
	-webkit-box-flex: 0;
	-webkit-flex: none;
	    -ms-flex: none;
	        flex: none;
	position: relative;
	width: 100%;
	max-width: 690px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-webkit-box-align: start;
	-webkit-align-items: flex-start;
	    -ms-flex-align: start;
	        align-items: flex-start;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	    -ms-flex-direction: column;
	        -webkit-flex-direction: column;
	        flex-direction: column;
}


.prime__button {
	z-index: 1;
	margin: 0;
}


.prime__title {
	margin-bottom: 24px;
}

.prime__text {
	color: #FFF;
	margin: 0 0 32px 0;
}


/* F.A.Q. */

.faq__list > li:before { display: none; }

.faq-item {
	padding: 0;
}

.faq-item + .faq-item {
	margin-top: 16px;
}

.faq-item__title {
	text-align: left;
	cursor: pointer;
	margin: 0;
	padding: 14px 60px 14px 20px;
	font-weight: 700;
	font-size: 18px;
	line-height: 111%;
	text-transform: none;
	color: #fff72e;
	text-decoration: none;
	background: #2d0d0d;
	-webkit-border-radius: 8px;
	        border-radius: 8px;
}

.faq-item__title::before {
	content: '';
	display: block;
	width: 24px;
	height: 24px;
	background-image: url(../images/icons/faq-arrow.svg);
	background-position: center;
	background-size: contain;
	background-repeat: no-repeat;
	position: absolute;
	right: 20px;
	top: 12px;
}
.faq-item__title::after {
	content: '';
	display: block;
	background: -o-linear-gradient(left, rgba(255, 255, 255, 0) 3.5%, #fff 48.91%, rgba(255, 255, 255, 0) 97%);
	background: -webkit-gradient(linear, left top, right top, color-stop(3.5%, rgba(255, 255, 255, 0)), color-stop(48.91%, #fff), color-stop(97%, rgba(255, 255, 255, 0)));
	background: linear-gradient(90deg, rgba(255, 255, 255, 0) 3.5%, #fff 48.91%, rgba(255, 255, 255, 0) 97%);
	height: 1px;
	width: 100%;
	position: absolute;
	bottom: 0;
	left: 0;
}
.faq-item.active .faq-item__title::before{
	-webkit-transform: scale(-1);
	    -ms-transform: scale(-1);
	        transform: scale(-1);
}

.faq-item__desc p {
	margin: 0px;
	color: #fff;
}
.faq-item__desc p + p{
	margin: 16px 0 0 0;
}

.faq-item__desc .wrap {
	padding: 16px 0 0 0;
}

.reviews__title {
	padding-right: 90px;
}
.reviews-carousel .item {
	padding: 16px 20px;
	background: #2d0d0d;
	-webkit-border-radius: 8px;
	        border-radius: 8px;
	height: 100%;
	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;
}

.reviews-carousel .owl-item {
	height: auto;
}
.reviews-carousel .owl-stage {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
}
.reviews-carousel .owl-nav{
	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;
	position: absolute;
	right: 0;
	top: -45px;
}
.reviews-carousel .owl-button {
	position: static;
	margin: 0 0 0 16px;
	height: 24px;
	width: 24px;
}
.reviews-carousel .owl-button svg {
	fill: none;
}
.reviews-carousel .owl-button:hover {
	opacity: 0.7;
}
.reviews__head {
	position: relative;
	padding-left: 96px;
	min-height: 72px;
	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-pack: center;
	-webkit-justify-content: center;
	    -ms-flex-pack: center;
	        justify-content: center;
	margin-bottom: 32px;
}
.reviews__head::before {
	content: '';
	display: block;
	width: 100%;
	height: 2px;
	position: absolute;
	left: 0;
	bottom: -15px;
	background: -o-linear-gradient(left, rgba(255, 255, 255, 0) 3.5%, #fff 48.91%, rgba(255, 255, 255, 0) 97%);
	background: -webkit-gradient(linear, left top, right top, color-stop(3.5%, rgba(255, 255, 255, 0)), color-stop(48.91%, #fff), color-stop(97%, rgba(255, 255, 255, 0)));
	background: linear-gradient(90deg, rgba(255, 255, 255, 0) 3.5%, #fff 48.91%, rgba(255, 255, 255, 0) 97%);
}
.reviews__image {
	width: 72px;
	height: 72px;
	overflow: hidden;
	-webkit-border-radius: 100%;
	        border-radius: 100%;
	border: 1.20px solid #fff72e;
	position: absolute;
	left: 0;
	top: auto;
	bottom: auto;
	margin: auto;
}
.reviews__image img {
	width: 100%;
	height: 100%;
	-o-object-fit: cover;
	   object-fit: cover;
}

.reviews__name {
	font-weight: 700;
	font-size: 14px;
	line-height: 143%;
	color: #fff;
	margin: 0 0 16px 0;
}
.reviews__rating {
	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;

}

.reviews__rating img {
	max-width: 16px;
}
.reviews__rating img + img {
	margin-left: 4px;
}
.reviews__text p {
	margin: 0;
}
.reviews__text p + p {
	margin-top: 12px;
}


.back-top {
	width: 42px;
	height: 42px;
	position: fixed;
	bottom: 30px;
	-webkit-border-radius: 100%;
	        border-radius: 100%;
	display: -webkit-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        -webkit-align-items: center;
	        align-items: center;
	-webkit-box-pack: center;
	    -ms-flex-pack: center;
	        -webkit-justify-content: center;
	        justify-content: center;
	cursor: pointer;
	z-index: 5;
	right: -webkit-calc(50% - (1450px / 2));
	right: calc(50% - (1450px / 2));
}


.info__table {
	background: #2d0d0d;
	padding: 20px;
	-webkit-border-radius: 8px;
	        border-radius: 8px;
	overflow: hidden;
	width: 100%;
	display: block;
}
.info__table tbody {
	width: 100%;
	display: block;
}
.info__table tr {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	position: relative;
}
.info__table tr:not(:last-child)::before {
	content: '';
	display: block;
	width: 100%;
	position: absolute;
	left: 0;
	bottom: 0;
	height: 2px;
	background: -o-linear-gradient(left, rgba(255,255,255,0.03) 0%, rgba(255,255,255,0.5) 50%, rgba(255,255,255,0.03) 100%);
	background: -webkit-gradient(linear, left top, right top, from(rgba(255,255,255,0.03)), color-stop(50%, rgba(255,255,255,0.5)), to(rgba(255,255,255,0.03)));
	background: linear-gradient(90deg, rgba(255,255,255,0.03) 0%, rgba(255,255,255,0.5) 50%, rgba(255,255,255,0.03) 100%);
}
.info__table td {
	font-size: 14px;
	line-height: 143%;
	color: #fff;
	padding: 14px 0;
	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;
}
.info__table td:first-child {
	width: 335px;
	font-weight: 700;
	padding-right: 20px;
}
.info__table td:last-child {
	-webkit-flex-wrap: wrap;
	    -ms-flex-wrap: wrap;
	        flex-wrap: wrap;
	width: -webkit-calc(100% - 335px);
	width: calc(100% - 335px);
}
.info__table span::before {
	content: '';
	display: inline-block;
	margin-right: 8px;
	width: 12px;
	height: 12px;
	background-image: url(../images/icons/icon.svg);
	background-repeat: no-repeat;
	background-size: contain;
	background-repeat: no-repeat;
}
.info__table span {
	margin-right: 24px;
}
.info__table img{
	max-width: 22px;
	margin: 4px 16px 4px 0;
}

.advantages {
	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;
}

.advantages-item {
	width: -webkit-calc(50% - 10px);
	width: calc(50% - 10px);
	background: #2d0d0d;
	-webkit-border-radius: 8px;
	        border-radius: 8px;
	padding: 20px;
}
.advantages-item__title {
	font-weight: 700;
	font-size: 18px;
	line-height: 111%;
	text-transform: uppercase;
	color: #fff72e;
	margin: 0 0 8px 0;
}

.advantages-item__list{
	margin: 0;
}
.advantages-item__list li::before {
	display: none;
}

.advantages-item__list li {
	padding: 10px 0;
	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;
}

.advantages-item__list img {
	max-width: 28px;
	margin-right: 24px;
}
.advantages-item__list li:not(:last-child)::after {
	content: '';
	display: block;
	width: 100%;
	position: absolute;
	left: 0;
	bottom: 0;
	height: 2px;
	background: -o-linear-gradient(left, rgba(255, 255, 255, 0.03) 0%, rgba(255, 255, 255, 0.5) 50%, rgba(255, 255, 255, 0.03) 100%);
	background: -webkit-gradient(linear, left top, right top, from(rgba(255, 255, 255, 0.03)), color-stop(50%, rgba(255, 255, 255, 0.5)), to(rgba(255, 255, 255, 0.03)));
	background: linear-gradient(90deg, rgba(255, 255, 255, 0.03) 0%, rgba(255, 255, 255, 0.5) 50%, rgba(255, 255, 255, 0.03) 100%);
}



.table{
	display: block;
	width: 100%;
	padding: 20px 10px;
	background: #2d0d0d;
	-webkit-border-radius: 8px;
	        border-radius: 8px;
}
.table tbody {
	display: block;
	width: 100%;
}
.table tr{
	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;
	position: relative;
}
.table tr:not(:last-child)::before{
	content: '';
	display: block;
	background: -o-linear-gradient(left, rgba(255, 255, 255, 0) 3.5%, #fff 48.91%, rgba(255, 255, 255, 0) 97%);
	background: -webkit-gradient(linear, left top, right top, color-stop(3.5%, rgba(255, 255, 255, 0)), color-stop(48.91%, #fff), color-stop(97%, rgba(255, 255, 255, 0)));
	background: linear-gradient(90deg, rgba(255, 255, 255, 0) 3.5%, #fff 48.91%, rgba(255, 255, 255, 0) 97%);
	height: 1px;
	width: 100%;
	position: absolute;
	bottom: 0;
	left: 0;
}
.table tr:first-child td {
	font-weight: 700;
	color: #fff72e;
	font-size: 18px;
}
.table td {
	-webkit-box-flex: 1;
	-webkit-flex: 1;
	    -ms-flex: 1;
	        flex: 1;
	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;
	padding: 14px 10px;
	font-weight: 400;
	font-size: 14px;
	line-height: 160%;
	color: #fff;
	text-align: center;
}


.mobile {
	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: justify;
	-webkit-justify-content: space-between;
	    -ms-flex-pack: justify;
	        justify-content: space-between;
}

.mobile__image {
	width: -webkit-calc(50% - 10px);
	width: calc(50% - 10px);
	margin: 0;
}

.mobile__wrap {
	width: -webkit-calc(50% - 10px);
	width: calc(50% - 10px);
	-webkit-border-radius: 8px;
	        border-radius: 8px;
	padding: 20px;
	background: #2d0d0d;
	margin: 0;
}
.mobile__title {
	font-weight: 700;
	font-size: 18px;
	line-height: 111%;
	text-transform: uppercase;
	color: #fff72e;
	margin: 0 0 16px 0;
}
.mobile__divider {
	background: -o-linear-gradient(left, rgba(255, 255, 255, 0) 3.5%, #fff 48.91%, rgba(255, 255, 255, 0) 97%);
	background: -webkit-gradient(linear, left top, right top, color-stop(3.5%, rgba(255, 255, 255, 0)), color-stop(48.91%, #fff), color-stop(97%, rgba(255, 255, 255, 0)));
	background: linear-gradient(90deg, rgba(255, 255, 255, 0) 3.5%, #fff 48.91%, rgba(255, 255, 255, 0) 97%);
	height: 1px;
	margin: 20px 0;
}


.steps {
	background: #2d0d0d;
	padding: 20px;
	-webkit-border-radius: 8px;
	        border-radius: 8px;
	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;
}
.steps__button {
	margin-top: 16px;
}
.steps.steps-last {
	background: none;
	border: 1px solid #fff72e;
}
.steps__num {
	width: 115px;
	position: relative;
	padding-left: 66px;
	min-height: 130px;
	font-weight: 700;
	font-size: 28px;
	line-height: 120%;
	text-align: center;
	color: #fff72e;
	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;
}
.steps__num::before {
	content: '';
	width: 46px;
	height: 130px;
	background-image: url(../images/icons/steps-icon.svg);
	background-position: center;
	background-repeat: no-repeat;
	background-size: contain;
	display: block;
	position: absolute;
	left: 0;
	top: 0;
	bottom: 0;
	margin: auto;
}

.steps__wrap {
	width: -webkit-calc(100% - 115px);
	width: calc(100% - 115px);
	padding-left: 10px;
}
.section-image{
	padding: 0;
	overflow: initial;
	-webkit-box-shadow: 0 5px 180px 0 rgba(254, 200, 130, 0.3);
	        box-shadow: 0 5px 180px 0 rgba(254, 200, 130, 0.3);
}
.section-image img {
	width: 100%;
	-o-object-fit: cover;
	   object-fit: cover;
	border: 1px solid #fff72e;
	-webkit-border-radius: 8px;
	        border-radius: 8px;
}

.article__logos {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-flex-wrap: wrap;
	    -ms-flex-wrap: wrap;
	        flex-wrap: wrap;
	gap: 20px;
}
.article__logos span {
	background: #2d0d0d;
	padding: 20px;
	-webkit-border-radius: 8px;
	        border-radius: 8px;
	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-weight: 400;
	font-size: 14px;
	line-height: 125%;
	color: #fff;
	width: -webkit-calc((100% - 80px) / 5);
	width: calc((100% - 80px) / 5);
}
.article__logos img {
	max-width: 38px;
	margin-right: 9px;
}





.rating-table {
	display: block;
}
.rating-table tbody {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-flex-wrap: wrap;
	    -ms-flex-wrap: wrap;
	        flex-wrap: wrap;
	margin: -8px -10px;
}
.rating-table tr {
	background: #2d0d0d;
	width: -webkit-calc(50% - 20px);
	width: calc(50% - 20px);
	margin: 8px 10px;
	-webkit-border-radius: 8px;
	        border-radius: 8px;
	padding: 12px 16px;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-flex-wrap: wrap;
	    -ms-flex-wrap: wrap;
	        flex-wrap: wrap;
}
.rating-table td {
	font-weight: 700;
	font-size: 14px;
	line-height: 143%;
	color: #fff;
	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;
}

.rating-table td:nth-child(1) {
	width: 100%;
	margin-bottom: 8px;
}

.rating-table td:nth-child(2) {
	width: -webkit-calc(100% - 40px);
	width: calc(100% - 40px);
}
.rating-table td:nth-child(3) {
	width: 40px;
	-webkit-box-pack: end;
	-webkit-justify-content: flex-end;
	    -ms-flex-pack: end;
	        justify-content: flex-end;
	font-weight: 400;
}
.rating-table img {
	max-width: 32px;
}
.rating-table img + img {
	margin-left: 8px;
}


.footer {
	margin-top: 40px;
	z-index: 6;
	position: relative;
	padding-bottom: 56px;
	background-color: #130404;
}
.footer__wrap {
	padding-left: 237px;
}

.footer__nav {
	margin: 32px 0 56px 0;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-flex-wrap: wrap;
	    -ms-flex-wrap: wrap;
	        flex-wrap: wrap;
	-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;
}
.footer__nav::after {
	content: '';
	display: block;
	width: 100%;
	height: 2px;
	position: absolute;
	bottom: -23px;
	left: 0;
	background: -o-linear-gradient(left, rgba(255, 255, 255, 0) 3.5%, #fff 48.91%, rgba(255, 255, 255, 0) 97%);
	background: -webkit-gradient(linear, left top, right top, color-stop(3.5%, rgba(255, 255, 255, 0)), color-stop(48.91%, #fff), color-stop(97%, rgba(255, 255, 255, 0)));
	background: linear-gradient(90deg, rgba(255, 255, 255, 0) 3.5%, #fff 48.91%, rgba(255, 255, 255, 0) 97%);
}
.footer__nav li {
	margin: 8px 16px;
	padding: 0;
}
.footer li::before {
	display: none;
}
.footer__nav li:not(:last-child)::after {
	content: '';
	display: block;
	width: 1px;
	height: 100%;
	background-color: #FFF72E;
	position: absolute;
	right: -16px;
	top: 0;
}

.footer__nav a{
	text-decoration: none!important;
	font-weight: 400;
	font-size: 14px;
	line-height: 143%;
	color: #fff;
}
.footer__nav a:hover {
	color: #FFF72E;
}

.footer__language {
	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-flex-wrap: wrap;
	    -ms-flex-wrap: wrap;
	        flex-wrap: wrap;
	gap: 16px;
	margin: 0 0 32px 0;
}

.footer__language li {
	padding: 12px 16px;
	background: #2d0d0d;
	-webkit-border-radius: 8px;
	        border-radius: 8px;
	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 .3s;
	-o-transition: all .3s;
	transition: all .3s;
	margin: 0;
}
.footer__language li:hover {
	opacity: 0.8;
}
.footer__language li::before {
	display: block;
	background: -o-linear-gradient(left, rgba(255, 255, 255, 0) 3.5%, #fff 48.91%, rgba(255, 255, 255, 0) 97%);
	background: -webkit-gradient(linear, left top, right top, color-stop(3.5%, rgba(255, 255, 255, 0)), color-stop(48.91%, #fff), color-stop(97%, rgba(255, 255, 255, 0)));
	background: linear-gradient(90deg, rgba(255, 255, 255, 0) 3.5%, #fff 48.91%, rgba(255, 255, 255, 0) 97%);
	width: 100%;
	height: 1px;
	position: absolute;
	left: 0;
	top: 0;
	-webkit-border-radius: 0;
	        border-radius: 0;
}
.footer__language li::after {
	content: '';
	display: block;
	background: -o-linear-gradient(left, rgba(255, 255, 255, 0) 3.5%, #fff 48.91%, rgba(255, 255, 255, 0) 97%);
	background: -webkit-gradient(linear, left top, right top, color-stop(3.5%, rgba(255, 255, 255, 0)), color-stop(48.91%, #fff), color-stop(97%, rgba(255, 255, 255, 0)));
	background: linear-gradient(90deg, rgba(255, 255, 255, 0) 3.5%, #fff 48.91%, rgba(255, 255, 255, 0) 97%);
	width: 100%;
	height: 1px;
	position: absolute;
	left: 0;
	bottom: 0;
	-webkit-border-radius: 0;
	        border-radius: 0;
}
.footer__language li img{
	-webkit-border-radius: 20px;
	        border-radius: 20px;
	border: 0.50px solid #fff;
	max-width: 33px;

}

.footer__language a + a {
	margin-left: 16px;
}
.footer__language a {
	display: block;
	font-weight: 400;
	font-size: 14px;
	line-height: 143%;
	text-transform: uppercase;
	color: #fff;
	text-decoration: none;
}
.footer__additional{
	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__additional p {
	margin: 0 24px 0 0;
	font-size: 12px;
	line-height: 140%
}


.bonus {
	position: relative;
	min-height: 278px;
	background: #2d0d0d;
	z-index: 0;
	padding: 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;
}
.bonus::before, .bonus::after {
	content: '';
	display: block;
	width: 100%;
	height: 2px;
	position: absolute;
	left: 0;
	background: -o-linear-gradient(left, rgba(255,255,255,0.03) 0%, rgba(255,255,255,0.5) 50%, rgba(255,255,255,0.03) 100%);
	background: -webkit-gradient(linear, left top, right top, from(rgba(255,255,255,0.03)), color-stop(50%, rgba(255,255,255,0.5)), to(rgba(255,255,255,0.03)));
	background: linear-gradient(90deg, rgba(255,255,255,0.03) 0%, rgba(255,255,255,0.5) 50%, rgba(255,255,255,0.03) 100%);
}
.bonus::before {
	top: 0;
}
.bonus::after {
	bottom: 0;
}

.bonus__wrap{
	padding-left: 40%;
	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;
}

.bonus__title {
	margin: 0 0 16px 0;
	font-weight: 700;
	font-size: 28px;
	line-height: 120%;
	color: #fff72e;
}
.bonus__list{
	margin: 0;
}
.bonus__button {
	margin-top: 16px;
}


.instalar {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	gap: 20px;
}
.instalar-item {
	width: -webkit-calc(50% - 10px);
	width: calc(50% - 10px);
	-webkit-border-radius: 8px;
	        border-radius: 8px;
	padding: 20px;
	position: relative;
	z-index: 0;
	background: #2d0d0d;
}
.instalar-item__title{
	font-weight: 700;
	font-size: 18px;
	line-height: 111%;
	text-transform: uppercase;
	color: #fff72e;
	margin: 0 0 22px 0;
}
.instalar-item ol li + li {
	margin-top: 19px;
}
.instalar-item__background img {
	-o-object-position: right;
	   object-position: right;
	-o-object-fit: contain;
	   object-fit: contain;
}


.app {
	padding: 0px 28px;
	-webkit-border-radius: 8px;
	        border-radius: 8px;
	overflow: hidden;
	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: justify;
	-webkit-justify-content: space-between;
	    -ms-flex-pack: justify;
	        justify-content: space-between;
}
.app::before, .app::after {
	content: '';
	display: block;
	width: 100%;
	position: absolute;
	left: 0;
	height: 2px;
	background: -o-linear-gradient(left, rgba(255,255,255,0.03) 0%, rgba(255,255,255,0.5) 50%, rgba(255,255,255,0.03) 100%);
	background: -webkit-gradient(linear, left top, right top, from(rgba(255,255,255,0.03)), color-stop(50%, rgba(255,255,255,0.5)), to(rgba(255,255,255,0.03)));
	background: linear-gradient(90deg, rgba(255,255,255,0.03) 0%, rgba(255,255,255,0.5) 50%, rgba(255,255,255,0.03) 100%);
}
.app::before {
	bottom: 0;
}
.app::after {
	top: 0;
}
.app__buttons {
	margin: 18px 20px;
}
.app__button {
	background: #2d0d0d;
	-webkit-border-radius: 12px;
	        border-radius: 12px;
	padding: 16px 32px;
	min-width: 240px;
	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;
}
.app__button + .app__button {
	margin-top: 16px;
}
.app__button img {
	margin-right: 16px;
	max-width: 32px;
}
.app__button span {
	font-weight: 500;
	font-size: 14px;
	line-height: 114%;
	text-transform: uppercase;
	color: #fff;
}
.app__button::before, .app__button::after {
	content: '';
	display: block;
	width: 100%;
	position: absolute;
	left: 0;
	height: 2px;
	background: -o-linear-gradient(left, rgba(255,255,255,0.03) 0%, rgba(255,255,255,0.7) 50%, rgba(255,255,255,0.03) 100%);
	background: -webkit-gradient(linear, left top, right top, from(rgba(255,255,255,0.03)), color-stop(50%, rgba(255,255,255,0.7)), to(rgba(255,255,255,0.03)));
	background: linear-gradient(90deg, rgba(255,255,255,0.03) 0%, rgba(255,255,255,0.7) 50%, rgba(255,255,255,0.03) 100%);
}
.app__button::before {
	bottom: 0;
}
.app__button::after {
	top: 0;
}

.app__logo {
	margin: 18px 20px;
}
.app__image {
	margin: 0 20px;

}
.app__image img {
	max-width: 307px;
}


.tiles {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-flex-wrap: wrap;
	    -ms-flex-wrap: wrap;
	        flex-wrap: wrap;
	gap: 16px;
}
.tiles-item {
	width: -webkit-calc(50% - 8px);
	width: calc(50% - 8px);
	background: #2d0d0d;
	-webkit-border-radius: 8px;
	        border-radius: 8px;
	padding: 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;
	-webkit-box-align: start;
	-webkit-align-items: flex-start;
	    -ms-flex-align: start;
	        align-items: flex-start;
}
.tiles-item img {
	max-width: 48px;
	margin: 0 0 20px 0;
}
.tiles-item__title{
	margin: 0 0 16px 0;
	font-weight: 700;
	font-size: 18px;
	line-height: 111%;
	text-transform: uppercase;
	color: #fff72e;
}
.tiles-item p {
	margin: 0;
}

.dispositivos {
	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;
}
.dispositivos__inner {
	width: -webkit-calc(50% - 10px);
	width: calc(50% - 10px);
}
.dispositivos__image {
	width: -webkit-calc(50% - 10px);
	width: calc(50% - 10px);
}
.dispositivos__image img{
	-webkit-filter: drop-shadow(5px 25px 180px rgba(254, 200, 130, 0.7));
	        filter: drop-shadow(5px 25px 180px rgba(254, 200, 130, 0.7));
}

.dispositivos-item__title {
	margin: 0 0 16px 0;
	font-weight: 700;
	font-size: 18px;
	line-height: 111%;
	text-transform: uppercase;
	color: #fff72e;
}
.dispositivos-item + .dispositivos-item {
	margin-top: 24px;
}


@charset "utf-8";

@media screen and (max-width:1480px) {
	.header {
		padding-right: 20px;
		padding-left: 20px;
	}
	.footer__wrap {
		padding-right: 20px;
	}

	.page {
		max-width: 100%;
	}
	.back-top {
		right: 13px;
	}
}
@media screen and (max-width: 1380px){
	.rating-table img {
		max-width: 28px;
	}
	.header__logo {
		margin-right: 40px;
	}
	.prime {
		min-height: 380px;
	}
	.bonus__background img {
		-o-object-position: 15%;
		   object-position: 15%;
	}
	.prime__background img {
		-o-object-position: 75%;
		object-position: 75%;
	}
}

@media screen and (max-width: 1160px) {
	.sidebar {
		display: none;
	}
	.main {
		width: 100%;
	}
	.footer__wrap {
		padding-left: 20px;
	}

	.main__review {
		display: block;
		padding: 0;
	}


	.prime {
		padding: 40px 20px;
		min-height: 380px;
		width: -webkit-calc(100% + 40px);
		width: calc(100% + 40px);
		margin-left: -20px;
	}

}
@media screen and (max-width: 1050px) {
	.header__logo {
		margin-right: auto;
	}
	.header__buttons {
		display: none;
	}
	.header__menu .header__button {
		display: block;
		max-width: 320px;
	}
	.header__button-menu {
		background: #4cb63a;
		display: block;
		-webkit-box-flex: 0;
		    -ms-flex: 0 1 auto;
		        -webkit-flex: 0 1 auto;
		        flex: 0 1 auto;
		-webkit-box-ordinal-group: 4;
		    -ms-flex-order: 3;
		        -webkit-order: 3;
		        order: 3;
		min-width: 0;
		padding: 11px;
		margin: 0px 0px 0px 16px;
		-webkit-border-radius: 6px;
		        border-radius: 6px;
	}

	.header__button-menu svg {
		display: block;
		margin: 0px;
		fill: #fff;
	}

	.header__button-menu svg rect {
		-webkit-transform-origin: 50% 50%;
		    -ms-transform-origin: 50% 50%;
		        transform-origin: 50% 50%;
		-webkit-transition: all 0.5s;
		-o-transition: all 0.5s;
		transition: all 0.5s;
	}

	.header__button-menu.active ~ .header__menu {
		top: 100%;
		opacity: 1.00;
	}


	.header__button-menu.active svg rect:nth-child(1) {
		x: -2px;
		y: 6px;
		width: 20px;
		-webkit-transform: rotate(225deg);
		    -ms-transform: rotate(225deg);
		        transform: rotate(225deg);
	}

	.header__button-menu.active svg rect:nth-child(2) {
		-webkit-transform-origin: 50% 50%;
		    -ms-transform-origin: 50% 50%;
		        transform-origin: 50% 50%;
		-webkit-transform: scale(0,2);
		    -ms-transform: scale(0,2);
		        transform: scale(0,2);
	}

	.header__button-menu.active svg rect:nth-child(3) {
		x: -2px;
		y: 6px;
		width: 20px;
		-webkit-transform: rotate(135deg);
		    -ms-transform: rotate(135deg);
		        transform: rotate(135deg);
	}

	.header__menu {
		display: block;
		position: absolute;
		top: -100vh;
		left: 0px;
		width: 100%;
		height: auto;
		max-height: -webkit-calc(100vh - 62px);
		max-height: calc(100vh - 62px);
		overflow: auto;
		text-align: center;
		background: #2d0d0d;
		opacity: 0.00;
		padding: 10px 32px 80px 32px;
		margin: 0px !important;
		z-index: -1;
		-webkit-transition: all 0.75s;
		-o-transition: all 0.75s;
		transition: all 0.75s;

	}


	.header__menu ul {
		display: block;
		max-width: 320px;
	}

	.header__menu ul:last-child {
		display: block;
	}

	.header__menu > * {
		margin: 24px auto 0px auto !important;
	}


	.header__menu ul {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		    -ms-flex-direction: column;
		        -webkit-flex-direction: column;
		        flex-direction: column;
		margin: 16px 0px;
		background-color: transparent;
	}
	.header__menu li > a {
		width: 100%;
		text-align: center;
		padding: 8px 16px;
		-webkit-box-pack: center;
		    -ms-flex-pack: center;
		        -webkit-justify-content: center;
		        justify-content: center;
		border: 1px solid #fff;
		-webkit-border-radius: 8px;
		        border-radius: 8px;
		color: #fff;
	}
	.header__menu li > a:hover {
		border-color: #FFF72E;
	}
	.header__menu li {
		width: 100%;
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		    -ms-flex-direction: column;
		        -webkit-flex-direction: column;
		        flex-direction: column;
	}
	.header__menu li + li {
		margin: 10px 0 0 0;
	}
	.header__menu li:not(:last-child) {
		padding: 0;
	}
	.header__menu li:not(:last-child)::after{
		display: none;
	}

	.instalar {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-webkit-flex-direction: column;
		    -ms-flex-direction: column;
		        flex-direction: column;
	}
	.instalar-item {
		width: 100%;
	}
	.app {
		padding: 15px 0 0 0;
		-webkit-flex-wrap: wrap;
		    -ms-flex-wrap: wrap;
		        flex-wrap: wrap;
		-webkit-justify-content: space-around;
		    -ms-flex-pack: distribute;
		        justify-content: space-around;
	}
	.app__image {
		margin: 15px 15px 0px 15px;
	}
	.app__buttons {
		margin: 15px;
	}
	.app__logo {
		margin: 15px;
	}
}

@media screen and (max-width: 900px) {

	.cover {
		padding-left: 15px;
		padding-right: 15px;
	}
	.page {
		padding-left: 15px;
		padding-right: 15px;
	}

	.prime {
		padding: 30px 20px;
		min-height: 260px;
		width: -webkit-calc(100% + 30px);
		width: calc(100% + 30px);
		margin-left: -15px;
		margin-bottom: 20px;
	}

	.prime__background img {
		-o-object-position: 73%;
		   object-position: 73%;
		opacity: 0.6;
	}
	.page-mobile .prime__background img{
		opacity: 0.5;
		-o-object-position: 95%;
		   object-position: 95%;
	}

	.mobile {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-webkit-flex-direction: column;
		    -ms-flex-direction: column;
		        flex-direction: column;
		padding-bottom: 0;
	}
	.mobile__wrap{
		width: 100%;
	}
	.article__logos span {
		width: auto;
		padding: 10px;
	}
	.article__logos {
		-webkit-flex-wrap: wrap;
		    -ms-flex-wrap: wrap;
		        flex-wrap: wrap;
	}
	.rating-table tbody{
		margin: 0;
	}
	.rating-table tr{
		margin: 0;
		width: 100%;
	}
	.rating-table tr + tr {
		margin-top: 10px;
	}
	.footer__wrap {
		padding: 0;
	}
	.dispositivos {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-webkit-flex-direction: column;
		    -ms-flex-direction: column;
		        flex-direction: column;
	}
	.dispositivos__inner{
		width: 100%;
	}
	.dispositivos__image {
		max-width: 500px;
		width: 100%;
		margin-top: 16px;
	}
}

@media screen and (max-width: 800px) {
	h1 {
		font-size: 6vw;
		line-height: 7vw;
	}
	h2{
		font-size: 5vw;
		line-height: 6vw;
	}

	h3, h4, h5 {
		font-size: 4.2vw;
		line-height: 5.2vw;
	}

	.section {
		margin-top: 20px;
	}
	.header__button-menu {
		min-width: auto;
	}
	.advantages {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-webkit-flex-direction: column;
		    -ms-flex-direction: column;
		        flex-direction: column;
	}
	.advantages-item {
		width: 100%;
	}
	.advantages-item + .advantages-item {
		margin-top: 20px;
	}
	.table {
		overflow-x: auto;
		white-space: nowrap;
	}
	.table tbody {
		width: 800px;
		white-space: normal;
	}
	.table tr:first-child td {
		font-size: 15px;
	}
	.table td{
		font-size: 13px;
	}
	.reviews-carousel .owl-nav{
		position: static;
		-webkit-box-pack: center;
		-webkit-justify-content: center;
		    -ms-flex-pack: center;
		        justify-content: center;
		margin-top: 20px;
	}
	.reviews-carousel .owl-button {
		margin: 0px 8px;
	}
	.footer__nav li:not(:last-child)::after {
		display: none;
	}
	.footer__language li img {
		max-width: 22px;

	}
	.footer__language a + a {
		margin-left: 10px;
	}
	.footer__language a {
		font-size: 12px;
	}
	.footer__language li {
		padding: 10px 12px;
	}
	.footer {
		padding-bottom: 20px;
	}
	.bonus__wrap {
		padding: 0;
	}
	.bonus {
		min-height: auto;
		background-color: #000;
	}
	.bonus__background img{
		opacity: 0.5;
	}
	.tiles-item{
		width: 100%;
	}
}

@media screen and (max-width: 700px) {
	.info__table td:first-child {
		width: 40%;
	}
	.info__table td:last-child {
		width: 60%;
	}
	.info__table {
		padding: 10px;
		overflow-x: auto;
		white-space: nowrap;
	}
	.info__table tbody {
		width: 700px;
		white-space: normal;
	}
	.info__table td {
		padding: 10px 0;
		font-size: 12px;
	}
	.info__table img {
		margin: 3px 8px 3px 0;
	}
	.advantages-item {
		padding: 15px 10px;
	}
	.advantages-item__list li {
		padding: 5px 0;
	}
	.advantages-item__list img {
		margin-right: 14px;
	}
	.mobile__wrap {
		padding: 15px 10px;
	}
	.steps {
		padding: 15px 10px;
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-webkit-flex-direction: column;
		    -ms-flex-direction: column;
		        flex-direction: column;
	}
	.steps__num {
		min-height: 80px;
		padding-left: 40px;
		width: 90px;
		-webkit-box-pack: center;
		-webkit-justify-content: center;
		    -ms-flex-pack: center;
		        justify-content: center;
	}
	.steps__num::before {
		height: 80px;
		width: 30px;
	}
	.steps__wrap {
		padding: 0;
		width: 100%;
	}
	.article__logos img {
		max-width: 30px;
	}
	.rating-table tr {
		padding: 10px;
	}
	.faq-item__title {
		font-size: 16px;
		padding: 12px 50px 12px 10px;
	}
	.faq-item__title::before {
		width: 20px;
		height: 20px;
		right: 10px;
		top: 11px;
	}
	.bonus {
		padding: 20px 10px;
	}
	.bonus__title{
		font-size: 20px;
	}

}

@media screen and (max-width: 500px) {
	.prime__background img{
		-o-object-position: 77%;
		   object-position: 77%;
	}
	.rating-table img + img{
		margin-left: 4px;
	}
	.rating-table img {
		max-width: 22px;
	}
	.footer__nav a{
		font-size: 12px;
	}
	.reviews-carousel .item{
		padding: 15px 10px;
	}
	.reviews__image {
		width: 60px;
		height: 60px;
	}
	.reviews__head {
		min-height: 60px;
		padding-left: 70px;
	}
	.reviews__name{
		margin-bottom: 8px;
	}
	.table td {
		padding: 10px;
		font-size: 12px;
	}
	.table tr:first-child td{
		font-size: 13px;
	}
	.table tbody {
		width: 600px;
	}
	.article__logos {
		gap: 10px;
	}

	.review__head {
		font-size: 16px;
		padding: 12px 35px 12px 10px;
	}
	.review__head::before{
		right: 10px;
	}
	.review ul {
		padding: 0 10px 15px 10px;
	}
	.button.button-bg {
		font-size: 18px;
		min-width: 200px;
		min-height: 70px;
		padding: 28px 20px 12px 20px;
	}
	.footer__additional p{
		margin-right: 16px;
	}
	.instalar-item__background img{
		opacity: 0.5;
	}
	.tiles-item{
		padding: 20px 10px;
	}
	.instalar-item{
		padding: 20px 10px;
	}
	.info__table tbody {
		width: 500px;
	}
}
@media screen and (max-width: 374px) {
	.rating-table img {
		max-width: 18px;
	}

}
