.leaving-wrap {
    position: fixed;
    width: 100vw;
    height: 100vh;
    display: flex;
    justify-content: center;
    align-items: center;
    left: 0;
    top: 0;
    z-index: 2000;
}

.leaving-text {
    min-width: 320px;
    max-width: 500px;
    background-color: #000;
    border-radius: 15px;
    border: 5px solid #009824;
    padding: 30px;
    position: relative;
    z-index: 20;
    color: #fff;
    text-align: center;
}

.leaving-text p {
    font-size: 18px;
    font-weight: 700;
    color: #fff;
}

.leaving-buttons {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
}

.std-btn-positive {
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    background-color: #fd4f00;
    color: #fff;
    font-size: 16px;
    font-weight: 700;
    width: 150px;
    height: 60px;
    border-radius: 15px;
    margin: 0 0 15px;
    transition: 0.2s;
    cursor: pointer;
}

.std-btn-positive:hover {
    color: #000;
}

.std-btn-negative {
    border-bottom: 1px solid #fff;
    transition: 0.2s;
    cursor: pointer;
    color: #fff;
}

.std-btn-negative:hover {
    border-color: #fd4f00;
    color: #fd4f00;
}

.myProducts .drinkInfo div.row,
.myProducts .drinkInfo h2 {
    display: none;
}
.socialIconsContact {
    margin-top: 20px;
}
.socialIconsContact a {
    display: inline-block;
    margin: 8px;
}
.socialIconsContact a i {
    color: #000;
    font-size: 40px;
    transition: .3s all;
}
.socialIconsContact a i:hover {
    color: #fff;
}

#leaving-kontakt .modal-content {
    background-color: #ec7920;
    border-radius: 15px;
}

#leaving-kontakt .modal-body {
    background-color: #ec7920;
    border-radius: 15px;
}

#leaving-kontakt .modal-header .close {
    opacity: 1;
}

#leaving-kontakt .modal-header .close span {
    color: #fff;
    transition: 0.2s;
    text-shadow: none;
}

#leaving-kontakt .modal-header .close:hover span {
    color: #000;
}

body > main #aboutDrinks div.effectDesc p {
    width: 100%;
}
@media only screen and (max-width: 991px) {
    body > main #aboutDrinks div.effectDesc p {
        font-size: 28px;
    }
}
@media only screen and (max-width: 768px) {
    body > main #aboutDrinks div.effectDesc p {
        font-size: 26px;
    }
}
@media only screen and (max-width: 768px) {
    body > main #aboutDrinks div.effectDesc {
        background-position: left;
    }
}
.headerPart.headerLeft {
  background-image: url(../web/header_1_2024.webp),radial-gradient(circle,#252525 35%,#131313 100%) !important;
}

body>main #energyProducts div.blackSide {
    overflow: hidden;
}

body>main #partStory div.blackSide img {
    width: 1079px;
}
