@font-face {
	font-family: 'EYInterstate-Regular';
	src: url('../fonts/EYInterstate-Regular.ttf'), url('../fonts/EYInterstate-Regular.woff') format('woff');
}
@font-face {
	font-family: 'EYInterstate-Light';
	src: url('../fonts/EYInterstate-Light.ttf'), url('../fonts/EYInterstate-Light.woff') format('woff');
}
@font-face {
	font-family: 'EYInterstate-Bold';
	src: url('../fonts/EYInterstate-Bold.ttf'), url('../fonts/EYInterstate-Bold.woff') format('woff');
}

html, body {	
	font-family: 'EYInterstate-Light', sans-serif;	
	color: #2E2E38;
	overflow-x: hidden;	
}
body {	
	background: #FFF;
}
header {
	background: #2E2E38;
	position: fixed;
	z-index: 999;
	top: 0px; 
	left: 0px;
	width: 100%;
	height: 85px;	
	
}
header .logo {	
	height: 78px;
	margin: 4px 0px 5px 12px;
}

.loader {
  border: 12px solid #2E2E38;
  border-top: 12px solid #FFE600;
  border-radius: 50%;
  width: 120px;
  height: 120px;
  animation: spin 2s linear infinite;
  position: fixed;
  top: 50%;
  left: 50%;
  margin-top: -60px;
  margin-left: -60px;
}

@keyframes spin {
  0% { transform: rotate(0deg); }
  100% { transform: rotate(360deg); }
}

#section-0 {
	/*
	background: #0083FE;
	*/
	position: relative;
	padding-top: 80px;	
}
#section-1 {
	/*
	background: #09299E;
	background-image: linear-gradient(to bottom, #0083FE, #01248C); 
	*/	
	background: linear-gradient(7deg, rgba(78,0,170,1) 0%, rgba(255,255,255,0) 50%); 	
	position: relative;
	color: #FFF;
}

.bgT {	
	background: rgb(10,12,182);
	background: linear-gradient(83deg, rgba(10,12,182,1) 0%, rgba(52,178,255,1) 70%); 	
}
@media (max-width:575.98px){
  .bgT{
    background: rgb(10,12,182);
    background: linear-gradient(
      83deg,
      rgba(10,12,182,1) 0%,
      rgba(7,9,150,1) 70%
    );
  }
}

.bgT2 {	
	background: #01037E url('../img/BG_AO.jpg') no-repeat center bottom;
}

.bgPinkGlow {
	background:
		radial-gradient(
			circle at 92% 8%,
			rgba(255, 0, 200, 0.95) 0%,
			rgba(255, 0, 200, 0.75) 7%,
			rgba(255, 0, 200, 0.45) 13%,
			rgba(255, 0, 200, 0.18) 18%,
			rgba(255, 0, 200, 0.0) 21%
		),
		radial-gradient(
			circle at -33% 12%,
			rgba(60, 169, 242, 0.9) 0%,
			rgba(60, 169, 242, 0.7) 25%,
			rgba(60, 169, 242, 0.5) 42%,
			rgba(60, 169, 242, 0.3) 55%,
			rgba(60, 169, 242, 0.0) 70%
		);
}

@media (max-width: 575.98px) {
	.bgPinkGlow {
		background:
			radial-gradient(
				circle at 95% 5%,
				rgba(255, 0, 200, 0.75) 0%,
				rgba(255, 0, 200, 0.45) 7%,
				rgba(255, 0, 200, 0.0) 10%
			),
			radial-gradient(
				circle at -20% 0%,
				rgba(60, 169, 242, 0.6) 0%,
				rgba(60, 169, 242, 0.35) 22%,
				rgba(60, 169, 242, 0.0) 40%
			);
	}
}


.bgL {
	background: #01037E url('../img/BG3.jpg') no-repeat center top;	
	background-size: contain;
}

@media (min-width:1600px) {
	.bgL {
		background-position: 50% -100px;
	}
}
/*
#section-3 {
	position: relative;
	background: #01037E url('../img/BG_wszechtest.jpg') no-repeat center top;		
	background-size: cover;
}
#section-3BG2 { 
	background: linear-gradient(0deg, rgba(48,0,202,1) 0%, rgba(48,0,202,0) 50%);	
}
*/

#section-1a {
	
}

.fs_1_2r {
	/*
	font-size: 1.4rem;
	line-height: 1.75rem;
	*/
	font-size: 1.2rem;
	line-height: 1.55rem;
}
.fs_2rBold {
	font-family: 'EYInterstate-Bold';
	font-weight: 900;
	/*
	font-size: 2.2rem;
	line-height: 2.5rem;
	*/
	font-size: 2rem;
	line-height: 2.25rem;
}

#section-5 {
	color: #FFF;
	/*
	background: #3988E2;		
	background-image: linear-gradient(to right, #4DE1F9, #1200A6); 
	*/	
	background: #3000ca url('../img/BG4.jpg') no-repeat center top;				
	background-size: cover;
}

#section-5a {
	background: #FFF;		
}

#section-6 {
	background: #01037E url('../img/BG3.jpg') no-repeat center top;		
	background-size: cover;
}

@keyframes scroll_1 {
  0%   { transform: translateY(0); }
  25%  { transform: translateY(-0.6em); }
  50%  { transform: translateY(0); }
  75%  { transform: translateY(0.6em); }
  100% { transform: translateY(0); }
}

.scroll-icon {
	display: block;	
	position: relative;	
	margin-left: auto;
	margin-right: auto;
	height: 3em;
	width: 2em;	
	border: .25em solid #FFF;
	border-radius: .9em;	
	opacity: .6;
}
.scroll-icon::before {
	border-style: solid;
	border-width: 0.1em 0.1em 0 0;
	content: '';
	display: inline-block;
	height: .8em;
	left: 0.4em;
	position: relative;
	top: 3em;
	transform: rotate(135deg);	
	vertical-align: top;
	width: .8em;
	color: #FFF !important;
}

#scroll_0-1 {
	position: absolute;	
	bottom: 10%;
	left: 0px;
	right: 0px;		
	margin: 0 auto;
	z-index: 1 !important;
}
.scroll-icon__wheel-outer {
	display: block;
	position: absolute;
	left: 50%;
	top: .6em;
	height: 1em;
	width: .4em;
	margin-left: -.2em;
	border-radius: .4em;
	overflow: hidden;
}

.scroll-icon__wheel-inner {
	display: block;
	height: 100%;
	width: 100%;
	border-radius: inherit;
	background: #FFF;
	animation: scroll_1 2.75s ease-in-out infinite;
}

a.cEYwhite, a.cEYwhite:link, a.cEYwhite:visited, a.cEYwhite:hover , a.cEYwhite:active {	
	color: #FFF;	
	font-family: 'EYInterstate-Bold'; 
	text-decoration: none;
}
a.cEYwhite:hover {		
	text-decoration: underline;
}

a.cEYwhite img.social-ico {
	width: 40px;
	margin: 10px 20px;
	opacity: .7;
}
a.cEYwhite:hover img.social-ico {
	opacity: 1;
}

.hyperlink-text-link {
	font-family: 'EYInterstate-Bold';    
    color: #2e2e38 !important;
    position: relative;
    border-bottom: 1px solid transparent
}

.hyperlink-text-link:hover {
    border-bottom: 1px solid #2e2e38
}

#footer-nav {
  float: right;
  list-style-type: none;
  margin: 28px 0px 0px 0px;
  padding: 0;  
}

#footer-nav li {
  float: left;
  padding: 0px 12px;
}
#footer-nav li:last-child {  
  padding-right: 0px;
}

#footer-social {
	text-align: right;
}

@media (max-width:991px) {
	#footer-nav {
	  float: left;
	  list-style-type: none;
	  margin: 28px 0px 0px 0px;
	  padding: 0;  
	}

	#footer-nav li {
	  float: none;
	  padding: 6px 0px;
	}
	
	#footer-social {
		text-align: left;
	}	
}

* {
	font-family: 'EYInterstate-Light', sans-serif;	
}

.fEYBold {
	font-family: 'EYInterstate-Bold', sans-serif;
}

/*kolory*/
.cEYwhite {
	color: #FFFFFF;
}
.cEYyellow {
	color: #FFE600 !important;
}
.cEYblue {
	color: #A4EFFD !important;
}
.cEYGray01 {
	color: #747480;
}
.cEYGray02 {
	color: #C4C4CD;
}
.cEYOffBlack {
	color: #2E2E38;
}

.cEoT {
	color: #FC0D6C;
}
.cEYFC {
	color: #14E2CA;
}

/*tła*/
.bEYOffWhite { 
	background-color: #FFFFFF;
}
.bEYyellow {
	background-color: #FFE600;
}
.bEYGray01 {
	background-color: #747480;
}
.bEYGray02 {
	background-color: #C4C4CD;
}
.bEYGray03 {
	background-color: #f6f6fa;
}
.bEYOffBlack { 
	background-color: #2E2E38;
}
.bEYOffBlack02 { 
	background-color: #1a1a24;
}
.bEYOffBlack03 { 
	background-color: #000000;
}



/* przyciski */

.btnEY { 
	font-family: 'EYInterstate-Regular';	
	border-radius:0;
	-webkit-transition: all .2s ease-in-out;
	-moz-transition: all .2s ease-in-out;
	transition: all .2s ease-in-out;
	white-space:normal !important;
    word-wrap: break-word; 	
	background-color: trensparent; 
	padding: 20px 10px;	
	border-style: solid;	
	border-width: 1px;
	text-decoration: none !important;
} 

.btnEYoutYellow {
	color: #FFE600 !important; 
	background-color: transparent; 
	border-color: #FFE600;
	border-radius: 0px;	
}
.btnEYoutYellow:hover, a.btnEYoutYellow:hover, a.btnEYoutYellow-active { 
	outline: none !important;
    box-shadow: none !important;
	color: #2E2E38 !important; 
	background-color: #FFE600; 
	border-color: #FFE600 !important; 		 	
}

.btnEYOffBlack {
	color: #FFFFFF !important; 
	background-color: trensparent; 
	border-color: #FFFFFF;	
}
.btnEYOffBlack:hover, a.btnEYOffBlack:hover, a.btnEYOffBlack-active { 
	outline: none !important;
    box-shadow: none !important;
	color: #2E2E38 !important; 
	background-color: #FFFFFF; 	
	border-color: #FFFFFF !important;
}

.btnEYOffBlackW {
	color: #2E2E38 !important; 
	background-color: #FFFFFF; 
	border-color: #2E2E38;
	border-radius: 3px;	
}
.btnEYOffBlackW:hover, a.btnEYOffBlackW:hover, a.btnEYOffBlackW-active { 
	outline: none !important;
    box-shadow: none !important;
	color: #FFFFFF !important; 
	background-color: #2E2E38; 
	border-color: #FFFFFF !important; 		 	
}

.btnEYOffBlackWi {
	color: #FFFFFF !important; 
	background-color: trensparent; 
	border-color: #747480;	
	border-radius: 3px;	
	padding: 5px 10px;	
}
.btnEYOffBlackWi:hover, a.btnEYOffBlackWi:hover, a.btnEYOffBlackWi-active { 
	outline: none !important;
    box-shadow: none !important;
	color: #2E2E38 !important; 
	background-color: #FFFFFF; 
	border-color: #747480 !important; 	
}

.btnEYOffYellow {
	color: #2E2E38 !important; 
	background-color: trensparent; 
	border-color: #2E2E38;	
}
.btnEYOffYellow:hover, a.btnEYOffYellow:hover, a.btnEYOffYellow-active { 
	outline: none !important;
    box-shadow: none !important;
	color: #FFFFFF !important; 
	background-color: #2E2E38; 
	border-color: #2E2E38 !important; 		 	
}

.btnEYWhite {
	color: #2E2E38 !important; 
	background-color: trensparent; 
	border-color: #2E2E38;	
}
.btnEYWhite:hover, a.btnEYWhite:hover, a.btnEYWhite-active { 
	outline: none !important;
    box-shadow: none !important;
	color: #FFE600 !important; 
	background-color: #2E2E38; 
	border-color: #2E2E38 !important; 		 	
}

/*menu*/
#menuOpenBtn
{
	display: block;
	position: fixed;
	top: 0px;
	right: 0px;  
	padding: 37px 33px 30px 33px;
	background-color: #2E2E38; 	
	z-index: 9999;  
	-webkit-user-select: none;
	user-select: none;
	cursor: pointer;
}
#menuOpenBtn span
{
	display: block;
	width: 21px;
	height: 2px;
	margin-bottom: 4px;
	background: #FFFFFF;
	border-radius: 0px;	
}

#menuCloseBtn
{
	position: fixed;
	top: 0px;
	right: 0px;  
	z-index: 9998;  	
	display: block;
	padding: 37px 33px 30px 33px;
	background-color: #2E2E38; 	
	-webkit-user-select: none;
	user-select: none;
	cursor: pointer;
}
#menuCloseBtn span
{
	display: block;
	width: 22px;
	height: 2px;
	margin-bottom: 4px;
	background: #FFFFFF;
	border-radius: 0px;	
}

#menuCloseBtn span:first-child
{      
  transform: rotate(45deg) scale(1.3, 1.3) translate(3px, 3px);
}
#menuCloseBtn span:last-child
{  
  transform: rotate(-45deg) scale(1.3, 1.3) translate(0px, 0px);
}

#menuZarejestrujSie
{
	font-family: 'EYInterstate-Bold';
	font-size: 1.5rem;	
	white-space:normal !important;
    word-wrap: break-word; 	
	display: block;
	position: fixed;
	top: 0px;
	right: 90px;  
	height: 85px;
	padding: 28px 30px;
	background-color: #FFE600; 	
	color: #2E2E38;
	z-index: 9990;  
	-webkit-user-select: none;
	user-select: none;
	cursor: pointer;
}
#menuZarejestrujSie:hover {
	color: #FFFFFF !important; 
	background-color: #000000; 	
}

#menu
{	
	position: fixed;
	top: 0px;
	right: -1000px;
	z-index: 9997;
	-webkit-transition: all .5s ease-in-out;
	-moz-transition: all .5s ease-in-out;
	transition: all .5s ease-in-out;	
	opacity: 0;
	background-color: #2E2E38;
	height: 100vh;
	color: #FFFFFF;		
	padding: 90px 0px 0px 0px;		
	list-style-type: none;
	-webkit-font-smoothing: antialiased;   	
}

#menu li {			
	min-width: 300px;	
	border-bottom: 1px solid #585860;
	margin-left: 30px; 
	margin-right: 30px;
}
#menu li:last-child {				
	border-bottom: 0px;
}
#menu li a {
	display: block;
	position: relative;
	color: #FFFFFF;	
	text-decoration: none;
	font-family: 'EYInterstate-Light', sans-serif;   
	font-weight: bold;
	font-size: 23px;
	line-height: 44px;	
	padding: 11px 0px;
}

#menu a:before { 
	content: ""; 
	position: absolute; 
	z-index: -1; 
	left: -30px; 
	top: 50%; 
	bottom: 50%; 
	background: #FFE600; 
	width: 0px; 
}
#menu a:hover:before, #menu > li.active > a:before { 
	top: 0px; 
	bottom: 0px; 
	width: 5px; 
}

#menu.opened li a
{
	opacity: 1;
	
}
#menu.opened
{
	opacity: 1;
	right: 0px;
}

@media (max-width:768px) {	
	#menu
	{
		width: 100%;		
	}
	#menu li {			
		min-width: 1px;	
	}	
}
@media (max-height:640px) {	
	#menu {		
		height: auto;
	}
}

/*social media*/
.hyperlink-icon-facebook,
.hyperlink-icon-youtube {
    border: 1px solid #c4c4cd;
    border-radius: 50%;
    color: inherit;
    display: inline-block;
    width: 44px;
    height: 44px;
    position: relative;
    text-indent: 100%;
    overflow: hidden;
    white-space: nowrap;
    -webkit-transition: border-color 0.3s, background-color 0.3s;
    transition: border-color 0.3s, background-color 0.3s;
    text-align: center;
    vertical-align: middle	
}

.hyperlink-icon-facebook {
	margin-right: 10px;
}

.hyperlink-icon-facebook::before,
.hyperlink-icon-youtube::before {
    font-size: 20px;
    font-size: 2rem;
    line-height: 42px;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    text-indent: 0;
    -webkit-transition: color 0.3s;
    transition: color 0.3s
}

.hyperlink-icon-facebook:hover,
.hyperlink-icon-youtube:hover {
    border: 1px solid #2e2e38;
    background-color: #2e2e38
}

.hyperlink-icon-facebook::after,
.hyperlink-icon-youtube::after {
    display: none;
}

.hyperlink-icon-facebook {
    background: url("../svg/ic_facebook.svg") center no-repeat;
    background-size: 17px auto;
    -webkit-transition: background 0.3s, border 0.3s;
    transition: background 0.3s, border 0.3s
}

.hyperlink-icon-facebook {
    background-size: auto
}

.hyperlink-icon-facebook:hover,
.hyperlink-icon-facebook:active {
    background-image: url("../svg/ic_facebook_active.svg")
}

.hyperlink-icon-youtube {
    background: url("../svg/ic_youtube.svg") center no-repeat;
    background-size: 17px auto;
    -webkit-transition: background 0.3s, border 0.3s;
    transition: background 0.3s, border 0.3s
}

.hyperlink-icon-youtube {
    background-size: auto
}

.hyperlink-icon-youtube:hover,
.hyperlink-icon-youtube:active {
    background-image: url("../svg/ic_youtube_active.svg")
}

#clock-1 {
	background: transparent;
}
.clock-span-1 {	
	background: transparent !important;
	font-family: 'EYInterstate-Bold';		
	font-size: 1.5rem;
	color: #FFF;      
}

#clock-2 {
	background: transparent;
}
.clock-span-2 {	
	background: transparent !important;
	font-family: 'EYInterstate-Bold';		
	font-size: 2rem;
	color: #FFE600;     
}

#clock-1, #clock-2 {
	width: 300px;	
	margin: 0 auto;	
}
/*
@media (max-width:480px) {
	#clock-1, #clock-2 {		
	-webkit-transform: scale(.5);
	transform: scale(.5);
	}
}
*/
.faqHeader {
	padding-right: 50px;
	cursor: pointer !important;
	background: url('../svg/arrowR_icon.svg') no-repeat 98% 0%;	
	background-size: 20px 20px;
}
.faqHeaderX {
	background: url('../svg/arrowU_icon.svg') no-repeat 98% 0%;	
	background-size: 20px 20px;
}

@media (max-width:768px) {
	#faq .fs_1_2r {
		font-size: 1rem;
		line-height: 1.25rem;
	}
}

/*form*/
input, textarea, select {
	 border-radius: 0px !important;
	 background: #1A1A24 !important;
	 border-color: #1A1A24 !important;
	 color: #fff !important;
} 

._input-group {
	position: relative;
	margin: 0px 0px 40px 0px;
}

._input-group label {
	position: absolute;
	top: 20px;
	font-weight: 300;
	font-size: 1.4em;
	line-height: 1.3em;
	margin: 10px;
	padding: 0 12px;
	background-color: transparent;
	-webkit-transition: top .1s ease-in-out, font-size .1s ease-in-out;
	transition: top .1s ease-in-out, font-size .1s ease-in-out;
	cursor: text;
}
 
._input-group .active {
	top: 0px;
	font-weight: 300;
	font-size: 1em;
	line-height: 1em;
	color: #a9a9a9;	
	cursor: default;
}
 
._input-group input[type=text], ._input-group input[type=email] {
	width: 100%;
	padding: 36px 22px 20px 22px;
	border: 0px;
	font-weight: 300;
	font-size: 1.6em;
	line-height: 1.3em;		
	background-color: #1A1A24;
	color: #FFFFFF;
}
 
._input-group input[type=text]:focus, ._input-group input[type=email]:focus {
	outline: none;
}

.error {
	color: #A94442;
	font-size: 1rem;
}
.error.help-block {
	position: absolute;
}
/*form*/

#etapy {
	border: 3px solid #FFF;
	 border-radius: 25px;
}

.btn-etapy-poprzednia {
	cursor: pointer;
}
.btn-etapy-nastepna {
	cursor: pointer;
}

/* opinie */
#uczestnicy {
	position: relative;
}
#btn-uczestnicy.btnEYWhite {
	background-color: trensparent; 
	background: url('../svg/arrowU_icon.svg') no-repeat 94% 50%;
	background-size: 28px 20px;
}
#btn-uczestnicy.btnEYWhite:hover {
	background-color: #2E2E38 !important; 
	background: url('../svg/arrowUw_icon.svg') no-repeat 94% 35%;	
	background-size: 28px 20px;
}
#btn-uczestnicy.zamkniete {
	background-color: trensparent; 
	background: url('../svg/arrowD_icon.svg') no-repeat 94% 50%;
	background-size: 28px 20px;
}
#btn-uczestnicy.zamkniete:hover {
	background-color: #2E2E38; 
	background: url('../svg/arrowDw_icon.svg') no-repeat 94% 65%;	
	background-size: 28px 20px;
}
.btn-uczestnicy-poprzednia {
	cursor: pointer;
}
.btn-uczestnicy-nastepna {
	cursor: pointer;
}
#uczestnicy .owl-item img {
	max-width: 200px;
}
#uczestnicy-poprzednia {
	position: absolute; 
	top: 50%;
	left: 20px;
	margin-top: -46px;
	z-index: 900;
}
#uczestnicy-nastepna {
	position: absolute; 
	top: 50%;
	right: 20px;
	margin-top: -46px;
	z-index: 900;
}

@media (max-width:768px) {	
	#uczestnicy-poprzednia {
		top: 0%;
		left: 20px;
		margin-top: 0px;		
	}
	#uczestnicy-nastepna {		
		top: 0%;
		right: 20px;
		margin-top: 0px;		
	}
}

.owl-theme .owl-nav {
  margin-top: 10px;
  text-align: center;
  -webkit-tap-highlight-color: transparent; }
  .owl-theme .owl-nav [class*='owl-'] {
    color: #FFF;
    font-size: 14px;
    margin: 5px;
    padding: 4px 7px;
    background: #FFF6A6;
    display: inline-block;
    cursor: pointer;
    border-radius: 3px; }
    .owl-theme .owl-nav [class*='owl-']:hover {
      background: #FFE600;
      color: #FFF;
      text-decoration: none; }
  .owl-theme .owl-nav .disabled {
    opacity: 0.5;
    cursor: default; }

.owl-theme .owl-nav.disabled + .owl-dots {
  margin-top: 10px; }

.owl-theme .owl-dots {
  text-align: center;
  -webkit-tap-highlight-color: transparent; }
  .owl-theme .owl-dots .owl-dot {
    display: inline-block;
    zoom: 1;
    *display: inline; }
    .owl-theme .owl-dots .owl-dot span {
      width: 15px;
      height: 15px;
      margin: 5px 7px;
      background: #FFF6A6;
      display: block;
      -webkit-backface-visibility: visible;
      transition: opacity 200ms ease;
      border-radius: 30px; }
    .owl-theme .owl-dots .owl-dot.active span, .owl-theme .owl-dots .owl-dot:hover span {
      background: #FFE600; }
/* opinie */



.gs_reveal {
  opacity: 0;
  visibility: hidden;
  will-change: transform, opacity;
}

.squareYellow {
	width: 10px;
	height: 10px;
	background: #FFE600;
	margin: 8px auto 4px auto;
}
.circleYellow {
	width: 14px;
	height: 14px;
	background: #FFE600;
	border-radius: 50%;
	display: inline-block;	
}

#wskrocie {
	position: absolute;
	left: 0; 
	right: 0; 
	margin-left: auto; 
	margin-right: auto; 
	width: 208px;
	height: 166px; 
	background: url('../img/plama_white.png') no-repeat center top;			
	background-size: contain;
	text-align: center;
	padding-top: 60px;
}

.img-apla-ico {
	margin-bottom: 20px;
}

.co-zyskujesz {
	margin-top: 20px;
	margin-bottom: 20px;
}

@media (max-width:768px) {	
	.co-zyskujesz {
		margin-top: 0px;
		margin-bottom: 0px;
	}
}

#section-7X {
	color: #2E2E38;
	background: #FFE600;
}

#section-7X h2 {
	font-family: 'EYInterstate-Bold';	
}

/*aplikacja Audyt*/
.btnEYoutYbg { 
	font-family: 'EYInterstate-Bold';
	border-radius:0;
	-webkit-transition: all .1s ease-in-out;
	-moz-transition: all .1s ease-in-out;
	transition: all .1s ease-in-out;
	white-space:normal !important;
    word-wrap: break-word; 
	color: #2E2E38; 
	background-color: #FFE600; 
	border-color: #2E2E38; 
} 

a.btnEYoutYbg, a.btnEYoutYbg:visited {
    color: #2E2E38 !important;
} 
 
.btnEYoutYbg:hover, a.btnEYoutYbg:hover { 
	outline: none !important;
    box-shadow: none !important;
	color: #FFF !important; 
	background-color: #2E2E38; 
	border-color: #2E2E38; 	
}

#wybierz-dzial-box 
{
	text-align: right;
	padding-right: 50px;
}
#wybierz-miasto-box
{
	text-align: left;
	padding-left: 50px;
}

@media(max-width:991px) {	
	#wybierz-dzial-box 
	{
		text-align: center;
		padding: 0px;
	}	
	#wybierz-miasto-box
	{
		text-align: center;
		padding: 0px;
	}		
}
#wybierz-dzial-box a, #wybierz-miasto-box a {
		min-width: 164px;
	}

.bootstrap-select {
	padding: 0;
	margin: 0;	
}

.bootstrap-select > .btn{
  width: 100%;
  padding: 0;
  margin: 0;	
  font-family: 'EYInterstate-Bold';
  padding: 20px;
  color: #2E2E38 !important;  
  background-color: #FFE600;
  border: 1px solid #2E2E38;
  border-radius: 0px;
  outline: none !important;
  box-shadow: none !important;
}

.bootstrap-select .dropdown-toggle:focus { outline: none !important; }


.bootstrap-select .dropdown-menu a:active {
	background: #FEE600;
	color: #2E2E38 !important;  
}

.bootstrap-select .dropdown-menu {
	background-color: #FEE600;
	border-radius: 0;	
}
.bootstrap-select a.selected.active {
	background-color: #2E2E38;	
}

button[data-toggle="dropdown"].btn-default,
button[data-toggle="dropdown"]:hover {
	background-color: #FEE600 !important;
	padding-bottom: 20px;
	border: 1px solid #2E2E38 !important;
}

#btn_wybierz_dzial, #btn_wybierz_miasto {
	width: 240px;	
	outline: none !important;
}
.btn:focus,.btn:active {
   outline: none !important;
   box-shadow: none;
}


#wybierzDzial_1, #wybierzDzial_2, #wybierzMiasto_1, #wybierzMiasto_2 {
	max-width: 640px;
	margin: 0 auto;
}

.tooltips {
	position: relative;
	left: 0;
	right: 0;
	margin-left: auto;
	margin-right: auto;
	bottom: 0px;
	text-align: center;
	background: #FFFFFF;
	border-radius: 6px;
	padding: 10px;
	font-weight: bold;	
	font-size: 1rem;
	max-width: 270px;
}
.tooltips span:after {
    content: '';
    position: absolute;
    bottom: 100%;
    left: 50%;
    margin-left: -8px;
    width: 0; height: 0;
    border-bottom: 8px solid #FFFFFF;
    border-right: 8px solid transparent;
    border-left: 8px solid transparent;
}
/*aplikacja Audyt*/

#owl-etapy img {
	width: 30px !important;
}


.eyTabs{ background: inherit; }

.eyTabs__rail{
  position: relative;
  width: 100%;
  height: 70px;
  background: inherit;
}

.eyTabs__svg{
  position: absolute;
  inset: 0;
  width: 100%;
  height: 70px;
  display: block;
  pointer-events: none;
}

.eyTabs__path{
  fill: none;
  stroke: #fff;
  stroke-width: 2;
  vector-effect: non-scaling-stroke;
}

.eyTabs__buttons{
  position: absolute;
  inset: 0;
  display: flex;
  justify-content: center;
  align-items: flex-end;
  gap: 28px;
  padding-bottom: 20px;
}

.eyTabs__tab{
  padding: 18px 56px;
  font-size: 1.25rem;
  line-height: 1;
  border: 0;
  background: transparent;
  border-radius: 0;
  box-shadow: none;
  outline: 0;
  -webkit-tap-highlight-color: transparent;
  cursor: pointer;
  user-select: none;
}

.eyTabs__tab:hover,
.eyTabs__tab:focus,
.eyTabs__tab:focus-visible,
.eyTabs__tab:active{
  background: transparent;
  box-shadow: none;
  outline: 0;
}

.eyTabs__panels{ background: inherit; }

.eyTabs__label{
  position: relative;
  top: 7px;
  display: inline-block;
}
