* {
    margin: 0;
    padding: 0;
}

.w100 {
    width: 100%;
}

.index-area {
    position: absolute;
    z-index: 10;
    top: 4%;
    right: 45%;
    width: 6%;
    height: 4%;
}

.cat-area {
    position: absolute;
    z-index: 10;
    top: 4%;
    right: 7.6%;
    width: 8%;
    height: 4%;
}

.service-area {
    position: absolute;
    z-index: 10;
    top: 4%;
    right: 37%;
    width: 6%;
    height: 4%;
}

.propos-area {
    position: absolute;
    z-index: 10;
    top: 4%;
    right: 27.5%;
    width: 6.5%;
    height: 4%;
}

.cont-area {
    position: absolute;
    z-index: 10;
    top: 4%;
    right: 18%;
    width: 6.5%;
    height: 4%;
}

.vid {
    position: absolute;
    right: 5.28%;
    top: 28.5%;
    z-index: 10;
    width: 42.7%;
}

.wrap {
    width: 1200px;
    margin: 0 auto;
}

.contact-header {
    padding-bottom: 9px;
    margin: 40px 0 20px;
    border-bottom: 1px solid #eee;
}