@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;
}

html {
    scroll-behavior: smooth;
}


body {
    font-family: 'Roboto', Arial, sans-serif;
    width: 100%;
    color: #fff;
    font-size: 15px;
    line-height: 25px;
    overflow-x: hidden;
    background: #2b3a6d;
    -moz-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%;
    text-size-adjust: 100%;
    -webkit-text-size-adjust: 100%;
    word-break: break-word;
}

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;
    margin: auto;
}

.header {
    z-index: 1000;
    width: 100%;
    background: #2b3a6d;
}

.image img {
    margin: auto;
    display: block;
}

.content {
    max-width: 1290px;
    margin-left: auto;
    margin-right: auto;
    padding: 25px 30px;
}

.content:last-child {
    padding-bottom: 25px;
}

.main {
    padding-bottom: 25px;
}

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: 55px;
    color: #fdcd0a;
    text-transform: uppercase;
}

h2, .title.high, h3, .title.middle {
    font-size: 36px;
    line-height: 48px;
    margin-bottom: 25px;
    color: #f0b118;
}

h4, .title.small {
    font-size: 24px;
    line-height: 30px;
    color: #fff;
}

.button {
    min-width: 180px;
    background: -webkit-gradient(linear, left top, left bottom, from(#ffcc00), to(#e99810));
    background: -webkit-linear-gradient(#ffcc00, #e99810);
    background: -moz-linear-gradient(#ffcc00, #e99810);
    background: -o-linear-gradient(#ffcc00, #e99810);
    background: linear-gradient(#ffcc00, #e99810);
    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: 15px;
    -moz-border-radius: 15px;
    border-radius: 15px;
}

.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: 60px;
    padding-right: 60px;
}

.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;
    text-align: center;
}

.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: 700;
    text-transform: uppercase;
}

.header__menu li + li {
    margin-left: 58px;
}

.header__menu li:before {
    content: '';
    position: absolute;
    width: 58px;
    height: 15px;
    top: -webkit-calc(50% - 7.5px);
    top: -moz-calc(50% - 7.5px);
    top: calc(50% - 7.5px);
    left: -58px;
    background-repeat: no-repeat;
    -moz-background-size: cover;
    background-size: cover;
    background-image: url(../images/menu.svg);
}

.header__menu li:last-child: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:first-child {
    color: #ffbd04;
    border: 2px solid #ffbd04;
    padding: 10.5px 15px;
    background: transparent;
}

.header__button + .header__button.button {
    margin-left: 30px;
}

.header__button:first-child:hover {
    background: #ffbd04;
    color: #2b1234;
}





/* cover */



.cover__content.content {
    padding-top: 75px;
    padding-bottom: 50px;
}

.cover__image {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
}

.cover__image img {
    -o-object-fit: cover;
    object-fit: cover;
    max-width: none;
    max-height: none;
    width: 100%;
    height: 100%;
}

.cover__wrapper {
    -webkit-border-radius: 15px;
    -moz-border-radius: 15px;
    border-radius: 15px;
    border: 1px solid #fff;
    z-index: 100;
    background: -webkit-gradient(linear, left top, right top, from(rgba(54, 96, 162, 0.2)), color-stop(rgba(97, 91, 171, 0.2)), to(rgba(54, 96, 162, 0.2)));
    background: -webkit-linear-gradient(left, rgba(54, 96, 162, 0.2), rgba(97, 91, 171, 0.2), rgba(54, 96, 162, 0.2));
    background: -moz-linear-gradient(left, rgba(54, 96, 162, 0.2), rgba(97, 91, 171, 0.2), rgba(54, 96, 162, 0.2));
    background: -o-linear-gradient(left, rgba(54, 96, 162, 0.2), rgba(97, 91, 171, 0.2), rgba(54, 96, 162, 0.2));
    background: linear-gradient(to right, rgba(54, 96, 162, 0.2), rgba(97, 91, 171, 0.2), rgba(54, 96, 162, 0.2));
    padding: 75px 9% 50px;
    text-align: center;
}

.cover__title.title {
    max-width: 850px;
    margin: 0 auto 40px;
}

.cover__button.button {
    min-width: 240px;
    margin-top: 40px;
    text-transform: uppercase;
}




/* main info */


.main-info__title.title.high {
    margin-bottom: 30px;
    color: #fff;
    font-size: 24px;
    line-height: 32px;
}

.main-info__wrap {
    color: #2e2150;
    text-transform: uppercase;
    overflow: hidden;
    padding: 40px 30px 60px 40px;
}

.wrap {
    -webkit-border-radius: 15px;
    -moz-border-radius: 15px;
    border-radius: 15px;
    background: #fff;
    overflow: hidden;
}

.wrap:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    background: #41569d;
}

.main-info__wrap:before {
    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);
}

table {
    width: 100%;
    font-size: 18px;
    line-height: 36px;
    word-break: break-word;
}


table tr td:first-child {
    color: #fff;
}

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 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;
}

.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:nth-child(2), .main-info__table tbody tr:last-child, .main-info__table tbody tr:nth-last-child(2) {
    margin-top: 35px;
}


/* list */

.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;
}

.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: 20px;
    -moz-border-radius: 20px;
    border-radius: 20px;
    background: #3f5399;
    -webkit-box-shadow: 0 0 30px 20px rgba(0, 0, 0, 0.05);
    -moz-box-shadow: 0 0 30px 20px rgba(0, 0, 0, 0.05);
    box-shadow: 0 0 30px 20px rgba(0, 0, 0, 0.05);
    padding: 50px 70px;
}

.list__item li {
    display: block;
}

.item__desc {
    font-size: 30px;
    line-height: 38px;
    margin-bottom: 25px;
}

.pros__list .item__desc {
    margin-bottom: 50px;
}




.article .image img {
    -o-object-fit: cover;
    object-fit: cover;
    max-width: none;
    max-height: none;
    width: 100%;
}



/* form */

.form__content.content {
    padding-bottom: 15px;
    padding-top: 40px;
}

.form__wrap {
    -webkit-border-radius: 15px;
    -moz-border-radius: 15px;
    border-radius: 15px;
    background: -webkit-gradient(linear, left top, right top, from(#3660a2), color-stop(#615bab), to(#3660a2));
    background: -webkit-linear-gradient(left, #3660a2, #615bab, #3660a2);
    background: -moz-linear-gradient(left, #3660a2, #615bab, #3660a2);
    background: -o-linear-gradient(left, #3660a2, #615bab, #3660a2);
    background: linear-gradient(to right, #3660a2, #615bab, #3660a2);
    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: 50px 75px 50px 0;
    border: 1px solid #fff;
    -webkit-box-shadow: 0 0 50px 30px rgba(54, 96, 162, 0.3);
    -moz-box-shadow: 0 0 50px 30px rgba(54, 96, 162, 0.3);
    box-shadow: 0 0 50px 30px rgba(54, 96, 162, 0.3);
}

.form__right {
    -webkit-box-flex: 0;
    -webkit-flex: 0 1 48%;
    -moz-box-flex: 0;
    flex: 0 1 48%;
}

.form__image {
    -webkit-box-flex: 0;
    -webkit-flex: 0 1 -webkit-calc(52% - 75px);
    -moz-box-flex: 0;
    flex: 0 1 calc(52% - 75px);
}

.form__image img {
    display: block;
    margin: auto;
    max-width: 320px;
    width: 100%;
}

.form__field {
    font-size: 18px;
    line-height: 25px;
    text-transform: uppercase;
    color: #fff;
    -webkit-border-radius: 15px;
    -moz-border-radius: 15px;
    border-radius: 15px;
    border: 1px solid #fff;
    padding: 25px 30px;
    background: transparent;
}

.form__right > * + * {
    margin-top: 25px;
}

.form__check {
    padding-left: 40px;
    max-width: 350px;
    font-size: 16px;
    line-height: 25px;
    color: #fff;
    margin-top: 35px;
}

.form__check:before {
    content: '';
    position: absolute;
    left: 5px;
    width: 20px;
    height: 20px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    top: -webkit-calc(50% - 10px);
    top: -moz-calc(50% - 10px);
    top: calc(50% - 10px);
    border: 2px solid #fff;
}

.form__button.button {
    margin-top: 35px;
    min-width: 210px;
    padding: 15px;
    text-transform: uppercase;
}





/* 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);
}

.article * + h2, .article * + h3 {
    margin-top: 40px;
}



/* tournaments */

.tournaments__content.content {
    padding-left: 0;
    padding-right: 0;
    padding-top: 0;
}

.tournaments__wrap {
    background: #33447d;
    padding: 30px;
    -webkit-border-radius: 15px;
    -moz-border-radius: 15px;
    border-radius: 15px;
    -webkit-box-shadow: 0 0 30px 20px rgba(0, 0, 0, 0.1);
    -moz-box-shadow: 0 0 30px 20px rgba(0, 0, 0, 0.1);
    box-shadow: 0 0 30px 20px rgba(0, 0, 0, 0.1);
}

.tournaments__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: stretch;
    -webkit-align-items: stretch;
    -moz-box-align: stretch;
    align-items: stretch;
}

.tournaments__list {
    margin-top: -25px;
}

.tournaments__list div {
    -webkit-box-flex: 0;
    -webkit-flex: 0 1 -webkit-calc((100% - 60px) / 3);
    -moz-box-flex: 0;
    flex: 0 1 calc((100% - 60px) / 3);
    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;
    text-align: center;
}

.tournaments__list li:first-child {
    font-size: 24px;
    line-height: 32px;
    font-weight: 700;
}

.tournaments__list li:nth-child(n + 2) div:first-child {
    color: #f0b118;
    font-size: 24px;
    line-height: 32px;
    font-weight: 700;
    border: 2px solid #ffdb48;
}

.tournaments__list li:nth-child(n + 2) div:nth-child(n + 2) {
    background: #3a4d8e;
}

.tournaments__list li:nth-child(n + 2) div {
    min-height: 175px;
    -webkit-border-radius: 15px;
    -moz-border-radius: 15px;
    border-radius: 15px;
    padding: 25px;
}


.tournaments__content + .article .image {
    width: -webkit-calc(100% + 60px);
    width: -moz-calc(100% + 60px);
    width: calc(100% + 60px);
    margin-left: -30px;
}


/* games */

.games__content.content {
    padding-left: 0;
    padding-right: 0;
}

.games__wrap {
    background: #33447d;
    padding: 30px;
    -webkit-border-radius: 15px;
    -moz-border-radius: 15px;
    border-radius: 15px;
    -webkit-box-shadow: 0 0 30px 20px rgba(0, 0, 0, 0.1);
    -moz-box-shadow: 0 0 30px 20px rgba(0, 0, 0, 0.1);
    box-shadow: 0 0 30px 20px rgba(0, 0, 0, 0.1);
}

.games__list {
    margin-top: -25px;
}

.games__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: stretch;
    -webkit-align-items: stretch;
    -moz-box-align: stretch;
    align-items: stretch;
}

.games__list div {
    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;
}

.games__list li:first-child + li {
    margin-top: 15px;
}

.games__list li:first-child {
    font-size: 30px;
    line-height: 38px;
    font-weight: 700;
    color: #f0b118;
    text-align: center;
}

.games__list li div:first-child {
    -webkit-box-flex: 0;
    -webkit-flex: 0 1 23%;
    -moz-box-flex: 0;
    flex: 0 1 23%;
    min-width: 200px;
}

.games__list li div:last-child {
    -webkit-box-flex: 0;
    -webkit-flex: 0 1 -webkit-calc(100% - 23% - 30px);
    -moz-box-flex: 0;
    flex: 0 1 calc(100% - 23% - 30px);
    max-width: -webkit-calc(100% - 200px - 30px);
    max-width: -moz-calc(100% - 200px - 30px);
    max-width: calc(100% - 200px - 30px);
}

.games__list li:nth-child(n + 2) div {
    padding: 25px;
    -webkit-border-radius: 15px;
    -moz-border-radius: 15px;
    border-radius: 15px;
}

.games__list li:nth-child(n + 2) div:first-child {
    text-align: center;
    font-size: 24px;
    line-height: 32px;
    font-weight: 700;
    border: 1px solid #ffdb48;
}

.games__list li:nth-child(n + 2) div:last-child {
    background: #3c4d89;
}



/* slots */

.slots__content.content {
    padding-left: 0;
    padding-right: 0;
}

.slots__wrap {
    background: #33447d;
    -webkit-border-radius: 15px;
    -moz-border-radius: 15px;
    border-radius: 15px;
    -webkit-box-shadow: 0 0 30px 20px rgba(0, 0, 0, 0.1);
    -moz-box-shadow: 0 0 30px 20px rgba(0, 0, 0, 0.1);
    box-shadow: 0 0 30px 20px rgba(0, 0, 0, 0.1);
    padding: 40px 50px 60px 70px;
}

.slots__table {
    color: #fff;
    font-size: 24px;
    line-height: 32px;
    font-weight: 700;
}

.slots__table thead tr td:nth-child(n + 2) {
    color: #ffb504;
}

.slots__table tbody tr:first-child {
    margin-top: 25px;
}

.slots__table tr td:nth-child(1) {
    -webkit-box-flex: 0;
    -webkit-flex: 0 1 32%;
    -moz-box-flex: 0;
    flex: 0 1 32%;
    padding-right: 30px;
}

.slots__table tr td:nth-child(2) {
    padding-left: 70px;
    -webkit-box-flex: 0;
    -webkit-flex: 0 1 27.5%;
    -moz-box-flex: 0;
    flex: 0 1 27.5%;
}

.slots__table tr td:nth-child(n + 3) {
    -webkit-box-flex: 0;
    -webkit-flex: 0 1 13.5%;
    -moz-box-flex: 0;
    flex: 0 1 13.5%;
    padding-left: 20px;
}

.slots__wrap.wrap:before {
    width: -webkit-calc((100% - 50px - 70px) * 0.32 + 70px);
    width: -moz-calc((100% - 50px - 70px) * 0.32 + 70px);
    width: calc((100% - 50px - 70px) * 0.32 + 70px);
    background: #41569d;
}




/* faq */

.faq__content.content {
    padding-left: 0;
    padding-right: 0;
    padding-top: 10px;
}

.faq__wrap {
    background: #33447d;
    padding: 30px;
    -webkit-border-radius: 15px;
    -moz-border-radius: 15px;
    border-radius: 15px;
    -webkit-box-shadow: 0 0 30px 20px rgba(0, 0, 0, 0.1);
    -moz-box-shadow: 0 0 30px 20px rgba(0, 0, 0, 0.1);
    box-shadow: 0 0 30px 20px rgba(0, 0, 0, 0.1);
}

.faq__title.title {
    margin-bottom: 30px;
}

.faq__item {
    overflow: hidden;
    cursor: pointer;
    display: block;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
    background: #263462;
}

.faq-item__question {
    color: #f3d464;
    font-weight: 700;
    font-size: 20px;
    line-height: 28px;
    background: #41569d;
    padding: 22px 25px 22px 75px;
}

.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;
}

.js-expand-content {
    display: none;
    overflow: hidden;
}

.js-expand-content.expanded {
    height: 100%;
}




/* reviews */

.reviews__content.content {
    padding-left: 0;
    padding-right: 0;
}

.reviews__wrap {
    background: #33447d;
    padding: 30px;
    -webkit-border-radius: 15px;
    -moz-border-radius: 15px;
    border-radius: 15px;
    -webkit-box-shadow: 0 0 30px 20px rgba(0, 0, 0, 0.1);
    -moz-box-shadow: 0 0 30px 20px rgba(0, 0, 0, 0.1);
    box-shadow: 0 0 30px 20px rgba(0, 0, 0, 0.1);
    text-align: center;
}

.title.reviews__title {
    text-align: center;
    color: #fff;
    margin-bottom: 30px;
}

.reviews__list {
    margin-top: -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: stretch;
    -webkit-align-items: stretch;
    -moz-box-align: stretch;
    align-items: stretch;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
}

.reviews__list li {
    margin-top: 25px;
    -webkit-box-flex: 0;
    -webkit-flex: 0 1 -webkit-calc((100% - 60px) / 3);
    -moz-box-flex: 0;
    flex: 0 1 calc((100% - 60px) / 3);
    -webkit-border-radius: 15px;
    -moz-border-radius: 15px;
    border-radius: 15px;
    background: #3d5195;
    text-align: center;
    padding: 15px 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;
    -webkit-box-shadow: 0 0 30px 20px rgba(0, 0, 0, 0.05);
    -moz-box-shadow: 0 0 30px 20px rgba(0, 0, 0, 0.05);
    box-shadow: 0 0 30px 20px rgba(0, 0, 0, 0.05);
}

.reviews__list div > span:last-child {
    font-weight: 700;
}


/* rating */

.rating__content.content {
    padding-top: 160px;
}

.rating__content:before {
    content: '';
    position: absolute;
    top: 45px;
    left: 0;
    width: 100%;
    height: 43px;
    background-repeat: no-repeat;
    -moz-background-size: cover;
    background-size: cover;
    background-image: url(../images/rating.png);
    background-position: center;
}

.rating__list li {
    display: block;
    background: #1b264b;
    border: 1px solid #3a4d8f;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
    padding: 20px 25px;
    font-size: 15px;
    line-height: 25px;
}

.rating__list li + li {
    margin-top: 25px;
}




/* banner */

.banner__content.content {
    padding-top: 50px;
}

.banner__link {
    display: block;
    -webkit-border-radius: 15px;
    -moz-border-radius: 15px;
    border-radius: 15px;
    padding: 30px;
    background: -webkit-gradient(linear, left top, right top, from(#3660a2), color-stop(#615bab), to(#3660a2));
    background: -webkit-linear-gradient(left, #3660a2, #615bab, #3660a2);
    background: -moz-linear-gradient(left, #3660a2, #615bab, #3660a2);
    background: -o-linear-gradient(left, #3660a2, #615bab, #3660a2);
    background: linear-gradient(to right, #3660a2, #615bab, #3660a2);
    border: 1px solid #fff;
}

.banner__link:hover .banner__button {
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -o-transform: scale(1.1);
    transform: scale(1.1);
}

.banner__wrap {
    max-width: 450px;
    margin: auto;
    text-align: center;
    z-index: 100;
    padding: 20px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
    width: 70%;
}

.banner__title.title.high {
    display: block;
    color: #fff;
    max-width: 300px;
    margin: 0 auto 20px;
    text-transform: uppercase;
    font-size: 45px;
    line-height: 50px;
}

.banner__desc {
    font-size: 24px;
    line-height: 32px;
    color: #fdcd0a;
    font-weight: 700;
    margin-bottom: 25px;
}

.banner__image {
    position: absolute;
    z-index: 1;
    bottom: 0;
    height: 100%;
}

.banner__image img {
    -o-object-fit: cover;
    object-fit: cover;
    max-width: none;
    max-height: none;
    height: 100%;
}

.banner__image.left {
    left: 15px;
    height: -webkit-calc(100% + 25px);
    height: -moz-calc(100% + 25px);
    height: calc(100% + 25px);
}

.banner__image.right {
    right: -10px;
    height: -webkit-calc(100% + 25px);
    height: -moz-calc(100% + 25px);
    height: calc(100% + 25px);
}
