@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');

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;
}

body {
    font-family: 'Poppins', Arial, sans-serif;
    width: 100%;
    color: #fff;
    font-size: 16px;
    line-height: 24px;
    overflow-x: hidden;
    background: #2B1234;
    -moz-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%;
    text-size-adjust: 100%;
    -webkit-text-size-adjust: 100%;
}

body.active {
    margin-top: 80px;
}

* {
    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: #2B1234;
}

.main > * + * {
    margin-top: 20px;
}

.image img {
    margin: auto;
}

.content {
    max-width: 1240px;
    margin-left: auto;
    margin-right: auto;
    padding: 30px 20px;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    border-radius: 6px;
    background: #41294A;
}

a {
    -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;
    text-align: center;
    z-index: 100;
    color: #FDCD0A;
}

h1, .title.general {
    font-size: 48px;
    line-height: 56px;
    color: #fdcd0a;
    text-transform: uppercase;
    text-align: left;
}

h2, .title.high {
    font-size: 40px;
    line-height: 48px;
    margin-bottom: 16px;
}

h2 span {
    padding: 0 95px;
}

h2 span:before, h3 span:before, h4 span:before, h2 span:after, h3 span:after, h4 span:after {
    content: '';
    position: absolute;
    display: block;
    width: 83px;
    height: 17px;
    top: -webkit-calc(50% - 8.5px);
    top: -moz-calc(50% - 8.5px);
    top: calc(50% - 8.5px);
    -moz-background-size: contain;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
}

h2 span:before, h3 span:before, h4 span:before {
    left: 0;
    background-image: url(../images/h2-left.svg);
}

h2 span:after, h3 span:after, h4 span:after {
    background-image: url(../images/h2-right.svg);
    right: 0;
}

h3, .title.middle {
    font-size: 40px;
    line-height: 48px;
}

h4, .title.small {
    font-size: 24px;
    line-height: 30px;
    text-transform: uppercase;
}

h3 span, h4 span {
    padding: 0 95px;
}

.button {
    min-width: 180px;
    background: -webkit-gradient(linear, left top, left bottom, from(#BAFF50), to(#09B83A));
    background: -webkit-linear-gradient(#BAFF50, #09B83A);
    background: -moz-linear-gradient(#BAFF50, #09B83A);
    background: -o-linear-gradient(#BAFF50, #09B83A);
    background: linear-gradient(#BAFF50, #09B83A);
    color: #2b1234;
    font-size: 15px;
    line-height: 25px;
    font-weight: 600;
    padding: 11.5px 30px;
    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: 6px;
    -moz-border-radius: 6px;
    border-radius: 6px;
}

.button:hover {
    -webkit-transform: scale(1.05);
    -moz-transform: scale(1.05);
    -o-transform: scale(1.05);
    transform: scale(1.05);
}



/* header */

/* first */

.content.header__content {
    padding: 15px 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;
    border: none;
    min-height: 80px;
}

.header.active {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
}

.logo img {
    display: block;
    max-width: none;
}

.header__logo {
    -webkit-box-flex: 0;
    -webkit-flex: 0 1 120px;
    -moz-box-flex: 0;
    flex: 0 1 120px;
}

.header__menu-button {
    display: none;
    background: transparent;
    z-index: 1001;
}

.header__menu-button svg {
    display: block;
}

.header__buttons > .button:first-child {
    background: transparent;
    padding: 7px 15px;
    border: 1px solid #FDCD0A;
    color: #FDCD0A;
    min-width: 110px;
}

.header__buttons > .button:first-child:hover {
    background: #FDCD0A;
    color: #2b1234;
}

.header__buttons > .button:nth-child(2) {
    padding: 7.5px 30px;
    margin-left: 15px;
    min-width: 160px;
}

.header__buttons {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: flex;
    -webkit-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    align-items: center;
}

.header__menu {
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -moz-box-flex: 1;
    flex: 1;
    margin-left: 40px;
}

.header__menu > ul {
    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-flex: 1;
    -webkit-flex: 1 1 auto;
    -moz-box-flex: 1;
    flex: 1 1 auto;
    text-align: right;
    overflow: hidden;
}

.header__menu > ul a {
    -webkit-transition: color 0.3s ease-in-out;
    -o-transition: color 0.3s ease-in-out;
    -moz-transition: color 0.3s ease-in-out;
    transition: color 0.3s ease-in-out;
    position: relative;
    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;
    padding: 12.5px 16px;
    font-weight: 600;
    font-size: 16px;
    line-height: 25px;
    color: #fff;
}

.header__menu > ul a:hover {
    color: #ffba03;
}

.header__menu > ul li + li {
    margin-left: 30px;
}

.header__menu > ul li + li:before {
    content: url(../images/menu.svg);
    position: absolute;
    left: -30px;
    top: -webkit-calc(50% - 10px);
    top: -moz-calc(50% - 10px);
    top: calc(50% - 10px);
}

.header__expand-menu {
    display: none;
    margin-bottom: 50px;
}

.header__expand-menu img {
    display: block;
}

.header__expand-menu > * {
    display: none;
    width: 100%;
}

.header__expand-menu > *:nth-child(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;
}

.header__expand-menu li {
    display: block;
}

.header__expand-menu > *:nth-child(2) a {
    /* background-color: rgba(255, 255, 255, 0.1); */
    color: #fff;
    font-weight: 600;
    padding: 12.5px;
    margin-bottom: 15px;
    width: 100vw;
}

.header__expand-menu > *:nth-child(2) li:nth-child(n + 2) a:before {
    content: url(../images/menu.svg);
    position: absolute;
    left: -webkit-calc(50% - 15.5px);
    left: -moz-calc(50% - 15.5px);
    left: calc(50% - 15.5px);
    top: -18px;
}

.expand__menu > *:nth-child(2) > li:last-child a {
    margin-bottom: 0;
}




/* rating */

.cover__rating {
    margin-bottom: 16px;
}

.cover-rating__stars {
    display: block;
    font-size: 24px;
    line-height: 32px;
    font-weight: 400;
}

.cover-rating__stars img {
    display: block;
}

.cover-rating__stars > span {
    vertical-align: middle;
}

.cover-rating__stars > span > span:nth-child(2) {
    margin: auto -5px;
}

.cover-rating__stars > span > span:nth-child(1) {
    color: #fff;
}

.cover-rating__desc {
    font-size: 14px;
    line-height: 16px;
    text-transform: uppercase;
    font-weight: 300;
    display: block;
    margin-top: 7px;
}



/* cover */

.cover {
    overflow: hidden;
}

.content.cover__content {
    padding: 75px 0;
    overflow: visible;
    background: transparent;
}

.page-home .content.cover__content {
    padding: 55px 0;
}

.cover__bg {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
}

.cover__bg img {
    -o-object-fit: cover;
    object-fit: cover;
    max-width: none;
    max-height: none;
    width: 100%;
    height: 100%;
}

.cover__wrap {
    z-index: 100;
    max-width: 650px;
    width: 70%;
}

.cover__image {
    position: absolute;
    bottom: 0;
    z-index: 50;
    right: 0;
}

.cover__image img {
    -o-object-fit: cover;
    object-fit: cover;
    max-width: none;
    max-height: none;
    height: 100%;
}

.page-home .cover__image {
    height: 100%;
    right: -260px;
}

.page-bonus .cover__image {
    height: 100%;
    right: -190px;
}

.page-app .cover__image {
    height: 100%;
    right: -150px;
}

.title.cover__title {
    color: #fff;
    margin-bottom: 16px;
}

.title.cover__title span {
    color: #FDCD0A;
}

.cover__button.button {
    min-width: 273px;
}

.cover__footnote {
    max-width: 273px;
    text-align: center;
    font-size: 10px;
    line-height: 15px;
    margin-top: 8px;
}


/* first bonus */

.first-bonus__content.content {
    background: transparent;
    overflow: hidden;
    padding: 80px 5%;
}

.first-bonus__wrap {
    text-align: center;
    z-index: 100;
    max-width: 550px;
    width: 70%;
    padding: 20px 25px;
    background: rgba(65, 41, 74, 0.75);
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    border-radius: 6px;
}

.first-bonus__title.title {
    text-transform: uppercase;
    color: #fff;
}

.title.high.first-bonnus__title {
    margin-bottom: 20px;
}

.title.small.first-bonus__title {
    margin-bottom: 16px;
}

.button.first-bonus__button {
    min-width: 270px;
}

.first-bonus__footnote {
    font-size: 10px;
    line-height: 15px;
    margin-top: 8px;
}

.first-bonus__bg {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
}

.first-bonus__bg img {
    -o-object-fit: cover;
    object-fit: cover;
    max-width: none;
    max-height: none;
    height: 100%;
    width: 100%;
}

.first-bonus__image {
    position: absolute;
    right: 10%;
    bottom: 0;
    height: -webkit-calc(100% - 32px);
    height: -moz-calc(100% - 32px);
    height: calc(100% - 32px);
    z-index: 1;
}

.first-bonus__image img {
    -o-object-fit: cover;
    object-fit: cover;
    max-width: none;
    max-height: none;
    height: 100%;
    display: block;
    margin: auto;
}


/* main info */

.main-info__wrap {
    border: 1px solid #FDCD0A;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    border-radius: 6px;
    padding: 8px 0;
}

table {
    width: 100%;
}

table tr {
    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;
}

table tr + tr {
    margin-top: 16px;
}

table tr td {
    padding: 8px 15px;
}

table tr td:first-child {
    padding-right: 0;
    -webkit-box-flex: 0;
    -webkit-flex: 0 1 25%;
    -moz-box-flex: 0;
    flex: 0 1 25%;
    min-width: 220px;
    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;
    font-weight: 600;
}

table tr td:nth-child(2) {
    -webkit-box-flex: 0;
    -webkit-flex: 0 1 75%;
    -moz-box-flex: 0;
    flex: 0 1 75%;
    max-width: -webkit-calc(100% - 220px);
    max-width: -moz-calc(100% - 220px);
    max-width: calc(100% - 220px);
}

table tr td:first-child span:first-child {
    -webkit-box-flex: 0;
    -webkit-flex: 0 1 32px;
    -moz-box-flex: 0;
    flex: 0 1 32px;
    margin-right: 32px;
}

table img {
    display: block;
}

table tr td:first-child span:nth-child(2) {
    -webkit-box-flex: 0;
    -webkit-flex: 0 1 -webkit-calc(1005 - 32px - 32px);
    -moz-box-flex: 0;
    flex: 0 1 calc(1005 - 32px - 32px);
}


/* article  */

.article, article {
    text-align: center;
}

.article p, .artcile li, article p, article li {
    text-align: left;
}

article > *, .article > * {
    margin-top: 16px;
}

.article > * + .button, article > * + .button {
    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: 30px;
    display: block;
    text-align: left;
}

article li + li, .article li + li {
    margin-top: 10px;
}

.article ul li:before, article ul li:before {
    content: ".";
    font-size: 25px;
    line-height: inherit;
    color: #fff;
    font-weight: 700;
    position: absolute;
    left: 10px;
    top: -6px;
}

.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: inherit;
    line-height: inherit;
    position: absolute;
    left: 10px;
    top: 0;
    font-weight: 400;
    color: #fff;
}

.article > ol > li:marker, article > ol > li:marker {
    content: counters(li);
}

/* faq */

.faq__content.content {
    overflow: hidden;
}

.faq__item {
    display: block;
    border: 1px solid #FDCD0A;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    border-radius: 6px;
}

.faq-item__question {
    padding: 13px 55px 13px 20px;
    position: relative;
    color: #fff;
    font-size: 16px;
    line-height: 22px;
    font-weight: 400;
    text-transform: uppercase;
    text-align: left;
}

.faq-item__question:before {
    content: url(../images/arrow.svg);
    position: absolute;
    right: 20px;
    top: -webkit-calc(50% - 12px);
    top: -moz-calc(50% - 12px);
    top: calc(50% - 12px);
    height: 24px;
    width: 24px;
    -webkit-transition: all 0.2s linear;
    -o-transition: all 0.2s linear;
    -moz-transition: all 0.2s linear;
    transition: all 0.2s linear;
}

.faq__item.active .faq-item__question:before {
    -webkit-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    -o-transform: rotate(180deg);
    transform: rotate(180deg);
}

.faq__item {
    display: block;
    cursor: pointer;
}

.faq__item + .faq__item {
    margin-top: 16px;
}

.faq-item__answer {
    padding: 12px;
    font-weight: 300;
    border-top: 1px solid #FDCD0A;
}

.js-expand-content {
    display: none;
    overflow: hidden;
}

.js-expand-content.expanded {
    height: 100%;
}


/* footer */

.footer {
    background: #1F0D25;
    margin-top: 20px;
}

.footer__content.content {
    padding: 40px 0;
    background: transparent;
    border: none;
    overflow: hidden;
    font-size: 14px;
    line-height: 20px;
}

.footer__payment {
    margin-left: -30px;
    text-align: center;
    margin-top: -20px;
}

.footer__payment img {
    display: block;
    max-height: 30px;
}

.footer__payment li {
    vertical-align: middle;
    margin-top: 20px;
    margin-left: 30px;
}

.footer__wrap {
    margin-top: 30px;
    padding: 40px 10px 0 30px;
    margin-bottom: 40px;
    border-top: 1px solid #FFAA00;
    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: start;
    -webkit-align-items: flex-start;
    -moz-box-align: start;
    align-items: flex-start;
}

.footer__logo {
    -webkit-box-flex: 0;
    -webkit-flex: 0 1 120px;
    -moz-box-flex: 0;
    flex: 0 1 120px;
}

.footer__age {
    -webkit-box-flex: 0;
    -webkit-flex: 0 1 85px;
    -moz-box-flex: 0;
    flex: 0 1 85px;
}

.footer__article {
    -webkit-box-flex: 0;
    -webkit-flex: 0 1 -webkit-calc(100% - 120px - 85px);
    -moz-box-flex: 0;
    flex: 0 1 calc(100% - 120px - 85px);
    padding: 0 40px;
}

.footer__copyright {
    margin-top: 20px;
    text-align: center;
}


/* breadcrumbs */

.breadcrumbs {
    margin-bottom: 8px;
}

.breadcrumbs a {
    font-size: 16px;
    line-height: 24px;
    font-weight: 400;
    color: #fff;
    -webkit-transition: all 0.2s linear;
    -o-transition: all 0.2s linear;
    -moz-transition: all 0.2s linear;
    transition: all 0.2s linear;
}

.breadcrumbs li:after {
    content: "|";
    color: #fff;
    font-size: 16px;
    margin: 0 8px 0 6px;
}

.breadcrumbs li:last-child:after {
    content: none;
}

.breadcrumbs li:not(.last-child) a:hover {
    color: #FDCD0A;
}

.breadcrumbs li:last-child a:hover {
    color: #fff;
}



/* bonus */

.bonus__content.content {
    overflow: visible;
    background: transparent;
    padding: 0;
}

.bonus__list {
    margin-top: 0;
}

.bonus-list__item {
    margin-top: 20px;
    width: 100%;
    display: block;
}

.bonus-list__item a {
    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;
    width: 100%;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    border-radius: 6px;
    overflow: hidden;
    padding: 0 0 0 29px;
    border: 1px solid #FDCD0A;
    color: #fff;
    font-weight: 300;
}

.bonus-list__item a:hover {
    background: #4a3053;
}

.bonus-item__image {
    -webkit-box-flex: 0;
    -webkit-flex: 0 1 21%;
    -moz-box-flex: 0;
    flex: 0 1 21%;
    min-width: 200px;
    z-index: 1;
    margin-right: 14px;
    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: end;
    -webkit-align-items: flex-end;
    -moz-box-align: end;
    align-items: flex-end;
}

.bonus-item__image img {
    margin-bottom: 0;
}

.bonus-item__wrap {
    -webkit-box-flex: 0;
    -webkit-flex: 0 1 -webkit-calc(100% - 21% - 14px);
    -moz-box-flex: 0;
    flex: 0 1 calc(100% - 21% - 14px);
    max-width: -webkit-calc(100% - 200px - 14px);
    max-width: -moz-calc(100% - 200px - 14px);
    max-width: calc(100% - 200px - 14px);
    padding-left: 20px;
    z-index: 100;
    text-align: left;
    background: -webkit-gradient(linear, left top, right top, from(#2B1234), to(rgba(65, 0, 112, 0.27)));
    background: -webkit-linear-gradient(left, #2B1234, rgba(65, 0, 112, 0.27));
    background: -moz-linear-gradient(left, #2B1234, rgba(65, 0, 112, 0.27));
    background: -o-linear-gradient(left, #2B1234, rgba(65, 0, 112, 0.27));
    background: linear-gradient(to right, #2B1234, rgba(65, 0, 112, 0.27));
    padding: 37px 29px 37px 18px;
}

.bonus-item__desc {
    margin-bottom: 20px;
    font-weight: 300;
}

.title.bonus-item__title {
    margin-bottom: 20px;
    color: #fff;
    text-align: left;
    text-transform: uppercase;
}

.bonus-item__button.button {
    min-width: 150px;
    font-weight: 600;
    border: 1px solid #FDCD0A;
    color: #FDCD0A;
    background: transparent;
    padding: 11px 15px;
}

.bonus-list__item a:hover .bonus-item__button.button {
    background: #FDCD0A;
    color: #2b1234;
    -webkit-transform: scale(1.05);
    -moz-transform: scale(1.05);
    -o-transform: scale(1.05);
    transform: scale(1.05);
}

.bonus-item__bg {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
}

.bonus-item__bg img {
    -o-object-fit: cover;
    object-fit: cover;
    max-width: none;
    max-height: none;
    width: 100%;
    height: 100%;
}



/* app */

.app__content.content {
    padding: 0 0 0 8%;
    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;
    overflow: hidden;
}

.app__link {
    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;
    z-index: 100;
}

.app__link img {
    display: block;
    margin: auto;
}

.app__link:hover, .app__button:hover {
    -webkit-transform: scale(1.05);
    -moz-transform: scale(1.05);
    -o-transform: scale(1.05);
    transform: scale(1.05);
}

.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;
    z-index: 1;
    -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: 15px;
}

.app__button {
    background: transparent;
    width: 240px;
    font-size: 14px;
    line-height: 16px;
    font-weight: 500;
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    border-radius: 8px;
    padding: 15px 30px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: flex;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -moz-box-pack: start;
    justify-content: flex-start;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    align-items: center;
    color: #000;
    background: #FFB703;
}

.app__button + .app__button {
    margin-top: 10px;
}

.app__button > span > span {
    display: block;
}

.app__button > span:first-child {
    margin-right: 16px;
    width: 32px;
}

.app__image {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: flex;
    -webkit-box-align: end;
    -webkit-align-items: flex-end;
    -moz-box-align: end;
    align-items: flex-end;
}

.app__image img {
    display: block;
    max-height: 212px;
    z-index: 100;
    margin-bottom: 0;
}

.app__bg {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
}

.app__bg img {
    -o-object-fit: cover;
    object-fit: cover;
    max-width: none;
    max-height: none;
    width: 100%;
    height: 100%;
}
