@charset "utf-8";

#wrapper {
    background: url('../../img/mobile/street.jpg') no-repeat center;
    background-size: cover;
}

#wrapper.beside {
    background: url('../../img/street.jpg') no-repeat center;
    background-size: cover;
}

#wrapper.beside main h2 {
    position: absolute;
    top: 50%;
    margin-top: -60px;
}


header {
    height: auto;
}

main {
    position: static;
    width: 80%;
    margin: 20px 13% 10px 7%;
    z-index: 9000;
    width: auto;
}

main img {
    width: 100%;
    max-width: 540px;
}

.footer__service--index {
    display: none;
    
}

.footer__aboutCompany--index.active {
    background-color: inherit;
    font-size: 14px;
    color: #333;
    padding: 15px;
}

.aboutCompany__map {
    display: block;
}