.background_favourite {
	position: fixed;
	left: 0;
	bottom: 20px;
	height: calc(100% - 190px);
	width: 100%;
	background: white;
}

.lost-content .img_block {
	position: fixed;
    top: 100px;
    left: unset;
    right: 180px;
    height: calc(100% - 100px);
    z-index: 4;
}

.lost-hero {
	position: fixed;
	top: calc(50% - 40px);
	color: #ccc;
}

.lost-desc {
	position: fixed;
	top: calc(50% - 20px);
	right: 40%;
	display: block;
	width: 60%;
	text-align: right;
	font-size: 40px;
	font-weight: bold;
	font-family: 'avenir_next_lt_probold';
}


.img_no_favourite{
	pointer-events: none;
}

.disabled_favourite{
	opacity:0.5;
}
.cursor_not_allowed{
	cursor:not-allowed;
}