/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */
/* Document
   ========================================================================== */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */
html {
	line-height: 1.15;
	/* 1 */
	-webkit-text-size-adjust: 100%;
	/* 2 */
}

/* Sections
   ========================================================================== */
/**
 * Remove the margin in all browsers.
 */
body {
	margin: 0;
}

/**
 * Render the `main` element consistently in IE.
 */
main {
	display: block;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1 {
	font-size: 2em;
	margin: 0.67em 0;
}

/* Grouping content
   ========================================================================== */
/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
	box-sizing: content-box;
	/* 1 */
	height: 0;
	/* 1 */
	overflow: visible;
	/* 2 */
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
	font-family: monospace, monospace;
	/* 1 */
	font-size: 1em;
	/* 2 */
}

/* Text-level semantics
   ========================================================================== */
/**
 * Remove the gray background on active links in IE 10.
 */
a {
	background-color: transparent;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
	border-bottom: none;
	/* 1 */
	text-decoration: underline;
	/* 2 */
	text-decoration: underline dotted;
	/* 2 */
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
	font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
	font-family: monospace, monospace;
	/* 1 */
	font-size: 1em;
	/* 2 */
}

/**
 * Add the correct font size in all browsers.
 */
small {
	font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
	font-size: 75%;
	line-height: 0;
	position: relative;
	vertical-align: baseline;
}

sub {
	bottom: -0.25em;
}

sup {
	top: -0.5em;
}

/* Embedded content
   ========================================================================== */
/**
 * Remove the border on images inside links in IE 10.
 */
img {
	border-style: none;
}

/* Forms
   ========================================================================== */
/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
	font-family: inherit;
	/* 1 */
	font-size: 100%;
	/* 1 */
	line-height: 1.15;
	/* 1 */
	margin: 0;
	/* 2 */
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input {
	/* 1 */
	overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select {
	/* 1 */
	text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */
button,
[type=button],
[type=reset],
[type=submit] {
	-webkit-appearance: button;
}

/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner {
	border-style: none;
	padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type=button]:-moz-focusring,
[type=reset]:-moz-focusring,
[type=submit]:-moz-focusring {
	outline: 1px dotted ButtonText;
}

/**
 * Correct the padding in Firefox.
 */
fieldset {
	padding: 0.35em 0.75em 0.625em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */
legend {
	box-sizing: border-box;
	/* 1 */
	color: inherit;
	/* 2 */
	display: table;
	/* 1 */
	max-width: 100%;
	/* 1 */
	padding: 0;
	/* 3 */
	white-space: normal;
	/* 1 */
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
	vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */
textarea {
	overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */
[type=checkbox],
[type=radio] {
	box-sizing: border-box;
	/* 1 */
	padding: 0;
	/* 2 */
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
	height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type=search] {
	-webkit-appearance: textfield;
	/* 1 */
	outline-offset: -2px;
	/* 2 */
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */
[type=search]::-webkit-search-decoration {
	-webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
	-webkit-appearance: button;
	/* 1 */
	font: inherit;
	/* 2 */
}

/* Interactive
   ========================================================================== */
/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */
details {
	display: block;
}

/*
 * Add the correct display in all browsers.
 */
summary {
	display: list-item;
}

/* Misc
   ========================================================================== */
/**
 * Add the correct display in IE 10+.
 */
template {
	display: none;
}

/**
 * Add the correct display in IE 10.
 */
[hidden] {
	display: none;
}

html {
	font-size: 16px;
	scroll-behavior: smooth;
}

body {
	font-family: 'Roboto', sans-serif;
	font-weight: 400;
	color: #2E2E2E;
	box-sizing: border-box;
}

body * {
	box-sizing: inherit;
}

.container {
	max-width: 1210px;
	padding: 0 20px;
	margin: 0 auto;
}

@media (max-width: 425px) {
	.container {
		padding: 0 10px;
	}
}

.button {
	position: relative;
	z-index: 2;
	background: #D11A1A;
	background: linear-gradient(181.11deg, #FF8282 0.95%, #D11A1A 48.98%, #7A0000 99.05%);
	box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
	border-radius: 11px;
	font-weight: 700;
	font-size: 19px;
	line-height: 130%;
	padding-top: 26px;
	padding-bottom: 26px;
	text-transform: uppercase;
	width: 100%;
	max-width: 236px;
	margin-left: auto;
	margin-right: auto;
	color: #FFFFFF;
	display: flex;
	justify-content: center;
	transition: box-shadow 0.3s;
	border: none;
}

@media (max-width: 768px) {
	.button {
		max-width: 206px !important;
	}
}

@media (max-width: 425px) {
	.button {
		font-size: 1rem;
		width: 100%;
		padding: 18px;
	}
}

.button:hover {
	transition: box-shadow 0.3s;
	box-shadow: 0px 15px 15px rgba(95, 23, 23, 0.825);
	text-decoration: none;
}

.button:disabled {
	cursor: unset;
}

.button_sm {
	width: 280px;
	max-width: 100%;
}

@media (max-width: 425px) {
	.button_sm {
		width: 240px;
	}
}

.button_outline {
	background: transparent;
	border: 1.5px solid #362A0C;
	padding: 20px;
	box-shadow: none;
}

.button_outline:not(:disabled):hover {
	background: #F3F3F3;
}

a {
	color: #2E2E2E;
	text-decoration: none;
	cursor: pointer;
}

a:hover {
	text-decoration: underline;
}

li {
	list-style-type: none;
}

h1,
h2 {
	font-family: "Bebas Neue", sans-serif;
	margin-top: 0;
	margin-bottom: 0;
}

h1 {
	font-size: 2.125rem;
	line-height: 2.75rem;
}

@media (max-width: 600px) {
	h1 {
		font-size: 1.25rem;
		line-height: 1.5rem;
	}
}

h2 {
	font-size: 3.8889rem;
	line-height: 4.2778rem;
}

@media (max-width: 425px) {
	h2 {
		font-size: 2.2222rem;
		line-height: 2.4444rem;
	}
}

.highlight_blue {
	/* color: #0066FF; */
}

.highlight_orange {
	color: #FF9900;
}

.highlight_red {
	color: #D11A1A;
}

.mb-0 {
	margin-bottom: 0 !important;
}

.mt-0 {
	margin-top: 0;
}

.d-flex {
	display: flex;

}

.hidden {
	display: none;
}

@media (min-width: 1026px) {
	.desktop-hidden {
		display: none;
	}
}

@media (max-width: 1025px) {
	.mobile-hidden {
		display: none;
	}
}

@media (max-width: 768px) {
	.popup-mobile-hidden {
		display: none;
	}
}

@media (min-width: 769px) {
	.popup-desktop-hidden {
		display: none;
	}
}

.t-align {
	text-align: center;
}

.bold {
	font-weight: 700;
}

.mb-lg {
	margin-bottom: 80px !important;
}

@media (min-width: 425px) {
	.pd-sm {
		padding: 15px !important;
	}
}

.main {
	/* background: #000 url("https://iquiz.me/gym/ru/8/assets/images/main-bg.png") no-repeat; */
	/* background-size: cover; */
	height: 100vh;
	display: flex;
	justify-content: space-between;
	align-items: center;

}

@media (max-width: 768px) {
	.main {
		/* align-items: flex-start;
		padding-top: 80px; */
	}
}

.main__content {
	width: 66.5%;

}


.main__wrap-content {
	width: 72%;
	margin-left: auto;
	margin-right: 60px;
}

.main__wrap-image {
	/* height: 100%; */
	width: 53.5%;
}

.main__image {
	width: 100%;
	/* height: 100%; */
}



/* @media (max-width: 425px) {
  .main {
    background: url("https://iquiz.me/gym/ru/8/assets/images/main-bg-mobile.png") no-repeat;
    background-size: cover;
  }
} */
.main__title {
	font-family: 'Roboto', sans-serif;
	font-weight: 700;
	font-size: 48px;
	line-height: 120%;
	margin-bottom: 35px;
	color: #fff;
}

@media (max-width: 1025px) {
	.main__title {
		line-height: 120%;
		text-align: center;
	}
}

@media (max-width: 768px) {
	.main__title {
		font-size: 30px;
		line-height: 120%;
	}
}

.main__subtitle {
	display: flex;
	align-items: center;
	margin-bottom: 40px;
}

.main__subtitle img {
	width: 24px;
	margin-right: 7px;
}

.main__subtitle p {
	font-weight: 700;
	font-weight: 400;
	font-size: 18px;
	line-height: 120%;
	color: #FFFFFF;
}

.main__subtitle span {
	font-weight: 700;
}

@media (max-width: 1025px) {
	.main__subtitle {
		/* font-size: 14px; */
		justify-content: center;
	}
}

/* @media (max-width: 768px) {
	.main__subtitle {
	
		justify-content: center;
	}
} */

.main .button__index {
	max-width: 315px;
	margin-left: 0;
}

@media (max-width: 1025px) {
	.main .button__index {
		margin-left: auto;
	}
}

.questions {
	background: url("https://iquiz.me/gym/ru/8/assets/images/general-bg.png") no-repeat;
	background-position: 102% 100%;
	overflow: hidden;
}

@media (max-width: 1500px) {
	.questions {
		background: none;
	}
}

.questions__box {
	display: flex;
	min-height: 100vh;
	background: #0E0E0E;
}

@media (max-width: 1025px) {
	.questions__box::after {
		content: " ";
		position: absolute;
		top: 0;
		left: 0;
		width: 100%;
		height: 100%;
		background: rgba(0, 0, 0, 0.87);
	}


	.questions__box_1 {
		background: url(https://iquiz.me/gym/ru/8/assets/images/q1.jpg);
		background-repeat: no-repeat;
		background-size: cover;
		position: relative;
		background-position: center;
	}

	.questions__box_2 {
		background: url(https://iquiz.me/gym/ru/8/assets/images/q2.jpg);
		background-repeat: no-repeat;
		background-size: cover;
		position: relative;
		background-position: center;
	}

	.questions__box_3 {
		background: url(https://iquiz.me/gym/ru/8/assets/images/q3.jpg);
		background-repeat: no-repeat;
		background-size: cover;
		position: relative;
		background-position: center;
	}

	.questions__box_4 {
		background: url(https://iquiz.me/gym/ru/8/assets/images/q4.jpg);
		background-repeat: no-repeat;
		background-size: cover;
		position: relative;
		background-position: center;
	}

	.questions__box_5 {
		background: url(https://iquiz.me/gym/ru/8/assets/images/q5.jpg);
		background-repeat: no-repeat;
		background-size: cover;
		position: relative;
		background-position: center;
	}

	.questions__box_6 {
		background: url(https://iquiz.me/gym/ru/8/assets/images/q6.jpg);
		background-repeat: no-repeat;
		background-size: cover;
		position: relative;
		background-position: center;
	}

	.questions__box_7 {
		background: url(https://iquiz.me/gym/ru/8/assets/images/q7.jpg);
		background-repeat: no-repeat;
		background-size: cover;
		position: relative;
		background-position: center;
	}

	.questions__box_8 {
		background: url(https://iquiz.me/gym/ru/8/assets/images/q8.jpg);
		background-repeat: no-repeat;
		background-size: cover;
		position: relative;
		background-position: center;
	}

	.questions__box_9 {
		background: url(https://iquiz.me/gym/ru/8/assets/images/q9.jpg);
		background-repeat: no-repeat;
		background-size: cover;
		position: relative;
		background-position: center;
	}

	.questions__box_9 .questions__wrap .questions__title {
		margin-left: auto;
	}

	.questions__box_9 .questions__text {
		width: 90% !important;
	}

	.questions__box_10 {
		background: url(https://iquiz.me/gym/ru/8/assets/images/q10.jpg);
		background-repeat: no-repeat;
		background-size: cover;
		position: relative;
		background-position: center;
	}

	.questions__box_11 {
		background: url(https://iquiz.me/gym/ru/8/assets/images/q11.jpg);
		background-repeat: no-repeat;
		background-size: cover;
		position: relative;
		background-position: center;
	}

	.questions__box_12 {
		background: url(https://iquiz.me/gym/ru/8/assets/images/q12.jpg);
		background-repeat: no-repeat;
		background-size: cover;
		position: relative;
		background-position: center;
	}

	.questions__box_13 {
		background: url(https://iquiz.me/gym/ru/8/assets/images/q13.jpg);
		background-repeat: no-repeat;
		background-size: cover;
		position: relative;
		background-position: center;
	}

	.questions__box_14 {
		background: url(https://iquiz.me/gym/ru/8/assets/images/q14.jpg);
		background-repeat: no-repeat;
		background-size: cover;
		position: relative;
		background-position: center;
	}

	.questions__box_15 {
		background: url(https://iquiz.me/gym/ru/8/assets/images/q15.jpg);
		background-repeat: no-repeat;
		background-size: cover;
		position: relative;
		background-position: center;
	}

	.questions__box_16 {
		background: url(https://iquiz.me/gym/ru/8/assets/images/q16.jpg);
		background-repeat: no-repeat;
		background-size: cover;
		position: relative;
		background-position: center;
	}

	.questions__box_17 {
		background: url(https://iquiz.me/gym/ru/8/assets/images/q17.jpg);
		background-repeat: no-repeat;
		background-size: cover;
		position: relative;
		background-position: center;
	}

	.questions__box_18 {
		background: url(https://iquiz.me/gym/ru/8/assets/images/q18.jpg);
		background-repeat: no-repeat;
		background-size: cover;
		position: relative;
		background-position: center;
	}

}

.questions__box_end .questions__column_right {
	justify-content: center;
	padding-top: 90px;
}


.questions__content-right {
	width: 660px;
	max-width: 100%;
	margin-left: auto;
	margin-right: auto;
}

.questions__content {}

.main .questions__content-right {
	width: 700px;
	margin-left: auto;
	margin-right: 60px;
	max-width: 100%;
}


.questions__column_left {
	position: relative;
	display: flex;
	align-items: center;
	width: 45%;
	align-self: stretch;
}

.main .questions__column_left::after {
	content: " ";
	position: absolute;
	bottom: 0;
	left: -15px;
	width: 15px;
	height: 98.5%;
	background: #D11A1A;
	z-index: 2;
}

.main .questions__column_left::before {
	content: " ";
	position: absolute;
	bottom: 0;
	left: -15px;
	width: 100%;
	height: 15px;
	background: #D11A1A;
	z-index: 2;
}



.questions__column_left::after {
	content: " ";
	position: absolute;
	bottom: 0;
	right: -15px;
	width: 15px;
	height: 98.5%;
	background: #D11A1A;
	z-index: 2;
}

.questions__column_left::before {
	content: " ";
	position: absolute;
	bottom: 0;
	right: -15px;
	width: 100%;
	height: 15px;
	background: #D11A1A;
	z-index: 2;
}

@media (max-width: 1025px) {
	.questions__column_left {
		display: none;
	}
}

.questions__column_right {
	padding: 40px 40px 0px 40px;
	width: 55%;

}

@media (max-width: 1025px) {

	.questions__column_right::after {
		content: " ";
		position: absolute;
		bottom: 0;
		right: 0px;
		width: 10px;
		height: 97.5%;
		background: #D11A1A;
		z-index: 2;
	}

	.questions__column_right::before {
		content: " ";
		position: absolute;
		bottom: 0;
		right: 0px;
		width: 97.5%;
		height: 10px;
		background: #D11A1A;
		z-index: 2;
	}

	.main .questions__column_right::after {
		content: " ";
		position: absolute;
		bottom: 0;
		right: 0px;
		width: 10px;
		height: 97.5%;
		background: #D11A1A;
		z-index: 2;
	}

	.main .questions__column_right::before {
		content: " ";
		position: absolute;
		bottom: 0;
		right: 0px;
		width: 97.5%;
		height: 10px;
		background: #D11A1A;
		z-index: 2;
	}

	.main .questions__column_right {
		display: flex;
		justify-content: center;
		align-items: center;
		height: 100%;
	}


	.questions__column_right {
		margin: 0 auto;
		width: 100%;
		
		padding-bottom: 20px;
		position: relative;
		z-index: 2;
	}

	.main {
		background: url(https://iquiz.me/gym/ru/8/assets/images/main-img.jpg);
		background-repeat: no-repeat;
		background-size: cover;
		position: relative;
		background-position: top center;

	}

	.main::after {
		content: " ";
		position: absolute;
		top: 0;
		left: 0;
		width: 100%;
		height: 100%;
		background: rgba(0, 0, 0, 0.86);
	}
}

@media (max-width: 768px) {
	.questions__column_right {
		width: 100%;
	}

	.questions__form_wrap {
		display: flex;
		position: absolute;
		right: 0;
		top: 0;
		bottom: 0;
		margin: auto 0;
		align-items: center;
	}

	.questions .count__button {
		position: relative;
	}
}

@media (max-width: 425px) {
	.questions__column_right {
		padding: 0 20px 30px;
	}
}

.questions__form {
	margin-bottom: 45px;
	max-width: 660px;
}

@media (max-width: 768px) {
	.questions__form {
		margin-bottom: 25px;
	}
}

.questions__image {
	max-width: 100%;
}

@media (max-width: 1025px) {
	.questions__image {
		display: block;
		margin: 0 auto 30px;
	}

}

@media (max-width: 425px) {
	.questions__image {
		margin: 0 auto 20px;
	}
}

.questions__image_big {
	position: absolute;
	height: 100%;
	width: 100%;
	object-fit: cover;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
}



@media (max-width: 1025px) {
	.questions__image_big {
		margin-bottom: 30px;
		position: static;
		height: initial;
	}


}

@media (max-width: 425px) {
	.questions__image_big {
		margin-bottom: 20px;
		margin-left: -10px;
		margin-right: -10px;
		display: block;
		width: calc(100% + 20px);
		max-width: none;
	}
}

@media (max-width: 425px) {
	.questions__image_big-top {
		margin-top: -37px;
	}
}

@media (max-width: 1025px) {
	.main .questions__content-right {

		margin-right: auto;
		margin-left: auto;
	}
}


@media (max-width: 768px) {
	.main .questions__content-right {
		width: 90%;
	}

	.main-title {
		font-size: 30px;
		line-height: 120%;
		/* or 36px */

		text-align: center;
	}
}


.questions__title {
	font-weight: 700;
	font-size: 32px;
	line-height: 120%;
	/* or 38px */
	margin-left: auto;
	margin-right: auto;
	text-align: center;

	color: #FFFFFF;

	margin-bottom: 31px;
}

@media (max-width: 1025px) {
	.questions__title {
		margin-bottom: 50px;
	}
}

@media (max-width: 768px) {
	.questions__title {
		width: 85%;
		font-size: 22px;
		margin-bottom: 15px;
		margin-top: 20px;
	}
}

.questions__title_margin-sm {
	margin-bottom: 50px;
}

@media (max-width: 425px) {
	.questions__title_margin-sm-mobile {
		margin-bottom: 20px;
	}
}

.questions__subtitle {
	margin-bottom: 10px;
}

.questions__wrap {
	margin-bottom: 111px;
	z-index: 2;
	position: relative;
}

.questions__wrap .questions__title {
	font-weight: 700;
	font-size: 24px;
	line-height: 140%;
	/* identical to box height, or 34px */
	text-align: left;
	margin-bottom: 16px;
	/* Red */

	color: #D11A1A;
}



.questions__wrap-item .questions__title {
	text-align: center;
	margin-left: auto;
	margin-right: auto;
}

.questions__wrap-item .questions__text {
	text-align: center;
	margin-left: auto;
	margin-right: auto;
	width: 65%;
}

.questions__wrap-item {
	margin-bottom: 40px;
}

.questions__wrap .questions__subtitle {
	font-weight: 700;
	font-size: 20px;
	line-height: 140%;
	/* identical to box height, or 28px */
	color: #FFFFFF;

}

/* @media (max-width: 425px) {
	.questions__subtitle {
		margin-top: 40px;
	}
} */

.questions__text {
	font-size: 18px;
	line-height: 140%;
	/* or 25px */
	color: rgba(255, 255, 255, 0.7);
}



.questions__text_1 {
	margin-bottom: 16px;
	display: block;
}



/* @media (max-width: 425px) {
	.questions__text {
		margin-bottom: 10px;
	}
}

@media (max-width: 425px) {
	.questions__paragraph {
		font-size: 12px;
	}
} */

.questions__desc {
	margin-bottom: 10px;
}

.questions__purpose {
	margin-bottom: 60px;
}

@media (max-width: 768px) {
	.questions__wrap .questions__title {
		font-size: 18px;
		margin-left: 0;
	}

	.questions__text {
		font-size: 14px;
	}

	.questions__wrap .questions__subtitle {
		font-size: 16px;
		margin-top: 16px;
	}

	.questions__wrap {
		margin-bottom: 22px;
	}

	.questions__purpose {
		margin-bottom: 24px;
	}
}

/* @media (max-width: 425px) {
	.questions__purpose {
		margin-bottom: 18px;
	}
} */

.questions__item {
	display: block;
	max-width: 100%;
	width: 100%;
	background: #313131;
	/* background: rgba(255, 255, 255, 0.1); */
	cursor: pointer;
	margin-bottom: 20px;
	padding: 25px;
	font-weight: 400;
	font-size: 20px;
	line-height: 140%;
	/* identical to box height, or 28px */


	color: #FFFFFF;
}

@media (max-width: 425px) {
	.questions__item:last-child {
		margin-bottom: 0;
	}
}

@media (max-width: 768px) {
	.questions__item {
		padding: 18px;
		font-size: 16px;
		margin-bottom: 10px;
	}
}

.questions__item-body {
	position: relative;
	padding: 0 25px;
	max-width: 100%;
	width: 100%;
	display: flex;
	align-items: center;
	z-index: 2;
	/* justify-content: space-between; */
}

/* .questions__item-body:before {
	content: "";
	position: absolute;
	background: #0066FF;
	border-radius: 24px;
	width: 80px;
	height: 80px;
	left: 23px;
	top: calc(50% - 40px);
} */

.questions__item-body img {
	/* position: absolute;
	left: 63px;
	bottom: 0;
	transform: translateX(-50%); */
	margin-right: 35px;
}

.questions__item-title {
	font-weight: 700;
	font-size: 24px;
	line-height: 140%;
	/* identical to box height, or 34px */
	margin-bottom: 10px;
	color: #FFFFFF;
	display: block;
}



.questions__item-description {
	font-size: 20px;
	line-height: 140%;
	color: rgba(255, 255, 255, 0.7);
	width: 70%;
	display: block;
}

@media (max-width: 768px) {

	.questions__item-body {
		padding: 0 10px;
	}

	.questions__item-title {

		font-size: 16px;

	}

	.questions__item-description {
		font-size: 16px;
		width: 100%;

	}
}

.questions__item_purpose {
	position: relative;
	padding-left: 100px;
	z-index: 2;
}

.questions__item_purpose:before {
	content: "";
	position: absolute;
	background: transparent;
	display: flex;
	align-items: center;
	justify-content: center;
	border: 1px solid rgba(255, 255, 255, 0.5);
	width: 24px;
	height: 24px;
	left: 28px;
	top: calc(50% - 12px);
}

.questions input:checked+.questions__item {
	border: 2px solid #D11A1A;
}

.questions input:checked+.questions__item-body:before {
	background: white;
}

.questions input:checked+.questions__item-body span {
	color: #ffffff;
}

.questions input:checked+.questions__item_purpose:before {
	content: url(https://iquiz.me/gym/ru/8/assets/images/tick.svg);
	background: transparent;
	border: 2px solid #D11A1A;
}

.questions__input-text {
	display: block;
	max-width: 100%;
	width: 660px;
	background: transparent;
	border: 1px solid rgba(255, 255, 255, 0.2);
	cursor: pointer;
	margin-bottom: 0px !important;
	padding: 25px;
	font-size: 20px;
	line-height: 140%;
	color: rgba(255, 255, 255, 0.5);
}

@media (max-width: 1025px) {
	.questions__input-text {
		background: #313131;
		border: 1px solid rgba(255, 255, 255, 0.3);
	}
}

@media (max-width: 768px) {
	.questions__input-text {
		font-size: 16px;
		padding: 16px;
	}
}

@media (max-width: 425px) {
	/* .questions__input-text {
		padding: 18px;
		font-size: 12px;
		margin-bottom: 10px;
	} */
}

.questions__input-text:focus,
.questions__input-text:focus-visible,
.questions__input-text:active {
	border-color: #0066ff;
	outline: none;
}

.questions .input_number {
	position: relative;
}

.questions .input_number label {
	position: absolute;
	right: 50px;
	top: calc(50% - 9px);
	font-weight: 400;
	font-size: 18px;
	line-height: 20px;
	/* identical to box height, or 111% */

	text-transform: uppercase;

	color: rgba(208, 208, 208, 0.5);

}

.questions .count__button {
	position: absolute;
	background: transparent;
	border: none;
	right: 10px;
	width: 24px;
	height: 24px;
	border-radius: 50%;
	background: rgba(255, 255, 255, 0.1);
	display: flex;
	align-items: center;
	justify-content: center;
}

.questions .count__button_up {
	top: 15%;
}

.questions .count__button_down {
	bottom: 15%;
}

.questions input[type=radio],
.questions input[type=checkbox] {
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	display: none;
}

.questions input[type=number] {
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
}

.questions input::-webkit-outer-spin-button,
.questions input::-webkit-inner-spin-button {
	-webkit-appearance: none;
	margin: 0;
}

.questions__final-page {
	margin: auto 0;
}

.arrow-back_arrowBack__1_s8A {
	cursor: pointer;
}

@media (max-width: 1024px) {
	.quiz_indicator__1aZ7_ {
		margin-top: 0;
		margin-bottom: 0;
	}
}

.quiz-indicator_container__2NU8l {
	max-width: 660px;
	padding: 20px 0 16px;
	margin-bottom: 32px;
	margin-left: auto;
	margin-right: auto;
}

.questions__decoration {
	position: fixed;
	right: 0;
	bottom: 0;
}


@media (max-width: 1025px) {
	.quiz-indicator_container__2NU8l {
		padding-top: 0;
		margin-bottom: 50px;
	}

	.questions__decoration {
		width: 150px;
		opacity: 0.3;
	}
}

@media (max-width: 425px) {
	.quiz-indicator_container__2NU8l {
		margin-bottom: 0 !important;
	}
}

.quiz-indicator_bar__PFO9K,
.quiz-indicator_barFilled__DOO5T {
	position: relative;
	max-width: 100%;
	height: 4px;
	background: rgba(255, 255, 255, 0.2);

	/* border-radius: 2px; */
}

.quiz-indicator_barFilled__DOO5T {
	position: absolute;
	background: #D11A1A;
	-webkit-transition: width 0.1s ease-in;
	-o-transition: width 0.1s ease-in;
	transition: width 0.1s ease-in;
}

.quiz_progressContainer__1Glqz {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	width: 660px;
	max-width: 100%;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	margin-left: auto;
	margin-right: auto;
}

@media (max-width: 1025px) {
	.quiz_progressContainer__1Glqz {
		z-index: 111;
		margin: 15px 0 10px;
	}
}

@media (max-width: 425px) {
	.quiz_progressContainer__1Glqz {
		margin: 10px 0 10px;
	}
}

@media (max-width: 768px) {

	.questions__form_wrap {
		display: flex;
		position: absolute;
		right: 20px;
		top: 0;
		bottom: 0;
		margin: auto 0;
		align-items: center;

	}

	.questions .count__button {
		position: relative;
		right: 0;
		left: 0;
		top: 0;
		bottom: 0;
	}

	.questions .input_number label {
		position: relative;
		right: 0;
		left: 0;
		top: 0;
		bottom: 0;
		margin: 0 10px;
		font-size: 16px;
	}

	.questions .count__button_up img {
		transform: rotatez(90deg);
	}

	.questions .count__button_down img {
		transform: rotatez(90deg);
	}
}

.header_progress__oqWtS {
	font-weight: 400;
	font-size: 24px;
	line-height: 28px;
	display: flex;
	align-items: center;
	text-align: right;

	color: #FFFFFF;

	opacity: 0.5;
}

/* 
.header_currentProgress___WB0Q {
	color: #EA8C00;
} */

.margin-sm {
	margin-bottom: 50px;
}

@media (max-width: 425px) {
	.margin-sm-final {
		margin-bottom: 0 !important;
	}
}

.Loader_loader__3pijl {
	display: flex;
	align-items: center;
	height: 80px;
	margin-left: -50px;
}

@media (max-width: 1025px) {
	.Loader_loader__3pijl {
		margin-left: -40px;
	}
}

@media (max-width: 425px) {
	.Loader_loader__3pijl {
		margin-bottom: -23px;
	}
}

.Loader_loader__3pijl svg {
	transform: scale(0.5);
	width: 152px;
	min-width: 152px;
}

@media (max-width: 425px) {
	.Loader_loader__3pijl svg {
		transform: scale(0.4);
	}
}

.Loader_loader__3pijl circle {
	transition: stroke-dashoffset 0.1s;
	transform: rotate(-90deg);
	transform-origin: 50% 50%;
}

.Loader_loader__3pijl text {
	color: #111520;
	font-weight: 700;
	font-size: 14px;
	line-height: 34px;
}

.Loader_loader__3pijl :first-child {
	stroke: #cdced2;
}

.Loader_loader__3pijl :nth-child(2) {
	stroke: #0066FF;
}

@media (max-width: 1025px) {
	.loader__text-position {
		margin-left: -30px;
	}
}

/*# sourceMappingURL=styles.css.map */

.poll__body {
	max-width: 660px;
	width: 100%;
}

.result__line-container {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	height: 6px;
	width: 100%;
	margin-top: 12px;
	background-color: #fff;
	/* border-radius: 8px; */
	overflow: hidden;
}

.result__number {
	font-weight: 600;
	font-size: 16px;
	line-height: 1.2;
}

.result__item-list {
	display: -ms-grid;
	display: grid;
	gap: 35px;
}

.result__item:first-child .result__line {
	-webkit-animation-duration: 3.5s;
	animation-duration: 3.5s;
	-webkit-animation-timing-function: ease-out;
	animation-timing-function: ease-out;
}

.result__item:nth-child(2) .result__line {
	-webkit-animation-duration: 5s;
	animation-duration: 5s;
	-webkit-animation-timing-function: linear;
	animation-timing-function: linear;
}

.result__item:nth-child(3) .result__line {
	-webkit-animation-duration: 4s;
	animation-duration: 4s;
	-webkit-animation-timing-function: linear;
	animation-timing-function: linear;
}

.result__item:nth-child(4) .result__line {
	-webkit-animation-duration: 4.5s;
	animation-duration: 4.5s;
	-webkit-animation-timing-function: linear;
	animation-timing-function: linear;
}

.result__item:last-child .result__line {
	-webkit-animation-duration: 3s;
	animation-duration: 3s;
	-webkit-animation-timing-function: ease;
	animation-timing-function: ease;
}

.result__line {
	width: 0%;
	height: 100%;

	background: #D11A1A;
	/* border-radius: 8px; */
	-webkit-transition: width 0.25s ease-in-out;
	-o-transition: width 0.25s ease-in-out;
	transition: width 0.25s ease-in-out;
}

.result__line--animated {
	-webkit-animation-name: growth;
	animation-name: growth;
	-webkit-animation-fill-mode: forwards;
	animation-fill-mode: forwards;
	-webkit-animation-delay: 0.3s;
	animation-delay: 0.3s;
}

.result__content {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	margin-top: 10px;
}

.result__content--top {
	margin-top: 0;
	margin-bottom: 10px;
	font-weight: 600;
	color: #FF9B53;
}

.result__content--top .result__text {
	font-size: 16px;
}

.result__text {
	max-width: 75%;
	font-size: 20px;
	line-height: 140%;
	/* identical to box height, or 28px */


	color: #FFFFFF;
}

.result__percent {
	font-size: 24px;
	line-height: 140%;
	/* identical to box height, or 34px */


	color: rgba(255, 255, 255, 0.501);
}

.result__checks-block {
	margin-bottom: 30px;
	height: 43px;
}

.result__check {
	display: none;
	width: 40px;
	-webkit-animation-fill-mode: forwards;
	animation-fill-mode: forwards;
	-webkit-animation-duration: 1.5s;
	animation-duration: 1.5s;
}

.result__check:not(:last-child) {
	margin-right: 20px;
}

.result__bottom-text {
	font-size: 16px;
}

@media (max-width: 768px) {
	.result__text {
		font-size: 16px;
	}
	.result__percent {
		font-size: 18px;
	}
	.result__item-list {
		gap: 24px;
	}

}

@-webkit-keyframes growth {
	from {
		width: 0%;
	}

	to {
		width: 100%;
	}
}

/* @keyframes growth {
	from {
		width: 0%;
	}

	to {
		width: 100%;
	}
} */