@import url(https://fonts.googleapis.com/css?family=Open+Sans:regular,500,600,700,800&display=swap);

*,

*::before,

*::after {

    font-family: "Times New Roman", Times, Arial, serif sans-serif;

    font-size: 16px;

    box-sizing: border-box;

    color: #000;

}



body {

    width: 100%;

    background-color: #fff;

    background-repeat: no-repeat repeat-y;

    background-position: center;

    background-size: cover;

    text-rendering: optimizeSpeed;

    min-height: 100vh;

    scroll-behavior: smooth;

}

body.lock {

    overflow-y: hidden;

}

body,

html {

    padding: 0;

    height: 100%;

    margin: 0;

    font-family: "Open Sans", sans-serif;

}

header {

    background: #000;

    display: flex;

    margin: 0 auto;

    top: 0;

    left: 0;

    right: 0;

    z-index: 1;

    padding: 13px 0;

}

header a {

    text-decoration: none;

    font-size: 18px;

}

header img {

    border: none;

}

header .container {

    max-width: 90vw;

    padding: 0 16px;

    margin: 0 auto;

    height: 100%;

}

header .logo {

    flex: 0 0 100px;

}

header .container .flex {

    display: flex;

    justify-content: space-between;

    align-items: center;

}

header .flex .item,

.btns {

    display: flex;

    align-items: center;

}

header .flex .item .list ul {

    display: flex;

    align-items: center;

    list-style: none;

    gap: 50px;

    margin: 0;

    padding: 0;

}

header .flex .item .list ul li {

    font-weight: 600;

    font-size: 20px;

    position: relative;

}

header .flex .item .list ul li a:hover {

    color: #5b95ff;

}

header .flex .item .list ul li::after {

    content: "";

    position: absolute;

    top: 100%;

    left: calc(50% - 53px);

    width: 106px;

    height: 2px;

    background: #5b95ff;

    transform: scaleX(0);

}

header .flex .item .list ul li:hover::after {

    transform: scaleX(1);

    transition-duration: 0.2s;

}

header .flex .item:nth-child(2) {

    gap: 50px;

}

header .flex .item,

.btns {

    gap: 20px;

}

header .burger {

    display: none;

}

header .dropdown {

    position: relative;

    cursor: pointer;

}

header .dropdown span::after {

    display: inline-block;

    width: 0;

    height: 0;

    margin-left: 0.5em;

    vertical-align: middle;

    content: "";

    border-top: 0.3em solid;

    border-right: 0.3em solid transparent;

    border-left: 0.3em solid transparent;

}

header .flex .item .list .dropdown-menu {

    position: absolute;

    top: 30px;

    left: 0;

    width: 200px;

    padding: 20px;

    background-color: #e1ecfb;

}

header .flex .item .list .dropdown ul {

    flex-direction: column;

    align-items: flex-start;

    gap: 10px;

}

header .flex .item .list .dropdown ul li a {

    font-size: 14px;

}

header .flex .item .list .dropdown li::after {

    width: auto;

}

footer {

    background: #fff;

    min-height: 140px;

    text-align: center;

    font-size: 4rem;

    font-weight: 500;

    vertical-align: middle;

    padding-top: 44px;

    display: flex;

    height: auto;

    border-top: 2px solid #000;

}





img {

    border-style: none;

    max-width: 100%;

    -ms-interpolation-mode: bicubic;

    display: flex;

    position: relative;

    margin: 0 auto;

}



h1 {

    font-size: 2rem;

    font-weight: bold;

    padding-top: 19px;

    color: #000;

}

h2 {

    font-size: 1.5rem;

    font-weight: bold;

    color: #000;

}

h3,

h4,

h5,

h6 {

    font-weight: bold;

    margin: 0;

    padding: 0;

}

p {

    text-align: justify;

}



article,

aside,

details,

figcaption,

figure,

footer,

header,

hgroup,

menu,

nav,

section {

    display: block;

}



a {

    text-decoration: underline;

}

a:hover {

    text-decoration: none;

}

.middle-text {

    text-align: center;

}

ul,

ol,

li {

    text-align: left;

}



ul[class],

ol[class] {

    padding: 0;

    list-style: none;

}

.bison-casino-body {

    max-width: 1200px;

    padding-top: 5px;

    background-color: #fff;

    display: block;

    align-content: center;

    margin: 0 auto;

    text-align: center;

    margin-top: 0px;



}

.bison-casino-table {

    border-collapse: collapse;

    background-color: #000000;

    margin: 20px auto;

    width: 100%; 

    max-width: none; 

    color: #0e0f19;

    table-layout: auto;

    text-align: center;

}



.bison-casino-table tr td {

    border: 1px solid #ffde00;

    background-color: #f4f4f4;

    padding: 10px;

    color: #0e0f19;

    text-align: left;

}



.bison-casino-table tr:hover {

    background-color: #fff;

}



.bison-casino-table a {

    color: #0e0f19;

    text-decoration: underline;

}



.bison-casino-table a:hover {

    color: #039e41;

    text-decoration: none;

}



.bison-casino-table th {

    background-color: #ffde00;

    color: #000;

    font-weight: bold;

    padding: 10px;

    text-align: center;

}





@media (max-width: 768px) {

    .bison-casino-table {

        width: 100%;

        margin: 10px auto;

    }

    .bison-casino-table tr td {

        padding: 8px;

        font-size: 14px; 

    }

    .bison-casino-table th {

        font-size: 16px;

    }

}







.bison-casino-btn1 {

    border-radius: 11px;

    height: 45px;

    min-width: 70px;

    width: auto;

    background: #ffdc00;

    text-align: center;

    float: right;

    cursor: pointer;

    touch-action: manipulation;

    padding-left: 30px;

    padding-right: 30px;

}

.bison-casino-btn2 {

    border: 0px;

    border-radius: 11px;

    height: 45px;

    min-width: 70px;

    width: auto;

    background-color: #303335;

    text-align: center;

    float: right;

    cursor: pointer;

    touch-action: manipulation;

    padding-left: 30px;

    padding-right: 30px;

}

.btn1 {

    display: flex;

    align-items: center;

    justify-content: center;

    padding: 8px;

    height: 100%;

    font-size: medium;

    color: #ffffff;

    font-weight: bold;

}

.btn2 {

    display: flex;

    align-items: center;

    justify-content: center;

    padding: 8px;

    height: 100%;

    font-size: medium;

    color: #ffffff;

    font-weight: bold;

}

.btn3 {

    padding: 9px;

    display: block;

    height: 100%;

    font-size: 19px;

    color: #000;

    font-weight: bold;

    background: #ffde00;

    border-radius: 11px;

    max-width: 1191px;

    margin: 15px auto;

}

.link {

    text-decoration: none;

}



.flag {

    display: block;

    max-width: 40px;

    float: right;

    margin-right: 10px;

    margin-top: 20px;

}

.flag img {

    border-radius: 5px;

    border: #e1ecfb solid 5px;

}

.bison-casino-developers img {

    border-radius: 15px;

    width: 100%;

    border: none;

}

.bison-casino-partners img {

    border-radius: 15px;

    width: 100%;

    border: none;

}

.bison-casino-navigation {

    margin-left: 30px;

}

.bison-casino-content {

    margin: 0 30px 0 30px;

    word-wrap: break-word;

}



.bison-casino-bunner {

    margin: 0 auto;

}

.bison-casino-bunner img {

    border-radius: 15px;

}

.kopy {

    margin: 0 auto;

}



@media (max-width: 1199px) {

    .header .burger {

        display: block;

        position: relative;

        width: 30px;

        height: 20px;

        z-index: 3;

    }

    .header .burger::after,

    .header .burger::before {

        content: "";

    }

    .header .burger::after,

    .header .burger::before,

    .header .burger span {

        position: absolute;

        left: 0;

        width: 100%;

        height: 2px;

        background-color: #dad4d6;

        border-radius: 10px;

        transition: all 0.3s ease 0s;

    }

    .header .burger::before {

        top: 0;

    }

    .header .burger::after {

        bottom: 0;

    }

    .header .burger span {

        top: 9px;

    }

    .header .burger.active::before {

        transform: rotate(45deg);

        top: 9px;

    }

    .header .burger.active::after {

        transform: rotate(-45deg);

        bottom: 9px;

    }

    .header .burger.active span {

        transform: scale(0);

    }

    .header .list {

        display: none;

    }

    .header .btns {

        gap: 10px;

        position: relative;

        z-index: 3;

        flex-direction: column;

    }

    header .flex .item .list .dropdown span {

        font-size: 24px;

    }

    header .flex .item .list .dropdown ul li a {

        font-size: 16px;

    }

    header .flex .item,

    .btns {

        justify-content: center;

    }

    .btn1,

    .btn2 {

        font-size: 16px;

    }

    .header .list.active {

        display: flex;

        position: fixed;

        top: 0;

        left: 0;

        justify-content: center;

        align-items: center;

        width: 100%;

        height: 100%;

        background-color: #e1ecfb;



        ul {

            flex-direction: column;

        }

    }

    .header .logo {

        position: relative;

        z-index: 3;

    }

    header .flex .item .list ul li a {

        font-size: 24px;

    }

    header .container {

        max-width: 100%;

    }

}

.table-scroll { overflow-x: auto; -webkit-overflow-scrolling: touch; } .table-scroll table { width: 100%; border-collapse: collapse; }