@import url('https://fonts.googleapis.com/css2?family=Signika:wght@300..700&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Zen+Tokyo+Zoo&display=swap');


*,
*::before,
*::after {
    margin: 0;
    padding: 0;
    border: none;
    box-sizing: border-box;
}
html,
body {
    height: 100%;
    min-width: 320px;
}

body {
    position: relative;
    direction: ltr;
    font-family: 'Signika', sans-serif!important;
    overflow-x: hidden;
}

:root {
    --white: #fff;
    --black: #212121;
    --bg-color-1: #271208;
    --bg-color-2: #007696;

    --primary-text-color: #271208;
    --accent-text-color: rgb(89, 9, 9);

    --trans-linear: all 300ms linear;
    --space5-10: 7px;
    --space10-15: 14px;
    --space-20: 23px;
    --space-30: 29px;
    --space40-50: 49px;
}


img {
    display: block;
    max-width: 100%;
    height: auto;
}
.container {
    width: 100%;
    max-width: 1200px;
    margin-inline: auto;
    padding-inline: 15px;
    isolation: isolate;
}
h1,
h2,
h3,
h4,
h5 {
    font-weight: 700;
    text-wrap: pretty;
}
@media (min-width: 550px) {
    h2,
    h1 {
        text-transform: uppercase;
    }
}

h1, h2 {
    font-size: clamp(30px, 3.5rem, 45px);
}
h2 {
    font-size: clamp(24px, 3rem, 40px);
    isolation: isolate;
}
h3 {
    font-size: clamp(20px, 1.5rem, 26px);
}

a {
    text-decoration: none;
    color: inherit;
    transition: var(--trans-linear);
}
a:not(.common-btn-JiKOs):not(.logo-JiKOs):hover {
    color: var(--accent-text-color);
}

.map-bg-section {
    position: relative;
    background-color: var(--white);
    background-image: url(main-dir/folder-css/map-bg-light.png);
    background-repeat: repeat;
    background-size: cover;
    background-position: center;
    color: var(--primary-text-color);
}
.map-bg-section::before {
    content: "";
    position: absolute;
    inset: 0;
    background-color: #f6f6e1a6;
}
.color-bg-section {
    position: relative;
    padding-bottom:28px;
    background: url(main-dir/folder-css/transp-7.png) var(--bg-color-1);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    color: var(--white);
    z-index: 1;
}
.color-bg-section::before,
.color-bg-section::after {
    position: absolute;
    content: '';
    left: 0;
    width: 100%;
    height: 100px;
    background: url(main-dir/folder-css/transp-7.png) var(--bg-color-1);
    transform: skewY(4deg);
    z-index: -1;
}

.color-bg-section::before {
    top: -100px;
    transform-origin: left bottom;
}
.color-bg-section::after {
    bottom: -100px;
    transform-origin: right top;
}


.section-JiKOs {
    padding-block: 120px;
}
.titel-style {
    -webkit-text-stroke: 4px var(--primary-text-color);
    -webkit-text-fill-color: transparent;  
}
.titel-style-1 {
    -webkit-text-stroke: 1.5px var(--white);
    -webkit-text-fill-color: transparent;
    text-align: center;
    margin-bottom: var(--space-30);
}
.titel-style-2 {
    -webkit-text-stroke: 3px var(--bg-color-1);
    -webkit-text-fill-color: transparent;
    margin-bottom: var(--space-30);
    text-align: center;
}
@media (min-width: 768px) {
    .titel-style-2 {
        width: 70%;
        text-align: left;
    }
}
.main-btn-JiKOs {
    display: inline-block;
    width: 100%;
    padding:  16px 23px;
    cursor: pointer;
    font-weight: 700;
    letter-spacing: 0.05em;
    overflow-wrap: break-word;
    white-space: normal;
    text-align: center;
    font-size: 15px;
}
@media (min-width: 450px) {
    .main-btn-JiKOs {
        width: max-content;
    }
}

.btn-style-1 {
    background-color: transparent;
    border: 3px solid var(--bg-color-1);
    border-radius: 0;
    box-sizing: border-box;
    color: #fff;
    outline: none;
    overflow: visible;
    padding:  16px 23px;
    position: relative;
    
    text-decoration: none;
    text-transform: none;
    transition: all 0.3s ease-in-out;
    user-select: none;
}

.btn-style-1::before {
    content: " ";
    width: 1.5625rem;
    height: 2px;
    background: var(--bg-color-1);
    top: 50%;
    left: 1.5em;
    position: absolute;
    transform: translateY(-50%);
    transform-origin: center;
    transition: background 0.3s linear, width 0.3s linear;
}

.btn-style-1 .text {
    font-size: 1.125em;
    line-height: 1.33333em;
    padding-left: 2em;
    display: block;
    text-align: left;
    transition: all 0.3s ease-in-out;
    text-transform: uppercase;
    text-decoration: none;
    color: var(--bg-color-1);
}

.btn-style-1 .top-key {
    height: 5px;
    width: 1.5625rem;
    top: -4px;
    left: 0.625rem;
    position: absolute;
    background: #e8e8e8;
    transition: width 0.5s ease-out, left 0.3s ease-out;
}

.btn-style-1 .bottom-key-1 {
    height: 5px;
    width: 1.5625rem;
    right: 1.875rem;
    bottom: -4px;
    position: absolute;
    background: #e8e8e8;
    transition: width 0.5s ease-out, right 0.3s ease-out;
}

.btn-style-1 .bottom-key-2 {
    height: 5px;
    width: 0.625rem;
    right: 0.625rem;
    bottom: -4px;
    position: absolute;
    background: #e8e8e8;
    transition: width 0.5s ease-out, right 0.3s ease-out;
}

.btn-style-1:hover {
    color: white;
    background: var(--bg-color-1);;
}

.btn-style-1:hover::before {
    width: 0.9375rem;
    background: white;
}

.btn-style-1:hover .text {
    color: white;
    padding-left: 1.5em;
}

.btn-style-1:hover .top-key {
    left: -2px;
    width: 0px;
}

.btn-style-1:hover .bottom-key-1,
.btn-style-1:hover .bottom-key-2 {
    right: 0;
    width: 0;
}



.btn-style-2 {
    background-color: #fbeee0;
    border: 1px solid #422800;
    border-radius:28px;
    box-shadow: #422800 4px 4px 0 0;
    color: #422800;
    text-decoration: none;
    user-select: none;
    -webkit-user-select: none;
    touch-action: manipulation;
    font-size: 16px;
    text-transform: uppercase;
    padding: 16px 22px;
    transition: var(--trans-linear);
}

.btn-style-2:hover {
    background-color: #fff;
}

.btn-style-2:active {
    box-shadow: #422800 2px 2px 0 0;
    transform: translate(2px, 2px);
}





.header-JiKOs {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 10;
    background-color: transparent;
}

.logo-JiKOs {
    display: flex;
    flex-direction: row-reverse;
    align-items: center;
    justify-content: center;
    gap: 8;

    padding: 15px 0;
    text-align: center;
    color: var(--primary-text-color);
    margin-right: 0;
}
.logo-JiKOs img {
    width: 50px;
    aspect-ratio: 1/1;
}
.logo-JiKOs span {
    font-size: 19px;
}
@media (min-width: 500px) {
   .logo-JiKOs img {
        width: 50px;
    } 
    .logo-JiKOs span {
        font-size: 22px;
    }
}

.header-wrapper-JiKOs {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: space-between;
}
@media (min-width: 500px) {
    .header-wrapper-JiKOs {
        flex-direction: row;
    }
}
.header-nav-JiKOs {
    display: flex;
    align-items: center;
    justify-content: flex-end;
}

.menu-btn-JiKOs {
    display: flex;
    align-items: center;
    justify-content: center;

    width:52px;
    height:52px;
    margin: 0;
    padding: 0;
    transition: var(--trans-linear);
    background-color: transparent;
    cursor: pointer;
}
.menu-btn-JiKOs svg {
    transition: var(--trans-linear);
    width: 100%;
    height: 100%;
}
.menu-btn-JiKOs svg:hover ,
.menu-btn-JiKOs svg:focus {
    fill: var(--accent-text-color);
}

@media (min-width: 992px) {
    .menu-btn-JiKOs {
        display: none;
    }
}

.backdrop-JiKOs {
    position: fixed;
    top: 0;
    left: 50%;
    transform: translateX(-50%);

    width: 100vw;
    height: 100vh;
    background-color: #2b11059c;

    opacity: 1;
    visibility: visible;
    pointer-events: initial;
    overflow-y: scroll;
    transition: var(--trans-linear);
}

.backdrop-JiKOs.is-hidden {
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
}


@media (max-width: 991px) {
    .menu-container-JiKOs {
        position: fixed;
        top: 0;
        left: 0;
        display: none;

        height: 100%;
        min-height: 100vh;
        width: calc(36% + 15%);
        padding: var(--space-20);
        background-color: #130901fc;
    }

    .menu-container-JiKOs.is-open {
        display: flex;
        flex-direction: column;
        gap: var(--space-30);
        z-index: 5;
    }
}
@media (max-width: 600px) {
    .menu-container-JiKOs {
        width: 100vw;
    }
}

@media (min-width: 992px) {
    .menu-container-JiKOs {
        display: flex;
        width: 100%;
        justify-content: center;
        align-items: center;
    }
}

.menu-close-btn-JiKOs {
    transition: var(--trans-linear);
    margin-left: auto;
    background-color: transparent;
}

@media (min-width: 992px) {
    .menu-close-btn-JiKOs {
        display: none;
    }
}

.menu-close-btn-JiKOs svg {
    fill: var(--white);
    transition: var(--trans-linear);
}

.menu-close-btn-JiKOs svg:hover {
    fill: var(--accent-text-color);
}
.menu-list-JiKOs {
    display: flex;
    flex-direction: column;
    padding: var(--space-20);
    margin-top: var(--space-20);
    margin-bottom: 0;
    list-style: none;
    justify-content: center;
    column-gap: 8;
    row-gap: var(--space-20);
}

@media (min-width: 992px) {
    .menu-list-JiKOs {
        flex-direction: row;
        width: 100%;
        display: flex;
        align-items: center;
        padding: 6px var(--space-20);
        margin-top: 0;
    }
}

.menu-link-JiKOs {
    display: block;

    font-weight: 700;
    font-size: 1.35rem;
    line-height: 1.5;
    color: var(--white);
    transition: var(--trans-linear);
}

@media (min-width: 992px) {
    .menu-link-JiKOs {
        color: var(--primary-text-color);
        padding: 28px 10px;
        font-size: 1.25rem;
        line-height: 1.14;
    }
}

.active-JiKOs {
    font-weight: 700;
}



.hero-JiKOs > * {
    isolation: isolate;
}
.hero-JiKOs {
    padding-block: 110px;
}
.hero-container-1 .hero-block-2 {
    display: none;
}
.hero-container-2 .hero-block-1 {
    display: none;
}

.hero-block-1 {
    position: relative;
    padding-block: 85px;
}

.hero-block-1::before {
    position: absolute;
    content: "";
    width: 206px;
    height: 206px;
    background: url(picgallery/other/ship-06893879600dcc.png) no-repeat;
    background-size: contain;
    background-position: center;
    filter: grayscale(100%) invert(10%) contrast(200%) blur(0.5px);
    mix-blend-mode: overlay;
    opacity: 0.5;
    z-index: 0;
}
@media (max-width: 767px) {
    .hero-block-1::before {
        top: 75%;
        left: 50%;
        transform: translateX(-50%);
    }
}
@media (min-width: 768px) {
    .hero-block-1::before {
        display: block;
        top: 50%;
        transform: translateY(-50%);
        right: 60px;
        width: 300px;
        height: 300px;
    }
}
@media (min-width: 992px) {
    .hero-block-1::before {
        width: 348px;
        height: 348px;
        filter: saturate(0.2) invert(10%) contrast(200%) blur(0.5px);
        opacity: 1;
    }
}
.hero-titel-JiKOs {
    margin-bottom: var(--space-20);
}
.hero-welcome-JiKOs {
    margin-bottom: var(--space-30);
}
@media (min-width: 768px) {
    .hero-block-1-item {
        width: 55%;
    }
    .hero-welcome-JiKOs {
        font-size: 16px;
    }
}



.hero-container-2 .hero-block-2-item {
    display: flex;
    justify-content: center;
    align-items: center;

    width: 100%;
    height: 202px;
    margin-bottom: var(--space-20);
    background-image: url(main-dir/folder-css/Pirates-flag.png);
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    text-align: center;
}

.hero-container-2 .hero-logo-JiKOs {
    width: 125px;
    height: 125px;
    margin-right: 70px;
    margin-bottom: 12px;
}
.hero-container-2 .hero-logo-JiKOs img {
    width: 100%;
    height: 100%;
    max-height: 125px
    object-fit: contain;
    filter: saturate(0.2) invert(10%) contrast(200%) blur(0.5px);
}
.hero-block-2 .hero-titel-JiKOs {
    text-align: center;
}


.about-wrapper-JiKOs {
    display: flex;
    flex-direction: column;
    gap:68px;
}

.about-row-JiKOs {
    text-align: center;
}

.about-text-JiKOs {
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    font-size: var(--font16-18);
    margin-bottom: var(--space-20);
}

.read-more-JiKOs {
    display: inline-block;
    padding: 12px 23px;
    background-color: #ffffff24;
    border-radius: 100vw;
}

.benefits-list-JiKOs {
    list-style: none;
    display: flex;
    flex-direction: column;
    gap: var(--space40-50);
}
@media (min-width: 768px) {
    .about-text-JiKOs {
        width: calc(40% + 20%);
        margin-inline: auto;
    }
    .benefits-list-JiKOs {
        flex-direction: row;
        width: calc(40% + 40%);
        margin-inline: auto;
    }
}

.benefits-item-JiKOs {
    flex: 1;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 15px;
    text-align: center;
}

.benefits-icon-JiKOs {
    width: calc(68px + 20px);
    height: calc(68px + 20px);

    border: 2px dashed var(--white);
    border-radius: 50%;
    padding: 15px;
}
.benefits-icon-6 {
    background-color: #ffffff24;;
}
.benefits-icon-JiKOs img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.steps-wrapper-JiKOs {
    position: relative;
    z-index: 2;
}

@media (min-width: 992px) {
    .steps-wrapper-JiKOs::before {
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
        content: "";
        width: 255px;
        height: 255px;
        background: url(picgallery/other/maps-06893879600d0a.png) no-repeat;
        background-size: contain;
        background-position: center;
        z-index: -1;
        filter: grayscale(30%) contrast(100%) blur(0.5px);
    }
}
@media (min-width: 992px) {
    .steps-wrapper-JiKOs::before {
        width: 254px;
        height: 254px;
    }
}


.steps-grid-JiKOs {
    display: grid;
    grid-template-columns: 1fr;
    gap: var(--space-30);
    justify-items: center;
}
@media (min-width: 768px) {
    .steps-grid-JiKOs {
        justify-items: start;
    }
}
@media (min-width: 992px) {
    .steps-grid-JiKOs {
        gap: 0;
    }
}
.steps-col-JiKOs {
    display: grid;
    grid-template-columns: 1fr;
    gap: 14px;
    align-items: center;
    justify-items: center;
    text-align: center;
}
@media (min-width: 768px) {
    .steps-col-JiKOs {
        width: 55%;
    }
    .steps-col-4 {
        grid-template-columns: 1fr 5fr;
        text-align: start;
    }
}
@media (min-width: 992px) {
    .steps-col-JiKOs {
        width: 35%;
    }
}
@media (min-width: 768px) {
    .steps-col-JiKOs:nth-child(2n) {
        margin-left: auto;
    }
}
.steps-icon-JiKOs {
    width: 68px;
    height: 68px;
    padding: 15px;
    border: 4px dashed var(--bg-color-1);
    border-radius: 50%;
}
.steps-icon-JiKOs img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}






.category-wrapper-JiKOs {
    display: flex;
    flex-direction: column;
    gap: 40px;
}
.category-list-JiKOs {
    display: grid;
    grid-template-columns: 1fr;
    gap: var(--space-30) 10px;
    justify-items: center;
}
@media (min-width: 600px) {
    .category-list-JiKOs {
        grid-template-columns: repeat(2, 1fr);
    }
}
@media (min-width: 768px) {
    .category-list-JiKOs {
        grid-template-columns: repeat(3, 1fr);
    }
}
@media (min-width: 992px) {
    .category-list-6 {
        grid-template-columns: repeat(6, 1fr);
    }
}

.category-item-JiKOs {
    display: grid;
    grid-template-rows: 3fr 1fr;
    padding: 14px;
    justify-items: center;
    transition: var(--trans-linear);
    border-radius: 40px;
    gap: 14px;
}
@media (min-width: 480px) {
    .category-item-JiKOs {
        padding: 40px;
    }
}
@media (min-width: 600px) {
    .category-item-JiKOs {
        padding: 15px;
    }
}
@media (min-width: 992px) {
    .category-list-6 .category-item-JiKOs {
        padding: 5px;
    }
}

.category-item-JiKOs:hover {
    background-color: #ffffff3b;
}
.category-pic-JiKOs {
    width: 100%;
    aspect-ratio: 1 / 1;
    align-self: center;
}
.category-pic-JiKOs img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 40%;
}
@media (min-width: 992px) {
    .category-list-6 .category-pic-JiKOs {
        height: 100%;
        aspect-ratio: initial;
    }
    .category-list-6 .category-pic-JiKOs img {
        border-radius: 23px;
    }
}

.category-titel-link-JiKOs {
    display: flex;
    height: 100%;
    width: 100%;
    align-items: center;
    justify-content: center;

    text-align: center;
    padding: 12px;
    background-color: #ffffff24;
    border-radius: 32px;
    transition: var(--trans-linear);
    font-size: 19px;
}
@media (min-width: 1200px) {
    .category-titel-link-JiKOs {
        padding: 12px 15px;
    }
}
.category-item-JiKOs:hover .category-titel-link-JiKOs {
    background-color: transparent;
}

.winners-row-JiKOs {
    display: none;
}

@media (min-width: 992px) {
    .category-list-6 ~ .winners-row-JiKOs {
        display: block;
    }
}
.winners-wrapper-JiKOs {
    display: flex;
    justify-content: center;
    list-style: none;
    gap: var(--space-30);
}

.winners-avatar-JiKOs {
    width: 130px;
    height: 130px;
    border: var(--space10-15) solid #c9b222;
    border-radius: 50%;
    overflow: hidden;
}

.winners-avatar-JiKOs img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.winners-name-JiKOs {
    text-align: center;
    margin-top: 14px;
    font-size: 19px;
    padding: 12px;
    background-color: #ffffff24;
    border-radius: 32px;
}

.first-score {
    order: 2;
    position: relative;
}

.second-score {
    order: 1;
    padding-top: var(--space40-50);
}
.third-score {
    order: 3;
    padding-top: var(--space40-50);
}
.number-JiKOs {
    display: block;
    position: relative;
    text-align: center;
    font-size: 55px;
    font-weight: 700;
    z-index: 2;
    color: transparent;
    transition: var(--trans-linear);
}
.winners-item-JiKOs:hover .number-JiKOs {
    color: var(--white)
}
.first-score .number-JiKOs {
    font-size: 80px;
}
.first-score .number-JiKOs::before {
    position: absolute;
    content: "";
    inset: 0;
    background: url(picgallery/other/gold-stone-06893879600e64.svg) no-repeat;
    background-position: center;
    background-size: contain;
    z-index: -1;
}
.second-score .number-JiKOs::before {
    position: absolute;
    content: "";
    inset: 10px;
    background: url(picgallery/other/chests-06893879600c22.png) no-repeat;
    background-position: center;
    background-size: contain;
    z-index: -1;
}
.third-score .number-JiKOs::before {
    position: absolute;
    content: "";
    inset: 10px;
    background: url(picgallery/other/chests-16893879600c4d.png) no-repeat;
    background-position: center;
    background-size: contain;
    z-index: -1;
}



.map-section-JiKOs {
    position: relative;
    isolation: isolate;
}
@media (min-width: 768px) {
    .map-section-JiKOs::after {
        position: absolute;
        content: "";
        top: 15%;
        left: 4%;
        width: 195px;
        height: 195px;
        background: url(picgallery/other/pirates-big-06893879600d80.png) no-repeat;
        background-position: center;
        background-size: contain;
        z-index: 1;
    }
}
.map-section-pic {
    position: relative;
    isolation: isolate;
    width: 100%;
    height: 574px;
    background: url(main-dir/folder-css/pirates-map.png) no-repeat;
    background-position: bottom;
    background-size: cover;
}
.map-section-pic::before {
    position: absolute;
    content: "";
    top: 50%;
    left: 50%;
    width: 125px;
    height: 125px;
    transform: translate(-50%, -50%);
    background: url(picgallery/other/chests-26893879600c76.png) no-repeat;
    background-position: center;
    background-size: contain;
    z-index: -1;
}
@media (min-width: 768px) {
    .map-section-pic::after {
        position: absolute;
        content: "";
        top: 56%;
        right: 14%;
        width: 130px;
        height: 130px;
        background: url(picgallery/other/chests-36893879600c9b.png) no-repeat;
        background-position: center;
        background-size: contain;
        z-index: -1;
    }
}



.form-section-JiKOs {
    background-color: var(--white);
    background-image: url(main-dir/folder-css/map-bg-light.png);
    background-repeat: repeat;
    background-size: cover;
    background-position: center;
    color: var(--primary-text-color);
    padding-bottom: 140px;
}

@media (min-width: 768px) {
    .form-section-JiKOs .titel-style-1 {
        width: 70%;
        text-align: left;
        font-size: 32px;
    }
}

.form-grid-JiKOs {
    display: grid;
    gap: var(--space-20);
    grid-template-columns: 1fr;
}

@media (min-width: 768px) {
    .form-grid-JiKOs {
        grid-template-columns: 1fr 1.5fr;
    }
    .form-grid-col-JiKOs:first-child {
        order: 3;
    }
}
.form-grid-col-pic-JiKOs {
    display: flex;
    justify-content: center;
    align-items: center;
}
.form-pic-JiKOs {
    width: 85%;
}
.form-pic-JiKOs img {
    width: 100%;
    height: 100%;
    max-height: 254px;
    object-fit: contain;
}

.form-JiKOs {
    width: 100%;
    margin-inline: auto;
    padding: var(--space5-10);
}

.form-JiKOs .input-group--layout_block,
.form-JiKOs .textarea-group--layout_block,
.contact-page-form-input-JiKOs,
.contact-page-form-textarea-JiKOs {
    width: 100%;
    padding: 12px 12px;
    margin-bottom: 12px;

    font-size: 16px;
    border: 1px solid var(--primary-text-color);
    background-color: #462a04a3;
    color: var(--white);
    border-radius: calc(0px*10);
    outline: none;
}

.form-JiKOs .contact-page-label-JiKOs,
.form-JiKOs label {
    color: var(--primary-text-color);
    margin-left: 14px;
}
.form-JiKOs .input-group--layout_block::placeholder,
.form-JiKOs .textarea-group--layout_block::placeholder,
.contact-page-form-input-JiKOs::placeholder,
.contact-page-form-textarea-JiKOs::placeholder {
    color: var(--white);
    width: 100%;
    font-size: 15px;
}

.form-JiKOs .textarea-group--layout_block,
.contact-page-form-textarea-JiKOs {
    height: 5em;
    margin-bottom: 6px;
}
.policy-agreement-JiKOs {
    margin-bottom: var(--space-30);
}
.policy-agreement-JiKOs .agreement-input-JiKOs {
    margin-right: 7px;
}
.policy-agreement-JiKOs .agreement-input-JiKOs:checked {
    accent-color: var(--accent-text-color);
}
.agreement-label-JiKOs {
    color: var(--primary-text-color);
}

.agreement-privacy-link-JiKOs {
    margin-left: 3px;
    font-weight: 700;
    text-decoration: underline;
    text-underline-offset: 5px;
    color: var(--primary-text-color);
    text-decoration-color: var(--primary-text-color);
}
.form-JiKOs .main-btn-JiKOs {
    border-radius: calc(0px*10);
    width: 100%;
    background-color: #f0e6d7d9;
}
.form-JiKOs .btn-style-1:hover {
    background-color: var(--bg-color-1);
}
.form-JiKOs .btn-style-2:hover {
    background-color: #fff;
}


.footer-JiKOs.color-bg-section::after {
    display: none;
}
.footer-flex-JiKOs {
    display: flex;
    flex-direction: column;
    gap: var(--space-20);

}
.disclaimer-JiKOs h3 {
    color: var(--white);
}
.disclaimer-JiKOs {
    margin-block: var(--space-20);
    cursor: default;
    display: grid;
    gap: var(--space-20);
    text-align: center;
    padding: 15px;
    background-color: #d85b00;
    font-size: 15px;
    letter-spacing: 1px;
    border-radius: calc(0px*10);
    border: 3px dashed white;
}
@media (min-width: 600px) {
    .disclaimer-JiKOs {
        padding: var(--space-30);
        font-size: var(--font18-22);
        text-transform: uppercase;
    }
}
.disclaimer-pic-JiKOs {
    width: 83px;
    height: 83px;
    margin-inline: auto;
    margin-top: var(--space10-15);
}
.disclaimer-pic-JiKOs img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.footer-contacts-row-JiKOs {
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding-block: 12px;
    gap: 16px;
}
.footer-contacts-first-row-JiKOs {
    border-bottom: 1px solid white;
}
@media (min-width: 768px) {
    .footer-contacts-row-JiKOs {
        flex-direction: row;
        justify-content: space-between;
    }
}
@media (min-width: 992px) {
    .footer-contacts-row-JiKOs {
        flex-direction: row-reverse;
        justify-content: space-between;
    }
}
.footer-logo-JiKOs {
    display: none;
    font-size: 22px;
    text-transform: uppercase;
    margin-bottom: 0;
}
@media (min-width: 992px) {
    .footer-logo-JiKOs {
        display: block;
    }
}
.footer-menu-list-JiKOs {
    display: flex;
    flex-direction: column;
    width: 100%;
    align-items: center;
}
@media (min-width: 768px) {
    .footer-menu-list-JiKOs {
        flex-direction: row;
        width: max-content;
    }
}
.footer-menu-link-JiKOs {
    color: var(--white);
    font-size: 16px;
    font-weight:200;
    padding: 3px 14px;
}


.contacts-list-JiKOs {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 8px;
}

.contacts-link-icon-JiKOs {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    background-color: #ffffff7a;
    display: flex;
    align-items: center;
    justify-content: center;
}
.contacts-link-icon-JiKOs svg {
    width: 23px;
    height: 23px;
    fill: var(--white);
    transition: var(--trans-linear);
}
.contacts-link-icon-JiKOs:hover svg {
    fill: var(--accent-text-color);
}


.footer-privacy-JiKOs {
    display: flex;
    justify-content: center;
    gap: 15px;
    flex-wrap: wrap;
    padding-block: var(--space-30);
    text-align: center;
}
.footer-privacy-JiKOs a {
    color: white;
    line-height: 1.5;
    margin: 0;
    font-size: 15px;
    letter-spacing: 1px;
}
.footer-copyright-JiKOs {
    text-align: center;
    line-height: 1.5;
    margin: 0;
    font-size: 15px;
    letter-spacing: 1px;
}
.footer-copyright-JiKOs a {
    line-height: 1.5;
    margin: 0;
    font-size: 15px;
    letter-spacing: 1px;
    color: var(--white);
    text-decoration: underline;
    text-underline-offset: 5px;
}



.category-page-JiKOs {
    padding-bottom: 120px;
}

.page-game-titel-section-JiKOs {
    padding-bottom: 0;
}
.page-game-titel-JiKOs {
    margin-bottom: 0;
    font-size: 32px;
}

.page-game-pic-JiKOs {
    width: 100%;
    height: 348px;
    border-radius: 32px;
    overflow: hidden;
    margin-bottom: 20px;
}
@media (min-width: 992px) {
    .page-game-pic-JiKOs {
        width: 70%;
        margin-inline: auto;
    }
}
.page-game-pic-JiKOs img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.page-game-descr-JiKOs {
    padding-block: 40px;
    text-align: center;
}
@media (min-width: 992px) {
    .page-game-descr-JiKOs {
        font-size: 16px;
    }
}
.demogame-wrapper-JiKOs {
    width: 100%;
    height: 100vh;
    position: relative;
}

.demogame-JiKOs {
    width: 100%;
    height: 100%;
}
.page-game-random{
    display: flex;
    flex-direction: column;
    gap:29px;
}

.comments-grid-JiKOs {
    display: grid;
    grid-template-columns: 1fr;
    gap: 19px;
    margin-top: 100px;
}
@media (min-width: 768px) {
    .comments-grid-JiKOs {
        grid-template-columns: 1.5fr 1fr 1.5fr;
    }
}

.comments-item-JiKOs {
    padding: 14px;
}

.comments-avatar-JiKOs {
    width: 206px;
    height: 206px;
    border: 12px solid #c9b222;
    border-radius: 50%;
    overflow: hidden;
    margin-inline: auto;
}
.comments-avatar-JiKOs img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.comments-content-JiKOs {
    display: grid;
    gap: 14px;
    text-align: center;
    line-height: 1.5;
    margin: 0;
    letter-spacing: 1px;
    margin-top: 12px;
}
.comments-pic-JiKOs {
    display: none;
    width: max-content;
    margin-inline: auto;
    filter: saturate(0.2) invert(10%) contrast(200%) blur(0.5px);
}
@media (min-width: 992px) {
    .comments-pic-JiKOs {
        display: block;
    }
}
.comments-pic-JiKOs img {
    max-height: 250px;
}



.page-contacts-titel-JiKOs {
    margin-bottom: 0;
    font-size: 32px;
    text-align: left;
}
@media (min-width: 768px) {
    .page-contacts-titel-JiKOs {
        width: 70%;
    }
}
.page-contacts-flex-JiKOs {
    display: flex;
    flex-direction: column;
    gap: 60px;
}
.page-contats-box-JiKOs {
    font-weight: 700;
    font-size: 16px;

    display: grid;
    gap: 14px;
}
@media (min-width: 768px) {
    .page-contats-box-JiKOs {
        font-size: 21px;
        width: 70%;
    }
}
.page-contacts-link-JiKOs {
    display: block;
}




.about-page-block-JiKOs {
    display: flex;
    flex-direction: column;
}
.about-page-text-JiKOs {
    text-align: center;
    margin-bottom: 12px;
}
@media (min-width: 600px) {
    .about-page-text-JiKOs {
        font-size: 21px;
    }
}
.about-page-pic-JiKOs {
    width: 170px;
    margin-inline: auto;
    padding-block: var(--space-20);
}
.about-page-pic-JiKOs img {
    width: 100%;
    height: 100%;
    object-fit: contain;
    max-height: 170px;
}


.collapsible-grid-JiKOs {
    display: grid;
    grid-template-columns: 1fr;
    column-gap: var(--space-20)
}

@media (min-width: 992px) {
    .collapsible-grid-5 {
        grid-template-columns: 1fr 1fr;
    }
    .collapsible-grid-4 {
        width: 80%;
        grid-template-columns: 1fr;
        margin-inline: auto;
    }
    .collapsible-grid-4 .collapsible-btn-JiKOs {
        height: 75px;
    }
}

@media (min-width: 768px) {
    .collapsible-grid-JiKOs {
        padding: var(--space-20);
    }
}
.collapsible-item-JiKOs {
    position: relative;
}
.collapsible-btn-JiKOs {
    position: relative;
    display: flex;
    align-items: center;
    padding-inline: var(--space-20);
    width: 100%;
    height: 85px;
    margin-bottom: 12px;

    font-size: 16px;
    cursor: pointer;

    font-size: 16px;
    border: 1px solid var(--primary-text-color);
    background-color: #462a04a3;
    color: var(--white);

    border-radius: calc(0px*10);
    outline: none;
}

.collapsible-btn-titel-JiKOs {
    flex: 0.9;
    color: var(--white);
    margin-bottom: 0;
    text-transform: initial;
    text-align: left;
    padding-right: 21px;
}
@media (min-width: 768px) {
    .collapsible-btn-titel-JiKOs {
        font-size: 16px;
    }
}

.collapsible-btn-JiKOs::after {
    content: '';
    position: absolute;
    width: 30px;
    height: 30px;
    top: 50%;
    right: 20px;
    transform: translateY(-50%);
    background: url(main-dir/folder-css/arrow-diagonal.svg) no-repeat 0 0;
    background-position: center;
    background-size: 30px;
    transition: var(--trans-linear);
}

.collapsible-text-JiKOs {
    padding: 0 var(--space-20);
    opacity: 0.5;
    max-height: 1px;
    overflow: hidden;
    transition: all 0.3s ease;
    position: relative;
    top: -100%;
}
.collapsible-grid-4 .collapsible-text-JiKOs {
    font-size: 16px;
}

.collapsible-grid-JiKOs input {
    display: none;
}
.collapsible-grid-JiKOs input:checked ~ .collapsible-btn-JiKOs {
    margin-bottom: 0;
}
.collapsible-grid-JiKOs input:checked ~ .collapsible-text-JiKOs {
    padding: 8px;
    max-height: max-content;
    opacity: 1;
    top: 0;
    margin-bottom: 12px;
    background-color: #f5f5dcb8;
    border: 1px solid #27120882;
    border-radius: calc(0px*10);
}

@media (min-width: 500px) {
    .collapsible-grid-JiKOs input:checked ~ .collapsible-text-JiKOs {
        padding: 22px var(--space40-50);
    }
}

.collapsible-grid-JiKOs input:checked + .collapsible-btn-JiKOs::after {
    transform: rotate(-90deg) translate(50%);
}


.politic-JiKOs.color-bg-section {
    width: 100%;
    height: 60px;
}
.section-politic-JiKOs :is(h1, h2, h3, h4, h5) {
    margin-top: 12px;
}
.section-politic-JiKOs ul {
    width: 95%;
    margin-inline: auto;
} 

.section-politic-JiKOs h1 {
    font-size: clamp(24px, 2.2rem, 38px);
    margin-bottom: var(--space-20);
}

.section-politic-JiKOs  h2 {
    font-size: clamp(22px, 1.8rem, 32px);
    isolation: isolate;
}

.section-politic-JiKOs h3 {
    font-size: clamp(20px, 1.5rem, 26px);
}

