#eldar_c__extras {
    position: absolute;
    width: 40%;
    height: fit-content;
    display: flex;
    flex-direction: column;
    background-color: rgb(2, 122, 196);
    border-radius: 40px;
    flex-wrap: wrap;
    justify-content: space-around;
    align-items: center;
    top: 50px;
    left: 50%;
    cursor: pointer;
}
#eldar_c__extras button {
    position: relative;
}
#eldar_c__extras_main,
#eldar_c__extras_secondary {
    background: none;
}
#eldar_c__extras_secondary {
    display: flex;
    flex-direction: column;
    justify-content: center;
}
.eldar_c__extras_img {
    padding: 5%;
    background: none;
    border-radius: 40px;
}
#eldar_c__extras_show_more {
    position: relative;
    background: none;
    text-align: center;
    font-size: 20px;
    bottom: 10px;
}
.extras__show_more_text,
.extras__show_more_arrow {
    background: none;
}
.extras__show_more_text {
    color: rgb(226, 225, 225);
    text-align: center;
}
.extras__show_more_arrow {
    background: none;
    margin: 5px 0 0 0;
    height: 25px;
    filter: brightness(0.9);
}
.eldar_c__extras_txt {
    margin: 0 40px;
    background: none;
    color: rgb(233, 233, 233);
    font-size: 20px;
    letter-spacing: 2px;
}