@font-face{

font-family: 'Europe';

src: url('../fonts/EUR__.eot');

src: url('../fonts/EUR__.eot?iefix') format('eot'),

url('../fonts/EUR__.woff') format('woff'),

url('../fonts/EUR__.TTF') format('truetype'),

url('../fonts/EUR__.svg#webfont') format('svg');

font-weight: normal;

font-style: normal;

}
@font-face{

font-family: 'Europe2';

src: url('../fonts/EUR_.eot');

src: url('../fonts/EUR_.eot?iefix') format('eot'),

url('../fonts/EUR_.woff') format('woff'),

url('../fonts/EUR_.TTF') format('truetype'),

url('../fonts/EUR_.svg#webfont') format('svg');

font-weight: normal;

font-style: normal;

}

.content{
	width: 100%;
}
#lottie {
	max-width:700px;
	margin: 0 auto;
	display: block;
}
.info {
	max-width:824px;
	margin: 0 auto;
	text-align: center;
}
h1 {
	font-size: 2em; 
    font-family: Europe; 
    color: #1f66a2;
    text-transform: uppercase;
}
.contacts img {
	width: 30px;
	padding-right: 20px;
	margin-top: -10px;
}
.contacts p{
    font-family: Europe;
    color: #1f66a2;
    font-size: 1.6em;
    text-align: left;
    line-height: 0.5;
}
.contacts {
    max-width:724px;
	margin: 0 auto;
	display: inline-block;
}
.padding-text {
    padding-left: 52px;
}
.phone {
    width: 25px !important;
}
.call-center {
    padding-left: 52px;
    font-size: 1.9em !important;
}
.number {
    font-family: Europe2;
}

a:link { text-decoration: none;color:#1f66a2; }
  a:visited { text-decoration: none; }
   a:active { text-decoration: none; }
  a:hover { 
    color:#1f66a2; /* Цвет ссылки */
   }