body {
    font-size: 16px;
    line-height: 32px;
    color: #173342;
}
header {
    margin: 100px 0 60px 0;
}
a {
    color: #0083ca;
}
a:hover {
    color: #173342;
}
h1 {
    font-size: 50px;
    color: #0083ca;
    margin-bottom: 24px;
}
h2 {
    color: #0083ca;
}
h3 {
}
.contact {
    margin-bottom: 40px;
}
.contact strong {
    font-size: 24px;
}
.contact em {
    font-style: normal;
    font-size: 24px;
    color: #0083ca;
}
ul.prices {
    list-style: none;
    margin: 0 0 40px 0;
    padding: 0;
}
ul.prices li {
    text-align: right;
    margin: 0;
    padding: 2px 0;
    border-top: 1px solid #EAEAEA;
}
ul.prices li:first-of-type {
    border-top: none;
}
ul.prices li strong {
    float: left;
}
ul.prices li strong span {
    font-size: 12px;
}
footer {
    margin-bottom: 100px;
    text-align: center;
}