@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-h1 {
	font-family: Roboto;
	font-size: 34px;
	font-weight: bold;
	font-stretch: normal;
	font-style: normal;
	letter-spacing: normal;
	color: #1a051d;
}
.bem-h2 {
	font-family: Roboto;
	font-size: 22px;
	font-weight: bold;
	font-stretch: normal;
	font-style: normal;
	letter-spacing: normal;
	color: #1a051d;
}


.bem-link
{
    text-decoration: underline;
}
.bem-link:hover
{
    color: #1873e8;
    cursor: pointer;
}

.bem-btn.bem-btn_theme_notice {
	height: 40px;
    font-size: 12px;
	line-height: 40px;
	border-radius: 3px;
	padding: 0 15px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	border: solid 1px transparent;
	background-color: #ffad0d;
    color: #fff;
}
.bem-btn.bem-btn_theme_notice:hover {
	background: #de9811;
}
.bem-btn.bem-btn_theme_notice .bem-btn__text
{
    color: #fff;
    font-family: 'Roboto-Medium', Helvetica, Arial,sans-serif;
}

.bem-mark
{
    font-size: 10px;
    padding: 2px 5px;
    border: 1px solid #000;
    border-radius: 5px;
}

.bem-mark.bem-mark_color_green
{
	border-color: #5aa700;
    color: #5aa700;
}