#kontakty-hero {
    display: flex;
    justify-content: space-between;
    /* min-height: 100vh; */
    position: relative;
}

#kontakty-hero #hero-left {
    text-align: center;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 30px;
}

#kontakty-hero #hero-left #kontakty-mobil {
    height: 80px;
}

#kontakty-hero #hero-left #kontakty-mail {
    width: 80px;
}
#kontakty-hero h3{
    position: absolute;
    bottom: 140px;
    left: 50%;
    transform: translate(-50%, 0);
    font-weight: 300;
}

#kontakty-hero div p {
    font-size: 26px;
    line-height: 1.2;
    font-weight: 300;
}

#kontakty-hero div p span {
    font-weight: 200;
    font-size: 16px;
}

#kontakty-hero #hero-mid {
    text-align: center;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

#kontakty-hero #hero-right {
    display: flex;
    flex-direction: column;
    justify-content: center;
    flex-wrap: wrap;
    padding: 50px;
    gap: 30px;
}

#kontakty-map {
    /* margin-top: 70px; */
    position: relative;
    padding-bottom: 80px;
}

#kontakty-map #map-header {
    display: flex;
    flex-direction: column;
    align-items: center;
    position: absolute;
    left: 50%;
    top: 100px;
    transform: translate(-50%, 0);
    z-index: 49;
}
#kontakty-map #map-header p{
    font-size: 26px;
    margin-bottom: 30px;
}
#kontakty-map #map-header .button{
    margin-top: 40px;
    padding: 15px 40px;
}
#kontakty-map #map-img {
    width: 100%;
}
#kontakty-map #map-location {
    display: flex;
    margin-left: 46%;
    width: 40%;
    margin-top: 40px;
}
#kontakty-map #map-location img{
    height: 80px;
    margin-right: 30px;
}
#kontakty-map #map-location #location-txt{
    margin-top: 50px;
}

@media (max-width: 1200px) {
    #kontakty-hero h3{
        position: unset;
        width: 100%;
        text-align: center;
        transform: none;
        margin-top: 50px;
        order: 5;
    }
    #kontakty-hero {
        flex-direction: column;
        /* margin-top: 170px; */
        padding-bottom: 40px;

    }
    #kontakty-hero #hero-left {
        order: 2;
    }
    #kontakty-hero #hero-mid{
        order: 1;
        margin-bottom: 50px;

    }
    #kontakty-hero #hero-right{
        order: 3;
    }
    /* #kontakty-map{
        padding-top: 180px;
    } */
    #kontakty-map #map-header {
        display: flex;
        flex-direction: column;
        align-items: center;
        position: unset;

        transform: none;
        z-index: 49;
    }
    #kontakty-map #map-header .button{
        width: 40%;
    }
    #kontakty-map #map-location {
        display: flex;
        margin: auto;
        width: 90%;
        margin-top: 70px;
    }
    
}
@media (max-width: 968px) {
    #kontakty-hero {

        padding-bottom: 40px;

    }
    /* #kontakty-map{
        padding-top: 160px;
    } */

    #kontakty-map #map-header .button{
        width: 60%;
        margin-bottom: 30px;
    }

    #kontakty-map{
        padding-bottom: 0;
    }
}

#kontakty-hero a{
    color: white;
    text-decoration: none;
}