html {
    font-family: roboto, sans-serif;
    -ms-text-size-adjust: 100%;
    -webkit-text-size-adjust: 100%
}

a {
    text-decoration: none
}

body {
    background-color: #000425;
    font-family: Roboto, sans-serif
}

#customers {
    font-family: Arial, Helvetica, sans-serif;
    border-collapse: collapse;
    width: 100%;
  }
  
  #customers td, #customers th {
    border: 1px solid #ddd;
    padding: 8px;
  }
  
  #customers tr:nth-child(even){background-color: #88f092;}
  
  #customers tr:hover {background-color: #cdff1a;}
  
  #customers th {
    padding-top: 12px;
    padding-bottom: 12px;
    text-align: left;
    background-color: #04AA6D;
    color: rgb(178, 253, 157);
  }

.aligncenter {
    display: block;
    margin: 20px auto
}

img {
    display: block;
    margin: 0 auto;
    max-width: 100%;
  }
  figure img {
    border-radius: 14px;
    margin: 20px auto;
  }

.alignright {
    float: right;
    margin: 20px 0 20px 20px
}

@media(max-width:414px) {
    .alignright {
        display: block;
        float: none;
        margin: 20px auto
    }
}

.alignleft {
    float: left;
    margin: 20px 20px 20px 0
}

@media(max-width:414px) {
    .alignleft {
        display: block;
        float: none;
        margin: 20px auto
    }
}

.rest-two-header {
    position: relative;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    padding: 0;
    margin: 0 auto
}

.rest-two-header .rest-two-main {
    align-items: center
}

.rest-two-header__content {
    position: relative;
    width: 100%;
    display: flex;
    justify-content: space-between;
    padding: 19px 0;
    background-color: #081a56;
    height: 82px;
    box-sizing: border-box
}

@media(max-width:11120px) {
    .rest-two-header__content {
        height: auto;
        justify-content: center
    }
}

.best-wrap-main {
    margin: 0 auto;
    flex-wrap: nowrap
}

.rest-two-header__right {
    display: flex;
    justify-content: flex-end;
    align-items: center;
    height: 44px
}

@media(max-width:1120px) {
    .rest-two-header__right {
        margin: 10px auto
    }
}

@media(max-width:480px) {
    .rest-two-header__right {
        height: auto
    }
}

.btn-get-ref {
    font-size: 16px;
    line-height: 19px;
    color: #fff;
    padding: 10px 32px 11px;
    box-sizing: border-box;
    border-radius: 5px;
    cursor: pointer
}

@media(max-width:480px) {
    .btn-get-ref {
        display: flex;
        width: 100%;
        justify-content: center;
        align-items: center;
        margin: 10px auto
    }
}

.button_reg {
    border: 2px solid #62abff
}

.button_reg:hover {
    box-shadow: 0 0 10px #62ffff
}

.button_ent {
    border: 2px solid #f75153;
    box-sizing: border-box;
    margin-left: 20px
}

.button_ent:hover {
    box-shadow: 0 0 10px #d9185f
}

@media(max-width:480px) {
    .button_ent {
        margin: 0 auto
    }
}

.button {
    display: inline-block;
    vertical-align: top;
    position: relative;
    cursor: pointer;
    padding: 14px 74px;
    background: #de135e;
    border: none;
    border-radius: 5px;
    color: #fff;
    font-family: Roboto, sans-serif;
    font-size: 16px;
    font-weight: 700;
    transition: box-shadow .2s ease
}

.button:hover {
    box-shadow: 0 0 15px #de135e;
    color: #fff;
    text-decoration: none
}

.social {
    display: flex;
    flex-direction: row;
    align-items: center;
    font-size: 16px;
    line-height: 19px;
    color: #fff
}

.social p {
    padding-left: 12px;
    padding-right: 19px
}

@media(max-width:480px) {
    .social p {
        padding-right: 0;
        padding-left: 7px
    }
}

.soc_btn {
    display: flex;
    flex-direction: row;
    align-items: center
}

.soc_btn span {
    display: inline-block;
    width: 36px;
    height: 36px;
    margin-left: 10px;
    cursor: pointer
}

.vk {
    background: url(../img/social_icon.png) no-repeat
}

.vk:hover {
    background: url(../img/social_icon.png) no-repeat 0 -45px
}

.fb {
    background: url(../img/social_icon.png) no-repeat -46px 0
}

.fb:hover {
    background: url(../img/social_icon.png) no-repeat -46px -45px
}

.tw {
    background: url(../img/social_icon.png) no-repeat -92px 0
}

.tw:hover {
    background: url(../img/social_icon.png) no-repeat -92px -45px
}

.od {
    background: url(../img/social_icon.png) no-repeat -138px 0
}

.od:hover {
    background: url(../img/social_icon.png) no-repeat -138px -45px
}

.sub-menu-arrow {
    cursor: pointer;
    padding: 0 5px;
    border: 0;
    box-shadow: none;
    background: 0 0;
    color: #fff;
    transform: rotate(90deg);
    transition: all .2s ease-in-out
}

.sub-menu-arrow:after {
    content: '\27A4';
    font-size: 16px;
    color: inherit
}

.sub-menu-arrow.active {
    transform: rotate(90deg) scaleX(-1);
    color: #c0c9d0
}

.sub-menu-arrow+ul {
    height: 0;
    overflow: hidden;
    transition: height .35s ease-in-out
}

.top-menu {
    max-width: 1022px;
    padding: 0 15px;
    box-sizing: border-box;
    width: 100%;
    margin: 0
}

@media(max-width:1024px) {
    .top-menu {
        min-height: 50px;
        position: relative;
        display: inline-block
    }
}

.top-menu ul#menu-top {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    align-content: stretch;
    align-items: flex-start;
    position: relative;
    list-style: none;
    margin: 0;
    padding: 0 30px;
    box-sizing: border-box;
    width: 100%
}

.top-menu ul#menu-top li {
    max-height: 78px;
    position: relative;
    margin-right: 75px
}

@media(max-width:1024px) {
    .top-menu ul#menu-top li {
        margin-right: 0;
        display: block;
        width: 100%
    }
}

.top-menu ul#menu-top li a,
.top-menu ul#menu-top li span {
    display: block;
    position: relative;
    text-align: center;
    padding: 23px 0;
    margin-left: 0;
    text-shadow: 0 2px 0 rgba(4, 4, 4, .19);
    font-size: 18px;
    line-height: 18px;
    font-weight: 700;
    text-transform: uppercase;
    color: #fff;
    z-index: 2;
    cursor: pointer;
    max-height: 64px;
    box-sizing: border-box
}

.top-menu ul#menu-top li:before {
    content: '';
    position: absolute;
    width: 8px;
    height: 8px;
    left: 0;
    top: 27px;
    background: linear-gradient(180deg, #ffe600 0%, #e1bf2e 100%);
    border: 1px solid #fff8b8;
    box-sizing: border-box;
    box-shadow: 0 0 4px #e3b40e;
    border-radius: 100%
}

@media(max-width:1024px) {
    .top-menu ul#menu-top li:before {
        display: none
    }
}

.top-menu ul#menu-top li:hover a,
.top-menu ul#menu-top li:hover span {
    color: #62ffff;
    border-bottom: 1px solid #62ffff
}

.top-menu ul#menu-top li:hover:before {
    background: linear-gradient(180deg, #15ffff 0%, #007171 100%);
    border: 1px solid #62ffff;
    box-shadow: 0 0 4px rgba(98, 255, 255, .5)
}

.top-menu ul#menu-top .current-menu-item span {
    user-select: none;
    color: #ffdd62;
    border-bottom: 1px solid #ffdd62
}

@media(max-width:1024px) {
    .top-menu ul#menu-top {
        width: 100%;
        margin: 0
    }
}

@media(max-width:768px) {
    .top-menu ul#menu-top {
        width: 100%;
        margin: 0
    }
}

@media(max-width:480px) {
    .top-menu ul#menu-top {
        width: 100%;
        margin: 0
    }
}

#nav-icon {
    width: 30px;
    height: 25px;
    margin: 0;
    -webkit-transform: rotate(0);
    -moz-transform: rotate(0);
    -o-transform: rotate(0);
    transform: rotate(0);
    -webkit-transition: .5s ease-in-out;
    -moz-transition: .5s ease-in-out;
    -o-transition: .5s ease-in-out;
    transition: .5s ease-in-out;
    cursor: pointer;
    display: none;
    position: absolute;
    z-index: 5;
    right: 11px;
    top: 15px
}

@media(max-width:1024px) {
    #nav-icon {
        display: block
    }
}

#nav-icon span {
    display: block;
    position: absolute;
    height: 4px;
    width: 100%;
    background: #fff;
    border-radius: 9px;
    opacity: 1;
    left: 0;
    -webkit-transform: rotate(0);
    -moz-transform: rotate(0);
    -o-transform: rotate(0);
    transform: rotate(0);
    -webkit-transition: .25s ease-in-out;
    -moz-transition: .25s ease-in-out;
    -o-transition: .25s ease-in-out;
    transition: .25s ease-in-out
}

#nav-icon span:nth-child(1) {
    top: 0
}

#nav-icon span:nth-child(2) {
    top: 9px
}

#nav-icon span:nth-child(3) {
    top: 18px
}

#nav-icon.open span:nth-child(1) {
    top: 9px;
    -webkit-transform: rotate(135deg);
    -moz-transform: rotate(135deg);
    -o-transform: rotate(135deg);
    transform: rotate(135deg)
}

#nav-icon.open span:nth-child(2) {
    opacity: 0;
    left: -60px
}

#nav-icon.open span:nth-child(3) {
    top: 9px;
    -webkit-transform: rotate(-135deg);
    -moz-transform: rotate(-135deg);
    -o-transform: rotate(-135deg);
    transform: rotate(-135deg)
}

.rest-two-footer {
    margin-top: 90px
}

.rest-two-footer__copyright {
    padding: 22px 30px 27px;
    font-weight: 700;
    font-size: 18px;
    line-height: 21px;
    text-align: center;
    color: #f1eff4;
    background: #0d0b10;
    margin-bottom: 50px
}

.rest-two-footer__payment {
    background: #081a56;
    padding: 26px 0
}

.rest-two-footer__payment .container {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
    max-width: 1420px;
    margin: 0 auto;
    flex-wrap: wrap
}

.rest-two-footer__payment img {
    opacity: .5;
    margin: 0 10px
}

.rest-two-footer__payment img:hover {
    opacity: 1
}

@media(max-width:480px) {
    .rest-two-footer__payment img {
        max-width: 70px
    }
}

.rest-two-footer__menu {
    background: #0d0b10
}

.rest-two-footer__menu .footer_menu {
    max-width: 1420px;
    width: 100%;
    margin: 0 auto;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    align-content: stretch;
    align-items: flex-start;
    position: relative;
    list-style: none;
    padding: 0;
    height: 64px;
    box-sizing: border-box
}

@media(max-width:1440px) {
    .rest-two-footer__menu .footer_menu {
        padding: 0 30px;
        box-sizing: border-box
    }
}

@media(max-width:1000px) {
    .rest-two-footer__menu .footer_menu {
        height: auto;
        flex-wrap: wrap
    }
}

@media(max-width:768px) {
    .rest-two-footer__menu .footer_menu {
        flex-direction: column
    }
}

.rest-two-footer__menu .footer_menu li {
    max-height: 78px;
    position: relative;
    margin-right: 92px
}

@media(max-width:768px) {
    .rest-two-footer__menu .footer_menu li {
        margin-right: 0
    }
}

.rest-two-footer__menu .footer_menu li span,
.rest-two-footer__menu .footer_menu li a {
    display: block;
    position: relative;
    text-align: center;
    padding: 23px 5px 23px 0;
    margin-left: 15px;
    text-shadow: 0 2px 0 rgba(4, 4, 4, .19);
    font-size: 18px;
    line-height: 18px;
    font-weight: 700;
    text-transform: uppercase;
    color: #fff;
    z-index: 2;
    cursor: pointer
}

.rest-two-footer__menu .footer_menu li:before {
    content: '';
    position: absolute;
    width: 8px;
    height: 8px;
    left: 0;
    top: 27px;
    background: linear-gradient(180deg, #ffe600 0%, #e1bf2e 100%);
    border: 1px solid #fff8b8;
    box-sizing: border-box;
    box-shadow: 0 0 4px #e3b40e;
    border-radius: 100%
}

.rest-two-footer__menu .footer_menu li:hover a,
.rest-two-footer__menu .footer_menu li:hover span {
    color: #62ffff;
    border-bottom: 1px solid #62ffff
}

.rest-two-footer__menu .footer_menu li:hover:before {
    background: linear-gradient(180deg, #15ffff 0%, #007171 100%);
    border: 1px solid #62ffff;
    box-shadow: 0 0 4px rgba(98, 255, 255, .5)
}

.rest-two-footer__menu .footer_menu .current-menu-item span {
    user-select: none;
    color: #62ffff;
    border-bottom: 1px solid #62ffff
}

.rest-two-footer__menu .footer_menu .current-menu-item:before {
    background: linear-gradient(180deg, #15ffff 0%, #007171 100%);
    border: 1px solid #62ffff;
    box-shadow: 0 0 4px rgba(98, 255, 255, .5)
}

.rest-two-crumbs {
    display: flex;
    flex-wrap: wrap;
    padding: 0;
    list-style: none;
    color: #fff
}

.rest-two-crumbs li {
    margin-right: 15px
}

.rest-two-crumbs li:first-child {
    margin-right: 32px
}

.rest-two-crumbs li a {
    color: #e5e5e5;
    font-size: 16px;
    line-height: 21px;
    position: relative
}

.rest-two-crumbs li a:visited {
    color: #e5e5e5 !important
}

.rest-two-crumbs li a:before {
    content: '';
    position: absolute;
    width: 8px;
    height: 8px;
    left: -17px;
    top: 5px;
    box-sizing: border-box;
    border-radius: 100%;
    background: linear-gradient(180deg, #ffe600 0%, #e1bf2e 100%);
    border: 1px solid #fff8b8;
    box-shadow: 0 0 4px #e3b40e
}

.rest-two-crumbs li:first-of-type a:before {
    display: none
}

.rest-two-crumbs li span.rest-two-crumbs__curr {
    color: #62ffff;
    font-size: 16px;
    line-height: 21px;
    margin-left: 17px;
    position: relative
}

.rest-two-crumbs li span.rest-two-crumbs__curr:before {
    content: '';
    position: absolute;
    width: 8px;
    height: 8px;
    left: -17px;
    top: 5px;
    box-sizing: border-box;
    border-radius: 100%;
    background: linear-gradient(180deg, #15ffff 0%, #007171 100%);
    border: 1px solid #62ffff;
    box-shadow: 0 0 4px rgba(98, 255, 255, .5)
}

.rest-two-main {
    width: 100%;
    max-width: 1022px;
    padding: 0 15px;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    box-sizing: border-box
}

@media(max-width:1120px) {
    .rest-two-main {
        flex-direction: column
    }
}

@media(max-width:768px) {
    .rest-two-main {
        padding: 0 15px
    }
}

.rest-two-main .content-wrap h1 {
    font-size: 30px;
    font-weight: 700;
    color: #fff;
    line-height: 35px
}

.rest-two-main .content-wrap h2,
.rest-two-main .content-wrap h3,
.rest-two-main .content-wrap h4 {
    font-weight: 700;
    color: #fff;
    margin: 0;
    margin-bottom: 10px
}

.rest-two-main .content-wrap h2 {
    font-size: 20px;
    line-height: 23px
}

.rest-two-main .content-wrap h3 {
    font-size: 18px;
    line-height: 21px
}

.rest-two-main .content-wrap p {
    font-size: 14px;
    line-height: 21px;
    font-weight: 400;
    color: #c0c9d0;
    margin: 0;
    margin-bottom: 10px
}

.rest-two-main .content-wrap ul,
.rest-two-main .content-wrap ol {
    font-size: 14px;
    line-height: 21px;
    font-weight: 400;
    color: #c0c9d0;
    margin: 20px auto;
    list-style-position: inside
}

.rest-two-main .content-wrap ul li,
.rest-two-main .content-wrap ol li {
    padding-bottom: 5px
}

.rest-two-main .content-wrap ul li ul,
.rest-two-main .content-wrap ol li ul {
    margin: 5px 0 0
}

.rest-two-main .content-wrap img {
    max-width: 100%;
    height: auto
}

.rest-two-main .content-wrap img.alignright {
    float: right;
    margin: 20px 0 20px 20px
}

@media(max-width:414px) {
    .rest-two-main .content-wrap img.alignright {
        display: block;
        float: none;
        margin: 20px auto
    }
}

.rest-two-main .content-wrap img.alignleft {
    float: left;
    margin: 20px 20px 20px 0
}

@media(max-width:414px) {
    .rest-two-main .content-wrap img.alignleft {
        display: block;
        float: none;
        margin: 20px auto
    }
}

.rest-two-main .content-wrap a {
    color: #fff
}

.rest-two-main .content-wrap a:hover {
    color: #fff
}

.rest-two-main .content-wrap table {
    width: 100%;
    border-collapse: collapse;
    border-spacing: 0;
    background: linear-gradient(180deg, #00164e 0%, #000d3a 100%);
    overflow: hidden;
    border-radius: 3px;
    padding: 2px 0;
    color: #fff;
    margin: 20px 0
}

.rest-two-main .content-wrap table td {
    border-top: 3px solid #00164e;
    border-bottom: 3px solid #00164e;
    background-color: rgba(255, 255, 255, .1);
    padding: 10px 15px;
    font-size: 14px;
    line-height: 1.43;
    font-weight: 400
}

.rest-two-main .content-wrap table td:first-child {
    border-radius: 8px 0 0 8px;
    border-left: 3px solid #00164e;
    padding-left: 50px;
    overflow: hidden
}

.rest-two-main .content-wrap table td:last-child {
    border-radius: 0 8px 8px 0;
    border-right: 3px solid #00164e;
    overflow: hidden
}

@media(max-width:1024px) {
    .rest-two-main .content-wrap table td:first-child {
        padding-left: 25px
    }
}

@media(max-width:767px) {
    .rest-two-main .content-wrap table td {
        padding: 10px
    }

    .rest-two-main .content-wrap table td:first-child {
        padding-left: 10px
    }
}

.rest-two-main .std-table-wrp {
    width: 100%;
    overflow-x: auto;
    cursor: default
}

.rest-two-main.post-container {
    box-sizing: border-box;
    width: 100%
}

@media(max-width:1440px) and (min-width:1280px) {
    .rest-two-main.post-container {
        padding: 0 20px
    }
}

@media(max-width:480px) {
    .rest-two-main.post-container {
        padding: 0 20px
    }
}

.post-container .content-wrap {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    max-width: 100%
}

.main-content {
    width: 100%
}

.single-content-wrap {
    width: 100%;
    box-sizing: border-box;
    display: flex;
    flex-direction: row;
    justify-content: space-between
}

@media(max-width:1280px) {
    .single-content-wrap {
        flex-direction: column;
        align-items: center
    }
}

@media(max-width:1200px) {
    .single-content-wrap {
        width: 100%
    }
}

.single-content-wrap .content-iframe {
    margin-top: 60px
}

.single-content-wrap .slots-wrap .slot {
    margin: 10px 0
}

@media(max-width:1280px) {
    .single-content-wrap .main-content {
        order: -1
    }
}

.top-content {
    border: 1px solid #032477;
    border-radius: 10px;
    padding: 20px 15px;
    margin-bottom: 20px
}

.top-content:after {
    content: '';
    display: table;
    clear: both
}

.single-content-wrap .content-text h1 {
    font-size: 30px;
    font-weight: 700;
    color: #fff;
    line-height: 35px
}

.single-content-wrap .content-text p {
    font-size: 14px;
    line-height: 21px;
    font-weight: 400;
    color: #c0c9d0;
    margin: 0;
    margin-bottom: 10px
}

.single-content-wrap .content-text h2,
.single-content-wrap .content-text h3,
.single-content-wrap .content-text h4 {
    font-weight: 700;
    color: #fff;
    margin: 0;
    margin-bottom: 10px
}

.single-content-wrap .content-text h2 {
    font-size: 20px;
    line-height: 23px
}

.single-content-wrap .content-text h3 {
    font-size: 18px;
    line-height: 21px
}

.single-content-wrap .content-text p {
    font-size: 14px;
    line-height: 21px;
    font-weight: 400;
    color: #c0c9d0;
    margin: 0;
    margin-bottom: 10px
}

.single-content-wrap .content-text ul,
.single-content-wrap .content-text ol {
    font-size: 14px;
    line-height: 21px;
    font-weight: 400;
    color: #c0c9d0;
    margin: 20px auto
}

.single-content-wrap .content-text ul li,
.single-content-wrap .content-text ol li {
    padding-bottom: 5px
}

.single-content-wrap .content-text img {
    max-width: 100%;
    height: auto
}

.single-content-wrap .content-text img.alignright {
    float: right;
    margin: 20px 0 20px 20px
}

.single-content-wrap .content-text img.alignleft {
    float: left;
    margin: 20px 20px 20px 0
}

.single-content-wrap .content-text a {
    color: #fff
}

.single-content-wrap .content-text a:hover {
    color: #fff
}

.load-wrap {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    margin: 25px auto 40px
}

.loadmore {
    border: 2px solid #bb06c2;
    box-sizing: border-box;
    border-radius: 5px;
    font-weight: 700;
    font-size: 16px;
    line-height: 19px;
    text-align: center;
    color: #fff;
    padding: 11px 25px 12px;
    cursor: pointer
}

.loadmore:hover {
    background: #bb06c2
}

.filter-wrap {
    background: #220746;
    background: linear-gradient(175.46deg, #220746 15.77%, #1b0127 61.21%);
    box-shadow: 0 0 20px rgba(19, 5, 38, .3);
    border-radius: 5px;
    padding: 24px;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: flex-start;
    align-items: center;
    border: 1px dashed #d9185f;
    margin-bottom: 40px
}

@media(max-width:600px) {
    .filter-wrap {
        padding: 10px 15px
    }

    .filter-wrap img {
        max-width: 70px !important
    }
}

.filter-wrap .javul-filter__btn {
    background: 0 0;
    border: none;
    display: inline-flex;
    flex-direction: column;
    color: #e0dfdf;
    text-transform: uppercase;
    align-items: center;
    padding: 10px;
    cursor: pointer;
    position: relative;
    outline: none
}

.filter-wrap .javul-filter__btn .active {
    background: #fff
}

.slots-filter {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    margin-top: 10px
}

.slots-filter-item {
    cursor: pointer;
    display: flex;
    align-items: center;
    background: linear-gradient(0deg, rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0.2));
    padding: 5px 10px;
    border: 1px solid #032477;
    box-sizing: border-box;
    border-radius: 5px;
    margin-right: 12px;
    margin-top: 10px;
    transition: all .2s ease-in-out
}

.slots-filter-item:last-child {
    margin-right: 0
}

.slots-filter-item.active,
.slots-filter-item:hover {
    background: linear-gradient(0deg, #000740, #000740);
    border-color: #3988ff
}

.slots-filter-item .label {
    color: #fff;
    font-family: Roboto;
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 16px
}

.slots-filter-item .icon {
    margin-left: 8px
}

.more-slots-wrap {
    display: flex;
    align-items: center;
    justify-content: center;
    padding-top: 10px;
    margin-bottom: 50px
}

.more-slots-btn {
    box-sizing: border-box;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    height: 57px;
    width: 100%;
    max-width: 275px;
    padding-left: 10px;
    padding-right: 10px;
    text-align: center;
    background: #de135e;
    border-radius: 5px;
    filter: drop-shadow(0px 4px 4px rgba(0, 0, 0, 0.25));
    font-size: 20px;
    color: #fff;
    font-weight: 700;
    text-transform: capitalize;
    transition: all .2s ease-in-out
}

.more-slots-btn:hover {
    background: #fd0661
}

.slots-wrap {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    margin: 20px auto
}

.slots-wrap .hidden {
    display: none
}

.slots-wrap .slot {
    width: 248px;
    box-sizing: border-box;
    margin: 10px 0;
    box-shadow: 0 0 20px rgba(19, 5, 38, .3);
    border-radius: 5px;
    border: 2px solid transparent;
    overflow: hidden
}

.slots-wrap .slot:hover {
    border: 2px dashed #de135e
}

.slots-wrap .slot:hover figcaption {
    background: 0 0
}

.slots-wrap .slot:hover .button-wrap {
    background: linear-gradient(180deg, #170234 0%, rgba(16, 0, 37, 0.5) 100%);
    opacity: 1;
    z-index: 2
}

@media(max-width:768px) {
    .slots-wrap .slot:hover .button-wrap {
        background: 0 0
    }
}

.slots-wrap .slot:hover .title {
    color: #62ffff
}

.slots-wrap .slot:hover .demo:hover {
    color: #fff !important;
    background: #6d1dbd
}

@media(max-width:768px) {
    .slots-wrap .slot:hover .demo:hover {
        background: 0 0
    }
}

.slots-wrap .slot:hover .play:hover {
    box-shadow: 0 0 15px #d9185f
}

@media(max-width:768px) {
    .slots-wrap .slot:hover .play:hover {
        box-shadow: none
    }
}

.slots-wrap .slot .rest-two-slot-item_thumb {
    position: relative
}

.slots-wrap .slot .slot-btn {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 138px;
    height: 46px;
    position: relative;
    cursor: pointer;
    font-family: Roboto, sans-serif;
    font-size: 16px;
    font-weight: 700;
    color: #fff;
    box-sizing: border-box;
    border-radius: 5px
}

.slots-wrap .slot .slot-btn:hover {
    color: #fff
}

.slots-wrap .slot .demo {
    border: 2px solid #6d1dbd
}

@media(max-width:768px) {
    .slots-wrap .slot .demo {
        text-indent: -9999px;
        display: block;
        position: absolute;
        top: 0;
        bottom: 0;
        left: 0;
        right: 0;
        z-index: 9999;
        width: 100%;
        height: 100%;
        border: none
    }
}

.slots-wrap .slot .play {
    background: #de135e;
    transition: box-shadow .2s ease;
    margin-top: 15px
}

.slots-wrap .slot figure {
    margin: 0;
    position: relative
}

.slots-wrap .slot img {
    max-width: 100%;
    width: 100%;
    height: auto;
    display: block
}

.slots-wrap .slot .button-wrap {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    opacity: 0;
    z-index: -1
}

.slots-wrap .slot .button-wrap a {
    color: #fff
}

.slots-wrap .slot .button-wrap a:hover,
.slots-wrap .slot .button-wrap a:visited {
    color: #fff
}

.slots-wrap .slot .title {
    font-weight: 700;
    text-transform: uppercase;
    overflow: hidden;
    text-shadow: 0 2px 0 #111c28;
    color: #fff;
    font-size: 14px;
    margin: 0;
    white-space: nowrap;
    text-overflow: ellipsis;
    max-width: 100%;
    display: block
}

.slots-wrap .slot figcaption {
    padding: 20px 22px;
    text-align: center;
    background: #1d0839;
    background: linear-gradient(183.19deg, #1d0839 1.21%, #40086c 98.53%)
}

.s-game {
    width: 100%;
    margin: 0 auto;
    box-sizing: border-box;
    border-radius: 10px;
    overflow: hidden
}

@media screen and (min-width:768px) {
    .s-game {
        display: block
    }
}

.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: .5;
    filter: blur(10px)
}

.s-game__btn {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    display: inline-block;
    cursor: pointer;
    padding: 14px 30px;
    background: #de135e;
    border: none;
    border-radius: 5px;
    color: #fff;
    font-family: Roboto, sans-serif;
    font-size: 16px;
    font-weight: 700;
    transition: box-shadow .2s ease;
    width: 220px;
    height: 48px
}

.s-game__btn:hover {
    box-shadow: 0 0 15px #de135e;
    text-decoration: none
}

.rest-two-main .bonus-item {
    display: flex;
    align-items: center;
    justify-content: space-between;
    background: linear-gradient(181.08deg, #010c1b 1.21%, #020073 98.53%);
    border-radius: 8px;
    margin: 20px auto;
    padding: 23px 30px
}

.rest-two-main .bonus-item .bonus_title {
    display: block;
    font-weight: 700;
    font-size: 24px;
    line-height: 28px;
    color: #fff !important;
    text-transform: uppercase
}

.rest-two-main .bonus-item .bonus_text {
    display: block;
    font-weight: 400;
    font-size: 18px;
    line-height: 26px;
    color: #e5e5e5
}

@media(max-width:1280px) {
    .rest-two-main .bonus-item {
        padding: 20px
    }
}

@media(max-width:768px) {
    .rest-two-main .bonus-item {
        flex-direction: column
    }
}

.rest-two-main .bonus-item .bonus-button {
    box-sizing: border-box;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    padding: 13px 17px 14px;
    background: #f75153;
    border-radius: 5px;
    font-weight: 700;
    font-size: 16px;
    line-height: 19px;
    color: #fff;
    cursor: pointer
}

.rest-two-main .bonus-item .bonus-button:hover {
    box-shadow: 0 0 15px #f75153
}

.rest-two-main .bonus-item .button-about {
    box-sizing: border-box;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    padding: 13px 17px 14px;
    border: 2px solid #62abff;
    border-radius: 5px;
    font-weight: 700;
    font-size: 16px;
    line-height: 19px;
    color: #fff;
    cursor: pointer;
    margin-bottom: 18px
}

.rest-two-main .bonus-item .button-about:hover {
    box-shadow: 0 0 15px #62abff
}

.bonus_btn {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    margin-right: 20px
}

@media(max-width:1280px) {
    .bonus-item__thumb {
        max-width: 100px;
        margin-bottom: 20px
    }

    .bonus-item__head {
        margin: 15px auto;
        text-align: center
    }

    .bonus_btn {
        margin-right: 0
    }
}

@media(max-width:768px) {
    .rest-two-main .bonus-item {
        padding: 15px
    }
}

.logo-img {
    max-width: 100%
}

@media(max-width:768px) {
    .logo-img {
        margin: 0 auto
    }
}

@media screen and (max-width:1024px) {
    .header-top-menu-mj {
        overflow-y: hidden;
        height: auto;
        max-height: 0;
        min-height: 0 !important;
        transition: all 1s
    }

    .slideDownAnim {
        max-height: 600px
    }

    .nav-menu-burger {
        display: flex;
        justify-content: space-between;
        align-items: flex-start
    }

    .nav-menu-burger .top-menu {
        min-height: 50px;
        margin-top: 12px;
        width: 50px
    }
}

html body footer .sticky_social {
    position: fixed;
    z-index: 99;
    bottom: 0;
    width: 100%;
    left: 0;
    right: 0;
    background-color: #111656;
    border-top: 2px solid #000;
    display: flex;
    justify-content: center;
    align-items: center
}

html body footer .sticky_social .btn_download {
    padding: 10px 0;
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    margin: 0 -10px
}

html body footer .sticky_social .btn_download .r-form__reg {
    margin: 5px 10px
}

html body footer .ios-btn {
    border: 2px solid #fff06a;
    margin-bottom: 5px
}

html body footer .android-btn {
    border: 2px solid #6affaf
}

html body footer .android-btn,
html body footer .ios-btn {
    height: 55px;
    width: 259px;
    border-radius: 5px;
    background: transparent;
    border-width: 1px;
    font-size: 17px;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #fff
}

html body footer .android-btn svg,
html body footer .ios-btn svg {
    margin-right: 5px;
    margin-bottom: 6px
}

.btn_single_ref {
    width: 100%;
    text-align: center;
    margin-top: 15px;
    background: #e04a5f
}

html body footer {
    padding-bottom: 20px
}

.content-404-page {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    color: #fff;
    margin: auto
}

.content-404-page .button {
    padding: 14px 30px
}

.content-404-page h1 {
    font-size: 48px;
    margin: 40px 0 0
}

.header-top-menu-mj ul#menu-top li:before {
    left: -17px
}

.top-menu.header-top-menu-mj {
    margin: auto
}

.main404-page {
    min-height: 50vh
}

@media screen and (max-width:1024px) {
    html body footer .sticky_social {
        display: flex;
        z-index: 10
    }

    .slots-wrap .slot .button-wrap {
        background: linear-gradient(180deg, #170234 0%, rgba(16, 0, 37, 0.5) 100%);
        opacity: 1;
        z-index: 2
    }

    .slots-wrap .slot .slot-btn.demo {
        display: none !important
    }

    html body footer {
        padding-bottom: 140px
    }

    .slot {
        width: 248px;
        box-sizing: border-box;
        margin: 10px 2px;
        box-shadow: 0 0 20px rgba(19, 5, 38, .3);
        border-radius: 5px;
        border: 2px solid transparent;
        overflow: hidden;
        border: 2px dashed #de135e
    }

    .slot figcaption {
        background: 0 0
    }

    .slot .button-wrap {
        background: linear-gradient(180deg, #170234 0%, rgba(16, 0, 37, 0.5) 100%);
        opacity: 1;
        z-index: 2
    }

    .slot .title {
        color: #62ffff
    }

    .slot .demo {
        color: #fff !important;
        background: #6d1dbd
    }

    .slot .play {
        box-shadow: 0 0 15px #d9185f
    }
}

@media screen and (max-width:1024px) and (max-width:768px) {
    .slot .button-wrap {
        background: 0 0
    }
}

@media screen and (max-width:1024px) and (max-width:768px) {
    .slot .demo {
        background: 0 0
    }
}

@media screen and (max-width:1024px) and (max-width:768px) {
    .slot .play {
        box-shadow: none
    }
}

.up_btn {
    cursor: pointer;
    position: fixed;
    bottom: 24px;
    right: 0;
    background: 0 0;
    box-sizing: border-box;
    border: none;
    border-radius: 5px;
    font-size: 0;
    line-height: 1;
    outline: none;
    opacity: 0;
    visibility: hidden;
    z-index: -1
}

.up_btn path {
    fill: #bb06c2
}

.up_btn.active {
    right: 5px;
    opacity: .5;
    visibility: visible;
    transition: .2s ease-in-out;
    z-index: 99
}

.up_btn:hover {
    transition: .2s ease-in-out;
    opacity: 1
}

@media(max-width:480px) {
    .up_btn {
        bottom: 155px
    }
}

.banner {
    width: 100%;
    position: relative;
    color: #fff;
    overflow: hidden;
    margin-bottom: 30px
}

@media(max-width:992px) {
    .banner.rest-two-main {
        padding: 0
    }
}

.banner_img {
    height: auto;
    width: 100%
}

.banner_btn {
    position: absolute;
    z-index: 1;
    bottom: 30px;
    left: 50%;
    transform: translateX(-50%);
    box-sizing: border-box;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    height: 44px;
    width: 100%;
    max-width: 275px;
    padding-left: 10px;
    padding-right: 10px;
    text-align: center;
    background: #de135e;
    border-radius: 5px;
    filter: drop-shadow(0px 4px 4px rgba(0, 0, 0, 0.25));
    font-size: 20px;
    color: #fff;
    font-weight: 700;
    text-transform: capitalize;
    transition: all .2s ease-in-out
}

.banner_btn:hover {
    background: #fd0661
}

.banner_btn:last-child {
    margin-right: 0
}