.contact-title {
    font-size: 20px!important;
}
.contact-title h4 {
    font-size: 20px!important;
}
.contact-desc {
    text-align: justify!important;
    font-size: 16px!important;
}
.contact-desc p {
    font-size: 16px!important;
}
.contact-item a {
    text-align: justify!important;
    font-size: 16px!important;
    transition: all 0.2s ease-in-out;
}
.contact-item a h5 {
    text-align: justify!important;
    font-size: 16px!important;
}
.contact-item a:hover h5 {
    color: #EF8700!important;
}
.contact-icon {
    margin-right: 10px;
}
hr.contact-hr {
    background-color: black;
    height: 2px;
    opacity: 1;
}
.contact-input {
    background-color: transparent;
    border-bottom: 1px solid #616161;
    border-top: none;
    border-left: none;
    border-right: none;
    color: #616161;
    resize: both;
	overflow: auto;
    outline: none;
    width: 100%;
	max-width: 100%;
    min-width: 100%;
    height: 35px;
    margin-top: 20px;
}
.message {
	display: flex;
	flex-direction: column;
	align-items: end;
	justify-content: center;
	width: 100%;
	margin-bottom: 10px;
}

.message span {
	width: 100%;
}

.kontakt-polityka {
    text-decoration: none;
    color: #EF8700;
}
.form-checkbox {
    background-color: transparent;
    border: 2px solid #EF8700;
}
.form-checkbox:checked {
    color: white;
    background-color: #EF8700;
    border-color: transparent;
}
.form-checkbox:focus {
    border-color: #EF8700;
    outline: 0;
    box-shadow: none;
}
.contact-button {
    border-radius: 10px;
    width: 100%;
    background: #EF8700;
    border: 1px solid transparent;
    color: #FFF;
    padding: 10px 0px;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 30px;
    transition: all 0.2s ease-in-out;
}
.contact-button:hover {
    background: #F7F7F7;
    border: 1px solid #EF8700;
    color: #EF8700;
}
h2.contact-question {
    color: #515151;
    font-size: 48px;
    font-style: normal;
    font-weight: 500;
    line-height: 65px;
}
span.contact-fill-form {
    color: #000;
    font-family: "Open Sans";
    font-size: 16px;
    font-style: normal;
    font-weight: 300;
    line-height: 25px;
}
.contact {
    padding: 32px 0;
}
.whole-form {
    background: #F7F7F7;
    border-radius: 10px;
    padding: 24px;
}
@media screen and (max-width: 992px) {
    .contact {
        padding-top: 0px;
    }
    .whole-desc {
        padding-top: 32px;
    }
}
