@charset "utf-8";
/* CSS Document */
/* MAIN */
div.pm-main-texts {
	display:flex;
	flex-flow: row wrap;
}
div.pm-main-texts > div {
	width:33.33333%;
	padding:0px 15px 30px 15px;
	display: flex;
}

div.pm-main-texts > div > div {
	padding: 20px;
	display: flex;
	flex-direction:column;
}
div.pm-main-texts div.contact-us {
	text-align:center;
	margin-top: auto;
	padding-top: 25px;
}
div.pm-main-texts > div:nth-child(odd) > div {
	background: #f3f3f3;
}
div.pm-main-texts > div:nth-child(even) > div {
	background: #e1f1fe;
}

div.pm-main-texts h2 {
	font-family:'Coolvetica', Verdana, Geneva, sans-serif;
	font-size: 400;
	margin-bottom: 25px;
	color:#336993;
	cursor:default;
	min-height: 72px;
	text-align: center;
}
div.pm-main-texts div.text * {
	font-size: 14px;
	line-height: 22px;
	text-align: center;
}
/* WHY US */
div.pm-why-us {
	text-align: center;
	margin-top: -10px;
}
div.pm-why-us ul {
	display: inline-block;
	list-style-type: none;
}
div.pm-why-us li {
	padding:10px 0px 10px 50px;
	font-size: 20px;
	line-height: 28px;
	text-align: left;
}
div.pm-why-us li::before {
	width:30px;
	height:30px;
	background: url(../images/pm-why-us.png) center center no-repeat;
	left:0px;
	top:50%;
	transform:translateY(-50%);
}
/* PRICING */
div.pm-pricing {
	display:flex;
	flex-flow: row wrap;
	justify-content:space-evenly;
}
div.pm-pricing > div {
	width:50%;
	padding:0px 15px 30px 15px;
	max-width:400px;
	display: flex;
}
div.pm-pricing > div > div {
	padding: 0px;
}
div.pm-pricing h2 {
	font-family:'Coolvetica', Verdana, Geneva, sans-serif;
	font-weight: 400;
	color:#fff;
	cursor:default;
	background: #bdaccb; /*#a251b1;*/
	text-align: center;
	padding:20px;
	border-top-left-radius:10px;
	border-top-right-radius:10px;
}
div.pm-pricing div.info, div.pm-pricing div.pr, div.pm-pricing div.btn {
	padding:20px;
	border:1px solid #ccc;
	border-top:none;
}
div.pm-pricing div.btn {
	text-align: center;
	border-bottom-left-radius:10px;
	border-bottom-right-radius:10px;
}
div.pm-pricing div.btn a.button {
	background: #df8c34; /*#de700f*/;
	font-size: 14px;
	padding:10px 20px;
}
div.pm-pricing div.btn a.button:hover {
	background: #434343;
}
div.pm-pricing div.pr * {
	text-align: center;
}
div.pm-pricing ul {
	list-style-type: none;
}
div.pm-pricing ul > li {
	padding-left: 30px;
	margin-top: 10px;
}

div.pm-pricing ul > li::before {
	background: url(../images/pm-prices.png) left top no-repeat #accbb6; /*#7bbc35;*/
	border-radius:2px;
	content:'';
	width:20px;
	height: 20px;
	background-size: 100% 100%;
	left:0px;
	top:0px;
}
div.pm-pricing ul + ul > li::before {
	background: url(../images/pm-prices2.png) left top no-repeat #ccc;
	background-size: 100% 100%;
}
div.pm-pricing div.info * {
	font-size: 14px;
	line-height: 20px;
}
/* CONTACT US */
div.pm-contact form {
	display: block;
	margin: 0 auto;
	max-width:500px;
	width:100%;
}