h1{margin-bottom:15px}
.price-heading__inner{display:flex; align-items:end; justify-content:space-between; padding-bottom:60px}
.price-heading__left{max-width:600px; font-size: 34px;line-height: 1.3;color: #000000}
.wrapper__bathhouse-price{display:flex; flex-direction:column; gap:70px}
.bathhouse-price__heading{display:flex; gap:0 20px; align-items:center; justify-content:center}
.bathhouse-price__heading svg{max-width:165px}
.bathhouse-price__heading .h2{color:#26734F; margin:0}
.bathhouse-price__inner{display:flex; flex-wrap:wrap; gap:50px 30px}
.bathhouse-price__inner .bathhouse-price__heading{width:100%}
.bathhouse-price__inner .bathhouse-price__cover, .bathhouse-price__inner .bathhouse-price__price-inner{width:calc((100% - 30px) / 2)}
.bathhouse-price__inner .bathhouse-price__price-inner{display:flex;flex-direction:column;align-items: start;}
.bathhouse-price__cover{border-radius:20px; overflow:hidden}
.bathhouse-price__cover picture, .bathhouse-price__cover img{transition: all 0.15s linear 0s; width:100%; height:100%; object-fit:cover}
.bathhouse-price__cover:hover picture, .bathhouse-price__cover:hover img {transform: scale(1.1)}
.bathhouse-price__price-inner .price-right__title{margin-bottom:-26px}
.bathhouse-price__price-inner{line-height:1.8; display:flex; flex-direction:column; gap:30px}
.bathhouse-price__price-inner > div{width:100%; padding: 20px; border: 1px solid #26734F; border-radius: 20px;}
.bathhouse-price__price-right div span{color:#26734F; font-weight:700}
.bathhouse-price__price-right div svg{display: inline-block;vertical-align: -2px}
.bathhouse-price__price-left ul li{display:flex; justify-content:space-between; gap:0 5px} 
.bathhouse-price__price-right ul li{display:flex;align-items: end;justify-content:space-between}
.dotted-list{height: 1px;width: 100%;border-bottom: 2px dotted;align-self: end;margin-bottom: 9px}
.bathhouse-price__price-inner .btn{margin-top:auto}
@media(min-width:576px){
	.bathhouse-price__price-left ul li{white-space:nowrap} 
}
@media(min-width:768px){
	.price-heading__right{text-align:right}
}
@media(max-width:1229px){
	.price-heading__inner{padding-bottom:40px}
	.price-heading__left{max-width: 440px; font-size: 26px;}
	.wrapper__bathhouse-price{gap:60px}
	.bathhouse-price__inner{gap:40px 20px}
	.bathhouse-price__price-inner{gap:20px}
	.bathhouse-price__inner .bathhouse-price__cover, .bathhouse-price__inner .bathhouse-price__price-inner{width:calc((100% - 20px) / 2)}
}
@media(max-width:1229px) and (min-width:992px){
	.bathhouse-price__price-inner{font-size:15px}
	.bathhouse-price__price-inner > div{padding:15px}
}
@media(max-width:991px){
	h1{margin-bottom:25px}
	.wrapper__bathhouse-price {gap: 40px;}
	.price-heading__inner{padding-bottom:20px; align-items:start}
	.price-heading__left{max-width: 320px; font-size: 22px;}
	.bathhouse-price__inner{flex-direction:column; gap:20px}
	.bathhouse-price__inner .bathhouse-price__cover, .bathhouse-price__inner .bathhouse-price__price-inner{width:100%}
	.bathhouse-price__price-inner .btn{margin:auto}
}
@media(max-width:767px){
	h1{margin-bottom:20px}
	.bathhouse-price__heading{gap:0 10px}
	.bathhouse-price__heading svg{max-width:100px}
	.bathhouse-price__price-inner, .bathhouse-price__inner{gap:15px}
	.price-heading__inner{flex-direction:column; gap:15px}
	.price-heading__left{font-size: 18px; max-width:100%}
}
@media(max-width:575px){
	.wrapper__bathhouse-price {gap: 30px;}
	.price-heading__left{font-size: 16px}
	.bathhouse-price__heading svg{max-width:40px}
	.bathhouse-price__price-left{text-align:center}
	.bathhouse-price__price-left ul{display:flex;flex-direction:column;gap:10px;}
	.bathhouse-price__price-left ul li{flex-direction:column;text-align: center;}
	.bathhouse-price__price-left ul li span:nth-child(1){font-size:110%; font-weight:700}
	.bathhouse-price__price-left ul li span:nth-child(2){display:none}
}
@media(max-width:420px){
	.bathhouse-price__price-inner .btn{width:100%; text-align:center}
}
@media(max-width:350px){
	.bathhouse-price__heading svg{display:none}
}
