.yandex_plus {
	display: inline-block;
	height: 14px;
	line-height: 14px;
	position: relative;
}
.yandex_plus:after {
	content: "";
	display: block;
	height: 0;
	clear: both;
}
.yandex_plus-label {
	display: block;
	float: left;
	height: 100%;
	/*min-width: 47px;*/
	background: linear-gradient(to right, #fe5b4f, #8440ee);
	border-radius: 7px 2px 2px 7px;
	padding-right: 3px;
}
.yandex_plus-label.has-popup {
	cursor: pointer;
}
.yandex_plus-label:before {
	content: "";
	display: block;
	float: left;
	width: 15px;
	height: 100%;
	background: url(img/plus.png) no-repeat 2px center;
}
.yandex_plus-label_count {
	display: block;
	float: left;
	height: 100%;
	font-size: 12px;
	font-weight: 700;
	color: #fff;
	white-space: nowrap;
}
.yandex_plus-text {
	display: block;
	float: left;
	font-size: 12px;
	font-weight: 700;
	text-align: left;
	height: 100%;
	padding-left: 3px;
}
.yandex_plus-popup {
	position: absolute;
	width: 400px;
	border: #dee1e2 1px solid;
	box-shadow: 0px 4px 9px 0px rgba(28, 29, 31, 0.21);
	background: #fff;
	left: -2px;
	top: calc(100% + 18px);
	z-index: 10;
	cursor: auto;
	display: none;
}
.yandex_plus-popup:before {
	content: "";
	position: absolute;
	width: 27px;
	height: 11px;
	background: url(/local/templates/fissman_fast/images/halva-popup-arrow.png) no-repeat;
	top: -11px;
	left: 7px;
}
.yandex_plus-popup_wrap {
	display: block;
	padding: 20px;
}
@media screen and (max-width: 1280px) {
	.yandex_plus-popup {
		width: 350px;
	}
}
@media screen and (max-width: 1100px) {
	.yandex_plus-popup {
		left: -65px;
	}
	.yandex_plus-popup:before {
		left: 70px;
	}
}
@media screen and (max-width: 980px) {
	.yandex_plus-popup {
		left: -140px;
	}
	.yandex_plus-popup:before {
		left: 145px;
	}
}
@media screen and (max-width: 800px) {
	.yandex_plus-popup {
		left: 0;
	}
	.yandex_plus-popup:before {
		left: 6px;
	}
}
@media screen and (max-width: 500px) {
	.yandex_plus-popup {
		left: 50%;
		margin-left: -175px;
	}
	.yandex_plus-popup:before {
		left: 50%;
		margin-left: -55px;
	}
}
@media screen and (max-width: 360px) {
	.yandex_plus-popup {
		width: 320px;
		margin-left: -160px;
	}
}