 /* #231f20 */
 :root {
	 --azul: #0070bdff;
	 --dark-purple: #331e36ff;
	 --brilliant-rose: #e15a97ff;
	 --peach: #f1bf98ff;
	 --lavender-blush: #eee5e9ff;
	}

html{
	font-size: 15px;
}

body{
  font-family: "Manrope", sans-serif;
  font-optical-sizing: auto;
  font-style: normal;
  font-size: 1rem;
	font-weight: 400;
	color: #001B2E;
}

a {
	color: #0070bd;
}

a:hover, a:focus{color: #0070bd;}


.container {
    max-width: 1320px;
    max-width: 1500px;
}

.container-wide{
	max-width: 1800px;
}



@media (min-width:992px){
	#main-header.sticky {
	  position: fixed;
	  top: 0;
	  width: 100%;
		z-index: 999999;
	}

  .navbar-expand-lg .navbar-toggler {
    display: block;
  }

	.site-content.sticky-content{
		padding-top: 5rem;
	}

}


#primary-menu-wrap{
	z-index: 1;
}

/*a:visited {
	color: inherit;
}*/

a:hover, a:focus, a:active {
	color: #009ee3;
}

a:focus, a:active, .search-submit:focus, .search-submit:active {
	outline: 2px solid #0070bd;
}



span.orange{
	color: #ff8f26;
}

h1,h2,h3,h4,h5,h6{
	font-weight: 900;
}


h1, .h1{ font-size: 2.4em  }
h2, .h2{ font-size: 2.4em  }
h3, .h3{ font-size: 2em  }
h4, .h4{ font-size: 1.867em  }
h5, .h5{ font-size: 1.6em  }
h6, .h6{ font-size: 1.133em  }



img.custom-logo{
	width: 150px;
}



.header-row-1{
	position:relative;
	z-index:2;
	/*height: 45px;*/
	/*padding: 18px 0;*/
}


.header-row-2{
	position: relative;
	z-index: 1001;
  background: #FFF;
	border-top: 1px solid #d8d8d8;
}

	.header-row-2.header-up{
		margin-top:-300px;
		-webkit-transition: all 0.6s;
	    -moz-transition: all 0.6s;
	    -ms-transition: all 0.6s;
	    -o-transition: all 0.6s;
	    transition: all 0.6s;
	}
	.header-row-2.header-down{
		margin-top:0;
		background: #FFF;
		box-shadow: 0 0 65px rgba(0,0,0,.07);
	    -webkit-transition: all 0.6s;
	    -moz-transition: all 0.6s;
	    -ms-transition: all 0.6s;
	    -o-transition: all 0.6s;
	    transition: all 0.6s;
	}



.hamburger {
    width: 32px;
    height: 38px;
    position: relative;
    cursor: pointer;
		display: inline-block;
    color: #fff;
    padding-top: 3px;
		margin-right: 60px;
}

.hamburger #hamburger {
    position: absolute;
    height: 100%;
    width: 100%;
}

.hamburger #hamburger span {
    width: 100%;
    height: 2px;
    position: relative;
    top: 0;
    left: 0;
    margin: 6px 0;
		display: block;
		background: #fff;
    transition: width ease 0.25s;
    transition-delay: 0s;
}

.hamburger #hamburger span:nth-child(1) {
    transition-delay: .5s;
    width: 100%;
}

.hamburger #hamburger span:nth-child(2) {
    transition-delay: .625s;
    width: 70%;
}

.hamburger #hamburger span:nth-child(3) {
    transition-delay: .75s;
    width: 100%;
    left: 0;
}

.before-cart .widget{
	display: block;
	float: left;
	height: 100%;
}

#top-search-form{
	position: absolute;
	right: 0;
	top: 0;
	padding-right: 60px;
	background: #FFF;
	text-align: right;
	padding: 30px 60px;
	margin-top: -30px;
	width: 100%;
	-webkit-transform: scaleX(0);
	transform: scaleX(0);
	transform-origin: right;
	-webkit-transition: transform 200ms ease;
	transition: transform 200ms ease;
}

#top-search-form.show{
	-webkit-transform: scaleX(1);
	transform: scaleX(1);
}


.search-form input{
	height: 40px;
}

#close-search{
	position: absolute;
	top: 35px;
	right: 15px;
	cursor: pointer;
	font-size: 30px;
	padding: 0 5px;
	color: #001B2E;
	line-height: 1;
}


/* Navbar toggler */

.navbar{
	padding: 0;
}

.navbar-toggler {
  border: none;
  background: transparent !important;
}

	.navbar-toggler .top-bar {
	  transform: rotate(45deg);
	  transform-origin: 10% 10%;
	}

	.navbar-toggler .middle-bar {
	  opacity: 0;
	}

	.navbar-toggler .bottom-bar {
	  transform: rotate(-45deg);
	  transform-origin: 10% 90%;
	}

	.navbar-toggler.collapsed .top-bar {
	  -webkit-transform: rotate(0);
	  transform: rotate(0);
	}

	.navbar-toggler.collapsed .middle-bar {
	  opacity: 1;
	}

	.navbar-toggler.collapsed .bottom-bar {
	  -webkit-transform: rotate(0);
	  transform: rotate(0);
	}

.navbar-nav > .nav-item a{
	display: block;
	padding: 1.867rem 1.467rem;
	position: relative;
	font-weight: 600;
  font-size: 1.067em;
	color: #0F0A0A;
	-webkit-transition: all 200ms ease;
	transition: all 200ms ease;
}


 .navbar-nav > .nav-item > a:before{
	content: '';
	position: absolute;
	top: -4px;
	right: 0;
	width: 100%;
	height: 4px;
	background: #B8336A;
	-webkit-transform: scaleY(0);
	transform: scaleY(0);
	transform-origin: bottom;
	-webkit-transition: all 200ms ease;
	transition: all 200ms ease;
}

.navbar-nav > .nav-item:hover > a:before{
	-webkit-transform: scaleY(1);
	transform: scaleY(1);
}

.navbar-nav > .nav-item a:hover,
.navbar-nav > .nav-item a:focus{
	color: #B8336A;
	text-decoration: none;
}


.navbar-nav .nav-item.active > a{
	color: #B8336A;
	border-right: none;
}


/**Mega Menu **/

/* .navbar .container {
    position: relative;
} */
/* .navbar-nav, .navbar .collapse, .navbar-nav li {
  position: static;
} */
.menu-item-has-children, .menu-item-has-children .dropdown-menu {
  left: auto;
}
.menu-item-has-children .dropdown-menu {
  width: auto !important;
}

.dropdown-toggle::after {
  display: none!important;
}

/* Make dropdown visible on hover */
@media (min-width: 992px) {
  .dropdown > .dropdown-menu {
    position: absolute;
    top: 100%;
		text-align: center;
    z-index: 1000;
    float: none;
    min-width: 10rem;
    padding: 0;
    list-style: none;
    border: none;
    border-radius: 0;
    box-shadow: none;
    opacity: 0;
    margin-top: 10px !important;
    display: block;
    visibility:hidden;
    min-width: 250px;
    transition: all  0.2s ease-in-out;
  }

	.dropdown > .dropdown-menu.depth_1 {
		left: 100%;
		top: 0;
		bottom: auto;
		min-width: 200px;
	}



  .mega-menu-parent.dropdown .dropdown-menu {
	    position: absolute;
	    left:  0;
			width: 100%;
			transition: all 0.2s ease-in-out;
  }


}

ul.dropdown-menu{
	background: #001B2E;
	font-size: 1em;
	border-radius: 0;
}


/* .dropdown-toggle:focus + .dropdown-menu,
.dropdown-toggle:active + .dropdown-menu, */


.dropdown-toggle.show + .dropdown-menu ,
.dropdown:hover > .dropdown-menu {
	visibility:visible;
	display: block;
	opacity: 1;
	margin-top: 0px !important;
	-webkit-transition: all  0.2s ease-in-out;
	transition: all  0.2s ease-in-out;
}

.dropdown-menu .menu-item a {
	padding: 1rem 2rem;
	text-align: left;
	color: #FFF;
	font-size: 1em;
	border: none;
}

.dropdown-menu .menu-item a:hover{
	background-color: #0070bd;
}

.dropdown-menu .menu-item a:before,
.dropdown-menu .menu-item a:after{
	display: none;
}

.dropdown > .dropdown-menu li:last-child a{
	border-bottom: none;
}

.mega-menu-item{
	padding: 1rem 4rem 4rem 4rem;
	text-align: left;
	max-height: calc(100vh - 75px);
	overflow: auto;
}

.mega-menu-wrapper ul{
	margin: 0;
	padding: 0;
	list-style: none;
}

.mega-menu-item ul.menu{
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}

.mega-menu-item ul.menu > li{
	padding: 0;
	width: 20%;
	-ms-flex: 0 0 25%;
	flex: 0 0 25%;
	max-width: 25%;
	margin-top: 2rem;
	position: relative;
	padding-top: 2rem;
}

.mega-menu-item ul.menu > li:after{
	content: '';
	width: calc(100% - 1rem);
	position: absolute;
	top: 0;
	left: 1rem;
	background: #DDD;
	height: 1px;
}



.mega-menu-item ul li a:before{
	display: none;
}

.mega-menu-item ul.menu > li > a{
	color: #000;
	padding-left: 1rem;
	padding-bottom: 0.667rem;
	padding-top: 0.667rem;
	position: relative;
}


.mega-menu-item ul.menu > li > a:after{
	content: '';
	position: absolute;
	top: 25%;
	left: 0;
	width: 4px;
	height: 50%;
	background: #009EE3;
}

.mega-menu-item ul.menu > li > a:hover,
.mega-menu-item ul.menu > li.current-cat > a,
.mega-menu-item ul.children > li.current-cat > a{
	color: #009ee3;
}


.mega-menu-item ul.children > li > a{
	position: relative;
	padding: 0.333rem;
	padding-left: 1rem;
	text-transform: none;
	font-weight: 500;
}

.mega-menu-item ul.children > li > a:after{
	content: '';
	position: absolute;
	top: 20%;
	left: 0;
	width: 4px;
	height: 60%;
	background: #f4d35e;
	-webkit-transform: scaleX(0);
	transform: scaleX(0);
	transform-origin: left;
	-webkit-transition: transform .3s ease;
	transition: transform .3s ease;
}

.mega-menu-item ul.children > li > a:hover:after{
	-webkit-transform: scaleX(1);
	transform: scaleX(1);
}




/* Buttons */

.btn, input[type="submit"]{
	border-radius: 0;
	padding: 10px 30px;
	font-weight: 700;
  border-radius: 30px;
	border: none;
	/* box-shadow: 20px 10px 30px rgba(0,0,0,0.2); */
	-webkit-transition: color 0.25s ease-in-out, background-color 0.45s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
	transition: color 0.25s ease-in-out, background-color 0.45s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}


/* Navbar toggler */

.navbar-toggler {
    box-shadow: none;
    background: transparent;
    border: none;
    display: block;
    cursor: pointer;
		margin: 15px 5px 15px auto;
    z-index: 2; /* and place it over the hamburger */
    -webkit-touch-callout: none;
    border: none;
}

.navbar-toggler:focus{
     border: none;
     box-shadow: none;
}

 .navbar-toggler span{
	 display: block;
	 width: 42px;
	 height: 2px;
	 margin-bottom: 6px;
	 position: relative;
	 background: #000;
	 border-radius: 0px;
	 z-index: 1;
	 transform-origin: 4px 0px;
	 -webkit-transition: -webkit-transform 0.5s cubic-bezier(0.77,0.2,0.05,1.0), background 0.5s cubic-bezier(0.77,0.2,0.05,1.0), opacity 0.55s ease;
	 transition: transform 0.5s cubic-bezier(0.77,0.2,0.05,1.0), background 0.5s cubic-bezier(0.77,0.2,0.05,1.0), opacity 0.55s ease;
	 border-radius: 8px;
}

 .navbar-toggler span:last-of-type{margin-bottom: 0;}
 .navbar-toggler  span:first-child{transform-origin: 0% 0%;}
 .navbar-toggler  span:nth-last-child(2){transform-origin: 0% 100%;}

 .navbar-toggler.open span{
    opacity: 1;
    -webkit-transform: translate(0px, -19px) rotate(45deg) ;
    transform: translate(0px, -19px) rotate(45deg) ;
 }

 .navbar-toggler.open span:nth-last-child(3)
{
  opacity: 0;
  -webkit-transform: rotate(0deg) scale(0.2, 0.2);
  transform: rotate(0deg) scale(0.2, 0.2);
}

 .navbar-toggler.open span:nth-last-child(2)
{
  -webkit-transform: translate(1px, 16px) rotate(-45deg) ;
  transform: translate(1px, 16px) rotate(-45deg) ;
}




/* Forms */

.input-text, input[type="email"],
input[type="password"],
input[type="search"],
input[type="text"],
input[type="url"],
input[type="tel"], textarea {
    padding: 10px 15px;
    background-color: transparent;
    border: 0;
    -webkit-appearance: none;
    border-radius: 15px;
    box-sizing: border-box;
    width: 100%;
		border: 1px solid #a3d5ff;
		font-size: 1em;
		text-transform: none;
}

textarea{
	height: auto;
}



::-webkit-input-placeholder { /* Edge */

}

:-ms-input-placeholder { /* Internet Explorer 10-11 */

}

::placeholder {

}

textarea.input-text {
    min-height: 10em;
}

/* Others */

.site-logo{
	display: block;
	padding: 15px 0;
}

.after-logo{
	font-size: 1.333em;
	width: calc( 100% - 160px );
  padding-left: 30px;
	color: #757277;
}

.site-logo-wrapper{
	display: flex;
	align-items: center;
}

.site-logo-wrapper .site-logo{
	width: 160px;
}

.top-call-us{
  display: flex;
  align-items: center;
}

.top-call-us span{
  width: 210px;
  line-height: 1.3;
	font-weight: 700;
  font-size: 1.067rem;
  text-align: right;
  padding-right: 20px;
  border-right: 1px solid #d8d8d8;
  margin-right: 20px;
}


.header-tr ul{
	list-style: none;
	padding: 0;
	margin: 0;
}

.header-tr ul li{
	display: inline;
}

.top-info-wrapper{
	background: #D9F0FF;
  border-radius: 0 0 20px 20px;
}

#top-info{
	display: flex;
	justify-content: flex-end;
  align-items: center;
}

#top-info ul{
	list-style: none;
	padding: 0;
	margin: 0;
}

#top-info ul li{
	display: inline;
}

#top-info .widget_gtranslate{
  margin-left: 20px;
}

#top-info .widget_gtranslate a{
  color: #14080E;
  font-weight: 700;
  margin-left: 5px;
}

#top-info  a.glink span {
  font-size: 0.867em;
}


#close-search,
#header-top a{
	color: #001B2E;
	-webkit-transition: all 400ms ease;
	transition: all 400ms ease;
}

#access-icons svg{
	fill: inherit;
	fill: currentColor;
}

#header-top a:hover,
#header-top a:focus,
#close-search:hover,
#close-search:focus{
	color: #0070bd;
	text-decoration: none;
}

#header-top,
#top-icons {
	display: flex;
	justify-content: right;
	align-items: center;
}

#access-icons{
	font-size: 1.2em;
}

#access-icons ul{
	display: flex;
}

#access-icons ul li{
	padding: 0 1rem;
	display: flex;
}

#access-icons ul li:last-child{
	padding-right: 0;
  padding-left: 0;
}

#access-icons span{
	cursor: pointer;
}

#access-icons span.title{
	font-size: 1rem;
	font-weight: 900;
	cursor: auto;
	margin-right: 10px;
}

#access-icons a{
	margin-right: 10px;
	display: flex;
	font-size: 22px;
}

#access-icons a.font-minus{
	margin-right: 0;
}

#access-icons a.font-plus{
		font-size: 26px;
		margin-top: -2px;
		margin-right: 0;
}


#access-icons a.font-plus-plus{
		font-size: 28px;
		margin-top: -4px;
		margin-right: 0;
}

.svg-icon-link{
	width: 32px;
	line-height: 1;
}

.svg-icon-link span{
	display: none;
}

.high-contrast i:before{
	background: #000;
	border-radius: 50%;
}

.low-contrast i{
	color: #FFF;
}

.low-contrast i:before{
	background: #000;
	border-radius: 50%;
}

.font-plus{
	font-size: 120%;
}

.high-contrast i{color: #EDF67D;}

#header-top .widget{
	margin-left: 25px;
}

#search-button{
	margin-left: 10px;
	position: relative;
	display: block;
	padding-right: 30px;
	font-weight: 700;
  color: #14080E;
}

#search-button i{
	font-size: 1.467em;
	position: absolute;
	top: 1px;
	right: 0;
}

#header-top .social-icons{
	padding-right: 25px;
	border-right: 3px solid #DDD;
	line-height: 1;
	margin-top: 5px;
}

.social-icons ul li a{
	font-size: 22px;
	padding: 0 5px;
	color: #14080E;
}

.social-icons ul li .bx{
  line-height: 1.5;
}

.sitemap-link{
	display: flex;
	font-size: 13px;
	line-height: 1;
	font-weight: 900;
	color: #001B2E;
	padding: 4px 0;
}

.sitemap-link i{
	font-size: 26px;
	margin-right: 4px;
}

/* Hero */

.main-hero{
  padding: 50px 0;
  height: 600px;
  border-radius: 30px;
  margin: 0 15px;
  position: relative;
  background-image: url('http://pueo.net.pl/niebieska/wp-content/uploads/2024/08/hero_bg.png');
  background-color: #0071bd;
  background-position: center;
  background-size: cover;
}

.quick-exit{
  position: fixed;
  z-index: 1001;
  bottom: 100px;
  right: 0;
  background: #B8336A;
  color: #FFF;
  display: flex;
  align-items: center;
  border-radius: 15px 0 0 15px;
  overflow: hidden;
  z-index: 1005;
}

.quick-exit:hover,
.quick-exit:focus,
.quick-exit:active{
  text-decoration: none;
  color: #FFF;
}

.quick-exit .exit-text{
  font-weight: 700;
  padding: 15px;
  max-height: 56px;
  line-height: 1;
}

.quick-exit .exit-icon{
  width: 56px;
  height: 56px;
  text-align: center;
  background: rgba(0, 0, 0, 0.33);
  font-size: 30px;
  line-height: 56px;
}

.main-hero .row,
.main-hero .container{
  height: 100%;
}

.hero-text h1{
  font-size: 3.867em;
  color: #FFF;
  font-weight: 400;
  margin-bottom: 30px;
}

.hero-info{
  display: flex;
  align-items: center;
}

.hero-phone{
  margin-left: 30px;
  color: #FFF;
  padding-left: 30px;
  border-left: 1px solid #FFF;
}

.hero-phone span{
  display: block;
}

.hero-phone a{
  display: block;
  font-weight: 900;
  font-size: 1.6em;
  color: #FFF;
  line-height: 1;
}


/* Contact blocks */


.contact-us{
  padding: 50px 0;
}

.contact-block{
  display: block;
  height: 100%;
  background: #A3D5FF;
  padding: 120px 45px 45px 45px;
  border-radius: 30px;
  display: flex;
  align-items: end;
  position: relative;
  overflow: hidden;
  box-shadow: 0 10px 30px rgba(0,0,0,0.1);
}

.invisible-url{
  position: absolute;
  display: block;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  z-index: 1;
  opacity: 0;
}

.contact-block span{
  display: block;
}

.contact-block .block_icon{
  width: 150px;
  position: absolute;
  top: 0;
  right: -30px;
}

.contact-block .block_icon:before{
  content: '';
  width: 144%;
  height: 144%;
  position: absolute;
  left: -30px;
  top: -40px;
  border: 1px solid rgba(0,0,0,0.1);
  border-radius: 50%;

}

.contact-block .block_icon img{
  width: 100%;
  opacity: 0.33;
}

.contact-block .text_1{
  font-weight: 500;
  font-size: 1.067em;
  color: rgba(0, 0, 0, 0.5);
}

.contact-block .text_2{
  font-weight: 800;
  font-size: 1.333em;
}

/* .contact-us .col-md-4:first-of-type .contact-block{
    background: #ECC30B;
}

.contact-us .col-md-4:last-of-type .contact-block{
  background: #D9F0FF;
} */



.contact-us .col-md-4:first-of-type .contact-block .text_2{
  font-size: 3.867em;
  line-height: 1;
}

a.glink img {border-radius: 5px}

/* Violence */

.violence{
  padding-bottom: 50px;
}

.violence-block{
  border-radius: 30px;
  overflow: hidden;
  background: #edf0f4;
  height: 100%;
}

.violence-block .text_1{
  font-size: 2.133em;
  margin-bottom: 20px;
  color: #001B2E;
  border-bottom: 1px solid #DDD;
  padding-bottom: 20px;
}

.violence-block .text_2{
  color: rgba(0,0,0,0.6);
}

.bock_content{
  padding: 45px;
}

.viol-img{
  position: relative;
  overflow: hidden;
  border-radius: 0 0 30px 30px;
}

.viol-img:after{
  content: '';
  width: calc(100% - 30px);
  height: calc(100% - 30px);
  position: absolute;
  top: 15px;
  left: 15px;
  border: 1px solid #FFF;
  border-radius: 30px;
  opacity: .5;
  pointer-events: none;
}

/* Numbers */

.our-numbers{
  padding-bottom: 50px;
}

.number_icon{
  position: relative;
  text-align: center;
  display: inline-block;
}

.number_icon:before{
  content: '';
  width: 100%;
  height: 100%;
  position: absolute;
  top: -15px;
  right: -15px;
  background: #d9f0ff;
  border-radius: 50%;
  z-index: -1;
}

.number_icon img{
  width: 77px;
}

.number-block{
  text-align: center;
  padding: 45px 30px;
  border: 1px solid #DDD;
  border-radius: 30px;
  height: 100%;
  box-shadow: 0 10px 30px rgba(0,0,0,0.1);
}

.number-block .desc{
  display: block;
    font-weight: 600;
    margin-top: 10px;
    margin-bottom: 10px;
    font-size: 1.333em;
}

.number-block .number{
  font-weight: 900;
  font-size: 3.467em;
  display: block;
  color: #0070bd;
  line-height: 1;
}

.number-block .suffix{
  display: block;
  margin-top: 5px;
  color: rgba(0,0,0,0.6);
}

.section_title h2{
  color: #001B2E;
  font-size: 2.8em;
  font-weight: 400;
}

.section_title{
  margin-bottom: 50px;
}

.section_title span{
  background: #d9f0ff;
  display: inline-block;
  padding: 5px 15px;
  border-radius: 25px;
  margin: 0;
  color: #0070bd;
  font-weight: 700;
}

/* Chat banner */

.chat-banner{
  display: flex;
  align-items: center;
  padding: 70px;
  background: #0070bd;
  border-radius: 30px;
  position: relative;
  overflow: hidden;
  margin-bottom: 50px;
}

.chat-banner:before{
  content: '';
  width: 250px;
  height: 250px;
  background: #d9f0ff;
  position: absolute;
  bottom: -100px;
  right: 70px;
  border-radius: 50%;
}

.chat-banner:after{
  content: '';
  width: 280px;
  height: 280px;
  background: #d9f0ff;
  position: absolute;
  bottom: -120px;
  right: 70px;
  border-radius: 50%;
  opacity: .5;
}

.chat_title{
  font-size: 2em;
  font-weight: 400;
  color: #FFF;
  width: 50%;
  border-left: 1px solid rgba(255,255,255,0.3);
  padding-left: 70px;
  position: relative;
  z-index: 1;
}

.chat_icon{
  width: 25%;
}

.chat_icon svg{
  width: 275px;
  position: absolute;
  bottom: 10%;
  left: 15px;
}

.chat_button{
  width: 25%;
  text-align: right;
  position: relative;
  z-index: 1;
}

.chat_button .button{
  background: #FFF;
}

/* Slider */

.news-slide{
	display: block;
	height: 33.333em;
	overflow: hidden;
	position: relative;
	box-sizing: border-box;
}

.news-slide .slide-background{
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
}

.news-slide .slide-title{
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	padding: 2.667em;
	background: rgba(42, 46, 50, 0.9);
	color: #FFF;
}

.news-slide .slide-title h2{
	font-size: 2.133em;
	font-weight: 900;
	margin: 0;
}

.news-slide a{
	display: block;
}






.swiper-pagination {
	text-align: right;
	padding: 0 30px;
	bottom: 20px!important;
}

.swiper-pagination-bullet {
  width: 0.8em;
  height: 0.8em;
	background: #001B2E;
	opacity: .33;
}



.swiper-pagination-bullet-active {
	opacity: 1;
	background: #0070bd;
}

.swiper-navigation-links{
	display: block;
	float: left;
	position: absolute;
	border: 0;
	bottom: 7px;
	left: 20px;
	font-size: 2.2em;
	z-index: 11;
}

.swiper-navigation-links span{
	-webkit-transition: all 200ms ease;
	transition: all 200ms ease;
}

.swiper-navigation-links span:hover{
	color: #0070bd;
}

.top-news {
  display:flex;
  align-items:center;
  height:100%;
  padding-left:15px;
  padding-top:40px;
  padding-bottom:40px
}
.home-news-list {
  padding:0;
  margin:0;
  list-style:none
}
.home-news-list li {
  display:block;
  padding-bottom:20px
}
.pl-read-more {
  display:flex;
  text-decoration:none
}
.pl-read-more:hover,
.pl-read-more:active,
.pl-read-more:focus {
  text-decoration:none
}
.home-news-list li:last-child {
  border:none;
  margin-bottom:0
}
.featured-news .home-news-list li:last-child {
  margin-bottom:0
}
.home-news-list li img {
  width:150px;
  border-radius: 5px;
}
.home-news-list li .image.video-item img {
  width:100%;
  height:100%;
  min-height:114px;
  object-fit:cover
}
.home-news-list li .text {
  padding:0 20px;
  width:70%
}
.home-news-list li .image {
  width:30%;
  -webkit-transition:all .2s ease;
  transition:all .2s ease
}

li .text > span.title{
	font-size: 1.067em;
	display: block;
	color: #001B2E;
	font-weight: 900;
	-webkit-transition: all 200ms ease;
	transition: all 200ms ease;
}


li:hover .text > span.title,
li:focus .text > span.title{
	color: #0070bd;
}

li:hover .image,
li:focus .image{
	opacity: 0.5;
}

.post-loop-item{
	position: relative;
	padding-bottom: 30px;
	margin-bottom: 30px;
}


.post-loop-item .content{
	padding: 15px 0;
}

.post-loop-item .footer{
	position: absolute;
	bottom: 30px;
	left: 15px;
	width: 100%;
	display: block;
	overflow: hidden;
}

.post-loop-item .content h2{
	font-size: 2em;
	font-weight: 900;
	margin: 20px 0;
	color: #001B2E;
	-webkit-transition: all 400ms ease;
	transition: all 400ms ease;
}

.post-loop-item img{
  border-radius: 5px;
	-webkit-transition: all 400ms ease;
	transition: all 400ms ease;
}

.post-loop-item:hover  img,
.post-loop-item:focus  img {
	opacity: 0.7;
}

.post-loop-item:hover .content h2 ,
.post-loop-item:focus .content h2 {
	color: #0070bd;
}

.post-loop-item .content a{
	color: #001B2E;
}

.post-loop-item .content p{
	color: #5f5f5f;
	font-size: 1.067em;
}


.post-loop-item .date{
	display: inline-block;
	padding: 0 20px;
	font-weight: 700;
	color: #5f5f5f;
}


.read-more{
  background: #0070bd;
	padding: 8px 28px;
	color: #FFF;
	font-weight: 700;
  border-radius: 40px;
	font-size: 1em;
	display: inline-block;
	-webkit-transition: all 200ms ease;
	transition: all 200ms ease;
}

.read-more:hover,
.read-more:focus{
	background: #001B2E;
}

.fill-read-more{
	display: block;
	text-decoration: none;
}

.fill-read-more:hover,
.fill-read-more:focus,
.fill-read-more:active{
	text-decoration: none;
}

.section-title{
	margin-bottom: 20px;
}

.section-title h2,
.section-title h1{
	margin: 0;
	color: #001B2E;
	font-weight: 700;
	font-size: 1.8em;
}

.section-title .show-all{
	position: absolute;
	right: 0;
	bottom: 50%;
	transform: translateY(50%);
	font-weight: 900;
	color: #0070bd;
}

.events-list{
	list-style: none;
	padding: 0;
	margin: 0;
}

.events-list li{
	margin-bottom: 15px;
	padding-bottom: 15px;
	align-items: center;
	border-bottom: 1px dashed #a3d5ff;
}

.events-list li:last-child{
	border: none;
}

.events-list li .date{
	width: 30%;
	font-weight: 900;
	background: #edf0f4;
	padding: 15px;
	text-align: center;
}

.events-list li .date .year{
	font-size: 2em;
	font-weight: 900;
	line-height: 1;
	color: #001B2E;
}

.events-list li .date .day{
	display: block;
	margin-bottom: 4px;
	color: #001B2E;
	font-size: 0.867em;
	-webkit-transition: all 400ms ease;
	transition: all 400ms ease;
}

.events-list li:hover .date .day,
.events-list li:focus .date .day{
	color: #0070bd;
}


.events-list li .text{
	width: 70%;
	padding-left: 15px;
}

.events-list li .pl-read-more{
	align-items: center;
}

.see-all-link{
  background: #d9f0ff;
  padding: 8px 28px;
  color: #00497A;
  font-weight: 700;
  border-radius: 40px;
  border: none;
  display: inline-block;
  font-size: 0.880em;
  -webkit-transition: all 200ms ease;
  transition: all 200ms ease;
}

.see-all-link:hover,
.see-all-link:focus{
	text-decoration: none;
	color: #FFF;
  background: #0070bd;
}

.sidebar-box{
	display: block;
}

.date .posted-on a{
	color: #646E78;
}

.slider-list ul li .text .post-date,
.sidebar-box ul li .text .post-date{
	display: inline-block;
	padding: 3px 12px;
	margin-bottom: 4px;
	font-size: 0.8em;
	font-weight: 900;
  border-radius: 25px;
	background: #0070bd;
	color: #FFF;
}

.new-galleries ul li .text .post-date{
	background: #255C99;
}

.new-videos ul li .text .post-date{
	background: #52489C;
}

.events-box ul li .text .post-date{
	background: #21A179;
}


.slider-list ul li .text .post-date a,
.sidebar-box ul li .text .post-date a{
	color: #FFF;
}

.sidebar-box ul li .text .post-date a:hover,
.sidebar-box ul li .text .post-date a:focus{
	text-decoration: none;
}

.home-top-list{
	padding: 0;
	margin: 0;
	list-style: none;
}

.home-top-list li{
	display: flex;
	margin-bottom: 20px;
	padding-bottom: 20px;
	align-items: center;
	border-bottom: 1px solid #a3d5ff;
}

.home-top-list li:last-child{
	border: none;
}

.home-top-list li .text > a{
	display: block;
	font-size: 1.333em;
	font-weight: 900;
	color: #001B2E;
	padding-left: 15px;
	border-left: 1px solid #001B2E;
	padding-top: 10px;
	-webkit-transition: color 400ms ease;
	transition: color 400ms ease;
}

.home-top-list li:hover .text > a,
.home-top-list li:focus .text > a{
	text-decoration: none;
	color: #0070bd;
}

.slider-list ul li .text .post-date{
	background: #001B2E;
	margin-bottom: 0;
}


.home-news-list li .image.video-item{
	position: relative;
}

.home-news-list li .image.video-item i{
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
	font-size: 36px;
	color: #52489C;
	background: rgba(255,255,255,.8);
	border-radius: 50%;
}

#home-sidebar{
	padding-left: 15px;
	padding-top: 7px;
}

#home-sidebar .section-title h2 {
	font-size: 1.6em;
}


#secondary{
	padding-left: 60px;
}

#secondary .widget-title{
	margin-bottom: 30px;
	padding-bottom: 15px;
	color: #001B2E;
	font-weight: 700;
	font-size: 1.6em;
}

#secondary .widget{
	margin-bottom: 30px;
}


.sidebar-find-map{
  background: #d9f0ff;
  padding: 45px 45px;
  border-radius: 10px;
  position: relative;
  overflow: hidden;
}


.sidebar-find-map:before{
  content: "\eab8";
  font-family: 'boxicons' !important;
  font-weight: normal;
  font-style: normal;
  font-variant: normal;
  line-height: 1;
  text-transform: none;
  position: absolute;
  color: #0070bd;
  right: -15px;
  top: -45px;
  font-size: 244px;
  opacity: 0.1;
}

.sidebar-find-map .button{
  margin-top: 30px;
  position: relative;
  z-index: 1;
}

.komunikat-box{
	color: #001B2E;
	padding: 30px;
	background: #feca06;
	position: relative;
	display: block;
	overflow: hidden;
}

.komunikat-box h4{
	margin-bottom: 15px;
}

.komunikat-box .bell{
	position: absolute;
	font-size: 120px;
	top: 0;
	right: -30px;
	opacity: .1;
}

.komunikat-box .read-more{
	background: #001B2E;
	color: #FFF;
}

.komunikat-box .read-more:hover,
.komunikat-box .read-more:focus{
	background: #0070bd;
	text-decoration: none;
}

.home-footer{
	display: block;
	text-align: center;
	padding-bottom: 30px;
}

.button{
  color: #14080E;
  background: #A3D5FF;
  padding: 16px 35px;
	border-radius: 50px;
	text-align: center;
	font-weight: 900;
	font-size: 1em;
	display: inline-block;
  box-shadow: 0 10px 30px rgba(0,0,0,0.15);
	-webkit-transition: all 400ms ease;
	transition: all 400ms ease;
}

.text-center-nb{
  text-align: center;
  background: #edf0f4;
  padding: 65px 45px;
  border-radius: 30px;
}

.text-center-nb h4{
  font-size: 2.4em;
  font-weight: 700;
  border-bottom: 1px solid rgba(0,0,0,.1);
  margin-bottom: 30px !important;
  padding-bottom: 30px;
  display: block;
}

.text-center-nb .desc{
  margin-bottom: 20px;
  display: block;
  font-size: 1.333em;
  color: rgba(0,0,0,0.6);
  margin-top: 20px;
}

a.button.button-call{
  color: #FFF!important;
  min-width: 210px;
  text-align: center;
  position: relative;
  height: 54px;
  padding-left: 60px;
  font-size: 1.2em;
  padding-top: 0;
  padding-bottom: 0;
  line-height: 54px;
}

a.button.button-call i{
	position: absolute;
	top: 0;
	left: 0;
  width: 54px;
  height: 54px;
  font-size: 26px;
  border-radius: 50%;
  background: rgba(0,0,0,.1);
  line-height: 54px;
}

a.button.button-call svg{
  position: absolute;
	top: 10px;
	left: 10px;
  width: 34px;
  height: 34px;
}

a.button.button-call.button-call-xl{
  font-size: 1.6em;
  font-size: 1.6em;
  height: 64px;
  line-height: 64px;
  padding-left: 80px;
}

a.button.button-call.button-call-xl i{
  width: 64px;
  height: 64px;
}

a.button.button-call.button-call-xl svg {
  top: 16px;
  left: 15px;
}

.button.button-alt{
	background: var(--azul);
	color: #FFF;
}

.button:hover,
.button:focus{
	background: #001B2E;
	color: #FFF;
	text-decoration: none;
}

.posts-pagination{
	display: block;
	width: 100%;
	padding: 30px 0;
	text-align: center;
	font-size: 1.133em;
}

.posts-pagination .page-numbers{
	display: inline-block;
	padding: 5px 15px;
	font-weight: 900;
	background: #edf0f4;
	margin-bottom: 4px;
  border-radius: 10px;
	color: #001B2E;
	-webkit-transition: all 400ms ease;
	transition: all 400ms ease;
}

.posts-pagination .page-numbers.current{
	opacity: .3;
}

.posts-pagination a.page-numbers:hover,
.posts-pagination a.page-numbers:focus{
	color: #fff;
	background: #B8336A;
	text-decoration: none;
}

.page-title{
	margin-bottom: 30px;
	color: #001B2E;
}

.search-results .page-header .page-title span{
	color: #0070bd;
}

.single-blog-post .entry-content iframe{
	width: 100%;
}

.single-blog-post .blog-title{
  margin-bottom: 20px;
  margin-top: 20px;
}

.error-404{padding: 60px 0;}

.error-404 h2{font-size:4em;}

.breadcrumbs{
	padding-top: 20px;
  padding-bottom: 20px;
}

.breadcrumbs > span{
	padding: 0 6px;
	font-weight: 700;
  color: #0070bd
}

.breadcrumbs > span:first-child{
  padding-left: 0;
}

.breadcrumbs > span a{
	color: #001B2E;
}

.meta-desc{
	display: block;
	font-weight: 700;
	margin-bottom: 4px;
}

.weather-widget{
	display: block;
	margin-bottom: 30px;
	margin-top: 30px;
}

/* File downloads */

.files_to_download{
	list-style: none;
	padding: 0;
	margin: 0;
}

.files_to_download li{
	display: flex;
	align-items: center;
	padding: 10px 0 10px 60px;
	background: #d9f0ff;
  border-radius: 5px;
  overflow: hidden;
	position: relative;
	min-height: 50px;
	border-bottom: 1px solid rgba(0,0,0,.1)
}

.files_to_download li:last-child{border: none;}

.files_to_download li a{
	font-weight: 700;
}

.event-label{
	display: inline-block;
	padding: 3px 12px;
	text-transform: uppercase;
	margin-bottom: 4px;
	font-size: 0.8em;
	font-weight: 900;
	background: #21A179;
	color: #FFF;
}



.download-file-block i.bx{
	position: absolute;
	top: 0;
	left: 0;
	font-size: 30px;
	padding: 10px;
	width: 50px;
	height: 50px;
	color: #0070bd;
}

.widget-title.bottom-post-title{
	position: relative;
	padding-bottom: 15px;
	color: #001B2E;
	font-weight: 900;
	font-size: 1.6em;
	margin-bottom: 30px;
}

.bottom-post-title:before,
.bottom-post-title:after{
	content: '';
	position: absolute;
	bottom: 0;
	left: 0;
	height: 1px;
}

.bottom-post-title:before{
	width: 100px;
	background: #a3d5ff;
}
.bottom-post-title:after{
	width: 15px;
	background: #7A7A7A;
}

.gallery-image{
	position: relative;
	display: block;
	margin-bottom: 30px;
	overflow: hidden;
  border-radius: 5px;
	background: #001B2E;
 }
.gallery-image a{display: block;}

.gallery-image img{
	-webkit-transition: all 600ms ease;
	transition: all 600ms ease;
}

.gallery-image i{
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -20%);
	font-size: 1.6em;
	color: #FFF;
	opacity: 0;
	-webkit-transition: all 400ms ease;
	transition: all 400ms ease;
}

.gallery-image:hover i,
.gallery-image:focus i{
	transform: translate(-50%, -50%);
	opacity: 1;
}

.gallery-image:hover img,
.gallery-image:focus img{
	opacity: .2;
}

section.download-files{
	margin-bottom: 45px;
}

section.post-gallery{
	margin-bottom: 30px;
}


.embed-container {
    position: relative;
    padding-bottom: 56.25%;
    overflow: hidden;
    max-width: 100%;
    height: auto;
}

.embed-container iframe,
.embed-container object,
.embed-container embed {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}


.cat-links a,
.tag-cloud-link,
.tags-links a,
.entry-meta .posted-on{
	display: inline-block;
	padding: 6px 16px;
	margin-bottom: 4px;
	font-size: 1em;
	font-weight: 700;
  border-radius: 25px;
	background: #d9f0ff;
	color: #000;
	-webkit-transition: all 500ms ease;
	transition: all 500ms ease;
}


.tag-cloud-link:hover,
.tag-cloud-link:focus,
.tags-links a:hover,
.tags-links a:focus,
.cat-links a:hover,
.cat-links a:focus{
	text-decoration: none;
	background: #0070bd;
	color: #FFF;
}

.single-blog-post .entry-footer{
	padding: 30px 0;
	border-top: 1px solid #EEE;
	text-align: center;
}

.entry-meta .posted-on{
  background: transparent;
  color: #b8336a;
}

.single-blog-post .entry-header{
	margin-bottom: 30px;
}

.single-featured-image{
	margin-bottom: 30px;
}

.single-featured-image img{border-radius: 10px;}

.single-blog-post .entry-content{
	font-size: 1.067em;
}

.single-blog-post blockquote{
	margin-left: 0;
	padding: 30px;
	margin-bottom: 20px;
	position: relative;
	margin: 20px 0;
	display: block;
  background: #d9f0ff;
  border-radius: 20px;
  color: #0070bd;
}

.single-blog-post blockquote p{
	margin: 0;
}

.single-blog-post:before{
	font-family: 'boxicons' !important;
	font-weight: normal;
	font-style: normal;
	font-variant: normal;
	line-height: 1;
	display: inline-block;
	text-transform: none;
	speak: none;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

.single-blog-post .entry-content ul{
	list-style: none;
	padding-left: 15px;
}

.single-blog-post .entry-content ul li{
	padding-left: 20px;
	position: relative;
}

/* .single-blog-post .entry-content ul li:before, */
.single-blog-post .entry-content ul li:after{
 content: '';
  width: 10px;
  height: 6px;
  background: #0070bd;
  position: absolute;
  left: 0;
  top: 0;
  margin-top: 10px;
  border-radius: 3px;
}


.entry-content ol li{
	margin-bottom: 20px;
}

.entry-content h1,
.entry-content h2,
.entry-content h3,
.entry-content h4,
.entry-content h5,
.entry-content h6{
	margin-bottom: 1em;
}

.entry-content img.aligncenter{
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.contact-main{
	margin-bottom: 50px;
}

.contact-right h4,
.contact-left h4{
	font-size: 1.6em;
	margin-bottom: 20px;
	padding-bottom: 20px;
	border-bottom: 1px solid #a3d5ff;
}

.contact-form-wrapper{
	padding-bottom: 45px;
}

.contact-form-wrapper label{
	display: block;
}


.contact-form-wrapper input[type="text"].wpcf7-form-control,
.contact-form-wrapper input[type="email"].wpcf7-form-control,
.contact-form-wrapper textarea.wpcf7-form-control{
	background: #edf0f4;
	border: none;
	margin-top: 5px;
}

.wpcf7-submit{
	padding: 10px 30px;
	background: #0070bd;
	text-transform: uppercase;
	color: #FFF;
	font-weight: 900;
	font-size: 1em;
	display: inline-block;
	-webkit-transition: all 400ms ease;
	transition: all 400ms ease;
}

/* Footer */

.footer-3-area .menu li a{
	display: block;
}

.footer-3-area{
  padding-right: 30px;
}

.site-footer{
	background: #d9f0ff;
  border-radius: 30px 30px 0 0;
}

.footer-bottom{
	padding: 30px 0;
	text-align: center;
}

.footer-map-title{
  font-size: 1.6em;
  display: block;
}

.footer-bottom .separator{
	border-top: 1px solid #aec0cc;
	display: block;
	width: 100%;
	margin-bottom: 30px;
}

.footer-bottom ul{margin: 0; padding: 0}
.footer-bottom ul li{
	display: inline-block;
	padding: 0 30px;
	border-right: 1px solid #aec0cc;
}

.footer-bottom a{
	font-weight: 700;
	color: #0f0a0a;
}

.footer-bottom .widget{
	display: inline-block;
	margin: 0 15px;
}

.footer-widgets{
	padding-top: 80px;
  padding-bottom: 30px;
	color: #0f0a0a;
}

.footer-widgets ul{
	list-style: none;
	padding: 0;
	margin: 0;
}

.footer-widgets ul li{
	display: block;
	padding: 2px 0;
}

.footer-widgets ul li a{
	font-weight: 700;
	color: #001B2E;
	padding: 4px 2px;
	-webkit-transition: all 200ms ease;
	transition: all 200ms ease;
}

.footer-widgets ul li a:hover,
.footer-widgets ul li a:focus{
	color: #0070bd;
	text-decoration: none;
}

.footer-widgets .social-icons ul li{
	display: inline;
}

.footer-widgets .social-icons ul li a{
	margin-right: 6px;
}

.footer-eu-info {
  padding-bottom: 30px;
}

.widget-title{
  font-weight: 700;
  color: #0f0a0a;
  margin-bottom: 15px;
  position: relative;
  font-size: 18px;
  padding-bottom: 15px;
}

.widget-title:after{
  content: '';
  width: 35px;
  height: 2px;
  background: #a3d5ff;
  position: absolute;
  bottom: 0;
  left: 0;
}

.footer-phone{
  display: block;
  font-size: 50px;
  color: #0070bd;
  font-weight: 900;
}

.footer-phone-container{
  text-align: right;
  color: rgba(0,0,0,0.6);
}

.footer-phone-container .button{
  margin-top: 20px;
  background: #0F0A0A;
  color: #FFF;
}

.footer-phone-container .button:hover{
  background: #0070bd;
}

.footer-phone svg{
  width: 50px;
}

.footer-phone svg path{
    stroke: #0070bd;
}

@media (min-width:576px){

  .footer-5-area{
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-right: -25px;
    margin-left: -25px;
    align-items: center;
  }

  .footer-5-area .widget{
    /* -ms-flex: 0 0 25%;
     flex: 0 0 25%;
     max-width: 25%; */
     -ms-flex: 0 0 33.333333%;
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
     padding: 0 35px;
  }

}

.page-sitemap{
  margin-top: 30px;
  margin-bottom: 80px;
}

.page-sitemap li a{
  font-size: 1.133em;
  font-weight: 600;
  display: block;
  padding: 5px 15px;
}

.stroke-separator{
  display: block;
  height: 47px;
  width: 100%;
  margin-left: 15px;
  margin-right: 15px;
  background-color: transparent;
  background-image: url('http://pueo.net.pl/niebieska/wp-content/themes/niebieska_linia/separator.svg');
  background-position: bottom center;
  background-repeat: no-repeat;
  background-size: cover;
}

.footer_separator_1{
  margin-bottom: 50px;
}

.footer-info{
  font-size: 13px;
    margin-top: 30px;
    color: rgba(0,0,0,0.6);
    margin-bottom: 50px;
}

.mobile-logo{display: none}

/* Hamburger menu */

.hamburger-menu{
  position: absolute;
  left: 0;
  width: 100%;
  visibility: hidden;
  opacity: 0;
  background: #FFF;
  box-shadow: 0 25px 20px rgba(0,0,0,0.12);
  -webkit-transition: all .2s ease-in-out;
  transition: all .2s ease-in-out;
}

.hamburger-menu.active{
  visibility: visible;
  display: block;
  opacity: 1;
  margin-top: 0 !important;
  -webkit-transition: all .2s ease-in-out;
  transition: all .2s ease-in-out;
}



.hamburger-wrapper{
  padding: 15px 15px 15px 92px;
}

#hamburger-menu{
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  list-style: none;
  padding: 0;
  margin: 0 -15px;
}

#hamburger-menu li a{
  display: block;
  position: relative;
  color: #0F0A0A;
  padding: 5px 0;
  font-weight: 500;
  -webkit-transition: all 400ms ease;
  transition: all 400ms ease;
}

#hamburger-menu li a:hover{
  color: #0070bd;
  text-decoration: none;
}

#hamburger-menu > li > a{
  font-weight: 600;
  font-size: 1.067em;
}

#hamburger-menu > li{
  -ms-flex: 0 0 20%;
  flex: 0 0 20%;
  max-width: 20%;
  margin-bottom: 30px;
  padding: 0 15px;
}

#hamburger-menu li ul{
  list-style: none;
  padding: 0;
  margin: 15px 0 0 0;
}

#hamburger-menu li ul li a{
  position: relative;
}

#hamburger-toggler{display: block;}
#nav-toggler{display: none;}

/* Child pages menu */

.child-pages-menu {
  margin-bottom: 30px;
  margin-top: 20px;
  display: block;
  display: block;
  width: 100%;
  margin-top: 30px;
  overflow: hidden;
  float: left;
}

.child-pages-menu ul {
    list-style-type: none;
    padding: 0;
    margin: 0;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-right: -15px;
    margin-left: -15px;

}

.child-pages-menu ul li {
    position: relative;
    width: 100%;
    padding-right: 15px;
    padding-left: 15px;
    /* -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%; */
    -ms-flex: 0 0 33.333333%;
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
    margin-bottom: 15px;
}

.child-pages-menu ul li a {
    text-decoration: none;
    display: flex;
    align-items: center;
    text-align: center;
    height: 100%;
    text-align: center;
    padding: 30px 30px;
    background-color: #0070bd;
    border-radius: 20px;
    font-weight: 700;
    font-size: 1.6em;
    min-height: 140px;
    color: #FFF;
    position: relative;
    overflow: hidden;
    -webkit-transition: all 200ms ease;
    transition: all 200ms ease;
}

.child-pages-menu ul li a:before{
  content: "\eb43";
  font-family: 'boxicons' !important;
  font-weight: normal;
  font-style: normal;
  font-variant: normal;
  line-height: 1;
  display: inline-block;
  text-transform: none;
  speak: none;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  position: absolute;
  bottom: 0;
  right: 0;
  font-size: 121px;
  line-height: 1;
  opacity: 0.2;
  -webkit-transition: all 400ms ease;
  transition: all 400ms ease;
}

.child-pages-menu ul li a:hover:before{
  -webkit-transform: translate(15px, 15px) rotate(45deg);
  transform: translate(15px, 15px) rotate(45deg);
}

.child-pages-menu ul li a span{
  display: block;
  text-align: center;
    width: 100%;
}

.child-pages-menu ul li a:hover {

    background-color: #B8336A;
}

.zespol-item{
  padding: 45px;
  border: 1px solid #EEE;
  border-radius: 20px;
  height: 100%;
}

.desc-member {
    max-height: 120px;
    overflow: hidden;
    position: relative;
}

.desc-member:before{
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 120px;
  background: linear-gradient(180deg, hsla(0, 0%, 100%, 0) 0%, #fff 100%);
}

.desc-member.open {
    max-height: none; /* Brak ograniczenia wysokości, gdy tekst jest rozwinięty */
}

.person-image img{
  width: 100%;
  border-radius: 20px;
}

.desc-member.open:before{
  display: none;
}

.member-name{
  display: block;
  font-size: 1.6em;
  margin-bottom: 10px;
  margin-top: 30px;
  color: #0070bd;
}

.member-more-btn {
  background: #d9f0ff;
  padding: 8px 28px;
  color: #00497A;;
  font-weight: 700;
  border-radius: 40px;
  border: none;
  font-size: 0.880em;
  display: block;
  margin: 20px auto;
  -webkit-transition: all 200ms ease;
  transition: all 200ms ease;
}

.member-more-btn:hover{
  background: #0070bd;
  color: #FFF;
}

.member-col{margin-bottom: 30px;}

.member-more-btn.visible {
    display: inline-block;
}

.stanowsiko{
  font-weight: 700;
  display: block;
  margin-bottom: 15px;
}

.member-link{
  display: block;
  font-weight: 700;
  text-align: center;
}

.member-link i{margin-right: 5px;}

.sidebar-facebook{
  background: #0070bd;
  padding: 45px 45px;
  border-radius: 10px;
  position: relative;
  overflow: hidden;
}

.sidebar-facebook h4{color: #FFF;}

.sidebar-facebook:before{
  content: "\ee81";
  font-family: 'boxicons' !important;
  font-weight: normal;
  font-style: normal;
  font-variant: normal;
  line-height: 1;
  text-transform: none;
  position: absolute;
  color: #FFF;
  right: -15px;
  top: -45px;
  font-size: 244px;
  opacity: 0.25;
}

.sp-easy-accordion > .sp-ea-single {
  background: #FFF!important;
}

.sp-easy-accordion > .sp-ea-single > .ea-header a {
  color: #0F0A0A!important;
}

.single-blog-post.type-page{
  padding-bottom: 45px;
}

.table-striped tbody tr:nth-of-type(2n+1) {
  background-color: #d9f0ff;
}

.table-striped.table td {
 border: none;
}

.entry-content table{margin-bottom: 2em;}

.report-link{
  font-weight: 600;
  display: block;
}

.reports-title{margin-top: 20px}

/* 1600px */
@media (max-width:1600px){
  .container {max-width: 1250px;}
  .container-wide {
    max-width: 100%;
    padding-left: 30px;
    padding-right: 30px;
  }

  #secondary {
    padding-left: 45px;
  }

  .child-pages-menu ul li a {font-size: 1.333em}
  #hamburger-menu > li > a{font-size: 1em}
  .hero-text h1 {font-size: 3.467em;}

  .hero-text{
    padding-left: 55px;
    padding-right: 15px;
    -ms-flex: 0 0 62%;
    flex: 0 0 62%;
    max-width: 62%;
  }

  .hero-image{
    -ms-flex: 0 0 38%;
    flex: 0 0 38%;
    max-width: 38%;
  }

  .main-hero{height: 550px}

  .after-logo {font-size: 1.067em;}
  .after-logo{padding-left: 15px}
  #header-top a.button {
    font-size: 1em;
    min-width: 196px;
  }

  .top-call-us span{
    font-size: 1rem;
  }

  .top-call-us span {width: 190px;}
  #access-icons ul li {padding: 0 10px;}
  #header-top .widget {margin-left: 15px;}
}


/* 1300px */
@media (max-width:1300px){
  .after-logo{display: none}
  .chat_title {padding-left: 30px}
}


/* 1200px */
@media (max-width:1200px){

  .contact-block{
    margin-bottom: 15px;
    height: auto;
  }
  .bock_content {padding: 30px;}
  .chat_icon svg {width: 230px;}

}


/* 1024px */
@media (max-width:1024px){
	.events-list li .date {width: 50%;}
}



/* 991px */
@media (max-width:991px){
  #hamburger-toggler{display: none;}
  #nav-toggler{display: block;}

	.navbar-nav > .nav-item a {text-align: center;}
	.swiper-navigation-links{display: none;}
	.slider-pagin.swiper-pagination{
		bottom: auto!important;
		top: 15px;
		padding: 0 15px;
	}
	#header-top #custom_html-4 {display: none }
	.top-news {padding-left: 0; padding-bottom: 10px}
	.post-loop-item img{width: 100%}


	.site-footer .footer-5-area {padding: 0; margin: 0;}
	.navbar-nav > .nav-item a {
    font-size: 1.333em;
    padding-top: 1.2rem;
    padding-bottom: 1.2rem;
  }

  #primary-menu-wrap{padding-bottom: 30px}

  img.custom-logo {width: 127px;}

  .number-block,
  .violence-block {
    margin-bottom: 30px;
    height: auto;
  }

  .child-pages-menu ul li{
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }

  .hero-text {
     padding-left: 45px;
     padding-right: 45px;
     -ms-flex: 0 0 85%;
     flex: 0 0 85%;
     max-width: 85%;
   }

   .hero-info {display: block;}

   .hero-phone {
    margin-left: 0;
    padding-left: 0;
    border-left: none;
    margin-top: 25px;
  }

  .chat-banner{display: block;}
  .chat_icon, .chat_title, .chat_button{width: 100%;}
  .chat_icon svg {
    bottom: auto;
    top: -70px;
    }

    .chat_button {text-align: left; margin-top: 30px}
    .chat_title {padding-left: 15px;}

    .header-row-2{border-top: none; z-index: 2;}

    .quick-exit{bottom: 5px;}
    .quick-exit .exit-text{
      display: none;
    }

    .hero-image{
      display: none
    }


}


/* 767px */
@media (max-width:767px){
  .container-wide {
     padding-left: 15px;
     padding-right: 15px;
   }

   .child-pages-menu ul{display: block;}

   .child-pages-menu ul li{
     -ms-flex: 0 0 100%;
     flex: 0 0 100%;
     max-width: 100%;
   }

  .viol-img img{width: 100%}
	.error-404{text-align: center;}
	.desktop-logo{display: none;}
	.mobile-logo{display: block;}
	.site-footer{ text-align: center; }
	.site-footer .widget-area{ padding-left: 0 }
	.site-footer .widget-title{display: inline-block;}
	.site-footer .widget-area .widget .widget-title::before {width: 100%;}
	.footer-bottom ul li {padding: 0 15px; border: none;}
	.footer-bottom ul li a{display:block; padding: 8px 0;}
	.footer-5-area .widget{margin-bottom: 15px;}
	#access-icons span.title,
 	.sitemap-link span,
	#custom_html-5{display: none}
	#access-icons ul li {padding: 0; margin-right: 10px;}
	#header-top .widget {margin-left: 0;}
	#access-icons a.font-plus-plus {display: none }
	#access-icons ul li a:last-of-type{margin-right: 0}
	#access-icons .svg-icon-link{margin-top: -4px;}
	#search-button {margin-left: 5px }
	#top-search-form .search-submit{display: none;}
	 img.custom-logo {width: 105px;}
	.site-logo {
    padding: 0px 15px;
    position: absolute;
    top: 45px;
  }

	#top-search-form {
    z-index: 99;
    top: -10px;
    padding-left: 15px;
    padding-right: 15px;
    padding-top: 55px;
	}

  .header-row-1{
    overflow: visible;
    z-index: 3;
  }

  #top-search-form label{
    display: block;
    margin: 0;
  }
  #close-search {
    top: 5px;
    font-size: 40px;
    right: 5px;
  }

	.navbar-toggler span {background: #001B2E}
	.header-row-2 {background: #FFF}
	.featured-news {padding-top: 15px;}

	#access-icons a {font-size: 26px;}
	.svg-icon-link {width: 30px;}
	#access-icons a.font-plus {
		font-size: 32px;
		margin-top: -6px;
		margin-right: 0;
	}
	#access-icons a {margin-right: 10px;}
	#search-button {margin-left: 5px;}
	#header-top{padding: 10px 0 5px 0}

	#secondary {padding-left: 15px;}
	.events-list li .date {max-width: 130px}
	.footer-contacts .button {margin-top: 20px;}
	.site-footer {font-size: 1.133em}
	.footer-widgets ul.menu li a {display: block;}

   #top-info .widget_gtranslate a.gt-current-lang{
     display: none;
   }

  .chat-banner{
    display: block;
    padding-top: 172px;
    padding-left: 15px;
    padding-right: 15px;
  }

  .chat_button,
  .chat_title{
    width: auto;
  }

  .hero-text {
     -ms-flex: 0 0 100%;
     flex: 0 0 100%;
     max-width: 100%;
   }

   .hero-text h1 {font-size: 2.4em;}

   .footer-5-area{justify-content: center;}

   .footer-phone-container {
      text-align: center;
      padding-bottom: 50px;
    }
}

/* 575px */
@media (max-width:575px){
	.news-slide .slide-title h2 {font-size: 1.6em}
	.news-slide .slide-title {padding: 30px;}
  .contact-block{
    padding-left: 15px;
    padding-right: 15px;
  }

  .zespol-item {
    padding: 20px;
  }

  .chat_title {font-size: 1.6em;}

  #search-button span{display: none}
  #search-button{
    margin-left: 10px;
    display: inline-block;
    padding-right: 0;
    position: relative;
  }

  #search-button i {
    position: relative;
    top: 4px;
    right: 0;
  }

  #access-icons ul li:last-child{padding-right: 0;}

  .hero-text {
    padding-left: 30px;
    padding-right: 30px;
  }

  .text-center-nb{
    padding-left: 15px;
    padding-right: 15px;
  }

  .text-center-nb h4 {font-size: 2em}
  .text-center-nb .desc {font-size: 1.133em; padding: 0 30px}

  .footer-map-title {font-size: 1.333em;}
  .section_title h2{font-size: 2.4em}
  .footer-slogan{font-size: 2em}
  .hero-phone a{
    font-size: 2.4em;
    margin-top: 15px;
  }

  .footer-5-area img {
    height: 50px !important;
    width: auto;
  }

  .footer-5-area .widget {
    margin-bottom: 15px;
    margin-top: 15px;
  }

  .site-footer {font-size: 1em;}

  #search-button i {font-size: 30px}
  .social-icons ul li a {font-size: 26px;}


}


/* Font sizes */
/* Font size A+ */
body.page_font_1{
	font-size: 1.2rem;
}

.page_font_1 .navbar-nav > .nav-item a {
	padding-left: 1.4rem;
	padding-right: 1.4rem;
}

body.page_font_1 .events-list li .date{width: 40%}
body.page_font_1 .events-list li .text{width: 60%}

body.page_font_1 .top-call-us span {display: none}

/* Font size A++ */

body.page_font_2{
	font-size: 1.467rem;
}

body.page_font_2 .top-call-us span {display: none}

.page_font_2 .navbar-nav > .nav-item a {
	padding-left: 1.2rem;
	padding-right: 1.2rem;
}

body.page_font_2 .events-list li .date,
body.page_font_2 .events-list li .text{
  width: 50%;
}
