@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');

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: #ffb503;
    font-size: 15px;
    line-height: 25px;
    overflow-x: hidden;
    background: #0f1732;
    -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: -webkit-gradient(linear, left top, right top, from(#ec6769), to(#bd3080));
    background: -webkit-linear-gradient(left, #ec6769, #bd3080);
    background: -moz-linear-gradient(left, #ec6769, #bd3080);
    background: -o-linear-gradient(left, #ec6769, #bd3080);
    background: linear-gradient(to right, #ec6769, #bd3080);
}

.image img {
    margin: auto;
    display: block;
}

.content {
    max-width: 1290px;
    margin-left: auto;
    margin-right: auto;
    padding: 25px 30px;
}

.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;
    z-index: 100;
}

h1, .title.general {
    font-size: 48px;
    line-height: 56px;
    color: #fdcd0a;
    text-transform: uppercase;
    text-align: center;
    font-family: 'Poppins', Arial, sans-serif;
}

h2, .title.high, h3, .title.middle {
    font-size: 36px;
    line-height: 48px;
    margin-bottom: 25px;
    color: #ffc605;
}

h4, .title.small {
    font-size: 24px;
    line-height: 30px;
    color: #fff;
}

.button {
    min-width: 105px;
    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: #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: 'Poppins', 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 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: 80px;
    margin-right: 20px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
    border: 1px solid #f77aa0;
    background: -webkit-gradient(linear, left top, left bottom, from(#e26289), to(#dd4c78));
    background: -webkit-linear-gradient(#e26289, #dd4c78);
    background: -moz-linear-gradient(#e26289, #dd4c78);
    background: -o-linear-gradient(#e26289, #dd4c78);
    background: linear-gradient(#e26289, #dd4c78);
    padding: 0 10px;
}

.header__menu * {
    display: inline-block;
    vertical-align: middle;
}

.header__menu a, .header__expand-menu > *:nth-child(2) a {
    padding: 12px 20px;
    -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 a:hover {
    color: #fdcd0a;
}

.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:nth-child(2) {
    background: transparent;
    padding: 10.5px 15px;
    border: 2px solid #ffbe04;
    color: #ffbe04;
}

.header__buttons > .button:nth-child(2) {
    margin-left: 29px;
}


.white {
    color: #fff;
}



/* 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 218px;
    -moz-box-flex: 0;
    flex: 0 1 218px;
}

.cover__article {
    -webkit-box-flex: 0;
    -webkit-flex: 0 1 -webkit-calc(100% - 218px - 218px);
    -moz-box-flex: 0;
    flex: 0 1 calc(100% - 218px - 218px);
    padding: 0;
    text-align: center;
}



/* info */

.info__content.content {
    padding-bottom: 0;
}

.info__wrap {
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    background: #fff;
    padding: 0 30% 0 60px;
    overflow: hidden;
}

.info__table thead {
    color: #fff;
}

.info__table tr td:first-child {
    -webkit-box-flex: 0;
    -webkit-flex: 0 1 20%;
    -moz-box-flex: 0;
    flex: 0 1 20%;
    font-weight: 700;
    text-transform: uppercase;
}

.info__table tr td:nth-child(n + 2) {
    padding-left: 30px;
}

.info__table tr td:nth-child(2) {
    -webkit-box-flex: 0;
    -webkit-flex: 0 1 40%;
    -moz-box-flex: 0;
    flex: 0 1 40%;
}

.info__table tr td:nth-child(n + 3) {
    -webkit-box-flex: 0;
    -webkit-flex: 0 1 20%;
    -moz-box-flex: 0;
    flex: 0 1 20%;
}

.info__table thead td {
    padding-top: 10px;
    padding-bottom: 10px;
    min-height: 75px;
    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;
}

.info__table tbody tr td {
    padding-top: 15px;
    padding-bottom: 15px;
    min-height: 100px;
    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;
}

.info__wrap:before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 43%;
    background: -webkit-gradient(linear, right top, left top, from(#ec6669), to(#bf327f));
    background: -webkit-linear-gradient(right, #ec6669, #bf327f);
    background: -moz-linear-gradient(right, #ec6669, #bf327f);
    background: -o-linear-gradient(right, #ec6669, #bf327f);
    background: linear-gradient(to left, #ec6669, #bf327f);
}



/* providers */

.providers__content.content {
    padding-bottom: 0;
}

.providers__content {
    padding-bottom: 0;
    font-size: 18px;
    line-height: 36px;
}

.providers__desc {
    font-weight: 700;
    background: -webkit-gradient(linear, right top, left top, from(#ec6669), to(#bf327f));
    background: -webkit-linear-gradient(right, #ec6669, #bf327f);
    background: -moz-linear-gradient(right, #ec6669, #bf327f);
    background: -o-linear-gradient(right, #ec6669, #bf327f);
    background: linear-gradient(to left, #ec6669, #bf327f);
    padding: 20px 30px 20px 60px;
    -webkit-border-radius: 5px 5px 0 0;
    -moz-border-radius: 5px 5px 0 0;
    border-radius: 5px 5px 0 0;
}

.providers__text {
    color: #0f1732;
    padding: 30px 30px 30px 60px;
    background: #fff;
    -webkit-border-radius: 0 0 5px 5px;
    -moz-border-radius: 0 0 5px 5px;
    border-radius: 0 0 5px 5px;
}




/* main info */


.main-info__wrap {
    background: #fff;
    -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% - 30px - 60px) * 0.30 + 60px);
    width: -moz-calc((100% - 30px - 60px) * 0.30 + 60px);
    width: calc((100% - 30px - 60px) * 0.30 + 60px);
    background: -webkit-gradient(linear, left top, left bottom, from(#ec6669), to(#bf327f));
    background: -webkit-linear-gradient(#ec6669, #bf327f);
    background: -moz-linear-gradient(#ec6669, #bf327f);
    background: -o-linear-gradient(#ec6669, #bf327f);
    background: linear-gradient(#ec6669, #bf327f);
}

table {
    width: 100%;
    font-size: 18px;
    line-height: 36px;
    color: #0f1732;
}

.main-info__table thead, .main-info__table tr td:first-child {
    font-weight: 700;
}

.main-info__table thead {
    text-transform: uppercase;
}

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 tr td:first-child {
    padding-right: 30px;
    -webkit-box-flex: 0;
    -webkit-flex: 0 1 30%;
    -moz-box-flex: 0;
    flex: 0 1 30%;
    min-width: 200px;
    color: #fff;
}

.main-info__table tr td:nth-child(2) {
    -webkit-box-flex: 0;
    -webkit-flex: 0 1 70%;
    -moz-box-flex: 0;
    flex: 0 1 70%;
    max-width: -webkit-calc(100% - 200px);
    max-width: -moz-calc(100% - 200px);
    max-width: calc(100% - 200px);
    padding-left: 60px;
}

.main-info__table tbody tr {
    margin-top: 25px;
}



/* registration */

.registration__list li {
    display: block;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    color: #fff;
    font-weight: 700;
    border: 2px solid #bf327f;
    font-size: 18px;
    padding: 20px 30px;
}

.registration__list span {
    color: #bf327f;
    margin-right: 2px;
}

.registration__list li + li {
    margin-top: 25px;
}




/* bonus */

.bonus__content div {
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    background: -webkit-gradient(linear, left top, right top, from(#1b264d), to(#0f1732));
    background: -webkit-linear-gradient(left, #1b264d, #0f1732);
    background: -moz-linear-gradient(left, #1b264d, #0f1732);
    background: -o-linear-gradient(left, #1b264d, #0f1732);
    background: linear-gradient(to right, #1b264d, #0f1732);
    font-weight: 700;
    font-size: 18px;
    color: #fff;
    padding: 20px 30px;
    -webkit-box-shadow: 0 0 15px 10px rgba(7, 0, 27, 0.15);
    -moz-box-shadow: 0 0 15px 10px rgba(7, 0, 27, 0.15);
    box-shadow: 0 0 15px 10px rgba(7, 0, 27, 0.15);
}


/* tournaments */

.tournaments__content div {
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    background: -webkit-gradient(linear, left top, right top, from(#1b264d), to(#0f1732));
    background: -webkit-linear-gradient(left, #1b264d, #0f1732);
    background: -moz-linear-gradient(left, #1b264d, #0f1732);
    background: -o-linear-gradient(left, #1b264d, #0f1732);
    background: linear-gradient(to right, #1b264d, #0f1732);
    font-weight: 700;
    font-size: 18px;
    color: #7b8dc9;
    padding: 30px 30px;
    -webkit-box-shadow: 0 0 15px 10px rgba(7, 0, 27, 0.15);
    -moz-box-shadow: 0 0 15px 10px rgba(7, 0, 27, 0.15);
    box-shadow: 0 0 15px 10px rgba(7, 0, 27, 0.15);
}

.tournaments__content + .article > * + h3 {
    margin-top: 50px;
}


/* 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__wrap {
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    background: -webkit-gradient(linear, left top, left bottom, from(#c73d7c), to(#e35d6f));
    background: -webkit-linear-gradient(#c73d7c, #e35d6f);
    background: -moz-linear-gradient(#c73d7c, #e35d6f);
    background: -o-linear-gradient(#c73d7c, #e35d6f);
    background: linear-gradient(#c73d7c, #e35d6f);
    padding: 25px 30px;
}

.faq__title.title {
    color: #fff;
    text-align: center;
}

.faq__item {
    overflow: hidden;
    cursor: pointer;
    display: block;
    background: #b63b71;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    color: #fff;
}

.faq-item__question {
    color: #0f1732;
    font-weight: 700;
    font-size: 30px;
    line-height: 40px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    background: #fff;
    font-weight: 700;
    padding: 14px 20px;
}

.faq__item + .faq__item {
    margin-top: 25px;
}

.faq-item__answer {
   padding:20px;
}

.js-expand-content {
    display: none;
    overflow: hidden;
}

.js-expand-content.expanded {
    height: 100%;
}




/* games */

.games__content > h2:first-child {
    color: #fff;
    margin-bottom: 50px;
}

.games__wrapper {
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    background: #fff;
    padding: 30px 30px 40px 40px;
    overflow: hidden;
    margin-bottom: 25px;
}

.games__table thead {
    font-weight: 700;
}

.games__table tr td:first-child {
    -webkit-box-flex: 0;
    -webkit-flex: 0 1 12%;
    -moz-box-flex: 0;
    flex: 0 1 12%;
    padding-right: 15px;
    color: #fff;
}

.games__wrapper:before {
    content: '';
    position: absolute;
    left: 0;
    height: 100%;
    top: 0;
    background: -webkit-gradient(linear, left top, left bottom, from(#ec6669), to(#bf327f));
    background: -webkit-linear-gradient(#ec6669, #bf327f);
    background: -moz-linear-gradient(#ec6669, #bf327f);
    background: -o-linear-gradient(#ec6669, #bf327f);
    background: linear-gradient(#ec6669, #bf327f);
    width: -webkit-calc((100% - 30px - 40px) * 0.12 + 40px);
    width: -moz-calc((100% - 30px - 40px) * 0.12 + 40px);
    width: calc((100% - 30px - 40px) * 0.12 + 40px);
}

.games__table tbody tr:first-child {
    margin-top: 25px;
}

.games__table tr td:nth-child(2) {
    -webkit-box-flex: 0;
    -webkit-flex: 0 1 17%;
    -moz-box-flex: 0;
    flex: 0 1 17%;
    padding-left: 50px;
}

.games__table tr td:nth-child(n + 3) {
    padding-left: 20px;
}

.games__table tr td:nth-child(3), .games__table tr td:nth-child(4) {
    -webkit-box-flex: 0;
    -webkit-flex: 0 1 13%;
    -moz-box-flex: 0;
    flex: 0 1 13%;
}

.games__table tr td:nth-child(5) {
    -webkit-box-flex: 0;
    -webkit-flex: 0 1 16%;
    -moz-box-flex: 0;
    flex: 0 1 16%;
}

.games__table tr td:nth-child(6) {
    -webkit-box-flex: 0;
    -webkit-flex: 0 1 29%;
    -moz-box-flex: 0;
    flex: 0 1 29%;
    font-size: 14px;
    font-weight: 700;
}

.games__table tbody tr:nth-child(2n + 1) td:last-child {
    color: #d54f76;
}

.games__table thead tr td:last-child {
    color: #d54f76;
    font-size: 16px;
}



.games__wrap {
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    background: -webkit-gradient(linear, left top, left bottom, from(#e35e6e), to(#c53b7d));
    background: -webkit-linear-gradient(#e35e6e, #c53b7d);
    background: -moz-linear-gradient(#e35e6e, #c53b7d);
    background: -o-linear-gradient(#e35e6e, #c53b7d);
    background: linear-gradient(#e35e6e, #c53b7d);
    color: #fff;
    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: stretch;
    -webkit-align-items: stretch;
    -moz-box-align: stretch;
    align-items: stretch;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
}

.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__wrap h4 {
    text-align: center;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    background: -webkit-gradient(linear, left top, right top, from(#de5590), to(#ed6d7f));
    background: -webkit-linear-gradient(left, #de5590, #ed6d7f);
    background: -moz-linear-gradient(left, #de5590, #ed6d7f);
    background: -o-linear-gradient(left, #de5590, #ed6d7f);
    background: linear-gradient(to right, #de5590, #ed6d7f);
    padding: 15px 30px;
    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;
    min-height: 100px;
}

.games__wrap p {
    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;
}

.games__wrap.big > *:nth-child(n + 3) {
    margin-top: 25px;
}

.games__logo {
    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;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    border: 2px solid #fcdb78;
}




/* payment */

.payment__content.content {
    padding-top: 0;
    padding-bottom: 0;
}

.payment__wrap {
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    overflow: hidden;
    background: #fff;
    padding: 40px 30px 40px 60px;
}

.payment__table {
    font-weight: 700;
    font-size: 24px;
}

.payment__table tbody tr:first-child {
    margin-top: 25px;
}

.payment__table tr td:first-child {
    color: #fff;
    -webkit-box-flex: 0;
    -webkit-flex: 0 1 32%;
    -moz-box-flex: 0;
    flex: 0 1 32%;
    padding-right: 20px;
}

.payment__wrap:before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: -webkit-calc((100% - 30px - 60px) * 0.32 + 60px);
    width: -moz-calc((100% - 30px - 60px) * 0.32 + 60px);
    width: calc((100% - 30px - 60px) * 0.32 + 60px);
    background: -webkit-gradient(linear, left top, right top, from(#c73d7c), to(#e35d6f));
    background: -webkit-linear-gradient(left, #c73d7c, #e35d6f);
    background: -moz-linear-gradient(left, #c73d7c, #e35d6f);
    background: -o-linear-gradient(left, #c73d7c, #e35d6f);
    background: linear-gradient(to right, #c73d7c, #e35d6f);
}

.payment__table tr td:nth-child(n + 2) {
    padding-left: 20px;
    text-align: center;
}

.payment__table tr td:nth-child(2) {
    -webkit-box-flex: 0;
    -webkit-flex: 0 1 32%;
    -moz-box-flex: 0;
    flex: 0 1 32%;
}

.payment__table tr td:nth-child(3) {
    -webkit-box-flex: 0;
    -webkit-flex: 0 1 36%;
    -moz-box-flex: 0;
    flex: 0 1 36%;
}



/* testimonials */

.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: 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;
}

.testimonials-list__item {
    -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-top: 25px;
    margin-left: 30px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    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;
    text-align: center;
    color: #fff;
    background: -webkit-gradient(linear, left top, left bottom, from(#353f60), to(#2c385f));
    background: -webkit-linear-gradient(#353f60, #2c385f);
    background: -moz-linear-gradient(#353f60, #2c385f);
    background: -o-linear-gradient(#353f60, #2c385f);
    background: linear-gradient(#353f60, #2c385f);
    padding: 20px 30px;
}


/* rating */

.rating__wrap {
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    background: #fff;
    overflow: hidden;
    font-weight: 700;
    padding: 0 40px;
}

.rating__table tr td:first-child {
    -webkit-box-flex: 0;
    -webkit-flex: 0 1 13%;
    -moz-box-flex: 0;
    flex: 0 1 13%;
    text-align: left;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -moz-box-pack: start;
    justify-content: flex-start;
}

.rating__table tr td:nth-child(n + 2) {
    -webkit-box-flex: 0;
    -webkit-flex: 0 1 14%;
    -moz-box-flex: 0;
    flex: 0 1 14%;
    padding-left: 5px;
    text-align: center;
}

.rating__table tr td:nth-child(5) {
    -webkit-box-flex: 0;
    -webkit-flex: 0 1 17%;
    -moz-box-flex: 0;
    flex: 0 1 17%;
}

.rating__table thead {
    color: #fff;
}

.rating__table thead td {
    padding-top: 10px;
    padding-bottom: 10px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -moz-box-pack: center;
    justify-content: center;
    min-height: 110px;
}

.rating__table tbody td {
    padding-top: 10px;
    padding-bottom: 10px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -moz-box-pack: center;
    justify-content: center;
    min-height: 85px;
}

.rating__wrap:before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    height: 56%;
    width: 100%;
    background: -webkit-gradient(linear, left top, right top, from(#c73d7c), to(#e35d6f));
    background: -webkit-linear-gradient(left, #c73d7c, #e35d6f);
    background: -moz-linear-gradient(left, #c73d7c, #e35d6f);
    background: -o-linear-gradient(left, #c73d7c, #e35d6f);
    background: linear-gradient(to right, #c73d7c, #e35d6f);
}
