@import url('https://fonts.googleapis.com/css2?family=Eczar:wght@400..800&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Dancing+Script:wght@400;500;600;700&display=swap');

html,
body {
    height: 100%;
    min-width: 320px;
}
:root {
    --light-white: #eeeeee;
    --gray: #888;
    --gray-light: #00000009;

    --white: #fff;
    --black: #000000;

    --bg-color-1:#09391b;
    --bg-color-2: #130c06;*/

    --transition-linear: all 300ms linear;
    --transition-ease-in: all .4s ease-in;
    --spacing5-10: 9px;
    --spacing10-15: 14px;
    --spacing20: 23px;
    --spacing30: 27px;
    --spacing40-50: 47px;

    --font16-18: 16px;
    --font18-22: 21px;
    --font20-26: 20px;

    --hover:#c8ccca;

    --bg-image-1: url(templates/css/jungle-bg-1.png);
    --bg-image-2: url(pixelpantry/back/opacity_bg-068b9a1e92f5df.png);
    --bg-image-3: url(templates/css/jungle-map-bg.png);
}
.jungle {
    display: flex;
    flex-wrap: wrap;
    gap: 15px;
}
.jungle img {
    width: 108px;
    height: 108px;
}
.borders-deco {
    width: 170px;
    height: 170px;
}



*,
*::before,
*::after {
    margin: 0;
    padding: 0;
    border: none;
    box-sizing: border-box;
}

body {
    position: relative;
    direction: ltr;
    font-family: 'Eczar';
    sans-serif !important;
    overflow-x: hidden;
    color: var(--white)
}

img {
    display: block;
    max-width: 100%;
    height: auto;
}


@media (min-width: 768px) {
    .section-sgs9 {
        padding: 62px 0;
    }
}

h1 {
    font-family: 'Dancing Script',
    sans-serif;
    font-size: 27px;
    
    font-weight:900;
    line-height: 1.3;
}

h2,
h3,
h4,
h5 {
    font-family: 'Dancing Script',
    sans-serif;
    font-weight:900;
}

h2 {
    font-size: 26px;
}

@media (min-width: 600px) {
    h1 {
        font-size: 42px;
    }
}
@media (min-width: 768px) {
    h1 {
        font-size: 47px;
    }
}
@media (min-width: 992px) {
    h1 {
        font-size: 54px;
    }
    h2 {
        font-size: 27px;
    }
}

a {
    text-decoration: none;
    color: inherit;
    transition: var(--transition-ease-in);
}

a:hover,
a:focus {
    color: var(--hover);
}

.section-sgs9 {
    padding: 54px 0;
}
.section-border-sgs9-4 {
    position: relative;
}
.section-border-sgs9-4::before {
    content: '';
    position: absolute;
    left: 0;
    bottom: -50px;
    width: 100%;
    height: 100px;
    background-image: url(pixelpantry/tematik/liana-068b9a1e92f7e0.svg);
    background-size: contain;
    background-position: center;
    z-index: 1;
}
.footer-sgs9.section-border-sgs9-4::before {
    top: -50px;
}


.common-btn-sgs9 {
    display: block;
    width: 95%;
    margin: 0 auto;
    padding: 14px;
    border-radius: 0;
    border: 1px solid white;
}

@media (min-width: 420px) {
    .common-btn-sgs9 {
        font-size: var(--font18-22);
        width: max-content;
        padding: 10px var(--spacing30);
        font-weight: 700;
        min-width: 241px;
    }
}
@media (min-width: 992px) {
    .common-btn-sgs9 {
        margin: 0;
    }
}
.common-btn-sgs9:hover {
    color: var(--hover);
}

.title-style-1-1 {
    color: #f8eca6;
    background-image: linear-gradient(to bottom, #ffce08, #ef9a21);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.title-style-1-2 {
    color: #f8eca6;
    background-image: linear-gradient(to bottom, #f8ff00, #2bcdcb);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}
.title-style-2-1 {
    color: #f8eca6;
    background-image: linear-gradient(to bottom, #805402, #0d0800);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}
.title-style-2-2 {
    color: #f8eca6;
    background-image: linear-gradient(to bottom, #6a0000, #000000);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}


.header-sgs9 {
    position: relative;
    background-color: var(--bg-color-1);
}
.header-sgs9-4::before {
    content: '';
    position: absolute;
    left: 0;
    bottom: -30px;
    width: 100%;
    height: 50px;
    background-image: url(pixelpantry/tematik/liana-068b9a1e92f7e0.svg);
    background-size: contain;
    background-position: center;
    z-index: 1;
}
.header__nav-sgs9 {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.logo-sgs9 {
    align-items: center;
    justify-content: center;
    gap: 6px;

    padding: 15px 0;
    text-align: center;
    color: var(--white);
    margin-right: 0;
    transition: var(--transition-ease-in);
}

.logo-sgs9:hover {
    color: var(--hover);
}

.logo-img-sgs9 {
    height: 62px;
    width: 62px;
    margin-right: 6px;
    margin-left: 6px;
    font-size: 20px;
}

@media (max-width: 991px) {
    .header__logo-sgs9 {
        padding-top: 16px;
        padding-bottom: 16px;
    }
}
.logo-text-sgs9 {
    font-size:21px;
    font-weight:900;
    width: max-content;
    max-width: 115px;
    text-align: right;
}
@media (min-width: 600px) {
    .logo-text-sgs9 {
        max-width: 140px;
    }
}



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

    width: 50px;
    height: 50px;
    margin: 0;
    padding: 0;

    border-radius: 50%;

    transition: var(--transition-ease-in);
    border: 1px dotted var(--bg-color-1);

    fill: var(--white);
    background-color: transparent;

}

.menu-btn-sgs9:hover,
.menu-btn-sgs9:focus {
    fill: var(--hover);
}

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

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

    width: 100vw;
    height: 100vh;
    background-color: rgb(13 56 10 / 65%);

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

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

@media (max-width: 500px) {
    .menu-container-sgs9 {
        max-width: 320px;
    }
}

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

        height: 100vh;
        width: 440px;
        padding: var(--spacing20);

        background-color: var(--bg-color-1);
    }

    .menu-container-sgs9.is-open {
        display: flex;
        flex-direction: column;
        gap: var(--spacing30);
        z-index: 5;
    }
}

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

.menu__close-btn-sgs9 {
    transition: var(--transition-ease-in);
    margin-right: auto;
    background-color: transparent;
}

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

.menu__icon-close-sgs9 {
    fill: var(--white);
    transition: var(--transition-ease-in);
}

.menu__icon-close-sgs9:hover {
    fill: var(--hover);
}

.menu__list-sgs9 {
    padding: 6px;
    margin-top: var(--spacing20);
    margin-bottom: 0;
}

@media (min-width: 992px) {
    .menu__list-sgs9 {
        display: flex;
        align-items: center;
        padding: 0;
        margin-top: 0;
    }
}

@media (max-width: 991px) {
    .menu__item-sgs9:not(:last-child) {
        margin-bottom: 25px;
    }
}

@media (min-width: 992px) {
    .menu__item-sgs9 {
        text-align: start;
    }
}

.menu__link-sgs9 {
    display: block;

    font-weight: 700;
    font-size: 21px;
    line-height: 1.17;
    color: var(--white);
    transition: var(--transition-ease-in);
}

@media (min-width: 992px) {
    .menu__link-sgs9 {
        padding: 26px 10px;
        font-size: 20px;
        line-height: 1.14;
        color: var(--white);
    }
}

.active-sgs9 {
    font-weight:900;
}




.hero-sgs9 {
    position: relative;
    width: 100%;
    background: url(pixelpantry/back/bg-light-068b9a1e92f4af.jpg) no-repeat;
    background-size: cover;
    background-position: center;
}

.hero-opacity-sgs9 {
    width: 100%;
    height: 100%;
    background-color: #00000094;
    background-size: cover;
    background-position: center;
}

.footer-logos {
  display: flex;
  justify-content: center; 
  align-items: center;
  gap: 20px;
  padding: 20px;
}

.footer-logos a img {
  max-height: 50px;
  width: auto;
  display: block;
}

.hero-wrapper-sgs9 {
    padding: 80px 0 168px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    gap: var(--spacing30);
}
@media (min-width: 521px) {
    .hero-wrapper-sgs9 {
        padding: 140px 0 168px;
    }
}
@media (min-width: 992px) {
   .hero-wrapper-sgs9 {
        padding: 200px 0 168px;
    } 
}
.hero-titel-2 {
    font-size: 16px;
}
@media (min-width: 992px) {
    .hero-titel-2 {
        font-size: 21px;
    }
}


.benefits-sgs9 {
    width: 100%;
    background-image: var(--bg-image-3);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    color: var(--black)
}
.benefits-col-sgs9 {
    display: flex;
    justify-content: center;
    align-items: center;
}

.benefits-list-sgs9 {
    margin: 0;
    padding: 0;
    display: grid;
    gap: var(--spacing20);
}

.benefits-pic-sgs9 {
    display: none;
}
@media (min-width: 992px) {
    .benefits-col-sgs9.col-lg-6 .benefits-pic-sgs9 {
        display: block;
        width: 80%;
    }
    .benefits-col-sgs9.col-lg-12 .benefits-list-sgs9 {
        width: 75%;
        text-align: center;
    }
    .benefits-item-text-sgs9 {
        font-size: var(--font18-22);
    }
}
.benefits-item-icon-sgs9 {
    width: 45px;
    height: 45px;
    margin-inline: auto;
}
.benefits-pic-sgs9 img,
.benefits-item-icon-sgs9 img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.how-play-sgs9 {
    background: url(pixelpantry/back/bg-dark-068b9a1e92f50b.jpg) no-repeat;
    background-size: cover;
    background-position: center;
    color: var(--black)
}

.how-play-content-sgs9 {
    display: flex;
    justify-content: center;
    align-items: center;
}

.how-play-pic-sgs9 {
    position: relative;
    width:300px;
    height:320px;
}
.how-play-icon-sgs9 {
    position: absolute;
    right: 50%;
    bottom: 20px;
    width: 62px;
    transform: translateX(50%);
    z-index: 1;
}
@media (min-width: 576px) {
    .how-play-pic-sgs9 {
        width: 400px;
        height: 400px;
    }
    .how-play-icon-sgs9 {
        width: 118px;
    }
}
@media (min-width: 768px) and (max-width: 991px) {
    .how-play-icon-sgs9 {
        bottom: 53px;
        width: 62px;
    }
}
.how-play-pic-sgs9 img,
.how-play-icon-sgs9 img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.how-play-text-sgs9 {
    position: absolute;
    top: 20%;
    left: 50%;
    width: 80%;
    transform: translateX(-50%);
    text-align: center;
    z-index: 2;

}

.games-sgs9{
    background-image: var(--bg-image-1);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    color: var(--black)
}
.games-grid-col-sgs9 {
    padding: var(--spacing10-15);
}
.games-item-sgs9 {
    position: relative;
    overflow: hidden;
    padding: 2px;

    display: flex;
    flex-direction: column;
    border-radius: var(--spacing30)
}
@media (min-width: 500px) {
    .games-item-sgs9 {
        padding: 20px;
    }
}
.games-item-sgs9-1 {
    border: var(--spacing5-10) solid var(--bg-color-1);
}
.games-item-sgs9-2 {
    box-shadow: inset #6d2f01 0 0 0 5px,
        inset #612e09 0 0 0 1px,
        inset #874617 0 0 0 10px,
        inset #84471c 0 0 0 11px,
        inset #985323 0 0 0 16px,
        inset #ac6a3c 0 0 0 17px,
        inset #c58152 0 0 0 21px,
        inset #c78253 0 0 0 22px;
}

.games-item-link-sgs9 {
    display: block;
    width: 100%;
    transition: var(--transition-linear);
    height: 382px;
    border-radius: var(--spacing10-15);
    overflow: hidden;
}
.games-item-link-sgs9 img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.games-item-sgs9:hover .games-item-link-sgs9 {
    transform: scale(1.05);
}
.games-item-sgs9:hover .games-item-play-icon-sgs9 {
    background-color: var(--bg-color-1);
}
.games-item-content-sgs9 {
    position: absolute;
    bottom: var(--spacing20);
    left: 50%;
    width: 100%;
    transform: translateX(-50%);
    color: var(--black);
}
@media (min-width: 500px) {
    .games-item-content-sgs9 {
        width: 90%;
    }
}
.games-item-titel-sgs9 {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 90%;
    transform: translate(-50%, -50%);
    text-align: center;
}

.games-item-content-sgs9 img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}


.games-item-play-icon-sgs9 {
    width: 61px;
    height: 61px;
    display: flex;
    justify-content: center;
    align-items: center;

    position: absolute;
    top: 40%;
    left: 50%;
    transform: translate(-50%, -50%);
    overflow: hidden;
    border-radius: 50%;
    padding: 0;
    background-color: #00000085;
    transition: var(--transition-ease-in);
}
.games-grid-col-sgs9.col-lg-6 .games-item-play-icon-sgs9 {
    width: 108px;
    height: 108px;
}
.games-item-play-icon-sgs9 svg {
    fill: var(--white);
    transition: var(--transition-ease-in);
}
.games-item-play-icon-sgs9:hover svg {
    fill: var(--hover);
}





.form-section-sgs9 {
    background: url(pixelpantry/back/bg-dark-168b9a1e92f539.jpg) no-repeat;
    background-size: cover;
    background-position: center;
    color: var(--black)
}

.form-titel-sgs9 {
    text-shadow: 3px 4px 5px rgba(0, 0, 0, 1);
}

.form-wrapper-sgs9 {
    width: 100%;
    margin-inline: auto;
    padding: var(--spacing5-10);
    background-color: rgba(0, 0, 0, 0.465);
}
@media (min-width: 768px) {
    .form-wrapper-sgs9 {
        width: 90%;
        padding: var(--spacing40-50);
    }
}
@media (min-width: 992px) {
    .form-wrapper-sgs9 {
        width: 75%;
    }
}

.form-sgs9 .input-input--wrapperblock,
.form-sgs9 .textarea-input--wrapperblock,
.contact-page-form-input-sgs9,
.contact-page-form-textarea-sgs9 {
    width: 100%;
    padding: 9px 14px;
    margin-bottom: 15px;

    background-color: transparent;
    border: 1px solid var(--white);
    color: var(--white);
}

.form-sgs9 .contact-page-label-sgs9,
.form-sgs9 .input-input--wrapperblock::placeholder,
.form-sgs9 .textarea-input--wrapperblock::placeholder,
.form-sgs9 label,
.contact-page-form-input-sgs9::placeholder,
.contact-page-form-textarea-sgs9::placeholder {
    color: var(--white);
    width: 100%;
}
.form-sgs9 .textarea-input--wrapperblock,
.contact-page-form-textarea-sgs9 {
    height: 5em;
    margin-bottom: 6px;
}
.contact-page-label-sgs9.d-block ~ .contact-page-form-input-sgs9::placeholder{
    opacity: 0;
}

.policy-agreement-sgs9 {
    margin-bottom: var(--spacing30);
}

.policy-agreement-sgs9 .agreement-input-sgs9 {
    margin-right: 7px;
}

.policy-agreement-sgs9 .agreement-input-sgs9:checked {
    accent-color: var(--hover);
}

.form-sgs9 .agreement-label-sgs9 {
    color: var(--white);
}

.agreement-privacy-link-sgs9 {
    margin-left: 3px;
    color: inherit;
    font-weight: 700;
    text-decoration: underline;
    text-underline-offset: 5px;
}

.agreement-privacy-link-sgs9:hover {
    color: var(--hover);
    text-decoration-color: var(--hover);
}



.footer-sgs9 {
    padding-top:62px;
    background-color: var(--bg-color-1);
    color: var(--white);
}

.footer-logo-sgs9 {
    margin-bottom: var(--spacing30);
}
.footer-logo-sgs9 .logo-text-sgs9 {
    max-width: max-content;
}
.footer-grid-sgs9 {
    padding-block: var(--spacing20);
}
@media (min-width: 992px) {
    .footer-logo-sgs9 {
        display: none;
    }

    .footer-grid-sgs9:has(.col-12.col-lg-6) {
        text-align: start!important;
    }
}


.footer-pic-sgs9 {
    width: 80px;
    height: 80px;
}

.disclaimer-sgs9 {
    background-color: #EF2143b0;
    border: 3px solid var(--white);
    padding: var(--spacing20) 10px;
    border-radius: var(--spacing20);
}
@media (min-width: 500px) {
    .disclaimer-sgs9 {
        padding: var(--spacing20);
    }
}
.footer-menu-item-sgs9 {
    margin-bottom: var(--spacing5-10);
}

.footer-pic-sgs9 img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}


@media (min-width: 992px) {
    .footer-menu-list-sgs9 {
        position: relative;
    }

    .footer-menu-col-sgs9.col-lg-6 .footer-menu-list-sgs9:before {
        position: absolute;
        right: -50px;
        top: 50%;
        transform: translateY(-50%);
        content: '';
        width: 100%;
        height: 100px;
        background: url(pixelpantry/tematik/animals-068b9a1e92f707.png) no-repeat;
        background-size: contain;
        background-position: center;
    }
}
.footer-adress-list-sgs9 {
    position: relative;
    width: 85%;
    margin-inline: auto;
    margin-bottom: 0;
}

.footer-adress-col-sgs9.col-lg-12 .footer-adress-list-sgs9 {
    padding-top:40px;
}

.footer-adress-col-sgs9.col-lg-12 .footer-adress-list-sgs9:before {
    position: absolute;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    content: '';
    width: 100%;
    height: 47px;
    background: url(pixelpantry/tematik/liana-268b9a1e92f801.svg) no-repeat;
    background-size: contain;
    background-position: center;
}

.footer-adress-item-sgs9 {
    margin-bottom: var(--spacing5-10);
}


.footer-adress-item-sgs9 a {
    display: block;
}

.footer-whatsup-sgs9 {
    margin-top: 6px;
}

.footer-privacy-list-sgs9 {
    justify-content: center;
    flex-wrap: wrap;
    text-align: center;
}
.footer-privacy-item-sgs9 {
    padding-inline: var(--spacing10-15);
}
@media (min-width: 768px) {
    .footer-privacy-item-sgs9:not(:last-child) {
        border-right: 1px solid var(--white);
    }
}
.footer-disclaimer-text-sgs9 {
    text-transform: uppercase;
    color: #fff;
}





.rnd-igra-sgs9{
    display: flex;
    flex-direction: column-reverse;
}
.game-page-sgs9 {
    background: var(--bg-image-3);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    color: var(--black)
}

.game-page-pic-sgs9 {
    height: 429px;
    margin: 26px auto;
}
@media (min-width: 992px) {
    .game-page-pic-sgs9 {
        width: 80%;
    }
}
.comment-pic-sgs9 {
    height: 241px;
}
.game-page-pic-sgs9 img,
.comment-pic-sgs9 img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.comment-content-sgs9 {
    padding: 26px;
    background-color: #1f0b0429;
    box-shadow: rgba(0, 0, 0, 0.3) 0px 19px 38px, rgba(0, 0, 0, 0.22) 0px 15px 12px;
    width: 100%;
}
@media (min-width: 576px) {
    .comment-pic-sgs9,
    .comment-content-sgs9 {
        flex: 1;
    }
}


.demogame-sgs9 {
    width: 100%;
    height: 100vh;
}




.contact-page-sgs9 .form-wrapper-sgs9 {
    width: 100%!important;
}
.contact-page-sgs9 {
    background: var(--bg-image-3);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}
.contact-page-inner-wrapper-sgs9 {
    width: 100%;
}
@media (min-width: 768px) {
    .contact-page-inner-wrapper-sgs9 {
        width: 90%;
        margin-inline: auto;
    }
}

@media (min-width: 992px) {
    .contact-page-inner-wrapper-sgs9 {
        width: 75%;
    }
}

.contact-adress-box-sgs9,
.contact-box-2-sgs9 {
    margin-bottom: var(--spacing40-50);
    border-radius: var(--spacing30);
}
@media (max-width: 767px) {
    .contact-page-sgs9 .games-item-sgs9-1 {
        border: none;
    }
    .contact-page-sgs9 .games-item-sgs9-2 {
        box-shadow: none;
    }
}
.contact-box-1-sgs9,
.contact-box-2-sgs9 .form-wrapper-sgs9 {
    background-color: rgba(0, 0, 0, 0.465);
    padding: var(--spacing10-15);
    
}
@media (min-width: 768px) {
    .contact-adress-box-sgs9,
    .contact-box-2-sgs9 {
        padding: var(--spacing20);
    }
    
    .contact-box-1-sgs9,
    .contact-box-2-sgs9 .form-wrapper-sgs9 {
        padding: 40px;
        border-radius: var(--spacing20);
    }
}

.contact-adress-text-sgs9,
.contact-phone-block-sgs9 {
    flex: 1;
}
@media (min-width: 768px) {
    .contact-box-1-sgs9 {
        font-size: var(--font18-22);
    }
    .contact-box-1-sgs9.flex-xl-column {
        position: relative;
    }
    .contact-box-1-sgs9.flex-xl-column::before {
        position: absolute;
        right: 16px;
        bottom: -16px;
        content: '';
        width: 200px;
        height: 200px;
        background: url(pixelpantry/tematik/snake-068b9a1e92f869.svg) no-repeat;
        background-size: contain;
        background-position: center;
    }
}
.contact-link-sgs9 {
    display: flex;
    align-items: center;
    gap: 5px;
}
.contact-link-sgs9 span {
    width: 30px;
    height: 30px;
    padding: 4px;
    background-color: var(--white);
    border-radius: 50%;

    display: flex;
    justify-content: center;
    align-items: center;
}
.contact-link-sgs9 svg {
    width: 100%;
    height: 100%;
}

.contact-link-sgs9:hover .contact-link-sgs9 svg {
    fill: var(--hover)
}

.contacts-map-sgs9 {
    display: block;
    width: 100%;
    height: 382px;
    margin-bottom: var(--spacing40-50);
}







.about-page-sgs9 {
    background: var(--bg-image-3);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    color: var(--black)
}
.about-page-sgs9 .row .col-12.col-lg-6 ~ .about-pics-block-sgs9 {
    display: none!important;
}
.about-page-sgs9 .row .col-12.col-lg-12 ~ .about-page-pic-wrapper-sgs9 {
    display: none;
}

.about-page-desr-sgs9 {
    font-size: 16px;
}
.about-page-pic-sgs9,
.about-page-box-2-sgs9.col-lg-12 .about-page-pic-sgs9 {
    width: 50%;
    margin-inline: auto;
    max-height: 429px;
}
@media (min-width: 992px) {
    .about-page-pic-sgs9 {
        width: 100%;
        height: 100%;
        max-height: 429px;
    }
}
.about-page-pic-sgs9 img {
    width: 100%;
    height: 100%;
    object-fit: contain;
    max-height: 429px;
}
.about-pics-block-sgs9 {
    gap: 81px;
    justify-content: center;
    align-items: center;
}
.about-pics-item-sgs9 {
    width: 121px;
    height: 121px;
}
.about-pics-item-sgs9 img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}


.collapsible-sgs9 {
    position: relative;
    padding: 5px;
    display: flex;
    flex-direction: column;
    gap: var(--spacing20);
}
@media (min-width: 768px) {
    .collapsible-sgs9 {
        padding: var(--spacing20) var(--spacing20) var(--spacing20) 45px;
    }
}

.collapsible-item-sgs9 {
    position: relative;
    
}
.collapsible-btn-sgs9 {
    position: relative;
    
    padding: 15px var(--spacing20);
    background-color: #1f0b0429;
    box-shadow: rgba(0, 0, 0, 0.3) 0px 19px 38px, rgba(0, 0, 0, 0.22) 0px 15px 12px;
    
    width: 100%;
    font-size: 16px;
    cursor: pointer;
    
}
.collapsible-btn-titel-sgs9 {
    flex: 0.8;
    color: var(--white);
    margin-bottom: 0;
    font-size: 16px;
    text-transform: initial;
    text-align: left;
    width: 80%;
}

.collapsible-btn-sgs9::after {
    content: '';
    position: absolute;
    width: 30px;
    height: 30px;
    top: 50%;
    right: 20px;
    transform: translateY(-50%);
    background: url(templates/css/chevron-double-right.svg) no-repeat 0 0;
    background-position: center;
    background-size: 20px;
    transition: var(--transition-linear);
}
.collapsible-text-sgs9 {
    padding: 0 var(--spacing20);
    opacity: 0.5;
    max-height: 1px;
    overflow: hidden;
    transition: all 0.2s ease;
    position: relative;
    top: -100%;

    color: var(--text-primary);
    background-image: var(--gradient-1);
}
.collapsible-sgs9 input {
    display: none;
}
.collapsible-sgs9 input:checked ~ .collapsible-btn-sgs9 {
    border: 3px solid var(--bg-color-1);
    background-color: #00000057;
}
.collapsible-sgs9 input:checked ~ .collapsible-text-sgs9 {
    padding: 15px var(--spacing20);
    max-height: max-content;
    opacity: 1;
    top:0;

    background-color: #00000042;
    margin-top: 5px;
}
.collapsible-sgs9 input:checked + .collapsible-btn-sgs9::after {
    transform: rotate(-90deg) translate(50%);
}

.policy-page-sgs9 {
    border-bottom: 1px dotted var(--white);
    color: var(--black);
}

.my-btn-1 {
    margin: 14px;
    padding: 15px 26px;
    text-align: center;
    transition: 0.5s;
    background-size: 200% auto;
    color: white;
    border-radius:14px;
    display: block;
    border: 0px;
    box-shadow: 0px 0px 14px -7px #f09819;
    background-image: linear-gradient(45deg, #FF512F 0%, #F09819 51%, #FF512F 100%);
    cursor: pointer;
    user-select: none;
    -webkit-user-select: none;
    touch-action: manipulation;
}

.my-btn-1:hover {
    background-position: right center;
    color: #fff;
    text-decoration: none;
}



.my-btn-2 {
    background: linear-gradient(to bottom right, #EF4765, #FF9A5A);
    border: 0;
    border-radius: 14px;
    color: #FFFFFF;
    cursor: pointer;
    display: inline-block;
    outline: transparent;
    padding: 0 1rem;
    text-align: center;
    text-decoration: none;
    transition: box-shadow .2s ease-in-out;
    user-select: none;
    -webkit-user-select: none;
    touch-action: manipulation;
    white-space: nowrap;
}

.my-btn-2:not([disabled]):focus {
    box-shadow: 0 0 .25rem rgba(0, 0, 0, 0.5), -.125rem -.125rem 1rem rgba(239, 71, 101, 0.5), .125rem .125rem 1rem rgba(255, 154, 90, 0.5);
}

.my-btn-2:not([disabled]):hover {
    box-shadow: 0 0 .25rem rgba(0, 0, 0, 0.5), -.125rem -.125rem 1rem rgba(239, 71, 101, 0.5), .125rem .125rem 1rem rgba(255, 154, 90, 0.5);
}

.my-btn-3 {
    background: #fcfcfc;
    padding: 9px 0px;
    color: #000;
    display: inline-block;
    text-align: center;
    transition: all .4s ease-in;
}
.my-btn-3:hover {
    background-image: linear-gradient(to bottom, #ffce08, #ef9a21);
    color: #000;
    transition: all .4s ease-in;
    border-radius: 23px;
}


.my-btn-4 {
    background: #3f1303;
    padding: 9px 0px;
    color: #ffffff;
    display: inline-block;
    text-align: center;
    transition: all .4s ease-in;
}

.my-btn-4:hover {
    background: #fff;
    color: #1f0b04 !important;
    transition: all .4s ease-in;
    border-radius: 23px;
}


.my-btn-5 {
    background: #47f9ff;
    padding: 9px 0px;
    color: #ffffff;
    display: inline-block;
    text-align: center;
    margin-top: 23px;
    transition: all .4s ease-in;
}

.my-btn-5:hover {
    background: #fff;
    color: #3f2103 !important;
    transition: all .4s ease-in;
    border-radius: 23px;
}
.my-btn-secondary-1 {
    border: rgb(255, 255, 255) solid 2px;
    background-color: #00000094;
    color: rgb(255, 255, 255);
    padding: 10px 57px;
    border-radius:  36px;
    text-align: center;
    display: inline-block;
}

.my-btn-secondary-1:hover {
    background-color: #fff;
    color: rgb(0, 0, 0)
}

.my-btn-secondary-2 {
    color: #fff;
    border: 1px solid #fa6432;
    text-align: center;
    box-shadow: none;
    background-color: #00000094;
}
.my-btn-secondary-2:hover {
    background-color: #fff !important;
    border-color: #fff;
    color: #fa6432 !important;
}

