@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=Rubik:ital,wght@0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Hind:wght@300;400;500;600;700&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: 'Hind', Arial, sans-serif;
    width: 100%;
    color: #fff;
    font-size: 15px;
    line-height: 25px;
    overflow-x: hidden;
    background: #261d3d;
    -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: #2f2862;
}

.main {
    padding-bottom: 25px;
}

.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);
    opacity: 0.6;
}

.image img {
    margin: auto;
    display: block;
}

.content {
    max-width: 1290px;
    margin-left: auto;
    margin-right: auto;
    padding: 25px 30px;
}

a {
    -webkit-transition: all 0.2s linear;
    -o-transition: all 0.2s linear;
    -moz-transition: all 0.2s linear;
    transition: all 0.2s linear;
    color: inherit;
}

h1, h2, h3, h4, .title {
    font-weight: 400;
    z-index: 100;
    text-transform: uppercase;
}

h1, .title.general {
    font-size: 48px;
    line-height: 55px;
    color: #fff;
    font-weight: 500;
    text-align: center;
}

h2, .title.high, h3, .title.middle {
    font-size: 36px;
    line-height: 48px;
    color: #95ef4b;
}

h4, .title.small {
    font-size: 24px;
    line-height: 30px;
    color: #a534f3;
    text-transform: none;
    text-align: left;
}

.button {
    min-width: 180px;
    background: -webkit-gradient(linear, left top, left bottom, from(#aef94e), to(#24c33e));
    background: -webkit-linear-gradient(#aef94e, #24c33e);
    background: -moz-linear-gradient(#aef94e, #24c33e);
    background: -o-linear-gradient(#aef94e, #24c33e);
    background: linear-gradient(#aef94e, #24c33e);
    color: #2b1234;
    font-size: 15px;
    line-height: 25px;
    font-weight: 400;
    padding: 12.5px 15px;
    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;
    font-family: 'Rubik', Arial, sans-serif;
}

.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 30px;
    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;
    overflow: hidden;
}

.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 {
    padding-left: 8%;
    padding-right: 30px;
}

.header__menu * {
    display: inline-block;
    vertical-align: middle;
}

.header__left {
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -moz-box-flex: 1;
    flex: 1;
}

.header__menu {
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -moz-box-flex: 1;
    flex: 1;
}

.header__menu a, .header__expand-menu > *:nth-child(2) a {
    padding: 10px;
    -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;
    font-family: 'Poppins', Arial, sans-serif;
}

.header__menu li + li {
    margin-left: 100px;
}

.header__menu li:after {
    content: '';
    position: absolute;
    width: 58px;
    height: 15px;
    top: -webkit-calc(50% - 7.5px);
    top: -moz-calc(50% - 7.5px);
    top: calc(50% - 7.5px);
    right: -79px;
    background-repeat: no-repeat;
    -moz-background-size: cover;
    background-size: cover;
    background-image: url(../images/menu.svg);
}

.header__menu a:hover {
    color: #ffbd04;
}

.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 li:before {
    content: '';
    position: absolute;
    width: 58px;
    height: 15px;
    top: -22px;
    left: -webkit-calc(50% - 29px);
    left: -moz-calc(50% - 29px);
    left: calc(50% - 29px);
    background-repeat: no-repeat;
    -moz-background-size: cover;
    background-size: cover;
    background-image: url(../images/menu.svg);
}

.header__expand-menu li:last-child:after {
    content: '';
    position: absolute;
    width: 58px;
    height: 15px;
    bottom: -22px;
    left: -webkit-calc(50% - 29px);
    left: -moz-calc(50% - 29px);
    left: calc(50% - 29px);
    background-repeat: no-repeat;
    -moz-background-size: cover;
    background-size: cover;
    background-image: url(../images/menu.svg);
}

.header__expand-menu li + li {
    margin-top: 25px;
}

.header__expand-menu > *:nth-child(2) a {
    color: #fff;
    padding: 12.5px;
    width: 100vw;
}

.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__button.button {
    font-family: 'Rubik', Arial, sans-serif;
    font-weight: 700;
}

.header__button + .header__button.button {
    margin-left: 30px;
    color: #ffbd04;
    border: 2px solid #ffbd04;
    padding: 10.5px 15px;
    background: transparent;
}




/* cover */

.cover__content.content {
    padding-top: 75px;
    text-align: center;
}

.cover__title.title {
    margin-bottom: 50px;
}

.cover__content > * {
    max-width: 1000px;
    margin-left: auto;
    margin-right: auto;
}




/* main info */


.wrap {
    background: #fff;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    overflow: hidden;
    border: 1px solid #816aab;
}

.wrap:before {
    background: #403970;
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
}

.main-info__wrap {
    padding: 30px 40px 30px 60px;
}

.main-info__wrap:before {
    width: -webkit-calc((100% - 100px) * 0.32 + 60px);
    width: -moz-calc((100% - 100px) * 0.32 + 60px);
    width: calc((100% - 100px) * 0.32 + 60px);
}

table {
    width: 100%;
    word-break: break-word;
}

.main-info__table {
    font-size: 18px;
    line-height: 36px;
    text-transform: uppercase;
    color: #1c192c;
}

table a {
    color: #1c192c;
}

table a:hover {
    text-decoration: underline;
}

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;
}

.main-info__table tbody tr:first-child {
    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;
}


/* app */





/* vip */


.vip .content .image + * {
    margin-top: 40px;
}

.vip .content > *:last-child {
    color: #fccd07;
}


/* bonus */

.bonus:before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-repeat: no-repeat;
    -moz-background-size: contain;
    background-size: cover;
    background-image: url(../images/main.png);
    opacity: 0.4;
}

.bonus__desc {
    color: #ffdf5d;
    margin-top: 40px;
}

.bonus {
    padding-top: 15px;
    padding-bottom: 15px;
}

.bonus-list__item {
    display: block;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    padding: 25px 30px 25px 70px;
    background: rgba(78, 60, 113, 0.7);
    font-size: 22px;
    line-height: 30px;
    font-family: 'Poppins', Arial, sans-serif;
}

.bonus-list__item span {
    font-weight: 700;
    color: #95ef4b;
}

.bonus-list__item + .bonus-list__item {
    margin-top: 25px;
}

.bonus-list__item:before {
    content: '';
    position: absolute;
    left: -2px;
    top: -webkit-calc(50% - 18px);
    top: -moz-calc(50% - 18px);
    top: calc(50% - 18px);
    width: 29px;
    height: 36px;
    background-image: url(../images/bonus.png);
    background-repeat: no-repeat;
    -moz-background-size: cover;
    background-size: cover;
    z-index: 100;
}

.bonus-list__item:after {
    content: '';
    position: absolute;
    left: -30px;
    top: -webkit-calc(50% - 40px);
    top: -moz-calc(50% - 40px);
    top: calc(50% - 40px);
    width: 80px;
    height: 80px;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    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;
    background: #5b4586;
}



/* list */

.main-info__content {
    padding-left: 30px;
    padding-right: 30px;
}


.list li {
    display: block;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    background: #403970;
    padding: 25px 25px 25px 30px;
    font-size: 24px;
    line-height: 32px;
}

.list li span {
    color: #95ef4b;
}

.list li + li {
    margin-top: 25px;
}


/* banner */

.banner__wrapper {
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    border: 3px solid #816aab;
    padding: 30px 40px;
    overflow: hidden;
    display: block;
    width: 100%;
}

.banner__image {
    position: absolute;
    right: 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%;
    -o-object-position: 50%;
    object-position: 50%;
}

.banner__wrap {
    padding: 20px;
    z-index: 100;
    max-width: 650px;
    width: 70%;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
}

.banner__content.third .banner__wrap {
    max-width: 450px;
}

.banner__title.title.high {
    text-transform: none;
    margin-bottom: 50px;
    color: #e3b222;
}

.banner__title span {
    display: block;
}

.banner__title > span:last-child {
    font-weight: 700;
}

.banner__wrapper:hover .banner__button.button {
    -webkit-transform: scale(1.05);
    -moz-transform: scale(1.05);
    -o-transform: scale(1.05);
    transform: scale(1.05);
}

.banner__content.first .banner__title.title {
    margin-bottom: 25px;
}



/* law */

.law {
    margin: 25px auto;
    background: #1a142a;
}

.law__content.content {
    padding-top: 50px;
    padding-bottom: 50px;
}



/* parts */

.parts {
    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: -25px;
}

.parts__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);
    margin-top: 25px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    background: #403970;
    border: 1px solid #816aab;
}

.parts__desc {
    color: #95ef4b;
    margin-bottom: 25px;
}

.pros__parts .parts__desc {
    font-size: 24px;
    line-height: 32px;
}

.pros__parts .parts__item {
    padding: 60px 105px;
}

.app__parts .parts__item {
    padding: 40px 60px;
}



*.green {
    color: #95ef4b;
}



/* dark */

.dark {
    padding: 30px;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    border-radius: 20px;
    background: #492257;
    color: #fff;
    border: 1px solid #6d3383;
}

.dark h3 {
    margin-bottom: 25px;
    font-size: 24px;
    line-height: 32px;
    text-align: left;
    color: #fff;
    font-weight: 700;
}

.dark li {
    display: block;
}






/* 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 * + h2, .article * + h3 {
    margin-top: 35px;
}

.banner + .content {
    padding-top: 50px;
}


/* table */

.table__wrap {
    padding: 25px 30px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    background: #403970;
    overflow: auto;
}

.table {
    width: 100%;
    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;
}

.table__item {
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    background: #4f468a;
    padding: 25px 30px 40px;
}

.table-item__list li {
    display: block;
}

.table-item__desc {
    color: #fccd07;
}

.tournaments-table__item {
    -webkit-box-flex: 0;
    -webkit-flex: 0 1 -webkit-calc((100% - 90px) / 4);
    -moz-box-flex: 0;
    flex: 0 1 calc((100% - 90px) / 4);
}

.tournaments-item__desc {
    font-size: 36px;
    line-height: 45px;
    min-height: 90px;
    margin-bottom: 15px;
}

.slots-item__desc {
    font-size: 24px;
    line-height: 32px;
    min-height: 64px;
}

.slots-table__item {
    -webkit-box-flex: 0;
    -webkit-flex: 0 1 -webkit-calc((100% - 120px) * 0.185);
    -moz-box-flex: 0;
    flex: 0 1 calc((100% - 120px) * 0.185);
}

.slots__table > li:last-child {
    -webkit-box-flex: 0;
    -webkit-flex: 0 1 -webkit-calc((100% - 120px) * 0.26);
    -moz-box-flex: 0;
    flex: 0 1 calc((100% - 120px) * 0.26);
}



/* games */

.games__content.content {
    padding-top: 0;
    padding-bottom: 0;
}

.purple__wrap {
    padding: 30px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    border: 1px solid #e3b222;
}

.purple {
    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: stretch;
    -webkit-align-items: stretch;
    -moz-box-align: stretch;
    align-items: stretch;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-top: -25px;
    margin-left: -30px;
}

.purple__item {
    -webkit-box-flex: 0;
    -webkit-flex: 0 1 -webkit-calc((100% - 120px) / 4);
    -moz-box-flex: 0;
    flex: 0 1 calc((100% - 120px) / 4);
    margin-top: 25px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    background: #4f468a;
    padding: 25px 30px;
    margin-left: 30px;
}

.purple-item__desc {
    font-size: 36px;
    line-height: 45px;
    margin-bottom: 25px;
    color: #fccd07;
}


.deposit__content.content {
    padding-top: 0;
}





/* faq */


.faq__item {
    overflow: hidden;
    cursor: pointer;
    display: block;
    -webkit-transform: border-radius 0.2s linear;
    -moz-transform: border-radius 0.2s linear;
    -o-transform: border-radius 0.2s linear;
    transform: border-radius 0.2s linear;
    background: #48407e;
    font-family: 'Poppins', Arial, sans-serif;
    -webkit-box-shadow: 0 0 25px 20px rgba(37, 19, 57, 0.2);
    -moz-box-shadow: 0 0 25px 20px rgba(37, 19, 57, 0.2);
    box-shadow: 0 0 25px 20px rgba(37, 19, 57, 0.2);
    border: 1px solid #816aab;
}

.faq-item__question {
    color: #f3d464;
    font-weight: 400;
    font-size: 20px;
    line-height: 28px;
    background: #48407e;
    padding: 22px 25px 22px 75px;
    -webkit-box-shadow: 0 0 25px 20px rgba(37, 19, 57, 0.2);
    -moz-box-shadow: 0 0 25px 20px rgba(37, 19, 57, 0.2);
    box-shadow: 0 0 25px 20px rgba(37, 19, 57, 0.2);
}

.faq-item__question:before {
    content: '';
    position: absolute;
    width: 26px;
    height: 26px;
    top: -webkit-calc(50% - 13px);
    top: -moz-calc(50% - 13px);
    top: calc(50% - 13px);
    left: 24px;
    background-repeat: no-repeat;
    -moz-background-size: cover;
    background-size: cover;
    background-image: url(../images/faq.png);
}

.faq__item + .faq__item {
    margin-top: 25px;
}

.faq-item__answer {
   padding: 25px;
   font-size: 16px;
   line-height: 25px;
}

.faq__item.active {
    -webkit-border-radius: 15px;
    -moz-border-radius: 15px;
    border-radius: 15px;
}

.js-expand-content {
    display: none;
    overflow: hidden;
}

.js-expand-content.expanded {
    height: 100%;
}




/* reviews */

.reviews__title.title {
    margin-bottom: 25px;
    color: #ffc705;
    text-align: center;
}

.reviews__desc {
    margin-bottom: 50px;
}

.reviews__list {
    margin-top: -25px;
    margin-left: -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: stretch;
    -webkit-align-items: stretch;
    -moz-box-align: stretch;
    align-items: stretch;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
}

.reviews__list li {
    padding: 30px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    text-align: center;
    border: 1px solid #ffb504;
    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-box-flex: 0;
    -webkit-flex: 0 1 -webkit-calc((100% - 90px) / 3);
    -moz-box-flex: 0;
    flex: 0 1 calc((100% - 90px) / 3);
    margin-left: 30px;
    margin-top: 25px;
    font-size: 15px;
    line-height: 25px;
    color: #fff;
    font-weight: 400;
}

.reviews__list li div > span:nth-child(2) {
    color: #fecf0b;
}




/* rating */

.rating__title.title {
    text-align: center;
    margin-bottom: 25px;
    color: #ffc705;
}

.rating__desc {
    margin-bottom: 50px;
}

.rating__wrapper {
    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;
}

.rating__list, .rating__article {
    -webkit-box-flex: 0;
    -webkit-flex: 0 1 -webkit-calc((100% - 30px) / 2);
    -moz-box-flex: 0;
    flex: 0 1 calc((100% - 30px) / 2);
}

.rating__article {
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    padding: 25px 30px;
    background: #4b4383;
}

.rating__article.article h2, .rating__article.article h3 {
    color: #ffc705;
}

.rating__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;
}

.rating-list__item {
    padding: 25px 30px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    background: #4b4383;
    -webkit-box-flex: 0;
    -webkit-flex: 0 1 -webkit-calc((100% - 30px) / 2);
    -moz-box-flex: 0;
    flex: 0 1 calc((100% - 30px) / 2);
    word-break: normal;
}

.rating-item__desc {
    font-size: 36px;
    line-height: 45px;
    margin-bottom: 25px;
    color: #ffc705;
}

.rating-item__list li {
    display: block;
}
