body.bathhouse-entity,
body.bathhouse-entity header.header_alt,
body.bathhouse-entity header.header_alt.navbar-sticky.is-stuck.navbar {
	background-color: #f7f7f8;
	box-shadow: none;
}
body.bathhouse-entity header.header_alt {
	position: relative;
	width: 100%;
	transition: background-color 0.5s ease;
	z-index: 100;
}
header.header_alt .container {
	display: flex;
	flex-direction: column;
}
header.header_alt .top .container,
header.header_alt .bottom {
	display: flex;
	align-items: center;
	flex-direction: row;
	justify-content: space-between;
	width: 100%;
	height: auto;
}
header.header_alt .top {
	padding-bottom: 25px;
	position: fixed;
	left: 0;
	right: 0;
	top: 0;
	padding-top: 25px;
	background-color: #f7f7f8;
	z-index: 10;
}
header.header_alt .bottom {
	padding-top: 20px;
	max-height: 100px;
	border-top: 1px solid #1318260f;
	margin-top: 100px;
}
header.header_alt .top .left_top,
header.header_alt .top .right_top {
	display: flex;
	align-items: center;
	flex-direction: row;
}
header.header_alt .top .left_top .all_bath {
	margin-left: 70px;
	border-color: transparent;
	border-radius: 60px;
	padding: 15px 20px;
	background: #ffffff;
	display: flex;
	align-items: center;
	color: #131826;
}
header.header_alt .top .left_top .all_bath .svg {
	display: flex;
	align-items: center;
	margin-right: 10px;
}
header.header_alt .top .right_top {
	gap: 5px;
}
header.header_alt .top .light_on_off {
	margin-right: 25px;
}
header.header_alt .top .client_info,
header.header_alt .top .message_blck,
header.header_alt .top .favorites {
	border-radius: 60px;
	padding: 15px 20px;
	background: #ffffff;
	display: flex;
	align-items: center;
	color: #131826;
}
header.header_alt .top .client_info svg,
header.header_alt .top .message_blck .info,
header.header_alt .top .favorites .info {
	margin-right: 16px;
	position: relative;
}
header.header_alt .top .message_blck .info .quantity,
header.header_alt .top .favorites .info .quantity {
	position: absolute;
	font-size: 9px;
	color: #fff;
	width: 15px;
	height: 15px;
	display: flex;
	align-items: center;
	justify-content: center;
	border-radius: 50%;
	top: -3px;
	right: -6px;
}
header.header_alt .top .message_blck .info .quantity {
	background: #d85151;
}
header.header_alt .top .favorites .info .quantity {
	background: #000000;
}
header.header_alt .bottom .bottom_left {
	display: flex;
	align-items: center;
}
header.header_alt .bottom .bottom_left .anchor {
	text-decoration: none;
	color: #131826;
	font-weight: 700;
	margin-right: 115px;
}
header.header_alt .bottom .bottom_right button {
	background: #415e44;
	border-color: transparent;
	padding: 15px 25px;
	color: #fff;
	border-radius: 60px;
	max-height: 58px;
}

header nav.navbar {
	padding-top: 20px;
	padding-bottom: 20px;
	box-shadow: 0 12px 28px 0 rgba(0, 0, 0, 0.03);
	background: #fff;
}
header nav .header_left {
	display: flex;
	align-items: center;
	gap: 30px;
}
header nav .navbar-brand {
	margin: 0;
	padding: 0;
}
header nav .all_bath {
	width: 135px;
	height: 43px;
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 10px;
	font-size: 15px;
	border-radius: 26px;
	font-weight: 500;
	transition: all 0.3s ease;
	margin-left: 8.8rem;
	color: #131826;
	background-color: #2e2e2e14;
}
.all_bath.mob-ver {
	display: none;
}
header nav .header_right {
	display: flex;
	align-items: center;
	gap: 30px;
}
header nav .log_in_href {
	width: 143px;
	height: 43px;
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 10px;
	font-size: 15px;
	border-radius: 26px;
	font-weight: 500;
	transition: all 0.3s ease;
	background-color: #2e2e2e14;
	color: #131826;
}
header nav .navbar-toggler {
	background: #415e441a;
	border: none;
	border-radius: 26px;
    width: 60px;
    height: 42px;
	transition: all 0.3s ease;
	box-shadow: none !important;
}
header .navbar-toggler svg path {
	fill: #2e2e2e;
}
header.fixed nav .all_bath {
	color: #2e2e2e;
}
header.fixed .all_bath svg path {
	fill: #2e2e2e;
}
header.fixed nav .all_bath,
header.fixed nav .log_in_href,
header.fixed nav .navbar-toggler {
	background-color: #fff;
}
header nav .navbar-toggler .navbar-toggler-icon {
	width: 24px;
	height: 24px;
}
header .offcanvas {
	padding: 25px;
}
header .offcanvas .offcanvas-header {
	flex-direction: column;
	position: relative;
	gap: 15px;
	padding-bottom: 20px;
	border-bottom: 1px solid #ebf1f5;
}
header .offcanvas .btn-close {
	position: absolute;
	top: 0;
	right: 0;
}
header .offcanvas .offcanvas-body {
	padding: 0;
	padding-top: 20px;
}
header .offcanvas .nav-item {
	margin-bottom: 10px;
}
header .offcanvas .nav-item .nav-link {
	display: flex;
	gap: 15px;
	font-size: 16px;
	font-weight: 500;
	color: #10161a;
	align-items: center;
}
header .offcanvas .offcanvas-footer {
	position: absolute;
	bottom: 0;
	right: 0;
	left: 0;
	min-height: 120px;
	background: #415e441a;
	padding: 20px;
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	font-size: 14px;
	color: #6e6e73;
}
header .offcanvas .offcanvas-footer a {
	font-size: 12px;
	color: #6e6e73;
}

header .offcanvas .log_in_href {
	width: 143px;
	height: 43px;
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 10px;
	color: #2e2e2e;
	font-size: 15px;
	border-radius: 26px;
	background-color: #fff;
	font-weight: 500;
	transition: all 0.3s ease;
	border: 1px solid #bfccd6;
}
.page-page .svg-logo {
	display: none;
}
.page-page .svg-logo-fixed {
	display: block;
}
@media (max-width: 991px) {
	header .all_bath.mob-ver {
        display: block;
        width: 36px;
        height: 36px;
        background: #ebebeb4d;
        padding: 0.4rem 0.5rem;
    }
    header nav .navbar-toggler {
        width: 36px;
        height: 36px;
        background: #ebebeb4d;
        padding: 0.4rem 0.5rem;
    }
	header.header_alt .mob-ver .navbar {
		padding: 10px 15px;
		background-color: #f7f7f8;
	}
	header.header_alt .mob-ver .navbar-top {
		width: 100%;
		display: flex;
		justify-content: space-between;
		align-items: center;
	}
	header.header_alt .mob-ver .navbar-top .navbar-brand {
		margin: 0;
	}
	header.header_alt .mob-ver .navbar-top .navbar-menu_top {
		display: flex;
		align-items: center;
	}
	header.header_alt .mob-ver .navbar-top .all_bath {
		border-color: transparent;
		border-radius: 15px;
		padding: 10px;
		background: #ffffff;
		display: flex;
		align-items: center;
		color: #131826;
		margin-right: 25px;
	}
	header.header_alt .mob-ver .navbar-top .svg {
		display: flex;
		align-items: center;
		margin-right: 10px;
	}
	header.header_alt .mob-ver .offcanvas {
		width: 100%;
		background-color: #f7f7f8;
	}
	header.header_alt .mob-ver .offcanvas-header {
		display: flex;
		justify-content: space-between;
		padding: 30px 20px;
	}
	header.header_alt .mob-ver .offcanvas-header_right {
		display: flex;
		align-items: center;
	}
	header.header_alt .top .light_on_off {
		margin-right: 20px;
	}
	header.header_alt .mob-ver .offcanvas-body .all_bath {
		border-color: transparent;
		border-radius: 25px;
		padding: 15px;
		background: #ffffff;
		display: flex;
		align-items: center;
		color: #131826;
		justify-content: space-between;
	}
	header.header_alt .mob-ver .offcanvas-body .svg {
		display: flex;
		align-items: center;
		margin-right: 10px;
	}
	header.header_alt .mob-ver .offcanvas-body .bottom_info {
		margin-top: 10px;
		display: flex;
		gap: 10px;
		align-items: center;
		justify-content: space-between;
		flex-wrap: wrap;
	}
	header.header_alt .top .client_info,
	header.header_alt .top .message_blck,
	header.header_alt .top .favorites {
		width: 100%;
		justify-content: center;
		font-size: 12px;
		padding: 15px;
	}
	header.header_alt .top .client_info,
	header.header_alt .top .message_blck {
		width: 48%;
	}
	header.header_alt .top .client_info svg,
	header.header_alt .top .message_blck .info,
	header.header_alt .top .favorites .info {
		margin-right: 10px;
	}
	header.header_alt .mob-ver .offcanvas-body_menu {
		margin-top: 20px;
	}
	header.header_alt .mob-ver .offcanvas-top {
		display: flex;
		flex-direction: row;
		align-items: center;
		justify-content: space-between;
	}
	header.header_alt .mob-ver .offcanvas-top .top-right {
		padding: 15px 10px;
		display: flex;
		align-items: center;
		justify-content: center;
		border-radius: 12px;
		background: #00000030;
		backdrop-filter: blur(104.4px);
	}
	header.header_alt .mob-ver .offcanvas-top .top-right img {
		max-width: 45px;
	}
	header.header_alt .mob-ver .offcanvas-top .top-left a {
		color: #131826;
		display: flex;
		align-items: center;
		gap: 10px;
		font-weight: 700;
		font-size: 16px;
	}
	header.header_alt .mob-ver .offcanvas-top .top-left svg path {
		stroke: #131826;
	}
	header.header_alt .mob-ver .offcanvas-middle {
		margin-top: 20px;
		margin-bottom: 30px;
	}
	header.header_alt .mob-ver .offcanvas-middle ul {
		padding: 0;
		display: flex;
		flex-direction: row;
		flex-wrap: wrap;
		row-gap: 15px;
		column-gap: 65px;
	}
	header.header_alt .mob-ver .offcanvas-middle ul li {
		list-style-type: none;
	}
	header.header_alt .mob-ver .offcanvas-middle a {
		color: #131826;
	}
	header.header_alt .mob-ver .offcanvas-bottom button {
		width: 100%;
		background: #415e44;
		border-color: transparent;
		padding: 15px 25px;
		color: #fff;
		border-radius: 60px;
		max-height: 58px;
	}
}

@media (max-width: 575px) {
	header.header_alt .mob-ver .navbar-top .navbar-brand {
		width: 80px;
	}
	header.header_alt .mob-ver .navbar-top .all_bath {
		font-size: 12px;
	}
	header.header_alt .mob-ver .navbar-top .svg {
		margin-right: 5px;
	}
	.section_logo .inform .logo {
		max-width: 100px;
	}
}

.navbar > .container {
	transition: all 1s ease-in-out;
}

header.fixed .navbar > .container {
	width: 100%;
	max-width: 100% !important;
	padding-left: 25px;
	padding-right: 25px;
}

.navbar-toggler svg path {
	transition: 0.3s all ease-in-out;
}

header.fixed .navbar-toggler svg path {
	fill: #2e2e2e;
}

