.test {
	padding: 23px 0;
}

.test__inner {
	background-color: #000000;
	margin-bottom: 25px;
	position: relative;
	z-index: 0;
	overflow: hidden;
}

.test-background {
	width: 705px;
	right: 0;
	top: 116px;
	position: absolute;
	z-index: -1;

}	

.test p {
	font-family: 'Museo Sans Cyrl';
	font-style: normal;
	font-weight: normal;
	font-size: 14px;
	line-height: 17px;
	color: #000000;
	opacity: 0.6;
}

.test__header {
	display: flex;
	align-items: center;
	justify-content: space-between;
	padding: 15px 25px;
	background: linear-gradient(90.29deg, #CA3636 -0.45%, rgba(202, 54, 54, 0) 70.42%);
}

.test__contant-paginations {
	margin-top: 26px;
	margin-bottom: 43px;
	display: flex;
	align-items: center;
	justify-content: center;
	color: #FFFFFF;
}

.test__contant-paginations-number {
	margin-right: 19px;
	padding: 2px 10px;
	background-color: #3c3c3c85;
	font-family: 'Open Sans';
	font-style: normal;
	font-weight: bold;
	font-size: 18px;
	line-height: 28px;
	text-align: center;
	border-radius: 15.5px;
	color: #FFFFFF;
}

.test__contant-paginations-dots {
	display: flex;
	align-items: center;
	justify-self: flex-start;
}

.test__contant-paginations-dots-item {
	margin-right: 8px;
	width: 10px;
	height: 10px;
	left: 576px;
	top: 283px;
	background: #3C3C3C;
	border-radius: 50%;
	opacity: 0.5;
}

.test__contant-paginations-dots-item.active {
	background: #FFFFFF;
	opacity: 1;
}

.test__header-title {
	font-family: 'Oswald';
	font-style: normal;
	font-weight: bold;
	font-size: 40px;
	line-height: 121.5%;
	text-transform: uppercase;
	color: #FFFFFF;
}

.test__content {
	padding: 20px 25px;
	width: 100%;

}

.test__contant-title {
	margin-bottom: 51px;
	width: 580px;
	/* height: 219px; */
	left: 50px;
	top: 345px;
	font-family: Oswald;
	font-style: normal;
	font-weight: normal;
	font-size: 45px;
	line-height: 121.5%;
	color: #FFFFFF;
}

.test__author {
	max-width: 1181px;
	margin: 0 auto;
}

.test__btn {
	width: 261px;
	height: 70px;
	padding: 20px 20px 20px 48px;
	outline: none;
	cursor: pointer;
	background-color: #CA3636;
	display: flex;
	align-items: center;
	justify-content: flex-start;
	border: none;
	border-radius: 5px;
	font-family: Museo Sans Cyrl;
	font-style: normal;
	font-weight: 600;
	font-size: 22px;
	line-height: 26px;
	color: #FFFFFF;
	margin: 0 auto;
	transition: background-color 0.4s ease-in-out;
}

.test__btn span {
	margin-right: 34px;
}

.test__btn:hover{
	background-color: #A82525;
}

.test__btn:active{
	background-color: #CA3636;
}

.test__btn.disabled {
	opacity: 0.2;
	pointer-events: none;
}

.test__btn.disabled:hover {
	background-color: #CA3636;
}

.test__discriptions {
	margin-top: 48px;
	font-family: 'Open Sans';
	font-style: normal;
	font-weight: 600;
	font-size: 16px;
	line-height: 28px;
	text-align: justify;
	letter-spacing: 0.07em;
	color: #FFFFFF;
	opacity: 0.8;
}



.test__contant-qustions-radio.table {
	margin-top: 10px;
	padding-left: 24px;
	width: calc((100% - 40px) / 4);
	font-size: 24px;
	line-height: 31px;
	height: 120px;
}

.test__contant-qustions-radio.table-midle {
	margin-top: 10px;
	padding-left: 24px;
	width: calc((100% - 40px) / 4);
	font-size: 26px;
	line-height: 31px;
}

.test__contant-qustions-radio.table-big {
	margin-top: 10px;
	padding-left: 24px;
	width: calc((100% - 40px) / 4);
	font-size: 26px;
	line-height: 31px;
	height: 301px;
	flex-direction: column;
	justify-content: center;
	align-items: flex-start;
}

.test__contant-qustions-radio.table-bigger {
	margin-top: 10px;
	padding-left: 24px;
	width: calc((100% - 40px) / 3);
	font-size: 26px;
	line-height: 31px;
	height: 301px;
	flex-direction: column;
	justify-content: center;
	align-items: flex-start;
}

.test__contant-qustions-radio.table-big p,
.test__contant-qustions-radio.table-bigger p {
	font-size: 18px;
	line-height: 24px;
	font-family: 'Museo Sans Cyrl';
	font-style: normal;
	font-weight: 600;
	color: #FFFFFF;
	opacity: 1;
}

.test__contant-qustions-radio.table-big:hover p,
.test__contant-qustions-radio.table-bigger:hover p {
	color: #3C3C3C;
}
.test__contant-qustions-radio.table-big.active p,
.test__contant-qustions-radio.table-bigger.active p {
	color: #3C3C3C;
}

.test__contant-qustions-radio.table-big:hover,
.test__contant-qustions-radio.table-bigger:hover {
	font-size: 26px;
	line-height: 31px;
	height: 301px;
	flex-direction: column;
	justify-content: center;
}

.test__contant-qustions-radio.table-big:hover br,
.test__contant-qustions-radio.table-bigger br {
	display: none;
}

.test__contant-qustions-radio.table-big.active br,
.test__contant-qustions-radio.table-bigger.active br {
	display: none;
}

.test__contant-qustions-radio.table-big.active,
.test__contant-qustions-radio.table-bigger.active {
	margin-top: 10px;
	font-size: 26px;
	line-height: 31px;
	height: 301px;
	flex-direction: column;
	justify-content: center;
}

.test__contant-qustions-radio.table:hover {
	padding-left: 70px;
}
.test__contant-qustions-radio.table.active {
	padding-left: 70px;
}

.test__contant-qustions-radio.table:nth-child(9), 
.test__contant-qustions-radio.table:nth-child(10), 
.test__contant-qustions-radio.table:nth-child(11), 
.test__contant-qustions-radio.table:nth-child(12) {
	height: 164px;
}

.test__contant-qustions-radio.table:nth-child(1), 
.test__contant-qustions-radio.table:nth-child(2), 
.test__contant-qustions-radio.table:nth-child(3), 
.test__contant-qustions-radio.table:nth-child(4) {
	margin-top: 0;
}

.test__contant-qustions-select-wrap {
	float: left;
	position: relative;
}

.test__contant-qustions-select-wrap.search {
	float: left;
	position: relative;
	background-color: #fff;
	border-radius: 15px 15px 15px 15px;
}

.test__contant-qustions-select-input {
	width: 386px;
	height: 72px;
	font-size: 18px;
	padding: 10px 60px 10px 40px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box; 
	box-sizing: border-box; 
	display: block;
	background-clip: padding-box;
	border: 1px solid #ced4da;
	border-radius: .25rem;
	transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out;
	cursor: pointer;
	outline: none;
	background: #3c3c3c7e;
	border-radius: 60px;
	font-family: 'Museo Sans Cyrl';
	font-style: normal;
	font-weight: 600;
	font-size: 24px;
	line-height: 31px;
	transition: border-radius 0.2s ease;
	border: none;
	color: #ffffff88;
}

.test__contant-qustions-select-input::-webkit-input-placeholder {
	margin-left: 5px;
	font-family: 'Museo Sans Cyrl';
	font-style: normal;
	font-weight: normal;
	font-size: 22px;
	line-height: 26px;
	/* text-align: center; */
	color: #3C3C3C;
	opacity: 0.5;
}

.test__contant-qustions-select-input::-moz-placeholder{
	font-family: 'Museo Sans Cyrl';
	font-style: normal;
	font-weight: normal;
	font-size: 22px;
	line-height: 26px;
	/* text-align: center; */
	color: #3C3C3C;
	opacity: 0.5;
}/* Firefox 19+ */
.test__contant-qustions-select-input:-moz-placeholder {
	font-family: 'Museo Sans Cyrl';
	font-style: normal;
	font-weight: normal;
	font-size: 22px;
	line-height: 26px;
	/* text-align: center; */
	color: #3C3C3C;
	opacity: 0.5;
}/* Firefox 18- */
.test__contant-qustions-select-input:-ms-input-placeholder {
	font-family: 'Museo Sans Cyrl';
	font-style: normal;
	font-weight: normal;
	font-size: 22px;
	line-height: 26px;
	/* text-align: center; */
	color: #3C3C3C;
	opacity: 0.5;
}

.test__contant-qustions-select-wrap.select input {
	background: #fff;
	color: #3C3C3C;
}


.test__contant-qustions-select-wrap.search .test__contant-qustions-select-input {
	padding-left: 60px;
	background: #F2F2F2;
	border-radius: 15px 15px 0px 0px;
}
.test__contant-qustions-select-wrap.select .test__contant-qustions-select-input {
	font-size: 16px;
}

.test__contant-qustions-select-wrap.search svg {
	display: block;
}
.test__contant-qustions-select-wrap.search .test__search-icon-arrow {
	transform: rotate(180deg);
}

.test__contant-qustions-select {
	/* margin-right: 10px; */
	display: none;
	list-style-type: none;
	background-color: #fff;
	border-radius: 0 0 5px 5px;
	border: 1px solid #add8e6;
	border-top: none;
	max-height: 180px;
	margin: 0;
	overflow-y: scroll;
	overflow-x: hidden;
	padding: 0;
	
}

.test__contant-qustions-select {
	max-width: 97%;
	/* padding-right: 20px; */
	/* border-top-color: #fff; */
}

.test__contant-qustions-select::-webkit-scrollbar-track
{
	/* -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3); */
	border-radius: 10px;
	border: none;
	/* background-color: #F5F5F5; */
	background: #F2F2F2;
}
	
.test__contant-qustions-select::-webkit-scrollbar {
	width: 7px;
	max-height: 20px;
	border: none;
	/* background-color: #F5F5F5; */
}

.test__contant-qustions-select::-webkit-scrollbar-button {
	height: 10px;
	border: none;
}
	
.test__contant-qustions-select::-webkit-scrollbar-thumb {
	border-radius: 60px;
	height: 31px;
	background: #3C3C3C;
	border: none;
}
	
.test__contant-qustions-select-input {
  text-overflow: ellipsis;
    white-space: nowrap;
    overflow:hidden;
}

.test__contant-qustions-select {
	border: none;
}


.test__contant-qustions-select.active {
	display: block;
}

.test__contant-qustions-select-option {
	padding: 7px 10px;
	cursor: pointer;
	color: #6e6e6e;
}

.test__contant-qustions-select-option {
	font-family: 'Museo Sans Cyrl';
	font-style: normal;
	font-weight: normal;
	font-size: 22px;
	line-height: 26px;
	color: #3C3C3C;
	max-width: 300px;
}

.test__contant-qustions-select-option.selected {
	color: #CA3636;
}

.test__search-icon {
	position: absolute;
	top: 26px;
	left: 18px;
	pointer-events: none;
	display: none;
}

.test__search-icon-arrow {
	position: absolute;
	right: 32px;
	top: 32px;
}

.test__btn-prev {
	background: none;
	border: none;
	outline: none;
	border-radius: 50%;
	cursor: pointer;
	display: flex;
	align-items: center;
	position: absolute;
	display: flex;
	align-items: center;
	bottom: 200px;
}

.test__btn-prev span {
	margin-left: 10px;
	font-family: 'Museo Sans Cyrl';
	font-style: normal;
	font-weight: 600;
	font-size: 16px;
	line-height: 19px;
	color: #FFFFFF;
}


.test__contant-qustions-toggle-wrap {
	display: flex;
	align-items: center;
	justify-content: center;
}

.test__contant-qustions-toggle {
	width: 205.15px;
	height: 72px;
	display: flex;
	align-items: center;
	justify-content: center;
	background: #3c3c3c80;
	border-radius: 35px 0px 0px 35px;
	cursor: pointer;
}

.test__contant-qustions-toggle span {
	font-family: 'Museo Sans Cyrl';
	font-style: normal;
	font-weight: 600;
	font-size: 26px;
	line-height: 31px;
	text-align: center;
	color: #FFFFFF;
}

.test__contant-qustions-toggle input {
	display: none;
}


.test__contant-qustions-toggle.active {
	background: #FFFFFF;
	color: #3C3C3C;
	box-shadow: 0px 4px 18px rgba(0, 0, 0, 0.25);
}
.test__contant-qustions-toggle.active span {
	color: #3C3C3C;
}

.test__contant-qustions-toggle:last-child {
	border-radius: 0px 35px 35px 0px;
	position: relative;
}

.test__contant-qustions-toggle:last-child::before {
	content: '';
	position: absolute;
	width: 2px;
	height: 100%;
	background-color: #000;
	left: -1px;
}

.test__contant-qustions-number {
	width: 386px;
	height: 72px;
	background: #3c3c3c7e;
	border-radius: 60px;
	position: relative;
	display: flex;
	align-items: center;
	justify-content: center;
}

.test__contant-qustions-number span {
	font-family: 'Museo Sans Cyrl';
	font-style: normal;
	font-weight: normal;
	font-size: 35px;
	line-height: 42px;
	text-align: center;
	color: #FFFFFF;
	display: none;
}

.test__contant-qustions-number input {
	/* display: none; */
	width: 386px;
	height: 72px;
	background: #3c3c3c7e;
	border-radius: 60px;
	position: relative;
	display: flex;
	align-items: center;
	justify-content: center;
	outline: none;
	border: none;

	font-family: 'Museo Sans Cyrl';
	font-style: normal;
	font-weight: normal;
	font-size: 35px;
	line-height: 42px;
	text-align: center;
	color: #FFFFFF;
	/* display: none; */
}

input[type="number"]::-webkit-outer-spin-button,
input[type="number"]::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

input[type='number'] {
	-moz-appearance: textfield;
}

.test__number-left,
.test__number-right {
	cursor: pointer;
	opacity: 0.5;
	position: absolute;
}

.test__number-left:active,
.test__number-right:active {
	opacity: 1;
}

.test__number-left {
	left: 30px;
}

.test__number-right {
	right: 30px;
}

.test__inner.text__inner--answer {
	padding-bottom: 30px;
}
.test__inner.text__inner--answer .test__btn-prev {
	bottom: 10px;
	left: auto;
	right: 25px;
}
.test__inner.text__inner--answer .test__content {
	padding-top: 0;
}
.test__inner.text__inner--answer .test__contant-paginations {
	display: none;
}
.test__inner.text__inner--answer .test__contant-title {
	display: none;
}

@media (max-width: 530px) {
	.test__header-title {
		max-width: 218px;
	}
}

.test__contant-qustions-number-error {
	top: -110px;
	padding: 25px 9px 27px 21px;
	position: absolute;
	width: 271px;
	height: 96px;
	background: #FFFFFF;
	box-shadow: 0px 4px 18px rgba(0, 0, 0, 0.25);
	border-radius: 15px;
	font-family: 'Museo Sans Cyrl';
	font-style: normal;
	font-weight: normal;
	font-size: 16px;
	line-height: 19px;
	display: flex;
	align-items: center;
	color: #3C3C3C;
	/* display: none; */
	opacity: 0;
	transition: opacity 0.5s;
	pointer-events: none;
}

.test__contant-qustions-number-error.active {
	display: block;
	opacity: 1;
}

.test__contant-qustions-number-error::after {
	content: '';
	position: absolute;
	left: 50%;
	transform: translateX(-50%);
	bottom: -12px;
	border: 10px solid transparent;
  border-left: 10px solid #fff;
  border-top: 10px solid #fff;
}
