@font-face {
	font-family: 'poppins-regular';
	src: url('../fonts/Poppins-Regular.ttf') format('truetype');
	font-weight: normal;
	font-style: normal;
}
@font-face {
	font-family: 'poppins-semibold';
	src: url('../fonts/Poppins-SemiBold.ttf') format('truetype');
	font-weight: normal;
	font-style: normal;
}
/*
*,
body {
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	font-family: poppins-regular;
}*/
.fontBold{
	font-family: poppins-semibold;
}
.fontEn{
	font-family: poppins-regular;
}
.fontEn.fontBold{
	font-family: poppins-semibold;
}
body, input, select, html, button, textarea {
	font: 14px/1.8 'poppins-regular';
}
input, textarea {
	font-family:'poppins-regular';
}
.index-container-title big {
	font-family: 'poppins-regular';
}
.about-svg {
	font-family: 'poppins-regular';
}