.mn-room a{
    text-decoration: none;
}
.mn-room .mn-btn-cat {
    display: inline-block;
}
.mn-room .mn-item {
    display: inline-block;
}
.mn-room .mn-hero-site{
    background-image: linear-gradient(#1f2528, #1f2528);
    background-repeat: no-repeat;
    background-size: 100% calc(100% - 313px);
    position: relative;
    z-index: 1;
}
.mn-room .mn-modal-text {
    max-width: 300px;
}
.mn-room .mn-message-sent{
    position: absolute;
    top: 0;
    left: 0;
    text-align: center;
    width: 100%;
    height: 100%;
    background: #000000b3;
    z-index: 100;
    align-content: center;
    flex-wrap: wrap;
    justify-content: center;
    font-size: 26px;
    display: none;
}

@media (max-width: 1199.98px) {
    .mn-room {
        background-size: 100% calc(100% - 200px);
    }
}
@media (max-width: 991.98px) {
    .mn-room {
        background-size: 100% calc(100% - 150px);
    }
}
@media (max-width: 767.98px) {
    .mn-room {
        background-size: 100% calc(100% - 100px);
    }
}
.mn-room .tg-button-wrap {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 20px 30px;
}
.mn-room .tg-button-wrap2 {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 20px 15px;
}
.mn-room .tg-button-wrap2 .icon-btn {
    text-align: center;
    height: 56px;
    width: 56px;
    line-height: 56px;
    font-size: 20px;
    box-shadow: 0px 16px 52px rgba(0, 0, 0, 0.07);
}






.mn-room h2, .mn-room h4 {
    text-transform: uppercase;
    line-height: 1.2;
}






.mn-room .gallery-cards .item figure,.mn-room .gallery-cards .swiper-slide figure {
    position: relative;
}
.mn-room .gallery-cards .hover-scale {
    overflow: hidden;
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    transform: translateY(0);
}
.mn-room .gallery-cards figure {
    margin: 0;
    padding: 0;
}
.mn-room .gallery-cards .hover-scale {
	 overflow: hidden;
	 -webkit-backface-visibility: hidden;
	 -moz-backface-visibility: hidden;
	 transform: translateY(0);
}
.mn-room .gallery-cards .hover-scale img {
	 transition: all 0.35s ease-in-out;
}
.mn-room .gallery-cards .hover-scale:hover img {
	 transform: scale(1.05);
}
.mn-room .gallery-cards figure img {
    width: 100%;
    max-width: 100%;
    height: auto!important;
}