@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;
}

a {
    color: inherit;
}

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 0;
}

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;
    z-index: 100;
    color: #FEC07E;
    text-align: center;
    font-style: italic;
}

h1, .title.general {
    font-size: 40px;
    line-height: 48px;
    color: #fff;
    text-align: center;
    text-transform: uppercase;
}

h1 span {
    display: block;
    color: #FEC07E;
}

h2, .title.high {
    font-size: 32px;
    line-height: 40px;
    text-align: center;
    text-transform: uppercase;
}

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 {
    background-image: url(../images/title-left.svg);
    left: 0;
}

h2 > span:after {
    background-image: url(../images/title-right.svg);
    right: 0;
}

h3, .title.middle {
    font-size: 24px;
    line-height: 32px;
    color: #FEC07E;
    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: 20px;
    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__languages {
    margin-left: 20px;
    position: relative;
    z-index: 1000;
}

.header__languages img {
    display: block;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    width: 30px;
    height: 30px;
    -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__button {
    cursor: pointer !important;
    display: block;
}

.header-languages__wrap {
    display: none;
    position: absolute;
    top: 100%;
    left: -10px;
    min-width: -webkit-calc(100% + 20px);
    min-width: -moz-calc(100% + 20px);
    min-width: calc(100% + 20px);
    padding: 10px;
    -webkit-border-radius: 0 0 10px 10px;
    -moz-border-radius: 0 0 10px 10px;
    border-radius: 0 0 10px 10px;
    background: #292526;
}

.header-languages__wrap li, .header-languages__wrap a {
    display: block;
}

.header-languages__wrap li + li {
    margin-top: 10px;
}

.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__button.button {
    font-size: 16px;
}

.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: 40px 0;
    overflow: visible;
    background: transparent;
    text-align: center;
}

.cover__bg {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
}

.cover__bg img {
    -o-object-fit: cover;
    object-fit: cover;
    max-width: none;
    max-height: none;
    width: 100%;
    height: 100%;
}

.cover__wrap {
    z-index: 100;
    max-width: 650px;
    width: 70%;
    padding: 24px 40px;
    -webkit-border-radius: 16px;
    -moz-border-radius: 16px;
    border-radius: 16px;
    background: rgba(57, 54, 55, 0.9);
    border: 1px solid #94897A;
}

.cover__wrap > * + * {
    margin-top: 32px;
}

.cover__image {
    position: absolute;
    bottom: 0;
    right: 90px;
    z-index: 110;
    height: 100%;
}

.cover__image img {
    -o-object-fit: cover;
    object-fit: cover;
    max-width: none;
    max-height: none;
    height: 100%;
}

.cover__decor {
    font-weight: 700;
    font-size: 40px;
    line-height: 1.2;
    color: #FEC07E;
}

.cover__decor > span {
    padding: 0 120px;
}

.cover__decor > span:before, .cover__decor > 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;
}

.cover__decor > span:before {
    background-image: url(../images/first-bonus-left.svg);
    left: 0;
}

.cover__decor > span:after {
    background-image: url(../images/first-bonus-right.svg);
    right: 0;
}

.cover__button.button {
    font-size: 20px;
}



.prime__desc span {
    padding: 0 152px;
}

.prime__desc span:before, .prime__desc span:after {
    content: '';
    position: absolute;
    width: 136px;
    height: 48px;
    top: -webkit-calc(50% - 24px);
    top: -moz-calc(50% - 24px);
    top: calc(50% - 24px);
    background-repeat: no-repeat;
    -moz-background-size: cover;
    background-size: cover;
}

.prime__desc span:before {
    left: 0;
    background-image: url(../images/big-decor-left.svg);
}

.prime__desc span:after {
    right: 0;
    background-image: url(../images/big-decor-right.svg);
}

.prime__text {
    margin-top: 16px;
    font-size: 24px;
    line-height: 32px;
}





/* main info */

.article table {
    text-align: left;
}

.wrap {
    -webkit-border-radius: 32px;
    -moz-border-radius: 32px;
    border-radius: 32px;
    border: 1px solid #94897A;
    overflow: hidden;
    background: #393637;
}

.info__desc {
    background: #4E4842;
    padding: 12px 15px;
    text-align: center;
}

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;
}

table a {
    color: #fff;
}

table a:hover {
    text-decoration: underline;
}

table tr td {
    padding: 12px 15px;
    border: 1px solid #94897A;
}

table tr td:first-child {
    border-left: none;
}

table tr td:last-child {
    border-right: none;
}

table tbody tr:last-child td {
    border-bottom: none;
}

.info__table tr td:last-child {
    -webkit-box-flex: 0;
    -webkit-flex: 0 1 75%;
    -moz-box-flex: 0;
    flex: 0 1 75%;
    max-width: -webkit-calc(100% - 200px);
    max-width: -moz-calc(100% - 200px);
    max-width: calc(100% - 200px);
}

.info__table tr td:first-child {
    font-weight: 700;
    -webkit-box-flex: 0;
    -webkit-flex: 0 1 25%;
    -moz-box-flex: 0;
    flex: 0 1 25%;
    min-width: 200px;
}



table img {
    display: block;
    margin: auto;
}


table thead tr {
    color: #fff;
    font-weight: 700;
}


.article table + * {
    margin-top: 16px;
}





table.small {
    max-width: 820px;
    margin-left: auto;
    margin-right: auto;
}

table.small tr td:first-child {
    font-weight: 700;
}

table.small tr td {
    -webkit-box-flex: 0;
    -webkit-flex: 0 1 50%;
    -moz-box-flex: 0;
    flex: 0 1 50%;
}



.slots__table tr td{
    -webkit-box-flex: 0;
    -webkit-flex: 0 1 25%;
    -moz-box-flex: 0;
    flex: 0 1 25%;
}

.slots__table thead {
    font-weight: 700;
}

.slot__content > * + * {
    margin-top: 16px;
}




/* pros */

.pros__content > * + * {
    margin-top: 16px;
}

.pros__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;
    margin-top: 0;
}

.pros-list__item {
    margin-top: 16px;
    -webkit-border-radius: 32px;
    -moz-border-radius: 32px;
    border-radius: 32px;
    background: #393637;
    padding: 16px 20px;
    display: block;
    text-align: left;
    -webkit-box-flex: 0;
    -webkit-flex: 0 1 -webkit-calc((100% - 20px) / 2);
    -moz-box-flex: 0;
    flex: 0 1 calc((100% - 20px) / 2);
}

.pros-item__desc {
    font-size: 24px;
    line-height: 32px;
    font-weight: 700;
    color: #94897A;
    text-align: center;
    margin-bottom: 16px;
}

.pros-item__list li {
    display: block;
}

.pros-item__list li + li {
    margin-top: 16px;
}

.pros-item__list li {
    padding-left: 32px;
}

.pros-item__list.first li:before {
    content: '';
    position: absolute;
    width: 24px;
    height: 24px;
    left: 0;
    top: 0;
    background-repeat: no-repeat;
    -moz-background-size: cover;
    background-size: cover;
    background-image: url(../images/pros.svg);
}

.pros-item__list.second li:before {
    content: '';
    position: absolute;
    width: 24px;
    height: 24px;
    left: 0;
    top: 0;
    background-repeat: no-repeat;
    -moz-background-size: cover;
    background-size: cover;
    background-image: url(../images/cons.svg);
}




/* process */

.process__content > * + * {
    margin-top: 16px;
}

.process__list {
    margin-top: -4px;
    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;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
}

.process__list li {
    -webkit-box-flex: 0;
    -webkit-flex: 0 1 -webkit-calc((100% - 40px) / 3);
    -moz-box-flex: 0;
    flex: 0 1 calc((100% - 40px) / 3);
    margin-top: 20px;
    -webkit-border-radius: 16px;
    -moz-border-radius: 16px;
    border-radius: 16px;
    padding: 20px;
    background: #393637;
    border: 1px solid #94897A;
    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: start;
    -webkit-align-items: flex-start;
    -moz-box-align: start;
    align-items: flex-start;
}

.process__list li div:first-child {
    font-size: 24px;
    line-height: 32px;
    color: #FEC07E;
    font-weight: 700;
    -webkit-box-flex: 0;
    -webkit-flex: 0 1 28px;
    -moz-box-flex: 0;
    flex: 0 1 28px;
}

.process__list li div:last-child {
    -webkit-box-flex: 0;
    -webkit-flex: 0 1 -webkit-calc(100% - 28px);
    -moz-box-flex: 0;
    flex: 0 1 calc(100% - 28px);
}






.bonus__content > * + * {
    margin-top: 16px;
}








/* first bonus */

.first-bonus {
    overflow: hidden;
}

.first-bonus__content.content {
    padding: 20px 0;
    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;
    min-height: 480px;
}

.first-bonus__image {
    position: absolute;
    bottom: 0;
    height: 100%;
    z-index: 110;
    right: 0;
}

.first-bonus__image img {
    -o-object-fit: cover;
    object-fit: cover;
    max-width: none;
    max-height: none;
    height: 100%;
}

.first .first-bonus__image {
    right: 60px;
}

.second .first-bonus__image {
    right: 30px;
}

.third .first-bonus__image {
    right: 60px;
}

.fourth .first-bonus__image {
    right: 210px;
}

.fifth .first-bonus__image {
    height: -webkit-calc(100% - 80px);
    height: -moz-calc(100% - 80px);
    height: calc(100% - 80px);
    right: 310px;
}

.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;
    width: 100%;
    height: 100%;
}

.first-bonus__wrap {
    text-align: center;
    z-index: 100;
    color: #fff;
    max-width: 650px;
    width: 75%;
    padding: 24px 40px;
    -webkit-border-radius: 16px;
    -moz-border-radius: 16px;
    border-radius: 16px;
    background: rgba(57, 54, 55, 0.9);
    border: 1px solid #94897A;
}

.first .first-bonus__title.title.high, .second .first-bonus__title.title.high {
    font-size: 40px;
    line-height: 50px;
}

.first-bonus__title.title.high {
    font-size: 48px;
    line-height: 56px;
    text-transform: uppercase;
}

.first-bonus__title.title.high {
    color: #fff;
    text-transform: uppercase;
}

div.first-bonus__title.title.high {
    color: #FEC07E;
}

.fourth .first-bonus__title.title.high.first-bonus__desc span {
    font-size: 48px;
    line-height: 56px;
}

.first-bonus__wrap > * + * {
    margin-top: 16px;
}

.second .first-bonus__wrap > * + * {
    margin-top: 32px;
}

.first .first-bonus__desc > span, .second .first-bonus__desc > span {
    font-size: 48px;
    line-height: 56px;
    text-transform: uppercase;
    color: #FEC07E;
    font-style: italic;
}

.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__footnote {
    font-size: 24px;
    line-height: 32px;
    font-weight: 700;
}

.first-bonus__button.button {
    font-size: 20px;
}





/* support */






/* article  */

.article {
    text-align: center;
}

.article li, .article p {
    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: 32px;
    display: block;
    text-align: left;
}

article li span, .article li span {
    font-weight: 700;
}

article li + li, .article li + li {
    margin-top: 8px;
}

.article ul {
    padding-left: 20px;
}

.article ul li:before, article ul li:before {
    content: "";
    width: 6px;
    height: 6px;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    background: #94897A;
    position: absolute;
    left: 9px;
    top: 9px;
}

.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: 0;
    top: 0;
    font-weight: 700;
    color: #fff;
}

.article > ol > li:marker, article > ol > li:marker {
    content: counters(li);
}

.article .image {
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    overflow: hidden;
}

.article .image img {
    width: 100%;
    max-width: 610px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
}





/* faq */

.faq__content > * + * {
    margin-top: 16px;
}

.faq__item {
    display: block;
    cursor: pointer;
    background: #393637;
    border: 1px solid #393637;
    -webkit-border-radius: 16px;
    -moz-border-radius: 16px;
    border-radius: 16px;
    -webkit-transition: border-color 0.2s linear;
    -o-transition: border-color 0.2s linear;
    -moz-transition: border-color 0.2s linear;
    transition: border-color 0.2s linear;
}

.faq-item__title.middle.title {
    padding: 12px 60px 12px 20px;
    position: relative;
    color: #94897A;
    font-style: normal;
    font-size: 24px;
    line-height: 32px;
    font-weight: 700;
    text-align: left;
}

.faq-item__title.middle.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;
}

.faq-item__title.middle.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 .faq-item__title.middle.title:after {
    -webkit-transform: rotate(90deg);
    -moz-transform: rotate(90deg);
    -o-transform: rotate(90deg);
    transform: rotate(90deg);
}

.faq__item + .faq__item {
    margin-top: 8px;
}

.faq__item.active {
    border-color: #94897A;
}

.faq-item__answer {
    padding: 0 20px 12px;
}

.js-expand-content {
    display: none;
    overflow: hidden;
}

.js-expand-content.expanded {
    height: 100%;
}


/* grade */

.grade__table tr td {
    -webkit-box-flex: 0;
    -webkit-flex: 0 1 50%;
    -moz-box-flex: 0;
    flex: 0 1 50%;
}


/* 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-top: 120px;
    padding-bottom: 35px;
    background: transparent;
    border: none;
    overflow: hidden;
    color: #94897A;
    font-weight: 500;
    margin-bottom: 64px;
}

.footer__payment {
    margin-left: -83px;
    text-align: center;
    margin-top: 15px;
    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-flex-wrap: wrap;
    flex-wrap: wrap;
}

.footer__payment img {
    display: block;
}

.footer__payment li {
    margin-left: 83px;
    margin-top: 15px;
}

.footer__content:after {
    content: '';
    position: absolute;
    left: 0;
    bottom: -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);
}





/* app */

.app__content.content {
    padding: 32px 6%;
    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;
    -webkit-border-radius: 32px;
    -moz-border-radius: 32px;
    border-radius: 32px;
    border: 1px solid #94897A;
}

.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 {
    -webkit-transform: scale(1.05);
    -moz-transform: scale(1.05);
    -o-transform: scale(1.05);
    transform: scale(1.05);
}

.app__button:hover {
    background: #1a1919;
}

.app__image {
    z-index: 1;
}

.app__image img {
    max-height: 257px;
}

.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: #292526;
    width: 235px;
    font-size: 14px;
    line-height: 16px;
    font-weight: 500;
    padding: 12px 27px;
    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;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
    font-weight: 500;
    text-transform: uppercase;
}

.app__button:before {
    content: '';
    position: absolute;
    left: -4px;
    top: -4px;
    width: -webkit-calc(100% + 8px);
    width: -moz-calc(100% + 8px);
    width: calc(100% + 8px);
    height: -webkit-calc(100% + 8px);
    height: -moz-calc(100% + 8px);
    height: calc(100% + 8px);
    -webkit-border-radius: 12px;
    -moz-border-radius: 12px;
    border-radius: 12px;
    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);
    z-index: -1;
}

.app__button + .app__button {
    margin-top: 36px;
}

.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%;
}




/* bonuses */

.bonuses__content > * + * {
    margin-top: 16px;
}

.bonuses__list {
    margin-top: -4px;
    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;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
}

.bonuses-list__item {
    -webkit-box-flex: 0;
    -webkit-flex: 0 1 -webkit-calc((100% - 20px) / 2);
    -moz-box-flex: 0;
    flex: 0 1 calc((100% - 20px) / 2);
    -webkit-border-radius: 32px;
    -moz-border-radius: 32px;
    border-radius: 32px;
    padding: 48px 56px 136px;
    overflow: hidden;
    margin-top: 20px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: flex;
}

.bonuses-item__bg {
    position: absolute;
    right: 0;
    top: 0;
    width: 100%;
    height: 100%;
}

.bonuses-item__bg img {
    -o-object-fit: cover;
    object-fit: cover;
    max-width: none;
    max-height: none;
    width: 100%;
    height: 100%;
}

.bonuses-item__image {
    z-index: 10;
    position: absolute;
    right: 0;
    bottom: 0;
    max-height: 100%;
}

.bonuses-item__wrap {
    -webkit-border-radius: 16px;
    -moz-border-radius: 16px;
    border-radius: 16px;
    border: 1px solid #94897A;
    background: rgba(57, 54, 55, 0.9);
    padding: 24px 40px 96px;
    z-index: 5;
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -moz-box-flex: 1;
    flex: 1;
}

.bonuses-item__wrap > * + * {
    margin-top: 16px;
}

.bonuses-item__button.button {
    position: absolute;
    bottom: 24px;
    left: 40px;
}

.bonuses-item__title.title {
    color: #fff;
    text-align: left;
    font-style: normal;
    text-transform: none;
}





.vip-program__content.content {
    padding: 30px 20px;
    border: 1px solid #000;
    -webkit-border-radius: 32px;
    -moz-border-radius: 32px;
    border-radius: 32px;
}




.turnirji__content h2 {
    max-width: 100%;
}



/* feedback */

.feedback__content > * + * {
    margin-top: 16px;
}

.feedback__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;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-top: 0;
}

.feedback__list > li {
    -webkit-box-flex: 0;
    -webkit-flex: 0 1 -webkit-calc((100% - 40px) / 3);
    -moz-box-flex: 0;
    flex: 0 1 calc((100% - 40px) / 3);
    margin-top: 20px;
    background: #322E2F;
    -webkit-border-radius: 16px;
    -moz-border-radius: 16px;
    border-radius: 16px;
    padding: 16px 20px;
    min-height: 240px;
}

.feedback__list > li > span {
    display: block;
}

.feedback__list li > span:last-child {
    margin-top: 16px;
    color: #94897A;
}
