@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@400;500&display=swap');

.contact-form p {
    margin-bottom: 0;
}
.contact-form label {
    font-family: 'Poppins', sans-serif;
    font-size: 16px;
    font-weight: 400;
    line-height: 19px;
    margin-bottom: 20px;
    color: #000;
}
.contact-form label sup {
    color: #ff0000;
}
.contact-form .textfield {
    font-family: 'Poppins', sans-serif;
    margin-bottom: 30px;
    line-height: 32px;
    border: 0;
    padding: 0;
    border-bottom: 1px #f0f0f0 solid;
    width: 100%;
    font-size: 20px;
    outline: 0 !important;
    height: 32px;
    color: #000;
}
.contact-form .textfield::placeholder {
    color: rgba(0, 0, 0, .2);
    opacity: 1;
}
.contact-form .textarea {
    font-family: 'Poppins', sans-serif;
    margin-bottom: 30px;
    line-height: normal;
    border: 0;
    padding: 0;
    border-bottom: 1px #f0f0f0 solid;
    width: 100%;
    font-size: 20px;
    outline: 0 !important;
    height: 100px;
    color: #000;
    resize: vertical;
}
.contact-form .textarea::placeholder {
    color: rgba(0, 0, 0, .2);
    opacity: 1;
}
.contact-form .select {
    font-family: 'Poppins', sans-serif;
    margin-bottom: 30px;
    line-height: 32px;
    border: 0;
    padding: 0;
    border-bottom: 1px #f0f0f0 solid;
    width: 100%;
    font-size: 20px;
    outline: 0 !important;
    height: 32px;
    color: rgba(0, 0, 0, .2);
}
.contact-form .select.selected {
    color: #000;
}
.contact-form .select option {
    color: #000;
}
.contact-form .select option:first-child {
    color: rgba(0, 0, 0, .2);
}
.contact-form .wpcf7-acceptance .wpcf7-list-item {
    margin: 10px 0 40px;
}
.contact-form .wpcf7-acceptance .wpcf7-list-item label {
    font-family: 'Poppins', sans-serif;
    margin: 0;
    font-size: 12px;
    line-height: 14.5px;
    font-weight: 400;
    position: relative;
    padding-left: 25px;
    color: #000;
}
.contact-form .wpcf7-acceptance .wpcf7-list-item label a {
    color: #00BAE2;
}
.contact-form .wpcf7-acceptance .wpcf7-list-item input {
    margin-right: 10px;
    position: absolute;
    top: 0;
    left: 0;
    width: 15px;
    height: 15px;
}
.contact-form .show-text::before {
    content: " więcej";
}
.contact-form .wpcf7-not-valid-tip {
    font-family: 'Poppins', sans-serif;
    margin-top: -30px;
    font-size: 12px;
}
.contact-form .btn {
    background-color: #181818;
    border-radius: 50px;
    width: 100%;
    max-width: 386px;
    height: 58px;
    line-height: 30px;
    padding: 0 20px;
    font-size: 20px;
    font-weight: 500;
    color: #fff;
    text-transform: lowercase;
    outline: 0;
    box-shadow: none;
    text-align: center;
    transition: background-color .3s linear;
}
.contact-form .btn:hover {
    background-color: #2EBCD4;
}
.wpcf7 form .wpcf7-response-output,
.wpcf7 form.sent .wpcf7-response-output {
    border-color: #000;
    font-family: 'Poppins', sans-serif;
    font-size: 16px;
    font-weight: 400;
    line-height: 19px;
    padding: 10px;
}