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

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

body {
    line-height: 1
}

ol,
ul {
    list-style: none
}

blockquote,
q {
    quotes: none
}

blockquote:after,
blockquote:before,
q:after,
q:before {
    content: ""
}

table {
    border-collapse: collapse;
    border-spacing: 0;
    font-size: 1.2em;
    border: 1px solid;
    padding: 10px 10px 10px 10px !important;
    margin: 10px;
}

* {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box
}

input,
select,
textarea {
    font-family: inherit;
    font-size: inherit;
    color: inherit
}

button {
    color: inherit;
    font: inherit;
    border: none;
    background: 0 0
}

button,
button:focus {
    outline: 0
}

input:-webkit-autofill,
input:-webkit-autofill:focus,
input:-webkit-autofill:hover,
select:-webkit-autofill,
select:-webkit-autofill:focus,
select:-webkit-autofill:hover,
textarea:-webkit-autofill,
textarea:-webkit-autofill:focus,
textarea:-webkit-autofill:hover {
    -webkit-text-fill-color: #393939;
    -webkit-box-shadow: 0 0 0 1000px transparent inset;
    -webkit-transition: background-color 5000s ease-in-out 0s;
    transition: background-color 5000s ease-in-out 0s
}

input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
    -webkit-appearance: none;
    margin: 0
}

a {
    text-decoration: none;
    color: inherit;
    outline: 0
}

img,
video {
    max-width: 100%;
    height: auto
}

* {
    -webkit-tap-highlight-color: transparent
}

@font-face {
    font-family: Rubik;
    src: local("Rubik Bold"), local("Rubik-Bold"), url(../fonts/Rubik-Bold.woff2) format("woff2"), url(../fonts/Rubik-Bold.woff) format("woff");
    font-weight: 700;
    font-style: normal
}

@font-face {
    font-family: Rubik;
    src: local("Rubik Medium"), local("Rubik-Medium"), url(../fonts/Rubik-Medium.woff2) format("woff2"), url(../fonts/Rubik-Medium.woff) format("woff");
    font-weight: 500;
    font-style: normal
}

@font-face {
    font-family: Rubik;
    src: local("Rubik Light"), local("Rubik-Light"), url(../fonts/Rubik-Light.woff2) format("woff2"), url(../fonts/Rubik-Light.woff) format("woff");
    font-weight: 300;
    font-style: normal
}

@font-face {
    font-family: Rubik;
    src: local("Rubik"), local("Rubik-Regular"), url(../fonts/Rubik-Regular.woff2) format("woff2"), url(../fonts/Rubik-Regular.woff) format("woff");
    font-weight: 400;
    font-style: normal
}

@font-face {
    font-family: Rubik;
    src: local("Rubik Italic"), local("Rubik-Italic"), url(../fonts/Rubik-Italic.woff2) format("woff2"), url(../fonts/Rubik-Italic.woff) format("woff");
    font-weight: 400;
    font-style: italic
}

body {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-family: Rubik, sans-serif;
    font-weight: 500;
    font-size: 1vw;
    color: #fff
}

.body-wrap,
body {
    height: 100%;
    max-width: 100%;
    background-color: #1A1529
}

.body-wrap {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -moz-box-orient: vertical;
    -moz-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    overflow: hidden;
    z-index: 0
}

.body-wrap,
.title {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    position: relative
}

.title {
    -webkit-box-align: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-bottom: 1.3em;
    margin-top: 1.2em
}

@media (max-width:600px) {
    .title {
        margin-top: 1.5em
    }
}

.title:before {
    content: "";
    display: block;
    position: absolute;
    position: relative;
    height: .1em;
    width: 2em;
    background: #6047b7;
    margin-right: .5em
}

.title span {
    text-transform: uppercase;
    font-size: 1.8em;
    font-weight: 500
}

img {
    width: 100%;
    height: auto;
    max-width: 100%
}

.main {
    margin-top: 2.5em
}

.body-wrap--rubric .main {
    margin-top: 0
}

.container {
    max-width: 60.4em;
    margin: 0 auto;
    width: 100%
}

.btn {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    font-weight: 700;
    height: 2.6em;
    padding: 0 .5em;
    -moz-border-radius: 3em;
    border-radius: 3em;
    z-index: 0;
    overflow: hidden;
    cursor: pointer;
    -webkit-transition: .3s;
    -moz-transition: .3s;
    transition: .3s
}

.btn,
.btn span {
    position: relative
}

.btn span {
    font-size: .88em
}

.btn--purpl {
    background: rgb(255, 120, 45);
    background: -webkit-gradient(linear, left top, right top, from(rgb(255, 120, 45)), to(#04bc3f));
    background: -moz-linear-gradient(left, rgb(255, 120, 45), #04bc3f);
    background: rgb(255, 120, 45);
    -webkit-box-shadow: 0 .1em .1em .1em rgba(0, 0, 0, .25);
    -moz-box-shadow: 0 .1em .1em .1em rgba(0, 0, 0, .25);
    box-shadow: 0 .1em .1em .1em rgba(0, 0, 0, .25)
}

.btn--purpl:hover {
    -webkit-box-shadow: 0 .1em .1em .1em rgba(0, 0, 0, .25), 0 0 1em .1em rgba(4, 188, 63, .5);
    -moz-box-shadow: 0 .1em .1em .1em rgba(0, 0, 0, .25), 0 0 1em .1em rgba(4, 188, 63, .5);
    box-shadow: 0 .1em .1em .1em rgba(0, 0, 0, .25), 0 0 1em .1em rgba(4, 188, 63, .5)
}

.btn--green {
    color: #fff
}

.btn--green:hover {
    color: #ffd400;
    -webkit-box-shadow: 0 .1em .1em .1em rgba(0, 0, 0, .25), 0 0 1em .1em rgba(4, 188, 63, .5);
    -moz-box-shadow: 0 .1em .1em .1em rgba(0, 0, 0, .25), 0 0 1em .1em rgba(4, 188, 63, .5);
    box-shadow: 0 .1em .1em .1em rgba(0, 0, 0, .25), 0 0 1em .1em rgba(4, 188, 63, .5);
    background: rgb(255, 120, 45);
    background: -webkit-gradient(linear, left top, right top, from(rgb(255, 120, 45)), to(#04bc3f));
    background: -moz-linear-gradient(left, rgb(255, 120, 45), #04bc3f);
    background: rgb(255, 120, 45)
}

.btn:hover {
    -webkit-filter: brightness(1.2);
    filter: brightness(1.2)
}

@media (max-width:1100px) {
    body {
        font-size: 1.1vw
    }
}

@media (max-width:768px) {
    body {
        font-size: 1.3vw
    }

    .title {
        font-size: 1.3em
    }
}

@media (max-width:600px) {
    body {
        font-size: 1.5vw
    }
}

@media (max-width:420px) {
    .title {
        font-size: 1.5em
    }
}

.advertising {
    position: relative;
    z-index: 0;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -moz-box-orient: vertical;
    -moz-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    padding: 2.2em 1.9em 1.9em;
    width: 30em;
    height: 15em;
    -moz-border-radius: .5em;
    border-radius: .5em;
    overflow: hidden;
    margin-bottom: 1.2em
}

.advertising:before {
    content: "";
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 80%;
    background: #0d022a;
    background: -webkit-gradient(linear, left top, right top, from(#0d022a), to(rgba(13, 2, 42, 0)));
    background: -moz-linear-gradient(left, #0d022a, rgba(13, 2, 42, 0));
    background: linear-gradient(90deg, #0d022a, rgba(13, 2, 42, 0))
}

.advertising--fr {
    float: right;
    margin-left: 1.2em
}

.advertising--fl {
    float: left;
    margin-right: 1.2em
}

.advertising--full {
    width: 100%;
    font-size: 1.22em;
    height: 11.4em;
    padding: 1.5em 1.2em 1em
}

.advertising--full:before {
    display: none
}

.advertising--full .advertising__title {
    width: 6em;
    font-size: 1.4em
}

.advertising--full .advertising__btn {
    font-size: 1.08em;
    margin-top: .5em
}

.advertising--full .advertising__btn span {
    font-size: .88em
}

.advertising__title {
    font-size: 1.9em;
    width: 7em;
    line-height: 1.2;
    position: relative;
    z-index: 2
}

.advertising__title span {
    color: #f140f4
}

.advertising p {
    font-size: .9em;
    width: 13em;
    z-index: 2;
    line-height: 1.2;
    margin-top: .5em
}

.advertising__btn {
    width: 8em;
    height: 2.8em;
    min-height: 2.8em;
    position: relative;
    z-index: 3;
    margin-top: 2em;
    font-size: .75em
}

.advertising img {
    width: 100%;
    height: 100%;
    position: absolute;
    -o-object-fit: cover;
    object-fit: cover;
    left: 0;
    top: 0;
    z-index: -1
}

@media (max-width:1100px) {
    .custom-text .advertising {
        font-size: .8em
    }
}

@media (max-width:768px) {
    .custom-text .advertising {
        font-size: 1em
    }

    .advertising--full:before {
        display: block;
        width: 60%
    }

    .advertising--full .advertising__title {
        width: 12em
    }

    .advertising--full .advertising__btn,
    .advertising--full .advertising__title {
        font-size: 1.6em
    }
}

@media (max-width:540px) {
    .advertising {
        padding: 1.4em 2em 1.5em;
        width: 100%;
        margin-left: 0
    }

    .advertising__title {
        width: 13em;
        font-size: 1.4em
    }

    .advertising__btn {
        font-size: 1.3em;
        margin-top: .5em
    }

    .advertising--full {
        font-size: 1.35em
    }

    .advertising--full:before {
        width: 80%
    }

    .advertising--full .advertising__title {
        font-size: 1.8em
    }
}

.header {
    padding: 1em 0;
    background: #1A1529;
    position: relative
}

.header__block {
    -webkit-box-pack: justify;
    -moz-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between
}

.header__block,
.header__left {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.header__logo {
    position: absolute;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    width: 8.5em
}

.header__logReg {
    width: 14em;
    display: none
}

.header__logReg span {
    font-size: 1em
}

.header__buttons {
    display: -webkit-box;
    align-items: center;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    font-size: .8em
}

.header__buttons .btn--reg {
    width: 7em
}

.header__buttons .btn--log {
    width: 7em;
    margin-right: 1em
}

.header__nav {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -moz-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.header__menu {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex
}

.header__menu li {
    margin-right: 1.55em;
    position: relative
}

.header__menu li:before {
    content: "";
    display: block;
    position: absolute;
    left: 0;
    bottom: 0;
    width: 0;
    background: #fff;
    height: 2px;
    -webkit-transition: .3s;
    -moz-transition: .3s;
    transition: .3s
}

.header__menu li a {
    display: block;
    font-size: 1.08em;
    line-height: 3em;
    -webkit-transition: .3s;
    -moz-transition: .3s;
    transition: .3s
}

.header__menu li.active {
    color: #f140f4
}

.header__menu li.active:before,
.header__menu li:hover:before {
    width: 100%;
    background: #f140f4;
    opacity: 1
}

.header__menu li:hover a {
    color: #f140f4
}

.header .search {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -moz-border-radius: .3em;
    border-radius: .3em;
    margin-left: 4em
}

.header .search__btn {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    min-height: 100%;
    padding: 0 .5em;
    cursor: pointer;
    width: 1.8em
}

.header .search__btn svg {
    width: 100%;
    max-width: 100%;
    height: auto
}

.header .search__input {
    background: 0 0;
    border: none;
    line-height: 2.4em;
    font-size: .7em;
    width: 14.3em;
    outline: 0
}

.header .search__input::-webkit-input-placeholder {
    color: #6a2cb2
}

.header .search__input:-moz-placeholder {
    color: #6a2cb2
}

.header .search__input::-moz-placeholder {
    color: #6a2cb2
}

.header .search__input:-ms-input-placeholder {
    color: #6a2cb2
}

.header .search__input::-ms-input-placeholder {
    color: #6a2cb2
}

.header .search__input::placeholder {
    color: #6a2cb2
}

.gamburger {
    font-size: .55em;
    -moz-border-radius: .5em;
    border-radius: .5em;
    width: 2.6em;
    height: 2.5em;
    position: relative;
    margin-left: 1.3em;
    cursor: pointer;
    -webkit-transition: .3s;
    -moz-transition: .3s;
    transition: .3s
}

.gamburger span {
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    left: 96%;
    font-size: 1.3em
}

.gamburger div {
    position: absolute;
    left: -moz-calc(50% - .85em);
    left: calc(50% - .85em);
    top: -moz-calc(50% - 1.5px);
    top: calc(50% - 1.5px);
    width: 1.5em;
    height: 2px;
    z-index: 9;
    background: #fff;
    -webkit-transition: .3s;
    -moz-transition: .3s;
    transition: .3s
}

.gamburger div:after,
.gamburger div:before {
    content: "";
    display: block;
    position: absolute;
    left: 0;
    width: 100%;
    height: 2px;
    background: #fff;
    -webkit-transition: top .3s .3s, -webkit-transform .3s;
    transition: top .3s .3s, -webkit-transform .3s;
    -moz-transition: top .3s .3s, transform .3s, -moz-transform .3s;
    transition: top .3s .3s, transform .3s;
    transition: top .3s .3s, transform .3s, -webkit-transform .3s, -moz-transform .3s
}

.gamburger div:before {
    top: .5em
}

.gamburger div:after {
    top: -.5em
}

.gamburger.open div {
    background: 0 0;
    -webkit-transition: background .3s linear;
    -moz-transition: background .3s linear;
    transition: background .3s linear
}

.gamburger.open div:after,
.gamburger.open div:before {
    top: 0;
    left: 0;
    -webkit-transition: top .3s, -webkit-transform .3s .5s;
    transition: top .3s, -webkit-transform .3s .5s;
    -moz-transition: top .3s, transform .3s .5s, -moz-transform .3s .5s;
    transition: top .3s, transform .3s .5s;
    transition: top .3s, transform .3s .5s, -webkit-transform .3s .5s, -moz-transform .3s .5s
}

.gamburger.open div:before {
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg)
}

.gamburger.open div:after {
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg)
}

@media (max-width:1100px) {
    .header__block {
        font-size: 1.2em
    }
}

@media (max-width:768px) {
    .header__block {
        font-size: 1.5em
    }

    .header__logo {
        width: 3.5em
    }

    .header .gamburger div,
    .header .gamburger div:after,
    .header .gamburger div:before {
        height: 1.5px
    }
}

@media (max-width:600px) {
    .header {
        padding: 3em 0 1em
    }

    .header__left {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -moz-box-orient: vertical;
        -moz-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-align: start;
        -moz-box-align: start;
        -ms-flex-align: start;
        align-items: start
    }

    .header .clogo {
        width: 15em
    }

    .header .search {
        margin-left: 0;
        font-size: 1.6em
    }

    .header__logo {
        font-size: 1.5em
    }

    .header .gamburger {
        font-size: 1.4em;
        margin-left: 0
    }

    .header__buttons {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -moz-box-orient: vertical;
        -moz-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        font-size: 1.2em
    }

    .header__buttons .btn {
        width: 10em
    }

    .header__buttons .btn span {
        font-size: 1.2em
    }

    .header .btn--log {
        margin-right: 0
    }

    .header .btn--reg {
        margin-top: .5em
    }
}

.bonus {
    margin-top: 2em
}

.bonus__wrap {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -moz-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between
}

.bonus__item {
    -moz-border-radius: .5em;
    border-radius: .5em;
    overflow: hidden;
    width: 33%;
    background: #1A1529;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -moz-box-orient: vertical;
    -moz-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column
}

.bonus__item_img {
    width: 19.9em;
    height: 16em;
    position: relative;
    z-index: 0
}

.bonus__item_img img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover
}

.bonus__item_img:after {
    content: "";
    display: block;
    position: absolute;
    width: 100%;
    height: 40%;
    left: 0;
    bottom: -.1em;
    background: rgba(40, 7, 80, 0);
    background: -webkit-gradient(linear, left top, left bottom, from(rgba(40, 7, 80, 0)), to(#000));
    background: -moz-linear-gradient(top, rgba(40, 7, 80, 0), #000);
    background: linear-gradient(180deg, rgba(40, 7, 80, 0), #000)
}

.bonus__item_block {
    position: relative;
    z-index: 1;
    text-align: center;
    font-weight: 700;
    padding: 1.1em .9em 1em;
    background: #1A1529;
    -webkit-box-flex: 1;
    -moz-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -moz-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -moz-box-orient: vertical;
    -moz-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column
}

.bonus__item_title {
    font-size: 1.3em;
    line-height: 1.3
}

.bonus__item_title--bottom {
    font-weight: 500;
    font-size: 1.15em;
    padding-top: 1em;
    position: relative;
    margin-top: 1.1em
}

.bonus__item_title--bottom:before {
    content: "";
    display: block;
    position: absolute;
    width: 100%;
    height: 2px;
    background: #6047b7;
    left: 0;
    top: 0
}

@media (max-width:768px) {
    .bonus__item_title--bottom:before {
        height: 1px
    }
}

.bonus__item_title span {
    color: #f140f4
}

.bonus__item_btn {
    margin-top: 1.1em;
    font-size: 1.27em
}

@media (max-width:420px) {
    .bonus__wrap {
        overflow: auto;
        font-size: 1.6em
    }

    .bonus__item {
        min-width: 20em;
        margin-right: 1em
    }
}

.demo {
    margin-top: 1.9em
}

.demo__title {
    font-size: 2.31em;
    margin-bottom: .7em;
    font-weight: 700;
    text-transform: uppercase
}

.demo__wrap {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    grid-column-gap: .5em;
    grid-row-gap: 1em
}

.demo__advertising {
    margin: 0;
    height: 100% !important;
    position: relative;
    width: 100%;
    height: 100%
}

.demo__advertising--rt {
    grid-column: 3/5;
    grid-row: 4/6
}

.demo__advertising--lb {
    grid-column: 1/3;
    grid-row: 7/9
}

.demo__item {
    -moz-border-radius: .5em;
    border-radius: .5em;
    overflow: hidden;
    width: 100%;
    height: 9.3em;
    position: relative
}

.demo__item img {
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: center;
    object-position: center;
    width: 100%;
    height: 100%
}

.demo__item_wrap {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: rgba(59, 10, 117, .9);
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -moz-box-orient: vertical;
    -moz-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: distribute;
    justify-content: space-around;
    padding: .6em 0 .8em;
    font-weight: 700;
    opacity: 0;
    -webkit-transition: .4s;
    -moz-transition: .4s;
    transition: .4s;
    pointer-events: none
}

.demo__item:hover .demo__item_wrap {
    opacity: 1
}

.demo__item.active .demo__item_wrap {
    pointer-events: auto
}

.demo__item_title {
    font-size: .88em
}

.demo__item_btn {
    font-size: .73em;
    width: 12em;
    -moz-border-radius: 2em;
    border-radius: 2em
}

.demo__item_btn:last-child {
    margin-top: .3em
}

.demo fieldset {
    border-top: 1px solid gray;
    margin-top: 1.5em
}

.demo fieldset legend {
    text-align: center;
    padding: 0 1em
}

.demo__btn {
    border: 1px solid #fff;
    cursor: pointer;
    width: 10em;
    font-size: .8em
}

@media (max-width:768px) {
    .demo {
        margin-top: 3.5em
    }

    .demo__title {
        font-size: 3em
    }

    .demo__item {
        height: 10em
    }

    .demo__wrap {
        grid-template-columns: repeat(3, 1fr);
        grid-column-gap: .5em;
        grid-row-gap: 1em;
        font-size: 1.2em
    }

    .demo__advertising--rt {
        grid-column: 2/4;
        grid-row: 4/6
    }

    .demo__btn {
        font-size: 1.2em
    }

    .demo fieldset {
        margin-top: 2.5em
    }
}

@media (max-width:540px) {
    .demo__title {
        font-size: 3.3em
    }

    .demo__wrap {
        grid-template-columns: repeat(2, 1fr);
        font-size: 1.7em
    }

    .demo__item {
        height: 11em
    }

    .demo__item_wrap {
        font-size: 1.2em
    }

    .demo__advertising--rt {
        grid-column: 1/3;
        grid-row: 4/6
    }

    .demo__advertising--lb {
        grid-column: 1/3;
        grid-row: 11/12
    }

    .demo__btn {
        font-size: 1.8em
    }

    .demo__btn span {
        font-size: 1em
    }

    .demo fieldset {
        margin-top: 3.5em
    }
}

.single__title {
    font-weight: 700;
    margin-top: .85em;
    font-size: 2.28em;
    text-transform: uppercase
}

.single__wrap {
    margin-bottom: 1.5em;
    margin-top: 1.8em;
    display: grid;
    grid-column-gap: 1em;
    grid-row-gap: 1em;
    grid-template-columns: 3fr 1fr
}

.single__item {
    position: relative;
    -moz-border-radius: .3em;
    border-radius: .3em;
    overflow: hidden
}

.single__item:after {
    content: "";
    display: block;
    position: absolute;
    width: 100%;
    height: 50%;
    left: 0;
    bottom: -.1em;
    background: -webkit-gradient(linear, left top, left bottom, from(0), color-stop(#000), to(transparent));
    background: -moz-linear-gradient(0, #000, transparent);
    background: linear-gradient(0, #000, transparent);
    z-index: -1
}

.single__item img {
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    -o-object-fit: cover;
    object-fit: cover;
    position: absolute;
    z-index: -2
}

.single__left {
    width: 100%;
    height: 25em
}

.single__left_title {
    font-size: 1.7em;
    position: absolute;
    font-weight: 700;
    left: 1.7em;
    bottom: 1.3em
}

.single__buttons {
    width: 55%;
    position: absolute;
    z-index: 9;
    right: 1em;
    bottom: 1.7em;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -moz-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between
}

.single__btn {
    font-size: 1.15em;
    width: 48%
}

.single__demo {
    margin-top: 0
}

.single__demo .demo__wrap {
    grid-template-columns: repeat(3, 1fr)
}

.single__newBonus {
    font-size: .75em
}

.single__newBonus .newBonus__wrap {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -moz-box-orient: vertical;
    -moz-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: justify;
    -moz-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    height: 100%;
    -webkit-box-align: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding-bottom: 3em
}

.single__newBonus .newBonus__item {
    margin: 0;
    max-width: 100%
}

.single__newBonus .newBonus__item_img {
    height: 12em
}

.single__newBonus .newBonus__item_desc {
    color: rgb(255, 120, 45);
    -webkit-filter: drop-shadow(0 0 .5em rgba(115, 241, 48, .5));
    filter: drop-shadow(0 0 .5em rgba(115, 241, 48, .5));
    font-size: .9em
}

.single__newBonus .newBonus__item_btn {
    font-size: 1.1em;
    padding: .5em 0
}

.single__right {
    position: relative;
    -webkit-box-flex: 1;
    -moz-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -moz-box-orient: vertical;
    -moz-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: justify;
    -moz-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    grid-column: 2;
    grid-row: 1/3
}

.single__bonus {
    width: 100%;
    height: 14em;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -moz-box-orient: vertical;
    -moz-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: end;
    -moz-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    -webkit-box-align: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: .7em .5em
}

.single__bonus_title {
    text-align: center;
    font-size: .93em;
    width: 90%;
    line-height: 1.2
}

.single__bonus_title span {
    color: #f140f4
}

.single__bonus_btn {
    font-size: .8em;
    margin-top: .8em;
    width: 100%
}

.single__bonus_btn span {
    font-size: 1em
}

@media (max-width:768px) {
    .single {
        margin-bottom: 4em
    }

    .single__wrap {
        display: -webkit-box;
        display: -moz-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -moz-box-orient: vertical;
        -moz-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column
    }

    .single__left {
        font-size: 1.1em
    }

    .single__left_title {
        font-size: 1.9em
    }

    .single__buttons {
        font-size: 1.1em;
        width: 25em
    }

    .single__right {
        margin: 2em 0 4em
    }

    .single__right .newBonus__wrap {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -moz-box-orient: horizontal;
        -moz-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row;
        padding: 0 2.5em
    }
}

@media (max-width:540px) {
    .single__buttons {
        font-size: 1.3em
    }

    .single__left_title {
        font-size: 2.4em;
        left: 1.5em;
        bottom: 1.2em
    }

    .single__newBonus {
        height: 50em
    }

    .single__newBonus .newBonus__wrap {
        font-size: 1.8em;
        -webkit-box-pack: start;
        -moz-box-pack: start;
        -ms-flex-pack: start;
        justify-content: flex-start;
        -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
        overflow: auto;
        margin: 0
    }

    .single__newBonus .newBonus__wrap::-webkit-scrollbar {
        width: 0;
        display: none;
        opacity: 0
    }

    .single__newBonus .newBonus__item {
        margin-right: 7em
    }

    .single__right {
        margin: 0 0 3em
    }

    .single__demo .demo__item {
        height: 7em
    }
}

.custom-text {
    margin: .6em 0 0;
    padding: .6em .8em;
    font-weight: 500
}

.custom-text--border {
    border-top: 1px solid #6047b7;
    border-bottom: 1px solid #6047b7
}

.custom-text__block {
    -webkit-transition: 1s;
    -moz-transition: 1s;
    transition: 1s;
    font-size: .95em
}

.open .custom-text__block {
    height: auto
}

.custom-text__btn {
    padding: 0;
    margin-left: auto;
    color: rgb(255, 120, 45);
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    cursor: pointer
}

.open .custom-text__btn {
    display: none
}

.custom-text__btn span {
    font-size: .75em;
    margin-right: .5em;
    font-weight: 500
}

.custom-text__btn svg {
    width: .6em
}

.custom-text__h1 {
    font-weight: 700;
    margin-top: .85em;
    font-size: 2.28em;
    text-transform: uppercase;
    margin-bottom: .75em
}

.custom-text--page {
    background: 0 0;
    margin-top: -1.5em;
    position: relative
}

.custom-text--page:before {
    content: "";
    display: block;
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 1px;
    background: #6047b7
}

.custom-text__block h1,h2,h3{
    font-size: 1.24em;
    margin-bottom: 1.3em;
    margin-top: 1.3em
}

.custom-text__block p{
    font-size: 1.2em;
    margin-bottom: 1.3em;
    line-height: 1.2;
    font-weight: 500
}

.custom-text__block ul, ol{
    font-size: .78em;
    margin-bottom: 1.3em;
    line-height: 1.2;
    font-weight: 500;
    padding-left: 20px;
}

.custom-text__block ul li{
    list-style: initial;
    font-size: 1.2em;
}

.custom-text__block ol li{
    list-style: decimal;
    font-size: 1.2em;
}

@media (max-width:1100px) {
    .custom-text__block {
        font-size: 1.1em
    }

    .custom-text__btn {
        font-size: 1.1em;
        margin-top: 1em
    }

    .custom-text__block {
        font-size: 1.5em
    }
}

@media (max-width:768px) {
    .custom-text__block {
        font-size: 1.15em
    }

    .custom-text__btn {
        font-size: 1.5em
    }
}

@media (max-width:540px) {
    .custom-text {
        margin-top: 4em
    }

    .custom-text--page {
        margin-top: -2em
    }

    .custom-text__block {
        font-size: 1.8em
    }

    .custom-text__p {
        font-size: .9em
    }

    .custom-text__btn {
        font-size: 2em
    }
}

.footer {
    width: 100%;
    padding-top: 3.3em;
    padding-bottom: 2em;
    position: relative
}

.footer__top {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -moz-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    font-weight: 700
}

.footer__title {
    color: rgb(255, 120, 45);
    font-size: .85em;
    margin-bottom: 1em
}

.footer__nav li {
    margin-bottom: .5em
}

.footer__nav li a {
    font-size: .8em;
    -webkit-transition: .3s ease-in-out;
    -moz-transition: .3s ease-in-out;
    transition: .3s ease-in-out;
    color: #fff
}

.footer__nav li a:hover {
    color: rgb(255, 120, 45)
}

.footer__soc {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.footer__soc a {
    display: block;
    height: 1em;
    margin-right: 1.5em
}

.footer__soc a svg {
    height: 100%;
    width: auto;
    max-width: none;
    -o-object-fit: contain;
    object-fit: contain
}

.footer__soc svg {
    -webkit-transition: .3s ease-in-out;
    -moz-transition: .3s ease-in-out;
    transition: .3s ease-in-out
}

.footer__soc svg:hover {
    -webkit-transform: rotate(1turn);
    -moz-transform: rotate(1turn);
    -ms-transform: rotate(1turn);
    transform: rotate(1turn);
    -webkit-transition: .5s ease-in-out;
    -moz-transition: .5s ease-in-out;
    transition: .5s ease-in-out
}

.footer__payments {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
}

.footer__payments,
.footer__payments div {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    text-align: center
}

.footer__payments div {
    width: 5.7em;
    height: 4em;
    background-color: #1A1529;
    -webkit-box-pack: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-transition: .5s ease-in-out;
    -moz-transition: .5s ease-in-out;
    transition: .5s ease-in-out;
    margin-right: .25em;
    position: relative
}

.footer__payments div:hover {
    -webkit-transform: scale(.8);
    -moz-transform: scale(.8);
    -ms-transform: scale(.8);
    transform: scale(.8);
    -webkit-transition: .5s ease-in-out;
    -moz-transition: .5s ease-in-out;
    transition: .5s ease-in-out
}

.footer__payments div img {
    position: relative;
    max-width: 60%;
    max-height: 50%;
    height: 100%;
    width: 100%;
    -o-object-fit: contain;
    object-fit: contain
}

.footer__bottom {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -moz-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between
}

.footer .policy-block img {
    margin-right: 1.4em
}

.footer .policy-block img:last-child {
    margin-right: 0
}

.footer .policy-block img:first-child {
    width: 2em
}

.footer .policy-block img:nth-child(2) {
    width: 5em
}

.footer .policy-block img:nth-child(3) {
    width: 2em
}

.footer .policy-block img:nth-child(4) {
    width: 2.4em
}

.footer .copyright {
    font-size: 0.9em
}

.encircle {
    width: 2.3em;
    height: 2.3em;
    -moz-border-radius: 50%;
    border-radius: 50%;
    background: rgb(255, 120, 45);
    position: fixed;
    top: 46%;
    right: -moz-calc(50% - 34.7em);
    right: calc(50% - 34.7em);
    z-index: 999;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-animation: a 2s ease-in-out infinite alternate;
    -moz-animation: a 2s ease-in-out infinite alternate;
    animation: a 2s ease-in-out infinite alternate;
    opacity: 0
}

.encircle,
.encircle svg {
    will-change: transform;
    -webkit-transition: .5s;
    -moz-transition: .5s;
    transition: .5s
}

.encircle svg {
    width: 1em
}

.encircle svg path {
    fill: #000
}

.encircle.open {
    opacity: 1
}

.encircle:hover {
    background: #f140f4
}

.encircle:hover svg {
    -webkit-transform: scale(1.2);
    -moz-transform: scale(1.2);
    -ms-transform: scale(1.2);
    transform: scale(1.2)
}

@-webkit-keyframes a {
    0% {
        -webkit-transform: scale(1) translateZ(.01px);
        transform: scale(1) translateZ(.01px)
    }

    50% {
        -webkit-transform: scale(1.1) translateZ(.01px);
        transform: scale(1.1) translateZ(.01px)
    }

    to {
        -webkit-transform: scale(1) translateZ(.01px);
        transform: scale(1) translateZ(.01px)
    }
}

@-moz-keyframes a {
    0% {
        -moz-transform: scale(1) translateZ(.01px);
        transform: scale(1) translateZ(.01px)
    }

    50% {
        -moz-transform: scale(1.1) translateZ(.01px);
        transform: scale(1.1) translateZ(.01px)
    }

    to {
        -moz-transform: scale(1) translateZ(.01px);
        transform: scale(1) translateZ(.01px)
    }
}

@keyframes a {
    0% {
        -webkit-transform: scale(1) translateZ(.01px);
        -moz-transform: scale(1) translateZ(.01px);
        transform: scale(1) translateZ(.01px)
    }

    50% {
        -webkit-transform: scale(1.1) translateZ(.01px);
        -moz-transform: scale(1.1) translateZ(.01px);
        transform: scale(1.1) translateZ(.01px)
    }

    to {
        -webkit-transform: scale(1) translateZ(.01px);
        -moz-transform: scale(1) translateZ(.01px);
        transform: scale(1) translateZ(.01px)
    }
}

@media (max-width:1100px) {
    .footer {
        padding-bottom: 3em
    }

    .footer__top {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        font-size: 1.3em
    }

    .footer__item:last-child {
        width: 100%;
        display: -webkit-box;
        display: -moz-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -moz-box-orient: vertical;
        -moz-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-align: center;
        -moz-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        margin-top: 1em
    }

    .footer__bottom {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -moz-box-orient: vertical;
        -moz-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        font-size: 1.2em
    }

    .footer .copyright {
        -webkit-box-ordinal-group: 2;
        -moz-box-ordinal-group: 2;
        -ms-flex-order: 1;
        order: 1;
        margin-top: 3em
    }

    .footer .policy-block {
        font-size: 1.5em;
        margin-top: 2em
    }

    .encircle {
        right: -moz-calc(50% - 24em);
        right: calc(50% - 24em);
        font-size: 1.6em
    }
}

@media (max-width:768px) {
    .encircle {
        right: -moz-calc(50% - 20em);
        right: calc(50% - 20em);
        font-size: 1.8em
    }
}

@media (max-width:600px) {
    .footer__item {
        font-size: 1.8em;
        width: 10em;
        margin-bottom: 1.5em
    }

    .footer__bottom {
        font-size: 2em
    }

    .footer .policy-block {
        margin-top: 1em
    }

    .encircle {
        right: -moz-calc(50% - 15em);
        right: calc(50% - 15em);
        font-size: 2em
    }
}

.breadcrumbs {
    margin-top: 1.5em
}

.breadcrumbs__block {
    font-size: .8em;
    color: #6047b7;
    font-weight: 400
}

.breadcrumbs__block a {
    display: inline-block
}

.breadcrumbs__block a span {
    color: #6047b7;
    -webkit-transition: .3s;
    -moz-transition: .3s;
    transition: .3s
}

.breadcrumbs__block a:hover span {
    color: #f140f4
}

.breadcrumbs__block span {
    color: rgb(255, 120, 45)
}

.breadcrumbs__block span.arrow {
    margin: 0 .5em;
    color: #6047b7
}

@media (max-width:768px) {
    .breadcrumbs__block {
        font-size: 1em
    }
}

@media (max-width:540px) {
    .breadcrumbs__block {
        font-size: 1.2em;
        margin-top: 1.7em;
        margin-bottom: .3em
    }

    .breadcrumbs__home {
        -webkit-transform: translateY(.05em);
        -moz-transform: translateY(.05em);
        -ms-transform: translateY(.05em);
        transform: translateY(.05em)
    }
}

@media (max-width:420px) {
    .breadcrumbs {
        margin-bottom: 0
    }

    .breadcrumbs__block {
        font-size: 1.4em;
        margin-bottom: .5em
    }
}

.main-slider {
    position: relative
}

.main-slider .tns-ovh {
    position: relative;
    padding-top: 2em;
    margin-top: -2em
}

.main-slider__wrap {
    font-size: .68em
}

.main-slider__item {
    width: 100%;
    height: 19.5em;
    position: relative
}

.main-slider__bg {
    width: 100%;
    z-index: -1;
    overflow: hidden;
    -moz-border-radius: .4em;
    border-radius: .4em
}

.main-slider__bg,
.main-slider__bg:before {
    position: absolute;
    left: 0;
    top: 0;
    height: 100%
}

.main-slider__bg:before {
    content: "";
    display: block;
    width: 50%;
    background: #0d022a;
    background: -webkit-gradient(linear, left top, right top, from(#0d022a), to(rgba(13, 2, 42, 0)));
    background: -moz-linear-gradient(left, #0d022a, rgba(13, 2, 42, 0));
    background: linear-gradient(90deg, #0d022a, rgba(13, 2, 42, 0))
}

.main-slider__bg img {
    height: 100%;
    width: 100%;
    -o-object-fit: cover;
    object-fit: cover
}

.main-slider__block {
    position: absolute;
    top: 50%;
    left: 2.7em;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%)
}

.main-slider__title {
    text-transform: uppercase;
    font-weight: 900;
    letter-spacing: .06em;
    font-size: 1.9em
}

.main-slider__btn {
    font-weight: 700;
    font-size: 1.25em;
    position: relative;
    padding-left: .7em;
    display: inline-block;
    margin-top: 1em;
    margin-left: .17em;
    -webkit-transition: .3s;
    -moz-transition: .3s;
    transition: .3s;
    padding: .5em 2em;
    background: rgb(255, 120, 45);
    -moz-border-radius: 1em;
    border-radius: 1em
}

.main-slider__btn:before {
    left: .5em;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%)
}

.main-slider__btn:after,
.main-slider__btn:before {
    content: "";
    display: block;
    position: absolute;
    width: 0;
    height: 0;
    top: 50%;
    border-style: solid;
    border-width: .33em 0 .33em .53em;
    border-color: transparent transparent transparent #ffd400;
    -moz-border-radius: 2em;
    border-radius: 2em;
    -webkit-transition: .3s;
    -moz-transition: .3s;
    transition: .3s
}

.main-slider__btn:after {
    right: .5em;
    -webkit-transform: translateY(-50%) rotate(-180deg);
    -moz-transform: translateY(-50%) rotate(-180deg);
    -ms-transform: translateY(-50%) rotate(-180deg);
    transform: translateY(-50%) rotate(-180deg)
}

.main-slider__btn:hover {
    color: #ffd400
}

.main-slider__btn:hover:after {
    border-color: transparent transparent transparent #fff;
    -webkit-transform: translateY(-50%) scale(1.2) translateX(-100%) rotate(-180deg);
    -moz-transform: translateY(-50%) scale(1.2) translateX(-100%) rotate(-180deg);
    -ms-transform: translateY(-50%) scale(1.2) translateX(-100%) rotate(-180deg);
    transform: translateY(-50%) scale(1.2) translateX(-100%) rotate(-180deg)
}

.main-slider__btn:hover:before {
    border-color: transparent transparent transparent #fff;
    -webkit-transform: translateY(-50%) scale(1.2) translateX(100%);
    -moz-transform: translateY(-50%) scale(1.2) translateX(100%);
    -ms-transform: translateY(-50%) scale(1.2) translateX(100%);
    transform: translateY(-50%) scale(1.2) translateX(100%)
}

.main-slider__chose {
    left: 2.8em;
    top: 0;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    background: #ad00ff;
    padding: .5em .65em .5em 1.6em;
    z-index: 2;
    -moz-border-radius: 0 0 .2em .2em;
    border-radius: 0 0 .2em .2em
}

.main-slider__chose,
.main-slider__chose img {
    position: absolute;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%)
}

.main-slider__chose img {
    width: 3em;
    left: -.7em;
    top: 50%
}

.main-slider__chose span {
    font-size: .6em;
    font-weight: 500
}

.main-slider__array--left,
.main-slider__array--right {
    font-size: .68em
}

.tns-nav {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    left: 0;
    right: 0;
    margin: 0 auto;
    bottom: 1em;
    position: absolute;
    z-index: 2
}

.tns-nav button {
    width: .1em;
    height: .1em;
    -moz-border-radius: 100%;
    border-radius: 100%;
    position: relative;
    margin-right: .5em
}

.tns-nav button:before {
    width: .45em;
    height: .45em;
    z-index: 2
}

.tns-nav button:after,
.tns-nav button:before {
    content: "";
    display: block;
    position: absolute;
    background: #fff;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    -moz-border-radius: 100%;
    border-radius: 100%;
    -webkit-transition: .2s;
    -moz-transition: .2s;
    transition: .2s
}

.tns-nav button:after {
    width: .9em;
    height: .9em;
    z-index: 1;
    opacity: 0
}

.tns-nav button.tns-nav-active:after {
    opacity: 1
}

.tns-nav button.tns-nav-active:before {
    background: #ffd400
}

.slider__array {
    position: absolute;
    top: 50%;
    background: #1A1529;
    -moz-border-radius: 100%;
    border-radius: 100%;
    width: 2.1em;
    height: 2.1em;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    cursor: pointer;
    -webkit-transition: .3s;
    -moz-transition: .3s;
    transition: .3s;
    z-index: 5;
    -webkit-box-shadow: 0 .1em .2em .05em rgba(0, 0, 0, .5);
    -moz-box-shadow: 0 .1em .2em .05em rgba(0, 0, 0, .5);
    box-shadow: 0 .1em .2em .05em rgba(0, 0, 0, .5)
}

.slider__array:hover {
    -webkit-filter: brightness(1.2);
    filter: brightness(1.2)
}

.slider__array svg {
    width: 50%;
    z-index: 9;
    display: block;
    position: relative
}

.slider__array--left {
    left: 0;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    padding: .1em .1em 0 0
}

.slider__array--right {
    right: 0;
    -webkit-transform: translate(50%, -50%);
    -moz-transform: translate(50%, -50%);
    -ms-transform: translate(50%, -50%);
    transform: translate(50%, -50%);
    padding: .1em 0 0 .1em
}

.main-slider {
    font-size: 1.5em
}

@media (max-width:768px) {
    .slider__array {
        font-size: 1.3em
    }

    .main-slider__wrap {
        font-size: .9em
    }
}

@media (max-width:540px) {
    .main-slider__wrap {
        font-size: 1.1em
    }
}

.tabs__item,
.tabs__top {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex
}

.tabs__item {
    -webkit-box-flex: 1;
    -moz-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    -webkit-box-align: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    padding: 1.25em 0;
    border-bottom: 2px solid #6047b7;
    cursor: pointer;
    position: relative
}

.tabs__item:before {
    width: 0;
    height: 2px;
    background: #fff
}

.tabs__item:after,
.tabs__item:before {
    content: "";
    display: block;
    position: absolute;
    left: 0;
    top: 100%;
    -webkit-transition: .3s;
    -moz-transition: .3s;
    transition: .3s
}

.tabs__item:after {
    width: 100%;
    height: .1px;
    -webkit-box-shadow: 0 .1em .4em .03em #fa18ff;
    -moz-box-shadow: 0 .1em .4em .03em #fa18ff;
    box-shadow: 0 .1em .4em .03em #fa18ff;
    z-index: -1;
    opacity: 0
}

.tabs__item img {
    width: 2.85em;
    margin-right: 1.2em
}

.tabs__item:hover {
    background: #2d085a
}

.tabs__item:hover img {
    -webkit-filter: drop-shadow(0 0 .5em #fa18ff);
    filter: drop-shadow(0 0 .5em #fa18ff)
}

.tabs__item:hover:before {
    background: rgb(255, 120, 45);
    width: 100%
}

.tabs__item:hover:after {
    opacity: 1
}

.tabs__item span {
    font-size: 1.152em;
    font-weight: 400;
    text-transform: uppercase
}

.tabs__bottom {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -moz-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin-top: 1em
}

.tabs__word {
    padding: .5em .8em .4em;
    font-size: .75em;
    font-weight: 400;
    font-style: italic;
    background: #0e001e;
    -moz-border-radius: 1em;
    border-radius: 1em
}

@media (max-width:768px) {
    .tabs {
        font-size: 1.5em
    }

    .tabs__bottom {
        font-size: 1.2em;
        overflow: auto
    }

    .tabs__bottom::-webkit-scrollbar {
        width: 0;
        display: none;
        opacity: 0
    }

    .tabs__word {
        margin-right: 1em;
        white-space: nowrap
    }
}

.slider-mini {
    margin-top: 1.5em;
    position: relative;
    border: 1.5px solid #6047b7;
    -moz-border-radius: .3em;
    border-radius: .3em
}

.slider-mini__item {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    padding: 1.2em 1em 1.2em 2em;
    -webkit-box-align: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    position: relative
}

.slider-mini__item.tns-slide-active:before {
    content: "";
    display: block;
    position: absolute;
    left: 100%;
    top: 0;
    width: 1.5px;
    height: 100%;
    background: #6047b7
}

.slider-mini__block {
    width: 100%;
    height: 100%;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex
}

.slider-mini__left {
    width: 8.5em;
    height: 6.2em;
    -moz-border-radius: .3em;
    border-radius: .3em;
    overflow: hidden
}

.slider-mini__left img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover
}

.slider-mini__right {
    padding-left: 1em;
    font-weight: 700
}

.slider-mini__title {
    font-size: .92em;
    margin-top: .6em
}

.slider-mini__dg {
    color: rgb(255, 120, 45);
    font-size: 1.2em;
    margin-top: .4em;
    text-shadow: 0 0 1em rgb(255, 120, 45)
}

.slider-mini__name {
    font-weight: 400;
    font-size: .7em;
    margin-top: 2.2em
}

@media (max-width:768px) {
    .slider-mini {
        font-size: 1.5em
    }
}

.newBonus__wrap {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center
}

.newBonus__item {
    border: 1px solid #6047b7;
    -moz-border-radius: .3em;
    border-radius: .3em;
    width: 14em;
    text-align: center;
    padding: 0 1em;
    margin: 0 3em 3em
}

.newBonus__item_img {
    margin-top: 1em;
    position: relative;
    left: 50%;
    width: 160%;
    height: 11.5em;
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    -moz-border-radius: .3em;
    border-radius: .3em;
    overflow: hidden
}

.newBonus__item_img img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover
}

.newBonus__item_title {
    font-weight: 700;
    font-size: 1.15em;
    margin-top: 1.3em
}

.newBonus__item_desc {
    color: #9549f2;
    font-weight: 400;
    font-size: .85em;
    line-height: 1.2;
    margin-top: .5em
}

.newBonus__item_bon {
    color: rgb(255, 120, 45);
    font-weight: 700;
    font-size: 1.95em;
    margin-top: .6em;
    -webkit-filter: drop-shadow(0 0 .5em rgba(115, 241, 48, .6));
    filter: drop-shadow(0 0 .5em rgba(115, 241, 48, .6))
}

.newBonus__item_btn {
    font-size: .83em;
    width: 10em;
    margin: 0 auto;
    -webkit-transform: translateY(50%);
    -moz-transform: translateY(50%);
    -ms-transform: translateY(50%);
    transform: translateY(50%);
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -moz-box-orient: vertical;
    -moz-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    height: auto;
    padding: .7em 0
}

.newBonus__item_btn span {
    display: block;
    line-height: 1.2
}

@media (max-width:768px) {
    .newBonus__wrap {
        font-size: 1.2em;
        margin-top: .5em;
        font-size: 1.3em
    }
}

.top {
    margin-top: 1em;
    position: relative
}

.top__wrap {
    margin-top: .5em
}

.top__block {
    border: 1px solid #6047b7;
    -moz-border-radius: .3em;
    border-radius: .3em;
    width: 14em;
    text-align: center;
    padding: 1em 0 1.25em;
    margin: 0 auto
}

.top__array--right {
    -webkit-transform: translate(32%, -50%);
    -moz-transform: translate(32%, -50%);
    -ms-transform: translate(32%, -50%);
    transform: translate(32%, -50%)
}

.top__array--left {
    -webkit-transform: translate(-32%, -50%);
    -moz-transform: translate(-32%, -50%);
    -ms-transform: translate(-32%, -50%);
    transform: translate(-32%, -50%)
}

.top__item {
    padding: .5em 0
}

.top__item .demo__item--top {
    width: 140%;
    height: 11.5em;
    position: relative;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    overflow: hidden;
    -moz-border-radius: .4em;
    border-radius: .4em
}

.top__item .demo__item--top img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover
}

.top__item .demo__item--top .demo__item_wrap {
    background: rgba(0, 0, 0, .7)
}

.top__item .demo__item--top .demo__item_wrap .btn {
    position: relative;
    z-index: 9
}

.top__item_title {
    font-size: 1.15em;
    font-weight: 700;
    margin-top: 1em
}

@media (max-width:600px) {
    .top__item {
        font-size: 1.5em
    }

    .top__array--right {
        -webkit-transform: translate(35%, -50%);
        -moz-transform: translate(35%, -50%);
        -ms-transform: translate(35%, -50%);
        transform: translate(35%, -50%);
        font-size: 2em
    }

    .top__array--left {
        -webkit-transform: translate(-35%, -50%);
        -moz-transform: translate(-35%, -50%);
        -ms-transform: translate(-35%, -50%);
        transform: translate(-35%, -50%);
        font-size: 2em
    }
}

.tour .container {
    position: relative
}

.tour__block {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -moz-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between
}

.tour__block .tour__item {
    -webkit-transition: 1s;
    -moz-transition: 1s;
    transition: 1s
}

.tour__block .tour__item:nth-child(2) {
    -webkit-transition-delay: .3s;
    -moz-transition-delay: .3s;
    transition-delay: .3s
}

.tour__block .tour__item:nth-child(3) {
    -webkit-transition-delay: .6s;
    -moz-transition-delay: .6s;
    transition-delay: .6s
}

.tour__block--prev {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    pointer-events: none
}

.tour__block--prev .tour__item {
    opacity: 0
}

.tour__wrap {
    position: relative;
    margin-top: 2.5em
}

.tour__wrap.tour__wrap--prev .tour__block--current {
    pointer-events: none
}

.tour__wrap.tour__wrap--prev .tour__block--current .tour__item {
    opacity: 0
}

.tour__wrap.tour__wrap--prev .tour__block--prev {
    pointer-events: auto
}

.tour__wrap.tour__wrap--prev .tour__block--prev .tour__item {
    opacity: 1
}

.tour__wrap.tour__wrap--prev .tour__block--prev .tour__item:first-child {
    -webkit-transition-delay: .3s;
    -moz-transition-delay: .3s;
    transition-delay: .3s
}

.tour__wrap.tour__wrap--prev .tour__block--prev .tour__item:nth-child(2) {
    -webkit-transition-delay: .6s;
    -moz-transition-delay: .6s;
    transition-delay: .6s
}

.tour__wrap.tour__wrap--prev .tour__block--prev .tour__item:nth-child(3) {
    -webkit-transition-delay: .9s;
    -moz-transition-delay: .9s;
    transition-delay: .9s
}

.tour__wrap.tour__wrap--current .tour__block--current {
    pointer-events: auto
}

.tour__wrap.tour__wrap--current .tour__block--current .tour__item {
    opacity: 1
}

.tour__wrap.tour__wrap--current .tour__block--current .tour__item:first-child {
    -webkit-transition-delay: .3s;
    -moz-transition-delay: .3s;
    transition-delay: .3s
}

.tour__wrap.tour__wrap--current .tour__block--current .tour__item:nth-child(2) {
    -webkit-transition-delay: .6s;
    -moz-transition-delay: .6s;
    transition-delay: .6s
}

.tour__wrap.tour__wrap--current .tour__block--current .tour__item:nth-child(3) {
    -webkit-transition-delay: .9s;
    -moz-transition-delay: .9s;
    transition-delay: .9s
}

.tour__wrap.tour__wrap--current .tour__block--prev {
    pointer-events: none
}

.tour__wrap.tour__wrap--current .tour__block--prev .tour__item {
    opacity: 0
}

.tour__buttons {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    position: absolute;
    right: 0;
    top: -1.3em
}

.tour__buttons:before {
    content: "";
    display: block;
    position: absolute;
    left: 0;
    top: 100%;
    width: 100%;
    height: 1px;
    background: #6047b7;
    -webkit-transition: .3s;
    -moz-transition: .3s;
    transition: .3s
}

.tour__buttons_btn {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    cursor: pointer;
    position: relative;
    padding: .9em 1.3em
}

.tour__buttons_btn span {
    font-weight: 300;
    text-transform: uppercase;
    font-size: .9em
}

.tour__buttons_btn img {
    width: 2em;
    margin-right: .7em;
    -webkit-transition: .3s;
    -moz-transition: .3s;
    transition: .3s
}

.tour__buttons_btn:before {
    width: 0;
    height: 2px;
    background: #fff
}

.tour__buttons_btn:after,
.tour__buttons_btn:before {
    content: "";
    display: block;
    position: absolute;
    left: 0;
    top: 100%;
    -webkit-transition: .3s;
    -moz-transition: .3s;
    transition: .3s
}

.tour__buttons_btn:after {
    width: 100%;
    height: .1px;
    -webkit-box-shadow: 0 .1em .4em .03em rgb(255, 120, 45);
    -moz-box-shadow: 0 .1em .4em .03em rgb(255, 120, 45);
    box-shadow: 0 .1em .4em .03em rgb(255, 120, 45);
    z-index: -1;
    opacity: 0
}

.tour__buttons_btn.active img {
    -webkit-filter: drop-shadow(0 0 .5em #fa18ff);
    filter: drop-shadow(0 0 .5em #fa18ff)
}

.tour__buttons_btn.active:before {
    background: rgb(255, 120, 45);
    width: 100%
}

.tour__buttons_btn.active:after {
    opacity: 1
}

.tour__buttons_btn:hover img {
    -webkit-filter: drop-shadow(0 0 .5em #fa18ff);
    filter: drop-shadow(0 0 .5em #fa18ff)
}

.tour__item {
    border: 1px solid #6047b7;
    -moz-border-radius: .3em;
    border-radius: .3em;
    width: 14em;
    text-align: center;
    padding: 0 1em;
    margin: 0 2.5em 3em
}

.tour__item_img {
    margin-top: 1em;
    position: relative;
    left: 50%;
    width: 160%;
    height: 11.5em;
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    -moz-border-radius: .3em;
    border-radius: .3em;
    overflow: hidden
}

.tour__item_img img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover
}

.tour__item_date {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -moz-box-align: start;
    -ms-flex-align: start;
    align-items: start;
    -webkit-box-pack: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    font-weight: 400;
    margin-top: .5em
}

.tour__item_date img {
    width: .9em;
    margin-right: .5em
}

.tour__item_date span {
    font-size: .9em;
    line-height: 1.2
}

.tour__item_title {
    font-weight: 700;
    font-size: 1.15em;
    margin-top: .9em
}

.tour__item_title span {
    display: block;
    line-height: 1.2
}

.tour__item_desc {
    font-weight: 400;
    font-size: .8em;
    line-height: 1.1;
    margin-top: 1.2em;
    height: 4.3em;
    overflow: hidden;
    position: relative
}

.tour__item_desc:after {
    content: "";
    display: block;
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 40%;
    background: rgba(40, 7, 80, 0);
    background: -webkit-gradient(linear, left top, left bottom, from(rgba(40, 7, 80, 0)), to(#000));
    background: -moz-linear-gradient(top, rgba(40, 7, 80, 0), #000);
    background: linear-gradient(180deg, rgba(40, 7, 80, 0), #000)
}

.open .tour__item_desc {
    height: 100%
}

.open .tour__item_desc:after {
    content: none
}

.tour__item_open {
    cursor: pointer;
    color: rgb(255, 120, 45);
    font-size: .6em;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin: 1.7em 0
}

.tour__item_open span {
    font-size: 1.2em;
    margin-left: .3em;
    pointer-events: none
}

.open .tour__item_open {
    display: none
}

.tour__item_bon {
    margin-top: .5em;
    padding-top: .5em;
    position: relative
}

.tour__item_bon:before {
    content: "";
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    margin: 0 auto;
    width: 1.5em;
    height: 1px;
    background: #6047b7
}

.tour__item_bon span {
    display: block
}

.tour__item_bon span:first-child {
    font-weight: 400;
    font-size: 1.1em
}

.tour__item_bon span:last-child {
    color: rgb(255, 120, 45);
    font-weight: 700;
    font-size: 1.95em;
    margin-top: .3em;
    -webkit-filter: drop-shadow(0 0 .5em rgba(115, 241, 48, .6));
    filter: drop-shadow(0 0 .5em rgba(115, 241, 48, .6))
}

.tour__item_btn {
    font-size: .83em;
    width: 10em;
    margin: 0 auto;
    -webkit-transform: translateY(50%);
    -moz-transform: translateY(50%);
    -ms-transform: translateY(50%);
    transform: translateY(50%);
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -moz-box-orient: vertical;
    -moz-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    height: auto;
    padding: .7em 0
}

.tour__item_btn span {
    display: block;
    line-height: 1.2
}

@media (max-width:768px) {
    .tour__wrap {
        font-size: 1.2em;
        margin-top: .5em;
        font-size: 1.3em
    }
}

@media (max-width:540px) {
    .tour {
        margin-top: 3em
    }

    .tour__wrap {
        font-size: 1.7em;
        overflow: auto;
        margin-top: 2em
    }

    .tour__wrap::-webkit-scrollbar {
        width: 0;
        display: none;
        opacity: 0
    }

    .tour__item {
        margin-bottom: 1em
    }

    .tour__buttons {
        font-size: 1.3em
    }
}

.popup {
    font-size: 16px;
    width: 320px;
    position: absolute;
    background: #fff;
    height: 100%;
    overflow: auto;
    -webkit-transform: translateX(-100%);
    -moz-transform: translateX(-100%);
    -ms-transform: translateX(-100%);
    transform: translateX(-100%);
    color: #1f1f1f;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -moz-box-orient: vertical;
    -moz-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column
}

.popup,
.popup-wrap {
    left: 0;
    top: 0;
    -webkit-transition: .5s;
    -moz-transition: .5s;
    transition: .5s;
    z-index: 9999
}

.popup-wrap {
    width: 100%;
    height: 100vh;
    background: rgba(0, 0, 0, .7);
    position: fixed;
    opacity: 0;
    pointer-events: none
}

.popup-wrap.open {
    opacity: 1;
    pointer-events: auto
}

.popup-wrap.open .popup {
    -webkit-transform: none;
    -moz-transform: none;
    -ms-transform: none;
    transform: none
}

.popup ul {
    -webkit-box-flex: 1;
    -moz-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -moz-box-orient: vertical;
    -moz-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    min-height: 40em
}

.popup ul li {
    -webkit-box-flex: 1;
    -moz-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    border: 1px solid #e1e1e1;
    background: #f8f8f8
}

.popup ul li,
.popup ul li a {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.popup ul li a {
    color: #1f1f1f;
    height: 100%;
    width: 100%;
    padding-left: 3.5em
}

.popup ul li a:hover {
    background: #fff;
    -webkit-transition: .3s ease-in-out;
    -moz-transition: .3s ease-in-out;
    transition: .3s ease-in-out
}

.popup ul li a img {
    width: 1.625em;
    margin-right: .45em
}

.popup ul li a span {
    -webkit-transition: .3s;
    -moz-transition: .3s;
    transition: .3s
}

.popup ul li:hover a span {
    color: #f140f4
}

.popup ul li.popup__top {
    position: relative
}

.popup ul li.popup__top a {
    padding-left: 0
}

.popup_line {
    width: 100%;
    height: 1px;
    background: #7b5fdc;
    margin: 1.8em 0
}

.popup__lang {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-flex: 1;
    -moz-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    height: 100%;
    -webkit-box-pack: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    border-left: 1px solid #e1e1e1
}

.popup__lang_item {
    margin-right: 1em;
    position: relative;
    display: block;
    line-height: 1.4;
    height: auto !important;
    width: auto !important;
    -webkit-transition: .3s;
    -moz-transition: .3s;
    transition: .3s
}

.popup__lang_item:last-child {
    margin-right: 0
}

.popup__lang_item:after {
    content: "";
    display: block;
    position: absolute;
    top: 100%;
    width: 0;
    height: 1px;
    left: 0;
    background: #1f1f1f;
    -webkit-transition: .3s;
    -moz-transition: .3s;
    transition: .3s
}

.popup__lang_item--active:after {
    width: 100%
}

.popup__lang_item--active:before {
    content: "";
    display: block;
    position: absolute;
    display: inline-block;
    position: relative;
    height: 14px;
    width: 14px;
    background: url(../img/world.svg) no-repeat 50%/100% 100%;
    margin-right: .5em
}

.popup__lang_item:hover {
    color: #f140f4
}

.popup__lang_item:hover:after {
    width: 100%;
    background: #f140f4
}

.popup-close {
    position: relative;
    -moz-border-radius: 100%;
    border-radius: 100%;
    cursor: pointer;
    -webkit-transition: .3s;
    -moz-transition: .3s;
    transition: .3s;
    background: 0 0;
    padding: 0 1.4em;
    margin-left: .5em
}

.popup-close span {
    font-size: .9em;
    font-weight: 700
}

.popup-close:after,
.popup-close:before {
    content: "";
    display: block;
    height: 2.3px;
    width: 17px;
    -moz-border-radius: 1px;
    border-radius: 1px;
    position: absolute;
    left: 0;
    top: 50%;
    -webkit-transition: .3s;
    -moz-transition: .3s;
    transition: .3s;
    background: #1A1529
}

.popup-close:before {
    -webkit-transform: translateY(-50%) rotate(45deg);
    -moz-transform: translateY(-50%) rotate(45deg);
    -ms-transform: translateY(-50%) rotate(45deg);
    transform: translateY(-50%) rotate(45deg)
}

.popup-close:after {
    -webkit-transform: translateY(-50%) rotate(-45deg);
    -moz-transform: translateY(-50%) rotate(-45deg);
    -ms-transform: translateY(-50%) rotate(-45deg);
    transform: translateY(-50%) rotate(-45deg)
}

.popup-close:hover:after,
.popup-close:hover:before {
    background: #f140f4
}

.popup-wrap.single-popup .popup-close:after,
.popup-wrap.single-popup .popup-close:before {
    background: #fff
}

@media (max-width:540px) {
    .popup {
        width: 100%
    }
}

.header-lang-btn {
    color: #000;
    background: linear-gradient(90deg, #b205b6, #fb21ff);
    color: #fff;
    padding: .8em 1em;
    font-size: .8em;
    border-radius: 1em;
    border: none;
    cursor: pointer;
    display: flex;
    justify-content: center;
    align-items: center;
    text-transform: uppercase
}

.header-lang-text {
    margin-left: 10px
}

.dropdown-item {
    color: #000;
    padding: .7em 1em;
    background-color: #f9f9f9;
    text-decoration: none;
    display: block;
    margin-top: .4em;
    border-radius: 1em;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: .8em;
    text-transform: uppercase
}

.dropdown-text {
    margin-left: 10px
}

.dropdown-img {
    width: 16px;
    height: 11px
}

.dropdown-item:hover {
    background-color: rgb(255, 120, 45)
}

.dropdown {
    position: reletive;
    margin-left: 15px
}

.dropdown-menu {
    position: absolute;
    visibility: hidden;
    z-index: 1
}

.dropdown:hover .dropdown-menu {
    visibility: visible
}
@media (max-width:900px) {
    .header__logReg{
        display: flex;
    }
    .btn--log, .btn--reg{
        display: none;
    }
	
}