 
* {box-sizing: border-box;}
html {
    max-width: 100vw;
    max-width: 100dvw;
    overflow-x: hidden;
}
div {
	position:relative;
}
body {
    font-family: "Google Sans Flex", 'Ubuntu', 'Roboto', Arial, sans-serif;
    background: #fff;
    margin: 0;
    padding-top:64px;
    transition: all 0.6s ease;
    opacity: 0;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
	padding-top: 60px;
	
}
body.loaded {opacity: 1;}
.wrap {
    max-width: 1390px;
    margin: 0 auto;
    padding: 0 20px;
}
.margin24 {
    margin: 20px auto;
}
div, main, article, footer {
    position: relative;
}
section {
    position: relative;
}
h1, h2, h3, h4 {
    margin: 0;
}




header {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 60px;
    z-index: 10;
    background: linear-gradient(0deg, #ffffff, #c9c9c9);
    box-shadow: 0px 0px 4px -2px #000;
}
header .wrap {
    display: grid;
    grid-template-columns: 200px 1fr;
    gap: 15px;
    height: 60px;
    align-items: center;
}
nav.links {
    display: flex;
    justify-content: flex-end;
    gap: 15px;
    align-items: center;
}
nav.links a {
    font-size: 14px;
    text-decoration: none;
    color: #232323;
}
nav.links div:hover a, nav.links .active a {
    color: #cc0000;
}
header .logo {
    height: 60px;
    width: auto;
    display: flex;
    align-items: center;
}
header .logo img {
    max-height: 48px;
}




section.content {
    padding: 40px 24px;
}
section.content h1 {
    font-size: 40px;
    max-width: 500px;
    text-align: center;
    margin: 0 auto;
    margin-bottom: 40px;
    color: #46474b;
    font-weight: 700;
}
.leftright {
    display: flex;
    gap: 24px;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
    margin: 40px auto;
}
.leftright > div {
    flex: 1;
    max-width: calc(50% - 12px);
}
.leftright .imag {
    width: 100%;
    overflow: hidden;
    display: flex;
    align-items: center;
    justify-content: center;
}
.leftright .imag img {
    width: 100%;
    height: auto;
    max-width: 450px;
    border-radius: 10px;
    display: block;
}
section.content .text {
    font-size: 17px;
    line-height: 1.7;
    text-align: justify;
    color: #444444;
}
section.content .leftright .text {
    text-align: center;
    font-size: 20px;
}
section.content h2 {
    font-size: 28px;
    font-weight: normal;
}

footer {
    background: #f4f6f7;
    height: 128px;
    padding: 20px;
}
footer .logo img {
    height: 40px;
}

.botfoot {
    margin-top: 15px;
}

.botfoot .wrap {
    display: flex;
    justify-content: space-between;
    font-size: 12px;
    color: #888;
    font-weight: normal;
}
.botfoot .wrap a {
    font-size: 12px;
    color: #202124;
    text-decoration: none;
}
.botfoot .wrap a:hover {
    color: #CC0000;
}

section.content {
    min-height: calc(100vh - 60px - 128px);
    min-height: calc(100svh - 60px - 128px);
}



footer .langs {
    margin-top: 8px;
    font-size: 12px;
}
footer .langs a {
    color: #676767;
    text-decoration: none;
}

span.red {
    color: #ed1b24;
}



.newsitem {
    padding-bottom: 10px;
    margin-bottom: 20px;
    border-bottom: 1px solid #ddd;
}








/**/

body {
  min-width:320px;
}
.tablescroll {
    max-width: 100%;
    margin: 15px 0;
    overflow: auto;
}
section.content .text img {
    height: auto;
    width: auto;
    max-width: 100%;
    object-fit: contain;
    margin: 0 auto;
    display: block;
}

@media (max-width: 768px) { 
	
section.content h1 {
    font-size: 24px;
}
.leftright > div {
    width: 100%;
    flex: unset;
    min-width: 100%;
    max-width: unset;
}
section.content {
    padding: 32px 8px;
}
.wrap {
    padding: 0 12px;
}
section.content .text {
    font-size: 14px;
    line-height: 1.5;
}
section.content .leftright .text {
    font-size: 16px;
}
.botfoot .wrap {
    flex-wrap: wrap;
    gap: 12px;
}
footer {
    height: auto;
    padding: 20px 8px;
}
footer .logo {
    display: block;
    text-align: center;
}
footer * {
    text-align: center;
    justify-content: center;
}
.botfoot div {
    width: 100%;
}

}
@media (max-width: 576px) { 
	
nav.links {
    position: absolute;
    bottom: -32px;
    background: #e1e1e1;
    height: 32px;
    width: 100%;
    padding: 0 13px;
    gap: 4px;
    justify-content: space-around;
}
body {
    padding-top: 92px;
}
nav.links a span {
    white-space: nowrap;
    font-size: 11px;
}


}













.slots {
    display: grid;
    grid-template-columns: repeat(5, 1fr);
    align-items: center;
    gap: 16px;
    margin: 24px auto;
}
.slots .game-item {
    width: 100%;
    height: auto;
    aspect-ratio: 1;
    overflow: hidden;
    display:block;
    position:relative;
}
.slots .game-item img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    pointer-events: none;
    transition: all 0.6s ease;
    border-radius: 12px;
}
.slots .game-item:hover img {
    opacity: 0.5;
}
.slots .game-item .play {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    display: none;
}
.slots .game-item:hover .play {
    display: flex;
}
.slots .game-item .play svg {
    width: 64px;
}
.slots .game-item .title-box {
    width: calc(100% - 24px);
    left: 12px;
    bottom: 8px;
    position: absolute;
    background: #fafafa;
    padding: 4px 8px;
    border-radius: 8px; 
    font-size: 12px;
    text-align: center;
    line-height: 1.3;
}
@media (max-width: 768px) {
.slots { 
    grid-template-columns: repeat(3, 1fr); 
}
}
@media (max-width: 576px) {
.slots {
    grid-template-columns: repeat(2, 1fr);
}
}







.detail .stats {
    text-align: center;
    font-family: 'geomanistregular', sans-serif;
    display: flex;
    box-sizing: border-box;
    font-size: 14px;
    color: #1f4e5a;
    overflow-y: hidden;
    white-space: nowrap;
    width: 100%;
    -webkit-overflow-scrolling: touch;
    scrollbar-width: none;
    align-items: center;
    justify-content: flex-start;
    padding: 0 10px;
    max-width: fit-content;
    gap: 40px;
    margin: 21px 0 16px;
}
.detail .stats div {
    font-size: 14px;
    display: flex;
    flex-direction: column;
}
.detail .stats div:first-child {
    border: none;
    cursor: pointer;
    padding-left: 0;
    display: flex;
    min-width: auto;
}
.detail .stats img {
    filter: brightness(0) saturate(100%) invert(24%) sepia(26%) saturate(983%) hue-rotate(145deg) brightness(100%) contrast(92%);
    position: relative;
    top: 0;
}
.detail .stats img {
    margin-right: 1px;
    vertical-align: initial;
}
.detail .stats div#detail-rating-id img {
    width: 12px;
    height: 12px;
    aspect-ratio: 1/1;
}
.detail .stats div#detail-rating-id #rating-inner-text {
    font-size: 16px; 
    color: #1f4e5a;
}
.detail .stats div#detail-rating-id .ratings svg, .detail .stats .icon-report span:nth-child(2) svg, .detail .stats .dwstat svg {
    position: relative;
    top: 2px;
    flex-basis: inherit;
    width: 16px;
}
.detail .stats .separator {
    width: 1px;
    height: 36px;
    display: block;
    top: 0;
    bottom: 0;
    position: relative;
}
.detail .stats .separator, .detail .stats .separator:before {
    height: 46px;
    background: #1f4e5a42;
}
.detail .stats div > span {
    display: flex;
    margin-top: 4px;
    gap: 4px;
    align-items: center;
    font-size: 13px;
}
.detail .stats div > a {
    display: flex;
    text-decoration: none;
    margin-bottom: 4px;
}
.detail .stats div > span:first-child, .detail .stats div > a {
    font-weight: bold;
    font-size: 18px;
    min-height: 24px;
    align-items: center;
    gap: 4px;
    margin: 0;
}
.detail .stats div > span#security-report {
    display: flex;
    flex-direction: column;
}
.detail .stats div > span#security-report img {
    width: 32px;
    height: 23px;
    margin: 0 auto;
    filter: none;
}
.detail .stats div > span#security-report span {
    font-size: 13px;
    font-weight: normal;
}
.detail {
    margin: 24px 0;
}
.action_buttons {
    margin: 24px auto;
    display: flex;
    gap: 24px;
    align-items: center;
}
.action_buttons .btn {
    padding: 16px 32px;
    background: #00aad5;
    color: #fff;
    display: flex;
    align-items: center;
    gap: 8px;
    border-radius: 6px;
    cursor: pointer;
    transition:all 0.5s ease;
}
.action_buttons .btn:hover {
    background: #0757ad;
}
.action_buttons .btn.small {
    padding: 10px 24px;
    font-size: 14px;
    font-weight: normal;
}
.action_buttons .btn.small b {
    font-weight: normal;
}

.action_buttons .btn i {
    display: block;
    width: 24px;
    height: 24px;
    background-size: contain;
    background-image: url("data:image/svg+xml,%3Csvg fill='%23ffffff' viewBox='0 0 24 24' xmlns='http://www.w3.org/2000/svg' stroke='%23ffffff'%3E%3Cg id='SVGRepo_bgCarrier' stroke-width='0'%3E%3C/g%3E%3Cg id='SVGRepo_tracerCarrier' stroke-linecap='round' stroke-linejoin='round'%3E%3C/g%3E%3Cg id='SVGRepo_iconCarrier'%3E%3Cpath d='m12.954 11.616 2.957-2.957L6.36 3.291c-.633-.342-1.226-.39-1.746-.016l8.34 8.341zm3.461 3.462 3.074-1.729c.6-.336.929-.812.929-1.34 0-.527-.329-1.004-.928-1.34l-2.783-1.563-3.133 3.132 2.841 2.84zM4.1 4.002c-.064.197-.1.417-.1.658v14.705c0 .381.084.709.236.97l8.097-8.098L4.1 4.002zm8.854 8.855L4.902 20.91c.154.059.32.09.495.09.312 0 .637-.092.968-.276l9.255-5.197-2.666-2.67z'%3E%3C/path%3E%3C/g%3E%3C/svg%3E");
}
.action_buttons .btn.small i {
    background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cg id='SVGRepo_bgCarrier' stroke-width='0'%3E%3C/g%3E%3Cg id='SVGRepo_tracerCarrier' stroke-linecap='round' stroke-linejoin='round'%3E%3C/g%3E%3Cg id='SVGRepo_iconCarrier'%3E%3Cpath d='M3 15C3 17.8284 3 19.2426 3.87868 20.1213C4.75736 21 6.17157 21 9 21H15C17.8284 21 19.2426 21 20.1213 20.1213C21 19.2426 21 17.8284 21 15' stroke='%23ffffff' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'%3E%3C/path%3E%3Cpath d='M12 3V16M12 16L16 11.625M12 16L8 11.625' stroke='%23ffffff' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'%3E%3C/path%3E%3C/g%3E%3C/svg%3E");
}
.dompage section.content h1 {
    text-align: left;
    color: #1f4e5a;
    margin: 0;
    margin-bottom: 16px;
    font-size: 37px;
    font-weight: normal;
}
.dompage section.content h2 {
    display: block;
    margin-top: 24px;
}


ul.breadcrumbs {
    margin: 0;
    display: flex;
    padding: 0;
    font-size: 14px;
    margin-bottom: 20px;
    gap: 12px;
}
ul.breadcrumbs li {
    list-style: none;
    color: #1f4f5b;
}
ul.breadcrumbs li a {
    text-decoration: none;
    color: inherit;
}
ul.breadcrumbs li:after {
    content: '›';
    margin-left: 10px;
}
ul.breadcrumbs li:last-child:after {
    display:none;
}

.screenshots {
    margin: 24px auto;
    display: flex;
    gap: 20px;
    flex-wrap: wrap;
}
.screenshots img {
    display: block;
    width: 200px;
    height: 200px;
    object-fit: cover;
    border: 1px solid #eee;
    border-radius: 6px;
    cursor: pointer;
}



.authors {
    margin: 24px auto;
    display: flex;
    justify-content: space-between;
}
.authors .author img {
    width: 64px;
    height: 64px;
    display: block;
    border-radius: 100px;
    pointer-events: none;
}
.authors .author {
    display: flex;
    gap: 15px;
    align-items: center;
}
.authors .author span {
    font-size: 13px;
    color: #777;
}
.authors .publisher {
    display: none;
}


.dompage section.content h1 .version {
    display: block;
    font-size: 13px;
    color: #777;
}
.tablescroll th, .tablescroll td {
    border: 1px solid #ccc;
    padding: 4px 10px;
    font-size: 15px;
}
.tablescroll table {
    border-collapse: collapse;
}










































