

/* Start:/local/templates/2018/components/bitrix/news.list/quest.vote.photos/style.css?17568069101926*/
.vote-photos-items {
	display: flex;
	justify-content: flex-start;
	flex-flow: row wrap;
	width: calc(100% + 40px);
	position: relative;
	left: -20px;
}
.vote-photo-item {
	margin: 20px;
	display: block;
	width: calc(33.333% - 40px);
}
.vote-photo-item-img {
	position: relative;
	display: block;
	margin-bottom: 20px;
	background-color: #FFF;
}
.vote-photo-item-img:before {
	content: '';
	display: block;
	width: 100%;
	padding-top: 100%;
}
.vote-photo-item-img img {
	display: block;
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
	width: 95%;
	height: 95%;
	object-fit: contain;
	object-position: center;
}
.vote-photo-item-vote table {
	width: 100%;
}

.vote-variants {
	display: flex;
	align-items: center;
	flex-flow: row wrap;
	justify-content: center;
}
.vote-variant-item {
	position: relative;
	margin: 0 8px;
	display: flex;
	align-items: center;
	justify-content: center;
	width: 30px;
	height: 30px;
	border: 1px solid #273051;
	background-color: #FFF;
	box-shadow: 2px 2px 8px 0 rgba(0,0,0,0.11);
	cursor: pointer;
}
.vote-variant-item-title {
	width: 100%;
	height: 100%;
	font-family: "GerberaBold";
	text-align: center;
	font-size: 14px;
	line-height: 32px;
	transition: .3s background-color ease, .3s color ease;
}
.vote-variant-item input {
	position: absolute;
	left: 0;
	top: 0;
	display: block;
	width: 100%;
	height: 100%;
	z-index: 10;
}
.vote-variant-item input:checked + .vote-variant-item-title {
	background-color: #273051;
	color: #FFF;
}
.iblock-vote-result {
	margin-bottom: 15px;
    font-family: "GerberaMedium";
    text-align: center;
    font-size: 16px;
    line-height: 1;
}

@media (hover: hover) {
	.vote-variant-item:hover .vote-variant-item-title {
		background-color: #273051;
		color: #FFF;
	}
}

@media screen and (max-width: 950px) {
	.vote-photos-items {
		width: 100%;
		left: 0;
	}
	.vote-photo-item {
		width: 100%;
		margin: 0 0 40px 0;
	}
}

/* End */
/* /local/templates/2018/components/bitrix/news.list/quest.vote.photos/style.css?17568069101926 */
