@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: #ffffff;
}

body {
    width: 100%;
    background-color: #0f212e;
    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: #0f212e;
    display: flex;
    margin: 0 auto;
    top: 0;
    left: 0;
    right: 0;
    z-index: 1;
    padding: 20px 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: #0f212e;
    min-height: 110px;
    text-align: center;
    font-size: 4rem;
    font-weight: bold;
    vertical-align: middle;
    padding-top: 44px;
    display: flex;
    height: auto;
	border-top: 2px solid #6b6363;
}

img {
    border-style: none;
    max-width: 100%;
    -ms-interpolation-mode: bicubic;
    display: flex;
    position: relative;
    margin: 0 auto;
    border-radius: 20px;
}

h1 {
    font-size: 2rem;
    font-weight: bold;
    padding-top: 0px;
    color: #ffffff;
}
h2 {
    font-size: 1.5rem;
    font-weight: bold;
    color: #ffffff;
}
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;
}
.betonred-casino-body {
    max-width: 1200px;
    padding-top: 5px;
    background-color: #0f212e;
    display: block;
    align-content: center;
    margin: 0 auto;
    text-align: center;
    margin-top: 0px;
}
.betonred-casino-table {
    border-collapse: collapse;
    background-color: #000000;
    margin: 20px auto;
    width: 100%; 
    max-width: 388px; 
    color: #0e0f19;
    table-layout: auto;
    text-align: center;
}

.betonred-casino-table tr td {
    border: 2px solid #03f295;
    background-color: #ffffff;
    padding: 10px;
    color: #0e0f19;
    text-align: left;
}

.table{
    border: 1px solid rgb(50, 180, 21); 
    border-collapse: collapse; 
    margin: 0 auto;
}
.td{
    border: 1px solid rgb(50, 180, 21); 
    border-collapse: collapse; 
    margin: 0 auto;
}

.betonred-casino-table tr:hover {
    background-color: #f5f5f5;
}

.betonred-casino-table a {
    color: #0e0f19;
    text-decoration: underline;
}

.betonred-casino-table a:hover {
    color: #039e41;
    text-decoration: none;
}

.betonred-casino-table th {
    background-color: #005733;
    color: #ffffff;
    font-weight: bold;
    padding: 10px;
    text-align: center;
}


@media (max-width: 768px) {
    .betonred-casino-table {
        width: 100%;
        margin: 10px auto;
    }
    .betonred-casino-table tr td {
        padding: 8px;
        font-size: 14px; 
    }
    .betonred-casino-table th {
        font-size: 16px;
    }
}



.betonred-casino-btn1 {
    border: 0px;
    border-radius: 33px;
    height: 34px;
    min-width: 70px;
    width: auto;
    background-color: #db1d00;
    text-align: center;
    float: right;
    cursor: pointer;
    touch-action: manipulation;
    padding-left: 5px;
    padding-right: 5px;
}
.betonred-casino-btn2 {
    border: 0px;
    border-radius: 33px;
    height: 34px;
    min-width: 70px;
    width: auto;
    background-color: #23ba9c;
    text-align: center;
    float: right;
    cursor: pointer;
    touch-action: manipulation;
    padding-left: 5px;
    padding-right: 5px;
}
.btn1 {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 10px;
    height: 100%;
    font-size: small;
    color: #eef0ed;
    font-weight: bold;
}
.btn2 {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 4px;
    height: 100%;
    font-size: small;
    color: #eef0ed;
    font-weight: bold;
}
.btn3 {
    padding: 5px;
    display: block;
    height: 100%;
    font-size: 13px;
    color: #eef0ed;
    font-weight: bold;
    background: #db1d00;
    border-radius: 46px;
    max-width: 284px;
    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;
}
.betonred-casino-developers img {
    border-radius: 15px;
    width: 100%;
    border: none;
}
.betonred-casino-partners img {
    border-radius: 15px;
    width: 100%;
    border: none;
}
.betonred-casino-navigation {
    margin-left: 30px;
}
.betonred-casino-content {
    margin: 0 30px 0 30px;
    word-wrap: break-word;
}

.betonred-casino-bunner {
    margin: 0 auto;
}
.betonred-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%;
    }
}
