@import url('https://fonts.googleapis.com/css2?family=Merriweather+Sans:ital,wght@0,300;0,400;0,500;0,600;0,700;0,800;1,300;1,400;1,500;1,600;1,700;1,800&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');

@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: 'Merriweather Sans', Arial, sans-serif;

    width: 100%;

    color: #fff;

    font-size: 16px;

    line-height: 24px;

    font-weight: 300;

    overflow-x: hidden;

    background: #05071A;

    -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: #05071A;

}



.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: #132031;

    overflow: hidden;

}



a {

    color: #fff;

    font-weight: 700;

    -webkit-transition: all 0.2s linear;

    -o-transition: all 0.2s linear;

    -moz-transition: all 0.2s linear;

    transition: all 0.2s linear;

}



h1, h2, h3, h4, .title {

    font-weight: 700;

    color: #FFAA00;

    text-align: center;

    text-transform: uppercase;

}



h1, .title.general {

    font-size: 48px;

    line-height: 56px;

    text-align: left;

    color: #FFBF05;

}



h2, .title.high, h3, .title.middle {

    font-size: 40px;

    line-height: 48px;

    margin-bottom: 16px;

}



h4, .title.small {

    font-size: 24px;

    line-height: 32px;

}



.button {

    min-width: 170px;

    background-color: #FCC211;

    color: #05071A;

    font-size: 16px;

    line-height: 20px;

    font-weight: 700;

    padding: 14px 20px;

    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 10px 20px 20px;

    -moz-border-radius: 10px 10px 20px 20px;

    border-radius: 10px 10px 20px 20px;

    -webkit-box-shadow: 0 4px 56px rgba(255, 124, 3, 0.8);

    -moz-box-shadow: 0 4px 56px rgba(255, 124, 3, 0.8);

    box-shadow: 0 4px 56px rgba(255, 124, 3, 0.8);

}



.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: 5px 0;

    display: -webkit-box;

    display: -webkit-flex;

    display: -moz-box;

    display: flex;

    -webkit-box-pack: justify;

    -webkit-justify-content: space-between;

    -moz-box-pack: justify;

    justify-content: space-between;

    -webkit-box-align: center;

    -webkit-align-items: center;

    -moz-box-align: center;

    align-items: center;

    background: transparent;

    overflow: visible;

    min-height: 80px;

}



.header.active {

    position: fixed;

    top: 0;

    left: 0;

    right: 0;

}



.logo img {

    display: block;

    max-height: 40px;

}



.header__logo {

    position: absolute;

    left: 0;

    top: 18px;

}



.header__menu-button {

    display: none;

    background: transparent;

    z-index: 1001;

}



.header__menu-button svg {

    display: block;

    width: 40px;

}



.header__menu {

    margin-left: 130px;

}



.header__menu * {

    display: inline-block;

    vertical-align: middle;

}



.menu a {

    padding: 14px 24px;

    -webkit-transition: all 0.2s linear;

    -o-transition: all 0.2s linear;

    -moz-transition: all 0.2s linear;

    transition: all 0.2s linear;

    width: 100%;

    text-align: center;

    color: #FFF5D6;

    font-size: 16px;

    line-height: 20px;

}



.menu a:hover {

    color: #fff;

}



.expand__menu {

    display: none;

}



.expand__menu > * {

    display: none;

    width: 100%;

}



.expand__menu > *:nth-child(n + 2) a {

    display: -webkit-box;

    display: -webkit-flex;

    display: -moz-box;

    display: flex;

    -webkit-box-pack: center;

    -webkit-justify-content: center;

    -moz-box-pack: center;

    justify-content: center;

}



.expand__menu li {

    display: block;

}



.expand__menu > *:nth-child(2) a {

    background-color: #23293A;

    color: #FFF5D6;

    padding: 12.5px;

    margin-bottom: 15px;

    width: 100vw;

}



.expand__menu > *:nth-child(2) > li:last-child a {

    margin-bottom: 0;

}



.header__content > .header__buttons {

    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;

}



.header__button.button {

    min-width: 128px;

}



.header__button + .header__button {

    margin-left: 8px;

}



.header__button:first-child {

    background: #23293A;

    -webkit-border-radius: 20px 20px 10px 10px;

    -moz-border-radius: 20px 20px 10px 10px;

    border-radius: 20px 20px 10px 10px;

    color: #fff;

    -webkit-box-shadow: none;

    -moz-box-shadow: none;

    box-shadow: none;

}



.header__button + .header__button {

    background: #FCC211;

    color: #05071A;

    -webkit-box-shadow: 0 4px 40px rgba(233, 62, 58, 1);

    -moz-box-shadow: 0 4px 40px rgba(233, 62, 58, 1);

    box-shadow: 0 4px 40px rgba(233, 62, 58, 1);

}













.cover__rating {

    margin-bottom: 16px;

    color: #fff;

    font-size: 14px;

    line-height: 20px;

    text-transform: uppercase;

}



.cover-rating__stars {

    font-size: 24px;

    line-height: 32px;

    font-weight: 400;

    margin-bottom: 5px;

}



.cover-rating__stars img {

    display: block;

}



.cover-rating__stars > span {

    vertical-align: middle;

}



.cover-rating__stars > span > span {

    vertical-align: middle;

}



.cover-rating__stars > span:nth-child(2) {

    margin-left: 5px;

    padding-top: 5px;

}



.cover-rating__stars > span:first-child > span:nth-child(2) {

    margin: auto -4px;

}



.cover-rating__desc {

    font-weight: 300;

    letter-spacing: 0.5px;

    opacity: 0.8;

}











.cover {

    overflow: hidden;

}



h1 > span, .title.general > span {

    display: block;

}



.title.cover__title > span > span {

    color: #fff;

}



.title.cover__title > span:first-child {

    color: #E93E3A;

}



.content.cover__content {

    padding: 75px 20px;

    background: transparent;

    overflow: visible;

}



.page-home .content.cover__content {

    padding: 55px 20px;

}



.cover__wrapper {

    z-index: 100;

    width: 70%;

    max-width: 610px;

}



.cover__image {

    position: absolute;

    bottom: 0;

    right: 0;

    overflow: hidden;

    z-index: 1;

    height: 100%;

}



.cover__image img {

    -o-object-fit: cover;

    object-fit: cover;

    max-width: none;

    max-height: none;

    height: 100%;

}



.page-home .cover__image {

    height: -webkit-calc(100% - 20px);

    height: -moz-calc(100% - 20px);

    height: calc(100% - 20px);

    right: 50px;

}



.page-bonus .cover__image {

    height: -webkit-calc(100% - 30px);

    height: -moz-calc(100% - 30px);

    height: calc(100% - 30px);

    right: 250px;

}



.page-mobile .cover__image {

    height: -webkit-calc(100% - 30px);

    height: -moz-calc(100% - 30px);

    height: calc(100% - 30px);

    right: 10px;

}



.cover__button.button {

    margin-top: 16px;

    min-width: 243px;

    color: #fff;

    background: #E93E3A;

}



.cover__footnote {

    font-size: 10px;

    line-height: 15px;

    font-weight: 300;

    color: #fff;

    margin-top: 8px;

    z-index: 10;

}



.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%;

    -o-object-position: 90%;

    object-position: 90%;

}









.first-bonus__content.content {

    padding: 115px 60px 120px;

}



.first-bonus__image {

    position: absolute;

    right: 0;

    top: 0;

    height: 100%;

    width: 100%;

    -o-object-position: 60%;

    object-position: 60%;

}



.first-bonus__image img {

    -o-object-fit: cover;

    object-fit: cover;

    max-width: none;

    max-height: none;

    height: 100%;

    width: 100%;

}



.first-bonus__wrap {

    z-index: 100;

    text-align: center;

    max-width: 520px;

    margin-left: 0;

    width: 70%;

}



.first-bonus__wrap .title.high {

    margin-bottom: 0;

    color: #fff;

    margin-bottom: 20px;

}



.first-bonus__wrap .title.high span:nth-child(1) {

    color: #FFBF05;

}



.first-bonus__wrap .title.high span:nth-child(2) {

    color: #E93E3A;

}



.first-bonus__wrap .title.small {

    color: #FFBF06;

    margin-bottom: 0;

}



.first-bonus__wrap .title.small span {

    color: #FCC211;

}



.first-bonus__button.button {

    margin-top: 18px;

    min-width: 243px;

    color: #fff;

    background: #E93E3A;

}



.first-bonus__footnote {

    font-size: 10px;

    line-height: 15px;

    font-weight: 300;

    margin-top: 8px;

    color: #fff;

    z-index: 10;

}









.title.main-info__title {

    text-transform: uppercase;

}



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: 8px;

}



table tr td {

    padding: 10px 15px;

}



table tr td:first-child {

    padding-right: 0;

    -webkit-box-flex: 0;

    -webkit-flex: 0 1 22%;

    -moz-box-flex: 0;

    flex: 0 1 22%;

    min-width: 230px;

    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: 400;

}



table tr td:nth-child(2) {

    -webkit-box-flex: 0;

    -webkit-flex: 0 1 78%;

    -moz-box-flex: 0;

    flex: 0 1 78%;

    max-width: -webkit-calc(100% - 230px);

    max-width: -moz-calc(100% - 230px);

    max-width: calc(100% - 230px);

}



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(100% - 32px - 32px);

    -moz-box-flex: 0;

    flex: 0 1 calc(100% - 32px - 32px);

}











article, .article {

    text-align: center;

}



article p, article li, article ul, article ol, .article p, .article li, .article ul, .article ol {

    text-align: left;

}



article > *, .article > * {

    margin-top: 16px;

}



article > *:first-child, .article > *:first-child, article > a.button:first-child, .article > a.button:first-child {

    margin-top: 0;

}



article li, .article li {

    padding-left: 28px;

    display: block;

}



article li + li, .article li + li {

    margin-top: 8px;

}



article > * + .button, .article > * + .button {

    margin-top: 16px;

}



.article ul li:before, article ul li:before {

    content: "";

    width: 10px;

    height: 10px;

    background: #FDBB00;

    -webkit-border-radius: 50%;

    -moz-border-radius: 50%;

    border-radius: 50%;

    line-height: inherit;

    position: absolute;

    left: 3px;

    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: 16px;

    line-height: inherit;

    position: absolute;

    left: 3px;

    top: 0;

    color: #fff;

}



.article > ol > li:marker, article > ol > li:marker {

    content: counters(li);

}







.faq__item {

    overflow: hidden;

    display: block;

}



.faq-item__question {

    padding: 10px 16px 10px 50px;

    position: relative;

    font-size: 32px;

    line-height: 40px;

    font-weight: 700;

    color: #fff;

    cursor: pointer;

    text-transform: uppercase;

}



.faq-item__question:before {

    content: url(../images/arrow.svg);

    position: absolute;

    left: 16px;

    height: 24px;

    width: 24px;

    line-height: 0;

    top: -webkit-calc(50% - 12px);

    top: -moz-calc(50% - 12px);

    top: calc(50% - 12px);

    -webkit-transform: rotate(0);

    -moz-transform: rotate(0);

    -o-transform: rotate(0);

    transform: rotate(0);

    -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__question:after {

    content: '';

    position: absolute;

    left: 0;

    bottom: 0;

    width: 100%;

    height: 2px;

    -webkit-border-radius: 2px;

    -moz-border-radius: 2px;

    border-radius: 2px;

    background: #FFAA00;

}



.faq__item + .faq__item {

    margin-top: 16px;

}



.faq-item__answer {

    padding: 16px 0 0;

}



.js-expand-content {

    display: none;

    overflow: hidden;

}



.js-expand-content.expanded {

    height: 100%;

}









.footer {

    margin-top: 20px;

    font-size: 14px;

    line-height: 18px;

    overflow: hidden;

}



.footer__content.content {

    background: transparent;

    -webkit-border-radius: 0;

    -moz-border-radius: 0;

    border-radius: 0;

    padding: 40px 0;

}



.footer-first__content {

    padding-top: 24px;

    padding-bottom: 0;

    z-index: 100;

}



.footer__logo {

    display: block;

}



.footer__list {

    margin-left: -35px;

    text-align: center;

}



.footer img {

    display: block;

    margin: auto;

}



.footer__list li {

    margin-left: 35px;

    margin-top: 25px;

}



.footer__desc > * + * {

    margin-top: 20px;

}



.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: start;

    -webkit-align-items: flex-start;

    -moz-box-align: start;

    align-items: flex-start;

    margin-bottom: 20px;

    margin-top: 20px;

}



.footer__age {

    -webkit-box-flex: 0;

    -webkit-flex: 0 1 40px;

    -moz-box-flex: 0;

    flex: 0 1 40px;

}



.footer__desc {

    -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-second__content {

    padding-top: 150px;

    padding-bottom: 50px;

}



.footer__second {

    overflow: hidden;

}



.footer:before {

    content: url(../images/footer-decor.svg);

    position: absolute;

    left: 0;

    bottom: 0;

    width: 100%;

}













.breadcrumbs {

    margin-bottom: 15px;

}



.breadcrumbs a {

    font-size: 16px;

    line-height: 24px;

    color: #fff;

    font-weight: 300;

    -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 10px 0 8px;

}



.breadcrumbs li:last-child:after {

    content: none;

}



.breadcrumbs a:hover {

    color: #E93E3A;

}



.breadcrumbs li:last-child a:hover {

    color: #fff;

}









.bonus__content.content {

    overflow: visible;

    background: transparent;

    padding: 0;

}



.bonus__list {

    margin-top: 20px;

}



.bonus-list__item {

    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: center;

    -webkit-align-items: center;

    -moz-box-align: center;

    align-items: center;

    width: 100%;

    border-bottom: 2px solid #FCC211;

    overflow: hidden;

    padding: 32px 35px;

    background: #132031;

}



.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;

}



.bonus-item__wrap {

    -webkit-box-flex: 0;

    -webkit-flex: 0 1 79%;

    -moz-box-flex: 0;

    flex: 0 1 79%;

    max-width: -webkit-calc(100% - 200px);

    max-width: -moz-calc(100% - 200px);

    max-width: calc(100% - 200px);

    padding-left: 20px;

    z-index: 100;

    text-align: left;

}



.bonus-item__desc {

    margin-bottom: 20px;

    font-weight: 300;

}



.title.bonus-item__title {

    margin-bottom: 20px;

    color: #fff;

    text-align: left;

}



.bonus-item__button.button {

    min-width: 130px;

}















.app {

    max-width: 1240px;

    margin-left: auto;

    margin-right: auto;

    padding: 2px;

    -webkit-border-radius: 6px;

    -moz-border-radius: 6px;

    border-radius: 6px;

    background: -webkit-gradient(linear, left top, right top, from(#F12711), to(#F5AF19));

    background: -webkit-linear-gradient(left, #F12711, #F5AF19);

    background: -moz-linear-gradient(left, #F12711, #F5AF19);

    background: -o-linear-gradient(left, #F12711, #F5AF19);

    background: linear-gradient(to right, #F12711, #F5AF19);

}



.app__content.content {

    padding: 37px 390px 37px 130px;

    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;

    overflow: hidden;

    background: transparent;

    background: #000;

}



.app__link {

    display: block;

    z-index: 100;

    margin: auto 15px;

    -webkit-box-flex: 1;

    -webkit-flex: 1;

    -moz-box-flex: 1;

    flex: 1;

}



.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;

    -webkit-box-flex: 0;

    -webkit-flex: 0 1 240px;

    -moz-box-flex: 0;

    flex: 0 1 240px;

    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: transparent;

    background: -webkit-gradient(linear, left top, right top, from(#F12711), to(#F5AF19));

    background: -webkit-linear-gradient(left, #F12711, #F5AF19);

    background: -moz-linear-gradient(left, #F12711, #F5AF19);

    background: -o-linear-gradient(left, #F12711, #F5AF19);

    background: linear-gradient(to right, #F12711, #F5AF19);

    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: #fff;

    font-family: 'Poppins', Arial, sans-serif;

    -webkit-border-radius: 8px;

    -moz-border-radius: 8px;

    border-radius: 8px;

}



.app__button + .app__button {

    margin-top: 10px;

}



.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: center;

}



.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%;

    -o-object-position: 80%;

    object-position: 80%;

}
