@font-face{
    font-family: 'Roboto';
    src: url('_fonts/Roboto.ttf');
    font-weight: normal;
    font-style: normal;
}

@font-face{
    font-family: 'Roboto-Bold';
    src: url('_fonts/Roboto-Bold.ttf');
    font-weight: normal;
    font-style: normal;
}

@font-face{
    font-family: 'Roboto-Medium';
    src: url('_fonts/Roboto-Medium.ttf');
    font-weight: normal;
    font-style: normal;
}

@font-face{
    font-family: 'Font Awesome Solid 900';
    src: url('_fonts/fa-solid-900.ttf');
    font-weight: normal;
    font-style: normal;
}

.bem-common {
	font-family: Roboto;
	font-size: 16px;
	font-weight: normal;
	font-stretch: normal;
	font-style: normal;
	letter-spacing: normal;
	color: #1a051d;
}

.bem-link
{
    cursor: pointer;
    text-decoration: underline;
}
.bem-link:hover
{
    color: #1873e8;
    cursor: pointer;
    text-decoration: underline;
}