.find_main_block {
    /* padding-right: 30px;
    padding-top: 45px; */
}
.find_word {
    position: relative;
    margin-bottom: 15px;
}
.find_btn {
    position: absolute;
    top: 0;
    bottom: 0;
    transform: translate(0, 50%);
    right: 10px;
    height: 16px;
    cursor: pointer;
}
.find_text {
    height: 36px;
    padding: 2px 10px;
    font-size: 14px;
    width: 100%;
}

.find_count {
    font-size: 12px;
    font-style: italic;
    padding-left: 10px;
    color: #6b6666;
}

.find_cancel {
    padding-left: 10px;
    margin: 10px 0;
    cursor: pointer;
    margin-bottom: 25px;
}

.find_cancel span {
    font-size: 12px;
}

.find_label {
    font-size: 12px;
    font-style: italic;
    padding-left: 10px;
    margin: 10px 0;
}

.find_block_item {
    background: #f2f2f2;
    border-bottom: 1px solid black;
    padding: 10px;
}

.find_item_head {
    font-size: 15px;
    font-weight: 700;
    display: flex;
    align-items: center;
    width: 100%;
    justify-content: space-between;
    cursor: pointer;
}

.find_item_head div {
    display: inline-block;
}
.find_item_head i, .find_item_dop_head i {
    font-size: 20px;
}
.find_item_head .fa-angle-down {
    display: none;
}

.find_item_body {
    display: none;
    margin-top: 15px;
    margin-right: 20px;
}

.find_item_label {
    font-size: 12px;
}

.find_item_block {
    margin: 10px 0;
}
.find_item_btns div {
    display: inline-block;
    font-size: 12px;
    padding: 10px 13px;
    cursor: pointer;
}

.find_item_btn_cancel {
    background: #fff;
}

.find_item_btn_accept {
    background: #4d4d4d;
    color: #fff;
    margin-left: 4px;
}

.find_item_btn_accept.disable {
    opacity: 0.55;
}

.find_tag {
    display: inline-block;
    margin-right: 5px;
    height: 30px;
}

.find_tag input {
    display: none;
}

.find_tag label {
    background: #000;
    color: #fff;
    padding: 5px 15px;
    border-radius: 50px;
    font-size: 14px;
    font-weight: 700;
    cursor: pointer;
}

.find_tag input[type="checkbox"]:checked + label  {
    opacity: 0.55;
}



.range-input.ui-widget.ui-widget-content {
    height: 1px;
    border: none;
    background: #000;
    margin: 13px 12px 20px;
}
.range-input.ui-slider-horizontal .ui-slider-range {
    background: #000;
}
.range-input .ui-state-default {
    background: #fff;
    border-radius: 100%;
    margin-top: -5px;
    border: 1px solid #000;
    height: 17px;
    width: 17px;
}

.find_block_amount {
    display: flex;
    justify-content: space-between;
}

.find_block_amount input {
    border:0;
    background: transparent;
    font-weight:bold;
    display: inline-block;
    width: 40px;
    margin: 0 -9px;
    text-align: center;
}

/* .find_block_amount input:nth-child(2) {
    text-align: right;
} */

.find_date {
    margin: 0 -30px 0 -10px;
}





.daynames-row, .days-grid {
    grid-template-columns: repeat(7,31px)!important;
}

.daynames-row {
    padding-top: 10px;
    background: #fff;
}

.days-grid {
    background: #fff;
}

.calendar>.daynames-row>.dayname {
    color: #000;
    font-weight: 600;
    font-size: 13px;
}

.container .calendar>.days-grid>.day {
    height: 10px;
    color: #666668;
    background: #e5e5e5;
    font-weight: 700;
    height: 20px;
    max-height: 20px;
    min-height: 20px;
    align-items: end;
    width: 28px;
    max-width: 28px;
    min-width: 28px;
    font-size: 11px;
    font-style: normal!important;
}

.container .calendar>.days-grid>.day.end, .container .calendar>.days-grid>.day.start,
.container .calendar>.days-grid>.day.in-range,
.calendar>.days-grid>.day.selected {
    background-color: #b3b3b3!important;
    color: #000!important;
}

.calendar>.days-grid>.day:hover {
    border: 1px solid #000;
}

.calendar>.days-grid>.day.start:after, .calendar>.days-grid>.day.end:after {
    display: none;
}

.previous-button {
    left: 0;
}

.next-button {
    right: 0;
}

.calendar>.header button {
    position: absolute;
    padding: 4px 7px;
    margin: 1px;
    background: #fff;
}

.calendar>.header button:hover>img, .calendar>.header button:hover>svg {
    fill: #fff!important;
}

.container>main {
    background: transparent;
    width: 100%;
}

.container.inline {
    box-shadow: none;
    width: 100%;
}

.calendars {
    width: 100%;
}

.calendar {
    padding: 10px 0;
    width: 100%;
}

.calendar>.header {
    padding: 0;
    width: 100%;
    border: 1px solid #000;
    height: 30px;
}

.month-name--select {
    background: transparent;
    font-weight: 100!important;
    font-size: 13px;
    outline: none;
}




.find_elem_radio {
    position: relative;
    margin-bottom: 5px;
}

.find_elem_radio label {
    font-size: 13px;
    margin-left: 30px;
}

.find_elem_radio input {
    width: 15px;
    min-width: 15px;
    min-height: 15px;
    height: 15px;
    accent-color: #000000;
    margin-right: 10px;
    position: absolute;
    margin-top: 1px;
}

.find_item_body.white {
    position: relative;
}

.find_item_body.white .find_item_block.find_date {
    padding-bottom: 50px;
}

.find_item_body.white .find_item_btns {
    position: absolute;
    height: 40px;
    bottom: -10px;
    z-index: 10;
    padding: 16px 10px 10px 10px;
    /* width: 200px; */
    width: calc(100% + 20px);
    left: -10px;
    background: #fff;
}

.find_block_hour {
    background-color: #fff;
}

.easepick-wrapper {
    background: #fff;
    border-bottom: 1px solid #fff;
}

.find_block_hour {
    padding: 0 10px;
}

.find_hour {
    padding: 10px 0;
}

.find_hour .select_time {
    font-weight: 700;
    border: none;
    background: #e5e5e5;
    padding: 5px 3px;
}

.find_count_hour {
    margin-top: 5px;
}

.find_count_hour input {
    width: 60px;
    background: #e5e5e5;
    padding: 5px;
    border: none;
    text-align: center;
    margin-top: 6px;
    font-weight: 700;
    font-size: 13px;
    margin-bottom: 12px;
}

.find_count_hour input::-webkit-inner-spin-button, 
.find_count_hour input::-webkit-outer-spin-button {  
   opacity: 1;
}

.find_search_btn {
    margin-top: 20px;
    width: 100%;
    /* background: #f2f2f2; */
    padding: 10px 0;
    font-weight: 600;
    color: #000;
    text-align: center;
    cursor: pointer;
    border: 1px solid #000;
    background: #fff;
}

.left_menu.fix {
    height: calc(100vh - 250px);
    overflow: auto;
    margin-right: 15px;
    width: 235px;
    padding-right: 15px;
}

.left_menu.fix .find_main_block {
    padding-top: 0;
}

.left_menu.fix .find_search_btn {
    position: fixed;
    z-index: 1000;
    bottom: 20px;
    width: 200px;
}



.left_menu.fix::-webkit-scrollbar, .studios::-webkit-scrollbar {
    width: 5px;
    height: 5px;
}
.left_menu.fix::-webkit-scrollbar-track, .studios::-webkit-scrollbar-track {
    /* border-radius: 10px; */
    background: rgba(0,0,0,0.1);
}
.left_menu.fix::-webkit-scrollbar-thumb, .studios::-webkit-scrollbar-thumb {
    /* border-radius: 10px; */
    background: rgba(0,0,0,0.2);
}
.left_menu.fix::-webkit-scrollbar-thumb:hover, .studios::-webkit-scrollbar-thumb:hover{
    background: rgba(0,0,0,0.4);
}
.left_menu.fix::-webkit-scrollbar-thumb:active, .studios::-webkit-scrollbar-thumb:active {
    background: rgba(0,0,0,.9);
}

.find_block_mob_click {
    display: none;
}

.find_item_dop_head {
    display: none;
}



/* schf */
.schf_container {
    display: grid;
    grid-auto-flow: column;
    grid-template-columns: repeat(3, 1fr);
}

.schedule_find .schf_container .find_block_left {
    width: unset!important;
}

.schf_container .find_block_right,
.schf_container .find_block_middle,
.schf_container .find_block_left {
    padding-right: 10px;
}

.schedule_find .schf_container .find_block_right {
    min-width: 200px;
}

.schf.find_block_left_btm {
    display: flex;
    align-items: center;
    width: 100%;
    justify-content: space-between;
    margin-top: 20px;
}
.schf .back_find {
    background: #000;
}
.schf .find_search_btn {
    display: inline-block;
    width: 150px;
    margin: 0;
}
.schf .studios {
    background: #f2f2f2;

}
.schf .select_un {
    background: #e5e5e5;
    padding: 15px;
    font-size: 13px;
    font-weight: 600;
    cursor: pointer;
    user-select: none;
}

.schf .select_favorites, .select__locations {
    margin: 10px 0;
    background: #e5e5e5;
    padding: 15px;
    font-size: 13px;
    font-weight: 600;
    cursor: pointer;
    user-select: none;
}

.schf .studio_symbol {
    border-bottom: 1px solid black;
    font-weight: 900;
    margin-bottom: 10px;
}

.schf .studios {
    padding: 10px 15px;
    max-height: 600px;
}

.schf .find_elem_radio .item {
    font-weight: 600;
}
.schf.find_block_middle {
    margin-top: 40px;
}

.schf.find_block_right{
    margin-top: 40px;
}
.schf .find_item_body {
    display: block;
}

/*.schf .fa {
    display: none;
}*/

.schf .find_block_item {
    padding: 0;
    border: none;
}

.schf .find_item_head {
    padding: 15px;
    background: #000;
    color: #fff;
    width: unset;
}


.schf .find_item_body {
    display: none;
    background: #f2f2f2;
    padding: 15px;
    margin: 0;
}
.schf .find_block_mob {
    max-width: 250px;
}

.schf .find_date {
    margin: 0;
}

.schf .easepick-wrapper, .schf .daynames-row, .schf .days-grid, .schf .calendar>.header button, .schf .find_block_hour {
    background: #f2f2f2;
}

.schf .easepick-wrapper {
    border: none;
}

.find_item_head--opened .fa-angle-down {
    display: block;
}

.find_item_head--opened .fa-angle-right {
    display: none;
}

.find_item_head--opened .find_item_body {
    display: block;
}

@media screen and (max-width:1023px) {
    .mbm .find_block_mob_click {
        display: block;
    }
    .mbm .find_tags {
        padding: 2px 20px;
        /* display: none; */
    }

    .mbm .find_block_item {
        display: none;
    }

    .st .main_content.gallery_block {
        flex-direction: column-reverse!important;
    }

    .st .mbm.left_menu.fix {
        display: block;
        overflow: unset;
        margin: -20px -15px;
        padding: 0;
        width: calc(100% + 30px);
        height: unset !important;
        box-shadow: 0 15px 80px 20px rgb(0 0 0 / 12%);
        /* padding-bottom: 18px; */
        z-index: 3;
    }

    .mbm .find_label {
        display: none;
    }
    .mbm.left_menu.fix .find_search_btn {
        display: none;
    }

    .mbm .find_word {
        margin: 0;
    }
    .mbm .find_container_mob {
        /* display: flex;
        justify-content: space-between; */
        position: relative;
        padding: 8px 15px;
        background: #f2f2f2;
        margin-top: 36px;
        display: grid;
        grid-auto-flow: column;
    }

    .mbm .find_block_mob_click {
        padding: 6px 8px;
        background: #fff;
        height: 36px;
    }

    .mbm .find_block_mob_click label {
        font-size: 13px;
        font-weight: 700;
    }

    .mbm .find_block_mob_click span {
        font-size: 12px;
        color: #999;
        display: block;
        height: 14px;
        white-space: nowrap;
        width: 65px;
        min-width: 100%;
        overflow: hidden;
        text-overflow: ellipsis;
    }

    .mbm .find_win_mob {
        position: absolute;
        left: 18px;
        background: #fff;
        border: none;
        display: none;
        box-shadow: 0 0 10px 5px rgb(221 221 221);
        z-index: 1000;
        max-width: calc(100% - 40px);
    }
    .mbm .find_block_item {
        display: block;
        
        background: #fff;
        border: none;
    }
    .mbm .find_block_mob {
        margin: 0 3px;
    }

    .mbm .find_text {
        border-right: none!important;
        border-left: none!important;
    }

    .mbm .triangle {
        width: 0px;
        height: 0px;
        border-width: 0px 4px 8px;
        border-style: solid;
        border-color: transparent transparent black;
        display: inline-block;
        margin-right: 5px;
    }

    .mbm .find_word {
        top: 0;
        position: absolute;
        width: 100%;
    }
    .mbm .square {
        display: inline-block;
        background: #000;
        margin-right: 5px;
        width: 8px;
        height: 8px;
    }
    .mbm .circle {
        display: inline-block;
        background: #000;
        margin-right: 5px;
        width: 8px;
        height: 8px;
        border-radius: 100%;
    }

    .mbm .find_mob_filter {
        position: absolute;
        bottom: -17px;
        z-index: 100;
        background: #fff;
        display: flex;
        align-items: center;
        width: calc(100% - 30px);
        justify-content: space-between;
        padding: 0 15px;
    }
    
    .mbm .find_cancel {
        margin: 0;
    }
    .mbm .find_item_head .fa-angle-down {
        display: block;
    }
    .mbm .find_item_head .fa-angle-right {
        display: none;
    }
    .mbm .find_item_head {
        font-size: 18px;
    }
    .mbm .find_item_dop_head {
        font-size: 18px;
        font-weight: 700;
        display: flex;
        align-items: center;
        padding: 10px;
        width: calc(100% - 20px);
        justify-content: space-between;
        cursor: pointer;
    }

    .mbm .dop .find_item_head .fa-angle-down {
        display: none;
    }
    .mbm .dop .find_item_head .fa-angle-right {
        display: block;
    }
    .mbm .dop .find_item_block {
        display: none;
    }
    .mbm .dop .find_label {
        display: block;
        margin-left: 25px;
    }
    .mbm .dop.find_win_mob {
        padding-bottom: 50px;
    }
    .mbm .dop .find_item_head {
        background: #f2f2f2;
        padding: 15px 20px;
        width: auto;
    }
    .mbm .dop .find_item_btns {
        bottom: 10px;
        position: absolute;
    }
    .mbm .dop .find_item_body {
        background: #f2f2f2;
        margin: 0;
        padding: 0 15px;
    }
    .mbm .dop .find_block_item {
        border-bottom: 1px solid #999;
        background: #f2f2f2;
        padding: 0;
        margin: 10px;
        border-top: 1px solid #999;
    }
    .mbm .dop .find_item_block {
        margin-top: -5px;
    }
    .mbm .find_item_body {
        display: block;
    }

    .schf_container {
        display: flex;
        flex-wrap: wrap;
        box-sizing: border-box;
    }

    .schf_container > div {
        flex-grow: 1;
        min-height: 100px;
        box-sizing: border-box;
        margin: 0 5px 10px;
        justify-content: space-between;
    }

    .find_block_right.schf {
        margin-top: 30px;
    }
}

@media(max-width: 398px) {
    .mbm .find_container_mob {
        height: 62px;
    }

    .mbm .find_block_mob_click {
        height: 50px;
    }
}