/* SVG Icons - Better compatibility than font icons */
.icon {
    display: inline-block;
    width: 1em;
    height: 1em;
    fill: currentColor;
    vertical-align: middle;
}

.icon-telegram {
    width: 20px;
    height: 20px;
}

.icon-apple {
    width: 24px;
    height: 24px;
}

.icon-google-play {
    width: 24px;
    height: 24px;
}
