/*
* VER SK TT 09.08.2025 ** start
* VER SK TT 18.09.2025 == sync
*/
.rise_in_price {
    display: none;
    padding-top: 0px;
    padding-bottom: 0px;
}
.rise_in_price .container {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: space-around;
    text-align: center;
    color: #000;
}
.rise_in_price a {
    padding: 0 0px;
}
.rise_in_price p {
    color: white;
    font-size: 14px;
    font-weight: bold;
    margin: 10px 0 9px;
}
.close_rise {
    position: absolute;
    top: 0;
    right: 1px;
    bottom: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 25px;
    height: 25px;
    color: black;
    cursor: pointer;
    font-size: 20px;
    transition: 0.2s;
    margin: auto;
}
@media (max-width: 767px) {
    .rise_in_price p {
        font-size: 12px;
        margin: 7px 0 6px;
    }
}
