.price {
    margin-left: auto;
    display: flex;
    align-items: center;
    gap: 5px;
}

.price__value {
    font-size: 20px;
    font-weight: bold;
}

.price__currency {
    font-size: 18px;
}

.price-col{
    font-size: 18px;
}

@media (max-width: 1200px) {
    .price__value, .price__currency {
        font-size: 14px;
    }
}

.common_card_four_bottom_right .price-col{
    position: relative;
    display: flex;
    flex-wrap: nowrap;
    align-items: center;
    margin-top: 5px;
}

.tooltip-p {
    background-color: #fff;
    color: #64472d;
    padding: 2px 5px;
    border-radius: 4px;
    z-index: 1000;
    bottom: 100%;
    left: 0%;
    margin-top: 5px;
    text-wrap: nowrap;
    font-size: 14px;
    background: #eeeeeed1;
    width: min-content;
}
.common_card_four_bottom_right {display: flex;
    flex-direction: column;}
.price-col:hover .tooltip-p {
    display: block;
}
.common_card_four_bottom_right .price-col-currency {display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    line-height: 1.2;
    margin-right: 10px;}
.common_card_four_bottom_right  small {font-size: .875em;
    color: #727178;
	font-weight: 400;}