.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; }


.home-cblock {
	background: #faf2eb;
	border-radius: 2em;
	line-height: 1.4;
	margin: 7.5em auto;
	padding: 2.5em;
}
.home-cblock p + p { margin-bottom: 1em; }

.screeningtest-welcome header { position: relative; z-index: 10; }
.screeningtest-welcome {
	background-color: #0f3256;
	background-image: url(/i/st-welcome-bg.png);
	background-position: center;
	background-size: cover;
	min-height: 75vh;
	position: relative;
	color: #fff;
}
.screeningtest-welcome .video-bg {
	height: 100%;
	left: 0;
	overflow: hidden;
	position: absolute;
	top: 0;
	width: 100%;
	z-index: 1;
}
.screeningtest-welcome .t {
	margin: 0 auto;
	max-width: 850px;
	padding: 3em;
	position: relative;
	text-align: center;
	z-index: 1;
}
.screeningtest-welcome h2 { color: #fff; font-size: 42px; margin: 0 0 1em; }
.screeningtest-welcome p { font-size: 18px; margin: 0 0 1em; }
.screeningtest-welcome .btn {
	background: #3fb2aa;
	border-radius: .5em;
	box-sizing: border-box;
	color: #fff;
	display: inline-block;
	font-size: 23px;
	font-weight: bold;
	line-height: 1.2;
	margin-top: 1em;
	padding: .75em 1.5em .7em;
	text-align: center;
	transition: .3s all;
}

/**
 *  Как это поможет ребёнку 
 */
.h-help .about-video { margin: .5em -2.5em 2.5em; }
.h-help .about-video video {
	border-radius: 1em;
	display: block;
	max-width: 100%;
}
.h-help ul li { margin: .5em 0 .5em 1em; }
.h-help .about-blocks {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	list-style: none;
	margin-top: 0;
	counter-reset: fz-counter;
}
.h-help .about-blocks li {
	background: #fff;
	border-radius: .7em;
	box-sizing: border-box;
	counter-increment: fz-counter;
	font-size: 16px;
	margin: 0 0 .5em 0;
	padding: 1em 0 1em 2.5em;
	position: relative;
	width: 49%;
}
.h-help .about-blocks li:before {
	color: #99adb4;
	content: "0" counter(fz-counter);
	font-size: 14px;
	left: 1em;
	position: absolute;
	top: 1.35em;
}

/**
 * Кому подходит тестирование
 */
.h-for .for-main {
	background-color: #acefa4;
	border-radius: 1em;
	display: flex;
	line-height: 1.2;
	margin: 1em -2.5em 2em;
	padding: 2em 2.5em;
}
.h-for .for-main div { margin-left: 10%; }
.h-for .for-main p { margin-bottom: 2em; }
.h-for .for-main p strong { display: block; font-size: 2.3em; }
.h-for h4 { margin-top: 2em; }
.h-for ul { margin: 1em 0 0; }
.h-for ul li { margin: .75em 0 .75em 1em; }
.h-for ul li nobr { opacity: .6; }
.h-for .for-diagnosis { text-align: center; }
.h-for .for-diagnosis li {
	background: #fff;
	border-radius: .5em;
	display: inline-block;
	list-style: none;
	margin: 0 .4em .5em 0;
	padding: .5em 1em;
}

/**
 * Что вы получите
 */
.h-process p { color: #666; }
.h-process ul {
	display: grid;
	grid-template-columns: repeat(2, 1fr);
	list-style: none;
	margin: 1em 0 0;
	gap: 1em;
}
.h-process li {
	background-color: #fff;
	border-radius: 1em;
	box-sizing: border-box;
	color: #666;
	font-size: 14px;
	padding: 1em;
}
.h-process strong { color: #000; }
.h-process .h-process-youget { margin: 2em 0 0; }

/**
 * Отчёт о тестировании
 */
.h-report .sample-contaner {
	margin: 0 auto 3em;
	max-width: 500px;
}
.h-report img { display: block; max-width: 100%; }
.h-report .sample-file {
	background-color: #04b;
	background-image: url(/i/file-pdf.png);
	background-size: auto 50%;
	background-repeat: no-repeat;
	background-position: 20px center;
	border-radius: .5em;
	display: block;
	font-size: 15px;
	color: #fff;
	padding: 1.75em 1em 1.75em 5.5em;
}
.h-report .sample-file small { display: block; opacity: .7; }

.h-report .compare { margin-top: 2em; }
.h-report .compare table { margin-top: 1em; width: 100%; }
.h-report .compare table th { padding-bottom: .75em; text-align: left; }
.h-report .compare table th:first-child { color: #99adb4; }
.h-report .compare table th:last-child { color: #003157; }
.h-report .compare table td {
	border-top: 1px solid #ddd;
	padding: .75em 0;
}
.h-report .compare table tr td:last-child {
	background-color: #f6f3eb;
	border-top-color: #ccc;
	padding-left: 1em;
}

/**
 * Как пройти тестирование
 */
.h-stages .stages {
	font-size: 15px;
	margin-bottom: 2em;
}
.h-stages .stages > div {
	margin-bottom: 1em;
	padding-left: 2.5em;
	position: relative;
}
.h-stages .stages > div .n {
	color: #99adb4;
	left: 0;
	position: absolute;
}

/**
 * Отзывы
 */
.h-reviews { margin: 5em 0; }
.h-reviews h3 + p {
	font-size: 17px;
	margin-bottom: 3em;
	text-align: center;
}
.reviews > div {
	background: #f1e4d7;
	box-shadow: 0 2px 8px rgba(0 0 0 / 4%);
	border-radius: 1em;
	cursor: pointer;
	margin-bottom: 1em;
	padding: 1.5em;
	transition: .5s all;
}
.reviews > div h5 {
	color: #000;
	font-family: 'Golos Text', sans-serif;
	font-size: 15px;
	font-weight: 500;
	margin-bottom: 0;
	position: relative;
	text-align: left;
	padding-right: 2em;
}
.reviews > div h5:after {
	background: url(/i/arrow.svg);
	background-position: center;
	background-size: contain;
	content: '';
	display: block;
	height: 1em;
	position: absolute;
	right: 0;
	top: 0;
	transform: rotate(-90deg);
	width: 1em;
}
.reviews > div p {
	font-size: 17px;
	height: auto;
	margin-top: .5em;
	opacity: 1;
	overflow: hidden;
}
.reviews > div.closed { background: #eee; box-shadow: none; }
.reviews > div.closed p { height: 1.1em; opacity: .4; }
.reviews > div.closed h5:after { transform: rotate(90deg); }



#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 h2 { text-align: center; }
#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 h2 { text-align: center; }
#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; }


.home-awards { text-align: center; }
.awards {
	display: grid;
	grid-template-columns: repeat(7, 1fr);
	column-gap: 5%;
	row-gap: 5em;
}
.awards h3 { margin-bottom: .25em; }
.awards h3 + p {
	font-size: 21px;
	margin-bottom: 1.5em;
	text-align: center;
}
.awards img { margin: 0 auto; max-height: 100%; max-width: 100%; }
.awards .aw-logo {
	align-items: center;
	display: flex;
	height: 7em;
	margin-bottom: 1em;
}
.awards span { color: #777; font-size: 14px; }


#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; }
}