/* --- STYLE DLA PODSTRONY "KONTAKT" --- */

.header-main-text h1 {
    font-weight: 600 !important;
}
.header-form-col > img {
    top: 200px;
}

.header-form-title p:first-of-type {
    font-size: 22px;
    line-height: 1.3;
    text-align: center;
    margin-bottom: 25px !important;
    font-weight: 600;
}
.header-oferta-form form {
    padding: 0 60px 0 40px;
}
.header-oferta-form label {
    width: 100%;
}
.header-oferta-form input[type=text], 
.header-oferta-form input[type=tel], 
.header-oferta-form input[type=email], 
.header-oferta-form textarea {
    width: 100%;
}

.kontakt-main-sekcja {
    padding-top: 40px;
    background-color: #fff;
    background-image: url('/wp-content/themes/twentytwentyone-child/img/NOWY-PROJEKT-2/kontakt-main-sekcja-bg.webp');
    background-repeat: no-repeat;
    background-position-x: left;
    background-position-y: bottom;
    background-size: contain;
}

.kontakt-info-container {
    padding: 0 12px 120px;
}
.kontakt-info-boxy {
    padding: 0 40px;
}
.kontakt-info-boxy-obraz {
    display: flex;
    align-items: center;
    justify-content: center;
}
.kontakt-info-boxy-obraz img {
    border-radius: 100%;
    margin-bottom: 30px;
    max-width: 80%;
}
.kontakt-info-boxy h3 {
    font-size: 30px;
    font-weight: 600;
    color: #8A2BF9;
    text-align: center;
    margin-bottom: 15px !important;
}
.kontakt-main-infobox p {
    margin-bottom: 10px !important;
    font-size: 22px;
}
.kontakt-main-infobox a {
    text-decoration: none;
    color: #28303d;
    transition: all 0.1s ease-in-out;
}
.kontakt-main-infobox a > i {
    color: #8A2BF9;
    margin-right: 15px;
}

.kontakt-dane-sekcja {
    padding: 100px 0 200px;
}
.kontakt-dane-sekcja .container {
    display: flex;
    justify-content: center;
}
.kontakt-dane-container {
    background-color: #edf1f1;
    box-shadow: 0px 0px 35px -10px rgb(122 122 122);
    width: 700px;
    display: flex;
    align-items: center;
    justify-content: space-evenly;
    border-radius: 100px;
    padding: 15px 0;
}
.kontakt-dane-container h3 {
    font-size: 32px;
    letter-spacing: 1px;
}
.kontakt-dane {
    text-align: center;
    letter-spacing: 0.4px;
}
.kontakt-dane > span {
    display: block;
    margin-bottom: 15px;
}
.kontakt-dane p {
    margin-bottom: 0 !important;
}

.kontakt-mapa-sekcja {
    padding-top: 0px !important;
}

footer {
    margin-top: 0 !important;
}

/*Tutaj zaczyna się CSS dla komputerów stacjonarnych*/
@media only screen and (min-width: 1199px) {
    .kontakt-main-infobox p {
        font-size: 22px !important;
    }
}

/*Tutaj zaczyna się CSS dla laptopów*/
@media only screen and (min-width: 993px) and (max-width: 1399px) {
    .header-form-title p:first-of-type {
        font-size: 18px;
    }
}
@media only screen and (min-width: 993px) and (max-width: 1199px) {
    .kontakt-info-boxy {
        padding: 0 30px;
    }
    .header-form-title p:first-of-type {
        font-size: 16px;
    }
}
@media only screen and (min-width: 993px) {
    .kontakt-main-infobox p {
        font-size: 20px;
    }
    .kontakt-mapa-sekcja {
        max-height: 450px;
        padding-top: 70px;
    }

    /* HOVER */
    .kontakt-main-infobox a:hover,
    .kontakt-main-infobox a:hover > i {
        color: #0088ff;
        font-weight: 500;
        /* text-decoration: underline; */
    }
}

/*Tutaj zaczyna się CSS dla tabletów*/
@media only screen and (max-width: 992px) {
    .header-form-col > img {
        top: 340px;
    }
    .kontakt-main-sekcja {
        padding-top: 20px;
    }

    .kontakt-info-boxy {
        padding: 0 35px;
        margin-bottom: 40px;
    }

    .kontakt-mapa-sekcja {
        padding-top: 35px;
    }
}
@media only screen and (max-width: 992px) and (min-width: 767px) {
    .kontakt-info-boxy {
        display: flex;
        justify-content: space-evenly;
        align-items: center;
    }
    .kontakt-info-boxy img {
        max-width: 245px;
    }    
    .kontakt-main-infobox {
        width: 305px;
        padding: 0 0 40px 20px;
    }
}

/*Tutaj zaczyna się CSS dla komórek*/
@media only screen and (max-width: 767px) {
    .header-form-title p:first-of-type {
        font-size: 16px;
        margin-bottom: 15px !important;
    }

    .header-form-col > img {
        top: 370px;
    }
    .header-oferta-form form {
        padding: 0 20px;
    }

    .kontakt-main-sekcja {
        background-size: 200%;
    }

    .kontakt-info-container {
        padding: 0 12px 60px;
    }
    .kontakt-info-boxy {
        padding: 0;
        width: 80%;
        margin: 0 auto 60px;
    }

    .kontakt-dane-sekcja {
        padding: 50px 0 200px;
    }
    .kontakt-dane-container {
        flex-direction: column;
        padding: 25px 0;
        border-radius: 50px;
    }
    .kontakt-dane-container h3 {
        margin-bottom: 20px !important;
        font-size: 25px;
    }
}
@media only screen and (max-width: 399px) {
    .header-form-col > img {
        top: 450px;
    }
    .kontakt-main-infobox p {
        font-size: 20px;
    }
}