.section.homepage {
    width: 100%;
    margin-top: 0;
}
.section.homepage h1{
    margin: 0;
    padding: 0;
}

.section.homepage h1 a {
    display: block;
}
.section.homepage h1 a img {
    display: block;
}
.section.homepage ul {
    background: url(../../../img/images/offer.jpg) no-repeat top;
    width: 100%;
    height: 178px;
    margin-top: 14px;
}
.section.homepage ul li {
    float: left;
    height: 178px;
}
.section.homepage ul li a {
    line-height: 178px;
    text-indent: -9999px;
    text-align: center;
    display: block;
}
.section.homepage ul li.first {
    width: 300px;
    margin-right: 58px;
}
.section.homepage ul li.second {
    width: 272px;
    margin-right: 52px;
}
.section.homepage ul li.third {
    width: 318px;
}