.wiecej {
    padding: 7px 30px 7px 30px;
    border-radius: 10px;
    color: #060606;
    border: solid 1px #a7a7a7;
	
}
.wiecej:hover{
	background-color: #01c1f0;
    padding: 7px 30px 7px 30px;
    border-radius: 10px;
    color: #ffffff;
	border: 1px solid #797979;
}


.more {
  font-size: 11px;
  font-weight: bold;
text-align: center;
}

.zakres-dzialan {
  max-width: 585px;
}

.zakres-dzialan h3{
    text-align: center;
}

.zakres-dzialan ul {
  margin: 0 auto;
  margin-top: 20px;
  max-width: 215px;
  margin: 0 auto; 
}

@media (min-width: 992px) {
  .zakres-dzialan ul {
    display: table;
  }
}

@media (max-width: 991px) {
  .zakres-dzialan {
    max-width: none;
  }
}


/* Popup box BEGIN */
.hover_popup{
  background: rgba(0, 0, 0, 0.7);
  cursor:pointer;
  display:none;
  height:100%;
  position:fixed;
  text-align:center;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  width:100%;
  z-index:10000;
}

.hover_popup .helper{
  display:inline-block;
  height:100%;
  vertical-align:middle;
}
.hover_popup > div {
  background-color: #fff;
  box-shadow: 10px 10px 60px #555;
  display: inline-block;
  height: auto;
  max-width: 600px;
  min-height: 100px;
  vertical-align: middle;
  width: 60%;
  position: relative;
  border-radius: 8px;
  padding: 15px;
  z-index: 10001;
}
.popupCloseButton {
    background-color: #fff;
    border: 1px solid #999;
    border-radius: 50px;
    cursor: pointer;
    display: inline-block;
    font-family: arial;
    /* font-weight: bold; */
    position: absolute;
    top: -20px;
    right: -18px;
    font-size: 19px;
    line-height: 29px;
    width: 30px;
    height: 30px;
    text-align: center !important;
    z-index: 10000;
}


.popupCloseButton span{
  position: absolute;
  bottom: -2px;
  left: 0;
  right: 0;
}
.popupCloseButton:hover {
  background-color: #ccc;
}
.trigger_popup_bt {
  cursor: pointer;
  margin: 5px;
  display: inline-block;
  font-weight: bold;
}
/* Popup box BEGIN */

#system-message-container {
  margin-top: 200px;
  position: absolute;
  z-index: 10;
  left: 0;
  right: 0;
}

#system-message {
width: 200px;
margin: 0 auto;
text-align: center;
}

.btn-close {
	background: #01c1f0;
	color: #fff !important;
}

#form2_imi-i-nazwisko,
#form2_email,
#form2_telefon,
#form2_temat,
#form2_wiadomo
 {
	border: solid 1px #01c1f1;
	border-radius: 15px;
	font-size: 14px;
	}
	
.kontakt_pl IMG {
    width: 23px;
    display: inline-block;
    margin-right: 5px;
}

#sp-cookie-consent.position-bottom_left, #sp-cookie-consent.position-bottom_right {
    width: 600px !important;
}

#sp-cookie-consent {
    font-size: 14px !important;
    font-weight: 200 !important;
}

@media (min-width: 399px) and (max-width: 440px) { 
	.logo-image-phone {
		height: 61px !important;
		width: auto !important;
}
}

@media (min-width: 250px) and (max-width: 398px) { 
	.logo-image-phone {
		height: 40px !important;
		width: auto !important;
}
}