
.header {
	width: 100%;
	z-index: 11;
	background: white;
	top: 0;
	padding: 10px 0;
}	
.header .top-header {
	display: flex;
	width: 100%;
	justify-content: space-between;
}
.branding__logo {
	width: 180px;
	margin-right: 15px;
}
.branding__text {
	text-transform: uppercase;
	font-size: 14px;
	color: #0A5A88;
	font-weight: 500;
}
.fast-contact {
	display: flex;
	align-items: center;
	justify-content: space-between;
}

.fast-contact .phones {
	display: flex;
	flex-direction: column;
	margin-right: 20px;
	position: relative;
	padding-left: 50px;
	justify-content: center;
	align-items: center;
}
.fast-contact .phones:before {
	content: '';
	background-image:  url("../images/phone.png");
	background-size: contain;
	background-position: center;
	background-repeat: no-repeat;
	position: absolute;
	width: 45px;
	height: 40px;
	left: 0;
}
.fast-contact .phones a {
	font-size: 20px;
	font-weight: 700;

	line-height: 1.2;
	margin: 0;
}
.e-wizyty {
	color: #fff;
	background-color: #FF690D;
	text-transform: uppercase;
	padding: 7px 27px;
	font-size: 16px;
	font-weight: 700;
	border-radius: 15px;
	margin-right: 10px;
	transition: 0.3s ease all;
}

.e-wizyty:hover {
	background: #0A5A88;
	color: #fff;
}
.header hr {
	max-width: 100%;
	border-color: #E8E8E8;
	border-width: 2px;
	margin: 15px 0 ;
}
 .social {
	display: flex;
}
 .social-icon {
	width: 30px;
	height: 30px;
	margin-left: 10px;
	background-position: center;
	background-size: contain;
	display: block;
	transition: 0s;
}

 .social-icon:hover {
	filter: invert(53%) sepia(100%) saturate(3115%) hue-rotate(353deg) brightness(100%) contrast(103%);
}
 .social-icon--instagram {
	background-image: url("../images/instagram.png");
}
 .social-icon--facebook {
	background-image: url("../images/facebook.png");
}

.header .header__menu a {
	text-transform: uppercase;
	font-size: 14px;
	padding: 10px;
	font-weight: 600;
}
.header__menu > ul {
	display: flex;
	justify-content: space-between;
}
#top-header-nav .current-menu-item  a {
	color: #FF690D;
	background-color: unset;
}
#top-header-nav .menu-item-type-custom.current-menu-item a{
	background-color: transparent;
	color: #0A5A88;
}

.header__menu  .current-menu-item a:hover {
	color: #FF690D;
}
.header #top-header-nav > .menu-item:last-child a {
	background-color:   #FF690D;
	color: #fff;
	border-radius: 12px;
	padding: 10px 20px;
	transition: 0.3s ease all;
}
.header #top-header-nav > .menu-item:last-child a:hover {
	background-color: #0A5A88;
}
.sub-menu {
	display: none;
	margin: 0;
	width: 100%;
	min-width: 200px;
	max-width: 100%;
	position: absolute;
	z-index: 999;
	color: #fff;
	background-color: #0A5A88;
	border-radius: 6px;
	overflow: hidden;
	flex-wrap: wrap;
	padding: 0;

}
.sub-menu 	.menu-item a {
	color: #ffffff!important;
}
.sub-menu 	.menu-item a:hover {
	background-color: #FF690D!important;
}
.header .menu-item-has-children {
	position: relative;
	padding-right: 10px;

}
.header .menu-item-has-children:after {
	content: '';
	right: 5px;
	background-image: url("../images/dropdown-icon.png");
	width: 10px;
	height: 10px;
	top: 12px;
	position: absolute;
	background-position: center;
	background-size: contain;
	
}
.header .menu-item-has-children:hover .sub-menu {
	display: flex;


}
.header .menu-item-has-children .sub-menu li {
	width: 100%;
	list-style-type: none;
}
.header .menu-item-has-children .sub-menu a {
	color: #fff;
	text-transform: none;
	font-weight: 500;
	padding: 15px;
	font-size: 12px;
	line-height: 1.2;
}
.header .menu-item-has-children .sub-menu a:hover {
	background-color: #FF690D
}
.desktop-menu {
	display: block;
}
.mobile-menu {
	display: flex;
	
}
.mobile-menu--wrapper {
	position: fixed;
	width: 100vw;
	top: 0;
	left: 0;
	min-height: 100vh;
	height: 100%;
	overflow-y: auto;
	background: #0A5A88;
	z-index: 111;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;

}
.mobile-menu .fast-contact {
	flex-direction: column;

}

.mobile-menu .fast-contact a {
	color: #fff;
}
.mobile-menu .header__menu a {
	color: #fff;
}
.mobile-menu #top-header-nav {
	flex-direction: column;
}
.header .mobile-menu .menu-item-has-children .sub-menu li{
	width: 100%;
}
.header .mobile-menu .header__menu a {
	text-align: center!important;
	font-size: 16px;
}
.header .mobile-menu .fast-contact .phones:before {
	filter: invert(100%) sepia(0%) saturate(2%) hue-rotate(329deg) brightness(104%) contrast(100%);
}
.header .mobile-menu .fast-contact .phones {
	margin-bottom: 20px;
}
.mobile-menu--wrapper{
	display: none;
}
.header .mobile-menu.open .mobile-menu--wrapper {
	display: flex;
	align-items: center;
	justify-content: center;
	padding-top: 50px;
}
.mobile-menu {
	display: none;
}
.mobile-menu.open .branding,
.mobile-menu.open .hamburger{
	position: fixed;
}
.hamburger {
	position: absolute;
	right: 20px;
	top: 35px;
	height: 3px;
	width: 30px;
	z-index: 999999;
	background-color:#0A5A88;
	
}
.mobile-menu.open .hamburger {
	background-color:	#ffffff;;
}
.mobile-menu.open .hamburger:after,
.mobile-menu.open .hamburger:before {
	background-color:	#ffffff;;
}
.hamburger:after,
.hamburger:before{
	content: '';
	position: absolute;
	width: 30px;
	height: 3px;

	background-color: #0A5A88;
}
.hamburger:after {
	top: -7px;
}
.hamburger:before {
	bottom: -7px;
}
.mobile-menu .branding {
	position: relative;
	z-index: 9999;
}
.mobile-menu .branding__logo {
	width: 150px;
	margin-left: 20px;
}

.mobile-menu .header__menu .current-menu-item a {
	color: #FF690D!important
}

.mobile-menu .sub-menu {
	min-width: unset;
	position: relative;
}

.menu .active>a {
	color: #0A5A88;
	background-color: transparent;
}
@media (max-width: 1200px) { 

	.desktop-menu {
		display: none;
	}
	.mobile-menu {
		display: block;
		overflow-y: scroll;
	}
	.mobile-menu .header__menu .current-menu-item a {
		color: white!important;
	}
	
}





.pulse {
  height: 100vh;
  width: 100vw;
  overflow: hidden;
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
	z-index: 9999;
	background-color:rgba(255,255,255,0.96);
}
.pulse svg {
  content: '';
  display: block;
top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
  position: absolute;
  -webkit-animation: 2s pulse linear infinite;
  -moz-animation: 2s pulse linear infinite;
  -o-animation: 2s pulse linear infinite;
  animation: 2s pulse linear infinite;
    clip: rect(0, 0, 100px, 0);
}
.pulse svg polyline {
	stroke: #0A5A88;
}



@-webkit-keyframes pulse {
  0% {
    clip: rect(0, 0, 100px, 0);
    opacity: 0.4;
  }
  4% {
    clip: rect(0, 66.66667px, 100px, 0);
    opacity: 0.6;
  }
  15% {
    clip: rect(0, 133.33333px, 100px, 0);
    opacity: 0.8;
  }
  20% {
    clip: rect(0, 300px, 100px, 0);
     opacity: 1;
  }

  80% {
    clip: rect(0, 300px, 100px, 0);
     opacity:0;
  }

  90% {
    clip: rect(0, 300px, 100px, 0);
    opacity: 0;
  }

  100% {
    clip: rect(0, 300px, 100px, 0);
    opacity:0;
 }
}
@keyframes pulse {
  0% {
    clip: rect(0, 0, 100px, 0);
  }
  4% {
    clip: rect(0, 66.66667px, 100px, 0);
  }
  15% {
    clip: rect(0, 133.33333px, 100px, 0);
  }
  20% {
    clip: rect(0, 300px, 100px, 0);
     opacity:1;
  }

  80% {
    clip: rect(0, 300px, 100px, 0);
     opacity:0;
  }

  90% {
    opacity: 0;
  }

  100% {
    clip: rect(0, 300px, 100px, 0);
    opacity:0;
 }
  
}
@media (max-width: 500px) {
	
	.pulse svg {
		transform: translate(-35%, -50%);
	}
	}
