/*
* Prefixed by https://autoprefixer.github.io
* PostCSS: v7.0.29,
* Autoprefixer: v9.7.6
* Browsers: last 4 version
*/

.favorite__item {
}
.favorite__item-inner{
	position: relative;
	padding: 40px 16px 70px 16px;
	border: 1px solid #939393;
	width: 100%;
	height: 100%;
}
.favorite__item_title{
	font-family: "Montserrat", sans-serif;
	font-weight: bold;
	font-size: 14px;
	min-height: 57px;
}
.favorite__salary {
	font-family: "Montserrat", sans-serif;
	font-weight: bold;
	line-height: 17px;
	margin-bottom: 16px;
	min-height: 34px;
}
.del-tooltip{
	margin-bottom: 16px;
}
.favorite__item__footer {
	position: absolute;
	bottom: 20px;
	left: 16px;
	right: 16px;
}
.favorite__item .favorite__label-close{
	margin: 0;
	text-align: center;
	padding: 8px 0;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
}
.v-item-data:not(:last-child){
	margin-bottom: 8px;
	margin-right: 7px;
}
.favorite__item-top{
	/* position: absolute; */
	/* top: 34px; */
}
.v-item-data__title{
	color: #77787B;
	margin-bottom: 4px;
}
.v-item-wrap{
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	/* margin-top: 86px; */
}
.favorite__item{
	/* height: 372px; */
	position: relative;
}
.f-more-link{
	/* position: absolute; */
	/* bottom: 17px; */
	/* z-index: 0; */
}
.f-item-separate{
	/* position: absolute; */
	/* bottom: 44px; */
	height: 1px;
	/* left: 16px; */
	/* width: calc(100% - 32px); */
	/* margin: 0; */
}
.f-close{
	top: 16px;
	right: 16px;
	width: 12px;
	height: 12px;
	position: absolute;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	cursor: pointer;
	z-index: 2;
}
.favorite__item .favorites__tooltipster{
	z-index: 0;
}
.f-close__line{
	position: absolute;
	height: 1px;
	width: 100%;
	background-color: #333333;
}
.f-close__line:last-child{
	-webkit-transform: rotate(-45deg);
	-ms-transform: rotate(-45deg);
	transform: rotate(-45deg);
}
.f-close__line:first-child{
	-webkit-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	transform: rotate(45deg);
}
.favorites__tooltipster label {
	margin-bottom: 0;
}
.f-overlay.f-overlay--no-events{
	z-index: 1;
	pointer-events: none;
}
.js-btn-favorite{
	width: 182px;
}
.favorite__item.opacity-05{
	opacity: .5;
}
.favorite__item.opacity-05 .close-tooltip{
	pointer-events: none;
}

.message__empty-cards h2 {
	font-family: 'Montserrat', sans-serif;
	font-weight: bold;
	margin-bottom: 15px;
	text-align: center;
}
.message__empty-cards p {
	font-size: 18px;
	text-align: center;
}
.svg-heart {
	width: 21px;
	height: 20px;
	fill: transparent;
	color: transparent;
	stroke: #384C76;
	stroke-width: 1px;
	cursor: pointer;
	margin-left: 4px;
}
@media screen and (max-width: 767px){
	.js-btn-favorite{
		width: 100%;
	}
	.favorite__item_title,
	.favorite__salary {
		min-height: 100%;
	}
}