@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');
@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');

svg use {
    fill: #fff;
    fill-rule: evenodd;
}

.path {
    fill: #fff;
    stroke: #fff;
}

html {
    scroll-behavior: smooth;
}

.svg-menu rect, .menu {
    -webkit-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
    -moz-transition: all 0.3s linear;
    transition: all 0.3s linear;
}

body {
    font-family: 'Roboto', Arial, sans-serif;
    width: 100%;
    color: #fff;
    font-size: 15px;
    line-height: 25px;
    overflow-x: hidden;
    background: #3c2e56;
    -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: #4f3f6d;
}

.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: 700;
    z-index: 100;
    font-family: 'Rubik', Arial, sans-serif;
    text-transform: uppercase;
}

h1, .title.general {
    font-size: 45px;
    line-height: 55px;
    color: #fff;
    text-align: center;
}

h1 span {
    padding: 0 175px;
}

h1 span:before, h1 span:after {
    content: '';
    position: absolute;
    width: 92px;
    height: 85px;
    top: -webkit-calc(50% - 42.5px);
    top: -moz-calc(50% - 42.5px);
    top: calc(50% - 42.5px);
    background-repeat: no-repeat;
    -moz-background-size: cover;
    background-size: cover;
    background-image: url(../images/h1.png);
}

h1 span:before {
    left: 0;
}

h1 span:after {
    right: 0;
}

h2, .title.high, h3, .title.middle {
    font-size: 36px;
    line-height: 48px;
    margin-bottom: 35px;
    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: 700;
    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;
}

.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: 'Oswald', Arial, sans-serif;
}

.header__menu li + li {
    margin-left: 58px;
}

.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: -58px;
    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 + .header__button.button {
    margin-left: 30px;
    color: #ffbd04;
    border: 2px solid #ffbd04;
    padding: 10.5px 15px;
    background: transparent;
}




/* cover */

.cover__content.content {
    padding-top: 70px;
    padding-bottom: 60px;
}




/* 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: -webkit-gradient(linear, left top, left bottom, from(#4f3f6d), to(#402f60));
    background: -webkit-linear-gradient(#4f3f6d, #402f60);
    background: -moz-linear-gradient(#4f3f6d, #402f60);
    background: -o-linear-gradient(#4f3f6d, #402f60);
    background: linear-gradient(#4f3f6d, #402f60);
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
}

.main-info__wrap {
    padding: 30px 40px;
}

.main-info__wrap:before {
    width: -webkit-calc((100% - 60px) * 0.32 + 30px);
    width: -moz-calc((100% - 60px) * 0.32 + 30px);
    width: calc((100% - 60px) * 0.32 + 30px);
}

table {
    width: 100%;
    word-break: break-word;
}

.main-info__table {
    font-size: 18px;
    line-height: 36px;
    text-transform: uppercase;
    color: #1c192c;
    font-family: 'Rubik', Arial, sans-serif;
    font-weight: 700;
}

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 + 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;
    font-weight: 700;
}

.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 */

.big {
    background: -webkit-gradient(linear, left top, left bottom, from(#4f3f6d), to(#402f60));
    background: -webkit-linear-gradient(#4f3f6d, #402f60);
    background: -moz-linear-gradient(#4f3f6d, #402f60);
    background: -o-linear-gradient(#4f3f6d, #402f60);
    background: linear-gradient(#4f3f6d, #402f60);
    padding: 15px 0;
}

.app {
    margin-top: 25px;
}



/* 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 */

.list__content, .main-info__content, .app__content {
    padding-left: 30px;
    padding-right: 30px;
}

.list {
    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-left: -30px;
    margin-top: -25px;
}

.list li {
    -webkit-box-flex: 0;
    -webkit-flex: 0 1 -webkit-calc((100% - 120px) / 4);
    -moz-box-flex: 0;
    flex: 0 1 calc((100% - 120px) / 4);
    padding: 20px 30px;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    border-radius: 20px;
    background: rgba(127, 37, 110, 0.84);
    border: 1px solid #65518a;
    margin-top: 25px;
    margin-left: 30px;
}

.list h3 {
    text-align: left;
    color: #fff;
    margin-bottom: 25px;
}


/* banner */

.banner__content.content {
    padding-top: 0;
}

.banner__wrapper {
    background: -webkit-gradient(linear, left top, left bottom, from(#4f3f6d), to(#402f60));
    background: -webkit-linear-gradient(#4f3f6d, #402f60);
    background: -moz-linear-gradient(#4f3f6d, #402f60);
    background: -o-linear-gradient(#4f3f6d, #402f60);
    background: linear-gradient(#4f3f6d, #402f60);
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    border: 3px solid #816aab;
    padding: 15px 30px 25px;
    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;
    padding: 20px;
    overflow: hidden;
}

.banner__image {
    -webkit-box-flex: 0;
    -webkit-flex: 0 1 175px;
    -moz-box-flex: 0;
    flex: 0 1 175px;
}

.banner__wrap {
    -webkit-box-flex: 0;
    -webkit-flex: 0 1 -webkit-calc(100% - 175px - 175px - 30px - 30px);
    -moz-box-flex: 0;
    flex: 0 1 calc(100% - 175px - 175px - 30px - 30px);
    text-align: center;
    margin-top: 10px;
    z-index: 100;
}

.banner__title.title.high {
    text-transform: none;
    margin-bottom: 25px;
}

.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);
}





/* 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;
}



/* slots */

.slots {
    padding-top: 15px;
    padding-bottom: 15px;
}

.slots: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/slots-before.png);
    opacity: 0.6;
}

.games__content.content {
    padding-top: 0;
}

.games__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;
}

.games-list__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-left: 30px;
    margin-top: 25px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    padding: 25px 30px;
    background: -webkit-gradient(linear, left top, left bottom, from(#4f3f6d), to(#402f60));
    background: -webkit-linear-gradient(#4f3f6d, #402f60);
    background: -moz-linear-gradient(#4f3f6d, #402f60);
    background: -o-linear-gradient(#4f3f6d, #402f60);
    background: linear-gradient(#4f3f6d, #402f60);
    border: 1px solid #816aab;
}

.games-list__item h3 {
    color: #fccd07;
}

.conclusion__content.content {
    padding-top: 40px;
}


/* faq */

.faq__title.title {
    margin-bottom: 50px;
    color: #ffc705;
}

.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: #655493;
    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);
}

.faq-item__question {
    color: #f3d464;
    font-weight: 500;
    font-size: 20px;
    line-height: 28px;
    background: #655493;
    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: 50px;
    color: #ffc705;
}

.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;
    background: #4e3c71;
    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: 700;
}

.reviews__list li div > span:nth-child(2) {
    color: #fecf0b;
}



/* rating */

.rating__content.content {
    padding-top: 10px;
}

.rating__title.title {
    color: #ffc304;
    -webkit-border-radius: 5px 5px 0 0;
    -moz-border-radius: 5px 5px 0 0;
    border-radius: 5px 5px 0 0;
    border: 2px solid #ffc705;
    padding: 16px 25px;
    margin-bottom: 0;
    font-family: 'Rubik', Arial, sans-serif;
    font-weight: 400;
}

.rating__title.title:before {
    content: none;
}

.rating__list {
    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: 10px 20px 30px 15px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: flex;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -moz-box-pack: start;
    justify-content: flex-start;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    font-size: 18px;
    line-height: 30px;
    color: #411c24;
    font-weight: 500;
    -webkit-border-radius: 0 0 5px 5px;
    -moz-border-radius: 0 0 5px 5px;
    border-radius: 0 0 5px 5px;
    font-family: 'Poppins', Arial, sans-serif;
}

.rating__list li {
    display: block;
    margin-top: 20px;
    padding-left: 30px;
    -webkit-box-flex: 0;
    -webkit-flex: 0 1 25%;
    -moz-box-flex: 0;
    flex: 0 1 25%;
}

.rating__list li:nth-child(4n + 1), .rating__list li:nth-child(4n + 2) {
    -webkit-box-flex: 0;
    -webkit-flex: 0 1 27%;
    -moz-box-flex: 0;
    flex: 0 1 27%;
}

.rating__list li:nth-child(4n + 3), .rating__list li:nth-child(4n + 4) {
    -webkit-box-flex: 0;
    -webkit-flex: 0 1 23%;
    -moz-box-flex: 0;
    flex: 0 1 23%;
}

.rating__content.second .rating__list li:nth-child(2n + 1) {
    -webkit-box-flex: 0;
    -webkit-flex: 0 1 30%;
    -moz-box-flex: 0;
    flex: 0 1 30%;
}

.rating__content.second .rating__list li:nth-child(2n + 2) {
    -webkit-box-flex: 0;
    -webkit-flex: 0 1 70%;
    -moz-box-flex: 0;
    flex: 0 1 70%;
}





/* payment */


.payment__list {
    background: #fff;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    padding: 35px 5% 45px;
}

.payment__list ul {
    margin-left: -23px;
    text-align: center;
}

.payment__list img {
    display: block;
    margin: auto;
}

.payment__list li {
    margin-top: 15px;
    margin-left: 23px;
}
