* {
    padding: 0;
    margin: 0;
    box-sizing: border-box;
}

body {
    background-color: #30303f;
    background-image: url("main-bg.svg");
    background-size: 100%;
    font-family: Tahoma, Arial, sans-serif;
    font-size: 14px;
    padding-top: 135px;
    position: relative;
}
.nav_menu {
    width: 90%;
    margin: 10px auto;
}

.nav_menu ul {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    gap: 15px;
}

.nav_menu li {
    list-style: none;
}

.nav_menu a {
    color: white;
    text-decoration: none;
    font-size: 18px;
}
a {
    text-decoration: none;
}

img {
  display: block;
  max-width: 100%;
  border-radius: 14px;
  margin: 20px auto;
      }


      * {
            margin: 0;
            padding: 0;
        }

        main {
            padding: 0 16px;
        }

        .btn_content {
            display: flex;
            justify-content: center;
            align-items: center;
            margin: 10px 0 20px;
        }

        .btn_go {
            display: inline-block;
            vertical-align: middle;
            font-size: 15px;
            height: 40px;
            line-height: 40px;
            padding: 0 40px;
            border-radius: 5px;
            text-align: center;
            text-transform: uppercase;
            text-decoration: none;
            color: #000 !important;
            font-weight: bold;
            transition: .1s box-shadow;
            background: linear-gradient(to bottom, #fde328 0%, #e1cb2b 50%, #fde328 100%);
        }

        .btn_go:hover {
            background-color: #d28b05;
            box-shadow: inset 1px 1px 40px #d28b05, inset -1px -1px 40px #d28b05;
            text-decoration: none !important;
        }

        .promo-list {
            margin-bottom: 25px
        }

        .promo_headline {
            display: block;
            text-align: center;
            margin: 25px 0;
            font-size: 18px;
            font-weight: 700
        }

        .promo-item {
            display: flex;
            justify-content: flex-start;
            flex-direction: column;
            margin-bottom: 20px;
        }

        .promo-item_top-block {
            display: flex;
            justify-content: space-between;
            align-items: center;
            border: 1px solid #2e2ea7;
            border-radius: 12px;
            box-shadow: rgba(46 46 167, .3) 0 10px 25px
        }

        .promo-item_bottom-block {
            display: flex;
            justify-content: center;
            align-items: center;
            border-top: 0
        }

        .promo-item_action-button,
        .promo-item_clipboard,
        .promo-item_short-description {
            width: 25%;
            text-align: center
        }

        .promo-item_logo {
            display: flex;
            justify-content: center;
            align-items: center;
            width: 140px;
            height: 100px;
            border-radius: 12px 0 0 12px
        }

        .promo-item_logo__text {
            font-size: 17px;
            font-weight: 700;
            line-height: 1.3
        }

        .promo-item_short-description {
            width: 300px
        }

        .promo-item_short-description span i {
            color: #ff9c61;
            font-size: 16px
        }

        .promo-item_clipboard {
            display: flex;
            justify-content: center;
            align-items: center;
            flex-direction: column;
            position: relative
        }

        .promo-item_clipboard .promocode_text {
            display: flex;
            justify-content: center;
            align-items: center;
            font-weight: 700;
            background: 0 0;
            padding: 10px 25px;
            border-radius: 15px;
            cursor: pointer;
            border: 3px solid #ff9c61;
            outline: 0;
        }

        .promo-item_clipboard i {
            font-size: 12px;
            color: #ccc;
            margin-top: 8px
        }

        .promo-item_action-button .btn {
            font-size: 14px;
            text-transform: uppercase;
            font-weight: 700;
            color: #000;
            padding: 10px 20px
        }

        .promo-item_action-button .btn:hover {
            text-decoration: none
        }

        .promo-item_bottom-block {
            margin: 6px 0 0;
            display: flex;
            justify-content: center;
            align-items: center;
            text-align: center
        }

        .promo-item_bottom-block p i {
            color: #ff9c61;
            font-weight: 700
        }

        .promo-item_bottom-block details>summary {
            list-style: none;
            cursor: pointer;
            border: 0;
            outline: 0;
            margin-bottom: 10px;
            -webkit-user-select: none;
            -ms-user-select: none;
            user-select: none
        }

        .promo-item_bottom-block details>summary::-webkit-details-marker {
            display: none
        }

        #copied {
            position: fixed;
            top: 0;
            left: 0;
            right: 0;
            bottom: 0;
            display: none;
            z-index: 9999999;
            width: 100%;
            height: 30px;
            font-size: 14px;
            padding: 5px 0;
            text-align: center;
            background: #000
        }

        @media (max-width:900px) {
            .promo-item_top-block {
                flex-direction: column
            }

            .promo-item_logo {
                width: 100%;
                height: 50px;
                border-radius: 12px 12px 0 0;
                margin-bottom: 15px
            }

            .promo-item_short-description {
                text-align: center;
                margin-bottom: 25px
            }

            .promo-item_clipboard {
                margin-bottom: 25px
            }

            .promo-item_action-button {
                margin: 0 0 25px
            }

            .promo-item_clipboard .promocode_text:hover {
                background: inherit;
                color: inherit
            }

            .promo-item_action-button,
            .promo-item_clipboard,
            .promo-item_short-description {
                width: 100%
            }
        }

        .promo-item_action-button .btn {
            display: inline-block;
            font-size: 14px;
            text-transform: uppercase;
            font-weight: 700;
            color: #000;
            padding: 10px 20px;
            box-shadow: 0 3px 0 0 #828b00, 0 4px 4px 0 #000;
            background-color: #f5ff5f;
            border-radius: 50px;
            cursor: pointer;
            border: none;
        }

        /* MAXBET */
        .promo-list .maxbet-item .promo-item_logo {
            background: #200002;
        }

        .promo-list .maxbet-item .promo-item_logo__text {
            color: #9b1900;
        }

        /* GAMA */
        .promo-list .gama-item .promo-item_logo {
            background: #dafe31;
        }

        .promo-list .gama-item .promo-item_logo__text {
            color: #111111;
        }

        /* CAT CASINO */
        .promo-list .cat-item .promo-item_logo {
            background: #f15ff3;
        }

        .promo-list .cat-item .promo-item_logo__text {
            color: #f1f2f1;
        }

        /* kometa CASINO */
        .promo-list .kometa-item .promo-item_logo {
            background: #0e0e29;
        }

        .promo-list .kometa-item .promo-item_logo__text {
            color: #7ad4f0;
        }

        /* VULKAN */
        .promo-list .vulkan-item .promo-item_logo {
            background: #011587;
        }

        .promo-list .vulkan-item .promo-item_logo__text {
            color: #f10402;
        }

        /* VULKAN24 */
        .promo-list .vulkan24-item .promo-item_logo {
            background: #09358d;
        }

        .promo-list .vulkan24-item .promo-item_logo__text {
            color: #bc0520;
        }

        body {
            background-color: #1b2b39;
            background-size: 100%;
            font-family: Tahoma, Arial, sans-serif;
            font-size: 14px;
            padding-top: 135px;
        }

        .header {
            position: fixed;
            width: 100%;
            margin-bottom: 30px;
            background: #151a22;
            top: 0;
            z-index: 111;
        }

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

        .header .header-top-row {
            min-height: 50px;
            display: flex;
            align-items: center;
            padding: 10px 0;
            border-bottom: 1px solid #383b3d;
            font-size: 13px;
            font-weight: 700;
        }

        .header .header-top-row .btn {
            margin-left: 10px;
        }

        .header .header-top-row .container {
            display: flex;
            justify-content: space-between;
            flex-wrap: wrap;
            align-items: center;
            padding: 0 20px;
            max-width: 90vw;
            margin: 0 auto;
            width: 100%;
        }

        .single-header-panel {
            flex: 1;
            align-items: center;
            display: flex;
            justify-content: space-between;
            flex-wrap: wrap;
            color: #fff;
        }

        .single-header-panel .header-slogan {
            margin-left: 15px;
            padding-left: 30px;
            border-left: 1px dotted rgba(185, 198, 204, 0.4);
        }

        .social-text {
            padding: 0 10px;
            margin-left: 10px;
            border-left: 1px dotted rgba(185, 198, 204, 0.4);
            color: #a9bfca;
        }

        .site-logo svg {
            width: 161px;
            display: block;
        }


        .responsive-table {
            width: 100%;
            overflow-x: auto;
        }


        .register {
            box-sizing: border-box;
            appearance: none;
            background-color: transparent;
            border: 2px solid red;
            border-radius: 0.6em;
            cursor: pointer;
            display: flex;
            justify-content: center;
            align-items: center;
            align-self: center;
            margin: 5px 0;
            padding: 12px;
            text-decoration: none;
            text-transform: uppercase;
            user-select: none;
            -webkit-user-select: none;
            touch-action: manipulation;
            border-color: #3498db;
            transition: all 150ms ease-in-out;
            box-shadow: 0 0 15px 0 #3498db inset, 0 0 15px 2px #3498db;
        }

        .register.btn-another {
            margin-left: 20px;
            border-color: #dafe31;
            box-shadow: 0 0 15px 0 #dafe31 inset, 0 0 15px 2px #dafe31;
        }

        .register span {
            font-size: 12px;
            font-weight: 500;
            line-height: 1;
            margin: -1px 0 0;
            color: #fff;
            letter-spacing: 2px;
            margin-left: 10px;
        }

        .register i {
            font-size: 13px;
            color: #fff;
        }

        /* new2 */

        .jkpt {
            display: flex;
            justify-content: center;
            align-items: center;
            flex-direction: column;
        }

        .jkpt a {
            position: relative;
            width: 180px;
            height: 60px;
            display: inline-block;
            background: #fff;
            margin: 20px;
        }

        .jkpt a:before,
        .jkpt a:after {
            content: '';
            position: absolute;
            inset: 0;
            transition: 0.5s;
            background: #f00;
            inset: -3px;
        }

        .jkpt a:after {
            filter: blur(10px);
        }

        .jkpt a:nth-child(1):before,
        .jkpt a:nth-child(1):after {
            background: linear-gradient(45deg, #00ccff, #0e1538, #d400d4)
        }

        /* .jkpt a:nth-child(2):before,
        .jkpt a:nth-child(2):after {
            background: linear-gradient(45deg, #f0075b, #0e1538, #1aff22);
        } */
        /* .jkpt a:hover:before {
            inset: -3px;
        }
        .jkpt a:hover:after {
            inset: -3px;
            filter: blur(10px);
        } */
        .jkpt a span {
            position: absolute;
            top: 0;
            left: 0;
            width: 100%;
            height: 100%;
            display: inline-block;
            background: #745cfc;
            z-index: 10;
            display: flex;
            font-weight: 500;
            justify-content: center;
            align-items: center;
            font-size: 16px;
            text-transform: uppercase;
            letter-spacing: 2px;
            color: #fff;
            border: 1px solid #040a29;
            overflow: hidden;
        }

        .jkpt a span::before {
            content: '';
            position: absolute;
            top: 0;
            left: -50%;
            width: 100%;
            height: 100%;
            background: rgba(255, 255, 255, 0.075);
            transform: skew(25deg)
        }

        .text-container table {
            border-collapse: collapse;
            border: 0;
            outline: 0;
        }

        .text-container table thead th {
            padding: 16px 8px;
            background: #13222d;
            border-top: 1px solid transparent;
        }

        .text-container table thead tr,
        .text-container table thead tr:nth-child(1) {
            background: #14171c;
        }

        .text-container table caption {
            background: #13222d;
            padding: 16px 8px;
            font-size: 16px;
            color: #3498db;
            font-weight: bold;
            border-radius: 10px 10px 0 0;
        }

        .text-container table thead th {
            color: #3498db;
            font-weight: normal;
            font-size: 14px;
        }

        .text-container table tbody td {
            padding: 16px 8px;
            border: 0;
            outline: 0;
            line-height: 1.8;
        }

        .text-container table tr {
            border: 0;
            outline: 0;
        }

        .text-container table tr:nth-of-type(odd) {
            background: #1b2b39;
        }

        .text-container table tr:nth-of-type(even) {
            background: #13222d;
        }

        .header-promo-block {
            background: #12212c;
            border-radius: 10px;
            position: relative;
            padding: 50px 30px 30px;
            margin-bottom: 25px;
        }

        .hot-block {
            display: flex;
            justify-content: center;
            align-items: center;
            text-align: center;
            width: 100px;
            height: 30px;
            position: absolute;
            top: 0;
            left: 50%;
            margin-left: -50px;
            background: #ff7a01;
            border-radius: 0 0 10px 10px;
        }

        .hot-block i {
            color: #dafe31;
            font-size: 20px;
        }

        .hot-block span {
            font-size: 14px;
            font-weight: bold;
            margin-left: 4px;
        }

        /* custom headline */

        .custom-headline-unit {
            font-family: 'Roboto', sans-serif;
            display: block;
            text-align: center;
            color: #fff;
            margin: 5px 0 20px;
            font-size: 18px;
            font-weight: bold;
        }

        .custom-headline-unit i {
            margin-right: 4px;
            color: #dafe31;
        }

        .text-container .soderzanie {
            background: #13222d;
            padding: 20px 6px;
            margin-bottom: 40px;
            border-radius: 10px;
        }

        .text-container .soderzanie i {
            margin-right: 5px;
        }

        .text-container .soderzanie a:hover {
            text-decoration: none;
            opacity: .9;
        }

        .text-container .soderzanie ul {
            margin-bottom: 0;
        }

        .text-container .soderzanie li {
            margin-bottom: 8px;
        }

        .site-logo {
            display: flex;
            justify-content: flex-start;
            align-items: center;
        }

        .site-logo i {
            font-size: 30px;
            color: #3498db;
        }

        .site-logo span {
            font-size: 14px;
            font-weight: 400;
            margin-left: 8px;
            color: #fff;
        }

        /* content styles */

        .text-container p {
            font-size: 15px;
            line-height: 1.8;
            font-family: 'Roboto', sans-serif;
            font-weight: 400;
            margin-bottom: 25px;
            padding-bottom: 0;
        }

        .text-container ul,
        .text-container ol {
            padding-left: 10px;
            margin-bottom: 25px;
        }

        .text-container li {
            font-size: 15px;
            line-height: 1.8;
            font-family: 'Roboto', sans-serif;
            font-weight: 400;
            margin-bottom: 15px;
            text-align: left;
        }

        .text-container li:last-child {
            margin-bottom: 0;
        }

        .text-container h2,
        .text-container h3 {
            text-align: center;
            line-height: 1.3;
            color: #ff7a01;
            padding: 0;
            margin-bottom: 25px;
        }

        .responsive-table {
            margin-bottom: 40px;
        }

        /* @media */

        .header-promo-block h1 {
            text-align: center;
        }

        @media (max-width: 900px) {
            .register.btn-another {
                display: none;
            }

            .jkpt a {
                width: 150px;
                height: 40px;
            }

            .jkpt a span {
                font-size: 14px;
            }

            .header-promo-block {
                margin-bottom: 40px;
            }

            .header-promo-block h1 {
                font-size: 24px;
            }
        }

        .promo-list {
            margin-bottom: 25px
        }

        .promo_headline {
            display: block;
            text-align: center;
            margin: 5px 0 25px;
            font-size: 18px;
            font-weight: 700
        }

        .promo-item {
            display: flex;
            justify-content: flex-start;
            flex-direction: column;
            margin-bottom: 20px;
        }

        .promo-item_top-block {
            display: flex;
            justify-content: space-between;
            align-items: center;
            border: 1px solid #2e2ea7;
            border-radius: 12px;
            box-shadow: rgba(46 46 167, .3) 0 10px 25px
        }

        .promo-item_bottom-block {
            display: flex;
            justify-content: center;
            align-items: center;
            border-top: 0
        }

        .promo-item_action-button,
        .promo-item_clipboard,
        .promo-item_short-description {
            width: 25%;
            text-align: center
        }

        .promo-item_logo {
            display: flex;
            justify-content: center;
            align-items: center;
            width: 140px;
            height: 100px;
            border-radius: 12px 0 0 12px
        }

        .promo-item_logo__text {
            font-size: 17px;
            font-weight: 700;
            line-height: 1.3
        }

        .promo-item_short-description {
            width: 300px
        }

        .promo-item_short-description span i {
            color: #ff9c61;
            font-size: 16px
        }

        .promo-item_clipboard {
            display: flex;
            justify-content: center;
            align-items: center;
            flex-direction: column;
            position: relative
        }

        .promo-item_clipboard .promocode_text {
            display: flex;
            justify-content: center;
            align-items: center;
            font-weight: 700;
            background: 0 0;
            padding: 10px 25px;
            border-radius: 15px;
            cursor: pointer;
            border: 3px solid #ff9c61;
            outline: 0;
        }

        .promo-item_clipboard i {
            font-size: 12px;
            color: #ccc;
            margin-top: 8px
        }

        .promo-item_action-button .btn {
            font-size: 14px;
            text-transform: uppercase;
            font-weight: 700;
            color: #000;
            padding: 10px 20px
        }

        .promo-item_action-button .btn:hover {
            text-decoration: none
        }

        .promo-item_bottom-block {
            margin: 6px 0 0;
            display: flex;
            justify-content: center;
            align-items: center;
            text-align: center
        }

        .promo-item_bottom-block p i {
            color: #ff9c61;
            font-weight: 700
        }

        .promo-item_bottom-block details>summary {
            list-style: none;
            cursor: pointer;
            border: 0;
            outline: 0;
            margin-bottom: 10px;
            -webkit-user-select: none;
            -ms-user-select: none;
            user-select: none
        }

        .promo-item_bottom-block details>summary::-webkit-details-marker {
            display: none
        }

        #copied {
            position: fixed;
            top: 0;
            left: 0;
            right: 0;
            bottom: 0;
            display: none;
            z-index: 9999999;
            width: 100%;
            height: 30px;
            font-size: 14px;
            padding: 5px 0;
            text-align: center;
            background: #000
        }

        @media (max-width:900px) {
            .promo-item_top-block {
                flex-direction: column
            }

            .promo-item_logo {
                width: 100%;
                height: 50px;
                border-radius: 12px 12px 0 0;
                margin-bottom: 15px
            }

            .promo-item_short-description {
                text-align: center;
                margin-bottom: 25px
            }

            .promo-item_clipboard {
                margin-bottom: 25px
            }

            .promo-item_action-button {
                margin: 0 0 25px
            }

            .promo-item_clipboard .promocode_text:hover {
                background: inherit;
                color: inherit
            }

            .promo-item_action-button,
            .promo-item_clipboard,
            .promo-item_short-description {
                width: 100%
            }
        }

        /* MAXBET */
        .promo-list .maxbet-item .promo-item_logo {
            background: #200002;
        }

        .promo-list .maxbet-item .promo-item_logo__text {
            color: #9b1900;
        }

        /* GAMA */
        .promo-list .gama-item .promo-item_logo {
            background: #dafe31;
        }

        .promo-list .gama-item .promo-item_logo__text {
            color: #111111;
        }

        /* CAT CASINO */
        .promo-list .cat-item .promo-item_logo {
            background: #f15ff3;
        }

        .promo-list .cat-item .promo-item_logo__text {
            color: #f1f2f1;
        }

        /* DADDY CASINO */
        .promo-list .daddy-item .promo-item_logo {
            background: #0e0e29;
        }

        .promo-list .daddy-item .promo-item_logo__text {
            color: #9b51e0;
        }

        /* Lucky Dreams */
        .promo-list .lucky-item .promo-item_logo {
            background: #131b43;
        }

        .promo-list .lucky-item .promo-item_logo__text {
            color: #edeef2;
        }

        .promo-list .cactus-item .promo-item_logo {
            background: #22b330;
        }

        .promo-list .cactus-item .promo-item_logo__text {
            color: #edeef2;
        }

        .promo-list .cactus-item .promo-item_logo {
            background: #22b330;
        }

        .promo-list .cactus-item .promo-item_logo__text {
            color: #edeef2;
        }

        /* CASINO X */
        .promo-list .casinox-item .promo-item_logo {
            background: #1b2124;
        }

        .promo-list .casinox-item .promo-item_logo__text {
            color: #edf1f2;
        }

        /* VULKAN */
        .promo-list .vulkan-item .promo-item_logo {
            background: #011587;
        }

        .promo-list .vulkan-item .promo-item_logo__text {
            color: #f10402;
        }

        .promo-list .champion-item .promo-item_logo {
            background: #1f7d61;
        }

        .promo-list .champion-item .promo-item_logo__text {
            color: #fcf803;
        }

        /* VULKAN24 */
        .promo-list .vulkan24-item .promo-item_logo {
            background: #09358d;
        }

        .promo-list .vulkan24-item .promo-item_logo__text {
            color: #bc0520;
        }

        .promo-list .joy-item .promo-item_logo {
            background: #000000;
        }

        .promo-list .joy-item .promo-item_logo__text {
            color: #fcb900;
        }

        .site-logo {
            width: auto;
            margin-bottom: 0;
        }

        .site-logo span {
            text-transform: uppercase;
        }

        .text-container table {
            border-collapse: collapse;
            border: 0;
            outline: 0;
        }

        .text-container table thead th {
            padding: 16px 8px;
            background: #13222d;
            border-top: 1px solid transparent;
        }

        .text-container table thead tr,
        .text-container table thead tr:nth-child(1) {
            background: #14171c;
        }

        .text-container table caption {
            background: #13222d;
            padding: 16px 8px;
            font-size: 16px;
            color: #3498db;
            font-weight: bold;
            border-radius: 10px 10px 0 0;
        }

        .text-container table thead th {
            color: #3498db;
            font-weight: normal;
            font-size: 14px;
        }

        .text-container table tbody td {
            padding: 16px 8px;
            border: 0;
            outline: 0;
            line-height: 1.8;
        }

        .text-container table tr {
            border: 0;
            outline: 0;
        }

        .text-container table tr:nth-of-type(odd) {
            background: #1b2b39;
        }

        .text-container table tr:nth-of-type(even) {
            background: #13222d;
        }

        .promo-item_download-apk a {
            background-color: transparent;
            color: #fff;
            width: 96px;
            height: 36px;
            border: #87c527 2px solid;
            border-radius: 11px;
            text-align: right;
            transition: all 0.6s ease;
            display: flex;
            align-items: center;
            flex-direction: row;
            text-decoration: none;
            font-weight: bold;
            justify-content: space-around;
            padding: 4px;
        }

        .promo-item_download-apk .text {
            font-size: 11px;
            text-transform: uppercase;
            text-align: left;
        }

        @media (max-width: 900px) {
            .promo-item_download-apk {
                margin-bottom: 25px;
            }
        }

        @media (max-width: 768px) {
            .header .header-top-row .container {
                max-width: 100%;
            }

            img {
                width: 100%;
            }
        }

        .g_position {
            color: #fff;
            padding: .5rem;
            position: absolute;
            top: -7px;
            left: -43px;
            width: 12px;
            height: 12px;
            border-radius: 50%;
            text-align: center;
            line-height: 13px;
            font-weight: 600;
            font-size: 11px;
            background: #20adff
        }

        a.broken_link {
            box-shadow: 0 0 20px 4px red !important;
            background: red !important;
            color: #fff !important;
            padding: .3em !important;
            border-radius: .25em;
        }

        a.outer_link {
            box-shadow: 0 0 20px 4px #ffeb00 !important;
            background: #ffeb00 !important;
            color: #222 !important;
            padding: .3em !important;
            border-radius: .25em;
        }

        a.inner_link {
            box-shadow: 0 0 20px 4px #a2d626 !important;
            background: #a2d626 !important;
            color: #222 !important;
            padding: .3em !important;
            border-radius: .25em;
        }

        a.outer_link.broken_link {
            box-shadow: 0 0 20px 4px #ffeb00 !important;
            background: #ffeb00 !important;
            color: #222 !important;
            padding: .3em !important;
            border-radius: .25em !important;
            border: solid 2px red !important;
        }

        a.inner_link.broken_link {
            box-shadow: 0 0 20px 4px #a2d626 !important;
            background: #a2d626 !important;
            color: #222 !important;
            padding: .3em !important;
            border-radius: .25em !important;
            border-radius: .25em !important;
            border: solid 2px red !important;
        }

        .SEbear-header-target {
            border-bottom: dashed 3px #c90000 !important;
        }

img {
    max-width: 100%;
}

.space-between {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

.space-around {
    display: flex;
    justify-content: space-around;
    flex-wrap: wrap;
}

.flex-start {
    display: flex;
    justify-content: flex-start;
    flex-wrap: wrap;
}

.flex-center {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
}

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

.container iframe {
    max-width: 100%;
}

.header {
    position: fixed;
    width: 100%;
    margin-bottom: 30px;
    background: #2e2ea7;
    top: 0;
    z-index: 111;
}

.header .header-top-row {
    min-height: 50px;
    display: flex;
    align-items: center;
    padding: 10px 0;
    border-bottom: 1px solid #383b3d;
    font-size: 13px;
    font-weight: 700;
}

.header .header-top-row .btn {
    margin-left: 10px;
}

.header .header-top-row .container {
    display: flex;
    justify-content: flex-start;
    flex-wrap: wrap;
    align-items: center;
}

.single-header-panel {
    flex: 1;
    align-items: center;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    color: #fff;
}

.single-header-panel .header-slogan {
    margin-left: 15px;
    padding-left: 30px;
    border-left: 1px dotted rgba(185, 198, 204, 0.4);
}

.social-text {
    padding: 0 10px;
    margin-left: 10px;
    border-left: 1px dotted rgba(185, 198, 204, 0.4);
    color: #a9bfca;
}

.site-logo svg {
    width: 161px;
    display: block;
}

.social-list {
    list-style: none;
    display: flex;
}

.social-list__link .icons {
    display: block;
    width: 29px;
    height: 29px;
}

.social {
    background-image: url(sprite-social-networks.png);
    margin-right: 5px;
}

.social.icon-fb-hvr,
.social.icon-fb:hover {
    width: 28px;
    height: 29px;
    background-position: -33px 0;
}

.social.icon-fb {
    width: 28px;
    height: 29px;
    background-position: -99px -68px;
}

.social.icon-fl-hvr,
.social.icon-fl:hover {
    width: 28px;
    height: 29px;
    background-position: -66px 0;
}

.social.icon-fl {
    width: 28px;
    height: 29px;
    background-position: 0 -34px;
}

.social.icon-gp-hvr,
.social.icon-gp:hover {
    width: 28px;
    height: 29px;
    background-position: -33px -34px;
}

.social.icon-gp {
    width: 28px;
    height: 29px;
    background-position: -66px -34px;
}

.social.icon-in-hvr,
.social.icon-in:hover {
    width: 28px;
    height: 29px;
    background-position: -99px 0;
}

.social.icon-in {
    width: 28px;
    height: 29px;
    background-position: -99px -34px;
}

.social.icon-mr-hvr,
.social.icon-mr:hover {
    width: 28px;
    height: 29px;
    background-position: 0 -68px;
}

.social.icon-mr {
    width: 28px;
    height: 29px;
    background-position: -33px -68px;
}

.social.icon-ok-hvr,
.social.icon-ok:hover {
    width: 28px;
    height: 29px;
    background-position: -66px -68px;
}

.social.icon-ok {
    width: 28px;
    height: 29px;
    background-position: 0 0;
}

.social.icon-tb-hvr,
.social.icon-tb:hover {
    width: 28px;
    height: 29px;
    background-position: -132px 0;
}

.social.icon-tb {
    width: 28px;
    height: 29px;
    background-position: -132px -34px;
}

.social.icon-tw-hvr,
.social.icon-tw:hover {
    width: 28px;
    height: 29px;
    background-position: -132px -68px;
}

.social.icon-tw {
    width: 28px;
    height: 29px;
    background-position: 0 -102px;
}

.social.icon-vk-hvr,
.social.icon-vk:hover {
    width: 28px;
    height: 29px;
    background-position: -33px -102px;
}

.social.icon-vk {
    width: 28px;
    height: 29px;
    background-position: -66px -102px;
}

.social.icon-ya-hvr,
.social.icon-ya:hover {
    width: 28px;
    height: 29px;
    background-position: -99px -102px;
}

.social.icon-ya {
    width: 28px;
    height: 29px;
    background-position: -132px -102px;
}

.social.icon-yh-hvr,
.social.icon-yh:hover {
    width: 28px;
    height: 29px;
    background-position: -165px 0;
}

.social.icon-yh {
    width: 28px;
    height: 29px;
    background-position: -165px -34px;
}

.main-nav .header-nav--list {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    font-size: 13px;
    font-weight: 700;
    list-style: none;
}

.main-nav .header-nav--list li {
    color: #fff;
    border-bottom: 3px solid transparent;
}

.main-nav .header-nav--list li:first-child {
    color: #03a528;
    border-color: inherit;
}

.main-nav .header-nav--list li:nth-child(2):hover,
.main-nav .header-nav--list li:nth-child(2).current-menu-item,
.main-nav .header-nav--list li:nth-child(4):hover,
.main-nav .header-nav--list li:nth-child(4).current-menu-item {
    color: #0896dc;
    border-color: inherit;
}

.main-nav .header-nav--list li:nth-child(3):hover,
.main-nav .header-nav--list li:nth-child(3).current-menu-item,
.main-nav .header-nav--list li:nth-child(5):hover,
.main-nav .header-nav--list li:nth-child(5).current-menu-item {
    color: #ff6613;
    border-color: inherit;
}

.main-nav .header-nav--list li:nth-child(4):hover,
.main-nav .header-nav--list li:nth-child(4).current-menu-item,
.main-nav .header-nav--list li:nth-child(6):hover,
.main-nav .header-nav--list li:nth-child(6).current-menu-item {
    color: #a56bca;
    border-color: inherit;
}

.main-nav .header-nav--list a,
.main-nav .header-nav--list span {
    text-decoration: none;
    display: inline-block;
    padding: 7px 30px;
    color: inherit;
}

.slots-container {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    padding: 20px 0;
}

.home-banner {
    width: 100%;
}

.banner-container {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    margin-bottom: 30px;
}

.banner-text {
    flex: 1;
    font-family: "PFKidsProGradeFive", Arial, sans-serif;
    font-size: 60px;
    text-transform: uppercase;
    padding: 30px 0;
    line-height: 1.25;
    color: #202021;
    text-shadow: none;
    font-weight: 400;
}

.banner-btn-box {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    align-items: center;
    width: 100%;
    max-width: 430px;
    height: 210px;
    background: url(banner-btn-bg.png);
}

.hr-wave {
    width: 100%;
    height: 9px;
    margin: 15px 0;
    background: url(wave-line.png) repeat-x;
    border: none;
}

.btn {
    display: inline-block;
    text-decoration: none;
    border: none;
    border-radius: 50px;
    padding: 5px 20px 7px;
    color: #000;
    cursor: pointer;
}

.btn.btn-green {
    background: #03a528;
}

.btn.btn-green:hover {
    color: #03a528;
}

.btn.btn-orange {
    box-shadow: 0 3px 0 0 #828b00, 0 4px 4px 0 #000;
    background-color: #f5ff5f;
}

.btn.btn-orange:hover {
    box-shadow: 0 3px 0 0 #228B22, 0 4px 4px 0 #000, inset 0 15px 15px -3px rgba(255, 255, 255, 0.4);
}

.btn.btn-orange:active {
    box-shadow: inset 0 2px 0 0 #228B22, inset 0 0 0 15px rgba(0, 0, 0, 0.2);
    transform: translateY(3px);
}

.btn.btn-silver {
    background: #c7d4df;
    color: #202021;
}

.btn.btn-silver:hover {
    box-shadow: 0 0 10px 0 rgba(11, 76, 127, 0.19);
}

.entr {
    border: 0;
    border-radius: 0;
    border-bottom: 1px solid #fff;
    text-decoration: none;
    text-transform: uppercase;
    background-color: transparent;
    color: #fff;
    margin: 0 10px;
    padding: 5px 0px 7px;
}

.big-btn {
    display: inline-block;
    padding: 22px 77px;
    font-weight: 700;
    background: #03a528;
    font-size: 18px;
    border: 3px solid;
    border-radius: 100px;
    color: #fff;
    text-decoration: none;
    cursor: pointer;
}

.big-btn.btn-green {
    background: #03a528;
    border-color: #03a528;
}

.big-btn.btn-green:hover {
    color: #03a528;
}

.big-btn.btn-orange {
    background: #ff6613;
    border-color: #ff6613;
}

.big-btn.btn-orange:hover {
    color: #ff6613;
}

.big-btn:hover {
    background: #fff;
}

.text-container table {
    width: 100%;
    background: #30303f;
    border: #30303f solid 1px;
    border-radius: 3px;
}

.text-container th {
    color: #FFD700;
    padding: 4px;
}

.text-container td {
    padding: 3px;
}

.text-container tr:nth-child(odd) {
    background-color: #24242f;
}

.text-container p,
.text-container ul,
.text-container ol {
    padding-bottom: 10px;
    line-height: 23px;
}

.text-container ul,
.text-container ol {
    list-style-position: inside;
    padding-left: 15px;
}

h1 {
    font-size: 30px;
    padding: 0 0 15px;
}

h2 {
    font-size: 25px;
}

h3 {
    font-size: 20px;
}

h4 {
    font-size: 17px;
}

h2,
h3,
h4 {
    padding: 15px 0 10px;
}

h1,
h2,
h3,
h4 {
    font-family: "HelveticaNeueCyr-Thin", Arial, sans-serif;
    color: #fff;
    font-weight: 100;
}

.text-container a {
    color: #00a3ff;
    text-decoration: none;
}

.text-container a:hover {
    text-decoration: underline;
}

.text-container a:visited {
    color: #800080;
}

img.alignleft {
    float: left;
    margin: 20px 20px 20px 0;
}

img.alignright {
    float: right;
    margin: 20px 0 20px 20px;
}

img.aligncenter {
    display: block;
    margin: 20px auto;
}

.line-title {
    position: relative;
    padding: 10px 0 10px;
    font-size: 50px;
    color: #0083c3;
    text-transform: uppercase;
    font-weight: 400;
    text-align: center;
}

.line-title span,
.line-title h1 {
    display: inline-block;
    padding: 0 30px;
    font-size: inherit;
    font-family: inherit;
    color: #DC143C;
}

.dotted-line {
    height: 10px;
    margin: 30px 0 40px;
    background: url(line-dot.png-v=83750.png) 0 0 repeat-x;
}

.jackpot-counter {
    font-size: 100px;
    height: 90px;
}

.top-casino--container {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

.top-casino--container .top-casino__col {
    width: 100%;
    max-width: 370px;
    display: flex;
    flex-direction: column;
}

.top-casino--container .slot-thumbnails {
    margin-bottom: 20px;
    max-width: 370px;
}

.top-casino--container .slot-thumbnails img {
    width: 100%;
    height: auto;
}

.top-casino__title {
    display: flex;
    align-items: center;
    width: 100%;
    font-size: 18px;
    padding: 20px 0;
    color: #202021;
}

.top-casino__icon {
    width: 50px;
    height: 50px;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    background: #ff6613;
    margin-right: 13px;
}

.top-casino__icon img {
    width: 28px;
}

.slot-thumbnails {
    position: relative;
    background: #fff;
    margin: 0.5px;
}

.slot-thumbnails img {
    display: block;
}

.slot-thumbnails:hover img {
    opacity: 0.1;
}

.slot-thumbnails:hover .slot-thumbnails__name {
    opacity: 1;
}

.slot-thumbnails__link {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    text-decoration: none;
}

.slot-thumbnails__name {
    width: 100%;
    text-align: center;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    padding: 0 10px;
    color: #020021;
    font-size: 20px;
    font-weight: 400;
    font-family: "HelveticaNeueCyr-Thin", Arial, sans-serif;
    letter-spacing: 0.25px;
    opacity: 0;
}

.demo-container {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    max-width: 1180px;
    margin-top: 30px;
    margin-bottom: 20px;
    padding: 0;
    box-shadow: 0 0 20px 1px rgba(11, 76, 127, 0.22);
}

.iframe-wrap {
    flex: 1;
    position: relative;
    max-width: 1090px;
    margin: 0 auto;
}

.iframe-wrap:before {
    content: "";
    display: block;
    padding-top: 75%;
    margin-bottom: 30px;
}

.iframe-slot {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: none;
}

.slot-sidebar {
    width: 400px;
    padding: 20px;
}

.slot-sidebar .big-btn {
    display: block;
    width: 220px;
    margin: 30px auto 15px;
    padding: 16px 10px;
    text-align: center;
    box-shadow: 0 9px 19px -6px #ff6613;
}

@media (max-width: 1150px) {
    .slot-sidebar .big-btn {
        margin-bottom: 25px;
        order: 1;
    }
}

@media (max-width: 1150px) {
    .slot-sidebar {
        display: flex;
        flex-direction: column;
    }
}

.sidebar-title {
    padding: 20px 0 35px;
    color: #ff6613;
    font-size: 24px;
    font-weight: bold;
    text-align: center;
}

@media (max-width: 1150px) {
    .sidebar-title {
        order: 2;
    }
}

.sidebar-slots {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

@media (max-width: 1150px) {
    .sidebar-slots {
        order: 3;
    }
}

.sidebar-slots .slot-thumbnails {
    margin-bottom: 15px;
    border-radius: 7px;
    overflow: hidden;
    box-shadow: 0 0 10px 0px rgba(0, 10, 105, 0.49);
}

.breadcrumbs {
    display: flex;
    flex-wrap: wrap;
    padding: 30px 0;
    list-style: none;
    color: #fff;
}

.breadcrumbs a {
    color: #ff6613;
    text-decoration: none;
    margin-left: 2px;
}

.pay-container {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
    min-height: 92px;
    padding: 10px 0;
    border-top: 1px dotted #c9d8e7;
    border-bottom: 1px dotted #c9d8e7;
}

.pay-container .pay {
    background: url(pay-sprite.png-v=1.1.png);
    margin: 18px;
}

.pay-container .pay-visa {
    width: 57px;
    height: 19px;
    background-position: 0 0;
}

.pay-container .pay-visa:hover {
    background-position: 0 -19px;
}

.pay-container .pay-master {
    width: 59px;
    height: 34px;
    background-position: -64px 0;
}

.pay-container .pay-master:hover {
    background-position: -64px -38px;
}

.pay-container .pay-bitcoin {
    width: 108px;
    height: 23px;
    background-position: -131px 0;
}

.pay-container .pay-bitcoin:hover {
    background-position: -131px -23px;
}

.pay-container .pay-paysafe {
    width: 104px;
    height: 17px;
    background-position: -245px 0;
}

.pay-container .pay-paysafe:hover {
    background-position: -245px -17px;
}

.pay-container .pay-ecopayz {
    width: 114px;
    height: 27px;
    background-position: -355px 0;
}

.pay-container .pay-ecopayz:hover {
    background-position: -355px -34px;
}

.pay-container .pay-entropay {
    width: 145px;
    height: 37px;
    background-position: -476px 0;
}

.pay-container .pay-entropay:hover {
    background-position: -476px -38px;
}

.manufacturer-nav--list {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    list-style: none;
}

.inst {
    margin-right: 10px;
    background-color: #264484;
    box-shadow: 0 3px 0 1px #16284d;
}

.inst:hover {
    box-shadow: 0 3px 0 1px #16284d, inset 0 10px 10px 5px rgba(255, 255, 255, 0.4);
}

.vk {
    margin-right: 10px;
    background-color: #3a6aa3;
    box-shadow: 0 3px 0 1px #223f61;
}

.vk:hover {
    box-shadow: 0 3px 0 1px #223f61, inset 0 10px 10px 5px rgba(255, 255, 255, 0.4);
}

.tel {
    background-color: #2ca3df;
    box-shadow: 0 3px 0 1px #1a6b84;
}

.tel:hover {
    box-shadow: 0 3px 0 1px #16284d, inset 0 10px 10px 5px rgba(255, 255, 255, 0.4);
}

.manufacturer-nav--list a,
.manufacturer-nav--list span {
    display: flex;
    text-align: center;
    flex-wrap: wrap;
    flex-direction: column;
    justify-content: space-between;
    height: 100%;
    margin: 0 15px;
    padding: 15px 0;
    color: #202021;
    font-weight: 700;
    text-decoration: none;
    font-size: 13px;
}

.manufacturer-nav--list a:hover,
.manufacturer-nav--list span:hover {
    text-decoration: underline;
}

.manufacturer-nav--list a:before,
.manufacturer-nav--list span:before {
    content: "";
    display: block;
    margin-bottom: 10px;
    background: url(manufacturer-sprite.png-v=1.1.png);
    margin-top: auto;
    zoom: 0.8;
}

.footer .manufacturer-nav--list a:before,
.footer .manufacturer-nav--list span:before {
    zoom: initial;
}

.footer .manufacturer-nav--list li a,
.footer .manufacturer-nav--list li span {
    font-size: 0;
}

.footer-nav .footer-nav--list {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    font-size: 13px;
    font-weight: 700;
    list-style: none;
}

@media (max-width: 530px) {
    .footer-nav .footer-nav--list {
        flex-direction: column;
        align-items: center;
    }
}

.footer-nav .footer-nav--list li {
    color: #000;
    border-bottom: 3px solid transparent;
}

.footer-nav .footer-nav--list li:first-child {
    color: #03a528;
    border-color: inherit;
}

.footer-nav .footer-nav--list li:nth-child(2):hover,
.footer-nav .footer-nav--list li:nth-child(2).current-menu-item,
.footer-nav .footer-nav--list li:nth-child(4):hover,
.footer-nav .footer-nav--list li:nth-child(4).current-menu-item {
    color: #0896dc;
    border-color: inherit;
}

.footer-nav .footer-nav--list li:nth-child(3):hover,
.footer-nav .footer-nav--list li:nth-child(3).current-menu-item,
.footer-nav .footer-nav--list li:nth-child(5):hover,
.footer-nav .footer-nav--list li:nth-child(5).current-menu-item {
    color: #ff6613;
    border-color: inherit;
}

.footer-nav .footer-nav--list li:nth-child(4):hover,
.footer-nav .footer-nav--list li:nth-child(4).current-menu-item,
.footer-nav .footer-nav--list li:nth-child(6):hover,
.footer-nav .footer-nav--list li:nth-child(6).current-menu-item {
    color: #a56bca;
    border-color: inherit;
}

.footer-nav .footer-nav--list a,
.footer-nav .footer-nav--list span {
    text-decoration: none;
    display: inline-block;
    padding: 7px 30px;
    color: inherit;
}

.menu-microgaming a:before,
.menu-microgaming span:before {
    width: 142px;
    height: 35px;
    background-position: 0 -132px;
}

.menu-microgaming a:hover:before,
.menu-microgaming span:hover:before {
    background-position: 0 -169px;
}

.menu-netent a:before,
.menu-netent span:before {
    width: 105px;
    height: 36px;
    background-position: 0 0;
}

.menu-netent a:hover:before,
.menu-netent span:hover:before {
    background-position: 0 -43px;
}

.menu-novomatic a:before,
.menu-novomatic span:before {
    width: 112px;
    height: 23px;
    background-position: 0 -84px;
}

.menu-novomatic a:hover:before,
.menu-novomatic span:hover:before {
    background-position: 0 -108px;
}

.menu-igrosoft a:before,
.menu-igrosoft span:before {
    width: 92px;
    height: 44px;
    background-position: 0 -448px;
}

.menu-igrosoft a:hover:before,
.menu-igrosoft span:hover:before {
    background-position: 0 -496px;
}

.menu-playson a:before,
.menu-playson span:before {
    width: 149px;
    height: 32px;
    background-position: 0 -205px;
}

.menu-playson a:hover:before,
.menu-playson span:hover:before {
    background-position: 0 -239px;
}

.menu-yggdrasil a:before,
.menu-yggdrasil span:before {
    width: 181px;
    height: 42px;
    background-position: 0 -271px;
}

.menu-yggdrasil a:hover:before,
.menu-yggdrasil span:hover:before {
    background-position: 0 -314px;
}

.menu-betsoft a:before,
.menu-betsoft span:before {
    width: 100px;
    height: 38px;
    background-position: 0 -546px;
}

.menu-betsoft a:hover:before,
.menu-betsoft span:hover:before {
    background-position: 0 -589px;
}

.menu-evoplay a:before,
.menu-evoplay span:before {
    width: 164px;
    height: 42px;
    background-position: 0 -356px;
}

.menu-evoplay a:hover:before,
.menu-evoplay span:hover:before {
    background-position: 0 -401px;
}

.menu-unicum a:before,
.menu-unicum span:before {
    width: 91px;
    height: 24px;
    background-position: 0 -637px;
}

.menu-unicum a:hover:before,
.menu-unicum span:hover:before {
    background-position: 0 -672px;
}

.bonus-item {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    padding: 30px;
    margin-bottom: 20px;
    color: #202021;
    box-shadow: 0 0 29px -3px rgba(11, 76, 127, 0.23);
}

.bonus-item__img {
    width: 240px;
    margin-right: 30px;
}

.bonus-item__img img {
    border-radius: 7px;
    box-shadow: 0 0 12px 0px rgba(0, 10, 105, 0.55);
}

.bonus-item__head {
    flex: 1;
}

.bonus-title {
    font-size: 20px;
    font-weight: bold;
    padding-bottom: 10px;
}

.bonus-item__head {
    display: flex;
    flex-wrap: wrap;
    flex-direction: column;
    align-items: flex-start;
}

.bonus-item__btns {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    width: 100%;
    margin-top: auto;
}

.bonus-item__btns .btn {
    padding: 9px 30px 10px;
    margin: 2px;
    text-align: center;
    text-transform: uppercase;
}

.bonus-item__btns .btn-orange,
.bonus-item__btns .btn-orange:hover {
    color: #fff;
}

.bonus-item__btns .btn-orange:hover {
    background: #ff6613;
    box-shadow: 0 9px 19px -7px #ff6613;
    text-decoration: none;
}

.bonus-item__content {
    width: 100%;
    padding: 40px 0 10px;
    display: none;
}

.container-404 {
    padding-top: 60px;
}

.text-404 {
    text-align: center;
    font-size: 25px;
    color: #202021;
    font-weight: 400;
    font-family: "HelveticaNeueCyr-Thin", Arial, sans-serif;
}

.main-nav--wrap {
    position: relative;
}

.mobile-nav {
    display: none;
    position: absolute;
    top: 100%;
    width: 100%;
    color: #fff;
    background: #202021;
    list-style: none;
    overflow: hidden;
    height: 0;
    z-index: 999;
    box-sizing: border-box;
}

.mobile-nav--item {
    opacity: 0;
    transform: translateY(40px);
}

.mobile-nav {
    border-top: 1px solid #383b3d;
}

.mobile-nav a,
.mobile-nav span {
    display: block;
    padding: 20px 15px;
    color: #fff;
    text-decoration: none;
    text-align: center;
    transition: 0.3s ease-in-out;
}

.mobile-nav span {
    background: linear-gradient(90deg, #202021 1px, transparent 1%) center, linear-gradient(#202021 1px, transparent 1%) center, #505050;
    background-size: 2px 2px;
}

.mobile-nav--btn {
    display: none;
    width: 50px;
    height: 50px;
    position: absolute;
    right: 0;
    top: 0;
    border: none;
    background: #2f2f2f;
    cursor: pointer;
    outline: none;
    transition: 0.3s ease-in-out;
}

.mobile-nav--btn span {
    display: block;
    position: absolute;
    height: 2px;
    background: #fff;
    border-radius: 9px;
    opacity: 1;
    left: 10px;
    right: 10px;
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
    -webkit-transition: 0.25s ease-in-out;
    -moz-transition: 0.25s ease-in-out;
    -o-transition: 0.25s ease-in-out;
    transition: 0.25s ease-in-out;
}

.mobile-nav--btn span:nth-child(1) {
    top: 17px;
}

.mobile-nav--btn span:nth-child(2) {
    top: 25px;
}

.mobile-nav--btn span:nth-child(3) {
    top: 33px;
}

.active-nav .mobile-nav--btn span:nth-child(1) {
    top: 50%;
    -webkit-transform: rotate(135deg);
    -moz-transform: rotate(135deg);
    -o-transform: rotate(135deg);
    transform: rotate(135deg);
}

.active-nav .mobile-nav--btn span:nth-child(2) {
    opacity: 0;
    left: -60px;
}

.active-nav .mobile-nav--btn span:nth-child(3) {
    top: 50%;
    -webkit-transform: rotate(-135deg);
    -moz-transform: rotate(-135deg);
    -o-transform: rotate(-135deg);
    transform: rotate(-135deg);
}

.characters-wrap {
    color: #0083c3;
    width: 95%;
    margin: 20px;
}

.characters-wrap tr:nth-child(2n) {
    background: #ddeaf1;
}

.characters-wrap td {
    padding: 10px;
}

.characters-wrap td:first-child {
    font-weight: bold;
}

.site-logo {
    margin-right: auto;
}

.site-logo img {
    width: 200px;
}

@media only screen and (max-width: 1150px) {
    .top-casino--container .top-casino__col {
        max-width: initial;
    }

    .top-casino__slots {
        display: flex;
        justify-content: space-around;
        flex-wrap: wrap;
    }

    .demo-container {
        margin-top: 0;
    }

    .slot-sidebar {
        width: 100%;
    }

    .iframe-wrap {
        flex: initial;
        width: 100%;
    }
}

@media only screen and (max-width: 1024px) {
    .demo-container {
        margin-top: 30px;
        box-shadow: none;
    }
}

@media only screen and (max-width: 850px) {
    .jackpot-counter {
        font-size: 60px;
    }

    .single-header-panel .header-slogan {
        border: none;
        padding-left: 0;
        margin-left: 0;
    }

    .banner-text {
        flex: initial;
        width: 100%;
        text-align: center;
    }

    .social-list {
        justify-content: center;
    }

    .header .header-top-row .btn {
        margin: 0 5px;
    }

    .header .header-top-row .container {
        justify-content: center;
    }

    .social-text {
        border: none;
    }

    .social-list,
    .social-text {
        width: 100%;
        padding: 10px 0 0;
        text-align: center;
    }

    .site-logo {
        /* width: 100%;
        text-align: center;
        margin-bottom: 10px; */
    }

    .site-logo svg {
        margin: 25px auto;
    }
}

@media only screen and (max-width: 768px) {
    .jackpot-counter {
        font-size: 35px;
    }

    .sidebar-slots {
        flex-direction: column;
        align-items: center;
    }

    .banner-text {
        padding: 20px 0 10px;
        font-size: 45px;
    }

    .header-bottom-row .container {
        padding: 0;
    }

    .home-banner,
    .main-nav .header-nav--list {
        display: none;
    }

    .main-nav {
        position: relative;
        height: 50px;
    }

    .active-nav .mobile-nav {
        display: block;
        height: initial;
    }

    .active-nav .mobile-nav--item {
        transition: 0.3s ease-in-out;
        transform: translateY(0);
        opacity: 1;
    }

    .header-nav--list {
        display: none;
    }

    .mobile-nav--btn {
        display: block;
    }
}

@media only screen and (max-width: 600px) {
    .bonus-item__btns {
        justify-content: center;
    }

    .bonus-item__head {
        flex: initial;
        width: 100%;
    }

    .bonus-item__img {
        margin-right: 0;
    }
}

@media only screen and (max-width: 500px) {
    .single-header-panel .header-slogan {
        text-align: center;
    }

    .header .header-top-row .btn {
        margin-top: 10px;
    }

    .single-header-panel {
        flex-direction: column;
    }

    .banner-btn-box {
        height: initial;
        background: transparent;
        margin-bottom: 10px;
    }

    img[class*="wp-image"] {
        display: block;
        float: none;
        margin: 0 auto;
        height: auto;
    }
}

@media only screen and (max-width: 340px) {
    body {
        padding-top: 130px;
    }
}

#ctoc-list-captions {
    padding: 0 !important;
    border: none !important;
}

.ctoc-body {
    padding: 10px !important;
}

.ctoc-body ul {
    margin-top: 0 !important;
}

.ctoc-body a {
    color: #0083c3 !important;
    display: inline-block;
}

.ctoc__item-thumbnail {
    width: 15px !important;
    height: 15px !important;
    background-repeat: no-repeat;
}

.loadmore {
    margin-top: 20px;
    border: 1px solid #03a528;
}

.has-btn {
    width: 100%;
    margin: 0 auto;
    text-align: center;
}

.up_button {
    opacity: 0;
    display: block;
    background-image: url(top.svg);
    background-color: #03a528;
    border-radius: 50%;
    height: 45px;
    width: 45px;
    position: fixed;
    bottom: 30px;
    right: 30px;
    border: 2px solid #03a528;
}

@media (max-width: 767px) {
    .up_button {
        display: none !important;
    }
}

.comments-container {
    max-width: 1200px;
    width: 100%;
    margin: 50px auto;
    padding: 0 10px;
}

.comments-container .commentlist {
    list-style: none;
}

.comments-container .commentlist li {
    margin-bottom: 20px;
}

.comments-container h3.comment-reply-title {
    font-family: Tahoma, Arial, sans-serif;
    font-size: 18px;
    color: #000;
    margin: 70px 0 30px 0;
    font-weight: 500;
    padding: 0;
}

.comments-container .comment-reply-text {
    margin-bottom: 20px;
}

.comments-container .comment__wrap {
    display: flex;
    align-items: flex-start;
    justify-content: flex-start;
}

.comments-container .comment__wrap .avatar {
    border-radius: 50%;
}

.comments-container .comment__block {
    padding: 15px;
    width: 100%;
    border: 1px solid #7a7b7c;
    position: relative;
}

.comments-container .comment__header {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    margin-bottom: 20px;
}

.comments-container .comment__header div.author {
    color: white;
    font-weight: bold;
    font-size: 16px;
}

.comments-container .comment__header div.date {
    margin-left: 20px;
    color: #c7cdd1;
}

.comments-container .comment-form-comment {
    margin-bottom: 20px;
}

.comments-container .comment-form-comment textarea {
    width: 100%;
    resize: none;
    height: 200px;
    padding: 15px;
    background: transparent;
    border: 1px solid #7a7b7c;
    color: white;
    outline: none;
}

.comments-container .form-submit {
    text-align: right;
}

.comments-container .form-submit .btn {
    box-shadow: 0 3px 0 0 #871628, 0 4px 4px 0 #000;
    background-color: #fe284a;
    outline: none;
    border: none;
}

.comments-container .form-submit .btn:hover {
    box-shadow: 0 3px 0 0 #871628, 0 4px 4px 0 #000, inset 0 15px 15px -3px rgba(255, 255, 255, 0.4);
}

.comments-container .form-submit .btn:active {
    box-shadow: inset 0 2px 0 0 #871628, inset 0 0 0 15px rgba(0, 0, 0, 0.2);
    transform: translateY(3px);
}

@media (max-width: 768px) {
    .comments-container .form-submit {
        display: block;
        margin: 20px auto;
    }
}

.comments-container .comment-form-info {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 30px;
    flex-wrap: wrap;
}

.comments-container .comment-form-info input {
    border: 1px solid #7a7b7c;
    background: transparent;
    width: 200px;
    height: 35px;
    margin-left: 15px;
    padding: 0 15px;
    color: white;
    outline: none;
}

@media only screen and (max-width: 530px) {
    .comments-container .comment-form-info {
        flex-direction: column;
    }

    .comment-form-author {
        margin-bottom: 20px;
    }

    .comments-container .comment-form-info input.author {
        margin-left: 27px;
    }

    .comments-container .form-submit {
        text-align: center;
    }
}

.s-game {
    max-width: 780px;
    width: 100%;
    margin: 0 auto;
    box-sizing: border-box;
}

.s-game__inner {
    position: relative;
    background-color: #000;
}

.s-game__inner:after {
    content: "";
    display: block;
    padding-top: 75%;
}

.s-game__entry,
.s-game__inner iframe {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    box-sizing: border-box;
    overflow: hidden;
}

.s-game__inner iframe {
    border: 0;
    outline: 0;
}

.s-game__img {
    display: block;
    width: 100%;
    height: 100%;
    opacity: 0.5;
    filter: blur(10px);
}

.s-game__btn {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    border: 0;
    border-radius: 0;
    -webkit-appearance: none;
    padding: 0;
    background-color: transparent;
    background-image: url(play.svg);
    background-repeat: no-repeat;
    background-position: 50% 50%;
    transition: opacity 0.2s;
    cursor: pointer;
}

.s-game__btn:hover {
    opacity: 0.8;
}

.advantages {
    box-sizing: border-box;
    padding: 20px 0;
    background-color: #161626;
    display: flex;
    justify-content: center;
    width: 100%;
    position: relative;
}

.advantages:before,
.advantages:after {
    content: "";
    position: absolute;
    left: 0;
    width: 100%;
    height: 14px;
    background-image: url(star.png);
    background-size: contain;
    background-repeat: repeat-x;
}

.advantages:before {
    top: 3px;
}

.advantages:after {
    bottom: 3px;
}

@media (max-width: 668px) {
    .advantages {
        margin: 40px 0 30px;
    }
}

.advantages_row {
    display: flex;
    justify-content: space-between;
    box-sizing: border-box;
    max-width: 1200px;
    width: 100%;
    padding: 0 15px;
}

.advantages_block {
    display: flex;
    box-sizing: border-box;
    min-height: 160px;
    width: 33%;
    padding-left: 10px;
    align-items: center;
}

.advantages_block img {
    width: 35px;
    margin-right: 15px;
    flex: 10% 0 0;
}

@media (max-width: 668px) {
    .advantages_block img {
        margin: 0;
    }
}

@media (max-width: 668px) {
    .advantages_block {
        flex-direction: column;
        align-items: center;
        justify-content: space-between;
        min-height: 90px;
        padding: 10px;
    }
}

.advatnages_title {
    margin-bottom: 10px;
    font-size: 18px;
    font-weight: 800;
    color: #fff;
}

@media (max-width: 668px) {
    .advatnages_title {
        margin: 0;
        font-size: 12px;
    }
}

.advantages_text {
    text-overflow: ellipsis;
    max-width: 100%;
    font-size: 14px;
    font-weight: 500;
    color: #646a87;
}

@media (max-width: 668px) {
    .advantages_text {
        display: none;
    }
}

.footer {
    background: url(footer-bg.png) repeat, #0a0a14;
    width: 100%;
    border-top: 1px dashed #303036;
}

.footer-icon {
    background: url(footer-bg.png) repeat, #0a0a14;
    box-shadow: inset 0 30px 30px -10px rgba(0, 0, 0, 0.8);
    width: 100%;
    color: #646a87;
}

.footer-icon h3 {
    color: #646a87;
    font-size: 13px;
    font-weight: bold;
    text-transform: uppercase;
    white-space: nowrap;
}

.footer-icon .footer-block-title {
    display: block;
    width: 100%;
    height: auto;
    margin-bottom: 15px;
    border-bottom: 1px solid #222330;
    line-height: 30px;
    margin-top: 20px;
}

.pay-and-partners {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    box-sizing: border-box;
    max-width: 1200px;
    width: 100%;
    padding: 0 15px;
    margin: 0 auto;
}

.pay-and-partners .icon-item {
    display: flex;
    align-items: center;
    margin-bottom: 20px;
    height: 40px;
    box-sizing: border-box;
    width: 16.66667%;
    padding-right: 15px;
}

@media (max-width: 480px) {
    .pay-and-partners .icon-item {
        width: 25%;
    }
}

.pay {
    display: flex;
    flex-wrap: wrap;
    box-sizing: border-box;
    max-width: 1200px;
    width: 100%;
    padding: 0 15px;
    margin: 0 auto;
}

.pay > div {
    display: flex;
    align-items: center;
    height: 40px;
    margin: 0 30px 25px 0;
}

.partner_betsoft {
    width: 110px;
}

.endorphina {
    width: 95px;
}

.spinomenal,
.isoftbet {
    width: 130px;
}

.pariplay,
.belatra {
    width: 130px;
}

.visa {
    width: 80px;
}

.mastercard {
    width: 45px;
}

.netelller {
    width: 125px;
}

.skrill {
    width: 80px;
}

.webmoney,
.yandex,
.moneta,
.big_time_gaming {
    height: 40px;
}

.sms {
    width: 40px;
}

.blueprint,
.booongo {
    height: 30px;
}

.evolution {
    max-width: 140px;
}

.push_gaming,
.red_tiger {
    width: 160px;
}

.relax_gaming {
    width: 120px;
}

.elk {
    width: 102px;
}

.playtech {
    width: 160px;
}

.nolimit {
    width: 145px;
}

.thunderkick {
    width: 140px;
}

.ezugi {
    width: 99px;
}

.footer-menu {
    display: flex;
    flex-wrap: wrap;
    box-sizing: border-box;
    max-width: 1200px;
    width: 100%;
    padding: 15px;
    margin: 0 auto;
    justify-content: space-between;
}

@media (max-width: 768px) {
    .footer-menu {
        flex-direction: column;
    }
}

.footer-menu .menu-help {
    width: 50%;
}

@media (max-width: 768px) {
    .footer-menu .menu-help {
        width: 100%;
    }
}

.footer-menu ul {
    display: flex;
    flex-wrap: wrap;
    list-style: none;
}

.footer-menu ul li {
    width: 50%;
    padding: 0 12px;
}

@media (max-width: 768px) {
    .footer-menu ul li {
        width: 100%;
    }
}

.footer-menu ul li a,
.footer-menu ul li span {
    height: 36px;
    width: 100%;
    border-radius: 5px;
    padding: 0 12px;
    font-size: 16px;
    text-decoration: none;
    color: #fff;
    display: block;
    line-height: 36px;
    font-weight: 800;
    cursor: pointer;
    transition: background-color .15s linear, transform .15s linear;
}

.footer-menu ul li:hover {
    background-color: #252536;
    transform: scale(1.1);
    border-radius: 4px;
}

.social_footer {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
}

.social_footer h3 {
    display: block;
    width: 100%;
    margin-bottom: 15px;
    border-bottom: 1px solid #222330;
    line-height: 30px;
    font-size: 13px;
    font-weight: 800;
    text-transform: uppercase;
    white-space: nowrap;
}

.social_footer a {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 35px;
    width: 35px;
    border-radius: 50%;
}

.social_footer img {
    width: 20px;
    height: 20px;
}

.footer-copy {
    box-sizing: border-box;
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    max-width: 1200px;
    padding: 15px;
    margin: 0 auto;
}

@media (max-width: 768px) {
    .footer-copy {
        flex-direction: column-reverse;
    }
}

.copy {
    width: 35%;
}

@media (max-width: 768px) {
    .copy {
        width: 100%;
        text-align: center;
    }
}

.age {
    display: flex;
    flex-direction: row;
    width: 40%;
    font-size: 12px;
    margin-top: 20px;
    margin-bottom: 20px;
}

.age a {
    margin-right: 10px;
}

@media (max-width: 768px) {
    .age a {
        margin: 0;
    }
}

.age img {
    height: 40px;
    width: 40px;
    max-width: initial;
}

@media (max-width: 768px) {
    .age {
        width: 100%;
        text-align: center;
        flex-direction: column;
    }
}

.licence {
    width: 35px;
}

@media (max-width: 768px) {
    .licence {
        display: block;
        margin: 10px auto;
    }
}

.lang {
    width: 150px;
}

.list_hreflangs {
    display: flex;
    list-style: none;
    flex-direction: column;
    position: relative;
}

.list_hreflangs:hover li {
    display: flex;
}

.list_hreflangs li {
    flex-direction: row;
    align-items: center;
    display: none;
    margin-bottom: 10px;
    order: -1;
}

.list_hreflangs li span,
.list_hreflangs li a {
    font-size: 15px;
    font-weight: 700;
    text-transform: uppercase;
    color: #fff;
}

.list_hreflangs li img {
    margin-right: 10px;
}

.list_hreflangs li a {
    display: flex;
    align-items: center;
    text-decoration: none;
}

.list_hreflangs li .arrow-bottom {
    width: 12px;
    margin-left: 10px;
    display: block;
}

.list_hreflangs .active {
    display: flex;
    cursor: pointer;
    order: -2;
}

.list_hreflangs img {
    width: 30px;
    height: 30px;
}

.no-active {
    top: 35px;
    position: absolute;
    left: 1px;
}


#copied {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0px;
    display: none;
    z-index: 9999999;
    width: 100%;
    height: 30px;
    font-size: 14px;
    padding: 5px 0;
    text-align: center;
    background: #000;
}
