@import url("https://fonts.googleapis.com/css2?family=Nunito:wght@300;400;600&display=swap");

* {
	box-sizing: border-box;
	margin: 0;
	padding: 0;
	font-family: "Nunito", sans-serif;
	font-weight: 300;
}

html {
	overflow-x: hidden;
}

body {
	overflow-x: hidden;
	background: #eeeeee;
	height: 100%;
	display: flex;
	flex-direction: column;
	position: relative;
}

.logo {
	max-height: 45px;
}

.cta {
	font-size: 16px;
	display: inline-block;
	padding: 5px 25px;
	color: white;
	background-color: #0082fa;
	border: 1.25px solid #0082fa;
	cursor: pointer;
	text-decoration: none;
	font-weight: 400;
	border-radius: 990px;
	transition: background-color 0.2s, color 0.3s;
}

.cta:hover {
	background: transparent;
	color: #0082fa;
}

.text-blue {
	color: #0082fa;
}

.container {
	max-width: 1200px;
	width: 100%;
	margin: 0 auto;
}

@media screen and (max-width: 1600px) {
	.container {
		max-width: 90%;
	}

	.top .hero img {
		right: 0 !important;
	}
}

h2 {
	font-size: 34px;
	font-weight: 300;
	margin: 0;
	margin-top: 65px;
	line-height: 41px;
}

h2 span {
	width: 100%;
	display: flex;
	justify-content: center;
	padding-bottom: 16px;
	font-size: 24px;
}

h3 {
	font-size: 24px;
	font-weight: 300;
	text-align: center;
}

strong {
	font-weight: 600;
}

p {
	font-weight: 300;
	font-size: 16px;
	line-height: 24px;
	margin-bottom: 30px;
}

header {
	display: flex;
	overflow-x: hidden;
	position: relative;
}

header .product-ps {
	position: absolute;
	top: 0;
	right: -14%;
	z-index: -1;
}

.top {
	display: flex;
	margin-top: 0;
	align-items: center;
	position: relative;
}

@media (min-width: 1380px) {
	.top .hero img {
		right: 0;
	}
}

@media (max-width: 1240px) {
	.top {
		min-height: 550px;
	}

	.top:before {
		right: -20rem;
	}

	.steps .steps-wrapper p br {
		display: none;
	}

	.steps .steps-wrapper {
		padding-left: 3rem;
		padding-right: 3rem;
	}

	.steps .steps-wrapper p {
		padding: 0 10px;
	}
}

@media (max-width: 1100px) {
	.top:before {
		right: -25rem;
	}
}

@media (max-width: 768px) {
	.steps-wrapper .step {
		width: 50% !important;
	}

	h2 {
		padding-top: 20px !important;
		margin: 15px 0;
	}

	h2 span {
		padding-bottom: 15px;
	}

	.top .copy .cta {
		margin-top: 15px !important;
	}

	.top .copy {
		min-height: 500px !important;
		margin-top: 55px;
	}
}

.steps .steps-wrapper p {
	line-height: 1.2;
}

.top .copy {
	width: 100%;
	z-index: 1;
	padding: 0;
	min-height: 520px;
	display: flex;
	justify-content: center;
	align-content: center;
	align-items: center;
	flex-direction: column;
	text-align: center;
	text-align: center;
}

.top .copy .cta {
	margin-top: 29px;
	padding: 10px 38px;
	font-size: 22px;
	font-weight: 300;
}

.top .copy img {
	position: absolute;
	top: 50px;
	left: 50%;
	transform: translateX(-50%) !important;
}

.top .hero {
	width: 50%;
	text-align: right;
	z-index: 1;
}

.top .hero img {
	position: relative;
	top: 120px;
	width: 100%;
}

.steps {
	margin-top: -90px;
	padding: 4rem 0 0;
}

.steps-wrapper {
	width: 100%;
	background: #fff;
	display: flex;
	margin: 20px auto;
	flex-wrap: wrap;
	position: relative;
	box-shadow: 21px 21px 30px 0px rgba(0, 0, 0, 0.07);
	justify-content: center;
	border-radius: 30px;
	padding-bottom: 1rem;
	padding-left: 1.2rem;
	padding-right: 1.2rem;
}

.steps-wrapper .btn-round {
	position: absolute;
	bottom: -25px;
	left: 50%;
	transform: translateX(-50%);
	width: 50px;
	height: 50px;
	background: #fff;
	border-radius: 100%;
	box-shadow: 7px 7px 10px 0px rgba(0, 0, 0, 0.07);
	color: #0082fa;
	display: flex;
	justify-content: center;
	align-content: center;
	align-items: center;
	text-decoration: none;
}

.steps-wrapper h3 {
	display: inline-block;
	width: 100%;
	text-align: center;
	margin: 30px 0 45px;
	font-weight: 600;
	font-size: 32px;
}

.steps-wrapper .step {
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	width: 25%;
	text-align: center;
	position: relative;
}

.steps-wrapper img {
	max-height: 73px;
	margin: 0 0 15px 0;
}

.steps-wrapper .font-2x {
	font-size: 1.25rem;
}

.steps-wrapper .font-18 {
	font-size: 18px;
}

.product-wrapper {
	display: flex;
	align-items: center;
	justify-content: center;
	flex-wrap: wrap;
	max-width: 1100px;
	margin: 0 auto;
}

.product-wrapper h3 {
	display: inline-block;
	width: 100%;
	text-align: center;
	margin: 0;
	text-align: center;
	margin: 25px 0 20px;
	font-weight: 600;
	font-size: 32px;
}

.top-margin {
	margin-top: 20px !important;
}

.product-wrapper .product {
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: space-between;
	/* width: calc(33.33% - 40px); */
	margin-bottom: 30px;
	margin-left: 20px;
	margin-right: 20px;
	cursor: pointer;
	width: 350px;
}

.txt-footer {
	padding-top: 20px;
}

.product-wrapper .product .text-wrapper {
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	background-color: #fff;
	width: 100%;
	padding: 110px 30px 0;
	margin-top: -130px;
	border-radius: 30px;
	text-align: center;
	min-height: 245px;
	position: relative;
	box-shadow: 21px 21px 30px 0px rgba(0, 0, 0, 0.07);
}

.product-wrapper .product:nth-child(2) .text-wrapper {
	background: #fff url("../img/product-bg-01.jpg") no-repeat bottom right;
	transition: all 150ms ease-in-out;
}

.product-wrapper .product:nth-child(2):hover .text-wrapper {
	background: #fff url("../img/product-bg-01.jpg") no-repeat 110% 100%;
}

.product-wrapper .product:nth-child(3) .text-wrapper {
	background: #fff url("../img/product-bg-02.jpg") no-repeat top left;
	transition: all 150ms ease-in-out;
}

.product-wrapper .product:nth-child(3):hover .text-wrapper {
	background: #fff url("../img/product-bg-02.jpg") no-repeat 0 -10%;
}

.product-wrapper .product:nth-child(4) .text-wrapper {
	background: #fff url("../img/product-bg-03.jpg") no-repeat bottom right;
	transition: all 150ms ease-in-out;
}

.product-wrapper .product:nth-child(4):hover .text-wrapper {
	background: #fff url("../img/product-bg-03.jpg") no-repeat 110% 100%;
}

.product-wrapper .product:nth-child(5) .text-wrapper {
	background: #fff url("../img/product-bg-04.jpg") no-repeat top right;
	transition: all 150ms ease-in-out;
}

.product-wrapper .product:nth-child(5):hover .text-wrapper {
	background: #fff url("../img/product-bg-04.jpg") no-repeat 100% -10%;
}

.product-wrapper .product:nth-child(6) .text-wrapper {
	background: #fff url("../img/product-bg-05.jpg") no-repeat bottom right;
	transition: all 150ms ease-in-out;
}

.product-wrapper .product:nth-child(6):hover .text-wrapper {
	background: #fff url("../img/product-bg-05.jpg") no-repeat 110% 100%;
}

.product-wrapper .product:nth-child(7) .text-wrapper {
	background: #fff url("../img/product-bg-06.jpg") no-repeat 100% 20%;
	transition: all 150ms ease-in-out;
}

.product-wrapper .product:nth-child(7):hover .text-wrapper {
	background: #fff url("../img/product-bg-06.jpg") no-repeat 100% -10%;
	transition: all 150ms ease-in-out;
}

.product-wrapper .product img {
	z-index: 1;
	width: 100%;
	transition: all 200ms ease-in-out;
	position: absolute;
}

.product-wrapper .product:hover img {
	z-index: 1;
	transform: scale(1.05);
	left: 0;
}

.product-wrapper .product:nth-child(2) img {
	top: 20px !important;
	position: relative !important;
}

.product-wrapper .product:nth-child(3) img {
	top: 20px !important;
	position: relative !important;
}

.product-wrapper .product:nth-child(4) img {
	top: 25px !important;
	position: relative !important;
}

.product-wrapper .product:nth-child(5) img {
	top: 20px !important;
	position: relative !important;
}

.product-wrapper .product:nth-child(6) img {
	top: 30px !important;
	position: relative !important;
}

.product-wrapper .product:nth-child(7) img {
	top: 35px !important;
	position: relative !important;
}

.product-wrapper .product .text-wrapper h4 {
	font-size: 24px;
	padding: 40px 0 30px;
	font-weight: 400;
}

.product-wrapper .product .text-wrapper h4 .no-br {
	white-space: nowrap;
	font-weight: 400;
	font-size: inherit;
}

.product-wrapper .product .cta {
	width: 50px;
	height: 50px;
	display: flex;
	justify-content: center;
	align-content: center;
	align-items: center;
	padding: 0;
	margin: 0;
	position: absolute;
	bottom: -25px;
	box-shadow: 7px 7px 10px 0px rgba(0, 0, 0, 0.07);
	transition: all 150ms ease-in-out;
}

.product-wrapper .product a {
	text-decoration: none;
	color: #000;
}

.product-wrapper .product:hover .cta {
	width: 60px;
	height: 60px;
	bottom: -30px;
}

.product-wrapper .product .cta:hover {
	background: #0067c5;
	border-color: #0067c5;
	color: #fff;
}

.product-wrapper .link {
	display: flex;
	justify-content: center;
	align-content: center;
	align-items: center;
	text-align: center;
	margin-top: 30px;
	width: 100%;
}

.product-wrapper .link .cta {
	padding: 10px 38px;
	font-size: 22px;
	font-weight: 300;
	margin: 3rem 0;
}

@media screen and (max-width: 950px) {
	.product-wrapper .product {
		display: flex;
		flex-direction: column;
		align-items: center;
		justify-content: center;
		width: 350px;
	}
}

@media screen and (max-width: 600px) {
	.product-wrapper .product {
		display: flex;
		flex-direction: column;
		align-items: center;
		justify-content: center;
		width: 320px;
	}

	.product-wrapper .product .text-wrapper h4 {
		padding: 30px 0 15px;
	}

	.steps-wrapper {
		width: 90%;
		margin: 0 5%;
		padding-bottom: 0;
	}

	.steps-wrapper h3 {
		padding-top: 25px;
		padding-bottom: 15px;
		margin-bottom: 15px;
	}
}

@media (max-width: 768px) {
	.parallax {
		display: none;
	}

	.top .copy .cta {
		font-size: 20px;
		padding: 5px 38px;
	}

	h2 {
		padding-top: 0 !important;
		line-height: 1.2;
		font-size: 22px;
	}

	.top,
	.top .copy {
		min-height: 460px !important;
	}

	header .product-ps {
		max-height: 330px !important;
		object-fit: contain !important;
	}
}

@media (max-width: 480px) {
	.steps .steps-wrapper h3,
	.product-wrapper h3 {
		font-size: 24px;
	}

	.product-wrapper h3 {
		margin: 0 0 50px;
	}

	.product-wrapper .product {
		margin-bottom: 50px;
	}

	.product-wrapper .product .text-wrapper h4 {
		font-size: 22px;
		padding: 0 !important;
	}
}

@media (max-width: 400px) {
	.product-wrapper .product {
		width: 100%;
		margin-bottom: 20px;
	}
}

footer {
	background: url("../img/footer.png") no-repeat center bottom;
	margin: 0 auto;
	max-width: 1200px;
	text-align: center;
	padding: 10px 20px 140px;
}

footer p {
	font-size: 12px;
	line-height: 16px;
	color: #949494;
}

footer p a {
	color: #949494;
	text-decoration: underline;
	font-weight: normal;
}

#produkty {
	position: relative;
	overflow: hidden;
	padding-bottom: 30px;
}

.parallax {
	position: absolute;
	bottom: 0;
	z-index: -1;
}

.parallax.product-01 {
	left: 0;
	bottom: 20%;
}

.parallax.product-02 {
	right: 0;
	bottom: 40%;
}

/* faq */

.faq .questions {
	padding: 0 1rem;
}

.faq .steps-wrapper h3 {
	margin: 20px 0 10px;
}

.accordion a.parent {
	position: relative;
	width: 100%;
	display: flex;
	font-size: 18px;
	font-weight: 300;
	transition: all 300ms ease-in-out;
	padding-right: 25px;
}

.accordion span {
	display: inline-block;
}

.accordion a.parent::after {
	transition: all 300ms ease-in-out;
}

.accordion a.parent:hover,
.accordion a.parent:hover::after {
	cursor: pointer;
	color: #0082fa;
	transition: all 300ms ease-in-out;
}

.accordion a.parent.active {
	color: #0082fa;
}

.accordion a.parent::after {
	font-family: "Ionicons";
	content: "\f218";
	position: absolute;
	right: 0;
	font-size: 1rem;
	color: #000;
	width: 30px;
	height: 30px;
	text-align: center;
	line-height: 30px;
}

.accordion a.parent.active::after {
	font-family: "Ionicons";
	content: "\f12a";
	color: #000;
}

.accordion .accordion-item {
	border: 1px solid #ececec;
	color: #000;
	border-radius: 30px;
	margin: 15px 0;
	padding: 20px 30px;
	/* box-shadow: rgba(0, 0, 0, 0.07) 21px 21px 30px 0px; */
}

.accordion .content {
	opacity: 0;
	max-height: 0;
	overflow: hidden;
	clear: both;
	-webkit-transition: all 0.2s ease 0.15s;
	-o-transition: all 0.2s ease 0.15s;
	transition: all 0.2s ease 0.15s;
	color: #000;
	font-size: 15px;
}

.accordion .content.active {
	padding: 10px 0;
	opacity: 1;
	max-height: 100%;
	-webkit-transition: all 0.35s ease 0.15s;
	-o-transition: all 0.35s ease 0.15s;
	transition: all 0.35s ease 0.15s;
	font-size: 15px;
}

.accordion .content.active p {
	text-align: left;
}

.accordion .content p {
	padding-bottom: 0;
	margin-bottom: 0;
}

.accordion .content ul {
	padding: 20px;
}

.accordion .content a {
	font-weight: bold;
	color: #0082fa;
	font-size: 15px;
}

@media (max-width: 1440px) {
	.parallax.product-01 {
		width: 40vw;
	}

	.parallax.product-02 {
		width: 35vw;
	}
}

@media (min-width: 1280px) and (max-width: 1680px) {
	body {
		background-size: 120% !important;
	}
}

@media (min-width: 920px) and (max-width: 1280px) {
	.top .copy h2 {
		max-width: 400px;
		font-size: 26px;
		line-height: 1.25;
	}
}

@media (max-width: 1280px) {
	.product-wrapper .product .text-wrapper {
		margin-top: -130px !important;
		padding: 100px 20px 0 !important;
	}
}

@media screen and (min-width: 1024px) and (max-width: 1200px) {
	header .product-ps {
		right: -25%;
		height: 80%;
		bottom: 0;
		top: inherit;
		z-index: 1;
	}
}

@media (max-width: 1280px) {
	.product-wrapper .product .text-wrapper {
		margin-top: -100px !important;
		padding: 80px 20px 0 !important;
		min-height: 220px !important;
	}

	body {
		background-size: 100% !important;
		background-position: 42% 0% !important;
	}

	.steps {
		margin-top: 0;
		padding: 0;
	}

	.top,
	.top .copy {
		min-height: 400px;
	}
}

@media (max-width: 980px) {
	.top .copy {
		justify-content: flex-end;
	}
}

@media screen and (min-width: 768px) and (max-width: 1024px) {
	header .product-ps {
		position: absolute;
		height: 100%;
		bottom: 0;
		top: inherit;
		z-index: 3;
	}

	header .top .copy {
		position: relative;
		z-index: 5;
	}
}

@media (min-width: 768px) and (max-width: 991px) {
	.logo {
		max-height: 40px;
	}

	.top .hero img {
		width: 120%;
	}

	.top:before {
		right: -30rem;
	}
}

@media screen and (min-width: 768px) {
	.hero-mobile {
		display: none;
	}

	header .product-ps {
		display: none;
	}
}

@media screen and (max-width: 768px) {
	body {
		background: #eeeeee url("../img/background-clean.jpg?v=1.9.5") no-repeat !important;
		background-size: 100%;
		background-position: top !important;
	}

	.steps .steps-wrapper {
		margin-left: 0;
		margin-right: 0;
		width: 100%;
	}

	#produkty {
		margin-top: 60px;
	}

	.product-wrapper h3 {
		margin: 0 0 0 !important;
	}

	header {
		position: relative;
	}

	header .product-ps {
		width: 100%;
		max-width: 95%;
		left: 50%;
		right: inherit;
		transform: translateX(-50%);
		z-index: 5;
		top: inherit;
		bottom: 0;
	}

	.logo {
		max-height: 40px;
	}

	h2 {
		padding-top: 50px;
		font-size: 2.2rem;
	}

	h2 span {
		font-size: 1.8rem;
		text-align: center;
		justify-content: center;
	}

	.top {
		padding: 3rem 0 0;
	}

	.top .copy img {
		position: relative;
		top: 0;
	}

	.top {
		display: flex;
		justify-content: flex-start;
		align-content: center;
		align-items: center;
		flex-direction: column;
		width: 100%;
		max-width: 100%;
	}

	.top .copy {
		width: 100%;
		/* display: flex; */
		justify-content: flex-start;
		flex-direction: column;
		align-content: center;
		text-align: center;
		position: relative;
		z-index: 6;
	}

	.hero {
		display: none;
	}

	.hero-mobile {
		width: 100%;
		object-fit: contain;
		z-index: 2;
		position: relative;
		top: -4rem;
	}

	.hero-mobile img {
		width: 100%;
	}

	.steps-wrapper,
	.product-wrapper .product .text-wrapper {
		border-radius: 15px !important;
	}
}

@media (max-width: 720px) {
	.faq .questions {
		padding: 0;
	}
}

@media screen and (max-width: 650px) {
	.steps-wrapper {
		flex-direction: column;
	}

	.steps-wrapper .step {
		width: 100% !important;
	}

	.steps-wrapper .step p {
		padding-bottom: 5px;
	}

	footer {
		padding: 50px 20px 120px !important;
	}

	.accordion .accordion-item {
		padding: 10px 20px !important;
	}
}

@media (min-width: 620px) and (max-width: 768px) {
	header .product-ps {
		max-width: 420px !important;
	}
}

@media (max-width: 410px) {
	.steps {
		margin-top: -2rem;
	}

	.hero-mobile {
		top: 0;
	}

	.steps .steps-wrapper {
		padding: 30px;
	}

	.steps .steps-wrapper h3 {
		padding-top: 0;
	}

	.steps-wrapper .step p:last-child {
		padding-bottom: 0;
	}

	.steps-wrapper .step:nth-of-type(1)::before,
	.steps-wrapper .step:nth-of-type(2)::before {
		display: none;
	}

	.product-wrapper .link .cta {
		font-size: 18px;
		padding: 8px 15px;
	}
}

@media (max-width: 360px) {
	.top:before {
		top: 50%;
	}

	.product-wrapper .product {
		width: 80%;
		margin: 15px 10%;
	}
}

.logos__wrapper {
	display: flex;
	align-items: center;
	justify-content: center;
	position: absolute;
	text-align: center;
	left: 50%;
	transform: translateX(-50%);
	margin-top: 30px;
}

.logos__wrapper img {
	display: flex;
}

.dell_logo {
	max-width: 80px;
}

@media screen and (max-width: 400px) {
	.lenovo_logo {
		width: 120px;
	}

	.logo {
		width: 110px;
	}
}

@media screen and (min-width: 768px) {
	#start {
		background: url("../img/background_new_s.png?v=1");
		background-repeat: no-repeat;
		background-size: 120%;
		background-position: bottom center;
	}
}

@media screen and (min-width: 980px) {
	#start {
		background: url("../img/background_new.png");
		background-repeat: no-repeat;
		background-size: 120%;
		background-position: bottom center;
	}
}

@media screen and (min-width: 1700px) {
	#start {
		background: url("../img/background_new.png");
		background-repeat: no-repeat;
		background-size: 100%;
		background-position: center center;
		box-shadow: 0 0 8px 8px #eee inset;
	}
}

.faq-wrapper {
	width: 60%;
	background: #fff;
	display: flex;
	margin: 20px auto;
	flex-wrap: wrap;
	position: relative;
	box-shadow: 21px 21px 30px 0px rgba(0, 0, 0, 0.07);
	justify-content: center;
	border-radius: 30px;
	padding-bottom: 0.6rem;
	padding-left: 1.2rem;
	padding-right: 1.2rem;
}

.faq-wrapper h3 {
	padding: 20px;
}

.faq-wrapper .btn-round {
	position: absolute;
	bottom: -25px;
	left: 50%;
	transform: translateX(-50%);
	width: 50px;
	height: 50px;
	background: #fff;
	border-radius: 100%;
	box-shadow: 7px 7px 10px 0px rgba(0, 0, 0, 0.07);
	color: #0082fa;
	display: flex;
	justify-content: center;
	align-content: center;
	align-items: center;
	text-decoration: none;
	border: 1px solid #eee;
	transition-delay: 0.2s;
}

.faq-wrapper .btn-round:hover {
	background: rgb(247, 247, 247);
}

@media screen and (max-width: 500px) {
	.accordion-item .parent {
		font-size: 16px !important;
	}
	.accordion .content p {
		font-size: 14px;
	}
}

/* .questions {
  padding: 0 18px;
  background-color: white;
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.2s ease-out;
} */

@media screen and (max-width: 492px) {
	h2 {
		font-size: 1.6rem;
	}

	.top .copy {
		min-height: 390px !important;
	}

	header .product-ps {
		top: 220px;
		z-index: -1;
	}
}

@media screen and (max-width: 900px) {
	.faq-wrapper {
		width: 100%;
	}
}
