body {
    font-size: 16px;
}

.box {
    background: #061427;
    border: 1px solid #0d2d58;
    box-shadow: 0 0 5px 1px #15488e;
    padding: 5px 10px;
    border-radius: 5px;
    margin: 10px 0;
}

@font-face {
    font-family: "Gotham";
    src: url("/web/20230723211843im_/https://www.wostok-int.com/fonts/GothamPro.ttf") format("truetype");
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: "Gotham";
    src: url("/web/20230723211843im_/https://www.wostok-int.com/fonts/GothamPro-Bold.ttf") format("truetype");
    font-weight: bold;
    font-style: normal;
}

@keyframes shine {
    0% {
        text-shadow: 0 0 0px #fff900;
    }
    100% {
        text-shadow: 0 0 20px #fff900;
    }
}

a {
    transition: all 0.2s linear;
}

.text-center {
    text-align: center;
}

.row {
    display: flex;
}

.row--row {
    flex-direction: row;
}

.row--column {
    flex-direction: column;
}

.d-flex {
    display: flex;
}

.d-flex--center {
    justify-content: center;
}

.m1 {
    margin: 1rem;
}

.m2 {
    margin: 2rem;
}

.m3 {
    margin: 3rem;
}

.p05 {
    padding: 0.5rem;
}

.p1 {
    padding: 1rem;
}

.p2 {
    padding: 2rem;
}

.p3 {
    padding: 3rem;
}

.mt1 {
    margin-top: 1rem;
}

.mt2 {
    margin-top: 2rem;
}

.mt3 {
    margin-top: 3rem;
}

.mb1 {
    margin-bottom: 1rem;
}

.mb2 {
    margin-bottom: 2rem;
}

.mb3 {
    margin-bottom: 3rem;
}

.py1 {
    padding-top: 1rem;
    padding-bottom: 1rem;
}

.py2 {
    padding-top: 2rem;
    padding-bottom: 2rem;
}

.py3 {
    padding-top: 3rem;
    padding-bottom: 3rem;
}

.px1 {
    padding-left: 1rem;
    padding-right: 1rem;
}

.px2 {
    padding-left: 2rem;
    padding-right: 2rem;
}

.px3 {
    padding-left: 3rem;
    padding-right: 3rem;
}

.my1 {
    margin-top: 1rem;
    margin-bottom: 1rem;
}

.my2 {
    margin-top: 2rem;
    margin-bottom: 2rem;
}

.my3 {
    margin-top: 3rem;
    margin-bottom: 3rem;
}

.mx1 {
    margin-left: 1rem;
    margin-right: 1rem;
}

.mx2 {
    margin-left: 2rem;
    margin-right: 2rem;
}

.mx3 {
    margin-left: 3rem;
    margin-right: 3rem;
}

.btn {
    justify-content: center;
    text-transform: uppercase;
    font-size: 13px;
    color: #fff;
    font-weight: 700;
    border-radius: 5px;
    text-decoration: none;
    text-shadow: 0 0 1px #0b264b;
    text-align: center;
    font-size: 14px;
}

.btn--blue {
    background-image: linear-gradient(1deg, #6ca6cc 0%, #36749c 100%);
    border: 1px solid #6ca6cc;
}

.btn--blue:hover {
    background-image: linear-gradient(1deg, #36749c 0%, #6ca6cc 100%);
}

.btn--blue {
    background-image: linear-gradient(1deg, #4082f8 0%, #0c3eee 100%);
    border: 1px solid #ffffff;
}

.btn--blue:hover {
    background-image: linear-gradient(1deg, #0c3eee 100%, #4082f8 0%);
}

.btn--red {
    background-image: linear-gradient(1deg, #ff3333 0%, #cc0000 100%);
    border: 1px solid #ff3333;
}

.btn--red:hover {
    background-image: linear-gradient(1deg, #cc0000 0%, #ff3333 100%);
}

.btn--blue-transparent {
    border: 1px solid #4082f8;
}

.btn--blue-transparent:hover {
    background-image: linear-gradient(1deg, #0c3eee 100%, #4082f8 0%);
}

.btn--sm {
    padding: 5px 10px;
}

@media screen and (min-width: 768px) {
    .btn--sm {
        padding: 10px 20px;
    }
}

.btn--md {
    padding: 8px 15px;
}

@media screen and (min-width: 768px) {
    .btn--md {
        padding: 12px 30px;
    }
}

.btn--lg {
    padding: 10px 20px;
}

@media screen and (min-width: 768px) {
    .btn--lg {
        padding: 15px 50px;
    }
}

.btn--signin {
    width: 40%;
}

.btn--signup {
    width: 60%;
}

.btn--signup span {
    display: none;
}

@media screen and (min-width: 768px) {
    .btn--signup span {
        display: inline;
    }
}

body {
    background: #000 url(/web/20230723211843im_/https://www.wostok-int.com/wp-content/themes/casinovostok/static/img/branding.jpg) no-repeat 50% 0;
    background-position: cover;
    background-attachment: fixed;
    font-family: "Gotham", sans-serif;
    color: #fff;
    transition: 0.3s;
    line-height: 1.6;
    margin: 0;
    padding: 0;
    width: 100%;
}

body.fixed {
    position: fixed;
}

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

ul,
ol {
    margin: 0;
    padding: 0;
}

h1 {
    font-size: 24px;
}

h2 {
    font-size: 22px;
}

h3 {
    font-size: 20px;
}

h4 {
    font-size: 18px;
}

h5 {
    font-size: 16px;
}

h6 {
    font-size: 16px;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-weight: 600;
    text-align: center;
}

.wrapper {
    padding: 8px;
}

.container {
    margin: 0 auto;
    max-width: 960px;
    position: relative;
}

.logo {
    max-width: 200px;
    height: auto;
    width: 100px;
    min-width: 140px;
    display: block;
}

@media screen and (min-width: 768px) {
    .logo {
        width: 200px;
    }
}

.text {
    padding: 15px;
}

.text img {
    max-width: 100%;
    width: auto;
    height: auto;
    margin: 0 auto;
    text-align: center;
    display: block;
}

.text ul,
.text ol {
    margin-left: 2em;
}

.social-icons {
    position: relative;
}

.social-icons__list {
    display: flex;
    flex-direction: row;
    justify-content: center;
}

.social-icons__item {
    list-style-type: none;
}

.social-icons__item a {
    display: block;
    width: 30px;
    height: 30px;
    margin: 0 7px;
    background: url(/web/20230723211843im_/https://www.wostok-int.com/wp-content/themes/casinovostok/static/img/social-icons.png) no-repeat;
    border-radius: 10px;
}

.social-icons__item.vk a {
    background-position: -1px 2px;
}

.social-icons__item.vk a:hover {
    background-position: -1px -36px;
}

.social-icons__item.mr a {
    background-position: -41px 2px;
}

.social-icons__item.mr a:hover {
    background-position: -41px -36px;
}

.social-icons__item.fb a {
    background-position: -161px 2px;
}

.social-icons__item.fb a:hover {
    background-position: -161px -36px;
}

.social-icons__item.ya a {
    background-position: -121px 2px;
}

.social-icons__item.ya a:hover {
    background-position: -121px -36px;
}

.social-icons__item.ok a {
    background-position: -81px 2px;
}

.social-icons__item.ok a:hover {
    background-position: -81px -36px;
}

.social-icons__item.gl a {
    background-position: -201px 2px;
}

.social-icons__item.gl a:hover {
    background-position: -201px -36px;
}

.header {
    padding: 10px;
}

.header.box {
    margin-top: 0;
}

.header.single {
    border-bottom: 1px solid #0c0e15;
}

.header .row {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: space-between;
    width: 100%;
}

@media screen and (min-width: 992px) {
    .header .row {
        flex-direction: row;
    }
}

.header-block {
    display: flex;
    align-items: center;
    flex-direction: column;
    justify-content: space-between;
    width: 100%;
}

@media screen and (min-width: 992px) {
    .header-block {
        flex-direction: row;
        width: auto;
    }
}

.header-block:nth-child(2) {
    flex-direction: column;
}

.header-block:nth-child(2) .row:nth-child(1) {
    justify-content: flex-end;
}

.header-nav {
    display: flex;
    position: fixed;
    flex-direction: row;
    transition: all 0.3s ease 0s;
    border: 1px solid #15488e;
    top: -100%;
}

@media screen and (min-width: 992px) {
    .header-nav {
        display: flex;
        width: 100%;
        justify-content: space-evenly;
        position: relative;
        margin: 1.5rem 0 0 0;
        background: #042f86;
        padding: 15px;
        border-radius: 5px;
    }
}

.header-nav li {
    list-style-type: none;
}

.header-nav a {
    position: relative;
    color: #fff;
    text-decoration: none;
    display: block;
    text-transform: uppercase;
    margin: 0 12px;
}

.header-nav a:hover {
    color: #468fbf;
}

@media screen and (min-width: 992px) {
    .header-nav a:hover:after {
        width: 100%;
    }
}

.header-nav a:after {
    content: "";
    display: block;
    position: absolute;
    height: 2px;
    width: 0;
    background: #012bd6;
    transition: width 0.3s;
    margin: 0 auto;
}

.header-nav.active {
    bottom: 0;
    flex-direction: column;
    align-items: center;
    position: fixed;
    top: 0;
    right: 0;
    margin-top: 305px;
    width: 100%;
    background: #052892;
    z-index: 2;
    overflow: auto;
    padding: 30px 0;
}

@media screen and (min-width: 992px) {
    .header-nav.active {
        display: none;
    }
}

@media screen and (min-width: 768px) {
    .header-nav.active {
        margin-top: 300px;
    }
}

.header-nav.active a {
    padding: 15px 50px;
}

.header-buttons {
    display: flex;
    flex-direction: column;
    width: 100%;
}

@media screen and (min-width: 768px) {
    .header-buttons {
        flex-direction: row;
    }
}

@media screen and (min-width: 992px) {
    .header-buttons {
        width: auto;
    }
}

.header-buttons .btn {
    margin: 10px auto;
}

@media screen and (min-width: 768px) {
    .header-buttons .btn {
        flex-direction: row;
        margin: 0 15px;
    }
}

@media screen and (min-width: 992px) {
    .header-buttons .btn {
        width: auto;
    }
}

.burger {
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    width: 36px;
    height: 36px;
    padding: 5px;
    border-radius: 5px;
    margin: 20px;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 3;
}

.burger.active span {
    height: 0;
}

.burger.active span:before {
    transform: rotate(-45deg);
    top: 0;
}

.burger.active span:after {
    transform: rotate(45deg);
    top: 0;
}

@media screen and (min-width: 992px) {
    .burger {
        display: none;
    }
}

.burger span {
    display: block;
    width: 32px;
    height: 2px;
    background: #fff;
    position: relative;
}

.burger span::before,
.burger span::after {
    content: "";
    width: 32px;
    height: 2px;
    background: #fff;
    position: absolute;
    transition: all 0.3s ease 0s;
}

.burger span::before {
    top: -12px;
}

.burger span::after {
    top: 12px;
}

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

.game__item {
    position: relative;
    overflow: hidden;
    width: 70%;
    padding: 5px;
    margin: 10px;
    height: 200px;
    text-decoration: none;
    border: 1px solid #15488e;
    border-radius: 5px;
}

@media screen and (min-width: 320px) {
    .game__item {
        width: 240px;
        height: 200px;
    }
}

@media screen and (min-width: 576px) {
    .game__item {
        width: 240px;
        height: 200px;
    }
}

@media screen and (min-width: 768px) {
    .game__item {
        width: 200px;
        height: 180px;
    }
}

@media screen and (min-width: 968px) {
    .game__item {
        width: 180px;
        height: 150px;
    }
}

.game__item:before {
    position: absolute;
    top: 0px;
    right: 0px;
    bottom: 0px;
    left: 0px;
    background-image: linear-gradient(0deg, #002261 0%, #042f86 100%);
    content: "";
}

.game__item img {
    border-radius: 5px;
    position: relative;
    width: 100%;
    height: 75%;
    border: 1px solid #15488e;
}

.game__item span {
    display: block;
    position: relative;
    color: #fff;
    text-transform: uppercase;
    text-align: center;
    padding: 13px 15px;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
    font-size: 0.85rem;
    font-weight: 600;
    text-shadow: 0 0 1px #000;
}

@media screen and (min-width: 768px) {
    .game__item span {
        padding: 10px;
    }
}

.game__item:hover:before {
    background-image: linear-gradient(0deg, #012bd6 0%, #2845ef 100%);
}

.game__item:hover img {
    filter: brightness(120%);
}

.footer {
    border-top: 1px solid #0c0e15;
}

.footer .vendors {
    display: block;
    width: 100%;
    height: 100px;
    background: url(/web/20230723211843im_/https://www.wostok-int.com/wp-content/themes/casinovostok/static/img/footer-icons.png) no-repeat center center;
    background-size: contain;
}

@media screen and (min-width: 768px) {
    .footer .vendors {
        background: url(/web/20230723211843im_/https://www.wostok-int.com/wp-content/themes/casinovostok/static/img/footer-icons.png) no-repeat center center;
    }
}

.footer {
    padding-bottom: 25px;
}

.footer-nav {
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    margin: 15px;
}

@media screen and (min-width: 768px) {
    .footer-nav {
        flex-direction: row;
    }
}

.footer-nav li {
    list-style-type: none;
}

.footer-nav a {
    display: block;
    color: #fff;
    text-decoration: none;
    text-transform: uppercase;
    padding: 10px;
}

@media screen and (min-width: 768px) {
    .footer-nav a {
        padding: 20px;
    }
}

.footer-nav a:hover {
    color: #468fbf;
}

.game {
    margin: 0 auto;
    text-align: center;
}

.game__wrapper {
    max-width: 800px;
    max-height: 600px;
    margin: 0 auto;
    position: relative;
    overflow: hidden;
    padding-top: 56.25%;
}

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

.banner {
    position: relative;
    display: none;
    background: #081b35;
    border-radius: 5px;
}

@media screen and (min-width: 992px) {
    .banner {
        display: block;
    }
}

.banner:before,
.banner:after {
    position: absolute;
    right: 0px;
    left: 0px;
    height: 15px;
    background-image: url(/web/20230723211843im_/https://www.wostok-int.com/wp-content/themes/casinovostok/static/img/stars.gif);
    background-repeat: repeat-x;
}

.banner:before {
    top: -15px;
}

.banner:after {
    bottom: -15px;
}

.banner img {
    border-radius: 5px;
    max-height: 400px;
    width: 100%;
    height: auto;
}

.banner.box {
    padding: 0;
}

.jackpot {
    color: #fff900;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: auto;
    border: 5px dotted #fff;
    padding: 10px 20px;
    border-radius: 10px;
    font-size: 1.5rem;
    background: rgba(0, 0, 0, 0.8);
    animation: shine 2s infinite;
}

@media screen and (min-width: 992px) {
    .jackpot {
        flex-direction: row;
        position: absolute;
        top: 15px;
        right: 15px;
        z-index: 1;
    }
    .jackpot__sum {
        margin-left: 10px;
    }
}

.winners {
    display: none;
    padding-top: 10px;
}

@media screen and (min-width: 992px) {
    .winners {
        display: block;
    }
}

.winners__list {
    height: auto;
}

.winners__item {
    padding: 0 15px;
    display: flex;
    max-width: 120px;
    border: none;
    outline: none;
    max-height: 108px;
}

.winners__item a {
    display: block;
    position: relative;
    width: 70%;
    margin-bottom: 5px;
    padding: 3px;
    border: none;
    outline: none;
}

.winners__item a:before {
    border-radius: 5px;
    position: absolute;
    top: 0px;
    right: 0px;
    bottom: 0px;
    left: 0px;
    background-image: linear-gradient(0deg, #195d8f 0%, #438cba 100%);
    content: "";
    z-index: -1;
}

.winners__item-amount {
    color: #fff900;
}

.winners__item-nick {
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
    color: #0ebb98;
}

.providers {
    display: none;
}

@media screen and (min-width: 992px) {
    .providers {
        display: block;
        padding: 10px 0;
    }
}

.providers-nav {
    list-style: none;
    margin: 0;
    padding: 0;
    display: flex;
    flex-direction: row;
    justify-content: space-around;
}

.providers li a {
    position: relative;
    display: block;
    text-transform: uppercase;
    color: #fff;
    text-decoration: none;
    line-height: 2rem;
}

.providers li a:hover {
    color: #468fbf;
}

.providers li a:before,
.providers li a:after {
    content: "*";
    position: absolute;
    top: 3px;
}

.providers li a:before {
    left: -30px;
    top: 3px;
}

.providers li a:after {
    right: -30px;
}

.footer .providers {
    display: block;
}

@media screen and (min-width: 768px) {
    .footer .providers {
        display: none;
    }
}

.footer .providers-nav {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}
#welcomeBonus {
    cursor: pointer;
}
/*
     FILE ARCHIVED ON 21:18:43 Jul 23, 2023 AND RETRIEVED FROM THE
     INTERNET ARCHIVE ON 20:00:43 Mar 05, 2024.
     JAVASCRIPT APPENDED BY WAYBACK MACHINE, COPYRIGHT INTERNET ARCHIVE.

     ALL OTHER CONTENT MAY ALSO BE PROTECTED BY COPYRIGHT (17 U.S.C.
     SECTION 108(a)(3)).
*/
/*
playback timings (ms):
  exclusion.robots: 0.242
  exclusion.robots.policy: 0.224
  cdx.remote: 0.239
  esindex: 0.016
  LoadShardBlock: 6109.119 (6)
  PetaboxLoader3.datanode: 5742.256 (8)
  load_resource: 990.958
  PetaboxLoader3.resolve: 127.138
  loaddict: 360.859
*/