@charset "utf-8";
/* css */

body{
	background-color: #10533b;
	font-family: "Ropa Sans", sans-serif;
	color: #ffffff;
	font-size: 20px;
	line-height: 28px;
	padding: 60px 0 !important;
	margin: 0;
}
a.jobsGallery{
	position: fixed;
	top: 30px;
	right: 30px;
	-webkit-border-radius: 50px;
	-moz-border-radius: 50px;
	border-radius: 50px;
	-webkit-border-radius: 50px;
	-moz-border-radius: 50px;
	border-radius: 50px;
	padding: 15px 40px;
	background-color: #df37c2;
	color: #ffffff;
	text-decoration: none;
	font-size: 30px;
	z-index: 3;
}
.logoContainer{
	margin:0 auto;
	max-width:600px;
	min-width:200px;
	padding:0 15%;
}
.logoContainer img{
	display: block;
	width: 100%;
}
.headerTextContainer{
	margin:0 auto;
	max-width:1200px;
	min-width:300px;
	padding: 0 5%;
	margin-top: 60px;
	margin-bottom: 80px;
	font-size: 26px;
	line-height: 30px;
	text-align: center;
	z-index: 2;
}
.productCatSection{
	margin-top: -150px;
	padding: 200px 60px;
}
.productCatSection + .productCatSection{
	margin-top: -250px;
}
.productCatSection.productCatSectionPink{
	background: #DF37C2;
	background: -webkit-linear-gradient(rgba(223, 55, 194, 0) 0%, rgba(223, 55, 194, 0.6) 24%, rgba(223, 55, 194, 1) 50%, rgba(223, 55, 194, 0.6) 75%, rgba(223, 55, 194, 0) 100%);
	background: -o-linear-gradient(rgba(223, 55, 194, 0) 0%, rgba(223, 55, 194, 0.6) 24%, rgba(223, 55, 194, 1) 50%, rgba(223, 55, 194, 0.6) 75%, rgba(223, 55, 194, 0) 100%);
	background: linear-gradient(rgba(223, 55, 194, 0) 0%, rgba(223, 55, 194, 0.6) 24%, rgba(223, 55, 194, 1) 50%, rgba(223, 55, 194, 0.6) 75%, rgba(223, 55, 194, 0) 100%);
}
.productCatSection h1{
	text-align: center;
	font-size: 100px;
	line-height: 102px;
	font-weight: 700;
	color: #ffffff;
	margin: 0 0 80px 0;
	padding: 0;
}
.productCatSection .products{
	margin:0 auto;
	max-width:1200px;
	min-width:300px;
	display: grid;
	grid-template-columns: repeat(2, 1fr);
	grid-gap: 80px;
}
.productCatSection .products .product h2{
	margin: 0 0 20px 0;
	padding: 0;
	text-align: center;
	font-size: 40px;
	line-height: 42px;
}
.productCatSection .products .product .photo{
	text-align: center;
	display: -webkit-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-webkit-box-align: center;
	-moz-box-align: center;
	-ms-flex-line-pack: center;
	-webkit-align-content: center;
	align-content: center;
	align-items: center;
	-webkit-align-items: center;
	justify-content: center;
	-webkit-justify-content: center;
	margin-bottom: 20px;
}
.productCatSection .products .product .photo img{
	display: block;
	width: 300px;
}
.productCatSection .products .product .producer{
	text-align: center;
	padding: 0 25px;
	margin-top: 15px;
}
.productCatSection .products .product .prices{
	font-size: 30px;
	line-height: 34px;
	text-align: center;
}
.productsStockInfo{
	text-align: center;
	margin-top: 60px;
}
.orderInfo .orderSteps{
	display: -webkit-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.orderInfo .orderSteps .step{
	width: 22.75%;
	margin-left: 3%;
	border: 3px solid #df37c2;
	-webkit-border-radius: 15px;
	-moz-border-radius: 15px;
	border-radius: 15px;
	padding: 30px 30px 30px 50px;
	-moz-box-sizing: border-box;
    box-sizing: border-box;
	position: relative;
}
.orderInfo .orderSteps .step:nth-child(4n+1){
	margin-left: 0;
}
.orderInfo .orderSteps .step .nr{
	position: absolute;
	left: -35px;
	top: 50%;
	-webkit-border-radius: 50px;
	-moz-border-radius: 50px;
	border-radius: 50px;
	width: 70px;
	height: 70px;
	margin-top: -35px;
	background-color: #df37c2;
	display: -webkit-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-webkit-box-align: center;
	-moz-box-align: center;
	-ms-flex-line-pack: center;
	-webkit-align-content: center;
	align-content: center;
	align-items: center;
	-webkit-align-items: center;
	justify-content: center;
	-webkit-justify-content: center;
	font-size: 40px;
	line-height: 40px;
}
.orderInfo .orderSteps .step{
	display: -webkit-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-webkit-box-align: center;
	-moz-box-align: center;
	-ms-flex-line-pack: center;
	-webkit-align-content: center;
	align-content: center;
	align-items: center;
	-webkit-align-items: center;
}
.orderInfo .orderSteps .step a{
	color: #df37c2;
}
.stepDescription{
}
.orderInfo .cta{
	margin-top: 50px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-webkit-box-align: center;
	-moz-box-align: center;
	-ms-flex-line-pack: center;
	-webkit-align-content: center;
	align-content: center;
	align-items: center;
	-webkit-align-items: center;
	justify-content: center;
	-webkit-justify-content: center;
}
.orderInfo .cta a{
	-webkit-border-radius: 50px;
	-moz-border-radius: 50px;
	border-radius: 50px;
	-webkit-border-radius: 50px;
	-moz-border-radius: 50px;
	border-radius: 50px;
	padding: 15px 40px;
	background-color: #df37c2;
	color: #ffffff;
	text-decoration: none;
	font-size: 30px;
}
.importantInfoPoints{
	display: -webkit-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-webkit-box-align: center;
	-moz-box-align: center;
	-ms-flex-line-pack: center;
	-webkit-align-content: center;
	align-content: center;
	align-items: center;
	-webkit-align-items: center;
	justify-content: center;
	-webkit-justify-content: center;
	-webkit-flex-direction: column;
	flex-direction: column;
}
.importantInfoPoint{
	text-align: center;
	margin-bottom: 15px;
	position: relative;
	padding-left: 20px;
}
.importantInfoPoint:before{
	content: '♥';
	position: absolute;
	left: 0;
	top: 0;
	color: #df37c2;
}
footer{
	margin-top: -120px;
	padding: 60px 60px 0 60px;
	border-top: 3px solid #df37c2;
	display: -webkit-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-webkit-box-align: center;
	-moz-box-align: center;
	-ms-flex-line-pack: center;
	-webkit-align-content: center;
	align-content: center;
	align-items: center;
	-webkit-align-items: center;
	justify-content: center;
	-webkit-justify-content: center;
	-webkit-flex-direction: column;
	flex-direction: column;
	font-size: 26px;
	line-height: 34px;
}
@media (max-width: 1200px) {
	.orderInfo .orderSteps .step,
	.orderInfo .orderSteps .step:nth-child(4n+1){
		width: 44%;
		margin-left: 8%;
		margin-bottom: 30px;
	}
	.orderInfo .orderSteps .step:nth-child(2n+1){
		margin-left: 0;
	}
}
@media (max-width: 1100px) {
	.productCatSection .products .product .prices{
		font-size: 22px;
		line-height: 27px;
	}
	.productCatSection .products .product .producer{
		font-size: 16px;
		line-height: 19px;
		padding: 0;
		margin-top: 15px;
	}
	.productCatSection h1{
		font-size: 64px;
		line-height: 68px;
		margin: 0 0 60px 0;
	}
}

@media (max-width: 768px) {
	.productCatSection{
		margin-top: -150px;
		padding: 150px 40px;
	}
	.headerTextContainer{
		font-size: 20px;
		line-height: 28px;
		margin-top: 30px;
	}
	.productCatSection .products{
		grid-template-columns: repeat(1, 1fr);
		grid-gap: 40px;
	}
	.orderInfo .orderSteps{
		padding: 0 10%;
	}
	.orderInfo .orderSteps .step,
	.orderInfo .orderSteps .step:nth-child(4n+1),
	.orderInfo .orderSteps .step:nth-child(2n+1){
		width: 100%;
		margin-left: 0;
		margin-bottom: 30px;
	}
	.productCatSection h1{
		font-size: 64px;
		line-height: 68px;
		margin: 0 0 30px 0;
	}
	.orderInfo .cta{
		margin-top: 10px;
	}
	a.jobsGallery{
		top: 10px;
		right: 10px;
		padding: 10px 20px;
		font-size: 18px;
		line-height: 20px;
	}
	.orderInfo .cta a{
		padding: 12px 30px;
		font-size: 22px;
		line-height: 24px;
}
}
@media (max-width: 450px) {
	.productCatSection h1{
		font-size: 50px;
		line-height: 54px;
		margin: 0 0 30px 0;
	}
	.orderInfo .orderSteps{
		padding: 0 5%;
	}
	.orderInfo .orderSteps .step{
		padding: 20px 20px 20px 40px;
	}
	.orderInfo .orderSteps .step .nr{
		left: -25px;
		top: 50%;
		width: 50px;
		height: 50px;
		margin-top: -25px;
		font-size: 30px;
		line-height: 30px;
	}
}