@import "assets/font/font.css";
@import "assets/css/normalize.css";
@import "assets/css/swiper-bundle.min.css";
@import "assets/css/flex.css";
@import "assets/css/home.css";
@import "assets/css/footer.css";
@import "assets/css/bouns.css";


.promo-conditions h1{
    font-size: 28px;
    color: white;
}

.promo-conditions p, .promo-conditions ul, .promo-conditions ol{
    margin-bottom: 15px;
}

.promo-conditions h2{
    font-size: 20px;
    color: white;
    margin-bottom: 10px;
}


.promo-conditions h2{
    font-size: 18px;
    color: white;
    margin-bottom: 10px;
}

img.alignright {float:right; margin:0 0 1em 1em}
img.alignleft {float:left; margin:0 1em 1em 0}
img.aligncenter {display: block; margin-left: auto; margin-right: auto}
a img.alignright {float:right; margin:0 0 1em 1em}
a img.alignleft {float:left; margin:0 1em 1em 0}
a img.aligncenter {display: block; margin-left: auto; margin-right: auto}


#selectedLanguage{
    color: white;margin-left: 10px;
}
.language-dropdown img {
    width: 20px;
}
.language-dropdown {
    position: relative;
    display: inline-block;
}

.lang-button {
    background: #393939;
    border-radius: 7px;
    padding: 10px;
    cursor: pointer;
    display: flex
;
    align-items: center;
}

.dropdown-content {
    display: none;
    position: absolute;
    background-color: #000000;
    border: 1px solid #595959;
    border-radius: 8px;
    z-index: 1;
    color: #ffffff;
    margin-top: 5px;
    width: 150px;
	 bottom: 100%;
}

.lang-option {
    display: flex;
    align-items: center;
    text-decoration: none;
    color: inherit;
    padding: 10px;
}

.lang-option img {
    width: 20px;
    height: 15px;
    margin-right: 5px;
}

.lang-option:hover {
    background-color: #f0f0f0;
}

@media (max-width: 600px) {
    .dropdown-content {
        bottom: 100%;
        margin-bottom: 5px;
    }
}



.scroll-to-top {
    position: fixed;
    bottom: 20px;
    right: 20px;
    background-color: #ff2400;
    color: white;
    border: none;
    border-radius: 50%;
    width: 50px;
    height: 50px;
    display: none;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.3);
    transition: opacity 0.3s;
}

.scroll-to-top:hover {
    background-color: #ff2400;
}

.arrow-up {
    font-size: 24px;
}

@media (max-width: 500px) {
    .scroll-to-top {
        bottom: 90px;
        right: 10px;
    }

    .legal-license-age {
       
        bottom: 47px;
    }

}