.f_110 {
    font-size: 110px;
    text-decoration: none;
    line-height: 1.1;
}


.ButtonPricing {
    border-radius: 6px;
    border-image: none;
    -moz-border-radius: 6px;
    -webkit-border-radius: 6px;
    max-width: none;
    padding-top: 8px;
    padding-right: 15px;
    padding-bottom: 8px;
    padding-left: 15px;
    font-size: 18px;
    color: #333333;
    text-decoration: none;
    line-height: 20px;
    background-color: #ffffff;
    border-top-width: 1px;
    border-right-width: 1px;
    border-bottom-width: 1px;
    border-left-width: 1px;
    border-style: solid;
    border-color: #e5e5e5;
}


.price_block {

    margin: 0 15px;
    overflow: hidden;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
	background-color:#ffffff;
    box-shadow: 0 2px 1px rgba(0, 0, 0, 0.2);

}


.price {
    position: relative;
    display: inline-block;
    margin-bottom: 0.1rem;
}


.price sup {
    font-size: 1.6rem;
    position: absolute;
    top: 10px;
    left: -36px;
}


sub {
    vertical-align: sub;
    font-size: 15px;
}


.price span {
    font-size: 5rem;
    font-weight: bold;

}
