
@charset "utf-8";

@import url('https://fonts.googleapis.com/css2?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, p strong {
	color: #fff72e;
}
p strong {
	font-weight: 600;
}
ul, ol {
  text-align: left;
	margin-top: 16px;
}

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

}
ul > li + li,
ol > li + li {
	margin-top: 6px;
}
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;
	color: #fff72e;
}





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

h1 {
	font-size: 34px;
	text-transform: uppercase;
	text-align: left;
}

h2 {
  margin-bottom: 16px;
  font-size: 32px;

}

h2 span {
	padding-left: 72px;
	padding-right: 72px;
	display: inline-block;
	position: relative;
}
h2 span:before,
h2 span:after{
   content: '';
   position: absolute;
   top: 0;
   bottom: 0;
   margin: auto;
   width: 63px;
   height: 18px;
   background-repeat: no-repeat no-repeat;
   background-position: center center;
   background-size: contain;
}

h2 span:before{
	left: 0;
	background-image: url(../images/icons/title-icon1.svg);
}
h2 span::after{
	right: 0;
	background-image: url(../images/icons/title-icon2.svg);
}

h3, h4{
	font-size: 24px;
	margin: 0px 0px 16px 0px;
	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: center;
	-webkit-justify-content: center;
	    -ms-flex-pack: center;
	        justify-content: center;
}

h3 img {
	margin-right: 12px;
}


/* 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: 170px;
	height: auto;
	background: #4cb63a;
	border: 1px solid #4cb63a;
	-webkit-border-radius: 12px;
	        border-radius: 12px;
	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: 11px 24px;
	font-weight: 700;
	margin: 0;
	font-size: 16px;
	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-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;
}

.article__button {
	margin-top: 16px;
}

/* RATING */
.prime__rating {
	text-transform: uppercase;
	font-weight: 600;
	font-size: 16px;
	line-height: 125%;
	color: #fff;
	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;
}
.prime__rating p {
	width: auto;
	margin: 0px 16px 0px 0px;
	text-transform: uppercase;
}

.prime__rating-numbers {
	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;
	white-space: nowrap;
}

/* 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 ul > li a {
	text-decoration: underline;
	font-weight: 600;
}
.article li span {
	color: #fff72e;
	font-weight: 600;
}
.article ul > li::before {
	width: 16px;
	height: 16px;
	background-image: url(../images/icons/ul-icon.svg);
	background-position: center;
	background-repeat: no-repeat;
	background-size: contain;
	left: 0;
	top: 4px;
}
.article ul > li > span {
	color: #fff72e;
}
.article ol > li > ul {
	margin-top: 6px;
}
.article ul > li > ul {
	margin-top: 6px;
}
.article ul > li > ul li::before {
	background-image: url(../images/icons/ul-icon2.svg);
}
.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;
}
.article__wrap {
	background: rgba(66, 53, 12, 1);
	border: 1px solid #fff72e;
	-webkit-border-radius: 12px;
	        border-radius: 12px;
	padding: 16px 24px;
}
.article__wrapper {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	gap: 20px;
}
.article__wrapper .article__wrap {
	-webkit-box-flex: 1;
	-webkit-flex: 1;
	    -ms-flex: 1;
	        flex: 1;
}
/* 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 {
	margin: 0!important;
	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: 20px;
	margin: 20px 0px 0px 0px;
  position: relative;
	background: #2d0d0d;
	-webkit-border-radius: 12px;
	        border-radius: 12px;
	color: #fff;
	overflow: hidden;
	z-index: 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;
	position: fixed;
	left: 0;
	top: 0;
	width: 100%;
}



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

.header__logo {
	margin-right: 135px;

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

/* 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;
	min-width: 115px;
}
.header__menu li:hover > a {
  text-decoration: none;
}

.header__menu .header__button {
	display: none;
}



.header__language {
	margin-left: 20px;
	position: relative;
  display: block;
	width: 24px;
	height: 24px;
	-webkit-border-radius: 100%;
	        border-radius: 100%;
	overflow: hidden;
}

.header__language img {
	width: 100%;
	-o-object-fit: cover;
	   object-fit: cover;
}

.page {
	max-width: 1460px;
	margin: 0 auto;
	display: -webkit-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	padding: 70px 20px 0 0;
}
.sidebar {
	width: 237px;
	height: auto;
	max-height: -webkit-calc(100vh - 70px);
	max-height: calc(100vh - 70px);
	overflow-y: auto;
	position: -webkit-sticky;
	position: sticky;
	top: 70px;
	margin-right: 20px;
	z-index: 2;
}
.sidebar::-webkit-scrollbar {
	display: none;
}
.sidebar__scroll {
	background: #2d0d0d;
	-webkit-border-radius: 12px;
	        border-radius: 12px;
	overflow: hidden;
	padding-top: 17px;
}
.sidebar__nav {

	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: 10px 0 0 0;
}
.sidebar__nav li::before {
	display: none;
}
.sidebar__nav a {
	position: relative;
	padding: 8px 12px 8px 57px;
	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: 32px;
}

.sidebar__nav a img {
	width: 32px;
	height: 32px;
	-o-object-fit: contain;
	   object-fit: contain;
	position: absolute;
	left: 17px;
	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:hover {
	background:  rgba(66, 53, 12, 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: 16px;
	line-height: 111%;
	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-arrow1.svg);
	background-position: center;
	background-size: contain;
	background-repeat: no-repeat;
	position: absolute;
	right: 16px;
	top: 0px;
	bottom: 0;
	margin: auto;
	transition: all .3s;
}
.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-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  {
	background-image: url(../images/icons/review-arrow2.svg);
}

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

.main > * {
	position: relative;
}


.prime {
	width: -webkit-calc(100% + 20px);
	width: calc(100% + 20px);
	margin-right: -20px;
	position: relative;
	z-index: 0;
	-webkit-border-radius: 0;
	        border-radius: 0;
	margin-bottom: 20px;
	overflow: hidden;
	padding: 40px;
	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__wrap {
	margin-right: auto;
	position: relative;
	background: rgba(66, 53, 12, 1);
	overflow: hidden;
	-webkit-border-radius: 12px;
	        border-radius: 12px;
	padding: 20px 24px;
	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__wrap::before, .prime__wrap::after {
	content: '';
	display: block;
	width: 100%;
	height: 2px;
	position: absolute;
	left: 0;
	background: -o-linear-gradient(354deg, rgba(255,247,46,0.2) 0%, rgba(255,247,46,1) 50%, rgba(255,247,46,0.2) 100%);
	background: linear-gradient(96deg, rgba(255,247,46,0.2) 0%, rgba(255,247,46,1) 50%, rgba(255,247,46,0.2) 100%);
}
.prime__wrap::after {
	bottom: 0;
}
.prime__wrap::before {
	top: 0;
}
.prime__button {
	z-index: 1;
	margin: 0;
}


.prime__title {
	margin-bottom: 24px;
}

.prime__text {
	color: #FFF;
	margin: 0 0 32px 0;
	max-width: 670px;
}
.prime__text span {
	font-weight: 600;
	color: #fff72e;
}

/* F.A.Q. */

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

.faq-item {
	padding: 0;
	border: 1px solid #fff72e;
	-webkit-border-radius: 12px;
	        border-radius: 12px;
	overflow: hidden;
}

.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: 16px;
	line-height: 111%;
	text-transform: none;
	color: #fff72e;
	text-decoration: none;
	-webkit-box-shadow: inset 0 4px 4px 0 rgba(0, 0, 0, 0.25);
	        box-shadow: inset 0 4px 4px 0 rgba(0, 0, 0, 0.25);
	background: rgba(66, 53, 12, 1);
}

.faq-item__title::before {
	content: '';
	display: block;
	width: 24px;
	height: 24px;
	background-image: url(../images/icons/faq-arrow1.svg);
	background-position: center;
	background-size: contain;
	background-repeat: no-repeat;
	position: absolute;
	right: 20px;
	top: 11px;
}

.faq-item.active .faq-item__title::before{
	background-image: url(../images/icons/faq-arrow2.svg);
}

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

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


.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% - (1440px / 2));
	right: calc(50% - (1440px / 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;
}


.table.table-info tr:not(:last-child){
	border-bottom: 1px solid #fff72e;
}
.table.table-info tr:first-child td {
	font-weight: 400;
	color: #fff;
}
.table.table-comprasion tr:not(:last-child){
	border-bottom: 1px solid #fff72e;
}
.table{
	display: block;
	width: 100%;

}

.table tbody {
	display: block;
	width: 100%;
	background: rgba(66, 53, 12, 1);
	border: 1px solid #fff72e;
	-webkit-border-radius: 12px;
	        border-radius: 12px;
}
.table tr{
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	position: relative;
}

.table tr:first-child td {
	font-weight: 700;
	color: #fff72e;
}
.table img {
	margin-right: 10px;
}
.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: 10px;
	font-weight: 400;
	font-size: 15px;
	line-height: 160%;
	color: #fff;
	text-align: center;
}

.table td:not(:last-child) {
	border-right: 1px solid #fff72e;
}
.rating__list{
	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;
	gap: 16px;
	-webkit-flex-wrap: wrap;
	    -ms-flex-wrap: wrap;
	        flex-wrap: wrap;
}
.rating__list li{
	margin: 0;
	border: 1px solid #fff72e;
	-webkit-border-radius: 12px;
	        border-radius: 12px;
	padding: 16px 24px;
	background: rgba(66, 53, 12, 1);
	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: center;
	-webkit-align-items: center;
	    -ms-flex-align: center;
	        align-items: center;
	text-align: center;
	width: -webkit-calc(33.3333% - 11px);
	width: calc(33.3333% - 11px);
}
.rating__list p {
	margin: 0;
}
.rating__num {
	border: 1px solid #fff72e;
	-webkit-border-radius: 8px;
	        border-radius: 8px;
	padding: 8px 16px;
	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: 700;
	font-size: 26px;
	line-height: 120%;
	text-align: center;
	color: #fff72e;
	margin-bottom: 16px;
}
.rating__num img {
	margin-right: 6px;
}
.rating__title{
	font-weight: 600;
	font-size: 20px;
	line-height: 120%;
	text-transform: uppercase;
	text-align: center;
	color: #fff72e;
	margin: 0 0 16px 0;
}



.footer {
	margin-top: 20px;
	z-index: 6;
	position: relative;
	padding-bottom: 30px;
	background-color: #130404;
}
.footer__wrap {
	padding-left: 247px;
}

.footer__nav {
	margin: 20px 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 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: 16px;
	line-height: 143%;
	color: #d8d3d3;
}
.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 {
	background: -webkit-gradient(linear, left bottom, left top, color-stop(33.22%, #2d0d0d), to(#130404));
	background: -o-linear-gradient(bottom, #2d0d0d 33.22%, #130404 100%);
	background: linear-gradient(360deg, #2d0d0d 33.22%, #130404 100%);
	border: 1px solid #ffd400;
	-webkit-border-radius: 12px;
	        border-radius: 12px;
	padding: 11px 21px;
	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 {
	border-color: #fff;
}

.footer__language li img{
	-webkit-border-radius: 8px;
	        border-radius: 8px;
	max-width: 24px;
}

.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__payments {
	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;
	gap: 5px;
	margin: 0 0 28px 0;
}

.footer__payments li {
	padding: 0;
	margin: 0;
}
.footer__payments li img {
	max-width: 130px;
}



.footer__additional{
	position: relative;
	padding-top: 24px;
	margin-top: 28px;
	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__additional::before {
	content: '';
	display: block;
	width: 100%;
	top: 0;
	left: 0;
	position: absolute;
	background: -webkit-gradient(linear, left top, right top, from(rgba(255, 247, 46, 0)), color-stop(50%, #fff72e), to(rgba(255, 247, 46, 0)));
	background: -o-linear-gradient(left, rgba(255, 247, 46, 0) 0%, #fff72e 50%, rgba(255, 247, 46, 0) 100%);
	background: linear-gradient(90deg, rgba(255, 247, 46, 0) 0%, #fff72e 50%, rgba(255, 247, 46, 0) 100%);
	height: 2px;
}
.footer__additional p {
	margin: 0 24px 0 0;
	font-size: 12px;
	line-height: 140%;
	color: #d8d3d3;
}


.instalar.instalar-other .instalar-item__title {
	border: none;
	padding: 0;
	-webkit-border-radius: 0;
	        border-radius: 0;
}

.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: 12px;
	        border-radius: 12px;
	padding: 16px;
	position: relative;
	z-index: 0;
	background: rgba(66, 53, 12, 1);
	border: 1px solid #fff72e;
	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;
}
.instalar-item__title{
	border: 1px solid #fff72e;
	-webkit-border-radius: 8px;
	        border-radius: 8px;
	padding: 6px 16px;
	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;
	margin: 0 auto;
	font-weight: 700;
	font-size: 24px;
	line-height: 150%;
	text-align: center;
	color: #fff72e;
}

.instalar-item__title img {
	margin-right: 10px;
}

.app {
	padding: 60px 20px 0 20px;
	border: 1px solid #fff72e;
	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-orient: vertical;
	-webkit-box-direction: normal;
	-webkit-flex-direction: column;
	    -ms-flex-direction: column;
	        flex-direction: column;
	overflow: initial;
	margin-bottom: 96px;
}

.app__buttons {
	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;
}
.app__button {
	min-width: 260px;
	margin: 8px;
}
.app__button img {
	max-width: 32px;
}
.app__button span {
	font-weight: 700;
	font-size: 16px;
	line-height: 128%;
	text-transform: uppercase;
	color: #fff;
	text-align: center;
}

.app__image {
	margin-bottom: -76px;
}
.app__background {
	-webkit-border-radius: 12px;
	        border-radius: 12px;
	overflow: hidden;
}

.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 {
	-webkit-box-flex: 1;
	-webkit-flex: 1;
	    -ms-flex: 1;
	        flex: 1;
	background: rgba(66, 53, 12, 1);
	border: 1px solid #fff72e;
	-webkit-border-radius: 12px;
	        border-radius: 12px;
	padding: 16px 24px;
	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: center;
	-webkit-align-items: center;
	    -ms-flex-align: center;
	        align-items: center;
	text-align: center;
}
.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;
}
.specifications .specifications__title {
	margin-top: 0;
}
.specifications {
	padding-right: 37%;
}
.specifications__background img {
	-o-object-position: 90%;
	   object-position: 90%;
}
.specifications__image {
	height: 100%;
	position: absolute;
	right: 0;
	top: 0;
	z-index: -1;
	margin: 0;
}
.program{
	border: 1px solid #fff72e;
}
.program .article__wrap {
	width: 100%;
	max-width: 455px;
	margin-left: auto;
	margin-right: auto;
}



.resume {
	padding-left: 40%;
	border: 1px solid #fff72e;
}
.resume__image {
	height: 100%;
	position: absolute;
	left: 0;
	top: 0;
	z-index: -1;
	margin: 0;
	display: flex;
	align-items: flex-end;
}
.balance .article__wrap {
	width: 100%;
	max-width: 691px;
}
.balance__image {
	position: absolute;
	right: 0;
	bottom: 0;
	max-height: 100%;
	display: flex;
	align-items: flex-end;
	z-index: -1;
	margin: 0;
	height: 100%;
}
.balance__image img {
	max-width: 465px;
}

.bonus {
	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;
	border: 1px solid #FFF72E;
	padding: 24px 20px;
	background: rgba(66, 53, 12, 1);
	-webkit-border-radius: 12px;
	        border-radius: 12px;
}
.bonus__image {
	width: 194px;
	-webkit-border-radius: 12px;
	        border-radius: 12px;
	border: 1px solid #FFF72E;
	overflow: hidden;
	z-index: 0;
	margin-right: 20px;
}
.bonus__wrap {
	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;
	text-align: left;
	width: -webkit-calc(100% - 214px);
	width: calc(100% - 214px);
}
.bonus__title {
	text-align: left;
	font-weight: 700;
	font-size: 24px;
	line-height: 150%;
	color: #fff72e;
	margin: 0 0 16px 0;
	-webkit-box-pack: start;
	-webkit-justify-content: flex-start;
	    -ms-flex-pack: start;
	        justify-content: flex-start;
}
.bonus p {
	margin: 0;
}


.banner {
	padding-right: 35%;
	border: 1px solid #fff72e;
	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;
}
.banner__button {
	margin: 16px auto 0 auto;
}
.banner__background img {
	-o-object-position: 90%;
	   object-position: 90%;
}

.banner__image {
	position: absolute;
	right: 0;
	top: 0;
	max-height: 100%;
	z-index: -1;
	margin: 0;
	height: 100%;
}
.advantages {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-flex-wrap: wrap;
	    -ms-flex-wrap: wrap;
	        flex-wrap: wrap;
	gap: 16px;
}
.advantages-item {
	-webkit-box-flex: 1;
	-webkit-flex: 1 0 -webkit-calc(33.3333% - 16px);
	    -ms-flex: 1 0 calc(33.3333% - 16px);
	        flex: 1 0 calc(33.3333% - 16px);
	border: 1px solid #fff72e;
	-webkit-border-radius: 12px;
	        border-radius: 12px;
	padding: 16px 24px;
	background: rgba(66, 53, 12, 1);
}
.advantages-item__title {
	font-weight: 700;
	font-size: 20px;
	line-height: 150%;
	text-align: center;
	color: #fff72e;
	margin: 0 0 8px 0;
}
.advantages-item p {
	margin: 0;
}


@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){
	.header__logo {
		margin-right: 40px;
	}
	.prime {
		min-height: 340px;
	}
	.resume__image {
		max-width: 45%;
	}
	.balance__image{
		max-width: 35%;
	}
}

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

	.main__review {
		display: block;
		padding: 0;
	}
	.review ul {
		display: none;
	}
	.review__head::before {
		background-image: url(../images/icons/review-arrow2.svg);
	}
	.review__head.hide::before {
		background-image: url(../images/icons/review-arrow1.svg);
	}
	.page {
		padding-left: 20px;
	}
	.prime {
		padding: 40px 0px;
		margin-right: 0;
		width: 100%;
	}

}
@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;
	}

	.specifications {
		padding-right: 30%;
	}

	.tiles {
		-webkit-flex-wrap: wrap;
		    -ms-flex-wrap: wrap;
		        flex-wrap: wrap;
		margin-left: -8px;
		margin-bottom: -8px;
		margin-right: -8px;
		gap: 0;
	}
	.tiles-item {
		width: -webkit-calc(50% - 16px);
		width: calc(50% - 16px);
		margin: 8px;
		-webkit-box-flex: 0;
		-webkit-flex: none;
		    -ms-flex: none;
		        flex: none;
	}
	.article__wrapper {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-webkit-flex-direction: column;
		    -ms-flex-direction: column;
		        flex-direction: column;
		gap: 0;
	}
	.article__wrapper .article__wrap {
		-webkit-box-flex: 0;
		-webkit-flex: none;
		    -ms-flex: none;
		        flex: none;
	}
	.article__wrapper .article__wrap + .article__wrap {
		margin-top: 20px;
	}
}

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

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

	.prime {
		padding: 30px 0px;
		min-height: 260px;
	}

	.prime__background img {
		-o-object-position: 85%;
		   object-position: 85%;
		opacity: 0.6;
	}
	.specifications{
		padding: 20px;
	}
	.specifications__image {
		opacity: 0.7;
	}
	.specifications__title {
		margin-bottom: 45%;
	}
	.footer__wrap {
		padding: 0;
	}

	.rating__list li {
		width: -webkit-calc(50% - 11px);
		width: calc(50% - 11px);
	}
	.resume{
		padding-left: 0;
		padding-right: 0;
		padding-bottom: 0;
	}
	.resume__image {
		position: static;
		max-width: 100%;
	}
	.resume__image img {
		max-width: 500px;
		width: 100%;
	}
	.resume__image + .article__wrap {
		margin-top: 0;
	}
	.resume .article__wrap {
		border-top-left-radius: 0;
		border-left: 0;
		border-right: 0;
		border-bottom: 0;
	}
	.resume h2 {
		padding-left: 15px;
		padding-right: 15px;
	}
	.footer__payments{
		-webkit-flex-wrap: wrap;
		    -ms-flex-wrap: wrap;
		        flex-wrap: wrap;
		gap: 0;
	}
	.banner {
		padding-right: 20px;
	}
	.balance__background img {
		-o-object-position: right;
		   object-position: right;
	}
	.instalar {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-webkit-flex-direction: column;
		    -ms-flex-direction: column;
		        flex-direction: column;
		gap: 0;
	}
	.instalar-item {
		width: 100%;
	}
	.instalar-item + .instalar-item {
		margin-top: 16px;
	}
	.advantages-item {
		-webkit-box-flex: 1;
		-webkit-flex: 1 0 -webkit-calc(50% - 16px);
		    -ms-flex: 1 0 calc(50% - 16px);
		        flex: 1 0 calc(50% - 16px);
	}
	.bonus {
		flex-direction: column;
	}
	.bonus__image {
		width: 100%;
		max-width: 194px;
		margin: 0 0 20px 0;
	}
	.bonus__wrap {
		text-align: center;
		width: 100%;
	}
	.bonus__title {
		justify-content: center;
		text-align: center;
	}
}

@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;
	}
	.prime__title br {
		display: none;
	}
	.section {
		margin-top: 20px;
	}
	.header__button-menu {
		min-width: auto;
	}

	.table {
		overflow-x: auto;
		white-space: nowrap;
	}
	.table::-webkit-scrollbar {
		display: none;
	}
	.table tbody {
		width: 800px;
		white-space: normal;
	}

	.table td{
		font-size: 14px;
	}

	.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;
	}
	.balance__image {
		max-width: 100%;
		position: static;
		justify-content: center;
	}
	.balance__image img {
		max-width: 250px;
	}
	.balance__image + .article__wrap {
		margin-top: 0;
	}
	.banner__title {
		margin-bottom: 30%;
	}
	.banner__image {
		height: auto;
		width: 65%;
		opacity: 0.8;
	}
}

@media screen and (max-width: 700px) {
	.info__table td:first-child {
		width: 40%;
	}
	.info__table td:last-child {
		width: 60%;
	}
	.info__table {
		padding: 10px;
	}
	.info__table td {
		padding: 10px 0;
		font-size: 12px;
	}
	.info__table img {
		margin: 3px 8px 3px 0;
	}

	.faq-item__title {
		font-size: 16px;
		padding: 12px 50px 12px 10px;
	}
	.faq-item__title::before {
		width: 20px;
		height: 20px;
		right: 10px;
		top: 11px;
	}

	.tiles-item {
		width: 100%;
		margin: 0;
	}
	.tiles{
		margin: 0;
	}
	.tiles-item {
		margin: 16px 0 0 0;
	}
	.rating__list{
		gap: 0;
	}
	.rating__list li{
		width: 100%;
	}
	.rating__list li + li {
		margin-top: 16px;
	}
	.rating__num img{
		max-width: 24px;
	}
	.rating__num {
		font-size: 20px;
	}
	.advantages-item {
		-webkit-box-flex: 100%;
		-webkit-flex: 100%;
		    -ms-flex: 100%;
		        flex: 100%;
	}
	.advantages-item + .advantages-item {
		margin-top: 12px;
	}
	.advantages {
		gap: 0;
	}
	.app {
		padding: 30px 15px 0px 15px;
	}
}

@media screen and (max-width: 500px) {
	.prime__background img{
		-o-object-position: 40%;
		   object-position: 40%;
	}
	.prime__wrap {
		padding: 20px 15px;
	}
	.section{
		padding: 15px;
	}
	.prime__rating{
		font-size: 13px;
	}
	.footer__nav a{
		font-size: 12px;
	}
	h2 span{
		padding: 0;
	}
	h2 span:before, h2 span:after{
		display: none;
	}
	.table td {
		padding: 10px;
	}

	.table tbody {
		width: 600px;
	}
	.article__wrap {
		padding: 15px;
	}
	.info__table td {
		font-size: 11px;
	}
	.review {
		padding: 0;
	}
	.review__head {
		font-size: 16px;
	}
	.review__head::before{
		right: 10px;
	}

	.button.button-bg {
		font-size: 18px;
		min-width: 200px;
		min-height: 70px;
		padding: 28px 20px 12px 20px;
	}
	.footer__additional p{
		margin-right: 16px;
	}


	.footer__language{
		gap: 10px;
	}
	.app__button span {
		font-size: 14px;
	}
	.advantages-item {
		padding: 15px;
	}
	.instalar-item {
		padding: 15px 10px;
	}
	.instalar-item__title img {
		max-width: 26px;
	}
	.instalar-item__title {
		font-size: 18px;
	}
	.bonus {
		padding: 15px;
	}
}
@media screen and (max-width:375px){
	.app__button {
		min-width: 100%;
	}
}
