
  .offer-wrap-wrap { 
	  margin-top:50px;
  }
  .offer-title { 
	  position: relative;
 	  padding-right: 51px;
	  font-size: 30px;
	  text-transform: uppercase;
	  line-height: 50px;
	  display: block;
	  font-weight: 200;
  	  color: #999;
  }
  .arrows { 
		
	   background:url(/layout/caret-right.png); background-size:auto 100%; background-repeat: repeat-x;
	   height: 32px;
	   background-position: left center;
	   overflow: hidden;
	   position: absolute;
	   left:40%;
	   top:9px;
	   opacity: 0;
	   right:60%;
   }
   .arrows.hover {	 transition: all 1s ease;
  opacity: 1;
	   right:0px;
   }
  .offer-title:hover { 
	  color:#999;
	  text-decoration: none;
  }
  .offer-title svg  { 
	  font-size:50px;
	  position: absolute;
	  margin-left: 20px;
 	  top:50%;
	  transform: translateY(-50%);
	  
  }
  .offer-title i:before  { 
	vertical-align: middle;  
  }

   
  .offer-under { 
	  font-size: 16px;
		color: #999;
	  margin-top:20px;
 	  transition:all .3s ease;
   }
   .offer-wrap:hover .offer-under {
	   opacity:1;
	   transform: translateY(0) scale(1);
   }
  .offer-photo-wrap { 
	  width: 150%;
	  transform: translate(-50%,-20%) rotate(0deg) scale(0.8);
	  position: relative; transition:all .3s ease;
	  opacity: 0;
	   
  }
  .offer-photo-wrap video { 
	  width: 100%;
  }
   .offer-wrap:hover .offer-photo-wrap { 
	   opacity: 1;
	  transform: translate(-50%,-20%) rotate(-5deg) scale(1);
 
   }
   
  .offer-photo-wrap:after { 
		 content: '';
		position: absolute;
		top: 0; left: 0; bottom: 0; right: 0;
		box-shadow: inset 0px 0px 200px 150px black;
	  
  }
  .offer-under-icon { 
	  margin-top:50px;
	  padding: 10px 20px;
	  font-size: 11px;
	  max-width: 120px;
	  text-align: center;
	   color:#999;
	  position: relative;
  }
  .offer-under-icon:hover { 
	  cursor: pointer;
  }
  .offer-under-icon:after { 
	  position: absolute;
	  left:-2px;
	  top:-2px;
	  right:-2px;
	  bottom:-2px;
	  opacity:0;
	  border:1px solid #e8397a;
	  content:" ";
	  transform: scale(1.3) rotate(5deg);
	  transition:all .5s ease;
  }
  .offer-under-icon:hover:after { 
	  transform: scale(1) rotate(-5deg);
	  opacity: 1;
  }
  
#bigVideoWrap {
  display: none;
  transition: all 2s ease;
  position: fixed;
  z-index: 99999999999999;
  background: #000;
  transform: scale(0.9);
}

#bigVideoWrap.hiding.active {
  opacity: 0;
  transform: scale(0.9);
  transition: all 1s ease;
}

#bigVideoWrap.semiactive {
  display: block;
  opacity: 0;
}

#bigVideoWrap.active {
  transform: scale(1);
  opacity: 1;
}

#bigVideoImg {
  position: absolute;
  left: 0px;
  right: 0px;
  bottom: 0px;
  top: 0px;
  display: none !important;
  z-index: 999999999;
  background-size: cover;
  background-position: center;
}

#bigVideo {
  position: absolute;
  left: 0px;
  height: 100%;
  width: 100%;
  top: 0px;
  opacity: 0;
  transition: all 0.5s ease;
}

#bigVideoWrap.playing #bigVideo {
  opacity: 1;
}

#bigVideoWrap.playing #bigVideoImg, #bigVideoWrap.playing .video-glitch, #bigVideoWrap.playing .video-wrap-anim {
  display: none;
}

#bigVideoWrapClose, #topVideoWrapClose {
  position: absolute;
  top: 0px;
  left: 50%;
  transform: translateX(-50%);
  font-size: 30px;
  color: #fff;
  padding: 15px;
  z-index: 9999999999999999;
  border-radius: 3px;
  transition: all 0.3s ease;
}

#topVideoWrapClose {
  display: none;
  transform: translate(-50%, -100px);
  opacity: 0;
}

#topVideoWrapClose.semiactive {
  display: block;
}

#topVideoWrapClose.active {
  transform: translate(-50%, 0);
  opacity: 1;
}

#bigVideoWrapClose:hover, #topVideoWrapClose:hover {
  background: rgba(255, 255, 255, 0.3);
  cursor: pointer;
}

.top-text {
	position: absolute;
	right:10%;
	bottom:20%;
	  font-weight: 200;
	  font-size: 1.8em;
	  text-transform: uppercase;
	  letter-spacing: 0.5em;
	  color:#fff;
	  z-index: 8;
	  width: 50%;
	}
	
	.top-text .letter {
	  display: inline-block;
	  opacity: 0;
	  line-height: 1em;
	}
	
	.header-slider{
		width:100%;	font-family: 'Montserrat', sans-serif;
				  overflow: hidden;

 		position:relative;
 		font-size: 90px;
		 letter-spacing: 0.1em;
		white-space: nowrap;
		color:rgba(255,255,255,.2);
		height: 140px;				  margin-bottom: 50px;

 		font-weight: 900;
	}
	.header-slider-mini { 
		font-size: 20px;
		color:rgba(255,255,255,.7);
		font-weight: 900;
		position: relative;
	}
	.more-button { 
		position: absolute;
		right: 0px;
		top:50%;
		font-size: 20px;
		line-height: 2.4rem;
		height: 2.5rem;
		width: auto;
		transform: translateY(-50%);
		font-weight: 500;
		z-index: 9999999;
		padding-left: 2rem;
		padding-right: 3rem;
	}
	.more-button.more-button-mini { 
		font-size: 14px;
		line-height: 30px;
		height: 34px;
		padding-left: 20px;
		padding-right:40px;
	}
	.more-button.more-button-mini span {
		font-size: 12px;
	}
	.more-button.more-button-mini i {
		font-size: 22px;
		right:10px;
		top:4px;
	}
	.more-button.more-button-mini:after {
		height:30px;
		width: 30px;
	}
	.more-button-left { 
		right: auto;
		left:0px;
	}
	.more-button span {
		
		opacity: 1;
		position: relative;
		z-index: 8;
		font-size: 15px;
		transition: all .2s ease .1s;
		color: #fff;
	}
	.more-button i { 
		
		font-size: 2rem;
		color: #fff;
		z-index: 5;
		position: absolute;
		right: .8rem;
		top: .3rem;
		
	}
	.more-button:after { 
		
		position: absolute;
		right: 0px;
		content: " ";
		top: 0px;
		height: 2.5rem;
		width: 2.5rem;
		background: transparent;
		border:1px solid #fff;
		box-shadow: 0px 0px 9px rgba(25, 9, 27, 0.46);
		transition: all .3s ease;
		border-radius: 46px;
	}
	.more-button:hover:after { 
		width: 100%;
	}
	.service-box-wrap h6, .service-box-wrap div { 
		z-index: 5;
		position: relative;
	}
	.service-box-wrap:after { 
		background:rgba(255,255,255,.3);
		transition:all .4s ease;
		position: absolute;
		left:-5px;
		right:-5px;
		bottom:-5px;
		top:-5px;
		z-index: 0;
		border-radius: 10px;
		content:" ";
		opacity: 0;
	}
	.service-box-wrap:hover:after { 
		opacity: 1;
	}
	.header-slider-over { 
		position: absolute;
		left:50%;
		top:50%;
		height: 100%;
		width: 20%;
		z-index: 99999;
		transform: translate(-50%,-50%);
		background: rgba(240, 27, 202, 1);
		mix-blend-mode: color-dodge;
		filter:blur(30px);
		display: none;

	}
	.clickzone { 
		padding-top:50px;
	}
	.header-slider-mini .header-slider-over { 
		width: 90%;
filter:blur(80px);
	}
	
/* .top, .second, .third, .fourth, .fifth, .sixth, .seventh { 
  overflow: hidden;
  background: #000;
} */
.wrap-date.col-md-4:after { 
	background: #c7b648;

}
.container-fluid.mniejszy { 
	width:95%;
	max-width: 1600px;
}
.gradient { 
	height:30%;
	position: absolute;
	left:0px;
	right:0px;
	bottom:0px;
background: linear-gradient(to top, rgba(0,0,0,1) 0%, rgba(0,0,0,0) 100%);
	z-index: 5;
}
.gradient2 { 
	height:30%;
	position: absolute;
	left:0px;
	right:0px;
	top:0px;
background: linear-gradient(to bottom, rgba(0,0,0,1) 0%, rgba(0,0,0,0) 100%);
	z-index: 5;
}
/* 
.top:after, .second:after, .third:after,.wrap-date:after, .fourth:after, .fifth:after, .sixth:after, .seventh:after {
  position: absolute;
  top:0px;
  left:0px;
  right:0px;
  z-index: 0;
  bottom:0px;
  background:  #399eed;
  opacity: .7;
  content:" ";
}
  .wrap-lets:after { 
  background: #0f6daf;
  position: absolute;
  top:0px;
  left:0px;
  right:0px;
  bottom:0px;
  z-index: 0;
  opacity: .7;
  content:" ";
} */
.container-second { 
	position: absolute;
}



.btn-want { 
	display: inline-block;
	height: 40px;
	line-height: 40px;
	color:#fff;
	background: #541e2b;
	padding: 0px 15px;
	border-radius: 30px;
}
.big-text { 
	font-size: 140px;
	color:#fff;
	font-weight: 900;
	line-height: 100px;
	z-index: 99;
	position: relative;
}

.bigger-text { 
	font-size: 160px;
	color:#fff;
	letter-spacing: -5px;
	font-weight: 900;
	line-height: 110px;
	z-index: 99;
	position: relative;
}
.sml-text { 
	color:#fff;
	font-size: 57px;
	z-index: 99;
	position: relative;
	line-break: 40px;
	line-height: 51px;
}
.logo-the { 
	position:relative;
	 
	font-size:64px;
	margin-left: 20px;
	font-style: italic;
	display: inline-block;
	color:#fff;
	font-weight: 800;
	top:50%;
	transform: translateY(-50%);
	line-height: 55px;
}
.logo-wrap .logo-icons,.logo-wrap .logo-icons-big { 
	position: absolute;
	left:110%;
	top:15px;
	white-space: nowrap;
}
.logo-wrap .logo-icons a { 
	display: inline-block;
	color:#fff;
	font-size: 16px;
	margin: 0px 10px;
}
.logo-wrap .logo-icons-big a { 
	font-size: 30px;	display: inline-block;
opacity:0;
	margin: 0px 20px;	color:#fff;

}
.cont-under-big-logo { 
	/* margin-top:150px; */
	z-index: 9;
}
.mainki { 
	transform: translateX(-25%);
}
.main-top-text { 
	position: relative;
	left:0%;
    color:#fff;
	/* -webkit-text-fill-color: #c7b648; 
	 -webkit-text-stroke-width: 3px;
	 -webkit-text-stroke-color: #fff;
	text-fill-color: #c7b648;  
	 text-stroke-width: 3px;
	 text-stroke-color: #fff;  
 */	 
}
.list-left-icons { 
	font-size:20px;
	color:#fff;
	line-height:60px;
	font-style: italic;
}
.list-left-icons div { 
	opacity:0;
}
.list-left-icons img { 
	height: 40px;
	opacity: 1;
	margin-right: 5px;
}
.facts-text { 
	font-size:30px;
	line-height:40px;
	text-align: left;
	color:#fff;
}
.facts-text span { 
	opacity: 0;
	display:inline-block;
}
.facts-numbers { 
	opacity: 0;
}
.fact-number { 
	text-align: center;
	font-size:70px;
	font-weight: 900;
	color:#fff;
	line-height:90px;
	padding: 15px;
	position: relative;
}
.fact-number:nth-child(1):after { 
	position: absolute;
	left:100%;
	top:0px;
	bottom:15px;
	border-left:1px solid #fff;
	content:" ";
	width: 1px;
}
.fact-number:nth-child(1):before { 
	position: absolute;
	left:0px;
	bottom:0px;
	right:15px;
	border-top:1px solid #fff;
	content:" ";
	height: 1px;
}
.fact-number:nth-child(4):after { 
	position: absolute;
	right:100%;
	top:15px;
	bottom:0px;
	border-left:1px solid #fff;
	content:" ";
	width: 1px;
}
.fact-number:nth-child(4):before { 
	position: absolute;
	right:0px;
	top:0px;
	left:15px;
	border-top:1px solid #fff;
	content:" ";
	height: 1px;
}
.fact-number div { 
	opacity:0;
}
.fact-number span { opacity: 0;
	font-size: 20px;
	line-height: 18px;
	display: block;
	font-weight:500;
}


.events-text { 
	font-size:20px;
	line-height: 30px;
	color:#fff;
	margin-bottom:20px;
}
.events-text span, .events-cities span { 
	opacity: 0;
	display:inline-block;
}
.events-cities { 
	font-size:22px;
	line-height: 40px;
	color:#fff;
}
.events-logos img { 
	width: auto;
	max-width: 100%;
	opacity: 0;
	max-height: 140px;
}
.events-map { 
	opacity: 0;
}
.video-after{ 
	  position: absolute;
	  left:0px;
	  top:0px;
	  right:0px;
	  transform-origin: left center;
	  bottom:0px;
	  z-index: 9999;
	  background:#009cc0;
  }
.buyers-text { 
	margin-left:15px;
	font-size:24px;
	line-height: 30px;
	font-style:italic;
	color:#fff;
	opacity: 0;
}
.footer-text { 
	font-size: 30px;
	color:#fff;
	line-height:26px;
	opacity:0;
	font-style: italic;
}
.footer-logo { 
	opacity: 0;
}
.footer-text-mini { 
	font-size:16px;
	line-height:20px;
	opacity: 0;
	color:#fff;
	float: left;
}
.zete { 
	z-index: 5;
}
.footer-button { 
	color:#fff;
	font-size: 32px;
	font-weight: 300;
	margin: auto;
	display: inline-block;
	padding: 2px 10px;
	border:1px solid #fff;
	background: #68b0d8;
	margin-top:10px;
	font-style: normal'
}
.footer-contacts { 
	font-size: 26px;
	line-height:50px;
	color:#fff;
	font-weight: 300;
}
.footer-contacts div { 
	opacity:0;
}
.footer-contact-person { 
	font-style: italic;
	display: inline-block;
	width: 110px;
}
.footer-contact-number,a.footer-contact-number { 
	padding-right:15px;
	color:#fff;
}
a.footer-contact-icon { 
	color:#fff;
}
.main-top-text .ani1-1, .main-top-text .ani12-1 { 
	line-height: 57px;
}
.main-top-text .ani1-2, .main-top-text .ani12-2 { 
	margin-left:8px;
}

.main-top-text .ani12-3, .main-top-text .ani1-3 { 
	margin-left:25px;
}
.main-top-text .ani1-1, .main-top-text .ani1-2, .main-top-text .ani1-3, .second-top-text .ani2-1,.second-top-text .ani2-2 { 
	position: absolute;
	top:0px;
}
.main-top-text .ani12-1, .main-top-text .ani12-2, .main-top-text .ani12-3, .ani22-1, .ani22-2 { 
opacity: 0;	
}

.second-top-text { 
	/* transform: translateX(-80%); */
 	position: relative;
	 transform: translateX(-50%);
	/* filter:blur(30px); */
	
}
.second-top-text.active { 	 
	  /* animation:showMainTopa 2s cubic-bezier(0.55, 0.055, 0.675, 0.19) forwards; */ 
	 
}

@keyframes showMainTopa { 
	0% { transform: translateX(-80%);filter:blur(30px); opacity: 0}
	50% {   filter:blur(0); opacity:1;}
	 100% { transform: translateX(0); filter:blur(0); opacity: 1}
 }
 
.main-top-text.activse { 	transition: all 2s ease 4s;
	 /* animation:showMainTop 4s cubic-bezier(0.55, 0.055, 0.675, 0.19) forwards; */
	color:#fff;  
	-webkit-text-fill-color: #fff; /* Will override color (regardless of order) */
	   -webkit-text-stroke-width: 0px;
	   -webkit-text-stroke-color: #fff;
	  text-fill-color: #fff; /* Will override color (regardless of order) */
	   text-stroke-width: 0px;
	   text-stroke-color: #fff;
}
/* .top_box_1 { 
	position:absolute;
	left:0px;
	width: 50%;
	z-index: 8;
	top:0px;
	bottom:0px;
}
.top_box_2 { z-index: 8;
	position:absolute;
	right:0px;
	width: 50%;
	top:0px;
	bottom:0px;
}
.top_box_1:before { 
	position: absolute;
	left:0px;
	width: 100%;
	top:0px;
	height: 50%;
	content:" ";
	background: #c7b648;
	transition:all 2s ease;
	transition-delay: 2.4s;
	transform-origin: center;
}
.top_box_1:after { 
	position: absolute;
	left:0px;
	width: 100%;
	top:50%;
	height: 50%;
	content:" ";
	background: #c7b648;
	transition:all 2s ease;
	transition-delay: 2.2s;
	transform-origin: center;
}
.top_box_2:before { 
	position: absolute;
	left:0px;
	width: 100%;
	top:0px;
	height: 50%;
	content:" ";
	background: #c7b648;
	transition:all 2s ease;
	transition-delay: 2.3s;
	transform-origin: center;
}
.top_box_2:after { 
	position: absolute;
	left:0px;
	width: 100%;
	top:50%;
	height: 50%;
	content:" ";
	background: #c7b648;
	transition:all 2s ease;
	transition-delay: 2.6s;
	transform-origin: center;
}
.top.active .top_box_1:before, .top.active .top_box_1:after, .top.active .top_box_2:before, .top.active .top_box_2:after { 
	transform: scale(3);
	opacity: 0;
} */
/* 
.top:before { 
	background: #c7b648;
	opacity: 1;
	z-index: 2;
	position: absolute;
	left:0px;
	top:0px;
	right:0px;
	bottom:0px;
	transition:all 1s ease-in-out 3s;
	content:" ";
}
.top.active:before { 
	transform: scale(20);
	opacity: 0;
} */
 
.main-text-line { 
	position: relative;
	opacity: 0;
	color: #fff;
	   /* 	transition: all 1s cubic-bezier(1, 0, 0, 1);

transform: scale(10);
filter:blur(10px); */
}
/* .main-top-text.active .main-text-line { 
	transform: scale(1);
	filter:blur(0px);
	opacity: 1;
} */

@keyframes showMainTop { 
	0% {  color:#c7b648; -webkit-text-fill-color: #c7b648; /* Will override color (regardless of order) */
		  -webkit-text-stroke-width: 3px;
		  -webkit-text-stroke-color: #fff;
		 text-fill-color: #c7b648; /* Will override color (regardless of order) */
		  text-stroke-width: 3px;
		  text-stroke-color: #fff;  
	  }
	60% { color:#c7b648; -webkit-text-fill-color: #c7b648; /* Will override color (regardless of order) */
		  -webkit-text-stroke-width: 3px;
		  -webkit-text-stroke-color: #fff;
		 text-fill-color: #c7b648; /* Will override color (regardless of order) */
		  text-stroke-width: 3px;
		  text-stroke-color: #fff;  }
	 100% { color:#fff;  -webkit-text-fill-color: #fff; /* Will override color (regardless of order) */
		   -webkit-text-stroke-width: 0px;
		   -webkit-text-stroke-color: #fff;
		  text-fill-color: #fff; /* Will override color (regardless of order) */
		   text-stroke-width: 0px;
		   text-stroke-color: #fff;  }
 }
.logoimg { 
	 opacity: 0;
	position: relative;
	width: 320px;
	transform: translateX(5%);
 }
 .logo-second { 
	 opacity: 0;
 }
.left-anim {  
	opacity: 0;
	position: relative;
	 /* transition: all 1s cubic-bezier(0.55, 0.055, 0.675, 0.19) 1s; */
}
.logoimg.active, .left-anim.active { 
	transform: translateY(0);
opacity: 1;

}
.main-text-bottom { 
position: relative;
 opacity: 0;
color:#fff;
margin-top: 20px;
 }
 .imaginek .letters {
 
 }
.main-text-bottom .letter { 
	opacity: 0;
	display: inline-block;
}
.main-text-bottom.topowe { 
	margin-left:-347px;
	font-size: 
	
}
.main-text-bottom.active { 
	transform: translateY(0);
opacity: 1;
}

.text-me-top { 
	width: 100%;
	animation:flash 1s ease infinite;
}
.text-me-top-wrap { 
	position: absolute;
	left:100%;
	bottom:0px;
	width: 150px;
	z-index: 99999;
}
.text-me-top-wrap.show-me { 
	transition-delay: 4s !important;

}
.btn-want.show-me { 
	transition-delay: 2s;
}
.gonext, .gonexttop  { 
	position: absolute;
	bottom:10px;
	left:50%;
	font-size: 80px;
	width:40px;
 	z-index: 99999999999;
	color:#fff;
	transform: translate(-50%,0%);
	animation:flash 1s ease infinite;
	text-shadow: 0px 0px 5px rgba(255,255,255,.5);
}
.gonexttop { 
	top:auto;
	bottom:100%;	transform: translate(-50%,40%);

}
 
.gonexttop img,.gonext img  { 
	position: relative;
	opacity: 0;
	animation: flashimg 1s ease infinite;
}

@keyframes flashimg { 
	0% { transform: translateY(0);  }
	50% { transform: translateY(-5px);}
	100% { transform: translateY(0);}
}

@keyframes flash { 
	0% { opacity: 1;  }
	50% { opacity: 0.3;}
	100% { opacity: 1;}
}
.big20 { 
	font-size:130px;
	font-weight: 900;
	display: inline-block;
	transform-origin: center 30%;
	color:transparent;
-webkit-text-stroke-width: 1px;
position: relative;
  -webkit-text-stroke-color: white;
transition: color 2s ease-in-out 2s, transform 2s ease-in-out 0s, opacity 2s ease-in-out 0s;
transform:scale(10);
margin: 0px 30px;
opacity: 0;

}
  .big20.active { 
	  animation:big20 1.5s ease-in-out forwards;
	  transform: scale(1);
	  color:#fff;
	  opacity: 1;
	  
  }
  @keyframes big20 { 
	  0% { transform: scale(10); opacity: 0;}
	  60% { transform: scale(.8); opacity: 1;}
	  75% { transform: scale(1.1);}
	  100% { transform: scale(1);}
  }
  .meeting-with { 
	  color:#fff;
	  font-size: 44px;
	  line-height: 48px;
	  font-weight: 500;
	  display: inline-block;
	  text-align: right;
	  opacity: 0;
	  transform: translateX(-100%);
	  transition: all 1s ease-out .5s;
  }
  .meeting-with.meeting-right { 
	  transform: translateX(100%);
	  text-align: left;
  }
  .meeting-with.active, .meeting-with.meeting-right.active { 
	  transform: translateX(0);
	  opacity: 1;
  }
  .one-letter { 
	  display: inline-block;
  }
  .wow-wrap.active .one-letter.show-left.show-opacity, .wow-wrap.active .big-text , .wow-wrap.active .bigger-text { 
	  opacity: 1;
	  transform: translate(0,0);
	  transition: all .3s ease;
  }
  /* .wow-wrap.active .wouldent {
	  opacity: 1;
	  transform: translate(0,0);
	transition: all .3s ease;
 
  } */
  .wouldent { 
	  position: relative;
	  display: inline-block;

  }
  .wouldent .line {
	opacity: 0;
	position: absolute;
	left: 0;
	height: 100%;
	width: 3px;
	background-color: #fff;
	transform-origin: 0 50%;
  }
  
  .wouldent .line1 { 
	top: 0; 
	left: 0;
  }
  
  .wouldent .letter, .imaginy .letter, .secondo .letter {
	display: inline-block;
	line-height: 1em;
	opacity: 0;
  }
  
  .one-day-wrap { 
	  /* transform: translateX(-100%);
	  transition:all .3s ease; */
  }
  .one-day-wrap.active { 
	  /* transform: translate(0,0); */
  }
  
  .client-logo { 
	  opacity: 0;
  margin-bottom: 50px;
	  transition: all .5s ease;
	  transform: scale(2);
  }
  .clients-wrap.active .client-logo { 
	  opacity: 1;
	  transform: scale(1);
  }
   .wow-wrap { 
	   transform: translateY(100%);
	   transition: all 1s ease .7s;
   }
   .wow-wrap.active { 
	   transform: translateY(0);
   }
   .sml-text-plus { 
	   font-size: 56px;
	   line-height: 60px;
	   color:#fff;
   }
   .simply.mid-text { 
	   font-size: 32px;
	   line-height: 30px;
    }
   .mid-text { 
	   font-size: 90px;
		color:#fff;
	   line-height: 90px;
	   
   }
   .xs-text { 
	   color:#fff;
	   font-size: 20px;
   }
   .simply { 
		/* transform: translateX(-50px) scale(0.6); */
	   /* opacity: 0; */
	   /* transition:all .5s ease-in-out; */
   }
   .simply .letter, .lets .letter { 
		opacity: 0;
			 display: inline-block;
			 line-height: 1em;
			
   }
   .simply.active { 
	   transform: translateX(0) scale(1);
	   opacity: 1;
   }
   .dots { 
	   text-align: center;
	   margin-top: 10px;
   }
   .dot { 
	   width: 14px;
	   height: 14px;
	   background: transparent;
	   border:1px solid #fff;
	   position: relative;
	   display: inline-block;
	   border-radius: 100%;
	   opacity: 0;
	   margin: 0px 10px;
	   
   }
  .dot:after { 
	  position: absolute;
	  top:50%;
	  left:100%;
	  border-top:1px solid #fff;
	  width: 25px;
	  content:" ";
  }
  .dot:last-child:after { 
	  display: none;
  }
   .dot.selected { 
	   width: 14px;
	   background: #fff;
	   height: 14px;
	   border-color:transparent;
   }
   .simply { 
	   padding-bottom: 15px;
	   margin-bottom: 5px;
	   position: relative;
   }
  .simply:after {
	  /* content:" ";
	  transform-origin: left center;
	  position: absolute;
	  left:15px;
	  right:15px;
	  bottom:0px; 
	  border-bottom: 1px solid #fff;
transition: all .5s ease-in-out 1s;
transform: scale(0,1); */
  }
  .simply-wrap.active .simply:after { 
	  transform: scale(1);
  }
   .simply-wrap { 
	   transform: translateY(50px);
	   transition: all .5s ease-in-out .4s;
   }
   .simply-wrap.active { 
	   transform: translateY(0);
   }
   .wrap-lets { 
	   padding-right:50px;
   }
   .big-text.lets { 
	   
   }
   .wrap-date { 
	   padding-left: 50px;
   }
	/* .wrap-lets { 
		position: absolute;
		left:0px;
		top:0px;
	}
	.wrap-date { 
		position: absolute;
		bottom:0%;
		right:0px;
		padding-top:30px;
	}
	.footer-wrap.active .wrap-lets, .footer-wrap.active .wrap-date { 
		transition: flex 1s ease-in-out 2s,width 1s ease-in-out 2s,height 1s ease-in-out 2.6s, min-height 1s ease-in-out 2.6s;
		flex: 0 0 50% !important;
		width: 50%;
		min-height: 100vh !important;
	} */
	.stay-safe { 
		position: absolute;
		top:100%;
		right:0px;
		 
		text-align: left;
		opacity: 0;
width: 120%;
	}
	/* .stay-safe-img, .stay-safe-text { 
		opacity: 0;
		position: relative;
	} */
	.stay-safe-img { 
		max-width: 100%;
		width: 180px;
	}
	.stay-safe-text { 
		color:#fff;
		font-size: 22px;
		line-height:22px;
		font-weight: 300;
		display: inline-block;
 	}
	 .person-normal { 
		 opacity: 0;
 	 }
	 .person-normal a { 
		 color:#fff;
	 }
	.person-wrap { 
		  border:4px solid #fff;
		  border-radius: 100%;
		  opacity: 0;
		  overflow: hidden;
	  }
	  .person  { 
		  color:#fff;
		  line-height:30px;
		   font-size: 30px;
	  }
	  .person .letter { 
		  opacity: 0;
	  }
	.letsin-1, .letsin-2, .letsin-3, .letsin-4 { 
		display: inline-block;
		opacity: 0;
	}
	.lets-center { 
		opacity: 0;
	}
	.lets-date { 
 		color:#fff;
		font-size: 80px;
		line-height: 60px;
	}
	.letslogo {
		opacity:0;
	}
	.lets-month { 
		
		color:#fff;
		font-size:30px;
	}
	.lets-city { 
		opacity: 0;
		color:#fff;
		font-size: 60px;
		font-weight: 900;
		position: relative;
		top:2px;
		line-height:50px; }
		.day-date { 
			font-size:164px; color:#fff; line-height: 140px; font-weight: 300; margin-top:23px
		}
		.day-month { 
			font-size: 60px; color:#fff
		}
		.socials { 
			position: relative;
			z-index: 999;
			margin-top: 20px;
			margin: 0px -10px;
		}
		.socials a { 
			display: inline-block;
			margin: 0px 10px;
			color: #fff;
 			width:50px;
			margin-bottom: 20px;			height: 50px;
			font-size: 30px;
			border-radius: 100%;			line-height: 50px;
			text-align: center;
 			transform: translateX(-50px) scale(0);
			opacity: 0;
			transition:all .3s ease;
		}
		.wrap-date.active .socials a { 
			transform: translate(0,0) scale(1);
			opacity: 1;
		}
		.mh-100r { 
			min-height: 100vh;
		}
		
		  #x_lines { 
			   opacity:0;
		   }
		   .main-x { 
			   z-index: 0;
			   position:absolute;
			   top:0px;
			   bottom:0px;
			   left:50%;
			   transform: translateX(-50%);
				overflow: visible;
			   
		   } 
		   .main-x svg { 
			   overflow:visible;
			   width:auto;
			   height: 100%;
		   }
		   #video_x { 
 		   }
		  .export-wrap { 
			  position:absolute; 
			  top:50%;
			  white-space: nowrap;
			  z-index: 99;
			  left:50%;
			  transform:translate(-50%,-50%);
		  }
		  .line {
			  border-bottom: 1px solid #fff;
			  display: block;
			  position: absolute;
			  opacity: 0;
			  transform-origin: left center;
		  }
		  .export-line {
			  left:347px;
			  bottom:17px;
			  right:60px;
		  }
		  ._fr .export-line { 
			  right:90px;
		  }
		  a.go {
			  font-size: 30px;
			  color:#11cde1;
			  opacity: 0;
			  font-style: italic;
			  top:50%;
			  transform: translateY(-50%);
			  font-weight: 900;
			  position: absolute;
			  left:100%;
			  margin-left:10px;
			  
		  }
		   
		  .letter-text { 
 		  position:absolute;
		   top:62%;
		   transform: translateY(-50%);
		   left:22px;
		  margin-right:60px;
		  font-size: 29px;
		  width: auto;
		  opacity: 0;
		  text-align: left;
		  white-space: nowrap;
		  transform-origin: center;
		  color:#fff;
		  line-height:34px;
		  }
		  .export-span { 
			  font-size:130px;
			  display: inline-block; 
			  opacity:0;
			  font-style: italic;
			  font-weight: 900;
			   color:#fff;
			  position: relative;
		  }
		  .fake-export { 
			  position:relative;				visibility: hidden;

			  
		  }
		  .classic-export { 
			  position: absolute;
			  left:50%;
			  top:0px;
			  text-align: right;
			  transform: translateX(-50%);
			  width: 100%;
		  }
		  .fake-x { 
			  margin-right:180px;
		  }
		  .xik { 
			  opacity: 0;
			  width: auto; height: 100%; top:0px; left:55%;transform: translateX(-50%); position: absolute;z-index: 9999;  
		  }
		  .third .xik, .fourth .xik, .fifth .xik, .sixth .xik,.seventh .xik { 
			  left:auto;
			  right:10%;
			  z-index: 0;
			  transform: translateX(0);
		  }
		  .text-robert { 
			  position: absolute;
			  left:3%;
			  top:20%;
			  font-size:34px;
			  color:#fff;
			  width: 58%;
			  line-height: 32px;opacity:0;
			  font-style: italic;
			  text-align: center;
		  }
		  .text-piebe { 
			  position:absolute;
			  top:45%;
			  left:25%;
			  font-style: italic;
			  font-size:50px;
			  line-height:46px;
			  color:#fff;
			  opacity:0;
		  
			  text-align: center;
		  }
		  .text-robert strong, .text-piebe strong { 
			  font-weight: 700;
		  }
		  .text-piebe span { 
			  font-size:30px;
			  display: inline-block;
			  line-height:24px;
			  margin-top:20px;
		  }
		  .robert-after, .piebe-after { 
			  position: absolute;
			  left:0px;
			  top:0px;
			  right:0px;
			  transform-origin: left center;
			  bottom:0px;
			  z-index: 9999;
			  background:#009cc0;
		  }
		  .piebe-after { 
			  transform-origin: right center;
			  background:#b81166;
			  left:-10%;
		  }
		  
		 .simply-in .letter { 
			 opacity: 0;
		 }
		 .simply-in { 
			 position: absolute;
			 opacity: 0;
			 transition: all .5s ease;
		 }
		 .simply-in.selected { 
			 opacity: 1;
			 position: relative;
		 }
		 .simply-person { 
			 opacity: 0;
			 position: absolute;
		 }
		 .simply-person.selected { 
			 opacity: 1;
			 position: relative;
		 }
		 
		 .about { 
 		  }
		 .abosut:after { 
			 position: absolute;
			 top:0px;
			 left:0px;
			 right:0px;
			 bottom:0px;
			 content:" ";	
			 border-radius: 0px 0px 200px 200px;
			  box-shadow: inset 0px 0px 50px 30px #000;
			 
		 }
		 .ctrl-about-bg-over-1, .ctrl-about-bg-over-2, .ctrl-about-bg-over-3 { 
			 opacity: 0;
			 position: absolute;
			 z-index: 5;
			 left:0px;
			  width: 100%;
			 transition:all .5s ease 1s;
		 }
		 .second.active .ctrl-about-bg-over-1,  .second.active  .ctrl-about-bg-over-2, .second.active  .ctrl-about-bg-over-3 { 
		 opacity:1; 
		 }
		 .about-text-top { 
			 font-size: 30px;
			 line-height: 34px;
		 }
		 .about-text { 
 position: absolute;
 left:0px;
 top:20px;
 			 line-height: 24px;
			 font-weight: 400;
  		  font-size: 20px;
			color:#fff;
		  z-index: 999;
  		 }
		 .second.active .about-text {  -moz-float-edge: 
		 }
		 .about-img { 
			 border-radius:0px 0px 200px 200px
		 }
		@media (max-width:960px) { 
			.big-text { 
				font-size: 100px;
				line-height:90px;
			}
			.logoimg { width: 300px;}
			.day-date { 
				font-size:144px; color:#fff; line-height: 120px; font-weight: 300; margin-top:23px
			}
			.day-month { 
				font-size: 50px; color:#fff
			}
			.lets-city { 
				font-size: 50px;
				line-height: 30px;
			}
			
			
			  .offer-wrap.active .offer-title-over { 
				  opacity:1;
				  transform: scale(1);
			  }
			 
			   .offer-wrap.active .offer-under {
				   opacity:1;
				   transform: translateY(0) scale(1);
			   }
		 
			   .offer-wrap.active .offer-photo-wrap { 
				   width: 100%;
				   opacity: 1;
				  transform: translate(0%,-20%) rotate(-5deg) scale(1);
			 
			   }
			   .offer-wrap.active .offer-photo-wrap .more-button {
				   right:auto;
				   white-space: nowrap;
				   left:50%;
				   transform: translateX(-50%) rotate(5deg) !important;
			   }
			   .offer-photo-wrap:after { 
				   box-shadow: inset 0px 0px 40px 40px black;
			   }
			   .service-top-text h1 { 
				   font-size: 30px !important;
				   padding: 0px 20px !important;
			   }
			   .service-top-bg { 
				   height: 340px;
			   }
			   .service-content h5 { 
				   font-size:15px;
				   line-height:22px;
				   
			   }
			   h1.service-heading { 
				   font-size: 24px !important;
			   }
			.header-slider-mini { 
				font-size: 20px;
				color:rgba(255,255,255,.7);
				font-weight: 900;
				position: relative;
			}
			
		}
		@media (max-width:766px) { 
			.about-text { 
				position: relative;
				top: 0%;
				/* left: 15px; */
				left:auto;
				right:auto;
				width: auto;
				 font-size: 13px;
				line-height: 16px;
			}
		}
		@media (max-width:966px) { 
			
		.about-img { 
			border-radius: 0px 0px 30px 30px;
		}
		.work { 
			padding: 15px;
			margin: 20px;
		}
	 
			  .top-text { 
				position: absolute;
				right: 5%;
				bottom: 20%;
				font-weight: 200;
				font-size: 1.2em;
				text-transform: uppercase;
				letter-spacing: 0.5em;
				color: #fff;
				z-index: 8;
				width: 90%;
				
			  }
			  .about-text-top { 
				  font-size:20px;
				  line-height: 24px;
			  }
				.header-slider { 
				  font-size: 40px;
				  height: 100px;
				  overflow: hidden;
				  color:rgba(255,255,255,.2);
				  margin-bottom: 30px;
				}
		 
				.about { 
					background-color:#000;
					padding-top:50px;
					padding-bottom:0px;
					background-repeat: no-repeat;
 					
				} 
				 .abosut:after { 
					 position: absolute;
					 top:0px;
					 left:0px;
					 right:0px;
					 bottom:0px;
					 content:" ";	
					 border-radius: 0px 0px 20px 20px;
					  box-shadow: inset 0px 0px 30px 35px #000;
					 
				 }
				 
				.about-text { 
 					top: 0%;
					/* left: 15px; */
					left:auto;
					right:auto;
					width: auto;
 					font-size: 13px;
					line-height: 16px;
				}
				.offer-title  { 
					font-size: 19px;
					padding-right:0px;
					text-align: center;
					display: block;
					line-height: 22px;
					background: transparent;
				}
				.offer-title i { 
					display: none;
				}
				.arrows { 
					  
					 background:url(/layout/caret-right.png); background-size:auto 100%; background-repeat: repeat-x;
					 height: 32px;
					 background-position: left center;
					 overflow: hidden;
					 position: absolute;
					 left:40%;
					 display: none;
					 top:8px;
					 opacity: 0;
					 right:60%;
				 }
				 .arrows.hover {	 transition: all 1s ease;
				opacity: 1;
					 right:0px;
				 }
			.container-fluid.mniejszy { 
				width: 100%;
				
			}
			.xik { 
				left:50% !important;
				height:auto !important;
				right:auto !important;
				transform:translateX(-50%) !important;
				width:90% !important; 
			}
			.gonext { 
				width: 20px;
			}
			.logo-wrap { 
				height: 40px;
				padding: 5px 0px;
			}.logo-the { 
				position: relative;
				font-size: 36px;
				margin-left: 20px;
				font-style: italic;
				display: inline-block;
				color: #fff;
				font-weight: 800;
				top: 50%;
				transform: translateY(-50%);
				line-height: 31px;
			}
			.logo-wrap .logo-icons a { 
				font-size:14px;
				margin:0px 5px;
			}
			.export-wrap { 
				width:auto;
				white-space: nowrap;
				left:55%;
				transform: translateX(-50%);
				 margin-right:15px;
				text-align: right;
			}
			.export-span {
				font-size:40px;
			}
			.fake-x { 
				margin-right:120px;
			}
			.main-x { 
				left:50%;
				transform: translateX(-50%);
			}
			.letter-text { 
				font-size:16px;
				left:-10px;
				margin-right:70px;
				transform-origin: center;
 				line-height: 15px;
				transform: translateY(-50%);
			}
			.export-line { 
				left:175px;
				right:47px;
				bottom:0px;
			}
			._fr .export-line { 
				right:70px;
			}
			.footer-contacts { 
				font-size:18px;
			}
			a.go { 
				font-size:20px;
			}
			.text-robert { 
				position: absolute;
				left: 2%;
				top:auto;
				bottom:3%;
				font-size: 20px;
				color: #fff;
				line-height: 21px;
				font-style: italic;
				text-align: center;
				right:2%;
				width: auto;
			}
			.text-piebe { 
				position: absolute;
				top: auto;
				bottom:3%;
				left: 2%;
				right:2%;
				width: auto;
				font-style: italic;
				font-size: 30px;
				line-height: 26px;
				color: #fff;
				text-align: center;
			}
			.text-piebe span { 
				font-size: 20px;
				display: inline-block;
				line-height: 17px;
				margin-top: 20px;
			}
			.facts-text { 
				font-size: 18px;
				margin-bottom: 20px;
				line-height:24px;
			}
			.facts-text br { 
				display: none !important;
				content:" ";
				clear:none;
			}
			.facts-text br:after {
				content: ' '
			}
			.fact-number-number { 
				font-size: 40px;
			}
			.buyers-text { 
				margin-top:30px;
			}
			.events-cities { 
				font-size: 18px;
				line-height: 30px;
				margin-bottom: 30px;
				margin-top: 30px;
			}
			.logo-wrap .logo-icons-big { 
				position: relative;
				left:auto;
			}
			.logo-wrap .logo-icons-big a { 
				font-size:20px;
				margin:0px 10px;
			}
			.client-logo { 
				margin-bottom: 0px;
			}
			.wow-wrap { 
				transform: translateY(10%);
			}	
			
			
			.bigger-text { 
				font-size: 80px;
			}	.sml-text-plus { 
				font-size: 25px;
				line-height:20px;
			}	.main-text-bottom.topowe { 
				margin-left: 0px;
			}
			.person  { 
				  color:#fff;
				  line-height:20px;
				   font-size: 18px;
			  }
			  .person-normal { 
			 			font-size: 13px;
				    
			  }
			.gonext, .gonexttop { 
				font-size: 18px;
			}
			.logoimg { 
width:150px;
			}
			.big-text { 
				font-size: 60px;
				line-height:43px;
			}
			.main-top-text .ani1-1, .main-top-text .ani12-1 { 
				line-height: 27px;
			}
			.main-top-text .ani1-2, .main-top-text .ani12-2 { 
				margin-left: 4px;
			}
			.main-top-text .ani12-3, .main-top-text .ani1-3 { 
				margin-left: 12px;
			}
			.sml-text { 
				font-size: 24px;
				line-height: 24px;
			}
			.day-date { 
				font-size:54px; color:#fff; line-height: 50px; font-weight: 300; margin-top:0px
			}
			.day-month { 
				font-size: 20px; color:#fff
			}
			.letslogo img { 
				max-width: 90px;
			}
			.lets-date { 
				font-size: 55px;
				line-height:55px;
			}
			.lets-month { 
				font-size: 20px;
			}
			.lets-city { 
				font-size: 40px;
				line-height: 42px;
			}
			.big20 { 
				line-height: 100px;
			}
			.mid-text { 
				   font-size: 40px;
 				   color:#fff;
				   line-height: 40px;
				   
			   }
			   .simply.mid-text {  
				   font-size: 18px;
				   line-height:14px;
			   }
			   .xs-text { 
				   font-size: 18px;
			   }
			.dot { 
				width: 20px;
				height: 20px;
				margin: 0px 5px;
			}
			.dot.selected { 
				width:20px;
				height: 20px;
			}
			.big20 { 
				display: block;
			}
			.mh-100 { 
				min-height: 50vh !important;
			}
			.wrap-lets { 
				   padding-right:15px;
				   padding-top: 50px;
				   padding-bottom: 100px;
			   }
			   .big-text.lets { 
				   width: 100%;
				   font-size: 40px;
			   line-height:32px;			   }
			   .big-text.second-top-text { 
				   font-size: 45px;
				   line-height:40px;
			   }
			   .wrap-date { 
				   padding-left: 15px;
			   }
			   .stay-safe { 
				   margin-top: 10px;
				   width: auto;
				   left:50%;
				   bottom:auto;
				   top:0%;
 				   right:0px;
			   }
			   .stay-safe-text { 
				   color:#fff;
				   font-size: 16px;
				   line-height:16px;
				   font-weight: 300;
				   margin-top: 20px;
				   display: block;
				}
			 
		}