@font-face {
    font-family: 'rouble';
    src: url('/include/css/font-rouble/rouble-webfont.eot');
    src: url('/include/css/font-rouble/rouble-webfont.eot?#iefix') format('embedded-opentype'),
         url('/include/css/font-rouble/rouble-webfont.woff') format('woff'),
         url('/include/css/font-rouble/rouble-webfont.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}

.rouble{
	font-family:'rouble';
	font-weight: normal;
    	font-style: normal;
	font-size: 22px;
}
.rouble-middle{
	font-family:'rouble';
	font-weight: normal;
    	font-style: normal;
	font-size: 18px;
}
.rouble-small{
	font-family:'rouble';
	font-weight: normal;
    	font-style: normal;
	font-size: 14px;
}

.rouble-old{
	font-family:'rouble';
	font-weight: normal;
    	font-style: normal;
	font-size: 12px;
        color: #807f7f;
}

.rouble-12{
	font-family:'rouble';
	font-weight: normal;
    	font-style: normal;
	font-size: 12px;
        color: #000;
}
.shop_cart{
	font-family:'rouble';
	font-weight: normal;
    	font-style: normal;
	font-size: 12px;
        color: #000;
}
.rouble-hit{
	font-family:'rouble';
	font-weight: normal;
    	font-style: normal;
	font-size: 20px;
        color: #394357;
}                     
.rouble-gray{
	font-family:'verdana';
	font-weight: normal;
    	font-style: normal;
	font-size: 20px;
        color: #394357;
}

@media only screen and (max-width:480px) {

.shop_cart{
	font-family:'rouble';
	font-weight: normal;
    	font-style: normal;
	font-size: 16px;
        color: #000;
}

}