.dislike{
	background: url(/images/dislike_transp.svg)no-repeat;
	width:60px;
	height:60px;
	background-size:cover;
	border: 2px solid #fff;
	border-radius: 100%;
	cursor:pointer;
}
.dislikeStart {
	background:none;
	background-color: #51b500;
	border: none;
	display: flex;
	align-items: center;
	justify-content: center;
	color: #fff;
	font-weight: 600;
	border:3px solid #0d0;
}
.like{
	background: url(/images/like_transp.svg)no-repeat;
	width:60px;
	height:60px;
	background-size:cover;
	border: 2px solid #fff;
	border-radius: 100%;
	cursor:pointer;
}
.like-friend{
	background: none;
	padding-top:10px;
}
.inactive{
	opacity:0.33;
}

.points_center{
	width:70px;
	height:70px;
	border-radius: 70px;
	font-size:16px;
	min-width:70px;
	min-height:70px;
	/*border: 3px solid #342662;*/
	border: 5px solid #fff099;
	font-weight:bold;
	display: flex;
	justify-content: center;
	align-items: center;
	/*background: #693CEE;*/
	line-height: 1;
	background: linear-gradient(to bottom, #ffd700 0%,#eda900 100%);
	color: #1f1f1f;
	text-align:center;
	cursor:pointer;
	position:relative;
}
#recommendations_points_center_k1 {
	border: 3px solid #342662 !important;
	/*background: #693CEE;*/
	background:#FF1493 !important;
	color:#fff;
}
.anketa_bottom_menu {
	margin:10px 0 0px 0;
	justify-content: space-between;
	width: 100%;
	align-items: center;
	padding: 0 5%;
	position:absolute;
	bottom:0;
	background: linear-gradient(to bottom, rgba(255, 255, 255, 0), rgba(0, 0, 0, 0.9));
	/*padding-bottom: 8px;*/
}
@media (min-width: 768px) {
	.anketa_bottom_menu {
		padding: 15px 28%;
	}
}
#anketa_wait_recommendations {
	padding:12px 0;
	margin-bottom:10px;
	width:100%;
	background-color: #0c8d38;
	display:none;
}