﻿.params {
	float: right;
	position: relative;
}
.params__title {
	display: block;
}


.form-show-popup {
	display: none;
	position: absolute;
	right: 100%;
	top: 0;
	width: 150px;
	padding: 20px;
	background-color: #efe8d8;
	box-shadow: -7px 10px 17px 1px rgba(0,0,0,0.23);
}
.form-show-popup:after {
	content:'';
	display: block;
	width: 0;
	height: 0;
	position: absolute;
	right: -30px;
	top: 0;
	border-width: 30px 0px 0px 30px;
	border-style: solid;
	border-color: transparent transparent #e2d9c7 #e2d9c7;
}
.form-show-popup__value {
	display: inline-block;
	padding: 5px;
	border-radius: 9px;
	line-height: 17px;
	font-weight: bold;
	background-color: #fff;
}
.form-show-popup__button {
	cursor: pointer;
	color: #e10000;
	font-weight: bold;
	text-decoration: underline;
}
.form-show-popup__button:hover {
	color: #ff0000;
}