@import url('https://fonts.googleapis.com/css2?family=Exo:wght@400;700;900&family=Titillium+Web:ital,wght@0,400;0,900;1,700&display=swap');

body{
	font-family: 'Exo', sans-serif;
	font-size:1rem;
}
.table table, td, th, tr{
	font-family: 'Exo', sans-serif;
	font-size:0.6rem;
}


p{
	font-family: 'Exo', sans-serif;
}
span{
	font-family: 'Exo', sans-serif;
}

.cir-head{
	height:400px;
}
.cir-h1{
	width:100%;
	font-weight:700;
	color:#ffffff;
	background:url(../img/tit.png) left top no-repeat;
}

.blu{
	color:#424789;
}

.cir-bod{
	max-width:800px;
	min-width:400px;
}
h1{
	font-size:1.5rem;
}
p.Default{
	font-family: 'Exo', sans-serif;
	font-size:1rem;
}