* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    user-select: none;
}

a {
    color: inherit;
}

iframe {
    max-width: 100%;
}

a:not(:hover) {
    text-decoration: none;
}

body {
    background: url('img/background.webp'), #3D120A;
    font-family: system-ui, -apple-system, BlinkMacSystemFont, Ubuntu, Cantarell, Oxygen, Roboto, Helvetica, Arial, sans-serif;
}

.top {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 47px;
    color: #ffffff;
    font-weight: 500;
    line-height: 47px;
    border-color: transparent;
    transition: background 250ms, border 250ms, font-size 250ms;
    font-variant: small-caps;
    z-index: 1;
    white-space: nowrap;
}

.top:not(.scroll) {
    font-size: 21px;
}

.top.scroll {
    font-size: 18px;
    background: #8A2F1E;
    border-bottom: 2px solid #702619;
    box-shadow: 0px 4px 8px 0px rgba(0, 0, 0, 0.2);
}

.header {
    width: 100%;
    height: 100vh;
    background: url('img/level.webp');
    background-size: cover;
    background-position: center;
    box-shadow: 0px -15px 30px 0px rgba(0, 0, 0, 0.5) inset;
    border-bottom: 5px solid #3D120A;
}

.header .cl_box {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translateX(-50%) translateY(-50%);
}

.header .cl_line {
    margin: 150px 0;
}

.cl_logo {
    height: 50px;
}

.container {
    position: relative;
    width: 100%;
    max-width: 800px;
    margin: 0 auto;
    overflow: hidden;
}

.cl_login {
    position: absolute;
    top: 0;
    right: 0;
}

.cl_login img {
    margin: 5px;
    vertical-align: bottom;
    width: 36px;
    height: 36px;
    border-radius: 60px;
    border: 1.5px solid #ffffff;
}

.cl_login span {
    animation: anim_cl_login_text 500ms;
}

@keyframes anim_cl_login_text {
    0% {
        opacity: 0;
        margin-right: -10px;
    }
}

.content {
    background: #4a150c;
    color: #fafafa;
    font-size: 16px;
    line-height: 25px;
    box-shadow: 0px 5px 4px 2px rgba(0, 0, 0, 0.2);
    padding: 15px 0 10px 0;
}

.content h4 {
    padding: 0 15px 25px 15px;
    font-weight: 600;
    text-align: center;
}

.content p {
    padding: 0 15px 25px 15px;
}

.content .cl_box_inline {
    text-align: center;
    max-width: 280px;
    border: 1px solid rgba(0, 0, 0, 0.5);
    border-bottom-width: 2px;
    border-radius: 5px;
    margin: 2px 10px;
    padding: 5px;
    min-width: 230px;
    background: #7D3B07;
}

.cl_button {
    display: inline-block;
    background: url('img/button.png') no-repeat;
    background-size: 100%;
    width: 229px;
    height: 53px;
    line-height: 52px;
    font-variant: small-caps;
    margin-top: 10px;
    font-weight: 700;
    transition: opacity 250ms;
    color: #ffffff;
    cursor: pointer;
}

.cl_button:hover {
    opacity: 0.5;
}

.cl_box b, .content a {
    color: #ff5500;
    font-weight: 500;
}

.cl_box {
    text-align: center;
    padding-bottom: 15px;
}

.footer {
    width: 100%;
    background: #000000;
    color: #9f9f9f;
}

.footer ul {
    list-style: circle;
}

.footer .cl_box_inline {
    padding: 25px 60px;
}

.cl_box_inline {
    display: inline-block;
    vertical-align: top;
}

.cl_pixi img {
    height: 40px;
    display: inline-block;
    vertical-align: bottom;
}

.slider_box {
    overflow-x: scroll;
    overflow-y: hidden;
    white-space: nowrap;
    height: 200px;
    margin-bottom: 15px;
}

.slider_box img {
    height: 100%;
    display: inline-block;
    cursor: pointer;
}

.cl-menu {
    list-style: none;
}

.cl-menu li {
    display: inline-block;
    padding: 0 5px;
    transition: color 250ms;
}

.cl-menu li:hover {
    color: #ff5500;
}

.top.scroll li:hover {
    background: rgba(255, 255, 255, 0.1);
}

.badge {
    display: inline-block;
    height: 70px;
}

@media (max-width: 460px) {
    .cl_login span {
        display: none;
    }
}

@media (min-width: 460px) {
    .cl_login:not(:hover) span {
        display: none;
    }
}

*::-webkit-scrollbar {
    width: 5px;
    height: 5px;
}

*::-webkit-scrollbar-track {
    background: #130f0b;
}

*::-webkit-scrollbar-thumb {
    background: #bababa;
}
