.header {
    background-color: #327cc2;
    padding-top: 30px;
    position: absolute;
    width: 100%;
}
.address {
    float: right;
    font-size: 16px;
    color: #fff;
    font-family: "trebuchet ms";
    margin: 10px 0 0 0;
    line-height: 24px;
}
.contacts {
    float: right;
    font-size: 16px;
    color: #fff;
    font-family: "trebuchet ms";
    margin: 10px 0 0 50px;
    line-height: 24px;
}
.header a {
    color: #fff;
}

.footer {
    background-color: #327cc2;
    bottom: 20px;
    position: absolute;
    text-align: center;
    width: 100%;
}
.footer .title {
    color: #fff;
    font-family: "trebuchet ms";
    font-size: 18px;
    margin-bottom: 30px;
}
.footer .title img {
    margin: -10px 15px 0 0;
}
.footer .description {
    color: #bbd1e9;
    font-size: 13px;
    line-height: 15px;
    padding: 0 30px;
}


@media (max-width: 767px) {
    body {
        background-color: #327cc2;
    }
    .header {
        position: static;
    }
    .header .logo img {
        max-width: 132px;
    }
    .header .address {
        display: none;
    }
    .header .contacts {
        font-size: 13px;
        margin: 0px 0 0 50px;
        line-height: 20px;
    }
    .content {
        min-height: auto;
        margin-bottom: 20px;
        margin-top: 14px;
    }
    .footer {
        position: static;
    }
    .footer .description {
        margin-bottom: 40px;
    }
}