@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;

}



body.hide {

    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: #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);

}















.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 {

    

    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;

}













.header__language {

    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;

    min-height: 48px;

    margin-left: 20px;

    z-index: 100;

}



.header__language img {

    display: block;

    -webkit-transition: all 0.2s linear;

    -o-transition: all 0.2s linear;

    -moz-transition: all 0.2s linear;

    transition: all 0.2s linear;

}



.header__language > span:nth-child(1) img {

    max-height: 24px;

}



.header__language > span:nth-child(1) {

    margin-right: 4px;

}



.header__language:hover > span:nth-child(1) img {

    -webkit-transform: scale(1.2);

    -moz-transform: scale(1.2);

    -o-transform: scale(1.2);

    transform: scale(1.2);

}









.header__languages {

    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;

	position: fixed;

	z-index: -999;

    width: 100vw;

    height: 100%;

	margin: 0;

	border: none;

	overflow: hidden;

	opacity: 0;

	left: 0;

	top: 0;

	visibility: hidden;

    -webkit-transition: all 0.1s linear;

    -o-transition: all 0.1s linear;

    -moz-transition: all 0.1s linear;

    transition: all 0.1s linear;

}



.header__languages.active {

    opacity: 1;

    overflow-y: auto;

    z-index: 11000;

    visibility: visible;

    background: rgba(0, 0, 0, 0.6);

    padding: 90px 20px 50px;

}



.header__languages > div {

    top: 90px;

    right: -webkit-calc((100vw - 1240px) / 2);

    right: -moz-calc((100vw - 1240px) / 2);

    right: calc((100vw - 1240px) / 2);

	position: absolute;

	background: #2B1234;

    padding: 30px 20px;

	width: 100%;

    z-index: 0;

    -webkit-border-radius: 12px;

    -moz-border-radius: 12px;

    border-radius: 12px;

    text-align: left;

    max-width: 200px;

    overflow: visible;

    border: 1px solid #FDCD0A;

}



.header__languages img {

    display: block;

}



.header-languages__close {

    position: absolute;

    right: 12px;

    top: 12px;

    cursor: pointer;

    -webkit-transition: all 0.2s linear;

    -o-transition: all 0.2s linear;

    -moz-transition: all 0.2s linear;

    transition: all 0.2s linear;

}



.header-languages__close:hover {

    -webkit-transform: scale(1.1);

    -moz-transform: scale(1.1);

    -o-transform: scale(1.1);

    transform: scale(1.1);

}



.header__languages ul {

    width: 100%;

}



.header__languages li {

    display: block;

    width: 100%;

}



.header__languages li + li {

    margin-top: 25px;

}



.header__languages 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: center;

    -webkit-align-items: center;

    -moz-box-align: center;

    align-items: center;

    font-size: 16px;

    line-height: 20px;

    color: #D4C5B1;

    font-weight: 400;

    text-align: left;

    -webkit-transition: all 0.2s linear;

    -o-transition: all 0.2s linear;

    -moz-transition: all 0.2s linear;

    transition: all 0.2s linear;

}



.header__languages a span:first-child {

    -webkit-box-flex: 0;

    -webkit-flex: 0 1 41px;

    -moz-box-flex: 0;

    flex: 0 1 41px;

    margin-right: 15px;

    border: 3px solid #322E2F;

    -webkit-border-radius: 50%;

    -moz-border-radius: 50%;

    border-radius: 50%;

    -webkit-transition: all 0.2s linear;

    -o-transition: all 0.2s linear;

    -moz-transition: all 0.2s linear;

    transition: all 0.2s linear;

}



.header__languages a span:first-child img {

    max-height: 35px;

}



.header__languages a span:nth-child(2) {

    -webkit-box-flex: 0;

    -webkit-flex: 0 1 -webkit-calc(100% - 41px - 15px);

    -moz-box-flex: 0;

    flex: 0 1 calc(100% - 41px - 15px);

}



.header__languages a:hover {

    color: #fff;

}



.header__languages a:hover > span:nth-child(1) {

    -webkit-transform: scale(1.05);

    -moz-transform: scale(1.05);

    -o-transform: scale(1.05);

    transform: scale(1.05);

}

















.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 {

    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%;

}



.page-bonus .cover__bg img {

    -o-object-position: 40%;

    object-position: 40%;

}



.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: -250px;

}



.page-bonus .cover__image {

    height: 100%;

    right: -200px;

}



.page-app .cover__image {

    height: 100%;

    right: -250px;

}



.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__content.content {

    background: transparent;

    overflow: hidden;

    padding: 100px 5%;

}



.first-bonus__wrap {

    text-align: center;

    z-index: 100;

    max-width: 500px;

    width: 70%;

}



.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%;

    -o-object-position: 20%;

    object-position: 20%;

}







.main-info__wrap {

    border: 2px solid #543E5C;

    -webkit-border-radius: 6px;

    -moz-border-radius: 6px;

    border-radius: 6px;

}



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 td {

    padding: 12px 15px;

}



table tr:nth-child(2n) {

    background: rgba(255, 255, 255, 0.1);

}



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 {

    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: 500;

    position: absolute;

    left: 10px;

    top: -7px;

}



.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__content.content {

    overflow: hidden;

}



.faq__item {

    display: block;

    border: 2px solid #543E5C;

    -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;

    background: #543E5C;

}



.js-expand-content {

    display: none;

    overflow: hidden;

}



.js-expand-content.expanded {

    height: 100%;

}









.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 {

    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__content.content {

    overflow: visible;

    background: transparent;

    padding: 0;

}



.bonus__list {

    margin-top: 0;

    margin-left: -20px;

    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: stretch;

    -webkit-align-items: stretch;

    -moz-box-align: stretch;

    align-items: stretch;

    -webkit-flex-wrap: wrap;

    flex-wrap: wrap;

}



.bonus-list__item {

    margin-top: 20px;

    margin-left: 20px;

    display: -webkit-box;

    display: -webkit-flex;

    display: -moz-box;

    display: flex;

    -webkit-box-flex: 0;

    -webkit-flex: 0 1 -webkit-calc((100% - 60px) / 3);

    -moz-box-flex: 0;

    flex: 0 1 calc((100% - 60px) / 3);

}



.bonus-list__item a {

    width: 100%;

    height: 100%;

    -webkit-border-radius: 6px;

    -moz-border-radius: 6px;

    border-radius: 6px;

    overflow: hidden;

    background: #41294A;

    text-align: center;

    font-weight: 300;

    color: #fff;

    border: 1px solid #FDCD0A;

}



.bonus-item__title.title.small {

    margin-bottom: 20px;

    text-transform: uppercase;

}



.bonus-item__wrap {

    padding: 30px 12%;

    background: #2B1234;

    -webkit-transition: all 0.2s linear;

    -o-transition: all 0.2s linear;

    -moz-transition: all 0.2s linear;

    transition: all 0.2s linear;

}



.bonus-item__button {

    min-width: 240px;

    margin-top: 16px;

    padding: 11px 15px;

    background: transparent;

    border: 1px solid #FDCD0A;

    color: #FDCD0A;

}



.bonus-list__item a:hover .bonus-item__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-list__item a:hover .bonus-item__wrap {

    background: #21002d;

}















.app__content.content {

    padding: 0 10.5% 0 9%;

    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%;

}
