@import url('https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');

svg use {
    fill: #fff;
    fill-rule: evenodd;
}

.path {
    fill: #fff;
    stroke: #fff;
}

.svg-menu rect, .menu {
    -webkit-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
    -moz-transition: all 0.3s linear;
    transition: all 0.3s linear;
}

html {
    scroll-behavior: smooth;
}

body {
    font-family: 'Poppins', 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: 102px;
}

* {
    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: #25173f;
    border-bottom: 2px solid #1a1329;
}

.image img {
    margin: auto;
    display: block;
}

.content {
    max-width: 1290px;
    margin-left: auto;
    margin-right: auto;
    padding: 25px 30px;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    border-radius: 6px;
}

.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);
}

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;
    text-align: center;
    z-index: 100;
}

h1, .title.general {
    font-size: 48px;
    line-height: 56px;
    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: 24px;
    line-height: 30px;
    color: #fff;
    text-transform: none;
    text-align: left;
    font-weight: 400;
}

h2.yellow, h3.yellow, .title.high.yellow, .title.middle.yellow {
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    border: 1px solid #000;
    background: #ffb504;
    padding: 13px 30px;
    color: #342355;
}

h2.border, h3.border, .title.high.border, .title.middle.border {
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    border: 2px solid #ffb504;
    padding: 12px 30px;
}

.button {
    min-width: 180px;
    border: 2px solid #ffbd04;
    color: #ffbd04;
    font-size: 15px;
    line-height: 25px;
    font-weight: 700;
    padding: 10.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: 25px;
    -moz-border-radius: 25px;
    border-radius: 25px;
}

.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 {
    margin-left: 30px;
}

.header__menu * {
    display: inline-block;
    vertical-align: middle;
}

.header__menu a, .header__expand-menu > *:nth-child(2) a {
    padding: 10px 30px;
    -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: #ffb504;
    font-size: 15px;
    line-height: 25px;
    font-weight: 600;
    text-transform: uppercase;
}

.header__menu a:hover {
    color: #fff;
}

.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(#ffb603), to(#dd5442));
    background: -webkit-linear-gradient(#ffb603, #dd5442);
    background: -moz-linear-gradient(#ffb603, #dd5442);
    background: -o-linear-gradient(#ffb603, #dd5442);
    background: linear-gradient(#ffb603, #dd5442);
    padding: 12.5px 15px;
    border: none;
    color: #2b1234;
}

.header__buttons > .button:nth-child(2) {
    margin-left: 29px;
}




/* cover */

.cover__content.content {
    padding: 50px 0 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;
}

.cover__image {
    -webkit-box-flex: 0;
    -webkit-flex: 0 1 150px;
    -moz-box-flex: 0;
    flex: 0 1 150px;
}

.cover__article {
    -webkit-box-flex: 0;
    -webkit-flex: 0 1 -webkit-calc(100% - 150px - 150px);
    -moz-box-flex: 0;
    flex: 0 1 calc(100% - 150px - 150px);
    padding: 0 20px;
    text-align: center;
}




/* main info */

.title.main-info__title {
    margin-bottom: 0;
}

.main-info__wrap {
    border: 1px solid #000;
    background: #25173f;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    overflow: hidden;
    padding: 40px 30px 40px 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: #442f6c;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    border: 1px solid #442f6c;
}

table {
    width: 100%;
    font-size: 18px;
    line-height: 36px;
    color: #fdcd0a;
}

table tbody tr:nth-child(2n) {
    color: #eb7e27;
}

table tbody tr:first-child {
    margin-top: 40px;
}

table thead {
    font-size: 24px;
    line-height: 36px;
    font-weight: 700;
    color: #fff;
}

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;
}

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;
    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-right: 15px;
}

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;
}

tr.margin {
    margin-top: 40px;
}



/* 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: #442f6c;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    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-pack: center;
    -webkit-justify-content: center;
    -moz-box-pack: center;
    justify-content: center;
}

.app-item__title.title {
    padding: 25px;
    -webkit-border-radius: 5px 5px 0 0;
    -moz-border-radius: 5px 5px 0 0;
    border-radius: 5px 5px 0 0;
    border: 1px solid #000;
    border-bottom: 0;
    margin-bottom: -5px;
}

.app-item__desc {
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    border: 2px solid #fdcd0a;
    padding: 20px 25px;
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -moz-box-flex: 1;
    flex: 1;
    z-index: 1000;
}



/* banner  first-bonus */


.banner__content.content {
    padding: 0 30px 0;
}

.app__content + .first-bonus__content.content {
    padding-bottom: 25px;
}

.first-bonus__image, .banner__image {
    position: absolute;
    right: 0;
    top: 0;
    width: 100%;
    height: 100%;
}

.first-bonus__image img, .banner__image img {
    -o-object-fit: cover;
    object-fit: cover;
    max-width: none;
    max-height: none;
    width: 100%;
    height: 100%;
}

.first-bonus__wrapper, .banner__wrapper {
    display: block;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    border: 2px solid #5c3cad;
    padding: 50px;
    text-align: center;
}

.first-bonus__title.title {
    text-transform: uppercase;
    color: #fff;
}

.first-bonus__title span {
    color: #ffb603;
}

.first-bonus__button.button, .banner__button.button {
    background: -webkit-gradient(linear, left top, left bottom, from(#ffb603), to(#dd5442));
    background: -webkit-linear-gradient(#ffb603, #dd5442);
    background: -moz-linear-gradient(#ffb603, #dd5442);
    background: -o-linear-gradient(#ffb603, #dd5442);
    background: linear-gradient(#ffb603, #dd5442);
    padding: 12.5px 15px;
    border: none;
    color: #2b1234;
}

.first-bonus__button.button {
    text-transform: uppercase;
}

.first-bonus__wrapper:hover .first-bonus__button.button, .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__wrapper {
    padding: 55px 6%;
    text-align: left;
}

.banner__wrap {
    padding: 20px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
    z-index: 100;
    max-width: 550px;
    width: 70%;
}

.banner__title.title {
    color: #fff;
    margin-bottom: 50px;
    text-align: left;
}

.banner__title > span {
    display: block;
}

.banner__title > span span {
    color: #ffb603;
}




/* pros */

.pros__wrap {
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    background: #442f6c;
    padding: 25px 30px;
    border: 1px solid #000;
}

.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;
}

.pros-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);
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    border: 2px solid #ffb504;
    padding: 20px 40px;
}

.pros-item__desc {
    margin-bottom: 20px;
    text-transform: uppercase;
    color: #fff;
    font-size: 24px;
    line-height: 25px;
    font-weight: 700;
}

.pros-item__list {
    font-size: 18px;
    line-height: 30px;
    font-weight: 700;
}

.pros-item__list 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;
    text-align: left;
}

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);
}

/* faq */

.faq__content.content {
    overflow: hidden;
}

.faq__title.title {
    margin-bottom: 50px;
}

.faq__item {
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    padding: 25px 30px;
    background: #3c2961;
    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;
}

.faq-item__question {
    color: #301f51;
    font-size: 18px;
    line-height: 30px;
    font-weight: 700;
    text-align: center;
    padding: 20px 10px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    background: #ffb504;
    border: 1px solid #000000;
    -webkit-box-flex: 0;
    -webkit-flex: 0 1 30%;
    -moz-box-flex: 0;
    flex: 0 1 30%;
    min-width: 300px;
}

.faq__item + .faq__item {
    margin-top: 25px;
}

.faq-item__answer {
   -webkit-box-flex: 0;
   -webkit-flex: 0 1 -webkit-calc(70% - 30px);
   -moz-box-flex: 0;
   flex: 0 1 calc(70% - 30px);
   font-size: 18px;
   line-height: 30px;
   color: #fff;
   max-width: -webkit-calc(100% - 300px - 30px);
   max-width: -moz-calc(100% - 300px - 30px);
   max-width: calc(100% - 300px - 30px);
}



/* bonus */

.bonus__list {
    padding: 25px 0;
    font-size: 18px;
    line-height: 30px;
}

.bonus__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: start;
    -webkit-align-items: flex-start;
    -moz-box-align: start;
    align-items: flex-start;
    z-index: 100;
}

.bonus__list span {
    padding: 0 40px 0 60px;
    -webkit-box-flex: 0;
    -webkit-flex: 0 1 -webkit-calc((100% - 30px) / 2);
    -moz-box-flex: 0;
    flex: 0 1 calc((100% - 30px) / 2);
}

.bonus__list li:first-child {
    font-size: 24px;
    line-height: 25px;
    font-weight: 700;
    color: #fff;
    text-transform: uppercase;
    margin-bottom: 20px;
}

.bonus__list:before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: -webkit-calc((100% - 30px) / 2);
    width: -moz-calc((100% - 30px) / 2);
    width: calc((100% - 30px) / 2);
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    border: 1px solid #000;
    background: #442f6c;
    height: 100%;
}

.bonus__list:after {
    content: '';
    position: absolute;
    right: 0;
    top: 0;
    width: -webkit-calc((100% - 30px) / 2);
    width: -moz-calc((100% - 30px) / 2);
    width: calc((100% - 30px) / 2);
    height: 100%;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    border: 1px solid #000;
    background: #442f6c;
}


/* tournaments */

.list {
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    border: 1px solid #000;
    background: #442f6c;
    margin-top: 25px;
    padding: 50px 60px;
}

.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;
}

.list span:first-child {
    -webkit-box-flex: 0;
    -webkit-flex: 0 1 19px;
    -moz-box-flex: 0;
    flex: 0 1 19px;
    height: 19px;
    width: 19px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    background: #ffb504;
    font-size: 13px;
    line-height: 15px;
    color: #301f51;
    font-weight: 700;
    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;
}

.list span:nth-child(2) {
    -webkit-box-flex: 0;
    -webkit-flex: 0 1 -webkit-calc(100% - 19px);
    -moz-box-flex: 0;
    flex: 0 1 calc(100% - 19px);
    padding-left: 20px;
    font-weight: 700;
}

.list li + li {
    margin-top: 25px;
}


/* list wrap */

.list__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;
}

.list__content > * {
    -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: 0;
}

.list__wrap {
    overflow: hidden;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    border: 1px solid #5c3cad;
    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: 20px;
}

.list__image {
    z-index: 100;
}

.list__bg {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
}

.list__bg img {
    -o-object-fit: cover;
    object-fit: cover;
    max-width: none;
    max-height: none;
    width: 100%;
    height: 100%;
}



/* games */

/* .wrapper__content.content {
    padding: 0;
} */

.games__wrap {
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    border: 1px solid #000;
    background: #442f6c;
    padding: 25px 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;
}

.games__wrap h2.border, .games__wrap h3.border {
    margin-bottom: 0;
    padding: 25px 30px;
}

.games__wrap > * {
    -webkit-box-flex: 0;
    -webkit-flex: 0 1 -webkit-calc((100% - 30px) / 2);
    -moz-box-flex: 0;
    flex: 0 1 calc((100% - 30px) / 2);
}

.games__wrap + .games__wrap {
    margin-top: 25px;
}

.games__content {
    margin-bottom: 25px;
}




/* points */

.points__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-top: -25px;
    margin-left: -30px;
}

.points__list li {
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    border: 2px solid #fdcd0a;
    padding: 18px 15px;
    margin-left: 30px;
    margin-top: 25px;
    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;
    color: #ffb504;
    font-size: 18px;
    line-height: 30px;
    font-weight: 500;
    -webkit-box-flex: 0;
    -webkit-flex: 0 1 -webkit-calc((100% - 120px) / 4);
    -moz-box-flex: 0;
    flex: 0 1 calc((100% - 120px) / 4);
    text-align: center;
}



/* testimonials */

.testimonials__title.title {
    margin-bottom: 50px;
}

.testimonials__wrap {
    background: #221739;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    border: 1px solid #000000;
    padding: 25px 30px;
}

.testimonials__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: start;
    -webkit-align-items: flex-start;
    -moz-box-align: start;
    align-items: flex-start;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-top: -25px;
    margin-left: -30px;
}

.testimonials-list__item {
    margin-left: 30px;
    margin-top: 25px;
    -webkit-box-flex: 0;
    -webkit-flex: 0 1 -webkit-calc((100% - 90px) / 3);
    -moz-box-flex: 0;
    flex: 0 1 calc((100% - 90px) / 3);
    text-align: center;
}

.testimonials-item__name {
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    background: #fdcd0a;
    display: inline-block;
    color: #301f51;
    font-weight: 700;
    padding: 5px 20px;
}

.testimonials-item__desc {
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    border: 1px solid #000;
    background: #442f6c;
    padding: 20px 25px;
    text-align: center;
    margin-top: 15px;
}
