/*
Theme Name: autism-test.kz
Theme URI:  https://autism-test.kz
Author: Kazweb
Author URI: https://kazweb.pro
Description: The Minimal.
Version: 0.1.0
*/

/**
* @section bootstrap reboot
*/
*,
*::before,
*::after {
	box-sizing: border-box;
}
html {
	font-family: sans-serif;
	line-height: 1.15;
	-webkit-text-size-adjust: 100%;
	-ms-text-size-adjust: 100%;
	-ms-overflow-style: scrollbar;
	-webkit-tap-highlight-color: transparent;
	scroll-behavior: smooth;
}
@-ms-viewport {
	width: device-width;
}
article, aside, dialog, figcaption, figure, footer, header, hgroup, main, nav, section {
	display: block;
}
body {
	margin: 0;
	font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
	font-size: 1rem;
	font-weight: 400;
	line-height: 1.5;
	color: #212529;
	text-align: left;
	background-color: #fff;
}
[tabindex="-1"]:focus {
	outline: 0 !important;
}
hr {
	box-sizing: content-box;
	height: 0;
	overflow: visible;
}
h1, h2, h3, h4, h5, h6 {
	margin-top: 0;
	margin-bottom: 0.5rem;
}
p {
	margin-top: 0;
	margin-bottom: 1rem;
}
abbr[title],
abbr[data-original-title] {
	text-decoration: underline;
	-webkit-text-decoration: underline dotted;
	text-decoration: underline dotted;
	cursor: help;
	border-bottom: 0;
}
address {
	margin-bottom: 1rem;
	font-style: normal;
	line-height: inherit;
}
ol,
ul,
dl {
	padding: 0;
	margin: 0;
}
ul li {
	padding: 0;
	margin: 0;
	list-style: none;
}
ol ol,
ul ul,
ol ul,
ul ol {
	margin-bottom: 0;
}
dt {
	font-weight: 700;
}
dd {
	margin-bottom: .5rem;
	margin-left: 0;
}
blockquote {
	margin: 0 0 1rem;
}
dfn {
	font-style: italic;
}
b,
strong {
	font-weight: bolder;
}
small {
	font-size: 80%;
}
sub,
sup {
	position: relative;
	font-size: 75%;
	line-height: 0;
	vertical-align: baseline;
}
sub {
	bottom: -.25em;
}
sup {
	top: -.5em;
}
a {
	color: #007bff;
	text-decoration: none;
	background-color: transparent;
	-webkit-text-decoration-skip: objects;
}
a:hover {
	color: #0056b3;
	text-decoration: underline;
}
a:not([href]):not([tabindex]) {
	color: inherit;
	text-decoration: none;
}
a:not([href]):not([tabindex]):hover, a:not([href]):not([tabindex]):focus {
	color: inherit;
	text-decoration: none;
}
a:not([href]):not([tabindex]):focus {
	outline: 0;
}
pre,
code,
kbd,
samp {
	font-family: monospace, monospace;
	font-size: 1em;
}
pre {
	margin-top: 0;
	margin-bottom: 1rem;
	overflow: auto;
	-ms-overflow-style: scrollbar;
}
figure {
	margin: 0 0 1rem;
}
img {
	vertical-align: middle;
	border-style: none;
}
svg:not(:root) {
	overflow: hidden;
}
table {
	border-collapse: collapse;
}
caption {
	padding-top: 0.75rem;
	padding-bottom: 0.75rem;
	color: #6c757d;
	text-align: left;
	caption-side: bottom;
}
th {
	text-align: inherit;
}
label {
	display: inline-block;
	margin-bottom: .5rem;
}
button {
	border-radius: 0;
}
button:focus {
	outline: 1px dotted;
	outline: 5px auto -webkit-focus-ring-color;
}
input,
button,
select,
optgroup,
textarea {
	margin: 0;
	font-family: inherit;
	font-size: inherit;
	line-height: inherit;
}
button,
input {
	overflow: visible;
}
button,
select {
	text-transform: none;
}
button,
html [type="button"],
[type="reset"],
[type="submit"] {
	-webkit-appearance: button;
}
button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
	padding: 0;
	border-style: none;
}
input[type="radio"],
input[type="checkbox"] {
	box-sizing: border-box;
	padding: 0;
}
input[type="date"],
input[type="time"],
input[type="datetime-local"],
input[type="month"] {
	-webkit-appearance: listbox;
}
textarea {
	overflow: auto;
	resize: vertical;
}
fieldset {
	min-width: 0;
	padding: 0;
	margin: 0;
	border: 0;
}
legend {
	display: block;
	width: 100%;
	max-width: 100%;
	padding: 0;
	margin-bottom: .5rem;
	font-size: 1.5rem;
	line-height: inherit;
	color: inherit;
	white-space: normal;
}
progress {
	vertical-align: baseline;
}
[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
	height: auto;
}
[type="search"] {
	outline-offset: -2px;
	-webkit-appearance: none;
}
[type="search"]::-webkit-search-cancel-button,
[type="search"]::-webkit-search-decoration {
	-webkit-appearance: none;
}
::-webkit-file-upload-button {
	font: inherit;
	-webkit-appearance: button;
}
output {
	display: inline-block;
}
summary {
	display: list-item;
	cursor: pointer;
}
template {
	display: none;
}
[hidden] {
	display: none !important;
}
/**
* @section bootstrap grid
*/
.container {
	width: 100%;
	padding-right: 20px;
	padding-left: 20px;
	margin-right: auto;
	margin-left: auto;
}
@media (min-width: 576px) {
	.container {
		max-width: 100%;
	}
}
@media (min-width: 768px) {
	.container {
		max-width: 100%;
	}
	.cloud-5,
	.cloud-6 {
		display: none;
	}
}
@media (min-width: 992px) {
	.container {
		max-width: 100%;
	}
	.cloud-5,
	.cloud-6 {
		display: none;
	}
}
@media (min-width: 1200px) {
	.container {
		max-width: 800px;
	}
	.cloud-5,
	.cloud-6 {
		display: none;
	}
}
.img-responsive {
	display: block;
	height: auto;
	max-width: 100%;
}
@media (max-width:575px){
	.hidden {
		display:none !important;
	}
}
@media (min-width:576px) and (max-width:767px){
	.hidden-sm {
		display: none !important;
	}
}
@media (min-width:768px) and (max-width:991px){
	.hidden-md {
		display: none !important;
	}
}
@media (min-width:992px) and (max-width:1199px){
	.hidden-lg {
		display: none !important;
	}
}
@media (min-width:1200px){
	.hidden-xl {
		display: none !important;
	}
}
/**
* @section general
*/
body {
	color: #fff;
	font-family: 'Montserrat', sans-serif !important;
	font-size: 20px;
	font-style: normal;
	font-variant: normal;
	font-weight: 500;
	font-display: swap;
	line-height: 120%;
}
.hide {
	display: none;
}
.block {
	display: block;
}
.text-justify {
	text-align: justify !important;
}
.text-nowrap {
	white-space: nowrap !important;
}
.text-truncate {
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}
.text-left {
	text-align: left !important;
}
.text-right {
	text-align: right !important;
}
.text-center {
	text-align: center !important;
}
/**
* @section header
*/
header {
	padding: 0 0 60px 0;
	position: relative;
}
.flex {
	display: flex;
	gap: 40px;
	align-items: center;
	justify-content: center;
	flex-wrap: nowrap;
}
/**
* @section content
*/
.content {
	padding: 60px 100px;
	position: relative;
	background: #14a0d1;
	border-radius: 20px;
	text-align: center;
}
.content h1 {
	font-size: 42px;
	font-weight: 800;
	line-height: 1;
	letter-spacing: -0.84px;
	text-transform: uppercase;
}
.test-text {
	margin: 40px auto;
	letter-spacing: -0.4px;
}
.btn,
.mchat__action {
	position: relative;
	display: block;
	z-index: 2;
}
.btn a,
.mchat__action button {
	display: inline-block;
	padding: 22px 30px;
	color: #fff;
	font-size: 20px;
	font-weight: 600;
	letter-spacing: 0.2px;
	text-transform: uppercase;
	background-color: transparent;
	border: 2px solid rgba(255, 255, 255, 0.40);
}
.btn a:hover,
.mchat__action button:hover {
	background-color: rgba(255, 255, 255, 0.40);
	cursor: pointer;
	text-decoration: none;
}
.language {
	margin: 60px auto;
}
.language .flex {
	gap: 20px;
}
.b-cl__cur {
	background: #e2e8f0;
}
.b-cl__link {
	padding: 12px 22px 14px 22px;
	color: rgba(24, 24, 24, 0.40);
	font-size: 14px;
	font-weight: 600;
	line-height: normal;
	letter-spacing: 0.28px;
	border: 1px solid rgba(24, 24, 24, 0.40);
	text-transform: uppercase;
}
.b-cl__link:hover {
	background-color: rgba(255, 255, 255, 0.40);
	text-decoration: none;
}

.mchat__intro {
	margin: 40px auto;
	letter-spacing: -0.4px;
	position:relative;
	overflow:hidden;
}
.mchat__form,
.mchat__action {
	margin-top: 40px;
}

.mchat blockquote b{font-weight:800}
.mchat--quest{min-height:200px;padding-left:0;padding-right:0}.mchat:after,.mchat:before{content:'';height:110%;width:100%;background-repeat:no-repeat;display:block;position:absolute;bottom:-10%;z-index:0;pointer-events:none;will-change:transform;transition:transform .6s ease-out;-ms-transform:translateY(0);transform:translateY(0)}.mchat:before{left:-5%;-ms-transform:translateY(calc(-1*var(--viewport-y, 0)*30px));transform:translateY(calc(-1*var(--viewport-y, 0)*30px));background-image:url(../images/mchat/mchat__left.png);background-position:0% 100%}.mchat:after{background-image:url(../images/mchat/mchat__right.png);background-position:100% 100%;right:-10%;-ms-transform:translateY(calc(-1*var(--viewport-y, 0)*40px));transform:translateY(calc(-1*var(--viewport-y, 0)*40px))}

.button.disabled, .button.is-disabled, .button:disabled {
    pointer-events: none;
    opacity: .5;
}
.mchat__test{max-width:640px;margin:0 auto;font-size:22px}
.mchat__title{text-align:center;margin-bottom:.5em}
.mchat__question blockquote{background-color:#fff;background-color:rgba(255,255,255,.1);margin:1em 0;padding:.5em 1em;
	border-radius:5px;font-size:.82em;font-weight:300}

	.mchat__answer{list-style:none;padding:0;margin:1.5em 0 0;    text-align: left;}.mchat__answer li+li{margin-top:.1em}
	.mchat__action>div{display:-ms-flexbox;display:flex;-ms-flex-pack:center;justify-content:center}
	.mchat__action .button{min-width:120px;margin:0 .5em}
	.radio {
    position: relative;
}
.radio>input[type=radio] {
    position: absolute;
    width: 1px;
    height: 1px;
    clip: rect(0 0 0 0);
    overflow: hidden;
}
.radio .radio__dot {
    cursor: pointer;
    width: 1em;
    height: 1em;
    display: inline-block;
    border-radius: 1em;
    background-color: #fff;
    vertical-align: middle;
    position: relative;
    line-height: 1;
    margin-right: .5em
}

.radio .radio__dot:before {
    content: '';
    position: absolute;
    display: block;
    width: 60%;
    height: 60%;
    background-color: #14a0d1;
    border-radius: 1em;
    left: 50%;
    top: 50%;
    transition: transform .15s ease-out;
    -ms-transform: translate(-50%,-50%) scale(0);
    transform: translate(-50%,-50%) scale(0)
}

input:checked+.radio__dot:before {
    -ms-transform: translate(-50%,-50%) scale(1);
    transform: translate(-50%,-50%) scale(1)
}

input:focus+.radio__dot {
    box-shadow: 0 0 0 2px #ffdc5e
}

input:disabled+.radio__dot:before {
    opacity: .5;
    pointer-events: none
}
/**
* @section clouds
*/
.clouds {}
.cloud-1 {
	position: absolute;
	left: 0;
	bottom: 44px;
}
.cloud-2 {
	position: absolute;
	left: 0;
	bottom: 0;
}
.cloud-3 {
	position: absolute;
	right: 0;
	bottom: 0;
}
.cloud-4 {
	position: absolute;
	right: 0;
	bottom: 0;
}

/* Большие девайсы (большие десктопы, < 1200px) */
@media (max-width: 1199.98px) {}

/* Средние девайсы (планшеты, < 1024px) */
@media (max-width: 1023.98px) {}

/* Средние девайсы (планшеты, < 992px) */
@media (max-width: 991.98px) {}

/* Малые девайсы (горизонтальные телефоны, < 768px) */
@media (max-width: 767.98px) {
	.content {
		padding: 60px;
	}
}

/* Экстрамалые девайсы (телефоны, < 576px) */
@media (max-width: 575.98px) {
	body {
		font-size: 16px;
	}
	.container {
		padding-right: 0;
		padding-left: 0;
	}
	header {
		padding: 40px 0;
	}
	.content {
		padding: 40px 20px 80px 20px;
		border-radius: 20px 20px 0 0;
	}
	.content h1 {
		font-size: 28px;
		letter-spacing: -0.56px;
	}
	.btn a {
		width: 100%;
		color: rgba(24, 24, 24, 0.40);
		background-color: #efc42d;
		border: #efc42d;
	}
	.btn a:hover {
		background-color: rgba(255, 255, 255, 0.40);
		text-decoration: none;
	}
	.cloud-1 {
		left: -45px;
		bottom: -45px;
	}
	.cloud-2,
	.cloud-3,
	.cloud-4 {
		display: none;
	}
	.cloud-5 {
		position: absolute;
		right: 0;
		bottom: -1px;
	}
	.cloud-6 {
		position: absolute;
		right: 0;
		bottom: 57px;
	}
	.ten-years svg {
		width: 300px;
		height: 100px;
}