.js-empty_message, .js-cottage{
	opacity: 1;
	transition: all 0.5s;
}

.js-empty_message.js-cottage_hide, .js-cottage.js-cottage_hide{
	opacity: 0;
	height: 0;
    overflow: hidden;
    margin: 0;
    width: 0;
    flex-basis: 0;
	transition: all 0.5s;
}