h5 { font-family: 'BPG Nino Mtavruli'; }
h2 b, h3 b { font-family: 'BPG Nino Mtavruli'; }

.info .icon {     margin-top: -12px !important; }
.bpgarial { font-family: 'BPG Arial'; }

@font-face {
    font-family: 'BPG Nino Mtavruli';
    src: url('BPGNinoMtavruli.woff2') format('woff2'),
        url('BPGNinoMtavruli.woff') format('woff');
    font-weight: normal;
    font-style: italic;
}

@font-face {
    font-family: 'BPG Arial';
    src: url('BPGArial.woff2') format('woff2'),
        url('BPGArial.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}


