/* Swiper Slider*/
.poll__slider
{
	overflow: hidden;
	height: 100%;
}

.swiper-wrapper
{
	height: 100%;
}

.swiper-slide
{
	background-color:var(--white);
}

@media (max-width: 990px)
{
	.first-slide
	{
	}
	
	.first-slide-meta
	{
		height: calc(100vh - var(--header-height) - var(--footer-height));
		grid-template-rows: 0.5fr 1fr;
	}
	
	.first-slide-text-wrapper
	{
		align-self: end;
	}
	
	.first-slide-text-wrapper h1
	{
		font-size: 27px;
	}
}

/*Вопрос*/
.question-title
{
	font-size: 20px;
	margin-bottom: calc(2 * var(--vu));
}

.question-control
{
	margin-bottom: calc(1.5 * var(--vu));
	font-size: 15px;
}

.question-control .radio-control + label,
.question-control .checkbox-control + label
{
	position: relative;
	display: block;
	padding-left: 40px;
}

.question-control .radio-control + label:before,
.question-control .checkbox-control + label:before
{
	content: "";
	display: block;
	position: absolute;
	left: 0;
	top: 3px;
}

.question-indexof
{
	display: grid;
	grid-template-columns: 50px auto;
	gap: 10px;
	font-size: 16px;
	margin-bottom:var(--gap);
}

.question-indexof.without-arrow
{
	grid-template-columns: auto;
}

.accent-color
{
	color: #519998;
}

.question-picture
{
	align-self: center;
	position: relative;
}

.question-image
{
	width: 100%;
	height: 100%;
	object-fit: cover;
}

@media (min-width: 990px)
{
	.question-title
	{
		font-size: 32px;
	}
	
	.question-indexof
	{
		font-size: 24px;
	}
	
	.question-control
	{
		font-size: 20px;
		margin-bottom:var(--gap);
	}
}

/*Инпуты*/
.input-control
{
	width: 100%;
	background-color: transparent;
	border: none;
	border-bottom: 1px solid #BABABA;
	padding: 0;
	height: calc(4 * var(--vu));
	font-size: 16px;
}

@media (min-width: 990px)
{
	.input-control
	{
		font-size: 20px;
	}
}

/*Стрелки*/
.slide-arrow
{
	display: block;
	width: 45px;
	min-height: 30px;
	background-size: 40px;
	background-repeat: no-repeat;
}

.prev-arrow
{
	background-image: url("data:image/svg+xml,%3Csvg width='49' height='24' viewBox='0 0 49 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M47 13.5C47.8284 13.5 48.5 12.8284 48.5 12C48.5 11.1716 47.8284 10.5 47 10.5V13.5ZM0.93934 10.9393C0.353553 11.5251 0.353553 12.4749 0.93934 13.0607L10.4853 22.6066C11.0711 23.1924 12.0208 23.1924 12.6066 22.6066C13.1924 22.0208 13.1924 21.0711 12.6066 20.4853L4.12132 12L12.6066 3.51472C13.1924 2.92893 13.1924 1.97918 12.6066 1.3934C12.0208 0.807612 11.0711 0.807612 10.4853 1.3934L0.93934 10.9393ZM47 10.5L2 10.5V13.5L47 13.5V10.5Z' fill='%23519998'/%3E%3C/svg%3E%0A");
	background-position: center left;
}

.next-arrow
{
	background-image: url("data:image/svg+xml,%3Csvg width='49' height='24' viewBox='0 0 49 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M2 13.5C1.17157 13.5 0.5 12.8284 0.5 12C0.5 11.1716 1.17157 10.5 2 10.5L2 13.5ZM48.0607 10.9393C48.6464 11.5251 48.6464 12.4749 48.0607 13.0607L38.5147 22.6066C37.9289 23.1924 36.9792 23.1924 36.3934 22.6066C35.8076 22.0208 35.8076 21.0711 36.3934 20.4853L44.8787 12L36.3934 3.51472C35.8076 2.92893 35.8076 1.97918 36.3934 1.3934C36.9792 0.807612 37.9289 0.807612 38.5147 1.3934L48.0607 10.9393ZM2 10.5L47 10.5V13.5L2 13.5L2 10.5Z' fill='%23519998'/%3E%3C/svg%3E%0A");
	background-position: center right;
}

.question-controls .next-arrow
{
	float: right;
	margin-top:var(--vu);
}

@media (min-width: 990px)
{
}
