.rl-head{
	background-color:#eaeaea;
	padding:12px 0;
	font-size: 12px;
	font-weight: bold;
	color: #747474;
	font-family: roboto;
	text-transform: uppercase;
	text-align: left;
}
.booking_room_table .room{
	border-bottom:0;
}

.rl-roomname{
	font-size:15px;
	color:#464646;
	font-weight:bold;
}
.rl-roomtype {
	font-size:13px;
	color:#464646;
}
.rl-roomtype .icon-room_man::before{
	color:#838383;
	font-size:18px;
}
.rl-roomprice-col{
	height:100%;
	background-color:#e9eaea;
	padding-top:24px;
	min-height: 140px;
}
.rl-roomprice{
	font-weight:bold;
	color:#f5833b;
	font-size:24px;
}
.rl-col{
	padding-top:24px;
}

.rl-col .tpl-buy-button{
	margin:0;
}
.action_price{
	margin-bottom: 0;
	font-weight: bold;
}
.room_dop_item{
	display:inline-block;
	margin-left:10px;
}
@media all and (min-width: 1200px) {
	.room-info {
    	margin-left: 150px;
	}
}

@media (max-width: 991px) {
	.rl-roomprice-col {
    	padding-bottom:24px;
		min-height:auto;
	}
	.booking_room_table .room{
		padding-bottom:12px;
		border-bottom:1px solid #f5833b;
	}
}
@media (max-width: 767px) {
	.rl-roomprice-col {
    	padding-top:0;
		padding-bottom:0;
		margin-top:15px;
		margin-bottom:0;
		background-color:transparent;
		text-align:center;
		padding-bottom: 0;
	}
	.rl-roomprice-col p{
		text-align:center;
	}

	.room_dop_item{
		margin:0 auto;
	}
	.rl-col{
		padding-top:0;
	}
	.hotel-descr p.rl-roomprice{
		font-size:30px;
		line-height:30px;
	}

}


.num-counter-room{
width: 42px;
margin-left: auto;
margin-right: auto;
float: left;
}
.num-counter-room .image-button {
    float: left;
    cursor: pointer;
    cursor: hand;
    width: 10px;
    height: 12px;
    line-height: 22px;
    margin-top: 6px;
    background: none;
    font-size: 18px;
}

.image-button::selection {
    background-color: transparent;
}

.num-counter.num-counter-room input {
    font-size: 13px;
    font-weight: bold;
    color: #464646;
    font-family: roboto;
    text-transform: uppercase;
    line-height: 36px;
    float: left;
    text-align: center;
    min-width: 10px;
    margin-left: 2px;
    margin-right: 2px;
    background: transparent;
    width: 18px !important;
    padding: 0;
}

.num-counter.num-counter-room .plus-active-or, .num-counter.num-counter-room .minus-active-or{
	color:#f5833b;
}

.num-counter.num-counter-room .plus-inactive-or,.num-counter.num-counter-room .minus-inactive-or{
	color:#ccc;
}


/**/
.hide_input{
	display: none;
}
.hide_input_label_user{
	padding:4px 24px 4px 54px;
	font-size:13px;
	line-height: 18px;
	font-weight:normal;
	background:url('/bitrix/templates/ethno_n/images/1170/forms/off.png?150910261991') no-repeat 0 50%;
	display:block;
	color:#676767;
	text-align:left !important;
}
.hide_input_label_user_2{
	font-size: 13px;
	line-height: 18px;
	font-weight: normal;
	display: block;
	color: #676767;
	padding-left:64px;
	text-align:left !important;
}

.hide_input:checked + .hide_input_label_user{
	background:url('/bitrix/templates/ethno_n/images/1170/forms/on.png?1509102619371') no-repeat 0 50%;
}
.hide_input:disabled + .hide_input_label_user{
	background:url('/bitrix/templates/ethno_n/images/1170/forms/non.png?150910261981') no-repeat 0 50%;
}

.child_info{
	font-size: 13px;
	line-height: 18px;
	font-weight: normal;
	color: #676767;
}


.booking_pr_inc_green{
	background:url('/bitrix/templates/ethno_n/images/1170/forms/on_green.png?15091019371') no-repeat 0 50%;
	font-size: 13px;
	line-height: 18px;
	padding-left:64px;
	color: #17a200;
	margin-left:10px;
	text-align:left;
}



	@media (max-width: 767px) {
		.hide_input_label_user{
			margin-bottom:0;
			padding-top:0;
		}

		.booking_pr_inc_green {
			text-align:left;
		}

	}