html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    font: inherit;
    vertical-align: baseline
}

article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
    display: block
}

body {
    line-height: 1
}

ol, ul {
    color: inherit;
    list-style: none
}

blockquote, q {
    quotes: none
}

blockquote:before, blockquote:after {
    content: '';
    content: none
}

q:before, q:after {
    content: '';
    content: none
}

table {
    border-collapse: collapse;
    border-spacing: 0
}

select, input, textarea, button {
    outline: none
}

@font-face {
    font-family: 'PTSans';
    src: url('/template/fonts/PTSans-Regular.eot');
    src: url('/template/fonts/PTSans-Regular.eot?#iefix') format('embedded-opentype'), url('/template/fonts/PTSans-Regular.svg#PTSans-Regular') format('svg'), url('/template/fonts/PTSans-Regular.ttf') format('truetype'), url('/template/fonts/PTSans-Regular.woff') format('woff'), url('/template/fonts/PTSans-Regular.woff2') format('woff2');
    font-weight: 400;
    font-style: normal;
    font-display: swap
}

@font-face {
    font-family: 'PTSans';
    src: url('/template/fonts/PTSans-Bold.eot');
    src: url('/template/fonts/PTSans-Bold.eot?#iefix') format('embedded-opentype'), url('/template/fonts/PTSans-Bold.svg#PTSans-Bold') format('svg'), url('/template/fonts/PTSans-Bold.ttf') format('truetype'), url('/template/fonts/PTSans-Bold.woff') format('woff'), url('/template/fonts/PTSans-Bold.woff2') format('woff2');
    font-weight: 700;
    font-style: normal;
    font-display: swap
}

i {
    flex: 0 0 auto;
    display: inline-block;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    width: 20px;
    height: 20px;
    margin-right: 10px;
    flex-shrink: 0
}

i.icon-download {
    background-image: url("/template/images/icon/download.svg")
}

i.icon-reg {
    background-image: url("/template/images/icon/add-contact.svg")
}

i.icon-link {
    background-image: url("/template/images/icon/link.svg")
}

i.icon-dice {
    background-image: url("/template/images/icon/dice.svg")
}

.slick-slider {
    position: relative;
    display: block;
    box-sizing: border-box;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -ms-touch-action: pan-y;
    touch-action: pan-y;
    -webkit-tap-highlight-color: transparent
}

.slick-list {
    position: relative;
    overflow: hidden;
    display: block;
    margin: 0;
    padding: 0
}

.slick-list:focus {
    outline: none
}

.slick-list.dragging {
    cursor: pointer;
    cursor: hand
}

.slick-slider .slick-track, .slick-slider .slick-list {
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    -o-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0)
}

.slick-track {
    position: relative;
    left: 0;
    top: 0;
    display: block;
    margin-left: auto;
    margin-right: auto
}

.slick-track:before, .slick-track:after {
    content: "";
    display: table
}

.slick-track:after {
    clear: both
}

.slick-loading .slick-track {
    visibility: hidden
}

.slick-slide {
    float: left;
    height: 100%;
    min-height: 1px;
    display: none
}

[dir="rtl"] .slick-slide {
    float: right
}

.slick-slide
img {
    display: block
}

.slick-slide.slick-loading
img {
    display: none
}

.slick-slide.dragging
img {
    pointer-events: none
}

.slick-initialized .slick-slide {
    display: block
}

.slick-loading .slick-slide {
    visibility: hidden
}

.slick-vertical .slick-slide {
    display: block;
    height: auto;
    border: 1px solid transparent
}

.slick-arrow.slick-hidden {
    display: none
}

.content-form {
    padding: 10px;
    border: 1px solid #fff;
    box-shadow: 1px 1px 8px #7f02ff, 1px -1px 8px #7f02ff, -1px 1px 8px #7f02ff, -1px -1px 8px #7f02ff, -1px -1px 1px rgba(255, 255, 255, .2), 1px 1px 1px rgba(255, 255, 255, .2), -1px 1px 1px rgba(255, 255, 255, .2), 1px -1px 1px rgba(255, 255, 255, .2);
    max-width: 980px;
    background: #000;
    margin: 0 auto 20px;
    border-radius: 5px
}

.content-form
.h2 {
    text-align: left
}

.content-form
p {
    text-align: center;
    margin-bottom: 15px;
    color: #fff
}

.content-form .form-control-none {
    display: none
}

.content-form .form-box {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 10px;
    align-items: center;
    margin-top: 15px
}

.content-form .form-grup {
    width: calc(100% - 260px);
    min-width: 250px
}

.content-form .form-group-email {
    width: 240px;
    max-width: 100%
}

.content-form .form-grup-submit {
    width: 250px
}

.content-form .form-control {
    background-color: #fff;
    border: 1px solid #f6f6f6;
    border-radius: 5px;
    height: 42px;
    padding: 10px;
    position: relative;
    width: 100%
}

.content-form .form-text {
    margin-bottom: 20px;
    text-align: center
}

.content-form
.btn {
    min-height: 42px;
    width: 240px;
    max-width: 100%
}

* {
    box-sizing: border-box
}

#gtx-trans {
    display: none !important
}

img {
    max-width: 100%;
    vertical-align: top
}

a {
    text-decoration: none;
    outline: none;
    color: #d2a4f7;
    transition: 0.3s
}

a:hover {
    color: #a450e8
}

input[type="submit"] {
    appearance: none
}

h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6 {
    font-weight: 600;
    line-height: 1.1;
    text-align: left;
    color: #fff;
    text-shadow: 1px 1px 10px #7f02ff, 1px -1px 10px #7f02ff, -1px 1px 10px #7f02ff, -1px -1px 10px #7f02ff, -1px -1px 1px rgba(255, 255, 255, .2), 1px 1px 1px rgba(255, 255, 255, .2), -1px 1px 1px rgba(255, 255, 255, .2), 1px -1px 1px rgba(255, 255, 255, .2)
}

h1.center, h2.center, h3.center, h4.center, h5.center, h6.center, .h1.center, .h2.center, .h3.center, .h4.center, .h5.center, .h6.center {
    text-align: center
}

h1.right, h2.right, h3.right, h4.right, h5.right, h6.right, .h1.right, .h2.right, .h3.right, .h4.right, .h5.right, .h6.right {
    text-align: right
}

h1:first-child, h2:first-child, h3:first-child, h4:first-child, h5:first-child, h6:first-child, .h1:first-child, .h2:first-child, .h3:first-child, .h4:first-child, .h5:first-child, .h6:first-child {
    margin-top: 0
}

h1, .h1, h2, .h2, h3, .h3 {
    margin-top: 20px;
    margin-bottom: 20px
}

h4, .h4, h5, .h5, h6, .h6 {
    margin-top: 10px;
    margin-bottom: 10px
}

h1, .h1 {
    font-size: 24px;
    letter-spacing: 1px;
    margin-bottom: 17px
}

h1:last-child, .h1:last-child {
    margin-bottom: 0
}

h2, .h2 {
    font-size: 20px;
    font-weight: 700;
    letter-spacing: -0.6px
}

h2:last-child, .h2:last-child {
    margin-bottom: 0
}

h3, .h3 {
    font-size: 22px;
    font-weight: 300
}

h4, .h4 {
    font-size: 16px
}

h5, .h5 {
    font-size: 12px
}

h6, .h6 {
    font-size: 10px
}

p {
    margin: 0 0 10px
}

p:last-of-type {
    margin-bottom: 0
}

em, i, cite {
    font-style: italic
}

strong, b {
    font-weight: bold
}

ol {
    list-style: decimal
}

table {
    width: 100%;
    max-width: 100%;
    margin: 0 auto
}

th, td {
    padding: 10px
}

blockquote {
    display: flex;
    padding: 10px 20px;
    margin: 15px 0;
    font-size: 16px;
    color: #fff;
    background: #14012e;
    border-radius: 6px;
    border: 2px solid #1d0247;
    text-align: center
}

cite {
    display: flex;
    border: 1px solid #5e5e5e;
    background: #141414;
    padding: 10px 20px;
    font-size: 14px;
    margin: 10px 0;
    border-radius: 6px
}

.clear:after {
    content: '';
    display: block;
    clear: both
}

.center {
    text-align: center
}

body {
    background: url("/template/images/background-left.jpg") calc(50% - 548px) top repeat-y, url("/template/images/background-right.jpg") calc(50% + 548px) top repeat-y #020100;
    font-family: sans-serif;
    line-height: 1.6;
    font-size: 15px;
    color: #fff;
    min-width: 320px
}

body > .container {
    border-left: 3px solid #ffa510;
    border-right: 3px solid #ffa510
}

.container {
    position: relative;
    max-width: 980px;
    padding: 5px;
    margin: 0 auto
}

.btn {
    display: flex;
    align-items: center;
    justify-content: center;
    text-decoration: none;
    color: #1c1c1c;
    font-size: 14px;
    font-weight: 700;
    height: 40px;
    line-height: 40px;
    border: none;
    text-transform: uppercase;
    text-shadow: 1px 0 0 rgba(0, 0, 0, .5), -1px 0 0 rgba(0, 0, 0, .2), 0 1px 1px rgba(255, 255, 255, .4);
    cursor: pointer;
    border-radius: 5px
}

.btn.btn-icon {
    text-align: left;
    justify-content: space-between
}

.btn.btn-icon:after {
    content: '';
    position: absolute;
    right: 8px;
    top: 0;
    bottom: 0;
    margin: auto 0
}

.btn.btn-reg {
    background: #c6e66a;
    background: linear-gradient(180deg, #c6e66a 0, #557b01);
    border: 1px solid #79b100;
    margin-right: 10px;
    position: relative;
    width: 160px;
    padding-left: 15px
}

.btn.btn-reg:after {
    width: 25px;
    height: 30px;
    background: url("/template/images/icon/icon_button_register.png") no-repeat
}

.btn.btn-reg:hover {
    box-shadow: inset 0 0 10px 2px #e6f1bb
}

.btn.btn-enter {
    background: #009cfe;
    background: linear-gradient(180deg, #009cfe 0, #23499a);
    border: 1px solid #1999d9;
    padding-left: 26px;
    position: relative;
    width: 117px
}

.btn.btn-enter:after {
    width: 25px;
    height: 28px;
    background: url("/template/images/icon/icon_button_enter.png") no-repeat
}

.btn.btn-enter:hover {
    box-shadow: inset 0 0 15px 5px #33bcfe
}

.btn.btn-send {
    position: relative;
    width: 180px;
    background: url("/template/images/btn-registration.png") no-repeat
}

.btn.btn-send:after {
    width: 25px;
    height: 30px;
    background: url("/template/images/icon/icon_button_register.png") no-repeat
}

.btn.btn-send:hover {
    background-position: 0 -43px
}

.btn.btn-yellow {
    background: linear-gradient(180deg, #ffd454 9%, #f3834f 80%);
    border: none;
    border-radius: 5px;
    box-shadow: 0 0px 21px #fffa73;
    color: #000;
    cursor: pointer;
    display: block;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 16px;
    font-weight: 700;
    height: 45px;
    line-height: 46px;
    margin: 10px auto;
    outline: 0;
    overflow: hidden;
    position: relative;
    text-align: center;
    text-decoration: none;
    text-shadow: 0 1px 1px rgba(255, 255, 255, .6), 0 0 1px rgba(0, 0, 0, .5);
    text-transform: uppercase;
    min-width: 227px
}

.btn.btn-ref {
    margin-top: 30px;
    margin-bottom: 30px;
    padding-left: 15px;
    padding-right: 15px
}

@media (max-width: 499px) {
    .btn.btn-ref {
        font-size: 11px
    }
}

.user-bar {
    display: flex
}

.header-top {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin: 0 20px
}

.header-top__menu {
    display: flex;
    gap: 15px;
    margin-left: 30px;
    margin-right: 30px
}

.header-top__menu
a {
    color: #8e9197
}

.header-top__menu a:hover {
    color: #fff
}

@media (max-width: 768px) {
    .header-top__menu {
        display: none
    }
}

@keyframes fromRightAnim2 {
    0% {
        top: 50%;
        opacity: 0
    }
    100% {
        top: 85px;
        opacity: 1
    }
}

.header-banners {
    margin: 5px auto;
    padding: 3px 0
}

.header-banners:before, .header-banners:after {
    content: '';
    position: absolute;
    left: 0;
    right: 0;
    margin: 0 auto;
    height: 2px
}

.header-banners:before {
    top: 0;
    background: url("/template/images/banner-line.png") center no-repeat
}

.header-banners:after {
    bottom: 0;
    background: url("/template/images/banner-line.png") center no-repeat
}

.header-banners .banner-item {
    position: relative;
    height: 297px;
    outline: none
}

.header-banners .banner-item:not(:first-of-type) {
    display: none
}

.header-banners .banner-item:not(:first-of-type).slick-slide {
    display: block
}

.header-banners .banner-item.slick-current .banner-text {
    animation: fromRightAnim2 0.4s ease-in-out 0.9s both
}

.header-banners .banner-text {
    position: absolute;
    top: 50%;
    text-shadow: 1px 1px 10px #000, 1px -1px 10px #000, -1px 1px 10px #000, -1px -1px 10px #000, -1px -1px 1px rgba(255, 255, 255, .2), 1px 1px 1px rgba(255, 255, 255, .2), -1px 1px 1px rgba(255, 255, 255, .2), 1px -1px 1px rgba(255, 255, 255, .2) !important;
    line-height: 1.4;
    text-align: center;
    color: #fff;
    width: 308px;
    font-style: italic;
    font-weight: 700;
    font-size: 32px;
    transform: translateY(-50%);
    z-index: 10
}

.header-banners .text-left {
    top: 85px;
    left: 28px
}

.header-banners .text-right {
    top: 85px;
    right: 28px
}

.header-banners .banner-btn {
    position: absolute;
    top: 205px;
    left: 28px;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    background: url("/template/images/btn-slider.png") no-repeat;
    height: 78px;
    width: 308px;
    padding: 5px 5px 17px;
    border: none;
    font-weight: 700;
    font-style: italic;
    font-size: 25px;
    line-height: 1.1;
    text-shadow: 1px 0 0 rgba(0, 0, 0, .5), -1px 0 0 rgba(0, 0, 0, .2), 0 1px 1px rgba(255, 255, 255, .4);
    text-align: center;
    color: #1c1c1c;
    cursor: pointer;
    z-index: 10
}

.header-banners .banner-btn:hover {
    background-position: 0 -79px
}

.header-banners .banner-img {
    height: 100%;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center
}

.header-banners .slick-dots {
    position: absolute;
    bottom: 30px;
    right: 10px;
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 2000
}

.header-banners .slick-dots
li {
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 3px
}

.header-banners .slick-dots li:only-child {
    display: none
}

.header-banners .slick-dots li.slick-active
button {
    width: 13px;
    height: 13px
}

.header-banners .slick-dots li.slick-active button:after {
    width: 10px;
    height: 10px;
    border-color: #fcf600;
    background: linear-gradient(to bottom, #ffd000 0, #d87700 100%)
}

.header-banners .slick-dots li
button {
    display: inline-block;
    position: relative;
    width: 10px;
    height: 12px;
    border-radius: 50%;
    background: none;
    font-size: 0;
    cursor: pointer;
    vertical-align: middle;
    border: none;
    outline: none;
    text-indent: -9999px;
    overflow: hidden
}

.header-banners .slick-dots li button:after {
    content: '';
    position: absolute;
    top: 1px;
    left: 1px;
    border: 1px solid #974ad1;
    border-radius: 50%;
    width: 8px;
    height: 8px;
    background: #320253
}

.header-counters {
    display: flex;
    margin: 0 30px
}

.header-counters .counter-container {
    display: flex;
    align-items: flex-end;
    margin: 0 20px
}

.header-counters .counter-container
.count {
    width: 24px;
    height: 35px;
    margin: 0 2px;
    background: url("/template/images/0-9.png") repeat-y
}

.header-counters .counter-container .count.count-1 {
    background-position: 0px -65px
}

.header-counters .counter-container .count.count-2 {
    background-position: 0px -120px
}

.header-counters .counter-container .count.count-3 {
    background-position: 0px -175px
}

.header-counters .counter-container .count.count-4 {
    background-position: 0px -230px
}

.header-counters .counter-container .count.count-5 {
    background-position: 0px -285px
}

.header-counters .counter-container .count.count-6 {
    background-position: 0px -340px
}

.header-counters .counter-container .count.count-7 {
    background-position: 0px -395px
}

.header-counters .counter-container .count.count-8 {
    background-position: 0px -450px
}

.header-counters .counter-container .count.count-9 {
    background-position: 0px -505px
}

.header-counters .counter-container .count.count-0 {
    background-position: 0px -10px
}

.header-counters .counter-container .count-symb {
    width: 5px;
    margin: 0 2px;
    color: #b8d5eb;
    font-size: 18px;
    font-weight: 700
}

.header-counters .counter-container .count-cur {
    height: 35px;
    width: 35px;
    margin-left: 25px;
    margin-bottom: -3px;
    background: url("/template/images/currency.png") no-repeat
}

.header-counters .counter-container .count-cur.cur-rub {
    background-position: -5px -10px
}

.header-menu {
    background: linear-gradient(to bottom, rgba(70, 18, 135, .21) 0, rgba(22, 1, 45, 1) 100%);
    border: 1px solid rgba(67, 57, 85, .46);
    margin: 10px 28px
}

.header-menu
ul {
    display: flex
}

.header-menu
li {
    flex: 1 1 auto;
    border-right: 1px solid #241334;
    box-shadow: inset -1px 0 0 0 #190929, inset 1px 0 0 0 #352743
}

.header-menu li:last-of-type {
    border-right: none
}

.header-menu li:hover {
    background: rgba(133, 0, 255, .12);
    box-shadow: inset -1px 0 0 0 #381759, inset 1px 0 0 0 #381759
}

.header-menu li:hover
a {
    color: #fff
}

.header-menu li:first-child {
    box-shadow: inset -1px 0 0 0 #190929
}

.header-menu li:first-child:hover {
    box-shadow: inset -1px 0 0 0 #381759
}

.header-menu li:last-child {
    box-shadow: inset -1px 0 0 0 #190929, inset 1px 0 0 0 #352743, 1px 0 0 0 #352743
}

.header-menu li:last-child:hover {
    box-shadow: inset -1px 0 0 0 #381759, inset 1px 0 0 0 #381759, 1px 0 0 0 #381759
}

.header-menu
a {
    color: #8e9197;
    font-size: 15px;
    text-decoration: none;
    outline: 0;
    display: block;
    text-align: center;
    line-height: 45px;
    padding: 0 10px;
    white-space: nowrap
}

.winners {
    flex: 0 0 auto;
    display: flex;
    flex-direction: column;
    align-items: center
}

.winners .winners-head {
    position: relative;
    padding: 0 38px
}

.winners .winners-head:before, .winners .winners-head:after {
    content: '';
    position: absolute;
    width: 43px;
    height: 17px;
    top: -5px;
    bottom: 0;
    margin: auto 0
}

.winners .winners-head:before {
    left: 0;
    background: url("/template/images/head_line_left.png") left no-repeat
}

.winners .winners-head:after {
    right: 0;
    background: url("/template/images/head_line_right.png") right no-repeat
}

.winners .winners-slide {
    display: flex;
    align-items: center
}

.winners
.spade {
    width: 60px;
    height: 62px;
    background: url("/template/images/spade.png") center center no-repeat;
    background-size: contain
}

.jp-container {
    flex: 0 0 auto;
    display: flex;
    flex-direction: column;
    align-items: center
}

.jp-container .jp-head {
    position: relative;
    padding: 0 70px
}

.jp-container .jp-head:before, .jp-container .jp-head:after {
    content: '';
    position: absolute;
    width: 76px;
    height: 17px;
    top: -1px;
    bottom: 0;
    margin: auto 0
}

.jp-container .jp-head:before {
    left: 0;
    background: url("/template/images/line_left.png") left no-repeat
}

.jp-container .jp-head:after {
    right: 0;
    background: url("/template/images/line_right.png") right no-repeat
}

.jp-container .counter-container {
    margin-top: 19px
}

.jp-container .counter-container .count-cur {
    margin-left: 3px
}

.jp-container .anim.anim-8 {
    animation: number 2s infinite linear
}

.jp-container .anim.anim-7 {
    animation: number 8s infinite linear
}

.jp-container .anim.anim-6 {
    animation: number 80s infinite linear
}

.jp-container .anim.anim-5 {
    animation: number 800s infinite linear;
    animation-delay: -244s
}

@keyframes number {
    from {
        background-position: 0 -9px
    }
    to {
        background-position: 0 -554px
    }
}

.mob-nav-btn {
    display: none
}

.mob-navigation {
    display: none
}

.main-navigation {
    position: relative;
    margin: 10px 28px 0
}

.main-navigation:before, .main-navigation:after {
    content: '';
    position: absolute;
    right: 0;
    width: 100%;
    background: url("/template/images/line_gorizontal.png") center no-repeat
}

.main-navigation:before {
    top: 0;
    height: 2px
}

.main-navigation:after {
    top: 70px;
    height: 1px
}

.main-navigation
ul {
    display: flex;
    margin: 0;
    padding: 0;
    list-style: none;
    height: inherit
}

.main-navigation
li {
    position: relative;
    display: inline-block;
    text-align: center;
    width: calc(100% / 4);
    z-index: 1;
    height: inherit
}

.main-navigation li:hover, .main-navigation
li.active {
    background: url("/template/images/active_bg_2.png") center 2px no-repeat;
    background-size: 100% 100%
}

.main-navigation li:hover a, .main-navigation li.active
a {
    color: #fff
}

.main-navigation li:hover .icon, .main-navigation li.active
.icon {
    background-position: center 100%
}

.main-navigation li:hover i, .main-navigation li.active
i {
    filter: brightness(10) drop-shadow(0 0 5px #7f00ff)
}

.main-navigation li.prime
a {
    background-image: url("/template/images/elit-bg.webp");
    background-size: 115%;
    background-repeat: no-repeat;
    background-position: center;
    color: #000;
    text-shadow: 0 0 6px #fff
}

.main-navigation li.prime
i {
    filter: brightness(10) drop-shadow(0 0 5px #7f00ff)
}

.main-navigation li:after, .main-navigation li:first-child:before {
    content: '';
    width: 2px;
    height: 67px;
    background: url("/template/images/line_vertical.png") center no-repeat;
    position: absolute;
    bottom: 0
}

.main-navigation li:after {
    right: -1px;
    top: 3px
}

.main-navigation li:first-child:before {
    left: 0;
    top: 0;
    margin: auto 0
}

.main-navigation--second {
    justify-content: space-between;
    background: #0b0430
}

.main-navigation--second
li {
    width: auto;
    padding: 0 15px
}

.main-navigation--second li:after, .main-navigation--second li:first-child:before {
    display: none
}

.main-navigation--second li
a {
    font-size: 18px;
    font-weight: 700;
    line-height: 40px
}

.main-navigation
a {
    display: flex;
    align-items: center;
    justify-content: center;
    outline: 0;
    text-decoration: none;
    color: #a08ec0;
    font-weight: 700;
    font-size: 20px;
    line-height: 70px
}

.main-navigation
.icon {
    display: inline-block;
    vertical-align: middle;
    margin-right: 5px
}

.main-navigation .icon-main {
    width: 20px;
    height: 20px;
    background: url("/template/images/icon_main.png") center 0 no-repeat
}

.main-navigation .icon-game {
    width: 25px;
    height: 26px;
    background: url("/template/images/icon_games.png") center 0 no-repeat
}

.main-navigation .icon-bonus {
    width: 25px;
    height: 27px;
    background: url("/template/images/icon_bonus.png") center 0 no-repeat;
    margin-top: -5px
}

.main-navigation .icon-download {
    width: 25px;
    height: 15px
}

.main {
    margin: 0 28px
}

.slots-list {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap
}

.slot-item {
    flex: 0 0 32%;
    background: #1d0247;
    padding: 2px;
    margin: 0.5%;
    max-width: 292px;
    border-radius: 3px;
    border: 2px solid #020100
}

.slot-item:hover {
    box-shadow: 0 0 10px 6px #650dbc;
    background: #eadfbd;
    border-color: #eadfbd
}

.slot-item:hover .slot-name {
    color: #000;
    text-shadow: 0 1px 1px #030303
}

.slot-item:hover .btn-play {
    display: inline-block;
    will-change: opacity, top, background-color;
    -webkit-transition: opacity 0.15s linear, top 0.12s ease-out, background-color 0.12s ease-out !important;
    -o-transition: opacity 0.15s linear, top 0.12s ease-out, background-color 0.12s ease-out !important;
    transition: opacity 0.15s linear, top 0.12s ease-out, background-color 0.12s ease-out !important;
    top: 42%;
    opacity: 1
}

.slot-item:hover .btns-wrap {
    opacity: 1
}

.slot-item .slot-logo {
    position: relative;
    overflow: hidden
}

.slot-item .slot-name {
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    padding: 15px 12px;
    font-size: 16px;
    text-transform: uppercase
}

.slot-item .btn-play {
    background: #f90;
    padding: 6px 10px;
    position: absolute;
    text-transform: uppercase;
    width: 60%;
    top: 100%;
    font-size: 16px;
    font-weight: 700;
    line-height: 23px;
    left: 15%;
    right: 15%;
    color: #000;
    opacity: 0;
    text-align: center;
    margin: auto;
    overflow: hidden;
    border-radius: 2px;
    -webkit-border-radius: 2px;
    z-index: 200;
    will-change: opacity, top, background-color;
    -webkit-transition: opacity 0.15s linear, top 0.12s ease-out, background-color 0.12s ease-out !important;
    -o-transition: opacity 0.15s linear, top 0.12s ease-out, background-color 0.12s ease-out !important;
    transition: opacity 0.15s linear, top 0.12s ease-out, background-color 0.12s ease-out !important
}

.slot-item .btn-play:hover {
    box-shadow: 0 0 5px 1px #f80
}

.slot-item .btns-wrap {
    opacity: 0;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background: rgba(0, 0, 0, 0.5);
    transition: opacity 0.15s linear
}

.content-text {
    margin: 15px 0
}

.content-text
table {
    width: 100% !important;
    border: 3px solid #1d0247;
    border-radius: 6px;
    border-collapse: separate;
    border-spacing: 0;
    margin: 15px 0
}

.content-text thead td, .content-text
th {
    background-color: #1d0247;
    padding: 16px 11px 16px
}

.content-text
td {
    padding: 10px;
    vertical-align: middle;
    border: 1px solid #14012e
}

.content-text tr:nth-child(even) {
    background-color: rgba(29, 2, 71, .65)
}

.content-text ol, .content-text
ul {
    text-align: left;
    padding-left: 40px;
    padding-top: 10px;
    padding-bottom: 10px
}

.content-text
ul {
    list-style: circle
}

.content-text img:not(.info-block__inner-image) {
    margin: 15px;
    max-width: calc(100% - 30px)
}

@media (max-width: 768px) {
    .content-text img:not(.info-block__inner-image) {
        display: block;
        margin-left: auto !important;
        margin-right: auto !important;
        float: unset !important
    }
}

.bonuses-list {
    margin: 15px 0
}

.bonus-item {
    position: relative;
    display: flex;
    align-items: center
}

.bonus-item:not(:last-of-type) {
    padding-bottom: 15px;
    margin-bottom: 15px
}

.bonus-item:not(:last-of-type):after {
    content: '';
    position: absolute;
    left: 0;
    bottom: -10px;
    width: 100%;
    height: 15px;
    background: url("/template/images/separator.png") 0 7px no-repeat
}

.bonus-item .bonus-img {
    flex: 0 0 406px;
    margin-right: 15px
}

.bonus-item .bonus-img
img {
    border: 1px solid #a000ff
}

.bonus-item .bonus-title {
    font-size: 20.28px;
    text-shadow: 1px 1px 10px #7f02ff, 1px -1px 10px #7f02ff, -1px 1px 10px #7f02ff, -1px -1px 10px #7f02ff, -1px -1px 1px rgba(255, 255, 255, .2), 1px 1px 1px rgba(255, 255, 255, .2), -1px 1px 1px rgba(255, 255, 255, .2), 1px -1px 1px rgba(255, 255, 255, .2);
    color: #fff;
    margin: 0 auto;
    text-align: center
}

.bonus-item .bonus-text {
    margin: 15px 0;
    line-height: 1.4
}

.bonus-item .btn-wrap {
    display: flex;
    justify-content: flex-end
}

.bonus-item .btn-bonus {
    display: inline-block;
    width: 180px;
    height: 36px;
    background: url("/template/images/2.png") no-repeat 0px -78px;
    cursor: pointer;
    text-decoration: none;
    font-size: 13px;
    color: #000;
    text-align: center;
    font-weight: bold;
    border: none;
    outline: none
}

.bonus-item .btn-bonus:hover {
    background-position: 0px -114px
}

.toc_container {
    margin-bottom: 10px;
    display: block;
    border-radius: 2px;
    background-color: #1d0247;
    font-size: 1.25em;
    line-height: 35px;
    color: #fff;
    font-weight: 700;
    justify-content: space-around
}

.toc_container
.toc_list_wrap {
    display: none;
    padding: 0 20px 20px
}

.toc_container
.toc_list {
    display: block;
    margin: 0;
    padding: 10px 10px 10px 35px;
    border-radius: 0
}

.toc_container
.toc_title {
    background: transparent;
    padding: 15px 25px;
    font-size: 17px;
    line-height: 1;
    border-radius: 3px;
    transition: background 0.3s ease-out;
    display: flex;
    align-items: center;
    gap: 15px
}

.toc_container .toc_title
img {
    width: 30px;
    margin: 0 !important;
    float: left !important
}

.toc_container .toc_title
span {
    margin-left: 10px;
    font-size: 14px;
    font-weight: 300;
    color: #ffd15c;
    cursor: pointer
}

.toc_container
li {
    font-size: 13px;
    line-height: 1.4;
    margin-bottom: 7px
}

.toc_container li:last-of-type {
    margin-bottom: 0
}

.toc_container li
span {
    transition: color 300ms ease-out;
    cursor: pointer
}

.toc_container li span:hover {
    color: #fff;
    text-decoration: underline
}

.accord-block {
    min-height: 20px;
    background: #14012e;
    border: 1px solid #1d0247;
    border-radius: 5px;
    margin: 10px 0;
    transition: all 0.3s ease-out
}

.accord-block.open .accord-block-header:after {
    transform: rotate(180deg)
}

.accord-block .accord-block-header {
    position: relative;
    padding: 15px 40px 15px 25px;
    cursor: pointer;
    font-weight: 700
}

.accord-block .accord-block-header
h3 {
    margin-bottom: 0
}

.accord-block .accord-block-header:after {
    content: '';
    position: absolute;
    top: 24px;
    right: 20px;
    display: block;
    border: 5px solid transparent;
    border-bottom-width: 0;
    border-top-color: #fff;
    transition: all 0.6s ease-out
}

.accord-block .accord-block-content {
    display: none;
    padding: 0 30px 15px;
    margin: 0
}

.accord-block .accord-block-content p:last-of-type {
    margin-bottom: 0
}

.footer {
    margin-top: 15px
}

.footer
.payments {
    display: flex;
    justify-content: space-around;
    gap: 10px;
    align-items: center;
    border-top: 1px solid #41618c;
    padding: 10px 0
}

@media (max-width: 768px) {
    .footer
    .payments {
        flex-wrap: wrap
    }
}

.footer .payments
img {
    height: 24px
}

.footer__text {
    text-align: center;
    font-size: 12px;
    margin-top: 30px;
    color: #8e9197
}

.footer__icons {
    display: flex;
    justify-content: space-around;
    gap: 10px;
    align-items: center;
    margin-top: 30px
}

@media (max-width: 768px) {
    .footer__icons {
        flex-wrap: wrap
    }
}

.footer__icons--egba {
    width: 70px
}

.footer__icons--essa {
    width: 65px
}

.footer__icons--winner {
    max-height: 60px
}

.footer__icons
img {
    max-height: 40px
}

.footer-top-links {
    display: flex;
    justify-content: space-around;
    border-bottom: 1px solid #41618c
}

.footer-top-links
a {
    text-decoration: none;
    color: #887c9b;
    text-shadow: 1px 0 0 rgba(113, 103, 128, .6), -1px 0 0 rgba(113, 103, 128, .3)
}

.footer-top-links a:hover {
    color: #fff
}

.copyright {
    font-size: 12px;
    color: #d2a4f7;
    text-align: center;
    margin: 15px 0
}

.copyright
a {
    text-decoration: underline
}

.footer-bottom-links {
    display: flex;
    justify-content: space-around;
    flex-wrap: wrap
}

.footer-bottom-links .links-column {
    margin: 5px
}

.footer-bottom-links .links-group {
    display: flex;
    flex-direction: column
}

.footer-bottom-links
.caption {
    font-weight: 700;
    font-size: 12px;
    color: #d2a4f7
}

.footer-bottom-links
a {
    color: #6b5c79;
    font-size: 12px;
    text-decoration: underline
}

.footer-bottom-links a:hover {
    color: #a497b5
}

.error-page {
    text-align: center
}

.error-page h1, .error-page
.h3 {
    text-align: center
}

.reviews-wrap {
    border-bottom: 1px solid #fff;
    padding-bottom: 30px;
    color: #333;
    background: linear-gradient(45deg, #9c27b0, transparent);
    padding: 10px;
    border-radius: 5px;
    margin-bottom: 15px
}

.reviews-wrap #comment-editor {
    width: 100%
}

.reviews-wrap
.center {
    text-align: center;
    padding: 15px 0 0
}

.reviews-wrap
.h2 {
    font-weight: 700;
    font-size: 28px;
    margin-bottom: 15px;
    text-align: center
}

.reviews-wrap .input-group {
    display: flex;
    flex-direction: column-reverse
}

.reviews-wrap .input-group
label {
    color: #fff
}

.reviews-wrap .comment-item {
    border: 1px solid #ff9800;
    border-radius: 8px;
    margin-bottom: 15px;
    padding: 10px;
    color: #fff
}

.reviews-wrap .comment-item
label {
    color: #fff
}

.reviews-wrap .comment-header {
    display: flex;
    align-items: center;
    margin-bottom: 10px
}

.reviews-wrap .comment-header
.avatar {
    flex-basis: 50px;
    border-radius: 50%;
    overflow: hidden;
    height: 50px;
    margin-right: 15px
}

.reviews-wrap .comment-header .comment-title {
    font-weight: 700;
    font-size: 110%;
    color: #f9c33c;
    margin-bottom: 5px
}

.reviews-wrap .comment-author {
    text-align: right;
    font-style: italic;
    margin-top: 10px;
    color: #b777f8
}

.reviews-wrap input, .reviews-wrap
textarea {
    padding-left: 10px
}

.reviews-wrap .iagree-block {
    display: flex;
    margin-top: 5px;
    line-height: 1.2
}

.reviews-wrap .iagree-block
label {
    margin-left: 5px;
    color: #fff
}

.reviews-wrap #ticketForm .error, .reviews-wrap #comment-form
.error {
    color: red
}

.error-404 {
    justify-content: center;
    display: flex;
    flex-direction: column;
    align-items: center
}

@media (max-width: 960px) {
    .header-counters {
        flex-direction: column;
        align-items: center
    }
}

@media (max-width: 768px) {
    .header-top {
        flex-direction: column;
        margin: 0
    }

    .site-logo {
        margin-bottom: 10px
    }

    .user-bar {
        margin-bottom: 10px
    }

    .main-navigation {
        display: none
    }

    .mob-nav-btn {
        position: absolute;
        right: 15px;
        top: 35px;
        display: inline-block;
        width: 35px
    }

    .mob-nav-btn.opened span:nth-child(1) {
        transform: translate(0, 14px) rotate(45deg)
    }

    .mob-nav-btn.opened span:nth-child(2) {
        opacity: 0;
        visibility: hidden
    }

    .mob-nav-btn.opened span:nth-child(3) {
        transform: translate(0, -8px) rotate(-45deg)
    }

    .mob-nav-btn
    span {
        transition: transform 0.3s;
        display: block;
        height: 3px;
        background-color: #f48c00;
        margin-bottom: 8px
    }

    .mob-nav-btn span:last-of-type {
        margin-bottom: 0
    }

    .mob-navigation {
        display: none;
        width: 100%
    }

    .mob-navigation
    ul {
        text-align: center;
        background: #14012e;
        border: 3px solid #35057f;
        padding: 3px
    }

    .mob-navigation
    li {
        padding: 3px 0
    }

    .mob-navigation
    a {
        font-weight: bold
    }

    .header-banners .banner-text {
        font-size: 20px;
        width: 100%;
        left: 50%;
        transform: translateX(-50%);
        animation: none !important
    }

    .header-banners .text-left {
        top: 30px
    }

    .header-banners .text-right {
        top: 100px
    }

    .header-banners .banner-btn {
        left: 50%;
        top: auto;
        bottom: 45px;
        transform: translateX(-50%)
    }

    .header-banners .slick-dots {
        right: auto;
        left: 50%;
        bottom: 15px;
        transform: translateX(-50%)
    }

    .slots-list {
        justify-content: center;
        margin: 15px 0
    }

    .slot-item {
        flex: 0 0 48%;
        margin: 1%
    }

    .bonus-item {
        flex-direction: column
    }

    .bonus-item:after {
        background-size: 100% 1px
    }

    .bonus-item .bonus-img {
        flex: 0 0 auto !important;
        margin: 0 0 15px
    }

    .bonus-item .bonus-title {
        line-height: 1.2
    }

    .bonus-item .bonus-text {
        text-align: center
    }

    .bonus-item .btn-wrap {
        justify-content: center
    }

    .table-wrap {
        overflow-x: scroll
    }

    .content-text
    img {
        height: auto !important
    }

    .footer-top-links {
        flex-direction: column;
        align-items: center;
        text-align: center;
        padding-bottom: 15px
    }

    .footer-top-links
    a {
        margin: 3px 0
    }
}

@media (max-width: 560px) {
    .header-counters {
        margin: 10px 0
    }

    .header-menu {
        margin: 20px 10px
    }

    .header-menu
    ul {
        flex-direction: column
    }

    .header-menu
    li {
        border-right: none;
        border-bottom: 1px solid #241334
    }

    .header-menu li:last-of-type {
        border-bottom: none
    }

    .winners
    .spade {
        display: none
    }

    .winners .winners-head:before, .winners .winners-head:after {
        display: none
    }

    .jp-container {
        margin-top: 10px
    }

    .jp-container .jp-head:before, .jp-container .jp-head:after {
        display: none
    }

    .jp-container .counter-container {
        margin-top: 0
    }

    .main {
        margin: 0;
        padding: 0 5px
    }

    .slot-item:hover .btn-play {
        top: 50%;
        transform: translateY(-50%)
    }

    .slot-item .slot-name {
        padding: 5px;
        font-size: 14px;
        line-height: 1.2
    }
}

@media (max-width: 420px) {
    .header-counters .counter-container {
        margin: 0
    }

    .header-counters .counter-container .count-cur.cur-rub {
        margin-left: 3px
    }

    .winners {
        max-width: 100%
    }

    .winners .winners-head {
        padding: 0
    }

    .winners .counter-container
    .count {
        width: 20px;
        background-size: 20px 543px
    }

    .header-banners .banner-btn {
        width: 270px;
        background-size: 270px 156px
    }
}

@media (max-width: 360px) {
    .site-logo {
        width: 250px;
        margin: 7px 0 10px -50px
    }
}

.reviews {
    margin: 0 15px
}

.reviews__item {
    border: 1px solid #ffb700;
    border-radius: 0;
    background: #130628;
    margin: 0 30px 20px 30px
}

@media (max-width: 768px) {
    .reviews__item {
        margin: 0 10px 15px 10px
    }
}

.reviews__header {
    border-bottom: 1px solid #ffb700;
    padding: 5px;
    background: #1d0247;
    font-weight: 700;
    display: flex;
    align-items: center
}

.reviews__header:before {
    content: "";
    display: block;
    width: 20px;
    height: 20px;
    background: url('/template/images/icon/peak_777.svg') no-repeat center;
    background-size: 100%;
    margin-right: 10px
}

.reviews__text {
    font-style: italic;
    padding: 15px;
    padding-left: 35px
}

.comment-form {
    padding: 15px;
    background: #130628;
    border-radius: 0;
    border: 1px solid #ffb700
}

.comment-form input, .comment-form textarea, .comment-form
select {
    padding: 9px;
    width: calc(100% - 20px);
    max-width: 100%;
    background: #fff;
    color: #000;
    border: 1px solid #90909c;
    border-radius: 4px
}

.comment-form
textarea {
    display: block !important;
    width: calc(100% - 20px) !important;
    resize: none
}

.comment-form .input-group {
    position: relative;
    padding-top: 21px;
    margin-bottom: 10px;
    overflow: hidden
}

.comment-form
.caption {
    position: absolute;
    padding: 0 5px;
    top: 0;
    left: 0
}

.comment-form .input-block {
    display: flex;
    align-items: center;
    justify-content: space-between
}

.comment-form .input-block > div {
    flex: 0 1 49%
}

.comment-form
.error {
    font-size: 12px;
    font-weight: bold;
    color: #f00
}

.comment-form
.button {
    margin-top: 15px
}

.comment-form button[disabled] {
    opacity: 0.6;
    cursor: not-allowed;
    color: #fff !important
}

.comment-form .iagree-block {
    display: flex;
    margin: 10px 0 0
}

.comment-form .iagree-block
input {
    margin: 2px;
    flex-basis: 25px
}

.comment-form .iagree-block
label {
    margin-left: 5px;
    font-size: 13px;
    line-height: 1.2;
    cursor: pointer
}

.comment-form
.center {
    text-align: center;
    margin-bottom: 20px;
    display: flex;
    justify-content: center
}

.info-block {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    gap: 30px;
    margin-top: 30px;
    margin-bottom: 30px
}

.info-block__item {
    width: calc(50% - 15px);
    display: flex;
    gap: 15px;
    padding: 15px;
    background: #000;
    border-radius: 8px;
    transition: 0.5s;
    border: 1px solid #fff;
    box-shadow: 1px 1px 8px #7f02ff, 1px -1px 8px #7f02ff, -1px 1px 8px #7f02ff, -1px -1px 8px #7f02ff, -1px -1px 1px rgba(255, 255, 255, .2), 1px 1px 1px rgba(255, 255, 255, .2), -1px 1px 1px rgba(255, 255, 255, .2), 1px -1px 1px rgba(255, 255, 255, .2)
}

@media (max-width: 991px) {
    .info-block__item {
        flex-direction: column;
        align-items: center;
        gap: 0
    }
}

@media (max-width: 499px) {
    .info-block__item {
        width: 100%
    }
}

.info-block--v3 .info-block__item {
    width: 100%;
    align-items: center
}

@media (max-width: 991px) {
    .info-block__button {
        margin-top: 15px;
        margin-bottom: 10px
    }
}

.info-block__img {
    width: 60px;
    flex-shrink: 0
}

.info-block
.btn {
    margin: auto;
    height: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 14px;
    width: auto;
    min-width: 200px
}

.bonuses-list {
    margin: 15px 0
}

.bonus-item {
    position: relative;
    display: flex;
    align-items: center
}

.bonus-item:not(:last-of-type) {
    padding-bottom: 15px;
    margin-bottom: 15px
}

.bonus-item:not(:last-of-type):after {
    content: '';
    position: absolute;
    left: 0;
    bottom: -10px;
    width: 100%;
    height: 15px;
    background: url("/template/images/separator.png") 0 7px no-repeat
}

.bonus-item .bonus-img {
    flex: 0 0 406px;
    margin-right: 15px
}

.bonus-item .bonus-img
img {
    border: 1px solid #a000ff
}

.bonus-item .bonus-title {
    font-size: 20.28px;
    text-shadow: 1px 1px 10px #7f02ff, 1px -1px 10px #7f02ff, -1px 1px 10px #7f02ff, -1px -1px 10px #7f02ff, -1px -1px 1px rgba(255, 255, 255, .2), 1px 1px 1px rgba(255, 255, 255, .2), -1px 1px 1px rgba(255, 255, 255, .2), 1px -1px 1px rgba(255, 255, 255, .2);
    color: #fff;
    margin: 0 auto;
    text-align: center
}

.bonus-item .bonus-text {
    margin: 15px 0;
    line-height: 1.4
}

.bonus-item .btn-wrap {
    display: flex;
    justify-content: flex-end
}

.bonus-item .btn-bonus {
    display: inline-block;
    width: 180px;
    height: 36px;
    background: url("/template/images/2.png") no-repeat 0px -78px;
    cursor: pointer;
    text-decoration: none;
    font-size: 13px;
    color: #000;
    text-align: center;
    font-weight: bold;
    border: none;
    outline: none
}

.bonus-item .btn-bonus:hover {
    background-position: 0px -114px
}

.side_block {
    background: transparent url(/template/images/sb.bg.avif) no-repeat;
    background-size: 200px 520px;
    cursor: pointer;
    font-size: 20px;
    height: 520px;
    left: 100%;
    margin-left: -40px;
    margin-top: -260px;
    padding-left: 15px;
    padding-top: 38px;
    position: fixed;
    text-align: center;
    top: 50%;
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
    -webkit-transition: margin-left 0.5s;
    transition: margin-left 0.5s;
    width: 200px;
    z-index: 1000
}

@media (max-width: 768px) {
    .side_block {
        display: none
    }
}

.side_block_item {
    border: 1px solid #a6a6a6;
    cursor: pointer;
    float: right;
    height: 150px;
    margin-bottom: 5px;
    margin-right: 10px;
    position: relative;
    width: 140px
}

.side_block_item
img {
    height: 100%;
    width: 100%
}

.side_block_item:hover
.side_block_item_hover {
    opacity: 1
}

.side_block_item_hover {
    background-color: rgba(0, 0, 0, .5);
    height: 100%;
    left: 0;
    opacity: 0;
    position: absolute;
    top: 0;
    -webkit-transition: opacity 0.5s;
    transition: opacity 0.5s;
    width: 100%
}

.side_block_item_hover, .side_block_item_hover
span {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    justify-content: center
}

.side_block_item_hover
span {
    background: #ffce02;
    border-radius: 100%;
    color: #000;
    height: 100px;
    text-decoration: none;
    text-shadow: none;
    width: 100px
}

.side_block:after {
    -webkit-animation: arrow_animation 0.5s ease infinite;
    animation: arrow_animation 0.5s ease infinite;
    background: url(/template/images/arrow.png) no-repeat;
    content: "";
    display: block;
    height: 29px;
    left: 15px;
    margin-left: -40px;
    position: absolute;
    top: 5px;
    width: 14px
}

.side_block_open {
    margin-left: -200px
}

.side_block_open:after {
    display: none
}

@-webkit-keyframes arrow_animation {
    0% {
        margin-left: -40px
    }
    50% {
        margin-left: -35px
    }
    to {
        margin-left: -40px
    }
}

@keyframes arrow_animation {
    0% {
        margin-left: -40px
    }
    50% {
        margin-left: -35px
    }
    to {
        margin-left: -40px
    }
}

.cta {
    width: 100%;
    margin: 60px 0;
    padding: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff
}

.cta--v1 {
    border: 2px solid #ffe41b;
    border-radius: 6px;
    box-shadow: 0 0 30px #f1a267;
    background: linear-gradient(45deg, black, #882306)
}

.cta--v2 {
    border: 2px solid #b777f8;
    border-radius: 8px;
    box-shadow: 0 0 7px #f2d8ff;
    background: #411b83
}

.cta--v3 {
    background-image: url('/template/images/cta-3.jpg')
}

.cta--v4 {
    background-image: none;
    border: 2px solid #673ab7;
    border-radius: 4px;
    box-shadow: 0 0 10px rgba(255, 255, 255, .5);
    justify-content: center
}

.cta__title {
    font-size: 32px;
    font-weight: 700;
    text-shadow: 1px 1px 10px #7f02ff, 1px -1px 10px #7f02ff, -1px 1px 10px #7f02ff, -1px -1px 10px #7f02ff, -1px -1px 1px rgba(255, 255, 255, .2), 1px 1px 1px rgba(255, 255, 255, .2), -1px 1px 1px rgba(255, 255, 255, .2), 1px -1px 1px rgba(255, 255, 255, .2);
    margin-bottom: 20px;
    text-align: center
}

.cta--v2
.cta__title {
    color: #ffe900
}

.cta__text {
    font-weight: 700;
    font-size: 18px;
    max-width: 350px;
    margin-bottom: 30px;
    text-align: center;
    margin-left: auto;
    margin-right: auto
}

.cta--v2
.cta__text {
    color: #ffe900
}

.cta .cta-btn {
    padding: 0 30px;
    margin-left: auto;
    margin-right: auto
}

.cta .cta-btn--violet {
    background: linear-gradient(180deg, #aa63cf 9%, #7902e1 80%);
    color: #fff
}

.two-columns {
    display: flex;
    gap: 15px;
    justify-content: space-between;
    align-items: flex-start;
    margin: 30px 0
}

.two-columns__item {
    width: 100%
}

@media (max-width: 768px) {
    .two-columns {
        flex-wrap: wrap
    }
}

.top4 {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    gap: 15px;
    margin: 30px 0
}

@media (max-width: 1199px) {
    .top4 {
        flex-wrap: wrap;
        justify-content: center;
        margin: 30px 0
    }
}

.top4__item {
    width: calc(25% - 15px);
    padding: 10px;
    background: #14012e;
    border-radius: 8px;
    transition: 0.5s;
    border: 1px solid transparent
}

.top4__item:hover {
    border: 1px solid #fbd80b
}

@media (max-width: 991px) {
    .top4__item {
        width: calc(25% - 15px)
    }
}

@media (max-width: 768px) {
    .top4__item {
        width: calc(50% - 15px)
    }
}

@media (max-width: 499px) {
    .top4__item {
        width: calc(100%)
    }
}

.top4__logo {
    width: 65px;
    margin: 0 auto
}

.top4__content {
    text-align: center
}

.top4
.h3 {
    text-align: center
}

.top3 {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    gap: 15px;
    margin: 30px 0
}

@media (max-width: 1199px) {
    .top3 {
        flex-wrap: wrap;
        justify-content: center;
        margin: 30px 0
    }
}

.top3__item {
    width: auto;
    padding: 10px;
    margin: 0 10px;
    background: #14012e;
    border-radius: 8px;
    transition: 0.5s;
    border: 1px solid #fbd80b
}

.top3__logo {
    width: 65px;
    margin: 0 auto
}

.top3__content {
    text-align: center
}

.top3
.h3 {
    text-align: center;
    color: #ffea00
}