.tiles-item{
	padding: 0;
	margin-bottom: 20px;
	max-width: 100%;
}
.tiles-item .tiles-back, .tiles-item .tiles-front{
	box-shadow: none;
	right: 0;
	height: auto;
	min-height: 240px;
}
.tile-partner-name{
	font-size: 1.5em;
	margin-top: 20px;
	margin-bottom: 10px;
}
.tile-item-stock{
	text-align: right
}
.tile-item-stock > div{
	max-width: 152px;
	right: 0;
	text-align: left;
	position: relative;
	display: inline-block;
	background: #8abd25;
	color: #fff;
	padding: 10px;
	border-radius: 10px;
	font-size: 12px;
}
.tile-item-stock > div > span{
	font-size: 36px;
	line-height: 30px;
}
.tiles-item .tiles-back.light{
	background-color: inherit;
	background-blend-mode: inherit;
}
.tiles-back .tile-content{
	padding-bottom: 55px;
}
.tile-content .btn-group{
	position: absolute;
	bottom: 20px;
}
.btn.btn-default.btn-gradient{
	border: none;
	background: linear-gradient(87.14deg, #6BC707 15.14%, #B2D503 87.38%, #FAFF00 152.1%);
}
.tiles-item:hover .tiles-back, .tiles-item:focus .tiles-back, .tiles-item.active .tiles-back{
	transform: none;
}

#popup-partners-form h3{
	margin: 0px;
}
#popup-partners-form hr, #showMessageBlock hr{
	margin-left: -20px;
	margin-right: -20px;
	border-top: 2px solid #009e43;
}
.form-group{
	position: relative;
}
.form-group input{
	width: 100%;
	border: none;
	background: #F4F7FA;
	height: 42px;
	color: #333;
	box-shadow: none;
}
.form-group select{
	width: 100%;
	border: none;
	background: #f4f7fa;
	padding: 12px 6px;
	min-height: 42px;
	outline: none;
}
.form-group label{
	position: absolute;
	margin-top: 12px;
	margin-left: 10px;
	font-weight: 100;
	transition: all .3s;
	color: #333;
}
.form-group.active label, .form-group label.active{
	font-size: 10px;
	background: #fff;
	margin-top: -7px;
	margin-left: 10px;
	padding: 0px 5px;
}