@import url('https://fonts.googleapis.com/css?family=Nunito:300,400,700');

body { 
	font-family: 'Nunito', sans-serif;
	color: #010101;
	overflow-x: hidden;
	position: relative;
	min-height: 100vh;
}
html {overflow-x: hidden; }
a {
	-webkit-transition: all .3s ease;
	-o-transition: all .3s ease;
	transition: all .3s ease;
	color: #e2080a;
	outline: 0;
	text-decoration: underline;
}
a:hover, a:focus, a:active {color: #000;}
.animation {
	opacity: 0;
	visibility: hidden;
	-webkit-transition: all 1s ease;
	-o-transition: all 1s ease;
	transition: all 1s ease;
}
.animation.left {
	-webkit-transform: translateX(-100px);
	-ms-transform: translateX(-100px);
	-o-transform: translateX(-100px);
	transform: translateX(-100px);
}
.animation.right {
	-webkit-transform: translateX(100px);
	-ms-transform: translateX(100px);
	-o-transform: translateX(100px);
	transform: translateX(100px);
}
.animation.top {
	-webkit-transform: translateY(-100px);
	-ms-transform: translateY(-100px);
	-o-transform: translateY(-100px);
	transform: translateY(-100px);
}
.animation.bottom {
	-webkit-transform: translateY(100px);
	-ms-transform: translateY(100px);
	-o-transform: translateY(100px);
	transform: translateY(100px);
}
.animation.on-screen {
	-webkit-transform: translateY(0) translateX(0);
	-ms-transform: translateY(0) translateX(0);
	-o-transform: translateY(0) translateX(0);
	transform: translateY(0) translateX(0);
	opacity: 1;
	visibility: visible;
}
.navbar-brand {
	height: auto;
	padding: 0;
	position: absolute;
	right: 0;
	top: 140px;
	z-index: 999999999999999999;
	-webkit-transition: all 0s ease;
	-o-transition: all 0s ease;
	transition: all 0s ease;
}
#top {
	background-color: #000;
	position: relative;
}
#legion_logo {
	position: absolute;
	top: 40%;
	left: 50px;
	transform: translateY(-50%);
}
#x_logo {
	position: absolute;
	top: 1.5%;
	left: 50px;
	transform: translateY(-1.5%);
	z-index: 999999999999999999;
}
#top-header {
	position: absolute;
	top: 50%;
	left: 55%;
	transform: translateY(-50%);
}
#top-header h1 {
	font-weight: 900;
	font-size: 60px;
	margin: 30px 0;
	font-family: 'Nunito', sans-serif;
	color: #fff;
	line-height: 1.2;
	
}
#top-header h2 {
	
	font-size: 50px;
	margin: 30px 0;
	font-family: 'Nunito', sans-serif;
	color: #fff;
	
	
}
#top-header h3 {
	font-size: 30px;
	line-height: 1.2;
	font-weight: 400;
	margin: 0;
	font-family: Lato, sans-serif;
	color: #f4ce00;
	width: 550px;
}
#top-header h3 strong {
	font-weight: 500;
}
#top-header .fill-form {
	
  -webkit-border-radius: 30;
  -moz-border-radius: 30;
  border-radius: 30px;
  font-family: 'Nunito', sans-serif;
  color: #000;
  font-size: 18px;
  background-color: #f4ce00;
  padding: 10px 20px 10px 20px;
  
  text-decoration: none;
  margin-top: 10px;
  margin-top:40px;
  width:150px;
}
#top-header .fill-form:hover,
#top-header .fill-form:focus {
	background: transparent;
  text-decoration: none;
  
  color: #f4ce00;
  border: solid #f4ce00 1px;
}
#steps {
	background-color: #FFF;
	position: relative;
	padding: 50px 0;
	z-index: 9;
}
#steps h2 {
	text-align: center;
	color: #000;
	margin: 0;
	font-size: 40px;
	font-weight: 500;
	margin-bottom: 50px;
	text-transform: none;
	padding: 0 15px;
}
#steps .question {
	width: 100%;
	height: auto;
	border-radius: 0;
	background-color: transparent;
	color: #e2080a;
	position: absolute;
	top: auto;
	bottom: -16px;
	left: 50%;
	font-size: 16px;
	display: inline-block;
	line-height: inherit;
	text-align: left;
	-webkit-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	-o-transform: translateX(-50%);
	transform: translateX(-50%);
	text-align: center;
}
#steps .answer {
	z-index: 999;
	width: 100%;
	top: calc(100% + 30px);
}
#steps article header {
    position: relative;
    height: 140px;
}
#steps article header img {
	max-width: 100%;
	margin: 0 auto;
	display: block;
	position: relative;
	z-index: 2;
}
#steps article figcaption {
	color: #000;
	font-size: 18px;
	display: block;
	margin: 40px auto 0;
	position: relative;
	font-weight: 400;
	height: 255px;
	width: 280px;
	max-width: 100%;
	text-align: center;
}
#steps article figcaption a {
    font-size: 16px;
    display: inline-block;
    text-decoration: none;
    position: absolute;
    bottom: 5px;
    color: #e2080a;
    left: 50%;
    transform: translateX(-50%);
    min-width: 200px;
    text-align: center;
    font-weight: 400;
}
#steps article figcaption a:hover {
	color: #000;
}
#legion {
	background-image: url(../images/legion-bg.jpg);
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
	position: relative;
	padding: 50px 0 0;
}
#legion h2 {
	text-align: center;
	color: #f4ce00;
	margin: 0;
	font-size: 50px;
	font-weight: 400;
	margin-bottom: 50px;
	text-transform: none;
}
#legion p {color: #fff;}
#legion p {
	font-size: 15px;
	font-weight: 400;
	line-height: 24px;
}
#legion .text_content {height: 389px; position: relative;}
#legion .slide_desc {
	padding: 0 80px;
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
}
#legion .slide_desc h3 {
	color: #fff;
	font-size: 20px;
	margin: 0 0 15px;
	font-weight: 700;
}
#produkty {
	background-color: #FFF;
	padding: 50px 0;
	position: relative;
}
#produkty #legion520 {
	position: absolute;
	top: 36%;
	right: 4%;
	width: 575px;
}
#produkty .desc {
	color: #FFF;
	font-size: 18px;
	padding: 0 75px;
	text-align: center;
}
#produkty .desc h3 {
	text-transform: none;
	font-size: 28px;
	margin: 0 0 40px;
	font-weight: bold;
}
#produkty h2 {
	text-align: center;
	color: #000;
	margin: 0;
	font-size: 40px;
	font-weight: 500;
	margin-bottom: 25px;
	text-transform: none;
	padding: 0 15px;
}
.row.prod3 {
	margin-bottom: 50px;
}
#produkty .row.prod3 article {
	width: 50%;
	float: left;
	text-align: center;
}
#produkty .row.prod4 article {
	width: 50%;
	float: left;
	text-align: center;
}
#produkty article header {
	height: 280px;
	position: relative;
}
#produkty article header img {
	bottom: 0;
	left: 50%;
	-webkit-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	-o-transform: translateX(-50%);
	transform: translateX(-50%);
	position: absolute;
}
#produkty article h3 {
	font-size: 20px;
	margin-bottom: 0;
	color: #000;
	min-height: 60px;
}
#produkty article a {
	text-decoration: none;
}
.question {
	width: 30px;
	height: 30px;
	border-radius: 50%;
	background-color: #e2080a;
	display: block;
	text-align: center;
	line-height: 30px;
	color: #fff;
	text-decoration: none;
	position: absolute;
	top: 20px;
	left: 168px;
	font-size: 20px;
}
.question:hover,
.question:focus {
	text-decoration: none;
}
.answer {
	opacity: 0;
	visibility: hidden;
	-webkit-transition: all .3s ease;
	-o-transition: all .3s ease;
	transition: all .3s ease;
	position: absolute;
	z-index: 9999;
	border: 10px solid #c31513;
	width: calc(100% - 30px);
	background-color: #c31513;
	box-shadow: 0 10px 15px rgba(0,0,0,0.3);
}
.answer.show {
	opacity: 1;
	visibility: visible;
}
.answer img {
	width: 100%;
	height: auto;
}
.answer::before {
	position: absolute;
	content: "";
	width: 15px;
	height: 15px;
	transform: rotate(45deg);
	background-color: #c31513;
	top: -18px;
	left: 50%;
}
/* footer */
footer#footer #footer-top {
	padding: 4rem 0;
	background-color: #333F48;
	color: #fff;
}
footer#footer .footer-col {
	position: relative;
}
footer#footer .footer-col-1 svg {
	width: 18rem;
	height: 3.4rem;
	display: block;
}
footer#footer .footer-col span {
	font-weight: 700;
	font-size: 2rem;
	margin-bottom: 2rem;
	display: block;
	text-transform: none;
}
footer#footer .footer-col p {
	font-size: 1.3rem;
	margin-bottom: 2rem;
}
footer#footer .footer-col p:last-of-type {
	margin-bottom: 0;
}
footer#footer .footer-col p a {
	color: #e2080a;
}
footer#footer .footer-col p a:hover,
footer#footer .footer-col p a:focus {
	color: #FEE700;
}
#footer-social a {
	display: block;
	width: 4rem;
	height: 4rem;
	line-height: 4rem;
	text-align: center;
	color: #fff;
	background-color: rgba(255,255,255,.2);
	float: left;
	margin-right: .5rem;
	font-size: 1.6rem;
}
#footer-social a:hover,
#footer-social a:focus {
	background-color: rgba(255,255,255,1);
}
#footer-social a.fb:hover,
#footer-social a.fb:focus {
	color: #3b5998;
}
#footer-social a.twit:hover,
#footer-social a.twit:focus {
	color: #00aced;
}
#footer-social a.yt:hover,
#footer-social a.yt:focus {
	color: #c4302b;
}
#footer-social a.instagram:hover,
#footer-social a.instagram:focus {
	color: #e95950;
}
#copyright {
	background-color: #000;
	color: rgba(255,255,255,.3);
	padding: 4rem 0;
	font-size: 1.4rem;
}
@media (max-width: 991.99px) {
	footer#footer .footer-col-1 {
		margin-bottom: 4rem;
	}
	footer#footer .footer-col-3 {
		margin-bottom: 4rem;
	}
}
@media (max-width: 575.99px) {
	footer#footer .footer-col {
		margin-bottom: 5rem;
	}
	footer#footer .footer-col-4 {
		margin-bottom: 0;
	}
	#copyright div {
		text-align: center;
		margin: 1rem 0;
	}
}
.show-mobile {display:none;}
.legion-white {
	margin: 0 auto;
}
.video {
	position: relative;
}
.video video {
	position: absolute;
	left: 93px;
	top: 55px;
}
@media (max-width: 1700px) {
	#legion_logo {max-height: 500px;}
}
@media screen and (max-width: 1600px) {
	#top-header h1 {
		font-size: 50px;
		margin: 0 0 10px;
	}
	#top-header h3 {
		font-size: 30px;
		width: 470px;
	}
	.navbar-brand {width: 70px;}
	#top-header .fill-form {font-size: 24px;}
}

@media screen and (max-width: 1550px) {
	#produkty #legion520 {top: 34%;right: 2%;}
}
@media screen and (max-width: 1500px) {
	#produkty #legion520 {top: 33%;right: 1%;}
}
@media screen and (max-width: 1450px) {
	#produkty #legion520 {top: 32%;right: 0;}
}

@media screen and (max-width: 1400px) {
	#produkty #legion520 {top: 31%;width: 550px;}
	#produkty .desc h3 {font-size: 26px;}
	#top-header {width: 500px; }
	#top-header h1 {
		margin: 0 0 30px;
	}
	#top-header h3 {
		width: 415px;
		font-size: 25px;
	}
	#top-header .fill-form {margin: 35px 0 0;font-size: 18px;}
}

@media screen and (max-width: 1350px) {
	#produkty #legion520 {top: 27%;width: 500px;}
	#produkty .desc {padding: 0 50px;}
}
@media screen and (max-width: 1300px) {
	#top-header h1 {
		font-size: 40px;
	}
}
@media screen and (max-width: 1200px) {
	#produkty .desc h3 {font-size: 24px;margin-bottom: 20px;}
	#produkty #legion520 {top: 27%;width: 480px;}
	#produkty .desc {font-size: 16px;}
	#steps .container, #produkty .container {width: 100%;padding: 0 100px;}
}

@media screen and (max-width: 1199px) {
	#produkty2 p {font-size: 16px;}
	.legion-white {margin: 0 0 32px;}
	.navbar-brand {width: 60px; top: 50px;}
	#footer-social a {float:none;display:inline-block;margin-bottom: 20px;}
	#top-header {width: 500px; top: 80px; transform: none;}
	#top-header h3 {
		font-size: 18px;
		width: 415px;
	}
	#legion_logo {
		max-height: 300px;
	}
	#top-header .fill-form {font-size: 18px; }
	#steps article figcaption {
		font-size: 15px;
		margin: 30px auto 0;
		height: 230px;
		width: auto;
	}
	#steps .question {
		font-size: 14px;
		width: 100%;
		left: 0;
		transform: translateX(0);
	}
	#steps article figcaption a, #steps article figcaption a:last-of-type {
		font-size: 14px; 
		width: 100%;
		left: 0;
		transform: translateX(0);
	}
	#steps h2 {font-size: 45px; }
	#legion h2 {font-size: 45px;}
	.partner footer#footer {padding: 50px 0; }
	#legion h2 {font-size: 45px; }
	#legion .slide_desc {padding: 0 30px; }
	#legion .text_content {height: 320px;}
	.video video {
		position: absolute;
		left: 77px;
		top: 45px;
		height: 176px;
		width: 305px;
	}
}
@media screen and (max-width: 1150px) {
	#produkty #legion520 {top: 27%;width: 440px;}
	#produkty .desc h3 {font-size: 22px;}
}
@media screen and (max-width: 1100px) {
	#top-header h1 {font-size: 30px;}
	#top-header h3 {font-size: 16px;width: 380px;}
	#top-header .fill-form {font-size: 16px;padding: 12px 20px;}
}
@media screen and (max-width: 1080px) {
	#top-header .fill-form {font-size:16px;padding: 10px 18px;}
}
@media screen and (max-width: 991px) {
	.hide-mobile, #legion_logo {display:none;}
	.show-mobile {display:block;float:right;}
	#produkty #legion520 {position:relative;top:0;width: 600px;margin: 0 auto;padding: 190px 0 100px;}
	#produkty2 .container {width:100%;}
	#top {
		background-color: #000000;
		background-size: 100%;
		min-height: unset;
	}
	#top-header {
		position: relative;
		width: 100%;
		left: 0;
		top: 0;
		padding: 30px 15px 0;
		text-align: center;
	}
	#top-header h1 {
		font-size: 40px;
		margin: 0 0 20px;
	}
	#top-header h3 {
		font-size: 26px;
		line-height: 35px;
		width: 100%;
		margin: 0 auto;
		max-width: 675px;
	}
	#top-header .fill-form {
		padding: 12px 25px;
		margin: 25px 0 35px;
		font-size: 18px;
	}
	#legion_logo {display: none;}
	#legion .text_content {height: auto; padding: 30px 15px;}
	#legion .slide_desc {padding: 0; }
	#legion .slide_desc img {width: 50px;}
	#legion .slide_desc p {
		line-height: 20px;
		margin-bottom: 10px;
	}
	#legion .text_content {height: auto; }
	#legion .slide_desc {
		padding: 15px 0;
		position: relative;
		top: 0;
		transform: none;
		-moz-transform: none;
		-webkit-transform: none;
	}
	#legion h3 {
		font-size: 25px;
		margin: 0 0 10px;
	}
	.video video {
		left: 114px;
		top: 73px;
		height: 273px;
		width: 487px;
	}
	#steps .question {bottom: -34px;}
	#steps article figcaption {height: 290px; }
	#steps article header {height: 150px; }
	#steps article figcaption {
		height: 130px;
		margin-bottom: 80px;
	}
	#steps article figcaption a, #steps article figcaption a:last-of-type {font-size: 13px; position: relative; padding: 0;}
	#steps .question {bottom: 0; }
	#steps .answer {top: 100%; }
	#produkty .row.prod4 article {width: 50%;}
	#produkty .row article.pro4, #produkty .row article.pro5 {margin-bottom:40px;}
	#produkty .row article.pro6 {margin-top: 90px;}
	#produkty article header {height: auto; }
	#produkty article header img {position: relative;}

}
@media screen and (max-width: 767px) {
	#steps, #produkty, #form, #footer {padding: 80px 0 0;}
	.navbar-brand {top: 0px; width: 50px; }
	#steps article header span {
		left: calc(50% - 140px);
		bottom: 0;
	}
	#steps article figcaption {margin: 40px auto 40px;height: auto;text-align: center;}
	#steps article figcaption a, #steps article figcaption a:last-of-type {
		width: auto;
		position: relative;
	}
	.table-responsive {border: 0; }
	#produkty2 .plusbox {padding-bottom: 150px;}
	#produkty2 .plus {top: auto;bottom: 40px;right: calc(50% - 34px);}
	#produkty .row article.pro1 {width: 50%;margin-bottom:40px;}
	#produkty .row article.pro2 {width: 50%;margin-bottom:40px;}
	#produkty .row article.pro3 {width: 100%;}
	footer#footer .footer-col {margin-bottom: 5rem;}
	#legion .gallery img {
		width: 100%;
		height: auto;
	}
	.video video {
		left: 50%;
		top: 41.5%;
		height: auto;
		width: 67%;
		transform: translate(-50%, -50%);
	}
} 

@media screen and (max-width: 660px) {
	#produkty .row article {width: 100%!important;}
	#produkty .row article.pro6 {margin-top: 0px;margin-bottom: 40px;}
	#produkty .row article.pro7 {margin-bottom: 40px;}
	#produkty .row article.pro8 {margin-bottom: 40px;}
}

@media screen and (max-width: 600px) {
	#produkty {background-size: cover;}
	#produkty #legion520 {width:100%;padding: 85px 0 20px;}
}

@media screen and (max-width: 580px) {
	#top-header h1 {font-size: 34px;line-height: 40px;}
	#top-header h3 {font-size: 22px;line-height: 34px;}
}

@media screen and (max-width: 479px) {
	#steps, #produkty, #form, #sklepy, #footer {padding: 60px 0;}
	#top-header {padding: 100px 15px 0; }
	#top-header h1 {
		font-size: 40px;
		margin: 0 0 20px;
		line-height: 40px;
	}
	#top-header h3 {
		font-size: 20px;
		line-height: 26px;
	}
	#steps h2 {
		font-size: 40px;
		padding: 0 15px;
		font-size: 35px;
	}
	#spec h2 {
		font-size: 40px;
		padding: 0 15px;
		font-size: 35px;
	}
	#legion h2 {
		font-size: 40px;
		padding: 0 15px;
	}
	#steps .container, #produkty .container {
		padding: 0 15px;
	}
	#steps article {width: 100%;}
	#steps .question {font-size: 16px; }
	#steps article figcaption a {font-size: 16px; }
	figcaption .question {
		left: 0 !important;
		right: 0 !important;
	}
	.question {
		top: 15px;
		right: 15px !important;
		left: auto !important;
	}
	.answer::before {
		left: auto !important;
		right: 20px !important;
	}
	footer#footer {padding: 40px 0 0;}
}

@media screen and (max-width: 460px) {
	#top-header h1 {font-size: 30px;}
	#top-header h3 {font-size: 20px;}
}

@media screen and (max-width: 360px) {
	#top-header h1 {font-size: 24px;}
}

@media (min-width: 1200px) {
	#steps .container, #produkty2 .container {
		width: 100%;
		padding: 0 100px;
	}
	#produkty .container {
		width: 100%;
		padding: 0 0px;
		max-width: 1440px;
	}
	.legion-white {
		margin-top: 88px;
	}
}

#info
{
	background: #FFF;
	font-family: 'Nunito', sans-serif;
	font-weight: 900;
	font-size: 28px;
	text-transform: none;
	text-align: center;
	position: relative;
	padding: 25px 0;
}

@media screen and (max-width: 768px) {
	.popup-box
	{
		border-radius: 10px !important;
		transform: translate(0%,-50%) !important;
		left: 10px !important;
		right: 10px !important;
	}
}

/* CAROUSEL */
.owl-nav {
	position: absolute;
	width: calc(100% + 200px);
	left: -100px;
	top: calc(50% - 28px);
}
.owl-prev, .owl-next {
	position: absolute;
	height: 40px;
	width: 40px;
	border-top: 2px solid #fff;
	border-left: 2px solid #fff;
}
.owl-prev {
	transform: rotate(-45deg);
	-moz-transform: rotate(-45deg);
	-webkit-transform: rotate(-45deg);
	left: 0;
}
.owl-next {
	right: 0;
	transform: rotate(135deg);
	-moz-transform: rotate(135deg);
	-webkit-transform: rotate(135deg);
}
.owl-dots {
	position: absolute;
	top: calc(100% + 20px);
	width: calc(50% - 15px);
	text-align: center;
}
.owl-dot {
	width: 15px;
	height: 15px;
	background-color: #2d2d2d;
	display: inline-block;
	border-radius: 50%;
	margin: 0 5px;
}
.owl-dot.active {background-color: #E2080A; }

@media screen and (max-width: 1400px) {
	.owl-nav {
		width: calc(100% + 100px);
		left: -50px;
	}
}

@media screen and (max-width: 1280px) {
	.owl-nav {display: none;}
}
@media screen and (max-width: 1199px) {
	.owl-nav {display: block;}
}
@media screen and (max-width: 1080px) {
	.owl-nav {display: none;}
}
@media screen and (max-width: 991px) {
	.owl-dots {width: 100%; }
}

.btn {
	
  -webkit-border-radius: 30;
  -moz-border-radius: 30;
  border-radius: 30px;
  font-family: 'Nunito', sans-serif;
  color: #000;
  font-size: 18px;
  background: none;
  padding: 10px 20px 10px 20px;
  border: solid #000 1px;
  text-decoration: none;
  
  width:150px;
}

.btn:hover {
  
  text-decoration: none;
  background-color: #f4ce00;
  border: solid #f4ce00 1px;
  color: fff;
}

.numer{
    display: inline-block; 
    height: 50px;
    vertical-align: middle;
    margin-bottom: 80px;
} 

.odstep2{
    margin-bottom:15px;
}



