.footer {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
}

.header {
    position: relative;
    padding: 15px 0;
    border-bottom: 1px solid rgba(0,0,0,0.2);
}

.header__logo {
    display: flex;
    width: 150px;
    height: auto;
    top: auto;
    left: auto;
}

.header__logo img {
    width: 150px;
}

.l-wrapper {
    height: auto;
}





.contact {
    padding: 100px 0;
}

.contact__title {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    margin: 0 auto;
    margin-bottom: 100px;
    position: relative;
    color: #33404c;
    font: 6em/1em "Gilroy", "Arial", sans-serif;
    text-transform: uppercase;
    padding: 0 ;
    transition-property: opacity, -webkit-transform;
    transition-property: transform, opacity;
    transition-property: transform, opacity, -webkit-transform;
    transition-duration: 0.4s;
    transition-delay: .4s;
    will-change: transform, opacity;
    text-align: center;
}

.contact__title span {
    position: relative;
}

.contact__item {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    margin-bottom: 100px;
}



.line {
    background: #dedede;
    width: 100px;
    height: 1px;
    margin: 5px 15px;
}

.contact__subtitle {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: 45px;
    color: #33404c;
    font: 500 3rem/1.25em "Segoe UI", "Arial", sans-serif;
    pointer-events: none;
    transition: -webkit-transform .3s;
    transition: transform .3s;
    transition: transform .3s, -webkit-transform .3s;
    will-change: transform;
    font-weight: 700;
}

.contact__subtitle:first-child {
    margin-bottom: 10px;
    text-transform: uppercase;
    font-weight: 500;
}

.contact__map {
    width: 100%;
    max-width: 600px;
    border-radius: 20px;
    overflow: hidden;
}

.contact__map iframe {
    width: 100% !important;
}

.contact__detail {
    margin-bottom: 20px;
    text-align: center;
}

.contact__name {
    font: 1.8em/1.5em "Segoe UI", "Arial", sans-serif;
    color: #33404c;
    opacity: 0.6;
}

.contact__value {
    font: 2.2em/1.5em "Segoe UI", "Arial", sans-serif;
    color: #33404c;
}

.contact__value a {
    color: #33404c;
    text-decoration: none;
    transition: 0.5s;
    
}

.contact__value a:hover {
    opacity: 0.5;
    transition: 0.5s;
}



body {
    max-width: 100vw;
    overflow-x: hidden;
}

@media screen  and (max-width: 1000px) {
    .header {
        position: relative;
        display: flex;
        justify-content:  center;
    }

    .l-wrapper {
        min-width: 100%;
        max-width: 100%;
    }

    .svg-icon .header__logo img {
        width: 150px;
    }
    
    .svg-icon .header__logo {
        width: 150px;
        text-align: center;
    }

    .contact__title {
        font-size: 42px;
        margin-bottom: 50px;
    }

    .contact__subtitle {
        font-size: 24px;
    }

    .line {
        width: 70px;
    }

    .content {
        max-width: 94%;
        margin: 0 auto;
    }

    .contact__value {
        padding: 0 10%;
    }

    .contact__value a {
        font-size: 20px;
    }

    .contact__value a br {
        display: none;
    }

    footer {
        font-size: 10px;
    }

    .footer__content {
        font-size: 18px !important;
    }

    .footer__address {
        margin: 0 !important;
        margin-bottom: 30px !important;
        font-size: 14px;
    }

    .footer__social {
        display: none !important;
        margin: 0 !important;
        margin-bottom: 30px !important;
        font-size: 18px;
    }

    .footer__developer {
        margin: 0 !important;
        margin-bottom: 30px !important;
        font-size: 18px;
    }

    .footer__captcha {
        font-size: 18px;
    }
    .footer .content {
        padding: 0 5%;
    }

    .contact {
        padding-bottom: 300px;
    }
}

