@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');
@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');

svg use {
    fill: #fff3df;
    fill-rule: evenodd;
}

.path {
    fill: #fff3df;
    stroke: #fff3df;
}

html {
    scroll-behavior: smooth;
}

.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: #292526;
    -moz-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%;
    text-size-adjust: 100%;
    -webkit-text-size-adjust: 100%;
    word-break: break-word;
}

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: #292526;
}

.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: #322E2F;
}

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: #FEC07E;
}

h1, .title.general {
    font-size: 48px;
    line-height: 56px;
    color: #FEC07E;
}

h2, .title.high {
    font-size: 32px;
    line-height: 40px;
    margin-bottom: 25px;
}

h2 span {
    padding: 0 96px;
}

h2 span:before,  h2 span:after {
    content: '';
    position: absolute;
    display: block;
    width: 80px;
    height: 24px;
    top: -webkit-calc(50% - 12px);
    top: -moz-calc(50% - 12px);
    top: calc(50% - 12px);
    -moz-background-size: contain;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
}

h2 span:before {
    left: 0;
    background-image: url(../images/h2-left.svg);
}

h2 span:after {
    background-image: url(../images/h2-right.svg);
    right: 0;
}

h3, .title.middle {
    font-size: 24px;
    line-height: 32px;
    color: #94897A;
    text-align: left;
    text-transform: none;
}

h4, .title.small {
    font-size: 16px;
    line-height: 24px;
    color: #fff;
    text-align: left;
}

.button {
    min-width: 230px;
    background: -webkit-gradient(linear, left top, left bottom, from(#FEC882), to(#FFA06D));
    background: -webkit-linear-gradient(#FEC882, #FFA06D);
    background: -moz-linear-gradient(#FEC882, #FFA06D);
    background: -o-linear-gradient(#FEC882, #FFA06D);
    background: linear-gradient(#FEC882, #FFA06D);
    color: #292526;
    font-size: 16px;
    line-height: 25px;
    font-weight: 700;
    padding: 15.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);
}

.button.outline {
    color: #FEC07E;
    border: 1px solid #FEC07E;
    background: transparent;
    padding: 14.5px 30px;
}

.button.outline:hover {
    background: #FEC07E;
    color: #292526;
}



/* 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: 6px 15px;
    border: 1.5px solid #FEC07E;
    color: #FEC07E;
    min-width: 110px;
}

.header__buttons > .button:first-child:hover {
    background: #FEC07E;
    color: #292526;
}

.header__buttons > .button:nth-child(2) {
    padding: 7.5px 30px;
    margin-left: 7px;
    min-width: 170px;
}

.header__language {
    margin-left: 20px;
    height: 24px;
}

.header__language img {
    margin: auto;
}

.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 10px;
    font-weight: 700;
    font-size: 16px;
    line-height: 25px;
    color: #94897A;
}

.header__menu > ul a:hover {
    color: #fff;
}

.header__menu > ul li + li {
    margin-left: 70px;
}

.header__menu > ul li + li:before {
    content: url(../images/menu.svg);
    position: absolute;
    left: -52.5px;
    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: 700;
    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% - 17.5px);
    left: -moz-calc(50% - 17.5px);
    left: calc(50% - 17.5px);
    top: -17px;
}

.expand__menu > *:nth-child(2) > li:last-child a {
    margin-bottom: 0;
}






/* cover */

.cover {
    overflow: hidden;
}

.content.cover__content {
    padding: 55px 30px;
    overflow: visible;
    background: transparent;
    text-align: center;
}

h2.cover__title.title {
    color: #fff;
}

.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: 600px;
    margin: auto;
    padding: 20px;
}

.cover__wrap > * + * {
    margin-top: 20px;
}

.cover__image {
    position: absolute;
    bottom: 0;
    z-index: 50;
}

.cover__image img {
    -o-object-fit: cover;
    object-fit: cover;
    max-width: none;
    max-height: none;
    height: 100%;
}

.cover__image.left {
    left: 0;
    height: -webkit-calc(100% - 100px);
    height: -moz-calc(100% - 100px);
    height: calc(100% - 100px);
}

.cover__image.right {
    right: 0;
    height: 100%;
}




/* preface */

.preface__desc {
    text-align: center;
    font-size: 24px;
    line-height: 32px;
    font-weight: 700;
}




/* main info */

.article table {
    text-align: left;
}

table {
    width: 100%;
}

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;
    background: #393637;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
}

table tr + tr {
    margin-top: 2px;
}

table a {
    color: #fff;
}

table a:hover {
    text-decoration: underline;
}

table tr td {
    padding: 12px 15px;
}

.article p span {
    font-weight: 700;
}

.main-info__table tr {
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    align-items: center;
}

.main-info__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: 250px;
    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: 500;
}

.main-info__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% - 250px);
    max-width: -moz-calc(100% - 250px);
    max-width: calc(100% - 250px);
}

.main-info__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: 20px;
}

.main-info__table tr td:first-child span:last-child {
    -webkit-box-flex: 0;
    -webkit-flex: 0 1 -webkit-calc(100% - 32px - 20px);
    -moz-box-flex: 0;
    flex: 0 1 calc(100% - 32px - 20px);
}

table img {
    display: block;
    margin: auto;
}



table thead tr {
    color: #fff;
    font-weight: 700;
    background: #4E4842;
    margin-bottom: 2px;
}



.vip__table tr td {
    -webkit-box-flex: 0;
    -webkit-flex: 0 1 50%;
    -moz-box-flex: 0;
    flex: 0 1 50%;
}


.article table + * {
    margin-top: 16px;
}



/* reviews */

.reviews__list li {
    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;
    font-size: 24px;
    line-height: 32px;
}

.reviews__list li div:first-child {
    -webkit-box-flex: 0;
    -webkit-flex: 0 1 64px;
    -moz-box-flex: 0;
    flex: 0 1 64px;
    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;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    border-radius: 6px;
    background: #393637;
    height: 64px;
    margin-right: 16px;
}

.reviews__list li div:last-child {
    -webkit-box-flex: 0;
    -webkit-flex: 0 1 -webkit-calc(100% - 64px - 16px);
    -moz-box-flex: 0;
    flex: 0 1 calc(100% - 64px - 16px);
}




.tournaments__table tr td:first-child {
    -webkit-box-flex: 0;
    -webkit-flex: 0 1 26%;
    -moz-box-flex: 0;
    flex: 0 1 26%;
}

.tournaments__table tr td:nth-child(n + 2) {
    -webkit-box-flex: 0;
    -webkit-flex: 0 1 37%;
    -moz-box-flex: 0;
    flex: 0 1 37%;
}


.slots__table tr td {
    -webkit-box-flex: 0;
    -webkit-flex: 0 1 20%;
    -moz-box-flex: 0;
    flex: 0 1 20%;
}


.article .games__table ul li:before {
    color: #94897A;
}

.games__table tr td:nth-child(1) {
    -webkit-box-flex: 0;
    -webkit-flex: 0 1 26%;
    -moz-box-flex: 0;
    flex: 0 1 26%;
}

.games__table tr td:nth-child(n + 2) {
    -webkit-box-flex: 0;
    -webkit-flex: 0 1 37%;
    -moz-box-flex: 0;
    flex: 0 1 37%;
}

.games__table img {
    display: block;
    margin: auto;
}


.payment__table tr td {
    -webkit-box-flex: 0;
    -webkit-flex: 0 1 -webkit-calc(100% / 3);
    -moz-box-flex: 0;
    flex: 0 1 calc(100% / 3);
}


.rating__table tr {
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    align-items: center;
}

.rating__table tr td {
    -webkit-box-flex: 0;
    -webkit-flex: 0 1 50%;
    -moz-box-flex: 0;
    flex: 0 1 50%;
}

.rating__table tr td:last-child {
    font-weight: 700;
}




/* pros */

.article .pros__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: start;
    -webkit-align-items: flex-start;
    -moz-box-align: start;
    align-items: flex-start;
}

.article .pros-list__item {
    margin-top: 20px;
    padding: 0;
    display: block;
    -webkit-box-flex: 0;
    -webkit-flex: 0 1 -webkit-calc((100% - 30px) / 2);
    -moz-box-flex: 0;
    flex: 0 1 calc((100% - 30px) / 2);
}

.article .pros-list__item:before {
    content: none;
}

.pros-item__desc {
    font-size: 24px;
    line-height: 32px;
    font-weight: 700;
    color: #94897A;
    margin-bottom: 16px;
}

.pros-item__list li {
    display: block;
}

.pros-item__list li + li {
    margin-top: 8px;
}



/* first bonus */

.first-bonus__content.content {
    display: block;
    padding: 80px 30px;
    overflow: hidden;
}

.first-bonus__image {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
}

.first-bonus__image img {
    -o-object-fit: cover;
    object-fit: cover;
    max-width: none;
    max-height: none;
    width: 100%;
    height: 100%;
}

.first-bonus__wrap {
    text-align: center;
    z-index: 100;
    color: #fff;
    margin: auto;
}

.first-bonus__title.title.high {
    font-size: 48px;
    line-height: 56px;
    margin-bottom: 16px;
}

.first-bonus__wrap > * + * {
    margin-top: 16px;
}

.first-bonus__desc > span {
    font-weight: 700;
    padding: 0 120px;
    font-size: 16px;
    line-height: 24px;
    color: #fff;
}

.first-bonus__desc > span:before, .first-bonus__desc > span:after {
    content: '';
    position: absolute;
    display: block;
    width: 100px;
    height: 20px;
    top: -webkit-calc(50% - 10px);
    top: -moz-calc(50% - 10px);
    top: calc(50% - 10px);
    -moz-background-size: contain;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
}

.first-bonus__desc > span:before {
    background-image: url(../images/first-bonus-left.svg);
    left: 0;
}

.first-bonus__desc > span:after {
    background-image: url(../images/first-bonus-right.svg);
    right: 0;
}

.first-bonus__content.content:hover .first-bonus__button {
    -webkit-transform: scale(1.05);
    -moz-transform: scale(1.05);
    -o-transform: scale(1.05);
    transform: scale(1.05);
}


.first-bonus__content.third, .first-bonus__content.fourth {
    padding: 52px 30px;
}

.first-bonus__content.third .first-bonus__title, .first-bonus__content.fourth .first-bonus__title {
    max-width: 550px;
    margin-left: auto;
    margin-right: auto;
}

.first-bonus__content.fourth h2.first-bonus__title {
    color: #fff;
}


.providers__image img {
    max-width: 440px;
    width: 100%;
}



/* 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 span, .article li span {
    font-weight: 700;
}

article li + li, .article li + li {
    margin-top: 10px;
}

.article ul li:before, article ul li:before {
    content: ".";
    font-size: 20px;
    line-height: inherit;
    color: #FEC07E;
    font-weight: 900;
    position: absolute;
    left: 7px;
    top: -5px;
}

.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: 9px;
    top: 0;
    font-weight: 400;
    color: #fff;
}

.article > ol > li:marker, article > ol > li:marker {
    content: counters(li);
}


.registration__content.article img {
    max-width: 610px;
    width: 100%;
    min-height: 150px;
}





/* faq */

.faq__content.content {
    overflow: hidden;
}

.faq__item {
    background: #393637;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    border-radius: 6px;
}

.title.middle.faq-item__title {
    font-size: 24px;
    line-height: 32px;
    color: #fff;
    padding: 12px 65px 12px 20px;
    position: relative;
    background: #4E4842;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    border-radius: 6px;
}

.title.middle.faq-item__title:before {
    content: url(../images/faq.svg);
    position: absolute;
    right: 16px;
    top: -webkit-calc(50% - 16px);
    top: -moz-calc(50% - 16px);
    top: calc(50% - 16px);
    height: 32px;
}

.title.middle.faq-item__title:after {
    content: '';
    position: absolute;
    width: 2px;
    height: 15px;
    background: #FEC07E;
    top: -webkit-calc(50% - 7.5px);
    top: -moz-calc(50% - 7.5px);
    top: calc(50% - 7.5px);
    right: 31px;
    -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 .title.middle.faq-item__title:after {
    -webkit-transform: rotate(90deg);
    -moz-transform: rotate(90deg);
    -o-transform: rotate(90deg);
    transform: rotate(90deg);
}

.faq__item {
    display: block;
    cursor: pointer;
}

.faq__item + .faq__item {
    margin-top: 8px;
}

.faq-item__answer {
    padding: 12px 20px;
    color: #fff;
}

.js-expand-content {
    display: none;
    overflow: hidden;
}

.js-expand-content.expanded {
    height: 100%;
}



/* footer */

.footer__content:before {
    content: url(../images/faq-decor.svg);
    position: absolute;
    top: 40px;
    left: -webkit-calc(50% - 620px);
    left: -moz-calc(50% - 620px);
    left: calc(50% - 620px);
}

.footer__content.content {
    padding: 120px 10px 50px;
    background: transparent;
    border: none;
    overflow: hidden;
    color: #94897A;
    font-weight: 500;
}

.footer__payment {
    margin-left: -5px;
    text-align: center;
    margin-top: 15px;
}

.footer__payment img {
    display: block;
}

.footer__payment li {
    vertical-align: middle;
    margin-top: 9px;
    margin-left: 5px;
}

.footer__article {
    -webkit-box-flex: 0;
    -webkit-flex: 0 1 -webkit-calc(100% - 40px);
    -moz-box-flex: 0;
    flex: 0 1 calc(100% - 40px);
    padding-right: 25px;
}

.footer__wrap:before {
    content: '';
    position: absolute;
    left: 0;
    top: -1px;
    height: 2px;
    width: 100%;
    background: -webkit-gradient(linear, left top, right top, from(transparent), color-stop(#FEC07E), to(transparent));
    background: -webkit-linear-gradient(left, transparent, #FEC07E, transparent);
    background: -moz-linear-gradient(left, transparent, #FEC07E, transparent);
    background: -o-linear-gradient(left, transparent, #FEC07E, transparent);
    background: linear-gradient(to right, transparent, #FEC07E, transparent);
}

.footer__wrap {
    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-top: 40px;
    padding-top: 40px;
    margin-bottom: 40px;
}

.footer__age {
    -webkit-box-flex: 0;
    -webkit-flex: 0 1 40px;
    -moz-box-flex: 0;
    flex: 0 1 40px;
}



/* app */

.app__content.content {
    padding: 50px 30px;
    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;
    overflow: hidden;
    background: transparent;
    background: #000;
}

.app__link {
    display: block;
    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;
    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;
}

.app__button {
    background: -webkit-gradient(linear, left top, left bottom, from(#FEC882), to(#FFA06D));
    background: -webkit-linear-gradient(#FEC882, #FFA06D);
    background: -moz-linear-gradient(#FEC882, #FFA06D);
    background: -o-linear-gradient(#FEC882, #FFA06D);
    background: linear-gradient(#FEC882, #FFA06D);
    width: 240px;
    font-size: 14px;
    line-height: 16px;
    font-weight: 500;
    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: #292526;
    -webkit-border-radius: 12px;
    -moz-border-radius: 12px;
    border-radius: 12px;
    font-weight: 500;
    text-transform: uppercase;
    margin-left: 40px;
}

.app__button > span > span {
    display: block;
}

.app__button > span:first-child {
    margin-right: 16px;
    width: 32px;
}

.app__button > span:nth-child(2) {
    -webkit-box-flex: 0;
    -webkit-flex: 0 1 -webkit-calc(100% - 32px - 16px);
    -moz-box-flex: 0;
    flex: 0 1 calc(100% - 32px - 16px);
    text-align: left;
}

.app__bg {
    position: absolute;
    right: 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%;
}
