
@font-face {
    font-family: 'ITCAvantGardeGothicStdBoldCondensed';
    src: url('../fonts/itcavantgardestd-boldcn_0.eot');
    src: url('../fonts/itcavantgardestd-boldcn_0.eot?#iefix') format('embedded-opentype'),
        url('../fonts/itcavantgardestd-boldcn_0.svg#ITCAvantGardeGothicStdBoldCondensed') format('svg'),
        url('../fonts/itcavantgardestd-boldcn_0.woff') format('woff'),
        url('../fonts/itcavantgardestd-boldcn_0.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'LatoBold';
    src: url('../fonts/lato-bol_0.eot');
    src: url('../fonts/lato-bol_0.eot') format('embedded-opentype'),
         url('../fonts/lato-bol_0.woff') format('woff'),
         url('../fonts/lato-bol_0.ttf') format('truetype'),
         url('../fonts/lato-bol_0.svg#LatoBold') format('svg');
    font-weight: normal;
    font-style: normal;
}

/* gray-circle */
.price-item.gray-circle{
    width: 120px;
    height: 120px;
    right: 10px;
    bottom: 10px;
}


.price-item.gray-circle .price-item-bg{
    left: 0;
}

.price-item.gray-circle .price-wrapper .pln {
    font: 1em/1 "ITCAvantGardeGothicStdBoldCondensed",sans-serif;
}

.price-item.gray-circle .price-wrapper .gr {
    font: 0.55em/1 "ITCAvantGardeGothicStdBoldCondensed",sans-serif;
}

.price-item.gray-circle .wrapper{
    width: 100%;
    height: 100%;
    border-radius: 0;
    overflow: visible;
}

.price-item.gray-circle .price{
    color: #231f20;
    background: none;
    font: 3em/1 "ITCAvantGardeGothicStdBoldCondensed",sans-serif;
    border-radius: 0;
    background: none;
    height: auto;
    position:static;
    width: auto;
}
.price-item.gray-circle .price-wrapper{
    margin: 32% auto 0;
    padding-top: 5px;
}

.slot .price-item.gray-circle .price-wrapper{
    padding-top: 2px;
}

.price-item.gray-circle .price .amount{
    max-width: 40px;
    font-family: "LatoBold",sans-serif;
}


.main-pic .price-item.gray-circle{
    width: 170px;
    height: 170px;
    right: 20px;
}

.main-pic .price-item.gray-circle .price {
    font: 4.2em/1 "ITCAvantGardeGothicStdBoldCondensed",sans-serif;
}