@font-face{
	font-family: 'Roboto';
	src: url(../fonts/Roboto-Regular.woff),
		url(../fonts/Roboto-Regular.svg),
		url(../fonts/Roboto-Regular.eot),
		url(../fonts/Roboto-Regular.ttf);
}
@font-face{
	font-family: 'Roboto';
	src: url(../fonts/Roboto-Bold.woff),
		url(../fonts/Roboto-Bold.svg),
		url(../fonts/Roboto-Bold.eot),
		url(../fonts/Roboto-Bold.ttf);
	font-weight: bold;
}


@font-face{
	font-family: 'social';
	src: url(../fonts/social.woff),
		url(../fonts/social.svg),
		url(../fonts/social.eot),
		url(../fonts/social.ttf);
}
[class*="f-social"]{
	font-family: 'social';
}
.f-social_facebook:before{
	content: '\e900';
}
.f-social_vkontakte:before{
	content: '\e904';
}
.f-social_twitter:before{
	content: '\e905';
}
.f-social_odnoklassniki:before{
	content: '\e906';
}
.f-social_instagram:before{
	content: '\e907';
}
.f-social_youtube:before{
	content: '\e90d';
}


@font-face{
	font-family: 'icons';
	src: url(../fonts/icons.woff),
		url(../fonts/icons.svg),
		url(../fonts/icons.eot),
		url(../fonts/icons.ttf);
}
[class*="f-icons"]{
	font-family: 'icons';
}
.f-icons_arrow_left-double:before{
	content: '\e900';
}
.f-icons_arrow_right-double:before{
	content: '\e901';
}
.f-icons_arrow_down-double:before{
	content: '\e902';
}
.f-icons_arrow_up-double:before{
	content: '\e903';
}
.f-icons_arrow_left:before{
	content: '\e904';
}
.f-icons_arrow_right:before{
	content: '\e905';
}
.f-icons_arrow_down:before{
	content: '\e906';
}
.f-icons_arrow_up:before{
	content: '\e907';
}
.f-icons_play:before{
	content: '\e908';
}