:root {
    --bg-dark: #E0E0E0;
    --bg-light: #F5F5F5;
    --card: #FFFFFF;
    --head: #2B2525;
    --main-text: #5C5C5C;
    --primary: #0DCAF0;
    --stroke: #C2C2C2;
}

#adventure-block .wrapper {
    border-radius: 20px;
    background: var(--head, #2B2525);
    margin-top: 40px;
    flex-shrink: 0;
    position: relative;
    overflow: hidden;
}

#adventure-block .wrapper_up {
    max-height: 372px;
    padding-left: 60px;
    padding-bottom:50px;
}

#adventure-block .adventureTitle {
    color: var(--card, #FFF);
    font-size: 44px;
    font-style: normal;
    font-weight: 700;
    line-height: 120%;
    text-transform: uppercase;
    padding-top: 50px;
    z-index: 10;
}

#adventure-block .adventureSubtitle {
    color: var(--card, #FFF);
    font-size: 24px;
    font-style: normal;
    font-weight: 800;
    line-height: 120%;
    padding-top: 40px;
    z-index: 10;
}

#adventure-block .adventurePrice {
    color: var(--primary, #0DCAF0);
    font-size: 44px;
    font-style: normal;
    font-weight: 700;
    line-height: 120%;
    text-transform: uppercase;
    padding-left: 135px;
    padding-top: 10px;
    z-index: 10;
}

.order_wrapper {
display: flex;
} 
#adventure-block .orderText {
    color: var(--card, #FFF);
    font-size: 22px;
    font-style: normal;
    font-weight: 400;
    line-height: 150%;
    z-index: 10;
    
    
}

#adventure-block .item__holder{
    display:flex;
    flex-direction: row;
    align-items: center;
    padding-top:27px;
    width:490px;
    max-width:490px;
    z-index: 10;

}

#adventure-block .orderText span {
    color: var(--primary, #0DCAF0);
    font-size: 24px;
    font-style: normal;
    font-weight: 800;
    line-height: 120%;
    display: block;
    z-index: 10;
}
.social_up {
    display: flex;
    gap: 10px;
    margin-top: 30px;
}
#adventure-block .socials_wrapper path,
#adventure-block .socials_wrapper g,
#adventure-block .socials_wrapper rect
{
    fill:#0DCAF0;
}
#adventure-block .soc-item {
    justify-content: center;
    display: flex;
    position: relative;
    background-color:  var(--card, #FFFFFF);
    height: 50px;
    width: 50px;
    border-radius: 50%;
    align-items: center;
    z-index: 10;
}
.socials_wrapper {
    display: flex;
    gap: 10px;
}
.bmwimg {
position: absolute;
right: 0;
max-width: 590px;
max-height: 372px;
}

@media screen and (max-width: 1170px) {
    .bmwimg {
        display: none;
    }
}
@media screen and (max-width: 689px) {
    #adventure-block .adventureTitle {
        font-size: 20px;
    }
}
@media screen and (max-width: 689px) {
    #adventure-block .adventureSubtitle {
        font-size: 20px;
    }
}
@media screen and (max-width: 689px) {
    #adventure-block .adventurePrice {
        font-size: 20px;
        padding-left: 20px;
    }
}

@media screen and (max-width: 588px) {
    #adventure-block .orderText {
        font-size: 20px;
        display: none;
    }
    #adventure-block .wrapper_up {
        padding-left: 20px;
    }
}
@media screen and (max-width: 588px) {
#adventure-block .orderText span {
    font-size: 20px;
    display: none;
}
}
@media screen and (max-width: 563px) {
    #adventure-block .orderText span {
        font-size: 20px;
    }
    }