/*    Nagłowek    */
#basic_header{
    padding-top: 20px;
}

.contact-container > .row:nth-of-type(1) > .contact-info{
    margin-top: 30px;
    margin-bottom: 17px
}

.contact-container > .row:nth-of-type(2) > .contact-info{
    margin-top: 17px;
    margin-bottom: 30px
}

.contact-container > .row:nth-of-type(2) > .contact-info h4{
    margin-bottom: 15px;
}
/*  end - Nagłowek - end  */

/*  Formularz   */
form > .form-group > .field > label{
    margin-left: 0px;
}

form > .form-group > .field:nth-of-type(2) > label {
    margin-left:  16px;
}

form input[type="checkbox"]{
    background-color: white;
}

form input[type="checkbox"]:checked{
    box-shadow: inset 0px 0px 0px 2px var(--color-white);
}

/*  end - Formularz - end  */

/*  MEDIA  */
@media screen and (min-width: 0px) and (max-width: 900px) {
    .contact-container > .row {
        flex-direction: column;
    }

    .contact-container > .row > .contact-info {
        width: 100%;
    }

    form > .form-group > .field:nth-of-type(2) > label {
        margin-left:  0px;
    }

    .form-footer > div {
        flex-direction: column !important;
    }

    .form-footer > div > div:nth-of-type(1) {
        width: 100%;
        max-width: none;
    }

    .form-footer > div > div:nth-of-type(2) {
        margin: 0 auto;
        margin-top: 40px;
    }

    #basic_header h1 {
        margin: 0 auto;
        font-size: 28px;
    }

}
