/*!
Theme Name: kc-theme
Author: WP Team
Version: 1.0.0
Requires PHP: 7.2
Text Domain: kit-theme
*/
html {
    line-height: 1.15;
    -webkit-text-size-adjust: 100%
}

body {
    margin: 0
}

main {
    display: block
}

h1, h2, h3 {
    text-align: center;
    color: #00a7e6;
}

h1 {
    font-size: 2em;
    margin: .67em 0
}

hr {
    box-sizing: content-box;
    height: 0;
    overflow: visible
}

pre {
    font-family: monospace, monospace;
    font-size: 1em
}

a {
    background-color: rgba(0, 0, 0, 0)
}

abbr[title] {
    border-bottom: 0;
    text-decoration: underline;
    text-decoration: underline dotted
}

b, strong {
    font-weight: bolder
}

code, kbd, samp {
    font-family: monospace, monospace;
    font-size: 1em
}

small {
    font-size: 80%
}

sub, sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline
}

sub {
    bottom: -0.25em
}

sup {
    top: -0.5em
}

img {
    display: block;
    margin: 0 auto;
    max-width: 100%;
}

picture img {
    border-radius: 14px;
    margin: 20px auto;
}

/*img {
    border-style: none
}*/

button, input, optgroup, select, textarea {
    font-family: inherit;
    font-size: 100%;
    line-height: 1.15;
    margin: 0
}

button, input {
    overflow: visible
}

button, select {
    text-transform: none
}

button, [type=button], [type=reset], [type=submit] {
    -webkit-appearance: button
}

button::-moz-focus-inner, [type=button]::-moz-focus-inner, [type=reset]::-moz-focus-inner, [type=submit]::-moz-focus-inner {
    border-style: none;
    padding: 0
}

button:-moz-focusring, [type=button]:-moz-focusring, [type=reset]:-moz-focusring, [type=submit]:-moz-focusring {
    outline: 1px dotted ButtonText
}

fieldset {
    padding: .35em .75em .625em
}

legend {
    box-sizing: border-box;
    color: inherit;
    display: table;
    max-width: 100%;
    padding: 0;
    white-space: normal
}

progress {
    vertical-align: baseline
}

textarea {
    overflow: auto
}

[type=checkbox], [type=radio] {
    box-sizing: border-box;
    padding: 0
}

[type=number]::-webkit-inner-spin-button, [type=number]::-webkit-outer-spin-button {
    height: auto
}

[type=search] {
    -webkit-appearance: textfield;
    outline-offset: -2px
}

[type=search]::-webkit-search-decoration {
    -webkit-appearance: none
}

::-webkit-file-upload-button {
    -webkit-appearance: button;
    font: inherit
}

details {
    display: block
}

summary {
    display: list-item
}

template {
    display: none
}

[hidden] {
    display: none
}

* {
    outline: 0;
    box-sizing: inherit
}

*:focus, *:before, *:after {
    outline: 0;
    box-sizing: inherit
}

html {
    -ms-overflow-style: scrollbar;
    box-sizing: border-box;
    -webkit-text-size-adjust: 100%
}

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

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

ul, ol {
    margin: 0;
    padding: 0;
    list-style: none
}

iframe {
    border: 0;
    max-width: 100%
}

.row {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-right: -15px;
    margin-left: -15px
}

.col-1, .col-2, .col-3, .col-4, .col-5, .col-6, .col-7, .col-8, .col-9, .col-10, .col-11, .col-12, .col, .col-auto, .col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12, .col-sm, .col-sm-auto, .col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12, .col-md, .col-md-auto, .col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11, .col-lg-12, .col-lg, .col-lg-auto, .col-xl-1, .col-xl-2, .col-xl-3, .col-xl-4, .col-xl-5, .col-xl-6, .col-xl-7, .col-xl-8, .col-xl-9, .col-xl-10, .col-xl-11, .col-xl-12, .col-xl, .col-xl-auto {
    position: relative;
    width: 100%;
    min-height: 1px;
    padding-right: 15px;
    padding-left: 15px
}

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

.col-auto {
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto;
    max-width: none
}

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

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

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

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

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

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

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

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

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

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

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

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

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

    .col-sm-auto {
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: auto;
        max-width: none
    }

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

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

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

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

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

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

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

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

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

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

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

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

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

    .col-md-auto {
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: auto;
        max-width: none
    }

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

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

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

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

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

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

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

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

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

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

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

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

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

    .col-lg-auto {
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: auto;
        max-width: none
    }

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

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

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

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

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

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

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

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

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

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

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

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

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

    .col-xl-auto {
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: auto;
        max-width: none
    }

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

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

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

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

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

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

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

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

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

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

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

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

:root {
    --kt-main-font-family: "Open Sans", sans-serif;
    --kt-bg-color: #00231c;
    --kt-content-bg-color: #00231c;
    --kt-text-color: #000;
    --kt-heading-1-color: #000;
    --kt-heading-color: #000;
    --kt-link-color: #3615f1;
    --kt-link-hover-color: #1e1e1b;
    --kt-header-background-color: #000;
    --kt-header-text-color: #fff;
    --kt-header-active-color: #fff;
    --kt-header-hover-color: #fff;
    --kt-header-bonus-text-color: #fff;
    --kt-header-bonus-color: #bf1a2c;
    --kt-header-bonus-hover-color: #6fb587;
    --kt-design-color-1: #d9cf0f;
    --kt-design-color-2: #e8e2c6;
    --kt-design-color-3: #1a1a1a;
    --kt-footer-background-color: #0a0909;
    --kt-footer-text-color: #fff;
    --kt-footer-border-color: #2e2b1b;
    --kt-footer-menu-link-color: #fff;
    --kt-footer-menu-active-color: #fff;
    --kt-footer-menu-hover-color: #fff
}

.mobile-back {
    visibility: hidden;
    opacity: 0;
    z-index: 100000;
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background-color: rgba(32, 36, 45, .95);
    transition: all .3s ease-in-out
}

.mobile-back.active {
    display: block;
    visibility: visible;
    opacity: 1
}

.mobile-back.active .mobile-container {
    visibility: visible;
    transform: translateY(0);
    opacity: 1
}

.mobile-back .mobile-container {
    width: 100%;
    padding: 0 25px;
    padding-bottom: 25px;
    overflow-y: auto;
    box-sizing: border-box;
    visibility: hidden;
    opacity: 0;
    transform: translateX(25px);
    transition: all .3s ease-in-out;
    box-shadow: rgba(0, 0, 0, .15) 0 4px 12px
}

.mobile-back .mobile-container .header-buttons {
    justify-content: center
}

.mobile-back .space-mobile-content {
    height: 50px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 10px;
    border-bottom: solid 1px #262626
}

.mobile-back .space-mobile-content .header-logo {
    justify-self: center
}

.mobile-back .close-icon {
    width: 17px;
    height: 17px;
    position: relative;
    cursor: pointer
}

.mobile-back .close-icon::before, .mobile-back .close-icon::after {
    content: "";
    display: block;
    height: 2px;
    width: 100%;
    background-color: var(--kt-header-text-color);
    position: absolute;
    bottom: 50%;
    border-radius: 1px
}

.mobile-back .close-icon::before {
    transform: rotate(45deg)
}

.mobile-back .close-icon::after {
    transform: rotate(-45deg)
}

.mobile-back .nav-mobile-menu > ul {
    padding-left: 0;
    padding-bottom: 10px;
    border-bottom: solid 1px var(--kt-header-text-color);
    margin-bottom: 25px
}

.mobile-back .nav-mobile-menu > ul li {
    list-style: none;
    position: relative;
    text-align: center
}

.mobile-back .nav-mobile-menu > ul li.menu-item-has-children::after {
    content: "";
    width: 4px;
    height: 4px;
    border-left: 1px solid var(--kt-header-text-color);
    border-bottom: 1px solid var(--kt-header-text-color);
    transform: rotate(315deg);
    position: absolute;
    top: 15px;
    right: 0
}

.mobile-back .nav-mobile-menu > ul li .menu-item-link {
    display: inline-block;
    padding: 10px 0;
    line-height: 100%;
    color: var(--kt-header-text-color);
    font-size: 15.2px;
    font-weight: 700;
    text-decoration: none;
    text-transform: uppercase;
    transition: all .3s ease-out
}

.mobile-back .nav-mobile-menu > ul li > ul {
    position: relative;
    display: none
}

.header {
    width: 100%;
    background: var(--kt-header-background-color);
    color: var(--kt-header-text-color);
    z-index: 9999
}

.header .header-inner {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin: auto;
    height: 80px;
    border-bottom: 1px solid var(--kt-header-text-color)
}

.header .header-logo {
    max-width: 150px;
    display: flex
}

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

.header .header-menu {
    display: flex;
    position: relative;
    padding: 20px 0;
    margin: 0;
    list-style: none
}

.header .header-menu > .menu-item {
    position: relative
}

.header .header-menu .menu-item-link {
    display: block;
    padding: 0 12.5px;
    padding-bottom: 6px;
    line-height: 20px;
    color: var(--kt-header-text-color);
    font-size: 16px;
    font-weight: bold;
    text-transform: uppercase;
    text-decoration: none;
    transition: .3s ease-out
}

.header .header-menu .menu-item-link:hover {
    color: var(--kt-header-hover-color)
}

.header .header-menu .menu-item-has-children .menu-item-link::after {
    content: "";
    display: inline-block;
    margin-left: 7px;
    margin-bottom: 3px;
    width: 4px;
    height: 4px;
    border-left: 1px solid var(--kt-header-text-color);
    border-bottom: 1px solid var(--kt-header-text-color);
    transform: rotate(315deg)
}

#wpadminbar ~ .header .mobile-back {
    top: 32px
}

.header .menu-burger {
    display: none;
    width: 15px;
    height: 15px;
    justify-content: space-between;
    align-items: flex-start;
    flex-direction: column;
    cursor: pointer;
    margin-left: 10px
}

.header .menu-burger span {
    display: block;
    width: 100%;
    height: 2px;
    border-radius: 1px;
    background: var(--kt-header-text-color)
}

.header .header-buttons {
    display: flex;
    align-items: center
}

.header .header-buttons .bonus-btn {
    padding: 5px 10px;
    color: #fff;
    display: flex;
    align-items: center;
    border: solid 2px #d12221;
    border-radius: 5px;
    box-sizing: border-box;
    transition: all .3s ease-in-out;
    margin-right: 20px
}

.header .header-buttons .bonus-btn:hover {
    color: #d12221
}

@media (min-width: 1100px) {
    .header-menu .sub-menu {
        position: absolute;
        min-width: 250px;
        left: -12.5px;
        top: 100%;
        padding: 10px 0;
        z-index: 100;
        background-color: #fff;
        border-radius: 0 0 10px 10px;
        visibility: hidden;
        opacity: 0;
        transform: translateY(5px);
        transition: all .3s ease-in-out;
        box-shadow: rgba(0, 0, 0, .15) 0 4px 12px;
        list-style: none
    }

    .header-menu .sub-menu .menu-item-link {
        color: #262626;
        line-height: 100%;
        padding: 10px 25px;
        border-left: solid 3px rgba(0, 0, 0, 0)
    }

    .header-menu .sub-menu .menu-item-link::after {
        display: none
    }

    .header-menu .sub-menu .menu-item-link:hover {
        border-color: #d12221;
        background: rgba(175, 175, 175, .2)
    }

    .header-menu .menu-item:hover .sub-menu {
        display: block;
        visibility: visible;
        transform: translateY(0);
        opacity: 1
    }
}

@media (max-width: 1100px) {
    .header .header-nav {
        display: none
    }

    .header .menu-burger {
        display: flex
    }
}

.text-logo {
    color: var(--kt-header-text-color)
}

@media (max-width: 600px) {
    .header .header-inner {
        flex-wrap: wrap;
        height: auto
    }

    .header .header-inner .header-buttons.desctop {
        width: 100%;
        order: 999;
        justify-content: center;
        padding: 20px 0
    }
}

@media (max-width: 360px) {
    .header-logo {
        max-width: 100px
    }
}

#toc_container {
    border: 0;
    background: 0
}

#toc_container .toc_title {
    text-align: left !important
}

#toc_container .toc-wrapper {
    display: flex;
    align-items: center;
    justify-content: space-between
}

#toc_container .toc-wrapper .toc_list {
    margin-top: 20px;
    margin-bottom: 20px;
    padding-left: 20px;
    flex: 1
}

#toc_container .toc-wrapper .toc-img {
    flex: 1;
    text-align: center
}

#toc_container .toc-wrapper .toc-img img {
    max-width: 240px
}

@media (max-width: 768px) {
    .toc-wrapper {
        flex-direction: column
    }
}

#main-content {
    padding: 25px 0;
    background: var(--kt-content-bg-color)
}

.content-box h1, .content-box h2, .content-box h3, .content-box h4, .content-box h5, .content-box h6 {
    line-height: 1.3;
    font-weight: bold;
    margin: 0 0 15px 0;
    text-transform: uppercase
}

.content-box h1 {
    font-size: 32px;
    text-align: center;
}

.content-box h1.title-404 {
    font-size: 48px
}

.content-box h2 {
    font-size: 24px
}

.content-box h3 {
    font-size: 22px
}

.content-box h4 {
    font-size: 20px
}

.content-box h5 {
    font-size: 18px
}

.content-box h6 {
    font-size: 18px
}

p, ol, ul {
    font-size: var(--normal-font-size);
    margin-bottom: 16px;
    line-height: 28px;
    text-align: start;
}

.content-box p {
    margin: 0 0 20px
}

.content-box ul, .content-box ol {
    margin: 0 0 20px
}

/*.content-box img {
    width: 100%
}*/

.content-box a {
    color: var(--kt-link-color)
}

.content-box a:hover {
    text-decoration: underline
}

.content-box figure {
    margin-left: 0;
    margin-right: 0;
    width: auto;
    max-width: 100%
}

.content-box table td, .content-box table th {
    border: 1px solid var(--kt-design-color-3);
    padding: 8px 12px
}

.content-box figcaption {
    text-align: center
}

.content-box .wp-block-image {
    text-align: center
}

.content-box blockquote {
    display: block;
    font-family: "Roboto", sans-serif;
    color: #7f8c8d;
    font-size: 20px;
    line-height: 1.5em;
    font-weight: 300;
    border-left: 5px solid #00bd71;
    font-style: normal;
    padding: 5px 0 5px 15px;
    margin: 0;
    margin: 20px 0
}

.content-box blockquote p {
    margin-bottom: 0
}

.casino-content-box {
    display: flex;
    flex-wrap: nowrap
}

.casino-content-box .sidebar-left {
    width: 23.606%
}

.casino-content-box .sidebar-left .sticky-cust {
    top: 50px
}

.casino-content-box .content-page {
    width: 52.788%;
    margin: 0 25px
}

.casino-content-box .content-widget {
    width: 23.606%
}

.casino-content-box .content-widget .content-widget-area {
    position: sticky;
    top: 50px
}

@media (max-width: 1000px) {
    .casino-content-box {
        flex-wrap: wrap
    }

    .casino-content-box .sidebar-left {
        width: calc(30% - 12.5px)
    }

    .casino-content-box .content-page {
        width: calc(70% - 12.5px);
        margin-right: 0
    }

    .casino-content-box .content-widget {
        width: 100%;
        margin-top: 25px
    }
}

@media (max-width: 768px) {
    .casino-content-box .sidebar-left {
        width: 100%;
        margin-bottom: 25px
    }

    .casino-content-box .content-page {
        width: 100%;
        margin-left: 0
    }
}

#comments {
    background-color: var(--kt-content-bg-color);
    font-size: 16px;
    margin: 30px 0
}

#comments .comments-title {
    margin: 30px 0
}

#comments .comments-list {
    margin-top: 60px
}

#comments .comments-list .comment {
    max-width: 800px;
    width: 100%;
    margin-bottom: 20px
}

#comments .comments-list .comment .comment-row {
    display: flex
}

#comments .comments-list .comment .comment-avatar {
    width: 60px;
    height: 60px;
    border: 2px solid #fff;
    border-radius: 50%;
    background-image: url(./assets/images/b1baaa584cd24f942a72922adc4ec178.png);
    background-position: center;
    margin-right: 30px
}

#comments .comments-list .comment .comment-info {
    color: var(--kt-text-color);
    margin-bottom: 7px
}

#comments .comments-list .comment .comment-info .comment-author {
    margin-bottom: 10px
}

#comments .comments-list .comment .comment-info .comment-author .author-name {
    text-transform: capitalize;
    display: inline-block;
    margin-right: 20px;
    font-weight: bold;
    color: #3077f7
}

#comments .comments-list .comment .comment-info .comment-date {
    font-size: 11px
}

#comments .comment-form {
    max-width: 800px;
    width: 100%
}

#comments .comment-form textarea, #comments .comment-form input[type=text], #comments .comment-form input[type=email] {
    width: 100%;
    color: var(--kt-design-color-3);
    outline: 0;
    border: 1px solid var(--kt-design-color-3);
    color: var(--kt-design-color-3);
    outline: 0;
    padding: 5px 10px;
    border-radius: 4px;
    background-color: #fff;
    border: 1px solid var(--kt-design-color-3);
    background: rgba(0, 0, 0, 0);
    font-size: 12px;
    padding: 5px
}

#comments .comment-form textarea.error, #comments .comment-form input[type=text].error, #comments .comment-form input[type=email].error {
    border: 1px solid red
}

#comments .comment-form input[type=text], #comments .comment-form input[type=email] {
    width: 60%
}

#comments .comment-form .comment-form-comment textarea {
    width: 96%
}

#comments .comment-form .form-submit .submit {
    color: #fff;
    padding: 10px 15px;
    background: var(--kt-header-reg-button-color);
    border-radius: 5px;
    border: 0;
    text-transform: uppercase;
    font-size: 14px;
    font-weight: 700;
    cursor: pointer
}

#comments .comment-form .form-submit .submit:hover {
    background: var(--kt-header-reg-button-hover-color)
}

.footer {
    padding: 45px 0;
    background: var(--kt-footer-background-color);
    color: var(--kt-footer-text-color);
    font-size: 13.2px;
    text-align: center
}

.footer .footer-nav {
    flex: 1;
    margin: 20px 0
}

.footer .footer-nav .footer-menu {
    display: flex;
    padding: 0;
    justify-content: center;
    column-gap: 25px;
    list-style: none
}

.footer .footer-nav .footer-menu > .menu-item {
    display: flex;
    flex-direction: column
}

.footer .footer-nav .footer-menu > .menu-item a {
    color: inherit;
    text-decoration: none;
    font-size: 16px
}

.footer .footer-icons {
    margin: 0 auto
}

.footer .footer-icons .footer-icons-list {
    display: flex;
    justify-content: space-between;
    margin: 0 0 35px;
    position: relative;
    flex-wrap: wrap;
    align-items: center
}

.footer .footer-icons .footer-icons-list .footer-icons-item {
    max-width: 120px;
    margin-right: 10px;
    height: 74px;
    display: flex;
    align-items: center;
    filter: invert(1) opacity(0.3)
}

@media (max-width: 1100px) {
    .footer {
        text-align: center
    }

    .footer .footer-row {
        flex-wrap: wrap
    }

    .footer .footer-row .footer-box {
        width: 100%;
        text-align: center;
        margin-bottom: 30px
    }

    .footer .footer-row .footer-box .footer-socials {
        justify-content: center
    }

    .footer .footer-nav {
        margin-left: 0
    }

    .footer .footer-nav .menu-title {
        text-align: center
    }

    .footer .footer-icons {
        margin-left: auto;
        margin-right: auto
    }
}

@media (max-width: 768px) {
    .footer .footer-nav .footer-menu {
        flex-wrap: wrap;
        row-gap: 30px;
        column-gap: 0
    }

    .footer .footer-nav .footer-menu > .menu-item {
        width: 48%;
        flex: inherit;
        display: block
    }
}

@media (max-width: 480px) {
    .footer .footer-nav .footer-menu > .menu-item {
        width: 100%
    }
}

.content-page {
    display: flex
}

.content-page .content-box {
    width: 74.584%
}

.content-page .content-widget {
    width: 23.606%;
    margin-left: 25px
}

.content-page .content-widget .content-widget-area {
    position: sticky;
    top: 50px
}

@media (max-width: 1000px) {
    .content-page {
        display: block
    }

    .content-page .content-widget, .content-page .content-box {
        width: 100%;
        margin: 0
    }

    .content-page .content-widget {
        margin-top: 30px
    }
}

.slider__item {
    position: relative
}

.slider__item .slider__btn {
    position: absolute;
    bottom: 30px;
    left: 50%;
    transform: translateX(-50%)
}

.slider__item img {
    object-fit: cover;
    width: 100%
}

@media (max-width: 480px) {
    .slider__item .slider__content {
        height: 180px
    }

    .slider__item .slider__content img {
        height: 100%;
        object-position: 16% 100%
    }
}

.header-banner {
    position: relative;
    z-index: 1
}

.header-banner .banner-background {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: -1
}

.header-banner .banner-background img {
    display: block;
    height: 100%
}

.header-banner .banner-content {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 400px;
    z-index: 1
}

.header-banner .banner-content .banner-left .banner-title {
    font-size: 70px;
    font-weight: bold;
    text-align: center;
    margin: 0
}

.header-banner .banner-content .banner-left .banner-subtitle {
    font-size: 50px;
    text-align: center;
    margin: 0
}

.header-banner .banner-content .banner-left .banner-list {
    margin-top: 25px;
    list-style: none
}

.header-banner .banner-content .banner-left .banner-list li {
    padding-bottom: 10px;
    padding-left: 40px;
    font-size: 16px;
    background: url("assets/images/banner/bullet.png") 0 0 no-repeat
}

.header-banner .banner-content .banner-right .right-image img {
    display: block;
    height: 200px;
    width: auto
}

.header-banner .banner-content .banner-right .banner-button-area {
    display: flex;
    justify-content: center
}

.header-banner .banner-content .banner-right .banner-button-area .banner-btn {
    font-size: 28px;
    font-weight: bold;
    text-decoration: none;
    text-transform: uppercase;
    color: #000;
    margin-top: 10px;
    padding: 20px 30px
}

@media (max-width: 991px) {
    .header-banner .banner-background img {
        object-fit: cover
    }

    .header-banner .banner-content {
        flex-direction: column;
        height: 600px
    }

    .header-banner .banner-content .banner-left .banner-title {
        font-size: 40px
    }

    .header-banner .banner-content .banner-left .banner-subtitle {
        font-size: 20px
    }
}

.author-section {
    line-height: 1.5;
    padding: 25px 0;
    margin-bottom: 25px;
    border-top: 1px solid #ebebeb;
    border-bottom: 1px solid #ebebeb
}

.author-section .author-title {
    font-size: 18px;
    font-weight: bold;
    margin: 10px 0
}

.author-section .author-content {
    display: flex;
    align-items: center;
    width: 100%;
    min-height: 150px
}

.author-section .author-content .author-photo {
    float: left;
    margin-right: 25px;
    min-width: 200px
}

.author-section .author-content .author-photo img {
    border-radius: 5px
}

.author-section .author-content .author-info .author-name, .author-section .author-content .author-info .author-email {
    font-weight: bold
}

.author-section .author-content .author-info .author-description {
    font-size: 16px
}

.author-section .author-content .author-info .author-socials {
    display: flex;
    margin-top: 10px
}

.author-section .author-content .author-info .author-socials .author-social {
    padding: 0 2px
}

.author-section .author-content .author-info .author-socials .author-social img {
    display: block;
    width: 22px;
    height: 22px
}

@media (max-width: 991px) {
    .author-section .author-content {
        flex-direction: column;
        align-items: center;
        text-align: center
    }

    .author-section .author-content .author-info .author-socials {
        justify-content: center
    }
}

.short-text {
    overflow: hidden;
    padding-bottom: 20px;
    margin-bottom: 30px;
    font-weight: 300;
    font-size: 20px;
    line-height: 1.45em;
    color: #7f8c8d;
    border-bottom: 1px solid #dfe6e9
}

.pros-cons {
    display: flex;
    margin: 25px 0
}

.pros-cons .item {
    width: 50%;
    padding: 25px;
    box-sizing: border-box;
    border-radius: 5px;
    background-color: #f1f3f4
}

.pros-cons .item p {
    margin: 0;
    position: relative;
    padding-left: 60px;
    padding-top: 10px;
    padding-bottom: 10px;
    font-size: 13.2px;
    font-weight: 700;
    color: #bdbdbd;
    line-height: 1.2;
    margin-bottom: 25px;
    text-transform: uppercase
}

.pros-cons .item li {
    position: relative;
    margin-bottom: 10px;
    padding-left: 28px;
    line-height: 1.5;
    font-size: 14px;
    color: #262626;
    list-style: none
}

.pros-cons .item ul {
    padding: 0
}

.pros-cons .item p::before {
    width: 36px;
    height: 36px
}

.pros-cons .item li::before {
    width: 18px;
    height: 18px
}

.pros-cons .item p::before, .pros-cons .item li::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    background-size: contain;
    background-repeat: no-repeat
}

.pros-cons .pros {
    margin-right: 12.5px
}

.pros-cons .pros p::before, .pros-cons .pros li::before {
    background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4NCjwhLS0gR2VuZXJhdG9yOiBBZG9iZSBJbGx1c3RyYXRvciAyNS4xLjAsIFNWRyBFeHBvcnQgUGx1Zy1JbiAuIFNWRyBWZXJzaW9uOiA2LjAwIEJ1aWxkIDApICAtLT4NCjxzdmcgdmVyc2lvbj0iMS4xIiBpZD0i0KHQu9C+0LlfMSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB4bWxuczp4bGluaz0iaHR0cDovL3d3dy53My5vcmcvMTk5OS94bGluayIgeD0iMHB4IiB5PSIwcHgiDQoJIHdpZHRoPSIzNnB4IiBoZWlnaHQ9IjM2cHgiIHZpZXdCb3g9IjAgMCAzNiAzNiIgc3R5bGU9ImVuYWJsZS1iYWNrZ3JvdW5kOm5ldyAwIDAgMzYgMzY7IiB4bWw6c3BhY2U9InByZXNlcnZlIj4NCjxzdHlsZSB0eXBlPSJ0ZXh0L2NzcyI+DQoJLnN0MHtmaWxsOiM0MEREOTY7fQ0KPC9zdHlsZT4NCjxwYXRoIGNsYXNzPSJzdDAiIGQ9Ik0zMSwwSDVDMi4yMzg1ODY0LDAsMCwyLjIzODU4NjQsMCw1djI2YzAsMi43NjE0MTM2LDIuMjM4NTg2NCw1LDUsNWgyNmMyLjc2MTQxMzYsMCw1LTIuMjM4NTg2NCw1LTVWNQ0KCUMzNiwyLjIzODU4NjQsMzMuNzYxNDEzNiwwLDMxLDB6IE0yOC4wOTk2MDk0LDIwLjVIMjAuNXY3LjU5OTYwOTRjMCwxLjM4MDY3NjMtMS4xMTkyNjI3LDIuNS0yLjUsMi41cy0yLjUtMS4xMTkzMjM3LTIuNS0yLjVWMjAuNQ0KCUg3Ljg5OTkwMjNjLTEuMzgwNzM3MywwLTIuNS0xLjExOTMyMzctMi41LTIuNWMwLTEuMzgwNzM3MywxLjExOTI2MjctMi41LDIuNS0yLjVIMTUuNVY3Ljg5OTkwMjMNCgljMC0xLjM4MDczNzMsMS4xMTkyNjI3LTIuNSwyLjUtMi41czIuNSwxLjExOTI2MjcsMi41LDIuNVYxNS41aDcuNTk5NjA5NGMxLjM4MDczNzMsMCwyLjUsMS4xMTkyNjI3LDIuNSwyLjUNCglDMzAuNTk5NjA5NCwxOS4zODA2NzYzLDI5LjQ4MDM0NjcsMjAuNSwyOC4wOTk2MDk0LDIwLjV6Ii8+DQo8L3N2Zz4NCg==)
}

.pros-cons .cons {
    margin-left: 12.5px
}

.pros-cons .cons p::before, .pros-cons .cons li::before {
    background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4NCjwhLS0gR2VuZXJhdG9yOiBBZG9iZSBJbGx1c3RyYXRvciAyNS4xLjAsIFNWRyBFeHBvcnQgUGx1Zy1JbiAuIFNWRyBWZXJzaW9uOiA2LjAwIEJ1aWxkIDApICAtLT4NCjxzdmcgdmVyc2lvbj0iMS4xIiBpZD0i0KHQu9C+0LlfMSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB4bWxuczp4bGluaz0iaHR0cDovL3d3dy53My5vcmcvMTk5OS94bGluayIgeD0iMHB4IiB5PSIwcHgiDQoJIHdpZHRoPSIzNnB4IiBoZWlnaHQ9IjM2cHgiIHZpZXdCb3g9IjAgMCAzNiAzNiIgc3R5bGU9ImVuYWJsZS1iYWNrZ3JvdW5kOm5ldyAwIDAgMzYgMzY7IiB4bWw6c3BhY2U9InByZXNlcnZlIj4NCjxzdHlsZSB0eXBlPSJ0ZXh0L2NzcyI+DQoJLnN0MHtmaWxsOiNGMjcwNzA7fQ0KPC9zdHlsZT4NCjxwYXRoIGNsYXNzPSJzdDAiIGQ9Ik0zMSwwSDVDMi4yMzg1ODY0LDAsMCwyLjIzODU4NjQsMCw1djI2YzAsMi43NjE0MTM2LDIuMjM4NTg2NCw1LDUsNWgyNmMyLjc2MTQxMzYsMCw1LTIuMjM4NTg2NCw1LTVWNQ0KCUMzNiwyLjIzODU4NjQsMzMuNzYxNDEzNiwwLDMxLDB6IE0yOC4wOTk2MDk0LDIwLjVINy44OTk5MDIzYy0xLjM4MDczNzMsMC0yLjUtMS4xMTkzMjM3LTIuNS0yLjUNCgljMC0xLjM4MDczNzMsMS4xMTkyNjI3LTIuNSwyLjUtMi41aDIwLjE5OTcwN2MxLjM4MDczNzMsMCwyLjUsMS4xMTkyNjI3LDIuNSwyLjUNCglDMzAuNTk5NjA5NCwxOS4zODA2NzYzLDI5LjQ4MDM0NjcsMjAuNSwyOC4wOTk2MDk0LDIwLjV6Ii8+DQo8L3N2Zz4NCg==)
}

.game-boxx {
    display: flex
}

.game-boxx .game-img img {
    max-width: 200px;
    height: 200px;
    border-radius: 5px;
    margin-right: 25px;
    object-fit: cover
}

.game-boxx .game-info {
    position: relative
}

.game-boxx .game-info h2 {
    font-size: 35px;
    font-weight: 700;
    color: #262626;
    line-height: .8;
    margin: 0
}

.game-boxx .game-info .excerpt-box {
    padding-bottom: 0;
    margin: 20px 0 15px 0;
    line-height: 1.3;
    border: 0
}

.game-boxx .game-info .excerpt-box p {
    margin: 0
}

.game-boxx .game-info .kc-review-btn {
    max-width: 215px
}

@media (max-width: 768px) {
    .pros-cons {
        display: block
    }

    .pros-cons .pros {
        margin-right: 0;
        margin-bottom: 20px;
        width: 100%
    }

    .pros-cons .cons {
        margin-left: 0;
        width: 100%
    }

    .game-boxx {
        display: block
    }

    .game-boxx .game-img {
        text-align: center;
        margin-bottom: 25px
    }

    .game-boxx .game-img img {
        margin-right: 0
    }

    .game-boxx h2 {
        text-align: center
    }

    .game-boxx .kc-review-btn {
        max-width: inherit
    }
}

.author-archive-block {
    display: flex;
    margin-bottom: 40px
}

.author-archive-block .author-info {
    flex: 0 0 280px;
    margin-right: 60px;
    padding: 32px;
    background: var(--kt-design-color-2);
    box-shadow: 12px 12px 0 0 #fff;
    color: var(--kt-design-color-3);
    font-size: 16px;
    font-weight: bold;
    text-align: center
}

.author-archive-block .author-info h1 {
    color: var(--kt-design-color-3);
    font-size: 22px
}

.author-archive-block .author-info .author-position {
    margin: 10px 0
}

.author-archive-block .author-info .author-position h3 {
    font-size: 16px;
    color: var(--kt-design-color-3);
    text-align: center
}

.author-archive-block .author-info .author-photo {
    display: flex;
    justify-content: center
}

.author-archive-block .author-info .author-photo img {
    display: block;
    width: 120px;
    height: 120px;
    border-radius: 50%
}

.author-archive-block .author-info .author-socials {
    display: flex;
    justify-content: center;
    margin: 10px 0
}

.author-archive-block .author-info .author-socials .author-social {
    padding: 0 2px
}

.author-archive-block .author-info .author-socials .author-social img {
    display: block;
    width: 22px;
    height: 22px
}

.author-archive-block .author-description {
    padding: 32px 0
}

.vipcasino-content-box .author-posts-title {
    color: var(--kt-text-color);
    text-align: center
}

@media (max-width: 991px) {
    .author-archive-block {
        flex-direction: column;
        align-items: center
    }

    .author-archive-block .author-info {
        margin-right: 0
    }
}

.container {
    width: 100%;
    max-width: 1170px;
    padding: 0 20px;
    margin: auto
}

.space {
    padding-left: 45px;
    padding-right: 45px
}

@media (max-width: 600px) {
    .space {
        padding-left: 15px;
        padding-right: 15px
    }
}

.content {
    width: 100%
}

body {
    font-family: var(--kt-main-font-family);
    font-size: 16px;
    font-weight: normal;
    color: var(--kt-text-color);
    line-height: 1.5;
    background: var(--kt-bg-color);
    -webkit-font-smoothing: antialiased
}

ul, ol {
    padding-left: 35px
}

ul {
    list-style: disc
}

ol {
    list-style: decimal
}

.partner-link {
    cursor: pointer
}

.btn {
    border-radius: 5px;
    display: inline-block;
    cursor: pointer;
    border: 2px solid;
    background: var(--kt-header-reg-button-color);
    color: #fff;
    font-family: Arial;
    font-size: 22px;
    padding: 8px 10px;
    text-decoration: none;
    line-height: 1;
    font-weight: bold;
    transition: .3s
}

.btn:hover {
    background: var(--kt-header-reg-button-hover-color)
}

.btn-reg {
    background: var(--kt-header-reg-button-color);
    border-color: var(--kt-header-reg-button-color)
}

.btn-reg:hover {
    background: var(--kt-header-reg-button-hover-color)
}

.btn-enter {
    background: var(--kt-header-enter-button-color);
    margin-right: 10px;
    border-color: var(--kt-header-text-color);
    color: var(--kt-header-text-color)
}

.btn-enter:hover {
    background: var(--kt-header-enter-button-hover-color);
    color: var(--kt-header-hover-color);
    border-color: var(--kt-header-enter-button-hover-color)
}

#toTop {
    display: none;
    position: fixed;
    bottom: 10%;
    right: 10%;
    width: 48px;
    height: 48px;
    cursor: pointer;
    z-index: 111;
    border-radius: 50%;
    background-color: #4986f5;
    border: 2px solid #fff;
    text-align: center;
    box-sizing: border-box;
    padding: 12px
}

#toTop svg {
    fill: #fff
}