@import url('https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,100;0,300;0,400;0,500;0,700;0,900;1,100;1,300;1,400;1,500;1,700;1,900&display=swap');

svg use {
    fill: #fff;
    fill-rule: evenodd;
}

.path {
    fill: #fff;
    stroke: #fff;
}

.svg-menu rect, .menu {
    -webkit-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
    -moz-transition: all 0.3s linear;
    transition: all 0.3s linear;
}

body {
    font-family: 'Roboto', Arial, sans-serif;
    width: 100%;
    color: #ffb503;
    font-size: 15px;
    line-height: 25px;
    overflow-x: hidden;
    background: #190b3b;
    -moz-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%;
    text-size-adjust: 100%;
    -webkit-text-size-adjust: 100%;
}

* {
    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, left bottom, from(#3d237c), to(#3b2374));
    background: -webkit-linear-gradient(#3d237c, #3b2374);
    background: -moz-linear-gradient(#3d237c, #3b2374);
    background: -o-linear-gradient(#3d237c, #3b2374);
    background: linear-gradient(#3d237c, #3b2374);
}

.main {
    padding-bottom: 25px;
}

.image img {
    margin: auto;
    display: block;
}

.content {
    max-width: 1350px;
    margin-left: auto;
    margin-right: auto;
    padding: 25px 30px;
}

.main:before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-repeat: no-repeat;
    -moz-background-size: contain;
    background-size: contain;
    background-image: url(../images/main.png);
}

a {
    -webkit-transition: all 0.2s linear;
    -o-transition: all 0.2s linear;
    -moz-transition: all 0.2s linear;
    transition: all 0.2s linear;
}

h1, h2, h3, h4, .title {
    font-weight: 700;
    text-align: center;
    z-index: 100;
}

h1, .title.general {
    font-size: 45px;
    line-height: 50px;
    color: #fff;
    text-transform: uppercase;
    text-align: center;
}

.title.general span {
    color: #b143cb;
}

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: #a534f3;
    text-transform: none;
    text-align: left;
}

h2.yellow, h3.yellow, .title.high.yellow, .title.middle.yellow {
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    background: #ffb504;
    padding: 13px 30px;
    color: #342355;
}

h2.purple, h3.purple, .title.high.purple, .title.middle.purple {
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    padding: 13px 30px;
    background: -webkit-gradient(linear, left top, right top, from(#7f2e93), to(#653097));
    background: -webkit-linear-gradient(left, #7f2e93, #653097);
    background: -moz-linear-gradient(left, #7f2e93, #653097);
    background: -o-linear-gradient(left, #7f2e93, #653097);
    background: linear-gradient(to right, #7f2e93, #653097);
}

.button {
    min-width: 180px;
    background: #fff;
    color: #541ccc;
    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: 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 {
    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: start;
    -webkit-align-items: flex-start;
    -moz-box-align: start;
    align-items: flex-start;
    background: transparent;
    border: none;
    padding: 0 30px;
}

.header__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;
    height: 125px;
    padding: 20px 30px;
    -webkit-border-radius: 0 0 35px 35px;
    -moz-border-radius: 0 0 35px 35px;
    border-radius: 0 0 35px 35px;
    background: -webkit-gradient(linear, left top, left bottom, from(#4d2e9b), to(#812e93));
    background: -webkit-linear-gradient(#4d2e9b, #812e93);
    background: -moz-linear-gradient(#4d2e9b, #812e93);
    background: -o-linear-gradient(#4d2e9b, #812e93);
    background: linear-gradient(#4d2e9b, #812e93);
    margin: 0 30px -25px;
}

.header__logo img {
    display: block;
    margin: auto;
    -o-object-fit: cover;
    object-fit: cover;
    max-width: none;
    max-height: none;
    width: 120px;
}

.header__button.button {
    margin-top: 25px;
    margin-bottom: 25px;
}

.header__button.left {
    margin-right: 0;
    margin-left: auto;
    background: -webkit-gradient(linear, left top, left bottom, from(#ffce07), to(#ffae00));
    background: -webkit-linear-gradient(#ffce07, #ffae00);
    background: -moz-linear-gradient(#ffce07, #ffae00);
    background: -o-linear-gradient(#ffce07, #ffae00);
    background: linear-gradient(#ffce07, #ffae00);
}

.header__button.right {
    margin-left: 0;
    margin-right: auto;
}




/* cover */

.cover__content.content {
    padding-top: 0;
    padding-bottom: 0;
}

.cover__title.title {
    background: -webkit-gradient(linear, left top, left bottom, from(#4016aa), to(transparent));
    background: -webkit-linear-gradient(#4016aa, transparent);
    background: -moz-linear-gradient(#4016aa, transparent);
    background: -o-linear-gradient(#4016aa, transparent);
    background: linear-gradient(#4016aa, transparent);
    padding: 75px 10%;
}

.cover__article {
    padding: 25px 20px;
    background: #2b1065;
    color: #fff;
}




/* main info */

.title.main-info__title.yellow {
    margin-bottom: 0;
    -webkit-border-radius: 5px 5px 0 0;
    -moz-border-radius: 5px 5px 0 0;
    border-radius: 5px 5px 0 0;
}

.main-info__wrap {
    background: #51217f;
    -webkit-border-radius: 0 0 5px 5px;
    -moz-border-radius: 0 0 5px 5px;
    border-radius: 0 0 5px 5px;
    overflow: hidden;
    padding: 40px 30px 60px 60px;
}

.main-info__wrap:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: -webkit-calc((100% - 90px) * 0.32 + 60px);
    width: -moz-calc((100% - 90px) * 0.32 + 60px);
    width: calc((100% - 90px) * 0.32 + 60px);
    background: -webkit-gradient(linear, left top, right top, from(#802e93), to(#642f98));
    background: -webkit-linear-gradient(left, #802e93, #642f98);
    background: -moz-linear-gradient(left, #802e93, #642f98);
    background: -o-linear-gradient(left, #802e93, #642f98);
    background: linear-gradient(to right, #802e93, #642f98);
    -webkit-border-radius: 0 0 0 5px;
    -moz-border-radius: 0 0 0 5px;
    border-radius: 0 0 0 5px;
}

table {
    width: 100%;
    font-size: 18px;
    line-height: 30px;
    color: #fdcd0a;
}

table a {
    color: #fff;
}

table a:hover {
    text-decoration: underline;
}

table tbody {
    color: #fdcd0a;
}

table tbody tr:first-child {
    margin-top: 40px;
}

table thead {
    font-size: 24px;
    line-height: 30px;
    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 tbody tr + tr {
    margin-top: 25px;
}

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;
}

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;
}



/* first-bonus */

.first-bonus__content + .article {
    text-align: center;
}

.first-bonus__content.content {
    padding-top: 0;
}

.first-bonus__wrapper {
    background: -webkit-gradient(linear, left top, right top, from(#ffae00), to(#ffcc07));
    background: -webkit-linear-gradient(left, #ffae00, #ffcc07);
    background: -moz-linear-gradient(left, #ffae00, #ffcc07);
    background: -o-linear-gradient(left, #ffae00, #ffcc07);
    background: linear-gradient(to right, #ffae00, #ffcc07);
    padding: 60px 30px 50px 75px;
}

.first-bonus__wrap {
    z-index: 100;
    max-width: 670px;
    width: 80%;
}

.first-bonus__image {
    position: absolute;
    right: 15%;
    bottom: -15px;
    height: -webkit-calc(100% + 15px + 40px);
    height: -moz-calc(100% + 15px + 40px);
    height: calc(100% + 15px + 40px);
}

.first-bonus__image img {
    -o-object-fit: cover;
    object-fit: cover;
    max-block-size: none;
    max-height: none;
    height: 100%;
}

.first-bonus__desc {
    color: #2c2726;
    font-weight: 700;
    text-transform: uppercase;
    font-size: 45px;
    line-height: 55px;
}

.first-bonus__desc > span {
    color: #ee1a3e;
}

.first-bonus__button.button {
    margin-top: 25px;
    min-width: 160px;
    color: #fff;
    background: #653097;
}



/* app */

.app__list {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -moz-box-pack: justify;
    justify-content: space-between;
    -webkit-box-align: stretch;
    -webkit-align-items: stretch;
    -moz-box-align: stretch;
    align-items: stretch;
}

.app-list__item {
    -webkit-box-flex: 0;
    -webkit-flex: 0 1 -webkit-calc((100% - 30px) / 2);
    -moz-box-flex: 0;
    flex: 0 1 calc((100% - 30px) / 2);
    background: -webkit-gradient(linear, left top, right top, from(#7f2e93), to(#653097));
    background: -webkit-linear-gradient(left, #7f2e93, #653097);
    background: -moz-linear-gradient(left, #7f2e93, #653097);
    background: -o-linear-gradient(left, #7f2e93, #653097);
    background: linear-gradient(to right, #7f2e93, #653097);
    -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;
    text-align: center;
}






/* pros */

.pros__title.title.yellow {
    -webkit-border-radius: 5px 5px 0 0;
    -moz-border-radius: 5px 5px 0 0;
    border-radius: 5px 5px 0 0;
    margin-bottom: 0;
}

.pros-item__list li {
    display: block;
}

.pros__list {
    -webkit-border-radius: 0 0 5px 5px;
    -moz-border-radius: 0 0 5px 5px;
    border-radius: 0 0 5px 5px;
    background: #51217f;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -moz-box-pack: justify;
    justify-content: space-between;
    -webkit-box-align: stretch;
    -webkit-align-items: stretch;
    -moz-box-align: stretch;
    align-items: stretch;
    overflow: hidden;
}

.pros-list__item {
    padding: 40px 30px 60px 60px;
}

.pros-list__item:first-child {
    -webkit-box-flex: 0;
    -webkit-flex: 0 1 35%;
    -moz-box-flex: 0;
    flex: 0 1 35%;
    background: -webkit-gradient(linear, left top, right top, from(#7f2e93), to(#653097));
    background: -webkit-linear-gradient(left, #7f2e93, #653097);
    background: -moz-linear-gradient(left, #7f2e93, #653097);
    background: -o-linear-gradient(left, #7f2e93, #653097);
    background: linear-gradient(to right, #7f2e93, #653097);
}

.pros-list__item:nth-child(2) {
    -webkit-box-flex: 0;
    -webkit-flex: 0 1 65%;
    -moz-box-flex: 0;
    flex: 0 1 65%;
}

.pros-item__desc {
    font-size: 24px;
    line-height: 30px;
    font-weight: 700;
    color: #fff;
    margin-bottom: 40px;
}

.pros-item__list {
    font-size: 18px;
    line-height: 30px;
    color: #fdcd0a;
}

.pros-item__list li + li {
    margin-top: 25px;
}



/* article  */



article > *, .article > * {
    margin-top: 25px;
}

.article > * + .button, article > * + .button {
    margin-top: 25px;
}

article > *:first-child, .article > *:first-child, article > a.button:first-child, .article > a.button:first-child {
    margin-top: 0;
}

article li, .article li {
    padding-left: 30px;
    display: block;
    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__item {
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    border: 1px solid transparent;
    background: #190b3b;
    -webkit-transition: border box-shadow 0.2s linear;
    -o-transition: border box-shadow 0.2s linear;
    -moz-transition: border box-shadow 0.2s linear;
    transition: border box-shadow 0.2s linear;
    overflow: hidden;
    -webkit-box-shadow: 0 0 30px 30px rgba(127, 46, 147, 0.2);
    -moz-box-shadow: 0 0 30px 30px rgba(127, 46, 147, 0.2);
    box-shadow: 0 0 30px 30px rgba(127, 46, 147, 0.2);
    display: block;
}

.faq-item__question {
    font-size: 30px;
    line-height: 40px;
    color: #fff;
    font-weight: 700;
    -webkit-border-radius: 0 0 5px 5px;
    -moz-border-radius: 0 0 5px 5px;
    border-radius: 0 0 5px 5px;
    background: -webkit-gradient(linear, left top, right top, from(#7f2e93), to(#653097));
    background: -webkit-linear-gradient(left, #7f2e93, #653097);
    background: -moz-linear-gradient(left, #7f2e93, #653097);
    background: -o-linear-gradient(left, #7f2e93, #653097);
    background: linear-gradient(to right, #7f2e93, #653097);
    padding: 25px 30px;
    min-height: 100px;
    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: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    align-items: center;
    -webkit-transition: color 0.2s linear;
    -o-transition: color 0.2s linear;
    -moz-transition: color 0.2s linear;
    transition: color 0.2s linear;
}

.faq__item + .faq__item {
    margin-top: 25px;
}

.faq-item__answer {
   padding: 25px 30px;
}

.faq__item.active {
    border: 1px solid #ffb504;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
}

.faq__item.active .faq-item__question {
    color: #ffb504;
}

.js-expand-content {
    display: none;
    overflow: hidden;
}

.js-expand-content.expanded {
    height: 100%;
}




/* banner  second-bonus */



.banner__content.content, .second-bonus__content.content {
    padding: 0 30px 25px;
}

.banner__content.content {
    padding: 0 30px 0;
}

.app__content + .second-bonus__content.content {
    padding-bottom: 25px;
}

.second-bonus__image, .banner__image {
    position: absolute;
    right: 0;
    top: 0;
    width: 100%;
    height: 100%;
}

.second-bonus__image img, .banner__image img {
    -o-object-fit: cover;
    object-fit: cover;
    max-width: none;
    max-height: none;
    width: 100%;
    height: 100%;
}

.second-bonus__wrapper, .banner__wrapper {
    display: block;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    border: 1px solid #a45cda;
    padding: 75px 50px 50px;
    text-align: center;
    overflow: hidden;
}

.second-bonus__title.title {
    text-transform: uppercase;
    color: #fff;
}

.second-bonus__title span {
    color: #ffb603;
}

.second-bonus__button.button, .banner__button.button {
    background: #ffb504;
    padding: 12.5px 15px;
    border: none;
    color: #2b1234;
}

.second-bonus__button.button {
    text-transform: uppercase;
}

.second-bonus__wrapper:hover .second-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: 30px;
    text-align: left;
}

.banner__wrap {
    padding: 20px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
    z-index: 100;
    max-width: 600px;
    width: 75%;
}

.banner__title.title {
    color: #fff;
    text-align: left;
    text-transform: uppercase;
}

.banner__title > span {
    display: block;
}

.banner__title > span span {
    color: #ffb603;
}

.banner__image img {
    -o-object-position: 60%;
    object-position: 60%;
}





/* bonus */

.bonus__title.title.yellow {
    -webkit-border-radius: 5px 5px 0 0;
    -moz-border-radius: 5px 5px 0 0;
    border-radius: 5px 5px 0 0;
    margin-bottom: 0;
}

.bonus__list.list {
    -webkit-border-radius: 0 0 5px 5px;
    -moz-border-radius: 0 0 5px 5px;
    border-radius: 0 0 5px 5px;
}

.bonus__content + .banner__content + .content {
    text-align: center;
}


/* list */

.list {
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    border: 1px solid #ffb504;
    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: 400;
    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: 400;
}

.list li + li {
    margin-top: 25px;
}


/* games */

.games__wrap {
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    border: 1px solid #ffb504;
    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.purple, .games__wrap h3.purple {
    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;
}


/* mail */

.title.mail__title {
    color: #fff;
    font-weight: 400;
    margin-bottom: 50px;
}

.mail__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;
}


.mail__list li {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: flex;
    -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;
    background: #ffb504;
    font-weight: 700;
    font-size: 24px;
    line-height: 35px;
    padding: 25px 30px;
    min-height: 100px;
    -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: #190b3b;
}


.mail__content + .content {
    text-align: center;
}


/* testimonials */

.testimonials__wrap {
    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;
}

.testimonials__list {
    -webkit-box-flex: 0;
    -webkit-flex: 0 1 33%;
    -moz-box-flex: 0;
    flex: 0 1 33%;
    min-width: 300px;
}

.testimonials__title.high.title {
    color: #fff;
    text-align: left;
}

.testimonials__article {
    -webkit-box-flex: 0;
    -webkit-flex: 0 1 -webkit-calc(67% - 30px);
    -moz-box-flex: 0;
    flex: 0 1 calc(67% - 30px);
    max-width: -webkit-calc(100% - 300px - 30px);
    max-width: -moz-calc(100% - 300px - 30px);
    max-width: calc(100% - 300px - 30px);
}

.testimonials__desc {
    color: #fff;
    margin-top: 25px;
}

.testimonials__article p > span:nth-child(2) {
    display: block;
    text-align: right;
}
