/* ==================== section-cpmworks-banner ================================================== */

.section-cpmworks-banner{
	background-color:#797d7e;
	/*background-image: url('../../../images/banners/works-big.jpg');*/
	background-image: none;
}
.section-cpmworks-banner h1{
	background-image: url('../../../images/pages/password-manager/how-it-works/icons/gear.svg');
}

/* ==================== section-cpmworks-container ================================================== */

.section-cpmworks-container{
	margin-top: -73px;
	padding-top: 35px;
	background-color: #f3f3f3;
}
.section-cpmworks-container .page{
	counter-reset: section;
}

/* ==================== section-cpmworks-items ================================================== */

.section-cpmworks-items {
	border-bottom: 1px solid #c9cacb;
	overflow-x: hidden;
	background-color: white;
}
.section-cpmworks-items.grey { background-color: #f3f3f3; }
.section-cpmworks-items.blue { background-color: #f2fafd; }

.section-cpmworks-items .content{
	padding-top: 50px;
	padding-bottom: 50px;
}

.section-cpmworks-items .media{
	display: block;
	max-height: 500px;
	float: right;
	max-width: 60%;
	margin-right: -10%;
	margin-top: 40px;
}
.section-cpmworks-items .text{
	display: flex;
	align-items: center;
	min-height: 500px;
	max-width: 45%;
	margin-top: 40px;
	font-size: 24px;
	color: black;
}
.section-cpmworks-items .text:after {
	/* clearfix */
	content: "";
	display: table;
	clear: both;
}

/* alt mode */
.section-cpmworks-items:nth-child(2n + 1) .media{
	float: left;
	margin-left: -10%;
	margin-right: 0;
}
.section-cpmworks-items:nth-child(2n + 1) .text{
	margin-left: auto;
	margin-right: 0;
}

/* exceptions */
.section-cpmworks-items .text.full{
	max-width: none;
	min-height: 0;
}
.section-cpmworks-items .media.full{
	max-height: 500px;
	float: none;
	max-width: none;
	margin-right: auto;
}
.section-cpmworks-items .media.train{
	/*width: 135%;*/
	margin-top: -55px;
}

/* content */
.section-cpmworks-items h3{
	position:relative;
	margin: 30px 0 10px 0;
	padding-left: 100px;
	font-size: 48px;
	font-weight: bold;
	color: #333333;
}
.section-cpmworks-items h3:before{
	/* number */
	position:absolute;
	counter-increment: section;
	content: counter(section);
	left: 0;
	top: 50%;
	margin-top: -43px;
	font-size: 72px;
	color: #1a93fc;
}
.section-cpmworks-items h3:after{
	/* border */
	position:absolute;
	content: '';
	top: -5px;
	bottom: -5px;
	left: 60px;
	background-color: #bdbaba;
	width: 7px;
	border-radius: 3px;	
}
.section-cpmworks-items h4{
	margin: 10px 0;
	padding-left: 100px;
	font-size: 36px;
	font-weight: bold;
	color: #3672d4;
}
.section-cpmworks-items .icons{
	padding-left: 0;
}

/* icons */
.section-cpmworks-items .icon-cloud{
	background-image: url('../../../images/pages/password-manager/how-it-works/icons/cloud.png');
	min-height:35px;
	padding-left: 45px;
	list-style: none;
}
.section-cpmworks-items .icon-pc{
	background-image: url('../../../images/pages/password-manager/how-it-works/icons/pc.png');
	min-height:35px;
	padding-left: 45px;
	list-style: none;
}

@media screen and (max-width: 1200px){
	.section-cpmworks-items{
		overflow: auto;
	}
	.section-cpmworks-items .text{
		min-height: 0;
	}
	.section-cpmworks-items .text, .section-cpmworks-items:nth-child(2n + 1) .text{
		max-width: none;
	}
	.section-cpmworks-items .media, .section-cpmworks-items:nth-child(2n + 1) .media{
		float: none;
		/*max-width: none;*/
		margin-right: auto;
		margin-left: auto;
	}
	.section-cpmworks-items .media.train{
		width: auto;
		margin-top: auto;
	}
}
@media screen and (max-width: 600px){
	.section-cpmworks-items h3{
		margin: 30px 0 10px 0;
		padding-left: 80px;
		font-size: 26px;
	}
	.section-cpmworks-items h4{
		padding-left: 80px;
		font-size: 22px;
	}
	.section-cpmworks-items .text{
		font-size: 20px;
	}
	.section-cpmworks-items h3:before{
		font-size: 50px;
	}
	.section-cpmworks-items h3:after{
		left: 45px;
		width: 5px;
	}
}