main a{
	color:#006EB7;
}
main{
	font-family: Arimo;
	color:#000000;
	padding: 40px 0px 56px;
}
p{
	font-size: 17px;
	font-weight: 400;
	line-height: 22px;
	letter-spacing: 0em;
	text-align: left;
}
h1{
	text-align: center;
	margin-bottom: 20px;	
	font-size: 42px;
	font-weight: 700;
	line-height: 50px;
	letter-spacing: 0.01em;
	font-family: 'Oswald', sans-serif;
}
h1 + p{
	margin-bottom: 20px;
	font-family: 'Roboto', sans-serif;
	font-size: 16px;
	font-weight: 700;
	line-height: 22px;
	letter-spacing: 0em;
	text-align: center;
}
h3{
	margin-bottom: 26px;
	font-size: 24px;
	font-weight: 700;
	line-height: 24px;
	letter-spacing: 0.02em;
	font-family: 'Oswald', sans-serif;
}
h4{
	font-family: 'Oswald', sans-serif;
	font-size: 24px;
	font-weight: 700;
	line-height: 22px;
	letter-spacing: 0em;
	margin-bottom: 32px;
	margin-top: 40px;
}
h5{	
	font-family: 'Oswald', sans-serif;
	font-size: 18px;
	font-weight: 600;
	line-height: 24px;
	letter-spacing: 0.02em;
	margin-bottom: 12px;
	margin-top: 32px;
}
main .container{
	max-width: 760px;
	width:100%;
	margin-left: auto;
	margin-right: auto;
}
.big-mb{
	margin-bottom: 80px;
}
p:not(:last-of-type){
	margin-bottom: 20px;
}
.publisher-title{
	margin-top: 80px;
	margin-bottom: 48px;
}
.mail-block{
	display: flex;
	align-items: center;
	justify-content: center;
}
.mail-block svg{
	margin-right: 20px;
}
.mail-block a{
	color:#202020;
}
.address-block{
	position: relative;
	display: flex;
	margin-left: auto;
	margin-right: auto;
	max-width: 196px;
}
.address-block svg{
	min-width: 18px;
	max-width: 18px;
	margin-right: 20px;
}
@media (max-width: 600px){
	h1{
		text-align: center;
		margin-bottom: 20px;	
		font-size: 36px;
		font-weight: 700;
		line-height: 42px;
		letter-spacing: 0.01em;
	}
	h1 + p{
		margin-bottom: 20px;
		font-size: 16px;
		font-weight: 700;
		line-height: 22px;
		letter-spacing: 0em;
		text-align: center;
	}
	h3{
		margin-bottom: 26px;
		font-size: 26px;
		font-weight: 700;
		line-height: 24px;
		letter-spacing: 0.02em;
	}
	h4{
		margin-bottom: 20px;
		margin-top: 26px;
	}
	h5{	
		margin-bottom: 15px;
		margin-top: 20px;
	}
	.publisher-title{
		margin-top: 40px;
		margin-bottom: 24px;
	}
}