.btn-primary { 
border-color: #D5AB55 #c93 #c93 #D5AB55;
background: -webkit-linear-gradient(top, #fefcea 0%, #f3ce00 100%);
background-color: #f3ce00;
color: #111;
}

.tel{ 
float:right;
font-size: 22px;
color:#303030;
    margin-top: -45px;
       width: 40%;
}

#rodzajwidt{ 
width:50%;
}

.container{ 
    width: 1150px;
    background:#f6f6f6;
 }

legend{ 
font-weight: 600;
font-size:18px !important;
border:none !important;
 }

 #logo{
    width: 1170px;
     padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto;
 }
 .required{
font-size:13px;
 }
 
 @media screen (min-height: 320px) and (max-width: 720px){
 .container{
 width: 150% !important;
 }
 #szerok{ 
 width:30%;
 }
 }