@import url('https://fonts.googleapis.com/css?family=Roboto:300,400,500,700,700i&subset=cyrillic');

body {
	font-family: 'Roboto', sans-serif;
	font-weight: 300;
	color:#1f2021;
	width:80%;
	margin:0 auto;
}
.header {
	padding: 20px 0;
	    text-align: center;
}
.logo {
	text-align:center;
	padding: 20px 0;
}

.logo a{
	color: #fff;
	font-size:42px;
	font-weight:400;
	padding:20px;
	background:#5aa5dc;
	border-radius:3px;
	text-decoration:none;
	width: 300px;
    margin: auto;
}
.logo a:hover{
	text-decoration: underline;
}

h1 {
	font-weight:400;
}
p {
    text-indent: 20px;
	text-align: justify;
}
b {
	color:#5aa5dc;
	color:#1e80c7;
	font-weight:400;
	display: inline-block;
}
.phone {
	text-align:center;
	font-size:26px;
	padding: 10px 0 0;
	border-top:1px solid #5aa5dc;
}