@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');
}
@font-face {
	font-family: 'EYInterstate-Regular';
	src: url('../fonts/EYInterstate-Regular.ttf'), url('../fonts/EYInterstate-Regular.woff') format('woff');
}

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

.container-fluid {
	padding: 24px 80px 24px 80px;
}

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


@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 #2E2E38;
	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: #2E2E38 !important;
}

#scroll_0-1 {
	position: absolute;	
	bottom: 15%;
	/*left: 0px;*/
	right: 50px;		
	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: #2E2E38;
	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: 1;
}
a.cEYwhite:hover img.social-ico {
	opacity: .70;	
}

#section-0 {
	background: #0A0E26 url('../img/BG_pion.jpg') no-repeat center top;
	background-size: cover;
	position: relative;
	padding-top: 80px;
}
#section-1 {
	color: #FFF;
	background: #2E2E38;
	position: relative;	
	padding: 80px 0px;
	opacity: 0;
}
#section-1 .apla {
	color: #2E2E38;
	background: #FFE600;
	margin: 0px 90px 0px 90px;	
}

@media (max-width:768px) {	
	#section-1 .apla {
		margin: 0px;
	}
}
.bg_Default {	
	/*	
	url('../img/bg_blue.jpg') no-repeat center top !important; 
	*/
	background: #2E2E38;
}

#section-1 h3 img {
	width:80px; 
	display: inline-block; 
	margin-right: 20px;
}

#section-2 {
	padding: 80px 0px;
}

h2 {
	font-family: 'EYInterstate-Bold', sans-serif;
	font-size: 60px;
	line-height: 72px;
	font-weight: 900;
	margin: 0;
	padding:0;
}

h3, .cust_h3 {
	font-family: 'EYInterstate-Light', sans-serif;
	font-size: 26px;
	line-height: 32px;
	margin: 0;
	padding:0;
}
h3.strong {
	font-family: 'EYInterstate-Regular', sans-serif;	
}
h3.exstrong {
	font-family: 'EYInterstate-bold', sans-serif;	
}

hr {
	border: 1px solid #C7C7C7;
}

.borderTop1px {
	border-top: 1px solid #2E2E38;
}

.faqHeader {
	padding-right: 50px;
	cursor: pointer !important;
	background: url('../svg/arrowR_icon.svg') no-repeat 98% 0%;	
	background-size: 25px 25px;
}
.faqHeaderX {
	background: url('../svg/arrowU_icon.svg') no-repeat 98% 0%;	
	background-size: 25px 25px;
}

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

.fs_1_2r {
	font-size: 1.4rem;
	line-height: 1.75rem;
}
.fs_2rBold {
	font-family: 'EYInterstate-Bold';
	font-weight: 900;
	font-size: 2.2rem;
	line-height: 2.5rem;
}

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

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

/* przyciski */

.btnEY { 
	font-family: 'EYInterstate-Bold';
	font-size: 19px;
	line-height: 24px;
	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: 10px 20px;		
	margin-top: 4px;
	text-decoration: none !important;
} 
.btn:focus {
	outline: none !important;
	 box-shadow: none;
}

.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: #C4C4CD !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: #FFE600; 
	border-color: #FFE600;	
}
.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; 		 	
}

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

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

.btnEYYellow {
	font-family: 'EYInterstate-Light';
	color: #2E2E38 !important; 
	background-color: transparent;
	border-color: #FFE600 !important; 		
}
.btnEYYellow:hover, a.btnEYYellow:hover, a.btnEYYellow-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;	
	font-family: 'EYInterstate-Light';		
}
.btnEYWhite:hover, a.btnEYWhite:hover, a.btnEYWhite-active { 	
	outline: none !important;
    box-shadow: none !important;
	color: #FFFFFF !important; 
	background-color: #2E2E38; 
	border-color: #2E2E38 !important; 		 	
}

.btnEYBlack {
	color: #FFFFFF !important; 
	background-color: #2E2E38 !important; 
	background: url('../svg/arrowRw_icon.svg') no-repeat 94% 50%;
	background-size: 20px 24px;
	border-color: #2E2E38;	
	font-family: 'EYInterstate-Light';	
	padding: 10px 60px 10px 20px;
}
.btnEYBlack:hover, a.btnEYBlack:hover, a.btnEYBlack-active { 
	background: url('../svg/arrowR_icon.svg') no-repeat 96% 50%;
	background-size: 20px 24px;
	outline: none !important;
    box-shadow: none !important;
	color: #2E2E38 !important; 
	background-color: #FFE600 !important; 
	border-color: #FFE600 !important; 		 	
}

.btn2x {
	font-size: 26px;
	padding: 20px 60px;			
}

/*menu*/
#menuZarejestrujSie
{
	font-family: 'EYInterstate-Bold';	
	font-size: 26px;
	line-height: 32px;
	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: 1000;  
	-webkit-user-select: none;
	user-select: none;
	cursor: pointer;
	-webkit-transition: all .2s ease-in-out;
	-moz-transition: all .2s ease-in-out;
	transition: all .2s ease-in-out;
}
#menuZarejestrujSie:hover {
	color: #FFFFFF !important; 
	background-color: #000000; 	
}

@media (max-width:600px) {
	#menuZarejestrujSie {
		display: none;
	}
}
#menuOpenBtn
{
	display: block;
	position: fixed;
	top: 0px;
	right: 0px;  
	padding: 37px 33px 30px 33px;
	background-color: #2E2E38; 	
	z-index: 1004;  
	-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: 1003;  	
	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);
}

#menu
{	
	position: fixed;
	top: 0px;
	right: 0px;
	z-index: 1000;
	-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;	
	color: #FFFFFF;		
	padding: 90px 0px 0px 0px;		
	list-style-type: none;
	-webkit-font-smoothing: antialiased;   	
	overflow-y: auto;
	height: 100%;
	display: none;
}

#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
{
	display: block;
	opacity: 1;
}
@media (max-height:768px) {	
	header, #menuZarejestrujSie, #menu, #menuOpenBtn, #menuCloseBtn {		
		position: absolute;	
	}
}

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

.loader {
  border: 12px solid #000;
  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); }
}


.flashit{ -webkit-animation: flash linear 1s infinite; animation: flash linear 1s infinite; }
@-webkit-keyframes flash { 0% { opacity: 1; } 77% { opacity: .1; } 100% { opacity: 1; } }
@keyframes flash { 0% { opacity: 1; } 77% { opacity: .1; } 100% { opacity: 1; } }


@media (max-width:991px) {
	* {
		font-size: 17px;
		line-height: 21px;
	}
	h2 {
		font-size: 48px;
		line-height: 57px;
	}

	h3, .cust_h3 {
		font-size: 20px;
		line-height: 25px;
	}
	.btnEY { 
		font-size: 17px;
		line-height: 21px;		
	}
	#section-1 {
		padding: 40px 0px;			
	}

	#section-2 {
		padding: 40px 0px;
	}

	#section-1 h3 {
		text-align: left;
	}
	#section-1 h3.text-center {
		text-align: center;
	}
	#section-1 h3 img {
		width:80px; 
		display: block;
		
		margin-left: auto;
		margin-right: auto;
		
		margin-top: 20px;
		margin-bottom: 20px;
	}	
}
@media (max-width:640px) {	
	.btnEY { 
		display: block;		
	}
}

/*modal*/
 .modal{
		overflow:hidden;
    }
    .modal-body{
		overflow:auto;
    }
.window-modal {
	background: #A6D6E0 url('../img/bg_blue.jpg') no-repeat left top;		
	background-size: cover;				
}
.window-modal .modal-content {
	width: 100vw;
	z-index: 1051;    
    min-height: 100%;
    border: 0;
    border-radius: 0;
    text-align: center;
    background-clip: border-box;
    -webkit-box-shadow: none;
    box-shadow: none;	    	
	background: transparent;
	padding: 0px 50px 0px 0px;
}
.window-modal .close-modal {
    position: absolute;
    top: 25px;
    right: 25px;
    width: 75px;
    height: 75px;
    background-color: transparent;
    cursor: pointer;
}

.window-modal .modal-content h2 {
	/*color: #FFE600;*/
}
	
.window-modal .close-modal:hover {
    opacity: .3;
}

.window-modal .close-modal .lr {
    z-index: 1051;
    width: 2px;
    height: 75px;
    margin-left: 35px;
    background-color: #2B272D;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}

.window-modal .close-modal .lr .rl {
    z-index: 1052;
    width: 2px;
    height: 75px;
    background-color: #2B272D;
    -webkit-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg);
}

.window-modal .close-modal .lr, .window-modal .close-modal .lr .rl  {
	background-color: #2B272D;
}

.window-modal .modal-backdrop {
    display: none;
    opacity: 0;
}
/*modal*/


.alert-success {
	background: #FFE600;
	border: 0px;
	color: #2E2E38;
}
.alert-warning {
	background: #FFE600;
	border: 0px;
	color: #2E2E38;
}
.alert-danger {
	background: #FFE600;
	border: 0px;
	color: #2E2E38;
}

.alert a {
	color: #2E2E38;
	text-decoration: none;
	font-weight: bold;
}
.alert a:hover {
	color: #2E2E38;
	text-decoration: underline;
}

::placeholder {
  color: #6C757D !important;
  opacity: 1; /* Firefox */
}

::-ms-input-placeholder { /* Edge 12 -18 */
  color: #6C757D !important;
}	