.tb-serv-img{
	display: inline;
    width: 15px;
    height: auto;
    margin: 0 0 0 5px;
}


.sademob-sh-outer{
	position:relative;
}
.sademob-sh{
    /*background: #F78625;*/
    border: 1px solid rgba(251, 142, 48, 0.5);
    border-radius: 5px;
    padding: 10px 15px;
    /*color:#fff;*/
    margin-bottom:15px;
	position:relative;
}
.sademob-sh.active{
	position:absolute;
	top:0;
	right:0;
	left:0;
	z-index:45;
	background:#fff;
	box-shadow: 0px 12px 14px 0px #00000026;
	/*box-shadow: 0px 0px 4px 0px #0000000A;*/

}
.sademob-sh-item{
    padding:15px 0;
    border-top:1px solid #F1F1F1;
	display:flex;
	justify-content: space-between;
	align-items: center;
}
/*
.sademob-sh-item:first-child{
	padding:0;
	border-top:none;
}
*/
.sademob-sh-title{
    font-weight: 400;
    font-size: 14px;
    line-height: 100%;
    margin-bottom:5px;
}
.sademob-sh-price{
    font-weight: 600;
    font-size: 18px;
    line-height: 100%;
    margin-bottom:7px;
}
.sademob-sh-desc{
    font-weight: 400;
    font-size: 12px;
    line-height: 100%;
	color:#F78625;
}
.sademob-sh-desc span{
    opacity:0.6;
	color:#212325;
}
.sademob-sh-item.current{
    display:flex;
    justify-content:space-between;
	align-items:center;
	padding:0;
    border-top:none;
	position:relative;
}
.sademob-sh-item.current .sademob-sh-price{
    font-size: 24px;
}

.sademob-sh-item-round{
	width:16px;
	height:16px;
	border-radius: 50%;
	border:1px solid #464646;
}
.sademob-sh-item.selected .sademob-sh-item-round{
	border:1px solid #FA8E30;
	background: #FA8E30;
}


/*
.sademob-sh-item.selected{
    display:none;
}
*/
.sademob-sh-items{
    display:none;
}
.sademob-sh.active .sademob-sh-items{
    display:block;
    margin-top:15px;
}

.sademob-sh-item.current::after{
    content: "";
	display: inline-block;
	width: 26px;
	height: 26px;
	/*background-image: url('../img/icon/hall_down3.svg');*/
	background-image: url('../img/icon/hall_up4.svg');
	background-size: contain;
	background-repeat: no-repeat;
	background-position: 50% 50%;
	transform: rotate(180deg);
}
.sademob-sh.active .sademob-sh-item.current::after{
	transform: rotate(0deg);
}

.sademob-sh-hccount{
	position:absolute;
	bottom:0;
	right:0;
	color: #212325;
	font-size: 12px;
	font-style: normal;
	font-weight: 400;
	line-height: 100%;
}
.sademob-sh.active .sademob-sh-hccount{
	display:none;
}
.sademob-sh.active .current .sademob-sh-hccount{
	display:block;
}
.sademob-sh-item.current.one::after{
	display:none;
}

.sademob-name{
    display:flex;
    justify-content:space-between;
	align-items:center;
    margin-bottom:15px;
}
.sademob-name-tblock{

}
.sademob-name-title{
    font-weight: 600;
    font-size: 16px;
    line-height: 100%;
    color:#000;
    margin-bottom:8px;
	margin-top:0;
    display:flex;
    justify-content:flex-start;
	align-items:center;
}
.sademob-name-title::after{
    content:"";
    display:inline-block;
	width:18px;
	height:18px;
	background-image:url('../img/icon/cat_checked.svg');
	background-size:contain;
	background-repeat:no-repeat;
	background-position:50% 50%;
    margin-left:5px;
	flex-grow: 0;
	flex-shrink: 0;
}
.sademob-name-rc{
    font-weight: 400;
    font-size: 14px;
    line-height: 100%;
    color: #464646;
}
.sademob-name-sb{
    background: #F78625;
    border-radius: 0px 0px 0px 10px;
    padding: 5px 8px;
    font-weight: 400;
    font-size: 13px;
    line-height: 100%;
    color:#fff;
    text-align:center;
}
.sademob-name-sbt{
    margin-bottom:3px;
}
.sademob-name-sbt2::before{
	content:"";
	display:inline-block;
	width:10px;
	height:10px;
	background-image: url('../img/icon/gift-white.svg');
	background-size:contain;
	background-repeat:no-repeat;
	background-position:50% 50%;
	margin-right:2px;
}
.sademob-name-sbt2 span {
    font-size: 8px;
    display: inline-block;
    margin-right: 2px;
}

.sademob-im{
	height: 200px;
	margin-bottom: 15px;
	position: relative;
	overflow-y: hidden;
}
.fsademob-im{
	height:160px;
}

.sademob-im-block{
	display: flex;
	flex-wrap: nowrap;
	overflow-x: auto;
}
.sademob-im-item{
	position: relative;
	flex: 0 0 auto;
}
.sademob-im-item .ci-counter {
    position: absolute;
    bottom: 10px;
    right: 25px;
    background-color: rgba(0,0,0,0.5);
    border-radius: 33px;
    padding: 6px 10px;
    font-weight: 400;
    font-size: 14px;
    line-height: 100%;
    color: #fff;
    z-index: 20;
}

.sademob-im-img{
	width: 300px;
	height: 200px;
	border-radius: 5px;
	background-position: 50% 50%;
	background-size: cover;
	background-repeat: no-repeat;
	margin-right:5px;
}
.sademob-im-video{
	width: 300px;
	height: 200px;
	object-fit:cover;
	border-radius: 5px;
	margin-right:5px;
}
.fsademob-im-img{
	height: 160px;
}

.sademob-im .card__pano{
	background-color:rgba(0, 0, 0, 0.5);
	top:10px;
	left:280px;
}
.sademob-years{
	font-weight: 400;
	font-size: 14px;
	line-height: 100%;
	color:#fff;
	padding:6px 8px;
	background: #16AD40;
	border-radius: 33px;
	position:absolute;
	top:10px;
	left:74px;
	z-index:20;
}
.sademob-years2{
	position:relative;
	top:auto;
	left:auto;
}
.sademob-address{
	font-weight: 400;
	font-size: 14px;
	line-height: 100%;
	color: #464646;
	margin-bottom:20px;
	display:flex;
	justify-content:flex-start;
	align-items:center;
}
.sademob-address::before{
	content: "";
	display:inline-block;
	background-image: url('../img/icon/placemark-grey.svg');
	width: 12px;
	height: 16px;
	background-size:contain;
	background-position: 50% 50%;
	background-repeat: no-repeat;
	margin-right:5px;
}
.sademob-phone, .sademob-phone:hover, .sademob-phone:focus{
	font-weight: 400;
	font-size: 14px;
	line-height: 100%;
	color: #FFFFFF;
	padding:13px;
	display:block;
	width:100%;
	text-align:center;
	cursor:pointer;
	background: #16AD40;
	border-radius: 5px;
	text-decoration:none;
}

.sademob-phone2, .sademob-phone2:hover, .sademob-phone2:focus{
	border: 1px solid rgba(251, 142, 48, 0.5);
	background: #FFFAF7;
	color:#464646;
}

.sademob-phone span{
	font-weight: 700;
}
.sademob-phone-outer{
	margin-bottom:0;
}
.sademob-phone-outer .sauna__info-phone-number, .sademob-phone-outer .sauna__info-phone-number:hover, .sademob-phone-outer .sauna__info-phone-number:focus{
	font-weight: 700;
	font-size: 14px;
	line-height: 100%;
	color: #FFFFFF;
	padding:13px;
	display:block;
	width:100%;
	text-align:center;
	cursor:pointer;
	background: #16AD40;
	border-radius: 5px;
	text-decoration:none;
	margin-bottom:10px;
}
.sademob-block1{
	background: #FFFFFF;
	border-bottom: 1px solid #F3F3F3;
	border-top: 1px solid #F3F3F3;
	margin-bottom:15px;
	padding: 15px 10px 25px 10px;
}
.sademob-block1_1{
	background: #FFFFFF;
	border-bottom: none;
	border-top: 1px solid #F3F3F3;
	margin-bottom:0;
	padding: 15px 10px 0 10px;
}
.sademob-block1_2{
	background: #FFFFFF;
	border-bottom: 1px solid #F3F3F3;
	border-top: none;
	margin-bottom:15px;
	padding: 0 10px 25px 10px;
}


.sademob-tabs{
	background:#fff;
}
.sademob-tabs-header{
	display:flex;
	justify-content:flex-start;
	align-items:center;
	padding: 0 10px;
	background: #FFFFFF;
	border-width: 1px 0px;
	border-style: solid;
	border-color: #F3F3F3;
	box-shadow: 0px 0px 6px rgba(0, 0, 0, 0.02), 0px 2px 4px rgba(0, 0, 0, 0.08);
	margin-bottom:15px;
}
.sademob-tabs-tab{
	width:50%;
	font-weight: 400;
	font-size: 14px;
	line-height: 100%;
	color:#909090;
	border-bottom:1px solid #ECECEC;
	padding:10px;
	text-align:center;
	margin-bottom:10px;
}
.sademob-tabs-tab:first-child{
	text-align:left;
}
.sademob-tabs-tab:last-child{
	text-align:right;
}
.sademob-tabs-tab.active{
	color: #212325;
	font-weight: 600;
	border-bottom:1px solid #FB8E30;
}
.sademob-tabs-body{
	padding:0 10px;
	margin-bottom:15px;
}
.sademob-tabs-title{
	font-weight: 600;
	font-size: 20px;
	line-height: 100%;
	color: #212325;
	margin-bottom:15px;
}
.sademob-tabs-title2{
	padding-top:20px;
}

.sademob-tabs-item{
	display:none;
	padding-bottom:15px;
}
.sademob-tabs-item.active{
	display:block;
}

.sademob-params{
	background:#F9F9F9;
	border-radius: 5px;
	padding:20px 15px;
}
.sademob-params2{
	margin-top:20px;
}
.sademob-param{
	display:flex;
	justify-content:flex-start;
	align-items:flex-start;
	margin-bottom:15px;
}
.sademob-param-icon{
	display: inline-block;
	width: 16px;
	height: 16px;
	margin-right: 10px;
	background-size: contain;
	background-repeat: no-repeat;
	background-position: center center;
	flex-grow: 0;
	flex-shrink: 0;
}
.sademob-param-icon--type {
    background-image: url("../img/icon/sauna-type.svg");
}
.sademob-param-icon--address {
    background-image: url("../img/icon/placemark.svg");
}
.sademob-param-icon--paytypes {
    background-image: url("../img/icon/money-bill-wave-solid.svg");
}
.sademob-param-icon--people {
    background-image: url("../img/icon/people-count.svg");
}
.sademob-param-icon--family {
    background-image: url("../img/icon/baby-solid.svg");
}
.sademob-param-icon--calendar {
    background-image: url("../img/icon/calendar-check-regular.svg");
}
.sademob-param-icon--hotel {
    background-image: url("../img/icon/suitcase-rolling-solid.svg");
}
.sademob-param-icon--site {
    background-image: url("../img/icon/world.svg");
}
.sademob-param-icon--viber {
    background-image: url("../img/icon/viber-chat-app-svgrepo.svg");
}
.sademob-param-icon--wa {
    background-image: url("../img/icon/whatsapp-color-svgrepo.svg");
}



.sademob-param-name{
	font-weight: 400;
	font-size: 14px;
	line-height: 100%;
	color:#909090;
	margin-right: 10px;
}
.sademob-param-text{
	font-weight: 400;
	font-size: 14px;
	line-height: 100%;
	color: #212325;
}
.sademob-param-text a, .sademob-param-text a:hover, .sademob-param-text a:focus{
	font-weight: 400;
	font-size: 14px;
	line-height: 100%;
	color: #212325;
	text-decoration:none;
}
.sademob-tabs .sauna-paid__advantages-name{
	text-transform:none;
	font-weight: 400;
	font-size: 14px;
	line-height: 100%;
	color: #212325;
	padding-top:7px;
}
.sademob-tabs .sauna-paid__advantages-text{
	font-weight: 400;
	font-size: 14px;
	line-height: 140%;
	color:#212529;
}
.sademob-tabs .sauna-paid__advantages-text a{
	font-weight: 400;
	font-size: 14px;
	line-height: 140%;
	color:#212529;
	text-decoration:none;
}
.sademob-reviews{
	position: relative;
	overflow-y: hidden;
	margin-bottom:20px;
	padding: 0 10px;
}
.sademob-reviews-block{
	display: flex;
	flex-wrap: nowrap;
	overflow-x: auto;
	justify-content:stretch;
}
.sademob-reviews-item-outer{
	position: relative;
	flex: 0 0 auto;
	margin-right:5px;
	border: 1px solid #C4C4C4;
	border-radius: 5px;
	padding:15px 20px;
	background:#fff;
}
.sademob-reviews-item{
	width:260px;
}
.sademob-reviews-item-full{
	width:100%;
}
.sademob-reviews-header{
	display:flex;
	justify-content:space-between;
	align-items:center;
	margin-bottom:15px;
}
.sademob-reviews-author{
	font-weight: 600;
	font-size: 14px;
	line-height: 100%;
	color: #212325;
}
.sademob-reviews-rate{
	font-weight: 400;
	font-size: 14px;
	line-height: 100%;
	color: #FB8E30;
	display:flex;
	justify-content:flex-start;
	align-items:center;
}
.sademob-reviews-rate::before{
	content: "";
	display: inline-block;
	width: 14px;
	height: 14px;
	background-image: url(../img/icon/star-orange.svg);
	background-size: contain;
	background-repeat: no-repeat;
	background-position: 50% 50%;
	margin-right: 5px;
}
.sademob-reviews-ctitle{
	font-weight: 400;
	font-size: 12px;
	line-height: 100%;
	color: #212325;
	margin-bottom:10px;
}
.sademob-reviews-ctext{
	font-weight: 400;
	font-size: 14px;
	line-height: 140%;
	color:#909090;
}

.sademob-sales-outer{
	padding: 0 10px;
}
.sademob-sales-title{
	font-weight: 600;
	font-size: 20px;
	line-height: 100%;
	color: #212325;
	margin-bottom:15px;
}
.sademob-sales{
	position: relative;
	overflow-y: hidden;
	margin-bottom:20px;
}
.sademob-sales-block{
	display: flex;
	flex-wrap: nowrap;
	overflow-x: auto;
	justify-content:stretch;
}
.sademob-sales-item-outer{
	position: relative;
	flex: 0 0 auto;
	margin-right:5px;
	border-radius: 5px;
	padding:15px;
	font-weight: 400;
	font-size: 14px;
	line-height: 140%;

	/*
	color:#fff;
	border: 1px solid rgba(251, 142, 48, 0.5);
	background: #F78625;
	*/
	background-image: url('../img/sales/sales_back1.png');
	background-size:cover;
	background-repeat: no-repeat;
	background-position: 0% 0%;
	color: #212325;
}
.sademob-sales-item-outer-back2{
	background-image: url('../img/sales/sales_back2.png');
}
.sademob-sales-item-outer-back3{
	background-image: url('../img/sales/sales_back3.png');
}
.sademob-sales-item-more{
	color: #212325;
	font-weight: 600;
	font-size: 15px;
	line-height: 100%;
	margin-top:20px;
	color:#FF7D0D;
	display:flex;
	justify-content: flex-start;
	align-items: center;
	margin-bottom:5px;
}
.sademob-sales-item-more svg{
	margin-left:8px;
}
.sademob-sales-item{
	width:320px;
}
.sademob-sales-item .ttl{
	display:block;
	margin-top:5px;
	font-weight: 600;
	font-size: 15px;
	line-height: 120%;
	margin-bottom:8px;
}
.sademob-button, .sademob-button:hover, .sademob-button:focus{
	background: #FFFAF7;
	border: 1px solid rgba(251, 142, 48, 0.5);
	border-radius: 5px;
	padding:13px;
	display:block;
	font-weight: 400;
	font-size: 14px;
	line-height: 100%;
	color: #212325;
	text-align: center;
	margin-bottom:15px;
	width:100%;
}
.sademob-button2, .sademob-button2:hover, .sademob-button2:focus{
	background: #FB8E30;
	color:#fff;
}
.sademob-button3, .sademob-button3:hover, .sademob-button3:focus{
	border: 1px solid #FB8E30;
	background:#fff;
	color: #212325;
}
.sademob-button4, .sademob-button4:hover, .sademob-button4:focus{
	border: 1px solid #16AD40;
	background:#16AD40;
	color: #FFF;
}

.sademob-pano{
	margin-bottom:20px;
}
.sademob-pano-title{
	font-weight: 600;
	font-size: 20px;
	line-height: 100%;
	color: #212325;
	margin-bottom:15px;
}
.sademob-pano-block{
	border-radius: 5px;
	width:100%;
	height:280px;
	background:#ccc;
}
.sademob-block2{
	background: #FFFFFF;
	border-bottom: 1px solid #F3F3F3;
	margin-bottom:15px;
	padding: 0 0 5px 0;
}
.sademob-about{
	padding:20px 10px;
	background: #FFFFFF;
	border-width: 1px 0px;
	border-style: solid;
	border-color: #F3F3F3;
	margin-bottom:15px;
}
.sademob-about-title{
	font-weight: 600;
	font-size: 20px;
	line-height: 100%;
	color: #212325;
	margin-bottom:15px;
}
.sademob-about-block{
	font-weight: 400;
	font-size: 14px;
	line-height: 140%;
	color:#212529;
}
.sademob-about-taxi{
	margin-bottom:10px;
}


.sademob-reviews2{
	padding:20px 10px;
	background: #FFFFFF;
	border-width: 1px 0px;
	border-style: solid;
	border-color: #F3F3F3;
	margin-bottom:15px;
}
.sademob-reviews2-title{
	font-weight: 600;
	font-size: 20px;
	line-height: 100%;
	color: #212325;
	margin-bottom:15px;
}
.sademob-reviews2-title span{
}
.sademob-reviews2-rb{
	display:flex;
	justify-content:flex-start;
	align-items:center;
	margin-bottom:15px;
}
.sademob-reviews2-rbcol1{
	border-right:1px solid #ECECEC;
	padding-right:25px;
}
.sademob-reviews2-rbcol2{
	padding-left:25px;
}
.sademob-reviews2-num{
	font-weight: 700;
	font-size: 18px;
	line-height: 62px;
	vertical-align: middle;
	width:62px;
	height:62px;
	border-radius:50%;
	border: 1px solid #FB8E30;
	text-align:center;
	color: #FB8E30;
}
.sademob-reviews2-line{
	font-weight: 400;
	font-size: 12px;
	line-height: 100%;
	color:#A3A3A3;
	margin-bottom:10px;
}
.sademob-reviews2-line span{
	font-weight: 600;
	font-size: 14px;
	line-height: 100%;
	color: #464646;
}
.sademob-reviews2-line:last-child{
	margin-bottom:0;
}
.sademob-reviews2-stitle{
	font-weight: 400;
	font-size: 12px;
	line-height: 140%;
	color:#909090;
	margin-bottom:20px;
}
.sademob-reviews2-st{
	background: #F7F7F7;
	font-weight: 400;
	font-size: 14px;
	line-height: 100%;
	color: #212325;
	border: 1px solid #9C9C9C;
	border-radius: 5px;
	text-align:center;
	margin-bottom:15px;
	padding:0 15px;
}
.sademob-reviews2-st-items{
	display:none;
}
.sademob-reviews2-st.active .sademob-reviews2-st-items{
	display:block;
}
.sademob-reviews2-st-item{
	padding:13px;
	border-top:1px solid #909192;
	color:#909192;;
}
.sademob-reviews2-st-item.current{
	position: relative;
	padding:13px 40px 13px 13px;
	border-top:none;
	color: #212325;
}
.sademob-reviews2-st-item.current::after{
	content: "";
	display: inline-block;
	width: 14px;
	height: 7px;
	background-image: url('../img/icon/review_down.svg');
	background-size: contain;
	background-repeat: no-repeat;
	background-position: 50% 50%;
	position:absolute;
	right:15px;
	top:17px;
}
.sademob-reviews2-st.active .sademob-reviews2-st-item.current::after{
	/*background-image: url('../img/icon/review_up.svg');*/
	-webkit-transform:rotate(180deg);
	-moz-transform: rotate(180deg);
	-ms-transform: rotate(180deg);
	-o-transform: rotate(180deg);
	transform: rotate(180deg);
}
.sademob-reviews2-st-item.selected{
	display:none;
}
.sademob-reviews2-item{
	border: 1px solid #CECECE;
	border-radius: 5px;
	padding: 15px;
	margin-bottom:15px;
	display:none;
}
.sademob-reviews2-item.active{
	display:block;
}


.sademob-rlf-outer{
	overflow-x:scroll;
}
.sademob-rlf{
	display:flex;
	justify-content: flex-start;
	align-items: stretch;
	flex-wrap: nowrap;
}
.sademob-rlf .sademob-reviews2-item{
	width:330px;
	margin-right:5px;
	flex-grow: 0;
	flex-shrink: 0;
}

.sademob-rlf-outer.other-way{
	overflow-x:auto;
}
.sademob-rlf-outer.other-way .sademob-rlf{
	display:block;
}
.sademob-rlf-outer.other-way .sademob-reviews2-item{
	width:100%;
	margin-right:0;
}

.sademob-reviews2-header{
	display:flex;
	justify-content:space-between;
	align-items:flex-start;
	margin-bottom:15px;
}
.sademob-reviews2-col{
	display:flex;
	justify-content:flex-start;
	align-items:center;
}
.sademob-reviews2-photo{
	font-weight: 400;
	font-size: 14px;
	line-height: 32px;
	color: #FFFFFF;
	background: #FB8E30;
	width:32px;
	height:32px;
	text-align:center;
	vertical-align: middle;
	margin-right:10px;
	border-radius: 50%;
}
.sademob-reviews2-author-name{
	font-weight: 600;
	font-size: 14px;
	line-height: 100%;
	color: #212325;
	margin-bottom:5px;
}
.sademob-reviews2-author-date{
	font-weight: 400;
	font-size: 14px;
	line-height: 100%;
	color:#909090;
}
.sademob-reviews2-rate{
	font-weight: 400;
	font-size: 14px;
	line-height: 100%;
	color: #FB8E30;
	display:flex;
	justify-content:flex-start;
	align-items:center;
}
.sademob-reviews2-rate::before{
	content: "";
	display: inline-block;
	width: 14px;
	height: 14px;
	background-image: url(../img/icon/star-orange.svg);
	background-size: contain;
	background-repeat: no-repeat;
	background-position: 50% 50%;
	margin-right: 5px;
}
.sademob-reviews2-ctitle{
	font-weight: 400;
	font-size: 12px;
	line-height: 100%;
	color: #212325;
	margin-bottom:10px;
}
.sademob-reviews2-ctext{
	font-weight: 400;
	font-size: 14px;
	line-height: 140%;
	color:#212529;
	margin-bottom:10px;
}
.sademob-reviews2-group{
	display:none;
}
.sademob-reviews2-group.active{
	display:block;
}


.sademob-reviews2-uf{
	margin-bottom:15px;
	font-weight: 400;
	font-size: 12px;
	line-height: 100%;
	color: #212325;
}
.sademob-reviews2-ufb{
	background:none;
	border:none;
	text-decoration:underline;
	font-weight: 400;
	font-size: 12px;
	line-height: 100%;
	color: #212325;
	padding:0;
	margin: 0 10px 0 0;
}
.sademob-reviews2-ufb:first-child{
	margin-left:15px;
}

.sademob-reviews2-rct{
	background:#F9F9F9;
	padding:15px 15px 5px 15px;
	border-radius:5px;
	display:flex;
	justify-content:flex-start;
	align-items:center;
	flex-wrap: wrap;
}
.sademob-reviews2-rctitem{
	width:50%;
	margin-bottom:10px;
	font-weight: 400;
	font-size: 12px;
	line-height: 100%;
	color:#909090;
}
.sademob-reviews2-rctitem span{
	font-weight: 600;
	font-size: 14px;
	line-height: 100%;
	color: #212325;
	display:inline-block;
	margin-left:5px;
}
.sademob-reviews2-form{
	box-shadow: none;
}
.sademob-reviews2-form .form-review{
	border:none;
	background:#F9F9F9;
	border-radius:5px;
	padding:20px 15px;
	font-weight: 400;
	font-size: 14px;
	line-height: 100%;
	color: #464646;
}
.sademob-reviews2-form .form-review .choise-rating__name{
	font-weight: 400;
	font-size: 14px;
	line-height: 100%;
	color: #464646;
}

.sademob-reviews2-form .form-review__pros .input__name::after, .sademob-reviews2-form .form-review__minuses .input__name::after{
	width: 16px;
	height: 16px;
}
.sademob-reviews2-form .form-review__pros .input__name::after{
	background-image: url('../img/icon/rv_plus.svg');
}
.sademob-reviews2-form .form-review__minuses .input__name::after {
	background-image: url('../img/icon/rv_minus.svg');
}
.sademob-reviews2-form .send_form_btn{
	width:100%;
}

.sademob-reviews2-form .form-review .choise-rating .choise-rating-item{
	width:16px;
	height:16px;
	border:none;
	border-radius:0;
	background-size:contain;
	background-position:50% 50%;
	background-repeat:no-repeat;
	background-image: url('../img/icon/rv_star1.svg');
}
.sademob-reviews2-form .form-review .choise-rating .choise-rating-item.active{
	background-image: url('../img/icon/rv_star2.svg');
}
.sademob-reviews2-form .form-review .choise-rating .choise-rating-item::after{
	display:none;
}

.sademob-reviews2-form .form-control::placeholder{
	font-weight: 400;
	font-size: 14px;
	line-height: 100%;
	color:#909090;
}

.sademob-reviews2-form .form-review__pros .input__name, .sademob-reviews2-form .form-review__minuses .input__name{
	font-weight: 400;
	font-size: 14px;
	line-height: 100%;
	color: #464646;
}
.sademob-reviews2-form-place{
	display:none;
}
.sademob-reviews2-form-place.active{
	display:block;
}
.sademob-subs{
	padding:20px 10px;
	margin:0;
	background: #FFFFFF;
	border-width: 1px 0px;
	border-style: solid;
	border-color: #F3F3F3;
}
.sademob-subs-title{
	font-weight: 600;
	font-size: 20px;
	line-height: 120%;
	color: #212325;
	margin-bottom:15px;
}
.sademob-subs .form-control::placeholder{
	font-weight: 400;
	font-size: 14px;
	line-height: 100%;
	color:#909090;
}
.sademob-im-la{
	position:absolute;
	top: 10px;
	left: 10px;
	display:flex;
	justify-content:flex-start;
	align-items:center;
}
.sademob-im-la .cardrate-block{
	position:relative;
	top:auto;
	left:auto;
	margin-right:5px;
}
.sademob-name-line{
	display:flex;
	justify-content:flex-start;
	align-items:center;
}
.sademob-name-line .cardrate-block{
	position:relative;
	top:auto;
	left:auto;
	margin-right:0;
	display:inline-block;
	margin-right:10px;
}


.sademob-im-la .sademob-years{
	position:relative;
	top:auto;
	left:auto;
}
.mbanners_title2{
	text-align:left;
}
.sademob-other{
	padding:20px 15px;
	background: #FFFFFF;
	border-width: 1px 0px;
	border-style: solid;
	border-color: #F3F3F3;
	margin-bottom:15px;
}
.sademob-other .mbanners{
	background: #FFFFFF;
	padding:0;
	border-bottom:none;
}
.card-detail2{
	background:#f9f9f9;
}
#hall_reload_place{
	position:relative;
}
.sademob-hall-loading{
	position:absolute;
	top:0;
	left:0;
	right:0;
	bottom:0;
	background:rgba(0, 0, 0, 0.5);
	z-index:50;
}

.sademob-price{
	border: 1px solid rgba(251, 142, 48, 0.5);
    border-radius: 5px;
    padding: 10px 15px;
	margin-bottom:15px;
}
.sademob-price-line1{
	font-weight: 600;
	font-size: 24px;
	line-height: 100%;
	color: #000000;
	margin-bottom:2px;
}
.sademob-price-line2{
	font-weight: 400;
	font-size: 12px;
	line-height: 100%;
	color:#909090;
}
.sademob-rbtns{
	display:flex;
	justify-content:space-between;
	align-items:center;
	padding: 0 10px;
}
.sademob-rbtns-col{
	width:49%;
}
.sademob-rbtns2{
	padding: 0;
}

.sademob-button-rent, .sademob-button-rent:hover, .sademob-button-rent:focus, 
.sademob-button-recall, .sademob-button-recall:hover, .sademob-button-recall:focus{
	display:flex;
	flex-direction: column;
	align-items:center;
}
.sademob-button-rent::before{
	content: "";
	display:inline-block;
	width:14px;
	height:16px;
	background-size:contain;
	background-position:50% 50%;
	background-repeat:no-repeat;
	background-image: url('../img/icon/calendar2.svg');
	margin-bottom:5px;
}
.sademob-button-recall::before{
	content: "";
	display:inline-block;
	width:16px;
	height:16px;
	background-size:contain;
	background-position:50% 50%;
	background-repeat:no-repeat;
	background-image: url('../img/icon/phone2.svg');
	margin-bottom:5px;
}
.sademob-button-recall2::before{
	background-image: url('../img/icon/phone3.svg');
}
.fsademob-title{
	font-weight: 600;
	line-height: 100%;
	font-size: 16px;
	color:#000;

	display:flex;
	justify-content:space-between;
	align-items:center;
	margin-bottom:10px;
}
.fsademob-title-first{
	font-size: 14px;
	color:#4D4F51;
}

.fsademob-title-name{
	position:relative;
	white-space:nowrap;
	overflow: hidden;
	width:100%;
	/*width:55%;*/
}
.fsademob-title-name::after{
	content:"";
	width:40px;
	position:absolute;
	top:0;
	bottom:0;
	right:0;
	background: linear-gradient(to right, transparent, white);
}
.fsademob-title-price{
	/*width:45%;*/
	text-align:right;
	flex-shrink:0;
}

.fsademob-title-first .fsademob-title-name{
	/*width:60%;*/
}
.fsademob-title-first .fsademob-title-price{
	/*width:40%;*/
}

.fsademob-dtitle{
	display:flex;
	justify-content:space-between;
	align-items:center;
	padding-bottom:10px;
	margin-bottom:10px;
	border-bottom:1px solid #D9D9D9;
	padding-left:0;
	padding-right:0;
}
.fsademob-dtitle-name{
	font-weight: 600;
	font-size: 16px;
	line-height: 100%;
	color:#000;
	width:100%;
	position:relative;
	white-space:nowrap;
	overflow: hidden;
}
.fsademob-dtitle-name::after{
	content:"";
	width:50px;
	position:absolute;
	top:0;
	bottom:0;
	right:0;
	background: linear-gradient(to right, transparent, white);
}
.fsademob-dtitle-rate{
	font-weight: 400;
	font-size: 14px;
	line-height: 100%;
	color:#fff;
	padding:6px 10px;
	border-radius:5px;
	background-color:rgba(0,0,0,0.5);
	display:flex;
	justify-content:flex-start;
	align-items:center;
}
.fsademob-dtitle-rate::before{
	content: "";
	display: inline-block;
	width: 14px;
	height: 14px;
	background-image: url('../img/icon/star-white.svg');
	background-size: contain;
	background-repeat: no-repeat;
	background-position: 50% 50%;
	margin-right: 5px;
}

.fsademob-dtitle-rate-bad{
	background-color:rgba(244, 67, 54, 0.9);
}
.fsademob-dtitle-rate-good{
	background-color:rgba(255, 193, 7, 0.9);
}
.fsademob-dtitle-rate-best{
	background-color:rgba(76, 175, 80, 0.9);
}


/*
.fsademob-tabs-item .sauna-paid__advantages-icon{
	filter:grayscale(1);
}
*/

.fsademob-tabs-item .sauna-paid__advantages-icon--aquazone {
    background-color: #B5B5B5;
}
.fsademob-tabs-item .sauna-paid__advantages-icon--restroom {
    background-color: #B5B5B5;
}
.fsademob-tabs-item .sauna-paid__advantages-icon--entertainment {
    background-color: #B5B5B5;
}
.fsademob-tabs-item .sauna-paid__advantages-icon--food {
    background-color: #B5B5B5;
}
.fsademob-tabs-item .sauna-paid__advantages-icon--equipment {
    background-color: #B5B5B5;
}
.fsademob-tabs-item .sauna-paid__advantages-icon--additionally {
    background-color: #B5B5B5;
}
.fsademob-tabs-item .sauna-paid__advantages-icon--steam {
    background-image: url("../img/icon/sauna-type-grey.svg");
}
.fsademob-tabs-item .sauna-paid__advantages-icon--cap {
    background-image: url("../img/icon/people-count-grey.svg");
}



.psd-item-outer2{
	width:192px;
	border:1px solid #fff;
	position:relative;
}
.psd-item2{
	width:190px;
	height: 190px;
	margin:0;
	overflow:hidden;
}
.psd-item2 .title-bl{
	background: linear-gradient(to top, black, transparent);
	white-space:nowrap;
	overflow: hidden;
	font-weight: 600;
	font-size: 14px;
	line-height: 100%;
	padding: 30px 10px 10px 10px
}
.psd-item2 .cardrate-block{
	left:auto;
	right:10px;
}
.sauna__name__pop2{
	color:#fff;
	font-weight: 600;
	font-size: 20px;
	line-height: 100%;
}
.popular-dtl{
	padding: 15px 10px;
	border-radius:0;
}

.card-detail3{
	background:none;
}



.fancybox-thumbs__list a:before {
	border: 3px solid #fa9533;
  }

.fancybox-thumbs {
	top: auto;
	width: auto;
	bottom: 0;
	left: 0;
	right: 0;
	height: 95px;
	padding: 10px 10px 5px 10px;
	-webkit-box-sizing: border-box;
			box-sizing: border-box;
	background: rgba(0, 0, 0, 0.3);
  }
  
  .fancybox-show-thumbs .fancybox-inner {
	right: 0;
	bottom: 95px;
  }
  
  .fancybox-thumbs.fancybox-thumbs-x {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
		-ms-flex-pack: center;
			justify-content: center;
  }


  @media screen and (max-width: 576px) {
	.fancybox-thumbs__list {
	  position: absolute;
	  left: 0;
	}
	.fancybox-thumbs-x .fancybox-thumbs__list {
	  overflow: scroll;
	}
  }


.sademob-cardrate-block .cardrate-block{
	position:relative;
	top:auto;
	left:auto;
}
.sademob-name-title2{
	margin-bottom:0;
}
.sademob-name-sb2{
	padding:6px 8px;
	border-radius: 13px;
	position:absolute;
	top:10px;
	left:10px;
	z-index:10;
}
.sademob-rbtns2{
	padding:0;
}
.sademob-rbtns2 .sademob-button2, .sademob-rbtns2 .sademob-button2:hover, .sademob-rbtns2 .sademob-button2:focus{
	font-size: 14px;
	font-style: normal;
	font-weight: 400;
	line-height: 100%;
	padding:11px 17px;
	border-radius: 5px;
	border: 1px solid rgba(251, 142, 48, 0.50);
	display:flex;
	flex-direction:row;
	justify-content: center;
	align-items: center;
	background:none;
	color:#212325;
	margin-bottom:0;
	margin-top:15px;
}
.sademob-rbtns2 .sademob-button4, .sademob-rbtns2 .sademob-button4:hover, .sademob-rbtns2 .sademob-button4:focus{
	font-size: 14px;
	font-style: normal;
	font-weight: 400;
	line-height: 100%;
	padding:11px 17px;
	border-radius: 5px;
	border: 1px solid rgba(251, 142, 48, 0.50);
	display:flex;
	flex-direction:row;
	justify-content: center;
	align-items: center;
	background:none;
	color:#212325;
	margin-bottom:0;
	margin-top:15px;
}

.sademob-rbtns2 .sademob-button-rent::before {
	background-image: url(../img/icon/calendar3.svg);
	margin: 0 5px 0 0;
}
.sademob-rbtns2 .sademob-button-recall::before {
	background-image: url(../img/icon/phone.svg);
	margin: 0 5px 0 0;
}

.sademob-sales-item-hidden{
	display:none;
}
.sademob-about-btns{
	display:flex;
	justify-content: space-between;
	align-items: flex-start;
}
.sademob-about-btns .sademob-button{
	width:49%;
	font-size: 12px;
	padding:10px;
}
.sademob-tabs-desc{
	font-size: 14px;
	font-style: normal;
	font-weight: 400;
	line-height: 140%;
	color:#212529;
}

.dfi-text-block{
	margin-bottom:20px;
}
.dfi-text-block h2{
	font-size: 16px;
	font-style: normal;
	font-weight: 600;
	line-height: 100%;
	color:#212325;
	margin: 0 0 8px 0;
	padding:0;
}
.dfi-text-block-text{
	color:#212529;
	font-size: 14px;
	font-style: normal;
	font-weight: 400;
	line-height: 140%;
	height:60px;
	overflow:hidden;
	margin-bottom:8px;
}
.dfi-text-block-text-full{
	height:auto;
	overflow:auto;
}
.dfi-text-block-text-show, .dfi-text-block-text-show:hover, .dfi-text-block-text-show:focus{
	font-size: 14px;
	font-style: normal;
	font-weight: 400;
	line-height: 140%;
	color:#F78625;
	text-decoration: none;
}
.dfi-ubtns{
	display:flex;
	justify-content: space-between;
	align-items: flex-start;
	margin-bottom:25px;
}
.dfi-ubtn, .dfi-ubtn:hover, .dfi-ubtn:focus{
	color: #212325;
	font-family: Open Sans;
	font-size: 12px;
	font-style: normal;
	font-weight: 400;
	line-height: 100%;
	padding:12px;
	text-align: center;
	border-radius: 5px;
	border: 1px solid rgba(251, 142, 48, 0.50);
	width:49%;
	text-decoration: none;
}
.sauna__free-map-title2{
	font-size: 16px;
	font-style: normal;
	font-weight: 600;
	line-height: 100%;
	margin:0 0 15px 0;
	padding:0;
	color:#212325;
}
.sauna-free .sauna-free__map2{
	height:200px;
	margin-bottom:25px;
}
.sauna-free__info .sauna__info-btn{
	margin: 0 0 10px 0;
}
.sauna-free .sademob-phone-outer2 .sademob-phone, .sauna-free .sademob-phone-outer2 .sademob-phone:hover, .sauna-free .sademob-phone-outer2 .sademob-phone:focus{
	background:#16AD40;
	border:1px solid #16AD40;
}
.fhd-items-out{
	overflow-x:scroll;
	margin-bottom:20px;
}
.fhd-items{
	display:flex;
	justify-content: flex-start;
	align-items: flex-start;
}
.fhd-item{
	background: #FFFFFF;
	border: 1px solid #E6E5E5;
	box-shadow: 0px 0px 6px rgba(0, 0, 0, 0.02), 0px 2px 4px rgba(0, 0, 0, 0.08);
	border-radius: 5px;
	padding:20px;
	position:relative;
	margin: 0 15px 10px 0;
	width:760px;
	flex-grow: 0;
	flex-shrink: 0;
}
.fhd-item-one{
	width:100%;
}
.fhd-item-center{
	display:flex;
	justify-content:flex-start;
	align-items:flex-start;
}
.fhd-item-col1{
	width:275px;
	flex-grow:0;
	flex-shrink:0;
}
.fhd-item-col2{
	width:100%;
	margin-left:20px;
}
.fhd-item-top{
	display:flex;
	justify-content:space-between;
	align-items:center;
	margin-bottom:15px;
}
.fhd-item-top-title{
	font-size: 18px;
	font-style: normal;
	font-weight: 600;
	line-height: 100%;
	color:#212325;
}
.fhd-item-top-price{
	font-size: 18px;
	font-style: normal;
	font-weight: 600;
	line-height: 100%;
	color:#212325;
}
.fhd-item-desc{
	margin-bottom:20px;
}
.fhd-item-desc-title{
	font-size: 14px;
	font-style: normal;
	font-weight: 400;
	line-height: 100%;
	margin-bottom:8px;
	color:#212325;
}
.fhd-item-desc-text{
	font-size: 14px;
	font-style: normal;
	font-weight: 400;
	line-height: 140%; 
	color:#212529;
	height:60px;
	overflow:hidden;
	margin-bottom:8px;
}
.fhd-item-desc-text-full{
	height:auto;
	overflow: auto;
}
.fhd-item-desc-text-show, .fhd-item-desc-text-show:hover, .fhd-item-desc-text-show:focus{
	font-size: 14px;
	font-style: normal;
	font-weight: 400;
	line-height: 140%;
	text-decoration: none;
	color:#F78625;
}
.fhd-item-har-line{
	display:flex;
	justify-content:space-between;
	align-items:flex-start;
	margin-bottom:6px;
}
.fhd-item-har-line-col1{
	width:30%;
	flex-grow: 0;
	flex-shrink: 0;
	font-size: 14px;
	font-style: normal;
	font-weight: 400;
	line-height: 100%;
	color:#212325;
}
.fhd-item-har-line-col2{
	width:68%;
	flex-grow: 0;
	flex-shrink: 0;

	font-size: 14px;
	font-style: normal;
	font-weight: 400;
	line-height: 140%;
	color:#212529;
	text-align:left;

	display:flex;
	justify-content: space-between;
	align-items: center;
}
.fhd-item-har-line-col2 a, .fhd-item-har-line-col2 a:hover, .fhd-item-har-line-col2 a:focus{
	font-size: 14px;
	font-style: normal;
	font-weight: 400;
	line-height: 140%;
	color:#212529;
}
.fhd-item-har-line-text{
	overflow: hidden;
	height:20px;
	/*
	white-space: nowrap;
	text-overflow: ellipsis;
	*/
}
.fhd-item-har-line-qsr-place{
	width:20px;
	margin-left:10px;
	flex-grow: 0;
	flex-shrink: 0;
	position:relative;
}
.fhd-item-har-line-qsr{
	display:block;
	width:20px;
	height:20px;
	background-image: url('../img/icon/qsr.svg');
	background-size: contain;
	background-repeat: no-repeat;
	background-position: 50% 50%;
}
.fhd-item-har-line-qsr-list{
	position:absolute;
	bottom:22px;
	right:0;
	padding:15px;
	border-radius: 5px;
	border: 1px solid #E5E5E5;
	background: #FFF;
	box-shadow: 0px 2px 4px 0px rgba(0, 0, 0, 0.08), 0px 0px 6px 0px rgba(0, 0, 0, 0.02);
	width:350px;
	display:none;
	z-index:10;
}
.fhd-item-har-line-qsr-list-active{
	display:block;
}

/*
.fhd-item-har-line-qsr-place:hover .fhd-item-har-line-qsr-list{
	display:block;
}
*/

.fhd-item-har-line-qsr-list-item{
	font-size: 14px;
	font-style: normal;
	font-weight: 400;
	line-height: 100%;
	color:rgba(70, 70, 70, 0.8);
	margin-right:30px;
	margin-bottom:5px;
}
.fhd-item-har-line-qsr-list-item::before{
	content: "";
	display:inline-block;
	width:4px;
	height:4px;
	background-image: url('../img/icon/dot12.svg');
	background-size: contain;
	background-repeat: no-repeat;
	background-position: 50% 50%;
	margin: 5px 10px 5px 0;
}
.fhd-item-har-line-qsr-list-item a, .fhd-item-har-line-qsr-list-item a:hover, .fhd-item-har-line-qsr-list-item a:focus{
	font-size: 14px;
	font-style: normal;
	font-weight: 400;
	line-height: 100%;
	color:#464646;
	text-decoration: underline;
}
.fhd-item-har-line-qsr-close{
	position: absolute;
	top:15px;
	right:15px;
	width:14px;
	height:14px;
	background-image: url('../img/icon/close12.svg');
	background-size: contain;
	background-repeat: no-repeat;
	background-position: 50% 50%;
}

.reviews-detail-desktop2{
	margin:0;
}
.reviews-detail-desktop2 .review-wrapper{
	max-height: none;
	overflow-y: auto;
	border: none;
	border-radius: 0;
	background: transparent;

	display:flex;
	justify-content: flex-start;
	align-items: flex-start;
	overflow-x: scroll;
}
.reviews-detail-desktop2 .review-wrapper .review__item{
	width:295px;
	margin-right:10px;
	flex-grow: 0;
	flex-shrink: 0;
}
.review.reviews-detail-desktop2 .review__header{
	padding-right:0;
}
.rdd2-text{
	height:33px;
	overflow:hidden;
	margin-bottom:5px;
	font-size:12px;
	line-height:140%;
}
.rdd2-text-full{
	height:auto;
	overflow: auto;
}
.rdd2-text-show, .rdd2-text-show:hover, .rdd2-text-show:focus{
	font-size: 12px;
	font-style: normal;
	font-weight: 400;
	line-height: 140%;
	color:#F78625;
	text-decoration: none;
}
.reviews-detail-desktop2 .review__header-title{
	font-size:12px;
}
.reviews-detail-desktop2 .review__header-date{
	font-size:12px;
}
.reviews-detail-desktop2 .review__text-pre{
	font-size:12px;
}
.reviews-detail-desktop2 .review__btn-text{
	font-size:12px;
}
.reviews-detail-desktop2 .review__btn .button{
	font-size:12px;
}
.review.review-sauna.reviews-detail-desktop2 .review__rating{
	width: 30px;
    height: 30px;
	line-height: 30px;
	font-size: 12px;
}
.rdd2main-block{
	display:flex;
	justify-content: flex-start;
	align-items: flex-start;
}
.rdd2main-col1{
	width:270px;
	flex-grow: 0;
	flex-shrink: 0;
	margin-right:30px;
}
.rdd2main-col2{
	width:100%;
	overflow:hidden;
}
.sauna-paid__reviewsplace-toprate2{
	font-weight: 700;
	font-size: 18px;
	line-height: 60px;
	color: #FB8E30;
	width: 60px;
	height: 60px;
	text-align: center;
	border-radius: 50%;
	border: 1px solid #FB8E30;
	margin-right: 25px;
}
.sauna-paid__reviewsplace-toprates2{
	width:100%;
}
.sauna-paid__reviewsplace-toprates2 .sauna-paid__reviewsplace-starplace{
	display:flex;
	justify-content: space-between;
	align-items: center;
	margin-bottom:10px;
}
.sauna-paid__reviewsplace-toprates2 .sauna-paid__reviewsplace-starplace-title{
	margin-bottom:0;
}
.sauna-paid__reviewsplace-title2{
	font-size:16px;
	line-height:100%;
}
.sauna-free__info-st{
	position: relative;
}


.form-review-f2 .choise-rating{
	display:block;
}
.form-review-f2-bottom{
	display:flex;
	justify-content: space-between;
	align-items: flex-start;
}
.form-review-f2-bottom-col1{
	width:45%;
}
.form-review-f2-bottom-col2{
	width:1px;
	height:200px;
	opacity: 0.5;
	background: #D9D9D9;
}
.form-review-f2-bottom-col3{
	width:45%;
}

.fsademob-dtitle2{
	padding: 5px 10px 15px 10px;
	border-bottom:none;
	margin-bottom:0;
}
.fsademob-dtitle2 .fsademob-dtitle-name::after{
	content:none;
}

.sademob-hlist{
	display:flex;
	justify-content: flex-start;
	align-items: stretch;
	overflow-x:scroll;

	border-top: 1px solid #F3F3F3;
	border-bottom: 1px solid #F3F3F3;
	background: #FFF;
	padding:20px 0 20px 15px;
	margin-bottom:20px;
}
.sademob-hlist-item{
	width:320px;
	flex-shrink: 0;
	flex-grow: 0;
	margin-right:10px;

	border-radius: 5px;
	border: 1px solid #E5E5E5;
	background: #FFF;
	box-shadow: 0px 2px 4px 0px rgba(0, 0, 0, 0.08), 0px 0px 6px 0px rgba(0, 0, 0, 0.02);
	padding:15px;
}
.sademob-hlist-item .sademob-block1{
	background: none;
	border-bottom: none;
	border-top: none;
	margin-bottom: 0;
	padding: 0;
}
.sademob-hlist-item .fhd-item-har-line{
	flex-direction: column;
	margin-bottom:12px;
}
.sademob-hlist-item .fhd-item-har-line-col1{
	width:100%;
	margin-bottom:6px;
}
.sademob-hlist-item .fhd-item-har-line-col2{
	width:100%;
}

.sademob-hlist-item .fhd-item-desc-text-show, .sademob-hlist-item .fhd-item-desc-text-show:hover, .sademob-hlist-item .fhd-item-desc-text-show:focus{
	color:#464646;
	opacity:0.6;
	text-decoration: underline;
}
.sademob-hlist-item .fhd-item-har-line-qsr{
	background-image: url('../img/icon/qsr2.svg');
}
.sademob-hlist-item .fhd-item-har-line-qsr-list{
	width:240px;
}

.sademob-hlist-item .sademob-im-img{
	width:270px;
}

.sademob-frbtns{
	display:flex;
	justify-content: space-between;
	align-items: center;
	margin-bottom:10px;
}
.sademob-frbtns-col{
	width:49%;
	flex-shrink: 0;
	flex-grow: 0;
}
.sademob-frbtn, .sademob-frbtn:hover, .sademob-frbtn:focus{
	display:block;
	color: #212325;
	font-size: 12px;
	font-style: normal;
	font-weight: 400;
	line-height: 100%; 
	text-align:center;
	padding:13px;
	background:#fff;
	border-radius: 5px;
	border: 1px solid rgba(251, 142, 48, 0.50);
	width:100%;
	display:flex;
	justify-content: center;
	align-items: center;
}
.sademob-frbtn::before{
	content: "";
	display: block;
	width: 14px;
	height: 14px;
	background-size: contain;
	background-position: 50% 50%;
	background-repeat: no-repeat;
	background-image: url('../img/icon/calendar3.svg');
	flex-grow: 0;
	flex-shrink: 0;
	margin-right:5px;
}
.sademob-frbtn2::before{
	background-image: url('../img/icon/phone.svg');
}
.sademob-hlist-one{
	padding:20px 15px;
}
.sademob-hlist-one .sademob-hlist-item{
	width:100%;
	margin-right:0;
}

.reviews-detail-mob222{
	background-color:#fff;
}
.review.review-sauna.reviews-detail-mob222{
	margin: 25px 0 0 0;
}
.reviews-detail-mob222 .review__item{
	border-bottom:none;
	border: 1px solid #E5E5E5;
    box-shadow: 0px 0px 6px rgba(0, 0, 0, 0.02), 0px 2px 4px rgba(0, 0, 0, 0.08);
    border-radius: 5px;
    background-color: #fff;
    padding: 20px;
	margin-bottom:20px;
}
.reviews-detail-mob222 .review__header {
    margin-bottom: 15px;
    font-weight: 600;
    font-size: 16px;
    line-height: 100%;
    color: #212325;
    display: flex;
    justify-content: flex-start;
    align-items: center;
}
.reviews-detail-mob222 .review__header-col1 {
    flex-grow: 0;
    flex-shrink: 0;
    margin-right: 12px;
}
.reviews-detail-mob222 .review__header-col2 {
    flex-grow: 1;
    flex-shrink: 1;
}
.review.review-sauna.reviews-detail-mob222 .review__rating {
    position: relative;
    top: auto;
    left: auto;
    display: inline-block;
    text-align: center;
    font-weight: 400;
    color: #fff;
    background-color: #BDBDBD;
    border-radius: 50%;
    padding: 0;
	margin-top:0;
}
.reviews-detail-mob222 .review__header-title {
    font-weight: 600;
    line-height: 100%;
    color: #212325;
    margin-bottom: 5px;
}
.reviews-detail-mob222 .review__header-date {
    font-weight: 400;
    line-height: 100%;
    color: #464646;
    opacity: 0.6;
}
.reviews-detail-mob222 .review__text {
    margin: 0 0 15px 0;
    font-weight: 400;
    font-size: 16px;
    line-height: 140%;
    color: #464646;
	opacity:1;
}
.reviews-detail-mob222 .review__text-pre {
    color: #000;
    opacity: 1;
    margin-bottom: 10px;
    font-weight: 600;
    line-height: 100%;
	opacity: 0.6;
}
.reviews-detail-mob222 .review__btn {
    display: flex;
    justify-content: flex-start;
    align-items: center;
}
.reviews-detail-mob222 .review__btn-text {
    font-weight: 400;
    line-height: 100%;
    color: #212325;
}
.reviews-detail-mob222 .review__btn .button {
    margin-left: 15px;
    padding: 0;
    border: none;
    border-radius: 0;
    font-weight: 400;
    line-height: 100%;
    text-decoration: underline;
    color: #212325;
    background: transparent;
}
.sademob-reviews2-num2{
	border:1px solid #BDBDBD;
	color:#BDBDBD;
}

.reviews-detail-mob222 .rdd2-text-show, .reviews-detail-mob222 .rdd2-text-show:hover, .reviews-detail-mob222 .rdd2-text-show:focus{
	color:#BDBDBD;
}

.reviews-detail-mob222 .rdd2-text{
	color:#212529;
}
.sademob-reviews2-rb3 .sademob-reviews2-line{
	display:flex;
	justify-content: space-between;
	align-items: flex-start;
}
.sademob-reviews2-rb3 .sademob-reviews2-rbcol2{
	width:50%;
}
.sademob-params22{
	background:none;
	padding:0;
	margin-bottom:20px;
}
.sademob-params22 .sademob-param-icon{
	flex-grow: 0;
	flex-shrink: 0;
}
.sademob-params22 .sademob-param-icon--address{
	background-image: url('../img/icon/placemark-grey.svg');
}
.dfi-text-block-mob .dfi-text-block-text-show{
	color:#464646;
	opacity:0.6;
	text-decoration: underline;
}
.sauna-free__map22 {
    height: 200px;
    margin-bottom: 25px;
	margin-top:0;
}
.dofm-items{
	display:flex;
	justify-content: flex-start;
	align-items: stretch;
	overflow-x:scroll;
	flex-wrap: nowrap;
}
.dofm-items .card{
	width:156px;
	margin-right:10px;
	flex-grow: 0;
	flex-shrink: 0;
}



.dofm-items .card-dtcat {
	padding: 0;
	background: #FFFFFF;
	border: 1px solid ##D1D1D1;
	box-shadow: none;
	border-radius: 5px;
	overflow: visible;
}
.dofm-items .card-dtcat-u {
    border: 1px solid #F78625;
    box-shadow: 0px 0px 6px rgba(0, 0, 0, 0.02), 0px 2px 4px rgba(0, 0, 0, 0.08);
}
.dofm-items .dtcat-im-place {
	position: relative;
	margin-bottom: 8px;
	margin-top: 8px;
	margin-left: 8px;
	margin-right: 8px;
	overflow: hidden;
	height: 100px;
}

.dofm-items .dtcat-im-slider-button {
    display: inline-block;
    width: 10px;
    height: 16px;
    background-size: contain;
    background-position: 50% 50%;
    background-repeat: no-repeat;
    position: absolute;
    top: 50%;
    margin-top: -8px;
    cursor: pointer;
    z-index: 5;
}
.dofm-items .dtcat-im-slider-button-left {
    background-image: url(../img/icon/chevron-left-solid.svg);
    left: 5px;
}
.dofm-items .dtcat-im-slider-button-right {
    background-image: url(../img/icon/chevron-right-solid.svg);
    right: 5px;
}
.dofm-items .dtcat-im-slider-item {
    position: relative;
    display: block;
}
.dofm-items .dtcat-counter {
    position: absolute;
    bottom: 10px;
    right: 10px;
    background-color: rgba(0,0,0,0.5);
    border-radius: 33px;
    padding: 6px 10px;
    font-weight: 400;
    font-size: 12px;
    line-height: 100%;
    color: #fff;
    z-index: 20;
}
.dofm-items .dtcat-im-slider-image-vi, .dofm-items .dtcat-image-vi {
    width: 100%;
    height: 100px;
    border-radius: 3px;
    display: block;
    position: relative;
    overflow: hidden;
}
.dofm-items .dtcat-im-slider-image-vi img, 
.dofm-items .dtcat-im-slider-image-vi video, 
.dofm-items .dtcat-image-vi img,
.dofm-items .dtcat-image-vi video {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    -o-object-fit: cover;
    object-fit: cover;
}


.dofm-items .dtcat-lcol {
    padding: 0 8px 8px 8px;
}
.dofm-items .dtcattitle-block {
    margin-bottom: 8px;
}


.dofm-items .dtcattitle-checked, .dofm-items .dtcattitle-checked:hover, .dofm-items .dtcattitle-checked:focus {
    display: inline-block;
    width: 12px;
    height: 12px;
    background-image: url(../img/icon/cat_checked2.svg);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: 50% 50%;
    margin-left: 0;
    flex-shrink: 0;
}
.dofm-items .dtcattitle-col2 .cardrate-block {
    position: relative;
    top: auto;
    left: auto;
    font-size: 12px;
    line-height: 13px;
    font-weight: 400;
    padding: 4px 5px;
    border-radius: 33px;
    display: flex;
    justify-content: flex-start;
    align-items: center;
	margin-left:3px;
}


.dofm-items .dtcattitle-col2 {
    float: right;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    margin-left: 5px;
    margin-bottom: 0;
    position: relative;
}
.dofm-items .cardtitle-checked-help {
    text-align: center;
    padding: 15px 30px;
    width: 245px;
    box-shadow: 0px 0px 20px #777777;
}
.dofm-items .cardtitle-checked-help-img {
    background-image: url(../img/icon/like2.svg);
    background-size: 87px 87px;
    background-position: 50% 50%;
    background-repeat: no-repeat;
    margin-bottom: 15px;
    width: 100%;
    height: 87px;
}
.dofm-items .cardtitle-checked-help-img2 {
    background-image: url(../img/icon/roll.svg);
}
.dofm-items .cardtitle-checked-help-text {
    font-weight: 400;
    font-size: 14px;
    line-height: 120%;
    color: #464646;
    margin-bottom: 15px;
    padding-right: 0;
}
.dofm-items .cardtitle-checked-help-close, .dofm-items .cardtitle-checked-help-close:hover, .dofm-items .cardtitle-checked-help-close:focus {
    display: block;
    position: absolute;
    top: 15px;
    right: 10px;
    width: 14px;
    height: 14px;
    background-image: url(../img/icon/close3.svg);
    background-size: contain;
    background-position: 50% 50%;
    background-repeat: no-repeat;
}
.dofm-items .cardrate-block-rl {
    position: relative;
    top: auto;
    left: auto;
    margin-left: 5px;
}
.dofm-items .dtcattitle-col2 .cardrate-block {
    position: relative;
    top: auto;
    left: auto;
	font-size:12px;
}
.dofm-items .dtcattitle-col2 .cardrate-block::before{
	width:11px;
	height:11px;
}
.dofm-items .dtcattitle-name, .dofm-items .dtcattitle-name:hover, .dofm-items .dtcattitle-name:focus {
	font-weight: 600;
	font-size: 10px;
	line-height: 12px;
	color: #000;
	text-decoration: none;
	margin-right: 5px;
	display: -webkit-box;
	-webkit-line-clamp: 1;
	-webkit-box-orient: vertical;
	overflow: hidden;
	height: 12px;
}
.dofm-items .dtcat__priceun {
    font-weight: 400;
    font-size: 10px;
    line-height: 100%;
    color: #464646;
    margin-bottom: 8px;
    padding-bottom: 0;
    border-bottom: none;
    clear: both;
}
.dofm-items .dtcat__priceun span{
	font-weight: 600;
    font-size: 10px;
}

.dofm-items .dtcatdlist-item {
    font-weight: 400;
    font-size: 10px;
    line-height: 140%;
    color: #FFFFFF;
    padding: 10px 22px;
    background: #F78625;
    border: 1px solid rgba(251,142,48,0.5);
    border-radius: 5px;
    width: 100%;
}


.dofm-items .cardtitle-discb {
    text-align: center;
    padding: 15px 30px;
    width: 245px;
    box-shadow: 0px 0px 20px #777777;
}
.dofm-items .cardtitle-discb-img {
    background-image: url(../img/present.svg);
    background-size: 90px 87px;
    background-position: 50% 50%;
    background-repeat: no-repeat;
    margin-bottom: 15px;
    width: 100%;
    height: 90px;
}
.dofm-items .cardtitle-discb-title {
    font-weight: 700;
    font-size: 14px;
    line-height: 100%;
    color: #212325;
    margin-bottom: 6px;
}
.dofm-items .cardtitle-discb-text {
    font-weight: 400;
    font-size: 14px;
    line-height: 120%;
    color: #464646;
    margin-bottom: 15px;
    padding-right: 0;
}
.dofm-items .cardtitle-discb-close, .dofm-items .cardtitle-discb-close:hover, .dofm-items .cardtitle-discb-close:focus {
    background-image: url(../img/icon/close3.svg);
}
.dofm-items .dtcat-counter-map{
	display:none;
}

.dofm-items .card__info-item--addess{
	padding:0;
	background:none;
	display: flex;
	justify-content: flex-start;
    align-items: center;
}
.dofm-items .card__info-item--addess .card__info-text{
	font-size: 12px;
	font-style: normal;
	font-weight: 400;
	line-height: 100%;
}
.dofm-items .cardtitle-disc, .dofm-items .cardtitle-disc:hover, .dofm-items .cardtitle-disc:focus{
	padding:4px 8px;
	font-size:12px;
}

.dofm-block{
	border-top: 1px solid #F3F3F3;
	border-bottom: 1px solid #F3F3F3;
	background: #FFF;
	padding:7px 5px 0px 5px;
}
.dofm-title{
	color:#212325;
	font-size: 18px;
	font-style: normal;
	font-weight: 600;
	line-height: 100%; 
	margin-bottom:7px;
}
.dofm-items .dtcatdlist-slider-button {
    display: inline-block;
    width: 10px;
    height: 16px;
    background-size: contain;
    background-position: 50% 50%;
    background-repeat: no-repeat;
    position: absolute;
    top: 50%;
    margin-top: -8px;
    cursor: pointer;
    z-index: 5;
}
.dofm-items .dtcatdlist-slider-button-left {
    background-image: url(../img/icon/chevron-left-solid.svg);
    left: 5px;
}
.dofm-items .dtcatdlist-slider-button-right {
    background-image: url(../img/icon/chevron-right-solid.svg);
    right: 5px;
}


.dofm-items .card-overphotos-block {
    position: absolute;
    top: 12px;
    left: 12px;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    z-index: 10;
}
.dofm-items .card-overphotos-block .cardspecial-block {
    position: relative;
    top: auto;
    left: auto;
}
.dofm-items .card-overphotos-block .cardtitle-disc, .dofm-items .card-overphotos-block .cardtitle-disc:hover, .dofm-items .card-overphotos-block .cardtitle-disc:focus {
    margin-left: 0;
    font-size: 10px;
    line-height: 100%;
    padding: 4px;
    border-radius: 33px;
    display: flex;
}
.dofm-items .card-overphotos-block2 {
    right: 8px;
    left: auto;
}
.dofm-items .cardfich-cid {
    display: flex;
    justify-content: flex-start;
    align-items: center;
}
.dofm-items .cardfich-cid-item {
    width: 26px;
    height: 26px;
    flex-grow: 0;
    flex-shrink: 0;
    margin-left: 6px;
    margin-right: 0;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: 50% 50%;
}
.dofm-items .cardfich-cid-item-247{
	background-image:url('../img/icon/cat/4/247.svg');
}
.dofm-items .cardfich-cid-item-family{
	background-image:url('../img/icon/cat/4/family.svg');
}
.dofm-items .cardfich-cid-item-new{
	background-image:url('../img/icon/cat/4/new.svg');
}
.dofm-items .cardfich-cid-item-noalk{
	background-image:url('../img/icon/cat/4/noalk.svg');
}
.dofm-items .cardfich-cid-item-nofood{
	background-image:url('../img/icon/cat/4/nofood.svg');
}


.dofm-items .card-dtcat .card__info-item--addess{
	padding:0;
	font-weight: 400;
	font-size: 10px;
	line-height: 100%;
	color: #464646;
	background: none;
	border-radius: 0;
	display:block;
	margin-bottom:8px;
}
.dofm-items .card-dtcat .card__info-item--addess .card__info-text{
	overflow: hidden;
	text-overflow:ellipsis;
	white-space:nowrap;
	display: inline-block;
	max-width:none;
	vertical-align: middle;
	font-size:10px;
	line-height: 100%;
	color:#464646;
}

.dofm-items .card__info-icon--adress2, .dofm-items .card__info-icon--adress10{
	width: 12px;
	height: 16px;
	flex-grow: 0;
	flex-shrink: 0;
	margin-right:8px;
}
.dofm-items .card__info-icon--adress2 {
	background-image: url('../img/icon/placemark-grey.svg');
}
.dofm-items .card__info-icon--adress10 {
	background-image: url('../img/icon/metro2.svg');
}
.dofm-items .card__info-icon--adress2-filled {
	background-image: url('../img/icon/placemark-grey2.svg');
}
.dofm-items .card__info-icon--adress10-filled {
	background-image: url('../img/icon/metro3.svg');
}
.dofm-items .card__info-item--addess-in {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    height: 16px;
}



.dofm-items .dtcat-im-slider-button{
	display: inline-block;
	width: 20px;
	height: 20px;
	background-size: contain;
	background-position: 50% 50%;
	background-repeat: no-repeat;
	position: absolute;
	top: 50%;
	margin-top: -10px;
	cursor: pointer;
	z-index:5;
}
.dofm-items .dtcat-im-slider-button.slick-disabled{
	display:none;
}
.dofm-items .dtcat-im-slider-button-left{
	background-image: url('../img/icon/prev100.svg');
	left:8px;
}
.dofm-items .dtcat-im-slider-button-right{
	background-image: url('../img/icon/next100.svg');
	right:8px;
}
.dofm-items .dtcat-counter {
    position: absolute;
    bottom: 10px;
    right: 10px;
    background-color: rgba(0, 0, 0, 0.5);
    border-radius: 33px;
    padding: 6px 10px;
    font-weight: 400;
    font-size: 14px;
    line-height: 100%;
    color: #fff;
    z-index: 20;
}
.dofm-items .card-dtcat .card__serv-list {
    margin-top: 0;
    margin-bottom: 16px;
    margin-right: 23px;
    margin-left: 23px;
}
.dofm-items .card-dtcat .card__serv-list-dsc-one{
	margin-right:0;
	margin-left:0;
}
.dofm-items .card-dtcat .card__serv-list div {
	flex: 0 0 auto;
}
.dofm-items .card-dtcat .card__serv-list-span {
	background: #f3f3f3;
	display: inline-block;
	padding: 4px 10px;
	color: #000;
	margin-right: 10px;
	border-radius: 5px;
	font-size: 14px;
	line-height: 14px;
}
.dofm-items .card-dtcat .card__disc-slider-button{
	width:18px;
	height:18px;
}
.dofm-items .card-dtcat .card__disc-slider-button.slick-disabled{
	opacity: 1;
}
.dofm-items .card-dtcat .card__disc-slider-button-right-grey{
	background-image: url('../img/icon/next200.svg');
	right:-23px;
}
.dofm-items .card-dtcat .card__disc-slider-button-left-grey{
	background-image: url('../img/icon/prev200.svg');
	left:-23px;
}
.dofm-items .card-dtcat .card__serv-list-dsc .card__serv-list-span{
	background: #FFE7D2;
	display: inline-block;
	padding: 2px 6px;
	color: #464646;
	margin-right: 4px;
	border-radius: 40px;
	border:1px solid #F78625;
	font-size: 10px;
	line-height: 11px;
	white-space: nowrap;
}
.dofm-items .card-dtcat .card__serv-list-dsc .card__serv-list-span::before{
	display:inline-block;
	content:"";
	width:10px;
	height:10px;
	margin-right:4px;
	background-size:contain;
	background-repeat: no-repeat;
	background-position: 50% 50%;
	background-image:url('../img/icon/present_orange.svg');
}


.dofm-items .dtcat_bbtns{
	display:flex;
	justify-content: space-between;
	align-items: center;
}
.dofm-items .dtcat_bbtn-call, .dofm-items .dtcat_bbtn-call:hover, .dofm-items .dtcat_bbtn-call:focus{
	display:block;
	font-size: 13px;
	font-weight: 400;
	line-height: 13px;
	color:#464646;
	padding:10px;
	text-align: center;
	text-decoration: none;
	flex-grow: 1;
	width:100%;
	background:#F1F1F3;
	border-radius: 5px;
}
.dofm-items .dtcat_bbtn-call2, .dofm-items .dtcat_bbtn-call2:hover, .dofm-items .dtcat_bbtn-call2:focus{
	background:#FB8E30;
	color:#fff;
}
.dofm-items .dtcat_bbtn-map, .dofm-items .dtcat_bbtn-map:hover, .dofm-items .dtcat_bbtn-map:focus{
	display:block;
	width:32px;
	height:32px;
	margin-left:6px;
	background-color:#F1F1F3;
	text-decoration: none;
	border-radius: 5px;
	flex-grow: 0;
	flex-shrink: 0;
	background-image: url('../img/icon/dtcat_bbtn-map.svg');
	background-size:12px 16px;
	background-position: 50% 50%;
	background-repeat: no-repeat;
}
.dofm-items .dtcat_bbtns .cardlove, .dofm-items .dtcat_bbtns .cardlove:hover, .dofm-items .dtcat_bbtns .cardlove:focus{
	position: relative;
	top:auto;
	right:auto;
	width:32px;
	height:32px;
	margin-left:6px;
	background-color:#F1F1F3;
	text-decoration: none;
	border-radius: 5px;
	flex-grow: 0;
	flex-shrink: 0;

	background-image: url('../img/icon/heart.svg');
	background-size:14px 12px;
	background-position: 50% 50%;
	background-repeat: no-repeat;
}
.dofm-items .dtcat_bbtns .cardlove.loved, .dofm-items .dtcat_bbtns .cardlove.loved:hover, .dofm-items .dtcat_bbtns .cardlove.loved:focus{
	background-image: url('../img/icon/heart2.svg');
}
.dofm-items .dtcat_bbtns .cardlove::after{
	display:none;
}
.dofm-items .card__serv-list-vd{
	width:100%;
	height:34px;
}
.dofm-items .catalog-list.map-view .card__serv-list-vd{
	height:auto;
}
.dofm-items .card__serv-list-vdt, .dofm-items .card__serv-list-vdt:hover, .dofm-items .card__serv-list-vdt:focus{
	display:block;
	background: #FFE7D2;
	padding: 2px 6px;
	color: #464646;
	border-radius: 40px;
	border: 1px solid #F78625;
	font-size: 10px;
	line-height: 11px;
	white-space: nowrap;
	text-align: center;
	width:100%;
	margin-bottom:16px;
}
.dofm-items .card__serv-list-vdt2, .dofm-items .card__serv-list-vdt2:hover, .dofm-items .card__serv-list-vdt2:focus{
	display:block;
	background: none;
	padding: 2px 6px;
	color: #464646;
	border-radius: 40px;
	border: 1px solid #F1F1F3;
	font-size: 10px;
	line-height: 11px;
	white-space: nowrap;
	text-align: center;
	width:100%;
	margin-bottom:16px;
}
.dofm-items .carddotline-emp, .dofm-items .carddotline-emp:hover, .dofm-items .carddotline-emp:focus{
	display:block;
	font-size: 13px;
	line-height: 13px;
	color: #8F8F8F;
	font-weight: 400;
	text-decoration: none;
	margin-bottom:13px;
}
.sademob-npparams{
	display:flex;
	justify-content: space-around;
	align-items: center;
	margin: 0 -5px;
}
.sademob-npparams .sademob-param{
	flex-grow: 0;
	flex-shrink: 0;
	/*width:calc(50% - 10px);*/
	margin: 15px 5px;
	display:flex;
	justify-content: flex-start;
	align-items: center;
}
.sademob-npparams .sademob-param-icon--viber {
	background-image: url("../img/icon/viber100.svg");
	width:24px;
	height:24px;
}
.sademob-npparams .sademob-param-icon--wa {
	background-image: url("../img/icon/whatsapp100.svg");
	width:24px;
	height:24px;
}

.sademob-npparams-dst{
	display:flex;
	justify-content: flex-start;
	align-items: center;
	margin: 0 -5px;
	flex-wrap: wrap;
	padding-top:20px;
	margin-top:20px;
	border-top:1px solid #D9D9D9;
}
.sademob-npparams-dst .sauna__info-item{
	flex-grow: 0;
	flex-shrink: 0;
	width:calc(50% - 10px);
	margin: 0 5px 12px 5px;
	padding:0;
	font-size:14px;
	line-height: 14px;
	font-weight: 400;
	color:#212325;
	display:flex;
	justify-content: flex-start;
	align-items: center;
}
.sademob-npparams-dst .sauna__info-item .sauna__info-icon{
	position: relative;
	top:auto;
	left:auto;
	flex-grow: 0;
	flex-shrink: 0;
	width:16px;
	height:16px;
	margin-right:6px;
}

@media (max-width: 768px) {

	.sademob-npparams-dst .sauna__info-item .sauna__info-icon{
		width:20px;
		height:20px;
	}
	.sademob-npparams-dst .sauna__info-item{
		font-size:12px;
		line-height: 12px;
	}

}


.sademob-sh-lined{
	display:flex;
	justify-content: flex-start;
	align-items: stretch;
	flex-wrap: nowrap;
	overflow-x:auto;
	padding-bottom:20px;
}
.sademob-sh-lined .sademob-sh-item {
	display: block;
	padding: 12px;
	border: 1px solid #FB8E30;
	border-radius: 5px;
	margin-right:10px;

	flex:0 0 auto;
	width:203px;
}
.sademob-sh-lined .sademob-sh-item:last-child{
	margin-right:0;
}

.sademob-sh-lined .sademob-sh-title {
	font-weight: 400;
	font-size: 13px;
	line-height: 100%;
	margin-bottom: 6px;
}
.sademob-sh-lined .sademob-sh-price {
	font-weight: 600;
	font-size: 18px;
	line-height: 100%;
	margin-bottom: 8px;
}
.sademob-sh-lined .sademob-sh-price span{
	font-weight: 400;
}
.sademob-sh-lined .sademob-sh-desc{
	font-weight: 400;
	font-size: 10px;
	line-height: 100%;
	color: #F78625;
	display:flex;
	justify-content: space-between;
	align-items: center;
	margin-top:3px;
}
.sademob-sh-lined .sademob-sh-desc span{
	opacity: 0.6;
	color: #212325;
}


.sademob-sh-lined .sademob-sh-item.selected{
	background:#F78625;
	color:#fff;
}
.sademob-sh-lined .sademob-sh-item.selected .sademob-sh-desc{
	color:#fff;
}
.sademob-sh-lined .sademob-sh-item.selected .sademob-sh-desc span{
	opacity: 1;
	color: #fff;
}

.sauna-paid__halls-slider{
	display:flex;
	justify-content: flex-start;
	align-items: flex-start;
}
.sauna-paid__halls-slider.slick-slider{
	display:block;
}
.sauna-paid__main-slider{
	display:flex;
	justify-content: flex-start;
	align-items: flex-start;
}
.sauna-paid__main-slider.slick-slider{
	display:block;
}

.vvideo_block{
	display:flex;
	justify-content: space-between;
	align-items: flex-start;
}
.vvideo_block-col1{
	flex-grow: 1;
	flex-shrink: 1;
	width:100%;
}
.vvideo_block-col2{
	flex-grow: 0;
	flex-shrink: 0;
	width:192px;
	margin-left:10px;
}
.vvideo_block video{
	width:100%;
	height:350px;
}
#dvideo_block_place video{
	max-height:400px;
}
.dfother-block{
	position:fixed;
	z-index:300;
	background:#FFF;
	bottom:0;
	right:0;
	left:0;
	box-shadow: 0px -3px 10px rgba(0, 0, 0, 0.17);
}
.dfother-block .dofm-block{
	margin-bottom:0;
}
.dfother-pod-link, .dfother-pod-link:hover, .dfother-pod-link:focus{
	font-size:10px;
	line-height:100%;
	font-weight: 400;
	color:#000;
	text-decoration: none;
	display:flex;
	justify-content: flex-start;
	align-items: center;
}
.dfother-pod-link::after{
	display:inline-block;
	content:"";
	width:12px;
	height:12px;
	background-size:contain;
	background-position:50% 50%;
	background-repeat: no-repeat;
	background-image: url('../img/icon/dfother-pod-link.svg');
	margin-left:6px;
}
.dofm-items .cardrate-block, .dofm-items .cardrate-block:hover, .dofm-items .cardrate-block:focus{
	position:absolute;
	top:12px;
	right:12px;
	left:auto;
	border-radius: 33px;
	font-size:10px;
	line-height:10px;
	padding:4px;
}
.dofm-items .cardrate-block::before{
	width:10px;
	height:10px;
	margin-right:2px;
}

