/*!
 * Bootstrap Grid v4.3.1 (https://getbootstrap.com/)
 * Copyright 2011-2019 The Bootstrap Authors
 * Copyright 2011-2019 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
 */
html {
    -ms-overflow-style: scrollbar;
    box-sizing: border-box
}

*, :after, :before {
    box-sizing: inherit
}

.container {
    margin-left: auto;
    margin-right: auto;
    padding-left: 5px;
    padding-right: 5px;
    width: 100%
}

@media (min-width: 576px) {
    .container {
        max-width: 540px
    }
}

@media (min-width: 768px) {
    .container {
        max-width: 720px
    }
}

@media (min-width: 992px) {
    .container {
        max-width: 960px
    }
}

@media (min-width: 1200px) {
    .container {
        max-width: 1140px
    }
}

.container-fluid {
    margin-left: auto;
    margin-right: auto;
    padding-left: 5px;
    padding-right: 5px;
    width: 100%
}

.row {
    display: flex;
    flex-wrap: wrap;
    margin-left: -5px;
    margin-right: -5px;
    justify-content: space-between;
}

.no-gutters {
    margin-left: 0;
    margin-right: 0
}

.no-gutters > .col, .no-gutters > [class*=col-] {
    padding-left: 0;
    padding-right: 0
}

.col, .col-1, .col-10, .col-11, .col-12, .col-2, .col-3, .col-4, .col-5, .col-6, .col-7, .col-8, .col-9, .col-auto, .col-lg, .col-lg-1, .col-lg-10, .col-lg-11, .col-lg-12, .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-auto, .col-md, .col-md-1, .col-md-10, .col-md-11, .col-md-12, .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-auto, .col-sm, .col-sm-1, .col-sm-10, .col-sm-11, .col-sm-12, .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-auto, .col-xl, .col-xl-1, .col-xl-10, .col-xl-11, .col-xl-12, .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-auto {
    padding-left: 5px;
    padding-right: 5px;
    position: relative;
    width: 100%
}

.col {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%
}

.col-auto {
    flex: 0 0 auto;
    max-width: 100%;
    width: auto
}

.col-1 {
    flex: 0 0 8.3333333333%;
    max-width: 8.3333333333%
}

.col-2 {
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%
}

.col-3 {
    flex: 0 0 25%;
    max-width: 25%
}

.col-4 {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%
}

.col-5 {
    flex: 0 0 41.6666666667%;
    max-width: 41.6666666667%
}

.col-6 {
    flex: 0 0 50%;
    max-width: 50%
}

.col-7 {
    flex: 0 0 58.3333333333%;
    max-width: 58.3333333333%
}

.col-8 {
    flex: 0 0 66.6666666667%;
    max-width: 66.6666666667%
}

.col-9 {
    flex: 0 0 75%;
    max-width: 75%
}

.col-10 {
    flex: 0 0 83.3333333333%;
    max-width: 83.3333333333%
}

.col-11 {
    flex: 0 0 91.6666666667%;
    max-width: 91.6666666667%
}

.col-12 {
    flex: 0 0 100%;
    max-width: 100%
}

.order-first {
    order: -1
}

.order-last {
    order: 13
}

.order-0 {
    order: 0
}

.order-1 {
    order: 1
}

.order-2 {
    order: 2
}

.order-3 {
    order: 3
}

.order-4 {
    order: 4
}

.order-5 {
    order: 5
}

.order-6 {
    order: 6
}

.order-7 {
    order: 7
}

.order-8 {
    order: 8
}

.order-9 {
    order: 9
}

.order-10 {
    order: 10
}

.order-11 {
    order: 11
}

.order-12 {
    order: 12
}

.offset-1 {
    margin-left: 8.3333333333%
}

.offset-2 {
    margin-left: 16.6666666667%
}

.offset-3 {
    margin-left: 25%
}

.offset-4 {
    margin-left: 33.3333333333%
}

.offset-5 {
    margin-left: 41.6666666667%
}

.offset-6 {
    margin-left: 50%
}

.offset-7 {
    margin-left: 58.3333333333%
}

.offset-8 {
    margin-left: 66.6666666667%
}

.offset-9 {
    margin-left: 75%
}

.offset-10 {
    margin-left: 83.3333333333%
}

.offset-11 {
    margin-left: 91.6666666667%
}

@media (min-width: 576px) {
    .col-sm {
        flex-basis: 0;
        flex-grow: 1;
        max-width: 100%
    }

    .col-sm-auto {
        flex: 0 0 auto;
        max-width: 100%;
        width: auto
    }

    .col-sm-1 {
        flex: 0 0 8.3333333333%;
        max-width: 8.3333333333%
    }

    .col-sm-2 {
        flex: 0 0 16.6666666667%;
        max-width: 16.6666666667%
    }

    .col-sm-3 {
        flex: 0 0 25%;
        max-width: 25%
    }

    .col-sm-4 {
        flex: 0 0 33.3333333333%;
        max-width: 33.3333333333%
    }

    .col-sm-5 {
        flex: 0 0 41.6666666667%;
        max-width: 41.6666666667%
    }

    .col-sm-6 {
        flex: 0 0 50%;
        max-width: 50%
    }

    .col-sm-7 {
        flex: 0 0 58.3333333333%;
        max-width: 58.3333333333%
    }

    .col-sm-8 {
        flex: 0 0 66.6666666667%;
        max-width: 66.6666666667%
    }

    .col-sm-9 {
        flex: 0 0 75%;
        max-width: 75%
    }

    .col-sm-10 {
        flex: 0 0 83.3333333333%;
        max-width: 83.3333333333%
    }

    .col-sm-11 {
        flex: 0 0 91.6666666667%;
        max-width: 91.6666666667%
    }

    .col-sm-12 {
        flex: 0 0 100%;
        max-width: 100%
    }

    .order-sm-first {
        order: -1
    }

    .order-sm-last {
        order: 13
    }

    .order-sm-0 {
        order: 0
    }

    .order-sm-1 {
        order: 1
    }

    .order-sm-2 {
        order: 2
    }

    .order-sm-3 {
        order: 3
    }

    .order-sm-4 {
        order: 4
    }

    .order-sm-5 {
        order: 5
    }

    .order-sm-6 {
        order: 6
    }

    .order-sm-7 {
        order: 7
    }

    .order-sm-8 {
        order: 8
    }

    .order-sm-9 {
        order: 9
    }

    .order-sm-10 {
        order: 10
    }

    .order-sm-11 {
        order: 11
    }

    .order-sm-12 {
        order: 12
    }

    .offset-sm-0 {
        margin-left: 0
    }

    .offset-sm-1 {
        margin-left: 8.3333333333%
    }

    .offset-sm-2 {
        margin-left: 16.6666666667%
    }

    .offset-sm-3 {
        margin-left: 25%
    }

    .offset-sm-4 {
        margin-left: 33.3333333333%
    }

    .offset-sm-5 {
        margin-left: 41.6666666667%
    }

    .offset-sm-6 {
        margin-left: 50%
    }

    .offset-sm-7 {
        margin-left: 58.3333333333%
    }

    .offset-sm-8 {
        margin-left: 66.6666666667%
    }

    .offset-sm-9 {
        margin-left: 75%
    }

    .offset-sm-10 {
        margin-left: 83.3333333333%
    }

    .offset-sm-11 {
        margin-left: 91.6666666667%
    }
}

@media (min-width: 768px) {
    .col-md {
        flex-basis: 0;
        flex-grow: 1;
        max-width: 100%
    }

    .col-md-auto {
        flex: 0 0 auto;
        max-width: 100%;
        width: auto
    }

    .col-md-1 {
        flex: 0 0 8.3333333333%;
        max-width: 8.3333333333%
    }

    .col-md-2 {
        flex: 0 0 16.6666666667%;
        max-width: 16.6666666667%
    }

    .col-md-3 {
        flex: 0 0 25%;
        max-width: 25%
    }

    .col-md-4 {
        flex: 0 0 33.3333333333%;
        max-width: 33.3333333333%
    }

    .col-md-5 {
        flex: 0 0 41.6666666667%;
        max-width: 41.6666666667%
    }

    .col-md-6 {
        flex: 0 0 50%;
        max-width: 50%
    }

    .col-md-7 {
        flex: 0 0 58.3333333333%;
        max-width: 58.3333333333%
    }

    .col-md-8 {
        flex: 0 0 66.6666666667%;
        max-width: 66.6666666667%
    }

    .col-md-9 {
        flex: 0 0 75%;
        max-width: 75%
    }

    .col-md-10 {
        flex: 0 0 83.3333333333%;
        max-width: 83.3333333333%
    }

    .col-md-11 {
        flex: 0 0 91.6666666667%;
        max-width: 91.6666666667%
    }

    .col-md-12 {
        flex: 0 0 100%;
        max-width: 100%
    }

    .order-md-first {
        order: -1
    }

    .order-md-last {
        order: 13
    }

    .order-md-0 {
        order: 0
    }

    .order-md-1 {
        order: 1
    }

    .order-md-2 {
        order: 2
    }

    .order-md-3 {
        order: 3
    }

    .order-md-4 {
        order: 4
    }

    .order-md-5 {
        order: 5
    }

    .order-md-6 {
        order: 6
    }

    .order-md-7 {
        order: 7
    }

    .order-md-8 {
        order: 8
    }

    .order-md-9 {
        order: 9
    }

    .order-md-10 {
        order: 10
    }

    .order-md-11 {
        order: 11
    }

    .order-md-12 {
        order: 12
    }

    .offset-md-0 {
        margin-left: 0
    }

    .offset-md-1 {
        margin-left: 8.3333333333%
    }

    .offset-md-2 {
        margin-left: 16.6666666667%
    }

    .offset-md-3 {
        margin-left: 25%
    }

    .offset-md-4 {
        margin-left: 33.3333333333%
    }

    .offset-md-5 {
        margin-left: 41.6666666667%
    }

    .offset-md-6 {
        margin-left: 50%
    }

    .offset-md-7 {
        margin-left: 58.3333333333%
    }

    .offset-md-8 {
        margin-left: 66.6666666667%
    }

    .offset-md-9 {
        margin-left: 75%
    }

    .offset-md-10 {
        margin-left: 83.3333333333%
    }

    .offset-md-11 {
        margin-left: 91.6666666667%
    }
}

@media (min-width: 992px) {
    .col-lg {
        flex-basis: 0;
        flex-grow: 1;
        max-width: 100%
    }

    .col-lg-auto {
        flex: 0 0 auto;
        max-width: 100%;
        width: auto
    }

    .col-lg-1 {
        flex: 0 0 8.3333333333%;
        max-width: 8.3333333333%
    }

    .col-lg-2 {
        flex: 0 0 16.6666666667%;
        max-width: 16.6666666667%
    }

    .col-lg-3 {
        flex: 0 0 25%;
        max-width: 25%
    }

    .col-lg-4 {
        flex: 0 0 33.3333333333%;
        max-width: 33.3333333333%
    }

    .col-lg-5 {
        flex: 0 0 41.6666666667%;
        max-width: 41.6666666667%
    }

    .col-lg-6 {
        flex: 0 0 50%;
        max-width: 50%
    }

    .col-lg-7 {
        flex: 0 0 58.3333333333%;
        max-width: 58.3333333333%
    }

    .col-lg-8 {
        flex: 0 0 66.6666666667%;
        max-width: 66.6666666667%
    }

    .col-lg-9 {
        flex: 0 0 75%;
        max-width: 75%
    }

    .col-lg-10 {
        flex: 0 0 83.3333333333%;
        max-width: 83.3333333333%
    }

    .col-lg-11 {
        flex: 0 0 91.6666666667%;
        max-width: 91.6666666667%
    }

    .col-lg-12 {
        flex: 0 0 100%;
        max-width: 100%
    }

    .order-lg-first {
        order: -1
    }

    .order-lg-last {
        order: 13
    }

    .order-lg-0 {
        order: 0
    }

    .order-lg-1 {
        order: 1
    }

    .order-lg-2 {
        order: 2
    }

    .order-lg-3 {
        order: 3
    }

    .order-lg-4 {
        order: 4
    }

    .order-lg-5 {
        order: 5
    }

    .order-lg-6 {
        order: 6
    }

    .order-lg-7 {
        order: 7
    }

    .order-lg-8 {
        order: 8
    }

    .order-lg-9 {
        order: 9
    }

    .order-lg-10 {
        order: 10
    }

    .order-lg-11 {
        order: 11
    }

    .order-lg-12 {
        order: 12
    }

    .offset-lg-0 {
        margin-left: 0
    }

    .offset-lg-1 {
        margin-left: 8.3333333333%
    }

    .offset-lg-2 {
        margin-left: 16.6666666667%
    }

    .offset-lg-3 {
        margin-left: 25%
    }

    .offset-lg-4 {
        margin-left: 33.3333333333%
    }

    .offset-lg-5 {
        margin-left: 41.6666666667%
    }

    .offset-lg-6 {
        margin-left: 50%
    }

    .offset-lg-7 {
        margin-left: 58.3333333333%
    }

    .offset-lg-8 {
        margin-left: 66.6666666667%
    }

    .offset-lg-9 {
        margin-left: 75%
    }

    .offset-lg-10 {
        margin-left: 83.3333333333%
    }

    .offset-lg-11 {
        margin-left: 91.6666666667%
    }
}

@media (min-width: 1200px) {
    .col-xl {
        flex-basis: 0;
        flex-grow: 1;
        max-width: 100%
    }

    .col-xl-auto {
        flex: 0 0 auto;
        max-width: 100%;
        width: auto
    }

    .col-xl-1 {
        flex: 0 0 8.3333333333%;
        max-width: 8.3333333333%
    }

    .col-xl-2 {
        flex: 0 0 16.6666666667%;
        max-width: 16.6666666667%
    }

    .col-xl-3 {
        flex: 0 0 25%;
        max-width: 25%
    }

    .col-xl-4 {
        flex: 0 0 33.3333333333%;
        max-width: 33.3333333333%
    }

    .col-xl-5 {
        flex: 0 0 41.6666666667%;
        max-width: 41.6666666667%
    }

    .col-xl-6 {
        flex: 0 0 50%;
        max-width: 50%
    }

    .col-xl-7 {
        flex: 0 0 58.3333333333%;
        max-width: 58.3333333333%
    }

    .col-xl-8 {
        flex: 0 0 66.6666666667%;
        max-width: 66.6666666667%
    }

    .col-xl-9 {
        flex: 0 0 75%;
        max-width: 75%
    }

    .col-xl-10 {
        flex: 0 0 83.3333333333%;
        max-width: 83.3333333333%
    }

    .col-xl-11 {
        flex: 0 0 91.6666666667%;
        max-width: 91.6666666667%
    }

    .col-xl-12 {
        flex: 0 0 100%;
        max-width: 100%
    }

    .order-xl-first {
        order: -1
    }

    .order-xl-last {
        order: 13
    }

    .order-xl-0 {
        order: 0
    }

    .order-xl-1 {
        order: 1
    }

    .order-xl-2 {
        order: 2
    }

    .order-xl-3 {
        order: 3
    }

    .order-xl-4 {
        order: 4
    }

    .order-xl-5 {
        order: 5
    }

    .order-xl-6 {
        order: 6
    }

    .order-xl-7 {
        order: 7
    }

    .order-xl-8 {
        order: 8
    }

    .order-xl-9 {
        order: 9
    }

    .order-xl-10 {
        order: 10
    }

    .order-xl-11 {
        order: 11
    }

    .order-xl-12 {
        order: 12
    }

    .offset-xl-0 {
        margin-left: 0
    }

    .offset-xl-1 {
        margin-left: 8.3333333333%
    }

    .offset-xl-2 {
        margin-left: 16.6666666667%
    }

    .offset-xl-3 {
        margin-left: 25%
    }

    .offset-xl-4 {
        margin-left: 33.3333333333%
    }

    .offset-xl-5 {
        margin-left: 41.6666666667%
    }

    .offset-xl-6 {
        margin-left: 50%
    }

    .offset-xl-7 {
        margin-left: 58.3333333333%
    }

    .offset-xl-8 {
        margin-left: 66.6666666667%
    }

    .offset-xl-9 {
        margin-left: 75%
    }

    .offset-xl-10 {
        margin-left: 83.3333333333%
    }

    .offset-xl-11 {
        margin-left: 91.6666666667%
    }
}

.d-none {
    display: none !important
}

.d-inline {
    display: inline !important
}

.d-inline-block {
    display: inline-block !important
}

.d-block {
    display: block !important
}

.d-table {
    display: table !important
}

.d-table-row {
    display: table-row !important
}

.d-table-cell {
    display: table-cell !important
}

.d-flex {
    display: flex !important
}

.d-inline-flex {
    display: inline-flex !important
}

@media (min-width: 576px) {
    .d-sm-none {
        display: none !important
    }

    .d-sm-inline {
        display: inline !important
    }

    .d-sm-inline-block {
        display: inline-block !important
    }

    .d-sm-block {
        display: block !important
    }

    .d-sm-table {
        display: table !important
    }

    .d-sm-table-row {
        display: table-row !important
    }

    .d-sm-table-cell {
        display: table-cell !important
    }

    .d-sm-flex {
        display: flex !important
    }

    .d-sm-inline-flex {
        display: inline-flex !important
    }
}

@media (min-width: 768px) {
    .d-md-none {
        display: none !important
    }

    .d-md-inline {
        display: inline !important
    }

    .d-md-inline-block {
        display: inline-block !important
    }

    .d-md-block {
        display: block !important
    }

    .d-md-table {
        display: table !important
    }

    .d-md-table-row {
        display: table-row !important
    }

    .d-md-table-cell {
        display: table-cell !important
    }

    .d-md-flex {
        display: flex !important
    }

    .d-md-inline-flex {
        display: inline-flex !important
    }
}

@media (min-width: 992px) {
    .d-lg-none {
        display: none !important
    }

    .d-lg-inline {
        display: inline !important
    }

    .d-lg-inline-block {
        display: inline-block !important
    }

    .d-lg-block {
        display: block !important
    }

    .d-lg-table {
        display: table !important
    }

    .d-lg-table-row {
        display: table-row !important
    }

    .d-lg-table-cell {
        display: table-cell !important
    }

    .d-lg-flex {
        display: flex !important
    }

    .d-lg-inline-flex {
        display: inline-flex !important
    }
}

@media (min-width: 1200px) {
    .d-xl-none {
        display: none !important
    }

    .d-xl-inline {
        display: inline !important
    }

    .d-xl-inline-block {
        display: inline-block !important
    }

    .d-xl-block {
        display: block !important
    }

    .d-xl-table {
        display: table !important
    }

    .d-xl-table-row {
        display: table-row !important
    }

    .d-xl-table-cell {
        display: table-cell !important
    }

    .d-xl-flex {
        display: flex !important
    }

    .d-xl-inline-flex {
        display: inline-flex !important
    }
}

@media print {
    .d-print-none {
        display: none !important
    }

    .d-print-inline {
        display: inline !important
    }

    .d-print-inline-block {
        display: inline-block !important
    }

    .d-print-block {
        display: block !important
    }

    .d-print-table {
        display: table !important
    }

    .d-print-table-row {
        display: table-row !important
    }

    .d-print-table-cell {
        display: table-cell !important
    }

    .d-print-flex {
        display: flex !important
    }

    .d-print-inline-flex {
        display: inline-flex !important
    }
}

.flex-row {
    flex-direction: row !important
}

.flex-column {
    flex-direction: column !important
}

.flex-row-reverse {
    flex-direction: row-reverse !important
}

.flex-column-reverse {
    flex-direction: column-reverse !important
}

.flex-wrap {
    flex-wrap: wrap !important
}

.flex-nowrap {
    flex-wrap: nowrap !important
}

.flex-wrap-reverse {
    flex-wrap: wrap-reverse !important
}

.flex-fill {
    flex: 1 1 auto !important
}

.flex-grow-0 {
    flex-grow: 0 !important
}

.flex-grow-1 {
    flex-grow: 1 !important
}

.flex-shrink-0 {
    flex-shrink: 0 !important
}

.flex-shrink-1 {
    flex-shrink: 1 !important
}

.justify-content-start {
    justify-content: flex-start !important
}

.justify-content-end {
    justify-content: flex-end !important
}

.justify-content-center {
    justify-content: center !important
}

.justify-content-between {
    justify-content: space-between !important
}

.justify-content-around {
    justify-content: space-around !important
}

.align-items-start {
    align-items: flex-start !important
}

.align-items-end {
    align-items: flex-end !important
}

.align-items-center {
    align-items: center !important
}

.align-items-baseline {
    align-items: baseline !important
}

.align-items-stretch {
    align-items: stretch !important
}

.align-content-start {
    align-content: flex-start !important
}

.align-content-end {
    align-content: flex-end !important
}

.align-content-center {
    align-content: center !important
}

.align-content-between {
    align-content: space-between !important
}

.align-content-around {
    align-content: space-around !important
}

.align-content-stretch {
    align-content: stretch !important
}

.align-self-auto {
    align-self: auto !important
}

.align-self-start {
    align-self: flex-start !important
}

.align-self-end {
    align-self: flex-end !important
}

.align-self-center {
    align-self: center !important
}

.align-self-baseline {
    align-self: baseline !important
}

.align-self-stretch {
    align-self: stretch !important
}

@media (min-width: 576px) {
    .flex-sm-row {
        flex-direction: row !important
    }

    .flex-sm-column {
        flex-direction: column !important
    }

    .flex-sm-row-reverse {
        flex-direction: row-reverse !important
    }

    .flex-sm-column-reverse {
        flex-direction: column-reverse !important
    }

    .flex-sm-wrap {
        flex-wrap: wrap !important
    }

    .flex-sm-nowrap {
        flex-wrap: nowrap !important
    }

    .flex-sm-wrap-reverse {
        flex-wrap: wrap-reverse !important
    }

    .flex-sm-fill {
        flex: 1 1 auto !important
    }

    .flex-sm-grow-0 {
        flex-grow: 0 !important
    }

    .flex-sm-grow-1 {
        flex-grow: 1 !important
    }

    .flex-sm-shrink-0 {
        flex-shrink: 0 !important
    }

    .flex-sm-shrink-1 {
        flex-shrink: 1 !important
    }

    .justify-content-sm-start {
        justify-content: flex-start !important
    }

    .justify-content-sm-end {
        justify-content: flex-end !important
    }

    .justify-content-sm-center {
        justify-content: center !important
    }

    .justify-content-sm-between {
        justify-content: space-between !important
    }

    .justify-content-sm-around {
        justify-content: space-around !important
    }

    .align-items-sm-start {
        align-items: flex-start !important
    }

    .align-items-sm-end {
        align-items: flex-end !important
    }

    .align-items-sm-center {
        align-items: center !important
    }

    .align-items-sm-baseline {
        align-items: baseline !important
    }

    .align-items-sm-stretch {
        align-items: stretch !important
    }

    .align-content-sm-start {
        align-content: flex-start !important
    }

    .align-content-sm-end {
        align-content: flex-end !important
    }

    .align-content-sm-center {
        align-content: center !important
    }

    .align-content-sm-between {
        align-content: space-between !important
    }

    .align-content-sm-around {
        align-content: space-around !important
    }

    .align-content-sm-stretch {
        align-content: stretch !important
    }

    .align-self-sm-auto {
        align-self: auto !important
    }

    .align-self-sm-start {
        align-self: flex-start !important
    }

    .align-self-sm-end {
        align-self: flex-end !important
    }

    .align-self-sm-center {
        align-self: center !important
    }

    .align-self-sm-baseline {
        align-self: baseline !important
    }

    .align-self-sm-stretch {
        align-self: stretch !important
    }
}

@media (min-width: 768px) {
    .flex-md-row {
        flex-direction: row !important
    }

    .flex-md-column {
        flex-direction: column !important
    }

    .flex-md-row-reverse {
        flex-direction: row-reverse !important
    }

    .flex-md-column-reverse {
        flex-direction: column-reverse !important
    }

    .flex-md-wrap {
        flex-wrap: wrap !important
    }

    .flex-md-nowrap {
        flex-wrap: nowrap !important
    }

    .flex-md-wrap-reverse {
        flex-wrap: wrap-reverse !important
    }

    .flex-md-fill {
        flex: 1 1 auto !important
    }

    .flex-md-grow-0 {
        flex-grow: 0 !important
    }

    .flex-md-grow-1 {
        flex-grow: 1 !important
    }

    .flex-md-shrink-0 {
        flex-shrink: 0 !important
    }

    .flex-md-shrink-1 {
        flex-shrink: 1 !important
    }

    .justify-content-md-start {
        justify-content: flex-start !important
    }

    .justify-content-md-end {
        justify-content: flex-end !important
    }

    .justify-content-md-center {
        justify-content: center !important
    }

    .justify-content-md-between {
        justify-content: space-between !important
    }

    .justify-content-md-around {
        justify-content: space-around !important
    }

    .align-items-md-start {
        align-items: flex-start !important
    }

    .align-items-md-end {
        align-items: flex-end !important
    }

    .align-items-md-center {
        align-items: center !important
    }

    .align-items-md-baseline {
        align-items: baseline !important
    }

    .align-items-md-stretch {
        align-items: stretch !important
    }

    .align-content-md-start {
        align-content: flex-start !important
    }

    .align-content-md-end {
        align-content: flex-end !important
    }

    .align-content-md-center {
        align-content: center !important
    }

    .align-content-md-between {
        align-content: space-between !important
    }

    .align-content-md-around {
        align-content: space-around !important
    }

    .align-content-md-stretch {
        align-content: stretch !important
    }

    .align-self-md-auto {
        align-self: auto !important
    }

    .align-self-md-start {
        align-self: flex-start !important
    }

    .align-self-md-end {
        align-self: flex-end !important
    }

    .align-self-md-center {
        align-self: center !important
    }

    .align-self-md-baseline {
        align-self: baseline !important
    }

    .align-self-md-stretch {
        align-self: stretch !important
    }
}

@media (min-width: 992px) {
    .flex-lg-row {
        flex-direction: row !important
    }

    .flex-lg-column {
        flex-direction: column !important
    }

    .flex-lg-row-reverse {
        flex-direction: row-reverse !important
    }

    .flex-lg-column-reverse {
        flex-direction: column-reverse !important
    }

    .flex-lg-wrap {
        flex-wrap: wrap !important
    }

    .flex-lg-nowrap {
        flex-wrap: nowrap !important
    }

    .flex-lg-wrap-reverse {
        flex-wrap: wrap-reverse !important
    }

    .flex-lg-fill {
        flex: 1 1 auto !important
    }

    .flex-lg-grow-0 {
        flex-grow: 0 !important
    }

    .flex-lg-grow-1 {
        flex-grow: 1 !important
    }

    .flex-lg-shrink-0 {
        flex-shrink: 0 !important
    }

    .flex-lg-shrink-1 {
        flex-shrink: 1 !important
    }

    .justify-content-lg-start {
        justify-content: flex-start !important
    }

    .justify-content-lg-end {
        justify-content: flex-end !important
    }

    .justify-content-lg-center {
        justify-content: center !important
    }

    .justify-content-lg-between {
        justify-content: space-between !important
    }

    .justify-content-lg-around {
        justify-content: space-around !important
    }

    .align-items-lg-start {
        align-items: flex-start !important
    }

    .align-items-lg-end {
        align-items: flex-end !important
    }

    .align-items-lg-center {
        align-items: center !important
    }

    .align-items-lg-baseline {
        align-items: baseline !important
    }

    .align-items-lg-stretch {
        align-items: stretch !important
    }

    .align-content-lg-start {
        align-content: flex-start !important
    }

    .align-content-lg-end {
        align-content: flex-end !important
    }

    .align-content-lg-center {
        align-content: center !important
    }

    .align-content-lg-between {
        align-content: space-between !important
    }

    .align-content-lg-around {
        align-content: space-around !important
    }

    .align-content-lg-stretch {
        align-content: stretch !important
    }

    .align-self-lg-auto {
        align-self: auto !important
    }

    .align-self-lg-start {
        align-self: flex-start !important
    }

    .align-self-lg-end {
        align-self: flex-end !important
    }

    .align-self-lg-center {
        align-self: center !important
    }

    .align-self-lg-baseline {
        align-self: baseline !important
    }

    .align-self-lg-stretch {
        align-self: stretch !important
    }
}

@media (min-width: 1200px) {
    .flex-xl-row {
        flex-direction: row !important
    }

    .flex-xl-column {
        flex-direction: column !important
    }

    .flex-xl-row-reverse {
        flex-direction: row-reverse !important
    }

    .flex-xl-column-reverse {
        flex-direction: column-reverse !important
    }

    .flex-xl-wrap {
        flex-wrap: wrap !important
    }

    .flex-xl-nowrap {
        flex-wrap: nowrap !important
    }

    .flex-xl-wrap-reverse {
        flex-wrap: wrap-reverse !important
    }

    .flex-xl-fill {
        flex: 1 1 auto !important
    }

    .flex-xl-grow-0 {
        flex-grow: 0 !important
    }

    .flex-xl-grow-1 {
        flex-grow: 1 !important
    }

    .flex-xl-shrink-0 {
        flex-shrink: 0 !important
    }

    .flex-xl-shrink-1 {
        flex-shrink: 1 !important
    }

    .justify-content-xl-start {
        justify-content: flex-start !important
    }

    .justify-content-xl-end {
        justify-content: flex-end !important
    }

    .justify-content-xl-center {
        justify-content: center !important
    }

    .justify-content-xl-between {
        justify-content: space-between !important
    }

    .justify-content-xl-around {
        justify-content: space-around !important
    }

    .align-items-xl-start {
        align-items: flex-start !important
    }

    .align-items-xl-end {
        align-items: flex-end !important
    }

    .align-items-xl-center {
        align-items: center !important
    }

    .align-items-xl-baseline {
        align-items: baseline !important
    }

    .align-items-xl-stretch {
        align-items: stretch !important
    }

    .align-content-xl-start {
        align-content: flex-start !important
    }

    .align-content-xl-end {
        align-content: flex-end !important
    }

    .align-content-xl-center {
        align-content: center !important
    }

    .align-content-xl-between {
        align-content: space-between !important
    }

    .align-content-xl-around {
        align-content: space-around !important
    }

    .align-content-xl-stretch {
        align-content: stretch !important
    }

    .align-self-xl-auto {
        align-self: auto !important
    }

    .align-self-xl-start {
        align-self: flex-start !important
    }

    .align-self-xl-end {
        align-self: flex-end !important
    }

    .align-self-xl-center {
        align-self: center !important
    }

    .align-self-xl-baseline {
        align-self: baseline !important
    }

    .align-self-xl-stretch {
        align-self: stretch !important
    }
}

.m-0 {
    margin: 0 !important
}

.mt-0, .my-0 {
    margin-top: 0 !important
}

.mr-0, .mx-0 {
    margin-right: 0 !important
}

.mb-0, .my-0 {
    margin-bottom: 0 !important
}

.ml-0, .mx-0 {
    margin-left: 0 !important
}

.m-1 {
    margin: 5px !important
}

.mt-1, .my-1 {
    margin-top: 5px !important
}

.mr-1, .mx-1 {
    margin-right: 5px !important
}

.mb-1, .my-1 {
    margin-bottom: 5px !important
}

.ml-1, .mx-1 {
    margin-left: 5px !important
}

.m-2 {
    margin: 10px !important
}

.mt-2, .my-2 {
    margin-top: 10px !important
}

.mr-2, .mx-2 {
    margin-right: 10px !important
}

.mb-2, .my-2 {
    margin-bottom: 10px !important
}

.ml-2, .mx-2 {
    margin-left: 10px !important
}

.m-3 {
    margin: 15px !important
}

.mt-3, .my-3 {
    margin-top: 15px !important
}

.mr-3, .mx-3 {
    margin-right: 15px !important
}

.mb-3, .my-3 {
    margin-bottom: 15px !important
}

.ml-3, .mx-3 {
    margin-left: 15px !important
}

.m-4 {
    margin: 20px !important
}

.mt-4, .my-4 {
    margin-top: 20px !important
}

.mr-4, .mx-4 {
    margin-right: 20px !important
}

.mb-4, .my-4 {
    margin-bottom: 20px !important
}

.ml-4, .mx-4 {
    margin-left: 20px !important
}

.m-5 {
    margin: 30px !important
}

.mt-5, .my-5 {
    margin-top: 30px !important
}

.mr-5, .mx-5 {
    margin-right: 30px !important
}

.mb-5, .my-5 {
    margin-bottom: 30px !important
}

.ml-5, .mx-5 {
    margin-left: 30px !important
}

.p-0 {
    padding: 0 !important
}

.pt-0, .py-0 {
    padding-top: 0 !important
}

.pr-0, .px-0 {
    padding-right: 0 !important
}

.pb-0, .py-0 {
    padding-bottom: 0 !important
}

.pl-0, .px-0 {
    padding-left: 0 !important
}

.p-1 {
    padding: 5px !important
}

.pt-1, .py-1 {
    padding-top: 5px !important
}

.pr-1, .px-1 {
    padding-right: 5px !important
}

.pb-1, .py-1 {
    padding-bottom: 5px !important
}

.pl-1, .px-1 {
    padding-left: 5px !important
}

.p-2 {
    padding: 10px !important
}

.pt-2, .py-2 {
    padding-top: 10px !important
}

.pr-2, .px-2 {
    padding-right: 10px !important
}

.pb-2, .py-2 {
    padding-bottom: 10px !important
}

.pl-2, .px-2 {
    padding-left: 10px !important
}

.p-3 {
    padding: 15px !important
}

.pt-3, .py-3 {
    padding-top: 15px !important
}

.pr-3, .px-3 {
    padding-right: 15px !important
}

.pb-3, .py-3 {
    padding-bottom: 15px !important
}

.pl-3, .px-3 {
    padding-left: 15px !important
}

.p-4 {
    padding: 20px !important
}

.pt-4, .py-4 {
    padding-top: 20px !important
}

.pr-4, .px-4 {
    padding-right: 20px !important
}

.pb-4, .py-4 {
    padding-bottom: 20px !important
}

.pl-4, .px-4 {
    padding-left: 20px !important
}

.p-5 {
    padding: 30px !important
}

.pt-5, .py-5 {
    padding-top: 30px !important
}

.pr-5, .px-5 {
    padding-right: 30px !important
}

.pb-5, .py-5 {
    padding-bottom: 30px !important
}

.pl-5, .px-5 {
    padding-left: 30px !important
}

.m-n1 {
    margin: -5px !important
}

.mt-n1, .my-n1 {
    margin-top: -5px !important
}

.mr-n1, .mx-n1 {
    margin-right: -5px !important
}

.mb-n1, .my-n1 {
    margin-bottom: -5px !important
}

.ml-n1, .mx-n1 {
    margin-left: -5px !important
}

.m-n2 {
    margin: -10px !important
}

.mt-n2, .my-n2 {
    margin-top: -10px !important
}

.mr-n2, .mx-n2 {
    margin-right: -10px !important
}

.mb-n2, .my-n2 {
    margin-bottom: -10px !important
}

.ml-n2, .mx-n2 {
    margin-left: -10px !important
}

.m-n3 {
    margin: -15px !important
}

.mt-n3, .my-n3 {
    margin-top: -15px !important
}

.mr-n3, .mx-n3 {
    margin-right: -15px !important
}

.mb-n3, .my-n3 {
    margin-bottom: -15px !important
}

.ml-n3, .mx-n3 {
    margin-left: -15px !important
}

.m-n4 {
    margin: -20px !important
}

.mt-n4, .my-n4 {
    margin-top: -20px !important
}

.mr-n4, .mx-n4 {
    margin-right: -20px !important
}

.mb-n4, .my-n4 {
    margin-bottom: -20px !important
}

.ml-n4, .mx-n4 {
    margin-left: -20px !important
}

.m-n5 {
    margin: -30px !important
}

.mt-n5, .my-n5 {
    margin-top: -30px !important
}

.mr-n5, .mx-n5 {
    margin-right: -30px !important
}

.mb-n5, .my-n5 {
    margin-bottom: -30px !important
}

.ml-n5, .mx-n5 {
    margin-left: -30px !important
}

.m-auto {
    margin: auto !important
}

.mt-auto, .my-auto {
    margin-top: auto !important
}

.mr-auto, .mx-auto {
    margin-right: auto !important
}

.mb-auto, .my-auto {
    margin-bottom: auto !important
}

.ml-auto, .mx-auto {
    margin-left: auto !important
}

@media (min-width: 576px) {
    .m-sm-0 {
        margin: 0 !important
    }

    .mt-sm-0, .my-sm-0 {
        margin-top: 0 !important
    }

    .mr-sm-0, .mx-sm-0 {
        margin-right: 0 !important
    }

    .mb-sm-0, .my-sm-0 {
        margin-bottom: 0 !important
    }

    .ml-sm-0, .mx-sm-0 {
        margin-left: 0 !important
    }

    .m-sm-1 {
        margin: 5px !important
    }

    .mt-sm-1, .my-sm-1 {
        margin-top: 5px !important
    }

    .mr-sm-1, .mx-sm-1 {
        margin-right: 5px !important
    }

    .mb-sm-1, .my-sm-1 {
        margin-bottom: 5px !important
    }

    .ml-sm-1, .mx-sm-1 {
        margin-left: 5px !important
    }

    .m-sm-2 {
        margin: 10px !important
    }

    .mt-sm-2, .my-sm-2 {
        margin-top: 10px !important
    }

    .mr-sm-2, .mx-sm-2 {
        margin-right: 10px !important
    }

    .mb-sm-2, .my-sm-2 {
        margin-bottom: 10px !important
    }

    .ml-sm-2, .mx-sm-2 {
        margin-left: 10px !important
    }

    .m-sm-3 {
        margin: 15px !important
    }

    .mt-sm-3, .my-sm-3 {
        margin-top: 15px !important
    }

    .mr-sm-3, .mx-sm-3 {
        margin-right: 15px !important
    }

    .mb-sm-3, .my-sm-3 {
        margin-bottom: 15px !important
    }

    .ml-sm-3, .mx-sm-3 {
        margin-left: 15px !important
    }

    .m-sm-4 {
        margin: 20px !important
    }

    .mt-sm-4, .my-sm-4 {
        margin-top: 20px !important
    }

    .mr-sm-4, .mx-sm-4 {
        margin-right: 20px !important
    }

    .mb-sm-4, .my-sm-4 {
        margin-bottom: 20px !important
    }

    .ml-sm-4, .mx-sm-4 {
        margin-left: 20px !important
    }

    .m-sm-5 {
        margin: 30px !important
    }

    .mt-sm-5, .my-sm-5 {
        margin-top: 30px !important
    }

    .mr-sm-5, .mx-sm-5 {
        margin-right: 30px !important
    }

    .mb-sm-5, .my-sm-5 {
        margin-bottom: 30px !important
    }

    .ml-sm-5, .mx-sm-5 {
        margin-left: 30px !important
    }

    .p-sm-0 {
        padding: 0 !important
    }

    .pt-sm-0, .py-sm-0 {
        padding-top: 0 !important
    }

    .pr-sm-0, .px-sm-0 {
        padding-right: 0 !important
    }

    .pb-sm-0, .py-sm-0 {
        padding-bottom: 0 !important
    }

    .pl-sm-0, .px-sm-0 {
        padding-left: 0 !important
    }

    .p-sm-1 {
        padding: 5px !important
    }

    .pt-sm-1, .py-sm-1 {
        padding-top: 5px !important
    }

    .pr-sm-1, .px-sm-1 {
        padding-right: 5px !important
    }

    .pb-sm-1, .py-sm-1 {
        padding-bottom: 5px !important
    }

    .pl-sm-1, .px-sm-1 {
        padding-left: 5px !important
    }

    .p-sm-2 {
        padding: 10px !important
    }

    .pt-sm-2, .py-sm-2 {
        padding-top: 10px !important
    }

    .pr-sm-2, .px-sm-2 {
        padding-right: 10px !important
    }

    .pb-sm-2, .py-sm-2 {
        padding-bottom: 10px !important
    }

    .pl-sm-2, .px-sm-2 {
        padding-left: 10px !important
    }

    .p-sm-3 {
        padding: 15px !important
    }

    .pt-sm-3, .py-sm-3 {
        padding-top: 15px !important
    }

    .pr-sm-3, .px-sm-3 {
        padding-right: 15px !important
    }

    .pb-sm-3, .py-sm-3 {
        padding-bottom: 15px !important
    }

    .pl-sm-3, .px-sm-3 {
        padding-left: 15px !important
    }

    .p-sm-4 {
        padding: 20px !important
    }

    .pt-sm-4, .py-sm-4 {
        padding-top: 20px !important
    }

    .pr-sm-4, .px-sm-4 {
        padding-right: 20px !important
    }

    .pb-sm-4, .py-sm-4 {
        padding-bottom: 20px !important
    }

    .pl-sm-4, .px-sm-4 {
        padding-left: 20px !important
    }

    .p-sm-5 {
        padding: 30px !important
    }

    .pt-sm-5, .py-sm-5 {
        padding-top: 30px !important
    }

    .pr-sm-5, .px-sm-5 {
        padding-right: 30px !important
    }

    .pb-sm-5, .py-sm-5 {
        padding-bottom: 30px !important
    }

    .pl-sm-5, .px-sm-5 {
        padding-left: 30px !important
    }

    .m-sm-n1 {
        margin: -5px !important
    }

    .mt-sm-n1, .my-sm-n1 {
        margin-top: -5px !important
    }

    .mr-sm-n1, .mx-sm-n1 {
        margin-right: -5px !important
    }

    .mb-sm-n1, .my-sm-n1 {
        margin-bottom: -5px !important
    }

    .ml-sm-n1, .mx-sm-n1 {
        margin-left: -5px !important
    }

    .m-sm-n2 {
        margin: -10px !important
    }

    .mt-sm-n2, .my-sm-n2 {
        margin-top: -10px !important
    }

    .mr-sm-n2, .mx-sm-n2 {
        margin-right: -10px !important
    }

    .mb-sm-n2, .my-sm-n2 {
        margin-bottom: -10px !important
    }

    .ml-sm-n2, .mx-sm-n2 {
        margin-left: -10px !important
    }

    .m-sm-n3 {
        margin: -15px !important
    }

    .mt-sm-n3, .my-sm-n3 {
        margin-top: -15px !important
    }

    .mr-sm-n3, .mx-sm-n3 {
        margin-right: -15px !important
    }

    .mb-sm-n3, .my-sm-n3 {
        margin-bottom: -15px !important
    }

    .ml-sm-n3, .mx-sm-n3 {
        margin-left: -15px !important
    }

    .m-sm-n4 {
        margin: -20px !important
    }

    .mt-sm-n4, .my-sm-n4 {
        margin-top: -20px !important
    }

    .mr-sm-n4, .mx-sm-n4 {
        margin-right: -20px !important
    }

    .mb-sm-n4, .my-sm-n4 {
        margin-bottom: -20px !important
    }

    .ml-sm-n4, .mx-sm-n4 {
        margin-left: -20px !important
    }

    .m-sm-n5 {
        margin: -30px !important
    }

    .mt-sm-n5, .my-sm-n5 {
        margin-top: -30px !important
    }

    .mr-sm-n5, .mx-sm-n5 {
        margin-right: -30px !important
    }

    .mb-sm-n5, .my-sm-n5 {
        margin-bottom: -30px !important
    }

    .ml-sm-n5, .mx-sm-n5 {
        margin-left: -30px !important
    }

    .m-sm-auto {
        margin: auto !important
    }

    .mt-sm-auto, .my-sm-auto {
        margin-top: auto !important
    }

    .mr-sm-auto, .mx-sm-auto {
        margin-right: auto !important
    }

    .mb-sm-auto, .my-sm-auto {
        margin-bottom: auto !important
    }

    .ml-sm-auto, .mx-sm-auto {
        margin-left: auto !important
    }
}

@media (min-width: 768px) {
    .m-md-0 {
        margin: 0 !important
    }

    .mt-md-0, .my-md-0 {
        margin-top: 0 !important
    }

    .mr-md-0, .mx-md-0 {
        margin-right: 0 !important
    }

    .mb-md-0, .my-md-0 {
        margin-bottom: 0 !important
    }

    .ml-md-0, .mx-md-0 {
        margin-left: 0 !important
    }

    .m-md-1 {
        margin: 5px !important
    }

    .mt-md-1, .my-md-1 {
        margin-top: 5px !important
    }

    .mr-md-1, .mx-md-1 {
        margin-right: 5px !important
    }

    .mb-md-1, .my-md-1 {
        margin-bottom: 5px !important
    }

    .ml-md-1, .mx-md-1 {
        margin-left: 5px !important
    }

    .m-md-2 {
        margin: 10px !important
    }

    .mt-md-2, .my-md-2 {
        margin-top: 10px !important
    }

    .mr-md-2, .mx-md-2 {
        margin-right: 10px !important
    }

    .mb-md-2, .my-md-2 {
        margin-bottom: 10px !important
    }

    .ml-md-2, .mx-md-2 {
        margin-left: 10px !important
    }

    .m-md-3 {
        margin: 15px !important
    }

    .mt-md-3, .my-md-3 {
        margin-top: 15px !important
    }

    .mr-md-3, .mx-md-3 {
        margin-right: 15px !important
    }

    .mb-md-3, .my-md-3 {
        margin-bottom: 15px !important
    }

    .ml-md-3, .mx-md-3 {
        margin-left: 15px !important
    }

    .m-md-4 {
        margin: 20px !important
    }

    .mt-md-4, .my-md-4 {
        margin-top: 20px !important
    }

    .mr-md-4, .mx-md-4 {
        margin-right: 20px !important
    }

    .mb-md-4, .my-md-4 {
        margin-bottom: 20px !important
    }

    .ml-md-4, .mx-md-4 {
        margin-left: 20px !important
    }

    .m-md-5 {
        margin: 30px !important
    }

    .mt-md-5, .my-md-5 {
        margin-top: 30px !important
    }

    .mr-md-5, .mx-md-5 {
        margin-right: 30px !important
    }

    .mb-md-5, .my-md-5 {
        margin-bottom: 30px !important
    }

    .ml-md-5, .mx-md-5 {
        margin-left: 30px !important
    }

    .p-md-0 {
        padding: 0 !important
    }

    .pt-md-0, .py-md-0 {
        padding-top: 0 !important
    }

    .pr-md-0, .px-md-0 {
        padding-right: 0 !important
    }

    .pb-md-0, .py-md-0 {
        padding-bottom: 0 !important
    }

    .pl-md-0, .px-md-0 {
        padding-left: 0 !important
    }

    .p-md-1 {
        padding: 5px !important
    }

    .pt-md-1, .py-md-1 {
        padding-top: 5px !important
    }

    .pr-md-1, .px-md-1 {
        padding-right: 5px !important
    }

    .pb-md-1, .py-md-1 {
        padding-bottom: 5px !important
    }

    .pl-md-1, .px-md-1 {
        padding-left: 5px !important
    }

    .p-md-2 {
        padding: 10px !important
    }

    .pt-md-2, .py-md-2 {
        padding-top: 10px !important
    }

    .pr-md-2, .px-md-2 {
        padding-right: 10px !important
    }

    .pb-md-2, .py-md-2 {
        padding-bottom: 10px !important
    }

    .pl-md-2, .px-md-2 {
        padding-left: 10px !important
    }

    .p-md-3 {
        padding: 15px !important
    }

    .pt-md-3, .py-md-3 {
        padding-top: 15px !important
    }

    .pr-md-3, .px-md-3 {
        padding-right: 15px !important
    }

    .pb-md-3, .py-md-3 {
        padding-bottom: 15px !important
    }

    .pl-md-3, .px-md-3 {
        padding-left: 15px !important
    }

    .p-md-4 {
        padding: 20px !important
    }

    .pt-md-4, .py-md-4 {
        padding-top: 20px !important
    }

    .pr-md-4, .px-md-4 {
        padding-right: 20px !important
    }

    .pb-md-4, .py-md-4 {
        padding-bottom: 20px !important
    }

    .pl-md-4, .px-md-4 {
        padding-left: 20px !important
    }

    .p-md-5 {
        padding: 30px !important
    }

    .pt-md-5, .py-md-5 {
        padding-top: 30px !important
    }

    .pr-md-5, .px-md-5 {
        padding-right: 30px !important
    }

    .pb-md-5, .py-md-5 {
        padding-bottom: 30px !important
    }

    .pl-md-5, .px-md-5 {
        padding-left: 30px !important
    }

    .m-md-n1 {
        margin: -5px !important
    }

    .mt-md-n1, .my-md-n1 {
        margin-top: -5px !important
    }

    .mr-md-n1, .mx-md-n1 {
        margin-right: -5px !important
    }

    .mb-md-n1, .my-md-n1 {
        margin-bottom: -5px !important
    }

    .ml-md-n1, .mx-md-n1 {
        margin-left: -5px !important
    }

    .m-md-n2 {
        margin: -10px !important
    }

    .mt-md-n2, .my-md-n2 {
        margin-top: -10px !important
    }

    .mr-md-n2, .mx-md-n2 {
        margin-right: -10px !important
    }

    .mb-md-n2, .my-md-n2 {
        margin-bottom: -10px !important
    }

    .ml-md-n2, .mx-md-n2 {
        margin-left: -10px !important
    }

    .m-md-n3 {
        margin: -15px !important
    }

    .mt-md-n3, .my-md-n3 {
        margin-top: -15px !important
    }

    .mr-md-n3, .mx-md-n3 {
        margin-right: -15px !important
    }

    .mb-md-n3, .my-md-n3 {
        margin-bottom: -15px !important
    }

    .ml-md-n3, .mx-md-n3 {
        margin-left: -15px !important
    }

    .m-md-n4 {
        margin: -20px !important
    }

    .mt-md-n4, .my-md-n4 {
        margin-top: -20px !important
    }

    .mr-md-n4, .mx-md-n4 {
        margin-right: -20px !important
    }

    .mb-md-n4, .my-md-n4 {
        margin-bottom: -20px !important
    }

    .ml-md-n4, .mx-md-n4 {
        margin-left: -20px !important
    }

    .m-md-n5 {
        margin: -30px !important
    }

    .mt-md-n5, .my-md-n5 {
        margin-top: -30px !important
    }

    .mr-md-n5, .mx-md-n5 {
        margin-right: -30px !important
    }

    .mb-md-n5, .my-md-n5 {
        margin-bottom: -30px !important
    }

    .ml-md-n5, .mx-md-n5 {
        margin-left: -30px !important
    }

    .m-md-auto {
        margin: auto !important
    }

    .mt-md-auto, .my-md-auto {
        margin-top: auto !important
    }

    .mr-md-auto, .mx-md-auto {
        margin-right: auto !important
    }

    .mb-md-auto, .my-md-auto {
        margin-bottom: auto !important
    }

    .ml-md-auto, .mx-md-auto {
        margin-left: auto !important
    }
}

@media (min-width: 992px) {
    .m-lg-0 {
        margin: 0 !important
    }

    .mt-lg-0, .my-lg-0 {
        margin-top: 0 !important
    }

    .mr-lg-0, .mx-lg-0 {
        margin-right: 0 !important
    }

    .mb-lg-0, .my-lg-0 {
        margin-bottom: 0 !important
    }

    .ml-lg-0, .mx-lg-0 {
        margin-left: 0 !important
    }

    .m-lg-1 {
        margin: 5px !important
    }

    .mt-lg-1, .my-lg-1 {
        margin-top: 5px !important
    }

    .mr-lg-1, .mx-lg-1 {
        margin-right: 5px !important
    }

    .mb-lg-1, .my-lg-1 {
        margin-bottom: 5px !important
    }

    .ml-lg-1, .mx-lg-1 {
        margin-left: 5px !important
    }

    .m-lg-2 {
        margin: 10px !important
    }

    .mt-lg-2, .my-lg-2 {
        margin-top: 10px !important
    }

    .mr-lg-2, .mx-lg-2 {
        margin-right: 10px !important
    }

    .mb-lg-2, .my-lg-2 {
        margin-bottom: 10px !important
    }

    .ml-lg-2, .mx-lg-2 {
        margin-left: 10px !important
    }

    .m-lg-3 {
        margin: 15px !important
    }

    .mt-lg-3, .my-lg-3 {
        margin-top: 15px !important
    }

    .mr-lg-3, .mx-lg-3 {
        margin-right: 15px !important
    }

    .mb-lg-3, .my-lg-3 {
        margin-bottom: 15px !important
    }

    .ml-lg-3, .mx-lg-3 {
        margin-left: 15px !important
    }

    .m-lg-4 {
        margin: 20px !important
    }

    .mt-lg-4, .my-lg-4 {
        margin-top: 20px !important
    }

    .mr-lg-4, .mx-lg-4 {
        margin-right: 20px !important
    }

    .mb-lg-4, .my-lg-4 {
        margin-bottom: 20px !important
    }

    .ml-lg-4, .mx-lg-4 {
        margin-left: 20px !important
    }

    .m-lg-5 {
        margin: 30px !important
    }

    .mt-lg-5, .my-lg-5 {
        margin-top: 30px !important
    }

    .mr-lg-5, .mx-lg-5 {
        margin-right: 30px !important
    }

    .mb-lg-5, .my-lg-5 {
        margin-bottom: 30px !important
    }

    .ml-lg-5, .mx-lg-5 {
        margin-left: 30px !important
    }

    .p-lg-0 {
        padding: 0 !important
    }

    .pt-lg-0, .py-lg-0 {
        padding-top: 0 !important
    }

    .pr-lg-0, .px-lg-0 {
        padding-right: 0 !important
    }

    .pb-lg-0, .py-lg-0 {
        padding-bottom: 0 !important
    }

    .pl-lg-0, .px-lg-0 {
        padding-left: 0 !important
    }

    .p-lg-1 {
        padding: 5px !important
    }

    .pt-lg-1, .py-lg-1 {
        padding-top: 5px !important
    }

    .pr-lg-1, .px-lg-1 {
        padding-right: 5px !important
    }

    .pb-lg-1, .py-lg-1 {
        padding-bottom: 5px !important
    }

    .pl-lg-1, .px-lg-1 {
        padding-left: 5px !important
    }

    .p-lg-2 {
        padding: 10px !important
    }

    .pt-lg-2, .py-lg-2 {
        padding-top: 10px !important
    }

    .pr-lg-2, .px-lg-2 {
        padding-right: 10px !important
    }

    .pb-lg-2, .py-lg-2 {
        padding-bottom: 10px !important
    }

    .pl-lg-2, .px-lg-2 {
        padding-left: 10px !important
    }

    .p-lg-3 {
        padding: 15px !important
    }

    .pt-lg-3, .py-lg-3 {
        padding-top: 15px !important
    }

    .pr-lg-3, .px-lg-3 {
        padding-right: 15px !important
    }

    .pb-lg-3, .py-lg-3 {
        padding-bottom: 15px !important
    }

    .pl-lg-3, .px-lg-3 {
        padding-left: 15px !important
    }

    .p-lg-4 {
        padding: 20px !important
    }

    .pt-lg-4, .py-lg-4 {
        padding-top: 20px !important
    }

    .pr-lg-4, .px-lg-4 {
        padding-right: 20px !important
    }

    .pb-lg-4, .py-lg-4 {
        padding-bottom: 20px !important
    }

    .pl-lg-4, .px-lg-4 {
        padding-left: 20px !important
    }

    .p-lg-5 {
        padding: 30px !important
    }

    .pt-lg-5, .py-lg-5 {
        padding-top: 30px !important
    }

    .pr-lg-5, .px-lg-5 {
        padding-right: 30px !important
    }

    .pb-lg-5, .py-lg-5 {
        padding-bottom: 30px !important
    }

    .pl-lg-5, .px-lg-5 {
        padding-left: 30px !important
    }

    .m-lg-n1 {
        margin: -5px !important
    }

    .mt-lg-n1, .my-lg-n1 {
        margin-top: -5px !important
    }

    .mr-lg-n1, .mx-lg-n1 {
        margin-right: -5px !important
    }

    .mb-lg-n1, .my-lg-n1 {
        margin-bottom: -5px !important
    }

    .ml-lg-n1, .mx-lg-n1 {
        margin-left: -5px !important
    }

    .m-lg-n2 {
        margin: -10px !important
    }

    .mt-lg-n2, .my-lg-n2 {
        margin-top: -10px !important
    }

    .mr-lg-n2, .mx-lg-n2 {
        margin-right: -10px !important
    }

    .mb-lg-n2, .my-lg-n2 {
        margin-bottom: -10px !important
    }

    .ml-lg-n2, .mx-lg-n2 {
        margin-left: -10px !important
    }

    .m-lg-n3 {
        margin: -15px !important
    }

    .mt-lg-n3, .my-lg-n3 {
        margin-top: -15px !important
    }

    .mr-lg-n3, .mx-lg-n3 {
        margin-right: -15px !important
    }

    .mb-lg-n3, .my-lg-n3 {
        margin-bottom: -15px !important
    }

    .ml-lg-n3, .mx-lg-n3 {
        margin-left: -15px !important
    }

    .m-lg-n4 {
        margin: -20px !important
    }

    .mt-lg-n4, .my-lg-n4 {
        margin-top: -20px !important
    }

    .mr-lg-n4, .mx-lg-n4 {
        margin-right: -20px !important
    }

    .mb-lg-n4, .my-lg-n4 {
        margin-bottom: -20px !important
    }

    .ml-lg-n4, .mx-lg-n4 {
        margin-left: -20px !important
    }

    .m-lg-n5 {
        margin: -30px !important
    }

    .mt-lg-n5, .my-lg-n5 {
        margin-top: -30px !important
    }

    .mr-lg-n5, .mx-lg-n5 {
        margin-right: -30px !important
    }

    .mb-lg-n5, .my-lg-n5 {
        margin-bottom: -30px !important
    }

    .ml-lg-n5, .mx-lg-n5 {
        margin-left: -30px !important
    }

    .m-lg-auto {
        margin: auto !important
    }

    .mt-lg-auto, .my-lg-auto {
        margin-top: auto !important
    }

    .mr-lg-auto, .mx-lg-auto {
        margin-right: auto !important
    }

    .mb-lg-auto, .my-lg-auto {
        margin-bottom: auto !important
    }

    .ml-lg-auto, .mx-lg-auto {
        margin-left: auto !important
    }
}

@media (min-width: 1200px) {
    .m-xl-0 {
        margin: 0 !important
    }

    .mt-xl-0, .my-xl-0 {
        margin-top: 0 !important
    }

    .mr-xl-0, .mx-xl-0 {
        margin-right: 0 !important
    }

    .mb-xl-0, .my-xl-0 {
        margin-bottom: 0 !important
    }

    .ml-xl-0, .mx-xl-0 {
        margin-left: 0 !important
    }

    .m-xl-1 {
        margin: 5px !important
    }

    .mt-xl-1, .my-xl-1 {
        margin-top: 5px !important
    }

    .mr-xl-1, .mx-xl-1 {
        margin-right: 5px !important
    }

    .mb-xl-1, .my-xl-1 {
        margin-bottom: 5px !important
    }

    .ml-xl-1, .mx-xl-1 {
        margin-left: 5px !important
    }

    .m-xl-2 {
        margin: 10px !important
    }

    .mt-xl-2, .my-xl-2 {
        margin-top: 10px !important
    }

    .mr-xl-2, .mx-xl-2 {
        margin-right: 10px !important
    }

    .mb-xl-2, .my-xl-2 {
        margin-bottom: 10px !important
    }

    .ml-xl-2, .mx-xl-2 {
        margin-left: 10px !important
    }

    .m-xl-3 {
        margin: 15px !important
    }

    .mt-xl-3, .my-xl-3 {
        margin-top: 15px !important
    }

    .mr-xl-3, .mx-xl-3 {
        margin-right: 15px !important
    }

    .mb-xl-3, .my-xl-3 {
        margin-bottom: 15px !important
    }

    .ml-xl-3, .mx-xl-3 {
        margin-left: 15px !important
    }

    .m-xl-4 {
        margin: 20px !important
    }

    .mt-xl-4, .my-xl-4 {
        margin-top: 20px !important
    }

    .mr-xl-4, .mx-xl-4 {
        margin-right: 20px !important
    }

    .mb-xl-4, .my-xl-4 {
        margin-bottom: 20px !important
    }

    .ml-xl-4, .mx-xl-4 {
        margin-left: 20px !important
    }

    .m-xl-5 {
        margin: 30px !important
    }

    .mt-xl-5, .my-xl-5 {
        margin-top: 30px !important
    }

    .mr-xl-5, .mx-xl-5 {
        margin-right: 30px !important
    }

    .mb-xl-5, .my-xl-5 {
        margin-bottom: 30px !important
    }

    .ml-xl-5, .mx-xl-5 {
        margin-left: 30px !important
    }

    .p-xl-0 {
        padding: 0 !important
    }

    .pt-xl-0, .py-xl-0 {
        padding-top: 0 !important
    }

    .pr-xl-0, .px-xl-0 {
        padding-right: 0 !important
    }

    .pb-xl-0, .py-xl-0 {
        padding-bottom: 0 !important
    }

    .pl-xl-0, .px-xl-0 {
        padding-left: 0 !important
    }

    .p-xl-1 {
        padding: 5px !important
    }

    .pt-xl-1, .py-xl-1 {
        padding-top: 5px !important
    }

    .pr-xl-1, .px-xl-1 {
        padding-right: 5px !important
    }

    .pb-xl-1, .py-xl-1 {
        padding-bottom: 5px !important
    }

    .pl-xl-1, .px-xl-1 {
        padding-left: 5px !important
    }

    .p-xl-2 {
        padding: 10px !important
    }

    .pt-xl-2, .py-xl-2 {
        padding-top: 10px !important
    }

    .pr-xl-2, .px-xl-2 {
        padding-right: 10px !important
    }

    .pb-xl-2, .py-xl-2 {
        padding-bottom: 10px !important
    }

    .pl-xl-2, .px-xl-2 {
        padding-left: 10px !important
    }

    .p-xl-3 {
        padding: 15px !important
    }

    .pt-xl-3, .py-xl-3 {
        padding-top: 15px !important
    }

    .pr-xl-3, .px-xl-3 {
        padding-right: 15px !important
    }

    .pb-xl-3, .py-xl-3 {
        padding-bottom: 15px !important
    }

    .pl-xl-3, .px-xl-3 {
        padding-left: 15px !important
    }

    .p-xl-4 {
        padding: 20px !important
    }

    .pt-xl-4, .py-xl-4 {
        padding-top: 20px !important
    }

    .pr-xl-4, .px-xl-4 {
        padding-right: 20px !important
    }

    .pb-xl-4, .py-xl-4 {
        padding-bottom: 20px !important
    }

    .pl-xl-4, .px-xl-4 {
        padding-left: 20px !important
    }

    .p-xl-5 {
        padding: 30px !important
    }

    .pt-xl-5, .py-xl-5 {
        padding-top: 30px !important
    }

    .pr-xl-5, .px-xl-5 {
        padding-right: 30px !important
    }

    .pb-xl-5, .py-xl-5 {
        padding-bottom: 30px !important
    }

    .pl-xl-5, .px-xl-5 {
        padding-left: 30px !important
    }

    .m-xl-n1 {
        margin: -5px !important
    }

    .mt-xl-n1, .my-xl-n1 {
        margin-top: -5px !important
    }

    .mr-xl-n1, .mx-xl-n1 {
        margin-right: -5px !important
    }

    .mb-xl-n1, .my-xl-n1 {
        margin-bottom: -5px !important
    }

    .ml-xl-n1, .mx-xl-n1 {
        margin-left: -5px !important
    }

    .m-xl-n2 {
        margin: -10px !important
    }

    .mt-xl-n2, .my-xl-n2 {
        margin-top: -10px !important
    }

    .mr-xl-n2, .mx-xl-n2 {
        margin-right: -10px !important
    }

    .mb-xl-n2, .my-xl-n2 {
        margin-bottom: -10px !important
    }

    .ml-xl-n2, .mx-xl-n2 {
        margin-left: -10px !important
    }

    .m-xl-n3 {
        margin: -15px !important
    }

    .mt-xl-n3, .my-xl-n3 {
        margin-top: -15px !important
    }

    .mr-xl-n3, .mx-xl-n3 {
        margin-right: -15px !important
    }

    .mb-xl-n3, .my-xl-n3 {
        margin-bottom: -15px !important
    }

    .ml-xl-n3, .mx-xl-n3 {
        margin-left: -15px !important
    }

    .m-xl-n4 {
        margin: -20px !important
    }

    .mt-xl-n4, .my-xl-n4 {
        margin-top: -20px !important
    }

    .mr-xl-n4, .mx-xl-n4 {
        margin-right: -20px !important
    }

    .mb-xl-n4, .my-xl-n4 {
        margin-bottom: -20px !important
    }

    .ml-xl-n4, .mx-xl-n4 {
        margin-left: -20px !important
    }

    .m-xl-n5 {
        margin: -30px !important
    }

    .mt-xl-n5, .my-xl-n5 {
        margin-top: -30px !important
    }

    .mr-xl-n5, .mx-xl-n5 {
        margin-right: -30px !important
    }

    .mb-xl-n5, .my-xl-n5 {
        margin-bottom: -30px !important
    }

    .ml-xl-n5, .mx-xl-n5 {
        margin-left: -30px !important
    }

    .m-xl-auto {
        margin: auto !important
    }

    .mt-xl-auto, .my-xl-auto {
        margin-top: auto !important
    }

    .mr-xl-auto, .mx-xl-auto {
        margin-right: auto !important
    }

    .mb-xl-auto, .my-xl-auto {
        margin-bottom: auto !important
    }

    .ml-xl-auto, .mx-xl-auto {
        margin-left: auto !important
    }
}

.text-monospace {
    font-family: SFMono-Regular, Menlo, Monaco, Consolas, Liberation Mono, Courier New, monospace !important
}

.text-justify {
    text-align: justify !important
}

.text-wrap {
    white-space: normal !important
}

.text-nowrap {
    white-space: nowrap !important
}

.text-truncate {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap
}

.text-left {
    text-align: left !important
}

.text-right {
    text-align: right !important
}

.text-center {
    text-align: center !important
}

@media (min-width: 576px) {
    .text-sm-left {
        text-align: left !important
    }

    .text-sm-right {
        text-align: right !important
    }

    .text-sm-center {
        text-align: center !important
    }
}

@media (min-width: 768px) {
    .text-md-left {
        text-align: left !important
    }

    .text-md-right {
        text-align: right !important
    }

    .text-md-center {
        text-align: center !important
    }
}

@media (min-width: 992px) {
    .text-lg-left {
        text-align: left !important
    }

    .text-lg-right {
        text-align: right !important
    }

    .text-lg-center {
        text-align: center !important
    }
}

@media (min-width: 1200px) {
    .text-xl-left {
        text-align: left !important
    }

    .text-xl-right {
        text-align: right !important
    }

    .text-xl-center {
        text-align: center !important
    }
}

.text-lowercase {
    text-transform: lowercase !important
}

.text-uppercase {
    text-transform: uppercase !important
}

.text-capitalize {
    text-transform: capitalize !important
}

.font-weight-light {
    font-weight: 300 !important
}

.font-weight-lighter {
    font-weight: lighter !important
}

.font-weight-normal {
    font-weight: 400 !important
}

.font-weight-bold {
    font-weight: 700 !important
}

.font-weight-bolder {
    font-weight: bolder !important
}

.font-italic {
    font-style: italic !important
}

.text-white {
    color: #fff !important
}

.text-primary {
    color: #007bff !important
}

a.text-primary:focus, a.text-primary:hover {
    color: #0056b3 !important
}

.text-secondary {
    color: #6c757d !important
}

a.text-secondary:focus, a.text-secondary:hover {
    color: #494f54 !important
}

.text-success {
    color: #28a745 !important
}

a.text-success:focus, a.text-success:hover {
    color: #19692c !important
}

.text-info {
    color: #17a2b8 !important
}

a.text-info:focus, a.text-info:hover {
    color: #0f6674 !important
}

.text-warning {
    color: #ffc107 !important
}

a.text-warning:focus, a.text-warning:hover {
    color: #ba8b00 !important
}

.text-danger {
    color: #dc3545 !important
}

a.text-danger:focus, a.text-danger:hover {
    color: #a71d2a !important
}

.text-light {
    color: #f8f9fa !important
}

a.text-light:focus, a.text-light:hover {
    color: #cbd3da !important
}

.text-dark {
    color: #343a40 !important
}

a.text-dark:focus, a.text-dark:hover {
    color: #121416 !important
}

.text-body {
    color: #a8aabd !important
}

.text-muted {
    color: #6c757d !important
}

.text-black-50 {
    color: rgba(0, 0, 0, .5) !important
}

.text-white-50 {
    color: hsla(0, 0%, 100%, .5) !important
}

.text-hide {
    background-color: transparent;
    border: 0;
    color: transparent;
    font: 0/0 a;
    text-shadow: none
}

.text-decoration-none {
    text-decoration: none !important
}

.text-break {
    overflow-wrap: break-word !important;
    word-break: break-word !important
}

.text-reset {
    color: inherit !important
}

:root {
    --blue: #007bff;
    --indigo: #6610f2;
    --purple: #6f42c1;
    --pink: #e83e8c;
    --red: #dc3545;
    --orange: #fd7e14;
    --yellow: #ffc107;
    --green: #28a745;
    --teal: #20c997;
    --cyan: #17a2b8;
    --white: #fff;
    --gray: #6c757d;
    --gray-dark: #343a40;
    --primary: #007bff;
    --secondary: #6c757d;
    --success: #28a745;
    --info: #17a2b8;
    --warning: #ffc107;
    --danger: #dc3545;
    --light: #f8f9fa;
    --dark: #343a40;
    --breakpoint-xs: 0;
    --breakpoint-sm: 576px;
    --breakpoint-md: 768px;
    --breakpoint-lg: 992px;
    --breakpoint-xl: 1200px;
    --font-family-sans-serif: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
    --font-family-monospace: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace
}

*, :after, :before {
    box-sizing: border-box
}

html {
    -webkit-text-size-adjust: 100%;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
    font-family: sans-serif;
    line-height: 1.15
}

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

body {
    background-color: #fff;
    color: #a8aabd;
    font-family: -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Helvetica Neue, Arial, Noto Sans, sans-serif, Apple Color Emoji, Segoe UI Emoji, Segoe UI Symbol, Noto Color Emoji;
    font-size: 1rem;
    font-weight: 400;
    margin: 0;
    text-align: left
}

[tabindex="-1"]:focus {
    outline: 0 !important
}

hr {
    box-sizing: content-box;
    height: 0;
    overflow: visible
}

h1, h2, h3, h4, h5, h6 {
    margin-bottom: 10px;
    margin-top: 0
}

p {
    margin-bottom: 1rem;
    margin-top: 0
}

abbr[data-original-title], abbr[title] {
    border-bottom: 0;
    cursor: help;
    text-decoration: underline;
    text-decoration: underline dotted;
    text-decoration-skip-ink: none
}

address {
    font-style: normal;
    line-height: inherit
}

address, dl, ol, ul {
    margin-bottom: 1rem
}

dl, ol, ul {
    margin-top: 0
}

ol ol, ol ul, ul ol, ul ul {
    margin-bottom: 0
}

dt {
    font-weight: 700
}

dd {
    margin-bottom: .5rem;
    margin-left: 0
}

blockquote {
    margin: 0 0 1rem
}

b, strong {
    font-weight: bolder
}

small {
    font-size: 80%
}

sub, sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline
}

sub {
    bottom: -.25em
}

sup {
    top: -.5em
}

a {
    background-color: transparent;
    color: #007bff;
    text-decoration: none
}

a:hover {
    color: #0056b3;
    text-decoration: underline
}

a:not([href]):not([tabindex]), a:not([href]):not([tabindex]):focus, a:not([href]):not([tabindex]):hover {
    color: inherit;
    text-decoration: none
}

a:not([href]):not([tabindex]):focus {
    outline: 0
}

code, kbd, pre, samp {
    font-family: SFMono-Regular, Menlo, Monaco, Consolas, Liberation Mono, Courier New, monospace;
    font-size: 1em
}

pre {
    margin-bottom: 1rem;
    margin-top: 0;
    overflow: auto
}

figure {
    margin: 0 0 1rem
}

img {
    border-style: none
}

svg {
    overflow: hidden;
    vertical-align: middle
}

caption {
    caption-side: bottom;
    color: #6c757d;
    padding-bottom: .75rem;
    padding-top: .75rem;
    text-align: left
}

th {
    text-align: inherit
}

label {
    display: inline-block;
    margin-bottom: .5rem
}

button {
    border-radius: 0
}

button:focus {
    outline: 1px dotted;
    outline: 5px auto -webkit-focus-ring-color
}

button, input, optgroup, select, textarea {
    font-family: inherit;
    font-size: inherit;
    line-height: inherit;
    margin: 0
}

button, input {
    overflow: visible
}

button, select {
    text-transform: none
}

select {
    word-wrap: normal
}

[type=button], [type=reset], [type=submit], button {
    -webkit-appearance: button
}

[type=button]:not(:disabled), [type=reset]:not(:disabled), [type=submit]:not(:disabled), button:not(:disabled) {
    cursor: pointer
}

[type=button]::-moz-focus-inner, [type=reset]::-moz-focus-inner, [type=submit]::-moz-focus-inner, button::-moz-focus-inner {
    border-style: none;
    padding: 0
}

input[type=checkbox], input[type=radio] {
    box-sizing: border-box;
    padding: 0
}

input[type=date], input[type=datetime-local], input[type=month], input[type=time] {
    -webkit-appearance: listbox
}

textarea {
    overflow: auto;
    resize: vertical
}

fieldset {
    border: 0;
    margin: 0;
    min-width: 0;
    padding: 0
}

legend {
    color: inherit;
    display: block;
    font-size: 1.5rem;
    line-height: inherit;
    margin-bottom: .5rem;
    max-width: 100%;
    padding: 0;
    white-space: normal;
    width: 100%
}

progress {
    vertical-align: baseline
}

[type=number]::-webkit-inner-spin-button, [type=number]::-webkit-outer-spin-button {
    height: auto
}

[type=search] {
    -webkit-appearance: none;
    outline-offset: -2px
}

[type=search]::-webkit-search-decoration {
    -webkit-appearance: none
}

::-webkit-file-upload-button {
    -webkit-appearance: button;
    font: inherit
}

output {
    display: inline-block
}

summary {
    cursor: pointer;
    display: list-item
}

template {
    display: none
}

.hidden-xs-up, [hidden] {
    display: none !important
}

@media (max-width: 575.98px) {
    .hidden-xs-down {
        display: none !important
    }
}

@media (min-width: 576px) {
    .hidden-sm-up {
        display: none !important
    }
}

@media (min-width: 768px) {
    .hidden-md-up {
        display: none !important
    }
}

@media (max-width: 991.98px) {
    .hidden-md-down {
        display: none !important
    }
}

@media (min-width: 992px) {
    .hidden-lg-up {
        display: none !important
    }
}

@media (max-width: 1199.98px) {
    .hidden-lg-down {
        display: none !important
    }
}

@media (min-width: 1200px) {
    .hidden-xl-up {
        display: none !important
    }
}

.hidden-xl-down {
    display: none !important
}

.fade {
    transition: opacity .15s linear
}

@media (prefers-reduced-motion: reduce) {
    .fade {
        transition: none
    }
}

.fade:not(.show) {
    opacity: 0
}

.collapse:not(.show) {
    display: none
}

.collapsing {
    height: 0;
    overflow: hidden;
    position: relative;
    transition: height .35s ease
}

@media (prefers-reduced-motion: reduce) {
    .collapsing {
        transition: none
    }
}

.modal-open {
    overflow: hidden
}

.modal-open .modal {
    overflow-x: hidden;
    overflow-y: auto
}

.modal {
    display: none;
    height: 100%;
    left: 0;
    outline: 0;
    overflow: hidden;
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 1050
}

.modal-dialog {
    margin: 10px;
    pointer-events: none;
    position: relative;
    width: auto
}

.modal.fade .modal-dialog {
    transform: translateY(-50px);
    transition: transform .3s ease-out
}

@media (prefers-reduced-motion: reduce) {
    .modal.fade .modal-dialog {
        transition: none
    }
}

.modal.show .modal-dialog {
    transform: none
}

.modal-dialog-scrollable {
    display: flex;
    max-height: calc(100% - 20px)
}

.modal-dialog-scrollable .modal-content {
    max-height: calc(100vh - 20px);
    overflow: hidden
}

.modal-dialog-scrollable .modal-footer, .modal-dialog-scrollable .modal-header {
    flex-shrink: 0
}

.modal-dialog-scrollable .modal-body {
    overflow-y: auto
}

.modal-dialog-centered {
    align-items: center;
    display: flex;
    min-height: calc(100% - 20px)
}

.modal-dialog-centered:before {
    content: "";
    display: block;
    height: calc(100vh - 20px)
}

.modal-dialog-centered.modal-dialog-scrollable {
    flex-direction: column;
    height: 100%;
    justify-content: center
}

.modal-dialog-centered.modal-dialog-scrollable .modal-content {
    max-height: none
}

.modal-dialog-centered.modal-dialog-scrollable:before {
    content: none
}

.modal-content {
    background-clip: padding-box;
    background-color: #fff;
    border: 1px solid rgba(0, 0, 0, .2);
    border-radius: .3rem;
    display: flex;
    flex-direction: column;
    outline: 0;
    pointer-events: auto;
    position: relative;
    width: 100%
}

.modal-backdrop {
    background-color: #000;
    height: 100vh;
    left: 0;
    position: fixed;
    top: 0;
    width: 100vw;
    z-index: 1040
}

.modal-backdrop.fade {
    opacity: 0
}

.modal-backdrop.show {
    opacity: .5
}

.modal-header {
    align-items: flex-start;
    border-bottom: 1px solid #dee2e6;
    border-top-left-radius: .3rem;
    border-top-right-radius: .3rem;
    display: flex;
    justify-content: space-between;
    padding: 1rem
}

.modal-header .close {
    margin: -1rem -1rem -1rem auto;
    padding: 1rem
}

.modal-title {
    line-height: 1.5;
    margin-bottom: 0
}

.modal-body {
    flex: 1 1 auto;
    padding: 30px;
    position: relative
}

.modal-footer {
    align-items: center;
    border-bottom-left-radius: .3rem;
    border-bottom-right-radius: .3rem;
    border-top: 1px solid #dee2e6;
    display: flex;
    justify-content: flex-end;
    padding: 30px
}

.modal-footer > :not(:first-child) {
    margin-left: .25rem
}

.modal-footer > :not(:last-child) {
    margin-right: .25rem
}

.modal-scrollbar-measure {
    height: 50px;
    overflow: scroll;
    position: absolute;
    top: -9999px;
    width: 50px
}

@media (min-width: 576px) {
    .modal-dialog {
        margin: 15px auto;
        max-width: 500px
    }

    .modal-dialog-scrollable {
        max-height: calc(100% - 30px)
    }

    .modal-dialog-scrollable .modal-content {
        max-height: calc(100vh - 30px)
    }

    .modal-dialog-centered {
        min-height: calc(100% - 30px)
    }

    .modal-dialog-centered:before {
        height: calc(100vh - 30px)
    }

    .modal-sm {
        max-width: 300px
    }
}

@media (min-width: 992px) {
    .modal-lg, .modal-xl {
        max-width: 800px
    }
}

@media (min-width: 1200px) {
    .modal-xl {
        max-width: 1140px
    }
}

body, html {
    height: 100%;
    position: relative
}

body {
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    -webkit-text-size-adjust: none;
    background-color: #12131f;
    color: #c8cad8;
    font-family: Roboto, sans-serif;
    font-size: 16px;
    line-height: 1.5
}

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

a {
    cursor: pointer
}

a:hover {
    color: #f57c00;
    text-decoration: none
}

header li {
    list-style: none
}

li, ol, ul {
    padding: 0
}

ol, main ul {
    margin: 15px 0;
    padding-left: 20px;
}

.h1, .h2, h1, h2, h3, h4, h5, h6 {
    color: #fff;
    font-weight: 900;
    line-height: 1.3
}

.h1, h1 {
    font-size: 38px;
    font-weight: 900
}

@media (max-width: 1199.98px) {
    .h1, h1 {
        font-size: 30px
    }
}

@media (max-width: 767.98px) {
    .h1, h1 {
        font-size: 24px
    }
}

h2 {
    font-size: 26px;
    margin-bottom: .4em;
    margin-top: 45px
}

@media (max-width: 767.98px) {
    h2 {
        font-size: 19px
    }
}

h2:first-child {
    margin-top: 0
}

.h2 {
    font-size: 26px;
    margin-bottom: .7em
}

@media (max-width: 767.98px) {
    .h2 {
        font-size: 22px
    }
}

.widget-global-holder h2 {
    font-size: 26px;
    font-weight: 900
}

@media (max-width: 767.98px) {
    .widget-global-holder h2 {
        font-size: 22px;
        line-height: 28px
    }
}


h3, h4 {
    font-size: 18px
}

@media (max-width: 767.98px) {
    .h1 .icon {
        display: block;
        max-width: 30px
    }
}

input {
    outline: none
}

.bold {
    font-weight: 600
}

.relative, .wrapper {
    position: relative
}

.wrapper {
    align-items: stretch;
    display: flex;
    flex-direction: column;
    max-width: 100%;
    min-height: 100%;
    overflow: hidden
}

.center-wrap {
    margin: 0 auto;
    max-width: 1190px
}

@media (min-width: 768px) {
    .center-wrap {
        padding-left: 10px;
        padding-right: 10px
    }
}

.hidden {
    display: none !important
}

.white {
    color: #fff
}

.bg-light {
    background-color: #212539
}

.grey-link {
    color: #989baf
}

.icon {
    display: inline-block;
    margin-top: -.12em;
    max-width: none;
    vertical-align: middle
}

.icon, a .icon {
    fill: currentColor
}

.rotate-180 {
    transform: rotate(180deg)
}

.rotate-90 {
    transform: rotate(90deg)
}

.rotate90 {
    transform: rotate(-90deg)
}

.flip-v {
    transform: scaleY(-1)
}

.flip-h {
    transform: scaleX(-1)
}

a .fill-blue {
    fill: #378efa
}

a:hover .fill-blue {
    fill: currentColor
}

.fill-red {
    fill: #e22
}

.fill-green {
    fill: #2ca179
}

.fill-white {
    fill: #fff
}

.hover-fill-orange:hover .icon {
    fill: #f57c00
}

.cursor-pointer {
    cursor: pointer
}

.button, .comment-radio-row label {
    background-color: #2f3651;
    border: none;
    border-radius: 4px;
    color: #378efa;
    cursor: pointer;
    display: inline-block;
    font-size: 12px;
    font-weight: 700;
    letter-spacing: .7px;
    line-height: 2;
    padding: 7px 15px;
    text-align: center;
    text-transform: uppercase;
    transition: all .15s;
    transition: all .25;
    white-space: nowrap
}

.button:hover, .comment-radio-row label:hover {
    background-color: #4b516e
}

.button-main {
    background-color: #212539;
    font-size: 16px;
    padding: 7px 18px
}

.button-main:hover {
    background-color: #2f3651
}

@media (max-width: 575.98px) {
    .button-main {
        display: block;
        text-align: center;
        width: 100%
    }
}

.button-orange, .comment-radio-row input[type=radio]:checked + label {
    background-image: linear-gradient(90deg, #e4a91b 12%, #f88021 79%);
    color: #fff !important
}

.button-orange:hover, .comment-radio-row input[type=radio]:checked + label:hover {
    background-image: linear-gradient(90deg, #f88a21, #f84a21)
}

.button-blue {
    background-image: linear-gradient(270deg, #3a6aee, #378ffb);
    color: #fff !important;
    padding: 7px 19px
}

.button-blue:hover {
    background-image: linear-gradient(270deg, #622eef, #7d4efc)
}

.button-submit {
    display: block;
    font-size: 14px;
    line-height: 30px;
    padding: 10px 15px;
    width: 100%
}

.button-light {
    background-color: #4b516e;
    color: #fff
}

.button-light:hover {
    color: #fff
}

.button-hover-white:hover {
    background: #fff;
    color: #12131f
}

.button-hover-white:hover svg {
    fill: #378efa
}

.button-show {
    background: #212539;
    color: #378efa;
    display: block;
    padding: 7px 10px;
    text-align: center
}

.hide, .show {
    cursor: pointer
}

.button-super {
    font-size: 16px;
    padding: 13px 55px
}

@media (max-width: 767.98px) {
    .button-super {
        max-width: 100%;
        padding: 9px 20px
    }
}

.cover {
    bottom: 0;
    left: 0;
    position: absolute;
    right: 0;
    text-indent: -9999px;
    top: 0;
    width: 100%
}

.ellipsis {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap
}

.header-wrap {
    height: 66px;
    position: relative
}

@media (max-width: 767.98px) {
    .header-wrap {
        height: 54px
    }
}

.header-wrap.width-second-header {
    height: 94px
}

.header {
    background: #191d2f;
    border-bottom: 1px solid #292d40;
    flex-shrink: 0;
    font-size: 14px;
    letter-spacing: .7px;
    line-height: 40px;
    position: relative;
    z-index: 6
}

.header.fixed {
    box-shadow: 0 0 5px rgba(0, 0, 0, .7);
    left: 0;
    position: fixed;
    right: 0;
    top: 0
}

@media (min-width: 768px) {
    .header {
        z-index: 7
    }
}

@media (max-width: 767.98px) {
    .header {
        border-bottom-color: #2a2d41;
        padding: 6px 0 0
    }
}

.header img {
    max-width: none
}

@media (min-width: 768px) {
    .header .header-row {
        height: 65px
    }
}

@media (max-width: 767.98px) {
    .header .header-row {
        flex-wrap: nowrap
    }
}

.header .center-wrap {
    padding: 0 10px
}

@media (max-width: 767.98px) {
    .header .center-wrap {
        border-bottom: 1px solid #4b516e;
        padding: 0 10px 6px
    }
}
.header a:hover {
    color: #f57c00
}

.header .mob-menu-button {
    display: none;
    flex: 0 0 24px;
    margin-right: 5px
}

@media (max-width: 991.98px) {
    .header .mob-menu-button {
        display: block
    }
}

.header .logo {
    margin-right: 10px;
    max-width: 150px
}

.header .logo .icon, .header .logo img {
    max-width: 100%
}

@media (max-width: 991.98px) {
    .header .logo {
        flex: 0 1 200px;
        margin: 0 auto;
        text-align: center
    }
}

@media (max-width: 767.98px) {
    .header .logo {
        flex: 0 1 auto
    }
}

.header .topsearch {
    flex-grow: 0;
    margin-right: 5px;
    position: static
}

@media (max-width: 991.98px) {
    .header .topsearch {
        flex: 0 0 30px;
        margin: 0
    }
}

@media (max-width: 767.98px) {
    .header .topsearch {
        flex: 0 0 30px;
        order: 5
    }
}

.header .col-fav {
    flex-grow: 0;
    margin-right: 5px
}

.header .loginpanel {
    text-transform: uppercase;
    white-space: nowrap
}

.header .loginpanel .login:hover {
    color: #fff
}

.header .loginpanel .login:hover .icon {
    fill: #000
}

.header .loginpanel .login img {
    max-width: none
}

.header .loginpanel .login .icon {
    fill: #fff
}

.hbutton {
    background-color: #2f3651;
    border-radius: 4px;
    color: #fff;
    cursor: pointer;
    display: inline-block;
    font-weight: 700;
    height: 38px;
    line-height: 38px;
    text-align: center;
    width: 38px
}

@media (max-width: 767.98px) {
    .hbutton {
        background-color: #2f3651;
        border-radius: 50%;
        height: 30px;
        line-height: 30px;
        margin: 0;
        padding: 0;
        text-align: center;
        width: 30px
    }
}

.hbutton:hover {
    background: #fff;
    color: #12131f
}

.hbutton:hover .icon {
    fill: #378efa
}

.lang-changer {
    flex-grow: 0;
    margin-right: 5px;
    position: relative;
    z-index: 2
}

.lang-changer .lang-selector {
    background-color: #212539;
    border-radius: 4px;
    font-size: 16px;
    font-weight: 700;
    line-height: 40px;
    min-width: 185px;
    padding: 22px 25px;
    position: absolute;
    top: 55px
}

@media (max-width: 767.98px) {
    .lang-changer .lang-selector {
        max-width: none;
        padding: 15px 25px;
        top: 48px;
        transform: translateX(-50%)
    }
}

.lang-changer .lang-selector .item {
    color: #fff;
    display: block;
    white-space: nowrap
}

.lang-changer .lang-selector .item:hover {
    color: #f57c00
}

.lang-changer .lang-selector:before {
    content: "";
    display: block;
    height: 18px;
    left: 0;
    position: absolute;
    top: -18px;
    width: 100%
}

.top-menu {
    display: flex;
    flex-grow: 1;
    font-weight: 700;
    line-height: 24px;
    margin: 0 5px
}

.top-menu .top-menu-el {
    margin: 0 15px;
    position: relative
}

.top-menu .top-menu-el:hover .dropmenu {
    max-height: 460px;
    opacity: 1;
    padding: 17px 18px
}

.top-menu .item {
    align-items: center;
    color: #fff;
    display: flex;
    height: 65px;
    padding: 14px 0;
    text-transform: uppercase
}

@media (max-width: 991.98px) {
    .top-menu .item {
        margin: 0 5px
    }
}

.top-menu .item .icon {
    margin-right: 5px
}

.top-menu .item.active:after, .top-menu .item:hover:after {
    border: 2px solid #f57c00;
    border-radius: 2px;
    bottom: -1px;
    content: "";
    height: 0;
    left: 0;
    position: absolute;
    right: 0
}

.top-menu .dropmenu {
    background-color: #fff;
    box-shadow: 0 2px 10px 0 rgba(18, 19, 31, .55);
    left: 0;
    max-height: 0;
    min-width: 100%;
    opacity: 0;
    overflow: hidden;
    padding: 0 18px;
    position: absolute;
    top: 100%;
    transition: all .17s;
    z-index: 1
}

.top-menu .dropmenu a {
    color: #1a1d2f;
    display: block;
    font-size: 16px;
    padding: 7px
}

.top-menu .dropmenu a:hover {
    color: #f57c00
}

.my-favorites {
    display: inline-block;
    font-weight: 700;
    text-transform: uppercase
}

.my-favorites .icon {
    max-width: none
}

@media (max-width: 767.98px) {
    .my-favorites {
        background: #12131f;
        border: 1px solid #4b516e;
        border-radius: 50%;
        flex: 0 0 30px;
        height: 30px;
        line-height: 28px;
        text-align: center;
        width: 30px
    }

    .my-favorites .icon {
        fill: #fff;
        margin-right: 0
    }
}

.menu {
    background: rgba(26, 29, 47, .75);
    bottom: 0;
    display: none;
    left: 0;
    position: fixed;
    right: 0;
    top: 0;
    z-index: 6
}

.menu.opened {
    display: block
}

@media (min-width: 768px) {
    .menu {
        top: 66px
    }
}

.menu .menublock {
    background-color: #212539;
    position: relative;
    z-index: 2
}

@media (max-width: 991.98px) {
    .menu .menublock {
        border-right: 1px solid #2a2d41;
        height: 100%;
        overflow: auto;
        width: 280px
    }
}

@media (max-width: 350px) {
    .menu .menublock {
        width: 260px
    }
}

.menu .menuwrap {
    margin: 0 auto;
    max-width: 1170px
}

@media (max-width: 991.98px) {
    .menu .menuwrap {
        display: flex;
        flex-direction: column;
        min-height: 100%
    }
}

@media (max-width: 767.98px) {
    .menu .menu-bigblock {
        border-bottom: 1px solid #141523
    }
}

.menu .top-item {
    font-size: 14px;
    line-height: 40px;
    padding: 15px;
    text-transform: uppercase
}

.menu .top-item .link {
    color: #fff;
    flex: 1 0 auto;
    font-weight: 700
}

.menu .top-item .link .icon {
    margin: 0 6px 0 0
}

.menu .top-item .open-this {
    flex: 0 0 30px;
    margin-right: -10px;
    padding-left: 20px
}

.menu .submenu {
    display: none;
    font-size: 15px;
    line-height: 30px;
    padding: 0 15px
}

@media (min-width: 992px) {
    .menu .submenu {
        margin-left: 250px
    }
}

@media (max-width: 767.98px) {
    .menu .submenu {
        background-color: #12131f
    }
}

.menu .submenu.opened {
    display: flex
}

@media (max-width: 767.98px) {
    .menu .submenu.opened {
        display: block
    }
}

.menu .submenu a {
    color: #fff;
    display: block
}

.menu .submenu a:hover {
    color: #f57c00
}

.menu .submenu .sub-title {
    color: #a8aabd;
    font-size: 13px;
    font-weight: 500;
    line-height: 24px;
    text-transform: uppercase
}

.menu .submenu .sub-title .icon {
    margin-right: 8px
}

.menu .submenu .block {
    padding: 20px 0
}

@media (max-width: 767.98px) {
    .menu .submenu .block {
        border-bottom: 1px solid #4b516e
    }
}

@media (min-width: 768px) {
    .menu .submenu .block {
        flex: 0 0 33.3333%;
        max-width: 33.3333%;
        padding: 33px 0
    }
}

.menu .submenu .block:last-child {
    border-bottom: none;
    margin: 0
}

@media (min-width: 768px) {
    .menu .submenu .list {
        font-weight: 700
    }
}

.menu .submenu .list .icon {
    border-radius: 2px
}

.menu .submenu .list a {
    padding: 5px 0
}

.menu .submenu .list .count {
    color: #a8aabd;
    font-size: 14px;
    font-weight: 400;
    margin-left: 4px
}

.menu .submenu .numb-icon {
    margin: -4px 4px -4px -6px
}

.menu .submenu .numb {
    background-color: #2f3651;
    border-radius: 12px;
    color: #a8aabd;
    display: inline-block;
    line-height: 24px;
    margin-right: 10px;
    min-width: 24px;
    padding: 0 4px;
    text-align: center;
    vertical-align: middle
}

.menu .submenu .alllink {
    color: #378efa
}

.menu .mob-languages .top-item {
    padding: 5px 15px
}

.menu .mob-languages .submenu {
    padding: 21px 15px
}

.menu .mob-languages .item {
    padding: 4px 0
}

.menu .close {
    position: absolute;
    right: 22px;
    top: 10px;
    z-index: 5
}

@media (max-width: 350px) {
    .menu .close {
        right: 15px
    }
}

.menu .closearea {
    bottom: 0;
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
    z-index: 0
}

.secondhead {
    background-color: #191c30;
    font-size: 14px;
    height: 40px;
    line-height: 20px
}

.secondhead .secondhead-wrap {
    -webkit-overflow-scrolling: touch;
    flex-wrap: nowrap;
    overflow: auto
}

.secondhead .col {
    flex-grow: 0;
    margin-right: 10px;
    white-space: nowrap
}

.secondhead .item {
    color: #c8cad8;
    display: block;
    font-weight: 500;
    padding: 10px 0
}

.secondhead .item.active, .secondhead .item:hover {
    box-shadow: 0 3px 0 #f57c00;
    color: #f57c00;
    padding-bottom: 8px
}

.main-wrap {
    flex-grow: 1
}

.head-content {
    background-color: #1a172c;
    border-bottom: 1px solid #2a2d41
}

.main {
    padding: 29px 0 60px
}

@media (max-width: 767.98px) {
    .main {
        padding-left: 15px;
        padding-right: 15px
    }
}

@media (max-width: 575.98px) {
    .main {
        padding-bottom: 40px;
        padding-top: 15px
    }
}

@media (max-width: 350px) {
    .main {
        padding-left: 10px;
        padding-right: 10px
    }
}

hr {
    display: none
}

.content ul {
    margin-bottom: 1em
}

.content ul li {
    list-style: none;
    margin: 0 0 .3em 29px
}

.content ul li:before {
    background: #ffc748;
    border-radius: 50%;
    content: "";
    display: inline-block;
    height: 5px;
    margin: 0 18px 0 -10px;
    vertical-align: middle;
    width: 5px
}

.content ol {
    list-style: decimal;
    list-style: none;
    margin-bottom: 1em
}

.content ol li {
    list-style: decimal;
    margin: 0 0 .3em 34px;
    padding-left: 8px
}

.content blockquote {
    border-bottom: 1px solid #2f3751;
    border-radius: 4px;
    border-top: 1px solid #2f3751;
    font-style: italic;
    margin-bottom: 1em;
    padding: 15px 0 15px 44px
}

.content .quote-author {
    color: #fff;
    font-style: normal;
    font-weight: 700
}

.content .quote-note {
    background-color: #212539;
    border-radius: 4px;
    box-shadow: inset 14px 0 0 -10px #ffc748;
    display: block;
    margin-bottom: 1em;
    padding: 16px 20px
}

.content p:last-child {
    margin-bottom: 0
}

.content table {
    background-color: #191d2f;
    border: none;
    border-radius: 4px;
    color: #fff;
    font-size: 16px;
    margin: 5px auto 1em;
    overflow: hidden
}

.content table thead {
    background-color: #2f3651;
    color: #a8aabd;
    font-size: 12px;
    font-weight: 700;
    text-transform: uppercase
}

.content table th {
    border: none;
    padding: 15px 14px;
    text-align: center
}

.content table td {
    border: none;
    border-right: 1px solid #12131f;
    line-height: 1.25;
    padding: 12px 14px 13px
}

.content table td:last-child {
    border-radius: none
}

.content table tr:nth-child(2n) {
    background-color: #212539
}

table {
    border-collapse: collapse
}

.table-responsive {
    -webkit-overflow-scrolling: touch;
    -ms-overflow-style: -ms-autohiding-scrollbar;
    display: block;
    overflow-x: auto;
    width: 100%
}

.nav-anchor {
    position: relative;
    top: -60px
}

.content-image {
    display: block;
    margin: 0 auto 1em
}

.widget-title {
    align-items: baseline;
    display: flex;
    line-height: 40px;
    margin-bottom: 15px
}

@media (max-width: 767.98px) {
    .widget-title {
        line-height: 30px;
        margin-bottom: 10px;
        padding: 0 15px
    }
}

.widget-title .img {
    display: inline-block;
    flex: 0 0 40px;
    width: 40px
}

.widget-title .img img {
    margin-top: -4px;
    width: 28px
}

@media (max-width: 767.98px) {
    .widget-title .img {
        flex: 0 0 32px;
        width: 32px
    }

    .widget-title .img img {
        width: 24px
    }
}

.widget-title .h2 {
    font-size: 26px;
    font-weight: 900;
    margin: 0 auto 0 0
}

@media (max-width: 767.98px) {
    .widget-title .h2 {
        font-size: 22px
    }
}

.widget-title .more-link {
    align-self: center;
    background-color: #212539;
    border-radius: 4px;
    color: #378efa;
    font-size: 12px;
    font-weight: 700;
    line-height: 30px;
    margin-left: 10px;
    padding: 0 9px;
    text-transform: uppercase
}

.widget-title .more-link .icon {
    margin: -2px -7px 0 -2px
}

.widget-title .more-link span {
    font-weight: 400
}

@media (max-width: 767.98px) {
    .widget-title .more-link {
        display: none
    }
}

.widget-title .more-link:hover {
    color: #f57c00
}

.reviewbody .widget-title .h2 {
    font-size: 20px
}

.main .widget-title, .reviewbody .widget-title .more-link {
    padding: 0
}

.bottom-morelink {
    background-color: #212539;
    display: block;
    white-space: normal
}

.reviewpage .bottom-morelink {
    background-color: #2f3651
}

.horizontal {
    position: relative
}

.nav-horiz {
    align-items: center;
    color: #fff;
    cursor: pointer;
    display: flex;
    height: 100%;
    justify-content: center;
    left: -40px;
    max-height: 360px;
    padding-bottom: 10px;
    position: absolute;
    top: 0;
    width: 40px
}

.nav-horiz.disabled {
    color: #4b516e
}

.nav-horiz:hover {
    color: #f57c00
}

@media (max-width: 1199.98px) {
    .nav-horiz {
        left: 0
    }
}

@media (max-width: 767.98px) {
    .nav-horiz {
        display: none
    }
}

.nav-next {
    left: auto;
    right: -40px
}

@media (max-width: 1199.98px) {
    .nav-next {
        right: 0
    }
}

.reviewpage .nav-horiz {
    left: -30px;
    width: 30px
}

.reviewpage .nav-next {
    left: auto;
    right: -30px
}

.show-more {
    display: block;
    line-height: 24px
}

.show-more span {
    border-bottom: 1px dotted;
    display: inline-block
}

.shortit {
    max-height: 146px;
    overflow: auto
}

.shortit.longer {
    max-height: 300px
}

.shorted {
    max-height: 120px;
    overflow: hidden;
    position: relative
}

.shorted.longer {
    max-height: 274px
}

.shorted a {
    position: relative
}

.shorted:after {
    background: linear-gradient(0deg, #212539 1%, rgba(33, 37, 57, 0));
    bottom: 0;
    content: "";
    height: 6em;
    left: 0;
    position: absolute;
    width: 100%;
    z-index: 1
}

.shorted.shortdark:after {
    background: linear-gradient(0deg, #12131f 1%, rgba(18, 19, 31, 0))
}

.head-content .shorted:after {
    background: linear-gradient(0deg, #1a172c 1%, rgba(26, 23, 44, 0))
}

.mb-big {
    margin-bottom: 60px
}

@media (max-width: 991.98px) {
    .mb-big {
        margin-bottom: 50px
    }
}

.site-casino-count {
    font-size: 18px;
    font-weight: 500
}

.countrys {
    padding: 20px 30px
}

@media (max-width: 767.98px) {
    .countrys {
        padding: 10px 15px
    }
}

.countrys .c-head {
    border-bottom: 2px solid #12131f;
    color: #fff;
    font-size: 20px;
    font-weight: 700;
    padding: 22px 31px
}

@media (max-width: 767.98px) {
    .countrys .c-head {
        padding: 15px
    }
}

.countrys .c-head a {
    color: #fff
}

.countrys .c-head .icon {
    margin-left: -3px
}

.countrys .c-body {
    padding: 0
}

.countrys li {
    list-style: none;
    margin: 0
}

.countrys .link {
    align-items: center;
    color: #fff;
    display: inline-block;
    display: flex;
    font-size: 16px;
    line-height: 25px;
    padding: 7px 0;
    white-space: nowrap
}

.countrys .link:hover {
    color: #f57c00
}

.countrys .link:hover .icon {
    fill: currentColor
}

.countrys .link .icon {
    fill: #378efa;
    flex: 0 0 24px;
    margin: 0 0 -1px -2px
}

.countrys .name {
    overflow: hidden;
    text-overflow: ellipsis
}

.countrys img {
    border-radius: 2px;
    margin: 0 15px 0 0
}

@media (max-width: 767.98px) {
    .countrys img {
        margin-right: 10px
    }
}

.countrys .flag {
    flex: 0 0 25px;
    margin-right: 13px
}

.countrys .count {
    color: #a8aabd
}

.countrys .button-show {
    background-color: #2f3651;
    border-radius: 4px;
    font-size: 12px;
    font-weight: 700;
    line-height: 24px;
    margin: 15px 0 10px;
    text-transform: uppercase
}

@media (max-width: 767.98px) {
    .countrys .button-show {
        margin: 10px 0 5px
    }

    .main-wrap .countrys li:nth-child(n+9) {
        display: none
    }
}

.main-wrap .countrys li.visible {
    display: block
}

@media (min-width: 992px) {
    .reviewpage .rating-table2 .numb {
        display: none
    }
}

@media (max-width: 1199.98px) {
    .reviewpage .rating-table2 .point-col {
        display: none
    }
}

@media (max-width: 991.98px) {
    .reviewpage .rating-table2 .point-col {
        display: block
    }
}

.rating .rating-value {
    color: #fff
}

.rating-stars {
    background: url(/build/images/star-d.4e65b1fa.svg) repeat-x 0;
    background-size: auto 100%;
    display: inline-block;
    height: 18px;
    margin-right: 5px;
    margin-top: -2px;
    position: relative;
    vertical-align: middle;
    width: 90px
}

.rating-stars .value {
    background: url(/build/images/star-y.87979a8e.svg) repeat-x 0;
    background-size: inherit;
    display: block;
    height: 100%
}

.pagination {
    border-radius: .25rem;
    display: -ms-flexbox;
    display: flex;
    line-height: 20px;
    list-style: none;
    margin: 0 -10px -6px;
    overflow: auto;
    padding: 0 10px
}

.pagination .page-item {
    line-height: 30px;
    margin-bottom: 6px;
    margin-right: 6px
}

.pagination .page-link {
    background-color: #272c41;
    border-radius: 4px;
    color: #fff;
    display: block;
    font-size: 14px;
    font-weight: 500;
    min-width: 38px;
    padding: 4px;
    position: relative;
    text-align: center;
    text-decoration: none
}

.pagination .page-link:hover {
    background-color: #2f3651
}

.pagination .page-link.active {
    background-image: linear-gradient(270deg, #3a6aee, #378ffb);
    color: #fff
}

.top-panel {
    align-items: center;
    display: flex;
    flex-wrap: nowrap;
    padding: 20px 0 0
}

@media (max-width: 767.98px) {
    .top-panel {
        overflow: auto;
        padding: 10px 15px 0
    }
}

.comment-radio-row .top-panel label, .top-panel .button, .top-panel .comment-radio-row label {
    background-color: #212539
}

.comment-radio-row .top-panel label:hover, .top-panel .button:hover, .top-panel .comment-radio-row label:hover {
    color: #f57c00
}

@media (max-width: 767.98px) {
    .comment-radio-row .top-panel .button label, .comment-radio-row .top-panel label .button, .comment-radio-row .top-panel label label, .top-panel .button .button, .top-panel .button .comment-radio-row label, .top-panel .comment-radio-row label .button, .top-panel .comment-radio-row label label {
        padding-bottom: 5px;
        padding-top: 5px
    }
}

.top-panel .currentitem {
    background-color: #212539 !important;
    color: #a8aabd !important;
    cursor: default
}

.top-panel .separ .icon {
    margin: 0 -1px
}

.button-i {
    cursor: pointer
}

.button-i .icon {
    fill: #a8aabd;
    transition: fill .2s ease
}

.button-i:hover .icon {
    fill: #f57c00
}

.button-i.active .icon {
    fill: url(#svgHeartGr) #ff686e
}

.sheet {
    background-color: #212539;
    border-radius: 4px
}

.reviewcol {
    flex: 1 0 74.36%;
    max-width: 74.36%;
    padding: 0
}

@media (max-width: 991.98px) {
    .reviewcol {
        flex: 1 0 100%;
        max-width: 100%
    }
}

.sidebar {
    flex: 0 0 25.64%;
    max-width: 25.64%;
    padding: 0 0 0 20px
}

@media (max-width: 991.98px) {
    .sidebar {
        display: none
    }
}

.reviewpage {
    margin: 0;
    padding-top: 20px
}

@media (max-width: 1199.98px) {
    .reviewpage {
        padding-left: 0;
        padding-right: 0
    }
}

@media (max-width: 767.98px) {
    .reviewpage {
        padding-top: 10px
    }
}

@media (max-width: 991.98px) {
    .reviewpage .reviewcol {
        flex: 1 0 100%;
        width: 100%
    }
}

.reviewpage .reviewhead {
    padding: 30px 0 30px 30px
}

@media (max-width: 767.98px) {
    .reviewpage .reviewhead {
        padding: 10px 15px
    }
}

.reviewpage .reviewhead .image {
    flex: 1 0 50%;
    margin-bottom: 15px;
    max-width: none;
    min-height: 60px;
    padding: 0;
    text-align: center
}

.reviewpage .reviewhead .image img {
    background-color: #000;
    border: 1px solid #333a5e;
    border-radius: 4px
}

@media (min-width: 768px) {
    .reviewpage .reviewhead .image {
        flex: 0 190px;
        margin-bottom: 0;
        max-width: 190px;
        padding-right: 15px
    }
}

@media (max-width: 575.98px) {
    .reviewpage .reviewhead .image {
        flex: 0 0 77px;
        margin: 0 10px 0 0;
        max-width: 77px;
        padding: 5px 0
    }
}

.reviewpage .reviewhead .name {
    color: #fff;
    font-size: 28px;
    font-weight: 900;
    margin-bottom: 10px
}

.reviewpage .reviewhead .mob-title {
    align-items: center;
    color: #fff;
    display: flex;
    font-size: 22px;
    font-weight: 900;
    line-height: 1.25;
    padding: 0
}

.reviewpage .reviewhead .mob-line {
    border-bottom: 1px solid #12131f;
    margin: 10px 0 15px
}

@media (max-width: 767.98px) {
    .reviewpage .reviewhead .col-central {
        flex: 1 0 100%;
        margin-bottom: 20px;
        order: 2;
        padding: 0;
        text-align: center
    }
}

.reviewpage .reviewhead .buttons {
    margin-bottom: 10px
}

.reviewpage .reviewhead .buttons .col {
    flex-grow: 0
}

@media (max-width: 575.98px) {
    .reviewpage .reviewhead .buttons .col {
        flex-grow: 1
    }
}

@media (max-width: 767.98px) {
    .reviewpage .reviewhead .buttons {
        justify-content: center
    }
}

@media (max-width: 575.98px) {
    .reviewpage .reviewhead .buttons {
        margin-bottom: 0
    }
}

.reviewpage .reviewhead .button-review {
    background-color: #4b516e;
    color: #fff
}

.reviewpage .reviewhead .button-review:hover {
    background-color: #fff;
    color: #12131f
}

@media (max-width: 575.98px) {
    .comment-radio-row .reviewpage .reviewhead label, .reviewpage .reviewhead .button, .reviewpage .reviewhead .comment-radio-row label {
        display: block
    }
}

.reviewpage .reviewhead .play-accept {
    color: #abaebf;
    font-family: Open Sans;
    font-size: 12px;
    font-weight: 600
}

.reviewpage .reviewhead .play-accept .icon {
    fill: #2ca179
}

.reviewpage .reviewhead .play-accept img {
    margin: -3px 5px 0 0
}

.reviewpage .reviewhead .not-accepted .icon {
    fill: #e11
}

.reviewpage .reviewhead .totalratings {
    border-left: none;
    flex: 0 50%;
    order: 1;
    text-align: center
}

@media (min-width: 768px) {
    .reviewpage .reviewhead .totalratings {
        border-left: 1px solid #12131f;
        flex: 0 201px;
        order: 3;
        padding: 0 20px
    }
}

@media (max-width: 575.98px) {
    .reviewpage .reviewhead .totalratings {
        align-items: center;
        display: flex;
        flex: 1 0 100%;
        font-size: 14px;
        justify-content: space-between;
        margin-bottom: 13px;
        padding: 0
    }
}

.reviewpage .reviewhead .totalratings .rating {
    display: block;
    margin-bottom: 10px
}

@media (max-width: 575.98px) {
    .reviewpage .reviewhead .totalratings .rating {
        margin: 0
    }
}

@media (max-width: 340px) {
    .reviewpage .reviewhead .totalratings .rating .rating-stars {
        width: 19px
    }
}

.reviewpage .reviewhead .totalratings .t-points {
    color: #fff;
    font-size: 16px;
    line-height: 24px;
    min-width: 122px;
    text-transform: none
}

.reviewpage .reviewhead .totalratings .t-points:hover {
    background: #2f3651
}

.reviewpage .reviewhead .totalratings .rating-value {
    color: #fff;
    font-weight: 500
}

.reviewpage .reviewhead .totalratings .reviews-count {
    color: #a8aabd;
    font-size: 12px
}

.reviewpage .reviewhead .totalratings .reviews-count a {
    border-bottom: 1px dotted
}

.reviewpage .reviewhead .mob-points {
    color: #a8aabd
}

.reviewpage .reviewhead .mob-reviews-count img {
    margin-right: 3px
}

.reviewpage .reviewhead .brd {
    background: #12131f;
    display: none;
    flex: 0 0 1px;
    height: 17px;
    margin: 0 3px;
    width: 1px
}

@media (max-width: 575.98px) {
    .reviewpage .reviewhead .brd {
        display: block
    }
}

.reviewpage .reviewhead .mob-restricted {
    margin-top: -2px
}

.reviewpage .reviewhead .mob-restricted .icon {
    margin: 0 -2px -1px 0
}

.reviewpage .reviewnav {
    line-height: 22px;
    padding: 0
}

.reviewpage .reviewnav ul {
    display: flex;
    flex-wrap: wrap;
    margin: 0;
    padding: 0
}

.reviewpage .reviewnav li {
    flex: 0 0 auto;
    list-style: none;
    margin: 0 10px 10px 0
}

.reviewpage .reviewnav li a {
    background-color: #2f3651;
    border-radius: 4px;
    color: #c8cad8;
    display: block;
    font-size: 14px;
    padding: 2px 8px;
    transition: all .2s
}

.reviewpage .reviewnav li a:hover {
    background-color: #4b516e
}

.reviewpage .reviewbody {
    padding: 30px
}

@media (max-width: 767.98px) {
    .reviewpage .reviewbody {
        padding: 15px
    }
}

.reviewpage .bt-1 {
    border-top: 1px solid #12131f
}

.block-head {
    align-items: flex-start;
    display: flex;
    line-height: 30px;
    margin: 0 0 15px
}

.block-head .title {
    color: #fff;
    flex: 1 0;
    font-size: 20px;
    font-weight: 900;
    line-height: 30px;
    margin: 0
}

@media (max-width: 767.98px) {
    .block-head .title {
        font-size: 18px;
        line-height: 24px;
        padding: 3px 0
    }
}

.block-head .img {
    flex: 0 0 25px;
    margin-right: 6px
}

.block-head img {
    margin-top: -3px;
    vertical-align: middle
}

.block-head .link .icon {
    margin: 0 -7px 0 0
}

.block-head .link:hover {
    color: #f57c00
}

.block-head .link:hover .icon {
    fill: #f57c00
}

.morelink {
    background-color: #212539;
    border-radius: 0 0 4px 4px;
    color: #378efa;
    display: block;
    font-size: 12px;
    font-weight: 700;
    margin-top: 2px;
    padding: 10px;
    text-align: center;
    text-transform: uppercase
}

@media (max-width: 991.98px) {
    .morelink {
        background-image: linear-gradient(270deg, #3a6aee 100%, #378ffb 0);
        border-radius: 4px
    }

    .morelink, .morelink:hover {
        color: #fff
    }
}

.dark-line {
    border-top: 1px solid #12131f;
    margin: 30px 0 25px
}

.dark-line.blue-line {
    border-color: #2f3751
}

.dark-line.mb-big {
    margin-bottom: 60px
}

.types-box {
    margin: -5px
}

.types-box .col {
    padding: 5px
}

.types-box .link {
    background-color: #2f3651;
    border-radius: 4px;
    color: #fff;
    display: block;
    font-weight: 700;
    overflow: hidden;
    padding: 20px 15px;
    text-overflow: ellipsis;
    white-space: nowrap
}

@media (max-width: 767.98px) {
    .types-box .link {
        padding: 12px
    }
}

@media (max-width: 575.98px) {
    .types-box .link {
        padding: 8px
    }
}

.types-box a.link:hover {
    background: #4b516e
}

.types-box .icon {
    margin-right: 10px
}

.gamesblock .boxes {
    margin: 0 -5px
}

.gamesblock .boxes .col {
    overflow: hidden;
    padding: 5px;
    text-align: center
}

.gamesblock .boxes .img {
    border-radius: 4px 4px 0 0;
    display: block
}

.gamesblock .boxes .name {
    background-color: #272c41;
    color: #7c809a;
    display: block;
    padding: 10px
}

.gamesblock .boxes .name:hover {
    color: #7c809a
}

.boxes {
    margin: -5px
}

.boxes .item {
    overflow: hidden;
    padding: 5px;
    text-align: center
}

.boxes .inner {
    background-color: #2f3651;
    border-radius: 4px;
    overflow: hidden;
    transition: background .15s
}

.boxes .inner:hover .name {
    background-color: #4b516e
}

.boxes .img {
    border: 1px solid #333a5e;
    border-radius: 4px 4px 0 0;
    display: block;
    overflow: hidden
}

.boxes .img img {
    height: auto;
    width: 100%
}

.boxes .name {
    color: #c8cad8;
    display: block;
    font-weight: 500;
    overflow: hidden;
    padding: 10px;
    text-overflow: ellipsis;
    transition: background .2s;
    white-space: nowrap
}

.boxes .game_launcher {
    cursor: pointer
}

.boxes .playable, .games .playable {
    position: relative
}

.boxes .playable:after, .games .playable:after {
    background: #212539;
    border: 1px solid #4b516e;
    border-radius: 4px;
    color: #fff;
    content: "DEMO";
    font-size: .75em;
    font-weight: 700;
    padding: 1px 4px;
    position: absolute;
    right: 5px;
    top: 5px
}

.boxes .playable:hover, .games .playable:hover {
    background-color: #4b516e
}

.dev-small {
    margin: 0 -4px -8px
}

.dev-small .col {
    padding: 0 4px 8px
}

.dev-small .img {
    display: block
}

.dev-small .img img {
    border: 1px solid #333a5e;
    border-radius: 4px;
    box-shadow: 0 2px 8px 0 rgba(0, 0, 0, .13)
}

.social-icon {
    background: #2f3651;
    border-radius: 50%;
    display: inline-block;
    height: 33px;
    line-height: 25px;
    padding: 4px;
    text-align: center;
    width: 33px
}

.social-icon:hover {
    background-color: #4b516e
}

.info-list .row {
    align-items: flex-start;
    margin-bottom: 10px
}

.info-list .param {
    color: #a8aabd;
    display: flex
}

.info-list .param:after {
    border-bottom: 1px solid #4b516e;
    bottom: 6px;
    content: "";
    flex: 1 0 auto;
    margin-left: 10px;
    position: relative
}

.info-list .values {
    color: #fff
}

.info-list .label {
    background-color: #2f3651;
    border-radius: 4px;
    color: #7c809a;
    display: inline-block;
    font-size: 12px;
    padding: 2px 6px 3px
}

.info-list a {
    color: #378efa
}

.info-list a:hover {
    color: #f57c00
}

.info-list .license {
    align-items: center
}

.info-list .license img {
    border: 1px solid #333a5e;
    border-radius: 4px;
    box-shadow: 0 2px 8px 0 rgba(0, 0, 0, .13);
    max-width: none
}

.reviewrates {
    position: relative
}

.reviewrates .block-head {
    margin-bottom: 12px
}

.reviewrates .total-count {
    color: #c8cad8;
    font-size: 20px;
    font-weight: 700;
    margin-left: 8px
}

.reviewrates .box {
    background-color: #12131f;
    border-radius: 4px;
    margin: 0
}

.reviewrates .box .line {
    margin-bottom: 8px;
    min-height: 32px
}

.reviewrates .graphs {
    padding: 25px 40px 30px 30px
}

@media (max-width: 767.98px) {
    .reviewrates .graphs {
        padding: 20px
    }
}

.reviewrates .stars {
    padding: 25px 30px 30px 40px;
    position: relative
}

.reviewrates .stars:before {
    background: #2f344b;
    bottom: 30px;
    content: "";
    left: 0;
    position: absolute;
    top: 30px;
    width: 1px
}

@media (max-width: 767.98px) {
    .reviewrates .stars {
        padding: 20px
    }

    .reviewrates .stars:before {
        display: none
    }
}

.reviewrates .stars .line {
    line-height: 25px;
    margin: 0;
    padding: 10px 0 5px
}

.reviewrates .stars .stars-box {
    color: #fff
}

.reviewrates .stars .rating-stars {
    margin-right: 8px
}

.reviewrates .stars .reviews-count {
    font-size: 14px
}

.rating-line {
    background-color: #4b516e;
    border-radius: 3px;
    height: 5px;
    padding: 0
}

.rating-line .value {
    background-image: linear-gradient(90deg, #ffdd27, #ffb023);
    border-radius: 3px;
    box-shadow: 3px 0 1px rgba(0, 0, 0, .3);
    display: block;
    height: 5px;
    transition: width 3s 1s;
    width: 0
}

.paytable {
    background-color: #2f3651;
    border-radius: 4px;
    flex-wrap: nowrap;
    line-height: 24px;
    overflow: hidden;
    text-align: center
}

.paytable .col-vhead {
    flex: 0 0 100px
}

.paytable .col-vhead .col {
    padding: 8px 10px
}

.paytable .col-vhead .vrow {
    background-color: #fff;
    line-height: 40px
}

.paytable .col-vhead .vrow:nth-child(2n) {
    background-color: #e0e3f1
}

.paytable .t-head {
    color: #a8aabd;
    font-size: 12px;
    font-weight: 700;
    text-transform: uppercase;
    white-space: nowrap
}

.paytable .t-head, .paytable .t-head .col {
    background-color: #12131f
}

.paytable .col-body {
    font-size: 14px
}

@media (max-width: 767.98px) {
    .paytable .col-body {
        overflow: auto
    }
}

.paytable .col-body .col {
    border-right: 1px solid #12131f;
    padding: 8px 10px
}

@media (max-width: 767.98px) {
    .paytable .col-body .col {
        flex: 1 0 170px
    }
}

.paytable .col-body .t-head, .paytable .col-body .vrow {
    display: flex
}

.paytable .col-body .vrow:nth-child(odd) .col {
    background-color: #373f5d
}

.paytableshort {
    margin: -5px
}

.paytableshort .col {
    flex: 0 0 117px;
    max-width: 14.2857%;
    padding: 5px
}

.paytableshort .col img {
    background-color: #e0e3f1;
    border: 1px solid #333a5e;
    border-radius: 3px;
    box-shadow: 0 2px 8px 0 rgba(0, 0, 0, .13)
}

@media (max-width: 767.98px) {
    .paytableshort .col {
        flex: 0 0 114px;
        max-width: 25%
    }
}

.page-country .h1 img {
    border-radius: 2px
}

@media (max-width: 767.98px) {
    .page-country .h1 img {
        display: block;
        height: 18px;
        width: 26px
    }
}

.casino-header {
    background-color: #1a1d30;
    border-bottom: 1px solid #292e41;
    box-shadow: 0 5px 7px 0 #12131f;
    position: fixed;
    top: 0;
    white-space: nowrap;
    z-index: 3
}

.casino-header .inner-padding {
    padding: 11px 30px
}

@media (max-width: 575.98px) {
    .casino-header .inner-padding {
        padding: 5px 15px 10px
    }
}

.casino-header .nameblock {
    line-height: 22px
}

@media (max-width: 575.98px) {
    .casino-header .nameblock {
        flex: 1 0 100%
    }
}

.casino-header .name {
    color: #ffc748;
    font-size: 20px;
    font-weight: 900;
    overflow: hidden;
    text-overflow: ellipsis
}

@media (max-width: 575.98px) {
    .casino-header .name {
        font-size: 15px;
        text-align: center
    }
}

.casino-header .website {
    color: #378efa
}

.casino-header .website:hover {
    color: #f57c00
}

.casino-header .rating-stars {
    margin-right: 2px;
    width: 19px
}

.casino-header .buttons {
    flex-grow: 0;
    flex-wrap: nowrap
}

@media (max-width: 575.98px) {
    .casino-header .buttons, .casino-header .buttons span {
        flex-grow: 1
    }
}

.casino-header .button, .casino-header .comment-radio-row label, .comment-radio-row .casino-header label {
    color: #fff;
    display: block
}

.moveup {
    align-items: center;
    background-color: #212539;
    background-image: linear-gradient(180deg, rgba(55, 143, 251, .4), rgba(58, 106, 238, .4));
    border: 1px solid #12131f;
    border-radius: 50%;
    bottom: 19px;
    cursor: pointer;
    display: flex;
    height: 52px;
    justify-content: center;
    opacity: 0;
    position: fixed;
    right: 20px;
    transform: scale(0);
    transition: all .23s;
    width: 52px;
    z-index: 4
}

.moveup.visible {
    opacity: 1;
    transform: scale(1)
}

.moveup:hover {
    background-image: linear-gradient(180deg, #378ffb, #3a6aee);
    opacity: 1
}

.moveup:hover .icon {
    fill: #fff
}

.moveup .icon {
    fill: #fff;
    transform: rotate(-90deg)
}

@media (max-width: 767.98px) {
    .moveup {
        display: none
    }
}

.inlineblocks {
    flex-wrap: wrap
}

.inlineblocks .col {
    margin-bottom: 10px
}

.inlineblocks .item {
    background: #212539;
    border-radius: 4px;
    display: block;
    font-size: 12px;
    padding: 7px 15px;
    text-transform: uppercase;
    transition: all .25s;
    white-space: nowrap
}

.inlineblocks .item:hover {
    background: #2f3651
}

.inlineblocks .item .icon {
    margin-right: 5px;
    max-width: none
}

.inlineblocks .name {
    color: #fff;
    font-weight: 700
}

.mainbox {
    margin-bottom: 55px;
    margin-left: -10px;
    margin-right: -10px
}

.mainbox .button-super {
    min-width: 260px
}

@media (max-width: 767.98px) {
    .mainbox .button-super {
        min-width: 0;
        width: 100%
    }
}

.mainbox .mainbox-col {
    margin-bottom: 16px;
    padding: 0 10px
}

.mainbox .mainbox-top {
    padding: 47px 30px 33px;
    text-align: center
}

.mainbox .mainbox-top .img {
    display: block;
    margin-bottom: 32px
}

.mainbox .mainbox-categ {
    background-image: linear-gradient(180deg, #141726, #212539 70px);
    padding: 30px
}

.wiki-sources {
    font-size: 14px;
    line-height: 1.57
}

.wiki-sources .item {
    display: flex;
    margin-bottom: 12px
}

.wiki-sources .numb {
    color: #fff;
    flex: 0 0 20px;
    margin-right: 6px;
    text-align: right
}

.gamble-notice {
    color: #a8aabd
}

.gamble-notice a {
    color: #a8aabd;
    text-decoration: underline
}

@media (max-width: 767.98px) {
    .gamble-notice {
        text-align: center
    }
}

.reviewhead .gamble-notice {
    margin: -8px 0 8px
}

.sidebar .block {
    border-radius: 4px;
    margin: 0 0 20px;
    overflow: hidden
}

.sidebar .block:last-child {
    margin-bottom: 0
}

.sidebar .side-head {
    background-color: #2f3651;
    color: #c8cad8;
    font-size: 14px;
    font-weight: 900;
    line-height: 20px;
    margin-bottom: 1px;
    padding: 20px;
    text-align: center;
    text-transform: uppercase
}

.sidebar .side-head .icon {
    margin-top: -2px
}

.sidebar .side-body {
    font-size: 14px;
    list-style: none;
    margin: 0;
    padding: 0
}

.sidebar li {
    align-items: center;
    background: #212539;
    display: flex;
    margin-top: 1px;
    padding: 10px;
    position: relative;
    transition: background .2s;
    z-index: 0
}

.sidebar li .name {
    color: #fff;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap
}

.sidebar li:hover {
    background-color: #2f3651
}

.sidebar li:last-child {
    border-radius: 0 0 4px 4px
}

.sidebar .morelink {
    background-color: #2f3651;
    display: block;
    flex-grow: 1;
    margin-top: 0
}

.sidebar .morelink:hover {
    color: #f57c00
}

.sidebar .button-i {
    position: relative;
    z-index: 1
}

.side-top .side-top-list {
    font-weight: 500;
    line-height: 24px
}

.side-top li {
    align-items: stretch !important
}

.side-top li .name {
    flex: 1;
    font-weight: 700;
    text-decoration: none
}

.side-top li:hover .name {
    color: #fff
}

.side-top .img {
    border: 1px solid #333a5e;
    border-radius: 4px;
    flex: 0 0 71px;
    margin-right: 11px;
    width: 71px
}

.side-top .info {
    flex: 1 0;
    overflow: hidden;
    text-overflow: ellipsis
}

.side-top .c-points {
    display: block;
    font-size: 13px
}

.side-types .icon {
    margin-right: 10px
}

.side-types li {
    line-height: 40px;
    padding: 0
}

.side-types li a {
    flex-grow: 1;
    padding: 4px 15px
}

.side-types .name {
    font-weight: 900
}

.side-types .count {
    color: #a8aabd
}

.side-blocks .img {
    border: 1px solid #333a5e;
    border-radius: 4px;
    flex: 0 0 71px;
    margin-right: 11px;
    width: 71px
}

.side-blocks .name {
    display: block;
    font-weight: 700
}

.side-blocks .dev-name {
    color: #a8aabd;
    font-size: 13px
}

.side-blocks .button-i {
    align-self: start
}

.rating-table .col {
    padding: 5px
}

.rating-table .rating-t-h {
    background-color: #212539;
    border-radius: 4px 4px 0 0;
    color: #a8aabd;
    display: flex;
    font-size: 12px;
    font-weight: 700;
    line-height: 24px;
    margin-bottom: 2px;
    padding: 5px;
    text-transform: uppercase
}

@media (max-width: 991.98px) {
    .rating-table .rating-t-h {
        display: none
    }
}

@media (max-width: 1199.98px) {
    .rating-table .rating-t-h .tags-col {
        display: none
    }
}

.rating-table .withmorebutton .rating-row:last-child {
    border-radius: 0
}

@media (max-width: 991.98px) {
    .rating-table .withmorebutton .rating-row:last-child {
        margin-bottom: 15px
    }
}

.rating-table .rating-row {
    align-items: center;
    background: #212539;
    display: flex;
    margin-bottom: 2px;
    padding: 11px 5px;
    position: relative;
    transition: background .17s
}

.rating-table .rating-row:hover {
    background: #2f3651
}

.rating-table .rating-row:last-child {
    border-radius: 0 0 4px 4px;
    margin-bottom: 0
}

.rating-table .rating-row .numb {
    color: #a8aabd;
    font-size: 14px
}

.rating-table .rating-row .name {
    font-weight: 900
}

.rating-table .rating-row .rating, .rating-table .rating-row .reviews {
    color: #fff
}

.rating-table .rating-row .tags-col {
    padding-bottom: 5px;
    padding-top: 5px
}

.rating-table .rating-row .tags-col a {
    position: relative;
    z-index: 2
}

.rating-table .rating-row .links {
    text-align: right
}

@media (max-width: 991.98px) {
    .rating-table .rating-row .links {
        text-align: center
    }
}

@media (max-width: 1199.98px) {
    .rating-table .rating-row {
        flex-wrap: wrap
    }
}

@media (max-width: 991.98px) {
    .rating-table .rating-row {
        flex-wrap: wrap;
        margin-bottom: 15px;
        padding: 10px 5px
    }
}

@media (max-width: 575.98px) {
    .rating-table .rating-row {
        align-items: stretch;
        border-radius: 4px;
        padding-bottom: 0
    }
}

.rating-table .clogo {
    flex: 2 0 310px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap
}

.rating-table .clogo img {
    border: 1px solid #333a5e;
    border-radius: 5px;
    display: inline-block;
    height: auto;
    overflow: hidden;
    width: 83px
}

@media (max-width: 1199.98px) {
    .rating-table .clogo {
        flex: 2 0 240px
    }
}

@media (max-width: 767.98px) {
    .rating-table .clogo {
        flex: 1 0
    }
}

@media (max-width: 575.98px) {
    .rating-table .clogo {
        flex: 0 0 132px;
        padding: 0 5px
    }

    .rating-table .clogo img {
        width: 120px
    }
}

.rating-table .name {
    color: #fff;
    font-size: 16px;
    font-weight: 700;
    line-height: 1.5;
    overflow: hidden;
    padding: 10px;
    text-overflow: ellipsis
}

@media (max-width: 575.98px) {
    .rating-table .name {
        display: none
    }
}

.rating-table .name-xs {
    display: none;
    font-size: 18px;
    line-height: 1.1
}

@media (max-width: 575.98px) {
    .rating-table .name-xs {
        display: block;
        flex: 1 0 100%;
        margin-bottom: 10px;
        padding: 0 24px 0 0
    }
}

.rating-table .numb {
    flex: 0 0 65px;
    text-align: center
}

@media (max-width: 991.98px) {
    .rating-table .numb {
        flex: 0 0 40px;
        padding: 0
    }
}

@media (max-width: 575.98px) {
    .rating-table .numb {
        left: -4px;
        line-height: 24px;
        position: absolute;
        top: -4px;
        width: auto;
        z-index: 1
    }

    .rating-table .numb div {
        background-color: #4b516e;
        border-radius: 12px;
        height: 24px;
        min-width: 24px;
        padding: 0 6px
    }

    .rating-table .numb img {
        margin: -4px;
        max-width: none;
        width: 33px
    }
}

.rating-table .like {
    background: #12131f;
    border-radius: 50%;
    cursor: pointer;
    display: none;
    height: 30px;
    line-height: 31px;
    position: absolute;
    right: 10px;
    text-align: center;
    top: 10px;
    width: 30px;
    z-index: 2
}

.rating-table .like .icon {
    fill: #a8aabd
}

.rating-table .like.active .icon {
    fill: url(#svgHeartGr) #ff686e
}

@media (max-width: 575.98px) {
    .rating-table .like {
        display: block
    }
}

.rating-table .info-col {
    flex: 0 0 330px;
    padding: 0
}

@media (max-width: 767.98px) {
    .rating-table .info-col {
        flex: 0 0 280px
    }
}

@media (max-width: 575.98px) {
    .rating-table .info-col {
        align-items: flex-start;
        display: flex;
        flex: 1 0;
        line-height: 1.1;
        padding: 0 10px
    }
}

.rating-table .info-col img {
    max-width: none
}

.rating-table .point-col {
    text-align: center
}

@media (max-width: 575.98px) {
    .rating-table .point-col {
        flex: 1 0 100%;
        margin-bottom: 15px;
        padding: 0;
        text-align: left
    }

    .rating-table .point-col .points {
        background: transparent;
        color: inherit;
        margin-right: 5px;
        padding: 0
    }
}

.rating-table .rating {
    text-align: center;
    white-space: nowrap
}

.rating-table .rating .rating-stars {
    width: 18px
}

@media (max-width: 575.98px) {
    .rating-table .rating {
        border-right: 1px solid #12131f;
        flex: 0 0;
        padding: 0 7px 0 0
    }
}

@media (max-width: 355px) {
    .rating-table .rating {
        padding-right: 4px
    }
}

.rating-table .reviews {
    text-align: center;
    white-space: nowrap
}

.rating-table .reviews img {
    margin: -2px 0
}

@media (max-width: 575.98px) {
    .rating-table .reviews {
        border-right: 1px solid #12131f;
        flex: 0 0;
        padding: 0 7px
    }
}

@media (max-width: 355px) {
    .rating-table .reviews {
        padding: 0 4px
    }
}

.rating-table .playfrom {
    white-space: nowrap
}

@media (max-width: 575.98px) {
    .rating-table .playfrom {
        flex: 0 0;
        padding: 0 0 0 7px
    }
}

@media (max-width: 355px) {
    .rating-table .playfrom {
        padding-left: 4px
    }
}

.rating-table .playfrom .icon {
    margin: -3px 0 0 -4px
}

.rating-table .playfrom img {
    border-radius: 2px;
    margin-bottom: 2px
}

.rating-table .tags-col {
    flex: 0 1 360px;
    overflow: hidden
}

.rating-table .tags-col .tag {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap
}

.rating-table .tags-col .tags {
    display: flex
}

@media (max-width: 1199.98px) {
    .rating-table .tags-col .tags {
        justify-content: center
    }

    .rating-table .tags-col {
        flex: 1 1 100%;
        order: 10;
        text-align: center
    }
}

@media (max-width: 767.98px) {
    .rating-table .tags-col {
        display: none
    }
}

.rating-table .soft-title {
    margin-bottom: 4px
}

@media (min-width: 576px) {
    .rating-table .soft-title {
        display: none
    }
}

.rating-table .links {
    flex: 0 0 220px;
    min-width: auto;
    padding: 0 15px;
    text-align: right;
    white-space: nowrap
}

@media (max-width: 991.98px) {
    .rating-table .links {
        flex: 1 0 100%;
        text-align: center
    }
}

@media (max-width: 575.98px) {
    .rating-table .links {
        display: flex;
        flex: 1 0 100%;
        flex-wrap: wrap;
        justify-content: space-between;
        padding: 0 5px
    }

    .rating-table .links:before {
        background: #12131f;
        content: "";
        flex: 1 0 100%;
        height: 1px;
        margin: 10px -10px
    }

    .comment-radio-row .rating-table .links label, .rating-table .links .button, .rating-table .links .comment-radio-row label {
        flex: 1 0 auto
    }
}

@media (max-width: 355px) {
    .comment-radio-row .rating-table .links label, .rating-table .links .button, .rating-table .links .comment-radio-row label {
        padding-left: 7px;
        padding-right: 7px
    }
}

.comment-radio-row .rating-table label, .rating-table .button, .rating-table .comment-radio-row label {
    color: #fff;
    position: relative;
    white-space: nowrap;
    z-index: 2
}

.rating-table .outlink {
    background-color: #4b516e;
    width: 38px
}

@media (max-width: 575.98px) {
    .rating-table .outlink {
        flex-grow: 0 !important
    }
}

.rating-table .outlink .icon {
    fill: #fff;
    margin-top: -2px
}

.rating-table .outlink:hover {
    background-color: #fff
}

.rating-table .outlink:hover .icon {
    fill: #378efa
}

.rating-table .outlink.disabled {
    opacity: .17;
    pointer-events: none
}

.rating-table .details {
    color: #a8aabd;
    font-size: 14px;
    margin-top: 10px;
    padding: 0
}

@media (min-width: 576px) {
    .rating-table .details {
        display: none
    }
}

.rating-table .details .row {
    margin: 0 -5px 0 0
}

.rating-table .details .one-dev {
    flex: 0 0 63px;
    margin-bottom: 5px;
    padding-right: 5px;
    width: 63px
}

.rating-table .details .one-dev a {
    display: block
}

.rating-table .details .all-dev, .rating-table .details .one-dev img {
    border: 1px solid #333a5e;
    border-radius: 3px
}

.rating-table .details .all-dev {
    flex: 0 0 58px;
    height: 40px;
    line-height: 38px;
    text-align: center;
    width: 58px
}

.rating-table .details-box {
    background: linear-gradient(0deg, #141625, #212539 33%, #212539 66%, #131420);
    margin: 0 -5px;
    padding: 15px 10px
}

.rating-table .controls {
    border-top: 1px solid #12131f;
    font-size: 15px;
    font-weight: 500;
    line-height: 1.6;
    margin: 0 -5px;
    text-align: center
}

.rating-table .controls a {
    color: #378efa;
    display: block;
    padding: 7px 10px
}

.rating-table .social-icon {
    margin-right: 7px
}

.rating-table .cover {
    bottom: 0;
    left: 0;
    position: absolute;
    right: 0;
    text-indent: -9999px;
    top: 0;
    z-index: 1
}

@media (max-width: 575.98px) {
    .rating-table .cover {
        bottom: auto;
        height: 102px
    }
}

.rating-table .button-out {
    background-color: #4b516e
}

.reviewbody .rating-table {
    margin: 0 -15px
}

.reviewbody .rating-table .info-col {
    flex: 1 1 240px
}

@media (max-width: 1199.98px) {
    .reviewbody .rating-table .info-col {
        display: none
    }
}

@media (max-width: 991.98px) {
    .reviewbody .rating-table .info-col {
        display: flex;
        flex: 1 1 150px
    }
}

.licenses-table .rating-t-b .info-col .col {
    padding: 0
}

@media (min-width: 992px) {
    .licenses-table .rating-row {
        flex-wrap: nowrap
    }
}

@media (max-width: 767.98px) {
    .licenses-table .rating-row {
        padding-bottom: 10px
    }
}

@media (min-width: 992px) {
    .licenses-table .clogo {
        flex: 2 0 500px
    }
}

@media (min-width: 768px) {
    .licenses-table .clogo {
        flex: 2 0 300px
    }

    .licenses-table .info-col {
        flex: 1 0 220px
    }
}

.elipse {
    line-height: 14px;
    padding: 5px 9px
}

.elipse, .points {
    background-color: #2f3651;
    border-radius: 12px;
    display: inline-block
}

.points {
    color: #fff;
    font-size: 14px;
    line-height: 1;
    padding: 5px 10px;
    text-align: center
}

.points, .tags {
    font-weight: 500
}

.tags {
    font-size: 13px
}

.tags .tag {
    background-color: #2f3651;
    border-radius: 12px;
    display: inline-block;
    line-height: 13px;
    margin-right: 3px;
    padding: 5px 9px
}

.tags .action-show-all, .tags .tag {
    color: #a8aabd
}

.rating-table .licencedline {
    background-color: #3c346c;
    color: #a8aabd;
    font-size: 13px;
    padding: 6px 5px
}

.rating-table .licencedline:hover {
    background-color: #3c346c
}

.rating-table .licencedline:hover .arr1 {
    animation: arrowBlink 2s 1s infinite
}

.rating-table .licencedline:hover .arr2 {
    animation: arrowBlink 2s 1.2s infinite
}

.rating-table .licencedline:hover .arr3 {
    animation: arrowBlink 2s 1.4s infinite
}

.rating-table .licencedline .separ-message {
    color: #fff;
    font-size: 16px;
    font-weight: 900
}

.rating-table .licencedline .numb {
    align-items: center;
    display: flex;
    flex-direction: column;
    justify-content: center;
    position: static
}

@media (max-width: 575.98px) {
    .rating-table .licencedline .numb {
        flex: 0 0 30px
    }
}

.rating-table .licencedline .numb .icon {
    fill: #fff;
    margin: 3px 0
}

.rating-table .licencedline .arr1 {
    opacity: .2
}

.rating-table .licencedline .arr2 {
    opacity: .5
}

.rating-table .licencedline .arr3 {
    opacity: 1
}

.separ-star {
    align-items: center;
    background-color: #12131f;
    border-radius: 50%;
    display: flex;
    height: 38px;
    justify-content: center;
    width: 38px
}

@keyframes arrowBlink {
    0% {
        opacity: .1
    }
    20% {
        opacity: 1
    }
    21% {
        opacity: .1
    }
}

.modal-dialog {
    max-width: 380px
}

.modal-header {
    border-bottom: 1px solid #e2e3eb;
    font-size: 16px;
    font-weight: 700;
    padding: 15px 30px 1px;
    text-transform: uppercase
}

.modal-header .swith-tab {
    color: #7c809a;
    display: inline-block;
    margin-right: 15px;
    padding: 10px 0
}

.modal-header .swith-tab.active {
    box-shadow: 0 2px 0 #378efa;
    color: #1a1d2f
}

.plus18 {
    flex: 0 0 35px;
    margin-right: 7px
}

.login-param label {
    margin-bottom: 0
}

.forgot {
    color: #378dfb;
    flex: 0;
    white-space: nowrap
}

.modal-dialog .info-text {
    color: #7c809a;
    margin-bottom: 18px
}

.modal-dialog .info-text .title {
    color: #1a1d2f;
    font-size: 18px;
    font-weight: 700
}

.modal-dialog label {
    display: block;
    margin-bottom: 20px
}

.modal-dialog .input {
    width: 100%
}

.modal-dialog .plus18 {
    background-color: #86a8f8;
    border-radius: 50%;
    color: #fff;
    height: 35px;
    line-height: 25px;
    padding: 5px;
    width: 35px
}

.close {
    background-image: linear-gradient(0deg, #f4d21e, #ffab16);
    border-radius: 18px;
    cursor: pointer;
    height: 35px;
    line-height: 35px;
    position: absolute;
    right: -17px;
    text-align: center;
    top: -17px;
    width: 35px;
    z-index: 9
}

.close .icon {
    fill: #fff
}

.input {
    border: 1px solid #cacbd4;
    border-radius: 4px;
    color: #1a1d2f;
    display: inline-block;
    font-size: 16px;
    font-weight: 500;
    line-height: 20px;
    padding: 15px
}

.input::placeholder {
    color: #a8abbf;
    font-weight: 400
}

.input:focus {
    border: 1px solid #7c809a
}

.invalid-text {
    color: #ff454a;
    font-size: 12px
}

.warning .input {
    border-color: #ff454a
}

.warning .invalid-text {
    display: block
}

.modal {
    background: rgba(26, 29, 47, .75);
    color: #1a1d2f;
    font-size: 14px;
    height: 100dvh
}

.modal-dialog-centered:before {
    height: calc(100dvh - 20px)
}

.checkbox {
    background-color: #fff;
    border: 1px solid #378dfb;
    border-radius: 2px;
    display: inline-block;
    height: 14px;
    margin-bottom: 2px;
    margin-right: 7px;
    vertical-align: middle;
    width: 14px
}

.checkbox.checked {
    background: url(/build/images/checkbox.2fcdb6b6.svg) no-repeat 50% #378dfb
}

.checkbox-hide {
    opacity: 0;
    position: absolute;
    z-index: -1
}

.pass-eye {
    background: url(/build/images/eye-hidden.02cf8b82.svg) no-repeat 50%;
    cursor: pointer;
    height: 50px;
    position: absolute;
    right: 1px;
    top: 1px;
    width: 50px;
    z-index: 1
}

.pass-eye.show {
    background-image: url(/build/images/eye.540b88a0.svg)
}

@media (max-width: 575.98px) {
    .modal-aut .modal-dialog {
        align-items: stretch;
        margin: 0 auto;
        min-height: 100%
    }

    .modal-aut .modal-dialog .close {
        right: 15px;
        top: 10px
    }

    .modal-aut .modal-content {
        border: none;
        border-radius: 0
    }

    .modal-aut .modal-header {
        padding: 10px 15px 0
    }

    .modal-aut .modal-body, .modal-aut .modal-footer {
        padding: 30px 15px
    }
}

@keyframes starLoading {
    0% {
        width: 0
    }
    to {
        width: 100%
    }
}

.modal-game .modal-dialog {
    align-items: stretch;
    margin: 0;
    max-width: 98%;
    max-width: 100%;
    min-height: 100%
}

.modal-game .modal-dialog .close {
    flex: 0 0 35px;
    margin: 0;
    padding: 0;
    position: static
}

.modal-game .modal-header {
    align-items: center;
    background: #1a1d2f;
    border-bottom: 1px solid #292d40;
    font-size: 18px;
    line-height: 26px;
    margin: 0;
    padding: 15px 25px
}

.modal-game .modal-header .modal-title {
    color: #fff;
    font-weight: 700
}

@media (max-width: 991.98px) {
    .modal-game .modal-header {
        font-size: 15px;
        padding: 9px 15px
    }
}

.modal-game .modal-content {
    background: #12131f
}

.modal-game .modal-body {
    max-height: 100%;
    position: relative
}

@media (max-width: 991.98px) {
    .modal-game .modal-body {
        padding: 10px
    }
}

.modal-game iframe {
    height: 100%;
    width: 100%
}

.loading, .modal-game iframe {
    bottom: 0;
    left: 0;
    position: absolute;
    right: 0;
    top: 0
}

.loading {
    align-items: center;
    background: #000;
    color: #abaebf;
    display: flex;
    flex-direction: column;
    font-size: 16px;
    justify-content: center;
    z-index: 2
}

@media (max-width: 991.98px) {
    .loading {
        font-size: 15px
    }
}

.loading .rating-stars {
    height: 33px;
    margin-bottom: 10px;
    width: 165px
}

.loading .rating-stars .value {
    animation: starLoading 3.2s
}

@media (max-width: 991.98px) {
    .loading .rating-stars {
        height: 28px;
        width: 140px
    }
}

.modal-media .modal-dialog {
    align-items: stretch;
    margin: 0;
    max-width: 98%;
    max-width: 100%;
    min-height: 100%
}

.modal-media .modal-dialog .close {
    flex: 0 0 35px;
    margin: 0;
    padding: 0;
    position: static
}

.modal-media .modal-header {
    align-items: center;
    background: #1a1d2f;
    border-bottom: 1px solid #292d40;
    font-size: 18px;
    line-height: 26px;
    margin: 0;
    padding: 15px 25px
}

.modal-media .modal-header .modal-title {
    color: #fff;
    font-weight: 700
}

@media (max-width: 991.98px) {
    .modal-media .modal-header {
        font-size: 15px;
        padding: 9px 15px
    }
}

.modal-media .modal-content {
    background: rgba(26, 29, 47, .9)
}

.modal-media .modal-body {
    max-height: 100%;
    position: relative
}

@media (max-width: 991.98px) {
    .modal-media .modal-body {
        padding: 10px
    }
}

.modal-media .modal-footer {
    background-color: #212539;
    border-top: 1px solid #292d40;
    justify-content: center
}

.modal-media .modal-footer .screenshots {
    justify-content: center
}

@media (max-width: 991.98px) {
    .modal-media .modal-footer .screenshots {
        justify-content: flex-start
    }
}

.modal-media .media-container {
    align-items: center;
    display: flex;
    height: 100%;
    justify-content: center;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%
}

.modal-media .media-container img {
    max-height: 100%;
    max-width: 100%
}

.modal-media .media-container iframe {
    height: 600px;
    max-height: 100%;
    max-width: 100%;
    width: 800px
}

.modal-media .screenshots {
    flex: 1 0 100%
}

.modal-media iframe {
    bottom: 0;
    height: 100%;
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
    width: 100%
}

.modal-media .nav-horiz {
    left: 0;
    min-height: 100%;
    width: 200px;
    z-index: 2
}

@media (max-width: 767.98px) {
    .modal-media .nav-horiz {
        display: flex;
        opacity: .8;
        width: 150px
    }
}

.modal-media .nav-prev {
    min-height: 100%;
    padding-right: 100px
}

.modal-media .nav-next {
    left: auto;
    min-height: 100%;
    padding-left: 100px;
    right: 0
}

.modal-message {
    color: #7c809a;
    font-size: 16px
}

.modal-message .modal-body {
    padding: 25px 30px
}

@media (max-width: 767.98px) {
    .modal-message .modal-body {
        padding: 15px 20px
    }
}

.modal-message .modal-dialog {
    margin: 0 auto
}

.modal-message .modal-content {
    margin: 20px
}

.modal-message .strong {
    color: #1a1d2f;
    font-size: 18px;
    font-weight: 700;
    margin-bottom: 8px
}

.modal-block .modal-header {
    background-color: #12131f;
    text-transform: none
}

.modal-block .modal-header .modal-title {
    color: #ffc748;
    font-size: 18px;
    font-weight: 900
}

.userreviews .block-head {
    border-bottom: 1px solid #12131f;
    padding: 20px 30px
}

.userreviews .block-head .total-count {
    color: #808296;
    font-size: 20px;
    font-weight: 900;
    margin-left: 3px
}

@media (max-width: 767.98px) {
    .userreviews .block-head {
        padding: 20px 15px
    }

    .comment-radio-row .userreviews .block-head label, .userreviews .block-head .button, .userreviews .block-head .comment-radio-row label {
        flex: 1 0 100%;
        margin-top: 15px
    }
}

.userreviews .comments {
    padding: 0 30px
}

.comments .main-list {
    margin: 0;
    padding: 0
}

.comments .comment-tree {
    border-bottom: 1px solid #1a1d2f;
    padding: 30px 0
}

.comments .comment-tree:last-child {
    border-bottom: none
}

.comments .item-head {
    align-items: center;
    display: flex;
    padding: 0 0 20px
}

.comments .avatar {
    margin-right: 10px
}

.comments .emptyavatar {
    display: inline-block;
    height: 45px;
    line-height: 45px;
    margin-right: 12px;
    text-align: center;
    width: 45px
}

.comments .user-info {
    display: inline-block;
    line-height: 20px;
    vertical-align: middle
}

.comments .user-info .name {
    color: #fff;
    font-size: 16px;
    font-weight: 700;
    line-height: 20px;
    margin-bottom: 5px
}

.comments .user-info .rating-stars .value {
    opacity: .8
}

.comments .user-info .rating-stars {
    height: 16px;
    margin-left: -2px;
    width: 80px
}

.comments .comm-text {
    color: #abaebf
}

.comments .comm-icon {
    margin: 0 4px 0 -2px
}

.comments .date {
    color: #a8aabd;
    font-size: 12px;
    margin-right: 4px
}

.comments .comm-likes {
    font-size: 13px;
    font-weight: 500
}

.comments .comm-likes .icon {
    fill: #4b516e;
    margin-top: -4px
}

.comments .comm-likes .icon:hover {
    fill: #fff
}

.comments .comm-likes .like {
    color: #46b12f;
    cursor: pointer;
    display: inline-block;
    padding: 0 5px
}

.comments .comm-likes .like.active .icon {
    fill: #46b12f
}

.comments .comm-likes .dislike {
    color: #ff454a;
    cursor: pointer;
    display: inline-block;
    padding: 0 5px
}

.comments .comm-likes .dislike.active .icon {
    fill: #fd565b
}

footer {
    background-color: #212539;
    border-top: 1px solid #212539;
    flex-shrink: 0;
    font-size: 14px;
    font-weight: 500;
    padding: 10px 5px
}

footer .logo {
    display: block
}

footer a {
    color: #989baf
}

footer .footer-labels a, footer .links a {
    display: inline-block
}

footer .links a {
    padding: 5px 0;
    white-space: nowrap
}

@media (max-width: 767.98px) {
    footer .links a {
        margin: 0 5px;
        padding: 5px
    }
}

@media (max-width: 1199.98px) {
    footer .links {
        padding: 10px 0
    }
}

@media (max-width: 575.98px) {
    footer .links {
        flex: 1 0 100%;
        line-height: 30px
    }

    footer {
        background-color: #1a1d2f;
        font-size: 15px;
        padding: 0;
        text-align: center
    }

    footer .footer-labels {
        border-top: 1px solid #292d40;
        flex: 1 0 100%;
        line-height: 30px;
        padding: 10px 0
    }
}

.plus18 {
    background-color: #989baf;
    border-radius: 50%;
    color: #1a1d2f;
    display: inline-block;
    font-size: 12px;
    font-weight: 700;
    height: 32px;
    line-height: 32px;
    text-align: center;
    width: 32px
}

.footer-feedback {
    color: #989baf
}

.socgroups {
    align-self: center
}

@media (max-width: 767.98px) {
    .socgroups {
        justify-content: center;
        margin-bottom: 25px
    }
}

.soc-icon {
    align-items: center;
    background-color: #c8cad8;
    border-radius: 50%;
    display: inline-block;
    display: flex;
    height: 32px;
    justify-content: center;
    margin: 0 4px;
    transition: all .2s;
    vertical-align: middle;
    width: 32px
}

.soc-icon .icon {
    fill: #1a1d2f
}

.soc-icon:hover {
    background-color: #f57c00
}

.footer-text {
    color: #a8aabd;
    font-size: 16px;
    line-height: 1.33;
    padding: 20px;
}

.nav-search {
    flex: 0 440px;
    font-size: 14px;
    text-transform: none
}

@media (min-width: 768px) {
    .nav-search {
        position: relative
    }
}

.nav-search.active .search-body {
    display: block
}

.nav-search .search-button {
    cursor: pointer;
    text-align: center;
    width: 38px
}

@media (max-width: 767.98px) {
    .nav-search .search-button {
        border-radius: 50%;
        height: 30px;
        line-height: 28px;
        width: 30px
    }

    .nav-search .search-button .icon {
        height: 24px;
        margin: 0;
        width: 24px
    }
}

.nav-search .search-button .icon {
    fill: #fff
}

.nav-search .search-button:hover .icon {
    fill: #378efa
}

.nav-search .search-body {
    display: none;
    position: absolute;
    right: 0;
    top: 0;
    width: 390px;
    z-index: 15
}

@media (max-width: 767.98px) {
    .nav-search .search-body {
        left: 0;
        position: fixed;
        top: 0;
        width: 100%
    }
}

.nav-search label {
    display: block;
    margin: 0;
    position: relative;
    width: 100%
}

.nav-search .input {
    border: none;
    border-radius: 4px;
    box-sizing: border-box;
    color: #1a1d2f;
    display: block;
    font-size: 16px;
    font-weight: 400;
    line-height: 20px;
    padding: 8px 35px 8px 14px;
    width: 100%
}

.nav-search .input::placeholder {
    color: #7c809a
}

@media (max-width: 767.98px) {
    .nav-search .input {
        border: none;
        border-radius: 0;
        padding: 16px 46px 16px 14px
    }
}

.nav-search .withresult .result {
    display: block
}

.nav-search .result {
    background-color: #fff;
    border-radius: 4px;
    box-shadow: 0 3px 12px 0 rgba(26, 29, 47, .84);
    display: none;
    left: 0;
    line-height: 24px;
    margin-top: 6px;
    max-height: 260px;
    overflow: auto;
    position: absolute;
    text-transform: none;
    top: 100%;
    width: 100%
}

@media (max-width: 767.98px) {
    .nav-search .result {
        border-radius: 0
    }
}

.nav-search .result .item {
    border-bottom: 1px solid #e2e3eb;
    color: #1a1d2f;
    display: block;
    display: flex;
    padding: 6px 17px;
    position: relative;
    text-decoration: none;
    text-transform: capitalize;
    transition: background .25s
}

.nav-search .result .item:hover {
    background-color: #e2e3eb
}

.nav-search .result .item:hover.noresult {
    background-color: inherit
}

.nav-search .result .item:last-child {
    border-bottom: none
}

.nav-search .result .item .name {
    flex: 1 1 auto;
    margin-right: 15px;
    overflow: hidden;
    position: relative;
    white-space: nowrap
}

.nav-search .result .item .name b {
    font-weight: 900
}

.nav-search .result .item .category {
    color: #7c809a;
    flex: 1 1 20%;
    text-align: right;
    white-space: nowrap
}

.nav-search .result .no-result {
    color: #666
}

.nav-search .reset {
    cursor: pointer;
    height: 100%;
    line-height: 32px;
    position: absolute;
    right: 0;
    text-align: center;
    top: 0;
    width: 38px;
    z-index: 1
}

.nav-search .reset .icon {
    fill: #ff3435;
    height: 100%
}

@media (max-width: 767.98px) {
    .nav-search .reset {
        width: 44px
    }
}

#darkcover {
    background: rgba(18, 19, 31, .733);
    bottom: 0;
    left: 0;
    position: fixed;
    right: 0;
    top: 66px;
    z-index: 1
}

@media (max-width: 767.98px) {
    #darkcover {
        top: 54px
    }
}

#darkcover.onthefront {
    top: 0
}

.loginpanel {
    line-height: 2em;
    line-height: 40px;
    position: relative;
    text-align: right
}

@media (max-width: 575.98px) {
    .loginpanel {
        flex-grow: 0
    }
}

.loginpanel .cabinet {
    color: #3697fe;
    display: block;
    white-space: nowrap
}

.loginpanel .cabinet .icon {
    margin-right: -8px
}

@media (max-width: 575.98px) {
    .loginpanel .cabinet {
        border: 1px solid #4b516e;
        border-radius: 50%;
        height: 30px;
        line-height: 26px;
        text-align: center;
        width: 30px
    }
}

.loginpanel .cabinet .avatar, .loginpanel .cabinet .emptyavatar {
    height: 38px;
    width: 38px
}

@media (max-width: 767.98px) {
    .loginpanel .cabinet .avatar, .loginpanel .cabinet .emptyavatar {
        height: 30px;
        width: 30px
    }
}

.user-menu {
    background-color: #12131f;
    border-radius: 3px;
    box-sizing: border-box;
    display: none;
    position: absolute;
    right: 0;
    text-align: left;
    text-transform: none;
    top: 52px;
    width: 250px;
    z-index: 1
}

.user-menu.opened {
    display: block
}

.user-menu .name {
    align-items: center;
    color: #fff;
    display: flex;
    font-size: 18px;
    font-weight: 700;
    line-height: 1.33;
    padding: 28px 25px 20px
}

.user-menu .avatar, .user-menu .emptyavatar {
    flex: 0 0 38px;
    margin-right: 12px
}

.user-menu .avatar {
    width: 38px
}

.user-menu a {
    color: #abaebf;
    display: block;
    text-transform: none
}

.user-menu a:hover {
    color: #fff
}

.user-menu .list {
    font-size: 14px;
    line-height: 24px;
    padding-bottom: 14px
}

.user-menu .list .item {
    border-top: 1px solid #212539;
    padding: 13px 30px
}

.avatar, .emptyavatar {
    border-radius: 50%
}

.emptyavatar {
    align-items: center;
    background-image: linear-gradient(180deg, #b68aeb, #6030b7);
    color: #fff;
    display: flex;
    font-size: 23px;
    font-weight: 600;
    height: 38px;
    justify-content: center;
    width: 38px
}

.dark-border-t {
    border-top: 1px solid #1a1d2f
}

.dark-border-b {
    border-bottom: 1px solid #1a1d2f
}

.main-color-text {
    color: #7c809a
}

.fw-n {
    font-weight: 400
}

::placeholder {
    color: #666b85
}

:-ms-input-placeholder {
    color: #666b85
}

::-ms-input-placeholder {
    color: #666b85
}

.warning textarea {
    border-color: #ff454a
}

.rating-stars.w-160 {
    background-size: auto 100%;
    height: 32px;
    width: 160px
}

.rating-stars.w-160 .value {
    background-size: auto 100%;
    height: 100%;
    width: 100%
}

.rating-stars.w-160:hover .value {
    filter: brightness(3)
}

.rating-stars.w-160 input {
    display: none
}

.comment-form .block-info-text {
    font-size: 14px;
    margin-bottom: 20px
}

.comment-form .caption {
    color: #abaebf;
    font-size: 16px;
    font-weight: 500
}

.comment-stars-row {
    align-items: center;
    display: flex;
    flex-wrap: wrap
}

.comment-stars-row .rating-stars {
    cursor: pointer
}

.comment-stars-row .caption {
    flex: 0 0 180px
}

@media (max-width: 575.98px) {
    .comment-stars-row .caption {
        flex: 1 0 100%
    }
}

.comment-stars-row .value-text {
    color: #ffc327;
    font-size: 12px;
    margin-left: 17px
}

.comment-stars-row .value-text span {
    display: none;
    opacity: 0;
    transition: opacity 1s
}

.comment-stars-row .value-text span.visible {
    display: inline-block;
    opacity: 1
}

.comment-textarea-row {
    display: flex;
    flex-wrap: wrap
}

.comment-textarea-row .caption {
    flex: 0 0 180px;
    margin-top: 7px
}

@media (max-width: 991.98px) {
    .comment-textarea-row .caption {
        flex: 1 0 100%
    }
}

.comment-textarea-row .caption .comm-icon {
    margin: -3px 2px 0 -5px
}

.comment-textarea-row textarea {
    max-width: 604px;
    width: 100%
}

.comment-radio-row {
    align-items: center;
    display: flex;
    flex-wrap: wrap
}

.comment-radio-row input[type=radio] {
    display: none;
    position: absolute;
    visibility: hidden
}

.comment-radio-row label {
    color: #7c809a;
    margin-bottom: 0
}

.comment-radio-row .radio_checkbox {
    display: flex
}

.comment-radio-row .radio_checkbox label {
    margin-right: 5px
}

.input-text, textarea {
    background: #272c41;
    border: 1px solid #3c415c;
    border-radius: 4px;
    color: #fff;
    outline: none
}

.input-text:active, .input-text:focus, textarea:active, textarea:focus {
    border-color: #ffdd27
}

textarea {
    padding: 7px 15px;
    resize: none
}

.input-text {
    padding: 12px 15px
}

.uploads-zone {
    background-color: #272c41;
    border: 1px dashed #3c415c;
    border-radius: 4px;
    padding: 20px;
    text-align: center
}

.uploads-zone .text {
    color: #abaebf;
    font-size: 14px
}

.uploads-zone .small-text {
    color: #666b85;
    font-size: 12px;
    margin-top: 4px
}

.uploads-zone input[type=file] {
    display: none;
    position: absolute;
    visibility: hidden
}

.uploads-zone label {
    color: #378efa;
    cursor: pointer;
    margin: 0
}

.uploads-zone label:hover {
    color: #0056b3
}

.user-confirm {
    color: #7c809a;
    display: block;
    font-size: 12px
}

.button-back {
    padding-left: 4px
}

.flex-row-reverse .sidebar {
    margin-left: 0;
    margin-right: 20px
}

.account-sidebar .username {
    align-items: center;
    border-bottom: 1px solid #1a1d2f;
    color: #fff;
    display: flex;
    font-size: 18px
}

.account-sidebar .avatar {
    margin-right: 12px
}

.account-sidebar .icon-username {
    align-items: center;
    background-image: linear-gradient(180deg, #b68aeb, #6030b7);
    border-radius: 50%;
    display: flex;
    font-size: 22px;
    height: 38px;
    justify-content: center;
    margin-right: 12px;
    width: 38px
}

.account-sidebar .account-menu-item {
    font-size: 14px;
    padding: 13px 20px 13px 29px
}

.account-sidebar .account-menu-item .alert-text {
    color: #4b516e;
    cursor: pointer;
    font-size: 12px;
    position: absolute;
    right: 20px;
    top: 50%;
    transform: translateY(-50%)
}

.account-sidebar .account-menu-item .icon-alert {
    background-color: #378efa;
    border-radius: 50%;
    display: inline-block;
    height: 5px;
    left: 3px;
    position: relative;
    top: -9px;
    width: 5px
}

.account-sidebar .button-exit {
    padding: 15px 0
}

.user-profile-form .input-row {
    display: flex;
    flex-wrap: wrap;
    margin-bottom: 20px
}

.user-profile-form .caption {
    flex: 0 1 150px;
    margin-top: 12px
}

.user-profile-form .input-text {
    flex: 0 0 260px
}

.user-profile-form .input-county {
    margin-bottom: 50px
}

.user-profile-form .block-edit-email {
    margin-top: 12px
}

.user-profile-form .user-email {
    display: flex;
    height: 24px
}

.user-profile-form .icon-edit {
    height: 25px;
    width: 25px
}

.user-profile-form .email-status-info {
    background-color: #19375d;
    border-radius: 4px;
    color: #abaebf;
    display: inline-block;
    font-size: 14px;
    margin-top: 10px;
    min-width: 260px;
    padding: 10px
}

.user-profile-form .email-status-info.confirmed:before {
    background: url(/build/images/Yes.7ed5e9f8.svg) repeat-x 0;
    content: "";
    display: inline-block;
    height: 24px;
    margin: -8px 0;
    width: 24px
}

.user-profile-form .get-news {
    color: #abaebf;
    cursor: pointer;
    display: flex;
    font-size: 14px;
    margin: 20px 0 0
}

.user-profile-form .foot {
    border-top: 1px solid #1a1d2f;
    margin-top: 30px;
    max-width: 410px;
    padding-top: 30px
}

.checkbox-switch + .checkbox {
    background: #374370;
    border-radius: 10px;
    cursor: pointer;
    display: inline-block;
    flex: 0 0 40px;
    height: 20px;
    position: relative;
    width: 40px
}

.checkbox-switch + .checkbox:after {
    background-color: #7c809a;
    border-radius: 50%;
    content: "";
    height: 16px;
    left: 4px;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    transition: left .2s linear;
    width: 16px
}

.checkbox-switch + .checkbox.checked:after {
    background-color: #378dfa;
    left: 21px
}

.side-top li.active {
    background-color: #272c41
}

.side-top li.active .name {
    color: #fff
}

.dropzoneform {
    display: none
}

.sitemap .sitemap-block {
    margin: 0 0 2em
}

.sitemap .sitemap-block-head {
    color: #eee;
    font-size: 1.6em;
    margin: 0 0 .5em
}

.sitemap .show {
    background-color: #272c41;
    border-radius: 8px;
    color: #abaebf;
    cursor: pointer;
    display: block;
    margin: 0 auto;
    max-width: 120px;
    padding: 5px 9px
}

.sitemap .show:hover {
    color: #fff
}

.sitemap .list li {
    display: inline-block;
    margin: 3px 4px;
    max-width: 100%;
    overflow: hidden;
    vertical-align: middle;
    white-space: nowrap
}

.sitemap .list li a {
    background-color: #2f3651;
    border-radius: 4px;
    color: #c8cad8;
    display: block;
    overflow: hidden;
    padding: 5px 9px;
    text-overflow: ellipsis;
    vertical-align: middle
}

.sitemap .list li a:hover {
    color: #fff
}

@media (max-width: 991.98px) {
    .sitemap .list li {
        margin: 5px
    }
}

.sitemap .letter {
    background-color: rgba(47, 54, 81, .667);
    border-radius: 4px;
    color: #989baf;
    flex: 0 0 70px;
    font-size: 2em;
    font-weight: 700;
    margin-right: 4px;
    padding: 5px;
    text-align: center
}

@media (max-width: 991.98px) {
    .sitemap .letter {
        flex: 0 0 48px;
        font-size: 1.4em
    }
}

.bluebox {
    background-color: #212539;
    border-radius: 4px;
    color: #a8aabd;
    transition: background .2s
}

.bluebox:hover {
    background-color: #2f3651
}

.coverlink {
    bottom: 0;
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
    z-index: 1
}

.ultrabox {
    display: flex;
    margin: 0 -7px -14px
}

.ultrabox .item {
    flex: 1 0 20%;
    margin-bottom: 14px;
    max-width: 20%;
    padding: 0 7px
}

@media (max-width: 991.98px) {
    .ultrabox .item {
        flex: 1 0 25%;
        max-width: 25%
    }
}

@media (max-width: 767.98px) {
    .ultrabox .item {
        flex: 1 0 33.33333%;
        max-width: 33.33333%
    }
}

@media (max-width: 575.98px) {
    .ultrabox .item {
        flex: 1 0 50%;
        max-width: 50%
    }
}

.comment-radio-row .ultrabox .item label, .ultrabox .item .button, .ultrabox .item .comment-radio-row label {
    display: none;
    left: 50%;
    position: absolute;
    top: 50%;
    transform: translate(-50%, -50%)
}

@media (max-width: 767.98px) {
    .comment-radio-row .ultrabox .item label, .ultrabox .item .button, .ultrabox .item .comment-radio-row label {
        display: none
    }
}

.ultrabox .item:hover .img img {
    filter: brightness(.5)
}

.comment-radio-row .ultrabox .item:hover label, .ultrabox .item:hover .button, .ultrabox .item:hover .comment-radio-row label {
    display: block
}

@media (max-width: 767.98px) {
    .comment-radio-row .ultrabox .item:hover label, .ultrabox .item:hover .button, .ultrabox .item:hover .comment-radio-row label {
        display: none
    }
}

.ultrabox .inner {
    background-color: #212539;
    border-radius: 4px;
    transition: background .15s
}

.ultrabox .inner:hover {
    background-color: #2f3651
}

.ultrabox .inner.new-game .img:before {
    background: url(/build/images/new-game.ab8d8a45.png) no-repeat 0 0;
    background-size: contain;
    content: "";
    height: 67px;
    left: -2px;
    position: absolute;
    top: -2px;
    width: 67px;
    z-index: 1
}

@media (max-width: 575.98px) {
    .ultrabox .inner.new-game .img:before {
        height: 50px;
        width: 50px
    }
}

.ultrabox .img {
    border: 1px solid #333a5e;
    border-radius: 4px 4px 0 0;
    display: block;
    position: relative
}

.ultrabox .img img {
    border-radius: 4px 4px 0 0;
    height: auto;
    width: 100%
}

.ultrabox .info {
    padding: 12px 15px
}

@media (max-width: 767.98px) {
    .ultrabox .info {
        padding: 6px 10px
    }
}

.ultrabox .name {
    color: #fff !important;
    display: block;
    font-weight: 900;
    margin-bottom: 3px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap
}

.ultrabox .inf {
    color: #a8aabd;
    font-size: 14px
}

.ultrabox .game_launcher {
    cursor: pointer
}

.reviewpage .games {
    margin: 0 -5px -10px
}

.reviewpage .games .item {
    flex: 1 0 25%;
    max-width: 25%;
    padding: 0 5px
}

.reviewpage .games .inner {
    background-color: #2f3651
}

.reviewpage .games .inner:hover {
    background-color: #4b516e
}

.bluegames .inner {
    background-color: #2f3651
}

.bluegames .inner:hover {
    background-color: #4b516e
}

.topdev {
    margin-left: -7px;
    margin-right: -7px
}

.topdev .item {
    margin-bottom: 15px;
    padding: 0 7px;
    position: relative
}

.topdev .inner {
    height: 100%;
    overflow: hidden;
    padding: 8px 10px 0;
    position: relative;
    text-align: center
}

.topdev .inner:hover .images img {
    filter: brightness(1.1);
    transform: scale(1.05)
}

.topdev .img {
    width: 140px
}

.topdev .count {
    color: #a8aabd;
    font-size: 14px;
    margin-bottom: 12px
}

.topdev .images {
    height: 130px;
    padding-top: 40px
}

.topdev .images img {
    border-radius: 3px;
    transform-origin: center bottom;
    transition: transform .2s, filter .2s
}

@media (max-width: 767.98px) {
    .topdev .images {
        height: 120px
    }
}

.topdev .maingame {
    position: relative;
    z-index: 1
}

.topdev .maingame img {
    box-shadow: 0 1px 5px 0 rgba(0, 0, 0, .5);
    margin: -26px -15% 0;
    max-width: none;
    width: 130%
}

.games-category {
    flex-wrap: wrap;
    margin-bottom: -10px
}

.games-category .col {
    flex-grow: 0;
    margin-bottom: 10px
}

.games-category .item {
    align-items: center;
    background: #212539;
    border-radius: 3px;
    color: #fff;
    display: flex;
    font-size: 16px;
    height: 60px;
    justify-content: center;
    padding: 10px 15px;
    text-align: center;
    transition: background .25s;
    white-space: nowrap
}

.games-category .item.active, .games-category .item:hover {
    background: #2f3651
}

.games-category .item.active {
    color: #f57c00
}

@media (max-width: 991.98px) {
    .games-category .item {
        height: 50px
    }
}

@media (max-width: 575.98px) {
    .games-category .item {
        justify-content: left
    }
}

.games-category .icon {
    margin: 0 6px 0 0
}

.games-category .name {
    font-weight: 700;
    margin: 0 5px;
    overflow: hidden;
    text-overflow: ellipsis
}

.games-category .count {
    color: #a8aabd
}

.comment-radio-row .games-category label, .games-category .button, .games-category .comment-radio-row label {
    background-color: #212539;
    height: 40px;
    line-height: 28px;
    min-width: 40px;
    padding: 5px
}

.comment-radio-row .games-category label:hover, .games-category .button:hover, .games-category .comment-radio-row label:hover {
    background: #2f3651
}

.comment-radio-row .games-category label .icon, .games-category .button .icon, .games-category .comment-radio-row label .icon {
    margin: 0
}

.games-category.lighter .item {
    background-color: #2f3651
}

.games-category.lighter .item.active, .games-category.lighter .item:hover {
    background-color: #4b516e
}

.small-category .item {
    font-size: 14px;
    height: 40px
}

.small-category .name {
    margin: 0 5px 0 0
}

.reviewbody .games-category .item {
    background-color: #2f3651
}

.reviewbody .games-category .item.active, .reviewbody .games-category .item:hover {
    background-color: #4b516e
}

.modal .games-category {
    display: block
}

.modal .games-category .col {
    border-bottom: 1px solid #141523;
    margin-bottom: 0
}

.modal .games-category .item {
    background-color: #1a1d2f;
    display: block;
    font-size: 15px;
    height: auto;
    line-height: 30px;
    padding: 10px 15px;
    text-align: left
}

.modal .games-category .item:after {
    content: "";
    height: 24px;
    width: 24px
}

.button-soft {
    background-color: #212539;
    color: #fff;
    display: block;
    font-size: 15px;
    line-height: 35px;
    padding: 5px 10px;
    text-transform: none
}

.button-soft .icon {
    margin-bottom: 4px
}

.content-line {
    border-bottom: 1px solid #2f3751
}

.head-category {
    margin: 0;
    padding: 14px 0;
    position: relative
}

.head-category, .head-category:after {
    background-color: #191d2f;
    border-bottom: 1px solid #292d40
}

.head-category:after {
    bottom: -1px;
    content: "";
    left: -133%;
    position: absolute;
    right: -133%;
    top: 0;
    z-index: -1
}

.head-category .cat-swiper {
    flex-wrap: nowrap;
    overflow: hidden;
    position: relative
}

.head-category .col {
    margin-bottom: 0
}

.head-category .item {
    color: #c8cad8;
    font-size: 14px;
    height: 38px;
    line-height: 28px;
    padding: 5px 15px
}

.head-category .nav-horiz {
    align-items: center;
    background-color: #2f3651;
    border-radius: 50%;
    display: flex;
    height: 38px;
    justify-content: center;
    padding: 0;
    width: 38px
}

.head-category .nav-horiz .icon {
    margin: 0 0 0 2px
}

.head-category .nav-horiz:hover {
    background-color: #fff
}

.head-category .nav-horiz:hover .icon {
    fill: #12131f
}

.head-category .nav-horiz.disabled {
    display: none
}

.head-category .nav-next {
    box-shadow: -8px 1px 5px 0 rgba(18, 19, 31, .5);
    right: 0
}

.head-category .nav-prev {
    box-shadow: 8px 1px 5px 0 rgba(18, 19, 31, .5);
    left: 0
}

.head-category .nav-prev .icon {
    margin: 0 2px 0 0
}

@media (max-width: 767.98px) {
    .swiper {
        flex-wrap: nowrap;
        margin-left: -15px !important;
        margin-right: -15px !important;
        padding: 0 10px !important
    }

    .ismobile .swiper {
        overflow: auto
    }
}

.horizontal .swiper {
    flex-wrap: nowrap;
    overflow: hidden
}

.ismobile .horizontal .swiper {
    overflow: auto
}

@media (max-width: 767.98px) {
    .ultrabox.swiper .item {
        flex: 0 0 33.33333%;
        max-width: 33.33333%;
        padding: 0 5px
    }
}

@media (max-width: 575.98px) {
    .ultrabox.swiper .item {
        flex: 0 0 48%;
        max-width: 48%
    }
}

@media (max-width: 767.98px) {
    .topdev.swiper .item {
        flex: 0 0 40%;
        margin-bottom: 0;
        max-width: 40%;
        padding: 0 5px
    }
}

@media (max-width: 575.98px) {
    .topdev.swiper .item {
        flex: 0 0 75%;
        max-width: 75%
    }
}

@media (max-width: 767.98px) {
    .screenshots.swiper .col {
        flex: 0 0 132px;
        max-width: 132px;
        padding: 0 5px
    }
}

@media (max-width: 575.98px) {
    .screenshots.swiper .col {
        flex: 0 0 39%
    }
}

.oval {
    background: #c8cad8;
    border-radius: 50%;
    display: inline-block;
    height: 4px;
    margin: 0 3px;
    vertical-align: middle;
    width: 4px
}

.gamereview .reviewhead {
    align-items: center;
    border-bottom: none;
    padding: 30px 30px 0;
    white-space: nowrap
}

@media (max-width: 767.98px) {
    .gamereview .reviewhead {
        padding: 15px 15px 0
    }
}

.gamereview .reviewhead .h1 {
    font-size: 28px;
    font-weight: 900;
    margin: 0;
    overflow: hidden;
    text-overflow: ellipsis
}

@media (max-width: 767.98px) {
    .gamereview .reviewhead .h1 {
        flex: 1 0 100%;
        font-size: 24px;
        margin-bottom: 6px
    }

    .gamereview .reviewhead .h-info {
        margin-right: 0;
        order: 3
    }

    .gamereview .reviewhead .rating {
        border-right: 1px solid #12131f;
        margin-right: 7px;
        padding-right: 5px
    }

    .gamereview .reviewhead .rating-stars {
        order: 2
    }
}

.gamereview .reviewhead .reviews-count img {
    margin: -2px 2px 0 0
}

.gamereview .t-points {
    background-color: #2f3651;
    border-radius: 4px;
    color: #fff;
    flex: 0 0 content;
    font-size: 16px;
    font-weight: 500;
    line-height: 24px;
    padding: 7px 19px;
    text-transform: none
}

@media (max-width: 767.98px) {
    .gamereview .t-points {
        background: transparent;
        border-right: 1px solid #12131f;
        color: #a8aabd;
        padding: 0 7px 0 0
    }
}

.gamereview .reviewbody {
    padding-top: 25px
}

@media (max-width: 767.98px) {
    .gamereview .reviewbody {
        padding-bottom: 30px;
        padding-top: 15px
    }
}

.gamereview .reviewbody .dark-line:nth-child(2) {
    margin-left: -30px;
    margin-right: -30px
}

.screenshots {
    display: flex;
    margin: -5px;
    padding: 0
}

.screenshots .col {
    flex: 0 0 135px;
    padding: 5px
}

.screenshots .item {
    border: 1px solid #333a5e;
    border-radius: 4px;
    cursor: pointer;
    display: block;
    overflow: hidden;
    position: relative;
    transition: all .25s
}

.screenshots .item:after {
    background: rgba(18, 19, 31, .85) url(/build/images/view-photo.06778328.svg) no-repeat 50%;
    background-size: 10px 10px;
    bottom: 0;
    content: "";
    left: 0;
    opacity: 0;
    position: absolute;
    right: 0;
    top: 0;
    transition: background .25s, opacity .25s
}

.screenshots .item:hover:after {
    background-size: 50px 50px;
    opacity: 1
}

.modal .screenshots .item.active {
    border: 1px solid #ffdd27
}

.gamebox {
    padding: 0
}

.gamebox .gameframe {
    background-color: #000;
    border-radius: 4px 4px 0 0;
    overflow: hidden;
    position: relative;
    text-align: center
}

.gamebox .gameframe .frameimg {
    height: auto;
    width: 100%
}

.gamebox .gameframe .darkness {
    background-image: radial-gradient(circle at 50% 50%, rgba(0, 0, 0, .42), rgba(0, 0, 0, .86) 74%);
    transition: background .3s
}

.gamebox .gameframe .darkness, .gamebox .gameframe iframe {
    bottom: 0;
    left: 0;
    position: absolute;
    right: 0;
    top: 0
}

.gamebox .play {
    left: 50%;
    position: absolute;
    top: 50%;
    transform: translate(-50%, -50%)
}

.gamebox .gamepanel {
    background-color: #12131f;
    border-radius: 0 0 4px 4px;
    line-height: 24px;
    padding: 7px 16px
}

.gamebox .gamepanel a {
    color: #fff
}

.gamebox .gamepanel a:hover {
    color: #f57c00
}

.gamebox .gamepanel .playvideo .icon {
    fill: #378efa
}

.gamebox .gamepanel .playvideo:hover .icon {
    fill: #f57c00
}

.gamebox .gamepanel .fullscreen {
    margin-left: auto
}

.gamebox .warning {
    position: absolute;
    text-shadow: 0 1px 1px #000;
    top: 35%;
    width: 100%
}

.age-verification {
    background: rgba(0, 0, 0, .85);
    border-radius: 3px;
    box-shadow: 0 0 100px #000;
    color: #fff;
    left: 50%;
    line-height: 2em;
    padding: 15px 10px 10px;
    position: absolute;
    text-align: center;
    top: 50%;
    transform: translate(-50%, -50%)
}

@media (max-width: 767.98px) {
    .age-verification {
        left: 0;
        line-height: 1.5em;
        transform: translateY(-50%);
        width: 100%
    }
}

.age-verification .bigtext {
    font-size: 24px;
    font-weight: 700;
    line-height: 1.25
}

.button-playreal {
    animation: move_eye 10s ease-in-out 4s infinite;
    display: block;
    margin-top: 15px;
    overflow: hidden;
    position: relative
}

.button-playreal:hover {
    background: #fff !important;
    color: #12131f !important
}

.button-playreal:after {
    animation: move_star 10s ease-in-out 4s infinite;
    background: url(/build/images/star-y.87979a8e.svg) no-repeat 50%;
    background-size: contain;
    content: "";
    height: 58px;
    left: -20%;
    opacity: .4;
    position: absolute;
    top: -100%;
    width: 58px
}

@keyframes move_eye {
    0% {
        background: #4b516e;
        color: #fff;
        transform: scaleY(1)
    }
    2% {
        background: #fff;
        color: #000;
        transform: scaleY(-1)
    }
    4% {
        background: #4b516e;
        color: #fff;
        transform: scaleY(1)
    }
    to {
        background: #4b516e;
        color: #fff;
        transform: scaleY(1)
    }
}

@keyframes move_star {
    0% {
        left: -15%;
        opacity: .2;
        top: -20%;
        transform: rotate(0)
    }
    12% {
        left: 50%;
        opacity: .4;
        top: 25%;
        transform: rotate(500deg)
    }
    30% {
        left: 115%;
        opacity: 1;
        top: -20%;
        transform: rotate(1200deg)
    }
    to {
        left: 115%;
        opacity: 1;
        top: -20%;
        transform: rotate(1200deg)
    }
}

.mb-60 {
    margin-bottom: 60px
}

.devreview .reviewhead .image {
    flex: 0 0 144px
}

@media (min-width: 576px) {
    .devreview .reviewhead .image {
        margin-bottom: 0;
        padding-right: 15px
    }
}

@media (max-width: 767.98px) {
    .devreview .reviewhead {
        padding: 15px 15px 10px
    }
}

.devreview .reviewhead .h1 {
    font-size: 28px;
    font-weight: 900;
    margin: 0
}

@media (max-width: 767.98px) {
    .devreview .reviewhead .h1 {
        flex: 1 0 100%;
        font-size: 24px;
        margin-bottom: 6px
    }
}

.devreview .reviewhead .col-central {
    flex: 1 0;
    order: 0;
    text-align: left
}

@media (max-width: 575.98px) {
    .devreview .reviewhead .col-central {
        flex: 1 0 100%;
        order: 2
    }
}

.devreview .reviewhead .buttons {
    justify-content: left;
    margin-bottom: 0
}

@media (max-width: 575.98px) {
    .devreview .reviewhead .buttons {
        margin-bottom: 15px
    }
}

@media (max-width: 767.98px) {
    .devreview .reviewhead .h-info {
        order: 3
    }

    .devreview .reviewhead .totalratings {
        flex: 0 0 140px
    }
}

@media (max-width: 575.98px) {
    .devreview .reviewhead .totalratings {
        flex: 1 0 100%;
        justify-content: flex-start
    }
}

.devreview .reviewhead .totalratings .rating {
    border-right: none
}

.devreview .reviewhead .brd {
    margin: 0 7px
}

@media (max-width: 767.98px) {
    .devreview .reviewhead .rating {
        border-right: 1px solid #12131f;
        margin-right: 7px;
        padding-right: 5px
    }

    .devreview .reviewhead .rating-stars {
        order: 2
    }
}

.devreview .reviewhead .reviews-count img {
    margin: -2px 2px 0 0
}

.faq .item {
    background-color: #212539;
    border-radius: 4px;
    cursor: pointer
}

.faq .item.open:hover, .faq .item:hover {
    background-color: #2f3651
}

.faq .item.open .text {
    display: block
}

.faq .item.open .minus {
    display: inline-block
}

.faq .item.open .plus, .faq .minus {
    display: none
}

.faq .question {
    color: #c8cad8;
    display: flex;
    font-weight: 700;
    line-height: 1.38;
    padding: 14px 17px
}

.faq .text {
    color: #c8cad8;
    display: none;
    font-size: 14px;
    line-height: 1.57;
    margin-right: 35px;
    padding: 0 17px 14px
}

.faq p:last-child {
    margin-bottom: 0
}

.faq .show-more {
    display: inline-block
}

.faq .show-more span {
    border-bottom: 1px dotted;
    display: inline-block;
    padding: 1px 0
}

.sheet .faq .item {
    background-color: #2f3651
}

.sheet .faq .item:hover {
    background-color: #4b516e
}

.adm-widget {
    outline: 1px dashed rgba(255, 255, 30, .1);
    position: relative
}

.adm-widget:hover {
    outline: 1px dashed rgba(255, 255, 30, .9)
}

.adm-wid-panel {
    background: rgba(0, 0, 0, .8);
    border: 1px dashed rgba(255, 255, 0, .8);
    border-radius: 3px;
    color: #dd6;
    font-family: Ubuntu, Consolas;
    font-size: 12px;
    max-width: 220px;
    padding: 3px 5px;
    position: absolute;
    right: 3px;
    top: -12px;
    z-index: 3
}

.adm-wid-panel:hover .adm-wid-panel-e {
    display: none
}

.adm-wid-panel:hover .adm-wid-panel-body {
    display: block
}

@media (min-width: 1480px) {
    .adm-wid-panel {
        right: 0;
        transform: translateX(100%)
    }
}

.adm-wid-panel-body {
    display: none
}

.adm-button {
    background: #bb0;
    border-radius: 3px;
    box-shadow: 0 2px 0 #440;
    color: #000;
    display: inline-block;
    font-size: 12px;
    padding: 3px 5px
}

.adm-button:hover {
    background: #fff;
    box-shadow: 0 2px 0 #999;
    color: #000
}

.navigation {
    line-height: 1.5;
    margin-bottom: 15px
}

.navigation ol {
    column-count: 2;
    margin-bottom: 0;
    margin-left: 18px
}

.navigation ol li {
    list-style: decimal;
    margin: 0 0 12px;
    padding-left: 4px
}

@media (max-width: 991.98px) {
    .navigation ol {
        column-count: 1
    }
}

.navigation a {
    border-bottom: 1px dotted;
    padding-bottom: 2px
}

.navigation .hide, .navigation .show {
    background-color: #2f3651;
    border-radius: 4px;
    color: #c8cad8;
    font-size: 14px;
    line-height: 24px;
    padding: 1px 3px 0 10px;
    white-space: nowrap
}

.navigation .hide .icon, .navigation .show .icon {
    margin-bottom: 0
}

.licenses .sheet {
    align-items: center;
    flex-wrap: nowrap;
    padding: 17px 15px
}

@media (max-width: 767.98px) {
    .licenses .sheet {
        flex-wrap: wrap;
        padding: 10px
    }
}

.licenses .pos-col {
    flex: 0 0 45px;
    margin-right: 15px;
    text-align: center
}

.licenses .pos-col .pos {
    background-color: #373f5d;
    border-radius: 50%;
    display: inline-block;
    font-size: 14px;
    font-weight: 700;
    height: 24px;
    line-height: 24px;
    width: 24px
}

.licenses .name {
    color: #fff;
    font-size: 16px;
    font-weight: 900;
    line-height: 1.35
}

@media (max-width: 767.98px) {
    .licenses .name {
        font-size: 15px
    }
}

.licenses .img {
    margin-right: 18px
}

@media (max-width: 767.98px) {
    .licenses .img {
        margin-right: 10px
    }
}

.licenses .img img {
    border: 1px solid #333a5e;
    border-radius: 4px
}

.licenses .info {
    flex: 1 0
}

.licenses .icon {
    margin: -2px 8px 0 0
}

.licenses .address {
    font-size: 14px
}

.licenses .lic-contacts {
    line-height: 22px
}

@media (max-width: 767.98px) {
    .licenses .lic-contacts > span {
        display: block
    }
}

.licenses .separ {
    background: #4b516e;
    display: inline-block;
    height: 18px;
    margin: 0 15px;
    vertical-align: middle;
    width: 1px
}

@media (max-width: 767.98px) {
    .licenses .separ {
        height: 0
    }
}

.licenses .mob-buttons {
    display: flex;
    flex-wrap: wrap
}

.licenses .mob-buttons:before {
    background: #12131f;
    content: "";
    flex: 1 0 100%;
    height: 1px;
    margin: 10px -10px
}

.comment-radio-row .licenses .mob-buttons label, .licenses .mob-buttons .button, .licenses .mob-buttons .comment-radio-row label {
    color: #fff;
    flex: 1 0
}

.licenses .mob-buttons .website {
    padding: 7px
}

.im {
    background: #333a5e;
    border: 1px solid #333a5e;
    border-radius: 4px
}

.el-grid {
    padding: 15px 28px
}

@media (max-width: 767.98px) {
    .el-grid {
        padding: 0 13px 1px
    }
}

.el-grid .el-grid-c {
    position: relative
}

.el-grid .el-grid-c:after {
    background: #212539;
    bottom: 0;
    content: "";
    height: 1px;
    left: 0;
    position: absolute;
    width: 100%
}

@media (max-width: 767.98px) {
    .el-grid .col:nth-child(n+7) {
        display: none
    }
}

@media (max-width: 575.98px) {
    .el-grid .col:nth-child(n+6) {
        display: none
    }
}

.el-grid .col.visible {
    display: block
}

.el-grid .item {
    align-items: center;
    border-bottom: 1px solid #12131f;
    display: flex;
    margin: 0 2px;
    padding: 15px 0
}

.el-grid .link {
    display: flex
}

.el-grid a {
    color: #fff
}

.el-grid a:hover {
    color: #f57c00
}

.el-grid .img {
    flex: 0 0 76px;
    margin-right: 11px
}

.el-grid .img img {
    border: 1px solid #333a5e;
    border-radius: 4px;
    box-shadow: 0 2px 8px 0 rgba(0, 0, 0, .13)
}

.el-grid .name {
    font-size: 16px;
    font-weight: 500;
    line-height: 1.5
}

.el-grid .count {
    color: #a8aabd;
    font-size: 14px
}

@media (max-width: 767.98px) {
    .el-grid .count {
        font-size: 13px
    }
}

.el-grid .button-show {
    background-color: #2f3651;
    border-radius: 4px;
    font-size: 12px;
    font-weight: 700;
    line-height: 24px;
    margin: 15px 0;
    text-transform: uppercase
}

@media (max-width: 767.98px) {
    .el-grid .button-show {
        margin-top: 3px
    }
}

.greatblock .button-show {
    font-size: 12px;
    font-weight: 700;
    line-height: 24px;
    text-transform: uppercase
}

.greatblock .button-show.show {
    margin-top: 2px
}

.greatblock .button-show:hover {
    color: #f57c00
}

.greatblock .rating-table .rating-row:first-child {
    background-image: linear-gradient(180deg, #141726, rgba(33, 37, 57, 0))
}

.greatblock .rating-table .rating-row:last-child {
    background-image: linear-gradient(0deg, #141726, rgba(33, 37, 57, 0))
}

.greatblock .morelink {
    background-image: linear-gradient(270deg, #3a6aee, #378ffb);
    border-radius: 4px;
    color: #fff
}

.greatblock .ultrabox {
    background-color: #212539;
    background: linear-gradient(0deg, #141625, #212539 9%, #212539 91%, #141726);
    margin: 0;
    padding: 30px 23px
}

@media (max-width: 767.98px) {
    .greatblock .ultrabox {
        margin: 0 !important;
        overflow: auto;
        padding: 15px 10px !important
    }

    .greatblock .ultrabox .item {
        flex: 0 0 160px;
        max-width: 160px
    }
}

.greatblock .ultrabox.swiper .item {
    margin-bottom: 0
}

.greatblock .head-category {
    background: transparent;
    border: 0;
    margin: 2px 15px 2px 88px;
    max-width: 100%;
    padding: 0
}

@media (max-width: 767.98px) {
    .greatblock .head-category {
        margin-left: 0;
        margin-right: 0
    }
}

.greatblock .head-category .games-category {
    margin-bottom: 0;
    margin-right: 15px
}

@media (max-width: 767.98px) {
    .greatblock .head-category .games-category {
        margin-right: 0;
        overflow: auto
    }
}

.greatblock .head-category .nav-next {
    right: -10px
}

.greatblock .head-category .nav-prev {
    left: -10px
}

.greatblock .games-category .item {
    background-color: #2f3651
}

.greatblock .games-category .item.active, .greatblock .games-category .item:hover {
    background-color: #4b516e
}

.great-head {
    overflow: hidden;
    padding: 30px 30px 22px
}

@media (min-width: 768px) {
    .great-head {
        border-radius: 4px 4px 0 0
    }
}

@media (max-width: 767.98px) {
    .great-head {
        display: flex;
        flex-wrap: wrap;
        padding: 15px
    }
}

.great-head .great-icon {
    border-radius: 50%;
    float: left;
    height: 70px;
    margin-right: 18px;
    overflow: hidden;
    position: relative;
    width: 70px
}

.great-head .great-icon img {
    max-width: none
}

.great-head .great-icon .cyrcle-shadow {
    border-radius: 50%;
    box-shadow: inset -7px -7px 0 rgba(0, 0, 0, .2);
    height: 100%;
    transition: all .22s
}

@media (max-width: 767.98px) {
    .great-head .great-icon {
        flex: 0 0 50px;
        height: 50px;
        width: 50px
    }
}

.great-head:hover .cyrcle-shadow {
    box-shadow: inset -3px -3px 0 rgba(0, 0, 0, .2)
}

.great-head .title {
    color: #fff;
    font-weight: 900;
    margin-bottom: 5px
}

.great-head .title:hover {
    color: #f57c00
}

@media (max-width: 767.98px) {
    .great-head .title {
        align-self: center;
        flex: 1 1 0%;
        font-size: 18px
    }
}

.great-head .content {
    color: #a8aabd;
    font-size: 14px
}

.greatcountries .great-icon img {
    height: 100%;
    left: 50%;
    transform: translateX(-50%);
    width: 120px
}

.greatcategories .great-head {
    border-radius: 4px 4px 0 0
}

.greatcategories .button-show {
    border-radius: 0 0 4px 4px
}

.greatcategories .great-icon {
    align-items: center;
    background-color: #12131f;
    display: flex;
    justify-content: center
}

.greatcategories .great-icon .icon {
    height: 30px;
    width: 30px
}

@media (max-width: 767.98px) {
    .greatcategories .nav-horiz {
        display: none
    }
}

.greatcomm .main-list {
    margin: 0 -7px
}

.greatcomm .main-list .col {
    padding: 0 7px
}

.greatcomm .item {
    border-bottom: 4px solid #2f3651;
    padding: 30px 30px 20px
}

@media (max-width: 767.98px) {
    .greatcomm .item {
        padding: 16px
    }
}

.greatcomm .item-head {
    padding-bottom: 7px
}

.greatcomm .comm-body-wr {
    min-height: 145px
}

.greatcomm .comm-body {
    font-size: 14px;
    overflow: auto
}

.greatcomm .shorted {
    overflow: hidden
}

.greatcomm .show-more {
    font-size: 14px
}

.greatcomm .comm-target {
    position: relative
}

.greatcomm .comm-target:before {
    border-top: 3px dashed #12131f;
    content: "";
    display: block;
    flex: 1 0 100%;
    margin: 20px -30px
}

@media (max-width: 767.98px) {
    .greatcomm .comm-target:before {
        margin: 16px -16px
    }
}

.greatcomm .comm-target .name {
    color: #fff;
    font-weight: 500
}

.greatcomm .comm-target:hover .name {
    color: #f57c00
}

.greatcomm .comm-target .logo {
    border: 1px solid #333a5e;
    border-radius: 4px;
    height: 53px;
    width: 81px
}

.font-xxs {
    font-size: 10px
}

.font-xs {
    font-size: 12px
}

.font-s {
    font-size: 13px
}

.link-blue {
    color: #378efa
}

.link-blue:hover {
    color: #f57c00
}

@-webkit-keyframes passing-through {
    0% {
        opacity: 0;
        -webkit-transform: translateY(40px);
        -moz-transform: translateY(40px);
        -ms-transform: translateY(40px);
        -o-transform: translateY(40px);
        transform: translateY(40px)
    }
    30%, 70% {
        opacity: 1;
        -webkit-transform: translateY(0);
        -moz-transform: translateY(0);
        -ms-transform: translateY(0);
        -o-transform: translateY(0);
        transform: translateY(0)
    }
    to {
        opacity: 0;
        -webkit-transform: translateY(-40px);
        -moz-transform: translateY(-40px);
        -ms-transform: translateY(-40px);
        -o-transform: translateY(-40px);
        transform: translateY(-40px)
    }
}

@-moz-keyframes passing-through {
    0% {
        opacity: 0;
        -webkit-transform: translateY(40px);
        -moz-transform: translateY(40px);
        -ms-transform: translateY(40px);
        -o-transform: translateY(40px);
        transform: translateY(40px)
    }
    30%, 70% {
        opacity: 1;
        -webkit-transform: translateY(0);
        -moz-transform: translateY(0);
        -ms-transform: translateY(0);
        -o-transform: translateY(0);
        transform: translateY(0)
    }
    to {
        opacity: 0;
        -webkit-transform: translateY(-40px);
        -moz-transform: translateY(-40px);
        -ms-transform: translateY(-40px);
        -o-transform: translateY(-40px);
        transform: translateY(-40px)
    }
}

@keyframes passing-through {
    0% {
        opacity: 0;
        -webkit-transform: translateY(40px);
        -moz-transform: translateY(40px);
        -ms-transform: translateY(40px);
        -o-transform: translateY(40px);
        transform: translateY(40px)
    }
    30%, 70% {
        opacity: 1;
        -webkit-transform: translateY(0);
        -moz-transform: translateY(0);
        -ms-transform: translateY(0);
        -o-transform: translateY(0);
        transform: translateY(0)
    }
    to {
        opacity: 0;
        -webkit-transform: translateY(-40px);
        -moz-transform: translateY(-40px);
        -ms-transform: translateY(-40px);
        -o-transform: translateY(-40px);
        transform: translateY(-40px)
    }
}

@-webkit-keyframes slide-in {
    0% {
        opacity: 0;
        -webkit-transform: translateY(40px);
        -moz-transform: translateY(40px);
        -ms-transform: translateY(40px);
        -o-transform: translateY(40px);
        transform: translateY(40px)
    }
    30% {
        opacity: 1;
        -webkit-transform: translateY(0);
        -moz-transform: translateY(0);
        -ms-transform: translateY(0);
        -o-transform: translateY(0);
        transform: translateY(0)
    }
}

@-moz-keyframes slide-in {
    0% {
        opacity: 0;
        -webkit-transform: translateY(40px);
        -moz-transform: translateY(40px);
        -ms-transform: translateY(40px);
        -o-transform: translateY(40px);
        transform: translateY(40px)
    }
    30% {
        opacity: 1;
        -webkit-transform: translateY(0);
        -moz-transform: translateY(0);
        -ms-transform: translateY(0);
        -o-transform: translateY(0);
        transform: translateY(0)
    }
}

@keyframes slide-in {
    0% {
        opacity: 0;
        -webkit-transform: translateY(40px);
        -moz-transform: translateY(40px);
        -ms-transform: translateY(40px);
        -o-transform: translateY(40px);
        transform: translateY(40px)
    }
    30% {
        opacity: 1;
        -webkit-transform: translateY(0);
        -moz-transform: translateY(0);
        -ms-transform: translateY(0);
        -o-transform: translateY(0);
        transform: translateY(0)
    }
}

@-webkit-keyframes pulse {
    0% {
        -webkit-transform: scale(1);
        -moz-transform: scale(1);
        -ms-transform: scale(1);
        -o-transform: scale(1);
        transform: scale(1)
    }
    10% {
        -webkit-transform: scale(1.1);
        -moz-transform: scale(1.1);
        -ms-transform: scale(1.1);
        -o-transform: scale(1.1);
        transform: scale(1.1)
    }
    20% {
        -webkit-transform: scale(1);
        -moz-transform: scale(1);
        -ms-transform: scale(1);
        -o-transform: scale(1);
        transform: scale(1)
    }
}

@-moz-keyframes pulse {
    0% {
        -webkit-transform: scale(1);
        -moz-transform: scale(1);
        -ms-transform: scale(1);
        -o-transform: scale(1);
        transform: scale(1)
    }
    10% {
        -webkit-transform: scale(1.1);
        -moz-transform: scale(1.1);
        -ms-transform: scale(1.1);
        -o-transform: scale(1.1);
        transform: scale(1.1)
    }
    20% {
        -webkit-transform: scale(1);
        -moz-transform: scale(1);
        -ms-transform: scale(1);
        -o-transform: scale(1);
        transform: scale(1)
    }
}

@keyframes pulse {
    0% {
        -webkit-transform: scale(1);
        -moz-transform: scale(1);
        -ms-transform: scale(1);
        -o-transform: scale(1);
        transform: scale(1)
    }
    10% {
        -webkit-transform: scale(1.1);
        -moz-transform: scale(1.1);
        -ms-transform: scale(1.1);
        -o-transform: scale(1.1);
        transform: scale(1.1)
    }
    20% {
        -webkit-transform: scale(1);
        -moz-transform: scale(1);
        -ms-transform: scale(1);
        -o-transform: scale(1);
        transform: scale(1)
    }
}

.dropzone, .dropzone * {
    box-sizing: border-box
}

.dropzone.dz-clickable {
    cursor: pointer
}

.dropzone.dz-clickable * {
    cursor: default
}

.dropzone.dz-clickable .dz-message, .dropzone.dz-clickable .dz-message * {
    cursor: pointer
}

.dropzone.dz-started .dz-message {
    display: none
}

.dropzone.dz-drag-hover {
    border-style: solid
}

.dropzone.dz-drag-hover .dz-message {
    opacity: .5
}

.dropzone .dz-message {
    margin: 2em 0;
    text-align: center
}

.dropzone .dz-preview {
    display: inline-block;
    margin: 16px;
    min-height: 100px;
    position: relative;
    vertical-align: top
}

.dropzone .dz-preview:hover {
    z-index: 1
}

.dropzone .dz-preview.dz-file-preview .dz-image {
    background: #999;
    background: linear-gradient(180deg, #eee, #ddd);
    border-radius: 20px
}

.dropzone .dz-preview.dz-file-preview .dz-details {
    opacity: 1
}

.dropzone .dz-preview.dz-image-preview .dz-details {
    -webkit-transition: opacity .2s linear;
    -moz-transition: opacity .2s linear;
    -ms-transition: opacity .2s linear;
    -o-transition: opacity .2s linear;
    transition: opacity .2s linear
}

.dropzone .dz-preview .dz-remove {
    border: none;
    cursor: pointer;
    display: block;
    font-size: 14px;
    text-align: center
}

.dropzone .dz-preview .dz-remove:hover {
    text-decoration: underline
}

.dropzone .dz-preview:hover .dz-details {
    opacity: 1
}

.dropzone .dz-preview .dz-details {
    color: rgba(0, 0, 0, .9);
    font-size: 13px;
    left: 0;
    line-height: 150%;
    max-width: 100%;
    min-width: 100%;
    opacity: 0;
    padding: 2em 1em;
    position: absolute;
    text-align: center;
    top: 0;
    z-index: 3
}

.dropzone .dz-preview .dz-details .dz-size {
    font-size: 16px;
    margin-bottom: 1em
}

.dropzone .dz-preview .dz-details .dz-filename {
    white-space: nowrap
}

.dropzone .dz-preview .dz-details .dz-filename:hover span {
    background-color: hsla(0, 0%, 100%, .03);
    border: 1px solid hsla(0, 0%, 78%, .8)
}

.dropzone .dz-preview .dz-details .dz-filename:not(:hover) {
    overflow: hidden;
    text-overflow: ellipsis
}

.dropzone .dz-preview .dz-details .dz-filename:not(:hover) span {
    border: 1px solid hsla(0, 0%, 100%, .04)
}

.dropzone .dz-preview .dz-details .dz-filename span, .dropzone .dz-preview .dz-details .dz-size span {
    background-color: hsla(0, 0%, 100%, .02);
    border-radius: 3px;
    padding: 0 .4em
}

.dropzone .dz-preview:hover .dz-image img {
    -webkit-filter: blur(5px);
    filter: blur(8px);
    -webkit-transform: scale(1.05);
    -moz-transform: scale(1.05);
    -ms-transform: scale(1.05);
    -o-transform: scale(1.05);
    transform: scale(1.05)
}

.dropzone .dz-preview .dz-image {
    border-radius: 3px;
    display: block;
    height: 120px;
    overflow: hidden;
    position: relative;
    width: 120px;
    z-index: 1
}

.dropzone .dz-preview .dz-image img {
    display: block
}

.dropzone .dz-preview.dz-success .dz-success-mark {
    -webkit-animation: passing-through 3s cubic-bezier(.77, 0, .175, 1);
    -moz-animation: passing-through 3s cubic-bezier(.77, 0, .175, 1);
    -ms-animation: passing-through 3s cubic-bezier(.77, 0, .175, 1);
    -o-animation: passing-through 3s cubic-bezier(.77, 0, .175, 1);
    animation: passing-through 3s cubic-bezier(.77, 0, .175, 1)
}

.dropzone .dz-preview.dz-error .dz-error-mark {
    -webkit-animation: slide-in 3s cubic-bezier(.77, 0, .175, 1);
    -moz-animation: slide-in 3s cubic-bezier(.77, 0, .175, 1);
    -ms-animation: slide-in 3s cubic-bezier(.77, 0, .175, 1);
    -o-animation: slide-in 3s cubic-bezier(.77, 0, .175, 1);
    animation: slide-in 3s cubic-bezier(.77, 0, .175, 1);
    opacity: 1
}

.dropzone .dz-preview .dz-error-mark, .dropzone .dz-preview .dz-success-mark {
    display: block;
    left: 50%;
    margin-left: -27px;
    margin-top: -27px;
    opacity: 0;
    pointer-events: none;
    position: absolute;
    top: 50%;
    z-index: 3
}

.dropzone .dz-preview .dz-error-mark svg, .dropzone .dz-preview .dz-success-mark svg {
    display: block;
    height: 54px;
    width: 54px
}

.dropzone .dz-preview.dz-processing .dz-progress {
    opacity: 1;
    -webkit-transition: all .2s linear;
    -moz-transition: all .2s linear;
    -ms-transition: all .2s linear;
    -o-transition: all .2s linear;
    transition: all .2s linear
}

.dropzone .dz-preview.dz-complete .dz-progress {
    opacity: 0;
    -webkit-transition: opacity .4s ease-in;
    -moz-transition: opacity .4s ease-in;
    -ms-transition: opacity .4s ease-in;
    -o-transition: opacity .4s ease-in;
    transition: opacity .4s ease-in
}

.dropzone .dz-preview:not(.dz-processing) .dz-progress {
    -webkit-animation: pulse 6s ease infinite;
    -moz-animation: pulse 6s ease infinite;
    -ms-animation: pulse 6s ease infinite;
    -o-animation: pulse 6s ease infinite;
    animation: pulse 6s ease infinite
}

.dropzone .dz-preview .dz-progress {
    background: rgba(225, 225, 255, .8);
    border-radius: 4px;
    height: 12px;
    left: 50%;
    margin-left: -40px;
    margin-top: -6px;
    opacity: 1;
    overflow: hidden;
    pointer-events: none;
    position: absolute;
    top: 50%;
    -webkit-transform: scale(1);
    width: 80px;
    z-index: 4
}

.dropzone .dz-preview .dz-progress .dz-upload {
    background: #333;
    background: linear-gradient(180deg, #666, #444);
    bottom: 0;
    left: 0;
    position: absolute;
    top: 0;
    -webkit-transition: width .3s ease-in-out;
    -moz-transition: width .3s ease-in-out;
    -ms-transition: width .3s ease-in-out;
    -o-transition: width .3s ease-in-out;
    transition: width .3s ease-in-out;
    width: 0
}

.dropzone .dz-preview.dz-error .dz-error-message {
    display: block
}

.dropzone .dz-preview.dz-error:hover .dz-error-message {
    opacity: 1;
    pointer-events: auto
}

.dropzone .dz-preview .dz-error-message {
    background: #be2626;
    background: linear-gradient(180deg, #be2626, #a92222);
    border-radius: 8px;
    color: #fff;
    display: block;
    display: none;
    font-size: 13px;
    left: -10px;
    opacity: 0;
    padding: .5em 1.2em;
    pointer-events: none;
    position: absolute;
    top: 130px;
    -webkit-transition: opacity .3s ease;
    -moz-transition: opacity .3s ease;
    -ms-transition: opacity .3s ease;
    -o-transition: opacity .3s ease;
    transition: opacity .3s ease;
    width: 140px;
    z-index: 5
}

.dropzone .dz-preview .dz-error-message:after {
    border-bottom: 6px solid #be2626;
    border-left: 6px solid transparent;
    border-right: 6px solid transparent;
    content: "";
    height: 0;
    left: 64px;
    position: absolute;
    top: -6px;
    width: 0
}

.dropdown {
    position: relative;
    display: inline-block;
    font-size: 16px;
    color: #FFF;
}

input[type=checkbox] {
    display: none;
}

label {
    box-sizing: border-box;
    display: inline-block;
    width: 100%;
    cursor: pointer;
    text-align: center;
    margin-left: 10px;
    user-select: none;
}

label img {
    width: 35px;
}

nav ul {
    position: absolute;
    list-style: none;
    text-align: left;
    width: fit-content;
    max-width: 800px;
    min-width: 500px;
    margin-top: 5px;
    left: 5px;
    z-index: 1;
    padding: 0;
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.2);
    display: none;
}


nav ul li {
    padding: 15px;
    background-color: #fff;
    color: #000;
    margin-bottom: 1px;
    cursor: pointer;
}

nav ul li a {
    color: #000;
    text-decoration: none;
}

input[type=checkbox]:checked ~ label {
    /***décor pri nagatii**/
}


input[type=checkbox]:checked ~ ul {
    display: flex;
    flex-wrap: wrap;
    background-color: #fff;
    justify-content: center;
}

/*****/


@media (max-width: 850px) {

    nav ul {
        max-width: 390px;
        min-width: 370px;
    }
}
main img {
    display: block;
    max-width: 100%;
    border-radius: 14px;
    margin: 30px auto;
}

table {
    margin: 30px 0;
    width: 100%;
}
td, th {
    word-break: break-all;
    text-align: center;
    padding: 5px;
    border: 1px solid #FFF;
}
