.wrapperRooms {
	margin-bottom: 75px;
}
.wrapperRooms .swiper-button-disabled {
	display: none;
}
.wrapperRooms .headingPage_center {
	margin-bottom: 35px;
}
.wrapperRooms .categorySection {
	position: relative;
	border-radius: var(--small-radius);
	overflow: hidden;
}
.wrapperRooms .blackBlock {
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	display: flex;
	align-items: center;
	justify-content: center;
	background: rgba(42, 42, 42, 0.65);
	color: #fff;
	text-transform: uppercase;
	font-size: 14px;
	transition: all 0.5s ease 0s;
}
.wrapperRooms .blackBlock .nameSection {
	font-weight: 500;
}
.wrapperRooms .categorySection:hover .blackBlock{
	opacity: 0;
}
