@import url('https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,100;0,300;0,400;0,500;0,700;0,900;1,100;1,300;1,400;1,500;1,700;1,900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Inter:wght@100;200;300;400;500;600;700;800;900&display=swap');

@font-face {
	font-family: 'Zona Pro';
	src: url('../fonts/zonapro_regular/ZonaPro-Regular.eot');
	src: local('Zona Pro'), local('ZonaPro-Regular'),
		url('../fonts/zonapro_regular/ZonaPro-Regular.eot?#iefix') format("embedded-opentype"),
		url('../fonts/zonapro_regular/ZonaPro-Regular.woff') format("woff"),
		url('../fonts/zonapro_regular/ZonaPro-Regular.woff2') format("woff2"),
		url('../fonts/zonapro_regular/ZonaPro-Regular.ttf') format("truetype");
	font-weight: 400;
	font-style: normal;
	font-display: swap;
}

@font-face {
	font-family: 'Zona Pro';
	src: url('../fonts/zonapro_semibold/ZonaPro-SemiBold.eot');
	src: local('Zona Pro Semibold'), local('ZonaPro-Semibold'),
		url('../fonts/zonapro_semibold/ZonaPro-SemiBold.eot?#iefix') format("embedded-opentype"),
		url('../fonts/zonapro_semibold/ZonaPro-SemiBold.woff') format("woff"),
		url('../fonts/zonapro_semibold/ZonaPro-SemiBold.woff2') format("woff2"),
		url('../fonts/zonapro_semibold/ZonaPro-SemiBold.ttf') format("truetype");
	font-weight: 600;
	font-style: normal;
	font-display: swap;
}

@font-face {
	font-family: 'Zona Pro';
	src: url('../fonts/zonapro_bold/ZonaPro-Bold.eot');
	src: local('Zona Pro Bold'), local('ZonaPro-Bold'),
		url('../fonts/zonapro_bold/ZonaPro-Bold.eot?#iefix') format("embedded-opentype"),
		url('../fonts/zonapro_bold/ZonaPro-Bold.woff') format("woff"),
		url('../fonts/zonapro_bold/ZonaPro-Bold.woff2') format("woff2"),
		url('../fonts/zonapro_bold/ZonaPro-Bold.ttf') format("truetype");
	font-weight: 700;
	font-style: normal;
	font-display: swap;
}

@font-face {
	font-family: 'Zona Pro';
	src: url('../fonts/zonapro_extrabold/ZonaPro-ExtraBold.eot');
	src: local('Zona Pro Extrabold'), local('ZonaPro-Extrabold'),
		url('../fonts/zonapro_extrabold/ZonaPro-ExtraBold.eot?#iefix') format("embedded-opentype"),
		url('../fonts/zonapro_extrabold/ZonaPro-ExtraBold.woff') format("woff"),
		url('../fonts/zonapro_extrabold/ZonaPro-ExtraBold.woff2') format("woff2"),
		url('../fonts/zonapro_extrabold/ZonaPro-ExtraBold.ttf') format("truetype");
	font-weight: 800;
	font-style: normal;
	font-display: swap;
}


svg use {
    fill: #fff;
    fill-rule: evenodd;
}

.path {
    fill: #fff;
    stroke: #fff;
}

.svg-menu rect, .menu {
    -webkit-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
    -moz-transition: all 0.3s linear;
    transition: all 0.3s linear;
}

html {
    scroll-behavior: smooth;
}

a {
    color: inherit;
}

body {
    font-family: 'Zona Pro', Arial, sans-serif;
    width: 100%;
    color: #fff;
    font-size: 16px;
    line-height: 24px;
    overflow-x: hidden;
    background: -webkit-gradient(linear, left top, right top, from(#34434D), to(#19242D));
    background: -webkit-linear-gradient(left, #34434D 0%, #19242D 100%);
    background: -moz-linear-gradient(left, #34434D 0%, #19242D 100%);
    background: -o-linear-gradient(left, #34434D 0%, #19242D 100%);
    background: linear-gradient(90deg, #34434D 0%, #19242D 100%);
    -moz-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%;
    text-size-adjust: 100%;
    -webkit-text-size-adjust: 100%;
}

body.active {
    margin-top: 88px;
    /* overflow: hidden; */
}

* {
    position: relative;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

ul {
    list-style: none;
}

ul > li {
    display: inline-block;
}

span {
    display: inline-block;
}

.image img {
    display: block;
}

.header {
    z-index: 1000;
    width: 100%;
    background: -webkit-linear-gradient(274deg, #313F4B -108.21%, #313F4B 19.8%, #19232D 97%);
    background: -moz-linear-gradient(274deg, #313F4B -108.21%, #313F4B 19.8%, #19232D 97%);
    background: -o-linear-gradient(274deg, #313F4B -108.21%, #313F4B 19.8%, #19232D 97%);
    background: linear-gradient(176deg, #313F4B -108.21%, #313F4B 19.8%, #19232D 97%);
}

.main > * {
    margin-top: 20px;
}

.image img {
    margin: auto;
}

.content {
    max-width: 1160px;
    margin-left: auto;
    margin-right: auto;
    padding: 20px;
    -webkit-border-radius: 16px;
    -moz-border-radius: 16px;
    border-radius: 16px;
    background: #202A32;
    overflow: hidden;
}

a {
    color: #fff;
    font-weight: 700;
    -webkit-transition: all 0.2s linear;
    -o-transition: all 0.2s linear;
    -moz-transition: all 0.2s linear;
    transition: all 0.2s linear;
}

h1, h2, h3, h4, .title {
    font-weight: 700;
    color: #fff;
}

h1, .title.general {
    font-size: 48px;
    line-height: 56px;
    text-transform: uppercase;
}

h2, .title.high {
    font-size: 40px;
    line-height: 48px;
    margin-bottom: 16px;
}

h3, .title.middle {
    font-size: 32px;
    line-height: 40px;
}

h4, .title.small {
    font-size: 24px;
    line-height: 32px;
    text-transform: uppercase;
}

.button {
    min-width: 125px;
    background-color: #2BC69E;
    color: #fff;
    font-size: 14px;
    line-height: 20px;
    font-weight: 700;
    padding: 12px 15px;
    border: 2px solid #2BC69E;
    display: inline-block;
    position: relative;
	height: auto;
	overflow: hidden;
	text-align: center;
	white-space: nowrap;
	vertical-align: middle;
    cursor: pointer;
    margin: auto;
    z-index: 10;
    -webkit-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
    -moz-transition: all 0.3s linear;
    transition: all 0.3s linear;
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    border-radius: 8px;
}

.button:hover {
    background: transparent;
    color: #2BC69E;
    -webkit-transform: scale(1.05);
    -moz-transform: scale(1.05);
    -o-transform: scale(1.05);
    transform: scale(1.05);
}



/* header */


.content.header__content {
    padding: 5px 0;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -moz-box-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    align-items: center;
    background: transparent;
    overflow: visible;
    min-height: 68px;
}

.header.active {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
}

.logo img {
    display: block;
    max-height: 32px;
}

.header__logo {
    position: absolute;
    left: 0;
    top: 18px;
}

.header__menu-button {
    display: none;
    background: transparent;
    z-index: 1001;
}

.header__menu-button svg {
    display: block;
    width: 40px;
}

.header__menu {
    margin-left: 130px;
}

.header__menu * {
    display: inline-block;
    vertical-align: middle;
}

.menu a {
    padding: 14px 20px;
    -webkit-transition: all 0.2s linear;
    -o-transition: all 0.2s linear;
    -moz-transition: all 0.2s linear;
    transition: all 0.2s linear;
    width: 100%;
    text-align: center;
    color: #fff;
    font-size: 14px;
    line-height: 20px;
}

.menu a:hover {
    color: #2BC69E;
}

.expand__menu {
    display: none;
}

.expand__menu > * {
    display: none;
    width: 100%;
}

.expand__menu > *:nth-child(n + 2) a {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -moz-box-pack: center;
    justify-content: center;
}

.expand__menu li {
    display: block;
}

.expand__menu > *:nth-child(2) a {
    background-color: rgba(255, 255, 255, 0.1);
    color: #fff;
    padding: 12.5px;
    margin-bottom: 15px;
    width: 100vw;
}

.expand__menu > *:nth-child(2) > li:last-child a {
    margin-bottom: 0;
}

.header__button.button {
    min-width: 100px;
    padding: 8px 15px;
    font-size: 14px;
}

.header__button:last-child {
    margin-left: 10px;
}

.button.outline {
    background: transparent;
    color: #2BC69E;
}

.button.outline:hover {
    background: #2BC69E;
    color: #fff;
}


/* rating */

.prime__rating {
    margin-bottom: 16px;
    color: #fff;
    font-size: 14px;
    line-height: 20px;
    text-transform: uppercase;
}

.prime-rating__stars {
    font-size: 24px;
    line-height: 32px;
    font-weight: 600;
    margin-bottom: 5px;
}

.prime-rating__stars img {
    display: block;
}

.prime-rating__stars > span {
    vertical-align: middle;
}

.prime-rating__stars > span > span {
    vertical-align: middle;
}

.prime-rating__stars > span:nth-child(2) {
    margin-left: 5px;
    padding-top: 5px;
}

.prime-rating__stars > span > span:nth-child(2) {
    margin: 0 -5px;
}

.prime-rating__desc {
    opacity: 0.8;
}



/* cover */

h1 span, .title.general span {
    display: block;
}

.content.prime__content {
    padding: 170px 40px;
    background: transparent;
    overflow: hidden;
}

.prime__wrapper {
    z-index: 100;
    width: 70%;
    max-width: 600px;
}

.prime__bg {
    position: absolute;
    bottom: 0;
    height: 100%;
    width: 100%;
    right: 0;
    overflow: hidden;
    z-index: 1;
}

.prime__bg img {
    -o-object-fit: cover;
    object-fit: cover;
    max-width: none;
    max-height: none;
    height: 100%;
    width: 100%;
}

.prime__image {
    position: absolute;
    right: 30px;
    bottom: 0;
    z-index: 2;
    height: 100%;
}

.prime__image img {
    -o-object-fit: cover;
    object-fit: cover;
    max-width: none;
    max-height: none;
    height: 100%;
}

.prime__bonus {
    color: #2BC69D;
    text-transform: uppercase;
    font-weight: 700;
    font-size: 38px;
    line-height: 46px;
    padding: 23px 30px 18px;
    text-align: center;
    background: #202A32;
    -webkit-border-radius: 16px;
    -moz-border-radius: 16px;
    border-radius: 16px;
    position: absolute;
    right: 65px;
    bottom: 25px;
    display: inline-block;
    border: 1px solid #2BC69D;
    -webkit-box-shadow: 0 0 10px 7px rgba(43, 198, 157, 0.7);
    -moz-box-shadow: 0 0 10px 7px rgba(43, 198, 157, 0.7);
    box-shadow: 0 0 10px 7px rgba(43, 198, 157, 0.7);
    z-index: 100;
}

.prime__bonus span {
    display: block;
}




/* main info */



table {
    width: 100%;
}

thead {
    text-transform: uppercase;
    font-weight: 700;
}

tbody a {
    color: inherit;
    font-weight: 400;
}

tbody a {
    text-decoration: underline;
}

table tr {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: flex;
    -webkit-box-align: stretch;
    -webkit-align-items: stretch;
    -moz-box-align: stretch;
    align-items: stretch;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -moz-box-pack: justify;
    justify-content: space-between;
}

table tr td {
    padding: 14px 45px;
    min-height: 76px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -moz-box-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    align-items: center;
    text-align: center;
    border: 1px solid #2BC69D;
}

table tr:first-child td {
    border-top: 1.5px solid #2BC69D;;
}

table thead + tbody tr:first-child td {
    border-top: 1px solid #2BC69D;
}

table tr td:first-child {
    border-left: 1.5px solid #2BC69D;;
}

.table tr td:last-child {
    border-right: 1.5px solid #2BC69D;;
}

table tbody tr:last-child td {
    border-bottom: 1.5px solid #2BC69D;;
}

table tr:first-child td:first-child {
    -webkit-border-radius: 16px 0 0 0;
    -moz-border-radius: 16px 0 0 0;
    border-radius: 16px 0 0 0;
}

table tr:first-child td:last-child {
    -webkit-border-radius: 0 16px 0 0;
    -moz-border-radius: 0 16px 0 0;
    border-radius: 0 16px 0 0;
}

table thead + tbody tr:first-child td:nth-child(n) {
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
}

table tbody tr:last-child td:first-child {
    -webkit-border-radius: 0 0 0 16px;
    -moz-border-radius: 0 0 0 16px;
    border-radius: 0 0 0 16px;
}

table tbody tr:last-child td:last-child {
    -webkit-border-radius: 0 0 16px 0;
    -moz-border-radius: 0 0 16px 0;
    border-radius: 0 0 16px 0;
}


.tecnico__table tbody tr:nth-child(2n + 1) td {
    background: #162026;
}

.tecnico__table tr td {
    -webkit-box-flex: 0;
    -webkit-flex: 0 1 50%;
    -moz-box-flex: 0;
    flex: 0 1 50%;
}


.slots__table thead tr td, .slots__table tbody tr:nth-child(2n) td, .rating__table thead tr td, .rating__table tbody tr:nth-child(2n) td {
    background: #162026;
}

.slots__table tr td {
    -webkit-box-flex: 0;
    -webkit-flex: 0 1 25%;
    -moz-box-flex: 0;
    flex: 0 1 25%;
    padding: 14px 30px;
}

.payment__table tr td {
    -webkit-box-flex: 0;
    -webkit-flex: 0 1 50%;
    -moz-box-flex: 0;
    flex: 0 1 50%;
}


.rating__table tr td {
    -webkit-box-flex: 0;
    -webkit-flex: 0 1 50%;
    -moz-box-flex: 0;
    flex: 0 1 50%;
}



/* article  */

article > *, .article > * {
    margin-top: 16px;
}

article > *:first-child, .article > *:first-child, article > a.button:first-child, .article > a.button:first-child {
    margin-top: 0;
}

article li, .article li {
    padding-left: 12px;
    display: block;
}

.article ul li {
    padding-left: 20px;
}

article ol li, .article ol li {
    padding-left: 25px;
}

article > * + .button, .article > * + .button {
    margin-top: 16px;
}

.article ul li:before, article ul li:before {
    content: ".";
    font-size: 16px;
    line-height: inherit;
    font-weight: 900;
    color: #fff;
    position: absolute;
    left: 5px;
    top: -4px;
}

.article ol, article ol {
    list-style-position: inside;
    list-style: none;
}

.article ol > li, article > ol li {
    counter-increment: ol;
}

.article ol > li:before, article ol > li:before {
    content: counter(ol) '.';
    font-size: 16px;
    line-height: inherit;
    position: absolute;
    left: 5px;
    top: 0;
    color: #fff;
}

.bonus__content.article ol > li:before {
    color: #2BC69D;
}

.article > ol > li:marker, article > ol > li:marker {
    content: counters(li);
}


*.green {
    font-weight: 700;
    color: #2BC69D;
}

.article > p span {
    color: #2BC69D;
}


.article p a, article p a, article li a, .article li a {
    font-weight: 400;
    text-decoration: underline;
}

.bonus__content.article ol > li + li {
    margin-top: 16px;
}

.bonus__content.article ol > li span {
    color: #2BC69D;
    font-weight: 600;
}



/* avaliacoes */

.avaliacoes__content > * + * {
    margin-top: 16px;
}

.avaliacoes__list {
    margin-top: 0;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -moz-box-pack: justify;
    justify-content: space-between;
    -webkit-box-align: stretch;
    -webkit-align-items: stretch;
    -moz-box-align: stretch;
    align-items: stretch;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
}

.avaliacoes-list__item {
    display: block;
    -webkit-border-radius: 16px;
    -moz-border-radius: 16px;
    border-radius: 16px;
    background: -webkit-gradient(linear, left top, right top, from(rgba(72, 85, 99, 0.6)), to(rgba(17, 20, 24, 0.2)));
    background: -webkit-linear-gradient(left, rgba(72, 85, 99, 0.6), rgba(17, 20, 24, 0.2));
    background: -moz-linear-gradient(left, rgba(72, 85, 99, 0.6), rgba(17, 20, 24, 0.2));
    background: -o-linear-gradient(left, rgba(72, 85, 99, 0.6), rgba(17, 20, 24, 0.2));
    background: linear-gradient(to right, rgba(72, 85, 99, 0.6), rgba(17, 20, 24, 0.2));
    padding: 20px;
    margin-top: 20px;
    -webkit-box-flex: 0;
    -webkit-flex: 0 1 -webkit-calc((100% - 20px) / 2);
    -moz-box-flex: 0;
    flex: 0 1 calc((100% - 20px) / 2);
}

.avaliacoes-item__person {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -moz-box-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    align-items: center;
    margin-bottom: 20px;
}

.avaliacoes-item__image {
    -webkit-box-flex: 0;
    -webkit-flex: 0 1 60px;
    -moz-box-flex: 0;
    flex: 0 1 60px;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    overflow: hidden;
    margin-right: 20px;
}

.avaliacoes-item__rating {
    -webkit-box-flex: 0;
    -webkit-flex: 0 1 -webkit-calc(100% - 60px - 20px);
    -moz-box-flex: 0;
    flex: 0 1 calc(100% - 60px - 20px);
}

.avaliacoes-item__name {
    font-weight: 700;
    color: #2BC69D;
    margin-bottom: 6px;
}

.avaliacoes__list + div {
    margin-top: 0;
}



/* caracteristicas */

.caracteristicas__content > * + * {
    margin-top: 16px;
}

.caracteristicas__list {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: flex;
    margin-left: -30px;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -moz-box-pack: start;
    justify-content: flex-start;
    -webkit-box-align: stretch;
    -webkit-align-items: stretch;
    -moz-box-align: stretch;
    align-items: stretch;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-top: 0;
}

.caracteristicas-list__item {
    margin-top: 30px;
    margin-left: 30px;
    -webkit-box-flex: 1;
    -webkit-flex: 1 1 -webkit-calc((100% - 90px) / 3);
    -moz-box-flex: 1;
    flex: 1 1 calc((100% - 90px) / 3);
    -webkit-border-radius: 16px;
    -moz-border-radius: 16px;
    border-radius: 16px;
    padding: 20px;
    text-align: center;
    background: -webkit-gradient(linear, left top, right top, from(#13181c), to(#2e3842));
    background: -webkit-linear-gradient(left, #13181c, #2e3842);
    background: -moz-linear-gradient(left, #13181c, #2e3842);
    background: -o-linear-gradient(left, #13181c, #2e3842);
    background: linear-gradient(to right, #13181c, #2e3842);
    border: 1px solid #2BC69D;
}

.caracteristicas-item__desc {
    font-size: 20px;
    line-height: 28px;
    color: #2BC69D;
    font-weight: 700;
    margin: 12px auto 8px;
}




/* perguntas */


.perguntas__item {
    overflow: hidden;
    display: block;
    cursor: pointer;
    color: #fff;
}

.perguntas-item__question {
    padding: 12px 15px 12px 56px;
    position: relative;
    font-size: 24px;
    line-height: 32px;
    font-weight: 700;
    text-transform: uppercase;
    color: #fff;
    background: #182127;
    -webkit-border-radius: 16px;
    -moz-border-radius: 16px;
    border-radius: 16px;
}

.perguntas-item__question:after {
    content: '';
    position: absolute;
    left: 16px;
    top: -webkit-calc(50% - 13px);
    top: -moz-calc(50% - 13px);
    top: calc(50% - 13px);
    line-height: 0;
    width: 24px;
    height: 24px;
    background-repeat: no-repeat;
    -moz-background-size: cover;
    background-size: cover;
    background-image: url(../images/arrow.svg);
    -webkit-transition: all 0.2s linear;
    -o-transition: all 0.2s linear;
    -moz-transition: all 0.2s linear;
    transition: all 0.2s linear;
}

.perguntas__item.active .perguntas-item__question:after {
    -webkit-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    -o-transform: rotate(180deg);
    transform: rotate(180deg);
}

.perguntas__item + .perguntas__item {
    margin-top: 20px;
}

.perguntas-item__answer {
    padding: 16px 10px 0;
}

.js-expand-content {
    display: none;
    overflow: hidden;
}

.js-expand-content.expanded {
    height: 100%;
}



/* footer */

.footer {
    margin-top: 25px;
    margin-bottom: 25px;
}

.footer__content.content {
    background: #10171F;
}

.footer__payment {
    -webkit-border-radius: 16px;
    -moz-border-radius: 16px;
    border-radius: 16px;
    background: #161F26;
    padding: 25px 20px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -moz-box-pack: justify;
    justify-content: space-between;
}

.footer-payment__desc {
    max-width: 180px;
    color: #fff;
    font-size: 16px;
    line-height: 18px;
    font-weight: 600;
}

.footer-payment__button.button {
    min-width: 150px;
    margin-right: 0;
    -webkit-box-flex: 0;
    -webkit-flex: 0;
    -moz-box-flex: 0;
    flex: 0;
    margin-left: 60px;
    padding: 12px 10px;
}

.footer-payment__list img {
    display: block;
}

.footer-payment__list li {
    vertical-align: middle;
    padding: 0 8px;
    margin-top: 10px;
}

.footer-payment__list {
    margin-top: -10px;
    -webkit-box-flex: 0;
    -webkit-flex: 0 1 -webkit-calc(100% - 180px - 120px);
    -moz-box-flex: 0;
    flex: 0 1 calc(100% - 180px - 120px);
    text-align: center;
    padding: 0 8px;
}

.footer__wrap {
    padding: 0 50px;
    margin-top: 20px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -moz-box-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    align-items: center;
    font-size: 12px;
    line-height: 18px;
    color: #878B8E;
}

.footer__logo {
    -webkit-box-flex: 0;
    -webkit-flex: 0 1 135px;
    -moz-box-flex: 0;
    flex: 0 1 135px;
    display: block;
}

.footer__logo img {
    display: block;
    margin: auto;
}

.footer__article {
    -webkit-box-flex: 0;
    -webkit-flex: 0 1 -webkit-calc(100% - 135px);
    -moz-box-flex: 0;
    flex: 0 1 calc(100% - 135px);
    padding-left: 30px;
}

.footer__list {
    margin-top: 16px;
    text-align: center;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -moz-box-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    align-items: center;
}

.footer__list img {
    display: block;
    margin: auto;
}

.footer__list li + li {
    margin-left: 15px;
}




/* bonus */

.bonus__content > * + * {
    margin-top: 16px;
}

.bonus__list {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -moz-box-pack: center;
    justify-content: center;
    -webkit-box-align: stretch;
    -webkit-align-items: stretch;
    -moz-box-align: stretch;
    align-items: stretch;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-left: -20px;
    margin-top: 0;
}

.bonus-list__item {
    display: block;
    margin-top: 20px;
    margin-left: 20px;
    -webkit-box-flex: 0;
    -webkit-flex: 0 1 -webkit-calc((100% - 60px) / 3);
    -moz-box-flex: 0;
    flex: 0 1 calc((100% - 60px) / 3);
    -webkit-border-radius: 16px;
    -moz-border-radius: 16px;
    border-radius: 16px;
    overflow: hidden;
    background: #1a2228;
    border: 1px solid #2BC69D;
    padding: 0;
}

.article .bonus-list__item {
    padding: 0;
}

.article .bonus-list__item:before {
    content: none;
}

.bonus-item__wrap {
    padding: 20px 30px 30px;
}

.bonus-item__desc {
    margin-bottom: 10px;
    font-size: 24px;
    line-height: 32px;
    text-transform: uppercase;
    font-weight: 700;
    color: #2BC69D;
}

.article .bonus-wrap__item {
    padding: 20px;
    -webkit-border-radius: 16px;
    -moz-border-radius: 16px;
    border-radius: 16px;
    display: block;
    border: 1px solid #2BC69D;
    background: -webkit-gradient(linear, left top, right top, from(#13181c), to(#2e3842));
    background: -webkit-linear-gradient(left, #13181c, #2e3842);
    background: -moz-linear-gradient(left, #13181c, #2e3842);
    background: -o-linear-gradient(left, #13181c, #2e3842);
    background: linear-gradient(to right, #13181c, #2e3842);
}

.article .bonus-wrap__item:before {
    content: none;
}

.bonus__wrap > * + * {
    margin-top: 16px;
}

.bonus-wrap__item div {
    font-weight: 700;
    margin-bottom: 12px;
    color: #2BC69D;
}


/* pros */

.prosecontras__content > * + * {
    margin-top: 16px;
}

.prosecontras__list {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -moz-box-pack: justify;
    justify-content: space-between;
    -webkit-box-align: stretch;
    -webkit-align-items: stretch;
    -moz-box-align: stretch;
    align-items: stretch;
    margin-top: 0;
}

.prosecontras-list__item {
    -webkit-box-flex: 0;
    -webkit-flex: 0 1 -webkit-calc((100% - 20px) / 2);
    -moz-box-flex: 0;
    flex: 0 1 calc((100% - 20px) / 2);
    margin-top: 16px;
    background: -webkit-gradient(linear, left top, right top, from(#13181c), to(#2e3842));
    background: -webkit-linear-gradient(left, #13181c, #2e3842);
    background: -moz-linear-gradient(left, #13181c, #2e3842);
    background: -o-linear-gradient(left, #13181c, #2e3842);
    background: linear-gradient(to right, #13181c, #2e3842);
    -webkit-border-radius: 16px;
    -moz-border-radius: 16px;
    border-radius: 16px;
    border: 1px solid #2BC69D;
    padding: 20px 20px 50px;
    display: block;
}

.prosecontras-item__desc {
    margin: 12px auto 16px;
    text-align: center;
    font-weight: 700;
    font-size: 20px;
    line-height: 28px;
    color: #2BC69D;
}



/* app */

.app__content.content {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -moz-box-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    align-items: center;
    padding: 88px 348px 88px 40px;
    background: #000;
}

.app__content *:not(.app__image) {
    z-index: 100;
}

.app__content img {
    display: block;
    margin: auto;
}

.app__logo {
    display: block;
}

.app__logo:hover {
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -o-transform: scale(1.1);
    transform: scale(1.1);
}

.app__buttons {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -moz-box-orient: vertical;
    -moz-box-direction: normal;
    flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -moz-box-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    align-items: center;
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -moz-box-flex: 1;
    flex: 1;
    margin: auto 15px;
}

.app__button {
    -webkit-border-radius: 16px;
    -moz-border-radius: 16px;
    border-radius: 16px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -moz-box-pack: justify;
    justify-content: space-between;
    font-size: 16px;
    line-height: 20px;
    text-transform: uppercase;
    font-weight: 600;
    min-width: 260px;
    max-width: 260px;
    height: 64px;
    padding: 7px 32px;
    background: #126873;
}

.app__button:first-child {
    background: #16AD44;
    background: #216F38;
}

.app__button:hover {
    -webkit-transform: scale(1.05);
    -moz-transform: scale(1.05);
    -o-transform: scale(1.05);
    transform: scale(1.05);
}

.app__button > span:nth-child(1) {
    -webkit-box-flex: 0;
    -webkit-flex: 0 1 32px;
    -moz-box-flex: 0;
    flex: 0 1 32px;
    margin-right: 10px;
}

.app__button > span:nth-child(2) {
    -webkit-box-flex: 0;
    -webkit-flex: 0 1 -webkit-calc(100% - 32px - 10px);
    -moz-box-flex: 0;
    flex: 0 1 calc(100% - 32px - 10px);
}

.app__button > span > span {
    display: block;
}

.app__button + .app__button {
    margin-top: 20px;
}

.app__button + .app__button > span:nth-child(2) {
    text-align: center;
}

.app__image {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 0;
}

.app__image img {
    -o-object-fit: cover;
    object-fit: cover;
    max-width: none;
    max-height: none;
    width: 100%;
    height: 100%;
    -o-object-position: right;
    object-position: right;
}



/* first bonus */

.cashback__content.content {
    padding: 45px 10px;
}

.cashback__image {
    position: absolute;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
}

.cashback__image img {
    -o-object-fit: cover;
    object-fit: cover;
    max-width: none;
    max-height: none;
    width: 100%;
    height: 100%;
    -o-object-position: 60%;
    object-position: 60%;
}

.cashback__wrap {
    padding: 20px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
    z-index: 100;
    display: inline-block;
}

h2.cashback__title {
    margin-bottom: 20px;
    text-transform: uppercase;
    font-size: 40px;
    line-height: 50px;
}

h3.cashback__title {
    margin-bottom: 13px;
    text-transform: uppercase;
}

.cashback__button.button {
    min-width: 0;
    max-width: 270px;
    width: 100%;
}

.cashback__footnote {
    font-size: 10px;
    line-height: 15px;
    margin-top: 8px;
    max-width: 270px;
    text-align: center;
}


/* mobile */

.phone__title {
    text-align: center;
}

.phone__wrapper {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -moz-box-pack: justify;
    justify-content: space-between;
    -webkit-box-align: stretch;
    -webkit-align-items: stretch;
    -moz-box-align: stretch;
    align-items: stretch;
}

.phone__wrap {
    z-index: 100;
    text-align: center;
    -webkit-box-flex: 0;
    -webkit-flex: 0 1 -webkit-calc((100% - 32px) / 2);
    -moz-box-flex: 0;
    flex: 0 1 calc((100% - 32px) / 2);
    border: 1px solid #2BC69D;
    -webkit-border-radius: 16px;
    -moz-border-radius: 16px;
    border-radius: 16px;
    background: -webkit-gradient(linear, left top, right top, from(#13181c), to(#2e3842));
    background: -webkit-linear-gradient(left, #13181c, #2e3842);
    background: -moz-linear-gradient(left, #13181c, #2e3842);
    background: -o-linear-gradient(left, #13181c, #2e3842);
    background: linear-gradient(to right, #13181c, #2e3842);
    padding: 20px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -moz-box-orient: vertical;
    -moz-box-direction: normal;
    flex-direction: column;
}

.phone__desc {
    font-size: 20px;
    line-height: 28px;
    font-weight: 700;
    color: #2BC69D;
    margin-bottom: 8px;
}

.phone__wrap > * + * {
    margin-top: 16px;
}

.phone__list {
    text-align: left;
    margin-bottom: 20px;
}

.phone__list > li + li {
    margin-top: 16px;
}

.article .phone__list li {
    padding: 0;
}

.article .phone__list li:before {
    content: none;
}

.phone__button.button {
    width: 100%;
    max-width: 270px;
    padding: 8px 15px;
    text-transform: uppercase;
    font-size: 16px;
    line-height: 20px;
    font-weight: 600;
    -webkit-border-radius: 16px;
    -moz-border-radius: 16px;
    border-radius: 16px;
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -moz-box-flex: 1;
    flex: 1;
    margin: auto auto 0;
    max-height: 60px;
}

.phone__button.button span {
    display: block;
}
