.price {
    white-space: nowrap;
}
.price-old {
    text-decoration: line-through;
    opacity: 0.6;
}

.price .cny {
    font-size: .9em;
    color: lemonchiffon;
}

.cny-info {
    display: contents;
    font-size: 18px;
    line-height: 20px;
}

.justify-center {
    margin: auto;
    text-align: center;
}

.prices .price .cny {
    line-height: 1em;
}

.software-block .software-block__info .price .cny-info {
    margin-bottom: 30px;
}

.bf-2025 {
    white-space: nowrap;
}

.bf-2025 .h2,
.bf-2025 strong,
.bf-2025 .price,
.bf-2025 .price-multiplier {
    display: inline !important;
}

.tooltip-content {
    display: none;
    position: absolute;
    text-align: left;
    z-index: 999;
    white-space: normal;
    top: -20px;
    left: 20%;
    font-size: 11px;
    transform: translate(-60%, -100%);
    background-color: #fff;
    border: 1px solid #3ab6ff;
    border-radius: 15px;
    -webkit-box-shadow: 0 0 10px 0 #000;
    box-shadow: 0 0 10px 0 #000;
    padding: 9px;
    width: 190px;
    color: #000 !important;
    line-height: 14px;
    letter-spacing: normal;
    font-family: Montserrat;
}

span.caution {
    height: 25%;
    bottom: 5px;
    position: relative;
    width: 19px;
}

@media (max-width: 415px) {
    .tooltip-content {
        transform: translate(-90%, -100%);
    }
}