/* CONTACT SECTION */
#write-to-us {
    margin-bottom: 98px;
}

.person-data p {
    margin: 0;
}
.person-data a {
    color: black !important;
}
.person-container img {
    width: 160px;
    min-width: 160px;
    height: 160px;
    border-radius: 10px;
    margin-right: 20px;
}
.person-container {
    width: 100%;
    display: flex;
    margin-bottom: 59px;
}
.person-name {
    font-weight: 700;
    font-size: 22px;
}
.person-position {
    color: #2db1e4 !important;
    font-weight: 300 !important;
    font-size: 18px;
}

#contact-form-shortcode {
    display: flex;
}
#contact-form-shortcode > * {
    width: 50%;
}
#contact-form-shortcode #contact-persons {
    margin-left: 80px;
}

/* FORM FIELDS */
form label {
    color: #2db1e4;
    font-weight: 300 !important;
}
form input[type="text"],
input[type="email"],
input[type="tel"],
textarea {
    display: block;
    width: 100%;
    height: calc(1.5em + 2.2rem + 4px);
    padding: 1.1rem 2rem !important;
    font-size: 1rem !important;
    font-weight: 400;
    line-height: 1.5;
    color: #495057 !important;
    background-color: #f2f2f2 !important;
    background-clip: padding-box;
    border: none !important;
    border-radius: 10px !important;
}
form textarea {
    min-height: 200px !important;
}
form .wpcf7-not-valid-tip {
    color: #da275d !important;
}

.wpcf7-submit {
    border: 2px solid transparent;
    background-color: #2db0e4;
    color: white;
    padding: 1.2rem 3.8rem;
    font-size: 1.4rem;
    line-height: 1.5;
    border-radius: 20px !important;
    float: right;
}
.wpcf7-list-item {
    margin: 0;
}
input[type="checkbox"] {
    width: 15px;
    height: 15px;
    border-radius: 20px !important;
    background-color: #f2f2f2;
    background-clip: padding-box;
    border: 2px solid black;
}
form p {
    width: 100%;
}

/* Form attachment */
#attachment-section {
    display: flex;
}
#attachment-section label {
    cursor: pointer;
    display: flex;
    gap: 10px;
    font-size: 14px;
    color: #1d1727 !important;
    font-weight: 700 !important;
}
#attachment-section p {
    display: flex;
    justify-content: space-between;
    margin-bottom: 0;
}
#attachment {
    display: none;
}
.d-none {
    display: none;
}
#attachment-section label::before {
    content: '';
    width: 2rem;
    background: url(/wp-content/uploads/2023/07/zalacznik.svg) no-repeat;
}
.remove-file {
    color: #da275d;
    cursor: pointer;
}
#attachment-desc p {
    font-size: 12px !important;
    margin-top: 0;
    margin-left: 43px;
    position: relative;
    top: -5px;
}

/* MOBILE */
@media only screen and (max-width: 1012px) {
    #contact .flex_cell_inner,
    #contact-form-shortcode {
        display: flex;
        flex-direction: column-reverse;
    }
    #contact .flex_column,
    #contact-form-shortcode > * {
        width: 100%;
    }
    #contact-form-shortcode #contact-persons {
        margin-left: 0;
    }
}

@media only screen and (max-width: 766px) {
    #write-to-us,
    #contact-form-shortcode {
        margin-left: 8%;
        margin-right: 8%;
    }
}

@media only screen and (max-width: 450px) {
    .person-container {
        flex-direction: column;
        align-items: center;
        text-align: center;
    }
    .person-container img {
        margin-bottom: 10px;
    }
}