.contact_us_form .form-group input {
    height: 50px;
    border: none;
    border-bottom: 2px solid #ed5757;
    border-radius: 0px;
    padding: 0px;
    outline: none;
    -webkit-box-shadow: none;
    box-shadow: none;
    font-size: 13px;
     font-style: italic;
    color: #0b1033;
    background-color: #f5f5f5;

}
.contact_us_form .form-group {
    margin-bottom: 5px;
}

button#submit_btn {
    background: #ed5757;
    color: #fff;
}

.form-control {
    display: block;
    width: 100%;
    padding: .375rem 0;
    line-height: 1.5;
    color: #495057;
    background-color: #fff;
    background-image: none;
    background-clip: padding-box;
    border: 0;
    border-bottom: 2px solid #ed5757;
    transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
    font-style: italic;
	    background-color: #f5f5f5;

}

[role=button], a, area, button, input:not([type=range]), label, select, summary, textarea {
    -ms-touch-action: manipulation;
    touch-action: manipulation;
}

input[name="tresc"] {
    padding: 15px 0px 120px !important;
}


.l-12f, .grid .l-12f.center {
    width: 100% !important;
    padding-right: 10px;

}

.l-6f, .grid .l-6f.center {
    width: 50%;
    float: left;
    padding-right: 10px;
}

.l-4f, .grid .l-4f.center {
    width: 30%;
    float: left;
    padding-right: 10px;
}

.l-3f, .grid .l-3f.center {
    width: 25%;
    float: left;
    padding-right: 10px;
}


.l-2f, .grid .l-2f.center {
    width: 20%;
    float: left;
    padding-right: 10px;
}

.przycisk {
    width: 30% !important;
    margin: 0px auto;
}


.error {
    color: #ed5757;
    text-align: center;
    margin-top: 20px;
	font-weight:bold;
}

.clear {clear:both}

.newsy img{height: 30vh !important; object-fit: cover;}



@media screen and (max-width: 480px){
.l-2f, .grid .l-2f.center {
    width: 50% !important;
 }	
.l-3f, .grid .l-3f.center {
    width: 100% !important;
    /* padding: 0 !important; */
    /* float: left; */
}


.l-4f, .grid .l-4f.center {
    width: 50% !important;
    
}	


.l-6f, .grid .l-6f.center {
    width: 100% !important;
 
}	
 	}
	
	
	
	
.oferta p {font-size:16px;}	