area:hover + div {
	display: block;
	background: white;
	position: fixed;
	bottom: -45px;
	right: 50%;
	width: 300px;
	margin-right: -150px;
	border-radius: 30px;
	text-align: center;
	border: solid 0;
	padding: 10px;
	Padding-bottom: 55px;
	font-size: 12pt;
    Line-height: 1.4;
    font-family: 'TildaSans';
    z-index: 999;
    
}

area + div {
	display: none;
}

area {
	display: block !important;
}

.free-region {
    background-color: #8aac1a !important;
    color: #ffffff;
}

.sell-region {
    background-color: #af2100 !important;
    color: #ffffff;
}

.reserved-region {
    background-color: #ff9e26 !important;
    color: #ffffff;
}

.m-1 {
    z-index: -1 !important;
}

.m998 {
    z-index: 998 !important;
}

.m999 {
    z-index: 999 !important;
}

.top-radius-middle {
    border-radius: 10px 10px 0px 0px;
    overflow: hidden;
}

a:hover {
    opacity: 80%;
}

/* Анимация стандартного блока с новостями */
.t-feed__slds-wrapper {
    transition: transform 0.2s ease-in-out;
}

.t-feed__slds-wrapper:hover {
    transform: translateY(-5px);
}

.t-slds {
overflow: visible;
}

.t-feed__col-grid__post-wrapper {
    transition: transform 0.2s ease-in-out;
}

.t-feed__col-grid__post-wrapper:hover {
    transform: translateY(-5px);
}