.container { margin: 0 auto; max-width: 1000px; }
.hs { margin: 90px auto; }
.flex { display: flex; justify-content: space-between; }

.hs h2 { font-size: 27px; }
.hs h3 { font-size: 24px; }
.hs h4 { font-size: 20px; }

dl { margin: 1em 0; }
dl dt {
	display: inline-block;
	padding: 0 0 .75em;
	width: 9em;
}
dl dd { display: inline; }
dl dd:after { display: block; content: ''; }

.mirr-logo-inline {
	background-image: url(/i/logo-mirr.svg);
	background-size: contain;
	background-position: center;
	background-repeat: no-repeat;
	display: inline-block;
	height: 0.85em;
	width: 3.75em;
}

.home-wide-round-block {
	background-color: #F0F8F6;
	border-radius: 30px;
	margin: auto 20px;
	padding: 90px 0;
}

#hero {
	background-color: #715E46;
	background-image: url(/i/home.jpg);
	background-size: cover;
	background-position: center;
	color: #fff;
	padding: 180px 0;
}
#hero .logo { margin-bottom: 40px; }
#hero .logo img { max-width: 100%; }
#hero h2 { 
	font-size: 36px;
	line-height: 120%;
	max-width: 16em;
	text-align: left;
}
#hero p { font-size: 15px; margin-bottom: 15px; max-width: 700px; }
#hero h2 + p { font-size: 22px; }
#hero .btn { background-color: #2AD3B3; font-size: 24px; margin-top: 25px; }


#h-problem { max-width: 1600px; text-align: center; }
#h-problem li {
	background-image: linear-gradient(to right, #1B448A, #00C6A0);
	border-radius: 30px;
	box-sizing: border-box;
	color: #fff;
	display: inline-block;
	font-size: 20px;
	font-weight: 500;
	list-style: none;
	margin: 4px 0;
	padding: 10px 20px;
}

#h-problem div { margin-bottom: 20px; }
#h-problem p { margin: 15px auto; max-width: 42em; }


#h-youget .flex > div {
	border-radius: 20px;
	box-sizing: border-box;
	color: #fff;
	margin: 20px 0;
	padding: 45px 50px;
	width: 50%;
}
#h-youget .flex > div:first-child { background-color: #1B448A; }
#h-youget .flex > div:last-child { background-color: #00C6A0; }
#h-youget .flex li { font-size: 15px; margin: 15px 0; }
#h-youget p { text-align: center; }


#h-stages { text-align: center; }
#h-stages .stages {
	display: flex;
	justify-content: space-between;
	margin-top: 30px;
}
#h-stages .stages > div {
	background-color: #F8F4EE;
	border-radius: 10px;
	box-sizing: border-box;
	padding: 20px 25px 30px;
	text-align: left;
	width: 23%;
}
#h-stages .stages h5 { font-size: 19px; margin: 8px 0 10px; text-align: left; }
#h-stages .stages span { font-size: 13px; color: #888; }
#h-stages .stages p { font-size: 15px; }


#h-help { 
	background-color: #F0F8F6;
	border-radius: 30px;
	box-sizing: border-box;
	padding: 70px 120px;
}
#h-help h2 { text-align: left; margin-bottom: -5px; max-width: 300px; }
#h-help p { margin: 0 0 15px 160px; }
#h-help p:last-child { margin-bottom: 0; }


#h-for h2 { text-align: left; }
#h-for .flex > div:first-child { width: 40%; }
#h-for .flex > div:last-child { width: 50%; }
#h-for li { margin-bottom: 15px; }
#h-for li:last-child { margin-bottom: 0; }
#h-for abbr { text-decoration: none; border-bottom: 1px dotted #444; }


#h-reviews { background-color: #F8F4EE; padding: 80px 0; }
#h-reviews h2 { margin-bottom: 0; text-align: left; }
#h-reviews h2 + p { color: #777; }
#h-reviews .reviews-scrolled {
	display: flex;
	justify-content: space-between;
	margin: 30px 0;
}
#h-reviews .reviews-scrolled > div {
	align-items: stretch;
	background-color: #fff;
	border-radius: 10px;
	box-sizing: border-box;
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	padding: 25px;
	width: 31%;
}
#h-reviews .reviews-scrolled > div p { font-size: 15px; }
#h-reviews .reviews-scrolled > div p:last-child {
	color: #444;
	font-size: 14px;
	font-weight: 300;
	margin-top: 40px;
}


#h-report-sample h2 { margin-bottom: 30px; text-align: left; }
#h-report-sample .flex > div:first-child { width: 40%; }
#h-report-sample .flex > div:last-child { width: 60%; }
#h-report-sample img { display: block; width: 80%; }
#h-report-sample .file {
	background-color: #00C6A0;
	background-image: url(/i/file-pdf.png);
	background-position: 10px center;
	background-size: auto 65%;
	background-repeat: no-repeat;
	border-radius: 10px;
	color: #fff;
	display: inline-block;
	font-size: 16px;
	font-weight: 500;
	padding: 20px 40px 20px 75px;
}
#h-report-sample .file a { color: #fff; }
#h-report-sample .file span { display: block; font-size: 12px; font-weight: 400; margin-top: 5px; opacity: .7; }
#h-report-sample ul { margin-bottom: 40px; }
#h-report-sample li { margin-bottom: 15px; }
#h-report-sample li:last-child { margin-bottom: 0; }
#h-report-sample em { color: #777; font-size: 13px; }
#h-report-sample dl { font-size: 14px; }


#h-price {
	background-color: #1B448A;
	color: #fff;
}
#h-price h2 { text-align: left; }
#h-price .flex > div { width: 42%; }
#h-price .btn { background-color: #00C6A0; box-sizing: border-box; width: 100%; }
#h-price .price-amount {
	background-color: #0A2A62;
	border-radius: 20px;
	padding: 30px 45px 30px 35px;
}
#h-price .price-amount strong { font-size: 48px; font-weight: 600; }
#h-price .price-amount span { font-size: 48px; margin-left: .15em; }
#h-price .money-back {
	background-image: url(/i/money-back.svg);
	background-position: 10px center;
	background-size: auto 85%;
	background-repeat: no-repeat;
	line-height: 140%;
	margin: 15px 0 70px;
	padding: 0 0 0 55px;
}
#h-price h6 { text-align: left; margin-bottom: 10px; }
#h-price ul { margin: 10px 0 10px 20px; }
#h-price ul li { margin: 15px 0; }
#h-price ul + h6 { margin-top: 35px; }

#h-compare div {
	background-color: #F5F5F5;
	border-radius: 30px;
	box-sizing: border-box;
	margin: 70px auto 0;
	padding: 20px 75px 40px 75px;
	width: 750px;
}

#h-compare table { margin-bottom: 30px; width: 100%; }
#h-compare th {
	color: #777;
	font-size: 13px;
	font-weight: 300;
	position: relative;
	top: -50px;
}
#h-compare td { padding: 15px 0; }
#h-compare tr td:not(:first-child) { text-align: center; }
#h-compare p { color: #777; }

#h-faq h2 { margin: 0; text-align: left; }
#h-faq .flex > div:first-child { width: 30%; }
#h-faq .flex > div:last-child { width: 60%; }
.faq > div {
	border-bottom: 1px solid #ddd;
	padding: 20px 0;
	position: relative;
}
.faq > div:after,
.faq > div:before {
	background-color:#1B448A;
	content: '';
	display: block;
	height: 3px;
	position: absolute;
	transition: .2s transform;
	transform-origin: center;
	top: 30px;
	right: 0;
	width: 18px;
	z-index: 0;
}
.faq > div:before { transform: rotate(90deg); }
.faq > div:last-child { border-bottom: none; }
.faq > div.open:before { transform: rotate(0deg); }
.faq h5 {
	cursor: pointer;
	font-size: 17px;
	font-weight: 400;
	margin: 0;
	text-align: left;
	position: relative;
	z-index: 1;
}
.faq p { color: #444; display: none; font-size: 15px; margin: 20px 0 0 0; line-height: 140%; }
.faq > div.open p { display: block; }


@media screen and (max-width: 600px) {
	.container { width: 92%; }
	.flex { flex-wrap: wrap; }
	.hs h2 { font-size: 23px; }
	.home-wide-round-block { padding: 30px 0; }
	.mobile-hidden { display: none; }

	#hero { padding: 270px 0 40px }
	#hero .container { width: 80%; }
	#hero .logo { margin-bottom: 20px; width: 200px; }
	#hero h2 { font-size: 24px; }
	#hero p { display: none; font-size: 14px; }
 	#hero h2 + p { display: block; font-size: 16px; }
	#hero .btn { box-sizing: border-box; font-size: 17px; width: 100%;}

	#h-problem { margin-top: 40px; width: 90%; }
	#h-problem li { font-size: 15px; }
	#h-problem li:nth-child(1) { width: 16em; }
	#h-problem li:nth-child(2) { width: 15em; }
	#h-problem li:nth-child(3) { width: 19em; }
	#h-problem li:nth-child(4) { width: 21em; }
	#h-problem li:nth-child(5) { width: 20em; }
	#h-problem li:nth-child(6) { width: 18em; }

	#h-youget .flex { margin: 20px 0; }
	#h-youget .flex li { font-size: 14px; }
	#h-youget .flex > div { margin: 0; padding: 30px 40px; width: 100%; }

	#h-stages .stages { flex-wrap: wrap; }
	#h-stages .stages > div { margin-bottom: 10px; padding: 15px 25px; width: 100%; }
	#h-stages .stages h5 { font-size: 17px; margin-top: 2px; }
	#h-stages .stages p { font-size: 13px; }

	#h-help { padding: 20px 25px; }
	#h-help h2 { margin-bottom: 15px ;}
	#h-help p { margin: 0 0 10px; }

	#h-for .flex > div:first-child { margin-bottom: 20px; }
	#h-for ul { margin-left: 20px; }
	#h-for .flex > div:first-child,
	#h-for .flex > div:last-child { width: 100%; }

	#h-reviews .reviews-scrolled { flex-wrap: wrap; }
	#h-reviews .reviews-scrolled > div { margin-bottom: 10px; width: 100%; }
	
	#h-report-sample h2 { text-align: center; }
	#h-report-sample .flex > div:first-child,
	#h-report-sample .flex > div:last-child { width: 100%; }
	#h-report-sample ul { margin: 20px 0 40px 20px; }
	#h-report-sample .report-example { display: none; }

	#h-price h2 { text-align: center; }
	#h-price .flex > div { width: 100%; }
	#h-price .price-amount { padding: 25px 30px; text-align: center; }
	#h-price .money-back { margin-bottom: 35px; }
	#h-price .btn { margin-bottom: 35px; }
	#h-price h6 { font-size: 16px; }

	#h-compare div { padding: 20px; width: 100%; }

	#h-faq .flex > div:first-child,
	#h-faq .flex > div:last-child { width: 100%;}
	.faq h5 { font-size: 16px; padding-right: 50px; }
	.faq p { font-size: 14px; }
}