@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: #fff;
    fill-rule: evenodd;
}

.path {
    fill: #fff;
    stroke: #fff;
}

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: 'Roboto', Arial, sans-serif;
    width: 100%;
    color: #fff;
    font-size: 15px;
    line-height: 25px;
    overflow-x: hidden;
    background: #45006b;
    -moz-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%;
    text-size-adjust: 100%;
    -webkit-text-size-adjust: 100%;
}

* {
    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: #45006b;
}

.main {
    padding-bottom: 25px;
}

.image img {
    margin: auto;
    display: block;
}

.content {
    max-width: 1290px;
    margin-left: auto;
    margin-right: auto;
    padding: 25px 30px;
}

.main:before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-repeat: no-repeat;
    -moz-background-size: contain;
    background-size: contain;
    background-image: url(../images/main.png);
}

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;
}

h1, .title.general {
    font-size: 50px;
    line-height: 60px;
    color: #fdcd0a;
    text-transform: uppercase;
    text-align: center;
}

.title.general span {
    color: #fff;
}

h2, .title.high, h3, .title.middle {
    font-size: 36px;
    line-height: 48px;
    margin-bottom: 25px;
    color: #fff;
}

h3, .title.middle {
    margin-bottom: 0;
}

h4, .title.small {
    font-size: 24px;
    line-height: 30px;
    color: #a534f3;
    text-transform: none;
    text-align: left;
}

.button {
    min-width: 105px;
    background: transparent;
    color: #ffbd04;
    font-size: 15px;
    line-height: 25px;
    font-weight: 700;
    padding: 10.5px 15px;
    border: 2px solid #ffbd04;
    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: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
}

.button:hover {
    -webkit-transform: scale(1.05);
    -moz-transform: scale(1.05);
    -o-transform: scale(1.05);
    transform: scale(1.05);
}


/* header */


.content.header__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;
    background: transparent;
    border: none;
    min-height: 100px;
    padding: 15px 6%;
}

.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__buttons > .button:first-child {
    background: -webkit-gradient(linear, left top, left bottom, from(#ffc705), to(#ffad01));
    background: -webkit-linear-gradient(#ffc705, #ffad01);
    background: -moz-linear-gradient(#ffc705, #ffad01);
    background: -o-linear-gradient(#ffc705, #ffad01);
    background: linear-gradient(#ffc705, #ffad01);
    padding: 12.5px 15px;
    border: none;
    color: #2b1234;
}

.header__buttons > .button:nth-child(2) {
    margin-left: 29px;
}

.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__desc {
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -moz-box-flex: 1;
    flex: 1;
    margin-left: 5%;
    margin-right: 5%;
    color: #ffc705;
    text-transform: uppercase;
    font-weight: 500;
}

a {
    color: inherit;
}

.header__desc a {
   padding: 10px 20px;
}

.header__desc a:hover {
    color: #fff;
}




/* cover */

.cover__content.content {
    padding-top: 0;
    padding-bottom: 0;
}

.cover__title.title {
    padding-top: 75px;
    padding-bottom: 75px;
    max-width: 1000px;
    margin: auto;
}

.cover__article.article {
    padding: 15px 20px;
    background: -webkit-gradient(linear, left top, left bottom, from(#f7efe3), to(#ffce08));
    background: -webkit-linear-gradient(#f7efe3, #ffce08);
    background: -moz-linear-gradient(#f7efe3, #ffce08);
    background: -o-linear-gradient(#f7efe3, #ffce08);
    background: linear-gradient(#f7efe3, #ffce08);
    color: #45006b;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    font-weight: 500;
    text-align: left;
}




/* main info */

.title.main-info__title {
    text-align: left;
}

.main-info__wrap, .bonus__wrap {
    background: #fff;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    overflow: hidden;
    padding: 40px 30px 60px 60px;
}

.main-info__wrap:before, .bonus__wrap:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: -webkit-calc((100% - 90px) * 0.32 + 60px);
    width: -moz-calc((100% - 90px) * 0.32 + 60px);
    width: calc((100% - 90px) * 0.32 + 60px);
    background: -webkit-gradient(linear, left top, left bottom, from(#f7efe3), to(#ffce08));
    background: -webkit-linear-gradient(#f7efe3, #ffce08);
    background: -moz-linear-gradient(#f7efe3, #ffce08);
    background: -o-linear-gradient(#f7efe3, #ffce08);
    background: linear-gradient(#f7efe3, #ffce08);
    -webkit-border-radius: 0 0 0 5px;
    -moz-border-radius: 0 0 0 5px;
    border-radius: 0 0 0 5px;
}

table {
    width: 100%;
    font-size: 24px;
    line-height: 36px;
    color: #45006b;
}

table a {
    color: #45006b;
}

table a:hover {
    text-decoration: underline;
}

table thead {
    font-weight: 700;
}

table tr {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: flex;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -moz-box-align: start;
    align-items: flex-start;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -moz-box-pack: justify;
    justify-content: space-between;
}

table tbody tr {
    margin-top: 25px;
}

table tr td:first-child {
    padding-right: 0;
    -webkit-box-flex: 0;
    -webkit-flex: 0 1 32%;
    -moz-box-flex: 0;
    flex: 0 1 32%;
    min-width: 200px;
    padding-right: 15px;
}

table tr td:nth-child(2) {
    -webkit-box-flex: 0;
    -webkit-flex: 0 1 68%;
    -moz-box-flex: 0;
    flex: 0 1 68%;
    max-width: -webkit-calc(100% - 200px);
    max-width: -moz-calc(100% - 200px);
    max-width: calc(100% - 200px);
    padding-left: 60px;
}




/* app */

.app__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;
}

.app-list__item {
    -webkit-box-flex: 0;
    -webkit-flex: 0 1 -webkit-calc((100% - 30px) / 2);
    -moz-box-flex: 0;
    flex: 0 1 calc((100% - 30px) / 2);
    background: -webkit-gradient(linear, left top, left bottom, from(#f7efe3), to(#ffce08));
    background: -webkit-linear-gradient(#f7efe3, #ffce08);
    background: -moz-linear-gradient(#f7efe3, #ffce08);
    background: -o-linear-gradient(#f7efe3, #ffce08);
    background: linear-gradient(#f7efe3, #ffce08);
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    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;
}

.app-item__title.title {
    padding: 30px 25px 25px;
    border-bottom: 0;
    color: #45006b;
}

.app-item__desc {
    padding: 0 25px 30px;
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -moz-box-flex: 1;
    flex: 1;
    z-index: 1000;
    text-align: center;
    color: #45006b;
    font-weight: 500;
}



/* banner */


.banner__content.content {
    padding-top: 0;
}

.banner__wrapper {
    display: block;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    border: 3px solid #8210a6;
    text-align: center;
    overflow: hidden;
    padding: 75px 50px 50px;
}

.banner__image {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
}

.banner__image img {
    -o-object-fit: cover;
    object-fit: cover;
    max-width: none;
    max-height: none;
    width: 100%;
    height: 100%;
}

.banner__title.title {
    margin-bottom: 50px;
}

.banner__title span {
    color: #ffc705;
}

.banner__button.button {
    background: -webkit-gradient(linear, left top, left bottom, from(#ffc705), to(#ffad01));
    background: -webkit-linear-gradient(#ffc705, #ffad01);
    background: -moz-linear-gradient(#ffc705, #ffad01);
    background: -o-linear-gradient(#ffc705, #ffad01);
    background: linear-gradient(#ffc705, #ffad01);
    padding: 12.5px 15px;
    border: none;
    color: #2b1234;
    min-width: 180px;
}

.banner__wrapper:hover .banner__button {
    -webkit-transform: scale(1.05);
    -moz-transform: scale(1.05);
    -o-transform: scale(1.05);
    transform: scale(1.05);
}


/* pros */

.pros__title.title {
    margin-bottom: 50px;
}

.pros-item__list li {
    display: block;
}

.pros__list {
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    background: #fff;
    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;
}

.pros-list__item {
    padding: 40px 30px 60px 60px;
}

.pros-list__item:first-child {
    -webkit-box-flex: 0;
    -webkit-flex: 0 1 35%;
    -moz-box-flex: 0;
    flex: 0 1 35%;
    background: -webkit-gradient(linear, left top, left bottom, from(#f7efe3), to(#ffce08));
    background: -webkit-linear-gradient(#f7efe3, #ffce08);
    background: -moz-linear-gradient(#f7efe3, #ffce08);
    background: -o-linear-gradient(#f7efe3, #ffce08);
    background: linear-gradient(#f7efe3, #ffce08);
}

.pros-list__item:nth-child(2) {
    -webkit-box-flex: 0;
    -webkit-flex: 0 1 65%;
    -moz-box-flex: 0;
    flex: 0 1 65%;
}

.pros-item__desc, .bonus__wrap table thead {
    font-size: 24px;
    line-height: 30px;
    font-weight: 700;
    color: #45006b;
    margin-bottom: 40px;
}

.pros-item__list, .bonus__wrap table {
    font-size: 18px;
    line-height: 30px;
    color: #45006b;
}

.pros-item__list li + li {
    margin-top: 25px;
}

.bonus__wrap table tbody tr:first-child {
    margin-top: 40px;
}



/* article  */

article, .article {
    text-align: center;
}

article > *, .article > * {
    margin-top: 25px;
}

.article > * + .button, article > * + .button {
    margin-top: 25px;
}

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 {
    padding-left: 0;
    padding-right: 0;
}

.faq__title.title.general {
    color: #ffb504;
    margin-bottom: 50px;
}


.faq__item {
    overflow: hidden;
    display: block;
}

.faq-item__question {
    font-size: 30px;
    line-height: 40px;
    color: #45006b;
    font-weight: 700;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    background: -webkit-gradient(linear, left top, left bottom, from(#f7efe3), to(#ffce08));
    background: -webkit-linear-gradient(#f7efe3, #ffce08);
    background: -moz-linear-gradient(#f7efe3, #ffce08);
    background: -o-linear-gradient(#f7efe3, #ffce08);
    background: linear-gradient(#f7efe3, #ffce08);
    padding: 25px 30px;
    min-height: 100px;
    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;
    -webkit-transition: color background 0.2s linear;
    -o-transition: color background 0.2s linear;
    -moz-transition: color background 0.2s linear;
    transition: color background 0.2s linear;
}

.faq__item + .faq__item {
    margin-top: 25px;
}

.faq-item__answer {
   padding: 25px 30px;
}

.faq-item__answer .article {
    text-align: left;

}

.faq__item.active .faq-item__question {
    color: #f9e6b7;
    background: #632386;
}

.js-expand-content {
    display: none;
    overflow: hidden;
}

.js-expand-content.expanded {
    height: 100%;
}





/* list */

.list {
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    border: 1px solid #fff;
    padding: 50px 60px;
}

.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: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    align-items: center;
}

.list span:first-child {
    -webkit-box-flex: 0;
    -webkit-flex: 0 1 19px;
    -moz-box-flex: 0;
    flex: 0 1 19px;
    height: 19px;
    width: 19px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    background: #ffb504;
    font-size: 13px;
    line-height: 15px;
    color: #301f51;
    font-weight: 400;
    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;
}

.list span:nth-child(2) {
    -webkit-box-flex: 0;
    -webkit-flex: 0 1 -webkit-calc(100% - 19px);
    -moz-box-flex: 0;
    flex: 0 1 calc(100% - 19px);
    padding-left: 20px;
    font-weight: 400;
}

.list li + li {
    margin-top: 25px;
}



/* games */

.games__content > * + h3 {
    margin-top: 50px;
}

.games__title.title {
    color: #fff;
    text-transform: none;
}

.games__title.title span {
    padding: 0 70px;
}

.games__title.title span:before {
    content: '';
    position: absolute;
    width: 47px;
    height: 46px;
    top: -webkit-calc(50% - 23px);
    top: -moz-calc(50% - 23px);
    top: calc(50% - 23px);
    left: 0;
    background-repeat: no-repeat;
    -moz-background-size: cover;
    background-size: cover;
    background-image: url(../images/title.png);
}

.games__title.title span:after {
    content: '';
    position: absolute;
    width: 47px;
    height: 46px;
    top: -webkit-calc(50% - 23px);
    top: -moz-calc(50% - 23px);
    top: calc(50% - 23px);
    right: 0;
    background-repeat: no-repeat;
    -moz-background-size: cover;
    background-size: cover;
    background-image: url(../images/title.png);
}

.games__content + .banner__content {
    padding-top: 25px;
}



/* yellow */


.content.yellow {
    color: #ffb504;
}

.content.yellow h2, .content.yellow h3, .content.yellow h4 {
    color: #ffb504;
}

.content.yellow> * + h3 {
    margin-top: 50px;
}

.content.yellow + .banner__content {
    padding-top: 25px;
}


/* points */

.points__content.content {
    padding-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;
    padding-left: 0;
    padding-right: 0;
}

.points__list {
    -webkit-box-flex: 0;
    -webkit-flex: 0 1 33%;
    -moz-box-flex: 0;
    flex: 0 1 33%;
    min-width: 250px;
}

.points__banner {
    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: 0;
    -webkit-flex: 0 1 -webkit-calc(67% - 30px);
    -moz-box-flex: 0;
    flex: 0 1 calc(67% - 30px);
    max-width: -webkit-calc(100% - 250px - 30px);
    max-width: -moz-calc(100% - 250px - 30px);
    max-width: calc(100% - 250px - 30px);
    overflow: hidden;
    -webkit-transition: all 0.2s linear;
    -o-transition: all 0.2s linear;
    -moz-transition: all 0.2s linear;
    transition: all 0.2s linear;
}

.points__banner.banner__wrapper {
    padding: 40px 20px;
}

.points__banner .banner__button {
    margin: 0 auto;
}


/* testimonials */

.testimonials__content.content {
    padding-left: 0;
    padding-right: 0;
}

.testimonials__title.title.general {
    text-transform: none;
    color: #ffb504;
    margin-bottom: 50px;
}

.testimonials-list__item + .testimonials-list__item {
    margin-top: 25px;
}

.testimonials-list__item {
    padding: 25px 30px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    background: #3c0859;
    border: 1px solid #ecd7b1;
    display: block;
}

.testimonials-item__desc {
    margin-top: 20px;
}

.testimonials-item__name {
    color: #ffb504;
    margin-top: -15px;
    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;
    font-size: 24px;
    line-height: 25px;
    font-weight: 700;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
}

.testimonials-item__name span {
    margin-top: 15px;
}

.testimonials-item__name span:first-child {
    margin-right: 30px;
}

.testimonials-item__name span:nth-child(2) {
    background: #4b1d64;
    padding: 1px 5px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
}
