* {
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    margin: 0;
    padding: 0
}

.clear {
    clear: both;
    content: "";
    display: block;
    height: 0
}

.alignleft {
    float: left;
    margin: 0 20px 20px 0
}

.alignright {
    float: right;
    margin: 0 0 20px 20px
}

body,
html {
    background: #000;
    font-family: Arial, Myriad Pro, sans-serif
}

img {
    max-width: 100%;
    display: block;
    margin: 20px auto;
    border-radius: 16px;
}

.championcasino-wrapper {
    background: #0d0e1a;
    border: 1px solid #000;
    box-shadow: inset 0 0 0 1px #000, inset 0 0 0 2px #113559;
    height: auto;
    margin: 0 auto;
    max-width: 1000px;
    padding: 33px 22px 44px;
    /*position: relative;*/
    width: 100%;
    z-index: 1
}

.video_wrap {
    margin: 10px 0
}

.championcasino-running-text {
    -webkit-animation-duration: 15s;
    animation-duration: 15s;
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
    -webkit-animation-name: run_text;
    animation-name: run_text;
    -webkit-animation-timing-function: linear;
    animation-timing-function: linear;
    cursor: default;
    -webkit-transform: translateX(50%);
    transform: translateX(50%)
}

@-webkit-keyframes run_text {
    0% {
        -webkit-transform: translateX(50%);
        transform: translateX(50%)
    }

    to {
        -webkit-transform: translateX(-60%);
        transform: translateX(-60%)
    }
}

@keyframes run_text {
    0% {
        -webkit-transform: translateX(50%);
        transform: translateX(50%)
    }

    to {
        -webkit-transform: translateX(-60%);
        transform: translateX(-60%)
    }
}

.championcasino-header {
    border: none;
    height: 155px;
    margin: 0 auto;
    max-width: 1000px;
    position: relative;
    width: 100%
}

@media (max-width: 540px) {
    .championcasino-header {
        align-items: center;
        display: flex;
        flex-direction: column;
        justify-content: center
    }
}

.championcasino-running-line {
    background: url(../images/running-line.png) no-repeat 0 0;
    background-size: cover;
    color: #fc6;
    font-size: 24px;
    height: 30px;
    left: 0;
    line-height: 30px;
    overflow: hidden;
    position: absolute;
    text-transform: uppercase;
    top: 11px;
    width: 768px
}

.championcasino-running-text {
    display: block;
    font-family: LCDNova_Regular, Arial;
    width: 1800px
}

.championcasino-running-text_blue {
    color: #69f
}

.championcasino-social-area {
    display: inline-block;
    position: absolute;
    right: 0;
    text-align: center;
    top: 10px;
    width: 222px
}

.championcasino-social__item {
    display: inline-block
}

.championcasino-social__item-net {
    background: url(../images/soc.png) no-repeat 0 0 transparent;
    display: block;
    height: 32px;
    margin: 0 0 0 5px;
    width: 32px
}

.championcasino-social__item_1 {
    background-position: 0 0
}

.championcasino-social__item_2 {
    background-position: -37px 0
}

.championcasino-social__item_3 {
    background-position: -74px 0
}

.championcasino-social__item_4 {
    background-position: -111px 0
}

.championcasino-social__item_5 {
    background-position: -148px 0
}

.championcasino-social__item_6 {
    background-position: -185px 0
}

.championcasino-social__item_1:hover {
    background-position: 0 -36px
}

.championcasino-social__item_2:hover {
    background-position: -37px -36px
}

.championcasino-social__item_3:hover {
    background-position: -74px -36px
}

.championcasino-social__item_4:hover {
    background-position: -111px -36px
}

.championcasino-social__item_5:hover {
    background-position: -148px -36px
}

.championcasino-social__item_6:hover {
    background-position: -185px -36px
}

.list_hreflangs {
    align-items: center;
    display: flex;
    justify-content: center;
    list-style-type: none;
    margin: 20px 0;
    padding: 0;
    position: absolute;
    right: 0;
    top: 40px
}

.list_hreflangs li {
    margin: 0 15px
}

.list_hreflangs li img {
    width: 24px
}

.list_hreflangs li a,
.list_hreflangs li span {
    color: #ccc;
    font-size: 15px
}

.list_hreflangs li a:hover,
.list_hreflangs li span {
    color: #f60
}

.championcasino-logo {
    height: 129px;
    left: 0;
    position: absolute;
    top: 50px;
    width: 190px;
    z-index: 6
}

@media screen and (max-width: 540px) {
    .championcasino-logo {
        height: auto;
        margin: 0 auto;
        order: -1;
        position: relative
    }
}

.championcasino-logo img {
    width: 100%
}

.championcasino-nav {
    background: url(../images/header.png) no-repeat 0 0 transparent;
    border: none;
    height: 61px;
    left: 0;
    padding-left: 190px;
    position: absolute;
    top: 95px;
    width: 100%;
    z-index: 0
}

.championcasino-nav .menu {
    display: flex;
    flex-wrap: nowrap;
    justify-content: flex-start;
    margin: 0;
    position: relative;
    text-align: center;
    vertical-align: middle
}

.championcasino-nav .menu li {
    display: inline-block;
    position: relative
}

.championcasino-nav .menu li a,
.championcasino-nav .menu li span {
    border: none;
    color: #fefefe;
    display: block;
    font-size: 18px;
    height: 61px;
    letter-spacing: -1px;
    line-height: 61px;
    padding: 0 10px;
    text-decoration: none;
    -webkit-text-shadow: -2px 2px 1px #336, -2px -2px 1px #336, 2px -2px 1px #336, 2px 2px 1px #336;
    -moz-text-shadow: -2px 2px 1px #336, -2px -2px 1px #336, 2px -2px 1px #336, 2px 2px 1px #336;
    text-shadow: -2px 2px 1px #336, -2px -2px 1px #336, 2px -2px 1px #336, 2px 2px 1px #336;
    vertical-align: middle;
}

.championcasino-nav .menu li a:hover,
.championcasino-nav .menu li span:hover,
.championcasino-nav .menu li.current-menu-item a,
.championcasino-nav .menu li.current-menu-item span,
.championcasino-nav .menu li.current-menu-parent a,
.championcasino-nav .menu li.current-menu-parent span {
    color: #f33
}

.championcasino-nav .menu ul {
    background: linear-gradient(180deg, #282e3e, #445364);
    display: none;
    position: absolute;
    top: 55px;
    width: 100%
}

.championcasino-nav .menu ul li {
    display: block;
    float: none;
    margin: 0;
    padding: 2px 0;
    width: 100%
}

.championcasino-nav .menu ul li:nth-child(2),
.championcasino-nav .menu ul li:nth-child(3) {
    padding: 2px 0
}

.championcasino-nav .menu ul li a,
.championcasino-nav .menu ul li span {
    height: 40px;
    line-height: 40px
}

.championcasino-nav .menu li:hover>ul {
    display: block;
    padding: 0
}

.championcasino-nav .menu .sub-menu li a {
    color: #fff;
    font-size: 12px;
    text-transform: none
}

.championcasino-nav .menu .sub-menu li a:hover,
.championcasino-nav .menu .sub-menu li.current-menu-item a {
    color: #f33;
    text-decoration: none
}

.championcasino-content {
    color: #fff;
    /*position: relative*/
}

.championcasino-content h2,
.championcasino-content h3,
.championcasino-content h4,
h1 {
    font-weight: 500;
    margin: 30px 0 20px;
    color: #4CAF50;
}

h1 {
    display: block;
    font-size: 28px;
    line-height: 200%;
    text-align: center;
    text-transform: uppercase
}

.championcasino-content h2 {
    font-size: 24px
}

.championcasino-content h3,
.championcasino-content h4 {
    font-size: 20px
}

.championcasino-content p {
    font-size: 14px;
    line-height: 1.6em;
    margin-bottom: 18px;
}

.championcasino-content ol,
.championcasino-content ul {
    margin: 10px 0
}

.championcasino-content ol li,
.championcasino-content ul li {
    font-size: 14px;
    line-height: 1.4em;
    margin: 0 0 0 20px;
}

.championcasino-content a {
    color: #09f;
    /*text-decoration: underline;*/
    transition: color .4s ease;
}

.championcasino-content a:visited {
    /*color: #6ff;
    text-decoration: underline*/
}

.championcasino-content a:hover {
    /*color: #c3f;
    text-decoration: underline*/
}

.championcasino-slots-list {
    margin: 25px 0 15px;
}

.championcasino-game-name {
    bottom: -30px;
    color: #fff;
    display: table;
    font-size: 14px;
    height: 38px;
    position: absolute;
    text-decoration: none;
    top: inherit !important;
    width: 200px;
    z-index: 8;
}

.championcasino-game-name span {
    display: table-cell;
    vertical-align: middle
}

.championcasino-game-name:hover {
    text-decoration: none
}

.championcasino-slot {
    border: 1px solid #003264;
    display: inline-block;
    height: 160px;
    margin: 0 6px 25px;
    padding: 3px;
    position: relative;
    text-align: center;
    vertical-align: top;
    width: 200px
}

.championcasino-slot img {
    border: 1px solid #003264;
    display: block;
    height: 152px;
    transition: .3s;
    width: 202px
}

.championcasino-slot img:before {
    background: linear-gradient(180deg, transparent, transparent, #0d0e1a);
    content: "";
    height: 152px;
    left: 4px;
    position: absolute;
    top: 2px;
    width: 200px;
    z-index: 7
}

.championcasino-slot:hover {
    border: 1px solid #0064c7
}

.championcasino-slot:hover img {
    border: 1px solid #0064c7;
    -webkit-opacity: .7;
    -moz-opacity: .7;
    opacity: .7
}

.championcasino-slot a,
.championcasino-slot a:hover,
.championcasino-slot a:visited {
    color: #fff;
    text-decoration: none;
    top: 0
}

.championcasino-slot a:nth-child(2) {
    background: linear-gradient(180deg, #360 0, #309500 35%, #360 90%);
    -moz-background-clip: padding;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
    border: 1px solid #390;
    border-radius: 7px;
    display: inline-block;
    font-size: 14px;
    height: 41px;
    left: 14px;
    line-height: 39px;
    -webkit-opacity: 0;
    -moz-opacity: 0;
    opacity: 0;
    position: absolute;
    text-align: center;
    text-decoration: none;
    -webkit-text-shadow: 1px 1px 1px #000;
    -moz-text-shadow: 1px 1px 1px #000;
    text-shadow: 1px 1px 1px #000;
    top: 24px;
    transition: top .2s ease;
    width: 182px;
    z-index: 10
}

.championcasino-slot a:nth-child(2):hover {
    top: 27px
}

.championcasino-slot:hover a:nth-child(2) {
    -webkit-opacity: 1;
    -moz-opacity: 1;
    opacity: 1
}

.championcasino-slot a:nth-child(3):hover {
    top: 78px
}

.championcasino-slot:hover a:nth-child(3) {
    -webkit-opacity: 1;
    -moz-opacity: 1;
    opacity: 1
}

.wp-pagenavi {
    color: #fff;
    height: 40px;
    line-height: 40px;
    margin: 0 0 20px;
    text-align: center;
    width: 100%
}

.wp-pagenavi a,
.wp-pagenavi span {
    -moz-background-clip: padding;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
    border: 1px solid #9cf !important;
    border-radius: 5px;
    color: #fff;
    margin: 0 3px !important;
    padding: 3px 8px !important
}

.wp-pagenavi a:hover,
.wp-pagenavi span.current {
    background-color: #01015b
}

ol.championcasino-crumbs {
    font-size: 0;
    list-style-type: none;
    margin: 0 0 22px;
    padding: 0
}

ol li.championcasino-crumbs__item {
    color: #36f;
    display: inline-block;
    margin: 0 3px;
    vertical-align: middle
}

ol li span.championcasino-crumbs__inner {
    font-size: 16px;
    text-decoration: none
}

ol li a.championcasino-crumbs__link,
ol li a.championcasino-crumbs__link:hover,
ol li a.championcasino-crumbs__link:visited {
    color: inherit;
    font-size: 16px;
    text-decoration: underline
}

.championcasino-frame-place {
    margin-top: 10px;
    text-align: center
}

.championcasino-frame-place iframe {
    border: none;
    height: 508px;
    outline: none;
    width: 100%
}

a.championcasino-buy-button {
    background: linear-gradient(180deg, #9a0000 0, #ca0000 30%, #670000 85%);
    -moz-background-clip: padding;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
    border: 1px solid #c00;
    border-radius: 5px;
    color: #fff;
    display: block;
    font-size: 34px;
    height: 78px;
    line-height: 78px;
    margin: 20px auto;
    text-align: center;
    text-decoration: none;
    -webkit-text-shadow: 2px 2px 3px #480009;
    -moz-text-shadow: 2px 2px 3px #480009;
    text-shadow: 2px 2px 3px #480009;
    text-transform: uppercase
}

a.championcasino-buy-button:hover {
    background: linear-gradient(180deg, #cd0101 0, #fe3333 30%, #9b0101 85%);
    border: 1px solid red;
    color: #fff;
    text-decoration: none
}

a.championcasino-buy-button:visited {
    color: #fff;
    text-decoration: none
}

h1.championcasino-404-h1 {
    background: none;
    border: none;
    color: #9cf;
    font-size: 80px;
    font-weight: 400;
    line-height: 80px;
    text-align: center
}

h1.championcasino-404-h1:after {
    display: none
}

p.championcasino-404-text {
    margin-left: 10px
}

aside {
    float: right;
    width: 276px
}

.championcasino-sidebar-block {
    margin-bottom: 19px
}

.championcasino-search label {
    font-size: 0
}

.championcasino-bonus {
    background: url(../images/bonus.jpg) no-repeat top transparent;
    border: 1px solid #113559;
    color: #eb8014;
    font-size: 22px;
    position: relative;
    text-align: center
}

.championcasino-bonus-text {
    padding-top: 57px
}

.championcasino-bonus-summ {
    color: #ecc761;
    padding-top: 10px;
    -webkit-text-shadow: 1px 1px 1px #752b00;
    -moz-text-shadow: 1px 1px 1px #752b00;
    text-shadow: 1px 1px 1px #752b00
}

.championcasino-bonus-button {
    background: url(../images/bt.png) no-repeat top transparent;
    color: #fff;
    cursor: pointer;
    font-size: 22px;
    height: 63px;
    line-height: 56px;
    margin: 13px 0
}

.championcasino-bonus-button:hover {
    background-position: center 3px;
    line-height: 60px
}

.championcasino-search {
    border: 1px solid #113559;
    padding: 5px;
    text-align: center
}

.championcasino-search-input {
    background: #000;
    border: 1px solid #113559;
    color: #fff;
    float: left;
    font-size: 14px;
    height: 36px;
    line-height: 36px;
    outline: none;
    padding: 0 0 0 5px;
    vertical-align: middle;
    width: 227px
}

.championcasino-search-submit {
    background: linear-gradient(180deg, #016297, #01407d);
    border: 1px solid #113559;
    cursor: pointer;
    float: right;
    height: 36px;
    outline: none;
    width: 36px
}

.championcasino-search-submit:before {
    background: url(../images/search.png) no-repeat 50% transparent;
    content: "";
    display: inline-block;
    height: 36px;
    width: 36px
}

.championcasino-search-submit:hover {
    -webkit-opacity: .85;
    -moz-opacity: .85;
    opacity: .85
}

.championcasino-login-area {
    border: 1px solid #113559;
    padding: 5px 0 19px
}

.championcasino-login-area__header {
    color: red;
    font-size: 18px;
    margin-bottom: 13px;
    text-align: center;
    -webkit-text-shadow: 1px 1px 1px #3864bb, -1px -1px 1px #3864bb, -1px 1px 1px #3864bb, 1px -1px 1px #3864bb;
    -moz-text-shadow: 1px 1px 1px #3864bb, -1px -1px 1px #3864bb, -1px 1px 1px #3864bb, 1px -1px 1px #3864bb;
    text-shadow: 1px 1px 1px #3864bb, -1px -1px 1px #3864bb, -1px 1px 1px #3864bb, 1px -1px 1px #3864bb;
    text-transform: uppercase
}

.championcasino-login-area__header:after,
.championcasino-login-area__header:before {
    background: url(../images/line.png) no-repeat 50% transparent;
    content: "";
    display: block;
    height: 13px;
    width: 100%
}

.championcasino-login-area__input {
    border: 1px solid #09c;
    color: #858585;
    cursor: text;
    display: block;
    font-size: 14px;
    font-style: italic;
    line-height: 32px;
    margin: 0 21px 10px;
    outline: none;
    padding-left: 10px;
    text-decoration: none
}

.championcasino-login-area__btn {
    background: linear-gradient(180deg, #060 0, #090 20%, #003500);
    -moz-background-clip: padding;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
    border: 1px solid #090;
    border-radius: 3px;
    color: #fff;
    display: block;
    font-size: 18px;
    height: 38px;
    line-height: 38px;
    margin: 0 0 10px 10px;
    text-align: center;
    text-decoration: none;
    -webkit-text-shadow: 1px 1px 1px #000;
    -moz-text-shadow: 1px 1px 1px #000;
    text-shadow: 1px 1px 1px #000;
    text-transform: uppercase
}

.championcasino-login-area__btn:hover {
    background: linear-gradient(180deg, #090 0, #0c0 20%, #006800);
    border: 1px solid #0c0;
    text-decoration: none
}

.championcasino-login-area__reg-btn {
    background: linear-gradient(180deg, #9c0000 0, #ca0000 20%, #6a0000);
    border: 1px solid #c00;
    margin-bottom: 0
}

.championcasino-login-area__reg-btn:hover {
    background: linear-gradient(180deg, #cf0000 0, #fb0000 20%, #9b0000);
    border: 1px solid red
}

.championcasino-jackpot {
    background: url(../images/jackpot.jpg) no-repeat top transparent;
    border: 1px solid #113559;
    height: 162px
}

.championcasino-jackpot__summ {
    color: #d98d27;
    display: block;
    font-size: 30px;
    margin-top: 81px;
    text-align: center;
    -webkit-text-shadow: 1px 1px 1px #752b00;
    -moz-text-shadow: 1px 1px 1px #752b00;
    text-shadow: 1px 1px 1px #752b00
}

.championcasino-winners {
    position: relative
}

.championcasino-winners-wrapper {
    border: 1px solid #113559;
    border-top: none;
    height: 282px;
    overflow: hidden;
    position: relative
}

.championcasino-winners-heading {
    background: linear-gradient(180deg, #004b72, #002a53);
    border: 1px solid #113559;
    color: #fff;
    font-size: 18px;
    line-height: 35px;
    text-align: center
}

.championcasino-winners-heading span {
    display: inline-block;
    height: 42px;
    line-height: 42px
}

.championcasino-winners-list {
    height: 20000em;
    list-style: none;
    margin: 0;
    position: relative
}

.championcasino-winners-item {
    box-shadow: inset 0 0 0 1px #000, inset 0 0 0 2px #113559;
    height: 70px;
    margin: 0 auto;
    position: relative;
    text-align: left;
    width: 100%;
    word-break: break-all;
    word-break: break-word
}

.championcasino-winners-item:hover {
    background: rgba(9, 9, 9, .9)
}

.championcasino-winners-item img {
    border: none;
    display: block;
    height: 60px;
    left: 4px;
    position: absolute;
    top: 6px;
    width: 80px
}

.championcasino-winners-item-text {
    font-size: 16px;
    left: 88px;
    line-height: 16px;
    position: absolute
}

.championcasino-winners-item_name {
    color: #69f;
    top: 8px
}

.championcasino-winners-item_summ {
    color: #c90;
    font-size: 14px;
    text-transform: uppercase;
    top: 27px
}

.championcasino-winners-item_game {
    color: #ccc;
    font-size: 14px;
    top: 47px
}

.bonus-btn {
    align-items: center;
    background: linear-gradient(180deg, #c4c4c4, #ececec 24.48%, #848484 82.81%, #979292 92.71%, #cbc7c7 99.99%);
    border: 1px solid #fff;
    border-radius: 3px;
    box-sizing: border-box;
    color: #000;
    cursor: pointer;
    display: inline-flex;
    font-family: Arial, Helvetica Neue, Helvetica, sans-serif;
    font-size: 18px;
    font-weight: 400;
    height: 38px;
    justify-content: center;
    line-height: 1.2;
    padding: 0 15px 0 7px;
    text-decoration: none;
    text-transform: uppercase
}

.bonus-btn .icon {
    margin-right: 5px
}

.championcasino-sticky-footer {
    align-items: center;
    background-color: #556376;
    bottom: 0;
    display: flex;
    justify-content: center;
    left: 0;
    padding: 15px 0;
    position: fixed;
    width: 100%;
    z-index: 99
}

.championcasino-sticky-footer+.championcasino-footer {
    margin-bottom: 68px
}

.championcasino-footer {
    margin: 0 auto;
    max-width: 1000px;
    position: relative;
    width: 100%
}

.championcasino-footer__payments {
    background: url(../images/pay.png) no-repeat 50% transparent;
    background-size: contain;
    height: 47px;
    margin-top: 2px
}

.championcasino-footer__copyright {
    color: #999;
    display: block;
    font-size: 14px;
    font-weight: 400;
    line-height: 300%;
    text-align: center
}

.championcasino-bottom-nav .menu {
    display: block;
    text-align: center;
    text-decoration: none
}

.championcasino-bottom-nav .menu li {
    display: inline-block
}

.championcasino-bottom-nav .menu li a,
.championcasino-bottom-nav .menu li span {
    line-height: 65px;
    padding: 0 17px;
    -webkit-text-shadow: none;
    -moz-text-shadow: none;
    text-shadow: none
}

.championcasino-bottom-nav .menu li a:hover,
.championcasino-bottom-nav .menu li.current-menu-item a,
.championcasino-bottom-nav .menu li.current-menu-item span,
.championcasino-bottom-nav .menu li.current-menu-parent a,
.championcasino-bottom-nav .menu li.current-menu-parent span,
.championcasino-bottom-nav li span:hover {
    background: none;
    color: #fff
}

.championcasino-bottom-nav .menu li a,
.championcasino-bottom-nav .menu li a:visited,
.championcasino-bottom-nav .menu li span {
    color: #fff;
    font-size: 16px;
    text-decoration: none
}

.championcasino-bottom-nav .menu li a:hover,
.championcasino-bottom-nav .menu li a:visited:hover,
.championcasino-bottom-nav .menu li span:hover {
    text-decoration: underline
}

.header {
    position: relative
}

.mobile-nav {
    background: #03c;
    box-sizing: border-box;
    color: #fff;
    height: 0;
    left: 0;
    list-style: none;
    overflow: hidden;
    position: absolute;
    right: 0;
    top: 100%;
    width: 100%;
    z-index: 999
}

.mobile-nav .mobile-nav--item:first-child {
    margin-top: 20px
}

.mobile-nav .mobile-nav--item:last-child {
    margin-bottom: 20px
}

.mobile-nav--item {
    opacity: 0;
    -webkit-transform: translateY(40px);
    transform: translateY(40px)
}

.mobile-nav a,
.mobile-nav span {
    color: #fff;
    display: block;
    padding: 20px 15px;
    text-align: center;
    text-decoration: none;
    transition: .3s ease-in-out
}

.mobile-nav span {
    background: linear-gradient(90deg, #0d0e1a 1px, transparent 1%) 50%, linear-gradient(#0d0e1a 1px, transparent 1%) 50%, #0d0e1a;
    background-size: 2px 2px
}

.mobile-nav--btn {
    background: #03c;
    border: none;
    color: transparent;
    cursor: pointer;
    display: none;
    height: 59px;
    outline: none;
    overflow: hidden;
    position: absolute;
    right: 0;
    top: 0;
    transition: .3s ease-in-out;
    width: 59px
}

.mobile-nav--btn span {
    background: #fff;
    border-radius: 9px;
    display: block;
    height: 2px;
    left: 10px;
    opacity: 1;
    position: absolute;
    right: 10px;
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
    transition: .25s ease-in-out
}

.mobile-nav--btn span:first-child {
    top: 20px
}

.mobile-nav--btn span:nth-child(2) {
    top: 30px
}

.mobile-nav--btn span:nth-child(3) {
    top: 40px
}

.active-nav .mobile-nav--btn span:first-child {
    top: 50%;
    -webkit-transform: rotate(135deg);
    transform: rotate(135deg)
}

.active-nav .mobile-nav--btn span:nth-child(2) {
    left: -60px;
    opacity: 0
}

.active-nav .mobile-nav--btn span:nth-child(3) {
    top: 50%;
    -webkit-transform: rotate(-135deg);
    transform: rotate(-135deg)
}

@media screen and (max-width: 1024px) {
    .championcasino-slot a:nth-child(3) {
        display: none
    }

    .championcasino-slot a:nth-child(2) {
        bottom: 0;
        height: auto;
        left: 0;
        opacity: 0;
        right: 0;
        top: 0;
        width: 100%
    }

    .championcasino-slot:hover a:nth-child(2) {
        opacity: 0
    }
}

@media screen and (max-width: 768px) {
    h1 {
        font-size: 20px;
        line-height: 1.5;
        margin: 15px 0
    }

    .championcasino-header {
        height: auto
    }

    .prep {
        background: #0d0e1a;
        padding: 70px 0 0
    }

    .championcasino-nav {
        position: relative;
        top: 50px
    }

    .championcasino-logo {
        top: 40px;
        width: 150px
    }

    .active-nav .mobile-nav {
        height: auto
    }

    .active-nav .mobile-nav--item {
        opacity: 1;
        -webkit-transform: translateY(0);
        transform: translateY(0);
        transition: .3s ease-in-out
    }

    #menu-header {
        display: none
    }

    .mobile-nav--btn {
        display: block
    }

    .championcasino-running-line {
        max-width: 100%
    }

    .championcasino-logo {
        left: 10px
    }

    .championcasino-wrapper {
        padding: 40px 15px 10px
    }

    .championcasino-content {
        float: none;
        margin-bottom: 30px;
        width: 100%
    }

    .championcasino-slots-list {
        align-items: center;
        display: flex;
        flex-wrap: wrap;
        justify-content: center
    }

    aside {
        float: none;
        margin: 0 auto;
        width: 276px
    }

    .championcasino-bottom-nav .menu li {
        display: block
    }
}

.championcasino-apk {
    float: right;
    height: 50px;
    max-width: 120px;
    position: relative;
    top: 5px;
    width: auto
}

@media (max-width: 768px) {
    .championcasino-apk {
        margin-left: auto
    }
}

@media (max-width: 540px) {
    .championcasino-apk {
        margin: 10px 0;
        position: static
    }
}

@media screen and (max-width: 530px) {
    .championcasino-social-area {
        left: 50%;
        right: auto;
        -webkit-transform: translateX(-50%);
        transform: translateX(-50%)
    }

    .championcasino-slots-list {
        justify-content: center
    }

    .alignleft,
    .alignright {
        display: block;
        float: none;
        margin: 20px auto
    }
}

.championcasino-btns {
    align-items: center;
    display: flex;
    flex-wrap: wrap;
    float: none;
    justify-content: flex-end;
    margin: 0;
    padding: 0;
    width: 100%
}

@media (max-width: 540px) {
    .championcasino-btns {
        padding-top: 0 !important
    }
}

.championcasino-btns a {
    display: inline-block;
    min-width: 200px
}

@media (max-width: 765px) {
    .championcasino-btns a {
        min-width: 170px
    }
}

@media screen and (max-width: 540px) {
    .championcasino-btns a {
        display: block;
        margin: 5px 0;
        text-align: center
    }

    .championcasino-btns {
        align-items: center;
        flex-direction: column;
        justify-content: center;
        padding-top: 70px
    }
}

.championcasino-btns .championcasino-sidebar-block.championcasino-login-area {
    border: 0;
    margin: 0;
    padding: 0;
    /*position: relative;*/
    top: 3px
}

main {
    margin-top: 137px
}

.championcasino-show-subscribe-form {
    margin-top: 84px
}

@media screen and (max-width: 1000px) {
    .championcasino-show-subscribe-form {
        margin-top: 0
    }
}

.championcasino-subscribe-me {
    align-items: center;
    background: linear-gradient(180deg, #8490a6, #00205f);
    border-radius: 10px;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin: 80px auto 20px;
    max-width: 954px;
    min-width: 300px;
    overflow: hidden;
    padding: 21px 21px 21px 37px;
    position: relative;
    z-index: 2
}

.championcasino-subscribe-me:before {
    background: url(../images/img.png);
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: contain;
    content: "";
    height: 235px;
    left: 53%;
    pointer-events: none;
    position: absolute;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    width: 299px
}

@media (max-width: 1000px) {
    .championcasino-subscribe-me {
        background-size: cover;
        padding: 10px 15px
    }
}

.championcasino-subscribe-me .item {
    flex-grow: 1
}

@media (max-width: 1000px) {
    .championcasino-subscribe-me .item {
        display: flex;
        flex-grow: 0;
        justify-content: center;
        width: 50%
    }

    .championcasino-subscribe-me .item.form {
        flex-grow: 0;
        margin-top: 15px;
        width: 100%
    }

    .championcasino-subscribe-me .item.logo {
        width: 30%
    }

    .championcasino-subscribe-me .item.logo img {
        height: auto;
        width: 120px
    }
}

.championcasino-subscribe-me .item.text {
    color: #fff;
    font-size: 24px;
    font-style: normal;
    font-weight: 700;
    line-height: 28px;
    position: relative;
    text-align: left;
    text-shadow: 0 1px 1px rgba(0, 0, 0, .37);
    z-index: 1
}

@media (max-width: 1000px) {
    .championcasino-subscribe-me .item.text {
        display: none
    }
}

@media (max-width: 640px) {
    .championcasino-subscribe-me .item.text {
        font-size: 18px;
        padding: 0 20px;
        text-align: left
    }

    .championcasino-subscribe-me {
        height: auto;
        margin: 0 auto;
        min-width: auto
    }
}

.championcasino-subscribe-me .item.text_mob {
    display: none
}

div#subscription-form {
    align-items: center;
    display: flex;
    justify-content: flex-end;
    position: relative
}

@media (max-width: 1000px) {
    div#subscription-form {
        margin: 10px 0
    }
}

@media (max-width: 640px) {
    div#subscription-form {
        padding: 0
    }
}

div#subscription-form .input-wrap {
    align-items: flex-start;
    display: flex;
    flex-direction: column;
    margin: 0 10px
}

@media (max-width: 640px) {
    div#subscription-form .input-wrap {
        margin: 0 10px 0 0
    }
}

div#subscription-form .input-wrap span.input-label {
    background: transparent;
    display: none;
    line-height: 1;
    margin: 0;
    padding: 0 0 3px;
    text-align: left;
    text-transform: uppercase
}

@media (max-width: 640px) {
    div#subscription-form .input-wrap span.input-label {
        width: 100%
    }
}

div#subscription-form .input-wrap span.input-label:hover {
    box-shadow: none;
    cursor: default;
    opacity: 1
}

div#subscription-form .input-wrap input#user_email {
    border: 2px solid transparent;
    border-radius: 5px;
    outline: none;
    padding: 10px;
    transition: all .3s
}

@media (max-width: 640px) {
    div#subscription-form .input-wrap input#user_email {
        padding: 5px 10px;
        width: 100%
    }
}

div#subscription-form .input-wrap input#user_email:focus {
    border: 2px solid #1757f1;
    transition: all .3s
}

div#subscription-form .input-wrap input#user_email::-webkit-input-placeholder {
    color: #000
}

div#subscription-form .input-wrap input#user_email::-moz-placeholder {
    color: #000
}

div#subscription-form .input-wrap input#user_email::placeholder {
    color: #000
}

div#subscription-form p#form-p {
    border-radius: 5px;
    color: #fff;
    font-size: 14px;
    left: 60px;
    line-height: 1;
    position: absolute;
    top: 40px
}

@media (max-width: 640px) {
    div#subscription-form p#form-p {
        top: 35px
    }
}

.subscription-form-wrap {
    position: relative
}

@media (max-width: 640px) {
    .subscription-form-wrap {
        margin: 0 auto;
        min-width: 220px;
        width: 100%
    }
}

.subscription-form-wrap p.end-message {
    border-radius: 5px;
    color: #fff;
    font-size: 14px;
    line-height: 1;
    position: relative;
    text-align: center;
    top: -5px;
    z-index: 10
}

.subscription-form-wrap #subscription-submit {
    background: linear-gradient(180deg, #a00b00 1.78%, #c01000 21.39%, #6b0500 66.25%);
    border: 1px solid #cd1200;
    border-radius: 5px;
    box-shadow: 0 4px 15px rgba(90, 7, 7, .2);
    opacity: 1;
    padding: 11px 24px;
    transition: all .3s
}

@media (max-width: 640px) {
    .subscription-form-wrap #subscription-submit {
        padding: 3px 15px
    }
}

.subscription-form-wrap #subscription-submit:hover {
    opacity: .8;
    transition: all .3s
}

.subscription-form-wrap #subscription-submit span {
    color: #fff;
    font-size: 15px;
    font-style: normal;
    font-weight: 700;
    line-height: 17px;
    text-align: center;
    text-shadow: 0 1px 0 rgba(9, 13, 40, .2);
    text-transform: uppercase
}

@media (max-width: 1000px) {
    .championcasino-subscribe-me .item.text_mob {
        display: block
    }

    .championcasino-subscribe-me {
        border-radius: 0;
        bottom: 0;
        box-sizing: border-box;
        left: 0;
        margin: 0;
        padding: 9px 15px;
        position: fixed;
        width: 100%;
        z-index: 9999
    }

    .championcasino-subscribe-me:before {
        background: url(../images/img_mob.png);
        background-position: 100% 100%;
        background-repeat: no-repeat;
        background-size: contain;
        bottom: 0;
        height: 106px;
        left: auto;
        pointer-events: none;
        right: 0;
        top: auto;
        -webkit-transform: none;
        transform: none;
        width: 205px
    }

    .championcasino-subscribe-me .item.text_mob {
        color: #fff;
        font-size: 16px;
        font-weight: 700;
        line-height: 19px;
        padding: 0;
        text-shadow: 0 1px 2px rgba(0, 0, 0, .37);
        width: 74%
    }

    .championcasino-subscribe-me div#subscription-form .input-wrap {
        margin-left: 0
    }

    .championcasino-subscribe-me .item.form {
        display: flex;
        justify-content: left;
        margin-top: 0
    }

    .championcasino-subscribe-me div#subscription-form {
        justify-content: flex-start
    }

    .championcasino-subscribe-me div#subscription-form .input-wrap input#user_email {
        box-sizing: border-box;
        width: 152px
    }

    .championcasino-subscribe-me .subscription-form-wrap #subscription-submit span {
        font-size: 12px;
        line-height: 14px
    }

    .championcasino-subscribe-me .subscription-form-wrap #subscription-submit {
        padding: 7px 15px;
        text-align: center;
        width: 128px
    }
}

.championcasino-logo {
    color: #fff;
    height: auto;
    top: 63px;
    width: auto
}

.championcasino-logo a {
    color: #fff;
    text-decoration: none
}

main {
    margin-top: 0
}

@media (max-width: 768px) {
    .championcasino-header {
        display: flex;
        flex-direction: column;
        padding-top: 55px
    }

    .championcasino-header .championcasino-nav {
        order: 1;
        top: -18px
    }

    .championcasino-header .championcasino-btns {
        order: 2;
        padding-top: 10px
    }

    .championcasino-header .prep {
        display: none
    }

    .championcasino-header .championcasino-apk {
        margin-bottom: 5px;
        order: 3
    }

    .championcasino-header .championcasino-logo {
        margin-left: 0;
        top: 35px
    }
}

@media screen and (max-width: 540px) {
    body {
        background-position-y: 0
    }

    .championcasino-header {
        padding-top: 0
    }

    .championcasino-header .championcasino-logo {
        top: 10px
    }

    .championcasino-header .championcasino-nav {
        margin-bottom: 40px;
        margin-top: -90px;
        top: 0
    }

    .championcasino-running-line {
        display: none
    }
}

@media (min-width: 540px) and (max-width:768px) {
    .championcasino-header .championcasino-nav {
        top: 0
    }
}

.video_wrap {
    height: 0;
    padding-bottom: 56.25%;
    position: relative
}

.video_wrap iframe {
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%
}

table {
    border-collapse: collapse;
    border-spacing: 0;
    width: 100%;
    margin: 30px auto;
}


table tr {
    word-break: break-all;
    border-bottom: #607d8b 1px solid;
}

table tr td {
    font-size: 14px;
    line-height: 26px;
    padding: 12px 10px;
    color: #fff;
}

.table_1 {
    height: 408px;
    width: 100%
}

.table_1 tr {
    height: 24px
}

.table_1 tr td {
    border-color: #292e36;
    border-style: solid;
    height: 24px;
    padding-left: 10px;
}

/*.table_1 tr td:first-child {
    width: 27.2967%
}

.table_1 tr td:last-child {
    width: 60.4992%
}*/

.table_2 {
    height: 264px;
    width: 100%
}

.table_2 tr {
    height: 24px
}

.table_2 tr td {
    border-color: #292e36;
    border-style: solid;
    height: 24px;
    padding-left: 10px;
}

.table_2 tr td:first-child {
    width: 24.4686%
}

.table_2 tr td:nth-child(2) {
    width: 21.8377%
}

.table_2 tr td:nth-child(3) {
    width: 19.3307%
}

.table_2 tr td:last-child {
    width: 22.1589%
}

.table_3 {
    height: 100px;
    width: 100%
}

.table_3 tr {
    height: 100%
}

.table_3 tr td {
    border-color: #292e36;
    border-style: solid;
    height: 10px;
    width: 33.3%
}

.table_wrap {
    -webkit-overflow-scrolling: touch;
    max-width: 100%;
    overflow-x: auto
}

.table_wrap table {
    border-collapse: collapse;
    width: 100%
}

#modal-lang {
    background: rgba(0, 0, 0, .7);
    height: 100%;
    left: 0;
    overflow: hidden;
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 888
}

#modal-lang .modal-container {
    -webkit-animation-duration: .4s;
    animation-duration: .4s;
    -webkit-animation-name: animateFade;
    animation-name: animateFade;
    position: fixed;
    width: 50%
}

#modal-lang .modal-container,
#modal-lang .modal-window {
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%)
}

#modal-lang .modal-window {
    background: #fff;
    background: #2a3847;
    border: 1px solid #113559;
    border-radius: 6px;
    box-shadow: 0 20px 30px rgba(0, 0, 0, .3);
    display: block;
    height: auto;
    margin: 0 auto;
    overflow: hidden;
    position: absolute;
    width: 315px
}

#modal-lang .close-modal {
    align-items: center;
    color: #fff;
    cursor: pointer;
    display: flex;
    font-size: 35px;
    height: 35px;
    justify-content: center;
    line-height: inherit;
    position: absolute;
    right: 0;
    top: 0;
    transition: all .3s;
    width: 35px
}

#modal-lang .close-modal:hover {
    opacity: .3;
    transition: all .3s
}

#modal-lang .col {
    align-items: center;
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding: 60px 30px
}

#modal-lang .col .modal-text.top-text {
    color: #fff;
    font-family: Arial;
    font-size: 18px;
    font-style: normal;
    font-weight: 700;
    line-height: 21px;
    margin-bottom: 15px;
    text-align: center
}

#modal-lang .col .modal-img {
    width: 80px
}

#modal-lang .col .language_items {
    width: 100%
}

#modal-lang .col ul.modal-lang-switcher {
    align-content: center;
    display: flex;
    flex-direction: column;
    justify-content: center;
    margin: 15px 0 30px;
    text-align: center;
    width: 100%
}

#modal-lang .col ul.modal-lang-switcher li {
    border-radius: 21px;
    display: block;
    width: 100%
}

#modal-lang .col ul.modal-lang-switcher li:first-child {
    margin-bottom: 20px
}

#modal-lang .col ul.modal-lang-switcher li.other-language {
    background: linear-gradient(180deg, #006a00, #009801 31.94%, #003700);
    border: 1px solid #090;
    border-radius: 3px
}

#modal-lang .col ul.modal-lang-switcher li.current-language {
    background: transparent;
    border: 1px solid #090;
    border-radius: 3px
}

#modal-lang .col ul.modal-lang-switcher li.current-language:hover {
    background: linear-gradient(180deg, #006a00, #009801 31.94%, #003700);
    color: #fff;
    transition: all .3s
}

#modal-lang .col ul.modal-lang-switcher li a,
#modal-lang .col ul.modal-lang-switcher li span,
#modal-lang .col ul.modal-lang-switcher li.current-language:hover a {
    color: #fff;
    font-size: 16px;
    font-weight: 400;
    line-height: 18px;
    text-decoration: none;
    text-transform: uppercase
}

#modal-lang .col ul.modal-lang-switcher li a,
#modal-lang .col ul.modal-lang-switcher li span {
    display: block;
    padding: 10px 0
}

#modal-lang .col ul.modal-lang-switcher li span {
    color: #fff;
    cursor: pointer;
    font-weight: 900
}

#modal-lang .col ul.modal-lang-switcher li a {
    color: #fff;
    width: 100%
}

@-webkit-keyframes animateFade {
    0% {
        opacity: 0
    }

    to {
        opacity: 1
    }
}

@keyframes animateFade {
    0% {
        opacity: 0
    }

    to {
        opacity: 1
    }
}

@keyframes spin {
    to {
        -webkit-transform: rotate(1turn)
    }
}

@-webkit-keyframes spin {
    to {
        -webkit-transform: rotate(1turn)
    }
}

.load a {
    position: relative
}

.load a:before {
    animation: spin 1s ease-in-out infinite;
    -webkit-animation: spin 1s ease-in-out infinite;
    border: 3px solid hsla(0, 0%, 100%, .3);
    border-radius: 50%;
    border-top-color: #fff;
    content: "";
    height: 15px;
    position: absolute;
    right: 10px;
    top: 8px;
    width: 15px
}

.language_switcher {
    color: #fff;
    cursor: pointer;
    display: inline-flex;
    font-size: 18px;
    font-weight: 700;
    line-height: 1;
    padding: 9px;
    position: relative;
    text-align: center;
    text-decoration: none;
    text-transform: uppercase;
    transition: all .3s;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    z-index: 100
}

@media screen and (max-width: 768px) {
    .language_switcher {
        position: absolute;
        right: 70px;
        top: -60px
    }
}

@media screen and (max-width: 540px) {
    .language_switcher {
        right: -10px;
        top: -90px
    }
}

.language_switcher:hover {
    color: #fff;
    transition: all .3s
}

.language_switcher:before {
    border: 1px solid #5a677b;
    border-radius: 3px;
    bottom: 0;
    content: "";
    left: 0;
    max-width: 70px;
    position: absolute;
    right: 0;
    top: -2px;
    z-index: -1
}

.language_switcher:after {
    align-items: center;
    content: url(../images/lang_arrow.png);
    cursor: pointer;
    display: flex;
    justify-content: center;
    position: relative;
    top: -3px
}

.language_switcher.open:after {
    top: 0;
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg)
}

.language_switcher p {
    align-items: center;
    display: flex;
    font-size: 16px;
    font-weight: 100;
    margin: 0 5px 0 0
}

.language_switcher .language_switcher_inset {
    background: #5a677b;
    border-radius: 5px;
    box-shadow: 0 4px 10px rgba(0, 0, 0, .25);
    display: none;
    left: -6px;
    position: absolute;
    top: 39px;
    width: 70px
}

.language_switcher .language_switcher_inset li {
    transition: all .3s
}

.language_switcher .language_switcher_inset li:hover {
    background: #6b7a91;
    border-radius: 3px;
    transition: all .3s
}

.language_switcher .language_switcher_inset li.active {
    background: #6b7a91;
    cursor: default
}

.language_switcher .language_switcher_inset ul li {
    list-style-type: none;
    padding: 10px 12px
}

.language_switcher .language_switcher_inset ul li span {
    color: #fff;
    font-size: 16px;
    font-weight: 100
}

.language_switcher .language_switcher_inset ul li a {
    color: #fff;
    display: inline-block;
    min-width: auto;
    text-decoration: none
}

.language_switcher .language_switcher_inset ul li a:hover {
    text-decoration: none
}

.language_switcher .lang_menu_open {
    display: block
}

/*# sourceMappingURL=style.min.css.map*/

.card {
    border-collapse: collapse;
    color: #000;
    padding: 20px;
    display: block;
    margin: 15px auto;
    width: 100%;
    background: #2c3847;
    border: none !important;
    border-radius: 10px;
}

.card tbody {
    display: block;
}

.card td {
    border: none !important;
}

.card-heading a,
.card td {
    color: #fff;
}

.card-logo {
    font-weight: bold;
    color: #3b958b;
    line-height: 1;
    margin-top: 10%;
}

.card-logo .card-label-text {
    font-size: 1.25rem;
    color: #45afa3;
}

.card-body {
    display: flex;
    align-items: center;
    justify-content: space-evenly;
}

.card-body-inf {
    align-self: flex-start;
    min-width: 70px;
}

.card-body-descr {
    padding: 0 10px 0;
    font-size: 1.093rem;
    max-width: 60%;
}

.card-body-descr .card-heading {
    margin-bottom: 12px;
}

.card-body-descr .card-heading {
    color: #ffffff;
    font-size: 1.45rem;
    line-height: 1.5rem;
}

.card-text {
    line-height: 1.5rem;
}

table.card,
tbody {
    height: 100%;
}

@media screen and (max-width:1099px) {
    .card {
        padding: 10px 0 30px 0;
    }

    .card:first-of-type {
        padding: 10px 0;
    }

    .card-body {
        flex-flow: column wrap;
        text-align: center;
    }

    .card-body-inf {
        align-self: initial;
        padding: 0px 10px;
        margin-top: 15px;
    }

    .card-text {
        margin: 15px 0 15px 5px;
    }
}

@media screen and (max-width:460px) {
    .card {
        width: 100%;
    }

    .card-body-descr {
        max-width: 90%;
    }
}

.card-body-action {
    width: 212px;
    text-align: center;
    height: 50px;
}

table.card,
tbody {
    height: 100%;
}

@media (min-width: 1100px) {
    .card {
        margin-top: 20px;
    }

    .card-body-action {
        display: flex;
    }
}

@media (min-width:1000px) {
    .act {
        display: none;
    }
}

@media (max-width: 1099px) {

    /*.card tbody {background: #ffffff5c;}  */
    /*.card {background: none;}*/
    .card-body-descr {
        max-width: 90%;
        margin: 10px 0 20px auto;
    }

    .card-logo {
        position: absolute;
        left: 15px;
        transform: scale(.85);
        bottom: 50px;
    }
}

@media (min-width: 1100px) {
    .card tbody {
        background: none;
    }

    /*.card {background: #ffffff5c;}*/
    .main-content__wrap {
        padding: 0 15px;
    }
}

@media (max-width: 1099px) {
    #promo div.wrapper {
        width: 100%;
        padding: 0;
        height: 100%;
    }

    table.card {
        width: 100%;
    }

    .card tbody {
        margin: 0;
        min-height: 180px;
        height: 100%;
        position: relative;
    }
}

@media (max-width: 789px) {
    .card tbody {
        height: 100%;
        position: inherit;
    }
}

@media (max-width: 768px) {
    .card-logo {
        display: none;
    }

    .card-body-descr {
        max-width: 100%;
    }
}

.btn_getBonus {
    padding: 18px 35px;
    background: #ff267e;
    text-align: center;
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, .5);
    border-radius: 5px;
    text-transform: uppercase;
    color: #fff;
    font-weight: 700;
    font-size: .875rem;
}

a.login {
    display: inline-block;
    color: #000;
    font-size: 1.093rem;
    line-height: 225%;
    font-weight: 600;
    text-decoration: none;
    user-select: none;
    padding: 0.3em 1em;
    outline: none;
    border-radius: 3px;
    background: linear-gradient(#f9c235, #ff7714) #e38916;
    box-shadow: inset 0 -2px 1px transparent, inset 0 1px 2px transparent, inset 0 0 0 60px transparent;
    transition: box-shadow .2s, border-color .2s;
}

.btn_getBonus {
    padding: 18px 35px;
    background: #ff267e;
    text-align: center;
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, .5);
    border-radius: 5px;
    text-transform: uppercase;
    color: #fff;
    font-weight: 700;
    font-size: .875rem;
}

details summary {
    list-style: none;
}

details summary::after {
    content: "+";
    margin-left: 10px;
    display: inline-block;
    min-width: 17px;
    height: 17px;
    line-height: 17px;
    font-size: 16px;
    background: #ff3a1a;
    color: #fff;
    text-align: center;
    border-radius: 2px;
    cursor: pointer;
    font-family: sans-serif;
}

details ul {
    margin: 0 !important;
}

.content ul li:before {
    content: none !important;
}

.content ul {
    counter-reset: li;
    margin: 15px 0;
    padding: 0 0 0 1rem;
    list-style: none;
}

.content ul li {
    display: flex;
    margin: 7px;
    padding: 0 !important;
}

.content li a {
    display: inline;
    text-decoration: none;
    color: #fff;
    font-weight: 500;
    font-size: 16px;
}

.content-title {
    font-size: 1.6em;
    font-weight: 600;
    margin-top: 20px;
}

.content-wrapper {
    margin: 15px auto;
    width: 100%;
    background: #2c3847;
    border: none !important;
    border-radius: 10px;
    padding: 20px;
}

body {
    background-image: url(bg_blue_small.jpg);
    background-position: center;
    background-size: contain;
}

.mob-visible {
    display: none;
}

@media screen and (max-width:768px) {
    .mob-visible {
        display: block;
    }

    .mob-hidden {
        display: none;
    }
}

a.disabled {
    pointer-events: none;
    cursor: default;
    color: #888;
    opacity: 0.7;
}

:root,
html {
    scroll-behavior: smooth;
}

:target {
    scroll-margin-top: 20px;
}