/* NAVIGATION */
main{
    background-color: #1C121F;
}
footer{
    background-color: #100a12;
    overflow-x: hidden;
}
.fixed{
    position: fixed;
    width: 100%;
    background-color: #1C121F;
    z-index: 10
}

nav ul {
    list-style: none;
    margin: 0;
    padding: 0;
}
  
nav li {
    display: inline-block;
}



nav a:hover {
    color: #F5FBF2;

}

.nav-float{
    float:right;
}

.spacer{
    height: 40px;
}

.nav-flex{
    display: flex;
    flex-direction: row;
    align-items: center; 
    height: 102px;  
}

.nav-flex-child{
    display: flex;
    flex-direction: row;
    align-items: center;
    width: 100%;
    justify-content: space-between;  
}
.li-one{
    display: flex;
    align-items: center;
    flex-direction: row;
}
.li-two{
    display: flex;
    align-items: center;
    flex-direction: row;
}

@media(min-width:1400px){
    .button-nav{
        display:flex;
        align-items: center;
        flex-direction: row;
        padding-right: 22px;
        padding-left: 22px;
    }
}
@media(max-width:1399px){
    .button-nav{
        display:flex;
        align-items: center;
        flex-direction: row;
        padding-right: 19px;
        padding-left: 19px;
    }
}

@media(max-width:1199px){
    .button-nav{
        display:flex;
        align-items: center;
        flex-direction: row;
        padding-right: 11px;
        padding-left: 11px;
    }
    nav a {
        display: block;
        padding: 10px;
        padding-right: 0px;
        text-decoration: none;
        color: #F5FBF2;
        font-family: 'Work Sans', sans-serif;
        font-weight: 500;
        font-size: 20px;
        letter-spacing: 0.02em;
        transition:ease-in;
        transition: 0.2s;
    }
    .logo{
        width: 60px;
        margin-right: 19px;
    }
    .svg-width{
        width:20px;
    }
    .special-padding-img{
        margin-top: -3px;
        width:19px;
    }
    .button-nav:after {
        content: '';
        position: absolute;
        width: 100%;
        transform: scaleX(0);
        height: 2px;
        bottom: -2px;
        left: 0;
        transform-origin: center;
        transition: transform 0.22s ease-out;
        background-color: #FFCE4E;
        z-index: 3;
    }
      
    .button-nav:hover:after {
        transform: scaleX(1);
        transform-origin: center;
    }
    .dropbtn {
        color: white;
        padding-bottom: 26px;
        padding-top: 26px;
        font-size: 16px;
        border: none;
    }
      
    .dropdown {
        position: relative;
        display: inline-block;
    }
      
    .dropdown-content {
        display: none;
        position: absolute;
        background-color: #1C121F;
        min-width: 250px;
        z-index: 1;
        top:102px;
        left:0;
        border: 2px solid #3F2F43;
    }
      
    .dropdown-content a {
        color: rgb(181 181 181);
        padding: 8px 40px;
        text-decoration: none;
        display: block;
    }

    .dropdown-content-language {
        display: none;
        position: absolute;
        background-color: #1C121F;
        min-width: 120px;
        z-index: 1;
        top:102px;
        right:0;
        border: 2px solid #3F2F43;
    }
      
    .dropdown-content-language a {
        color: rgb(128, 128, 128);
        padding: 12px 16px;
        text-decoration: none;
        display: block;
    }
    
}

@media(min-width:1200px){
    nav a {
        display: block;
        padding: 12px;
        padding-right: 0px;
        text-decoration: none;
        color: #F5FBF2;
        font-family: 'Work Sans', sans-serif;
        font-weight: 500;
        font-size: 21px;
        letter-spacing: 0.02em;
        transition:ease-in;
        transition: 0.2s;
    }
    .logo{
        width: 60px;
        margin-right: 31px;
    }
    .svg-width{
        width:23px;
    }
    .special-padding-img{
        margin-top: -5px;
        width:21px;
    }
    .button-nav:after {
        content: '';
        position: absolute;
        width: 100%;
        transform: scaleX(0);
        height: 2px;
        bottom: -2px;
        left: 0;
        transform-origin: center;
        transition: transform 0.22s ease-out;
        background-color: #FFCE4E;
        z-index: 3;
    }
    .button-nav:hover:after {
        transform: scaleX(1);
        transform-origin: center;
    }
    
    .dropbtn {
        color: white;
        padding-bottom: 23px;
        padding-top: 23px;
        font-size: 16px;
        border: none;
    }
      
    .dropdown {
        position: relative;
        display: inline-block;
    }
      
    .dropdown-content {
        display: none;
        position: absolute;
        background-color: #1C121F;
        min-width: 250px;
        z-index: 1;
        top:102px;
        left:0;
        border: 2px solid #3F2F43;
    }
      
    .dropdown-content a {
        color: rgb(181 181 181);
        padding: 8px 40px;
        text-decoration: none;
        display: block;
    }
    .dropdown-content-language {
        display: none;
        position: absolute;
        background-color: #1C121F;
        min-width: 120px;
        z-index: 1;
        top: 102px;
        right: 0;
        border: 2px solid #3F2F43;
    }
      
    .dropdown-content-language a {
        color: rgb(128, 128, 128);
        padding: 12px 16px;
        text-decoration: none;
        display: block;
    }
    
}

.cleaner:after{
    position: relative;
}

.button-nav-2{
    display:flex;
    align-items: center;
    flex-direction: row;
}

.special-font{
    font-weight: 400;
}
.special-font:hover{
    color:#FFCE4E;
}
.soon{
    font-family: 'Work Sans', sans-serif;
    font-size: 12px;
    font-weight: 500;
    line-height: 14px;
    letter-spacing: 0.02em;
    margin-left: -27px;
    margin-top: -26px;
    color: #FFCE4E;

}

@media (min-width: 1600px){
    .container, .container-lg, .container-md, .container-sm, .container-xl, .container-xxl {
        max-width: 1440px!important;
    }
}

.button-nav{
    position:relative;
}

@media(max-width:992px){
    .nav-flex{
        display:none;
    }
    .nav-flex-mobile{
        display:block;
    }
}
@media(min-width:992px){
    .nav-flex-mobile{
        display:none;
    }
    .nav-flex{
        display:block;
    }
}
@media(min-width:992px){
    .menu-line{
        width: 100%;
        height: 2px;
        background: linear-gradient(90deg, #46364A 0%, #2B1A30 51.56%, rgba(90, 70, 97, 0) 100%);
    }
    .dropdown-content{
        box-shadow: 0px 16px 32px 0px #00000054;
    }
}
@media(max-width:991px){
    .menu-line{
        margin-top: -12px;
        width: 100%;
        height: 2px;
        background: linear-gradient(90deg, #46364A 0%, #2B1A30 51.56%, rgba(90, 70, 97, 0) 100%);
    }
}

  
  
.dropdown:hover .dropdown-content {display: block;}


.dropdown:hover .dropdown-content-language {display: block;}


.first-dropdown{
    padding-top: 26px!important;
}
.last-dropdown{
    padding-bottom: 26px!important;
}

.a-reset{
    padding:0!important;
}


/* MENU BUTTON */
.ham {
    cursor: pointer;
    -webkit-tap-highlight-color: transparent;
    transition: transform 400ms;
    -moz-user-select: none;
    -webkit-user-select: none;
    -ms-user-select: none;
    user-select: none;
}
.hamRotate.active {
    transform: rotate(45deg);
}
.hamRotate180.active {
    transform: rotate(180deg);
}
.line {
    fill:none;
    transition: stroke-dasharray 400ms, stroke-dashoffset 400ms;
    stroke:#FFCE4E;
    stroke-width:5;
}
.ham4 .top {
    stroke-dasharray: 40 121;
}
.ham4 .bottom {
    stroke-dasharray: 40 121;
}
.ham4.active .top {
    stroke-dashoffset: -68px;
}
.ham4.active .bottom {
    stroke-dashoffset: -68px;
}
.custom-stroke{
    stroke:black
}

/* Copyright (c) 2022 by Mikael Ainalem (https://codepen.io/ainalem/pen/LJYRxz)

Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:

The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.

THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. */

/* MENU BUTTON END */

.nav-flex-child-mobile{
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
    height: 93px;
    margin-bottom: 12px;
}

.logo-mobile{
    width:48px;
}

.slide-down-menu{
    visibility: hidden;
    transition: visibility 0s linear 250ms, opacity 250ms;
    opacity: 0;
    position:fixed;
    height:100%;
    width: 100%;
    background: linear-gradient(174.71deg, #301725 2.53%, #332E33 97.25%);
    transition: top .3s cubic-bezier(.17,.04,.03,.94);
    display:flex;
    flex-direction: column;
    align-items: flex-start;
    list-style-type: none;
    z-index: 10;
    padding-left: 0px;
}
@media(max-width:991px){
    .slide-down-menu.open{
    visibility: visible;
    opacity: 1;
    transition: visibility 0s linear 0s, opacity 300ms;
    /* Set max-height to something bigger than the box could ever be */ 
    }
    .light-blue-blurr{
        position: absolute;
        z-index: 0;
        margin-top: -358px;
        margin-left: -316px;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
    }
    .light-blue-blurr-two{
        position: absolute;
        z-index: 0;
        margin-top: -32px;
        margin-left: -316px;
        top: 10%;
        left: 50%;
        transform: translate(-50%, -50%);
    }
    .light-blue-blurr-three{
        position: absolute;
        z-index: -1;
        margin-top: 311px;
        margin-left: -316px;
        top: 10%;
        left: 50%;
        transform: translate(-50%, -50%);
    }
}
@media(min-width:992px){
    .slide-down-menu.open{
    visibility: hidden;
    opacity: 0; 
    }
}
.mobil-nav-button{
    color: #F5FBF2;
    text-decoration: none;
    font-family: 'Work Sans', sans-serif;
    font-size: 24px;
    font-weight: 500;
}
.li-mobile{
    display:flex;
    justify-content: space-between;
    align-items: center;
    padding: 14px 0px;
}
.mobile-left-top{
    padding-top: 34px;
}
.mobile-left-bottom{
    padding-bottom: 34px;
    border-bottom: 1px solid #3F2F43;
}
.mobile-left-bottom-line{
    border-bottom: 1px solid #3F2F43;
}
.top-line{
    border-top: 1px solid #3F2F43;
}
.mobile-left{
    display:flex;
    align-items: center;
    flex-direction: row;
}
.mobile-icon{
    padding-right: 18px;
}
.hamburger {
    margin-right: -18px;
}

.soon-mobile{
    font-family: 'Work Sans', sans-serif;
    margin-bottom: 0;
    letter-spacing: 0.02em;
    font-style: normal;
    font-weight: 600;
    font-size: 16px;
    color: #FFCE4E;
}
.flag-mobile{
    padding-right: 10px;
}

#box {
    position: relative;
    top: -20px;
    opacity: 0;
    display: none;
    transition: all 0.2s ease;
}
  
#box.show {
    top: 0;
    opacity: 1;
    display: block;
}
  
#show-box {
    cursor: pointer;
}

#box2 {
    position: relative;
    top: -20px;
    opacity: 0;
    display: none;
    transition: all 0.2s ease;
}
  
#box2.show {
    top: 0;
    opacity: 1;
    display: block;
}
  
#show-box2 {
    cursor: pointer;
}

#box3 {
    position: relative;
    top: -20px;
    opacity: 0;
    display: none;
    transition: all 0.2s ease;
}
  
#box3.show {
    top: 0;
    opacity: 1;
    display: block;
}
  
#show-box3 {
    cursor: pointer;
}

#box4 {
    position: relative;
    top: -20px;
    opacity: 0;
    display: none;
    transition: all 0.2s ease;
}
  
#box4.show {
    top: 0;
    opacity: 1;
    display: block;
}
  
#show-box4 {
    cursor: pointer;
}

#box5 {
    position: relative;
    top: -20px;
    opacity: 0;
    display: none;
    transition: all 0.2s ease;
}
  
#box5.show {
    top: 0;
    opacity: 1;
    display: block;
}
  
#show-box5 {
    cursor: pointer;
}

.expandable-navbar{
    display: flex;
    flex-direction: column;
    align-items: flex-start;
}
.mobile-links{
    padding-left: 70px;
    text-decoration: none;
    font-family: 'Work Sans', sans-serif;
    font-style: normal;
    font-weight: 500;
    font-size: 22px;
    letter-spacing: 0.02em;
    color:#a8a8a8;
    cursor: pointer;
    padding-top: 4px;
    padding-bottom: 4px;
}
.mobile-links:hover{
    color: #F5FBF2;
}
.mobil-nav-button:hover{
    color: #FFCE4E;
}
#object {
    opacity: 1;
    transition:  transform 0.2s ease;
}
#object2 {
    opacity: 1;
    transition:  transform 0.2s ease;
}
#object3 {
    opacity: 1;
    transition:  transform 0.2s ease;
}
#object4 {
    opacity: 1;
    transition:  transform 0.2s ease;
}
#object5 {
    opacity: 1;
    transition:  transform 0.2s ease;
}
.rotate-horizontal {
    transform: rotateX(180deg) translateY(0);
    opacity: 0;
}
.rotate-horizontal.close {
    transform: rotateX(0deg) translateY(0px);
    opacity: 0;
}
.mobile-links-special{
    padding-bottom: 26px;
}
/* REVIEW */
.review-bulletpoint{
    display: flex;
    align-items: flex-start;
    flex-direction: row;
    padding-top: 8px;
    padding-bottom: 8px;
}
.checkbox{
    padding-right: 18px;
    padding-top: 9px;
}

@media(min-width:1400px){
   .review-nadpis{
    font-family: 'Oxanium';
    font-style: normal;
    font-weight: 600;
    font-size: 32px;
    line-height: 45px;
    letter-spacing: 0.05em;
    color: #F5FBF2;
    padding-bottom: 22px;
    padding-top: 22px;
    } 
    .review-p{
        font-family: 'Work Sans';
        font-style: normal;
        font-weight: 500;
        font-size: 21px;
        line-height: 36px;
        display: flex;
        color: #BDAAC1;
        margin-bottom: 8px;
    }
}
@media(max-width:1400px){
    .review-nadpis{
        font-family: 'Oxanium';
        font-style: normal;
        font-weight: 600;
        font-size: 30px;
        line-height: 45px;
        letter-spacing: 0.05em;
        color: #F5FBF2;
        padding-bottom: 22px;
        padding-top: 22px;
    } 
    .review-p{
        font-family: 'Work Sans';
        font-style: normal;
        font-weight: 500;
        font-size: 21px;
        line-height: 36px;
        display: flex;
        color: #BDAAC1;
        margin-bottom: 8px;
    }
}
@media(max-width:1200px){
    .review-nadpis{
        font-family: 'Oxanium';
        font-style: normal;
        font-weight: 600;
        font-size: 28px;
        line-height: 45px;
        letter-spacing: 0.05em;
        color: #F5FBF2;
        padding-bottom: 22px;
        padding-top: 22px;
    } 
    .review-p{
        font-family: 'Work Sans';
        font-style: normal;
        font-weight: 500;
        font-size: 20px;
        line-height: 36px;
        display: flex;
        color: #BDAAC1;
        margin-bottom: 8px;
    }
}
@media(max-width:767px){
    .review-nadpis{
        font-family: 'Oxanium';
        font-style: normal;
        font-weight: 600;
        font-size: 22px;
        line-height: 38px;
        letter-spacing: 0.05em;
        color: #F5FBF2;
        padding-bottom: 22px;
        padding-top: 22px;
    } 
    .review-p{
        font-family: 'Work Sans';
        font-style: normal;
        font-weight: 500;
        font-size: 18px;
        line-height: 32px;
        display: flex;
        color: #BDAAC1;
        margin-bottom: 8px;
    }
    .prefooter-nadpis{
        padding-top: 100px;
        font-family: 'Oxanium';
        font-style: normal;
        font-weight: 700;
        font-size: 64px;
        line-height: 130px;
        text-align: center;
        color: #F5FBF2;
        margin-bottom: 0px;
        position: relative;
        z-index: 1;
        margin-bottom: 35px;
    }
}
@media(min-width:767px){
    .prefooter-nadpis{
        padding-top: 100px;
        font-family: 'Oxanium';
        font-style: normal;
        font-weight: 700;
        font-size: 64px;
        line-height: 130px;
        text-align: center;
        color: #F5FBF2;
        margin-bottom: 0px;
        position: relative;
        z-index: 1;
    }
}
@media(min-width:539px){
    .review-flex{
        padding:50px;
        background: #302034;
        border-left: #E03054 solid 2px;
    }
    .red-blurr{
        position: absolute;
        z-index: 0;
        margin-top: -214px;
        margin-left: -631px;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
    }
    .green-blurr{
        position: absolute;
        z-index: 0;
        margin-top: 158px;
        margin-left: 310px;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
    }
    
}
@media(max-width:539px){
    .review-nadpis{
        font-family: 'Oxanium';
        font-style: normal;
        font-weight: 600;
        font-size: 21px;
        line-height: 30px;
        letter-spacing: 0.05em;
        color: #F5FBF2;
        padding-bottom: 10px;
        padding-top: 22px;
    } 
    .review-p{
        font-family: 'Work Sans';
        font-style: normal;
        font-weight: 500;
        font-size: 18px;
        line-height: 28px;
        display: flex;
        color: #BDAAC1;
        margin-bottom: 8px;
    }
    .review-flex{
        padding-top: 50px;
        padding-bottom: 50px;
        padding-left: 25px;
        padding-right: 25px;
        background: #302034;
        border-left: #E03054 solid 2px;
    }
    .checkbox{
        width: 50px;
    }
    .red-blurr{
        display: none;
    }
    .green-blurr{
        display: none;
    }    
}

.review-bulletpoint-special{
    padding-bottom: 0px!important;
}
@media(max-width:390px){
    .ellipse-red-special{
        margin-left: -23px!important;
    }
}
@media(max-width:365px){
    .ellipse-red-special{
        margin-left: -23px!important;
    }
    .adjustment-ellipse-red2{
        padding-left: 16px!important;
        padding-right: 0px!important;
    }
}
@media(max-width:307px){
    .ellipse-red-special{
        display: none;
    }
    .adjustment-ellipse-red2{
        padding-left: 0px!important;
        padding-right: 0px!important;
    }
}
/* PREFOOTER*/
.prefooter{
    background-image: url("/img/pre-footer.webp");
    background-repeat: no-repeat;
    width: 100%;
    background-size: cover;
    position: relative;
}
@media(min-width: 539px){
   .form-footer{
    display: flex;
    flex-direction: row;
    justify-content: center;
    padding-bottom: 114px;
    position: relative;
    z-index: 1;
   }
    
}
@media(max-width:736px){
    .input{
        border: 1px solid #E7B226;
        background: transparent;
        height: 96px;
        width: 436px;
        font-family: 'Work Sans';
        font-style: normal;
        font-weight: 400;
        font-size: 24px;
        line-height: 35px;
        padding-left: 32px;
        color: #A48EA9;
        margin-left: 40px;
    }
    .button-prefooter{
        height: 96px;
        width: 244px;
        color: #251928;
        background: #E7B226;
        font-family: 'Work Sans';
        font-style: normal;
        font-weight: 700;
        font-size: 24px;
        line-height: 35px;
        border: none;
        margin-left: -4px;
        margin-right: 40px;
    }
}
@media(min-width:736px){
    .input{
        border: 1px solid #E7B226;
        background: transparent;
        height: 96px;
        width: 436px;
        font-family: 'Work Sans';
        font-style: normal;
        font-weight: 400;
        font-size: 24px;
        line-height: 35px;
        padding-left: 32px;
        color: #A48EA9;
    }
    .button-prefooter{
        height: 96px;
        width: 244px;
        color: #251928;
        background: #E7B226;
        font-family: 'Work Sans';
        font-style: normal;
        font-weight: 700;
        font-size: 24px;
        line-height: 35px;
        border: none;
        margin-left: -4px;
    }
}
@media(max-width: 539px){
    .form-footer{
     display: flex;
     flex-direction: column;
     justify-content: center;
     padding-bottom: 114px;
     position: relative;
     z-index: 1;
     align-items: center;
    padding-left: 45px;
    padding-right: 45px;
    }
    .input{
        border: 1px solid #E7B226;
        background: transparent;
        height: 80px;
        width: 100%;
        font-family: 'Work Sans';
        font-style: normal;
        font-weight: 400;
        font-size: 24px;
        line-height: 35px;
        padding-left: 0px;
        color: #A48EA9;
        margin-left: 0px;
        text-align: center;
    }
    .button-prefooter{
        height: 80px;
        width: 100%;
        color: #251928;
        background: #E7B226;
        font-family: 'Work Sans';
        font-style: normal;
        font-weight: 700;
        font-size: 24px;
        line-height: 35px;
        border: none;
        margin-left: 0px;
        margin-right: 0px;
    }
}
@media(max-width: 470px){
    .form-footer{
        display: flex;
        flex-direction: column;
        justify-content: center;
        padding-bottom: 114px;
        position: relative;
        z-index: 1;
        align-items: center;
       padding-left: 25px;
       padding-right: 25px;
    }
}
@media(max-width: 400px){
    .form-footer{
        display: flex;
        flex-direction: column;
        justify-content: center;
        padding-bottom: 114px;
        position: relative;
        z-index: 1;
        align-items: center;
       padding-left: 10px;
       padding-right: 10px;
    }
}

.footer-main{
    background-color: #251928;
    overflow: hidden;
}
@media(min-width:1400px){
   .footer-col2{
    margin-left: -200px;
    position: relative;
    z-index: 1;
    } 
}
@media(max-width:1400px){
    .footer-col2{
     margin-left: -125px;
     position: relative;
     z-index: 1;
    } 
}
@media(max-width:1200px){
    .footer-col2{
     margin-left: -40px;
     position: relative;
     z-index: 1;
    } 
}
@media(min-width:991px){
    .footer-main-flex{
        display: flex;
        padding-top: 108px;
        padding-bottom: 108px;
        justify-content: space-between;
        position: relative;
    }
    .moto{
        font-family: 'Work Sans';
        font-style: normal;
        font-weight: 500;
        font-size: 20px;
        line-height: 36px;
        color: #96839B;
        margin-bottom: 35px;
    }
    .copyright{
        margin-top: 60px;
        font-family: 'Work Sans';
        font-style: normal;
        font-weight: 400;
        font-size: 20px;
        line-height: 36px;
        color: #96839B;
    }
    .footer-col3, .footer-col4{
        display: flex;
        flex-direction: column;
        position: relative;
        z-index: 1;
    }
    .footer3-4-mobile{
        display: none;
    }
    .footer-col2-mobile{
        display: none;
    }
    .img-footer{
        width: 194px;
        height: 194px;
        position: relative;
        z-index: 1;
    }
    .light-blue-blurr{
        position: absolute;
        z-index: 0;
        margin-top: -201px;
        margin-left: -511px;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
    }
    .light-blue-blurr-two{
        position: absolute;
        z-index: 0;
        margin-top: 353px;
        margin-left: -511px;
        top: 0%;
        left: 50%;
        transform: translate(-50%, -50%);
    }
    .light-blue-blurr-three{
        position: absolute;
        z-index: -1;
        margin-top: -180px;
        margin-left: -511px;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
    }
}
@media(max-width:991px){
    .img-footer{
        width: 160px;
        height: 160px;
        position: relative;
        z-index: 1;
        margin-bottom: 60px;
    }
    .footer-col2{
     margin-left: 0px;
     position: relative;
     z-index: 1;
    }
    .footer-main-flex {
        display: flex;
        padding-top: 75px;
        padding-bottom: 30px;
        justify-content: space-between;
        position: relative;
        flex-direction: column;
        align-items: center;
    }
    .socials{
        display: none;
    }
    .moto{
        font-family: 'Work Sans';
        font-style: normal;
        font-weight: 500;
        font-size: 20px;
        line-height: 36px;
        color: #96839B;
        margin-bottom: 50px;
        text-align: center;
    }
    .copyright{
        display: none;
    }
    .footer-col3, .footer-col4{
        display: none;
    }
    .footer3-4-mobile{
        display: flex;
        flex-direction: row;
        width: 100%;
        justify-content: space-evenly;
        margin-bottom: 60px;
    }
    .footer-col2-mobile{
        margin-left: 0px;
        position: relative;
        z-index: 1;
        display: flex;
        flex-direction: column;
        align-items: center;
    }
    .copyright-mobile{
        margin-top: 40px;
        font-family: 'Work Sans';
        font-style: normal;
        font-weight: 400;
        font-size: 20px;
        line-height: 36px;
        color: #96839B;
    }
}
@media(max-width:767px){
    .footer3-4-mobile{
        display: flex;
        flex-direction: row;
        width: 100%;
        justify-content: space-around;
        margin-bottom: 50px;
    }
}
@media(max-width:500px){
    .moto{
        font-size: 18px;
    }
    .img-footer{
        width: 112px;
        height: 112px;
        margin-bottom: 45px;
    }
    .game-footer{
        font-family: 'Work Sans';
        font-style: normal;
        font-weight: 500;
        font-size: 18px;
        line-height: 50px;
        color: #96839B;
        text-decoration: none;
        cursor: pointer;
    }
}
@media(min-width:500px){
    .game-footer{
        font-family: 'Work Sans';
        font-style: normal;
        font-weight: 500;
        font-size: 20px;
        line-height: 50px;
        color: #96839B;
        text-decoration: none;
        cursor: pointer;
    }
}
.footer-col3-mobile, .footer-col4-mobile{
    display: flex;
    flex-direction: column;
    position: relative;
    z-index: 1;
}
.col3-header, .col4-header{
    font-family: 'Work Sans';
    font-style: normal;
    font-weight: 700;
    font-size: 24px;
    line-height: 35px;
    color: #F5FBF2;
    margin-bottom: 0px;
    padding-bottom: 12px;
}
.game-footer:hover{
    color:#FFCE4E;
    transition: 0.2s;
}
.youtube{
    padding-right: 30px;
    cursor: pointer;
}
.twitter{
    cursor: pointer;
}
.youtube:hover{
    filter: invert(39%) sepia(32%) saturate(6161%) hue-rotate(325deg) brightness(87%) contrast(89%);
    
}
.twitter:hover{
    filter: invert(39%) sepia(32%) saturate(6161%) hue-rotate(325deg) brightness(87%) contrast(89%);
}
.review-box{
    position: relative;
    z-index: 1;
}
.flag-dropdown{
    width: 24px;
    margin-right: 8px;
    margin-bottom: 3px;
}
.sekce2{
    height: 100%;
    padding-bottom: 86px;
    position: relative;
    overflow-x: hidden;
}
.sekce2-csgo{
    padding-bottom: 86px;
    position: relative;
    overflow-x: clip;
}
.nadpis-sekce2{
    padding-top: 134px;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    z-index: 1;
}
.blurr-red{
    position: absolute;
    z-index: 0;
    margin-top: -705px;
    margin-left: 84px;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}
@media(max-width:403px){
    .adjustment-ellipse-red{
        display: flex;
        flex-direction: column!important;
        padding-left: 45px;
        padding-right: 30px;
    }
    .ellipse-red{
        margin-right: 0px;
        margin-left: -15px;
        margin-top: -10px;
        width: 60px;
        margin-bottom: -50px;
        
    }
}
@media(max-width:389px){
    .adjustment-ellipse-red{
        display: flex;
        flex-direction: column!important;
        padding-left: 45px;
        padding-right: 40px;
    }
    .ellipse-red{
        margin-right: 0px;
        margin-left: 30px;
        margin-top: -10px;
        width: 60px;
        margin-bottom: -50px;
        
    }
}
@media(max-width:385px){
    .adjustment-ellipse-red{
        display: flex;
        flex-direction: column!important;
        padding-left: 45px;
        padding-right: 35px;
    }
    .ellipse-red{
        margin-right: 0px;
        margin-left: 25px;
        margin-top: -10px;
        width: 60px;
        margin-bottom: -50px;
        
    }
}
@media(max-width:370px){
    .adjustment-ellipse-red{
        display: flex;
        flex-direction: column!important;
        padding-left: 45px;
        padding-right: 29px;
    }
    .blurr-blue{
        position: absolute;
        z-index: 0;
        margin-top: 247px;
        margin-left: -55px;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
    }
}
@media(max-width:339px){
    .adjustment-ellipse-red{
        display: flex;
        flex-direction: column!important;
        padding-left: 45px;
        padding-right: 20px;
    }
    .ellipse-red{
        margin-right: 0px;
        margin-left: 10px;
        margin-top: -10px;
        width: 60px;
        margin-bottom: -50px;
        
    }
}
@media(max-width:310px){
    .adjustment-ellipse-red{
        display: flex;
        flex-direction: column!important;
        padding-left: 45px;
        padding-right: 10px;
    }
    .ellipse-red{
        margin-right: 0px;
        margin-left: 0px;
        margin-top: -10px;
        width: 60px;
        margin-bottom: -50px;
        
    }
}
@media(max-width:300px){
    .adjustment-ellipse-red{
        display: flex;
        flex-direction: column!important;
        padding-left: 25px;
        padding-right: 10px;
    }
    .ellipse-red{
        margin-right: 0px;
        margin-left: 0px;
        margin-top: -10px;
        width: 60px;
        margin-bottom: -50px;
        
    }
}
.nadpis-sekce4{
    padding-top: 100px;
    padding-bottom: 45px;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    z-index: 2;
}
@media(min-width:575px){
    .nadpis-sekce4-custom{
        padding-top: 100px;
        padding-bottom: 45px;
        display: flex;
        align-items: center;
        justify-content: center;
        position: relative;
        z-index: 2;
    }
}
@media(max-width:575px){
    .nadpis-sekce4-custom{
        padding-top: 45px;
        padding-bottom: 25px;
        display: flex;
        align-items: center;
        justify-content: center;
        position: relative;
        z-index: 2;
    }
}
@media(min-width:1600px){   
    .h2-nadpis{
        font-family: 'Oxanium', cursive;
        font-style: normal;
        font-weight: 700;
        font-size: 64px;
        line-height: 130px;
        color: #F5FBF2;
    }
}
@media(max-width:1600px){   
    .h2-nadpis{
        font-family: 'Oxanium', cursive;
        font-style: normal;
        font-weight: 700;
        font-size: 60px;
        line-height: 130px;
        color: #F5FBF2;
    }
}
@media(max-width:1400px){   
    .h2-nadpis{
        font-family: 'Oxanium', cursive;
        font-style: normal;
        font-weight: 700;
        font-size: 56px;
        line-height: 130px;
        color: #F5FBF2;
    }
}
@media(max-width: 1200px){
    .h2-nadpis{
        font-family: 'Oxanium', cursive;
        font-style: normal;
        font-weight: 700;
        font-size: 50px;
        line-height: 130px;
        color: #F5FBF2;
    }
}
@media(max-width:767px){
    .h2-nadpis{
        font-family: 'Oxanium', cursive;
        font-style: normal;
        font-weight: 700;
        font-size: 42px;
        line-height: 60px;
        color: #F5FBF2;
        text-align: center;
    }
}
@media(max-width:539px){
    .h2-nadpis{
        font-family: 'Oxanium', cursive;
        font-style: normal;
        font-weight: 700;
        font-size: 36px;
        line-height: 45px;
        display: flex;
        text-align: center;
        color: #F5FBF2;
        padding-left: 25px;
        padding-right: 25px;
    }
}
@media(max-width:505px){
    .h2-nadpis{
        font-family: 'Oxanium', cursive;
        font-style: normal;
        font-weight: 700;
        font-size: 36px;
        line-height: 45px;
        display: flex;
        text-align: center;
        color: #F5FBF2;
        padding-left: 25px;
        padding-right: 25px;
    }
}
@media(max-width:490px){
    .h2-nadpis{
        font-family: 'Oxanium', cursive;
        font-style: normal;
        font-weight: 700;
        font-size: 36px;
        line-height: 45px;
        display: flex;
        text-align: center;
        color: #F5FBF2;
        padding-left: 25px;
        padding-right: 25px;
    }
}

@media(max-width:313px){
    .h2-nadpis{
        font-family: 'Oxanium', cursive;
        font-style: normal;
        font-weight: 700;
        font-size: 36px;
        line-height: 45px;
        display: flex;
        text-align: center;
        color: #F5FBF2;
        padding-left: 0px;
        padding-right: 0px;
    }
    .ellipse-purple{
        margin-right: -74px;
        margin-bottom: 10px;
        margin-top: -50px;
        width: 53px;
        margin-left: 35px;
    }
}
@media(min-width:991px){
    .guide-flex{
        display: flex;
        text-align: center;
        flex-direction: row;
        justify-content: center;
        padding-top: 45px;
        position: relative;
        z-index: 1;
    }
    .box-guide1{
        display: flex;
        flex-direction: column;
        align-items: center;
    }
    .vector-mobile{
        display: none;
    }
    .blurr-blue{
        position: absolute;
        z-index: 0;
        margin-top: -163px;
        margin-left: -243px;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
    }
}
@media(max-width: 991px){
    .guide-flex{
        display: flex;
        text-align: center;
        flex-direction: column;
        justify-content: center;
        padding-top: 45px;
        align-items: center;
        position: relative;
        z-index: 1;
    }
    .vector{
        display: none;
    }
    .box-guide1 {
        display: flex;
        flex-direction: column;
        align-content: center;
        align-items: center;
    }
    .vector-mobile {
        padding-top: 30px;
        padding-bottom: 30px;
    }
    .guide-text{
        padding-top: 30px;
        font-family: 'Work Sans';
        font-style: normal;
        font-weight: 600;
        font-size: 24px!important;
        line-height: 28px;
        text-transform: capitalize;
        color: #FFCE4E;
        margin-bottom: 0px;
    }
    .guide-icon-box{
        background: #372839;
        height: 75px!important;
        width: 75px!important;
        border-radius: 100%;
        display: flex;
        align-items: center;
        justify-content: center;
    }
    .guide-icon{
        width: 36px!important;
    }
    .blurr-blue{
        position: absolute;
        z-index: 0;
        margin-top: 247px;
        margin-left: -55px;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
    }
}
@media(min-width: 1600px){
    .guide-text{
        padding-top: 30px;
        font-family: 'Work Sans';
        font-style: normal;
        font-weight: 600;
        font-size: 24px;
        line-height: 28px;
        text-transform: capitalize;
        color: #FFCE4E;
        margin-bottom: 0px;
    }
    .guide-icon-box{
        background: #372839;
        height: 106px;
        width: 106px;
        border-radius: 100%;
        display: flex;
        align-items: center;
        justify-content: center;
    }
    .vector{
        margin-top: -53px;
    }
    .box-guide1-special{
        padding-left: 35px;
        padding-right: 65px;
    }
}
@media(max-width: 1600px){
    .guide-text{
        padding-top: 30px;
        font-family: 'Work Sans';
        font-style: normal;
        font-weight: 600;
        font-size: 22px;
        line-height: 28px;
        text-transform: capitalize;
        color: #FFCE4E;
        margin-bottom: 0px;
    }
    .guide-icon-box{
        background: #372839;
        height: 106px;
        width: 106px;
        border-radius: 100%;
        display: flex;
        align-items: center;
        justify-content: center;
    }
    .vector{
        margin-top: -53px;
    }
    .box-guide1-special{
        padding-left: 35px;
        padding-right: 65px;
    }
}
@media(max-width:1400px){
    .guide-text{
        padding-top: 30px;
        font-family: 'Work Sans';
        font-style: normal;
        font-weight: 600;
        font-size: 21px;
        line-height: 28px;
        text-transform: capitalize;
        color: #FFCE4E;
        margin-bottom: 0px;
    }
    .guide-icon-box{
        background: #372839;
        height: 96px;
        width: 96px;
        border-radius: 100%;
        display: flex;
        align-items: center;
        justify-content: center;
    }
    .vector{
        margin-top: -87px;
    }
    .guide-icon{
        width: 45px;
    }
    .box-guide1-special{
        padding-left: 35px;
        padding-right: 65px;
    }
}
@media(max-width:1200px){
    .guide-text{
        padding-top: 30px;
        font-family: 'Work Sans';
        font-style: normal;
        font-weight: 600;
        font-size: 20px;
        line-height: 28px;
        text-transform: capitalize;
        color: #FFCE4E;
        margin-bottom: 0px;
    }
    .vector{
        margin-top: -85px;
        width: 125px;
    }
    .box-guide1-special{
        padding-left: 25px;
        padding-right: 25px;
    }
}
@media(min-width:1600px){
    .ellipse-red{
        margin-right: -68px;
        margin-top: -12px;
    }
}
@media(max-width:1600px){
    .ellipse-red{
        margin-right: -68px;
        margin-top: -12px;
    }
}
@media(max-width:1400px){
    .ellipse-red{
        margin-right: -68px;
        margin-top: -7px;
        width: 100px;
    }
}
@media(max-width:1200px){
    .ellipse-red{
        margin-right: -56px;
        margin-top: -6px;
        width: 90px;
    }
}
@media(max-width:767px){
    .ellipse-red{
        margin-right: -49px;
        margin-top: -6px;
        width: 80px;
    }
}
@media(max-width:539px){
    .ellipse-red{
        margin-right: -37px;
        margin-top: -10px;
        width: 60px;
    }
}
@media(min-width:539px){
    .sekce4{
        position: relative;
        background: linear-gradient(179.78deg, #1C121F 9.98%, rgba(28, 18, 31, 0.21) 81.39%);
        z-index: 0;
        padding-bottom: 112px;
        overflow-x: hidden;
    }
    .sekce4-special{
        overflow: visible!important;
    }
}
@media(max-width:539px){
    .sekce4{
    position: relative;
    background: linear-gradient(179.78deg, #1C121F 9.98%, rgba(28, 18, 31, 0.21) 81.39%);
    z-index: 0;
    padding-bottom: 112px;
    background-image: url(/img/background-mobil.png);
    background-position: top;
    background-repeat: no-repeat;
    width: 100%;
    background-color: rgba(0, 0, 0, 0.1);
    overflow-x: hidden;
    }
    .sekce4-special{
        overflow: hidden!important;
    }
}


@media(max-width:452px){
    .h2-nadpis{
        font-family: 'Oxanium', cursive;
        font-style: normal;
        font-weight: 700;
        font-size: 36px;
        line-height: 45px;
        display: flex;
        text-align: center;
        color: #F5FBF2;
        padding-left: 33px;
        padding-right: 33px;
    }
}
@media(max-width:415px){
    .h2-nadpis{
        font-family: 'Oxanium', cursive;
        font-style: normal;
        font-weight: 700;
        font-size: 36px;
        line-height: 45px;
        display: flex;
        text-align: center;
        color: #F5FBF2;
        padding-left: 33px;
        padding-right: 33px;
    }
}
@media(max-width:395px){
    .h2-nadpis{
        font-family: 'Oxanium', cursive;
        font-style: normal;
        font-weight: 700;
        font-size: 36px;
        line-height: 45px;
        display: flex;
        text-align: center;
        color: #F5FBF2;
        padding-left: 33px;
        padding-right: 33px;
    }
}
@media(max-width:380px){
    .h2-nadpis{
        font-family: 'Oxanium', cursive;
        font-style: normal;
        font-weight: 700;
        font-size: 36px;
        line-height: 45px;
        display: flex;
        text-align: center;
        color: #F5FBF2;
        padding-left: 21px;
        padding-right: 33px;
    }
}
@media(max-width:365px){
    .h2-nadpis{
        font-family: 'Oxanium', cursive;
        font-style: normal;
        font-weight: 700;
        font-size: 36px;
        line-height: 45px;
        display: flex;
        text-align: center;
        color: #F5FBF2;
        padding-left: 20px;
        padding-right: 20px;
    }
}
@media(max-width:349px){
    .h2-nadpis{
        font-family: 'Oxanium', cursive;
        font-style: normal;
        font-weight: 700;
        font-size: 36px;
        line-height: 45px;
        display: flex;
        text-align: center;
        color: #F5FBF2;
        padding-left: 15px;
        padding-right: 15px;
    }
}
.hero-csgo-gambling{
    padding-top: 160px;
    display: flex;
    flex-direction: column;
    align-items: center;
}
@media(min-width:1600px){
    .font-hero{
        font-family: 'Oxanium';
        font-style: normal;
        font-weight: 700;
        font-size: 64px;
        line-height: 130px;
        text-align: center;
        color: #F5FBF2;
        margin-bottom: 0px;
    }
    .description-hero{
        font-family: 'Oxanium';
        font-style: normal;
        font-weight: 500;
        font-size: 22px;
        line-height: 45px;
        text-align: center;
        letter-spacing: 0.05em;
        color: #B7B7B7;
        margin-bottom: 20px;
        max-width: 1200px;
    }
}
@media(max-width:1600px){
    .font-hero{
        font-family: 'Oxanium';
        font-style: normal;
        font-weight: 700;
        font-size: 60px;
        line-height: 120px;
        text-align: center;
        color: #F5FBF2;
        margin-bottom: 0px;
    }
    .description-hero{
        font-family: 'Oxanium';
        font-style: normal;
        font-weight: 500;
        font-size: 22px;
        line-height: 45px;
        text-align: center;
        letter-spacing: 0.05em;
        color: #B7B7B7;
        margin-bottom: 20px;
        max-width: 1200px;
    }
}
@media(max-width:1400px){
    .font-hero{
        font-family: 'Oxanium';
        font-style: normal;
        font-weight: 700;
        font-size: 56px;
        line-height: 120px;
        text-align: center;
        color: #F5FBF2;
        margin-bottom: -8px;
    }
    .description-hero{
        font-family: 'Oxanium';
        font-style: normal;
        font-weight: 500;
        font-size: 20px;
        line-height: 45px;
        text-align: center;
        letter-spacing: 0.05em;
        color: #B7B7B7;
        margin-bottom: 20px;
        max-width: 1200px;
    }
}
@media(max-width:1200px){
    .font-hero{
        font-family: 'Oxanium';
        font-style: normal;
        font-weight: 700;
        font-size: 48px;
        line-height: 120px;
        text-align: center;
        color: #F5FBF2;
        margin-bottom: -8px;
    }
}
@media(max-width:991px){
    .font-hero{
        font-family: 'Oxanium';
        font-style: normal;
        font-weight: 700;
        font-size: 48px;
        line-height: 80px;
        text-align: center;
        color: #F5FBF2;
        margin-bottom: 9px;
    }
    .description-hero{
        font-family: 'Oxanium';
        font-style: normal;
        font-weight: 500;
        font-size: 18px;
        line-height: 45px;
        text-align: center;
        letter-spacing: 0.05em;
        color: #B7B7B7;
        margin-bottom: 20px;
        max-width: 1200px;
    }
}
@media(max-width:767px){
    .font-hero{
        font-family: 'Oxanium';
        font-style: normal;
        font-weight: 700;
        font-size: 47px;
        line-height: 80px;
        text-align: center;
        color: #F5FBF2;
        margin-bottom: 20px;
    }
}
@media(max-width:539px){
    .font-hero{
        font-family: 'Oxanium';
        font-style: normal;
        font-weight: 700;
        font-size: 42px;
        line-height: 63px;
        text-align: center;
        color: #F5FBF2;
        margin-bottom: 10px;
    }
    .description-hero{
        font-family: 'Oxanium';
        font-style: normal;
        font-weight: 500;
        font-size: 16px;
        line-height: 30px;
        text-align: center;
        letter-spacing: 0.05em;
        color: #B7B7B7;
        margin-bottom: 20px;
        max-width: 1200px;
    }
}
.blurr-red-csgo{
    position: absolute;
    z-index: 1;
    margin-top: -35px;
    margin-left: 84px;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}
.soon-info{
    position: absolute;
    left: 0;
    top: 0;
}
.button-secondary-box{
    position: relative;
    cursor:default!important;
}
.custom-dropdown-content{
    -webkit-backdrop-filter: blur(25px);
}
@media(min-width:991px){
    .sekce-list{
    display: flex;
    flex-direction: column;
    align-items: center;
    position: relative;
    z-index: 1;
    padding-bottom: 24px;
    overflow: visible;
    }
}
@media(max-width:991px){
    .sekce-list{
    display: flex;
    flex-direction: column;
    align-items: center;
    position: relative;
    z-index: 1;
    padding-bottom: 24px;
    overflow: hidden;
    }
}
.li-list {
    display: flex;
    align-items: center;
    margin-bottom: 0px; /* Adjust as needed */
}
.site-name {
    margin-right: 0px; /* Adjust as needed */
    cursor: pointer;
    color: #BDAAC1;
    letter-spacing: 0.5px;
}
.site-name:hover {
    color: #F5FBF2;
    transition: 0.2s;
}
.list-p-font{
    margin-bottom: 0px;
}
.nadpis-sekce-custom{
    padding-top: 70px;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    z-index: 1;
}
@media(min-width:991px){
    .h2-nadpis-correction{
    text-align: center;
    }
}
@media(max-width:991px){
    .h2-nadpis-correction {
        text-align: center;
        max-width: 633px;
        line-height: 80px;
    }
}
@media(max-width:767px){
    .h2-nadpis-correction {
        text-align: center;
    }
}
@media(max-width:539px){
    .h2-nadpis-correction {
        text-align: center;
        line-height: 60px;
    }
}
@media (min-width:1400px){
    .sekce-list-p{
        font-family: 'Work Sans';
        font-style: normal;
        font-size: 22px;
        line-height: 36px;
        display: flex;
        color: #BDAAC1;
        flex-direction: column;
        align-items: flex-start;
        line-height: 48px;
        padding-top: 24px;
        padding-left: 0px;
    }
}
@media (max-width:1400px){
    .sekce-list-p{
        font-family: 'Work Sans';
        font-style: normal;
        font-size: 21px;
        line-height: 36px;
        display: flex;
        color: #BDAAC1;
        flex-direction: column;
        align-items: flex-start;
        line-height: 48px;
        padding-top: 24px;
        padding-left: 0px;
    }
}
@media (max-width:1200px){
    .sekce-list-p{
        font-family: 'Work Sans';
        font-style: normal;
        font-size: 20px;
        line-height: 36px;
        display: flex;
        color: #BDAAC1;
        flex-direction: column;
        align-items: flex-start;
        line-height: 48px;
        padding-top: 24px;
        padding-left: 0px;
    }
}
@media (max-width:767px){
    .sekce-list-p{
        font-family: 'Work Sans';
        font-style: normal;
        font-size: 18px;
        line-height: 36px;
        display: flex;
        color: #BDAAC1;
        flex-direction: column;
        align-items: flex-start;
        line-height: 48px;
        padding-top: 24px;
        padding-left: 0px;
    }
}
.ul-description{
    color: #BDAAC1;
}
.a-description{
    cursor: pointer;
    color: #BDAAC1;
    text-decoration: underline;
}
.a-description:hover{
    color: #F5FBF2;
}
.span-underline{
    text-decoration: underline;
}
.custom-p{
    display: block;
}
.borderline-left{
    border-left: solid;
}
.border-left{
    border-left: solid 3px;
    font-weight: 600;
    padding-left: 25px;
    margin-top: 24px;
    margin-bottom: 24px;
}
.accordion {
    background-color: #302034;
    color: #F5FBF2;
    cursor: pointer;
    padding: 30px;
    width: 100%;
    border: none;
    text-align: left;
    outline: none;
    transition: 0.4s;
    border-left: #B82EDD solid 2px;
    display: flex;
    align-items: center;
}
.active-faq, .accordion:hover {
    background-color: #302034;
}
.accordion:after {
    content: '\002B';
    color: #F5FBF2;
    font-weight: 500;
    float: left;
    margin-left: 0px;
    font-size: 36px;
}
.active-faq:after {
    content: "\2212";
}
.panel {
    padding: 0 47px;
    background-color: #302034;
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.2s ease-out;
    border-left: #B82EDD solid 2px;
    padding-left: 76px;
}
.sekce-faq{
    position: relative;
    z-index: 1;
}
.faq-spacer{
    height: 18px;
}
.review-p-faq{
    margin-bottom: 30px;
}
.faq-q{
    order:2;
    margin-bottom: 0px;
    padding-left: 20px;
}
@media(min-width:1400px){
    .review-nadpis-faq{
    font-family: 'Oxanium';
    font-style: normal;
    font-weight: 500;
    font-size: 30px;
    line-height: 45px;
    letter-spacing: 0.05em;
    color: #F5FBF2;
    padding-bottom: 28px;
    padding-top: 28px;
    } 
}
@media(max-width:1400px){
    .review-nadpis-faq{
        font-family: 'Oxanium';
        font-style: normal;
        font-weight: 500;
        font-size: 28px;
        line-height: 45px;
        letter-spacing: 0.05em;
        color: #F5FBF2;
        padding-bottom: 22px;
        padding-top: 22px;
    } 
}
@media(max-width:1200px){
    .review-nadpis-faq{
        font-family: 'Oxanium';
        font-style: normal;
        font-weight: 500;
        font-size: 26px;
        line-height: 45px;
        letter-spacing: 0.05em;
        color: #F5FBF2;
        padding-bottom: 22px;
        padding-top: 22px;
    } 
}
@media(max-width:767px){
    .review-nadpis-faq{
        font-family: 'Oxanium';
        font-style: normal;
        font-weight: 500;
        font-size: 22px;
        line-height: 38px;
        letter-spacing: 0.05em;
        color: #F5FBF2;
        padding-bottom: 22px;
        padding-top: 22px;
    } 
}
@media(max-width:539px){
    .review-nadpis-faq{
        font-family: 'Oxanium';
        font-style: normal;
        font-weight: 500;
        font-size: 21px;
        line-height: 30px;
        letter-spacing: 0.05em;
        color: #F5FBF2;
        padding-bottom: 22px;
        padding-top: 22px;
    } 
}
.adjust-info{
    padding-bottom: 55px;
}
.review-nadpis-correction{
    font-weight: 300;
    padding-top: 0px;
}
.review-nadpis-correction2{
    font-weight: 300;
}
.nadpis-sekce-customX{
    padding-top: 0px;
}
.review-prefooter{
    text-align: center;
    padding-bottom: 30px;
}
.sekce-list-X{
    padding-bottom: 140px;
}