@import url('/system/css/slidesubmit.css');

.ponar-bg-zone {
  background-color: rgba(27, 65, 111, 1) !important;
  z-index: 999999999999999999999999999999;
}





img { max-width:100% }

.clear-row-col12 > div:nth-child(0n+1), 
.clear-row-col6 > div:nth-child(2n+1), 
.clear-row-col4 > div:nth-child(3n+1),
.clear-row-col3 > div:nth-child(4n+1),
.clear-row-col2 > div:nth-child(6n+1) {  clear:left;margin-bottom:20px }

.cookie_warning {
  background: #1b1c1e;
  padding: 10px 0px;
  position: fixed;
  width: 100%;
  bottom: 0;
  left: 0;
  z-index: 9999;
  color: #fff;
}
.cookie_warning .zamknij {
  color: #fff;
  text-align: right;
  display: block;
  cursor: pointer;
}
@media screen and (max-width: 768px) {
  .cookie_warning .container {
    margin: 6px;
  }
}

.newslist .col-md-4 { margin-bottom:20px }

.kontakt_form  .btn_send { background-color: #ffe033;border-color: #ffe033;width:200px }