.page-404 .navbar-brand svg.svg-logo {
	display: none;
}
.page-404-wrap {
	justify-content: center;
	display: grid;
	text-align: center;
}
.page-404-img-bg {
	max-width: max-content;
	width: auto;
	position: absolute;
	top: -8rem;
	left: 0;
	right: 0;
	bottom: 2rem;
	margin: 0 auto;
	z-index: -1;
}
.page-404-img-bg img {
    width: 90%;
}
.page-404-wrap h1 {
	background: linear-gradient(219.62deg, rgba(255, 255, 255, 0) 10.62%, #ffffff 59.74%);
	-webkit-background-clip: text;
	background-clip: text;
	color: transparent;
	text-shadow: 0px 4px 34px rgba(0, 0, 0, 0.05);
	font-weight: 700;
	font-size: 250px;
	line-height: 100%;
	text-align: center;
	vertical-align: middle;
}
.page-404-wrap h2 {
	font-size: 40px;
	line-height: 100%;
	text-align: center;
	vertical-align: bottom;
	margin-top: 10px;
}

.page-404-text {
	font-weight: 400;
	font-size: 20px;
	line-height: 150%;
	text-align: center;
	margin-top: 10px;
}
.page-404-link {
	color: #469c4f;
	font-weight: 600;
	font-size: 20px;
	line-height: 150%;
	text-align: center;
	margin-top: 24px;
}
.page-404-link svg {
	margin-bottom: 0.3rem;
	margin-right: 10px;
}
.page-404-link a {
	color: #469c4f;
}

@media (max-width: 768px) {
	.page-404-img-bg {
		top: -4rem;
	}
	.page-404-wrap h1 {
		font-size: 150px;
	}
}
@media (max-width: 380px) {
	.page-404-img-bg {
		top: -3rem;
	}
	.page-404-wrap h1 {
		font-size: 120px;
	}
	.page-404-wrap h2 {
		font-size: 35px;
	}
}
.selection-of-baths-section {
    padding-bottom: 0!important;
}
.selection-of-baths-section h2 {
    font-family: Arsenal;
    font-weight: 700;
    font-size: 60px;
    line-height: 100%;
    text-align: center;
    vertical-align: bottom;
    margin-bottom: 44px;
}
.selection-of-baths-wrap .card {
    position: relative;
    border: none;
    border-radius: 20px;
    height: 420px;
}
.selection-of-baths-wrap .card-img {
    position: absolute;
    z-index: -1;
}
.selection-of-baths-wrap .card-info {
    position: absolute;
    color: #fff;
    display: contents;
    height: 100%;
}
@media (max-width: 1399.99px) {
    .selection-of-baths-wrap .card {
        height: 350px;
    }
}
@media (max-width: 1199.99px) {
    .selection-of-baths-wrap .card {
        height: 290px;
    }
}
@media (max-width: 991.99px) {
    .selection-of-baths-wrap .card {
        height: 330px;
    }
}
@media (max-width: 767.99px) {
    .selection-of-baths-section h2 {
        font-size: 45px;
    }
}

@media (max-width: 575.99px) {
    .selection-of-baths-section {
        padding-top: 0 !important;
    }
    .selection-of-baths-wrap .card {
        height: 333px;
        margin: auto;
    }

}