@charset "UTF-8";
html {
    box-sizing: border-box;
    -webkit-tap-highlight-color: transparent;
}

*,
:after,
:before {
    box-sizing: inherit;
}

html {
    font-family: sans-serif;
    line-height: 1.15;
    -ms-text-size-adjust: 100%;
    -webkit-text-size-adjust: 100%;
}

body {
    margin: 0;
}

h1 {
    font-size: 2em;
    margin: .67em 0;
}

hr {
    box-sizing: content-box;
    height: 0;
    overflow: visible;
}

pre {
    font-family: monospace, monospace;
    font-size: 1em;
}

a {
    background-color: transparent;
    -webkit-text-decoration-skip: objects;
}

a:active,
a:hover {
    outline-width: 0;
}

b,
strong {
    font-weight: inherit;
    font-weight: 600;
}

code,
kbd,
samp {
    font-family: monospace, monospace;
    font-size: 1em;
}

small {
    font-size: 80%;
}

sub,
sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline;
}

sub {
    bottom: -.25em;
}

sup {
    top: -.5em;
}

img {
    border-style: none;
}

svg:not(:root) {
    overflow: hidden;
}

button,
input,
optgroup,
select,
textarea {
    margin: 0;
}

button,
input {
    overflow: visible;
}

button,
select {
    text-transform: none;
}

[type=reset],
[type=submit],
button,
html [type=button] {
    -webkit-appearance: button;
}

[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner,
button::-moz-focus-inner {
    border-style: none;
    padding: 0;
}

[type=button]:-moz-focusring,
[type=reset]:-moz-focusring,
[type=submit]:-moz-focusring,
button:-moz-focusring {
    outline: 1px dotted ButtonText;
}

legend {
    box-sizing: border-box;
    color: inherit;
    display: table;
    max-width: 100%;
    padding: 0;
    white-space: normal;
}

textarea {
    overflow: auto;
}

[type=checkbox],
[type=radio] {
    box-sizing: border-box;
    padding: 0;
}

[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
    height: auto;
}

[type=search] {
    -webkit-appearance: textfield;
    outline-offset: -2px;
}

[type=search]::-webkit-search-cancel-button,
[type=search]::-webkit-search-decoration {
    -webkit-appearance: none;
}

::-webkit-file-upload-button {
    -webkit-appearance: button;
    font: inherit;
}

[hidden] {
    display: none;
}

@-ms-viewport {
    width: 100vw;
}

html {
    box-sizing: border-box;
    -ms-overflow-style: scrollbar;
}

*,
:after,
:before {
    box-sizing: inherit;
}

.container {
    position: relative;
    margin-left: auto;
    margin-right: auto;
    padding-right: 15px;
    padding-left: 15px;
}

@media (min-width: 576px) {
    .container {
        padding-right: 15px;
        padding-left: 15px;
    }
}

@media (min-width: 768px) {
    .container {
        padding-right: 15px;
        padding-left: 15px;
    }
}

@media (min-width: 992px) {
    .container {
        padding-right: 15px;
        padding-left: 15px;
    }
}

@media (min-width: 1200px) {
    .container {
        padding-right: 15px;
        padding-left: 15px;
    }
}

@media (min-width: 576px) {
    .container {
        width: 540px;
        max-width: 100%;
    }
}

@media (min-width: 768px) {
    .container {
        width: 720px;
        max-width: 100%;
    }
}

@media (min-width: 992px) {
    .container {
        width: 960px;
        max-width: 100%;
    }
}

@media (min-width: 1200px) {
    .container {
        width: 1140px;
        max-width: 100%;
    }
}

.container-fluid {
    position: relative;
    margin-left: auto;
    margin-right: auto;
    padding-right: 15px;
    padding-left: 15px;
}

@media (min-width: 576px) {
    .container-fluid {
        padding-right: 15px;
        padding-left: 15px;
    }
}

@media (min-width: 768px) {
    .container-fluid {
        padding-right: 15px;
        padding-left: 15px;
    }
}

@media (min-width: 992px) {
    .container-fluid {
        padding-right: 15px;
        padding-left: 15px;
    }
}

@media (min-width: 1200px) {
    .container-fluid {
        padding-right: 15px;
        padding-left: 15px;
    }
}

.row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-right: -15px;
    margin-left: -15px;
}

@media (min-width: 576px) {
    .row {
        margin-right: -15px;
        margin-left: -15px;
    }
}

@media (min-width: 768px) {
    .row {
        margin-right: -15px;
        margin-left: -15px;
    }
}

@media (min-width: 992px) {
    .row {
        margin-right: -15px;
        margin-left: -15px;
    }
}

@media (min-width: 1200px) {
    .row {
        margin-right: -15px;
        margin-left: -15px;
    }
}

.no-gutters {
    margin-right: 0;
    margin-left: 0;
}

.no-gutters > .col,
.no-gutters > [class*=col-] {
    padding-right: 0;
    padding-left: 0;
}

.col,
.col-1,
.col-2,
.col-3,
.col-4,
.col-5,
.col-6,
.col-7,
.col-8,
.col-9,
.col-10,
.col-11,
.col-12,
.col-lg,
.col-lg-1,
.col-lg-2,
.col-lg-3,
.col-lg-4,
.col-lg-5,
.col-lg-6,
.col-lg-7,
.col-lg-8,
.col-lg-9,
.col-lg-10,
.col-lg-11,
.col-lg-12,
.col-md,
.col-md-1,
.col-md-2,
.col-md-3,
.col-md-4,
.col-md-5,
.col-md-6,
.col-md-7,
.col-md-8,
.col-md-9,
.col-md-10,
.col-md-11,
.col-md-12,
.col-sm,
.col-sm-1,
.col-sm-2,
.col-sm-3,
.col-sm-4,
.col-sm-5,
.col-sm-6,
.col-sm-7,
.col-sm-8,
.col-sm-9,
.col-sm-10,
.col-sm-11,
.col-sm-12,
.col-xl,
.col-xl-1,
.col-xl-2,
.col-xl-3,
.col-xl-4,
.col-xl-5,
.col-xl-6,
.col-xl-7,
.col-xl-8,
.col-xl-9,
.col-xl-10,
.col-xl-11,
.col-xl-12 {
    position: relative;
    width: 100%;
    min-height: 1px;
    padding-right: 15px;
    padding-left: 15px;
}

@media (min-width: 576px) {
    .col,
    .col-1,
    .col-2,
    .col-3,
    .col-4,
    .col-5,
    .col-6,
    .col-7,
    .col-8,
    .col-9,
    .col-10,
    .col-11,
    .col-12,
    .col-lg,
    .col-lg-1,
    .col-lg-2,
    .col-lg-3,
    .col-lg-4,
    .col-lg-5,
    .col-lg-6,
    .col-lg-7,
    .col-lg-8,
    .col-lg-9,
    .col-lg-10,
    .col-lg-11,
    .col-lg-12,
    .col-md,
    .col-md-1,
    .col-md-2,
    .col-md-3,
    .col-md-4,
    .col-md-5,
    .col-md-6,
    .col-md-7,
    .col-md-8,
    .col-md-9,
    .col-md-10,
    .col-md-11,
    .col-md-12,
    .col-sm,
    .col-sm-1,
    .col-sm-2,
    .col-sm-3,
    .col-sm-4,
    .col-sm-5,
    .col-sm-6,
    .col-sm-7,
    .col-sm-8,
    .col-sm-9,
    .col-sm-10,
    .col-sm-11,
    .col-sm-12,
    .col-xl,
    .col-xl-1,
    .col-xl-2,
    .col-xl-3,
    .col-xl-4,
    .col-xl-5,
    .col-xl-6,
    .col-xl-7,
    .col-xl-8,
    .col-xl-9,
    .col-xl-10,
    .col-xl-11,
    .col-xl-12 {
        padding-right: 15px;
        padding-left: 15px;
    }
}

@media (min-width: 768px) {
    .col,
    .col-1,
    .col-2,
    .col-3,
    .col-4,
    .col-5,
    .col-6,
    .col-7,
    .col-8,
    .col-9,
    .col-10,
    .col-11,
    .col-12,
    .col-lg,
    .col-lg-1,
    .col-lg-2,
    .col-lg-3,
    .col-lg-4,
    .col-lg-5,
    .col-lg-6,
    .col-lg-7,
    .col-lg-8,
    .col-lg-9,
    .col-lg-10,
    .col-lg-11,
    .col-lg-12,
    .col-md,
    .col-md-1,
    .col-md-2,
    .col-md-3,
    .col-md-4,
    .col-md-5,
    .col-md-6,
    .col-md-7,
    .col-md-8,
    .col-md-9,
    .col-md-10,
    .col-md-11,
    .col-md-12,
    .col-sm,
    .col-sm-1,
    .col-sm-2,
    .col-sm-3,
    .col-sm-4,
    .col-sm-5,
    .col-sm-6,
    .col-sm-7,
    .col-sm-8,
    .col-sm-9,
    .col-sm-10,
    .col-sm-11,
    .col-sm-12,
    .col-xl,
    .col-xl-1,
    .col-xl-2,
    .col-xl-3,
    .col-xl-4,
    .col-xl-5,
    .col-xl-6,
    .col-xl-7,
    .col-xl-8,
    .col-xl-9,
    .col-xl-10,
    .col-xl-11,
    .col-xl-12 {
        padding-right: 15px;
        padding-left: 15px;
    }
}

@media (min-width: 992px) {
    .col,
    .col-1,
    .col-2,
    .col-3,
    .col-4,
    .col-5,
    .col-6,
    .col-7,
    .col-8,
    .col-9,
    .col-10,
    .col-11,
    .col-12,
    .col-lg,
    .col-lg-1,
    .col-lg-2,
    .col-lg-3,
    .col-lg-4,
    .col-lg-5,
    .col-lg-6,
    .col-lg-7,
    .col-lg-8,
    .col-lg-9,
    .col-lg-10,
    .col-lg-11,
    .col-lg-12,
    .col-md,
    .col-md-1,
    .col-md-2,
    .col-md-3,
    .col-md-4,
    .col-md-5,
    .col-md-6,
    .col-md-7,
    .col-md-8,
    .col-md-9,
    .col-md-10,
    .col-md-11,
    .col-md-12,
    .col-sm,
    .col-sm-1,
    .col-sm-2,
    .col-sm-3,
    .col-sm-4,
    .col-sm-5,
    .col-sm-6,
    .col-sm-7,
    .col-sm-8,
    .col-sm-9,
    .col-sm-10,
    .col-sm-11,
    .col-sm-12,
    .col-xl,
    .col-xl-1,
    .col-xl-2,
    .col-xl-3,
    .col-xl-4,
    .col-xl-5,
    .col-xl-6,
    .col-xl-7,
    .col-xl-8,
    .col-xl-9,
    .col-xl-10,
    .col-xl-11,
    .col-xl-12 {
        padding-right: 15px;
        padding-left: 15px;
    }
}

@media (min-width: 1200px) {
    .col,
    .col-1,
    .col-2,
    .col-3,
    .col-4,
    .col-5,
    .col-6,
    .col-7,
    .col-8,
    .col-9,
    .col-10,
    .col-11,
    .col-12,
    .col-lg,
    .col-lg-1,
    .col-lg-2,
    .col-lg-3,
    .col-lg-4,
    .col-lg-5,
    .col-lg-6,
    .col-lg-7,
    .col-lg-8,
    .col-lg-9,
    .col-lg-10,
    .col-lg-11,
    .col-lg-12,
    .col-md,
    .col-md-1,
    .col-md-2,
    .col-md-3,
    .col-md-4,
    .col-md-5,
    .col-md-6,
    .col-md-7,
    .col-md-8,
    .col-md-9,
    .col-md-10,
    .col-md-11,
    .col-md-12,
    .col-sm,
    .col-sm-1,
    .col-sm-2,
    .col-sm-3,
    .col-sm-4,
    .col-sm-5,
    .col-sm-6,
    .col-sm-7,
    .col-sm-8,
    .col-sm-9,
    .col-sm-10,
    .col-sm-11,
    .col-sm-12,
    .col-xl,
    .col-xl-1,
    .col-xl-2,
    .col-xl-3,
    .col-xl-4,
    .col-xl-5,
    .col-xl-6,
    .col-xl-7,
    .col-xl-8,
    .col-xl-9,
    .col-xl-10,
    .col-xl-11,
    .col-xl-12 {
        padding-right: 15px;
        padding-left: 15px;
    }
}

.col {
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-width: 100%;
}

.col-auto {
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto;
}

.col-1,
.col-auto {
    -webkit-box-flex: 0;
}

.col-1 {
    -ms-flex: 0 0 8.33333%;
    flex: 0 0 8.33333%;
    max-width: 8.33333%;
}

.col-2 {
    -ms-flex: 0 0 16.66667%;
    flex: 0 0 16.66667%;
    max-width: 16.66667%;
}

.col-2,
.col-3 {
    -webkit-box-flex: 0;
}

.col-3 {
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
}

.col-4 {
    -ms-flex: 0 0 33.33333%;
    flex: 0 0 33.33333%;
    max-width: 33.33333%;
}

.col-4,
.col-5 {
    -webkit-box-flex: 0;
}

.col-5 {
    -ms-flex: 0 0 41.66667%;
    flex: 0 0 41.66667%;
    max-width: 41.66667%;
}

.col-6 {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
}

.col-6,
.col-7 {
    -webkit-box-flex: 0;
}

.col-7 {
    -ms-flex: 0 0 58.33333%;
    flex: 0 0 58.33333%;
    max-width: 58.33333%;
}

.col-8 {
    -ms-flex: 0 0 66.66667%;
    flex: 0 0 66.66667%;
    max-width: 66.66667%;
}

.col-8,
.col-9 {
    -webkit-box-flex: 0;
}

.col-9 {
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: 75%;
}

.col-10 {
    -ms-flex: 0 0 83.33333%;
    flex: 0 0 83.33333%;
    max-width: 83.33333%;
}

.col-10,
.col-11 {
    -webkit-box-flex: 0;
}

.col-11 {
    -ms-flex: 0 0 91.66667%;
    flex: 0 0 91.66667%;
    max-width: 91.66667%;
}

.col-12 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
}

.pull-0 {
    right: auto;
}

.pull-1 {
    right: 8.33333%;
}

.pull-2 {
    right: 16.66667%;
}

.pull-3 {
    right: 25%;
}

.pull-4 {
    right: 33.33333%;
}

.pull-5 {
    right: 41.66667%;
}

.pull-6 {
    right: 50%;
}

.pull-7 {
    right: 58.33333%;
}

.pull-8 {
    right: 66.66667%;
}

.pull-9 {
    right: 75%;
}

.pull-10 {
    right: 83.33333%;
}

.pull-11 {
    right: 91.66667%;
}

.pull-12 {
    right: 100%;
}

.push-0 {
    left: auto;
}

.push-1 {
    left: 8.33333%;
}

.push-2 {
    left: 16.66667%;
}

.push-3 {
    left: 25%;
}

.push-4 {
    left: 33.33333%;
}

.push-5 {
    left: 41.66667%;
}

.push-6 {
    left: 50%;
}

.push-7 {
    left: 58.33333%;
}

.push-8 {
    left: 66.66667%;
}

.push-9 {
    left: 75%;
}

.push-10 {
    left: 83.33333%;
}

.push-11 {
    left: 91.66667%;
}

.push-12 {
    left: 100%;
}

.offset-1 {
    margin-left: 8.33333%;
}

.offset-2 {
    margin-left: 16.66667%;
}

.offset-3 {
    margin-left: 25%;
}

.offset-4 {
    margin-left: 33.33333%;
}

.offset-5 {
    margin-left: 41.66667%;
}

.offset-6 {
    margin-left: 50%;
}

.offset-7 {
    margin-left: 58.33333%;
}

.offset-8 {
    margin-left: 66.66667%;
}

.offset-9 {
    margin-left: 75%;
}

.offset-10 {
    margin-left: 83.33333%;
}

.offset-11 {
    margin-left: 91.66667%;
}

@media (min-width: 576px) {
    .col-sm {
        -ms-flex-preferred-size: 0;
        flex-basis: 0;
        -webkit-box-flex: 1;
        -ms-flex-positive: 1;
        flex-grow: 1;
        max-width: 100%;
    }

    .col-sm-auto {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: auto;
    }

    .col-sm-1 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 8.33333%;
        flex: 0 0 8.33333%;
        max-width: 8.33333%;
    }

    .col-sm-2 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 16.66667%;
        flex: 0 0 16.66667%;
        max-width: 16.66667%;
    }

    .col-sm-3 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 25%;
        flex: 0 0 25%;
        max-width: 25%;
    }

    .col-sm-4 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 33.33333%;
        flex: 0 0 33.33333%;
        max-width: 33.33333%;
    }

    .col-sm-5 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 41.66667%;
        flex: 0 0 41.66667%;
        max-width: 41.66667%;
    }

    .col-sm-6 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%;
    }

    .col-sm-7 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 58.33333%;
        flex: 0 0 58.33333%;
        max-width: 58.33333%;
    }

    .col-sm-8 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 66.66667%;
        flex: 0 0 66.66667%;
        max-width: 66.66667%;
    }

    .col-sm-9 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 75%;
        flex: 0 0 75%;
        max-width: 75%;
    }

    .col-sm-10 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 83.33333%;
        flex: 0 0 83.33333%;
        max-width: 83.33333%;
    }

    .col-sm-11 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 91.66667%;
        flex: 0 0 91.66667%;
        max-width: 91.66667%;
    }

    .col-sm-12 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
    }

    .pull-sm-0 {
        right: auto;
    }

    .pull-sm-1 {
        right: 8.33333%;
    }

    .pull-sm-2 {
        right: 16.66667%;
    }

    .pull-sm-3 {
        right: 25%;
    }

    .pull-sm-4 {
        right: 33.33333%;
    }

    .pull-sm-5 {
        right: 41.66667%;
    }

    .pull-sm-6 {
        right: 50%;
    }

    .pull-sm-7 {
        right: 58.33333%;
    }

    .pull-sm-8 {
        right: 66.66667%;
    }

    .pull-sm-9 {
        right: 75%;
    }

    .pull-sm-10 {
        right: 83.33333%;
    }

    .pull-sm-11 {
        right: 91.66667%;
    }

    .pull-sm-12 {
        right: 100%;
    }

    .push-sm-0 {
        left: auto;
    }

    .push-sm-1 {
        left: 8.33333%;
    }

    .push-sm-2 {
        left: 16.66667%;
    }

    .push-sm-3 {
        left: 25%;
    }

    .push-sm-4 {
        left: 33.33333%;
    }

    .push-sm-5 {
        left: 41.66667%;
    }

    .push-sm-6 {
        left: 50%;
    }

    .push-sm-7 {
        left: 58.33333%;
    }

    .push-sm-8 {
        left: 66.66667%;
    }

    .push-sm-9 {
        left: 75%;
    }

    .push-sm-10 {
        left: 83.33333%;
    }

    .push-sm-11 {
        left: 91.66667%;
    }

    .push-sm-12 {
        left: 100%;
    }

    .offset-sm-0 {
        margin-left: 0;
    }

    .offset-sm-1 {
        margin-left: 8.33333%;
    }

    .offset-sm-2 {
        margin-left: 16.66667%;
    }

    .offset-sm-3 {
        margin-left: 25%;
    }

    .offset-sm-4 {
        margin-left: 33.33333%;
    }

    .offset-sm-5 {
        margin-left: 41.66667%;
    }

    .offset-sm-6 {
        margin-left: 50%;
    }

    .offset-sm-7 {
        margin-left: 58.33333%;
    }

    .offset-sm-8 {
        margin-left: 66.66667%;
    }

    .offset-sm-9 {
        margin-left: 75%;
    }

    .offset-sm-10 {
        margin-left: 83.33333%;
    }

    .offset-sm-11 {
        margin-left: 91.66667%;
    }
}

@media (min-width: 768px) {
    .col-md {
        -ms-flex-preferred-size: 0;
        flex-basis: 0;
        -webkit-box-flex: 1;
        -ms-flex-positive: 1;
        flex-grow: 1;
        max-width: 100%;
    }

    .col-md-auto {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: auto;
    }

    .col-md-1 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 8.33333%;
        flex: 0 0 8.33333%;
        max-width: 8.33333%;
    }

    .col-md-2 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 16.66667%;
        flex: 0 0 16.66667%;
        max-width: 16.66667%;
    }

    .col-md-3 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 25%;
        flex: 0 0 25%;
        max-width: 25%;
    }

    .col-md-4 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 33.33333%;
        flex: 0 0 33.33333%;
        max-width: 33.33333%;
    }

    .col-md-5 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 41.66667%;
        flex: 0 0 41.66667%;
        max-width: 41.66667%;
    }

    .col-md-6 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%;
    }

    .col-md-7 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 58.33333%;
        flex: 0 0 58.33333%;
        max-width: 58.33333%;
    }

    .col-md-8 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 66.66667%;
        flex: 0 0 66.66667%;
        max-width: 66.66667%;
    }

    .col-md-9 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 75%;
        flex: 0 0 75%;
        max-width: 75%;
    }

    .col-md-10 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 83.33333%;
        flex: 0 0 83.33333%;
        max-width: 83.33333%;
    }

    .col-md-11 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 91.66667%;
        flex: 0 0 91.66667%;
        max-width: 91.66667%;
    }

    .col-md-12 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
    }

    .pull-md-0 {
        right: auto;
    }

    .pull-md-1 {
        right: 8.33333%;
    }

    .pull-md-2 {
        right: 16.66667%;
    }

    .pull-md-3 {
        right: 25%;
    }

    .pull-md-4 {
        right: 33.33333%;
    }

    .pull-md-5 {
        right: 41.66667%;
    }

    .pull-md-6 {
        right: 50%;
    }

    .pull-md-7 {
        right: 58.33333%;
    }

    .pull-md-8 {
        right: 66.66667%;
    }

    .pull-md-9 {
        right: 75%;
    }

    .pull-md-10 {
        right: 83.33333%;
    }

    .pull-md-11 {
        right: 91.66667%;
    }

    .pull-md-12 {
        right: 100%;
    }

    .push-md-0 {
        left: auto;
    }

    .push-md-1 {
        left: 8.33333%;
    }

    .push-md-2 {
        left: 16.66667%;
    }

    .push-md-3 {
        left: 25%;
    }

    .push-md-4 {
        left: 33.33333%;
    }

    .push-md-5 {
        left: 41.66667%;
    }

    .push-md-6 {
        left: 50%;
    }

    .push-md-7 {
        left: 58.33333%;
    }

    .push-md-8 {
        left: 66.66667%;
    }

    .push-md-9 {
        left: 75%;
    }

    .push-md-10 {
        left: 83.33333%;
    }

    .push-md-11 {
        left: 91.66667%;
    }

    .push-md-12 {
        left: 100%;
    }

    .offset-md-0 {
        margin-left: 0;
    }

    .offset-md-1 {
        margin-left: 8.33333%;
    }

    .offset-md-2 {
        margin-left: 16.66667%;
    }

    .offset-md-3 {
        margin-left: 25%;
    }

    .offset-md-4 {
        margin-left: 33.33333%;
    }

    .offset-md-5 {
        margin-left: 41.66667%;
    }

    .offset-md-6 {
        margin-left: 50%;
    }

    .offset-md-7 {
        margin-left: 58.33333%;
    }

    .offset-md-8 {
        margin-left: 66.66667%;
    }

    .offset-md-9 {
        margin-left: 75%;
    }

    .offset-md-10 {
        margin-left: 83.33333%;
    }

    .offset-md-11 {
        margin-left: 91.66667%;
    }
}

@media (min-width: 992px) {
    .col-lg {
        -ms-flex-preferred-size: 0;
        flex-basis: 0;
        -webkit-box-flex: 1;
        -ms-flex-positive: 1;
        flex-grow: 1;
        max-width: 100%;
    }

    .col-lg-auto {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: auto;
    }

    .col-lg-1 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 8.33333%;
        flex: 0 0 8.33333%;
        max-width: 8.33333%;
    }

    .col-lg-2 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 16.66667%;
        flex: 0 0 16.66667%;
        max-width: 16.66667%;
    }

    .col-lg-3 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 25%;
        flex: 0 0 25%;
        max-width: 25%;
    }

    .col-lg-4 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 33.33333%;
        flex: 0 0 33.33333%;
        max-width: 33.33333%;
    }

    .col-lg-5 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 41.66667%;
        flex: 0 0 41.66667%;
        max-width: 41.66667%;
    }

    .col-lg-6 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%;
    }

    .col-lg-7 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 58.33333%;
        flex: 0 0 58.33333%;
        max-width: 58.33333%;
    }

    .col-lg-8 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 66.66667%;
        flex: 0 0 66.66667%;
        max-width: 66.66667%;
    }

    .col-lg-9 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 75%;
        flex: 0 0 75%;
        max-width: 75%;
    }

    .col-lg-10 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 83.33333%;
        flex: 0 0 83.33333%;
        max-width: 83.33333%;
    }

    .col-lg-11 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 91.66667%;
        flex: 0 0 91.66667%;
        max-width: 91.66667%;
    }

    .col-lg-12 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
    }

    .pull-lg-0 {
        right: auto;
    }

    .pull-lg-1 {
        right: 8.33333%;
    }

    .pull-lg-2 {
        right: 16.66667%;
    }

    .pull-lg-3 {
        right: 25%;
    }

    .pull-lg-4 {
        right: 33.33333%;
    }

    .pull-lg-5 {
        right: 41.66667%;
    }

    .pull-lg-6 {
        right: 50%;
    }

    .pull-lg-7 {
        right: 58.33333%;
    }

    .pull-lg-8 {
        right: 66.66667%;
    }

    .pull-lg-9 {
        right: 75%;
    }

    .pull-lg-10 {
        right: 83.33333%;
    }

    .pull-lg-11 {
        right: 91.66667%;
    }

    .pull-lg-12 {
        right: 100%;
    }

    .push-lg-0 {
        left: auto;
    }

    .push-lg-1 {
        left: 8.33333%;
    }

    .push-lg-2 {
        left: 16.66667%;
    }

    .push-lg-3 {
        left: 25%;
    }

    .push-lg-4 {
        left: 33.33333%;
    }

    .push-lg-5 {
        left: 41.66667%;
    }

    .push-lg-6 {
        left: 50%;
    }

    .push-lg-7 {
        left: 58.33333%;
    }

    .push-lg-8 {
        left: 66.66667%;
    }

    .push-lg-9 {
        left: 75%;
    }

    .push-lg-10 {
        left: 83.33333%;
    }

    .push-lg-11 {
        left: 91.66667%;
    }

    .push-lg-12 {
        left: 100%;
    }

    .offset-lg-0 {
        margin-left: 0;
    }

    .offset-lg-1 {
        margin-left: 8.33333%;
    }

    .offset-lg-2 {
        margin-left: 16.66667%;
    }

    .offset-lg-3 {
        margin-left: 25%;
    }

    .offset-lg-4 {
        margin-left: 33.33333%;
    }

    .offset-lg-5 {
        margin-left: 41.66667%;
    }

    .offset-lg-6 {
        margin-left: 50%;
    }

    .offset-lg-7 {
        margin-left: 58.33333%;
    }

    .offset-lg-8 {
        margin-left: 66.66667%;
    }

    .offset-lg-9 {
        margin-left: 75%;
    }

    .offset-lg-10 {
        margin-left: 83.33333%;
    }

    .offset-lg-11 {
        margin-left: 91.66667%;
    }
}

@media (min-width: 1200px) {
    .col-xl {
        -ms-flex-preferred-size: 0;
        flex-basis: 0;
        -webkit-box-flex: 1;
        -ms-flex-positive: 1;
        flex-grow: 1;
        max-width: 100%;
    }

    .col-xl-auto {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: auto;
    }

    .col-xl-1 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 8.33333%;
        flex: 0 0 8.33333%;
        max-width: 8.33333%;
    }

    .col-xl-2 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 16.66667%;
        flex: 0 0 16.66667%;
        max-width: 16.66667%;
    }

    .col-xl-3 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 25%;
        flex: 0 0 25%;
        max-width: 25%;
    }

    .col-xl-4 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 33.33333%;
        flex: 0 0 33.33333%;
        max-width: 33.33333%;
    }

    .col-xl-5 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 41.66667%;
        flex: 0 0 41.66667%;
        max-width: 41.66667%;
    }

    .col-xl-6 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%;
    }

    .col-xl-7 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 58.33333%;
        flex: 0 0 58.33333%;
        max-width: 58.33333%;
    }

    .col-xl-8 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 66.66667%;
        flex: 0 0 66.66667%;
        max-width: 66.66667%;
    }

    .col-xl-9 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 75%;
        flex: 0 0 75%;
        max-width: 75%;
    }

    .col-xl-10 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 83.33333%;
        flex: 0 0 83.33333%;
        max-width: 83.33333%;
    }

    .col-xl-11 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 91.66667%;
        flex: 0 0 91.66667%;
        max-width: 91.66667%;
    }

    .col-xl-12 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
    }

    .pull-xl-0 {
        right: auto;
    }

    .pull-xl-1 {
        right: 8.33333%;
    }

    .pull-xl-2 {
        right: 16.66667%;
    }

    .pull-xl-3 {
        right: 25%;
    }

    .pull-xl-4 {
        right: 33.33333%;
    }

    .pull-xl-5 {
        right: 41.66667%;
    }

    .pull-xl-6 {
        right: 50%;
    }

    .pull-xl-7 {
        right: 58.33333%;
    }

    .pull-xl-8 {
        right: 66.66667%;
    }

    .pull-xl-9 {
        right: 75%;
    }

    .pull-xl-10 {
        right: 83.33333%;
    }

    .pull-xl-11 {
        right: 91.66667%;
    }

    .pull-xl-12 {
        right: 100%;
    }

    .push-xl-0 {
        left: auto;
    }

    .push-xl-1 {
        left: 8.33333%;
    }

    .push-xl-2 {
        left: 16.66667%;
    }

    .push-xl-3 {
        left: 25%;
    }

    .push-xl-4 {
        left: 33.33333%;
    }

    .push-xl-5 {
        left: 41.66667%;
    }

    .push-xl-6 {
        left: 50%;
    }

    .push-xl-7 {
        left: 58.33333%;
    }

    .push-xl-8 {
        left: 66.66667%;
    }

    .push-xl-9 {
        left: 75%;
    }

    .push-xl-10 {
        left: 83.33333%;
    }

    .push-xl-11 {
        left: 91.66667%;
    }

    .push-xl-12 {
        left: 100%;
    }

    .offset-xl-0 {
        margin-left: 0;
    }

    .offset-xl-1 {
        margin-left: 8.33333%;
    }

    .offset-xl-2 {
        margin-left: 16.66667%;
    }

    .offset-xl-3 {
        margin-left: 25%;
    }

    .offset-xl-4 {
        margin-left: 33.33333%;
    }

    .offset-xl-5 {
        margin-left: 41.66667%;
    }

    .offset-xl-6 {
        margin-left: 50%;
    }

    .offset-xl-7 {
        margin-left: 58.33333%;
    }

    .offset-xl-8 {
        margin-left: 66.66667%;
    }

    .offset-xl-9 {
        margin-left: 75%;
    }

    .offset-xl-10 {
        margin-left: 83.33333%;
    }

    .offset-xl-11 {
        margin-left: 91.66667%;
    }
}

.invisible {
    visibility: hidden !important;
}

.hidden-xs-up {
    display: none !important;
}

@media (max-width: 575px) {
    .hidden-xs-down {
        display: none !important;
    }
}

@media (min-width: 576px) {
    .hidden-sm-up {
        display: none !important
    }
}

@media (max-width: 767px) {
    .hidden-sm-down {
        display: none !important;
    }
}

@media (min-width: 768px) {
    .hidden-md-up {
        display: none !important;
    }
}

@media (max-width: 991px) {
    .hidden-md-down {
        display: none !important;
    }
}

@media (min-width: 992px) {
    .hidden-lg-up {
        display: none !important;
    }
}

@media (max-width: 1199px) {
    .hidden-lg-down {
        display: none !important;
    }
}

@media (min-width: 1200px) {
    .hidden-xl-up {
        display: none !important;
    }
}

.hidden-xl-down,
.visible-print-block {
    display: none !important;
}

@media print {
    .visible-print-block {
        display: block !important;
    }
}

.visible-print-inline {
    display: none !important;
}

@media print {
    .visible-print-inline {
        display: inline !important;
    }
}

.visible-print-inline-block {
    display: none !important;
}

@media print {
    .visible-print-inline-block {
        display: inline-block !important;
    }
}

@media print {
    .hidden-print {
        display: none !important;
    }
}

.flex-first {
    -webkit-box-ordinal-group: 0;
    -ms-flex-order: -1;
    order: -1;
}

.flex-last {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
}

.flex-unordered {
    -webkit-box-ordinal-group: 1;
    -ms-flex-order: 0;
    order: 0;
}

.flex-row {
    -webkit-box-orient: horizontal !important;
    -ms-flex-direction: row !important;
    flex-direction: row !important;
}

.flex-column,
.flex-row {
    -webkit-box-direction: normal !important;
}

.flex-column {
    -webkit-box-orient: vertical !important;
    -ms-flex-direction: column !important;
    flex-direction: column !important;
}

.flex-row-reverse {
    -webkit-box-orient: horizontal !important;
    -ms-flex-direction: row-reverse !important;
    flex-direction: row-reverse !important;
}

.flex-column-reverse,
.flex-row-reverse {
    -webkit-box-direction: reverse !important;
}

.flex-column-reverse {
    -webkit-box-orient: vertical !important;
    -ms-flex-direction: column-reverse !important;
    flex-direction: column-reverse !important;
}

.flex-wrap {
    -ms-flex-wrap: wrap !important;
    flex-wrap: wrap !important;
}

.flex-nowrap {
    -ms-flex-wrap: nowrap !important;
    flex-wrap: nowrap !important;
}

.flex-wrap-reverse {
    -ms-flex-wrap: wrap-reverse !important;
    flex-wrap: wrap-reverse !important;
}

.justify-content-start {
    -webkit-box-pack: start !important;
    -ms-flex-pack: start !important;
    justify-content: flex-start !important;
}

.justify-content-end {
    -webkit-box-pack: end !important;
    -ms-flex-pack: end !important;
    justify-content: flex-end !important;
}

.justify-content-center {
    -webkit-box-pack: center !important;
    -ms-flex-pack: center !important;
    justify-content: center !important;
}

.justify-content-between {
    -webkit-box-pack: justify !important;
    -ms-flex-pack: justify !important;
    justify-content: space-between !important;
}

.justify-content-around {
    -ms-flex-pack: distribute !important;
    justify-content: space-around !important;
}

.align-items-start {
    -webkit-box-align: start !important;
    -ms-flex-align: start !important;
    align-items: flex-start !important;
}

.align-items-end {
    -webkit-box-align: end !important;
    -ms-flex-align: end !important;
    align-items: flex-end !important;
}

.align-items-center {
    -webkit-box-align: center !important;
    -ms-flex-align: center !important;
    align-items: center !important;
}

.align-items-baseline {
    -webkit-box-align: baseline !important;
    -ms-flex-align: baseline !important;
    align-items: baseline !important;
}

.align-items-stretch {
    -webkit-box-align: stretch !important;
    -ms-flex-align: stretch !important;
    align-items: stretch !important;
}

.align-content-start {
    -ms-flex-line-pack: start !important;
    align-content: flex-start !important
}

.align-content-end {
    -ms-flex-line-pack: end !important;
    align-content: flex-end !important
}

.align-content-center {
    -ms-flex-line-pack: center !important;
    align-content: center !important;
}

.align-content-between {
    -ms-flex-line-pack: justify !important;
    align-content: space-between !important;
}

.align-content-around {
    -ms-flex-line-pack: distribute !important;
    align-content: space-around !important;
}

.align-content-stretch {
    -ms-flex-line-pack: stretch !important;
    align-content: stretch !important;
}

.align-self-auto {
    -ms-flex-item-align: auto !important;
    -ms-grid-row-align: auto !important;
    align-self: auto !important;
}

.align-self-start {
    -ms-flex-item-align: start !important;
    align-self: flex-start !important;
}

.align-self-end {
    -ms-flex-item-align: end !important;
    align-self: flex-end !important;
}

.align-self-center {
    -ms-flex-item-align: center !important;
    -ms-grid-row-align: center !important;
    align-self: center !important;
}

.align-self-baseline {
    -ms-flex-item-align: baseline !important;
    align-self: baseline !important;
}

.align-self-stretch {
    -ms-flex-item-align: stretch !important;
    -ms-grid-row-align: stretch !important;
    align-self: stretch !important;
}

@media (min-width: 576px) {
    .flex-sm-first {
        -webkit-box-ordinal-group: 0;
        -ms-flex-order: -1;
        order: -1;
    }

    .flex-sm-last {
        -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
        order: 1;
    }

    .flex-sm-unordered {
        -webkit-box-ordinal-group: 1;
        -ms-flex-order: 0;
        order: 0;
    }

    .flex-sm-row {
        -webkit-box-orient: horizontal !important;
        -ms-flex-direction: row !important;
        flex-direction: row !important;
    }

    .flex-sm-column,
    .flex-sm-row {
        -webkit-box-direction: normal !important;
    }

    .flex-sm-column {
        -webkit-box-orient: vertical !important;
        -ms-flex-direction: column !important;
        flex-direction: column !important;
    }

    .flex-sm-row-reverse {
        -webkit-box-orient: horizontal !important;
        -webkit-box-direction: reverse !important;
        -ms-flex-direction: row-reverse !important;
        flex-direction: row-reverse !important;
    }

    .flex-sm-column-reverse {
        -webkit-box-orient: vertical !important;
        -webkit-box-direction: reverse !important;
        -ms-flex-direction: column-reverse !important;
        flex-direction: column-reverse !important;
    }

    .flex-sm-wrap {
        -ms-flex-wrap: wrap !important;
        flex-wrap: wrap !important;
    }

    .flex-sm-nowrap {
        -ms-flex-wrap: nowrap !important;
        flex-wrap: nowrap !important;
    }

    .flex-sm-wrap-reverse {
        -ms-flex-wrap: wrap-reverse !important;
        flex-wrap: wrap-reverse !important;
    }

    .justify-content-sm-start {
        -webkit-box-pack: start !important;
        -ms-flex-pack: start !important;
        justify-content: flex-start !important;
    }

    .justify-content-sm-end {
        -webkit-box-pack: end !important;
        -ms-flex-pack: end !important;
        justify-content: flex-end !important;
    }

    .justify-content-sm-center {
        -webkit-box-pack: center !important;
        -ms-flex-pack: center !important;
        justify-content: center !important;
    }

    .justify-content-sm-between {
        -webkit-box-pack: justify !important;
        -ms-flex-pack: justify !important;
        justify-content: space-between !important;
    }

    .justify-content-sm-around {
        -ms-flex-pack: distribute !important;
        justify-content: space-around !important;
    }

    .align-items-sm-start {
        -webkit-box-align: start !important;
        -ms-flex-align: start !important;
        align-items: flex-start !important;
    }

    .align-items-sm-end {
        -webkit-box-align: end !important;
        -ms-flex-align: end !important;
        align-items: flex-end !important;
    }

    .align-items-sm-center {
        -webkit-box-align: center !important;
        -ms-flex-align: center !important;
        align-items: center !important;
    }

    .align-items-sm-baseline {
        -webkit-box-align: baseline !important;
        -ms-flex-align: baseline !important;
        align-items: baseline !important;
    }

    .align-items-sm-stretch {
        -webkit-box-align: stretch !important;
        -ms-flex-align: stretch !important;
        align-items: stretch !important;
    }

    .align-content-sm-start {
        -ms-flex-line-pack: start !important;
        align-content: flex-start !important;
    }

    .align-content-sm-end {
        -ms-flex-line-pack: end !important;
        align-content: flex-end !important;
    }

    .align-content-sm-center {
        -ms-flex-line-pack: center !important;
        align-content: center !important;
    }

    .align-content-sm-between {
        -ms-flex-line-pack: justify !important;
        align-content: space-between !important;
    }

    .align-content-sm-around {
        -ms-flex-line-pack: distribute !important;
        align-content: space-around !important;
    }

    .align-content-sm-stretch {
        -ms-flex-line-pack: stretch !important;
        align-content: stretch !important;
    }

    .align-self-sm-auto {
        -ms-flex-item-align: auto !important;
        -ms-grid-row-align: auto !important;
        align-self: auto !important;
    }

    .align-self-sm-start {
        -ms-flex-item-align: start !important;
        align-self: flex-start !important;
    }

    .align-self-sm-end {
        -ms-flex-item-align: end !important;
        align-self: flex-end !important;
    }

    .align-self-sm-center {
        -ms-flex-item-align: center !important;
        -ms-grid-row-align: center !important;
        align-self: center !important;
    }

    .align-self-sm-baseline {
        -ms-flex-item-align: baseline !important;
        align-self: baseline !important;
    }

    .align-self-sm-stretch {
        -ms-flex-item-align: stretch !important;
        -ms-grid-row-align: stretch !important;
        align-self: stretch !important;
    }
}

@media (min-width: 768px) {
    .flex-md-first {
        -webkit-box-ordinal-group: 0;
        -ms-flex-order: -1;
        order: -1;
    }

    .flex-md-last {
        -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
        order: 1;
    }

    .flex-md-unordered {
        -webkit-box-ordinal-group: 1;
        -ms-flex-order: 0;
        order: 0;
    }

    .flex-md-row {
        -webkit-box-orient: horizontal !important;
        -ms-flex-direction: row !important;
        flex-direction: row !important;
    }

    .flex-md-column,
    .flex-md-row {
        -webkit-box-direction: normal !important;
    }

    .flex-md-column {
        -webkit-box-orient: vertical !important;
        -ms-flex-direction: column !important;
        flex-direction: column !important;
    }

    .flex-md-row-reverse {
        -webkit-box-orient: horizontal !important;
        -webkit-box-direction: reverse !important;
        -ms-flex-direction: row-reverse !important;
        flex-direction: row-reverse !important;
    }

    .flex-md-column-reverse {
        -webkit-box-orient: vertical !important;
        -webkit-box-direction: reverse !important;
        -ms-flex-direction: column-reverse !important;
        flex-direction: column-reverse !important;
    }

    .flex-md-wrap {
        -ms-flex-wrap: wrap !important;
        flex-wrap: wrap !important;
    }

    .flex-md-nowrap {
        -ms-flex-wrap: nowrap !important;
        flex-wrap: nowrap !important;
    }

    .flex-md-wrap-reverse {
        -ms-flex-wrap: wrap-reverse !important;
        flex-wrap: wrap-reverse !important;
    }

    .justify-content-md-start {
        -webkit-box-pack: start !important;
        -ms-flex-pack: start !important;
        justify-content: flex-start !important;
    }

    .justify-content-md-end {
        -webkit-box-pack: end !important;
        -ms-flex-pack: end !important;
        justify-content: flex-end !important;
    }

    .justify-content-md-center {
        -webkit-box-pack: center !important;
        -ms-flex-pack: center !important;
        justify-content: center !important;
    }

    .justify-content-md-between {
        -webkit-box-pack: justify !important;
        -ms-flex-pack: justify !important;
        justify-content: space-between !important;
    }

    .justify-content-md-around {
        -ms-flex-pack: distribute !important;
        justify-content: space-around !important;
    }

    .align-items-md-start {
        -webkit-box-align: start !important;
        -ms-flex-align: start !important;
        align-items: flex-start !important;
    }

    .align-items-md-end {
        -webkit-box-align: end !important;
        -ms-flex-align: end !important;
        align-items: flex-end !important;
    }

    .align-items-md-center {
        -webkit-box-align: center !important;
        -ms-flex-align: center !important;
        align-items: center !important;
    }

    .align-items-md-baseline {
        -webkit-box-align: baseline !important;
        -ms-flex-align: baseline !important;
        align-items: baseline !important;
    }

    .align-items-md-stretch {
        -webkit-box-align: stretch !important;
        -ms-flex-align: stretch !important;
        align-items: stretch !important;
    }

    .align-content-md-start {
        -ms-flex-line-pack: start !important;
        align-content: flex-start !important;
    }

    .align-content-md-end {
        -ms-flex-line-pack: end !important;
        align-content: flex-end !important;
    }

    .align-content-md-center {
        -ms-flex-line-pack: center !important;
        align-content: center !important;
    }

    .align-content-md-between {
        -ms-flex-line-pack: justify !important;
        align-content: space-between !important;
    }

    .align-content-md-around {
        -ms-flex-line-pack: distribute !important;
        align-content: space-around !important;
    }

    .align-content-md-stretch {
        -ms-flex-line-pack: stretch !important;
        align-content: stretch !important;
    }

    .align-self-md-auto {
        -ms-flex-item-align: auto !important;
        -ms-grid-row-align: auto !important;
        align-self: auto !important;
    }

    .align-self-md-start {
        -ms-flex-item-align: start !important;
        align-self: flex-start !important;
    }

    .align-self-md-end {
        -ms-flex-item-align: end !important;
        align-self: flex-end !important;
    }

    .align-self-md-center {
        -ms-flex-item-align: center !important;
        -ms-grid-row-align: center !important;
        align-self: center !important;
    }

    .align-self-md-baseline {
        -ms-flex-item-align: baseline !important;
        align-self: baseline !important;
    }

    .align-self-md-stretch {
        -ms-flex-item-align: stretch !important;
        -ms-grid-row-align: stretch !important;
        align-self: stretch !important;
    }
}

@media (min-width: 992px) {
    .flex-lg-first {
        -webkit-box-ordinal-group: 0;
        -ms-flex-order: -1;
        order: -1;
    }

    .flex-lg-last {
        -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
        order: 1;
    }

    .flex-lg-unordered {
        -webkit-box-ordinal-group: 1;
        -ms-flex-order: 0;
        order: 0;
    }

    .flex-lg-row {
        -webkit-box-orient: horizontal !important;
        -ms-flex-direction: row !important;
        flex-direction: row !important;
    }

    .flex-lg-column,
    .flex-lg-row {
        -webkit-box-direction: normal !important;
    }

    .flex-lg-column {
        -webkit-box-orient: vertical !important;
        -ms-flex-direction: column !important;
        flex-direction: column !important;
    }

    .flex-lg-row-reverse {
        -webkit-box-orient: horizontal !important;
        -webkit-box-direction: reverse !important;
        -ms-flex-direction: row-reverse !important;
        flex-direction: row-reverse !important;
    }

    .flex-lg-column-reverse {
        -webkit-box-orient: vertical !important;
        -webkit-box-direction: reverse !important;
        -ms-flex-direction: column-reverse !important;
        flex-direction: column-reverse !important;
    }

    .flex-lg-wrap {
        -ms-flex-wrap: wrap !important;
        flex-wrap: wrap !important;
    }

    .flex-lg-nowrap {
        -ms-flex-wrap: nowrap !important;
        flex-wrap: nowrap !important;
    }

    .flex-lg-wrap-reverse {
        -ms-flex-wrap: wrap-reverse !important;
        flex-wrap: wrap-reverse !important;
    }

    .justify-content-lg-start {
        -webkit-box-pack: start !important;
        -ms-flex-pack: start !important;
        justify-content: flex-start !important;
    }

    .justify-content-lg-end {
        -webkit-box-pack: end !important;
        -ms-flex-pack: end !important;
        justify-content: flex-end !important;
    }

    .justify-content-lg-center {
        -webkit-box-pack: center !important;
        -ms-flex-pack: center !important;
        justify-content: center !important;
    }

    .justify-content-lg-between {
        -webkit-box-pack: justify !important;
        -ms-flex-pack: justify !important;
        justify-content: space-between !important;
    }

    .justify-content-lg-around {
        -ms-flex-pack: distribute !important;
        justify-content: space-around !important;
    }

    .align-items-lg-start {
        -webkit-box-align: start !important;
        -ms-flex-align: start !important;
        align-items: flex-start !important;
    }

    .align-items-lg-end {
        -webkit-box-align: end !important;
        -ms-flex-align: end !important;
        align-items: flex-end !important;
    }

    .align-items-lg-center {
        -webkit-box-align: center !important;
        -ms-flex-align: center !important;
        align-items: center !important;
    }

    .align-items-lg-baseline {
        -webkit-box-align: baseline !important;
        -ms-flex-align: baseline !important;
        align-items: baseline !important;
    }

    .align-items-lg-stretch {
        -webkit-box-align: stretch !important;
        -ms-flex-align: stretch !important;
        align-items: stretch !important;
    }

    .align-content-lg-start {
        -ms-flex-line-pack: start !important;
        align-content: flex-start !important;
    }

    .align-content-lg-end {
        -ms-flex-line-pack: end !important;
        align-content: flex-end !important;
    }

    .align-content-lg-center {
        -ms-flex-line-pack: center !important;
        align-content: center !important;
    }

    .align-content-lg-between {
        -ms-flex-line-pack: justify !important;
        align-content: space-between !important;
    }

    .align-content-lg-around {
        -ms-flex-line-pack: distribute !important;
        align-content: space-around !important;
    }

    .align-content-lg-stretch {
        -ms-flex-line-pack: stretch !important;
        align-content: stretch !important;
    }

    .align-self-lg-auto {
        -ms-flex-item-align: auto !important;
        -ms-grid-row-align: auto !important;
        align-self: auto !important;
    }

    .align-self-lg-start {
        -ms-flex-item-align: start !important;
        align-self: flex-start !important;
    }

    .align-self-lg-end {
        -ms-flex-item-align: end !important;
        align-self: flex-end !important;
    }

    .align-self-lg-center {
        -ms-flex-item-align: center !important;
        -ms-grid-row-align: center !important;
        align-self: center !important;
    }

    .align-self-lg-baseline {
        -ms-flex-item-align: baseline !important;
        align-self: baseline !important;
    }

    .align-self-lg-stretch {
        -ms-flex-item-align: stretch !important;
        -ms-grid-row-align: stretch !important;
        align-self: stretch !important;
    }
}

@media (min-width: 1200px) {
    .flex-xl-first {
        -webkit-box-ordinal-group: 0;
        -ms-flex-order: -1;
        order: -1;
    }

    .flex-xl-last {
        -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
        order: 1
    }

    .flex-xl-unordered {
        -webkit-box-ordinal-group: 1;
        -ms-flex-order: 0;
        order: 0;
    }

    .flex-xl-row {
        -webkit-box-orient: horizontal !important;
        -ms-flex-direction: row !important;
        flex-direction: row !important;
    }

    .flex-xl-column,
    .flex-xl-row {
        -webkit-box-direction: normal !important;
    }

    .flex-xl-column {
        -webkit-box-orient: vertical !important;
        -ms-flex-direction: column !important;
        flex-direction: column !important;
    }

    .flex-xl-row-reverse {
        -webkit-box-orient: horizontal !important;
        -webkit-box-direction: reverse !important;
        -ms-flex-direction: row-reverse !important;
        flex-direction: row-reverse !important;
    }

    .flex-xl-column-reverse {
        -webkit-box-orient: vertical !important;
        -webkit-box-direction: reverse !important;
        -ms-flex-direction: column-reverse !important;
        flex-direction: column-reverse !important;
    }

    .flex-xl-wrap {
        -ms-flex-wrap: wrap !important;
        flex-wrap: wrap !important;
    }

    .flex-xl-nowrap {
        -ms-flex-wrap: nowrap !important;
        flex-wrap: nowrap !important;
    }

    .flex-xl-wrap-reverse {
        -ms-flex-wrap: wrap-reverse !important;
        flex-wrap: wrap-reverse !important;
    }

    .justify-content-xl-start {
        -webkit-box-pack: start !important;
        -ms-flex-pack: start !important;
        justify-content: flex-start !important;
    }

    .justify-content-xl-end {
        -webkit-box-pack: end !important;
        -ms-flex-pack: end !important;
        justify-content: flex-end !important;
    }

    .justify-content-xl-center {
        -webkit-box-pack: center !important;
        -ms-flex-pack: center !important;
        justify-content: center !important;
    }

    .justify-content-xl-between {
        -webkit-box-pack: justify !important;
        -ms-flex-pack: justify !important;
        justify-content: space-between !important;
    }

    .justify-content-xl-around {
        -ms-flex-pack: distribute !important;
        justify-content: space-around !important;
    }

    .align-items-xl-start {
        -webkit-box-align: start !important;
        -ms-flex-align: start !important;
        align-items: flex-start !important;
    }

    .align-items-xl-end {
        -webkit-box-align: end !important;
        -ms-flex-align: end !important;
        align-items: flex-end !important;
    }

    .align-items-xl-center {
        -webkit-box-align: center !important;
        -ms-flex-align: center !important;
        align-items: center !important;
    }

    .align-items-xl-baseline {
        -webkit-box-align: baseline !important;
        -ms-flex-align: baseline !important;
        align-items: baseline !important;
    }

    .align-items-xl-stretch {
        -webkit-box-align: stretch !important;
        -ms-flex-align: stretch !important;
        align-items: stretch !important;
    }

    .align-content-xl-start {
        -ms-flex-line-pack: start !important;
        align-content: flex-start !important;
    }

    .align-content-xl-end {
        -ms-flex-line-pack: end !important;
        align-content: flex-end !important;
    }

    .align-content-xl-center {
        -ms-flex-line-pack: center !important;
        align-content: center !important;
    }

    .align-content-xl-between {
        -ms-flex-line-pack: justify !important;
        align-content: space-between !important;
    }

    .align-content-xl-around {
        -ms-flex-line-pack: distribute !important;
        align-content: space-around !important;
    }

    .align-content-xl-stretch {
        -ms-flex-line-pack: stretch !important;
        align-content: stretch !important;
    }

    .align-self-xl-auto {
        -ms-flex-item-align: auto !important;
        -ms-grid-row-align: auto !important;
        align-self: auto !important;
    }

    .align-self-xl-start {
        -ms-flex-item-align: start !important;
        align-self: flex-start !important;
    }

    .align-self-xl-end {
        -ms-flex-item-align: end !important;
        align-self: flex-end !important;
    }

    .align-self-xl-center {
        -ms-flex-item-align: center !important;
        -ms-grid-row-align: center !important;
        align-self: center !important;
    }

    .align-self-xl-baseline {
        -ms-flex-item-align: baseline !important;
        align-self: baseline !important;
    }

    .align-self-xl-stretch {
        -ms-flex-item-align: stretch !important;
        -ms-grid-row-align: stretch !important;
        align-self: stretch !important;
    }
}

.hamburger {
    padding: 0;
    display: inline-block;
    cursor: pointer;
    -webkit-transition-property: opacity, -webkit-filter;
    transition-property: opacity, -webkit-filter;
    transition-property: opacity, filter;
    transition-property: opacity, filter, -webkit-filter;
    -webkit-transition-duration: .15s;
    transition-duration: .15s;
    -webkit-transition-timing-function: linear;
    transition-timing-function: linear;
    font: inherit;
    color: inherit;
    text-transform: none;
    background-color: transparent;
    border: 0;
    margin: 0;
    overflow: visible;
}

.hamburger:hover {
    opacity: 1;
}

.hamburger-box {
    width: 40px;
    height: 22px;
    display: inline-block;
    position: relative;
}

.hamburger-inner {
    display: block;
    top: 50%;
    margin-top: -1px;
}

.hamburger-inner,
.hamburger-inner:after,
.hamburger-inner:before {
    width: 40px;
    height: 2px;
    background-color: #fff;
    border-radius: 0;
    position: absolute;
    -webkit-transition-property: -webkit-transform;
    transition-property: -webkit-transform;
    transition-property: transform;
    transition-property: transform, -webkit-transform;
    -webkit-transition-duration: .15s;
    transition-duration: .15s;
    -webkit-transition-timing-function: ease;
    transition-timing-function: ease;
}

.hamburger-inner:after,
.hamburger-inner:before {
    content: "";
    display: block;
}

.hamburger-inner:before {
    top: -10px;
}

.hamburger-inner:after {
    bottom: -10px;
}

.hamburger--slider .hamburger-inner {
    top: 1px;
}

.hamburger--slider .hamburger-inner:before {
    top: 10px;
    -webkit-transition-property: opacity, -webkit-transform;
    transition-property: transform, opacity;
    -webkit-transition-timing-function: ease;
    transition-timing-function: ease;
    -webkit-transition-duration: .15s;
    transition-duration: .15s;
}

.hamburger--slider .hamburger-inner:after {
    top: 20px;
}

.hamburger--slider.is-active .hamburger-inner {
    -webkit-transform: translate3d(0, 10px, 0) rotate(45deg);
    transform: translate3d(0, 10px, 0) rotate(45deg);
}

.hamburger--slider.is-active .hamburger-inner:before {
    -webkit-transform: rotate(-45deg) translate3d(-5.71429px, -8px, 0);
    transform: rotate(-45deg) translate3d(-5.71429px, -8px, 0);
    opacity: 0;
}

.hamburger--slider.is-active .hamburger-inner:after {
    -webkit-transform: translate3d(0, -20px, 0) rotate(-90deg);
    transform: translate3d(0, -20px, 0) rotate(-90deg);
}

.slick-slider {
    box-sizing: border-box;
    -webkit-touch-callout: none;
    -webkit-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,
.slick-slider {
    position: relative;
    display: block;
}

.slick-list {
    overflow: hidden;
    margin: 0;
    padding: 0;
}

.slick-list:focus {
    outline: none;
}

.slick-list.dragging {
    cursor: pointer;
}

.slick-slider .slick-list,
.slick-slider .slick-track {
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
}

.slick-track {
    position: relative;
    left: 0;
    top: 0;
    display: block;
}

.slick-track:after,
.slick-track:before {
    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
}

.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
}

.slick-list {
    margin: 0 -15px
}

.slick-loading .slick-list {
    background: #fff url(../img/ajax-loader.gif) 50% no-repeat
}

.slick-slide {
    padding: 0 15px;
    outline: 0
}

.slick-next,
.slick-prev {
    position: absolute;
    bottom: 25px;
    display: block;
    height: 35px;
    width: 35px;
    line-height: 0;
    font-size: 0;
    cursor: pointer;
    padding: 0;
    border: none;
    z-index: 15
}

.slick-next,
.slick-next:focus,
.slick-next:hover,
.slick-prev,
.slick-prev:focus,
.slick-prev:hover {
    background: transparent;
    color: transparent;
    outline: none
}

.slick-next:hover:before,
.slick-prev:hover:before {
    opacity: 1
}

.slick-next.slick-disabled:before,
.slick-prev.slick-disabled:before {
    opacity: .25
}

.slick-next:before,
.slick-prev:before {
    font-size: 18px !important;
    line-height: 35px !important;
    opacity: .5;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: 1px solid #ab9dff;
    color: #fff;
    box-shadow: 0 0 8.7px 1.3px rgba(117, 205, 255, .38);
    -webkit-transition: opacity .3s;
    transition: opacity .3s
}

.slick-prev {
    right: 70px
}

.slick-prev:before {
    content: "keyboard_arrow_left"
}

.slick-next {
    right: 25px
}

.slick-next:before {
    content: "keyboard_arrow_right"
}

.slick-dots {
    display: block;
    position: absolute;
    bottom: 38px;
    right: 135px;
    list-style: none;
    padding: 0;
    margin: 0
}

.slick-dots li {
    position: relative;
    display: inline-block;
    margin: 0 5px
}

.slick-dots li,
.slick-dots li button {
    height: 7px;
    width: 7px;
    padding: 0;
    cursor: pointer
}

.slick-dots li button {
    display: block;
    margin: 0;
    outline: none;
    font-size: 0;
    line-height: 0;
    border: 1px solid #5d5782;
    color: transparent;
    background-color: transparent;
    -webkit-transition: background-color .3s;
    transition: background-color .3s
}

.slick-dots li button:focus,
.slick-dots li button:hover {
    outline: none
}

.slick-dots li button:hover {
    background-color: #5d5782
}

.slick-dots li button:before {
    content: "";
    position: absolute;
    top: -4px;
    left: -4px;
    right: -4px;
    bottom: -4px;
    opacity: 0;
    border: 1px solid #5d5782;
    box-shadow: 0 0 8.7px 1.3px rgba(117, 205, 255, .38);
    -webkit-transition: opacity .3s;
    transition: opacity .3s
}

.slick-dots li.slick-active button {
    background-color: #5d5782
}

.slick-dots li.slick-active button:before {
    opacity: 1
}

.ps-container {
    -ms-touch-action: auto;
    touch-action: auto;
    overflow: hidden !important;
    -ms-overflow-style: none
}

@supports (-ms-overflow-style: none) {
    .ps-container {
        overflow: auto !important
    }
}

@media (-ms-high-contrast: none), screen and (-ms-high-contrast: active) {
    .ps-container {
        overflow: auto !important
    }
}

.ps-container.ps-active-y > .ps-scrollbar-y-rail {
    display: block;
    border-left: 1px solid rgba(255, 186, 38, .1)
}

.ps-container > .ps-scrollbar-y-rail {
    display: none;
    position: absolute;
    z-index: 100;
    right: 0;
    width: 2px
}

.ps-container > .ps-scrollbar-y-rail > .ps-scrollbar-y {
    position: absolute;
    cursor: pointer;
    right: 0;
    width: 3px;
    border-radius: 5px;
    background-image: -webkit-linear-gradient(bottom, #e41515, #f75613);
    background-image: linear-gradient(0deg, #e41515 0, #f75613);
    -webkit-transition: width .2s;
    transition: width .2s
}

.ps-container > .ps-scrollbar-y-rail > .ps-scrollbar-y:hover {
    width: 5px
}

.noUi-target,
.noUi-target * {
    -webkit-touch-callout: none;
    -webkit-tap-highlight-color: transparent;
    -webkit-user-select: none;
    -ms-touch-action: none;
    touch-action: none;
    -ms-user-select: none;
    -moz-user-select: none;
    user-select: none;
    box-sizing: border-box
}

.noUi-target {
    position: relative;
    direction: ltr
}

.noUi-base {
    width: 100%;
    height: 100%;
    position: relative;
    z-index: 1
}

.noUi-connect {
    position: absolute;
    right: 0;
    top: 0;
    left: 0;
    bottom: 0
}

.noUi-origin {
    position: absolute;
    height: 0;
    width: 0
}

.noUi-handle {
    position: relative;
    z-index: 1
}

.noUi-state-tap .noUi-connect,
.noUi-state-tap .noUi-origin {
    -webkit-transition: top .3s, right .3s, bottom .3s, left .3s;
    transition: top .3s, right .3s, bottom .3s, left .3s
}

.noUi-state-drag * {
    cursor: inherit !important
}

.noUi-base,
.noUi-handle {
    -webkit-transform: translateZ(0);
    transform: translateZ(0)
}

.noUi-horizontal {
    height: 2px
}

.noUi-horizontal .noUi-handle {
    width: 15px;
    height: 15px;
    left: -7px;
    top: -7px
}

.noUi-target {
    margin: 7px 0;
    border-radius: 2px;
    background-color: #141519
}

.noUi-connect {
    border-radius: 2px;
    background-color: #6b669d;
    -webkit-transition: background-color .45s;
    transition: background-color .45s
}

.noUi-draggable {
    cursor: ew-resize
}

.noUi-vertical .noUi-draggable {
    cursor: ns-resize
}

.noUi-handle {
    cursor: pointer;
    border: 1px solid #ab9dff;
    box-shadow: 0 0 8.7px 1.3px rgba(117, 205, 255, .38)
}

.noUi-handle:after {
    content: "";
    display: block;
    position: absolute;
    left: 3px;
    top: 3px;
    height: 7px;
    width: 7px;
    background-color: #ab9dff;
    box-shadow: inherit
}

[disabled] .noUi-connect {
    background: #B8B8B8
}

[disabled].noUi-handle,
[disabled] .noUi-handle,
[disabled].noUi-target {
    cursor: not-allowed
}

.noUi-pips,
.noUi-pips * {
    box-sizing: border-box
}

.noUi-pips {
    position: absolute;
    color: #999
}

.noUi-value {
    position: absolute;
    text-align: center
}

.noUi-value-sub {
    color: #ccc;
    font-size: 10px
}

.noUi-marker {
    position: absolute;
    background: #CCC
}

.noUi-marker-large,
.noUi-marker-sub {
    background: #AAA
}

.noUi-pips-horizontal {
    padding: 10px 0;
    height: 80px;
    top: 100%;
    left: 0;
    width: 100%
}

.noUi-value-horizontal {
    -webkit-transform: translate3d(-50%, 50%, 0);
    transform: translate3d(-50%, 50%, 0)
}

.noUi-marker-horizontal.noUi-marker {
    margin-left: -1px;
    width: 2px;
    height: 5px
}

.noUi-marker-horizontal.noUi-marker-sub {
    height: 10px
}

.noUi-marker-horizontal.noUi-marker-large {
    height: 15px
}

.noUi-pips-vertical {
    padding: 0 10px;
    height: 100%;
    top: 0;
    left: 100%
}

.noUi-value-vertical {
    -webkit-transform: translate3d(0, 50%, 0);
    transform: translate3d(0, 50%, 0);
    padding-left: 25px
}

.noUi-marker-vertical.noUi-marker {
    width: 5px;
    height: 2px;
    margin-top: -1px
}

.noUi-marker-vertical.noUi-marker-sub {
    width: 10px
}

.noUi-marker-vertical.noUi-marker-large {
    width: 15px
}

.noUi-tooltip {
    display: block;
    position: absolute;
    border: 1px solid #D9D9D9;
    border-radius: 3px;
    background: #fff;
    color: #000;
    padding: 5px;
    text-align: center
}

.noUi-horizontal .noUi-tooltip {
    -webkit-transform: translate(-50%);
    transform: translate(-50%);
    left: 50%;
    bottom: 120%
}

.noUi-vertical .noUi-tooltip {
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    top: 50%;
    right: 120%
}

@font-face {
    font-family: PT Sans;
    src: url(../fonts/PTSans-Web-Regular.woff2) format("woff2"), url(../fonts/PTSans-Web-Regular.woff) format("woff");
    font-weight: 400;
    font-style: normal
}

@font-face {
    font-family: PT Sans;
    src: url(PTSans-Web-Bold.woff2) format("woff2"), url(../fonts/PTSans-Web-Bold.woff) format("woff");
    font-weight: 700;
    font-style: normal
}

@font-face {
    font-family: PT Sans;
    src: url(../fonts/PTSans-Web-Italic.woff2) format("woff2"), url(../fonts/PTSans-Web-Italic.woff) format("woff");
    font-weight: 400;
    font-style: italic
}

@font-face {
    font-family: Blogger Sans;
    src: url(../fonts/BloggerSans.woff2) format("woff2"), url(../fonts/BloggerSans.woff) format("woff");
    font-weight: 400;
    font-style: normal
}

@font-face {
    font-family: Blogger Sans;
    src: url(../fonts/BloggerSans-Bold.woff2) format("woff2"), url(../fonts/BloggerSans-Bold.woff) format("woff");
    font-weight: 700;
    font-style: normal
}

@font-face {
    font-family: Yanone Kaffeesatz;
    src: url(../fonts/YanoneKaffeesatz-Light.woff2) format("woff2"), url(../fonts/YanoneKaffeesatz-Light.woff) format("woff");
    font-weight: 300;
    font-style: normal
}

@font-face {
    font-family: Yanone Kaffeesatz;
    src: url(../fonts/YanoneKaffeesatz-Regular.woff2) format("woff2"), url(../fonts/YanoneKaffeesatz-Regular.woff) format("woff");
    font-weight: 400;
    font-style: normal
}

@font-face {
    font-family: Yanone Kaffeesatz;
    src: url(YanoneKaffeesatz-Bold.woff2) format("woff2"), url(../fonts/YanoneKaffeesatz-Bold.woff) format("woff");
    font-weight: 700;
    font-style: normal
}

@font-face {
    font-family: Material Icons;
    src: url(MaterialIcons-Regular.woff2) format("woff2"), url(../fonts/MaterialIcons-Regular.woff) format("woff");
    font-weight: 400;
    font-style: normal
}

.filter__accordion [data-accordion]:after,
.excerpt li:before,
.material-icons,
.slick-next:before,
.slick-prev:before {
    font-family: Material Icons;
    font-weight: 400;
    font-style: normal;
    font-size: 1em;
    display: inline-block;
    line-height: 1;
    text-transform: none;
    letter-spacing: normal;
    word-wrap: normal;
    white-space: nowrap;
    direction: ltr;
    -webkit-font-smoothing: antialiased;
    text-rendering: optimizeLegibility;
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-feature-settings: "liga";
    font-feature-settings: "liga"
}

body {
    font-family: PT Sans, sans-serif;
    font-weight: 400;
    font-size: 16px;
    line-height: 1.25;
    color: #a69db0;
    background-color: #1b1c21;
    -webkit-transition: opacity .3s ease-out;
    transition: opacity .3s ease-out
}

body.is-preload {
    opacity: 0
}

a {
    text-decoration: underline;
    color: #f4f3ff;
    -webkit-transition: color .3s;
    transition: color .3s
}

a:hover {
    color: #b8b1ff
}

.link {
    color: #545260;
    border-bottom: 1px dotted #4f4e58;
    text-decoration: none;
    -webkit-transition-property: color, border-color;
    transition-property: color, border-color
}

.link:hover {
    color: #a69db0;
    border-color: transparent
}

.link.active {
    color: #f75613;
    border-color: transparent
}

.filter__accordion .link [data-accordion]:after,
.link .filter__accordion [data-accordion]:after,
.link .list li:before,
.link .material-icons,
.link .slick-next:before,
.link .slick-prev:before,
.list .link li:before {
    font-size: 12px
}

img {
    display: block;
    margin: 0 auto;
    max-width: 100%;
}


picture img {
    border-radius: 14px;
    margin: 20px auto;
}

/*img {
    max-width: 100%;
    vertical-align: middle;
    margin-bottom: 30px
}*/

.aligncenter {
    display: block;
    margin-left: auto;
    margin-right: auto
}

/* monitors and laptops */
@media screen and (min-width: 1240px) {
    .alignright {
        float: right;
        margin-left: 30px;
        margin-top: 20px;
        margin-bottom: 20px;
    }

    .alignleft {
        float: left;
        margin-right: 30px;
        margin-top: 20px;
        margin-bottom: 20px;
    }
}

ol,
ul {
    margin-top: 0;
    margin-bottom: 30px;
    padding-left: 30px
}

.excerpt table td {
    border: 1px solid #fff;
    text-align: center;
    padding: 3px 5px;
}

.excerpt img {
    height: auto;
    margin-bottom: 0;
    border-radius: 6px;
}

.excerpt ul, ol {
    list-style: none
}

.excerpt ul li:not(:last-child),
.excerpt ol li:not(:last-child) {
    margin-bottom: 10px
}

.excerpt ol li:before,
.excerpt ul li:before {
    width: 14px;
    margin-right: 8px;
    font-size: 14px;
    color: #f8ae00
}

.list_small {
    padding-left: 10px
}

.list_small li:before {
    width: 10px;
    margin-right: 5px;
    vertical-align: 0;
    font-size: 10px
}

.excerpt ul li:before {
    content: "star_rate"
}

.excerpt ol {
    counter-reset: a
}

.excerpt ol li:before {
    counter-increment: a;
    content: counter(a);
    display: inline-block;
    vertical-align: 3px;
    width: 14px;
    height: 14px;
    border-radius: 3px;
    font-family: Yanone Kaffeesatz;
    font-size: 10px;
    text-align: center;
    line-height: 15px;
    color: #1b1c21;
    background-color: #f8ae00
}

/* .excerpt ol li:before {
    content: "forward"
} */

p, ol, ul {
    font-size: var(--normal-font-size);
    margin-bottom: 16px;
    line-height: 28px;
    text-align: start;
}

/*p {
    margin-top: 0;
    margin-bottom: 25px
}*/
.videobox__title,
h1,
h2,
h3,
h4,
h5 {
    margin-top: 0;
    margin-bottom: 15px;
    font-family: Yanone Kaffeesatz;
    font-weight: 400;
    line-height: 1;
    color: #fff
}

h1, h2, h3 {
    text-align: center;
}


.h1,
h1 {
    font-size: 24px
}

@media (min-width: 768px) {
    .h1,
    h1 {
        font-size: 28px
    }
}

@media (min-width: 992px) {
    .h1,
    h1 {
        font-size: 32px;
        margin-bottom: 30px;
        font-family: Blogger Sans;
        font-weight: 700;
    }
}

.h2,
.videobox__title,
h2 {
    font-size: 20px
}

@media (min-width: 768px) {
    .h2,
    .videobox__title,
    h2 {
        font-size: 28px;
        text-align: center;
    }
}

.h3,
h3 {
    font-size: 18px
}

@media (min-width: 768px) {
    .h3,
    h3 {
        font-size: 20px
    }
}

.h4,
h4 {
    font-size: 16px
}

@media (min-width: 768px) {
    .h4,
    h4 {
        font-size: 18px
    }
}

.h5,
h5 {
    font-size: 16px
}

.h6,
h6 {
    font-size: 14px
}

table, th, td {
    border: 1px solid;
}

table {
    width: 100%;
    max-width: 100%;
    margin-bottom: 15px;
    border-collapse: collapse;
    background-color: transparent
}

blockquote {
    margin: 0 0 30px;
    padding: 15px;
    font-size: 18px;
    font-style: italic;
    line-height: 1.2;
    color: #faf6ff
}

@media (min-width: 768px) {
    blockquote {
        padding: 20px 40px;
        font-size: 20px
    }
}

blockquote small {
    font-size: 90%;
    font-style: normal;
    color: #746a7e
}

.note {
    position: relative;
    margin-bottom: 30px
}

.note blockquote p {
    margin: 0;
}

@media (min-width: 768px) {
    .note {
        padding-left: 80px
    }

    .note:before {
        content: "";
        left: 1px;
        width: 90px;
        background-image: url(../img/labels-sprite.png);
        background-position: 0 -181px
    }

    .note:after,
    .note:before {
        position: absolute;
        top: 0;
        height: 65px
    }

    .note:after {
        content: "!";
        left: 0;
        width: 75px;
        overflow: hidden;
        font-family: Yanone Kaffeesatz;
        font-size: 40px;
        line-height: 72px;
        text-align: center;
        color: #fff
    }

    .note_quote:after {
        content: "“";
        font-size: 70px;
        line-height: 125px
    }

    .note_link:before {
        background-position: 0 -311px
    }

    .note_link:after {
        content: "";
        top: 15px;
        left: 18px;
        width: 35px;
        height: 35px;
        background-image: url(../img/sprite.png);
        background-position: -118px -90px
    }
}

.note > *,
.note__inner {
    margin-bottom: 0;
    padding: 15px;
    border: 1px solid rgba(171, 157, 255, .4)
}

@media (min-width: 768px) {
    .note > *,
    .note__inner {
        padding: 20px 40px
    }
}

.note__title {
    margin-bottom: 15px;
    font-family: Yanone Kaffeesatz;
    font-size: 24px;
    line-height: 1;
    color: #fefeff
}

.note__items > li {
    display: inline-block;
    margin: 0 10px 10px 0;
    line-height: 1;
    background: none;
}

.note_link .note__inner {
    font-size: 16px;
    color: #fff;
    background-color: #7774a6
}

@media (min-width: 768px) {
    .note_link .note__inner {
        padding: 30px 40px
    }
}

hr {
    display: block;
    margin: 0 0 40px;
    height: 1px;
    border: 0;
    background-color: rgba(99, 99, 99, .2)
}

input[type=checkbox]:not(:disabled),
input[type=radio]:not(:disabled) {
    cursor: pointer
}

.btn {
    -webkit-appearance: none;
    cursor: pointer;
    display: inline-block;
    vertical-align: middle;
    padding: 8px;
    font-size: 20px;
    font-family: Blogger Sans;
    font-weight: 400;
    line-height: 1;
    text-decoration: none;
    text-transform: uppercase;
    text-align: center;
    border: 2px solid #e41515;
    -o-border-image: linear-gradient(90deg, rgba(228, 21, 21, .7) 0, rgba(247, 86, 19, .7));
    border-image: -webkit-linear-gradient(left, rgba(228, 21, 21, .7), rgba(247, 86, 19, .7));
    border-image: linear-gradient(90deg, rgba(228, 21, 21, .7) 0, rgba(247, 86, 19, .7));
    border-image-slice: 2;
    box-shadow: 0 0 5px 3px rgba(255, 75, 0, .25);
    -webkit-transition: all .3s;
    transition: all .3s;
    -webkit-transition-property: color, background-color, border-color, opacity, box-shadow;
    transition-property: color, background-color, border-color, opacity, box-shadow
}

.btn,
.btn:active,
.btn:focus,
.btn:hover {
    color: #fff;
    background-color: transparent
}

.btn:active,
.btn:focus,
.btn:hover {
    opacity: .8;
    box-shadow: 0 0 8px 4px rgba(255, 75, 0, .5)
}

.btn:focus {
    outline: none
}

.btn:disabled {
    cursor: default;
    opacity: .25
}

.btn_fill {
    background-color: #e41515;
    background-image: -webkit-linear-gradient(left, #e41515, #f75613);
    background-image: linear-gradient(90deg, #e41515 0, #f75613);
    box-shadow: 0 0 38px rgba(255, 75, 0, .41)
}

.btn-group {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 30px
}

.btn-group .btn {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 50%;
    flex: 1 1 50%;
    max-width: 100%;
    padding: 10px 5px;
    font-size: 16px
}

.btn-group .btn:first-child {
    text-transform: none
}

.btn-group .btn:not(:last-child) {
    margin-right: 5px
}

.input,
.textarea {
    display: block;
    height: 50px;
    width: 100%;
    padding: 0 15px;
    font-family: inherit;
    font-size: 16px;
    font-weight: 400;
    line-height: 1;
    color: #a69db0;
    background-color: #fbf7ff;
    border: 1px solid transparent
}

.input:focus,
.textarea:focus {
    outline: 0
}

.input:focus::-webkit-input-placeholder,
.textarea:focus::-webkit-input-placeholder {
    opacity: 0
}

.input:focus:-ms-input-placeholder,
.textarea:focus:-ms-input-placeholder {
    opacity: 0
}

.input:focus::placeholder,
.textarea:focus::placeholder {
    opacity: 0
}

.input::-webkit-input-placeholder,
.textarea::-webkit-input-placeholder {
    color: #a69db0;
    opacity: 1;
    -webkit-transition: opacity .3s;
    transition: opacity .3s
}

.input:-ms-input-placeholder,
.textarea:-ms-input-placeholder {
    color: #a69db0;
    opacity: 1;
    -webkit-transition: opacity .3s;
    transition: opacity .3s
}

.input::placeholder,
.textarea::placeholder {
    color: #a69db0;
    opacity: 1;
    -webkit-transition: opacity .3s;
    transition: opacity .3s
}

.textarea {
    padding: 15px;
    height: auto;
    min-height: 110px
}

.radiobox {
    display: none
}

.radiobox + span {
    position: relative;
    display: inline-block;
    vertical-align: -2px;
    width: 16px;
    height: 16px;
    margin-right: 5px;
    border-radius: 50%;
    border: 2px solid #737287;
    -webkit-transition: border-color .3s;
    transition: border-color .3s
}

.radiobox + span:before {
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    width: 8px;
    height: 8px;
    margin-top: -4px;
    margin-left: -4px;
    border-radius: 50%;
    background-color: #f75613;
    -webkit-transform: scale(0);
    transform: scale(0);
    -webkit-transition: -webkit-transform .3s;
    transition: -webkit-transform .3s;
    transition: transform .3s;
    transition: transform .3s, -webkit-transform .3s
}

.radiobox:checked + span {
    border-color: #f75613
}

.radiobox:checked + span:before {
    -webkit-transform: scale(1);
    transform: scale(1)
}

.checkbox {
    display: none
}

.checkbox + span {
    position: relative;
    display: inline-block;
    vertical-align: -2px;
    width: 16px;
    height: 16px;
    margin-right: 10px;
    border: 1px solid rgba(148, 143, 182, .3);
    box-shadow: 0 0 8.7px 1.3px rgba(117, 205, 255, .13);
    -webkit-transition: all .3s;
    transition: all .3s;
    -webkit-transition-property: border-color, box-shadow;
    transition-property: border-color, box-shadow
}

.checkbox + span:after {
    content: "";
    position: absolute;
    left: 4px;
    top: 4px;
    width: 6px;
    height: 6px;
    background-color: rgba(193, 188, 227, .6);
    opacity: 0;
    -webkit-transition: opacity .3s;
    transition: opacity .3s
}

.checkbox + span:hover {
    border-color: rgba(176, 172, 204, .6);
    box-shadow: 0 0 8.7px 1.3px rgba(117, 205, 255, .3)
}

.checkbox:checked + span {
    border-color: rgba(193, 188, 227, .6)
}

.checkbox:checked + span:after {
    opacity: 1
}

.checkbox:checked ~ span {
    color: #b2b1ca
}

.checkbox:disabled + span {
    opacity: .5
}

label {
    cursor: pointer
}

.field {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 30px;
    color: #a69db0;
    background-color: #fbf7ff
}

.field__icon {
    position: relative;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50px;
    flex: 0 0 50px;
    width: 50px;
    height: 50px;
    font-size: 20px;
    text-align: center;
    line-height: 56px
}

.field__icon:after {
    content: "";
    position: absolute;
    top: 5px;
    right: 0;
    bottom: 5px;
    width: 1px;
    background-image: -webkit-linear-gradient(bottom, transparent, rgba(1, 8, 34, .3) 50%, transparent);
    background-image: linear-gradient(0deg, transparent 0, rgba(1, 8, 34, .3) 50%, transparent)
}

.field__icon_textarea {
    margin-top: 5px;
    text-align: right
}

.field__icon_textarea:after {
    display: none
}

.field__input {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto
}

.article__image_neon,
.game-info {
    border: 1px solid rgba(171, 157, 255, .8);
    box-shadow: 0 0 14px 2px rgba(117, 205, 255, .38)
}

.b-casino__title,
.bonus__title_gradient,
.game-info__title,
.head__text,
.page__title span,
.title__text,
.vendor__title span {
    color: #e41515;
    text-shadow: 0 0 6px rgba(255, 75, 0, .41)
}

.vendor__title span {
    display: block;
}

@supports (-webkit-background-clip: text) {
    .b-casino__title,
    .bonus__title_gradient,
    .game-info__title,
    .head__text,
    .page__title span,
    .title__text,
    .vendor__title span {
        background-image: -webkit-linear-gradient(left, #e41515, #f75613);
        background-image: linear-gradient(90deg, #e41515 0, #f75613);
        -webkit-background-clip: text;
        -webkit-text-fill-color: transparent
    }
}

.page__title {
    margin-bottom: 30px;
    font-family: Blogger Sans;
    font-weight: 700
}

.page__title span {
    display: inline-block;
    text-transform: uppercase
}

@media (min-width: 576px) and (max-width: 767px) {
    .page__inner .container {
        padding-left: 95px;
        padding-right: 95px
    }
}

@media (min-width: 425px) and (max-width: 575px) {
    .page__inner .container {
        padding-left: 45px;
        padding-right: 45px
    }
}

.header {
    background-image: -webkit-linear-gradient(top, #31323c, #202127);
    background-image: linear-gradient(180deg, #31323c 0, #202127)
}

.header__logo {
    display: inline-block;
    vertical-align: middle;
    max-width: 150px;
    margin: 16px 0
}

@media (min-width: 992px) {
    .header__logo {
        max-width: 100%
    }
}

.header__logo img {
    margin-bottom: 0
}

.footer {
    padding: 30px 0;
    background-color: #030303
}

@media (max-width: 767px) {
    .footer {
        text-align: center
    }
}

.footer__logo img {
    margin-bottom: 0
}

.footer__nav {
    position: relative
}

.footer__nav:after {
    content: "";
    position: absolute;
    left: 0;
    bottom: -30px;
    width: 100%;
    height: 28px;
    background-image: url(../img/footer-nav-line.png);
    background-position: 0 50%
}

.footer .mainnav {
    height: auto
}

.footer .mainnav__icon_crown:after {
    background-position: -36px 0
}

.footer .mainnav__icon_game:after {
    background-position: -36px -18px
}

.footer .mainnav__icon_award:after {
    background-position: -36px -36px
}

.footer .mainnav__icon_cup:after {
    background-position: -36px -54px
}

.footer .mainnav__icon_star:after {
    background-position: -36px -72px
}

.footer .mainnav__icon_question:after {
    background-position: -36px -90px
}

.footer .mainnav__link:hover {
    color: #e41515;
    background-color: transparent;
    box-shadow: none
}

.section {
    padding: 30px 0
}

@media (min-width: 992px) {
    .section {
        padding: 80px 0
    }
}

.section > :last-child {
    margin-bottom: 0
}

.section_small {
    padding: 30px 0
}

@media (min-width: 992px) {
    .section_small {
        padding: 60px 0
    }
}

.section_darken {
    background-color: #141519
}

.section_darken .note:before {
    background-position: 0 -246px
}

.section_darken .note_link:before {
    background-position: 0 -376px
}

.head {
    margin-bottom: 30px
}

.head__icon {
    display: inline-block;
    vertical-align: middle;
    position: relative;
    width: 23px;
    height: 23px;
    margin-right: 10px;
    background-image: url(../img/sprite.png)
}

.head__icon:before {
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    width: 23px;
    height: 23px;
    border-radius: 50%;
    box-shadow: 0 0 38px rgba(255, 75, 0, .41);
    -webkit-transform: translate3d(-50%, -50%, 0);
    transform: translate3d(-50%, -50%, 0)
}

.head__icon_clubs {
    background-position: -54px 0
}

.head__icon_crown {
    background-position: -54px -23px
}

.head__icon_game {
    background-position: -54px -46px
}

.head__icon_cup {
    background-position: -54px -69px
}

.head__icon_star {
    background-position: -54px -92px
}

.head__icon_question {
    background-position: -54px -115px
}

@media (max-width: 991px) {
    .head__icon {
        display: none
    }
}

.container-main-text {
    margin-top: 20px;
}

.head__text {
    display: inline-block;
    vertical-align: middle;
    margin-bottom: 0;
    font-family: Blogger Sans;
    font-size: 20px;
    font-weight: 700;
    line-height: 1;
    text-transform: uppercase
}

@media (min-width: 768px) {
    .head__text {
        font-size: 24px
    }
}

.starline {
    position: relative
}

.starline:after {
    content: "";
    position: absolute;
    left: 0;
    bottom: -15px;
    width: 100%;
    height: 28px;
    background-image: url(../img/section-line-1.png);
    background-position: 0 50%
}

.starline_type2:after {
    background-image: url(../img/section-line-2.png)
}

.starline_type3:after {
    background-image: url(../img/section-line-3.png)
}

.overlay {
    position: relative
}

.overlay:hover .overlay__panel {
    opacity: 1
}

.overlay__panel {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    padding: 20px;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 1;
    opacity: 0;
    background-color: rgba(20, 21, 25, .97);
    -webkit-transition: opacity .3s;
    transition: opacity .3s
}

.overlay .btn {
    width: 100%
}

.overlay .btn:not(:last-child) {
    margin-bottom: 10px
}

.flipbox {
    position: relative
}

.flipbox_active .flipbox__front {
    -webkit-transform: rotateY(180deg);
    transform: rotateY(180deg);
    z-index: 1
}

.flipbox_active .flipbox__back {
    -webkit-transform: rotateY(0);
    transform: rotateY(0);
    z-index: 2
}

.flipbox__inner {
    position: relative;
    width: 100%;
    -webkit-perspective: 600px;
    perspective: 600px;
    -webkit-transform-style: preserve-3d;
    transform-style: preserve-3d;
}

.flipbox__back,
.flipbox__front {
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-transition: -webkit-transform .6s cubic-bezier(.39, .2, .37, 1.44);
    transition: -webkit-transform .6s cubic-bezier(.39, .2, .37, 1.44);
    transition: transform .6s cubic-bezier(.39, .2, .37, 1.44);
    transition: transform .6s cubic-bezier(.39, .2, .37, 1.44), -webkit-transform .6s cubic-bezier(.39, .2, .37, 1.44)
}

.flipbox__front {
    position: relative;
    z-index: 2;
    -webkit-transform: rotateY(0);
    transform: rotateY(0)
}

.flipbox__back {
    position: absolute;
    left: 0;
    top: 4px;
    z-index: 1;
    width: 100%;
    -webkit-transform: rotateY(-180deg);
    transform: rotateY(-180deg)
}

.excerpt iframe {
    max-width: 100%;
    display: block;
    margin: 0 auto 30px auto;
}

.vendor_icon_box {
    background-color: #333343;
}

.dropdown {
    position: absolute;
    top: 100%;
    left: 0;
    z-index: 100;
    -webkit-animation: fadeBottomIn .2s;
    animation: fadeBottomIn .2s
}

@-webkit-keyframes fadeBottomIn {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(0, 10px, 0);
        transform: translate3d(0, 10px, 0)
    }
    to {
        opacity: 1;
        -webkit-transform: none;
        transform: none
    }
}

@keyframes fadeBottomIn {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(0, 10px, 0);
        transform: translate3d(0, 10px, 0)
    }
    to {
        opacity: 1;
        -webkit-transform: none;
        transform: none
    }
}

.dropdown:not(.active) {
    display: none
}

.row-small {
    margin-left: -8px;
    margin-right: -8px
}

.row-small > * {
    padding-left: 8px;
    padding-right: 8px
}

.row-xsmall {
    margin-left: -4px;
    margin-right: -4px
}

.row-xsmall > * {
    padding-left: 4px;
    padding-right: 4px
}

.frame {
    border-radius: 3px;
    border: 8px solid #f75613;
    box-shadow: inset 0 0 16px 4px rgba(255, 96, 0, .7), 0 0 28px 3px rgba(255, 179, 0, .1)
}

@media (max-width: 1199px) {
    .frame {
        margin-bottom: 30px
    }
}

.frame__inner {
    margin: -3px;
    padding: 13px;
    border: 4px solid #ffc64d;
    -o-border-image: url(../img/slider-border.png);
    border-image: url(../img/slider-border.png);
    border-image-slice: 13;
    border-image-width: 13px;
    border-image-repeat: repeat
}

.circle-rating {
    position: relative;
    width: 50px;
    height: 50px
}

.circle-rating_small {
    width: 42px;
    height: 42px
}

.circle-rating span {
    position: absolute;
    left: 50%;
    top: 50%;
    font-size: 14px;
    line-height: 1;
    color: #dfd3ec;
    -webkit-transform: translate3d(-50%, -50%, 0);
    transform: translate3d(-50%, -50%, 0)
}

.circle-rating svg {
    -webkit-transform: rotate(-90deg);
    transform: rotate(-90deg)
}

.conclusion__header {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 5px;
    background-color: rgba(36, 37, 44, .5);
    border: 1px solid rgba(171, 157, 255, .5);
    box-shadow: 0 0 8.7px 1.3px rgba(117, 205, 255, .16)
}

.conclusion__header > * {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 50%;
    flex: 1 1 50%;
    width: 50%;
    padding: 15px
}

.conclusion__header > :first-child {
    border-right: 1px solid #30323e
}

.conclusion__header .icon-negative,
.conclusion__header .icon-positive {
    vertical-align: -3px;
    margin-right: 10px
}

.conclusion__title {
    font-family: Yanone Kaffeesatz;
    font-size: 24px;
    line-height: 1;
    color: #f1ebf7;
    text-align: center
}

.conclusion table {
    border: 1px solid #30323e
}

.conclusion table td {
    width: 50%;
}

.conclusion table tr td:not(:last-child) {
    border-right: 1px solid #30323e
}

@media (min-width: 768px) {
    .conclusion table td:last-child ul li:before {
        content: "-";
        color: #ff413d
    }
}

.conclusion ul {
    margin-bottom: 0;
    padding-left: 0;
    list-style: none;
    background-color: #24252c
}

.conclusion ul li {
    position: relative;
    padding: 14px
}

.conclusion ul li:nth-child(odd) {
    background-color: #1d1e24
}

@media (min-width: 768px) {
    .conclusion ul li {
        padding: 14px 14px 14px 60px
    }

    .conclusion ul li:before {
        content: "+";
        position: absolute;
        top: 14px;
        left: 40px;
        color: #55a16b
    }
}

.title {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-bottom: 30px
}

.title:after,
.title:before {
    content: "";
    -webkit-box-flex: 1;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    height: 1px;
    background-image: -webkit-linear-gradient(left, #e41515, #f75613);
    background-image: linear-gradient(90deg, #e41515 0, #f75613);
    opacity: .3
}

.title__text {
    padding: 0 10px;
    font-family: Blogger Sans;
    font-size: 20px;
    text-transform: uppercase
}

@media (min-width: 768px) {
    .title__text {
        font-size: 24px
    }
}

@media (max-width: 991px) {
    .offset-top {
        margin-top: 30px
    }

    .offset-bottom {
        margin-bottom: 30px
    }

    .offset-bottom > :last-child {
        margin-bottom: 0
    }
}

.icon {
    width: 18px;
    height: 18px;
    background-image: url(../img/sprite.png)
}

.icon-demo {
    display: none !important;
    background-position: -130px -70px
}

.icon-mobile {
    display: none !important;
    background-position: -148px -70px
}

.icon-mobile-22 {
    width: 22px;
    height: 22px;
    display: none !important;
    background-position: -77px -69px
}

.icon-gift {
    display: none !important;
    background-position: -166px -70px
}

.icon-gift-22 {
    width: 22px;
    height: 22px;
    display: none !important;
    background-position: -77px -91px
}

.icon-star {
    display: none !important;
    background-position: -184px -70px
}

.icon-star-22 {
    width: 22px;
    height: 22px;
    display: none !important;
    background-position: -77px -113px
}

.icon-demo.active,
.icon-star.active,
.icon-mobile.active,
.icon-gift.active,
.icon-gift-22.active,
.icon-star-22.active,
.icon-mobile-22.active {
    display: inline-block !important;
}

.icon-flash {
    background-position: -100px -90px
}

.icon-nextgen:after {
    background-position: 0 -455px;
}

.icon-microgaming:after {
    background-position: 0 -170px
}

.icon-novomatic:after {
    background-position: 0 -204px
}

.icon-1x2gaming:after {
    background-position: 0 0;
}

.icon-genesis:after {
    background-position: 0 -68px
}

.icon-betsoft:after {
    background-position: 0 -238px
}

.icon-globotech:after {
    background-position: 0 -415px
}

.icon-other:after {
    background-position: 0 -438px
}

.icon-thunderkick:after {
    background-position: 0 -323px
}

.icon-playngo:after {
    background-position: 0 -511px;
    height: 24px !important;
    top: 5px !important;
}

.icon-quickspin:after {
    background-position: 0 -425px
}

.icon-yggdrasil:after {
    background-position: 0 -135px
}

.icon-aceking:after {
    background-position: 0 -356px
}

.icon-playson:after {
    background-position: 0 -271px
}

.icon-megajack:after {
    background-position: 0 -302px;
    height: 20px !important;
    top: 10px !important;
}

.icon-icon-igt:after {
    background-position: 0 -392px
}

.icon-icon-igrosoft:after {
    background-position: 0 -102px
}

.icon-playtech:after {
    background-position: 0 -487px;
    height: 20px !important;
    top: 7px !important;
}

.icon-netent:after {
    background-position: 0 -30px
}


.icon-nextgen-small {
    background-position: 0 -350px;
}

.icon-microgaming-small {
    background-position: 0 -131px;
}

.icon-novomatic-small {
    background-position: 0 -157px;
}

.icon-1x2gaming-small {
    background-position: 0 0;
}

.icon-genesis-small {
    background-position: 0 -52px;
}

.icon-betsoft-small {
    background-position: 0 -183px
}

.icon-thunderkick-small {
    background-position: 0 -248px
}

.icon-playngo-small {
    background-position: 0 -390px
}

.icon-quickspin-small {
    background-position: 0 -327px
}

.icon-igt-small {
    background-position: 0 -301px
}

.icon-yggdrasil-small {
    background-position: 0 -104px
}

.icon-aceking-small {
    background-position: 0 -274px
}

.icon-playson-small {
    background-position: 0 -209px
}

.icon-megajack-small {
    background-position: 0 -230px;
    height: 18px !important;
}

.icon-igrosoft-small {
    background-position: 0 -79px
}

.icon-playtech-small {
    background-position: 0 -371px
}

.icon-netent-small {
    background-position: 0 -25px
}

.icon-globotech-small {
    background-position: 0 -415px
}

.icon-other-small {
    background-position: 0 -438px
}

.casino__icons-icon.active {
    display: inline-block !important;
}

.icon-nextgen-small-dark {
    background-position: 0 -350px;
}

.icon-microgaming-small-dark {
    background-position: 0 -131px;
}

.icon-novomatic-small-dark {
    background-position: 0 -157px;
}

.icon-1x2gaming-small-dark {
    background-position: 0 0;
}

.icon-genesis-small-dark {
    background-position: 0 -52px;
}

.icon-betsoft-small-dark {
    background-position: 0 -183px
}

.icon-thunderkick-small-dark {
    background-position: 0 -248px
}

.icon-playngo-small-dark {
    background-position: 0 -390px
}

.icon-quickspin-small-dark {
    background-position: 0 -327px
}

.icon-igt-small-dark {
    background-position: 0 -301px
}

.icon-yggdrasil-small-dark {
    background-position: 0 -104px
}

.icon-aceking-small-dark {
    background-position: 0 -274px
}

.icon-playson-small-dark {
    background-position: 0 -209px
}

.icon-megajack-small-dark {
    background-position: 0 -230px;
    height: 18px !important;
}

.icon-igrosoft-small-dark {
    background-position: 0 -79px
}

.icon-playtech-small-dark {
    background-position: 0 -371px
}

.icon-netent-small-dark {
    background-position: 0 -25px
}

.icon-globotech-small-dark {
    background-position: 0 -415px
}

.icon-other-small-dark {
    background-position: 0 -438px
}

.icon-negative,
.icon-positive {
    position: relative;
    display: inline-block;
    width: 21px;
    height: 21px;
    border-radius: 50%;
    box-shadow: 0 3px 4px 1px rgba(20, 21, 25, .17)
}

.icon-negative:after,
.icon-negative:before,
.icon-positive:after,
.icon-positive:before {
    content: "";
    position: absolute;
    top: 10px;
    left: 6px;
    width: 9px;
    height: 1px;
    background-color: rgba(0, 0, 0, .5)
}

.icon-positive {
    background-image: -webkit-linear-gradient(bottom, #51d376, #7dff9c);
    background-image: linear-gradient(0deg, #51d376 0, #7dff9c)
}

.icon-positive:after {
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg)
}

.icon-negative {
    background-image: -webkit-linear-gradient(bottom, #ff3b36, #ff5957);
    background-image: linear-gradient(0deg, #ff3b36 0, #ff5957)
}

.icon-game-play {
    position: relative;
    display: inline-block;
    width: 80px;
    height: 80px;
    border-radius: 50%;
    background-color: #f35313;
    background-image: -webkit-linear-gradient(left, #e41515, #f75613);
    background-image: linear-gradient(90deg, #e41515 0, #f75613);
    box-shadow: 0 0 38px rgba(255, 75, 0, .41)
}

.icon-game-play:after {
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    width: 30px;
    height: 30px;
    background-image: url(../img/sprite.png);
    background-position: -153px -90px;
    -webkit-transform: translate3d(-50%, -50%, 0);
    transform: translate3d(-50%, -50%, 0)
}

.icon-add-favorite {
    width: 22px;
    height: 22px;
    background-image: url(../img/sprite.png);
    background-position: -54px -138px
}

.icon,
.icon-add-favorite,
.svg-icon {
    display: inline-block;
    vertical-align: middle
}

.icon,
.svg-icon {
    line-height: 0
}

.icon > *,
.svg-icon > * {
    -webkit-transform: translateZ(0);
    transform: translateZ(0)
}

.mainnav {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    height: 100%;
    margin-bottom: 0;
    padding-left: 0;
    list-style: none
}

.mainnav:after,
.mainnav:before,
.mainnav__item:after,
.mainnav__item:before,
.socialized__item_divider:after {
    content: "";
    position: absolute;
    left: -1px;
    top: 50%;
    width: 3px;
    height: 48px;
    -webkit-transform: translate3d(0, -50%, 0);
    transform: translate3d(0, -50%, 0);
    background-image: -webkit-linear-gradient(bottom, transparent, rgba(85, 85, 85, .2) 50%, transparent);
    background-image: linear-gradient(0deg, transparent 0, rgba(85, 85, 85, .2) 50%, transparent)
}

.mainnav:after,
.mainnav__item:after,
.socialized__item_divider:after {
    width: 2px;
    background-image: -webkit-linear-gradient(bottom, transparent, #13151a 50%, transparent);
    background-image: linear-gradient(0deg, transparent 0, #13151a 50%, transparent)
}

.mainnav__item {
    position: relative;
    -webkit-box-flex: 1;
    -ms-flex: 1 0 0%;
    flex: 1 0 0%
}

.mainnav__item:after,
.mainnav__item:before,
.socialized__item_divider:after {
    left: auto;
    top: 50%;
    right: -1px
}

.mainnav__item:after,
.socialized__item_divider:after {
    right: 0
}

@media (min-width: 1200px) {
    .mainnav__item:nth-child(5) > .mainnav__link {
        padding: 0 12px
    }
}

.mainnav__dropdown {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    border: 1px solid rgba(171, 157, 255, .6);
    background-color: #0b0c0e;
    box-shadow: 0 18px 47.2px 11.8px rgba(83, 80, 118, .43)
}

.mainnav__subnav {
    position: relative;
    min-width: 235px;
    margin-bottom: 0;
    padding: 10px 0;
    list-style: none
}

.mainnav__subnav:not(:first-child) {
    padding-left: 15px
}

.mainnav__subnav:not(:first-child):before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 2px;
    height: 100%;
    background-image: -webkit-linear-gradient(top, transparent, rgba(19, 21, 26, .8) 50%, transparent);
    background-image: linear-gradient(180deg, transparent 0, rgba(19, 21, 26, .8) 50%, transparent)
}

.mainnav__subnav-item {
    position: relative
}

.mainnav__subnav-item:not(:last-child):after {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 1px;
    background-image: -webkit-linear-gradient(left, rgba(134, 126, 201, .1), rgba(134, 126, 201, .1) 75%, transparent);
    background-image: linear-gradient(90deg, rgba(134, 126, 201, .1) 0, rgba(134, 126, 201, .1) 75%, transparent)
}

.mainnav__subnav-link {
    display: block;
    padding: 7px 15px 7px 25px;
    color: #948b9d;
    text-decoration: none;
    -webkit-transition-property: color, background-image;
    transition-property: color, background-image
}

.filter__accordion .mainnav__subnav-link [data-accordion]:after,
.list .mainnav__subnav-link li:before,
.mainnav__subnav-link .filter__accordion [data-accordion]:after,
.mainnav__subnav-link .list li:before,
.mainnav__subnav-link .material-icons,
.mainnav__subnav-link .slick-next:before,
.mainnav__subnav-link .slick-prev:before {
    vertical-align: 0;
    margin-right: 8px;
    font-size: 11px;
    color: #9b94df
}

.mainnav__subnav-link:hover {
    color: #fff;
    background-image: -webkit-linear-gradient(left, rgba(134, 126, 201, .1), rgba(134, 126, 201, .1) 75%, transparent);
    background-image: linear-gradient(90deg, rgba(134, 126, 201, .1) 0, rgba(134, 126, 201, .1) 75%, transparent)
}

.filter__accordion .mainnav__subnav-link:hover [data-accordion]:after,
.list .mainnav__subnav-link:hover li:before,
.mainnav__subnav-link:hover .filter__accordion [data-accordion]:after,
.mainnav__subnav-link:hover .list li:before,
.mainnav__subnav-link:hover .material-icons,
.mainnav__subnav-link:hover .slick-next:before,
.mainnav__subnav-link:hover .slick-prev:before {
    color: #ffa900
}

.mainnav__icon {
    display: none;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 18px;
    flex: 0 0 18px;
    width: 18px;
    height: 18px;
    position: relative;
    margin-right: 10px;
    background-image: url(../img/sprite.png)
}

.mainnav__icon:before {
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    width: 18px;
    height: 18px;
    border-radius: 50%;
    box-shadow: 0 0 19.9px 4.1px rgba(193, 174, 255, .07);
    -webkit-transform: translate3d(-50%, -50%, 0);
    transform: translate3d(-50%, -50%, 0)
}

.mainnav__icon:after {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background-image: url(../img/sprite.png);
    opacity: 0;
    -webkit-transition: opacity .3s;
    transition: opacity .3s
}

.mainnav__icon_crown {
    background-position: 0 0
}

.mainnav__icon_crown:after {
    background-position: -18px 0
}

.mainnav__icon_game {
    background-position: 0 -18px
}

.mainnav__icon_game:after {
    background-position: -18px -18px
}

.mainnav__icon_award {
    background-position: 0 -36px
}

.mainnav__icon_award:after {
    background-position: -18px -36px
}

.mainnav__icon_cup {
    background-position: 0 -54px
}

.mainnav__icon_cup:after {
    background-position: -18px -54px
}

.mainnav__icon_star {
    background-position: 0 -72px
}

.mainnav__icon_star:after {
    background-position: -18px -72px
}

.mainnav__icon_question {
    background-position: 0 -90px
}

.mainnav__icon_question:after {
    background-position: -18px -90px
}

@media (min-width: 1200px) {
    .mainnav__icon {
        display: inline-block
    }
}

.mainnav__link {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    position: relative;
    z-index: 1;
    height: 100%;
    padding: 0 15px;
    font-size: 13px;
    line-height: 1.2;
    text-align: center;
    text-decoration: none;
    text-transform: uppercase;
    color: #d9d7e4;
    -webkit-transition-property: color, background-color, box-shadow;
    transition-property: color, background-color, box-shadow
}

.mainnav__link:hover,
.mainnav__link_active {
    color: #fff;
    background-color: #f75613;
    box-shadow: inset 0 0 0 5px #f75613, inset 0 0 0 6px rgba(184, 54, 0, .5), 0 0 50px 1px rgba(255, 179, 0, .2)
}

.mainnav__link span {
    /*display: inline-block;
    -webkit-box-flex: 1;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto*/
}

@media (min-width: 1200px) {
    .mainnav__link {
        padding: 0 25px;
        text-align: left
    }

    .mainnav__link:hover .mainnav__icon:after,
    .mainnav__link_active .mainnav__icon:after {
        opacity: 1
    }
}

.mainnav-toggler {
    padding-top: 23px;
    text-align: right
}

.mainnav-toggler .hamburger-box {
    display: block
}

.mainnav-toggler .hamburger:focus {
    outline: 0
}

.socialized {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin-bottom: 0;
    padding-top: 20px;
    padding-left: 0;
    list-style: none
}

@media (min-width: 576px) {
    .socialized {
        -webkit-box-pack: end;
        -ms-flex-pack: end;
        justify-content: flex-end;
        padding-top: 12px
    }
}

@media (min-width: 992px) {
    .socialized {
        padding-top: 30px
    }
}

.socialized__item:not(:last-child) {
    margin-right: 12px
}

.socialized__item_divider {
    position: relative;
    margin-left: 12px;
    margin-right: 24px !important
}

.socialized__link {
    position: relative;
    font-size: 32px;
    color: #4c4a59
}

.socialized__link:hover {
    color: #e41515
}

.socialized__link:hover:before {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    border-radius: 50%;
    box-shadow: 0 0 6px rgba(255, 75, 0, .41)
}

.rating {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.rating__stars {
    -ms-flex-negative: 0;
    flex-shrink: 0;
    width: 110px;
    height: 19px;
    background-image: url(../img/rating-stars.png)
}

.rating__stars_small {
    width: 105px;
    height: 16px;
    background-image: url(../img/rating-stars-small.png)
}

.rating__stars_1 {
    background-position: -20% 0
}

.rating__stars_2 {
    background-position: -40% 0
}

.rating__stars_3 {
    background-position: -60% 0
}

.rating__stars_4 {
    background-position: -80% 0
}

.rating__stars_5 {
    background-position: -100% 0
}

.rating__total {
    margin-left: auto;
    padding-top: 3px;
    font-size: 14px;
    color: #727272
}

.article {
    font-size: 18px
}

.article:after {
    content: "";
    display: block;
    clear: both
}

.article > :last-child {
    margin-bottom: 0
}

.article__image {
    display: inline-block;
    margin-bottom: 30px
}

.article__image img {
    margin-bottom: 0
}

.article__image_neon {
    padding: 10px
}

.article__image_neon img {
    border-radius: 3px;
    box-shadow: 4.9px 1px 40.8px 10.2px rgba(83, 80, 118, .46)
}

.article__image_left {
    float: left;
    margin-right: 30px
}

.article__image_center {
    display: block;
    text-align: center
}

.article__image_right {
    float: right;
    margin-left: 30px
}

.article__full {
    /*display: none;*/
    margin-bottom: 30px
}

.article__full > :last-child {
    margin-bottom: 0
}

.scrollbox {
    padding-right: 15px
}

.scrollbox__frame {
    position: relative;
    border: 1px solid rgba(171, 157, 255, .8);
    box-shadow: 0 0 14px 2px rgba(117, 205, 255, .38)
}

.scrollbox__frame:before {
    content: "";
    position: absolute;
    left: -11px;
    top: 75px;
    width: 19px;
    height: 252px;
    background-image: url(../img/b-prime-line-left.png)
}

.scrollbox__frame:after {
    content: "";
    position: absolute;
    right: -13px;
    bottom: -13px;
    width: 241px;
    height: 27px;
    background-image: url(../img/b-prime-line-bottom.png)
}

.scrollbox__scroll {
    position: relative;
    overflow: hidden;
    margin-right: -15px
}

.scrollbox__inner {
    padding-right: 15px
}

.scrollbox__head {
    margin-bottom: 0;
    padding: 25px 10px;
    background-color: #222328;
    text-align: center
}

@media (min-width: 768px) and (max-width: 991px) {
    .scrollbox__items {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap
    }
}

.search {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 40px
}

.search__field {
    position: relative;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    border: 1px solid rgba(171, 157, 255, .5);
    box-shadow: 0 0 14px 2px rgba(117, 205, 255, .1)
}

.search__icon {
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    width: 50px;
    font-size: 20px;
    line-height: 50px;
    text-align: center;
    color: #b4b3c1
}

.search__icon:after {
    content: "";
    position: absolute;
    right: 0;
    top: 0;
    bottom: 0;
    width: 1px;
    background-image: -webkit-linear-gradient(bottom, transparent, rgba(171, 157, 255, .2) 50%, transparent);
    background-image: linear-gradient(0deg, transparent 0, rgba(171, 157, 255, .2) 50%, transparent)
}

.search__input {
    display: block;
    width: 100%;
    height: 45px;
    padding: 0 15px 0 70px;
    border: 0;
    font-family: inherit;
    font-size: inherit;
    line-height: 1;
    color: #b4b3c1;
    background-color: transparent
}

.search__input:focus {
    outline: 0
}

.search__input::-webkit-input-placeholder {
    opacity: 1;
    color: #b4b3c1
}

.search__input:-ms-input-placeholder {
    opacity: 1;
    color: #b4b3c1
}

.search__input::placeholder {
    opacity: 1;
    color: #b4b3c1
}

.search__submit {
    margin-left: 5px
}

@media (min-width: 992px) {
    .search__submit {
        margin-left: 15px
    }
}

.search__btn {
    display: block;
    box-sizing: content-box;
    width: 40px;
    height: 45px;
    border: 0;
    outline: 0;
    font-size: 24px;
    cursor: pointer;
    color: #fff;
    background-image: -webkit-linear-gradient(left, #e41515, #f75613);
    background-image: linear-gradient(90deg, #e41515 0, #f75613);
    -webkit-transition: opacity .3s;
    transition: opacity .3s
}

.search__btn:hover {
    opacity: .8
}

@media (min-width: 576px) {
    .search__btn {
        width: 95px
    }
}

.sortbar {
    padding: 0 0 15px
}

@media (min-width: 768px) {
    .sortbar {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex
    }
}

@media (min-width: 992px) {
    .sortbar {
        padding: 15px 0 0
    }
}

.sortbar__title {
    padding-left: 15px;
    text-transform: uppercase;
    color: #e5e1ff
}

@media (max-width: 767px) {
    .sortbar__title {
        padding-left: 15px
    }
}

.sortbar__items {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-bottom: 0;
    padding-left: 0;
    padding-top: 20px;
    list-style: none
}

@media (min-width: 768px) {
    .sortbar__items {
        padding-top: 0;
        margin-left: 35px
    }
}

.sortbar__item {
    position: relative;
    margin-bottom: 15px;
    padding: 0 15px
}

.sortbar__item:not(:last-child):after {
    content: "";
    position: absolute;
    right: 0;
    top: 50%;
    width: 2px;
    height: 32px;
    background-image: -webkit-linear-gradient(bottom, transparent, rgba(148, 143, 182, .1) 50%, transparent);
    background-image: linear-gradient(0deg, transparent 0, rgba(148, 143, 182, .1) 50%, transparent);
    -webkit-transform: translate3d(0, -50%, 0);
    transform: translate3d(0, -50%, 0)
}

.sortbar__control {
    color: #737287;
    text-decoration: none
}

.sortbar__control.active,
.sortbar__control:hover {
    color: #d6d3f6
}

.filter__accordion .sortbar__control [data-accordion]:after,
.list .sortbar__control li:before,
.sortbar__control .filter__accordion [data-accordion]:after,
.sortbar__control .list li:before,
.sortbar__control .material-icons,
.sortbar__control .slick-next:before,
.sortbar__control .slick-prev:before {
    vertical-align: -4px
}

.sortbar__dropdown {
    min-width: 230px;
    margin-top: 15px;
    padding-left: 0;
    list-style: none;
    background-color: #0b0c0e;
    box-shadow: 0 3px 27px rgba(83, 80, 118, .23)
}

.sortbar__dropdown-link {
    display: block;
    padding: 10px 12px 14px;
    line-height: 1;
    color: #737287;
    text-decoration: none;
    -webkit-transition-property: background-color;
    transition-property: background-color;
    cursor: pointer;
}

.sortbar__dropdown-link:hover {
    color: #737287;
    background-color: #26272f;
}

.filter > :not(:last-child) {
    margin-bottom: 30px;
}

.filter__accordion-title,
.filter__item {
    padding: 22px 18px;
    border: 1px solid #30323e;
    color: #737287;
    background-color: #24252c;
}

.filter__item_sliders {
    padding: 0;
}

.filter__group > :not(:first-child) {
    margin-top: -1px;
}

.filter__accordion {
    color: #737287;
}

.filter__accordion-title {
    position: relative;
    padding: 15px;
}

.filter__accordion [data-accordion] {
    display: block;
    padding-right: 45px;
    text-decoration: none;
}

.filter__accordion [data-accordion]:after {
    content: "keyboard_arrow_down";
    position: absolute;
    top: 50%;
    right: 20px;
    margin-top: -8px;
    -webkit-transition: -webkit-transform .3s;
    transition: -webkit-transform .3s;
    transition: transform .3s;
    transition: transform .3s, -webkit-transform .3s;
}

.filter__accordion [data-accordion].active,
.filter__accordion [data-accordion]:hover {
    color: #b2b1ca;
}

.filter__accordion [data-accordion].active:after {
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
}

.filter__accordion [data-accordion] + * {
    display: none;
}

.filter__accordion-content {
    padding: 18px;
    border-bottom: 1px solid #30323e;
    background-color: #1d1e24;
}

.filter__scrollbar {
    position: relative;
    overflow: hidden;
    height: 150px;
}

.filter__label {
    display: block;
    position: relative;
    padding-left: 30px;
    -webkit-transition: color .3s;
    transition: color .3s;
}

.filter__label:not(:last-child) {
    margin-bottom: 10px;
}

.filter__label .checkbox + span {
    position: absolute;
    left: 0;
    top: 3px;
}

.filter__label:hover {
    color: #b2b1ca;
}

.filter__label:hover .checkbox + span {
    border-color: rgba(176, 172, 204, .6);
    box-shadow: 0 0 8.7px 1.3px rgba(117, 205, 255, .3);
}

.filter__label_icon {
    padding-left: 0;
}

.filter__label_icon .checkbox + span {
    left: auto;
    right: 0;
}

.filter__accordion .filter__label_icon [data-accordion]:after,
.filter__label_icon .filter__accordion [data-accordion]:after,
.filter__label_icon .icon,
.filter__label_icon .list li:before,
.filter__label_icon .material-icons,
.filter__label_icon .slick-next:before,
.filter__label_icon .slick-prev:before,
.list .filter__label_icon li:before {
    vertical-align: -4px;
    margin-right: 10px;
    font-size: 20px;
    color: #b5afbc;
}

.filter__slider {
    padding: 25px 10px;
}

.filter__slider:not(:last-child) {
    border-bottom: 1px solid rgba(48, 50, 62, .8);
}

.filter__bar {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding-bottom: 15px;
}

.filter__bar > * {
    margin-right: 5px;
}

.filter__bar:last-child {
    margin-right: 0;
}

.filter__bar-title {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 0;
    flex: 1 1 0;
    margin-right: auto;
    color: #b2b1ca;
}

.filter__input {
    display: inline-block;
    width: 40px;
    height: 30px;
    padding: 0;
    border: 1px solid rgba(148, 143, 182, .3);
    box-shadow: 0 0 8.7px 1.3px rgba(117, 205, 255, .13);
    font-family: inherit;
    font-size: inherit;
    line-height: 1;
    text-align: center;
    color: #b2b1ca;
    background-color: transparent;
}

.filter__input:focus {
    outline: 0;
}

.filter__input::-webkit-input-placeholder {
    opacity: 1;
    color: #b2b1ca;
}

.filter__input:-ms-input-placeholder {
    opacity: 1;
    color: #b2b1ca;
}

.filter__input::placeholder {
    opacity: 1;
    color: #b2b1ca;
}

.filter__input_small {
    width: 34px;
    height: 26px;
    font-size: 14px;
}

.casino {
    position: relative;
    margin-bottom: 8px;
    color: #333;
    background-color: #fff;
    box-shadow: 4.9px 1px 40.8px 10.2px rgba(83, 80, 118, .46);
}

.casino__title {
    padding: 10px;
    font-family: Yanone Kaffeesatz;
    font-size: 24px;
    line-height: 1;
    text-align: center;
    height: 60px;

}

.casino__title span {
    font-size: 26px;
    font-weight: 700;
}

.casino__image {
    text-align: center;
}

.casino__image img {
    margin-bottom: 10px;
    border-radius: 6px;
}

.casino__rating {
    padding: 10px 15px;
    border-bottom: 1px solid rgba(27, 30, 36, .1);
}

.casino-props {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    font-size: 14px;
}

.casino-props__item {
    position: relative;
    padding: 10px 10px 10px 40px;
}

.casino-props__item:before {
    content: "";
    position: absolute;
    left: 15px;
    top: 50%;
    width: 20px;
    height: 20px;
    background-image: url(../img/sprite.png);
    -webkit-transform: translate3d(0, -50%, 0);
    transform: translate3d(0, -50%, 0);
}

.casino-props__item:not(:first-child):after {
    content: "";
    position: absolute;
    left: 0;
    top: 5px;
    right: 0;
    bottom: 5px;
    width: 1px;
    background-image: -webkit-linear-gradient(top, transparent, rgba(244, 163, 0, .7) 50%, transparent);
    background-image: linear-gradient(180deg, transparent 0, rgba(244, 163, 0, .7) 50%, transparent);
}

.casino-props__item_spin:before {
    background-position: 0 -108px;
}

.casino-props__item_gift:before {
    background-position: -20px -108px;
}

.casino__icons {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-bottom: 0;
    padding-left: 0;
    list-style: none;
}

.casino__icons-left {
    -webkit-box-flex: 1;
    -ms-flex: 1 0 auto;
    flex: 1 0 auto;
    padding: 15px 5px;
    vertical-align: middle;
}

.casino__icons-wrap {
    max-width: 80px;
    max-height: 24px;
    overflow: hidden;
    display: inline-block;
}

.casino__icons-right {
    position: relative;
    -webkit-box-flex: 0;
    -ms-flex: 0 1 auto;
    flex: 0 1 auto;
    padding: 15px 5px 15px 10px;
}

.casino__icons-right .icon:not(:last-child) {
    margin-right: 5px;
}

.casino__icons-right:before {
    content: "";
    position: absolute;
    left: 0;
    top: 10px;
    bottom: 10px;
    width: 1px;
    background-image: -webkit-linear-gradient(bottom, transparent, rgba(20, 21, 25, .2) 50%, transparent);
    background-image: linear-gradient(0deg, transparent 0, rgba(20, 21, 25, .2) 50%, transparent);
}

.casino__icons-icon {
    display: inline-block;
    vertical-align: middle;
    width: 22px;
    height: 22px;
    background-image: url(../img/provider-sprite-3.png);
    display: none !important;
}

.casino__icons-link {
    margin-left: 5px;
    text-decoration: underline;
    vertical-align: super;
    color: #727272;
}

.casino__icons-link:hover {
    color: #1b1c21;
}

.casino__group {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding: 0 8px;
}

.casino__group .btn {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 50%;
    flex: 1 1 50%;
    width: 50%;
    font-size: 13px;
    box-shadow: none;
}

.casino__group .btn:first-child {
    text-transform: uppercase;
    color: #e41515;
}

.casino__group .btn:not(:last-child) {
    margin-right: 8px;
}

.casino2 {
    position: relative;
    padding: 18px 15px;
}

.casino2:not(:last-child) {
    border-bottom: 1px solid rgba(99, 99, 99, .1);
}

.casino2:hover .casino__controls {
    opacity: 1;
}

.casino2__title {
    margin-bottom: 10px;
    font-family: Yanone Kaffeesatz;
    font-size: 22px;
    font-weight: 300;
    line-height: 1;
    color: #f8f5fa;
}

.casino2__title span {
    font-weight: 400;
}

.casino2__footer {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.casino2__logo img {
    margin-bottom: 0;
}

.casino2__side {
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
}

.casino2__rating {
    padding: 5px 0 10px 10px;
}

.casino2__rating-total {
    margin-left: 30px;
}

.casino2__props-item {
    padding: 5px 10px 0 40px;
}

.casino2__props-item:before {
    left: 10px;
}

.casino2 .overlay__panel {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    box-shadow: 0 5px 32px 8px rgba(83, 80, 118, .3);
}

.casino2 .overlay__panel .btn {
    width: 190px;
}

.casino3 {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 22px 15px;
}

.casino3:not(:last-child) {
    border-bottom: 1px solid rgba(99, 99, 99, .1);
}

.casino3__logo {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 68px;
    flex: 0 0 68px;
    width: 68px;
    overflow: hidden;
    padding: 3px;
    background-color: #f23239;
}

.casino3__logo img {
    margin-bottom: 0;
}

.casino3__title {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    padding: 0 15px;
    margin-bottom: 0;
}

.casino3__props-item {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    padding: 15px 0 15px 40px;
    font-size: 14px;
}

.casino4,
.casino24 {
    margin-bottom: 16px;
    padding-bottom: 20px;
}

.game {
    position: relative;
    margin-bottom: 35px;
    padding-left: 10px;
    min-height: 200px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.game:after {
    left: -3px;
    top: 15px;
    width: 7px;
    height: 7px;
    z-index: 2;
    border-radius: 50%;
    background-color: #eeebff;
    box-shadow: 0 0 11.4px 4.6px rgba(83, 80, 118, .46);
}

.game:after,
.game:before {
    content: "";
    position: absolute;
}

.game:before {
    left: 0;
    top: 18px;
    bottom: 0;
    width: 1px;
    background-color: rgba(255, 255, 255, .1);
}

.game .overlay__panel {
    left: 1px;
}

.game__title {
    padding: 10px;
    font-family: Yanone Kaffeesatz;
    font-size: 24px;
    line-height: 1;
    color: #f1f0f3;
}

.game__image {
    height: 104px;
    overflow: hidden;
    box-shadow: 4.9px 1px 40.8px 10.2px rgba(83, 80, 118, .46);
}

.game__image img {
    min-height: 104px;
    margin-bottom: 0;
}

.game__vendor {
    padding: 20px 10px 0 35px;
    font-size: 18px;
    color: #d2d3d9;
}

.game__icon {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 35px;
    height: 35px;
    background: #2f303a;
}

.game__icon:after {
    position: absolute;
    left: 2px;
    top: 3px;
    z-index: 1;
    width: 30px;
    height: 30px;
    content: "";
    background-image: url(../img/provider-sprite-2.png);
}

.game__more {
    text-align: center;
    font-size: 18px;
}

.bonus,
.game__more {
    margin-bottom: 30px;
}

.bonus__link {
    display: block;
    text-decoration: none;
}

.bonus__back {
    padding: 20px 10px 15px;
    background-color: #fff;
}

.bonus__back .btn {
    display: block;
    padding: 9px;
    font-size: 18px;
    box-shadow: none;
}

.bonus__back .scrollbox {
    margin: 0 0 20px 0;
}

.bonus__header {
    position: relative;
    /*height: 175px;*/
    padding-top: 20px;
    text-align: center;
    background-color: #2f2f3e;
}

@media all and (max-width: 769px ) {
    .bonus__header img {
        width: 100%;
        height: 64px;
        display: block;
    }
}

.bonus__logo {
    margin: 40px 0 0 0;
}

.bonus__footer {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    height: 210px;
    min-height: 120px;
    overflow: hidden;
    padding: 10px;
    color: #333;
    background-color: #fff;
}

.bonus__footer a {
    color: #000;
}

.bonus__footer a.help-note {
    font-size: 14px;
}

.bonus__footer .block_bonus_button p {
    margin: 3px 0 0 0;
    padding: 0;
}

.bonus__footer .scrollbox {
    padding-right: 10px;
}

.bonus__intro {
    padding: 0 5px;
}

.bonus__title {
    flex-grow: 1;
    margin-bottom: 16px;
    font-family: 'Yanone Kaffeesatz';
    font-size: 22px;
    font-weight: 700;
}

.bonus__back .bonus__title {
    margin: 0 25px 0 0;
}

.bonus__back .bonus__btn_close {
    z-index: 999;
    background: #fff;
}

.bonus__title_gradient {
    display: inline-block;
    vertical-align: middle;
}

.bonus__table {
    padding: 0 5px 0 0;
    font-size: 15px;
    color: #383849;
}

.bonus__btn {
    position: absolute;
    top: 7px;
    right: 7px;
    cursor: pointer;
    color: rgba(132, 132, 132, .5);
    -webkit-transition: color .3s;
    transition: color .3s;
}

.bonus__btn:hover {
    color: #e2ddff;
}

.bonus__btn_close {
    color: rgba(132, 132, 132, .3);
}

.bonus__btn_close:hover {
    color: #848484;
}

.bonus__labels {
    position: absolute;
    left: -6px;
    top: 13px;
    margin-bottom: 0;
    padding-left: 0;
    list-style: none;
}

.bonus__label {
    width: 93px;
    height: 39px;
    padding-left: 10px;
    background-image: url(../img/labels-sprite.png);
    font-size: 14px;
    font-weight: 700;
    line-height: 34px;
    text-transform: uppercase;
    text-align: left;
    color: #222;
}

.bonus__label:not(:last-child) {
    margin-bottom: 3px;
}

.bonus__label_tournament {
    padding-left: 5px;
    font-size: 12px;
    background-position: 0 0;
}

.bonus__label_new {
    background-position: 0 -39px;
}

.bonus__label_exclusive {
    background-position: 0 -78px;
}

.vendor {
    margin-bottom: 10px;
}

.vendor__back,
.vendor__front {
    background-color: #333343;
}

.vendor__title {
    padding: 5px 40px 2px 25px;
    min-height: 72px;
    text-align: center;
    font-family: Yanone Kaffeesatz;
    font-size: 20px;
    line-height: 1;
    color: #f1f0f3;
}

.vendor__image {
    position: relative;
    text-align: center;
}

.vendor__image img {
    margin-bottom: 0;
    width: 190px;
    height: 110px;
}

.vendor__labels {
    position: absolute;
    left: -6px;
    top: 10px;
    padding-left: 0;
    list-style: none;
}

.vendor__label {
    width: 70px;
    height: 32px;
    padding-left: 15px;
    font-size: 14px;
    font-weight: 700;
    line-height: 30px;
    text-align: left;
    text-transform: uppercase;
    color: #222328;
    background-image: url(../img/labels-sprite.png);
}

.vendor__label_new {
    display: none;
    background-position: 0 -117px;
}

.vendor__label_hot {
    display: none;
    background-position: 0 -149px;
}

.vendor__label_new.active,
.vendor__label_hot.active {
    display: block;
}

.vendor__rating {
    padding: 7px;
}

.vendor__name {
    position: relative;
    padding: 8px 15px 8px 38px;
    font-size: 14px;
    background-color: rgba(29, 30, 36, .5);
}

.vendor__icon {
    position: absolute;
    top: 50%;
    left: 10px;
    width: 22px;
    height: 22px;
    background-image: url(../img/provider-sprite-1.png);
    background-repeat: no-repeat;
    -webkit-transform: translate3d(0, -50%, 0);
    transform: translate3d(0, -50%, 0);
}

.vendor__btn {
    top: 8px;
    right: 5px;
}

.vendor__icons {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 0;
    padding: 11px 9px;
    min-height: 40px;
    list-style: none;
    line-height: 0;
}

.vendor__icons li:not(:first-child) .icon {
    margin-left: 10px;
}

.vendor__icons-divider {
    position: relative;
    margin: 0 auto;
}

.vendor__icons-divider:after {
    content: "";
    position: absolute;
    right: 0;
    top: 0;
    bottom: 0;
    width: 1px;
    background-image: -webkit-linear-gradient(bottom, transparent, rgba(171, 157, 255, .1) 50%, transparent);
    background-image: linear-gradient(0deg, transparent 0, rgba(171, 157, 255, .1) 50%, transparent);
}

.vendor__table {
    font-size: 14px;
    line-height: 1;
    color: #737287;
}

.vendor__table tr:nth-child(odd) {
    background-color: rgba(29, 30, 36, .5);
}

/* .vendor__table tr:last-child {
    text-align: right;
    color: #948b9d
} */
.vendor__table td {
    padding: 10px;
}

.b-slideshow {
    overflow: hidden;
    padding: 10px 15px;
}

.b-slideshow .slick-list {
    overflow: visible;
}

.b-slideshow__inner {
    position: relative;
    margin: 0 auto;
    padding: 20px;
}

.notice-info {
    display: block;
    font-size: 12px;
    color: #fff;
    padding: 10px 100px 0 38px;
    background: url(../img/icon-eighteen.png) 0 10px no-repeat;
}

.breadcrumbs {
    margin: 0 0 20px 0;
}

@media (min-width: 992px) {
    .b-slideshow__inner {
        width: 800px;
    }
}

@media (min-width: 1200px) {
    .b-slideshow__inner {
        width: 920px;
    }
}

.b-slideshow__screen {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
}

.b-slideshow__screen:after,
.b-slideshow__screen:before {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    border-radius: 3px;
}

.b-slideshow__screen:before {
    margin: -5px;
    border: 8px solid #f75613;
    box-shadow: inset 0 0 11.4px 4.6px rgba(255, 96, 0, .46), 0 0 28.8px 3.2px rgba(255, 179, 0, .1);
}

.b-slideshow__screen:after {
    border: 4px solid #ffc64d;
    -o-border-image: url(../img/slider-border.png);
    border-image: url(../img/slider-border.png);
    border-image-slice: 13;
    border-image-width: 13px;
    border-image-repeat: repeat;
}

.b-slideshow .slide {
    min-height: 220px;
    opacity: .2;
    -webkit-transform: scale(.95);
    transform: scale(.95);
    -webkit-transition: all .5s;
    transition: all .5s;
    -webkit-transition-property: opacity, -webkit-transform;
    transition-property: opacity, -webkit-transform;
    transition-property: opacity, transform;
    transition-property: opacity, transform, -webkit-transform;
    will-change: transform;
}

.slick-slide.slick-center .b-slideshow .slide,
.slick-slide.slick-center .b-slideshow .slide__inner {
    opacity: 1;
}

.slick-slide.slick-center .b-slideshow .slide {
    -webkit-transform: none;
    transform: none;
}

.b-slideshow .slide__inner {
    opacity: 0;
    -webkit-transition: opacity .5s;
    transition: opacity .5s;
    padding: 20px;
}

@media (min-width: 768px) {
    .b-slideshow .slide__inner {
        padding: 30px 40px 70px;
    }
}

.b-slideshow .slide__title {
    font-size: 24px;
}

@media (min-width: 768px) {
    .b-slideshow .slide__title {
        font-size: 30px;
    }
}

@media (min-width: 768px) {
    .b-slideshow .slide__controls .btn {
        min-width: 255px;
    }
}

.b-slideshow .slick-center .slide,
.b-slideshow .slick-center .slide__inner {
    opacity: 1;
}

.b-slideshow .slick-center .slide {
    -webkit-transform: none;
    transform: none;
}

.b-slideshow .slick-next,
.b-slideshow .slick-prev {
    bottom: 50%;
    width: 50px;
    height: 50px;
    -webkit-transform: translate3d(0, 50%, 0);
    transform: translate3d(0, 50%, 0);
}

.b-slideshow .slick-next:before,
.b-slideshow .slick-prev:before {
    font-size: 24px !important;
    line-height: 50px !important;
}

.b-slideshow .slick-prev {
    right: auto;
    left: -90px;
}

@media (min-width: 1200px) {
    .b-slideshow .slick-prev {
        left: -125px;
    }
}

.b-slideshow .slick-next {
    right: -90px;
}

@media (min-width: 1200px) {
    .b-slideshow .slick-next {
        right: -125px;
    }
}

.b-slideshow .slick-dots {
    right: 40px;
}

.slide {
    min-height: 448px;
    text-align: right;
    background-repeat: no-repeat;
    background-size: cover;
}

.slide__inner {
    padding: 50px 20px 85px;
}

.slide__title {
    font-family: Blogger Sans;
    font-size: 28px;
    line-height: 1;
    color: #f1ebf7;
}

@media (min-width: 768px) {
    .slide__title {
        font-size: 36px;
    }
}

.slide__price {
    margin-bottom: 15px;
    font-family: Blogger Sans;
    font-size: 40px;
    font-weight: 700;
    line-height: 1;
    color: #ffe600;
}

@media (min-width: 576px) {
    .slide__price {
        font-size: 70px;
        text-shadow: #ff5524 4px 0 0, #ff5524 3.87565px .98962px 0, #ff5524 3.51033px 1.9177px 0, #ff5524 2.92676px 2.72656px 0, #ff5524 2.16121px 3.36588px 0, #ff5524 1.26129px 3.79594px 0, #ff5524 .28295px 3.98998px 0, #ff5524 -.71298px 3.93594px 0, #ff5524 -1.66459px 3.63719px 0, #ff5524 -2.51269px 3.11229px 0, #ff5524 -3.20457px 2.39389px 0, #ff5524 -3.69721px 1.52664px 0, #ff5524 -3.95997px .56448px 0, #ff5524 -3.97652px -.43278px 0, #ff5524 -3.74583px -1.40313px 0, #ff5524 -3.28224px -2.28625px 0, #ff5524 -2.61457px -3.02721px 0, #ff5524 -1.78435px -3.57996px 0, #ff5524 -.84318px -3.91012px 0, #ff5524 .15041px -3.99717px 0, #ff5524 1.13465px -3.8357px 0, #ff5524 2.04834px -3.43574px 0, #ff5524 2.83468px -2.82216px 0, #ff5524 3.44477px -2.03312px 0, #ff5524 3.84068px -1.11766px 0, #ff5524 3.9978px -.13272px 0;
    }
}

@media (min-width: 768px) {
    .slide__price {
        font-size: 100px;
    }
}

.slide__desc {
    margin-bottom: 30px;
    color: #e1dff0;
}

.slide__controls {
    font-size: 0;
}

.slide__controls .btn {
    padding: 15px;
}

@media (max-width: 767px) {
    .slide__controls .btn {
        display: block;
    }

    .slide__controls .btn:not(:last-child) {
        margin-bottom: 10px;
    }
}

@media (min-width: 768px) {
    .slide__controls .btn {
        min-width: 200px;
    }

    .slide__controls .btn:not(:last-child) {
        margin: 0 20px 0 0;
    }
}

.b-reviews {
    position: relative;
}

.b-reviews__head {
    margin-bottom: 25px;
}

.b-reviews__more {
    padding-top: 15px;
}

@media (min-width: 768px) {
    .b-reviews__more {
        float: right;
        padding-top: 5px;
    }
}

.b-reviews_starline {
    margin-bottom: 50px;
    padding-bottom: 25px;
}

.b-reviews_starline:after {
    content: "";
    position: absolute;
    left: 0;
    bottom: -15px;
    width: 100%;
    height: 28px;
    background-image: url(../img/b-reviews-line.png);
    background-position: 0 50%;
}

.b-questions {
    padding-bottom: 30px;
}

@media (min-width: 992px) {
    .b-questions {
        padding-bottom: 80px;
    }
}

.b-questions__wrap:not(:last-child) {
    border-bottom: 1px solid rgba(255, 255, 255, .1);
}

@media (min-width: 992px) {
    .b-questions__wrap:not(:last-child) {
        border-bottom: 0 none;
        border-right: 1px solid rgba(255, 255, 255, .1);
    }
}

.b-questions__item {
    padding: 15px 0;
}

@media (min-width: 992px) {
    .b-questions__item {
        padding: 30px 0 15px;
    }
}

.b-questions__header {
    margin-bottom: 15px;
}

.b-questions__icon {
    display: inline-block;
    vertical-align: -5px;
    position: relative;
    width: 23px;
    height: 23px;
    margin-right: 20px;
    background-image: url(../img/sprite.png);
}

.b-questions__icon:before {
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    width: 23px;
    height: 23px;
    border-radius: 50%;
    box-shadow: 0 0 19.9px 4.1px rgba(193, 174, 255, .07);
    -webkit-transform: translate3d(-50%, -50%, 0);
    transform: translate3d(-50%, -50%, 0);
}

.b-questions__icon_rocket {
    background-position: -77px 0;
}

.b-questions__icon_award {
    background-position: -77px -23px;
}

.b-questions__icon_aim {
    background-position: -77px -46px;
}

.b-questions__title {
    display: inline-block;
    vertical-align: middle;
    margin-bottom: 0;
    font-size: 28px;
    color: #f1ebf7;
}

.b-game__btn,
.b-game__player {
    margin-bottom: 30px;
}

@media (min-width: 992px) {
    .b-game {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
    }

    .b-game__player {
        -webkit-box-flex: 1;
        -ms-flex: 1 1 auto;
        flex: 1 1 auto;
        margin-right: 30px;
        padding-top: 15px;
    }

    .b-game__features {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 300px;
        flex: 0 0 300px;
        width: 300px;
    }

    .b-game__btn {
        display: block;
        margin-bottom: 25px;
    }
}

.game-player {
    position: relative;
}

.game-player.active {
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 1000;
}

.game-player__image {
    margin-bottom: 0;
}

.game-player__overlay {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    padding: 30px;
    background-color: rgba(0, 0, 0, .7);
}

.game-player__play {
    font-family: Yanone Kaffeesatz;
    font-size: 22px;
    line-height: 1;
    text-align: center;
    text-decoration: none;
    color: #fff;
    opacity: .75;
    -webkit-transition-property: opacity;
    transition-property: opacity;
}

.game-player__play:hover {
    color: #fff;
    opacity: 1;
}

.game-player__play .icon-game-play {
    margin-bottom: 5px;
}

.game-player__fullscreen {
    position: absolute;
    right: 20px;
    bottom: 20px;
    width: 26px;
    height: 26px;
    opacity: .6;
    background-image: url(../img/sprite.png);
    background-position: 0 -138px;
    -webkit-transition: opacity .3s;
    transition: opacity .3s;
}

.game-player__fullscreen:hover {
    opacity: 1;
}

.game-player__fullscreen:not(.visible) {
    display: none;
}

.game-player__fullscreen.active {
    background-position: -26px -138px;
}

.game-player__frame {
    position: absolute;
    top: 0;
    right: 0;
    width: 100%;
    height: 100%;
    -webkit-transition: opacity .3s;
    transition: opacity .3s;
}

.link-frame {
    position: relative;
    z-index: 9999;
}

.game-player__frame iframe {
    width: 100% !important;
    height: 100% !important;
    display: none;
}

.game-player__frame.active iframe {
    display: block;
}

.game-player__frame:not(.active) {
    display: none;
    opacity: 0;
}

.game-info {
    margin-bottom: 30px;
}

.game-info__footer,
.game-info__header {
    position: relative;
    background-color: #1b1c21;
}

.game-info__header {
    padding: 18px 25px
}

.game-info__title {
    font-family: Blogger Sans;
    font-size: 22px;
    line-height: 1;
}

.game-info__main {
    overflow: hidden;
    height: 330px;
    margin: 10px 0;
}

.game-info__inner {
    padding: 0 20px;
}

.game-info__table {
    color: #948b9d;
}

.game-info__table td {
    padding: 7px 5px;
    line-height: 1;
}

.game-info__table td:last-child {
    color: #c5b7d3;
    text-align: right;
}

.game-info__footer {
    padding: 13px 25px 17px;
}

.game-info__arrow-down,
.game-info__arrow-up {
    position: absolute;
    top: 50%;
    right: 35px;
    width: 18px;
    height: 10px;
    margin-top: -5px;
    overflow: hidden;
}

.game-info__arrow-down:hover:before,
.game-info__arrow-up:hover:before {
    border-color: #b3abff;
}

.game-info__arrow-down:before,
.game-info__arrow-up:before {
    content: "";
    position: absolute;
    left: 2px;
    width: 15px;
    height: 15px;
    border: 1px solid #494651;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    -webkit-transition: border-color .3s;
    transition: border-color .3s;
}

.game-info__arrow-up:before {
    top: 4px;
    border-bottom-width: 0;
    border-right-width: 0;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
}

.game-info__arrow-down:before {
    bottom: 4px;
    border-left-width: 0;
    border-top-width: 0;
}

.game-rating {
    line-height: 1;
}

@media (max-width: 991px) {
    .game-rating > :not(:last-child) {
        margin-bottom: 15px;
    }
}

@media (min-width: 992px) {
    .game-rating {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
    }
}

.game-rating__logo {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 90px;
    flex: 0 0 90px;
    width: 90px;
    height: 100%;
    margin-right: 15px;
    text-align: center;
    border-radius: 4px;
    background: url(../img/temp/logo.png) #ff333a center center no-repeat;
    background-size: 60px 60px;
}

@media (min-width: 1200px) {
    .game-rating__logo {
        -ms-flex-preferred-size: 160px;
        flex-basis: 160px;
        width: 160px;
        margin-right: 25px;
    }
}

.game-rating__logo img {
    margin-bottom: 0;
    border-radius: 4px;
}

.game-rating__players {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-flex: 0;
    -ms-flex: 0 1 auto;
    flex: 0 1 auto;
    margin-right: 30px;
    font-size: 18px;
    color: #dfd3ec;
}

.game-rating__players-value {
    color: #fdfdfd;
}

.game-rating__players-value span {
    font-size: 14px;
    color: #727272;
}

.game-rating__players > :not(:last-child) {
    margin-right: 10px;
}

.game-rating__players .rating__stars {
    margin-bottom: 3px;
}

.game-rating__portal {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-right: auto;
    font-size: 18px;
    color: #dfd3ec;
}

.game-rating__portal > :not(:last-child) {
    margin-right: 10px;
}

.b-casino__header {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    background-color: #1b1c21;
}

.b-casino__title {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    padding: 15px 15px 15px 30px;
    font-family: Blogger Sans;
    font-size: 30px;
    line-height: 1;
}

.b-casino__logo {
    padding-right: 15px;
}

.b-casino__logo img {
    height: 40px;
    margin-bottom: 0;
}

.b-casino__control {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    position: relative;
    padding: 0 15px;
}

.b-casino__control:after,
.b-casino__control:before {
    content: "";
    position: absolute;
    left: 0;
    top: 50%;
    width: 3px;
    height: 48px;
    -webkit-transform: translate3d(0, -50%, 0);
    transform: translate3d(0, -50%, 0);
    background-image: -webkit-linear-gradient(bottom, transparent, rgba(85, 85, 85, .2) 50%, transparent);
    background-image: linear-gradient(0deg, transparent 0, rgba(85, 85, 85, .2) 50%, transparent);
}

.b-casino__control:after {
    width: 2px;
    background-image: -webkit-linear-gradient(bottom, transparent, #13151a 50%, transparent);
    background-image: linear-gradient(0deg, transparent 0, #13151a 50%, transparent);
}

.b-casino__rating {
    padding: 15px 30px;
}

@media (min-width: 400px) {
    .b-casino__rating {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
    }
}

.b-casino__rating-players,
.b-casino__rating-portal {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.b-casino__rating-players {
    position: relative;
    -webkit-box-flex: 1;
    -ms-flex: 1 0 auto;
    flex: 1 0 auto;
}

@media (min-width: 400px) {
    .b-casino__rating-players:before {
        content: "";
        position: absolute;
        right: 0;
        top: 0;
        bottom: 0;
        width: 1px;
        background-image: -webkit-linear-gradient(bottom, transparent, rgba(171, 157, 255, .2) 50%, transparent);
        background-image: linear-gradient(0deg, transparent 0, rgba(171, 157, 255, .2) 50%, transparent);
    }
}

.b-casino__rating-portal {
    padding-top: 15px;
}

@media (min-width: 400px) {
    .b-casino__rating-portal {
        padding-top: 0;
        padding-left: 15px;
    }
}

@media (min-width: 1200px) {
    .b-casino__rating-portal {
        padding-left: 30px;
    }
}

.b-casino__rating-title {
    margin-right: 15px;
    font-size: 14px;
    line-height: 1;
}

.b-casino__rating-value {
    margin: 5px 0 0 3px;
    font-size: 14px;
    color: #fdfdfd;
}

.b-casino__rating-value span {
    color: #727272;
}

.b-casino__table {
    table-layout: fixed;
    font-size: 14px;
    line-height: 1;
    color: #948b9d;
}

.b-casino__table tr:nth-child(odd) {
    background-color: #1b1c21;
}

.b-casino__table td {
    vertical-align: top;
    padding: 10px;
}

.b-casino__table td:first-child {
    width: 140px;
    padding-left: 30px;
}

.b-casino__table ul {
    margin: 0;
    padding: 0;
}

.b-casino__table li {
    list-style: none;
}

@media (min-width: 400px) {
    .b-casino__table td:first-child {
        width: 180px;
    }
}

.b-casino__table td:last-child {
    color: #c5b7d3;
    text-align: right;
    padding-right: 30px;
}

.b-casino__table-brand {
    font-size: 16px;
    color: #f8f1ff;
}

.b-casino__buttons .btn {
    display: block;
    margin-top: 20px;
}

@media (min-width: 768px) {
    .b-casino__buttons {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
    }

    .b-casino__buttons .btn {
        -webkit-box-flex: 1;
        -ms-flex: 1 1 50%;
        flex: 1 1 50%;
        width: 50%;
        padding: 13px 0;
    }

    .b-casino__buttons .btn:last-child {
        /*margin-left: 15px;*/
    }
}

.b-casino__btn {
    color: rgba(132, 132, 132, .5);
    -webkit-transition: color .3s;
    transition: color .3s;
}

.b-casino__btn:hover {
    color: #e2ddff;
}

.b-casino__btn-close {
    position: absolute;
    right: 0;
    top: -25px;
    height: 20px;
    font-size: 20px;
}

.b-casino__subtitle {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-bottom: 30px;
    padding: 0 15px;
}

.b-casino__subtitle:after,
.b-casino__subtitle:before {
    content: "";
    -webkit-box-flex: 1;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    height: 1px;
    background-color: rgba(235, 227, 254, .1);
}

.b-casino__subtitle span {
    padding: 0 15px;
    font-size: 18px;
    color: #f5ebff;
}

.b-casino__icons .casino__icons-icon {
    background-color: #2f303a;
}

.b-casino__icons .casino__icons-link {
    color: #c5b7d3;
}

.b-casino__icons .casino__icons-link:hover {
    color: #fff;
}

.b-casino__bonuses {
    position: relative;
    padding: 0 30px 40px 100px;
}

.b-casino__bonuses .bonus__labels {
    left: -7px;
    top: -10px;
}

.b-casino__bonus {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    line-height: 1;
}

.b-casino__bonus:not(:last-child) {
    margin-bottom: 25px;
}

.b-casino__bonus .b-casino__btn {
    margin-left: auto;
}

.offcanvas {
    position: fixed;
    top: 0;
    right: 0;
    width: 280px;
    height: 100%;
    z-index: 1000;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
    -webkit-transition: -webkit-transform .2s ease-out;
    transition: -webkit-transform .2s ease-out;
    transition: transform .2s ease-out;
    transition: transform .2s ease-out, -webkit-transform .2s ease-out;
}

.offcanvas_active {
    -webkit-transform: none;
    transform: none;
}

.offcanvas__inner {
    height: 100%;
    overflow-y: auto;
    -webkit-overflow-scrolling: touch;
    padding: 30px 15px 30px;
    color: #333;
    background-color: #fff;
}

.offcanvas__close {
    -webkit-appearance: none;
    cursor: pointer;
    position: absolute;
    top: 5px;
    right: 15px;
    padding: 0;
    margin: 0;
    border: 0 none;
    font-family: inherit;
    font-size: 42px;
    line-height: 1;
    color: #555;
    background-color: #fff;
}

.offcanvas__close:focus {
    outline: 0;
}

.sidenav {
    margin-bottom: 0;
    padding-left: 0;
    list-style: none;
}

.sidenav__item:not(:last-child) {
    border-bottom: 1px solid rgba(0, 0, 0, .05);
}

.sidenav__link {
    display: block;
    padding: 18px 15px 15px;
    font-family: Yanone Kaffeesatz;
    text-transform: uppercase;
    text-decoration: none;
    color: #333;
    font-size: 18px;
    line-height: 1;
}

.sidenav__link.active,
.sidenav__link:hover {
    color: #f75613;
}

.sidenav__dropdown {
    display: none;
    margin-bottom: 0;
    padding: 8px 15px;
    list-style: none;
    background-color: rgba(0, 0, 0, .05);
}

.sidenav__dropdown .sidenav__link {
    padding: 8px 10px 5px;
    text-transform: none;
}

.pagination {
    position: relative;
    margin-bottom: 10px;
    padding-top: 10px;
}

.bonus-item-logotype {
    display: block;
    margin: 5px auto;
    border-radius: 6px;
}

@media (max-width: 767px) {
    .pagination {
        text-align: center;
    }
}

.wp-pagenavi {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin-bottom: 0;
    padding-left: 0;
    list-style: none;
}

@media (max-width: 767px) {
    .wp-pagenavi {
        margin-bottom: 10px;
    }
}

.wp-pagenavi a,
.wp-pagenavi span {
    margin-left: 10px;
    margin-bottom: 10px;
}

.wp-pagenavi a,
.wp-pagenavi span {
    display: block;
    min-width: 35px;
    height: 35px;
    line-height: 35px;
    color: #fff;
    text-align: center;
    text-decoration: none;
    opacity: .3;
}

.wp-pagenavi a,
.wp-pagenavi span {
    border: 1px solid #948fb6;
    -webkit-transition-property: opacity, border-color, box-shadow;
    transition-property: opacity, border-color, box-shadow;
}

.wp-pagenavi a.nextpostslink,
.wp-pagenavi a.previouspostslink {
    display: none;
}

.wp-pagenavi a:hover,
.wp-pagenavi span:hover,
.wp-pagenavi span.current {
    opacity: 1;
    color: #fff;
    border: 1px solid #ab9dff;
    box-shadow: 0 0 8.7px 1.3px rgba(117, 205, 255, .38);
    cursor: pointer;
}

.filter__accordion .pagination__control [data-accordion]:after,
.list .pagination__control li:before,
.pagination__control .filter__accordion [data-accordion]:after,
.pagination__control .list li:before,
.pagination__control .material-icons,
.pagination__control .slick-next:before,
.pagination__control .slick-prev:before {
    vertical-align: -2px;
}

@media (max-width: 767px) {
    .pagination__control {
        margin-bottom: 10px;
    }
}

.pagination__control_all {
    border-color: transparent;
}

.pagination__control_next,
.pagination__control_prev {
    font-size: 18px;
    border-color: #ab9dff;
}

@media (min-width: 992px) {
    .pagination__control_prev {
        margin-left: 45px;
    }
}

@media (min-width: 768px) {
    .pagination__all {
        position: absolute;
        right: 0;
        bottom: 0;
    }
}

.b-comments__items {
    margin-bottom: 30px;
}

@media (min-width: 992px) {
    .b-comments__items {
        margin-bottom: 60px;
    }
}

.b-comments__items > :first-child {
    padding-top: 10px;
}

.b-comments__items > :first-child:after {
    display: none;
}

.b-comments__all {
    text-align: center;
}

@media (min-width: 992px) {
    .b-comments__title {
        margin-bottom: 50px;
    }
}

.b-comments__form-rating {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 30px;
    padding-top: 14px;
}

.b-comments__form-rating .rating__stars {
    margin-left: 10px;
}

@media (max-width: 1199px) {
    .b-comments__form-rating-wrap {
        -webkit-box-ordinal-group: 0;
        -ms-flex-order: -1;
        order: -1;
    }
}

.b-comments__form-textarea {
    position: relative;
}

.b-comments__form-textarea:not(:last-child) {
    border-bottom: 1px solid #cfcbd6;
}

.b-comments__form-textarea .icon-negative,
.b-comments__form-textarea .icon-positive {
    position: absolute;
    top: 24px;
    left: 35px;
}

.b-comments__form-textarea .icon-negative:after,
.b-comments__form-textarea .icon-negative:before,
.b-comments__form-textarea .icon-positive:after,
.b-comments__form-textarea .icon-positive:before {
    background-color: #fff;
}

.b-comments__form-textarea .textarea {
    padding-top: 25px;
    padding-left: 65px;
}

.b-comments__form-submit {
    padding-top: 30px;
    text-align: right;
}

.b-comments__form-submit .btn {
    min-width: 300px;
}

.comment {
    position: relative;
    padding-top: 25px;
}

.comment:after {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 1px;
    background-image: -webkit-linear-gradient(left, transparent, rgba(235, 227, 254, .2) 50%, transparent);
    background-image: linear-gradient(90deg, transparent 0, rgba(235, 227, 254, .2) 50%, transparent);
}

.comment__bar {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-bottom: 15px;
}

.comment__logo {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 45px;
    flex: 0 0 45px;
    width: 45px;
    margin-right: 20px;
}

@media (min-width: 576px) {
    .comment__logo {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 90px;
        flex: 0 0 90px;
        width: 90px;
        margin-right: 35px;
    }
}

.comment__logo img {
    margin-bottom: 0;
}

.comment__info {
    margin-right: auto;
    line-height: 1;
}

@media (min-width: 768px) {
    .comment__info {
        margin-right: 50px;
    }
}

.comment__title {
    margin-bottom: 5px;
    font-family: Yanone Kaffeesatz;
    font-size: 20px;
    color: #f1ebf7;
}

@media (min-width: 576px) {
    .comment__title {
        font-size: 30px;
    }
}

.comment__date {
    color: #545260;
}

@media (max-width: 991px) {
    .comment__date {
        font-size: 14px;
    }

    .b-comments__form-rating > span {
        max-width: 150px;
    }
}

.comment__rating {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    margin-right: auto;
}

@media (min-width: 992px) {
    .comment__area {
        padding-left: 125px;
    }
}

.comment__message {
    position: relative;
    margin-bottom: 30px;
    font-size: 18px;
}

@media (max-width: 1199px) {
    .comment__message {
        padding-left: 45px;
    }
}

.comment__message .icon-negative,
.comment__message .icon-positive {
    position: absolute;
    left: 0;
    top: 50%;
    margin-top: -11px;
}

@media (min-width: 992px) {
    .comment__message .icon-negative,
    .comment__message .icon-positive {
        left: -50px;
    }
}


.star-rating {
    font-size: 0;
}

.star-rating__wrap {
    display: inline-block;
    font-size: 1rem;
}

.star-rating__wrap:after {
    content: "";
    display: table;
    clear: both;
}

.star-rating__ico {
    float: right;
    padding-left: 2px;
    cursor: pointer;
    color: #FFE600;
}

.star-rating__ico:last-child {
    padding-left: 0;
}

.star-rating__input {
    display: none;
}

.star-rating__ico:hover:before,
.star-rating__ico:hover ~ .star-rating__ico:before,
.star-rating__input:checked ~ .star-rating__ico:before {
    content: "\f005";
}

.b-comments__items li {
    list-style-type: none;
}

.comment-reply-link {
    color: #545260;
    border-bottom: 1px dotted #4f4e58;
    text-decoration: none;
    -webkit-transition-property: color, border-color;
    transition-property: color, border-color;
}

.comment-reply-link:hover {
    color: #a69db0;
    border-color: transparent;
}

.comment-reply-link.active {
    color: #f75613;
    border-color: transparent;
}

.comment-items__wrap {
    float: left;
    margin: 33px 0 0 0;
}

.b-comments__form-textarea .textarea-slot {
    padding-left: 25px;
}

.comment-captha-label {
    float: left;
    margin: 6px 0 5px 0;
}

.comment-form-captcha img {
    margin: 0 10px;
}

#captcha_code {
    height: 40px;
}

#sort3 {
    display: none;
}

.show-it {
    display: block !important;
}

.top-block-scroll {
    max-width: 400px;
}

.empty-height {
    min-height: 600px;
}

.casino24 {
    border-radius: 4px;
}


@media (max-width: 700px) and (min-width: 360px) {
    .col-sm-4 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%;
    }
}

@media (max-width: 700px) {
    .col-sm-4-1 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%;
        display: flex;
    }

    .casino__icons-right,
    .casino__group .btn.btn_fill {
        display: none;
    }

    .casino__group .btn:not(:last-child) {
        margin-right: 0;
    }

    .filter-block {
        display: none;
        order: 1;
    }

    #moycontent {
        order: 2;
    }

    #sort3 {
        display: block;
    }

    .bonus {
        display: flex;
        background: #fff;
    }
}

@media (max-width: 425px) {
    .bonus__btn,
    .bonus__footer .scrollbox {
        display: none;
    }

    .bonus__footer {
        text-align: center;
    }

    .casino__rating {
        padding: 10px 15px 10px 10px;
    }

    .casino24 .casino__title {
        height: auto;
        overflow-wrap: break-word;
        word-wrap: break-word;

        -ms-word-break: break-all;
        /* This is the dangerous one in WebKit, as it breaks things wherever */
        word-break: break-all;
        /* Instead use this non-standard one: */
        word-break: break-word;

        /* Adds a hyphen where the word breaks, if supported (No Blink) */
        -ms-hyphens: auto;
        -moz-hyphens: auto;
        -webkit-hyphens: auto;
        hyphens: auto;
    }

    .col-flex {
        display: flex;
    }

    .casino24 .casino__group {
        position: absolute;
        bottom: 10px;
        left: 0;
        width: 100%;
    }

    .casino24 .casino__image {
        padding: 0 0 30px 0;
    }

    .vendor__title {
        height: 90px;
    }

    .bonus__footer {
        height: auto;
    }

    .btn {
        font-size: 14px;
    }
}
