@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;
}

.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;
}

html {
    scroll-behavior: smooth;
}

body {
    font-family: 'Roboto', Arial, sans-serif;
    width: 100%;
    color: #ffb503;
    font-size: 15px;
    line-height: 25px;
    overflow-x: hidden;
    background: #301f51;
    -moz-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%;
    text-size-adjust: 100%;
    -webkit-text-size-adjust: 100%;
}

body.active {
    margin-top: 100px;
}

* {
    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: #4b3477;
}

.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;
    z-index: 100;
}

h1, .title.general {
    font-size: 50px;
    line-height: 60px;
    color: #fdcd0a;
    text-transform: uppercase;
    text-align: center;
}

h2, .title.high, h3, .title.middle {
    font-size: 36px;
    line-height: 48px;
    margin-bottom: 25px;
    color: #ffb504;
}

h3, .title.middle {
    margin-bottom: 0;
}

h4, .title.small {
    font-size: 30px;
    line-height: 40px;
    color: #ffb504;
    font-weight: 700;
}

.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 {
    padding: 10px 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;
    background: transparent;
    min-height: 100px;
}

.header.active {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
}

.header__logo img {
    display: block;
    margin: auto;
}

.header__logo {
    display: block;
}

.header__left, .header__right {
    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__menu-button {
    display: none;
    background: transparent;
    z-index: 1001;
}

.header__menu-button svg {
    display: block;
}

.header__menu {
    margin-left: 70px;
    margin-right: 30px;
}

.header__menu * {
    display: inline-block;
    vertical-align: middle;
}

.header__menu a, .header__expand-menu > *:nth-child(2) a {
    padding: 10px 35px;
    -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: #fff;
    font-size: 15px;
    line-height: 25px;
    font-weight: 500;
    text-transform: uppercase;
}

.header__menu a:hover {
    color: #ffbd04;
}

.header__menu li:nth-child(n + 2):before {
    content: '';
    position: absolute;
    left: -14px;
    top: -webkit-calc(50% - 15px);
    top: -moz-calc(50% - 15px);
    top: calc(50% - 15px);
    width: 28px;
    height: 28px;
    background-repeat: no-repeat;
    -moz-background-size: cover;
    background-size: cover;
    background-image: url(../images/menu.png);
}

.header__expand-menu {
    display: none;
}

.header__expand-menu > * {
    display: none;
    width: 100%;
}

.header__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;
}

.header__expand-menu li {
    display: block;
}

.header__expand-menu > *:nth-child(2) a {
    background-color: rgba(255, 255, 255, 0.1);
    color: #fff;
    padding: 12.5px;
    margin-bottom: 15px;
    width: 100vw;
}

.header__expand-menu > *:nth-child(2) > li:last-child a {
    margin-bottom: 0;
}

.header__right > .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__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;
    margin: 0;
}

.header__buttons > .button:nth-child(2) {
    margin-left: 29px;
    margin-right: 0;
}



/* cover */

.cover__content.content {
    padding-top: 0;
    padding-bottom: 0;
}

.cover__title.title {
    padding-top: 75px;
    padding-bottom: 75px;
    max-width: 1000px;
    margin: auto;
}




/* main info */

.main-info__content.content {
    padding-top: 0;
}

.main-info__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 {
    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(#7e5cc1), to(#624697));
    background: -webkit-linear-gradient(#7e5cc1, #624697);
    background: -moz-linear-gradient(#7e5cc1, #624697);
    background: -o-linear-gradient(#7e5cc1, #624697);
    background: linear-gradient(#7e5cc1, #624697);
    -webkit-border-radius: 0 0 0 5px;
    -moz-border-radius: 0 0 0 5px;
    border-radius: 0 0 0 5px;
}

table {
    font-size: 24px;
    line-height: 36px;
    width: 100%;
}

.main-info__table {
    color: #45006b;
    font-weight: 700;
}

.main-info__table a {
    color: #45006b;
}

.main-inso__table a:hover {
    text-decoration: underline;
}

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;
}

.main-info__table tbody tr {
    margin-top: 25px;
}

.main-info__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;
    color: #fff;
}

.main-info__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;
}




/* games */

.games__content.content {
    padding-top: 15px;
}

.games__wrap {
    padding: 40px 30px 60px 55px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    background: #524074;
    overflow: hidden;
}

.games__wrap:before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: -webkit-calc((100% - 30px - 55px) * 0.31 + 55px);
    width: -moz-calc((100% - 30px - 55px) * 0.31 + 55px);
    width: calc((100% - 30px - 55px) * 0.31 + 55px);
    background: -webkit-gradient(linear, left top, left bottom, from(#7e5cc1), to(#624697));
    background: -webkit-linear-gradient(#7e5cc1, #624697);
    background: -moz-linear-gradient(#7e5cc1, #624697);
    background: -o-linear-gradient(#7e5cc1, #624697);
    background: linear-gradient(#7e5cc1, #624697);
}

.games__table thead, .games__table tr td:nth-child(n + 2) {
    font-weight: 700;
}

.games__table tbody tr:first-child {
    margin-top: 25px;
}

.games__table tbody {
    color: #fff;
}

.games__table thead {
    color: #ffb504;
}

.games__table thead tr td:first-child {
    color: #160e26;
}

.games__table tr td:first-child {
    -webkit-box-flex: 0;
    -webkit-flex: 0 1 31%;
    -moz-box-flex: 0;
    flex: 0 1 31%;
    padding-right: 15px;
}

.games__table tr td:nth-child(n + 2) {
    -webkit-box-flex: 0;
    -webkit-flex: 0 1 23%;
    -moz-box-flex: 0;
    flex: 0 1 23%;
    padding-left: 15px;
    text-align: center;
}


/* 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(#7e5cc1), to(#624697));
    background: -webkit-linear-gradient(#7e5cc1, #624697);
    background: -moz-linear-gradient(#7e5cc1, #624697);
    background: -o-linear-gradient(#7e5cc1, #624697);
    background: linear-gradient(#7e5cc1, #624697);
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    padding: 25px 25px 40px 40px;
}

.app-item__title.title {
    color: #ffb504;
    font-weight: 700;
    margin-bottom: 40px;
}

.app-item__list {
    color: #fff;
    font-size: 18px;
    line-height: 30px;
}

.app-item__list li + li {
    margin-top: 15px;
}



/* banner */


.banner__wrapper {
    display: block;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    border: 1px solid #ffc705;
    text-align: center;
    overflow: hidden;
    padding: 75px 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 {
    display: block;
}

.banner__title span:nth-child(1) {
    color: #fff;
}

.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-item__list li {
    display: block;
}

.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;
    overflow: hidden;
}

.pros-item__title.title {
    margin-bottom: 50px;
}

.pros-list__item {
    padding: 40px 30px 60px 60px;
    background: -webkit-gradient(linear, left top, left bottom, from(#7e5cc1), to(#624697));
    background: -webkit-linear-gradient(#7e5cc1, #624697);
    background: -moz-linear-gradient(#7e5cc1, #624697);
    background: -o-linear-gradient(#7e5cc1, #624697);
    background: linear-gradient(#7e5cc1, #624697);
    -webkit-box-flex: 0;
    -webkit-flex: 0 1 -webkit-calc((100% - 30px) / 2);
    -moz-box-flex: 0;
    flex: 0 1 calc((100% - 30px) / 2);
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    color: #fff;
    font-size: 24px;
    line-height: 35px;
}

.pros-item__list li {
    padding-left: 25px;
}

.pros-list__item:first-child .pros-item__list li:before, .pros-list__item:last-child .pros-item__list li:before {
    position: absolute;
    left: 0;
    font-size: 24px;
    line-height: 35px;
    color: #fff;
    font-weight: 700;
}

.pros-list__item:first-child .pros-item__list li:before {
    content: '+';
}

.pros-list__item:last-child .pros-item__list li:before {
    content: '-';
}

.pros-item__list li + li {
    margin-top: 15px;
}



/* bonus */


.large .article > * + h2, .large .article > * + h3 {
    margin-top: 40px;
}

.large .article > h2 + *, .large .article > h3 + * {
    margin-top: 40px;
}

.bonus__content.content {
    padding-left: 0;
    padding-right: 0;
}

.bonus__list li {
    display: block;
    padding: 15px 30px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    border: 1px solid #ffec4e;
}

.bonus__list li + li {
    margin-top: 25px;
}



/* article  */


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;
}

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);
}

article > :last-child, .article > *:last-child {
    margin-bottom: 0;
}

.article > .image img {
    -o-object-fit: cover;
    object-fit: cover;
    max-width: none;
    max-height: none;
    width: 100%;
}



/* faq */

.faq__content.content {
    padding-bottom: 0;
}

.faq__title.title {
    -webkit-border-radius: 5px 5px 0 0;
    -moz-border-radius: 5px 5px 0 0;
    border-radius: 5px 5px 0 0;
    background: -webkit-gradient(linear, left top, left bottom, from(#7e5cc1), to(#624697));
    background: -webkit-linear-gradient(#7e5cc1, #624697);
    background: -moz-linear-gradient(#7e5cc1, #624697);
    background: -o-linear-gradient(#7e5cc1, #624697);
    background: linear-gradient(#7e5cc1, #624697);
    color: #fff;
    text-align: center;
    padding: 15px 30px;
    margin-bottom: 0;
}

.faq__list {
    background: #524074;
    padding: 25px 30px;
    -webkit-border-radius: 0 0 5px 5px;
    -moz-border-radius: 0 0 5px 5px;
    border-radius: 0 0 5px 5px;
}

.faq__item {
    overflow: hidden;
    display: block;
    background: #3e2c62;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    color: #ffb503;
}

.faq-item__question.title.small {
    color: #fff;
    font-weight: 700;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    background: #604c87;
    font-weight: 500;
    border: 1px solid #fff;
    padding: 14px 25px;
    -webkit-transition: color background border-color color 0.2s linear;
    -o-transition: color background border-color color 0.2s linear;
    -moz-transition: color background border-color color 0.2s linear;
    transition: color background border-color color 0.2s linear;
}

.faq__item + .faq__item {
    margin-top: 25px;
}

.faq-item__answer {
   padding: 20px 25px;
}

.faq-item__answer .article {
    text-align: left;

}

.faq__item.active .faq-item__question {
    color: #ffb504;
    background: transparent;
    border-color: #ffb504;
}

.js-expand-content {
    display: none;
    overflow: hidden;
}

.js-expand-content.expanded {
    height: 100%;
}





/* list */

.list li {
    display: block;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    background: -webkit-gradient(linear, left top, left bottom, from(#20182e), to(#271a40));
    background: -webkit-linear-gradient(#20182e, #271a40);
    background: -moz-linear-gradient(#20182e, #271a40);
    background: -o-linear-gradient(#20182e, #271a40);
    background: linear-gradient(#20182e, #271a40);
    font-weight: 700;
    border: 1px solid #6b4fa4;
    font-size: 24px;
    line-height: 30px;
    color: #fff;
    padding: 25px 30px;
}

.list span {
    color: #8e60e6;
}

.list li + li {
    margin-top: 25px;
}



/* deposit */

.deposit__wrap {
    overflow: hidden;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    background: #524074;
    padding: 40px 55px 60px;
}

.deposit__table {
    font-weight: 700;
    color: #ffb504;
    z-index: 100;
}

.deposit__table tbody tr:first-child {
    margin-top: 25px;
}

.deposit__table tr td:first-child {
    -webkit-box-flex: 0;
    -webkit-flex: 0 1 33%;
    -moz-box-flex: 0;
    flex: 0 1 33%;
    padding-right: 30px;
    color: #fff;
}

.deposit__table thead tr td:first-child {
    color: #160e26;
}

.deposit__table tr td:nth-child(3) {
    -webkit-box-flex: 0;
    -webkit-flex: 0 1 34%;
    -moz-box-flex: 0;
    flex: 0 1 34%;
    padding-left: 80px;
}

.deposit__table tr td:nth-child(2) {
    -webkit-box-flex: 0;
    -webkit-flex: 0 1 33%;
    -moz-box-flex: 0;
    flex: 0 1 33%;
    padding-left: 80px;
    padding-right: 60px;
}

.deposit__wrap:before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: -webkit-calc((100% - 55px - 55px) * 0.33 + 55px);
    width: -moz-calc((100% - 55px - 55px) * 0.33 + 55px);
    width: calc((100% - 55px - 55px) * 0.33 + 55px);
    background: -webkit-gradient(linear, left top, left bottom, from(#7e5cc1), to(#624697));
    background: -webkit-linear-gradient(#7e5cc1, #624697);
    background: -moz-linear-gradient(#7e5cc1, #624697);
    background: -o-linear-gradient(#7e5cc1, #624697);
    background: linear-gradient(#7e5cc1, #624697);
}

.deposit__wrap:after {
    content: '';
    position: absolute;
    right: 0;
    top: 0;
    height: 100%;
    width: -webkit-calc((100% - 55px - 55px) * 0.34 + 55px);
    width: -moz-calc((100% - 55px - 55px) * 0.34 + 55px);
    width: calc((100% - 55px - 55px) * 0.34 + 55px);
    background: #483866;
    z-index: 1;
}



/* points */

.points__content.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: stretch;
    -webkit-align-items: stretch;
    -moz-box-align: stretch;
    align-items: stretch;
}

.points__wrap {
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    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);
    color: #301f51;
    font-weight: 900;
    font-size: 18px;
    line-height: 25px;
    padding: 2px;
    -webkit-box-flex: 0;
    -webkit-flex: 0 1 32%;
    -moz-box-flex: 0;
    flex: 0 1 32%;
    min-width: 300px;
}

.points__desc {
    font-size: 24px;
    line-height: 30px;
    color: #ffc304;
    padding: 15px 25px;
    background: #301f51;
    -webkit-border-radius: 5px 5px 0 0;
    -moz-border-radius: 5px 5px 0 0;
    border-radius: 5px 5px 0 0;
    font-weight: 700;
    text-align: center;
}

.points__list {
    padding: 25px;
}

.points__list li + li {
    margin-top: 20px;
}

.points__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;
}

.points__list li span:first-child {
    -webkit-box-flex: 0;
    -webkit-flex: 0 1 78%;
    -moz-box-flex: 0;
    flex: 0 1 78%;
    padding-right: 20px;
    max-width: -webkit-calc(100% - 50px);
    max-width: -moz-calc(100% - 50px);
    max-width: calc(100% - 50px);
}

.points__list li span:last-child {
    -webkit-box-flex: 0;
    -webkit-flex: 0 1 22%;
    -moz-box-flex: 0;
    flex: 0 1 22%;
    min-width: 50px;
}


.points__article {
    -webkit-box-flex: 0;
    -webkit-flex: 0 1 -webkit-calc(100% - 32% - 30px);
    -moz-box-flex: 0;
    flex: 0 1 calc(100% - 32% - 30px);
    background: #24173d;
    border: 2px solid #5c428e;
    padding: 40px 30px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    max-width: -webkit-calc(100% - 300px - 30px);
    max-width: -moz-calc(100% - 300px - 30px);
    max-width: calc(100% - 300px - 30px);
}



/* feedback */

.feedback__content.content {
    padding-bottom: 0;
}

.feedback__title.title {
    margin-bottom: 0;
    -webkit-border-radius: 5px 5px 0 0;
    -moz-border-radius: 5px 5px 0 0;
    border-radius: 5px 5px 0 0;
    background: #604c87;
    text-align: center;
    padding: 15px 30px;
}

.feedback__list {
    padding: 0 30px 25px;
    -webkit-border-radius: 0 0 5px 5px;
    -moz-border-radius: 0 0 5px 5px;
    border-radius: 0 0 5px 5px;
    background: #524074;
    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;
}

.feedback__list li {
    -webkit-box-flex: 0;
    -webkit-flex: 0 1 -webkit-calc((100% - 30px) / 2);
    -moz-box-flex: 0;
    flex: 0 1 calc((100% - 30px) / 2);
    margin-top: 25px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    background: #3e2c62;
    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;
    padding: 25px 30px;
}
