@media (min-width: 576px) and (max-width: 1199.9px) {
  .container-100 {max-width: 100%;}
}
@media (max-width: 575px) {
    .ukrycie-tel {display:none;}
  }
  @media (min-width: 576px) and (max-width: 767px) {
    .ukrycie-tab {display:none;}
  }
  @media (min-width: 768px) {
    .ukrycie {display:none;}
  }
  @media (min-width: 992px) {
    .ukrycie {display:none;}
  }
  @media (min-width: 1200px) {
    .ukrycie {display:none;}
  }
  @media (min-width: 1400px) {
    .ukrycie {display:none;}
  }
  
 .bg-nieb {
  background-color: #034380 !important;
}
 .border-nieb {
  border: 1px solid #034380;
}
.border-bottom-pom {
 border-bottom: 3px solid #ef910a;
 width:20px;
 white-space: nowrap;
 }
 .border-top-pom {
  border-top: 3px solid #ef910a;
  width:20px;
  }
 
.text-pom { color:#ffa11a; }

.btn-pom {
  color: #fff;
  background: #ffa11a;
 border: #ef910a;
 }
 .btn-pom:hover {
  color: #fff;
  background: #ef910a;
 border: #ef910a;
 }
 
.page-link_1 {color:#034380;}
.page-link_1:hover {color:#135390;}

.btn-outline-primary_1 {
	color:#034380;
	border: 1px solid #034380;
}
.btn-outline-primary_1:hover {
	color:#FFF;
	background:#034380;
}
.bg-light_1 {
  background-color: #034380 !important;
}

.link-dark-1:hover {color:#034380; background-color:#EEE;}

