.container_row{
	width: 100%;
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
}
.container_row a{
	margin: 5px 6px;
	padding: 9px 14px;
	font-style: normal;
	font-weight: 400;
	font-size: 14px;
	line-height: 16px;
	background: #FFFFFF;
	color: black;
	box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.05);
	border-radius: 5px;
	text-decoration: none;
}
.container_row a:first-of-type{
	margin-left: 0px;
}
.container_row .available{
	background: #909A9E;
	color: white;
}

.container_row .right_block{
	background: unset;
    box-shadow: none;
    flex: 1 auto;
    text-align: right;
    margin-right: 0;
    padding: 9px 0px 0px 0px;
}
.left_mini{
    float: left;
    font-weight: 500;
    user-select: none;
}
.right_mini .text{
	padding-right: 10px;
}
.right_mini{
	font-weight: 500;
	user-select: none;
}
.filter_time{
	padding: 7px 10px;
	align-items: center;
	gap: 10px;
	border-radius: 5px;
	border: 1px solid var(--Gray, #C4C4C4);
	background: var(--Grey-bg, #F2F2F2);
	margin-left: 10px;
	cursor: pointer;
}
.filter_time:after {
    content: '';
    background: url(/images/angle-down.svg);
    display: inline-block;
    width: 10px;
    height: 10px;
    background-repeat: no-repeat;
    background-position: right bottom;
    margin-left: 5px;
    margin-bottom: 2px;
}
@media(min-width:1400px){
	.left_mini{
	    margin-left: 70px;
	}
}
.modal_little {
    margin-top: 13px;
	display: flex;
    flex-direction: column;
    align-items: stretch;
    padding: 10px;
    position: absolute;
    flex-wrap: nowrap;
    margin-left: 68px;
    background: #FFFFFF;
    box-shadow: 0px 4px 10px rgb(0 0 0 / 5%);
    border-radius: 10px;
    z-index: 99999;
    text-align: left;
    max-height: 183px;
    max-width: 335px;
    overflow: auto;
}
.filter_val {
    padding: 6px 0px;
    display: flex;
}
.filter_val input{
	margin-right: 10px;
	cursor: pointer;
	margin-top: 0px;
}
.filter_val input:checked{
	width: 9px;
	margin-right: 14px;
}
.filter_val label{
	cursor: pointer;
	font-weight: 400;
    vertical-align: middle;
    margin-bottom: 0px;
    max-width: 220px;
    overflow: hidden;
    text-overflow: ellipsis;
    text-wrap: nowrap;
}
.filter_val input:checked::before {
    content: '';
    display: inline-block;
    width: 16px;
    height: 16px;
    border: 1px solid #C4C4C4;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: 75% 75%;
    background-color: #27AE60;
    border-radius: 4px;
    position: absolute;
    background-image: url(/images/Vector.svg);
}
.start_time {
    background: #FFFFFF;
    border: 1px solid #C4C4C4;
    border-radius: 5px;
    min-width: 180px;
    padding: 7px 40px 7px 20px;
    cursor: pointer;
    font-weight: 700;
}
.start_time::after {
    content: '';
    display: inline-block;
    width: 16px;
    height: 16px;
    border: 1px solid #C4C4C4;
    background-repeat: no-repeat;
    background-position: center center;
    border-radius: 4px;
    position: absolute;
    background-image: url(/images/Calendar.svg);
    margin-left: 20px;
    float: right;
}
.right_block:hover,.right_block:focus{
	text-decoration: none;
}

@media(max-width:992px){
	.right_block{
	    display: flex;
	    flex-direction: column-reverse;
	    align-content: flex-start;
	    align-items: flex-start;
	    min-width: 245px;
	}
    
    .right_mini{
	    height: 40px;
    }

	.left_mini,.right_mini {
	    font-weight: 500;
	    user-select: none;
	    text-align: left;
	}
	.filter_time{
		padding: 7px 20px;
	}
    .container_row a{
        display: flex;
    flex-direction: column-reverse;
    align-items: flex-start;
    justify-content: center;
    }
}
@media(max-width:360px){
    .start_time::after {
        display: none;
    }
    .start_time{
        padding: 7px 20px;
    }
    .text{
        display: none;
    }
    .filter_time{
        margin-left: 0px;
    }
}

/*всплыващка*/

.time_hide_block {
    position: absolute;
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    padding: 10px;
    background: #FFFFFF;
    box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.05);
    border-radius: 10px;
    right: 0;
    z-index: 999;
}
.left_block_inner {
    width: 70%;
}
.container_inner {
    margin-top: 15px;
}
.calendar_block {
    margin-left: 12px;
}
.calendar_block .ui-datepicker-inline {
    max-width: 22em;
}
.container_inner .ui-datepicker-header {
    background: #ffffff;
}
.container_inner .ui-datepicker-prev, .container_inner .ui-datepicker-next {
    border: none;
}
.container_inner .ui-datepicker-prev:after, .container_inner .ui-datepicker-next:after {
    width: 15px;
    height: 15px;
}
table th:first-child {
    border-radius: 5px 0 0 0;
}
.container_inner .ui-datepicker-calendar thead tr th span {
    color: #000;
    font-weight: 600;
}
.right_block_inner, .but_month_block, .dual_block, .but_click_block {
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    align-items: stretch;
}

.right_block_inner {
    width: 30%;
    min-width: 144px;
    background: #f7f7fa;
    padding: 10px;
}
.right_block_inner, .but_month_block, .dual_block, .but_click_block {
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    align-items: stretch;
}
.but_month_block .but, .but_click_block .but {
    display: block;
    padding: 9px 14px;
    border: 1px solid #dfdfe4;
    margin-top: 10px;
    font-style: normal;
    font-weight: 500;
    font-size: 14px;
    line-height: 22px;
    text-align: center;
    color: #000000;
    cursor: pointer;
    background: white;
    border-radius: 3px;
}
.but_click_block {
    padding-top: 6px;
}
.text_butn {
    font-size: 14px;
    padding: 15px 0px 10px 0px;
    font-weight: bold;
}
.dual_block input {
    font-weight: 700;
    cursor: pointer;
    padding: 5px 10px;
    height: 40px;
    font-size: 14px;
}
.but_func[data-info="save"] {
    display: block;
    padding: 9px 14px;
    border: 1px solid #dfdfe4;
    margin-top: 10px;
    font-style: normal;
    font-weight: 600;
    font-size: 14px;
    line-height: 22px;
    text-align: center;
    color: white;
    cursor: pointer;
    background: #011b2b;
    border-radius: 3px;
}
