@import url('https://fonts.googleapis.com/css2?family=Eczar:wght@400..800&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Bebas+Neue&display=swap');

html,
body {
    height: 100%;
    min-width: 320px;
}
:root {
    --footer-bg: #1d1d1d;
    --gray: #bdb7b7;
    --gray-light: #00000009;

    --gray-text: #655f5f;
    --dark-gray: #414142;
    --white: #fff;
    --black: #000003;
    --hover: #36890d;
    --hover-bg: #74ff52;

    --transition: all 300ms linear;
    --margin20: 22px;
    --margin30: 30px;
    --margin40-50: 42px;


    --bg-gradient-1-1: linear-gradient(297deg, rgba(182, 5, 229, 1) 39%, rgba(178, 14, 218, 0) 63%);

    --bg-gradient-1-2: linear-gradient(297deg, rgba(5, 144, 152, 0.9695475602350315) 38%, rgba(94, 0, 176, 0.07318901681766454) 67%);
        

    --bg-gradient-2-1: linear-gradient(270deg, rgba(0, 0, 0, 1) 44%, rgba(25, 218, 14, 3) 100%);

    --bg-gradient-2-2: linear-gradient(270deg, rgba(0, 0, 0, 1) 31%, rgba(14, 218, 188, 3) 100%);


    --bg-gradient-3-1: linear-gradient(297deg, rgba(218, 113, 14, 0.798679212896094) 38%, rgba(218, 113, 14, 0.23005176191570376) 67%);

    --bg-gradient-3-2:linear-gradient(297deg, rgba(131, 58, 180, 0.7174467198988979) 0%, rgba(253, 29, 29, 0.6278108655571604) 50%, rgba(252, 176, 69, 0.5633850952490371) 100%);

    --category-item-bg-1: #13b6a9;
    --category-item-bg-2: #1342b4;
    --category-item-bg-3: #7b13b3;

    --policy-color-1: #ec8501c8;
    --policy-color-2: #ecd801c8;
    --policy-color-3: #adec01c8;
}

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

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

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

.section16dfras {
    padding:  57px 0;
}

@media (min-width: 768px) {
    .section16dfras {
        padding: 61px 0;
    }
}

h1 {
    font-family: 'Bebas Neue',
    sans-serif;
    font-size: 22px;
    font-weight: 800;
    line-height: 1.5;
}

h2,
h3,
h4,
h5 {
    font-family: 'Bebas Neue',
    sans-serif;
    font-weight: 800;
    text-transform: uppercase;
}

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

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

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

.header16dfras {
    width: 100%;
}

.logo16dfras {
    align-items: center;
    justify-content: center;

    padding: 4px 0;
    font-size: 1.14rem;
    text-align: center;
    color: var(--white);
    margin-right: 0;
    transition: var(--transition);
}
.header_ldhuu7.flex-row-reverse .logo16dfras {
   text-align: end;
}
@media (min-width: 768px) {
    .logo16dfras{
        font-size: 1.24rem;
    }
}
.logo16dfras:hover {
    color: var(--hover)
}
.logo-pic16dfras {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 55px;
    width: 55px;
    margin-right: 4px;
    margin-left: 4px;
    font-size: 15px;
}
@media (min-width: 768px) {
    .logo-pic16dfras {
        height: 57px;
        width: 57px;
    }
}
.logo-pic16dfras img {
    width: 100%;
}
.header_ldhuu7 {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding:  8px 0;
    gap: 7px;
}
.menu-btn16dfras {
    display: flex;
    align-items: center;
    justify-content: center;

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

    border-radius: 50%;

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

    transition: var(--transition);
}
.menu-btn16dfras:hover,
.menu-btn16dfras:focus {
    fill: var(--hover);

    border: 1px dashed;
    border-radius: 50;
    var(--hover);
}

@media (min-width: 768px) {
    .menu-btn16dfras {
        display: none;
    }
}
.subtias{
    text-align: center; color: #fff;
}
@media (max-width: 767px) {
    .menu-container16dfras {
        position: fixed;
        top: 0;
        left: 0;
        display: none;

        height: 100vh;
        width: 100%;
        padding: var(--margin20);

        background-color: var(--black);
    }

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

@media (min-width: 768px) {
    .menu-container16dfras {
        display: flex;
        flex-direction: row;
        align-items: center;
    }
}
@media (min-width: 1200px) {
    .menu-container16dfras {
        flex: 1;
    }
}

.menu__close-btn16dfras {
    margin: left auto;
    background-color: transparent;
    transition: var(--transition);
}

@media (min-width: 768px) {
    .menu__close-btn16dfras {
        display: none;
    }
}

.menu__icon-close16dfras {
    fill: var(--white);
    transition: var(--transition);
}

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

.menu__listhsu {
    display: flex;
    flex-direction: column;
    align-items: center;
    row-gap: 27px;
    list-style: none;
    padding: 4px;
}

@media (min-width: 768px) {
    .menu__listhsu {
        flex-direction: row;
        flex: 1;
        padding: 0;
        margin-bottom: 0;
    }
}
@media (min-width: 1200px) {
    .menu__listhsu {
        column-gap: 18px;
        justify-content: center;
    }
    .header_ldhuu7.flex-row-reverse .menu__listhsu {
        justify-content: center;
    }
}

.menu__link16dfras {
    display: block;

    font-weight: 400;
    font-size: 1.55rem;
    line-height: 1.18;
    color: var(--white);
    transition: var(--transition);
}

@media (min-width: 768px) {
    .menu__link16dfras {
        padding: 30px 7px;
        font-size: 1.18rem;
    }
}
@media (min-width: 992px) {
    .menu__link16dfras {
        font-size: 1.28rem;
    }
}
@media (min-width: 1200px) {
    .menu__link16dfras {
        font-size: 1.58rem;
    }
}

.active16dfras {
    font-weight: 800;
}
.hero16dfras {
    position: relative;
    width: 100%;
    padding: var(--margin20) 5px;

    color: var(--white);

    background: linear-gradient(0deg, rgba(0, 0, 0, 0.3308920980501575) 100%, rgba(0, 0, 0, 0) 100%),
    url(content/back/bg-all-068ad86c4dfb32.jpg) no-repeat;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}
@media (min-width: 768px) {
    .hero16dfras {
        padding: var(--margin20) 57;
    }
}
@media (min-width: 768px) {
    .hero-wrapper16dfras {
        padding: 0 17px;
    }
}
.hero16dfras-1 .hero-box16dfras-2 {
    display: none;
}
.hero16dfras-2 .hero__title16dfras,
.hero16dfras-2 .hero-box16dfras-1 span {
    text-transform: uppercase;
}
.hero16dfras-2 .hero-box16dfras-1 {
    display: none;
}
.hero-box16dfras-1 {
    padding: 62px 0;
}
.hero16dfras-2 .hero__title16dfras {
    padding: 163px 0 70px;    
}
.hero-box16dfras-1 span {
    font-size:  2rem;
    font-weight: 800;
}
.common-btn16dfras {
    display: inline-block;
    width: 95%;
    margin: 0 auto;
    padding: 7px;
}
@media (min-width: 420px) {
    .common-btn16dfras {
        font-size: 20px;
        width: max-content;
        padding: 7px var(--margin30);
        font-weight: 400;
    }
}
.hero-wrapper16dfras a:hover {
    color: var(--white)
}

.hero-devs16dfras {
    display: none;
}
@media (min-width: 650px) {
    .hero-devs16dfras {
        display: flex;
        flex-direction: row;
        justify-content: center;
        flex-wrap: wrap;
        align-items: center;

        font-size: 1.6rem;
        font-weight: 400;
        gap: 22px;
        padding: var(--margin20) 0;  
    }
    .hero16dfras-1 .hero-devs16dfras {
        color: #21ff00;
    }
    .hero16dfras-2 .hero-devs16dfras {
        color: #ffe189;
    }
}


@media (min-width: 768px) {
    .hero-devs16dfras {
        font-size: 1.24rem;
        gap: 55;
    }
}
@media (min-width: 1200px) {
    .hero-devs16dfras {
        font-size: 1.74rem;
        gap: 110px;
    }
}

.about16dfras {
    padding: 57px 0 0;
}
.about16dfras h2 {
    text-align: center;
}
.about-text16dfras {
    padding: 30px 0;
    font-size: 1.23rem;
    text-align: center;
}
.about-devs-block16dfras {
    display: none;
    justify-content: space-around;
    margin-top: var(--margin40-50);
}
@media (min-width: 768px) {
    .about-devs-block16dfras {
        display: flex;
    }
}
.about-devs-item16dfras {
    width: 100%;
    padding: 22px var(--margin20);
    background: url('libraries/css_libraries/transparent-fire-bg-small-2.png') no-repeat;
    background-position: center;
    background-size: cover;
    font-size: 1rem;
    font-weight: 800;
    text-align: center;
}


.benefits16dfras {
    color: var(--white);
    background: var(--bg-gradient-1-1);
    background-position: center;
    background-size: cover;
}
.benefits-bg-opacity {
    background: url(content/back/opacity_bg-068ad86c4dfbc8.png) no-repeat;
    background-position: center;
    background-size: cover;
}
.benefits-pic16dfras {
    display: block;
    width: 100%;
    height: 303px;
}
.benefits-pic16dfras img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
@media (min-width: 992px) {
    .benefits-pic16dfras {
        display: none;
    }
}
.benefits-titel16dfras {
    margin-bottom: var(--margin40-50);
}
.benefita-list-wrapper16dfras {
    width: 100%;
    flex-direction: column;
    display: flex;
    align-items: center;
    gap: 15px;
}
.benefits-pic-2-16dfras {
    display: none;
}
@media (min-width: 992px) {
    .benefita-list-wrapper16dfras {
        flex-direction: row;
        gap: 55px;
    }
    .benefits-pic-2-16dfras {
        display: block;
        flex: 0.8;
        426px
    }
}
.benefits-pic-2-16dfras img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}
.benefits-list16dfras {
    padding: 55px 0;
    display: flex;
    flex: 1;
    flex-direction: column;
    gap: 55px;
}
.benefits-item16dfras {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 15px;
}
@media (min-width: 768px) {
    .benefits-item16dfras {
        flex-direction: row;
        gap: var(--margin30);
    }
}
.benefits-icon16dfras {
    flex: 0.1;
}
.benefits-icon16dfras img {
    width: 38px;
    height: 26px;
}
.benefits-text16dfras {
    flex: 0.9;
    font-size: 1.14rem;
    font-weight: 400;
    width: 90%;
}
@media (min-width: 768px) {
    .benefits-text16dfras {
        width: 100%;
        font-size: 1.4rem;
    }
}
@media (min-width: 992px) {
    .benefits-text16dfras {
        font-size: 1.34rem;
    }
}


@media (min-width: 768px) {
    .games16dfras .row {
        padding: 7px 0;
    }  
}
@media (max-width: 767px) {
    .games16dfras .col-12 {
        padding: 7px 15px;
    }
}

.plays-flex-col {
    display: flex;
    gap: 20px;
}
.plays-item16dfras {
    position: relative;
    height: 100%;
}
.plays-flex-col .plays-item16dfras {
    flex: 1;
}
.plays-item-link-wrapper16dfras {
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;

    width: 100%;
    height: 100%;
}

.plays-item-link-wrapper16dfras h3 {
    position: absolute;
    top: 10px;
    right: 10px;
    font-size: 18px;
    text-transform: initial;
    transition: var(--transition);
    background-color: #d7a007;
    padding: 8px 14px;
}


.plays-pic16dfras {
    width: 100%;
    height: 245px;
}

.plays-pic16dfras img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
@media (min-width: 767px) and (max-width: 1199px) {
    .plays-item-first16dfras .plays-pic16dfras {
        height: calc(245px*2 + 20px);
    }
}

@media (min-width: 1200px) {
    .plays-pic16dfras {
        height: 245px;
    }
}
.plays-btn16dfras {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    padding-bottom: 0;
    opacity: 0;
    transition: var(--transition);
}
.plays-btn16dfras a {
    border-radius: 50%;
    width: 57px;
    min-width: 57px;
    height: 57px;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 15px;
    font-weight: 800;
    letter-spacing: .57px;
    line-height: 1.4em;
    color: #ff6400;

    text-transform: inherit;
    transition: var(--transition);
}
.plays-item16dfras:hover .plays-btn16dfras {
    opacity: 1;
}
.plays-item16dfras:hover .plays-btn16dfras a {
    background-color: var(--hover-bg);
}
.plays-item16dfras:hover h3 {
    color: var(--hover-bg);
}

.subscribeAndHowtoplayBgOpacity {
background: url(content/back/opacity_bg-168ad86c4dfbf8.png) no-repeat;
    background-position: center;
    background-size: cover;
}
.how-toplay16dfras {
    color: var(--white);
    background: var(--bg-gradient-3-1) no-repeat;
    background-position: center;
    background-size: cover;
}


.how-toplay-list {
    gap: var(--margin20);
    display: flex;
    flex-direction: column;
}

.how-toplay-item16dfras {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    gap: 15px;
    background-color: #00000075;
    padding: 16px 7px;
}
@media (min-width: 768px) {
    .how-toplay-item16dfras {
        flex-direction: row;
        padding: var(--margin20);
        gap: var(--margin20);
    }
    .how-toplay-item16dfras:nth-child(2n) {
        margin-left: calc(1px * 180);
    }
}
.how-toplay-item16dfras span {
    font-size: 38px;
    font-weight: 800;
    width: 61px;
    height: 61px;
    border-radius: 50;
    display: flex;
    justify-content: center;
    align-items: center;
}

.how-toplay-item-text16dfras {
    font-size: 20px;
    
}
@media (min-width: 768px) {
    .how-toplay-item-text16dfras {
        flex: 1;
        text-align: left;
    }
}
.how-toplay-item-pic16dfras {
    width: 148px;
    height: 148px;
}

.how-toplay-item-pic16dfras img {
    object-fit: contain;
    width: 100%;
    height: 100%;
}

.subscribe16dfras {
    padding: 40px 0;
}
.subscribe-titel16dfras {
    text-transform: initial;
    font-size: 22px;
    margin-bottom: 15px;
}
.contact-form-wrapper16dfras {
    width: 100%;
}
@media (min-width: 768px) {
    .contact-form-wrapper16dfras {
        width: 100%;
        margin: 0 auto;
    }
}
.form16dfras .input-inputelement_element,
.form16dfras .textarea-inputelement_element {
    width: 100%;
    padding: 10px 7px;
    margin-bottom: var(--margin20);
    background-color: var(--white);
    color: var(--black);
}
.form16dfras label {
    opacity: 0.4;
}
.subscribe-btn16dfras {
    border: 1px solid #ffffffb3;
    border-radius: 40px;
    color: #fff;
    font-size: 1.9em;
    font-weight: 400;
    letter-spacing: .66px;
    line-height: 1.6em;
    text-align: center;

    text-transform: inherit;
    padding: 14px 25px;
    min-width: 131px;
    display: inline-block;
}



.disclaimer16dfras {
    position: relative;
    background: #8f0a0a;
    background-position: center;
    background-size: cover;
    color: #fff;
}


.disclaimer-text16dfras {
    padding: 15px var(--margin20);
}
@media (min-width: 576px) {
    .disclaimer-text16dfras {
        font-size: 22px;
    }
}



.footer16dfras {
    text-align: center;
    padding: 65px 0 var(--margin20);
}
.footer-box1-16dfras {
    display: flex;
    flex-direction: column;
    gap: var(--margin20);
}
.footer-logo-titel16dfras {
    font-size: 26px;
    font-weight: 400;
}
.footer-box2-16dfras {
    display: flex;
    gap: 15px;
    justify-content: center;
    align-items: center;
}
.footer-pic16dfras {
    display: flex;
    width: 55px;
    height: 55px;
    justify-content: center;
    align-items: center;
}
.footer-pic16dfras img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.policy-16dfras {
    display: flex;
    justify-content: center;
    gap: 5px;
    color: var(--policy-color-3);
    flex-direction: column-reverse;
    flex-wrap: wrap;
}
@media (min-width: 992px) {
    .policy-16dfras {
        flex-direction: row;
        gap: var(--margin20);
        
    }
}
.footer-disclaimer-text16dfras {
    width: 50%;
    margin: 0 auto;
    font-size: 15px;
}
.footer-menu__listhsu {
    position: relative;
    display: flex;
    flex-direction: column;
    gap: 3px;
    margin-bottom: 0;
}
.footer-menu__listhsu:before,
.footer-menu__listhsu:after {
    content: "";
    position: absolute;

    transform: translateY(-50%);
    width: 131px;
    height: 148px;
    background: url("libraries/css_libraries/money-referal.webp") no-repeat;
    
    opacity: 0.1;
}
.footer-menu__listhsu:before {
    left: 0;
    top: -60%;
    transform: rotate(331deg);
    background-size: 160px;
}
.footer-menu__listhsu:after{
    right: 0;
    top: 50%;
    transform: translateY(-50%) rotate(-45deg);
    background-size: 130px;
}

.footer-menu__link16dfras {
    font-size: 18px;
    font-weight: 400;
}


.footer-random-box-4 .footer-disclaimer-text16dfras {
    display: none;
}
.footer-random-box-6 .footer-menu__listhsu {
    display: none;
}

.footer-box3-16dfras {
    width: 100%;
    display: flex;
    justify-content: center;
}
.footer-copyright16dfras {
    font-size: 15px;
}




.game-page16dfras {
    background: var(--bg-gradient-1-1) no-repeat;
    background-position: center;
    background-size: cover;

}

.game-page-opacity-bg16dfras {
    background: url(content/back/opacity_bg-268ad86c4dfc26.png) no-repeat;
    background-position: center;
    background-size: cover;

}
.game-page16dfras .game-pic16dfras {
    width: 159px;
    margin: var(--margin30) auto;
}
@media (min-width: 992px) {
    .game-page16dfras .game-pic16dfras {
        display: inline-block;

        width: 30%;
        padding: 36px;
        margin: 0 15px;
        
    }
}
.game-page16dfras .demogame16dfras {
    width: 100%;
    height: 777px;
}
 
.page-comments-item16dfras {
    flex-direction: column;
    margin: 0 auto;
    align-items: center;
    text-align: center;
}
@media (min-width: 992px) {
    .page-comments-item16dfras {
        width: 50%;
    }
}


.page-comments-item16dfras.flex-lg-column {
    width: 50%;
    margin: 0 auto;
    align-items: center;
    text-align: center;
}

.page-comments-pic16dfras {
    width: 159px;
    height: 159px;
    border-radius: 50%;
    overflow: hidden;
}
.page-comments-pic16dfras img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}
@media (min-width: 992px) {
    .page-comments-item16dfras.flex-lg-row .page-comments-pic16dfras {
        flex: 0.5;
        height: 100%;
        width: 100%;
    }
    .page-comments-item16dfras.flex-lg-row .page-comments-content16dfras {
        flex: 1;
        text-align: left;
    }
}


.category-page16dfras {
    background: var(--bg-gradient-2-1) no-repeat;
    background-position: center;
    background-size: cover;
    
}
.category-page-opacity-bg16dfras {
    background: url(content/back/opacity_bg-368ad86c4dfc53.png) no-repeat;
    background-position: center;
    background-size: cover;

}
.category-row-width-1 {
    width: 68%;
    margin: 0 auto;
}
@media (min-width: 600px) {
    .category-row-width-2 {
        width: 60%;
        margin: 0 auto;
    }
}
.category-col16dfras {
    padding: var(--margin20);
}
.category-col16dfras.col-md-12 .category-item-link-wrapper16dfras {
    justify-content: start;
}
.category-item16dfras {
    position: relative;
}
.category-item-link-wrapper16dfras {
    display: flex;
    align-items: center;
    justify-content: center;
}
.category-item-link-wrapper16dfras:hover {
    color: var(--white);
}
.category-pic16dfras {
    width: 100%;
    height: 345px;
}
.category-pic16dfras img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.category-item-titel16dfras {
    position: absolute;
    top: 50%;
    left: 50%;
    background-color: #2f2f2f9e;
    transform: translate(-50%, -50%);
    font-size: 20px;
    width: 90%;
    padding: 14px;
    text-align: center;
    opacity: 0;
    transition: var(--transition);
}
.category-item16dfras:hover .category-item-titel16dfras {
    opacity: 1;
}
.category-btn16dfras {
    position: absolute;
    top: 10px;
    left: 10px;
}
.category-col16dfras.col-md-12 .category-btn16dfras {
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    transition: var(--transition);
}
.category-col16dfras.col-md-12:hover .category-btn16dfras {
    top: 80%;
}
.category-btn16dfras a {
    min-width: 61px;
    font-weight: 800;
    display: inline-block;
    padding: 7px 12px;
    font-size: 20px;
    text-align: center;
}
.category-col16dfras.col-md-12 .category-btn16dfras a {
    min-width: 148px;
    padding: 11px 12px;
    font-size: 27px;
}


.contact-page16dfras {
    position: relative;
    background: var(--bg-gradient-1-1) no-repeat;
    background-position: center;
    background-size: cover;
}

.contact-box1-16dfras {
    flex-direction: column;
    align-items: center;
}

.contact-pic16dfras {
    flex: 1;
    height: 345px;
    padding: 0 var(--margin20);
}
@media (max-width: 767px) {
    .contact-pic16dfras {
        display: none;
    }
}
.contact-pic16dfras img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.contact-box1-16dfras.flex-md-column .contact-pic16dfras{
    display: none;
}
.contact-adress-list16dfras {
    flex: 1;
    font-size: 18px;
    text-align: center;
}
@media (min-width: 500px) {
    .contact-adress-list16dfras {
        font-size: 22px;
    }
}

.contact-box1-16dfras.flex-md-column .contact-adress-list16dfras {
    margin: 0 auto;
    text-align: center;
    
}

.contact-box1-16dfras.flex-md-column .contact-adress-list16dfras:before,
.contact-box1-16dfras.flex-md-column .contact-adress-list16dfras:after {
    content: "";
    position: absolute;

    width: 180px;
    height: 130px;
    background: url("libraries/css_libraries/extra-crypto.webp") no-repeat;
}
@media (max-width: 520px) {
    .contact-box1-16dfras.flex-md-column .contact-adress-list16dfras:before,
    .contact-box1-16dfras.flex-md-column .contact-adress-list16dfras:after
    {
        display: none;
    }
}
.contact-box1-16dfras.flex-md-column .contact-adress-list16dfras:before {
    left: 15%;
    top: 25%;
    transform: rotate(28deg);
    background-size: 106px;
    opacity: 0.1;
}

.contact-box1-16dfras.flex-md-column .contact-adress-list16dfras:after {
    right: 3%;
    top: 24%;
    transform: translateY(-50%) rotate(-16deg);
    background-size: 113px;
    opacity: 0.2;
}

.contact-btn-block16dfras {
    margin-top: var(--margin30);
    padding: var(--margin20);
}

.contact-btn16dfras {
    flex: 1;
    padding: 15px 17px;

    display: flex;
    align-items: center;
    justify-content: center;
    gap: 7px;
    font-size: 18px;
    font-weight: 800;

}
@media (max-width: 767px) {
    .contact-btn16dfras {
        width: 100%;
    }
}
@media (min-width: 768px) {
    .contact-btn-block16dfras.flex-md-column .contact-btn16dfras,
    .contact-btn-block16dfras.flex-md-column-reverse .contact-btn16dfras {
        width: 50%;
        margin: 0 auto;
    }
    .contact-btn16dfras {
        font-size: 22px;
    }
}
.contact-btn16dfras:first-child{
    background-color: var(--category-item-bg-3);
}
.contact-btn16dfras:last-child {
    background-color: var(--policy-color-3);
}
.contact-btn-icon {
    width: 26px;
    height: 26px;
    fill: white;
}
@media (min-width: 768px){
    .contact-btn-icon {
        width: 38px;
        height: 38px;
    }
}
.contacts-map16dfras {
    width: 100%;
    height: 431px;
    border: 0;
}



.contact-page-form16dfras {
    color: var(--white);
    background: var(--bg-gradient-3-1) no-repeat;
    background-position: center;
    background-size: cover;
}

@media (min-width: 768px) {
    .contact-page-form16dfras .form-box16dfras {
        width: 57%;
        margin: 0 auto;
    }
}

.contact-page-form16dfras .form-input16dfras,
.contact-page-form16dfras .form-textarea16dfras {
    width: 100%;
    padding: 7px 14px;
    margin-bottom: 15px;
    background-color: transparent;
    border-bottom: 2px solid var(--white);
    color: var(--white);
}

.contact-submit-btn16dfras {
    border: 1px solid #ffffffb3;
    
    border-radius: 40px;
    color: #fff;
    font-size: 1.14em;
    font-weight: 400;
    letter-spacing: .66px;
    line-height: 1.4em;
    text-align: center;

    text-transform: inherit;
    padding: 15px 20px;
    min-width: 131px;
    transition: var(--transition);
}
.contact-submit-btn16dfras:hover {
    background-color: #21ff00;
}
.policy-agreement16dfras {
    margin-bottom: var(--margin30);
    color: aliceblue;
}

.policy-agreement16dfras .agreement-input16dfras {
    margin-right: 7px;
    accent-color: var(--policy-color-1);
}

.contact-form16dfras .agreement-label16dfras {
    color: var(--grey);
}

.agreement-privacy-link16dfras {
    margin-left: 3px;
    color: inherit;
    font-weight: 400;
    transition: var(--transition);
    color: aliceblue; text-decoration: none;
}

.agreement-privacy-link16dfras:hover {
    color: var(--hover);
}


.about-page-main16dfras {
    color: var(--white);
    background: var(--bg-gradient-2-1) no-repeat;
    background-position: center;
    background-size: cover;
}
.opacity-bg16dfras {
    background: url(content/back/opacity_bg-168ad86c4dfbf8.png) no-repeat;
    background-position: center;
    background-size: cover;
}

.about-page-box1-16dfras {
    flex-direction: column;
    align-items: center;
}

@media (min-width: 768px) {
    .about-page-box1-16dfras {
        gap: var(--margin30)
    }
}

.about-page-box2-16dfras {
    flex: 1;
}
.about-page-box1-16dfras.flex-md-row .about-page-pic16dfras,
.about-page-box1-16dfras.flex-md-row-reverse .about-page-pic16dfras {
    flex: 0.3;
}
.about-page-box1-16dfras.flex-md-column .about-page-pic16dfras {
    width: 159px;
    height: 159px;
}
.about-page-pic16dfras img {
    width: 90%;
    height: 100%;
    object-fit: contain;
    margin: 0 auto;
}
 

.blog16dfras-pic16dfras {
    width: 65%;
    margin: 15px auto;
}
.collapsible16dfras {
    position: relative;
    padding: 5px;
    display: flex;
    flex-direction: column;
    gap: var(--margin20);
}
@media (min-width: 768px) {
    .collapsible16dfras {
        padding: var(--margin20) var(--margin20) var(--margin20) 55px;
    }
}

.collapsible-item16dfras {
    position: relative;
}
.collapsible-btn16dfras {
    position: relative;
    
    padding: 15px var(--margin20);
    background-color: var(--category-item-bg-3);
    
    width: 100%;
    font-size: 18px;
    cursor: pointer;
    
}
.collapsible-btn-titel16dfras {
    flex: 0.8;
    color: var(--white);
    margin-bottom: 0;
    font-size: 18px;
    text-transform: initial;
    text-align: left;
    width: 80%;
}

.collapsible-btn16dfras::after {
    content: '';
    position: absolute;
    width: 30px;
    height: 30px;
    top: 50%;
    right: 20px;
    transform: translateY(-50%);
    background: url('libraries/css_libraries/up-chevron.svg') no-repeat 0 0;
    background-position: center;
    background-size: 20px;
    transition: var(--transition);
}
.collapsible-text16dfras {
    padding: 0 var(--margin20);
    opacity: 0.5;
    max-height: 1px;
    overflow: hidden;
    transition: all 0.2s ease;
    position: relative;
    top: -100%;
}
.collapsible16dfras input {
    display: none;
}
.collapsible16dfras input:checked ~ .collapsible-text16dfras {
    padding: 15px var(--margin20);
    max-height: max-content;
    opacity: 1;
    top:0;
}
.collapsible16dfras input:checked + .collapsible-btn16dfras::after {
    transform: rotate(-90deg) translate(50%);
}

.policy-page16dfras {
    border-bottom: 2px dashed var(--white);
}
.menu-svg16dfras{
    color: white;
    width: 25px;
}
.submit-btn-1 {
    appearance: none;
    background-color: #2ea44f;
    border: 2px solid rgba(27, 31, 35, .15);
    border-radius: 8px;
    box-shadow: rgba(27, 31, 35, .1) 0 2px 0;
    box-sizing: border-box;
    color: #fff;
    cursor: pointer;
    display: inline-block;
    
    padding: 8px 16px;
    position: relative;
    text-align: center;
    text-decoration: none;
    user-select: none;
    -webkit-user-select: none;
    touch-action: manipulation;
    vertical-align: middle;
    white-space: nowrap;
}

.submit-btn-1:focus:not(:focus-visible):not(.focus-visible) {
    box-shadow: none;
    outline: none;
}

.submit-btn-1:hover {
    background-color: #2c974b;
}

.submit-btn-1:focus {
    box-shadow: rgba(46, 164, 79, .8) 0 0 0 3px;
    outline: none;
}

.submit-btn-1:disabled {
    background-color: #94d3a8;
    border-color: rgba(27, 31, 35, .1);
    color: rgba(255, 255, 255, .8);
    cursor: default;
}

.submit-btn-1:active {
    background-color: #298e48;
    box-shadow: rgba(20, 70, 32, .2) 0 1px 0 inset;
}




.submit-btn-2 {
    background-image: linear-gradient(#42A1EC, #0070C8);
    border:  2px solid #0077CC;
    border-radius: 4px;
    box-sizing: border-box;
    color: #FFFFFF;
    cursor: pointer;
    direction: ltr;
    display: block;
    
    min-width: 38px;
    overflow: visible;
    padding: 4px 14px;
    text-align: center;
    vertical-align: baseline;
    user-select: none;
    -webkit-user-select: none;
    touch-action: manipulation;
    white-space: nowrap;
}

.submit-btn-2:disabled {
    cursor: default;
    opacity: .3;
}

.submit-btn-2:hover {
    background-image: linear-gradient(#51A9EE, #147BCD);
    border-color: #1482D0;
    text-decoration: none;
}

.submit-btn-2:active {
    background-image: linear-gradient(#3D94D4, #0067B4);
    border-color: #006DBC;
    outline: none;
}

.submit-btn-2:focus {
    box-shadow: rgba(131, 192, 253, 0.4) 0 0 0 3px;
    outline: none;
}



.submit-btn-3 {
    background-color: #36A9AE;
    background-image: linear-gradient(#37ADB3, #329CA0);
    border: 2px solid #2A8387;
    border-radius: 3px;
    box-shadow: rgba(0, 0, 0, 0.12) 0 1px 1px;
    color: #FFFFFF;
    cursor: pointer;
    display: block;
    margin: 0;
    outline: 0;
    padding: 11px 15px 14px;
    text-align: center;
    transition: box-shadow .04s ease-in-out, opacity .04s ease-in-out;
    user-select: none;
    -webkit-user-select: none;
    touch-action: manipulation;
    width: 100%;
}

.submit-btn-3:hover {
    box-shadow: rgba(255, 255, 245, 0.3) 0 0 2px inset, rgba(0, 0, 0, 0.4) 0 1px 2px;
    text-decoration: none;
    transition-duration: .15s, .15s;
}

.submit-btn-3:active {
    box-shadow: rgba(0, 0, 0, 0.14) 0 2px 4px inset, rgba(0, 0, 0, 0.4) 0 1px 2px;
}

.submit-btn-3:disabled {
    cursor: not-allowed;
    opacity: .6;
}

.submit-btn-3:disabled:active {
    pointer-events: none;
}

.submit-btn-3:disabled:hover {
    box-shadow: none;
}



.submit-btn-4 {
    align-items: center;
    background-image: linear-gradient(144deg, #AF40FF, #5B42F3 50%, #00DDEB);
    border: 0;
    border-radius: 14px;
    box-shadow: rgba(151, 65, 252, 0.3) 0 14px 26px -5px;
    box-sizing: border-box;
    color: #FFFFFF;
    display: flex;
    
    justify-content: center;
    max-width: 100%;
    min-width: 148px;
    padding: 20px 22px;
    user-select: none;
    -webkit-user-select: none;
    touch-action: manipulation;
    white-space: nowrap;
    cursor: pointer;
}

.submit-btn-4:active,
.submit-btn-4:hover {
    outline: 0;
}

@media (min-width: 768px) {
    .submit-btn-4 {
        min-width:  245px;
    }
}



.submit-btn-5 {
    background-color: #111827;
    border: 2px solid transparent;
    border-radius: .75rem;
    box-sizing: border-box;
    color: #FFFFFF;
    cursor: pointer;
    flex: 0 0 auto;
    padding: .75rem 1.3rem;
    text-align: center;
    text-decoration: none #6B7280 solid;
    text-decoration-thickness: auto;
    transition-duration: .3s;
    transition-property: background-color, border-color, color, fill, stroke;
    transition-timing-function: cubic-bezier(.4, 0, 0.3, 1);
    user-select: none;
    -webkit-user-select: none;
    touch-action: manipulation;
    width: auto;
}

.submit-btn-5:hover {
    background-color: #374151;
}

.submit-btn-5:focus {
    box-shadow: none;
    outline: 3px solid transparent;
    outline-offset: 2px;
}

@media (min-width: 768px) {
    .submit-btn-5 {
        padding: .74rem 1.4rem;
    }
}

.bright-light-1 {
    background-color: #a6e61e;
}
.bright-light-2 {
    background-color: #eadf20;
}
.bright-light-3 {
    background-color: #84ffa8;
}
.bright-light-4 {
    background-color: #63feea;
}
.bright-light-5 {
    background-color: #67ff1c;
}
.bright-light-6 {
    background-color: #6a82ff;
}
.bright-light-7 {
    background-color: #c259ff;
}
.bright-light-8 {
    background-color: #ff5ae8;
}
.bright-light-9 {
    background-color: #ff5aa8;
}
.bright-light-10 {
    background-color: #ff224c;
}

.bg-dark-1 {
    background-color: #281212;
}
.bg-dark-2 {
    background-color: #112918;
}
.bg-dark-3 {
    background-color: #121c28;
}
.bg-dark-4 {
    background-color: #120418;
}
.bg-dark-5 {
    background-color: #031620;
}



.bright-red-1 {
    background-color: #fb2528;
}
.bright-red-2 {
    background-color: #fb7328;
}
.bright-red-3 {
    background-color: #9bff28;
}


.bg-gradient-dark-1 {
    background-color: linear-gradient(13deg, rgba(40, 18, 18, 1) 28%, rgba(40, 18, 18, 0.5745895770417548) 82%);;
}
.bg-gradient-dark-2 {
    background-color: linear-gradient(324deg, rgb(4 23 7) 36%, rgb(4 135 26 / 92%) 83%);
}
.bg-gradient-dark-3 {
    background-color: linear-gradient(346deg, rgba(3, 4, 84, 1) 23%, rgba(3, 4, 84, 0.7034411176580008) 100%);;
}
.bg-gradient-dark-4 {
    background-color: linear-gradient(198deg, rgba(18, 4, 23, 0.9443374762014181) 41%, rgba(18, 4, 23, 0.7426568039325108) 100%);;
}
.bg-gradient-dark-5 {
    background-color: linear-gradient(47deg, rgba(3, 22, 32, 0.97514980113138) 41%, rgba(3, 22, 32, 0.8743094649969363) 100%);
}


.footer-logos {
    display: flex;
    justify-content: center; 
    align-items: center;
   flex-wrap: wrap;
    gap: 20px;
    padding: 20px;
  }
  
  .footer-logos a img {
    max-height: 50px;
    width: auto;
    display: block;
  }


  iframe{
    width: 100%;
    height: 100vh;
  }